@ionic/react 8.8.6-dev.11777569278.1613db2e → 8.8.6-dev.11777572994.1147595d
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-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 +1007 -319
- package/dist/index.js.map +1 -1
- package/dist/types/components/IonActionSheet.d.ts +1 -1
- package/dist/types/components/IonAlert.d.ts +1 -1
- package/dist/types/components/IonIcon.d.ts +1 -1
- package/dist/types/components/IonLoading.d.ts +1 -1
- package/dist/types/components/IonModal.d.ts +1 -1
- package/dist/types/components/IonPage.d.ts +1 -1
- package/dist/types/components/IonPopover.d.ts +1 -1
- package/dist/types/components/IonRoute.d.ts +3 -2
- package/dist/types/components/IonRouterContext.d.ts +8 -0
- package/dist/types/components/IonRouterOutlet.d.ts +3 -2
- package/dist/types/components/IonToast.d.ts +1 -1
- package/dist/types/components/components.d.ts +326 -0
- package/dist/types/components/createInlineOverlayComponent.d.ts +1 -1
- package/dist/types/components/createRoutingComponent.d.ts +1 -1
- package/dist/types/components/index.d.ts +2 -5
- package/dist/types/components/navigation/IonNav.d.ts +2 -1
- package/dist/types/components/navigation/IonTabBar.d.ts +1 -1
- package/dist/types/components/navigation/IonTabs.d.ts +1 -2
- package/dist/types/components/react-component-lib/createComponent.d.ts +1 -1
- package/dist/types/components/react-component-lib/utils/index.d.ts +1 -1
- package/dist/types/components/routing-proxies.d.ts +7 -7
- package/dist/types/components/utils/index.d.ts +2 -11
- package/dist/types/contexts/NavContext.d.ts +0 -2
- package/dist/types/lifecycle/IonLifeCycleHOC.d.ts +1 -3
- package/dist/types/routing/LocationHistory.d.ts +7 -0
- package/dist/types/routing/NavManager.d.ts +2 -4
- package/dist/types/routing/OutletPageManager.d.ts +2 -0
- package/dist/types/routing/PageManager.d.ts +8 -0
- package/dist/types/routing/RouteManagerContext.d.ts +6 -1
- package/dist/types/routing/ViewLifeCycleManager.d.ts +1 -0
- package/dist/types/routing/ViewStacks.d.ts +2 -2
- package/package.json +8 -8
- 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/types/components/IonPickerLegacy.d.ts +0 -2
- package/dist/types/components/IonRedirect.d.ts +0 -16
- package/dist/types/components/proxies.d.ts +0 -75
- package/dist/types/hooks/useIonPicker.d.ts +0 -27
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { JSX } from '@ionic/core/components';
|
|
2
|
-
export declare const IonActionSheet: import("react").ForwardRefExoticComponent<JSX.IonActionSheet & Omit<import("react").HTMLAttributes<HTMLIonActionSheetElement>, "style"
|
|
2
|
+
export declare const IonActionSheet: import("react").ForwardRefExoticComponent<JSX.IonActionSheet & Omit<import("react").HTMLAttributes<HTMLIonActionSheetElement>, "style"> & import("./IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonActionSheetElement>>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { JSX } from '@ionic/core/components';
|
|
2
|
-
export declare const IonAlert: import("react").ForwardRefExoticComponent<JSX.IonAlert & Omit<import("react").HTMLAttributes<HTMLIonAlertElement>, "style"
|
|
2
|
+
export declare const IonAlert: import("react").ForwardRefExoticComponent<JSX.IonAlert & Omit<import("react").HTMLAttributes<HTMLIonAlertElement>, "style"> & import("./IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonAlertElement>>;
|
|
@@ -12,5 +12,5 @@ interface IonIconProps {
|
|
|
12
12
|
size?: string;
|
|
13
13
|
src?: string;
|
|
14
14
|
}
|
|
15
|
-
export declare const IonIcon: React.ForwardRefExoticComponent<IonIconProps & IonicReactProps & Omit<React.HTMLAttributes<HTMLIonIconElement>, "style"
|
|
15
|
+
export declare const IonIcon: React.ForwardRefExoticComponent<IonIconProps & IonicReactProps & Omit<React.HTMLAttributes<HTMLIonIconElement>, "style"> & React.RefAttributes<HTMLIonIconElement>>;
|
|
16
16
|
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { JSX } from '@ionic/core/components';
|
|
2
|
-
export declare const IonLoading: import("react").ForwardRefExoticComponent<JSX.IonLoading & Omit<import("react").HTMLAttributes<HTMLIonLoadingElement>, "style"
|
|
2
|
+
export declare const IonLoading: import("react").ForwardRefExoticComponent<JSX.IonLoading & Omit<import("react").HTMLAttributes<HTMLIonLoadingElement>, "style"> & import("./IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonLoadingElement>>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { JSX } from '@ionic/core/components';
|
|
2
|
-
export declare const IonModal: import("react").ForwardRefExoticComponent<JSX.IonModal & Omit<import("react").HTMLAttributes<HTMLIonModalElement>, "style"
|
|
2
|
+
export declare const IonModal: import("react").ForwardRefExoticComponent<JSX.IonModal & Omit<import("react").HTMLAttributes<HTMLIonModalElement>, "style"> & import("./IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonModalElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { IonicReactProps } from './IonicReactProps';
|
|
3
|
-
export declare const IonPage: React.ForwardRefExoticComponent<Omit<React.HTMLAttributes<unknown>, "style"
|
|
3
|
+
export declare const IonPage: React.ForwardRefExoticComponent<Omit<React.HTMLAttributes<unknown>, "style"> & IonicReactProps & React.RefAttributes<unknown>>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { JSX } from '@ionic/core/components';
|
|
2
|
-
export declare const IonPopover: import("react").ForwardRefExoticComponent<JSX.IonPopover & Omit<import("react").HTMLAttributes<HTMLIonPopoverElement>, "style"
|
|
2
|
+
export declare const IonPopover: import("react").ForwardRefExoticComponent<JSX.IonPopover & Omit<import("react").HTMLAttributes<HTMLIonPopoverElement>, "style"> & import("./IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonPopoverElement>>;
|
|
@@ -2,9 +2,10 @@ import React from 'react';
|
|
|
2
2
|
import { NavContext } from '../contexts/NavContext';
|
|
3
3
|
export interface IonRouteProps {
|
|
4
4
|
path?: string;
|
|
5
|
-
|
|
5
|
+
index?: boolean;
|
|
6
|
+
caseSensitive?: boolean;
|
|
6
7
|
show?: boolean;
|
|
7
|
-
|
|
8
|
+
element: React.ReactElement;
|
|
8
9
|
disableIonPageManagement?: boolean;
|
|
9
10
|
}
|
|
10
11
|
interface IonRouteState {
|
|
@@ -6,6 +6,7 @@ export interface IonRouterContextState {
|
|
|
6
6
|
routeInfo: RouteInfo;
|
|
7
7
|
push: (pathname: string, routerDirection?: RouterDirection, routeAction?: RouteAction, routerOptions?: RouterOptions, animationBuilder?: AnimationBuilder) => void;
|
|
8
8
|
back: (animationBuilder?: AnimationBuilder) => void;
|
|
9
|
+
navigateRoot: (pathname: string, animationBuilder?: AnimationBuilder) => void;
|
|
9
10
|
canGoBack: () => boolean;
|
|
10
11
|
nativeBack: () => void;
|
|
11
12
|
}
|
|
@@ -34,6 +35,13 @@ export type UseIonRouterResult = {
|
|
|
34
35
|
* @param animationBuilder - Optional - A custom transition animation to use
|
|
35
36
|
*/
|
|
36
37
|
goBack(animationBuilder?: AnimationBuilder): void;
|
|
38
|
+
/**
|
|
39
|
+
* Navigates to a new root pathname, clearing the navigation history and unmounting all previous views.
|
|
40
|
+
* After navigation, canGoBack() will return false. Useful for navigating to a new root after login/logout.
|
|
41
|
+
* @param pathname - The path to navigate to
|
|
42
|
+
* @param animationBuilder - Optional - A custom transition animation to use
|
|
43
|
+
*/
|
|
44
|
+
navigateRoot(pathname: string, animationBuilder?: AnimationBuilder): void;
|
|
37
45
|
/**
|
|
38
46
|
* Determines if there are any additional routes in the Router's history. However, routing is not prevented if the browser's history has more entries. Returns true if more entries exist, false if not.
|
|
39
47
|
*/
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import type { JSX as LocalJSX } from '@ionic/core/components';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import type { IonicReactProps } from './IonicReactProps';
|
|
4
|
-
export declare const IonRouterOutlet: React.ForwardRefExoticComponent<Omit<LocalJSX.IonRouterOutlet & {
|
|
4
|
+
export declare const IonRouterOutlet: React.ForwardRefExoticComponent<Omit<import("./utils").IonicReactExternalProps<LocalJSX.IonRouterOutlet & {
|
|
5
5
|
basePath?: string;
|
|
6
6
|
ref?: React.Ref<any>;
|
|
7
7
|
ionPage?: boolean;
|
|
8
|
-
|
|
8
|
+
id?: string;
|
|
9
|
+
} & IonicReactProps, HTMLIonRouterOutletElement>, "ref"> & React.RefAttributes<HTMLIonRouterOutletElement>>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { JSX } from '@ionic/core/components';
|
|
2
|
-
export declare const IonToast: import("react").ForwardRefExoticComponent<JSX.IonToast & Omit<import("react").HTMLAttributes<HTMLIonToastElement>, "style"
|
|
2
|
+
export declare const IonToast: import("react").ForwardRefExoticComponent<JSX.IonToast & Omit<import("react").HTMLAttributes<HTMLIonToastElement>, "style"> & import("./IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonToastElement>>;
|
|
@@ -0,0 +1,326 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
6
|
+
import { type AccordionGroupChangeEventDetail, type BreadcrumbCollapsedClickEventDetail, type CheckboxChangeEventDetail, type DatetimeChangeEventDetail, type InputChangeEventDetail, type InputInputEventDetail, type InputOtpChangeEventDetail, type InputOtpCompleteEventDetail, type InputOtpInputEventDetail, type IonAccordionGroupCustomEvent, type IonBackdropCustomEvent, type IonBreadcrumbsCustomEvent, type IonCheckboxCustomEvent, type IonContentCustomEvent, type IonDatetimeCustomEvent, type IonImgCustomEvent, type IonInfiniteScrollCustomEvent, type IonInputCustomEvent, type IonInputOtpCustomEvent, type IonItemOptionsCustomEvent, type IonItemSlidingCustomEvent, type IonMenuCustomEvent, type IonNavCustomEvent, type IonPickerColumnCustomEvent, type IonRadioCustomEvent, type IonRadioGroupCustomEvent, type IonRangeCustomEvent, type IonRefresherCustomEvent, type IonReorderGroupCustomEvent, type IonSearchbarCustomEvent, type IonSegmentCustomEvent, type IonSegmentViewCustomEvent, type IonSelectCustomEvent, type IonSplitPaneCustomEvent, type IonTextareaCustomEvent, type IonToggleCustomEvent, type ItemReorderEventDetail, type MenuCloseEventDetail, type PickerColumnChangeEventDetail, type RadioGroupChangeEventDetail, type RangeChangeEventDetail, type RangeKnobMoveEndEventDetail, type RangeKnobMoveStartEventDetail, type RefresherEventDetail, type RefresherPullEndEventDetail, type ReorderEndEventDetail, type ReorderMoveEventDetail, type ScrollBaseDetail, type ScrollDetail, type SearchbarChangeEventDetail, type SearchbarInputEventDetail, type SegmentChangeEventDetail, type SegmentViewScrollEvent, type SelectChangeEventDetail, type TextareaChangeEventDetail, type TextareaInputEventDetail, type ToggleChangeEventDetail } from '@ionic/core';
|
|
7
|
+
import type { Components } from '@ionic/core/components';
|
|
8
|
+
import { IonAccordionGroup as IonAccordionGroupElement } from '@ionic/core/components/ion-accordion-group.js';
|
|
9
|
+
import { IonAccordion as IonAccordionElement } from '@ionic/core/components/ion-accordion.js';
|
|
10
|
+
import { IonAvatar as IonAvatarElement } from '@ionic/core/components/ion-avatar.js';
|
|
11
|
+
import { IonBackdrop as IonBackdropElement } from '@ionic/core/components/ion-backdrop.js';
|
|
12
|
+
import { IonBadge as IonBadgeElement } from '@ionic/core/components/ion-badge.js';
|
|
13
|
+
import { IonBreadcrumbs as IonBreadcrumbsElement } from '@ionic/core/components/ion-breadcrumbs.js';
|
|
14
|
+
import { IonButtons as IonButtonsElement } from '@ionic/core/components/ion-buttons.js';
|
|
15
|
+
import { IonCardContent as IonCardContentElement } from '@ionic/core/components/ion-card-content.js';
|
|
16
|
+
import { IonCardHeader as IonCardHeaderElement } from '@ionic/core/components/ion-card-header.js';
|
|
17
|
+
import { IonCardSubtitle as IonCardSubtitleElement } from '@ionic/core/components/ion-card-subtitle.js';
|
|
18
|
+
import { IonCardTitle as IonCardTitleElement } from '@ionic/core/components/ion-card-title.js';
|
|
19
|
+
import { IonCheckbox as IonCheckboxElement } from '@ionic/core/components/ion-checkbox.js';
|
|
20
|
+
import { IonChip as IonChipElement } from '@ionic/core/components/ion-chip.js';
|
|
21
|
+
import { IonCol as IonColElement } from '@ionic/core/components/ion-col.js';
|
|
22
|
+
import { IonContent as IonContentElement } from '@ionic/core/components/ion-content.js';
|
|
23
|
+
import { IonDatetimeButton as IonDatetimeButtonElement } from '@ionic/core/components/ion-datetime-button.js';
|
|
24
|
+
import { IonDatetime as IonDatetimeElement } from '@ionic/core/components/ion-datetime.js';
|
|
25
|
+
import { IonFabList as IonFabListElement } from '@ionic/core/components/ion-fab-list.js';
|
|
26
|
+
import { IonFab as IonFabElement } from '@ionic/core/components/ion-fab.js';
|
|
27
|
+
import { IonFooter as IonFooterElement } from '@ionic/core/components/ion-footer.js';
|
|
28
|
+
import { IonGrid as IonGridElement } from '@ionic/core/components/ion-grid.js';
|
|
29
|
+
import { IonHeader as IonHeaderElement } from '@ionic/core/components/ion-header.js';
|
|
30
|
+
import { IonImg as IonImgElement } from '@ionic/core/components/ion-img.js';
|
|
31
|
+
import { IonInfiniteScrollContent as IonInfiniteScrollContentElement } from '@ionic/core/components/ion-infinite-scroll-content.js';
|
|
32
|
+
import { IonInfiniteScroll as IonInfiniteScrollElement } from '@ionic/core/components/ion-infinite-scroll.js';
|
|
33
|
+
import { IonInputOtp as IonInputOtpElement } from '@ionic/core/components/ion-input-otp.js';
|
|
34
|
+
import { IonInputPasswordToggle as IonInputPasswordToggleElement } from '@ionic/core/components/ion-input-password-toggle.js';
|
|
35
|
+
import { IonInput as IonInputElement } from '@ionic/core/components/ion-input.js';
|
|
36
|
+
import { IonItemDivider as IonItemDividerElement } from '@ionic/core/components/ion-item-divider.js';
|
|
37
|
+
import { IonItemGroup as IonItemGroupElement } from '@ionic/core/components/ion-item-group.js';
|
|
38
|
+
import { IonItemOptions as IonItemOptionsElement } from '@ionic/core/components/ion-item-options.js';
|
|
39
|
+
import { IonItemSliding as IonItemSlidingElement } from '@ionic/core/components/ion-item-sliding.js';
|
|
40
|
+
import { IonLabel as IonLabelElement } from '@ionic/core/components/ion-label.js';
|
|
41
|
+
import { IonListHeader as IonListHeaderElement } from '@ionic/core/components/ion-list-header.js';
|
|
42
|
+
import { IonList as IonListElement } from '@ionic/core/components/ion-list.js';
|
|
43
|
+
import { IonMenuButton as IonMenuButtonElement } from '@ionic/core/components/ion-menu-button.js';
|
|
44
|
+
import { IonMenuToggle as IonMenuToggleElement } from '@ionic/core/components/ion-menu-toggle.js';
|
|
45
|
+
import { IonMenu as IonMenuElement } from '@ionic/core/components/ion-menu.js';
|
|
46
|
+
import { IonNavLink as IonNavLinkElement } from '@ionic/core/components/ion-nav-link.js';
|
|
47
|
+
import { IonNav as IonNavElement } from '@ionic/core/components/ion-nav.js';
|
|
48
|
+
import { IonNote as IonNoteElement } from '@ionic/core/components/ion-note.js';
|
|
49
|
+
import { IonPickerColumnOption as IonPickerColumnOptionElement } from '@ionic/core/components/ion-picker-column-option.js';
|
|
50
|
+
import { IonPickerColumn as IonPickerColumnElement } from '@ionic/core/components/ion-picker-column.js';
|
|
51
|
+
import { IonPicker as IonPickerElement } from '@ionic/core/components/ion-picker.js';
|
|
52
|
+
import { IonProgressBar as IonProgressBarElement } from '@ionic/core/components/ion-progress-bar.js';
|
|
53
|
+
import { IonRadioGroup as IonRadioGroupElement } from '@ionic/core/components/ion-radio-group.js';
|
|
54
|
+
import { IonRadio as IonRadioElement } from '@ionic/core/components/ion-radio.js';
|
|
55
|
+
import { IonRange as IonRangeElement } from '@ionic/core/components/ion-range.js';
|
|
56
|
+
import { IonRefresherContent as IonRefresherContentElement } from '@ionic/core/components/ion-refresher-content.js';
|
|
57
|
+
import { IonRefresher as IonRefresherElement } from '@ionic/core/components/ion-refresher.js';
|
|
58
|
+
import { IonReorderGroup as IonReorderGroupElement } from '@ionic/core/components/ion-reorder-group.js';
|
|
59
|
+
import { IonReorder as IonReorderElement } from '@ionic/core/components/ion-reorder.js';
|
|
60
|
+
import { IonRippleEffect as IonRippleEffectElement } from '@ionic/core/components/ion-ripple-effect.js';
|
|
61
|
+
import { IonRow as IonRowElement } from '@ionic/core/components/ion-row.js';
|
|
62
|
+
import { IonSearchbar as IonSearchbarElement } from '@ionic/core/components/ion-searchbar.js';
|
|
63
|
+
import { IonSegmentButton as IonSegmentButtonElement } from '@ionic/core/components/ion-segment-button.js';
|
|
64
|
+
import { IonSegmentContent as IonSegmentContentElement } from '@ionic/core/components/ion-segment-content.js';
|
|
65
|
+
import { IonSegmentView as IonSegmentViewElement } from '@ionic/core/components/ion-segment-view.js';
|
|
66
|
+
import { IonSegment as IonSegmentElement } from '@ionic/core/components/ion-segment.js';
|
|
67
|
+
import { IonSelectModal as IonSelectModalElement } from '@ionic/core/components/ion-select-modal.js';
|
|
68
|
+
import { IonSelectOption as IonSelectOptionElement } from '@ionic/core/components/ion-select-option.js';
|
|
69
|
+
import { IonSelect as IonSelectElement } from '@ionic/core/components/ion-select.js';
|
|
70
|
+
import { IonSkeletonText as IonSkeletonTextElement } from '@ionic/core/components/ion-skeleton-text.js';
|
|
71
|
+
import { IonSpinner as IonSpinnerElement } from '@ionic/core/components/ion-spinner.js';
|
|
72
|
+
import { IonSplitPane as IonSplitPaneElement } from '@ionic/core/components/ion-split-pane.js';
|
|
73
|
+
import { IonTab as IonTabElement } from '@ionic/core/components/ion-tab.js';
|
|
74
|
+
import { IonText as IonTextElement } from '@ionic/core/components/ion-text.js';
|
|
75
|
+
import { IonTextarea as IonTextareaElement } from '@ionic/core/components/ion-textarea.js';
|
|
76
|
+
import { IonThumbnail as IonThumbnailElement } from '@ionic/core/components/ion-thumbnail.js';
|
|
77
|
+
import { IonTitle as IonTitleElement } from '@ionic/core/components/ion-title.js';
|
|
78
|
+
import { IonToggle as IonToggleElement } from '@ionic/core/components/ion-toggle.js';
|
|
79
|
+
import { IonToolbar as IonToolbarElement } from '@ionic/core/components/ion-toolbar.js';
|
|
80
|
+
export type IonAccordionEvents = NonNullable<unknown>;
|
|
81
|
+
export declare const IonAccordion: StencilReactComponent<IonAccordionElement, IonAccordionEvents, Components.IonAccordion>;
|
|
82
|
+
export type IonAccordionGroupEvents = {
|
|
83
|
+
onIonChange: EventName<IonAccordionGroupCustomEvent<AccordionGroupChangeEventDetail>>;
|
|
84
|
+
};
|
|
85
|
+
export declare const IonAccordionGroup: StencilReactComponent<IonAccordionGroupElement, IonAccordionGroupEvents, Components.IonAccordionGroup>;
|
|
86
|
+
export type IonAvatarEvents = NonNullable<unknown>;
|
|
87
|
+
export declare const IonAvatar: StencilReactComponent<IonAvatarElement, IonAvatarEvents, Components.IonAvatar>;
|
|
88
|
+
export type IonBackdropEvents = {
|
|
89
|
+
onIonBackdropTap: EventName<IonBackdropCustomEvent<void>>;
|
|
90
|
+
};
|
|
91
|
+
export declare const IonBackdrop: StencilReactComponent<IonBackdropElement, IonBackdropEvents, Components.IonBackdrop>;
|
|
92
|
+
export type IonBadgeEvents = NonNullable<unknown>;
|
|
93
|
+
export declare const IonBadge: StencilReactComponent<IonBadgeElement, IonBadgeEvents, Components.IonBadge>;
|
|
94
|
+
export type IonBreadcrumbsEvents = {
|
|
95
|
+
onIonCollapsedClick: EventName<IonBreadcrumbsCustomEvent<BreadcrumbCollapsedClickEventDetail>>;
|
|
96
|
+
};
|
|
97
|
+
export declare const IonBreadcrumbs: StencilReactComponent<IonBreadcrumbsElement, IonBreadcrumbsEvents, Components.IonBreadcrumbs>;
|
|
98
|
+
export type IonButtonsEvents = NonNullable<unknown>;
|
|
99
|
+
export declare const IonButtons: StencilReactComponent<IonButtonsElement, IonButtonsEvents, Components.IonButtons>;
|
|
100
|
+
export type IonCardContentEvents = NonNullable<unknown>;
|
|
101
|
+
export declare const IonCardContent: StencilReactComponent<IonCardContentElement, IonCardContentEvents, Components.IonCardContent>;
|
|
102
|
+
export type IonCardHeaderEvents = NonNullable<unknown>;
|
|
103
|
+
export declare const IonCardHeader: StencilReactComponent<IonCardHeaderElement, IonCardHeaderEvents, Components.IonCardHeader>;
|
|
104
|
+
export type IonCardSubtitleEvents = NonNullable<unknown>;
|
|
105
|
+
export declare const IonCardSubtitle: StencilReactComponent<IonCardSubtitleElement, IonCardSubtitleEvents, Components.IonCardSubtitle>;
|
|
106
|
+
export type IonCardTitleEvents = NonNullable<unknown>;
|
|
107
|
+
export declare const IonCardTitle: StencilReactComponent<IonCardTitleElement, IonCardTitleEvents, Components.IonCardTitle>;
|
|
108
|
+
export type IonCheckboxEvents = {
|
|
109
|
+
onIonChange: EventName<IonCheckboxCustomEvent<CheckboxChangeEventDetail>>;
|
|
110
|
+
onIonFocus: EventName<IonCheckboxCustomEvent<void>>;
|
|
111
|
+
onIonBlur: EventName<IonCheckboxCustomEvent<void>>;
|
|
112
|
+
};
|
|
113
|
+
export declare const IonCheckbox: StencilReactComponent<IonCheckboxElement, IonCheckboxEvents, Components.IonCheckbox>;
|
|
114
|
+
export type IonChipEvents = NonNullable<unknown>;
|
|
115
|
+
export declare const IonChip: StencilReactComponent<IonChipElement, IonChipEvents, Components.IonChip>;
|
|
116
|
+
export type IonColEvents = NonNullable<unknown>;
|
|
117
|
+
export declare const IonCol: StencilReactComponent<IonColElement, IonColEvents, Components.IonCol>;
|
|
118
|
+
export type IonContentEvents = {
|
|
119
|
+
onIonScrollStart: EventName<IonContentCustomEvent<ScrollBaseDetail>>;
|
|
120
|
+
onIonScroll: EventName<IonContentCustomEvent<ScrollDetail>>;
|
|
121
|
+
onIonScrollEnd: EventName<IonContentCustomEvent<ScrollBaseDetail>>;
|
|
122
|
+
};
|
|
123
|
+
export declare const IonContent: StencilReactComponent<IonContentElement, IonContentEvents, Components.IonContent>;
|
|
124
|
+
export type IonDatetimeEvents = {
|
|
125
|
+
onIonCancel: EventName<IonDatetimeCustomEvent<void>>;
|
|
126
|
+
onIonChange: EventName<IonDatetimeCustomEvent<DatetimeChangeEventDetail>>;
|
|
127
|
+
onIonFocus: EventName<IonDatetimeCustomEvent<void>>;
|
|
128
|
+
onIonBlur: EventName<IonDatetimeCustomEvent<void>>;
|
|
129
|
+
};
|
|
130
|
+
export declare const IonDatetime: StencilReactComponent<IonDatetimeElement, IonDatetimeEvents, Components.IonDatetime>;
|
|
131
|
+
export type IonDatetimeButtonEvents = NonNullable<unknown>;
|
|
132
|
+
export declare const IonDatetimeButton: StencilReactComponent<IonDatetimeButtonElement, IonDatetimeButtonEvents, Components.IonDatetimeButton>;
|
|
133
|
+
export type IonFabEvents = NonNullable<unknown>;
|
|
134
|
+
export declare const IonFab: StencilReactComponent<IonFabElement, IonFabEvents, Components.IonFab>;
|
|
135
|
+
export type IonFabListEvents = NonNullable<unknown>;
|
|
136
|
+
export declare const IonFabList: StencilReactComponent<IonFabListElement, IonFabListEvents, Components.IonFabList>;
|
|
137
|
+
export type IonFooterEvents = NonNullable<unknown>;
|
|
138
|
+
export declare const IonFooter: StencilReactComponent<IonFooterElement, IonFooterEvents, Components.IonFooter>;
|
|
139
|
+
export type IonGridEvents = NonNullable<unknown>;
|
|
140
|
+
export declare const IonGrid: StencilReactComponent<IonGridElement, IonGridEvents, Components.IonGrid>;
|
|
141
|
+
export type IonHeaderEvents = NonNullable<unknown>;
|
|
142
|
+
export declare const IonHeader: StencilReactComponent<IonHeaderElement, IonHeaderEvents, Components.IonHeader>;
|
|
143
|
+
export type IonImgEvents = {
|
|
144
|
+
onIonImgWillLoad: EventName<IonImgCustomEvent<void>>;
|
|
145
|
+
onIonImgDidLoad: EventName<IonImgCustomEvent<void>>;
|
|
146
|
+
onIonError: EventName<IonImgCustomEvent<void>>;
|
|
147
|
+
};
|
|
148
|
+
export declare const IonImg: StencilReactComponent<IonImgElement, IonImgEvents, Components.IonImg>;
|
|
149
|
+
export type IonInfiniteScrollEvents = {
|
|
150
|
+
onIonInfinite: EventName<IonInfiniteScrollCustomEvent<void>>;
|
|
151
|
+
};
|
|
152
|
+
export declare const IonInfiniteScroll: StencilReactComponent<IonInfiniteScrollElement, IonInfiniteScrollEvents, Components.IonInfiniteScroll>;
|
|
153
|
+
export type IonInfiniteScrollContentEvents = NonNullable<unknown>;
|
|
154
|
+
export declare const IonInfiniteScrollContent: StencilReactComponent<IonInfiniteScrollContentElement, IonInfiniteScrollContentEvents, Components.IonInfiniteScrollContent>;
|
|
155
|
+
export type IonInputEvents = {
|
|
156
|
+
onIonInput: EventName<IonInputCustomEvent<InputInputEventDetail>>;
|
|
157
|
+
onIonChange: EventName<IonInputCustomEvent<InputChangeEventDetail>>;
|
|
158
|
+
onIonBlur: EventName<IonInputCustomEvent<FocusEvent>>;
|
|
159
|
+
onIonFocus: EventName<IonInputCustomEvent<FocusEvent>>;
|
|
160
|
+
};
|
|
161
|
+
export declare const IonInput: StencilReactComponent<IonInputElement, IonInputEvents, Components.IonInput>;
|
|
162
|
+
export type IonInputOtpEvents = {
|
|
163
|
+
onIonInput: EventName<IonInputOtpCustomEvent<InputOtpInputEventDetail>>;
|
|
164
|
+
onIonChange: EventName<IonInputOtpCustomEvent<InputOtpChangeEventDetail>>;
|
|
165
|
+
onIonComplete: EventName<IonInputOtpCustomEvent<InputOtpCompleteEventDetail>>;
|
|
166
|
+
onIonBlur: EventName<IonInputOtpCustomEvent<FocusEvent>>;
|
|
167
|
+
onIonFocus: EventName<IonInputOtpCustomEvent<FocusEvent>>;
|
|
168
|
+
};
|
|
169
|
+
export declare const IonInputOtp: StencilReactComponent<IonInputOtpElement, IonInputOtpEvents, Components.IonInputOtp>;
|
|
170
|
+
export type IonInputPasswordToggleEvents = NonNullable<unknown>;
|
|
171
|
+
export declare const IonInputPasswordToggle: StencilReactComponent<IonInputPasswordToggleElement, IonInputPasswordToggleEvents, Components.IonInputPasswordToggle>;
|
|
172
|
+
export type IonItemDividerEvents = NonNullable<unknown>;
|
|
173
|
+
export declare const IonItemDivider: StencilReactComponent<IonItemDividerElement, IonItemDividerEvents, Components.IonItemDivider>;
|
|
174
|
+
export type IonItemGroupEvents = NonNullable<unknown>;
|
|
175
|
+
export declare const IonItemGroup: StencilReactComponent<IonItemGroupElement, IonItemGroupEvents, Components.IonItemGroup>;
|
|
176
|
+
export type IonItemOptionsEvents = {
|
|
177
|
+
onIonSwipe: EventName<IonItemOptionsCustomEvent<any>>;
|
|
178
|
+
};
|
|
179
|
+
export declare const IonItemOptions: StencilReactComponent<IonItemOptionsElement, IonItemOptionsEvents, Components.IonItemOptions>;
|
|
180
|
+
export type IonItemSlidingEvents = {
|
|
181
|
+
onIonDrag: EventName<IonItemSlidingCustomEvent<any>>;
|
|
182
|
+
};
|
|
183
|
+
export declare const IonItemSliding: StencilReactComponent<IonItemSlidingElement, IonItemSlidingEvents, Components.IonItemSliding>;
|
|
184
|
+
export type IonLabelEvents = NonNullable<unknown>;
|
|
185
|
+
export declare const IonLabel: StencilReactComponent<IonLabelElement, IonLabelEvents, Components.IonLabel>;
|
|
186
|
+
export type IonListEvents = NonNullable<unknown>;
|
|
187
|
+
export declare const IonList: StencilReactComponent<IonListElement, IonListEvents, Components.IonList>;
|
|
188
|
+
export type IonListHeaderEvents = NonNullable<unknown>;
|
|
189
|
+
export declare const IonListHeader: StencilReactComponent<IonListHeaderElement, IonListHeaderEvents, Components.IonListHeader>;
|
|
190
|
+
export type IonMenuEvents = {
|
|
191
|
+
onIonWillOpen: EventName<IonMenuCustomEvent<void>>;
|
|
192
|
+
onIonWillClose: EventName<IonMenuCustomEvent<MenuCloseEventDetail>>;
|
|
193
|
+
onIonDidOpen: EventName<IonMenuCustomEvent<void>>;
|
|
194
|
+
onIonDidClose: EventName<IonMenuCustomEvent<MenuCloseEventDetail>>;
|
|
195
|
+
};
|
|
196
|
+
export declare const IonMenu: StencilReactComponent<IonMenuElement, IonMenuEvents, Components.IonMenu>;
|
|
197
|
+
export type IonMenuButtonEvents = NonNullable<unknown>;
|
|
198
|
+
export declare const IonMenuButton: StencilReactComponent<IonMenuButtonElement, IonMenuButtonEvents, Components.IonMenuButton>;
|
|
199
|
+
export type IonMenuToggleEvents = NonNullable<unknown>;
|
|
200
|
+
export declare const IonMenuToggle: StencilReactComponent<IonMenuToggleElement, IonMenuToggleEvents, Components.IonMenuToggle>;
|
|
201
|
+
export type IonNavEvents = {
|
|
202
|
+
onIonNavWillChange: EventName<IonNavCustomEvent<void>>;
|
|
203
|
+
onIonNavDidChange: EventName<IonNavCustomEvent<void>>;
|
|
204
|
+
};
|
|
205
|
+
export declare const IonNav: StencilReactComponent<IonNavElement, IonNavEvents, Components.IonNav>;
|
|
206
|
+
export type IonNavLinkEvents = NonNullable<unknown>;
|
|
207
|
+
export declare const IonNavLink: StencilReactComponent<IonNavLinkElement, IonNavLinkEvents, Components.IonNavLink>;
|
|
208
|
+
export type IonNoteEvents = NonNullable<unknown>;
|
|
209
|
+
export declare const IonNote: StencilReactComponent<IonNoteElement, IonNoteEvents, Components.IonNote>;
|
|
210
|
+
export type IonPickerEvents = NonNullable<unknown>;
|
|
211
|
+
export declare const IonPicker: StencilReactComponent<IonPickerElement, IonPickerEvents, Components.IonPicker>;
|
|
212
|
+
export type IonPickerColumnEvents = {
|
|
213
|
+
onIonChange: EventName<IonPickerColumnCustomEvent<PickerColumnChangeEventDetail>>;
|
|
214
|
+
};
|
|
215
|
+
export declare const IonPickerColumn: StencilReactComponent<IonPickerColumnElement, IonPickerColumnEvents, Components.IonPickerColumn>;
|
|
216
|
+
export type IonPickerColumnOptionEvents = NonNullable<unknown>;
|
|
217
|
+
export declare const IonPickerColumnOption: StencilReactComponent<IonPickerColumnOptionElement, IonPickerColumnOptionEvents, Components.IonPickerColumnOption>;
|
|
218
|
+
export type IonProgressBarEvents = NonNullable<unknown>;
|
|
219
|
+
export declare const IonProgressBar: StencilReactComponent<IonProgressBarElement, IonProgressBarEvents, Components.IonProgressBar>;
|
|
220
|
+
export type IonRadioEvents = {
|
|
221
|
+
onIonFocus: EventName<IonRadioCustomEvent<void>>;
|
|
222
|
+
onIonBlur: EventName<IonRadioCustomEvent<void>>;
|
|
223
|
+
};
|
|
224
|
+
export declare const IonRadio: StencilReactComponent<IonRadioElement, IonRadioEvents, Components.IonRadio>;
|
|
225
|
+
export type IonRadioGroupEvents = {
|
|
226
|
+
onIonChange: EventName<IonRadioGroupCustomEvent<RadioGroupChangeEventDetail>>;
|
|
227
|
+
};
|
|
228
|
+
export declare const IonRadioGroup: StencilReactComponent<IonRadioGroupElement, IonRadioGroupEvents, Components.IonRadioGroup>;
|
|
229
|
+
export type IonRangeEvents = {
|
|
230
|
+
onIonChange: EventName<IonRangeCustomEvent<RangeChangeEventDetail>>;
|
|
231
|
+
onIonInput: EventName<IonRangeCustomEvent<RangeChangeEventDetail>>;
|
|
232
|
+
onIonFocus: EventName<IonRangeCustomEvent<void>>;
|
|
233
|
+
onIonBlur: EventName<IonRangeCustomEvent<void>>;
|
|
234
|
+
onIonKnobMoveStart: EventName<IonRangeCustomEvent<RangeKnobMoveStartEventDetail>>;
|
|
235
|
+
onIonKnobMoveEnd: EventName<IonRangeCustomEvent<RangeKnobMoveEndEventDetail>>;
|
|
236
|
+
};
|
|
237
|
+
export declare const IonRange: StencilReactComponent<IonRangeElement, IonRangeEvents, Components.IonRange>;
|
|
238
|
+
export type IonRefresherEvents = {
|
|
239
|
+
onIonRefresh: EventName<IonRefresherCustomEvent<RefresherEventDetail>>;
|
|
240
|
+
onIonPull: EventName<IonRefresherCustomEvent<void>>;
|
|
241
|
+
onIonStart: EventName<IonRefresherCustomEvent<void>>;
|
|
242
|
+
onIonPullStart: EventName<IonRefresherCustomEvent<void>>;
|
|
243
|
+
onIonPullEnd: EventName<IonRefresherCustomEvent<RefresherPullEndEventDetail>>;
|
|
244
|
+
};
|
|
245
|
+
export declare const IonRefresher: StencilReactComponent<IonRefresherElement, IonRefresherEvents, Components.IonRefresher>;
|
|
246
|
+
export type IonRefresherContentEvents = NonNullable<unknown>;
|
|
247
|
+
export declare const IonRefresherContent: StencilReactComponent<IonRefresherContentElement, IonRefresherContentEvents, Components.IonRefresherContent>;
|
|
248
|
+
export type IonReorderEvents = NonNullable<unknown>;
|
|
249
|
+
export declare const IonReorder: StencilReactComponent<IonReorderElement, IonReorderEvents, Components.IonReorder>;
|
|
250
|
+
export type IonReorderGroupEvents = {
|
|
251
|
+
onIonItemReorder: EventName<IonReorderGroupCustomEvent<ItemReorderEventDetail>>;
|
|
252
|
+
onIonReorderStart: EventName<IonReorderGroupCustomEvent<void>>;
|
|
253
|
+
onIonReorderMove: EventName<IonReorderGroupCustomEvent<ReorderMoveEventDetail>>;
|
|
254
|
+
onIonReorderEnd: EventName<IonReorderGroupCustomEvent<ReorderEndEventDetail>>;
|
|
255
|
+
};
|
|
256
|
+
export declare const IonReorderGroup: StencilReactComponent<IonReorderGroupElement, IonReorderGroupEvents, Components.IonReorderGroup>;
|
|
257
|
+
export type IonRippleEffectEvents = NonNullable<unknown>;
|
|
258
|
+
export declare const IonRippleEffect: StencilReactComponent<IonRippleEffectElement, IonRippleEffectEvents, Components.IonRippleEffect>;
|
|
259
|
+
export type IonRowEvents = NonNullable<unknown>;
|
|
260
|
+
export declare const IonRow: StencilReactComponent<IonRowElement, IonRowEvents, Components.IonRow>;
|
|
261
|
+
export type IonSearchbarEvents = {
|
|
262
|
+
onIonInput: EventName<IonSearchbarCustomEvent<SearchbarInputEventDetail>>;
|
|
263
|
+
onIonChange: EventName<IonSearchbarCustomEvent<SearchbarChangeEventDetail>>;
|
|
264
|
+
onIonCancel: EventName<IonSearchbarCustomEvent<void>>;
|
|
265
|
+
onIonClear: EventName<IonSearchbarCustomEvent<void>>;
|
|
266
|
+
onIonBlur: EventName<IonSearchbarCustomEvent<void>>;
|
|
267
|
+
onIonFocus: EventName<IonSearchbarCustomEvent<void>>;
|
|
268
|
+
};
|
|
269
|
+
export declare const IonSearchbar: StencilReactComponent<IonSearchbarElement, IonSearchbarEvents, Components.IonSearchbar>;
|
|
270
|
+
export type IonSegmentEvents = {
|
|
271
|
+
onIonChange: EventName<IonSegmentCustomEvent<SegmentChangeEventDetail>>;
|
|
272
|
+
};
|
|
273
|
+
export declare const IonSegment: StencilReactComponent<IonSegmentElement, IonSegmentEvents, Components.IonSegment>;
|
|
274
|
+
export type IonSegmentButtonEvents = NonNullable<unknown>;
|
|
275
|
+
export declare const IonSegmentButton: StencilReactComponent<IonSegmentButtonElement, IonSegmentButtonEvents, Components.IonSegmentButton>;
|
|
276
|
+
export type IonSegmentContentEvents = NonNullable<unknown>;
|
|
277
|
+
export declare const IonSegmentContent: StencilReactComponent<IonSegmentContentElement, IonSegmentContentEvents, Components.IonSegmentContent>;
|
|
278
|
+
export type IonSegmentViewEvents = {
|
|
279
|
+
onIonSegmentViewScroll: EventName<IonSegmentViewCustomEvent<SegmentViewScrollEvent>>;
|
|
280
|
+
};
|
|
281
|
+
export declare const IonSegmentView: StencilReactComponent<IonSegmentViewElement, IonSegmentViewEvents, Components.IonSegmentView>;
|
|
282
|
+
export type IonSelectEvents = {
|
|
283
|
+
onIonChange: EventName<IonSelectCustomEvent<SelectChangeEventDetail>>;
|
|
284
|
+
onIonCancel: EventName<IonSelectCustomEvent<void>>;
|
|
285
|
+
onIonDismiss: EventName<IonSelectCustomEvent<void>>;
|
|
286
|
+
onIonFocus: EventName<IonSelectCustomEvent<void>>;
|
|
287
|
+
onIonBlur: EventName<IonSelectCustomEvent<void>>;
|
|
288
|
+
};
|
|
289
|
+
export declare const IonSelect: StencilReactComponent<IonSelectElement, IonSelectEvents, Components.IonSelect>;
|
|
290
|
+
export type IonSelectModalEvents = NonNullable<unknown>;
|
|
291
|
+
export declare const IonSelectModal: StencilReactComponent<IonSelectModalElement, IonSelectModalEvents, Components.IonSelectModal>;
|
|
292
|
+
export type IonSelectOptionEvents = NonNullable<unknown>;
|
|
293
|
+
export declare const IonSelectOption: StencilReactComponent<IonSelectOptionElement, IonSelectOptionEvents, Components.IonSelectOption>;
|
|
294
|
+
export type IonSkeletonTextEvents = NonNullable<unknown>;
|
|
295
|
+
export declare const IonSkeletonText: StencilReactComponent<IonSkeletonTextElement, IonSkeletonTextEvents, Components.IonSkeletonText>;
|
|
296
|
+
export type IonSpinnerEvents = NonNullable<unknown>;
|
|
297
|
+
export declare const IonSpinner: StencilReactComponent<IonSpinnerElement, IonSpinnerEvents, Components.IonSpinner>;
|
|
298
|
+
export type IonSplitPaneEvents = {
|
|
299
|
+
onIonSplitPaneVisible: EventName<IonSplitPaneCustomEvent<{
|
|
300
|
+
visible: boolean;
|
|
301
|
+
}>>;
|
|
302
|
+
};
|
|
303
|
+
export declare const IonSplitPane: StencilReactComponent<IonSplitPaneElement, IonSplitPaneEvents, Components.IonSplitPane>;
|
|
304
|
+
export type IonTabEvents = NonNullable<unknown>;
|
|
305
|
+
export declare const IonTab: StencilReactComponent<IonTabElement, IonTabEvents, Components.IonTab>;
|
|
306
|
+
export type IonTextEvents = NonNullable<unknown>;
|
|
307
|
+
export declare const IonText: StencilReactComponent<IonTextElement, IonTextEvents, Components.IonText>;
|
|
308
|
+
export type IonTextareaEvents = {
|
|
309
|
+
onIonChange: EventName<IonTextareaCustomEvent<TextareaChangeEventDetail>>;
|
|
310
|
+
onIonInput: EventName<IonTextareaCustomEvent<TextareaInputEventDetail>>;
|
|
311
|
+
onIonBlur: EventName<IonTextareaCustomEvent<FocusEvent>>;
|
|
312
|
+
onIonFocus: EventName<IonTextareaCustomEvent<FocusEvent>>;
|
|
313
|
+
};
|
|
314
|
+
export declare const IonTextarea: StencilReactComponent<IonTextareaElement, IonTextareaEvents, Components.IonTextarea>;
|
|
315
|
+
export type IonThumbnailEvents = NonNullable<unknown>;
|
|
316
|
+
export declare const IonThumbnail: StencilReactComponent<IonThumbnailElement, IonThumbnailEvents, Components.IonThumbnail>;
|
|
317
|
+
export type IonTitleEvents = NonNullable<unknown>;
|
|
318
|
+
export declare const IonTitle: StencilReactComponent<IonTitleElement, IonTitleEvents, Components.IonTitle>;
|
|
319
|
+
export type IonToggleEvents = {
|
|
320
|
+
onIonChange: EventName<IonToggleCustomEvent<ToggleChangeEventDetail>>;
|
|
321
|
+
onIonFocus: EventName<IonToggleCustomEvent<void>>;
|
|
322
|
+
onIonBlur: EventName<IonToggleCustomEvent<void>>;
|
|
323
|
+
};
|
|
324
|
+
export declare const IonToggle: StencilReactComponent<IonToggleElement, IonToggleEvents, Components.IonToggle>;
|
|
325
|
+
export type IonToolbarEvents = NonNullable<unknown>;
|
|
326
|
+
export declare const IonToolbar: StencilReactComponent<IonToolbarElement, IonToolbarEvents, Components.IonToolbar>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const createInlineOverlayComponent: <PropType, ElementType>(tagName: string, defineCustomElement?: () => void, hasDelegateHost?: boolean) => React.ForwardRefExoticComponent<React.PropsWithoutRef<
|
|
2
|
+
export declare const createInlineOverlayComponent: <PropType, ElementType>(tagName: string, defineCustomElement?: () => void, hasDelegateHost?: boolean) => React.ForwardRefExoticComponent<React.PropsWithoutRef<import("./utils").IonicReactExternalProps<PropType, ElementType>> & React.RefAttributes<ElementType>>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const createRoutingComponent: <PropType, ElementType>(tagName: string, customElement?: any) => React.ForwardRefExoticComponent<React.PropsWithoutRef<
|
|
2
|
+
export declare const createRoutingComponent: <PropType, ElementType>(tagName: string, customElement?: any) => React.ForwardRefExoticComponent<React.PropsWithoutRef<import("./utils").IonicReactExternalProps<PropType, ElementType>> & React.RefAttributes<ElementType>>;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import type { IonicConfig } from '@ionic/core/components';
|
|
2
|
-
export { createAnimation, createGesture, iosTransitionAnimation, mdTransitionAnimation, IonicSlides, getTimeGivenProgression, getIonPageElement, openURL, Animation, AnimationBuilder, AnimationCallbackOptions, AnimationDirection, AnimationFill, AnimationKeyFrames, AnimationLifecycle, Gesture, GestureConfig, GestureDetail, NavComponentWithProps, SpinnerTypes, AccordionGroupCustomEvent, AccordionGroupChangeEventDetail, BreadcrumbCustomEvent, BreadcrumbCollapsedClickEventDetail, ActionSheetOptions, ActionSheetButton, AlertOptions, AlertInput, AlertButton, BackButtonEvent, CheckboxCustomEvent, CheckboxChangeEventDetail, DatetimeCustomEvent, DatetimeChangeEventDetail, InfiniteScrollCustomEvent, InputCustomEvent, InputChangeEventDetail, InputInputEventDetail, InputOtpCustomEvent, InputOtpChangeEventDetail, InputOtpCompleteEventDetail, InputOtpInputEventDetail, ItemReorderEventDetail, ItemReorderCustomEvent, ItemSlidingCustomEvent, IonicSafeString, LoadingOptions, MenuCustomEvent, ModalDragEventDetail, ModalOptions, NavCustomEvent,
|
|
3
|
-
export * from './
|
|
2
|
+
export { createAnimation, createGesture, iosTransitionAnimation, mdTransitionAnimation, IonicSlides, getTimeGivenProgression, getIonPageElement, openURL, Animation, AnimationBuilder, AnimationCallbackOptions, AnimationDirection, AnimationFill, AnimationKeyFrames, AnimationLifecycle, Gesture, GestureConfig, GestureDetail, NavComponentWithProps, SpinnerTypes, AccordionGroupCustomEvent, AccordionGroupChangeEventDetail, BreadcrumbCustomEvent, BreadcrumbCollapsedClickEventDetail, ActionSheetOptions, ActionSheetButton, AlertOptions, AlertInput, AlertButton, BackButtonEvent, CheckboxCustomEvent, CheckboxChangeEventDetail, DatetimeCustomEvent, DatetimeChangeEventDetail, InfiniteScrollCustomEvent, InputCustomEvent, InputChangeEventDetail, InputInputEventDetail, InputOtpCustomEvent, InputOtpChangeEventDetail, InputOtpCompleteEventDetail, InputOtpInputEventDetail, ItemReorderEventDetail, ItemReorderCustomEvent, ItemSlidingCustomEvent, IonicSafeString, LoadingOptions, MenuCustomEvent, ModalDragEventDetail, ModalOptions, NavCustomEvent, PopoverOptions, RadioGroupCustomEvent, RadioGroupChangeEventDetail, RangeCustomEvent, RangeChangeEventDetail, RangeKnobMoveStartEventDetail, RangeKnobMoveEndEventDetail, RefresherCustomEvent, RefresherEventDetail, ReorderMoveCustomEvent, ReorderMoveEventDetail, ReorderEndCustomEvent, ReorderEndEventDetail, RouterEventDetail, RouterCustomEvent, ScrollBaseCustomEvent, ScrollBaseDetail, ScrollDetail, ScrollCustomEvent, SearchbarCustomEvent, SearchbarChangeEventDetail, SearchbarInputEventDetail, SegmentChangeEventDetail, SegmentCustomEvent, SegmentValue, SelectChangeEventDetail, SelectCustomEvent, TabsCustomEvent, TextareaChangeEventDetail, TextareaCustomEvent, ToastOptions, ToastButton, ToastLayout, ToggleChangeEventDetail, ToggleCustomEvent, TransitionOptions, } from '@ionic/core/components';
|
|
3
|
+
export * from './components';
|
|
4
4
|
export * from './routing-proxies';
|
|
5
5
|
export { IonAlert } from './IonAlert';
|
|
6
6
|
export { IonLoading } from './IonLoading';
|
|
7
7
|
export * from './IonToast';
|
|
8
|
-
export { IonPickerLegacy } from './IonPickerLegacy';
|
|
9
8
|
export * from './IonActionSheet';
|
|
10
9
|
export { IonModal } from './IonModal';
|
|
11
10
|
export { IonPopover } from './IonPopover';
|
|
@@ -20,7 +19,6 @@ export { IonBackButton } from './navigation/IonBackButton';
|
|
|
20
19
|
export { IonRouterOutlet } from './IonRouterOutlet';
|
|
21
20
|
export { IonIcon } from './IonIcon';
|
|
22
21
|
export * from './IonRoute';
|
|
23
|
-
export * from './IonRedirect';
|
|
24
22
|
export * from './IonRouterContext';
|
|
25
23
|
export { isPlatform, getPlatforms, getConfig } from './utils';
|
|
26
24
|
export * from './hrefprops';
|
|
@@ -30,6 +28,5 @@ export { useIonAlert, UseIonAlertResult } from '../hooks/useIonAlert';
|
|
|
30
28
|
export { useIonToast, UseIonToastResult } from '../hooks/useIonToast';
|
|
31
29
|
export { useIonModal, UseIonModalResult } from '../hooks/useIonModal';
|
|
32
30
|
export { useIonPopover, UseIonPopoverResult } from '../hooks/useIonPopover';
|
|
33
|
-
export { useIonPicker, UseIonPickerResult } from '../hooks/useIonPicker';
|
|
34
31
|
export { useIonLoading, UseIonLoadingResult } from '../hooks/useIonLoading';
|
|
35
32
|
export declare const setupIonicReact: (config?: IonicConfig) => void;
|
|
@@ -2,4 +2,5 @@ import type { JSX } from '@ionic/core/components';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
export declare const IonNav: React.ForwardRefExoticComponent<JSX.IonNav & {
|
|
4
4
|
forwardedRef?: React.ForwardedRef<HTMLIonNavElement>;
|
|
5
|
-
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
} & Omit<React.HTMLAttributes<HTMLIonNavElement>, "style"> & import("../IonicReactProps").IonicReactProps & React.RefAttributes<HTMLIonNavElement>>;
|
|
@@ -12,4 +12,4 @@ export declare const IonTabBar: React.ForwardRefExoticComponent<LocalJSX.IonTabB
|
|
|
12
12
|
style?: {
|
|
13
13
|
[key: string]: string;
|
|
14
14
|
};
|
|
15
|
-
} & Omit<React.HTMLAttributes<HTMLIonTabBarElement>, "style"
|
|
15
|
+
} & Omit<React.HTMLAttributes<HTMLIonTabBarElement>, "style"> & React.RefAttributes<HTMLIonTabBarElement>>;
|
|
@@ -16,10 +16,9 @@ declare module 'react' {
|
|
|
16
16
|
'ion-tabs': IonTabsProps;
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
|
-
type ChildFunction = (ionTabContext: IonTabsContextState) => React.ReactNode;
|
|
20
19
|
interface Props extends LocalJSX.IonTabs {
|
|
21
20
|
className?: string;
|
|
22
|
-
children:
|
|
21
|
+
children: React.ReactNode;
|
|
23
22
|
onIonTabsWillChange?: (event: CustomEvent<{
|
|
24
23
|
tab: string;
|
|
25
24
|
}>) => void;
|
|
@@ -6,5 +6,5 @@ interface StencilReactInternalProps<ElementType> extends React.HTMLAttributes<El
|
|
|
6
6
|
forwardedRef: React.RefObject<ElementType>;
|
|
7
7
|
ref?: React.Ref<any>;
|
|
8
8
|
}
|
|
9
|
-
export declare const createReactComponent: <PropType, ElementType extends HTMLStencilElement, ContextStateType = {}, ExpandedPropsTypes = {}>(tagName: string, ReactComponentContext?: React.Context<ContextStateType>, manipulatePropsFunction?: (originalProps: StencilReactInternalProps<ElementType>, propsToPass: any) => ExpandedPropsTypes, defineCustomElement?: () => void) => React.ForwardRefExoticComponent<React.PropsWithoutRef<
|
|
9
|
+
export declare const createReactComponent: <PropType, ElementType extends HTMLStencilElement, ContextStateType = {}, ExpandedPropsTypes = {}>(tagName: string, ReactComponentContext?: React.Context<ContextStateType>, manipulatePropsFunction?: (originalProps: StencilReactInternalProps<ElementType>, propsToPass: any) => ExpandedPropsTypes, defineCustomElement?: () => void) => React.ForwardRefExoticComponent<React.PropsWithoutRef<import("./utils").StencilReactExternalProps<PropType, ElementType>> & React.RefAttributes<ElementType>>;
|
|
10
10
|
export {};
|
|
@@ -4,7 +4,7 @@ export type StencilReactExternalProps<PropType, ElementType> = PropType & Omit<R
|
|
|
4
4
|
export type StencilReactForwardedRef<T> = ((instance: T | null) => void) | React.MutableRefObject<T | null> | null;
|
|
5
5
|
export declare const setRef: (ref: StencilReactForwardedRef<any> | React.Ref<any> | undefined, value: any) => void;
|
|
6
6
|
export declare const mergeRefs: (...refs: (StencilReactForwardedRef<any> | React.Ref<any> | undefined)[]) => React.RefCallback<any>;
|
|
7
|
-
export declare const createForwardRef: <PropType, ElementType>(ReactComponent: any, displayName: string) => React.ForwardRefExoticComponent<React.PropsWithoutRef<PropType
|
|
7
|
+
export declare const createForwardRef: <PropType, ElementType>(ReactComponent: any, displayName: string) => React.ForwardRefExoticComponent<React.PropsWithoutRef<StencilReactExternalProps<PropType, ElementType>> & React.RefAttributes<ElementType>>;
|
|
8
8
|
export declare const defineCustomElement: (tagName: string, customElement: any) => void;
|
|
9
9
|
export * from './attachProps';
|
|
10
10
|
export * from './case';
|
|
@@ -4,40 +4,40 @@ export declare const IonRouterLink: import("react").ForwardRefExoticComponent<Om
|
|
|
4
4
|
routerDirection?: import("..").RouterDirection;
|
|
5
5
|
routerOptions?: import("..").RouterOptions;
|
|
6
6
|
routerAnimation?: import("@ionic/core/components").AnimationBuilder;
|
|
7
|
-
} & Omit<import("react").HTMLAttributes<HTMLIonRouterLinkElement>, "style"
|
|
7
|
+
} & Omit<import("react").HTMLAttributes<HTMLIonRouterLinkElement>, "style"> & import("./IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonRouterLinkElement>>;
|
|
8
8
|
export declare const IonButton: import("react").ForwardRefExoticComponent<Omit<JSX.IonButton, "routerDirection"> & {
|
|
9
9
|
routerLink?: string;
|
|
10
10
|
routerDirection?: import("..").RouterDirection;
|
|
11
11
|
routerOptions?: import("..").RouterOptions;
|
|
12
12
|
routerAnimation?: import("@ionic/core/components").AnimationBuilder;
|
|
13
|
-
} & Omit<import("react").HTMLAttributes<HTMLIonButtonElement>, "style"
|
|
13
|
+
} & Omit<import("react").HTMLAttributes<HTMLIonButtonElement>, "style"> & import("./IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonButtonElement>>;
|
|
14
14
|
export declare const IonCard: import("react").ForwardRefExoticComponent<Omit<JSX.IonCard, "routerDirection"> & {
|
|
15
15
|
routerLink?: string;
|
|
16
16
|
routerDirection?: import("..").RouterDirection;
|
|
17
17
|
routerOptions?: import("..").RouterOptions;
|
|
18
18
|
routerAnimation?: import("@ionic/core/components").AnimationBuilder;
|
|
19
|
-
} & Omit<import("react").HTMLAttributes<HTMLIonCardElement>, "style"
|
|
19
|
+
} & Omit<import("react").HTMLAttributes<HTMLIonCardElement>, "style"> & import("./IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonCardElement>>;
|
|
20
20
|
export declare const IonFabButton: import("react").ForwardRefExoticComponent<Omit<JSX.IonFabButton, "routerDirection"> & {
|
|
21
21
|
routerLink?: string;
|
|
22
22
|
routerDirection?: import("..").RouterDirection;
|
|
23
23
|
routerOptions?: import("..").RouterOptions;
|
|
24
24
|
routerAnimation?: import("@ionic/core/components").AnimationBuilder;
|
|
25
|
-
} & Omit<import("react").HTMLAttributes<HTMLIonFabButtonElement>, "style"
|
|
25
|
+
} & Omit<import("react").HTMLAttributes<HTMLIonFabButtonElement>, "style"> & import("./IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonFabButtonElement>>;
|
|
26
26
|
export declare const IonItem: import("react").ForwardRefExoticComponent<Omit<JSX.IonItem, "routerDirection"> & {
|
|
27
27
|
routerLink?: string;
|
|
28
28
|
routerDirection?: import("..").RouterDirection;
|
|
29
29
|
routerOptions?: import("..").RouterOptions;
|
|
30
30
|
routerAnimation?: import("@ionic/core/components").AnimationBuilder;
|
|
31
|
-
} & Omit<import("react").HTMLAttributes<HTMLIonItemElement>, "style"
|
|
31
|
+
} & Omit<import("react").HTMLAttributes<HTMLIonItemElement>, "style"> & import("./IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonItemElement>>;
|
|
32
32
|
export declare const IonItemOption: import("react").ForwardRefExoticComponent<Omit<JSX.IonItemOption, "routerDirection"> & {
|
|
33
33
|
routerLink?: string;
|
|
34
34
|
routerDirection?: import("..").RouterDirection;
|
|
35
35
|
routerOptions?: import("..").RouterOptions;
|
|
36
36
|
routerAnimation?: import("@ionic/core/components").AnimationBuilder;
|
|
37
|
-
} & Omit<import("react").HTMLAttributes<HTMLIonItemOptionElement>, "style"
|
|
37
|
+
} & Omit<import("react").HTMLAttributes<HTMLIonItemOptionElement>, "style"> & import("./IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonItemOptionElement>>;
|
|
38
38
|
export declare const IonBreadcrumb: import("react").ForwardRefExoticComponent<Omit<JSX.IonBreadcrumb, "routerDirection"> & {
|
|
39
39
|
routerLink?: string;
|
|
40
40
|
routerDirection?: import("..").RouterDirection;
|
|
41
41
|
routerOptions?: import("..").RouterOptions;
|
|
42
42
|
routerAnimation?: import("@ionic/core/components").AnimationBuilder;
|
|
43
|
-
} & Omit<import("react").HTMLAttributes<HTMLIonBreadcrumbElement>, "style"
|
|
43
|
+
} & Omit<import("react").HTMLAttributes<HTMLIonBreadcrumbElement>, "style"> & import("./IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonBreadcrumbElement>>;
|
|
@@ -1,17 +1,8 @@
|
|
|
1
1
|
import type { Config as CoreConfig, Platforms } from '@ionic/core/components';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import type { IonicReactProps } from '../IonicReactProps';
|
|
4
|
-
export type IonicReactExternalProps<PropType, ElementType> = PropType &
|
|
5
|
-
|
|
6
|
-
* TODO: FW-5753
|
|
7
|
-
*
|
|
8
|
-
* The `placeholder` property was removed from `HTMLAttributes` in @types/react@18.2.43
|
|
9
|
-
* https://github.com/DefinitelyTyped/DefinitelyTyped/commit/b954269038de46b4b2f1756a9f2f020cbc66a326
|
|
10
|
-
*
|
|
11
|
-
* This is a temporary workaround until @ionic/react is updated to >=18.2.43.
|
|
12
|
-
*/
|
|
13
|
-
Omit<React.HTMLAttributes<ElementType>, 'style' | 'placeholder'> & IonicReactProps;
|
|
14
|
-
export declare const createForwardRef: <PropType, ElementType>(ReactComponent: any, displayName: string) => React.ForwardRefExoticComponent<React.PropsWithoutRef<PropType & Omit<React.HTMLAttributes<ElementType>, "style" | "placeholder"> & IonicReactProps> & React.RefAttributes<ElementType>>;
|
|
4
|
+
export type IonicReactExternalProps<PropType, ElementType> = PropType & Omit<React.HTMLAttributes<ElementType>, 'style'> & IonicReactProps;
|
|
5
|
+
export declare const createForwardRef: <PropType, ElementType>(ReactComponent: any, displayName: string) => React.ForwardRefExoticComponent<React.PropsWithoutRef<IonicReactExternalProps<PropType, ElementType>> & React.RefAttributes<ElementType>>;
|
|
15
6
|
export declare const isPlatform: (platform: Platforms) => boolean;
|
|
16
7
|
export declare const getPlatforms: () => ("ipad" | "iphone" | "ios" | "android" | "phablet" | "tablet" | "cordova" | "capacitor" | "electron" | "pwa" | "mobile" | "mobileweb" | "desktop" | "hybrid")[];
|
|
17
8
|
export declare const getConfig: () => CoreConfig | null;
|