@ionic/vue 8.8.5 → 8.8.6-dev.11777490150.1970e4f2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/core.css +1 -1
- package/css/core.css.map +1 -1
- package/css/display.css +1 -1
- package/css/display.css.map +1 -1
- package/css/flex-utils.css +1 -1
- package/css/flex-utils.css.map +1 -1
- package/css/float-elements.css.map +1 -1
- package/css/global.bundle.css.map +1 -1
- package/css/ionic/bundle.ionic.css +1 -0
- package/css/ionic/bundle.ionic.css.map +1 -0
- package/css/ionic/core.ionic.css +1 -0
- package/css/ionic/core.ionic.css.map +1 -0
- package/css/ionic/global.bundle.ionic.css +1 -0
- package/css/ionic/global.bundle.ionic.css.map +1 -0
- package/css/ionic/ionic-swiper.ionic.css +1 -0
- package/css/ionic/ionic-swiper.ionic.css.map +1 -0
- package/css/ionic/link.ionic.css +1 -0
- package/css/ionic/link.ionic.css.map +1 -0
- package/css/ionic/structure.ionic.css +1 -0
- package/css/ionic/structure.ionic.css.map +1 -0
- package/css/ionic/typography.ionic.css +1 -0
- package/css/ionic/typography.ionic.css.map +1 -0
- package/css/ionic/utils.bundle.ionic.css +1 -0
- package/css/ionic/utils.bundle.ionic.css.map +1 -0
- package/css/ionic-swiper.css +1 -1
- package/css/ionic-swiper.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/css/normalize.css.map +1 -1
- package/css/padding.css.map +1 -1
- package/css/palettes/dark.always.css.map +1 -1
- package/css/palettes/dark.class.css.map +1 -1
- package/css/palettes/dark.system.css.map +1 -1
- package/css/palettes/high-contrast-dark.always.css.map +1 -1
- package/css/palettes/high-contrast-dark.class.css.map +1 -1
- package/css/palettes/high-contrast-dark.system.css.map +1 -1
- package/css/palettes/high-contrast.always.css.map +1 -1
- package/css/palettes/high-contrast.class.css.map +1 -1
- package/css/palettes/high-contrast.system.css.map +1 -1
- package/css/structure.css.map +1 -1
- package/css/text-alignment.css.map +1 -1
- package/css/text-transformation.css.map +1 -1
- package/css/typography.css.map +1 -1
- package/css/utils.bundle.css +1 -1
- package/css/utils.bundle.css.map +1 -1
- package/dist/index.js +210 -162
- package/dist/index.js.map +1 -1
- package/dist/types/proxies.d.ts +2 -0
- package/dist/vetur/attributes.json +1612 -106
- package/dist/vetur/tags.json +240 -45
- package/dist/web-types.json +1700 -133
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -19,81 +19,83 @@ 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
|
|
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-
|
|
31
|
-
import { defineCustomElement as defineCustomElement$t } from '@ionic/core/components/ion-
|
|
32
|
-
import { defineCustomElement as defineCustomElement$u } from '@ionic/core/components/ion-
|
|
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-
|
|
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-
|
|
43
|
-
import { defineCustomElement as defineCustomElement$F } from '@ionic/core/components/ion-
|
|
44
|
-
import { defineCustomElement as defineCustomElement$G } from '@ionic/core/components/ion-
|
|
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$
|
|
49
|
-
import { defineCustomElement as defineCustomElement$K } from '@ionic/core/components/ion-
|
|
50
|
-
import { defineCustomElement as defineCustomElement$L } from '@ionic/core/components/ion-
|
|
51
|
-
import { defineCustomElement as defineCustomElement$M } from '@ionic/core/components/ion-picker
|
|
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-
|
|
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-
|
|
58
|
-
import { defineCustomElement as defineCustomElement$T } from '@ionic/core/components/ion-
|
|
59
|
-
import { defineCustomElement as defineCustomElement$U } from '@ionic/core/components/ion-
|
|
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-
|
|
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-
|
|
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-
|
|
22
|
+
import { defineCustomElement as defineCustomElement$k } from '@ionic/core/components/ion-divider.js';
|
|
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-button.js';
|
|
25
|
+
import { defineCustomElement as defineCustomElement$n } from '@ionic/core/components/ion-fab-list.js';
|
|
26
|
+
import { defineCustomElement as defineCustomElement$o } from '@ionic/core/components/ion-footer.js';
|
|
27
|
+
import { defineCustomElement as defineCustomElement$p } from '@ionic/core/components/ion-gallery.js';
|
|
28
|
+
import { defineCustomElement as defineCustomElement$q } from '@ionic/core/components/ion-grid.js';
|
|
29
|
+
import { defineCustomElement as defineCustomElement$r } from '@ionic/core/components/ion-header.js';
|
|
30
|
+
import { defineCustomElement as defineCustomElement$s } from '@ionic/core/components/ion-img.js';
|
|
31
|
+
import { defineCustomElement as defineCustomElement$t } from '@ionic/core/components/ion-infinite-scroll.js';
|
|
32
|
+
import { defineCustomElement as defineCustomElement$u } from '@ionic/core/components/ion-infinite-scroll-content.js';
|
|
33
|
+
import { defineCustomElement as defineCustomElement$v } from '@ionic/core/components/ion-input.js';
|
|
34
|
+
import { defineCustomElement as defineCustomElement$w } from '@ionic/core/components/ion-input-otp.js';
|
|
35
|
+
import { defineCustomElement as defineCustomElement$x } from '@ionic/core/components/ion-input-password-toggle.js';
|
|
36
|
+
import { defineCustomElement as defineCustomElement$y } from '@ionic/core/components/ion-item.js';
|
|
37
|
+
import { defineCustomElement as defineCustomElement$z } from '@ionic/core/components/ion-item-divider.js';
|
|
38
|
+
import { defineCustomElement as defineCustomElement$A } from '@ionic/core/components/ion-item-group.js';
|
|
39
|
+
import { defineCustomElement as defineCustomElement$B } from '@ionic/core/components/ion-item-option.js';
|
|
40
|
+
import { defineCustomElement as defineCustomElement$C } from '@ionic/core/components/ion-item-options.js';
|
|
41
|
+
import { defineCustomElement as defineCustomElement$D } from '@ionic/core/components/ion-item-sliding.js';
|
|
42
|
+
import { defineCustomElement as defineCustomElement$E } from '@ionic/core/components/ion-label.js';
|
|
43
|
+
import { defineCustomElement as defineCustomElement$F } from '@ionic/core/components/ion-list.js';
|
|
44
|
+
import { defineCustomElement as defineCustomElement$G } from '@ionic/core/components/ion-list-header.js';
|
|
45
|
+
import { defineCustomElement as defineCustomElement$H } from '@ionic/core/components/ion-menu.js';
|
|
46
|
+
import { defineCustomElement as defineCustomElement$I } from '@ionic/core/components/ion-menu-button.js';
|
|
47
|
+
import { defineCustomElement as defineCustomElement$J } from '@ionic/core/components/ion-menu-toggle.js';
|
|
48
|
+
import { defineCustomElement as defineCustomElement$1l } from '@ionic/core/components/ion-nav.js';
|
|
49
|
+
import { defineCustomElement as defineCustomElement$K } from '@ionic/core/components/ion-nav-link.js';
|
|
50
|
+
import { defineCustomElement as defineCustomElement$L } from '@ionic/core/components/ion-note.js';
|
|
51
|
+
import { defineCustomElement as defineCustomElement$M } from '@ionic/core/components/ion-picker.js';
|
|
52
|
+
import { defineCustomElement as defineCustomElement$N } from '@ionic/core/components/ion-picker-column.js';
|
|
53
|
+
import { defineCustomElement as defineCustomElement$O } from '@ionic/core/components/ion-picker-column-option.js';
|
|
54
|
+
import { defineCustomElement as defineCustomElement$P } from '@ionic/core/components/ion-progress-bar.js';
|
|
55
|
+
import { defineCustomElement as defineCustomElement$Q } from '@ionic/core/components/ion-radio.js';
|
|
56
|
+
import { defineCustomElement as defineCustomElement$R } from '@ionic/core/components/ion-radio-group.js';
|
|
57
|
+
import { defineCustomElement as defineCustomElement$S } from '@ionic/core/components/ion-range.js';
|
|
58
|
+
import { defineCustomElement as defineCustomElement$T } from '@ionic/core/components/ion-refresher.js';
|
|
59
|
+
import { defineCustomElement as defineCustomElement$U } from '@ionic/core/components/ion-refresher-content.js';
|
|
60
|
+
import { defineCustomElement as defineCustomElement$V } from '@ionic/core/components/ion-reorder.js';
|
|
61
|
+
import { defineCustomElement as defineCustomElement$W } from '@ionic/core/components/ion-reorder-group.js';
|
|
62
|
+
import { defineCustomElement as defineCustomElement$X } from '@ionic/core/components/ion-ripple-effect.js';
|
|
63
|
+
import { defineCustomElement as defineCustomElement$Y } from '@ionic/core/components/ion-row.js';
|
|
64
|
+
import { defineCustomElement as defineCustomElement$Z } from '@ionic/core/components/ion-searchbar.js';
|
|
65
|
+
import { defineCustomElement as defineCustomElement$_ } from '@ionic/core/components/ion-segment.js';
|
|
66
|
+
import { defineCustomElement as defineCustomElement$$ } from '@ionic/core/components/ion-segment-button.js';
|
|
67
|
+
import { defineCustomElement as defineCustomElement$10 } from '@ionic/core/components/ion-segment-content.js';
|
|
68
|
+
import { defineCustomElement as defineCustomElement$11 } from '@ionic/core/components/ion-segment-view.js';
|
|
69
|
+
import { defineCustomElement as defineCustomElement$12 } from '@ionic/core/components/ion-select.js';
|
|
70
|
+
import { defineCustomElement as defineCustomElement$13 } from '@ionic/core/components/ion-select-modal.js';
|
|
71
|
+
import { defineCustomElement as defineCustomElement$14 } from '@ionic/core/components/ion-select-option.js';
|
|
72
|
+
import { defineCustomElement as defineCustomElement$15 } from '@ionic/core/components/ion-skeleton-text.js';
|
|
73
|
+
import { defineCustomElement as defineCustomElement$16 } from '@ionic/core/components/ion-spinner.js';
|
|
74
|
+
import { defineCustomElement as defineCustomElement$17 } from '@ionic/core/components/ion-split-pane.js';
|
|
75
|
+
import { defineCustomElement as defineCustomElement$18 } from '@ionic/core/components/ion-tab.js';
|
|
76
|
+
import { defineCustomElement as defineCustomElement$19 } from '@ionic/core/components/ion-text.js';
|
|
77
|
+
import { defineCustomElement as defineCustomElement$1a } from '@ionic/core/components/ion-textarea.js';
|
|
78
|
+
import { defineCustomElement as defineCustomElement$1b } from '@ionic/core/components/ion-thumbnail.js';
|
|
79
|
+
import { defineCustomElement as defineCustomElement$1c } from '@ionic/core/components/ion-title.js';
|
|
80
|
+
import { defineCustomElement as defineCustomElement$1d } from '@ionic/core/components/ion-toggle.js';
|
|
81
|
+
import { defineCustomElement as defineCustomElement$1e } from '@ionic/core/components/ion-toolbar.js';
|
|
80
82
|
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';
|
|
81
83
|
export { IonicSafeString, IonicSlides, createAnimation, createGesture, getIonPageElement, getPlatforms, getTimeGivenProgression, iosTransitionAnimation, isPlatform, mdTransitionAnimation, menuController, openURL } from '@ionic/core/components';
|
|
82
|
-
import { defineCustomElement as defineCustomElement$
|
|
83
|
-
import { defineCustomElement as defineCustomElement$
|
|
84
|
+
import { defineCustomElement as defineCustomElement$1f } from '@ionic/core/components/ion-back-button.js';
|
|
85
|
+
import { defineCustomElement as defineCustomElement$1g } from '@ionic/core/components/ion-router-outlet.js';
|
|
84
86
|
import { routeLocationKey, useRoute, matchedRouteKey } from 'vue-router';
|
|
85
|
-
import { defineCustomElement as defineCustomElement$
|
|
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$
|
|
87
|
+
import { defineCustomElement as defineCustomElement$1h } from '@ionic/core/components/ion-tab-button.js';
|
|
88
|
+
import { defineCustomElement as defineCustomElement$1i } from '@ionic/core/components/ion-tabs.js';
|
|
89
|
+
import { defineCustomElement as defineCustomElement$1j } from '@ionic/core/components/ion-tab-bar.js';
|
|
90
|
+
import { defineCustomElement as defineCustomElement$1k } from '@ionic/core/components/ion-app.js';
|
|
91
|
+
import { defineCustomElement as defineCustomElement$1m } from 'ionicons/components/ion-icon.js';
|
|
92
|
+
import { defineCustomElement as defineCustomElement$1n } from '@ionic/core/components/ion-action-sheet.js';
|
|
93
|
+
import { defineCustomElement as defineCustomElement$1o } from '@ionic/core/components/ion-alert.js';
|
|
94
|
+
import { defineCustomElement as defineCustomElement$1p } from '@ionic/core/components/ion-loading.js';
|
|
95
|
+
import { defineCustomElement as defineCustomElement$1q } from '@ionic/core/components/ion-modal.js';
|
|
96
|
+
import { defineCustomElement as defineCustomElement$1r } from '@ionic/core/components/ion-picker-legacy.js';
|
|
97
|
+
import { defineCustomElement as defineCustomElement$1s } from '@ionic/core/components/ion-popover.js';
|
|
98
|
+
import { defineCustomElement as defineCustomElement$1t } from '@ionic/core/components/ion-toast.js';
|
|
97
99
|
|
|
98
100
|
const UPDATE_VALUE_EVENT = 'update:modelValue';
|
|
99
101
|
const MODEL_VALUE = 'modelValue';
|
|
@@ -318,13 +320,18 @@ const IonAccordionGroup = /*@__PURE__*/ defineContainer('ion-accordion-group', d
|
|
|
318
320
|
'disabled',
|
|
319
321
|
'readonly',
|
|
320
322
|
'expand',
|
|
323
|
+
'shape',
|
|
321
324
|
'ionChange',
|
|
322
325
|
'ionValueChange'
|
|
323
326
|
], [
|
|
324
327
|
'ionChange',
|
|
325
328
|
'ionValueChange'
|
|
326
329
|
], 'value', 'ion-change');
|
|
327
|
-
const IonAvatar = /*@__PURE__*/ defineContainer('ion-avatar', defineCustomElement$2
|
|
330
|
+
const IonAvatar = /*@__PURE__*/ defineContainer('ion-avatar', defineCustomElement$2, [
|
|
331
|
+
'size',
|
|
332
|
+
'shape',
|
|
333
|
+
'disabled'
|
|
334
|
+
]);
|
|
328
335
|
const IonBackdrop = /*@__PURE__*/ defineContainer('ion-backdrop', defineCustomElement$3, [
|
|
329
336
|
'visible',
|
|
330
337
|
'tappable',
|
|
@@ -334,7 +341,11 @@ const IonBackdrop = /*@__PURE__*/ defineContainer('ion-backdrop', defineCustomEl
|
|
|
334
341
|
'ionBackdropTap'
|
|
335
342
|
]);
|
|
336
343
|
const IonBadge = /*@__PURE__*/ defineContainer('ion-badge', defineCustomElement$4, [
|
|
337
|
-
'color'
|
|
344
|
+
'color',
|
|
345
|
+
'hue',
|
|
346
|
+
'shape',
|
|
347
|
+
'size',
|
|
348
|
+
'vertical'
|
|
338
349
|
]);
|
|
339
350
|
const IonBreadcrumb = /*@__PURE__*/ defineContainer('ion-breadcrumb', defineCustomElement$5, [
|
|
340
351
|
'collapsed',
|
|
@@ -403,6 +414,7 @@ const IonCard = /*@__PURE__*/ defineContainer('ion-card', defineCustomElement$9,
|
|
|
403
414
|
'rel',
|
|
404
415
|
'routerDirection',
|
|
405
416
|
'routerAnimation',
|
|
417
|
+
'shape',
|
|
406
418
|
'target'
|
|
407
419
|
]);
|
|
408
420
|
const IonCardContent = /*@__PURE__*/ defineContainer('ion-card-content', defineCustomElement$a);
|
|
@@ -429,6 +441,8 @@ const IonCheckbox = /*@__PURE__*/ defineContainer('ion-checkbox', defineCustomEl
|
|
|
429
441
|
'justify',
|
|
430
442
|
'alignment',
|
|
431
443
|
'required',
|
|
444
|
+
'shape',
|
|
445
|
+
'size',
|
|
432
446
|
'ionChange',
|
|
433
447
|
'ionFocus',
|
|
434
448
|
'ionBlur'
|
|
@@ -440,7 +454,10 @@ const IonCheckbox = /*@__PURE__*/ defineContainer('ion-checkbox', defineCustomEl
|
|
|
440
454
|
const IonChip = /*@__PURE__*/ defineContainer('ion-chip', defineCustomElement$f, [
|
|
441
455
|
'color',
|
|
442
456
|
'outline',
|
|
443
|
-
'disabled'
|
|
457
|
+
'disabled',
|
|
458
|
+
'hue',
|
|
459
|
+
'shape',
|
|
460
|
+
'size'
|
|
444
461
|
]);
|
|
445
462
|
const IonCol = /*@__PURE__*/ defineContainer('ion-col', defineCustomElement$g, [
|
|
446
463
|
'offset',
|
|
@@ -449,6 +466,12 @@ const IonCol = /*@__PURE__*/ defineContainer('ion-col', defineCustomElement$g, [
|
|
|
449
466
|
'offsetMd',
|
|
450
467
|
'offsetLg',
|
|
451
468
|
'offsetXl',
|
|
469
|
+
'order',
|
|
470
|
+
'orderXs',
|
|
471
|
+
'orderSm',
|
|
472
|
+
'orderMd',
|
|
473
|
+
'orderLg',
|
|
474
|
+
'orderXl',
|
|
452
475
|
'pull',
|
|
453
476
|
'pullXs',
|
|
454
477
|
'pullSm',
|
|
@@ -537,13 +560,17 @@ const IonDatetimeButton = /*@__PURE__*/ defineContainer('ion-datetime-button', d
|
|
|
537
560
|
'disabled',
|
|
538
561
|
'datetime'
|
|
539
562
|
]);
|
|
540
|
-
const
|
|
563
|
+
const IonDivider = /*@__PURE__*/ defineContainer('ion-divider', defineCustomElement$k, [
|
|
564
|
+
'spacing',
|
|
565
|
+
'inset'
|
|
566
|
+
]);
|
|
567
|
+
const IonFab = /*@__PURE__*/ defineContainer('ion-fab', defineCustomElement$l, [
|
|
541
568
|
'horizontal',
|
|
542
569
|
'vertical',
|
|
543
570
|
'edge',
|
|
544
571
|
'activated'
|
|
545
572
|
]);
|
|
546
|
-
const IonFabButton = /*@__PURE__*/ defineContainer('ion-fab-button', defineCustomElement$
|
|
573
|
+
const IonFabButton = /*@__PURE__*/ defineContainer('ion-fab-button', defineCustomElement$m, [
|
|
547
574
|
'color',
|
|
548
575
|
'activated',
|
|
549
576
|
'disabled',
|
|
@@ -564,22 +591,28 @@ const IonFabButton = /*@__PURE__*/ defineContainer('ion-fab-button', defineCusto
|
|
|
564
591
|
'ionFocus',
|
|
565
592
|
'ionBlur'
|
|
566
593
|
]);
|
|
567
|
-
const IonFabList = /*@__PURE__*/ defineContainer('ion-fab-list', defineCustomElement$
|
|
594
|
+
const IonFabList = /*@__PURE__*/ defineContainer('ion-fab-list', defineCustomElement$n, [
|
|
568
595
|
'activated',
|
|
569
596
|
'side'
|
|
570
597
|
]);
|
|
571
|
-
const IonFooter = /*@__PURE__*/ defineContainer('ion-footer', defineCustomElement$
|
|
598
|
+
const IonFooter = /*@__PURE__*/ defineContainer('ion-footer', defineCustomElement$o, [
|
|
572
599
|
'collapse',
|
|
573
600
|
'translucent'
|
|
574
601
|
]);
|
|
575
|
-
const
|
|
602
|
+
const IonGallery = /*@__PURE__*/ defineContainer('ion-gallery', defineCustomElement$p, [
|
|
603
|
+
'layout',
|
|
604
|
+
'order',
|
|
605
|
+
'columns'
|
|
606
|
+
]);
|
|
607
|
+
const IonGrid = /*@__PURE__*/ defineContainer('ion-grid', defineCustomElement$q, [
|
|
576
608
|
'fixed'
|
|
577
609
|
]);
|
|
578
|
-
const IonHeader = /*@__PURE__*/ defineContainer('ion-header', defineCustomElement$
|
|
610
|
+
const IonHeader = /*@__PURE__*/ defineContainer('ion-header', defineCustomElement$r, [
|
|
579
611
|
'collapse',
|
|
612
|
+
'divider',
|
|
580
613
|
'translucent'
|
|
581
614
|
]);
|
|
582
|
-
const IonImg = /*@__PURE__*/ defineContainer('ion-img', defineCustomElement$
|
|
615
|
+
const IonImg = /*@__PURE__*/ defineContainer('ion-img', defineCustomElement$s, [
|
|
583
616
|
'alt',
|
|
584
617
|
'src',
|
|
585
618
|
'ionImgWillLoad',
|
|
@@ -590,19 +623,20 @@ const IonImg = /*@__PURE__*/ defineContainer('ion-img', defineCustomElement$q, [
|
|
|
590
623
|
'ionImgDidLoad',
|
|
591
624
|
'ionError'
|
|
592
625
|
]);
|
|
593
|
-
const IonInfiniteScroll = /*@__PURE__*/ defineContainer('ion-infinite-scroll', defineCustomElement$
|
|
626
|
+
const IonInfiniteScroll = /*@__PURE__*/ defineContainer('ion-infinite-scroll', defineCustomElement$t, [
|
|
594
627
|
'threshold',
|
|
595
628
|
'disabled',
|
|
596
629
|
'position',
|
|
630
|
+
'preserveRerenderScrollPosition',
|
|
597
631
|
'ionInfinite'
|
|
598
632
|
], [
|
|
599
633
|
'ionInfinite'
|
|
600
634
|
]);
|
|
601
|
-
const IonInfiniteScrollContent = /*@__PURE__*/ defineContainer('ion-infinite-scroll-content', defineCustomElement$
|
|
635
|
+
const IonInfiniteScrollContent = /*@__PURE__*/ defineContainer('ion-infinite-scroll-content', defineCustomElement$u, [
|
|
602
636
|
'loadingSpinner',
|
|
603
637
|
'loadingText'
|
|
604
638
|
]);
|
|
605
|
-
const IonInput = /*@__PURE__*/ defineContainer('ion-input', defineCustomElement$
|
|
639
|
+
const IonInput = /*@__PURE__*/ defineContainer('ion-input', defineCustomElement$v, [
|
|
606
640
|
'color',
|
|
607
641
|
'autocapitalize',
|
|
608
642
|
'autocomplete',
|
|
@@ -635,6 +669,7 @@ const IonInput = /*@__PURE__*/ defineContainer('ion-input', defineCustomElement$
|
|
|
635
669
|
'shape',
|
|
636
670
|
'spellcheck',
|
|
637
671
|
'step',
|
|
672
|
+
'size',
|
|
638
673
|
'type',
|
|
639
674
|
'value',
|
|
640
675
|
'ionInput',
|
|
@@ -647,7 +682,7 @@ const IonInput = /*@__PURE__*/ defineContainer('ion-input', defineCustomElement$
|
|
|
647
682
|
'ionBlur',
|
|
648
683
|
'ionFocus'
|
|
649
684
|
], 'value', 'ion-input');
|
|
650
|
-
const IonInputOtp = /*@__PURE__*/ defineContainer('ion-input-otp', defineCustomElement$
|
|
685
|
+
const IonInputOtp = /*@__PURE__*/ defineContainer('ion-input-otp', defineCustomElement$w, [
|
|
651
686
|
'autocapitalize',
|
|
652
687
|
'color',
|
|
653
688
|
'disabled',
|
|
@@ -673,13 +708,13 @@ const IonInputOtp = /*@__PURE__*/ defineContainer('ion-input-otp', defineCustomE
|
|
|
673
708
|
'ionBlur',
|
|
674
709
|
'ionFocus'
|
|
675
710
|
], 'value', 'ion-input');
|
|
676
|
-
const IonInputPasswordToggle = /*@__PURE__*/ defineContainer('ion-input-password-toggle', defineCustomElement$
|
|
711
|
+
const IonInputPasswordToggle = /*@__PURE__*/ defineContainer('ion-input-password-toggle', defineCustomElement$x, [
|
|
677
712
|
'color',
|
|
678
713
|
'showIcon',
|
|
679
714
|
'hideIcon',
|
|
680
715
|
'type'
|
|
681
716
|
]);
|
|
682
|
-
const IonItem = /*@__PURE__*/ defineContainer('ion-item', defineCustomElement$
|
|
717
|
+
const IonItem = /*@__PURE__*/ defineContainer('ion-item', defineCustomElement$y, [
|
|
683
718
|
'color',
|
|
684
719
|
'button',
|
|
685
720
|
'detail',
|
|
@@ -694,34 +729,36 @@ const IonItem = /*@__PURE__*/ defineContainer('ion-item', defineCustomElement$w,
|
|
|
694
729
|
'target',
|
|
695
730
|
'type'
|
|
696
731
|
]);
|
|
697
|
-
const IonItemDivider = /*@__PURE__*/ defineContainer('ion-item-divider', defineCustomElement$
|
|
732
|
+
const IonItemDivider = /*@__PURE__*/ defineContainer('ion-item-divider', defineCustomElement$z, [
|
|
698
733
|
'color',
|
|
699
734
|
'sticky'
|
|
700
735
|
]);
|
|
701
|
-
const IonItemGroup = /*@__PURE__*/ defineContainer('ion-item-group', defineCustomElement$
|
|
702
|
-
const IonItemOption = /*@__PURE__*/ defineContainer('ion-item-option', defineCustomElement$
|
|
736
|
+
const IonItemGroup = /*@__PURE__*/ defineContainer('ion-item-group', defineCustomElement$A);
|
|
737
|
+
const IonItemOption = /*@__PURE__*/ defineContainer('ion-item-option', defineCustomElement$B, [
|
|
703
738
|
'color',
|
|
704
739
|
'disabled',
|
|
705
740
|
'download',
|
|
706
741
|
'expandable',
|
|
707
742
|
'href',
|
|
743
|
+
'hue',
|
|
708
744
|
'rel',
|
|
709
745
|
'target',
|
|
710
|
-
'type'
|
|
746
|
+
'type',
|
|
747
|
+
'shape'
|
|
711
748
|
]);
|
|
712
|
-
const IonItemOptions = /*@__PURE__*/ defineContainer('ion-item-options', defineCustomElement$
|
|
749
|
+
const IonItemOptions = /*@__PURE__*/ defineContainer('ion-item-options', defineCustomElement$C, [
|
|
713
750
|
'side',
|
|
714
751
|
'ionSwipe'
|
|
715
752
|
], [
|
|
716
753
|
'ionSwipe'
|
|
717
754
|
]);
|
|
718
|
-
const IonItemSliding = /*@__PURE__*/ defineContainer('ion-item-sliding', defineCustomElement$
|
|
755
|
+
const IonItemSliding = /*@__PURE__*/ defineContainer('ion-item-sliding', defineCustomElement$D, [
|
|
719
756
|
'disabled',
|
|
720
757
|
'ionDrag'
|
|
721
758
|
], [
|
|
722
759
|
'ionDrag'
|
|
723
760
|
]);
|
|
724
|
-
const IonLabel = /*@__PURE__*/ defineContainer('ion-label', defineCustomElement$
|
|
761
|
+
const IonLabel = /*@__PURE__*/ defineContainer('ion-label', defineCustomElement$E, [
|
|
725
762
|
'color',
|
|
726
763
|
'position',
|
|
727
764
|
'ionColor',
|
|
@@ -730,15 +767,16 @@ const IonLabel = /*@__PURE__*/ defineContainer('ion-label', defineCustomElement$
|
|
|
730
767
|
'ionColor',
|
|
731
768
|
'ionStyle'
|
|
732
769
|
]);
|
|
733
|
-
const IonList = /*@__PURE__*/ defineContainer('ion-list', defineCustomElement$
|
|
770
|
+
const IonList = /*@__PURE__*/ defineContainer('ion-list', defineCustomElement$F, [
|
|
734
771
|
'lines',
|
|
735
|
-
'inset'
|
|
772
|
+
'inset',
|
|
773
|
+
'shape'
|
|
736
774
|
]);
|
|
737
|
-
const IonListHeader = /*@__PURE__*/ defineContainer('ion-list-header', defineCustomElement$
|
|
775
|
+
const IonListHeader = /*@__PURE__*/ defineContainer('ion-list-header', defineCustomElement$G, [
|
|
738
776
|
'color',
|
|
739
777
|
'lines'
|
|
740
778
|
]);
|
|
741
|
-
const IonMenu = /*@__PURE__*/ defineContainer('ion-menu', defineCustomElement$
|
|
779
|
+
const IonMenu = /*@__PURE__*/ defineContainer('ion-menu', defineCustomElement$H, [
|
|
742
780
|
'contentId',
|
|
743
781
|
'menuId',
|
|
744
782
|
'type',
|
|
@@ -758,32 +796,32 @@ const IonMenu = /*@__PURE__*/ defineContainer('ion-menu', defineCustomElement$F,
|
|
|
758
796
|
'ionDidClose',
|
|
759
797
|
'ionMenuChange'
|
|
760
798
|
]);
|
|
761
|
-
const IonMenuButton = /*@__PURE__*/ defineContainer('ion-menu-button', defineCustomElement$
|
|
799
|
+
const IonMenuButton = /*@__PURE__*/ defineContainer('ion-menu-button', defineCustomElement$I, [
|
|
762
800
|
'color',
|
|
763
801
|
'disabled',
|
|
764
802
|
'menu',
|
|
765
803
|
'autoHide',
|
|
766
804
|
'type'
|
|
767
805
|
]);
|
|
768
|
-
const IonMenuToggle = /*@__PURE__*/ defineContainer('ion-menu-toggle', defineCustomElement$
|
|
806
|
+
const IonMenuToggle = /*@__PURE__*/ defineContainer('ion-menu-toggle', defineCustomElement$J, [
|
|
769
807
|
'menu',
|
|
770
808
|
'autoHide'
|
|
771
809
|
]);
|
|
772
|
-
const IonNavLink = /*@__PURE__*/ defineContainer('ion-nav-link', defineCustomElement$
|
|
810
|
+
const IonNavLink = /*@__PURE__*/ defineContainer('ion-nav-link', defineCustomElement$K, [
|
|
773
811
|
'component',
|
|
774
812
|
'componentProps',
|
|
775
813
|
'routerDirection',
|
|
776
814
|
'routerAnimation'
|
|
777
815
|
]);
|
|
778
|
-
const IonNote = /*@__PURE__*/ defineContainer('ion-note', defineCustomElement$
|
|
816
|
+
const IonNote = /*@__PURE__*/ defineContainer('ion-note', defineCustomElement$L, [
|
|
779
817
|
'color'
|
|
780
818
|
]);
|
|
781
|
-
const IonPicker = /*@__PURE__*/ defineContainer('ion-picker', defineCustomElement$
|
|
819
|
+
const IonPicker = /*@__PURE__*/ defineContainer('ion-picker', defineCustomElement$M, [
|
|
782
820
|
'ionInputModeChange'
|
|
783
821
|
], [
|
|
784
822
|
'ionInputModeChange'
|
|
785
823
|
]);
|
|
786
|
-
const IonPickerColumn = /*@__PURE__*/ defineContainer('ion-picker-column', defineCustomElement$
|
|
824
|
+
const IonPickerColumn = /*@__PURE__*/ defineContainer('ion-picker-column', defineCustomElement$N, [
|
|
787
825
|
'disabled',
|
|
788
826
|
'value',
|
|
789
827
|
'color',
|
|
@@ -792,19 +830,20 @@ const IonPickerColumn = /*@__PURE__*/ defineContainer('ion-picker-column', defin
|
|
|
792
830
|
], [
|
|
793
831
|
'ionChange'
|
|
794
832
|
]);
|
|
795
|
-
const IonPickerColumnOption = /*@__PURE__*/ defineContainer('ion-picker-column-option', defineCustomElement$
|
|
833
|
+
const IonPickerColumnOption = /*@__PURE__*/ defineContainer('ion-picker-column-option', defineCustomElement$O, [
|
|
796
834
|
'disabled',
|
|
797
835
|
'value',
|
|
798
836
|
'color'
|
|
799
837
|
]);
|
|
800
|
-
const IonProgressBar = /*@__PURE__*/ defineContainer('ion-progress-bar', defineCustomElement$
|
|
838
|
+
const IonProgressBar = /*@__PURE__*/ defineContainer('ion-progress-bar', defineCustomElement$P, [
|
|
801
839
|
'type',
|
|
802
840
|
'reversed',
|
|
803
841
|
'value',
|
|
804
842
|
'buffer',
|
|
805
|
-
'color'
|
|
843
|
+
'color',
|
|
844
|
+
'shape'
|
|
806
845
|
]);
|
|
807
|
-
const IonRadio = /*@__PURE__*/ defineContainer('ion-radio', defineCustomElement$
|
|
846
|
+
const IonRadio = /*@__PURE__*/ defineContainer('ion-radio', defineCustomElement$Q, [
|
|
808
847
|
'color',
|
|
809
848
|
'name',
|
|
810
849
|
'disabled',
|
|
@@ -818,7 +857,7 @@ const IonRadio = /*@__PURE__*/ defineContainer('ion-radio', defineCustomElement$
|
|
|
818
857
|
'ionFocus',
|
|
819
858
|
'ionBlur'
|
|
820
859
|
], 'value', 'ion-change');
|
|
821
|
-
const IonRadioGroup = /*@__PURE__*/ defineContainer('ion-radio-group', defineCustomElement$
|
|
860
|
+
const IonRadioGroup = /*@__PURE__*/ defineContainer('ion-radio-group', defineCustomElement$R, [
|
|
822
861
|
'allowEmptySelection',
|
|
823
862
|
'compareWith',
|
|
824
863
|
'name',
|
|
@@ -831,7 +870,7 @@ const IonRadioGroup = /*@__PURE__*/ defineContainer('ion-radio-group', defineCus
|
|
|
831
870
|
'ionChange',
|
|
832
871
|
'ionValueChange'
|
|
833
872
|
], 'value', 'ion-change');
|
|
834
|
-
const IonRange = /*@__PURE__*/ defineContainer('ion-range', defineCustomElement$
|
|
873
|
+
const IonRange = /*@__PURE__*/ defineContainer('ion-range', defineCustomElement$S, [
|
|
835
874
|
'color',
|
|
836
875
|
'debounce',
|
|
837
876
|
'name',
|
|
@@ -862,7 +901,7 @@ const IonRange = /*@__PURE__*/ defineContainer('ion-range', defineCustomElement$
|
|
|
862
901
|
'ionKnobMoveStart',
|
|
863
902
|
'ionKnobMoveEnd'
|
|
864
903
|
], 'value', 'ion-input');
|
|
865
|
-
const IonRefresher = /*@__PURE__*/ defineContainer('ion-refresher', defineCustomElement$
|
|
904
|
+
const IonRefresher = /*@__PURE__*/ defineContainer('ion-refresher', defineCustomElement$T, [
|
|
866
905
|
'pullMin',
|
|
867
906
|
'pullMax',
|
|
868
907
|
'closeDuration',
|
|
@@ -881,14 +920,14 @@ const IonRefresher = /*@__PURE__*/ defineContainer('ion-refresher', defineCustom
|
|
|
881
920
|
'ionPullStart',
|
|
882
921
|
'ionPullEnd'
|
|
883
922
|
]);
|
|
884
|
-
const IonRefresherContent = /*@__PURE__*/ defineContainer('ion-refresher-content', defineCustomElement$
|
|
923
|
+
const IonRefresherContent = /*@__PURE__*/ defineContainer('ion-refresher-content', defineCustomElement$U, [
|
|
885
924
|
'pullingIcon',
|
|
886
925
|
'pullingText',
|
|
887
926
|
'refreshingSpinner',
|
|
888
927
|
'refreshingText'
|
|
889
928
|
]);
|
|
890
|
-
const IonReorder = /*@__PURE__*/ defineContainer('ion-reorder', defineCustomElement$
|
|
891
|
-
const IonReorderGroup = /*@__PURE__*/ defineContainer('ion-reorder-group', defineCustomElement$
|
|
929
|
+
const IonReorder = /*@__PURE__*/ defineContainer('ion-reorder', defineCustomElement$V);
|
|
930
|
+
const IonReorderGroup = /*@__PURE__*/ defineContainer('ion-reorder-group', defineCustomElement$W, [
|
|
892
931
|
'disabled',
|
|
893
932
|
'ionItemReorder',
|
|
894
933
|
'ionReorderStart',
|
|
@@ -900,11 +939,11 @@ const IonReorderGroup = /*@__PURE__*/ defineContainer('ion-reorder-group', defin
|
|
|
900
939
|
'ionReorderMove',
|
|
901
940
|
'ionReorderEnd'
|
|
902
941
|
]);
|
|
903
|
-
const IonRippleEffect = /*@__PURE__*/ defineContainer('ion-ripple-effect', defineCustomElement$
|
|
942
|
+
const IonRippleEffect = /*@__PURE__*/ defineContainer('ion-ripple-effect', defineCustomElement$X, [
|
|
904
943
|
'type'
|
|
905
944
|
]);
|
|
906
|
-
const IonRow = /*@__PURE__*/ defineContainer('ion-row', defineCustomElement$
|
|
907
|
-
const IonSearchbar = /*@__PURE__*/ defineContainer('ion-searchbar', defineCustomElement$
|
|
945
|
+
const IonRow = /*@__PURE__*/ defineContainer('ion-row', defineCustomElement$Y);
|
|
946
|
+
const IonSearchbar = /*@__PURE__*/ defineContainer('ion-searchbar', defineCustomElement$Z, [
|
|
908
947
|
'color',
|
|
909
948
|
'animated',
|
|
910
949
|
'autocapitalize',
|
|
@@ -927,6 +966,8 @@ const IonSearchbar = /*@__PURE__*/ defineContainer('ion-searchbar', defineCustom
|
|
|
927
966
|
'spellcheck',
|
|
928
967
|
'type',
|
|
929
968
|
'value',
|
|
969
|
+
'shape',
|
|
970
|
+
'size',
|
|
930
971
|
'ionInput',
|
|
931
972
|
'ionChange',
|
|
932
973
|
'ionCancel',
|
|
@@ -943,7 +984,7 @@ const IonSearchbar = /*@__PURE__*/ defineContainer('ion-searchbar', defineCustom
|
|
|
943
984
|
'ionFocus',
|
|
944
985
|
'ionStyle'
|
|
945
986
|
], 'value', 'ion-input');
|
|
946
|
-
const IonSegment = /*@__PURE__*/ defineContainer('ion-segment', defineCustomElement$
|
|
987
|
+
const IonSegment = /*@__PURE__*/ defineContainer('ion-segment', defineCustomElement$_, [
|
|
947
988
|
'color',
|
|
948
989
|
'disabled',
|
|
949
990
|
'scrollable',
|
|
@@ -958,23 +999,24 @@ const IonSegment = /*@__PURE__*/ defineContainer('ion-segment', defineCustomElem
|
|
|
958
999
|
'ionSelect',
|
|
959
1000
|
'ionStyle'
|
|
960
1001
|
], 'value', 'ion-change');
|
|
961
|
-
const IonSegmentButton = /*@__PURE__*/ defineContainer('ion-segment-button', defineCustomElement
|
|
1002
|
+
const IonSegmentButton = /*@__PURE__*/ defineContainer('ion-segment-button', defineCustomElement$$, [
|
|
962
1003
|
'contentId',
|
|
963
1004
|
'disabled',
|
|
964
1005
|
'layout',
|
|
965
1006
|
'type',
|
|
966
1007
|
'value'
|
|
967
1008
|
], [], 'value', 'ion-change');
|
|
968
|
-
const IonSegmentContent = /*@__PURE__*/ defineContainer('ion-segment-content', defineCustomElement$
|
|
969
|
-
const IonSegmentView = /*@__PURE__*/ defineContainer('ion-segment-view', defineCustomElement
|
|
1009
|
+
const IonSegmentContent = /*@__PURE__*/ defineContainer('ion-segment-content', defineCustomElement$10);
|
|
1010
|
+
const IonSegmentView = /*@__PURE__*/ defineContainer('ion-segment-view', defineCustomElement$11, [
|
|
970
1011
|
'disabled',
|
|
971
1012
|
'swipeGesture',
|
|
972
1013
|
'ionSegmentViewScroll'
|
|
973
1014
|
], [
|
|
974
1015
|
'ionSegmentViewScroll'
|
|
975
1016
|
]);
|
|
976
|
-
const IonSelect = /*@__PURE__*/ defineContainer('ion-select', defineCustomElement$
|
|
1017
|
+
const IonSelect = /*@__PURE__*/ defineContainer('ion-select', defineCustomElement$12, [
|
|
977
1018
|
'cancelText',
|
|
1019
|
+
'cancelIcon',
|
|
978
1020
|
'color',
|
|
979
1021
|
'compareWith',
|
|
980
1022
|
'disabled',
|
|
@@ -993,9 +1035,10 @@ const IonSelect = /*@__PURE__*/ defineContainer('ion-select', defineCustomElemen
|
|
|
993
1035
|
'selectedText',
|
|
994
1036
|
'toggleIcon',
|
|
995
1037
|
'expandedIcon',
|
|
1038
|
+
'required',
|
|
996
1039
|
'shape',
|
|
1040
|
+
'size',
|
|
997
1041
|
'value',
|
|
998
|
-
'required',
|
|
999
1042
|
'ionChange',
|
|
1000
1043
|
'ionCancel',
|
|
1001
1044
|
'ionDismiss',
|
|
@@ -1010,29 +1053,32 @@ const IonSelect = /*@__PURE__*/ defineContainer('ion-select', defineCustomElemen
|
|
|
1010
1053
|
'ionBlur',
|
|
1011
1054
|
'ionStyle'
|
|
1012
1055
|
], 'value', 'ion-change');
|
|
1013
|
-
const IonSelectModal = /*@__PURE__*/ defineContainer('ion-select-modal', defineCustomElement$
|
|
1056
|
+
const IonSelectModal = /*@__PURE__*/ defineContainer('ion-select-modal', defineCustomElement$13, [
|
|
1014
1057
|
'header',
|
|
1015
1058
|
'cancelText',
|
|
1059
|
+
'cancelIcon',
|
|
1016
1060
|
'multiple',
|
|
1017
1061
|
'options'
|
|
1018
1062
|
]);
|
|
1019
|
-
const IonSelectOption = /*@__PURE__*/ defineContainer('ion-select-option', defineCustomElement$
|
|
1063
|
+
const IonSelectOption = /*@__PURE__*/ defineContainer('ion-select-option', defineCustomElement$14, [
|
|
1020
1064
|
'disabled',
|
|
1021
|
-
'value'
|
|
1065
|
+
'value',
|
|
1066
|
+
'description'
|
|
1022
1067
|
]);
|
|
1023
|
-
const IonSkeletonText = /*@__PURE__*/ defineContainer('ion-skeleton-text', defineCustomElement$
|
|
1068
|
+
const IonSkeletonText = /*@__PURE__*/ defineContainer('ion-skeleton-text', defineCustomElement$15, [
|
|
1024
1069
|
'animated',
|
|
1025
1070
|
'ionStyle'
|
|
1026
1071
|
], [
|
|
1027
1072
|
'ionStyle'
|
|
1028
1073
|
]);
|
|
1029
|
-
const IonSpinner = /*@__PURE__*/ defineContainer('ion-spinner', defineCustomElement$
|
|
1074
|
+
const IonSpinner = /*@__PURE__*/ defineContainer('ion-spinner', defineCustomElement$16, [
|
|
1030
1075
|
'color',
|
|
1031
1076
|
'duration',
|
|
1032
1077
|
'name',
|
|
1033
|
-
'paused'
|
|
1078
|
+
'paused',
|
|
1079
|
+
'size'
|
|
1034
1080
|
]);
|
|
1035
|
-
const IonSplitPane = /*@__PURE__*/ defineContainer('ion-split-pane', defineCustomElement$
|
|
1081
|
+
const IonSplitPane = /*@__PURE__*/ defineContainer('ion-split-pane', defineCustomElement$17, [
|
|
1036
1082
|
'contentId',
|
|
1037
1083
|
'disabled',
|
|
1038
1084
|
'when',
|
|
@@ -1040,16 +1086,16 @@ const IonSplitPane = /*@__PURE__*/ defineContainer('ion-split-pane', defineCusto
|
|
|
1040
1086
|
], [
|
|
1041
1087
|
'ionSplitPaneVisible'
|
|
1042
1088
|
]);
|
|
1043
|
-
const IonTab = /*@__PURE__*/ defineContainer('ion-tab', defineCustomElement$
|
|
1089
|
+
const IonTab = /*@__PURE__*/ defineContainer('ion-tab', defineCustomElement$18, [
|
|
1044
1090
|
'active',
|
|
1045
1091
|
'delegate',
|
|
1046
1092
|
'tab',
|
|
1047
1093
|
'component'
|
|
1048
1094
|
]);
|
|
1049
|
-
const IonText = /*@__PURE__*/ defineContainer('ion-text', defineCustomElement$
|
|
1095
|
+
const IonText = /*@__PURE__*/ defineContainer('ion-text', defineCustomElement$19, [
|
|
1050
1096
|
'color'
|
|
1051
1097
|
]);
|
|
1052
|
-
const IonTextarea = /*@__PURE__*/ defineContainer('ion-textarea', defineCustomElement$
|
|
1098
|
+
const IonTextarea = /*@__PURE__*/ defineContainer('ion-textarea', defineCustomElement$1a, [
|
|
1053
1099
|
'color',
|
|
1054
1100
|
'autocapitalize',
|
|
1055
1101
|
'autofocus',
|
|
@@ -1078,6 +1124,7 @@ const IonTextarea = /*@__PURE__*/ defineContainer('ion-textarea', defineCustomEl
|
|
|
1078
1124
|
'label',
|
|
1079
1125
|
'labelPlacement',
|
|
1080
1126
|
'shape',
|
|
1127
|
+
'size',
|
|
1081
1128
|
'ionChange',
|
|
1082
1129
|
'ionInput',
|
|
1083
1130
|
'ionBlur',
|
|
@@ -1088,15 +1135,15 @@ const IonTextarea = /*@__PURE__*/ defineContainer('ion-textarea', defineCustomEl
|
|
|
1088
1135
|
'ionBlur',
|
|
1089
1136
|
'ionFocus'
|
|
1090
1137
|
], 'value', 'ion-input');
|
|
1091
|
-
const IonThumbnail = /*@__PURE__*/ defineContainer('ion-thumbnail', defineCustomElement$
|
|
1092
|
-
const IonTitle = /*@__PURE__*/ defineContainer('ion-title', defineCustomElement$
|
|
1138
|
+
const IonThumbnail = /*@__PURE__*/ defineContainer('ion-thumbnail', defineCustomElement$1b);
|
|
1139
|
+
const IonTitle = /*@__PURE__*/ defineContainer('ion-title', defineCustomElement$1c, [
|
|
1093
1140
|
'color',
|
|
1094
1141
|
'size',
|
|
1095
1142
|
'ionStyle'
|
|
1096
1143
|
], [
|
|
1097
1144
|
'ionStyle'
|
|
1098
1145
|
]);
|
|
1099
|
-
const IonToggle = /*@__PURE__*/ defineContainer('ion-toggle', defineCustomElement$
|
|
1146
|
+
const IonToggle = /*@__PURE__*/ defineContainer('ion-toggle', defineCustomElement$1d, [
|
|
1100
1147
|
'color',
|
|
1101
1148
|
'name',
|
|
1102
1149
|
'checked',
|
|
@@ -1117,8 +1164,9 @@ const IonToggle = /*@__PURE__*/ defineContainer('ion-toggle', defineCustomElemen
|
|
|
1117
1164
|
'ionFocus',
|
|
1118
1165
|
'ionBlur'
|
|
1119
1166
|
], 'checked', 'ion-change');
|
|
1120
|
-
const IonToolbar = /*@__PURE__*/ defineContainer('ion-toolbar', defineCustomElement$
|
|
1121
|
-
'color'
|
|
1167
|
+
const IonToolbar = /*@__PURE__*/ defineContainer('ion-toolbar', defineCustomElement$1e, [
|
|
1168
|
+
'color',
|
|
1169
|
+
'titlePlacement'
|
|
1122
1170
|
]);
|
|
1123
1171
|
|
|
1124
1172
|
const useBackButton = (priority, handler) => {
|
|
@@ -1281,7 +1329,7 @@ const IonicVue = {
|
|
|
1281
1329
|
};
|
|
1282
1330
|
|
|
1283
1331
|
const IonBackButton = /*@__PURE__*/ defineComponent((_, { attrs, slots }) => {
|
|
1284
|
-
defineCustomElement$
|
|
1332
|
+
defineCustomElement$1f();
|
|
1285
1333
|
// TODO(FW-2969): type
|
|
1286
1334
|
const ionRouter = inject("navManager");
|
|
1287
1335
|
const onClick = () => {
|
|
@@ -1328,7 +1376,7 @@ const viewDepthKey = Symbol(0);
|
|
|
1328
1376
|
const IonRouterOutlet = /*@__PURE__*/ defineComponent({
|
|
1329
1377
|
name: "IonRouterOutlet",
|
|
1330
1378
|
setup() {
|
|
1331
|
-
defineCustomElement$
|
|
1379
|
+
defineCustomElement$1g();
|
|
1332
1380
|
const injectedRoute = inject(routeLocationKey);
|
|
1333
1381
|
const route = useRoute();
|
|
1334
1382
|
const depth = inject(viewDepthKey, 0);
|
|
@@ -1768,7 +1816,7 @@ const IonTabButton = /*@__PURE__*/ defineComponent({
|
|
|
1768
1816
|
},
|
|
1769
1817
|
},
|
|
1770
1818
|
setup(props, { slots }) {
|
|
1771
|
-
defineCustomElement$
|
|
1819
|
+
defineCustomElement$1h();
|
|
1772
1820
|
// TODO(FW-2969): type
|
|
1773
1821
|
const ionRouter = inject("navManager", null);
|
|
1774
1822
|
const onClick = (ev) => {
|
|
@@ -1897,7 +1945,7 @@ const IonTabs = /*@__PURE__*/ defineComponent({
|
|
|
1897
1945
|
* `selectedTab` from core, which may occur if the custom
|
|
1898
1946
|
* element is defined too early in the component's lifecycle.
|
|
1899
1947
|
*/
|
|
1900
|
-
defineCustomElement$
|
|
1948
|
+
defineCustomElement$1i();
|
|
1901
1949
|
},
|
|
1902
1950
|
render() {
|
|
1903
1951
|
const { slots, props } = this;
|
|
@@ -2175,7 +2223,7 @@ const IonTabBar = defineComponent({
|
|
|
2175
2223
|
ionRouter === null || ionRouter === void 0 ? void 0 : ionRouter.registerHistoryChangeListener(() => this.checkActiveTab(ionRouter));
|
|
2176
2224
|
},
|
|
2177
2225
|
setup(_, { slots }) {
|
|
2178
|
-
defineCustomElement$
|
|
2226
|
+
defineCustomElement$1j();
|
|
2179
2227
|
return () => {
|
|
2180
2228
|
return h("ion-tab-bar", { ref: "ionTabBar" }, slots.default && slots.default());
|
|
2181
2229
|
};
|
|
@@ -2184,7 +2232,7 @@ const IonTabBar = defineComponent({
|
|
|
2184
2232
|
|
|
2185
2233
|
const userComponents = shallowRef([]);
|
|
2186
2234
|
const IonApp = /*@__PURE__*/ defineComponent((_, { attrs, slots }) => {
|
|
2187
|
-
defineCustomElement$
|
|
2235
|
+
defineCustomElement$1k();
|
|
2188
2236
|
return () => {
|
|
2189
2237
|
return h("ion-app", Object.assign({ name: "IonApp" }, attrs), [slots.default && slots.default(), ...userComponents.value]);
|
|
2190
2238
|
};
|
|
@@ -2237,7 +2285,7 @@ const VueDelegate = (addFn = addTeleportedUserComponent, removeFn = removeTelepo
|
|
|
2237
2285
|
};
|
|
2238
2286
|
|
|
2239
2287
|
const IonNav = /*@__PURE__*/ defineComponent((props) => {
|
|
2240
|
-
defineCustomElement$
|
|
2288
|
+
defineCustomElement$1l();
|
|
2241
2289
|
const views = shallowRef([]);
|
|
2242
2290
|
/**
|
|
2243
2291
|
* Allows us to create the component
|
|
@@ -2284,7 +2332,7 @@ const IonNav = /*@__PURE__*/ defineComponent((props) => {
|
|
|
2284
2332
|
});
|
|
2285
2333
|
|
|
2286
2334
|
const IonIcon = /*@__PURE__*/ defineComponent((props, { slots }) => {
|
|
2287
|
-
defineCustomElement$
|
|
2335
|
+
defineCustomElement$1m();
|
|
2288
2336
|
return () => {
|
|
2289
2337
|
var _a, _b;
|
|
2290
2338
|
const { icon, ios, md, mode } = props;
|
|
@@ -2536,13 +2584,13 @@ const defineOverlayContainer = (name, defineCustomElement, componentProps = [],
|
|
|
2536
2584
|
* This is an autogenerated file created by 'scripts/copy-overlays.js'.
|
|
2537
2585
|
* Changes made to this file will be overwritten on build.
|
|
2538
2586
|
*/
|
|
2539
|
-
const IonActionSheet = /*@__PURE__*/ defineOverlayContainer('ion-action-sheet', defineCustomElement$
|
|
2540
|
-
const IonAlert = /*@__PURE__*/ defineOverlayContainer('ion-alert', defineCustomElement$
|
|
2541
|
-
const IonLoading = /*@__PURE__*/ defineOverlayContainer('ion-loading', defineCustomElement$
|
|
2542
|
-
const IonModal = /*@__PURE__*/ defineOverlayContainer('ion-modal', defineCustomElement$
|
|
2543
|
-
const IonPickerLegacy = /*@__PURE__*/ defineOverlayContainer('ion-picker-legacy', defineCustomElement$
|
|
2544
|
-
const IonPopover = /*@__PURE__*/ defineOverlayContainer('ion-popover', defineCustomElement$
|
|
2545
|
-
const IonToast = /*@__PURE__*/ defineOverlayContainer('ion-toast', defineCustomElement$
|
|
2587
|
+
const IonActionSheet = /*@__PURE__*/ defineOverlayContainer('ion-action-sheet', defineCustomElement$1n, ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'theme', 'translucent', 'trigger']);
|
|
2588
|
+
const IonAlert = /*@__PURE__*/ defineOverlayContainer('ion-alert', defineCustomElement$1o, ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'theme', 'translucent', 'trigger']);
|
|
2589
|
+
const IonLoading = /*@__PURE__*/ defineOverlayContainer('ion-loading', defineCustomElement$1p, ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'theme', 'translucent', 'trigger']);
|
|
2590
|
+
const IonModal = /*@__PURE__*/ defineOverlayContainer('ion-modal', defineCustomElement$1q, ['animated', 'backdropBreakpoint', 'backdropDismiss', 'breakpoints', 'canDismiss', 'enterAnimation', 'expandToScroll', 'focusTrap', 'handle', 'handleBehavior', 'htmlAttributes', 'initialBreakpoint', 'isOpen', 'keepContentsMounted', 'keyboardClose', 'leaveAnimation', 'mode', 'presentingElement', 'shape', 'showBackdrop', 'theme', 'trigger'], true);
|
|
2591
|
+
const IonPickerLegacy = /*@__PURE__*/ defineOverlayContainer('ion-picker-legacy', defineCustomElement$1r, ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', 'theme', 'trigger']);
|
|
2592
|
+
const IonPopover = /*@__PURE__*/ defineOverlayContainer('ion-popover', defineCustomElement$1s, ['alignment', 'animated', 'arrow', 'backdropDismiss', 'component', 'componentProps', 'dismissOnSelect', 'enterAnimation', 'event', 'focusTrap', 'htmlAttributes', 'isOpen', 'keepContentsMounted', 'keyboardClose', 'leaveAnimation', 'mode', 'reference', 'showBackdrop', 'side', 'size', 'theme', 'translucent', 'trigger', 'triggerAction']);
|
|
2593
|
+
const IonToast = /*@__PURE__*/ defineOverlayContainer('ion-toast', defineCustomElement$1t, ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'hue', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'shape', 'swipeGesture', 'theme', 'translucent', 'trigger']);
|
|
2546
2594
|
|
|
2547
2595
|
// TODO(FW-2969): types
|
|
2548
2596
|
/**
|
|
@@ -2559,16 +2607,16 @@ const createController = (defineCustomElement, oldController, useDelegate = fals
|
|
|
2559
2607
|
};
|
|
2560
2608
|
return oldController;
|
|
2561
2609
|
};
|
|
2562
|
-
const modalController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2563
|
-
const popoverController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2564
|
-
const alertController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2565
|
-
const actionSheetController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2566
|
-
const loadingController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2610
|
+
const modalController = /*@__PURE__*/ createController(defineCustomElement$1q, modalController$1, true);
|
|
2611
|
+
const popoverController = /*@__PURE__*/ createController(defineCustomElement$1s, popoverController$1, true);
|
|
2612
|
+
const alertController = /*@__PURE__*/ createController(defineCustomElement$1o, alertController$1);
|
|
2613
|
+
const actionSheetController = /*@__PURE__*/ createController(defineCustomElement$1n, actionSheetController$1);
|
|
2614
|
+
const loadingController = /*@__PURE__*/ createController(defineCustomElement$1p, loadingController$1);
|
|
2567
2615
|
/**
|
|
2568
2616
|
* @deprecated Use the inline ion-picker component instead.
|
|
2569
2617
|
*/
|
|
2570
|
-
const pickerController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2571
|
-
const toastController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2618
|
+
const pickerController = /*@__PURE__*/ createController(defineCustomElement$1r, pickerController$1);
|
|
2619
|
+
const toastController = /*@__PURE__*/ createController(defineCustomElement$1t, toastController$1);
|
|
2572
2620
|
|
|
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 };
|
|
2621
|
+
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, IonDivider, IonFab, IonFabButton, IonFabList, IonFooter, IonGallery, 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 };
|
|
2574
2622
|
//# sourceMappingURL=index.js.map
|