@ionic/angular 8.8.6-dev.11777569278.1613db2e → 8.8.6-dev.11777572994.1147595d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/core.css +1 -1
- package/css/core.css.map +1 -1
- package/css/display.css +1 -1
- package/css/display.css.map +1 -1
- package/css/flex-utils.css +1 -1
- package/css/flex-utils.css.map +1 -1
- package/css/float-elements.css.map +1 -1
- package/css/global.bundle.css.map +1 -1
- package/css/ionic-swiper.css +1 -1
- package/css/ionic-swiper.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/css/normalize.css.map +1 -1
- package/css/padding.css.map +1 -1
- package/css/palettes/dark.always.css.map +1 -1
- package/css/palettes/dark.class.css.map +1 -1
- package/css/palettes/dark.system.css.map +1 -1
- package/css/palettes/high-contrast-dark.always.css.map +1 -1
- package/css/palettes/high-contrast-dark.class.css.map +1 -1
- package/css/palettes/high-contrast-dark.system.css.map +1 -1
- package/css/palettes/high-contrast.always.css.map +1 -1
- package/css/palettes/high-contrast.class.css.map +1 -1
- package/css/palettes/high-contrast.system.css.map +1 -1
- package/css/structure.css.map +1 -1
- package/css/text-alignment.css.map +1 -1
- package/css/text-transformation.css.map +1 -1
- package/css/typography.css.map +1 -1
- package/css/utils.bundle.css +1 -1
- package/css/utils.bundle.css.map +1 -1
- package/directives/proxies-list.d.ts +1 -1
- package/directives/proxies.d.ts +84 -149
- package/esm2022/common/directives/navigation/router-outlet.mjs +2 -1
- package/esm2022/directives/proxies-list.mjs +1 -4
- package/esm2022/directives/proxies.mjs +243 -337
- package/esm2022/index.mjs +1 -2
- package/esm2022/ionic-module.mjs +2 -2
- package/esm2022/standalone/directives/proxies.mjs +210 -308
- package/esm2022/standalone/index.mjs +1 -2
- package/fesm2022/ionic-angular-common.mjs +1 -0
- package/fesm2022/ionic-angular-common.mjs.map +1 -1
- package/fesm2022/ionic-angular-standalone.mjs +339 -452
- package/fesm2022/ionic-angular-standalone.mjs.map +1 -1
- package/fesm2022/ionic-angular.mjs +246 -357
- package/fesm2022/ionic-angular.mjs.map +1 -1
- package/index.d.ts +1 -2
- package/ionic-module.d.ts +1 -1
- package/package.json +2 -2
- package/standalone/directives/proxies.d.ts +70 -134
- package/standalone/index.d.ts +1 -2
- package/css/ionic/bundle.ionic.css +0 -1
- package/css/ionic/bundle.ionic.css.map +0 -1
- package/css/ionic/core.ionic.css +0 -1
- package/css/ionic/core.ionic.css.map +0 -1
- package/css/ionic/global.bundle.ionic.css +0 -1
- package/css/ionic/global.bundle.ionic.css.map +0 -1
- package/css/ionic/ionic-swiper.ionic.css +0 -1
- package/css/ionic/ionic-swiper.ionic.css.map +0 -1
- package/css/ionic/link.ionic.css +0 -1
- package/css/ionic/link.ionic.css.map +0 -1
- package/css/ionic/structure.ionic.css +0 -1
- package/css/ionic/structure.ionic.css.map +0 -1
- package/css/ionic/typography.ionic.css +0 -1
- package/css/ionic/typography.ionic.css.map +0 -1
- package/css/ionic/utils.bundle.ionic.css +0 -1
- package/css/ionic/utils.bundle.ionic.css.map +0 -1
- package/esm2022/providers/picker-controller.mjs +0 -22
- package/esm2022/standalone/providers/picker-controller.mjs +0 -24
- package/providers/picker-controller.d.ts +0 -11
- package/standalone/providers/picker-controller.d.ts +0 -11
|
@@ -9,7 +9,7 @@ import { fromEvent } from 'rxjs';
|
|
|
9
9
|
import * as i1 from '@angular/common';
|
|
10
10
|
import { DOCUMENT, CommonModule } from '@angular/common';
|
|
11
11
|
import * as i2 from '@angular/router';
|
|
12
|
-
import { alertController, createAnimation, getTimeGivenProgression, actionSheetController, createGesture, loadingController, menuController, modalController,
|
|
12
|
+
import { alertController, createAnimation, getTimeGivenProgression, actionSheetController, createGesture, loadingController, menuController, modalController, popoverController, toastController, setupConfig } from '@ionic/core';
|
|
13
13
|
export { IonicSafeString, IonicSlides, createAnimation, createGesture, getIonPageElement, getPlatforms, getTimeGivenProgression, iosTransitionAnimation, isPlatform, mdTransitionAnimation, openURL } from '@ionic/core';
|
|
14
14
|
import { defineCustomElements } from '@ionic/core/loader';
|
|
15
15
|
|
|
@@ -229,11 +229,11 @@ let IonAccordion = class IonAccordion {
|
|
|
229
229
|
this.el = r.nativeElement;
|
|
230
230
|
}
|
|
231
231
|
/** @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 });
|
|
232
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAccordion, selector: "ion-accordion", inputs: { disabled: "disabled", mode: "mode", readonly: "readonly",
|
|
232
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAccordion, 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 });
|
|
233
233
|
};
|
|
234
234
|
IonAccordion = __decorate([
|
|
235
235
|
ProxyCmp({
|
|
236
|
-
inputs: ['disabled', 'mode', 'readonly', '
|
|
236
|
+
inputs: ['disabled', 'mode', 'readonly', 'toggleIcon', 'toggleIconSlot', 'value']
|
|
237
237
|
})
|
|
238
238
|
], IonAccordion);
|
|
239
239
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAccordion, decorators: [{
|
|
@@ -243,7 +243,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
243
243
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
244
244
|
template: '<ng-content></ng-content>',
|
|
245
245
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
246
|
-
inputs: ['disabled', 'mode', 'readonly', '
|
|
246
|
+
inputs: ['disabled', 'mode', 'readonly', 'toggleIcon', 'toggleIconSlot', 'value'],
|
|
247
247
|
}]
|
|
248
248
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
249
249
|
let IonAccordionGroup = class IonAccordionGroup {
|
|
@@ -256,11 +256,11 @@ let IonAccordionGroup = class IonAccordionGroup {
|
|
|
256
256
|
proxyOutputs(this, this.el, ['ionChange']);
|
|
257
257
|
}
|
|
258
258
|
/** @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 });
|
|
259
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAccordionGroup, selector: "ion-accordion-group", inputs: { animated: "animated", disabled: "disabled", expand: "expand", mode: "mode", multiple: "multiple", readonly: "readonly",
|
|
259
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAccordionGroup, 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 });
|
|
260
260
|
};
|
|
261
261
|
IonAccordionGroup = __decorate([
|
|
262
262
|
ProxyCmp({
|
|
263
|
-
inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', '
|
|
263
|
+
inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'value']
|
|
264
264
|
})
|
|
265
265
|
], IonAccordionGroup);
|
|
266
266
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAccordionGroup, decorators: [{
|
|
@@ -270,7 +270,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
270
270
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
271
271
|
template: '<ng-content></ng-content>',
|
|
272
272
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
273
|
-
inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', '
|
|
273
|
+
inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'value'],
|
|
274
274
|
}]
|
|
275
275
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
276
276
|
let IonActionSheet = class IonActionSheet {
|
|
@@ -283,11 +283,11 @@ let IonActionSheet = class IonActionSheet {
|
|
|
283
283
|
proxyOutputs(this, this.el, ['ionActionSheetDidPresent', 'ionActionSheetWillPresent', 'ionActionSheetWillDismiss', 'ionActionSheetDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
284
284
|
}
|
|
285
285
|
/** @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 });
|
|
286
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonActionSheet, 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",
|
|
286
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonActionSheet, 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 });
|
|
287
287
|
};
|
|
288
288
|
IonActionSheet = __decorate([
|
|
289
289
|
ProxyCmp({
|
|
290
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', '
|
|
290
|
+
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
291
291
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
292
292
|
})
|
|
293
293
|
], IonActionSheet);
|
|
@@ -298,7 +298,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
298
298
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
299
299
|
template: '<ng-content></ng-content>',
|
|
300
300
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
301
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', '
|
|
301
|
+
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
302
302
|
}]
|
|
303
303
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
304
304
|
let IonAlert = class IonAlert {
|
|
@@ -311,11 +311,11 @@ let IonAlert = class IonAlert {
|
|
|
311
311
|
proxyOutputs(this, this.el, ['ionAlertDidPresent', 'ionAlertWillPresent', 'ionAlertWillDismiss', 'ionAlertDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
312
312
|
}
|
|
313
313
|
/** @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 });
|
|
314
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAlert, 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",
|
|
314
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAlert, 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 });
|
|
315
315
|
};
|
|
316
316
|
IonAlert = __decorate([
|
|
317
317
|
ProxyCmp({
|
|
318
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', '
|
|
318
|
+
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
319
319
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
320
320
|
})
|
|
321
321
|
], IonAlert);
|
|
@@ -326,7 +326,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
326
326
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
327
327
|
template: '<ng-content></ng-content>',
|
|
328
328
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
329
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', '
|
|
329
|
+
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
330
330
|
}]
|
|
331
331
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
332
332
|
let IonApp = class IonApp {
|
|
@@ -338,11 +338,10 @@ let IonApp = class IonApp {
|
|
|
338
338
|
this.el = r.nativeElement;
|
|
339
339
|
}
|
|
340
340
|
/** @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 });
|
|
341
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonApp, selector: "ion-app",
|
|
341
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonApp, selector: "ion-app", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
342
342
|
};
|
|
343
343
|
IonApp = __decorate([
|
|
344
344
|
ProxyCmp({
|
|
345
|
-
inputs: ['mode', 'theme'],
|
|
346
345
|
methods: ['setFocus']
|
|
347
346
|
})
|
|
348
347
|
], IonApp);
|
|
@@ -353,7 +352,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
353
352
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
354
353
|
template: '<ng-content></ng-content>',
|
|
355
354
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
356
|
-
inputs: [
|
|
355
|
+
inputs: [],
|
|
357
356
|
}]
|
|
358
357
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
359
358
|
let IonAvatar = class IonAvatar {
|
|
@@ -365,12 +364,10 @@ let IonAvatar = class IonAvatar {
|
|
|
365
364
|
this.el = r.nativeElement;
|
|
366
365
|
}
|
|
367
366
|
/** @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 });
|
|
368
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAvatar, selector: "ion-avatar",
|
|
367
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAvatar, selector: "ion-avatar", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
369
368
|
};
|
|
370
369
|
IonAvatar = __decorate([
|
|
371
|
-
ProxyCmp({
|
|
372
|
-
inputs: ['disabled', 'mode', 'shape', 'size', 'theme']
|
|
373
|
-
})
|
|
370
|
+
ProxyCmp({})
|
|
374
371
|
], IonAvatar);
|
|
375
372
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAvatar, decorators: [{
|
|
376
373
|
type: Component,
|
|
@@ -379,7 +376,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
379
376
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
380
377
|
template: '<ng-content></ng-content>',
|
|
381
378
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
382
|
-
inputs: [
|
|
379
|
+
inputs: [],
|
|
383
380
|
}]
|
|
384
381
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
385
382
|
let IonBackdrop = class IonBackdrop {
|
|
@@ -392,11 +389,11 @@ let IonBackdrop = class IonBackdrop {
|
|
|
392
389
|
proxyOutputs(this, this.el, ['ionBackdropTap']);
|
|
393
390
|
}
|
|
394
391
|
/** @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 });
|
|
395
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBackdrop, selector: "ion-backdrop", inputs: {
|
|
392
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBackdrop, selector: "ion-backdrop", inputs: { stopPropagation: "stopPropagation", tappable: "tappable", visible: "visible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
396
393
|
};
|
|
397
394
|
IonBackdrop = __decorate([
|
|
398
395
|
ProxyCmp({
|
|
399
|
-
inputs: ['
|
|
396
|
+
inputs: ['stopPropagation', 'tappable', 'visible']
|
|
400
397
|
})
|
|
401
398
|
], IonBackdrop);
|
|
402
399
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBackdrop, decorators: [{
|
|
@@ -406,7 +403,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
406
403
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
407
404
|
template: '<ng-content></ng-content>',
|
|
408
405
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
409
|
-
inputs: ['
|
|
406
|
+
inputs: ['stopPropagation', 'tappable', 'visible'],
|
|
410
407
|
}]
|
|
411
408
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
412
409
|
let IonBadge = class IonBadge {
|
|
@@ -418,11 +415,11 @@ let IonBadge = class IonBadge {
|
|
|
418
415
|
this.el = r.nativeElement;
|
|
419
416
|
}
|
|
420
417
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
421
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBadge, selector: "ion-badge", inputs: { color: "color",
|
|
418
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBadge, selector: "ion-badge", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
422
419
|
};
|
|
423
420
|
IonBadge = __decorate([
|
|
424
421
|
ProxyCmp({
|
|
425
|
-
inputs: ['color', '
|
|
422
|
+
inputs: ['color', 'mode']
|
|
426
423
|
})
|
|
427
424
|
], IonBadge);
|
|
428
425
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBadge, decorators: [{
|
|
@@ -432,7 +429,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
432
429
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
433
430
|
template: '<ng-content></ng-content>',
|
|
434
431
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
435
|
-
inputs: ['color', '
|
|
432
|
+
inputs: ['color', 'mode'],
|
|
436
433
|
}]
|
|
437
434
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
438
435
|
let IonBreadcrumb = class IonBreadcrumb {
|
|
@@ -445,11 +442,11 @@ let IonBreadcrumb = class IonBreadcrumb {
|
|
|
445
442
|
proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
|
|
446
443
|
}
|
|
447
444
|
/** @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 });
|
|
448
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBreadcrumb, 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"
|
|
445
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBreadcrumb, 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 });
|
|
449
446
|
};
|
|
450
447
|
IonBreadcrumb = __decorate([
|
|
451
448
|
ProxyCmp({
|
|
452
|
-
inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target'
|
|
449
|
+
inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target']
|
|
453
450
|
})
|
|
454
451
|
], IonBreadcrumb);
|
|
455
452
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBreadcrumb, decorators: [{
|
|
@@ -459,7 +456,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
459
456
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
460
457
|
template: '<ng-content></ng-content>',
|
|
461
458
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
462
|
-
inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target'
|
|
459
|
+
inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target'],
|
|
463
460
|
}]
|
|
464
461
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
465
462
|
let IonBreadcrumbs = class IonBreadcrumbs {
|
|
@@ -472,11 +469,11 @@ let IonBreadcrumbs = class IonBreadcrumbs {
|
|
|
472
469
|
proxyOutputs(this, this.el, ['ionCollapsedClick']);
|
|
473
470
|
}
|
|
474
471
|
/** @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 });
|
|
475
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBreadcrumbs, selector: "ion-breadcrumbs", inputs: { color: "color", itemsAfterCollapse: "itemsAfterCollapse", itemsBeforeCollapse: "itemsBeforeCollapse", maxItems: "maxItems", mode: "mode"
|
|
472
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBreadcrumbs, 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 });
|
|
476
473
|
};
|
|
477
474
|
IonBreadcrumbs = __decorate([
|
|
478
475
|
ProxyCmp({
|
|
479
|
-
inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode'
|
|
476
|
+
inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode']
|
|
480
477
|
})
|
|
481
478
|
], IonBreadcrumbs);
|
|
482
479
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBreadcrumbs, decorators: [{
|
|
@@ -486,7 +483,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
486
483
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
487
484
|
template: '<ng-content></ng-content>',
|
|
488
485
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
489
|
-
inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode'
|
|
486
|
+
inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode'],
|
|
490
487
|
}]
|
|
491
488
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
492
489
|
let IonButton = class IonButton {
|
|
@@ -499,11 +496,11 @@ let IonButton = class IonButton {
|
|
|
499
496
|
proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
|
|
500
497
|
}
|
|
501
498
|
/** @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 });
|
|
502
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonButton, 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",
|
|
499
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonButton, 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 });
|
|
503
500
|
};
|
|
504
501
|
IonButton = __decorate([
|
|
505
502
|
ProxyCmp({
|
|
506
|
-
inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', '
|
|
503
|
+
inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'type']
|
|
507
504
|
})
|
|
508
505
|
], IonButton);
|
|
509
506
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonButton, decorators: [{
|
|
@@ -513,7 +510,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
513
510
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
514
511
|
template: '<ng-content></ng-content>',
|
|
515
512
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
516
|
-
inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', '
|
|
513
|
+
inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'type'],
|
|
517
514
|
}]
|
|
518
515
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
519
516
|
let IonButtons = class IonButtons {
|
|
@@ -525,11 +522,11 @@ let IonButtons = class IonButtons {
|
|
|
525
522
|
this.el = r.nativeElement;
|
|
526
523
|
}
|
|
527
524
|
/** @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 });
|
|
528
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonButtons, selector: "ion-buttons", inputs: { collapse: "collapse"
|
|
525
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonButtons, selector: "ion-buttons", inputs: { collapse: "collapse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
529
526
|
};
|
|
530
527
|
IonButtons = __decorate([
|
|
531
528
|
ProxyCmp({
|
|
532
|
-
inputs: ['collapse'
|
|
529
|
+
inputs: ['collapse']
|
|
533
530
|
})
|
|
534
531
|
], IonButtons);
|
|
535
532
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonButtons, decorators: [{
|
|
@@ -539,7 +536,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
539
536
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
540
537
|
template: '<ng-content></ng-content>',
|
|
541
538
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
542
|
-
inputs: ['collapse'
|
|
539
|
+
inputs: ['collapse'],
|
|
543
540
|
}]
|
|
544
541
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
545
542
|
let IonCard = class IonCard {
|
|
@@ -551,11 +548,11 @@ let IonCard = class IonCard {
|
|
|
551
548
|
this.el = r.nativeElement;
|
|
552
549
|
}
|
|
553
550
|
/** @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 });
|
|
554
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCard, selector: "ion-card", inputs: { button: "button", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection",
|
|
551
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCard, 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 });
|
|
555
552
|
};
|
|
556
553
|
IonCard = __decorate([
|
|
557
554
|
ProxyCmp({
|
|
558
|
-
inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', '
|
|
555
|
+
inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
|
|
559
556
|
})
|
|
560
557
|
], IonCard);
|
|
561
558
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCard, decorators: [{
|
|
@@ -565,7 +562,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
565
562
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
566
563
|
template: '<ng-content></ng-content>',
|
|
567
564
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
568
|
-
inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', '
|
|
565
|
+
inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],
|
|
569
566
|
}]
|
|
570
567
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
571
568
|
let IonCardContent = class IonCardContent {
|
|
@@ -577,11 +574,11 @@ let IonCardContent = class IonCardContent {
|
|
|
577
574
|
this.el = r.nativeElement;
|
|
578
575
|
}
|
|
579
576
|
/** @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 });
|
|
580
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardContent, selector: "ion-card-content", inputs: { mode: "mode"
|
|
577
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardContent, selector: "ion-card-content", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
581
578
|
};
|
|
582
579
|
IonCardContent = __decorate([
|
|
583
580
|
ProxyCmp({
|
|
584
|
-
inputs: ['mode'
|
|
581
|
+
inputs: ['mode']
|
|
585
582
|
})
|
|
586
583
|
], IonCardContent);
|
|
587
584
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardContent, decorators: [{
|
|
@@ -591,7 +588,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
591
588
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
592
589
|
template: '<ng-content></ng-content>',
|
|
593
590
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
594
|
-
inputs: ['mode'
|
|
591
|
+
inputs: ['mode'],
|
|
595
592
|
}]
|
|
596
593
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
597
594
|
let IonCardHeader = class IonCardHeader {
|
|
@@ -603,11 +600,11 @@ let IonCardHeader = class IonCardHeader {
|
|
|
603
600
|
this.el = r.nativeElement;
|
|
604
601
|
}
|
|
605
602
|
/** @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 });
|
|
606
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardHeader, selector: "ion-card-header", inputs: { color: "color", mode: "mode",
|
|
603
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardHeader, selector: "ion-card-header", inputs: { color: "color", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
607
604
|
};
|
|
608
605
|
IonCardHeader = __decorate([
|
|
609
606
|
ProxyCmp({
|
|
610
|
-
inputs: ['color', 'mode', '
|
|
607
|
+
inputs: ['color', 'mode', 'translucent']
|
|
611
608
|
})
|
|
612
609
|
], IonCardHeader);
|
|
613
610
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardHeader, decorators: [{
|
|
@@ -617,7 +614,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
617
614
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
618
615
|
template: '<ng-content></ng-content>',
|
|
619
616
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
620
|
-
inputs: ['color', 'mode', '
|
|
617
|
+
inputs: ['color', 'mode', 'translucent'],
|
|
621
618
|
}]
|
|
622
619
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
623
620
|
let IonCardSubtitle = class IonCardSubtitle {
|
|
@@ -629,11 +626,11 @@ let IonCardSubtitle = class IonCardSubtitle {
|
|
|
629
626
|
this.el = r.nativeElement;
|
|
630
627
|
}
|
|
631
628
|
/** @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 });
|
|
632
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardSubtitle, selector: "ion-card-subtitle", inputs: { color: "color", mode: "mode"
|
|
629
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardSubtitle, selector: "ion-card-subtitle", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
633
630
|
};
|
|
634
631
|
IonCardSubtitle = __decorate([
|
|
635
632
|
ProxyCmp({
|
|
636
|
-
inputs: ['color', 'mode'
|
|
633
|
+
inputs: ['color', 'mode']
|
|
637
634
|
})
|
|
638
635
|
], IonCardSubtitle);
|
|
639
636
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardSubtitle, decorators: [{
|
|
@@ -643,7 +640,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
643
640
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
644
641
|
template: '<ng-content></ng-content>',
|
|
645
642
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
646
|
-
inputs: ['color', 'mode'
|
|
643
|
+
inputs: ['color', 'mode'],
|
|
647
644
|
}]
|
|
648
645
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
649
646
|
let IonCardTitle = class IonCardTitle {
|
|
@@ -655,11 +652,11 @@ let IonCardTitle = class IonCardTitle {
|
|
|
655
652
|
this.el = r.nativeElement;
|
|
656
653
|
}
|
|
657
654
|
/** @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 });
|
|
658
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardTitle, selector: "ion-card-title", inputs: { color: "color", mode: "mode"
|
|
655
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardTitle, selector: "ion-card-title", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
659
656
|
};
|
|
660
657
|
IonCardTitle = __decorate([
|
|
661
658
|
ProxyCmp({
|
|
662
|
-
inputs: ['color', 'mode'
|
|
659
|
+
inputs: ['color', 'mode']
|
|
663
660
|
})
|
|
664
661
|
], IonCardTitle);
|
|
665
662
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardTitle, decorators: [{
|
|
@@ -669,7 +666,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
669
666
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
670
667
|
template: '<ng-content></ng-content>',
|
|
671
668
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
672
|
-
inputs: ['color', 'mode'
|
|
669
|
+
inputs: ['color', 'mode'],
|
|
673
670
|
}]
|
|
674
671
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
675
672
|
let IonCheckbox = class IonCheckbox {
|
|
@@ -682,11 +679,11 @@ let IonCheckbox = class IonCheckbox {
|
|
|
682
679
|
proxyOutputs(this, this.el, ['ionChange', 'ionFocus', 'ionBlur']);
|
|
683
680
|
}
|
|
684
681
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
685
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCheckbox, selector: "ion-checkbox", inputs: { alignment: "alignment", checked: "checked", color: "color", disabled: "disabled", errorText: "errorText", helperText: "helperText", indeterminate: "indeterminate", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", required: "required",
|
|
682
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCheckbox, selector: "ion-checkbox", inputs: { alignment: "alignment", checked: "checked", color: "color", disabled: "disabled", errorText: "errorText", helperText: "helperText", indeterminate: "indeterminate", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", required: "required", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
686
683
|
};
|
|
687
684
|
IonCheckbox = __decorate([
|
|
688
685
|
ProxyCmp({
|
|
689
|
-
inputs: ['alignment', 'checked', 'color', 'disabled', 'errorText', 'helperText', 'indeterminate', 'justify', 'labelPlacement', 'mode', 'name', 'required', '
|
|
686
|
+
inputs: ['alignment', 'checked', 'color', 'disabled', 'errorText', 'helperText', 'indeterminate', 'justify', 'labelPlacement', 'mode', 'name', 'required', 'value']
|
|
690
687
|
})
|
|
691
688
|
], IonCheckbox);
|
|
692
689
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCheckbox, decorators: [{
|
|
@@ -696,7 +693,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
696
693
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
697
694
|
template: '<ng-content></ng-content>',
|
|
698
695
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
699
|
-
inputs: ['alignment', 'checked', 'color', 'disabled', 'errorText', 'helperText', 'indeterminate', 'justify', 'labelPlacement', 'mode', 'name', 'required', '
|
|
696
|
+
inputs: ['alignment', 'checked', 'color', 'disabled', 'errorText', 'helperText', 'indeterminate', 'justify', 'labelPlacement', 'mode', 'name', 'required', 'value'],
|
|
700
697
|
}]
|
|
701
698
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
702
699
|
let IonChip = class IonChip {
|
|
@@ -708,11 +705,11 @@ let IonChip = class IonChip {
|
|
|
708
705
|
this.el = r.nativeElement;
|
|
709
706
|
}
|
|
710
707
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
711
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonChip, selector: "ion-chip", inputs: { color: "color", disabled: "disabled",
|
|
708
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonChip, 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 });
|
|
712
709
|
};
|
|
713
710
|
IonChip = __decorate([
|
|
714
711
|
ProxyCmp({
|
|
715
|
-
inputs: ['color', 'disabled', '
|
|
712
|
+
inputs: ['color', 'disabled', 'mode', 'outline']
|
|
716
713
|
})
|
|
717
714
|
], IonChip);
|
|
718
715
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonChip, decorators: [{
|
|
@@ -722,7 +719,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
722
719
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
723
720
|
template: '<ng-content></ng-content>',
|
|
724
721
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
725
|
-
inputs: ['color', 'disabled', '
|
|
722
|
+
inputs: ['color', 'disabled', 'mode', 'outline'],
|
|
726
723
|
}]
|
|
727
724
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
728
725
|
let IonCol = class IonCol {
|
|
@@ -734,11 +731,11 @@ let IonCol = class IonCol {
|
|
|
734
731
|
this.el = r.nativeElement;
|
|
735
732
|
}
|
|
736
733
|
/** @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 });
|
|
737
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCol, selector: "ion-col", inputs: {
|
|
734
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCol, 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 });
|
|
738
735
|
};
|
|
739
736
|
IonCol = __decorate([
|
|
740
737
|
ProxyCmp({
|
|
741
|
-
inputs: ['
|
|
738
|
+
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']
|
|
742
739
|
})
|
|
743
740
|
], IonCol);
|
|
744
741
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCol, decorators: [{
|
|
@@ -748,7 +745,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
748
745
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
749
746
|
template: '<ng-content></ng-content>',
|
|
750
747
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
751
|
-
inputs: ['
|
|
748
|
+
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'],
|
|
752
749
|
}]
|
|
753
750
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
754
751
|
let IonContent = class IonContent {
|
|
@@ -761,11 +758,11 @@ let IonContent = class IonContent {
|
|
|
761
758
|
proxyOutputs(this, this.el, ['ionScrollStart', 'ionScroll', 'ionScrollEnd']);
|
|
762
759
|
}
|
|
763
760
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
764
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonContent, selector: "ion-content", inputs: { color: "color", fixedSlotPlacement: "fixedSlotPlacement", forceOverscroll: "forceOverscroll", fullscreen: "fullscreen",
|
|
761
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonContent, selector: "ion-content", inputs: { color: "color", fixedSlotPlacement: "fixedSlotPlacement", forceOverscroll: "forceOverscroll", fullscreen: "fullscreen", scrollEvents: "scrollEvents", scrollX: "scrollX", scrollY: "scrollY" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
765
762
|
};
|
|
766
763
|
IonContent = __decorate([
|
|
767
764
|
ProxyCmp({
|
|
768
|
-
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', '
|
|
765
|
+
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],
|
|
769
766
|
methods: ['getScrollElement', 'scrollToTop', 'scrollToBottom', 'scrollByPoint', 'scrollToPoint']
|
|
770
767
|
})
|
|
771
768
|
], IonContent);
|
|
@@ -776,7 +773,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
776
773
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
777
774
|
template: '<ng-content></ng-content>',
|
|
778
775
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
779
|
-
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', '
|
|
776
|
+
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],
|
|
780
777
|
}]
|
|
781
778
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
782
779
|
let IonDatetime = class IonDatetime {
|
|
@@ -789,11 +786,11 @@ let IonDatetime = class IonDatetime {
|
|
|
789
786
|
proxyOutputs(this, this.el, ['ionCancel', 'ionChange', 'ionFocus', 'ionBlur']);
|
|
790
787
|
}
|
|
791
788
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonDatetime, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
792
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonDatetime, selector: "ion-datetime", inputs: { cancelText: "cancelText", clearText: "clearText", color: "color", dayValues: "dayValues", disabled: "disabled", doneText: "doneText", firstDayOfWeek: "firstDayOfWeek", formatOptions: "formatOptions", highlightedDates: "highlightedDates", hourCycle: "hourCycle", hourValues: "hourValues", isDateEnabled: "isDateEnabled", locale: "locale", max: "max", min: "min", minuteValues: "minuteValues", mode: "mode", monthValues: "monthValues", multiple: "multiple", name: "name", preferWheel: "preferWheel", presentation: "presentation", readonly: "readonly", showAdjacentDays: "showAdjacentDays", showClearButton: "showClearButton", showDefaultButtons: "showDefaultButtons", showDefaultTimeLabel: "showDefaultTimeLabel", showDefaultTitle: "showDefaultTitle", size: "size",
|
|
789
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonDatetime, selector: "ion-datetime", inputs: { cancelText: "cancelText", clearText: "clearText", color: "color", dayValues: "dayValues", disabled: "disabled", doneText: "doneText", firstDayOfWeek: "firstDayOfWeek", formatOptions: "formatOptions", highlightedDates: "highlightedDates", hourCycle: "hourCycle", hourValues: "hourValues", isDateEnabled: "isDateEnabled", locale: "locale", max: "max", min: "min", minuteValues: "minuteValues", mode: "mode", monthValues: "monthValues", multiple: "multiple", name: "name", preferWheel: "preferWheel", presentation: "presentation", readonly: "readonly", showAdjacentDays: "showAdjacentDays", showClearButton: "showClearButton", showDefaultButtons: "showDefaultButtons", showDefaultTimeLabel: "showDefaultTimeLabel", showDefaultTitle: "showDefaultTitle", size: "size", titleSelectedDatesFormatter: "titleSelectedDatesFormatter", value: "value", yearValues: "yearValues" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
793
790
|
};
|
|
794
791
|
IonDatetime = __decorate([
|
|
795
792
|
ProxyCmp({
|
|
796
|
-
inputs: ['cancelText', 'clearText', 'color', 'dayValues', 'disabled', 'doneText', 'firstDayOfWeek', 'formatOptions', 'highlightedDates', 'hourCycle', 'hourValues', 'isDateEnabled', 'locale', 'max', 'min', 'minuteValues', 'mode', 'monthValues', 'multiple', 'name', 'preferWheel', 'presentation', 'readonly', 'showAdjacentDays', 'showClearButton', 'showDefaultButtons', 'showDefaultTimeLabel', 'showDefaultTitle', 'size', '
|
|
793
|
+
inputs: ['cancelText', 'clearText', 'color', 'dayValues', 'disabled', 'doneText', 'firstDayOfWeek', 'formatOptions', 'highlightedDates', 'hourCycle', 'hourValues', 'isDateEnabled', 'locale', 'max', 'min', 'minuteValues', 'mode', 'monthValues', 'multiple', 'name', 'preferWheel', 'presentation', 'readonly', 'showAdjacentDays', 'showClearButton', 'showDefaultButtons', 'showDefaultTimeLabel', 'showDefaultTitle', 'size', 'titleSelectedDatesFormatter', 'value', 'yearValues'],
|
|
797
794
|
methods: ['confirm', 'reset', 'cancel']
|
|
798
795
|
})
|
|
799
796
|
], IonDatetime);
|
|
@@ -804,7 +801,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
804
801
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
805
802
|
template: '<ng-content></ng-content>',
|
|
806
803
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
807
|
-
inputs: ['cancelText', 'clearText', 'color', 'dayValues', 'disabled', 'doneText', 'firstDayOfWeek', 'formatOptions', 'highlightedDates', 'hourCycle', 'hourValues', 'isDateEnabled', 'locale', 'max', 'min', 'minuteValues', 'mode', 'monthValues', 'multiple', 'name', 'preferWheel', 'presentation', 'readonly', 'showAdjacentDays', 'showClearButton', 'showDefaultButtons', 'showDefaultTimeLabel', 'showDefaultTitle', 'size', '
|
|
804
|
+
inputs: ['cancelText', 'clearText', 'color', 'dayValues', 'disabled', 'doneText', 'firstDayOfWeek', 'formatOptions', 'highlightedDates', 'hourCycle', 'hourValues', 'isDateEnabled', 'locale', 'max', 'min', 'minuteValues', 'mode', 'monthValues', 'multiple', 'name', 'preferWheel', 'presentation', 'readonly', 'showAdjacentDays', 'showClearButton', 'showDefaultButtons', 'showDefaultTimeLabel', 'showDefaultTitle', 'size', 'titleSelectedDatesFormatter', 'value', 'yearValues'],
|
|
808
805
|
}]
|
|
809
806
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
810
807
|
let IonDatetimeButton = class IonDatetimeButton {
|
|
@@ -816,11 +813,11 @@ let IonDatetimeButton = class IonDatetimeButton {
|
|
|
816
813
|
this.el = r.nativeElement;
|
|
817
814
|
}
|
|
818
815
|
/** @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 });
|
|
819
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonDatetimeButton, selector: "ion-datetime-button", inputs: { color: "color", datetime: "datetime", disabled: "disabled", mode: "mode"
|
|
816
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonDatetimeButton, 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 });
|
|
820
817
|
};
|
|
821
818
|
IonDatetimeButton = __decorate([
|
|
822
819
|
ProxyCmp({
|
|
823
|
-
inputs: ['color', 'datetime', 'disabled', 'mode'
|
|
820
|
+
inputs: ['color', 'datetime', 'disabled', 'mode']
|
|
824
821
|
})
|
|
825
822
|
], IonDatetimeButton);
|
|
826
823
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonDatetimeButton, decorators: [{
|
|
@@ -830,33 +827,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
830
827
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
831
828
|
template: '<ng-content></ng-content>',
|
|
832
829
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
833
|
-
inputs: ['color', 'datetime', 'disabled', 'mode'
|
|
834
|
-
}]
|
|
835
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
836
|
-
let IonDivider = class IonDivider {
|
|
837
|
-
z;
|
|
838
|
-
el;
|
|
839
|
-
constructor(c, r, z) {
|
|
840
|
-
this.z = z;
|
|
841
|
-
c.detach();
|
|
842
|
-
this.el = r.nativeElement;
|
|
843
|
-
}
|
|
844
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
845
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonDivider, selector: "ion-divider", inputs: { inset: "inset", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
846
|
-
};
|
|
847
|
-
IonDivider = __decorate([
|
|
848
|
-
ProxyCmp({
|
|
849
|
-
inputs: ['inset', 'spacing']
|
|
850
|
-
})
|
|
851
|
-
], IonDivider);
|
|
852
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonDivider, decorators: [{
|
|
853
|
-
type: Component,
|
|
854
|
-
args: [{
|
|
855
|
-
selector: 'ion-divider',
|
|
856
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
857
|
-
template: '<ng-content></ng-content>',
|
|
858
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
859
|
-
inputs: ['inset', 'spacing'],
|
|
830
|
+
inputs: ['color', 'datetime', 'disabled', 'mode'],
|
|
860
831
|
}]
|
|
861
832
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
862
833
|
let IonFab = class IonFab {
|
|
@@ -868,11 +839,11 @@ let IonFab = class IonFab {
|
|
|
868
839
|
this.el = r.nativeElement;
|
|
869
840
|
}
|
|
870
841
|
/** @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 });
|
|
871
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFab, selector: "ion-fab", inputs: { activated: "activated", edge: "edge", horizontal: "horizontal",
|
|
842
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFab, 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 });
|
|
872
843
|
};
|
|
873
844
|
IonFab = __decorate([
|
|
874
845
|
ProxyCmp({
|
|
875
|
-
inputs: ['activated', 'edge', 'horizontal', '
|
|
846
|
+
inputs: ['activated', 'edge', 'horizontal', 'vertical'],
|
|
876
847
|
methods: ['close']
|
|
877
848
|
})
|
|
878
849
|
], IonFab);
|
|
@@ -883,7 +854,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
883
854
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
884
855
|
template: '<ng-content></ng-content>',
|
|
885
856
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
886
|
-
inputs: ['activated', 'edge', 'horizontal', '
|
|
857
|
+
inputs: ['activated', 'edge', 'horizontal', 'vertical'],
|
|
887
858
|
}]
|
|
888
859
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
889
860
|
let IonFabButton = class IonFabButton {
|
|
@@ -896,11 +867,11 @@ let IonFabButton = class IonFabButton {
|
|
|
896
867
|
proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
|
|
897
868
|
}
|
|
898
869
|
/** @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 });
|
|
899
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFabButton, 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",
|
|
870
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFabButton, 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 });
|
|
900
871
|
};
|
|
901
872
|
IonFabButton = __decorate([
|
|
902
873
|
ProxyCmp({
|
|
903
|
-
inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', '
|
|
874
|
+
inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type']
|
|
904
875
|
})
|
|
905
876
|
], IonFabButton);
|
|
906
877
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFabButton, decorators: [{
|
|
@@ -910,7 +881,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
910
881
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
911
882
|
template: '<ng-content></ng-content>',
|
|
912
883
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
913
|
-
inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', '
|
|
884
|
+
inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type'],
|
|
914
885
|
}]
|
|
915
886
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
916
887
|
let IonFabList = class IonFabList {
|
|
@@ -922,11 +893,11 @@ let IonFabList = class IonFabList {
|
|
|
922
893
|
this.el = r.nativeElement;
|
|
923
894
|
}
|
|
924
895
|
/** @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 });
|
|
925
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFabList, selector: "ion-fab-list", inputs: { activated: "activated",
|
|
896
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFabList, selector: "ion-fab-list", inputs: { activated: "activated", side: "side" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
926
897
|
};
|
|
927
898
|
IonFabList = __decorate([
|
|
928
899
|
ProxyCmp({
|
|
929
|
-
inputs: ['activated', '
|
|
900
|
+
inputs: ['activated', 'side']
|
|
930
901
|
})
|
|
931
902
|
], IonFabList);
|
|
932
903
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFabList, decorators: [{
|
|
@@ -936,7 +907,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
936
907
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
937
908
|
template: '<ng-content></ng-content>',
|
|
938
909
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
939
|
-
inputs: ['activated', '
|
|
910
|
+
inputs: ['activated', 'side'],
|
|
940
911
|
}]
|
|
941
912
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
942
913
|
let IonFooter = class IonFooter {
|
|
@@ -948,11 +919,11 @@ let IonFooter = class IonFooter {
|
|
|
948
919
|
this.el = r.nativeElement;
|
|
949
920
|
}
|
|
950
921
|
/** @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 });
|
|
951
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFooter, selector: "ion-footer", inputs: { collapse: "collapse", mode: "mode",
|
|
922
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFooter, selector: "ion-footer", inputs: { collapse: "collapse", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
952
923
|
};
|
|
953
924
|
IonFooter = __decorate([
|
|
954
925
|
ProxyCmp({
|
|
955
|
-
inputs: ['collapse', 'mode', '
|
|
926
|
+
inputs: ['collapse', 'mode', 'translucent']
|
|
956
927
|
})
|
|
957
928
|
], IonFooter);
|
|
958
929
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFooter, decorators: [{
|
|
@@ -962,33 +933,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
962
933
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
963
934
|
template: '<ng-content></ng-content>',
|
|
964
935
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
965
|
-
inputs: ['collapse', 'mode', '
|
|
966
|
-
}]
|
|
967
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
968
|
-
let IonGallery = class IonGallery {
|
|
969
|
-
z;
|
|
970
|
-
el;
|
|
971
|
-
constructor(c, r, z) {
|
|
972
|
-
this.z = z;
|
|
973
|
-
c.detach();
|
|
974
|
-
this.el = r.nativeElement;
|
|
975
|
-
}
|
|
976
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonGallery, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
977
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonGallery, selector: "ion-gallery", inputs: { columns: "columns", layout: "layout", mode: "mode", order: "order", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
978
|
-
};
|
|
979
|
-
IonGallery = __decorate([
|
|
980
|
-
ProxyCmp({
|
|
981
|
-
inputs: ['columns', 'layout', 'mode', 'order', 'theme']
|
|
982
|
-
})
|
|
983
|
-
], IonGallery);
|
|
984
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonGallery, decorators: [{
|
|
985
|
-
type: Component,
|
|
986
|
-
args: [{
|
|
987
|
-
selector: 'ion-gallery',
|
|
988
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
989
|
-
template: '<ng-content></ng-content>',
|
|
990
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
991
|
-
inputs: ['columns', 'layout', 'mode', 'order', 'theme'],
|
|
936
|
+
inputs: ['collapse', 'mode', 'translucent'],
|
|
992
937
|
}]
|
|
993
938
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
994
939
|
let IonGrid = class IonGrid {
|
|
@@ -1000,11 +945,11 @@ let IonGrid = class IonGrid {
|
|
|
1000
945
|
this.el = r.nativeElement;
|
|
1001
946
|
}
|
|
1002
947
|
/** @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 });
|
|
1003
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonGrid, selector: "ion-grid", inputs: { fixed: "fixed"
|
|
948
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonGrid, selector: "ion-grid", inputs: { fixed: "fixed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1004
949
|
};
|
|
1005
950
|
IonGrid = __decorate([
|
|
1006
951
|
ProxyCmp({
|
|
1007
|
-
inputs: ['fixed'
|
|
952
|
+
inputs: ['fixed']
|
|
1008
953
|
})
|
|
1009
954
|
], IonGrid);
|
|
1010
955
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonGrid, decorators: [{
|
|
@@ -1014,7 +959,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1014
959
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1015
960
|
template: '<ng-content></ng-content>',
|
|
1016
961
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1017
|
-
inputs: ['fixed'
|
|
962
|
+
inputs: ['fixed'],
|
|
1018
963
|
}]
|
|
1019
964
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1020
965
|
let IonHeader = class IonHeader {
|
|
@@ -1026,11 +971,11 @@ let IonHeader = class IonHeader {
|
|
|
1026
971
|
this.el = r.nativeElement;
|
|
1027
972
|
}
|
|
1028
973
|
/** @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 });
|
|
1029
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonHeader, selector: "ion-header", inputs: { collapse: "collapse",
|
|
974
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonHeader, selector: "ion-header", inputs: { collapse: "collapse", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1030
975
|
};
|
|
1031
976
|
IonHeader = __decorate([
|
|
1032
977
|
ProxyCmp({
|
|
1033
|
-
inputs: ['collapse', '
|
|
978
|
+
inputs: ['collapse', 'mode', 'translucent']
|
|
1034
979
|
})
|
|
1035
980
|
], IonHeader);
|
|
1036
981
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonHeader, decorators: [{
|
|
@@ -1040,7 +985,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1040
985
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1041
986
|
template: '<ng-content></ng-content>',
|
|
1042
987
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1043
|
-
inputs: ['collapse', '
|
|
988
|
+
inputs: ['collapse', 'mode', 'translucent'],
|
|
1044
989
|
}]
|
|
1045
990
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1046
991
|
let IonIcon = class IonIcon {
|
|
@@ -1079,11 +1024,11 @@ let IonImg = class IonImg {
|
|
|
1079
1024
|
proxyOutputs(this, this.el, ['ionImgWillLoad', 'ionImgDidLoad', 'ionError']);
|
|
1080
1025
|
}
|
|
1081
1026
|
/** @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 });
|
|
1082
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonImg, selector: "ion-img", inputs: { alt: "alt",
|
|
1027
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonImg, selector: "ion-img", inputs: { alt: "alt", src: "src" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1083
1028
|
};
|
|
1084
1029
|
IonImg = __decorate([
|
|
1085
1030
|
ProxyCmp({
|
|
1086
|
-
inputs: ['alt', '
|
|
1031
|
+
inputs: ['alt', 'src']
|
|
1087
1032
|
})
|
|
1088
1033
|
], IonImg);
|
|
1089
1034
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonImg, decorators: [{
|
|
@@ -1093,7 +1038,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1093
1038
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1094
1039
|
template: '<ng-content></ng-content>',
|
|
1095
1040
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1096
|
-
inputs: ['alt', '
|
|
1041
|
+
inputs: ['alt', 'src'],
|
|
1097
1042
|
}]
|
|
1098
1043
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1099
1044
|
let IonInfiniteScroll = class IonInfiniteScroll {
|
|
@@ -1106,11 +1051,11 @@ let IonInfiniteScroll = class IonInfiniteScroll {
|
|
|
1106
1051
|
proxyOutputs(this, this.el, ['ionInfinite']);
|
|
1107
1052
|
}
|
|
1108
1053
|
/** @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 });
|
|
1109
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInfiniteScroll, selector: "ion-infinite-scroll", inputs: { disabled: "disabled",
|
|
1054
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInfiniteScroll, selector: "ion-infinite-scroll", inputs: { disabled: "disabled", position: "position", threshold: "threshold" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1110
1055
|
};
|
|
1111
1056
|
IonInfiniteScroll = __decorate([
|
|
1112
1057
|
ProxyCmp({
|
|
1113
|
-
inputs: ['disabled', '
|
|
1058
|
+
inputs: ['disabled', 'position', 'threshold'],
|
|
1114
1059
|
methods: ['complete']
|
|
1115
1060
|
})
|
|
1116
1061
|
], IonInfiniteScroll);
|
|
@@ -1121,7 +1066,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1121
1066
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1122
1067
|
template: '<ng-content></ng-content>',
|
|
1123
1068
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1124
|
-
inputs: ['disabled', '
|
|
1069
|
+
inputs: ['disabled', 'position', 'threshold'],
|
|
1125
1070
|
}]
|
|
1126
1071
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1127
1072
|
let IonInfiniteScrollContent = class IonInfiniteScrollContent {
|
|
@@ -1133,11 +1078,11 @@ let IonInfiniteScrollContent = class IonInfiniteScrollContent {
|
|
|
1133
1078
|
this.el = r.nativeElement;
|
|
1134
1079
|
}
|
|
1135
1080
|
/** @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 });
|
|
1136
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInfiniteScrollContent, selector: "ion-infinite-scroll-content", inputs: { loadingSpinner: "loadingSpinner", loadingText: "loadingText"
|
|
1081
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInfiniteScrollContent, selector: "ion-infinite-scroll-content", inputs: { loadingSpinner: "loadingSpinner", loadingText: "loadingText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1137
1082
|
};
|
|
1138
1083
|
IonInfiniteScrollContent = __decorate([
|
|
1139
1084
|
ProxyCmp({
|
|
1140
|
-
inputs: ['loadingSpinner', 'loadingText'
|
|
1085
|
+
inputs: ['loadingSpinner', 'loadingText']
|
|
1141
1086
|
})
|
|
1142
1087
|
], IonInfiniteScrollContent);
|
|
1143
1088
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonInfiniteScrollContent, decorators: [{
|
|
@@ -1147,7 +1092,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1147
1092
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1148
1093
|
template: '<ng-content></ng-content>',
|
|
1149
1094
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1150
|
-
inputs: ['loadingSpinner', 'loadingText'
|
|
1095
|
+
inputs: ['loadingSpinner', 'loadingText'],
|
|
1151
1096
|
}]
|
|
1152
1097
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1153
1098
|
let IonInput = class IonInput {
|
|
@@ -1160,11 +1105,11 @@ let IonInput = class IonInput {
|
|
|
1160
1105
|
proxyOutputs(this, this.el, ['ionInput', 'ionChange', 'ionBlur', 'ionFocus']);
|
|
1161
1106
|
}
|
|
1162
1107
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1163
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInput, selector: "ion-input", inputs: { autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", clearInput: "clearInput", clearInputIcon: "clearInputIcon", clearOnEdit: "clearOnEdit", color: "color", counter: "counter", counterFormatter: "counterFormatter", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", errorText: "errorText", fill: "fill", helperText: "helperText", inputmode: "inputmode", label: "label", labelPlacement: "labelPlacement", max: "max", maxlength: "maxlength", min: "min", minlength: "minlength", mode: "mode", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", shape: "shape",
|
|
1108
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInput, selector: "ion-input", inputs: { autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", clearInput: "clearInput", clearInputIcon: "clearInputIcon", clearOnEdit: "clearOnEdit", color: "color", counter: "counter", counterFormatter: "counterFormatter", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", errorText: "errorText", fill: "fill", helperText: "helperText", inputmode: "inputmode", label: "label", labelPlacement: "labelPlacement", max: "max", maxlength: "maxlength", min: "min", minlength: "minlength", mode: "mode", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", shape: "shape", spellcheck: "spellcheck", step: "step", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1164
1109
|
};
|
|
1165
1110
|
IonInput = __decorate([
|
|
1166
1111
|
ProxyCmp({
|
|
1167
|
-
inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'clearInput', 'clearInputIcon', 'clearOnEdit', 'color', 'counter', 'counterFormatter', 'debounce', 'disabled', 'enterkeyhint', 'errorText', 'fill', 'helperText', 'inputmode', 'label', 'labelPlacement', 'max', 'maxlength', 'min', 'minlength', 'mode', 'multiple', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'shape', '
|
|
1112
|
+
inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'clearInput', 'clearInputIcon', 'clearOnEdit', 'color', 'counter', 'counterFormatter', 'debounce', 'disabled', 'enterkeyhint', 'errorText', 'fill', 'helperText', 'inputmode', 'label', 'labelPlacement', 'max', 'maxlength', 'min', 'minlength', 'mode', 'multiple', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'shape', 'spellcheck', 'step', 'type', 'value'],
|
|
1168
1113
|
methods: ['setFocus', 'getInputElement']
|
|
1169
1114
|
})
|
|
1170
1115
|
], IonInput);
|
|
@@ -1175,7 +1120,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1175
1120
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1176
1121
|
template: '<ng-content></ng-content>',
|
|
1177
1122
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1178
|
-
inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'clearInput', 'clearInputIcon', 'clearOnEdit', 'color', 'counter', 'counterFormatter', 'debounce', 'disabled', 'enterkeyhint', 'errorText', 'fill', 'helperText', 'inputmode', 'label', 'labelPlacement', 'max', 'maxlength', 'min', 'minlength', 'mode', 'multiple', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'shape', '
|
|
1123
|
+
inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'clearInput', 'clearInputIcon', 'clearOnEdit', 'color', 'counter', 'counterFormatter', 'debounce', 'disabled', 'enterkeyhint', 'errorText', 'fill', 'helperText', 'inputmode', 'label', 'labelPlacement', 'max', 'maxlength', 'min', 'minlength', 'mode', 'multiple', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'shape', 'spellcheck', 'step', 'type', 'value'],
|
|
1179
1124
|
}]
|
|
1180
1125
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1181
1126
|
let IonInputOtp = class IonInputOtp {
|
|
@@ -1188,11 +1133,11 @@ let IonInputOtp = class IonInputOtp {
|
|
|
1188
1133
|
proxyOutputs(this, this.el, ['ionInput', 'ionChange', 'ionComplete', 'ionBlur', 'ionFocus']);
|
|
1189
1134
|
}
|
|
1190
1135
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonInputOtp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1191
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInputOtp, selector: "ion-input-otp", inputs: { autocapitalize: "autocapitalize", color: "color", disabled: "disabled", fill: "fill", inputmode: "inputmode", length: "length",
|
|
1136
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInputOtp, selector: "ion-input-otp", inputs: { autocapitalize: "autocapitalize", color: "color", disabled: "disabled", fill: "fill", inputmode: "inputmode", length: "length", pattern: "pattern", readonly: "readonly", separators: "separators", shape: "shape", size: "size", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1192
1137
|
};
|
|
1193
1138
|
IonInputOtp = __decorate([
|
|
1194
1139
|
ProxyCmp({
|
|
1195
|
-
inputs: ['autocapitalize', 'color', 'disabled', 'fill', 'inputmode', 'length', '
|
|
1140
|
+
inputs: ['autocapitalize', 'color', 'disabled', 'fill', 'inputmode', 'length', 'pattern', 'readonly', 'separators', 'shape', 'size', 'type', 'value'],
|
|
1196
1141
|
methods: ['setFocus']
|
|
1197
1142
|
})
|
|
1198
1143
|
], IonInputOtp);
|
|
@@ -1203,7 +1148,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1203
1148
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1204
1149
|
template: '<ng-content></ng-content>',
|
|
1205
1150
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1206
|
-
inputs: ['autocapitalize', 'color', 'disabled', 'fill', 'inputmode', 'length', '
|
|
1151
|
+
inputs: ['autocapitalize', 'color', 'disabled', 'fill', 'inputmode', 'length', 'pattern', 'readonly', 'separators', 'shape', 'size', 'type', 'value'],
|
|
1207
1152
|
}]
|
|
1208
1153
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1209
1154
|
let IonInputPasswordToggle = class IonInputPasswordToggle {
|
|
@@ -1241,11 +1186,11 @@ let IonItem = class IonItem {
|
|
|
1241
1186
|
this.el = r.nativeElement;
|
|
1242
1187
|
}
|
|
1243
1188
|
/** @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 });
|
|
1244
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItem, 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",
|
|
1189
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItem, 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 });
|
|
1245
1190
|
};
|
|
1246
1191
|
IonItem = __decorate([
|
|
1247
1192
|
ProxyCmp({
|
|
1248
|
-
inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', '
|
|
1193
|
+
inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
|
|
1249
1194
|
})
|
|
1250
1195
|
], IonItem);
|
|
1251
1196
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItem, decorators: [{
|
|
@@ -1255,7 +1200,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1255
1200
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1256
1201
|
template: '<ng-content></ng-content>',
|
|
1257
1202
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1258
|
-
inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', '
|
|
1203
|
+
inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],
|
|
1259
1204
|
}]
|
|
1260
1205
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1261
1206
|
let IonItemDivider = class IonItemDivider {
|
|
@@ -1267,11 +1212,11 @@ let IonItemDivider = class IonItemDivider {
|
|
|
1267
1212
|
this.el = r.nativeElement;
|
|
1268
1213
|
}
|
|
1269
1214
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1270
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemDivider, selector: "ion-item-divider", inputs: { color: "color", mode: "mode", sticky: "sticky"
|
|
1215
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemDivider, selector: "ion-item-divider", inputs: { color: "color", mode: "mode", sticky: "sticky" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1271
1216
|
};
|
|
1272
1217
|
IonItemDivider = __decorate([
|
|
1273
1218
|
ProxyCmp({
|
|
1274
|
-
inputs: ['color', 'mode', 'sticky'
|
|
1219
|
+
inputs: ['color', 'mode', 'sticky']
|
|
1275
1220
|
})
|
|
1276
1221
|
], IonItemDivider);
|
|
1277
1222
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemDivider, decorators: [{
|
|
@@ -1281,7 +1226,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1281
1226
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1282
1227
|
template: '<ng-content></ng-content>',
|
|
1283
1228
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1284
|
-
inputs: ['color', 'mode', 'sticky'
|
|
1229
|
+
inputs: ['color', 'mode', 'sticky'],
|
|
1285
1230
|
}]
|
|
1286
1231
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1287
1232
|
let IonItemGroup = class IonItemGroup {
|
|
@@ -1293,12 +1238,10 @@ let IonItemGroup = class IonItemGroup {
|
|
|
1293
1238
|
this.el = r.nativeElement;
|
|
1294
1239
|
}
|
|
1295
1240
|
/** @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 });
|
|
1296
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemGroup, selector: "ion-item-group",
|
|
1241
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemGroup, selector: "ion-item-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1297
1242
|
};
|
|
1298
1243
|
IonItemGroup = __decorate([
|
|
1299
|
-
ProxyCmp({
|
|
1300
|
-
inputs: ['mode', 'theme']
|
|
1301
|
-
})
|
|
1244
|
+
ProxyCmp({})
|
|
1302
1245
|
], IonItemGroup);
|
|
1303
1246
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemGroup, decorators: [{
|
|
1304
1247
|
type: Component,
|
|
@@ -1307,7 +1250,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1307
1250
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1308
1251
|
template: '<ng-content></ng-content>',
|
|
1309
1252
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1310
|
-
inputs: [
|
|
1253
|
+
inputs: [],
|
|
1311
1254
|
}]
|
|
1312
1255
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1313
1256
|
let IonItemOption = class IonItemOption {
|
|
@@ -1319,11 +1262,11 @@ let IonItemOption = class IonItemOption {
|
|
|
1319
1262
|
this.el = r.nativeElement;
|
|
1320
1263
|
}
|
|
1321
1264
|
/** @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 });
|
|
1322
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemOption, selector: "ion-item-option", inputs: { color: "color", disabled: "disabled", download: "download", expandable: "expandable", href: "href",
|
|
1265
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemOption, 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 });
|
|
1323
1266
|
};
|
|
1324
1267
|
IonItemOption = __decorate([
|
|
1325
1268
|
ProxyCmp({
|
|
1326
|
-
inputs: ['color', 'disabled', 'download', 'expandable', 'href', '
|
|
1269
|
+
inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type']
|
|
1327
1270
|
})
|
|
1328
1271
|
], IonItemOption);
|
|
1329
1272
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemOption, decorators: [{
|
|
@@ -1333,7 +1276,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1333
1276
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1334
1277
|
template: '<ng-content></ng-content>',
|
|
1335
1278
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1336
|
-
inputs: ['color', 'disabled', 'download', 'expandable', 'href', '
|
|
1279
|
+
inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type'],
|
|
1337
1280
|
}]
|
|
1338
1281
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1339
1282
|
let IonItemOptions = class IonItemOptions {
|
|
@@ -1346,11 +1289,11 @@ let IonItemOptions = class IonItemOptions {
|
|
|
1346
1289
|
proxyOutputs(this, this.el, ['ionSwipe']);
|
|
1347
1290
|
}
|
|
1348
1291
|
/** @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 });
|
|
1349
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemOptions, selector: "ion-item-options", inputs: {
|
|
1292
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemOptions, selector: "ion-item-options", inputs: { side: "side" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1350
1293
|
};
|
|
1351
1294
|
IonItemOptions = __decorate([
|
|
1352
1295
|
ProxyCmp({
|
|
1353
|
-
inputs: ['
|
|
1296
|
+
inputs: ['side']
|
|
1354
1297
|
})
|
|
1355
1298
|
], IonItemOptions);
|
|
1356
1299
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemOptions, decorators: [{
|
|
@@ -1360,7 +1303,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1360
1303
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1361
1304
|
template: '<ng-content></ng-content>',
|
|
1362
1305
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1363
|
-
inputs: ['
|
|
1306
|
+
inputs: ['side'],
|
|
1364
1307
|
}]
|
|
1365
1308
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1366
1309
|
let IonItemSliding = class IonItemSliding {
|
|
@@ -1373,11 +1316,11 @@ let IonItemSliding = class IonItemSliding {
|
|
|
1373
1316
|
proxyOutputs(this, this.el, ['ionDrag']);
|
|
1374
1317
|
}
|
|
1375
1318
|
/** @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 });
|
|
1376
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemSliding, selector: "ion-item-sliding", inputs: { disabled: "disabled"
|
|
1319
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemSliding, selector: "ion-item-sliding", inputs: { disabled: "disabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1377
1320
|
};
|
|
1378
1321
|
IonItemSliding = __decorate([
|
|
1379
1322
|
ProxyCmp({
|
|
1380
|
-
inputs: ['disabled'
|
|
1323
|
+
inputs: ['disabled'],
|
|
1381
1324
|
methods: ['getOpenAmount', 'getSlidingRatio', 'open', 'close', 'closeOpened']
|
|
1382
1325
|
})
|
|
1383
1326
|
], IonItemSliding);
|
|
@@ -1388,7 +1331,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1388
1331
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1389
1332
|
template: '<ng-content></ng-content>',
|
|
1390
1333
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1391
|
-
inputs: ['disabled'
|
|
1334
|
+
inputs: ['disabled'],
|
|
1392
1335
|
}]
|
|
1393
1336
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1394
1337
|
let IonLabel = class IonLabel {
|
|
@@ -1400,11 +1343,11 @@ let IonLabel = class IonLabel {
|
|
|
1400
1343
|
this.el = r.nativeElement;
|
|
1401
1344
|
}
|
|
1402
1345
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1403
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonLabel, selector: "ion-label", inputs: { color: "color", mode: "mode", position: "position"
|
|
1346
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonLabel, selector: "ion-label", inputs: { color: "color", mode: "mode", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1404
1347
|
};
|
|
1405
1348
|
IonLabel = __decorate([
|
|
1406
1349
|
ProxyCmp({
|
|
1407
|
-
inputs: ['color', 'mode', 'position'
|
|
1350
|
+
inputs: ['color', 'mode', 'position']
|
|
1408
1351
|
})
|
|
1409
1352
|
], IonLabel);
|
|
1410
1353
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonLabel, decorators: [{
|
|
@@ -1414,7 +1357,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1414
1357
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1415
1358
|
template: '<ng-content></ng-content>',
|
|
1416
1359
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1417
|
-
inputs: ['color', 'mode', 'position'
|
|
1360
|
+
inputs: ['color', 'mode', 'position'],
|
|
1418
1361
|
}]
|
|
1419
1362
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1420
1363
|
let IonList = class IonList {
|
|
@@ -1426,11 +1369,11 @@ let IonList = class IonList {
|
|
|
1426
1369
|
this.el = r.nativeElement;
|
|
1427
1370
|
}
|
|
1428
1371
|
/** @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 });
|
|
1429
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonList, selector: "ion-list", inputs: { inset: "inset", lines: "lines", mode: "mode"
|
|
1372
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonList, selector: "ion-list", inputs: { inset: "inset", lines: "lines", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1430
1373
|
};
|
|
1431
1374
|
IonList = __decorate([
|
|
1432
1375
|
ProxyCmp({
|
|
1433
|
-
inputs: ['inset', 'lines', 'mode'
|
|
1376
|
+
inputs: ['inset', 'lines', 'mode'],
|
|
1434
1377
|
methods: ['closeSlidingItems']
|
|
1435
1378
|
})
|
|
1436
1379
|
], IonList);
|
|
@@ -1441,7 +1384,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1441
1384
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1442
1385
|
template: '<ng-content></ng-content>',
|
|
1443
1386
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1444
|
-
inputs: ['inset', 'lines', 'mode'
|
|
1387
|
+
inputs: ['inset', 'lines', 'mode'],
|
|
1445
1388
|
}]
|
|
1446
1389
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1447
1390
|
let IonListHeader = class IonListHeader {
|
|
@@ -1453,11 +1396,11 @@ let IonListHeader = class IonListHeader {
|
|
|
1453
1396
|
this.el = r.nativeElement;
|
|
1454
1397
|
}
|
|
1455
1398
|
/** @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 });
|
|
1456
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonListHeader, selector: "ion-list-header", inputs: { color: "color", lines: "lines", mode: "mode"
|
|
1399
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonListHeader, selector: "ion-list-header", inputs: { color: "color", lines: "lines", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1457
1400
|
};
|
|
1458
1401
|
IonListHeader = __decorate([
|
|
1459
1402
|
ProxyCmp({
|
|
1460
|
-
inputs: ['color', 'lines', 'mode'
|
|
1403
|
+
inputs: ['color', 'lines', 'mode']
|
|
1461
1404
|
})
|
|
1462
1405
|
], IonListHeader);
|
|
1463
1406
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonListHeader, decorators: [{
|
|
@@ -1467,7 +1410,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1467
1410
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1468
1411
|
template: '<ng-content></ng-content>',
|
|
1469
1412
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1470
|
-
inputs: ['color', 'lines', 'mode'
|
|
1413
|
+
inputs: ['color', 'lines', 'mode'],
|
|
1471
1414
|
}]
|
|
1472
1415
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1473
1416
|
let IonLoading = class IonLoading {
|
|
@@ -1480,11 +1423,11 @@ let IonLoading = class IonLoading {
|
|
|
1480
1423
|
proxyOutputs(this, this.el, ['ionLoadingDidPresent', 'ionLoadingWillPresent', 'ionLoadingWillDismiss', 'ionLoadingDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
1481
1424
|
}
|
|
1482
1425
|
/** @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 });
|
|
1483
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonLoading, 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",
|
|
1426
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonLoading, 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 });
|
|
1484
1427
|
};
|
|
1485
1428
|
IonLoading = __decorate([
|
|
1486
1429
|
ProxyCmp({
|
|
1487
|
-
inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', '
|
|
1430
|
+
inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger'],
|
|
1488
1431
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
1489
1432
|
})
|
|
1490
1433
|
], IonLoading);
|
|
@@ -1495,7 +1438,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1495
1438
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1496
1439
|
template: '<ng-content></ng-content>',
|
|
1497
1440
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1498
|
-
inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', '
|
|
1441
|
+
inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger'],
|
|
1499
1442
|
}]
|
|
1500
1443
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1501
1444
|
let IonMenu = class IonMenu {
|
|
@@ -1508,11 +1451,11 @@ let IonMenu = class IonMenu {
|
|
|
1508
1451
|
proxyOutputs(this, this.el, ['ionWillOpen', 'ionWillClose', 'ionDidOpen', 'ionDidClose']);
|
|
1509
1452
|
}
|
|
1510
1453
|
/** @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 });
|
|
1511
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenu, selector: "ion-menu", inputs: { contentId: "contentId", disabled: "disabled", maxEdgeStart: "maxEdgeStart", menuId: "menuId",
|
|
1454
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenu, 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 });
|
|
1512
1455
|
};
|
|
1513
1456
|
IonMenu = __decorate([
|
|
1514
1457
|
ProxyCmp({
|
|
1515
|
-
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', '
|
|
1458
|
+
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],
|
|
1516
1459
|
methods: ['isOpen', 'isActive', 'open', 'close', 'toggle', 'setOpen']
|
|
1517
1460
|
})
|
|
1518
1461
|
], IonMenu);
|
|
@@ -1523,7 +1466,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1523
1466
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1524
1467
|
template: '<ng-content></ng-content>',
|
|
1525
1468
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1526
|
-
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', '
|
|
1469
|
+
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],
|
|
1527
1470
|
}]
|
|
1528
1471
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1529
1472
|
let IonMenuButton = class IonMenuButton {
|
|
@@ -1535,11 +1478,11 @@ let IonMenuButton = class IonMenuButton {
|
|
|
1535
1478
|
this.el = r.nativeElement;
|
|
1536
1479
|
}
|
|
1537
1480
|
/** @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 });
|
|
1538
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenuButton, selector: "ion-menu-button", inputs: { autoHide: "autoHide", color: "color", disabled: "disabled", menu: "menu", mode: "mode",
|
|
1481
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenuButton, 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 });
|
|
1539
1482
|
};
|
|
1540
1483
|
IonMenuButton = __decorate([
|
|
1541
1484
|
ProxyCmp({
|
|
1542
|
-
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', '
|
|
1485
|
+
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type']
|
|
1543
1486
|
})
|
|
1544
1487
|
], IonMenuButton);
|
|
1545
1488
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonMenuButton, decorators: [{
|
|
@@ -1549,7 +1492,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1549
1492
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1550
1493
|
template: '<ng-content></ng-content>',
|
|
1551
1494
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1552
|
-
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', '
|
|
1495
|
+
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type'],
|
|
1553
1496
|
}]
|
|
1554
1497
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1555
1498
|
let IonMenuToggle = class IonMenuToggle {
|
|
@@ -1561,11 +1504,11 @@ let IonMenuToggle = class IonMenuToggle {
|
|
|
1561
1504
|
this.el = r.nativeElement;
|
|
1562
1505
|
}
|
|
1563
1506
|
/** @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 });
|
|
1564
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenuToggle, selector: "ion-menu-toggle", inputs: { autoHide: "autoHide", menu: "menu"
|
|
1507
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenuToggle, selector: "ion-menu-toggle", inputs: { autoHide: "autoHide", menu: "menu" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1565
1508
|
};
|
|
1566
1509
|
IonMenuToggle = __decorate([
|
|
1567
1510
|
ProxyCmp({
|
|
1568
|
-
inputs: ['autoHide', 'menu'
|
|
1511
|
+
inputs: ['autoHide', 'menu']
|
|
1569
1512
|
})
|
|
1570
1513
|
], IonMenuToggle);
|
|
1571
1514
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonMenuToggle, decorators: [{
|
|
@@ -1575,7 +1518,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1575
1518
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1576
1519
|
template: '<ng-content></ng-content>',
|
|
1577
1520
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1578
|
-
inputs: ['autoHide', 'menu'
|
|
1521
|
+
inputs: ['autoHide', 'menu'],
|
|
1579
1522
|
}]
|
|
1580
1523
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1581
1524
|
let IonNavLink = class IonNavLink {
|
|
@@ -1587,11 +1530,11 @@ let IonNavLink = class IonNavLink {
|
|
|
1587
1530
|
this.el = r.nativeElement;
|
|
1588
1531
|
}
|
|
1589
1532
|
/** @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 });
|
|
1590
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonNavLink, selector: "ion-nav-link", inputs: { component: "component", componentProps: "componentProps",
|
|
1533
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonNavLink, 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 });
|
|
1591
1534
|
};
|
|
1592
1535
|
IonNavLink = __decorate([
|
|
1593
1536
|
ProxyCmp({
|
|
1594
|
-
inputs: ['component', 'componentProps', '
|
|
1537
|
+
inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection']
|
|
1595
1538
|
})
|
|
1596
1539
|
], IonNavLink);
|
|
1597
1540
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonNavLink, decorators: [{
|
|
@@ -1601,7 +1544,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1601
1544
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1602
1545
|
template: '<ng-content></ng-content>',
|
|
1603
1546
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1604
|
-
inputs: ['component', 'componentProps', '
|
|
1547
|
+
inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection'],
|
|
1605
1548
|
}]
|
|
1606
1549
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1607
1550
|
let IonNote = class IonNote {
|
|
@@ -1613,11 +1556,11 @@ let IonNote = class IonNote {
|
|
|
1613
1556
|
this.el = r.nativeElement;
|
|
1614
1557
|
}
|
|
1615
1558
|
/** @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 });
|
|
1616
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonNote, selector: "ion-note", inputs: { color: "color", mode: "mode"
|
|
1559
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonNote, selector: "ion-note", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1617
1560
|
};
|
|
1618
1561
|
IonNote = __decorate([
|
|
1619
1562
|
ProxyCmp({
|
|
1620
|
-
inputs: ['color', 'mode'
|
|
1563
|
+
inputs: ['color', 'mode']
|
|
1621
1564
|
})
|
|
1622
1565
|
], IonNote);
|
|
1623
1566
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonNote, decorators: [{
|
|
@@ -1627,7 +1570,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1627
1570
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1628
1571
|
template: '<ng-content></ng-content>',
|
|
1629
1572
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1630
|
-
inputs: ['color', 'mode'
|
|
1573
|
+
inputs: ['color', 'mode'],
|
|
1631
1574
|
}]
|
|
1632
1575
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1633
1576
|
let IonPicker = class IonPicker {
|
|
@@ -1639,11 +1582,11 @@ let IonPicker = class IonPicker {
|
|
|
1639
1582
|
this.el = r.nativeElement;
|
|
1640
1583
|
}
|
|
1641
1584
|
/** @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 });
|
|
1642
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPicker, selector: "ion-picker", inputs: { mode: "mode"
|
|
1585
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPicker, selector: "ion-picker", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1643
1586
|
};
|
|
1644
1587
|
IonPicker = __decorate([
|
|
1645
1588
|
ProxyCmp({
|
|
1646
|
-
inputs: ['mode'
|
|
1589
|
+
inputs: ['mode']
|
|
1647
1590
|
})
|
|
1648
1591
|
], IonPicker);
|
|
1649
1592
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPicker, decorators: [{
|
|
@@ -1653,7 +1596,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1653
1596
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1654
1597
|
template: '<ng-content></ng-content>',
|
|
1655
1598
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1656
|
-
inputs: ['mode'
|
|
1599
|
+
inputs: ['mode'],
|
|
1657
1600
|
}]
|
|
1658
1601
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1659
1602
|
let IonPickerColumn = class IonPickerColumn {
|
|
@@ -1666,11 +1609,11 @@ let IonPickerColumn = class IonPickerColumn {
|
|
|
1666
1609
|
proxyOutputs(this, this.el, ['ionChange']);
|
|
1667
1610
|
}
|
|
1668
1611
|
/** @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 });
|
|
1669
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerColumn, selector: "ion-picker-column", inputs: { color: "color", disabled: "disabled", mode: "mode",
|
|
1612
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerColumn, 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 });
|
|
1670
1613
|
};
|
|
1671
1614
|
IonPickerColumn = __decorate([
|
|
1672
1615
|
ProxyCmp({
|
|
1673
|
-
inputs: ['color', 'disabled', 'mode', '
|
|
1616
|
+
inputs: ['color', 'disabled', 'mode', 'value'],
|
|
1674
1617
|
methods: ['setFocus']
|
|
1675
1618
|
})
|
|
1676
1619
|
], IonPickerColumn);
|
|
@@ -1681,7 +1624,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1681
1624
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1682
1625
|
template: '<ng-content></ng-content>',
|
|
1683
1626
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1684
|
-
inputs: ['color', 'disabled', 'mode', '
|
|
1627
|
+
inputs: ['color', 'disabled', 'mode', 'value'],
|
|
1685
1628
|
}]
|
|
1686
1629
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1687
1630
|
let IonPickerColumnOption = class IonPickerColumnOption {
|
|
@@ -1693,11 +1636,11 @@ let IonPickerColumnOption = class IonPickerColumnOption {
|
|
|
1693
1636
|
this.el = r.nativeElement;
|
|
1694
1637
|
}
|
|
1695
1638
|
/** @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 });
|
|
1696
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerColumnOption, selector: "ion-picker-column-option", inputs: { color: "color", disabled: "disabled",
|
|
1639
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerColumnOption, 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 });
|
|
1697
1640
|
};
|
|
1698
1641
|
IonPickerColumnOption = __decorate([
|
|
1699
1642
|
ProxyCmp({
|
|
1700
|
-
inputs: ['color', 'disabled', '
|
|
1643
|
+
inputs: ['color', 'disabled', 'value']
|
|
1701
1644
|
})
|
|
1702
1645
|
], IonPickerColumnOption);
|
|
1703
1646
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPickerColumnOption, decorators: [{
|
|
@@ -1707,35 +1650,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1707
1650
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1708
1651
|
template: '<ng-content></ng-content>',
|
|
1709
1652
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1710
|
-
inputs: ['color', 'disabled', '
|
|
1711
|
-
}]
|
|
1712
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1713
|
-
let IonPickerLegacy = class IonPickerLegacy {
|
|
1714
|
-
z;
|
|
1715
|
-
el;
|
|
1716
|
-
constructor(c, r, z) {
|
|
1717
|
-
this.z = z;
|
|
1718
|
-
c.detach();
|
|
1719
|
-
this.el = r.nativeElement;
|
|
1720
|
-
proxyOutputs(this, this.el, ['ionPickerDidPresent', 'ionPickerWillPresent', 'ionPickerWillDismiss', 'ionPickerDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
1721
|
-
}
|
|
1722
|
-
/** @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 });
|
|
1723
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerLegacy, 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 });
|
|
1724
|
-
};
|
|
1725
|
-
IonPickerLegacy = __decorate([
|
|
1726
|
-
ProxyCmp({
|
|
1727
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', 'theme', 'trigger'],
|
|
1728
|
-
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss', 'getColumn']
|
|
1729
|
-
})
|
|
1730
|
-
], IonPickerLegacy);
|
|
1731
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPickerLegacy, decorators: [{
|
|
1732
|
-
type: Component,
|
|
1733
|
-
args: [{
|
|
1734
|
-
selector: 'ion-picker-legacy',
|
|
1735
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1736
|
-
template: '<ng-content></ng-content>',
|
|
1737
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1738
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', 'theme', 'trigger'],
|
|
1653
|
+
inputs: ['color', 'disabled', 'value'],
|
|
1739
1654
|
}]
|
|
1740
1655
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1741
1656
|
let IonProgressBar = class IonProgressBar {
|
|
@@ -1747,11 +1662,11 @@ let IonProgressBar = class IonProgressBar {
|
|
|
1747
1662
|
this.el = r.nativeElement;
|
|
1748
1663
|
}
|
|
1749
1664
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1750
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonProgressBar, selector: "ion-progress-bar", inputs: { buffer: "buffer", color: "color", mode: "mode", reversed: "reversed",
|
|
1665
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonProgressBar, selector: "ion-progress-bar", inputs: { buffer: "buffer", color: "color", mode: "mode", reversed: "reversed", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1751
1666
|
};
|
|
1752
1667
|
IonProgressBar = __decorate([
|
|
1753
1668
|
ProxyCmp({
|
|
1754
|
-
inputs: ['buffer', 'color', 'mode', 'reversed', '
|
|
1669
|
+
inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value']
|
|
1755
1670
|
})
|
|
1756
1671
|
], IonProgressBar);
|
|
1757
1672
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonProgressBar, decorators: [{
|
|
@@ -1761,7 +1676,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1761
1676
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1762
1677
|
template: '<ng-content></ng-content>',
|
|
1763
1678
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1764
|
-
inputs: ['buffer', 'color', 'mode', 'reversed', '
|
|
1679
|
+
inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value'],
|
|
1765
1680
|
}]
|
|
1766
1681
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1767
1682
|
let IonRadio = class IonRadio {
|
|
@@ -1774,11 +1689,11 @@ let IonRadio = class IonRadio {
|
|
|
1774
1689
|
proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
|
|
1775
1690
|
}
|
|
1776
1691
|
/** @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 });
|
|
1777
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRadio, selector: "ion-radio", inputs: { alignment: "alignment", color: "color", disabled: "disabled", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name",
|
|
1692
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRadio, 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 });
|
|
1778
1693
|
};
|
|
1779
1694
|
IonRadio = __decorate([
|
|
1780
1695
|
ProxyCmp({
|
|
1781
|
-
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', '
|
|
1696
|
+
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value']
|
|
1782
1697
|
})
|
|
1783
1698
|
], IonRadio);
|
|
1784
1699
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRadio, decorators: [{
|
|
@@ -1788,7 +1703,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1788
1703
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1789
1704
|
template: '<ng-content></ng-content>',
|
|
1790
1705
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1791
|
-
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', '
|
|
1706
|
+
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value'],
|
|
1792
1707
|
}]
|
|
1793
1708
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1794
1709
|
let IonRadioGroup = class IonRadioGroup {
|
|
@@ -1801,11 +1716,11 @@ let IonRadioGroup = class IonRadioGroup {
|
|
|
1801
1716
|
proxyOutputs(this, this.el, ['ionChange']);
|
|
1802
1717
|
}
|
|
1803
1718
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1804
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRadioGroup, selector: "ion-radio-group", inputs: { allowEmptySelection: "allowEmptySelection", compareWith: "compareWith", errorText: "errorText", helperText: "helperText",
|
|
1719
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRadioGroup, selector: "ion-radio-group", inputs: { allowEmptySelection: "allowEmptySelection", compareWith: "compareWith", errorText: "errorText", helperText: "helperText", name: "name", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1805
1720
|
};
|
|
1806
1721
|
IonRadioGroup = __decorate([
|
|
1807
1722
|
ProxyCmp({
|
|
1808
|
-
inputs: ['allowEmptySelection', 'compareWith', 'errorText', 'helperText', '
|
|
1723
|
+
inputs: ['allowEmptySelection', 'compareWith', 'errorText', 'helperText', 'name', 'value']
|
|
1809
1724
|
})
|
|
1810
1725
|
], IonRadioGroup);
|
|
1811
1726
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRadioGroup, decorators: [{
|
|
@@ -1815,7 +1730,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1815
1730
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1816
1731
|
template: '<ng-content></ng-content>',
|
|
1817
1732
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1818
|
-
inputs: ['allowEmptySelection', 'compareWith', 'errorText', 'helperText', '
|
|
1733
|
+
inputs: ['allowEmptySelection', 'compareWith', 'errorText', 'helperText', 'name', 'value'],
|
|
1819
1734
|
}]
|
|
1820
1735
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1821
1736
|
let IonRange = class IonRange {
|
|
@@ -1828,11 +1743,11 @@ let IonRange = class IonRange {
|
|
|
1828
1743
|
proxyOutputs(this, this.el, ['ionChange', 'ionInput', 'ionFocus', 'ionBlur', 'ionKnobMoveStart', 'ionKnobMoveEnd']);
|
|
1829
1744
|
}
|
|
1830
1745
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRange, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1831
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRange, selector: "ion-range", inputs: { activeBarStart: "activeBarStart", color: "color", debounce: "debounce", disabled: "disabled", dualKnobs: "dualKnobs", label: "label", labelPlacement: "labelPlacement", max: "max", min: "min", mode: "mode", name: "name", pin: "pin", pinFormatter: "pinFormatter", snaps: "snaps", step: "step",
|
|
1746
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRange, selector: "ion-range", inputs: { activeBarStart: "activeBarStart", color: "color", debounce: "debounce", disabled: "disabled", dualKnobs: "dualKnobs", label: "label", labelPlacement: "labelPlacement", max: "max", min: "min", mode: "mode", name: "name", pin: "pin", pinFormatter: "pinFormatter", snaps: "snaps", step: "step", ticks: "ticks", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1832
1747
|
};
|
|
1833
1748
|
IonRange = __decorate([
|
|
1834
1749
|
ProxyCmp({
|
|
1835
|
-
inputs: ['activeBarStart', 'color', 'debounce', 'disabled', 'dualKnobs', 'label', 'labelPlacement', 'max', 'min', 'mode', 'name', 'pin', 'pinFormatter', 'snaps', 'step', '
|
|
1750
|
+
inputs: ['activeBarStart', 'color', 'debounce', 'disabled', 'dualKnobs', 'label', 'labelPlacement', 'max', 'min', 'mode', 'name', 'pin', 'pinFormatter', 'snaps', 'step', 'ticks', 'value']
|
|
1836
1751
|
})
|
|
1837
1752
|
], IonRange);
|
|
1838
1753
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRange, decorators: [{
|
|
@@ -1842,7 +1757,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1842
1757
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1843
1758
|
template: '<ng-content></ng-content>',
|
|
1844
1759
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1845
|
-
inputs: ['activeBarStart', 'color', 'debounce', 'disabled', 'dualKnobs', 'label', 'labelPlacement', 'max', 'min', 'mode', 'name', 'pin', 'pinFormatter', 'snaps', 'step', '
|
|
1760
|
+
inputs: ['activeBarStart', 'color', 'debounce', 'disabled', 'dualKnobs', 'label', 'labelPlacement', 'max', 'min', 'mode', 'name', 'pin', 'pinFormatter', 'snaps', 'step', 'ticks', 'value'],
|
|
1846
1761
|
}]
|
|
1847
1762
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1848
1763
|
let IonRefresher = class IonRefresher {
|
|
@@ -1855,11 +1770,11 @@ let IonRefresher = class IonRefresher {
|
|
|
1855
1770
|
proxyOutputs(this, this.el, ['ionRefresh', 'ionPull', 'ionStart', 'ionPullStart', 'ionPullEnd']);
|
|
1856
1771
|
}
|
|
1857
1772
|
/** @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 });
|
|
1858
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRefresher, selector: "ion-refresher", inputs: { closeDuration: "closeDuration", disabled: "disabled", mode: "mode", pullFactor: "pullFactor", pullMax: "pullMax", pullMin: "pullMin", snapbackDuration: "snapbackDuration"
|
|
1773
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRefresher, 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 });
|
|
1859
1774
|
};
|
|
1860
1775
|
IonRefresher = __decorate([
|
|
1861
1776
|
ProxyCmp({
|
|
1862
|
-
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'
|
|
1777
|
+
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
|
|
1863
1778
|
methods: ['complete', 'cancel', 'getProgress']
|
|
1864
1779
|
})
|
|
1865
1780
|
], IonRefresher);
|
|
@@ -1870,7 +1785,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1870
1785
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1871
1786
|
template: '<ng-content></ng-content>',
|
|
1872
1787
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1873
|
-
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'
|
|
1788
|
+
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
|
|
1874
1789
|
}]
|
|
1875
1790
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1876
1791
|
let IonRefresherContent = class IonRefresherContent {
|
|
@@ -1882,11 +1797,11 @@ let IonRefresherContent = class IonRefresherContent {
|
|
|
1882
1797
|
this.el = r.nativeElement;
|
|
1883
1798
|
}
|
|
1884
1799
|
/** @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 });
|
|
1885
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRefresherContent, selector: "ion-refresher-content", inputs: {
|
|
1800
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRefresherContent, 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 });
|
|
1886
1801
|
};
|
|
1887
1802
|
IonRefresherContent = __decorate([
|
|
1888
1803
|
ProxyCmp({
|
|
1889
|
-
inputs: ['
|
|
1804
|
+
inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText']
|
|
1890
1805
|
})
|
|
1891
1806
|
], IonRefresherContent);
|
|
1892
1807
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRefresherContent, decorators: [{
|
|
@@ -1896,7 +1811,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1896
1811
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1897
1812
|
template: '<ng-content></ng-content>',
|
|
1898
1813
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1899
|
-
inputs: ['
|
|
1814
|
+
inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText'],
|
|
1900
1815
|
}]
|
|
1901
1816
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1902
1817
|
let IonReorder = class IonReorder {
|
|
@@ -1908,12 +1823,10 @@ let IonReorder = class IonReorder {
|
|
|
1908
1823
|
this.el = r.nativeElement;
|
|
1909
1824
|
}
|
|
1910
1825
|
/** @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 });
|
|
1911
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonReorder, selector: "ion-reorder",
|
|
1826
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonReorder, selector: "ion-reorder", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1912
1827
|
};
|
|
1913
1828
|
IonReorder = __decorate([
|
|
1914
|
-
ProxyCmp({
|
|
1915
|
-
inputs: ['mode', 'theme']
|
|
1916
|
-
})
|
|
1829
|
+
ProxyCmp({})
|
|
1917
1830
|
], IonReorder);
|
|
1918
1831
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonReorder, decorators: [{
|
|
1919
1832
|
type: Component,
|
|
@@ -1922,7 +1835,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1922
1835
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1923
1836
|
template: '<ng-content></ng-content>',
|
|
1924
1837
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1925
|
-
inputs: [
|
|
1838
|
+
inputs: [],
|
|
1926
1839
|
}]
|
|
1927
1840
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1928
1841
|
let IonReorderGroup = class IonReorderGroup {
|
|
@@ -1935,11 +1848,11 @@ let IonReorderGroup = class IonReorderGroup {
|
|
|
1935
1848
|
proxyOutputs(this, this.el, ['ionItemReorder', 'ionReorderStart', 'ionReorderMove', 'ionReorderEnd']);
|
|
1936
1849
|
}
|
|
1937
1850
|
/** @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 });
|
|
1938
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonReorderGroup, selector: "ion-reorder-group", inputs: { disabled: "disabled"
|
|
1851
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonReorderGroup, selector: "ion-reorder-group", inputs: { disabled: "disabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1939
1852
|
};
|
|
1940
1853
|
IonReorderGroup = __decorate([
|
|
1941
1854
|
ProxyCmp({
|
|
1942
|
-
inputs: ['disabled'
|
|
1855
|
+
inputs: ['disabled'],
|
|
1943
1856
|
methods: ['complete']
|
|
1944
1857
|
})
|
|
1945
1858
|
], IonReorderGroup);
|
|
@@ -1950,7 +1863,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1950
1863
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1951
1864
|
template: '<ng-content></ng-content>',
|
|
1952
1865
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1953
|
-
inputs: ['disabled'
|
|
1866
|
+
inputs: ['disabled'],
|
|
1954
1867
|
}]
|
|
1955
1868
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1956
1869
|
let IonRippleEffect = class IonRippleEffect {
|
|
@@ -1962,11 +1875,11 @@ let IonRippleEffect = class IonRippleEffect {
|
|
|
1962
1875
|
this.el = r.nativeElement;
|
|
1963
1876
|
}
|
|
1964
1877
|
/** @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 });
|
|
1965
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRippleEffect, selector: "ion-ripple-effect", inputs: {
|
|
1878
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRippleEffect, selector: "ion-ripple-effect", inputs: { type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1966
1879
|
};
|
|
1967
1880
|
IonRippleEffect = __decorate([
|
|
1968
1881
|
ProxyCmp({
|
|
1969
|
-
inputs: ['
|
|
1882
|
+
inputs: ['type'],
|
|
1970
1883
|
methods: ['addRipple']
|
|
1971
1884
|
})
|
|
1972
1885
|
], IonRippleEffect);
|
|
@@ -1977,7 +1890,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1977
1890
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1978
1891
|
template: '<ng-content></ng-content>',
|
|
1979
1892
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1980
|
-
inputs: ['
|
|
1893
|
+
inputs: ['type'],
|
|
1981
1894
|
}]
|
|
1982
1895
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1983
1896
|
let IonRow = class IonRow {
|
|
@@ -1989,12 +1902,10 @@ let IonRow = class IonRow {
|
|
|
1989
1902
|
this.el = r.nativeElement;
|
|
1990
1903
|
}
|
|
1991
1904
|
/** @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 });
|
|
1992
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRow, selector: "ion-row",
|
|
1905
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRow, selector: "ion-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1993
1906
|
};
|
|
1994
1907
|
IonRow = __decorate([
|
|
1995
|
-
ProxyCmp({
|
|
1996
|
-
inputs: ['mode', 'theme']
|
|
1997
|
-
})
|
|
1908
|
+
ProxyCmp({})
|
|
1998
1909
|
], IonRow);
|
|
1999
1910
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRow, decorators: [{
|
|
2000
1911
|
type: Component,
|
|
@@ -2003,7 +1914,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2003
1914
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2004
1915
|
template: '<ng-content></ng-content>',
|
|
2005
1916
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2006
|
-
inputs: [
|
|
1917
|
+
inputs: [],
|
|
2007
1918
|
}]
|
|
2008
1919
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2009
1920
|
let IonSearchbar = class IonSearchbar {
|
|
@@ -2016,11 +1927,11 @@ let IonSearchbar = class IonSearchbar {
|
|
|
2016
1927
|
proxyOutputs(this, this.el, ['ionInput', 'ionChange', 'ionCancel', 'ionClear', 'ionBlur', 'ionFocus']);
|
|
2017
1928
|
}
|
|
2018
1929
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSearchbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2019
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSearchbar, selector: "ion-searchbar", inputs: { animated: "animated", autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", cancelButtonIcon: "cancelButtonIcon", cancelButtonText: "cancelButtonText", clearIcon: "clearIcon", color: "color", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", inputmode: "inputmode", maxlength: "maxlength", minlength: "minlength", mode: "mode", name: "name", placeholder: "placeholder", searchIcon: "searchIcon",
|
|
1930
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSearchbar, selector: "ion-searchbar", inputs: { animated: "animated", autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", cancelButtonIcon: "cancelButtonIcon", cancelButtonText: "cancelButtonText", clearIcon: "clearIcon", color: "color", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", inputmode: "inputmode", maxlength: "maxlength", minlength: "minlength", mode: "mode", name: "name", placeholder: "placeholder", searchIcon: "searchIcon", showCancelButton: "showCancelButton", showClearButton: "showClearButton", spellcheck: "spellcheck", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2020
1931
|
};
|
|
2021
1932
|
IonSearchbar = __decorate([
|
|
2022
1933
|
ProxyCmp({
|
|
2023
|
-
inputs: ['animated', 'autocapitalize', 'autocomplete', 'autocorrect', 'cancelButtonIcon', 'cancelButtonText', 'clearIcon', 'color', 'debounce', 'disabled', 'enterkeyhint', 'inputmode', 'maxlength', 'minlength', 'mode', 'name', 'placeholder', 'searchIcon', '
|
|
1934
|
+
inputs: ['animated', 'autocapitalize', 'autocomplete', 'autocorrect', 'cancelButtonIcon', 'cancelButtonText', 'clearIcon', 'color', 'debounce', 'disabled', 'enterkeyhint', 'inputmode', 'maxlength', 'minlength', 'mode', 'name', 'placeholder', 'searchIcon', 'showCancelButton', 'showClearButton', 'spellcheck', 'type', 'value'],
|
|
2024
1935
|
methods: ['setFocus', 'getInputElement']
|
|
2025
1936
|
})
|
|
2026
1937
|
], IonSearchbar);
|
|
@@ -2031,7 +1942,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2031
1942
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2032
1943
|
template: '<ng-content></ng-content>',
|
|
2033
1944
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2034
|
-
inputs: ['animated', 'autocapitalize', 'autocomplete', 'autocorrect', 'cancelButtonIcon', 'cancelButtonText', 'clearIcon', 'color', 'debounce', 'disabled', 'enterkeyhint', 'inputmode', 'maxlength', 'minlength', 'mode', 'name', 'placeholder', 'searchIcon', '
|
|
1945
|
+
inputs: ['animated', 'autocapitalize', 'autocomplete', 'autocorrect', 'cancelButtonIcon', 'cancelButtonText', 'clearIcon', 'color', 'debounce', 'disabled', 'enterkeyhint', 'inputmode', 'maxlength', 'minlength', 'mode', 'name', 'placeholder', 'searchIcon', 'showCancelButton', 'showClearButton', 'spellcheck', 'type', 'value'],
|
|
2035
1946
|
}]
|
|
2036
1947
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2037
1948
|
let IonSegment = class IonSegment {
|
|
@@ -2044,11 +1955,11 @@ let IonSegment = class IonSegment {
|
|
|
2044
1955
|
proxyOutputs(this, this.el, ['ionChange']);
|
|
2045
1956
|
}
|
|
2046
1957
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSegment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2047
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSegment, selector: "ion-segment", inputs: { color: "color", disabled: "disabled", mode: "mode", scrollable: "scrollable", selectOnFocus: "selectOnFocus", swipeGesture: "swipeGesture",
|
|
1958
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSegment, selector: "ion-segment", inputs: { color: "color", disabled: "disabled", mode: "mode", scrollable: "scrollable", selectOnFocus: "selectOnFocus", swipeGesture: "swipeGesture", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2048
1959
|
};
|
|
2049
1960
|
IonSegment = __decorate([
|
|
2050
1961
|
ProxyCmp({
|
|
2051
|
-
inputs: ['color', 'disabled', 'mode', 'scrollable', 'selectOnFocus', 'swipeGesture', '
|
|
1962
|
+
inputs: ['color', 'disabled', 'mode', 'scrollable', 'selectOnFocus', 'swipeGesture', 'value']
|
|
2052
1963
|
})
|
|
2053
1964
|
], IonSegment);
|
|
2054
1965
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSegment, decorators: [{
|
|
@@ -2058,7 +1969,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2058
1969
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2059
1970
|
template: '<ng-content></ng-content>',
|
|
2060
1971
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2061
|
-
inputs: ['color', 'disabled', 'mode', 'scrollable', 'selectOnFocus', 'swipeGesture', '
|
|
1972
|
+
inputs: ['color', 'disabled', 'mode', 'scrollable', 'selectOnFocus', 'swipeGesture', 'value'],
|
|
2062
1973
|
}]
|
|
2063
1974
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2064
1975
|
let IonSegmentButton = class IonSegmentButton {
|
|
@@ -2070,11 +1981,11 @@ let IonSegmentButton = class IonSegmentButton {
|
|
|
2070
1981
|
this.el = r.nativeElement;
|
|
2071
1982
|
}
|
|
2072
1983
|
/** @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 });
|
|
2073
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSegmentButton, selector: "ion-segment-button", inputs: { contentId: "contentId", disabled: "disabled", layout: "layout", mode: "mode",
|
|
1984
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSegmentButton, 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 });
|
|
2074
1985
|
};
|
|
2075
1986
|
IonSegmentButton = __decorate([
|
|
2076
1987
|
ProxyCmp({
|
|
2077
|
-
inputs: ['contentId', 'disabled', 'layout', 'mode', '
|
|
1988
|
+
inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value']
|
|
2078
1989
|
})
|
|
2079
1990
|
], IonSegmentButton);
|
|
2080
1991
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSegmentButton, decorators: [{
|
|
@@ -2084,7 +1995,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2084
1995
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2085
1996
|
template: '<ng-content></ng-content>',
|
|
2086
1997
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2087
|
-
inputs: ['contentId', 'disabled', 'layout', 'mode', '
|
|
1998
|
+
inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value'],
|
|
2088
1999
|
}]
|
|
2089
2000
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2090
2001
|
let IonSegmentContent = class IonSegmentContent {
|
|
@@ -2148,11 +2059,11 @@ let IonSelect = class IonSelect {
|
|
|
2148
2059
|
proxyOutputs(this, this.el, ['ionChange', 'ionCancel', 'ionDismiss', 'ionFocus', 'ionBlur']);
|
|
2149
2060
|
}
|
|
2150
2061
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2151
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSelect, selector: "ion-select", inputs: {
|
|
2062
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSelect, selector: "ion-select", inputs: { cancelText: "cancelText", color: "color", compareWith: "compareWith", disabled: "disabled", errorText: "errorText", expandedIcon: "expandedIcon", fill: "fill", helperText: "helperText", interface: "interface", interfaceOptions: "interfaceOptions", justify: "justify", label: "label", labelPlacement: "labelPlacement", mode: "mode", multiple: "multiple", name: "name", okText: "okText", placeholder: "placeholder", required: "required", selectedText: "selectedText", shape: "shape", toggleIcon: "toggleIcon", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2152
2063
|
};
|
|
2153
2064
|
IonSelect = __decorate([
|
|
2154
2065
|
ProxyCmp({
|
|
2155
|
-
inputs: ['
|
|
2066
|
+
inputs: ['cancelText', 'color', 'compareWith', 'disabled', 'errorText', 'expandedIcon', 'fill', 'helperText', 'interface', 'interfaceOptions', 'justify', 'label', 'labelPlacement', 'mode', 'multiple', 'name', 'okText', 'placeholder', 'required', 'selectedText', 'shape', 'toggleIcon', 'value'],
|
|
2156
2067
|
methods: ['open']
|
|
2157
2068
|
})
|
|
2158
2069
|
], IonSelect);
|
|
@@ -2163,7 +2074,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2163
2074
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2164
2075
|
template: '<ng-content></ng-content>',
|
|
2165
2076
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2166
|
-
inputs: ['
|
|
2077
|
+
inputs: ['cancelText', 'color', 'compareWith', 'disabled', 'errorText', 'expandedIcon', 'fill', 'helperText', 'interface', 'interfaceOptions', 'justify', 'label', 'labelPlacement', 'mode', 'multiple', 'name', 'okText', 'placeholder', 'required', 'selectedText', 'shape', 'toggleIcon', 'value'],
|
|
2167
2078
|
}]
|
|
2168
2079
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2169
2080
|
let IonSelectModal = class IonSelectModal {
|
|
@@ -2175,11 +2086,11 @@ let IonSelectModal = class IonSelectModal {
|
|
|
2175
2086
|
this.el = r.nativeElement;
|
|
2176
2087
|
}
|
|
2177
2088
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSelectModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2178
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSelectModal, selector: "ion-select-modal", inputs: {
|
|
2089
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSelectModal, selector: "ion-select-modal", inputs: { cancelText: "cancelText", header: "header", multiple: "multiple", options: "options" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2179
2090
|
};
|
|
2180
2091
|
IonSelectModal = __decorate([
|
|
2181
2092
|
ProxyCmp({
|
|
2182
|
-
inputs: ['
|
|
2093
|
+
inputs: ['cancelText', 'header', 'multiple', 'options']
|
|
2183
2094
|
})
|
|
2184
2095
|
], IonSelectModal);
|
|
2185
2096
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSelectModal, decorators: [{
|
|
@@ -2189,7 +2100,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2189
2100
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2190
2101
|
template: '<ng-content></ng-content>',
|
|
2191
2102
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2192
|
-
inputs: ['
|
|
2103
|
+
inputs: ['cancelText', 'header', 'multiple', 'options'],
|
|
2193
2104
|
}]
|
|
2194
2105
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2195
2106
|
let IonSelectOption = class IonSelectOption {
|
|
@@ -2201,11 +2112,11 @@ let IonSelectOption = class IonSelectOption {
|
|
|
2201
2112
|
this.el = r.nativeElement;
|
|
2202
2113
|
}
|
|
2203
2114
|
/** @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 });
|
|
2204
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSelectOption, selector: "ion-select-option", inputs: {
|
|
2115
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSelectOption, selector: "ion-select-option", inputs: { disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2205
2116
|
};
|
|
2206
2117
|
IonSelectOption = __decorate([
|
|
2207
2118
|
ProxyCmp({
|
|
2208
|
-
inputs: ['
|
|
2119
|
+
inputs: ['disabled', 'value']
|
|
2209
2120
|
})
|
|
2210
2121
|
], IonSelectOption);
|
|
2211
2122
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSelectOption, decorators: [{
|
|
@@ -2215,7 +2126,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2215
2126
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2216
2127
|
template: '<ng-content></ng-content>',
|
|
2217
2128
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2218
|
-
inputs: ['
|
|
2129
|
+
inputs: ['disabled', 'value'],
|
|
2219
2130
|
}]
|
|
2220
2131
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2221
2132
|
let IonSkeletonText = class IonSkeletonText {
|
|
@@ -2227,11 +2138,11 @@ let IonSkeletonText = class IonSkeletonText {
|
|
|
2227
2138
|
this.el = r.nativeElement;
|
|
2228
2139
|
}
|
|
2229
2140
|
/** @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 });
|
|
2230
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSkeletonText, selector: "ion-skeleton-text", inputs: { animated: "animated"
|
|
2141
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSkeletonText, selector: "ion-skeleton-text", inputs: { animated: "animated" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2231
2142
|
};
|
|
2232
2143
|
IonSkeletonText = __decorate([
|
|
2233
2144
|
ProxyCmp({
|
|
2234
|
-
inputs: ['animated'
|
|
2145
|
+
inputs: ['animated']
|
|
2235
2146
|
})
|
|
2236
2147
|
], IonSkeletonText);
|
|
2237
2148
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSkeletonText, decorators: [{
|
|
@@ -2241,7 +2152,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2241
2152
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2242
2153
|
template: '<ng-content></ng-content>',
|
|
2243
2154
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2244
|
-
inputs: ['animated'
|
|
2155
|
+
inputs: ['animated'],
|
|
2245
2156
|
}]
|
|
2246
2157
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2247
2158
|
let IonSpinner = class IonSpinner {
|
|
@@ -2253,11 +2164,11 @@ let IonSpinner = class IonSpinner {
|
|
|
2253
2164
|
this.el = r.nativeElement;
|
|
2254
2165
|
}
|
|
2255
2166
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2256
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSpinner, selector: "ion-spinner", inputs: { color: "color", duration: "duration",
|
|
2167
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSpinner, 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 });
|
|
2257
2168
|
};
|
|
2258
2169
|
IonSpinner = __decorate([
|
|
2259
2170
|
ProxyCmp({
|
|
2260
|
-
inputs: ['color', 'duration', '
|
|
2171
|
+
inputs: ['color', 'duration', 'name', 'paused']
|
|
2261
2172
|
})
|
|
2262
2173
|
], IonSpinner);
|
|
2263
2174
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSpinner, decorators: [{
|
|
@@ -2267,7 +2178,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2267
2178
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2268
2179
|
template: '<ng-content></ng-content>',
|
|
2269
2180
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2270
|
-
inputs: ['color', 'duration', '
|
|
2181
|
+
inputs: ['color', 'duration', 'name', 'paused'],
|
|
2271
2182
|
}]
|
|
2272
2183
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2273
2184
|
let IonSplitPane = class IonSplitPane {
|
|
@@ -2280,11 +2191,11 @@ let IonSplitPane = class IonSplitPane {
|
|
|
2280
2191
|
proxyOutputs(this, this.el, ['ionSplitPaneVisible']);
|
|
2281
2192
|
}
|
|
2282
2193
|
/** @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 });
|
|
2283
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSplitPane, selector: "ion-split-pane", inputs: { contentId: "contentId", disabled: "disabled",
|
|
2194
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSplitPane, selector: "ion-split-pane", inputs: { contentId: "contentId", disabled: "disabled", when: "when" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2284
2195
|
};
|
|
2285
2196
|
IonSplitPane = __decorate([
|
|
2286
2197
|
ProxyCmp({
|
|
2287
|
-
inputs: ['contentId', 'disabled', '
|
|
2198
|
+
inputs: ['contentId', 'disabled', 'when']
|
|
2288
2199
|
})
|
|
2289
2200
|
], IonSplitPane);
|
|
2290
2201
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSplitPane, decorators: [{
|
|
@@ -2294,7 +2205,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2294
2205
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2295
2206
|
template: '<ng-content></ng-content>',
|
|
2296
2207
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2297
|
-
inputs: ['contentId', 'disabled', '
|
|
2208
|
+
inputs: ['contentId', 'disabled', 'when'],
|
|
2298
2209
|
}]
|
|
2299
2210
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2300
2211
|
let IonTab = class IonTab {
|
|
@@ -2306,11 +2217,11 @@ let IonTab = class IonTab {
|
|
|
2306
2217
|
this.el = r.nativeElement;
|
|
2307
2218
|
}
|
|
2308
2219
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2309
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTab, selector: "ion-tab", inputs: { component: "component",
|
|
2220
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTab, selector: "ion-tab", inputs: { component: "component", tab: "tab" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2310
2221
|
};
|
|
2311
2222
|
IonTab = __decorate([
|
|
2312
2223
|
ProxyCmp({
|
|
2313
|
-
inputs: ['component', '
|
|
2224
|
+
inputs: ['component', 'tab'],
|
|
2314
2225
|
methods: ['setActive']
|
|
2315
2226
|
})
|
|
2316
2227
|
], IonTab);
|
|
@@ -2321,7 +2232,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2321
2232
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2322
2233
|
template: '<ng-content></ng-content>',
|
|
2323
2234
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2324
|
-
inputs: ['component', '
|
|
2235
|
+
inputs: ['component', 'tab'],
|
|
2325
2236
|
}]
|
|
2326
2237
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2327
2238
|
let IonTabBar = class IonTabBar {
|
|
@@ -2333,11 +2244,11 @@ let IonTabBar = class IonTabBar {
|
|
|
2333
2244
|
this.el = r.nativeElement;
|
|
2334
2245
|
}
|
|
2335
2246
|
/** @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 });
|
|
2336
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTabBar, selector: "ion-tab-bar", inputs: { color: "color",
|
|
2247
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTabBar, 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 });
|
|
2337
2248
|
};
|
|
2338
2249
|
IonTabBar = __decorate([
|
|
2339
2250
|
ProxyCmp({
|
|
2340
|
-
inputs: ['color', '
|
|
2251
|
+
inputs: ['color', 'mode', 'selectedTab', 'translucent']
|
|
2341
2252
|
})
|
|
2342
2253
|
], IonTabBar);
|
|
2343
2254
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabBar, decorators: [{
|
|
@@ -2347,7 +2258,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2347
2258
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2348
2259
|
template: '<ng-content></ng-content>',
|
|
2349
2260
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2350
|
-
inputs: ['color', '
|
|
2261
|
+
inputs: ['color', 'mode', 'selectedTab', 'translucent'],
|
|
2351
2262
|
}]
|
|
2352
2263
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2353
2264
|
let IonTabButton = class IonTabButton {
|
|
@@ -2359,11 +2270,11 @@ let IonTabButton = class IonTabButton {
|
|
|
2359
2270
|
this.el = r.nativeElement;
|
|
2360
2271
|
}
|
|
2361
2272
|
/** @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 });
|
|
2362
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTabButton, selector: "ion-tab-button", inputs: { disabled: "disabled", download: "download", href: "href", layout: "layout", mode: "mode", rel: "rel", selected: "selected",
|
|
2273
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTabButton, 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 });
|
|
2363
2274
|
};
|
|
2364
2275
|
IonTabButton = __decorate([
|
|
2365
2276
|
ProxyCmp({
|
|
2366
|
-
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', '
|
|
2277
|
+
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target']
|
|
2367
2278
|
})
|
|
2368
2279
|
], IonTabButton);
|
|
2369
2280
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabButton, decorators: [{
|
|
@@ -2373,7 +2284,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2373
2284
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2374
2285
|
template: '<ng-content></ng-content>',
|
|
2375
2286
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2376
|
-
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', '
|
|
2287
|
+
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target'],
|
|
2377
2288
|
}]
|
|
2378
2289
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2379
2290
|
let IonText = class IonText {
|
|
@@ -2385,11 +2296,11 @@ let IonText = class IonText {
|
|
|
2385
2296
|
this.el = r.nativeElement;
|
|
2386
2297
|
}
|
|
2387
2298
|
/** @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 });
|
|
2388
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonText, selector: "ion-text", inputs: { color: "color", mode: "mode"
|
|
2299
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonText, selector: "ion-text", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2389
2300
|
};
|
|
2390
2301
|
IonText = __decorate([
|
|
2391
2302
|
ProxyCmp({
|
|
2392
|
-
inputs: ['color', 'mode'
|
|
2303
|
+
inputs: ['color', 'mode']
|
|
2393
2304
|
})
|
|
2394
2305
|
], IonText);
|
|
2395
2306
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonText, decorators: [{
|
|
@@ -2399,7 +2310,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2399
2310
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2400
2311
|
template: '<ng-content></ng-content>',
|
|
2401
2312
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2402
|
-
inputs: ['color', 'mode'
|
|
2313
|
+
inputs: ['color', 'mode'],
|
|
2403
2314
|
}]
|
|
2404
2315
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2405
2316
|
let IonTextarea = class IonTextarea {
|
|
@@ -2412,11 +2323,11 @@ let IonTextarea = class IonTextarea {
|
|
|
2412
2323
|
proxyOutputs(this, this.el, ['ionChange', 'ionInput', 'ionBlur', 'ionFocus']);
|
|
2413
2324
|
}
|
|
2414
2325
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2415
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTextarea, selector: "ion-textarea", inputs: { autoGrow: "autoGrow", autocapitalize: "autocapitalize", autofocus: "autofocus", clearOnEdit: "clearOnEdit", color: "color", cols: "cols", counter: "counter", counterFormatter: "counterFormatter", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", errorText: "errorText", fill: "fill", helperText: "helperText", inputmode: "inputmode", label: "label", labelPlacement: "labelPlacement", maxlength: "maxlength", minlength: "minlength", mode: "mode", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", rows: "rows", shape: "shape",
|
|
2326
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTextarea, selector: "ion-textarea", inputs: { autoGrow: "autoGrow", autocapitalize: "autocapitalize", autofocus: "autofocus", clearOnEdit: "clearOnEdit", color: "color", cols: "cols", counter: "counter", counterFormatter: "counterFormatter", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", errorText: "errorText", fill: "fill", helperText: "helperText", inputmode: "inputmode", label: "label", labelPlacement: "labelPlacement", maxlength: "maxlength", minlength: "minlength", mode: "mode", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", rows: "rows", shape: "shape", spellcheck: "spellcheck", value: "value", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2416
2327
|
};
|
|
2417
2328
|
IonTextarea = __decorate([
|
|
2418
2329
|
ProxyCmp({
|
|
2419
|
-
inputs: ['autoGrow', 'autocapitalize', 'autofocus', 'clearOnEdit', 'color', 'cols', 'counter', 'counterFormatter', 'debounce', 'disabled', 'enterkeyhint', 'errorText', 'fill', 'helperText', 'inputmode', 'label', 'labelPlacement', 'maxlength', 'minlength', 'mode', 'name', 'placeholder', 'readonly', 'required', 'rows', 'shape', '
|
|
2330
|
+
inputs: ['autoGrow', 'autocapitalize', 'autofocus', 'clearOnEdit', 'color', 'cols', 'counter', 'counterFormatter', 'debounce', 'disabled', 'enterkeyhint', 'errorText', 'fill', 'helperText', 'inputmode', 'label', 'labelPlacement', 'maxlength', 'minlength', 'mode', 'name', 'placeholder', 'readonly', 'required', 'rows', 'shape', 'spellcheck', 'value', 'wrap'],
|
|
2420
2331
|
methods: ['setFocus', 'getInputElement']
|
|
2421
2332
|
})
|
|
2422
2333
|
], IonTextarea);
|
|
@@ -2427,7 +2338,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2427
2338
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2428
2339
|
template: '<ng-content></ng-content>',
|
|
2429
2340
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2430
|
-
inputs: ['autoGrow', 'autocapitalize', 'autofocus', 'clearOnEdit', 'color', 'cols', 'counter', 'counterFormatter', 'debounce', 'disabled', 'enterkeyhint', 'errorText', 'fill', 'helperText', 'inputmode', 'label', 'labelPlacement', 'maxlength', 'minlength', 'mode', 'name', 'placeholder', 'readonly', 'required', 'rows', 'shape', '
|
|
2341
|
+
inputs: ['autoGrow', 'autocapitalize', 'autofocus', 'clearOnEdit', 'color', 'cols', 'counter', 'counterFormatter', 'debounce', 'disabled', 'enterkeyhint', 'errorText', 'fill', 'helperText', 'inputmode', 'label', 'labelPlacement', 'maxlength', 'minlength', 'mode', 'name', 'placeholder', 'readonly', 'required', 'rows', 'shape', 'spellcheck', 'value', 'wrap'],
|
|
2431
2342
|
}]
|
|
2432
2343
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2433
2344
|
let IonThumbnail = class IonThumbnail {
|
|
@@ -2439,12 +2350,10 @@ let IonThumbnail = class IonThumbnail {
|
|
|
2439
2350
|
this.el = r.nativeElement;
|
|
2440
2351
|
}
|
|
2441
2352
|
/** @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 });
|
|
2442
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonThumbnail, selector: "ion-thumbnail",
|
|
2353
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonThumbnail, selector: "ion-thumbnail", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2443
2354
|
};
|
|
2444
2355
|
IonThumbnail = __decorate([
|
|
2445
|
-
ProxyCmp({
|
|
2446
|
-
inputs: ['mode', 'theme']
|
|
2447
|
-
})
|
|
2356
|
+
ProxyCmp({})
|
|
2448
2357
|
], IonThumbnail);
|
|
2449
2358
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonThumbnail, decorators: [{
|
|
2450
2359
|
type: Component,
|
|
@@ -2453,7 +2362,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2453
2362
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2454
2363
|
template: '<ng-content></ng-content>',
|
|
2455
2364
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2456
|
-
inputs: [
|
|
2365
|
+
inputs: [],
|
|
2457
2366
|
}]
|
|
2458
2367
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2459
2368
|
let IonTitle = class IonTitle {
|
|
@@ -2465,11 +2374,11 @@ let IonTitle = class IonTitle {
|
|
|
2465
2374
|
this.el = r.nativeElement;
|
|
2466
2375
|
}
|
|
2467
2376
|
/** @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 });
|
|
2468
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTitle, selector: "ion-title", inputs: { color: "color",
|
|
2377
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTitle, selector: "ion-title", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2469
2378
|
};
|
|
2470
2379
|
IonTitle = __decorate([
|
|
2471
2380
|
ProxyCmp({
|
|
2472
|
-
inputs: ['color', '
|
|
2381
|
+
inputs: ['color', 'size']
|
|
2473
2382
|
})
|
|
2474
2383
|
], IonTitle);
|
|
2475
2384
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTitle, decorators: [{
|
|
@@ -2479,7 +2388,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2479
2388
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2480
2389
|
template: '<ng-content></ng-content>',
|
|
2481
2390
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2482
|
-
inputs: ['color', '
|
|
2391
|
+
inputs: ['color', 'size'],
|
|
2483
2392
|
}]
|
|
2484
2393
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2485
2394
|
let IonToast = class IonToast {
|
|
@@ -2492,11 +2401,11 @@ let IonToast = class IonToast {
|
|
|
2492
2401
|
proxyOutputs(this, this.el, ['ionToastDidPresent', 'ionToastWillPresent', 'ionToastWillDismiss', 'ionToastDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
2493
2402
|
}
|
|
2494
2403
|
/** @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 });
|
|
2495
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonToast, selector: "ion-toast", inputs: { animated: "animated", buttons: "buttons", color: "color", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes",
|
|
2404
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonToast, 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 });
|
|
2496
2405
|
};
|
|
2497
2406
|
IonToast = __decorate([
|
|
2498
2407
|
ProxyCmp({
|
|
2499
|
-
inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', '
|
|
2408
|
+
inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],
|
|
2500
2409
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
2501
2410
|
})
|
|
2502
2411
|
], IonToast);
|
|
@@ -2507,7 +2416,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2507
2416
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2508
2417
|
template: '<ng-content></ng-content>',
|
|
2509
2418
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2510
|
-
inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', '
|
|
2419
|
+
inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],
|
|
2511
2420
|
}]
|
|
2512
2421
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2513
2422
|
let IonToggle = class IonToggle {
|
|
@@ -2520,11 +2429,11 @@ let IonToggle = class IonToggle {
|
|
|
2520
2429
|
proxyOutputs(this, this.el, ['ionChange', 'ionFocus', 'ionBlur']);
|
|
2521
2430
|
}
|
|
2522
2431
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2523
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonToggle, selector: "ion-toggle", inputs: { alignment: "alignment", checked: "checked", color: "color", disabled: "disabled", enableOnOffLabels: "enableOnOffLabels", errorText: "errorText", helperText: "helperText", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", required: "required",
|
|
2432
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonToggle, selector: "ion-toggle", inputs: { alignment: "alignment", checked: "checked", color: "color", disabled: "disabled", enableOnOffLabels: "enableOnOffLabels", errorText: "errorText", helperText: "helperText", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", required: "required", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2524
2433
|
};
|
|
2525
2434
|
IonToggle = __decorate([
|
|
2526
2435
|
ProxyCmp({
|
|
2527
|
-
inputs: ['alignment', 'checked', 'color', 'disabled', 'enableOnOffLabels', 'errorText', 'helperText', 'justify', 'labelPlacement', 'mode', 'name', 'required', '
|
|
2436
|
+
inputs: ['alignment', 'checked', 'color', 'disabled', 'enableOnOffLabels', 'errorText', 'helperText', 'justify', 'labelPlacement', 'mode', 'name', 'required', 'value']
|
|
2528
2437
|
})
|
|
2529
2438
|
], IonToggle);
|
|
2530
2439
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonToggle, decorators: [{
|
|
@@ -2534,7 +2443,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2534
2443
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2535
2444
|
template: '<ng-content></ng-content>',
|
|
2536
2445
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2537
|
-
inputs: ['alignment', 'checked', 'color', 'disabled', 'enableOnOffLabels', 'errorText', 'helperText', 'justify', 'labelPlacement', 'mode', 'name', 'required', '
|
|
2446
|
+
inputs: ['alignment', 'checked', 'color', 'disabled', 'enableOnOffLabels', 'errorText', 'helperText', 'justify', 'labelPlacement', 'mode', 'name', 'required', 'value'],
|
|
2538
2447
|
}]
|
|
2539
2448
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2540
2449
|
let IonToolbar = class IonToolbar {
|
|
@@ -2546,11 +2455,11 @@ let IonToolbar = class IonToolbar {
|
|
|
2546
2455
|
this.el = r.nativeElement;
|
|
2547
2456
|
}
|
|
2548
2457
|
/** @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 });
|
|
2549
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonToolbar, selector: "ion-toolbar", inputs: { color: "color", mode: "mode"
|
|
2458
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonToolbar, selector: "ion-toolbar", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2550
2459
|
};
|
|
2551
2460
|
IonToolbar = __decorate([
|
|
2552
2461
|
ProxyCmp({
|
|
2553
|
-
inputs: ['color', 'mode'
|
|
2462
|
+
inputs: ['color', 'mode']
|
|
2554
2463
|
})
|
|
2555
2464
|
], IonToolbar);
|
|
2556
2465
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonToolbar, decorators: [{
|
|
@@ -2560,7 +2469,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2560
2469
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2561
2470
|
template: '<ng-content></ng-content>',
|
|
2562
2471
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2563
|
-
inputs: ['color', 'mode'
|
|
2472
|
+
inputs: ['color', 'mode'],
|
|
2564
2473
|
}]
|
|
2565
2474
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2566
2475
|
|
|
@@ -2938,23 +2847,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2938
2847
|
type: Injectable
|
|
2939
2848
|
}], ctorParameters: function () { return []; } });
|
|
2940
2849
|
|
|
2941
|
-
/**
|
|
2942
|
-
* @deprecated Use the inline ion-picker component instead.
|
|
2943
|
-
*/
|
|
2944
|
-
class PickerController extends OverlayBaseController {
|
|
2945
|
-
constructor() {
|
|
2946
|
-
super(pickerController);
|
|
2947
|
-
}
|
|
2948
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PickerController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2949
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PickerController, providedIn: 'root' });
|
|
2950
|
-
}
|
|
2951
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PickerController, decorators: [{
|
|
2952
|
-
type: Injectable,
|
|
2953
|
-
args: [{
|
|
2954
|
-
providedIn: 'root',
|
|
2955
|
-
}]
|
|
2956
|
-
}], ctorParameters: function () { return []; } });
|
|
2957
|
-
|
|
2958
2850
|
class PopoverController extends OverlayBaseController {
|
|
2959
2851
|
angularDelegate = inject(AngularDelegate);
|
|
2960
2852
|
injector = inject(Injector);
|
|
@@ -3035,12 +2927,10 @@ const DIRECTIVES = [
|
|
|
3035
2927
|
IonContent,
|
|
3036
2928
|
IonDatetime,
|
|
3037
2929
|
IonDatetimeButton,
|
|
3038
|
-
IonDivider,
|
|
3039
2930
|
IonFab,
|
|
3040
2931
|
IonFabButton,
|
|
3041
2932
|
IonFabList,
|
|
3042
2933
|
IonFooter,
|
|
3043
|
-
IonGallery,
|
|
3044
2934
|
IonGrid,
|
|
3045
2935
|
IonHeader,
|
|
3046
2936
|
IonIcon,
|
|
@@ -3068,7 +2958,6 @@ const DIRECTIVES = [
|
|
|
3068
2958
|
IonPicker,
|
|
3069
2959
|
IonPickerColumn,
|
|
3070
2960
|
IonPickerColumnOption,
|
|
3071
|
-
IonPickerLegacy,
|
|
3072
2961
|
IonProgressBar,
|
|
3073
2962
|
IonRadio,
|
|
3074
2963
|
IonRadioGroup,
|
|
@@ -3145,7 +3034,7 @@ class IonicModule {
|
|
|
3145
3034
|
};
|
|
3146
3035
|
}
|
|
3147
3036
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3148
|
-
/** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: IonicModule, declarations: [IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton,
|
|
3037
|
+
/** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: IonicModule, declarations: [IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton, IonFab, IonFabButton, IonFabList, IonFooter, IonGrid, IonHeader, IonIcon, IonImg, IonInfiniteScroll, IonInfiniteScrollContent, IonInput, IonInputOtp, IonInputPasswordToggle, IonItem, IonItemDivider, IonItemGroup, IonItemOption, IonItemOptions, IonItemSliding, IonLabel, IonList, IonListHeader, IonLoading, IonMenu, IonMenuButton, IonMenuToggle, IonNavLink, IonNote, IonPicker, IonPickerColumn, IonPickerColumnOption, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRefresher, IonRefresherContent, IonReorder, IonReorderGroup, IonRippleEffect, IonRow, IonSearchbar, IonSegment, IonSegmentButton, IonSegmentContent, IonSegmentView, IonSelect, IonSelectModal, IonSelectOption, IonSkeletonText, IonSpinner, IonSplitPane, IonTab, IonTabBar, IonTabButton, IonText, IonTextarea, IonThumbnail, IonTitle, IonToast, IonToggle, IonToolbar,
|
|
3149
3038
|
// manual proxies
|
|
3150
3039
|
IonModal,
|
|
3151
3040
|
IonPopover,
|
|
@@ -3163,7 +3052,7 @@ class IonicModule {
|
|
|
3163
3052
|
RouterLinkWithHrefDelegateDirective,
|
|
3164
3053
|
// validators
|
|
3165
3054
|
IonMinValidator,
|
|
3166
|
-
IonMaxValidator], imports: [CommonModule], exports: [IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton,
|
|
3055
|
+
IonMaxValidator], imports: [CommonModule], exports: [IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton, IonFab, IonFabButton, IonFabList, IonFooter, IonGrid, IonHeader, IonIcon, IonImg, IonInfiniteScroll, IonInfiniteScrollContent, IonInput, IonInputOtp, IonInputPasswordToggle, IonItem, IonItemDivider, IonItemGroup, IonItemOption, IonItemOptions, IonItemSliding, IonLabel, IonList, IonListHeader, IonLoading, IonMenu, IonMenuButton, IonMenuToggle, IonNavLink, IonNote, IonPicker, IonPickerColumn, IonPickerColumnOption, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRefresher, IonRefresherContent, IonReorder, IonReorderGroup, IonRippleEffect, IonRow, IonSearchbar, IonSegment, IonSegmentButton, IonSegmentContent, IonSegmentView, IonSelect, IonSelectModal, IonSelectOption, IonSkeletonText, IonSpinner, IonSplitPane, IonTab, IonTabBar, IonTabButton, IonText, IonTextarea, IonThumbnail, IonTitle, IonToast, IonToggle, IonToolbar,
|
|
3167
3056
|
// manual proxies
|
|
3168
3057
|
IonModal,
|
|
3169
3058
|
IonPopover,
|
|
@@ -3200,5 +3089,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3200
3089
|
* Generated bundle index. Do not edit.
|
|
3201
3090
|
*/
|
|
3202
3091
|
|
|
3203
|
-
export { ActionSheetController, AlertController, AnimationController, BooleanValueAccessorDirective as BooleanValueAccessor, GestureController, ION_MAX_VALIDATOR, ION_MIN_VALIDATOR, IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackButton, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton,
|
|
3092
|
+
export { ActionSheetController, AlertController, AnimationController, BooleanValueAccessorDirective as BooleanValueAccessor, GestureController, ION_MAX_VALIDATOR, ION_MIN_VALIDATOR, IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackButton, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton, IonFab, IonFabButton, IonFabList, IonFooter, IonGrid, IonHeader, IonIcon, IonImg, IonInfiniteScroll, IonInfiniteScrollContent, IonInput, IonInputOtp, IonInputPasswordToggle, IonItem, IonItemDivider, IonItemGroup, IonItemOption, IonItemOptions, IonItemSliding, IonLabel, IonList, IonListHeader, IonLoading, IonMaxValidator, IonMenu, IonMenuButton, IonMenuToggle, IonMinValidator, IonModal, IonNav, IonNavLink, IonNote, IonPicker, IonPickerColumn, IonPickerColumnOption, IonPopover, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRefresher, IonRefresherContent, IonReorder, IonReorderGroup, IonRippleEffect, IonRouterOutlet, IonRow, IonSearchbar, IonSegment, IonSegmentButton, IonSegmentContent, IonSegmentView, IonSelect, IonSelectModal, IonSelectOption, IonSkeletonText, IonSpinner, IonSplitPane, IonTab, IonTabBar, IonTabButton, IonTabs, IonText, IonTextarea, IonThumbnail, IonTitle, IonToast, IonToggle, IonToolbar, IonicModule, LoadingController, MenuController, ModalController, NumericValueAccessorDirective as NumericValueAccessor, PopoverController, RouterLinkDelegateDirective as RouterLinkDelegate, RouterLinkWithHrefDelegateDirective as RouterLinkWithHrefDelegate, SelectValueAccessorDirective as SelectValueAccessor, TextValueAccessorDirective as TextValueAccessor, ToastController };
|
|
3204
3093
|
//# sourceMappingURL=ionic-angular.mjs.map
|