mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
chore(): revert to using components.d.ts from latest stencil.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -27,7 +27,7 @@
|
||||
"ionicons": "4.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@stencil/core": "^0.12.0-7",
|
||||
"@stencil/core": "^0.12.0-8",
|
||||
"@stencil/dev-server": "latest",
|
||||
"@stencil/sass": "0.1.0",
|
||||
"@stencil/utils": "latest",
|
||||
|
6192
core/src/components.d.ts
vendored
Normal file
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
6196
core/src/generated.d.ts
vendored
File diff suppressed because it is too large
Load Diff
4
core/src/interface.d.ts
vendored
4
core/src/interface.d.ts
vendored
@ -1,5 +1,5 @@
|
||||
// Components interfaces
|
||||
export * from './generated';
|
||||
export * from './components';
|
||||
export * from './index';
|
||||
export * from './components/animation-controller/animation-interface';
|
||||
export * from './components/alert/alert-interface';
|
||||
@ -47,7 +47,7 @@ export interface FrameworkDelegate {
|
||||
|
||||
|
||||
declare global {
|
||||
interface StencilAttributeEscapeHatch {
|
||||
interface StencilGlobalHTMLAttributes {
|
||||
// for ion-menu and ion-split-pane
|
||||
main?: boolean;
|
||||
tappable?: boolean;
|
||||
|
Reference in New Issue
Block a user