chore(): revert to using components.d.ts from latest stencil.

This commit is contained in:
Josh Thomas
2018-08-24 11:17:07 -05:00
parent b21350067c
commit f204d4e8fb
5 changed files with 6717 additions and 6571 deletions

File diff suppressed because it is too large Load Diff

View File

@ -27,7 +27,7 @@
"ionicons": "4.4.1" "ionicons": "4.4.1"
}, },
"devDependencies": { "devDependencies": {
"@stencil/core": "^0.12.0-7", "@stencil/core": "^0.12.0-8",
"@stencil/dev-server": "latest", "@stencil/dev-server": "latest",
"@stencil/sass": "0.1.0", "@stencil/sass": "0.1.0",
"@stencil/utils": "latest", "@stencil/utils": "latest",

6192
core/src/components.d.ts vendored Normal file

File diff suppressed because it is too large Load Diff

6196
core/src/generated.d.ts vendored

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
// Components interfaces // Components interfaces
export * from './generated'; export * from './components';
export * from './index'; export * from './index';
export * from './components/animation-controller/animation-interface'; export * from './components/animation-controller/animation-interface';
export * from './components/alert/alert-interface'; export * from './components/alert/alert-interface';
@ -47,7 +47,7 @@ export interface FrameworkDelegate {
declare global { declare global {
interface StencilAttributeEscapeHatch { interface StencilGlobalHTMLAttributes {
// for ion-menu and ion-split-pane // for ion-menu and ion-split-pane
main?: boolean; main?: boolean;
tappable?: boolean; tappable?: boolean;