@ionic/vue 8.3.4-dev.11730140347.1a5a7bee → 8.3.4-dev.11730315987.18af6259
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.map +1 -1
- package/css/flex-utils.css.map +1 -1
- package/css/float-elements.css.map +1 -1
- package/css/global.bundle.css.map +1 -1
- package/css/ionic-swiper.css +1 -1
- package/css/ionic-swiper.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/css/normalize.css.map +1 -1
- package/css/padding.css.map +1 -1
- package/css/palettes/dark.always.css.map +1 -1
- package/css/palettes/dark.class.css.map +1 -1
- package/css/palettes/dark.system.css.map +1 -1
- package/css/palettes/high-contrast-dark.always.css.map +1 -1
- package/css/palettes/high-contrast-dark.class.css.map +1 -1
- package/css/palettes/high-contrast-dark.system.css.map +1 -1
- package/css/palettes/high-contrast.always.css.map +1 -1
- package/css/palettes/high-contrast.class.css.map +1 -1
- package/css/palettes/high-contrast.system.css.map +1 -1
- package/css/structure.css.map +1 -1
- package/css/text-alignment.css.map +1 -1
- package/css/text-transformation.css.map +1 -1
- package/css/typography.css.map +1 -1
- package/css/utils.bundle.css.map +1 -1
- package/dist/index.js +72 -82
- package/dist/index.js.map +1 -1
- package/dist/types/components/Overlays.d.ts +1 -1
- package/dist/types/proxies.d.ts +1 -0
- package/dist/vetur/attributes.json +190 -1447
- package/dist/vetur/tags.json +53 -197
- package/dist/web-types.json +152 -1324
- package/package.json +2 -2
- package/css/ionic/bundle.ionic.css +0 -1
- package/css/ionic/bundle.ionic.css.map +0 -1
- package/css/ionic/core.ionic.css +0 -1
- package/css/ionic/core.ionic.css.map +0 -1
- package/css/ionic/global.bundle.ionic.css +0 -1
- package/css/ionic/global.bundle.ionic.css.map +0 -1
- package/css/ionic/ionic-swiper.ionic.css +0 -1
- package/css/ionic/ionic-swiper.ionic.css.map +0 -1
- package/css/ionic/link.ionic.css +0 -1
- package/css/ionic/link.ionic.css.map +0 -1
- package/css/ionic/structure.ionic.css +0 -1
- package/css/ionic/structure.ionic.css.map +0 -1
- package/css/ionic/typography.ionic.css +0 -1
- package/css/ionic/typography.ionic.css.map +0 -1
- package/css/ionic/utils.bundle.ionic.css +0 -1
- package/css/ionic/utils.bundle.ionic.css.map +0 -1
package/dist/index.js
CHANGED
|
@@ -42,7 +42,7 @@ import { defineCustomElement as defineCustomElement$D } from '@ionic/core/compon
|
|
|
42
42
|
import { defineCustomElement as defineCustomElement$E } from '@ionic/core/components/ion-menu.js';
|
|
43
43
|
import { defineCustomElement as defineCustomElement$F } from '@ionic/core/components/ion-menu-button.js';
|
|
44
44
|
import { defineCustomElement as defineCustomElement$G } from '@ionic/core/components/ion-menu-toggle.js';
|
|
45
|
-
import { defineCustomElement as defineCustomElement$
|
|
45
|
+
import { defineCustomElement as defineCustomElement$1g } from '@ionic/core/components/ion-nav.js';
|
|
46
46
|
import { defineCustomElement as defineCustomElement$H } from '@ionic/core/components/ion-nav-link.js';
|
|
47
47
|
import { defineCustomElement as defineCustomElement$I } from '@ionic/core/components/ion-note.js';
|
|
48
48
|
import { defineCustomElement as defineCustomElement$J } from '@ionic/core/components/ion-picker.js';
|
|
@@ -62,34 +62,35 @@ import { defineCustomElement as defineCustomElement$W } from '@ionic/core/compon
|
|
|
62
62
|
import { defineCustomElement as defineCustomElement$X } from '@ionic/core/components/ion-segment.js';
|
|
63
63
|
import { defineCustomElement as defineCustomElement$Y } from '@ionic/core/components/ion-segment-button.js';
|
|
64
64
|
import { defineCustomElement as defineCustomElement$Z } from '@ionic/core/components/ion-select.js';
|
|
65
|
-
import { defineCustomElement as defineCustomElement$_ } from '@ionic/core/components/ion-select-
|
|
66
|
-
import { defineCustomElement as defineCustomElement$$ } from '@ionic/core/components/ion-
|
|
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-
|
|
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-
|
|
65
|
+
import { defineCustomElement as defineCustomElement$_ } from '@ionic/core/components/ion-select-modal.js';
|
|
66
|
+
import { defineCustomElement as defineCustomElement$$ } from '@ionic/core/components/ion-select-option.js';
|
|
67
|
+
import { defineCustomElement as defineCustomElement$10 } from '@ionic/core/components/ion-skeleton-text.js';
|
|
68
|
+
import { defineCustomElement as defineCustomElement$11 } from '@ionic/core/components/ion-spinner.js';
|
|
69
|
+
import { defineCustomElement as defineCustomElement$12 } from '@ionic/core/components/ion-split-pane.js';
|
|
70
|
+
import { defineCustomElement as defineCustomElement$13 } from '@ionic/core/components/ion-tab.js';
|
|
71
|
+
import { defineCustomElement as defineCustomElement$14 } from '@ionic/core/components/ion-text.js';
|
|
72
|
+
import { defineCustomElement as defineCustomElement$15 } from '@ionic/core/components/ion-textarea.js';
|
|
73
|
+
import { defineCustomElement as defineCustomElement$16 } from '@ionic/core/components/ion-thumbnail.js';
|
|
74
|
+
import { defineCustomElement as defineCustomElement$17 } from '@ionic/core/components/ion-title.js';
|
|
75
|
+
import { defineCustomElement as defineCustomElement$18 } from '@ionic/core/components/ion-toggle.js';
|
|
76
|
+
import { defineCustomElement as defineCustomElement$19 } from '@ionic/core/components/ion-toolbar.js';
|
|
76
77
|
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';
|
|
77
78
|
export { IonicSafeString, IonicSlides, createAnimation, createGesture, getIonPageElement, getPlatforms, getTimeGivenProgression, iosTransitionAnimation, isPlatform, mdTransitionAnimation, menuController, openURL } from '@ionic/core/components';
|
|
78
|
-
import { defineCustomElement as defineCustomElement$
|
|
79
|
-
import { defineCustomElement as defineCustomElement$
|
|
79
|
+
import { defineCustomElement as defineCustomElement$1a } from '@ionic/core/components/ion-back-button.js';
|
|
80
|
+
import { defineCustomElement as defineCustomElement$1b } from '@ionic/core/components/ion-router-outlet.js';
|
|
80
81
|
import { routeLocationKey, useRoute, matchedRouteKey } from 'vue-router';
|
|
81
|
-
import { defineCustomElement as defineCustomElement$
|
|
82
|
-
import { defineCustomElement as defineCustomElement$
|
|
83
|
-
import { defineCustomElement as defineCustomElement$
|
|
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$
|
|
82
|
+
import { defineCustomElement as defineCustomElement$1c } from '@ionic/core/components/ion-tab-button.js';
|
|
83
|
+
import { defineCustomElement as defineCustomElement$1d } from '@ionic/core/components/ion-tabs.js';
|
|
84
|
+
import { defineCustomElement as defineCustomElement$1e } from '@ionic/core/components/ion-tab-bar.js';
|
|
85
|
+
import { defineCustomElement as defineCustomElement$1f } from '@ionic/core/components/ion-app.js';
|
|
86
|
+
import { defineCustomElement as defineCustomElement$1h } from 'ionicons/components/ion-icon.js';
|
|
87
|
+
import { defineCustomElement as defineCustomElement$1i } from '@ionic/core/components/ion-action-sheet.js';
|
|
88
|
+
import { defineCustomElement as defineCustomElement$1j } from '@ionic/core/components/ion-alert.js';
|
|
89
|
+
import { defineCustomElement as defineCustomElement$1k } from '@ionic/core/components/ion-loading.js';
|
|
90
|
+
import { defineCustomElement as defineCustomElement$1l } from '@ionic/core/components/ion-picker-legacy.js';
|
|
91
|
+
import { defineCustomElement as defineCustomElement$1m } from '@ionic/core/components/ion-toast.js';
|
|
92
|
+
import { defineCustomElement as defineCustomElement$1n } from '@ionic/core/components/ion-modal.js';
|
|
93
|
+
import { defineCustomElement as defineCustomElement$1o } from '@ionic/core/components/ion-popover.js';
|
|
93
94
|
|
|
94
95
|
// @ts-nocheck
|
|
95
96
|
// It's easier and safer for Volar to disable typechecking and let the return type inference do its job.
|
|
@@ -299,10 +300,7 @@ const IonAccordionGroup = /*@__PURE__*/ defineContainer('ion-accordion-group', d
|
|
|
299
300
|
'ionChange',
|
|
300
301
|
'ionValueChange'
|
|
301
302
|
], 'value', 'ion-change');
|
|
302
|
-
const IonAvatar = /*@__PURE__*/ defineContainer('ion-avatar', defineCustomElement$2
|
|
303
|
-
'size',
|
|
304
|
-
'shape'
|
|
305
|
-
]);
|
|
303
|
+
const IonAvatar = /*@__PURE__*/ defineContainer('ion-avatar', defineCustomElement$2);
|
|
306
304
|
const IonBackdrop = /*@__PURE__*/ defineContainer('ion-backdrop', defineCustomElement$3, [
|
|
307
305
|
'visible',
|
|
308
306
|
'tappable',
|
|
@@ -310,9 +308,7 @@ const IonBackdrop = /*@__PURE__*/ defineContainer('ion-backdrop', defineCustomEl
|
|
|
310
308
|
'ionBackdropTap'
|
|
311
309
|
]);
|
|
312
310
|
const IonBadge = /*@__PURE__*/ defineContainer('ion-badge', defineCustomElement$4, [
|
|
313
|
-
'color'
|
|
314
|
-
'shape',
|
|
315
|
-
'size'
|
|
311
|
+
'color'
|
|
316
312
|
]);
|
|
317
313
|
const IonBreadcrumb = /*@__PURE__*/ defineContainer('ion-breadcrumb', defineCustomElement$5, [
|
|
318
314
|
'collapsed',
|
|
@@ -372,7 +368,6 @@ const IonCard = /*@__PURE__*/ defineContainer('ion-card', defineCustomElement$9,
|
|
|
372
368
|
'rel',
|
|
373
369
|
'routerDirection',
|
|
374
370
|
'routerAnimation',
|
|
375
|
-
'shape',
|
|
376
371
|
'target'
|
|
377
372
|
]);
|
|
378
373
|
const IonCardContent = /*@__PURE__*/ defineContainer('ion-card-content', defineCustomElement$a);
|
|
@@ -396,8 +391,6 @@ const IonCheckbox = /*@__PURE__*/ defineContainer('ion-checkbox', defineCustomEl
|
|
|
396
391
|
'labelPlacement',
|
|
397
392
|
'justify',
|
|
398
393
|
'alignment',
|
|
399
|
-
'size',
|
|
400
|
-
'shape',
|
|
401
394
|
'ionChange',
|
|
402
395
|
'ionFocus',
|
|
403
396
|
'ionBlur'
|
|
@@ -405,9 +398,7 @@ const IonCheckbox = /*@__PURE__*/ defineContainer('ion-checkbox', defineCustomEl
|
|
|
405
398
|
const IonChip = /*@__PURE__*/ defineContainer('ion-chip', defineCustomElement$f, [
|
|
406
399
|
'color',
|
|
407
400
|
'outline',
|
|
408
|
-
'disabled'
|
|
409
|
-
'shape',
|
|
410
|
-
'size'
|
|
401
|
+
'disabled'
|
|
411
402
|
]);
|
|
412
403
|
const IonCol = /*@__PURE__*/ defineContainer('ion-col', defineCustomElement$g, [
|
|
413
404
|
'offset',
|
|
@@ -528,7 +519,6 @@ const IonGrid = /*@__PURE__*/ defineContainer('ion-grid', defineCustomElement$o,
|
|
|
528
519
|
]);
|
|
529
520
|
const IonHeader = /*@__PURE__*/ defineContainer('ion-header', defineCustomElement$p, [
|
|
530
521
|
'collapse',
|
|
531
|
-
'divider',
|
|
532
522
|
'translucent'
|
|
533
523
|
]);
|
|
534
524
|
const IonImg = /*@__PURE__*/ defineContainer('ion-img', defineCustomElement$q, [
|
|
@@ -581,7 +571,6 @@ const IonInput = /*@__PURE__*/ defineContainer('ion-input', defineCustomElement$
|
|
|
581
571
|
'shape',
|
|
582
572
|
'spellcheck',
|
|
583
573
|
'step',
|
|
584
|
-
'size',
|
|
585
574
|
'type',
|
|
586
575
|
'value',
|
|
587
576
|
'ionInput',
|
|
@@ -623,8 +612,7 @@ const IonItemOption = /*@__PURE__*/ defineContainer('ion-item-option', defineCus
|
|
|
623
612
|
'href',
|
|
624
613
|
'rel',
|
|
625
614
|
'target',
|
|
626
|
-
'type'
|
|
627
|
-
'shape'
|
|
615
|
+
'type'
|
|
628
616
|
]);
|
|
629
617
|
const IonItemOptions = /*@__PURE__*/ defineContainer('ion-item-options', defineCustomElement$z, [
|
|
630
618
|
'side',
|
|
@@ -642,8 +630,7 @@ const IonLabel = /*@__PURE__*/ defineContainer('ion-label', defineCustomElement$
|
|
|
642
630
|
]);
|
|
643
631
|
const IonList = /*@__PURE__*/ defineContainer('ion-list', defineCustomElement$C, [
|
|
644
632
|
'lines',
|
|
645
|
-
'inset'
|
|
646
|
-
'shape'
|
|
633
|
+
'inset'
|
|
647
634
|
]);
|
|
648
635
|
const IonListHeader = /*@__PURE__*/ defineContainer('ion-list-header', defineCustomElement$D, [
|
|
649
636
|
'color',
|
|
@@ -849,37 +836,41 @@ const IonSelect = /*@__PURE__*/ defineContainer('ion-select', defineCustomElemen
|
|
|
849
836
|
'ionBlur',
|
|
850
837
|
'ionStyle'
|
|
851
838
|
], 'value', 'ion-change');
|
|
852
|
-
const
|
|
839
|
+
const IonSelectModal = /*@__PURE__*/ defineContainer('ion-select-modal', defineCustomElement$_, [
|
|
840
|
+
'header',
|
|
841
|
+
'multiple',
|
|
842
|
+
'options'
|
|
843
|
+
]);
|
|
844
|
+
const IonSelectOption = /*@__PURE__*/ defineContainer('ion-select-option', defineCustomElement$$, [
|
|
853
845
|
'disabled',
|
|
854
846
|
'value'
|
|
855
847
|
]);
|
|
856
|
-
const IonSkeletonText = /*@__PURE__*/ defineContainer('ion-skeleton-text', defineCustomElement
|
|
848
|
+
const IonSkeletonText = /*@__PURE__*/ defineContainer('ion-skeleton-text', defineCustomElement$10, [
|
|
857
849
|
'animated',
|
|
858
850
|
'ionStyle'
|
|
859
851
|
]);
|
|
860
|
-
const IonSpinner = /*@__PURE__*/ defineContainer('ion-spinner', defineCustomElement$
|
|
852
|
+
const IonSpinner = /*@__PURE__*/ defineContainer('ion-spinner', defineCustomElement$11, [
|
|
861
853
|
'color',
|
|
862
854
|
'duration',
|
|
863
855
|
'name',
|
|
864
|
-
'paused'
|
|
865
|
-
'size'
|
|
856
|
+
'paused'
|
|
866
857
|
]);
|
|
867
|
-
const IonSplitPane = /*@__PURE__*/ defineContainer('ion-split-pane', defineCustomElement$
|
|
858
|
+
const IonSplitPane = /*@__PURE__*/ defineContainer('ion-split-pane', defineCustomElement$12, [
|
|
868
859
|
'contentId',
|
|
869
860
|
'disabled',
|
|
870
861
|
'when',
|
|
871
862
|
'ionSplitPaneVisible'
|
|
872
863
|
]);
|
|
873
|
-
const IonTab = /*@__PURE__*/ defineContainer('ion-tab', defineCustomElement$
|
|
864
|
+
const IonTab = /*@__PURE__*/ defineContainer('ion-tab', defineCustomElement$13, [
|
|
874
865
|
'active',
|
|
875
866
|
'delegate',
|
|
876
867
|
'tab',
|
|
877
868
|
'component'
|
|
878
869
|
]);
|
|
879
|
-
const IonText = /*@__PURE__*/ defineContainer('ion-text', defineCustomElement$
|
|
870
|
+
const IonText = /*@__PURE__*/ defineContainer('ion-text', defineCustomElement$14, [
|
|
880
871
|
'color'
|
|
881
872
|
]);
|
|
882
|
-
const IonTextarea = /*@__PURE__*/ defineContainer('ion-textarea', defineCustomElement$
|
|
873
|
+
const IonTextarea = /*@__PURE__*/ defineContainer('ion-textarea', defineCustomElement$15, [
|
|
883
874
|
'color',
|
|
884
875
|
'autocapitalize',
|
|
885
876
|
'autofocus',
|
|
@@ -908,19 +899,18 @@ const IonTextarea = /*@__PURE__*/ defineContainer('ion-textarea', defineCustomEl
|
|
|
908
899
|
'label',
|
|
909
900
|
'labelPlacement',
|
|
910
901
|
'shape',
|
|
911
|
-
'size',
|
|
912
902
|
'ionChange',
|
|
913
903
|
'ionInput',
|
|
914
904
|
'ionBlur',
|
|
915
905
|
'ionFocus'
|
|
916
906
|
], 'value', 'ion-input');
|
|
917
|
-
const IonThumbnail = /*@__PURE__*/ defineContainer('ion-thumbnail', defineCustomElement$
|
|
918
|
-
const IonTitle = /*@__PURE__*/ defineContainer('ion-title', defineCustomElement$
|
|
907
|
+
const IonThumbnail = /*@__PURE__*/ defineContainer('ion-thumbnail', defineCustomElement$16);
|
|
908
|
+
const IonTitle = /*@__PURE__*/ defineContainer('ion-title', defineCustomElement$17, [
|
|
919
909
|
'color',
|
|
920
910
|
'size',
|
|
921
911
|
'ionStyle'
|
|
922
912
|
]);
|
|
923
|
-
const IonToggle = /*@__PURE__*/ defineContainer('ion-toggle', defineCustomElement$
|
|
913
|
+
const IonToggle = /*@__PURE__*/ defineContainer('ion-toggle', defineCustomElement$18, [
|
|
924
914
|
'color',
|
|
925
915
|
'name',
|
|
926
916
|
'checked',
|
|
@@ -934,7 +924,7 @@ const IonToggle = /*@__PURE__*/ defineContainer('ion-toggle', defineCustomElemen
|
|
|
934
924
|
'ionFocus',
|
|
935
925
|
'ionBlur'
|
|
936
926
|
], 'checked', 'ion-change');
|
|
937
|
-
const IonToolbar = /*@__PURE__*/ defineContainer('ion-toolbar', defineCustomElement$
|
|
927
|
+
const IonToolbar = /*@__PURE__*/ defineContainer('ion-toolbar', defineCustomElement$19, [
|
|
938
928
|
'color'
|
|
939
929
|
]);
|
|
940
930
|
|
|
@@ -1112,7 +1102,7 @@ const IonicVue = {
|
|
|
1112
1102
|
};
|
|
1113
1103
|
|
|
1114
1104
|
const IonBackButton = /*@__PURE__*/ defineComponent((_, { attrs, slots }) => {
|
|
1115
|
-
defineCustomElement$
|
|
1105
|
+
defineCustomElement$1a();
|
|
1116
1106
|
// TODO(FW-2969): type
|
|
1117
1107
|
const ionRouter = inject("navManager");
|
|
1118
1108
|
const onClick = () => {
|
|
@@ -1158,7 +1148,7 @@ const viewDepthKey = Symbol(0);
|
|
|
1158
1148
|
const IonRouterOutlet = /*@__PURE__*/ defineComponent({
|
|
1159
1149
|
name: "IonRouterOutlet",
|
|
1160
1150
|
setup() {
|
|
1161
|
-
defineCustomElement$
|
|
1151
|
+
defineCustomElement$1b();
|
|
1162
1152
|
const injectedRoute = inject(routeLocationKey);
|
|
1163
1153
|
const route = useRoute();
|
|
1164
1154
|
const depth = inject(viewDepthKey, 0);
|
|
@@ -1598,7 +1588,7 @@ const IonTabButton = /*@__PURE__*/ defineComponent({
|
|
|
1598
1588
|
},
|
|
1599
1589
|
},
|
|
1600
1590
|
setup(props, { slots }) {
|
|
1601
|
-
defineCustomElement$
|
|
1591
|
+
defineCustomElement$1c();
|
|
1602
1592
|
// TODO(FW-2969): type
|
|
1603
1593
|
const ionRouter = inject("navManager", null);
|
|
1604
1594
|
const onClick = (ev) => {
|
|
@@ -1727,7 +1717,7 @@ const IonTabs = /*@__PURE__*/ defineComponent({
|
|
|
1727
1717
|
* `selectedTab` from core, which may occur if the custom
|
|
1728
1718
|
* element is defined too early in the component's lifecycle.
|
|
1729
1719
|
*/
|
|
1730
|
-
defineCustomElement$
|
|
1720
|
+
defineCustomElement$1d();
|
|
1731
1721
|
},
|
|
1732
1722
|
render() {
|
|
1733
1723
|
const { slots, props } = this;
|
|
@@ -1993,7 +1983,7 @@ const IonTabBar = defineComponent({
|
|
|
1993
1983
|
ionRouter === null || ionRouter === void 0 ? void 0 : ionRouter.registerHistoryChangeListener(() => this.checkActiveTab(ionRouter));
|
|
1994
1984
|
},
|
|
1995
1985
|
setup(_, { slots }) {
|
|
1996
|
-
defineCustomElement$
|
|
1986
|
+
defineCustomElement$1e();
|
|
1997
1987
|
return () => {
|
|
1998
1988
|
return h("ion-tab-bar", { ref: "ionTabBar" }, slots.default && slots.default());
|
|
1999
1989
|
};
|
|
@@ -2002,7 +1992,7 @@ const IonTabBar = defineComponent({
|
|
|
2002
1992
|
|
|
2003
1993
|
const userComponents = shallowRef([]);
|
|
2004
1994
|
const IonApp = /*@__PURE__*/ defineComponent((_, { attrs, slots }) => {
|
|
2005
|
-
defineCustomElement$
|
|
1995
|
+
defineCustomElement$1f();
|
|
2006
1996
|
return () => {
|
|
2007
1997
|
return h("ion-app", Object.assign({}, attrs), [slots.default && slots.default(), ...userComponents.value]);
|
|
2008
1998
|
};
|
|
@@ -2054,7 +2044,7 @@ const VueDelegate = (addFn = addTeleportedUserComponent, removeFn = removeTelepo
|
|
|
2054
2044
|
};
|
|
2055
2045
|
|
|
2056
2046
|
const IonNav = /*@__PURE__*/ defineComponent((props) => {
|
|
2057
|
-
defineCustomElement$
|
|
2047
|
+
defineCustomElement$1g();
|
|
2058
2048
|
const views = shallowRef([]);
|
|
2059
2049
|
/**
|
|
2060
2050
|
* Allows us to create the component
|
|
@@ -2114,7 +2104,7 @@ const IonIcon = /*@__PURE__*/ defineComponent({
|
|
|
2114
2104
|
src: String,
|
|
2115
2105
|
},
|
|
2116
2106
|
setup(props, { slots }) {
|
|
2117
|
-
defineCustomElement$
|
|
2107
|
+
defineCustomElement$1h();
|
|
2118
2108
|
return () => {
|
|
2119
2109
|
var _a, _b;
|
|
2120
2110
|
const { icon, ios, md, mode } = props;
|
|
@@ -2303,13 +2293,13 @@ const defineOverlayContainer = (name, defineCustomElement, componentProps = [],
|
|
|
2303
2293
|
* This is an autogenerated file created by 'scripts/copy-overlays.js'.
|
|
2304
2294
|
* Changes made to this file will be overwritten on build.
|
|
2305
2295
|
*/
|
|
2306
|
-
const IonActionSheet = /*@__PURE__*/ defineOverlayContainer('ion-action-sheet', defineCustomElement$
|
|
2307
|
-
const IonAlert = /*@__PURE__*/ defineOverlayContainer('ion-alert', defineCustomElement$
|
|
2308
|
-
const IonLoading = /*@__PURE__*/ defineOverlayContainer('ion-loading', defineCustomElement$
|
|
2309
|
-
const IonPickerLegacy = /*@__PURE__*/ defineOverlayContainer('ion-picker-legacy', defineCustomElement$
|
|
2310
|
-
const IonToast = /*@__PURE__*/ defineOverlayContainer('ion-toast', defineCustomElement$
|
|
2311
|
-
const IonModal = /*@__PURE__*/ defineOverlayContainer('ion-modal', defineCustomElement$
|
|
2312
|
-
const IonPopover = /*@__PURE__*/ defineOverlayContainer('ion-popover', defineCustomElement$
|
|
2296
|
+
const IonActionSheet = /*@__PURE__*/ defineOverlayContainer('ion-action-sheet', defineCustomElement$1i, ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'translucent', 'trigger']);
|
|
2297
|
+
const IonAlert = /*@__PURE__*/ defineOverlayContainer('ion-alert', defineCustomElement$1j, ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'translucent', 'trigger']);
|
|
2298
|
+
const IonLoading = /*@__PURE__*/ defineOverlayContainer('ion-loading', defineCustomElement$1k, ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger']);
|
|
2299
|
+
const IonPickerLegacy = /*@__PURE__*/ defineOverlayContainer('ion-picker-legacy', defineCustomElement$1l, ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', 'trigger']);
|
|
2300
|
+
const IonToast = /*@__PURE__*/ defineOverlayContainer('ion-toast', defineCustomElement$1m, ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger']);
|
|
2301
|
+
const IonModal = /*@__PURE__*/ defineOverlayContainer('ion-modal', defineCustomElement$1n, ['animated', 'backdropBreakpoint', 'backdropDismiss', 'breakpoints', 'canDismiss', 'enterAnimation', 'focusTrap', 'handle', 'handleBehavior', 'htmlAttributes', 'initialBreakpoint', 'isOpen', 'keepContentsMounted', 'keyboardClose', 'leaveAnimation', 'mode', 'presentingElement', 'showBackdrop', 'trigger'], true);
|
|
2302
|
+
const IonPopover = /*@__PURE__*/ defineOverlayContainer('ion-popover', defineCustomElement$1o, ['alignment', 'animated', 'arrow', 'backdropDismiss', 'component', 'componentProps', 'dismissOnSelect', 'enterAnimation', 'event', 'focusTrap', 'htmlAttributes', 'isOpen', 'keepContentsMounted', 'keyboardClose', 'leaveAnimation', 'mode', 'reference', 'showBackdrop', 'side', 'size', 'translucent', 'trigger', 'triggerAction']);
|
|
2313
2303
|
|
|
2314
2304
|
// TODO(FW-2969): types
|
|
2315
2305
|
/**
|
|
@@ -2326,16 +2316,16 @@ const createController = (defineCustomElement, oldController, useDelegate = fals
|
|
|
2326
2316
|
};
|
|
2327
2317
|
return oldController;
|
|
2328
2318
|
};
|
|
2329
|
-
const modalController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2330
|
-
const popoverController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2331
|
-
const alertController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2332
|
-
const actionSheetController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2333
|
-
const loadingController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2319
|
+
const modalController = /*@__PURE__*/ createController(defineCustomElement$1n, modalController$1, true);
|
|
2320
|
+
const popoverController = /*@__PURE__*/ createController(defineCustomElement$1o, popoverController$1, true);
|
|
2321
|
+
const alertController = /*@__PURE__*/ createController(defineCustomElement$1j, alertController$1);
|
|
2322
|
+
const actionSheetController = /*@__PURE__*/ createController(defineCustomElement$1i, actionSheetController$1);
|
|
2323
|
+
const loadingController = /*@__PURE__*/ createController(defineCustomElement$1k, loadingController$1);
|
|
2334
2324
|
/**
|
|
2335
2325
|
* @deprecated Use the inline ion-picker component instead.
|
|
2336
2326
|
*/
|
|
2337
|
-
const pickerController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2338
|
-
const toastController = /*@__PURE__*/ createController(defineCustomElement$
|
|
2327
|
+
const pickerController = /*@__PURE__*/ createController(defineCustomElement$1l, pickerController$1);
|
|
2328
|
+
const toastController = /*@__PURE__*/ createController(defineCustomElement$1m, toastController$1);
|
|
2339
2329
|
|
|
2340
|
-
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, IonSelect, 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 };
|
|
2330
|
+
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, 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 };
|
|
2341
2331
|
//# sourceMappingURL=index.js.map
|