@ionic/react 7.5.7-dev.11700601419.1c57af2e → 7.5.7-dev.11701113479.149fdab6
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/dist/index.js
CHANGED
|
@@ -77,7 +77,7 @@ import { IonRouterLink as IonRouterLink$1 } from '@ionic/core/components/ion-rou
|
|
|
77
77
|
import { defineCustomElement as defineCustomElement$10 } from '@ionic/core/components/ion-alert.js';
|
|
78
78
|
import { defineCustomElement as defineCustomElement$11 } from '@ionic/core/components/ion-loading.js';
|
|
79
79
|
import { defineCustomElement as defineCustomElement$12 } from '@ionic/core/components/ion-toast.js';
|
|
80
|
-
import { defineCustomElement as defineCustomElement$13 } from '@ionic/core/components/ion-picker.js';
|
|
80
|
+
import { defineCustomElement as defineCustomElement$13 } from '@ionic/core/components/ion-picker-legacy.js';
|
|
81
81
|
import { defineCustomElement as defineCustomElement$14 } from '@ionic/core/components/ion-action-sheet.js';
|
|
82
82
|
import { defineCustomElement as defineCustomElement$15 } from '@ionic/core/components/ion-modal.js';
|
|
83
83
|
import { defineCustomElement as defineCustomElement$16 } from '@ionic/core/components/ion-popover.js';
|
|
@@ -966,7 +966,7 @@ const IonLoading = /*@__PURE__*/ createInlineOverlayComponent('ion-loading', def
|
|
|
966
966
|
|
|
967
967
|
const IonToast = /*@__PURE__*/ createInlineOverlayComponent('ion-toast', defineCustomElement$12);
|
|
968
968
|
|
|
969
|
-
const
|
|
969
|
+
const IonPickerLegacy = /*@__PURE__*/ createInlineOverlayComponent('ion-picker', defineCustomElement$13);
|
|
970
970
|
|
|
971
971
|
const IonActionSheet = /*@__PURE__*/ createInlineOverlayComponent('ion-action-sheet', defineCustomElement$14);
|
|
972
972
|
|
|
@@ -2075,6 +2075,7 @@ function useIonPopover(component, componentProps) {
|
|
|
2075
2075
|
/**
|
|
2076
2076
|
* A hook for presenting/dismissing an IonPicker component
|
|
2077
2077
|
* @returns Returns the present and dismiss methods in an array
|
|
2078
|
+
* @deprecated Use the inline ion-picker component instead.
|
|
2078
2079
|
*/
|
|
2079
2080
|
function useIonPicker() {
|
|
2080
2081
|
const controller = useController('IonPicker', pickerController, defineCustomElement$13);
|
|
@@ -2442,5 +2443,5 @@ class ViewStacks {
|
|
|
2442
2443
|
}
|
|
2443
2444
|
}
|
|
2444
2445
|
|
|
2445
|
-
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, IonItem, IonItemDivider, IonItemGroup, IonItemOption, IonItemOptions, IonItemSliding, IonLabel, IonLifeCycleContext, IonList, IonListHeader, IonLoading, IonMenu, IonMenuButton, IonMenuToggle, IonModal, IonNav, IonNavLink, IonNote, IonPage,
|
|
2446
|
+
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, IonItem, IonItemDivider, IonItemGroup, IonItemOption, IonItemOptions, IonItemSliding, IonLabel, IonLifeCycleContext, IonList, IonListHeader, IonLoading, IonMenu, IonMenuButton, IonMenuToggle, IonModal, IonNav, IonNavLink, IonNote, IonPage, IonPickerLegacy, IonPopover, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRedirect, IonRefresher, IonRefresherContent, IonReorder, IonReorderGroup, IonRippleEffect, IonRoute, IonRouterContext, IonRouterLink, IonRouterOutlet, IonRow, IonSearchbar, IonSegment, IonSegmentButton, IonSelect, IonSelectOption, IonSkeletonText, IonSpinner, IonSplitPane, IonTab, IonTabBar, IonTabButton, IonTabs, IonTabsContext, IonText, IonTextarea, IonThumbnail, IonTitle, IonToast, IonToggle, IonToolbar, LocationHistory, NavContext, NavManager, RouteManagerContext, StackContext, ViewLifeCycleManager, ViewStacks, generateId, getConfig, getPlatforms, isPlatform, setupIonicReact, useIonActionSheet, useIonAlert, useIonLoading, useIonModal, useIonPicker, useIonPopover, useIonRouter, useIonToast, useIonViewDidEnter, useIonViewDidLeave, useIonViewWillEnter, useIonViewWillLeave, withIonLifeCycle };
|
|
2446
2447
|
//# sourceMappingURL=index.js.map
|