@ionic/angular 8.8.7-dev.11779467048.1641d05e → 8.8.7-dev.11779921691.1777274a
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 +1 -1
- package/css/core.css.map +1 -1
- package/css/display.css.map +1 -1
- package/css/flex-utils.css.map +1 -1
- package/css/float-elements.css.map +1 -1
- package/css/global.bundle.css +1 -1
- package/css/global.bundle.css.map +1 -1
- package/css/ionic/bundle.ionic.css +1 -1
- package/css/ionic/bundle.ionic.css.map +1 -1
- package/css/ionic/core.ionic.css +1 -1
- package/css/ionic/core.ionic.css.map +1 -1
- package/css/ionic/global.bundle.ionic.css +1 -1
- package/css/ionic/global.bundle.ionic.css.map +1 -1
- package/css/ionic/link.ionic.css.map +1 -1
- package/css/ionic/structure.ionic.css.map +1 -1
- package/css/ionic/typography.ionic.css +1 -1
- package/css/ionic/typography.ionic.css.map +1 -1
- package/css/ionic/utils.bundle.ionic.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/css/padding.css.map +1 -1
- package/css/palettes/dark.always.css +1 -1
- package/css/palettes/dark.always.css.map +1 -1
- package/css/palettes/dark.class.css +1 -1
- package/css/palettes/dark.class.css.map +1 -1
- package/css/palettes/dark.system.css +1 -1
- package/css/palettes/dark.system.css.map +1 -1
- package/css/palettes/high-contrast-dark.always.css +1 -1
- package/css/palettes/high-contrast-dark.always.css.map +1 -1
- package/css/palettes/high-contrast-dark.class.css +1 -1
- package/css/palettes/high-contrast-dark.class.css.map +1 -1
- package/css/palettes/high-contrast-dark.system.css +1 -1
- package/css/palettes/high-contrast-dark.system.css.map +1 -1
- package/css/palettes/high-contrast.always.css +1 -1
- package/css/palettes/high-contrast.always.css.map +1 -1
- package/css/palettes/high-contrast.class.css +1 -1
- package/css/palettes/high-contrast.class.css.map +1 -1
- package/css/palettes/high-contrast.system.css +1 -1
- package/css/palettes/high-contrast.system.css.map +1 -1
- package/css/structure.css.map +1 -1
- package/css/text-alignment.css.map +1 -1
- package/css/text-transformation.css.map +1 -1
- package/css/typography.css +1 -1
- package/css/typography.css.map +1 -1
- package/css/utils.bundle.css.map +1 -1
- package/directives/proxies-list.d.ts +1 -1
- package/directives/proxies.d.ts +7 -16
- package/esm2022/directives/proxies-list.mjs +1 -2
- package/esm2022/directives/proxies.mjs +22 -49
- package/esm2022/ionic-module.mjs +2 -2
- package/esm2022/standalone/directives/proxies.mjs +22 -52
- package/fesm2022/ionic-angular-standalone.mjs +149 -178
- package/fesm2022/ionic-angular-standalone.mjs.map +1 -1
- package/fesm2022/ionic-angular.mjs +24 -51
- package/fesm2022/ionic-angular.mjs.map +1 -1
- package/ionic-module.d.ts +1 -1
- package/package.json +2 -2
- package/standalone/directives/proxies.d.ts +7 -16
|
@@ -418,11 +418,11 @@ let IonBadge = class IonBadge {
|
|
|
418
418
|
this.el = r.nativeElement;
|
|
419
419
|
}
|
|
420
420
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
421
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBadge, selector: "ion-badge", inputs: { color: "color", hue: "hue", mode: "mode", shape: "shape", size: "size",
|
|
421
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBadge, selector: "ion-badge", inputs: { color: "color", hue: "hue", mode: "mode", shape: "shape", size: "size", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
422
422
|
};
|
|
423
423
|
IonBadge = __decorate([
|
|
424
424
|
ProxyCmp({
|
|
425
|
-
inputs: ['color', 'hue', 'mode', 'shape', 'size', '
|
|
425
|
+
inputs: ['color', 'hue', 'mode', 'shape', 'size', 'vertical']
|
|
426
426
|
})
|
|
427
427
|
], IonBadge);
|
|
428
428
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBadge, decorators: [{
|
|
@@ -432,7 +432,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
432
432
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
433
433
|
template: '<ng-content></ng-content>',
|
|
434
434
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
435
|
-
inputs: ['color', 'hue', 'mode', 'shape', 'size', '
|
|
435
|
+
inputs: ['color', 'hue', 'mode', 'shape', 'size', 'vertical'],
|
|
436
436
|
}]
|
|
437
437
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
438
438
|
let IonBreadcrumb = class IonBreadcrumb {
|
|
@@ -708,11 +708,11 @@ let IonChip = class IonChip {
|
|
|
708
708
|
this.el = r.nativeElement;
|
|
709
709
|
}
|
|
710
710
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
711
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonChip, selector: "ion-chip", inputs: { color: "color", disabled: "disabled", hue: "hue", mode: "mode", outline: "outline", shape: "shape", size: "size"
|
|
711
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonChip, selector: "ion-chip", inputs: { color: "color", disabled: "disabled", fill: "fill", hue: "hue", mode: "mode", outline: "outline", shape: "shape", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
712
712
|
};
|
|
713
713
|
IonChip = __decorate([
|
|
714
714
|
ProxyCmp({
|
|
715
|
-
inputs: ['color', 'disabled', 'hue', 'mode', 'outline', 'shape', 'size'
|
|
715
|
+
inputs: ['color', 'disabled', 'fill', 'hue', 'mode', 'outline', 'shape', 'size']
|
|
716
716
|
})
|
|
717
717
|
], IonChip);
|
|
718
718
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonChip, decorators: [{
|
|
@@ -722,7 +722,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
722
722
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
723
723
|
template: '<ng-content></ng-content>',
|
|
724
724
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
725
|
-
inputs: ['color', 'disabled', 'hue', 'mode', 'outline', 'shape', 'size'
|
|
725
|
+
inputs: ['color', 'disabled', 'fill', 'hue', 'mode', 'outline', 'shape', 'size'],
|
|
726
726
|
}]
|
|
727
727
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
728
728
|
let IonCol = class IonCol {
|
|
@@ -761,11 +761,11 @@ let IonContent = class IonContent {
|
|
|
761
761
|
proxyOutputs(this, this.el, ['ionScrollStart', 'ionScroll', 'ionScrollEnd']);
|
|
762
762
|
}
|
|
763
763
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
764
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonContent, selector: "ion-content", inputs: { color: "color", fixedSlotPlacement: "fixedSlotPlacement", forceOverscroll: "forceOverscroll", fullscreen: "fullscreen", mode: "mode", scrollEvents: "scrollEvents", scrollX: "scrollX", scrollY: "scrollY"
|
|
764
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonContent, selector: "ion-content", inputs: { color: "color", fixedSlotPlacement: "fixedSlotPlacement", forceOverscroll: "forceOverscroll", fullscreen: "fullscreen", mode: "mode", scrollEvents: "scrollEvents", scrollX: "scrollX", scrollY: "scrollY" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
765
765
|
};
|
|
766
766
|
IonContent = __decorate([
|
|
767
767
|
ProxyCmp({
|
|
768
|
-
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'mode', 'scrollEvents', 'scrollX', 'scrollY'
|
|
768
|
+
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'mode', 'scrollEvents', 'scrollX', 'scrollY'],
|
|
769
769
|
methods: ['getScrollElement', 'scrollToTop', 'scrollToBottom', 'scrollByPoint', 'scrollToPoint']
|
|
770
770
|
})
|
|
771
771
|
], IonContent);
|
|
@@ -776,7 +776,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
776
776
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
777
777
|
template: '<ng-content></ng-content>',
|
|
778
778
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
779
|
-
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'mode', 'scrollEvents', 'scrollX', 'scrollY'
|
|
779
|
+
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'mode', 'scrollEvents', 'scrollX', 'scrollY'],
|
|
780
780
|
}]
|
|
781
781
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
782
782
|
let IonDatetime = class IonDatetime {
|
|
@@ -965,32 +965,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
965
965
|
inputs: ['collapse', 'mode', 'theme', 'translucent'],
|
|
966
966
|
}]
|
|
967
967
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
968
|
-
let IonGallery = class IonGallery {
|
|
969
|
-
z;
|
|
970
|
-
el;
|
|
971
|
-
constructor(c, r, z) {
|
|
972
|
-
this.z = z;
|
|
973
|
-
c.detach();
|
|
974
|
-
this.el = r.nativeElement;
|
|
975
|
-
}
|
|
976
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonGallery, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
977
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonGallery, selector: "ion-gallery", inputs: { columns: "columns", gap: "gap", layout: "layout", mode: "mode", order: "order", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
978
|
-
};
|
|
979
|
-
IonGallery = __decorate([
|
|
980
|
-
ProxyCmp({
|
|
981
|
-
inputs: ['columns', 'gap', 'layout', 'mode', 'order', 'theme']
|
|
982
|
-
})
|
|
983
|
-
], IonGallery);
|
|
984
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonGallery, decorators: [{
|
|
985
|
-
type: Component,
|
|
986
|
-
args: [{
|
|
987
|
-
selector: 'ion-gallery',
|
|
988
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
989
|
-
template: '<ng-content></ng-content>',
|
|
990
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
991
|
-
inputs: ['columns', 'gap', 'layout', 'mode', 'order', 'theme'],
|
|
992
|
-
}]
|
|
993
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
994
968
|
let IonGrid = class IonGrid {
|
|
995
969
|
z;
|
|
996
970
|
el;
|
|
@@ -1267,11 +1241,11 @@ let IonItemDivider = class IonItemDivider {
|
|
|
1267
1241
|
this.el = r.nativeElement;
|
|
1268
1242
|
}
|
|
1269
1243
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1270
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemDivider, selector: "ion-item-divider", inputs: { color: "color", mode: "mode", sticky: "sticky"
|
|
1244
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemDivider, selector: "ion-item-divider", inputs: { color: "color", mode: "mode", sticky: "sticky" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1271
1245
|
};
|
|
1272
1246
|
IonItemDivider = __decorate([
|
|
1273
1247
|
ProxyCmp({
|
|
1274
|
-
inputs: ['color', 'mode', 'sticky'
|
|
1248
|
+
inputs: ['color', 'mode', 'sticky']
|
|
1275
1249
|
})
|
|
1276
1250
|
], IonItemDivider);
|
|
1277
1251
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemDivider, decorators: [{
|
|
@@ -1281,7 +1255,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1281
1255
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1282
1256
|
template: '<ng-content></ng-content>',
|
|
1283
1257
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1284
|
-
inputs: ['color', 'mode', 'sticky'
|
|
1258
|
+
inputs: ['color', 'mode', 'sticky'],
|
|
1285
1259
|
}]
|
|
1286
1260
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1287
1261
|
let IonItemGroup = class IonItemGroup {
|
|
@@ -1747,11 +1721,11 @@ let IonProgressBar = class IonProgressBar {
|
|
|
1747
1721
|
this.el = r.nativeElement;
|
|
1748
1722
|
}
|
|
1749
1723
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1750
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonProgressBar, selector: "ion-progress-bar", inputs: { buffer: "buffer", color: "color", mode: "mode", reversed: "reversed", shape: "shape",
|
|
1724
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonProgressBar, selector: "ion-progress-bar", inputs: { buffer: "buffer", color: "color", mode: "mode", reversed: "reversed", shape: "shape", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1751
1725
|
};
|
|
1752
1726
|
IonProgressBar = __decorate([
|
|
1753
1727
|
ProxyCmp({
|
|
1754
|
-
inputs: ['buffer', 'color', 'mode', 'reversed', 'shape', '
|
|
1728
|
+
inputs: ['buffer', 'color', 'mode', 'reversed', 'shape', 'type', 'value']
|
|
1755
1729
|
})
|
|
1756
1730
|
], IonProgressBar);
|
|
1757
1731
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonProgressBar, decorators: [{
|
|
@@ -1761,7 +1735,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1761
1735
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1762
1736
|
template: '<ng-content></ng-content>',
|
|
1763
1737
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1764
|
-
inputs: ['buffer', 'color', 'mode', 'reversed', 'shape', '
|
|
1738
|
+
inputs: ['buffer', 'color', 'mode', 'reversed', 'shape', 'type', 'value'],
|
|
1765
1739
|
}]
|
|
1766
1740
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1767
1741
|
let IonRadio = class IonRadio {
|
|
@@ -2253,11 +2227,11 @@ let IonSpinner = class IonSpinner {
|
|
|
2253
2227
|
this.el = r.nativeElement;
|
|
2254
2228
|
}
|
|
2255
2229
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2256
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSpinner, selector: "ion-spinner", inputs: { color: "color", duration: "duration", mode: "mode", name: "name", paused: "paused", size: "size"
|
|
2230
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSpinner, selector: "ion-spinner", inputs: { color: "color", duration: "duration", mode: "mode", name: "name", paused: "paused", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2257
2231
|
};
|
|
2258
2232
|
IonSpinner = __decorate([
|
|
2259
2233
|
ProxyCmp({
|
|
2260
|
-
inputs: ['color', 'duration', 'mode', 'name', 'paused', 'size'
|
|
2234
|
+
inputs: ['color', 'duration', 'mode', 'name', 'paused', 'size']
|
|
2261
2235
|
})
|
|
2262
2236
|
], IonSpinner);
|
|
2263
2237
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSpinner, decorators: [{
|
|
@@ -2267,7 +2241,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2267
2241
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2268
2242
|
template: '<ng-content></ng-content>',
|
|
2269
2243
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2270
|
-
inputs: ['color', 'duration', 'mode', 'name', 'paused', 'size'
|
|
2244
|
+
inputs: ['color', 'duration', 'mode', 'name', 'paused', 'size'],
|
|
2271
2245
|
}]
|
|
2272
2246
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2273
2247
|
let IonSplitPane = class IonSplitPane {
|
|
@@ -2306,11 +2280,11 @@ let IonTab = class IonTab {
|
|
|
2306
2280
|
this.el = r.nativeElement;
|
|
2307
2281
|
}
|
|
2308
2282
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2309
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTab, selector: "ion-tab", inputs: { component: "component", mode: "mode", tab: "tab"
|
|
2283
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTab, selector: "ion-tab", inputs: { component: "component", mode: "mode", tab: "tab" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2310
2284
|
};
|
|
2311
2285
|
IonTab = __decorate([
|
|
2312
2286
|
ProxyCmp({
|
|
2313
|
-
inputs: ['component', 'mode', 'tab'
|
|
2287
|
+
inputs: ['component', 'mode', 'tab'],
|
|
2314
2288
|
methods: ['setActive']
|
|
2315
2289
|
})
|
|
2316
2290
|
], IonTab);
|
|
@@ -2321,7 +2295,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2321
2295
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2322
2296
|
template: '<ng-content></ng-content>',
|
|
2323
2297
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2324
|
-
inputs: ['component', 'mode', 'tab'
|
|
2298
|
+
inputs: ['component', 'mode', 'tab'],
|
|
2325
2299
|
}]
|
|
2326
2300
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2327
2301
|
let IonTabBar = class IonTabBar {
|
|
@@ -3040,7 +3014,6 @@ const DIRECTIVES = [
|
|
|
3040
3014
|
IonFabButton,
|
|
3041
3015
|
IonFabList,
|
|
3042
3016
|
IonFooter,
|
|
3043
|
-
IonGallery,
|
|
3044
3017
|
IonGrid,
|
|
3045
3018
|
IonHeader,
|
|
3046
3019
|
IonIcon,
|
|
@@ -3145,7 +3118,7 @@ class IonicModule {
|
|
|
3145
3118
|
};
|
|
3146
3119
|
}
|
|
3147
3120
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3148
|
-
/** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: IonicModule, declarations: [IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton, IonDivider, IonFab, IonFabButton, IonFabList, IonFooter,
|
|
3121
|
+
/** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: IonicModule, declarations: [IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton, IonDivider, IonFab, IonFabButton, IonFabList, IonFooter, IonGrid, IonHeader, IonIcon, IonImg, IonInfiniteScroll, IonInfiniteScrollContent, IonInput, IonInputOtp, IonInputPasswordToggle, IonItem, IonItemDivider, IonItemGroup, IonItemOption, IonItemOptions, IonItemSliding, IonLabel, IonList, IonListHeader, IonLoading, IonMenu, IonMenuButton, IonMenuToggle, IonNavLink, IonNote, IonPicker, IonPickerColumn, IonPickerColumnOption, IonPickerLegacy, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRefresher, IonRefresherContent, IonReorder, IonReorderGroup, IonRippleEffect, IonRow, IonSearchbar, IonSegment, IonSegmentButton, IonSegmentContent, IonSegmentView, IonSelect, IonSelectModal, IonSelectOption, IonSkeletonText, IonSpinner, IonSplitPane, IonTab, IonTabBar, IonTabButton, IonText, IonTextarea, IonThumbnail, IonTitle, IonToast, IonToggle, IonToolbar,
|
|
3149
3122
|
// manual proxies
|
|
3150
3123
|
IonModal,
|
|
3151
3124
|
IonPopover,
|
|
@@ -3163,7 +3136,7 @@ class IonicModule {
|
|
|
3163
3136
|
RouterLinkWithHrefDelegateDirective,
|
|
3164
3137
|
// validators
|
|
3165
3138
|
IonMinValidator,
|
|
3166
|
-
IonMaxValidator], imports: [CommonModule], exports: [IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton, IonDivider, IonFab, IonFabButton, IonFabList, IonFooter,
|
|
3139
|
+
IonMaxValidator], imports: [CommonModule], exports: [IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton, IonDivider, IonFab, IonFabButton, IonFabList, IonFooter, IonGrid, IonHeader, IonIcon, IonImg, IonInfiniteScroll, IonInfiniteScrollContent, IonInput, IonInputOtp, IonInputPasswordToggle, IonItem, IonItemDivider, IonItemGroup, IonItemOption, IonItemOptions, IonItemSliding, IonLabel, IonList, IonListHeader, IonLoading, IonMenu, IonMenuButton, IonMenuToggle, IonNavLink, IonNote, IonPicker, IonPickerColumn, IonPickerColumnOption, IonPickerLegacy, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRefresher, IonRefresherContent, IonReorder, IonReorderGroup, IonRippleEffect, IonRow, IonSearchbar, IonSegment, IonSegmentButton, IonSegmentContent, IonSegmentView, IonSelect, IonSelectModal, IonSelectOption, IonSkeletonText, IonSpinner, IonSplitPane, IonTab, IonTabBar, IonTabButton, IonText, IonTextarea, IonThumbnail, IonTitle, IonToast, IonToggle, IonToolbar,
|
|
3167
3140
|
// manual proxies
|
|
3168
3141
|
IonModal,
|
|
3169
3142
|
IonPopover,
|
|
@@ -3200,5 +3173,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3200
3173
|
* Generated bundle index. Do not edit.
|
|
3201
3174
|
*/
|
|
3202
3175
|
|
|
3203
|
-
export { ActionSheetController, AlertController, AnimationController, BooleanValueAccessorDirective as BooleanValueAccessor, GestureController, ION_MAX_VALIDATOR, ION_MIN_VALIDATOR, IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackButton, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton, IonDivider, IonFab, IonFabButton, IonFabList, IonFooter,
|
|
3176
|
+
export { ActionSheetController, AlertController, AnimationController, BooleanValueAccessorDirective as BooleanValueAccessor, GestureController, ION_MAX_VALIDATOR, ION_MIN_VALIDATOR, IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackButton, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton, IonDivider, IonFab, IonFabButton, IonFabList, IonFooter, IonGrid, IonHeader, IonIcon, IonImg, IonInfiniteScroll, IonInfiniteScrollContent, IonInput, IonInputOtp, IonInputPasswordToggle, IonItem, IonItemDivider, IonItemGroup, IonItemOption, IonItemOptions, IonItemSliding, IonLabel, IonList, IonListHeader, IonLoading, IonMaxValidator, IonMenu, IonMenuButton, IonMenuToggle, IonMinValidator, IonModal, IonNav, IonNavLink, IonNote, IonPicker, IonPickerColumn, IonPickerColumnOption, IonPickerLegacy, IonPopover, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRefresher, IonRefresherContent, IonReorder, IonReorderGroup, IonRippleEffect, IonRouterOutlet, IonRow, IonSearchbar, IonSegment, IonSegmentButton, IonSegmentContent, IonSegmentView, IonSelect, IonSelectModal, IonSelectOption, IonSkeletonText, IonSpinner, IonSplitPane, IonTab, IonTabBar, IonTabButton, IonTabs, IonText, IonTextarea, IonThumbnail, IonTitle, IonToast, IonToggle, IonToolbar, IonicModule, LoadingController, MenuController, ModalController, NumericValueAccessorDirective as NumericValueAccessor, PickerController, PopoverController, RouterLinkDelegateDirective as RouterLinkDelegate, RouterLinkWithHrefDelegateDirective as RouterLinkWithHrefDelegate, SelectValueAccessorDirective as SelectValueAccessor, TextValueAccessorDirective as TextValueAccessor, ToastController };
|
|
3204
3177
|
//# sourceMappingURL=ionic-angular.mjs.map
|