@ionic/angular 8.5.7-dev.11747949628.1b740070 → 8.5.7-dev.11748379940.12698faf
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/directives/control-value-accessors/numeric-value-accessor.d.ts +2 -2
- package/directives/control-value-accessors/text-value-accessor.d.ts +2 -2
- package/directives/proxies-list.d.ts +1 -1
- package/directives/proxies.d.ts +46 -0
- package/esm2022/directives/control-value-accessors/numeric-value-accessor.mjs +4 -4
- package/esm2022/directives/control-value-accessors/text-value-accessor.mjs +3 -3
- package/esm2022/directives/proxies-list.mjs +2 -1
- package/esm2022/directives/proxies.mjs +30 -1
- package/esm2022/index.mjs +1 -1
- package/esm2022/ionic-module.mjs +2 -2
- package/esm2022/standalone/directives/index.mjs +2 -1
- package/esm2022/standalone/directives/input-otp.mjs +90 -0
- package/esm2022/standalone/directives/proxies.mjs +33 -1
- package/esm2022/standalone/index.mjs +2 -2
- package/fesm2022/ionic-angular-standalone.mjs +237 -124
- package/fesm2022/ionic-angular-standalone.mjs.map +1 -1
- package/fesm2022/ionic-angular.mjs +37 -8
- package/fesm2022/ionic-angular.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/ionic-module.d.ts +1 -1
- package/package.json +2 -2
- package/standalone/directives/index.d.ts +1 -0
- package/standalone/directives/input-otp.d.ts +49 -0
- package/standalone/directives/proxies.d.ts +46 -0
- package/standalone/index.d.ts +2 -2
|
@@ -42,65 +42,66 @@ import { defineCustomElement as defineCustomElement$v } from '@ionic/core/compon
|
|
|
42
42
|
import { defineCustomElement as defineCustomElement$w } from '@ionic/core/components/ion-img.js';
|
|
43
43
|
import { defineCustomElement as defineCustomElement$x } from '@ionic/core/components/ion-infinite-scroll.js';
|
|
44
44
|
import { defineCustomElement as defineCustomElement$y } from '@ionic/core/components/ion-infinite-scroll-content.js';
|
|
45
|
-
import { defineCustomElement as defineCustomElement$z } from '@ionic/core/components/ion-input-
|
|
46
|
-
import { defineCustomElement as defineCustomElement$A } from '@ionic/core/components/ion-
|
|
47
|
-
import { defineCustomElement as defineCustomElement$B } from '@ionic/core/components/ion-item
|
|
48
|
-
import { defineCustomElement as defineCustomElement$C } from '@ionic/core/components/ion-item-
|
|
49
|
-
import { defineCustomElement as defineCustomElement$D } from '@ionic/core/components/ion-item-
|
|
50
|
-
import { defineCustomElement as defineCustomElement$E } from '@ionic/core/components/ion-item-
|
|
51
|
-
import { defineCustomElement as defineCustomElement$F } from '@ionic/core/components/ion-item-
|
|
52
|
-
import { defineCustomElement as defineCustomElement$G } from '@ionic/core/components/ion-
|
|
53
|
-
import { defineCustomElement as defineCustomElement$H } from '@ionic/core/components/ion-
|
|
54
|
-
import { defineCustomElement as defineCustomElement$I } from '@ionic/core/components/ion-list
|
|
55
|
-
import { defineCustomElement as defineCustomElement$J } from '@ionic/core/components/ion-
|
|
56
|
-
import { defineCustomElement as defineCustomElement$K } from '@ionic/core/components/ion-
|
|
57
|
-
import { defineCustomElement as defineCustomElement$L } from '@ionic/core/components/ion-menu
|
|
58
|
-
import { defineCustomElement as defineCustomElement$M } from '@ionic/core/components/ion-menu-
|
|
59
|
-
import { defineCustomElement as defineCustomElement$N } from '@ionic/core/components/ion-
|
|
60
|
-
import { defineCustomElement as defineCustomElement$O } from '@ionic/core/components/ion-
|
|
61
|
-
import { defineCustomElement as defineCustomElement$P } from '@ionic/core/components/ion-
|
|
62
|
-
import { defineCustomElement as defineCustomElement$Q } from '@ionic/core/components/ion-picker
|
|
63
|
-
import { defineCustomElement as defineCustomElement$R } from '@ionic/core/components/ion-picker-column
|
|
64
|
-
import { defineCustomElement as defineCustomElement$S } from '@ionic/core/components/ion-picker-
|
|
65
|
-
import { defineCustomElement as defineCustomElement$T } from '@ionic/core/components/ion-
|
|
66
|
-
import { defineCustomElement as defineCustomElement$U } from '@ionic/core/components/ion-
|
|
67
|
-
import { defineCustomElement as defineCustomElement$V } from '@ionic/core/components/ion-
|
|
68
|
-
import { defineCustomElement as defineCustomElement$W } from '@ionic/core/components/ion-refresher
|
|
69
|
-
import { defineCustomElement as defineCustomElement$X } from '@ionic/core/components/ion-
|
|
70
|
-
import { defineCustomElement as defineCustomElement$Y } from '@ionic/core/components/ion-reorder
|
|
71
|
-
import { defineCustomElement as defineCustomElement$Z } from '@ionic/core/components/ion-
|
|
72
|
-
import { defineCustomElement as defineCustomElement$_ } from '@ionic/core/components/ion-
|
|
73
|
-
import { defineCustomElement as defineCustomElement$$ } from '@ionic/core/components/ion-
|
|
74
|
-
import { defineCustomElement as defineCustomElement$10 } from '@ionic/core/components/ion-segment-
|
|
75
|
-
import { defineCustomElement as defineCustomElement$11 } from '@ionic/core/components/ion-segment-
|
|
76
|
-
import { defineCustomElement as defineCustomElement$12 } from '@ionic/core/components/ion-
|
|
77
|
-
import { defineCustomElement as defineCustomElement$13 } from '@ionic/core/components/ion-select-
|
|
78
|
-
import { defineCustomElement as defineCustomElement$14 } from '@ionic/core/components/ion-
|
|
79
|
-
import { defineCustomElement as defineCustomElement$15 } from '@ionic/core/components/ion-
|
|
80
|
-
import { defineCustomElement as defineCustomElement$16 } from '@ionic/core/components/ion-
|
|
81
|
-
import { defineCustomElement as defineCustomElement$17 } from '@ionic/core/components/ion-
|
|
82
|
-
import { defineCustomElement as defineCustomElement$18 } from '@ionic/core/components/ion-tab
|
|
83
|
-
import { defineCustomElement as defineCustomElement$19 } from '@ionic/core/components/ion-tab-
|
|
84
|
-
import { defineCustomElement as defineCustomElement$1a } from '@ionic/core/components/ion-
|
|
85
|
-
import { defineCustomElement as defineCustomElement$1b } from '@ionic/core/components/ion-
|
|
86
|
-
import { defineCustomElement as defineCustomElement$1c } from '@ionic/core/components/ion-
|
|
87
|
-
import { defineCustomElement as defineCustomElement$1d } from '@ionic/core/components/ion-
|
|
88
|
-
import { defineCustomElement as defineCustomElement$1e } from '@ionic/core/components/ion-
|
|
45
|
+
import { defineCustomElement as defineCustomElement$z } from '@ionic/core/components/ion-input-otp.js';
|
|
46
|
+
import { defineCustomElement as defineCustomElement$A } from '@ionic/core/components/ion-input-password-toggle.js';
|
|
47
|
+
import { defineCustomElement as defineCustomElement$B } from '@ionic/core/components/ion-item.js';
|
|
48
|
+
import { defineCustomElement as defineCustomElement$C } from '@ionic/core/components/ion-item-divider.js';
|
|
49
|
+
import { defineCustomElement as defineCustomElement$D } from '@ionic/core/components/ion-item-group.js';
|
|
50
|
+
import { defineCustomElement as defineCustomElement$E } from '@ionic/core/components/ion-item-option.js';
|
|
51
|
+
import { defineCustomElement as defineCustomElement$F } from '@ionic/core/components/ion-item-options.js';
|
|
52
|
+
import { defineCustomElement as defineCustomElement$G } from '@ionic/core/components/ion-item-sliding.js';
|
|
53
|
+
import { defineCustomElement as defineCustomElement$H } from '@ionic/core/components/ion-label.js';
|
|
54
|
+
import { defineCustomElement as defineCustomElement$I } from '@ionic/core/components/ion-list.js';
|
|
55
|
+
import { defineCustomElement as defineCustomElement$J } from '@ionic/core/components/ion-list-header.js';
|
|
56
|
+
import { defineCustomElement as defineCustomElement$K } from '@ionic/core/components/ion-loading.js';
|
|
57
|
+
import { defineCustomElement as defineCustomElement$L } from '@ionic/core/components/ion-menu.js';
|
|
58
|
+
import { defineCustomElement as defineCustomElement$M } from '@ionic/core/components/ion-menu-button.js';
|
|
59
|
+
import { defineCustomElement as defineCustomElement$N } from '@ionic/core/components/ion-menu-toggle.js';
|
|
60
|
+
import { defineCustomElement as defineCustomElement$O } from '@ionic/core/components/ion-nav-link.js';
|
|
61
|
+
import { defineCustomElement as defineCustomElement$P } from '@ionic/core/components/ion-note.js';
|
|
62
|
+
import { defineCustomElement as defineCustomElement$Q } from '@ionic/core/components/ion-picker.js';
|
|
63
|
+
import { defineCustomElement as defineCustomElement$R } from '@ionic/core/components/ion-picker-column.js';
|
|
64
|
+
import { defineCustomElement as defineCustomElement$S } from '@ionic/core/components/ion-picker-column-option.js';
|
|
65
|
+
import { defineCustomElement as defineCustomElement$T } from '@ionic/core/components/ion-picker-legacy.js';
|
|
66
|
+
import { defineCustomElement as defineCustomElement$U } from '@ionic/core/components/ion-progress-bar.js';
|
|
67
|
+
import { defineCustomElement as defineCustomElement$V } from '@ionic/core/components/ion-radio.js';
|
|
68
|
+
import { defineCustomElement as defineCustomElement$W } from '@ionic/core/components/ion-refresher.js';
|
|
69
|
+
import { defineCustomElement as defineCustomElement$X } from '@ionic/core/components/ion-refresher-content.js';
|
|
70
|
+
import { defineCustomElement as defineCustomElement$Y } from '@ionic/core/components/ion-reorder.js';
|
|
71
|
+
import { defineCustomElement as defineCustomElement$Z } from '@ionic/core/components/ion-reorder-group.js';
|
|
72
|
+
import { defineCustomElement as defineCustomElement$_ } from '@ionic/core/components/ion-ripple-effect.js';
|
|
73
|
+
import { defineCustomElement as defineCustomElement$$ } from '@ionic/core/components/ion-row.js';
|
|
74
|
+
import { defineCustomElement as defineCustomElement$10 } from '@ionic/core/components/ion-segment-button.js';
|
|
75
|
+
import { defineCustomElement as defineCustomElement$11 } from '@ionic/core/components/ion-segment-content.js';
|
|
76
|
+
import { defineCustomElement as defineCustomElement$12 } from '@ionic/core/components/ion-segment-view.js';
|
|
77
|
+
import { defineCustomElement as defineCustomElement$13 } from '@ionic/core/components/ion-select-modal.js';
|
|
78
|
+
import { defineCustomElement as defineCustomElement$14 } from '@ionic/core/components/ion-select-option.js';
|
|
79
|
+
import { defineCustomElement as defineCustomElement$15 } from '@ionic/core/components/ion-skeleton-text.js';
|
|
80
|
+
import { defineCustomElement as defineCustomElement$16 } from '@ionic/core/components/ion-spinner.js';
|
|
81
|
+
import { defineCustomElement as defineCustomElement$17 } from '@ionic/core/components/ion-split-pane.js';
|
|
82
|
+
import { defineCustomElement as defineCustomElement$18 } from '@ionic/core/components/ion-tab.js';
|
|
83
|
+
import { defineCustomElement as defineCustomElement$19 } from '@ionic/core/components/ion-tab-bar.js';
|
|
84
|
+
import { defineCustomElement as defineCustomElement$1a } from '@ionic/core/components/ion-tab-button.js';
|
|
85
|
+
import { defineCustomElement as defineCustomElement$1b } from '@ionic/core/components/ion-text.js';
|
|
86
|
+
import { defineCustomElement as defineCustomElement$1c } from '@ionic/core/components/ion-thumbnail.js';
|
|
87
|
+
import { defineCustomElement as defineCustomElement$1d } from '@ionic/core/components/ion-title.js';
|
|
88
|
+
import { defineCustomElement as defineCustomElement$1e } from '@ionic/core/components/ion-toast.js';
|
|
89
|
+
import { defineCustomElement as defineCustomElement$1f } from '@ionic/core/components/ion-toolbar.js';
|
|
89
90
|
import { modalController, popoverController, initialize, actionSheetController, alertController, createAnimation, getTimeGivenProgression, createGesture, loadingController, menuController, pickerController, toastController } from '@ionic/core/components';
|
|
90
91
|
export { IonicSafeString, IonicSlides, createAnimation, createGesture, getPlatforms, getTimeGivenProgression, iosTransitionAnimation, isPlatform, mdTransitionAnimation } from '@ionic/core/components';
|
|
91
|
-
import { defineCustomElement as defineCustomElement$
|
|
92
|
+
import { defineCustomElement as defineCustomElement$1g } from '@ionic/core/components/ion-nav.js';
|
|
92
93
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
93
|
-
import { defineCustomElement as defineCustomElement$
|
|
94
|
-
import { defineCustomElement as defineCustomElement$
|
|
95
|
-
import { defineCustomElement as defineCustomElement$
|
|
96
|
-
import { defineCustomElement as defineCustomElement$
|
|
97
|
-
import { defineCustomElement as defineCustomElement$
|
|
98
|
-
import { defineCustomElement as defineCustomElement$
|
|
99
|
-
import { defineCustomElement as defineCustomElement$
|
|
100
|
-
import { defineCustomElement as defineCustomElement$
|
|
101
|
-
import { defineCustomElement as defineCustomElement$
|
|
102
|
-
import { defineCustomElement as defineCustomElement$
|
|
103
|
-
import { defineCustomElement as defineCustomElement$
|
|
94
|
+
import { defineCustomElement as defineCustomElement$1h } from '@ionic/core/components/ion-checkbox.js';
|
|
95
|
+
import { defineCustomElement as defineCustomElement$1i } from '@ionic/core/components/ion-datetime.js';
|
|
96
|
+
import { defineCustomElement as defineCustomElement$1j } from 'ionicons/components/ion-icon.js';
|
|
97
|
+
import { defineCustomElement as defineCustomElement$1k } from '@ionic/core/components/ion-input.js';
|
|
98
|
+
import { defineCustomElement as defineCustomElement$1l } from '@ionic/core/components/ion-radio-group.js';
|
|
99
|
+
import { defineCustomElement as defineCustomElement$1m } from '@ionic/core/components/ion-range.js';
|
|
100
|
+
import { defineCustomElement as defineCustomElement$1n } from '@ionic/core/components/ion-searchbar.js';
|
|
101
|
+
import { defineCustomElement as defineCustomElement$1o } from '@ionic/core/components/ion-segment.js';
|
|
102
|
+
import { defineCustomElement as defineCustomElement$1p } from '@ionic/core/components/ion-select.js';
|
|
103
|
+
import { defineCustomElement as defineCustomElement$1q } from '@ionic/core/components/ion-textarea.js';
|
|
104
|
+
import { defineCustomElement as defineCustomElement$1r } from '@ionic/core/components/ion-toggle.js';
|
|
104
105
|
|
|
105
106
|
let IonRouterOutlet = class IonRouterOutlet extends IonRouterOutlet$1 {
|
|
106
107
|
parentOutlet;
|
|
@@ -1160,6 +1161,36 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1160
1161
|
standalone: true
|
|
1161
1162
|
}]
|
|
1162
1163
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1164
|
+
let IonInputOtp$1 = class IonInputOtp {
|
|
1165
|
+
z;
|
|
1166
|
+
el;
|
|
1167
|
+
constructor(c, r, z) {
|
|
1168
|
+
this.z = z;
|
|
1169
|
+
c.detach();
|
|
1170
|
+
this.el = r.nativeElement;
|
|
1171
|
+
proxyOutputs(this, this.el, ['ionInput', 'ionChange', 'ionComplete', 'ionBlur', 'ionFocus']);
|
|
1172
|
+
}
|
|
1173
|
+
/** @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 });
|
|
1174
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInputOtp, isStandalone: true, selector: "ion-input-otp", inputs: { autocapitalize: "autocapitalize", color: "color", disabled: "disabled", fill: "fill", inputmode: "inputmode", length: "length", pattern: "pattern", readonly: "readonly", separators: "separators", shape: "shape", size: "size", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1175
|
+
};
|
|
1176
|
+
IonInputOtp$1 = __decorate([
|
|
1177
|
+
ProxyCmp({
|
|
1178
|
+
defineCustomElementFn: defineCustomElement$z,
|
|
1179
|
+
inputs: ['autocapitalize', 'color', 'disabled', 'fill', 'inputmode', 'length', 'pattern', 'readonly', 'separators', 'shape', 'size', 'type', 'value'],
|
|
1180
|
+
methods: ['reset', 'setFocus']
|
|
1181
|
+
})
|
|
1182
|
+
], IonInputOtp$1);
|
|
1183
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonInputOtp$1, decorators: [{
|
|
1184
|
+
type: Component,
|
|
1185
|
+
args: [{
|
|
1186
|
+
selector: 'ion-input-otp',
|
|
1187
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1188
|
+
template: '<ng-content></ng-content>',
|
|
1189
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1190
|
+
inputs: ['autocapitalize', 'color', 'disabled', 'fill', 'inputmode', 'length', 'pattern', 'readonly', 'separators', 'shape', 'size', 'type', 'value'],
|
|
1191
|
+
standalone: true
|
|
1192
|
+
}]
|
|
1193
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1163
1194
|
let IonInputPasswordToggle = class IonInputPasswordToggle {
|
|
1164
1195
|
z;
|
|
1165
1196
|
el;
|
|
@@ -1173,7 +1204,7 @@ let IonInputPasswordToggle = class IonInputPasswordToggle {
|
|
|
1173
1204
|
};
|
|
1174
1205
|
IonInputPasswordToggle = __decorate([
|
|
1175
1206
|
ProxyCmp({
|
|
1176
|
-
defineCustomElementFn: defineCustomElement$
|
|
1207
|
+
defineCustomElementFn: defineCustomElement$A,
|
|
1177
1208
|
inputs: ['color', 'hideIcon', 'mode', 'showIcon']
|
|
1178
1209
|
})
|
|
1179
1210
|
], IonInputPasswordToggle);
|
|
@@ -1201,7 +1232,7 @@ let IonItem = class IonItem {
|
|
|
1201
1232
|
};
|
|
1202
1233
|
IonItem = __decorate([
|
|
1203
1234
|
ProxyCmp({
|
|
1204
|
-
defineCustomElementFn: defineCustomElement$
|
|
1235
|
+
defineCustomElementFn: defineCustomElement$B,
|
|
1205
1236
|
inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
|
|
1206
1237
|
})
|
|
1207
1238
|
], IonItem);
|
|
@@ -1229,7 +1260,7 @@ let IonItemDivider = class IonItemDivider {
|
|
|
1229
1260
|
};
|
|
1230
1261
|
IonItemDivider = __decorate([
|
|
1231
1262
|
ProxyCmp({
|
|
1232
|
-
defineCustomElementFn: defineCustomElement$
|
|
1263
|
+
defineCustomElementFn: defineCustomElement$C,
|
|
1233
1264
|
inputs: ['color', 'mode', 'sticky']
|
|
1234
1265
|
})
|
|
1235
1266
|
], IonItemDivider);
|
|
@@ -1257,7 +1288,7 @@ let IonItemGroup = class IonItemGroup {
|
|
|
1257
1288
|
};
|
|
1258
1289
|
IonItemGroup = __decorate([
|
|
1259
1290
|
ProxyCmp({
|
|
1260
|
-
defineCustomElementFn: defineCustomElement$
|
|
1291
|
+
defineCustomElementFn: defineCustomElement$D
|
|
1261
1292
|
})
|
|
1262
1293
|
], IonItemGroup);
|
|
1263
1294
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemGroup, decorators: [{
|
|
@@ -1284,7 +1315,7 @@ let IonItemOption = class IonItemOption {
|
|
|
1284
1315
|
};
|
|
1285
1316
|
IonItemOption = __decorate([
|
|
1286
1317
|
ProxyCmp({
|
|
1287
|
-
defineCustomElementFn: defineCustomElement$
|
|
1318
|
+
defineCustomElementFn: defineCustomElement$E,
|
|
1288
1319
|
inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type']
|
|
1289
1320
|
})
|
|
1290
1321
|
], IonItemOption);
|
|
@@ -1313,7 +1344,7 @@ let IonItemOptions = class IonItemOptions {
|
|
|
1313
1344
|
};
|
|
1314
1345
|
IonItemOptions = __decorate([
|
|
1315
1346
|
ProxyCmp({
|
|
1316
|
-
defineCustomElementFn: defineCustomElement$
|
|
1347
|
+
defineCustomElementFn: defineCustomElement$F,
|
|
1317
1348
|
inputs: ['side']
|
|
1318
1349
|
})
|
|
1319
1350
|
], IonItemOptions);
|
|
@@ -1342,7 +1373,7 @@ let IonItemSliding = class IonItemSliding {
|
|
|
1342
1373
|
};
|
|
1343
1374
|
IonItemSliding = __decorate([
|
|
1344
1375
|
ProxyCmp({
|
|
1345
|
-
defineCustomElementFn: defineCustomElement$
|
|
1376
|
+
defineCustomElementFn: defineCustomElement$G,
|
|
1346
1377
|
inputs: ['disabled'],
|
|
1347
1378
|
methods: ['getOpenAmount', 'getSlidingRatio', 'open', 'close', 'closeOpened']
|
|
1348
1379
|
})
|
|
@@ -1371,7 +1402,7 @@ let IonLabel = class IonLabel {
|
|
|
1371
1402
|
};
|
|
1372
1403
|
IonLabel = __decorate([
|
|
1373
1404
|
ProxyCmp({
|
|
1374
|
-
defineCustomElementFn: defineCustomElement$
|
|
1405
|
+
defineCustomElementFn: defineCustomElement$H,
|
|
1375
1406
|
inputs: ['color', 'mode', 'position']
|
|
1376
1407
|
})
|
|
1377
1408
|
], IonLabel);
|
|
@@ -1399,7 +1430,7 @@ let IonList = class IonList {
|
|
|
1399
1430
|
};
|
|
1400
1431
|
IonList = __decorate([
|
|
1401
1432
|
ProxyCmp({
|
|
1402
|
-
defineCustomElementFn: defineCustomElement$
|
|
1433
|
+
defineCustomElementFn: defineCustomElement$I,
|
|
1403
1434
|
inputs: ['inset', 'lines', 'mode'],
|
|
1404
1435
|
methods: ['closeSlidingItems']
|
|
1405
1436
|
})
|
|
@@ -1428,7 +1459,7 @@ let IonListHeader = class IonListHeader {
|
|
|
1428
1459
|
};
|
|
1429
1460
|
IonListHeader = __decorate([
|
|
1430
1461
|
ProxyCmp({
|
|
1431
|
-
defineCustomElementFn: defineCustomElement$
|
|
1462
|
+
defineCustomElementFn: defineCustomElement$J,
|
|
1432
1463
|
inputs: ['color', 'lines', 'mode']
|
|
1433
1464
|
})
|
|
1434
1465
|
], IonListHeader);
|
|
@@ -1457,7 +1488,7 @@ let IonLoading = class IonLoading {
|
|
|
1457
1488
|
};
|
|
1458
1489
|
IonLoading = __decorate([
|
|
1459
1490
|
ProxyCmp({
|
|
1460
|
-
defineCustomElementFn: defineCustomElement$
|
|
1491
|
+
defineCustomElementFn: defineCustomElement$K,
|
|
1461
1492
|
inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger'],
|
|
1462
1493
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
1463
1494
|
})
|
|
@@ -1487,7 +1518,7 @@ let IonMenu = class IonMenu {
|
|
|
1487
1518
|
};
|
|
1488
1519
|
IonMenu = __decorate([
|
|
1489
1520
|
ProxyCmp({
|
|
1490
|
-
defineCustomElementFn: defineCustomElement$
|
|
1521
|
+
defineCustomElementFn: defineCustomElement$L,
|
|
1491
1522
|
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],
|
|
1492
1523
|
methods: ['isOpen', 'isActive', 'open', 'close', 'toggle', 'setOpen']
|
|
1493
1524
|
})
|
|
@@ -1516,7 +1547,7 @@ let IonMenuButton = class IonMenuButton {
|
|
|
1516
1547
|
};
|
|
1517
1548
|
IonMenuButton = __decorate([
|
|
1518
1549
|
ProxyCmp({
|
|
1519
|
-
defineCustomElementFn: defineCustomElement$
|
|
1550
|
+
defineCustomElementFn: defineCustomElement$M,
|
|
1520
1551
|
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type']
|
|
1521
1552
|
})
|
|
1522
1553
|
], IonMenuButton);
|
|
@@ -1544,7 +1575,7 @@ let IonMenuToggle = class IonMenuToggle {
|
|
|
1544
1575
|
};
|
|
1545
1576
|
IonMenuToggle = __decorate([
|
|
1546
1577
|
ProxyCmp({
|
|
1547
|
-
defineCustomElementFn: defineCustomElement$
|
|
1578
|
+
defineCustomElementFn: defineCustomElement$N,
|
|
1548
1579
|
inputs: ['autoHide', 'menu']
|
|
1549
1580
|
})
|
|
1550
1581
|
], IonMenuToggle);
|
|
@@ -1572,7 +1603,7 @@ let IonNavLink = class IonNavLink {
|
|
|
1572
1603
|
};
|
|
1573
1604
|
IonNavLink = __decorate([
|
|
1574
1605
|
ProxyCmp({
|
|
1575
|
-
defineCustomElementFn: defineCustomElement$
|
|
1606
|
+
defineCustomElementFn: defineCustomElement$O,
|
|
1576
1607
|
inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection']
|
|
1577
1608
|
})
|
|
1578
1609
|
], IonNavLink);
|
|
@@ -1600,7 +1631,7 @@ let IonNote = class IonNote {
|
|
|
1600
1631
|
};
|
|
1601
1632
|
IonNote = __decorate([
|
|
1602
1633
|
ProxyCmp({
|
|
1603
|
-
defineCustomElementFn: defineCustomElement$
|
|
1634
|
+
defineCustomElementFn: defineCustomElement$P,
|
|
1604
1635
|
inputs: ['color', 'mode']
|
|
1605
1636
|
})
|
|
1606
1637
|
], IonNote);
|
|
@@ -1628,7 +1659,7 @@ let IonPicker = class IonPicker {
|
|
|
1628
1659
|
};
|
|
1629
1660
|
IonPicker = __decorate([
|
|
1630
1661
|
ProxyCmp({
|
|
1631
|
-
defineCustomElementFn: defineCustomElement$
|
|
1662
|
+
defineCustomElementFn: defineCustomElement$Q,
|
|
1632
1663
|
inputs: ['mode']
|
|
1633
1664
|
})
|
|
1634
1665
|
], IonPicker);
|
|
@@ -1657,7 +1688,7 @@ let IonPickerColumn = class IonPickerColumn {
|
|
|
1657
1688
|
};
|
|
1658
1689
|
IonPickerColumn = __decorate([
|
|
1659
1690
|
ProxyCmp({
|
|
1660
|
-
defineCustomElementFn: defineCustomElement$
|
|
1691
|
+
defineCustomElementFn: defineCustomElement$R,
|
|
1661
1692
|
inputs: ['color', 'disabled', 'mode', 'value'],
|
|
1662
1693
|
methods: ['setFocus']
|
|
1663
1694
|
})
|
|
@@ -1686,7 +1717,7 @@ let IonPickerColumnOption = class IonPickerColumnOption {
|
|
|
1686
1717
|
};
|
|
1687
1718
|
IonPickerColumnOption = __decorate([
|
|
1688
1719
|
ProxyCmp({
|
|
1689
|
-
defineCustomElementFn: defineCustomElement$
|
|
1720
|
+
defineCustomElementFn: defineCustomElement$S,
|
|
1690
1721
|
inputs: ['color', 'disabled', 'value']
|
|
1691
1722
|
})
|
|
1692
1723
|
], IonPickerColumnOption);
|
|
@@ -1715,7 +1746,7 @@ let IonPickerLegacy = class IonPickerLegacy {
|
|
|
1715
1746
|
};
|
|
1716
1747
|
IonPickerLegacy = __decorate([
|
|
1717
1748
|
ProxyCmp({
|
|
1718
|
-
defineCustomElementFn: defineCustomElement$
|
|
1749
|
+
defineCustomElementFn: defineCustomElement$T,
|
|
1719
1750
|
inputs: ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', 'trigger'],
|
|
1720
1751
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss', 'getColumn']
|
|
1721
1752
|
})
|
|
@@ -1744,7 +1775,7 @@ let IonProgressBar = class IonProgressBar {
|
|
|
1744
1775
|
};
|
|
1745
1776
|
IonProgressBar = __decorate([
|
|
1746
1777
|
ProxyCmp({
|
|
1747
|
-
defineCustomElementFn: defineCustomElement$
|
|
1778
|
+
defineCustomElementFn: defineCustomElement$U,
|
|
1748
1779
|
inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value']
|
|
1749
1780
|
})
|
|
1750
1781
|
], IonProgressBar);
|
|
@@ -1773,7 +1804,7 @@ let IonRadio = class IonRadio {
|
|
|
1773
1804
|
};
|
|
1774
1805
|
IonRadio = __decorate([
|
|
1775
1806
|
ProxyCmp({
|
|
1776
|
-
defineCustomElementFn: defineCustomElement$
|
|
1807
|
+
defineCustomElementFn: defineCustomElement$V,
|
|
1777
1808
|
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value']
|
|
1778
1809
|
})
|
|
1779
1810
|
], IonRadio);
|
|
@@ -1802,7 +1833,7 @@ let IonRefresher = class IonRefresher {
|
|
|
1802
1833
|
};
|
|
1803
1834
|
IonRefresher = __decorate([
|
|
1804
1835
|
ProxyCmp({
|
|
1805
|
-
defineCustomElementFn: defineCustomElement$
|
|
1836
|
+
defineCustomElementFn: defineCustomElement$W,
|
|
1806
1837
|
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
|
|
1807
1838
|
methods: ['complete', 'cancel', 'getProgress']
|
|
1808
1839
|
})
|
|
@@ -1831,7 +1862,7 @@ let IonRefresherContent = class IonRefresherContent {
|
|
|
1831
1862
|
};
|
|
1832
1863
|
IonRefresherContent = __decorate([
|
|
1833
1864
|
ProxyCmp({
|
|
1834
|
-
defineCustomElementFn: defineCustomElement$
|
|
1865
|
+
defineCustomElementFn: defineCustomElement$X,
|
|
1835
1866
|
inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText']
|
|
1836
1867
|
})
|
|
1837
1868
|
], IonRefresherContent);
|
|
@@ -1859,7 +1890,7 @@ let IonReorder = class IonReorder {
|
|
|
1859
1890
|
};
|
|
1860
1891
|
IonReorder = __decorate([
|
|
1861
1892
|
ProxyCmp({
|
|
1862
|
-
defineCustomElementFn: defineCustomElement$
|
|
1893
|
+
defineCustomElementFn: defineCustomElement$Y
|
|
1863
1894
|
})
|
|
1864
1895
|
], IonReorder);
|
|
1865
1896
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonReorder, decorators: [{
|
|
@@ -1887,7 +1918,7 @@ let IonReorderGroup = class IonReorderGroup {
|
|
|
1887
1918
|
};
|
|
1888
1919
|
IonReorderGroup = __decorate([
|
|
1889
1920
|
ProxyCmp({
|
|
1890
|
-
defineCustomElementFn: defineCustomElement$
|
|
1921
|
+
defineCustomElementFn: defineCustomElement$Z,
|
|
1891
1922
|
inputs: ['disabled'],
|
|
1892
1923
|
methods: ['complete']
|
|
1893
1924
|
})
|
|
@@ -1916,7 +1947,7 @@ let IonRippleEffect = class IonRippleEffect {
|
|
|
1916
1947
|
};
|
|
1917
1948
|
IonRippleEffect = __decorate([
|
|
1918
1949
|
ProxyCmp({
|
|
1919
|
-
defineCustomElementFn: defineCustomElement$
|
|
1950
|
+
defineCustomElementFn: defineCustomElement$_,
|
|
1920
1951
|
inputs: ['type'],
|
|
1921
1952
|
methods: ['addRipple']
|
|
1922
1953
|
})
|
|
@@ -1945,7 +1976,7 @@ let IonRow = class IonRow {
|
|
|
1945
1976
|
};
|
|
1946
1977
|
IonRow = __decorate([
|
|
1947
1978
|
ProxyCmp({
|
|
1948
|
-
defineCustomElementFn: defineCustomElement
|
|
1979
|
+
defineCustomElementFn: defineCustomElement$$
|
|
1949
1980
|
})
|
|
1950
1981
|
], IonRow);
|
|
1951
1982
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRow, decorators: [{
|
|
@@ -1972,7 +2003,7 @@ let IonSegmentButton = class IonSegmentButton {
|
|
|
1972
2003
|
};
|
|
1973
2004
|
IonSegmentButton = __decorate([
|
|
1974
2005
|
ProxyCmp({
|
|
1975
|
-
defineCustomElementFn: defineCustomElement
|
|
2006
|
+
defineCustomElementFn: defineCustomElement$10,
|
|
1976
2007
|
inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value']
|
|
1977
2008
|
})
|
|
1978
2009
|
], IonSegmentButton);
|
|
@@ -2000,7 +2031,7 @@ let IonSegmentContent = class IonSegmentContent {
|
|
|
2000
2031
|
};
|
|
2001
2032
|
IonSegmentContent = __decorate([
|
|
2002
2033
|
ProxyCmp({
|
|
2003
|
-
defineCustomElementFn: defineCustomElement$
|
|
2034
|
+
defineCustomElementFn: defineCustomElement$11
|
|
2004
2035
|
})
|
|
2005
2036
|
], IonSegmentContent);
|
|
2006
2037
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSegmentContent, decorators: [{
|
|
@@ -2028,7 +2059,7 @@ let IonSegmentView = class IonSegmentView {
|
|
|
2028
2059
|
};
|
|
2029
2060
|
IonSegmentView = __decorate([
|
|
2030
2061
|
ProxyCmp({
|
|
2031
|
-
defineCustomElementFn: defineCustomElement$
|
|
2062
|
+
defineCustomElementFn: defineCustomElement$12,
|
|
2032
2063
|
inputs: ['disabled']
|
|
2033
2064
|
})
|
|
2034
2065
|
], IonSegmentView);
|
|
@@ -2056,7 +2087,7 @@ let IonSelectModal = class IonSelectModal {
|
|
|
2056
2087
|
};
|
|
2057
2088
|
IonSelectModal = __decorate([
|
|
2058
2089
|
ProxyCmp({
|
|
2059
|
-
defineCustomElementFn: defineCustomElement$
|
|
2090
|
+
defineCustomElementFn: defineCustomElement$13,
|
|
2060
2091
|
inputs: ['header', 'multiple', 'options']
|
|
2061
2092
|
})
|
|
2062
2093
|
], IonSelectModal);
|
|
@@ -2084,7 +2115,7 @@ let IonSelectOption = class IonSelectOption {
|
|
|
2084
2115
|
};
|
|
2085
2116
|
IonSelectOption = __decorate([
|
|
2086
2117
|
ProxyCmp({
|
|
2087
|
-
defineCustomElementFn: defineCustomElement$
|
|
2118
|
+
defineCustomElementFn: defineCustomElement$14,
|
|
2088
2119
|
inputs: ['disabled', 'value']
|
|
2089
2120
|
})
|
|
2090
2121
|
], IonSelectOption);
|
|
@@ -2112,7 +2143,7 @@ let IonSkeletonText = class IonSkeletonText {
|
|
|
2112
2143
|
};
|
|
2113
2144
|
IonSkeletonText = __decorate([
|
|
2114
2145
|
ProxyCmp({
|
|
2115
|
-
defineCustomElementFn: defineCustomElement$
|
|
2146
|
+
defineCustomElementFn: defineCustomElement$15,
|
|
2116
2147
|
inputs: ['animated']
|
|
2117
2148
|
})
|
|
2118
2149
|
], IonSkeletonText);
|
|
@@ -2140,7 +2171,7 @@ let IonSpinner = class IonSpinner {
|
|
|
2140
2171
|
};
|
|
2141
2172
|
IonSpinner = __decorate([
|
|
2142
2173
|
ProxyCmp({
|
|
2143
|
-
defineCustomElementFn: defineCustomElement$
|
|
2174
|
+
defineCustomElementFn: defineCustomElement$16,
|
|
2144
2175
|
inputs: ['color', 'duration', 'name', 'paused']
|
|
2145
2176
|
})
|
|
2146
2177
|
], IonSpinner);
|
|
@@ -2169,7 +2200,7 @@ let IonSplitPane = class IonSplitPane {
|
|
|
2169
2200
|
};
|
|
2170
2201
|
IonSplitPane = __decorate([
|
|
2171
2202
|
ProxyCmp({
|
|
2172
|
-
defineCustomElementFn: defineCustomElement$
|
|
2203
|
+
defineCustomElementFn: defineCustomElement$17,
|
|
2173
2204
|
inputs: ['contentId', 'disabled', 'when']
|
|
2174
2205
|
})
|
|
2175
2206
|
], IonSplitPane);
|
|
@@ -2197,7 +2228,7 @@ let IonTab = class IonTab {
|
|
|
2197
2228
|
};
|
|
2198
2229
|
IonTab = __decorate([
|
|
2199
2230
|
ProxyCmp({
|
|
2200
|
-
defineCustomElementFn: defineCustomElement$
|
|
2231
|
+
defineCustomElementFn: defineCustomElement$18,
|
|
2201
2232
|
inputs: ['component', 'tab'],
|
|
2202
2233
|
methods: ['setActive']
|
|
2203
2234
|
})
|
|
@@ -2226,7 +2257,7 @@ let IonTabBar = class IonTabBar {
|
|
|
2226
2257
|
};
|
|
2227
2258
|
IonTabBar = __decorate([
|
|
2228
2259
|
ProxyCmp({
|
|
2229
|
-
defineCustomElementFn: defineCustomElement$
|
|
2260
|
+
defineCustomElementFn: defineCustomElement$19,
|
|
2230
2261
|
inputs: ['color', 'mode', 'selectedTab', 'translucent']
|
|
2231
2262
|
})
|
|
2232
2263
|
], IonTabBar);
|
|
@@ -2254,7 +2285,7 @@ let IonTabButton = class IonTabButton {
|
|
|
2254
2285
|
};
|
|
2255
2286
|
IonTabButton = __decorate([
|
|
2256
2287
|
ProxyCmp({
|
|
2257
|
-
defineCustomElementFn: defineCustomElement$
|
|
2288
|
+
defineCustomElementFn: defineCustomElement$1a,
|
|
2258
2289
|
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target']
|
|
2259
2290
|
})
|
|
2260
2291
|
], IonTabButton);
|
|
@@ -2282,7 +2313,7 @@ let IonText = class IonText {
|
|
|
2282
2313
|
};
|
|
2283
2314
|
IonText = __decorate([
|
|
2284
2315
|
ProxyCmp({
|
|
2285
|
-
defineCustomElementFn: defineCustomElement$
|
|
2316
|
+
defineCustomElementFn: defineCustomElement$1b,
|
|
2286
2317
|
inputs: ['color', 'mode']
|
|
2287
2318
|
})
|
|
2288
2319
|
], IonText);
|
|
@@ -2310,7 +2341,7 @@ let IonThumbnail = class IonThumbnail {
|
|
|
2310
2341
|
};
|
|
2311
2342
|
IonThumbnail = __decorate([
|
|
2312
2343
|
ProxyCmp({
|
|
2313
|
-
defineCustomElementFn: defineCustomElement$
|
|
2344
|
+
defineCustomElementFn: defineCustomElement$1c
|
|
2314
2345
|
})
|
|
2315
2346
|
], IonThumbnail);
|
|
2316
2347
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonThumbnail, decorators: [{
|
|
@@ -2337,7 +2368,7 @@ let IonTitle = class IonTitle {
|
|
|
2337
2368
|
};
|
|
2338
2369
|
IonTitle = __decorate([
|
|
2339
2370
|
ProxyCmp({
|
|
2340
|
-
defineCustomElementFn: defineCustomElement$
|
|
2371
|
+
defineCustomElementFn: defineCustomElement$1d,
|
|
2341
2372
|
inputs: ['color', 'size']
|
|
2342
2373
|
})
|
|
2343
2374
|
], IonTitle);
|
|
@@ -2366,7 +2397,7 @@ let IonToast = class IonToast {
|
|
|
2366
2397
|
};
|
|
2367
2398
|
IonToast = __decorate([
|
|
2368
2399
|
ProxyCmp({
|
|
2369
|
-
defineCustomElementFn: defineCustomElement$
|
|
2400
|
+
defineCustomElementFn: defineCustomElement$1e,
|
|
2370
2401
|
inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],
|
|
2371
2402
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
2372
2403
|
})
|
|
@@ -2395,7 +2426,7 @@ let IonToolbar = class IonToolbar {
|
|
|
2395
2426
|
};
|
|
2396
2427
|
IonToolbar = __decorate([
|
|
2397
2428
|
ProxyCmp({
|
|
2398
|
-
defineCustomElementFn: defineCustomElement$
|
|
2429
|
+
defineCustomElementFn: defineCustomElement$1f,
|
|
2399
2430
|
inputs: ['color', 'mode']
|
|
2400
2431
|
})
|
|
2401
2432
|
], IonToolbar);
|
|
@@ -2628,7 +2659,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2628
2659
|
class LoadingController extends OverlayBaseController {
|
|
2629
2660
|
constructor() {
|
|
2630
2661
|
super(loadingController);
|
|
2631
|
-
defineCustomElement$
|
|
2662
|
+
defineCustomElement$K();
|
|
2632
2663
|
}
|
|
2633
2664
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LoadingController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2634
2665
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LoadingController, providedIn: 'root' });
|
|
@@ -2660,7 +2691,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2660
2691
|
class PickerController extends OverlayBaseController {
|
|
2661
2692
|
constructor() {
|
|
2662
2693
|
super(pickerController);
|
|
2663
|
-
defineCustomElement$
|
|
2694
|
+
defineCustomElement$T();
|
|
2664
2695
|
}
|
|
2665
2696
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PickerController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2666
2697
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PickerController, providedIn: 'root' });
|
|
@@ -2675,7 +2706,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2675
2706
|
class ToastController extends OverlayBaseController {
|
|
2676
2707
|
constructor() {
|
|
2677
2708
|
super(toastController);
|
|
2678
|
-
defineCustomElement$
|
|
2709
|
+
defineCustomElement$1e();
|
|
2679
2710
|
}
|
|
2680
2711
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToastController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2681
2712
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToastController, providedIn: 'root' });
|
|
@@ -2696,7 +2727,7 @@ let IonNav = class IonNav extends IonNav$1 {
|
|
|
2696
2727
|
};
|
|
2697
2728
|
IonNav = __decorate([
|
|
2698
2729
|
ProxyCmp$1({
|
|
2699
|
-
defineCustomElementFn: defineCustomElement$
|
|
2730
|
+
defineCustomElementFn: defineCustomElement$1g,
|
|
2700
2731
|
})
|
|
2701
2732
|
], IonNav);
|
|
2702
2733
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonNav, decorators: [{
|
|
@@ -2729,7 +2760,7 @@ const CHECKBOX_INPUTS = [
|
|
|
2729
2760
|
* is not supported by Webpack and causes treeshaking
|
|
2730
2761
|
* to not work on these kinds of components.
|
|
2731
2762
|
*/
|
|
2732
|
-
const accessorProvider$
|
|
2763
|
+
const accessorProvider$a = {
|
|
2733
2764
|
provide: NG_VALUE_ACCESSOR,
|
|
2734
2765
|
useExisting: /*@__PURE__*/ forwardRef(() => IonCheckbox),
|
|
2735
2766
|
multi: true,
|
|
@@ -2752,11 +2783,11 @@ let IonCheckbox = class IonCheckbox extends ValueAccessor {
|
|
|
2752
2783
|
this.handleValueChange(el, el.checked);
|
|
2753
2784
|
}
|
|
2754
2785
|
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
2755
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCheckbox, isStandalone: true, selector: "ion-checkbox", inputs: { checked: "checked", color: "color", disabled: "disabled", errorText: "errorText", helperText: "helperText", indeterminate: "indeterminate", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$
|
|
2786
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCheckbox, isStandalone: true, selector: "ion-checkbox", inputs: { checked: "checked", color: "color", disabled: "disabled", errorText: "errorText", helperText: "helperText", indeterminate: "indeterminate", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$a], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2756
2787
|
};
|
|
2757
2788
|
IonCheckbox = __decorate([
|
|
2758
2789
|
ProxyCmp({
|
|
2759
|
-
defineCustomElementFn: defineCustomElement$
|
|
2790
|
+
defineCustomElementFn: defineCustomElement$1h,
|
|
2760
2791
|
inputs: CHECKBOX_INPUTS,
|
|
2761
2792
|
})
|
|
2762
2793
|
], IonCheckbox);
|
|
@@ -2768,7 +2799,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2768
2799
|
template: '<ng-content></ng-content>',
|
|
2769
2800
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2770
2801
|
inputs: CHECKBOX_INPUTS,
|
|
2771
|
-
providers: [accessorProvider$
|
|
2802
|
+
providers: [accessorProvider$a],
|
|
2772
2803
|
standalone: true,
|
|
2773
2804
|
}]
|
|
2774
2805
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleIonChange: [{
|
|
@@ -2819,7 +2850,7 @@ const DATETIME_INPUTS = [
|
|
|
2819
2850
|
* to not work on these kinds of components.
|
|
2820
2851
|
|
|
2821
2852
|
*/
|
|
2822
|
-
const accessorProvider$
|
|
2853
|
+
const accessorProvider$9 = {
|
|
2823
2854
|
provide: NG_VALUE_ACCESSOR,
|
|
2824
2855
|
useExisting: /*@__PURE__*/ forwardRef(() => IonDatetime),
|
|
2825
2856
|
multi: true,
|
|
@@ -2838,11 +2869,11 @@ let IonDatetime = class IonDatetime extends ValueAccessor {
|
|
|
2838
2869
|
this.handleValueChange(el, el.value);
|
|
2839
2870
|
}
|
|
2840
2871
|
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
2841
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonDatetime, isStandalone: true, selector: "ion-datetime", inputs: { cancelText: "cancelText", clearText: "clearText", color: "color", dayValues: "dayValues", disabled: "disabled", doneText: "doneText", firstDayOfWeek: "firstDayOfWeek", formatOptions: "formatOptions", highlightedDates: "highlightedDates", hourCycle: "hourCycle", hourValues: "hourValues", isDateEnabled: "isDateEnabled", locale: "locale", max: "max", min: "min", minuteValues: "minuteValues", mode: "mode", monthValues: "monthValues", multiple: "multiple", name: "name", preferWheel: "preferWheel", presentation: "presentation", readonly: "readonly", showAdjacentDays: "showAdjacentDays", showClearButton: "showClearButton", showDefaultButtons: "showDefaultButtons", showDefaultTimeLabel: "showDefaultTimeLabel", showDefaultTitle: "showDefaultTitle", size: "size", titleSelectedDatesFormatter: "titleSelectedDatesFormatter", value: "value", yearValues: "yearValues" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$
|
|
2872
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonDatetime, isStandalone: true, selector: "ion-datetime", inputs: { cancelText: "cancelText", clearText: "clearText", color: "color", dayValues: "dayValues", disabled: "disabled", doneText: "doneText", firstDayOfWeek: "firstDayOfWeek", formatOptions: "formatOptions", highlightedDates: "highlightedDates", hourCycle: "hourCycle", hourValues: "hourValues", isDateEnabled: "isDateEnabled", locale: "locale", max: "max", min: "min", minuteValues: "minuteValues", mode: "mode", monthValues: "monthValues", multiple: "multiple", name: "name", preferWheel: "preferWheel", presentation: "presentation", readonly: "readonly", showAdjacentDays: "showAdjacentDays", showClearButton: "showClearButton", showDefaultButtons: "showDefaultButtons", showDefaultTimeLabel: "showDefaultTimeLabel", showDefaultTitle: "showDefaultTitle", size: "size", titleSelectedDatesFormatter: "titleSelectedDatesFormatter", value: "value", yearValues: "yearValues" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$9], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2842
2873
|
};
|
|
2843
2874
|
IonDatetime = __decorate([
|
|
2844
2875
|
ProxyCmp({
|
|
2845
|
-
defineCustomElementFn: defineCustomElement$
|
|
2876
|
+
defineCustomElementFn: defineCustomElement$1i,
|
|
2846
2877
|
inputs: DATETIME_INPUTS,
|
|
2847
2878
|
methods: ['confirm', 'reset', 'cancel'],
|
|
2848
2879
|
})
|
|
@@ -2855,7 +2886,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2855
2886
|
template: '<ng-content></ng-content>',
|
|
2856
2887
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2857
2888
|
inputs: DATETIME_INPUTS,
|
|
2858
|
-
providers: [accessorProvider$
|
|
2889
|
+
providers: [accessorProvider$9],
|
|
2859
2890
|
standalone: true,
|
|
2860
2891
|
}]
|
|
2861
2892
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleIonChange: [{
|
|
@@ -2876,7 +2907,7 @@ let IonIcon = class IonIcon {
|
|
|
2876
2907
|
};
|
|
2877
2908
|
IonIcon = __decorate([
|
|
2878
2909
|
ProxyCmp({
|
|
2879
|
-
defineCustomElementFn: defineCustomElement$
|
|
2910
|
+
defineCustomElementFn: defineCustomElement$1j,
|
|
2880
2911
|
inputs: ['color', 'flipRtl', 'icon', 'ios', 'lazy', 'md', 'mode', 'name', 'sanitize', 'size', 'src'],
|
|
2881
2912
|
})
|
|
2882
2913
|
], IonIcon);
|
|
@@ -2938,7 +2969,7 @@ const INPUT_INPUTS = [
|
|
|
2938
2969
|
* is not supported by Webpack and causes treeshaking
|
|
2939
2970
|
* to not work on these kinds of components.
|
|
2940
2971
|
*/
|
|
2941
|
-
const accessorProvider$
|
|
2972
|
+
const accessorProvider$8 = {
|
|
2942
2973
|
provide: NG_VALUE_ACCESSOR,
|
|
2943
2974
|
useExisting: /*@__PURE__*/ forwardRef(() => IonInput),
|
|
2944
2975
|
multi: true,
|
|
@@ -2972,11 +3003,11 @@ let IonInput = class IonInput extends ValueAccessor {
|
|
|
2972
3003
|
});
|
|
2973
3004
|
}
|
|
2974
3005
|
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
2975
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInput, isStandalone: true, selector: "ion-input", inputs: { accept: "accept", autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", clearInput: "clearInput", clearOnEdit: "clearOnEdit", color: "color", counter: "counter", counterFormatter: "counterFormatter", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", errorText: "errorText", fill: "fill", helperText: "helperText", inputmode: "inputmode", label: "label", labelPlacement: "labelPlacement", max: "max", maxlength: "maxlength", min: "min", minlength: "minlength", mode: "mode", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", shape: "shape", size: "size", spellcheck: "spellcheck", step: "step", type: "type", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$
|
|
3006
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInput, isStandalone: true, selector: "ion-input", inputs: { accept: "accept", autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", clearInput: "clearInput", clearOnEdit: "clearOnEdit", color: "color", counter: "counter", counterFormatter: "counterFormatter", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", errorText: "errorText", fill: "fill", helperText: "helperText", inputmode: "inputmode", label: "label", labelPlacement: "labelPlacement", max: "max", maxlength: "maxlength", min: "min", minlength: "minlength", mode: "mode", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", shape: "shape", size: "size", spellcheck: "spellcheck", step: "step", type: "type", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$8], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2976
3007
|
};
|
|
2977
3008
|
IonInput = __decorate([
|
|
2978
3009
|
ProxyCmp({
|
|
2979
|
-
defineCustomElementFn: defineCustomElement$
|
|
3010
|
+
defineCustomElementFn: defineCustomElement$1k,
|
|
2980
3011
|
inputs: INPUT_INPUTS,
|
|
2981
3012
|
methods: ['setFocus', 'getInputElement'],
|
|
2982
3013
|
})
|
|
@@ -2989,6 +3020,88 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2989
3020
|
template: '<ng-content></ng-content>',
|
|
2990
3021
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2991
3022
|
inputs: INPUT_INPUTS,
|
|
3023
|
+
providers: [accessorProvider$8],
|
|
3024
|
+
standalone: true,
|
|
3025
|
+
}]
|
|
3026
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleIonInput: [{
|
|
3027
|
+
type: HostListener,
|
|
3028
|
+
args: ['ionInput', ['$event.target']]
|
|
3029
|
+
}] } });
|
|
3030
|
+
|
|
3031
|
+
const INPUT_OTP_INPUTS = [
|
|
3032
|
+
'autocapitalize',
|
|
3033
|
+
'color',
|
|
3034
|
+
'disabled',
|
|
3035
|
+
'fill',
|
|
3036
|
+
'inputmode',
|
|
3037
|
+
'length',
|
|
3038
|
+
'pattern',
|
|
3039
|
+
'readonly',
|
|
3040
|
+
'separators',
|
|
3041
|
+
'shape',
|
|
3042
|
+
'size',
|
|
3043
|
+
'type',
|
|
3044
|
+
'value',
|
|
3045
|
+
];
|
|
3046
|
+
/**
|
|
3047
|
+
* Pulling the provider into an object and using PURE works
|
|
3048
|
+
* around an ng-packagr issue that causes
|
|
3049
|
+
* components with multiple decorators and
|
|
3050
|
+
* a provider to be re-assigned. This re-assignment
|
|
3051
|
+
* is not supported by Webpack and causes treeshaking
|
|
3052
|
+
* to not work on these kinds of components.
|
|
3053
|
+
*/
|
|
3054
|
+
const accessorProvider$7 = {
|
|
3055
|
+
provide: NG_VALUE_ACCESSOR,
|
|
3056
|
+
useExisting: /*@__PURE__*/ forwardRef(() => IonInputOtp),
|
|
3057
|
+
multi: true,
|
|
3058
|
+
};
|
|
3059
|
+
let IonInputOtp = class IonInputOtp extends ValueAccessor {
|
|
3060
|
+
z;
|
|
3061
|
+
el;
|
|
3062
|
+
constructor(c, r, z, injector) {
|
|
3063
|
+
super(injector, r);
|
|
3064
|
+
this.z = z;
|
|
3065
|
+
c.detach();
|
|
3066
|
+
this.el = r.nativeElement;
|
|
3067
|
+
proxyOutputs(this, this.el, ['ionInput', 'ionChange', 'ionComplete', 'ionBlur', 'ionFocus']);
|
|
3068
|
+
}
|
|
3069
|
+
handleIonInput(el) {
|
|
3070
|
+
this.handleValueChange(el, el.value);
|
|
3071
|
+
}
|
|
3072
|
+
registerOnChange(fn) {
|
|
3073
|
+
super.registerOnChange((value) => {
|
|
3074
|
+
if (this.type === 'number') {
|
|
3075
|
+
/**
|
|
3076
|
+
* If the input type is `number`, we need to convert the value to a number
|
|
3077
|
+
* when the value is not empty. If the value is empty, we want to treat
|
|
3078
|
+
* the value as null.
|
|
3079
|
+
*/
|
|
3080
|
+
fn(value === '' ? null : parseFloat(value));
|
|
3081
|
+
}
|
|
3082
|
+
else {
|
|
3083
|
+
fn(value);
|
|
3084
|
+
}
|
|
3085
|
+
});
|
|
3086
|
+
}
|
|
3087
|
+
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3088
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInputOtp, isStandalone: true, selector: "ion-input-otp", inputs: { autocapitalize: "autocapitalize", color: "color", disabled: "disabled", fill: "fill", inputmode: "inputmode", length: "length", pattern: "pattern", readonly: "readonly", separators: "separators", shape: "shape", size: "size", type: "type", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$7], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3089
|
+
};
|
|
3090
|
+
IonInputOtp = __decorate([
|
|
3091
|
+
ProxyCmp({
|
|
3092
|
+
defineCustomElementFn: defineCustomElement$z,
|
|
3093
|
+
inputs: INPUT_OTP_INPUTS,
|
|
3094
|
+
methods: ['reset', 'setFocus'],
|
|
3095
|
+
})
|
|
3096
|
+
], IonInputOtp);
|
|
3097
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonInputOtp, decorators: [{
|
|
3098
|
+
type: Component,
|
|
3099
|
+
args: [{
|
|
3100
|
+
selector: 'ion-input-otp',
|
|
3101
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3102
|
+
template: '<ng-content></ng-content>',
|
|
3103
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3104
|
+
inputs: INPUT_OTP_INPUTS,
|
|
2992
3105
|
providers: [accessorProvider$7],
|
|
2993
3106
|
standalone: true,
|
|
2994
3107
|
}]
|
|
@@ -3029,7 +3142,7 @@ let IonRadioGroup = class IonRadioGroup extends ValueAccessor {
|
|
|
3029
3142
|
};
|
|
3030
3143
|
IonRadioGroup = __decorate([
|
|
3031
3144
|
ProxyCmp({
|
|
3032
|
-
defineCustomElementFn: defineCustomElement$
|
|
3145
|
+
defineCustomElementFn: defineCustomElement$1l,
|
|
3033
3146
|
inputs: RADIO_GROUP_INPUTS,
|
|
3034
3147
|
})
|
|
3035
3148
|
], IonRadioGroup);
|
|
@@ -3099,7 +3212,7 @@ let IonRange = class IonRange extends ValueAccessor {
|
|
|
3099
3212
|
};
|
|
3100
3213
|
IonRange = __decorate([
|
|
3101
3214
|
ProxyCmp({
|
|
3102
|
-
defineCustomElementFn: defineCustomElement$
|
|
3215
|
+
defineCustomElementFn: defineCustomElement$1m,
|
|
3103
3216
|
inputs: RANGE_INPUTS,
|
|
3104
3217
|
})
|
|
3105
3218
|
], IonRange);
|
|
@@ -3172,7 +3285,7 @@ let IonSearchbar = class IonSearchbar extends ValueAccessor {
|
|
|
3172
3285
|
};
|
|
3173
3286
|
IonSearchbar = __decorate([
|
|
3174
3287
|
ProxyCmp({
|
|
3175
|
-
defineCustomElementFn: defineCustomElement$
|
|
3288
|
+
defineCustomElementFn: defineCustomElement$1n,
|
|
3176
3289
|
inputs: SEARCHBAR_INPUTS,
|
|
3177
3290
|
methods: ['setFocus', 'getInputElement'],
|
|
3178
3291
|
})
|
|
@@ -3225,7 +3338,7 @@ let IonSegment = class IonSegment extends ValueAccessor {
|
|
|
3225
3338
|
};
|
|
3226
3339
|
IonSegment = __decorate([
|
|
3227
3340
|
ProxyCmp({
|
|
3228
|
-
defineCustomElementFn: defineCustomElement$
|
|
3341
|
+
defineCustomElementFn: defineCustomElement$1o,
|
|
3229
3342
|
inputs: SEGMENT_INPUTS,
|
|
3230
3343
|
})
|
|
3231
3344
|
], IonSegment);
|
|
@@ -3300,7 +3413,7 @@ let IonSelect = class IonSelect extends ValueAccessor {
|
|
|
3300
3413
|
};
|
|
3301
3414
|
IonSelect = __decorate([
|
|
3302
3415
|
ProxyCmp({
|
|
3303
|
-
defineCustomElementFn: defineCustomElement$
|
|
3416
|
+
defineCustomElementFn: defineCustomElement$1p,
|
|
3304
3417
|
inputs: SELECT_INPUTS,
|
|
3305
3418
|
methods: ['open'],
|
|
3306
3419
|
})
|
|
@@ -3383,7 +3496,7 @@ let IonTextarea = class IonTextarea extends ValueAccessor {
|
|
|
3383
3496
|
};
|
|
3384
3497
|
IonTextarea = __decorate([
|
|
3385
3498
|
ProxyCmp({
|
|
3386
|
-
defineCustomElementFn: defineCustomElement$
|
|
3499
|
+
defineCustomElementFn: defineCustomElement$1q,
|
|
3387
3500
|
inputs: TEXTAREA_INPUTS,
|
|
3388
3501
|
methods: ['setFocus', 'getInputElement'],
|
|
3389
3502
|
})
|
|
@@ -3452,7 +3565,7 @@ let IonToggle = class IonToggle extends ValueAccessor {
|
|
|
3452
3565
|
};
|
|
3453
3566
|
IonToggle = __decorate([
|
|
3454
3567
|
ProxyCmp({
|
|
3455
|
-
defineCustomElementFn: defineCustomElement$
|
|
3568
|
+
defineCustomElementFn: defineCustomElement$1r,
|
|
3456
3569
|
inputs: TOGGLE_INPUTS,
|
|
3457
3570
|
})
|
|
3458
3571
|
], IonToggle);
|
|
@@ -3476,5 +3589,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3476
3589
|
* Generated bundle index. Do not edit.
|
|
3477
3590
|
*/
|
|
3478
3591
|
|
|
3479
|
-
export { ActionSheetController, AlertController, AnimationController, GestureController, IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackButton, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton, IonFab, IonFabButton, IonFabList, IonFooter, IonGrid, IonHeader, IonIcon, IonImg, IonInfiniteScroll, IonInfiniteScrollContent, IonInput, IonInputPasswordToggle, IonItem, IonItemDivider, IonItemGroup, IonItemOption, IonItemOptions, IonItemSliding, IonLabel, IonList, IonListHeader, IonLoading, IonMenu, IonMenuButton, IonMenuToggle, IonModal, IonNav, IonNavLink, IonNote, IonPicker, IonPickerColumn, IonPickerColumnOption, IonPickerLegacy, IonPopover, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRefresher, IonRefresherContent, IonReorder, IonReorderGroup, IonRippleEffect, IonRouterLink, IonRouterLinkWithHref, IonRouterOutlet, IonRow, IonSearchbar, IonSegment, IonSegmentButton, IonSegmentContent, IonSegmentView, IonSelect, IonSelectModal, IonSelectOption, IonSkeletonText, IonSpinner, IonSplitPane, IonTab, IonTabBar, IonTabButton, IonTabs, IonText, IonTextarea, IonThumbnail, IonTitle, IonToast, IonToggle, IonToolbar, LoadingController, MenuController, ModalController, PickerController, PopoverController, ToastController, provideIonicAngular };
|
|
3592
|
+
export { ActionSheetController, AlertController, AnimationController, GestureController, IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackButton, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton, IonFab, IonFabButton, IonFabList, IonFooter, IonGrid, IonHeader, IonIcon, IonImg, IonInfiniteScroll, IonInfiniteScrollContent, IonInput, IonInputOtp, IonInputPasswordToggle, IonItem, IonItemDivider, IonItemGroup, IonItemOption, IonItemOptions, IonItemSliding, IonLabel, IonList, IonListHeader, IonLoading, IonMenu, IonMenuButton, IonMenuToggle, IonModal, IonNav, IonNavLink, IonNote, IonPicker, IonPickerColumn, IonPickerColumnOption, IonPickerLegacy, IonPopover, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRefresher, IonRefresherContent, IonReorder, IonReorderGroup, IonRippleEffect, IonRouterLink, IonRouterLinkWithHref, IonRouterOutlet, IonRow, IonSearchbar, IonSegment, IonSegmentButton, IonSegmentContent, IonSegmentView, IonSelect, IonSelectModal, IonSelectOption, IonSkeletonText, IonSpinner, IonSplitPane, IonTab, IonTabBar, IonTabButton, IonTabs, IonText, IonTextarea, IonThumbnail, IonTitle, IonToast, IonToggle, IonToolbar, LoadingController, MenuController, ModalController, PickerController, PopoverController, ToastController, provideIonicAngular };
|
|
3480
3593
|
//# sourceMappingURL=ionic-angular-standalone.mjs.map
|