@ionic/angular 9.0.3 → 9.0.4-dev.11789406216.162770a8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/core.css.map +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/dist/lazy/directives/angular-component-lib/boolean-attribute.d.ts +35 -0
- package/dist/lazy/directives/angular-component-lib/boolean-attribute.js +43 -0
- package/dist/lazy/directives/angular-component-lib/boolean-attribute.js.map +1 -0
- package/dist/lazy/directives/proxies.d.ts +144 -0
- package/dist/lazy/directives/proxies.js +115 -114
- package/dist/lazy/directives/proxies.js.map +1 -1
- package/dist/standalone/directives/angular-component-lib/boolean-attribute.d.ts +35 -0
- package/dist/standalone/directives/angular-component-lib/boolean-attribute.js +43 -0
- package/dist/standalone/directives/angular-component-lib/boolean-attribute.js.map +1 -0
- package/dist/standalone/directives/ion-accordion-group.d.ts +4 -0
- package/dist/standalone/directives/ion-accordion-group.js +3 -2
- package/dist/standalone/directives/ion-accordion-group.js.map +1 -1
- package/dist/standalone/directives/ion-accordion.d.ts +2 -0
- package/dist/standalone/directives/ion-accordion.js +3 -2
- package/dist/standalone/directives/ion-accordion.js.map +1 -1
- package/dist/standalone/directives/ion-action-sheet.d.ts +5 -0
- package/dist/standalone/directives/ion-action-sheet.js +3 -2
- package/dist/standalone/directives/ion-action-sheet.js.map +1 -1
- package/dist/standalone/directives/ion-alert.d.ts +5 -0
- package/dist/standalone/directives/ion-alert.js +3 -2
- package/dist/standalone/directives/ion-alert.js.map +1 -1
- package/dist/standalone/directives/ion-backdrop.d.ts +3 -0
- package/dist/standalone/directives/ion-backdrop.js +3 -2
- package/dist/standalone/directives/ion-backdrop.js.map +1 -1
- package/dist/standalone/directives/ion-breadcrumb.d.ts +3 -0
- package/dist/standalone/directives/ion-breadcrumb.js +3 -2
- package/dist/standalone/directives/ion-breadcrumb.js.map +1 -1
- package/dist/standalone/directives/ion-button.d.ts +2 -0
- package/dist/standalone/directives/ion-button.js +3 -2
- package/dist/standalone/directives/ion-button.js.map +1 -1
- package/dist/standalone/directives/ion-buttons.d.ts +1 -0
- package/dist/standalone/directives/ion-buttons.js +3 -2
- package/dist/standalone/directives/ion-buttons.js.map +1 -1
- package/dist/standalone/directives/ion-card-header.d.ts +1 -0
- package/dist/standalone/directives/ion-card-header.js +3 -2
- package/dist/standalone/directives/ion-card-header.js.map +1 -1
- package/dist/standalone/directives/ion-card.d.ts +2 -0
- package/dist/standalone/directives/ion-card.js +3 -2
- package/dist/standalone/directives/ion-card.js.map +1 -1
- package/dist/standalone/directives/ion-chip.d.ts +2 -0
- package/dist/standalone/directives/ion-chip.js +3 -2
- package/dist/standalone/directives/ion-chip.js.map +1 -1
- package/dist/standalone/directives/ion-content.d.ts +5 -0
- package/dist/standalone/directives/ion-content.js +3 -2
- package/dist/standalone/directives/ion-content.js.map +1 -1
- package/dist/standalone/directives/ion-datetime-button.d.ts +1 -0
- package/dist/standalone/directives/ion-datetime-button.js +3 -2
- package/dist/standalone/directives/ion-datetime-button.js.map +1 -1
- package/dist/standalone/directives/ion-fab-button.d.ts +4 -0
- package/dist/standalone/directives/ion-fab-button.js +3 -2
- package/dist/standalone/directives/ion-fab-button.js.map +1 -1
- package/dist/standalone/directives/ion-fab-list.d.ts +1 -0
- package/dist/standalone/directives/ion-fab-list.js +3 -2
- package/dist/standalone/directives/ion-fab-list.js.map +1 -1
- package/dist/standalone/directives/ion-fab.d.ts +2 -0
- package/dist/standalone/directives/ion-fab.js +3 -2
- package/dist/standalone/directives/ion-fab.js.map +1 -1
- package/dist/standalone/directives/ion-footer.d.ts +1 -0
- package/dist/standalone/directives/ion-footer.js +3 -2
- package/dist/standalone/directives/ion-footer.js.map +1 -1
- package/dist/standalone/directives/ion-grid.d.ts +1 -0
- package/dist/standalone/directives/ion-grid.js +3 -2
- package/dist/standalone/directives/ion-grid.js.map +1 -1
- package/dist/standalone/directives/ion-header.d.ts +1 -0
- package/dist/standalone/directives/ion-header.js +3 -2
- package/dist/standalone/directives/ion-header.js.map +1 -1
- package/dist/standalone/directives/ion-infinite-scroll.d.ts +1 -0
- package/dist/standalone/directives/ion-infinite-scroll.js +3 -2
- package/dist/standalone/directives/ion-infinite-scroll.js.map +1 -1
- package/dist/standalone/directives/ion-item-divider.d.ts +1 -0
- package/dist/standalone/directives/ion-item-divider.js +3 -2
- package/dist/standalone/directives/ion-item-divider.js.map +1 -1
- package/dist/standalone/directives/ion-item-option.d.ts +2 -0
- package/dist/standalone/directives/ion-item-option.js +3 -2
- package/dist/standalone/directives/ion-item-option.js.map +1 -1
- package/dist/standalone/directives/ion-item-sliding.d.ts +1 -0
- package/dist/standalone/directives/ion-item-sliding.js +3 -2
- package/dist/standalone/directives/ion-item-sliding.js.map +1 -1
- package/dist/standalone/directives/ion-item.d.ts +3 -0
- package/dist/standalone/directives/ion-item.js +3 -2
- package/dist/standalone/directives/ion-item.js.map +1 -1
- package/dist/standalone/directives/ion-list.d.ts +1 -0
- package/dist/standalone/directives/ion-list.js +3 -2
- package/dist/standalone/directives/ion-list.js.map +1 -1
- package/dist/standalone/directives/ion-loading.d.ts +6 -0
- package/dist/standalone/directives/ion-loading.js +3 -2
- package/dist/standalone/directives/ion-loading.js.map +1 -1
- package/dist/standalone/directives/ion-menu-button.d.ts +2 -0
- package/dist/standalone/directives/ion-menu-button.js +3 -2
- package/dist/standalone/directives/ion-menu-button.js.map +1 -1
- package/dist/standalone/directives/ion-menu-toggle.d.ts +1 -0
- package/dist/standalone/directives/ion-menu-toggle.js +3 -2
- package/dist/standalone/directives/ion-menu-toggle.js.map +1 -1
- package/dist/standalone/directives/ion-menu.d.ts +2 -0
- package/dist/standalone/directives/ion-menu.js +3 -2
- package/dist/standalone/directives/ion-menu.js.map +1 -1
- package/dist/standalone/directives/ion-picker-column-option.d.ts +1 -0
- package/dist/standalone/directives/ion-picker-column-option.js +3 -2
- package/dist/standalone/directives/ion-picker-column-option.js.map +1 -1
- package/dist/standalone/directives/ion-picker-column.d.ts +1 -0
- package/dist/standalone/directives/ion-picker-column.js +3 -2
- package/dist/standalone/directives/ion-picker-column.js.map +1 -1
- package/dist/standalone/directives/ion-progress-bar.d.ts +1 -0
- package/dist/standalone/directives/ion-progress-bar.js +3 -2
- package/dist/standalone/directives/ion-progress-bar.js.map +1 -1
- package/dist/standalone/directives/ion-radio.d.ts +1 -0
- package/dist/standalone/directives/ion-radio.js +3 -2
- package/dist/standalone/directives/ion-radio.js.map +1 -1
- package/dist/standalone/directives/ion-refresher.d.ts +1 -0
- package/dist/standalone/directives/ion-refresher.js +3 -2
- package/dist/standalone/directives/ion-refresher.js.map +1 -1
- package/dist/standalone/directives/ion-reorder-group.d.ts +1 -0
- package/dist/standalone/directives/ion-reorder-group.js +3 -2
- package/dist/standalone/directives/ion-reorder-group.js.map +1 -1
- package/dist/standalone/directives/ion-segment-button.d.ts +1 -0
- package/dist/standalone/directives/ion-segment-button.js +3 -2
- package/dist/standalone/directives/ion-segment-button.js.map +1 -1
- package/dist/standalone/directives/ion-segment-view.d.ts +2 -0
- package/dist/standalone/directives/ion-segment-view.js +3 -2
- package/dist/standalone/directives/ion-segment-view.js.map +1 -1
- package/dist/standalone/directives/ion-select-modal.d.ts +1 -0
- package/dist/standalone/directives/ion-select-modal.js +3 -2
- package/dist/standalone/directives/ion-select-modal.js.map +1 -1
- package/dist/standalone/directives/ion-select-option.d.ts +1 -0
- package/dist/standalone/directives/ion-select-option.js +3 -2
- package/dist/standalone/directives/ion-select-option.js.map +1 -1
- package/dist/standalone/directives/ion-skeleton-text.d.ts +1 -0
- package/dist/standalone/directives/ion-skeleton-text.js +3 -2
- package/dist/standalone/directives/ion-skeleton-text.js.map +1 -1
- package/dist/standalone/directives/ion-spinner.d.ts +1 -0
- package/dist/standalone/directives/ion-spinner.js +3 -2
- package/dist/standalone/directives/ion-spinner.js.map +1 -1
- package/dist/standalone/directives/ion-split-pane.d.ts +1 -0
- package/dist/standalone/directives/ion-split-pane.js +3 -2
- package/dist/standalone/directives/ion-split-pane.js.map +1 -1
- package/dist/standalone/directives/ion-tab-bar.d.ts +1 -0
- package/dist/standalone/directives/ion-tab-bar.js +3 -2
- package/dist/standalone/directives/ion-tab-bar.js.map +1 -1
- package/dist/standalone/directives/ion-tab-button.d.ts +2 -0
- package/dist/standalone/directives/ion-tab-button.js +3 -2
- package/dist/standalone/directives/ion-tab-button.js.map +1 -1
- package/dist/standalone/directives/ion-toast.d.ts +4 -0
- package/dist/standalone/directives/ion-toast.js +3 -2
- package/dist/standalone/directives/ion-toast.js.map +1 -1
- package/package.json +2 -2
|
@@ -3,6 +3,7 @@ import { __decorate } from "tslib";
|
|
|
3
3
|
/* auto-generated angular directive proxies */
|
|
4
4
|
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
5
5
|
import { ProxyCmp } from './angular-component-lib/utils';
|
|
6
|
+
import { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';
|
|
6
7
|
import { defineCustomElement as defineIonButtons } from '@ionic/core/components/ion-buttons.js';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
let IonButtons = class IonButtons {
|
|
@@ -14,7 +15,7 @@ let IonButtons = class IonButtons {
|
|
|
14
15
|
this.el = r.nativeElement;
|
|
15
16
|
}
|
|
16
17
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonButtons, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
17
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
18
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonButtons, isStandalone: true, selector: "ion-buttons", inputs: { collapse: ["collapse", "collapse", nullableBooleanAttribute] }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
18
19
|
};
|
|
19
20
|
IonButtons = __decorate([
|
|
20
21
|
ProxyCmp({
|
|
@@ -30,7 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
30
31
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
31
32
|
template: '<ng-content></ng-content>',
|
|
32
33
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
33
|
-
inputs: ['collapse'],
|
|
34
|
+
inputs: [{ name: 'collapse', transform: nullableBooleanAttribute }],
|
|
34
35
|
}]
|
|
35
36
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
36
37
|
//# sourceMappingURL=ion-buttons.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ion-buttons.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-buttons.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"ion-buttons.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-buttons.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAIrF,OAAO,EAAE,mBAAmB,IAAI,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;;AAazF,IAAM,UAAU,GAAhB,MAAM,UAAU;IAEsC;IADjD,EAAE,CAAwB;IACpC,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,UAAU;8GAAV,UAAU,4FAFmB,wBAAwB,6BAFtD,2BAA2B;;AAI1B,UAAU;IAXtB,QAAQ,CAAC;QACR,qBAAqB,EAAE,gBAAgB;QACvC,MAAM,EAAE,CAAC,UAAU,CAAC;KACrB,CAAC;GAQW,UAAU,CAMtB;;2FANY,UAAU;kBAPtB,SAAS;mBAAC;oBACT,QAAQ,EAAE,aAAa;oBACvB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,wBAAwB,EAAE,CAAC;iBACpE","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\nimport { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonButtons } from '@ionic/core/components/ion-buttons.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonButtons,\n inputs: ['collapse']\n})\n@Component({\n selector: 'ion-buttons',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'collapse', transform: nullableBooleanAttribute }],\n})\nexport class IonButtons {\n protected el: HTMLIonButtonsElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonButtons extends Components.IonButtons {}\n\n\n"]}
|
|
@@ -7,6 +7,7 @@ export declare class IonCardHeader {
|
|
|
7
7
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonCardHeader, never>;
|
|
9
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonCardHeader, "ion-card-header", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
|
+
static ngAcceptInputType_translucent: boolean | string | null | undefined;
|
|
10
11
|
}
|
|
11
12
|
export declare interface IonCardHeader extends Components.IonCardHeader {
|
|
12
13
|
}
|
|
@@ -3,6 +3,7 @@ import { __decorate } from "tslib";
|
|
|
3
3
|
/* auto-generated angular directive proxies */
|
|
4
4
|
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
5
5
|
import { ProxyCmp } from './angular-component-lib/utils';
|
|
6
|
+
import { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';
|
|
6
7
|
import { defineCustomElement as defineIonCardHeader } from '@ionic/core/components/ion-card-header.js';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
let IonCardHeader = class IonCardHeader {
|
|
@@ -14,7 +15,7 @@ let IonCardHeader = class IonCardHeader {
|
|
|
14
15
|
this.el = r.nativeElement;
|
|
15
16
|
}
|
|
16
17
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
17
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
18
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonCardHeader, isStandalone: true, selector: "ion-card-header", inputs: { color: "color", mode: "mode", translucent: ["translucent", "translucent", nullableBooleanAttribute] }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
18
19
|
};
|
|
19
20
|
IonCardHeader = __decorate([
|
|
20
21
|
ProxyCmp({
|
|
@@ -30,7 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
30
31
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
31
32
|
template: '<ng-content></ng-content>',
|
|
32
33
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
33
|
-
inputs: ['color', 'mode', 'translucent'],
|
|
34
|
+
inputs: ['color', 'mode', { name: 'translucent', transform: nullableBooleanAttribute }],
|
|
34
35
|
}]
|
|
35
36
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
36
37
|
//# sourceMappingURL=ion-card-header.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ion-card-header.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-card-header.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"ion-card-header.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-card-header.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAIrF,OAAO,EAAE,mBAAmB,IAAI,mBAAmB,EAAE,MAAM,2CAA2C,CAAC;;AAahG,IAAM,aAAa,GAAnB,MAAM,aAAa;IAEmC;IADjD,EAAE,CAA2B;IACvC,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,aAAa;8GAAb,aAAa,uIAFoC,wBAAwB,6BAF1E,2BAA2B;;AAI1B,aAAa;IAXzB,QAAQ,CAAC;QACR,qBAAqB,EAAE,mBAAmB;QAC1C,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,aAAa,CAAC;KACzC,CAAC;GAQW,aAAa,CAMzB;;2FANY,aAAa;kBAPzB,SAAS;mBAAC;oBACT,QAAQ,EAAE,iBAAiB;oBAC3B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,aAAa,EAAE,SAAS,EAAE,wBAAwB,EAAE,CAAC;iBACxF","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\nimport { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonCardHeader } from '@ionic/core/components/ion-card-header.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonCardHeader,\n inputs: ['color', 'mode', 'translucent']\n})\n@Component({\n selector: 'ion-card-header',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['color', 'mode', { name: 'translucent', transform: nullableBooleanAttribute }],\n})\nexport class IonCardHeader {\n protected el: HTMLIonCardHeaderElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonCardHeader extends Components.IonCardHeader {}\n\n\n"]}
|
|
@@ -7,6 +7,8 @@ export declare class IonCard {
|
|
|
7
7
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonCard, never>;
|
|
9
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonCard, "ion-card", never, { "button": { "alias": "button"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "href": { "alias": "href"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "routerAnimation": { "alias": "routerAnimation"; "required": false; }; "routerDirection": { "alias": "routerDirection"; "required": false; }; "target": { "alias": "target"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
|
+
static ngAcceptInputType_button: boolean | string | null | undefined;
|
|
11
|
+
static ngAcceptInputType_disabled: boolean | string | null | undefined;
|
|
10
12
|
}
|
|
11
13
|
export declare interface IonCard extends Components.IonCard {
|
|
12
14
|
}
|
|
@@ -3,6 +3,7 @@ import { __decorate } from "tslib";
|
|
|
3
3
|
/* auto-generated angular directive proxies */
|
|
4
4
|
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
5
5
|
import { ProxyCmp } from './angular-component-lib/utils';
|
|
6
|
+
import { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';
|
|
6
7
|
import { defineCustomElement as defineIonCard } from '@ionic/core/components/ion-card.js';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
let IonCard = class IonCard {
|
|
@@ -14,7 +15,7 @@ let IonCard = class IonCard {
|
|
|
14
15
|
this.el = r.nativeElement;
|
|
15
16
|
}
|
|
16
17
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
17
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
18
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonCard, isStandalone: true, selector: "ion-card", inputs: { button: ["button", "button", nullableBooleanAttribute], color: "color", disabled: ["disabled", "disabled", nullableBooleanAttribute], download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
18
19
|
};
|
|
19
20
|
IonCard = __decorate([
|
|
20
21
|
ProxyCmp({
|
|
@@ -30,7 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
30
31
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
31
32
|
template: '<ng-content></ng-content>',
|
|
32
33
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
33
|
-
inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],
|
|
34
|
+
inputs: [{ name: 'button', transform: nullableBooleanAttribute }, 'color', { name: 'disabled', transform: nullableBooleanAttribute }, 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],
|
|
34
35
|
}]
|
|
35
36
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
36
37
|
//# sourceMappingURL=ion-card.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ion-card.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-card.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"ion-card.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-card.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAIrF,OAAO,EAAE,mBAAmB,IAAI,aAAa,EAAE,MAAM,oCAAoC,CAAC;;AAanF,IAAM,OAAO,GAAb,MAAM,OAAO;IAEyC;IADjD,EAAE,CAAqB;IACjC,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,OAAO;8GAAP,OAAO,mFAFoB,wBAAwB,sDAA4C,wBAAwB,mMAFxH,2BAA2B;;AAI1B,OAAO;IAXnB,QAAQ,CAAC;QACR,qBAAqB,EAAE,aAAa;QACpC,MAAM,EAAE,CAAC,QAAQ,EAAE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,QAAQ,EAAE,MAAM,CAAC;KACnI,CAAC;GAQW,OAAO,CAMnB;;2FANY,OAAO;kBAPnB,SAAS;mBAAC;oBACT,QAAQ,EAAE,UAAU;oBACpB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,QAAQ,EAAE,MAAM,CAAC;iBACjO","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\nimport { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonCard } from '@ionic/core/components/ion-card.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonCard,\n inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']\n})\n@Component({\n selector: 'ion-card',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'button', transform: nullableBooleanAttribute }, 'color', { name: 'disabled', transform: nullableBooleanAttribute }, 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],\n})\nexport class IonCard {\n protected el: HTMLIonCardElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonCard extends Components.IonCard {}\n\n\n"]}
|
|
@@ -7,6 +7,8 @@ export declare class IonChip {
|
|
|
7
7
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonChip, never>;
|
|
9
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonChip, "ion-chip", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
|
+
static ngAcceptInputType_disabled: boolean | string | null | undefined;
|
|
11
|
+
static ngAcceptInputType_outline: boolean | string | null | undefined;
|
|
10
12
|
}
|
|
11
13
|
export declare interface IonChip extends Components.IonChip {
|
|
12
14
|
}
|
|
@@ -3,6 +3,7 @@ import { __decorate } from "tslib";
|
|
|
3
3
|
/* auto-generated angular directive proxies */
|
|
4
4
|
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
5
5
|
import { ProxyCmp } from './angular-component-lib/utils';
|
|
6
|
+
import { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';
|
|
6
7
|
import { defineCustomElement as defineIonChip } from '@ionic/core/components/ion-chip.js';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
let IonChip = class IonChip {
|
|
@@ -14,7 +15,7 @@ let IonChip = class IonChip {
|
|
|
14
15
|
this.el = r.nativeElement;
|
|
15
16
|
}
|
|
16
17
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
17
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
18
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonChip, isStandalone: true, selector: "ion-chip", inputs: { color: "color", disabled: ["disabled", "disabled", nullableBooleanAttribute], mode: "mode", outline: ["outline", "outline", nullableBooleanAttribute] }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
18
19
|
};
|
|
19
20
|
IonChip = __decorate([
|
|
20
21
|
ProxyCmp({
|
|
@@ -30,7 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
30
31
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
31
32
|
template: '<ng-content></ng-content>',
|
|
32
33
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
33
|
-
inputs: ['color', 'disabled', 'mode', 'outline'],
|
|
34
|
+
inputs: ['color', { name: 'disabled', transform: nullableBooleanAttribute }, 'mode', { name: 'outline', transform: nullableBooleanAttribute }],
|
|
34
35
|
}]
|
|
35
36
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
36
37
|
//# sourceMappingURL=ion-chip.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ion-chip.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-chip.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"ion-chip.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-chip.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAIrF,OAAO,EAAE,mBAAmB,IAAI,aAAa,EAAE,MAAM,oCAAoC,CAAC;;AAanF,IAAM,OAAO,GAAb,MAAM,OAAO;IAEyC;IADjD,EAAE,CAAqB;IACjC,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,OAAO;8GAAP,OAAO,yGAF+B,wBAAwB,iDAA0C,wBAAwB,6BAFjI,2BAA2B;;AAI1B,OAAO;IAXnB,QAAQ,CAAC;QACR,qBAAqB,EAAE,aAAa;QACpC,MAAM,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,SAAS,CAAC;KACjD,CAAC;GAQW,OAAO,CAMnB;;2FANY,OAAO;kBAPnB,SAAS;mBAAC;oBACT,QAAQ,EAAE,UAAU;oBACpB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,wBAAwB,EAAE,CAAC;iBAC/I","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\nimport { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonChip } from '@ionic/core/components/ion-chip.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonChip,\n inputs: ['color', 'disabled', 'mode', 'outline']\n})\n@Component({\n selector: 'ion-chip',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['color', { name: 'disabled', transform: nullableBooleanAttribute }, 'mode', { name: 'outline', transform: nullableBooleanAttribute }],\n})\nexport class IonChip {\n protected el: HTMLIonChipElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonChip extends Components.IonChip {}\n\n\n"]}
|
|
@@ -13,6 +13,11 @@ export declare class IonContent {
|
|
|
13
13
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonContent, never>;
|
|
15
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonContent, "ion-content", never, { "color": { "alias": "color"; "required": false; }; "fixedSlotPlacement": { "alias": "fixedSlotPlacement"; "required": false; }; "forceOverscroll": { "alias": "forceOverscroll"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "scrollEvents": { "alias": "scrollEvents"; "required": false; }; "scrollX": { "alias": "scrollX"; "required": false; }; "scrollY": { "alias": "scrollY"; "required": false; }; }, { "ionScrollStart": "ionScrollStart"; "ionScroll": "ionScroll"; "ionScrollEnd": "ionScrollEnd"; }, never, ["*"], true, never>;
|
|
16
|
+
static ngAcceptInputType_forceOverscroll: boolean | string | null | undefined;
|
|
17
|
+
static ngAcceptInputType_fullscreen: boolean | string | null | undefined;
|
|
18
|
+
static ngAcceptInputType_scrollEvents: boolean | string | null | undefined;
|
|
19
|
+
static ngAcceptInputType_scrollX: boolean | string | null | undefined;
|
|
20
|
+
static ngAcceptInputType_scrollY: boolean | string | null | undefined;
|
|
16
21
|
}
|
|
17
22
|
export declare interface IonContent extends Components.IonContent {
|
|
18
23
|
/**
|
|
@@ -3,6 +3,7 @@ import { __decorate } from "tslib";
|
|
|
3
3
|
/* auto-generated angular directive proxies */
|
|
4
4
|
import { ChangeDetectionStrategy, Component, EventEmitter, Output } from '@angular/core';
|
|
5
5
|
import { ProxyCmp } from './angular-component-lib/utils';
|
|
6
|
+
import { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';
|
|
6
7
|
import { defineCustomElement as defineIonContent } from '@ionic/core/components/ion-content.js';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
let IonContent = class IonContent {
|
|
@@ -17,7 +18,7 @@ let IonContent = class IonContent {
|
|
|
17
18
|
this.el = r.nativeElement;
|
|
18
19
|
}
|
|
19
20
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
20
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
21
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonContent, isStandalone: true, selector: "ion-content", inputs: { color: "color", fixedSlotPlacement: "fixedSlotPlacement", forceOverscroll: ["forceOverscroll", "forceOverscroll", nullableBooleanAttribute], fullscreen: ["fullscreen", "fullscreen", nullableBooleanAttribute], scrollEvents: ["scrollEvents", "scrollEvents", nullableBooleanAttribute], scrollX: ["scrollX", "scrollX", nullableBooleanAttribute], scrollY: ["scrollY", "scrollY", nullableBooleanAttribute] }, outputs: { ionScrollStart: "ionScrollStart", ionScroll: "ionScroll", ionScrollEnd: "ionScrollEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
21
22
|
};
|
|
22
23
|
IonContent = __decorate([
|
|
23
24
|
ProxyCmp({
|
|
@@ -34,7 +35,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
34
35
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
35
36
|
template: '<ng-content></ng-content>',
|
|
36
37
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
37
|
-
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],
|
|
38
|
+
inputs: ['color', 'fixedSlotPlacement', { name: 'forceOverscroll', transform: nullableBooleanAttribute }, { name: 'fullscreen', transform: nullableBooleanAttribute }, { name: 'scrollEvents', transform: nullableBooleanAttribute }, { name: 'scrollX', transform: nullableBooleanAttribute }, { name: 'scrollY', transform: nullableBooleanAttribute }],
|
|
38
39
|
outputs: ['ionScrollStart', 'ionScroll', 'ionScrollEnd'],
|
|
39
40
|
}]
|
|
40
41
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionScrollStart: [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ion-content.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-content.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,YAAY,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEhI,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"ion-content.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-content.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,YAAY,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEhI,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAIrF,OAAO,EAAE,mBAAmB,IAAI,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;;AAezF,IAAM,UAAU,GAAhB,MAAM,UAAU;IAKsC;IAJjD,EAAE,CAAwB;IAC1B,cAAc,GAAG,IAAI,YAAY,EAAsD,CAAC;IACxF,SAAS,GAAG,IAAI,YAAY,EAAkD,CAAC;IAC/E,YAAY,GAAG,IAAI,YAAY,EAAsD,CAAC;IAChG,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HARU,UAAU;8GAAV,UAAU,2KAHyD,wBAAwB,4CAAqC,wBAAwB,kDAAuC,wBAAwB,mCAAkC,wBAAwB,mCAAkC,wBAAwB,kIAF5U,2BAA2B;;AAK1B,UAAU;IAbtB,QAAQ,CAAC;QACR,qBAAqB,EAAE,gBAAgB;QACvC,MAAM,EAAE,CAAC,OAAO,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,YAAY,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,CAAC;QAC9G,OAAO,EAAE,CAAC,kBAAkB,EAAE,aAAa,EAAE,gBAAgB,EAAE,eAAe,EAAE,eAAe,CAAC;KACjG,CAAC;GASW,UAAU,CAStB;;2FATY,UAAU;kBARtB,SAAS;mBAAC;oBACT,QAAQ,EAAE,aAAa;oBACvB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,OAAO,EAAE,oBAAoB,EAAE,EAAE,IAAI,EAAE,iBAAiB,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,EAAE,IAAI,EAAE,cAAc,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,wBAAwB,EAAE,CAAC;oBACzV,OAAO,EAAE,CAAC,gBAAgB,EAAE,WAAW,EAAE,cAAc,CAAC;iBACzD;;sBAGE,MAAM;;sBACN,MAAM;;sBACN,MAAM","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone, EventEmitter, Output } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\nimport { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonContent } from '@ionic/core/components/ion-content.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonContent,\n inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],\n methods: ['getScrollElement', 'scrollToTop', 'scrollToBottom', 'scrollByPoint', 'scrollToPoint']\n})\n@Component({\n selector: 'ion-content',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['color', 'fixedSlotPlacement', { name: 'forceOverscroll', transform: nullableBooleanAttribute }, { name: 'fullscreen', transform: nullableBooleanAttribute }, { name: 'scrollEvents', transform: nullableBooleanAttribute }, { name: 'scrollX', transform: nullableBooleanAttribute }, { name: 'scrollY', transform: nullableBooleanAttribute }],\n outputs: ['ionScrollStart', 'ionScroll', 'ionScrollEnd'],\n})\nexport class IonContent {\n protected el: HTMLIonContentElement;\n @Output() ionScrollStart = new EventEmitter<IonContentCustomEvent<IIonContentScrollBaseDetail>>();\n @Output() ionScroll = new EventEmitter<IonContentCustomEvent<IIonContentScrollDetail>>();\n @Output() ionScrollEnd = new EventEmitter<IonContentCustomEvent<IIonContentScrollBaseDetail>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nimport type { IonContentCustomEvent } from '@ionic/core/components';\nimport type { ScrollBaseDetail as IIonContentScrollBaseDetail } from '@ionic/core/components';\nimport type { ScrollDetail as IIonContentScrollDetail } from '@ionic/core/components';\n\nexport declare interface IonContent extends Components.IonContent {\n /**\n * Emitted when the scroll has started. This event is disabled by default.\nSet `scrollEvents` to `true` to enable.\n */\n ionScrollStart: EventEmitter<IonContentCustomEvent<IIonContentScrollBaseDetail>>;\n /**\n * Emitted while scrolling. This event is disabled by default.\nSet `scrollEvents` to `true` to enable.\n */\n ionScroll: EventEmitter<IonContentCustomEvent<IIonContentScrollDetail>>;\n /**\n * Emitted when the scroll has ended. This event is disabled by default.\nSet `scrollEvents` to `true` to enable.\n */\n ionScrollEnd: EventEmitter<IonContentCustomEvent<IIonContentScrollBaseDetail>>;\n}\n\n\n"]}
|
|
@@ -7,6 +7,7 @@ export declare class IonDatetimeButton {
|
|
|
7
7
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonDatetimeButton, never>;
|
|
9
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonDatetimeButton, "ion-datetime-button", never, { "color": { "alias": "color"; "required": false; }; "datetime": { "alias": "datetime"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
|
+
static ngAcceptInputType_disabled: boolean | string | null | undefined;
|
|
10
11
|
}
|
|
11
12
|
export declare interface IonDatetimeButton extends Components.IonDatetimeButton {
|
|
12
13
|
}
|
|
@@ -3,6 +3,7 @@ import { __decorate } from "tslib";
|
|
|
3
3
|
/* auto-generated angular directive proxies */
|
|
4
4
|
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
5
5
|
import { ProxyCmp } from './angular-component-lib/utils';
|
|
6
|
+
import { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';
|
|
6
7
|
import { defineCustomElement as defineIonDatetimeButton } from '@ionic/core/components/ion-datetime-button.js';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
let IonDatetimeButton = class IonDatetimeButton {
|
|
@@ -14,7 +15,7 @@ let IonDatetimeButton = class IonDatetimeButton {
|
|
|
14
15
|
this.el = r.nativeElement;
|
|
15
16
|
}
|
|
16
17
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonDatetimeButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
17
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
18
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonDatetimeButton, isStandalone: true, selector: "ion-datetime-button", inputs: { color: "color", datetime: "datetime", disabled: ["disabled", "disabled", nullableBooleanAttribute], mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
18
19
|
};
|
|
19
20
|
IonDatetimeButton = __decorate([
|
|
20
21
|
ProxyCmp({
|
|
@@ -30,7 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
30
31
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
31
32
|
template: '<ng-content></ng-content>',
|
|
32
33
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
33
|
-
inputs: ['color', 'datetime', 'disabled', 'mode'],
|
|
34
|
+
inputs: ['color', 'datetime', { name: 'disabled', transform: nullableBooleanAttribute }, 'mode'],
|
|
34
35
|
}]
|
|
35
36
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
36
37
|
//# sourceMappingURL=ion-datetime-button.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ion-datetime-button.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-datetime-button.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"ion-datetime-button.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-datetime-button.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAIrF,OAAO,EAAE,mBAAmB,IAAI,uBAAuB,EAAE,MAAM,+CAA+C,CAAC;;AAaxG,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;IAE+B;IADjD,EAAE,CAA+B;IAC3C,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,iBAAiB;8GAAjB,iBAAiB,0IAFiC,wBAAwB,2CAF3E,2BAA2B;;AAI1B,iBAAiB;IAX7B,QAAQ,CAAC;QACR,qBAAqB,EAAE,uBAAuB;QAC9C,MAAM,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,CAAC;KAClD,CAAC;GAQW,iBAAiB,CAM7B;;2FANY,iBAAiB;kBAP7B,SAAS;mBAAC;oBACT,QAAQ,EAAE,qBAAqB;oBAC/B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,MAAM,CAAC;iBACjG","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\nimport { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonDatetimeButton } from '@ionic/core/components/ion-datetime-button.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonDatetimeButton,\n inputs: ['color', 'datetime', 'disabled', 'mode']\n})\n@Component({\n selector: 'ion-datetime-button',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['color', 'datetime', { name: 'disabled', transform: nullableBooleanAttribute }, 'mode'],\n})\nexport class IonDatetimeButton {\n protected el: HTMLIonDatetimeButtonElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonDatetimeButton extends Components.IonDatetimeButton {}\n\n\n"]}
|
|
@@ -10,6 +10,10 @@ export declare class IonFabButton {
|
|
|
10
10
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonFabButton, never>;
|
|
12
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonFabButton, "ion-fab-button", never, { "activated": { "alias": "activated"; "required": false; }; "closeIcon": { "alias": "closeIcon"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "form": { "alias": "form"; "required": false; }; "href": { "alias": "href"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "routerAnimation": { "alias": "routerAnimation"; "required": false; }; "routerDirection": { "alias": "routerDirection"; "required": false; }; "show": { "alias": "show"; "required": false; }; "size": { "alias": "size"; "required": false; }; "target": { "alias": "target"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "ionFocus": "ionFocus"; "ionBlur": "ionBlur"; }, never, ["*"], true, never>;
|
|
13
|
+
static ngAcceptInputType_activated: boolean | string | null | undefined;
|
|
14
|
+
static ngAcceptInputType_disabled: boolean | string | null | undefined;
|
|
15
|
+
static ngAcceptInputType_show: boolean | string | null | undefined;
|
|
16
|
+
static ngAcceptInputType_translucent: boolean | string | null | undefined;
|
|
13
17
|
}
|
|
14
18
|
export declare interface IonFabButton extends Components.IonFabButton {
|
|
15
19
|
/**
|
|
@@ -3,6 +3,7 @@ import { __decorate } from "tslib";
|
|
|
3
3
|
/* auto-generated angular directive proxies */
|
|
4
4
|
import { ChangeDetectionStrategy, Component, EventEmitter, Output } from '@angular/core';
|
|
5
5
|
import { ProxyCmp } from './angular-component-lib/utils';
|
|
6
|
+
import { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';
|
|
6
7
|
import { defineCustomElement as defineIonFabButton } from '@ionic/core/components/ion-fab-button.js';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
let IonFabButton = class IonFabButton {
|
|
@@ -16,7 +17,7 @@ let IonFabButton = class IonFabButton {
|
|
|
16
17
|
this.el = r.nativeElement;
|
|
17
18
|
}
|
|
18
19
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFabButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
20
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonFabButton, isStandalone: true, selector: "ion-fab-button", inputs: { activated: ["activated", "activated", nullableBooleanAttribute], closeIcon: "closeIcon", color: "color", disabled: ["disabled", "disabled", nullableBooleanAttribute], download: "download", form: "form", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", show: ["show", "show", nullableBooleanAttribute], size: "size", target: "target", translucent: ["translucent", "translucent", nullableBooleanAttribute], type: "type" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
21
|
};
|
|
21
22
|
IonFabButton = __decorate([
|
|
22
23
|
ProxyCmp({
|
|
@@ -32,7 +33,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
32
33
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
33
34
|
template: '<ng-content></ng-content>',
|
|
34
35
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
35
|
-
inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type'],
|
|
36
|
+
inputs: [{ name: 'activated', transform: nullableBooleanAttribute }, 'closeIcon', 'color', { name: 'disabled', transform: nullableBooleanAttribute }, 'download', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', { name: 'show', transform: nullableBooleanAttribute }, 'size', 'target', { name: 'translucent', transform: nullableBooleanAttribute }, 'type'],
|
|
36
37
|
outputs: ['ionFocus', 'ionBlur'],
|
|
37
38
|
}]
|
|
38
39
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ion-fab-button.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-fab-button.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,YAAY,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEhI,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"ion-fab-button.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-fab-button.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,YAAY,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEhI,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAIrF,OAAO,EAAE,mBAAmB,IAAI,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;;AAc9F,IAAM,YAAY,GAAlB,MAAM,YAAY;IAIoC;IAHjD,EAAE,CAA0B;IAC5B,QAAQ,GAAG,IAAI,YAAY,EAAiC,CAAC;IAC7D,OAAO,GAAG,IAAI,YAAY,EAAiC,CAAC;IACtE,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HAPU,YAAY;8GAAZ,YAAY,kGAHkB,wBAAwB,8EAAyD,wBAAwB,8KAAgH,wBAAwB,+EAAwD,wBAAwB,kGAFhW,2BAA2B;;AAK1B,YAAY;IAZxB,QAAQ,CAAC;QACR,qBAAqB,EAAE,kBAAkB;QACzC,MAAM,EAAE,CAAC,WAAW,EAAE,WAAW,EAAE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,aAAa,EAAE,MAAM,CAAC;KAC1L,CAAC;GASW,YAAY,CAQxB;;2FARY,YAAY;kBARxB,SAAS;mBAAC;oBACT,QAAQ,EAAE,gBAAgB;oBAC1B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE,EAAE,IAAI,EAAE,aAAa,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,MAAM,CAAC;oBACrX,OAAO,EAAE,CAAC,UAAU,EAAE,SAAS,CAAC;iBACjC;;sBAGE,MAAM;;sBACN,MAAM","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone, EventEmitter, Output } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\nimport { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonFabButton } from '@ionic/core/components/ion-fab-button.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonFabButton,\n inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type']\n})\n@Component({\n selector: 'ion-fab-button',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'activated', transform: nullableBooleanAttribute }, 'closeIcon', 'color', { name: 'disabled', transform: nullableBooleanAttribute }, 'download', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', { name: 'show', transform: nullableBooleanAttribute }, 'size', 'target', { name: 'translucent', transform: nullableBooleanAttribute }, 'type'],\n outputs: ['ionFocus', 'ionBlur'],\n})\nexport class IonFabButton {\n protected el: HTMLIonFabButtonElement;\n @Output() ionFocus = new EventEmitter<IonFabButtonCustomEvent<void>>();\n @Output() ionBlur = new EventEmitter<IonFabButtonCustomEvent<void>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nimport type { IonFabButtonCustomEvent } from '@ionic/core/components';\n\nexport declare interface IonFabButton extends Components.IonFabButton {\n /**\n * Emitted when the button has focus.\n */\n ionFocus: EventEmitter<IonFabButtonCustomEvent<void>>;\n /**\n * Emitted when the button loses focus.\n */\n ionBlur: EventEmitter<IonFabButtonCustomEvent<void>>;\n}\n\n\n"]}
|
|
@@ -7,6 +7,7 @@ export declare class IonFabList {
|
|
|
7
7
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonFabList, never>;
|
|
9
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonFabList, "ion-fab-list", never, { "activated": { "alias": "activated"; "required": false; }; "side": { "alias": "side"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
|
+
static ngAcceptInputType_activated: boolean | string | null | undefined;
|
|
10
11
|
}
|
|
11
12
|
export declare interface IonFabList extends Components.IonFabList {
|
|
12
13
|
}
|
|
@@ -3,6 +3,7 @@ import { __decorate } from "tslib";
|
|
|
3
3
|
/* auto-generated angular directive proxies */
|
|
4
4
|
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
5
5
|
import { ProxyCmp } from './angular-component-lib/utils';
|
|
6
|
+
import { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';
|
|
6
7
|
import { defineCustomElement as defineIonFabList } from '@ionic/core/components/ion-fab-list.js';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
let IonFabList = class IonFabList {
|
|
@@ -14,7 +15,7 @@ let IonFabList = class IonFabList {
|
|
|
14
15
|
this.el = r.nativeElement;
|
|
15
16
|
}
|
|
16
17
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFabList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
17
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
18
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonFabList, isStandalone: true, selector: "ion-fab-list", inputs: { activated: ["activated", "activated", nullableBooleanAttribute], side: "side" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
18
19
|
};
|
|
19
20
|
IonFabList = __decorate([
|
|
20
21
|
ProxyCmp({
|
|
@@ -30,7 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
30
31
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
31
32
|
template: '<ng-content></ng-content>',
|
|
32
33
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
33
|
-
inputs: ['activated', 'side'],
|
|
34
|
+
inputs: [{ name: 'activated', transform: nullableBooleanAttribute }, 'side'],
|
|
34
35
|
}]
|
|
35
36
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
36
37
|
//# sourceMappingURL=ion-fab-list.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ion-fab-list.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-fab-list.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"ion-fab-list.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-fab-list.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAIrF,OAAO,EAAE,mBAAmB,IAAI,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;;AAa1F,IAAM,UAAU,GAAhB,MAAM,UAAU;IAEsC;IADjD,EAAE,CAAwB;IACpC,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,UAAU;8GAAV,UAAU,gGAFoB,wBAAwB,2CAFvD,2BAA2B;;AAI1B,UAAU;IAXtB,QAAQ,CAAC;QACR,qBAAqB,EAAE,gBAAgB;QACvC,MAAM,EAAE,CAAC,WAAW,EAAE,MAAM,CAAC;KAC9B,CAAC;GAQW,UAAU,CAMtB;;2FANY,UAAU;kBAPtB,SAAS;mBAAC;oBACT,QAAQ,EAAE,cAAc;oBACxB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,MAAM,CAAC;iBAC7E","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\nimport { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonFabList } from '@ionic/core/components/ion-fab-list.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonFabList,\n inputs: ['activated', 'side']\n})\n@Component({\n selector: 'ion-fab-list',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'activated', transform: nullableBooleanAttribute }, 'side'],\n})\nexport class IonFabList {\n protected el: HTMLIonFabListElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonFabList extends Components.IonFabList {}\n\n\n"]}
|
|
@@ -7,6 +7,8 @@ export declare class IonFab {
|
|
|
7
7
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonFab, never>;
|
|
9
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonFab, "ion-fab", never, { "activated": { "alias": "activated"; "required": false; }; "edge": { "alias": "edge"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
|
+
static ngAcceptInputType_activated: boolean | string | null | undefined;
|
|
11
|
+
static ngAcceptInputType_edge: boolean | string | null | undefined;
|
|
10
12
|
}
|
|
11
13
|
export declare interface IonFab extends Components.IonFab {
|
|
12
14
|
}
|
|
@@ -3,6 +3,7 @@ import { __decorate } from "tslib";
|
|
|
3
3
|
/* auto-generated angular directive proxies */
|
|
4
4
|
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
5
5
|
import { ProxyCmp } from './angular-component-lib/utils';
|
|
6
|
+
import { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';
|
|
6
7
|
import { defineCustomElement as defineIonFab } from '@ionic/core/components/ion-fab.js';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
let IonFab = class IonFab {
|
|
@@ -14,7 +15,7 @@ let IonFab = class IonFab {
|
|
|
14
15
|
this.el = r.nativeElement;
|
|
15
16
|
}
|
|
16
17
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
17
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
18
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonFab, isStandalone: true, selector: "ion-fab", inputs: { activated: ["activated", "activated", nullableBooleanAttribute], edge: ["edge", "edge", nullableBooleanAttribute], horizontal: "horizontal", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
18
19
|
};
|
|
19
20
|
IonFab = __decorate([
|
|
20
21
|
ProxyCmp({
|
|
@@ -31,7 +32,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
31
32
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
32
33
|
template: '<ng-content></ng-content>',
|
|
33
34
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
34
|
-
inputs: ['activated', 'edge', 'horizontal', 'vertical'],
|
|
35
|
+
inputs: [{ name: 'activated', transform: nullableBooleanAttribute }, { name: 'edge', transform: nullableBooleanAttribute }, 'horizontal', 'vertical'],
|
|
35
36
|
}]
|
|
36
37
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
37
38
|
//# sourceMappingURL=ion-fab.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ion-fab.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-fab.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"ion-fab.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-fab.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAIrF,OAAO,EAAE,mBAAmB,IAAI,YAAY,EAAE,MAAM,mCAAmC,CAAC;;AAcjF,IAAM,MAAM,GAAZ,MAAM,MAAM;IAE0C;IADjD,EAAE,CAAoB;IAChC,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,MAAM;8GAAN,MAAM,2FAFwB,wBAAwB,0BAA+B,wBAAwB,6EAF9G,2BAA2B;;AAI1B,MAAM;IAZlB,QAAQ,CAAC;QACR,qBAAqB,EAAE,YAAY;QACnC,MAAM,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,YAAY,EAAE,UAAU,CAAC;QACvD,OAAO,EAAE,CAAC,OAAO,CAAC;KACnB,CAAC;GAQW,MAAM,CAMlB;;2FANY,MAAM;kBAPlB,SAAS;mBAAC;oBACT,QAAQ,EAAE,SAAS;oBACnB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,YAAY,EAAE,UAAU,CAAC;iBACtJ","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\nimport { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonFab } from '@ionic/core/components/ion-fab.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonFab,\n inputs: ['activated', 'edge', 'horizontal', 'vertical'],\n methods: ['close']\n})\n@Component({\n selector: 'ion-fab',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'activated', transform: nullableBooleanAttribute }, { name: 'edge', transform: nullableBooleanAttribute }, 'horizontal', 'vertical'],\n})\nexport class IonFab {\n protected el: HTMLIonFabElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonFab extends Components.IonFab {}\n\n\n"]}
|
|
@@ -7,6 +7,7 @@ export declare class IonFooter {
|
|
|
7
7
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonFooter, never>;
|
|
9
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonFooter, "ion-footer", never, { "collapse": { "alias": "collapse"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
|
+
static ngAcceptInputType_translucent: boolean | string | null | undefined;
|
|
10
11
|
}
|
|
11
12
|
export declare interface IonFooter extends Components.IonFooter {
|
|
12
13
|
}
|
|
@@ -3,6 +3,7 @@ import { __decorate } from "tslib";
|
|
|
3
3
|
/* auto-generated angular directive proxies */
|
|
4
4
|
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
5
5
|
import { ProxyCmp } from './angular-component-lib/utils';
|
|
6
|
+
import { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';
|
|
6
7
|
import { defineCustomElement as defineIonFooter } from '@ionic/core/components/ion-footer.js';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
let IonFooter = class IonFooter {
|
|
@@ -14,7 +15,7 @@ let IonFooter = class IonFooter {
|
|
|
14
15
|
this.el = r.nativeElement;
|
|
15
16
|
}
|
|
16
17
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
17
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
18
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonFooter, isStandalone: true, selector: "ion-footer", inputs: { collapse: "collapse", mode: "mode", translucent: ["translucent", "translucent", nullableBooleanAttribute] }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
18
19
|
};
|
|
19
20
|
IonFooter = __decorate([
|
|
20
21
|
ProxyCmp({
|
|
@@ -30,7 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
30
31
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
31
32
|
template: '<ng-content></ng-content>',
|
|
32
33
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
33
|
-
inputs: ['collapse', 'mode', 'translucent'],
|
|
34
|
+
inputs: ['collapse', 'mode', { name: 'translucent', transform: nullableBooleanAttribute }],
|
|
34
35
|
}]
|
|
35
36
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
36
37
|
//# sourceMappingURL=ion-footer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ion-footer.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-footer.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"ion-footer.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-footer.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAIrF,OAAO,EAAE,mBAAmB,IAAI,eAAe,EAAE,MAAM,sCAAsC,CAAC;;AAavF,IAAM,SAAS,GAAf,MAAM,SAAS;IAEuC;IADjD,EAAE,CAAuB;IACnC,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,SAAS;8GAAT,SAAS,wIAF2C,wBAAwB,6BAF7E,2BAA2B;;AAI1B,SAAS;IAXrB,QAAQ,CAAC;QACR,qBAAqB,EAAE,eAAe;QACtC,MAAM,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,aAAa,CAAC;KAC5C,CAAC;GAQW,SAAS,CAMrB;;2FANY,SAAS;kBAPrB,SAAS;mBAAC;oBACT,QAAQ,EAAE,YAAY;oBACtB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,aAAa,EAAE,SAAS,EAAE,wBAAwB,EAAE,CAAC;iBAC3F","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\nimport { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonFooter } from '@ionic/core/components/ion-footer.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonFooter,\n inputs: ['collapse', 'mode', 'translucent']\n})\n@Component({\n selector: 'ion-footer',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['collapse', 'mode', { name: 'translucent', transform: nullableBooleanAttribute }],\n})\nexport class IonFooter {\n protected el: HTMLIonFooterElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonFooter extends Components.IonFooter {}\n\n\n"]}
|
|
@@ -7,6 +7,7 @@ export declare class IonGrid {
|
|
|
7
7
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonGrid, never>;
|
|
9
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<IonGrid, "ion-grid", never, { "fixed": { "alias": "fixed"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
|
+
static ngAcceptInputType_fixed: boolean | string | null | undefined;
|
|
10
11
|
}
|
|
11
12
|
export declare interface IonGrid extends Components.IonGrid {
|
|
12
13
|
}
|