@ionic/react 8.8.16-dev.11784914346.10d0804c → 8.8.16-dev.11785274070.1b3387c9

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.
Files changed (85) hide show
  1. package/css/core.css +1 -1
  2. package/css/core.css.map +1 -1
  3. package/css/display.css +1 -1
  4. package/css/display.css.map +1 -1
  5. package/css/flex-utils.css +1 -1
  6. package/css/flex-utils.css.map +1 -1
  7. package/css/float-elements.css.map +1 -1
  8. package/css/global.bundle.css.map +1 -1
  9. package/css/ionic-swiper.css +1 -1
  10. package/css/ionic-swiper.css.map +1 -1
  11. package/css/ionic.bundle.css +1 -1
  12. package/css/ionic.bundle.css.map +1 -1
  13. package/css/normalize.css.map +1 -1
  14. package/css/padding.css.map +1 -1
  15. package/css/palettes/dark.always.css.map +1 -1
  16. package/css/palettes/dark.class.css.map +1 -1
  17. package/css/palettes/dark.system.css.map +1 -1
  18. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  19. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  20. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  21. package/css/palettes/high-contrast.always.css.map +1 -1
  22. package/css/palettes/high-contrast.class.css.map +1 -1
  23. package/css/palettes/high-contrast.system.css.map +1 -1
  24. package/css/structure.css.map +1 -1
  25. package/css/text-alignment.css.map +1 -1
  26. package/css/text-transformation.css.map +1 -1
  27. package/css/typography.css.map +1 -1
  28. package/css/utils.bundle.css +1 -1
  29. package/css/utils.bundle.css.map +1 -1
  30. package/dist/index.js +1035 -321
  31. package/dist/index.js.map +1 -1
  32. package/dist/types/components/IonActionSheet.d.ts +1 -1
  33. package/dist/types/components/IonAlert.d.ts +1 -1
  34. package/dist/types/components/IonIcon.d.ts +1 -1
  35. package/dist/types/components/IonLoading.d.ts +1 -1
  36. package/dist/types/components/IonModal.d.ts +1 -1
  37. package/dist/types/components/IonPage.d.ts +1 -1
  38. package/dist/types/components/IonPopover.d.ts +1 -1
  39. package/dist/types/components/IonRoute.d.ts +3 -2
  40. package/dist/types/components/IonRouterContext.d.ts +8 -0
  41. package/dist/types/components/IonRouterOutlet.d.ts +1 -0
  42. package/dist/types/components/IonToast.d.ts +1 -1
  43. package/dist/types/components/__tests__/createRoutingComponent.spec.d.ts +1 -0
  44. package/dist/types/components/components.d.ts +326 -0
  45. package/dist/types/components/createInlineOverlayComponent.d.ts +1 -1
  46. package/dist/types/components/createRoutingComponent.d.ts +1 -1
  47. package/dist/types/components/index.d.ts +2 -5
  48. package/dist/types/components/navigation/IonNav.d.ts +2 -1
  49. package/dist/types/components/navigation/IonTabBar.d.ts +1 -1
  50. package/dist/types/components/navigation/IonTabs.d.ts +1 -2
  51. package/dist/types/components/react-component-lib/__tests__/createComponent.spec.d.ts +1 -0
  52. package/dist/types/components/react-component-lib/createComponent.d.ts +1 -1
  53. package/dist/types/components/react-component-lib/utils/index.d.ts +1 -1
  54. package/dist/types/components/routing-proxies.d.ts +7 -7
  55. package/dist/types/components/utils/index.d.ts +2 -11
  56. package/dist/types/contexts/NavContext.d.ts +0 -2
  57. package/dist/types/lifecycle/IonLifeCycleHOC.d.ts +1 -3
  58. package/dist/types/routing/LocationHistory.d.ts +7 -0
  59. package/dist/types/routing/NavManager.d.ts +2 -4
  60. package/dist/types/routing/OutletPageManager.d.ts +2 -0
  61. package/dist/types/routing/PageManager.d.ts +8 -0
  62. package/dist/types/routing/RouteManagerContext.d.ts +6 -1
  63. package/dist/types/routing/ViewLifeCycleManager.d.ts +1 -0
  64. package/dist/types/routing/ViewStacks.d.ts +2 -2
  65. package/package.json +8 -8
  66. package/css/ionic/bundle.ionic.css +0 -1
  67. package/css/ionic/bundle.ionic.css.map +0 -1
  68. package/css/ionic/core.ionic.css +0 -1
  69. package/css/ionic/core.ionic.css.map +0 -1
  70. package/css/ionic/global.bundle.ionic.css +0 -1
  71. package/css/ionic/global.bundle.ionic.css.map +0 -1
  72. package/css/ionic/ionic-swiper.ionic.css +0 -1
  73. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  74. package/css/ionic/link.ionic.css +0 -1
  75. package/css/ionic/link.ionic.css.map +0 -1
  76. package/css/ionic/structure.ionic.css +0 -1
  77. package/css/ionic/structure.ionic.css.map +0 -1
  78. package/css/ionic/typography.ionic.css +0 -1
  79. package/css/ionic/typography.ionic.css.map +0 -1
  80. package/css/ionic/utils.bundle.ionic.css +0 -1
  81. package/css/ionic/utils.bundle.ionic.css.map +0 -1
  82. package/dist/types/components/IonPickerLegacy.d.ts +0 -2
  83. package/dist/types/components/IonRedirect.d.ts +0 -16
  84. package/dist/types/components/proxies.d.ts +0 -76
  85. package/dist/types/hooks/useIonPicker.d.ts +0 -27
package/dist/index.js CHANGED
@@ -1,83 +1,80 @@
1
1
  import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
2
2
  import React, { useContext, useRef, useEffect, createElement, useState, useMemo, Fragment as Fragment$1, useCallback } from 'react';
3
- import { isPlatform as isPlatform$1, getPlatforms as getPlatforms$1, componentOnReady, createAnimation, actionSheetController, alertController, toastController, modalController, popoverController, pickerController, loadingController, initialize } from '@ionic/core/components';
3
+ import { isPlatform as isPlatform$1, getPlatforms as getPlatforms$1, componentOnReady, createAnimation, actionSheetController, alertController, toastController, modalController, popoverController, loadingController, initialize } from '@ionic/core/components';
4
4
  export { IonicSafeString, IonicSlides, createAnimation, createGesture, getIonPageElement, getTimeGivenProgression, iosTransitionAnimation, mdTransitionAnimation, openURL } from '@ionic/core/components';
5
- import ReactDOM, { createPortal } from 'react-dom';
6
- import { defineCustomElement as defineCustomElement$1 } from '@ionic/core/components/ion-accordion.js';
7
- import { defineCustomElement as defineCustomElement$2 } from '@ionic/core/components/ion-accordion-group.js';
8
- import { defineCustomElement as defineCustomElement$3 } from '@ionic/core/components/ion-avatar.js';
9
- import { defineCustomElement as defineCustomElement$4 } from '@ionic/core/components/ion-backdrop.js';
10
- import { defineCustomElement as defineCustomElement$5 } from '@ionic/core/components/ion-badge.js';
11
- import { defineCustomElement as defineCustomElement$6 } from '@ionic/core/components/ion-breadcrumbs.js';
12
- import { defineCustomElement as defineCustomElement$7 } from '@ionic/core/components/ion-buttons.js';
13
- import { defineCustomElement as defineCustomElement$8 } from '@ionic/core/components/ion-card-content.js';
14
- import { defineCustomElement as defineCustomElement$9 } from '@ionic/core/components/ion-card-header.js';
15
- import { defineCustomElement as defineCustomElement$a } from '@ionic/core/components/ion-card-subtitle.js';
16
- import { defineCustomElement as defineCustomElement$b } from '@ionic/core/components/ion-card-title.js';
17
- import { defineCustomElement as defineCustomElement$c } from '@ionic/core/components/ion-checkbox.js';
18
- import { defineCustomElement as defineCustomElement$d } from '@ionic/core/components/ion-chip.js';
19
- import { defineCustomElement as defineCustomElement$e } from '@ionic/core/components/ion-col.js';
20
- import { defineCustomElement as defineCustomElement$f } from '@ionic/core/components/ion-content.js';
21
- import { defineCustomElement as defineCustomElement$g } from '@ionic/core/components/ion-datetime.js';
22
- import { defineCustomElement as defineCustomElement$h } from '@ionic/core/components/ion-datetime-button.js';
23
- import { defineCustomElement as defineCustomElement$i } from '@ionic/core/components/ion-divider.js';
24
- import { defineCustomElement as defineCustomElement$j } from '@ionic/core/components/ion-fab.js';
25
- import { defineCustomElement as defineCustomElement$k } from '@ionic/core/components/ion-fab-list.js';
26
- import { defineCustomElement as defineCustomElement$l } from '@ionic/core/components/ion-footer.js';
27
- import { defineCustomElement as defineCustomElement$m } from '@ionic/core/components/ion-gallery.js';
28
- import { defineCustomElement as defineCustomElement$n } from '@ionic/core/components/ion-gallery-item.js';
29
- import { defineCustomElement as defineCustomElement$o } from '@ionic/core/components/ion-grid.js';
30
- import { defineCustomElement as defineCustomElement$p } from '@ionic/core/components/ion-header.js';
31
- import { defineCustomElement as defineCustomElement$q } from '@ionic/core/components/ion-img.js';
32
- import { defineCustomElement as defineCustomElement$r } from '@ionic/core/components/ion-infinite-scroll.js';
33
- import { defineCustomElement as defineCustomElement$s } from '@ionic/core/components/ion-infinite-scroll-content.js';
34
- import { defineCustomElement as defineCustomElement$t } from '@ionic/core/components/ion-input.js';
35
- import { defineCustomElement as defineCustomElement$u } from '@ionic/core/components/ion-input-otp.js';
36
- import { defineCustomElement as defineCustomElement$v } from '@ionic/core/components/ion-input-password-toggle.js';
37
- import { defineCustomElement as defineCustomElement$w } from '@ionic/core/components/ion-item-divider.js';
38
- import { defineCustomElement as defineCustomElement$x } from '@ionic/core/components/ion-item-group.js';
39
- import { defineCustomElement as defineCustomElement$y } from '@ionic/core/components/ion-item-options.js';
40
- import { defineCustomElement as defineCustomElement$z } from '@ionic/core/components/ion-item-sliding.js';
41
- import { defineCustomElement as defineCustomElement$A } from '@ionic/core/components/ion-label.js';
42
- import { defineCustomElement as defineCustomElement$B } from '@ionic/core/components/ion-list.js';
43
- import { defineCustomElement as defineCustomElement$C } from '@ionic/core/components/ion-list-header.js';
44
- import { defineCustomElement as defineCustomElement$D } from '@ionic/core/components/ion-menu.js';
45
- import { defineCustomElement as defineCustomElement$E } from '@ionic/core/components/ion-menu-button.js';
46
- import { defineCustomElement as defineCustomElement$F } from '@ionic/core/components/ion-menu-toggle.js';
47
- import { defineCustomElement as defineCustomElement$1p } from '@ionic/core/components/ion-nav.js';
48
- import { defineCustomElement as defineCustomElement$G } from '@ionic/core/components/ion-nav-link.js';
49
- import { defineCustomElement as defineCustomElement$H } from '@ionic/core/components/ion-note.js';
50
- import { defineCustomElement as defineCustomElement$I } from '@ionic/core/components/ion-picker.js';
51
- import { defineCustomElement as defineCustomElement$J } from '@ionic/core/components/ion-picker-column.js';
52
- import { defineCustomElement as defineCustomElement$K } from '@ionic/core/components/ion-picker-column-option.js';
53
- import { defineCustomElement as defineCustomElement$L } from '@ionic/core/components/ion-progress-bar.js';
54
- import { defineCustomElement as defineCustomElement$M } from '@ionic/core/components/ion-radio.js';
55
- import { defineCustomElement as defineCustomElement$N } from '@ionic/core/components/ion-radio-group.js';
56
- import { defineCustomElement as defineCustomElement$O } from '@ionic/core/components/ion-range.js';
57
- import { defineCustomElement as defineCustomElement$P } from '@ionic/core/components/ion-refresher.js';
58
- import { defineCustomElement as defineCustomElement$Q } from '@ionic/core/components/ion-refresher-content.js';
59
- import { defineCustomElement as defineCustomElement$R } from '@ionic/core/components/ion-reorder.js';
60
- import { defineCustomElement as defineCustomElement$S } from '@ionic/core/components/ion-reorder-group.js';
61
- import { defineCustomElement as defineCustomElement$T } from '@ionic/core/components/ion-ripple-effect.js';
62
- import { defineCustomElement as defineCustomElement$U } from '@ionic/core/components/ion-row.js';
63
- import { defineCustomElement as defineCustomElement$V } from '@ionic/core/components/ion-searchbar.js';
64
- import { defineCustomElement as defineCustomElement$W } from '@ionic/core/components/ion-segment.js';
65
- import { defineCustomElement as defineCustomElement$X } from '@ionic/core/components/ion-segment-button.js';
66
- import { defineCustomElement as defineCustomElement$Y } from '@ionic/core/components/ion-segment-content.js';
67
- import { defineCustomElement as defineCustomElement$Z } from '@ionic/core/components/ion-segment-view.js';
68
- import { defineCustomElement as defineCustomElement$_ } from '@ionic/core/components/ion-select.js';
69
- import { defineCustomElement as defineCustomElement$$ } from '@ionic/core/components/ion-select-modal.js';
70
- import { defineCustomElement as defineCustomElement$10 } from '@ionic/core/components/ion-select-option.js';
71
- import { defineCustomElement as defineCustomElement$11 } from '@ionic/core/components/ion-skeleton-text.js';
72
- import { defineCustomElement as defineCustomElement$12 } from '@ionic/core/components/ion-spinner.js';
73
- import { defineCustomElement as defineCustomElement$13 } from '@ionic/core/components/ion-split-pane.js';
74
- import { defineCustomElement as defineCustomElement$14 } from '@ionic/core/components/ion-tab.js';
75
- import { defineCustomElement as defineCustomElement$15 } from '@ionic/core/components/ion-text.js';
76
- import { defineCustomElement as defineCustomElement$16 } from '@ionic/core/components/ion-textarea.js';
77
- import { defineCustomElement as defineCustomElement$17 } from '@ionic/core/components/ion-thumbnail.js';
78
- import { defineCustomElement as defineCustomElement$18 } from '@ionic/core/components/ion-title.js';
79
- import { defineCustomElement as defineCustomElement$19 } from '@ionic/core/components/ion-toggle.js';
80
- import { defineCustomElement as defineCustomElement$1a } from '@ionic/core/components/ion-toolbar.js';
5
+ import { createComponent } from '@stencil/react-output-target/runtime';
6
+ import { IonAccordionGroup as IonAccordionGroup$1, defineCustomElement as defineCustomElement$2 } from '@ionic/core/components/ion-accordion-group.js';
7
+ import { IonAccordion as IonAccordion$1, defineCustomElement as defineCustomElement$1 } from '@ionic/core/components/ion-accordion.js';
8
+ import { IonAvatar as IonAvatar$1, defineCustomElement as defineCustomElement$3 } from '@ionic/core/components/ion-avatar.js';
9
+ import { IonBackdrop as IonBackdrop$1, defineCustomElement as defineCustomElement$4 } from '@ionic/core/components/ion-backdrop.js';
10
+ import { IonBadge as IonBadge$1, defineCustomElement as defineCustomElement$5 } from '@ionic/core/components/ion-badge.js';
11
+ import { IonBreadcrumbs as IonBreadcrumbs$1, defineCustomElement as defineCustomElement$6 } from '@ionic/core/components/ion-breadcrumbs.js';
12
+ import { IonButtons as IonButtons$1, defineCustomElement as defineCustomElement$7 } from '@ionic/core/components/ion-buttons.js';
13
+ import { IonCardContent as IonCardContent$1, defineCustomElement as defineCustomElement$8 } from '@ionic/core/components/ion-card-content.js';
14
+ import { IonCardHeader as IonCardHeader$1, defineCustomElement as defineCustomElement$9 } from '@ionic/core/components/ion-card-header.js';
15
+ import { IonCardSubtitle as IonCardSubtitle$1, defineCustomElement as defineCustomElement$a } from '@ionic/core/components/ion-card-subtitle.js';
16
+ import { IonCardTitle as IonCardTitle$1, defineCustomElement as defineCustomElement$b } from '@ionic/core/components/ion-card-title.js';
17
+ import { IonCheckbox as IonCheckbox$1, defineCustomElement as defineCustomElement$c } from '@ionic/core/components/ion-checkbox.js';
18
+ import { IonChip as IonChip$1, defineCustomElement as defineCustomElement$d } from '@ionic/core/components/ion-chip.js';
19
+ import { IonCol as IonCol$1, defineCustomElement as defineCustomElement$e } from '@ionic/core/components/ion-col.js';
20
+ import { IonContent as IonContent$1, defineCustomElement as defineCustomElement$f } from '@ionic/core/components/ion-content.js';
21
+ import { IonDatetimeButton as IonDatetimeButton$1, defineCustomElement as defineCustomElement$h } from '@ionic/core/components/ion-datetime-button.js';
22
+ import { IonDatetime as IonDatetime$1, defineCustomElement as defineCustomElement$g } from '@ionic/core/components/ion-datetime.js';
23
+ import { IonFabList as IonFabList$1, defineCustomElement as defineCustomElement$j } from '@ionic/core/components/ion-fab-list.js';
24
+ import { IonFab as IonFab$1, defineCustomElement as defineCustomElement$i } from '@ionic/core/components/ion-fab.js';
25
+ import { IonFooter as IonFooter$1, defineCustomElement as defineCustomElement$k } from '@ionic/core/components/ion-footer.js';
26
+ import { IonGrid as IonGrid$1, defineCustomElement as defineCustomElement$l } from '@ionic/core/components/ion-grid.js';
27
+ import { IonHeader as IonHeader$1, defineCustomElement as defineCustomElement$m } from '@ionic/core/components/ion-header.js';
28
+ import { IonImg as IonImg$1, defineCustomElement as defineCustomElement$n } from '@ionic/core/components/ion-img.js';
29
+ import { IonInfiniteScrollContent as IonInfiniteScrollContent$1, defineCustomElement as defineCustomElement$p } from '@ionic/core/components/ion-infinite-scroll-content.js';
30
+ import { IonInfiniteScroll as IonInfiniteScroll$1, defineCustomElement as defineCustomElement$o } from '@ionic/core/components/ion-infinite-scroll.js';
31
+ import { IonInputOtp as IonInputOtp$1, defineCustomElement as defineCustomElement$r } from '@ionic/core/components/ion-input-otp.js';
32
+ import { IonInputPasswordToggle as IonInputPasswordToggle$1, defineCustomElement as defineCustomElement$s } from '@ionic/core/components/ion-input-password-toggle.js';
33
+ import { IonInput as IonInput$1, defineCustomElement as defineCustomElement$q } from '@ionic/core/components/ion-input.js';
34
+ import { IonItemDivider as IonItemDivider$1, defineCustomElement as defineCustomElement$t } from '@ionic/core/components/ion-item-divider.js';
35
+ import { IonItemGroup as IonItemGroup$1, defineCustomElement as defineCustomElement$u } from '@ionic/core/components/ion-item-group.js';
36
+ import { IonItemOptions as IonItemOptions$1, defineCustomElement as defineCustomElement$v } from '@ionic/core/components/ion-item-options.js';
37
+ import { IonItemSliding as IonItemSliding$1, defineCustomElement as defineCustomElement$w } from '@ionic/core/components/ion-item-sliding.js';
38
+ import { IonLabel as IonLabel$1, defineCustomElement as defineCustomElement$x } from '@ionic/core/components/ion-label.js';
39
+ import { IonListHeader as IonListHeader$1, defineCustomElement as defineCustomElement$z } from '@ionic/core/components/ion-list-header.js';
40
+ import { IonList as IonList$1, defineCustomElement as defineCustomElement$y } from '@ionic/core/components/ion-list.js';
41
+ import { IonMenuButton as IonMenuButton$1, defineCustomElement as defineCustomElement$B } from '@ionic/core/components/ion-menu-button.js';
42
+ import { IonMenuToggle as IonMenuToggle$1, defineCustomElement as defineCustomElement$C } from '@ionic/core/components/ion-menu-toggle.js';
43
+ import { IonMenu as IonMenu$1, defineCustomElement as defineCustomElement$A } from '@ionic/core/components/ion-menu.js';
44
+ import { IonNavLink as IonNavLink$1, defineCustomElement as defineCustomElement$D } from '@ionic/core/components/ion-nav-link.js';
45
+ import { defineCustomElement as defineCustomElement$1l } from '@ionic/core/components/ion-nav.js';
46
+ import { IonNote as IonNote$1, defineCustomElement as defineCustomElement$E } from '@ionic/core/components/ion-note.js';
47
+ import { IonPickerColumnOption as IonPickerColumnOption$1, defineCustomElement as defineCustomElement$H } from '@ionic/core/components/ion-picker-column-option.js';
48
+ import { IonPickerColumn as IonPickerColumn$1, defineCustomElement as defineCustomElement$G } from '@ionic/core/components/ion-picker-column.js';
49
+ import { IonPicker as IonPicker$1, defineCustomElement as defineCustomElement$F } from '@ionic/core/components/ion-picker.js';
50
+ import { IonProgressBar as IonProgressBar$1, defineCustomElement as defineCustomElement$I } from '@ionic/core/components/ion-progress-bar.js';
51
+ import { IonRadioGroup as IonRadioGroup$1, defineCustomElement as defineCustomElement$K } from '@ionic/core/components/ion-radio-group.js';
52
+ import { IonRadio as IonRadio$1, defineCustomElement as defineCustomElement$J } from '@ionic/core/components/ion-radio.js';
53
+ import { IonRange as IonRange$1, defineCustomElement as defineCustomElement$L } from '@ionic/core/components/ion-range.js';
54
+ import { IonRefresherContent as IonRefresherContent$1, defineCustomElement as defineCustomElement$N } from '@ionic/core/components/ion-refresher-content.js';
55
+ import { IonRefresher as IonRefresher$1, defineCustomElement as defineCustomElement$M } from '@ionic/core/components/ion-refresher.js';
56
+ import { IonReorderGroup as IonReorderGroup$1, defineCustomElement as defineCustomElement$P } from '@ionic/core/components/ion-reorder-group.js';
57
+ import { IonReorder as IonReorder$1, defineCustomElement as defineCustomElement$O } from '@ionic/core/components/ion-reorder.js';
58
+ import { IonRippleEffect as IonRippleEffect$1, defineCustomElement as defineCustomElement$Q } from '@ionic/core/components/ion-ripple-effect.js';
59
+ import { IonRow as IonRow$1, defineCustomElement as defineCustomElement$R } from '@ionic/core/components/ion-row.js';
60
+ import { IonSearchbar as IonSearchbar$1, defineCustomElement as defineCustomElement$S } from '@ionic/core/components/ion-searchbar.js';
61
+ import { IonSegmentButton as IonSegmentButton$1, defineCustomElement as defineCustomElement$U } from '@ionic/core/components/ion-segment-button.js';
62
+ import { IonSegmentContent as IonSegmentContent$1, defineCustomElement as defineCustomElement$V } from '@ionic/core/components/ion-segment-content.js';
63
+ import { IonSegmentView as IonSegmentView$1, defineCustomElement as defineCustomElement$W } from '@ionic/core/components/ion-segment-view.js';
64
+ import { IonSegment as IonSegment$1, defineCustomElement as defineCustomElement$T } from '@ionic/core/components/ion-segment.js';
65
+ import { IonSelectModal as IonSelectModal$1, defineCustomElement as defineCustomElement$Y } from '@ionic/core/components/ion-select-modal.js';
66
+ import { IonSelectOption as IonSelectOption$1, defineCustomElement as defineCustomElement$Z } from '@ionic/core/components/ion-select-option.js';
67
+ import { IonSelect as IonSelect$1, defineCustomElement as defineCustomElement$X } from '@ionic/core/components/ion-select.js';
68
+ import { IonSkeletonText as IonSkeletonText$1, defineCustomElement as defineCustomElement$_ } from '@ionic/core/components/ion-skeleton-text.js';
69
+ import { IonSpinner as IonSpinner$1, defineCustomElement as defineCustomElement$$ } from '@ionic/core/components/ion-spinner.js';
70
+ import { IonSplitPane as IonSplitPane$1, defineCustomElement as defineCustomElement$10 } from '@ionic/core/components/ion-split-pane.js';
71
+ import { IonTab as IonTab$1, defineCustomElement as defineCustomElement$11 } from '@ionic/core/components/ion-tab.js';
72
+ import { IonText as IonText$1, defineCustomElement as defineCustomElement$12 } from '@ionic/core/components/ion-text.js';
73
+ import { IonTextarea as IonTextarea$1, defineCustomElement as defineCustomElement$13 } from '@ionic/core/components/ion-textarea.js';
74
+ import { IonThumbnail as IonThumbnail$1, defineCustomElement as defineCustomElement$14 } from '@ionic/core/components/ion-thumbnail.js';
75
+ import { IonTitle as IonTitle$1, defineCustomElement as defineCustomElement$15 } from '@ionic/core/components/ion-title.js';
76
+ import { IonToggle as IonToggle$1, defineCustomElement as defineCustomElement$16 } from '@ionic/core/components/ion-toggle.js';
77
+ import { IonToolbar as IonToolbar$1, defineCustomElement as defineCustomElement$17 } from '@ionic/core/components/ion-toolbar.js';
81
78
  import { IonBreadcrumb as IonBreadcrumb$1 } from '@ionic/core/components/ion-breadcrumb.js';
82
79
  import { IonButton as IonButton$1 } from '@ionic/core/components/ion-button.js';
83
80
  import { IonCard as IonCard$1 } from '@ionic/core/components/ion-card.js';
@@ -85,20 +82,20 @@ import { IonFabButton as IonFabButton$1 } from '@ionic/core/components/ion-fab-b
85
82
  import { IonItemOption as IonItemOption$1 } from '@ionic/core/components/ion-item-option.js';
86
83
  import { IonItem as IonItem$1 } from '@ionic/core/components/ion-item.js';
87
84
  import { IonRouterLink as IonRouterLink$1 } from '@ionic/core/components/ion-router-link.js';
88
- import { defineCustomElement as defineCustomElement$1b } from '@ionic/core/components/ion-alert.js';
89
- import { defineCustomElement as defineCustomElement$1c } from '@ionic/core/components/ion-loading.js';
90
- import { defineCustomElement as defineCustomElement$1d } from '@ionic/core/components/ion-toast.js';
91
- import { defineCustomElement as defineCustomElement$1e } from '@ionic/core/components/ion-picker-legacy.js';
92
- import { defineCustomElement as defineCustomElement$1f } from '@ionic/core/components/ion-action-sheet.js';
93
- import { defineCustomElement as defineCustomElement$1g } from '@ionic/core/components/ion-modal.js';
94
- import { defineCustomElement as defineCustomElement$1h } from '@ionic/core/components/ion-popover.js';
95
- import { defineCustomElement as defineCustomElement$1n } from '@ionic/core/components/ion-app.js';
96
- import { defineCustomElement as defineCustomElement$1l } from '@ionic/core/components/ion-back-button.js';
97
- import { defineCustomElement as defineCustomElement$1m } from '@ionic/core/components/ion-router-outlet.js';
98
- import { defineCustomElement as defineCustomElement$1j } from '@ionic/core/components/ion-tab-bar.js';
99
- import { defineCustomElement as defineCustomElement$1i } from '@ionic/core/components/ion-tab-button.js';
100
- import { defineCustomElement as defineCustomElement$1k } from '@ionic/core/components/ion-tabs.js';
101
- import { defineCustomElement as defineCustomElement$1o } from 'ionicons/components/ion-icon.js';
85
+ import { defineCustomElement as defineCustomElement$18 } from '@ionic/core/components/ion-alert.js';
86
+ import ReactDOM, { createPortal } from 'react-dom';
87
+ import { defineCustomElement as defineCustomElement$19 } from '@ionic/core/components/ion-loading.js';
88
+ import { defineCustomElement as defineCustomElement$1a } from '@ionic/core/components/ion-toast.js';
89
+ import { defineCustomElement as defineCustomElement$1b } from '@ionic/core/components/ion-action-sheet.js';
90
+ import { defineCustomElement as defineCustomElement$1c } from '@ionic/core/components/ion-modal.js';
91
+ import { defineCustomElement as defineCustomElement$1d } from '@ionic/core/components/ion-popover.js';
92
+ import { defineCustomElement as defineCustomElement$1j } from '@ionic/core/components/ion-app.js';
93
+ import { defineCustomElement as defineCustomElement$1h } from '@ionic/core/components/ion-back-button.js';
94
+ import { defineCustomElement as defineCustomElement$1i } from '@ionic/core/components/ion-router-outlet.js';
95
+ import { defineCustomElement as defineCustomElement$1f } from '@ionic/core/components/ion-tab-bar.js';
96
+ import { defineCustomElement as defineCustomElement$1e } from '@ionic/core/components/ion-tab-button.js';
97
+ import { defineCustomElement as defineCustomElement$1g } from '@ionic/core/components/ion-tabs.js';
98
+ import { defineCustomElement as defineCustomElement$1k } from 'ionicons/components/ion-icon.js';
102
99
 
103
100
  const IonLifeCycleContext = /*@__PURE__*/ React.createContext({
104
101
  onIonViewWillEnter: () => {
@@ -383,9 +380,7 @@ const useIonViewDidLeave = (callback, deps = []) => {
383
380
  };
384
381
 
385
382
  const NavContext = /*@__PURE__*/ React.createContext({
386
- getIonRedirect: () => undefined,
387
383
  getIonRoute: () => undefined,
388
- getPageManager: () => undefined,
389
384
  getStackManager: () => undefined,
390
385
  goBack: (route) => {
391
386
  if (typeof window !== 'undefined') {
@@ -417,6 +412,699 @@ const NavContext = /*@__PURE__*/ React.createContext({
417
412
  },
418
413
  });
419
414
 
415
+ const IonAccordion =
416
+ /*@__PURE__*/ createComponent({
417
+ tagName: 'ion-accordion',
418
+ elementClass: IonAccordion$1,
419
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
420
+ react: React,
421
+ events: {},
422
+ defineCustomElement: defineCustomElement$1,
423
+ });
424
+ const IonAccordionGroup = /*@__PURE__*/ createComponent({
425
+ tagName: 'ion-accordion-group',
426
+ elementClass: IonAccordionGroup$1,
427
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
428
+ react: React,
429
+ events: { onIonChange: 'ionChange' },
430
+ defineCustomElement: defineCustomElement$2,
431
+ });
432
+ const IonAvatar =
433
+ /*@__PURE__*/ createComponent({
434
+ tagName: 'ion-avatar',
435
+ elementClass: IonAvatar$1,
436
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
437
+ react: React,
438
+ events: {},
439
+ defineCustomElement: defineCustomElement$3,
440
+ });
441
+ const IonBackdrop =
442
+ /*@__PURE__*/ createComponent({
443
+ tagName: 'ion-backdrop',
444
+ elementClass: IonBackdrop$1,
445
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
446
+ react: React,
447
+ events: { onIonBackdropTap: 'ionBackdropTap' },
448
+ defineCustomElement: defineCustomElement$4,
449
+ });
450
+ const IonBadge =
451
+ /*@__PURE__*/ createComponent({
452
+ tagName: 'ion-badge',
453
+ elementClass: IonBadge$1,
454
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
455
+ react: React,
456
+ events: {},
457
+ defineCustomElement: defineCustomElement$5,
458
+ });
459
+ const IonBreadcrumbs = /*@__PURE__*/ createComponent({
460
+ tagName: 'ion-breadcrumbs',
461
+ elementClass: IonBreadcrumbs$1,
462
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
463
+ react: React,
464
+ events: { onIonCollapsedClick: 'ionCollapsedClick' },
465
+ defineCustomElement: defineCustomElement$6,
466
+ });
467
+ const IonButtons =
468
+ /*@__PURE__*/ createComponent({
469
+ tagName: 'ion-buttons',
470
+ elementClass: IonButtons$1,
471
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
472
+ react: React,
473
+ events: {},
474
+ defineCustomElement: defineCustomElement$7,
475
+ });
476
+ const IonCardContent = /*@__PURE__*/ createComponent({
477
+ tagName: 'ion-card-content',
478
+ elementClass: IonCardContent$1,
479
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
480
+ react: React,
481
+ events: {},
482
+ defineCustomElement: defineCustomElement$8,
483
+ });
484
+ const IonCardHeader =
485
+ /*@__PURE__*/ createComponent({
486
+ tagName: 'ion-card-header',
487
+ elementClass: IonCardHeader$1,
488
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
489
+ react: React,
490
+ events: {},
491
+ defineCustomElement: defineCustomElement$9,
492
+ });
493
+ const IonCardSubtitle = /*@__PURE__*/ createComponent({
494
+ tagName: 'ion-card-subtitle',
495
+ elementClass: IonCardSubtitle$1,
496
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
497
+ react: React,
498
+ events: {},
499
+ defineCustomElement: defineCustomElement$a,
500
+ });
501
+ const IonCardTitle =
502
+ /*@__PURE__*/ createComponent({
503
+ tagName: 'ion-card-title',
504
+ elementClass: IonCardTitle$1,
505
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
506
+ react: React,
507
+ events: {},
508
+ defineCustomElement: defineCustomElement$b,
509
+ });
510
+ const IonCheckbox =
511
+ /*@__PURE__*/ createComponent({
512
+ tagName: 'ion-checkbox',
513
+ elementClass: IonCheckbox$1,
514
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
515
+ react: React,
516
+ events: {
517
+ onIonChange: 'ionChange',
518
+ onIonFocus: 'ionFocus',
519
+ onIonBlur: 'ionBlur',
520
+ },
521
+ defineCustomElement: defineCustomElement$c,
522
+ });
523
+ const IonChip =
524
+ /*@__PURE__*/ createComponent({
525
+ tagName: 'ion-chip',
526
+ elementClass: IonChip$1,
527
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
528
+ react: React,
529
+ events: {},
530
+ defineCustomElement: defineCustomElement$d,
531
+ });
532
+ const IonCol =
533
+ /*@__PURE__*/ createComponent({
534
+ tagName: 'ion-col',
535
+ elementClass: IonCol$1,
536
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
537
+ react: React,
538
+ events: {},
539
+ defineCustomElement: defineCustomElement$e,
540
+ });
541
+ const IonContent =
542
+ /*@__PURE__*/ createComponent({
543
+ tagName: 'ion-content',
544
+ elementClass: IonContent$1,
545
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
546
+ react: React,
547
+ events: {
548
+ onIonScrollStart: 'ionScrollStart',
549
+ onIonScroll: 'ionScroll',
550
+ onIonScrollEnd: 'ionScrollEnd',
551
+ },
552
+ defineCustomElement: defineCustomElement$f,
553
+ });
554
+ const IonDatetime =
555
+ /*@__PURE__*/ createComponent({
556
+ tagName: 'ion-datetime',
557
+ elementClass: IonDatetime$1,
558
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
559
+ react: React,
560
+ events: {
561
+ onIonCancel: 'ionCancel',
562
+ onIonChange: 'ionChange',
563
+ onIonFocus: 'ionFocus',
564
+ onIonBlur: 'ionBlur',
565
+ },
566
+ defineCustomElement: defineCustomElement$g,
567
+ });
568
+ const IonDatetimeButton = /*@__PURE__*/ createComponent({
569
+ tagName: 'ion-datetime-button',
570
+ elementClass: IonDatetimeButton$1,
571
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
572
+ react: React,
573
+ events: {},
574
+ defineCustomElement: defineCustomElement$h,
575
+ });
576
+ const IonFab =
577
+ /*@__PURE__*/ createComponent({
578
+ tagName: 'ion-fab',
579
+ elementClass: IonFab$1,
580
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
581
+ react: React,
582
+ events: {},
583
+ defineCustomElement: defineCustomElement$i,
584
+ });
585
+ const IonFabList =
586
+ /*@__PURE__*/ createComponent({
587
+ tagName: 'ion-fab-list',
588
+ elementClass: IonFabList$1,
589
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
590
+ react: React,
591
+ events: {},
592
+ defineCustomElement: defineCustomElement$j,
593
+ });
594
+ const IonFooter =
595
+ /*@__PURE__*/ createComponent({
596
+ tagName: 'ion-footer',
597
+ elementClass: IonFooter$1,
598
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
599
+ react: React,
600
+ events: {},
601
+ defineCustomElement: defineCustomElement$k,
602
+ });
603
+ const IonGrid =
604
+ /*@__PURE__*/ createComponent({
605
+ tagName: 'ion-grid',
606
+ elementClass: IonGrid$1,
607
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
608
+ react: React,
609
+ events: {},
610
+ defineCustomElement: defineCustomElement$l,
611
+ });
612
+ const IonHeader =
613
+ /*@__PURE__*/ createComponent({
614
+ tagName: 'ion-header',
615
+ elementClass: IonHeader$1,
616
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
617
+ react: React,
618
+ events: {},
619
+ defineCustomElement: defineCustomElement$m,
620
+ });
621
+ const IonImg =
622
+ /*@__PURE__*/ createComponent({
623
+ tagName: 'ion-img',
624
+ elementClass: IonImg$1,
625
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
626
+ react: React,
627
+ events: {
628
+ onIonImgWillLoad: 'ionImgWillLoad',
629
+ onIonImgDidLoad: 'ionImgDidLoad',
630
+ onIonError: 'ionError',
631
+ },
632
+ defineCustomElement: defineCustomElement$n,
633
+ });
634
+ const IonInfiniteScroll = /*@__PURE__*/ createComponent({
635
+ tagName: 'ion-infinite-scroll',
636
+ elementClass: IonInfiniteScroll$1,
637
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
638
+ react: React,
639
+ events: { onIonInfinite: 'ionInfinite' },
640
+ defineCustomElement: defineCustomElement$o,
641
+ });
642
+ const IonInfiniteScrollContent = /*@__PURE__*/ createComponent({
643
+ tagName: 'ion-infinite-scroll-content',
644
+ elementClass: IonInfiniteScrollContent$1,
645
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
646
+ react: React,
647
+ events: {},
648
+ defineCustomElement: defineCustomElement$p,
649
+ });
650
+ const IonInput =
651
+ /*@__PURE__*/ createComponent({
652
+ tagName: 'ion-input',
653
+ elementClass: IonInput$1,
654
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
655
+ react: React,
656
+ events: {
657
+ onIonInput: 'ionInput',
658
+ onIonChange: 'ionChange',
659
+ onIonBlur: 'ionBlur',
660
+ onIonFocus: 'ionFocus',
661
+ },
662
+ defineCustomElement: defineCustomElement$q,
663
+ });
664
+ const IonInputOtp =
665
+ /*@__PURE__*/ createComponent({
666
+ tagName: 'ion-input-otp',
667
+ elementClass: IonInputOtp$1,
668
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
669
+ react: React,
670
+ events: {
671
+ onIonInput: 'ionInput',
672
+ onIonChange: 'ionChange',
673
+ onIonComplete: 'ionComplete',
674
+ onIonBlur: 'ionBlur',
675
+ onIonFocus: 'ionFocus',
676
+ },
677
+ defineCustomElement: defineCustomElement$r,
678
+ });
679
+ const IonInputPasswordToggle = /*@__PURE__*/ createComponent({
680
+ tagName: 'ion-input-password-toggle',
681
+ elementClass: IonInputPasswordToggle$1,
682
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
683
+ react: React,
684
+ events: {},
685
+ defineCustomElement: defineCustomElement$s,
686
+ });
687
+ const IonItemDivider = /*@__PURE__*/ createComponent({
688
+ tagName: 'ion-item-divider',
689
+ elementClass: IonItemDivider$1,
690
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
691
+ react: React,
692
+ events: {},
693
+ defineCustomElement: defineCustomElement$t,
694
+ });
695
+ const IonItemGroup =
696
+ /*@__PURE__*/ createComponent({
697
+ tagName: 'ion-item-group',
698
+ elementClass: IonItemGroup$1,
699
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
700
+ react: React,
701
+ events: {},
702
+ defineCustomElement: defineCustomElement$u,
703
+ });
704
+ const IonItemOptions = /*@__PURE__*/ createComponent({
705
+ tagName: 'ion-item-options',
706
+ elementClass: IonItemOptions$1,
707
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
708
+ react: React,
709
+ events: { onIonSwipe: 'ionSwipe' },
710
+ defineCustomElement: defineCustomElement$v,
711
+ });
712
+ const IonItemSliding = /*@__PURE__*/ createComponent({
713
+ tagName: 'ion-item-sliding',
714
+ elementClass: IonItemSliding$1,
715
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
716
+ react: React,
717
+ events: { onIonDrag: 'ionDrag' },
718
+ defineCustomElement: defineCustomElement$w,
719
+ });
720
+ const IonLabel =
721
+ /*@__PURE__*/ createComponent({
722
+ tagName: 'ion-label',
723
+ elementClass: IonLabel$1,
724
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
725
+ react: React,
726
+ events: {},
727
+ defineCustomElement: defineCustomElement$x,
728
+ });
729
+ const IonList =
730
+ /*@__PURE__*/ createComponent({
731
+ tagName: 'ion-list',
732
+ elementClass: IonList$1,
733
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
734
+ react: React,
735
+ events: {},
736
+ defineCustomElement: defineCustomElement$y,
737
+ });
738
+ const IonListHeader =
739
+ /*@__PURE__*/ createComponent({
740
+ tagName: 'ion-list-header',
741
+ elementClass: IonListHeader$1,
742
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
743
+ react: React,
744
+ events: {},
745
+ defineCustomElement: defineCustomElement$z,
746
+ });
747
+ const IonMenu =
748
+ /*@__PURE__*/ createComponent({
749
+ tagName: 'ion-menu',
750
+ elementClass: IonMenu$1,
751
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
752
+ react: React,
753
+ events: {
754
+ onIonWillOpen: 'ionWillOpen',
755
+ onIonWillClose: 'ionWillClose',
756
+ onIonDidOpen: 'ionDidOpen',
757
+ onIonDidClose: 'ionDidClose',
758
+ },
759
+ defineCustomElement: defineCustomElement$A,
760
+ });
761
+ const IonMenuButton =
762
+ /*@__PURE__*/ createComponent({
763
+ tagName: 'ion-menu-button',
764
+ elementClass: IonMenuButton$1,
765
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
766
+ react: React,
767
+ events: {},
768
+ defineCustomElement: defineCustomElement$B,
769
+ });
770
+ const IonMenuToggle =
771
+ /*@__PURE__*/ createComponent({
772
+ tagName: 'ion-menu-toggle',
773
+ elementClass: IonMenuToggle$1,
774
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
775
+ react: React,
776
+ events: {},
777
+ defineCustomElement: defineCustomElement$C,
778
+ });
779
+ const IonNavLink =
780
+ /*@__PURE__*/ createComponent({
781
+ tagName: 'ion-nav-link',
782
+ elementClass: IonNavLink$1,
783
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
784
+ react: React,
785
+ events: {},
786
+ defineCustomElement: defineCustomElement$D,
787
+ });
788
+ const IonNote =
789
+ /*@__PURE__*/ createComponent({
790
+ tagName: 'ion-note',
791
+ elementClass: IonNote$1,
792
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
793
+ react: React,
794
+ events: {},
795
+ defineCustomElement: defineCustomElement$E,
796
+ });
797
+ const IonPicker =
798
+ /*@__PURE__*/ createComponent({
799
+ tagName: 'ion-picker',
800
+ elementClass: IonPicker$1,
801
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
802
+ react: React,
803
+ events: {},
804
+ defineCustomElement: defineCustomElement$F,
805
+ });
806
+ const IonPickerColumn = /*@__PURE__*/ createComponent({
807
+ tagName: 'ion-picker-column',
808
+ elementClass: IonPickerColumn$1,
809
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
810
+ react: React,
811
+ events: { onIonChange: 'ionChange' },
812
+ defineCustomElement: defineCustomElement$G,
813
+ });
814
+ const IonPickerColumnOption = /*@__PURE__*/ createComponent({
815
+ tagName: 'ion-picker-column-option',
816
+ elementClass: IonPickerColumnOption$1,
817
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
818
+ react: React,
819
+ events: {},
820
+ defineCustomElement: defineCustomElement$H,
821
+ });
822
+ const IonProgressBar = /*@__PURE__*/ createComponent({
823
+ tagName: 'ion-progress-bar',
824
+ elementClass: IonProgressBar$1,
825
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
826
+ react: React,
827
+ events: {},
828
+ defineCustomElement: defineCustomElement$I,
829
+ });
830
+ const IonRadio =
831
+ /*@__PURE__*/ createComponent({
832
+ tagName: 'ion-radio',
833
+ elementClass: IonRadio$1,
834
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
835
+ react: React,
836
+ events: {
837
+ onIonFocus: 'ionFocus',
838
+ onIonBlur: 'ionBlur',
839
+ },
840
+ defineCustomElement: defineCustomElement$J,
841
+ });
842
+ const IonRadioGroup =
843
+ /*@__PURE__*/ createComponent({
844
+ tagName: 'ion-radio-group',
845
+ elementClass: IonRadioGroup$1,
846
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
847
+ react: React,
848
+ events: { onIonChange: 'ionChange' },
849
+ defineCustomElement: defineCustomElement$K,
850
+ });
851
+ const IonRange =
852
+ /*@__PURE__*/ createComponent({
853
+ tagName: 'ion-range',
854
+ elementClass: IonRange$1,
855
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
856
+ react: React,
857
+ events: {
858
+ onIonChange: 'ionChange',
859
+ onIonInput: 'ionInput',
860
+ onIonFocus: 'ionFocus',
861
+ onIonBlur: 'ionBlur',
862
+ onIonKnobMoveStart: 'ionKnobMoveStart',
863
+ onIonKnobMoveEnd: 'ionKnobMoveEnd',
864
+ },
865
+ defineCustomElement: defineCustomElement$L,
866
+ });
867
+ const IonRefresher =
868
+ /*@__PURE__*/ createComponent({
869
+ tagName: 'ion-refresher',
870
+ elementClass: IonRefresher$1,
871
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
872
+ react: React,
873
+ events: {
874
+ onIonRefresh: 'ionRefresh',
875
+ onIonPull: 'ionPull',
876
+ onIonStart: 'ionStart',
877
+ onIonPullStart: 'ionPullStart',
878
+ onIonPullEnd: 'ionPullEnd',
879
+ },
880
+ defineCustomElement: defineCustomElement$M,
881
+ });
882
+ const IonRefresherContent = /*@__PURE__*/ createComponent({
883
+ tagName: 'ion-refresher-content',
884
+ elementClass: IonRefresherContent$1,
885
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
886
+ react: React,
887
+ events: {},
888
+ defineCustomElement: defineCustomElement$N,
889
+ });
890
+ const IonReorder =
891
+ /*@__PURE__*/ createComponent({
892
+ tagName: 'ion-reorder',
893
+ elementClass: IonReorder$1,
894
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
895
+ react: React,
896
+ events: {},
897
+ defineCustomElement: defineCustomElement$O,
898
+ });
899
+ const IonReorderGroup = /*@__PURE__*/ createComponent({
900
+ tagName: 'ion-reorder-group',
901
+ elementClass: IonReorderGroup$1,
902
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
903
+ react: React,
904
+ events: {
905
+ onIonItemReorder: 'ionItemReorder',
906
+ onIonReorderStart: 'ionReorderStart',
907
+ onIonReorderMove: 'ionReorderMove',
908
+ onIonReorderEnd: 'ionReorderEnd',
909
+ },
910
+ defineCustomElement: defineCustomElement$P,
911
+ });
912
+ const IonRippleEffect = /*@__PURE__*/ createComponent({
913
+ tagName: 'ion-ripple-effect',
914
+ elementClass: IonRippleEffect$1,
915
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
916
+ react: React,
917
+ events: {},
918
+ defineCustomElement: defineCustomElement$Q,
919
+ });
920
+ const IonRow =
921
+ /*@__PURE__*/ createComponent({
922
+ tagName: 'ion-row',
923
+ elementClass: IonRow$1,
924
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
925
+ react: React,
926
+ events: {},
927
+ defineCustomElement: defineCustomElement$R,
928
+ });
929
+ const IonSearchbar =
930
+ /*@__PURE__*/ createComponent({
931
+ tagName: 'ion-searchbar',
932
+ elementClass: IonSearchbar$1,
933
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
934
+ react: React,
935
+ events: {
936
+ onIonInput: 'ionInput',
937
+ onIonChange: 'ionChange',
938
+ onIonCancel: 'ionCancel',
939
+ onIonClear: 'ionClear',
940
+ onIonBlur: 'ionBlur',
941
+ onIonFocus: 'ionFocus',
942
+ },
943
+ defineCustomElement: defineCustomElement$S,
944
+ });
945
+ const IonSegment =
946
+ /*@__PURE__*/ createComponent({
947
+ tagName: 'ion-segment',
948
+ elementClass: IonSegment$1,
949
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
950
+ react: React,
951
+ events: { onIonChange: 'ionChange' },
952
+ defineCustomElement: defineCustomElement$T,
953
+ });
954
+ const IonSegmentButton = /*@__PURE__*/ createComponent({
955
+ tagName: 'ion-segment-button',
956
+ elementClass: IonSegmentButton$1,
957
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
958
+ react: React,
959
+ events: {},
960
+ defineCustomElement: defineCustomElement$U,
961
+ });
962
+ const IonSegmentContent = /*@__PURE__*/ createComponent({
963
+ tagName: 'ion-segment-content',
964
+ elementClass: IonSegmentContent$1,
965
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
966
+ react: React,
967
+ events: {},
968
+ defineCustomElement: defineCustomElement$V,
969
+ });
970
+ const IonSegmentView = /*@__PURE__*/ createComponent({
971
+ tagName: 'ion-segment-view',
972
+ elementClass: IonSegmentView$1,
973
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
974
+ react: React,
975
+ events: { onIonSegmentViewScroll: 'ionSegmentViewScroll' },
976
+ defineCustomElement: defineCustomElement$W,
977
+ });
978
+ const IonSelect =
979
+ /*@__PURE__*/ createComponent({
980
+ tagName: 'ion-select',
981
+ elementClass: IonSelect$1,
982
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
983
+ react: React,
984
+ events: {
985
+ onIonChange: 'ionChange',
986
+ onIonCancel: 'ionCancel',
987
+ onIonDismiss: 'ionDismiss',
988
+ onIonFocus: 'ionFocus',
989
+ onIonBlur: 'ionBlur',
990
+ },
991
+ defineCustomElement: defineCustomElement$X,
992
+ });
993
+ const IonSelectModal = /*@__PURE__*/ createComponent({
994
+ tagName: 'ion-select-modal',
995
+ elementClass: IonSelectModal$1,
996
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
997
+ react: React,
998
+ events: {},
999
+ defineCustomElement: defineCustomElement$Y,
1000
+ });
1001
+ const IonSelectOption = /*@__PURE__*/ createComponent({
1002
+ tagName: 'ion-select-option',
1003
+ elementClass: IonSelectOption$1,
1004
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1005
+ react: React,
1006
+ events: {},
1007
+ defineCustomElement: defineCustomElement$Z,
1008
+ });
1009
+ const IonSkeletonText = /*@__PURE__*/ createComponent({
1010
+ tagName: 'ion-skeleton-text',
1011
+ elementClass: IonSkeletonText$1,
1012
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1013
+ react: React,
1014
+ events: {},
1015
+ defineCustomElement: defineCustomElement$_,
1016
+ });
1017
+ const IonSpinner =
1018
+ /*@__PURE__*/ createComponent({
1019
+ tagName: 'ion-spinner',
1020
+ elementClass: IonSpinner$1,
1021
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1022
+ react: React,
1023
+ events: {},
1024
+ defineCustomElement: defineCustomElement$$,
1025
+ });
1026
+ const IonSplitPane =
1027
+ /*@__PURE__*/ createComponent({
1028
+ tagName: 'ion-split-pane',
1029
+ elementClass: IonSplitPane$1,
1030
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1031
+ react: React,
1032
+ events: { onIonSplitPaneVisible: 'ionSplitPaneVisible' },
1033
+ defineCustomElement: defineCustomElement$10,
1034
+ });
1035
+ const IonTab =
1036
+ /*@__PURE__*/ createComponent({
1037
+ tagName: 'ion-tab',
1038
+ elementClass: IonTab$1,
1039
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1040
+ react: React,
1041
+ events: {},
1042
+ defineCustomElement: defineCustomElement$11,
1043
+ });
1044
+ const IonText =
1045
+ /*@__PURE__*/ createComponent({
1046
+ tagName: 'ion-text',
1047
+ elementClass: IonText$1,
1048
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1049
+ react: React,
1050
+ events: {},
1051
+ defineCustomElement: defineCustomElement$12,
1052
+ });
1053
+ const IonTextarea =
1054
+ /*@__PURE__*/ createComponent({
1055
+ tagName: 'ion-textarea',
1056
+ elementClass: IonTextarea$1,
1057
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1058
+ react: React,
1059
+ events: {
1060
+ onIonChange: 'ionChange',
1061
+ onIonInput: 'ionInput',
1062
+ onIonBlur: 'ionBlur',
1063
+ onIonFocus: 'ionFocus',
1064
+ },
1065
+ defineCustomElement: defineCustomElement$13,
1066
+ });
1067
+ const IonThumbnail =
1068
+ /*@__PURE__*/ createComponent({
1069
+ tagName: 'ion-thumbnail',
1070
+ elementClass: IonThumbnail$1,
1071
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1072
+ react: React,
1073
+ events: {},
1074
+ defineCustomElement: defineCustomElement$14,
1075
+ });
1076
+ const IonTitle =
1077
+ /*@__PURE__*/ createComponent({
1078
+ tagName: 'ion-title',
1079
+ elementClass: IonTitle$1,
1080
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1081
+ react: React,
1082
+ events: {},
1083
+ defineCustomElement: defineCustomElement$15,
1084
+ });
1085
+ const IonToggle =
1086
+ /*@__PURE__*/ createComponent({
1087
+ tagName: 'ion-toggle',
1088
+ elementClass: IonToggle$1,
1089
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1090
+ react: React,
1091
+ events: {
1092
+ onIonChange: 'ionChange',
1093
+ onIonFocus: 'ionFocus',
1094
+ onIonBlur: 'ionBlur',
1095
+ },
1096
+ defineCustomElement: defineCustomElement$16,
1097
+ });
1098
+ const IonToolbar =
1099
+ /*@__PURE__*/ createComponent({
1100
+ tagName: 'ion-toolbar',
1101
+ elementClass: IonToolbar$1,
1102
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1103
+ react: React,
1104
+ events: {},
1105
+ defineCustomElement: defineCustomElement$17,
1106
+ });
1107
+
420
1108
  const dashToPascalCase = (str) => str
421
1109
  .toLowerCase()
422
1110
  .split('-')
@@ -424,6 +1112,28 @@ const dashToPascalCase = (str) => str
424
1112
  .join('');
425
1113
  const camelToDashCase = (str) => str.replace(/([A-Z])/g, (m) => `-${m[0].toLowerCase()}`);
426
1114
 
1115
+ // Enumerated attributes where the literal string "false" is meaningful and
1116
+ // differs from the attribute being absent, so they must not be stripped like
1117
+ // HTML boolean attributes. These are the dash-cased attribute names produced by
1118
+ // camelToDashCase (e.g. the `spellCheck` prop renders as `spell-check`), so the
1119
+ // entries must match that form. aria-* and data-* are handled by prefix below.
1120
+ const NON_BOOLEAN_FALSE_ATTRIBUTES = new Set(['draggable', 'translate', 'spell-check', 'content-editable']);
1121
+ /**
1122
+ * React serializes a boolean prop set to `false` (e.g. `disabled={false}`) as
1123
+ * the string attribute `disabled="false"`. For HTML boolean attributes the mere
1124
+ * presence means "true", so assistive tech treats the element as
1125
+ * disabled/readonly even though Ionic renders it as interactive. The @lit/react
1126
+ * runtime fixes this for the generated components on v9, but the hand-rolled
1127
+ * wrappers (createReactComponent, createRoutingComponent, ...) render attributes
1128
+ * directly and sync props through attachProps, so we strip the stray attribute
1129
+ * here after the property has been assigned.
1130
+ *
1131
+ * TODO(FW-7629): This only matters on React 17 and 18. React 19 added full custom-element
1132
+ * support and no longer serializes a `false` boolean prop to a `="false"`
1133
+ * attribute, so there is nothing to strip there (this stays a harmless no-op).
1134
+ * Once React 17/18 support is dropped, this stripping can be removed.
1135
+ */
1136
+ const isStaleFalseBooleanAttribute = (attribute) => !attribute.startsWith('aria-') && !attribute.startsWith('data-') && !NON_BOOLEAN_FALSE_ATTRIBUTES.has(attribute);
427
1137
  const attachProps = (node, newProps, oldProps = {}) => {
428
1138
  // some test frameworks don't render DOM elements, so we test here to make sure we are dealing with DOM first
429
1139
  if (node instanceof Element) {
@@ -454,6 +1164,12 @@ const attachProps = (node, newProps, oldProps = {}) => {
454
1164
  if (propType === 'string') {
455
1165
  node.setAttribute(camelToDashCase(name), newProps[name]);
456
1166
  }
1167
+ else if (newProps[name] === false) {
1168
+ const attribute = camelToDashCase(name);
1169
+ if (isStaleFalseBooleanAttribute(attribute)) {
1170
+ node.removeAttribute(attribute);
1171
+ }
1172
+ }
457
1173
  }
458
1174
  });
459
1175
  }
@@ -564,150 +1280,6 @@ const defineCustomElement = (tagName, customElement) => {
564
1280
  }
565
1281
  };
566
1282
 
567
- const createReactComponent = (tagName, ReactComponentContext, manipulatePropsFunction, defineCustomElement) => {
568
- if (defineCustomElement !== undefined) {
569
- defineCustomElement();
570
- }
571
- const displayName = dashToPascalCase(tagName);
572
- const ReactComponent = class extends React.Component {
573
- constructor(props) {
574
- super(props);
575
- this.setComponentElRef = (element) => {
576
- this.componentEl = element;
577
- };
578
- }
579
- componentDidMount() {
580
- this.componentDidUpdate(this.props);
581
- }
582
- componentDidUpdate(prevProps) {
583
- attachProps(this.componentEl, this.props, prevProps);
584
- }
585
- render() {
586
- const { children, forwardedRef, style, className, ref, ...cProps } = this.props;
587
- let propsToPass = Object.keys(cProps).reduce((acc, name) => {
588
- const value = cProps[name];
589
- if (name.indexOf('on') === 0 && name[2] === name[2].toUpperCase()) {
590
- const eventName = name.substring(2).toLowerCase();
591
- if (typeof document !== 'undefined' && isCoveredByReact(eventName)) {
592
- acc[name] = value;
593
- }
594
- }
595
- else {
596
- // we should only render strings, booleans, and numbers as attrs in html.
597
- // objects, functions, arrays etc get synced via properties on mount.
598
- const type = typeof value;
599
- if (type === 'string' || type === 'boolean' || type === 'number') {
600
- acc[camelToDashCase(name)] = value;
601
- }
602
- }
603
- return acc;
604
- }, {});
605
- if (manipulatePropsFunction) {
606
- propsToPass = manipulatePropsFunction(this.props, propsToPass);
607
- }
608
- const newProps = {
609
- ...propsToPass,
610
- ref: mergeRefs(forwardedRef, this.setComponentElRef),
611
- style,
612
- };
613
- /**
614
- * We use createElement here instead of
615
- * React.createElement to work around a
616
- * bug in Vite (https://github.com/vitejs/vite/issues/6104).
617
- * React.createElement causes all elements to be rendered
618
- * as <tagname> instead of the actual Web Component.
619
- */
620
- return createElement(tagName, newProps, children);
621
- }
622
- static get displayName() {
623
- return displayName;
624
- }
625
- };
626
- // If context was passed to createReactComponent then conditionally add it to the Component Class
627
- if (ReactComponentContext) {
628
- ReactComponent.contextType = ReactComponentContext;
629
- }
630
- return createForwardRef$1(ReactComponent, displayName);
631
- };
632
-
633
- /* eslint-disable */
634
- /* tslint:disable */
635
- /* auto-generated react proxies */
636
- const IonAccordion = /*@__PURE__*/ createReactComponent('ion-accordion', undefined, undefined, defineCustomElement$1);
637
- const IonAccordionGroup = /*@__PURE__*/ createReactComponent('ion-accordion-group', undefined, undefined, defineCustomElement$2);
638
- const IonAvatar = /*@__PURE__*/ createReactComponent('ion-avatar', undefined, undefined, defineCustomElement$3);
639
- const IonBackdrop = /*@__PURE__*/ createReactComponent('ion-backdrop', undefined, undefined, defineCustomElement$4);
640
- const IonBadge = /*@__PURE__*/ createReactComponent('ion-badge', undefined, undefined, defineCustomElement$5);
641
- const IonBreadcrumbs = /*@__PURE__*/ createReactComponent('ion-breadcrumbs', undefined, undefined, defineCustomElement$6);
642
- const IonButtons = /*@__PURE__*/ createReactComponent('ion-buttons', undefined, undefined, defineCustomElement$7);
643
- const IonCardContent = /*@__PURE__*/ createReactComponent('ion-card-content', undefined, undefined, defineCustomElement$8);
644
- const IonCardHeader = /*@__PURE__*/ createReactComponent('ion-card-header', undefined, undefined, defineCustomElement$9);
645
- const IonCardSubtitle = /*@__PURE__*/ createReactComponent('ion-card-subtitle', undefined, undefined, defineCustomElement$a);
646
- const IonCardTitle = /*@__PURE__*/ createReactComponent('ion-card-title', undefined, undefined, defineCustomElement$b);
647
- const IonCheckbox = /*@__PURE__*/ createReactComponent('ion-checkbox', undefined, undefined, defineCustomElement$c);
648
- const IonChip = /*@__PURE__*/ createReactComponent('ion-chip', undefined, undefined, defineCustomElement$d);
649
- const IonCol = /*@__PURE__*/ createReactComponent('ion-col', undefined, undefined, defineCustomElement$e);
650
- const IonContent = /*@__PURE__*/ createReactComponent('ion-content', undefined, undefined, defineCustomElement$f);
651
- const IonDatetime = /*@__PURE__*/ createReactComponent('ion-datetime', undefined, undefined, defineCustomElement$g);
652
- const IonDatetimeButton = /*@__PURE__*/ createReactComponent('ion-datetime-button', undefined, undefined, defineCustomElement$h);
653
- const IonDivider = /*@__PURE__*/ createReactComponent('ion-divider', undefined, undefined, defineCustomElement$i);
654
- const IonFab = /*@__PURE__*/ createReactComponent('ion-fab', undefined, undefined, defineCustomElement$j);
655
- const IonFabList = /*@__PURE__*/ createReactComponent('ion-fab-list', undefined, undefined, defineCustomElement$k);
656
- const IonFooter = /*@__PURE__*/ createReactComponent('ion-footer', undefined, undefined, defineCustomElement$l);
657
- const IonGallery = /*@__PURE__*/ createReactComponent('ion-gallery', undefined, undefined, defineCustomElement$m);
658
- const IonGalleryItem = /*@__PURE__*/ createReactComponent('ion-gallery-item', undefined, undefined, defineCustomElement$n);
659
- const IonGrid = /*@__PURE__*/ createReactComponent('ion-grid', undefined, undefined, defineCustomElement$o);
660
- const IonHeader = /*@__PURE__*/ createReactComponent('ion-header', undefined, undefined, defineCustomElement$p);
661
- const IonImg = /*@__PURE__*/ createReactComponent('ion-img', undefined, undefined, defineCustomElement$q);
662
- const IonInfiniteScroll = /*@__PURE__*/ createReactComponent('ion-infinite-scroll', undefined, undefined, defineCustomElement$r);
663
- const IonInfiniteScrollContent = /*@__PURE__*/ createReactComponent('ion-infinite-scroll-content', undefined, undefined, defineCustomElement$s);
664
- const IonInput = /*@__PURE__*/ createReactComponent('ion-input', undefined, undefined, defineCustomElement$t);
665
- const IonInputOtp = /*@__PURE__*/ createReactComponent('ion-input-otp', undefined, undefined, defineCustomElement$u);
666
- const IonInputPasswordToggle = /*@__PURE__*/ createReactComponent('ion-input-password-toggle', undefined, undefined, defineCustomElement$v);
667
- const IonItemDivider = /*@__PURE__*/ createReactComponent('ion-item-divider', undefined, undefined, defineCustomElement$w);
668
- const IonItemGroup = /*@__PURE__*/ createReactComponent('ion-item-group', undefined, undefined, defineCustomElement$x);
669
- const IonItemOptions = /*@__PURE__*/ createReactComponent('ion-item-options', undefined, undefined, defineCustomElement$y);
670
- const IonItemSliding = /*@__PURE__*/ createReactComponent('ion-item-sliding', undefined, undefined, defineCustomElement$z);
671
- const IonLabel = /*@__PURE__*/ createReactComponent('ion-label', undefined, undefined, defineCustomElement$A);
672
- const IonList = /*@__PURE__*/ createReactComponent('ion-list', undefined, undefined, defineCustomElement$B);
673
- const IonListHeader = /*@__PURE__*/ createReactComponent('ion-list-header', undefined, undefined, defineCustomElement$C);
674
- const IonMenu = /*@__PURE__*/ createReactComponent('ion-menu', undefined, undefined, defineCustomElement$D);
675
- const IonMenuButton = /*@__PURE__*/ createReactComponent('ion-menu-button', undefined, undefined, defineCustomElement$E);
676
- const IonMenuToggle = /*@__PURE__*/ createReactComponent('ion-menu-toggle', undefined, undefined, defineCustomElement$F);
677
- const IonNavLink = /*@__PURE__*/ createReactComponent('ion-nav-link', undefined, undefined, defineCustomElement$G);
678
- const IonNote = /*@__PURE__*/ createReactComponent('ion-note', undefined, undefined, defineCustomElement$H);
679
- const IonPicker = /*@__PURE__*/ createReactComponent('ion-picker', undefined, undefined, defineCustomElement$I);
680
- const IonPickerColumn = /*@__PURE__*/ createReactComponent('ion-picker-column', undefined, undefined, defineCustomElement$J);
681
- const IonPickerColumnOption = /*@__PURE__*/ createReactComponent('ion-picker-column-option', undefined, undefined, defineCustomElement$K);
682
- const IonProgressBar = /*@__PURE__*/ createReactComponent('ion-progress-bar', undefined, undefined, defineCustomElement$L);
683
- const IonRadio = /*@__PURE__*/ createReactComponent('ion-radio', undefined, undefined, defineCustomElement$M);
684
- const IonRadioGroup = /*@__PURE__*/ createReactComponent('ion-radio-group', undefined, undefined, defineCustomElement$N);
685
- const IonRange = /*@__PURE__*/ createReactComponent('ion-range', undefined, undefined, defineCustomElement$O);
686
- const IonRefresher = /*@__PURE__*/ createReactComponent('ion-refresher', undefined, undefined, defineCustomElement$P);
687
- const IonRefresherContent = /*@__PURE__*/ createReactComponent('ion-refresher-content', undefined, undefined, defineCustomElement$Q);
688
- const IonReorder = /*@__PURE__*/ createReactComponent('ion-reorder', undefined, undefined, defineCustomElement$R);
689
- const IonReorderGroup = /*@__PURE__*/ createReactComponent('ion-reorder-group', undefined, undefined, defineCustomElement$S);
690
- const IonRippleEffect = /*@__PURE__*/ createReactComponent('ion-ripple-effect', undefined, undefined, defineCustomElement$T);
691
- const IonRow = /*@__PURE__*/ createReactComponent('ion-row', undefined, undefined, defineCustomElement$U);
692
- const IonSearchbar = /*@__PURE__*/ createReactComponent('ion-searchbar', undefined, undefined, defineCustomElement$V);
693
- const IonSegment = /*@__PURE__*/ createReactComponent('ion-segment', undefined, undefined, defineCustomElement$W);
694
- const IonSegmentButton = /*@__PURE__*/ createReactComponent('ion-segment-button', undefined, undefined, defineCustomElement$X);
695
- const IonSegmentContent = /*@__PURE__*/ createReactComponent('ion-segment-content', undefined, undefined, defineCustomElement$Y);
696
- const IonSegmentView = /*@__PURE__*/ createReactComponent('ion-segment-view', undefined, undefined, defineCustomElement$Z);
697
- const IonSelect = /*@__PURE__*/ createReactComponent('ion-select', undefined, undefined, defineCustomElement$_);
698
- const IonSelectModal = /*@__PURE__*/ createReactComponent('ion-select-modal', undefined, undefined, defineCustomElement$$);
699
- const IonSelectOption = /*@__PURE__*/ createReactComponent('ion-select-option', undefined, undefined, defineCustomElement$10);
700
- const IonSkeletonText = /*@__PURE__*/ createReactComponent('ion-skeleton-text', undefined, undefined, defineCustomElement$11);
701
- const IonSpinner = /*@__PURE__*/ createReactComponent('ion-spinner', undefined, undefined, defineCustomElement$12);
702
- const IonSplitPane = /*@__PURE__*/ createReactComponent('ion-split-pane', undefined, undefined, defineCustomElement$13);
703
- const IonTab = /*@__PURE__*/ createReactComponent('ion-tab', undefined, undefined, defineCustomElement$14);
704
- const IonText = /*@__PURE__*/ createReactComponent('ion-text', undefined, undefined, defineCustomElement$15);
705
- const IonTextarea = /*@__PURE__*/ createReactComponent('ion-textarea', undefined, undefined, defineCustomElement$16);
706
- const IonThumbnail = /*@__PURE__*/ createReactComponent('ion-thumbnail', undefined, undefined, defineCustomElement$17);
707
- const IonTitle = /*@__PURE__*/ createReactComponent('ion-title', undefined, undefined, defineCustomElement$18);
708
- const IonToggle = /*@__PURE__*/ createReactComponent('ion-toggle', undefined, undefined, defineCustomElement$19);
709
- const IonToolbar = /*@__PURE__*/ createReactComponent('ion-toolbar', undefined, undefined, defineCustomElement$1a);
710
-
711
1283
  const createForwardRef = (ReactComponent, // TODO(FW-2959): type
712
1284
  displayName) => {
713
1285
  const forwardRef = (props, ref) => {
@@ -745,6 +1317,11 @@ const createRoutingComponent = (tagName, customElement) => {
745
1317
  this.handleClick = (e) => {
746
1318
  const { routerLink, routerDirection, routerOptions, routerAnimation } = this.props;
747
1319
  if (routerLink !== undefined) {
1320
+ // Allow modifier key clicks (ctrl/cmd/shift) to open the link in a new tab/window
1321
+ // without triggering SPA navigation on the current page.
1322
+ if (e.metaKey || e.ctrlKey || e.shiftKey) {
1323
+ return;
1324
+ }
748
1325
  e.preventDefault();
749
1326
  this.context.navigate(routerLink, routerDirection, undefined, routerAnimation, routerOptions);
750
1327
  }
@@ -1093,19 +1670,17 @@ const createInlineOverlayComponent = (tagName, defineCustomElement, hasDelegateH
1093
1670
  };
1094
1671
  const DELEGATE_HOST = 'ion-delegate-host';
1095
1672
 
1096
- const IonAlert = /*@__PURE__*/ createInlineOverlayComponent('ion-alert', defineCustomElement$1b);
1673
+ const IonAlert = /*@__PURE__*/ createInlineOverlayComponent('ion-alert', defineCustomElement$18);
1097
1674
 
1098
- const IonLoading = /*@__PURE__*/ createInlineOverlayComponent('ion-loading', defineCustomElement$1c);
1675
+ const IonLoading = /*@__PURE__*/ createInlineOverlayComponent('ion-loading', defineCustomElement$19);
1099
1676
 
1100
- const IonToast = /*@__PURE__*/ createInlineOverlayComponent('ion-toast', defineCustomElement$1d);
1677
+ const IonToast = /*@__PURE__*/ createInlineOverlayComponent('ion-toast', defineCustomElement$1a);
1101
1678
 
1102
- const IonPickerLegacy = /*@__PURE__*/ createInlineOverlayComponent('ion-picker-legacy', defineCustomElement$1e);
1679
+ const IonActionSheet = /*@__PURE__*/ createInlineOverlayComponent('ion-action-sheet', defineCustomElement$1b);
1103
1680
 
1104
- const IonActionSheet = /*@__PURE__*/ createInlineOverlayComponent('ion-action-sheet', defineCustomElement$1f);
1681
+ const IonModal = /*@__PURE__*/ createInlineOverlayComponent('ion-modal', defineCustomElement$1c, true);
1105
1682
 
1106
- const IonModal = /*@__PURE__*/ createInlineOverlayComponent('ion-modal', defineCustomElement$1g, true);
1107
-
1108
- const IonPopover = /*@__PURE__*/ createInlineOverlayComponent('ion-popover', defineCustomElement$1h);
1683
+ const IonPopover = /*@__PURE__*/ createInlineOverlayComponent('ion-popover', defineCustomElement$1d);
1109
1684
 
1110
1685
  const IonContext = React.createContext({
1111
1686
  addOverlay: () => {
@@ -1197,14 +1772,81 @@ const IonOverlayManager = ({ onAddOverlay, onRemoveOverlay }) => {
1197
1772
  }) }));
1198
1773
  };
1199
1774
 
1200
- const IonTabButtonInner = /*@__PURE__*/ createReactComponent('ion-tab-button', undefined, undefined, defineCustomElement$1i);
1201
- const IonTabBarInner = /*@__PURE__*/ createReactComponent('ion-tab-bar', undefined, undefined, defineCustomElement$1j);
1202
- const IonTabsInner = /*@__PURE__*/ createReactComponent('ion-tabs', undefined, undefined, defineCustomElement$1k);
1203
- const IonBackButtonInner = /*@__PURE__*/ createReactComponent('ion-back-button', undefined, undefined, defineCustomElement$1l);
1204
- const IonRouterOutletInner = /*@__PURE__*/ createReactComponent('ion-router-outlet', undefined, undefined, defineCustomElement$1m);
1205
- const IonAppInner = /*@__PURE__*/ createReactComponent('ion-app', undefined, undefined, defineCustomElement$1n);
1775
+ const createReactComponent = (tagName, ReactComponentContext, manipulatePropsFunction, defineCustomElement) => {
1776
+ if (defineCustomElement !== undefined) {
1777
+ defineCustomElement();
1778
+ }
1779
+ const displayName = dashToPascalCase(tagName);
1780
+ const ReactComponent = class extends React.Component {
1781
+ constructor(props) {
1782
+ super(props);
1783
+ this.setComponentElRef = (element) => {
1784
+ this.componentEl = element;
1785
+ };
1786
+ }
1787
+ componentDidMount() {
1788
+ this.componentDidUpdate(this.props);
1789
+ }
1790
+ componentDidUpdate(prevProps) {
1791
+ attachProps(this.componentEl, this.props, prevProps);
1792
+ }
1793
+ render() {
1794
+ const { children, forwardedRef, style, className, ref, ...cProps } = this.props;
1795
+ let propsToPass = Object.keys(cProps).reduce((acc, name) => {
1796
+ const value = cProps[name];
1797
+ if (name.indexOf('on') === 0 && name[2] === name[2].toUpperCase()) {
1798
+ const eventName = name.substring(2).toLowerCase();
1799
+ if (typeof document !== 'undefined' && isCoveredByReact(eventName)) {
1800
+ acc[name] = value;
1801
+ }
1802
+ }
1803
+ else {
1804
+ // we should only render strings, booleans, and numbers as attrs in html.
1805
+ // objects, functions, arrays etc get synced via properties on mount.
1806
+ const type = typeof value;
1807
+ if (type === 'string' || type === 'boolean' || type === 'number') {
1808
+ acc[camelToDashCase(name)] = value;
1809
+ }
1810
+ }
1811
+ return acc;
1812
+ }, {});
1813
+ if (manipulatePropsFunction) {
1814
+ propsToPass = manipulatePropsFunction(this.props, propsToPass);
1815
+ }
1816
+ const newProps = {
1817
+ ...propsToPass,
1818
+ ref: mergeRefs(forwardedRef, this.setComponentElRef),
1819
+ style,
1820
+ children
1821
+ };
1822
+ /**
1823
+ * We use createElement here instead of
1824
+ * React.createElement to work around a
1825
+ * bug in Vite (https://github.com/vitejs/vite/issues/6104).
1826
+ * React.createElement causes all elements to be rendered
1827
+ * as <tagname> instead of the actual Web Component.
1828
+ */
1829
+ return createElement(tagName, newProps, children);
1830
+ }
1831
+ static get displayName() {
1832
+ return displayName;
1833
+ }
1834
+ };
1835
+ // If context was passed to createReactComponent then conditionally add it to the Component Class
1836
+ if (ReactComponentContext) {
1837
+ ReactComponent.contextType = ReactComponentContext;
1838
+ }
1839
+ return createForwardRef$1(ReactComponent, displayName);
1840
+ };
1841
+
1842
+ const IonTabButtonInner = /*@__PURE__*/ createReactComponent('ion-tab-button', undefined, undefined, defineCustomElement$1e);
1843
+ const IonTabBarInner = /*@__PURE__*/ createReactComponent('ion-tab-bar', undefined, undefined, defineCustomElement$1f);
1844
+ const IonTabsInner = /*@__PURE__*/ createReactComponent('ion-tabs', undefined, undefined, defineCustomElement$1g);
1845
+ const IonBackButtonInner = /*@__PURE__*/ createReactComponent('ion-back-button', undefined, undefined, defineCustomElement$1h);
1846
+ const IonRouterOutletInner = /*@__PURE__*/ createReactComponent('ion-router-outlet', undefined, undefined, defineCustomElement$1i);
1847
+ const IonAppInner = /*@__PURE__*/ createReactComponent('ion-app', undefined, undefined, defineCustomElement$1j);
1206
1848
  // ionicons
1207
- const IonIconInner = /*@__PURE__*/ createReactComponent('ion-icon', undefined, undefined, defineCustomElement$1o);
1849
+ const IonIconInner = /*@__PURE__*/ createReactComponent('ion-icon', undefined, undefined, defineCustomElement$1k);
1208
1850
 
1209
1851
  class IonApp extends React.Component {
1210
1852
  constructor(props) {
@@ -1242,7 +1884,25 @@ class PageManager extends React.PureComponent {
1242
1884
  super(props);
1243
1885
  this.ionPageElementRef = React.createRef();
1244
1886
  // React refs must be stable (not created inline).
1245
- this.stableMergedRefs = mergeRefs(this.ionPageElementRef, this.props.forwardedRef);
1887
+ // Wrap merged refs to add ion-page-invisible synchronously when element is created
1888
+ const baseMergedRefs = mergeRefs(this.ionPageElementRef, this.props.forwardedRef);
1889
+ // Guard against React 19 strict mode double-mount re-adding ion-page-invisible.
1890
+ // The ref fires again on remount after StackManager may have already removed it.
1891
+ let hasAppliedInvisible = false;
1892
+ this.stableMergedRefs = (node) => {
1893
+ if (node &&
1894
+ !hasAppliedInvisible &&
1895
+ !node.classList.contains('ion-page-invisible') &&
1896
+ !node.classList.contains('ion-page-hidden')) {
1897
+ // Add ion-page-invisible synchronously before first paint (if in an outlet)
1898
+ // This prevents the flash that occurs when componentDidMount runs after paint
1899
+ if (this.context?.isInOutlet?.()) {
1900
+ node.classList.add('ion-page-invisible');
1901
+ hasAppliedInvisible = true;
1902
+ }
1903
+ }
1904
+ baseMergedRefs(node);
1905
+ };
1246
1906
  /**
1247
1907
  * This binds the scope of the following methods to the class scope.
1248
1908
  * The `.bind` method returns a new function, so we need to assign it
@@ -1254,11 +1914,38 @@ class PageManager extends React.PureComponent {
1254
1914
  this.ionViewWillLeaveHandler = this.ionViewWillLeaveHandler.bind(this);
1255
1915
  this.ionViewDidLeaveHandler = this.ionViewDidLeaveHandler.bind(this);
1256
1916
  }
1917
+ parseClasses(className) {
1918
+ if (!className)
1919
+ return new Set();
1920
+ return new Set(className.split(/\s+/).filter(Boolean));
1921
+ }
1922
+ /**
1923
+ * Updates classList by diffing old/new className props.
1924
+ * Preserves framework-added classes (can-go-back, ion-page-invisible, etc.).
1925
+ */
1926
+ updateUserClasses(oldClassName, newClassName) {
1927
+ if (!this.ionPageElementRef.current)
1928
+ return;
1929
+ const oldClasses = this.parseClasses(oldClassName);
1930
+ const newClasses = this.parseClasses(newClassName);
1931
+ oldClasses.forEach((cls) => {
1932
+ if (!newClasses.has(cls)) {
1933
+ this.ionPageElementRef.current.classList.remove(cls);
1934
+ }
1935
+ });
1936
+ newClasses.forEach((cls) => {
1937
+ if (!oldClasses.has(cls)) {
1938
+ this.ionPageElementRef.current.classList.add(cls);
1939
+ }
1940
+ });
1941
+ }
1257
1942
  componentDidMount() {
1258
1943
  if (this.ionPageElementRef.current) {
1259
- if (this.context.isInOutlet()) {
1260
- this.ionPageElementRef.current.classList.add('ion-page-invisible');
1261
- }
1944
+ // Add user classes via DOM manipulation to preserve framework-added classes.
1945
+ // We only set "ion-page" in JSX; user classes are added here.
1946
+ // Note: ion-page-invisible is added in the ref callback (stableMergedRefs) to prevent flash.
1947
+ // The ref callback runs synchronously when the element is created, before the browser paints.
1948
+ this.updateUserClasses(undefined, this.props.className);
1262
1949
  this.context.registerIonPage(this.ionPageElementRef.current, this.props.routeInfo);
1263
1950
  this.ionPageElementRef.current.addEventListener('ionViewWillEnter', this.ionViewWillEnterHandler);
1264
1951
  this.ionPageElementRef.current.addEventListener('ionViewDidEnter', this.ionViewDidEnterHandler);
@@ -1266,6 +1953,11 @@ class PageManager extends React.PureComponent {
1266
1953
  this.ionPageElementRef.current.addEventListener('ionViewDidLeave', this.ionViewDidLeaveHandler);
1267
1954
  }
1268
1955
  }
1956
+ componentDidUpdate(prevProps) {
1957
+ if (prevProps.className !== this.props.className) {
1958
+ this.updateUserClasses(prevProps.className, this.props.className);
1959
+ }
1960
+ }
1269
1961
  componentWillUnmount() {
1270
1962
  if (this.ionPageElementRef.current) {
1271
1963
  this.ionPageElementRef.current.removeEventListener('ionViewWillEnter', this.ionViewWillEnterHandler);
@@ -1295,9 +1987,11 @@ class PageManager extends React.PureComponent {
1295
1987
  render() {
1296
1988
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
1297
1989
  const { className, children, routeInfo, forwardedRef, ...props } = this.props;
1990
+ // Only set "ion-page" in JSX. User classes are managed via DOM in componentDidMount/componentDidUpdate
1991
+ // to preserve framework-added classes (can-go-back, ion-page-invisible, etc.) when className prop changes.
1298
1992
  return (jsx(IonLifeCycleContext.Consumer, { children: (context) => {
1299
1993
  this.ionLifeCycleContext = context;
1300
- return (jsx("div", { className: className ? `${className} ion-page` : `ion-page`, ref: this.stableMergedRefs, ...props, children: children }));
1994
+ return (jsx("div", { className: "ion-page", ref: this.stableMergedRefs, ...props, children: children }));
1301
1995
  } }));
1302
1996
  }
1303
1997
  static get contextType() {
@@ -1357,7 +2051,7 @@ const ReactDelegate = (addView, removeView) => {
1357
2051
  };
1358
2052
  };
1359
2053
 
1360
- const IonNavInner = createReactComponent('ion-nav', undefined, undefined, defineCustomElement$1p);
2054
+ const IonNavInner = createReactComponent('ion-nav', undefined, undefined, defineCustomElement$1l);
1361
2055
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
1362
2056
  const IonNavInternal = ({ children, forwardedRef, ...restOfProps }) => {
1363
2057
  const [views, setViews] = useState([]);
@@ -1405,8 +2099,30 @@ class OutletPageManager extends React.Component {
1405
2099
  */
1406
2100
  if (!this.outletIsReady) {
1407
2101
  componentOnReady(this.ionRouterOutlet, () => {
2102
+ /**
2103
+ * Guard against duplicate callbacks from React strict mode double-mount.
2104
+ * Both componentDidMount calls pass the outer !outletIsReady check before
2105
+ * either async callback fires. Without this inner guard, the second callback
2106
+ * re-adds ion-page-invisible after the first callback's transition removed it,
2107
+ * and registerIonPage returns early (same element), leaving the page invisible.
2108
+ */
2109
+ if (this.outletIsReady)
2110
+ return;
1408
2111
  this.outletIsReady = true;
1409
- this.context.registerIonPage(this.ionRouterOutlet, this.props.routeInfo);
2112
+ /**
2113
+ * Add ion-page + ion-page-invisible AFTER Stencil hydration but
2114
+ * BEFORE registerIonPage. Stencil hydration overwrites className,
2115
+ * so classes added in a React ref callback get wiped. Adding them
2116
+ * here -- after hydration -- ensures they persist until the parent
2117
+ * outlet's forward animation removes ion-page-invisible, preventing
2118
+ * a flash where the outlet is briefly visible at full opacity.
2119
+ */
2120
+ const el = this.ionRouterOutlet;
2121
+ if (!el.classList.contains('ion-page-invisible') && !el.classList.contains('ion-page-hidden')) {
2122
+ el.classList.add('ion-page');
2123
+ el.classList.add('ion-page-invisible');
2124
+ }
2125
+ this.context.registerIonPage(el, this.props.routeInfo);
1410
2126
  });
1411
2127
  }
1412
2128
  this.ionRouterOutlet.addEventListener('ionViewWillEnter', this.ionViewWillEnterHandler);
@@ -1436,10 +2152,10 @@ class OutletPageManager extends React.Component {
1436
2152
  this.ionLifeCycleContext.ionViewDidLeave();
1437
2153
  }
1438
2154
  render() {
1439
- const { StackManager, children, routeInfo, ...props } = this.props;
2155
+ const { StackManager, children, routeInfo, id, ...props } = this.props;
1440
2156
  return (jsx(IonLifeCycleContext.Consumer, { children: (context) => {
1441
2157
  this.ionLifeCycleContext = context;
1442
- return (jsx(StackManager, { routeInfo: routeInfo, children: jsx(IonRouterOutletInner, { setRef: (val) => (this.ionRouterOutlet = val), ...props, children: children }) }));
2158
+ return (jsx(StackManager, { id: id, routeInfo: routeInfo, children: jsx(IonRouterOutletInner, { id: id, setRef: (val) => (this.ionRouterOutlet = val), ...props, children: children }) }));
1443
2159
  } }));
1444
2160
  }
1445
2161
  static get contextType() {
@@ -1450,11 +2166,13 @@ class OutletPageManager extends React.Component {
1450
2166
  class IonRouterOutletContainer extends React.Component {
1451
2167
  constructor(props) {
1452
2168
  super(props);
2169
+ this.outletId = props.id ?? `routerOutlet-${generateId('routerOutlet')}`;
1453
2170
  }
1454
2171
  render() {
1455
2172
  const StackManager = this.context.getStackManager();
1456
2173
  const { children, forwardedRef, ...props } = this.props;
1457
- return this.context.hasIonicRouter() ? (props.ionPage ? (jsx(OutletPageManager, { StackManager: StackManager, routeInfo: this.context.routeInfo, ...props, children: children })) : (jsx(StackManager, { routeInfo: this.context.routeInfo, children: jsx(IonRouterOutletInner, { ...props, forwardedRef: forwardedRef, children: children }) }))) : (jsx(IonRouterOutletInner, { ref: forwardedRef, ...this.props, children: this.props.children }));
2174
+ const outletId = props.id ?? this.outletId;
2175
+ return this.context.hasIonicRouter() ? (props.ionPage ? (jsx(OutletPageManager, { StackManager: StackManager, routeInfo: this.context.routeInfo, ...props, children: children })) : (jsx(StackManager, { routeInfo: this.context.routeInfo, id: outletId, children: jsx(IonRouterOutletInner, { ...props, id: outletId, forwardedRef: forwardedRef, children: children }) }))) : (jsx(IonRouterOutletInner, { ref: forwardedRef, ...this.props, children: this.props.children }));
1458
2176
  }
1459
2177
  static get contextType() {
1460
2178
  return NavContext;
@@ -1651,7 +2369,9 @@ const matchesTab = (pathname, href) => {
1651
2369
  if (href === undefined) {
1652
2370
  return false;
1653
2371
  }
1654
- const normalizedHref = href.endsWith('/') && href !== '/' ? href.slice(0, -1) : href;
2372
+ // Strip query string before comparing — href may contain search params (e.g., "/tabs/home?foo=bar")
2373
+ const hrefPathname = href.split('?')[0];
2374
+ const normalizedHref = hrefPathname.endsWith('/') && hrefPathname !== '/' ? hrefPathname.slice(0, -1) : hrefPathname;
1655
2375
  return pathname === normalizedHref || pathname.startsWith(normalizedHref + '/');
1656
2376
  };
1657
2377
  class IonTabBarUnwrapped extends React.PureComponent {
@@ -1743,7 +2463,7 @@ class IonTabBarUnwrapped extends React.PureComponent {
1743
2463
  const prevHref = state.tabs[prevActiveTab].currentHref;
1744
2464
  const prevRouteOptions = state.tabs[prevActiveTab].currentRouteOptions;
1745
2465
  if (activeTab !== prevActiveTab ||
1746
- prevHref !== props.routeInfo?.pathname ||
2466
+ prevHref !== (props.routeInfo?.pathname || '') + (props.routeInfo?.search || '') ||
1747
2467
  prevRouteOptions !== props.routeInfo?.routeOptions) {
1748
2468
  tabs[activeTab] = {
1749
2469
  originalHref: tabs[activeTab].originalHref,
@@ -1816,7 +2536,7 @@ class IonTabBarUnwrapped extends React.PureComponent {
1816
2536
  return (child) => {
1817
2537
  if (child != null && child.props && (child.type === IonTabButton || child.type.isTabButton)) {
1818
2538
  const href = child.props.tab === activeTab
1819
- ? this.props.routeInfo?.pathname
2539
+ ? (this.props.routeInfo?.pathname || '') + (this.props.routeInfo?.search || '')
1820
2540
  : this.state.tabs[child.props.tab].currentHref;
1821
2541
  const routeOptions = child.props.tab === activeTab
1822
2542
  ? this.props.routeInfo?.routeOptions
@@ -1941,20 +2661,6 @@ class IonRoute extends React.PureComponent {
1941
2661
  }
1942
2662
  }
1943
2663
 
1944
- class IonRedirect extends React.PureComponent {
1945
- render() {
1946
- const IonRedirectInner = this.context.getIonRedirect();
1947
- if (!this.context.hasIonicRouter() || !IonRedirect) {
1948
- console.error('You either do not have an Ionic Router package, or your router does not support using <IonRedirect>');
1949
- return null;
1950
- }
1951
- return jsx(IonRedirectInner, { ...this.props });
1952
- }
1953
- static get contextType() {
1954
- return NavContext;
1955
- }
1956
- }
1957
-
1958
2664
  const IonRouterContext = React.createContext({
1959
2665
  routeInfo: undefined, // TODO(FW-2959): type
1960
2666
  push: () => {
@@ -1963,6 +2669,9 @@ const IonRouterContext = React.createContext({
1963
2669
  back: () => {
1964
2670
  throw new Error('An Ionic Router is required for IonRouterContext');
1965
2671
  },
2672
+ navigateRoot: () => {
2673
+ throw new Error('An Ionic Router is required for IonRouterContext');
2674
+ },
1966
2675
  canGoBack: () => {
1967
2676
  throw new Error('An Ionic Router is required for IonRouterContext');
1968
2677
  },
@@ -1979,9 +2688,10 @@ function useIonRouter() {
1979
2688
  back: context.back,
1980
2689
  push: context.push,
1981
2690
  goBack: context.back,
2691
+ navigateRoot: context.navigateRoot,
1982
2692
  canGoBack: context.canGoBack,
1983
2693
  routeInfo: context.routeInfo,
1984
- }), [context.back, context.push, context.canGoBack, context.routeInfo]);
2694
+ }), [context.back, context.push, context.navigateRoot, context.canGoBack, context.routeInfo]);
1985
2695
  }
1986
2696
 
1987
2697
  class CreateAnimation extends React.PureComponent {
@@ -2135,7 +2845,7 @@ function useController(displayName, controller, defineCustomElement) {
2135
2845
  * @returns Returns the present and dismiss methods in an array
2136
2846
  */
2137
2847
  function useIonActionSheet() {
2138
- const controller = useController('IonActionSheet', actionSheetController, defineCustomElement$1f);
2848
+ const controller = useController('IonActionSheet', actionSheetController, defineCustomElement$1b);
2139
2849
  const present = useCallback((buttonsOrOptions, header) => {
2140
2850
  if (Array.isArray(buttonsOrOptions)) {
2141
2851
  return controller.present({
@@ -2155,7 +2865,7 @@ function useIonActionSheet() {
2155
2865
  * @returns Returns the present and dismiss methods in an array
2156
2866
  */
2157
2867
  function useIonAlert() {
2158
- const controller = useController('IonAlert', alertController, defineCustomElement$1b);
2868
+ const controller = useController('IonAlert', alertController, defineCustomElement$18);
2159
2869
  const present = useCallback((messageOrOptions, buttons) => {
2160
2870
  if (typeof messageOrOptions === 'string') {
2161
2871
  return controller.present({
@@ -2175,7 +2885,7 @@ function useIonAlert() {
2175
2885
  * @returns Returns the present and dismiss methods in an array
2176
2886
  */
2177
2887
  function useIonToast() {
2178
- const controller = useController('IonToast', toastController, defineCustomElement$1d);
2888
+ const controller = useController('IonToast', toastController, defineCustomElement$1a);
2179
2889
  const present = useCallback((messageOrOptions, duration) => {
2180
2890
  if (typeof messageOrOptions === 'string') {
2181
2891
  return controller.present({
@@ -2261,7 +2971,7 @@ function useOverlay(displayName, controller, defineCustomElement, component, com
2261
2971
  * @returns Returns the present and dismiss methods in an array
2262
2972
  */
2263
2973
  function useIonModal(component, componentProps) {
2264
- const controller = useOverlay('IonModal', modalController, defineCustomElement$1g, component, componentProps);
2974
+ const controller = useOverlay('IonModal', modalController, defineCustomElement$1c, component, componentProps);
2265
2975
  const present = useCallback((options = {}) => {
2266
2976
  controller.present(options);
2267
2977
  }, [controller.present]);
@@ -2276,40 +2986,19 @@ function useIonModal(component, componentProps) {
2276
2986
  * @returns Returns the present and dismiss methods in an array
2277
2987
  */
2278
2988
  function useIonPopover(component, componentProps) {
2279
- const controller = useOverlay('IonPopover', popoverController, defineCustomElement$1h, component, componentProps);
2989
+ const controller = useOverlay('IonPopover', popoverController, defineCustomElement$1d, component, componentProps);
2280
2990
  const present = useCallback((options = {}) => {
2281
2991
  controller.present(options);
2282
2992
  }, [controller.present]);
2283
2993
  return [present, controller.dismiss];
2284
2994
  }
2285
2995
 
2286
- /**
2287
- * A hook for presenting/dismissing an IonPicker component
2288
- * @returns Returns the present and dismiss methods in an array
2289
- * @deprecated Use the inline ion-picker component instead.
2290
- */
2291
- function useIonPicker() {
2292
- const controller = useController('IonPicker', pickerController, defineCustomElement$1e);
2293
- const present = useCallback((columnsOrOptions, buttons) => {
2294
- if (Array.isArray(columnsOrOptions)) {
2295
- return controller.present({
2296
- columns: columnsOrOptions,
2297
- buttons: buttons ?? [{ text: 'Ok' }],
2298
- });
2299
- }
2300
- else {
2301
- return controller.present(columnsOrOptions);
2302
- }
2303
- }, [controller.present]);
2304
- return [present, controller.dismiss];
2305
- }
2306
-
2307
2996
  /**
2308
2997
  * A hook for presenting/dismissing an IonLoading component
2309
2998
  * @returns Returns the present and dismiss methods in an array
2310
2999
  */
2311
3000
  function useIonLoading() {
2312
- const controller = useController('IonLoading', loadingController, defineCustomElement$1c);
3001
+ const controller = useController('IonLoading', loadingController, defineCustomElement$19);
2313
3002
  const present = useCallback((messageOrOptions = {}, duration, spinner) => {
2314
3003
  if (typeof messageOrOptions === 'string') {
2315
3004
  return controller.present({
@@ -2351,6 +3040,7 @@ const RouteManagerContext = /*@__PURE__*/ React.createContext({
2351
3040
  findLeavingViewItemByRouteInfo: () => undefined,
2352
3041
  findViewItemByRouteInfo: () => undefined,
2353
3042
  getChildrenToRender: () => undefined,
3043
+ getViewItemsForOutlet: () => [],
2354
3044
  goBack: () => undefined,
2355
3045
  unMountViewItem: () => undefined,
2356
3046
  });
@@ -2469,7 +3159,14 @@ class LocationHistory {
2469
3159
  _replace(routeInfo) {
2470
3160
  const routeInfos = this._getRouteInfosByKey(routeInfo.tab);
2471
3161
  routeInfos && routeInfos.pop();
2472
- this.locationHistory.pop();
3162
+ // Get the current route that's being replaced
3163
+ const currentRoute = this.locationHistory[this.locationHistory.length - 1];
3164
+ // Only pop from global history if we're replacing in the same outlet context.
3165
+ // Don't pop if we're entering a nested outlet (current route has no tab, new route has a tab)
3166
+ const isEnteringNestedOutlet = currentRoute && !currentRoute.tab && !!routeInfo.tab;
3167
+ if (!isEnteringNestedOutlet) {
3168
+ this.locationHistory.pop();
3169
+ }
2473
3170
  this._add(routeInfo);
2474
3171
  }
2475
3172
  _clear() {
@@ -2501,6 +3198,20 @@ class LocationHistory {
2501
3198
  }
2502
3199
  return undefined;
2503
3200
  }
3201
+ /**
3202
+ * Returns the most recent RouteInfo in global history (excluding the current
3203
+ * entry) whose pathname matches the given value. Unlike findLastLocation,
3204
+ * this search is tab-agnostic. Used by the multi-step back detection.
3205
+ */
3206
+ findLastLocationByPathname(pathname) {
3207
+ for (let i = this.locationHistory.length - 2; i >= 0; i--) {
3208
+ const ri = this.locationHistory[i];
3209
+ if (ri && ri.pathname === pathname) {
3210
+ return ri;
3211
+ }
3212
+ }
3213
+ return undefined;
3214
+ }
2504
3215
  findLastLocation(routeInfo) {
2505
3216
  const routeInfos = this._getRouteInfosByKey(routeInfo.tab);
2506
3217
  if (routeInfos) {
@@ -2532,6 +3243,17 @@ class LocationHistory {
2532
3243
  canGoBack() {
2533
3244
  return this.locationHistory.length > 1;
2534
3245
  }
3246
+ findTabForPathname(pathname) {
3247
+ for (const tab of Object.keys(this.tabHistory)) {
3248
+ const routeInfos = this.tabHistory[tab];
3249
+ for (let i = routeInfos.length - 1; i >= 0; i--) {
3250
+ if (routeInfos[i].pathname === pathname) {
3251
+ return tab;
3252
+ }
3253
+ }
3254
+ }
3255
+ return undefined;
3256
+ }
2535
3257
  }
2536
3258
 
2537
3259
  class NavManager extends React.PureComponent {
@@ -2544,6 +3266,9 @@ class NavManager extends React.PureComponent {
2544
3266
  back: (animationBuilder) => {
2545
3267
  this.goBack(undefined, animationBuilder);
2546
3268
  },
3269
+ navigateRoot: (pathname, animationBuilder) => {
3270
+ this.props.onNavigateRoot(pathname, animationBuilder);
3271
+ },
2547
3272
  canGoBack: () => this.props.locationHistory.canGoBack(),
2548
3273
  nativeBack: () => this.props.onNativeBack(),
2549
3274
  routeInfo: this.props.routeInfo,
@@ -2552,10 +3277,8 @@ class NavManager extends React.PureComponent {
2552
3277
  goBack: this.goBack.bind(this),
2553
3278
  hasIonicRouter: () => true,
2554
3279
  navigate: this.navigate.bind(this),
2555
- getIonRedirect: this.getIonRedirect.bind(this),
2556
3280
  getIonRoute: this.getIonRoute.bind(this),
2557
3281
  getStackManager: this.getStackManager.bind(this),
2558
- getPageManager: this.getPageManager.bind(this),
2559
3282
  routeInfo: this.props.routeInfo,
2560
3283
  setCurrentTab: this.props.onSetCurrentTab,
2561
3284
  changeTab: this.props.onChangeTab,
@@ -2588,12 +3311,6 @@ class NavManager extends React.PureComponent {
2588
3311
  navigate(path, direction = 'forward', action = 'push', animationBuilder, options, tab) {
2589
3312
  this.props.onNavigate(path, action, direction, animationBuilder, options, tab);
2590
3313
  }
2591
- getPageManager() {
2592
- return PageManager;
2593
- }
2594
- getIonRedirect() {
2595
- return this.props.ionRedirect;
2596
- }
2597
3314
  getIonRoute() {
2598
3315
  return this.props.ionRoute;
2599
3316
  }
@@ -2623,10 +3340,7 @@ class ViewStacks {
2623
3340
  }
2624
3341
  }
2625
3342
  clear(outletId) {
2626
- // Give some time for the leaving views to transition before removing
2627
- return setTimeout(() => {
2628
- delete this.viewStacks[outletId];
2629
- }, 500);
3343
+ delete this.viewStacks[outletId];
2630
3344
  }
2631
3345
  getViewItemsForOutlet(outletId) {
2632
3346
  return this.viewStacks[outletId] || [];
@@ -2655,5 +3369,5 @@ class ViewStacks {
2655
3369
  }
2656
3370
  }
2657
3371
 
2658
- 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, IonPickerLegacy, IonPopover, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRedirect, 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, generateId, getConfig, getPlatforms, isPlatform, setupIonicReact, useIonActionSheet, useIonAlert, useIonLoading, useIonModal, useIonPicker, useIonPopover, useIonRouter, useIonToast, useIonViewDidEnter, useIonViewDidLeave, useIonViewWillEnter, useIonViewWillLeave, withIonLifeCycle };
3372
+ 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, generateId, getConfig, getPlatforms, isPlatform, setupIonicReact, useIonActionSheet, useIonAlert, useIonLoading, useIonModal, useIonPopover, useIonRouter, useIonToast, useIonViewDidEnter, useIonViewDidLeave, useIonViewWillEnter, useIonViewWillLeave, withIonLifeCycle };
2659
3373
  //# sourceMappingURL=index.js.map