@ionic/vue 8.8.3-dev.11774545677.151db026 → 8.8.3-dev.11774956231.12ab3ff2
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/dist/index.js +161 -200
- package/dist/index.js.map +1 -1
- package/dist/types/proxies.d.ts +0 -1
- package/dist/vetur/attributes.json +103 -1551
- package/dist/vetur/tags.json +45 -226
- package/dist/web-types.json +122 -1571
- package/package.json +2 -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/dist/index.js
CHANGED
|
@@ -19,82 +19,81 @@ import { defineCustomElement as defineCustomElement$g } from '@ionic/core/compon
|
|
|
19
19
|
import { defineCustomElement as defineCustomElement$h } from '@ionic/core/components/ion-content.js';
|
|
20
20
|
import { defineCustomElement as defineCustomElement$i } from '@ionic/core/components/ion-datetime.js';
|
|
21
21
|
import { defineCustomElement as defineCustomElement$j } from '@ionic/core/components/ion-datetime-button.js';
|
|
22
|
-
import { defineCustomElement as defineCustomElement$k } from '@ionic/core/components/ion-
|
|
23
|
-
import { defineCustomElement as defineCustomElement$l } from '@ionic/core/components/ion-fab.js';
|
|
24
|
-
import { defineCustomElement as defineCustomElement$m } from '@ionic/core/components/ion-fab-
|
|
25
|
-
import { defineCustomElement as defineCustomElement$n } from '@ionic/core/components/ion-
|
|
26
|
-
import { defineCustomElement as defineCustomElement$o } from '@ionic/core/components/ion-
|
|
27
|
-
import { defineCustomElement as defineCustomElement$p } from '@ionic/core/components/ion-
|
|
28
|
-
import { defineCustomElement as defineCustomElement$q } from '@ionic/core/components/ion-
|
|
29
|
-
import { defineCustomElement as defineCustomElement$r } from '@ionic/core/components/ion-
|
|
30
|
-
import { defineCustomElement as defineCustomElement$s } from '@ionic/core/components/ion-infinite-scroll.js';
|
|
31
|
-
import { defineCustomElement as defineCustomElement$t } from '@ionic/core/components/ion-
|
|
32
|
-
import { defineCustomElement as defineCustomElement$u } from '@ionic/core/components/ion-input.js';
|
|
33
|
-
import { defineCustomElement as defineCustomElement$v } from '@ionic/core/components/ion-input-
|
|
34
|
-
import { defineCustomElement as defineCustomElement$w } from '@ionic/core/components/ion-
|
|
35
|
-
import { defineCustomElement as defineCustomElement$x } from '@ionic/core/components/ion-item.js';
|
|
36
|
-
import { defineCustomElement as defineCustomElement$y } from '@ionic/core/components/ion-item-
|
|
37
|
-
import { defineCustomElement as defineCustomElement$z } from '@ionic/core/components/ion-item-
|
|
38
|
-
import { defineCustomElement as defineCustomElement$A } from '@ionic/core/components/ion-item-
|
|
39
|
-
import { defineCustomElement as defineCustomElement$B } from '@ionic/core/components/ion-item-
|
|
40
|
-
import { defineCustomElement as defineCustomElement$C } from '@ionic/core/components/ion-
|
|
41
|
-
import { defineCustomElement as defineCustomElement$D } from '@ionic/core/components/ion-
|
|
42
|
-
import { defineCustomElement as defineCustomElement$E } from '@ionic/core/components/ion-list.js';
|
|
43
|
-
import { defineCustomElement as defineCustomElement$F } from '@ionic/core/components/ion-
|
|
44
|
-
import { defineCustomElement as defineCustomElement$G } from '@ionic/core/components/ion-menu.js';
|
|
45
|
-
import { defineCustomElement as defineCustomElement$H } from '@ionic/core/components/ion-menu-
|
|
46
|
-
import { defineCustomElement as defineCustomElement$
|
|
47
|
-
import { defineCustomElement as defineCustomElement$
|
|
48
|
-
import { defineCustomElement as defineCustomElement$J } from '@ionic/core/components/ion-
|
|
49
|
-
import { defineCustomElement as defineCustomElement$K } from '@ionic/core/components/ion-
|
|
50
|
-
import { defineCustomElement as defineCustomElement$L } from '@ionic/core/components/ion-picker.js';
|
|
51
|
-
import { defineCustomElement as defineCustomElement$M } from '@ionic/core/components/ion-picker-column.js';
|
|
52
|
-
import { defineCustomElement as defineCustomElement$N } from '@ionic/core/components/ion-
|
|
53
|
-
import { defineCustomElement as defineCustomElement$O } from '@ionic/core/components/ion-
|
|
54
|
-
import { defineCustomElement as defineCustomElement$P } from '@ionic/core/components/ion-radio.js';
|
|
55
|
-
import { defineCustomElement as defineCustomElement$Q } from '@ionic/core/components/ion-
|
|
56
|
-
import { defineCustomElement as defineCustomElement$R } from '@ionic/core/components/ion-
|
|
57
|
-
import { defineCustomElement as defineCustomElement$S } from '@ionic/core/components/ion-refresher.js';
|
|
58
|
-
import { defineCustomElement as defineCustomElement$T } from '@ionic/core/components/ion-
|
|
59
|
-
import { defineCustomElement as defineCustomElement$U } from '@ionic/core/components/ion-reorder.js';
|
|
60
|
-
import { defineCustomElement as defineCustomElement$V } from '@ionic/core/components/ion-
|
|
61
|
-
import { defineCustomElement as defineCustomElement$W } from '@ionic/core/components/ion-
|
|
62
|
-
import { defineCustomElement as defineCustomElement$X } from '@ionic/core/components/ion-
|
|
63
|
-
import { defineCustomElement as defineCustomElement$Y } from '@ionic/core/components/ion-
|
|
64
|
-
import { defineCustomElement as defineCustomElement$Z } from '@ionic/core/components/ion-segment.js';
|
|
65
|
-
import { defineCustomElement as defineCustomElement$_ } from '@ionic/core/components/ion-segment-
|
|
66
|
-
import { defineCustomElement as defineCustomElement$$ } from '@ionic/core/components/ion-segment-
|
|
67
|
-
import { defineCustomElement as defineCustomElement$10 } from '@ionic/core/components/ion-
|
|
68
|
-
import { defineCustomElement as defineCustomElement$11 } from '@ionic/core/components/ion-select.js';
|
|
69
|
-
import { defineCustomElement as defineCustomElement$12 } from '@ionic/core/components/ion-select-
|
|
70
|
-
import { defineCustomElement as defineCustomElement$13 } from '@ionic/core/components/ion-
|
|
71
|
-
import { defineCustomElement as defineCustomElement$14 } from '@ionic/core/components/ion-
|
|
72
|
-
import { defineCustomElement as defineCustomElement$15 } from '@ionic/core/components/ion-
|
|
73
|
-
import { defineCustomElement as defineCustomElement$16 } from '@ionic/core/components/ion-
|
|
74
|
-
import { defineCustomElement as defineCustomElement$17 } from '@ionic/core/components/ion-
|
|
75
|
-
import { defineCustomElement as defineCustomElement$18 } from '@ionic/core/components/ion-
|
|
76
|
-
import { defineCustomElement as defineCustomElement$19 } from '@ionic/core/components/ion-
|
|
77
|
-
import { defineCustomElement as defineCustomElement$1a } from '@ionic/core/components/ion-
|
|
78
|
-
import { defineCustomElement as defineCustomElement$1b } from '@ionic/core/components/ion-
|
|
79
|
-
import { defineCustomElement as defineCustomElement$1c } from '@ionic/core/components/ion-
|
|
80
|
-
import { defineCustomElement as defineCustomElement$1d } from '@ionic/core/components/ion-toolbar.js';
|
|
22
|
+
import { defineCustomElement as defineCustomElement$k } from '@ionic/core/components/ion-fab.js';
|
|
23
|
+
import { defineCustomElement as defineCustomElement$l } from '@ionic/core/components/ion-fab-button.js';
|
|
24
|
+
import { defineCustomElement as defineCustomElement$m } from '@ionic/core/components/ion-fab-list.js';
|
|
25
|
+
import { defineCustomElement as defineCustomElement$n } from '@ionic/core/components/ion-footer.js';
|
|
26
|
+
import { defineCustomElement as defineCustomElement$o } from '@ionic/core/components/ion-grid.js';
|
|
27
|
+
import { defineCustomElement as defineCustomElement$p } from '@ionic/core/components/ion-header.js';
|
|
28
|
+
import { defineCustomElement as defineCustomElement$q } from '@ionic/core/components/ion-img.js';
|
|
29
|
+
import { defineCustomElement as defineCustomElement$r } from '@ionic/core/components/ion-infinite-scroll.js';
|
|
30
|
+
import { defineCustomElement as defineCustomElement$s } from '@ionic/core/components/ion-infinite-scroll-content.js';
|
|
31
|
+
import { defineCustomElement as defineCustomElement$t } from '@ionic/core/components/ion-input.js';
|
|
32
|
+
import { defineCustomElement as defineCustomElement$u } from '@ionic/core/components/ion-input-otp.js';
|
|
33
|
+
import { defineCustomElement as defineCustomElement$v } from '@ionic/core/components/ion-input-password-toggle.js';
|
|
34
|
+
import { defineCustomElement as defineCustomElement$w } from '@ionic/core/components/ion-item.js';
|
|
35
|
+
import { defineCustomElement as defineCustomElement$x } from '@ionic/core/components/ion-item-divider.js';
|
|
36
|
+
import { defineCustomElement as defineCustomElement$y } from '@ionic/core/components/ion-item-group.js';
|
|
37
|
+
import { defineCustomElement as defineCustomElement$z } from '@ionic/core/components/ion-item-option.js';
|
|
38
|
+
import { defineCustomElement as defineCustomElement$A } from '@ionic/core/components/ion-item-options.js';
|
|
39
|
+
import { defineCustomElement as defineCustomElement$B } from '@ionic/core/components/ion-item-sliding.js';
|
|
40
|
+
import { defineCustomElement as defineCustomElement$C } from '@ionic/core/components/ion-label.js';
|
|
41
|
+
import { defineCustomElement as defineCustomElement$D } from '@ionic/core/components/ion-list.js';
|
|
42
|
+
import { defineCustomElement as defineCustomElement$E } from '@ionic/core/components/ion-list-header.js';
|
|
43
|
+
import { defineCustomElement as defineCustomElement$F } from '@ionic/core/components/ion-menu.js';
|
|
44
|
+
import { defineCustomElement as defineCustomElement$G } from '@ionic/core/components/ion-menu-button.js';
|
|
45
|
+
import { defineCustomElement as defineCustomElement$H } from '@ionic/core/components/ion-menu-toggle.js';
|
|
46
|
+
import { defineCustomElement as defineCustomElement$1j } from '@ionic/core/components/ion-nav.js';
|
|
47
|
+
import { defineCustomElement as defineCustomElement$I } from '@ionic/core/components/ion-nav-link.js';
|
|
48
|
+
import { defineCustomElement as defineCustomElement$J } from '@ionic/core/components/ion-note.js';
|
|
49
|
+
import { defineCustomElement as defineCustomElement$K } from '@ionic/core/components/ion-picker.js';
|
|
50
|
+
import { defineCustomElement as defineCustomElement$L } from '@ionic/core/components/ion-picker-column.js';
|
|
51
|
+
import { defineCustomElement as defineCustomElement$M } from '@ionic/core/components/ion-picker-column-option.js';
|
|
52
|
+
import { defineCustomElement as defineCustomElement$N } from '@ionic/core/components/ion-progress-bar.js';
|
|
53
|
+
import { defineCustomElement as defineCustomElement$O } from '@ionic/core/components/ion-radio.js';
|
|
54
|
+
import { defineCustomElement as defineCustomElement$P } from '@ionic/core/components/ion-radio-group.js';
|
|
55
|
+
import { defineCustomElement as defineCustomElement$Q } from '@ionic/core/components/ion-range.js';
|
|
56
|
+
import { defineCustomElement as defineCustomElement$R } from '@ionic/core/components/ion-refresher.js';
|
|
57
|
+
import { defineCustomElement as defineCustomElement$S } from '@ionic/core/components/ion-refresher-content.js';
|
|
58
|
+
import { defineCustomElement as defineCustomElement$T } from '@ionic/core/components/ion-reorder.js';
|
|
59
|
+
import { defineCustomElement as defineCustomElement$U } from '@ionic/core/components/ion-reorder-group.js';
|
|
60
|
+
import { defineCustomElement as defineCustomElement$V } from '@ionic/core/components/ion-ripple-effect.js';
|
|
61
|
+
import { defineCustomElement as defineCustomElement$W } from '@ionic/core/components/ion-row.js';
|
|
62
|
+
import { defineCustomElement as defineCustomElement$X } from '@ionic/core/components/ion-searchbar.js';
|
|
63
|
+
import { defineCustomElement as defineCustomElement$Y } from '@ionic/core/components/ion-segment.js';
|
|
64
|
+
import { defineCustomElement as defineCustomElement$Z } from '@ionic/core/components/ion-segment-button.js';
|
|
65
|
+
import { defineCustomElement as defineCustomElement$_ } from '@ionic/core/components/ion-segment-content.js';
|
|
66
|
+
import { defineCustomElement as defineCustomElement$$ } from '@ionic/core/components/ion-segment-view.js';
|
|
67
|
+
import { defineCustomElement as defineCustomElement$10 } from '@ionic/core/components/ion-select.js';
|
|
68
|
+
import { defineCustomElement as defineCustomElement$11 } from '@ionic/core/components/ion-select-modal.js';
|
|
69
|
+
import { defineCustomElement as defineCustomElement$12 } from '@ionic/core/components/ion-select-option.js';
|
|
70
|
+
import { defineCustomElement as defineCustomElement$13 } from '@ionic/core/components/ion-skeleton-text.js';
|
|
71
|
+
import { defineCustomElement as defineCustomElement$14 } from '@ionic/core/components/ion-spinner.js';
|
|
72
|
+
import { defineCustomElement as defineCustomElement$15 } from '@ionic/core/components/ion-split-pane.js';
|
|
73
|
+
import { defineCustomElement as defineCustomElement$16 } from '@ionic/core/components/ion-tab.js';
|
|
74
|
+
import { defineCustomElement as defineCustomElement$17 } from '@ionic/core/components/ion-text.js';
|
|
75
|
+
import { defineCustomElement as defineCustomElement$18 } from '@ionic/core/components/ion-textarea.js';
|
|
76
|
+
import { defineCustomElement as defineCustomElement$19 } from '@ionic/core/components/ion-thumbnail.js';
|
|
77
|
+
import { defineCustomElement as defineCustomElement$1a } from '@ionic/core/components/ion-title.js';
|
|
78
|
+
import { defineCustomElement as defineCustomElement$1b } from '@ionic/core/components/ion-toggle.js';
|
|
79
|
+
import { defineCustomElement as defineCustomElement$1c } from '@ionic/core/components/ion-toolbar.js';
|
|
81
80
|
import { LIFECYCLE_WILL_ENTER, LIFECYCLE_DID_ENTER, LIFECYCLE_WILL_LEAVE, LIFECYCLE_DID_LEAVE, initialize, modalController as modalController$1, popoverController as popoverController$1, alertController as alertController$1, actionSheetController as actionSheetController$1, loadingController as loadingController$1, pickerController as pickerController$1, toastController as toastController$1 } from '@ionic/core/components';
|
|
82
81
|
export { IonicSafeString, IonicSlides, createAnimation, createGesture, getIonPageElement, getPlatforms, getTimeGivenProgression, iosTransitionAnimation, isPlatform, mdTransitionAnimation, menuController, openURL } from '@ionic/core/components';
|
|
83
|
-
import { defineCustomElement as defineCustomElement$
|
|
84
|
-
import { defineCustomElement as defineCustomElement$
|
|
82
|
+
import { defineCustomElement as defineCustomElement$1d } from '@ionic/core/components/ion-back-button.js';
|
|
83
|
+
import { defineCustomElement as defineCustomElement$1e } from '@ionic/core/components/ion-router-outlet.js';
|
|
85
84
|
import { routeLocationKey, useRoute, matchedRouteKey } from 'vue-router';
|
|
86
|
-
import { defineCustomElement as defineCustomElement$
|
|
87
|
-
import { defineCustomElement as defineCustomElement$
|
|
88
|
-
import { defineCustomElement as defineCustomElement$
|
|
89
|
-
import { defineCustomElement as defineCustomElement$
|
|
90
|
-
import { defineCustomElement as defineCustomElement$
|
|
91
|
-
import { defineCustomElement as defineCustomElement$
|
|
92
|
-
import { defineCustomElement as defineCustomElement$
|
|
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$
|
|
85
|
+
import { defineCustomElement as defineCustomElement$1f } from '@ionic/core/components/ion-tab-button.js';
|
|
86
|
+
import { defineCustomElement as defineCustomElement$1g } from '@ionic/core/components/ion-tabs.js';
|
|
87
|
+
import { defineCustomElement as defineCustomElement$1h } from '@ionic/core/components/ion-tab-bar.js';
|
|
88
|
+
import { defineCustomElement as defineCustomElement$1i } from '@ionic/core/components/ion-app.js';
|
|
89
|
+
import { defineCustomElement as defineCustomElement$1k } from 'ionicons/components/ion-icon.js';
|
|
90
|
+
import { defineCustomElement as defineCustomElement$1l } from '@ionic/core/components/ion-action-sheet.js';
|
|
91
|
+
import { defineCustomElement as defineCustomElement$1m } from '@ionic/core/components/ion-alert.js';
|
|
92
|
+
import { defineCustomElement as defineCustomElement$1n } from '@ionic/core/components/ion-loading.js';
|
|
93
|
+
import { defineCustomElement as defineCustomElement$1o } from '@ionic/core/components/ion-modal.js';
|
|
94
|
+
import { defineCustomElement as defineCustomElement$1p } from '@ionic/core/components/ion-picker-legacy.js';
|
|
95
|
+
import { defineCustomElement as defineCustomElement$1q } from '@ionic/core/components/ion-popover.js';
|
|
96
|
+
import { defineCustomElement as defineCustomElement$1r } from '@ionic/core/components/ion-toast.js';
|
|
98
97
|
|
|
99
98
|
const UPDATE_VALUE_EVENT = 'update:modelValue';
|
|
100
99
|
const MODEL_VALUE = 'modelValue';
|
|
@@ -319,18 +318,13 @@ const IonAccordionGroup = /*@__PURE__*/ defineContainer('ion-accordion-group', d
|
|
|
319
318
|
'disabled',
|
|
320
319
|
'readonly',
|
|
321
320
|
'expand',
|
|
322
|
-
'shape',
|
|
323
321
|
'ionChange',
|
|
324
322
|
'ionValueChange'
|
|
325
323
|
], [
|
|
326
324
|
'ionChange',
|
|
327
325
|
'ionValueChange'
|
|
328
326
|
], 'value', 'ion-change');
|
|
329
|
-
const IonAvatar = /*@__PURE__*/ defineContainer('ion-avatar', defineCustomElement$2
|
|
330
|
-
'size',
|
|
331
|
-
'shape',
|
|
332
|
-
'disabled'
|
|
333
|
-
]);
|
|
327
|
+
const IonAvatar = /*@__PURE__*/ defineContainer('ion-avatar', defineCustomElement$2);
|
|
334
328
|
const IonBackdrop = /*@__PURE__*/ defineContainer('ion-backdrop', defineCustomElement$3, [
|
|
335
329
|
'visible',
|
|
336
330
|
'tappable',
|
|
@@ -340,11 +334,7 @@ const IonBackdrop = /*@__PURE__*/ defineContainer('ion-backdrop', defineCustomEl
|
|
|
340
334
|
'ionBackdropTap'
|
|
341
335
|
]);
|
|
342
336
|
const IonBadge = /*@__PURE__*/ defineContainer('ion-badge', defineCustomElement$4, [
|
|
343
|
-
'color'
|
|
344
|
-
'hue',
|
|
345
|
-
'shape',
|
|
346
|
-
'size',
|
|
347
|
-
'vertical'
|
|
337
|
+
'color'
|
|
348
338
|
]);
|
|
349
339
|
const IonBreadcrumb = /*@__PURE__*/ defineContainer('ion-breadcrumb', defineCustomElement$5, [
|
|
350
340
|
'collapsed',
|
|
@@ -413,7 +403,6 @@ const IonCard = /*@__PURE__*/ defineContainer('ion-card', defineCustomElement$9,
|
|
|
413
403
|
'rel',
|
|
414
404
|
'routerDirection',
|
|
415
405
|
'routerAnimation',
|
|
416
|
-
'shape',
|
|
417
406
|
'target'
|
|
418
407
|
]);
|
|
419
408
|
const IonCardContent = /*@__PURE__*/ defineContainer('ion-card-content', defineCustomElement$a);
|
|
@@ -440,8 +429,6 @@ const IonCheckbox = /*@__PURE__*/ defineContainer('ion-checkbox', defineCustomEl
|
|
|
440
429
|
'justify',
|
|
441
430
|
'alignment',
|
|
442
431
|
'required',
|
|
443
|
-
'shape',
|
|
444
|
-
'size',
|
|
445
432
|
'ionChange',
|
|
446
433
|
'ionFocus',
|
|
447
434
|
'ionBlur'
|
|
@@ -453,10 +440,7 @@ const IonCheckbox = /*@__PURE__*/ defineContainer('ion-checkbox', defineCustomEl
|
|
|
453
440
|
const IonChip = /*@__PURE__*/ defineContainer('ion-chip', defineCustomElement$f, [
|
|
454
441
|
'color',
|
|
455
442
|
'outline',
|
|
456
|
-
'disabled'
|
|
457
|
-
'hue',
|
|
458
|
-
'shape',
|
|
459
|
-
'size'
|
|
443
|
+
'disabled'
|
|
460
444
|
]);
|
|
461
445
|
const IonCol = /*@__PURE__*/ defineContainer('ion-col', defineCustomElement$g, [
|
|
462
446
|
'offset',
|
|
@@ -465,12 +449,6 @@ const IonCol = /*@__PURE__*/ defineContainer('ion-col', defineCustomElement$g, [
|
|
|
465
449
|
'offsetMd',
|
|
466
450
|
'offsetLg',
|
|
467
451
|
'offsetXl',
|
|
468
|
-
'order',
|
|
469
|
-
'orderXs',
|
|
470
|
-
'orderSm',
|
|
471
|
-
'orderMd',
|
|
472
|
-
'orderLg',
|
|
473
|
-
'orderXl',
|
|
474
452
|
'pull',
|
|
475
453
|
'pullXs',
|
|
476
454
|
'pullSm',
|
|
@@ -559,17 +537,13 @@ const IonDatetimeButton = /*@__PURE__*/ defineContainer('ion-datetime-button', d
|
|
|
559
537
|
'disabled',
|
|
560
538
|
'datetime'
|
|
561
539
|
]);
|
|
562
|
-
const
|
|
563
|
-
'spacing',
|
|
564
|
-
'inset'
|
|
565
|
-
]);
|
|
566
|
-
const IonFab = /*@__PURE__*/ defineContainer('ion-fab', defineCustomElement$l, [
|
|
540
|
+
const IonFab = /*@__PURE__*/ defineContainer('ion-fab', defineCustomElement$k, [
|
|
567
541
|
'horizontal',
|
|
568
542
|
'vertical',
|
|
569
543
|
'edge',
|
|
570
544
|
'activated'
|
|
571
545
|
]);
|
|
572
|
-
const IonFabButton = /*@__PURE__*/ defineContainer('ion-fab-button', defineCustomElement$
|
|
546
|
+
const IonFabButton = /*@__PURE__*/ defineContainer('ion-fab-button', defineCustomElement$l, [
|
|
573
547
|
'color',
|
|
574
548
|
'activated',
|
|
575
549
|
'disabled',
|
|
@@ -590,23 +564,22 @@ const IonFabButton = /*@__PURE__*/ defineContainer('ion-fab-button', defineCusto
|
|
|
590
564
|
'ionFocus',
|
|
591
565
|
'ionBlur'
|
|
592
566
|
]);
|
|
593
|
-
const IonFabList = /*@__PURE__*/ defineContainer('ion-fab-list', defineCustomElement$
|
|
567
|
+
const IonFabList = /*@__PURE__*/ defineContainer('ion-fab-list', defineCustomElement$m, [
|
|
594
568
|
'activated',
|
|
595
569
|
'side'
|
|
596
570
|
]);
|
|
597
|
-
const IonFooter = /*@__PURE__*/ defineContainer('ion-footer', defineCustomElement$
|
|
571
|
+
const IonFooter = /*@__PURE__*/ defineContainer('ion-footer', defineCustomElement$n, [
|
|
598
572
|
'collapse',
|
|
599
573
|
'translucent'
|
|
600
574
|
]);
|
|
601
|
-
const IonGrid = /*@__PURE__*/ defineContainer('ion-grid', defineCustomElement$
|
|
575
|
+
const IonGrid = /*@__PURE__*/ defineContainer('ion-grid', defineCustomElement$o, [
|
|
602
576
|
'fixed'
|
|
603
577
|
]);
|
|
604
|
-
const IonHeader = /*@__PURE__*/ defineContainer('ion-header', defineCustomElement$
|
|
578
|
+
const IonHeader = /*@__PURE__*/ defineContainer('ion-header', defineCustomElement$p, [
|
|
605
579
|
'collapse',
|
|
606
|
-
'divider',
|
|
607
580
|
'translucent'
|
|
608
581
|
]);
|
|
609
|
-
const IonImg = /*@__PURE__*/ defineContainer('ion-img', defineCustomElement$
|
|
582
|
+
const IonImg = /*@__PURE__*/ defineContainer('ion-img', defineCustomElement$q, [
|
|
610
583
|
'alt',
|
|
611
584
|
'src',
|
|
612
585
|
'ionImgWillLoad',
|
|
@@ -617,20 +590,19 @@ const IonImg = /*@__PURE__*/ defineContainer('ion-img', defineCustomElement$r, [
|
|
|
617
590
|
'ionImgDidLoad',
|
|
618
591
|
'ionError'
|
|
619
592
|
]);
|
|
620
|
-
const IonInfiniteScroll = /*@__PURE__*/ defineContainer('ion-infinite-scroll', defineCustomElement$
|
|
593
|
+
const IonInfiniteScroll = /*@__PURE__*/ defineContainer('ion-infinite-scroll', defineCustomElement$r, [
|
|
621
594
|
'threshold',
|
|
622
595
|
'disabled',
|
|
623
596
|
'position',
|
|
624
|
-
'preserveRerenderScrollPosition',
|
|
625
597
|
'ionInfinite'
|
|
626
598
|
], [
|
|
627
599
|
'ionInfinite'
|
|
628
600
|
]);
|
|
629
|
-
const IonInfiniteScrollContent = /*@__PURE__*/ defineContainer('ion-infinite-scroll-content', defineCustomElement$
|
|
601
|
+
const IonInfiniteScrollContent = /*@__PURE__*/ defineContainer('ion-infinite-scroll-content', defineCustomElement$s, [
|
|
630
602
|
'loadingSpinner',
|
|
631
603
|
'loadingText'
|
|
632
604
|
]);
|
|
633
|
-
const IonInput = /*@__PURE__*/ defineContainer('ion-input', defineCustomElement$
|
|
605
|
+
const IonInput = /*@__PURE__*/ defineContainer('ion-input', defineCustomElement$t, [
|
|
634
606
|
'color',
|
|
635
607
|
'autocapitalize',
|
|
636
608
|
'autocomplete',
|
|
@@ -663,7 +635,6 @@ const IonInput = /*@__PURE__*/ defineContainer('ion-input', defineCustomElement$
|
|
|
663
635
|
'shape',
|
|
664
636
|
'spellcheck',
|
|
665
637
|
'step',
|
|
666
|
-
'size',
|
|
667
638
|
'type',
|
|
668
639
|
'value',
|
|
669
640
|
'ionInput',
|
|
@@ -676,7 +647,7 @@ const IonInput = /*@__PURE__*/ defineContainer('ion-input', defineCustomElement$
|
|
|
676
647
|
'ionBlur',
|
|
677
648
|
'ionFocus'
|
|
678
649
|
], 'value', 'ion-input');
|
|
679
|
-
const IonInputOtp = /*@__PURE__*/ defineContainer('ion-input-otp', defineCustomElement$
|
|
650
|
+
const IonInputOtp = /*@__PURE__*/ defineContainer('ion-input-otp', defineCustomElement$u, [
|
|
680
651
|
'autocapitalize',
|
|
681
652
|
'color',
|
|
682
653
|
'disabled',
|
|
@@ -702,13 +673,13 @@ const IonInputOtp = /*@__PURE__*/ defineContainer('ion-input-otp', defineCustomE
|
|
|
702
673
|
'ionBlur',
|
|
703
674
|
'ionFocus'
|
|
704
675
|
], 'value', 'ion-input');
|
|
705
|
-
const IonInputPasswordToggle = /*@__PURE__*/ defineContainer('ion-input-password-toggle', defineCustomElement$
|
|
676
|
+
const IonInputPasswordToggle = /*@__PURE__*/ defineContainer('ion-input-password-toggle', defineCustomElement$v, [
|
|
706
677
|
'color',
|
|
707
678
|
'showIcon',
|
|
708
679
|
'hideIcon',
|
|
709
680
|
'type'
|
|
710
681
|
]);
|
|
711
|
-
const IonItem = /*@__PURE__*/ defineContainer('ion-item', defineCustomElement$
|
|
682
|
+
const IonItem = /*@__PURE__*/ defineContainer('ion-item', defineCustomElement$w, [
|
|
712
683
|
'color',
|
|
713
684
|
'button',
|
|
714
685
|
'detail',
|
|
@@ -723,36 +694,34 @@ const IonItem = /*@__PURE__*/ defineContainer('ion-item', defineCustomElement$x,
|
|
|
723
694
|
'target',
|
|
724
695
|
'type'
|
|
725
696
|
]);
|
|
726
|
-
const IonItemDivider = /*@__PURE__*/ defineContainer('ion-item-divider', defineCustomElement$
|
|
697
|
+
const IonItemDivider = /*@__PURE__*/ defineContainer('ion-item-divider', defineCustomElement$x, [
|
|
727
698
|
'color',
|
|
728
699
|
'sticky'
|
|
729
700
|
]);
|
|
730
|
-
const IonItemGroup = /*@__PURE__*/ defineContainer('ion-item-group', defineCustomElement$
|
|
731
|
-
const IonItemOption = /*@__PURE__*/ defineContainer('ion-item-option', defineCustomElement$
|
|
701
|
+
const IonItemGroup = /*@__PURE__*/ defineContainer('ion-item-group', defineCustomElement$y);
|
|
702
|
+
const IonItemOption = /*@__PURE__*/ defineContainer('ion-item-option', defineCustomElement$z, [
|
|
732
703
|
'color',
|
|
733
704
|
'disabled',
|
|
734
705
|
'download',
|
|
735
706
|
'expandable',
|
|
736
707
|
'href',
|
|
737
|
-
'hue',
|
|
738
708
|
'rel',
|
|
739
709
|
'target',
|
|
740
|
-
'type'
|
|
741
|
-
'shape'
|
|
710
|
+
'type'
|
|
742
711
|
]);
|
|
743
|
-
const IonItemOptions = /*@__PURE__*/ defineContainer('ion-item-options', defineCustomElement$
|
|
712
|
+
const IonItemOptions = /*@__PURE__*/ defineContainer('ion-item-options', defineCustomElement$A, [
|
|
744
713
|
'side',
|
|
745
714
|
'ionSwipe'
|
|
746
715
|
], [
|
|
747
716
|
'ionSwipe'
|
|
748
717
|
]);
|
|
749
|
-
const IonItemSliding = /*@__PURE__*/ defineContainer('ion-item-sliding', defineCustomElement$
|
|
718
|
+
const IonItemSliding = /*@__PURE__*/ defineContainer('ion-item-sliding', defineCustomElement$B, [
|
|
750
719
|
'disabled',
|
|
751
720
|
'ionDrag'
|
|
752
721
|
], [
|
|
753
722
|
'ionDrag'
|
|
754
723
|
]);
|
|
755
|
-
const IonLabel = /*@__PURE__*/ defineContainer('ion-label', defineCustomElement$
|
|
724
|
+
const IonLabel = /*@__PURE__*/ defineContainer('ion-label', defineCustomElement$C, [
|
|
756
725
|
'color',
|
|
757
726
|
'position',
|
|
758
727
|
'ionColor',
|
|
@@ -761,16 +730,15 @@ const IonLabel = /*@__PURE__*/ defineContainer('ion-label', defineCustomElement$
|
|
|
761
730
|
'ionColor',
|
|
762
731
|
'ionStyle'
|
|
763
732
|
]);
|
|
764
|
-
const IonList = /*@__PURE__*/ defineContainer('ion-list', defineCustomElement$
|
|
733
|
+
const IonList = /*@__PURE__*/ defineContainer('ion-list', defineCustomElement$D, [
|
|
765
734
|
'lines',
|
|
766
|
-
'inset'
|
|
767
|
-
'shape'
|
|
735
|
+
'inset'
|
|
768
736
|
]);
|
|
769
|
-
const IonListHeader = /*@__PURE__*/ defineContainer('ion-list-header', defineCustomElement$
|
|
737
|
+
const IonListHeader = /*@__PURE__*/ defineContainer('ion-list-header', defineCustomElement$E, [
|
|
770
738
|
'color',
|
|
771
739
|
'lines'
|
|
772
740
|
]);
|
|
773
|
-
const IonMenu = /*@__PURE__*/ defineContainer('ion-menu', defineCustomElement$
|
|
741
|
+
const IonMenu = /*@__PURE__*/ defineContainer('ion-menu', defineCustomElement$F, [
|
|
774
742
|
'contentId',
|
|
775
743
|
'menuId',
|
|
776
744
|
'type',
|
|
@@ -790,32 +758,32 @@ const IonMenu = /*@__PURE__*/ defineContainer('ion-menu', defineCustomElement$G,
|
|
|
790
758
|
'ionDidClose',
|
|
791
759
|
'ionMenuChange'
|
|
792
760
|
]);
|
|
793
|
-
const IonMenuButton = /*@__PURE__*/ defineContainer('ion-menu-button', defineCustomElement$
|
|
761
|
+
const IonMenuButton = /*@__PURE__*/ defineContainer('ion-menu-button', defineCustomElement$G, [
|
|
794
762
|
'color',
|
|
795
763
|
'disabled',
|
|
796
764
|
'menu',
|
|
797
765
|
'autoHide',
|
|
798
766
|
'type'
|
|
799
767
|
]);
|
|
800
|
-
const IonMenuToggle = /*@__PURE__*/ defineContainer('ion-menu-toggle', defineCustomElement$
|
|
768
|
+
const IonMenuToggle = /*@__PURE__*/ defineContainer('ion-menu-toggle', defineCustomElement$H, [
|
|
801
769
|
'menu',
|
|
802
770
|
'autoHide'
|
|
803
771
|
]);
|
|
804
|
-
const IonNavLink = /*@__PURE__*/ defineContainer('ion-nav-link', defineCustomElement$
|
|
772
|
+
const IonNavLink = /*@__PURE__*/ defineContainer('ion-nav-link', defineCustomElement$I, [
|
|
805
773
|
'component',
|
|
806
774
|
'componentProps',
|
|
807
775
|
'routerDirection',
|
|
808
776
|
'routerAnimation'
|
|
809
777
|
]);
|
|
810
|
-
const IonNote = /*@__PURE__*/ defineContainer('ion-note', defineCustomElement$
|
|
778
|
+
const IonNote = /*@__PURE__*/ defineContainer('ion-note', defineCustomElement$J, [
|
|
811
779
|
'color'
|
|
812
780
|
]);
|
|
813
|
-
const IonPicker = /*@__PURE__*/ defineContainer('ion-picker', defineCustomElement$
|
|
781
|
+
const IonPicker = /*@__PURE__*/ defineContainer('ion-picker', defineCustomElement$K, [
|
|
814
782
|
'ionInputModeChange'
|
|
815
783
|
], [
|
|
816
784
|
'ionInputModeChange'
|
|
817
785
|
]);
|
|
818
|
-
const IonPickerColumn = /*@__PURE__*/ defineContainer('ion-picker-column', defineCustomElement$
|
|
786
|
+
const IonPickerColumn = /*@__PURE__*/ defineContainer('ion-picker-column', defineCustomElement$L, [
|
|
819
787
|
'disabled',
|
|
820
788
|
'value',
|
|
821
789
|
'color',
|
|
@@ -824,20 +792,19 @@ const IonPickerColumn = /*@__PURE__*/ defineContainer('ion-picker-column', defin
|
|
|
824
792
|
], [
|
|
825
793
|
'ionChange'
|
|
826
794
|
]);
|
|
827
|
-
const IonPickerColumnOption = /*@__PURE__*/ defineContainer('ion-picker-column-option', defineCustomElement$
|
|
795
|
+
const IonPickerColumnOption = /*@__PURE__*/ defineContainer('ion-picker-column-option', defineCustomElement$M, [
|
|
828
796
|
'disabled',
|
|
829
797
|
'value',
|
|
830
798
|
'color'
|
|
831
799
|
]);
|
|
832
|
-
const IonProgressBar = /*@__PURE__*/ defineContainer('ion-progress-bar', defineCustomElement$
|
|
800
|
+
const IonProgressBar = /*@__PURE__*/ defineContainer('ion-progress-bar', defineCustomElement$N, [
|
|
833
801
|
'type',
|
|
834
802
|
'reversed',
|
|
835
803
|
'value',
|
|
836
804
|
'buffer',
|
|
837
|
-
'color'
|
|
838
|
-
'shape'
|
|
805
|
+
'color'
|
|
839
806
|
]);
|
|
840
|
-
const IonRadio = /*@__PURE__*/ defineContainer('ion-radio', defineCustomElement$
|
|
807
|
+
const IonRadio = /*@__PURE__*/ defineContainer('ion-radio', defineCustomElement$O, [
|
|
841
808
|
'color',
|
|
842
809
|
'name',
|
|
843
810
|
'disabled',
|
|
@@ -851,7 +818,7 @@ const IonRadio = /*@__PURE__*/ defineContainer('ion-radio', defineCustomElement$
|
|
|
851
818
|
'ionFocus',
|
|
852
819
|
'ionBlur'
|
|
853
820
|
], 'value', 'ion-change');
|
|
854
|
-
const IonRadioGroup = /*@__PURE__*/ defineContainer('ion-radio-group', defineCustomElement$
|
|
821
|
+
const IonRadioGroup = /*@__PURE__*/ defineContainer('ion-radio-group', defineCustomElement$P, [
|
|
855
822
|
'allowEmptySelection',
|
|
856
823
|
'compareWith',
|
|
857
824
|
'name',
|
|
@@ -864,7 +831,7 @@ const IonRadioGroup = /*@__PURE__*/ defineContainer('ion-radio-group', defineCus
|
|
|
864
831
|
'ionChange',
|
|
865
832
|
'ionValueChange'
|
|
866
833
|
], 'value', 'ion-change');
|
|
867
|
-
const IonRange = /*@__PURE__*/ defineContainer('ion-range', defineCustomElement$
|
|
834
|
+
const IonRange = /*@__PURE__*/ defineContainer('ion-range', defineCustomElement$Q, [
|
|
868
835
|
'color',
|
|
869
836
|
'debounce',
|
|
870
837
|
'name',
|
|
@@ -895,7 +862,7 @@ const IonRange = /*@__PURE__*/ defineContainer('ion-range', defineCustomElement$
|
|
|
895
862
|
'ionKnobMoveStart',
|
|
896
863
|
'ionKnobMoveEnd'
|
|
897
864
|
], 'value', 'ion-input');
|
|
898
|
-
const IonRefresher = /*@__PURE__*/ defineContainer('ion-refresher', defineCustomElement$
|
|
865
|
+
const IonRefresher = /*@__PURE__*/ defineContainer('ion-refresher', defineCustomElement$R, [
|
|
899
866
|
'pullMin',
|
|
900
867
|
'pullMax',
|
|
901
868
|
'closeDuration',
|
|
@@ -914,14 +881,14 @@ const IonRefresher = /*@__PURE__*/ defineContainer('ion-refresher', defineCustom
|
|
|
914
881
|
'ionPullStart',
|
|
915
882
|
'ionPullEnd'
|
|
916
883
|
]);
|
|
917
|
-
const IonRefresherContent = /*@__PURE__*/ defineContainer('ion-refresher-content', defineCustomElement$
|
|
884
|
+
const IonRefresherContent = /*@__PURE__*/ defineContainer('ion-refresher-content', defineCustomElement$S, [
|
|
918
885
|
'pullingIcon',
|
|
919
886
|
'pullingText',
|
|
920
887
|
'refreshingSpinner',
|
|
921
888
|
'refreshingText'
|
|
922
889
|
]);
|
|
923
|
-
const IonReorder = /*@__PURE__*/ defineContainer('ion-reorder', defineCustomElement$
|
|
924
|
-
const IonReorderGroup = /*@__PURE__*/ defineContainer('ion-reorder-group', defineCustomElement$
|
|
890
|
+
const IonReorder = /*@__PURE__*/ defineContainer('ion-reorder', defineCustomElement$T);
|
|
891
|
+
const IonReorderGroup = /*@__PURE__*/ defineContainer('ion-reorder-group', defineCustomElement$U, [
|
|
925
892
|
'disabled',
|
|
926
893
|
'ionItemReorder',
|
|
927
894
|
'ionReorderStart',
|
|
@@ -933,11 +900,11 @@ const IonReorderGroup = /*@__PURE__*/ defineContainer('ion-reorder-group', defin
|
|
|
933
900
|
'ionReorderMove',
|
|
934
901
|
'ionReorderEnd'
|
|
935
902
|
]);
|
|
936
|
-
const IonRippleEffect = /*@__PURE__*/ defineContainer('ion-ripple-effect', defineCustomElement$
|
|
903
|
+
const IonRippleEffect = /*@__PURE__*/ defineContainer('ion-ripple-effect', defineCustomElement$V, [
|
|
937
904
|
'type'
|
|
938
905
|
]);
|
|
939
|
-
const IonRow = /*@__PURE__*/ defineContainer('ion-row', defineCustomElement$
|
|
940
|
-
const IonSearchbar = /*@__PURE__*/ defineContainer('ion-searchbar', defineCustomElement$
|
|
906
|
+
const IonRow = /*@__PURE__*/ defineContainer('ion-row', defineCustomElement$W);
|
|
907
|
+
const IonSearchbar = /*@__PURE__*/ defineContainer('ion-searchbar', defineCustomElement$X, [
|
|
941
908
|
'color',
|
|
942
909
|
'animated',
|
|
943
910
|
'autocapitalize',
|
|
@@ -960,8 +927,6 @@ const IonSearchbar = /*@__PURE__*/ defineContainer('ion-searchbar', defineCustom
|
|
|
960
927
|
'spellcheck',
|
|
961
928
|
'type',
|
|
962
929
|
'value',
|
|
963
|
-
'shape',
|
|
964
|
-
'size',
|
|
965
930
|
'ionInput',
|
|
966
931
|
'ionChange',
|
|
967
932
|
'ionCancel',
|
|
@@ -978,7 +943,7 @@ const IonSearchbar = /*@__PURE__*/ defineContainer('ion-searchbar', defineCustom
|
|
|
978
943
|
'ionFocus',
|
|
979
944
|
'ionStyle'
|
|
980
945
|
], 'value', 'ion-input');
|
|
981
|
-
const IonSegment = /*@__PURE__*/ defineContainer('ion-segment', defineCustomElement$
|
|
946
|
+
const IonSegment = /*@__PURE__*/ defineContainer('ion-segment', defineCustomElement$Y, [
|
|
982
947
|
'color',
|
|
983
948
|
'disabled',
|
|
984
949
|
'scrollable',
|
|
@@ -993,22 +958,22 @@ const IonSegment = /*@__PURE__*/ defineContainer('ion-segment', defineCustomElem
|
|
|
993
958
|
'ionSelect',
|
|
994
959
|
'ionStyle'
|
|
995
960
|
], 'value', 'ion-change');
|
|
996
|
-
const IonSegmentButton = /*@__PURE__*/ defineContainer('ion-segment-button', defineCustomElement$
|
|
961
|
+
const IonSegmentButton = /*@__PURE__*/ defineContainer('ion-segment-button', defineCustomElement$Z, [
|
|
997
962
|
'contentId',
|
|
998
963
|
'disabled',
|
|
999
964
|
'layout',
|
|
1000
965
|
'type',
|
|
1001
966
|
'value'
|
|
1002
967
|
], [], 'value', 'ion-change');
|
|
1003
|
-
const IonSegmentContent = /*@__PURE__*/ defineContainer('ion-segment-content', defineCustomElement
|
|
1004
|
-
const IonSegmentView = /*@__PURE__*/ defineContainer('ion-segment-view', defineCustomElement
|
|
968
|
+
const IonSegmentContent = /*@__PURE__*/ defineContainer('ion-segment-content', defineCustomElement$_);
|
|
969
|
+
const IonSegmentView = /*@__PURE__*/ defineContainer('ion-segment-view', defineCustomElement$$, [
|
|
1005
970
|
'disabled',
|
|
1006
971
|
'swipeGesture',
|
|
1007
972
|
'ionSegmentViewScroll'
|
|
1008
973
|
], [
|
|
1009
974
|
'ionSegmentViewScroll'
|
|
1010
975
|
]);
|
|
1011
|
-
const IonSelect = /*@__PURE__*/ defineContainer('ion-select', defineCustomElement$
|
|
976
|
+
const IonSelect = /*@__PURE__*/ defineContainer('ion-select', defineCustomElement$10, [
|
|
1012
977
|
'cancelText',
|
|
1013
978
|
'color',
|
|
1014
979
|
'compareWith',
|
|
@@ -1028,10 +993,9 @@ const IonSelect = /*@__PURE__*/ defineContainer('ion-select', defineCustomElemen
|
|
|
1028
993
|
'selectedText',
|
|
1029
994
|
'toggleIcon',
|
|
1030
995
|
'expandedIcon',
|
|
1031
|
-
'required',
|
|
1032
996
|
'shape',
|
|
1033
|
-
'size',
|
|
1034
997
|
'value',
|
|
998
|
+
'required',
|
|
1035
999
|
'ionChange',
|
|
1036
1000
|
'ionCancel',
|
|
1037
1001
|
'ionDismiss',
|
|
@@ -1046,30 +1010,29 @@ const IonSelect = /*@__PURE__*/ defineContainer('ion-select', defineCustomElemen
|
|
|
1046
1010
|
'ionBlur',
|
|
1047
1011
|
'ionStyle'
|
|
1048
1012
|
], 'value', 'ion-change');
|
|
1049
|
-
const IonSelectModal = /*@__PURE__*/ defineContainer('ion-select-modal', defineCustomElement$
|
|
1013
|
+
const IonSelectModal = /*@__PURE__*/ defineContainer('ion-select-modal', defineCustomElement$11, [
|
|
1050
1014
|
'header',
|
|
1051
1015
|
'cancelText',
|
|
1052
1016
|
'multiple',
|
|
1053
1017
|
'options'
|
|
1054
1018
|
]);
|
|
1055
|
-
const IonSelectOption = /*@__PURE__*/ defineContainer('ion-select-option', defineCustomElement$
|
|
1019
|
+
const IonSelectOption = /*@__PURE__*/ defineContainer('ion-select-option', defineCustomElement$12, [
|
|
1056
1020
|
'disabled',
|
|
1057
1021
|
'value'
|
|
1058
1022
|
]);
|
|
1059
|
-
const IonSkeletonText = /*@__PURE__*/ defineContainer('ion-skeleton-text', defineCustomElement$
|
|
1023
|
+
const IonSkeletonText = /*@__PURE__*/ defineContainer('ion-skeleton-text', defineCustomElement$13, [
|
|
1060
1024
|
'animated',
|
|
1061
1025
|
'ionStyle'
|
|
1062
1026
|
], [
|
|
1063
1027
|
'ionStyle'
|
|
1064
1028
|
]);
|
|
1065
|
-
const IonSpinner = /*@__PURE__*/ defineContainer('ion-spinner', defineCustomElement$
|
|
1029
|
+
const IonSpinner = /*@__PURE__*/ defineContainer('ion-spinner', defineCustomElement$14, [
|
|
1066
1030
|
'color',
|
|
1067
1031
|
'duration',
|
|
1068
1032
|
'name',
|
|
1069
|
-
'paused'
|
|
1070
|
-
'size'
|
|
1033
|
+
'paused'
|
|
1071
1034
|
]);
|
|
1072
|
-
const IonSplitPane = /*@__PURE__*/ defineContainer('ion-split-pane', defineCustomElement$
|
|
1035
|
+
const IonSplitPane = /*@__PURE__*/ defineContainer('ion-split-pane', defineCustomElement$15, [
|
|
1073
1036
|
'contentId',
|
|
1074
1037
|
'disabled',
|
|
1075
1038
|
'when',
|
|
@@ -1077,16 +1040,16 @@ const IonSplitPane = /*@__PURE__*/ defineContainer('ion-split-pane', defineCusto
|
|
|
1077
1040
|
], [
|
|
1078
1041
|
'ionSplitPaneVisible'
|
|
1079
1042
|
]);
|
|
1080
|
-
const IonTab = /*@__PURE__*/ defineContainer('ion-tab', defineCustomElement$
|
|
1043
|
+
const IonTab = /*@__PURE__*/ defineContainer('ion-tab', defineCustomElement$16, [
|
|
1081
1044
|
'active',
|
|
1082
1045
|
'delegate',
|
|
1083
1046
|
'tab',
|
|
1084
1047
|
'component'
|
|
1085
1048
|
]);
|
|
1086
|
-
const IonText = /*@__PURE__*/ defineContainer('ion-text', defineCustomElement$
|
|
1049
|
+
const IonText = /*@__PURE__*/ defineContainer('ion-text', defineCustomElement$17, [
|
|
1087
1050
|
'color'
|
|
1088
1051
|
]);
|
|
1089
|
-
const IonTextarea = /*@__PURE__*/ defineContainer('ion-textarea', defineCustomElement$
|
|
1052
|
+
const IonTextarea = /*@__PURE__*/ defineContainer('ion-textarea', defineCustomElement$18, [
|
|
1090
1053
|
'color',
|
|
1091
1054
|
'autocapitalize',
|
|
1092
1055
|
'autofocus',
|
|
@@ -1115,7 +1078,6 @@ const IonTextarea = /*@__PURE__*/ defineContainer('ion-textarea', defineCustomEl
|
|
|
1115
1078
|
'label',
|
|
1116
1079
|
'labelPlacement',
|
|
1117
1080
|
'shape',
|
|
1118
|
-
'size',
|
|
1119
1081
|
'ionChange',
|
|
1120
1082
|
'ionInput',
|
|
1121
1083
|
'ionBlur',
|
|
@@ -1126,15 +1088,15 @@ const IonTextarea = /*@__PURE__*/ defineContainer('ion-textarea', defineCustomEl
|
|
|
1126
1088
|
'ionBlur',
|
|
1127
1089
|
'ionFocus'
|
|
1128
1090
|
], 'value', 'ion-input');
|
|
1129
|
-
const IonThumbnail = /*@__PURE__*/ defineContainer('ion-thumbnail', defineCustomElement$
|
|
1130
|
-
const IonTitle = /*@__PURE__*/ defineContainer('ion-title', defineCustomElement$
|
|
1091
|
+
const IonThumbnail = /*@__PURE__*/ defineContainer('ion-thumbnail', defineCustomElement$19);
|
|
1092
|
+
const IonTitle = /*@__PURE__*/ defineContainer('ion-title', defineCustomElement$1a, [
|
|
1131
1093
|
'color',
|
|
1132
1094
|
'size',
|
|
1133
1095
|
'ionStyle'
|
|
1134
1096
|
], [
|
|
1135
1097
|
'ionStyle'
|
|
1136
1098
|
]);
|
|
1137
|
-
const IonToggle = /*@__PURE__*/ defineContainer('ion-toggle', defineCustomElement$
|
|
1099
|
+
const IonToggle = /*@__PURE__*/ defineContainer('ion-toggle', defineCustomElement$1b, [
|
|
1138
1100
|
'color',
|
|
1139
1101
|
'name',
|
|
1140
1102
|
'checked',
|
|
@@ -1155,9 +1117,8 @@ const IonToggle = /*@__PURE__*/ defineContainer('ion-toggle', defineCustomElemen
|
|
|
1155
1117
|
'ionFocus',
|
|
1156
1118
|
'ionBlur'
|
|
1157
1119
|
], 'checked', 'ion-change');
|
|
1158
|
-
const IonToolbar = /*@__PURE__*/ defineContainer('ion-toolbar', defineCustomElement$
|
|
1159
|
-
'color'
|
|
1160
|
-
'titlePlacement'
|
|
1120
|
+
const IonToolbar = /*@__PURE__*/ defineContainer('ion-toolbar', defineCustomElement$1c, [
|
|
1121
|
+
'color'
|
|
1161
1122
|
]);
|
|
1162
1123
|
|
|
1163
1124
|
const useBackButton = (priority, handler) => {
|
|
@@ -1320,7 +1281,7 @@ const IonicVue = {
|
|
|
1320
1281
|
};
|
|
1321
1282
|
|
|
1322
1283
|
const IonBackButton = /*@__PURE__*/ defineComponent((_, { attrs, slots }) => {
|
|
1323
|
-
defineCustomElement$
|
|
1284
|
+
defineCustomElement$1d();
|
|
1324
1285
|
// TODO(FW-2969): type
|
|
1325
1286
|
const ionRouter = inject("navManager");
|
|
1326
1287
|
const onClick = () => {
|
|
@@ -1367,7 +1328,7 @@ const viewDepthKey = Symbol(0);
|
|
|
1367
1328
|
const IonRouterOutlet = /*@__PURE__*/ defineComponent({
|
|
1368
1329
|
name: "IonRouterOutlet",
|
|
1369
1330
|
setup() {
|
|
1370
|
-
defineCustomElement$
|
|
1331
|
+
defineCustomElement$1e();
|
|
1371
1332
|
const injectedRoute = inject(routeLocationKey);
|
|
1372
1333
|
const route = useRoute();
|
|
1373
1334
|
const depth = inject(viewDepthKey, 0);
|
|
@@ -1807,7 +1768,7 @@ const IonTabButton = /*@__PURE__*/ defineComponent({
|
|
|
1807
1768
|
},
|
|
1808
1769
|
},
|
|
1809
1770
|
setup(props, { slots }) {
|
|
1810
|
-
defineCustomElement$
|
|
1771
|
+
defineCustomElement$1f();
|
|
1811
1772
|
// TODO(FW-2969): type
|
|
1812
1773
|
const ionRouter = inject("navManager", null);
|
|
1813
1774
|
const onClick = (ev) => {
|
|
@@ -1936,7 +1897,7 @@ const IonTabs = /*@__PURE__*/ defineComponent({
|
|
|
1936
1897
|
* `selectedTab` from core, which may occur if the custom
|
|
1937
1898
|
* element is defined too early in the component's lifecycle.
|
|
1938
1899
|
*/
|
|
1939
|
-
defineCustomElement$
|
|
1900
|
+
defineCustomElement$1g();
|
|
1940
1901
|
},
|
|
1941
1902
|
render() {
|
|
1942
1903
|
const { slots, props } = this;
|
|
@@ -2214,7 +2175,7 @@ const IonTabBar = defineComponent({
|
|
|
2214
2175
|
ionRouter === null || ionRouter === void 0 ? void 0 : ionRouter.registerHistoryChangeListener(() => this.checkActiveTab(ionRouter));
|
|
2215
2176
|
},
|
|
2216
2177
|
setup(_, { slots }) {
|
|
2217
|
-
defineCustomElement$
|
|
2178
|
+
defineCustomElement$1h();
|
|
2218
2179
|
return () => {
|
|
2219
2180
|
return h("ion-tab-bar", { ref: "ionTabBar" }, slots.default && slots.default());
|
|
2220
2181
|
};
|
|
@@ -2223,7 +2184,7 @@ const IonTabBar = defineComponent({
|
|
|
2223
2184
|
|
|
2224
2185
|
const userComponents = shallowRef([]);
|
|
2225
2186
|
const IonApp = /*@__PURE__*/ defineComponent((_, { attrs, slots }) => {
|
|
2226
|
-
defineCustomElement$
|
|
2187
|
+
defineCustomElement$1i();
|
|
2227
2188
|
return () => {
|
|
2228
2189
|
return h("ion-app", Object.assign({ name: "IonApp" }, attrs), [slots.default && slots.default(), ...userComponents.value]);
|
|
2229
2190
|
};
|
|
@@ -2276,7 +2237,7 @@ const VueDelegate = (addFn = addTeleportedUserComponent, removeFn = removeTelepo
|
|
|
2276
2237
|
};
|
|
2277
2238
|
|
|
2278
2239
|
const IonNav = /*@__PURE__*/ defineComponent((props) => {
|
|
2279
|
-
defineCustomElement$
|
|
2240
|
+
defineCustomElement$1j();
|
|
2280
2241
|
const views = shallowRef([]);
|
|
2281
2242
|
/**
|
|
2282
2243
|
* Allows us to create the component
|
|
@@ -2323,7 +2284,7 @@ const IonNav = /*@__PURE__*/ defineComponent((props) => {
|
|
|
2323
2284
|
});
|
|
2324
2285
|
|
|
2325
2286
|
const IonIcon = /*@__PURE__*/ defineComponent((props, { slots }) => {
|
|
2326
|
-
defineCustomElement$
|
|
2287
|
+
defineCustomElement$1k();
|
|
2327
2288
|
return () => {
|
|
2328
2289
|
var _a, _b;
|
|
2329
2290
|
const { icon, ios, md, mode } = props;
|
|
@@ -2575,13 +2536,13 @@ const defineOverlayContainer = (name, defineCustomElement, componentProps = [],
|
|
|
2575
2536
|
* This is an autogenerated file created by 'scripts/copy-overlays.js'.
|
|
2576
2537
|
* Changes made to this file will be overwritten on build.
|
|
2577
2538
|
*/
|
|
2578
|
-
const IonActionSheet = /*@__PURE__*/ defineOverlayContainer('ion-action-sheet', defineCustomElement$
|
|
2579
|
-
const IonAlert = /*@__PURE__*/ defineOverlayContainer('ion-alert', defineCustomElement$
|
|
2580
|
-
const IonLoading = /*@__PURE__*/ defineOverlayContainer('ion-loading', defineCustomElement$
|
|
2581
|
-
const IonModal = /*@__PURE__*/ defineOverlayContainer('ion-modal', defineCustomElement$
|
|
2582
|
-
const IonPickerLegacy = /*@__PURE__*/ defineOverlayContainer('ion-picker-legacy', defineCustomElement$
|
|
2583
|
-
const IonPopover = /*@__PURE__*/ defineOverlayContainer('ion-popover', defineCustomElement$
|
|
2584
|
-
const IonToast = /*@__PURE__*/ defineOverlayContainer('ion-toast', defineCustomElement$
|
|
2539
|
+
const IonActionSheet = /*@__PURE__*/ defineOverlayContainer('ion-action-sheet', defineCustomElement$1l, ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'translucent', 'trigger']);
|
|
2540
|
+
const IonAlert = /*@__PURE__*/ defineOverlayContainer('ion-alert', defineCustomElement$1m, ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'translucent', 'trigger']);
|
|
2541
|
+
const IonLoading = /*@__PURE__*/ defineOverlayContainer('ion-loading', defineCustomElement$1n, ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger']);
|
|
2542
|
+
const IonModal = /*@__PURE__*/ defineOverlayContainer('ion-modal', defineCustomElement$1o, ['animated', 'backdropBreakpoint', 'backdropDismiss', 'breakpoints', 'canDismiss', 'enterAnimation', 'expandToScroll', 'focusTrap', 'handle', 'handleBehavior', 'htmlAttributes', 'initialBreakpoint', 'isOpen', 'keepContentsMounted', 'keyboardClose', 'leaveAnimation', 'mode', 'presentingElement', 'showBackdrop', 'trigger'], true);
|
|
2543
|
+
const IonPickerLegacy = /*@__PURE__*/ defineOverlayContainer('ion-picker-legacy', defineCustomElement$1p, ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', 'trigger']);
|
|
2544
|
+
const IonPopover = /*@__PURE__*/ defineOverlayContainer('ion-popover', defineCustomElement$1q, ['alignment', 'animated', 'arrow', 'backdropDismiss', 'component', 'componentProps', 'dismissOnSelect', 'enterAnimation', 'event', 'focusTrap', 'htmlAttributes', 'isOpen', 'keepContentsMounted', 'keyboardClose', 'leaveAnimation', 'mode', 'reference', 'showBackdrop', 'side', 'size', 'translucent', 'trigger', 'triggerAction']);
|
|
2545
|
+
const IonToast = /*@__PURE__*/ defineOverlayContainer('ion-toast', defineCustomElement$1r, ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger']);
|
|
2585
2546
|
|
|
2586
2547
|
// TODO(FW-2969): types
|
|
2587
2548
|
/**
|
|
@@ -2598,16 +2559,16 @@ const createController = (defineCustomElement, oldController, useDelegate = fals
|
|
|
2598
2559
|
};
|
|
2599
2560
|
return oldController;
|
|
2600
2561
|
};
|
|
2601
|
-
const modalController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2602
|
-
const popoverController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2603
|
-
const alertController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2604
|
-
const actionSheetController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2605
|
-
const loadingController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2562
|
+
const modalController = /*@__PURE__*/ createController(defineCustomElement$1o, modalController$1, true);
|
|
2563
|
+
const popoverController = /*@__PURE__*/ createController(defineCustomElement$1q, popoverController$1, true);
|
|
2564
|
+
const alertController = /*@__PURE__*/ createController(defineCustomElement$1m, alertController$1);
|
|
2565
|
+
const actionSheetController = /*@__PURE__*/ createController(defineCustomElement$1l, actionSheetController$1);
|
|
2566
|
+
const loadingController = /*@__PURE__*/ createController(defineCustomElement$1n, loadingController$1);
|
|
2606
2567
|
/**
|
|
2607
2568
|
* @deprecated Use the inline ion-picker component instead.
|
|
2608
2569
|
*/
|
|
2609
|
-
const pickerController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2610
|
-
const toastController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2570
|
+
const pickerController = /*@__PURE__*/ createController(defineCustomElement$1p, pickerController$1);
|
|
2571
|
+
const toastController = /*@__PURE__*/ createController(defineCustomElement$1r, toastController$1);
|
|
2611
2572
|
|
|
2612
|
-
export { IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackButton, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton,
|
|
2573
|
+
export { 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, IonPage, IonPicker, IonPickerColumn, IonPickerColumnOption, IonPickerLegacy, 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, IonicVue, actionSheetController, alertController, loadingController, modalController, onIonViewDidEnter, onIonViewDidLeave, onIonViewWillEnter, onIonViewWillLeave, pickerController, popoverController, toastController, useBackButton, useIonRouter, useKeyboard };
|
|
2613
2574
|
//# sourceMappingURL=index.js.map
|