@ionic/vue 8.5.2-dev.11743531350.19e040aa → 8.5.2-dev.11743764999.1a665652
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 +186 -158
- package/dist/index.js.map +1 -1
- package/dist/types/proxies.d.ts +1 -0
- package/dist/vetur/attributes.json +1540 -181
- package/dist/vetur/tags.json +212 -45
- package/dist/web-types.json +1433 -114
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -19,80 +19,81 @@ import { defineCustomElement as defineCustomElement$g } from '@ionic/core/compon
|
|
|
19
19
|
import { defineCustomElement as defineCustomElement$h } from '@ionic/core/components/ion-content.js';
|
|
20
20
|
import { defineCustomElement as defineCustomElement$i } from '@ionic/core/components/ion-datetime.js';
|
|
21
21
|
import { defineCustomElement as defineCustomElement$j } from '@ionic/core/components/ion-datetime-button.js';
|
|
22
|
-
import { defineCustomElement as defineCustomElement$k } from '@ionic/core/components/ion-
|
|
23
|
-
import { defineCustomElement as defineCustomElement$l } from '@ionic/core/components/ion-fab
|
|
24
|
-
import { defineCustomElement as defineCustomElement$m } from '@ionic/core/components/ion-fab-
|
|
25
|
-
import { defineCustomElement as defineCustomElement$n } from '@ionic/core/components/ion-
|
|
26
|
-
import { defineCustomElement as defineCustomElement$o } from '@ionic/core/components/ion-
|
|
27
|
-
import { defineCustomElement as defineCustomElement$p } from '@ionic/core/components/ion-
|
|
28
|
-
import { defineCustomElement as defineCustomElement$q } from '@ionic/core/components/ion-
|
|
29
|
-
import { defineCustomElement as defineCustomElement$r } from '@ionic/core/components/ion-
|
|
30
|
-
import { defineCustomElement as defineCustomElement$s } from '@ionic/core/components/ion-infinite-scroll
|
|
31
|
-
import { defineCustomElement as defineCustomElement$t } from '@ionic/core/components/ion-
|
|
32
|
-
import { defineCustomElement as defineCustomElement$u } from '@ionic/core/components/ion-input
|
|
33
|
-
import { defineCustomElement as defineCustomElement$v } from '@ionic/core/components/ion-
|
|
34
|
-
import { defineCustomElement as defineCustomElement$w } from '@ionic/core/components/ion-item
|
|
35
|
-
import { defineCustomElement as defineCustomElement$x } from '@ionic/core/components/ion-item-
|
|
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-
|
|
40
|
-
import { defineCustomElement as defineCustomElement$C } from '@ionic/core/components/ion-
|
|
41
|
-
import { defineCustomElement as defineCustomElement$D } from '@ionic/core/components/ion-list
|
|
42
|
-
import { defineCustomElement as defineCustomElement$E } from '@ionic/core/components/ion-
|
|
43
|
-
import { defineCustomElement as defineCustomElement$F } from '@ionic/core/components/ion-menu
|
|
44
|
-
import { defineCustomElement as defineCustomElement$G } from '@ionic/core/components/ion-menu-
|
|
45
|
-
import { defineCustomElement as defineCustomElement$
|
|
46
|
-
import { defineCustomElement as defineCustomElement$
|
|
47
|
-
import { defineCustomElement as defineCustomElement$I } from '@ionic/core/components/ion-
|
|
48
|
-
import { defineCustomElement as defineCustomElement$J } from '@ionic/core/components/ion-
|
|
49
|
-
import { defineCustomElement as defineCustomElement$K } from '@ionic/core/components/ion-picker
|
|
50
|
-
import { defineCustomElement as defineCustomElement$L } from '@ionic/core/components/ion-picker-column
|
|
51
|
-
import { defineCustomElement as defineCustomElement$M } from '@ionic/core/components/ion-
|
|
52
|
-
import { defineCustomElement as defineCustomElement$N } from '@ionic/core/components/ion-
|
|
53
|
-
import { defineCustomElement as defineCustomElement$O } from '@ionic/core/components/ion-radio
|
|
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-refresher
|
|
57
|
-
import { defineCustomElement as defineCustomElement$S } from '@ionic/core/components/ion-
|
|
58
|
-
import { defineCustomElement as defineCustomElement$T } from '@ionic/core/components/ion-reorder
|
|
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-segment
|
|
64
|
-
import { defineCustomElement as defineCustomElement$Z } from '@ionic/core/components/ion-segment-
|
|
65
|
-
import { defineCustomElement as defineCustomElement$_ } from '@ionic/core/components/ion-segment-
|
|
66
|
-
import { defineCustomElement as defineCustomElement$$ } from '@ionic/core/components/ion-
|
|
67
|
-
import { defineCustomElement as defineCustomElement$10 } from '@ionic/core/components/ion-select
|
|
68
|
-
import { defineCustomElement as defineCustomElement$11 } from '@ionic/core/components/ion-select-
|
|
69
|
-
import { defineCustomElement as defineCustomElement$12 } from '@ionic/core/components/ion-
|
|
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-
|
|
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-grid.js';
|
|
28
|
+
import { defineCustomElement as defineCustomElement$q } from '@ionic/core/components/ion-header.js';
|
|
29
|
+
import { defineCustomElement as defineCustomElement$r } from '@ionic/core/components/ion-img.js';
|
|
30
|
+
import { defineCustomElement as defineCustomElement$s } from '@ionic/core/components/ion-infinite-scroll.js';
|
|
31
|
+
import { defineCustomElement as defineCustomElement$t } from '@ionic/core/components/ion-infinite-scroll-content.js';
|
|
32
|
+
import { defineCustomElement as defineCustomElement$u } from '@ionic/core/components/ion-input.js';
|
|
33
|
+
import { defineCustomElement as defineCustomElement$v } from '@ionic/core/components/ion-input-password-toggle.js';
|
|
34
|
+
import { defineCustomElement as defineCustomElement$w } from '@ionic/core/components/ion-item.js';
|
|
35
|
+
import { defineCustomElement as defineCustomElement$x } from '@ionic/core/components/ion-item-divider.js';
|
|
36
|
+
import { defineCustomElement as defineCustomElement$y } from '@ionic/core/components/ion-item-group.js';
|
|
37
|
+
import { defineCustomElement as defineCustomElement$z } from '@ionic/core/components/ion-item-option.js';
|
|
38
|
+
import { defineCustomElement as defineCustomElement$A } from '@ionic/core/components/ion-item-options.js';
|
|
39
|
+
import { defineCustomElement as defineCustomElement$B } from '@ionic/core/components/ion-item-sliding.js';
|
|
40
|
+
import { defineCustomElement as defineCustomElement$C } from '@ionic/core/components/ion-label.js';
|
|
41
|
+
import { defineCustomElement as defineCustomElement$D } from '@ionic/core/components/ion-list.js';
|
|
42
|
+
import { defineCustomElement as defineCustomElement$E } from '@ionic/core/components/ion-list-header.js';
|
|
43
|
+
import { defineCustomElement as defineCustomElement$F } from '@ionic/core/components/ion-menu.js';
|
|
44
|
+
import { defineCustomElement as defineCustomElement$G } from '@ionic/core/components/ion-menu-button.js';
|
|
45
|
+
import { defineCustomElement as defineCustomElement$H } from '@ionic/core/components/ion-menu-toggle.js';
|
|
46
|
+
import { defineCustomElement as defineCustomElement$1j } from '@ionic/core/components/ion-nav.js';
|
|
47
|
+
import { defineCustomElement as defineCustomElement$I } from '@ionic/core/components/ion-nav-link.js';
|
|
48
|
+
import { defineCustomElement as defineCustomElement$J } from '@ionic/core/components/ion-note.js';
|
|
49
|
+
import { defineCustomElement as defineCustomElement$K } from '@ionic/core/components/ion-picker.js';
|
|
50
|
+
import { defineCustomElement as defineCustomElement$L } from '@ionic/core/components/ion-picker-column.js';
|
|
51
|
+
import { defineCustomElement as defineCustomElement$M } from '@ionic/core/components/ion-picker-column-option.js';
|
|
52
|
+
import { defineCustomElement as defineCustomElement$N } from '@ionic/core/components/ion-progress-bar.js';
|
|
53
|
+
import { defineCustomElement as defineCustomElement$O } from '@ionic/core/components/ion-radio.js';
|
|
54
|
+
import { defineCustomElement as defineCustomElement$P } from '@ionic/core/components/ion-radio-group.js';
|
|
55
|
+
import { defineCustomElement as defineCustomElement$Q } from '@ionic/core/components/ion-range.js';
|
|
56
|
+
import { defineCustomElement as defineCustomElement$R } from '@ionic/core/components/ion-refresher.js';
|
|
57
|
+
import { defineCustomElement as defineCustomElement$S } from '@ionic/core/components/ion-refresher-content.js';
|
|
58
|
+
import { defineCustomElement as defineCustomElement$T } from '@ionic/core/components/ion-reorder.js';
|
|
59
|
+
import { defineCustomElement as defineCustomElement$U } from '@ionic/core/components/ion-reorder-group.js';
|
|
60
|
+
import { defineCustomElement as defineCustomElement$V } from '@ionic/core/components/ion-ripple-effect.js';
|
|
61
|
+
import { defineCustomElement as defineCustomElement$W } from '@ionic/core/components/ion-row.js';
|
|
62
|
+
import { defineCustomElement as defineCustomElement$X } from '@ionic/core/components/ion-searchbar.js';
|
|
63
|
+
import { defineCustomElement as defineCustomElement$Y } from '@ionic/core/components/ion-segment.js';
|
|
64
|
+
import { defineCustomElement as defineCustomElement$Z } from '@ionic/core/components/ion-segment-button.js';
|
|
65
|
+
import { defineCustomElement as defineCustomElement$_ } from '@ionic/core/components/ion-segment-content.js';
|
|
66
|
+
import { defineCustomElement as defineCustomElement$$ } from '@ionic/core/components/ion-segment-view.js';
|
|
67
|
+
import { defineCustomElement as defineCustomElement$10 } from '@ionic/core/components/ion-select.js';
|
|
68
|
+
import { defineCustomElement as defineCustomElement$11 } from '@ionic/core/components/ion-select-modal.js';
|
|
69
|
+
import { defineCustomElement as defineCustomElement$12 } from '@ionic/core/components/ion-select-option.js';
|
|
70
|
+
import { defineCustomElement as defineCustomElement$13 } from '@ionic/core/components/ion-skeleton-text.js';
|
|
71
|
+
import { defineCustomElement as defineCustomElement$14 } from '@ionic/core/components/ion-spinner.js';
|
|
72
|
+
import { defineCustomElement as defineCustomElement$15 } from '@ionic/core/components/ion-split-pane.js';
|
|
73
|
+
import { defineCustomElement as defineCustomElement$16 } from '@ionic/core/components/ion-tab.js';
|
|
74
|
+
import { defineCustomElement as defineCustomElement$17 } from '@ionic/core/components/ion-text.js';
|
|
75
|
+
import { defineCustomElement as defineCustomElement$18 } from '@ionic/core/components/ion-textarea.js';
|
|
76
|
+
import { defineCustomElement as defineCustomElement$19 } from '@ionic/core/components/ion-thumbnail.js';
|
|
77
|
+
import { defineCustomElement as defineCustomElement$1a } from '@ionic/core/components/ion-title.js';
|
|
78
|
+
import { defineCustomElement as defineCustomElement$1b } from '@ionic/core/components/ion-toggle.js';
|
|
79
|
+
import { defineCustomElement as defineCustomElement$1c } from '@ionic/core/components/ion-toolbar.js';
|
|
79
80
|
import { LIFECYCLE_WILL_ENTER, LIFECYCLE_DID_ENTER, LIFECYCLE_WILL_LEAVE, LIFECYCLE_DID_LEAVE, initialize, modalController as modalController$1, popoverController as popoverController$1, alertController as alertController$1, actionSheetController as actionSheetController$1, loadingController as loadingController$1, pickerController as pickerController$1, toastController as toastController$1 } from '@ionic/core/components';
|
|
80
81
|
export { IonicSafeString, IonicSlides, createAnimation, createGesture, getIonPageElement, getPlatforms, getTimeGivenProgression, iosTransitionAnimation, isPlatform, mdTransitionAnimation, menuController, openURL } from '@ionic/core/components';
|
|
81
|
-
import { defineCustomElement as defineCustomElement$
|
|
82
|
-
import { defineCustomElement as defineCustomElement$
|
|
82
|
+
import { defineCustomElement as defineCustomElement$1d } from '@ionic/core/components/ion-back-button.js';
|
|
83
|
+
import { defineCustomElement as defineCustomElement$1e } from '@ionic/core/components/ion-router-outlet.js';
|
|
83
84
|
import { routeLocationKey, useRoute, matchedRouteKey } from 'vue-router';
|
|
84
|
-
import { defineCustomElement as defineCustomElement$
|
|
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$
|
|
85
|
+
import { defineCustomElement as defineCustomElement$1f } from '@ionic/core/components/ion-tab-button.js';
|
|
86
|
+
import { defineCustomElement as defineCustomElement$1g } from '@ionic/core/components/ion-tabs.js';
|
|
87
|
+
import { defineCustomElement as defineCustomElement$1h } from '@ionic/core/components/ion-tab-bar.js';
|
|
88
|
+
import { defineCustomElement as defineCustomElement$1i } from '@ionic/core/components/ion-app.js';
|
|
89
|
+
import { defineCustomElement as defineCustomElement$1k } from 'ionicons/components/ion-icon.js';
|
|
90
|
+
import { defineCustomElement as defineCustomElement$1l } from '@ionic/core/components/ion-action-sheet.js';
|
|
91
|
+
import { defineCustomElement as defineCustomElement$1m } from '@ionic/core/components/ion-alert.js';
|
|
92
|
+
import { defineCustomElement as defineCustomElement$1n } from '@ionic/core/components/ion-loading.js';
|
|
93
|
+
import { defineCustomElement as defineCustomElement$1o } from '@ionic/core/components/ion-modal.js';
|
|
94
|
+
import { defineCustomElement as defineCustomElement$1p } from '@ionic/core/components/ion-picker-legacy.js';
|
|
95
|
+
import { defineCustomElement as defineCustomElement$1q } from '@ionic/core/components/ion-popover.js';
|
|
96
|
+
import { defineCustomElement as defineCustomElement$1r } from '@ionic/core/components/ion-toast.js';
|
|
96
97
|
|
|
97
98
|
const UPDATE_VALUE_EVENT = 'update:modelValue';
|
|
98
99
|
const MODEL_VALUE = 'modelValue';
|
|
@@ -317,13 +318,18 @@ const IonAccordionGroup = /*@__PURE__*/ defineContainer('ion-accordion-group', d
|
|
|
317
318
|
'disabled',
|
|
318
319
|
'readonly',
|
|
319
320
|
'expand',
|
|
321
|
+
'shape',
|
|
320
322
|
'ionChange',
|
|
321
323
|
'ionValueChange'
|
|
322
324
|
], [
|
|
323
325
|
'ionChange',
|
|
324
326
|
'ionValueChange'
|
|
325
327
|
], 'value', 'ion-change');
|
|
326
|
-
const IonAvatar = /*@__PURE__*/ defineContainer('ion-avatar', defineCustomElement$2
|
|
328
|
+
const IonAvatar = /*@__PURE__*/ defineContainer('ion-avatar', defineCustomElement$2, [
|
|
329
|
+
'size',
|
|
330
|
+
'shape',
|
|
331
|
+
'disabled'
|
|
332
|
+
]);
|
|
327
333
|
const IonBackdrop = /*@__PURE__*/ defineContainer('ion-backdrop', defineCustomElement$3, [
|
|
328
334
|
'visible',
|
|
329
335
|
'tappable',
|
|
@@ -333,7 +339,10 @@ const IonBackdrop = /*@__PURE__*/ defineContainer('ion-backdrop', defineCustomEl
|
|
|
333
339
|
'ionBackdropTap'
|
|
334
340
|
]);
|
|
335
341
|
const IonBadge = /*@__PURE__*/ defineContainer('ion-badge', defineCustomElement$4, [
|
|
336
|
-
'color'
|
|
342
|
+
'color',
|
|
343
|
+
'shape',
|
|
344
|
+
'size',
|
|
345
|
+
'vertical'
|
|
337
346
|
]);
|
|
338
347
|
const IonBreadcrumb = /*@__PURE__*/ defineContainer('ion-breadcrumb', defineCustomElement$5, [
|
|
339
348
|
'collapsed',
|
|
@@ -402,6 +411,7 @@ const IonCard = /*@__PURE__*/ defineContainer('ion-card', defineCustomElement$9,
|
|
|
402
411
|
'rel',
|
|
403
412
|
'routerDirection',
|
|
404
413
|
'routerAnimation',
|
|
414
|
+
'shape',
|
|
405
415
|
'target'
|
|
406
416
|
]);
|
|
407
417
|
const IonCardContent = /*@__PURE__*/ defineContainer('ion-card-content', defineCustomElement$a);
|
|
@@ -428,6 +438,8 @@ const IonCheckbox = /*@__PURE__*/ defineContainer('ion-checkbox', defineCustomEl
|
|
|
428
438
|
'justify',
|
|
429
439
|
'alignment',
|
|
430
440
|
'required',
|
|
441
|
+
'shape',
|
|
442
|
+
'size',
|
|
431
443
|
'ionChange',
|
|
432
444
|
'ionFocus',
|
|
433
445
|
'ionBlur'
|
|
@@ -439,7 +451,9 @@ const IonCheckbox = /*@__PURE__*/ defineContainer('ion-checkbox', defineCustomEl
|
|
|
439
451
|
const IonChip = /*@__PURE__*/ defineContainer('ion-chip', defineCustomElement$f, [
|
|
440
452
|
'color',
|
|
441
453
|
'outline',
|
|
442
|
-
'disabled'
|
|
454
|
+
'disabled',
|
|
455
|
+
'shape',
|
|
456
|
+
'size'
|
|
443
457
|
]);
|
|
444
458
|
const IonCol = /*@__PURE__*/ defineContainer('ion-col', defineCustomElement$g, [
|
|
445
459
|
'offset',
|
|
@@ -535,13 +549,17 @@ const IonDatetimeButton = /*@__PURE__*/ defineContainer('ion-datetime-button', d
|
|
|
535
549
|
'disabled',
|
|
536
550
|
'datetime'
|
|
537
551
|
]);
|
|
538
|
-
const
|
|
552
|
+
const IonDivider = /*@__PURE__*/ defineContainer('ion-divider', defineCustomElement$k, [
|
|
553
|
+
'spacing',
|
|
554
|
+
'inset'
|
|
555
|
+
]);
|
|
556
|
+
const IonFab = /*@__PURE__*/ defineContainer('ion-fab', defineCustomElement$l, [
|
|
539
557
|
'horizontal',
|
|
540
558
|
'vertical',
|
|
541
559
|
'edge',
|
|
542
560
|
'activated'
|
|
543
561
|
]);
|
|
544
|
-
const IonFabButton = /*@__PURE__*/ defineContainer('ion-fab-button', defineCustomElement$
|
|
562
|
+
const IonFabButton = /*@__PURE__*/ defineContainer('ion-fab-button', defineCustomElement$m, [
|
|
545
563
|
'color',
|
|
546
564
|
'activated',
|
|
547
565
|
'disabled',
|
|
@@ -562,22 +580,23 @@ const IonFabButton = /*@__PURE__*/ defineContainer('ion-fab-button', defineCusto
|
|
|
562
580
|
'ionFocus',
|
|
563
581
|
'ionBlur'
|
|
564
582
|
]);
|
|
565
|
-
const IonFabList = /*@__PURE__*/ defineContainer('ion-fab-list', defineCustomElement$
|
|
583
|
+
const IonFabList = /*@__PURE__*/ defineContainer('ion-fab-list', defineCustomElement$n, [
|
|
566
584
|
'activated',
|
|
567
585
|
'side'
|
|
568
586
|
]);
|
|
569
|
-
const IonFooter = /*@__PURE__*/ defineContainer('ion-footer', defineCustomElement$
|
|
587
|
+
const IonFooter = /*@__PURE__*/ defineContainer('ion-footer', defineCustomElement$o, [
|
|
570
588
|
'collapse',
|
|
571
589
|
'translucent'
|
|
572
590
|
]);
|
|
573
|
-
const IonGrid = /*@__PURE__*/ defineContainer('ion-grid', defineCustomElement$
|
|
591
|
+
const IonGrid = /*@__PURE__*/ defineContainer('ion-grid', defineCustomElement$p, [
|
|
574
592
|
'fixed'
|
|
575
593
|
]);
|
|
576
|
-
const IonHeader = /*@__PURE__*/ defineContainer('ion-header', defineCustomElement$
|
|
594
|
+
const IonHeader = /*@__PURE__*/ defineContainer('ion-header', defineCustomElement$q, [
|
|
577
595
|
'collapse',
|
|
596
|
+
'divider',
|
|
578
597
|
'translucent'
|
|
579
598
|
]);
|
|
580
|
-
const IonImg = /*@__PURE__*/ defineContainer('ion-img', defineCustomElement$
|
|
599
|
+
const IonImg = /*@__PURE__*/ defineContainer('ion-img', defineCustomElement$r, [
|
|
581
600
|
'alt',
|
|
582
601
|
'src',
|
|
583
602
|
'ionImgWillLoad',
|
|
@@ -588,7 +607,7 @@ const IonImg = /*@__PURE__*/ defineContainer('ion-img', defineCustomElement$q, [
|
|
|
588
607
|
'ionImgDidLoad',
|
|
589
608
|
'ionError'
|
|
590
609
|
]);
|
|
591
|
-
const IonInfiniteScroll = /*@__PURE__*/ defineContainer('ion-infinite-scroll', defineCustomElement$
|
|
610
|
+
const IonInfiniteScroll = /*@__PURE__*/ defineContainer('ion-infinite-scroll', defineCustomElement$s, [
|
|
592
611
|
'threshold',
|
|
593
612
|
'disabled',
|
|
594
613
|
'position',
|
|
@@ -596,11 +615,11 @@ const IonInfiniteScroll = /*@__PURE__*/ defineContainer('ion-infinite-scroll', d
|
|
|
596
615
|
], [
|
|
597
616
|
'ionInfinite'
|
|
598
617
|
]);
|
|
599
|
-
const IonInfiniteScrollContent = /*@__PURE__*/ defineContainer('ion-infinite-scroll-content', defineCustomElement$
|
|
618
|
+
const IonInfiniteScrollContent = /*@__PURE__*/ defineContainer('ion-infinite-scroll-content', defineCustomElement$t, [
|
|
600
619
|
'loadingSpinner',
|
|
601
620
|
'loadingText'
|
|
602
621
|
]);
|
|
603
|
-
const IonInput = /*@__PURE__*/ defineContainer('ion-input', defineCustomElement$
|
|
622
|
+
const IonInput = /*@__PURE__*/ defineContainer('ion-input', defineCustomElement$u, [
|
|
604
623
|
'color',
|
|
605
624
|
'autocapitalize',
|
|
606
625
|
'autocomplete',
|
|
@@ -633,6 +652,7 @@ const IonInput = /*@__PURE__*/ defineContainer('ion-input', defineCustomElement$
|
|
|
633
652
|
'shape',
|
|
634
653
|
'spellcheck',
|
|
635
654
|
'step',
|
|
655
|
+
'size',
|
|
636
656
|
'type',
|
|
637
657
|
'value',
|
|
638
658
|
'ionInput',
|
|
@@ -645,13 +665,13 @@ const IonInput = /*@__PURE__*/ defineContainer('ion-input', defineCustomElement$
|
|
|
645
665
|
'ionBlur',
|
|
646
666
|
'ionFocus'
|
|
647
667
|
], 'value', 'ion-input');
|
|
648
|
-
const IonInputPasswordToggle = /*@__PURE__*/ defineContainer('ion-input-password-toggle', defineCustomElement$
|
|
668
|
+
const IonInputPasswordToggle = /*@__PURE__*/ defineContainer('ion-input-password-toggle', defineCustomElement$v, [
|
|
649
669
|
'color',
|
|
650
670
|
'showIcon',
|
|
651
671
|
'hideIcon',
|
|
652
672
|
'type'
|
|
653
673
|
]);
|
|
654
|
-
const IonItem = /*@__PURE__*/ defineContainer('ion-item', defineCustomElement$
|
|
674
|
+
const IonItem = /*@__PURE__*/ defineContainer('ion-item', defineCustomElement$w, [
|
|
655
675
|
'color',
|
|
656
676
|
'button',
|
|
657
677
|
'detail',
|
|
@@ -666,12 +686,12 @@ const IonItem = /*@__PURE__*/ defineContainer('ion-item', defineCustomElement$v,
|
|
|
666
686
|
'target',
|
|
667
687
|
'type'
|
|
668
688
|
]);
|
|
669
|
-
const IonItemDivider = /*@__PURE__*/ defineContainer('ion-item-divider', defineCustomElement$
|
|
689
|
+
const IonItemDivider = /*@__PURE__*/ defineContainer('ion-item-divider', defineCustomElement$x, [
|
|
670
690
|
'color',
|
|
671
691
|
'sticky'
|
|
672
692
|
]);
|
|
673
|
-
const IonItemGroup = /*@__PURE__*/ defineContainer('ion-item-group', defineCustomElement$
|
|
674
|
-
const IonItemOption = /*@__PURE__*/ defineContainer('ion-item-option', defineCustomElement$
|
|
693
|
+
const IonItemGroup = /*@__PURE__*/ defineContainer('ion-item-group', defineCustomElement$y);
|
|
694
|
+
const IonItemOption = /*@__PURE__*/ defineContainer('ion-item-option', defineCustomElement$z, [
|
|
675
695
|
'color',
|
|
676
696
|
'disabled',
|
|
677
697
|
'download',
|
|
@@ -679,21 +699,22 @@ const IonItemOption = /*@__PURE__*/ defineContainer('ion-item-option', defineCus
|
|
|
679
699
|
'href',
|
|
680
700
|
'rel',
|
|
681
701
|
'target',
|
|
682
|
-
'type'
|
|
702
|
+
'type',
|
|
703
|
+
'shape'
|
|
683
704
|
]);
|
|
684
|
-
const IonItemOptions = /*@__PURE__*/ defineContainer('ion-item-options', defineCustomElement$
|
|
705
|
+
const IonItemOptions = /*@__PURE__*/ defineContainer('ion-item-options', defineCustomElement$A, [
|
|
685
706
|
'side',
|
|
686
707
|
'ionSwipe'
|
|
687
708
|
], [
|
|
688
709
|
'ionSwipe'
|
|
689
710
|
]);
|
|
690
|
-
const IonItemSliding = /*@__PURE__*/ defineContainer('ion-item-sliding', defineCustomElement$
|
|
711
|
+
const IonItemSliding = /*@__PURE__*/ defineContainer('ion-item-sliding', defineCustomElement$B, [
|
|
691
712
|
'disabled',
|
|
692
713
|
'ionDrag'
|
|
693
714
|
], [
|
|
694
715
|
'ionDrag'
|
|
695
716
|
]);
|
|
696
|
-
const IonLabel = /*@__PURE__*/ defineContainer('ion-label', defineCustomElement$
|
|
717
|
+
const IonLabel = /*@__PURE__*/ defineContainer('ion-label', defineCustomElement$C, [
|
|
697
718
|
'color',
|
|
698
719
|
'position',
|
|
699
720
|
'ionColor',
|
|
@@ -702,15 +723,16 @@ const IonLabel = /*@__PURE__*/ defineContainer('ion-label', defineCustomElement$
|
|
|
702
723
|
'ionColor',
|
|
703
724
|
'ionStyle'
|
|
704
725
|
]);
|
|
705
|
-
const IonList = /*@__PURE__*/ defineContainer('ion-list', defineCustomElement$
|
|
726
|
+
const IonList = /*@__PURE__*/ defineContainer('ion-list', defineCustomElement$D, [
|
|
706
727
|
'lines',
|
|
707
|
-
'inset'
|
|
728
|
+
'inset',
|
|
729
|
+
'shape'
|
|
708
730
|
]);
|
|
709
|
-
const IonListHeader = /*@__PURE__*/ defineContainer('ion-list-header', defineCustomElement$
|
|
731
|
+
const IonListHeader = /*@__PURE__*/ defineContainer('ion-list-header', defineCustomElement$E, [
|
|
710
732
|
'color',
|
|
711
733
|
'lines'
|
|
712
734
|
]);
|
|
713
|
-
const IonMenu = /*@__PURE__*/ defineContainer('ion-menu', defineCustomElement$
|
|
735
|
+
const IonMenu = /*@__PURE__*/ defineContainer('ion-menu', defineCustomElement$F, [
|
|
714
736
|
'contentId',
|
|
715
737
|
'menuId',
|
|
716
738
|
'type',
|
|
@@ -730,32 +752,32 @@ const IonMenu = /*@__PURE__*/ defineContainer('ion-menu', defineCustomElement$E,
|
|
|
730
752
|
'ionDidClose',
|
|
731
753
|
'ionMenuChange'
|
|
732
754
|
]);
|
|
733
|
-
const IonMenuButton = /*@__PURE__*/ defineContainer('ion-menu-button', defineCustomElement$
|
|
755
|
+
const IonMenuButton = /*@__PURE__*/ defineContainer('ion-menu-button', defineCustomElement$G, [
|
|
734
756
|
'color',
|
|
735
757
|
'disabled',
|
|
736
758
|
'menu',
|
|
737
759
|
'autoHide',
|
|
738
760
|
'type'
|
|
739
761
|
]);
|
|
740
|
-
const IonMenuToggle = /*@__PURE__*/ defineContainer('ion-menu-toggle', defineCustomElement$
|
|
762
|
+
const IonMenuToggle = /*@__PURE__*/ defineContainer('ion-menu-toggle', defineCustomElement$H, [
|
|
741
763
|
'menu',
|
|
742
764
|
'autoHide'
|
|
743
765
|
]);
|
|
744
|
-
const IonNavLink = /*@__PURE__*/ defineContainer('ion-nav-link', defineCustomElement$
|
|
766
|
+
const IonNavLink = /*@__PURE__*/ defineContainer('ion-nav-link', defineCustomElement$I, [
|
|
745
767
|
'component',
|
|
746
768
|
'componentProps',
|
|
747
769
|
'routerDirection',
|
|
748
770
|
'routerAnimation'
|
|
749
771
|
]);
|
|
750
|
-
const IonNote = /*@__PURE__*/ defineContainer('ion-note', defineCustomElement$
|
|
772
|
+
const IonNote = /*@__PURE__*/ defineContainer('ion-note', defineCustomElement$J, [
|
|
751
773
|
'color'
|
|
752
774
|
]);
|
|
753
|
-
const IonPicker = /*@__PURE__*/ defineContainer('ion-picker', defineCustomElement$
|
|
775
|
+
const IonPicker = /*@__PURE__*/ defineContainer('ion-picker', defineCustomElement$K, [
|
|
754
776
|
'ionInputModeChange'
|
|
755
777
|
], [
|
|
756
778
|
'ionInputModeChange'
|
|
757
779
|
]);
|
|
758
|
-
const IonPickerColumn = /*@__PURE__*/ defineContainer('ion-picker-column', defineCustomElement$
|
|
780
|
+
const IonPickerColumn = /*@__PURE__*/ defineContainer('ion-picker-column', defineCustomElement$L, [
|
|
759
781
|
'disabled',
|
|
760
782
|
'value',
|
|
761
783
|
'color',
|
|
@@ -764,19 +786,20 @@ const IonPickerColumn = /*@__PURE__*/ defineContainer('ion-picker-column', defin
|
|
|
764
786
|
], [
|
|
765
787
|
'ionChange'
|
|
766
788
|
]);
|
|
767
|
-
const IonPickerColumnOption = /*@__PURE__*/ defineContainer('ion-picker-column-option', defineCustomElement$
|
|
789
|
+
const IonPickerColumnOption = /*@__PURE__*/ defineContainer('ion-picker-column-option', defineCustomElement$M, [
|
|
768
790
|
'disabled',
|
|
769
791
|
'value',
|
|
770
792
|
'color'
|
|
771
793
|
]);
|
|
772
|
-
const IonProgressBar = /*@__PURE__*/ defineContainer('ion-progress-bar', defineCustomElement$
|
|
794
|
+
const IonProgressBar = /*@__PURE__*/ defineContainer('ion-progress-bar', defineCustomElement$N, [
|
|
773
795
|
'type',
|
|
774
796
|
'reversed',
|
|
775
797
|
'value',
|
|
776
798
|
'buffer',
|
|
777
|
-
'color'
|
|
799
|
+
'color',
|
|
800
|
+
'shape'
|
|
778
801
|
]);
|
|
779
|
-
const IonRadio = /*@__PURE__*/ defineContainer('ion-radio', defineCustomElement$
|
|
802
|
+
const IonRadio = /*@__PURE__*/ defineContainer('ion-radio', defineCustomElement$O, [
|
|
780
803
|
'color',
|
|
781
804
|
'name',
|
|
782
805
|
'disabled',
|
|
@@ -790,7 +813,7 @@ const IonRadio = /*@__PURE__*/ defineContainer('ion-radio', defineCustomElement$
|
|
|
790
813
|
'ionFocus',
|
|
791
814
|
'ionBlur'
|
|
792
815
|
], 'value', 'ion-change');
|
|
793
|
-
const IonRadioGroup = /*@__PURE__*/ defineContainer('ion-radio-group', defineCustomElement$
|
|
816
|
+
const IonRadioGroup = /*@__PURE__*/ defineContainer('ion-radio-group', defineCustomElement$P, [
|
|
794
817
|
'allowEmptySelection',
|
|
795
818
|
'compareWith',
|
|
796
819
|
'name',
|
|
@@ -803,7 +826,7 @@ const IonRadioGroup = /*@__PURE__*/ defineContainer('ion-radio-group', defineCus
|
|
|
803
826
|
'ionChange',
|
|
804
827
|
'ionValueChange'
|
|
805
828
|
], 'value', 'ion-change');
|
|
806
|
-
const IonRange = /*@__PURE__*/ defineContainer('ion-range', defineCustomElement$
|
|
829
|
+
const IonRange = /*@__PURE__*/ defineContainer('ion-range', defineCustomElement$Q, [
|
|
807
830
|
'color',
|
|
808
831
|
'debounce',
|
|
809
832
|
'name',
|
|
@@ -834,7 +857,7 @@ const IonRange = /*@__PURE__*/ defineContainer('ion-range', defineCustomElement$
|
|
|
834
857
|
'ionKnobMoveStart',
|
|
835
858
|
'ionKnobMoveEnd'
|
|
836
859
|
], 'value', 'ion-input');
|
|
837
|
-
const IonRefresher = /*@__PURE__*/ defineContainer('ion-refresher', defineCustomElement$
|
|
860
|
+
const IonRefresher = /*@__PURE__*/ defineContainer('ion-refresher', defineCustomElement$R, [
|
|
838
861
|
'pullMin',
|
|
839
862
|
'pullMax',
|
|
840
863
|
'closeDuration',
|
|
@@ -849,24 +872,24 @@ const IonRefresher = /*@__PURE__*/ defineContainer('ion-refresher', defineCustom
|
|
|
849
872
|
'ionPull',
|
|
850
873
|
'ionStart'
|
|
851
874
|
]);
|
|
852
|
-
const IonRefresherContent = /*@__PURE__*/ defineContainer('ion-refresher-content', defineCustomElement$
|
|
875
|
+
const IonRefresherContent = /*@__PURE__*/ defineContainer('ion-refresher-content', defineCustomElement$S, [
|
|
853
876
|
'pullingIcon',
|
|
854
877
|
'pullingText',
|
|
855
878
|
'refreshingSpinner',
|
|
856
879
|
'refreshingText'
|
|
857
880
|
]);
|
|
858
|
-
const IonReorder = /*@__PURE__*/ defineContainer('ion-reorder', defineCustomElement$
|
|
859
|
-
const IonReorderGroup = /*@__PURE__*/ defineContainer('ion-reorder-group', defineCustomElement$
|
|
881
|
+
const IonReorder = /*@__PURE__*/ defineContainer('ion-reorder', defineCustomElement$T);
|
|
882
|
+
const IonReorderGroup = /*@__PURE__*/ defineContainer('ion-reorder-group', defineCustomElement$U, [
|
|
860
883
|
'disabled',
|
|
861
884
|
'ionItemReorder'
|
|
862
885
|
], [
|
|
863
886
|
'ionItemReorder'
|
|
864
887
|
]);
|
|
865
|
-
const IonRippleEffect = /*@__PURE__*/ defineContainer('ion-ripple-effect', defineCustomElement$
|
|
888
|
+
const IonRippleEffect = /*@__PURE__*/ defineContainer('ion-ripple-effect', defineCustomElement$V, [
|
|
866
889
|
'type'
|
|
867
890
|
]);
|
|
868
|
-
const IonRow = /*@__PURE__*/ defineContainer('ion-row', defineCustomElement$
|
|
869
|
-
const IonSearchbar = /*@__PURE__*/ defineContainer('ion-searchbar', defineCustomElement$
|
|
891
|
+
const IonRow = /*@__PURE__*/ defineContainer('ion-row', defineCustomElement$W);
|
|
892
|
+
const IonSearchbar = /*@__PURE__*/ defineContainer('ion-searchbar', defineCustomElement$X, [
|
|
870
893
|
'color',
|
|
871
894
|
'animated',
|
|
872
895
|
'autocapitalize',
|
|
@@ -889,6 +912,8 @@ const IonSearchbar = /*@__PURE__*/ defineContainer('ion-searchbar', defineCustom
|
|
|
889
912
|
'spellcheck',
|
|
890
913
|
'type',
|
|
891
914
|
'value',
|
|
915
|
+
'shape',
|
|
916
|
+
'size',
|
|
892
917
|
'ionInput',
|
|
893
918
|
'ionChange',
|
|
894
919
|
'ionCancel',
|
|
@@ -905,7 +930,7 @@ const IonSearchbar = /*@__PURE__*/ defineContainer('ion-searchbar', defineCustom
|
|
|
905
930
|
'ionFocus',
|
|
906
931
|
'ionStyle'
|
|
907
932
|
], 'value', 'ion-input');
|
|
908
|
-
const IonSegment = /*@__PURE__*/ defineContainer('ion-segment', defineCustomElement$
|
|
933
|
+
const IonSegment = /*@__PURE__*/ defineContainer('ion-segment', defineCustomElement$Y, [
|
|
909
934
|
'color',
|
|
910
935
|
'disabled',
|
|
911
936
|
'scrollable',
|
|
@@ -920,21 +945,21 @@ const IonSegment = /*@__PURE__*/ defineContainer('ion-segment', defineCustomElem
|
|
|
920
945
|
'ionSelect',
|
|
921
946
|
'ionStyle'
|
|
922
947
|
], 'value', 'ion-change');
|
|
923
|
-
const IonSegmentButton = /*@__PURE__*/ defineContainer('ion-segment-button', defineCustomElement$
|
|
948
|
+
const IonSegmentButton = /*@__PURE__*/ defineContainer('ion-segment-button', defineCustomElement$Z, [
|
|
924
949
|
'contentId',
|
|
925
950
|
'disabled',
|
|
926
951
|
'layout',
|
|
927
952
|
'type',
|
|
928
953
|
'value'
|
|
929
954
|
], [], 'value', 'ion-change');
|
|
930
|
-
const IonSegmentContent = /*@__PURE__*/ defineContainer('ion-segment-content', defineCustomElement$
|
|
931
|
-
const IonSegmentView = /*@__PURE__*/ defineContainer('ion-segment-view', defineCustomElement
|
|
955
|
+
const IonSegmentContent = /*@__PURE__*/ defineContainer('ion-segment-content', defineCustomElement$_);
|
|
956
|
+
const IonSegmentView = /*@__PURE__*/ defineContainer('ion-segment-view', defineCustomElement$$, [
|
|
932
957
|
'disabled',
|
|
933
958
|
'ionSegmentViewScroll'
|
|
934
959
|
], [
|
|
935
960
|
'ionSegmentViewScroll'
|
|
936
961
|
]);
|
|
937
|
-
const IonSelect = /*@__PURE__*/ defineContainer('ion-select', defineCustomElement
|
|
962
|
+
const IonSelect = /*@__PURE__*/ defineContainer('ion-select', defineCustomElement$10, [
|
|
938
963
|
'cancelText',
|
|
939
964
|
'color',
|
|
940
965
|
'compareWith',
|
|
@@ -954,9 +979,10 @@ const IonSelect = /*@__PURE__*/ defineContainer('ion-select', defineCustomElemen
|
|
|
954
979
|
'selectedText',
|
|
955
980
|
'toggleIcon',
|
|
956
981
|
'expandedIcon',
|
|
982
|
+
'required',
|
|
957
983
|
'shape',
|
|
984
|
+
'size',
|
|
958
985
|
'value',
|
|
959
|
-
'required',
|
|
960
986
|
'ionChange',
|
|
961
987
|
'ionCancel',
|
|
962
988
|
'ionDismiss',
|
|
@@ -971,28 +997,29 @@ const IonSelect = /*@__PURE__*/ defineContainer('ion-select', defineCustomElemen
|
|
|
971
997
|
'ionBlur',
|
|
972
998
|
'ionStyle'
|
|
973
999
|
], 'value', 'ion-change');
|
|
974
|
-
const IonSelectModal = /*@__PURE__*/ defineContainer('ion-select-modal', defineCustomElement$
|
|
1000
|
+
const IonSelectModal = /*@__PURE__*/ defineContainer('ion-select-modal', defineCustomElement$11, [
|
|
975
1001
|
'header',
|
|
976
1002
|
'multiple',
|
|
977
1003
|
'options'
|
|
978
1004
|
]);
|
|
979
|
-
const IonSelectOption = /*@__PURE__*/ defineContainer('ion-select-option', defineCustomElement$
|
|
1005
|
+
const IonSelectOption = /*@__PURE__*/ defineContainer('ion-select-option', defineCustomElement$12, [
|
|
980
1006
|
'disabled',
|
|
981
1007
|
'value'
|
|
982
1008
|
]);
|
|
983
|
-
const IonSkeletonText = /*@__PURE__*/ defineContainer('ion-skeleton-text', defineCustomElement$
|
|
1009
|
+
const IonSkeletonText = /*@__PURE__*/ defineContainer('ion-skeleton-text', defineCustomElement$13, [
|
|
984
1010
|
'animated',
|
|
985
1011
|
'ionStyle'
|
|
986
1012
|
], [
|
|
987
1013
|
'ionStyle'
|
|
988
1014
|
]);
|
|
989
|
-
const IonSpinner = /*@__PURE__*/ defineContainer('ion-spinner', defineCustomElement$
|
|
1015
|
+
const IonSpinner = /*@__PURE__*/ defineContainer('ion-spinner', defineCustomElement$14, [
|
|
990
1016
|
'color',
|
|
991
1017
|
'duration',
|
|
992
1018
|
'name',
|
|
993
|
-
'paused'
|
|
1019
|
+
'paused',
|
|
1020
|
+
'size'
|
|
994
1021
|
]);
|
|
995
|
-
const IonSplitPane = /*@__PURE__*/ defineContainer('ion-split-pane', defineCustomElement$
|
|
1022
|
+
const IonSplitPane = /*@__PURE__*/ defineContainer('ion-split-pane', defineCustomElement$15, [
|
|
996
1023
|
'contentId',
|
|
997
1024
|
'disabled',
|
|
998
1025
|
'when',
|
|
@@ -1000,16 +1027,16 @@ const IonSplitPane = /*@__PURE__*/ defineContainer('ion-split-pane', defineCusto
|
|
|
1000
1027
|
], [
|
|
1001
1028
|
'ionSplitPaneVisible'
|
|
1002
1029
|
]);
|
|
1003
|
-
const IonTab = /*@__PURE__*/ defineContainer('ion-tab', defineCustomElement$
|
|
1030
|
+
const IonTab = /*@__PURE__*/ defineContainer('ion-tab', defineCustomElement$16, [
|
|
1004
1031
|
'active',
|
|
1005
1032
|
'delegate',
|
|
1006
1033
|
'tab',
|
|
1007
1034
|
'component'
|
|
1008
1035
|
]);
|
|
1009
|
-
const IonText = /*@__PURE__*/ defineContainer('ion-text', defineCustomElement$
|
|
1036
|
+
const IonText = /*@__PURE__*/ defineContainer('ion-text', defineCustomElement$17, [
|
|
1010
1037
|
'color'
|
|
1011
1038
|
]);
|
|
1012
|
-
const IonTextarea = /*@__PURE__*/ defineContainer('ion-textarea', defineCustomElement$
|
|
1039
|
+
const IonTextarea = /*@__PURE__*/ defineContainer('ion-textarea', defineCustomElement$18, [
|
|
1013
1040
|
'color',
|
|
1014
1041
|
'autocapitalize',
|
|
1015
1042
|
'autofocus',
|
|
@@ -1038,6 +1065,7 @@ const IonTextarea = /*@__PURE__*/ defineContainer('ion-textarea', defineCustomEl
|
|
|
1038
1065
|
'label',
|
|
1039
1066
|
'labelPlacement',
|
|
1040
1067
|
'shape',
|
|
1068
|
+
'size',
|
|
1041
1069
|
'ionChange',
|
|
1042
1070
|
'ionInput',
|
|
1043
1071
|
'ionBlur',
|
|
@@ -1048,15 +1076,15 @@ const IonTextarea = /*@__PURE__*/ defineContainer('ion-textarea', defineCustomEl
|
|
|
1048
1076
|
'ionBlur',
|
|
1049
1077
|
'ionFocus'
|
|
1050
1078
|
], 'value', 'ion-input');
|
|
1051
|
-
const IonThumbnail = /*@__PURE__*/ defineContainer('ion-thumbnail', defineCustomElement$
|
|
1052
|
-
const IonTitle = /*@__PURE__*/ defineContainer('ion-title', defineCustomElement$
|
|
1079
|
+
const IonThumbnail = /*@__PURE__*/ defineContainer('ion-thumbnail', defineCustomElement$19);
|
|
1080
|
+
const IonTitle = /*@__PURE__*/ defineContainer('ion-title', defineCustomElement$1a, [
|
|
1053
1081
|
'color',
|
|
1054
1082
|
'size',
|
|
1055
1083
|
'ionStyle'
|
|
1056
1084
|
], [
|
|
1057
1085
|
'ionStyle'
|
|
1058
1086
|
]);
|
|
1059
|
-
const IonToggle = /*@__PURE__*/ defineContainer('ion-toggle', defineCustomElement$
|
|
1087
|
+
const IonToggle = /*@__PURE__*/ defineContainer('ion-toggle', defineCustomElement$1b, [
|
|
1060
1088
|
'color',
|
|
1061
1089
|
'name',
|
|
1062
1090
|
'checked',
|
|
@@ -1077,7 +1105,7 @@ const IonToggle = /*@__PURE__*/ defineContainer('ion-toggle', defineCustomElemen
|
|
|
1077
1105
|
'ionFocus',
|
|
1078
1106
|
'ionBlur'
|
|
1079
1107
|
], 'checked', 'ion-change');
|
|
1080
|
-
const IonToolbar = /*@__PURE__*/ defineContainer('ion-toolbar', defineCustomElement$
|
|
1108
|
+
const IonToolbar = /*@__PURE__*/ defineContainer('ion-toolbar', defineCustomElement$1c, [
|
|
1081
1109
|
'color'
|
|
1082
1110
|
]);
|
|
1083
1111
|
|
|
@@ -1241,7 +1269,7 @@ const IonicVue = {
|
|
|
1241
1269
|
};
|
|
1242
1270
|
|
|
1243
1271
|
const IonBackButton = /*@__PURE__*/ defineComponent((_, { attrs, slots }) => {
|
|
1244
|
-
defineCustomElement$
|
|
1272
|
+
defineCustomElement$1d();
|
|
1245
1273
|
// TODO(FW-2969): type
|
|
1246
1274
|
const ionRouter = inject("navManager");
|
|
1247
1275
|
const onClick = () => {
|
|
@@ -1288,7 +1316,7 @@ const viewDepthKey = Symbol(0);
|
|
|
1288
1316
|
const IonRouterOutlet = /*@__PURE__*/ defineComponent({
|
|
1289
1317
|
name: "IonRouterOutlet",
|
|
1290
1318
|
setup() {
|
|
1291
|
-
defineCustomElement$
|
|
1319
|
+
defineCustomElement$1e();
|
|
1292
1320
|
const injectedRoute = inject(routeLocationKey);
|
|
1293
1321
|
const route = useRoute();
|
|
1294
1322
|
const depth = inject(viewDepthKey, 0);
|
|
@@ -1728,7 +1756,7 @@ const IonTabButton = /*@__PURE__*/ defineComponent({
|
|
|
1728
1756
|
},
|
|
1729
1757
|
},
|
|
1730
1758
|
setup(props, { slots }) {
|
|
1731
|
-
defineCustomElement$
|
|
1759
|
+
defineCustomElement$1f();
|
|
1732
1760
|
// TODO(FW-2969): type
|
|
1733
1761
|
const ionRouter = inject("navManager", null);
|
|
1734
1762
|
const onClick = (ev) => {
|
|
@@ -1857,7 +1885,7 @@ const IonTabs = /*@__PURE__*/ defineComponent({
|
|
|
1857
1885
|
* `selectedTab` from core, which may occur if the custom
|
|
1858
1886
|
* element is defined too early in the component's lifecycle.
|
|
1859
1887
|
*/
|
|
1860
|
-
defineCustomElement$
|
|
1888
|
+
defineCustomElement$1g();
|
|
1861
1889
|
},
|
|
1862
1890
|
render() {
|
|
1863
1891
|
const { slots, props } = this;
|
|
@@ -2123,7 +2151,7 @@ const IonTabBar = defineComponent({
|
|
|
2123
2151
|
ionRouter === null || ionRouter === void 0 ? void 0 : ionRouter.registerHistoryChangeListener(() => this.checkActiveTab(ionRouter));
|
|
2124
2152
|
},
|
|
2125
2153
|
setup(_, { slots }) {
|
|
2126
|
-
defineCustomElement$
|
|
2154
|
+
defineCustomElement$1h();
|
|
2127
2155
|
return () => {
|
|
2128
2156
|
return h("ion-tab-bar", { ref: "ionTabBar" }, slots.default && slots.default());
|
|
2129
2157
|
};
|
|
@@ -2132,7 +2160,7 @@ const IonTabBar = defineComponent({
|
|
|
2132
2160
|
|
|
2133
2161
|
const userComponents = shallowRef([]);
|
|
2134
2162
|
const IonApp = /*@__PURE__*/ defineComponent((_, { attrs, slots }) => {
|
|
2135
|
-
defineCustomElement$
|
|
2163
|
+
defineCustomElement$1i();
|
|
2136
2164
|
return () => {
|
|
2137
2165
|
return h("ion-app", Object.assign({ name: "IonApp" }, attrs), [slots.default && slots.default(), ...userComponents.value]);
|
|
2138
2166
|
};
|
|
@@ -2185,7 +2213,7 @@ const VueDelegate = (addFn = addTeleportedUserComponent, removeFn = removeTelepo
|
|
|
2185
2213
|
};
|
|
2186
2214
|
|
|
2187
2215
|
const IonNav = /*@__PURE__*/ defineComponent((props) => {
|
|
2188
|
-
defineCustomElement$
|
|
2216
|
+
defineCustomElement$1j();
|
|
2189
2217
|
const views = shallowRef([]);
|
|
2190
2218
|
/**
|
|
2191
2219
|
* Allows us to create the component
|
|
@@ -2232,7 +2260,7 @@ const IonNav = /*@__PURE__*/ defineComponent((props) => {
|
|
|
2232
2260
|
});
|
|
2233
2261
|
|
|
2234
2262
|
const IonIcon = /*@__PURE__*/ defineComponent((props, { slots }) => {
|
|
2235
|
-
defineCustomElement$
|
|
2263
|
+
defineCustomElement$1k();
|
|
2236
2264
|
return () => {
|
|
2237
2265
|
var _a, _b;
|
|
2238
2266
|
const { icon, ios, md, mode } = props;
|
|
@@ -2456,13 +2484,13 @@ const defineOverlayContainer = (name, defineCustomElement, componentProps = [],
|
|
|
2456
2484
|
* This is an autogenerated file created by 'scripts/copy-overlays.js'.
|
|
2457
2485
|
* Changes made to this file will be overwritten on build.
|
|
2458
2486
|
*/
|
|
2459
|
-
const IonActionSheet = /*@__PURE__*/ defineOverlayContainer('ion-action-sheet', defineCustomElement$
|
|
2460
|
-
const IonAlert = /*@__PURE__*/ defineOverlayContainer('ion-alert', defineCustomElement$
|
|
2461
|
-
const IonLoading = /*@__PURE__*/ defineOverlayContainer('ion-loading', defineCustomElement$
|
|
2462
|
-
const IonModal = /*@__PURE__*/ defineOverlayContainer('ion-modal', defineCustomElement$
|
|
2463
|
-
const IonPickerLegacy = /*@__PURE__*/ defineOverlayContainer('ion-picker-legacy', defineCustomElement$
|
|
2464
|
-
const IonPopover = /*@__PURE__*/ defineOverlayContainer('ion-popover', defineCustomElement$
|
|
2465
|
-
const IonToast = /*@__PURE__*/ defineOverlayContainer('ion-toast', defineCustomElement$
|
|
2487
|
+
const IonActionSheet = /*@__PURE__*/ defineOverlayContainer('ion-action-sheet', defineCustomElement$1l, ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'theme', 'translucent', 'trigger']);
|
|
2488
|
+
const IonAlert = /*@__PURE__*/ defineOverlayContainer('ion-alert', defineCustomElement$1m, ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'theme', 'translucent', 'trigger']);
|
|
2489
|
+
const IonLoading = /*@__PURE__*/ defineOverlayContainer('ion-loading', defineCustomElement$1n, ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'theme', 'translucent', 'trigger']);
|
|
2490
|
+
const IonModal = /*@__PURE__*/ defineOverlayContainer('ion-modal', defineCustomElement$1o, ['animated', 'backdropBreakpoint', 'backdropDismiss', 'breakpoints', 'canDismiss', 'enterAnimation', 'expandToScroll', 'focusTrap', 'handle', 'handleBehavior', 'htmlAttributes', 'initialBreakpoint', 'isOpen', 'keepContentsMounted', 'keyboardClose', 'leaveAnimation', 'mode', 'presentingElement', 'shape', 'showBackdrop', 'theme', 'trigger'], true);
|
|
2491
|
+
const IonPickerLegacy = /*@__PURE__*/ defineOverlayContainer('ion-picker-legacy', defineCustomElement$1p, ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', 'theme', 'trigger']);
|
|
2492
|
+
const IonPopover = /*@__PURE__*/ defineOverlayContainer('ion-popover', defineCustomElement$1q, ['alignment', 'animated', 'arrow', 'backdropDismiss', 'component', 'componentProps', 'dismissOnSelect', 'enterAnimation', 'event', 'focusTrap', 'htmlAttributes', 'isOpen', 'keepContentsMounted', 'keyboardClose', 'leaveAnimation', 'mode', 'reference', 'showBackdrop', 'side', 'size', 'theme', 'translucent', 'trigger', 'triggerAction']);
|
|
2493
|
+
const IonToast = /*@__PURE__*/ defineOverlayContainer('ion-toast', defineCustomElement$1r, ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'shape', 'swipeGesture', 'theme', 'translucent', 'trigger']);
|
|
2466
2494
|
|
|
2467
2495
|
// TODO(FW-2969): types
|
|
2468
2496
|
/**
|
|
@@ -2479,16 +2507,16 @@ const createController = (defineCustomElement, oldController, useDelegate = fals
|
|
|
2479
2507
|
};
|
|
2480
2508
|
return oldController;
|
|
2481
2509
|
};
|
|
2482
|
-
const modalController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2483
|
-
const popoverController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2484
|
-
const alertController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2485
|
-
const actionSheetController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2486
|
-
const loadingController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2510
|
+
const modalController = /*@__PURE__*/ createController(defineCustomElement$1o, modalController$1, true);
|
|
2511
|
+
const popoverController = /*@__PURE__*/ createController(defineCustomElement$1q, popoverController$1, true);
|
|
2512
|
+
const alertController = /*@__PURE__*/ createController(defineCustomElement$1m, alertController$1);
|
|
2513
|
+
const actionSheetController = /*@__PURE__*/ createController(defineCustomElement$1l, actionSheetController$1);
|
|
2514
|
+
const loadingController = /*@__PURE__*/ createController(defineCustomElement$1n, loadingController$1);
|
|
2487
2515
|
/**
|
|
2488
2516
|
* @deprecated Use the inline ion-picker component instead.
|
|
2489
2517
|
*/
|
|
2490
|
-
const pickerController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2491
|
-
const toastController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2518
|
+
const pickerController = /*@__PURE__*/ createController(defineCustomElement$1p, pickerController$1);
|
|
2519
|
+
const toastController = /*@__PURE__*/ createController(defineCustomElement$1r, toastController$1);
|
|
2492
2520
|
|
|
2493
|
-
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, 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 };
|
|
2521
|
+
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, IonGrid, IonHeader, IonIcon, IonImg, IonInfiniteScroll, IonInfiniteScrollContent, IonInput, IonInputPasswordToggle, IonItem, IonItemDivider, IonItemGroup, IonItemOption, IonItemOptions, IonItemSliding, IonLabel, IonList, IonListHeader, IonLoading, IonMenu, IonMenuButton, IonMenuToggle, IonModal, IonNav, IonNavLink, IonNote, 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 };
|
|
2494
2522
|
//# sourceMappingURL=index.js.map
|