@ionic/react 9.0.2-nightly.20260902 → 9.0.3-dev.11788449150.16022b1e
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 +170 -143
- package/dist/index.js.map +1 -1
- package/dist/types/components/components.d.ts +9 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -20,61 +20,64 @@ import { IonCol as IonCol$1, defineCustomElement as defineCustomElement$e } from
|
|
|
20
20
|
import { IonContent as IonContent$1, defineCustomElement as defineCustomElement$f } from '@ionic/core/components/ion-content.js';
|
|
21
21
|
import { IonDatetimeButton as IonDatetimeButton$1, defineCustomElement as defineCustomElement$h } from '@ionic/core/components/ion-datetime-button.js';
|
|
22
22
|
import { IonDatetime as IonDatetime$1, defineCustomElement as defineCustomElement$g } from '@ionic/core/components/ion-datetime.js';
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import { defineCustomElement as defineCustomElement$
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
23
|
+
import { IonDivider as IonDivider$1, defineCustomElement as defineCustomElement$i } from '@ionic/core/components/ion-divider.js';
|
|
24
|
+
import { IonFabList as IonFabList$1, defineCustomElement as defineCustomElement$k } from '@ionic/core/components/ion-fab-list.js';
|
|
25
|
+
import { IonFab as IonFab$1, defineCustomElement as defineCustomElement$j } from '@ionic/core/components/ion-fab.js';
|
|
26
|
+
import { IonFooter as IonFooter$1, defineCustomElement as defineCustomElement$l } from '@ionic/core/components/ion-footer.js';
|
|
27
|
+
import { IonGalleryItem as IonGalleryItem$1, defineCustomElement as defineCustomElement$n } from '@ionic/core/components/ion-gallery-item.js';
|
|
28
|
+
import { IonGallery as IonGallery$1, defineCustomElement as defineCustomElement$m } from '@ionic/core/components/ion-gallery.js';
|
|
29
|
+
import { IonGrid as IonGrid$1, defineCustomElement as defineCustomElement$o } from '@ionic/core/components/ion-grid.js';
|
|
30
|
+
import { IonHeader as IonHeader$1, defineCustomElement as defineCustomElement$p } from '@ionic/core/components/ion-header.js';
|
|
31
|
+
import { IonImg as IonImg$1, defineCustomElement as defineCustomElement$q } from '@ionic/core/components/ion-img.js';
|
|
32
|
+
import { IonInfiniteScrollContent as IonInfiniteScrollContent$1, defineCustomElement as defineCustomElement$s } from '@ionic/core/components/ion-infinite-scroll-content.js';
|
|
33
|
+
import { IonInfiniteScroll as IonInfiniteScroll$1, defineCustomElement as defineCustomElement$r } from '@ionic/core/components/ion-infinite-scroll.js';
|
|
34
|
+
import { IonInputOtp as IonInputOtp$1, defineCustomElement as defineCustomElement$u } from '@ionic/core/components/ion-input-otp.js';
|
|
35
|
+
import { IonInputPasswordToggle as IonInputPasswordToggle$1, defineCustomElement as defineCustomElement$v } from '@ionic/core/components/ion-input-password-toggle.js';
|
|
36
|
+
import { IonInput as IonInput$1, defineCustomElement as defineCustomElement$t } from '@ionic/core/components/ion-input.js';
|
|
37
|
+
import { IonItemDivider as IonItemDivider$1, defineCustomElement as defineCustomElement$w } from '@ionic/core/components/ion-item-divider.js';
|
|
38
|
+
import { IonItemGroup as IonItemGroup$1, defineCustomElement as defineCustomElement$x } from '@ionic/core/components/ion-item-group.js';
|
|
39
|
+
import { IonItemOptions as IonItemOptions$1, defineCustomElement as defineCustomElement$y } from '@ionic/core/components/ion-item-options.js';
|
|
40
|
+
import { IonItemSliding as IonItemSliding$1, defineCustomElement as defineCustomElement$z } from '@ionic/core/components/ion-item-sliding.js';
|
|
41
|
+
import { IonLabel as IonLabel$1, defineCustomElement as defineCustomElement$A } from '@ionic/core/components/ion-label.js';
|
|
42
|
+
import { IonListHeader as IonListHeader$1, defineCustomElement as defineCustomElement$C } from '@ionic/core/components/ion-list-header.js';
|
|
43
|
+
import { IonList as IonList$1, defineCustomElement as defineCustomElement$B } from '@ionic/core/components/ion-list.js';
|
|
44
|
+
import { IonMenuButton as IonMenuButton$1, defineCustomElement as defineCustomElement$E } from '@ionic/core/components/ion-menu-button.js';
|
|
45
|
+
import { IonMenuToggle as IonMenuToggle$1, defineCustomElement as defineCustomElement$F } from '@ionic/core/components/ion-menu-toggle.js';
|
|
46
|
+
import { IonMenu as IonMenu$1, defineCustomElement as defineCustomElement$D } from '@ionic/core/components/ion-menu.js';
|
|
47
|
+
import { IonNavLink as IonNavLink$1, defineCustomElement as defineCustomElement$G } from '@ionic/core/components/ion-nav-link.js';
|
|
48
|
+
import { defineCustomElement as defineCustomElement$1o } from '@ionic/core/components/ion-nav.js';
|
|
49
|
+
import { IonNote as IonNote$1, defineCustomElement as defineCustomElement$H } from '@ionic/core/components/ion-note.js';
|
|
50
|
+
import { IonPickerColumnOption as IonPickerColumnOption$1, defineCustomElement as defineCustomElement$K } from '@ionic/core/components/ion-picker-column-option.js';
|
|
51
|
+
import { IonPickerColumn as IonPickerColumn$1, defineCustomElement as defineCustomElement$J } from '@ionic/core/components/ion-picker-column.js';
|
|
52
|
+
import { IonPicker as IonPicker$1, defineCustomElement as defineCustomElement$I } from '@ionic/core/components/ion-picker.js';
|
|
53
|
+
import { IonProgressBar as IonProgressBar$1, defineCustomElement as defineCustomElement$L } from '@ionic/core/components/ion-progress-bar.js';
|
|
54
|
+
import { IonRadioGroup as IonRadioGroup$1, defineCustomElement as defineCustomElement$N } from '@ionic/core/components/ion-radio-group.js';
|
|
55
|
+
import { IonRadio as IonRadio$1, defineCustomElement as defineCustomElement$M } from '@ionic/core/components/ion-radio.js';
|
|
56
|
+
import { IonRange as IonRange$1, defineCustomElement as defineCustomElement$O } from '@ionic/core/components/ion-range.js';
|
|
57
|
+
import { IonRefresherContent as IonRefresherContent$1, defineCustomElement as defineCustomElement$Q } from '@ionic/core/components/ion-refresher-content.js';
|
|
58
|
+
import { IonRefresher as IonRefresher$1, defineCustomElement as defineCustomElement$P } from '@ionic/core/components/ion-refresher.js';
|
|
59
|
+
import { IonReorderGroup as IonReorderGroup$1, defineCustomElement as defineCustomElement$S } from '@ionic/core/components/ion-reorder-group.js';
|
|
60
|
+
import { IonReorder as IonReorder$1, defineCustomElement as defineCustomElement$R } from '@ionic/core/components/ion-reorder.js';
|
|
61
|
+
import { IonRippleEffect as IonRippleEffect$1, defineCustomElement as defineCustomElement$T } from '@ionic/core/components/ion-ripple-effect.js';
|
|
62
|
+
import { IonRow as IonRow$1, defineCustomElement as defineCustomElement$U } from '@ionic/core/components/ion-row.js';
|
|
63
|
+
import { IonSearchbar as IonSearchbar$1, defineCustomElement as defineCustomElement$V } from '@ionic/core/components/ion-searchbar.js';
|
|
64
|
+
import { IonSegmentButton as IonSegmentButton$1, defineCustomElement as defineCustomElement$X } from '@ionic/core/components/ion-segment-button.js';
|
|
65
|
+
import { IonSegmentContent as IonSegmentContent$1, defineCustomElement as defineCustomElement$Y } from '@ionic/core/components/ion-segment-content.js';
|
|
66
|
+
import { IonSegmentView as IonSegmentView$1, defineCustomElement as defineCustomElement$Z } from '@ionic/core/components/ion-segment-view.js';
|
|
67
|
+
import { IonSegment as IonSegment$1, defineCustomElement as defineCustomElement$W } from '@ionic/core/components/ion-segment.js';
|
|
68
|
+
import { IonSelectModal as IonSelectModal$1, defineCustomElement as defineCustomElement$$ } from '@ionic/core/components/ion-select-modal.js';
|
|
69
|
+
import { IonSelectOption as IonSelectOption$1, defineCustomElement as defineCustomElement$10 } from '@ionic/core/components/ion-select-option.js';
|
|
70
|
+
import { IonSelect as IonSelect$1, defineCustomElement as defineCustomElement$_ } from '@ionic/core/components/ion-select.js';
|
|
71
|
+
import { IonSkeletonText as IonSkeletonText$1, defineCustomElement as defineCustomElement$11 } from '@ionic/core/components/ion-skeleton-text.js';
|
|
72
|
+
import { IonSpinner as IonSpinner$1, defineCustomElement as defineCustomElement$12 } from '@ionic/core/components/ion-spinner.js';
|
|
73
|
+
import { IonSplitPane as IonSplitPane$1, defineCustomElement as defineCustomElement$13 } from '@ionic/core/components/ion-split-pane.js';
|
|
74
|
+
import { IonTab as IonTab$1, defineCustomElement as defineCustomElement$14 } from '@ionic/core/components/ion-tab.js';
|
|
75
|
+
import { IonText as IonText$1, defineCustomElement as defineCustomElement$15 } from '@ionic/core/components/ion-text.js';
|
|
76
|
+
import { IonTextarea as IonTextarea$1, defineCustomElement as defineCustomElement$16 } from '@ionic/core/components/ion-textarea.js';
|
|
77
|
+
import { IonThumbnail as IonThumbnail$1, defineCustomElement as defineCustomElement$17 } from '@ionic/core/components/ion-thumbnail.js';
|
|
78
|
+
import { IonTitle as IonTitle$1, defineCustomElement as defineCustomElement$18 } from '@ionic/core/components/ion-title.js';
|
|
79
|
+
import { IonToggle as IonToggle$1, defineCustomElement as defineCustomElement$19 } from '@ionic/core/components/ion-toggle.js';
|
|
80
|
+
import { IonToolbar as IonToolbar$1, defineCustomElement as defineCustomElement$1a } from '@ionic/core/components/ion-toolbar.js';
|
|
78
81
|
import { IonBreadcrumb as IonBreadcrumb$1 } from '@ionic/core/components/ion-breadcrumb.js';
|
|
79
82
|
import { IonButton as IonButton$1 } from '@ionic/core/components/ion-button.js';
|
|
80
83
|
import { IonCard as IonCard$1 } from '@ionic/core/components/ion-card.js';
|
|
@@ -82,20 +85,20 @@ import { IonFabButton as IonFabButton$1 } from '@ionic/core/components/ion-fab-b
|
|
|
82
85
|
import { IonItemOption as IonItemOption$1 } from '@ionic/core/components/ion-item-option.js';
|
|
83
86
|
import { IonItem as IonItem$1 } from '@ionic/core/components/ion-item.js';
|
|
84
87
|
import { IonRouterLink as IonRouterLink$1 } from '@ionic/core/components/ion-router-link.js';
|
|
85
|
-
import { defineCustomElement as defineCustomElement$
|
|
88
|
+
import { defineCustomElement as defineCustomElement$1b } from '@ionic/core/components/ion-alert.js';
|
|
86
89
|
import ReactDOM, { createPortal } from 'react-dom';
|
|
87
|
-
import { defineCustomElement as defineCustomElement$
|
|
88
|
-
import { defineCustomElement as defineCustomElement$
|
|
89
|
-
import { defineCustomElement as defineCustomElement$
|
|
90
|
-
import { defineCustomElement as defineCustomElement$
|
|
91
|
-
import { defineCustomElement as defineCustomElement$
|
|
92
|
-
import { defineCustomElement as defineCustomElement$
|
|
93
|
-
import { defineCustomElement as defineCustomElement$
|
|
94
|
-
import { defineCustomElement as defineCustomElement$
|
|
95
|
-
import { defineCustomElement as defineCustomElement$
|
|
96
|
-
import { defineCustomElement as defineCustomElement$
|
|
97
|
-
import { defineCustomElement as defineCustomElement$
|
|
98
|
-
import { defineCustomElement as defineCustomElement$
|
|
90
|
+
import { defineCustomElement as defineCustomElement$1c } from '@ionic/core/components/ion-loading.js';
|
|
91
|
+
import { defineCustomElement as defineCustomElement$1d } from '@ionic/core/components/ion-toast.js';
|
|
92
|
+
import { defineCustomElement as defineCustomElement$1e } from '@ionic/core/components/ion-action-sheet.js';
|
|
93
|
+
import { defineCustomElement as defineCustomElement$1f } from '@ionic/core/components/ion-modal.js';
|
|
94
|
+
import { defineCustomElement as defineCustomElement$1g } from '@ionic/core/components/ion-popover.js';
|
|
95
|
+
import { defineCustomElement as defineCustomElement$1m } from '@ionic/core/components/ion-app.js';
|
|
96
|
+
import { defineCustomElement as defineCustomElement$1k } from '@ionic/core/components/ion-back-button.js';
|
|
97
|
+
import { defineCustomElement as defineCustomElement$1l } from '@ionic/core/components/ion-router-outlet.js';
|
|
98
|
+
import { defineCustomElement as defineCustomElement$1i } from '@ionic/core/components/ion-tab-bar.js';
|
|
99
|
+
import { defineCustomElement as defineCustomElement$1h } from '@ionic/core/components/ion-tab-button.js';
|
|
100
|
+
import { defineCustomElement as defineCustomElement$1j } from '@ionic/core/components/ion-tabs.js';
|
|
101
|
+
import { defineCustomElement as defineCustomElement$1n } from 'ionicons/components/ion-icon.js';
|
|
99
102
|
|
|
100
103
|
const IonLifeCycleContext = /*@__PURE__*/ React.createContext({
|
|
101
104
|
onIonViewWillEnter: () => {
|
|
@@ -560,13 +563,21 @@ const IonDatetimeButton = /*@__PURE__*/ createComponent({
|
|
|
560
563
|
events: {},
|
|
561
564
|
defineCustomElement: defineCustomElement$h
|
|
562
565
|
});
|
|
566
|
+
const IonDivider = /*@__PURE__*/ createComponent({
|
|
567
|
+
tagName: 'ion-divider',
|
|
568
|
+
elementClass: IonDivider$1,
|
|
569
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
570
|
+
react: React,
|
|
571
|
+
events: {},
|
|
572
|
+
defineCustomElement: defineCustomElement$i
|
|
573
|
+
});
|
|
563
574
|
const IonFab = /*@__PURE__*/ createComponent({
|
|
564
575
|
tagName: 'ion-fab',
|
|
565
576
|
elementClass: IonFab$1,
|
|
566
577
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
567
578
|
react: React,
|
|
568
579
|
events: {},
|
|
569
|
-
defineCustomElement: defineCustomElement$
|
|
580
|
+
defineCustomElement: defineCustomElement$j
|
|
570
581
|
});
|
|
571
582
|
const IonFabList = /*@__PURE__*/ createComponent({
|
|
572
583
|
tagName: 'ion-fab-list',
|
|
@@ -574,7 +585,7 @@ const IonFabList = /*@__PURE__*/ createComponent({
|
|
|
574
585
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
575
586
|
react: React,
|
|
576
587
|
events: {},
|
|
577
|
-
defineCustomElement: defineCustomElement$
|
|
588
|
+
defineCustomElement: defineCustomElement$k
|
|
578
589
|
});
|
|
579
590
|
const IonFooter = /*@__PURE__*/ createComponent({
|
|
580
591
|
tagName: 'ion-footer',
|
|
@@ -582,7 +593,23 @@ const IonFooter = /*@__PURE__*/ createComponent({
|
|
|
582
593
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
583
594
|
react: React,
|
|
584
595
|
events: {},
|
|
585
|
-
defineCustomElement: defineCustomElement$
|
|
596
|
+
defineCustomElement: defineCustomElement$l
|
|
597
|
+
});
|
|
598
|
+
const IonGallery = /*@__PURE__*/ createComponent({
|
|
599
|
+
tagName: 'ion-gallery',
|
|
600
|
+
elementClass: IonGallery$1,
|
|
601
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
602
|
+
react: React,
|
|
603
|
+
events: {},
|
|
604
|
+
defineCustomElement: defineCustomElement$m
|
|
605
|
+
});
|
|
606
|
+
const IonGalleryItem = /*@__PURE__*/ createComponent({
|
|
607
|
+
tagName: 'ion-gallery-item',
|
|
608
|
+
elementClass: IonGalleryItem$1,
|
|
609
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
610
|
+
react: React,
|
|
611
|
+
events: {},
|
|
612
|
+
defineCustomElement: defineCustomElement$n
|
|
586
613
|
});
|
|
587
614
|
const IonGrid = /*@__PURE__*/ createComponent({
|
|
588
615
|
tagName: 'ion-grid',
|
|
@@ -590,7 +617,7 @@ const IonGrid = /*@__PURE__*/ createComponent({
|
|
|
590
617
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
591
618
|
react: React,
|
|
592
619
|
events: {},
|
|
593
|
-
defineCustomElement: defineCustomElement$
|
|
620
|
+
defineCustomElement: defineCustomElement$o
|
|
594
621
|
});
|
|
595
622
|
const IonHeader = /*@__PURE__*/ createComponent({
|
|
596
623
|
tagName: 'ion-header',
|
|
@@ -598,7 +625,7 @@ const IonHeader = /*@__PURE__*/ createComponent({
|
|
|
598
625
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
599
626
|
react: React,
|
|
600
627
|
events: {},
|
|
601
|
-
defineCustomElement: defineCustomElement$
|
|
628
|
+
defineCustomElement: defineCustomElement$p
|
|
602
629
|
});
|
|
603
630
|
const IonImg = /*@__PURE__*/ createComponent({
|
|
604
631
|
tagName: 'ion-img',
|
|
@@ -610,7 +637,7 @@ const IonImg = /*@__PURE__*/ createComponent({
|
|
|
610
637
|
onIonImgDidLoad: 'ionImgDidLoad',
|
|
611
638
|
onIonError: 'ionError'
|
|
612
639
|
},
|
|
613
|
-
defineCustomElement: defineCustomElement$
|
|
640
|
+
defineCustomElement: defineCustomElement$q
|
|
614
641
|
});
|
|
615
642
|
const IonInfiniteScroll = /*@__PURE__*/ createComponent({
|
|
616
643
|
tagName: 'ion-infinite-scroll',
|
|
@@ -618,7 +645,7 @@ const IonInfiniteScroll = /*@__PURE__*/ createComponent({
|
|
|
618
645
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
619
646
|
react: React,
|
|
620
647
|
events: { onIonInfinite: 'ionInfinite' },
|
|
621
|
-
defineCustomElement: defineCustomElement$
|
|
648
|
+
defineCustomElement: defineCustomElement$r
|
|
622
649
|
});
|
|
623
650
|
const IonInfiniteScrollContent = /*@__PURE__*/ createComponent({
|
|
624
651
|
tagName: 'ion-infinite-scroll-content',
|
|
@@ -626,7 +653,7 @@ const IonInfiniteScrollContent = /*@__PURE__*/ createComponent({
|
|
|
626
653
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
627
654
|
react: React,
|
|
628
655
|
events: {},
|
|
629
|
-
defineCustomElement: defineCustomElement$
|
|
656
|
+
defineCustomElement: defineCustomElement$s
|
|
630
657
|
});
|
|
631
658
|
const IonInput = /*@__PURE__*/ createComponent({
|
|
632
659
|
tagName: 'ion-input',
|
|
@@ -639,7 +666,7 @@ const IonInput = /*@__PURE__*/ createComponent({
|
|
|
639
666
|
onIonBlur: 'ionBlur',
|
|
640
667
|
onIonFocus: 'ionFocus'
|
|
641
668
|
},
|
|
642
|
-
defineCustomElement: defineCustomElement$
|
|
669
|
+
defineCustomElement: defineCustomElement$t
|
|
643
670
|
});
|
|
644
671
|
const IonInputOtp = /*@__PURE__*/ createComponent({
|
|
645
672
|
tagName: 'ion-input-otp',
|
|
@@ -653,7 +680,7 @@ const IonInputOtp = /*@__PURE__*/ createComponent({
|
|
|
653
680
|
onIonBlur: 'ionBlur',
|
|
654
681
|
onIonFocus: 'ionFocus'
|
|
655
682
|
},
|
|
656
|
-
defineCustomElement: defineCustomElement$
|
|
683
|
+
defineCustomElement: defineCustomElement$u
|
|
657
684
|
});
|
|
658
685
|
const IonInputPasswordToggle = /*@__PURE__*/ createComponent({
|
|
659
686
|
tagName: 'ion-input-password-toggle',
|
|
@@ -661,7 +688,7 @@ const IonInputPasswordToggle = /*@__PURE__*/ createComponent({
|
|
|
661
688
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
662
689
|
react: React,
|
|
663
690
|
events: {},
|
|
664
|
-
defineCustomElement: defineCustomElement$
|
|
691
|
+
defineCustomElement: defineCustomElement$v
|
|
665
692
|
});
|
|
666
693
|
const IonItemDivider = /*@__PURE__*/ createComponent({
|
|
667
694
|
tagName: 'ion-item-divider',
|
|
@@ -669,7 +696,7 @@ const IonItemDivider = /*@__PURE__*/ createComponent({
|
|
|
669
696
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
670
697
|
react: React,
|
|
671
698
|
events: {},
|
|
672
|
-
defineCustomElement: defineCustomElement$
|
|
699
|
+
defineCustomElement: defineCustomElement$w
|
|
673
700
|
});
|
|
674
701
|
const IonItemGroup = /*@__PURE__*/ createComponent({
|
|
675
702
|
tagName: 'ion-item-group',
|
|
@@ -677,7 +704,7 @@ const IonItemGroup = /*@__PURE__*/ createComponent({
|
|
|
677
704
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
678
705
|
react: React,
|
|
679
706
|
events: {},
|
|
680
|
-
defineCustomElement: defineCustomElement$
|
|
707
|
+
defineCustomElement: defineCustomElement$x
|
|
681
708
|
});
|
|
682
709
|
const IonItemOptions = /*@__PURE__*/ createComponent({
|
|
683
710
|
tagName: 'ion-item-options',
|
|
@@ -685,7 +712,7 @@ const IonItemOptions = /*@__PURE__*/ createComponent({
|
|
|
685
712
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
686
713
|
react: React,
|
|
687
714
|
events: { onIonSwipe: 'ionSwipe' },
|
|
688
|
-
defineCustomElement: defineCustomElement$
|
|
715
|
+
defineCustomElement: defineCustomElement$y
|
|
689
716
|
});
|
|
690
717
|
const IonItemSliding = /*@__PURE__*/ createComponent({
|
|
691
718
|
tagName: 'ion-item-sliding',
|
|
@@ -693,7 +720,7 @@ const IonItemSliding = /*@__PURE__*/ createComponent({
|
|
|
693
720
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
694
721
|
react: React,
|
|
695
722
|
events: { onIonDrag: 'ionDrag' },
|
|
696
|
-
defineCustomElement: defineCustomElement$
|
|
723
|
+
defineCustomElement: defineCustomElement$z
|
|
697
724
|
});
|
|
698
725
|
const IonLabel = /*@__PURE__*/ createComponent({
|
|
699
726
|
tagName: 'ion-label',
|
|
@@ -701,7 +728,7 @@ const IonLabel = /*@__PURE__*/ createComponent({
|
|
|
701
728
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
702
729
|
react: React,
|
|
703
730
|
events: {},
|
|
704
|
-
defineCustomElement: defineCustomElement$
|
|
731
|
+
defineCustomElement: defineCustomElement$A
|
|
705
732
|
});
|
|
706
733
|
const IonList = /*@__PURE__*/ createComponent({
|
|
707
734
|
tagName: 'ion-list',
|
|
@@ -709,7 +736,7 @@ const IonList = /*@__PURE__*/ createComponent({
|
|
|
709
736
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
710
737
|
react: React,
|
|
711
738
|
events: {},
|
|
712
|
-
defineCustomElement: defineCustomElement$
|
|
739
|
+
defineCustomElement: defineCustomElement$B
|
|
713
740
|
});
|
|
714
741
|
const IonListHeader = /*@__PURE__*/ createComponent({
|
|
715
742
|
tagName: 'ion-list-header',
|
|
@@ -717,7 +744,7 @@ const IonListHeader = /*@__PURE__*/ createComponent({
|
|
|
717
744
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
718
745
|
react: React,
|
|
719
746
|
events: {},
|
|
720
|
-
defineCustomElement: defineCustomElement$
|
|
747
|
+
defineCustomElement: defineCustomElement$C
|
|
721
748
|
});
|
|
722
749
|
const IonMenu = /*@__PURE__*/ createComponent({
|
|
723
750
|
tagName: 'ion-menu',
|
|
@@ -730,7 +757,7 @@ const IonMenu = /*@__PURE__*/ createComponent({
|
|
|
730
757
|
onIonDidOpen: 'ionDidOpen',
|
|
731
758
|
onIonDidClose: 'ionDidClose'
|
|
732
759
|
},
|
|
733
|
-
defineCustomElement: defineCustomElement$
|
|
760
|
+
defineCustomElement: defineCustomElement$D
|
|
734
761
|
});
|
|
735
762
|
const IonMenuButton = /*@__PURE__*/ createComponent({
|
|
736
763
|
tagName: 'ion-menu-button',
|
|
@@ -738,7 +765,7 @@ const IonMenuButton = /*@__PURE__*/ createComponent({
|
|
|
738
765
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
739
766
|
react: React,
|
|
740
767
|
events: {},
|
|
741
|
-
defineCustomElement: defineCustomElement$
|
|
768
|
+
defineCustomElement: defineCustomElement$E
|
|
742
769
|
});
|
|
743
770
|
const IonMenuToggle = /*@__PURE__*/ createComponent({
|
|
744
771
|
tagName: 'ion-menu-toggle',
|
|
@@ -746,7 +773,7 @@ const IonMenuToggle = /*@__PURE__*/ createComponent({
|
|
|
746
773
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
747
774
|
react: React,
|
|
748
775
|
events: {},
|
|
749
|
-
defineCustomElement: defineCustomElement$
|
|
776
|
+
defineCustomElement: defineCustomElement$F
|
|
750
777
|
});
|
|
751
778
|
const IonNavLink = /*@__PURE__*/ createComponent({
|
|
752
779
|
tagName: 'ion-nav-link',
|
|
@@ -754,7 +781,7 @@ const IonNavLink = /*@__PURE__*/ createComponent({
|
|
|
754
781
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
755
782
|
react: React,
|
|
756
783
|
events: {},
|
|
757
|
-
defineCustomElement: defineCustomElement$
|
|
784
|
+
defineCustomElement: defineCustomElement$G
|
|
758
785
|
});
|
|
759
786
|
const IonNote = /*@__PURE__*/ createComponent({
|
|
760
787
|
tagName: 'ion-note',
|
|
@@ -762,7 +789,7 @@ const IonNote = /*@__PURE__*/ createComponent({
|
|
|
762
789
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
763
790
|
react: React,
|
|
764
791
|
events: {},
|
|
765
|
-
defineCustomElement: defineCustomElement$
|
|
792
|
+
defineCustomElement: defineCustomElement$H
|
|
766
793
|
});
|
|
767
794
|
const IonPicker = /*@__PURE__*/ createComponent({
|
|
768
795
|
tagName: 'ion-picker',
|
|
@@ -770,7 +797,7 @@ const IonPicker = /*@__PURE__*/ createComponent({
|
|
|
770
797
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
771
798
|
react: React,
|
|
772
799
|
events: {},
|
|
773
|
-
defineCustomElement: defineCustomElement$
|
|
800
|
+
defineCustomElement: defineCustomElement$I
|
|
774
801
|
});
|
|
775
802
|
const IonPickerColumn = /*@__PURE__*/ createComponent({
|
|
776
803
|
tagName: 'ion-picker-column',
|
|
@@ -778,7 +805,7 @@ const IonPickerColumn = /*@__PURE__*/ createComponent({
|
|
|
778
805
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
779
806
|
react: React,
|
|
780
807
|
events: { onIonChange: 'ionChange' },
|
|
781
|
-
defineCustomElement: defineCustomElement$
|
|
808
|
+
defineCustomElement: defineCustomElement$J
|
|
782
809
|
});
|
|
783
810
|
const IonPickerColumnOption = /*@__PURE__*/ createComponent({
|
|
784
811
|
tagName: 'ion-picker-column-option',
|
|
@@ -786,7 +813,7 @@ const IonPickerColumnOption = /*@__PURE__*/ createComponent({
|
|
|
786
813
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
787
814
|
react: React,
|
|
788
815
|
events: {},
|
|
789
|
-
defineCustomElement: defineCustomElement$
|
|
816
|
+
defineCustomElement: defineCustomElement$K
|
|
790
817
|
});
|
|
791
818
|
const IonProgressBar = /*@__PURE__*/ createComponent({
|
|
792
819
|
tagName: 'ion-progress-bar',
|
|
@@ -794,7 +821,7 @@ const IonProgressBar = /*@__PURE__*/ createComponent({
|
|
|
794
821
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
795
822
|
react: React,
|
|
796
823
|
events: {},
|
|
797
|
-
defineCustomElement: defineCustomElement$
|
|
824
|
+
defineCustomElement: defineCustomElement$L
|
|
798
825
|
});
|
|
799
826
|
const IonRadio = /*@__PURE__*/ createComponent({
|
|
800
827
|
tagName: 'ion-radio',
|
|
@@ -805,7 +832,7 @@ const IonRadio = /*@__PURE__*/ createComponent({
|
|
|
805
832
|
onIonFocus: 'ionFocus',
|
|
806
833
|
onIonBlur: 'ionBlur'
|
|
807
834
|
},
|
|
808
|
-
defineCustomElement: defineCustomElement$
|
|
835
|
+
defineCustomElement: defineCustomElement$M
|
|
809
836
|
});
|
|
810
837
|
const IonRadioGroup = /*@__PURE__*/ createComponent({
|
|
811
838
|
tagName: 'ion-radio-group',
|
|
@@ -813,7 +840,7 @@ const IonRadioGroup = /*@__PURE__*/ createComponent({
|
|
|
813
840
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
814
841
|
react: React,
|
|
815
842
|
events: { onIonChange: 'ionChange' },
|
|
816
|
-
defineCustomElement: defineCustomElement$
|
|
843
|
+
defineCustomElement: defineCustomElement$N
|
|
817
844
|
});
|
|
818
845
|
const IonRange = /*@__PURE__*/ createComponent({
|
|
819
846
|
tagName: 'ion-range',
|
|
@@ -828,7 +855,7 @@ const IonRange = /*@__PURE__*/ createComponent({
|
|
|
828
855
|
onIonKnobMoveStart: 'ionKnobMoveStart',
|
|
829
856
|
onIonKnobMoveEnd: 'ionKnobMoveEnd'
|
|
830
857
|
},
|
|
831
|
-
defineCustomElement: defineCustomElement$
|
|
858
|
+
defineCustomElement: defineCustomElement$O
|
|
832
859
|
});
|
|
833
860
|
const IonRefresher = /*@__PURE__*/ createComponent({
|
|
834
861
|
tagName: 'ion-refresher',
|
|
@@ -842,7 +869,7 @@ const IonRefresher = /*@__PURE__*/ createComponent({
|
|
|
842
869
|
onIonPullStart: 'ionPullStart',
|
|
843
870
|
onIonPullEnd: 'ionPullEnd'
|
|
844
871
|
},
|
|
845
|
-
defineCustomElement: defineCustomElement$
|
|
872
|
+
defineCustomElement: defineCustomElement$P
|
|
846
873
|
});
|
|
847
874
|
const IonRefresherContent = /*@__PURE__*/ createComponent({
|
|
848
875
|
tagName: 'ion-refresher-content',
|
|
@@ -850,7 +877,7 @@ const IonRefresherContent = /*@__PURE__*/ createComponent({
|
|
|
850
877
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
851
878
|
react: React,
|
|
852
879
|
events: {},
|
|
853
|
-
defineCustomElement: defineCustomElement$
|
|
880
|
+
defineCustomElement: defineCustomElement$Q
|
|
854
881
|
});
|
|
855
882
|
const IonReorder = /*@__PURE__*/ createComponent({
|
|
856
883
|
tagName: 'ion-reorder',
|
|
@@ -858,7 +885,7 @@ const IonReorder = /*@__PURE__*/ createComponent({
|
|
|
858
885
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
859
886
|
react: React,
|
|
860
887
|
events: {},
|
|
861
|
-
defineCustomElement: defineCustomElement$
|
|
888
|
+
defineCustomElement: defineCustomElement$R
|
|
862
889
|
});
|
|
863
890
|
const IonReorderGroup = /*@__PURE__*/ createComponent({
|
|
864
891
|
tagName: 'ion-reorder-group',
|
|
@@ -871,7 +898,7 @@ const IonReorderGroup = /*@__PURE__*/ createComponent({
|
|
|
871
898
|
onIonReorderMove: 'ionReorderMove',
|
|
872
899
|
onIonReorderEnd: 'ionReorderEnd'
|
|
873
900
|
},
|
|
874
|
-
defineCustomElement: defineCustomElement$
|
|
901
|
+
defineCustomElement: defineCustomElement$S
|
|
875
902
|
});
|
|
876
903
|
const IonRippleEffect = /*@__PURE__*/ createComponent({
|
|
877
904
|
tagName: 'ion-ripple-effect',
|
|
@@ -879,7 +906,7 @@ const IonRippleEffect = /*@__PURE__*/ createComponent({
|
|
|
879
906
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
880
907
|
react: React,
|
|
881
908
|
events: {},
|
|
882
|
-
defineCustomElement: defineCustomElement$
|
|
909
|
+
defineCustomElement: defineCustomElement$T
|
|
883
910
|
});
|
|
884
911
|
const IonRow = /*@__PURE__*/ createComponent({
|
|
885
912
|
tagName: 'ion-row',
|
|
@@ -887,7 +914,7 @@ const IonRow = /*@__PURE__*/ createComponent({
|
|
|
887
914
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
888
915
|
react: React,
|
|
889
916
|
events: {},
|
|
890
|
-
defineCustomElement: defineCustomElement$
|
|
917
|
+
defineCustomElement: defineCustomElement$U
|
|
891
918
|
});
|
|
892
919
|
const IonSearchbar = /*@__PURE__*/ createComponent({
|
|
893
920
|
tagName: 'ion-searchbar',
|
|
@@ -902,7 +929,7 @@ const IonSearchbar = /*@__PURE__*/ createComponent({
|
|
|
902
929
|
onIonBlur: 'ionBlur',
|
|
903
930
|
onIonFocus: 'ionFocus'
|
|
904
931
|
},
|
|
905
|
-
defineCustomElement: defineCustomElement$
|
|
932
|
+
defineCustomElement: defineCustomElement$V
|
|
906
933
|
});
|
|
907
934
|
const IonSegment = /*@__PURE__*/ createComponent({
|
|
908
935
|
tagName: 'ion-segment',
|
|
@@ -910,7 +937,7 @@ const IonSegment = /*@__PURE__*/ createComponent({
|
|
|
910
937
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
911
938
|
react: React,
|
|
912
939
|
events: { onIonChange: 'ionChange' },
|
|
913
|
-
defineCustomElement: defineCustomElement$
|
|
940
|
+
defineCustomElement: defineCustomElement$W
|
|
914
941
|
});
|
|
915
942
|
const IonSegmentButton = /*@__PURE__*/ createComponent({
|
|
916
943
|
tagName: 'ion-segment-button',
|
|
@@ -918,7 +945,7 @@ const IonSegmentButton = /*@__PURE__*/ createComponent({
|
|
|
918
945
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
919
946
|
react: React,
|
|
920
947
|
events: {},
|
|
921
|
-
defineCustomElement: defineCustomElement$
|
|
948
|
+
defineCustomElement: defineCustomElement$X
|
|
922
949
|
});
|
|
923
950
|
const IonSegmentContent = /*@__PURE__*/ createComponent({
|
|
924
951
|
tagName: 'ion-segment-content',
|
|
@@ -926,7 +953,7 @@ const IonSegmentContent = /*@__PURE__*/ createComponent({
|
|
|
926
953
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
927
954
|
react: React,
|
|
928
955
|
events: {},
|
|
929
|
-
defineCustomElement: defineCustomElement$
|
|
956
|
+
defineCustomElement: defineCustomElement$Y
|
|
930
957
|
});
|
|
931
958
|
const IonSegmentView = /*@__PURE__*/ createComponent({
|
|
932
959
|
tagName: 'ion-segment-view',
|
|
@@ -934,7 +961,7 @@ const IonSegmentView = /*@__PURE__*/ createComponent({
|
|
|
934
961
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
935
962
|
react: React,
|
|
936
963
|
events: { onIonSegmentViewScroll: 'ionSegmentViewScroll' },
|
|
937
|
-
defineCustomElement: defineCustomElement$
|
|
964
|
+
defineCustomElement: defineCustomElement$Z
|
|
938
965
|
});
|
|
939
966
|
const IonSelect = /*@__PURE__*/ createComponent({
|
|
940
967
|
tagName: 'ion-select',
|
|
@@ -948,7 +975,7 @@ const IonSelect = /*@__PURE__*/ createComponent({
|
|
|
948
975
|
onIonFocus: 'ionFocus',
|
|
949
976
|
onIonBlur: 'ionBlur'
|
|
950
977
|
},
|
|
951
|
-
defineCustomElement: defineCustomElement$
|
|
978
|
+
defineCustomElement: defineCustomElement$_
|
|
952
979
|
});
|
|
953
980
|
const IonSelectModal = /*@__PURE__*/ createComponent({
|
|
954
981
|
tagName: 'ion-select-modal',
|
|
@@ -956,7 +983,7 @@ const IonSelectModal = /*@__PURE__*/ createComponent({
|
|
|
956
983
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
957
984
|
react: React,
|
|
958
985
|
events: {},
|
|
959
|
-
defineCustomElement: defineCustomElement
|
|
986
|
+
defineCustomElement: defineCustomElement$$
|
|
960
987
|
});
|
|
961
988
|
const IonSelectOption = /*@__PURE__*/ createComponent({
|
|
962
989
|
tagName: 'ion-select-option',
|
|
@@ -964,7 +991,7 @@ const IonSelectOption = /*@__PURE__*/ createComponent({
|
|
|
964
991
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
965
992
|
react: React,
|
|
966
993
|
events: {},
|
|
967
|
-
defineCustomElement: defineCustomElement$
|
|
994
|
+
defineCustomElement: defineCustomElement$10
|
|
968
995
|
});
|
|
969
996
|
const IonSkeletonText = /*@__PURE__*/ createComponent({
|
|
970
997
|
tagName: 'ion-skeleton-text',
|
|
@@ -972,7 +999,7 @@ const IonSkeletonText = /*@__PURE__*/ createComponent({
|
|
|
972
999
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
973
1000
|
react: React,
|
|
974
1001
|
events: {},
|
|
975
|
-
defineCustomElement: defineCustomElement$
|
|
1002
|
+
defineCustomElement: defineCustomElement$11
|
|
976
1003
|
});
|
|
977
1004
|
const IonSpinner = /*@__PURE__*/ createComponent({
|
|
978
1005
|
tagName: 'ion-spinner',
|
|
@@ -980,7 +1007,7 @@ const IonSpinner = /*@__PURE__*/ createComponent({
|
|
|
980
1007
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
981
1008
|
react: React,
|
|
982
1009
|
events: {},
|
|
983
|
-
defineCustomElement: defineCustomElement
|
|
1010
|
+
defineCustomElement: defineCustomElement$12
|
|
984
1011
|
});
|
|
985
1012
|
const IonSplitPane = /*@__PURE__*/ createComponent({
|
|
986
1013
|
tagName: 'ion-split-pane',
|
|
@@ -988,7 +1015,7 @@ const IonSplitPane = /*@__PURE__*/ createComponent({
|
|
|
988
1015
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
989
1016
|
react: React,
|
|
990
1017
|
events: { onIonSplitPaneVisible: 'ionSplitPaneVisible' },
|
|
991
|
-
defineCustomElement: defineCustomElement$
|
|
1018
|
+
defineCustomElement: defineCustomElement$13
|
|
992
1019
|
});
|
|
993
1020
|
const IonTab = /*@__PURE__*/ createComponent({
|
|
994
1021
|
tagName: 'ion-tab',
|
|
@@ -996,7 +1023,7 @@ const IonTab = /*@__PURE__*/ createComponent({
|
|
|
996
1023
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
997
1024
|
react: React,
|
|
998
1025
|
events: {},
|
|
999
|
-
defineCustomElement: defineCustomElement$
|
|
1026
|
+
defineCustomElement: defineCustomElement$14
|
|
1000
1027
|
});
|
|
1001
1028
|
const IonText = /*@__PURE__*/ createComponent({
|
|
1002
1029
|
tagName: 'ion-text',
|
|
@@ -1004,7 +1031,7 @@ const IonText = /*@__PURE__*/ createComponent({
|
|
|
1004
1031
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1005
1032
|
react: React,
|
|
1006
1033
|
events: {},
|
|
1007
|
-
defineCustomElement: defineCustomElement$
|
|
1034
|
+
defineCustomElement: defineCustomElement$15
|
|
1008
1035
|
});
|
|
1009
1036
|
const IonTextarea = /*@__PURE__*/ createComponent({
|
|
1010
1037
|
tagName: 'ion-textarea',
|
|
@@ -1017,7 +1044,7 @@ const IonTextarea = /*@__PURE__*/ createComponent({
|
|
|
1017
1044
|
onIonBlur: 'ionBlur',
|
|
1018
1045
|
onIonFocus: 'ionFocus'
|
|
1019
1046
|
},
|
|
1020
|
-
defineCustomElement: defineCustomElement$
|
|
1047
|
+
defineCustomElement: defineCustomElement$16
|
|
1021
1048
|
});
|
|
1022
1049
|
const IonThumbnail = /*@__PURE__*/ createComponent({
|
|
1023
1050
|
tagName: 'ion-thumbnail',
|
|
@@ -1025,7 +1052,7 @@ const IonThumbnail = /*@__PURE__*/ createComponent({
|
|
|
1025
1052
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1026
1053
|
react: React,
|
|
1027
1054
|
events: {},
|
|
1028
|
-
defineCustomElement: defineCustomElement$
|
|
1055
|
+
defineCustomElement: defineCustomElement$17
|
|
1029
1056
|
});
|
|
1030
1057
|
const IonTitle = /*@__PURE__*/ createComponent({
|
|
1031
1058
|
tagName: 'ion-title',
|
|
@@ -1033,7 +1060,7 @@ const IonTitle = /*@__PURE__*/ createComponent({
|
|
|
1033
1060
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1034
1061
|
react: React,
|
|
1035
1062
|
events: {},
|
|
1036
|
-
defineCustomElement: defineCustomElement$
|
|
1063
|
+
defineCustomElement: defineCustomElement$18
|
|
1037
1064
|
});
|
|
1038
1065
|
const IonToggle = /*@__PURE__*/ createComponent({
|
|
1039
1066
|
tagName: 'ion-toggle',
|
|
@@ -1045,7 +1072,7 @@ const IonToggle = /*@__PURE__*/ createComponent({
|
|
|
1045
1072
|
onIonFocus: 'ionFocus',
|
|
1046
1073
|
onIonBlur: 'ionBlur'
|
|
1047
1074
|
},
|
|
1048
|
-
defineCustomElement: defineCustomElement$
|
|
1075
|
+
defineCustomElement: defineCustomElement$19
|
|
1049
1076
|
});
|
|
1050
1077
|
const IonToolbar = /*@__PURE__*/ createComponent({
|
|
1051
1078
|
tagName: 'ion-toolbar',
|
|
@@ -1053,7 +1080,7 @@ const IonToolbar = /*@__PURE__*/ createComponent({
|
|
|
1053
1080
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1054
1081
|
react: React,
|
|
1055
1082
|
events: {},
|
|
1056
|
-
defineCustomElement: defineCustomElement$
|
|
1083
|
+
defineCustomElement: defineCustomElement$1a
|
|
1057
1084
|
});
|
|
1058
1085
|
|
|
1059
1086
|
const dashToPascalCase = (str) => str
|
|
@@ -1756,17 +1783,17 @@ const createInlineOverlayComponent = (tagName, defineCustomElement, hasDelegateH
|
|
|
1756
1783
|
};
|
|
1757
1784
|
const DELEGATE_HOST = 'ion-delegate-host';
|
|
1758
1785
|
|
|
1759
|
-
const IonAlert = /*@__PURE__*/ createInlineOverlayComponent('ion-alert', defineCustomElement$
|
|
1786
|
+
const IonAlert = /*@__PURE__*/ createInlineOverlayComponent('ion-alert', defineCustomElement$1b);
|
|
1760
1787
|
|
|
1761
|
-
const IonLoading = /*@__PURE__*/ createInlineOverlayComponent('ion-loading', defineCustomElement$
|
|
1788
|
+
const IonLoading = /*@__PURE__*/ createInlineOverlayComponent('ion-loading', defineCustomElement$1c);
|
|
1762
1789
|
|
|
1763
|
-
const IonToast = /*@__PURE__*/ createInlineOverlayComponent('ion-toast', defineCustomElement$
|
|
1790
|
+
const IonToast = /*@__PURE__*/ createInlineOverlayComponent('ion-toast', defineCustomElement$1d);
|
|
1764
1791
|
|
|
1765
|
-
const IonActionSheet = /*@__PURE__*/ createInlineOverlayComponent('ion-action-sheet', defineCustomElement$
|
|
1792
|
+
const IonActionSheet = /*@__PURE__*/ createInlineOverlayComponent('ion-action-sheet', defineCustomElement$1e);
|
|
1766
1793
|
|
|
1767
|
-
const IonModal = /*@__PURE__*/ createInlineOverlayComponent('ion-modal', defineCustomElement$
|
|
1794
|
+
const IonModal = /*@__PURE__*/ createInlineOverlayComponent('ion-modal', defineCustomElement$1f, true);
|
|
1768
1795
|
|
|
1769
|
-
const IonPopover = /*@__PURE__*/ createInlineOverlayComponent('ion-popover', defineCustomElement$
|
|
1796
|
+
const IonPopover = /*@__PURE__*/ createInlineOverlayComponent('ion-popover', defineCustomElement$1g);
|
|
1770
1797
|
|
|
1771
1798
|
const IonContext = React.createContext({
|
|
1772
1799
|
addOverlay: () => {
|
|
@@ -1926,14 +1953,14 @@ const createReactComponent = (tagName, ReactComponentContext, manipulatePropsFun
|
|
|
1926
1953
|
return createForwardRef$1(ReactComponent, displayName);
|
|
1927
1954
|
};
|
|
1928
1955
|
|
|
1929
|
-
const IonTabButtonInner = /*@__PURE__*/ createReactComponent('ion-tab-button', undefined, undefined, defineCustomElement$
|
|
1930
|
-
const IonTabBarInner = /*@__PURE__*/ createReactComponent('ion-tab-bar', undefined, undefined, defineCustomElement$
|
|
1931
|
-
const IonTabsInner = /*@__PURE__*/ createReactComponent('ion-tabs', undefined, undefined, defineCustomElement$
|
|
1932
|
-
const IonBackButtonInner = /*@__PURE__*/ createReactComponent('ion-back-button', undefined, undefined, defineCustomElement$
|
|
1933
|
-
const IonRouterOutletInner = /*@__PURE__*/ createReactComponent('ion-router-outlet', undefined, undefined, defineCustomElement$
|
|
1934
|
-
const IonAppInner = /*@__PURE__*/ createReactComponent('ion-app', undefined, undefined, defineCustomElement$
|
|
1956
|
+
const IonTabButtonInner = /*@__PURE__*/ createReactComponent('ion-tab-button', undefined, undefined, defineCustomElement$1h);
|
|
1957
|
+
const IonTabBarInner = /*@__PURE__*/ createReactComponent('ion-tab-bar', undefined, undefined, defineCustomElement$1i);
|
|
1958
|
+
const IonTabsInner = /*@__PURE__*/ createReactComponent('ion-tabs', undefined, undefined, defineCustomElement$1j);
|
|
1959
|
+
const IonBackButtonInner = /*@__PURE__*/ createReactComponent('ion-back-button', undefined, undefined, defineCustomElement$1k);
|
|
1960
|
+
const IonRouterOutletInner = /*@__PURE__*/ createReactComponent('ion-router-outlet', undefined, undefined, defineCustomElement$1l);
|
|
1961
|
+
const IonAppInner = /*@__PURE__*/ createReactComponent('ion-app', undefined, undefined, defineCustomElement$1m);
|
|
1935
1962
|
// ionicons
|
|
1936
|
-
const IonIconInner = /*@__PURE__*/ createReactComponent('ion-icon', undefined, undefined, defineCustomElement$
|
|
1963
|
+
const IonIconInner = /*@__PURE__*/ createReactComponent('ion-icon', undefined, undefined, defineCustomElement$1n);
|
|
1937
1964
|
|
|
1938
1965
|
class IonApp extends React.Component {
|
|
1939
1966
|
addOverlayCallback;
|
|
@@ -2143,7 +2170,7 @@ const ReactDelegate = (addView, removeView) => {
|
|
|
2143
2170
|
};
|
|
2144
2171
|
};
|
|
2145
2172
|
|
|
2146
|
-
const IonNavInner = createReactComponent('ion-nav', undefined, undefined, defineCustomElement$
|
|
2173
|
+
const IonNavInner = createReactComponent('ion-nav', undefined, undefined, defineCustomElement$1o);
|
|
2147
2174
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
2148
2175
|
const IonNavInternal = ({ children, forwardedRef, ...restOfProps }) => {
|
|
2149
2176
|
const [views, setViews] = useState([]);
|
|
@@ -2955,7 +2982,7 @@ function useController(displayName, controller, defineCustomElement) {
|
|
|
2955
2982
|
* @returns Returns the present and dismiss methods in an array
|
|
2956
2983
|
*/
|
|
2957
2984
|
function useIonActionSheet() {
|
|
2958
|
-
const controller = useController('IonActionSheet', actionSheetController, defineCustomElement$
|
|
2985
|
+
const controller = useController('IonActionSheet', actionSheetController, defineCustomElement$1e);
|
|
2959
2986
|
const present = useCallback((buttonsOrOptions, header) => {
|
|
2960
2987
|
if (Array.isArray(buttonsOrOptions)) {
|
|
2961
2988
|
return controller.present({
|
|
@@ -2975,7 +3002,7 @@ function useIonActionSheet() {
|
|
|
2975
3002
|
* @returns Returns the present and dismiss methods in an array
|
|
2976
3003
|
*/
|
|
2977
3004
|
function useIonAlert() {
|
|
2978
|
-
const controller = useController('IonAlert', alertController, defineCustomElement$
|
|
3005
|
+
const controller = useController('IonAlert', alertController, defineCustomElement$1b);
|
|
2979
3006
|
const present = useCallback((messageOrOptions, buttons) => {
|
|
2980
3007
|
if (typeof messageOrOptions === 'string') {
|
|
2981
3008
|
return controller.present({
|
|
@@ -2995,7 +3022,7 @@ function useIonAlert() {
|
|
|
2995
3022
|
* @returns Returns the present and dismiss methods in an array
|
|
2996
3023
|
*/
|
|
2997
3024
|
function useIonToast() {
|
|
2998
|
-
const controller = useController('IonToast', toastController, defineCustomElement$
|
|
3025
|
+
const controller = useController('IonToast', toastController, defineCustomElement$1d);
|
|
2999
3026
|
const present = useCallback((messageOrOptions, duration) => {
|
|
3000
3027
|
if (typeof messageOrOptions === 'string') {
|
|
3001
3028
|
return controller.present({
|
|
@@ -3074,7 +3101,7 @@ function useOverlay(displayName, controller, defineCustomElement, component, com
|
|
|
3074
3101
|
}
|
|
3075
3102
|
|
|
3076
3103
|
function useIonModal(component, componentProps) {
|
|
3077
|
-
const controller = useOverlay('IonModal', modalController, defineCustomElement$
|
|
3104
|
+
const controller = useOverlay('IonModal', modalController, defineCustomElement$1f, component, componentProps);
|
|
3078
3105
|
const present = useCallback((options = {}) => {
|
|
3079
3106
|
controller.present(options);
|
|
3080
3107
|
}, [controller.present]);
|
|
@@ -3082,7 +3109,7 @@ function useIonModal(component, componentProps) {
|
|
|
3082
3109
|
}
|
|
3083
3110
|
|
|
3084
3111
|
function useIonPopover(component, componentProps) {
|
|
3085
|
-
const controller = useOverlay('IonPopover', popoverController, defineCustomElement$
|
|
3112
|
+
const controller = useOverlay('IonPopover', popoverController, defineCustomElement$1g, component, componentProps);
|
|
3086
3113
|
const present = useCallback((options = {}) => {
|
|
3087
3114
|
controller.present(options);
|
|
3088
3115
|
}, [controller.present]);
|
|
@@ -3094,7 +3121,7 @@ function useIonPopover(component, componentProps) {
|
|
|
3094
3121
|
* @returns Returns the present and dismiss methods in an array
|
|
3095
3122
|
*/
|
|
3096
3123
|
function useIonLoading() {
|
|
3097
|
-
const controller = useController('IonLoading', loadingController, defineCustomElement$
|
|
3124
|
+
const controller = useController('IonLoading', loadingController, defineCustomElement$1c);
|
|
3098
3125
|
const present = useCallback((messageOrOptions = {}, duration, spinner) => {
|
|
3099
3126
|
if (typeof messageOrOptions === 'string') {
|
|
3100
3127
|
return controller.present({
|
|
@@ -3501,5 +3528,5 @@ const createDebugLogger = (namespace) => {
|
|
|
3501
3528
|
};
|
|
3502
3529
|
};
|
|
3503
3530
|
|
|
3504
|
-
export { CreateAnimation, DefaultIonLifeCycleContext, 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, IonLifeCycleContext, IonList, IonListHeader, IonLoading, IonMenu, IonMenuButton, IonMenuToggle, IonModal, IonNav, IonNavLink, IonNote, IonPage, IonPicker, IonPickerColumn, IonPickerColumnOption, IonPopover, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRefresher, IonRefresherContent, IonReorder, IonReorderGroup, IonRippleEffect, IonRoute, IonRouterContext, IonRouterLink, IonRouterOutlet, IonRow, IonSearchbar, IonSegment, IonSegmentButton, IonSegmentContent, IonSegmentView, IonSelect, IonSelectModal, IonSelectOption, IonSkeletonText, IonSpinner, IonSplitPane, IonTab, IonTabBar, IonTabButton, IonTabs, IonTabsContext, IonText, IonTextarea, IonThumbnail, IonTitle, IonToast, IonToggle, IonToolbar, LocationHistory, NavContext, NavManager, RouteManagerContext, StackContext, ViewLifeCycleManager, ViewStacks, createDebugLogger, generateId, getConfig, getPlatforms, isPlatform, setupIonicReact, useIonActionSheet, useIonAlert, useIonLoading, useIonModal, useIonPopover, useIonRouter, useIonToast, useIonViewDidEnter, useIonViewDidLeave, useIonViewWillEnter, useIonViewWillLeave, withIonLifeCycle };
|
|
3531
|
+
export { CreateAnimation, DefaultIonLifeCycleContext, 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, IonGalleryItem, IonGrid, IonHeader, IonIcon, IonImg, IonInfiniteScroll, IonInfiniteScrollContent, IonInput, IonInputOtp, IonInputPasswordToggle, IonItem, IonItemDivider, IonItemGroup, IonItemOption, IonItemOptions, IonItemSliding, IonLabel, IonLifeCycleContext, IonList, IonListHeader, IonLoading, IonMenu, IonMenuButton, IonMenuToggle, IonModal, IonNav, IonNavLink, IonNote, IonPage, IonPicker, IonPickerColumn, IonPickerColumnOption, IonPopover, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRefresher, IonRefresherContent, IonReorder, IonReorderGroup, IonRippleEffect, IonRoute, IonRouterContext, IonRouterLink, IonRouterOutlet, IonRow, IonSearchbar, IonSegment, IonSegmentButton, IonSegmentContent, IonSegmentView, IonSelect, IonSelectModal, IonSelectOption, IonSkeletonText, IonSpinner, IonSplitPane, IonTab, IonTabBar, IonTabButton, IonTabs, IonTabsContext, IonText, IonTextarea, IonThumbnail, IonTitle, IonToast, IonToggle, IonToolbar, LocationHistory, NavContext, NavManager, RouteManagerContext, StackContext, ViewLifeCycleManager, ViewStacks, createDebugLogger, generateId, getConfig, getPlatforms, isPlatform, setupIonicReact, useIonActionSheet, useIonAlert, useIonLoading, useIonModal, useIonPopover, useIonRouter, useIonToast, useIonViewDidEnter, useIonViewDidLeave, useIonViewWillEnter, useIonViewWillLeave, withIonLifeCycle };
|
|
3505
3532
|
//# sourceMappingURL=index.js.map
|