@ionic/core 8.3.2-dev.11729014526.1ab61c12 → 8.3.2-dev.11729166111.115d6104

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 (643) hide show
  1. package/components/action-sheet.js +1 -1
  2. package/components/alert.js +2 -1
  3. package/components/animation.js +1 -1
  4. package/components/backdrop.js +1 -1
  5. package/components/button.js +1 -1
  6. package/components/buttons.js +1 -1
  7. package/components/capacitor.js +1 -1
  8. package/components/checkbox.js +1 -1
  9. package/components/config2.js +79 -0
  10. package/components/focus-visible.js +8 -1
  11. package/components/framework-delegate.js +3 -1
  12. package/components/helpers.js +4 -1
  13. package/components/index2.js +2 -1
  14. package/components/index4.js +1 -3
  15. package/components/index5.js +27 -3
  16. package/components/index6.js +124 -27
  17. package/components/index7.js +150 -111
  18. package/components/input-shims.js +2 -2
  19. package/components/input.utils.js +1 -2
  20. package/components/ion-accordion-group.js +5 -5
  21. package/components/ion-accordion.js +11 -14
  22. package/components/ion-app.js +7 -74
  23. package/components/ion-avatar.js +1 -1
  24. package/components/ion-back-button.js +3 -2
  25. package/components/ion-badge.js +1 -1
  26. package/components/ion-breadcrumb.js +3 -2
  27. package/components/ion-breadcrumbs.js +1 -1
  28. package/components/ion-card-content.js +1 -1
  29. package/components/ion-card-header.js +1 -1
  30. package/components/ion-card-subtitle.js +1 -1
  31. package/components/ion-card-title.js +1 -1
  32. package/components/ion-card.js +1 -1
  33. package/components/ion-chip.js +1 -1
  34. package/components/ion-col.js +1 -1
  35. package/components/ion-content.js +7 -5
  36. package/components/ion-datetime-button.js +1 -1
  37. package/components/ion-datetime.js +3 -2
  38. package/components/ion-fab-button.js +3 -2
  39. package/components/ion-fab-list.js +1 -1
  40. package/components/ion-fab.js +1 -1
  41. package/components/ion-footer.js +7 -5
  42. package/components/ion-grid.js +1 -1
  43. package/components/ion-header.js +8 -6
  44. package/components/ion-img.js +1 -1
  45. package/components/ion-infinite-scroll-content.js +2 -1
  46. package/components/ion-infinite-scroll.js +2 -2
  47. package/components/ion-input-password-toggle.js +3 -2
  48. package/components/ion-input.js +3 -2
  49. package/components/ion-item-divider.js +1 -1
  50. package/components/ion-item-group.js +1 -1
  51. package/components/ion-item-option.js +1 -1
  52. package/components/ion-item-options.js +1 -1
  53. package/components/ion-item-sliding.js +2 -2
  54. package/components/ion-loading.js +2 -1
  55. package/components/ion-menu-button.js +3 -2
  56. package/components/ion-menu-toggle.js +1 -1
  57. package/components/ion-menu.js +2 -2
  58. package/components/ion-modal.js +3 -3
  59. package/components/ion-nav.js +2 -1
  60. package/components/ion-note.js +1 -1
  61. package/components/ion-picker-legacy.js +1 -1
  62. package/components/ion-progress-bar.js +2 -1
  63. package/components/ion-range.js +2 -2
  64. package/components/ion-refresher-content.js +3 -2
  65. package/components/ion-refresher.js +2 -2
  66. package/components/ion-reorder-group.js +2 -2
  67. package/components/ion-reorder.js +3 -2
  68. package/components/ion-router-link.js +1 -1
  69. package/components/ion-router-outlet.js +2 -1
  70. package/components/ion-row.js +1 -1
  71. package/components/ion-searchbar.js +3 -2
  72. package/components/ion-segment-button.js +1 -1
  73. package/components/ion-segment.js +1 -1
  74. package/components/ion-select-option.js +1 -1
  75. package/components/ion-select.js +3 -2
  76. package/components/ion-skeleton-text.js +2 -1
  77. package/components/ion-split-pane.js +1 -1
  78. package/components/ion-tab-bar.js +1 -1
  79. package/components/ion-tab-button.js +2 -1
  80. package/components/ion-text.js +1 -1
  81. package/components/ion-textarea.js +1 -1
  82. package/components/ion-thumbnail.js +1 -1
  83. package/components/ion-title.js +1 -1
  84. package/components/ion-toast.js +2 -2
  85. package/components/ion-toggle.js +3 -2
  86. package/components/ion-toolbar.js +1 -1
  87. package/components/ionic-global.js +189 -76
  88. package/components/item.js +6 -5
  89. package/components/keyboard-controller.js +4 -2
  90. package/components/label.js +1 -1
  91. package/components/list-header.js +1 -1
  92. package/components/list.js +1 -1
  93. package/components/notch-controller.js +1 -1
  94. package/components/overlays.js +4 -4
  95. package/components/picker-column-option.js +1 -1
  96. package/components/picker-column.js +1 -2
  97. package/components/picker-column2.js +1 -1
  98. package/components/popover.js +1 -1
  99. package/components/radio-group.js +1 -1
  100. package/components/radio.js +1 -1
  101. package/components/ripple-effect.js +1 -1
  102. package/components/select-popover.js +1 -1
  103. package/components/spinner.js +2 -1
  104. package/components/status-tap.js +1 -1
  105. package/css/ionic/bundle.ionic.css +1 -1
  106. package/css/ionic/bundle.ionic.css.map +1 -1
  107. package/css/ionic/core.ionic.css +1 -1
  108. package/css/ionic/core.ionic.css.map +1 -1
  109. package/dist/cjs/{animation-b4fdf128.js → animation-232e0c8f.js} +2 -2
  110. package/dist/cjs/{app-globals-38bbc401.js → app-globals-0189a70c.js} +1 -1
  111. package/dist/cjs/{button-active-3f2f60b4.js → button-active-41228dbf.js} +4 -4
  112. package/dist/cjs/{capacitor-c04564bf.js → capacitor-806e7fee.js} +3 -3
  113. package/dist/cjs/{index-73f75efb.js → config-1349d5b4.js} +79 -0
  114. package/dist/cjs/{data-b3a1a686.js → data-cad5d489.js} +1 -1
  115. package/dist/{esm/focus-visible-dd40d69f.js → cjs/focus-visible-9aa87fa3.js} +11 -1
  116. package/dist/cjs/{framework-delegate-55f5683a.js → framework-delegate-cf116b1d.js} +4 -2
  117. package/dist/cjs/{haptic-f6b37aa3.js → haptic-f0cad9a6.js} +1 -1
  118. package/dist/cjs/{helpers-afaa9001.js → helpers-e75eb909.js} +4 -1
  119. package/dist/cjs/{index-2fa32189.js → index-1d02518d.js} +2 -2
  120. package/dist/cjs/{index-9509ecad.js → index-2c8b42cd.js} +8 -7
  121. package/dist/cjs/{index-694a3808.js → index-3ac79a1b.js} +10 -10
  122. package/dist/cjs/{index-ed0f67a3.js → index-71085796.js} +5 -7
  123. package/dist/cjs/index.cjs.js +10 -12
  124. package/dist/cjs/{input-shims-ab680ecf.js → input-shims-2958dcc9.js} +17 -18
  125. package/dist/cjs/{input.utils-44ff82f0.js → input.utils-ed749ecb.js} +3 -4
  126. package/dist/cjs/ion-accordion_2.cjs.entry.js +28 -32
  127. package/dist/cjs/ion-action-sheet.cjs.entry.js +23 -25
  128. package/dist/cjs/ion-alert.cjs.entry.js +33 -35
  129. package/dist/cjs/ion-app_8.cjs.entry.js +84 -150
  130. package/dist/cjs/ion-avatar_3.cjs.entry.js +12 -12
  131. package/dist/cjs/ion-back-button.cjs.entry.js +13 -13
  132. package/dist/cjs/ion-backdrop.cjs.entry.js +5 -5
  133. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +24 -24
  134. package/dist/cjs/ion-button_2.cjs.entry.js +13 -13
  135. package/dist/cjs/ion-card_5.cjs.entry.js +19 -19
  136. package/dist/cjs/ion-checkbox.cjs.entry.js +15 -15
  137. package/dist/cjs/ion-chip.cjs.entry.js +5 -5
  138. package/dist/cjs/ion-col_3.cjs.entry.js +12 -12
  139. package/dist/cjs/ion-datetime-button.cjs.entry.js +8 -8
  140. package/dist/cjs/ion-datetime_3.cjs.entry.js +89 -91
  141. package/dist/cjs/ion-fab_3.cjs.entry.js +21 -21
  142. package/dist/cjs/ion-img.cjs.entry.js +10 -10
  143. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +22 -22
  144. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +14 -14
  145. package/dist/cjs/ion-input.cjs.entry.js +27 -28
  146. package/dist/cjs/ion-item-option_3.cjs.entry.js +19 -19
  147. package/dist/cjs/ion-item_8.cjs.entry.js +43 -43
  148. package/dist/cjs/ion-loading.cjs.entry.js +23 -25
  149. package/dist/cjs/ion-menu_3.cjs.entry.js +37 -39
  150. package/dist/cjs/ion-modal.cjs.entry.js +48 -50
  151. package/dist/cjs/ion-nav_2.cjs.entry.js +25 -25
  152. package/dist/cjs/ion-picker-column-option.cjs.entry.js +7 -7
  153. package/dist/cjs/ion-picker-column.cjs.entry.js +13 -14
  154. package/dist/cjs/ion-picker.cjs.entry.js +7 -7
  155. package/dist/cjs/ion-popover.cjs.entry.js +22 -24
  156. package/dist/cjs/ion-progress-bar.cjs.entry.js +10 -10
  157. package/dist/cjs/ion-radio_2.cjs.entry.js +16 -16
  158. package/dist/cjs/ion-range.cjs.entry.js +23 -23
  159. package/dist/cjs/ion-refresher_2.cjs.entry.js +46 -47
  160. package/dist/cjs/ion-reorder_2.cjs.entry.js +20 -21
  161. package/dist/cjs/ion-ripple-effect.cjs.entry.js +7 -7
  162. package/dist/cjs/ion-route_4.cjs.entry.js +14 -14
  163. package/dist/cjs/ion-searchbar.cjs.entry.js +30 -30
  164. package/dist/cjs/ion-segment_2.cjs.entry.js +17 -17
  165. package/dist/cjs/ion-select_3.cjs.entry.js +43 -45
  166. package/dist/cjs/ion-spinner.cjs.entry.js +12 -12
  167. package/dist/cjs/ion-split-pane.cjs.entry.js +7 -7
  168. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +18 -19
  169. package/dist/cjs/ion-tab_2.cjs.entry.js +13 -13
  170. package/dist/cjs/ion-text.cjs.entry.js +5 -5
  171. package/dist/cjs/ion-textarea.cjs.entry.js +23 -24
  172. package/dist/cjs/ion-toast.cjs.entry.js +29 -31
  173. package/dist/cjs/ion-toggle.cjs.entry.js +24 -25
  174. package/dist/cjs/{ionic-global-5df85d73.js → ionic-global-3647b9f5.js} +205 -89
  175. package/dist/cjs/ionic.cjs.js +7 -7
  176. package/dist/cjs/{ios.transition-7574ba71.js → ios.transition-4411892c.js} +5 -6
  177. package/dist/cjs/{keyboard-controller-c05e747a.js → keyboard-controller-020444ad.js} +11 -9
  178. package/dist/cjs/{keyboard-af1bb365.js → keyboard-e0062bfc.js} +4 -3
  179. package/dist/cjs/{keyboard-0272231f.js → keyboard-ed6e1327.js} +1 -1
  180. package/dist/cjs/loader.cjs.js +5 -5
  181. package/dist/cjs/{md.transition-d9d90911.js → md.transition-261f9f67.js} +5 -6
  182. package/dist/cjs/{notch-controller-d69150f5.js → notch-controller-70ad2323.js} +4 -4
  183. package/dist/cjs/{overlays-faf6f843.js → overlays-22320753.js} +17 -17
  184. package/dist/cjs/{status-tap-28780caa.js → status-tap-cfc7f9a5.js} +8 -8
  185. package/dist/cjs/{swipe-back-0303a5e4.js → swipe-back-ecdf1cf5.js} +2 -1
  186. package/dist/collection/components/accordion/accordion.ionic.css +203 -0
  187. package/dist/collection/components/accordion/accordion.ios.css +61 -58
  188. package/dist/collection/components/accordion/accordion.js +6 -10
  189. package/dist/collection/components/accordion/accordion.md.css +61 -59
  190. package/dist/collection/components/accordion-group/accordion-group.ionic.css +83 -0
  191. package/dist/collection/components/accordion-group/accordion-group.ios.css +4 -4
  192. package/dist/collection/components/accordion-group/accordion-group.js +4 -4
  193. package/dist/collection/components/accordion-group/accordion-group.md.css +4 -4
  194. package/dist/collection/components/app/app.js +5 -75
  195. package/dist/collection/components/content/content.js +6 -4
  196. package/dist/collection/components/footer/footer.js +5 -3
  197. package/dist/collection/components/header/header.js +6 -4
  198. package/dist/collection/components/input/input.js +1 -1
  199. package/dist/collection/components/item/item.ionic.css +2 -0
  200. package/dist/collection/components/item/item.ios.css +1 -0
  201. package/dist/collection/components/item/item.md.css +1 -0
  202. package/dist/collection/components/searchbar/searchbar.js +1 -1
  203. package/dist/collection/global/ionic-global.js +69 -1
  204. package/dist/collection/utils/focus-visible.js +7 -0
  205. package/dist/collection/utils/framework-delegate.js +3 -1
  206. package/dist/collection/utils/helpers.js +3 -1
  207. package/dist/collection/utils/keyboard/keyboard-controller.js +3 -1
  208. package/dist/collection/utils/overlays.js +2 -1
  209. package/dist/docs.json +107 -107
  210. package/dist/esm/{animation-eab5a4ca.js → animation-16546c84.js} +1 -1
  211. package/dist/esm/{app-globals-c45950ba.js → app-globals-35381e66.js} +1 -1
  212. package/dist/esm/{button-active-873732e5.js → button-active-c768aceb.js} +2 -2
  213. package/dist/esm/{capacitor-59395cbd.js → capacitor-0897b83c.js} +1 -1
  214. package/dist/esm/{index-723c0e5d.js → config-0b6b1b3d.js} +76 -1
  215. package/dist/esm/{data-fde041b0.js → data-d9b1fbdb.js} +1 -1
  216. package/dist/{cjs/focus-visible-7a0ce04f.js → esm/focus-visible-501aff19.js} +8 -3
  217. package/dist/esm/{framework-delegate-63d1a679.js → framework-delegate-56698eb0.js} +4 -2
  218. package/dist/esm/{haptic-ac164e4c.js → haptic-d9a770b8.js} +1 -1
  219. package/dist/esm/{helpers-da915de8.js → helpers-d57f52c8.js} +4 -1
  220. package/{components/index8.js → dist/esm/index-7f65e865.js} +3 -2
  221. package/dist/esm/{index-2d8b49ae.js → index-82405a4a.js} +3 -5
  222. package/dist/esm/{index-29be96b3.js → index-edf94b3b.js} +5 -5
  223. package/dist/esm/{index-56cab0d6.js → index-f8ad386a.js} +2 -2
  224. package/dist/esm/index.js +10 -12
  225. package/dist/esm/{input-shims-59f93016.js → input-shims-0f3cc1c3.js} +6 -7
  226. package/dist/esm/{input.utils-8755322f.js → input.utils-ef4d8197.js} +2 -3
  227. package/dist/esm/ion-accordion_2.entry.js +15 -19
  228. package/dist/esm/ion-action-sheet.entry.js +9 -11
  229. package/dist/esm/ion-alert.entry.js +9 -11
  230. package/dist/esm/ion-app_8.entry.js +28 -94
  231. package/dist/esm/ion-avatar_3.entry.js +2 -2
  232. package/dist/esm/ion-back-button.entry.js +3 -3
  233. package/dist/esm/ion-backdrop.entry.js +2 -2
  234. package/dist/esm/ion-breadcrumb_2.entry.js +3 -3
  235. package/dist/esm/ion-button_2.entry.js +3 -3
  236. package/dist/esm/ion-card_5.entry.js +3 -3
  237. package/dist/esm/ion-checkbox.entry.js +3 -3
  238. package/dist/esm/ion-chip.entry.js +2 -2
  239. package/dist/esm/ion-col_3.entry.js +2 -2
  240. package/dist/esm/ion-datetime-button.entry.js +4 -4
  241. package/dist/esm/ion-datetime_3.entry.js +10 -12
  242. package/dist/esm/ion-fab_3.entry.js +3 -3
  243. package/dist/esm/ion-img.entry.js +3 -3
  244. package/dist/esm/ion-infinite-scroll_2.entry.js +4 -4
  245. package/dist/esm/ion-input-password-toggle.entry.js +2 -2
  246. package/dist/esm/ion-input.entry.js +5 -6
  247. package/dist/esm/ion-item-option_3.entry.js +4 -4
  248. package/dist/esm/ion-item_8.entry.js +6 -6
  249. package/dist/esm/ion-loading.entry.js +6 -8
  250. package/dist/esm/ion-menu_3.entry.js +7 -9
  251. package/dist/esm/ion-modal.entry.js +11 -13
  252. package/dist/esm/ion-nav_2.entry.js +6 -6
  253. package/dist/esm/ion-picker-column-option.entry.js +3 -3
  254. package/dist/esm/ion-picker-column.entry.js +5 -6
  255. package/dist/esm/ion-picker.entry.js +2 -2
  256. package/dist/esm/ion-popover.entry.js +7 -9
  257. package/dist/esm/ion-progress-bar.entry.js +3 -3
  258. package/dist/esm/ion-radio_2.entry.js +3 -3
  259. package/dist/esm/ion-range.entry.js +4 -4
  260. package/dist/esm/ion-refresher_2.entry.js +7 -8
  261. package/dist/esm/ion-reorder_2.entry.js +6 -7
  262. package/dist/esm/ion-ripple-effect.entry.js +2 -2
  263. package/dist/esm/ion-route_4.entry.js +3 -3
  264. package/dist/esm/ion-searchbar.entry.js +3 -3
  265. package/dist/esm/ion-segment_2.entry.js +3 -3
  266. package/dist/esm/ion-select_3.entry.js +6 -8
  267. package/dist/esm/ion-spinner.entry.js +2 -2
  268. package/dist/esm/ion-split-pane.entry.js +2 -2
  269. package/dist/esm/ion-tab-bar_2.entry.js +6 -7
  270. package/dist/esm/ion-tab_2.entry.js +3 -3
  271. package/dist/esm/ion-text.entry.js +2 -2
  272. package/dist/esm/ion-textarea.entry.js +5 -6
  273. package/dist/esm/ion-toast.entry.js +6 -8
  274. package/dist/esm/ion-toggle.entry.js +5 -6
  275. package/dist/esm/{ionic-global-a8cbb8b0.js → ionic-global-d7017fd9.js} +184 -72
  276. package/dist/esm/ionic.js +4 -4
  277. package/dist/esm/{ios.transition-4706aa28.js → ios.transition-4b9fe79e.js} +5 -6
  278. package/dist/esm/{keyboard-52278bd7.js → keyboard-584d2e6f.js} +4 -3
  279. package/dist/esm/{keyboard-73175e24.js → keyboard-ad38b8fc.js} +1 -1
  280. package/dist/esm/{keyboard-controller-ec5c2bfa.js → keyboard-controller-9c9c2301.js} +5 -3
  281. package/dist/esm/loader.js +4 -4
  282. package/dist/esm/{md.transition-20ad6960.js → md.transition-a71dc418.js} +5 -6
  283. package/dist/esm/{notch-controller-55b09e11.js → notch-controller-4d9a7b28.js} +2 -2
  284. package/dist/esm/{overlays-40e86f77.js → overlays-9da9aef5.js} +6 -6
  285. package/dist/esm/{status-tap-0433b6a6.js → status-tap-82f51b25.js} +4 -4
  286. package/dist/esm/{swipe-back-e5394307.js → swipe-back-c5709ce5.js} +2 -1
  287. package/dist/esm-es5/animation-16546c84.js +4 -0
  288. package/dist/esm-es5/app-globals-35381e66.js +4 -0
  289. package/dist/esm-es5/button-active-c768aceb.js +4 -0
  290. package/dist/esm-es5/capacitor-0897b83c.js +4 -0
  291. package/dist/esm-es5/{index-723c0e5d.js → config-0b6b1b3d.js} +2 -2
  292. package/dist/esm-es5/{data-fde041b0.js → data-d9b1fbdb.js} +1 -1
  293. package/dist/esm-es5/focus-visible-501aff19.js +4 -0
  294. package/dist/esm-es5/framework-delegate-56698eb0.js +4 -0
  295. package/dist/esm-es5/{haptic-ac164e4c.js → haptic-d9a770b8.js} +1 -1
  296. package/dist/esm-es5/helpers-d57f52c8.js +4 -0
  297. package/dist/esm-es5/index-7f65e865.js +4 -0
  298. package/dist/esm-es5/index-82405a4a.js +4 -0
  299. package/dist/esm-es5/index-edf94b3b.js +4 -0
  300. package/dist/esm-es5/{index-56cab0d6.js → index-f8ad386a.js} +1 -1
  301. package/dist/esm-es5/index.js +1 -1
  302. package/dist/esm-es5/input-shims-0f3cc1c3.js +4 -0
  303. package/dist/esm-es5/input.utils-ef4d8197.js +4 -0
  304. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  305. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  306. package/dist/esm-es5/ion-alert.entry.js +1 -1
  307. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  308. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  309. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  310. package/dist/esm-es5/ion-backdrop.entry.js +1 -1
  311. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  312. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  313. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  314. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  315. package/dist/esm-es5/ion-chip.entry.js +1 -1
  316. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  317. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  318. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  319. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  320. package/dist/esm-es5/ion-img.entry.js +1 -1
  321. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  322. package/dist/esm-es5/ion-input-password-toggle.entry.js +1 -1
  323. package/dist/esm-es5/ion-input.entry.js +1 -1
  324. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  325. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  326. package/dist/esm-es5/ion-loading.entry.js +1 -1
  327. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  328. package/dist/esm-es5/ion-modal.entry.js +1 -1
  329. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  330. package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
  331. package/dist/esm-es5/ion-picker-column.entry.js +1 -1
  332. package/dist/esm-es5/ion-picker.entry.js +1 -1
  333. package/dist/esm-es5/ion-popover.entry.js +1 -1
  334. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  335. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  336. package/dist/esm-es5/ion-range.entry.js +1 -1
  337. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  338. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  339. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  340. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  341. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  342. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  343. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  344. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  345. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  346. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  347. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  348. package/dist/esm-es5/ion-text.entry.js +1 -1
  349. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  350. package/dist/esm-es5/ion-toast.entry.js +1 -1
  351. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  352. package/dist/esm-es5/ionic-global-d7017fd9.js +4 -0
  353. package/dist/esm-es5/ionic.js +1 -1
  354. package/dist/esm-es5/ios.transition-4b9fe79e.js +4 -0
  355. package/dist/esm-es5/keyboard-584d2e6f.js +4 -0
  356. package/dist/esm-es5/{keyboard-73175e24.js → keyboard-ad38b8fc.js} +1 -1
  357. package/dist/esm-es5/keyboard-controller-9c9c2301.js +4 -0
  358. package/dist/esm-es5/loader.js +1 -1
  359. package/dist/esm-es5/md.transition-a71dc418.js +4 -0
  360. package/dist/esm-es5/notch-controller-4d9a7b28.js +4 -0
  361. package/dist/esm-es5/overlays-9da9aef5.js +4 -0
  362. package/dist/esm-es5/status-tap-82f51b25.js +4 -0
  363. package/dist/esm-es5/swipe-back-c5709ce5.js +4 -0
  364. package/dist/html.html-data.json +102 -102
  365. package/dist/ionic/index.esm.js +1 -1
  366. package/dist/ionic/ionic.esm.js +1 -1
  367. package/dist/ionic/ionic.js +1 -1
  368. package/dist/ionic/p-027d729e.entry.js +4 -0
  369. package/dist/ionic/p-036e1c5b.entry.js +4 -0
  370. package/dist/ionic/{p-8285d686.system.entry.js → p-0695a0af.system.entry.js} +1 -1
  371. package/dist/ionic/p-08df90cf.system.js +4 -0
  372. package/dist/ionic/p-08f1ef0c.entry.js +4 -0
  373. package/dist/ionic/{p-eef611dc.system.entry.js → p-093de343.system.entry.js} +1 -1
  374. package/dist/ionic/{p-d3fd2c98.entry.js → p-0a701833.entry.js} +1 -1
  375. package/dist/ionic/{p-0b120b1d.js → p-0a820472.js} +1 -1
  376. package/dist/ionic/p-0ade0499.system.entry.js +4 -0
  377. package/dist/ionic/p-1037b7dd.js +4 -0
  378. package/dist/ionic/{p-26313905.system.entry.js → p-11915ee9.system.entry.js} +1 -1
  379. package/dist/ionic/p-12e3e308.entry.js +4 -0
  380. package/dist/ionic/p-14719a77.entry.js +4 -0
  381. package/dist/ionic/p-15d51b10.js +4 -0
  382. package/dist/ionic/p-221e5078.system.js +4 -0
  383. package/dist/ionic/p-25e2c98f.system.js +4 -0
  384. package/dist/ionic/p-26f7c080.system.js +4 -0
  385. package/dist/ionic/p-28d04212.system.js +4 -0
  386. package/dist/ionic/{p-cde755fc.system.entry.js → p-291dc0b3.system.entry.js} +1 -1
  387. package/dist/ionic/p-29d6d1fc.system.entry.js +4 -0
  388. package/dist/ionic/p-2a559ac6.js +4 -0
  389. package/dist/ionic/p-2a79e451.entry.js +4 -0
  390. package/dist/ionic/p-2b428cf6.entry.js +4 -0
  391. package/dist/ionic/{p-d878447e.entry.js → p-2c368e32.entry.js} +1 -1
  392. package/dist/ionic/{p-a4519424.system.js → p-2c5d7d84.system.js} +1 -1
  393. package/dist/ionic/p-2d621d56.system.entry.js +4 -0
  394. package/dist/ionic/{p-6b6ee9ca.system.entry.js → p-2da8c20c.system.entry.js} +1 -1
  395. package/dist/ionic/p-334c09da.entry.js +4 -0
  396. package/dist/ionic/p-33a1d951.system.entry.js +4 -0
  397. package/dist/ionic/p-36bdcfc4.js +4 -0
  398. package/dist/ionic/p-388ac217.js +4 -0
  399. package/dist/ionic/{p-727aa804.system.entry.js → p-39c02066.system.entry.js} +1 -1
  400. package/dist/ionic/{p-c4ae4d32.system.js → p-3a11234f.system.js} +1 -1
  401. package/dist/ionic/{p-4ccbf702.system.js → p-3bfe43bc.system.js} +1 -1
  402. package/dist/ionic/p-3c24f9f2.entry.js +4 -0
  403. package/dist/ionic/p-3ca5196c.js +4 -0
  404. package/dist/ionic/{p-35b66bbc.system.entry.js → p-3d9cad0b.system.entry.js} +1 -1
  405. package/dist/ionic/{p-5a583b1a.entry.js → p-413a936c.entry.js} +1 -1
  406. package/dist/ionic/p-419fac38.entry.js +4 -0
  407. package/dist/ionic/p-434c7348.system.entry.js +4 -0
  408. package/dist/ionic/p-45e150eb.js +4 -0
  409. package/dist/ionic/p-46787abb.system.js +4 -0
  410. package/dist/ionic/p-46cc2492.system.js +4 -0
  411. package/dist/ionic/{p-77c3fe69.entry.js → p-49a3fc76.entry.js} +1 -1
  412. package/dist/ionic/{p-e5333f3f.entry.js → p-49d80815.entry.js} +1 -1
  413. package/dist/ionic/{p-854b1e11.system.entry.js → p-4a9b61ed.system.entry.js} +1 -1
  414. package/dist/ionic/{p-b6d72f12.entry.js → p-4b153a9f.entry.js} +1 -1
  415. package/dist/ionic/p-4c251d59.entry.js +4 -0
  416. package/dist/ionic/{p-10dacd80.entry.js → p-4d000ec5.entry.js} +1 -1
  417. package/dist/ionic/p-4e202665.js +4 -0
  418. package/dist/ionic/{p-27281edd.js → p-4ed7dfdb.js} +1 -1
  419. package/dist/ionic/p-4feea938.entry.js +4 -0
  420. package/dist/ionic/p-501ae197.system.entry.js +4 -0
  421. package/dist/ionic/p-50feac01.system.entry.js +4 -0
  422. package/dist/ionic/p-521ef3a2.entry.js +4 -0
  423. package/dist/ionic/p-5430a9da.system.entry.js +4 -0
  424. package/dist/ionic/{p-4de02483.entry.js → p-5468bfbf.entry.js} +1 -1
  425. package/dist/ionic/p-5655419d.system.entry.js +4 -0
  426. package/dist/ionic/p-5ce35a03.js +4 -0
  427. package/dist/ionic/{p-19ea7bff.system.js → p-61a51379.system.js} +1 -1
  428. package/dist/ionic/p-643e2eb8.js +4 -0
  429. package/dist/ionic/{p-12299223.system.entry.js → p-64a3567c.system.entry.js} +1 -1
  430. package/dist/ionic/p-660f3b98.entry.js +4 -0
  431. package/dist/ionic/{p-d05aabdf.system.entry.js → p-68f3fa48.system.entry.js} +2 -2
  432. package/dist/ionic/{p-bd7fb7b4.js → p-69e54172.js} +1 -1
  433. package/dist/ionic/p-6ad6d594.js +4 -0
  434. package/dist/ionic/p-6d240f1a.entry.js +4 -0
  435. package/dist/ionic/{p-82028c01.system.entry.js → p-6d9e1887.system.entry.js} +1 -1
  436. package/dist/ionic/{p-f3cfb48a.entry.js → p-6ecebfc6.entry.js} +1 -1
  437. package/dist/ionic/{p-c32229bb.system.entry.js → p-6f8c2e62.system.entry.js} +1 -1
  438. package/dist/ionic/p-70c6cd75.system.js +4 -0
  439. package/dist/ionic/{p-5cc80c49.system.js → p-71e8ffdd.system.js} +1 -1
  440. package/dist/ionic/{p-6c555957.system.entry.js → p-726b9197.system.entry.js} +1 -1
  441. package/dist/ionic/{p-ce5c2902.system.js → p-73e32456.system.js} +1 -1
  442. package/dist/ionic/{p-9146695e.system.js → p-747e9c9a.system.js} +1 -1
  443. package/dist/ionic/p-7cdc6bce.entry.js +4 -0
  444. package/dist/ionic/p-7ebc381e.entry.js +4 -0
  445. package/dist/ionic/{p-e34e037d.system.entry.js → p-80342c88.system.entry.js} +1 -1
  446. package/dist/ionic/p-8421aedf.js +4 -0
  447. package/dist/ionic/{p-927b5898.entry.js → p-846dd10a.entry.js} +1 -1
  448. package/dist/ionic/p-90089868.system.entry.js +4 -0
  449. package/dist/ionic/{p-19c89aeb.system.entry.js → p-9152f6a3.system.entry.js} +1 -1
  450. package/dist/ionic/{p-48cd1ced.entry.js → p-92b48263.entry.js} +1 -1
  451. package/dist/ionic/p-931dc464.entry.js +4 -0
  452. package/dist/ionic/p-95e22fa9.entry.js +4 -0
  453. package/dist/ionic/{p-e259208f.entry.js → p-9a9eb866.entry.js} +1 -1
  454. package/dist/ionic/p-9c526519.entry.js +4 -0
  455. package/dist/ionic/p-9e4ede77.system.entry.js +4 -0
  456. package/dist/ionic/p-9e8e25e4.system.js +4 -0
  457. package/dist/ionic/p-9e9bff83.system.js +4 -0
  458. package/dist/ionic/p-9f51595b.entry.js +4 -0
  459. package/dist/ionic/{p-3efc5d47.system.entry.js → p-a65fe34d.system.entry.js} +1 -1
  460. package/dist/ionic/p-a6aaef61.system.entry.js +4 -0
  461. package/dist/ionic/p-a856dbc6.entry.js +4 -0
  462. package/dist/ionic/{p-83948e48.js → p-a9fd9d48.js} +2 -2
  463. package/dist/ionic/p-aacc6ddd.system.js +5 -0
  464. package/dist/ionic/{p-bcfa9bb5.system.entry.js → p-ab6e0f02.system.entry.js} +1 -1
  465. package/dist/ionic/{p-bef12497.entry.js → p-ac64cba5.entry.js} +1 -1
  466. package/dist/ionic/p-adaa7af1.entry.js +4 -0
  467. package/dist/ionic/p-adec897a.system.entry.js +4 -0
  468. package/dist/ionic/p-b0e10591.entry.js +4 -0
  469. package/dist/ionic/{p-46f790b3.entry.js → p-b14c601a.entry.js} +1 -1
  470. package/dist/ionic/p-b19a9aa9.system.js +4 -0
  471. package/dist/ionic/p-b297c7b5.system.js +4 -0
  472. package/dist/ionic/{p-d6eda1bb.system.entry.js → p-b6fc8ee2.system.entry.js} +1 -1
  473. package/dist/ionic/{p-89b61afc.js → p-b9b36d56.js} +1 -1
  474. package/dist/ionic/p-ba3ddec4.js +4 -0
  475. package/dist/ionic/{p-9c8e5275.system.entry.js → p-bd50f24e.system.entry.js} +1 -1
  476. package/dist/ionic/{p-db63907a.system.entry.js → p-c2a4c5c5.system.entry.js} +1 -1
  477. package/dist/ionic/p-c6191942.js +4 -0
  478. package/dist/ionic/p-c6e47379.entry.js +4 -0
  479. package/dist/ionic/p-c7e967c0.system.entry.js +4 -0
  480. package/dist/ionic/p-c8097757.system.entry.js +4 -0
  481. package/dist/ionic/p-c8a54d29.system.entry.js +4 -0
  482. package/dist/ionic/{p-b06ac4a5.system.js → p-c9ef0ca7.system.js} +1 -1
  483. package/dist/ionic/p-cb131dda.system.entry.js +4 -0
  484. package/dist/ionic/{p-ca3bf740.system.entry.js → p-cb8800fe.system.entry.js} +1 -1
  485. package/dist/ionic/p-cf2f1ede.entry.js +4 -0
  486. package/dist/ionic/p-d0259f44.system.js +4 -0
  487. package/dist/ionic/{p-bf673222.system.entry.js → p-d085c881.system.entry.js} +1 -1
  488. package/dist/ionic/p-d0953ec9.system.entry.js +4 -0
  489. package/dist/ionic/{p-cb3dc48f.entry.js → p-d0b7fe70.entry.js} +1 -1
  490. package/dist/ionic/p-d10313a6.system.js +4 -0
  491. package/dist/ionic/{p-c7e16491.js → p-d1e991c3.js} +1 -1
  492. package/dist/ionic/p-d2a55f0a.system.entry.js +4 -0
  493. package/dist/ionic/p-d2ef848a.entry.js +4 -0
  494. package/dist/ionic/{p-f4ad1cf6.system.entry.js → p-d346c889.system.entry.js} +1 -1
  495. package/dist/ionic/{p-f7712c17.system.js → p-d8339079.system.js} +1 -1
  496. package/dist/ionic/{p-1fd1d157.system.js → p-d9e1c48c.system.js} +1 -1
  497. package/dist/ionic/{p-44c281df.entry.js → p-da968066.entry.js} +1 -1
  498. package/dist/ionic/p-db8aeb40.system.js +4 -0
  499. package/dist/ionic/{p-5771eacd.js → p-dbfc5db6.js} +1 -1
  500. package/dist/ionic/p-dd50ef12.js +4 -0
  501. package/dist/ionic/p-e270862e.js +4 -0
  502. package/dist/ionic/{p-dfd995cc.system.entry.js → p-e5239905.system.entry.js} +1 -1
  503. package/dist/ionic/{p-8985cdb6.system.js → p-e61e3bb4.system.js} +1 -1
  504. package/dist/ionic/p-e7546060.entry.js +4 -0
  505. package/dist/ionic/p-e9f8aa95.entry.js +4 -0
  506. package/dist/ionic/p-eb376af4.entry.js +4 -0
  507. package/dist/ionic/{p-dde3a646.entry.js → p-eeb60a8f.entry.js} +1 -1
  508. package/dist/ionic/p-f065578f.js +4 -0
  509. package/dist/ionic/{p-614d974e.system.entry.js → p-f41914c0.system.entry.js} +1 -1
  510. package/dist/ionic/p-f4ae533b.js +4 -0
  511. package/dist/ionic/p-f61ce679.js +4 -0
  512. package/dist/ionic/p-f63f81aa.system.entry.js +4 -0
  513. package/dist/ionic/{p-7986665a.system.entry.js → p-f670192b.system.entry.js} +1 -1
  514. package/dist/ionic/{p-a93873de.system.js → p-f8e329da.system.js} +1 -1
  515. package/dist/ionic/{p-6ca5f4da.system.entry.js → p-fac985b6.system.entry.js} +1 -1
  516. package/dist/ionic/{p-e61c9280.entry.js → p-fbcb3139.entry.js} +1 -1
  517. package/dist/ionic/{p-0328213e.system.entry.js → p-fbcf9790.system.entry.js} +1 -1
  518. package/dist/types/components/accordion/accordion.d.ts +1 -1
  519. package/dist/types/components/app/app.d.ts +0 -2
  520. package/dist/types/global/ionic-global.d.ts +2 -0
  521. package/dist/types/utils/config.d.ts +7 -0
  522. package/dist/types/utils/focus-visible.d.ts +1 -0
  523. package/hydrate/index.js +207 -201
  524. package/hydrate/index.mjs +207 -201
  525. package/package.json +1 -1
  526. package/components/hardware-back-button.js +0 -115
  527. package/dist/cjs/hardware-back-button-d37054f2.js +0 -122
  528. package/dist/cjs/index-c8d52405.js +0 -10
  529. package/dist/esm/hardware-back-button-2bb5194f.js +0 -116
  530. package/dist/esm/index-79b30591.js +0 -167
  531. package/dist/esm/index-a5d50daf.js +0 -7
  532. package/dist/esm-es5/animation-eab5a4ca.js +0 -4
  533. package/dist/esm-es5/app-globals-c45950ba.js +0 -4
  534. package/dist/esm-es5/button-active-873732e5.js +0 -4
  535. package/dist/esm-es5/capacitor-59395cbd.js +0 -4
  536. package/dist/esm-es5/focus-visible-dd40d69f.js +0 -4
  537. package/dist/esm-es5/framework-delegate-63d1a679.js +0 -4
  538. package/dist/esm-es5/hardware-back-button-2bb5194f.js +0 -4
  539. package/dist/esm-es5/helpers-da915de8.js +0 -4
  540. package/dist/esm-es5/index-29be96b3.js +0 -4
  541. package/dist/esm-es5/index-2d8b49ae.js +0 -4
  542. package/dist/esm-es5/index-79b30591.js +0 -4
  543. package/dist/esm-es5/index-a5d50daf.js +0 -4
  544. package/dist/esm-es5/input-shims-59f93016.js +0 -4
  545. package/dist/esm-es5/input.utils-8755322f.js +0 -4
  546. package/dist/esm-es5/ionic-global-a8cbb8b0.js +0 -4
  547. package/dist/esm-es5/ios.transition-4706aa28.js +0 -4
  548. package/dist/esm-es5/keyboard-52278bd7.js +0 -4
  549. package/dist/esm-es5/keyboard-controller-ec5c2bfa.js +0 -4
  550. package/dist/esm-es5/md.transition-20ad6960.js +0 -4
  551. package/dist/esm-es5/notch-controller-55b09e11.js +0 -4
  552. package/dist/esm-es5/overlays-40e86f77.js +0 -4
  553. package/dist/esm-es5/status-tap-0433b6a6.js +0 -4
  554. package/dist/esm-es5/swipe-back-e5394307.js +0 -4
  555. package/dist/ionic/p-00093fc0.entry.js +0 -4
  556. package/dist/ionic/p-0bfbe380.js +0 -4
  557. package/dist/ionic/p-0c9a7872.system.entry.js +0 -4
  558. package/dist/ionic/p-0cd67533.js +0 -4
  559. package/dist/ionic/p-0d86eb56.system.entry.js +0 -4
  560. package/dist/ionic/p-0d945ebd.entry.js +0 -4
  561. package/dist/ionic/p-0fa218e9.system.js +0 -5
  562. package/dist/ionic/p-0fd7a8cb.system.entry.js +0 -4
  563. package/dist/ionic/p-175821bc.entry.js +0 -4
  564. package/dist/ionic/p-1dfc11b3.system.js +0 -4
  565. package/dist/ionic/p-1e4371bd.js +0 -4
  566. package/dist/ionic/p-1f6507e4.entry.js +0 -4
  567. package/dist/ionic/p-1f7b26cc.entry.js +0 -4
  568. package/dist/ionic/p-2282c878.system.entry.js +0 -4
  569. package/dist/ionic/p-27bb59a9.system.entry.js +0 -4
  570. package/dist/ionic/p-28be0cf9.js +0 -4
  571. package/dist/ionic/p-2a844e7c.entry.js +0 -4
  572. package/dist/ionic/p-2b7827c7.js +0 -4
  573. package/dist/ionic/p-2b98e44b.system.entry.js +0 -4
  574. package/dist/ionic/p-2fd3e890.system.entry.js +0 -4
  575. package/dist/ionic/p-30c8168f.system.entry.js +0 -4
  576. package/dist/ionic/p-3281aaeb.entry.js +0 -4
  577. package/dist/ionic/p-32f4a0b9.entry.js +0 -4
  578. package/dist/ionic/p-34b11c24.js +0 -4
  579. package/dist/ionic/p-36db29d9.system.js +0 -4
  580. package/dist/ionic/p-3ad285e3.system.js +0 -4
  581. package/dist/ionic/p-3c1b93db.system.entry.js +0 -4
  582. package/dist/ionic/p-3cc276f4.js +0 -4
  583. package/dist/ionic/p-3dfa54e6.js +0 -4
  584. package/dist/ionic/p-432e6521.system.entry.js +0 -4
  585. package/dist/ionic/p-4c2d5b80.system.js +0 -4
  586. package/dist/ionic/p-4c38fcdd.system.js +0 -4
  587. package/dist/ionic/p-4e6c9480.system.entry.js +0 -4
  588. package/dist/ionic/p-4e7c68a5.entry.js +0 -4
  589. package/dist/ionic/p-5c766439.entry.js +0 -4
  590. package/dist/ionic/p-5c8fa89d.system.js +0 -4
  591. package/dist/ionic/p-614c3822.system.js +0 -4
  592. package/dist/ionic/p-62836b01.js +0 -4
  593. package/dist/ionic/p-63fe75bc.js +0 -4
  594. package/dist/ionic/p-664480c8.system.entry.js +0 -4
  595. package/dist/ionic/p-6d7c455f.js +0 -4
  596. package/dist/ionic/p-6f418011.system.entry.js +0 -4
  597. package/dist/ionic/p-713374f2.entry.js +0 -4
  598. package/dist/ionic/p-72812e99.js +0 -4
  599. package/dist/ionic/p-72bc8a1c.js +0 -4
  600. package/dist/ionic/p-737d64f9.entry.js +0 -4
  601. package/dist/ionic/p-792919fd.system.js +0 -4
  602. package/dist/ionic/p-7b30edcc.js +0 -4
  603. package/dist/ionic/p-7b341352.js +0 -4
  604. package/dist/ionic/p-7c9d5354.entry.js +0 -4
  605. package/dist/ionic/p-7ccf7f29.entry.js +0 -4
  606. package/dist/ionic/p-7dfa7ebc.entry.js +0 -4
  607. package/dist/ionic/p-80ff4e55.entry.js +0 -4
  608. package/dist/ionic/p-82d80c8f.entry.js +0 -4
  609. package/dist/ionic/p-83e4478f.entry.js +0 -4
  610. package/dist/ionic/p-8635f5e6.system.js +0 -4
  611. package/dist/ionic/p-87365857.system.entry.js +0 -4
  612. package/dist/ionic/p-87a81a63.system.entry.js +0 -4
  613. package/dist/ionic/p-916f6c1d.entry.js +0 -4
  614. package/dist/ionic/p-93cf45ec.system.entry.js +0 -4
  615. package/dist/ionic/p-9493acfe.entry.js +0 -4
  616. package/dist/ionic/p-9805b25a.system.entry.js +0 -4
  617. package/dist/ionic/p-a15ddedb.system.js +0 -4
  618. package/dist/ionic/p-a1b80dd6.system.js +0 -4
  619. package/dist/ionic/p-a8a04757.system.entry.js +0 -4
  620. package/dist/ionic/p-abe101da.system.js +0 -4
  621. package/dist/ionic/p-b24c259e.entry.js +0 -4
  622. package/dist/ionic/p-b33b643b.entry.js +0 -4
  623. package/dist/ionic/p-b51e4004.js +0 -4
  624. package/dist/ionic/p-ba45ad7d.entry.js +0 -4
  625. package/dist/ionic/p-bc8e48de.entry.js +0 -4
  626. package/dist/ionic/p-bcf5573f.entry.js +0 -4
  627. package/dist/ionic/p-bdd4e026.entry.js +0 -4
  628. package/dist/ionic/p-c468af8a.system.js +0 -4
  629. package/dist/ionic/p-c61cc894.js +0 -4
  630. package/dist/ionic/p-c628bdcb.system.js +0 -4
  631. package/dist/ionic/p-c6f1b434.js +0 -4
  632. package/dist/ionic/p-cd40baea.entry.js +0 -4
  633. package/dist/ionic/p-d47265c8.js +0 -4
  634. package/dist/ionic/p-d53e0b4b.entry.js +0 -4
  635. package/dist/ionic/p-d79ed7b3.system.js +0 -4
  636. package/dist/ionic/p-dbb02a23.system.entry.js +0 -4
  637. package/dist/ionic/p-dd79c031.js +0 -4
  638. package/dist/ionic/p-e050dad9.system.js +0 -4
  639. package/dist/ionic/p-e2bd011e.js +0 -4
  640. package/dist/ionic/p-ea16a842.entry.js +0 -4
  641. package/dist/ionic/p-eafeb1ff.system.js +0 -4
  642. package/dist/ionic/p-ed419a44.entry.js +0 -4
  643. package/dist/ionic/p-f9782d44.system.entry.js +0 -4
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, e as createEvent, w as writeTask, h, i as Host, g as getElement, j as forceUpdate } from './index-723c0e5d.js';
5
- import { r as raf, a as addEventListener, b as removeEventListener, h as inheritAttributes } from './helpers-da915de8.js';
4
+ import { r as registerInstance, j as createEvent, w as writeTask, l as h, m as Host, g as getElement, n as forceUpdate } from './config-0b6b1b3d.js';
5
+ import { r as raf, a as addEventListener, b as removeEventListener, h as inheritAttributes } from './helpers-d57f52c8.js';
6
6
  import { i as isRTL } from './dir-babeabeb.js';
7
7
  import { c as createColorClasses, h as hostContext } from './theme-01f3f29c.js';
8
- import { d as getIonTheme } from './ionic-global-a8cbb8b0.js';
8
+ import { c as getIonTheme } from './ionic-global-d7017fd9.js';
9
9
 
10
10
  const segmentIonicCss = ":host{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:grid;grid-auto-columns:1fr;position:relative;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:center;justify-content:center;width:100%;background:var(--background);text-align:center;contain:paint;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:host(.segment-scrollable){-ms-flex-pack:start;justify-content:start;width:auto;overflow-x:auto;grid-auto-columns:minmax(-webkit-min-content, 1fr);grid-auto-columns:minmax(min-content, 1fr)}:host(.segment-scrollable::-webkit-scrollbar){display:none}:host{--background:var(--ionic-color-base-white, #ffffff)}";
11
11
  const IonSegmentIonicStyle0 = segmentIonicCss;
@@ -1,20 +1,18 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, e as createEvent, h, i as Host, g as getElement, j as forceUpdate } from './index-723c0e5d.js';
4
+ import { r as registerInstance, j as createEvent, l as h, c as config, m as Host, g as getElement, n as forceUpdate } from './config-0b6b1b3d.js';
5
5
  import { c as caretDownSvg } from './caret-down-3eaad1cc.js';
6
- import { c as createNotchController } from './notch-controller-55b09e11.js';
6
+ import { c as createNotchController } from './notch-controller-4d9a7b28.js';
7
7
  import { i as isOptionSelected, c as compareOptions } from './compare-with-utils-a96ff2ea.js';
8
- import { h as inheritAttributes, f as focusVisibleElement, d as renderHiddenInput } from './helpers-da915de8.js';
9
- import { c as popoverController, b as actionSheetController, a as alertController, s as safeCall } from './overlays-40e86f77.js';
8
+ import { h as inheritAttributes, f as focusVisibleElement, d as renderHiddenInput } from './helpers-d57f52c8.js';
9
+ import { c as popoverController, b as actionSheetController, a as alertController, s as safeCall } from './overlays-9da9aef5.js';
10
10
  import { i as isRTL } from './dir-babeabeb.js';
11
11
  import { h as hostContext, c as createColorClasses, g as getClassMap } from './theme-01f3f29c.js';
12
12
  import { w as watchForOptions } from './watch-options-c2911ace.js';
13
13
  import { w as chevronExpand, p as caretDownSharp } from './index-d997525d.js';
14
- import { d as getIonTheme, c as config } from './ionic-global-a8cbb8b0.js';
15
- import './index-a5d50daf.js';
16
- import './hardware-back-button-2bb5194f.js';
17
- import './framework-delegate-63d1a679.js';
14
+ import { c as getIonTheme } from './ionic-global-d7017fd9.js';
15
+ import './framework-delegate-56698eb0.js';
18
16
  import './gesture-controller-314a54f6.js';
19
17
 
20
18
  const ionicSelectMdCss = ":host{--padding-top:0px;--padding-end:0px;--padding-bottom:0px;--padding-start:0px;--placeholder-color:currentColor;--placeholder-opacity:var(--ion-placeholder-opacity, 0.6);--background:transparent;--border-style:solid;--highlight-color-focused:var(--ion-color-primary, #0054e9);--highlight-color-valid:var(--ion-color-success, #2dd55b);--highlight-color-invalid:var(--ion-color-danger, #c5000f);--highlight-color:var(--highlight-color-focused);display:block;position:relative;width:100%;min-height:44px;font-family:var(--ion-font-family, inherit);white-space:nowrap;cursor:pointer;z-index:2}:host(.select-label-placement-floating),:host(.select-label-placement-stacked){min-height:56px}:host(.ion-color){--highlight-color-focused:var(--ion-color-base)}:host(.in-item){-ms-flex:1 1 0px;flex:1 1 0}:host(.select-disabled){pointer-events:none}:host(.ion-focused) button{border:2px solid #5e9ed6}:host([slot=start]),:host([slot=end]){-ms-flex:initial;flex:initial;width:auto}.select-placeholder{color:var(--placeholder-color);opacity:var(--placeholder-opacity)}button{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;outline:0;opacity:0;overflow:hidden;clip:rect(0 0 0 0);-webkit-appearance:none;-moz-appearance:none}.select-icon{-webkit-margin-start:4px;margin-inline-start:4px;-webkit-margin-end:0;margin-inline-end:0;margin-top:0;margin-bottom:0;position:relative;-ms-flex-negative:0;flex-shrink:0}:host(.in-item-color) .select-icon{color:inherit}:host(.select-label-placement-stacked) .select-icon,:host(.select-label-placement-floating) .select-icon{position:absolute;height:100%}:host(.select-ltr.select-label-placement-stacked) .select-icon,:host(.select-ltr.select-label-placement-floating) .select-icon{right:var(--padding-end, 0)}:host(.select-rtl.select-label-placement-stacked) .select-icon,:host(.select-rtl.select-label-placement-floating) .select-icon{left:var(--padding-start, 0)}.select-text{-ms-flex:1;flex:1;min-width:16px;font-size:inherit;text-overflow:ellipsis;white-space:inherit;overflow:hidden}.select-wrapper{-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);border-radius:var(--border-radius);display:-ms-flexbox;display:flex;position:relative;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:inherit;min-height:inherit;-webkit-transition:background-color 15ms linear;transition:background-color 15ms linear;background:var(--background);line-height:normal;cursor:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}.select-wrapper .select-placeholder{-webkit-transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)}.select-wrapper-inner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;overflow:hidden}:host(.select-label-placement-stacked) .select-wrapper-inner,:host(.select-label-placement-floating) .select-wrapper-inner{-ms-flex-positive:1;flex-grow:1}:host(.ion-touched.ion-invalid){--highlight-color:var(--highlight-color-invalid)}:host(.ion-valid){--highlight-color:var(--highlight-color-valid)}.label-text-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;max-width:200px;-webkit-transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none}.label-text,::slotted([slot=label]){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.label-text-wrapper-hidden,.select-outline-notch-hidden{display:none}.native-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-webkit-transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);overflow:hidden}:host(.select-justify-space-between) .select-wrapper{-ms-flex-pack:justify;justify-content:space-between}:host(.select-justify-start) .select-wrapper{-ms-flex-pack:start;justify-content:start}:host(.select-justify-end) .select-wrapper{-ms-flex-pack:end;justify-content:end}:host(.select-label-placement-start) .select-wrapper{-ms-flex-direction:row;flex-direction:row}:host(.select-label-placement-start) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}:host(.select-label-placement-end) .select-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse}:host(.select-label-placement-end) .label-text-wrapper{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0;margin-top:0;margin-bottom:0}:host(.select-label-placement-fixed) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}:host(.select-label-placement-fixed) .label-text-wrapper{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}:host(.select-label-placement-stacked) .select-wrapper,:host(.select-label-placement-floating) .select-wrapper{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:start}:host(.select-label-placement-stacked) .label-text-wrapper,:host(.select-label-placement-floating) .label-text-wrapper{max-width:100%}:host(.select-ltr.select-label-placement-stacked) .label-text-wrapper,:host(.select-ltr.select-label-placement-floating) .label-text-wrapper{-webkit-transform-origin:left top;transform-origin:left top}:host(.select-rtl.select-label-placement-stacked) .label-text-wrapper,:host(.select-rtl.select-label-placement-floating) .label-text-wrapper{-webkit-transform-origin:right top;transform-origin:right top}:host(.select-label-placement-stacked) .native-wrapper,:host(.select-label-placement-floating) .native-wrapper{margin-left:0;margin-right:0;margin-top:1px;margin-bottom:0;-ms-flex-positive:1;flex-grow:1;width:100%}:host(.select-label-placement-floating) .label-text-wrapper{-webkit-transform:translateY(100%) scale(1);transform:translateY(100%) scale(1)}:host(.select-label-placement-floating:not(.label-floating)) .native-wrapper .select-placeholder{opacity:0}:host(.select-expanded.select-label-placement-floating) .native-wrapper .select-placeholder,:host(.ion-focused.select-label-placement-floating) .native-wrapper .select-placeholder,:host(.has-value.select-label-placement-floating) .native-wrapper .select-placeholder{opacity:1}:host(.label-floating) .label-text-wrapper{-webkit-transform:translateY(50%) scale(0.75);transform:translateY(50%) scale(0.75);max-width:calc(100% / 0.75)}::slotted([slot=start]),::slotted([slot=end]){-ms-flex-negative:0;flex-shrink:0}::slotted([slot=start]:last-of-type){-webkit-margin-end:16px;margin-inline-end:16px;-webkit-margin-start:0;margin-inline-start:0}::slotted([slot=end]:first-of-type){-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0}:host(.select-fill-solid){--background:var(--ion-color-step-50, var(--ion-background-color-step-50, #f2f2f2));--border-color:var(--ion-color-step-500, var(--ion-background-color-step-500, gray));--border-radius:4px;--padding-start:16px;--padding-end:16px;min-height:56px}:host(.select-fill-solid) .select-wrapper{border-bottom:var(--border-width) var(--border-style) var(--border-color)}:host(.has-focus.select-fill-solid.ion-valid),:host(.select-fill-solid.ion-touched.ion-invalid){--border-color:var(--highlight-color)}:host(.select-fill-solid) .select-bottom{border-top:none}@media (any-hover: hover){:host(.select-fill-solid:hover){--background:var(--ion-color-step-100, var(--ion-background-color-step-100, #e6e6e6));--border-color:var(--ion-color-step-750, var(--ion-background-color-step-750, #404040))}}:host(.select-fill-solid.select-expanded),:host(.select-fill-solid.ion-focused){--background:var(--ion-color-step-150, var(--ion-background-color-step-150, #d9d9d9));--border-color:var(--ion-color-step-750, var(--ion-background-color-step-750, #404040))}:host(.select-fill-solid) .select-wrapper{border-start-start-radius:var(--border-radius);border-start-end-radius:var(--border-radius);border-end-end-radius:0px;border-end-start-radius:0px}:host(.label-floating.select-fill-solid) .label-text-wrapper{max-width:calc(100% / 0.75)}:host(.select-fill-outline){--border-color:var(--ion-color-step-300, var(--ion-background-color-step-300, #b3b3b3));--border-radius:4px;--padding-start:16px;--padding-end:16px;min-height:56px}:host(.select-fill-outline.select-shape-round){--border-radius:28px;--padding-start:32px;--padding-end:32px}:host(.has-focus.select-fill-outline.ion-valid),:host(.select-fill-outline.ion-touched.ion-invalid){--border-color:var(--highlight-color)}@media (any-hover: hover){:host(.select-fill-outline:hover){--border-color:var(--ion-color-step-750, var(--ion-background-color-step-750, #404040))}}:host(.select-fill-outline.select-expanded),:host(.select-fill-outline.ion-focused){--border-width:var(--highlight-height);--border-color:var(--highlight-color)}:host(.select-fill-outline) .select-bottom{border-top:none}:host(.select-fill-outline) .select-wrapper{border-bottom:none}:host(.select-ltr.select-fill-outline.select-label-placement-stacked) .label-text-wrapper,:host(.select-ltr.select-fill-outline.select-label-placement-floating) .label-text-wrapper{-webkit-transform-origin:left top;transform-origin:left top}:host(.select-rtl.select-fill-outline.select-label-placement-stacked) .label-text-wrapper,:host(.select-rtl.select-fill-outline.select-label-placement-floating) .label-text-wrapper{-webkit-transform-origin:right top;transform-origin:right top}:host(.select-fill-outline.select-label-placement-stacked) .label-text-wrapper,:host(.select-fill-outline.select-label-placement-floating) .label-text-wrapper{position:absolute;max-width:calc(100% - var(--padding-start) - var(--padding-end))}:host(.select-fill-outline) .label-text-wrapper{position:relative;z-index:1}:host(.label-floating.select-fill-outline) .label-text-wrapper{-webkit-transform:translateY(-32%) scale(0.75);transform:translateY(-32%) scale(0.75);margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;max-width:calc(\n (100% - var(--padding-start) - var(--padding-end) - 8px) / 0.75\n )}:host(.select-fill-outline.select-label-placement-stacked) select,:host(.select-fill-outline.select-label-placement-floating) select{margin-left:0;margin-right:0;margin-top:6px;margin-bottom:6px}:host(.select-fill-outline) .select-outline-container{right:0;left:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;width:100%;height:100%}:host(.select-fill-outline) .select-outline-start,:host(.select-fill-outline) .select-outline-end{pointer-events:none}:host(.select-fill-outline) .select-outline-start,:host(.select-fill-outline) .select-outline-notch,:host(.select-fill-outline) .select-outline-end{border-top:var(--border-width) var(--border-style) var(--border-color);border-bottom:var(--border-width) var(--border-style) var(--border-color);-webkit-box-sizing:border-box;box-sizing:border-box}:host(.select-fill-outline) .select-outline-notch{max-width:calc(100% - var(--padding-start) - var(--padding-end))}:host(.select-fill-outline) .notch-spacer{-webkit-padding-end:8px;padding-inline-end:8px;font-size:calc(1em * 0.75);opacity:0;pointer-events:none}:host(.select-fill-outline) .select-outline-start{-webkit-border-start:var(--border-width) var(--border-style) var(--border-color);border-inline-start:var(--border-width) var(--border-style) var(--border-color)}:host(.select-fill-outline) .select-outline-start{border-start-start-radius:var(--border-radius);border-start-end-radius:0px;border-end-end-radius:0px;border-end-start-radius:var(--border-radius)}:host(.select-fill-outline) .select-outline-start{width:calc(var(--padding-start) - 4px)}:host(.select-fill-outline) .select-outline-end{-webkit-border-end:var(--border-width) var(--border-style) var(--border-color);border-inline-end:var(--border-width) var(--border-style) var(--border-color)}:host(.select-fill-outline) .select-outline-end{border-start-start-radius:0px;border-start-end-radius:var(--border-radius);border-end-end-radius:var(--border-radius);border-end-start-radius:0px}:host(.select-fill-outline) .select-outline-end{-ms-flex-positive:1;flex-grow:1}:host(.label-floating.select-fill-outline) .select-outline-notch{border-top:none}:host{--border-width:1px;--border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-150, var(--ion-background-color-step-150, rgba(0, 0, 0, 0.13)))));--highlight-height:2px}.select-icon{width:0.8125rem;-webkit-transition:-webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);transition:-webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);transition:transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);transition:transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);color:var(--ion-color-step-500, var(--ion-text-color-step-500, gray))}:host(.select-label-placement-floating.select-expanded) .label-text-wrapper,:host(.select-label-placement-floating.ion-focused) .label-text-wrapper,:host(.select-label-placement-stacked.select-expanded) .label-text-wrapper,:host(.select-label-placement-stacked.ion-focused) .label-text-wrapper{color:var(--highlight-color)}:host(.has-focus.select-label-placement-floating.ion-valid) .label-text-wrapper,:host(.select-label-placement-floating.ion-touched.ion-invalid) .label-text-wrapper,:host(.has-focus.select-label-placement-stacked.ion-valid) .label-text-wrapper,:host(.select-label-placement-stacked.ion-touched.ion-invalid) .label-text-wrapper{color:var(--highlight-color)}.select-highlight{bottom:-1px;position:absolute;width:100%;height:var(--highlight-height);-webkit-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform 200ms;transition:-webkit-transform 200ms;transition:transform 200ms;transition:transform 200ms, -webkit-transform 200ms;background:var(--highlight-color)}.select-highlight{inset-inline-start:0}:host(.select-expanded) .select-highlight,:host(.ion-focused) .select-highlight{-webkit-transform:scale(1);transform:scale(1)}:host(.in-item) .select-highlight{bottom:0}:host(.in-item) .select-highlight{inset-inline-start:0}:host(.select-expanded:not(.has-expanded-icon)) .select-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}:host(.select-expanded) .select-wrapper .select-icon,:host(.has-focus.ion-valid) .select-wrapper .select-icon,:host(.ion-touched.ion-invalid) .select-wrapper .select-icon,:host(.ion-focused) .select-wrapper .select-icon{color:var(--highlight-color)}:host(.select-shape-round){--border-radius:16px}:host(.select-label-placement-stacked) .select-wrapper-inner,:host(.select-label-placement-floating) .select-wrapper-inner{width:calc(100% - 0.8125rem - 4px)}:host(.select-disabled){opacity:0.38}::slotted(ion-button[slot=start].button-has-icon-only),::slotted(ion-button[slot=end].button-has-icon-only){--border-radius:50%;--padding-start:8px;--padding-end:8px;--padding-top:8px;--padding-bottom:8px;aspect-ratio:1;min-height:40px}";
@@ -1,9 +1,9 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, h, i as Host } from './index-723c0e5d.js';
4
+ import { r as registerInstance, c as config, l as h, m as Host } from './config-0b6b1b3d.js';
5
5
  import { c as createColorClasses } from './theme-01f3f29c.js';
6
- import { c as config, b as getIonMode, d as getIonTheme } from './ionic-global-a8cbb8b0.js';
6
+ import { b as getIonMode, c as getIonTheme } from './ionic-global-d7017fd9.js';
7
7
  import { S as SPINNERS } from './spinner-configs-964f7cf3.js';
8
8
 
9
9
  const spinnerIonicCss = ":host{display:inline-block;position:relative;width:28px;height:28px;color:var(--color);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:host(.ion-color){color:var(--ion-color-base)}svg{-webkit-transform-origin:center;transform-origin:center;position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:translateZ(0);transform:translateZ(0)}:host-context([dir=rtl]) svg{-webkit-transform-origin:calc(100% - center);transform-origin:calc(100% - center)}[dir=rtl] svg{-webkit-transform-origin:calc(100% - center);transform-origin:calc(100% - center)}@supports selector(:dir(rtl)){svg:dir(rtl){-webkit-transform-origin:calc(100% - center);transform-origin:calc(100% - center)}}:host(.spinner-lines) line,:host(.spinner-lines-small) line{stroke-width:7px}:host(.spinner-lines-sharp) line,:host(.spinner-lines-sharp-small) line{stroke-width:4px}:host(.spinner-lines) line,:host(.spinner-lines-small) line,:host(.spinner-lines-sharp) line,:host(.spinner-lines-sharp-small) line{stroke-linecap:round;stroke:currentColor}:host(.spinner-lines) svg,:host(.spinner-lines-small) svg,:host(.spinner-lines-sharp) svg,:host(.spinner-lines-sharp-small) svg{-webkit-animation:spinner-fade-out 1s linear infinite;animation:spinner-fade-out 1s linear infinite}:host(.spinner-bubbles) svg{-webkit-animation:spinner-scale-out 1s linear infinite;animation:spinner-scale-out 1s linear infinite;fill:currentColor}:host(.spinner-circles) svg{-webkit-animation:spinner-fade-out 1s linear infinite;animation:spinner-fade-out 1s linear infinite;fill:currentColor}:host(.spinner-crescent) circle{fill:transparent;stroke-width:4px;stroke-dasharray:128px;stroke-dashoffset:82px;stroke:currentColor}:host(.spinner-crescent) svg{-webkit-animation:spinner-rotate 1s linear infinite;animation:spinner-rotate 1s linear infinite}:host(.spinner-dots) circle{stroke-width:0;fill:currentColor}:host(.spinner-dots) svg{-webkit-animation:spinner-dots 1s linear infinite;animation:spinner-dots 1s linear infinite}:host(.spinner-circular) svg{-webkit-animation:spinner-circular linear infinite;animation:spinner-circular linear infinite}:host(.spinner-circular) circle{-webkit-animation:spinner-circular-inner ease-in-out infinite;animation:spinner-circular-inner ease-in-out infinite;stroke:currentColor;stroke-dasharray:80px, 200px;stroke-dashoffset:0px;stroke-width:5.6;fill:none}:host(.spinner-paused),:host(.spinner-paused) svg,:host(.spinner-paused) circle{-webkit-animation-play-state:paused;animation-play-state:paused}@-webkit-keyframes spinner-fade-out{0%{opacity:1}100%{opacity:0}}@keyframes spinner-fade-out{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes spinner-scale-out{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}100%{-webkit-transform:scale(0, 0);transform:scale(0, 0)}}@keyframes spinner-scale-out{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}100%{-webkit-transform:scale(0, 0);transform:scale(0, 0)}}@-webkit-keyframes spinner-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spinner-dots{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1);opacity:0.9}50%{-webkit-transform:scale(0.4, 0.4);transform:scale(0.4, 0.4);opacity:0.3}100%{-webkit-transform:scale(1, 1);transform:scale(1, 1);opacity:0.9}}@keyframes spinner-dots{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1);opacity:0.9}50%{-webkit-transform:scale(0.4, 0.4);transform:scale(0.4, 0.4);opacity:0.3}100%{-webkit-transform:scale(1, 1);transform:scale(1, 1);opacity:0.9}}@-webkit-keyframes spinner-circular{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-circular{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spinner-circular-inner{0%{stroke-dasharray:1px, 200px;stroke-dashoffset:0px}50%{stroke-dasharray:100px, 200px;stroke-dashoffset:-15px}100%{stroke-dasharray:100px, 200px;stroke-dashoffset:-125px}}@keyframes spinner-circular-inner{0%{stroke-dasharray:1px, 200px;stroke-dashoffset:0px}50%{stroke-dasharray:100px, 200px;stroke-dashoffset:-15px}100%{stroke-dasharray:100px, 200px;stroke-dashoffset:-125px}}:host{--color:var(--ionic-color-neutral-800, #626262)}:host(.spinner-xsmall){width:var(--ionic-scale-600, 24px);height:var(--ionic-scale-600, 24px)}:host(.spinner-small){width:var(--ionic-scale-800, 32px);height:var(--ionic-scale-800, 32px)}:host(.spinner-medium){width:var(--ionic-scale-1000, 40px);height:var(--ionic-scale-1000, 40px)}:host(.spinner-large){width:var(--ionic-scale-1200, 48px);height:var(--ionic-scale-1200, 48px)}:host(.spinner-xlarge){width:var(--ionic-scale-1400, 56px);height:var(--ionic-scale-1400, 56px)}";
@@ -1,8 +1,8 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, e as createEvent, h, i as Host, g as getElement } from './index-723c0e5d.js';
5
- import { d as getIonTheme } from './ionic-global-a8cbb8b0.js';
4
+ import { r as registerInstance, j as createEvent, l as h, m as Host, g as getElement } from './config-0b6b1b3d.js';
5
+ import { c as getIonTheme } from './ionic-global-d7017fd9.js';
6
6
 
7
7
  const ionicSplitPaneMdCss = ":host{--side-width:100%;right:0;left:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;contain:strict}:host(.split-pane-visible) ::slotted(.split-pane-main){right:0;left:0;top:0;bottom:0;position:relative;-ms-flex:1;flex:1;-webkit-box-shadow:none;box-shadow:none;overflow:hidden;z-index:0}::slotted(.split-pane-side:not(ion-menu)){display:none}:host{--border:1px solid var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-150, var(--ion-background-color-step-150, rgba(0, 0, 0, 0.13)))));--side-min-width:270px;--side-max-width:28%}";
8
8
  const IonSplitPaneIonicStyle0 = ionicSplitPaneMdCss;
@@ -1,14 +1,13 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, e as createEvent, h, i as Host, g as getElement } from './index-723c0e5d.js';
5
- import { c as createKeyboardController } from './keyboard-controller-ec5c2bfa.js';
4
+ import { r as registerInstance, j as createEvent, l as h, m as Host, g as getElement, c as config } from './config-0b6b1b3d.js';
5
+ import { c as createKeyboardController } from './keyboard-controller-9c9c2301.js';
6
6
  import { c as createColorClasses } from './theme-01f3f29c.js';
7
- import { d as getIonTheme, c as config } from './ionic-global-a8cbb8b0.js';
8
- import { h as inheritAttributes } from './helpers-da915de8.js';
9
- import './index-a5d50daf.js';
10
- import './keyboard-73175e24.js';
11
- import './capacitor-59395cbd.js';
7
+ import { c as getIonTheme } from './ionic-global-d7017fd9.js';
8
+ import { h as inheritAttributes } from './helpers-d57f52c8.js';
9
+ import './keyboard-ad38b8fc.js';
10
+ import './capacitor-0897b83c.js';
12
11
 
13
12
  const tabBarIonicCss = ":host{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-top:var(--border);background:var(--background);color:var(--color);text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:content-box !important;box-sizing:content-box !important}:host(.ion-color) ::slotted(ion-tab-button.ion-focused),:host(.tab-bar-translucent) ::slotted(ion-tab-button.ion-focused){background:var(--background-focused)}:host(.tab-bar-translucent) ::slotted(ion-tab-button){background:transparent}:host([slot=top]){border-top:0;border-bottom:var(--border)}:host(.tab-bar-hidden){display:none !important}:host(.tab-bar-full){width:auto;contain:strict;padding-bottom:var(--ion-safe-area-bottom, 0);padding-right:var(--ion-safe-area-right);padding-left:var(--ion-safe-area-left);}:host([slot=top].tab-bar-full){padding-top:var(--ion-safe-area-top, 0);padding-bottom:0}:host{--background:var(--ion-tab-bar-background, var(--ionic-color-base-white, #ffffff));--background-activated:var(--ion-tab-bar-background-activated, var(--ionic-color-neutral-100, #f1f1f1));--background-focused:var(--ion-tab-bar-background-focused, transparent);--color:var(--ion-tab-bar-color, var(--ionic-color-neutral-800, #626262));--color-selected:var(--ion-tab-bar-color-selected, var(--ionic-color-primary-base, #105cef));min-height:calc(var(--ionic-scale-1400, 56px) - var(--ionic-space-100, 4px) * 2);gap:var(--ionic-space-300, 12px);z-index:10}:host(.tab-bar-full){padding-top:var(--ionic-space-100, 4px);padding-bottom:calc(var(--ionic-space-100, 4px) + var(--ion-safe-area-bottom, 0));padding-right:calc(var(--ionic-space-400, 16px) + var(--ion-safe-area-right, 0));padding-left:calc(var(--ionic-space-400, 16px) + var(--ion-safe-area-left, 0));}:host([slot=top].tab-bar-full){padding-top:calc(var(--ionic-space-100, 4px) + var(--ion-safe-area-top, 0));padding-bottom:var(--ionic-space-100, 4px)}:host(.tab-bar-compact){-webkit-padding-start:var(--ionic-space-400, 16px);padding-inline-start:var(--ionic-space-400, 16px);-webkit-padding-end:var(--ionic-space-400, 16px);padding-inline-end:var(--ionic-space-400, 16px);padding-top:var(--ionic-space-100, 4px);padding-bottom:var(--ionic-space-100, 4px);position:absolute;-ms-flex-item-align:center;align-self:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-shadow:var(--ionic-elevation-200, 0px 8px 25px 0px rgba(0, 0, 0, 0.08), 0px 1px 5px 0px rgba(0, 0, 0, 0.05));box-shadow:var(--ionic-elevation-200, 0px 8px 25px 0px rgba(0, 0, 0, 0.08), 0px 1px 5px 0px rgba(0, 0, 0, 0.05));contain:content}:host([slot=top].tab-bar-compact){top:calc(var(--ionic-space-100, 4px) + var(--ion-safe-area-top, 0))}:host([slot=bottom].tab-bar-compact){bottom:calc(var(--ionic-space-100, 4px) + var(--ion-safe-area-bottom, 0))}:host(.tab-bar-soft){border-radius:var(--ionic-border-radius-400, 16px)}:host(.tab-bar-round){border-radius:var(--ionic-border-radius-full, 999px)}:host(.tab-bar-rectangular){border-radius:var(--ionic-border-radius-0, 0px)}";
14
13
  const IonTabBarIonicStyle0 = tabBarIonicCss;
@@ -1,9 +1,9 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, h, i as Host, g as getElement, e as createEvent } from './index-723c0e5d.js';
5
- import { a as attachComponent } from './framework-delegate-63d1a679.js';
6
- import './helpers-da915de8.js';
4
+ import { r as registerInstance, l as h, m as Host, g as getElement, j as createEvent } from './config-0b6b1b3d.js';
5
+ import { a as attachComponent } from './framework-delegate-56698eb0.js';
6
+ import './helpers-d57f52c8.js';
7
7
 
8
8
  const tabCss = ":host(.tab-hidden){display:none !important}";
9
9
  const IonTabStyle0 = tabCss;
@@ -1,9 +1,9 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, h, i as Host } from './index-723c0e5d.js';
4
+ import { r as registerInstance, l as h, m as Host } from './config-0b6b1b3d.js';
5
5
  import { c as createColorClasses } from './theme-01f3f29c.js';
6
- import { d as getIonTheme } from './ionic-global-a8cbb8b0.js';
6
+ import { c as getIonTheme } from './ionic-global-d7017fd9.js';
7
7
 
8
8
  const textCss = ":host(.ion-color){color:var(--ion-color-base)}";
9
9
  const IonTextStyle0 = textCss;
@@ -1,13 +1,12 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, e as createEvent, w as writeTask, h, i as Host, g as getElement, j as forceUpdate } from './index-723c0e5d.js';
5
- import { c as createNotchController } from './notch-controller-55b09e11.js';
6
- import { e as debounceEvent, i as inheritAriaAttributes, h as inheritAttributes, c as componentOnReady } from './helpers-da915de8.js';
7
- import { c as createSlotMutationController, g as getCounterText } from './input.utils-8755322f.js';
4
+ import { r as registerInstance, j as createEvent, w as writeTask, l as h, m as Host, g as getElement, n as forceUpdate } from './config-0b6b1b3d.js';
5
+ import { c as createNotchController } from './notch-controller-4d9a7b28.js';
6
+ import { e as debounceEvent, i as inheritAriaAttributes, h as inheritAttributes, c as componentOnReady } from './helpers-d57f52c8.js';
7
+ import { c as createSlotMutationController, g as getCounterText } from './input.utils-ef4d8197.js';
8
8
  import { h as hostContext, c as createColorClasses } from './theme-01f3f29c.js';
9
- import { d as getIonTheme } from './ionic-global-a8cbb8b0.js';
10
- import './index-a5d50daf.js';
9
+ import { c as getIonTheme } from './ionic-global-d7017fd9.js';
11
10
 
12
11
  const textareaIonicCss = ".sc-ion-textarea-ionic-h{--background:initial;--color:initial;--placeholder-color:initial;--placeholder-font-style:initial;--placeholder-font-weight:initial;--placeholder-opacity:var(--ion-placeholder-opacity, 0.6);--padding-top:0;--padding-end:0;--padding-bottom:8px;--padding-start:0;--border-radius:0;--border-style:solid;--highlight-color-focused:var(--ion-color-primary, #0054e9);--highlight-color-valid:var(--ion-color-success, #2dd55b);--highlight-color-invalid:var(--ion-color-danger, #c5000f);--highlight-color:var(--highlight-color-focused);display:block;position:relative;width:100%;color:var(--color);-webkit-box-sizing:border-box;box-sizing:border-box}[cols].sc-ion-textarea-ionic-h:not([auto-grow]){width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ion-color.sc-ion-textarea-ionic-h{--highlight-color-focused:var(--ion-color-base);background:initial}ion-item.sc-ion-textarea-ionic-h,ion-item .sc-ion-textarea-ionic-h{-ms-flex-item-align:baseline;align-self:baseline}ion-item[slot=start].sc-ion-textarea-ionic-h,ion-item [slot=start].sc-ion-textarea-ionic-h,ion-item[slot=end].sc-ion-textarea-ionic-h,ion-item [slot=end].sc-ion-textarea-ionic-h{width:auto}.native-textarea.sc-ion-textarea-ionic{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;display:block;position:relative;-ms-flex:1;flex:1;width:100%;max-width:100%;max-height:100%;border:0;outline:none;background:transparent;white-space:pre-wrap;z-index:1;-webkit-box-sizing:border-box;box-sizing:border-box;resize:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.native-textarea.sc-ion-textarea-ionic::-webkit-input-placeholder{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-textarea.sc-ion-textarea-ionic::-moz-placeholder{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-textarea.sc-ion-textarea-ionic:-ms-input-placeholder{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-textarea.sc-ion-textarea-ionic::-ms-input-placeholder{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-textarea.sc-ion-textarea-ionic::placeholder{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-textarea.sc-ion-textarea-ionic{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-align:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;grid-area:1/1/2/2;word-break:break-word}.cloned-input.sc-ion-textarea-ionic{top:0;bottom:0;position:absolute;pointer-events:none}.cloned-input.sc-ion-textarea-ionic{inset-inline-start:0}.cloned-input.sc-ion-textarea-ionic:disabled{opacity:1}[auto-grow].sc-ion-textarea-ionic-h .cloned-input.sc-ion-textarea-ionic{height:100%}[auto-grow].sc-ion-textarea-ionic-h .native-textarea.sc-ion-textarea-ionic{overflow:hidden}.textarea-wrapper.sc-ion-textarea-ionic{-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:0px;padding-bottom:0px;border-radius:var(--border-radius);display:-ms-flexbox;display:flex;position:relative;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:start;align-items:flex-start;height:inherit;min-height:inherit;-webkit-transition:background-color 15ms linear;transition:background-color 15ms linear;background:var(--background);line-height:normal}.native-wrapper.sc-ion-textarea-ionic{position:relative;width:100%;height:100%}.has-focus.sc-ion-textarea-ionic-h textarea.sc-ion-textarea-ionic{caret-color:var(--highlight-color)}.native-wrapper.sc-ion-textarea-ionic{display:grid;min-width:inherit;max-width:inherit;grid-auto-rows:100%}.native-wrapper.sc-ion-textarea-ionic::after{white-space:pre-wrap;content:attr(data-replicated-value) \" \";visibility:hidden}.native-wrapper.sc-ion-textarea-ionic::after{padding-left:0;padding-right:0;padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;border-radius:var(--border-radius);color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-align:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;grid-area:1/1/2/2;word-break:break-word}.textarea-wrapper-inner.sc-ion-textarea-ionic{display:-ms-flexbox;display:flex;width:100%;min-height:inherit}.ion-touched.ion-invalid.sc-ion-textarea-ionic-h{--highlight-color:var(--highlight-color-invalid)}.ion-valid.sc-ion-textarea-ionic-h{--highlight-color:var(--highlight-color-valid)}.textarea-bottom.sc-ion-textarea-ionic{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;border-top:var(--border-width) var(--border-style) var(--border-color)}.has-focus.ion-valid.sc-ion-textarea-ionic-h,.ion-touched.ion-invalid.sc-ion-textarea-ionic-h{--border-color:var(--highlight-color)}.textarea-bottom.sc-ion-textarea-ionic .error-text.sc-ion-textarea-ionic{display:none;color:var(--highlight-color-invalid)}.textarea-bottom.sc-ion-textarea-ionic .helper-text.sc-ion-textarea-ionic{display:block;color:var(--ion-color-step-550, var(--ion-text-color-step-450, #737373))}.ion-touched.ion-invalid.sc-ion-textarea-ionic-h .textarea-bottom.sc-ion-textarea-ionic .error-text.sc-ion-textarea-ionic{display:block}.ion-touched.ion-invalid.sc-ion-textarea-ionic-h .textarea-bottom.sc-ion-textarea-ionic .helper-text.sc-ion-textarea-ionic{display:none}.textarea-bottom.sc-ion-textarea-ionic .counter.sc-ion-textarea-ionic{-webkit-margin-start:auto;margin-inline-start:auto;white-space:nowrap}.label-text-wrapper.sc-ion-textarea-ionic{-webkit-padding-start:0px;padding-inline-start:0px;-webkit-padding-end:0px;padding-inline-end:0px;padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);max-width:200px;-webkit-transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none}.label-text.sc-ion-textarea-ionic,.sc-ion-textarea-ionic-s>[slot=label]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.label-text-wrapper-hidden.sc-ion-textarea-ionic,.textarea-outline-notch-hidden.sc-ion-textarea-ionic{display:none}.textarea-wrapper.sc-ion-textarea-ionic textarea.sc-ion-textarea-ionic{-webkit-transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)}.textarea-label-placement-start.sc-ion-textarea-ionic-h .textarea-wrapper.sc-ion-textarea-ionic{-ms-flex-direction:row;flex-direction:row}.textarea-label-placement-end.sc-ion-textarea-ionic-h .textarea-wrapper.sc-ion-textarea-ionic{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.textarea-label-placement-fixed.sc-ion-textarea-ionic-h .label-text.sc-ion-textarea-ionic{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}.textarea-label-placement-stacked.sc-ion-textarea-ionic-h .textarea-wrapper.sc-ion-textarea-ionic,.textarea-label-placement-floating.sc-ion-textarea-ionic-h .textarea-wrapper.sc-ion-textarea-ionic{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:start}.textarea-label-placement-stacked.sc-ion-textarea-ionic-h .label-text-wrapper.sc-ion-textarea-ionic,.textarea-label-placement-floating.sc-ion-textarea-ionic-h .label-text-wrapper.sc-ion-textarea-ionic{-webkit-transform-origin:left top;transform-origin:left top;-webkit-padding-start:0px;padding-inline-start:0px;-webkit-padding-end:0px;padding-inline-end:0px;padding-top:0px;padding-bottom:0px;max-width:100%;z-index:2}[dir=rtl].sc-ion-textarea-ionic-h -no-combinator.textarea-label-placement-stacked.sc-ion-textarea-ionic-h .label-text-wrapper.sc-ion-textarea-ionic,[dir=rtl] .sc-ion-textarea-ionic-h -no-combinator.textarea-label-placement-stacked.sc-ion-textarea-ionic-h .label-text-wrapper.sc-ion-textarea-ionic,[dir=rtl].textarea-label-placement-stacked.sc-ion-textarea-ionic-h .label-text-wrapper.sc-ion-textarea-ionic,[dir=rtl] .textarea-label-placement-stacked.sc-ion-textarea-ionic-h .label-text-wrapper.sc-ion-textarea-ionic,[dir=rtl].sc-ion-textarea-ionic-h -no-combinator.textarea-label-placement-floating.sc-ion-textarea-ionic-h .label-text-wrapper.sc-ion-textarea-ionic,[dir=rtl] .sc-ion-textarea-ionic-h -no-combinator.textarea-label-placement-floating.sc-ion-textarea-ionic-h .label-text-wrapper.sc-ion-textarea-ionic,[dir=rtl].textarea-label-placement-floating.sc-ion-textarea-ionic-h .label-text-wrapper.sc-ion-textarea-ionic,[dir=rtl] .textarea-label-placement-floating.sc-ion-textarea-ionic-h .label-text-wrapper.sc-ion-textarea-ionic{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){.textarea-label-placement-stacked.sc-ion-textarea-ionic-h:dir(rtl) .label-text-wrapper.sc-ion-textarea-ionic,.textarea-label-placement-floating.sc-ion-textarea-ionic-h:dir(rtl) .label-text-wrapper.sc-ion-textarea-ionic{-webkit-transform-origin:right top;transform-origin:right top}}.textarea-label-placement-stacked.sc-ion-textarea-ionic-h textarea.sc-ion-textarea-ionic,.textarea-label-placement-floating.sc-ion-textarea-ionic-h textarea.sc-ion-textarea-ionic,.textarea-label-placement-stacked[auto-grow].sc-ion-textarea-ionic-h .native-wrapper.sc-ion-textarea-ionic::after,.textarea-label-placement-floating[auto-grow].sc-ion-textarea-ionic-h .native-wrapper.sc-ion-textarea-ionic::after{-webkit-margin-start:0px;margin-inline-start:0px;-webkit-margin-end:0px;margin-inline-end:0px;margin-top:8px;margin-bottom:0px}.textarea-label-placement-floating.sc-ion-textarea-ionic-h .label-text-wrapper.sc-ion-textarea-ionic{-webkit-transform:translateY(100%) scale(1);transform:translateY(100%) scale(1)}.textarea-label-placement-floating.sc-ion-textarea-ionic-h textarea.sc-ion-textarea-ionic{opacity:0}.has-focus.textarea-label-placement-floating.sc-ion-textarea-ionic-h textarea.sc-ion-textarea-ionic,.has-value.textarea-label-placement-floating.sc-ion-textarea-ionic-h textarea.sc-ion-textarea-ionic{opacity:1}.label-floating.sc-ion-textarea-ionic-h .label-text-wrapper.sc-ion-textarea-ionic{-webkit-transform:translateY(50%) scale(0.75);transform:translateY(50%) scale(0.75);max-width:calc(100% / 0.75)}.start-slot-wrapper.sc-ion-textarea-ionic,.end-slot-wrapper.sc-ion-textarea-ionic{display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-item-align:start;align-self:start}.textarea-fill-outline.sc-ion-textarea-ionic-h{--border-width:var(--ionic-border-size-025, 1px);--border-color:var(--ionic-color-neutral-500, #a2a2a2)}.textarea-fill-outline.sc-ion-textarea-ionic-h .textarea-wrapper.sc-ion-textarea-ionic{background:initial}.textarea-fill-outline.sc-ion-textarea-ionic-h .textarea-wrapper-inner.sc-ion-textarea-ionic{position:relative}.textarea-fill-outline.sc-ion-textarea-ionic-h .textarea-outline.sc-ion-textarea-ionic{right:0;left:0;top:0;bottom:0;border-radius:var(--border-radius);position:absolute;width:100%;height:100%;pointer-events:none;border:var(--border-width) var(--border-style) var(--border-color);background:var(--background)}.textarea-fill-outline.sc-ion-textarea-ionic-h .textarea-bottom.sc-ion-textarea-ionic{border-top:none}.textarea-fill-outline.sc-ion-textarea-ionic-h textarea.sc-ion-textarea-ionic{margin-top:var(--ionic-space-100, 4px)}.sc-ion-textarea-ionic-h{--color:var(--ionic-color-neutral-1200, #242424);--highlight-color-valid:var(--ionic-color-success-base, #1ba433);--highlight-color-invalid:var(--ionic-color-danger-base, #e52929);--placeholder-color:var(--ionic-color-neutral-800, #626262);--placeholder-opacity:1;--background:var(--ionic-color-base-white, #ffffff);font-size:var(--ionic-font-size-350, 0.875rem);font-weight:var(--ionic-font-weight-regular, 400);letter-spacing:var(--ionic-letter-spacing-0, 0);line-height:var(--ionic-line-height-600, 24px);text-decoration:none;text-transform:none}.textarea-wrapper-inner.sc-ion-textarea-ionic{height:0}.textarea-size-small.sc-ion-textarea-ionic-h .textarea-wrapper-inner.sc-ion-textarea-ionic{--padding-top:var(--ionic-space-200, 8px);--padding-end:var(--ionic-space-300, 12px);--padding-bottom:var(--ionic-space-200, 8px);--padding-start:var(--ionic-space-300, 12px);min-height:var(--ionic-scale-2800, 112px)}.textarea-size-medium.sc-ion-textarea-ionic-h .textarea-wrapper-inner.sc-ion-textarea-ionic{--padding-top:var(--ionic-space-300, 12px);--padding-end:var(--ionic-space-400, 16px);--padding-bottom:var(--ionic-space-300, 12px);--padding-start:var(--ionic-space-400, 16px);min-height:var(--ionic-scale-3400, 136px)}.textarea-size-large.sc-ion-textarea-ionic-h .textarea-wrapper-inner.sc-ion-textarea-ionic{--padding-top:var(--ionic-space-400, 16px);--padding-end:var(--ionic-space-500, 20px);--padding-bottom:var(--ionic-space-400, 16px);--padding-start:var(--ionic-space-500, 20px);min-height:var(--ionic-scale-3600, 144px)}.textarea-shape-soft.sc-ion-textarea-ionic-h{--border-radius:var(--ionic-border-radius-200, 8px)}.textarea-shape-round.sc-ion-textarea-ionic-h{--border-radius:var(--ionic-border-radius-400, 16px)}.textarea-shape-rectangular.sc-ion-textarea-ionic-h{--border-radius:var(--ionic-border-radius-0, 0px)}.textarea-wrapper.sc-ion-textarea-ionic{gap:var(--ionic-space-100, 4px)}.textarea-wrapper-inner.sc-ion-textarea-ionic{-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom)}[auto-grow].sc-ion-textarea-ionic-h .textarea-wrapper-inner.sc-ion-textarea-ionic{height:auto}[auto-grow].sc-ion-textarea-ionic-h .native-wrapper.sc-ion-textarea-ionic{min-height:inherit;max-height:inherit}.label-text-wrapper.sc-ion-textarea-ionic{font-size:var(--ionic-font-size-300, 0.75rem);font-weight:var(--ionic-font-weight-medium, 500);letter-spacing:var(--ionic-letter-spacing-0, 0);line-height:var(--ionic-line-height-500, 20px);text-decoration:none;text-transform:none;color:var(--ionic-color-neutral-1000, #3b3b3b)}.label-floating.sc-ion-textarea-ionic-h .label-text-wrapper.sc-ion-textarea-ionic{-webkit-transform:none;transform:none}ion-icon.sc-ion-textarea-ionic{color:var(--ionic-color-neutral-800, #626262);font-size:var(--ionic-scale-400, 16px)}.start-slot-wrapper.sc-ion-textarea-ionic,.end-slot-wrapper.sc-ion-textarea-ionic{margin-top:var(--ionic-space-050, 2px)}.textarea-bottom.sc-ion-textarea-ionic{-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--ionic-space-100, 4px);font-size:var(--ionic-font-size-300, 0.75rem);font-weight:var(--ionic-font-weight-medium, 500);letter-spacing:var(--ionic-letter-spacing-0, 0);line-height:var(--ionic-line-height-500, 20px);text-decoration:none;text-transform:none}.textarea-bottom.sc-ion-textarea-ionic .helper-text.sc-ion-textarea-ionic,.textarea-bottom.sc-ion-textarea-ionic .counter.sc-ion-textarea-ionic{color:var(--ionic-color-neutral-800, #626262)}";
13
12
  const IonTextareaIonicStyle0 = textareaIonicCss;
@@ -1,18 +1,16 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, e as createEvent, h, i as Host, g as getElement } from './index-723c0e5d.js';
4
+ import { r as registerInstance, j as createEvent, c as config, l as h, m as Host, g as getElement } from './config-0b6b1b3d.js';
5
5
  import { E as ENABLE_HTML_CONTENT_DEFAULT, a as sanitizeDOMString } from './config-49c88215.js';
6
- import { g as getElementRoot, r as raf } from './helpers-da915de8.js';
6
+ import { g as getElementRoot, r as raf } from './helpers-d57f52c8.js';
7
7
  import { c as createLockController } from './lock-controller-316928be.js';
8
- import { p as printIonWarning, c as config, b as getIonMode, d as getIonTheme } from './ionic-global-a8cbb8b0.js';
9
- import { O as OVERLAY_GESTURE_PRIORITY, d as createDelegateController, e as createTriggerController, i as isCancel, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod, s as safeCall, G as GESTURE } from './overlays-40e86f77.js';
8
+ import { w as win, p as printIonWarning, b as getIonMode, c as getIonTheme } from './ionic-global-d7017fd9.js';
9
+ import { O as OVERLAY_GESTURE_PRIORITY, d as createDelegateController, e as createTriggerController, i as isCancel, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod, s as safeCall, G as GESTURE } from './overlays-9da9aef5.js';
10
10
  import { c as createColorClasses, g as getClassMap } from './theme-01f3f29c.js';
11
- import { c as createAnimation } from './animation-eab5a4ca.js';
12
- import { w as win } from './index-a5d50daf.js';
11
+ import { c as createAnimation } from './animation-16546c84.js';
13
12
  import { createGesture } from './index-39782642.js';
14
- import './hardware-back-button-2bb5194f.js';
15
- import './framework-delegate-63d1a679.js';
13
+ import './framework-delegate-56698eb0.js';
16
14
  import './gesture-controller-314a54f6.js';
17
15
 
18
16
  /**
@@ -1,15 +1,14 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, e as createEvent, h, i as Host, g as getElement } from './index-723c0e5d.js';
5
- import { i as inheritAriaAttributes, d as renderHiddenInput } from './helpers-da915de8.js';
6
- import { c as hapticSelection } from './haptic-ac164e4c.js';
4
+ import { r as registerInstance, j as createEvent, c as config, l as h, m as Host, g as getElement } from './config-0b6b1b3d.js';
5
+ import { i as inheritAriaAttributes, d as renderHiddenInput } from './helpers-d57f52c8.js';
6
+ import { c as hapticSelection } from './haptic-d9a770b8.js';
7
7
  import { i as isRTL } from './dir-babeabeb.js';
8
8
  import { c as createColorClasses, h as hostContext } from './theme-01f3f29c.js';
9
9
  import { r as removeOutline, f as checkmarkOutline, g as ellipseOutline } from './index-d997525d.js';
10
- import { c as config, d as getIonTheme } from './ionic-global-a8cbb8b0.js';
11
- import './capacitor-59395cbd.js';
12
- import './index-a5d50daf.js';
10
+ import { c as getIonTheme } from './ionic-global-d7017fd9.js';
11
+ import './capacitor-0897b83c.js';
13
12
 
14
13
  const checkSvg = 'data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2IiBmaWxsPSJjdXJyZW50Q29sb3IiPjxwYXRoIGQ9Ik0yMjkuNjYsNzcuNjZsLTEyOCwxMjhhOCw4LDAsMCwxLTExLjMyLDBsLTU2LTU2YTgsOCwwLDAsMSwxMS4zMi0xMS4zMkw5NiwxODguNjksMjE4LjM0LDY2LjM0YTgsOCwwLDAsMSwxMS4zMiwxMS4zMloiLz48L3N2Zz4=';
15
14
 
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { a as setPlatformHelpers, g as getElement, c as getMode, d as setMode } from './index-723c0e5d.js';
4
+ import { c as config, a as setPlatformHelpers, d as configFromSession, e as configFromURL, f as saveConfig, g as getElement, h as getMode, i as setMode } from './config-0b6b1b3d.js';
5
5
 
6
6
  /**
7
7
  * Logs a warning to the console with an Ionic prefix
@@ -33,80 +33,125 @@ const printRequiredElementError = (el, ...targetSelectors) => {
33
33
  return console.error(`<${el.tagName.toLowerCase()}> must be used inside ${targetSelectors.join(' or ')}.`);
34
34
  };
35
35
 
36
- // TODO(FW-2832): types
37
- class Config {
38
- constructor() {
39
- this.m = new Map();
40
- }
41
- reset(configObj) {
42
- this.m = new Map(Object.entries(configObj));
43
- }
44
- get(key, fallback) {
45
- const value = this.m.get(key);
46
- return value !== undefined ? value : fallback;
47
- }
48
- getBoolean(key, fallback = false) {
49
- const val = this.m.get(key);
50
- if (val === undefined) {
51
- return fallback;
52
- }
53
- if (typeof val === 'string') {
54
- return val === 'true';
55
- }
56
- return !!val;
57
- }
58
- getNumber(key, fallback) {
59
- const val = parseFloat(this.m.get(key));
60
- return isNaN(val) ? (fallback !== undefined ? fallback : NaN) : val;
61
- }
62
- set(key, value) {
63
- this.m.set(key, value);
64
- }
65
- }
66
- const config = /*@__PURE__*/ new Config();
67
- const configFromSession = (win) => {
68
- try {
69
- const configStr = win.sessionStorage.getItem(IONIC_SESSION_KEY);
70
- return configStr !== null ? JSON.parse(configStr) : {};
71
- }
72
- catch (e) {
73
- return {};
74
- }
36
+ const win = typeof window !== 'undefined' ? window : undefined;
37
+ const doc = typeof document !== 'undefined' ? document : undefined;
38
+
39
+ /**
40
+ * CloseWatcher is a newer API that lets
41
+ * use detect the hardware back button event
42
+ * in a web browser: https://caniuse.com/?search=closewatcher
43
+ * However, not every browser supports it yet.
44
+ *
45
+ * This needs to be a function so that we can
46
+ * check the config once it has been set.
47
+ * Otherwise, this code would be evaluated the
48
+ * moment this file is evaluated which could be
49
+ * before the config is set.
50
+ */
51
+ const shouldUseCloseWatcher = () => config.get('experimentalCloseWatcher', false) && win !== undefined && 'CloseWatcher' in win;
52
+ /**
53
+ * When hardwareBackButton: false in config,
54
+ * we need to make sure we also block the default
55
+ * webview behavior. If we don't then it will be
56
+ * possible for users to navigate backward while
57
+ * an overlay is still open. Additionally, it will
58
+ * give the appearance that the hardwareBackButton
59
+ * config is not working as the page transition
60
+ * will still happen.
61
+ */
62
+ const blockHardwareBackButton = () => {
63
+ document.addEventListener('backbutton', () => { }); // eslint-disable-line
75
64
  };
76
- const saveConfig = (win, c) => {
77
- try {
78
- win.sessionStorage.setItem(IONIC_SESSION_KEY, JSON.stringify(c));
65
+ const startHardwareBackButton = () => {
66
+ const doc = document;
67
+ let busy = false;
68
+ const backButtonCallback = () => {
69
+ if (busy) {
70
+ return;
71
+ }
72
+ let index = 0;
73
+ let handlers = [];
74
+ const ev = new CustomEvent('ionBackButton', {
75
+ bubbles: false,
76
+ detail: {
77
+ register(priority, handler) {
78
+ handlers.push({ priority, handler, id: index++ });
79
+ },
80
+ },
81
+ });
82
+ doc.dispatchEvent(ev);
83
+ const executeAction = async (handlerRegister) => {
84
+ try {
85
+ if (handlerRegister === null || handlerRegister === void 0 ? void 0 : handlerRegister.handler) {
86
+ const result = handlerRegister.handler(processHandlers);
87
+ if (result != null) {
88
+ await result;
89
+ }
90
+ }
91
+ }
92
+ catch (e) {
93
+ console.error(e);
94
+ }
95
+ };
96
+ const processHandlers = () => {
97
+ if (handlers.length > 0) {
98
+ let selectedHandler = {
99
+ priority: Number.MIN_SAFE_INTEGER,
100
+ handler: () => undefined,
101
+ id: -1,
102
+ };
103
+ handlers.forEach((handler) => {
104
+ if (handler.priority >= selectedHandler.priority) {
105
+ selectedHandler = handler;
106
+ }
107
+ });
108
+ busy = true;
109
+ handlers = handlers.filter((handler) => handler.id !== selectedHandler.id);
110
+ executeAction(selectedHandler).then(() => (busy = false));
111
+ }
112
+ };
113
+ processHandlers();
114
+ };
115
+ /**
116
+ * If the CloseWatcher is defined then
117
+ * we don't want to also listen for the native
118
+ * backbutton event otherwise we may get duplicate
119
+ * events firing.
120
+ */
121
+ if (shouldUseCloseWatcher()) {
122
+ let watcher;
123
+ const configureWatcher = () => {
124
+ watcher === null || watcher === void 0 ? void 0 : watcher.destroy();
125
+ watcher = new win.CloseWatcher();
126
+ /**
127
+ * Once a close request happens
128
+ * the watcher gets destroyed.
129
+ * As a result, we need to re-configure
130
+ * the watcher so we can respond to other
131
+ * close requests.
132
+ */
133
+ watcher.onclose = () => {
134
+ backButtonCallback();
135
+ configureWatcher();
136
+ };
137
+ };
138
+ configureWatcher();
79
139
  }
80
- catch (e) {
81
- return;
140
+ else {
141
+ doc.addEventListener('backbutton', backButtonCallback);
82
142
  }
83
143
  };
84
- const configFromURL = (win) => {
85
- const configObj = {};
86
- win.location.search
87
- .slice(1)
88
- .split('&')
89
- .map((entry) => entry.split('='))
90
- .map(([key, value]) => {
91
- try {
92
- return [decodeURIComponent(key), decodeURIComponent(value)];
93
- }
94
- catch (e) {
95
- return ['', ''];
96
- }
97
- })
98
- .filter(([key]) => startsWith(key, IONIC_PREFIX))
99
- .map(([key, value]) => [key.slice(IONIC_PREFIX.length), value])
100
- .forEach(([key, value]) => {
101
- configObj[key] = value;
102
- });
103
- return configObj;
104
- };
105
- const startsWith = (input, search) => {
106
- return input.substr(0, search.length) === search;
107
- };
108
- const IONIC_PREFIX = 'ionic:';
109
- const IONIC_SESSION_KEY = 'ionic-persist-config';
144
+ const OVERLAY_BACK_BUTTON_PRIORITY = 100;
145
+ const MENU_BACK_BUTTON_PRIORITY = 99; // 1 less than overlay priority since menu is displayed behind overlays
146
+
147
+ const hardwareBackButton = /*#__PURE__*/Object.freeze({
148
+ __proto__: null,
149
+ shouldUseCloseWatcher: shouldUseCloseWatcher,
150
+ blockHardwareBackButton: blockHardwareBackButton,
151
+ startHardwareBackButton: startHardwareBackButton,
152
+ OVERLAY_BACK_BUTTON_PRIORITY: OVERLAY_BACK_BUTTON_PRIORITY,
153
+ MENU_BACK_BUTTON_PRIORITY: MENU_BACK_BUTTON_PRIORITY
154
+ });
110
155
 
111
156
  const getPlatforms = (win) => setupPlatforms(win);
112
157
  const isPlatform = (winOrPlatform, platform) => {
@@ -307,6 +352,33 @@ const getIonTheme = (ref) => {
307
352
  */
308
353
  return defaultTheme;
309
354
  };
355
+ const rIC = (callback) => {
356
+ if ('requestIdleCallback' in window) {
357
+ window.requestIdleCallback(callback);
358
+ }
359
+ else {
360
+ setTimeout(callback, 32);
361
+ }
362
+ };
363
+ const needInputShims = () => {
364
+ /**
365
+ * iOS always needs input shims
366
+ */
367
+ const needsShimsIOS = isPlatform(window, 'ios') && isPlatform(window, 'mobile');
368
+ if (needsShimsIOS) {
369
+ return true;
370
+ }
371
+ /**
372
+ * Android only needs input shims when running
373
+ * in the browser and only if the browser is using the
374
+ * new Chrome 108+ resize behavior: https://developer.chrome.com/blog/viewport-resize-behavior/
375
+ */
376
+ const isAndroidMobileWeb = isPlatform(window, 'android') && isPlatform(window, 'mobileweb');
377
+ if (isAndroidMobileWeb) {
378
+ return true;
379
+ }
380
+ return false;
381
+ };
310
382
  const initialize = (userConfig = {}) => {
311
383
  if (typeof window === 'undefined') {
312
384
  return;
@@ -403,6 +475,46 @@ const initialize = (userConfig = {}) => {
403
475
  }
404
476
  return defaultTheme;
405
477
  });
478
+ // `IonApp` code
479
+ // ----------------------------------------------
480
+ {
481
+ rIC(async () => {
482
+ const isHybrid = isPlatform(window, 'hybrid');
483
+ if (!config.getBoolean('_testing')) {
484
+ import('./index-7f65e865.js').then((module) => module.startTapClick(config));
485
+ }
486
+ if (config.getBoolean('statusTap', isHybrid)) {
487
+ import('./status-tap-82f51b25.js').then((module) => module.startStatusTap());
488
+ }
489
+ if (config.getBoolean('inputShims', needInputShims())) {
490
+ /**
491
+ * needInputShims() ensures that only iOS and Android
492
+ * platforms proceed into this block.
493
+ */
494
+ const platform = isPlatform(window, 'ios') ? 'ios' : 'android';
495
+ import('./input-shims-0f3cc1c3.js').then((module) => module.startInputShims(config, platform));
496
+ }
497
+ const hardwareBackButtonModule = await Promise.resolve().then(function () { return hardwareBackButton; });
498
+ const supportsHardwareBackButtonEvents = isHybrid || shouldUseCloseWatcher();
499
+ if (config.getBoolean('hardwareBackButton', supportsHardwareBackButtonEvents)) {
500
+ hardwareBackButtonModule.startHardwareBackButton();
501
+ }
502
+ else {
503
+ /**
504
+ * If an app sets hardwareBackButton: false and experimentalCloseWatcher: true
505
+ * then the close watcher will not be used.
506
+ */
507
+ if (shouldUseCloseWatcher()) {
508
+ printIonWarning('experimentalCloseWatcher was set to `true`, but hardwareBackButton was set to `false`. Both config options must be `true` for the Close Watcher API to be used.');
509
+ }
510
+ hardwareBackButtonModule.blockHardwareBackButton();
511
+ }
512
+ if (typeof window !== 'undefined') {
513
+ import('./keyboard-584d2e6f.js').then((module) => module.startKeyboardAssist(window));
514
+ }
515
+ import('./focus-visible-501aff19.js').then((module) => module.getOrInitFocusVisibleUtility());
516
+ });
517
+ }
406
518
  };
407
519
 
408
- export { isPlatform as a, getIonMode as b, config as c, getIonTheme as d, printIonError as e, printRequiredElementError as f, getPlatforms as g, initialize as i, printIonWarning as p };
520
+ export { MENU_BACK_BUTTON_PRIORITY as M, OVERLAY_BACK_BUTTON_PRIORITY as O, isPlatform as a, getIonMode as b, getIonTheme as c, doc as d, printIonError as e, printRequiredElementError as f, getPlatforms as g, initialize as i, printIonWarning as p, shouldUseCloseWatcher as s, win as w };
package/dist/esm/ionic.js CHANGED
@@ -1,10 +1,10 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { p as promiseResolve, H, b as bootstrapLazy } from './index-723c0e5d.js';
5
- export { s as setNonce } from './index-723c0e5d.js';
6
- import { g as globalScripts } from './app-globals-c45950ba.js';
7
- import './ionic-global-a8cbb8b0.js';
4
+ import { p as promiseResolve, H, b as bootstrapLazy } from './config-0b6b1b3d.js';
5
+ export { s as setNonce } from './config-0b6b1b3d.js';
6
+ import { g as globalScripts } from './app-globals-35381e66.js';
7
+ import './ionic-global-d7017fd9.js';
8
8
 
9
9
  /*
10
10
  Stencil Client Patch Browser v4.20.0 | MIT Licensed | https://stenciljs.com
@@ -1,12 +1,11 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { c as createAnimation } from './animation-eab5a4ca.js';
5
- import { g as getIonPageElement } from './index-29be96b3.js';
6
- import './index-a5d50daf.js';
7
- import './ionic-global-a8cbb8b0.js';
8
- import './index-723c0e5d.js';
9
- import './helpers-da915de8.js';
4
+ import { c as createAnimation } from './animation-16546c84.js';
5
+ import { g as getIonPageElement } from './index-edf94b3b.js';
6
+ import './ionic-global-d7017fd9.js';
7
+ import './config-0b6b1b3d.js';
8
+ import './helpers-d57f52c8.js';
10
9
 
11
10
  const DURATION = 540;
12
11
  // TODO(FW-2832): types
@@ -1,9 +1,10 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { K as Keyboard } from './keyboard-73175e24.js';
5
- import './capacitor-59395cbd.js';
6
- import './index-a5d50daf.js';
4
+ import { K as Keyboard } from './keyboard-ad38b8fc.js';
5
+ import './capacitor-0897b83c.js';
6
+ import './ionic-global-d7017fd9.js';
7
+ import './config-0b6b1b3d.js';
7
8
 
8
9
  const KEYBOARD_DID_OPEN = 'ionKeyboardDidShow';
9
10
  const KEYBOARD_DID_CLOSE = 'ionKeyboardDidHide';
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { g as getCapacitor } from './capacitor-59395cbd.js';
4
+ import { g as getCapacitor } from './capacitor-0897b83c.js';
5
5
 
6
6
  var ExceptionCode;
7
7
  (function (ExceptionCode) {