@ionic/angular 8.8.9-dev.11781013468.1ed93da9 → 8.8.9-dev.11781098612.122c6758
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/fesm2022/ionic-angular-common.mjs +58 -56
- package/fesm2022/ionic-angular-common.mjs.map +1 -1
- package/fesm2022/ionic-angular-standalone.mjs +303 -306
- package/fesm2022/ionic-angular-standalone.mjs.map +1 -1
- package/fesm2022/ionic-angular.mjs +353 -339
- package/fesm2022/ionic-angular.mjs.map +1 -1
- package/package.json +2 -2
- package/schematics/add/index.js +1 -1
- package/schematics/utils/ast.js +34 -1
- package/schematics/utils/package.js +4 -0
- package/types/ionic-angular-common.d.ts +8 -0
- package/types/ionic-angular.d.ts +4 -4
|
@@ -122,15 +122,15 @@ let IonRouterOutlet = class IonRouterOutlet extends IonRouterOutlet$1 {
|
|
|
122
122
|
super(name, tabs, commonLocation, elementRef, router, zone, activatedRoute, parentOutlet);
|
|
123
123
|
this.parentOutlet = parentOutlet;
|
|
124
124
|
}
|
|
125
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
126
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
125
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterOutlet, deps: [{ token: 'name', attribute: true }, { token: 'tabs', attribute: true, optional: true }, { token: i1.Location }, { token: i0.ElementRef }, { token: i2.Router }, { token: i0.NgZone }, { token: i2.ActivatedRoute }, { token: IonRouterOutlet, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
126
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRouterOutlet, isStandalone: true, selector: "ion-router-outlet", viewQueries: [{ propertyName: "outletContent", first: true, predicate: ["outletContent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: '<ng-container #outletContent><ng-content></ng-content></ng-container>', isInline: true });
|
|
127
127
|
};
|
|
128
128
|
IonRouterOutlet = __decorate([
|
|
129
129
|
ProxyCmp$1({
|
|
130
130
|
defineCustomElementFn: defineCustomElement$1,
|
|
131
131
|
})
|
|
132
132
|
], IonRouterOutlet);
|
|
133
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
133
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterOutlet, decorators: [{
|
|
134
134
|
type: Component,
|
|
135
135
|
args: [{
|
|
136
136
|
selector: 'ion-router-outlet',
|
|
@@ -158,15 +158,15 @@ let IonBackButton = class IonBackButton extends IonBackButton$1 {
|
|
|
158
158
|
constructor(routerOutlet, navCtrl, config, r, z, c) {
|
|
159
159
|
super(routerOutlet, navCtrl, config, r, z, c);
|
|
160
160
|
}
|
|
161
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
162
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
161
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBackButton, deps: [{ token: IonRouterOutlet, optional: true }, { token: i2$1.NavController }, { token: i2$1.Config }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
162
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBackButton, isStandalone: true, selector: "ion-back-button", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
163
163
|
};
|
|
164
164
|
IonBackButton = __decorate([
|
|
165
165
|
ProxyCmp$1({
|
|
166
166
|
defineCustomElementFn: defineCustomElement$2,
|
|
167
167
|
})
|
|
168
168
|
], IonBackButton);
|
|
169
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
169
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBackButton, decorators: [{
|
|
170
170
|
type: Component,
|
|
171
171
|
args: [{
|
|
172
172
|
selector: 'ion-back-button',
|
|
@@ -179,8 +179,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
179
179
|
}] }, { type: i2$1.NavController }, { type: i2$1.Config }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
|
|
180
180
|
|
|
181
181
|
let IonModal = class IonModal extends IonModal$1 {
|
|
182
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
183
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
182
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonModal, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
183
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonModal, isStandalone: true, selector: "ion-modal", usesInheritance: true, ngImport: i0, template: `<div class="ion-delegate-host ion-page" *ngIf="isCmpOpen || keepContentsMounted">
|
|
184
184
|
<ng-container [ngTemplateOutlet]="template"></ng-container>
|
|
185
185
|
</div>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
186
186
|
};
|
|
@@ -189,7 +189,7 @@ IonModal = __decorate([
|
|
|
189
189
|
defineCustomElementFn: defineCustomElement$3,
|
|
190
190
|
})
|
|
191
191
|
], IonModal);
|
|
192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonModal, decorators: [{
|
|
193
193
|
type: Component,
|
|
194
194
|
args: [{
|
|
195
195
|
selector: 'ion-modal',
|
|
@@ -203,15 +203,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
203
203
|
}] });
|
|
204
204
|
|
|
205
205
|
let IonPopover = class IonPopover extends IonPopover$1 {
|
|
206
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
207
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
206
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPopover, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
207
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPopover, isStandalone: true, selector: "ion-popover", usesInheritance: true, ngImport: i0, template: `<ng-container [ngTemplateOutlet]="template" *ngIf="isCmpOpen || keepContentsMounted"></ng-container>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
208
208
|
};
|
|
209
209
|
IonPopover = __decorate([
|
|
210
210
|
ProxyCmp$1({
|
|
211
211
|
defineCustomElementFn: defineCustomElement$4,
|
|
212
212
|
})
|
|
213
213
|
], IonPopover);
|
|
214
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPopover, decorators: [{
|
|
215
215
|
type: Component,
|
|
216
216
|
args: [{
|
|
217
217
|
selector: 'ion-popover',
|
|
@@ -222,24 +222,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
222
222
|
}]
|
|
223
223
|
}] });
|
|
224
224
|
|
|
225
|
-
// eslint-disable-next-line @angular-eslint/directive-class-suffix
|
|
226
225
|
class IonRouterLink extends RouterLinkDelegateDirective {
|
|
227
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
228
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
226
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterLink, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
227
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.0", type: IonRouterLink, isStandalone: true, selector: ":not(a):not(area)[routerLink]", usesInheritance: true, ngImport: i0 });
|
|
229
228
|
}
|
|
230
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterLink, decorators: [{
|
|
231
230
|
type: Directive,
|
|
232
231
|
args: [{
|
|
233
232
|
selector: ':not(a):not(area)[routerLink]',
|
|
234
233
|
standalone: true,
|
|
235
234
|
}]
|
|
236
235
|
}] });
|
|
237
|
-
// eslint-disable-next-line @angular-eslint/directive-class-suffix
|
|
238
236
|
class IonRouterLinkWithHref extends RouterLinkWithHrefDelegateDirective {
|
|
239
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
240
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
237
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterLinkWithHref, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
238
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.0", type: IonRouterLinkWithHref, isStandalone: true, selector: "a[routerLink],area[routerLink]", usesInheritance: true, ngImport: i0 });
|
|
241
239
|
}
|
|
242
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
240
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterLinkWithHref, decorators: [{
|
|
243
241
|
type: Directive,
|
|
244
242
|
args: [{
|
|
245
243
|
selector: 'a[routerLink],area[routerLink]',
|
|
@@ -313,8 +311,8 @@ let IonAccordion = class IonAccordion {
|
|
|
313
311
|
c.detach();
|
|
314
312
|
this.el = r.nativeElement;
|
|
315
313
|
}
|
|
316
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
317
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
314
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
315
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
318
316
|
};
|
|
319
317
|
IonAccordion = __decorate([
|
|
320
318
|
ProxyCmp({
|
|
@@ -322,7 +320,7 @@ IonAccordion = __decorate([
|
|
|
322
320
|
inputs: ['disabled', 'mode', 'readonly', 'toggleIcon', 'toggleIconSlot', 'value']
|
|
323
321
|
})
|
|
324
322
|
], IonAccordion);
|
|
325
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
323
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAccordion, decorators: [{
|
|
326
324
|
type: Component,
|
|
327
325
|
args: [{
|
|
328
326
|
selector: 'ion-accordion',
|
|
@@ -341,8 +339,8 @@ let IonAccordionGroup = class IonAccordionGroup {
|
|
|
341
339
|
c.detach();
|
|
342
340
|
this.el = r.nativeElement;
|
|
343
341
|
}
|
|
344
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
345
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
342
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAccordionGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
343
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAccordionGroup, isStandalone: true, selector: "ion-accordion-group", inputs: { animated: "animated", disabled: "disabled", expand: "expand", mode: "mode", multiple: "multiple", readonly: "readonly", value: "value" }, outputs: { ionChange: "ionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
346
344
|
};
|
|
347
345
|
IonAccordionGroup = __decorate([
|
|
348
346
|
ProxyCmp({
|
|
@@ -350,7 +348,7 @@ IonAccordionGroup = __decorate([
|
|
|
350
348
|
inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'value']
|
|
351
349
|
})
|
|
352
350
|
], IonAccordionGroup);
|
|
353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
351
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAccordionGroup, decorators: [{
|
|
354
352
|
type: Component,
|
|
355
353
|
args: [{
|
|
356
354
|
selector: 'ion-accordion-group',
|
|
@@ -379,8 +377,8 @@ let IonActionSheet = class IonActionSheet {
|
|
|
379
377
|
c.detach();
|
|
380
378
|
this.el = r.nativeElement;
|
|
381
379
|
}
|
|
382
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
383
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
380
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonActionSheet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
381
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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" }, outputs: { ionActionSheetDidPresent: "ionActionSheetDidPresent", ionActionSheetWillPresent: "ionActionSheetWillPresent", ionActionSheetWillDismiss: "ionActionSheetWillDismiss", ionActionSheetDidDismiss: "ionActionSheetDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
384
382
|
};
|
|
385
383
|
IonActionSheet = __decorate([
|
|
386
384
|
ProxyCmp({
|
|
@@ -389,7 +387,7 @@ IonActionSheet = __decorate([
|
|
|
389
387
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
390
388
|
})
|
|
391
389
|
], IonActionSheet);
|
|
392
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
390
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonActionSheet, decorators: [{
|
|
393
391
|
type: Component,
|
|
394
392
|
args: [{
|
|
395
393
|
selector: 'ion-action-sheet',
|
|
@@ -432,8 +430,8 @@ let IonAlert = class IonAlert {
|
|
|
432
430
|
c.detach();
|
|
433
431
|
this.el = r.nativeElement;
|
|
434
432
|
}
|
|
435
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
436
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
433
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
434
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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" }, outputs: { ionAlertDidPresent: "ionAlertDidPresent", ionAlertWillPresent: "ionAlertWillPresent", ionAlertWillDismiss: "ionAlertWillDismiss", ionAlertDidDismiss: "ionAlertDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
437
435
|
};
|
|
438
436
|
IonAlert = __decorate([
|
|
439
437
|
ProxyCmp({
|
|
@@ -442,7 +440,7 @@ IonAlert = __decorate([
|
|
|
442
440
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
443
441
|
})
|
|
444
442
|
], IonAlert);
|
|
445
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
443
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAlert, decorators: [{
|
|
446
444
|
type: Component,
|
|
447
445
|
args: [{
|
|
448
446
|
selector: 'ion-alert',
|
|
@@ -477,8 +475,8 @@ let IonApp = class IonApp {
|
|
|
477
475
|
c.detach();
|
|
478
476
|
this.el = r.nativeElement;
|
|
479
477
|
}
|
|
480
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
481
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
478
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonApp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
479
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonApp, isStandalone: true, selector: "ion-app", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
482
480
|
};
|
|
483
481
|
IonApp = __decorate([
|
|
484
482
|
ProxyCmp({
|
|
@@ -486,7 +484,7 @@ IonApp = __decorate([
|
|
|
486
484
|
methods: ['setFocus']
|
|
487
485
|
})
|
|
488
486
|
], IonApp);
|
|
489
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
487
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonApp, decorators: [{
|
|
490
488
|
type: Component,
|
|
491
489
|
args: [{
|
|
492
490
|
selector: 'ion-app',
|
|
@@ -504,15 +502,15 @@ let IonAvatar = class IonAvatar {
|
|
|
504
502
|
c.detach();
|
|
505
503
|
this.el = r.nativeElement;
|
|
506
504
|
}
|
|
507
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
508
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
505
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
506
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAvatar, isStandalone: true, selector: "ion-avatar", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
509
507
|
};
|
|
510
508
|
IonAvatar = __decorate([
|
|
511
509
|
ProxyCmp({
|
|
512
510
|
defineCustomElementFn: defineCustomElement$a
|
|
513
511
|
})
|
|
514
512
|
], IonAvatar);
|
|
515
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
513
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAvatar, decorators: [{
|
|
516
514
|
type: Component,
|
|
517
515
|
args: [{
|
|
518
516
|
selector: 'ion-avatar',
|
|
@@ -531,8 +529,8 @@ let IonBackdrop = class IonBackdrop {
|
|
|
531
529
|
c.detach();
|
|
532
530
|
this.el = r.nativeElement;
|
|
533
531
|
}
|
|
534
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
535
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
532
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBackdrop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
533
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBackdrop, isStandalone: true, selector: "ion-backdrop", inputs: { stopPropagation: "stopPropagation", tappable: "tappable", visible: "visible" }, outputs: { ionBackdropTap: "ionBackdropTap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
536
534
|
};
|
|
537
535
|
IonBackdrop = __decorate([
|
|
538
536
|
ProxyCmp({
|
|
@@ -540,7 +538,7 @@ IonBackdrop = __decorate([
|
|
|
540
538
|
inputs: ['stopPropagation', 'tappable', 'visible']
|
|
541
539
|
})
|
|
542
540
|
], IonBackdrop);
|
|
543
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
541
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBackdrop, decorators: [{
|
|
544
542
|
type: Component,
|
|
545
543
|
args: [{
|
|
546
544
|
selector: 'ion-backdrop',
|
|
@@ -561,8 +559,8 @@ let IonBadge = class IonBadge {
|
|
|
561
559
|
c.detach();
|
|
562
560
|
this.el = r.nativeElement;
|
|
563
561
|
}
|
|
564
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
565
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
562
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
563
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
566
564
|
};
|
|
567
565
|
IonBadge = __decorate([
|
|
568
566
|
ProxyCmp({
|
|
@@ -570,7 +568,7 @@ IonBadge = __decorate([
|
|
|
570
568
|
inputs: ['color', 'mode']
|
|
571
569
|
})
|
|
572
570
|
], IonBadge);
|
|
573
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
571
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBadge, decorators: [{
|
|
574
572
|
type: Component,
|
|
575
573
|
args: [{
|
|
576
574
|
selector: 'ion-badge',
|
|
@@ -590,8 +588,8 @@ let IonBreadcrumb = class IonBreadcrumb {
|
|
|
590
588
|
c.detach();
|
|
591
589
|
this.el = r.nativeElement;
|
|
592
590
|
}
|
|
593
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
594
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
591
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
592
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
595
593
|
};
|
|
596
594
|
IonBreadcrumb = __decorate([
|
|
597
595
|
ProxyCmp({
|
|
@@ -599,7 +597,7 @@ IonBreadcrumb = __decorate([
|
|
|
599
597
|
inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target']
|
|
600
598
|
})
|
|
601
599
|
], IonBreadcrumb);
|
|
602
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
600
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBreadcrumb, decorators: [{
|
|
603
601
|
type: Component,
|
|
604
602
|
args: [{
|
|
605
603
|
selector: 'ion-breadcrumb',
|
|
@@ -623,8 +621,8 @@ let IonBreadcrumbs = class IonBreadcrumbs {
|
|
|
623
621
|
c.detach();
|
|
624
622
|
this.el = r.nativeElement;
|
|
625
623
|
}
|
|
626
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
627
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
624
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
625
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBreadcrumbs, isStandalone: true, selector: "ion-breadcrumbs", inputs: { color: "color", itemsAfterCollapse: "itemsAfterCollapse", itemsBeforeCollapse: "itemsBeforeCollapse", maxItems: "maxItems", mode: "mode" }, outputs: { ionCollapsedClick: "ionCollapsedClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
628
626
|
};
|
|
629
627
|
IonBreadcrumbs = __decorate([
|
|
630
628
|
ProxyCmp({
|
|
@@ -632,7 +630,7 @@ IonBreadcrumbs = __decorate([
|
|
|
632
630
|
inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode']
|
|
633
631
|
})
|
|
634
632
|
], IonBreadcrumbs);
|
|
635
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
633
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBreadcrumbs, decorators: [{
|
|
636
634
|
type: Component,
|
|
637
635
|
args: [{
|
|
638
636
|
selector: 'ion-breadcrumbs',
|
|
@@ -655,8 +653,8 @@ let IonButton = class IonButton {
|
|
|
655
653
|
c.detach();
|
|
656
654
|
this.el = r.nativeElement;
|
|
657
655
|
}
|
|
658
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
659
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
656
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
657
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
660
658
|
};
|
|
661
659
|
IonButton = __decorate([
|
|
662
660
|
ProxyCmp({
|
|
@@ -664,7 +662,7 @@ IonButton = __decorate([
|
|
|
664
662
|
inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'type']
|
|
665
663
|
})
|
|
666
664
|
], IonButton);
|
|
667
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
665
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonButton, decorators: [{
|
|
668
666
|
type: Component,
|
|
669
667
|
args: [{
|
|
670
668
|
selector: 'ion-button',
|
|
@@ -687,8 +685,8 @@ let IonButtons = class IonButtons {
|
|
|
687
685
|
c.detach();
|
|
688
686
|
this.el = r.nativeElement;
|
|
689
687
|
}
|
|
690
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
691
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
688
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonButtons, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
689
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonButtons, isStandalone: true, selector: "ion-buttons", inputs: { collapse: "collapse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
692
690
|
};
|
|
693
691
|
IonButtons = __decorate([
|
|
694
692
|
ProxyCmp({
|
|
@@ -696,7 +694,7 @@ IonButtons = __decorate([
|
|
|
696
694
|
inputs: ['collapse']
|
|
697
695
|
})
|
|
698
696
|
], IonButtons);
|
|
699
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
697
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonButtons, decorators: [{
|
|
700
698
|
type: Component,
|
|
701
699
|
args: [{
|
|
702
700
|
selector: 'ion-buttons',
|
|
@@ -714,8 +712,8 @@ let IonCard = class IonCard {
|
|
|
714
712
|
c.detach();
|
|
715
713
|
this.el = r.nativeElement;
|
|
716
714
|
}
|
|
717
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
718
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
715
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
716
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
719
717
|
};
|
|
720
718
|
IonCard = __decorate([
|
|
721
719
|
ProxyCmp({
|
|
@@ -723,7 +721,7 @@ IonCard = __decorate([
|
|
|
723
721
|
inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
|
|
724
722
|
})
|
|
725
723
|
], IonCard);
|
|
726
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
724
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCard, decorators: [{
|
|
727
725
|
type: Component,
|
|
728
726
|
args: [{
|
|
729
727
|
selector: 'ion-card',
|
|
@@ -741,8 +739,8 @@ let IonCardContent = class IonCardContent {
|
|
|
741
739
|
c.detach();
|
|
742
740
|
this.el = r.nativeElement;
|
|
743
741
|
}
|
|
744
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
745
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
742
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
743
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardContent, isStandalone: true, selector: "ion-card-content", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
746
744
|
};
|
|
747
745
|
IonCardContent = __decorate([
|
|
748
746
|
ProxyCmp({
|
|
@@ -750,7 +748,7 @@ IonCardContent = __decorate([
|
|
|
750
748
|
inputs: ['mode']
|
|
751
749
|
})
|
|
752
750
|
], IonCardContent);
|
|
753
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
751
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardContent, decorators: [{
|
|
754
752
|
type: Component,
|
|
755
753
|
args: [{
|
|
756
754
|
selector: 'ion-card-content',
|
|
@@ -768,8 +766,8 @@ let IonCardHeader = class IonCardHeader {
|
|
|
768
766
|
c.detach();
|
|
769
767
|
this.el = r.nativeElement;
|
|
770
768
|
}
|
|
771
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
772
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
769
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
770
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
773
771
|
};
|
|
774
772
|
IonCardHeader = __decorate([
|
|
775
773
|
ProxyCmp({
|
|
@@ -777,7 +775,7 @@ IonCardHeader = __decorate([
|
|
|
777
775
|
inputs: ['color', 'mode', 'translucent']
|
|
778
776
|
})
|
|
779
777
|
], IonCardHeader);
|
|
780
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
778
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardHeader, decorators: [{
|
|
781
779
|
type: Component,
|
|
782
780
|
args: [{
|
|
783
781
|
selector: 'ion-card-header',
|
|
@@ -795,8 +793,8 @@ let IonCardSubtitle = class IonCardSubtitle {
|
|
|
795
793
|
c.detach();
|
|
796
794
|
this.el = r.nativeElement;
|
|
797
795
|
}
|
|
798
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
799
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
796
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardSubtitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
797
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
800
798
|
};
|
|
801
799
|
IonCardSubtitle = __decorate([
|
|
802
800
|
ProxyCmp({
|
|
@@ -804,7 +802,7 @@ IonCardSubtitle = __decorate([
|
|
|
804
802
|
inputs: ['color', 'mode']
|
|
805
803
|
})
|
|
806
804
|
], IonCardSubtitle);
|
|
807
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
805
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardSubtitle, decorators: [{
|
|
808
806
|
type: Component,
|
|
809
807
|
args: [{
|
|
810
808
|
selector: 'ion-card-subtitle',
|
|
@@ -822,8 +820,8 @@ let IonCardTitle = class IonCardTitle {
|
|
|
822
820
|
c.detach();
|
|
823
821
|
this.el = r.nativeElement;
|
|
824
822
|
}
|
|
825
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
826
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
823
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
824
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
827
825
|
};
|
|
828
826
|
IonCardTitle = __decorate([
|
|
829
827
|
ProxyCmp({
|
|
@@ -831,7 +829,7 @@ IonCardTitle = __decorate([
|
|
|
831
829
|
inputs: ['color', 'mode']
|
|
832
830
|
})
|
|
833
831
|
], IonCardTitle);
|
|
834
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
832
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardTitle, decorators: [{
|
|
835
833
|
type: Component,
|
|
836
834
|
args: [{
|
|
837
835
|
selector: 'ion-card-title',
|
|
@@ -849,8 +847,8 @@ let IonChip = class IonChip {
|
|
|
849
847
|
c.detach();
|
|
850
848
|
this.el = r.nativeElement;
|
|
851
849
|
}
|
|
852
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
853
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
850
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
851
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
854
852
|
};
|
|
855
853
|
IonChip = __decorate([
|
|
856
854
|
ProxyCmp({
|
|
@@ -858,7 +856,7 @@ IonChip = __decorate([
|
|
|
858
856
|
inputs: ['color', 'disabled', 'mode', 'outline']
|
|
859
857
|
})
|
|
860
858
|
], IonChip);
|
|
861
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
859
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonChip, decorators: [{
|
|
862
860
|
type: Component,
|
|
863
861
|
args: [{
|
|
864
862
|
selector: 'ion-chip',
|
|
@@ -876,8 +874,8 @@ let IonCol = class IonCol {
|
|
|
876
874
|
c.detach();
|
|
877
875
|
this.el = r.nativeElement;
|
|
878
876
|
}
|
|
879
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
880
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
877
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
878
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
881
879
|
};
|
|
882
880
|
IonCol = __decorate([
|
|
883
881
|
ProxyCmp({
|
|
@@ -885,7 +883,7 @@ IonCol = __decorate([
|
|
|
885
883
|
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']
|
|
886
884
|
})
|
|
887
885
|
], IonCol);
|
|
888
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
886
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCol, decorators: [{
|
|
889
887
|
type: Component,
|
|
890
888
|
args: [{
|
|
891
889
|
selector: 'ion-col',
|
|
@@ -906,8 +904,8 @@ let IonContent = class IonContent {
|
|
|
906
904
|
c.detach();
|
|
907
905
|
this.el = r.nativeElement;
|
|
908
906
|
}
|
|
909
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
910
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
907
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
908
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonContent, isStandalone: true, selector: "ion-content", inputs: { color: "color", fixedSlotPlacement: "fixedSlotPlacement", forceOverscroll: "forceOverscroll", fullscreen: "fullscreen", scrollEvents: "scrollEvents", scrollX: "scrollX", scrollY: "scrollY" }, outputs: { ionScrollStart: "ionScrollStart", ionScroll: "ionScroll", ionScrollEnd: "ionScrollEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
911
909
|
};
|
|
912
910
|
IonContent = __decorate([
|
|
913
911
|
ProxyCmp({
|
|
@@ -916,7 +914,7 @@ IonContent = __decorate([
|
|
|
916
914
|
methods: ['getScrollElement', 'scrollToTop', 'scrollToBottom', 'scrollByPoint', 'scrollToPoint']
|
|
917
915
|
})
|
|
918
916
|
], IonContent);
|
|
919
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
917
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonContent, decorators: [{
|
|
920
918
|
type: Component,
|
|
921
919
|
args: [{
|
|
922
920
|
selector: 'ion-content',
|
|
@@ -941,8 +939,8 @@ let IonDatetimeButton = class IonDatetimeButton {
|
|
|
941
939
|
c.detach();
|
|
942
940
|
this.el = r.nativeElement;
|
|
943
941
|
}
|
|
944
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
945
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
942
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonDatetimeButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
943
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
946
944
|
};
|
|
947
945
|
IonDatetimeButton = __decorate([
|
|
948
946
|
ProxyCmp({
|
|
@@ -950,7 +948,7 @@ IonDatetimeButton = __decorate([
|
|
|
950
948
|
inputs: ['color', 'datetime', 'disabled', 'mode']
|
|
951
949
|
})
|
|
952
950
|
], IonDatetimeButton);
|
|
953
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
951
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonDatetimeButton, decorators: [{
|
|
954
952
|
type: Component,
|
|
955
953
|
args: [{
|
|
956
954
|
selector: 'ion-datetime-button',
|
|
@@ -968,8 +966,8 @@ let IonFab = class IonFab {
|
|
|
968
966
|
c.detach();
|
|
969
967
|
this.el = r.nativeElement;
|
|
970
968
|
}
|
|
971
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
972
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
969
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
970
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
973
971
|
};
|
|
974
972
|
IonFab = __decorate([
|
|
975
973
|
ProxyCmp({
|
|
@@ -978,7 +976,7 @@ IonFab = __decorate([
|
|
|
978
976
|
methods: ['close']
|
|
979
977
|
})
|
|
980
978
|
], IonFab);
|
|
981
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
979
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFab, decorators: [{
|
|
982
980
|
type: Component,
|
|
983
981
|
args: [{
|
|
984
982
|
selector: 'ion-fab',
|
|
@@ -998,8 +996,8 @@ let IonFabButton = class IonFabButton {
|
|
|
998
996
|
c.detach();
|
|
999
997
|
this.el = r.nativeElement;
|
|
1000
998
|
}
|
|
1001
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1002
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
999
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFabButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1000
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1003
1001
|
};
|
|
1004
1002
|
IonFabButton = __decorate([
|
|
1005
1003
|
ProxyCmp({
|
|
@@ -1007,7 +1005,7 @@ IonFabButton = __decorate([
|
|
|
1007
1005
|
inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type']
|
|
1008
1006
|
})
|
|
1009
1007
|
], IonFabButton);
|
|
1010
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1008
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFabButton, decorators: [{
|
|
1011
1009
|
type: Component,
|
|
1012
1010
|
args: [{
|
|
1013
1011
|
selector: 'ion-fab-button',
|
|
@@ -1030,8 +1028,8 @@ let IonFabList = class IonFabList {
|
|
|
1030
1028
|
c.detach();
|
|
1031
1029
|
this.el = r.nativeElement;
|
|
1032
1030
|
}
|
|
1033
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1034
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1031
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFabList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1032
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
1035
1033
|
};
|
|
1036
1034
|
IonFabList = __decorate([
|
|
1037
1035
|
ProxyCmp({
|
|
@@ -1039,7 +1037,7 @@ IonFabList = __decorate([
|
|
|
1039
1037
|
inputs: ['activated', 'side']
|
|
1040
1038
|
})
|
|
1041
1039
|
], IonFabList);
|
|
1042
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1040
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFabList, decorators: [{
|
|
1043
1041
|
type: Component,
|
|
1044
1042
|
args: [{
|
|
1045
1043
|
selector: 'ion-fab-list',
|
|
@@ -1057,8 +1055,8 @@ let IonFooter = class IonFooter {
|
|
|
1057
1055
|
c.detach();
|
|
1058
1056
|
this.el = r.nativeElement;
|
|
1059
1057
|
}
|
|
1060
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1061
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1058
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1059
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
1062
1060
|
};
|
|
1063
1061
|
IonFooter = __decorate([
|
|
1064
1062
|
ProxyCmp({
|
|
@@ -1066,7 +1064,7 @@ IonFooter = __decorate([
|
|
|
1066
1064
|
inputs: ['collapse', 'mode', 'translucent']
|
|
1067
1065
|
})
|
|
1068
1066
|
], IonFooter);
|
|
1069
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1067
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFooter, decorators: [{
|
|
1070
1068
|
type: Component,
|
|
1071
1069
|
args: [{
|
|
1072
1070
|
selector: 'ion-footer',
|
|
@@ -1084,8 +1082,8 @@ let IonGrid = class IonGrid {
|
|
|
1084
1082
|
c.detach();
|
|
1085
1083
|
this.el = r.nativeElement;
|
|
1086
1084
|
}
|
|
1087
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1088
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1085
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1086
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonGrid, isStandalone: true, selector: "ion-grid", inputs: { fixed: "fixed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1089
1087
|
};
|
|
1090
1088
|
IonGrid = __decorate([
|
|
1091
1089
|
ProxyCmp({
|
|
@@ -1093,7 +1091,7 @@ IonGrid = __decorate([
|
|
|
1093
1091
|
inputs: ['fixed']
|
|
1094
1092
|
})
|
|
1095
1093
|
], IonGrid);
|
|
1096
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1094
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonGrid, decorators: [{
|
|
1097
1095
|
type: Component,
|
|
1098
1096
|
args: [{
|
|
1099
1097
|
selector: 'ion-grid',
|
|
@@ -1111,8 +1109,8 @@ let IonHeader = class IonHeader {
|
|
|
1111
1109
|
c.detach();
|
|
1112
1110
|
this.el = r.nativeElement;
|
|
1113
1111
|
}
|
|
1114
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1115
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1112
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1113
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
1116
1114
|
};
|
|
1117
1115
|
IonHeader = __decorate([
|
|
1118
1116
|
ProxyCmp({
|
|
@@ -1120,7 +1118,7 @@ IonHeader = __decorate([
|
|
|
1120
1118
|
inputs: ['collapse', 'mode', 'translucent']
|
|
1121
1119
|
})
|
|
1122
1120
|
], IonHeader);
|
|
1123
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1121
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonHeader, decorators: [{
|
|
1124
1122
|
type: Component,
|
|
1125
1123
|
args: [{
|
|
1126
1124
|
selector: 'ion-header',
|
|
@@ -1141,8 +1139,8 @@ let IonImg = class IonImg {
|
|
|
1141
1139
|
c.detach();
|
|
1142
1140
|
this.el = r.nativeElement;
|
|
1143
1141
|
}
|
|
1144
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1145
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1142
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonImg, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1143
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonImg, isStandalone: true, selector: "ion-img", inputs: { alt: "alt", src: "src" }, outputs: { ionImgWillLoad: "ionImgWillLoad", ionImgDidLoad: "ionImgDidLoad", ionError: "ionError" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1146
1144
|
};
|
|
1147
1145
|
IonImg = __decorate([
|
|
1148
1146
|
ProxyCmp({
|
|
@@ -1150,7 +1148,7 @@ IonImg = __decorate([
|
|
|
1150
1148
|
inputs: ['alt', 'src']
|
|
1151
1149
|
})
|
|
1152
1150
|
], IonImg);
|
|
1153
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1151
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonImg, decorators: [{
|
|
1154
1152
|
type: Component,
|
|
1155
1153
|
args: [{
|
|
1156
1154
|
selector: 'ion-img',
|
|
@@ -1176,8 +1174,8 @@ let IonInfiniteScroll = class IonInfiniteScroll {
|
|
|
1176
1174
|
c.detach();
|
|
1177
1175
|
this.el = r.nativeElement;
|
|
1178
1176
|
}
|
|
1179
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1180
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1177
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInfiniteScroll, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1178
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInfiniteScroll, isStandalone: true, selector: "ion-infinite-scroll", inputs: { disabled: "disabled", position: "position", threshold: "threshold" }, outputs: { ionInfinite: "ionInfinite" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1181
1179
|
};
|
|
1182
1180
|
IonInfiniteScroll = __decorate([
|
|
1183
1181
|
ProxyCmp({
|
|
@@ -1186,7 +1184,7 @@ IonInfiniteScroll = __decorate([
|
|
|
1186
1184
|
methods: ['complete']
|
|
1187
1185
|
})
|
|
1188
1186
|
], IonInfiniteScroll);
|
|
1189
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1187
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInfiniteScroll, decorators: [{
|
|
1190
1188
|
type: Component,
|
|
1191
1189
|
args: [{
|
|
1192
1190
|
selector: 'ion-infinite-scroll',
|
|
@@ -1207,8 +1205,8 @@ let IonInfiniteScrollContent = class IonInfiniteScrollContent {
|
|
|
1207
1205
|
c.detach();
|
|
1208
1206
|
this.el = r.nativeElement;
|
|
1209
1207
|
}
|
|
1210
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1211
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1208
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInfiniteScrollContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1209
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
1212
1210
|
};
|
|
1213
1211
|
IonInfiniteScrollContent = __decorate([
|
|
1214
1212
|
ProxyCmp({
|
|
@@ -1216,7 +1214,7 @@ IonInfiniteScrollContent = __decorate([
|
|
|
1216
1214
|
inputs: ['loadingSpinner', 'loadingText']
|
|
1217
1215
|
})
|
|
1218
1216
|
], IonInfiniteScrollContent);
|
|
1219
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInfiniteScrollContent, decorators: [{
|
|
1220
1218
|
type: Component,
|
|
1221
1219
|
args: [{
|
|
1222
1220
|
selector: 'ion-infinite-scroll-content',
|
|
@@ -1234,8 +1232,8 @@ let IonInputPasswordToggle = class IonInputPasswordToggle {
|
|
|
1234
1232
|
c.detach();
|
|
1235
1233
|
this.el = r.nativeElement;
|
|
1236
1234
|
}
|
|
1237
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1238
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1235
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInputPasswordToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1236
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInputPasswordToggle, isStandalone: true, selector: "ion-input-password-toggle", inputs: { color: "color", hideIcon: "hideIcon", mode: "mode", showIcon: "showIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1239
1237
|
};
|
|
1240
1238
|
IonInputPasswordToggle = __decorate([
|
|
1241
1239
|
ProxyCmp({
|
|
@@ -1243,7 +1241,7 @@ IonInputPasswordToggle = __decorate([
|
|
|
1243
1241
|
inputs: ['color', 'hideIcon', 'mode', 'showIcon']
|
|
1244
1242
|
})
|
|
1245
1243
|
], IonInputPasswordToggle);
|
|
1246
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1244
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInputPasswordToggle, decorators: [{
|
|
1247
1245
|
type: Component,
|
|
1248
1246
|
args: [{
|
|
1249
1247
|
selector: 'ion-input-password-toggle',
|
|
@@ -1261,8 +1259,8 @@ let IonItem = class IonItem {
|
|
|
1261
1259
|
c.detach();
|
|
1262
1260
|
this.el = r.nativeElement;
|
|
1263
1261
|
}
|
|
1264
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1265
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1262
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1263
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
1266
1264
|
};
|
|
1267
1265
|
IonItem = __decorate([
|
|
1268
1266
|
ProxyCmp({
|
|
@@ -1270,7 +1268,7 @@ IonItem = __decorate([
|
|
|
1270
1268
|
inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
|
|
1271
1269
|
})
|
|
1272
1270
|
], IonItem);
|
|
1273
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1271
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItem, decorators: [{
|
|
1274
1272
|
type: Component,
|
|
1275
1273
|
args: [{
|
|
1276
1274
|
selector: 'ion-item',
|
|
@@ -1288,8 +1286,8 @@ let IonItemDivider = class IonItemDivider {
|
|
|
1288
1286
|
c.detach();
|
|
1289
1287
|
this.el = r.nativeElement;
|
|
1290
1288
|
}
|
|
1291
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1292
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1289
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1290
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
1293
1291
|
};
|
|
1294
1292
|
IonItemDivider = __decorate([
|
|
1295
1293
|
ProxyCmp({
|
|
@@ -1297,7 +1295,7 @@ IonItemDivider = __decorate([
|
|
|
1297
1295
|
inputs: ['color', 'mode', 'sticky']
|
|
1298
1296
|
})
|
|
1299
1297
|
], IonItemDivider);
|
|
1300
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1298
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemDivider, decorators: [{
|
|
1301
1299
|
type: Component,
|
|
1302
1300
|
args: [{
|
|
1303
1301
|
selector: 'ion-item-divider',
|
|
@@ -1315,15 +1313,15 @@ let IonItemGroup = class IonItemGroup {
|
|
|
1315
1313
|
c.detach();
|
|
1316
1314
|
this.el = r.nativeElement;
|
|
1317
1315
|
}
|
|
1318
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1319
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1316
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1317
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemGroup, isStandalone: true, selector: "ion-item-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1320
1318
|
};
|
|
1321
1319
|
IonItemGroup = __decorate([
|
|
1322
1320
|
ProxyCmp({
|
|
1323
1321
|
defineCustomElementFn: defineCustomElement$C
|
|
1324
1322
|
})
|
|
1325
1323
|
], IonItemGroup);
|
|
1326
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1324
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemGroup, decorators: [{
|
|
1327
1325
|
type: Component,
|
|
1328
1326
|
args: [{
|
|
1329
1327
|
selector: 'ion-item-group',
|
|
@@ -1341,8 +1339,8 @@ let IonItemOption = class IonItemOption {
|
|
|
1341
1339
|
c.detach();
|
|
1342
1340
|
this.el = r.nativeElement;
|
|
1343
1341
|
}
|
|
1344
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1345
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1342
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1343
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
1346
1344
|
};
|
|
1347
1345
|
IonItemOption = __decorate([
|
|
1348
1346
|
ProxyCmp({
|
|
@@ -1350,7 +1348,7 @@ IonItemOption = __decorate([
|
|
|
1350
1348
|
inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type']
|
|
1351
1349
|
})
|
|
1352
1350
|
], IonItemOption);
|
|
1353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1351
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemOption, decorators: [{
|
|
1354
1352
|
type: Component,
|
|
1355
1353
|
args: [{
|
|
1356
1354
|
selector: 'ion-item-option',
|
|
@@ -1369,8 +1367,8 @@ let IonItemOptions = class IonItemOptions {
|
|
|
1369
1367
|
c.detach();
|
|
1370
1368
|
this.el = r.nativeElement;
|
|
1371
1369
|
}
|
|
1372
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1373
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1370
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemOptions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1371
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemOptions, isStandalone: true, selector: "ion-item-options", inputs: { side: "side" }, outputs: { ionSwipe: "ionSwipe" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1374
1372
|
};
|
|
1375
1373
|
IonItemOptions = __decorate([
|
|
1376
1374
|
ProxyCmp({
|
|
@@ -1378,7 +1376,7 @@ IonItemOptions = __decorate([
|
|
|
1378
1376
|
inputs: ['side']
|
|
1379
1377
|
})
|
|
1380
1378
|
], IonItemOptions);
|
|
1381
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1379
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemOptions, decorators: [{
|
|
1382
1380
|
type: Component,
|
|
1383
1381
|
args: [{
|
|
1384
1382
|
selector: 'ion-item-options',
|
|
@@ -1400,8 +1398,8 @@ let IonItemSliding = class IonItemSliding {
|
|
|
1400
1398
|
c.detach();
|
|
1401
1399
|
this.el = r.nativeElement;
|
|
1402
1400
|
}
|
|
1403
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1404
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1401
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemSliding, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1402
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemSliding, isStandalone: true, selector: "ion-item-sliding", inputs: { disabled: "disabled" }, outputs: { ionDrag: "ionDrag" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1405
1403
|
};
|
|
1406
1404
|
IonItemSliding = __decorate([
|
|
1407
1405
|
ProxyCmp({
|
|
@@ -1410,7 +1408,7 @@ IonItemSliding = __decorate([
|
|
|
1410
1408
|
methods: ['getOpenAmount', 'getSlidingRatio', 'open', 'close', 'closeOpened']
|
|
1411
1409
|
})
|
|
1412
1410
|
], IonItemSliding);
|
|
1413
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1411
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemSliding, decorators: [{
|
|
1414
1412
|
type: Component,
|
|
1415
1413
|
args: [{
|
|
1416
1414
|
selector: 'ion-item-sliding',
|
|
@@ -1431,8 +1429,8 @@ let IonLabel = class IonLabel {
|
|
|
1431
1429
|
c.detach();
|
|
1432
1430
|
this.el = r.nativeElement;
|
|
1433
1431
|
}
|
|
1434
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1435
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1432
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1433
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
1436
1434
|
};
|
|
1437
1435
|
IonLabel = __decorate([
|
|
1438
1436
|
ProxyCmp({
|
|
@@ -1440,7 +1438,7 @@ IonLabel = __decorate([
|
|
|
1440
1438
|
inputs: ['color', 'mode', 'position']
|
|
1441
1439
|
})
|
|
1442
1440
|
], IonLabel);
|
|
1443
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1441
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonLabel, decorators: [{
|
|
1444
1442
|
type: Component,
|
|
1445
1443
|
args: [{
|
|
1446
1444
|
selector: 'ion-label',
|
|
@@ -1458,8 +1456,8 @@ let IonList = class IonList {
|
|
|
1458
1456
|
c.detach();
|
|
1459
1457
|
this.el = r.nativeElement;
|
|
1460
1458
|
}
|
|
1461
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1462
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1459
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonList, 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: "22.0.0", 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 });
|
|
1463
1461
|
};
|
|
1464
1462
|
IonList = __decorate([
|
|
1465
1463
|
ProxyCmp({
|
|
@@ -1468,7 +1466,7 @@ IonList = __decorate([
|
|
|
1468
1466
|
methods: ['closeSlidingItems']
|
|
1469
1467
|
})
|
|
1470
1468
|
], IonList);
|
|
1471
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1469
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonList, decorators: [{
|
|
1472
1470
|
type: Component,
|
|
1473
1471
|
args: [{
|
|
1474
1472
|
selector: 'ion-list',
|
|
@@ -1486,8 +1484,8 @@ let IonListHeader = class IonListHeader {
|
|
|
1486
1484
|
c.detach();
|
|
1487
1485
|
this.el = r.nativeElement;
|
|
1488
1486
|
}
|
|
1489
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1490
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1487
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonListHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1488
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
1491
1489
|
};
|
|
1492
1490
|
IonListHeader = __decorate([
|
|
1493
1491
|
ProxyCmp({
|
|
@@ -1495,7 +1493,7 @@ IonListHeader = __decorate([
|
|
|
1495
1493
|
inputs: ['color', 'lines', 'mode']
|
|
1496
1494
|
})
|
|
1497
1495
|
], IonListHeader);
|
|
1498
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1496
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonListHeader, decorators: [{
|
|
1499
1497
|
type: Component,
|
|
1500
1498
|
args: [{
|
|
1501
1499
|
selector: 'ion-list-header',
|
|
@@ -1521,8 +1519,8 @@ let IonLoading = class IonLoading {
|
|
|
1521
1519
|
c.detach();
|
|
1522
1520
|
this.el = r.nativeElement;
|
|
1523
1521
|
}
|
|
1524
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1525
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1522
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonLoading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1523
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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" }, outputs: { ionLoadingDidPresent: "ionLoadingDidPresent", ionLoadingWillPresent: "ionLoadingWillPresent", ionLoadingWillDismiss: "ionLoadingWillDismiss", ionLoadingDidDismiss: "ionLoadingDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1526
1524
|
};
|
|
1527
1525
|
IonLoading = __decorate([
|
|
1528
1526
|
ProxyCmp({
|
|
@@ -1531,7 +1529,7 @@ IonLoading = __decorate([
|
|
|
1531
1529
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
1532
1530
|
})
|
|
1533
1531
|
], IonLoading);
|
|
1534
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1532
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonLoading, decorators: [{
|
|
1535
1533
|
type: Component,
|
|
1536
1534
|
args: [{
|
|
1537
1535
|
selector: 'ion-loading',
|
|
@@ -1570,8 +1568,8 @@ let IonMenu = class IonMenu {
|
|
|
1570
1568
|
c.detach();
|
|
1571
1569
|
this.el = r.nativeElement;
|
|
1572
1570
|
}
|
|
1573
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1574
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1571
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1572
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonMenu, isStandalone: true, selector: "ion-menu", inputs: { contentId: "contentId", disabled: "disabled", maxEdgeStart: "maxEdgeStart", menuId: "menuId", side: "side", swipeGesture: "swipeGesture", type: "type" }, outputs: { ionWillOpen: "ionWillOpen", ionWillClose: "ionWillClose", ionDidOpen: "ionDidOpen", ionDidClose: "ionDidClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1575
1573
|
};
|
|
1576
1574
|
IonMenu = __decorate([
|
|
1577
1575
|
ProxyCmp({
|
|
@@ -1580,7 +1578,7 @@ IonMenu = __decorate([
|
|
|
1580
1578
|
methods: ['isOpen', 'isActive', 'open', 'close', 'toggle', 'setOpen']
|
|
1581
1579
|
})
|
|
1582
1580
|
], IonMenu);
|
|
1583
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1581
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenu, decorators: [{
|
|
1584
1582
|
type: Component,
|
|
1585
1583
|
args: [{
|
|
1586
1584
|
selector: 'ion-menu',
|
|
@@ -1607,8 +1605,8 @@ let IonMenuButton = class IonMenuButton {
|
|
|
1607
1605
|
c.detach();
|
|
1608
1606
|
this.el = r.nativeElement;
|
|
1609
1607
|
}
|
|
1610
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1611
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1608
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenuButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1609
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
1612
1610
|
};
|
|
1613
1611
|
IonMenuButton = __decorate([
|
|
1614
1612
|
ProxyCmp({
|
|
@@ -1616,7 +1614,7 @@ IonMenuButton = __decorate([
|
|
|
1616
1614
|
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type']
|
|
1617
1615
|
})
|
|
1618
1616
|
], IonMenuButton);
|
|
1619
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1617
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenuButton, decorators: [{
|
|
1620
1618
|
type: Component,
|
|
1621
1619
|
args: [{
|
|
1622
1620
|
selector: 'ion-menu-button',
|
|
@@ -1634,8 +1632,8 @@ let IonMenuToggle = class IonMenuToggle {
|
|
|
1634
1632
|
c.detach();
|
|
1635
1633
|
this.el = r.nativeElement;
|
|
1636
1634
|
}
|
|
1637
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1638
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1635
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenuToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1636
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
1639
1637
|
};
|
|
1640
1638
|
IonMenuToggle = __decorate([
|
|
1641
1639
|
ProxyCmp({
|
|
@@ -1643,7 +1641,7 @@ IonMenuToggle = __decorate([
|
|
|
1643
1641
|
inputs: ['autoHide', 'menu']
|
|
1644
1642
|
})
|
|
1645
1643
|
], IonMenuToggle);
|
|
1646
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1644
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenuToggle, decorators: [{
|
|
1647
1645
|
type: Component,
|
|
1648
1646
|
args: [{
|
|
1649
1647
|
selector: 'ion-menu-toggle',
|
|
@@ -1661,8 +1659,8 @@ let IonNavLink = class IonNavLink {
|
|
|
1661
1659
|
c.detach();
|
|
1662
1660
|
this.el = r.nativeElement;
|
|
1663
1661
|
}
|
|
1664
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1665
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1662
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNavLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1663
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
1666
1664
|
};
|
|
1667
1665
|
IonNavLink = __decorate([
|
|
1668
1666
|
ProxyCmp({
|
|
@@ -1670,7 +1668,7 @@ IonNavLink = __decorate([
|
|
|
1670
1668
|
inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection']
|
|
1671
1669
|
})
|
|
1672
1670
|
], IonNavLink);
|
|
1673
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1671
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNavLink, decorators: [{
|
|
1674
1672
|
type: Component,
|
|
1675
1673
|
args: [{
|
|
1676
1674
|
selector: 'ion-nav-link',
|
|
@@ -1688,8 +1686,8 @@ let IonNote = class IonNote {
|
|
|
1688
1686
|
c.detach();
|
|
1689
1687
|
this.el = r.nativeElement;
|
|
1690
1688
|
}
|
|
1691
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1692
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1689
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNote, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1690
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
1693
1691
|
};
|
|
1694
1692
|
IonNote = __decorate([
|
|
1695
1693
|
ProxyCmp({
|
|
@@ -1697,7 +1695,7 @@ IonNote = __decorate([
|
|
|
1697
1695
|
inputs: ['color', 'mode']
|
|
1698
1696
|
})
|
|
1699
1697
|
], IonNote);
|
|
1700
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1698
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNote, decorators: [{
|
|
1701
1699
|
type: Component,
|
|
1702
1700
|
args: [{
|
|
1703
1701
|
selector: 'ion-note',
|
|
@@ -1715,8 +1713,8 @@ let IonPicker = class IonPicker {
|
|
|
1715
1713
|
c.detach();
|
|
1716
1714
|
this.el = r.nativeElement;
|
|
1717
1715
|
}
|
|
1718
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1719
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1716
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1717
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPicker, isStandalone: true, selector: "ion-picker", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1720
1718
|
};
|
|
1721
1719
|
IonPicker = __decorate([
|
|
1722
1720
|
ProxyCmp({
|
|
@@ -1724,7 +1722,7 @@ IonPicker = __decorate([
|
|
|
1724
1722
|
inputs: ['mode']
|
|
1725
1723
|
})
|
|
1726
1724
|
], IonPicker);
|
|
1727
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1725
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPicker, decorators: [{
|
|
1728
1726
|
type: Component,
|
|
1729
1727
|
args: [{
|
|
1730
1728
|
selector: 'ion-picker',
|
|
@@ -1743,8 +1741,8 @@ let IonPickerColumn = class IonPickerColumn {
|
|
|
1743
1741
|
c.detach();
|
|
1744
1742
|
this.el = r.nativeElement;
|
|
1745
1743
|
}
|
|
1746
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1747
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1744
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPickerColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1745
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPickerColumn, isStandalone: true, selector: "ion-picker-column", inputs: { color: "color", disabled: "disabled", mode: "mode", value: "value" }, outputs: { ionChange: "ionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1748
1746
|
};
|
|
1749
1747
|
IonPickerColumn = __decorate([
|
|
1750
1748
|
ProxyCmp({
|
|
@@ -1753,7 +1751,7 @@ IonPickerColumn = __decorate([
|
|
|
1753
1751
|
methods: ['setFocus']
|
|
1754
1752
|
})
|
|
1755
1753
|
], IonPickerColumn);
|
|
1756
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1754
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPickerColumn, decorators: [{
|
|
1757
1755
|
type: Component,
|
|
1758
1756
|
args: [{
|
|
1759
1757
|
selector: 'ion-picker-column',
|
|
@@ -1774,8 +1772,8 @@ let IonPickerColumnOption = class IonPickerColumnOption {
|
|
|
1774
1772
|
c.detach();
|
|
1775
1773
|
this.el = r.nativeElement;
|
|
1776
1774
|
}
|
|
1777
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1778
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1775
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPickerColumnOption, 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: "22.0.0", 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 });
|
|
1779
1777
|
};
|
|
1780
1778
|
IonPickerColumnOption = __decorate([
|
|
1781
1779
|
ProxyCmp({
|
|
@@ -1783,7 +1781,7 @@ IonPickerColumnOption = __decorate([
|
|
|
1783
1781
|
inputs: ['color', 'disabled', 'value']
|
|
1784
1782
|
})
|
|
1785
1783
|
], IonPickerColumnOption);
|
|
1786
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1784
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPickerColumnOption, decorators: [{
|
|
1787
1785
|
type: Component,
|
|
1788
1786
|
args: [{
|
|
1789
1787
|
selector: 'ion-picker-column-option',
|
|
@@ -1801,8 +1799,8 @@ let IonProgressBar = class IonProgressBar {
|
|
|
1801
1799
|
c.detach();
|
|
1802
1800
|
this.el = r.nativeElement;
|
|
1803
1801
|
}
|
|
1804
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1805
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1802
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1803
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
1806
1804
|
};
|
|
1807
1805
|
IonProgressBar = __decorate([
|
|
1808
1806
|
ProxyCmp({
|
|
@@ -1810,7 +1808,7 @@ IonProgressBar = __decorate([
|
|
|
1810
1808
|
inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value']
|
|
1811
1809
|
})
|
|
1812
1810
|
], IonProgressBar);
|
|
1813
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1811
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonProgressBar, decorators: [{
|
|
1814
1812
|
type: Component,
|
|
1815
1813
|
args: [{
|
|
1816
1814
|
selector: 'ion-progress-bar',
|
|
@@ -1830,8 +1828,8 @@ let IonRadio = class IonRadio {
|
|
|
1830
1828
|
c.detach();
|
|
1831
1829
|
this.el = r.nativeElement;
|
|
1832
1830
|
}
|
|
1833
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1834
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1831
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1832
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRadio, isStandalone: true, selector: "ion-radio", inputs: { alignment: "alignment", color: "color", disabled: "disabled", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1835
1833
|
};
|
|
1836
1834
|
IonRadio = __decorate([
|
|
1837
1835
|
ProxyCmp({
|
|
@@ -1839,7 +1837,7 @@ IonRadio = __decorate([
|
|
|
1839
1837
|
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value']
|
|
1840
1838
|
})
|
|
1841
1839
|
], IonRadio);
|
|
1842
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1840
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRadio, decorators: [{
|
|
1843
1841
|
type: Component,
|
|
1844
1842
|
args: [{
|
|
1845
1843
|
selector: 'ion-radio',
|
|
@@ -1867,8 +1865,8 @@ let IonRefresher = class IonRefresher {
|
|
|
1867
1865
|
c.detach();
|
|
1868
1866
|
this.el = r.nativeElement;
|
|
1869
1867
|
}
|
|
1870
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1871
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1868
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRefresher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1869
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRefresher, isStandalone: true, selector: "ion-refresher", inputs: { closeDuration: "closeDuration", disabled: "disabled", mode: "mode", pullFactor: "pullFactor", pullMax: "pullMax", pullMin: "pullMin", snapbackDuration: "snapbackDuration" }, outputs: { ionRefresh: "ionRefresh", ionPull: "ionPull", ionStart: "ionStart", ionPullStart: "ionPullStart", ionPullEnd: "ionPullEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1872
1870
|
};
|
|
1873
1871
|
IonRefresher = __decorate([
|
|
1874
1872
|
ProxyCmp({
|
|
@@ -1877,7 +1875,7 @@ IonRefresher = __decorate([
|
|
|
1877
1875
|
methods: ['complete', 'cancel', 'getProgress']
|
|
1878
1876
|
})
|
|
1879
1877
|
], IonRefresher);
|
|
1880
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1878
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRefresher, decorators: [{
|
|
1881
1879
|
type: Component,
|
|
1882
1880
|
args: [{
|
|
1883
1881
|
selector: 'ion-refresher',
|
|
@@ -1906,8 +1904,8 @@ let IonRefresherContent = class IonRefresherContent {
|
|
|
1906
1904
|
c.detach();
|
|
1907
1905
|
this.el = r.nativeElement;
|
|
1908
1906
|
}
|
|
1909
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1910
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1907
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRefresherContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1908
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
1911
1909
|
};
|
|
1912
1910
|
IonRefresherContent = __decorate([
|
|
1913
1911
|
ProxyCmp({
|
|
@@ -1915,7 +1913,7 @@ IonRefresherContent = __decorate([
|
|
|
1915
1913
|
inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText']
|
|
1916
1914
|
})
|
|
1917
1915
|
], IonRefresherContent);
|
|
1918
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1916
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRefresherContent, decorators: [{
|
|
1919
1917
|
type: Component,
|
|
1920
1918
|
args: [{
|
|
1921
1919
|
selector: 'ion-refresher-content',
|
|
@@ -1933,15 +1931,15 @@ let IonReorder = class IonReorder {
|
|
|
1933
1931
|
c.detach();
|
|
1934
1932
|
this.el = r.nativeElement;
|
|
1935
1933
|
}
|
|
1936
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1937
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1934
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonReorder, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1935
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonReorder, isStandalone: true, selector: "ion-reorder", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1938
1936
|
};
|
|
1939
1937
|
IonReorder = __decorate([
|
|
1940
1938
|
ProxyCmp({
|
|
1941
1939
|
defineCustomElementFn: defineCustomElement$W
|
|
1942
1940
|
})
|
|
1943
1941
|
], IonReorder);
|
|
1944
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1942
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonReorder, decorators: [{
|
|
1945
1943
|
type: Component,
|
|
1946
1944
|
args: [{
|
|
1947
1945
|
selector: 'ion-reorder',
|
|
@@ -1963,8 +1961,8 @@ let IonReorderGroup = class IonReorderGroup {
|
|
|
1963
1961
|
c.detach();
|
|
1964
1962
|
this.el = r.nativeElement;
|
|
1965
1963
|
}
|
|
1966
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1967
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1964
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonReorderGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1965
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonReorderGroup, isStandalone: true, selector: "ion-reorder-group", inputs: { disabled: "disabled" }, outputs: { ionItemReorder: "ionItemReorder", ionReorderStart: "ionReorderStart", ionReorderMove: "ionReorderMove", ionReorderEnd: "ionReorderEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1968
1966
|
};
|
|
1969
1967
|
IonReorderGroup = __decorate([
|
|
1970
1968
|
ProxyCmp({
|
|
@@ -1973,7 +1971,7 @@ IonReorderGroup = __decorate([
|
|
|
1973
1971
|
methods: ['complete']
|
|
1974
1972
|
})
|
|
1975
1973
|
], IonReorderGroup);
|
|
1976
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1974
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonReorderGroup, decorators: [{
|
|
1977
1975
|
type: Component,
|
|
1978
1976
|
args: [{
|
|
1979
1977
|
selector: 'ion-reorder-group',
|
|
@@ -2000,8 +1998,8 @@ let IonRippleEffect = class IonRippleEffect {
|
|
|
2000
1998
|
c.detach();
|
|
2001
1999
|
this.el = r.nativeElement;
|
|
2002
2000
|
}
|
|
2003
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2004
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2001
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRippleEffect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2002
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRippleEffect, isStandalone: true, selector: "ion-ripple-effect", inputs: { type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2005
2003
|
};
|
|
2006
2004
|
IonRippleEffect = __decorate([
|
|
2007
2005
|
ProxyCmp({
|
|
@@ -2010,7 +2008,7 @@ IonRippleEffect = __decorate([
|
|
|
2010
2008
|
methods: ['addRipple']
|
|
2011
2009
|
})
|
|
2012
2010
|
], IonRippleEffect);
|
|
2013
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2011
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRippleEffect, decorators: [{
|
|
2014
2012
|
type: Component,
|
|
2015
2013
|
args: [{
|
|
2016
2014
|
selector: 'ion-ripple-effect',
|
|
@@ -2028,15 +2026,15 @@ let IonRow = class IonRow {
|
|
|
2028
2026
|
c.detach();
|
|
2029
2027
|
this.el = r.nativeElement;
|
|
2030
2028
|
}
|
|
2031
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2032
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2029
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2030
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRow, isStandalone: true, selector: "ion-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2033
2031
|
};
|
|
2034
2032
|
IonRow = __decorate([
|
|
2035
2033
|
ProxyCmp({
|
|
2036
2034
|
defineCustomElementFn: defineCustomElement$Z
|
|
2037
2035
|
})
|
|
2038
2036
|
], IonRow);
|
|
2039
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2037
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRow, decorators: [{
|
|
2040
2038
|
type: Component,
|
|
2041
2039
|
args: [{
|
|
2042
2040
|
selector: 'ion-row',
|
|
@@ -2054,8 +2052,8 @@ let IonSegmentButton = class IonSegmentButton {
|
|
|
2054
2052
|
c.detach();
|
|
2055
2053
|
this.el = r.nativeElement;
|
|
2056
2054
|
}
|
|
2057
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2058
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2055
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2056
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
2059
2057
|
};
|
|
2060
2058
|
IonSegmentButton = __decorate([
|
|
2061
2059
|
ProxyCmp({
|
|
@@ -2063,7 +2061,7 @@ IonSegmentButton = __decorate([
|
|
|
2063
2061
|
inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value']
|
|
2064
2062
|
})
|
|
2065
2063
|
], IonSegmentButton);
|
|
2066
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2064
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentButton, decorators: [{
|
|
2067
2065
|
type: Component,
|
|
2068
2066
|
args: [{
|
|
2069
2067
|
selector: 'ion-segment-button',
|
|
@@ -2081,15 +2079,15 @@ let IonSegmentContent = class IonSegmentContent {
|
|
|
2081
2079
|
c.detach();
|
|
2082
2080
|
this.el = r.nativeElement;
|
|
2083
2081
|
}
|
|
2084
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2085
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2082
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2083
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegmentContent, isStandalone: true, selector: "ion-segment-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2086
2084
|
};
|
|
2087
2085
|
IonSegmentContent = __decorate([
|
|
2088
2086
|
ProxyCmp({
|
|
2089
2087
|
defineCustomElementFn: defineCustomElement$$
|
|
2090
2088
|
})
|
|
2091
2089
|
], IonSegmentContent);
|
|
2092
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2090
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentContent, decorators: [{
|
|
2093
2091
|
type: Component,
|
|
2094
2092
|
args: [{
|
|
2095
2093
|
selector: 'ion-segment-content',
|
|
@@ -2108,8 +2106,8 @@ let IonSegmentView = class IonSegmentView {
|
|
|
2108
2106
|
c.detach();
|
|
2109
2107
|
this.el = r.nativeElement;
|
|
2110
2108
|
}
|
|
2111
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2112
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2109
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2110
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegmentView, isStandalone: true, selector: "ion-segment-view", inputs: { disabled: "disabled", swipeGesture: "swipeGesture" }, outputs: { ionSegmentViewScroll: "ionSegmentViewScroll" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2113
2111
|
};
|
|
2114
2112
|
IonSegmentView = __decorate([
|
|
2115
2113
|
ProxyCmp({
|
|
@@ -2117,7 +2115,7 @@ IonSegmentView = __decorate([
|
|
|
2117
2115
|
inputs: ['disabled', 'swipeGesture']
|
|
2118
2116
|
})
|
|
2119
2117
|
], IonSegmentView);
|
|
2120
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2118
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentView, decorators: [{
|
|
2121
2119
|
type: Component,
|
|
2122
2120
|
args: [{
|
|
2123
2121
|
selector: 'ion-segment-view',
|
|
@@ -2138,8 +2136,8 @@ let IonSelectModal = class IonSelectModal {
|
|
|
2138
2136
|
c.detach();
|
|
2139
2137
|
this.el = r.nativeElement;
|
|
2140
2138
|
}
|
|
2141
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2142
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2139
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelectModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2140
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSelectModal, isStandalone: true, selector: "ion-select-modal", inputs: { cancelText: "cancelText", header: "header", multiple: "multiple", options: "options" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2143
2141
|
};
|
|
2144
2142
|
IonSelectModal = __decorate([
|
|
2145
2143
|
ProxyCmp({
|
|
@@ -2147,7 +2145,7 @@ IonSelectModal = __decorate([
|
|
|
2147
2145
|
inputs: ['cancelText', 'header', 'multiple', 'options']
|
|
2148
2146
|
})
|
|
2149
2147
|
], IonSelectModal);
|
|
2150
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2148
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelectModal, decorators: [{
|
|
2151
2149
|
type: Component,
|
|
2152
2150
|
args: [{
|
|
2153
2151
|
selector: 'ion-select-modal',
|
|
@@ -2165,8 +2163,8 @@ let IonSelectOption = class IonSelectOption {
|
|
|
2165
2163
|
c.detach();
|
|
2166
2164
|
this.el = r.nativeElement;
|
|
2167
2165
|
}
|
|
2168
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2169
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2166
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2167
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
2170
2168
|
};
|
|
2171
2169
|
IonSelectOption = __decorate([
|
|
2172
2170
|
ProxyCmp({
|
|
@@ -2174,7 +2172,7 @@ IonSelectOption = __decorate([
|
|
|
2174
2172
|
inputs: ['disabled', 'value']
|
|
2175
2173
|
})
|
|
2176
2174
|
], IonSelectOption);
|
|
2177
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2175
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelectOption, decorators: [{
|
|
2178
2176
|
type: Component,
|
|
2179
2177
|
args: [{
|
|
2180
2178
|
selector: 'ion-select-option',
|
|
@@ -2192,8 +2190,8 @@ let IonSkeletonText = class IonSkeletonText {
|
|
|
2192
2190
|
c.detach();
|
|
2193
2191
|
this.el = r.nativeElement;
|
|
2194
2192
|
}
|
|
2195
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2196
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2193
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSkeletonText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2194
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSkeletonText, isStandalone: true, selector: "ion-skeleton-text", inputs: { animated: "animated" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2197
2195
|
};
|
|
2198
2196
|
IonSkeletonText = __decorate([
|
|
2199
2197
|
ProxyCmp({
|
|
@@ -2201,7 +2199,7 @@ IonSkeletonText = __decorate([
|
|
|
2201
2199
|
inputs: ['animated']
|
|
2202
2200
|
})
|
|
2203
2201
|
], IonSkeletonText);
|
|
2204
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2202
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSkeletonText, decorators: [{
|
|
2205
2203
|
type: Component,
|
|
2206
2204
|
args: [{
|
|
2207
2205
|
selector: 'ion-skeleton-text',
|
|
@@ -2219,8 +2217,8 @@ let IonSpinner = class IonSpinner {
|
|
|
2219
2217
|
c.detach();
|
|
2220
2218
|
this.el = r.nativeElement;
|
|
2221
2219
|
}
|
|
2222
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2223
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2220
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2221
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
2224
2222
|
};
|
|
2225
2223
|
IonSpinner = __decorate([
|
|
2226
2224
|
ProxyCmp({
|
|
@@ -2228,7 +2226,7 @@ IonSpinner = __decorate([
|
|
|
2228
2226
|
inputs: ['color', 'duration', 'name', 'paused']
|
|
2229
2227
|
})
|
|
2230
2228
|
], IonSpinner);
|
|
2231
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSpinner, decorators: [{
|
|
2232
2230
|
type: Component,
|
|
2233
2231
|
args: [{
|
|
2234
2232
|
selector: 'ion-spinner',
|
|
@@ -2247,8 +2245,8 @@ let IonSplitPane = class IonSplitPane {
|
|
|
2247
2245
|
c.detach();
|
|
2248
2246
|
this.el = r.nativeElement;
|
|
2249
2247
|
}
|
|
2250
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2251
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2248
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSplitPane, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2249
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSplitPane, isStandalone: true, selector: "ion-split-pane", inputs: { contentId: "contentId", disabled: "disabled", when: "when" }, outputs: { ionSplitPaneVisible: "ionSplitPaneVisible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2252
2250
|
};
|
|
2253
2251
|
IonSplitPane = __decorate([
|
|
2254
2252
|
ProxyCmp({
|
|
@@ -2256,7 +2254,7 @@ IonSplitPane = __decorate([
|
|
|
2256
2254
|
inputs: ['contentId', 'disabled', 'when']
|
|
2257
2255
|
})
|
|
2258
2256
|
], IonSplitPane);
|
|
2259
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2257
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSplitPane, decorators: [{
|
|
2260
2258
|
type: Component,
|
|
2261
2259
|
args: [{
|
|
2262
2260
|
selector: 'ion-split-pane',
|
|
@@ -2277,8 +2275,8 @@ let IonTab = class IonTab {
|
|
|
2277
2275
|
c.detach();
|
|
2278
2276
|
this.el = r.nativeElement;
|
|
2279
2277
|
}
|
|
2280
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2281
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2278
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2279
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
2282
2280
|
};
|
|
2283
2281
|
IonTab = __decorate([
|
|
2284
2282
|
ProxyCmp({
|
|
@@ -2287,7 +2285,7 @@ IonTab = __decorate([
|
|
|
2287
2285
|
methods: ['setActive']
|
|
2288
2286
|
})
|
|
2289
2287
|
], IonTab);
|
|
2290
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2288
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTab, decorators: [{
|
|
2291
2289
|
type: Component,
|
|
2292
2290
|
args: [{
|
|
2293
2291
|
selector: 'ion-tab',
|
|
@@ -2305,8 +2303,8 @@ let IonTabBar = class IonTabBar {
|
|
|
2305
2303
|
c.detach();
|
|
2306
2304
|
this.el = r.nativeElement;
|
|
2307
2305
|
}
|
|
2308
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2309
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2306
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2307
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
2310
2308
|
};
|
|
2311
2309
|
IonTabBar = __decorate([
|
|
2312
2310
|
ProxyCmp({
|
|
@@ -2314,7 +2312,7 @@ IonTabBar = __decorate([
|
|
|
2314
2312
|
inputs: ['color', 'mode', 'selectedTab', 'translucent']
|
|
2315
2313
|
})
|
|
2316
2314
|
], IonTabBar);
|
|
2317
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabBar, decorators: [{
|
|
2318
2316
|
type: Component,
|
|
2319
2317
|
args: [{
|
|
2320
2318
|
selector: 'ion-tab-bar',
|
|
@@ -2332,8 +2330,8 @@ let IonTabButton = class IonTabButton {
|
|
|
2332
2330
|
c.detach();
|
|
2333
2331
|
this.el = r.nativeElement;
|
|
2334
2332
|
}
|
|
2335
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2336
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2333
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2334
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
2337
2335
|
};
|
|
2338
2336
|
IonTabButton = __decorate([
|
|
2339
2337
|
ProxyCmp({
|
|
@@ -2341,7 +2339,7 @@ IonTabButton = __decorate([
|
|
|
2341
2339
|
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target']
|
|
2342
2340
|
})
|
|
2343
2341
|
], IonTabButton);
|
|
2344
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2342
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabButton, decorators: [{
|
|
2345
2343
|
type: Component,
|
|
2346
2344
|
args: [{
|
|
2347
2345
|
selector: 'ion-tab-button',
|
|
@@ -2359,8 +2357,8 @@ let IonText = class IonText {
|
|
|
2359
2357
|
c.detach();
|
|
2360
2358
|
this.el = r.nativeElement;
|
|
2361
2359
|
}
|
|
2362
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2363
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2360
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2361
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
2364
2362
|
};
|
|
2365
2363
|
IonText = __decorate([
|
|
2366
2364
|
ProxyCmp({
|
|
@@ -2368,7 +2366,7 @@ IonText = __decorate([
|
|
|
2368
2366
|
inputs: ['color', 'mode']
|
|
2369
2367
|
})
|
|
2370
2368
|
], IonText);
|
|
2371
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2369
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonText, decorators: [{
|
|
2372
2370
|
type: Component,
|
|
2373
2371
|
args: [{
|
|
2374
2372
|
selector: 'ion-text',
|
|
@@ -2386,15 +2384,15 @@ let IonThumbnail = class IonThumbnail {
|
|
|
2386
2384
|
c.detach();
|
|
2387
2385
|
this.el = r.nativeElement;
|
|
2388
2386
|
}
|
|
2389
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2390
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2387
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonThumbnail, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2388
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonThumbnail, isStandalone: true, selector: "ion-thumbnail", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2391
2389
|
};
|
|
2392
2390
|
IonThumbnail = __decorate([
|
|
2393
2391
|
ProxyCmp({
|
|
2394
2392
|
defineCustomElementFn: defineCustomElement$1a
|
|
2395
2393
|
})
|
|
2396
2394
|
], IonThumbnail);
|
|
2397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2395
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonThumbnail, decorators: [{
|
|
2398
2396
|
type: Component,
|
|
2399
2397
|
args: [{
|
|
2400
2398
|
selector: 'ion-thumbnail',
|
|
@@ -2412,8 +2410,8 @@ let IonTitle = class IonTitle {
|
|
|
2412
2410
|
c.detach();
|
|
2413
2411
|
this.el = r.nativeElement;
|
|
2414
2412
|
}
|
|
2415
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2416
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2413
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2414
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
2417
2415
|
};
|
|
2418
2416
|
IonTitle = __decorate([
|
|
2419
2417
|
ProxyCmp({
|
|
@@ -2421,7 +2419,7 @@ IonTitle = __decorate([
|
|
|
2421
2419
|
inputs: ['color', 'size']
|
|
2422
2420
|
})
|
|
2423
2421
|
], IonTitle);
|
|
2424
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2422
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTitle, decorators: [{
|
|
2425
2423
|
type: Component,
|
|
2426
2424
|
args: [{
|
|
2427
2425
|
selector: 'ion-title',
|
|
@@ -2447,8 +2445,8 @@ let IonToast = class IonToast {
|
|
|
2447
2445
|
c.detach();
|
|
2448
2446
|
this.el = r.nativeElement;
|
|
2449
2447
|
}
|
|
2450
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2451
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2448
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2449
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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" }, outputs: { ionToastDidPresent: "ionToastDidPresent", ionToastWillPresent: "ionToastWillPresent", ionToastWillDismiss: "ionToastWillDismiss", ionToastDidDismiss: "ionToastDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2452
2450
|
};
|
|
2453
2451
|
IonToast = __decorate([
|
|
2454
2452
|
ProxyCmp({
|
|
@@ -2457,7 +2455,7 @@ IonToast = __decorate([
|
|
|
2457
2455
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
2458
2456
|
})
|
|
2459
2457
|
], IonToast);
|
|
2460
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2458
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToast, decorators: [{
|
|
2461
2459
|
type: Component,
|
|
2462
2460
|
args: [{
|
|
2463
2461
|
selector: 'ion-toast',
|
|
@@ -2492,8 +2490,8 @@ let IonToolbar = class IonToolbar {
|
|
|
2492
2490
|
c.detach();
|
|
2493
2491
|
this.el = r.nativeElement;
|
|
2494
2492
|
}
|
|
2495
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2496
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2493
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToolbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2494
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", 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 });
|
|
2497
2495
|
};
|
|
2498
2496
|
IonToolbar = __decorate([
|
|
2499
2497
|
ProxyCmp({
|
|
@@ -2501,7 +2499,7 @@ IonToolbar = __decorate([
|
|
|
2501
2499
|
inputs: ['color', 'mode']
|
|
2502
2500
|
})
|
|
2503
2501
|
], IonToolbar);
|
|
2504
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2502
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToolbar, decorators: [{
|
|
2505
2503
|
type: Component,
|
|
2506
2504
|
args: [{
|
|
2507
2505
|
selector: 'ion-toolbar',
|
|
@@ -2512,14 +2510,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
2512
2510
|
}]
|
|
2513
2511
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2514
2512
|
|
|
2515
|
-
// eslint-disable-next-line @angular-eslint/component-class-suffix
|
|
2516
2513
|
class IonTabs extends IonTabs$1 {
|
|
2517
2514
|
outlet;
|
|
2518
2515
|
tabBar;
|
|
2519
2516
|
tabBars;
|
|
2520
2517
|
tabs;
|
|
2521
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2522
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2518
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabs, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2519
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTabs, isStandalone: true, selector: "ion-tabs", queries: [{ propertyName: "tabBar", first: true, predicate: IonTabBar, descendants: true }, { propertyName: "tabBars", predicate: IonTabBar }, { propertyName: "tabs", predicate: IonTab }], viewQueries: [{ propertyName: "outlet", first: true, predicate: ["outlet"], descendants: true, read: IonRouterOutlet }], usesInheritance: true, ngImport: i0, template: `
|
|
2523
2520
|
<ng-content select="[slot=top]"></ng-content>
|
|
2524
2521
|
<div class="tabs-inner" #tabsInner>
|
|
2525
2522
|
<ion-router-outlet
|
|
@@ -2534,7 +2531,7 @@ class IonTabs extends IonTabs$1 {
|
|
|
2534
2531
|
<ng-content></ng-content>
|
|
2535
2532
|
`, isInline: true, styles: [":host{display:flex;position:absolute;inset:0;flex-direction:column;width:100%;height:100%;contain:layout size style}.tabs-inner{position:relative;flex:1;contain:layout size style}\n"], dependencies: [{ kind: "component", type: IonRouterOutlet, selector: "ion-router-outlet" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
2536
2533
|
}
|
|
2537
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2534
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabs, decorators: [{
|
|
2538
2535
|
type: Component,
|
|
2539
2536
|
args: [{ selector: 'ion-tabs', template: `
|
|
2540
2537
|
<ng-content select="[slot=top]"></ng-content>
|
|
@@ -2579,10 +2576,10 @@ class ModalController extends OverlayBaseController {
|
|
|
2579
2576
|
delegate: this.angularDelegate.create(this.environmentInjector, this.injector, 'modal', customInjector),
|
|
2580
2577
|
});
|
|
2581
2578
|
}
|
|
2582
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2583
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2579
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ModalController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2580
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ModalController });
|
|
2584
2581
|
}
|
|
2585
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2582
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ModalController, decorators: [{
|
|
2586
2583
|
type: Injectable
|
|
2587
2584
|
}], ctorParameters: () => [] });
|
|
2588
2585
|
|
|
@@ -2640,10 +2637,10 @@ class ActionSheetController extends OverlayBaseController {
|
|
|
2640
2637
|
super(actionSheetController);
|
|
2641
2638
|
defineCustomElement$7();
|
|
2642
2639
|
}
|
|
2643
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2644
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2640
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ActionSheetController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2641
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ActionSheetController, providedIn: 'root' });
|
|
2645
2642
|
}
|
|
2646
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2643
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ActionSheetController, decorators: [{
|
|
2647
2644
|
type: Injectable,
|
|
2648
2645
|
args: [{
|
|
2649
2646
|
providedIn: 'root',
|
|
@@ -2655,10 +2652,10 @@ class AlertController extends OverlayBaseController {
|
|
|
2655
2652
|
super(alertController);
|
|
2656
2653
|
defineCustomElement$8();
|
|
2657
2654
|
}
|
|
2658
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2659
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2655
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AlertController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2656
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AlertController, providedIn: 'root' });
|
|
2660
2657
|
}
|
|
2661
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2658
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AlertController, decorators: [{
|
|
2662
2659
|
type: Injectable,
|
|
2663
2660
|
args: [{
|
|
2664
2661
|
providedIn: 'root',
|
|
@@ -2689,10 +2686,10 @@ class AnimationController {
|
|
|
2689
2686
|
easingTime(p0, p1, p2, p3, progression) {
|
|
2690
2687
|
return getTimeGivenProgression(p0, p1, p2, p3, progression);
|
|
2691
2688
|
}
|
|
2692
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2693
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2689
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AnimationController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2690
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AnimationController, providedIn: 'root' });
|
|
2694
2691
|
}
|
|
2695
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2692
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AnimationController, decorators: [{
|
|
2696
2693
|
type: Injectable,
|
|
2697
2694
|
args: [{
|
|
2698
2695
|
providedIn: 'root',
|
|
@@ -2718,10 +2715,10 @@ class GestureController {
|
|
|
2718
2715
|
}
|
|
2719
2716
|
return createGesture(opts);
|
|
2720
2717
|
}
|
|
2721
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2722
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2718
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: GestureController, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2719
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: GestureController, providedIn: 'root' });
|
|
2723
2720
|
}
|
|
2724
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2721
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: GestureController, decorators: [{
|
|
2725
2722
|
type: Injectable,
|
|
2726
2723
|
args: [{
|
|
2727
2724
|
providedIn: 'root',
|
|
@@ -2733,10 +2730,10 @@ class LoadingController extends OverlayBaseController {
|
|
|
2733
2730
|
super(loadingController);
|
|
2734
2731
|
defineCustomElement$J();
|
|
2735
2732
|
}
|
|
2736
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2737
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2733
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: LoadingController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2734
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: LoadingController, providedIn: 'root' });
|
|
2738
2735
|
}
|
|
2739
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2736
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: LoadingController, decorators: [{
|
|
2740
2737
|
type: Injectable,
|
|
2741
2738
|
args: [{
|
|
2742
2739
|
providedIn: 'root',
|
|
@@ -2747,10 +2744,10 @@ class MenuController extends MenuController$1 {
|
|
|
2747
2744
|
constructor() {
|
|
2748
2745
|
super(menuController);
|
|
2749
2746
|
}
|
|
2750
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2751
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2747
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: MenuController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2748
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: MenuController, providedIn: 'root' });
|
|
2752
2749
|
}
|
|
2753
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2750
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: MenuController, decorators: [{
|
|
2754
2751
|
type: Injectable,
|
|
2755
2752
|
args: [{
|
|
2756
2753
|
providedIn: 'root',
|
|
@@ -2762,10 +2759,10 @@ class ToastController extends OverlayBaseController {
|
|
|
2762
2759
|
super(toastController);
|
|
2763
2760
|
defineCustomElement$1c();
|
|
2764
2761
|
}
|
|
2765
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2766
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2762
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ToastController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2763
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ToastController, providedIn: 'root' });
|
|
2767
2764
|
}
|
|
2768
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2765
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ToastController, decorators: [{
|
|
2769
2766
|
type: Injectable,
|
|
2770
2767
|
args: [{
|
|
2771
2768
|
providedIn: 'root',
|
|
@@ -2776,15 +2773,15 @@ let IonNav = class IonNav extends IonNav$1 {
|
|
|
2776
2773
|
constructor(ref, environmentInjector, injector, angularDelegate, z, c) {
|
|
2777
2774
|
super(ref, environmentInjector, injector, angularDelegate, z, c);
|
|
2778
2775
|
}
|
|
2779
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2780
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2776
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNav, deps: [{ token: i0.ElementRef }, { token: i0.EnvironmentInjector }, { token: i0.Injector }, { token: i2$1.AngularDelegate }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
2777
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonNav, isStandalone: true, selector: "ion-nav", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
2781
2778
|
};
|
|
2782
2779
|
IonNav = __decorate([
|
|
2783
2780
|
ProxyCmp$1({
|
|
2784
2781
|
defineCustomElementFn: defineCustomElement$1e,
|
|
2785
2782
|
})
|
|
2786
2783
|
], IonNav);
|
|
2787
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2784
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNav, decorators: [{
|
|
2788
2785
|
type: Component,
|
|
2789
2786
|
args: [{
|
|
2790
2787
|
selector: 'ion-nav',
|
|
@@ -2836,8 +2833,8 @@ let IonCheckbox = class IonCheckbox extends ValueAccessor {
|
|
|
2836
2833
|
handleIonChange(el) {
|
|
2837
2834
|
this.handleValueChange(el, el.checked);
|
|
2838
2835
|
}
|
|
2839
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2840
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2836
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
2837
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCheckbox, isStandalone: true, selector: "ion-checkbox", inputs: { checked: "checked", color: "color", disabled: "disabled", errorText: "errorText", helperText: "helperText", indeterminate: "indeterminate", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$a], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2841
2838
|
};
|
|
2842
2839
|
IonCheckbox = __decorate([
|
|
2843
2840
|
ProxyCmp({
|
|
@@ -2845,7 +2842,7 @@ IonCheckbox = __decorate([
|
|
|
2845
2842
|
inputs: CHECKBOX_INPUTS,
|
|
2846
2843
|
})
|
|
2847
2844
|
], IonCheckbox);
|
|
2848
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2845
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCheckbox, decorators: [{
|
|
2849
2846
|
type: Component,
|
|
2850
2847
|
args: [{
|
|
2851
2848
|
selector: 'ion-checkbox',
|
|
@@ -2922,8 +2919,8 @@ let IonDatetime = class IonDatetime extends ValueAccessor {
|
|
|
2922
2919
|
handleIonChange(el) {
|
|
2923
2920
|
this.handleValueChange(el, el.value);
|
|
2924
2921
|
}
|
|
2925
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2926
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2922
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonDatetime, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
2923
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonDatetime, isStandalone: true, selector: "ion-datetime", inputs: { cancelText: "cancelText", clearText: "clearText", color: "color", dayValues: "dayValues", disabled: "disabled", doneText: "doneText", firstDayOfWeek: "firstDayOfWeek", formatOptions: "formatOptions", highlightedDates: "highlightedDates", hourCycle: "hourCycle", hourValues: "hourValues", isDateEnabled: "isDateEnabled", locale: "locale", max: "max", min: "min", minuteValues: "minuteValues", mode: "mode", monthValues: "monthValues", multiple: "multiple", name: "name", preferWheel: "preferWheel", presentation: "presentation", readonly: "readonly", showAdjacentDays: "showAdjacentDays", showClearButton: "showClearButton", showDefaultButtons: "showDefaultButtons", showDefaultTimeLabel: "showDefaultTimeLabel", showDefaultTitle: "showDefaultTitle", size: "size", titleSelectedDatesFormatter: "titleSelectedDatesFormatter", value: "value", yearValues: "yearValues" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$9], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2927
2924
|
};
|
|
2928
2925
|
IonDatetime = __decorate([
|
|
2929
2926
|
ProxyCmp({
|
|
@@ -2932,7 +2929,7 @@ IonDatetime = __decorate([
|
|
|
2932
2929
|
methods: ['confirm', 'reset', 'cancel'],
|
|
2933
2930
|
})
|
|
2934
2931
|
], IonDatetime);
|
|
2935
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2932
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonDatetime, decorators: [{
|
|
2936
2933
|
type: Component,
|
|
2937
2934
|
args: [{
|
|
2938
2935
|
selector: 'ion-datetime',
|
|
@@ -2956,8 +2953,8 @@ let IonIcon = class IonIcon {
|
|
|
2956
2953
|
c.detach();
|
|
2957
2954
|
this.el = r.nativeElement;
|
|
2958
2955
|
}
|
|
2959
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2960
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2956
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2957
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonIcon, isStandalone: true, selector: "ion-icon", inputs: { color: "color", flipRtl: "flipRtl", icon: "icon", ios: "ios", lazy: "lazy", md: "md", mode: "mode", name: "name", sanitize: "sanitize", size: "size", src: "src" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2961
2958
|
};
|
|
2962
2959
|
IonIcon = __decorate([
|
|
2963
2960
|
ProxyCmp({
|
|
@@ -2965,7 +2962,7 @@ IonIcon = __decorate([
|
|
|
2965
2962
|
inputs: ['color', 'flipRtl', 'icon', 'ios', 'lazy', 'md', 'mode', 'name', 'sanitize', 'size', 'src'],
|
|
2966
2963
|
})
|
|
2967
2964
|
], IonIcon);
|
|
2968
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2965
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonIcon, decorators: [{
|
|
2969
2966
|
type: Component,
|
|
2970
2967
|
args: [{
|
|
2971
2968
|
selector: 'ion-icon',
|
|
@@ -3056,8 +3053,8 @@ let IonInput = class IonInput extends ValueAccessor {
|
|
|
3056
3053
|
}
|
|
3057
3054
|
});
|
|
3058
3055
|
}
|
|
3059
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3060
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3056
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3057
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInput, isStandalone: true, selector: "ion-input", inputs: { accept: "accept", autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", clearInput: "clearInput", clearOnEdit: "clearOnEdit", color: "color", counter: "counter", counterFormatter: "counterFormatter", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", errorText: "errorText", fill: "fill", helperText: "helperText", inputmode: "inputmode", label: "label", labelPlacement: "labelPlacement", max: "max", maxlength: "maxlength", min: "min", minlength: "minlength", mode: "mode", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", shape: "shape", size: "size", spellcheck: "spellcheck", step: "step", type: "type", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$8], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3061
3058
|
};
|
|
3062
3059
|
IonInput = __decorate([
|
|
3063
3060
|
ProxyCmp({
|
|
@@ -3066,7 +3063,7 @@ IonInput = __decorate([
|
|
|
3066
3063
|
methods: ['setFocus', 'getInputElement'],
|
|
3067
3064
|
})
|
|
3068
3065
|
], IonInput);
|
|
3069
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3066
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInput, decorators: [{
|
|
3070
3067
|
type: Component,
|
|
3071
3068
|
args: [{
|
|
3072
3069
|
selector: 'ion-input',
|
|
@@ -3138,8 +3135,8 @@ let IonInputOtp = class IonInputOtp extends ValueAccessor {
|
|
|
3138
3135
|
}
|
|
3139
3136
|
});
|
|
3140
3137
|
}
|
|
3141
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3142
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3138
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInputOtp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3139
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInputOtp, isStandalone: true, selector: "ion-input-otp", inputs: { autocapitalize: "autocapitalize", color: "color", disabled: "disabled", fill: "fill", inputmode: "inputmode", length: "length", pattern: "pattern", readonly: "readonly", separators: "separators", shape: "shape", size: "size", type: "type", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$7], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3143
3140
|
};
|
|
3144
3141
|
IonInputOtp = __decorate([
|
|
3145
3142
|
ProxyCmp({
|
|
@@ -3148,7 +3145,7 @@ IonInputOtp = __decorate([
|
|
|
3148
3145
|
methods: ['setFocus'],
|
|
3149
3146
|
})
|
|
3150
3147
|
], IonInputOtp);
|
|
3151
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3148
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInputOtp, decorators: [{
|
|
3152
3149
|
type: Component,
|
|
3153
3150
|
args: [{
|
|
3154
3151
|
selector: 'ion-input-otp',
|
|
@@ -3191,8 +3188,8 @@ let IonRadioGroup = class IonRadioGroup extends ValueAccessor {
|
|
|
3191
3188
|
handleIonChange(el) {
|
|
3192
3189
|
this.handleValueChange(el, el.value);
|
|
3193
3190
|
}
|
|
3194
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3195
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3191
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3192
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRadioGroup, isStandalone: true, selector: "ion-radio-group", inputs: { allowEmptySelection: "allowEmptySelection", compareWith: "compareWith", errorText: "errorText", helperText: "helperText", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$6], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3196
3193
|
};
|
|
3197
3194
|
IonRadioGroup = __decorate([
|
|
3198
3195
|
ProxyCmp({
|
|
@@ -3200,7 +3197,7 @@ IonRadioGroup = __decorate([
|
|
|
3200
3197
|
inputs: RADIO_GROUP_INPUTS,
|
|
3201
3198
|
})
|
|
3202
3199
|
], IonRadioGroup);
|
|
3203
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3200
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRadioGroup, decorators: [{
|
|
3204
3201
|
type: Component,
|
|
3205
3202
|
args: [{
|
|
3206
3203
|
selector: 'ion-radio-group',
|
|
@@ -3261,8 +3258,8 @@ let IonRange = class IonRange extends ValueAccessor {
|
|
|
3261
3258
|
handleIonInput(el) {
|
|
3262
3259
|
this.handleValueChange(el, el.value);
|
|
3263
3260
|
}
|
|
3264
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3265
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3261
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRange, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3262
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRange, isStandalone: true, selector: "ion-range", inputs: { activeBarStart: "activeBarStart", color: "color", debounce: "debounce", disabled: "disabled", dualKnobs: "dualKnobs", label: "label", labelPlacement: "labelPlacement", max: "max", min: "min", mode: "mode", name: "name", pin: "pin", pinFormatter: "pinFormatter", snaps: "snaps", step: "step", ticks: "ticks", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$5], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3266
3263
|
};
|
|
3267
3264
|
IonRange = __decorate([
|
|
3268
3265
|
ProxyCmp({
|
|
@@ -3270,7 +3267,7 @@ IonRange = __decorate([
|
|
|
3270
3267
|
inputs: RANGE_INPUTS,
|
|
3271
3268
|
})
|
|
3272
3269
|
], IonRange);
|
|
3273
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3270
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRange, decorators: [{
|
|
3274
3271
|
type: Component,
|
|
3275
3272
|
args: [{
|
|
3276
3273
|
selector: 'ion-range',
|
|
@@ -3334,8 +3331,8 @@ let IonSearchbar = class IonSearchbar extends ValueAccessor {
|
|
|
3334
3331
|
handleIonInput(el) {
|
|
3335
3332
|
this.handleValueChange(el, el.value);
|
|
3336
3333
|
}
|
|
3337
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3338
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3334
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSearchbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3335
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSearchbar, isStandalone: true, selector: "ion-searchbar", inputs: { animated: "animated", autocomplete: "autocomplete", autocorrect: "autocorrect", cancelButtonIcon: "cancelButtonIcon", cancelButtonText: "cancelButtonText", clearIcon: "clearIcon", color: "color", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", inputmode: "inputmode", mode: "mode", name: "name", placeholder: "placeholder", searchIcon: "searchIcon", showCancelButton: "showCancelButton", showClearButton: "showClearButton", spellcheck: "spellcheck", type: "type", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$4], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3339
3336
|
};
|
|
3340
3337
|
IonSearchbar = __decorate([
|
|
3341
3338
|
ProxyCmp({
|
|
@@ -3344,7 +3341,7 @@ IonSearchbar = __decorate([
|
|
|
3344
3341
|
methods: ['setFocus', 'getInputElement'],
|
|
3345
3342
|
})
|
|
3346
3343
|
], IonSearchbar);
|
|
3347
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3344
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSearchbar, decorators: [{
|
|
3348
3345
|
type: Component,
|
|
3349
3346
|
args: [{
|
|
3350
3347
|
selector: 'ion-searchbar',
|
|
@@ -3387,8 +3384,8 @@ let IonSegment = class IonSegment extends ValueAccessor {
|
|
|
3387
3384
|
handleIonChange(el) {
|
|
3388
3385
|
this.handleValueChange(el, el.value);
|
|
3389
3386
|
}
|
|
3390
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3391
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3387
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3388
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegment, isStandalone: true, selector: "ion-segment", inputs: { color: "color", disabled: "disabled", mode: "mode", scrollable: "scrollable", selectOnFocus: "selectOnFocus", swipeGesture: "swipeGesture", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$3], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3392
3389
|
};
|
|
3393
3390
|
IonSegment = __decorate([
|
|
3394
3391
|
ProxyCmp({
|
|
@@ -3396,7 +3393,7 @@ IonSegment = __decorate([
|
|
|
3396
3393
|
inputs: SEGMENT_INPUTS,
|
|
3397
3394
|
})
|
|
3398
3395
|
], IonSegment);
|
|
3399
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3396
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegment, decorators: [{
|
|
3400
3397
|
type: Component,
|
|
3401
3398
|
args: [{
|
|
3402
3399
|
selector: 'ion-segment',
|
|
@@ -3462,8 +3459,8 @@ let IonSelect = class IonSelect extends ValueAccessor {
|
|
|
3462
3459
|
handleIonChange(el) {
|
|
3463
3460
|
this.handleValueChange(el, el.value);
|
|
3464
3461
|
}
|
|
3465
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3466
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3462
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3463
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSelect, isStandalone: true, selector: "ion-select", inputs: { cancelText: "cancelText", color: "color", compareWith: "compareWith", disabled: "disabled", errorText: "errorText", expandedIcon: "expandedIcon", fill: "fill", helperText: "helperText", interface: "interface", interfaceOptions: "interfaceOptions", justify: "justify", label: "label", labelPlacement: "labelPlacement", mode: "mode", multiple: "multiple", name: "name", okText: "okText", placeholder: "placeholder", selectedText: "selectedText", shape: "shape", toggleIcon: "toggleIcon", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$2], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3467
3464
|
};
|
|
3468
3465
|
IonSelect = __decorate([
|
|
3469
3466
|
ProxyCmp({
|
|
@@ -3472,7 +3469,7 @@ IonSelect = __decorate([
|
|
|
3472
3469
|
methods: ['open'],
|
|
3473
3470
|
})
|
|
3474
3471
|
], IonSelect);
|
|
3475
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3472
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelect, decorators: [{
|
|
3476
3473
|
type: Component,
|
|
3477
3474
|
args: [{
|
|
3478
3475
|
selector: 'ion-select',
|
|
@@ -3545,8 +3542,8 @@ let IonTextarea = class IonTextarea extends ValueAccessor {
|
|
|
3545
3542
|
handleIonInput(el) {
|
|
3546
3543
|
this.handleValueChange(el, el.value);
|
|
3547
3544
|
}
|
|
3548
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3549
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3545
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3546
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTextarea, isStandalone: true, selector: "ion-textarea", inputs: { autoGrow: "autoGrow", autocapitalize: "autocapitalize", autofocus: "autofocus", clearOnEdit: "clearOnEdit", color: "color", cols: "cols", counter: "counter", counterFormatter: "counterFormatter", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", errorText: "errorText", fill: "fill", helperText: "helperText", inputmode: "inputmode", label: "label", labelPlacement: "labelPlacement", maxlength: "maxlength", minlength: "minlength", mode: "mode", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", rows: "rows", shape: "shape", spellcheck: "spellcheck", value: "value", wrap: "wrap" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$1], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3550
3547
|
};
|
|
3551
3548
|
IonTextarea = __decorate([
|
|
3552
3549
|
ProxyCmp({
|
|
@@ -3555,7 +3552,7 @@ IonTextarea = __decorate([
|
|
|
3555
3552
|
methods: ['setFocus', 'getInputElement'],
|
|
3556
3553
|
})
|
|
3557
3554
|
], IonTextarea);
|
|
3558
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3555
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTextarea, decorators: [{
|
|
3559
3556
|
type: Component,
|
|
3560
3557
|
args: [{
|
|
3561
3558
|
selector: 'ion-textarea',
|
|
@@ -3614,8 +3611,8 @@ let IonToggle = class IonToggle extends ValueAccessor {
|
|
|
3614
3611
|
handleIonChange(el) {
|
|
3615
3612
|
this.handleValueChange(el, el.checked);
|
|
3616
3613
|
}
|
|
3617
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3618
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3614
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3615
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonToggle, isStandalone: true, selector: "ion-toggle", inputs: { checked: "checked", color: "color", disabled: "disabled", enableOnOffLabels: "enableOnOffLabels", errorText: "errorText", helperText: "helperText", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3619
3616
|
};
|
|
3620
3617
|
IonToggle = __decorate([
|
|
3621
3618
|
ProxyCmp({
|
|
@@ -3623,7 +3620,7 @@ IonToggle = __decorate([
|
|
|
3623
3620
|
inputs: TOGGLE_INPUTS,
|
|
3624
3621
|
})
|
|
3625
3622
|
], IonToggle);
|
|
3626
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3623
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToggle, decorators: [{
|
|
3627
3624
|
type: Component,
|
|
3628
3625
|
args: [{
|
|
3629
3626
|
selector: 'ion-toggle',
|