@ionic/angular 8.7.6-dev.11758808200.14faa1a0 → 8.7.6-nightly.20250926
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 +1 -1
- package/css/display.css.map +1 -1
- package/css/flex-utils.css +1 -1
- package/css/flex-utils.css.map +1 -1
- package/css/float-elements.css.map +1 -1
- package/css/global.bundle.css.map +1 -1
- package/css/ionic-swiper.css +1 -1
- package/css/ionic-swiper.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/css/normalize.css.map +1 -1
- package/css/padding.css.map +1 -1
- package/css/palettes/dark.always.css.map +1 -1
- package/css/palettes/dark.class.css.map +1 -1
- package/css/palettes/dark.system.css.map +1 -1
- package/css/palettes/high-contrast-dark.always.css.map +1 -1
- package/css/palettes/high-contrast-dark.class.css.map +1 -1
- package/css/palettes/high-contrast-dark.system.css.map +1 -1
- package/css/palettes/high-contrast.always.css.map +1 -1
- package/css/palettes/high-contrast.class.css.map +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.map +1 -1
- package/css/utils.bundle.css +1 -1
- package/css/utils.bundle.css.map +1 -1
- package/directives/proxies-list.d.ts +1 -1
- package/directives/proxies.d.ts +83 -93
- package/esm2022/directives/proxies-list.mjs +1 -2
- package/esm2022/directives/proxies.mjs +240 -278
- package/esm2022/ionic-module.mjs +2 -2
- package/esm2022/standalone/directives/proxies.mjs +210 -246
- package/fesm2022/ionic-angular-standalone.mjs +341 -376
- package/fesm2022/ionic-angular-standalone.mjs.map +1 -1
- package/fesm2022/ionic-angular.mjs +242 -280
- 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 +70 -79
- package/css/ionic/bundle.ionic.css +0 -1
- package/css/ionic/bundle.ionic.css.map +0 -1
- package/css/ionic/core.ionic.css +0 -1
- package/css/ionic/core.ionic.css.map +0 -1
- package/css/ionic/global.bundle.ionic.css +0 -1
- package/css/ionic/global.bundle.ionic.css.map +0 -1
- package/css/ionic/ionic-swiper.ionic.css +0 -1
- package/css/ionic/ionic-swiper.ionic.css.map +0 -1
- package/css/ionic/link.ionic.css +0 -1
- package/css/ionic/link.ionic.css.map +0 -1
- package/css/ionic/structure.ionic.css +0 -1
- package/css/ionic/structure.ionic.css.map +0 -1
- package/css/ionic/typography.ionic.css +0 -1
- package/css/ionic/typography.ionic.css.map +0 -1
- package/css/ionic/utils.bundle.ionic.css +0 -1
- package/css/ionic/utils.bundle.ionic.css.map +0 -1
|
@@ -33,76 +33,75 @@ import { defineCustomElement as defineCustomElement$m } from '@ionic/core/compon
|
|
|
33
33
|
import { defineCustomElement as defineCustomElement$n } from '@ionic/core/components/ion-col.js';
|
|
34
34
|
import { defineCustomElement as defineCustomElement$o } from '@ionic/core/components/ion-content.js';
|
|
35
35
|
import { defineCustomElement as defineCustomElement$p } from '@ionic/core/components/ion-datetime-button.js';
|
|
36
|
-
import { defineCustomElement as defineCustomElement$q } from '@ionic/core/components/ion-
|
|
37
|
-
import { defineCustomElement as defineCustomElement$r } from '@ionic/core/components/ion-fab.js';
|
|
38
|
-
import { defineCustomElement as defineCustomElement$s } from '@ionic/core/components/ion-fab-
|
|
39
|
-
import { defineCustomElement as defineCustomElement$t } from '@ionic/core/components/ion-
|
|
40
|
-
import { defineCustomElement as defineCustomElement$u } from '@ionic/core/components/ion-
|
|
41
|
-
import { defineCustomElement as defineCustomElement$v } from '@ionic/core/components/ion-
|
|
42
|
-
import { defineCustomElement as defineCustomElement$w } from '@ionic/core/components/ion-
|
|
43
|
-
import { defineCustomElement as defineCustomElement$x } from '@ionic/core/components/ion-
|
|
44
|
-
import { defineCustomElement as defineCustomElement$y } from '@ionic/core/components/ion-infinite-scroll.js';
|
|
45
|
-
import { defineCustomElement as defineCustomElement$z } from '@ionic/core/components/ion-
|
|
46
|
-
import { defineCustomElement as defineCustomElement$A } from '@ionic/core/components/ion-
|
|
47
|
-
import { defineCustomElement as defineCustomElement$B } from '@ionic/core/components/ion-item.js';
|
|
48
|
-
import { defineCustomElement as defineCustomElement$C } from '@ionic/core/components/ion-item-
|
|
49
|
-
import { defineCustomElement as defineCustomElement$D } from '@ionic/core/components/ion-item-
|
|
50
|
-
import { defineCustomElement as defineCustomElement$E } from '@ionic/core/components/ion-item-
|
|
51
|
-
import { defineCustomElement as defineCustomElement$F } from '@ionic/core/components/ion-item-
|
|
52
|
-
import { defineCustomElement as defineCustomElement$G } from '@ionic/core/components/ion-
|
|
53
|
-
import { defineCustomElement as defineCustomElement$H } from '@ionic/core/components/ion-
|
|
54
|
-
import { defineCustomElement as defineCustomElement$I } from '@ionic/core/components/ion-list.js';
|
|
55
|
-
import { defineCustomElement as defineCustomElement$J } from '@ionic/core/components/ion-
|
|
56
|
-
import { defineCustomElement as defineCustomElement$K } from '@ionic/core/components/ion-
|
|
57
|
-
import { defineCustomElement as defineCustomElement$L } from '@ionic/core/components/ion-menu.js';
|
|
58
|
-
import { defineCustomElement as defineCustomElement$M } from '@ionic/core/components/ion-menu-
|
|
59
|
-
import { defineCustomElement as defineCustomElement$N } from '@ionic/core/components/ion-
|
|
60
|
-
import { defineCustomElement as defineCustomElement$O } from '@ionic/core/components/ion-
|
|
61
|
-
import { defineCustomElement as defineCustomElement$P } from '@ionic/core/components/ion-
|
|
62
|
-
import { defineCustomElement as defineCustomElement$Q } from '@ionic/core/components/ion-picker.js';
|
|
63
|
-
import { defineCustomElement as defineCustomElement$R } from '@ionic/core/components/ion-picker-column.js';
|
|
64
|
-
import { defineCustomElement as defineCustomElement$S } from '@ionic/core/components/ion-picker-
|
|
65
|
-
import { defineCustomElement as defineCustomElement$T } from '@ionic/core/components/ion-
|
|
66
|
-
import { defineCustomElement as defineCustomElement$U } from '@ionic/core/components/ion-
|
|
67
|
-
import { defineCustomElement as defineCustomElement$V } from '@ionic/core/components/ion-
|
|
68
|
-
import { defineCustomElement as defineCustomElement$W } from '@ionic/core/components/ion-refresher.js';
|
|
69
|
-
import { defineCustomElement as defineCustomElement$X } from '@ionic/core/components/ion-
|
|
70
|
-
import { defineCustomElement as defineCustomElement$Y } from '@ionic/core/components/ion-reorder.js';
|
|
71
|
-
import { defineCustomElement as defineCustomElement$Z } from '@ionic/core/components/ion-
|
|
72
|
-
import { defineCustomElement as defineCustomElement$_ } from '@ionic/core/components/ion-
|
|
73
|
-
import { defineCustomElement as defineCustomElement$$ } from '@ionic/core/components/ion-
|
|
74
|
-
import { defineCustomElement as defineCustomElement$10 } from '@ionic/core/components/ion-segment-
|
|
75
|
-
import { defineCustomElement as defineCustomElement$11 } from '@ionic/core/components/ion-segment-
|
|
76
|
-
import { defineCustomElement as defineCustomElement$12 } from '@ionic/core/components/ion-
|
|
77
|
-
import { defineCustomElement as defineCustomElement$13 } from '@ionic/core/components/ion-select-
|
|
78
|
-
import { defineCustomElement as defineCustomElement$14 } from '@ionic/core/components/ion-
|
|
79
|
-
import { defineCustomElement as defineCustomElement$15 } from '@ionic/core/components/ion-
|
|
80
|
-
import { defineCustomElement as defineCustomElement$16 } from '@ionic/core/components/ion-
|
|
81
|
-
import { defineCustomElement as defineCustomElement$17 } from '@ionic/core/components/ion-
|
|
82
|
-
import { defineCustomElement as defineCustomElement$18 } from '@ionic/core/components/ion-tab.js';
|
|
83
|
-
import { defineCustomElement as defineCustomElement$19 } from '@ionic/core/components/ion-tab-
|
|
84
|
-
import { defineCustomElement as defineCustomElement$1a } from '@ionic/core/components/ion-
|
|
85
|
-
import { defineCustomElement as defineCustomElement$1b } from '@ionic/core/components/ion-
|
|
86
|
-
import { defineCustomElement as defineCustomElement$1c } from '@ionic/core/components/ion-
|
|
87
|
-
import { defineCustomElement as defineCustomElement$1d } from '@ionic/core/components/ion-
|
|
88
|
-
import { defineCustomElement as defineCustomElement$1e } from '@ionic/core/components/ion-
|
|
89
|
-
import { defineCustomElement as defineCustomElement$1f } from '@ionic/core/components/ion-toolbar.js';
|
|
36
|
+
import { defineCustomElement as defineCustomElement$q } from '@ionic/core/components/ion-fab.js';
|
|
37
|
+
import { defineCustomElement as defineCustomElement$r } from '@ionic/core/components/ion-fab-button.js';
|
|
38
|
+
import { defineCustomElement as defineCustomElement$s } from '@ionic/core/components/ion-fab-list.js';
|
|
39
|
+
import { defineCustomElement as defineCustomElement$t } from '@ionic/core/components/ion-footer.js';
|
|
40
|
+
import { defineCustomElement as defineCustomElement$u } from '@ionic/core/components/ion-grid.js';
|
|
41
|
+
import { defineCustomElement as defineCustomElement$v } from '@ionic/core/components/ion-header.js';
|
|
42
|
+
import { defineCustomElement as defineCustomElement$w } from '@ionic/core/components/ion-img.js';
|
|
43
|
+
import { defineCustomElement as defineCustomElement$x } from '@ionic/core/components/ion-infinite-scroll.js';
|
|
44
|
+
import { defineCustomElement as defineCustomElement$y } from '@ionic/core/components/ion-infinite-scroll-content.js';
|
|
45
|
+
import { defineCustomElement as defineCustomElement$z } from '@ionic/core/components/ion-input-password-toggle.js';
|
|
46
|
+
import { defineCustomElement as defineCustomElement$A } from '@ionic/core/components/ion-item.js';
|
|
47
|
+
import { defineCustomElement as defineCustomElement$B } from '@ionic/core/components/ion-item-divider.js';
|
|
48
|
+
import { defineCustomElement as defineCustomElement$C } from '@ionic/core/components/ion-item-group.js';
|
|
49
|
+
import { defineCustomElement as defineCustomElement$D } from '@ionic/core/components/ion-item-option.js';
|
|
50
|
+
import { defineCustomElement as defineCustomElement$E } from '@ionic/core/components/ion-item-options.js';
|
|
51
|
+
import { defineCustomElement as defineCustomElement$F } from '@ionic/core/components/ion-item-sliding.js';
|
|
52
|
+
import { defineCustomElement as defineCustomElement$G } from '@ionic/core/components/ion-label.js';
|
|
53
|
+
import { defineCustomElement as defineCustomElement$H } from '@ionic/core/components/ion-list.js';
|
|
54
|
+
import { defineCustomElement as defineCustomElement$I } from '@ionic/core/components/ion-list-header.js';
|
|
55
|
+
import { defineCustomElement as defineCustomElement$J } from '@ionic/core/components/ion-loading.js';
|
|
56
|
+
import { defineCustomElement as defineCustomElement$K } from '@ionic/core/components/ion-menu.js';
|
|
57
|
+
import { defineCustomElement as defineCustomElement$L } from '@ionic/core/components/ion-menu-button.js';
|
|
58
|
+
import { defineCustomElement as defineCustomElement$M } from '@ionic/core/components/ion-menu-toggle.js';
|
|
59
|
+
import { defineCustomElement as defineCustomElement$N } from '@ionic/core/components/ion-nav-link.js';
|
|
60
|
+
import { defineCustomElement as defineCustomElement$O } from '@ionic/core/components/ion-note.js';
|
|
61
|
+
import { defineCustomElement as defineCustomElement$P } from '@ionic/core/components/ion-picker.js';
|
|
62
|
+
import { defineCustomElement as defineCustomElement$Q } from '@ionic/core/components/ion-picker-column.js';
|
|
63
|
+
import { defineCustomElement as defineCustomElement$R } from '@ionic/core/components/ion-picker-column-option.js';
|
|
64
|
+
import { defineCustomElement as defineCustomElement$S } from '@ionic/core/components/ion-picker-legacy.js';
|
|
65
|
+
import { defineCustomElement as defineCustomElement$T } from '@ionic/core/components/ion-progress-bar.js';
|
|
66
|
+
import { defineCustomElement as defineCustomElement$U } from '@ionic/core/components/ion-radio.js';
|
|
67
|
+
import { defineCustomElement as defineCustomElement$V } from '@ionic/core/components/ion-refresher.js';
|
|
68
|
+
import { defineCustomElement as defineCustomElement$W } from '@ionic/core/components/ion-refresher-content.js';
|
|
69
|
+
import { defineCustomElement as defineCustomElement$X } from '@ionic/core/components/ion-reorder.js';
|
|
70
|
+
import { defineCustomElement as defineCustomElement$Y } from '@ionic/core/components/ion-reorder-group.js';
|
|
71
|
+
import { defineCustomElement as defineCustomElement$Z } from '@ionic/core/components/ion-ripple-effect.js';
|
|
72
|
+
import { defineCustomElement as defineCustomElement$_ } from '@ionic/core/components/ion-row.js';
|
|
73
|
+
import { defineCustomElement as defineCustomElement$$ } from '@ionic/core/components/ion-segment-button.js';
|
|
74
|
+
import { defineCustomElement as defineCustomElement$10 } from '@ionic/core/components/ion-segment-content.js';
|
|
75
|
+
import { defineCustomElement as defineCustomElement$11 } from '@ionic/core/components/ion-segment-view.js';
|
|
76
|
+
import { defineCustomElement as defineCustomElement$12 } from '@ionic/core/components/ion-select-modal.js';
|
|
77
|
+
import { defineCustomElement as defineCustomElement$13 } from '@ionic/core/components/ion-select-option.js';
|
|
78
|
+
import { defineCustomElement as defineCustomElement$14 } from '@ionic/core/components/ion-skeleton-text.js';
|
|
79
|
+
import { defineCustomElement as defineCustomElement$15 } from '@ionic/core/components/ion-spinner.js';
|
|
80
|
+
import { defineCustomElement as defineCustomElement$16 } from '@ionic/core/components/ion-split-pane.js';
|
|
81
|
+
import { defineCustomElement as defineCustomElement$17 } from '@ionic/core/components/ion-tab.js';
|
|
82
|
+
import { defineCustomElement as defineCustomElement$18 } from '@ionic/core/components/ion-tab-bar.js';
|
|
83
|
+
import { defineCustomElement as defineCustomElement$19 } from '@ionic/core/components/ion-tab-button.js';
|
|
84
|
+
import { defineCustomElement as defineCustomElement$1a } from '@ionic/core/components/ion-text.js';
|
|
85
|
+
import { defineCustomElement as defineCustomElement$1b } from '@ionic/core/components/ion-thumbnail.js';
|
|
86
|
+
import { defineCustomElement as defineCustomElement$1c } from '@ionic/core/components/ion-title.js';
|
|
87
|
+
import { defineCustomElement as defineCustomElement$1d } from '@ionic/core/components/ion-toast.js';
|
|
88
|
+
import { defineCustomElement as defineCustomElement$1e } from '@ionic/core/components/ion-toolbar.js';
|
|
90
89
|
import { modalController, popoverController, initialize, actionSheetController, alertController, createAnimation, getTimeGivenProgression, createGesture, loadingController, menuController, pickerController, toastController } from '@ionic/core/components';
|
|
91
90
|
export { IonicSafeString, IonicSlides, createAnimation, createGesture, getPlatforms, getTimeGivenProgression, iosTransitionAnimation, isPlatform, mdTransitionAnimation } from '@ionic/core/components';
|
|
92
|
-
import { defineCustomElement as defineCustomElement$
|
|
91
|
+
import { defineCustomElement as defineCustomElement$1f } from '@ionic/core/components/ion-nav.js';
|
|
93
92
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
94
|
-
import { defineCustomElement as defineCustomElement$
|
|
95
|
-
import { defineCustomElement as defineCustomElement$
|
|
96
|
-
import { defineCustomElement as defineCustomElement$
|
|
97
|
-
import { defineCustomElement as defineCustomElement$
|
|
98
|
-
import { defineCustomElement as defineCustomElement$
|
|
99
|
-
import { defineCustomElement as defineCustomElement$
|
|
100
|
-
import { defineCustomElement as defineCustomElement$
|
|
101
|
-
import { defineCustomElement as defineCustomElement$
|
|
102
|
-
import { defineCustomElement as defineCustomElement$
|
|
103
|
-
import { defineCustomElement as defineCustomElement$
|
|
104
|
-
import { defineCustomElement as defineCustomElement$
|
|
105
|
-
import { defineCustomElement as defineCustomElement$
|
|
93
|
+
import { defineCustomElement as defineCustomElement$1g } from '@ionic/core/components/ion-checkbox.js';
|
|
94
|
+
import { defineCustomElement as defineCustomElement$1h } from '@ionic/core/components/ion-datetime.js';
|
|
95
|
+
import { defineCustomElement as defineCustomElement$1i } from 'ionicons/components/ion-icon.js';
|
|
96
|
+
import { defineCustomElement as defineCustomElement$1j } from '@ionic/core/components/ion-input.js';
|
|
97
|
+
import { defineCustomElement as defineCustomElement$1k } from '@ionic/core/components/ion-input-otp.js';
|
|
98
|
+
import { defineCustomElement as defineCustomElement$1l } from '@ionic/core/components/ion-radio-group.js';
|
|
99
|
+
import { defineCustomElement as defineCustomElement$1m } from '@ionic/core/components/ion-range.js';
|
|
100
|
+
import { defineCustomElement as defineCustomElement$1n } from '@ionic/core/components/ion-searchbar.js';
|
|
101
|
+
import { defineCustomElement as defineCustomElement$1o } from '@ionic/core/components/ion-segment.js';
|
|
102
|
+
import { defineCustomElement as defineCustomElement$1p } from '@ionic/core/components/ion-select.js';
|
|
103
|
+
import { defineCustomElement as defineCustomElement$1q } from '@ionic/core/components/ion-textarea.js';
|
|
104
|
+
import { defineCustomElement as defineCustomElement$1r } from '@ionic/core/components/ion-toggle.js';
|
|
106
105
|
|
|
107
106
|
let IonRouterOutlet = class IonRouterOutlet extends IonRouterOutlet$1 {
|
|
108
107
|
parentOutlet;
|
|
@@ -316,12 +315,12 @@ let IonAccordion = class IonAccordion {
|
|
|
316
315
|
this.el = r.nativeElement;
|
|
317
316
|
}
|
|
318
317
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
319
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAccordion, isStandalone: true, selector: "ion-accordion", inputs: { disabled: "disabled", mode: "mode", readonly: "readonly",
|
|
318
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAccordion, isStandalone: true, selector: "ion-accordion", inputs: { disabled: "disabled", mode: "mode", readonly: "readonly", toggleIcon: "toggleIcon", toggleIconSlot: "toggleIconSlot", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
320
319
|
};
|
|
321
320
|
IonAccordion = __decorate([
|
|
322
321
|
ProxyCmp({
|
|
323
322
|
defineCustomElementFn: defineCustomElement$5,
|
|
324
|
-
inputs: ['disabled', 'mode', 'readonly', '
|
|
323
|
+
inputs: ['disabled', 'mode', 'readonly', 'toggleIcon', 'toggleIconSlot', 'value']
|
|
325
324
|
})
|
|
326
325
|
], IonAccordion);
|
|
327
326
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAccordion, decorators: [{
|
|
@@ -331,7 +330,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
331
330
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
332
331
|
template: '<ng-content></ng-content>',
|
|
333
332
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
334
|
-
inputs: ['disabled', 'mode', 'readonly', '
|
|
333
|
+
inputs: ['disabled', 'mode', 'readonly', 'toggleIcon', 'toggleIconSlot', 'value'],
|
|
335
334
|
standalone: true
|
|
336
335
|
}]
|
|
337
336
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -345,12 +344,12 @@ let IonAccordionGroup = class IonAccordionGroup {
|
|
|
345
344
|
proxyOutputs(this, this.el, ['ionChange']);
|
|
346
345
|
}
|
|
347
346
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAccordionGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
348
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAccordionGroup, isStandalone: true, selector: "ion-accordion-group", inputs: { animated: "animated", disabled: "disabled", expand: "expand", mode: "mode", multiple: "multiple", readonly: "readonly",
|
|
347
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAccordionGroup, isStandalone: true, selector: "ion-accordion-group", inputs: { animated: "animated", disabled: "disabled", expand: "expand", mode: "mode", multiple: "multiple", readonly: "readonly", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
349
348
|
};
|
|
350
349
|
IonAccordionGroup = __decorate([
|
|
351
350
|
ProxyCmp({
|
|
352
351
|
defineCustomElementFn: defineCustomElement$6,
|
|
353
|
-
inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', '
|
|
352
|
+
inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'value']
|
|
354
353
|
})
|
|
355
354
|
], IonAccordionGroup);
|
|
356
355
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAccordionGroup, decorators: [{
|
|
@@ -360,7 +359,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
360
359
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
361
360
|
template: '<ng-content></ng-content>',
|
|
362
361
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
363
|
-
inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', '
|
|
362
|
+
inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'value'],
|
|
364
363
|
standalone: true
|
|
365
364
|
}]
|
|
366
365
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -374,12 +373,12 @@ let IonActionSheet = class IonActionSheet {
|
|
|
374
373
|
proxyOutputs(this, this.el, ['ionActionSheetDidPresent', 'ionActionSheetWillPresent', 'ionActionSheetWillDismiss', 'ionActionSheetDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
375
374
|
}
|
|
376
375
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonActionSheet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
377
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonActionSheet, isStandalone: true, selector: "ion-action-sheet", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", cssClass: "cssClass", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", mode: "mode", subHeader: "subHeader",
|
|
376
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonActionSheet, isStandalone: true, selector: "ion-action-sheet", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", cssClass: "cssClass", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", mode: "mode", subHeader: "subHeader", translucent: "translucent", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
378
377
|
};
|
|
379
378
|
IonActionSheet = __decorate([
|
|
380
379
|
ProxyCmp({
|
|
381
380
|
defineCustomElementFn: defineCustomElement$7,
|
|
382
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', '
|
|
381
|
+
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
383
382
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
384
383
|
})
|
|
385
384
|
], IonActionSheet);
|
|
@@ -390,7 +389,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
390
389
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
391
390
|
template: '<ng-content></ng-content>',
|
|
392
391
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
393
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', '
|
|
392
|
+
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
394
393
|
standalone: true
|
|
395
394
|
}]
|
|
396
395
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -404,12 +403,12 @@ let IonAlert = class IonAlert {
|
|
|
404
403
|
proxyOutputs(this, this.el, ['ionAlertDidPresent', 'ionAlertWillPresent', 'ionAlertWillDismiss', 'ionAlertDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
405
404
|
}
|
|
406
405
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
407
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAlert, isStandalone: true, selector: "ion-alert", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", cssClass: "cssClass", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", inputs: "inputs", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", subHeader: "subHeader",
|
|
406
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAlert, isStandalone: true, selector: "ion-alert", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", cssClass: "cssClass", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", inputs: "inputs", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", subHeader: "subHeader", translucent: "translucent", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
408
407
|
};
|
|
409
408
|
IonAlert = __decorate([
|
|
410
409
|
ProxyCmp({
|
|
411
410
|
defineCustomElementFn: defineCustomElement$8,
|
|
412
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', '
|
|
411
|
+
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
413
412
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
414
413
|
})
|
|
415
414
|
], IonAlert);
|
|
@@ -420,7 +419,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
420
419
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
421
420
|
template: '<ng-content></ng-content>',
|
|
422
421
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
423
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', '
|
|
422
|
+
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
424
423
|
standalone: true
|
|
425
424
|
}]
|
|
426
425
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -433,12 +432,11 @@ let IonApp = class IonApp {
|
|
|
433
432
|
this.el = r.nativeElement;
|
|
434
433
|
}
|
|
435
434
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonApp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
436
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonApp, isStandalone: true, selector: "ion-app",
|
|
435
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonApp, isStandalone: true, selector: "ion-app", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
437
436
|
};
|
|
438
437
|
IonApp = __decorate([
|
|
439
438
|
ProxyCmp({
|
|
440
439
|
defineCustomElementFn: defineCustomElement$9,
|
|
441
|
-
inputs: ['mode', 'theme'],
|
|
442
440
|
methods: ['setFocus']
|
|
443
441
|
})
|
|
444
442
|
], IonApp);
|
|
@@ -449,7 +447,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
449
447
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
450
448
|
template: '<ng-content></ng-content>',
|
|
451
449
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
452
|
-
inputs: [
|
|
450
|
+
inputs: [],
|
|
453
451
|
standalone: true
|
|
454
452
|
}]
|
|
455
453
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -462,12 +460,11 @@ let IonAvatar = class IonAvatar {
|
|
|
462
460
|
this.el = r.nativeElement;
|
|
463
461
|
}
|
|
464
462
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
465
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAvatar, isStandalone: true, selector: "ion-avatar",
|
|
463
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAvatar, isStandalone: true, selector: "ion-avatar", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
466
464
|
};
|
|
467
465
|
IonAvatar = __decorate([
|
|
468
466
|
ProxyCmp({
|
|
469
|
-
defineCustomElementFn: defineCustomElement$a
|
|
470
|
-
inputs: ['disabled', 'mode', 'shape', 'size', 'theme']
|
|
467
|
+
defineCustomElementFn: defineCustomElement$a
|
|
471
468
|
})
|
|
472
469
|
], IonAvatar);
|
|
473
470
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAvatar, decorators: [{
|
|
@@ -477,7 +474,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
477
474
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
478
475
|
template: '<ng-content></ng-content>',
|
|
479
476
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
480
|
-
inputs: [
|
|
477
|
+
inputs: [],
|
|
481
478
|
standalone: true
|
|
482
479
|
}]
|
|
483
480
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -491,12 +488,12 @@ let IonBackdrop = class IonBackdrop {
|
|
|
491
488
|
proxyOutputs(this, this.el, ['ionBackdropTap']);
|
|
492
489
|
}
|
|
493
490
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBackdrop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
494
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBackdrop, isStandalone: true, selector: "ion-backdrop", inputs: {
|
|
491
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBackdrop, isStandalone: true, selector: "ion-backdrop", inputs: { stopPropagation: "stopPropagation", tappable: "tappable", visible: "visible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
495
492
|
};
|
|
496
493
|
IonBackdrop = __decorate([
|
|
497
494
|
ProxyCmp({
|
|
498
495
|
defineCustomElementFn: defineCustomElement$b,
|
|
499
|
-
inputs: ['
|
|
496
|
+
inputs: ['stopPropagation', 'tappable', 'visible']
|
|
500
497
|
})
|
|
501
498
|
], IonBackdrop);
|
|
502
499
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBackdrop, decorators: [{
|
|
@@ -506,7 +503,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
506
503
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
507
504
|
template: '<ng-content></ng-content>',
|
|
508
505
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
509
|
-
inputs: ['
|
|
506
|
+
inputs: ['stopPropagation', 'tappable', 'visible'],
|
|
510
507
|
standalone: true
|
|
511
508
|
}]
|
|
512
509
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -519,12 +516,12 @@ let IonBadge = class IonBadge {
|
|
|
519
516
|
this.el = r.nativeElement;
|
|
520
517
|
}
|
|
521
518
|
/** @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 });
|
|
522
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBadge, isStandalone: true, selector: "ion-badge", inputs: { color: "color",
|
|
519
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBadge, isStandalone: true, selector: "ion-badge", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
523
520
|
};
|
|
524
521
|
IonBadge = __decorate([
|
|
525
522
|
ProxyCmp({
|
|
526
523
|
defineCustomElementFn: defineCustomElement$c,
|
|
527
|
-
inputs: ['color', '
|
|
524
|
+
inputs: ['color', 'mode']
|
|
528
525
|
})
|
|
529
526
|
], IonBadge);
|
|
530
527
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBadge, decorators: [{
|
|
@@ -534,7 +531,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
534
531
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
535
532
|
template: '<ng-content></ng-content>',
|
|
536
533
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
537
|
-
inputs: ['color', '
|
|
534
|
+
inputs: ['color', 'mode'],
|
|
538
535
|
standalone: true
|
|
539
536
|
}]
|
|
540
537
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -548,12 +545,12 @@ let IonBreadcrumb = class IonBreadcrumb {
|
|
|
548
545
|
proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
|
|
549
546
|
}
|
|
550
547
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
551
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBreadcrumb, isStandalone: true, selector: "ion-breadcrumb", inputs: { active: "active", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", separator: "separator", target: "target"
|
|
548
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBreadcrumb, isStandalone: true, selector: "ion-breadcrumb", inputs: { active: "active", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", separator: "separator", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
552
549
|
};
|
|
553
550
|
IonBreadcrumb = __decorate([
|
|
554
551
|
ProxyCmp({
|
|
555
552
|
defineCustomElementFn: defineCustomElement$d,
|
|
556
|
-
inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target'
|
|
553
|
+
inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target']
|
|
557
554
|
})
|
|
558
555
|
], IonBreadcrumb);
|
|
559
556
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBreadcrumb, decorators: [{
|
|
@@ -563,7 +560,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
563
560
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
564
561
|
template: '<ng-content></ng-content>',
|
|
565
562
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
566
|
-
inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target'
|
|
563
|
+
inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target'],
|
|
567
564
|
standalone: true
|
|
568
565
|
}]
|
|
569
566
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -577,12 +574,12 @@ let IonBreadcrumbs = class IonBreadcrumbs {
|
|
|
577
574
|
proxyOutputs(this, this.el, ['ionCollapsedClick']);
|
|
578
575
|
}
|
|
579
576
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
580
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBreadcrumbs, isStandalone: true, selector: "ion-breadcrumbs", inputs: { color: "color", itemsAfterCollapse: "itemsAfterCollapse", itemsBeforeCollapse: "itemsBeforeCollapse", maxItems: "maxItems", mode: "mode"
|
|
577
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBreadcrumbs, isStandalone: true, selector: "ion-breadcrumbs", inputs: { color: "color", itemsAfterCollapse: "itemsAfterCollapse", itemsBeforeCollapse: "itemsBeforeCollapse", maxItems: "maxItems", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
581
578
|
};
|
|
582
579
|
IonBreadcrumbs = __decorate([
|
|
583
580
|
ProxyCmp({
|
|
584
581
|
defineCustomElementFn: defineCustomElement$e,
|
|
585
|
-
inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode'
|
|
582
|
+
inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode']
|
|
586
583
|
})
|
|
587
584
|
], IonBreadcrumbs);
|
|
588
585
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBreadcrumbs, decorators: [{
|
|
@@ -592,7 +589,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
592
589
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
593
590
|
template: '<ng-content></ng-content>',
|
|
594
591
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
595
|
-
inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode'
|
|
592
|
+
inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode'],
|
|
596
593
|
standalone: true
|
|
597
594
|
}]
|
|
598
595
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -606,12 +603,12 @@ let IonButton = class IonButton {
|
|
|
606
603
|
proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
|
|
607
604
|
}
|
|
608
605
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
609
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonButton, isStandalone: true, selector: "ion-button", inputs: { buttonType: "buttonType", color: "color", disabled: "disabled", download: "download", expand: "expand", fill: "fill", form: "form", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", shape: "shape", size: "size", strong: "strong", target: "target",
|
|
606
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonButton, isStandalone: true, selector: "ion-button", inputs: { buttonType: "buttonType", color: "color", disabled: "disabled", download: "download", expand: "expand", fill: "fill", form: "form", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", shape: "shape", size: "size", strong: "strong", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
610
607
|
};
|
|
611
608
|
IonButton = __decorate([
|
|
612
609
|
ProxyCmp({
|
|
613
610
|
defineCustomElementFn: defineCustomElement$f,
|
|
614
|
-
inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', '
|
|
611
|
+
inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'type']
|
|
615
612
|
})
|
|
616
613
|
], IonButton);
|
|
617
614
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonButton, decorators: [{
|
|
@@ -621,7 +618,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
621
618
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
622
619
|
template: '<ng-content></ng-content>',
|
|
623
620
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
624
|
-
inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', '
|
|
621
|
+
inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'type'],
|
|
625
622
|
standalone: true
|
|
626
623
|
}]
|
|
627
624
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -634,12 +631,12 @@ let IonButtons = class IonButtons {
|
|
|
634
631
|
this.el = r.nativeElement;
|
|
635
632
|
}
|
|
636
633
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonButtons, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
637
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonButtons, isStandalone: true, selector: "ion-buttons", inputs: { collapse: "collapse"
|
|
634
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonButtons, isStandalone: true, selector: "ion-buttons", inputs: { collapse: "collapse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
638
635
|
};
|
|
639
636
|
IonButtons = __decorate([
|
|
640
637
|
ProxyCmp({
|
|
641
638
|
defineCustomElementFn: defineCustomElement$g,
|
|
642
|
-
inputs: ['collapse'
|
|
639
|
+
inputs: ['collapse']
|
|
643
640
|
})
|
|
644
641
|
], IonButtons);
|
|
645
642
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonButtons, decorators: [{
|
|
@@ -649,7 +646,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
649
646
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
650
647
|
template: '<ng-content></ng-content>',
|
|
651
648
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
652
|
-
inputs: ['collapse'
|
|
649
|
+
inputs: ['collapse'],
|
|
653
650
|
standalone: true
|
|
654
651
|
}]
|
|
655
652
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -662,12 +659,12 @@ let IonCard = class IonCard {
|
|
|
662
659
|
this.el = r.nativeElement;
|
|
663
660
|
}
|
|
664
661
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
665
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCard, isStandalone: true, selector: "ion-card", inputs: { button: "button", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection",
|
|
662
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCard, isStandalone: true, selector: "ion-card", inputs: { button: "button", color: "color", disabled: "disabled", 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 });
|
|
666
663
|
};
|
|
667
664
|
IonCard = __decorate([
|
|
668
665
|
ProxyCmp({
|
|
669
666
|
defineCustomElementFn: defineCustomElement$h,
|
|
670
|
-
inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', '
|
|
667
|
+
inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
|
|
671
668
|
})
|
|
672
669
|
], IonCard);
|
|
673
670
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCard, decorators: [{
|
|
@@ -677,7 +674,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
677
674
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
678
675
|
template: '<ng-content></ng-content>',
|
|
679
676
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
680
|
-
inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', '
|
|
677
|
+
inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],
|
|
681
678
|
standalone: true
|
|
682
679
|
}]
|
|
683
680
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -690,12 +687,12 @@ let IonCardContent = class IonCardContent {
|
|
|
690
687
|
this.el = r.nativeElement;
|
|
691
688
|
}
|
|
692
689
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
693
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardContent, isStandalone: true, selector: "ion-card-content", inputs: { mode: "mode"
|
|
690
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardContent, isStandalone: true, selector: "ion-card-content", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
694
691
|
};
|
|
695
692
|
IonCardContent = __decorate([
|
|
696
693
|
ProxyCmp({
|
|
697
694
|
defineCustomElementFn: defineCustomElement$i,
|
|
698
|
-
inputs: ['mode'
|
|
695
|
+
inputs: ['mode']
|
|
699
696
|
})
|
|
700
697
|
], IonCardContent);
|
|
701
698
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardContent, decorators: [{
|
|
@@ -705,7 +702,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
705
702
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
706
703
|
template: '<ng-content></ng-content>',
|
|
707
704
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
708
|
-
inputs: ['mode'
|
|
705
|
+
inputs: ['mode'],
|
|
709
706
|
standalone: true
|
|
710
707
|
}]
|
|
711
708
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -718,12 +715,12 @@ let IonCardHeader = class IonCardHeader {
|
|
|
718
715
|
this.el = r.nativeElement;
|
|
719
716
|
}
|
|
720
717
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
721
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardHeader, isStandalone: true, selector: "ion-card-header", inputs: { color: "color", mode: "mode",
|
|
718
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardHeader, isStandalone: true, selector: "ion-card-header", inputs: { color: "color", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
722
719
|
};
|
|
723
720
|
IonCardHeader = __decorate([
|
|
724
721
|
ProxyCmp({
|
|
725
722
|
defineCustomElementFn: defineCustomElement$j,
|
|
726
|
-
inputs: ['color', 'mode', '
|
|
723
|
+
inputs: ['color', 'mode', 'translucent']
|
|
727
724
|
})
|
|
728
725
|
], IonCardHeader);
|
|
729
726
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardHeader, decorators: [{
|
|
@@ -733,7 +730,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
733
730
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
734
731
|
template: '<ng-content></ng-content>',
|
|
735
732
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
736
|
-
inputs: ['color', 'mode', '
|
|
733
|
+
inputs: ['color', 'mode', 'translucent'],
|
|
737
734
|
standalone: true
|
|
738
735
|
}]
|
|
739
736
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -746,12 +743,12 @@ let IonCardSubtitle = class IonCardSubtitle {
|
|
|
746
743
|
this.el = r.nativeElement;
|
|
747
744
|
}
|
|
748
745
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardSubtitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
749
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardSubtitle, isStandalone: true, selector: "ion-card-subtitle", inputs: { color: "color", mode: "mode"
|
|
746
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardSubtitle, isStandalone: true, selector: "ion-card-subtitle", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
750
747
|
};
|
|
751
748
|
IonCardSubtitle = __decorate([
|
|
752
749
|
ProxyCmp({
|
|
753
750
|
defineCustomElementFn: defineCustomElement$k,
|
|
754
|
-
inputs: ['color', 'mode'
|
|
751
|
+
inputs: ['color', 'mode']
|
|
755
752
|
})
|
|
756
753
|
], IonCardSubtitle);
|
|
757
754
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardSubtitle, decorators: [{
|
|
@@ -761,7 +758,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
761
758
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
762
759
|
template: '<ng-content></ng-content>',
|
|
763
760
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
764
|
-
inputs: ['color', 'mode'
|
|
761
|
+
inputs: ['color', 'mode'],
|
|
765
762
|
standalone: true
|
|
766
763
|
}]
|
|
767
764
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -774,12 +771,12 @@ let IonCardTitle = class IonCardTitle {
|
|
|
774
771
|
this.el = r.nativeElement;
|
|
775
772
|
}
|
|
776
773
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
777
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardTitle, isStandalone: true, selector: "ion-card-title", inputs: { color: "color", mode: "mode"
|
|
774
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardTitle, isStandalone: true, selector: "ion-card-title", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
778
775
|
};
|
|
779
776
|
IonCardTitle = __decorate([
|
|
780
777
|
ProxyCmp({
|
|
781
778
|
defineCustomElementFn: defineCustomElement$l,
|
|
782
|
-
inputs: ['color', 'mode'
|
|
779
|
+
inputs: ['color', 'mode']
|
|
783
780
|
})
|
|
784
781
|
], IonCardTitle);
|
|
785
782
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardTitle, decorators: [{
|
|
@@ -789,7 +786,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
789
786
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
790
787
|
template: '<ng-content></ng-content>',
|
|
791
788
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
792
|
-
inputs: ['color', 'mode'
|
|
789
|
+
inputs: ['color', 'mode'],
|
|
793
790
|
standalone: true
|
|
794
791
|
}]
|
|
795
792
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -802,12 +799,12 @@ let IonChip = class IonChip {
|
|
|
802
799
|
this.el = r.nativeElement;
|
|
803
800
|
}
|
|
804
801
|
/** @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 });
|
|
805
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonChip, isStandalone: true, selector: "ion-chip", inputs: { color: "color", disabled: "disabled",
|
|
802
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonChip, isStandalone: true, selector: "ion-chip", inputs: { color: "color", disabled: "disabled", mode: "mode", outline: "outline" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
806
803
|
};
|
|
807
804
|
IonChip = __decorate([
|
|
808
805
|
ProxyCmp({
|
|
809
806
|
defineCustomElementFn: defineCustomElement$m,
|
|
810
|
-
inputs: ['color', 'disabled', '
|
|
807
|
+
inputs: ['color', 'disabled', 'mode', 'outline']
|
|
811
808
|
})
|
|
812
809
|
], IonChip);
|
|
813
810
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonChip, decorators: [{
|
|
@@ -817,7 +814,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
817
814
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
818
815
|
template: '<ng-content></ng-content>',
|
|
819
816
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
820
|
-
inputs: ['color', 'disabled', '
|
|
817
|
+
inputs: ['color', 'disabled', 'mode', 'outline'],
|
|
821
818
|
standalone: true
|
|
822
819
|
}]
|
|
823
820
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -830,12 +827,12 @@ let IonCol = class IonCol {
|
|
|
830
827
|
this.el = r.nativeElement;
|
|
831
828
|
}
|
|
832
829
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
833
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCol, isStandalone: true, selector: "ion-col", inputs: {
|
|
830
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCol, isStandalone: true, selector: "ion-col", inputs: { offset: "offset", offsetLg: "offsetLg", offsetMd: "offsetMd", offsetSm: "offsetSm", offsetXl: "offsetXl", offsetXs: "offsetXs", pull: "pull", pullLg: "pullLg", pullMd: "pullMd", pullSm: "pullSm", pullXl: "pullXl", pullXs: "pullXs", push: "push", pushLg: "pushLg", pushMd: "pushMd", pushSm: "pushSm", pushXl: "pushXl", pushXs: "pushXs", size: "size", sizeLg: "sizeLg", sizeMd: "sizeMd", sizeSm: "sizeSm", sizeXl: "sizeXl", sizeXs: "sizeXs" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
834
831
|
};
|
|
835
832
|
IonCol = __decorate([
|
|
836
833
|
ProxyCmp({
|
|
837
834
|
defineCustomElementFn: defineCustomElement$n,
|
|
838
|
-
inputs: ['
|
|
835
|
+
inputs: ['offset', 'offsetLg', 'offsetMd', 'offsetSm', 'offsetXl', 'offsetXs', 'pull', 'pullLg', 'pullMd', 'pullSm', 'pullXl', 'pullXs', 'push', 'pushLg', 'pushMd', 'pushSm', 'pushXl', 'pushXs', 'size', 'sizeLg', 'sizeMd', 'sizeSm', 'sizeXl', 'sizeXs']
|
|
839
836
|
})
|
|
840
837
|
], IonCol);
|
|
841
838
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCol, decorators: [{
|
|
@@ -845,7 +842,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
845
842
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
846
843
|
template: '<ng-content></ng-content>',
|
|
847
844
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
848
|
-
inputs: ['
|
|
845
|
+
inputs: ['offset', 'offsetLg', 'offsetMd', 'offsetSm', 'offsetXl', 'offsetXs', 'pull', 'pullLg', 'pullMd', 'pullSm', 'pullXl', 'pullXs', 'push', 'pushLg', 'pushMd', 'pushSm', 'pushXl', 'pushXs', 'size', 'sizeLg', 'sizeMd', 'sizeSm', 'sizeXl', 'sizeXs'],
|
|
849
846
|
standalone: true
|
|
850
847
|
}]
|
|
851
848
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -859,12 +856,12 @@ let IonContent = class IonContent {
|
|
|
859
856
|
proxyOutputs(this, this.el, ['ionScrollStart', 'ionScroll', 'ionScrollEnd']);
|
|
860
857
|
}
|
|
861
858
|
/** @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 });
|
|
862
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonContent, isStandalone: true, selector: "ion-content", inputs: { color: "color", fixedSlotPlacement: "fixedSlotPlacement", forceOverscroll: "forceOverscroll", fullscreen: "fullscreen",
|
|
859
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonContent, isStandalone: true, selector: "ion-content", inputs: { color: "color", fixedSlotPlacement: "fixedSlotPlacement", forceOverscroll: "forceOverscroll", fullscreen: "fullscreen", scrollEvents: "scrollEvents", scrollX: "scrollX", scrollY: "scrollY" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
863
860
|
};
|
|
864
861
|
IonContent = __decorate([
|
|
865
862
|
ProxyCmp({
|
|
866
863
|
defineCustomElementFn: defineCustomElement$o,
|
|
867
|
-
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', '
|
|
864
|
+
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],
|
|
868
865
|
methods: ['getScrollElement', 'scrollToTop', 'scrollToBottom', 'scrollByPoint', 'scrollToPoint']
|
|
869
866
|
})
|
|
870
867
|
], IonContent);
|
|
@@ -875,7 +872,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
875
872
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
876
873
|
template: '<ng-content></ng-content>',
|
|
877
874
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
878
|
-
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', '
|
|
875
|
+
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],
|
|
879
876
|
standalone: true
|
|
880
877
|
}]
|
|
881
878
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -888,12 +885,12 @@ let IonDatetimeButton = class IonDatetimeButton {
|
|
|
888
885
|
this.el = r.nativeElement;
|
|
889
886
|
}
|
|
890
887
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonDatetimeButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
891
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonDatetimeButton, isStandalone: true, selector: "ion-datetime-button", inputs: { color: "color", datetime: "datetime", disabled: "disabled", mode: "mode"
|
|
888
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonDatetimeButton, isStandalone: true, selector: "ion-datetime-button", inputs: { color: "color", datetime: "datetime", disabled: "disabled", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
892
889
|
};
|
|
893
890
|
IonDatetimeButton = __decorate([
|
|
894
891
|
ProxyCmp({
|
|
895
892
|
defineCustomElementFn: defineCustomElement$p,
|
|
896
|
-
inputs: ['color', 'datetime', 'disabled', 'mode'
|
|
893
|
+
inputs: ['color', 'datetime', 'disabled', 'mode']
|
|
897
894
|
})
|
|
898
895
|
], IonDatetimeButton);
|
|
899
896
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonDatetimeButton, decorators: [{
|
|
@@ -903,35 +900,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
903
900
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
904
901
|
template: '<ng-content></ng-content>',
|
|
905
902
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
906
|
-
inputs: ['color', 'datetime', 'disabled', 'mode'
|
|
907
|
-
standalone: true
|
|
908
|
-
}]
|
|
909
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
910
|
-
let IonDivider = class IonDivider {
|
|
911
|
-
z;
|
|
912
|
-
el;
|
|
913
|
-
constructor(c, r, z) {
|
|
914
|
-
this.z = z;
|
|
915
|
-
c.detach();
|
|
916
|
-
this.el = r.nativeElement;
|
|
917
|
-
}
|
|
918
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
919
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonDivider, isStandalone: true, selector: "ion-divider", inputs: { inset: "inset", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
920
|
-
};
|
|
921
|
-
IonDivider = __decorate([
|
|
922
|
-
ProxyCmp({
|
|
923
|
-
defineCustomElementFn: defineCustomElement$q,
|
|
924
|
-
inputs: ['inset', 'spacing']
|
|
925
|
-
})
|
|
926
|
-
], IonDivider);
|
|
927
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonDivider, decorators: [{
|
|
928
|
-
type: Component,
|
|
929
|
-
args: [{
|
|
930
|
-
selector: 'ion-divider',
|
|
931
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
932
|
-
template: '<ng-content></ng-content>',
|
|
933
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
934
|
-
inputs: ['inset', 'spacing'],
|
|
903
|
+
inputs: ['color', 'datetime', 'disabled', 'mode'],
|
|
935
904
|
standalone: true
|
|
936
905
|
}]
|
|
937
906
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -944,12 +913,12 @@ let IonFab = class IonFab {
|
|
|
944
913
|
this.el = r.nativeElement;
|
|
945
914
|
}
|
|
946
915
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
947
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFab, isStandalone: true, selector: "ion-fab", inputs: { activated: "activated", edge: "edge", horizontal: "horizontal",
|
|
916
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFab, isStandalone: true, selector: "ion-fab", inputs: { activated: "activated", edge: "edge", horizontal: "horizontal", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
948
917
|
};
|
|
949
918
|
IonFab = __decorate([
|
|
950
919
|
ProxyCmp({
|
|
951
|
-
defineCustomElementFn: defineCustomElement$
|
|
952
|
-
inputs: ['activated', 'edge', 'horizontal', '
|
|
920
|
+
defineCustomElementFn: defineCustomElement$q,
|
|
921
|
+
inputs: ['activated', 'edge', 'horizontal', 'vertical'],
|
|
953
922
|
methods: ['close']
|
|
954
923
|
})
|
|
955
924
|
], IonFab);
|
|
@@ -960,7 +929,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
960
929
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
961
930
|
template: '<ng-content></ng-content>',
|
|
962
931
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
963
|
-
inputs: ['activated', 'edge', 'horizontal', '
|
|
932
|
+
inputs: ['activated', 'edge', 'horizontal', 'vertical'],
|
|
964
933
|
standalone: true
|
|
965
934
|
}]
|
|
966
935
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -974,12 +943,12 @@ let IonFabButton = class IonFabButton {
|
|
|
974
943
|
proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
|
|
975
944
|
}
|
|
976
945
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFabButton, 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: IonFabButton, isStandalone: true, selector: "ion-fab-button", inputs: { activated: "activated", closeIcon: "closeIcon", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", show: "show", size: "size", target: "target",
|
|
946
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFabButton, isStandalone: true, selector: "ion-fab-button", inputs: { activated: "activated", closeIcon: "closeIcon", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", show: "show", size: "size", target: "target", translucent: "translucent", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
978
947
|
};
|
|
979
948
|
IonFabButton = __decorate([
|
|
980
949
|
ProxyCmp({
|
|
981
|
-
defineCustomElementFn: defineCustomElement$
|
|
982
|
-
inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', '
|
|
950
|
+
defineCustomElementFn: defineCustomElement$r,
|
|
951
|
+
inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type']
|
|
983
952
|
})
|
|
984
953
|
], IonFabButton);
|
|
985
954
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFabButton, decorators: [{
|
|
@@ -989,7 +958,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
989
958
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
990
959
|
template: '<ng-content></ng-content>',
|
|
991
960
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
992
|
-
inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', '
|
|
961
|
+
inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type'],
|
|
993
962
|
standalone: true
|
|
994
963
|
}]
|
|
995
964
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1002,12 +971,12 @@ let IonFabList = class IonFabList {
|
|
|
1002
971
|
this.el = r.nativeElement;
|
|
1003
972
|
}
|
|
1004
973
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFabList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1005
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFabList, isStandalone: true, selector: "ion-fab-list", inputs: { activated: "activated",
|
|
974
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFabList, isStandalone: true, selector: "ion-fab-list", inputs: { activated: "activated", side: "side" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1006
975
|
};
|
|
1007
976
|
IonFabList = __decorate([
|
|
1008
977
|
ProxyCmp({
|
|
1009
|
-
defineCustomElementFn: defineCustomElement$
|
|
1010
|
-
inputs: ['activated', '
|
|
978
|
+
defineCustomElementFn: defineCustomElement$s,
|
|
979
|
+
inputs: ['activated', 'side']
|
|
1011
980
|
})
|
|
1012
981
|
], IonFabList);
|
|
1013
982
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFabList, decorators: [{
|
|
@@ -1017,7 +986,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1017
986
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1018
987
|
template: '<ng-content></ng-content>',
|
|
1019
988
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1020
|
-
inputs: ['activated', '
|
|
989
|
+
inputs: ['activated', 'side'],
|
|
1021
990
|
standalone: true
|
|
1022
991
|
}]
|
|
1023
992
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1030,12 +999,12 @@ let IonFooter = class IonFooter {
|
|
|
1030
999
|
this.el = r.nativeElement;
|
|
1031
1000
|
}
|
|
1032
1001
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1033
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFooter, isStandalone: true, selector: "ion-footer", inputs: { collapse: "collapse", mode: "mode",
|
|
1002
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFooter, isStandalone: true, selector: "ion-footer", inputs: { collapse: "collapse", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1034
1003
|
};
|
|
1035
1004
|
IonFooter = __decorate([
|
|
1036
1005
|
ProxyCmp({
|
|
1037
|
-
defineCustomElementFn: defineCustomElement$
|
|
1038
|
-
inputs: ['collapse', 'mode', '
|
|
1006
|
+
defineCustomElementFn: defineCustomElement$t,
|
|
1007
|
+
inputs: ['collapse', 'mode', 'translucent']
|
|
1039
1008
|
})
|
|
1040
1009
|
], IonFooter);
|
|
1041
1010
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFooter, decorators: [{
|
|
@@ -1045,7 +1014,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1045
1014
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1046
1015
|
template: '<ng-content></ng-content>',
|
|
1047
1016
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1048
|
-
inputs: ['collapse', 'mode', '
|
|
1017
|
+
inputs: ['collapse', 'mode', 'translucent'],
|
|
1049
1018
|
standalone: true
|
|
1050
1019
|
}]
|
|
1051
1020
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1058,12 +1027,12 @@ let IonGrid = class IonGrid {
|
|
|
1058
1027
|
this.el = r.nativeElement;
|
|
1059
1028
|
}
|
|
1060
1029
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1061
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonGrid, isStandalone: true, selector: "ion-grid", inputs: { fixed: "fixed"
|
|
1030
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonGrid, isStandalone: true, selector: "ion-grid", inputs: { fixed: "fixed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1062
1031
|
};
|
|
1063
1032
|
IonGrid = __decorate([
|
|
1064
1033
|
ProxyCmp({
|
|
1065
|
-
defineCustomElementFn: defineCustomElement$
|
|
1066
|
-
inputs: ['fixed'
|
|
1034
|
+
defineCustomElementFn: defineCustomElement$u,
|
|
1035
|
+
inputs: ['fixed']
|
|
1067
1036
|
})
|
|
1068
1037
|
], IonGrid);
|
|
1069
1038
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonGrid, decorators: [{
|
|
@@ -1073,7 +1042,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1073
1042
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1074
1043
|
template: '<ng-content></ng-content>',
|
|
1075
1044
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1076
|
-
inputs: ['fixed'
|
|
1045
|
+
inputs: ['fixed'],
|
|
1077
1046
|
standalone: true
|
|
1078
1047
|
}]
|
|
1079
1048
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1086,12 +1055,12 @@ let IonHeader = class IonHeader {
|
|
|
1086
1055
|
this.el = r.nativeElement;
|
|
1087
1056
|
}
|
|
1088
1057
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1089
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonHeader, isStandalone: true, selector: "ion-header", inputs: { collapse: "collapse",
|
|
1058
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonHeader, isStandalone: true, selector: "ion-header", inputs: { collapse: "collapse", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1090
1059
|
};
|
|
1091
1060
|
IonHeader = __decorate([
|
|
1092
1061
|
ProxyCmp({
|
|
1093
|
-
defineCustomElementFn: defineCustomElement$
|
|
1094
|
-
inputs: ['collapse', '
|
|
1062
|
+
defineCustomElementFn: defineCustomElement$v,
|
|
1063
|
+
inputs: ['collapse', 'mode', 'translucent']
|
|
1095
1064
|
})
|
|
1096
1065
|
], IonHeader);
|
|
1097
1066
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonHeader, decorators: [{
|
|
@@ -1101,7 +1070,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1101
1070
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1102
1071
|
template: '<ng-content></ng-content>',
|
|
1103
1072
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1104
|
-
inputs: ['collapse', '
|
|
1073
|
+
inputs: ['collapse', 'mode', 'translucent'],
|
|
1105
1074
|
standalone: true
|
|
1106
1075
|
}]
|
|
1107
1076
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1115,12 +1084,12 @@ let IonImg = class IonImg {
|
|
|
1115
1084
|
proxyOutputs(this, this.el, ['ionImgWillLoad', 'ionImgDidLoad', 'ionError']);
|
|
1116
1085
|
}
|
|
1117
1086
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonImg, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1118
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonImg, isStandalone: true, selector: "ion-img", inputs: { alt: "alt",
|
|
1087
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonImg, isStandalone: true, selector: "ion-img", inputs: { alt: "alt", src: "src" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1119
1088
|
};
|
|
1120
1089
|
IonImg = __decorate([
|
|
1121
1090
|
ProxyCmp({
|
|
1122
|
-
defineCustomElementFn: defineCustomElement$
|
|
1123
|
-
inputs: ['alt', '
|
|
1091
|
+
defineCustomElementFn: defineCustomElement$w,
|
|
1092
|
+
inputs: ['alt', 'src']
|
|
1124
1093
|
})
|
|
1125
1094
|
], IonImg);
|
|
1126
1095
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonImg, decorators: [{
|
|
@@ -1130,7 +1099,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1130
1099
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1131
1100
|
template: '<ng-content></ng-content>',
|
|
1132
1101
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1133
|
-
inputs: ['alt', '
|
|
1102
|
+
inputs: ['alt', 'src'],
|
|
1134
1103
|
standalone: true
|
|
1135
1104
|
}]
|
|
1136
1105
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1144,12 +1113,12 @@ let IonInfiniteScroll = class IonInfiniteScroll {
|
|
|
1144
1113
|
proxyOutputs(this, this.el, ['ionInfinite']);
|
|
1145
1114
|
}
|
|
1146
1115
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonInfiniteScroll, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1147
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInfiniteScroll, isStandalone: true, selector: "ion-infinite-scroll", inputs: { disabled: "disabled",
|
|
1116
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInfiniteScroll, isStandalone: true, selector: "ion-infinite-scroll", inputs: { disabled: "disabled", position: "position", threshold: "threshold" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1148
1117
|
};
|
|
1149
1118
|
IonInfiniteScroll = __decorate([
|
|
1150
1119
|
ProxyCmp({
|
|
1151
|
-
defineCustomElementFn: defineCustomElement$
|
|
1152
|
-
inputs: ['disabled', '
|
|
1120
|
+
defineCustomElementFn: defineCustomElement$x,
|
|
1121
|
+
inputs: ['disabled', 'position', 'threshold'],
|
|
1153
1122
|
methods: ['complete']
|
|
1154
1123
|
})
|
|
1155
1124
|
], IonInfiniteScroll);
|
|
@@ -1160,7 +1129,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1160
1129
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1161
1130
|
template: '<ng-content></ng-content>',
|
|
1162
1131
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1163
|
-
inputs: ['disabled', '
|
|
1132
|
+
inputs: ['disabled', 'position', 'threshold'],
|
|
1164
1133
|
standalone: true
|
|
1165
1134
|
}]
|
|
1166
1135
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1173,12 +1142,12 @@ let IonInfiniteScrollContent = class IonInfiniteScrollContent {
|
|
|
1173
1142
|
this.el = r.nativeElement;
|
|
1174
1143
|
}
|
|
1175
1144
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonInfiniteScrollContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1176
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInfiniteScrollContent, isStandalone: true, selector: "ion-infinite-scroll-content", inputs: { loadingSpinner: "loadingSpinner", loadingText: "loadingText"
|
|
1145
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInfiniteScrollContent, isStandalone: true, selector: "ion-infinite-scroll-content", inputs: { loadingSpinner: "loadingSpinner", loadingText: "loadingText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1177
1146
|
};
|
|
1178
1147
|
IonInfiniteScrollContent = __decorate([
|
|
1179
1148
|
ProxyCmp({
|
|
1180
|
-
defineCustomElementFn: defineCustomElement$
|
|
1181
|
-
inputs: ['loadingSpinner', 'loadingText'
|
|
1149
|
+
defineCustomElementFn: defineCustomElement$y,
|
|
1150
|
+
inputs: ['loadingSpinner', 'loadingText']
|
|
1182
1151
|
})
|
|
1183
1152
|
], IonInfiniteScrollContent);
|
|
1184
1153
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonInfiniteScrollContent, decorators: [{
|
|
@@ -1188,7 +1157,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1188
1157
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1189
1158
|
template: '<ng-content></ng-content>',
|
|
1190
1159
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1191
|
-
inputs: ['loadingSpinner', 'loadingText'
|
|
1160
|
+
inputs: ['loadingSpinner', 'loadingText'],
|
|
1192
1161
|
standalone: true
|
|
1193
1162
|
}]
|
|
1194
1163
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1205,7 +1174,7 @@ let IonInputPasswordToggle = class IonInputPasswordToggle {
|
|
|
1205
1174
|
};
|
|
1206
1175
|
IonInputPasswordToggle = __decorate([
|
|
1207
1176
|
ProxyCmp({
|
|
1208
|
-
defineCustomElementFn: defineCustomElement$
|
|
1177
|
+
defineCustomElementFn: defineCustomElement$z,
|
|
1209
1178
|
inputs: ['color', 'hideIcon', 'mode', 'showIcon']
|
|
1210
1179
|
})
|
|
1211
1180
|
], IonInputPasswordToggle);
|
|
@@ -1229,12 +1198,12 @@ let IonItem = class IonItem {
|
|
|
1229
1198
|
this.el = r.nativeElement;
|
|
1230
1199
|
}
|
|
1231
1200
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1232
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItem, isStandalone: true, selector: "ion-item", inputs: { button: "button", color: "color", detail: "detail", detailIcon: "detailIcon", disabled: "disabled", download: "download", href: "href", lines: "lines", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", target: "target",
|
|
1201
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItem, isStandalone: true, selector: "ion-item", inputs: { button: "button", color: "color", detail: "detail", detailIcon: "detailIcon", disabled: "disabled", download: "download", href: "href", lines: "lines", 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 });
|
|
1233
1202
|
};
|
|
1234
1203
|
IonItem = __decorate([
|
|
1235
1204
|
ProxyCmp({
|
|
1236
|
-
defineCustomElementFn: defineCustomElement$
|
|
1237
|
-
inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', '
|
|
1205
|
+
defineCustomElementFn: defineCustomElement$A,
|
|
1206
|
+
inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
|
|
1238
1207
|
})
|
|
1239
1208
|
], IonItem);
|
|
1240
1209
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItem, decorators: [{
|
|
@@ -1244,7 +1213,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1244
1213
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1245
1214
|
template: '<ng-content></ng-content>',
|
|
1246
1215
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1247
|
-
inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', '
|
|
1216
|
+
inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],
|
|
1248
1217
|
standalone: true
|
|
1249
1218
|
}]
|
|
1250
1219
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1257,12 +1226,12 @@ let IonItemDivider = class IonItemDivider {
|
|
|
1257
1226
|
this.el = r.nativeElement;
|
|
1258
1227
|
}
|
|
1259
1228
|
/** @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 });
|
|
1260
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemDivider, isStandalone: true, selector: "ion-item-divider", inputs: { color: "color", mode: "mode", sticky: "sticky"
|
|
1229
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemDivider, isStandalone: true, selector: "ion-item-divider", inputs: { color: "color", mode: "mode", sticky: "sticky" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1261
1230
|
};
|
|
1262
1231
|
IonItemDivider = __decorate([
|
|
1263
1232
|
ProxyCmp({
|
|
1264
|
-
defineCustomElementFn: defineCustomElement$
|
|
1265
|
-
inputs: ['color', 'mode', 'sticky'
|
|
1233
|
+
defineCustomElementFn: defineCustomElement$B,
|
|
1234
|
+
inputs: ['color', 'mode', 'sticky']
|
|
1266
1235
|
})
|
|
1267
1236
|
], IonItemDivider);
|
|
1268
1237
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemDivider, decorators: [{
|
|
@@ -1272,7 +1241,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1272
1241
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1273
1242
|
template: '<ng-content></ng-content>',
|
|
1274
1243
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1275
|
-
inputs: ['color', 'mode', 'sticky'
|
|
1244
|
+
inputs: ['color', 'mode', 'sticky'],
|
|
1276
1245
|
standalone: true
|
|
1277
1246
|
}]
|
|
1278
1247
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1285,12 +1254,11 @@ let IonItemGroup = class IonItemGroup {
|
|
|
1285
1254
|
this.el = r.nativeElement;
|
|
1286
1255
|
}
|
|
1287
1256
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1288
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemGroup, isStandalone: true, selector: "ion-item-group",
|
|
1257
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemGroup, isStandalone: true, selector: "ion-item-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1289
1258
|
};
|
|
1290
1259
|
IonItemGroup = __decorate([
|
|
1291
1260
|
ProxyCmp({
|
|
1292
|
-
defineCustomElementFn: defineCustomElement$
|
|
1293
|
-
inputs: ['mode', 'theme']
|
|
1261
|
+
defineCustomElementFn: defineCustomElement$C
|
|
1294
1262
|
})
|
|
1295
1263
|
], IonItemGroup);
|
|
1296
1264
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemGroup, decorators: [{
|
|
@@ -1300,7 +1268,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1300
1268
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1301
1269
|
template: '<ng-content></ng-content>',
|
|
1302
1270
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1303
|
-
inputs: [
|
|
1271
|
+
inputs: [],
|
|
1304
1272
|
standalone: true
|
|
1305
1273
|
}]
|
|
1306
1274
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1313,12 +1281,12 @@ let IonItemOption = class IonItemOption {
|
|
|
1313
1281
|
this.el = r.nativeElement;
|
|
1314
1282
|
}
|
|
1315
1283
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1316
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemOption, isStandalone: true, selector: "ion-item-option", inputs: { color: "color", disabled: "disabled", download: "download", expandable: "expandable", href: "href",
|
|
1284
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemOption, isStandalone: true, selector: "ion-item-option", inputs: { color: "color", disabled: "disabled", download: "download", expandable: "expandable", href: "href", mode: "mode", rel: "rel", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1317
1285
|
};
|
|
1318
1286
|
IonItemOption = __decorate([
|
|
1319
1287
|
ProxyCmp({
|
|
1320
|
-
defineCustomElementFn: defineCustomElement$
|
|
1321
|
-
inputs: ['color', 'disabled', 'download', 'expandable', 'href', '
|
|
1288
|
+
defineCustomElementFn: defineCustomElement$D,
|
|
1289
|
+
inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type']
|
|
1322
1290
|
})
|
|
1323
1291
|
], IonItemOption);
|
|
1324
1292
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemOption, decorators: [{
|
|
@@ -1328,7 +1296,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1328
1296
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1329
1297
|
template: '<ng-content></ng-content>',
|
|
1330
1298
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1331
|
-
inputs: ['color', 'disabled', 'download', 'expandable', 'href', '
|
|
1299
|
+
inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type'],
|
|
1332
1300
|
standalone: true
|
|
1333
1301
|
}]
|
|
1334
1302
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1342,12 +1310,12 @@ let IonItemOptions = class IonItemOptions {
|
|
|
1342
1310
|
proxyOutputs(this, this.el, ['ionSwipe']);
|
|
1343
1311
|
}
|
|
1344
1312
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemOptions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1345
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemOptions, isStandalone: true, selector: "ion-item-options", inputs: {
|
|
1313
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemOptions, isStandalone: true, selector: "ion-item-options", inputs: { side: "side" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1346
1314
|
};
|
|
1347
1315
|
IonItemOptions = __decorate([
|
|
1348
1316
|
ProxyCmp({
|
|
1349
|
-
defineCustomElementFn: defineCustomElement$
|
|
1350
|
-
inputs: ['
|
|
1317
|
+
defineCustomElementFn: defineCustomElement$E,
|
|
1318
|
+
inputs: ['side']
|
|
1351
1319
|
})
|
|
1352
1320
|
], IonItemOptions);
|
|
1353
1321
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemOptions, decorators: [{
|
|
@@ -1357,7 +1325,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1357
1325
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1358
1326
|
template: '<ng-content></ng-content>',
|
|
1359
1327
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1360
|
-
inputs: ['
|
|
1328
|
+
inputs: ['side'],
|
|
1361
1329
|
standalone: true
|
|
1362
1330
|
}]
|
|
1363
1331
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1371,12 +1339,12 @@ let IonItemSliding = class IonItemSliding {
|
|
|
1371
1339
|
proxyOutputs(this, this.el, ['ionDrag']);
|
|
1372
1340
|
}
|
|
1373
1341
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemSliding, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1374
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemSliding, isStandalone: true, selector: "ion-item-sliding", inputs: { disabled: "disabled"
|
|
1342
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemSliding, isStandalone: true, selector: "ion-item-sliding", inputs: { disabled: "disabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1375
1343
|
};
|
|
1376
1344
|
IonItemSliding = __decorate([
|
|
1377
1345
|
ProxyCmp({
|
|
1378
|
-
defineCustomElementFn: defineCustomElement$
|
|
1379
|
-
inputs: ['disabled'
|
|
1346
|
+
defineCustomElementFn: defineCustomElement$F,
|
|
1347
|
+
inputs: ['disabled'],
|
|
1380
1348
|
methods: ['getOpenAmount', 'getSlidingRatio', 'open', 'close', 'closeOpened']
|
|
1381
1349
|
})
|
|
1382
1350
|
], IonItemSliding);
|
|
@@ -1387,7 +1355,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1387
1355
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1388
1356
|
template: '<ng-content></ng-content>',
|
|
1389
1357
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1390
|
-
inputs: ['disabled'
|
|
1358
|
+
inputs: ['disabled'],
|
|
1391
1359
|
standalone: true
|
|
1392
1360
|
}]
|
|
1393
1361
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1400,12 +1368,12 @@ let IonLabel = class IonLabel {
|
|
|
1400
1368
|
this.el = r.nativeElement;
|
|
1401
1369
|
}
|
|
1402
1370
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1403
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonLabel, isStandalone: true, selector: "ion-label", inputs: { color: "color", mode: "mode", position: "position"
|
|
1371
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonLabel, isStandalone: true, selector: "ion-label", inputs: { color: "color", mode: "mode", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1404
1372
|
};
|
|
1405
1373
|
IonLabel = __decorate([
|
|
1406
1374
|
ProxyCmp({
|
|
1407
|
-
defineCustomElementFn: defineCustomElement$
|
|
1408
|
-
inputs: ['color', 'mode', 'position'
|
|
1375
|
+
defineCustomElementFn: defineCustomElement$G,
|
|
1376
|
+
inputs: ['color', 'mode', 'position']
|
|
1409
1377
|
})
|
|
1410
1378
|
], IonLabel);
|
|
1411
1379
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonLabel, decorators: [{
|
|
@@ -1415,7 +1383,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1415
1383
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1416
1384
|
template: '<ng-content></ng-content>',
|
|
1417
1385
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1418
|
-
inputs: ['color', 'mode', 'position'
|
|
1386
|
+
inputs: ['color', 'mode', 'position'],
|
|
1419
1387
|
standalone: true
|
|
1420
1388
|
}]
|
|
1421
1389
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1428,12 +1396,12 @@ let IonList = class IonList {
|
|
|
1428
1396
|
this.el = r.nativeElement;
|
|
1429
1397
|
}
|
|
1430
1398
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1431
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonList, isStandalone: true, selector: "ion-list", inputs: { inset: "inset", lines: "lines", mode: "mode"
|
|
1399
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonList, isStandalone: true, selector: "ion-list", inputs: { inset: "inset", lines: "lines", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1432
1400
|
};
|
|
1433
1401
|
IonList = __decorate([
|
|
1434
1402
|
ProxyCmp({
|
|
1435
|
-
defineCustomElementFn: defineCustomElement$
|
|
1436
|
-
inputs: ['inset', 'lines', 'mode'
|
|
1403
|
+
defineCustomElementFn: defineCustomElement$H,
|
|
1404
|
+
inputs: ['inset', 'lines', 'mode'],
|
|
1437
1405
|
methods: ['closeSlidingItems']
|
|
1438
1406
|
})
|
|
1439
1407
|
], IonList);
|
|
@@ -1444,7 +1412,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1444
1412
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1445
1413
|
template: '<ng-content></ng-content>',
|
|
1446
1414
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1447
|
-
inputs: ['inset', 'lines', 'mode'
|
|
1415
|
+
inputs: ['inset', 'lines', 'mode'],
|
|
1448
1416
|
standalone: true
|
|
1449
1417
|
}]
|
|
1450
1418
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1457,12 +1425,12 @@ let IonListHeader = class IonListHeader {
|
|
|
1457
1425
|
this.el = r.nativeElement;
|
|
1458
1426
|
}
|
|
1459
1427
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonListHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1460
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonListHeader, isStandalone: true, selector: "ion-list-header", inputs: { color: "color", lines: "lines", mode: "mode"
|
|
1428
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonListHeader, isStandalone: true, selector: "ion-list-header", inputs: { color: "color", lines: "lines", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1461
1429
|
};
|
|
1462
1430
|
IonListHeader = __decorate([
|
|
1463
1431
|
ProxyCmp({
|
|
1464
|
-
defineCustomElementFn: defineCustomElement$
|
|
1465
|
-
inputs: ['color', 'lines', 'mode'
|
|
1432
|
+
defineCustomElementFn: defineCustomElement$I,
|
|
1433
|
+
inputs: ['color', 'lines', 'mode']
|
|
1466
1434
|
})
|
|
1467
1435
|
], IonListHeader);
|
|
1468
1436
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonListHeader, decorators: [{
|
|
@@ -1472,7 +1440,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1472
1440
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1473
1441
|
template: '<ng-content></ng-content>',
|
|
1474
1442
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1475
|
-
inputs: ['color', 'lines', 'mode'
|
|
1443
|
+
inputs: ['color', 'lines', 'mode'],
|
|
1476
1444
|
standalone: true
|
|
1477
1445
|
}]
|
|
1478
1446
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1486,12 +1454,12 @@ let IonLoading = class IonLoading {
|
|
|
1486
1454
|
proxyOutputs(this, this.el, ['ionLoadingDidPresent', 'ionLoadingWillPresent', 'ionLoadingWillDismiss', 'ionLoadingDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
1487
1455
|
}
|
|
1488
1456
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonLoading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1489
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonLoading, isStandalone: true, selector: "ion-loading", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", showBackdrop: "showBackdrop", spinner: "spinner",
|
|
1457
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonLoading, isStandalone: true, selector: "ion-loading", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", showBackdrop: "showBackdrop", spinner: "spinner", translucent: "translucent", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1490
1458
|
};
|
|
1491
1459
|
IonLoading = __decorate([
|
|
1492
1460
|
ProxyCmp({
|
|
1493
|
-
defineCustomElementFn: defineCustomElement$
|
|
1494
|
-
inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', '
|
|
1461
|
+
defineCustomElementFn: defineCustomElement$J,
|
|
1462
|
+
inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger'],
|
|
1495
1463
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
1496
1464
|
})
|
|
1497
1465
|
], IonLoading);
|
|
@@ -1502,7 +1470,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1502
1470
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1503
1471
|
template: '<ng-content></ng-content>',
|
|
1504
1472
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1505
|
-
inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', '
|
|
1473
|
+
inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger'],
|
|
1506
1474
|
standalone: true
|
|
1507
1475
|
}]
|
|
1508
1476
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1516,12 +1484,12 @@ let IonMenu = class IonMenu {
|
|
|
1516
1484
|
proxyOutputs(this, this.el, ['ionWillOpen', 'ionWillClose', 'ionDidOpen', 'ionDidClose']);
|
|
1517
1485
|
}
|
|
1518
1486
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1519
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenu, isStandalone: true, selector: "ion-menu", inputs: { contentId: "contentId", disabled: "disabled", maxEdgeStart: "maxEdgeStart", menuId: "menuId",
|
|
1487
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenu, isStandalone: true, selector: "ion-menu", inputs: { contentId: "contentId", disabled: "disabled", maxEdgeStart: "maxEdgeStart", menuId: "menuId", side: "side", swipeGesture: "swipeGesture", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1520
1488
|
};
|
|
1521
1489
|
IonMenu = __decorate([
|
|
1522
1490
|
ProxyCmp({
|
|
1523
|
-
defineCustomElementFn: defineCustomElement$
|
|
1524
|
-
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', '
|
|
1491
|
+
defineCustomElementFn: defineCustomElement$K,
|
|
1492
|
+
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],
|
|
1525
1493
|
methods: ['isOpen', 'isActive', 'open', 'close', 'toggle', 'setOpen']
|
|
1526
1494
|
})
|
|
1527
1495
|
], IonMenu);
|
|
@@ -1532,7 +1500,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1532
1500
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1533
1501
|
template: '<ng-content></ng-content>',
|
|
1534
1502
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1535
|
-
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', '
|
|
1503
|
+
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],
|
|
1536
1504
|
standalone: true
|
|
1537
1505
|
}]
|
|
1538
1506
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1545,12 +1513,12 @@ let IonMenuButton = class IonMenuButton {
|
|
|
1545
1513
|
this.el = r.nativeElement;
|
|
1546
1514
|
}
|
|
1547
1515
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonMenuButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1548
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenuButton, isStandalone: true, selector: "ion-menu-button", inputs: { autoHide: "autoHide", color: "color", disabled: "disabled", menu: "menu", mode: "mode",
|
|
1516
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenuButton, isStandalone: true, selector: "ion-menu-button", inputs: { autoHide: "autoHide", color: "color", disabled: "disabled", menu: "menu", mode: "mode", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1549
1517
|
};
|
|
1550
1518
|
IonMenuButton = __decorate([
|
|
1551
1519
|
ProxyCmp({
|
|
1552
|
-
defineCustomElementFn: defineCustomElement$
|
|
1553
|
-
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', '
|
|
1520
|
+
defineCustomElementFn: defineCustomElement$L,
|
|
1521
|
+
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type']
|
|
1554
1522
|
})
|
|
1555
1523
|
], IonMenuButton);
|
|
1556
1524
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonMenuButton, decorators: [{
|
|
@@ -1560,7 +1528,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1560
1528
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1561
1529
|
template: '<ng-content></ng-content>',
|
|
1562
1530
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1563
|
-
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', '
|
|
1531
|
+
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type'],
|
|
1564
1532
|
standalone: true
|
|
1565
1533
|
}]
|
|
1566
1534
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1573,12 +1541,12 @@ let IonMenuToggle = class IonMenuToggle {
|
|
|
1573
1541
|
this.el = r.nativeElement;
|
|
1574
1542
|
}
|
|
1575
1543
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonMenuToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1576
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenuToggle, isStandalone: true, selector: "ion-menu-toggle", inputs: { autoHide: "autoHide", menu: "menu"
|
|
1544
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenuToggle, isStandalone: true, selector: "ion-menu-toggle", inputs: { autoHide: "autoHide", menu: "menu" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1577
1545
|
};
|
|
1578
1546
|
IonMenuToggle = __decorate([
|
|
1579
1547
|
ProxyCmp({
|
|
1580
|
-
defineCustomElementFn: defineCustomElement$
|
|
1581
|
-
inputs: ['autoHide', 'menu'
|
|
1548
|
+
defineCustomElementFn: defineCustomElement$M,
|
|
1549
|
+
inputs: ['autoHide', 'menu']
|
|
1582
1550
|
})
|
|
1583
1551
|
], IonMenuToggle);
|
|
1584
1552
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonMenuToggle, decorators: [{
|
|
@@ -1588,7 +1556,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1588
1556
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1589
1557
|
template: '<ng-content></ng-content>',
|
|
1590
1558
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1591
|
-
inputs: ['autoHide', 'menu'
|
|
1559
|
+
inputs: ['autoHide', 'menu'],
|
|
1592
1560
|
standalone: true
|
|
1593
1561
|
}]
|
|
1594
1562
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1601,12 +1569,12 @@ let IonNavLink = class IonNavLink {
|
|
|
1601
1569
|
this.el = r.nativeElement;
|
|
1602
1570
|
}
|
|
1603
1571
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonNavLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1604
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonNavLink, isStandalone: true, selector: "ion-nav-link", inputs: { component: "component", componentProps: "componentProps",
|
|
1572
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonNavLink, isStandalone: true, selector: "ion-nav-link", inputs: { component: "component", componentProps: "componentProps", routerAnimation: "routerAnimation", routerDirection: "routerDirection" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1605
1573
|
};
|
|
1606
1574
|
IonNavLink = __decorate([
|
|
1607
1575
|
ProxyCmp({
|
|
1608
|
-
defineCustomElementFn: defineCustomElement$
|
|
1609
|
-
inputs: ['component', 'componentProps', '
|
|
1576
|
+
defineCustomElementFn: defineCustomElement$N,
|
|
1577
|
+
inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection']
|
|
1610
1578
|
})
|
|
1611
1579
|
], IonNavLink);
|
|
1612
1580
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonNavLink, decorators: [{
|
|
@@ -1616,7 +1584,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1616
1584
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1617
1585
|
template: '<ng-content></ng-content>',
|
|
1618
1586
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1619
|
-
inputs: ['component', 'componentProps', '
|
|
1587
|
+
inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection'],
|
|
1620
1588
|
standalone: true
|
|
1621
1589
|
}]
|
|
1622
1590
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1629,12 +1597,12 @@ let IonNote = class IonNote {
|
|
|
1629
1597
|
this.el = r.nativeElement;
|
|
1630
1598
|
}
|
|
1631
1599
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonNote, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1632
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonNote, isStandalone: true, selector: "ion-note", inputs: { color: "color", mode: "mode"
|
|
1600
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonNote, isStandalone: true, selector: "ion-note", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1633
1601
|
};
|
|
1634
1602
|
IonNote = __decorate([
|
|
1635
1603
|
ProxyCmp({
|
|
1636
|
-
defineCustomElementFn: defineCustomElement$
|
|
1637
|
-
inputs: ['color', 'mode'
|
|
1604
|
+
defineCustomElementFn: defineCustomElement$O,
|
|
1605
|
+
inputs: ['color', 'mode']
|
|
1638
1606
|
})
|
|
1639
1607
|
], IonNote);
|
|
1640
1608
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonNote, decorators: [{
|
|
@@ -1644,7 +1612,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1644
1612
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1645
1613
|
template: '<ng-content></ng-content>',
|
|
1646
1614
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1647
|
-
inputs: ['color', 'mode'
|
|
1615
|
+
inputs: ['color', 'mode'],
|
|
1648
1616
|
standalone: true
|
|
1649
1617
|
}]
|
|
1650
1618
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1657,12 +1625,12 @@ let IonPicker = class IonPicker {
|
|
|
1657
1625
|
this.el = r.nativeElement;
|
|
1658
1626
|
}
|
|
1659
1627
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1660
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPicker, isStandalone: true, selector: "ion-picker", inputs: { mode: "mode"
|
|
1628
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPicker, isStandalone: true, selector: "ion-picker", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1661
1629
|
};
|
|
1662
1630
|
IonPicker = __decorate([
|
|
1663
1631
|
ProxyCmp({
|
|
1664
|
-
defineCustomElementFn: defineCustomElement$
|
|
1665
|
-
inputs: ['mode'
|
|
1632
|
+
defineCustomElementFn: defineCustomElement$P,
|
|
1633
|
+
inputs: ['mode']
|
|
1666
1634
|
})
|
|
1667
1635
|
], IonPicker);
|
|
1668
1636
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPicker, decorators: [{
|
|
@@ -1672,7 +1640,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1672
1640
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1673
1641
|
template: '<ng-content></ng-content>',
|
|
1674
1642
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1675
|
-
inputs: ['mode'
|
|
1643
|
+
inputs: ['mode'],
|
|
1676
1644
|
standalone: true
|
|
1677
1645
|
}]
|
|
1678
1646
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1686,12 +1654,12 @@ let IonPickerColumn = class IonPickerColumn {
|
|
|
1686
1654
|
proxyOutputs(this, this.el, ['ionChange']);
|
|
1687
1655
|
}
|
|
1688
1656
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPickerColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1689
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerColumn, isStandalone: true, selector: "ion-picker-column", inputs: { color: "color", disabled: "disabled", mode: "mode",
|
|
1657
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerColumn, isStandalone: true, selector: "ion-picker-column", inputs: { color: "color", disabled: "disabled", mode: "mode", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1690
1658
|
};
|
|
1691
1659
|
IonPickerColumn = __decorate([
|
|
1692
1660
|
ProxyCmp({
|
|
1693
|
-
defineCustomElementFn: defineCustomElement$
|
|
1694
|
-
inputs: ['color', 'disabled', 'mode', '
|
|
1661
|
+
defineCustomElementFn: defineCustomElement$Q,
|
|
1662
|
+
inputs: ['color', 'disabled', 'mode', 'value'],
|
|
1695
1663
|
methods: ['setFocus']
|
|
1696
1664
|
})
|
|
1697
1665
|
], IonPickerColumn);
|
|
@@ -1702,7 +1670,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1702
1670
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1703
1671
|
template: '<ng-content></ng-content>',
|
|
1704
1672
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1705
|
-
inputs: ['color', 'disabled', 'mode', '
|
|
1673
|
+
inputs: ['color', 'disabled', 'mode', 'value'],
|
|
1706
1674
|
standalone: true
|
|
1707
1675
|
}]
|
|
1708
1676
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1715,12 +1683,12 @@ let IonPickerColumnOption = class IonPickerColumnOption {
|
|
|
1715
1683
|
this.el = r.nativeElement;
|
|
1716
1684
|
}
|
|
1717
1685
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPickerColumnOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1718
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerColumnOption, isStandalone: true, selector: "ion-picker-column-option", inputs: { color: "color", disabled: "disabled",
|
|
1686
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerColumnOption, isStandalone: true, selector: "ion-picker-column-option", inputs: { color: "color", disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1719
1687
|
};
|
|
1720
1688
|
IonPickerColumnOption = __decorate([
|
|
1721
1689
|
ProxyCmp({
|
|
1722
|
-
defineCustomElementFn: defineCustomElement$
|
|
1723
|
-
inputs: ['color', 'disabled', '
|
|
1690
|
+
defineCustomElementFn: defineCustomElement$R,
|
|
1691
|
+
inputs: ['color', 'disabled', 'value']
|
|
1724
1692
|
})
|
|
1725
1693
|
], IonPickerColumnOption);
|
|
1726
1694
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPickerColumnOption, decorators: [{
|
|
@@ -1730,7 +1698,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1730
1698
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1731
1699
|
template: '<ng-content></ng-content>',
|
|
1732
1700
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1733
|
-
inputs: ['color', 'disabled', '
|
|
1701
|
+
inputs: ['color', 'disabled', 'value'],
|
|
1734
1702
|
standalone: true
|
|
1735
1703
|
}]
|
|
1736
1704
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1744,12 +1712,12 @@ let IonPickerLegacy = class IonPickerLegacy {
|
|
|
1744
1712
|
proxyOutputs(this, this.el, ['ionPickerDidPresent', 'ionPickerWillPresent', 'ionPickerWillDismiss', 'ionPickerDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
1745
1713
|
}
|
|
1746
1714
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPickerLegacy, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1747
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerLegacy, isStandalone: true, selector: "ion-picker-legacy", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", columns: "columns", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", mode: "mode", showBackdrop: "showBackdrop",
|
|
1715
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerLegacy, isStandalone: true, selector: "ion-picker-legacy", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", columns: "columns", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", mode: "mode", showBackdrop: "showBackdrop", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1748
1716
|
};
|
|
1749
1717
|
IonPickerLegacy = __decorate([
|
|
1750
1718
|
ProxyCmp({
|
|
1751
|
-
defineCustomElementFn: defineCustomElement$
|
|
1752
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', '
|
|
1719
|
+
defineCustomElementFn: defineCustomElement$S,
|
|
1720
|
+
inputs: ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', 'trigger'],
|
|
1753
1721
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss', 'getColumn']
|
|
1754
1722
|
})
|
|
1755
1723
|
], IonPickerLegacy);
|
|
@@ -1760,7 +1728,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1760
1728
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1761
1729
|
template: '<ng-content></ng-content>',
|
|
1762
1730
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1763
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', '
|
|
1731
|
+
inputs: ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', 'trigger'],
|
|
1764
1732
|
standalone: true
|
|
1765
1733
|
}]
|
|
1766
1734
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1773,12 +1741,12 @@ let IonProgressBar = class IonProgressBar {
|
|
|
1773
1741
|
this.el = r.nativeElement;
|
|
1774
1742
|
}
|
|
1775
1743
|
/** @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 });
|
|
1776
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonProgressBar, isStandalone: true, selector: "ion-progress-bar", inputs: { buffer: "buffer", color: "color", mode: "mode", reversed: "reversed",
|
|
1744
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonProgressBar, isStandalone: true, selector: "ion-progress-bar", inputs: { buffer: "buffer", color: "color", mode: "mode", reversed: "reversed", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1777
1745
|
};
|
|
1778
1746
|
IonProgressBar = __decorate([
|
|
1779
1747
|
ProxyCmp({
|
|
1780
|
-
defineCustomElementFn: defineCustomElement$
|
|
1781
|
-
inputs: ['buffer', 'color', 'mode', 'reversed', '
|
|
1748
|
+
defineCustomElementFn: defineCustomElement$T,
|
|
1749
|
+
inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value']
|
|
1782
1750
|
})
|
|
1783
1751
|
], IonProgressBar);
|
|
1784
1752
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonProgressBar, decorators: [{
|
|
@@ -1788,7 +1756,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1788
1756
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1789
1757
|
template: '<ng-content></ng-content>',
|
|
1790
1758
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1791
|
-
inputs: ['buffer', 'color', 'mode', 'reversed', '
|
|
1759
|
+
inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value'],
|
|
1792
1760
|
standalone: true
|
|
1793
1761
|
}]
|
|
1794
1762
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1802,12 +1770,12 @@ let IonRadio = class IonRadio {
|
|
|
1802
1770
|
proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
|
|
1803
1771
|
}
|
|
1804
1772
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1805
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRadio, isStandalone: true, selector: "ion-radio", inputs: { alignment: "alignment", color: "color", disabled: "disabled", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name",
|
|
1773
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRadio, isStandalone: true, selector: "ion-radio", inputs: { alignment: "alignment", color: "color", disabled: "disabled", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1806
1774
|
};
|
|
1807
1775
|
IonRadio = __decorate([
|
|
1808
1776
|
ProxyCmp({
|
|
1809
|
-
defineCustomElementFn: defineCustomElement$
|
|
1810
|
-
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', '
|
|
1777
|
+
defineCustomElementFn: defineCustomElement$U,
|
|
1778
|
+
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value']
|
|
1811
1779
|
})
|
|
1812
1780
|
], IonRadio);
|
|
1813
1781
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRadio, decorators: [{
|
|
@@ -1817,7 +1785,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1817
1785
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1818
1786
|
template: '<ng-content></ng-content>',
|
|
1819
1787
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1820
|
-
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', '
|
|
1788
|
+
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value'],
|
|
1821
1789
|
standalone: true
|
|
1822
1790
|
}]
|
|
1823
1791
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1831,12 +1799,12 @@ let IonRefresher = class IonRefresher {
|
|
|
1831
1799
|
proxyOutputs(this, this.el, ['ionRefresh', 'ionPull', 'ionStart']);
|
|
1832
1800
|
}
|
|
1833
1801
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRefresher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1834
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRefresher, isStandalone: true, selector: "ion-refresher", inputs: { closeDuration: "closeDuration", disabled: "disabled", mode: "mode", pullFactor: "pullFactor", pullMax: "pullMax", pullMin: "pullMin", snapbackDuration: "snapbackDuration"
|
|
1802
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRefresher, isStandalone: true, selector: "ion-refresher", inputs: { closeDuration: "closeDuration", disabled: "disabled", mode: "mode", pullFactor: "pullFactor", pullMax: "pullMax", pullMin: "pullMin", snapbackDuration: "snapbackDuration" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1835
1803
|
};
|
|
1836
1804
|
IonRefresher = __decorate([
|
|
1837
1805
|
ProxyCmp({
|
|
1838
|
-
defineCustomElementFn: defineCustomElement$
|
|
1839
|
-
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'
|
|
1806
|
+
defineCustomElementFn: defineCustomElement$V,
|
|
1807
|
+
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
|
|
1840
1808
|
methods: ['complete', 'cancel', 'getProgress']
|
|
1841
1809
|
})
|
|
1842
1810
|
], IonRefresher);
|
|
@@ -1847,7 +1815,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1847
1815
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1848
1816
|
template: '<ng-content></ng-content>',
|
|
1849
1817
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1850
|
-
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'
|
|
1818
|
+
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
|
|
1851
1819
|
standalone: true
|
|
1852
1820
|
}]
|
|
1853
1821
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1860,12 +1828,12 @@ let IonRefresherContent = class IonRefresherContent {
|
|
|
1860
1828
|
this.el = r.nativeElement;
|
|
1861
1829
|
}
|
|
1862
1830
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRefresherContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1863
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRefresherContent, isStandalone: true, selector: "ion-refresher-content", inputs: {
|
|
1831
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRefresherContent, isStandalone: true, selector: "ion-refresher-content", inputs: { pullingIcon: "pullingIcon", pullingText: "pullingText", refreshingSpinner: "refreshingSpinner", refreshingText: "refreshingText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1864
1832
|
};
|
|
1865
1833
|
IonRefresherContent = __decorate([
|
|
1866
1834
|
ProxyCmp({
|
|
1867
|
-
defineCustomElementFn: defineCustomElement$
|
|
1868
|
-
inputs: ['
|
|
1835
|
+
defineCustomElementFn: defineCustomElement$W,
|
|
1836
|
+
inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText']
|
|
1869
1837
|
})
|
|
1870
1838
|
], IonRefresherContent);
|
|
1871
1839
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRefresherContent, decorators: [{
|
|
@@ -1875,7 +1843,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1875
1843
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1876
1844
|
template: '<ng-content></ng-content>',
|
|
1877
1845
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1878
|
-
inputs: ['
|
|
1846
|
+
inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText'],
|
|
1879
1847
|
standalone: true
|
|
1880
1848
|
}]
|
|
1881
1849
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1888,12 +1856,11 @@ let IonReorder = class IonReorder {
|
|
|
1888
1856
|
this.el = r.nativeElement;
|
|
1889
1857
|
}
|
|
1890
1858
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonReorder, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1891
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonReorder, isStandalone: true, selector: "ion-reorder",
|
|
1859
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonReorder, isStandalone: true, selector: "ion-reorder", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1892
1860
|
};
|
|
1893
1861
|
IonReorder = __decorate([
|
|
1894
1862
|
ProxyCmp({
|
|
1895
|
-
defineCustomElementFn: defineCustomElement$
|
|
1896
|
-
inputs: ['mode', 'theme']
|
|
1863
|
+
defineCustomElementFn: defineCustomElement$X
|
|
1897
1864
|
})
|
|
1898
1865
|
], IonReorder);
|
|
1899
1866
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonReorder, decorators: [{
|
|
@@ -1903,7 +1870,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1903
1870
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1904
1871
|
template: '<ng-content></ng-content>',
|
|
1905
1872
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1906
|
-
inputs: [
|
|
1873
|
+
inputs: [],
|
|
1907
1874
|
standalone: true
|
|
1908
1875
|
}]
|
|
1909
1876
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1917,12 +1884,12 @@ let IonReorderGroup = class IonReorderGroup {
|
|
|
1917
1884
|
proxyOutputs(this, this.el, ['ionItemReorder', 'ionReorderStart', 'ionReorderMove', 'ionReorderEnd']);
|
|
1918
1885
|
}
|
|
1919
1886
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonReorderGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1920
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonReorderGroup, isStandalone: true, selector: "ion-reorder-group", inputs: { disabled: "disabled"
|
|
1887
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonReorderGroup, isStandalone: true, selector: "ion-reorder-group", inputs: { disabled: "disabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1921
1888
|
};
|
|
1922
1889
|
IonReorderGroup = __decorate([
|
|
1923
1890
|
ProxyCmp({
|
|
1924
|
-
defineCustomElementFn: defineCustomElement$
|
|
1925
|
-
inputs: ['disabled'
|
|
1891
|
+
defineCustomElementFn: defineCustomElement$Y,
|
|
1892
|
+
inputs: ['disabled'],
|
|
1926
1893
|
methods: ['complete']
|
|
1927
1894
|
})
|
|
1928
1895
|
], IonReorderGroup);
|
|
@@ -1933,7 +1900,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1933
1900
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1934
1901
|
template: '<ng-content></ng-content>',
|
|
1935
1902
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1936
|
-
inputs: ['disabled'
|
|
1903
|
+
inputs: ['disabled'],
|
|
1937
1904
|
standalone: true
|
|
1938
1905
|
}]
|
|
1939
1906
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1946,12 +1913,12 @@ let IonRippleEffect = class IonRippleEffect {
|
|
|
1946
1913
|
this.el = r.nativeElement;
|
|
1947
1914
|
}
|
|
1948
1915
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRippleEffect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1949
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRippleEffect, isStandalone: true, selector: "ion-ripple-effect", inputs: {
|
|
1916
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRippleEffect, isStandalone: true, selector: "ion-ripple-effect", inputs: { type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1950
1917
|
};
|
|
1951
1918
|
IonRippleEffect = __decorate([
|
|
1952
1919
|
ProxyCmp({
|
|
1953
|
-
defineCustomElementFn: defineCustomElement$
|
|
1954
|
-
inputs: ['
|
|
1920
|
+
defineCustomElementFn: defineCustomElement$Z,
|
|
1921
|
+
inputs: ['type'],
|
|
1955
1922
|
methods: ['addRipple']
|
|
1956
1923
|
})
|
|
1957
1924
|
], IonRippleEffect);
|
|
@@ -1962,7 +1929,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1962
1929
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1963
1930
|
template: '<ng-content></ng-content>',
|
|
1964
1931
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1965
|
-
inputs: ['
|
|
1932
|
+
inputs: ['type'],
|
|
1966
1933
|
standalone: true
|
|
1967
1934
|
}]
|
|
1968
1935
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1975,12 +1942,11 @@ let IonRow = class IonRow {
|
|
|
1975
1942
|
this.el = r.nativeElement;
|
|
1976
1943
|
}
|
|
1977
1944
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1978
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRow, isStandalone: true, selector: "ion-row",
|
|
1945
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRow, isStandalone: true, selector: "ion-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1979
1946
|
};
|
|
1980
1947
|
IonRow = __decorate([
|
|
1981
1948
|
ProxyCmp({
|
|
1982
|
-
defineCustomElementFn: defineCustomElement
|
|
1983
|
-
inputs: ['mode', 'theme']
|
|
1949
|
+
defineCustomElementFn: defineCustomElement$_
|
|
1984
1950
|
})
|
|
1985
1951
|
], IonRow);
|
|
1986
1952
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRow, decorators: [{
|
|
@@ -1990,7 +1956,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1990
1956
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1991
1957
|
template: '<ng-content></ng-content>',
|
|
1992
1958
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1993
|
-
inputs: [
|
|
1959
|
+
inputs: [],
|
|
1994
1960
|
standalone: true
|
|
1995
1961
|
}]
|
|
1996
1962
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2003,12 +1969,12 @@ let IonSegmentButton = class IonSegmentButton {
|
|
|
2003
1969
|
this.el = r.nativeElement;
|
|
2004
1970
|
}
|
|
2005
1971
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSegmentButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2006
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSegmentButton, isStandalone: true, selector: "ion-segment-button", inputs: { contentId: "contentId", disabled: "disabled", layout: "layout", mode: "mode",
|
|
1972
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSegmentButton, isStandalone: true, selector: "ion-segment-button", inputs: { contentId: "contentId", disabled: "disabled", layout: "layout", mode: "mode", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2007
1973
|
};
|
|
2008
1974
|
IonSegmentButton = __decorate([
|
|
2009
1975
|
ProxyCmp({
|
|
2010
|
-
defineCustomElementFn: defineCustomElement
|
|
2011
|
-
inputs: ['contentId', 'disabled', 'layout', 'mode', '
|
|
1976
|
+
defineCustomElementFn: defineCustomElement$$,
|
|
1977
|
+
inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value']
|
|
2012
1978
|
})
|
|
2013
1979
|
], IonSegmentButton);
|
|
2014
1980
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSegmentButton, decorators: [{
|
|
@@ -2018,7 +1984,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2018
1984
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2019
1985
|
template: '<ng-content></ng-content>',
|
|
2020
1986
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2021
|
-
inputs: ['contentId', 'disabled', 'layout', 'mode', '
|
|
1987
|
+
inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value'],
|
|
2022
1988
|
standalone: true
|
|
2023
1989
|
}]
|
|
2024
1990
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2035,7 +2001,7 @@ let IonSegmentContent = class IonSegmentContent {
|
|
|
2035
2001
|
};
|
|
2036
2002
|
IonSegmentContent = __decorate([
|
|
2037
2003
|
ProxyCmp({
|
|
2038
|
-
defineCustomElementFn: defineCustomElement$
|
|
2004
|
+
defineCustomElementFn: defineCustomElement$10
|
|
2039
2005
|
})
|
|
2040
2006
|
], IonSegmentContent);
|
|
2041
2007
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSegmentContent, decorators: [{
|
|
@@ -2063,7 +2029,7 @@ let IonSegmentView = class IonSegmentView {
|
|
|
2063
2029
|
};
|
|
2064
2030
|
IonSegmentView = __decorate([
|
|
2065
2031
|
ProxyCmp({
|
|
2066
|
-
defineCustomElementFn: defineCustomElement$
|
|
2032
|
+
defineCustomElementFn: defineCustomElement$11,
|
|
2067
2033
|
inputs: ['disabled']
|
|
2068
2034
|
})
|
|
2069
2035
|
], IonSegmentView);
|
|
@@ -2091,7 +2057,7 @@ let IonSelectModal = class IonSelectModal {
|
|
|
2091
2057
|
};
|
|
2092
2058
|
IonSelectModal = __decorate([
|
|
2093
2059
|
ProxyCmp({
|
|
2094
|
-
defineCustomElementFn: defineCustomElement$
|
|
2060
|
+
defineCustomElementFn: defineCustomElement$12,
|
|
2095
2061
|
inputs: ['header', 'multiple', 'options']
|
|
2096
2062
|
})
|
|
2097
2063
|
], IonSelectModal);
|
|
@@ -2115,12 +2081,12 @@ let IonSelectOption = class IonSelectOption {
|
|
|
2115
2081
|
this.el = r.nativeElement;
|
|
2116
2082
|
}
|
|
2117
2083
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSelectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2118
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSelectOption, isStandalone: true, selector: "ion-select-option", inputs: { disabled: "disabled",
|
|
2084
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSelectOption, isStandalone: true, selector: "ion-select-option", inputs: { disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2119
2085
|
};
|
|
2120
2086
|
IonSelectOption = __decorate([
|
|
2121
2087
|
ProxyCmp({
|
|
2122
|
-
defineCustomElementFn: defineCustomElement$
|
|
2123
|
-
inputs: ['disabled', '
|
|
2088
|
+
defineCustomElementFn: defineCustomElement$13,
|
|
2089
|
+
inputs: ['disabled', 'value']
|
|
2124
2090
|
})
|
|
2125
2091
|
], IonSelectOption);
|
|
2126
2092
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSelectOption, decorators: [{
|
|
@@ -2130,7 +2096,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2130
2096
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2131
2097
|
template: '<ng-content></ng-content>',
|
|
2132
2098
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2133
|
-
inputs: ['disabled', '
|
|
2099
|
+
inputs: ['disabled', 'value'],
|
|
2134
2100
|
standalone: true
|
|
2135
2101
|
}]
|
|
2136
2102
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2143,12 +2109,12 @@ let IonSkeletonText = class IonSkeletonText {
|
|
|
2143
2109
|
this.el = r.nativeElement;
|
|
2144
2110
|
}
|
|
2145
2111
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSkeletonText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2146
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSkeletonText, isStandalone: true, selector: "ion-skeleton-text", inputs: { animated: "animated"
|
|
2112
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSkeletonText, isStandalone: true, selector: "ion-skeleton-text", inputs: { animated: "animated" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2147
2113
|
};
|
|
2148
2114
|
IonSkeletonText = __decorate([
|
|
2149
2115
|
ProxyCmp({
|
|
2150
|
-
defineCustomElementFn: defineCustomElement$
|
|
2151
|
-
inputs: ['animated'
|
|
2116
|
+
defineCustomElementFn: defineCustomElement$14,
|
|
2117
|
+
inputs: ['animated']
|
|
2152
2118
|
})
|
|
2153
2119
|
], IonSkeletonText);
|
|
2154
2120
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSkeletonText, decorators: [{
|
|
@@ -2158,7 +2124,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2158
2124
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2159
2125
|
template: '<ng-content></ng-content>',
|
|
2160
2126
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2161
|
-
inputs: ['animated'
|
|
2127
|
+
inputs: ['animated'],
|
|
2162
2128
|
standalone: true
|
|
2163
2129
|
}]
|
|
2164
2130
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2171,12 +2137,12 @@ let IonSpinner = class IonSpinner {
|
|
|
2171
2137
|
this.el = r.nativeElement;
|
|
2172
2138
|
}
|
|
2173
2139
|
/** @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 });
|
|
2174
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSpinner, isStandalone: true, selector: "ion-spinner", inputs: { color: "color", duration: "duration",
|
|
2140
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSpinner, isStandalone: true, selector: "ion-spinner", inputs: { color: "color", duration: "duration", name: "name", paused: "paused" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2175
2141
|
};
|
|
2176
2142
|
IonSpinner = __decorate([
|
|
2177
2143
|
ProxyCmp({
|
|
2178
|
-
defineCustomElementFn: defineCustomElement$
|
|
2179
|
-
inputs: ['color', 'duration', '
|
|
2144
|
+
defineCustomElementFn: defineCustomElement$15,
|
|
2145
|
+
inputs: ['color', 'duration', 'name', 'paused']
|
|
2180
2146
|
})
|
|
2181
2147
|
], IonSpinner);
|
|
2182
2148
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSpinner, decorators: [{
|
|
@@ -2186,7 +2152,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2186
2152
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2187
2153
|
template: '<ng-content></ng-content>',
|
|
2188
2154
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2189
|
-
inputs: ['color', 'duration', '
|
|
2155
|
+
inputs: ['color', 'duration', 'name', 'paused'],
|
|
2190
2156
|
standalone: true
|
|
2191
2157
|
}]
|
|
2192
2158
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2200,12 +2166,12 @@ let IonSplitPane = class IonSplitPane {
|
|
|
2200
2166
|
proxyOutputs(this, this.el, ['ionSplitPaneVisible']);
|
|
2201
2167
|
}
|
|
2202
2168
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSplitPane, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2203
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSplitPane, isStandalone: true, selector: "ion-split-pane", inputs: { contentId: "contentId", disabled: "disabled",
|
|
2169
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSplitPane, isStandalone: true, selector: "ion-split-pane", inputs: { contentId: "contentId", disabled: "disabled", when: "when" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2204
2170
|
};
|
|
2205
2171
|
IonSplitPane = __decorate([
|
|
2206
2172
|
ProxyCmp({
|
|
2207
|
-
defineCustomElementFn: defineCustomElement$
|
|
2208
|
-
inputs: ['contentId', 'disabled', '
|
|
2173
|
+
defineCustomElementFn: defineCustomElement$16,
|
|
2174
|
+
inputs: ['contentId', 'disabled', 'when']
|
|
2209
2175
|
})
|
|
2210
2176
|
], IonSplitPane);
|
|
2211
2177
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSplitPane, decorators: [{
|
|
@@ -2215,7 +2181,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2215
2181
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2216
2182
|
template: '<ng-content></ng-content>',
|
|
2217
2183
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2218
|
-
inputs: ['contentId', 'disabled', '
|
|
2184
|
+
inputs: ['contentId', 'disabled', 'when'],
|
|
2219
2185
|
standalone: true
|
|
2220
2186
|
}]
|
|
2221
2187
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2228,12 +2194,12 @@ let IonTab = class IonTab {
|
|
|
2228
2194
|
this.el = r.nativeElement;
|
|
2229
2195
|
}
|
|
2230
2196
|
/** @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 });
|
|
2231
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTab, isStandalone: true, selector: "ion-tab", inputs: { component: "component",
|
|
2197
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTab, isStandalone: true, selector: "ion-tab", inputs: { component: "component", tab: "tab" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2232
2198
|
};
|
|
2233
2199
|
IonTab = __decorate([
|
|
2234
2200
|
ProxyCmp({
|
|
2235
|
-
defineCustomElementFn: defineCustomElement$
|
|
2236
|
-
inputs: ['component', '
|
|
2201
|
+
defineCustomElementFn: defineCustomElement$17,
|
|
2202
|
+
inputs: ['component', 'tab'],
|
|
2237
2203
|
methods: ['setActive']
|
|
2238
2204
|
})
|
|
2239
2205
|
], IonTab);
|
|
@@ -2244,7 +2210,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2244
2210
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2245
2211
|
template: '<ng-content></ng-content>',
|
|
2246
2212
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2247
|
-
inputs: ['component', '
|
|
2213
|
+
inputs: ['component', 'tab'],
|
|
2248
2214
|
standalone: true
|
|
2249
2215
|
}]
|
|
2250
2216
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2257,12 +2223,12 @@ let IonTabBar = class IonTabBar {
|
|
|
2257
2223
|
this.el = r.nativeElement;
|
|
2258
2224
|
}
|
|
2259
2225
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2260
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTabBar, isStandalone: true, selector: "ion-tab-bar", inputs: { color: "color",
|
|
2226
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTabBar, isStandalone: true, selector: "ion-tab-bar", inputs: { color: "color", mode: "mode", selectedTab: "selectedTab", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2261
2227
|
};
|
|
2262
2228
|
IonTabBar = __decorate([
|
|
2263
2229
|
ProxyCmp({
|
|
2264
|
-
defineCustomElementFn: defineCustomElement$
|
|
2265
|
-
inputs: ['color', '
|
|
2230
|
+
defineCustomElementFn: defineCustomElement$18,
|
|
2231
|
+
inputs: ['color', 'mode', 'selectedTab', 'translucent']
|
|
2266
2232
|
})
|
|
2267
2233
|
], IonTabBar);
|
|
2268
2234
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabBar, decorators: [{
|
|
@@ -2272,7 +2238,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2272
2238
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2273
2239
|
template: '<ng-content></ng-content>',
|
|
2274
2240
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2275
|
-
inputs: ['color', '
|
|
2241
|
+
inputs: ['color', 'mode', 'selectedTab', 'translucent'],
|
|
2276
2242
|
standalone: true
|
|
2277
2243
|
}]
|
|
2278
2244
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2285,12 +2251,12 @@ let IonTabButton = class IonTabButton {
|
|
|
2285
2251
|
this.el = r.nativeElement;
|
|
2286
2252
|
}
|
|
2287
2253
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2288
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTabButton, isStandalone: true, selector: "ion-tab-button", inputs: { disabled: "disabled", download: "download", href: "href", layout: "layout", mode: "mode", rel: "rel", selected: "selected",
|
|
2254
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTabButton, isStandalone: true, selector: "ion-tab-button", inputs: { disabled: "disabled", download: "download", href: "href", layout: "layout", mode: "mode", rel: "rel", selected: "selected", tab: "tab", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2289
2255
|
};
|
|
2290
2256
|
IonTabButton = __decorate([
|
|
2291
2257
|
ProxyCmp({
|
|
2292
|
-
defineCustomElementFn: defineCustomElement$
|
|
2293
|
-
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', '
|
|
2258
|
+
defineCustomElementFn: defineCustomElement$19,
|
|
2259
|
+
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target']
|
|
2294
2260
|
})
|
|
2295
2261
|
], IonTabButton);
|
|
2296
2262
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabButton, decorators: [{
|
|
@@ -2300,7 +2266,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2300
2266
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2301
2267
|
template: '<ng-content></ng-content>',
|
|
2302
2268
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2303
|
-
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', '
|
|
2269
|
+
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target'],
|
|
2304
2270
|
standalone: true
|
|
2305
2271
|
}]
|
|
2306
2272
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2313,12 +2279,12 @@ let IonText = class IonText {
|
|
|
2313
2279
|
this.el = r.nativeElement;
|
|
2314
2280
|
}
|
|
2315
2281
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2316
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonText, isStandalone: true, selector: "ion-text", inputs: { color: "color", mode: "mode"
|
|
2282
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonText, isStandalone: true, selector: "ion-text", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2317
2283
|
};
|
|
2318
2284
|
IonText = __decorate([
|
|
2319
2285
|
ProxyCmp({
|
|
2320
|
-
defineCustomElementFn: defineCustomElement$
|
|
2321
|
-
inputs: ['color', 'mode'
|
|
2286
|
+
defineCustomElementFn: defineCustomElement$1a,
|
|
2287
|
+
inputs: ['color', 'mode']
|
|
2322
2288
|
})
|
|
2323
2289
|
], IonText);
|
|
2324
2290
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonText, decorators: [{
|
|
@@ -2328,7 +2294,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2328
2294
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2329
2295
|
template: '<ng-content></ng-content>',
|
|
2330
2296
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2331
|
-
inputs: ['color', 'mode'
|
|
2297
|
+
inputs: ['color', 'mode'],
|
|
2332
2298
|
standalone: true
|
|
2333
2299
|
}]
|
|
2334
2300
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2341,12 +2307,11 @@ let IonThumbnail = class IonThumbnail {
|
|
|
2341
2307
|
this.el = r.nativeElement;
|
|
2342
2308
|
}
|
|
2343
2309
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonThumbnail, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2344
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonThumbnail, isStandalone: true, selector: "ion-thumbnail",
|
|
2310
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonThumbnail, isStandalone: true, selector: "ion-thumbnail", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2345
2311
|
};
|
|
2346
2312
|
IonThumbnail = __decorate([
|
|
2347
2313
|
ProxyCmp({
|
|
2348
|
-
defineCustomElementFn: defineCustomElement$
|
|
2349
|
-
inputs: ['mode', 'theme']
|
|
2314
|
+
defineCustomElementFn: defineCustomElement$1b
|
|
2350
2315
|
})
|
|
2351
2316
|
], IonThumbnail);
|
|
2352
2317
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonThumbnail, decorators: [{
|
|
@@ -2356,7 +2321,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2356
2321
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2357
2322
|
template: '<ng-content></ng-content>',
|
|
2358
2323
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2359
|
-
inputs: [
|
|
2324
|
+
inputs: [],
|
|
2360
2325
|
standalone: true
|
|
2361
2326
|
}]
|
|
2362
2327
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2369,12 +2334,12 @@ let IonTitle = class IonTitle {
|
|
|
2369
2334
|
this.el = r.nativeElement;
|
|
2370
2335
|
}
|
|
2371
2336
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2372
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTitle, isStandalone: true, selector: "ion-title", inputs: { color: "color",
|
|
2337
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTitle, isStandalone: true, selector: "ion-title", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2373
2338
|
};
|
|
2374
2339
|
IonTitle = __decorate([
|
|
2375
2340
|
ProxyCmp({
|
|
2376
|
-
defineCustomElementFn: defineCustomElement$
|
|
2377
|
-
inputs: ['color', '
|
|
2341
|
+
defineCustomElementFn: defineCustomElement$1c,
|
|
2342
|
+
inputs: ['color', 'size']
|
|
2378
2343
|
})
|
|
2379
2344
|
], IonTitle);
|
|
2380
2345
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTitle, decorators: [{
|
|
@@ -2384,7 +2349,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2384
2349
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2385
2350
|
template: '<ng-content></ng-content>',
|
|
2386
2351
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2387
|
-
inputs: ['color', '
|
|
2352
|
+
inputs: ['color', 'size'],
|
|
2388
2353
|
standalone: true
|
|
2389
2354
|
}]
|
|
2390
2355
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2398,12 +2363,12 @@ let IonToast = class IonToast {
|
|
|
2398
2363
|
proxyOutputs(this, this.el, ['ionToastDidPresent', 'ionToastWillPresent', 'ionToastWillDismiss', 'ionToastDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
2399
2364
|
}
|
|
2400
2365
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2401
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonToast, isStandalone: true, selector: "ion-toast", inputs: { animated: "animated", buttons: "buttons", color: "color", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes",
|
|
2366
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonToast, isStandalone: true, selector: "ion-toast", inputs: { animated: "animated", buttons: "buttons", color: "color", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", icon: "icon", isOpen: "isOpen", keyboardClose: "keyboardClose", layout: "layout", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", position: "position", positionAnchor: "positionAnchor", swipeGesture: "swipeGesture", translucent: "translucent", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2402
2367
|
};
|
|
2403
2368
|
IonToast = __decorate([
|
|
2404
2369
|
ProxyCmp({
|
|
2405
|
-
defineCustomElementFn: defineCustomElement$
|
|
2406
|
-
inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', '
|
|
2370
|
+
defineCustomElementFn: defineCustomElement$1d,
|
|
2371
|
+
inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],
|
|
2407
2372
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
2408
2373
|
})
|
|
2409
2374
|
], IonToast);
|
|
@@ -2414,7 +2379,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2414
2379
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2415
2380
|
template: '<ng-content></ng-content>',
|
|
2416
2381
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2417
|
-
inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', '
|
|
2382
|
+
inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],
|
|
2418
2383
|
standalone: true
|
|
2419
2384
|
}]
|
|
2420
2385
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2427,12 +2392,12 @@ let IonToolbar = class IonToolbar {
|
|
|
2427
2392
|
this.el = r.nativeElement;
|
|
2428
2393
|
}
|
|
2429
2394
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonToolbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2430
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonToolbar, isStandalone: true, selector: "ion-toolbar", inputs: { color: "color", mode: "mode"
|
|
2395
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonToolbar, isStandalone: true, selector: "ion-toolbar", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2431
2396
|
};
|
|
2432
2397
|
IonToolbar = __decorate([
|
|
2433
2398
|
ProxyCmp({
|
|
2434
|
-
defineCustomElementFn: defineCustomElement$
|
|
2435
|
-
inputs: ['color', 'mode'
|
|
2399
|
+
defineCustomElementFn: defineCustomElement$1e,
|
|
2400
|
+
inputs: ['color', 'mode']
|
|
2436
2401
|
})
|
|
2437
2402
|
], IonToolbar);
|
|
2438
2403
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonToolbar, decorators: [{
|
|
@@ -2442,7 +2407,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2442
2407
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2443
2408
|
template: '<ng-content></ng-content>',
|
|
2444
2409
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2445
|
-
inputs: ['color', 'mode'
|
|
2410
|
+
inputs: ['color', 'mode'],
|
|
2446
2411
|
standalone: true
|
|
2447
2412
|
}]
|
|
2448
2413
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2664,7 +2629,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2664
2629
|
class LoadingController extends OverlayBaseController {
|
|
2665
2630
|
constructor() {
|
|
2666
2631
|
super(loadingController);
|
|
2667
|
-
defineCustomElement$
|
|
2632
|
+
defineCustomElement$J();
|
|
2668
2633
|
}
|
|
2669
2634
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LoadingController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2670
2635
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LoadingController, providedIn: 'root' });
|
|
@@ -2696,7 +2661,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2696
2661
|
class PickerController extends OverlayBaseController {
|
|
2697
2662
|
constructor() {
|
|
2698
2663
|
super(pickerController);
|
|
2699
|
-
defineCustomElement$
|
|
2664
|
+
defineCustomElement$S();
|
|
2700
2665
|
}
|
|
2701
2666
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PickerController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2702
2667
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PickerController, providedIn: 'root' });
|
|
@@ -2711,7 +2676,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2711
2676
|
class ToastController extends OverlayBaseController {
|
|
2712
2677
|
constructor() {
|
|
2713
2678
|
super(toastController);
|
|
2714
|
-
defineCustomElement$
|
|
2679
|
+
defineCustomElement$1d();
|
|
2715
2680
|
}
|
|
2716
2681
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToastController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2717
2682
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToastController, providedIn: 'root' });
|
|
@@ -2732,7 +2697,7 @@ let IonNav = class IonNav extends IonNav$1 {
|
|
|
2732
2697
|
};
|
|
2733
2698
|
IonNav = __decorate([
|
|
2734
2699
|
ProxyCmp$1({
|
|
2735
|
-
defineCustomElementFn: defineCustomElement$
|
|
2700
|
+
defineCustomElementFn: defineCustomElement$1f,
|
|
2736
2701
|
})
|
|
2737
2702
|
], IonNav);
|
|
2738
2703
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonNav, decorators: [{
|
|
@@ -2792,7 +2757,7 @@ let IonCheckbox = class IonCheckbox extends ValueAccessor {
|
|
|
2792
2757
|
};
|
|
2793
2758
|
IonCheckbox = __decorate([
|
|
2794
2759
|
ProxyCmp({
|
|
2795
|
-
defineCustomElementFn: defineCustomElement$
|
|
2760
|
+
defineCustomElementFn: defineCustomElement$1g,
|
|
2796
2761
|
inputs: CHECKBOX_INPUTS,
|
|
2797
2762
|
})
|
|
2798
2763
|
], IonCheckbox);
|
|
@@ -2878,7 +2843,7 @@ let IonDatetime = class IonDatetime extends ValueAccessor {
|
|
|
2878
2843
|
};
|
|
2879
2844
|
IonDatetime = __decorate([
|
|
2880
2845
|
ProxyCmp({
|
|
2881
|
-
defineCustomElementFn: defineCustomElement$
|
|
2846
|
+
defineCustomElementFn: defineCustomElement$1h,
|
|
2882
2847
|
inputs: DATETIME_INPUTS,
|
|
2883
2848
|
methods: ['confirm', 'reset', 'cancel'],
|
|
2884
2849
|
})
|
|
@@ -2912,7 +2877,7 @@ let IonIcon = class IonIcon {
|
|
|
2912
2877
|
};
|
|
2913
2878
|
IonIcon = __decorate([
|
|
2914
2879
|
ProxyCmp({
|
|
2915
|
-
defineCustomElementFn: defineCustomElement$
|
|
2880
|
+
defineCustomElementFn: defineCustomElement$1i,
|
|
2916
2881
|
inputs: ['color', 'flipRtl', 'icon', 'ios', 'lazy', 'md', 'mode', 'name', 'sanitize', 'size', 'src'],
|
|
2917
2882
|
})
|
|
2918
2883
|
], IonIcon);
|
|
@@ -3012,7 +2977,7 @@ let IonInput = class IonInput extends ValueAccessor {
|
|
|
3012
2977
|
};
|
|
3013
2978
|
IonInput = __decorate([
|
|
3014
2979
|
ProxyCmp({
|
|
3015
|
-
defineCustomElementFn: defineCustomElement$
|
|
2980
|
+
defineCustomElementFn: defineCustomElement$1j,
|
|
3016
2981
|
inputs: INPUT_INPUTS,
|
|
3017
2982
|
methods: ['setFocus', 'getInputElement'],
|
|
3018
2983
|
})
|
|
@@ -3094,7 +3059,7 @@ let IonInputOtp = class IonInputOtp extends ValueAccessor {
|
|
|
3094
3059
|
};
|
|
3095
3060
|
IonInputOtp = __decorate([
|
|
3096
3061
|
ProxyCmp({
|
|
3097
|
-
defineCustomElementFn: defineCustomElement$
|
|
3062
|
+
defineCustomElementFn: defineCustomElement$1k,
|
|
3098
3063
|
inputs: INPUT_OTP_INPUTS,
|
|
3099
3064
|
methods: ['setFocus'],
|
|
3100
3065
|
})
|
|
@@ -3147,7 +3112,7 @@ let IonRadioGroup = class IonRadioGroup extends ValueAccessor {
|
|
|
3147
3112
|
};
|
|
3148
3113
|
IonRadioGroup = __decorate([
|
|
3149
3114
|
ProxyCmp({
|
|
3150
|
-
defineCustomElementFn: defineCustomElement$
|
|
3115
|
+
defineCustomElementFn: defineCustomElement$1l,
|
|
3151
3116
|
inputs: RADIO_GROUP_INPUTS,
|
|
3152
3117
|
})
|
|
3153
3118
|
], IonRadioGroup);
|
|
@@ -3217,7 +3182,7 @@ let IonRange = class IonRange extends ValueAccessor {
|
|
|
3217
3182
|
};
|
|
3218
3183
|
IonRange = __decorate([
|
|
3219
3184
|
ProxyCmp({
|
|
3220
|
-
defineCustomElementFn: defineCustomElement$
|
|
3185
|
+
defineCustomElementFn: defineCustomElement$1m,
|
|
3221
3186
|
inputs: RANGE_INPUTS,
|
|
3222
3187
|
})
|
|
3223
3188
|
], IonRange);
|
|
@@ -3290,7 +3255,7 @@ let IonSearchbar = class IonSearchbar extends ValueAccessor {
|
|
|
3290
3255
|
};
|
|
3291
3256
|
IonSearchbar = __decorate([
|
|
3292
3257
|
ProxyCmp({
|
|
3293
|
-
defineCustomElementFn: defineCustomElement$
|
|
3258
|
+
defineCustomElementFn: defineCustomElement$1n,
|
|
3294
3259
|
inputs: SEARCHBAR_INPUTS,
|
|
3295
3260
|
methods: ['setFocus', 'getInputElement'],
|
|
3296
3261
|
})
|
|
@@ -3343,7 +3308,7 @@ let IonSegment = class IonSegment extends ValueAccessor {
|
|
|
3343
3308
|
};
|
|
3344
3309
|
IonSegment = __decorate([
|
|
3345
3310
|
ProxyCmp({
|
|
3346
|
-
defineCustomElementFn: defineCustomElement$
|
|
3311
|
+
defineCustomElementFn: defineCustomElement$1o,
|
|
3347
3312
|
inputs: SEGMENT_INPUTS,
|
|
3348
3313
|
})
|
|
3349
3314
|
], IonSegment);
|
|
@@ -3418,7 +3383,7 @@ let IonSelect = class IonSelect extends ValueAccessor {
|
|
|
3418
3383
|
};
|
|
3419
3384
|
IonSelect = __decorate([
|
|
3420
3385
|
ProxyCmp({
|
|
3421
|
-
defineCustomElementFn: defineCustomElement$
|
|
3386
|
+
defineCustomElementFn: defineCustomElement$1p,
|
|
3422
3387
|
inputs: SELECT_INPUTS,
|
|
3423
3388
|
methods: ['open'],
|
|
3424
3389
|
})
|
|
@@ -3501,7 +3466,7 @@ let IonTextarea = class IonTextarea extends ValueAccessor {
|
|
|
3501
3466
|
};
|
|
3502
3467
|
IonTextarea = __decorate([
|
|
3503
3468
|
ProxyCmp({
|
|
3504
|
-
defineCustomElementFn: defineCustomElement$
|
|
3469
|
+
defineCustomElementFn: defineCustomElement$1q,
|
|
3505
3470
|
inputs: TEXTAREA_INPUTS,
|
|
3506
3471
|
methods: ['setFocus', 'getInputElement'],
|
|
3507
3472
|
})
|
|
@@ -3570,7 +3535,7 @@ let IonToggle = class IonToggle extends ValueAccessor {
|
|
|
3570
3535
|
};
|
|
3571
3536
|
IonToggle = __decorate([
|
|
3572
3537
|
ProxyCmp({
|
|
3573
|
-
defineCustomElementFn: defineCustomElement$
|
|
3538
|
+
defineCustomElementFn: defineCustomElement$1r,
|
|
3574
3539
|
inputs: TOGGLE_INPUTS,
|
|
3575
3540
|
})
|
|
3576
3541
|
], IonToggle);
|
|
@@ -3594,5 +3559,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3594
3559
|
* Generated bundle index. Do not edit.
|
|
3595
3560
|
*/
|
|
3596
3561
|
|
|
3597
|
-
export { ActionSheetController, AlertController, AnimationController, GestureController, IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackButton, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton,
|
|
3562
|
+
export { ActionSheetController, AlertController, AnimationController, GestureController, IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackButton, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton, 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, IonModal, IonNav, IonNavLink, IonNote, IonPicker, IonPickerColumn, IonPickerColumnOption, IonPickerLegacy, IonPopover, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRefresher, IonRefresherContent, IonReorder, IonReorderGroup, IonRippleEffect, IonRouterLink, IonRouterLinkWithHref, IonRouterOutlet, IonRow, IonSearchbar, IonSegment, IonSegmentButton, IonSegmentContent, IonSegmentView, IonSelect, IonSelectModal, IonSelectOption, IonSkeletonText, IonSpinner, IonSplitPane, IonTab, IonTabBar, IonTabButton, IonTabs, IonText, IonTextarea, IonThumbnail, IonTitle, IonToast, IonToggle, IonToolbar, LoadingController, MenuController, ModalController, PickerController, PopoverController, ToastController, provideIonicAngular };
|
|
3598
3563
|
//# sourceMappingURL=ionic-angular-standalone.mjs.map
|