@ionic/vue 8.8.8 → 8.8.9-dev.11779411201.1a483e09
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 +213 -162
- package/dist/index.js.map +1 -1
- package/dist/types/proxies.d.ts +2 -0
- package/dist/vetur/attributes.json +1632 -104
- package/dist/vetur/tags.json +243 -45
- package/dist/web-types.json +1751 -157
- 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,29 @@ 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
|
+
'gap'
|
|
607
|
+
]);
|
|
608
|
+
const IonGrid = /*@__PURE__*/ defineContainer('ion-grid', defineCustomElement$q, [
|
|
576
609
|
'fixed'
|
|
577
610
|
]);
|
|
578
|
-
const IonHeader = /*@__PURE__*/ defineContainer('ion-header', defineCustomElement$
|
|
611
|
+
const IonHeader = /*@__PURE__*/ defineContainer('ion-header', defineCustomElement$r, [
|
|
579
612
|
'collapse',
|
|
613
|
+
'divider',
|
|
580
614
|
'translucent'
|
|
581
615
|
]);
|
|
582
|
-
const IonImg = /*@__PURE__*/ defineContainer('ion-img', defineCustomElement$
|
|
616
|
+
const IonImg = /*@__PURE__*/ defineContainer('ion-img', defineCustomElement$s, [
|
|
583
617
|
'alt',
|
|
584
618
|
'src',
|
|
585
619
|
'ionImgWillLoad',
|
|
@@ -590,19 +624,20 @@ const IonImg = /*@__PURE__*/ defineContainer('ion-img', defineCustomElement$q, [
|
|
|
590
624
|
'ionImgDidLoad',
|
|
591
625
|
'ionError'
|
|
592
626
|
]);
|
|
593
|
-
const IonInfiniteScroll = /*@__PURE__*/ defineContainer('ion-infinite-scroll', defineCustomElement$
|
|
627
|
+
const IonInfiniteScroll = /*@__PURE__*/ defineContainer('ion-infinite-scroll', defineCustomElement$t, [
|
|
594
628
|
'threshold',
|
|
595
629
|
'disabled',
|
|
596
630
|
'position',
|
|
631
|
+
'preserveRerenderScrollPosition',
|
|
597
632
|
'ionInfinite'
|
|
598
633
|
], [
|
|
599
634
|
'ionInfinite'
|
|
600
635
|
]);
|
|
601
|
-
const IonInfiniteScrollContent = /*@__PURE__*/ defineContainer('ion-infinite-scroll-content', defineCustomElement$
|
|
636
|
+
const IonInfiniteScrollContent = /*@__PURE__*/ defineContainer('ion-infinite-scroll-content', defineCustomElement$u, [
|
|
602
637
|
'loadingSpinner',
|
|
603
638
|
'loadingText'
|
|
604
639
|
]);
|
|
605
|
-
const IonInput = /*@__PURE__*/ defineContainer('ion-input', defineCustomElement$
|
|
640
|
+
const IonInput = /*@__PURE__*/ defineContainer('ion-input', defineCustomElement$v, [
|
|
606
641
|
'color',
|
|
607
642
|
'autocapitalize',
|
|
608
643
|
'autocomplete',
|
|
@@ -635,6 +670,7 @@ const IonInput = /*@__PURE__*/ defineContainer('ion-input', defineCustomElement$
|
|
|
635
670
|
'shape',
|
|
636
671
|
'spellcheck',
|
|
637
672
|
'step',
|
|
673
|
+
'size',
|
|
638
674
|
'type',
|
|
639
675
|
'value',
|
|
640
676
|
'ionInput',
|
|
@@ -647,7 +683,7 @@ const IonInput = /*@__PURE__*/ defineContainer('ion-input', defineCustomElement$
|
|
|
647
683
|
'ionBlur',
|
|
648
684
|
'ionFocus'
|
|
649
685
|
], 'value', 'ion-input');
|
|
650
|
-
const IonInputOtp = /*@__PURE__*/ defineContainer('ion-input-otp', defineCustomElement$
|
|
686
|
+
const IonInputOtp = /*@__PURE__*/ defineContainer('ion-input-otp', defineCustomElement$w, [
|
|
651
687
|
'autocapitalize',
|
|
652
688
|
'color',
|
|
653
689
|
'disabled',
|
|
@@ -673,13 +709,13 @@ const IonInputOtp = /*@__PURE__*/ defineContainer('ion-input-otp', defineCustomE
|
|
|
673
709
|
'ionBlur',
|
|
674
710
|
'ionFocus'
|
|
675
711
|
], 'value', 'ion-input');
|
|
676
|
-
const IonInputPasswordToggle = /*@__PURE__*/ defineContainer('ion-input-password-toggle', defineCustomElement$
|
|
712
|
+
const IonInputPasswordToggle = /*@__PURE__*/ defineContainer('ion-input-password-toggle', defineCustomElement$x, [
|
|
677
713
|
'color',
|
|
678
714
|
'showIcon',
|
|
679
715
|
'hideIcon',
|
|
680
716
|
'type'
|
|
681
717
|
]);
|
|
682
|
-
const IonItem = /*@__PURE__*/ defineContainer('ion-item', defineCustomElement$
|
|
718
|
+
const IonItem = /*@__PURE__*/ defineContainer('ion-item', defineCustomElement$y, [
|
|
683
719
|
'color',
|
|
684
720
|
'button',
|
|
685
721
|
'detail',
|
|
@@ -694,34 +730,36 @@ const IonItem = /*@__PURE__*/ defineContainer('ion-item', defineCustomElement$w,
|
|
|
694
730
|
'target',
|
|
695
731
|
'type'
|
|
696
732
|
]);
|
|
697
|
-
const IonItemDivider = /*@__PURE__*/ defineContainer('ion-item-divider', defineCustomElement$
|
|
733
|
+
const IonItemDivider = /*@__PURE__*/ defineContainer('ion-item-divider', defineCustomElement$z, [
|
|
698
734
|
'color',
|
|
699
735
|
'sticky'
|
|
700
736
|
]);
|
|
701
|
-
const IonItemGroup = /*@__PURE__*/ defineContainer('ion-item-group', defineCustomElement$
|
|
702
|
-
const IonItemOption = /*@__PURE__*/ defineContainer('ion-item-option', defineCustomElement$
|
|
737
|
+
const IonItemGroup = /*@__PURE__*/ defineContainer('ion-item-group', defineCustomElement$A);
|
|
738
|
+
const IonItemOption = /*@__PURE__*/ defineContainer('ion-item-option', defineCustomElement$B, [
|
|
703
739
|
'color',
|
|
704
740
|
'disabled',
|
|
705
741
|
'download',
|
|
706
742
|
'expandable',
|
|
707
743
|
'href',
|
|
744
|
+
'hue',
|
|
708
745
|
'rel',
|
|
709
746
|
'target',
|
|
710
|
-
'type'
|
|
747
|
+
'type',
|
|
748
|
+
'shape'
|
|
711
749
|
]);
|
|
712
|
-
const IonItemOptions = /*@__PURE__*/ defineContainer('ion-item-options', defineCustomElement$
|
|
750
|
+
const IonItemOptions = /*@__PURE__*/ defineContainer('ion-item-options', defineCustomElement$C, [
|
|
713
751
|
'side',
|
|
714
752
|
'ionSwipe'
|
|
715
753
|
], [
|
|
716
754
|
'ionSwipe'
|
|
717
755
|
]);
|
|
718
|
-
const IonItemSliding = /*@__PURE__*/ defineContainer('ion-item-sliding', defineCustomElement$
|
|
756
|
+
const IonItemSliding = /*@__PURE__*/ defineContainer('ion-item-sliding', defineCustomElement$D, [
|
|
719
757
|
'disabled',
|
|
720
758
|
'ionDrag'
|
|
721
759
|
], [
|
|
722
760
|
'ionDrag'
|
|
723
761
|
]);
|
|
724
|
-
const IonLabel = /*@__PURE__*/ defineContainer('ion-label', defineCustomElement$
|
|
762
|
+
const IonLabel = /*@__PURE__*/ defineContainer('ion-label', defineCustomElement$E, [
|
|
725
763
|
'color',
|
|
726
764
|
'position',
|
|
727
765
|
'ionColor',
|
|
@@ -730,15 +768,16 @@ const IonLabel = /*@__PURE__*/ defineContainer('ion-label', defineCustomElement$
|
|
|
730
768
|
'ionColor',
|
|
731
769
|
'ionStyle'
|
|
732
770
|
]);
|
|
733
|
-
const IonList = /*@__PURE__*/ defineContainer('ion-list', defineCustomElement$
|
|
771
|
+
const IonList = /*@__PURE__*/ defineContainer('ion-list', defineCustomElement$F, [
|
|
734
772
|
'lines',
|
|
735
|
-
'inset'
|
|
773
|
+
'inset',
|
|
774
|
+
'shape'
|
|
736
775
|
]);
|
|
737
|
-
const IonListHeader = /*@__PURE__*/ defineContainer('ion-list-header', defineCustomElement$
|
|
776
|
+
const IonListHeader = /*@__PURE__*/ defineContainer('ion-list-header', defineCustomElement$G, [
|
|
738
777
|
'color',
|
|
739
778
|
'lines'
|
|
740
779
|
]);
|
|
741
|
-
const IonMenu = /*@__PURE__*/ defineContainer('ion-menu', defineCustomElement$
|
|
780
|
+
const IonMenu = /*@__PURE__*/ defineContainer('ion-menu', defineCustomElement$H, [
|
|
742
781
|
'contentId',
|
|
743
782
|
'menuId',
|
|
744
783
|
'type',
|
|
@@ -758,32 +797,32 @@ const IonMenu = /*@__PURE__*/ defineContainer('ion-menu', defineCustomElement$F,
|
|
|
758
797
|
'ionDidClose',
|
|
759
798
|
'ionMenuChange'
|
|
760
799
|
]);
|
|
761
|
-
const IonMenuButton = /*@__PURE__*/ defineContainer('ion-menu-button', defineCustomElement$
|
|
800
|
+
const IonMenuButton = /*@__PURE__*/ defineContainer('ion-menu-button', defineCustomElement$I, [
|
|
762
801
|
'color',
|
|
763
802
|
'disabled',
|
|
764
803
|
'menu',
|
|
765
804
|
'autoHide',
|
|
766
805
|
'type'
|
|
767
806
|
]);
|
|
768
|
-
const IonMenuToggle = /*@__PURE__*/ defineContainer('ion-menu-toggle', defineCustomElement$
|
|
807
|
+
const IonMenuToggle = /*@__PURE__*/ defineContainer('ion-menu-toggle', defineCustomElement$J, [
|
|
769
808
|
'menu',
|
|
770
809
|
'autoHide'
|
|
771
810
|
]);
|
|
772
|
-
const IonNavLink = /*@__PURE__*/ defineContainer('ion-nav-link', defineCustomElement$
|
|
811
|
+
const IonNavLink = /*@__PURE__*/ defineContainer('ion-nav-link', defineCustomElement$K, [
|
|
773
812
|
'component',
|
|
774
813
|
'componentProps',
|
|
775
814
|
'routerDirection',
|
|
776
815
|
'routerAnimation'
|
|
777
816
|
]);
|
|
778
|
-
const IonNote = /*@__PURE__*/ defineContainer('ion-note', defineCustomElement$
|
|
817
|
+
const IonNote = /*@__PURE__*/ defineContainer('ion-note', defineCustomElement$L, [
|
|
779
818
|
'color'
|
|
780
819
|
]);
|
|
781
|
-
const IonPicker = /*@__PURE__*/ defineContainer('ion-picker', defineCustomElement$
|
|
820
|
+
const IonPicker = /*@__PURE__*/ defineContainer('ion-picker', defineCustomElement$M, [
|
|
782
821
|
'ionInputModeChange'
|
|
783
822
|
], [
|
|
784
823
|
'ionInputModeChange'
|
|
785
824
|
]);
|
|
786
|
-
const IonPickerColumn = /*@__PURE__*/ defineContainer('ion-picker-column', defineCustomElement$
|
|
825
|
+
const IonPickerColumn = /*@__PURE__*/ defineContainer('ion-picker-column', defineCustomElement$N, [
|
|
787
826
|
'disabled',
|
|
788
827
|
'value',
|
|
789
828
|
'color',
|
|
@@ -792,19 +831,20 @@ const IonPickerColumn = /*@__PURE__*/ defineContainer('ion-picker-column', defin
|
|
|
792
831
|
], [
|
|
793
832
|
'ionChange'
|
|
794
833
|
]);
|
|
795
|
-
const IonPickerColumnOption = /*@__PURE__*/ defineContainer('ion-picker-column-option', defineCustomElement$
|
|
834
|
+
const IonPickerColumnOption = /*@__PURE__*/ defineContainer('ion-picker-column-option', defineCustomElement$O, [
|
|
796
835
|
'disabled',
|
|
797
836
|
'value',
|
|
798
837
|
'color'
|
|
799
838
|
]);
|
|
800
|
-
const IonProgressBar = /*@__PURE__*/ defineContainer('ion-progress-bar', defineCustomElement$
|
|
839
|
+
const IonProgressBar = /*@__PURE__*/ defineContainer('ion-progress-bar', defineCustomElement$P, [
|
|
801
840
|
'type',
|
|
802
841
|
'reversed',
|
|
803
842
|
'value',
|
|
804
843
|
'buffer',
|
|
805
|
-
'color'
|
|
844
|
+
'color',
|
|
845
|
+
'shape'
|
|
806
846
|
]);
|
|
807
|
-
const IonRadio = /*@__PURE__*/ defineContainer('ion-radio', defineCustomElement$
|
|
847
|
+
const IonRadio = /*@__PURE__*/ defineContainer('ion-radio', defineCustomElement$Q, [
|
|
808
848
|
'color',
|
|
809
849
|
'name',
|
|
810
850
|
'disabled',
|
|
@@ -818,7 +858,7 @@ const IonRadio = /*@__PURE__*/ defineContainer('ion-radio', defineCustomElement$
|
|
|
818
858
|
'ionFocus',
|
|
819
859
|
'ionBlur'
|
|
820
860
|
], 'value', 'ion-change');
|
|
821
|
-
const IonRadioGroup = /*@__PURE__*/ defineContainer('ion-radio-group', defineCustomElement$
|
|
861
|
+
const IonRadioGroup = /*@__PURE__*/ defineContainer('ion-radio-group', defineCustomElement$R, [
|
|
822
862
|
'allowEmptySelection',
|
|
823
863
|
'compareWith',
|
|
824
864
|
'name',
|
|
@@ -831,7 +871,7 @@ const IonRadioGroup = /*@__PURE__*/ defineContainer('ion-radio-group', defineCus
|
|
|
831
871
|
'ionChange',
|
|
832
872
|
'ionValueChange'
|
|
833
873
|
], 'value', 'ion-change');
|
|
834
|
-
const IonRange = /*@__PURE__*/ defineContainer('ion-range', defineCustomElement$
|
|
874
|
+
const IonRange = /*@__PURE__*/ defineContainer('ion-range', defineCustomElement$S, [
|
|
835
875
|
'color',
|
|
836
876
|
'debounce',
|
|
837
877
|
'name',
|
|
@@ -862,7 +902,7 @@ const IonRange = /*@__PURE__*/ defineContainer('ion-range', defineCustomElement$
|
|
|
862
902
|
'ionKnobMoveStart',
|
|
863
903
|
'ionKnobMoveEnd'
|
|
864
904
|
], 'value', 'ion-input');
|
|
865
|
-
const IonRefresher = /*@__PURE__*/ defineContainer('ion-refresher', defineCustomElement$
|
|
905
|
+
const IonRefresher = /*@__PURE__*/ defineContainer('ion-refresher', defineCustomElement$T, [
|
|
866
906
|
'pullMin',
|
|
867
907
|
'pullMax',
|
|
868
908
|
'closeDuration',
|
|
@@ -881,14 +921,14 @@ const IonRefresher = /*@__PURE__*/ defineContainer('ion-refresher', defineCustom
|
|
|
881
921
|
'ionPullStart',
|
|
882
922
|
'ionPullEnd'
|
|
883
923
|
]);
|
|
884
|
-
const IonRefresherContent = /*@__PURE__*/ defineContainer('ion-refresher-content', defineCustomElement$
|
|
924
|
+
const IonRefresherContent = /*@__PURE__*/ defineContainer('ion-refresher-content', defineCustomElement$U, [
|
|
885
925
|
'pullingIcon',
|
|
886
926
|
'pullingText',
|
|
887
927
|
'refreshingSpinner',
|
|
888
928
|
'refreshingText'
|
|
889
929
|
]);
|
|
890
|
-
const IonReorder = /*@__PURE__*/ defineContainer('ion-reorder', defineCustomElement$
|
|
891
|
-
const IonReorderGroup = /*@__PURE__*/ defineContainer('ion-reorder-group', defineCustomElement$
|
|
930
|
+
const IonReorder = /*@__PURE__*/ defineContainer('ion-reorder', defineCustomElement$V);
|
|
931
|
+
const IonReorderGroup = /*@__PURE__*/ defineContainer('ion-reorder-group', defineCustomElement$W, [
|
|
892
932
|
'disabled',
|
|
893
933
|
'ionItemReorder',
|
|
894
934
|
'ionReorderStart',
|
|
@@ -900,11 +940,11 @@ const IonReorderGroup = /*@__PURE__*/ defineContainer('ion-reorder-group', defin
|
|
|
900
940
|
'ionReorderMove',
|
|
901
941
|
'ionReorderEnd'
|
|
902
942
|
]);
|
|
903
|
-
const IonRippleEffect = /*@__PURE__*/ defineContainer('ion-ripple-effect', defineCustomElement$
|
|
943
|
+
const IonRippleEffect = /*@__PURE__*/ defineContainer('ion-ripple-effect', defineCustomElement$X, [
|
|
904
944
|
'type'
|
|
905
945
|
]);
|
|
906
|
-
const IonRow = /*@__PURE__*/ defineContainer('ion-row', defineCustomElement$
|
|
907
|
-
const IonSearchbar = /*@__PURE__*/ defineContainer('ion-searchbar', defineCustomElement$
|
|
946
|
+
const IonRow = /*@__PURE__*/ defineContainer('ion-row', defineCustomElement$Y);
|
|
947
|
+
const IonSearchbar = /*@__PURE__*/ defineContainer('ion-searchbar', defineCustomElement$Z, [
|
|
908
948
|
'color',
|
|
909
949
|
'animated',
|
|
910
950
|
'autocapitalize',
|
|
@@ -927,6 +967,8 @@ const IonSearchbar = /*@__PURE__*/ defineContainer('ion-searchbar', defineCustom
|
|
|
927
967
|
'spellcheck',
|
|
928
968
|
'type',
|
|
929
969
|
'value',
|
|
970
|
+
'shape',
|
|
971
|
+
'size',
|
|
930
972
|
'ionInput',
|
|
931
973
|
'ionChange',
|
|
932
974
|
'ionCancel',
|
|
@@ -943,7 +985,7 @@ const IonSearchbar = /*@__PURE__*/ defineContainer('ion-searchbar', defineCustom
|
|
|
943
985
|
'ionFocus',
|
|
944
986
|
'ionStyle'
|
|
945
987
|
], 'value', 'ion-input');
|
|
946
|
-
const IonSegment = /*@__PURE__*/ defineContainer('ion-segment', defineCustomElement$
|
|
988
|
+
const IonSegment = /*@__PURE__*/ defineContainer('ion-segment', defineCustomElement$_, [
|
|
947
989
|
'color',
|
|
948
990
|
'disabled',
|
|
949
991
|
'scrollable',
|
|
@@ -958,23 +1000,24 @@ const IonSegment = /*@__PURE__*/ defineContainer('ion-segment', defineCustomElem
|
|
|
958
1000
|
'ionSelect',
|
|
959
1001
|
'ionStyle'
|
|
960
1002
|
], 'value', 'ion-change');
|
|
961
|
-
const IonSegmentButton = /*@__PURE__*/ defineContainer('ion-segment-button', defineCustomElement
|
|
1003
|
+
const IonSegmentButton = /*@__PURE__*/ defineContainer('ion-segment-button', defineCustomElement$$, [
|
|
962
1004
|
'contentId',
|
|
963
1005
|
'disabled',
|
|
964
1006
|
'layout',
|
|
965
1007
|
'type',
|
|
966
1008
|
'value'
|
|
967
1009
|
], [], 'value', 'ion-change');
|
|
968
|
-
const IonSegmentContent = /*@__PURE__*/ defineContainer('ion-segment-content', defineCustomElement$
|
|
969
|
-
const IonSegmentView = /*@__PURE__*/ defineContainer('ion-segment-view', defineCustomElement
|
|
1010
|
+
const IonSegmentContent = /*@__PURE__*/ defineContainer('ion-segment-content', defineCustomElement$10);
|
|
1011
|
+
const IonSegmentView = /*@__PURE__*/ defineContainer('ion-segment-view', defineCustomElement$11, [
|
|
970
1012
|
'disabled',
|
|
971
1013
|
'swipeGesture',
|
|
972
1014
|
'ionSegmentViewScroll'
|
|
973
1015
|
], [
|
|
974
1016
|
'ionSegmentViewScroll'
|
|
975
1017
|
]);
|
|
976
|
-
const IonSelect = /*@__PURE__*/ defineContainer('ion-select', defineCustomElement$
|
|
1018
|
+
const IonSelect = /*@__PURE__*/ defineContainer('ion-select', defineCustomElement$12, [
|
|
977
1019
|
'cancelText',
|
|
1020
|
+
'cancelIcon',
|
|
978
1021
|
'color',
|
|
979
1022
|
'compareWith',
|
|
980
1023
|
'disabled',
|
|
@@ -993,9 +1036,10 @@ const IonSelect = /*@__PURE__*/ defineContainer('ion-select', defineCustomElemen
|
|
|
993
1036
|
'selectedText',
|
|
994
1037
|
'toggleIcon',
|
|
995
1038
|
'expandedIcon',
|
|
1039
|
+
'required',
|
|
996
1040
|
'shape',
|
|
1041
|
+
'size',
|
|
997
1042
|
'value',
|
|
998
|
-
'required',
|
|
999
1043
|
'ionChange',
|
|
1000
1044
|
'ionCancel',
|
|
1001
1045
|
'ionDismiss',
|
|
@@ -1010,29 +1054,34 @@ const IonSelect = /*@__PURE__*/ defineContainer('ion-select', defineCustomElemen
|
|
|
1010
1054
|
'ionBlur',
|
|
1011
1055
|
'ionStyle'
|
|
1012
1056
|
], 'value', 'ion-change');
|
|
1013
|
-
const IonSelectModal = /*@__PURE__*/ defineContainer('ion-select-modal', defineCustomElement$
|
|
1057
|
+
const IonSelectModal = /*@__PURE__*/ defineContainer('ion-select-modal', defineCustomElement$13, [
|
|
1014
1058
|
'header',
|
|
1015
1059
|
'cancelText',
|
|
1060
|
+
'cancelIcon',
|
|
1016
1061
|
'multiple',
|
|
1017
1062
|
'options'
|
|
1018
1063
|
]);
|
|
1019
|
-
const IonSelectOption = /*@__PURE__*/ defineContainer('ion-select-option', defineCustomElement$
|
|
1064
|
+
const IonSelectOption = /*@__PURE__*/ defineContainer('ion-select-option', defineCustomElement$14, [
|
|
1020
1065
|
'disabled',
|
|
1021
|
-
'value'
|
|
1066
|
+
'value',
|
|
1067
|
+
'description',
|
|
1068
|
+
'labelPlacement',
|
|
1069
|
+
'justify'
|
|
1022
1070
|
]);
|
|
1023
|
-
const IonSkeletonText = /*@__PURE__*/ defineContainer('ion-skeleton-text', defineCustomElement$
|
|
1071
|
+
const IonSkeletonText = /*@__PURE__*/ defineContainer('ion-skeleton-text', defineCustomElement$15, [
|
|
1024
1072
|
'animated',
|
|
1025
1073
|
'ionStyle'
|
|
1026
1074
|
], [
|
|
1027
1075
|
'ionStyle'
|
|
1028
1076
|
]);
|
|
1029
|
-
const IonSpinner = /*@__PURE__*/ defineContainer('ion-spinner', defineCustomElement$
|
|
1077
|
+
const IonSpinner = /*@__PURE__*/ defineContainer('ion-spinner', defineCustomElement$16, [
|
|
1030
1078
|
'color',
|
|
1031
1079
|
'duration',
|
|
1032
1080
|
'name',
|
|
1033
|
-
'paused'
|
|
1081
|
+
'paused',
|
|
1082
|
+
'size'
|
|
1034
1083
|
]);
|
|
1035
|
-
const IonSplitPane = /*@__PURE__*/ defineContainer('ion-split-pane', defineCustomElement$
|
|
1084
|
+
const IonSplitPane = /*@__PURE__*/ defineContainer('ion-split-pane', defineCustomElement$17, [
|
|
1036
1085
|
'contentId',
|
|
1037
1086
|
'disabled',
|
|
1038
1087
|
'when',
|
|
@@ -1040,16 +1089,16 @@ const IonSplitPane = /*@__PURE__*/ defineContainer('ion-split-pane', defineCusto
|
|
|
1040
1089
|
], [
|
|
1041
1090
|
'ionSplitPaneVisible'
|
|
1042
1091
|
]);
|
|
1043
|
-
const IonTab = /*@__PURE__*/ defineContainer('ion-tab', defineCustomElement$
|
|
1092
|
+
const IonTab = /*@__PURE__*/ defineContainer('ion-tab', defineCustomElement$18, [
|
|
1044
1093
|
'active',
|
|
1045
1094
|
'delegate',
|
|
1046
1095
|
'tab',
|
|
1047
1096
|
'component'
|
|
1048
1097
|
]);
|
|
1049
|
-
const IonText = /*@__PURE__*/ defineContainer('ion-text', defineCustomElement$
|
|
1098
|
+
const IonText = /*@__PURE__*/ defineContainer('ion-text', defineCustomElement$19, [
|
|
1050
1099
|
'color'
|
|
1051
1100
|
]);
|
|
1052
|
-
const IonTextarea = /*@__PURE__*/ defineContainer('ion-textarea', defineCustomElement$
|
|
1101
|
+
const IonTextarea = /*@__PURE__*/ defineContainer('ion-textarea', defineCustomElement$1a, [
|
|
1053
1102
|
'color',
|
|
1054
1103
|
'autocapitalize',
|
|
1055
1104
|
'autofocus',
|
|
@@ -1078,6 +1127,7 @@ const IonTextarea = /*@__PURE__*/ defineContainer('ion-textarea', defineCustomEl
|
|
|
1078
1127
|
'label',
|
|
1079
1128
|
'labelPlacement',
|
|
1080
1129
|
'shape',
|
|
1130
|
+
'size',
|
|
1081
1131
|
'ionChange',
|
|
1082
1132
|
'ionInput',
|
|
1083
1133
|
'ionBlur',
|
|
@@ -1088,15 +1138,15 @@ const IonTextarea = /*@__PURE__*/ defineContainer('ion-textarea', defineCustomEl
|
|
|
1088
1138
|
'ionBlur',
|
|
1089
1139
|
'ionFocus'
|
|
1090
1140
|
], 'value', 'ion-input');
|
|
1091
|
-
const IonThumbnail = /*@__PURE__*/ defineContainer('ion-thumbnail', defineCustomElement$
|
|
1092
|
-
const IonTitle = /*@__PURE__*/ defineContainer('ion-title', defineCustomElement$
|
|
1141
|
+
const IonThumbnail = /*@__PURE__*/ defineContainer('ion-thumbnail', defineCustomElement$1b);
|
|
1142
|
+
const IonTitle = /*@__PURE__*/ defineContainer('ion-title', defineCustomElement$1c, [
|
|
1093
1143
|
'color',
|
|
1094
1144
|
'size',
|
|
1095
1145
|
'ionStyle'
|
|
1096
1146
|
], [
|
|
1097
1147
|
'ionStyle'
|
|
1098
1148
|
]);
|
|
1099
|
-
const IonToggle = /*@__PURE__*/ defineContainer('ion-toggle', defineCustomElement$
|
|
1149
|
+
const IonToggle = /*@__PURE__*/ defineContainer('ion-toggle', defineCustomElement$1d, [
|
|
1100
1150
|
'color',
|
|
1101
1151
|
'name',
|
|
1102
1152
|
'checked',
|
|
@@ -1117,8 +1167,9 @@ const IonToggle = /*@__PURE__*/ defineContainer('ion-toggle', defineCustomElemen
|
|
|
1117
1167
|
'ionFocus',
|
|
1118
1168
|
'ionBlur'
|
|
1119
1169
|
], 'checked', 'ion-change');
|
|
1120
|
-
const IonToolbar = /*@__PURE__*/ defineContainer('ion-toolbar', defineCustomElement$
|
|
1121
|
-
'color'
|
|
1170
|
+
const IonToolbar = /*@__PURE__*/ defineContainer('ion-toolbar', defineCustomElement$1e, [
|
|
1171
|
+
'color',
|
|
1172
|
+
'titlePlacement'
|
|
1122
1173
|
]);
|
|
1123
1174
|
|
|
1124
1175
|
const useBackButton = (priority, handler) => {
|
|
@@ -1281,7 +1332,7 @@ const IonicVue = {
|
|
|
1281
1332
|
};
|
|
1282
1333
|
|
|
1283
1334
|
const IonBackButton = /*@__PURE__*/ defineComponent((_, { attrs, slots }) => {
|
|
1284
|
-
defineCustomElement$
|
|
1335
|
+
defineCustomElement$1f();
|
|
1285
1336
|
// TODO(FW-2969): type
|
|
1286
1337
|
const ionRouter = inject("navManager");
|
|
1287
1338
|
const onClick = () => {
|
|
@@ -1328,7 +1379,7 @@ const viewDepthKey = Symbol(0);
|
|
|
1328
1379
|
const IonRouterOutlet = /*@__PURE__*/ defineComponent({
|
|
1329
1380
|
name: "IonRouterOutlet",
|
|
1330
1381
|
setup() {
|
|
1331
|
-
defineCustomElement$
|
|
1382
|
+
defineCustomElement$1g();
|
|
1332
1383
|
const injectedRoute = inject(routeLocationKey);
|
|
1333
1384
|
const route = useRoute();
|
|
1334
1385
|
const depth = inject(viewDepthKey, 0);
|
|
@@ -1768,7 +1819,7 @@ const IonTabButton = /*@__PURE__*/ defineComponent({
|
|
|
1768
1819
|
},
|
|
1769
1820
|
},
|
|
1770
1821
|
setup(props, { slots }) {
|
|
1771
|
-
defineCustomElement$
|
|
1822
|
+
defineCustomElement$1h();
|
|
1772
1823
|
// TODO(FW-2969): type
|
|
1773
1824
|
const ionRouter = inject("navManager", null);
|
|
1774
1825
|
const onClick = (ev) => {
|
|
@@ -1897,7 +1948,7 @@ const IonTabs = /*@__PURE__*/ defineComponent({
|
|
|
1897
1948
|
* `selectedTab` from core, which may occur if the custom
|
|
1898
1949
|
* element is defined too early in the component's lifecycle.
|
|
1899
1950
|
*/
|
|
1900
|
-
defineCustomElement$
|
|
1951
|
+
defineCustomElement$1i();
|
|
1901
1952
|
},
|
|
1902
1953
|
render() {
|
|
1903
1954
|
const { slots, props } = this;
|
|
@@ -2183,7 +2234,7 @@ const IonTabBar = defineComponent({
|
|
|
2183
2234
|
ionRouter === null || ionRouter === void 0 ? void 0 : ionRouter.registerHistoryChangeListener(() => this.checkActiveTab(ionRouter));
|
|
2184
2235
|
},
|
|
2185
2236
|
setup(_, { slots }) {
|
|
2186
|
-
defineCustomElement$
|
|
2237
|
+
defineCustomElement$1j();
|
|
2187
2238
|
return () => {
|
|
2188
2239
|
return h("ion-tab-bar", { ref: "ionTabBar" }, slots.default && slots.default());
|
|
2189
2240
|
};
|
|
@@ -2192,7 +2243,7 @@ const IonTabBar = defineComponent({
|
|
|
2192
2243
|
|
|
2193
2244
|
const userComponents = shallowRef([]);
|
|
2194
2245
|
const IonApp = /*@__PURE__*/ defineComponent((_, { attrs, slots }) => {
|
|
2195
|
-
defineCustomElement$
|
|
2246
|
+
defineCustomElement$1k();
|
|
2196
2247
|
return () => {
|
|
2197
2248
|
return h("ion-app", Object.assign({ name: "IonApp" }, attrs), [slots.default && slots.default(), ...userComponents.value]);
|
|
2198
2249
|
};
|
|
@@ -2245,7 +2296,7 @@ const VueDelegate = (addFn = addTeleportedUserComponent, removeFn = removeTelepo
|
|
|
2245
2296
|
};
|
|
2246
2297
|
|
|
2247
2298
|
const IonNav = /*@__PURE__*/ defineComponent((props) => {
|
|
2248
|
-
defineCustomElement$
|
|
2299
|
+
defineCustomElement$1l();
|
|
2249
2300
|
const views = shallowRef([]);
|
|
2250
2301
|
/**
|
|
2251
2302
|
* Allows us to create the component
|
|
@@ -2292,7 +2343,7 @@ const IonNav = /*@__PURE__*/ defineComponent((props) => {
|
|
|
2292
2343
|
});
|
|
2293
2344
|
|
|
2294
2345
|
const IonIcon = /*@__PURE__*/ defineComponent((props, { slots }) => {
|
|
2295
|
-
defineCustomElement$
|
|
2346
|
+
defineCustomElement$1m();
|
|
2296
2347
|
return () => {
|
|
2297
2348
|
var _a, _b;
|
|
2298
2349
|
const { icon, ios, md, mode } = props;
|
|
@@ -2544,13 +2595,13 @@ const defineOverlayContainer = (name, defineCustomElement, componentProps = [],
|
|
|
2544
2595
|
* This is an autogenerated file created by 'scripts/copy-overlays.js'.
|
|
2545
2596
|
* Changes made to this file will be overwritten on build.
|
|
2546
2597
|
*/
|
|
2547
|
-
const IonActionSheet = /*@__PURE__*/ defineOverlayContainer('ion-action-sheet', defineCustomElement$
|
|
2548
|
-
const IonAlert = /*@__PURE__*/ defineOverlayContainer('ion-alert', defineCustomElement$
|
|
2549
|
-
const IonLoading = /*@__PURE__*/ defineOverlayContainer('ion-loading', defineCustomElement$
|
|
2550
|
-
const IonModal = /*@__PURE__*/ defineOverlayContainer('ion-modal', defineCustomElement$
|
|
2551
|
-
const IonPickerLegacy = /*@__PURE__*/ defineOverlayContainer('ion-picker-legacy', defineCustomElement$
|
|
2552
|
-
const IonPopover = /*@__PURE__*/ defineOverlayContainer('ion-popover', defineCustomElement$
|
|
2553
|
-
const IonToast = /*@__PURE__*/ defineOverlayContainer('ion-toast', defineCustomElement$
|
|
2598
|
+
const IonActionSheet = /*@__PURE__*/ defineOverlayContainer('ion-action-sheet', defineCustomElement$1n, ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'theme', 'translucent', 'trigger']);
|
|
2599
|
+
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']);
|
|
2600
|
+
const IonLoading = /*@__PURE__*/ defineOverlayContainer('ion-loading', defineCustomElement$1p, ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'theme', 'translucent', 'trigger']);
|
|
2601
|
+
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);
|
|
2602
|
+
const IonPickerLegacy = /*@__PURE__*/ defineOverlayContainer('ion-picker-legacy', defineCustomElement$1r, ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', 'theme', 'trigger']);
|
|
2603
|
+
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']);
|
|
2604
|
+
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']);
|
|
2554
2605
|
|
|
2555
2606
|
// TODO(FW-2969): types
|
|
2556
2607
|
/**
|
|
@@ -2567,16 +2618,16 @@ const createController = (defineCustomElement, oldController, useDelegate = fals
|
|
|
2567
2618
|
};
|
|
2568
2619
|
return oldController;
|
|
2569
2620
|
};
|
|
2570
|
-
const modalController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2571
|
-
const popoverController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2572
|
-
const alertController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2573
|
-
const actionSheetController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2574
|
-
const loadingController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2621
|
+
const modalController = /*@__PURE__*/ createController(defineCustomElement$1q, modalController$1, true);
|
|
2622
|
+
const popoverController = /*@__PURE__*/ createController(defineCustomElement$1s, popoverController$1, true);
|
|
2623
|
+
const alertController = /*@__PURE__*/ createController(defineCustomElement$1o, alertController$1);
|
|
2624
|
+
const actionSheetController = /*@__PURE__*/ createController(defineCustomElement$1n, actionSheetController$1);
|
|
2625
|
+
const loadingController = /*@__PURE__*/ createController(defineCustomElement$1p, loadingController$1);
|
|
2575
2626
|
/**
|
|
2576
2627
|
* @deprecated Use the inline ion-picker component instead.
|
|
2577
2628
|
*/
|
|
2578
|
-
const pickerController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2579
|
-
const toastController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2629
|
+
const pickerController = /*@__PURE__*/ createController(defineCustomElement$1r, pickerController$1);
|
|
2630
|
+
const toastController = /*@__PURE__*/ createController(defineCustomElement$1t, toastController$1);
|
|
2580
2631
|
|
|
2581
|
-
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 };
|
|
2632
|
+
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 };
|
|
2582
2633
|
//# sourceMappingURL=index.js.map
|