@ionic/angular 8.5.2-dev.11742514102.1b51674d → 8.5.2-dev.11742574407.1a7233c2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/core.css +1 -1
- package/css/core.css.map +1 -1
- package/css/display.css +1 -1
- package/css/display.css.map +1 -1
- package/css/flex-utils.css +1 -1
- package/css/flex-utils.css.map +1 -1
- package/css/float-elements.css.map +1 -1
- package/css/global.bundle.css.map +1 -1
- package/css/ionic/bundle.ionic.css +1 -0
- package/css/ionic/bundle.ionic.css.map +1 -0
- package/css/ionic/core.ionic.css +1 -0
- package/css/ionic/core.ionic.css.map +1 -0
- package/css/ionic/global.bundle.ionic.css +1 -0
- package/css/ionic/global.bundle.ionic.css.map +1 -0
- package/css/ionic/ionic-swiper.ionic.css +1 -0
- package/css/ionic/ionic-swiper.ionic.css.map +1 -0
- package/css/ionic/link.ionic.css +1 -0
- package/css/ionic/link.ionic.css.map +1 -0
- package/css/ionic/structure.ionic.css +1 -0
- package/css/ionic/structure.ionic.css.map +1 -0
- package/css/ionic/typography.ionic.css +1 -0
- package/css/ionic/typography.ionic.css.map +1 -0
- package/css/ionic/utils.bundle.ionic.css +1 -0
- package/css/ionic/utils.bundle.ionic.css.map +1 -0
- package/css/ionic-swiper.css +1 -1
- package/css/ionic-swiper.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/css/normalize.css.map +1 -1
- package/css/padding.css.map +1 -1
- package/css/palettes/dark.always.css.map +1 -1
- package/css/palettes/dark.class.css.map +1 -1
- package/css/palettes/dark.system.css.map +1 -1
- package/css/palettes/high-contrast-dark.always.css.map +1 -1
- package/css/palettes/high-contrast-dark.class.css.map +1 -1
- package/css/palettes/high-contrast-dark.system.css.map +1 -1
- package/css/palettes/high-contrast.always.css.map +1 -1
- package/css/palettes/high-contrast.class.css.map +1 -1
- package/css/palettes/high-contrast.system.css.map +1 -1
- package/css/structure.css.map +1 -1
- package/css/text-alignment.css.map +1 -1
- package/css/text-transformation.css.map +1 -1
- package/css/typography.css.map +1 -1
- package/css/utils.bundle.css +1 -1
- package/css/utils.bundle.css.map +1 -1
- package/directives/proxies.d.ts +84 -83
- package/esm2022/directives/proxies.mjs +251 -240
- package/esm2022/standalone/directives/proxies.mjs +216 -210
- package/fesm2022/ionic-angular-standalone.mjs +215 -209
- package/fesm2022/ionic-angular-standalone.mjs.map +1 -1
- package/fesm2022/ionic-angular.mjs +250 -239
- package/fesm2022/ionic-angular.mjs.map +1 -1
- package/package.json +2 -2
- package/standalone/directives/proxies.d.ts +70 -70
|
@@ -314,12 +314,12 @@ let IonAccordion = class IonAccordion {
|
|
|
314
314
|
this.el = r.nativeElement;
|
|
315
315
|
}
|
|
316
316
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
317
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAccordion, isStandalone: true, selector: "ion-accordion", inputs: { disabled: "disabled", mode: "mode", readonly: "readonly", toggleIcon: "toggleIcon", toggleIconSlot: "toggleIconSlot", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
317
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAccordion, isStandalone: true, selector: "ion-accordion", inputs: { disabled: "disabled", mode: "mode", readonly: "readonly", theme: "theme", toggleIcon: "toggleIcon", toggleIconSlot: "toggleIconSlot", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
318
318
|
};
|
|
319
319
|
IonAccordion = __decorate([
|
|
320
320
|
ProxyCmp({
|
|
321
321
|
defineCustomElementFn: defineCustomElement$5,
|
|
322
|
-
inputs: ['disabled', 'mode', 'readonly', 'toggleIcon', 'toggleIconSlot', 'value']
|
|
322
|
+
inputs: ['disabled', 'mode', 'readonly', 'theme', 'toggleIcon', 'toggleIconSlot', 'value']
|
|
323
323
|
})
|
|
324
324
|
], IonAccordion);
|
|
325
325
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAccordion, decorators: [{
|
|
@@ -329,7 +329,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
329
329
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
330
330
|
template: '<ng-content></ng-content>',
|
|
331
331
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
332
|
-
inputs: ['disabled', 'mode', 'readonly', 'toggleIcon', 'toggleIconSlot', 'value'],
|
|
332
|
+
inputs: ['disabled', 'mode', 'readonly', 'theme', 'toggleIcon', 'toggleIconSlot', 'value'],
|
|
333
333
|
standalone: true
|
|
334
334
|
}]
|
|
335
335
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -343,12 +343,12 @@ let IonAccordionGroup = class IonAccordionGroup {
|
|
|
343
343
|
proxyOutputs(this, this.el, ['ionChange']);
|
|
344
344
|
}
|
|
345
345
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAccordionGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
346
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAccordionGroup, isStandalone: true, selector: "ion-accordion-group", inputs: { animated: "animated", disabled: "disabled", expand: "expand", mode: "mode", multiple: "multiple", readonly: "readonly", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
346
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAccordionGroup, isStandalone: true, selector: "ion-accordion-group", inputs: { animated: "animated", disabled: "disabled", expand: "expand", mode: "mode", multiple: "multiple", readonly: "readonly", shape: "shape", theme: "theme", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
347
347
|
};
|
|
348
348
|
IonAccordionGroup = __decorate([
|
|
349
349
|
ProxyCmp({
|
|
350
350
|
defineCustomElementFn: defineCustomElement$6,
|
|
351
|
-
inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'value']
|
|
351
|
+
inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'shape', 'theme', 'value']
|
|
352
352
|
})
|
|
353
353
|
], IonAccordionGroup);
|
|
354
354
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAccordionGroup, decorators: [{
|
|
@@ -358,7 +358,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
358
358
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
359
359
|
template: '<ng-content></ng-content>',
|
|
360
360
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
361
|
-
inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'value'],
|
|
361
|
+
inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'shape', 'theme', 'value'],
|
|
362
362
|
standalone: true
|
|
363
363
|
}]
|
|
364
364
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -372,12 +372,12 @@ let IonActionSheet = class IonActionSheet {
|
|
|
372
372
|
proxyOutputs(this, this.el, ['ionActionSheetDidPresent', 'ionActionSheetWillPresent', 'ionActionSheetWillDismiss', 'ionActionSheetDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
373
373
|
}
|
|
374
374
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonActionSheet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
375
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonActionSheet, isStandalone: true, selector: "ion-action-sheet", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", cssClass: "cssClass", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", mode: "mode", subHeader: "subHeader", translucent: "translucent", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
375
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonActionSheet, isStandalone: true, selector: "ion-action-sheet", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", cssClass: "cssClass", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", mode: "mode", subHeader: "subHeader", theme: "theme", translucent: "translucent", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
376
376
|
};
|
|
377
377
|
IonActionSheet = __decorate([
|
|
378
378
|
ProxyCmp({
|
|
379
379
|
defineCustomElementFn: defineCustomElement$7,
|
|
380
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
380
|
+
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'theme', 'translucent', 'trigger'],
|
|
381
381
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
382
382
|
})
|
|
383
383
|
], IonActionSheet);
|
|
@@ -388,7 +388,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
388
388
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
389
389
|
template: '<ng-content></ng-content>',
|
|
390
390
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
391
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
391
|
+
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'theme', 'translucent', 'trigger'],
|
|
392
392
|
standalone: true
|
|
393
393
|
}]
|
|
394
394
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -402,12 +402,12 @@ let IonAlert = class IonAlert {
|
|
|
402
402
|
proxyOutputs(this, this.el, ['ionAlertDidPresent', 'ionAlertWillPresent', 'ionAlertWillDismiss', 'ionAlertDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
403
403
|
}
|
|
404
404
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
405
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAlert, isStandalone: true, selector: "ion-alert", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", cssClass: "cssClass", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", inputs: "inputs", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", subHeader: "subHeader", translucent: "translucent", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
405
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAlert, isStandalone: true, selector: "ion-alert", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", cssClass: "cssClass", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", inputs: "inputs", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", subHeader: "subHeader", theme: "theme", translucent: "translucent", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
406
406
|
};
|
|
407
407
|
IonAlert = __decorate([
|
|
408
408
|
ProxyCmp({
|
|
409
409
|
defineCustomElementFn: defineCustomElement$8,
|
|
410
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
410
|
+
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'theme', 'translucent', 'trigger'],
|
|
411
411
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
412
412
|
})
|
|
413
413
|
], IonAlert);
|
|
@@ -418,7 +418,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
418
418
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
419
419
|
template: '<ng-content></ng-content>',
|
|
420
420
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
421
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
421
|
+
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'theme', 'translucent', 'trigger'],
|
|
422
422
|
standalone: true
|
|
423
423
|
}]
|
|
424
424
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -431,11 +431,12 @@ let IonApp = class IonApp {
|
|
|
431
431
|
this.el = r.nativeElement;
|
|
432
432
|
}
|
|
433
433
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonApp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
434
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonApp, isStandalone: true, selector: "ion-app", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
434
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonApp, isStandalone: true, selector: "ion-app", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
435
435
|
};
|
|
436
436
|
IonApp = __decorate([
|
|
437
437
|
ProxyCmp({
|
|
438
438
|
defineCustomElementFn: defineCustomElement$9,
|
|
439
|
+
inputs: ['mode', 'theme'],
|
|
439
440
|
methods: ['setFocus']
|
|
440
441
|
})
|
|
441
442
|
], IonApp);
|
|
@@ -446,7 +447,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
446
447
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
447
448
|
template: '<ng-content></ng-content>',
|
|
448
449
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
449
|
-
inputs: [],
|
|
450
|
+
inputs: ['mode', 'theme'],
|
|
450
451
|
standalone: true
|
|
451
452
|
}]
|
|
452
453
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -459,11 +460,12 @@ let IonAvatar = class IonAvatar {
|
|
|
459
460
|
this.el = r.nativeElement;
|
|
460
461
|
}
|
|
461
462
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
462
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAvatar, isStandalone: true, selector: "ion-avatar", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
463
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAvatar, isStandalone: true, selector: "ion-avatar", inputs: { mode: "mode", shape: "shape", size: "size", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
463
464
|
};
|
|
464
465
|
IonAvatar = __decorate([
|
|
465
466
|
ProxyCmp({
|
|
466
|
-
defineCustomElementFn: defineCustomElement$a
|
|
467
|
+
defineCustomElementFn: defineCustomElement$a,
|
|
468
|
+
inputs: ['mode', 'shape', 'size', 'theme']
|
|
467
469
|
})
|
|
468
470
|
], IonAvatar);
|
|
469
471
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAvatar, decorators: [{
|
|
@@ -473,7 +475,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
473
475
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
474
476
|
template: '<ng-content></ng-content>',
|
|
475
477
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
476
|
-
inputs: [],
|
|
478
|
+
inputs: ['mode', 'shape', 'size', 'theme'],
|
|
477
479
|
standalone: true
|
|
478
480
|
}]
|
|
479
481
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -487,12 +489,12 @@ let IonBackdrop = class IonBackdrop {
|
|
|
487
489
|
proxyOutputs(this, this.el, ['ionBackdropTap']);
|
|
488
490
|
}
|
|
489
491
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBackdrop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
490
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBackdrop, isStandalone: true, selector: "ion-backdrop", inputs: { stopPropagation: "stopPropagation", tappable: "tappable", visible: "visible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
492
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBackdrop, isStandalone: true, selector: "ion-backdrop", inputs: { mode: "mode", stopPropagation: "stopPropagation", tappable: "tappable", theme: "theme", visible: "visible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
491
493
|
};
|
|
492
494
|
IonBackdrop = __decorate([
|
|
493
495
|
ProxyCmp({
|
|
494
496
|
defineCustomElementFn: defineCustomElement$b,
|
|
495
|
-
inputs: ['stopPropagation', 'tappable', 'visible']
|
|
497
|
+
inputs: ['mode', 'stopPropagation', 'tappable', 'theme', 'visible']
|
|
496
498
|
})
|
|
497
499
|
], IonBackdrop);
|
|
498
500
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBackdrop, decorators: [{
|
|
@@ -502,7 +504,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
502
504
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
503
505
|
template: '<ng-content></ng-content>',
|
|
504
506
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
505
|
-
inputs: ['stopPropagation', 'tappable', 'visible'],
|
|
507
|
+
inputs: ['mode', 'stopPropagation', 'tappable', 'theme', 'visible'],
|
|
506
508
|
standalone: true
|
|
507
509
|
}]
|
|
508
510
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -515,12 +517,12 @@ let IonBadge = class IonBadge {
|
|
|
515
517
|
this.el = r.nativeElement;
|
|
516
518
|
}
|
|
517
519
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
518
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBadge, isStandalone: true, selector: "ion-badge", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
520
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBadge, isStandalone: true, selector: "ion-badge", inputs: { color: "color", mode: "mode", shape: "shape", size: "size", theme: "theme", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
519
521
|
};
|
|
520
522
|
IonBadge = __decorate([
|
|
521
523
|
ProxyCmp({
|
|
522
524
|
defineCustomElementFn: defineCustomElement$c,
|
|
523
|
-
inputs: ['color', 'mode']
|
|
525
|
+
inputs: ['color', 'mode', 'shape', 'size', 'theme', 'vertical']
|
|
524
526
|
})
|
|
525
527
|
], IonBadge);
|
|
526
528
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBadge, decorators: [{
|
|
@@ -530,7 +532,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
530
532
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
531
533
|
template: '<ng-content></ng-content>',
|
|
532
534
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
533
|
-
inputs: ['color', 'mode'],
|
|
535
|
+
inputs: ['color', 'mode', 'shape', 'size', 'theme', 'vertical'],
|
|
534
536
|
standalone: true
|
|
535
537
|
}]
|
|
536
538
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -544,12 +546,12 @@ let IonBreadcrumb = class IonBreadcrumb {
|
|
|
544
546
|
proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
|
|
545
547
|
}
|
|
546
548
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
547
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBreadcrumb, isStandalone: true, selector: "ion-breadcrumb", inputs: { active: "active", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", separator: "separator", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
549
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBreadcrumb, isStandalone: true, selector: "ion-breadcrumb", inputs: { active: "active", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", separator: "separator", target: "target", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
548
550
|
};
|
|
549
551
|
IonBreadcrumb = __decorate([
|
|
550
552
|
ProxyCmp({
|
|
551
553
|
defineCustomElementFn: defineCustomElement$d,
|
|
552
|
-
inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target']
|
|
554
|
+
inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target', 'theme']
|
|
553
555
|
})
|
|
554
556
|
], IonBreadcrumb);
|
|
555
557
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBreadcrumb, decorators: [{
|
|
@@ -559,7 +561,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
559
561
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
560
562
|
template: '<ng-content></ng-content>',
|
|
561
563
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
562
|
-
inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target'],
|
|
564
|
+
inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target', 'theme'],
|
|
563
565
|
standalone: true
|
|
564
566
|
}]
|
|
565
567
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -573,12 +575,12 @@ let IonBreadcrumbs = class IonBreadcrumbs {
|
|
|
573
575
|
proxyOutputs(this, this.el, ['ionCollapsedClick']);
|
|
574
576
|
}
|
|
575
577
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
576
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBreadcrumbs, isStandalone: true, selector: "ion-breadcrumbs", inputs: { color: "color", itemsAfterCollapse: "itemsAfterCollapse", itemsBeforeCollapse: "itemsBeforeCollapse", maxItems: "maxItems", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
578
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBreadcrumbs, isStandalone: true, selector: "ion-breadcrumbs", inputs: { color: "color", itemsAfterCollapse: "itemsAfterCollapse", itemsBeforeCollapse: "itemsBeforeCollapse", maxItems: "maxItems", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
577
579
|
};
|
|
578
580
|
IonBreadcrumbs = __decorate([
|
|
579
581
|
ProxyCmp({
|
|
580
582
|
defineCustomElementFn: defineCustomElement$e,
|
|
581
|
-
inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode']
|
|
583
|
+
inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode', 'theme']
|
|
582
584
|
})
|
|
583
585
|
], IonBreadcrumbs);
|
|
584
586
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBreadcrumbs, decorators: [{
|
|
@@ -588,7 +590,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
588
590
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
589
591
|
template: '<ng-content></ng-content>',
|
|
590
592
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
591
|
-
inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode'],
|
|
593
|
+
inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode', 'theme'],
|
|
592
594
|
standalone: true
|
|
593
595
|
}]
|
|
594
596
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -602,12 +604,12 @@ let IonButton = class IonButton {
|
|
|
602
604
|
proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
|
|
603
605
|
}
|
|
604
606
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
605
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonButton, isStandalone: true, selector: "ion-button", inputs: { buttonType: "buttonType", color: "color", disabled: "disabled", download: "download", expand: "expand", fill: "fill", form: "form", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", shape: "shape", size: "size", strong: "strong", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
607
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonButton, isStandalone: true, selector: "ion-button", inputs: { buttonType: "buttonType", color: "color", disabled: "disabled", download: "download", expand: "expand", fill: "fill", form: "form", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", shape: "shape", size: "size", strong: "strong", target: "target", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
606
608
|
};
|
|
607
609
|
IonButton = __decorate([
|
|
608
610
|
ProxyCmp({
|
|
609
611
|
defineCustomElementFn: defineCustomElement$f,
|
|
610
|
-
inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'type']
|
|
612
|
+
inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'theme', 'type']
|
|
611
613
|
})
|
|
612
614
|
], IonButton);
|
|
613
615
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonButton, decorators: [{
|
|
@@ -617,7 +619,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
617
619
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
618
620
|
template: '<ng-content></ng-content>',
|
|
619
621
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
620
|
-
inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'type'],
|
|
622
|
+
inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'theme', 'type'],
|
|
621
623
|
standalone: true
|
|
622
624
|
}]
|
|
623
625
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -630,12 +632,12 @@ let IonButtons = class IonButtons {
|
|
|
630
632
|
this.el = r.nativeElement;
|
|
631
633
|
}
|
|
632
634
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonButtons, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
633
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonButtons, isStandalone: true, selector: "ion-buttons", inputs: { collapse: "collapse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
635
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonButtons, isStandalone: true, selector: "ion-buttons", inputs: { collapse: "collapse", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
634
636
|
};
|
|
635
637
|
IonButtons = __decorate([
|
|
636
638
|
ProxyCmp({
|
|
637
639
|
defineCustomElementFn: defineCustomElement$g,
|
|
638
|
-
inputs: ['collapse']
|
|
640
|
+
inputs: ['collapse', 'mode', 'theme']
|
|
639
641
|
})
|
|
640
642
|
], IonButtons);
|
|
641
643
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonButtons, decorators: [{
|
|
@@ -645,7 +647,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
645
647
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
646
648
|
template: '<ng-content></ng-content>',
|
|
647
649
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
648
|
-
inputs: ['collapse'],
|
|
650
|
+
inputs: ['collapse', 'mode', 'theme'],
|
|
649
651
|
standalone: true
|
|
650
652
|
}]
|
|
651
653
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -658,12 +660,12 @@ let IonCard = class IonCard {
|
|
|
658
660
|
this.el = r.nativeElement;
|
|
659
661
|
}
|
|
660
662
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
661
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCard, isStandalone: true, selector: "ion-card", inputs: { button: "button", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
663
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCard, isStandalone: true, selector: "ion-card", inputs: { button: "button", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", shape: "shape", target: "target", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
662
664
|
};
|
|
663
665
|
IonCard = __decorate([
|
|
664
666
|
ProxyCmp({
|
|
665
667
|
defineCustomElementFn: defineCustomElement$h,
|
|
666
|
-
inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
|
|
668
|
+
inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'target', 'theme', 'type']
|
|
667
669
|
})
|
|
668
670
|
], IonCard);
|
|
669
671
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCard, decorators: [{
|
|
@@ -673,7 +675,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
673
675
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
674
676
|
template: '<ng-content></ng-content>',
|
|
675
677
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
676
|
-
inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],
|
|
678
|
+
inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'target', 'theme', 'type'],
|
|
677
679
|
standalone: true
|
|
678
680
|
}]
|
|
679
681
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -686,12 +688,12 @@ let IonCardContent = class IonCardContent {
|
|
|
686
688
|
this.el = r.nativeElement;
|
|
687
689
|
}
|
|
688
690
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
689
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardContent, isStandalone: true, selector: "ion-card-content", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
691
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardContent, isStandalone: true, selector: "ion-card-content", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
690
692
|
};
|
|
691
693
|
IonCardContent = __decorate([
|
|
692
694
|
ProxyCmp({
|
|
693
695
|
defineCustomElementFn: defineCustomElement$i,
|
|
694
|
-
inputs: ['mode']
|
|
696
|
+
inputs: ['mode', 'theme']
|
|
695
697
|
})
|
|
696
698
|
], IonCardContent);
|
|
697
699
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardContent, decorators: [{
|
|
@@ -701,7 +703,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
701
703
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
702
704
|
template: '<ng-content></ng-content>',
|
|
703
705
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
704
|
-
inputs: ['mode'],
|
|
706
|
+
inputs: ['mode', 'theme'],
|
|
705
707
|
standalone: true
|
|
706
708
|
}]
|
|
707
709
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -714,12 +716,12 @@ let IonCardHeader = class IonCardHeader {
|
|
|
714
716
|
this.el = r.nativeElement;
|
|
715
717
|
}
|
|
716
718
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
717
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardHeader, isStandalone: true, selector: "ion-card-header", inputs: { color: "color", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
719
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardHeader, isStandalone: true, selector: "ion-card-header", inputs: { color: "color", mode: "mode", theme: "theme", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
718
720
|
};
|
|
719
721
|
IonCardHeader = __decorate([
|
|
720
722
|
ProxyCmp({
|
|
721
723
|
defineCustomElementFn: defineCustomElement$j,
|
|
722
|
-
inputs: ['color', 'mode', 'translucent']
|
|
724
|
+
inputs: ['color', 'mode', 'theme', 'translucent']
|
|
723
725
|
})
|
|
724
726
|
], IonCardHeader);
|
|
725
727
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardHeader, decorators: [{
|
|
@@ -729,7 +731,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
729
731
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
730
732
|
template: '<ng-content></ng-content>',
|
|
731
733
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
732
|
-
inputs: ['color', 'mode', 'translucent'],
|
|
734
|
+
inputs: ['color', 'mode', 'theme', 'translucent'],
|
|
733
735
|
standalone: true
|
|
734
736
|
}]
|
|
735
737
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -742,12 +744,12 @@ let IonCardSubtitle = class IonCardSubtitle {
|
|
|
742
744
|
this.el = r.nativeElement;
|
|
743
745
|
}
|
|
744
746
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardSubtitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
745
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardSubtitle, isStandalone: true, selector: "ion-card-subtitle", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
747
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardSubtitle, isStandalone: true, selector: "ion-card-subtitle", inputs: { color: "color", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
746
748
|
};
|
|
747
749
|
IonCardSubtitle = __decorate([
|
|
748
750
|
ProxyCmp({
|
|
749
751
|
defineCustomElementFn: defineCustomElement$k,
|
|
750
|
-
inputs: ['color', 'mode']
|
|
752
|
+
inputs: ['color', 'mode', 'theme']
|
|
751
753
|
})
|
|
752
754
|
], IonCardSubtitle);
|
|
753
755
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardSubtitle, decorators: [{
|
|
@@ -757,7 +759,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
757
759
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
758
760
|
template: '<ng-content></ng-content>',
|
|
759
761
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
760
|
-
inputs: ['color', 'mode'],
|
|
762
|
+
inputs: ['color', 'mode', 'theme'],
|
|
761
763
|
standalone: true
|
|
762
764
|
}]
|
|
763
765
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -770,12 +772,12 @@ let IonCardTitle = class IonCardTitle {
|
|
|
770
772
|
this.el = r.nativeElement;
|
|
771
773
|
}
|
|
772
774
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
773
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardTitle, isStandalone: true, selector: "ion-card-title", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
775
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardTitle, isStandalone: true, selector: "ion-card-title", inputs: { color: "color", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
774
776
|
};
|
|
775
777
|
IonCardTitle = __decorate([
|
|
776
778
|
ProxyCmp({
|
|
777
779
|
defineCustomElementFn: defineCustomElement$l,
|
|
778
|
-
inputs: ['color', 'mode']
|
|
780
|
+
inputs: ['color', 'mode', 'theme']
|
|
779
781
|
})
|
|
780
782
|
], IonCardTitle);
|
|
781
783
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardTitle, decorators: [{
|
|
@@ -785,7 +787,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
785
787
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
786
788
|
template: '<ng-content></ng-content>',
|
|
787
789
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
788
|
-
inputs: ['color', 'mode'],
|
|
790
|
+
inputs: ['color', 'mode', 'theme'],
|
|
789
791
|
standalone: true
|
|
790
792
|
}]
|
|
791
793
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -798,12 +800,12 @@ let IonChip = class IonChip {
|
|
|
798
800
|
this.el = r.nativeElement;
|
|
799
801
|
}
|
|
800
802
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
801
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonChip, isStandalone: true, selector: "ion-chip", inputs: { color: "color", disabled: "disabled", mode: "mode", outline: "outline" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
803
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonChip, isStandalone: true, selector: "ion-chip", inputs: { color: "color", disabled: "disabled", mode: "mode", outline: "outline", shape: "shape", size: "size", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
802
804
|
};
|
|
803
805
|
IonChip = __decorate([
|
|
804
806
|
ProxyCmp({
|
|
805
807
|
defineCustomElementFn: defineCustomElement$m,
|
|
806
|
-
inputs: ['color', 'disabled', 'mode', 'outline']
|
|
808
|
+
inputs: ['color', 'disabled', 'mode', 'outline', 'shape', 'size', 'theme']
|
|
807
809
|
})
|
|
808
810
|
], IonChip);
|
|
809
811
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonChip, decorators: [{
|
|
@@ -813,7 +815,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
813
815
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
814
816
|
template: '<ng-content></ng-content>',
|
|
815
817
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
816
|
-
inputs: ['color', 'disabled', 'mode', 'outline'],
|
|
818
|
+
inputs: ['color', 'disabled', 'mode', 'outline', 'shape', 'size', 'theme'],
|
|
817
819
|
standalone: true
|
|
818
820
|
}]
|
|
819
821
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -826,12 +828,12 @@ let IonCol = class IonCol {
|
|
|
826
828
|
this.el = r.nativeElement;
|
|
827
829
|
}
|
|
828
830
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
829
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCol, isStandalone: true, selector: "ion-col", inputs: { offset: "offset", offsetLg: "offsetLg", offsetMd: "offsetMd", offsetSm: "offsetSm", offsetXl: "offsetXl", offsetXs: "offsetXs", pull: "pull", pullLg: "pullLg", pullMd: "pullMd", pullSm: "pullSm", pullXl: "pullXl", pullXs: "pullXs", push: "push", pushLg: "pushLg", pushMd: "pushMd", pushSm: "pushSm", pushXl: "pushXl", pushXs: "pushXs", size: "size", sizeLg: "sizeLg", sizeMd: "sizeMd", sizeSm: "sizeSm", sizeXl: "sizeXl", sizeXs: "sizeXs" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
831
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCol, isStandalone: true, selector: "ion-col", inputs: { mode: "mode", 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", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
830
832
|
};
|
|
831
833
|
IonCol = __decorate([
|
|
832
834
|
ProxyCmp({
|
|
833
835
|
defineCustomElementFn: defineCustomElement$n,
|
|
834
|
-
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']
|
|
836
|
+
inputs: ['mode', 'offset', 'offsetLg', 'offsetMd', 'offsetSm', 'offsetXl', 'offsetXs', 'pull', 'pullLg', 'pullMd', 'pullSm', 'pullXl', 'pullXs', 'push', 'pushLg', 'pushMd', 'pushSm', 'pushXl', 'pushXs', 'size', 'sizeLg', 'sizeMd', 'sizeSm', 'sizeXl', 'sizeXs', 'theme']
|
|
835
837
|
})
|
|
836
838
|
], IonCol);
|
|
837
839
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCol, decorators: [{
|
|
@@ -841,7 +843,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
841
843
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
842
844
|
template: '<ng-content></ng-content>',
|
|
843
845
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
844
|
-
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'],
|
|
846
|
+
inputs: ['mode', 'offset', 'offsetLg', 'offsetMd', 'offsetSm', 'offsetXl', 'offsetXs', 'pull', 'pullLg', 'pullMd', 'pullSm', 'pullXl', 'pullXs', 'push', 'pushLg', 'pushMd', 'pushSm', 'pushXl', 'pushXs', 'size', 'sizeLg', 'sizeMd', 'sizeSm', 'sizeXl', 'sizeXs', 'theme'],
|
|
845
847
|
standalone: true
|
|
846
848
|
}]
|
|
847
849
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -855,12 +857,12 @@ let IonContent = class IonContent {
|
|
|
855
857
|
proxyOutputs(this, this.el, ['ionScrollStart', 'ionScroll', 'ionScrollEnd']);
|
|
856
858
|
}
|
|
857
859
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
858
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonContent, isStandalone: true, selector: "ion-content", inputs: { color: "color", fixedSlotPlacement: "fixedSlotPlacement", forceOverscroll: "forceOverscroll", fullscreen: "fullscreen", scrollEvents: "scrollEvents", scrollX: "scrollX", scrollY: "scrollY" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
860
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonContent, isStandalone: true, selector: "ion-content", inputs: { color: "color", fixedSlotPlacement: "fixedSlotPlacement", forceOverscroll: "forceOverscroll", fullscreen: "fullscreen", mode: "mode", scrollEvents: "scrollEvents", scrollX: "scrollX", scrollY: "scrollY", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
859
861
|
};
|
|
860
862
|
IonContent = __decorate([
|
|
861
863
|
ProxyCmp({
|
|
862
864
|
defineCustomElementFn: defineCustomElement$o,
|
|
863
|
-
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],
|
|
865
|
+
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'mode', 'scrollEvents', 'scrollX', 'scrollY', 'theme'],
|
|
864
866
|
methods: ['getScrollElement', 'scrollToTop', 'scrollToBottom', 'scrollByPoint', 'scrollToPoint']
|
|
865
867
|
})
|
|
866
868
|
], IonContent);
|
|
@@ -871,7 +873,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
871
873
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
872
874
|
template: '<ng-content></ng-content>',
|
|
873
875
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
874
|
-
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],
|
|
876
|
+
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'mode', 'scrollEvents', 'scrollX', 'scrollY', 'theme'],
|
|
875
877
|
standalone: true
|
|
876
878
|
}]
|
|
877
879
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -884,12 +886,12 @@ let IonDatetimeButton = class IonDatetimeButton {
|
|
|
884
886
|
this.el = r.nativeElement;
|
|
885
887
|
}
|
|
886
888
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonDatetimeButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
887
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonDatetimeButton, isStandalone: true, selector: "ion-datetime-button", inputs: { color: "color", datetime: "datetime", disabled: "disabled", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
889
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonDatetimeButton, isStandalone: true, selector: "ion-datetime-button", inputs: { color: "color", datetime: "datetime", disabled: "disabled", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
888
890
|
};
|
|
889
891
|
IonDatetimeButton = __decorate([
|
|
890
892
|
ProxyCmp({
|
|
891
893
|
defineCustomElementFn: defineCustomElement$p,
|
|
892
|
-
inputs: ['color', 'datetime', 'disabled', 'mode']
|
|
894
|
+
inputs: ['color', 'datetime', 'disabled', 'mode', 'theme']
|
|
893
895
|
})
|
|
894
896
|
], IonDatetimeButton);
|
|
895
897
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonDatetimeButton, decorators: [{
|
|
@@ -899,7 +901,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
899
901
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
900
902
|
template: '<ng-content></ng-content>',
|
|
901
903
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
902
|
-
inputs: ['color', 'datetime', 'disabled', 'mode'],
|
|
904
|
+
inputs: ['color', 'datetime', 'disabled', 'mode', 'theme'],
|
|
903
905
|
standalone: true
|
|
904
906
|
}]
|
|
905
907
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -912,12 +914,12 @@ let IonFab = class IonFab {
|
|
|
912
914
|
this.el = r.nativeElement;
|
|
913
915
|
}
|
|
914
916
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
915
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFab, isStandalone: true, selector: "ion-fab", inputs: { activated: "activated", edge: "edge", horizontal: "horizontal", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
917
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFab, isStandalone: true, selector: "ion-fab", inputs: { activated: "activated", edge: "edge", horizontal: "horizontal", mode: "mode", theme: "theme", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
916
918
|
};
|
|
917
919
|
IonFab = __decorate([
|
|
918
920
|
ProxyCmp({
|
|
919
921
|
defineCustomElementFn: defineCustomElement$q,
|
|
920
|
-
inputs: ['activated', 'edge', 'horizontal', 'vertical'],
|
|
922
|
+
inputs: ['activated', 'edge', 'horizontal', 'mode', 'theme', 'vertical'],
|
|
921
923
|
methods: ['close']
|
|
922
924
|
})
|
|
923
925
|
], IonFab);
|
|
@@ -928,7 +930,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
928
930
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
929
931
|
template: '<ng-content></ng-content>',
|
|
930
932
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
931
|
-
inputs: ['activated', 'edge', 'horizontal', 'vertical'],
|
|
933
|
+
inputs: ['activated', 'edge', 'horizontal', 'mode', 'theme', 'vertical'],
|
|
932
934
|
standalone: true
|
|
933
935
|
}]
|
|
934
936
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -942,12 +944,12 @@ let IonFabButton = class IonFabButton {
|
|
|
942
944
|
proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
|
|
943
945
|
}
|
|
944
946
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFabButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
945
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFabButton, isStandalone: true, selector: "ion-fab-button", inputs: { activated: "activated", closeIcon: "closeIcon", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", show: "show", size: "size", target: "target", translucent: "translucent", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
947
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFabButton, isStandalone: true, selector: "ion-fab-button", inputs: { activated: "activated", closeIcon: "closeIcon", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", show: "show", size: "size", target: "target", theme: "theme", translucent: "translucent", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
946
948
|
};
|
|
947
949
|
IonFabButton = __decorate([
|
|
948
950
|
ProxyCmp({
|
|
949
951
|
defineCustomElementFn: defineCustomElement$r,
|
|
950
|
-
inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type']
|
|
952
|
+
inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'theme', 'translucent', 'type']
|
|
951
953
|
})
|
|
952
954
|
], IonFabButton);
|
|
953
955
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFabButton, decorators: [{
|
|
@@ -957,7 +959,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
957
959
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
958
960
|
template: '<ng-content></ng-content>',
|
|
959
961
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
960
|
-
inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type'],
|
|
962
|
+
inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'theme', 'translucent', 'type'],
|
|
961
963
|
standalone: true
|
|
962
964
|
}]
|
|
963
965
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -970,12 +972,12 @@ let IonFabList = class IonFabList {
|
|
|
970
972
|
this.el = r.nativeElement;
|
|
971
973
|
}
|
|
972
974
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFabList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
973
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFabList, isStandalone: true, selector: "ion-fab-list", inputs: { activated: "activated", side: "side" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
975
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFabList, isStandalone: true, selector: "ion-fab-list", inputs: { activated: "activated", mode: "mode", side: "side", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
974
976
|
};
|
|
975
977
|
IonFabList = __decorate([
|
|
976
978
|
ProxyCmp({
|
|
977
979
|
defineCustomElementFn: defineCustomElement$s,
|
|
978
|
-
inputs: ['activated', 'side']
|
|
980
|
+
inputs: ['activated', 'mode', 'side', 'theme']
|
|
979
981
|
})
|
|
980
982
|
], IonFabList);
|
|
981
983
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFabList, decorators: [{
|
|
@@ -985,7 +987,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
985
987
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
986
988
|
template: '<ng-content></ng-content>',
|
|
987
989
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
988
|
-
inputs: ['activated', 'side'],
|
|
990
|
+
inputs: ['activated', 'mode', 'side', 'theme'],
|
|
989
991
|
standalone: true
|
|
990
992
|
}]
|
|
991
993
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -998,12 +1000,12 @@ let IonFooter = class IonFooter {
|
|
|
998
1000
|
this.el = r.nativeElement;
|
|
999
1001
|
}
|
|
1000
1002
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1001
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFooter, isStandalone: true, selector: "ion-footer", inputs: { collapse: "collapse", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1003
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFooter, isStandalone: true, selector: "ion-footer", inputs: { collapse: "collapse", mode: "mode", theme: "theme", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1002
1004
|
};
|
|
1003
1005
|
IonFooter = __decorate([
|
|
1004
1006
|
ProxyCmp({
|
|
1005
1007
|
defineCustomElementFn: defineCustomElement$t,
|
|
1006
|
-
inputs: ['collapse', 'mode', 'translucent']
|
|
1008
|
+
inputs: ['collapse', 'mode', 'theme', 'translucent']
|
|
1007
1009
|
})
|
|
1008
1010
|
], IonFooter);
|
|
1009
1011
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFooter, decorators: [{
|
|
@@ -1013,7 +1015,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1013
1015
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1014
1016
|
template: '<ng-content></ng-content>',
|
|
1015
1017
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1016
|
-
inputs: ['collapse', 'mode', 'translucent'],
|
|
1018
|
+
inputs: ['collapse', 'mode', 'theme', 'translucent'],
|
|
1017
1019
|
standalone: true
|
|
1018
1020
|
}]
|
|
1019
1021
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1026,12 +1028,12 @@ let IonGrid = class IonGrid {
|
|
|
1026
1028
|
this.el = r.nativeElement;
|
|
1027
1029
|
}
|
|
1028
1030
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1029
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonGrid, isStandalone: true, selector: "ion-grid", inputs: { fixed: "fixed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1031
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonGrid, isStandalone: true, selector: "ion-grid", inputs: { fixed: "fixed", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1030
1032
|
};
|
|
1031
1033
|
IonGrid = __decorate([
|
|
1032
1034
|
ProxyCmp({
|
|
1033
1035
|
defineCustomElementFn: defineCustomElement$u,
|
|
1034
|
-
inputs: ['fixed']
|
|
1036
|
+
inputs: ['fixed', 'mode', 'theme']
|
|
1035
1037
|
})
|
|
1036
1038
|
], IonGrid);
|
|
1037
1039
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonGrid, decorators: [{
|
|
@@ -1041,7 +1043,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1041
1043
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1042
1044
|
template: '<ng-content></ng-content>',
|
|
1043
1045
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1044
|
-
inputs: ['fixed'],
|
|
1046
|
+
inputs: ['fixed', 'mode', 'theme'],
|
|
1045
1047
|
standalone: true
|
|
1046
1048
|
}]
|
|
1047
1049
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1054,12 +1056,12 @@ let IonHeader = class IonHeader {
|
|
|
1054
1056
|
this.el = r.nativeElement;
|
|
1055
1057
|
}
|
|
1056
1058
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1057
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonHeader, isStandalone: true, selector: "ion-header", inputs: { collapse: "collapse", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1059
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonHeader, isStandalone: true, selector: "ion-header", inputs: { collapse: "collapse", divider: "divider", mode: "mode", theme: "theme", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1058
1060
|
};
|
|
1059
1061
|
IonHeader = __decorate([
|
|
1060
1062
|
ProxyCmp({
|
|
1061
1063
|
defineCustomElementFn: defineCustomElement$v,
|
|
1062
|
-
inputs: ['collapse', 'mode', 'translucent']
|
|
1064
|
+
inputs: ['collapse', 'divider', 'mode', 'theme', 'translucent']
|
|
1063
1065
|
})
|
|
1064
1066
|
], IonHeader);
|
|
1065
1067
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonHeader, decorators: [{
|
|
@@ -1069,7 +1071,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1069
1071
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1070
1072
|
template: '<ng-content></ng-content>',
|
|
1071
1073
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1072
|
-
inputs: ['collapse', 'mode', 'translucent'],
|
|
1074
|
+
inputs: ['collapse', 'divider', 'mode', 'theme', 'translucent'],
|
|
1073
1075
|
standalone: true
|
|
1074
1076
|
}]
|
|
1075
1077
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1083,12 +1085,12 @@ let IonImg = class IonImg {
|
|
|
1083
1085
|
proxyOutputs(this, this.el, ['ionImgWillLoad', 'ionImgDidLoad', 'ionError']);
|
|
1084
1086
|
}
|
|
1085
1087
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonImg, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1086
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonImg, isStandalone: true, selector: "ion-img", inputs: { alt: "alt", src: "src" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1088
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonImg, isStandalone: true, selector: "ion-img", inputs: { alt: "alt", mode: "mode", src: "src", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1087
1089
|
};
|
|
1088
1090
|
IonImg = __decorate([
|
|
1089
1091
|
ProxyCmp({
|
|
1090
1092
|
defineCustomElementFn: defineCustomElement$w,
|
|
1091
|
-
inputs: ['alt', 'src']
|
|
1093
|
+
inputs: ['alt', 'mode', 'src', 'theme']
|
|
1092
1094
|
})
|
|
1093
1095
|
], IonImg);
|
|
1094
1096
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonImg, decorators: [{
|
|
@@ -1098,7 +1100,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1098
1100
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1099
1101
|
template: '<ng-content></ng-content>',
|
|
1100
1102
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1101
|
-
inputs: ['alt', 'src'],
|
|
1103
|
+
inputs: ['alt', 'mode', 'src', 'theme'],
|
|
1102
1104
|
standalone: true
|
|
1103
1105
|
}]
|
|
1104
1106
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1112,12 +1114,12 @@ let IonInfiniteScroll = class IonInfiniteScroll {
|
|
|
1112
1114
|
proxyOutputs(this, this.el, ['ionInfinite']);
|
|
1113
1115
|
}
|
|
1114
1116
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonInfiniteScroll, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1115
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInfiniteScroll, isStandalone: true, selector: "ion-infinite-scroll", inputs: { disabled: "disabled", position: "position", threshold: "threshold" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1117
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInfiniteScroll, isStandalone: true, selector: "ion-infinite-scroll", inputs: { disabled: "disabled", mode: "mode", position: "position", theme: "theme", threshold: "threshold" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1116
1118
|
};
|
|
1117
1119
|
IonInfiniteScroll = __decorate([
|
|
1118
1120
|
ProxyCmp({
|
|
1119
1121
|
defineCustomElementFn: defineCustomElement$x,
|
|
1120
|
-
inputs: ['disabled', 'position', 'threshold'],
|
|
1122
|
+
inputs: ['disabled', 'mode', 'position', 'theme', 'threshold'],
|
|
1121
1123
|
methods: ['complete']
|
|
1122
1124
|
})
|
|
1123
1125
|
], IonInfiniteScroll);
|
|
@@ -1128,7 +1130,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1128
1130
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1129
1131
|
template: '<ng-content></ng-content>',
|
|
1130
1132
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1131
|
-
inputs: ['disabled', 'position', 'threshold'],
|
|
1133
|
+
inputs: ['disabled', 'mode', 'position', 'theme', 'threshold'],
|
|
1132
1134
|
standalone: true
|
|
1133
1135
|
}]
|
|
1134
1136
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1141,12 +1143,12 @@ let IonInfiniteScrollContent = class IonInfiniteScrollContent {
|
|
|
1141
1143
|
this.el = r.nativeElement;
|
|
1142
1144
|
}
|
|
1143
1145
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonInfiniteScrollContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1144
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInfiniteScrollContent, isStandalone: true, selector: "ion-infinite-scroll-content", inputs: { loadingSpinner: "loadingSpinner", loadingText: "loadingText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1146
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInfiniteScrollContent, isStandalone: true, selector: "ion-infinite-scroll-content", inputs: { loadingSpinner: "loadingSpinner", loadingText: "loadingText", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1145
1147
|
};
|
|
1146
1148
|
IonInfiniteScrollContent = __decorate([
|
|
1147
1149
|
ProxyCmp({
|
|
1148
1150
|
defineCustomElementFn: defineCustomElement$y,
|
|
1149
|
-
inputs: ['loadingSpinner', 'loadingText']
|
|
1151
|
+
inputs: ['loadingSpinner', 'loadingText', 'mode', 'theme']
|
|
1150
1152
|
})
|
|
1151
1153
|
], IonInfiniteScrollContent);
|
|
1152
1154
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonInfiniteScrollContent, decorators: [{
|
|
@@ -1156,7 +1158,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1156
1158
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1157
1159
|
template: '<ng-content></ng-content>',
|
|
1158
1160
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1159
|
-
inputs: ['loadingSpinner', 'loadingText'],
|
|
1161
|
+
inputs: ['loadingSpinner', 'loadingText', 'mode', 'theme'],
|
|
1160
1162
|
standalone: true
|
|
1161
1163
|
}]
|
|
1162
1164
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1197,12 +1199,12 @@ let IonItem = class IonItem {
|
|
|
1197
1199
|
this.el = r.nativeElement;
|
|
1198
1200
|
}
|
|
1199
1201
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1200
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItem, isStandalone: true, selector: "ion-item", inputs: { button: "button", color: "color", detail: "detail", detailIcon: "detailIcon", disabled: "disabled", download: "download", href: "href", lines: "lines", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1202
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItem, isStandalone: true, selector: "ion-item", inputs: { button: "button", color: "color", detail: "detail", detailIcon: "detailIcon", disabled: "disabled", download: "download", href: "href", lines: "lines", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", target: "target", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1201
1203
|
};
|
|
1202
1204
|
IonItem = __decorate([
|
|
1203
1205
|
ProxyCmp({
|
|
1204
1206
|
defineCustomElementFn: defineCustomElement$A,
|
|
1205
|
-
inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
|
|
1207
|
+
inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'theme', 'type']
|
|
1206
1208
|
})
|
|
1207
1209
|
], IonItem);
|
|
1208
1210
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItem, decorators: [{
|
|
@@ -1212,7 +1214,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1212
1214
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1213
1215
|
template: '<ng-content></ng-content>',
|
|
1214
1216
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1215
|
-
inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],
|
|
1217
|
+
inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'theme', 'type'],
|
|
1216
1218
|
standalone: true
|
|
1217
1219
|
}]
|
|
1218
1220
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1225,12 +1227,12 @@ let IonItemDivider = class IonItemDivider {
|
|
|
1225
1227
|
this.el = r.nativeElement;
|
|
1226
1228
|
}
|
|
1227
1229
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1228
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemDivider, isStandalone: true, selector: "ion-item-divider", inputs: { color: "color", mode: "mode", sticky: "sticky" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1230
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemDivider, isStandalone: true, selector: "ion-item-divider", inputs: { color: "color", mode: "mode", sticky: "sticky", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1229
1231
|
};
|
|
1230
1232
|
IonItemDivider = __decorate([
|
|
1231
1233
|
ProxyCmp({
|
|
1232
1234
|
defineCustomElementFn: defineCustomElement$B,
|
|
1233
|
-
inputs: ['color', 'mode', 'sticky']
|
|
1235
|
+
inputs: ['color', 'mode', 'sticky', 'theme']
|
|
1234
1236
|
})
|
|
1235
1237
|
], IonItemDivider);
|
|
1236
1238
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemDivider, decorators: [{
|
|
@@ -1240,7 +1242,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1240
1242
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1241
1243
|
template: '<ng-content></ng-content>',
|
|
1242
1244
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1243
|
-
inputs: ['color', 'mode', 'sticky'],
|
|
1245
|
+
inputs: ['color', 'mode', 'sticky', 'theme'],
|
|
1244
1246
|
standalone: true
|
|
1245
1247
|
}]
|
|
1246
1248
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1253,11 +1255,12 @@ let IonItemGroup = class IonItemGroup {
|
|
|
1253
1255
|
this.el = r.nativeElement;
|
|
1254
1256
|
}
|
|
1255
1257
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1256
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemGroup, isStandalone: true, selector: "ion-item-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1258
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemGroup, isStandalone: true, selector: "ion-item-group", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1257
1259
|
};
|
|
1258
1260
|
IonItemGroup = __decorate([
|
|
1259
1261
|
ProxyCmp({
|
|
1260
|
-
defineCustomElementFn: defineCustomElement$C
|
|
1262
|
+
defineCustomElementFn: defineCustomElement$C,
|
|
1263
|
+
inputs: ['mode', 'theme']
|
|
1261
1264
|
})
|
|
1262
1265
|
], IonItemGroup);
|
|
1263
1266
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemGroup, decorators: [{
|
|
@@ -1267,7 +1270,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1267
1270
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1268
1271
|
template: '<ng-content></ng-content>',
|
|
1269
1272
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1270
|
-
inputs: [],
|
|
1273
|
+
inputs: ['mode', 'theme'],
|
|
1271
1274
|
standalone: true
|
|
1272
1275
|
}]
|
|
1273
1276
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1280,12 +1283,12 @@ let IonItemOption = class IonItemOption {
|
|
|
1280
1283
|
this.el = r.nativeElement;
|
|
1281
1284
|
}
|
|
1282
1285
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1283
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemOption, isStandalone: true, selector: "ion-item-option", inputs: { color: "color", disabled: "disabled", download: "download", expandable: "expandable", href: "href", mode: "mode", rel: "rel", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1286
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemOption, isStandalone: true, selector: "ion-item-option", inputs: { color: "color", disabled: "disabled", download: "download", expandable: "expandable", href: "href", mode: "mode", rel: "rel", shape: "shape", target: "target", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1284
1287
|
};
|
|
1285
1288
|
IonItemOption = __decorate([
|
|
1286
1289
|
ProxyCmp({
|
|
1287
1290
|
defineCustomElementFn: defineCustomElement$D,
|
|
1288
|
-
inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type']
|
|
1291
|
+
inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'shape', 'target', 'theme', 'type']
|
|
1289
1292
|
})
|
|
1290
1293
|
], IonItemOption);
|
|
1291
1294
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemOption, decorators: [{
|
|
@@ -1295,7 +1298,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1295
1298
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1296
1299
|
template: '<ng-content></ng-content>',
|
|
1297
1300
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1298
|
-
inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type'],
|
|
1301
|
+
inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'shape', 'target', 'theme', 'type'],
|
|
1299
1302
|
standalone: true
|
|
1300
1303
|
}]
|
|
1301
1304
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1309,12 +1312,12 @@ let IonItemOptions = class IonItemOptions {
|
|
|
1309
1312
|
proxyOutputs(this, this.el, ['ionSwipe']);
|
|
1310
1313
|
}
|
|
1311
1314
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemOptions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1312
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemOptions, isStandalone: true, selector: "ion-item-options", inputs: { side: "side" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1315
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemOptions, isStandalone: true, selector: "ion-item-options", inputs: { mode: "mode", side: "side", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1313
1316
|
};
|
|
1314
1317
|
IonItemOptions = __decorate([
|
|
1315
1318
|
ProxyCmp({
|
|
1316
1319
|
defineCustomElementFn: defineCustomElement$E,
|
|
1317
|
-
inputs: ['side']
|
|
1320
|
+
inputs: ['mode', 'side', 'theme']
|
|
1318
1321
|
})
|
|
1319
1322
|
], IonItemOptions);
|
|
1320
1323
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemOptions, decorators: [{
|
|
@@ -1324,7 +1327,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1324
1327
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1325
1328
|
template: '<ng-content></ng-content>',
|
|
1326
1329
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1327
|
-
inputs: ['side'],
|
|
1330
|
+
inputs: ['mode', 'side', 'theme'],
|
|
1328
1331
|
standalone: true
|
|
1329
1332
|
}]
|
|
1330
1333
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1338,12 +1341,12 @@ let IonItemSliding = class IonItemSliding {
|
|
|
1338
1341
|
proxyOutputs(this, this.el, ['ionDrag']);
|
|
1339
1342
|
}
|
|
1340
1343
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemSliding, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1341
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemSliding, isStandalone: true, selector: "ion-item-sliding", inputs: { disabled: "disabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1344
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemSliding, isStandalone: true, selector: "ion-item-sliding", inputs: { disabled: "disabled", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1342
1345
|
};
|
|
1343
1346
|
IonItemSliding = __decorate([
|
|
1344
1347
|
ProxyCmp({
|
|
1345
1348
|
defineCustomElementFn: defineCustomElement$F,
|
|
1346
|
-
inputs: ['disabled'],
|
|
1349
|
+
inputs: ['disabled', 'mode', 'theme'],
|
|
1347
1350
|
methods: ['getOpenAmount', 'getSlidingRatio', 'open', 'close', 'closeOpened']
|
|
1348
1351
|
})
|
|
1349
1352
|
], IonItemSliding);
|
|
@@ -1354,7 +1357,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1354
1357
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1355
1358
|
template: '<ng-content></ng-content>',
|
|
1356
1359
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1357
|
-
inputs: ['disabled'],
|
|
1360
|
+
inputs: ['disabled', 'mode', 'theme'],
|
|
1358
1361
|
standalone: true
|
|
1359
1362
|
}]
|
|
1360
1363
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1367,12 +1370,12 @@ let IonLabel = class IonLabel {
|
|
|
1367
1370
|
this.el = r.nativeElement;
|
|
1368
1371
|
}
|
|
1369
1372
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1370
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonLabel, isStandalone: true, selector: "ion-label", inputs: { color: "color", mode: "mode", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1373
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonLabel, isStandalone: true, selector: "ion-label", inputs: { color: "color", mode: "mode", position: "position", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1371
1374
|
};
|
|
1372
1375
|
IonLabel = __decorate([
|
|
1373
1376
|
ProxyCmp({
|
|
1374
1377
|
defineCustomElementFn: defineCustomElement$G,
|
|
1375
|
-
inputs: ['color', 'mode', 'position']
|
|
1378
|
+
inputs: ['color', 'mode', 'position', 'theme']
|
|
1376
1379
|
})
|
|
1377
1380
|
], IonLabel);
|
|
1378
1381
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonLabel, decorators: [{
|
|
@@ -1382,7 +1385,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1382
1385
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1383
1386
|
template: '<ng-content></ng-content>',
|
|
1384
1387
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1385
|
-
inputs: ['color', 'mode', 'position'],
|
|
1388
|
+
inputs: ['color', 'mode', 'position', 'theme'],
|
|
1386
1389
|
standalone: true
|
|
1387
1390
|
}]
|
|
1388
1391
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1395,12 +1398,12 @@ let IonList = class IonList {
|
|
|
1395
1398
|
this.el = r.nativeElement;
|
|
1396
1399
|
}
|
|
1397
1400
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1398
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonList, isStandalone: true, selector: "ion-list", inputs: { inset: "inset", lines: "lines", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1401
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonList, isStandalone: true, selector: "ion-list", inputs: { inset: "inset", lines: "lines", mode: "mode", shape: "shape", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1399
1402
|
};
|
|
1400
1403
|
IonList = __decorate([
|
|
1401
1404
|
ProxyCmp({
|
|
1402
1405
|
defineCustomElementFn: defineCustomElement$H,
|
|
1403
|
-
inputs: ['inset', 'lines', 'mode'],
|
|
1406
|
+
inputs: ['inset', 'lines', 'mode', 'shape', 'theme'],
|
|
1404
1407
|
methods: ['closeSlidingItems']
|
|
1405
1408
|
})
|
|
1406
1409
|
], IonList);
|
|
@@ -1411,7 +1414,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1411
1414
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1412
1415
|
template: '<ng-content></ng-content>',
|
|
1413
1416
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1414
|
-
inputs: ['inset', 'lines', 'mode'],
|
|
1417
|
+
inputs: ['inset', 'lines', 'mode', 'shape', 'theme'],
|
|
1415
1418
|
standalone: true
|
|
1416
1419
|
}]
|
|
1417
1420
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1424,12 +1427,12 @@ let IonListHeader = class IonListHeader {
|
|
|
1424
1427
|
this.el = r.nativeElement;
|
|
1425
1428
|
}
|
|
1426
1429
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonListHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1427
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonListHeader, isStandalone: true, selector: "ion-list-header", inputs: { color: "color", lines: "lines", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1430
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonListHeader, isStandalone: true, selector: "ion-list-header", inputs: { color: "color", lines: "lines", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1428
1431
|
};
|
|
1429
1432
|
IonListHeader = __decorate([
|
|
1430
1433
|
ProxyCmp({
|
|
1431
1434
|
defineCustomElementFn: defineCustomElement$I,
|
|
1432
|
-
inputs: ['color', 'lines', 'mode']
|
|
1435
|
+
inputs: ['color', 'lines', 'mode', 'theme']
|
|
1433
1436
|
})
|
|
1434
1437
|
], IonListHeader);
|
|
1435
1438
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonListHeader, decorators: [{
|
|
@@ -1439,7 +1442,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1439
1442
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1440
1443
|
template: '<ng-content></ng-content>',
|
|
1441
1444
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1442
|
-
inputs: ['color', 'lines', 'mode'],
|
|
1445
|
+
inputs: ['color', 'lines', 'mode', 'theme'],
|
|
1443
1446
|
standalone: true
|
|
1444
1447
|
}]
|
|
1445
1448
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1453,12 +1456,12 @@ let IonLoading = class IonLoading {
|
|
|
1453
1456
|
proxyOutputs(this, this.el, ['ionLoadingDidPresent', 'ionLoadingWillPresent', 'ionLoadingWillDismiss', 'ionLoadingDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
1454
1457
|
}
|
|
1455
1458
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonLoading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1456
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonLoading, isStandalone: true, selector: "ion-loading", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", showBackdrop: "showBackdrop", spinner: "spinner", translucent: "translucent", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1459
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonLoading, isStandalone: true, selector: "ion-loading", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", showBackdrop: "showBackdrop", spinner: "spinner", theme: "theme", translucent: "translucent", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1457
1460
|
};
|
|
1458
1461
|
IonLoading = __decorate([
|
|
1459
1462
|
ProxyCmp({
|
|
1460
1463
|
defineCustomElementFn: defineCustomElement$J,
|
|
1461
|
-
inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger'],
|
|
1464
|
+
inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'theme', 'translucent', 'trigger'],
|
|
1462
1465
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
1463
1466
|
})
|
|
1464
1467
|
], IonLoading);
|
|
@@ -1469,7 +1472,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1469
1472
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1470
1473
|
template: '<ng-content></ng-content>',
|
|
1471
1474
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1472
|
-
inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger'],
|
|
1475
|
+
inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'theme', 'translucent', 'trigger'],
|
|
1473
1476
|
standalone: true
|
|
1474
1477
|
}]
|
|
1475
1478
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1483,12 +1486,12 @@ let IonMenu = class IonMenu {
|
|
|
1483
1486
|
proxyOutputs(this, this.el, ['ionWillOpen', 'ionWillClose', 'ionDidOpen', 'ionDidClose']);
|
|
1484
1487
|
}
|
|
1485
1488
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1486
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenu, isStandalone: true, selector: "ion-menu", inputs: { contentId: "contentId", disabled: "disabled", maxEdgeStart: "maxEdgeStart", menuId: "menuId", side: "side", swipeGesture: "swipeGesture", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1489
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenu, isStandalone: true, selector: "ion-menu", inputs: { contentId: "contentId", disabled: "disabled", maxEdgeStart: "maxEdgeStart", menuId: "menuId", mode: "mode", side: "side", swipeGesture: "swipeGesture", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1487
1490
|
};
|
|
1488
1491
|
IonMenu = __decorate([
|
|
1489
1492
|
ProxyCmp({
|
|
1490
1493
|
defineCustomElementFn: defineCustomElement$K,
|
|
1491
|
-
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],
|
|
1494
|
+
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'mode', 'side', 'swipeGesture', 'theme', 'type'],
|
|
1492
1495
|
methods: ['isOpen', 'isActive', 'open', 'close', 'toggle', 'setOpen']
|
|
1493
1496
|
})
|
|
1494
1497
|
], IonMenu);
|
|
@@ -1499,7 +1502,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1499
1502
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1500
1503
|
template: '<ng-content></ng-content>',
|
|
1501
1504
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1502
|
-
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],
|
|
1505
|
+
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'mode', 'side', 'swipeGesture', 'theme', 'type'],
|
|
1503
1506
|
standalone: true
|
|
1504
1507
|
}]
|
|
1505
1508
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1512,12 +1515,12 @@ let IonMenuButton = class IonMenuButton {
|
|
|
1512
1515
|
this.el = r.nativeElement;
|
|
1513
1516
|
}
|
|
1514
1517
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonMenuButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1515
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenuButton, isStandalone: true, selector: "ion-menu-button", inputs: { autoHide: "autoHide", color: "color", disabled: "disabled", menu: "menu", mode: "mode", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1518
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenuButton, isStandalone: true, selector: "ion-menu-button", inputs: { autoHide: "autoHide", color: "color", disabled: "disabled", menu: "menu", mode: "mode", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1516
1519
|
};
|
|
1517
1520
|
IonMenuButton = __decorate([
|
|
1518
1521
|
ProxyCmp({
|
|
1519
1522
|
defineCustomElementFn: defineCustomElement$L,
|
|
1520
|
-
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type']
|
|
1523
|
+
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'theme', 'type']
|
|
1521
1524
|
})
|
|
1522
1525
|
], IonMenuButton);
|
|
1523
1526
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonMenuButton, decorators: [{
|
|
@@ -1527,7 +1530,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1527
1530
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1528
1531
|
template: '<ng-content></ng-content>',
|
|
1529
1532
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1530
|
-
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type'],
|
|
1533
|
+
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'theme', 'type'],
|
|
1531
1534
|
standalone: true
|
|
1532
1535
|
}]
|
|
1533
1536
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1540,12 +1543,12 @@ let IonMenuToggle = class IonMenuToggle {
|
|
|
1540
1543
|
this.el = r.nativeElement;
|
|
1541
1544
|
}
|
|
1542
1545
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonMenuToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1543
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenuToggle, isStandalone: true, selector: "ion-menu-toggle", inputs: { autoHide: "autoHide", menu: "menu" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1546
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenuToggle, isStandalone: true, selector: "ion-menu-toggle", inputs: { autoHide: "autoHide", menu: "menu", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1544
1547
|
};
|
|
1545
1548
|
IonMenuToggle = __decorate([
|
|
1546
1549
|
ProxyCmp({
|
|
1547
1550
|
defineCustomElementFn: defineCustomElement$M,
|
|
1548
|
-
inputs: ['autoHide', 'menu']
|
|
1551
|
+
inputs: ['autoHide', 'menu', 'mode', 'theme']
|
|
1549
1552
|
})
|
|
1550
1553
|
], IonMenuToggle);
|
|
1551
1554
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonMenuToggle, decorators: [{
|
|
@@ -1555,7 +1558,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1555
1558
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1556
1559
|
template: '<ng-content></ng-content>',
|
|
1557
1560
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1558
|
-
inputs: ['autoHide', 'menu'],
|
|
1561
|
+
inputs: ['autoHide', 'menu', 'mode', 'theme'],
|
|
1559
1562
|
standalone: true
|
|
1560
1563
|
}]
|
|
1561
1564
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1568,12 +1571,12 @@ let IonNavLink = class IonNavLink {
|
|
|
1568
1571
|
this.el = r.nativeElement;
|
|
1569
1572
|
}
|
|
1570
1573
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonNavLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1571
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonNavLink, isStandalone: true, selector: "ion-nav-link", inputs: { component: "component", componentProps: "componentProps", routerAnimation: "routerAnimation", routerDirection: "routerDirection" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1574
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonNavLink, isStandalone: true, selector: "ion-nav-link", inputs: { component: "component", componentProps: "componentProps", mode: "mode", routerAnimation: "routerAnimation", routerDirection: "routerDirection", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1572
1575
|
};
|
|
1573
1576
|
IonNavLink = __decorate([
|
|
1574
1577
|
ProxyCmp({
|
|
1575
1578
|
defineCustomElementFn: defineCustomElement$N,
|
|
1576
|
-
inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection']
|
|
1579
|
+
inputs: ['component', 'componentProps', 'mode', 'routerAnimation', 'routerDirection', 'theme']
|
|
1577
1580
|
})
|
|
1578
1581
|
], IonNavLink);
|
|
1579
1582
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonNavLink, decorators: [{
|
|
@@ -1583,7 +1586,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1583
1586
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1584
1587
|
template: '<ng-content></ng-content>',
|
|
1585
1588
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1586
|
-
inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection'],
|
|
1589
|
+
inputs: ['component', 'componentProps', 'mode', 'routerAnimation', 'routerDirection', 'theme'],
|
|
1587
1590
|
standalone: true
|
|
1588
1591
|
}]
|
|
1589
1592
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1596,12 +1599,12 @@ let IonNote = class IonNote {
|
|
|
1596
1599
|
this.el = r.nativeElement;
|
|
1597
1600
|
}
|
|
1598
1601
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonNote, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1599
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonNote, isStandalone: true, selector: "ion-note", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1602
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonNote, isStandalone: true, selector: "ion-note", inputs: { color: "color", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1600
1603
|
};
|
|
1601
1604
|
IonNote = __decorate([
|
|
1602
1605
|
ProxyCmp({
|
|
1603
1606
|
defineCustomElementFn: defineCustomElement$O,
|
|
1604
|
-
inputs: ['color', 'mode']
|
|
1607
|
+
inputs: ['color', 'mode', 'theme']
|
|
1605
1608
|
})
|
|
1606
1609
|
], IonNote);
|
|
1607
1610
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonNote, decorators: [{
|
|
@@ -1611,7 +1614,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1611
1614
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1612
1615
|
template: '<ng-content></ng-content>',
|
|
1613
1616
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1614
|
-
inputs: ['color', 'mode'],
|
|
1617
|
+
inputs: ['color', 'mode', 'theme'],
|
|
1615
1618
|
standalone: true
|
|
1616
1619
|
}]
|
|
1617
1620
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1624,12 +1627,12 @@ let IonPicker = class IonPicker {
|
|
|
1624
1627
|
this.el = r.nativeElement;
|
|
1625
1628
|
}
|
|
1626
1629
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1627
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPicker, isStandalone: true, selector: "ion-picker", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1630
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPicker, isStandalone: true, selector: "ion-picker", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1628
1631
|
};
|
|
1629
1632
|
IonPicker = __decorate([
|
|
1630
1633
|
ProxyCmp({
|
|
1631
1634
|
defineCustomElementFn: defineCustomElement$P,
|
|
1632
|
-
inputs: ['mode']
|
|
1635
|
+
inputs: ['mode', 'theme']
|
|
1633
1636
|
})
|
|
1634
1637
|
], IonPicker);
|
|
1635
1638
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPicker, decorators: [{
|
|
@@ -1639,7 +1642,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1639
1642
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1640
1643
|
template: '<ng-content></ng-content>',
|
|
1641
1644
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1642
|
-
inputs: ['mode'],
|
|
1645
|
+
inputs: ['mode', 'theme'],
|
|
1643
1646
|
standalone: true
|
|
1644
1647
|
}]
|
|
1645
1648
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1653,12 +1656,12 @@ let IonPickerColumn = class IonPickerColumn {
|
|
|
1653
1656
|
proxyOutputs(this, this.el, ['ionChange']);
|
|
1654
1657
|
}
|
|
1655
1658
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPickerColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1656
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerColumn, isStandalone: true, selector: "ion-picker-column", inputs: { color: "color", disabled: "disabled", mode: "mode", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1659
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerColumn, isStandalone: true, selector: "ion-picker-column", inputs: { color: "color", disabled: "disabled", mode: "mode", theme: "theme", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1657
1660
|
};
|
|
1658
1661
|
IonPickerColumn = __decorate([
|
|
1659
1662
|
ProxyCmp({
|
|
1660
1663
|
defineCustomElementFn: defineCustomElement$Q,
|
|
1661
|
-
inputs: ['color', 'disabled', 'mode', 'value'],
|
|
1664
|
+
inputs: ['color', 'disabled', 'mode', 'theme', 'value'],
|
|
1662
1665
|
methods: ['setFocus']
|
|
1663
1666
|
})
|
|
1664
1667
|
], IonPickerColumn);
|
|
@@ -1669,7 +1672,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1669
1672
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1670
1673
|
template: '<ng-content></ng-content>',
|
|
1671
1674
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1672
|
-
inputs: ['color', 'disabled', 'mode', 'value'],
|
|
1675
|
+
inputs: ['color', 'disabled', 'mode', 'theme', 'value'],
|
|
1673
1676
|
standalone: true
|
|
1674
1677
|
}]
|
|
1675
1678
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1682,12 +1685,12 @@ let IonPickerColumnOption = class IonPickerColumnOption {
|
|
|
1682
1685
|
this.el = r.nativeElement;
|
|
1683
1686
|
}
|
|
1684
1687
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPickerColumnOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1685
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerColumnOption, isStandalone: true, selector: "ion-picker-column-option", inputs: { color: "color", disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1688
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerColumnOption, isStandalone: true, selector: "ion-picker-column-option", inputs: { color: "color", disabled: "disabled", mode: "mode", theme: "theme", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1686
1689
|
};
|
|
1687
1690
|
IonPickerColumnOption = __decorate([
|
|
1688
1691
|
ProxyCmp({
|
|
1689
1692
|
defineCustomElementFn: defineCustomElement$R,
|
|
1690
|
-
inputs: ['color', 'disabled', 'value']
|
|
1693
|
+
inputs: ['color', 'disabled', 'mode', 'theme', 'value']
|
|
1691
1694
|
})
|
|
1692
1695
|
], IonPickerColumnOption);
|
|
1693
1696
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPickerColumnOption, decorators: [{
|
|
@@ -1697,7 +1700,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1697
1700
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1698
1701
|
template: '<ng-content></ng-content>',
|
|
1699
1702
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1700
|
-
inputs: ['color', 'disabled', 'value'],
|
|
1703
|
+
inputs: ['color', 'disabled', 'mode', 'theme', 'value'],
|
|
1701
1704
|
standalone: true
|
|
1702
1705
|
}]
|
|
1703
1706
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1711,12 +1714,12 @@ let IonPickerLegacy = class IonPickerLegacy {
|
|
|
1711
1714
|
proxyOutputs(this, this.el, ['ionPickerDidPresent', 'ionPickerWillPresent', 'ionPickerWillDismiss', 'ionPickerDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
1712
1715
|
}
|
|
1713
1716
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPickerLegacy, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1714
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerLegacy, isStandalone: true, selector: "ion-picker-legacy", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", columns: "columns", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", mode: "mode", showBackdrop: "showBackdrop", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1717
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerLegacy, isStandalone: true, selector: "ion-picker-legacy", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", columns: "columns", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", mode: "mode", showBackdrop: "showBackdrop", theme: "theme", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1715
1718
|
};
|
|
1716
1719
|
IonPickerLegacy = __decorate([
|
|
1717
1720
|
ProxyCmp({
|
|
1718
1721
|
defineCustomElementFn: defineCustomElement$S,
|
|
1719
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', 'trigger'],
|
|
1722
|
+
inputs: ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', 'theme', 'trigger'],
|
|
1720
1723
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss', 'getColumn']
|
|
1721
1724
|
})
|
|
1722
1725
|
], IonPickerLegacy);
|
|
@@ -1727,7 +1730,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1727
1730
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1728
1731
|
template: '<ng-content></ng-content>',
|
|
1729
1732
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1730
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', 'trigger'],
|
|
1733
|
+
inputs: ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', 'theme', 'trigger'],
|
|
1731
1734
|
standalone: true
|
|
1732
1735
|
}]
|
|
1733
1736
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1740,12 +1743,12 @@ let IonProgressBar = class IonProgressBar {
|
|
|
1740
1743
|
this.el = r.nativeElement;
|
|
1741
1744
|
}
|
|
1742
1745
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1743
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonProgressBar, isStandalone: true, selector: "ion-progress-bar", inputs: { buffer: "buffer", color: "color", mode: "mode", reversed: "reversed", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1746
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonProgressBar, isStandalone: true, selector: "ion-progress-bar", inputs: { buffer: "buffer", color: "color", mode: "mode", reversed: "reversed", shape: "shape", theme: "theme", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1744
1747
|
};
|
|
1745
1748
|
IonProgressBar = __decorate([
|
|
1746
1749
|
ProxyCmp({
|
|
1747
1750
|
defineCustomElementFn: defineCustomElement$T,
|
|
1748
|
-
inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value']
|
|
1751
|
+
inputs: ['buffer', 'color', 'mode', 'reversed', 'shape', 'theme', 'type', 'value']
|
|
1749
1752
|
})
|
|
1750
1753
|
], IonProgressBar);
|
|
1751
1754
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonProgressBar, decorators: [{
|
|
@@ -1755,7 +1758,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1755
1758
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1756
1759
|
template: '<ng-content></ng-content>',
|
|
1757
1760
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1758
|
-
inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value'],
|
|
1761
|
+
inputs: ['buffer', 'color', 'mode', 'reversed', 'shape', 'theme', 'type', 'value'],
|
|
1759
1762
|
standalone: true
|
|
1760
1763
|
}]
|
|
1761
1764
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1769,12 +1772,12 @@ let IonRadio = class IonRadio {
|
|
|
1769
1772
|
proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
|
|
1770
1773
|
}
|
|
1771
1774
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1772
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRadio, isStandalone: true, selector: "ion-radio", inputs: { alignment: "alignment", color: "color", disabled: "disabled", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1775
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRadio, isStandalone: true, selector: "ion-radio", inputs: { alignment: "alignment", color: "color", disabled: "disabled", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", theme: "theme", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1773
1776
|
};
|
|
1774
1777
|
IonRadio = __decorate([
|
|
1775
1778
|
ProxyCmp({
|
|
1776
1779
|
defineCustomElementFn: defineCustomElement$U,
|
|
1777
|
-
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value']
|
|
1780
|
+
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'theme', 'value']
|
|
1778
1781
|
})
|
|
1779
1782
|
], IonRadio);
|
|
1780
1783
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRadio, decorators: [{
|
|
@@ -1784,7 +1787,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1784
1787
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1785
1788
|
template: '<ng-content></ng-content>',
|
|
1786
1789
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1787
|
-
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value'],
|
|
1790
|
+
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'theme', 'value'],
|
|
1788
1791
|
standalone: true
|
|
1789
1792
|
}]
|
|
1790
1793
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1798,12 +1801,12 @@ let IonRefresher = class IonRefresher {
|
|
|
1798
1801
|
proxyOutputs(this, this.el, ['ionRefresh', 'ionPull', 'ionStart']);
|
|
1799
1802
|
}
|
|
1800
1803
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRefresher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1801
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRefresher, isStandalone: true, selector: "ion-refresher", inputs: { closeDuration: "closeDuration", disabled: "disabled", mode: "mode", pullFactor: "pullFactor", pullMax: "pullMax", pullMin: "pullMin", snapbackDuration: "snapbackDuration" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1804
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRefresher, isStandalone: true, selector: "ion-refresher", inputs: { closeDuration: "closeDuration", disabled: "disabled", mode: "mode", pullFactor: "pullFactor", pullMax: "pullMax", pullMin: "pullMin", snapbackDuration: "snapbackDuration", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1802
1805
|
};
|
|
1803
1806
|
IonRefresher = __decorate([
|
|
1804
1807
|
ProxyCmp({
|
|
1805
1808
|
defineCustomElementFn: defineCustomElement$V,
|
|
1806
|
-
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
|
|
1809
|
+
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration', 'theme'],
|
|
1807
1810
|
methods: ['complete', 'cancel', 'getProgress']
|
|
1808
1811
|
})
|
|
1809
1812
|
], IonRefresher);
|
|
@@ -1814,7 +1817,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1814
1817
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1815
1818
|
template: '<ng-content></ng-content>',
|
|
1816
1819
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1817
|
-
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
|
|
1820
|
+
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration', 'theme'],
|
|
1818
1821
|
standalone: true
|
|
1819
1822
|
}]
|
|
1820
1823
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1827,12 +1830,12 @@ let IonRefresherContent = class IonRefresherContent {
|
|
|
1827
1830
|
this.el = r.nativeElement;
|
|
1828
1831
|
}
|
|
1829
1832
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRefresherContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1830
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRefresherContent, isStandalone: true, selector: "ion-refresher-content", inputs: { pullingIcon: "pullingIcon", pullingText: "pullingText", refreshingSpinner: "refreshingSpinner", refreshingText: "refreshingText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1833
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRefresherContent, isStandalone: true, selector: "ion-refresher-content", inputs: { mode: "mode", pullingIcon: "pullingIcon", pullingText: "pullingText", refreshingSpinner: "refreshingSpinner", refreshingText: "refreshingText", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1831
1834
|
};
|
|
1832
1835
|
IonRefresherContent = __decorate([
|
|
1833
1836
|
ProxyCmp({
|
|
1834
1837
|
defineCustomElementFn: defineCustomElement$W,
|
|
1835
|
-
inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText']
|
|
1838
|
+
inputs: ['mode', 'pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText', 'theme']
|
|
1836
1839
|
})
|
|
1837
1840
|
], IonRefresherContent);
|
|
1838
1841
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRefresherContent, decorators: [{
|
|
@@ -1842,7 +1845,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1842
1845
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1843
1846
|
template: '<ng-content></ng-content>',
|
|
1844
1847
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1845
|
-
inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText'],
|
|
1848
|
+
inputs: ['mode', 'pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText', 'theme'],
|
|
1846
1849
|
standalone: true
|
|
1847
1850
|
}]
|
|
1848
1851
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1855,11 +1858,12 @@ let IonReorder = class IonReorder {
|
|
|
1855
1858
|
this.el = r.nativeElement;
|
|
1856
1859
|
}
|
|
1857
1860
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonReorder, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1858
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonReorder, isStandalone: true, selector: "ion-reorder", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1861
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonReorder, isStandalone: true, selector: "ion-reorder", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1859
1862
|
};
|
|
1860
1863
|
IonReorder = __decorate([
|
|
1861
1864
|
ProxyCmp({
|
|
1862
|
-
defineCustomElementFn: defineCustomElement$X
|
|
1865
|
+
defineCustomElementFn: defineCustomElement$X,
|
|
1866
|
+
inputs: ['mode', 'theme']
|
|
1863
1867
|
})
|
|
1864
1868
|
], IonReorder);
|
|
1865
1869
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonReorder, decorators: [{
|
|
@@ -1869,7 +1873,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1869
1873
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1870
1874
|
template: '<ng-content></ng-content>',
|
|
1871
1875
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1872
|
-
inputs: [],
|
|
1876
|
+
inputs: ['mode', 'theme'],
|
|
1873
1877
|
standalone: true
|
|
1874
1878
|
}]
|
|
1875
1879
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1883,12 +1887,12 @@ let IonReorderGroup = class IonReorderGroup {
|
|
|
1883
1887
|
proxyOutputs(this, this.el, ['ionItemReorder']);
|
|
1884
1888
|
}
|
|
1885
1889
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonReorderGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1886
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonReorderGroup, isStandalone: true, selector: "ion-reorder-group", inputs: { disabled: "disabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1890
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonReorderGroup, isStandalone: true, selector: "ion-reorder-group", inputs: { disabled: "disabled", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1887
1891
|
};
|
|
1888
1892
|
IonReorderGroup = __decorate([
|
|
1889
1893
|
ProxyCmp({
|
|
1890
1894
|
defineCustomElementFn: defineCustomElement$Y,
|
|
1891
|
-
inputs: ['disabled'],
|
|
1895
|
+
inputs: ['disabled', 'mode', 'theme'],
|
|
1892
1896
|
methods: ['complete']
|
|
1893
1897
|
})
|
|
1894
1898
|
], IonReorderGroup);
|
|
@@ -1899,7 +1903,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1899
1903
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1900
1904
|
template: '<ng-content></ng-content>',
|
|
1901
1905
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1902
|
-
inputs: ['disabled'],
|
|
1906
|
+
inputs: ['disabled', 'mode', 'theme'],
|
|
1903
1907
|
standalone: true
|
|
1904
1908
|
}]
|
|
1905
1909
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1912,12 +1916,12 @@ let IonRippleEffect = class IonRippleEffect {
|
|
|
1912
1916
|
this.el = r.nativeElement;
|
|
1913
1917
|
}
|
|
1914
1918
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRippleEffect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1915
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRippleEffect, isStandalone: true, selector: "ion-ripple-effect", inputs: { type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1919
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRippleEffect, isStandalone: true, selector: "ion-ripple-effect", inputs: { mode: "mode", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1916
1920
|
};
|
|
1917
1921
|
IonRippleEffect = __decorate([
|
|
1918
1922
|
ProxyCmp({
|
|
1919
1923
|
defineCustomElementFn: defineCustomElement$Z,
|
|
1920
|
-
inputs: ['type'],
|
|
1924
|
+
inputs: ['mode', 'theme', 'type'],
|
|
1921
1925
|
methods: ['addRipple']
|
|
1922
1926
|
})
|
|
1923
1927
|
], IonRippleEffect);
|
|
@@ -1928,7 +1932,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1928
1932
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1929
1933
|
template: '<ng-content></ng-content>',
|
|
1930
1934
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1931
|
-
inputs: ['type'],
|
|
1935
|
+
inputs: ['mode', 'theme', 'type'],
|
|
1932
1936
|
standalone: true
|
|
1933
1937
|
}]
|
|
1934
1938
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1941,11 +1945,12 @@ let IonRow = class IonRow {
|
|
|
1941
1945
|
this.el = r.nativeElement;
|
|
1942
1946
|
}
|
|
1943
1947
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1944
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRow, isStandalone: true, selector: "ion-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1948
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRow, isStandalone: true, selector: "ion-row", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1945
1949
|
};
|
|
1946
1950
|
IonRow = __decorate([
|
|
1947
1951
|
ProxyCmp({
|
|
1948
|
-
defineCustomElementFn: defineCustomElement$_
|
|
1952
|
+
defineCustomElementFn: defineCustomElement$_,
|
|
1953
|
+
inputs: ['mode', 'theme']
|
|
1949
1954
|
})
|
|
1950
1955
|
], IonRow);
|
|
1951
1956
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRow, decorators: [{
|
|
@@ -1955,7 +1960,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1955
1960
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1956
1961
|
template: '<ng-content></ng-content>',
|
|
1957
1962
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1958
|
-
inputs: [],
|
|
1963
|
+
inputs: ['mode', 'theme'],
|
|
1959
1964
|
standalone: true
|
|
1960
1965
|
}]
|
|
1961
1966
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1968,12 +1973,12 @@ let IonSegmentButton = class IonSegmentButton {
|
|
|
1968
1973
|
this.el = r.nativeElement;
|
|
1969
1974
|
}
|
|
1970
1975
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSegmentButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1971
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSegmentButton, isStandalone: true, selector: "ion-segment-button", inputs: { contentId: "contentId", disabled: "disabled", layout: "layout", mode: "mode", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1976
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSegmentButton, isStandalone: true, selector: "ion-segment-button", inputs: { contentId: "contentId", disabled: "disabled", layout: "layout", mode: "mode", theme: "theme", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1972
1977
|
};
|
|
1973
1978
|
IonSegmentButton = __decorate([
|
|
1974
1979
|
ProxyCmp({
|
|
1975
1980
|
defineCustomElementFn: defineCustomElement$$,
|
|
1976
|
-
inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value']
|
|
1981
|
+
inputs: ['contentId', 'disabled', 'layout', 'mode', 'theme', 'type', 'value']
|
|
1977
1982
|
})
|
|
1978
1983
|
], IonSegmentButton);
|
|
1979
1984
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSegmentButton, decorators: [{
|
|
@@ -1983,7 +1988,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1983
1988
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1984
1989
|
template: '<ng-content></ng-content>',
|
|
1985
1990
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1986
|
-
inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value'],
|
|
1991
|
+
inputs: ['contentId', 'disabled', 'layout', 'mode', 'theme', 'type', 'value'],
|
|
1987
1992
|
standalone: true
|
|
1988
1993
|
}]
|
|
1989
1994
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2080,12 +2085,12 @@ let IonSelectOption = class IonSelectOption {
|
|
|
2080
2085
|
this.el = r.nativeElement;
|
|
2081
2086
|
}
|
|
2082
2087
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSelectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2083
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSelectOption, isStandalone: true, selector: "ion-select-option", inputs: { disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2088
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSelectOption, isStandalone: true, selector: "ion-select-option", inputs: { disabled: "disabled", mode: "mode", theme: "theme", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2084
2089
|
};
|
|
2085
2090
|
IonSelectOption = __decorate([
|
|
2086
2091
|
ProxyCmp({
|
|
2087
2092
|
defineCustomElementFn: defineCustomElement$13,
|
|
2088
|
-
inputs: ['disabled', 'value']
|
|
2093
|
+
inputs: ['disabled', 'mode', 'theme', 'value']
|
|
2089
2094
|
})
|
|
2090
2095
|
], IonSelectOption);
|
|
2091
2096
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSelectOption, decorators: [{
|
|
@@ -2095,7 +2100,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2095
2100
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2096
2101
|
template: '<ng-content></ng-content>',
|
|
2097
2102
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2098
|
-
inputs: ['disabled', 'value'],
|
|
2103
|
+
inputs: ['disabled', 'mode', 'theme', 'value'],
|
|
2099
2104
|
standalone: true
|
|
2100
2105
|
}]
|
|
2101
2106
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2108,12 +2113,12 @@ let IonSkeletonText = class IonSkeletonText {
|
|
|
2108
2113
|
this.el = r.nativeElement;
|
|
2109
2114
|
}
|
|
2110
2115
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSkeletonText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2111
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSkeletonText, isStandalone: true, selector: "ion-skeleton-text", inputs: { animated: "animated" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2116
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSkeletonText, isStandalone: true, selector: "ion-skeleton-text", inputs: { animated: "animated", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2112
2117
|
};
|
|
2113
2118
|
IonSkeletonText = __decorate([
|
|
2114
2119
|
ProxyCmp({
|
|
2115
2120
|
defineCustomElementFn: defineCustomElement$14,
|
|
2116
|
-
inputs: ['animated']
|
|
2121
|
+
inputs: ['animated', 'mode', 'theme']
|
|
2117
2122
|
})
|
|
2118
2123
|
], IonSkeletonText);
|
|
2119
2124
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSkeletonText, decorators: [{
|
|
@@ -2123,7 +2128,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2123
2128
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2124
2129
|
template: '<ng-content></ng-content>',
|
|
2125
2130
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2126
|
-
inputs: ['animated'],
|
|
2131
|
+
inputs: ['animated', 'mode', 'theme'],
|
|
2127
2132
|
standalone: true
|
|
2128
2133
|
}]
|
|
2129
2134
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2136,12 +2141,12 @@ let IonSpinner = class IonSpinner {
|
|
|
2136
2141
|
this.el = r.nativeElement;
|
|
2137
2142
|
}
|
|
2138
2143
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2139
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSpinner, isStandalone: true, selector: "ion-spinner", inputs: { color: "color", duration: "duration", name: "name", paused: "paused" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2144
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSpinner, isStandalone: true, selector: "ion-spinner", inputs: { color: "color", duration: "duration", mode: "mode", name: "name", paused: "paused", size: "size", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2140
2145
|
};
|
|
2141
2146
|
IonSpinner = __decorate([
|
|
2142
2147
|
ProxyCmp({
|
|
2143
2148
|
defineCustomElementFn: defineCustomElement$15,
|
|
2144
|
-
inputs: ['color', 'duration', 'name', 'paused']
|
|
2149
|
+
inputs: ['color', 'duration', 'mode', 'name', 'paused', 'size', 'theme']
|
|
2145
2150
|
})
|
|
2146
2151
|
], IonSpinner);
|
|
2147
2152
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSpinner, decorators: [{
|
|
@@ -2151,7 +2156,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2151
2156
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2152
2157
|
template: '<ng-content></ng-content>',
|
|
2153
2158
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2154
|
-
inputs: ['color', 'duration', 'name', 'paused'],
|
|
2159
|
+
inputs: ['color', 'duration', 'mode', 'name', 'paused', 'size', 'theme'],
|
|
2155
2160
|
standalone: true
|
|
2156
2161
|
}]
|
|
2157
2162
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2165,12 +2170,12 @@ let IonSplitPane = class IonSplitPane {
|
|
|
2165
2170
|
proxyOutputs(this, this.el, ['ionSplitPaneVisible']);
|
|
2166
2171
|
}
|
|
2167
2172
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSplitPane, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2168
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSplitPane, isStandalone: true, selector: "ion-split-pane", inputs: { contentId: "contentId", disabled: "disabled", when: "when" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2173
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSplitPane, isStandalone: true, selector: "ion-split-pane", inputs: { contentId: "contentId", disabled: "disabled", mode: "mode", theme: "theme", when: "when" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2169
2174
|
};
|
|
2170
2175
|
IonSplitPane = __decorate([
|
|
2171
2176
|
ProxyCmp({
|
|
2172
2177
|
defineCustomElementFn: defineCustomElement$16,
|
|
2173
|
-
inputs: ['contentId', 'disabled', 'when']
|
|
2178
|
+
inputs: ['contentId', 'disabled', 'mode', 'theme', 'when']
|
|
2174
2179
|
})
|
|
2175
2180
|
], IonSplitPane);
|
|
2176
2181
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSplitPane, decorators: [{
|
|
@@ -2180,7 +2185,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2180
2185
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2181
2186
|
template: '<ng-content></ng-content>',
|
|
2182
2187
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2183
|
-
inputs: ['contentId', 'disabled', 'when'],
|
|
2188
|
+
inputs: ['contentId', 'disabled', 'mode', 'theme', 'when'],
|
|
2184
2189
|
standalone: true
|
|
2185
2190
|
}]
|
|
2186
2191
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2193,12 +2198,12 @@ let IonTab = class IonTab {
|
|
|
2193
2198
|
this.el = r.nativeElement;
|
|
2194
2199
|
}
|
|
2195
2200
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2196
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTab, isStandalone: true, selector: "ion-tab", inputs: { component: "component", tab: "tab" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2201
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTab, isStandalone: true, selector: "ion-tab", inputs: { component: "component", mode: "mode", tab: "tab", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2197
2202
|
};
|
|
2198
2203
|
IonTab = __decorate([
|
|
2199
2204
|
ProxyCmp({
|
|
2200
2205
|
defineCustomElementFn: defineCustomElement$17,
|
|
2201
|
-
inputs: ['component', 'tab'],
|
|
2206
|
+
inputs: ['component', 'mode', 'tab', 'theme'],
|
|
2202
2207
|
methods: ['setActive']
|
|
2203
2208
|
})
|
|
2204
2209
|
], IonTab);
|
|
@@ -2209,7 +2214,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2209
2214
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2210
2215
|
template: '<ng-content></ng-content>',
|
|
2211
2216
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2212
|
-
inputs: ['component', 'tab'],
|
|
2217
|
+
inputs: ['component', 'mode', 'tab', 'theme'],
|
|
2213
2218
|
standalone: true
|
|
2214
2219
|
}]
|
|
2215
2220
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2222,12 +2227,12 @@ let IonTabBar = class IonTabBar {
|
|
|
2222
2227
|
this.el = r.nativeElement;
|
|
2223
2228
|
}
|
|
2224
2229
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2225
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTabBar, isStandalone: true, selector: "ion-tab-bar", inputs: { color: "color", mode: "mode", selectedTab: "selectedTab", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2230
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTabBar, isStandalone: true, selector: "ion-tab-bar", inputs: { color: "color", expand: "expand", mode: "mode", selectedTab: "selectedTab", shape: "shape", theme: "theme", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2226
2231
|
};
|
|
2227
2232
|
IonTabBar = __decorate([
|
|
2228
2233
|
ProxyCmp({
|
|
2229
2234
|
defineCustomElementFn: defineCustomElement$18,
|
|
2230
|
-
inputs: ['color', 'mode', 'selectedTab', 'translucent']
|
|
2235
|
+
inputs: ['color', 'expand', 'mode', 'selectedTab', 'shape', 'theme', 'translucent']
|
|
2231
2236
|
})
|
|
2232
2237
|
], IonTabBar);
|
|
2233
2238
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabBar, decorators: [{
|
|
@@ -2237,7 +2242,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2237
2242
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2238
2243
|
template: '<ng-content></ng-content>',
|
|
2239
2244
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2240
|
-
inputs: ['color', 'mode', 'selectedTab', 'translucent'],
|
|
2245
|
+
inputs: ['color', 'expand', 'mode', 'selectedTab', 'shape', 'theme', 'translucent'],
|
|
2241
2246
|
standalone: true
|
|
2242
2247
|
}]
|
|
2243
2248
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2250,12 +2255,12 @@ let IonTabButton = class IonTabButton {
|
|
|
2250
2255
|
this.el = r.nativeElement;
|
|
2251
2256
|
}
|
|
2252
2257
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2253
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTabButton, isStandalone: true, selector: "ion-tab-button", inputs: { disabled: "disabled", download: "download", href: "href", layout: "layout", mode: "mode", rel: "rel", selected: "selected", tab: "tab", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2258
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTabButton, isStandalone: true, selector: "ion-tab-button", inputs: { disabled: "disabled", download: "download", href: "href", layout: "layout", mode: "mode", rel: "rel", selected: "selected", shape: "shape", tab: "tab", target: "target", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2254
2259
|
};
|
|
2255
2260
|
IonTabButton = __decorate([
|
|
2256
2261
|
ProxyCmp({
|
|
2257
2262
|
defineCustomElementFn: defineCustomElement$19,
|
|
2258
|
-
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target']
|
|
2263
|
+
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'shape', 'tab', 'target', 'theme']
|
|
2259
2264
|
})
|
|
2260
2265
|
], IonTabButton);
|
|
2261
2266
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabButton, decorators: [{
|
|
@@ -2265,7 +2270,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2265
2270
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2266
2271
|
template: '<ng-content></ng-content>',
|
|
2267
2272
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2268
|
-
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target'],
|
|
2273
|
+
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'shape', 'tab', 'target', 'theme'],
|
|
2269
2274
|
standalone: true
|
|
2270
2275
|
}]
|
|
2271
2276
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2278,12 +2283,12 @@ let IonText = class IonText {
|
|
|
2278
2283
|
this.el = r.nativeElement;
|
|
2279
2284
|
}
|
|
2280
2285
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2281
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonText, isStandalone: true, selector: "ion-text", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2286
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonText, isStandalone: true, selector: "ion-text", inputs: { color: "color", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2282
2287
|
};
|
|
2283
2288
|
IonText = __decorate([
|
|
2284
2289
|
ProxyCmp({
|
|
2285
2290
|
defineCustomElementFn: defineCustomElement$1a,
|
|
2286
|
-
inputs: ['color', 'mode']
|
|
2291
|
+
inputs: ['color', 'mode', 'theme']
|
|
2287
2292
|
})
|
|
2288
2293
|
], IonText);
|
|
2289
2294
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonText, decorators: [{
|
|
@@ -2293,7 +2298,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2293
2298
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2294
2299
|
template: '<ng-content></ng-content>',
|
|
2295
2300
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2296
|
-
inputs: ['color', 'mode'],
|
|
2301
|
+
inputs: ['color', 'mode', 'theme'],
|
|
2297
2302
|
standalone: true
|
|
2298
2303
|
}]
|
|
2299
2304
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2306,11 +2311,12 @@ let IonThumbnail = class IonThumbnail {
|
|
|
2306
2311
|
this.el = r.nativeElement;
|
|
2307
2312
|
}
|
|
2308
2313
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonThumbnail, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2309
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonThumbnail, isStandalone: true, selector: "ion-thumbnail", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2314
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonThumbnail, isStandalone: true, selector: "ion-thumbnail", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2310
2315
|
};
|
|
2311
2316
|
IonThumbnail = __decorate([
|
|
2312
2317
|
ProxyCmp({
|
|
2313
|
-
defineCustomElementFn: defineCustomElement$1b
|
|
2318
|
+
defineCustomElementFn: defineCustomElement$1b,
|
|
2319
|
+
inputs: ['mode', 'theme']
|
|
2314
2320
|
})
|
|
2315
2321
|
], IonThumbnail);
|
|
2316
2322
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonThumbnail, decorators: [{
|
|
@@ -2320,7 +2326,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2320
2326
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2321
2327
|
template: '<ng-content></ng-content>',
|
|
2322
2328
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2323
|
-
inputs: [],
|
|
2329
|
+
inputs: ['mode', 'theme'],
|
|
2324
2330
|
standalone: true
|
|
2325
2331
|
}]
|
|
2326
2332
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2333,12 +2339,12 @@ let IonTitle = class IonTitle {
|
|
|
2333
2339
|
this.el = r.nativeElement;
|
|
2334
2340
|
}
|
|
2335
2341
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2336
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTitle, isStandalone: true, selector: "ion-title", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2342
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTitle, isStandalone: true, selector: "ion-title", inputs: { color: "color", mode: "mode", size: "size", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2337
2343
|
};
|
|
2338
2344
|
IonTitle = __decorate([
|
|
2339
2345
|
ProxyCmp({
|
|
2340
2346
|
defineCustomElementFn: defineCustomElement$1c,
|
|
2341
|
-
inputs: ['color', 'size']
|
|
2347
|
+
inputs: ['color', 'mode', 'size', 'theme']
|
|
2342
2348
|
})
|
|
2343
2349
|
], IonTitle);
|
|
2344
2350
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTitle, decorators: [{
|
|
@@ -2348,7 +2354,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2348
2354
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2349
2355
|
template: '<ng-content></ng-content>',
|
|
2350
2356
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2351
|
-
inputs: ['color', 'size'],
|
|
2357
|
+
inputs: ['color', 'mode', 'size', 'theme'],
|
|
2352
2358
|
standalone: true
|
|
2353
2359
|
}]
|
|
2354
2360
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2362,12 +2368,12 @@ let IonToast = class IonToast {
|
|
|
2362
2368
|
proxyOutputs(this, this.el, ['ionToastDidPresent', 'ionToastWillPresent', 'ionToastWillDismiss', 'ionToastDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
2363
2369
|
}
|
|
2364
2370
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2365
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonToast, isStandalone: true, selector: "ion-toast", inputs: { animated: "animated", buttons: "buttons", color: "color", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", icon: "icon", isOpen: "isOpen", keyboardClose: "keyboardClose", layout: "layout", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", position: "position", positionAnchor: "positionAnchor", swipeGesture: "swipeGesture", translucent: "translucent", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2371
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonToast, isStandalone: true, selector: "ion-toast", inputs: { animated: "animated", buttons: "buttons", color: "color", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", icon: "icon", isOpen: "isOpen", keyboardClose: "keyboardClose", layout: "layout", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", position: "position", positionAnchor: "positionAnchor", shape: "shape", swipeGesture: "swipeGesture", theme: "theme", translucent: "translucent", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2366
2372
|
};
|
|
2367
2373
|
IonToast = __decorate([
|
|
2368
2374
|
ProxyCmp({
|
|
2369
2375
|
defineCustomElementFn: defineCustomElement$1d,
|
|
2370
|
-
inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],
|
|
2376
|
+
inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'shape', 'swipeGesture', 'theme', 'translucent', 'trigger'],
|
|
2371
2377
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
2372
2378
|
})
|
|
2373
2379
|
], IonToast);
|
|
@@ -2378,7 +2384,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2378
2384
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2379
2385
|
template: '<ng-content></ng-content>',
|
|
2380
2386
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2381
|
-
inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],
|
|
2387
|
+
inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'shape', 'swipeGesture', 'theme', 'translucent', 'trigger'],
|
|
2382
2388
|
standalone: true
|
|
2383
2389
|
}]
|
|
2384
2390
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -2391,12 +2397,12 @@ let IonToolbar = class IonToolbar {
|
|
|
2391
2397
|
this.el = r.nativeElement;
|
|
2392
2398
|
}
|
|
2393
2399
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonToolbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2394
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonToolbar, isStandalone: true, selector: "ion-toolbar", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2400
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonToolbar, isStandalone: true, selector: "ion-toolbar", inputs: { color: "color", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2395
2401
|
};
|
|
2396
2402
|
IonToolbar = __decorate([
|
|
2397
2403
|
ProxyCmp({
|
|
2398
2404
|
defineCustomElementFn: defineCustomElement$1e,
|
|
2399
|
-
inputs: ['color', 'mode']
|
|
2405
|
+
inputs: ['color', 'mode', 'theme']
|
|
2400
2406
|
})
|
|
2401
2407
|
], IonToolbar);
|
|
2402
2408
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonToolbar, decorators: [{
|
|
@@ -2406,7 +2412,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2406
2412
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2407
2413
|
template: '<ng-content></ng-content>',
|
|
2408
2414
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2409
|
-
inputs: ['color', 'mode'],
|
|
2415
|
+
inputs: ['color', 'mode', 'theme'],
|
|
2410
2416
|
standalone: true
|
|
2411
2417
|
}]
|
|
2412
2418
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|