voyager-ionic-core 8.6.1 → 8.7.1

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 (1812) hide show
  1. package/components/action-sheet.js +9 -10
  2. package/components/alert.js +8 -9
  3. package/components/backdrop.js +1 -1
  4. package/components/button.js +1 -1
  5. package/components/buttons.js +1 -1
  6. package/components/checkbox.js +1 -1
  7. package/components/content.js +1 -1
  8. package/components/header.js +1 -1
  9. package/components/icon.js +268 -199
  10. package/components/index6.js +26 -26
  11. package/components/ion-accordion-group.js +1 -1
  12. package/components/ion-accordion.js +1 -1
  13. package/components/ion-app.js +4 -2
  14. package/components/ion-avatar.js +1 -1
  15. package/components/ion-back-button.js +1 -1
  16. package/components/ion-badge.js +1 -1
  17. package/components/ion-breadcrumb.js +1 -1
  18. package/components/ion-breadcrumbs.js +1 -1
  19. package/components/ion-card-content.js +1 -1
  20. package/components/ion-card-header.js +1 -1
  21. package/components/ion-card-subtitle.js +1 -1
  22. package/components/ion-card-title.js +1 -1
  23. package/components/ion-card.js +1 -1
  24. package/components/ion-chip.js +1 -1
  25. package/components/ion-col.js +1 -1
  26. package/components/ion-datetime-button.js +1 -1
  27. package/components/ion-datetime.js +11 -3
  28. package/components/ion-fab-button.js +1 -1
  29. package/components/ion-fab-list.js +1 -1
  30. package/components/ion-fab.js +1 -1
  31. package/components/ion-footer.js +1 -1
  32. package/components/ion-grid.js +1 -1
  33. package/components/ion-img.js +1 -1
  34. package/components/ion-infinite-scroll-content.js +1 -1
  35. package/components/ion-infinite-scroll.js +1 -1
  36. package/components/ion-input-otp.js +104 -51
  37. package/components/ion-input-password-toggle.js +1 -1
  38. package/components/ion-input.js +3 -3
  39. package/components/ion-item-divider.js +1 -1
  40. package/components/ion-item-group.js +1 -1
  41. package/components/ion-item-option.js +1 -1
  42. package/components/ion-item-options.js +1 -1
  43. package/components/ion-item-sliding.js +1 -1
  44. package/components/ion-loading.js +8 -9
  45. package/components/ion-menu-button.js +1 -1
  46. package/components/ion-menu-toggle.js +1 -1
  47. package/components/ion-menu.js +28 -6
  48. package/components/ion-nav-link.js +1 -1
  49. package/components/ion-nav.js +1 -1
  50. package/components/ion-note.js +1 -1
  51. package/components/ion-picker-legacy.js +1 -1
  52. package/components/ion-progress-bar.js +2 -1
  53. package/components/ion-range.js +49 -6
  54. package/components/ion-refresher-content.js +1 -1
  55. package/components/ion-refresher.js +1 -1
  56. package/components/ion-reorder-group.js +21 -6
  57. package/components/ion-reorder.js +1 -1
  58. package/components/ion-router-link.js +1 -1
  59. package/components/ion-router-outlet.js +1 -1
  60. package/components/ion-router.js +1 -0
  61. package/components/ion-row.js +1 -1
  62. package/components/ion-searchbar.js +5 -7
  63. package/components/ion-segment-button.js +1 -1
  64. package/components/ion-segment-content.js +2 -2
  65. package/components/ion-segment-view.js +1 -1
  66. package/components/ion-segment.js +1 -1
  67. package/components/ion-select-option.js +1 -1
  68. package/components/ion-select.js +4 -4
  69. package/components/ion-skeleton-text.js +1 -1
  70. package/components/ion-split-pane.js +1 -1
  71. package/components/ion-tab-bar.js +1 -1
  72. package/components/ion-tab-button.js +1 -1
  73. package/components/ion-tab.js +1 -1
  74. package/components/ion-tabs.js +1 -1
  75. package/components/ion-text.js +1 -1
  76. package/components/ion-textarea.js +1 -1
  77. package/components/ion-thumbnail.js +1 -1
  78. package/components/ion-toast.js +7 -8
  79. package/components/ion-toggle.js +1 -1
  80. package/components/item.js +29 -8
  81. package/components/label.js +1 -1
  82. package/components/list-header.js +1 -1
  83. package/components/list.js +1 -1
  84. package/components/modal.js +382 -16
  85. package/components/picker-column-option.js +1 -1
  86. package/components/picker-column.js +23 -5
  87. package/components/picker-column2.js +1 -1
  88. package/components/picker.js +1 -1
  89. package/components/popover.js +9 -8
  90. package/components/radio-group.js +1 -1
  91. package/components/radio.js +1 -1
  92. package/components/ripple-effect.js +1 -1
  93. package/components/select-modal.js +3 -3
  94. package/components/select-popover.js +2 -2
  95. package/components/spinner.js +1 -1
  96. package/components/title.js +1 -1
  97. package/components/toolbar.js +1 -1
  98. package/css/display.css +1 -1
  99. package/css/display.css.map +1 -1
  100. package/css/flex-utils.css +1 -1
  101. package/css/flex-utils.css.map +1 -1
  102. package/css/ionic.bundle.css +1 -1
  103. package/css/ionic.bundle.css.map +1 -1
  104. package/css/utils.bundle.css +1 -1
  105. package/css/utils.bundle.css.map +1 -1
  106. package/dist/cjs/{animation-0T7gKwOt.js → animation-ZJ1lAkZD.js} +1 -1
  107. package/dist/cjs/app-globals-77ZfuXXk.js +10 -0
  108. package/dist/cjs/{button-active-C-4ud7Ht.js → button-active-BzZenWWH.js} +1 -1
  109. package/dist/cjs/{config-U7OAuj53.js → config-CKhELRRu.js} +1 -1
  110. package/dist/cjs/{data-DRqa6oM4.js → data-DW6ofvJ8.js} +1 -1
  111. package/dist/cjs/{framework-delegate-C7sIJyT5.js → framework-delegate-WkyjrnCx.js} +1 -1
  112. package/dist/cjs/{hardware-back-button-D90qZxju.js → hardware-back-button-BxdNu76F.js} +1 -1
  113. package/dist/cjs/{helpers-BITAzJfi.js → helpers-DgwmcYAu.js} +1 -1
  114. package/dist/cjs/{index-y0QaNtCi.js → index-BzEyuIww.js} +4 -4
  115. package/dist/cjs/{index-CVa6JE57.js → index-Cc5PNMyz.js} +2 -2
  116. package/dist/cjs/{index-CxfLS2mX.js → index-D24wggHR.js} +12 -11
  117. package/dist/cjs/{index-DODXXb_r.js → index-DNh170BW.js} +274 -319
  118. package/dist/cjs/index-DqmRDbxg.js +58 -0
  119. package/dist/cjs/{index-BDBT0u4l.js → index-bGpoPC4u.js} +2 -2
  120. package/dist/cjs/index.cjs.js +16 -15
  121. package/dist/cjs/{input-shims-D1Mfgd4s.js → input-shims-CLI_OrmU.js} +3 -3
  122. package/dist/cjs/{input.utils-DSoBEyUu.js → input.utils-B2hZ5tX6.js} +2 -2
  123. package/dist/cjs/ion-accordion_2.cjs.entry.js +6 -5
  124. package/dist/cjs/ion-action-sheet.cjs.entry.js +18 -18
  125. package/dist/cjs/ion-alert.cjs.entry.js +20 -20
  126. package/dist/cjs/ion-app_8.cjs.entry.js +31 -28
  127. package/dist/cjs/ion-avatar_3.cjs.entry.js +5 -4
  128. package/dist/cjs/ion-back-button.cjs.entry.js +7 -6
  129. package/dist/cjs/ion-backdrop.cjs.entry.js +3 -2
  130. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +6 -5
  131. package/dist/cjs/ion-button_2.cjs.entry.js +317 -247
  132. package/dist/cjs/ion-card_5.cjs.entry.js +8 -7
  133. package/dist/cjs/ion-checkbox.cjs.entry.js +4 -3
  134. package/dist/cjs/ion-chip.cjs.entry.js +3 -2
  135. package/dist/cjs/ion-col_3.cjs.entry.js +5 -4
  136. package/dist/cjs/ion-datetime-button.cjs.entry.js +5 -4
  137. package/dist/cjs/ion-datetime_3.cjs.entry.js +24 -15
  138. package/dist/cjs/ion-fab_3.cjs.entry.js +7 -6
  139. package/dist/cjs/ion-img.cjs.entry.js +4 -3
  140. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +8 -7
  141. package/dist/cjs/ion-input-otp.cjs.entry.js +106 -53
  142. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +4 -3
  143. package/dist/cjs/ion-input.cjs.entry.js +10 -9
  144. package/dist/cjs/ion-item-option_3.cjs.entry.js +7 -6
  145. package/dist/cjs/ion-item_8.cjs.entry.js +38 -17
  146. package/dist/cjs/ion-loading.cjs.entry.js +17 -17
  147. package/dist/cjs/ion-menu_3.cjs.entry.js +42 -19
  148. package/dist/cjs/ion-modal.cjs.entry.js +393 -26
  149. package/dist/cjs/ion-nav_2.cjs.entry.js +8 -7
  150. package/dist/cjs/ion-picker-column-option.cjs.entry.js +4 -3
  151. package/dist/cjs/ion-picker-column.cjs.entry.js +28 -9
  152. package/dist/cjs/ion-picker.cjs.entry.js +2 -2
  153. package/dist/cjs/ion-popover.cjs.entry.js +19 -17
  154. package/dist/cjs/ion-progress-bar.cjs.entry.js +5 -3
  155. package/dist/cjs/ion-radio_2.cjs.entry.js +5 -4
  156. package/dist/cjs/ion-range.cjs.entry.js +53 -9
  157. package/dist/cjs/ion-refresher_2.cjs.entry.js +15 -14
  158. package/dist/cjs/ion-reorder_2.cjs.entry.js +27 -11
  159. package/dist/cjs/ion-ripple-effect.cjs.entry.js +3 -2
  160. package/dist/cjs/ion-route_4.cjs.entry.js +5 -3
  161. package/dist/cjs/ion-searchbar.cjs.entry.js +10 -11
  162. package/dist/cjs/ion-segment-content.cjs.entry.js +2 -2
  163. package/dist/cjs/ion-segment-view.cjs.entry.js +1 -1
  164. package/dist/cjs/ion-segment_2.cjs.entry.js +5 -4
  165. package/dist/cjs/ion-select-modal.cjs.entry.js +9 -8
  166. package/dist/cjs/ion-select_3.cjs.entry.js +21 -20
  167. package/dist/cjs/ion-spinner.cjs.entry.js +4 -3
  168. package/dist/cjs/ion-split-pane.cjs.entry.js +3 -2
  169. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +5 -4
  170. package/dist/cjs/ion-tab_2.cjs.entry.js +3 -3
  171. package/dist/cjs/ion-text.cjs.entry.js +3 -2
  172. package/dist/cjs/ion-textarea.cjs.entry.js +7 -6
  173. package/dist/cjs/ion-toast.cjs.entry.js +17 -17
  174. package/dist/cjs/ion-toggle.cjs.entry.js +7 -6
  175. package/dist/cjs/ionic-global-UI5YPSi-.js +151 -0
  176. package/dist/cjs/ionic.cjs.js +6 -4
  177. package/dist/cjs/{ios.transition-baEy2tr4.js → ios.transition-DEitrLlG.js} +4 -4
  178. package/dist/cjs/loader.cjs.js +5 -3
  179. package/dist/cjs/{md.transition-Bvc-JrM5.js → md.transition-BHtGC-Wg.js} +4 -4
  180. package/dist/cjs/{notch-controller-BAbqGXRi.js → notch-controller-Bf5Rr4R5.js} +1 -1
  181. package/dist/cjs/{overlays-DRDumz2b.js → overlays-CglR7j-u.js} +8 -7
  182. package/dist/cjs/{status-tap-Db3WeCkO.js → status-tap-D9YPr62n.js} +3 -3
  183. package/dist/cjs/{swipe-back-bLyc4PSi.js → swipe-back-Ck8mDs0g.js} +2 -2
  184. package/dist/collection/collection-manifest.json +1 -1
  185. package/dist/collection/components/action-sheet/action-sheet.js +11 -12
  186. package/dist/collection/components/alert/alert.js +10 -11
  187. package/dist/collection/components/app/app.js +8 -3
  188. package/dist/collection/components/datetime/datetime.js +24 -8
  189. package/dist/collection/components/datetime/utils/state.js +1 -0
  190. package/dist/collection/components/input/input.ios.css +1 -1
  191. package/dist/collection/components/input/input.md.css +1 -1
  192. package/dist/collection/components/input-otp/input-otp.js +104 -51
  193. package/dist/collection/components/item/item.js +28 -7
  194. package/dist/collection/components/loading/loading.js +10 -11
  195. package/dist/collection/components/menu/menu.js +62 -19
  196. package/dist/collection/components/modal/animations/ios.enter.js +2 -2
  197. package/dist/collection/components/modal/animations/ios.leave.js +2 -2
  198. package/dist/collection/components/modal/animations/ios.transition.js +152 -0
  199. package/dist/collection/components/modal/modal.js +258 -18
  200. package/dist/collection/components/picker-column/picker-column.js +22 -4
  201. package/dist/collection/components/popover/popover.js +18 -14
  202. package/dist/collection/components/progress-bar/progress-bar.js +1 -0
  203. package/dist/collection/components/range/range.js +48 -5
  204. package/dist/collection/components/reorder-group/reorder-group.js +80 -8
  205. package/dist/collection/components/router/router.js +5 -1
  206. package/dist/collection/components/searchbar/searchbar.js +5 -7
  207. package/dist/collection/components/segment-content/segment-content.css +1 -0
  208. package/dist/collection/components/select/select.js +3 -3
  209. package/dist/collection/components/toast/toast.js +9 -10
  210. package/dist/collection/utils/test/playwright/page/utils/set-content.js +20 -2
  211. package/dist/docs.json +218 -75
  212. package/dist/esm/{animation-BWcUKtbn.js → animation-BvhAtgca.js} +1 -1
  213. package/dist/esm/app-globals-CvLYUxE9.js +8 -0
  214. package/dist/esm/{button-active-Bxcnevju.js → button-active-DBUPuLNw.js} +1 -1
  215. package/dist/esm/{config-AaTyISnm.js → config-Dx_6wPIJ.js} +1 -1
  216. package/dist/esm/{data-GIsHsYIB.js → data-CKHMWxfe.js} +1 -1
  217. package/dist/esm/{framework-delegate-DxcnWic_.js → framework-delegate-BLEBgH06.js} +1 -1
  218. package/dist/esm/{hardware-back-button-DcH0BbDp.js → hardware-back-button-Dhbd-23H.js} +1 -1
  219. package/dist/esm/{helpers-1O4D2b7y.js → helpers-8KSQQGQy.js} +1 -1
  220. package/dist/esm/{index-B_U9CtaY.js → index-4DxY6_gG.js} +270 -315
  221. package/dist/esm/{index-BlJTBdxG.js → index-7UbSlv7N.js} +2 -2
  222. package/dist/esm/{index-CWbP1eJz.js → index-C6WeRr09.js} +2 -2
  223. package/dist/esm/{index-D8sncTHY.js → index-CXSTcaAW.js} +5 -4
  224. package/dist/esm/index-DV3sJJW8.js +32 -0
  225. package/dist/esm/{index-DfBA5ztX.js → index-Dp7GXH1z.js} +4 -4
  226. package/dist/esm/index.js +12 -11
  227. package/dist/esm/{input-shims-C3lNp93k.js → input-shims-C4KDnhxb.js} +3 -3
  228. package/dist/esm/{input.utils-zWijNCrx.js → input.utils-be4gBvVY.js} +2 -2
  229. package/dist/esm/ion-accordion_2.entry.js +4 -3
  230. package/dist/esm/ion-action-sheet.entry.js +16 -16
  231. package/dist/esm/ion-alert.entry.js +16 -16
  232. package/dist/esm/ion-app_8.entry.js +15 -12
  233. package/dist/esm/ion-avatar_3.entry.js +2 -1
  234. package/dist/esm/ion-back-button.entry.js +4 -3
  235. package/dist/esm/ion-backdrop.entry.js +2 -1
  236. package/dist/esm/ion-breadcrumb_2.entry.js +4 -3
  237. package/dist/esm/ion-button_2.entry.js +316 -246
  238. package/dist/esm/ion-card_5.entry.js +3 -2
  239. package/dist/esm/ion-checkbox.entry.js +3 -2
  240. package/dist/esm/ion-chip.entry.js +2 -1
  241. package/dist/esm/ion-col_3.entry.js +2 -1
  242. package/dist/esm/ion-datetime-button.entry.js +4 -3
  243. package/dist/esm/ion-datetime_3.entry.js +19 -10
  244. package/dist/esm/ion-fab_3.entry.js +4 -3
  245. package/dist/esm/ion-img.entry.js +3 -2
  246. package/dist/esm/ion-infinite-scroll_2.entry.js +5 -4
  247. package/dist/esm/ion-input-otp.entry.js +105 -52
  248. package/dist/esm/ion-input-password-toggle.entry.js +3 -2
  249. package/dist/esm/ion-input.entry.js +8 -7
  250. package/dist/esm/ion-item-option_3.entry.js +4 -3
  251. package/dist/esm/ion-item_8.entry.js +30 -9
  252. package/dist/esm/ion-loading.entry.js +15 -15
  253. package/dist/esm/ion-menu_3.entry.js +36 -13
  254. package/dist/esm/ion-modal.entry.js +389 -22
  255. package/dist/esm/ion-nav_2.entry.js +6 -5
  256. package/dist/esm/ion-picker-column-option.entry.js +3 -2
  257. package/dist/esm/ion-picker-column.entry.js +25 -6
  258. package/dist/esm/ion-picker.entry.js +2 -2
  259. package/dist/esm/ion-popover.entry.js +16 -14
  260. package/dist/esm/ion-progress-bar.entry.js +4 -2
  261. package/dist/esm/ion-radio_2.entry.js +3 -2
  262. package/dist/esm/ion-range.entry.js +52 -8
  263. package/dist/esm/ion-refresher_2.entry.js +7 -6
  264. package/dist/esm/ion-reorder_2.entry.js +25 -9
  265. package/dist/esm/ion-ripple-effect.entry.js +2 -1
  266. package/dist/esm/ion-route_4.entry.js +4 -2
  267. package/dist/esm/ion-searchbar.entry.js +8 -9
  268. package/dist/esm/ion-segment-content.entry.js +2 -2
  269. package/dist/esm/ion-segment-view.entry.js +1 -1
  270. package/dist/esm/ion-segment_2.entry.js +3 -2
  271. package/dist/esm/ion-select-modal.entry.js +8 -7
  272. package/dist/esm/ion-select_3.entry.js +12 -11
  273. package/dist/esm/ion-spinner.entry.js +2 -1
  274. package/dist/esm/ion-split-pane.entry.js +2 -1
  275. package/dist/esm/ion-tab-bar_2.entry.js +3 -2
  276. package/dist/esm/ion-tab_2.entry.js +3 -3
  277. package/dist/esm/ion-text.entry.js +2 -1
  278. package/dist/esm/ion-textarea.entry.js +5 -4
  279. package/dist/esm/ion-toast.entry.js +14 -14
  280. package/dist/esm/ion-toggle.entry.js +4 -3
  281. package/dist/esm/ionic-global-CTSyufhF.js +146 -0
  282. package/dist/esm/ionic.js +6 -4
  283. package/dist/esm/{ios.transition-BmXtMRXZ.js → ios.transition-eAEkgVAv.js} +4 -4
  284. package/dist/esm/loader.js +5 -3
  285. package/dist/esm/{md.transition-CLI683c7.js → md.transition-D8TeJ_Pz.js} +4 -4
  286. package/dist/esm/{notch-controller-C5LPspO8.js → notch-controller-lb417-kU.js} +1 -1
  287. package/dist/esm/{overlays-8Y2rA-ps.js → overlays-ZX_4-t_r.js} +5 -4
  288. package/dist/esm/{status-tap-7t9T91bG.js → status-tap-pATNXEtr.js} +3 -3
  289. package/dist/esm/{swipe-back-D_6Vqlwy.js → swipe-back-tV63j0BI.js} +2 -2
  290. package/dist/ionic/index.esm.js +1 -1
  291. package/dist/ionic/ionic.esm.js +1 -1
  292. package/dist/ionic/p-0f396661.entry.js +4 -0
  293. package/dist/ionic/p-1191a2d9.entry.js +4 -0
  294. package/dist/ionic/p-1488b7cc.entry.js +4 -0
  295. package/dist/ionic/p-148bdf18.entry.js +4 -0
  296. package/dist/ionic/p-16116947.entry.js +4 -0
  297. package/dist/ionic/p-19f80390.entry.js +4 -0
  298. package/dist/ionic/p-1bbd0a23.entry.js +4 -0
  299. package/dist/ionic/p-1d5b934a.entry.js +4 -0
  300. package/dist/ionic/p-29032e49.entry.js +4 -0
  301. package/dist/ionic/p-2cb0f39f.entry.js +4 -0
  302. package/dist/ionic/p-349fc921.entry.js +4 -0
  303. package/dist/ionic/p-3624b640.entry.js +4 -0
  304. package/dist/ionic/p-36a54836.entry.js +4 -0
  305. package/dist/ionic/p-39ed3212.entry.js +4 -0
  306. package/dist/ionic/{p-73d7ad90.entry.js → p-3e426ddc.entry.js} +1 -1
  307. package/dist/ionic/p-4DxY6_gG.js +5 -0
  308. package/dist/ionic/p-504e4c9c.entry.js +4 -0
  309. package/dist/ionic/p-528af4e6.entry.js +4 -0
  310. package/dist/ionic/p-54dec9b1.entry.js +4 -0
  311. package/dist/ionic/p-5c976c00.entry.js +4 -0
  312. package/dist/ionic/p-6383afc2.entry.js +4 -0
  313. package/dist/ionic/p-6701ab96.entry.js +4 -0
  314. package/dist/ionic/p-6d26651e.entry.js +4 -0
  315. package/dist/ionic/p-7a53f04c.entry.js +4 -0
  316. package/dist/ionic/p-7bac2c5f.entry.js +4 -0
  317. package/dist/ionic/p-7da05504.entry.js +4 -0
  318. package/dist/ionic/p-7fa27903.entry.js +4 -0
  319. package/dist/ionic/p-8d96a0cd.entry.js +4 -0
  320. package/dist/ionic/p-91d6ccb0.entry.js +4 -0
  321. package/dist/ionic/p-982fe1c4.entry.js +4 -0
  322. package/dist/ionic/{p-9b46b31b.entry.js → p-9ddf2620.entry.js} +1 -1
  323. package/dist/ionic/p-B1xocg0A.js +4 -0
  324. package/dist/ionic/{p-BmQduG8c.js → p-B5MDSrGg.js} +1 -1
  325. package/dist/ionic/{p-CRiGyYOA.js → p-BB-JoKGB.js} +1 -1
  326. package/dist/ionic/{p-DCfS5Jk_.js → p-BHGXdud8.js} +1 -1
  327. package/dist/ionic/{p-QwEXyOze.js → p-BhNEp2QP.js} +1 -1
  328. package/dist/ionic/p-Br3vSlYh.js +4 -0
  329. package/dist/ionic/{p-Do-uqmtX.js → p-C-Cct-6D.js} +1 -1
  330. package/dist/ionic/p-C87oPMMF.js +4 -0
  331. package/dist/ionic/p-C8d2ebIg.js +4 -0
  332. package/dist/ionic/p-CSwZyt05.js +4 -0
  333. package/dist/ionic/{p-CPgXVSua.js → p-CWvl4RPO.js} +1 -1
  334. package/dist/ionic/p-CvaZMP6T.js +4 -0
  335. package/dist/ionic/{p-DgdWETCP.js → p-D2fQU_qK.js} +1 -1
  336. package/dist/ionic/{p-DonTxalL.js → p-D2re3d9B.js} +1 -1
  337. package/dist/ionic/p-DAfH9Iif.js +4 -0
  338. package/dist/ionic/p-DCuOL88l.js +4 -0
  339. package/dist/ionic/p-DJKvq7vb.js +4 -0
  340. package/dist/ionic/p-DV3sJJW8.js +4 -0
  341. package/dist/ionic/{p-7qk7mxdr.js → p-DiZPU8BH.js} +1 -1
  342. package/dist/ionic/p-Dm_oBkW1.js +4 -0
  343. package/dist/ionic/{p-CbI9XwwW.js → p-EnaLTYYj.js} +1 -1
  344. package/dist/ionic/{p-B1MNHTYX.js → p-LaGjiAVo.js} +1 -1
  345. package/dist/ionic/p-a81be128.entry.js +4 -0
  346. package/dist/ionic/p-ab33ef20.entry.js +4 -0
  347. package/dist/ionic/p-ac2be9d6.entry.js +4 -0
  348. package/dist/ionic/p-ac434970.entry.js +4 -0
  349. package/dist/ionic/p-afeb9df6.entry.js +4 -0
  350. package/dist/ionic/p-bc9f9032.entry.js +4 -0
  351. package/dist/ionic/p-bf81a468.entry.js +4 -0
  352. package/dist/ionic/{p-8a8ef46b.entry.js → p-c0d58c8e.entry.js} +1 -1
  353. package/dist/ionic/p-c5210d3e.entry.js +4 -0
  354. package/dist/ionic/p-c575e7ce.entry.js +4 -0
  355. package/dist/ionic/p-c836e1a2.entry.js +4 -0
  356. package/dist/ionic/p-cb335dbc.entry.js +4 -0
  357. package/dist/ionic/p-d04d66fc.entry.js +4 -0
  358. package/dist/ionic/p-d3df6032.entry.js +4 -0
  359. package/dist/ionic/p-dbba38cf.entry.js +4 -0
  360. package/dist/ionic/p-e6c465ff.entry.js +4 -0
  361. package/dist/ionic/p-ec76fec4.entry.js +4 -0
  362. package/dist/ionic/p-ee2e35a6.entry.js +4 -0
  363. package/dist/ionic/p-f2884bc2.entry.js +4 -0
  364. package/dist/ionic/p-f456d176.entry.js +4 -0
  365. package/dist/ionic/p-f7db572a.entry.js +4 -0
  366. package/dist/ionic/p-f9eb54ee.entry.js +4 -0
  367. package/dist/ionic/svg/accessibility-outline.svg +1 -1
  368. package/dist/ionic/svg/accessibility-sharp.svg +1 -1
  369. package/dist/ionic/svg/accessibility.svg +1 -1
  370. package/dist/ionic/svg/add-circle-outline.svg +1 -1
  371. package/dist/ionic/svg/add-circle-sharp.svg +1 -1
  372. package/dist/ionic/svg/add-circle.svg +1 -1
  373. package/dist/ionic/svg/add-outline.svg +1 -1
  374. package/dist/ionic/svg/add-sharp.svg +1 -1
  375. package/dist/ionic/svg/add.svg +1 -1
  376. package/dist/ionic/svg/airplane-outline.svg +1 -1
  377. package/dist/ionic/svg/airplane-sharp.svg +1 -1
  378. package/dist/ionic/svg/airplane.svg +1 -1
  379. package/dist/ionic/svg/alarm-outline.svg +1 -1
  380. package/dist/ionic/svg/alarm-sharp.svg +1 -1
  381. package/dist/ionic/svg/alarm.svg +1 -1
  382. package/dist/ionic/svg/albums-outline.svg +1 -1
  383. package/dist/ionic/svg/albums-sharp.svg +1 -1
  384. package/dist/ionic/svg/albums.svg +1 -1
  385. package/dist/ionic/svg/alert-circle-outline.svg +1 -1
  386. package/dist/ionic/svg/alert-circle-sharp.svg +1 -1
  387. package/dist/ionic/svg/alert-circle.svg +1 -1
  388. package/dist/ionic/svg/alert-outline.svg +1 -1
  389. package/dist/ionic/svg/alert-sharp.svg +1 -1
  390. package/dist/ionic/svg/alert.svg +1 -1
  391. package/dist/ionic/svg/american-football-outline.svg +1 -1
  392. package/dist/ionic/svg/american-football-sharp.svg +1 -1
  393. package/dist/ionic/svg/american-football.svg +1 -1
  394. package/dist/ionic/svg/analytics-outline.svg +1 -1
  395. package/dist/ionic/svg/analytics-sharp.svg +1 -1
  396. package/dist/ionic/svg/analytics.svg +1 -1
  397. package/dist/ionic/svg/aperture-outline.svg +1 -1
  398. package/dist/ionic/svg/aperture-sharp.svg +1 -1
  399. package/dist/ionic/svg/aperture.svg +1 -1
  400. package/dist/ionic/svg/apps-outline.svg +1 -1
  401. package/dist/ionic/svg/apps-sharp.svg +1 -1
  402. package/dist/ionic/svg/apps.svg +1 -1
  403. package/dist/ionic/svg/archive-outline.svg +1 -1
  404. package/dist/ionic/svg/archive-sharp.svg +1 -1
  405. package/dist/ionic/svg/archive.svg +1 -1
  406. package/dist/ionic/svg/arrow-back-circle-outline.svg +1 -1
  407. package/dist/ionic/svg/arrow-back-circle-sharp.svg +1 -1
  408. package/dist/ionic/svg/arrow-back-circle.svg +1 -1
  409. package/dist/ionic/svg/arrow-back-outline.svg +1 -1
  410. package/dist/ionic/svg/arrow-back-sharp.svg +1 -1
  411. package/dist/ionic/svg/arrow-back.svg +1 -1
  412. package/dist/ionic/svg/arrow-down-circle-outline.svg +1 -1
  413. package/dist/ionic/svg/arrow-down-circle-sharp.svg +1 -1
  414. package/dist/ionic/svg/arrow-down-circle.svg +1 -1
  415. package/dist/ionic/svg/arrow-down-left-box-outline.svg +1 -0
  416. package/dist/ionic/svg/arrow-down-left-box-sharp.svg +1 -0
  417. package/dist/ionic/svg/arrow-down-left-box.svg +1 -0
  418. package/dist/ionic/svg/arrow-down-outline.svg +1 -1
  419. package/dist/ionic/svg/arrow-down-right-box-outline.svg +1 -0
  420. package/dist/ionic/svg/arrow-down-right-box-sharp.svg +1 -0
  421. package/dist/ionic/svg/arrow-down-right-box.svg +1 -0
  422. package/dist/ionic/svg/arrow-down-sharp.svg +1 -1
  423. package/dist/ionic/svg/arrow-down.svg +1 -1
  424. package/dist/ionic/svg/arrow-forward-circle-outline.svg +1 -1
  425. package/dist/ionic/svg/arrow-forward-circle-sharp.svg +1 -1
  426. package/dist/ionic/svg/arrow-forward-circle.svg +1 -1
  427. package/dist/ionic/svg/arrow-forward-outline.svg +1 -1
  428. package/dist/ionic/svg/arrow-forward-sharp.svg +1 -1
  429. package/dist/ionic/svg/arrow-forward.svg +1 -1
  430. package/dist/ionic/svg/arrow-redo-circle-outline.svg +1 -1
  431. package/dist/ionic/svg/arrow-redo-circle-sharp.svg +1 -1
  432. package/dist/ionic/svg/arrow-redo-circle.svg +1 -1
  433. package/dist/ionic/svg/arrow-redo-outline.svg +1 -1
  434. package/dist/ionic/svg/arrow-redo-sharp.svg +1 -1
  435. package/dist/ionic/svg/arrow-redo.svg +1 -1
  436. package/dist/ionic/svg/arrow-undo-circle-outline.svg +1 -1
  437. package/dist/ionic/svg/arrow-undo-circle-sharp.svg +1 -1
  438. package/dist/ionic/svg/arrow-undo-circle.svg +1 -1
  439. package/dist/ionic/svg/arrow-undo-outline.svg +1 -1
  440. package/dist/ionic/svg/arrow-undo-sharp.svg +1 -1
  441. package/dist/ionic/svg/arrow-undo.svg +1 -1
  442. package/dist/ionic/svg/arrow-up-circle-outline.svg +1 -1
  443. package/dist/ionic/svg/arrow-up-circle-sharp.svg +1 -1
  444. package/dist/ionic/svg/arrow-up-circle.svg +1 -1
  445. package/dist/ionic/svg/arrow-up-left-box-outline.svg +1 -0
  446. package/dist/ionic/svg/arrow-up-left-box-sharp.svg +1 -0
  447. package/dist/ionic/svg/arrow-up-left-box.svg +1 -0
  448. package/dist/ionic/svg/arrow-up-outline.svg +1 -1
  449. package/dist/ionic/svg/arrow-up-right-box-outline.svg +1 -0
  450. package/dist/ionic/svg/arrow-up-right-box-sharp.svg +1 -0
  451. package/dist/ionic/svg/arrow-up-right-box.svg +1 -0
  452. package/dist/ionic/svg/arrow-up-sharp.svg +1 -1
  453. package/dist/ionic/svg/arrow-up.svg +1 -1
  454. package/dist/ionic/svg/at-circle-outline.svg +1 -1
  455. package/dist/ionic/svg/at-circle-sharp.svg +1 -1
  456. package/dist/ionic/svg/at-circle.svg +1 -1
  457. package/dist/ionic/svg/at-outline.svg +1 -1
  458. package/dist/ionic/svg/at-sharp.svg +1 -1
  459. package/dist/ionic/svg/at.svg +1 -1
  460. package/dist/ionic/svg/attach-outline.svg +1 -1
  461. package/dist/ionic/svg/attach-sharp.svg +1 -1
  462. package/dist/ionic/svg/attach.svg +1 -1
  463. package/dist/ionic/svg/backspace-outline.svg +1 -1
  464. package/dist/ionic/svg/backspace-sharp.svg +1 -1
  465. package/dist/ionic/svg/backspace.svg +1 -1
  466. package/dist/ionic/svg/bag-add-outline.svg +1 -1
  467. package/dist/ionic/svg/bag-add-sharp.svg +1 -1
  468. package/dist/ionic/svg/bag-add.svg +1 -1
  469. package/dist/ionic/svg/bag-check-outline.svg +1 -1
  470. package/dist/ionic/svg/bag-check-sharp.svg +1 -1
  471. package/dist/ionic/svg/bag-check.svg +1 -1
  472. package/dist/ionic/svg/bag-handle-outline.svg +1 -1
  473. package/dist/ionic/svg/bag-handle-sharp.svg +1 -1
  474. package/dist/ionic/svg/bag-handle.svg +1 -1
  475. package/dist/ionic/svg/bag-outline.svg +1 -1
  476. package/dist/ionic/svg/bag-remove-outline.svg +1 -1
  477. package/dist/ionic/svg/bag-remove-sharp.svg +1 -1
  478. package/dist/ionic/svg/bag-remove.svg +1 -1
  479. package/dist/ionic/svg/bag-sharp.svg +1 -1
  480. package/dist/ionic/svg/bag.svg +1 -1
  481. package/dist/ionic/svg/balloon-outline.svg +1 -1
  482. package/dist/ionic/svg/balloon-sharp.svg +1 -1
  483. package/dist/ionic/svg/balloon.svg +1 -1
  484. package/dist/ionic/svg/ban-outline.svg +1 -1
  485. package/dist/ionic/svg/ban-sharp.svg +1 -1
  486. package/dist/ionic/svg/ban.svg +1 -1
  487. package/dist/ionic/svg/bandage-outline.svg +1 -1
  488. package/dist/ionic/svg/bandage-sharp.svg +1 -1
  489. package/dist/ionic/svg/bandage.svg +1 -1
  490. package/dist/ionic/svg/bar-chart-outline.svg +1 -1
  491. package/dist/ionic/svg/bar-chart-sharp.svg +1 -1
  492. package/dist/ionic/svg/bar-chart.svg +1 -1
  493. package/dist/ionic/svg/barbell-outline.svg +1 -1
  494. package/dist/ionic/svg/barbell-sharp.svg +1 -1
  495. package/dist/ionic/svg/barbell.svg +1 -1
  496. package/dist/ionic/svg/barcode-outline.svg +1 -1
  497. package/dist/ionic/svg/barcode-sharp.svg +1 -1
  498. package/dist/ionic/svg/barcode.svg +1 -1
  499. package/dist/ionic/svg/baseball-outline.svg +1 -1
  500. package/dist/ionic/svg/baseball-sharp.svg +1 -1
  501. package/dist/ionic/svg/baseball.svg +1 -1
  502. package/dist/ionic/svg/basket-outline.svg +1 -1
  503. package/dist/ionic/svg/basket-sharp.svg +1 -1
  504. package/dist/ionic/svg/basket.svg +1 -1
  505. package/dist/ionic/svg/basketball-outline.svg +1 -1
  506. package/dist/ionic/svg/basketball-sharp.svg +1 -1
  507. package/dist/ionic/svg/basketball.svg +1 -1
  508. package/dist/ionic/svg/battery-charging-outline.svg +1 -1
  509. package/dist/ionic/svg/battery-charging-sharp.svg +1 -1
  510. package/dist/ionic/svg/battery-charging.svg +1 -1
  511. package/dist/ionic/svg/battery-dead-outline.svg +1 -1
  512. package/dist/ionic/svg/battery-dead-sharp.svg +1 -1
  513. package/dist/ionic/svg/battery-dead.svg +1 -1
  514. package/dist/ionic/svg/battery-full-outline.svg +1 -1
  515. package/dist/ionic/svg/battery-full-sharp.svg +1 -1
  516. package/dist/ionic/svg/battery-full.svg +1 -1
  517. package/dist/ionic/svg/battery-half-outline.svg +1 -1
  518. package/dist/ionic/svg/battery-half-sharp.svg +1 -1
  519. package/dist/ionic/svg/battery-half.svg +1 -1
  520. package/dist/ionic/svg/beaker-outline.svg +1 -1
  521. package/dist/ionic/svg/beaker-sharp.svg +1 -1
  522. package/dist/ionic/svg/beaker.svg +1 -1
  523. package/dist/ionic/svg/bed-outline.svg +1 -1
  524. package/dist/ionic/svg/bed-sharp.svg +1 -1
  525. package/dist/ionic/svg/bed.svg +1 -1
  526. package/dist/ionic/svg/beer-outline.svg +1 -1
  527. package/dist/ionic/svg/beer-sharp.svg +1 -1
  528. package/dist/ionic/svg/beer.svg +1 -1
  529. package/dist/ionic/svg/bicycle-outline.svg +1 -1
  530. package/dist/ionic/svg/bicycle-sharp.svg +1 -1
  531. package/dist/ionic/svg/bicycle.svg +1 -1
  532. package/dist/ionic/svg/binoculars-outline.svg +1 -0
  533. package/dist/ionic/svg/binoculars-sharp.svg +1 -0
  534. package/dist/ionic/svg/binoculars.svg +1 -0
  535. package/dist/ionic/svg/bluetooth-outline.svg +1 -1
  536. package/dist/ionic/svg/bluetooth-sharp.svg +1 -1
  537. package/dist/ionic/svg/bluetooth.svg +1 -1
  538. package/dist/ionic/svg/boat-outline.svg +1 -1
  539. package/dist/ionic/svg/boat-sharp.svg +1 -1
  540. package/dist/ionic/svg/boat.svg +1 -1
  541. package/dist/ionic/svg/body-outline.svg +1 -1
  542. package/dist/ionic/svg/body-sharp.svg +1 -1
  543. package/dist/ionic/svg/body.svg +1 -1
  544. package/dist/ionic/svg/bonfire-outline.svg +1 -1
  545. package/dist/ionic/svg/bonfire-sharp.svg +1 -1
  546. package/dist/ionic/svg/bonfire.svg +1 -1
  547. package/dist/ionic/svg/book-outline.svg +1 -1
  548. package/dist/ionic/svg/book-sharp.svg +1 -1
  549. package/dist/ionic/svg/book.svg +1 -1
  550. package/dist/ionic/svg/bookmark-outline.svg +1 -1
  551. package/dist/ionic/svg/bookmark-sharp.svg +1 -1
  552. package/dist/ionic/svg/bookmark.svg +1 -1
  553. package/dist/ionic/svg/bookmarks-outline.svg +1 -1
  554. package/dist/ionic/svg/bookmarks-sharp.svg +1 -1
  555. package/dist/ionic/svg/bookmarks.svg +1 -1
  556. package/dist/ionic/svg/bowling-ball-outline.svg +1 -1
  557. package/dist/ionic/svg/bowling-ball-sharp.svg +1 -1
  558. package/dist/ionic/svg/bowling-ball.svg +1 -1
  559. package/dist/ionic/svg/briefcase-outline.svg +1 -1
  560. package/dist/ionic/svg/briefcase-sharp.svg +1 -1
  561. package/dist/ionic/svg/briefcase.svg +1 -1
  562. package/dist/ionic/svg/browsers-outline.svg +1 -1
  563. package/dist/ionic/svg/browsers-sharp.svg +1 -1
  564. package/dist/ionic/svg/browsers.svg +1 -1
  565. package/dist/ionic/svg/brush-outline.svg +1 -1
  566. package/dist/ionic/svg/brush-sharp.svg +1 -1
  567. package/dist/ionic/svg/brush.svg +1 -1
  568. package/dist/ionic/svg/bug-outline.svg +1 -1
  569. package/dist/ionic/svg/bug-sharp.svg +1 -1
  570. package/dist/ionic/svg/bug.svg +1 -1
  571. package/dist/ionic/svg/build-outline.svg +1 -1
  572. package/dist/ionic/svg/build-sharp.svg +1 -1
  573. package/dist/ionic/svg/build.svg +1 -1
  574. package/dist/ionic/svg/bulb-outline.svg +1 -1
  575. package/dist/ionic/svg/bulb-sharp.svg +1 -1
  576. package/dist/ionic/svg/bulb.svg +1 -1
  577. package/dist/ionic/svg/bus-outline.svg +1 -1
  578. package/dist/ionic/svg/bus-sharp.svg +1 -1
  579. package/dist/ionic/svg/bus.svg +1 -1
  580. package/dist/ionic/svg/business-outline.svg +1 -1
  581. package/dist/ionic/svg/business-sharp.svg +1 -1
  582. package/dist/ionic/svg/business.svg +1 -1
  583. package/dist/ionic/svg/cafe-outline.svg +1 -1
  584. package/dist/ionic/svg/cafe-sharp.svg +1 -1
  585. package/dist/ionic/svg/cafe.svg +1 -1
  586. package/dist/ionic/svg/calculator-outline.svg +1 -1
  587. package/dist/ionic/svg/calculator-sharp.svg +1 -1
  588. package/dist/ionic/svg/calculator.svg +1 -1
  589. package/dist/ionic/svg/calendar-clear-outline.svg +1 -1
  590. package/dist/ionic/svg/calendar-clear-sharp.svg +1 -1
  591. package/dist/ionic/svg/calendar-clear.svg +1 -1
  592. package/dist/ionic/svg/calendar-number-outline.svg +1 -1
  593. package/dist/ionic/svg/calendar-number-sharp.svg +1 -1
  594. package/dist/ionic/svg/calendar-number.svg +1 -1
  595. package/dist/ionic/svg/calendar-outline.svg +1 -1
  596. package/dist/ionic/svg/calendar-sharp.svg +1 -1
  597. package/dist/ionic/svg/calendar.svg +1 -1
  598. package/dist/ionic/svg/call-outline.svg +1 -1
  599. package/dist/ionic/svg/call-sharp.svg +1 -1
  600. package/dist/ionic/svg/call.svg +1 -1
  601. package/dist/ionic/svg/camera-outline.svg +1 -1
  602. package/dist/ionic/svg/camera-reverse-outline.svg +1 -1
  603. package/dist/ionic/svg/camera-reverse-sharp.svg +1 -1
  604. package/dist/ionic/svg/camera-reverse.svg +1 -1
  605. package/dist/ionic/svg/camera-sharp.svg +1 -1
  606. package/dist/ionic/svg/camera.svg +1 -1
  607. package/dist/ionic/svg/car-outline.svg +1 -1
  608. package/dist/ionic/svg/car-sharp.svg +1 -1
  609. package/dist/ionic/svg/car-sport-outline.svg +1 -1
  610. package/dist/ionic/svg/car-sport-sharp.svg +1 -1
  611. package/dist/ionic/svg/car-sport.svg +1 -1
  612. package/dist/ionic/svg/car.svg +1 -1
  613. package/dist/ionic/svg/card-outline.svg +1 -1
  614. package/dist/ionic/svg/card-sharp.svg +1 -1
  615. package/dist/ionic/svg/card.svg +1 -1
  616. package/dist/ionic/svg/caret-back-circle-outline.svg +1 -1
  617. package/dist/ionic/svg/caret-back-circle-sharp.svg +1 -1
  618. package/dist/ionic/svg/caret-back-circle.svg +1 -1
  619. package/dist/ionic/svg/caret-back-outline.svg +1 -1
  620. package/dist/ionic/svg/caret-back-sharp.svg +1 -1
  621. package/dist/ionic/svg/caret-back.svg +1 -1
  622. package/dist/ionic/svg/caret-down-circle-outline.svg +1 -1
  623. package/dist/ionic/svg/caret-down-circle-sharp.svg +1 -1
  624. package/dist/ionic/svg/caret-down-circle.svg +1 -1
  625. package/dist/ionic/svg/caret-down-outline.svg +1 -1
  626. package/dist/ionic/svg/caret-down-sharp.svg +1 -1
  627. package/dist/ionic/svg/caret-down.svg +1 -1
  628. package/dist/ionic/svg/caret-forward-circle-outline.svg +1 -1
  629. package/dist/ionic/svg/caret-forward-circle-sharp.svg +1 -1
  630. package/dist/ionic/svg/caret-forward-circle.svg +1 -1
  631. package/dist/ionic/svg/caret-forward-outline.svg +1 -1
  632. package/dist/ionic/svg/caret-forward-sharp.svg +1 -1
  633. package/dist/ionic/svg/caret-forward.svg +1 -1
  634. package/dist/ionic/svg/caret-up-circle-outline.svg +1 -1
  635. package/dist/ionic/svg/caret-up-circle-sharp.svg +1 -1
  636. package/dist/ionic/svg/caret-up-circle.svg +1 -1
  637. package/dist/ionic/svg/caret-up-outline.svg +1 -1
  638. package/dist/ionic/svg/caret-up-sharp.svg +1 -1
  639. package/dist/ionic/svg/caret-up.svg +1 -1
  640. package/dist/ionic/svg/cart-outline.svg +1 -1
  641. package/dist/ionic/svg/cart-sharp.svg +1 -1
  642. package/dist/ionic/svg/cart.svg +1 -1
  643. package/dist/ionic/svg/cash-outline.svg +1 -1
  644. package/dist/ionic/svg/cash-sharp.svg +1 -1
  645. package/dist/ionic/svg/cash.svg +1 -1
  646. package/dist/ionic/svg/cellular-outline.svg +1 -1
  647. package/dist/ionic/svg/cellular-sharp.svg +1 -1
  648. package/dist/ionic/svg/cellular.svg +1 -1
  649. package/dist/ionic/svg/chatbox-ellipses-outline.svg +1 -1
  650. package/dist/ionic/svg/chatbox-ellipses-sharp.svg +1 -1
  651. package/dist/ionic/svg/chatbox-ellipses.svg +1 -1
  652. package/dist/ionic/svg/chatbox-outline.svg +1 -1
  653. package/dist/ionic/svg/chatbox-sharp.svg +1 -1
  654. package/dist/ionic/svg/chatbox.svg +1 -1
  655. package/dist/ionic/svg/chatbubble-ellipses-outline.svg +1 -1
  656. package/dist/ionic/svg/chatbubble-ellipses-sharp.svg +1 -1
  657. package/dist/ionic/svg/chatbubble-ellipses.svg +1 -1
  658. package/dist/ionic/svg/chatbubble-outline.svg +1 -1
  659. package/dist/ionic/svg/chatbubble-sharp.svg +1 -1
  660. package/dist/ionic/svg/chatbubble.svg +1 -1
  661. package/dist/ionic/svg/chatbubbles-outline.svg +1 -1
  662. package/dist/ionic/svg/chatbubbles-sharp.svg +1 -1
  663. package/dist/ionic/svg/chatbubbles.svg +1 -1
  664. package/dist/ionic/svg/checkbox-outline.svg +1 -1
  665. package/dist/ionic/svg/checkbox-sharp.svg +1 -1
  666. package/dist/ionic/svg/checkbox.svg +1 -1
  667. package/dist/ionic/svg/checkmark-circle-outline.svg +1 -1
  668. package/dist/ionic/svg/checkmark-circle-sharp.svg +1 -1
  669. package/dist/ionic/svg/checkmark-circle.svg +1 -1
  670. package/dist/ionic/svg/checkmark-done-circle-outline.svg +1 -1
  671. package/dist/ionic/svg/checkmark-done-circle-sharp.svg +1 -1
  672. package/dist/ionic/svg/checkmark-done-circle.svg +1 -1
  673. package/dist/ionic/svg/checkmark-done-outline.svg +1 -1
  674. package/dist/ionic/svg/checkmark-done-sharp.svg +1 -1
  675. package/dist/ionic/svg/checkmark-done.svg +1 -1
  676. package/dist/ionic/svg/checkmark-outline.svg +1 -1
  677. package/dist/ionic/svg/checkmark-sharp.svg +1 -1
  678. package/dist/ionic/svg/checkmark.svg +1 -1
  679. package/dist/ionic/svg/chevron-back-circle-outline.svg +1 -1
  680. package/dist/ionic/svg/chevron-back-circle-sharp.svg +1 -1
  681. package/dist/ionic/svg/chevron-back-circle.svg +1 -1
  682. package/dist/ionic/svg/chevron-back-outline.svg +1 -1
  683. package/dist/ionic/svg/chevron-back-sharp.svg +1 -1
  684. package/dist/ionic/svg/chevron-back.svg +1 -1
  685. package/dist/ionic/svg/chevron-collapse-outline.svg +1 -1
  686. package/dist/ionic/svg/chevron-collapse-sharp.svg +1 -1
  687. package/dist/ionic/svg/chevron-collapse.svg +1 -1
  688. package/dist/ionic/svg/chevron-down-circle-outline.svg +1 -1
  689. package/dist/ionic/svg/chevron-down-circle-sharp.svg +1 -1
  690. package/dist/ionic/svg/chevron-down-circle.svg +1 -1
  691. package/dist/ionic/svg/chevron-down-outline.svg +1 -1
  692. package/dist/ionic/svg/chevron-down-sharp.svg +1 -1
  693. package/dist/ionic/svg/chevron-down.svg +1 -1
  694. package/dist/ionic/svg/chevron-expand-outline.svg +1 -1
  695. package/dist/ionic/svg/chevron-expand-sharp.svg +1 -1
  696. package/dist/ionic/svg/chevron-expand.svg +1 -1
  697. package/dist/ionic/svg/chevron-forward-circle-outline.svg +1 -1
  698. package/dist/ionic/svg/chevron-forward-circle-sharp.svg +1 -1
  699. package/dist/ionic/svg/chevron-forward-circle.svg +1 -1
  700. package/dist/ionic/svg/chevron-forward-outline.svg +1 -1
  701. package/dist/ionic/svg/chevron-forward-sharp.svg +1 -1
  702. package/dist/ionic/svg/chevron-forward.svg +1 -1
  703. package/dist/ionic/svg/chevron-up-circle-outline.svg +1 -1
  704. package/dist/ionic/svg/chevron-up-circle-sharp.svg +1 -1
  705. package/dist/ionic/svg/chevron-up-circle.svg +1 -1
  706. package/dist/ionic/svg/chevron-up-outline.svg +1 -1
  707. package/dist/ionic/svg/chevron-up-sharp.svg +1 -1
  708. package/dist/ionic/svg/chevron-up.svg +1 -1
  709. package/dist/ionic/svg/clipboard-outline.svg +1 -1
  710. package/dist/ionic/svg/clipboard-sharp.svg +1 -1
  711. package/dist/ionic/svg/clipboard.svg +1 -1
  712. package/dist/ionic/svg/close-circle-outline.svg +1 -1
  713. package/dist/ionic/svg/close-circle-sharp.svg +1 -1
  714. package/dist/ionic/svg/close-circle.svg +1 -1
  715. package/dist/ionic/svg/close-outline.svg +1 -1
  716. package/dist/ionic/svg/close-sharp.svg +1 -1
  717. package/dist/ionic/svg/close.svg +1 -1
  718. package/dist/ionic/svg/cloud-circle-outline.svg +1 -1
  719. package/dist/ionic/svg/cloud-circle-sharp.svg +1 -1
  720. package/dist/ionic/svg/cloud-circle.svg +1 -1
  721. package/dist/ionic/svg/cloud-done-outline.svg +1 -1
  722. package/dist/ionic/svg/cloud-done-sharp.svg +1 -1
  723. package/dist/ionic/svg/cloud-done.svg +1 -1
  724. package/dist/ionic/svg/cloud-download-outline.svg +1 -1
  725. package/dist/ionic/svg/cloud-download-sharp.svg +1 -1
  726. package/dist/ionic/svg/cloud-download.svg +1 -1
  727. package/dist/ionic/svg/cloud-offline-outline.svg +1 -1
  728. package/dist/ionic/svg/cloud-offline-sharp.svg +1 -1
  729. package/dist/ionic/svg/cloud-offline.svg +1 -1
  730. package/dist/ionic/svg/cloud-outline.svg +1 -1
  731. package/dist/ionic/svg/cloud-sharp.svg +1 -1
  732. package/dist/ionic/svg/cloud-upload-outline.svg +1 -1
  733. package/dist/ionic/svg/cloud-upload-sharp.svg +1 -1
  734. package/dist/ionic/svg/cloud-upload.svg +1 -1
  735. package/dist/ionic/svg/cloud.svg +1 -1
  736. package/dist/ionic/svg/cloudy-night-outline.svg +1 -1
  737. package/dist/ionic/svg/cloudy-night-sharp.svg +1 -1
  738. package/dist/ionic/svg/cloudy-night.svg +1 -1
  739. package/dist/ionic/svg/cloudy-outline.svg +1 -1
  740. package/dist/ionic/svg/cloudy-sharp.svg +1 -1
  741. package/dist/ionic/svg/cloudy.svg +1 -1
  742. package/dist/ionic/svg/code-download-outline.svg +1 -1
  743. package/dist/ionic/svg/code-download-sharp.svg +1 -1
  744. package/dist/ionic/svg/code-download.svg +1 -1
  745. package/dist/ionic/svg/code-outline.svg +1 -1
  746. package/dist/ionic/svg/code-sharp.svg +1 -1
  747. package/dist/ionic/svg/code-slash-outline.svg +1 -1
  748. package/dist/ionic/svg/code-slash-sharp.svg +1 -1
  749. package/dist/ionic/svg/code-slash.svg +1 -1
  750. package/dist/ionic/svg/code-working-outline.svg +1 -1
  751. package/dist/ionic/svg/code-working-sharp.svg +1 -1
  752. package/dist/ionic/svg/code-working.svg +1 -1
  753. package/dist/ionic/svg/code.svg +1 -1
  754. package/dist/ionic/svg/cog-outline.svg +1 -1
  755. package/dist/ionic/svg/cog-sharp.svg +1 -1
  756. package/dist/ionic/svg/cog.svg +1 -1
  757. package/dist/ionic/svg/color-fill-outline.svg +1 -1
  758. package/dist/ionic/svg/color-fill-sharp.svg +1 -1
  759. package/dist/ionic/svg/color-fill.svg +1 -1
  760. package/dist/ionic/svg/color-filter-outline.svg +1 -1
  761. package/dist/ionic/svg/color-filter-sharp.svg +1 -1
  762. package/dist/ionic/svg/color-filter.svg +1 -1
  763. package/dist/ionic/svg/color-palette-outline.svg +1 -1
  764. package/dist/ionic/svg/color-palette-sharp.svg +1 -1
  765. package/dist/ionic/svg/color-palette.svg +1 -1
  766. package/dist/ionic/svg/color-wand-outline.svg +1 -1
  767. package/dist/ionic/svg/color-wand-sharp.svg +1 -1
  768. package/dist/ionic/svg/color-wand.svg +1 -1
  769. package/dist/ionic/svg/compass-outline.svg +1 -1
  770. package/dist/ionic/svg/compass-sharp.svg +1 -1
  771. package/dist/ionic/svg/compass.svg +1 -1
  772. package/dist/ionic/svg/construct-outline.svg +1 -1
  773. package/dist/ionic/svg/construct-sharp.svg +1 -1
  774. package/dist/ionic/svg/construct.svg +1 -1
  775. package/dist/ionic/svg/contract-outline.svg +1 -1
  776. package/dist/ionic/svg/contract-sharp.svg +1 -1
  777. package/dist/ionic/svg/contract.svg +1 -1
  778. package/dist/ionic/svg/contrast-outline.svg +1 -1
  779. package/dist/ionic/svg/contrast-sharp.svg +1 -1
  780. package/dist/ionic/svg/contrast.svg +1 -1
  781. package/dist/ionic/svg/copy-outline.svg +1 -1
  782. package/dist/ionic/svg/copy-sharp.svg +1 -1
  783. package/dist/ionic/svg/copy.svg +1 -1
  784. package/dist/ionic/svg/create-outline.svg +1 -1
  785. package/dist/ionic/svg/create-sharp.svg +1 -1
  786. package/dist/ionic/svg/create.svg +1 -1
  787. package/dist/ionic/svg/crop-outline.svg +1 -1
  788. package/dist/ionic/svg/crop-sharp.svg +1 -1
  789. package/dist/ionic/svg/crop.svg +1 -1
  790. package/dist/ionic/svg/cube-outline.svg +1 -1
  791. package/dist/ionic/svg/cube-sharp.svg +1 -1
  792. package/dist/ionic/svg/cube.svg +1 -1
  793. package/dist/ionic/svg/cut-outline.svg +1 -1
  794. package/dist/ionic/svg/cut-sharp.svg +1 -1
  795. package/dist/ionic/svg/cut.svg +1 -1
  796. package/dist/ionic/svg/desktop-outline.svg +1 -1
  797. package/dist/ionic/svg/desktop-sharp.svg +1 -1
  798. package/dist/ionic/svg/desktop.svg +1 -1
  799. package/dist/ionic/svg/diamond-outline.svg +1 -1
  800. package/dist/ionic/svg/diamond-sharp.svg +1 -1
  801. package/dist/ionic/svg/diamond.svg +1 -1
  802. package/dist/ionic/svg/dice-outline.svg +1 -1
  803. package/dist/ionic/svg/dice-sharp.svg +1 -1
  804. package/dist/ionic/svg/dice.svg +1 -1
  805. package/dist/ionic/svg/disc-outline.svg +1 -1
  806. package/dist/ionic/svg/disc-sharp.svg +1 -1
  807. package/dist/ionic/svg/disc.svg +1 -1
  808. package/dist/ionic/svg/document-attach-outline.svg +1 -1
  809. package/dist/ionic/svg/document-attach-sharp.svg +1 -1
  810. package/dist/ionic/svg/document-attach.svg +1 -1
  811. package/dist/ionic/svg/document-lock-outline.svg +1 -1
  812. package/dist/ionic/svg/document-lock-sharp.svg +1 -1
  813. package/dist/ionic/svg/document-lock.svg +1 -1
  814. package/dist/ionic/svg/document-outline.svg +1 -1
  815. package/dist/ionic/svg/document-sharp.svg +1 -1
  816. package/dist/ionic/svg/document-text-outline.svg +1 -1
  817. package/dist/ionic/svg/document-text-sharp.svg +1 -1
  818. package/dist/ionic/svg/document-text.svg +1 -1
  819. package/dist/ionic/svg/document.svg +1 -1
  820. package/dist/ionic/svg/documents-outline.svg +1 -1
  821. package/dist/ionic/svg/documents-sharp.svg +1 -1
  822. package/dist/ionic/svg/documents.svg +1 -1
  823. package/dist/ionic/svg/download-outline.svg +1 -1
  824. package/dist/ionic/svg/download-sharp.svg +1 -1
  825. package/dist/ionic/svg/download.svg +1 -1
  826. package/dist/ionic/svg/duplicate-outline.svg +1 -1
  827. package/dist/ionic/svg/duplicate-sharp.svg +1 -1
  828. package/dist/ionic/svg/duplicate.svg +1 -1
  829. package/dist/ionic/svg/ear-outline.svg +1 -1
  830. package/dist/ionic/svg/ear-sharp.svg +1 -1
  831. package/dist/ionic/svg/ear.svg +1 -1
  832. package/dist/ionic/svg/earth-outline.svg +1 -1
  833. package/dist/ionic/svg/earth-sharp.svg +1 -1
  834. package/dist/ionic/svg/earth.svg +1 -1
  835. package/dist/ionic/svg/easel-outline.svg +1 -1
  836. package/dist/ionic/svg/easel-sharp.svg +1 -1
  837. package/dist/ionic/svg/easel.svg +1 -1
  838. package/dist/ionic/svg/egg-outline.svg +1 -1
  839. package/dist/ionic/svg/egg-sharp.svg +1 -1
  840. package/dist/ionic/svg/egg.svg +1 -1
  841. package/dist/ionic/svg/ellipse-outline.svg +1 -1
  842. package/dist/ionic/svg/ellipse-sharp.svg +1 -1
  843. package/dist/ionic/svg/ellipse.svg +1 -1
  844. package/dist/ionic/svg/ellipsis-horizontal-circle-outline.svg +1 -1
  845. package/dist/ionic/svg/ellipsis-horizontal-circle-sharp.svg +1 -1
  846. package/dist/ionic/svg/ellipsis-horizontal-circle.svg +1 -1
  847. package/dist/ionic/svg/ellipsis-horizontal-outline.svg +1 -1
  848. package/dist/ionic/svg/ellipsis-horizontal-sharp.svg +1 -1
  849. package/dist/ionic/svg/ellipsis-horizontal.svg +1 -1
  850. package/dist/ionic/svg/ellipsis-vertical-circle-outline.svg +1 -1
  851. package/dist/ionic/svg/ellipsis-vertical-circle-sharp.svg +1 -1
  852. package/dist/ionic/svg/ellipsis-vertical-circle.svg +1 -1
  853. package/dist/ionic/svg/ellipsis-vertical-outline.svg +1 -1
  854. package/dist/ionic/svg/ellipsis-vertical-sharp.svg +1 -1
  855. package/dist/ionic/svg/ellipsis-vertical.svg +1 -1
  856. package/dist/ionic/svg/enter-outline.svg +1 -1
  857. package/dist/ionic/svg/enter-sharp.svg +1 -1
  858. package/dist/ionic/svg/enter.svg +1 -1
  859. package/dist/ionic/svg/exit-outline.svg +1 -1
  860. package/dist/ionic/svg/exit-sharp.svg +1 -1
  861. package/dist/ionic/svg/exit.svg +1 -1
  862. package/dist/ionic/svg/expand-outline.svg +1 -1
  863. package/dist/ionic/svg/expand-sharp.svg +1 -1
  864. package/dist/ionic/svg/expand.svg +1 -1
  865. package/dist/ionic/svg/extension-puzzle-outline.svg +1 -1
  866. package/dist/ionic/svg/extension-puzzle-sharp.svg +1 -1
  867. package/dist/ionic/svg/extension-puzzle.svg +1 -1
  868. package/dist/ionic/svg/eye-off-outline.svg +1 -1
  869. package/dist/ionic/svg/eye-off-sharp.svg +1 -1
  870. package/dist/ionic/svg/eye-off.svg +1 -1
  871. package/dist/ionic/svg/eye-outline.svg +1 -1
  872. package/dist/ionic/svg/eye-sharp.svg +1 -1
  873. package/dist/ionic/svg/eye.svg +1 -1
  874. package/dist/ionic/svg/eyedrop-outline.svg +1 -1
  875. package/dist/ionic/svg/eyedrop-sharp.svg +1 -1
  876. package/dist/ionic/svg/eyedrop.svg +1 -1
  877. package/dist/ionic/svg/fast-food-outline.svg +1 -1
  878. package/dist/ionic/svg/fast-food-sharp.svg +1 -1
  879. package/dist/ionic/svg/fast-food.svg +1 -1
  880. package/dist/ionic/svg/female-outline.svg +1 -1
  881. package/dist/ionic/svg/female-sharp.svg +1 -1
  882. package/dist/ionic/svg/female.svg +1 -1
  883. package/dist/ionic/svg/file-tray-full-outline.svg +1 -1
  884. package/dist/ionic/svg/file-tray-full-sharp.svg +1 -1
  885. package/dist/ionic/svg/file-tray-full.svg +1 -1
  886. package/dist/ionic/svg/file-tray-outline.svg +1 -1
  887. package/dist/ionic/svg/file-tray-sharp.svg +1 -1
  888. package/dist/ionic/svg/file-tray-stacked-outline.svg +1 -1
  889. package/dist/ionic/svg/file-tray-stacked-sharp.svg +1 -1
  890. package/dist/ionic/svg/file-tray-stacked.svg +1 -1
  891. package/dist/ionic/svg/file-tray.svg +1 -1
  892. package/dist/ionic/svg/film-outline.svg +1 -1
  893. package/dist/ionic/svg/film-sharp.svg +1 -1
  894. package/dist/ionic/svg/film.svg +1 -1
  895. package/dist/ionic/svg/filter-circle-outline.svg +1 -1
  896. package/dist/ionic/svg/filter-circle-sharp.svg +1 -1
  897. package/dist/ionic/svg/filter-circle.svg +1 -1
  898. package/dist/ionic/svg/filter-outline.svg +1 -1
  899. package/dist/ionic/svg/filter-sharp.svg +1 -1
  900. package/dist/ionic/svg/filter.svg +1 -1
  901. package/dist/ionic/svg/finger-print-outline.svg +1 -1
  902. package/dist/ionic/svg/finger-print-sharp.svg +1 -1
  903. package/dist/ionic/svg/finger-print.svg +1 -1
  904. package/dist/ionic/svg/fish-outline.svg +1 -1
  905. package/dist/ionic/svg/fish-sharp.svg +1 -1
  906. package/dist/ionic/svg/fish.svg +1 -1
  907. package/dist/ionic/svg/fitness-outline.svg +1 -1
  908. package/dist/ionic/svg/fitness-sharp.svg +1 -1
  909. package/dist/ionic/svg/fitness.svg +1 -1
  910. package/dist/ionic/svg/flag-outline.svg +1 -1
  911. package/dist/ionic/svg/flag-sharp.svg +1 -1
  912. package/dist/ionic/svg/flag.svg +1 -1
  913. package/dist/ionic/svg/flame-outline.svg +1 -1
  914. package/dist/ionic/svg/flame-sharp.svg +1 -1
  915. package/dist/ionic/svg/flame.svg +1 -1
  916. package/dist/ionic/svg/flash-off-outline.svg +1 -1
  917. package/dist/ionic/svg/flash-off-sharp.svg +1 -1
  918. package/dist/ionic/svg/flash-off.svg +1 -1
  919. package/dist/ionic/svg/flash-outline.svg +1 -1
  920. package/dist/ionic/svg/flash-sharp.svg +1 -1
  921. package/dist/ionic/svg/flash.svg +1 -1
  922. package/dist/ionic/svg/flashlight-outline.svg +1 -1
  923. package/dist/ionic/svg/flashlight-sharp.svg +1 -1
  924. package/dist/ionic/svg/flashlight.svg +1 -1
  925. package/dist/ionic/svg/flask-outline.svg +1 -1
  926. package/dist/ionic/svg/flask-sharp.svg +1 -1
  927. package/dist/ionic/svg/flask.svg +1 -1
  928. package/dist/ionic/svg/flower-outline.svg +1 -1
  929. package/dist/ionic/svg/flower-sharp.svg +1 -1
  930. package/dist/ionic/svg/flower.svg +1 -1
  931. package/dist/ionic/svg/folder-open-outline.svg +1 -1
  932. package/dist/ionic/svg/folder-open-sharp.svg +1 -1
  933. package/dist/ionic/svg/folder-open.svg +1 -1
  934. package/dist/ionic/svg/folder-outline.svg +1 -1
  935. package/dist/ionic/svg/folder-sharp.svg +1 -1
  936. package/dist/ionic/svg/folder.svg +1 -1
  937. package/dist/ionic/svg/football-outline.svg +1 -1
  938. package/dist/ionic/svg/football-sharp.svg +1 -1
  939. package/dist/ionic/svg/football.svg +1 -1
  940. package/dist/ionic/svg/footsteps-outline.svg +1 -1
  941. package/dist/ionic/svg/footsteps-sharp.svg +1 -1
  942. package/dist/ionic/svg/footsteps.svg +1 -1
  943. package/dist/ionic/svg/funnel-outline.svg +1 -1
  944. package/dist/ionic/svg/funnel-sharp.svg +1 -1
  945. package/dist/ionic/svg/funnel.svg +1 -1
  946. package/dist/ionic/svg/game-controller-outline.svg +1 -1
  947. package/dist/ionic/svg/game-controller-sharp.svg +1 -1
  948. package/dist/ionic/svg/game-controller.svg +1 -1
  949. package/dist/ionic/svg/gift-outline.svg +1 -1
  950. package/dist/ionic/svg/gift-sharp.svg +1 -1
  951. package/dist/ionic/svg/gift.svg +1 -1
  952. package/dist/ionic/svg/git-branch-outline.svg +1 -1
  953. package/dist/ionic/svg/git-branch-sharp.svg +1 -1
  954. package/dist/ionic/svg/git-branch.svg +1 -1
  955. package/dist/ionic/svg/git-commit-outline.svg +1 -1
  956. package/dist/ionic/svg/git-commit-sharp.svg +1 -1
  957. package/dist/ionic/svg/git-commit.svg +1 -1
  958. package/dist/ionic/svg/git-compare-outline.svg +1 -1
  959. package/dist/ionic/svg/git-compare-sharp.svg +1 -1
  960. package/dist/ionic/svg/git-compare.svg +1 -1
  961. package/dist/ionic/svg/git-merge-outline.svg +1 -1
  962. package/dist/ionic/svg/git-merge-sharp.svg +1 -1
  963. package/dist/ionic/svg/git-merge.svg +1 -1
  964. package/dist/ionic/svg/git-network-outline.svg +1 -1
  965. package/dist/ionic/svg/git-network-sharp.svg +1 -1
  966. package/dist/ionic/svg/git-network.svg +1 -1
  967. package/dist/ionic/svg/git-pull-request-outline.svg +1 -1
  968. package/dist/ionic/svg/git-pull-request-sharp.svg +1 -1
  969. package/dist/ionic/svg/git-pull-request.svg +1 -1
  970. package/dist/ionic/svg/glasses-outline.svg +1 -1
  971. package/dist/ionic/svg/glasses-sharp.svg +1 -1
  972. package/dist/ionic/svg/glasses.svg +1 -1
  973. package/dist/ionic/svg/globe-outline.svg +1 -1
  974. package/dist/ionic/svg/globe-sharp.svg +1 -1
  975. package/dist/ionic/svg/globe.svg +1 -1
  976. package/dist/ionic/svg/golf-outline.svg +1 -1
  977. package/dist/ionic/svg/golf-sharp.svg +1 -1
  978. package/dist/ionic/svg/golf.svg +1 -1
  979. package/dist/ionic/svg/grid-outline.svg +1 -1
  980. package/dist/ionic/svg/grid-sharp.svg +1 -1
  981. package/dist/ionic/svg/grid.svg +1 -1
  982. package/dist/ionic/svg/hammer-outline.svg +1 -1
  983. package/dist/ionic/svg/hammer-sharp.svg +1 -1
  984. package/dist/ionic/svg/hammer.svg +1 -1
  985. package/dist/ionic/svg/hand-left-outline.svg +1 -1
  986. package/dist/ionic/svg/hand-left-sharp.svg +1 -1
  987. package/dist/ionic/svg/hand-left.svg +1 -1
  988. package/dist/ionic/svg/hand-right-outline.svg +1 -1
  989. package/dist/ionic/svg/hand-right-sharp.svg +1 -1
  990. package/dist/ionic/svg/hand-right.svg +1 -1
  991. package/dist/ionic/svg/happy-outline.svg +1 -1
  992. package/dist/ionic/svg/happy-sharp.svg +1 -1
  993. package/dist/ionic/svg/happy.svg +1 -1
  994. package/dist/ionic/svg/hardware-chip-outline.svg +1 -1
  995. package/dist/ionic/svg/hardware-chip-sharp.svg +1 -1
  996. package/dist/ionic/svg/hardware-chip.svg +1 -1
  997. package/dist/ionic/svg/headset-outline.svg +1 -1
  998. package/dist/ionic/svg/headset-sharp.svg +1 -1
  999. package/dist/ionic/svg/headset.svg +1 -1
  1000. package/dist/ionic/svg/heart-circle-outline.svg +1 -1
  1001. package/dist/ionic/svg/heart-circle-sharp.svg +1 -1
  1002. package/dist/ionic/svg/heart-circle.svg +1 -1
  1003. package/dist/ionic/svg/heart-dislike-circle-outline.svg +1 -1
  1004. package/dist/ionic/svg/heart-dislike-circle-sharp.svg +1 -1
  1005. package/dist/ionic/svg/heart-dislike-circle.svg +1 -1
  1006. package/dist/ionic/svg/heart-dislike-outline.svg +1 -1
  1007. package/dist/ionic/svg/heart-dislike-sharp.svg +1 -1
  1008. package/dist/ionic/svg/heart-dislike.svg +1 -1
  1009. package/dist/ionic/svg/heart-half-outline.svg +1 -1
  1010. package/dist/ionic/svg/heart-half-sharp.svg +1 -1
  1011. package/dist/ionic/svg/heart-half.svg +1 -1
  1012. package/dist/ionic/svg/heart-outline.svg +1 -1
  1013. package/dist/ionic/svg/heart-sharp.svg +1 -1
  1014. package/dist/ionic/svg/heart.svg +1 -1
  1015. package/dist/ionic/svg/help-buoy-outline.svg +1 -1
  1016. package/dist/ionic/svg/help-buoy-sharp.svg +1 -1
  1017. package/dist/ionic/svg/help-buoy.svg +1 -1
  1018. package/dist/ionic/svg/help-circle-outline.svg +1 -1
  1019. package/dist/ionic/svg/help-circle-sharp.svg +1 -1
  1020. package/dist/ionic/svg/help-circle.svg +1 -1
  1021. package/dist/ionic/svg/help-outline.svg +1 -1
  1022. package/dist/ionic/svg/help-sharp.svg +1 -1
  1023. package/dist/ionic/svg/help.svg +1 -1
  1024. package/dist/ionic/svg/home-outline.svg +1 -1
  1025. package/dist/ionic/svg/home-sharp.svg +1 -1
  1026. package/dist/ionic/svg/home.svg +1 -1
  1027. package/dist/ionic/svg/hourglass-outline.svg +1 -1
  1028. package/dist/ionic/svg/hourglass-sharp.svg +1 -1
  1029. package/dist/ionic/svg/hourglass.svg +1 -1
  1030. package/dist/ionic/svg/ice-cream-outline.svg +1 -1
  1031. package/dist/ionic/svg/ice-cream-sharp.svg +1 -1
  1032. package/dist/ionic/svg/ice-cream.svg +1 -1
  1033. package/dist/ionic/svg/id-card-outline.svg +1 -1
  1034. package/dist/ionic/svg/id-card-sharp.svg +1 -1
  1035. package/dist/ionic/svg/id-card.svg +1 -1
  1036. package/dist/ionic/svg/image-outline.svg +1 -1
  1037. package/dist/ionic/svg/image-sharp.svg +1 -1
  1038. package/dist/ionic/svg/image.svg +1 -1
  1039. package/dist/ionic/svg/images-outline.svg +1 -1
  1040. package/dist/ionic/svg/images-sharp.svg +1 -1
  1041. package/dist/ionic/svg/images.svg +1 -1
  1042. package/dist/ionic/svg/infinite-outline.svg +1 -1
  1043. package/dist/ionic/svg/infinite-sharp.svg +1 -1
  1044. package/dist/ionic/svg/infinite.svg +1 -1
  1045. package/dist/ionic/svg/information-circle-outline.svg +1 -1
  1046. package/dist/ionic/svg/information-circle-sharp.svg +1 -1
  1047. package/dist/ionic/svg/information-circle.svg +1 -1
  1048. package/dist/ionic/svg/information-outline.svg +1 -1
  1049. package/dist/ionic/svg/information-sharp.svg +1 -1
  1050. package/dist/ionic/svg/information.svg +1 -1
  1051. package/dist/ionic/svg/invert-mode-outline.svg +1 -1
  1052. package/dist/ionic/svg/invert-mode-sharp.svg +1 -1
  1053. package/dist/ionic/svg/invert-mode.svg +1 -1
  1054. package/dist/ionic/svg/journal-outline.svg +1 -1
  1055. package/dist/ionic/svg/journal-sharp.svg +1 -1
  1056. package/dist/ionic/svg/journal.svg +1 -1
  1057. package/dist/ionic/svg/key-outline.svg +1 -1
  1058. package/dist/ionic/svg/key-sharp.svg +1 -1
  1059. package/dist/ionic/svg/key.svg +1 -1
  1060. package/dist/ionic/svg/keypad-outline.svg +1 -1
  1061. package/dist/ionic/svg/keypad-sharp.svg +1 -1
  1062. package/dist/ionic/svg/keypad.svg +1 -1
  1063. package/dist/ionic/svg/language-outline.svg +1 -1
  1064. package/dist/ionic/svg/language-sharp.svg +1 -1
  1065. package/dist/ionic/svg/language.svg +1 -1
  1066. package/dist/ionic/svg/laptop-outline.svg +1 -1
  1067. package/dist/ionic/svg/laptop-sharp.svg +1 -1
  1068. package/dist/ionic/svg/laptop.svg +1 -1
  1069. package/dist/ionic/svg/layers-outline.svg +1 -1
  1070. package/dist/ionic/svg/layers-sharp.svg +1 -1
  1071. package/dist/ionic/svg/layers.svg +1 -1
  1072. package/dist/ionic/svg/leaf-outline.svg +1 -1
  1073. package/dist/ionic/svg/leaf-sharp.svg +1 -1
  1074. package/dist/ionic/svg/leaf.svg +1 -1
  1075. package/dist/ionic/svg/library-outline.svg +1 -1
  1076. package/dist/ionic/svg/library-sharp.svg +1 -1
  1077. package/dist/ionic/svg/library.svg +1 -1
  1078. package/dist/ionic/svg/link-outline.svg +1 -1
  1079. package/dist/ionic/svg/link-sharp.svg +1 -1
  1080. package/dist/ionic/svg/link.svg +1 -1
  1081. package/dist/ionic/svg/list-circle-outline.svg +1 -1
  1082. package/dist/ionic/svg/list-circle-sharp.svg +1 -1
  1083. package/dist/ionic/svg/list-circle.svg +1 -1
  1084. package/dist/ionic/svg/list-outline.svg +1 -1
  1085. package/dist/ionic/svg/list-sharp.svg +1 -1
  1086. package/dist/ionic/svg/list.svg +1 -1
  1087. package/dist/ionic/svg/locate-outline.svg +1 -1
  1088. package/dist/ionic/svg/locate-sharp.svg +1 -1
  1089. package/dist/ionic/svg/locate.svg +1 -1
  1090. package/dist/ionic/svg/location-outline.svg +1 -1
  1091. package/dist/ionic/svg/location-sharp.svg +1 -1
  1092. package/dist/ionic/svg/location.svg +1 -1
  1093. package/dist/ionic/svg/lock-closed-outline.svg +1 -1
  1094. package/dist/ionic/svg/lock-closed-sharp.svg +1 -1
  1095. package/dist/ionic/svg/lock-closed.svg +1 -1
  1096. package/dist/ionic/svg/lock-open-outline.svg +1 -1
  1097. package/dist/ionic/svg/lock-open-sharp.svg +1 -1
  1098. package/dist/ionic/svg/lock-open.svg +1 -1
  1099. package/dist/ionic/svg/log-in-outline.svg +1 -1
  1100. package/dist/ionic/svg/log-in-sharp.svg +1 -1
  1101. package/dist/ionic/svg/log-in.svg +1 -1
  1102. package/dist/ionic/svg/log-out-outline.svg +1 -1
  1103. package/dist/ionic/svg/log-out-sharp.svg +1 -1
  1104. package/dist/ionic/svg/log-out.svg +1 -1
  1105. package/dist/ionic/svg/logo-alipay.svg +1 -1
  1106. package/dist/ionic/svg/logo-amazon.svg +1 -1
  1107. package/dist/ionic/svg/logo-amplify.svg +1 -1
  1108. package/dist/ionic/svg/logo-android.svg +1 -1
  1109. package/dist/ionic/svg/logo-angular.svg +1 -1
  1110. package/dist/ionic/svg/logo-appflow.svg +1 -0
  1111. package/dist/ionic/svg/logo-apple-appstore.svg +1 -1
  1112. package/dist/ionic/svg/logo-apple-ar.svg +1 -1
  1113. package/dist/ionic/svg/logo-apple.svg +1 -1
  1114. package/dist/ionic/svg/logo-behance.svg +1 -1
  1115. package/dist/ionic/svg/logo-bitbucket.svg +1 -1
  1116. package/dist/ionic/svg/logo-bitcoin.svg +1 -1
  1117. package/dist/ionic/svg/logo-buffer.svg +1 -1
  1118. package/dist/ionic/svg/logo-capacitor.svg +1 -1
  1119. package/dist/ionic/svg/logo-chrome.svg +1 -1
  1120. package/dist/ionic/svg/logo-closed-captioning.svg +1 -1
  1121. package/dist/ionic/svg/logo-codepen.svg +1 -1
  1122. package/dist/ionic/svg/logo-css3.svg +1 -1
  1123. package/dist/ionic/svg/logo-designernews.svg +1 -1
  1124. package/dist/ionic/svg/logo-deviantart.svg +1 -1
  1125. package/dist/ionic/svg/logo-discord.svg +1 -1
  1126. package/dist/ionic/svg/logo-docker.svg +1 -1
  1127. package/dist/ionic/svg/logo-dribbble.svg +1 -1
  1128. package/dist/ionic/svg/logo-dropbox.svg +1 -1
  1129. package/dist/ionic/svg/logo-edge.svg +1 -1
  1130. package/dist/ionic/svg/logo-electron.svg +1 -1
  1131. package/dist/ionic/svg/logo-euro.svg +1 -1
  1132. package/dist/ionic/svg/logo-facebook.svg +1 -1
  1133. package/dist/ionic/svg/logo-figma.svg +1 -1
  1134. package/dist/ionic/svg/logo-firebase.svg +1 -1
  1135. package/dist/ionic/svg/logo-firefox.svg +1 -1
  1136. package/dist/ionic/svg/logo-flickr.svg +1 -1
  1137. package/dist/ionic/svg/logo-foursquare.svg +1 -1
  1138. package/dist/ionic/svg/logo-github.svg +1 -1
  1139. package/dist/ionic/svg/logo-gitlab.svg +1 -1
  1140. package/dist/ionic/svg/logo-google-playstore.svg +1 -1
  1141. package/dist/ionic/svg/logo-google.svg +1 -1
  1142. package/dist/ionic/svg/logo-hackernews.svg +1 -1
  1143. package/dist/ionic/svg/logo-html5.svg +1 -1
  1144. package/dist/ionic/svg/logo-instagram.svg +1 -1
  1145. package/dist/ionic/svg/logo-ionic.svg +1 -1
  1146. package/dist/ionic/svg/logo-ionitron.svg +1 -1
  1147. package/dist/ionic/svg/logo-javascript.svg +1 -1
  1148. package/dist/ionic/svg/logo-laravel.svg +1 -1
  1149. package/dist/ionic/svg/logo-linkedin.svg +1 -1
  1150. package/dist/ionic/svg/logo-markdown.svg +1 -1
  1151. package/dist/ionic/svg/logo-mastodon.svg +1 -1
  1152. package/dist/ionic/svg/logo-medium.svg +1 -1
  1153. package/dist/ionic/svg/logo-microsoft.svg +1 -1
  1154. package/dist/ionic/svg/logo-no-smoking.svg +1 -1
  1155. package/dist/ionic/svg/logo-nodejs.svg +1 -1
  1156. package/dist/ionic/svg/logo-npm.svg +1 -1
  1157. package/dist/ionic/svg/logo-octocat.svg +1 -1
  1158. package/dist/ionic/svg/logo-paypal.svg +1 -1
  1159. package/dist/ionic/svg/logo-pinterest.svg +1 -1
  1160. package/dist/ionic/svg/logo-playstation.svg +1 -1
  1161. package/dist/ionic/svg/logo-pwa.svg +1 -1
  1162. package/dist/ionic/svg/logo-python.svg +1 -1
  1163. package/dist/ionic/svg/logo-react.svg +1 -1
  1164. package/dist/ionic/svg/logo-reddit.svg +1 -1
  1165. package/dist/ionic/svg/logo-rss.svg +1 -1
  1166. package/dist/ionic/svg/logo-sass.svg +1 -1
  1167. package/dist/ionic/svg/logo-skype.svg +1 -1
  1168. package/dist/ionic/svg/logo-slack.svg +1 -1
  1169. package/dist/ionic/svg/logo-snapchat.svg +1 -1
  1170. package/dist/ionic/svg/logo-soundcloud.svg +1 -1
  1171. package/dist/ionic/svg/logo-stackoverflow.svg +1 -1
  1172. package/dist/ionic/svg/logo-steam.svg +1 -1
  1173. package/dist/ionic/svg/logo-stencil.svg +1 -1
  1174. package/dist/ionic/svg/logo-tableau.svg +1 -1
  1175. package/dist/ionic/svg/logo-threads.svg +1 -0
  1176. package/dist/ionic/svg/logo-tiktok.svg +1 -1
  1177. package/dist/ionic/svg/logo-trapeze.svg +1 -0
  1178. package/dist/ionic/svg/logo-tumblr.svg +1 -1
  1179. package/dist/ionic/svg/logo-tux.svg +1 -1
  1180. package/dist/ionic/svg/logo-twitch.svg +1 -1
  1181. package/dist/ionic/svg/logo-twitter.svg +1 -1
  1182. package/dist/ionic/svg/logo-usd.svg +1 -1
  1183. package/dist/ionic/svg/logo-venmo.svg +1 -1
  1184. package/dist/ionic/svg/logo-vercel.svg +1 -1
  1185. package/dist/ionic/svg/logo-vimeo.svg +1 -1
  1186. package/dist/ionic/svg/logo-vk.svg +1 -1
  1187. package/dist/ionic/svg/logo-vue.svg +1 -1
  1188. package/dist/ionic/svg/logo-web-component.svg +1 -1
  1189. package/dist/ionic/svg/logo-wechat.svg +1 -1
  1190. package/dist/ionic/svg/logo-whatsapp.svg +1 -1
  1191. package/dist/ionic/svg/logo-windows.svg +1 -1
  1192. package/dist/ionic/svg/logo-wordpress.svg +1 -1
  1193. package/dist/ionic/svg/logo-x.svg +1 -0
  1194. package/dist/ionic/svg/logo-xbox.svg +1 -1
  1195. package/dist/ionic/svg/logo-xing.svg +1 -1
  1196. package/dist/ionic/svg/logo-yahoo.svg +1 -1
  1197. package/dist/ionic/svg/logo-yen.svg +1 -1
  1198. package/dist/ionic/svg/logo-youtube.svg +1 -1
  1199. package/dist/ionic/svg/magnet-outline.svg +1 -1
  1200. package/dist/ionic/svg/magnet-sharp.svg +1 -1
  1201. package/dist/ionic/svg/magnet.svg +1 -1
  1202. package/dist/ionic/svg/mail-open-outline.svg +1 -1
  1203. package/dist/ionic/svg/mail-open-sharp.svg +1 -1
  1204. package/dist/ionic/svg/mail-open.svg +1 -1
  1205. package/dist/ionic/svg/mail-outline.svg +1 -1
  1206. package/dist/ionic/svg/mail-sharp.svg +1 -1
  1207. package/dist/ionic/svg/mail-unread-outline.svg +1 -1
  1208. package/dist/ionic/svg/mail-unread-sharp.svg +1 -1
  1209. package/dist/ionic/svg/mail-unread.svg +1 -1
  1210. package/dist/ionic/svg/mail.svg +1 -1
  1211. package/dist/ionic/svg/male-female-outline.svg +1 -1
  1212. package/dist/ionic/svg/male-female-sharp.svg +1 -1
  1213. package/dist/ionic/svg/male-female.svg +1 -1
  1214. package/dist/ionic/svg/male-outline.svg +1 -1
  1215. package/dist/ionic/svg/male-sharp.svg +1 -1
  1216. package/dist/ionic/svg/male.svg +1 -1
  1217. package/dist/ionic/svg/man-outline.svg +1 -1
  1218. package/dist/ionic/svg/man-sharp.svg +1 -1
  1219. package/dist/ionic/svg/man.svg +1 -1
  1220. package/dist/ionic/svg/map-outline.svg +1 -1
  1221. package/dist/ionic/svg/map-sharp.svg +1 -1
  1222. package/dist/ionic/svg/map.svg +1 -1
  1223. package/dist/ionic/svg/medal-outline.svg +1 -1
  1224. package/dist/ionic/svg/medal-sharp.svg +1 -1
  1225. package/dist/ionic/svg/medal.svg +1 -1
  1226. package/dist/ionic/svg/medical-outline.svg +1 -1
  1227. package/dist/ionic/svg/medical-sharp.svg +1 -1
  1228. package/dist/ionic/svg/medical.svg +1 -1
  1229. package/dist/ionic/svg/medkit-outline.svg +1 -1
  1230. package/dist/ionic/svg/medkit-sharp.svg +1 -1
  1231. package/dist/ionic/svg/medkit.svg +1 -1
  1232. package/dist/ionic/svg/megaphone-outline.svg +1 -1
  1233. package/dist/ionic/svg/megaphone-sharp.svg +1 -1
  1234. package/dist/ionic/svg/megaphone.svg +1 -1
  1235. package/dist/ionic/svg/menu-outline.svg +1 -1
  1236. package/dist/ionic/svg/menu-sharp.svg +1 -1
  1237. package/dist/ionic/svg/menu.svg +1 -1
  1238. package/dist/ionic/svg/mic-circle-outline.svg +1 -1
  1239. package/dist/ionic/svg/mic-circle-sharp.svg +1 -1
  1240. package/dist/ionic/svg/mic-circle.svg +1 -1
  1241. package/dist/ionic/svg/mic-off-circle-outline.svg +1 -1
  1242. package/dist/ionic/svg/mic-off-circle-sharp.svg +1 -1
  1243. package/dist/ionic/svg/mic-off-circle.svg +1 -1
  1244. package/dist/ionic/svg/mic-off-outline.svg +1 -1
  1245. package/dist/ionic/svg/mic-off-sharp.svg +1 -1
  1246. package/dist/ionic/svg/mic-off.svg +1 -1
  1247. package/dist/ionic/svg/mic-outline.svg +1 -1
  1248. package/dist/ionic/svg/mic-sharp.svg +1 -1
  1249. package/dist/ionic/svg/mic.svg +1 -1
  1250. package/dist/ionic/svg/moon-outline.svg +1 -1
  1251. package/dist/ionic/svg/moon-sharp.svg +1 -1
  1252. package/dist/ionic/svg/moon.svg +1 -1
  1253. package/dist/ionic/svg/move-outline.svg +1 -1
  1254. package/dist/ionic/svg/move-sharp.svg +1 -1
  1255. package/dist/ionic/svg/move.svg +1 -1
  1256. package/dist/ionic/svg/musical-note-outline.svg +1 -1
  1257. package/dist/ionic/svg/musical-note-sharp.svg +1 -1
  1258. package/dist/ionic/svg/musical-note.svg +1 -1
  1259. package/dist/ionic/svg/musical-notes-outline.svg +1 -1
  1260. package/dist/ionic/svg/musical-notes-sharp.svg +1 -1
  1261. package/dist/ionic/svg/musical-notes.svg +1 -1
  1262. package/dist/ionic/svg/navigate-circle-outline.svg +1 -1
  1263. package/dist/ionic/svg/navigate-circle-sharp.svg +1 -1
  1264. package/dist/ionic/svg/navigate-circle.svg +1 -1
  1265. package/dist/ionic/svg/navigate-outline.svg +1 -1
  1266. package/dist/ionic/svg/navigate-sharp.svg +1 -1
  1267. package/dist/ionic/svg/navigate.svg +1 -1
  1268. package/dist/ionic/svg/newspaper-outline.svg +1 -1
  1269. package/dist/ionic/svg/newspaper-sharp.svg +1 -1
  1270. package/dist/ionic/svg/newspaper.svg +1 -1
  1271. package/dist/ionic/svg/notifications-circle-outline.svg +1 -1
  1272. package/dist/ionic/svg/notifications-circle-sharp.svg +1 -1
  1273. package/dist/ionic/svg/notifications-circle.svg +1 -1
  1274. package/dist/ionic/svg/notifications-off-circle-outline.svg +1 -1
  1275. package/dist/ionic/svg/notifications-off-circle-sharp.svg +1 -1
  1276. package/dist/ionic/svg/notifications-off-circle.svg +1 -1
  1277. package/dist/ionic/svg/notifications-off-outline.svg +1 -1
  1278. package/dist/ionic/svg/notifications-off-sharp.svg +1 -1
  1279. package/dist/ionic/svg/notifications-off.svg +1 -1
  1280. package/dist/ionic/svg/notifications-outline.svg +1 -1
  1281. package/dist/ionic/svg/notifications-sharp.svg +1 -1
  1282. package/dist/ionic/svg/notifications.svg +1 -1
  1283. package/dist/ionic/svg/nuclear-outline.svg +1 -1
  1284. package/dist/ionic/svg/nuclear-sharp.svg +1 -1
  1285. package/dist/ionic/svg/nuclear.svg +1 -1
  1286. package/dist/ionic/svg/nutrition-outline.svg +1 -1
  1287. package/dist/ionic/svg/nutrition-sharp.svg +1 -1
  1288. package/dist/ionic/svg/nutrition.svg +1 -1
  1289. package/dist/ionic/svg/open-outline.svg +1 -1
  1290. package/dist/ionic/svg/open-sharp.svg +1 -1
  1291. package/dist/ionic/svg/open.svg +1 -1
  1292. package/dist/ionic/svg/options-outline.svg +1 -1
  1293. package/dist/ionic/svg/options-sharp.svg +1 -1
  1294. package/dist/ionic/svg/options.svg +1 -1
  1295. package/dist/ionic/svg/paper-plane-outline.svg +1 -1
  1296. package/dist/ionic/svg/paper-plane-sharp.svg +1 -1
  1297. package/dist/ionic/svg/paper-plane.svg +1 -1
  1298. package/dist/ionic/svg/partly-sunny-outline.svg +1 -1
  1299. package/dist/ionic/svg/partly-sunny-sharp.svg +1 -1
  1300. package/dist/ionic/svg/partly-sunny.svg +1 -1
  1301. package/dist/ionic/svg/pause-circle-outline.svg +1 -1
  1302. package/dist/ionic/svg/pause-circle-sharp.svg +1 -1
  1303. package/dist/ionic/svg/pause-circle.svg +1 -1
  1304. package/dist/ionic/svg/pause-outline.svg +1 -1
  1305. package/dist/ionic/svg/pause-sharp.svg +1 -1
  1306. package/dist/ionic/svg/pause.svg +1 -1
  1307. package/dist/ionic/svg/paw-outline.svg +1 -1
  1308. package/dist/ionic/svg/paw-sharp.svg +1 -1
  1309. package/dist/ionic/svg/paw.svg +1 -1
  1310. package/dist/ionic/svg/pencil-outline.svg +1 -1
  1311. package/dist/ionic/svg/pencil-sharp.svg +1 -1
  1312. package/dist/ionic/svg/pencil.svg +1 -1
  1313. package/dist/ionic/svg/people-circle-outline.svg +1 -1
  1314. package/dist/ionic/svg/people-circle-sharp.svg +1 -1
  1315. package/dist/ionic/svg/people-circle.svg +1 -1
  1316. package/dist/ionic/svg/people-outline.svg +1 -1
  1317. package/dist/ionic/svg/people-sharp.svg +1 -1
  1318. package/dist/ionic/svg/people.svg +1 -1
  1319. package/dist/ionic/svg/person-add-outline.svg +1 -1
  1320. package/dist/ionic/svg/person-add-sharp.svg +1 -1
  1321. package/dist/ionic/svg/person-add.svg +1 -1
  1322. package/dist/ionic/svg/person-circle-outline.svg +1 -1
  1323. package/dist/ionic/svg/person-circle-sharp.svg +1 -1
  1324. package/dist/ionic/svg/person-circle.svg +1 -1
  1325. package/dist/ionic/svg/person-outline.svg +1 -1
  1326. package/dist/ionic/svg/person-remove-outline.svg +1 -1
  1327. package/dist/ionic/svg/person-remove-sharp.svg +1 -1
  1328. package/dist/ionic/svg/person-remove.svg +1 -1
  1329. package/dist/ionic/svg/person-sharp.svg +1 -1
  1330. package/dist/ionic/svg/person.svg +1 -1
  1331. package/dist/ionic/svg/phone-landscape-outline.svg +1 -1
  1332. package/dist/ionic/svg/phone-landscape-sharp.svg +1 -1
  1333. package/dist/ionic/svg/phone-landscape.svg +1 -1
  1334. package/dist/ionic/svg/phone-portrait-outline.svg +1 -1
  1335. package/dist/ionic/svg/phone-portrait-sharp.svg +1 -1
  1336. package/dist/ionic/svg/phone-portrait.svg +1 -1
  1337. package/dist/ionic/svg/pie-chart-outline.svg +1 -1
  1338. package/dist/ionic/svg/pie-chart-sharp.svg +1 -1
  1339. package/dist/ionic/svg/pie-chart.svg +1 -1
  1340. package/dist/ionic/svg/pin-outline.svg +1 -1
  1341. package/dist/ionic/svg/pin-sharp.svg +1 -1
  1342. package/dist/ionic/svg/pin.svg +1 -1
  1343. package/dist/ionic/svg/pint-outline.svg +1 -1
  1344. package/dist/ionic/svg/pint-sharp.svg +1 -1
  1345. package/dist/ionic/svg/pint.svg +1 -1
  1346. package/dist/ionic/svg/pizza-outline.svg +1 -1
  1347. package/dist/ionic/svg/pizza-sharp.svg +1 -1
  1348. package/dist/ionic/svg/pizza.svg +1 -1
  1349. package/dist/ionic/svg/planet-outline.svg +1 -1
  1350. package/dist/ionic/svg/planet-sharp.svg +1 -1
  1351. package/dist/ionic/svg/planet.svg +1 -1
  1352. package/dist/ionic/svg/play-back-circle-outline.svg +1 -1
  1353. package/dist/ionic/svg/play-back-circle-sharp.svg +1 -1
  1354. package/dist/ionic/svg/play-back-circle.svg +1 -1
  1355. package/dist/ionic/svg/play-back-outline.svg +1 -1
  1356. package/dist/ionic/svg/play-back-sharp.svg +1 -1
  1357. package/dist/ionic/svg/play-back.svg +1 -1
  1358. package/dist/ionic/svg/play-circle-outline.svg +1 -1
  1359. package/dist/ionic/svg/play-circle-sharp.svg +1 -1
  1360. package/dist/ionic/svg/play-circle.svg +1 -1
  1361. package/dist/ionic/svg/play-forward-circle-outline.svg +1 -1
  1362. package/dist/ionic/svg/play-forward-circle-sharp.svg +1 -1
  1363. package/dist/ionic/svg/play-forward-circle.svg +1 -1
  1364. package/dist/ionic/svg/play-forward-outline.svg +1 -1
  1365. package/dist/ionic/svg/play-forward-sharp.svg +1 -1
  1366. package/dist/ionic/svg/play-forward.svg +1 -1
  1367. package/dist/ionic/svg/play-outline.svg +1 -1
  1368. package/dist/ionic/svg/play-sharp.svg +1 -1
  1369. package/dist/ionic/svg/play-skip-back-circle-outline.svg +1 -1
  1370. package/dist/ionic/svg/play-skip-back-circle-sharp.svg +1 -1
  1371. package/dist/ionic/svg/play-skip-back-circle.svg +1 -1
  1372. package/dist/ionic/svg/play-skip-back-outline.svg +1 -1
  1373. package/dist/ionic/svg/play-skip-back-sharp.svg +1 -1
  1374. package/dist/ionic/svg/play-skip-back.svg +1 -1
  1375. package/dist/ionic/svg/play-skip-forward-circle-outline.svg +1 -1
  1376. package/dist/ionic/svg/play-skip-forward-circle-sharp.svg +1 -1
  1377. package/dist/ionic/svg/play-skip-forward-circle.svg +1 -1
  1378. package/dist/ionic/svg/play-skip-forward-outline.svg +1 -1
  1379. package/dist/ionic/svg/play-skip-forward-sharp.svg +1 -1
  1380. package/dist/ionic/svg/play-skip-forward.svg +1 -1
  1381. package/dist/ionic/svg/play.svg +1 -1
  1382. package/dist/ionic/svg/podium-outline.svg +1 -1
  1383. package/dist/ionic/svg/podium-sharp.svg +1 -1
  1384. package/dist/ionic/svg/podium.svg +1 -1
  1385. package/dist/ionic/svg/power-outline.svg +1 -1
  1386. package/dist/ionic/svg/power-sharp.svg +1 -1
  1387. package/dist/ionic/svg/power.svg +1 -1
  1388. package/dist/ionic/svg/pricetag-outline.svg +1 -1
  1389. package/dist/ionic/svg/pricetag-sharp.svg +1 -1
  1390. package/dist/ionic/svg/pricetag.svg +1 -1
  1391. package/dist/ionic/svg/pricetags-outline.svg +1 -1
  1392. package/dist/ionic/svg/pricetags-sharp.svg +1 -1
  1393. package/dist/ionic/svg/pricetags.svg +1 -1
  1394. package/dist/ionic/svg/print-outline.svg +1 -1
  1395. package/dist/ionic/svg/print-sharp.svg +1 -1
  1396. package/dist/ionic/svg/print.svg +1 -1
  1397. package/dist/ionic/svg/prism-outline.svg +1 -1
  1398. package/dist/ionic/svg/prism-sharp.svg +1 -1
  1399. package/dist/ionic/svg/prism.svg +1 -1
  1400. package/dist/ionic/svg/pulse-outline.svg +1 -1
  1401. package/dist/ionic/svg/pulse-sharp.svg +1 -1
  1402. package/dist/ionic/svg/pulse.svg +1 -1
  1403. package/dist/ionic/svg/push-outline.svg +1 -1
  1404. package/dist/ionic/svg/push-sharp.svg +1 -1
  1405. package/dist/ionic/svg/push.svg +1 -1
  1406. package/dist/ionic/svg/qr-code-outline.svg +1 -1
  1407. package/dist/ionic/svg/qr-code-sharp.svg +1 -1
  1408. package/dist/ionic/svg/qr-code.svg +1 -1
  1409. package/dist/ionic/svg/radio-button-off-outline.svg +1 -1
  1410. package/dist/ionic/svg/radio-button-off-sharp.svg +1 -1
  1411. package/dist/ionic/svg/radio-button-off.svg +1 -1
  1412. package/dist/ionic/svg/radio-button-on-outline.svg +1 -1
  1413. package/dist/ionic/svg/radio-button-on-sharp.svg +1 -1
  1414. package/dist/ionic/svg/radio-button-on.svg +1 -1
  1415. package/dist/ionic/svg/radio-outline.svg +1 -1
  1416. package/dist/ionic/svg/radio-sharp.svg +1 -1
  1417. package/dist/ionic/svg/radio.svg +1 -1
  1418. package/dist/ionic/svg/rainy-outline.svg +1 -1
  1419. package/dist/ionic/svg/rainy-sharp.svg +1 -1
  1420. package/dist/ionic/svg/rainy.svg +1 -1
  1421. package/dist/ionic/svg/reader-outline.svg +1 -1
  1422. package/dist/ionic/svg/reader-sharp.svg +1 -1
  1423. package/dist/ionic/svg/reader.svg +1 -1
  1424. package/dist/ionic/svg/receipt-outline.svg +1 -1
  1425. package/dist/ionic/svg/receipt-sharp.svg +1 -1
  1426. package/dist/ionic/svg/receipt.svg +1 -1
  1427. package/dist/ionic/svg/recording-outline.svg +1 -1
  1428. package/dist/ionic/svg/recording-sharp.svg +1 -1
  1429. package/dist/ionic/svg/recording.svg +1 -1
  1430. package/dist/ionic/svg/refresh-circle-outline.svg +1 -1
  1431. package/dist/ionic/svg/refresh-circle-sharp.svg +1 -1
  1432. package/dist/ionic/svg/refresh-circle.svg +1 -1
  1433. package/dist/ionic/svg/refresh-outline.svg +1 -1
  1434. package/dist/ionic/svg/refresh-sharp.svg +1 -1
  1435. package/dist/ionic/svg/refresh.svg +1 -1
  1436. package/dist/ionic/svg/reload-circle-outline.svg +1 -1
  1437. package/dist/ionic/svg/reload-circle-sharp.svg +1 -1
  1438. package/dist/ionic/svg/reload-circle.svg +1 -1
  1439. package/dist/ionic/svg/reload-outline.svg +1 -1
  1440. package/dist/ionic/svg/reload-sharp.svg +1 -1
  1441. package/dist/ionic/svg/reload.svg +1 -1
  1442. package/dist/ionic/svg/remove-circle-outline.svg +1 -1
  1443. package/dist/ionic/svg/remove-circle-sharp.svg +1 -1
  1444. package/dist/ionic/svg/remove-circle.svg +1 -1
  1445. package/dist/ionic/svg/remove-outline.svg +1 -1
  1446. package/dist/ionic/svg/remove-sharp.svg +1 -1
  1447. package/dist/ionic/svg/remove.svg +1 -1
  1448. package/dist/ionic/svg/reorder-four-outline.svg +1 -1
  1449. package/dist/ionic/svg/reorder-four-sharp.svg +1 -1
  1450. package/dist/ionic/svg/reorder-four.svg +1 -1
  1451. package/dist/ionic/svg/reorder-three-outline.svg +1 -1
  1452. package/dist/ionic/svg/reorder-three-sharp.svg +1 -1
  1453. package/dist/ionic/svg/reorder-three.svg +1 -1
  1454. package/dist/ionic/svg/reorder-two-outline.svg +1 -1
  1455. package/dist/ionic/svg/reorder-two-sharp.svg +1 -1
  1456. package/dist/ionic/svg/reorder-two.svg +1 -1
  1457. package/dist/ionic/svg/repeat-outline.svg +1 -1
  1458. package/dist/ionic/svg/repeat-sharp.svg +1 -1
  1459. package/dist/ionic/svg/repeat.svg +1 -1
  1460. package/dist/ionic/svg/resize-outline.svg +1 -1
  1461. package/dist/ionic/svg/resize-sharp.svg +1 -1
  1462. package/dist/ionic/svg/resize.svg +1 -1
  1463. package/dist/ionic/svg/restaurant-outline.svg +1 -1
  1464. package/dist/ionic/svg/restaurant-sharp.svg +1 -1
  1465. package/dist/ionic/svg/restaurant.svg +1 -1
  1466. package/dist/ionic/svg/return-down-back-outline.svg +1 -1
  1467. package/dist/ionic/svg/return-down-back-sharp.svg +1 -1
  1468. package/dist/ionic/svg/return-down-back.svg +1 -1
  1469. package/dist/ionic/svg/return-down-forward-outline.svg +1 -1
  1470. package/dist/ionic/svg/return-down-forward-sharp.svg +1 -1
  1471. package/dist/ionic/svg/return-down-forward.svg +1 -1
  1472. package/dist/ionic/svg/return-up-back-outline.svg +1 -1
  1473. package/dist/ionic/svg/return-up-back-sharp.svg +1 -1
  1474. package/dist/ionic/svg/return-up-back.svg +1 -1
  1475. package/dist/ionic/svg/return-up-forward-outline.svg +1 -1
  1476. package/dist/ionic/svg/return-up-forward-sharp.svg +1 -1
  1477. package/dist/ionic/svg/return-up-forward.svg +1 -1
  1478. package/dist/ionic/svg/ribbon-outline.svg +1 -1
  1479. package/dist/ionic/svg/ribbon-sharp.svg +1 -1
  1480. package/dist/ionic/svg/ribbon.svg +1 -1
  1481. package/dist/ionic/svg/rocket-outline.svg +1 -1
  1482. package/dist/ionic/svg/rocket-sharp.svg +1 -1
  1483. package/dist/ionic/svg/rocket.svg +1 -1
  1484. package/dist/ionic/svg/rose-outline.svg +1 -1
  1485. package/dist/ionic/svg/rose-sharp.svg +1 -1
  1486. package/dist/ionic/svg/rose.svg +1 -1
  1487. package/dist/ionic/svg/sad-outline.svg +1 -1
  1488. package/dist/ionic/svg/sad-sharp.svg +1 -1
  1489. package/dist/ionic/svg/sad.svg +1 -1
  1490. package/dist/ionic/svg/save-outline.svg +1 -1
  1491. package/dist/ionic/svg/save-sharp.svg +1 -1
  1492. package/dist/ionic/svg/save.svg +1 -1
  1493. package/dist/ionic/svg/scale-outline.svg +1 -1
  1494. package/dist/ionic/svg/scale-sharp.svg +1 -1
  1495. package/dist/ionic/svg/scale.svg +1 -1
  1496. package/dist/ionic/svg/scan-circle-outline.svg +1 -1
  1497. package/dist/ionic/svg/scan-circle-sharp.svg +1 -1
  1498. package/dist/ionic/svg/scan-circle.svg +1 -1
  1499. package/dist/ionic/svg/scan-outline.svg +1 -1
  1500. package/dist/ionic/svg/scan-sharp.svg +1 -1
  1501. package/dist/ionic/svg/scan.svg +1 -1
  1502. package/dist/ionic/svg/school-outline.svg +1 -1
  1503. package/dist/ionic/svg/school-sharp.svg +1 -1
  1504. package/dist/ionic/svg/school.svg +1 -1
  1505. package/dist/ionic/svg/search-circle-outline.svg +1 -1
  1506. package/dist/ionic/svg/search-circle-sharp.svg +1 -1
  1507. package/dist/ionic/svg/search-circle.svg +1 -1
  1508. package/dist/ionic/svg/search-outline.svg +1 -1
  1509. package/dist/ionic/svg/search-sharp.svg +1 -1
  1510. package/dist/ionic/svg/search.svg +1 -1
  1511. package/dist/ionic/svg/send-outline.svg +1 -1
  1512. package/dist/ionic/svg/send-sharp.svg +1 -1
  1513. package/dist/ionic/svg/send.svg +1 -1
  1514. package/dist/ionic/svg/server-outline.svg +1 -1
  1515. package/dist/ionic/svg/server-sharp.svg +1 -1
  1516. package/dist/ionic/svg/server.svg +1 -1
  1517. package/dist/ionic/svg/settings-outline.svg +1 -1
  1518. package/dist/ionic/svg/settings-sharp.svg +1 -1
  1519. package/dist/ionic/svg/settings.svg +1 -1
  1520. package/dist/ionic/svg/shapes-outline.svg +1 -1
  1521. package/dist/ionic/svg/shapes-sharp.svg +1 -1
  1522. package/dist/ionic/svg/shapes.svg +1 -1
  1523. package/dist/ionic/svg/share-outline.svg +1 -1
  1524. package/dist/ionic/svg/share-sharp.svg +1 -1
  1525. package/dist/ionic/svg/share-social-outline.svg +1 -1
  1526. package/dist/ionic/svg/share-social-sharp.svg +1 -1
  1527. package/dist/ionic/svg/share-social.svg +1 -1
  1528. package/dist/ionic/svg/share.svg +1 -1
  1529. package/dist/ionic/svg/shield-checkmark-outline.svg +1 -1
  1530. package/dist/ionic/svg/shield-checkmark-sharp.svg +1 -1
  1531. package/dist/ionic/svg/shield-checkmark.svg +1 -1
  1532. package/dist/ionic/svg/shield-half-outline.svg +1 -1
  1533. package/dist/ionic/svg/shield-half-sharp.svg +1 -1
  1534. package/dist/ionic/svg/shield-half.svg +1 -1
  1535. package/dist/ionic/svg/shield-outline.svg +1 -1
  1536. package/dist/ionic/svg/shield-sharp.svg +1 -1
  1537. package/dist/ionic/svg/shield.svg +1 -1
  1538. package/dist/ionic/svg/shirt-outline.svg +1 -1
  1539. package/dist/ionic/svg/shirt-sharp.svg +1 -1
  1540. package/dist/ionic/svg/shirt.svg +1 -1
  1541. package/dist/ionic/svg/shuffle-outline.svg +1 -1
  1542. package/dist/ionic/svg/shuffle-sharp.svg +1 -1
  1543. package/dist/ionic/svg/shuffle.svg +1 -1
  1544. package/dist/ionic/svg/skull-outline.svg +1 -1
  1545. package/dist/ionic/svg/skull-sharp.svg +1 -1
  1546. package/dist/ionic/svg/skull.svg +1 -1
  1547. package/dist/ionic/svg/snow-outline.svg +1 -1
  1548. package/dist/ionic/svg/snow-sharp.svg +1 -1
  1549. package/dist/ionic/svg/snow.svg +1 -1
  1550. package/dist/ionic/svg/sparkles-outline.svg +1 -1
  1551. package/dist/ionic/svg/sparkles-sharp.svg +1 -1
  1552. package/dist/ionic/svg/sparkles.svg +1 -1
  1553. package/dist/ionic/svg/speedometer-outline.svg +1 -1
  1554. package/dist/ionic/svg/speedometer-sharp.svg +1 -1
  1555. package/dist/ionic/svg/speedometer.svg +1 -1
  1556. package/dist/ionic/svg/square-outline.svg +1 -1
  1557. package/dist/ionic/svg/square-sharp.svg +1 -1
  1558. package/dist/ionic/svg/square.svg +1 -1
  1559. package/dist/ionic/svg/star-half-outline.svg +1 -1
  1560. package/dist/ionic/svg/star-half-sharp.svg +1 -1
  1561. package/dist/ionic/svg/star-half.svg +1 -1
  1562. package/dist/ionic/svg/star-outline.svg +1 -1
  1563. package/dist/ionic/svg/star-sharp.svg +1 -1
  1564. package/dist/ionic/svg/star.svg +1 -1
  1565. package/dist/ionic/svg/stats-chart-outline.svg +1 -1
  1566. package/dist/ionic/svg/stats-chart-sharp.svg +1 -1
  1567. package/dist/ionic/svg/stats-chart.svg +1 -1
  1568. package/dist/ionic/svg/stop-circle-outline.svg +1 -1
  1569. package/dist/ionic/svg/stop-circle-sharp.svg +1 -1
  1570. package/dist/ionic/svg/stop-circle.svg +1 -1
  1571. package/dist/ionic/svg/stop-outline.svg +1 -1
  1572. package/dist/ionic/svg/stop-sharp.svg +1 -1
  1573. package/dist/ionic/svg/stop.svg +1 -1
  1574. package/dist/ionic/svg/stopwatch-outline.svg +1 -1
  1575. package/dist/ionic/svg/stopwatch-sharp.svg +1 -1
  1576. package/dist/ionic/svg/stopwatch.svg +1 -1
  1577. package/dist/ionic/svg/storefront-outline.svg +1 -1
  1578. package/dist/ionic/svg/storefront-sharp.svg +1 -1
  1579. package/dist/ionic/svg/storefront.svg +1 -1
  1580. package/dist/ionic/svg/subway-outline.svg +1 -1
  1581. package/dist/ionic/svg/subway-sharp.svg +1 -1
  1582. package/dist/ionic/svg/subway.svg +1 -1
  1583. package/dist/ionic/svg/sunny-outline.svg +1 -1
  1584. package/dist/ionic/svg/sunny-sharp.svg +1 -1
  1585. package/dist/ionic/svg/sunny.svg +1 -1
  1586. package/dist/ionic/svg/swap-horizontal-outline.svg +1 -1
  1587. package/dist/ionic/svg/swap-horizontal-sharp.svg +1 -1
  1588. package/dist/ionic/svg/swap-horizontal.svg +1 -1
  1589. package/dist/ionic/svg/swap-vertical-outline.svg +1 -1
  1590. package/dist/ionic/svg/swap-vertical-sharp.svg +1 -1
  1591. package/dist/ionic/svg/swap-vertical.svg +1 -1
  1592. package/dist/ionic/svg/sync-circle-outline.svg +1 -1
  1593. package/dist/ionic/svg/sync-circle-sharp.svg +1 -1
  1594. package/dist/ionic/svg/sync-circle.svg +1 -1
  1595. package/dist/ionic/svg/sync-outline.svg +1 -1
  1596. package/dist/ionic/svg/sync-sharp.svg +1 -1
  1597. package/dist/ionic/svg/sync.svg +1 -1
  1598. package/dist/ionic/svg/tablet-landscape-outline.svg +1 -1
  1599. package/dist/ionic/svg/tablet-landscape-sharp.svg +1 -1
  1600. package/dist/ionic/svg/tablet-landscape.svg +1 -1
  1601. package/dist/ionic/svg/tablet-portrait-outline.svg +1 -1
  1602. package/dist/ionic/svg/tablet-portrait-sharp.svg +1 -1
  1603. package/dist/ionic/svg/tablet-portrait.svg +1 -1
  1604. package/dist/ionic/svg/telescope-outline.svg +1 -1
  1605. package/dist/ionic/svg/telescope-sharp.svg +1 -1
  1606. package/dist/ionic/svg/telescope.svg +1 -1
  1607. package/dist/ionic/svg/tennisball-outline.svg +1 -1
  1608. package/dist/ionic/svg/tennisball-sharp.svg +1 -1
  1609. package/dist/ionic/svg/tennisball.svg +1 -1
  1610. package/dist/ionic/svg/terminal-outline.svg +1 -1
  1611. package/dist/ionic/svg/terminal-sharp.svg +1 -1
  1612. package/dist/ionic/svg/terminal.svg +1 -1
  1613. package/dist/ionic/svg/text-outline.svg +1 -1
  1614. package/dist/ionic/svg/text-sharp.svg +1 -1
  1615. package/dist/ionic/svg/text.svg +1 -1
  1616. package/dist/ionic/svg/thermometer-outline.svg +1 -1
  1617. package/dist/ionic/svg/thermometer-sharp.svg +1 -1
  1618. package/dist/ionic/svg/thermometer.svg +1 -1
  1619. package/dist/ionic/svg/thumbs-down-outline.svg +1 -1
  1620. package/dist/ionic/svg/thumbs-down-sharp.svg +1 -1
  1621. package/dist/ionic/svg/thumbs-down.svg +1 -1
  1622. package/dist/ionic/svg/thumbs-up-outline.svg +1 -1
  1623. package/dist/ionic/svg/thumbs-up-sharp.svg +1 -1
  1624. package/dist/ionic/svg/thumbs-up.svg +1 -1
  1625. package/dist/ionic/svg/thunderstorm-outline.svg +1 -1
  1626. package/dist/ionic/svg/thunderstorm-sharp.svg +1 -1
  1627. package/dist/ionic/svg/thunderstorm.svg +1 -1
  1628. package/dist/ionic/svg/ticket-outline.svg +1 -1
  1629. package/dist/ionic/svg/ticket-sharp.svg +1 -1
  1630. package/dist/ionic/svg/ticket.svg +1 -1
  1631. package/dist/ionic/svg/time-outline.svg +1 -1
  1632. package/dist/ionic/svg/time-sharp.svg +1 -1
  1633. package/dist/ionic/svg/time.svg +1 -1
  1634. package/dist/ionic/svg/timer-outline.svg +1 -1
  1635. package/dist/ionic/svg/timer-sharp.svg +1 -1
  1636. package/dist/ionic/svg/timer.svg +1 -1
  1637. package/dist/ionic/svg/today-outline.svg +1 -1
  1638. package/dist/ionic/svg/today-sharp.svg +1 -1
  1639. package/dist/ionic/svg/today.svg +1 -1
  1640. package/dist/ionic/svg/toggle-outline.svg +1 -1
  1641. package/dist/ionic/svg/toggle-sharp.svg +1 -1
  1642. package/dist/ionic/svg/toggle.svg +1 -1
  1643. package/dist/ionic/svg/trail-sign-outline.svg +1 -1
  1644. package/dist/ionic/svg/trail-sign-sharp.svg +1 -1
  1645. package/dist/ionic/svg/trail-sign.svg +1 -1
  1646. package/dist/ionic/svg/train-outline.svg +1 -1
  1647. package/dist/ionic/svg/train-sharp.svg +1 -1
  1648. package/dist/ionic/svg/train.svg +1 -1
  1649. package/dist/ionic/svg/transgender-outline.svg +1 -1
  1650. package/dist/ionic/svg/transgender-sharp.svg +1 -1
  1651. package/dist/ionic/svg/transgender.svg +1 -1
  1652. package/dist/ionic/svg/trash-bin-outline.svg +1 -1
  1653. package/dist/ionic/svg/trash-bin-sharp.svg +1 -1
  1654. package/dist/ionic/svg/trash-bin.svg +1 -1
  1655. package/dist/ionic/svg/trash-outline.svg +1 -1
  1656. package/dist/ionic/svg/trash-sharp.svg +1 -1
  1657. package/dist/ionic/svg/trash.svg +1 -1
  1658. package/dist/ionic/svg/trending-down-outline.svg +1 -1
  1659. package/dist/ionic/svg/trending-down-sharp.svg +1 -1
  1660. package/dist/ionic/svg/trending-down.svg +1 -1
  1661. package/dist/ionic/svg/trending-up-outline.svg +1 -1
  1662. package/dist/ionic/svg/trending-up-sharp.svg +1 -1
  1663. package/dist/ionic/svg/trending-up.svg +1 -1
  1664. package/dist/ionic/svg/triangle-outline.svg +1 -1
  1665. package/dist/ionic/svg/triangle-sharp.svg +1 -1
  1666. package/dist/ionic/svg/triangle.svg +1 -1
  1667. package/dist/ionic/svg/trophy-outline.svg +1 -1
  1668. package/dist/ionic/svg/trophy-sharp.svg +1 -1
  1669. package/dist/ionic/svg/trophy.svg +1 -1
  1670. package/dist/ionic/svg/tv-outline.svg +1 -1
  1671. package/dist/ionic/svg/tv-sharp.svg +1 -1
  1672. package/dist/ionic/svg/tv.svg +1 -1
  1673. package/dist/ionic/svg/umbrella-outline.svg +1 -1
  1674. package/dist/ionic/svg/umbrella-sharp.svg +1 -1
  1675. package/dist/ionic/svg/umbrella.svg +1 -1
  1676. package/dist/ionic/svg/unlink-outline.svg +1 -1
  1677. package/dist/ionic/svg/unlink-sharp.svg +1 -1
  1678. package/dist/ionic/svg/unlink.svg +1 -1
  1679. package/dist/ionic/svg/videocam-off-outline.svg +1 -1
  1680. package/dist/ionic/svg/videocam-off-sharp.svg +1 -1
  1681. package/dist/ionic/svg/videocam-off.svg +1 -1
  1682. package/dist/ionic/svg/videocam-outline.svg +1 -1
  1683. package/dist/ionic/svg/videocam-sharp.svg +1 -1
  1684. package/dist/ionic/svg/videocam.svg +1 -1
  1685. package/dist/ionic/svg/volume-high-outline.svg +1 -1
  1686. package/dist/ionic/svg/volume-high-sharp.svg +1 -1
  1687. package/dist/ionic/svg/volume-high.svg +1 -1
  1688. package/dist/ionic/svg/volume-low-outline.svg +1 -1
  1689. package/dist/ionic/svg/volume-low-sharp.svg +1 -1
  1690. package/dist/ionic/svg/volume-low.svg +1 -1
  1691. package/dist/ionic/svg/volume-medium-outline.svg +1 -1
  1692. package/dist/ionic/svg/volume-medium-sharp.svg +1 -1
  1693. package/dist/ionic/svg/volume-medium.svg +1 -1
  1694. package/dist/ionic/svg/volume-mute-outline.svg +1 -1
  1695. package/dist/ionic/svg/volume-mute-sharp.svg +1 -1
  1696. package/dist/ionic/svg/volume-mute.svg +1 -1
  1697. package/dist/ionic/svg/volume-off-outline.svg +1 -1
  1698. package/dist/ionic/svg/volume-off-sharp.svg +1 -1
  1699. package/dist/ionic/svg/volume-off.svg +1 -1
  1700. package/dist/ionic/svg/walk-outline.svg +1 -1
  1701. package/dist/ionic/svg/walk-sharp.svg +1 -1
  1702. package/dist/ionic/svg/walk.svg +1 -1
  1703. package/dist/ionic/svg/wallet-outline.svg +1 -1
  1704. package/dist/ionic/svg/wallet-sharp.svg +1 -1
  1705. package/dist/ionic/svg/wallet.svg +1 -1
  1706. package/dist/ionic/svg/warning-outline.svg +1 -1
  1707. package/dist/ionic/svg/warning-sharp.svg +1 -1
  1708. package/dist/ionic/svg/warning.svg +1 -1
  1709. package/dist/ionic/svg/watch-outline.svg +1 -1
  1710. package/dist/ionic/svg/watch-sharp.svg +1 -1
  1711. package/dist/ionic/svg/watch.svg +1 -1
  1712. package/dist/ionic/svg/water-outline.svg +1 -1
  1713. package/dist/ionic/svg/water-sharp.svg +1 -1
  1714. package/dist/ionic/svg/water.svg +1 -1
  1715. package/dist/ionic/svg/wifi-outline.svg +1 -1
  1716. package/dist/ionic/svg/wifi-sharp.svg +1 -1
  1717. package/dist/ionic/svg/wifi.svg +1 -1
  1718. package/dist/ionic/svg/wine-outline.svg +1 -1
  1719. package/dist/ionic/svg/wine-sharp.svg +1 -1
  1720. package/dist/ionic/svg/wine.svg +1 -1
  1721. package/dist/ionic/svg/woman-outline.svg +1 -1
  1722. package/dist/ionic/svg/woman-sharp.svg +1 -1
  1723. package/dist/ionic/svg/woman.svg +1 -1
  1724. package/dist/types/components/action-sheet/action-sheet.d.ts +5 -6
  1725. package/dist/types/components/alert/alert.d.ts +5 -6
  1726. package/dist/types/components/app/app.d.ts +2 -0
  1727. package/dist/types/components/datetime/datetime-interface.d.ts +11 -3
  1728. package/dist/types/components/datetime/datetime.d.ts +6 -0
  1729. package/dist/types/components/input-otp/input-otp.d.ts +12 -8
  1730. package/dist/types/components/item/item.d.ts +4 -0
  1731. package/dist/types/components/loading/loading.d.ts +5 -6
  1732. package/dist/types/components/menu/menu.d.ts +25 -3
  1733. package/dist/types/components/modal/animations/ios.transition.d.ts +14 -0
  1734. package/dist/types/components/modal/modal.d.ts +36 -6
  1735. package/dist/types/components/popover/popover.d.ts +6 -5
  1736. package/dist/types/components/range/range.d.ts +2 -0
  1737. package/dist/types/components/reorder-group/reorder-group-interface.d.ts +17 -0
  1738. package/dist/types/components/reorder-group/reorder-group.d.ts +24 -4
  1739. package/dist/types/components/router/router.d.ts +1 -0
  1740. package/dist/types/components/router/utils/interface.d.ts +1 -4
  1741. package/dist/types/components/searchbar/searchbar.d.ts +0 -2
  1742. package/dist/types/components/toast/toast.d.ts +4 -5
  1743. package/dist/types/components.d.ts +51 -21
  1744. package/dist/types/interface.d.ts +7 -2
  1745. package/dist/types/stencil-public-runtime.d.ts +12 -5
  1746. package/dist/types/utils/element-interface.d.ts +10 -0
  1747. package/dist/types/utils/test/playwright/playwright-declarations.d.ts +5 -0
  1748. package/hydrate/index.js +1271 -483
  1749. package/hydrate/index.mjs +1271 -483
  1750. package/package.json +5 -5
  1751. package/dist/cjs/index-CPbAsnJK.js +0 -58
  1752. package/dist/esm/index-BLV6ykCk.js +0 -32
  1753. package/dist/ionic/p-0fc6fc38.entry.js +0 -4
  1754. package/dist/ionic/p-14ae45e4.entry.js +0 -4
  1755. package/dist/ionic/p-15da9760.entry.js +0 -4
  1756. package/dist/ionic/p-1739f5f2.entry.js +0 -4
  1757. package/dist/ionic/p-18f1813b.entry.js +0 -4
  1758. package/dist/ionic/p-2020aa51.entry.js +0 -4
  1759. package/dist/ionic/p-2c6c6991.entry.js +0 -4
  1760. package/dist/ionic/p-2cfd6b61.entry.js +0 -4
  1761. package/dist/ionic/p-2d01ecd5.entry.js +0 -4
  1762. package/dist/ionic/p-2da6a16b.entry.js +0 -4
  1763. package/dist/ionic/p-3a4feac2.entry.js +0 -4
  1764. package/dist/ionic/p-473877b6.entry.js +0 -4
  1765. package/dist/ionic/p-4b7d1f35.entry.js +0 -4
  1766. package/dist/ionic/p-4d61f20b.entry.js +0 -4
  1767. package/dist/ionic/p-4ddc10ef.entry.js +0 -4
  1768. package/dist/ionic/p-56712fd4.entry.js +0 -4
  1769. package/dist/ionic/p-6b666996.entry.js +0 -4
  1770. package/dist/ionic/p-7149db7e.entry.js +0 -4
  1771. package/dist/ionic/p-76b697a3.entry.js +0 -4
  1772. package/dist/ionic/p-81f1b778.entry.js +0 -4
  1773. package/dist/ionic/p-8957540a.entry.js +0 -4
  1774. package/dist/ionic/p-8c674371.entry.js +0 -4
  1775. package/dist/ionic/p-8f2f76e0.entry.js +0 -4
  1776. package/dist/ionic/p-91bde659.entry.js +0 -4
  1777. package/dist/ionic/p-96389029.entry.js +0 -4
  1778. package/dist/ionic/p-97667b9c.entry.js +0 -4
  1779. package/dist/ionic/p-9e699d4a.entry.js +0 -4
  1780. package/dist/ionic/p-B3XSxWNQ.js +0 -4
  1781. package/dist/ionic/p-BLV6ykCk.js +0 -4
  1782. package/dist/ionic/p-BROiNJRB.js +0 -4
  1783. package/dist/ionic/p-B_U9CtaY.js +0 -5
  1784. package/dist/ionic/p-BhLqfMrf.js +0 -4
  1785. package/dist/ionic/p-CL-KfWxq.js +0 -4
  1786. package/dist/ionic/p-DzH0J0yi.js +0 -4
  1787. package/dist/ionic/p-a6282370.entry.js +0 -4
  1788. package/dist/ionic/p-a9ac80bd.entry.js +0 -4
  1789. package/dist/ionic/p-a9f99c74.entry.js +0 -4
  1790. package/dist/ionic/p-aIxOGKys.js +0 -4
  1791. package/dist/ionic/p-aa8956c2.entry.js +0 -4
  1792. package/dist/ionic/p-b37dbc31.entry.js +0 -4
  1793. package/dist/ionic/p-b9f79efc.entry.js +0 -4
  1794. package/dist/ionic/p-bNmY-WfR.js +0 -4
  1795. package/dist/ionic/p-bb5fc02e.entry.js +0 -4
  1796. package/dist/ionic/p-bc01c127.entry.js +0 -4
  1797. package/dist/ionic/p-bec79123.entry.js +0 -4
  1798. package/dist/ionic/p-c0335397.entry.js +0 -4
  1799. package/dist/ionic/p-c448135a.entry.js +0 -4
  1800. package/dist/ionic/p-c4912ca5.entry.js +0 -4
  1801. package/dist/ionic/p-c884d7e3.entry.js +0 -4
  1802. package/dist/ionic/p-cb787a4b.entry.js +0 -4
  1803. package/dist/ionic/p-cd12ed1c.entry.js +0 -4
  1804. package/dist/ionic/p-cf632ee2.entry.js +0 -4
  1805. package/dist/ionic/p-d8ed5df0.entry.js +0 -4
  1806. package/dist/ionic/p-e1260ed5.entry.js +0 -4
  1807. package/dist/ionic/p-e30ff968.entry.js +0 -4
  1808. package/dist/ionic/p-ei_RiGrl.js +0 -4
  1809. package/dist/ionic/p-f83db8cd.entry.js +0 -4
  1810. package/dist/ionic/p-fbc5481b.entry.js +0 -4
  1811. package/dist/ionic/p-fcc7437b.entry.js +0 -4
  1812. package/dist/node_modules/ionicons/dist/collection/components/icon/icon.css +0 -144
package/hydrate/index.mjs CHANGED
@@ -390,7 +390,7 @@ const initialize = (userConfig = {}) => {
390
390
  const globalScripts = initialize;
391
391
 
392
392
  /*
393
- Stencil Hydrate Platform v4.33.1 | MIT Licensed | https://stenciljs.com
393
+ Stencil Hydrate Platform v4.36.2 | MIT Licensed | https://stenciljs.com
394
394
  */
395
395
  var __defProp = Object.defineProperty;
396
396
  var __export = (target, all) => {
@@ -595,11 +595,26 @@ function deserializeProperty(value) {
595
595
  }
596
596
  return RemoteValue.fromLocalValue(JSON.parse(atob(value.slice(SERIALIZED_PREFIX.length))));
597
597
  }
598
+
599
+ // src/utils/style.ts
600
+ function createStyleSheetIfNeededAndSupported(styles2) {
601
+ return void 0;
602
+ }
603
+
604
+ // src/utils/shadow-root.ts
605
+ var globalStyleSheet;
598
606
  function createShadowRoot(cmpMeta) {
599
- this.attachShadow({
607
+ var _a;
608
+ const shadowRoot = this.attachShadow({
600
609
  mode: "open",
601
610
  delegatesFocus: !!(cmpMeta.$flags$ & 16 /* shadowDelegatesFocus */)
602
611
  }) ;
612
+ if (globalStyleSheet === void 0) globalStyleSheet = (_a = createStyleSheetIfNeededAndSupported()) != null ? _a : null;
613
+ if (globalStyleSheet) {
614
+ {
615
+ shadowRoot.adoptedStyleSheets = [...shadowRoot.adoptedStyleSheets, globalStyleSheet];
616
+ }
617
+ }
603
618
  }
604
619
 
605
620
  // src/runtime/runtime-constants.ts
@@ -725,7 +740,7 @@ function patchSlotNode(node) {
725
740
  const slotName = this["s-sn"];
726
741
  if (opts == null ? void 0 : opts.flatten) {
727
742
  console.error(`
728
- Flattening is not supported for Stencil non-shadow slots.
743
+ Flattening is not supported for Stencil non-shadow slots.
729
744
  You can use \`.childNodes\` to nested slot fallback content.
730
745
  If you have a particular use case, please open an issue on the Stencil repo.
731
746
  `);
@@ -769,6 +784,96 @@ var uniqueTime = (key, measureText) => {
769
784
  };
770
785
  }
771
786
  };
787
+ var rootAppliedStyles = /* @__PURE__ */ new WeakMap();
788
+ var registerStyle = (scopeId2, cssText, allowCS) => {
789
+ let style = styles.get(scopeId2);
790
+ {
791
+ style = cssText;
792
+ }
793
+ styles.set(scopeId2, style);
794
+ };
795
+ var addStyle = (styleContainerNode, cmpMeta, mode) => {
796
+ var _a;
797
+ const scopeId2 = getScopeId(cmpMeta, mode);
798
+ const style = styles.get(scopeId2);
799
+ if (!win$2.document) {
800
+ return scopeId2;
801
+ }
802
+ styleContainerNode = styleContainerNode.nodeType === 11 /* DocumentFragment */ ? styleContainerNode : win$2.document;
803
+ if (style) {
804
+ if (typeof style === "string") {
805
+ styleContainerNode = styleContainerNode.head || styleContainerNode;
806
+ let appliedStyles = rootAppliedStyles.get(styleContainerNode);
807
+ let styleElm;
808
+ if (!appliedStyles) {
809
+ rootAppliedStyles.set(styleContainerNode, appliedStyles = /* @__PURE__ */ new Set());
810
+ }
811
+ if (!appliedStyles.has(scopeId2)) {
812
+ if (styleContainerNode.host && (styleElm = styleContainerNode.querySelector(`[${HYDRATED_STYLE_ID}="${scopeId2}"]`))) {
813
+ styleElm.innerHTML = style;
814
+ } else {
815
+ styleElm = win$2.document.createElement("style");
816
+ styleElm.innerHTML = style;
817
+ const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(win$2.document);
818
+ if (nonce != null) {
819
+ styleElm.setAttribute("nonce", nonce);
820
+ }
821
+ if ((cmpMeta.$flags$ & 2 /* scopedCssEncapsulation */ || cmpMeta.$flags$ & 128 /* shadowNeedsScopedCss */)) {
822
+ styleElm.setAttribute(HYDRATED_STYLE_ID, scopeId2);
823
+ }
824
+ if (!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */)) {
825
+ if (styleContainerNode.nodeName === "HEAD") {
826
+ const preconnectLinks = styleContainerNode.querySelectorAll("link[rel=preconnect]");
827
+ const referenceNode2 = preconnectLinks.length > 0 ? preconnectLinks[preconnectLinks.length - 1].nextSibling : styleContainerNode.querySelector("style");
828
+ styleContainerNode.insertBefore(
829
+ styleElm,
830
+ (referenceNode2 == null ? void 0 : referenceNode2.parentNode) === styleContainerNode ? referenceNode2 : null
831
+ );
832
+ } else if ("host" in styleContainerNode) {
833
+ {
834
+ const existingStyleContainer = styleContainerNode.querySelector("style");
835
+ if (existingStyleContainer) {
836
+ existingStyleContainer.innerHTML = style + existingStyleContainer.innerHTML;
837
+ } else {
838
+ styleContainerNode.prepend(styleElm);
839
+ }
840
+ }
841
+ } else {
842
+ styleContainerNode.append(styleElm);
843
+ }
844
+ }
845
+ if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {
846
+ styleContainerNode.insertBefore(styleElm, null);
847
+ }
848
+ }
849
+ if (cmpMeta.$flags$ & 4 /* hasSlotRelocation */) {
850
+ styleElm.innerHTML += SLOT_FB_CSS;
851
+ }
852
+ if (appliedStyles) {
853
+ appliedStyles.add(scopeId2);
854
+ }
855
+ }
856
+ }
857
+ }
858
+ return scopeId2;
859
+ };
860
+ var attachStyles = (hostRef) => {
861
+ const cmpMeta = hostRef.$cmpMeta$;
862
+ const elm = hostRef.$hostElement$;
863
+ const flags = cmpMeta.$flags$;
864
+ const endAttachStyles = createTime("attachStyles", cmpMeta.$tagName$);
865
+ const scopeId2 = addStyle(
866
+ elm.shadowRoot ? elm.shadowRoot : elm.getRootNode(),
867
+ cmpMeta,
868
+ hostRef.$modeName$
869
+ );
870
+ if (flags & 10 /* needsScopedEncapsulation */) {
871
+ elm["s-sc"] = scopeId2;
872
+ elm.classList.add(scopeId2 + "-h");
873
+ }
874
+ endAttachStyles();
875
+ };
876
+ var getScopeId = (cmp, mode) => "sc-" + (mode && cmp.$flags$ & 32 /* hasMode */ ? cmp.$tagName$ + "-" + mode : cmp.$tagName$);
772
877
  var h = (nodeName, vnodeData, ...children) => {
773
878
  let child = null;
774
879
  let key = null;
@@ -883,7 +988,7 @@ var convertToPrivate = (node) => {
883
988
 
884
989
  // src/runtime/client-hydrate.ts
885
990
  var initializeClientHydrate = (hostElm, tagName, hostId, hostRef) => {
886
- var _a;
991
+ var _a, _b, _c;
887
992
  const endHydrate = createTime("hydrateClient", tagName);
888
993
  const shadowRoot = hostElm.shadowRoot;
889
994
  const childRenderNodes = [];
@@ -894,15 +999,17 @@ var initializeClientHydrate = (hostElm, tagName, hostId, hostRef) => {
894
999
  vnode.$elm$ = hostElm;
895
1000
  const members = Object.entries(((_a = hostRef.$cmpMeta$) == null ? void 0 : _a.$members$) || {});
896
1001
  members.forEach(([memberName, [memberFlags, metaAttributeName]]) => {
897
- var _a2;
1002
+ var _b2;
898
1003
  if (!(memberFlags & 31 /* Prop */)) {
899
1004
  return;
900
1005
  }
901
1006
  const attributeName = metaAttributeName || memberName;
902
1007
  const attrVal = hostElm.getAttribute(attributeName);
903
1008
  if (attrVal !== null) {
904
- const attrPropVal = parsePropertyValue(attrVal, memberFlags);
905
- (_a2 = hostRef == null ? void 0 : hostRef.$instanceValues$) == null ? void 0 : _a2.set(memberName, attrPropVal);
1009
+ const attrPropVal = parsePropertyValue(
1010
+ attrVal,
1011
+ memberFlags);
1012
+ (_b2 = hostRef == null ? void 0 : hostRef.$instanceValues$) == null ? void 0 : _b2.set(memberName, attrPropVal);
906
1013
  }
907
1014
  });
908
1015
  let scopeId2;
@@ -943,6 +1050,18 @@ var initializeClientHydrate = (hostElm, tagName, hostId, hostRef) => {
943
1050
  if (childRenderNode.$tag$ === "slot") {
944
1051
  node["s-cr"] = hostElm["s-cr"];
945
1052
  }
1053
+ } else if (((_b = childRenderNode.$tag$) == null ? void 0 : _b.toString().includes("-")) && childRenderNode.$tag$ !== "slot-fb" && !childRenderNode.$elm$.shadowRoot) {
1054
+ const cmpMeta = getHostRef(childRenderNode.$elm$);
1055
+ if (cmpMeta) {
1056
+ const scopeId3 = getScopeId(
1057
+ cmpMeta.$cmpMeta$,
1058
+ childRenderNode.$elm$.getAttribute("s-mode")
1059
+ );
1060
+ const styleSheet = win$2.document.querySelector(`style[sty-id="${scopeId3}"]`);
1061
+ if (styleSheet) {
1062
+ hostElm.shadowRoot.append(styleSheet.cloneNode(true));
1063
+ }
1064
+ }
946
1065
  }
947
1066
  if (childRenderNode.$tag$ === "slot") {
948
1067
  childRenderNode.$name$ = childRenderNode.$elm$["s-sn"] || childRenderNode.$elm$["name"] || null;
@@ -958,7 +1077,7 @@ var initializeClientHydrate = (hostElm, tagName, hostId, hostRef) => {
958
1077
  }
959
1078
  }
960
1079
  if (orgLocationNode && orgLocationNode.isConnected) {
961
- if (shadowRoot && orgLocationNode["s-en"] === "") {
1080
+ if (orgLocationNode.parentElement.shadowRoot && orgLocationNode["s-en"] === "") {
962
1081
  orgLocationNode.parentNode.insertBefore(node, orgLocationNode.nextSibling);
963
1082
  }
964
1083
  orgLocationNode.parentNode.removeChild(orgLocationNode);
@@ -966,7 +1085,9 @@ var initializeClientHydrate = (hostElm, tagName, hostId, hostRef) => {
966
1085
  node["s-oo"] = parseInt(childRenderNode.$nodeId$);
967
1086
  }
968
1087
  }
969
- plt.$orgLocNodes$.delete(orgLocationId);
1088
+ if (orgLocationNode && !orgLocationNode["s-id"]) {
1089
+ plt.$orgLocNodes$.delete(orgLocationId);
1090
+ }
970
1091
  }
971
1092
  const hosts = [];
972
1093
  const snLen = slottedNodes.length;
@@ -987,17 +1108,22 @@ var initializeClientHydrate = (hostElm, tagName, hostId, hostRef) => {
987
1108
  }
988
1109
  if (!hosts[slottedItem.hostId]) continue;
989
1110
  const hostEle = hosts[slottedItem.hostId];
1111
+ if (hostEle.shadowRoot && slottedItem.node.parentElement !== hostEle) {
1112
+ hostEle.appendChild(slottedItem.node);
1113
+ }
990
1114
  if (!hostEle.shadowRoot || !shadowRoot) {
991
- slottedItem.slot["s-cr"] = hostEle["s-cr"];
992
- if (!slottedItem.slot["s-cr"] && hostEle.shadowRoot) {
993
- slottedItem.slot["s-cr"] = hostEle;
994
- } else {
995
- slottedItem.slot["s-cr"] = (hostEle.__childNodes || hostEle.childNodes)[0];
1115
+ if (!slottedItem.slot["s-cr"]) {
1116
+ slottedItem.slot["s-cr"] = hostEle["s-cr"];
1117
+ if (!slottedItem.slot["s-cr"] && hostEle.shadowRoot) {
1118
+ slottedItem.slot["s-cr"] = hostEle;
1119
+ } else {
1120
+ slottedItem.slot["s-cr"] = (hostEle.__childNodes || hostEle.childNodes)[0];
1121
+ }
996
1122
  }
997
1123
  addSlotRelocateNode(slottedItem.node, slottedItem.slot, false, slottedItem.node["s-oo"]);
998
- }
999
- if (hostEle.shadowRoot && slottedItem.node.parentElement !== hostEle) {
1000
- hostEle.appendChild(slottedItem.node);
1124
+ if (((_c = slottedItem.node.parentElement) == null ? void 0 : _c.shadowRoot) && slottedItem.node["getAttribute"] && slottedItem.node.getAttribute("slot")) {
1125
+ slottedItem.node.removeAttribute("slot");
1126
+ }
1001
1127
  }
1002
1128
  }
1003
1129
  }
@@ -1006,25 +1132,27 @@ var initializeClientHydrate = (hostElm, tagName, hostId, hostRef) => {
1006
1132
  slot.$elm$.parentElement.classList.add(scopeId2 + "-s");
1007
1133
  });
1008
1134
  }
1009
- if (shadowRoot && !shadowRoot.childNodes.length) {
1135
+ if (shadowRoot) {
1010
1136
  let rnIdex = 0;
1011
1137
  const rnLen = shadowRootNodes.length;
1012
1138
  if (rnLen) {
1013
1139
  for (rnIdex; rnIdex < rnLen; rnIdex++) {
1014
- shadowRoot.appendChild(shadowRootNodes[rnIdex]);
1140
+ const node = shadowRootNodes[rnIdex];
1141
+ if (node) {
1142
+ shadowRoot.appendChild(node);
1143
+ }
1015
1144
  }
1016
1145
  Array.from(hostElm.childNodes).forEach((node) => {
1017
- if (typeof node["s-sn"] !== "string") {
1146
+ if (typeof node["s-en"] !== "string" && typeof node["s-sn"] !== "string") {
1018
1147
  if (node.nodeType === 1 /* ElementNode */ && node.slot && node.hidden) {
1019
1148
  node.removeAttribute("hidden");
1020
- } else if (node.nodeType === 8 /* CommentNode */ || node.nodeType === 3 /* TextNode */ && !node.wholeText.trim()) {
1149
+ } else if (node.nodeType === 8 /* CommentNode */ && !node.nodeValue || node.nodeType === 3 /* TextNode */ && !node.wholeText.trim()) {
1021
1150
  node.parentNode.removeChild(node);
1022
1151
  }
1023
1152
  }
1024
1153
  });
1025
1154
  }
1026
1155
  }
1027
- plt.$orgLocNodes$.delete(hostElm["s-id"]);
1028
1156
  hostRef.$hostElement$ = hostElm;
1029
1157
  endHydrate();
1030
1158
  };
@@ -1056,7 +1184,7 @@ var clientHydrate = (parentVNode, childRenderNodes, slotNodes, shadowRootNodes,
1056
1184
  if (!parentVNode.$children$) {
1057
1185
  parentVNode.$children$ = [];
1058
1186
  }
1059
- if (scopeId2) {
1187
+ if (scopeId2 && childIdSplt[0] === hostId) {
1060
1188
  node["s-si"] = scopeId2;
1061
1189
  childVNode.$attrs$.class += " " + scopeId2;
1062
1190
  }
@@ -1186,7 +1314,7 @@ var clientHydrate = (parentVNode, childRenderNodes, slotNodes, shadowRootNodes,
1186
1314
  vnode.$index$ = "0";
1187
1315
  parentVNode.$children$ = [vnode];
1188
1316
  } else {
1189
- if (node.nodeType === 3 /* TextNode */ && !node.wholeText.trim()) {
1317
+ if (node.nodeType === 3 /* TextNode */ && !node.wholeText.trim() && !node["s-nr"]) {
1190
1318
  node.remove();
1191
1319
  }
1192
1320
  }
@@ -1244,10 +1372,10 @@ function addSlot(slotName, slotId, childVNode, node, parentVNode, childRenderNod
1244
1372
  if (childVNode.$name$) {
1245
1373
  childVNode.$elm$.setAttribute("name", slotName);
1246
1374
  }
1247
- if (parentNodeId && parentNodeId !== childVNode.$hostId$) {
1248
- parentVNode.$elm$.insertBefore(slot, parentVNode.$elm$.children[0]);
1375
+ if (parentVNode.$elm$.shadowRoot && parentNodeId && parentNodeId !== childVNode.$hostId$) {
1376
+ internalCall(parentVNode.$elm$, "insertBefore")(slot, internalCall(parentVNode.$elm$, "children")[0]);
1249
1377
  } else {
1250
- node.parentNode.insertBefore(childVNode.$elm$, node);
1378
+ internalCall(internalCall(node, "parentNode"), "insertBefore")(slot, node);
1251
1379
  }
1252
1380
  addSlottedNodes(slottedNodes, slotId, slotName, node, childVNode.$hostId$);
1253
1381
  node.remove();
@@ -1262,8 +1390,8 @@ function addSlot(slotName, slotId, childVNode, node, parentVNode, childRenderNod
1262
1390
  if (shouldMove) {
1263
1391
  parentVNode.$elm$.insertBefore(slot, parentVNode.$elm$.children[0]);
1264
1392
  }
1265
- childRenderNodes.push(childVNode);
1266
1393
  }
1394
+ childRenderNodes.push(childVNode);
1267
1395
  slotNodes.push(childVNode);
1268
1396
  if (!parentVNode.$children$) {
1269
1397
  parentVNode.$children$ = [];
@@ -1271,13 +1399,17 @@ function addSlot(slotName, slotId, childVNode, node, parentVNode, childRenderNod
1271
1399
  parentVNode.$children$[childVNode.$index$] = childVNode;
1272
1400
  }
1273
1401
  var addSlottedNodes = (slottedNodes, slotNodeId, slotName, slotNode, hostId) => {
1402
+ var _a, _b;
1274
1403
  let slottedNode = slotNode.nextSibling;
1275
1404
  slottedNodes[slotNodeId] = slottedNodes[slotNodeId] || [];
1276
- while (slottedNode && ((slottedNode["getAttribute"] && slottedNode.getAttribute("slot") || slottedNode["s-sn"]) === slotName || slotName === "" && !slottedNode["s-sn"] && (slottedNode.nodeType === 8 /* CommentNode */ && slottedNode.nodeValue.indexOf(".") !== 1 || slottedNode.nodeType === 3 /* TextNode */))) {
1277
- slottedNode["s-sn"] = slotName;
1278
- slottedNodes[slotNodeId].push({ slot: slotNode, node: slottedNode, hostId });
1279
- slottedNode = slottedNode.nextSibling;
1280
- }
1405
+ if (!slottedNode || ((_a = slottedNode.nodeValue) == null ? void 0 : _a.startsWith(SLOT_NODE_ID + "."))) return;
1406
+ do {
1407
+ if (slottedNode && ((slottedNode["getAttribute"] && slottedNode.getAttribute("slot") || slottedNode["s-sn"]) === slotName || slotName === "" && !slottedNode["s-sn"] && (!slottedNode["getAttribute"] || !slottedNode.getAttribute("slot")) && (slottedNode.nodeType === 8 /* CommentNode */ || slottedNode.nodeType === 3 /* TextNode */))) {
1408
+ slottedNode["s-sn"] = slotName;
1409
+ slottedNodes[slotNodeId].push({ slot: slotNode, node: slottedNode, hostId });
1410
+ }
1411
+ slottedNode = slottedNode == null ? void 0 : slottedNode.nextSibling;
1412
+ } while (slottedNode && !((_b = slottedNode.nodeValue) == null ? void 0 : _b.startsWith(SLOT_NODE_ID + ".")));
1281
1413
  };
1282
1414
  var findCorrespondingNode = (node, type) => {
1283
1415
  let sibling = node;
@@ -1302,6 +1434,12 @@ var findCorrespondingNode = (node, type) => {
1302
1434
  var safeSelector = (selector) => {
1303
1435
  const placeholders = [];
1304
1436
  let index = 0;
1437
+ selector = selector.replace(/(\[\s*part~=\s*("[^"]*"|'[^']*')\s*\])/g, (_, keep) => {
1438
+ const replaceBy = `__part-${index}__`;
1439
+ placeholders.push(keep);
1440
+ index++;
1441
+ return replaceBy;
1442
+ });
1305
1443
  selector = selector.replace(/(\[[^\]]*\])/g, (_, keep) => {
1306
1444
  const replaceBy = `__ph-${index}__`;
1307
1445
  placeholders.push(keep);
@@ -1321,6 +1459,7 @@ var safeSelector = (selector) => {
1321
1459
  return ss;
1322
1460
  };
1323
1461
  var restoreSafeSelector = (placeholders, content) => {
1462
+ content = content.replace(/__part-(\d+)__/g, (_, index) => placeholders[+index]);
1324
1463
  return content.replace(/__ph-(\d+)__/g, (_, index) => placeholders[+index]);
1325
1464
  };
1326
1465
  var _polyfillHost = "-shadowcsshost";
@@ -1333,6 +1472,7 @@ var _cssColonSlottedRe = new RegExp("(" + _polyfillSlotted + _parenSuffix, "gim"
1333
1472
  var _polyfillHostNoCombinator = _polyfillHost + "-no-combinator";
1334
1473
  var _polyfillHostNoCombinatorRe = /-shadowcsshost-no-combinator([^\s]*)/;
1335
1474
  var _shadowDOMSelectorsRe = [/::shadow/g, /::content/g];
1475
+ var _safePartRe = /__part-(\d+)__/g;
1336
1476
  var _selectorReSuffix = "([>\\s~+[.,{:][\\s\\S]*)?$";
1337
1477
  var _polyfillHostRe = /-shadowcsshost/gim;
1338
1478
  var createSupportsRuleRe = (selector) => {
@@ -1547,7 +1687,7 @@ var applyStrictSelectorScope = (selector, scopeSelector2, hostSelector) => {
1547
1687
  let scopedSelector = "";
1548
1688
  let startIndex = 0;
1549
1689
  let res;
1550
- const sep = /( |>|\+|~(?!=))\s*/g;
1690
+ const sep = /( |>|\+|~(?!=))(?=(?:[^()]*\([^()]*\))*[^()]*$)\s*/g;
1551
1691
  const hasHost = selector.indexOf(_polyfillHostNoCombinator) > -1;
1552
1692
  let shouldScope = !hasHost;
1553
1693
  while ((res = sep.exec(selector)) !== null) {
@@ -1559,7 +1699,7 @@ var applyStrictSelectorScope = (selector, scopeSelector2, hostSelector) => {
1559
1699
  startIndex = sep.lastIndex;
1560
1700
  }
1561
1701
  const part = selector.substring(startIndex);
1562
- shouldScope = shouldScope || part.indexOf(_polyfillHostNoCombinator) > -1;
1702
+ shouldScope = !part.match(_safePartRe) && (shouldScope || part.indexOf(_polyfillHostNoCombinator) > -1);
1563
1703
  scopedSelector += shouldScope ? _scopeSelectorPart(part) : part;
1564
1704
  return restoreSafeSelector(safeContent.placeholders, scopedSelector);
1565
1705
  };
@@ -1616,6 +1756,36 @@ var scopeCssText = (cssText, scopeId2, hostScopeId, slotScopeId, commentOriginal
1616
1756
  var replaceShadowCssHost = (cssText, hostScopeId) => {
1617
1757
  return cssText.replace(/-shadowcsshost-no-combinator/g, `.${hostScopeId}`);
1618
1758
  };
1759
+ var expandPartSelectors = (cssText) => {
1760
+ const partSelectorRe = /([^\s,{][^,{]*?)::part\(\s*([^)]+?)\s*\)((?:[:.][^,{]*)*)/g;
1761
+ return processRules(cssText, (rule) => {
1762
+ if (rule.selector[0] === "@") {
1763
+ return rule;
1764
+ }
1765
+ const selectors = rule.selector.split(",").map((sel) => {
1766
+ const out = [sel.trim()];
1767
+ let m;
1768
+ while ((m = partSelectorRe.exec(sel)) !== null) {
1769
+ const before = m[1].trimEnd();
1770
+ const partNames = m[2].trim().split(/\s+/);
1771
+ const after = m[3] || "";
1772
+ const partAttr = partNames.flatMap((p) => {
1773
+ if (!rule.selector.includes(`[part~="${p}"]`)) {
1774
+ return [`[part~="${p}"]`];
1775
+ }
1776
+ return [];
1777
+ }).join("");
1778
+ const expanded = `${before} ${partAttr}${after}`;
1779
+ if (!!partAttr && expanded !== sel.trim()) {
1780
+ out.push(expanded);
1781
+ }
1782
+ }
1783
+ return out.join(", ");
1784
+ });
1785
+ rule.selector = selectors.join(", ");
1786
+ return rule;
1787
+ });
1788
+ };
1619
1789
  var scopeCss = (cssText, scopeId2, commentOriginalSelector) => {
1620
1790
  const hostScopeId = scopeId2 + "-h";
1621
1791
  const slotScopeId = scopeId2 + "-s";
@@ -1651,28 +1821,33 @@ var scopeCss = (cssText, scopeId2, commentOriginalSelector) => {
1651
1821
  const regex = new RegExp(escapeRegExpSpecialCharacters(slottedSelector.orgSelector), "g");
1652
1822
  cssText = cssText.replace(regex, slottedSelector.updatedSelector);
1653
1823
  });
1824
+ cssText = expandPartSelectors(cssText);
1654
1825
  return cssText;
1655
1826
  };
1656
1827
 
1657
1828
  // src/runtime/mode.ts
1658
1829
  var computeMode = (elm) => modeResolutionChain.map((h2) => h2(elm)).find((m) => !!m);
1659
1830
  var setMode = (handler) => modeResolutionChain.push(handler);
1660
- var getMode = (ref) => getHostRef(ref).$modeName$;
1661
- var parsePropertyValue = (propValue, propType) => {
1662
- if (typeof propValue === "string" && (propValue.startsWith("{") && propValue.endsWith("}") || propValue.startsWith("[") && propValue.endsWith("]"))) {
1663
- try {
1664
- propValue = JSON.parse(propValue);
1665
- return propValue;
1666
- } catch (e) {
1667
- }
1668
- }
1831
+ var getMode = (ref) => {
1832
+ var _a;
1833
+ return (_a = getHostRef(ref)) == null ? void 0 : _a.$modeName$;
1834
+ };
1835
+ var parsePropertyValue = (propValue, propType, isFormAssociated) => {
1669
1836
  if (typeof propValue === "string" && propValue.startsWith(SERIALIZED_PREFIX)) {
1670
1837
  propValue = deserializeProperty(propValue);
1671
1838
  return propValue;
1672
1839
  }
1840
+ if (typeof propValue === "string" && (propType & 16 /* Unknown */ || propType & 8 /* Any */) && (propValue.startsWith("{") && propValue.endsWith("}") || propValue.startsWith("[") && propValue.endsWith("]"))) {
1841
+ try {
1842
+ return JSON.parse(propValue);
1843
+ } catch (e) {
1844
+ }
1845
+ }
1673
1846
  if (propValue != null && !isComplexType(propValue)) {
1674
1847
  if (propType & 4 /* Boolean */) {
1675
- return propValue === "false" ? false : propValue === "" || !!propValue;
1848
+ {
1849
+ return propValue === "false" ? false : propValue === "" || !!propValue;
1850
+ }
1676
1851
  }
1677
1852
  if (propType & 2 /* Number */) {
1678
1853
  return typeof propValue === "string" ? parseFloat(propValue) : typeof propValue === "number" ? propValue : NaN;
@@ -1684,7 +1859,10 @@ var parsePropertyValue = (propValue, propType) => {
1684
1859
  }
1685
1860
  return propValue;
1686
1861
  };
1687
- var getElement = (ref) => getHostRef(ref).$hostElement$ ;
1862
+ var getElement = (ref) => {
1863
+ var _a;
1864
+ return (_a = getHostRef(ref)) == null ? void 0 : _a.$hostElement$ ;
1865
+ };
1688
1866
 
1689
1867
  // src/runtime/event-emitter.ts
1690
1868
  var createEvent = (ref, name, flags) => {
@@ -1705,96 +1883,6 @@ var emitEvent = (elm, name, opts) => {
1705
1883
  elm.dispatchEvent(ev);
1706
1884
  return ev;
1707
1885
  };
1708
- var rootAppliedStyles = /* @__PURE__ */ new WeakMap();
1709
- var registerStyle = (scopeId2, cssText, allowCS) => {
1710
- let style = styles.get(scopeId2);
1711
- {
1712
- style = cssText;
1713
- }
1714
- styles.set(scopeId2, style);
1715
- };
1716
- var addStyle = (styleContainerNode, cmpMeta, mode) => {
1717
- var _a;
1718
- const scopeId2 = getScopeId(cmpMeta, mode);
1719
- const style = styles.get(scopeId2);
1720
- if (!win$2.document) {
1721
- return scopeId2;
1722
- }
1723
- styleContainerNode = styleContainerNode.nodeType === 11 /* DocumentFragment */ ? styleContainerNode : win$2.document;
1724
- if (style) {
1725
- if (typeof style === "string") {
1726
- styleContainerNode = styleContainerNode.head || styleContainerNode;
1727
- let appliedStyles = rootAppliedStyles.get(styleContainerNode);
1728
- let styleElm;
1729
- if (!appliedStyles) {
1730
- rootAppliedStyles.set(styleContainerNode, appliedStyles = /* @__PURE__ */ new Set());
1731
- }
1732
- if (!appliedStyles.has(scopeId2)) {
1733
- if (styleContainerNode.host && (styleElm = styleContainerNode.querySelector(`[${HYDRATED_STYLE_ID}="${scopeId2}"]`))) {
1734
- styleElm.innerHTML = style;
1735
- } else {
1736
- styleElm = document.querySelector(`[${HYDRATED_STYLE_ID}="${scopeId2}"]`) || win$2.document.createElement("style");
1737
- styleElm.innerHTML = style;
1738
- const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(win$2.document);
1739
- if (nonce != null) {
1740
- styleElm.setAttribute("nonce", nonce);
1741
- }
1742
- if ((cmpMeta.$flags$ & 2 /* scopedCssEncapsulation */ || cmpMeta.$flags$ & 128 /* shadowNeedsScopedCss */)) {
1743
- styleElm.setAttribute(HYDRATED_STYLE_ID, scopeId2);
1744
- }
1745
- if (!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */)) {
1746
- if (styleContainerNode.nodeName === "HEAD") {
1747
- const preconnectLinks = styleContainerNode.querySelectorAll("link[rel=preconnect]");
1748
- const referenceNode2 = preconnectLinks.length > 0 ? preconnectLinks[preconnectLinks.length - 1].nextSibling : styleContainerNode.querySelector("style");
1749
- styleContainerNode.insertBefore(
1750
- styleElm,
1751
- (referenceNode2 == null ? void 0 : referenceNode2.parentNode) === styleContainerNode ? referenceNode2 : null
1752
- );
1753
- } else if ("host" in styleContainerNode) {
1754
- {
1755
- const existingStyleContainer = styleContainerNode.querySelector("style");
1756
- if (existingStyleContainer) {
1757
- existingStyleContainer.innerHTML = style + existingStyleContainer.innerHTML;
1758
- } else {
1759
- styleContainerNode.prepend(styleElm);
1760
- }
1761
- }
1762
- } else {
1763
- styleContainerNode.append(styleElm);
1764
- }
1765
- }
1766
- if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {
1767
- styleContainerNode.insertBefore(styleElm, null);
1768
- }
1769
- }
1770
- if (cmpMeta.$flags$ & 4 /* hasSlotRelocation */) {
1771
- styleElm.innerHTML += SLOT_FB_CSS;
1772
- }
1773
- if (appliedStyles) {
1774
- appliedStyles.add(scopeId2);
1775
- }
1776
- }
1777
- }
1778
- }
1779
- return scopeId2;
1780
- };
1781
- var attachStyles = (hostRef) => {
1782
- const cmpMeta = hostRef.$cmpMeta$;
1783
- const elm = hostRef.$hostElement$;
1784
- const flags = cmpMeta.$flags$;
1785
- const endAttachStyles = createTime("attachStyles", cmpMeta.$tagName$);
1786
- const scopeId2 = addStyle(
1787
- elm.shadowRoot ? elm.shadowRoot : elm.getRootNode(),
1788
- cmpMeta,
1789
- hostRef.$modeName$
1790
- );
1791
- if (flags & 10 /* needsScopedEncapsulation */) {
1792
- elm["s-sc"] = scopeId2;
1793
- elm.classList.add(scopeId2 + "-h");
1794
- }
1795
- endAttachStyles();
1796
- };
1797
- var getScopeId = (cmp, mode) => "sc-" + (mode && cmp.$flags$ & 32 /* hasMode */ ? cmp.$tagName$ + "-" + mode : cmp.$tagName$);
1798
1886
  var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags, initialRender) => {
1799
1887
  if (oldValue === newValue) {
1800
1888
  return;
@@ -1805,12 +1893,13 @@ var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags, initialRen
1805
1893
  const classList = elm.classList;
1806
1894
  const oldClasses = parseClassList(oldValue);
1807
1895
  let newClasses = parseClassList(newValue);
1808
- if (elm["s-si"] && initialRender) {
1809
- newClasses.push(elm["s-si"]);
1896
+ if ((elm["s-si"] || elm["s-sc"]) && initialRender) {
1897
+ const scopeId2 = elm["s-sc"] || elm["s-si"];
1898
+ newClasses.push(scopeId2);
1810
1899
  oldClasses.forEach((c) => {
1811
- if (c.startsWith(elm["s-si"])) newClasses.push(c);
1900
+ if (c.startsWith(scopeId2)) newClasses.push(c);
1812
1901
  });
1813
- newClasses = [...new Set(newClasses)];
1902
+ newClasses = [...new Set(newClasses)].filter((c) => c);
1814
1903
  classList.add(...newClasses);
1815
1904
  } else {
1816
1905
  classList.remove(...oldClasses.filter((c) => c && !newClasses.includes(c)));
@@ -2242,6 +2331,8 @@ var patch = (oldVNode, newVNode2, isInitialRender = false) => {
2242
2331
  !isInitialRender && BUILD.updatable && oldChildren !== null
2243
2332
  ) {
2244
2333
  removeVnodes(oldChildren, 0, oldChildren.length - 1);
2334
+ } else if (isInitialRender && BUILD.updatable && oldChildren !== null && newChildren === null) {
2335
+ newVNode2.$children$ = oldChildren;
2245
2336
  }
2246
2337
  if (isSvgMode && tag === "svg") {
2247
2338
  isSvgMode = false;
@@ -2457,6 +2548,12 @@ var scheduleUpdate = (hostRef, isInitialLoad) => {
2457
2548
  }
2458
2549
  attachToAncestor(hostRef, hostRef.$ancestorComponent$);
2459
2550
  const dispatch = () => dispatchHooks(hostRef, isInitialLoad);
2551
+ if (isInitialLoad) {
2552
+ queueMicrotask(() => {
2553
+ dispatch();
2554
+ });
2555
+ return;
2556
+ }
2460
2557
  return writeTask(dispatch) ;
2461
2558
  };
2462
2559
  var dispatchHooks = (hostRef, isInitialLoad) => {
@@ -2597,10 +2694,16 @@ var forceUpdate = (ref) => {
2597
2694
  return false;
2598
2695
  };
2599
2696
  var appDidLoad = (who) => {
2697
+ var _a;
2600
2698
  if (BUILD.asyncQueue) {
2601
2699
  plt.$flags$ |= 2 /* appLoaded */;
2602
2700
  }
2603
2701
  nextTick(() => emitEvent(win$2, "appload", { detail: { namespace: NAMESPACE } }));
2702
+ {
2703
+ if ((_a = plt.$orgLocNodes$) == null ? void 0 : _a.size) {
2704
+ plt.$orgLocNodes$.clear();
2705
+ }
2706
+ }
2604
2707
  };
2605
2708
  var safeCall$1 = (instance, method, arg, elm) => {
2606
2709
  if (instance && instance[method]) {
@@ -2633,6 +2736,9 @@ var serverSideConnected = (elm) => {
2633
2736
  var getValue = (ref, propName) => getHostRef(ref).$instanceValues$.get(propName);
2634
2737
  var setValue = (ref, propName, newVal, cmpMeta) => {
2635
2738
  const hostRef = getHostRef(ref);
2739
+ if (!hostRef) {
2740
+ return;
2741
+ }
2636
2742
  if (!hostRef) {
2637
2743
  throw new Error(
2638
2744
  `Couldn't find host element for "${cmpMeta.$tagName$}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/stenciljs/core/issues/5457).`
@@ -2642,7 +2748,9 @@ var setValue = (ref, propName, newVal, cmpMeta) => {
2642
2748
  const oldVal = hostRef.$instanceValues$.get(propName);
2643
2749
  const flags = hostRef.$flags$;
2644
2750
  const instance = hostRef.$lazyInstance$ ;
2645
- newVal = parsePropertyValue(newVal, cmpMeta.$members$[propName][0]);
2751
+ newVal = parsePropertyValue(
2752
+ newVal,
2753
+ cmpMeta.$members$[propName][0]);
2646
2754
  const areBothNaN = Number.isNaN(oldVal) && Number.isNaN(newVal);
2647
2755
  const didValueChange = newVal !== oldVal && !areBothNaN;
2648
2756
  if ((!(flags & 8 /* isConstructingInstance */) || oldVal === void 0) && didValueChange) {
@@ -2706,6 +2814,9 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
2706
2814
  Object.defineProperty(prototype, memberName, {
2707
2815
  set(newValue) {
2708
2816
  const ref = getHostRef(this);
2817
+ if (!ref) {
2818
+ return;
2819
+ }
2709
2820
  if (origSetter) {
2710
2821
  const currentValue = memberFlags & 32 /* State */ ? this[memberName] : ref.$hostElement$[memberName];
2711
2822
  if (typeof currentValue === "undefined" && ref.$instanceValues$.get(memberName)) {
@@ -2713,7 +2824,11 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
2713
2824
  } else if (!ref.$instanceValues$.get(memberName) && currentValue) {
2714
2825
  ref.$instanceValues$.set(memberName, currentValue);
2715
2826
  }
2716
- origSetter.apply(this, [parsePropertyValue(newValue, memberFlags)]);
2827
+ origSetter.apply(this, [
2828
+ parsePropertyValue(
2829
+ newValue,
2830
+ memberFlags)
2831
+ ]);
2717
2832
  newValue = memberFlags & 32 /* State */ ? this[memberName] : ref.$hostElement$[memberName];
2718
2833
  setValue(this, memberName, newValue, cmpMeta);
2719
2834
  return;
@@ -2795,8 +2910,12 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
2795
2910
  const scopeId2 = getScopeId(cmpMeta, hostRef.$modeName$);
2796
2911
  if (!styles.has(scopeId2)) {
2797
2912
  const endRegisterStyles = createTime("registerStyles", cmpMeta.$tagName$);
2798
- if (cmpMeta.$flags$ & 128 /* shadowNeedsScopedCss */) {
2799
- style = scopeCss(style, scopeId2);
2913
+ {
2914
+ if (cmpMeta.$flags$ & 128 /* shadowNeedsScopedCss */) {
2915
+ style = scopeCss(style, scopeId2);
2916
+ } else if (needsScopedSSR()) {
2917
+ style = expandPartSelectors(style);
2918
+ }
2800
2919
  }
2801
2920
  registerStyle(scopeId2, style);
2802
2921
  endRegisterStyles();
@@ -2821,6 +2940,9 @@ var fireConnectedCallback = (instance, elm) => {
2821
2940
  var connectedCallback = (elm) => {
2822
2941
  if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {
2823
2942
  const hostRef = getHostRef(elm);
2943
+ if (!hostRef) {
2944
+ return;
2945
+ }
2824
2946
  const cmpMeta = hostRef.$cmpMeta$;
2825
2947
  const endConnected = createTime("connectedCallback", cmpMeta.$tagName$);
2826
2948
  if (!(hostRef.$flags$ & 1 /* hasConnected */)) {
@@ -3136,7 +3258,7 @@ function proxyHostElement(elm, cstr) {
3136
3258
  get: function() {
3137
3259
  var _a2;
3138
3260
  const ref = getHostRef(this);
3139
- const attrPropVal2 = (_a2 = ref.$instanceValues$) == null ? void 0 : _a2.get(memberName);
3261
+ const attrPropVal2 = (_a2 = ref == null ? void 0 : ref.$instanceValues$) == null ? void 0 : _a2.get(memberName);
3140
3262
  if (origGetter && attrPropVal2 === void 0 && !getValue(this, memberName)) {
3141
3263
  setValue(this, memberName, origGetter.apply(this), cmpMeta);
3142
3264
  }
@@ -3179,6 +3301,7 @@ function hydrateApp(win2, opts, results, afterHydrate, resolve) {
3179
3301
  const orgDocumentCreateElement = win2.document.createElement;
3180
3302
  const orgDocumentCreateElementNS = win2.document.createElementNS;
3181
3303
  const resolved2 = Promise.resolve();
3304
+ setScopedSSR(opts);
3182
3305
  let tmrId;
3183
3306
  let ranCompleted = false;
3184
3307
  function hydratedComplete() {
@@ -3287,13 +3410,16 @@ async function hydrateComponent(win2, results, tagName, elm, waitingElements) {
3287
3410
  if (cmpMeta != null) {
3288
3411
  waitingElements.add(elm);
3289
3412
  const hostRef = getHostRef(this);
3413
+ if (!hostRef) {
3414
+ return;
3415
+ }
3290
3416
  addHostEventListeners(this, hostRef, cmpMeta.$listeners$);
3291
3417
  try {
3292
3418
  connectedCallback(elm);
3293
3419
  await elm.componentOnReady();
3294
3420
  results.hydratedCount++;
3295
3421
  const ref = getHostRef(elm);
3296
- const modeName = !ref.$modeName$ ? "$" : ref.$modeName$;
3422
+ const modeName = !(ref == null ? void 0 : ref.$modeName$) ? "$" : ref == null ? void 0 : ref.$modeName$;
3297
3423
  if (!results.components.some((c) => c.tag === tagName && c.mode === modeName)) {
3298
3424
  results.components.push({
3299
3425
  tag: tagName,
@@ -3540,6 +3666,11 @@ var Build = {
3540
3666
  isBrowser: false};
3541
3667
  var styles = /* @__PURE__ */ new Map();
3542
3668
 
3669
+ var setScopedSSR = (opts) => {
3670
+ scopedSSR = opts.serializeShadowRoot !== false && opts.serializeShadowRoot !== "declarative-shadow-dom";
3671
+ };
3672
+ var needsScopedSSR = () => scopedSSR;
3673
+ var scopedSSR = false;
3543
3674
 
3544
3675
  const transitionEndAsync = (el, expectedDuration = 0) => {
3545
3676
  return new Promise((resolve) => {
@@ -3859,33 +3990,33 @@ const isSafeNumber = (input) => {
3859
3990
  return typeof input === 'number' && !isNaN(input) && isFinite(input);
3860
3991
  };
3861
3992
 
3862
- /* Ionicons v7.2.2, ES Modules */
3863
-
3864
- const arrowBackSharp = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='square' stroke-miterlimit='10' stroke-width='48' d='M244 400L100 256l144-144M120 256h292' class='ionicon-fill-none'/></svg>";
3865
- const arrowDown = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 268l144 144 144-144M256 392V100' class='ionicon-fill-none'/></svg>";
3866
- const caretBackSharp = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M368 64L144 256l224 192V64z'/></svg>";
3867
- const caretDownSharp = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M64 144l192 224 192-224H64z'/></svg>";
3868
- const caretUpSharp = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M448 368L256 144 64 368h384z'/></svg>";
3869
- const checkmarkOutline = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-linejoin='round' d='M416 128L192 384l-96-96' class='ionicon-fill-none ionicon-stroke-width'/></svg>";
3870
- const chevronBack = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M328 112L184 256l144 144' class='ionicon-fill-none'/></svg>";
3871
- const chevronDown = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144' class='ionicon-fill-none'/></svg>";
3872
- const chevronExpand = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M136 208l120-104 120 104M136 304l120 104 120-104' stroke-width='48' stroke-linecap='round' stroke-linejoin='round' class='ionicon-fill-none'/></svg>";
3873
- const chevronForward = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M184 112l144 144-144 144' class='ionicon-fill-none'/></svg>";
3874
- const chevronForwardOutline = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M184 112l144 144-144 144' class='ionicon-fill-none'/></svg>";
3875
- const close = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M289.94 256l95-95A24 24 0 00351 127l-95 95-95-95a24 24 0 00-34 34l95 95-95 95a24 24 0 1034 34l95-95 95 95a24 24 0 0034-34z'/></svg>";
3876
- const closeCircle = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48zm75.31 260.69a16 16 0 11-22.62 22.62L256 278.63l-52.69 52.68a16 16 0 01-22.62-22.62L233.37 256l-52.68-52.69a16 16 0 0122.62-22.62L256 233.37l52.69-52.68a16 16 0 0122.62 22.62L278.63 256z'/></svg>";
3877
- const closeSharp = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M400 145.49L366.51 112 256 222.51 145.49 112 112 145.49 222.51 256 112 366.51 145.49 400 256 289.49 366.51 400 400 366.51 289.49 256 400 145.49z'/></svg>";
3878
- const ellipseOutline = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><circle cx='256' cy='256' r='192' stroke-linecap='round' stroke-linejoin='round' class='ionicon-fill-none ionicon-stroke-width'/></svg>";
3879
- const ellipsisHorizontal = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><circle cx='256' cy='256' r='48'/><circle cx='416' cy='256' r='48'/><circle cx='96' cy='256' r='48'/></svg>";
3880
- const eye = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><circle cx='256' cy='256' r='64'/><path d='M490.84 238.6c-26.46-40.92-60.79-75.68-99.27-100.53C349 110.55 302 96 255.66 96c-42.52 0-84.33 12.15-124.27 36.11-40.73 24.43-77.63 60.12-109.68 106.07a31.92 31.92 0 00-.64 35.54c26.41 41.33 60.4 76.14 98.28 100.65C162 402 207.9 416 255.66 416c46.71 0 93.81-14.43 136.2-41.72 38.46-24.77 72.72-59.66 99.08-100.92a32.2 32.2 0 00-.1-34.76zM256 352a96 96 0 1196-96 96.11 96.11 0 01-96 96z'/></svg>";
3881
- const eyeOff = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M432 448a15.92 15.92 0 01-11.31-4.69l-352-352a16 16 0 0122.62-22.62l352 352A16 16 0 01432 448zM248 315.85l-51.79-51.79a2 2 0 00-3.39 1.69 64.11 64.11 0 0053.49 53.49 2 2 0 001.69-3.39zM264 196.15L315.87 248a2 2 0 003.4-1.69 64.13 64.13 0 00-53.55-53.55 2 2 0 00-1.72 3.39z'/><path d='M491 273.36a32.2 32.2 0 00-.1-34.76c-26.46-40.92-60.79-75.68-99.27-100.53C349 110.55 302 96 255.68 96a226.54 226.54 0 00-71.82 11.79 4 4 0 00-1.56 6.63l47.24 47.24a4 4 0 003.82 1.05 96 96 0 01116 116 4 4 0 001.05 3.81l67.95 68a4 4 0 005.4.24 343.81 343.81 0 0067.24-77.4zM256 352a96 96 0 01-93.3-118.63 4 4 0 00-1.05-3.81l-66.84-66.87a4 4 0 00-5.41-.23c-24.39 20.81-47 46.13-67.67 75.72a31.92 31.92 0 00-.64 35.54c26.41 41.33 60.39 76.14 98.28 100.65C162.06 402 207.92 416 255.68 416a238.22 238.22 0 0072.64-11.55 4 4 0 001.61-6.64l-47.47-47.46a4 4 0 00-3.81-1.05A96 96 0 01256 352z'/></svg>";
3882
- const menuOutline = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-miterlimit='10' d='M80 160h352M80 256h352M80 352h352' class='ionicon-fill-none ionicon-stroke-width'/></svg>";
3883
- const menuSharp = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M64 384h384v-42.67H64zm0-106.67h384v-42.66H64zM64 128v42.67h384V128z'/></svg>";
3884
- const removeOutline = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-linejoin='round' d='M400 256H112' class='ionicon-fill-none ionicon-stroke-width'/></svg>";
3885
- const reorderThreeOutline = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-linejoin='round' d='M96 256h320M96 176h320M96 336h320' class='ionicon-fill-none ionicon-stroke-width'/></svg>";
3886
- const reorderTwoSharp = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='square' stroke-linejoin='round' stroke-width='44' d='M118 304h276M118 208h276' class='ionicon-fill-none'/></svg>";
3887
- const searchOutline = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M221.09 64a157.09 157.09 0 10157.09 157.09A157.1 157.1 0 00221.09 64z' stroke-miterlimit='10' class='ionicon-fill-none ionicon-stroke-width'/><path stroke-linecap='round' stroke-miterlimit='10' d='M338.29 338.29L448 448' class='ionicon-fill-none ionicon-stroke-width'/></svg>";
3888
- const searchSharp = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M464 428L339.92 303.9a160.48 160.48 0 0030.72-94.58C370.64 120.37 298.27 48 209.32 48S48 120.37 48 209.32s72.37 161.32 161.32 161.32a160.48 160.48 0 0094.58-30.72L428 464zM209.32 319.69a110.38 110.38 0 11110.37-110.37 110.5 110.5 0 01-110.37 110.37z'/></svg>";
3993
+ /* Ionicons v8.0.13, ES Modules */
3994
+
3995
+ const arrowBackSharp = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M244 400 100 256l144-144M120 256h292' stroke-linecap='square' stroke-miterlimit='10' stroke-width='48px' class='ionicon-fill-none'/></svg>";
3996
+ const arrowDown = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='m112 268 144 144 144-144M256 392V100' stroke-linecap='round' stroke-linejoin='round' stroke-width='48px' class='ionicon-fill-none'/></svg>";
3997
+ const caretBackSharp = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M368 64 144 256l224 192z'/></svg>";
3998
+ const caretDownSharp = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='m64 144 192 224 192-224z'/></svg>";
3999
+ const caretUpSharp = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M448 368 256 144 64 368z'/></svg>";
4000
+ const checkmarkOutline = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M416 128 192 384l-96-96' stroke-linecap='round' stroke-linejoin='round' class='ionicon-fill-none ionicon-stroke-width'/></svg>";
4001
+ const chevronBack = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M328 112 184 256l144 144' stroke-linecap='round' stroke-linejoin='round' stroke-width='48px' class='ionicon-fill-none'/></svg>";
4002
+ const chevronDown = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='m112 184 144 144 144-144' stroke-linecap='round' stroke-linejoin='round' stroke-width='48px' class='ionicon-fill-none'/></svg>";
4003
+ const chevronExpand = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='m136 208 120-104 120 104M136 304l120 104 120-104' class='ionicon-fill-none'/></svg>";
4004
+ const chevronForward = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='m184 112 144 144-144 144' stroke-linecap='round' stroke-linejoin='round' stroke-width='48px' class='ionicon-fill-none'/></svg>";
4005
+ const chevronForwardOutline = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='m184 112 144 144-144 144' stroke-linecap='round' stroke-linejoin='round' stroke-width='48px' class='ionicon-fill-none'/></svg>";
4006
+ const close = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='m289.94 256 95-95A24 24 0 0 0 351 127l-95 95-95-95a24 24 0 0 0-34 34l95 95-95 95a24 24 0 1 0 34 34l95-95 95 95a24 24 0 0 0 34-34Z'/></svg>";
4007
+ const closeCircle = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48m75.31 260.69a16 16 0 1 1-22.62 22.62L256 278.63l-52.69 52.68a16 16 0 0 1-22.62-22.62L233.37 256l-52.68-52.69a16 16 0 0 1 22.62-22.62L256 233.37l52.69-52.68a16 16 0 0 1 22.62 22.62L278.63 256Z'/></svg>";
4008
+ const closeSharp = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M400 145.49 366.51 112 256 222.51 145.49 112 112 145.49 222.51 256 112 366.51 145.49 400 256 289.49 366.51 400 400 366.51 289.49 256z'/></svg>";
4009
+ const ellipseOutline = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><circle cx='256' cy='256' r='192' stroke-linecap='round' stroke-linejoin='round' class='ionicon-fill-none ionicon-stroke-width'/></svg>";
4010
+ const ellipsisHorizontal = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><circle cx='256' cy='256' r='48'/><circle cx='416' cy='256' r='48'/><circle cx='96' cy='256' r='48'/></svg>";
4011
+ const eye = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><circle cx='256' cy='256' r='64'/><path d='M490.84 238.6c-26.46-40.92-60.79-75.68-99.27-100.53C349 110.55 302 96 255.66 96c-42.52 0-84.33 12.15-124.27 36.11-40.73 24.43-77.63 60.12-109.68 106.07a31.92 31.92 0 0 0-.64 35.54c26.41 41.33 60.4 76.14 98.28 100.65C162 402 207.9 416 255.66 416c46.71 0 93.81-14.43 136.2-41.72 38.46-24.77 72.72-59.66 99.08-100.92a32.2 32.2 0 0 0-.1-34.76M256 352a96 96 0 1 1 96-96 96.11 96.11 0 0 1-96 96'/></svg>";
4012
+ const eyeOff = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M432 448a15.92 15.92 0 0 1-11.31-4.69l-352-352a16 16 0 0 1 22.62-22.62l352 352A16 16 0 0 1 432 448M248 315.85l-51.79-51.79a2 2 0 0 0-3.39 1.69 64.11 64.11 0 0 0 53.49 53.49 2 2 0 0 0 1.69-3.39M264 196.15 315.87 248a2 2 0 0 0 3.4-1.69 64.13 64.13 0 0 0-53.55-53.55 2 2 0 0 0-1.72 3.39'/><path d='M491 273.36a32.2 32.2 0 0 0-.1-34.76c-26.46-40.92-60.79-75.68-99.27-100.53C349 110.55 302 96 255.68 96a226.5 226.5 0 0 0-71.82 11.79 4 4 0 0 0-1.56 6.63l47.24 47.24a4 4 0 0 0 3.82 1.05 96 96 0 0 1 116 116 4 4 0 0 0 1.05 3.81l67.95 68a4 4 0 0 0 5.4.24 343.8 343.8 0 0 0 67.24-77.4M256 352a96 96 0 0 1-93.3-118.63 4 4 0 0 0-1.05-3.81l-66.84-66.87a4 4 0 0 0-5.41-.23c-24.39 20.81-47 46.13-67.67 75.72a31.92 31.92 0 0 0-.64 35.54c26.41 41.33 60.39 76.14 98.28 100.65C162.06 402 207.92 416 255.68 416a238.2 238.2 0 0 0 72.64-11.55 4 4 0 0 0 1.61-6.64l-47.47-47.46a4 4 0 0 0-3.81-1.05A96 96 0 0 1 256 352'/></svg>";
4013
+ const menuOutline = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M80 160h352M80 256h352M80 352h352' stroke-linecap='round' stroke-miterlimit='10' class='ionicon-fill-none ionicon-stroke-width'/></svg>";
4014
+ const menuSharp = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M64 384h384v-42.67H64Zm0-106.67h384v-42.66H64ZM64 128v42.67h384V128Z'/></svg>";
4015
+ const removeOutline = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M400 256H112' stroke-linecap='round' stroke-linejoin='round' class='ionicon-fill-none ionicon-stroke-width'/></svg>";
4016
+ const reorderThreeOutline = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M96 256h320M96 176h320M96 336h320' stroke-linecap='round' stroke-linejoin='round' class='ionicon-fill-none ionicon-stroke-width'/></svg>";
4017
+ const reorderTwoSharp = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M118 304h276M118 208h276' stroke-linecap='square' stroke-linejoin='round' stroke-width='44px' class='ionicon-fill-none'/></svg>";
4018
+ const searchOutline = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M221.09 64a157.09 157.09 0 1 0 157.09 157.09A157.1 157.1 0 0 0 221.09 64Z' stroke-miterlimit='10' class='ionicon-fill-none ionicon-stroke-width'/><path d='M338.29 338.29 448 448' stroke-linecap='round' stroke-miterlimit='10' class='ionicon-fill-none ionicon-stroke-width'/></svg>";
4019
+ const searchSharp = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M464 428 339.92 303.9a160.48 160.48 0 0 0 30.72-94.58C370.64 120.37 298.27 48 209.32 48S48 120.37 48 209.32s72.37 161.32 161.32 161.32a160.48 160.48 0 0 0 94.58-30.72L428 464ZM209.32 319.69a110.38 110.38 0 1 1 110.37-110.37 110.5 110.5 0 0 1-110.37 110.37'/></svg>";
3889
4020
 
3890
4021
  const accordionIosCss = ":host{display:block;position:relative;width:100%;background-color:var(--ion-background-color, #ffffff);overflow:hidden;z-index:0}:host(.accordion-expanding) ::slotted(ion-item[slot=header]),:host(.accordion-expanded) ::slotted(ion-item[slot=header]){--border-width:0px}:host(.accordion-animated){-webkit-transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}:host(.accordion-animated) #content{-webkit-transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}#content{overflow:hidden;will-change:max-height}:host(.accordion-collapsing) #content{max-height:0 !important}:host(.accordion-collapsed) #content{display:none}:host(.accordion-expanding) #content{max-height:0}:host(.accordion-expanding) #content-wrapper{overflow:auto}:host(.accordion-disabled) #header,:host(.accordion-readonly) #header,:host(.accordion-disabled) #content,:host(.accordion-readonly) #content{pointer-events:none}:host(.accordion-disabled) #header,:host(.accordion-disabled) #content{opacity:0.4}@media (prefers-reduced-motion: reduce){:host,#content{-webkit-transition:none !important;transition:none !important}}:host(.accordion-next) ::slotted(ion-item[slot=header]){--border-width:0.55px 0px 0.55px 0px}";
3891
4022
 
@@ -4232,7 +4363,7 @@ class Accordion {
4232
4363
  md: accordionMdCss
4233
4364
  }; }
4234
4365
  static get cmpMeta() { return {
4235
- "$flags$": 57,
4366
+ "$flags$": 313,
4236
4367
  "$tagName$": "ion-accordion",
4237
4368
  "$members$": {
4238
4369
  "value": [1],
@@ -4484,7 +4615,7 @@ class AccordionGroup {
4484
4615
  md: accordionGroupMdCss
4485
4616
  }; }
4486
4617
  static get cmpMeta() { return {
4487
- "$flags$": 41,
4618
+ "$flags$": 297,
4488
4619
  "$tagName$": "ion-accordion-group",
4489
4620
  "$members$": {
4490
4621
  "animated": [4],
@@ -7537,16 +7668,15 @@ class ActionSheet {
7537
7668
  }
7538
7669
  /**
7539
7670
  * Dismiss the action sheet overlay after it has been presented.
7671
+ * This is a no-op if the overlay has not been presented yet. If you want
7672
+ * to remove an overlay from the DOM that was never presented, use the
7673
+ * [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
7540
7674
  *
7541
7675
  * @param data Any data to emit in the dismiss events.
7542
7676
  * @param role The role of the element that is dismissing the action sheet.
7543
7677
  * This can be useful in a button handler for determining which button was
7544
- * clicked to dismiss the action sheet.
7545
- * Some examples include: ``"cancel"`, `"destructive"`, "selected"`, and `"backdrop"`.
7546
- *
7547
- * This is a no-op if the overlay has not been presented yet. If you want
7548
- * to remove an overlay from the DOM that was never presented, use the
7549
- * [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
7678
+ * clicked to dismiss the action sheet. Some examples include:
7679
+ * `"cancel"`, `"destructive"`, `"selected"`, and `"backdrop"`.
7550
7680
  */
7551
7681
  async dismiss(data, role) {
7552
7682
  const unlock = await this.lockController.lock();
@@ -7658,12 +7788,12 @@ class ActionSheet {
7658
7788
  const cancelButton = allButtons.find((b) => b.role === 'cancel');
7659
7789
  const buttons = allButtons.filter((b) => b.role !== 'cancel');
7660
7790
  const headerID = `action-sheet-${overlayIndex}-header`;
7661
- return (hAsync(Host, Object.assign({ key: '7bbd202ca9e19727e7514abbe073687d982f80c3', role: "dialog", "aria-modal": "true", "aria-labelledby": header !== undefined ? headerID : null, tabindex: "-1" }, htmlAttributes, { style: {
7791
+ return (hAsync(Host, Object.assign({ key: '9fef156b2a1f09ca4a6c1fe1f37c374139bde03c', role: "dialog", "aria-modal": "true", "aria-labelledby": header !== undefined ? headerID : null, tabindex: "-1" }, htmlAttributes, { style: {
7662
7792
  zIndex: `${20000 + this.overlayIndex}`,
7663
- }, class: Object.assign(Object.assign({ [mode]: true }, getClassMap(this.cssClass)), { 'overlay-hidden': true, 'action-sheet-translucent': this.translucent }), onIonActionSheetWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }), hAsync("ion-backdrop", { key: '23344a9221a2e6720d7b9de5249dc37256cafa7b', tappable: this.backdropDismiss }), hAsync("div", { key: 'fbc2ba15549c2ab04e759e82df6e177fd80cc0a6', tabindex: "0", "aria-hidden": "true" }), hAsync("div", { key: '748ee5235d0b4cb26d6f1b7589f77af2e37ad28a', class: "action-sheet-wrapper ion-overlay-wrapper", ref: (el) => (this.wrapperEl = el) }, hAsync("div", { key: '7ce5fa236cf75e9b1e49c4725c9a811078706554', class: "action-sheet-container" }, hAsync("div", { key: 'dc2251f3bcee4a93e3449f09621cbd2b65d329e9', class: "action-sheet-group", ref: (el) => (this.groupEl = el) }, header !== undefined && (hAsync("div", { key: '48d325c8a852f56ed57a9ada1a6709d05ba32ee2', id: headerID, class: {
7793
+ }, class: Object.assign(Object.assign({ [mode]: true }, getClassMap(this.cssClass)), { 'overlay-hidden': true, 'action-sheet-translucent': this.translucent }), onIonActionSheetWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }), hAsync("ion-backdrop", { key: '81cf3f7d19864e041813987b46d2d115b8466819', tappable: this.backdropDismiss }), hAsync("div", { key: '791c6a976683646fc306a42c15c5078b6f06a45f', tabindex: "0", "aria-hidden": "true" }), hAsync("div", { key: 'a350b489ef7852eab9dc2227ce6d92da27dd9bf9', class: "action-sheet-wrapper ion-overlay-wrapper", ref: (el) => (this.wrapperEl = el) }, hAsync("div", { key: '69ba51ee13510c1a411d87cb4845b11b7302a36f', class: "action-sheet-container" }, hAsync("div", { key: 'bded15b8306c36591e526f0f99e1eeabcbab3915', class: "action-sheet-group", ref: (el) => (this.groupEl = el) }, header !== undefined && (hAsync("div", { key: '06b5147c0f6d9180fe8f12e75c9b4a0310226adc', id: headerID, class: {
7664
7794
  'action-sheet-title': true,
7665
7795
  'action-sheet-has-sub-title': this.subHeader !== undefined,
7666
- } }, header, this.subHeader && hAsync("div", { key: '66093728052eb67f37a35f3232761ce4a08896f3', class: "action-sheet-sub-title" }, this.subHeader))), buttons.map((b) => (hAsync("button", Object.assign({}, b.htmlAttributes, { type: "button", id: b.id, class: buttonClass$3(b), onClick: () => this.buttonClick(b), disabled: b.disabled }), hAsync("span", { class: "action-sheet-button-inner" }, b.icon && hAsync("ion-icon", { icon: b.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" }), b.text), mode === 'md' && hAsync("ion-ripple-effect", null))))), cancelButton && (hAsync("div", { key: 'f4eb8e3e2885b85af5080df18d0de0bdd1d719de', class: "action-sheet-group action-sheet-group-cancel" }, hAsync("button", Object.assign({ key: '169f4eb09255aba85062baad49ceb151239fbfb7' }, cancelButton.htmlAttributes, { type: "button", class: buttonClass$3(cancelButton), onClick: () => this.buttonClick(cancelButton) }), hAsync("span", { key: '25fb8a466dd67ea94c79cfb4f9965527e1ce6d42', class: "action-sheet-button-inner" }, cancelButton.icon && (hAsync("ion-icon", { key: 'eb5b071e120a2c86afdf967af6a763a43044d1ca', icon: cancelButton.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" })), cancelButton.text), mode === 'md' && hAsync("ion-ripple-effect", { key: '452ad7e1052b2c681e2d98de8193949755ad4d54' })))))), hAsync("div", { key: 'e1cecf280c987c050d9445e2c458b903f153089b', tabindex: "0", "aria-hidden": "true" })));
7796
+ } }, header, this.subHeader && hAsync("div", { key: '54874362a75c679aba803bf4f8768f5404d2dd28', class: "action-sheet-sub-title" }, this.subHeader))), buttons.map((b) => (hAsync("button", Object.assign({}, b.htmlAttributes, { type: "button", id: b.id, class: buttonClass$3(b), onClick: () => this.buttonClick(b), disabled: b.disabled }), hAsync("span", { class: "action-sheet-button-inner" }, b.icon && hAsync("ion-icon", { icon: b.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" }), b.text), mode === 'md' && hAsync("ion-ripple-effect", null))))), cancelButton && (hAsync("div", { key: '67b0de298eb424f3dea846a841b7a06d70e3930d', class: "action-sheet-group action-sheet-group-cancel" }, hAsync("button", Object.assign({ key: 'e7e3f9a5495eea9b97dbf885ef36944f2e420eff' }, cancelButton.htmlAttributes, { type: "button", class: buttonClass$3(cancelButton), onClick: () => this.buttonClick(cancelButton) }), hAsync("span", { key: 'f889d29ed6c3d14bbc1d805888351d87f5122377', class: "action-sheet-button-inner" }, cancelButton.icon && (hAsync("ion-icon", { key: '7c05cf424b38c37fd40aaeb42a494387291571fb', icon: cancelButton.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" })), cancelButton.text), mode === 'md' && hAsync("ion-ripple-effect", { key: 'bed927b477dc2708a5123ef560274fca9819b3d6' })))))), hAsync("div", { key: 'c5df1b11dc15a93892d57065d3dd5fbe02e43b39', tabindex: "0", "aria-hidden": "true" })));
7667
7797
  }
7668
7798
  get el() { return getElement(this); }
7669
7799
  static get watchers() { return {
@@ -7675,7 +7805,7 @@ class ActionSheet {
7675
7805
  md: actionSheetMdCss
7676
7806
  }; }
7677
7807
  static get cmpMeta() { return {
7678
- "$flags$": 34,
7808
+ "$flags$": 290,
7679
7809
  "$tagName$": "ion-action-sheet",
7680
7810
  "$members$": {
7681
7811
  "overlayIndex": [2, "overlay-index"],
@@ -8216,16 +8346,15 @@ class Alert {
8216
8346
  }
8217
8347
  /**
8218
8348
  * Dismiss the alert overlay after it has been presented.
8349
+ * This is a no-op if the overlay has not been presented yet. If you want
8350
+ * to remove an overlay from the DOM that was never presented, use the
8351
+ * [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
8219
8352
  *
8220
8353
  * @param data Any data to emit in the dismiss events.
8221
8354
  * @param role The role of the element that is dismissing the alert.
8222
8355
  * This can be useful in a button handler for determining which button was
8223
- * clicked to dismiss the alert.
8224
- * Some examples include: ``"cancel"`, `"destructive"`, "selected"`, and `"backdrop"`.
8225
- *
8226
- * This is a no-op if the overlay has not been presented yet. If you want
8227
- * to remove an overlay from the DOM that was never presented, use the
8228
- * [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
8356
+ * clicked to dismiss the alert. Some examples include:
8357
+ * `"cancel"`, `"destructive"`, `"selected"`, and `"backdrop"`.
8229
8358
  */
8230
8359
  async dismiss(data, role) {
8231
8360
  const unlock = await this.lockController.lock();
@@ -8393,9 +8522,9 @@ class Alert {
8393
8522
  * If neither are defined, do not set aria-labelledby.
8394
8523
  */
8395
8524
  const ariaLabelledBy = header && subHeader ? `${hdrId} ${subHdrId}` : header ? hdrId : subHeader ? subHdrId : null;
8396
- return (hAsync(Host, { key: 'f8ee04fe6a97a2585b302c8e1a9eea3b122e3479', tabindex: "-1", style: {
8525
+ return (hAsync(Host, { key: '6025440b9cd369d4fac89e7e4296c84a10a0b8e0', tabindex: "-1", style: {
8397
8526
  zIndex: `${20000 + overlayIndex}`,
8398
- }, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'alert-translucent': this.translucent }), onIonAlertWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }, hAsync("ion-backdrop", { key: 'e9592e879f51c27ef20016beec12c986be632cf3', tappable: this.backdropDismiss }), hAsync("div", { key: '5e9425c3c8acdea6f8006389689c73220e2ce423', tabindex: "0", "aria-hidden": "true" }), hAsync("div", Object.assign({ key: '615465703e357619681fc36ed7276591a6fe3787', class: "alert-wrapper ion-overlay-wrapper", role: role, "aria-modal": "true", "aria-labelledby": ariaLabelledBy, "aria-describedby": message !== undefined ? msgId : null, tabindex: "0", ref: (el) => (this.wrapperEl = el) }, htmlAttributes), hAsync("div", { key: '934eba3759456cd4660e10f274edc7859f908461', class: "alert-head" }, header && (hAsync("h2", { key: '7d5d98d71f81f59a2cba227121b6fa01e6cc53b6', id: hdrId, class: "alert-title" }, header)), subHeader && !header && (hAsync("h2", { key: 'e5f5d35748c58a98ee933eb15cb1dcaf8113e9a7', id: subHdrId, class: "alert-sub-title" }, subHeader)), subHeader && header && (hAsync("h3", { key: 'a5cb89ca02bfa9c4828e694cb0835493a9088b05', id: subHdrId, class: "alert-sub-title" }, subHeader))), this.renderAlertMessage(msgId), this.renderAlertInputs(), this.renderAlertButtons()), hAsync("div", { key: 'cacffc31c911882df73e6845d15c8bb2d4acab56', tabindex: "0", "aria-hidden": "true" })));
8527
+ }, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'alert-translucent': this.translucent }), onIonAlertWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }, hAsync("ion-backdrop", { key: '3cd5ca8b99cb95b11dd22ab41a820d841142896f', tappable: this.backdropDismiss }), hAsync("div", { key: '4cc62ae6e21424057d22aeef1e8fc77011e77cd5', tabindex: "0", "aria-hidden": "true" }), hAsync("div", Object.assign({ key: '364057a69f25aa88904df17bdcf7e5bf714e7830', class: "alert-wrapper ion-overlay-wrapper", role: role, "aria-modal": "true", "aria-labelledby": ariaLabelledBy, "aria-describedby": message !== undefined ? msgId : null, tabindex: "0", ref: (el) => (this.wrapperEl = el) }, htmlAttributes), hAsync("div", { key: '78694e3c0db2d408df3899fb1a90859bcc8d14cc', class: "alert-head" }, header && (hAsync("h2", { key: 'ec88ff3e4e1ea871b5975133fdcf4cac38b05e0f', id: hdrId, class: "alert-title" }, header)), subHeader && !header && (hAsync("h2", { key: '9b09bc8bb68af255ef8b7d22587acc946148e544', id: subHdrId, class: "alert-sub-title" }, subHeader)), subHeader && header && (hAsync("h3", { key: '99abe815f75d2df7f1b77c0df9f3436724fea76f', id: subHdrId, class: "alert-sub-title" }, subHeader))), this.renderAlertMessage(msgId), this.renderAlertInputs(), this.renderAlertButtons()), hAsync("div", { key: 'a43d0c22c0e46b1ef911f92ffeb253d7911b85f7', tabindex: "0", "aria-hidden": "true" })));
8399
8528
  }
8400
8529
  get el() { return getElement(this); }
8401
8530
  static get watchers() { return {
@@ -8409,7 +8538,7 @@ class Alert {
8409
8538
  md: alertMdCss
8410
8539
  }; }
8411
8540
  static get cmpMeta() { return {
8412
- "$flags$": 34,
8541
+ "$flags$": 290,
8413
8542
  "$tagName$": "ion-alert",
8414
8543
  "$members$": {
8415
8544
  "overlayIndex": [2, "overlay-index"],
@@ -8464,6 +8593,8 @@ class App {
8464
8593
  * a result of another user action. (Ex: We focus the first element
8465
8594
  * inside of a popover when the user presents it, but the popover is not always
8466
8595
  * presented as a result of keyboard action.)
8596
+ *
8597
+ * @param elements An array of HTML elements to set focus on.
8467
8598
  */
8468
8599
  async setFocus(elements) {
8469
8600
  if (this.focusVisible) {
@@ -8472,7 +8603,7 @@ class App {
8472
8603
  }
8473
8604
  render() {
8474
8605
  const mode = getIonMode$1(this);
8475
- return (hAsync(Host, { key: '03aa892f986330078d112b1e8b010df98fa7e39e', class: {
8606
+ return (hAsync(Host, { key: '9be440c65819e4fa67c2c3c6477ab40b3ad3eed3', class: {
8476
8607
  [mode]: true,
8477
8608
  'ion-page': true,
8478
8609
  'force-statusbar-padding': config.getBoolean('_forceStatusbarPadding'),
@@ -8481,7 +8612,7 @@ class App {
8481
8612
  get el() { return getElement(this); }
8482
8613
  static get style() { return appCss; }
8483
8614
  static get cmpMeta() { return {
8484
- "$flags$": 0,
8615
+ "$flags$": 256,
8485
8616
  "$tagName$": "ion-app",
8486
8617
  "$members$": {
8487
8618
  "setFocus": [64]
@@ -8508,7 +8639,7 @@ class Avatar {
8508
8639
  md: avatarMdCss
8509
8640
  }; }
8510
8641
  static get cmpMeta() { return {
8511
- "$flags$": 41,
8642
+ "$flags$": 297,
8512
8643
  "$tagName$": "ion-avatar",
8513
8644
  "$members$": undefined,
8514
8645
  "$listeners$": undefined,
@@ -8606,7 +8737,7 @@ class BackButton {
8606
8737
  md: backButtonMdCss
8607
8738
  }; }
8608
8739
  static get cmpMeta() { return {
8609
- "$flags$": 41,
8740
+ "$flags$": 297,
8610
8741
  "$tagName$": "ion-back-button",
8611
8742
  "$members$": {
8612
8743
  "color": [513],
@@ -8669,7 +8800,7 @@ class Backdrop {
8669
8800
  md: backdropMdCss
8670
8801
  }; }
8671
8802
  static get cmpMeta() { return {
8672
- "$flags$": 41,
8803
+ "$flags$": 297,
8673
8804
  "$tagName$": "ion-backdrop",
8674
8805
  "$members$": {
8675
8806
  "visible": [4],
@@ -8704,7 +8835,7 @@ class Badge {
8704
8835
  md: badgeMdCss
8705
8836
  }; }
8706
8837
  static get cmpMeta() { return {
8707
- "$flags$": 41,
8838
+ "$flags$": 297,
8708
8839
  "$tagName$": "ion-badge",
8709
8840
  "$members$": {
8710
8841
  "color": [513]
@@ -8811,7 +8942,7 @@ class Breadcrumb {
8811
8942
  md: breadcrumbMdCss
8812
8943
  }; }
8813
8944
  static get cmpMeta() { return {
8814
- "$flags$": 41,
8945
+ "$flags$": 297,
8815
8946
  "$tagName$": "ion-breadcrumb",
8816
8947
  "$members$": {
8817
8948
  "collapsed": [4],
@@ -8965,7 +9096,7 @@ class Breadcrumbs {
8965
9096
  md: breadcrumbsMdCss
8966
9097
  }; }
8967
9098
  static get cmpMeta() { return {
8968
- "$flags$": 41,
9099
+ "$flags$": 297,
8969
9100
  "$tagName$": "ion-breadcrumbs",
8970
9101
  "$members$": {
8971
9102
  "color": [513],
@@ -9242,7 +9373,7 @@ class Button {
9242
9373
  md: buttonMdCss
9243
9374
  }; }
9244
9375
  static get cmpMeta() { return {
9245
- "$flags$": 41,
9376
+ "$flags$": 297,
9246
9377
  "$tagName$": "ion-button",
9247
9378
  "$members$": {
9248
9379
  "color": [513],
@@ -9302,7 +9433,7 @@ class Buttons {
9302
9433
  md: buttonsMdCss
9303
9434
  }; }
9304
9435
  static get cmpMeta() { return {
9305
- "$flags$": 38,
9436
+ "$flags$": 294,
9306
9437
  "$tagName$": "ion-buttons",
9307
9438
  "$members$": {
9308
9439
  "collapse": [4]
@@ -9381,7 +9512,7 @@ class Card {
9381
9512
  md: cardMdCss
9382
9513
  }; }
9383
9514
  static get cmpMeta() { return {
9384
- "$flags$": 41,
9515
+ "$flags$": 297,
9385
9516
  "$tagName$": "ion-card",
9386
9517
  "$members$": {
9387
9518
  "color": [513],
@@ -9425,7 +9556,7 @@ class CardContent {
9425
9556
  md: cardContentMdCss
9426
9557
  }; }
9427
9558
  static get cmpMeta() { return {
9428
- "$flags$": 32,
9559
+ "$flags$": 288,
9429
9560
  "$tagName$": "ion-card-content",
9430
9561
  "$members$": undefined,
9431
9562
  "$listeners$": undefined,
@@ -9464,7 +9595,7 @@ class CardHeader {
9464
9595
  md: cardHeaderMdCss
9465
9596
  }; }
9466
9597
  static get cmpMeta() { return {
9467
- "$flags$": 41,
9598
+ "$flags$": 297,
9468
9599
  "$tagName$": "ion-card-header",
9469
9600
  "$members$": {
9470
9601
  "color": [513],
@@ -9499,7 +9630,7 @@ class CardSubtitle {
9499
9630
  md: cardSubtitleMdCss
9500
9631
  }; }
9501
9632
  static get cmpMeta() { return {
9502
- "$flags$": 41,
9633
+ "$flags$": 297,
9503
9634
  "$tagName$": "ion-card-subtitle",
9504
9635
  "$members$": {
9505
9636
  "color": [513]
@@ -9533,7 +9664,7 @@ class CardTitle {
9533
9664
  md: cardTitleMdCss
9534
9665
  }; }
9535
9666
  static get cmpMeta() { return {
9536
- "$flags$": 41,
9667
+ "$flags$": 297,
9537
9668
  "$tagName$": "ion-card-title",
9538
9669
  "$members$": {
9539
9670
  "color": [513]
@@ -9727,7 +9858,7 @@ class Checkbox {
9727
9858
  md: checkboxMdCss
9728
9859
  }; }
9729
9860
  static get cmpMeta() { return {
9730
- "$flags$": 41,
9861
+ "$flags$": 297,
9731
9862
  "$tagName$": "ion-checkbox",
9732
9863
  "$members$": {
9733
9864
  "color": [513],
@@ -9784,7 +9915,7 @@ class Chip {
9784
9915
  md: chipMdCss
9785
9916
  }; }
9786
9917
  static get cmpMeta() { return {
9787
- "$flags$": 41,
9918
+ "$flags$": 297,
9788
9919
  "$tagName$": "ion-chip",
9789
9920
  "$members$": {
9790
9921
  "color": [513],
@@ -9909,7 +10040,7 @@ class Col {
9909
10040
  }
9910
10041
  static get style() { return colCss; }
9911
10042
  static get cmpMeta() { return {
9912
- "$flags$": 9,
10043
+ "$flags$": 265,
9913
10044
  "$tagName$": "ion-col",
9914
10045
  "$members$": {
9915
10046
  "offset": [1],
@@ -10316,7 +10447,7 @@ class Content {
10316
10447
  get el() { return getElement(this); }
10317
10448
  static get style() { return contentCss; }
10318
10449
  static get cmpMeta() { return {
10319
- "$flags$": 9,
10450
+ "$flags$": 265,
10320
10451
  "$tagName$": "ion-content",
10321
10452
  "$members$": {
10322
10453
  "color": [513],
@@ -12243,6 +12374,7 @@ const getHighlightStyles = (highlightedDates, dateIsoString, el) => {
12243
12374
  return {
12244
12375
  textColor: matchingHighlight.textColor,
12245
12376
  backgroundColor: matchingHighlight.backgroundColor,
12377
+ border: matchingHighlight.border,
12246
12378
  };
12247
12379
  }
12248
12380
  }
@@ -13092,6 +13224,8 @@ class Datetime {
13092
13224
  * Confirms the selected datetime value, updates the
13093
13225
  * `value` property, and optionally closes the popover
13094
13226
  * or modal that the datetime was presented in.
13227
+ *
13228
+ * @param closeOverlay If `true`, closes the parent overlay. Defaults to `false`.
13095
13229
  */
13096
13230
  async confirm(closeOverlay = false) {
13097
13231
  const { isCalendarPicker, activeParts, preferWheel, workingParts } = this;
@@ -13125,6 +13259,8 @@ class Datetime {
13125
13259
  * Resets the internal state of the datetime but does not update the value.
13126
13260
  * Passing a valid ISO-8601 string will reset the state of the component to the provided date.
13127
13261
  * If no value is provided, the internal state will be reset to the clamped value of the min, max and today.
13262
+ *
13263
+ * @param startDate A valid [ISO-8601 string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#date_time_string_format) to reset the datetime state to.
13128
13264
  */
13129
13265
  async reset(startDate) {
13130
13266
  this.processValue(startDate);
@@ -13134,6 +13270,8 @@ class Datetime {
13134
13270
  * optionally closes the popover
13135
13271
  * or modal that the datetime was
13136
13272
  * presented in.
13273
+ *
13274
+ * @param closeOverlay If `true`, closes the parent overlay. Defaults to `false`.
13137
13275
  */
13138
13276
  async cancel(closeOverlay = false) {
13139
13277
  this.ionCancel.emit();
@@ -13749,6 +13887,7 @@ class Datetime {
13749
13887
  if (el) {
13750
13888
  el.style.setProperty('color', `${dateStyle ? dateStyle.textColor : ''}`, 'important');
13751
13889
  el.style.setProperty('background-color', `${dateStyle ? dateStyle.backgroundColor : ''}`, 'important');
13890
+ el.style.setProperty('border', `${dateStyle ? dateStyle.border : ''}`, 'important');
13752
13891
  }
13753
13892
  }, tabindex: "-1", "data-day": day, "data-month": _month, "data-year": _year, "data-index": index, "data-day-of-week": dayOfWeek, disabled: isButtonDisabled, class: {
13754
13893
  'calendar-day-padding': isCalendarPadding,
@@ -13947,7 +14086,7 @@ class Datetime {
13947
14086
  const hasDatePresentation = presentation === 'date' || presentation === 'date-time' || presentation === 'time-date';
13948
14087
  const hasWheelVariant = hasDatePresentation && preferWheel;
13949
14088
  renderHiddenInput(true, el, name, formatValue(value), disabled);
13950
- return (hAsync(Host, { key: '7ea46c27aa5fb01b748dd4d6eb2340ad13f65175', "aria-disabled": disabled ? 'true' : null, onFocus: this.onFocus, onBlur: this.onBlur, class: Object.assign({}, createColorClasses$1(color, {
14089
+ return (hAsync(Host, { key: 'f35cf200ff05d33074576e3d2754d3b2a0735b96', "aria-disabled": disabled ? 'true' : null, onFocus: this.onFocus, onBlur: this.onBlur, class: Object.assign({}, createColorClasses$1(color, {
13951
14090
  [mode]: true,
13952
14091
  ['datetime-readonly']: readonly,
13953
14092
  ['datetime-disabled']: disabled,
@@ -13957,7 +14096,7 @@ class Datetime {
13957
14096
  [`datetime-size-${size}`]: true,
13958
14097
  [`datetime-prefer-wheel`]: hasWheelVariant,
13959
14098
  [`datetime-grid`]: isGridStyle,
13960
- })) }, hAsync("div", { key: '6964378424c58b053e23279d08eaedf28dfcc315', class: "intersection-tracker", ref: (el) => (this.intersectionTrackerRef = el) }), this.renderDatetime(mode)));
14099
+ })) }, hAsync("div", { key: '859e9354a12bfa58ac3f964c2e66839f17071c00', class: "intersection-tracker", ref: (el) => (this.intersectionTrackerRef = el) }), this.renderDatetime(mode)));
13961
14100
  }
13962
14101
  get el() { return getElement(this); }
13963
14102
  static get watchers() { return {
@@ -13978,7 +14117,7 @@ class Datetime {
13978
14117
  md: datetimeMdCss
13979
14118
  }; }
13980
14119
  static get cmpMeta() { return {
13981
- "$flags$": 41,
14120
+ "$flags$": 297,
13982
14121
  "$tagName$": "ion-datetime",
13983
14122
  "$members$": {
13984
14123
  "color": [1],
@@ -14380,7 +14519,7 @@ class DatetimeButton {
14380
14519
  md: datetimeButtonMdCss
14381
14520
  }; }
14382
14521
  static get cmpMeta() { return {
14383
- "$flags$": 41,
14522
+ "$flags$": 297,
14384
14523
  "$tagName$": "ion-datetime-button",
14385
14524
  "$members$": {
14386
14525
  "color": [513],
@@ -14465,7 +14604,7 @@ class Fab {
14465
14604
  }; }
14466
14605
  static get style() { return fabCss; }
14467
14606
  static get cmpMeta() { return {
14468
- "$flags$": 9,
14607
+ "$flags$": 265,
14469
14608
  "$tagName$": "ion-fab",
14470
14609
  "$members$": {
14471
14610
  "horizontal": [1],
@@ -14583,7 +14722,7 @@ class FabButton {
14583
14722
  md: fabButtonMdCss
14584
14723
  }; }
14585
14724
  static get cmpMeta() { return {
14586
- "$flags$": 41,
14725
+ "$flags$": 297,
14587
14726
  "$tagName$": "ion-fab-button",
14588
14727
  "$members$": {
14589
14728
  "color": [513],
@@ -14643,7 +14782,7 @@ class FabList {
14643
14782
  }; }
14644
14783
  static get style() { return fabListCss; }
14645
14784
  static get cmpMeta() { return {
14646
- "$flags$": 9,
14785
+ "$flags$": 265,
14647
14786
  "$tagName$": "ion-fab-list",
14648
14787
  "$members$": {
14649
14788
  "activated": [4],
@@ -15108,7 +15247,7 @@ class Footer {
15108
15247
  md: footerMdCss
15109
15248
  }; }
15110
15249
  static get cmpMeta() { return {
15111
- "$flags$": 36,
15250
+ "$flags$": 292,
15112
15251
  "$tagName$": "ion-footer",
15113
15252
  "$members$": {
15114
15253
  "collapse": [1],
@@ -15140,7 +15279,7 @@ class Grid {
15140
15279
  }
15141
15280
  static get style() { return gridCss; }
15142
15281
  static get cmpMeta() { return {
15143
- "$flags$": 9,
15282
+ "$flags$": 265,
15144
15283
  "$tagName$": "ion-grid",
15145
15284
  "$members$": {
15146
15285
  "fixed": [4]
@@ -15506,7 +15645,7 @@ class Header {
15506
15645
  md: headerMdCss
15507
15646
  }; }
15508
15647
  static get cmpMeta() { return {
15509
- "$flags$": 36,
15648
+ "$flags$": 292,
15510
15649
  "$tagName$": "ion-header",
15511
15650
  "$members$": {
15512
15651
  "collapse": [1],
@@ -15519,33 +15658,33 @@ class Header {
15519
15658
  }
15520
15659
 
15521
15660
  const getName = (iconName, icon, mode, ios, md) => {
15522
- // default to "md" if somehow the mode wasn't set
15523
- mode = (mode && toLower(mode)) === 'ios' ? 'ios' : 'md';
15524
- // if an icon was passed in using the ios or md attributes
15525
- // set the iconName to whatever was passed in
15526
- if (ios && mode === 'ios') {
15527
- iconName = toLower(ios);
15528
- }
15529
- else if (md && mode === 'md') {
15530
- iconName = toLower(md);
15531
- }
15532
- else {
15533
- if (!iconName && icon && !isSrc(icon)) {
15534
- iconName = icon;
15661
+ // default to "md" if somehow the mode wasn't set
15662
+ mode = (mode && toLower(mode)) === 'ios' ? 'ios' : 'md';
15663
+ // if an icon was passed in using the ios or md attributes
15664
+ // set the iconName to whatever was passed in
15665
+ if (ios && mode === 'ios') {
15666
+ iconName = toLower(ios);
15535
15667
  }
15536
- if (isStr(iconName)) {
15537
- iconName = toLower(iconName);
15668
+ else if (md && mode === 'md') {
15669
+ iconName = toLower(md);
15538
15670
  }
15539
- }
15540
- if (!isStr(iconName) || iconName.trim() === '') {
15541
- return null;
15542
- }
15543
- // only allow alpha characters and dash
15544
- const invalidChars = iconName.replace(/[a-z]|-|\d/gi, '');
15545
- if (invalidChars !== '') {
15546
- return null;
15547
- }
15548
- return iconName;
15671
+ else {
15672
+ if (!iconName && icon && !isSrc(icon)) {
15673
+ iconName = icon;
15674
+ }
15675
+ if (isStr(iconName)) {
15676
+ iconName = toLower(iconName);
15677
+ }
15678
+ }
15679
+ if (!isStr(iconName) || iconName.trim() === '') {
15680
+ return null;
15681
+ }
15682
+ // only allow alpha characters and dash
15683
+ const invalidChars = iconName.replace(/[a-z]|-|\d/gi, '');
15684
+ if (invalidChars !== '') {
15685
+ return null;
15686
+ }
15687
+ return iconName;
15549
15688
  };
15550
15689
  const isSrc = (str) => str.length > 0 && /(\/|\.)/.test(str);
15551
15690
  const isStr = (val) => typeof val === 'string';
@@ -15561,17 +15700,17 @@ const toLower = (val) => val.toLowerCase();
15561
15700
  * does not trigger a re-render.
15562
15701
  */
15563
15702
  const inheritAttributes = (el, attributes = []) => {
15564
- const attributeObject = {};
15565
- attributes.forEach(attr => {
15566
- if (el.hasAttribute(attr)) {
15567
- const value = el.getAttribute(attr);
15568
- if (value !== null) {
15569
- attributeObject[attr] = el.getAttribute(attr);
15570
- }
15571
- el.removeAttribute(attr);
15572
- }
15573
- });
15574
- return attributeObject;
15703
+ const attributeObject = {};
15704
+ attributes.forEach((attr) => {
15705
+ if (el.hasAttribute(attr)) {
15706
+ const value = el.getAttribute(attr);
15707
+ if (value !== null) {
15708
+ attributeObject[attr] = el.getAttribute(attr);
15709
+ }
15710
+ el.removeAttribute(attr);
15711
+ }
15712
+ });
15713
+ return attributeObject;
15575
15714
  };
15576
15715
  /**
15577
15716
  * Returns `true` if the document or host element
@@ -15579,15 +15718,15 @@ const inheritAttributes = (el, attributes = []) => {
15579
15718
  * take priority over the root document value.
15580
15719
  */
15581
15720
  const isRTL = (hostEl) => {
15582
- if (hostEl) {
15583
- if (hostEl.dir !== '') {
15584
- return hostEl.dir.toLowerCase() === 'rtl';
15721
+ if (hostEl) {
15722
+ if (hostEl.dir !== '') {
15723
+ return hostEl.dir.toLowerCase() === 'rtl';
15724
+ }
15585
15725
  }
15586
- }
15587
- return (document === null || document === void 0 ? void 0 : document.dir.toLowerCase()) === 'rtl';
15726
+ return (document === null || document === void 0 ? void 0 : document.dir.toLowerCase()) === 'rtl';
15588
15727
  };
15589
15728
 
15590
- const iconCss = ":host{display:inline-block;width:1em;height:1em;contain:strict;fill:currentColor;-webkit-box-sizing:content-box !important;box-sizing:content-box !important}:host .ionicon{stroke:currentColor}.ionicon-fill-none{fill:none}.ionicon-stroke-width{stroke-width:32px;stroke-width:var(--ionicon-stroke-width, 32px)}.icon-inner,.ionicon,svg{display:block;height:100%;width:100%}@supports (background: -webkit-named-image(i)){:host(.icon-rtl) .icon-inner{-webkit-transform:scaleX(-1);transform:scaleX(-1)}}@supports not selector(:dir(rtl)) and selector(:host-context([dir='rtl'])){:host(.icon-rtl) .icon-inner{-webkit-transform:scaleX(-1);transform:scaleX(-1)}}:host(.flip-rtl):host-context([dir='rtl']) .icon-inner{-webkit-transform:scaleX(-1);transform:scaleX(-1)}@supports selector(:dir(rtl)){:host(.flip-rtl:dir(rtl)) .icon-inner{-webkit-transform:scaleX(-1);transform:scaleX(-1)}:host(.flip-rtl:dir(ltr)) .icon-inner{-webkit-transform:scaleX(1);transform:scaleX(1)}}:host(.icon-small){font-size:1.125rem !important}:host(.icon-large){font-size:2rem !important}:host(.ion-color){color:var(--ion-color-base) !important}:host(.ion-color-primary){--ion-color-base:var(--ion-color-primary, #3880ff)}:host(.ion-color-secondary){--ion-color-base:var(--ion-color-secondary, #0cd1e8)}:host(.ion-color-tertiary){--ion-color-base:var(--ion-color-tertiary, #f4a942)}:host(.ion-color-success){--ion-color-base:var(--ion-color-success, #10dc60)}:host(.ion-color-warning){--ion-color-base:var(--ion-color-warning, #ffce00)}:host(.ion-color-danger){--ion-color-base:var(--ion-color-danger, #f14141)}:host(.ion-color-light){--ion-color-base:var(--ion-color-light, #f4f5f8)}:host(.ion-color-medium){--ion-color-base:var(--ion-color-medium, #989aa2)}:host(.ion-color-dark){--ion-color-base:var(--ion-color-dark, #222428)}";
15729
+ const iconCss = ":host{display:inline-block;width:1em;height:1em;contain:strict;fill:currentColor;-webkit-box-sizing:content-box !important;box-sizing:content-box !important}:host .ionicon{stroke:currentColor}.ionicon-fill-none{fill:none}.ionicon-stroke-width{stroke-width:var(--ionicon-stroke-width, 32px)}.icon-inner,.ionicon,svg{display:block;height:100%;width:100%}@supports (background: -webkit-named-image(i)){:host(.icon-rtl) .icon-inner{-webkit-transform:scaleX(-1);transform:scaleX(-1)}}@supports not selector(:dir(rtl)) and selector(:host-context([dir='rtl'])){:host(.icon-rtl) .icon-inner{-webkit-transform:scaleX(-1);transform:scaleX(-1)}}:host(.flip-rtl):host-context([dir='rtl']) .icon-inner{-webkit-transform:scaleX(-1);transform:scaleX(-1)}@supports selector(:dir(rtl)){:host(.flip-rtl:dir(rtl)) .icon-inner{-webkit-transform:scaleX(-1);transform:scaleX(-1)}:host(.flip-rtl:dir(ltr)) .icon-inner{-webkit-transform:scaleX(1);transform:scaleX(1)}}:host(.icon-small){font-size:1.125rem !important}:host(.icon-large){font-size:2rem !important}:host(.ion-color){color:var(--ion-color-base) !important}:host(.ion-color-primary){--ion-color-base:var(--ion-color-primary, #3880ff)}:host(.ion-color-secondary){--ion-color-base:var(--ion-color-secondary, #0cd1e8)}:host(.ion-color-tertiary){--ion-color-base:var(--ion-color-tertiary, #f4a942)}:host(.ion-color-success){--ion-color-base:var(--ion-color-success, #10dc60)}:host(.ion-color-warning){--ion-color-base:var(--ion-color-warning, #ffce00)}:host(.ion-color-danger){--ion-color-base:var(--ion-color-danger, #f14141)}:host(.ion-color-light){--ion-color-base:var(--ion-color-light, #f4f5f8)}:host(.ion-color-medium){--ion-color-base:var(--ion-color-medium, #989aa2)}:host(.ion-color-dark){--ion-color-base:var(--ion-color-dark, #222428)}";
15591
15730
 
15592
15731
  class Icon {
15593
15732
  constructor(hostRef) {
@@ -15595,32 +15734,41 @@ class Icon {
15595
15734
  this.iconName = null;
15596
15735
  this.inheritedAttributes = {};
15597
15736
  this.didLoadIcon = false;
15598
- this.svgContent = undefined;
15599
15737
  this.isVisible = false;
15738
+ /**
15739
+ * The mode determines which platform styles to use.
15740
+ */
15600
15741
  this.mode = getIonMode();
15601
- this.color = undefined;
15602
- this.ios = undefined;
15603
- this.md = undefined;
15604
- this.flipRtl = undefined;
15605
- this.name = undefined;
15606
- this.src = undefined;
15607
- this.icon = undefined;
15608
- this.size = undefined;
15742
+ /**
15743
+ * If enabled, ion-icon will be loaded lazily when it's visible in the viewport.
15744
+ * Default, `false`.
15745
+ */
15609
15746
  this.lazy = false;
15747
+ /**
15748
+ * When set to `false`, SVG content that is HTTP fetched will not be checked
15749
+ * if the response SVG content has any `<script>` elements, or any attributes
15750
+ * that start with `on`, such as `onclick`.
15751
+ * @default true
15752
+ */
15610
15753
  this.sanitize = true;
15611
15754
  }
15612
15755
  componentWillLoad() {
15613
15756
  this.inheritedAttributes = inheritAttributes(this.el, ['aria-label']);
15614
15757
  }
15615
15758
  connectedCallback() {
15616
- // purposely do not return the promise here because loading
15617
- // the svg file should not hold up loading the app
15618
- // only load the svg if it's visible
15759
+ /**
15760
+ * purposely do not return the promise here because loading
15761
+ * the svg file should not hold up loading the app
15762
+ * only load the svg if it's visible
15763
+ */
15619
15764
  this.waitUntilVisible(this.el, '50px', () => {
15620
15765
  this.isVisible = true;
15621
15766
  this.loadIcon();
15622
15767
  });
15623
15768
  }
15769
+ /**
15770
+ * Loads the icon after the component has finished rendering.
15771
+ */
15624
15772
  componentDidLoad() {
15625
15773
  /**
15626
15774
  * Addresses an Angular issue where property values are assigned after the 'connectedCallback' but prior to the registration of watchers.
@@ -15632,32 +15780,67 @@ class Icon {
15632
15780
  this.loadIcon();
15633
15781
  }
15634
15782
  }
15783
+ /**
15784
+ * Disconnect the IntersectionObserver.
15785
+ */
15635
15786
  disconnectedCallback() {
15636
15787
  if (this.io) {
15637
15788
  this.io.disconnect();
15638
15789
  this.io = undefined;
15639
15790
  }
15640
15791
  }
15792
+ /**
15793
+ * Wait until the icon is visible in the viewport.
15794
+ * @param el - The element to observe.
15795
+ * @param rootMargin - The root margin of the observer.
15796
+ * @param cb - The callback to call when the element is visible.
15797
+ */
15641
15798
  waitUntilVisible(el, rootMargin, cb) {
15642
- {
15643
- // browser doesn't support IntersectionObserver
15644
- // so just fallback to always show it
15645
- cb();
15799
+ /**
15800
+ * IntersectionObserver is a browser API that allows you to observe
15801
+ * the visibility of an element relative to a root element. It is
15802
+ * supported in all modern browsers, except IE and when server-side
15803
+ * rendering.
15804
+ */
15805
+ const hasIntersectionObserverSupport = Boolean(Build.isBrowser);
15806
+ /**
15807
+ * browser doesn't support IntersectionObserver
15808
+ * so just fallback to always show it
15809
+ */
15810
+ if (!hasIntersectionObserverSupport) {
15811
+ return cb();
15646
15812
  }
15813
+ const io = (this.io = new window.IntersectionObserver((data) => {
15814
+ if (data[0].isIntersecting) {
15815
+ io.disconnect();
15816
+ this.io = undefined;
15817
+ cb();
15818
+ }
15819
+ }, { rootMargin }));
15820
+ io.observe(el);
15647
15821
  }
15822
+ /**
15823
+ * Watch for changes to the icon name, src, icon, ios, or md properties.
15824
+ * When a change is detected, the icon will be loaded.
15825
+ */
15648
15826
  loadIcon() {
15649
15827
  this.iconName = getName(this.name, this.icon, this.mode, this.ios, this.md);
15650
15828
  }
15651
15829
  render() {
15652
15830
  const { flipRtl, iconName, inheritedAttributes, el } = this;
15653
15831
  const mode = this.mode || 'md';
15654
- // we have designated that arrows & chevrons should automatically flip (unless flip-rtl is set to false) because "back" is left in ltr and right in rtl, and "forward" is the opposite
15832
+ /**
15833
+ * we have designated that arrows & chevrons should automatically flip (unless flip-rtl
15834
+ * is set to false) because "back" is left in ltr and right in rtl, and "forward" is the opposite
15835
+ */
15655
15836
  const shouldAutoFlip = iconName
15656
15837
  ? (iconName.includes('arrow') || iconName.includes('chevron')) && flipRtl !== false
15657
15838
  : false;
15658
- // if shouldBeFlippable is true, the icon should change direction when `dir` changes
15839
+ /**
15840
+ * if shouldBeFlippable is true, the icon should change direction when `dir` changes
15841
+ */
15659
15842
  const shouldBeFlippable = flipRtl || shouldAutoFlip;
15660
- return (hAsync(Host, Object.assign({ role: "img", class: Object.assign(Object.assign({ [mode]: true }, createColorClasses(this.color)), { [`icon-${this.size}`]: !!this.size, 'flip-rtl': shouldBeFlippable, 'icon-rtl': shouldBeFlippable && isRTL(el) }) }, inheritedAttributes), (hAsync("div", { class: "icon-inner" }))));
15843
+ return (hAsync(Host, Object.assign({ key: '0578c899781ca145dd8205acd9670af39b57cf2e', role: "img", class: Object.assign(Object.assign({ [mode]: true }, createColorClasses(this.color)), { [`icon-${this.size}`]: !!this.size, 'flip-rtl': shouldBeFlippable, 'icon-rtl': shouldBeFlippable && isRTL(el) }) }, inheritedAttributes), (hAsync("div", { class: "icon-inner" }))));
15661
15844
  }
15662
15845
  static get assetsDirs() { return ["svg"]; }
15663
15846
  get el() { return getElement(this); }
@@ -15670,7 +15853,7 @@ class Icon {
15670
15853
  }; }
15671
15854
  static get style() { return iconCss; }
15672
15855
  static get cmpMeta() { return {
15673
- "$flags$": 9,
15856
+ "$flags$": 265,
15674
15857
  "$tagName$": "ion-icon",
15675
15858
  "$members$": {
15676
15859
  "mode": [1025],
@@ -15692,7 +15875,16 @@ class Icon {
15692
15875
  "$attrsToReflect$": [["name", "name"]]
15693
15876
  }; }
15694
15877
  }
15878
+ /**
15879
+ * Get the mode of the document.
15880
+ * @returns The mode of the document.
15881
+ */
15695
15882
  const getIonMode = () => 'md';
15883
+ /**
15884
+ * Create color classes for the icon.
15885
+ * @param color - The color of the icon.
15886
+ * @returns The color classes for the icon.
15887
+ */
15696
15888
  const createColorClasses = (color) => {
15697
15889
  return color
15698
15890
  ? {
@@ -15779,7 +15971,7 @@ class Img {
15779
15971
  }; }
15780
15972
  static get style() { return imgCss; }
15781
15973
  static get cmpMeta() { return {
15782
- "$flags$": 9,
15974
+ "$flags$": 265,
15783
15975
  "$tagName$": "ion-img",
15784
15976
  "$members$": {
15785
15977
  "alt": [1],
@@ -16012,7 +16204,7 @@ class InfiniteScroll {
16012
16204
  }; }
16013
16205
  static get style() { return infiniteScrollCss; }
16014
16206
  static get cmpMeta() { return {
16015
- "$flags$": 0,
16207
+ "$flags$": 256,
16016
16208
  "$tagName$": "ion-infinite-scroll",
16017
16209
  "$members$": {
16018
16210
  "threshold": [1],
@@ -16062,7 +16254,7 @@ class InfiniteScrollContent {
16062
16254
  md: infiniteScrollContentMdCss
16063
16255
  }; }
16064
16256
  static get cmpMeta() { return {
16065
- "$flags$": 32,
16257
+ "$flags$": 288,
16066
16258
  "$tagName$": "ion-infinite-scroll-content",
16067
16259
  "$members$": {
16068
16260
  "loadingSpinner": [1025, "loading-spinner"],
@@ -16396,9 +16588,9 @@ const defaultCounterFormatter = (length, maxlength) => {
16396
16588
  return `${length} / ${maxlength}`;
16397
16589
  };
16398
16590
 
16399
- const inputIosCss = ".sc-ion-input-ios-h{--placeholder-color:initial;--placeholder-font-style:initial;--placeholder-font-weight:initial;--placeholder-opacity:var(--ion-placeholder-opacity, 0.6);--padding-top:0px;--padding-end:0px;--padding-bottom:0px;--padding-start:0px;--background:transparent;--color:initial;--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;padding:0 !important;color:var(--color);font-family:var(--ion-font-family, inherit);z-index:2}ion-item[slot=start].sc-ion-input-ios-h,ion-item [slot=start].sc-ion-input-ios-h,ion-item[slot=end].sc-ion-input-ios-h,ion-item [slot=end].sc-ion-input-ios-h{width:auto}.ion-color.sc-ion-input-ios-h{--highlight-color-focused:var(--ion-color-base)}.input-label-placement-floating.sc-ion-input-ios-h,.input-label-placement-stacked.sc-ion-input-ios-h{min-height:56px}.native-input.sc-ion-input-ios{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;display:inline-block;position:relative;-ms-flex:1;flex:1;width:100%;max-width:100%;height:100%;max-height:100%;border:0;outline:none;background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;z-index:1}.native-input.sc-ion-input-ios::-webkit-input-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-ios::-moz-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-ios:-ms-input-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-ios::-ms-input-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-ios::placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-ios:-webkit-autofill{background-color:transparent}.native-input.sc-ion-input-ios:invalid{-webkit-box-shadow:none;box-shadow:none}.native-input.sc-ion-input-ios::-ms-clear{display:none}.cloned-input.sc-ion-input-ios{top:0;bottom:0;position:absolute;pointer-events:none}.cloned-input.sc-ion-input-ios{inset-inline-start:0}.cloned-input.sc-ion-input-ios:disabled{opacity:1}.input-clear-icon.sc-ion-input-ios{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:auto;margin-bottom:auto;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;background-position:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:30px;height:30px;border:0;outline:none;background-color:transparent;background-repeat:no-repeat;color:var(--ion-color-step-600, var(--ion-text-color-step-400, #666666));visibility:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none}.in-item-color.sc-ion-input-ios-h .input-clear-icon.sc-ion-input-ios{color:inherit}.input-clear-icon.sc-ion-input-ios:focus{opacity:0.5}.has-value.sc-ion-input-ios-h .input-clear-icon.sc-ion-input-ios{visibility:visible}.input-wrapper.sc-ion-input-ios{-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:stretch;align-items:stretch;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-input-ios{display:-ms-flexbox;display:flex;position:relative;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;width:100%}.ion-touched.ion-invalid.sc-ion-input-ios-h{--highlight-color:var(--highlight-color-invalid)}.ion-valid.sc-ion-input-ios-h{--highlight-color:var(--highlight-color-valid)}.input-bottom.sc-ion-input-ios{-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:5px;padding-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;border-top:var(--border-width) var(--border-style) var(--border-color);font-size:0.75rem;white-space:normal}.has-focus.ion-valid.sc-ion-input-ios-h,.ion-touched.ion-invalid.sc-ion-input-ios-h{--border-color:var(--highlight-color)}.input-bottom.sc-ion-input-ios .error-text.sc-ion-input-ios{display:none;color:var(--highlight-color-invalid)}.input-bottom.sc-ion-input-ios .helper-text.sc-ion-input-ios{display:block;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d))}.ion-touched.ion-invalid.sc-ion-input-ios-h .input-bottom.sc-ion-input-ios .error-text.sc-ion-input-ios{display:block}.ion-touched.ion-invalid.sc-ion-input-ios-h .input-bottom.sc-ion-input-ios .helper-text.sc-ion-input-ios{display:none}.input-bottom.sc-ion-input-ios .counter.sc-ion-input-ios{-webkit-margin-start:auto;margin-inline-start:auto;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d));white-space:nowrap;-webkit-padding-start:16px;padding-inline-start:16px}.has-focus.sc-ion-input-ios-h input.sc-ion-input-ios{caret-color:var(--highlight-color)}.label-text-wrapper.sc-ion-input-ios{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.sc-ion-input-ios,.sc-ion-input-ios-s>[slot=label]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.label-text-wrapper-hidden.sc-ion-input-ios,.input-outline-notch-hidden.sc-ion-input-ios{display:none}.input-wrapper.sc-ion-input-ios input.sc-ion-input-ios{-webkit-transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)}.input-label-placement-start.sc-ion-input-ios-h .input-wrapper.sc-ion-input-ios{-ms-flex-direction:row;flex-direction:row}.input-label-placement-start.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}.input-label-placement-end.sc-ion-input-ios-h .input-wrapper.sc-ion-input-ios{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.input-label-placement-end.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0;margin-top:0;margin-bottom:0}.input-label-placement-fixed.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}.input-label-placement-fixed.sc-ion-input-ios-h .label-text.sc-ion-input-ios{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}.input-label-placement-stacked.sc-ion-input-ios-h .input-wrapper.sc-ion-input-ios,.input-label-placement-floating.sc-ion-input-ios-h .input-wrapper.sc-ion-input-ios{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:start}.input-label-placement-stacked.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,.input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-transform-origin:left top;transform-origin:left top;max-width:100%;z-index:2}[dir=rtl].sc-ion-input-ios-h -no-combinator.input-label-placement-stacked.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl] .sc-ion-input-ios-h -no-combinator.input-label-placement-stacked.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl].input-label-placement-stacked.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl] .input-label-placement-stacked.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl].sc-ion-input-ios-h -no-combinator.input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl] .sc-ion-input-ios-h -no-combinator.input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl].input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl] .input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){.input-label-placement-stacked.sc-ion-input-ios-h:dir(rtl) .label-text-wrapper.sc-ion-input-ios,.input-label-placement-floating.sc-ion-input-ios-h:dir(rtl) .label-text-wrapper.sc-ion-input-ios{-webkit-transform-origin:right top;transform-origin:right top}}.input-label-placement-stacked.sc-ion-input-ios-h input.sc-ion-input-ios,.input-label-placement-floating.sc-ion-input-ios-h input.sc-ion-input-ios{margin-left:0;margin-right:0;margin-top:1px;margin-bottom:0}.input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-transform:translateY(100%) scale(1);transform:translateY(100%) scale(1)}.input-label-placement-floating.sc-ion-input-ios-h input.sc-ion-input-ios{opacity:0}.has-focus.input-label-placement-floating.sc-ion-input-ios-h input.sc-ion-input-ios,.has-value.input-label-placement-floating.sc-ion-input-ios-h input.sc-ion-input-ios{opacity:1}.label-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-transform:translateY(50%) scale(0.75);transform:translateY(50%) scale(0.75);max-width:calc(100% / 0.75)}.sc-ion-input-ios-s>[slot=start]:last-of-type{-webkit-margin-end:16px;margin-inline-end:16px;-webkit-margin-start:0;margin-inline-start:0}.sc-ion-input-ios-s>[slot=end]:first-of-type{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0}.sc-ion-input-ios-h[disabled].sc-ion-input-ios-s>ion-input-password-toggle,.sc-ion-input-ios-h[disabled] .sc-ion-input-ios-s>ion-input-password-toggle,.sc-ion-input-ios-h[readonly].sc-ion-input-ios-s>ion-input-password-toggle,.sc-ion-input-ios-h[readonly] .sc-ion-input-ios-s>ion-input-password-toggle{display:none}.sc-ion-input-ios-h{--border-width:0.55px;--border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, var(--ion-background-color-step-250, #c8c7cc))));--highlight-height:0px;font-size:inherit}.input-clear-icon.sc-ion-input-ios ion-icon.sc-ion-input-ios{width:18px;height:18px}.input-disabled.sc-ion-input-ios-h{opacity:0.3}.sc-ion-input-ios-s>ion-button[slot=start].button-has-icon-only,.sc-ion-input-ios-s>ion-button[slot=end].button-has-icon-only{--border-radius:50%;--padding-start:0;--padding-end:0;--padding-top:0;--padding-bottom:0;aspect-ratio:1}";
16591
+ const inputIosCss = ".sc-ion-input-ios-h{--placeholder-color:initial;--placeholder-font-style:initial;--placeholder-font-weight:initial;--placeholder-opacity:var(--ion-placeholder-opacity, 0.6);--padding-top:0px;--padding-end:0px;--padding-bottom:0px;--padding-start:0px;--background:transparent;--color:initial;--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;padding:0 !important;color:var(--color);font-family:var(--ion-font-family, inherit);z-index:2}ion-item[slot=start].sc-ion-input-ios-h,ion-item [slot=start].sc-ion-input-ios-h,ion-item[slot=end].sc-ion-input-ios-h,ion-item [slot=end].sc-ion-input-ios-h{width:auto}.ion-color.sc-ion-input-ios-h{--highlight-color-focused:var(--ion-color-base)}.input-label-placement-floating.sc-ion-input-ios-h,.input-label-placement-stacked.sc-ion-input-ios-h{min-height:56px}.native-input.sc-ion-input-ios{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;display:inline-block;position:relative;-ms-flex:1;flex:1;width:100%;max-width:100%;height:100%;max-height:100%;border:0;outline:none;background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;z-index:1}.native-input.sc-ion-input-ios::-webkit-input-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-ios::-moz-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-ios:-ms-input-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-ios::-ms-input-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-ios::placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-ios:-webkit-autofill{background-color:transparent}.native-input.sc-ion-input-ios:invalid{-webkit-box-shadow:none;box-shadow:none}.native-input.sc-ion-input-ios::-ms-clear{display:none}.cloned-input.sc-ion-input-ios{top:0;bottom:0;position:absolute;pointer-events:none}.cloned-input.sc-ion-input-ios{inset-inline-start:0}.cloned-input.sc-ion-input-ios:disabled{opacity:1}.input-clear-icon.sc-ion-input-ios{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:auto;margin-bottom:auto;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;background-position:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:30px;height:30px;border:0;outline:none;background-color:transparent;background-repeat:no-repeat;color:var(--ion-color-step-600, var(--ion-text-color-step-400, #666666));visibility:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none}.in-item-color.sc-ion-input-ios-h .input-clear-icon.sc-ion-input-ios{color:inherit}.input-clear-icon.sc-ion-input-ios:focus{opacity:0.5}.has-value.sc-ion-input-ios-h .input-clear-icon.sc-ion-input-ios{visibility:visible}.input-wrapper.sc-ion-input-ios{-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:stretch;align-items:stretch;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-input-ios{display:-ms-flexbox;display:flex;position:relative;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;width:100%}.ion-touched.ion-invalid.sc-ion-input-ios-h{--highlight-color:var(--highlight-color-invalid)}.ion-valid.sc-ion-input-ios-h{--highlight-color:var(--highlight-color-valid)}.input-bottom.sc-ion-input-ios{-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:5px;padding-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;border-top:var(--border-width) var(--border-style) var(--border-color);font-size:0.75rem;white-space:normal}.has-focus.ion-valid.sc-ion-input-ios-h,.ion-touched.ion-invalid.sc-ion-input-ios-h{--border-color:var(--highlight-color)}.input-bottom.sc-ion-input-ios .error-text.sc-ion-input-ios{display:none;color:var(--highlight-color-invalid)}.input-bottom.sc-ion-input-ios .helper-text.sc-ion-input-ios{display:block;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d))}.ion-touched.ion-invalid.sc-ion-input-ios-h .input-bottom.sc-ion-input-ios .error-text.sc-ion-input-ios{display:block}.ion-touched.ion-invalid.sc-ion-input-ios-h .input-bottom.sc-ion-input-ios .helper-text.sc-ion-input-ios{display:none}.input-bottom.sc-ion-input-ios .counter.sc-ion-input-ios{-webkit-margin-start:auto;margin-inline-start:auto;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d));white-space:nowrap;-webkit-padding-start:16px;padding-inline-start:16px}.has-focus.sc-ion-input-ios-h input.sc-ion-input-ios{caret-color:var(--highlight-color)}.label-text-wrapper.sc-ion-input-ios{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.sc-ion-input-ios,.sc-ion-input-ios-s>[slot=label]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.label-text-wrapper-hidden.sc-ion-input-ios,.input-outline-notch-hidden.sc-ion-input-ios{display:none}.input-wrapper.sc-ion-input-ios input.sc-ion-input-ios{-webkit-transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)}.input-label-placement-start.sc-ion-input-ios-h .input-wrapper.sc-ion-input-ios{-ms-flex-direction:row;flex-direction:row}.input-label-placement-start.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}.input-label-placement-end.sc-ion-input-ios-h .input-wrapper.sc-ion-input-ios{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.input-label-placement-end.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0;margin-top:0;margin-bottom:0}.input-label-placement-fixed.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}.input-label-placement-fixed.sc-ion-input-ios-h .label-text.sc-ion-input-ios{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}.input-label-placement-stacked.sc-ion-input-ios-h .input-wrapper.sc-ion-input-ios,.input-label-placement-floating.sc-ion-input-ios-h .input-wrapper.sc-ion-input-ios{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:start}.input-label-placement-stacked.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,.input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-transform-origin:left top;transform-origin:left top;max-width:100%;z-index:2}[dir=rtl].sc-ion-input-ios-h -no-combinator.input-label-placement-stacked.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl] .sc-ion-input-ios-h -no-combinator.input-label-placement-stacked.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl].input-label-placement-stacked.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl] .input-label-placement-stacked.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl].sc-ion-input-ios-h -no-combinator.input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl] .sc-ion-input-ios-h -no-combinator.input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl].input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl] .input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){.input-label-placement-stacked.sc-ion-input-ios-h:dir(rtl) .label-text-wrapper.sc-ion-input-ios,.input-label-placement-floating.sc-ion-input-ios-h:dir(rtl) .label-text-wrapper.sc-ion-input-ios{-webkit-transform-origin:right top;transform-origin:right top}}.input-label-placement-stacked.sc-ion-input-ios-h input.sc-ion-input-ios,.input-label-placement-floating.sc-ion-input-ios-h input.sc-ion-input-ios{margin-left:0;margin-right:0;margin-top:1px;margin-bottom:0}.input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-transform:translateY(100%) scale(1);transform:translateY(100%) scale(1)}.input-label-placement-floating.sc-ion-input-ios-h input.sc-ion-input-ios{opacity:0}.has-focus.input-label-placement-floating.sc-ion-input-ios-h input.sc-ion-input-ios,.has-value.input-label-placement-floating.sc-ion-input-ios-h input.sc-ion-input-ios{opacity:1}.label-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-transform:translateY(50%) scale(0.75);transform:translateY(50%) scale(0.75);max-width:calc(100% / 0.75)}.sc-ion-input-ios-s>[slot=start]:last-of-type{-webkit-margin-end:16px;margin-inline-end:16px;-webkit-margin-start:0;margin-inline-start:0}.sc-ion-input-ios-s>[slot=end]:first-of-type{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0}.sc-ion-input-ios-h[disabled].sc-ion-input-ios-s>ion-input-password-toggle,.sc-ion-input-ios-h[disabled] .sc-ion-input-ios-s>ion-input-password-toggle,.sc-ion-input-ios-h[readonly].sc-ion-input-ios-s>ion-input-password-toggle,.sc-ion-input-ios-h[readonly] .sc-ion-input-ios-s>ion-input-password-toggle{visibility:hidden}.sc-ion-input-ios-h{--border-width:0.55px;--border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, var(--ion-background-color-step-250, #c8c7cc))));--highlight-height:0px;font-size:inherit}.input-clear-icon.sc-ion-input-ios ion-icon.sc-ion-input-ios{width:18px;height:18px}.input-disabled.sc-ion-input-ios-h{opacity:0.3}.sc-ion-input-ios-s>ion-button[slot=start].button-has-icon-only,.sc-ion-input-ios-s>ion-button[slot=end].button-has-icon-only{--border-radius:50%;--padding-start:0;--padding-end:0;--padding-top:0;--padding-bottom:0;aspect-ratio:1}";
16400
16592
 
16401
- const inputMdCss = ".sc-ion-input-md-h{--placeholder-color:initial;--placeholder-font-style:initial;--placeholder-font-weight:initial;--placeholder-opacity:var(--ion-placeholder-opacity, 0.6);--padding-top:0px;--padding-end:0px;--padding-bottom:0px;--padding-start:0px;--background:transparent;--color:initial;--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;padding:0 !important;color:var(--color);font-family:var(--ion-font-family, inherit);z-index:2}ion-item[slot=start].sc-ion-input-md-h,ion-item [slot=start].sc-ion-input-md-h,ion-item[slot=end].sc-ion-input-md-h,ion-item [slot=end].sc-ion-input-md-h{width:auto}.ion-color.sc-ion-input-md-h{--highlight-color-focused:var(--ion-color-base)}.input-label-placement-floating.sc-ion-input-md-h,.input-label-placement-stacked.sc-ion-input-md-h{min-height:56px}.native-input.sc-ion-input-md{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;display:inline-block;position:relative;-ms-flex:1;flex:1;width:100%;max-width:100%;height:100%;max-height:100%;border:0;outline:none;background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;z-index:1}.native-input.sc-ion-input-md::-webkit-input-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-md::-moz-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-md:-ms-input-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-md::-ms-input-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-md::placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-md:-webkit-autofill{background-color:transparent}.native-input.sc-ion-input-md:invalid{-webkit-box-shadow:none;box-shadow:none}.native-input.sc-ion-input-md::-ms-clear{display:none}.cloned-input.sc-ion-input-md{top:0;bottom:0;position:absolute;pointer-events:none}.cloned-input.sc-ion-input-md{inset-inline-start:0}.cloned-input.sc-ion-input-md:disabled{opacity:1}.input-clear-icon.sc-ion-input-md{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:auto;margin-bottom:auto;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;background-position:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:30px;height:30px;border:0;outline:none;background-color:transparent;background-repeat:no-repeat;color:var(--ion-color-step-600, var(--ion-text-color-step-400, #666666));visibility:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none}.in-item-color.sc-ion-input-md-h .input-clear-icon.sc-ion-input-md{color:inherit}.input-clear-icon.sc-ion-input-md:focus{opacity:0.5}.has-value.sc-ion-input-md-h .input-clear-icon.sc-ion-input-md{visibility:visible}.input-wrapper.sc-ion-input-md{-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:stretch;align-items:stretch;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-input-md{display:-ms-flexbox;display:flex;position:relative;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;width:100%}.ion-touched.ion-invalid.sc-ion-input-md-h{--highlight-color:var(--highlight-color-invalid)}.ion-valid.sc-ion-input-md-h{--highlight-color:var(--highlight-color-valid)}.input-bottom.sc-ion-input-md{-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:5px;padding-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;border-top:var(--border-width) var(--border-style) var(--border-color);font-size:0.75rem;white-space:normal}.has-focus.ion-valid.sc-ion-input-md-h,.ion-touched.ion-invalid.sc-ion-input-md-h{--border-color:var(--highlight-color)}.input-bottom.sc-ion-input-md .error-text.sc-ion-input-md{display:none;color:var(--highlight-color-invalid)}.input-bottom.sc-ion-input-md .helper-text.sc-ion-input-md{display:block;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d))}.ion-touched.ion-invalid.sc-ion-input-md-h .input-bottom.sc-ion-input-md .error-text.sc-ion-input-md{display:block}.ion-touched.ion-invalid.sc-ion-input-md-h .input-bottom.sc-ion-input-md .helper-text.sc-ion-input-md{display:none}.input-bottom.sc-ion-input-md .counter.sc-ion-input-md{-webkit-margin-start:auto;margin-inline-start:auto;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d));white-space:nowrap;-webkit-padding-start:16px;padding-inline-start:16px}.has-focus.sc-ion-input-md-h input.sc-ion-input-md{caret-color:var(--highlight-color)}.label-text-wrapper.sc-ion-input-md{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.sc-ion-input-md,.sc-ion-input-md-s>[slot=label]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.label-text-wrapper-hidden.sc-ion-input-md,.input-outline-notch-hidden.sc-ion-input-md{display:none}.input-wrapper.sc-ion-input-md input.sc-ion-input-md{-webkit-transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)}.input-label-placement-start.sc-ion-input-md-h .input-wrapper.sc-ion-input-md{-ms-flex-direction:row;flex-direction:row}.input-label-placement-start.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}.input-label-placement-end.sc-ion-input-md-h .input-wrapper.sc-ion-input-md{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.input-label-placement-end.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0;margin-top:0;margin-bottom:0}.input-label-placement-fixed.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}.input-label-placement-fixed.sc-ion-input-md-h .label-text.sc-ion-input-md{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}.input-label-placement-stacked.sc-ion-input-md-h .input-wrapper.sc-ion-input-md,.input-label-placement-floating.sc-ion-input-md-h .input-wrapper.sc-ion-input-md{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:start}.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform-origin:left top;transform-origin:left top;max-width:100%;z-index:2}[dir=rtl].sc-ion-input-md-h -no-combinator.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .sc-ion-input-md-h -no-combinator.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl].input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl].sc-ion-input-md-h -no-combinator.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .sc-ion-input-md-h -no-combinator.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl].input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){.input-label-placement-stacked.sc-ion-input-md-h:dir(rtl) .label-text-wrapper.sc-ion-input-md,.input-label-placement-floating.sc-ion-input-md-h:dir(rtl) .label-text-wrapper.sc-ion-input-md{-webkit-transform-origin:right top;transform-origin:right top}}.input-label-placement-stacked.sc-ion-input-md-h input.sc-ion-input-md,.input-label-placement-floating.sc-ion-input-md-h input.sc-ion-input-md{margin-left:0;margin-right:0;margin-top:1px;margin-bottom:0}.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform:translateY(100%) scale(1);transform:translateY(100%) scale(1)}.input-label-placement-floating.sc-ion-input-md-h input.sc-ion-input-md{opacity:0}.has-focus.input-label-placement-floating.sc-ion-input-md-h input.sc-ion-input-md,.has-value.input-label-placement-floating.sc-ion-input-md-h input.sc-ion-input-md{opacity:1}.label-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform:translateY(50%) scale(0.75);transform:translateY(50%) scale(0.75);max-width:calc(100% / 0.75)}.sc-ion-input-md-s>[slot=start]:last-of-type{-webkit-margin-end:16px;margin-inline-end:16px;-webkit-margin-start:0;margin-inline-start:0}.sc-ion-input-md-s>[slot=end]:first-of-type{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0}.sc-ion-input-md-h[disabled].sc-ion-input-md-s>ion-input-password-toggle,.sc-ion-input-md-h[disabled] .sc-ion-input-md-s>ion-input-password-toggle,.sc-ion-input-md-h[readonly].sc-ion-input-md-s>ion-input-password-toggle,.sc-ion-input-md-h[readonly] .sc-ion-input-md-s>ion-input-password-toggle{display:none}.input-fill-solid.sc-ion-input-md-h{--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}.input-fill-solid.sc-ion-input-md-h .input-wrapper.sc-ion-input-md{border-bottom:var(--border-width) var(--border-style) var(--border-color)}.has-focus.input-fill-solid.ion-valid.sc-ion-input-md-h,.input-fill-solid.ion-touched.ion-invalid.sc-ion-input-md-h{--border-color:var(--highlight-color)}.input-fill-solid.sc-ion-input-md-h .input-bottom.sc-ion-input-md{border-top:none}@media (any-hover: hover){.input-fill-solid.sc-ion-input-md-h: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))}}.input-fill-solid.has-focus.sc-ion-input-md-h{--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))}.input-fill-solid.sc-ion-input-md-h .input-wrapper.sc-ion-input-md{border-start-start-radius:var(--border-radius);border-start-end-radius:var(--border-radius);border-end-end-radius:0px;border-end-start-radius:0px}.label-floating.input-fill-solid.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{max-width:calc(100% / 0.75)}.input-fill-outline.sc-ion-input-md-h{--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}.input-fill-outline.input-shape-round.sc-ion-input-md-h{--border-radius:28px;--padding-start:32px;--padding-end:32px}.has-focus.input-fill-outline.ion-valid.sc-ion-input-md-h,.input-fill-outline.ion-touched.ion-invalid.sc-ion-input-md-h{--border-color:var(--highlight-color)}@media (any-hover: hover){.input-fill-outline.sc-ion-input-md-h:hover{--border-color:var(--ion-color-step-750, var(--ion-background-color-step-750, #404040))}}.input-fill-outline.has-focus.sc-ion-input-md-h{--border-width:var(--highlight-height);--border-color:var(--highlight-color)}.input-fill-outline.sc-ion-input-md-h .input-bottom.sc-ion-input-md{border-top:none}.input-fill-outline.sc-ion-input-md-h .input-wrapper.sc-ion-input-md{border-bottom:none}.input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,.input-fill-outline.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform-origin:left top;transform-origin:left top;position:absolute;max-width:calc(100% - var(--padding-start) - var(--padding-end))}[dir=rtl].sc-ion-input-md-h -no-combinator.input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .sc-ion-input-md-h -no-combinator.input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl].input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl].sc-ion-input-md-h -no-combinator.input-fill-outline.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .sc-ion-input-md-h -no-combinator.input-fill-outline.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl].input-fill-outline.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .input-fill-outline.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){.input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h:dir(rtl) .label-text-wrapper.sc-ion-input-md,.input-fill-outline.input-label-placement-floating.sc-ion-input-md-h:dir(rtl) .label-text-wrapper.sc-ion-input-md{-webkit-transform-origin:right top;transform-origin:right top}}.input-fill-outline.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{position:relative}.label-floating.input-fill-outline.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-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((100% - var(--padding-start) - var(--padding-end) - 8px) / 0.75)}.input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h input.sc-ion-input-md,.input-fill-outline.input-label-placement-floating.sc-ion-input-md-h input.sc-ion-input-md{margin-left:0;margin-right:0;margin-top:6px;margin-bottom:6px}.input-fill-outline.sc-ion-input-md-h .input-outline-container.sc-ion-input-md{left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;width:100%;height:100%}.input-fill-outline.sc-ion-input-md-h .input-outline-start.sc-ion-input-md,.input-fill-outline.sc-ion-input-md-h .input-outline-end.sc-ion-input-md{pointer-events:none}.input-fill-outline.sc-ion-input-md-h .input-outline-start.sc-ion-input-md,.input-fill-outline.sc-ion-input-md-h .input-outline-notch.sc-ion-input-md,.input-fill-outline.sc-ion-input-md-h .input-outline-end.sc-ion-input-md{border-top:var(--border-width) var(--border-style) var(--border-color);border-bottom:var(--border-width) var(--border-style) var(--border-color)}.input-fill-outline.sc-ion-input-md-h .input-outline-notch.sc-ion-input-md{max-width:calc(100% - var(--padding-start) - var(--padding-end))}.input-fill-outline.sc-ion-input-md-h .notch-spacer.sc-ion-input-md{-webkit-padding-end:8px;padding-inline-end:8px;font-size:calc(1em * 0.75);opacity:0;pointer-events:none;-webkit-box-sizing:content-box;box-sizing:content-box}.input-fill-outline.sc-ion-input-md-h .input-outline-start.sc-ion-input-md{border-start-start-radius:var(--border-radius);border-start-end-radius:0px;border-end-end-radius:0px;border-end-start-radius:var(--border-radius);-webkit-border-start:var(--border-width) var(--border-style) var(--border-color);border-inline-start:var(--border-width) var(--border-style) var(--border-color);width:calc(var(--padding-start) - 4px)}.input-fill-outline.sc-ion-input-md-h .input-outline-end.sc-ion-input-md{-webkit-border-end:var(--border-width) var(--border-style) var(--border-color);border-inline-end:var(--border-width) var(--border-style) var(--border-color);border-start-start-radius:0px;border-start-end-radius:var(--border-radius);border-end-end-radius:var(--border-radius);border-end-start-radius:0px;-ms-flex-positive:1;flex-grow:1}.label-floating.input-fill-outline.sc-ion-input-md-h .input-outline-notch.sc-ion-input-md{border-top:none}.sc-ion-input-md-h{--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;font-size:inherit}.input-clear-icon.sc-ion-input-md ion-icon.sc-ion-input-md{width:22px;height:22px}.input-disabled.sc-ion-input-md-h{opacity:0.38}.has-focus.ion-valid.sc-ion-input-md-h,.ion-touched.ion-invalid.sc-ion-input-md-h{--border-color:var(--highlight-color)}.input-bottom.sc-ion-input-md .counter.sc-ion-input-md{letter-spacing:0.0333333333em}.input-label-placement-floating.has-focus.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,.input-label-placement-stacked.has-focus.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{color:var(--highlight-color)}.has-focus.input-label-placement-floating.ion-valid.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,.input-label-placement-floating.ion-touched.ion-invalid.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,.has-focus.input-label-placement-stacked.ion-valid.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,.input-label-placement-stacked.ion-touched.ion-invalid.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{color:var(--highlight-color)}.input-highlight.sc-ion-input-md{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)}.input-highlight.sc-ion-input-md{inset-inline-start:0}.has-focus.sc-ion-input-md-h .input-highlight.sc-ion-input-md{-webkit-transform:scale(1);transform:scale(1)}.in-item.sc-ion-input-md-h .input-highlight.sc-ion-input-md{bottom:0}.in-item.sc-ion-input-md-h .input-highlight.sc-ion-input-md{inset-inline-start:0}.input-shape-round.sc-ion-input-md-h{--border-radius:16px}.sc-ion-input-md-s>ion-button[slot=start].button-has-icon-only,.sc-ion-input-md-s>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}";
16593
+ const inputMdCss = ".sc-ion-input-md-h{--placeholder-color:initial;--placeholder-font-style:initial;--placeholder-font-weight:initial;--placeholder-opacity:var(--ion-placeholder-opacity, 0.6);--padding-top:0px;--padding-end:0px;--padding-bottom:0px;--padding-start:0px;--background:transparent;--color:initial;--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;padding:0 !important;color:var(--color);font-family:var(--ion-font-family, inherit);z-index:2}ion-item[slot=start].sc-ion-input-md-h,ion-item [slot=start].sc-ion-input-md-h,ion-item[slot=end].sc-ion-input-md-h,ion-item [slot=end].sc-ion-input-md-h{width:auto}.ion-color.sc-ion-input-md-h{--highlight-color-focused:var(--ion-color-base)}.input-label-placement-floating.sc-ion-input-md-h,.input-label-placement-stacked.sc-ion-input-md-h{min-height:56px}.native-input.sc-ion-input-md{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;display:inline-block;position:relative;-ms-flex:1;flex:1;width:100%;max-width:100%;height:100%;max-height:100%;border:0;outline:none;background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;z-index:1}.native-input.sc-ion-input-md::-webkit-input-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-md::-moz-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-md:-ms-input-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-md::-ms-input-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-md::placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-md:-webkit-autofill{background-color:transparent}.native-input.sc-ion-input-md:invalid{-webkit-box-shadow:none;box-shadow:none}.native-input.sc-ion-input-md::-ms-clear{display:none}.cloned-input.sc-ion-input-md{top:0;bottom:0;position:absolute;pointer-events:none}.cloned-input.sc-ion-input-md{inset-inline-start:0}.cloned-input.sc-ion-input-md:disabled{opacity:1}.input-clear-icon.sc-ion-input-md{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:auto;margin-bottom:auto;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;background-position:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:30px;height:30px;border:0;outline:none;background-color:transparent;background-repeat:no-repeat;color:var(--ion-color-step-600, var(--ion-text-color-step-400, #666666));visibility:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none}.in-item-color.sc-ion-input-md-h .input-clear-icon.sc-ion-input-md{color:inherit}.input-clear-icon.sc-ion-input-md:focus{opacity:0.5}.has-value.sc-ion-input-md-h .input-clear-icon.sc-ion-input-md{visibility:visible}.input-wrapper.sc-ion-input-md{-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:stretch;align-items:stretch;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-input-md{display:-ms-flexbox;display:flex;position:relative;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;width:100%}.ion-touched.ion-invalid.sc-ion-input-md-h{--highlight-color:var(--highlight-color-invalid)}.ion-valid.sc-ion-input-md-h{--highlight-color:var(--highlight-color-valid)}.input-bottom.sc-ion-input-md{-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:5px;padding-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;border-top:var(--border-width) var(--border-style) var(--border-color);font-size:0.75rem;white-space:normal}.has-focus.ion-valid.sc-ion-input-md-h,.ion-touched.ion-invalid.sc-ion-input-md-h{--border-color:var(--highlight-color)}.input-bottom.sc-ion-input-md .error-text.sc-ion-input-md{display:none;color:var(--highlight-color-invalid)}.input-bottom.sc-ion-input-md .helper-text.sc-ion-input-md{display:block;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d))}.ion-touched.ion-invalid.sc-ion-input-md-h .input-bottom.sc-ion-input-md .error-text.sc-ion-input-md{display:block}.ion-touched.ion-invalid.sc-ion-input-md-h .input-bottom.sc-ion-input-md .helper-text.sc-ion-input-md{display:none}.input-bottom.sc-ion-input-md .counter.sc-ion-input-md{-webkit-margin-start:auto;margin-inline-start:auto;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d));white-space:nowrap;-webkit-padding-start:16px;padding-inline-start:16px}.has-focus.sc-ion-input-md-h input.sc-ion-input-md{caret-color:var(--highlight-color)}.label-text-wrapper.sc-ion-input-md{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.sc-ion-input-md,.sc-ion-input-md-s>[slot=label]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.label-text-wrapper-hidden.sc-ion-input-md,.input-outline-notch-hidden.sc-ion-input-md{display:none}.input-wrapper.sc-ion-input-md input.sc-ion-input-md{-webkit-transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)}.input-label-placement-start.sc-ion-input-md-h .input-wrapper.sc-ion-input-md{-ms-flex-direction:row;flex-direction:row}.input-label-placement-start.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}.input-label-placement-end.sc-ion-input-md-h .input-wrapper.sc-ion-input-md{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.input-label-placement-end.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0;margin-top:0;margin-bottom:0}.input-label-placement-fixed.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}.input-label-placement-fixed.sc-ion-input-md-h .label-text.sc-ion-input-md{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}.input-label-placement-stacked.sc-ion-input-md-h .input-wrapper.sc-ion-input-md,.input-label-placement-floating.sc-ion-input-md-h .input-wrapper.sc-ion-input-md{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:start}.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform-origin:left top;transform-origin:left top;max-width:100%;z-index:2}[dir=rtl].sc-ion-input-md-h -no-combinator.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .sc-ion-input-md-h -no-combinator.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl].input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl].sc-ion-input-md-h -no-combinator.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .sc-ion-input-md-h -no-combinator.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl].input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){.input-label-placement-stacked.sc-ion-input-md-h:dir(rtl) .label-text-wrapper.sc-ion-input-md,.input-label-placement-floating.sc-ion-input-md-h:dir(rtl) .label-text-wrapper.sc-ion-input-md{-webkit-transform-origin:right top;transform-origin:right top}}.input-label-placement-stacked.sc-ion-input-md-h input.sc-ion-input-md,.input-label-placement-floating.sc-ion-input-md-h input.sc-ion-input-md{margin-left:0;margin-right:0;margin-top:1px;margin-bottom:0}.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform:translateY(100%) scale(1);transform:translateY(100%) scale(1)}.input-label-placement-floating.sc-ion-input-md-h input.sc-ion-input-md{opacity:0}.has-focus.input-label-placement-floating.sc-ion-input-md-h input.sc-ion-input-md,.has-value.input-label-placement-floating.sc-ion-input-md-h input.sc-ion-input-md{opacity:1}.label-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform:translateY(50%) scale(0.75);transform:translateY(50%) scale(0.75);max-width:calc(100% / 0.75)}.sc-ion-input-md-s>[slot=start]:last-of-type{-webkit-margin-end:16px;margin-inline-end:16px;-webkit-margin-start:0;margin-inline-start:0}.sc-ion-input-md-s>[slot=end]:first-of-type{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0}.sc-ion-input-md-h[disabled].sc-ion-input-md-s>ion-input-password-toggle,.sc-ion-input-md-h[disabled] .sc-ion-input-md-s>ion-input-password-toggle,.sc-ion-input-md-h[readonly].sc-ion-input-md-s>ion-input-password-toggle,.sc-ion-input-md-h[readonly] .sc-ion-input-md-s>ion-input-password-toggle{visibility:hidden}.input-fill-solid.sc-ion-input-md-h{--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}.input-fill-solid.sc-ion-input-md-h .input-wrapper.sc-ion-input-md{border-bottom:var(--border-width) var(--border-style) var(--border-color)}.has-focus.input-fill-solid.ion-valid.sc-ion-input-md-h,.input-fill-solid.ion-touched.ion-invalid.sc-ion-input-md-h{--border-color:var(--highlight-color)}.input-fill-solid.sc-ion-input-md-h .input-bottom.sc-ion-input-md{border-top:none}@media (any-hover: hover){.input-fill-solid.sc-ion-input-md-h: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))}}.input-fill-solid.has-focus.sc-ion-input-md-h{--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))}.input-fill-solid.sc-ion-input-md-h .input-wrapper.sc-ion-input-md{border-start-start-radius:var(--border-radius);border-start-end-radius:var(--border-radius);border-end-end-radius:0px;border-end-start-radius:0px}.label-floating.input-fill-solid.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{max-width:calc(100% / 0.75)}.input-fill-outline.sc-ion-input-md-h{--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}.input-fill-outline.input-shape-round.sc-ion-input-md-h{--border-radius:28px;--padding-start:32px;--padding-end:32px}.has-focus.input-fill-outline.ion-valid.sc-ion-input-md-h,.input-fill-outline.ion-touched.ion-invalid.sc-ion-input-md-h{--border-color:var(--highlight-color)}@media (any-hover: hover){.input-fill-outline.sc-ion-input-md-h:hover{--border-color:var(--ion-color-step-750, var(--ion-background-color-step-750, #404040))}}.input-fill-outline.has-focus.sc-ion-input-md-h{--border-width:var(--highlight-height);--border-color:var(--highlight-color)}.input-fill-outline.sc-ion-input-md-h .input-bottom.sc-ion-input-md{border-top:none}.input-fill-outline.sc-ion-input-md-h .input-wrapper.sc-ion-input-md{border-bottom:none}.input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,.input-fill-outline.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform-origin:left top;transform-origin:left top;position:absolute;max-width:calc(100% - var(--padding-start) - var(--padding-end))}[dir=rtl].sc-ion-input-md-h -no-combinator.input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .sc-ion-input-md-h -no-combinator.input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl].input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl].sc-ion-input-md-h -no-combinator.input-fill-outline.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .sc-ion-input-md-h -no-combinator.input-fill-outline.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl].input-fill-outline.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .input-fill-outline.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){.input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h:dir(rtl) .label-text-wrapper.sc-ion-input-md,.input-fill-outline.input-label-placement-floating.sc-ion-input-md-h:dir(rtl) .label-text-wrapper.sc-ion-input-md{-webkit-transform-origin:right top;transform-origin:right top}}.input-fill-outline.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{position:relative}.label-floating.input-fill-outline.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-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((100% - var(--padding-start) - var(--padding-end) - 8px) / 0.75)}.input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h input.sc-ion-input-md,.input-fill-outline.input-label-placement-floating.sc-ion-input-md-h input.sc-ion-input-md{margin-left:0;margin-right:0;margin-top:6px;margin-bottom:6px}.input-fill-outline.sc-ion-input-md-h .input-outline-container.sc-ion-input-md{left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;width:100%;height:100%}.input-fill-outline.sc-ion-input-md-h .input-outline-start.sc-ion-input-md,.input-fill-outline.sc-ion-input-md-h .input-outline-end.sc-ion-input-md{pointer-events:none}.input-fill-outline.sc-ion-input-md-h .input-outline-start.sc-ion-input-md,.input-fill-outline.sc-ion-input-md-h .input-outline-notch.sc-ion-input-md,.input-fill-outline.sc-ion-input-md-h .input-outline-end.sc-ion-input-md{border-top:var(--border-width) var(--border-style) var(--border-color);border-bottom:var(--border-width) var(--border-style) var(--border-color)}.input-fill-outline.sc-ion-input-md-h .input-outline-notch.sc-ion-input-md{max-width:calc(100% - var(--padding-start) - var(--padding-end))}.input-fill-outline.sc-ion-input-md-h .notch-spacer.sc-ion-input-md{-webkit-padding-end:8px;padding-inline-end:8px;font-size:calc(1em * 0.75);opacity:0;pointer-events:none;-webkit-box-sizing:content-box;box-sizing:content-box}.input-fill-outline.sc-ion-input-md-h .input-outline-start.sc-ion-input-md{border-start-start-radius:var(--border-radius);border-start-end-radius:0px;border-end-end-radius:0px;border-end-start-radius:var(--border-radius);-webkit-border-start:var(--border-width) var(--border-style) var(--border-color);border-inline-start:var(--border-width) var(--border-style) var(--border-color);width:calc(var(--padding-start) - 4px)}.input-fill-outline.sc-ion-input-md-h .input-outline-end.sc-ion-input-md{-webkit-border-end:var(--border-width) var(--border-style) var(--border-color);border-inline-end:var(--border-width) var(--border-style) var(--border-color);border-start-start-radius:0px;border-start-end-radius:var(--border-radius);border-end-end-radius:var(--border-radius);border-end-start-radius:0px;-ms-flex-positive:1;flex-grow:1}.label-floating.input-fill-outline.sc-ion-input-md-h .input-outline-notch.sc-ion-input-md{border-top:none}.sc-ion-input-md-h{--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;font-size:inherit}.input-clear-icon.sc-ion-input-md ion-icon.sc-ion-input-md{width:22px;height:22px}.input-disabled.sc-ion-input-md-h{opacity:0.38}.has-focus.ion-valid.sc-ion-input-md-h,.ion-touched.ion-invalid.sc-ion-input-md-h{--border-color:var(--highlight-color)}.input-bottom.sc-ion-input-md .counter.sc-ion-input-md{letter-spacing:0.0333333333em}.input-label-placement-floating.has-focus.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,.input-label-placement-stacked.has-focus.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{color:var(--highlight-color)}.has-focus.input-label-placement-floating.ion-valid.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,.input-label-placement-floating.ion-touched.ion-invalid.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,.has-focus.input-label-placement-stacked.ion-valid.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,.input-label-placement-stacked.ion-touched.ion-invalid.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{color:var(--highlight-color)}.input-highlight.sc-ion-input-md{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)}.input-highlight.sc-ion-input-md{inset-inline-start:0}.has-focus.sc-ion-input-md-h .input-highlight.sc-ion-input-md{-webkit-transform:scale(1);transform:scale(1)}.in-item.sc-ion-input-md-h .input-highlight.sc-ion-input-md{bottom:0}.in-item.sc-ion-input-md-h .input-highlight.sc-ion-input-md{inset-inline-start:0}.input-shape-round.sc-ion-input-md-h{--border-radius:16px}.sc-ion-input-md-s>ion-button[slot=start].button-has-icon-only,.sc-ion-input-md-s>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}";
16402
16594
 
16403
16595
  /**
16404
16596
  * @virtualProp {"ios" | "md"} mode - The mode determines which platform styles to use.
@@ -16902,7 +17094,7 @@ class Input {
16902
17094
  md: inputMdCss
16903
17095
  }; }
16904
17096
  static get cmpMeta() { return {
16905
- "$flags$": 38,
17097
+ "$flags$": 294,
16906
17098
  "$tagName$": "ion-input",
16907
17099
  "$members$": {
16908
17100
  "color": [513],
@@ -16974,6 +17166,7 @@ class InputOTP {
16974
17166
  this.isKeyboardNavigation = false;
16975
17167
  this.inputValues = [];
16976
17168
  this.hasFocus = false;
17169
+ this.previousInputValues = [];
16977
17170
  /**
16978
17171
  * Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user.
16979
17172
  * Available options: `"off"`, `"none"`, `"on"`, `"sentences"`, `"words"`, `"characters"`.
@@ -17074,19 +17267,12 @@ class InputOTP {
17074
17267
  }
17075
17268
  };
17076
17269
  /**
17077
- * Handles keyboard navigation and input for the OTP component.
17270
+ * Handles keyboard navigation for the OTP component.
17078
17271
  *
17079
17272
  * Navigation:
17080
17273
  * - Backspace: Clears current input and moves to previous box if empty
17081
17274
  * - Arrow Left/Right: Moves focus between input boxes
17082
17275
  * - Tab: Allows normal tab navigation between components
17083
- *
17084
- * Input Behavior:
17085
- * - Validates input against the allowed pattern
17086
- * - When entering a key in a filled box:
17087
- * - Shifts existing values right if there is room
17088
- * - Updates the value of the input group
17089
- * - Prevents default behavior to avoid automatic focus shift
17090
17276
  */
17091
17277
  this.onKeyDown = (index) => (event) => {
17092
17278
  const { length } = this;
@@ -17141,30 +17327,31 @@ class InputOTP {
17141
17327
  // Let all tab events proceed normally
17142
17328
  return;
17143
17329
  }
17144
- // If the input box contains a value and the key being
17145
- // entered is a valid key for the input box update the value
17146
- // and shift the values to the right if there is room.
17147
- if (this.inputValues[index] && this.validKeyPattern.test(event.key)) {
17148
- if (!this.inputValues[length - 1]) {
17149
- for (let i = length - 1; i > index; i--) {
17150
- this.inputValues[i] = this.inputValues[i - 1];
17151
- this.inputRefs[i].value = this.inputValues[i] || '';
17152
- }
17153
- }
17154
- this.inputValues[index] = event.key;
17155
- this.inputRefs[index].value = event.key;
17156
- this.updateValue(event);
17157
- // Prevent default to avoid the browser from
17158
- // automatically moving the focus to the next input
17159
- event.preventDefault();
17160
- }
17161
17330
  };
17331
+ /**
17332
+ * Processes all input scenarios for each input box.
17333
+ *
17334
+ * This function manages:
17335
+ * 1. Autofill handling
17336
+ * 2. Input validation
17337
+ * 3. Full selection replacement or typing in an empty box
17338
+ * 4. Inserting in the middle with available space (shifting)
17339
+ * 5. Single character replacement
17340
+ */
17162
17341
  this.onInput = (index) => (event) => {
17342
+ var _a, _b;
17163
17343
  const { length, validKeyPattern } = this;
17164
- const value = event.target.value;
17165
- // If the value is longer than 1 character (autofill), split it into
17166
- // characters and filter out invalid ones
17167
- if (value.length > 1) {
17344
+ const input = event.target;
17345
+ const value = input.value;
17346
+ const previousValue = this.previousInputValues[index] || '';
17347
+ // 1. Autofill handling
17348
+ // If the length of the value increases by more than 1 from the previous
17349
+ // value, treat this as autofill. This is to prevent the case where the
17350
+ // user is typing a single character into an input box containing a value
17351
+ // as that will trigger this function with a value length of 2 characters.
17352
+ const isAutofill = value.length - previousValue.length > 1;
17353
+ if (isAutofill) {
17354
+ // Distribute valid characters across input boxes
17168
17355
  const validChars = value
17169
17356
  .split('')
17170
17357
  .filter((char) => validKeyPattern.test(char))
@@ -17179,8 +17366,10 @@ class InputOTP {
17179
17366
  });
17180
17367
  });
17181
17368
  }
17182
- // Update the value of the input group and emit the input change event
17183
- this.value = validChars.join('');
17369
+ for (let i = 0; i < length; i++) {
17370
+ this.inputValues[i] = validChars[i] || '';
17371
+ this.inputRefs[i].value = validChars[i] || '';
17372
+ }
17184
17373
  this.updateValue(event);
17185
17374
  // Focus the first empty input box or the last input box if all boxes
17186
17375
  // are filled after a small delay to ensure the input boxes have been
@@ -17190,20 +17379,79 @@ class InputOTP {
17190
17379
  const nextIndex = validChars.length < length ? validChars.length : length - 1;
17191
17380
  (_a = this.inputRefs[nextIndex]) === null || _a === void 0 ? void 0 : _a.focus();
17192
17381
  }, 20);
17382
+ this.previousInputValues = [...this.inputValues];
17193
17383
  return;
17194
17384
  }
17195
- // Only allow input if it matches the pattern
17196
- if (value.length > 0 && !validKeyPattern.test(value)) {
17197
- this.inputRefs[index].value = '';
17198
- this.inputValues[index] = '';
17385
+ // 2. Input validation
17386
+ // If the character entered is invalid (does not match the pattern),
17387
+ // restore the previous value and exit
17388
+ if (value.length > 0 && !validKeyPattern.test(value[value.length - 1])) {
17389
+ input.value = this.inputValues[index] || '';
17390
+ this.previousInputValues = [...this.inputValues];
17199
17391
  return;
17200
17392
  }
17201
- // For single character input, fill the current box
17202
- this.inputValues[index] = value;
17203
- this.updateValue(event);
17204
- if (value.length > 0) {
17393
+ // 3. Full selection replacement or typing in an empty box
17394
+ // If the user selects all text in the input box and types, or if the
17395
+ // input box is empty, replace only this input box. If the box is empty,
17396
+ // move to the next box, otherwise stay focused on this box.
17397
+ const isAllSelected = input.selectionStart === 0 && input.selectionEnd === value.length;
17398
+ const isEmpty = !this.inputValues[index];
17399
+ if (isAllSelected || isEmpty) {
17400
+ this.inputValues[index] = value;
17401
+ input.value = value;
17402
+ this.updateValue(event);
17205
17403
  this.focusNext(index);
17404
+ this.previousInputValues = [...this.inputValues];
17405
+ return;
17406
+ }
17407
+ // 4. Inserting in the middle with available space (shifting)
17408
+ // If typing in a filled input box and there are empty boxes at the end,
17409
+ // shift all values starting at the current box to the right, and insert
17410
+ // the new character at the current box.
17411
+ const hasAvailableBoxAtEnd = this.inputValues[this.inputValues.length - 1] === '';
17412
+ if (this.inputValues[index] && hasAvailableBoxAtEnd && value.length === 2) {
17413
+ // Get the inserted character (from event or by diffing value/previousValue)
17414
+ let newChar = event.data;
17415
+ if (!newChar) {
17416
+ newChar = value.split('').find((c, i) => c !== previousValue[i]) || value[value.length - 1];
17417
+ }
17418
+ // Validate the new character before shifting
17419
+ if (!validKeyPattern.test(newChar)) {
17420
+ input.value = this.inputValues[index] || '';
17421
+ this.previousInputValues = [...this.inputValues];
17422
+ return;
17423
+ }
17424
+ // Shift values right from the end to the insertion point
17425
+ for (let i = this.inputValues.length - 1; i > index; i--) {
17426
+ this.inputValues[i] = this.inputValues[i - 1];
17427
+ this.inputRefs[i].value = this.inputValues[i] || '';
17428
+ }
17429
+ this.inputValues[index] = newChar;
17430
+ this.inputRefs[index].value = newChar;
17431
+ this.updateValue(event);
17432
+ this.previousInputValues = [...this.inputValues];
17433
+ return;
17434
+ }
17435
+ // 5. Single character replacement
17436
+ // Handles replacing a single character in a box containing a value based
17437
+ // on the cursor position. We need the cursor position to determine which
17438
+ // character was the last character typed. For example, if the user types "2"
17439
+ // in an input box with the cursor at the beginning of the value of "6",
17440
+ // the value will be "26", but we want to grab the "2" as the last character
17441
+ // typed.
17442
+ const cursorPos = (_a = input.selectionStart) !== null && _a !== void 0 ? _a : value.length;
17443
+ const newCharIndex = cursorPos - 1;
17444
+ const newChar = (_b = value[newCharIndex]) !== null && _b !== void 0 ? _b : value[0];
17445
+ // Check if the new character is valid before updating the value
17446
+ if (!validKeyPattern.test(newChar)) {
17447
+ input.value = this.inputValues[index] || '';
17448
+ this.previousInputValues = [...this.inputValues];
17449
+ return;
17206
17450
  }
17451
+ this.inputValues[index] = newChar;
17452
+ input.value = newChar;
17453
+ this.updateValue(event);
17454
+ this.previousInputValues = [...this.inputValues];
17207
17455
  };
17208
17456
  /**
17209
17457
  * Handles pasting text into the input OTP component.
@@ -17213,7 +17461,7 @@ class InputOTP {
17213
17461
  * the next empty input after pasting.
17214
17462
  */
17215
17463
  this.onPaste = (event) => {
17216
- var _a, _b, _c;
17464
+ var _a, _b;
17217
17465
  const { inputRefs, length, validKeyPattern } = this;
17218
17466
  event.preventDefault();
17219
17467
  const pastedText = (_a = event.clipboardData) === null || _a === void 0 ? void 0 : _a.getData('text');
@@ -17240,13 +17488,8 @@ class InputOTP {
17240
17488
  this.updateValue(event);
17241
17489
  // Focus the next empty input after pasting
17242
17490
  // If all boxes are filled, focus the last input
17243
- const nextEmptyIndex = validChars.length;
17244
- if (nextEmptyIndex < length) {
17245
- (_b = inputRefs[nextEmptyIndex]) === null || _b === void 0 ? void 0 : _b.focus();
17246
- }
17247
- else {
17248
- (_c = inputRefs[length - 1]) === null || _c === void 0 ? void 0 : _c.focus();
17249
- }
17491
+ const nextEmptyIndex = validChars.length < length ? validChars.length : length - 1;
17492
+ (_b = inputRefs[nextEmptyIndex]) === null || _b === void 0 ? void 0 : _b.focus();
17250
17493
  };
17251
17494
  }
17252
17495
  /**
@@ -17385,6 +17628,7 @@ class InputOTP {
17385
17628
  });
17386
17629
  // Update the value without emitting events
17387
17630
  this.value = this.inputValues.join('');
17631
+ this.previousInputValues = [...this.inputValues];
17388
17632
  }
17389
17633
  /**
17390
17634
  * Updates the value of the input group.
@@ -17506,7 +17750,7 @@ class InputOTP {
17506
17750
  const tabbableIndex = this.getTabbableIndex();
17507
17751
  const pattern = this.getPattern();
17508
17752
  const hasDescription = ((_b = (_a = el.querySelector('.input-otp-description')) === null || _a === void 0 ? void 0 : _a.textContent) === null || _b === void 0 ? void 0 : _b.trim()) !== '';
17509
- return (hAsync(Host, { key: 'df8fca036cedea0812185a02e3b655d7d76285e0', class: createColorClasses$1(color, {
17753
+ return (hAsync(Host, { key: 'f15a29fb17b681ef55885ca36d3d5f899cbaca83', class: createColorClasses$1(color, {
17510
17754
  [mode]: true,
17511
17755
  'has-focus': hasFocus,
17512
17756
  [`input-otp-size-${size}`]: true,
@@ -17514,10 +17758,10 @@ class InputOTP {
17514
17758
  [`input-otp-fill-${fill}`]: true,
17515
17759
  'input-otp-disabled': disabled,
17516
17760
  'input-otp-readonly': readonly,
17517
- }) }, hAsync("div", Object.assign({ key: '831be3f939cf037f0eb8d7e37e0afd4ef9a3c2c5', role: "group", "aria-label": "One-time password input", class: "input-otp-group" }, inheritedAttributes), Array.from({ length }).map((_, index) => (hAsync(Fragment, null, hAsync("div", { class: "native-wrapper" }, hAsync("input", { class: "native-input", id: `${inputId}-${index}`, "aria-label": `Input ${index + 1} of ${length}`, type: "text", autoCapitalize: autocapitalize, inputmode: inputmode, pattern: pattern, disabled: disabled, readOnly: readonly, tabIndex: index === tabbableIndex ? 0 : -1, value: inputValues[index] || '', autocomplete: "one-time-code", ref: (el) => (inputRefs[index] = el), onInput: this.onInput(index), onBlur: this.onBlur, onFocus: this.onFocus(index), onKeyDown: this.onKeyDown(index), onPaste: this.onPaste })), this.showSeparator(index) && hAsync("div", { class: "input-otp-separator" }))))), hAsync("div", { key: '5311fedc34f7af3efd5f69e5a3d768055119c4f1', class: {
17761
+ }) }, hAsync("div", Object.assign({ key: 'd7e1d4edd8aafcf2ed4313301287282e90fc7e82', role: "group", "aria-label": "One-time password input", class: "input-otp-group" }, inheritedAttributes), Array.from({ length }).map((_, index) => (hAsync(Fragment, null, hAsync("div", { class: "native-wrapper" }, hAsync("input", { class: "native-input", id: `${inputId}-${index}`, "aria-label": `Input ${index + 1} of ${length}`, type: "text", autoCapitalize: autocapitalize, inputmode: inputmode, pattern: pattern, disabled: disabled, readOnly: readonly, tabIndex: index === tabbableIndex ? 0 : -1, value: inputValues[index] || '', autocomplete: "one-time-code", ref: (el) => (inputRefs[index] = el), onInput: this.onInput(index), onBlur: this.onBlur, onFocus: this.onFocus(index), onKeyDown: this.onKeyDown(index), onPaste: this.onPaste })), this.showSeparator(index) && hAsync("div", { class: "input-otp-separator" }))))), hAsync("div", { key: '3724a3159d02860971879a906092f9965f5a7c47', class: {
17518
17762
  'input-otp-description': true,
17519
17763
  'input-otp-description-hidden': !hasDescription,
17520
- } }, hAsync("slot", { key: '9e8afa2f7fa76c3092582dc27770fdf565a1b9ba' }))));
17764
+ } }, hAsync("slot", { key: '11baa2624926a08274508afe0833d9237a8dc35c' }))));
17521
17765
  }
17522
17766
  get el() { return getElement(this); }
17523
17767
  static get watchers() { return {
@@ -17530,7 +17774,7 @@ class InputOTP {
17530
17774
  md: inputOtpMdCss
17531
17775
  }; }
17532
17776
  static get cmpMeta() { return {
17533
- "$flags$": 38,
17777
+ "$flags$": 294,
17534
17778
  "$tagName$": "ion-input-otp",
17535
17779
  "$members$": {
17536
17780
  "autocapitalize": [1],
@@ -17548,6 +17792,7 @@ class InputOTP {
17548
17792
  "value": [1032],
17549
17793
  "inputValues": [32],
17550
17794
  "hasFocus": [32],
17795
+ "previousInputValues": [32],
17551
17796
  "setFocus": [64]
17552
17797
  },
17553
17798
  "$listeners$": undefined,
@@ -17636,7 +17881,7 @@ class InputPasswordToggle {
17636
17881
  md: mdInputPasswordToggleCss
17637
17882
  }; }
17638
17883
  static get cmpMeta() { return {
17639
- "$flags$": 41,
17884
+ "$flags$": 297,
17640
17885
  "$tagName$": "ion-input-password-toggle",
17641
17886
  "$members$": {
17642
17887
  "color": [513],
@@ -17672,6 +17917,7 @@ class Item {
17672
17917
  this.inheritedAriaAttributes = {};
17673
17918
  this.multipleInputs = false;
17674
17919
  this.focusable = true;
17920
+ this.isInteractive = false;
17675
17921
  /**
17676
17922
  * If `true`, a button tag will be rendered and the item will be tappable.
17677
17923
  */
@@ -17693,6 +17939,11 @@ class Item {
17693
17939
  * The type of the button. Only used when an `onclick` or `button` property is present.
17694
17940
  */
17695
17941
  this.type = 'button';
17942
+ // slot change listener updates state to reflect how/if item should be interactive
17943
+ this.updateInteractivityOnSlotChange = () => {
17944
+ this.setIsInteractive();
17945
+ this.setMultipleInputs();
17946
+ };
17696
17947
  }
17697
17948
  buttonChanged() {
17698
17949
  // Update the focusable option when the button option is changed
@@ -17739,13 +17990,11 @@ class Item {
17739
17990
  componentDidLoad() {
17740
17991
  raf(() => {
17741
17992
  this.setMultipleInputs();
17993
+ this.setIsInteractive();
17742
17994
  this.focusable = this.isFocusable();
17743
17995
  });
17744
17996
  }
17745
- // If the item contains multiple clickable elements and/or inputs, then the item
17746
- // should not have a clickable input cover over the entire item to prevent
17747
- // interfering with their individual click events
17748
- setMultipleInputs() {
17997
+ totalNestedInputs() {
17749
17998
  // The following elements have a clickable cover that is relative to the entire item
17750
17999
  const covers = this.el.querySelectorAll('ion-checkbox, ion-datetime, ion-select, ion-radio');
17751
18000
  // The following elements can accept focus alongside the previous elements
@@ -17754,6 +18003,17 @@ class Item {
17754
18003
  const inputs = this.el.querySelectorAll('ion-input, ion-range, ion-searchbar, ion-segment, ion-textarea, ion-toggle');
17755
18004
  // The following elements should also stay clickable when an input with cover is present
17756
18005
  const clickables = this.el.querySelectorAll('ion-router-link, ion-button, a, button');
18006
+ return {
18007
+ covers,
18008
+ inputs,
18009
+ clickables,
18010
+ };
18011
+ }
18012
+ // If the item contains multiple clickable elements and/or inputs, then the item
18013
+ // should not have a clickable input cover over the entire item to prevent
18014
+ // interfering with their individual click events
18015
+ setMultipleInputs() {
18016
+ const { covers, inputs, clickables } = this.totalNestedInputs();
17757
18017
  // Check for multiple inputs to change the position of the input cover to relative
17758
18018
  // for all of the covered inputs above
17759
18019
  this.multipleInputs =
@@ -17761,6 +18021,11 @@ class Item {
17761
18021
  covers.length + clickables.length > 1 ||
17762
18022
  (covers.length > 0 && this.isClickable());
17763
18023
  }
18024
+ setIsInteractive() {
18025
+ // If item contains any interactive children, set isInteractive to `true`
18026
+ const { covers, inputs, clickables } = this.totalNestedInputs();
18027
+ this.isInteractive = covers.length > 0 || inputs.length > 0 || clickables.length > 0;
18028
+ }
17764
18029
  // If the item contains an input including a checkbox, datetime, select, or radio
17765
18030
  // then the item will have a clickable input cover that covers the item
17766
18031
  // that should get the hover, focused and activated states UNLESS it has multiple
@@ -17862,7 +18127,7 @@ class Item {
17862
18127
  * However, other form controls such as checkboxes and radios do.
17863
18128
  */
17864
18129
  const firstInteractiveNeedsPointerCursor = firstInteractive !== undefined && !['ION-INPUT', 'ION-TEXTAREA'].includes(firstInteractive.tagName);
17865
- return (hAsync(Host, { key: '15e7d3b674c25232bc2d51573b291c72548690e5', "aria-disabled": ariaDisabled, class: Object.assign(Object.assign(Object.assign({}, childStyles), labelColorStyles), createColorClasses$1(this.color, {
18130
+ return (hAsync(Host, { key: '24b59935bd8db8b0b7f940582455a42b82cbf762', "aria-disabled": ariaDisabled, class: Object.assign(Object.assign(Object.assign({}, childStyles), labelColorStyles), createColorClasses$1(this.color, {
17866
18131
  item: true,
17867
18132
  [mode]: true,
17868
18133
  'item-lines-default': lines === undefined,
@@ -17874,7 +18139,7 @@ class Item {
17874
18139
  'ion-activatable': canActivate,
17875
18140
  'ion-focusable': this.focusable,
17876
18141
  'item-rtl': document.dir === 'rtl',
17877
- })), role: inList ? 'listitem' : null }, hAsync(TagType, Object.assign({ key: 'f27ae647501e29db554efe8f12f498b165d1dbf6' }, attrs, inheritedAriaAttributes, { class: "item-native", part: "native", disabled: disabled }, clickFn), hAsync("slot", { key: 'ba039a321df0e4bd5ce11e7a6e7e174c8623b112', name: "start" }), hAsync("div", { key: 'e67fdf4ad9086d855da8402ca04ffe292cf6ce67', class: "item-inner" }, hAsync("div", { key: '2434348a0b3f10052a340c57a7ac127ddc851729', class: "input-wrapper" }, hAsync("slot", { key: '3e27090ae4dab734541b3fd2c94de0f98c0f0030' })), hAsync("slot", { key: '52dc633b60fe612d48d2efffbf2c4c62692bef85', name: "end" }), showDetail && (hAsync("ion-icon", { key: '4fb7397dc8cf4cecb82f19a6151f85112b73992b', icon: detailIcon, lazy: false, class: "item-detail-icon", part: "detail-icon", "aria-hidden": "true", "flip-rtl": detailIcon === chevronForward }))), canActivate && mode === 'md' && hAsync("ion-ripple-effect", { key: '09b2413a7a484ecd8ffb00805223727da4d4e344' }))));
18142
+ })), role: inList ? 'listitem' : null }, hAsync(TagType, Object.assign({ key: 'fd77b6e5f3eb2e1857a0cdd45562d71eabd30255' }, attrs, inheritedAriaAttributes, { class: "item-native", part: "native", disabled: disabled }, clickFn), hAsync("slot", { key: '8824ac8395aafa3d63c92f2128e947cac8393ac4', name: "start", onSlotchange: this.updateInteractivityOnSlotChange }), hAsync("div", { key: '5c9127e388a432687766d86a9db91fd1663abf03', class: "item-inner" }, hAsync("div", { key: '9dc2d2f58c4067c0143b3963334c346c3c7f77df', class: "input-wrapper" }, hAsync("slot", { key: '8377d9e56dc4b1913f1346111b706e7f14c24d30', onSlotchange: this.updateInteractivityOnSlotChange })), hAsync("slot", { key: 'bc771e106174f4a84ee12e92d14df81ad7ed177d', name: "end", onSlotchange: this.updateInteractivityOnSlotChange }), showDetail && (hAsync("ion-icon", { key: '45336d121a097cbf71ee8a3f6b554745ba5e0bbf', icon: detailIcon, lazy: false, class: "item-detail-icon", part: "detail-icon", "aria-hidden": "true", "flip-rtl": detailIcon === chevronForward }))), canActivate && mode === 'md' && hAsync("ion-ripple-effect", { key: '197e244ae3bffebfa6ac9bfe7658d12e1af0ecb1' }))));
17878
18143
  }
17879
18144
  get el() { return getElement(this); }
17880
18145
  static get watchers() { return {
@@ -17885,7 +18150,7 @@ class Item {
17885
18150
  md: itemMdCss
17886
18151
  }; }
17887
18152
  static get cmpMeta() { return {
17888
- "$flags$": 41,
18153
+ "$flags$": 297,
17889
18154
  "$tagName$": "ion-item",
17890
18155
  "$members$": {
17891
18156
  "color": [513],
@@ -17902,7 +18167,8 @@ class Item {
17902
18167
  "target": [1],
17903
18168
  "type": [1],
17904
18169
  "multipleInputs": [32],
17905
- "focusable": [32]
18170
+ "focusable": [32],
18171
+ "isInteractive": [32]
17906
18172
  },
17907
18173
  "$listeners$": [[0, "ionColor", "labelColorChanged"], [0, "ionStyle", "itemStyle"]],
17908
18174
  "$lazyBundleId$": "-",
@@ -17947,7 +18213,7 @@ class ItemDivider {
17947
18213
  md: itemDividerMdCss
17948
18214
  }; }
17949
18215
  static get cmpMeta() { return {
17950
- "$flags$": 41,
18216
+ "$flags$": 297,
17951
18217
  "$tagName$": "ion-item-divider",
17952
18218
  "$members$": {
17953
18219
  "color": [513],
@@ -17981,7 +18247,7 @@ class ItemGroup {
17981
18247
  md: itemGroupMdCss
17982
18248
  }; }
17983
18249
  static get cmpMeta() { return {
17984
- "$flags$": 32,
18250
+ "$flags$": 288,
17985
18251
  "$tagName$": "ion-item-group",
17986
18252
  "$members$": undefined,
17987
18253
  "$listeners$": undefined,
@@ -18052,7 +18318,7 @@ class ItemOption {
18052
18318
  md: itemOptionMdCss
18053
18319
  }; }
18054
18320
  static get cmpMeta() { return {
18055
- "$flags$": 41,
18321
+ "$flags$": 297,
18056
18322
  "$tagName$": "ion-item-option",
18057
18323
  "$members$": {
18058
18324
  "color": [513],
@@ -18115,7 +18381,7 @@ class ItemOptions {
18115
18381
  md: itemOptionsMdCss
18116
18382
  }; }
18117
18383
  static get cmpMeta() { return {
18118
- "$flags$": 32,
18384
+ "$flags$": 288,
18119
18385
  "$tagName$": "ion-item-options",
18120
18386
  "$members$": {
18121
18387
  "side": [1],
@@ -18575,7 +18841,7 @@ class ItemSliding {
18575
18841
  }; }
18576
18842
  static get style() { return itemSlidingCss; }
18577
18843
  static get cmpMeta() { return {
18578
- "$flags$": 0,
18844
+ "$flags$": 256,
18579
18845
  "$tagName$": "ion-item-sliding",
18580
18846
  "$members$": {
18581
18847
  "disabled": [4],
@@ -18683,7 +18949,7 @@ class Label {
18683
18949
  md: labelMdCss
18684
18950
  }; }
18685
18951
  static get cmpMeta() { return {
18686
- "$flags$": 38,
18952
+ "$flags$": 294,
18687
18953
  "$tagName$": "ion-label",
18688
18954
  "$members$": {
18689
18955
  "color": [513],
@@ -18742,7 +19008,7 @@ class List {
18742
19008
  md: listMdCss
18743
19009
  }; }
18744
19010
  static get cmpMeta() { return {
18745
- "$flags$": 32,
19011
+ "$flags$": 288,
18746
19012
  "$tagName$": "ion-list",
18747
19013
  "$members$": {
18748
19014
  "lines": [1],
@@ -18779,7 +19045,7 @@ class ListHeader {
18779
19045
  md: listHeaderMdCss
18780
19046
  }; }
18781
19047
  static get cmpMeta() { return {
18782
- "$flags$": 41,
19048
+ "$flags$": 297,
18783
19049
  "$tagName$": "ion-list-header",
18784
19050
  "$members$": {
18785
19051
  "color": [513],
@@ -19007,16 +19273,15 @@ class Loading {
19007
19273
  }
19008
19274
  /**
19009
19275
  * Dismiss the loading overlay after it has been presented.
19276
+ * This is a no-op if the overlay has not been presented yet. If you want
19277
+ * to remove an overlay from the DOM that was never presented, use the
19278
+ * [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
19010
19279
  *
19011
19280
  * @param data Any data to emit in the dismiss events.
19012
19281
  * @param role The role of the element that is dismissing the loading.
19013
19282
  * This can be useful in a button handler for determining which button was
19014
- * clicked to dismiss the loading.
19015
- * Some examples include: ``"cancel"`, `"destructive"`, "selected"`, and `"backdrop"`.
19016
- *
19017
- * This is a no-op if the overlay has not been presented yet. If you want
19018
- * to remove an overlay from the DOM that was never presented, use the
19019
- * [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
19283
+ * clicked to dismiss the loading. Some examples include:
19284
+ * `"cancel"`, `"destructive"`, `"selected"`, and `"backdrop"`.
19020
19285
  */
19021
19286
  async dismiss(data, role) {
19022
19287
  const unlock = await this.lockController.lock();
@@ -19058,9 +19323,9 @@ class Loading {
19058
19323
  * Otherwise, don't set aria-labelledby.
19059
19324
  */
19060
19325
  const ariaLabelledBy = message !== undefined ? msgId : null;
19061
- return (hAsync(Host, Object.assign({ key: '6369ed244c06c39aa338141bffacf7a861d7da1a', role: "dialog", "aria-modal": "true", "aria-labelledby": ariaLabelledBy, tabindex: "-1" }, htmlAttributes, { style: {
19326
+ return (hAsync(Host, Object.assign({ key: '4497183ce220242abe19ae15f328f9a92ccafbbc', role: "dialog", "aria-modal": "true", "aria-labelledby": ariaLabelledBy, tabindex: "-1" }, htmlAttributes, { style: {
19062
19327
  zIndex: `${40000 + this.overlayIndex}`,
19063
- }, onIonBackdropTap: this.onBackdropTap, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'loading-translucent': this.translucent }) }), hAsync("ion-backdrop", { key: '1fd5fd8581d59eec321e534f9116f3ec0501010a', visible: this.showBackdrop, tappable: this.backdropDismiss }), hAsync("div", { key: 'b4028045b0c8fbb9946136d85d939d55120b867c', tabindex: "0", "aria-hidden": "true" }), hAsync("div", { key: 'b045fb0e61cc28e8163d45be18b431918dc27c80', class: "loading-wrapper ion-overlay-wrapper" }, spinner && (hAsync("div", { key: '2cf9df796f987d1251b3599d10a48ed87a1d0eb9', class: "loading-spinner" }, hAsync("ion-spinner", { key: '371cd41655402326adcb1e2fe1481009a83243b2', name: spinner, "aria-hidden": "true" }))), message !== undefined && this.renderLoadingMessage(msgId)), hAsync("div", { key: '2a5e5e66d22ee4c1cef0c93815ef023d47e7a8eb', tabindex: "0", "aria-hidden": "true" })));
19328
+ }, onIonBackdropTap: this.onBackdropTap, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'loading-translucent': this.translucent }) }), hAsync("ion-backdrop", { key: '231dec84e424a2dc358ce95b84d6035cf43e4dea', visible: this.showBackdrop, tappable: this.backdropDismiss }), hAsync("div", { key: 'c9af29b6e6bb49a217396a5c874bbfb8835a926c', tabindex: "0", "aria-hidden": "true" }), hAsync("div", { key: 'a8659863743cdeccbe1ba810eaabfd3ebfcb86f3', class: "loading-wrapper ion-overlay-wrapper" }, spinner && (hAsync("div", { key: '3b346f39bc71691bd8686556a1e142198a7b12fa', class: "loading-spinner" }, hAsync("ion-spinner", { key: '8dc2bf1556e5138e262827f1516c59ecd09f3520', name: spinner, "aria-hidden": "true" }))), message !== undefined && this.renderLoadingMessage(msgId)), hAsync("div", { key: '054164c0dbae9a0e0973dd3c8e28f5b771820310', tabindex: "0", "aria-hidden": "true" })));
19064
19329
  }
19065
19330
  get el() { return getElement(this); }
19066
19331
  static get watchers() { return {
@@ -19072,7 +19337,7 @@ class Loading {
19072
19337
  md: loadingMdCss
19073
19338
  }; }
19074
19339
  static get cmpMeta() { return {
19075
- "$flags$": 34,
19340
+ "$flags$": 290,
19076
19341
  "$tagName$": "ion-loading",
19077
19342
  "$members$": {
19078
19343
  "overlayIndex": [2, "overlay-index"],
@@ -19688,7 +19953,7 @@ class Menu {
19688
19953
  return Promise.resolve(this._isOpen);
19689
19954
  }
19690
19955
  /**
19691
- * Returns `true` is the menu is active.
19956
+ * Returns `true` if the menu is active.
19692
19957
  *
19693
19958
  * A menu is active when it can be opened or closed, meaning it's enabled
19694
19959
  * and it's not part of a `ion-split-pane`.
@@ -19699,6 +19964,10 @@ class Menu {
19699
19964
  /**
19700
19965
  * Opens the menu. If the menu is already open or it can't be opened,
19701
19966
  * it returns `false`.
19967
+ *
19968
+ * @param animated If `true`, the menu will animate when opening.
19969
+ * If `false`, the menu will open instantly without animation.
19970
+ * Defaults to `true`.
19702
19971
  */
19703
19972
  open(animated = true) {
19704
19973
  return this.setOpen(true, animated);
@@ -19706,20 +19975,38 @@ class Menu {
19706
19975
  /**
19707
19976
  * Closes the menu. If the menu is already closed or it can't be closed,
19708
19977
  * it returns `false`.
19978
+ *
19979
+ * @param animated If `true`, the menu will animate when closing. If `false`,
19980
+ * the menu will close instantly without animation. Defaults to `true`.
19981
+ * @param role The role of the element that is closing the menu.
19982
+ * This can be useful in a button handler for determining which button was
19983
+ * clicked to close the menu. Some examples include:
19984
+ * `"cancel"`, `"destructive"`, `"selected"`, and `"backdrop"`.
19709
19985
  */
19710
19986
  close(animated = true, role) {
19711
19987
  return this.setOpen(false, animated, role);
19712
19988
  }
19713
19989
  /**
19714
- * Toggles the menu. If the menu is already open, it will try to close, otherwise it will try to open it.
19990
+ * Toggles the menu. If the menu is already open, it will try to close,
19991
+ * otherwise it will try to open it.
19715
19992
  * If the operation can't be completed successfully, it returns `false`.
19993
+ *
19994
+ * @param animated If `true`, the menu will animate when opening/closing.
19995
+ * If `false`, the menu will open/close instantly without animation.
19996
+ * Defaults to `true`.
19716
19997
  */
19717
19998
  toggle(animated = true) {
19718
19999
  return this.setOpen(!this._isOpen, animated);
19719
20000
  }
19720
20001
  /**
19721
- * Opens or closes the button.
20002
+ * Opens or closes the menu.
19722
20003
  * If the operation can't be completed successfully, it returns `false`.
20004
+ *
20005
+ * @param shouldOpen If `true`, the menu will open. If `false`, the menu
20006
+ * will close.
20007
+ * @param animated If `true`, the menu will animate when opening/closing.
20008
+ * If `false`, the menu will open/close instantly without animation.
20009
+ * @param role The role of the element that is closing the menu.
19723
20010
  */
19724
20011
  setOpen(shouldOpen, animated = true, role) {
19725
20012
  return menuController._setOpen(this, shouldOpen, animated, role);
@@ -20084,14 +20371,14 @@ class Menu {
20084
20371
  * the ionBackButton listener in the menu controller
20085
20372
  * will handle closing the menu when Escape is pressed.
20086
20373
  */
20087
- return (hAsync(Host, { key: '9e4ae9476a76781f1d228395c9af9e1c39ec82bb', onKeyDown: shouldUseCloseWatcher() ? null : this.onKeydown, role: "navigation", "aria-label": inheritedAttributes['aria-label'] || 'menu', class: {
20374
+ return (hAsync(Host, { key: 'a5c75aa40a34530b56ee3b98d706a5ac5ae300de', onKeyDown: shouldUseCloseWatcher() ? null : this.onKeydown, role: "navigation", "aria-label": inheritedAttributes['aria-label'] || 'menu', class: {
20088
20375
  [mode]: true,
20089
20376
  [`menu-type-${type}`]: true,
20090
20377
  'menu-enabled': !disabled,
20091
20378
  [`menu-side-${side}`]: true,
20092
20379
  'menu-pane-visible': isPaneVisible,
20093
20380
  'split-pane-side': hostContext('ion-split-pane', el),
20094
- } }, hAsync("div", { key: 'c6153589d872ac7e3fdf5eedfdb858eb64ccd713', class: "menu-inner", part: "container", ref: (el) => (this.menuInnerEl = el) }, hAsync("slot", { key: '9994aac4b22f17db34c9b8b2aa56b8710b9df645' })), hAsync("ion-backdrop", { key: 'f09ac30cc4dd2dcb10628965e659dae5a23baf98', ref: (el) => (this.backdropEl = el), class: "menu-backdrop", tappable: false, stopPropagation: false, part: "backdrop" })));
20381
+ } }, hAsync("div", { key: '3f5f70acd4d3ed6bb445122f4f01d73db738a75f', class: "menu-inner", part: "container", ref: (el) => (this.menuInnerEl = el) }, hAsync("slot", { key: '3161326c9330e7f7441299c428b87a91b31a83e9' })), hAsync("ion-backdrop", { key: '917b50f38489bdf03d0c642af8b4e4e172c7dc4c', ref: (el) => (this.backdropEl = el), class: "menu-backdrop", tappable: false, stopPropagation: false, part: "backdrop" })));
20095
20382
  }
20096
20383
  get el() { return getElement(this); }
20097
20384
  static get watchers() { return {
@@ -20105,7 +20392,7 @@ class Menu {
20105
20392
  md: menuMdCss
20106
20393
  }; }
20107
20394
  static get cmpMeta() { return {
20108
- "$flags$": 41,
20395
+ "$flags$": 297,
20109
20396
  "$tagName$": "ion-menu",
20110
20397
  "$members$": {
20111
20398
  "contentId": [513, "content-id"],
@@ -20216,7 +20503,7 @@ class MenuButton {
20216
20503
  md: menuButtonMdCss
20217
20504
  }; }
20218
20505
  static get cmpMeta() { return {
20219
- "$flags$": 41,
20506
+ "$flags$": 297,
20220
20507
  "$tagName$": "ion-menu-button",
20221
20508
  "$members$": {
20222
20509
  "color": [513],
@@ -20268,7 +20555,7 @@ class MenuToggle {
20268
20555
  }
20269
20556
  static get style() { return menuToggleCss; }
20270
20557
  static get cmpMeta() { return {
20271
- "$flags$": 9,
20558
+ "$flags$": 265,
20272
20559
  "$tagName$": "ion-menu-toggle",
20273
20560
  "$members$": {
20274
20561
  "menu": [1],
@@ -21191,7 +21478,7 @@ const iosEnterAnimation$3 = (baseEl, opts) => {
21191
21478
  baseAnimation.addAnimation(contentAnimation);
21192
21479
  }
21193
21480
  if (presentingEl) {
21194
- const isMobile = window.innerWidth < 768;
21481
+ const isPortrait = window.innerWidth < 768;
21195
21482
  const hasCardModal = presentingEl.tagName === 'ION-MODAL' && presentingEl.presentingElement !== undefined;
21196
21483
  const presentingElRoot = getElementRoot(presentingEl);
21197
21484
  const presentingAnimation = createAnimation().beforeStyles({
@@ -21200,7 +21487,7 @@ const iosEnterAnimation$3 = (baseEl, opts) => {
21200
21487
  overflow: 'hidden',
21201
21488
  });
21202
21489
  const appEl = baseEl.closest('ion-app');
21203
- if (isMobile && appEl) {
21490
+ if (isPortrait && appEl) {
21204
21491
  /**
21205
21492
  * Fallback for browsers that does not support `max()` (ex: Firefox)
21206
21493
  * No need to worry about statusbar padding since engines like Gecko
@@ -21279,7 +21566,7 @@ const iosLeaveAnimation$3 = (baseEl, opts, duration = 500) => {
21279
21566
  .addAnimation(wrapperAnimation);
21280
21567
  const appEl = baseEl.closest('ion-app');
21281
21568
  if (presentingEl && appEl) {
21282
- const isMobile = window.innerWidth < 768;
21569
+ const isPortrait = window.innerWidth < 768;
21283
21570
  const hasCardModal = presentingEl.tagName === 'ION-MODAL' && presentingEl.presentingElement !== undefined;
21284
21571
  const presentingElRoot = getElementRoot(presentingEl);
21285
21572
  const presentingAnimation = createAnimation()
@@ -21296,7 +21583,7 @@ const iosLeaveAnimation$3 = (baseEl, opts, duration = 500) => {
21296
21583
  appEl.style.setProperty('background-color', '');
21297
21584
  }
21298
21585
  });
21299
- if (isMobile) {
21586
+ if (isPortrait) {
21300
21587
  const transformOffset = !CSS.supports('width', 'max(0px, 1px)') ? '30px' : 'max(30px, var(--ion-safe-area-top))';
21301
21588
  const modalTransform = hasCardModal ? '-10px' : transformOffset;
21302
21589
  const toPresentingScale = SwipeToCloseDefaults.MIN_PRESENTING_SCALE;
@@ -21343,6 +21630,153 @@ const iosLeaveAnimation$3 = (baseEl, opts, duration = 500) => {
21343
21630
  return baseAnimation;
21344
21631
  };
21345
21632
 
21633
+ /**
21634
+ * Transition animation from portrait view to landscape view
21635
+ * This handles the case where a card modal is open in portrait view
21636
+ * and the user switches to landscape view
21637
+ */
21638
+ const portraitToLandscapeTransition = (baseEl, opts, duration = 300) => {
21639
+ const { presentingEl } = opts;
21640
+ if (!presentingEl) {
21641
+ // No transition needed for non-card modals
21642
+ return createAnimation('portrait-to-landscape-transition');
21643
+ }
21644
+ const presentingElIsCardModal = presentingEl.tagName === 'ION-MODAL' && presentingEl.presentingElement !== undefined;
21645
+ const presentingElRoot = getElementRoot(presentingEl);
21646
+ const bodyEl = document.body;
21647
+ const baseAnimation = createAnimation('portrait-to-landscape-transition')
21648
+ .addElement(baseEl)
21649
+ .easing('cubic-bezier(0.32,0.72,0,1)')
21650
+ .duration(duration);
21651
+ const presentingAnimation = createAnimation().beforeStyles({
21652
+ transform: 'translateY(0)',
21653
+ 'transform-origin': 'top center',
21654
+ overflow: 'hidden',
21655
+ });
21656
+ if (!presentingElIsCardModal) {
21657
+ // The presenting element is not a card modal, so we do not
21658
+ // need to care about layering and modal-specific styles.
21659
+ const root = getElementRoot(baseEl);
21660
+ const wrapperAnimation = createAnimation()
21661
+ .addElement(root.querySelectorAll('.modal-wrapper, .modal-shadow'))
21662
+ .fromTo('opacity', '1', '1'); // Keep wrapper visible in landscape
21663
+ const backdropAnimation = createAnimation()
21664
+ .addElement(root.querySelector('ion-backdrop'))
21665
+ .fromTo('opacity', 'var(--backdrop-opacity)', 'var(--backdrop-opacity)'); // Keep backdrop visible
21666
+ // Animate presentingEl from portrait state back to normal
21667
+ const transformOffset = !CSS.supports('width', 'max(0px, 1px)') ? '30px' : 'max(30px, var(--ion-safe-area-top))';
21668
+ const toPresentingScale = SwipeToCloseDefaults.MIN_PRESENTING_SCALE;
21669
+ const fromTransform = `translateY(${transformOffset}) scale(${toPresentingScale})`;
21670
+ presentingAnimation
21671
+ .addElement(presentingEl)
21672
+ .afterStyles({
21673
+ transform: 'translateY(0px) scale(1)',
21674
+ 'border-radius': '0px',
21675
+ })
21676
+ .beforeAddWrite(() => bodyEl.style.setProperty('background-color', ''))
21677
+ .fromTo('transform', fromTransform, 'translateY(0px) scale(1)')
21678
+ .fromTo('filter', 'contrast(0.85)', 'contrast(1)')
21679
+ .fromTo('border-radius', '10px 10px 0 0', '0px');
21680
+ baseAnimation.addAnimation([presentingAnimation, wrapperAnimation, backdropAnimation]);
21681
+ }
21682
+ else {
21683
+ // The presenting element is a card modal, so we do
21684
+ // need to care about layering and modal-specific styles.
21685
+ const toPresentingScale = SwipeToCloseDefaults.MIN_PRESENTING_SCALE;
21686
+ const fromTransform = `translateY(-10px) scale(${toPresentingScale})`;
21687
+ const toTransform = `translateY(0px) scale(1)`;
21688
+ presentingAnimation
21689
+ .addElement(presentingEl)
21690
+ .afterStyles({
21691
+ transform: toTransform,
21692
+ })
21693
+ .fromTo('transform', fromTransform, toTransform)
21694
+ .fromTo('filter', 'contrast(0.85)', 'contrast(1)');
21695
+ const shadowAnimation = createAnimation()
21696
+ .addElement(presentingElRoot.querySelector('.modal-shadow'))
21697
+ .afterStyles({
21698
+ transform: toTransform,
21699
+ opacity: '0',
21700
+ })
21701
+ .fromTo('transform', fromTransform, toTransform);
21702
+ baseAnimation.addAnimation([presentingAnimation, shadowAnimation]);
21703
+ }
21704
+ return baseAnimation;
21705
+ };
21706
+ /**
21707
+ * Transition animation from landscape view to portrait view
21708
+ * This handles the case where a card modal is open in landscape view
21709
+ * and the user switches to portrait view
21710
+ */
21711
+ const landscapeToPortraitTransition = (baseEl, opts, duration = 300) => {
21712
+ const { presentingEl } = opts;
21713
+ if (!presentingEl) {
21714
+ // No transition needed for non-card modals
21715
+ return createAnimation('landscape-to-portrait-transition');
21716
+ }
21717
+ const presentingElIsCardModal = presentingEl.tagName === 'ION-MODAL' && presentingEl.presentingElement !== undefined;
21718
+ const presentingElRoot = getElementRoot(presentingEl);
21719
+ const bodyEl = document.body;
21720
+ const baseAnimation = createAnimation('landscape-to-portrait-transition')
21721
+ .addElement(baseEl)
21722
+ .easing('cubic-bezier(0.32,0.72,0,1)')
21723
+ .duration(duration);
21724
+ const presentingAnimation = createAnimation().beforeStyles({
21725
+ transform: 'translateY(0)',
21726
+ 'transform-origin': 'top center',
21727
+ overflow: 'hidden',
21728
+ });
21729
+ if (!presentingElIsCardModal) {
21730
+ // The presenting element is not a card modal, so we do not
21731
+ // need to care about layering and modal-specific styles.
21732
+ const root = getElementRoot(baseEl);
21733
+ const wrapperAnimation = createAnimation()
21734
+ .addElement(root.querySelectorAll('.modal-wrapper, .modal-shadow'))
21735
+ .fromTo('opacity', '1', '1'); // Keep wrapper visible
21736
+ const backdropAnimation = createAnimation()
21737
+ .addElement(root.querySelector('ion-backdrop'))
21738
+ .fromTo('opacity', 'var(--backdrop-opacity)', 'var(--backdrop-opacity)'); // Keep backdrop visible
21739
+ // Animate presentingEl from normal state to portrait state
21740
+ const transformOffset = !CSS.supports('width', 'max(0px, 1px)') ? '30px' : 'max(30px, var(--ion-safe-area-top))';
21741
+ const toPresentingScale = SwipeToCloseDefaults.MIN_PRESENTING_SCALE;
21742
+ const toTransform = `translateY(${transformOffset}) scale(${toPresentingScale})`;
21743
+ presentingAnimation
21744
+ .addElement(presentingEl)
21745
+ .afterStyles({
21746
+ transform: toTransform,
21747
+ })
21748
+ .beforeAddWrite(() => bodyEl.style.setProperty('background-color', 'black'))
21749
+ .keyframes([
21750
+ { offset: 0, transform: 'translateY(0px) scale(1)', filter: 'contrast(1)', borderRadius: '0px' },
21751
+ { offset: 0.2, transform: 'translateY(0px) scale(1)', filter: 'contrast(1)', borderRadius: '10px 10px 0 0' },
21752
+ { offset: 1, transform: toTransform, filter: 'contrast(0.85)', borderRadius: '10px 10px 0 0' },
21753
+ ]);
21754
+ baseAnimation.addAnimation([presentingAnimation, wrapperAnimation, backdropAnimation]);
21755
+ }
21756
+ else {
21757
+ // The presenting element is also a card modal, so we need
21758
+ // to handle layering and modal-specific styles.
21759
+ const toPresentingScale = SwipeToCloseDefaults.MIN_PRESENTING_SCALE;
21760
+ const fromTransform = `translateY(-10px) scale(${toPresentingScale})`;
21761
+ const toTransform = `translateY(0) scale(1)`;
21762
+ presentingAnimation
21763
+ .addElement(presentingEl)
21764
+ .afterStyles({
21765
+ transform: toTransform,
21766
+ })
21767
+ .fromTo('transform', fromTransform, toTransform);
21768
+ const shadowAnimation = createAnimation()
21769
+ .addElement(presentingElRoot.querySelector('.modal-shadow'))
21770
+ .afterStyles({
21771
+ transform: toTransform,
21772
+ opacity: '0',
21773
+ })
21774
+ .fromTo('transform', fromTransform, toTransform);
21775
+ baseAnimation.addAnimation([presentingAnimation, shadowAnimation]);
21776
+ }
21777
+ return baseAnimation;
21778
+ };
21779
+
21346
21780
  const createEnterAnimation = () => {
21347
21781
  const backdropAnimation = createAnimation()
21348
21782
  .fromTo('opacity', 0.01, 'var(--backdrop-opacity)')
@@ -22096,6 +22530,37 @@ class Modal {
22096
22530
  el.dispatchEvent(ev);
22097
22531
  }
22098
22532
  };
22533
+ /**
22534
+ * When the modal receives focus directly, pass focus to the handle
22535
+ * if it exists and is focusable, otherwise let the focus trap handle it.
22536
+ */
22537
+ this.onModalFocus = (ev) => {
22538
+ const { dragHandleEl, el } = this;
22539
+ // Only handle focus if the modal itself was focused (not a child element)
22540
+ if (ev.target === el && dragHandleEl && dragHandleEl.tabIndex !== -1) {
22541
+ dragHandleEl.focus();
22542
+ }
22543
+ };
22544
+ /**
22545
+ * When the slot changes, we need to find all the modals in the slot
22546
+ * and set the data-parent-ion-modal attribute on them so we can find them
22547
+ * and dismiss them when we get dismissed.
22548
+ * We need to do it this way because when a modal is opened, it's moved to
22549
+ * the end of the body and is no longer an actual child of the modal.
22550
+ */
22551
+ this.onSlotChange = ({ target }) => {
22552
+ const slot = target;
22553
+ slot.assignedElements().forEach((el) => {
22554
+ el.querySelectorAll('ion-modal').forEach((childModal) => {
22555
+ // We don't need to write to the DOM if the modal is already tagged
22556
+ // If this is a deeply nested modal, this effect should cascade so we don't
22557
+ // need to worry about another modal claiming the same child.
22558
+ if (childModal.getAttribute('data-parent-ion-modal') === null) {
22559
+ childModal.setAttribute('data-parent-ion-modal', this.el.id);
22560
+ }
22561
+ });
22562
+ });
22563
+ };
22099
22564
  }
22100
22565
  onIsOpenChange(newValue, oldValue) {
22101
22566
  if (newValue === true && oldValue === false) {
@@ -22111,6 +22576,16 @@ class Modal {
22111
22576
  triggerController.addClickListener(el, trigger);
22112
22577
  }
22113
22578
  }
22579
+ onWindowResize() {
22580
+ // Only handle resize for iOS card modals when no custom animations are provided
22581
+ if (getIonMode$1(this) !== 'ios' || !this.presentingElement || this.enterAnimation || this.leaveAnimation) {
22582
+ return;
22583
+ }
22584
+ clearTimeout(this.resizeTimeout);
22585
+ this.resizeTimeout = setTimeout(() => {
22586
+ this.handleViewTransition();
22587
+ }, 50); // Debounce to avoid excessive calls during active resizing
22588
+ }
22114
22589
  breakpointsChanged(breakpoints) {
22115
22590
  if (breakpoints !== undefined) {
22116
22591
  this.sortedBreakpoints = breakpoints.sort((a, b) => a - b);
@@ -22123,6 +22598,8 @@ class Modal {
22123
22598
  }
22124
22599
  disconnectedCallback() {
22125
22600
  this.triggerController.removeClickListener();
22601
+ this.cleanupViewTransitionListener();
22602
+ this.cleanupParentRemovalObserver();
22126
22603
  }
22127
22604
  componentWillLoad() {
22128
22605
  var _a;
@@ -22130,6 +22607,10 @@ class Modal {
22130
22607
  const isSheetModal = (this.isSheetModal = breakpoints !== undefined && initialBreakpoint !== undefined);
22131
22608
  const attributesToInherit = ['aria-label', 'role'];
22132
22609
  this.inheritedAttributes = inheritAttributes$1(el, attributesToInherit);
22610
+ // Cache original parent before modal gets moved to body during presentation
22611
+ if (el.parentNode) {
22612
+ this.cachedOriginalParent = el.parentNode;
22613
+ }
22133
22614
  /**
22134
22615
  * When using a controller modal you can set attributes
22135
22616
  * using the htmlAttributes property. Since the above attributes
@@ -22333,6 +22814,10 @@ class Modal {
22333
22814
  else if (hasCardModal) {
22334
22815
  this.initSwipeToClose();
22335
22816
  }
22817
+ // Initialize view transition listener for iOS card modals
22818
+ this.initViewTransitionListener();
22819
+ // Initialize parent removal observer
22820
+ this.initParentRemovalObserver();
22336
22821
  unlock();
22337
22822
  }
22338
22823
  initSwipeToClose() {
@@ -22427,13 +22912,13 @@ class Modal {
22427
22912
  }
22428
22913
  /**
22429
22914
  * Dismiss the modal overlay after it has been presented.
22430
- *
22431
- * @param data Any data to emit in the dismiss events.
22432
- * @param role The role of the element that is dismissing the modal. For example, 'cancel' or 'backdrop'.
22433
- *
22434
22915
  * This is a no-op if the overlay has not been presented yet. If you want
22435
22916
  * to remove an overlay from the DOM that was never presented, use the
22436
22917
  * [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
22918
+ *
22919
+ * @param data Any data to emit in the dismiss events.
22920
+ * @param role The role of the element that is dismissing the modal.
22921
+ * For example, `cancel` or `backdrop`.
22437
22922
  */
22438
22923
  async dismiss(data, role) {
22439
22924
  var _a;
@@ -22446,6 +22931,12 @@ class Modal {
22446
22931
  * in case the dismiss transition does run.
22447
22932
  */
22448
22933
  const unlock = await this.lockController.lock();
22934
+ /**
22935
+ * Dismiss all child modals. This is especially important in
22936
+ * Angular and React because it's possible to lose control of a child
22937
+ * modal when the parent modal is dismissed.
22938
+ */
22939
+ await this.dismissNestedModals();
22449
22940
  /**
22450
22941
  * If a canDismiss handler is responsible
22451
22942
  * for calling the dismiss method, we should
@@ -22486,6 +22977,8 @@ class Modal {
22486
22977
  if (this.gesture) {
22487
22978
  this.gesture.destroy();
22488
22979
  }
22980
+ this.cleanupViewTransitionListener();
22981
+ this.cleanupParentRemovalObserver();
22489
22982
  }
22490
22983
  this.currentBreakpoint = undefined;
22491
22984
  this.animation = undefined;
@@ -22505,8 +22998,10 @@ class Modal {
22505
22998
  return eventMethod(this.el, 'ionModalWillDismiss');
22506
22999
  }
22507
23000
  /**
22508
- * Move a sheet style modal to a specific breakpoint. The breakpoint value must
22509
- * be a value defined in your `breakpoints` array.
23001
+ * Move a sheet style modal to a specific breakpoint.
23002
+ *
23003
+ * @param breakpoint The breakpoint value to move the sheet modal to.
23004
+ * Must be a value defined in your `breakpoints` array.
22510
23005
  */
22511
23006
  async setCurrentBreakpoint(breakpoint) {
22512
23007
  if (!this.isSheetModal) {
@@ -22559,24 +23054,182 @@ class Modal {
22559
23054
  await this.setCurrentBreakpoint(nextBreakpoint);
22560
23055
  return true;
22561
23056
  }
23057
+ initViewTransitionListener() {
23058
+ // Only enable for iOS card modals when no custom animations are provided
23059
+ if (getIonMode$1(this) !== 'ios' || !this.presentingElement || this.enterAnimation || this.leaveAnimation) {
23060
+ return;
23061
+ }
23062
+ // Set initial view state
23063
+ this.currentViewIsPortrait = window.innerWidth < 768;
23064
+ }
23065
+ handleViewTransition() {
23066
+ const isPortrait = window.innerWidth < 768;
23067
+ // Only transition if view state actually changed
23068
+ if (this.currentViewIsPortrait === isPortrait) {
23069
+ return;
23070
+ }
23071
+ // Cancel any ongoing transition animation
23072
+ if (this.viewTransitionAnimation) {
23073
+ this.viewTransitionAnimation.destroy();
23074
+ this.viewTransitionAnimation = undefined;
23075
+ }
23076
+ const { presentingElement } = this;
23077
+ if (!presentingElement) {
23078
+ return;
23079
+ }
23080
+ // Create transition animation
23081
+ let transitionAnimation;
23082
+ if (this.currentViewIsPortrait && !isPortrait) {
23083
+ // Portrait to landscape transition
23084
+ transitionAnimation = portraitToLandscapeTransition(this.el, {
23085
+ presentingEl: presentingElement});
23086
+ }
23087
+ else {
23088
+ // Landscape to portrait transition
23089
+ transitionAnimation = landscapeToPortraitTransition(this.el, {
23090
+ presentingEl: presentingElement});
23091
+ }
23092
+ // Update state and play animation
23093
+ this.currentViewIsPortrait = isPortrait;
23094
+ this.viewTransitionAnimation = transitionAnimation;
23095
+ transitionAnimation.play().then(() => {
23096
+ this.viewTransitionAnimation = undefined;
23097
+ // After orientation transition, recreate the swipe-to-close gesture
23098
+ // with updated animation that reflects the new presenting element state
23099
+ this.reinitSwipeToClose();
23100
+ });
23101
+ }
23102
+ cleanupViewTransitionListener() {
23103
+ // Clear any pending resize timeout
23104
+ if (this.resizeTimeout) {
23105
+ clearTimeout(this.resizeTimeout);
23106
+ this.resizeTimeout = undefined;
23107
+ }
23108
+ if (this.viewTransitionAnimation) {
23109
+ this.viewTransitionAnimation.destroy();
23110
+ this.viewTransitionAnimation = undefined;
23111
+ }
23112
+ }
23113
+ reinitSwipeToClose() {
23114
+ // Only reinitialize if we have a presenting element and are on iOS
23115
+ if (getIonMode$1(this) !== 'ios' || !this.presentingElement) {
23116
+ return;
23117
+ }
23118
+ // Clean up existing gesture and animation
23119
+ if (this.gesture) {
23120
+ this.gesture.destroy();
23121
+ this.gesture = undefined;
23122
+ }
23123
+ if (this.animation) {
23124
+ // Properly end the progress-based animation at initial state before destroying
23125
+ // to avoid leaving modal in intermediate swipe position
23126
+ this.animation.progressEnd(0, 0, 0);
23127
+ this.animation.destroy();
23128
+ this.animation = undefined;
23129
+ }
23130
+ // Force the modal back to the correct position or it could end up
23131
+ // in a weird state after destroying the animation
23132
+ raf(() => {
23133
+ this.ensureCorrectModalPosition();
23134
+ this.initSwipeToClose();
23135
+ });
23136
+ }
23137
+ ensureCorrectModalPosition() {
23138
+ const { el, presentingElement } = this;
23139
+ const root = getElementRoot(el);
23140
+ const wrapperEl = root.querySelector('.modal-wrapper');
23141
+ if (wrapperEl) {
23142
+ wrapperEl.style.transform = 'translateY(0vh)';
23143
+ wrapperEl.style.opacity = '1';
23144
+ }
23145
+ if ((presentingElement === null || presentingElement === void 0 ? void 0 : presentingElement.tagName) === 'ION-MODAL') {
23146
+ const isPortrait = window.innerWidth < 768;
23147
+ if (isPortrait) {
23148
+ const transformOffset = !CSS.supports('width', 'max(0px, 1px)')
23149
+ ? '30px'
23150
+ : 'max(30px, var(--ion-safe-area-top))';
23151
+ const scale = SwipeToCloseDefaults.MIN_PRESENTING_SCALE;
23152
+ presentingElement.style.transform = `translateY(${transformOffset}) scale(${scale})`;
23153
+ }
23154
+ else {
23155
+ presentingElement.style.transform = 'translateY(0px) scale(1)';
23156
+ }
23157
+ }
23158
+ }
23159
+ async dismissNestedModals() {
23160
+ const nestedModals = document.querySelectorAll(`ion-modal[data-parent-ion-modal="${this.el.id}"]`);
23161
+ nestedModals === null || nestedModals === void 0 ? void 0 : nestedModals.forEach(async (modal) => {
23162
+ await modal.dismiss(undefined, 'parent-dismissed');
23163
+ });
23164
+ }
23165
+ initParentRemovalObserver() {
23166
+ if (typeof MutationObserver === 'undefined') {
23167
+ return;
23168
+ }
23169
+ // Only observe if we have a cached parent and are in browser environment
23170
+ if (typeof window === 'undefined' || !this.cachedOriginalParent) {
23171
+ return;
23172
+ }
23173
+ // Don't observe document or fragment nodes as they can't be "removed"
23174
+ if (this.cachedOriginalParent.nodeType === Node.DOCUMENT_NODE ||
23175
+ this.cachedOriginalParent.nodeType === Node.DOCUMENT_FRAGMENT_NODE) {
23176
+ return;
23177
+ }
23178
+ this.parentRemovalObserver = new MutationObserver((mutations) => {
23179
+ mutations.forEach((mutation) => {
23180
+ if (mutation.type === 'childList' && mutation.removedNodes.length > 0) {
23181
+ // Check if our cached original parent was removed
23182
+ const cachedParentWasRemoved = Array.from(mutation.removedNodes).some((node) => {
23183
+ var _a, _b;
23184
+ const isDirectMatch = node === this.cachedOriginalParent;
23185
+ const isContainedMatch = this.cachedOriginalParent
23186
+ ? (_b = (_a = node).contains) === null || _b === void 0 ? void 0 : _b.call(_a, this.cachedOriginalParent)
23187
+ : false;
23188
+ return isDirectMatch || isContainedMatch;
23189
+ });
23190
+ // Also check if parent is no longer connected to DOM
23191
+ const cachedParentDisconnected = this.cachedOriginalParent && !this.cachedOriginalParent.isConnected;
23192
+ if (cachedParentWasRemoved || cachedParentDisconnected) {
23193
+ this.dismiss(undefined, 'parent-removed');
23194
+ // Release the reference to the cached original parent
23195
+ // so we don't have a memory leak
23196
+ this.cachedOriginalParent = undefined;
23197
+ }
23198
+ }
23199
+ });
23200
+ });
23201
+ // Observe document body with subtree to catch removals at any level
23202
+ this.parentRemovalObserver.observe(document.body, {
23203
+ childList: true,
23204
+ subtree: true,
23205
+ });
23206
+ }
23207
+ cleanupParentRemovalObserver() {
23208
+ var _a;
23209
+ (_a = this.parentRemovalObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
23210
+ this.parentRemovalObserver = undefined;
23211
+ }
22562
23212
  render() {
22563
23213
  const { handle, isSheetModal, presentingElement, htmlAttributes, handleBehavior, inheritedAttributes, focusTrap, expandToScroll, } = this;
22564
23214
  const showHandle = handle !== false && isSheetModal;
22565
23215
  const mode = getIonMode$1(this);
22566
23216
  const isCardModal = presentingElement !== undefined && mode === 'ios';
22567
23217
  const isHandleCycle = handleBehavior === 'cycle';
22568
- return (hAsync(Host, Object.assign({ key: '0bcbdcfcd7d890eb599da3f97f21c317d34f8e0e', "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
23218
+ const isSheetModalWithHandle = isSheetModal && showHandle;
23219
+ return (hAsync(Host, Object.assign({ key: '9e9a7bd591eb17a225a00b4fa2e379e94601d17f', "no-router": true,
23220
+ // Allow the modal to be navigable when the handle is focusable
23221
+ tabIndex: isHandleCycle && isSheetModalWithHandle ? 0 : -1 }, htmlAttributes, { style: {
22569
23222
  zIndex: `${20000 + this.overlayIndex}`,
22570
- }, class: Object.assign({ [mode]: true, ['modal-default']: !isCardModal && !isSheetModal, [`modal-card`]: isCardModal, [`modal-sheet`]: isSheetModal, [`modal-no-expand-scroll`]: isSheetModal && !expandToScroll, 'overlay-hidden': true, [FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonModalDidPresent: this.onLifecycle, onIonModalWillPresent: this.onLifecycle, onIonModalWillDismiss: this.onLifecycle, onIonModalDidDismiss: this.onLifecycle }), hAsync("ion-backdrop", { key: 'd72159e73daa5af7349aa9e8f695aa435eb43069', ref: (el) => (this.backdropEl = el), visible: this.showBackdrop, tappable: this.backdropDismiss, part: "backdrop" }), mode === 'ios' && hAsync("div", { key: 'fd2d9b13676ae72473881649a397b6eacde03a03', class: "modal-shadow" }), hAsync("div", Object.assign({ key: '908eccb1ad982dcde2dbcff0cbb18b6e60f8ba74',
23223
+ }, class: Object.assign({ [mode]: true, ['modal-default']: !isCardModal && !isSheetModal, [`modal-card`]: isCardModal, [`modal-sheet`]: isSheetModal, [`modal-no-expand-scroll`]: isSheetModal && !expandToScroll, 'overlay-hidden': true, [FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonModalDidPresent: this.onLifecycle, onIonModalWillPresent: this.onLifecycle, onIonModalWillDismiss: this.onLifecycle, onIonModalDidDismiss: this.onLifecycle, onFocus: this.onModalFocus }), hAsync("ion-backdrop", { key: 'e5eae2c14f830f75e308fcd7f4c10c86fac5b962', ref: (el) => (this.backdropEl = el), visible: this.showBackdrop, tappable: this.backdropDismiss, part: "backdrop" }), mode === 'ios' && hAsync("div", { key: 'e268f9cd310c3cf4e051b5b92524ce4fb70d005e', class: "modal-shadow" }), hAsync("div", Object.assign({ key: '9c380f36c18144c153077b15744d1c3346bce63e',
22571
23224
  /*
22572
23225
  role and aria-modal must be used on the
22573
23226
  same element. They must also be set inside the
22574
23227
  shadow DOM otherwise ion-button will not be highlighted
22575
23228
  when using VoiceOver: https://bugs.webkit.org/show_bug.cgi?id=247134
22576
23229
  */
22577
- role: "dialog" }, inheritedAttributes, { "aria-modal": "true", class: "modal-wrapper ion-overlay-wrapper", part: "content", ref: (el) => (this.wrapperEl = el) }), showHandle && (hAsync("button", { key: '332dc0b40363a77c7be62331d9f26def91c790e9', class: "modal-handle",
23230
+ role: "dialog" }, inheritedAttributes, { "aria-modal": "true", class: "modal-wrapper ion-overlay-wrapper", part: "content", ref: (el) => (this.wrapperEl = el) }), showHandle && (hAsync("button", { key: '2d5ee6d5959d97309c306e8ce72eb0f2c19be144', class: "modal-handle",
22578
23231
  // Prevents the handle from receiving keyboard focus when it does not cycle
22579
- tabIndex: !isHandleCycle ? -1 : 0, "aria-label": "Activate to adjust the size of the dialog overlaying the screen", onClick: isHandleCycle ? this.onHandleClick : undefined, part: "handle" })), hAsync("slot", { key: 'c32698350193c450327e97049daf8b8d1fda0d0e' }))));
23232
+ tabIndex: !isHandleCycle ? -1 : 0, "aria-label": "Activate to adjust the size of the dialog overlaying the screen", onClick: isHandleCycle ? this.onHandleClick : undefined, part: "handle", ref: (el) => (this.dragHandleEl = el) })), hAsync("slot", { key: '5590434c35ea04c42fc006498bc189038e15a298', onSlotchange: this.onSlotChange }))));
22580
23233
  }
22581
23234
  get el() { return getElement(this); }
22582
23235
  static get watchers() { return {
@@ -22588,7 +23241,7 @@ class Modal {
22588
23241
  md: modalMdCss
22589
23242
  }; }
22590
23243
  static get cmpMeta() { return {
22591
- "$flags$": 41,
23244
+ "$flags$": 297,
22592
23245
  "$tagName$": "ion-modal",
22593
23246
  "$members$": {
22594
23247
  "hasController": [4, "has-controller"],
@@ -22624,7 +23277,7 @@ class Modal {
22624
23277
  "setCurrentBreakpoint": [64],
22625
23278
  "getCurrentBreakpoint": [64]
22626
23279
  },
22627
- "$listeners$": undefined,
23280
+ "$listeners$": [[9, "resize", "onWindowResize"]],
22628
23281
  "$lazyBundleId$": "-",
22629
23282
  "$attrsToReflect$": []
22630
23283
  }; }
@@ -23532,7 +24185,7 @@ class Nav {
23532
24185
  }; }
23533
24186
  static get style() { return navCss; }
23534
24187
  static get cmpMeta() { return {
23535
- "$flags$": 9,
24188
+ "$flags$": 265,
23536
24189
  "$tagName$": "ion-nav",
23537
24190
  "$members$": {
23538
24191
  "delegate": [16],
@@ -23600,7 +24253,7 @@ class NavLink {
23600
24253
  }
23601
24254
  get el() { return getElement(this); }
23602
24255
  static get cmpMeta() { return {
23603
- "$flags$": 0,
24256
+ "$flags$": 256,
23604
24257
  "$tagName$": "ion-nav-link",
23605
24258
  "$members$": {
23606
24259
  "component": [1],
@@ -23636,7 +24289,7 @@ class Note {
23636
24289
  md: noteMdCss
23637
24290
  }; }
23638
24291
  static get cmpMeta() { return {
23639
- "$flags$": 41,
24292
+ "$flags$": 297,
23640
24293
  "$tagName$": "ion-note",
23641
24294
  "$members$": {
23642
24295
  "color": [513]
@@ -24124,7 +24777,7 @@ let Picker$1 = class Picker {
24124
24777
  md: pickerMdCss$1
24125
24778
  }; }
24126
24779
  static get cmpMeta() { return {
24127
- "$flags$": 41,
24780
+ "$flags$": 297,
24128
24781
  "$tagName$": "ion-picker",
24129
24782
  "$members$": {
24130
24783
  "exitInputMode": [64]
@@ -24405,7 +25058,7 @@ class Picker {
24405
25058
  md: pickerMdCss
24406
25059
  }; }
24407
25060
  static get cmpMeta() { return {
24408
- "$flags$": 34,
25061
+ "$flags$": 290,
24409
25062
  "$tagName$": "ion-picker-legacy",
24410
25063
  "$members$": {
24411
25064
  "overlayIndex": [2, "overlay-index"],
@@ -24622,7 +25275,25 @@ class PickerColumn {
24622
25275
  * elementsFromPoint can returns multiple elements
24623
25276
  * so find the relevant picker column option if one exists.
24624
25277
  */
24625
- const newActiveElement = elementsAtPoint.find((el) => el.tagName === 'ION-PICKER-COLUMN-OPTION');
25278
+ let newActiveElement = elementsAtPoint.find((el) => el.tagName === 'ION-PICKER-COLUMN-OPTION');
25279
+ /**
25280
+ * TODO(FW-6594): Remove this workaround when iOS 16 is no longer
25281
+ * supported.
25282
+ *
25283
+ * If `elementsFromPoint` failed to find the active element (a known
25284
+ * issue on iOS 16 when elements are in a Shadow DOM and the
25285
+ * referenceNode is the document), a fallback to `elementFromPoint`
25286
+ * is used. While `elementsFromPoint` returns all elements,
25287
+ * `elementFromPoint` returns only the top-most, which is sufficient
25288
+ * for this use case and appears to handle Shadow DOM retargeting
25289
+ * more reliably in this specific iOS bug.
25290
+ */
25291
+ if (newActiveElement === undefined) {
25292
+ const fallbackActiveElement = referenceNode.elementFromPoint(centerX, centerY);
25293
+ if ((fallbackActiveElement === null || fallbackActiveElement === void 0 ? void 0 : fallbackActiveElement.tagName) === 'ION-PICKER-COLUMN-OPTION') {
25294
+ newActiveElement = fallbackActiveElement;
25295
+ }
25296
+ }
24626
25297
  if (activeEl !== undefined) {
24627
25298
  this.setPickerItemActiveState(activeEl, false);
24628
25299
  }
@@ -24990,12 +25661,12 @@ class PickerColumn {
24990
25661
  render() {
24991
25662
  const { color, disabled, isActive, numericInput } = this;
24992
25663
  const mode = getIonMode$1(this);
24993
- return (hAsync(Host, { key: 'a221dc10f1eb7c41637a16d2c7167c16939822fd', class: createColorClasses$1(color, {
25664
+ return (hAsync(Host, { key: 'ea0280355b2f87895bf7dddd289ccf473aa759f3', class: createColorClasses$1(color, {
24994
25665
  [mode]: true,
24995
25666
  ['picker-column-active']: isActive,
24996
25667
  ['picker-column-numeric-input']: numericInput,
24997
25668
  ['picker-column-disabled']: disabled,
24998
- }) }, this.renderAssistiveFocusable(), hAsync("slot", { key: '81b0656f606856f3dc0a657bf167d81a5011405e', name: "prefix" }), hAsync("div", { key: '71b9de67c04150255dd66592601c9d926db0c31c', "aria-hidden": "true", class: "picker-opts", ref: (el) => {
25669
+ }) }, this.renderAssistiveFocusable(), hAsync("slot", { key: '482992131cdeb85b1f61430d7fe1322a16345769', name: "prefix" }), hAsync("div", { key: '43f7f80d621d411ef366b3ca1396299e8c9a0c97', "aria-hidden": "true", class: "picker-opts", ref: (el) => {
24999
25670
  this.scrollEl = el;
25000
25671
  },
25001
25672
  /**
@@ -25016,7 +25687,7 @@ class PickerColumn {
25016
25687
  * To prevent this, we set the tabIndex to -1. This
25017
25688
  * will match the behavior of the other browsers.
25018
25689
  */
25019
- tabIndex: -1 }, hAsync("div", { key: 'ebdc2f08c83db0cf17b4be29f28fcb00f529601e', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0"), hAsync("div", { key: '04ab56fcb8e6a7d6af00204c4560feb99ff34a56', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0"), hAsync("div", { key: '6cf8f538903faf0fe1e4130f3eaf7b4e2e17cb52', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0"), hAsync("slot", { key: '1cc392307b70c576be5b81b5226ceba735957f0f' }), hAsync("div", { key: '23e3f28e2a99b9aa8b7c8f68ad9583e3ca63e9e2', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0"), hAsync("div", { key: '8a0563f09780c3116af0caebe4f40587ec1f041f', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0"), hAsync("div", { key: '13207e248fc0009f37e0c90a3ee2bac2f130b856', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0")), hAsync("slot", { key: '55ecf2ab5f214f936c2468cbdb7952daf89416b8', name: "suffix" })));
25690
+ tabIndex: -1 }, hAsync("div", { key: '13a9ee686132af32240710730765de4c0003a9e8', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0"), hAsync("div", { key: 'dbccba4920833cfcebe9b0fc763458ec3053705a', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0"), hAsync("div", { key: '682b43f83a5ea2e46067457f3af118535e111edb', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0"), hAsync("slot", { key: 'd27e1e1dc0504b2f4627a29912a05bb91e8e413a' }), hAsync("div", { key: '61c948dbb9cf7469aed3018542bc0954211585ba', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0"), hAsync("div", { key: 'cf46c277fbee65e35ff44ce0d53ce12aa9cbf9db', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0"), hAsync("div", { key: 'bbc0e2d491d3f836ab849493ade2f7fa6ad9244e', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0")), hAsync("slot", { key: 'd25cbbe14b2914fe7b878d43b4e3f4a8c8177d24', name: "suffix" })));
25020
25691
  }
25021
25692
  get el() { return getElement(this); }
25022
25693
  static get watchers() { return {
@@ -25025,7 +25696,7 @@ class PickerColumn {
25025
25696
  }; }
25026
25697
  static get style() { return pickerColumnCss; }
25027
25698
  static get cmpMeta() { return {
25028
- "$flags$": 9,
25699
+ "$flags$": 265,
25029
25700
  "$tagName$": "ion-picker-column",
25030
25701
  "$members$": {
25031
25702
  "disabled": [4],
@@ -25393,7 +26064,7 @@ class PickerColumnCmp {
25393
26064
  md: pickerColumnMdCss
25394
26065
  }; }
25395
26066
  static get cmpMeta() { return {
25396
- "$flags$": 32,
26067
+ "$flags$": 288,
25397
26068
  "$tagName$": "ion-picker-legacy-column",
25398
26069
  "$members$": {
25399
26070
  "col": [16]
@@ -25513,7 +26184,7 @@ class PickerColumnOption {
25513
26184
  md: pickerColumnOptionMdCss
25514
26185
  }; }
25515
26186
  static get cmpMeta() { return {
25516
- "$flags$": 41,
26187
+ "$flags$": 297,
25517
26188
  "$tagName$": "ion-picker-column-option",
25518
26189
  "$members$": {
25519
26190
  "disabled": [4],
@@ -26785,6 +27456,8 @@ class Popover {
26785
27456
  * Developers can pass a mouse, touch, or pointer event
26786
27457
  * to position the popover relative to where that event
26787
27458
  * was dispatched.
27459
+ *
27460
+ * @param event The event to position the popover relative to.
26788
27461
  */
26789
27462
  async present(event) {
26790
27463
  const unlock = await this.lockController.lock();
@@ -26848,15 +27521,14 @@ class Popover {
26848
27521
  }
26849
27522
  /**
26850
27523
  * Dismiss the popover overlay after it has been presented.
27524
+ * This is a no-op if the overlay has not been presented yet. If you want
27525
+ * to remove an overlay from the DOM that was never presented, use the
27526
+ * [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
26851
27527
  *
26852
27528
  * @param data Any data to emit in the dismiss events.
26853
- * @param role The role of the element that is dismissing the popover. For example, 'cancel' or 'backdrop'.
27529
+ * @param role The role of the element that is dismissing the popover. For example, `cancel` or `backdrop`.
26854
27530
  * @param dismissParentPopover If `true`, dismissing this popover will also dismiss
26855
27531
  * a parent popover if this popover is nested. Defaults to `true`.
26856
- *
26857
- * This is a no-op if the overlay has not been presented yet. If you want
26858
- * to remove an overlay from the DOM that was never presented, use the
26859
- * [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
26860
27532
  */
26861
27533
  async dismiss(data, role, dismissParentPopover = true) {
26862
27534
  const unlock = await this.lockController.lock();
@@ -26908,9 +27580,9 @@ class Popover {
26908
27580
  const { onLifecycle, parentPopover, dismissOnSelect, side, arrow, htmlAttributes, focusTrap } = this;
26909
27581
  const desktop = isPlatform('desktop');
26910
27582
  const enableArrow = arrow && !parentPopover;
26911
- return (hAsync(Host, Object.assign({ key: '1de4862099cfcb5035e78008e6dc7c1371846f9a', "aria-modal": "true", "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
27583
+ return (hAsync(Host, Object.assign({ key: '16866c02534968c982cf4730d2936d03a5107c8b', "aria-modal": "true", "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
26912
27584
  zIndex: `${20000 + this.overlayIndex}`,
26913
- }, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'popover-translucent': this.translucent, 'overlay-hidden': true, 'popover-desktop': desktop, [`popover-side-${side}`]: true, [FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false, 'popover-nested': !!parentPopover }), onIonPopoverDidPresent: onLifecycle, onIonPopoverWillPresent: onLifecycle, onIonPopoverWillDismiss: onLifecycle, onIonPopoverDidDismiss: onLifecycle, onIonBackdropTap: this.onBackdropTap }), !parentPopover && hAsync("ion-backdrop", { key: '981aa4e0102cb93312ffbd8243cdf2a0cdc60469', tappable: this.backdropDismiss, visible: this.showBackdrop, part: "backdrop" }), hAsync("div", { key: '1a28ed55e9d34ef78cf0eb0178643301fd2dd75d', class: "popover-wrapper ion-overlay-wrapper", onClick: dismissOnSelect ? () => this.dismiss() : undefined }, enableArrow && hAsync("div", { key: '1c206ea5eb3c0b5883a3d45c34cd22dd5ffe4b65', class: "popover-arrow", part: "arrow" }), hAsync("div", { key: '5ba561486a328c0c7ab825995fdbfb7a196429a4', class: "popover-content", part: "content" }, hAsync("slot", { key: '00fc244ce9dcc2dfc677e6c34b7c8e7a330b2b03' })))));
27585
+ }, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'popover-translucent': this.translucent, 'overlay-hidden': true, 'popover-desktop': desktop, [`popover-side-${side}`]: true, [FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false, 'popover-nested': !!parentPopover }), onIonPopoverDidPresent: onLifecycle, onIonPopoverWillPresent: onLifecycle, onIonPopoverWillDismiss: onLifecycle, onIonPopoverDidDismiss: onLifecycle, onIonBackdropTap: this.onBackdropTap }), !parentPopover && hAsync("ion-backdrop", { key: '0df258601a4d30df3c27aa8234a7d5e056c3ecbb', tappable: this.backdropDismiss, visible: this.showBackdrop, part: "backdrop" }), hAsync("div", { key: 'f94e80ed996b957b5cd09b826472b4f60e8fcc78', class: "popover-wrapper ion-overlay-wrapper", onClick: dismissOnSelect ? () => this.dismiss() : undefined }, enableArrow && hAsync("div", { key: '185ce22f6386e8444a9cc7b8818dbfc16c463c99', class: "popover-arrow", part: "arrow" }), hAsync("div", { key: '206202b299404e110de5397b229678cca18568d3', class: "popover-content", part: "content" }, hAsync("slot", { key: 'ee543a0b92d6e35a837c0a0e4617c7b0fc4ad0b0' })))));
26914
27586
  }
26915
27587
  get el() { return getElement(this); }
26916
27588
  static get watchers() { return {
@@ -26923,7 +27595,7 @@ class Popover {
26923
27595
  md: popoverMdCss
26924
27596
  }; }
26925
27597
  static get cmpMeta() { return {
26926
- "$flags$": 41,
27598
+ "$flags$": 297,
26927
27599
  "$tagName$": "ion-popover",
26928
27600
  "$members$": {
26929
27601
  "hasController": [4, "has-controller"],
@@ -27028,7 +27700,7 @@ class ProgressBar {
27028
27700
  md: progressBarMdCss
27029
27701
  }; }
27030
27702
  static get cmpMeta() { return {
27031
- "$flags$": 41,
27703
+ "$flags$": 297,
27032
27704
  "$tagName$": "ion-progress-bar",
27033
27705
  "$members$": {
27034
27706
  "type": [1],
@@ -27057,6 +27729,7 @@ const renderProgress = (value, buffer) => {
27057
27729
  * When finalBuffer === 1, we use display: none
27058
27730
  * instead of removing the element to avoid flickering.
27059
27731
  */
27732
+ // TODO(FW-6697): change `ion-hide` class to `ion-display-none` or another class
27060
27733
  hAsync("div", { class: { 'buffer-circles-container': true, 'ion-hide': finalBuffer === 1 }, style: { transform: `translateX(${finalBuffer * 100}%)` } }, hAsync("div", { class: "buffer-circles-container", style: { transform: `translateX(-${finalBuffer * 100}%)` } }, hAsync("div", { part: "stream", class: "buffer-circles" }))),
27061
27734
  hAsync("div", { part: "track", class: "progress-buffer-bar", style: { transform: `scaleX(${finalBuffer})` } }),
27062
27735
  ];
@@ -27224,7 +27897,7 @@ class Radio {
27224
27897
  md: radioMdCss
27225
27898
  }; }
27226
27899
  static get cmpMeta() { return {
27227
- "$flags$": 41,
27900
+ "$flags$": 297,
27228
27901
  "$tagName$": "ion-radio",
27229
27902
  "$members$": {
27230
27903
  "color": [513],
@@ -27447,7 +28120,7 @@ class RadioGroup {
27447
28120
  md: radioGroupMdCss
27448
28121
  }; }
27449
28122
  static get cmpMeta() { return {
27450
- "$flags$": 36,
28123
+ "$flags$": 292,
27451
28124
  "$tagName$": "ion-radio-group",
27452
28125
  "$members$": {
27453
28126
  "allowEmptySelection": [4, "allow-empty-selection"],
@@ -27687,6 +28360,45 @@ class Range {
27687
28360
  this.ionFocus.emit();
27688
28361
  }
27689
28362
  };
28363
+ this.onKnobFocus = (knob) => {
28364
+ if (!this.hasFocus) {
28365
+ this.hasFocus = true;
28366
+ this.ionFocus.emit();
28367
+ }
28368
+ // Manually manage ion-focused class for dual knobs
28369
+ if (this.dualKnobs && this.el.shadowRoot) {
28370
+ const knobA = this.el.shadowRoot.querySelector('.range-knob-a');
28371
+ const knobB = this.el.shadowRoot.querySelector('.range-knob-b');
28372
+ // Remove ion-focused from both knobs first
28373
+ knobA === null || knobA === void 0 ? void 0 : knobA.classList.remove('ion-focused');
28374
+ knobB === null || knobB === void 0 ? void 0 : knobB.classList.remove('ion-focused');
28375
+ // Add ion-focused only to the focused knob
28376
+ const focusedKnobEl = knob === 'A' ? knobA : knobB;
28377
+ focusedKnobEl === null || focusedKnobEl === void 0 ? void 0 : focusedKnobEl.classList.add('ion-focused');
28378
+ }
28379
+ };
28380
+ this.onKnobBlur = () => {
28381
+ // Check if focus is moving to another knob within the same range
28382
+ // by delaying the reset to allow the new focus to register
28383
+ setTimeout(() => {
28384
+ var _a;
28385
+ const activeElement = (_a = this.el.shadowRoot) === null || _a === void 0 ? void 0 : _a.activeElement;
28386
+ const isStillFocusedOnKnob = activeElement && activeElement.classList.contains('range-knob-handle');
28387
+ if (!isStillFocusedOnKnob) {
28388
+ if (this.hasFocus) {
28389
+ this.hasFocus = false;
28390
+ this.ionBlur.emit();
28391
+ }
28392
+ // Remove ion-focused from both knobs when focus leaves the range
28393
+ if (this.dualKnobs && this.el.shadowRoot) {
28394
+ const knobA = this.el.shadowRoot.querySelector('.range-knob-a');
28395
+ const knobB = this.el.shadowRoot.querySelector('.range-knob-b');
28396
+ knobA === null || knobA === void 0 ? void 0 : knobA.classList.remove('ion-focused');
28397
+ knobB === null || knobB === void 0 ? void 0 : knobB.classList.remove('ion-focused');
28398
+ }
28399
+ }
28400
+ }, 0);
28401
+ };
27690
28402
  }
27691
28403
  debounceChanged() {
27692
28404
  const { ionInput, debounce, originalIonInput } = this;
@@ -28119,6 +28831,8 @@ class Range {
28119
28831
  min,
28120
28832
  max,
28121
28833
  inheritedAttributes,
28834
+ onKnobFocus: this.onKnobFocus,
28835
+ onKnobBlur: this.onKnobBlur,
28122
28836
  }), this.dualKnobs &&
28123
28837
  renderKnob(rtl, {
28124
28838
  knob: 'B',
@@ -28132,6 +28846,8 @@ class Range {
28132
28846
  min,
28133
28847
  max,
28134
28848
  inheritedAttributes,
28849
+ onKnobFocus: this.onKnobFocus,
28850
+ onKnobBlur: this.onKnobBlur,
28135
28851
  })));
28136
28852
  }
28137
28853
  render() {
@@ -28151,7 +28867,7 @@ class Range {
28151
28867
  const needsEndAdjustment = inItem && !hasEndContent;
28152
28868
  const mode = getIonMode$1(this);
28153
28869
  renderHiddenInput(true, el, this.name, JSON.stringify(this.getValue()), disabled);
28154
- return (hAsync(Host, { key: '124909954930d95f353e8593fd967de1486b0315', onFocusin: this.onFocus, onFocusout: this.onBlur, id: rangeId, class: createColorClasses$1(this.color, {
28870
+ return (hAsync(Host, { key: 'ef7b01f80515bcaeb2983934ad7f10a6bd5d13ec', onFocusin: this.onFocus, onFocusout: this.onBlur, id: rangeId, class: createColorClasses$1(this.color, {
28155
28871
  [mode]: true,
28156
28872
  'in-item': inItem,
28157
28873
  'range-disabled': disabled,
@@ -28160,10 +28876,10 @@ class Range {
28160
28876
  [`range-label-placement-${labelPlacement}`]: true,
28161
28877
  'range-item-start-adjustment': needsStartAdjustment,
28162
28878
  'range-item-end-adjustment': needsEndAdjustment,
28163
- }) }, hAsync("label", { key: '0af177a2ba5869d3441c4b3f393835218807a418', class: "range-wrapper", id: "range-label" }, hAsync("div", { key: '4d834224b9c834e88497f58af4339348cec9ca1c', class: {
28879
+ }) }, hAsync("label", { key: 'fd8aa90a9d52be9da024b907e68858dae424449d', class: "range-wrapper", id: "range-label" }, hAsync("div", { key: '2172b4f329c22017dd23475c80aac25ba6e753eb', class: {
28164
28880
  'label-text-wrapper': true,
28165
28881
  'label-text-wrapper-hidden': !hasLabel,
28166
- }, part: "label" }, label !== undefined ? hAsync("div", { class: "label-text" }, label) : hAsync("slot", { name: "label" })), hAsync("div", { key: '797d39ac73610f6d81d0b99d71982f98f2a66c88', class: "native-wrapper" }, hAsync("slot", { key: '88824589cac5bb2134c30bed067ed11f6e81d887', name: "start" }), this.renderRangeSlider(), hAsync("slot", { key: '7207a1164b272f56634435f7bff9114fb5d9f085', name: "end" })))));
28882
+ }, part: "label" }, label !== undefined ? hAsync("div", { class: "label-text" }, label) : hAsync("slot", { name: "label" })), hAsync("div", { key: '3c318bf2ea0576646d4c010bf44573fd0f483186', class: "native-wrapper" }, hAsync("slot", { key: '6586fd6fc96271e73f8a86c202d1913ad1a26f96', name: "start" }), this.renderRangeSlider(), hAsync("slot", { key: '74ac0bc2d2cb66ef708bb729f88b6ecbc1b2155d', name: "end" })))));
28167
28883
  }
28168
28884
  get el() { return getElement(this); }
28169
28885
  static get watchers() { return {
@@ -28180,7 +28896,7 @@ class Range {
28180
28896
  md: rangeMdCss
28181
28897
  }; }
28182
28898
  static get cmpMeta() { return {
28183
- "$flags$": 41,
28899
+ "$flags$": 297,
28184
28900
  "$tagName$": "ion-range",
28185
28901
  "$members$": {
28186
28902
  "color": [513],
@@ -28208,7 +28924,7 @@ class Range {
28208
28924
  "$attrsToReflect$": [["color", "color"]]
28209
28925
  }; }
28210
28926
  }
28211
- const renderKnob = (rtl, { knob, value, ratio, min, max, disabled, pressed, pin, handleKeyboard, pinFormatter, inheritedAttributes }) => {
28927
+ const renderKnob = (rtl, { knob, value, ratio, min, max, disabled, pressed, pin, handleKeyboard, pinFormatter, inheritedAttributes, onKnobFocus, onKnobBlur, }) => {
28212
28928
  const start = rtl ? 'right' : 'left';
28213
28929
  const knobStyle = () => {
28214
28930
  const style = {};
@@ -28229,7 +28945,7 @@ const renderKnob = (rtl, { knob, value, ratio, min, max, disabled, pressed, pin,
28229
28945
  ev.preventDefault();
28230
28946
  ev.stopPropagation();
28231
28947
  }
28232
- }, class: {
28948
+ }, onFocus: () => onKnobFocus(knob), onBlur: onKnobBlur, class: {
28233
28949
  'range-knob-handle': true,
28234
28950
  'range-knob-a': knob === 'A',
28235
28951
  'range-knob-b': knob === 'B',
@@ -29135,7 +29851,7 @@ class Refresher {
29135
29851
  md: refresherMdCss
29136
29852
  }; }
29137
29853
  static get cmpMeta() { return {
29138
- "$flags$": 32,
29854
+ "$flags$": 288,
29139
29855
  "$tagName$": "ion-refresher",
29140
29856
  "$members$": {
29141
29857
  "pullMin": [2, "pull-min"],
@@ -29341,7 +30057,7 @@ class RefresherContent {
29341
30057
  }
29342
30058
  get el() { return getElement(this); }
29343
30059
  static get cmpMeta() { return {
29344
- "$flags$": 0,
30060
+ "$flags$": 256,
29345
30061
  "$tagName$": "ion-refresher-content",
29346
30062
  "$members$": {
29347
30063
  "pullingIcon": [1025, "pulling-icon"],
@@ -29386,7 +30102,7 @@ class Reorder {
29386
30102
  md: reorderMdCss
29387
30103
  }; }
29388
30104
  static get cmpMeta() { return {
29389
- "$flags$": 41,
30105
+ "$flags$": 297,
29390
30106
  "$tagName$": "ion-reorder",
29391
30107
  "$members$": undefined,
29392
30108
  "$listeners$": [[2, "click", "onClick"]],
@@ -29401,6 +30117,9 @@ class ReorderGroup {
29401
30117
  constructor(hostRef) {
29402
30118
  registerInstance(this, hostRef);
29403
30119
  this.ionItemReorder = createEvent(this, "ionItemReorder", 7);
30120
+ this.ionReorderStart = createEvent(this, "ionReorderStart", 7);
30121
+ this.ionReorderMove = createEvent(this, "ionReorderMove", 7);
30122
+ this.ionReorderEnd = createEvent(this, "ionReorderEnd", 7);
29404
30123
  this.lastToIndex = -1;
29405
30124
  this.cachedHeights = [];
29406
30125
  this.scrollElTop = 0;
@@ -29446,7 +30165,7 @@ class ReorderGroup {
29446
30165
  }
29447
30166
  }
29448
30167
  /**
29449
- * Completes the reorder operation. Must be called by the `ionItemReorder` event.
30168
+ * Completes the reorder operation. Must be called by the `ionReorderEnd` event.
29450
30169
  *
29451
30170
  * If a list of items is passed, the list will be reordered and returned in the
29452
30171
  * proper order.
@@ -29483,7 +30202,7 @@ class ReorderGroup {
29483
30202
  const heights = this.cachedHeights;
29484
30203
  heights.length = 0;
29485
30204
  const el = this.el;
29486
- const children = el.children;
30205
+ const children = el.__children;
29487
30206
  if (!children || children.length === 0) {
29488
30207
  return;
29489
30208
  }
@@ -29513,6 +30232,7 @@ class ReorderGroup {
29513
30232
  this.state = 1 /* ReorderGroupState.Active */;
29514
30233
  item.classList.add(ITEM_REORDER_SELECTED);
29515
30234
  hapticSelectionStart();
30235
+ this.ionReorderStart.emit();
29516
30236
  }
29517
30237
  onMove(ev) {
29518
30238
  const selectedItem = this.selectedItemEl;
@@ -29527,6 +30247,7 @@ class ReorderGroup {
29527
30247
  const currentY = Math.max(top, Math.min(ev.currentY, bottom));
29528
30248
  const deltaY = scroll + currentY - ev.startY;
29529
30249
  const normalizedY = currentY - top;
30250
+ const fromIndex = this.lastToIndex;
29530
30251
  const toIndex = this.itemIndexForTop(normalizedY);
29531
30252
  if (toIndex !== this.lastToIndex) {
29532
30253
  const fromIndex = indexForItem(selectedItem);
@@ -29536,6 +30257,10 @@ class ReorderGroup {
29536
30257
  }
29537
30258
  // Update selected item position
29538
30259
  selectedItem.style.transform = `translateY(${deltaY}px)`;
30260
+ this.ionReorderMove.emit({
30261
+ from: fromIndex,
30262
+ to: toIndex,
30263
+ });
29539
30264
  }
29540
30265
  onEnd() {
29541
30266
  const selectedItemEl = this.selectedItemEl;
@@ -29550,6 +30275,7 @@ class ReorderGroup {
29550
30275
  this.completeReorder();
29551
30276
  }
29552
30277
  else {
30278
+ // TODO(FW-6590): Remove this once the deprecated event is removed
29553
30279
  this.ionItemReorder.emit({
29554
30280
  from: fromIndex,
29555
30281
  to: toIndex,
@@ -29557,11 +30283,16 @@ class ReorderGroup {
29557
30283
  });
29558
30284
  }
29559
30285
  hapticSelectionEnd();
30286
+ this.ionReorderEnd.emit({
30287
+ from: fromIndex,
30288
+ to: toIndex,
30289
+ complete: this.completeReorder.bind(this),
30290
+ });
29560
30291
  }
29561
30292
  completeReorder(listOrReorder) {
29562
30293
  const selectedItemEl = this.selectedItemEl;
29563
30294
  if (selectedItemEl && this.state === 2 /* ReorderGroupState.Complete */) {
29564
- const children = this.el.children;
30295
+ const children = this.el.__children;
29565
30296
  const len = children.length;
29566
30297
  const toIndex = this.lastToIndex;
29567
30298
  const fromIndex = indexForItem(selectedItemEl);
@@ -29603,7 +30334,7 @@ class ReorderGroup {
29603
30334
  /********* DOM WRITE ********* */
29604
30335
  reorderMove(fromIndex, toIndex) {
29605
30336
  const itemHeight = this.selectedItemHeight;
29606
- const children = this.el.children;
30337
+ const children = this.el.__children;
29607
30338
  for (let i = 0; i < children.length; i++) {
29608
30339
  const style = children[i].style;
29609
30340
  let value = '';
@@ -29634,7 +30365,7 @@ class ReorderGroup {
29634
30365
  }
29635
30366
  render() {
29636
30367
  const mode = getIonMode$1(this);
29637
- return (hAsync(Host, { key: 'f30613b361c5c3095b7928a92fb4b1e8d6eff600', class: {
30368
+ return (hAsync(Host, { key: '8996890164b63f4aa68779f26e4f308958582a76', class: {
29638
30369
  [mode]: true,
29639
30370
  'reorder-enabled': !this.disabled,
29640
30371
  'reorder-list-active': this.state !== 0 /* ReorderGroupState.Idle */,
@@ -29646,7 +30377,7 @@ class ReorderGroup {
29646
30377
  }; }
29647
30378
  static get style() { return reorderGroupCss; }
29648
30379
  static get cmpMeta() { return {
29649
- "$flags$": 0,
30380
+ "$flags$": 256,
29650
30381
  "$tagName$": "ion-reorder-group",
29651
30382
  "$members$": {
29652
30383
  "disabled": [4],
@@ -29758,7 +30489,7 @@ class RippleEffect {
29758
30489
  get el() { return getElement(this); }
29759
30490
  static get style() { return rippleEffectCss; }
29760
30491
  static get cmpMeta() { return {
29761
- "$flags$": 9,
30492
+ "$flags$": 265,
29762
30493
  "$tagName$": "ion-ripple-effect",
29763
30494
  "$members$": {
29764
30495
  "type": [1],
@@ -30473,6 +31204,7 @@ class Router {
30473
31204
  *
30474
31205
  * @param path The path to navigate to.
30475
31206
  * @param direction The direction of the animation. Defaults to `"forward"`.
31207
+ * @param animation A custom animation to use for the transition.
30476
31208
  */
30477
31209
  async push(path, direction = 'forward', animation) {
30478
31210
  var _a;
@@ -30715,7 +31447,7 @@ class RouterLink {
30715
31447
  }
30716
31448
  static get style() { return routerLinkCss; }
30717
31449
  static get cmpMeta() { return {
30718
- "$flags$": 9,
31450
+ "$flags$": 265,
30719
31451
  "$tagName$": "ion-router-link",
30720
31452
  "$members$": {
30721
31453
  "color": [513],
@@ -30917,7 +31649,7 @@ class RouterOutlet {
30917
31649
  }; }
30918
31650
  static get style() { return routerOutletCss; }
30919
31651
  static get cmpMeta() { return {
30920
- "$flags$": 9,
31652
+ "$flags$": 265,
30921
31653
  "$tagName$": "ion-router-outlet",
30922
31654
  "$members$": {
30923
31655
  "mode": [1025],
@@ -30946,7 +31678,7 @@ class Row {
30946
31678
  }
30947
31679
  static get style() { return rowCss; }
30948
31680
  static get cmpMeta() { return {
30949
- "$flags$": 9,
31681
+ "$flags$": 265,
30950
31682
  "$tagName$": "ion-row",
30951
31683
  "$members$": undefined,
30952
31684
  "$listeners$": undefined,
@@ -31203,10 +31935,8 @@ class Searchbar {
31203
31935
  /**
31204
31936
  * Sets focus on the native `input` in `ion-searchbar`. Use this method instead of the global
31205
31937
  * `input.focus()`.
31206
- *
31207
31938
  * Developers who wish to focus an input when a page enters
31208
31939
  * should call `setFocus()` in the `ionViewDidEnter()` lifecycle method.
31209
- *
31210
31940
  * Developers who wish to focus an input when an overlay is presented
31211
31941
  * should call `setFocus` after `didPresent` has resolved.
31212
31942
  *
@@ -31385,8 +32115,8 @@ class Searchbar {
31385
32115
  const clearIcon = this.clearIcon || (mode === 'ios' ? closeCircle : closeSharp);
31386
32116
  const searchIcon = this.searchIcon || (mode === 'ios' ? searchOutline : searchSharp);
31387
32117
  const shouldShowCancelButton = this.shouldShowCancelButton();
31388
- const cancelButton = this.showCancelButton !== 'never' && (hAsync("button", { key: '5835c36fcb0b52aec956538202a783f6c194d853', "aria-label": cancelButtonText, "aria-hidden": shouldShowCancelButton ? undefined : 'true', type: "button", tabIndex: mode === 'ios' && !shouldShowCancelButton ? -1 : undefined, onMouseDown: this.onCancelSearchbar, onTouchStart: this.onCancelSearchbar, class: "searchbar-cancel-button" }, hAsync("div", { key: '85df41676bed611467bd4df0002b08baee4f539c', "aria-hidden": "true" }, mode === 'md' ? (hAsync("ion-icon", { "aria-hidden": "true", mode: mode, icon: this.cancelButtonIcon, lazy: false })) : (cancelButtonText))));
31389
- return (hAsync(Host, { key: 'e1e30cdd79f9f54d5f2d27501012358bc46880e5', role: "search", "aria-disabled": this.disabled ? 'true' : null, class: createColorClasses$1(this.color, {
32118
+ const cancelButton = this.showCancelButton !== 'never' && (hAsync("button", { key: '19e18775856db87daeb4b9e3d7bca0461915a0df', "aria-label": cancelButtonText, "aria-hidden": shouldShowCancelButton ? undefined : 'true', type: "button", tabIndex: mode === 'ios' && !shouldShowCancelButton ? -1 : undefined, onMouseDown: this.onCancelSearchbar, onTouchStart: this.onCancelSearchbar, class: "searchbar-cancel-button" }, hAsync("div", { key: 'b3bbdcc033f3bd3441d619e4a252cef0dad4d07e', "aria-hidden": "true" }, mode === 'md' ? (hAsync("ion-icon", { "aria-hidden": "true", mode: mode, icon: this.cancelButtonIcon, lazy: false })) : (cancelButtonText))));
32119
+ return (hAsync(Host, { key: '074aa60e051bfb3225e87d44bbb6346c59c73574', role: "search", "aria-disabled": this.disabled ? 'true' : null, class: createColorClasses$1(this.color, {
31390
32120
  [mode]: true,
31391
32121
  'searchbar-animated': animated,
31392
32122
  'searchbar-disabled': this.disabled,
@@ -31396,14 +32126,14 @@ class Searchbar {
31396
32126
  'searchbar-has-focus': this.focused,
31397
32127
  'searchbar-should-show-clear': this.shouldShowClearButton(),
31398
32128
  'searchbar-should-show-cancel': this.shouldShowCancelButton(),
31399
- }) }, hAsync("div", { key: '7e9db147282a35bb1e3c9c6125b9a044e81ddde5', class: "searchbar-input-container" }, hAsync("input", Object.assign({ key: '02f08da21326b78d6cd249d54deab96fd8472ba8', "aria-label": "search text", disabled: this.disabled, ref: (el) => (this.nativeInput = el), class: "searchbar-input", inputMode: this.inputmode, enterKeyHint: this.enterkeyhint, name: this.name, onInput: this.onInput, onChange: this.onChange, onBlur: this.onBlur, onFocus: this.onFocus, minLength: this.minlength, maxLength: this.maxlength, placeholder: this.placeholder, type: this.type, value: this.getValue(), autoCapitalize: autocapitalize === 'default' ? undefined : autocapitalize, autoComplete: this.autocomplete, autoCorrect: this.autocorrect, spellcheck: this.spellcheck }, this.inheritedAttributes)), mode === 'md' && cancelButton, hAsync("ion-icon", { key: '048b00348456bd827ae734491c46a67bfb146227', "aria-hidden": "true", mode: mode, icon: searchIcon, lazy: false, class: "searchbar-search-icon" }), hAsync("button", { key: '71f64339bbfd54ebd26a0946c8ee9d726cd89c04', "aria-label": "reset", type: "button", "no-blur": true, class: "searchbar-clear-button", onPointerDown: (ev) => {
32129
+ }) }, hAsync("div", { key: '54f58a79fe36e85d9295157303f1be89c98bbdaf', class: "searchbar-input-container" }, hAsync("input", Object.assign({ key: 'f991a37fcf54d26b7ad10d89084764e03d97b9de', "aria-label": "search text", disabled: this.disabled, ref: (el) => (this.nativeInput = el), class: "searchbar-input", inputMode: this.inputmode, enterKeyHint: this.enterkeyhint, name: this.name, onInput: this.onInput, onChange: this.onChange, onBlur: this.onBlur, onFocus: this.onFocus, minLength: this.minlength, maxLength: this.maxlength, placeholder: this.placeholder, type: this.type, value: this.getValue(), autoCapitalize: autocapitalize === 'default' ? undefined : autocapitalize, autoComplete: this.autocomplete, autoCorrect: this.autocorrect, spellcheck: this.spellcheck }, this.inheritedAttributes)), mode === 'md' && cancelButton, hAsync("ion-icon", { key: '8b44dd90a3292c5cf872ef16a8520675f5673494', "aria-hidden": "true", mode: mode, icon: searchIcon, lazy: false, class: "searchbar-search-icon" }), hAsync("button", { key: '79d9cfed8f01268044f82811a35d323a12dca749', "aria-label": "reset", type: "button", "no-blur": true, class: "searchbar-clear-button", onPointerDown: (ev) => {
31400
32130
  /**
31401
32131
  * This prevents mobile browsers from
31402
32132
  * blurring the input when the clear
31403
32133
  * button is activated.
31404
32134
  */
31405
32135
  ev.preventDefault();
31406
- }, onClick: () => this.onClearInput(true) }, hAsync("ion-icon", { key: '9b1a177b21951c1c95897a468b34bb7bbd63d137', "aria-hidden": "true", mode: mode, icon: clearIcon, lazy: false, class: "searchbar-clear-icon" }))), mode === 'ios' && cancelButton));
32136
+ }, onClick: () => this.onClearInput(true) }, hAsync("ion-icon", { key: 'aa3b9fa8a61f853236783ac7bcd0b113ea65ece2', "aria-hidden": "true", mode: mode, icon: clearIcon, lazy: false, class: "searchbar-clear-icon" }))), mode === 'ios' && cancelButton));
31407
32137
  }
31408
32138
  get el() { return getElement(this); }
31409
32139
  static get watchers() { return {
@@ -31418,7 +32148,7 @@ class Searchbar {
31418
32148
  md: searchbarMdCss
31419
32149
  }; }
31420
32150
  static get cmpMeta() { return {
31421
- "$flags$": 34,
32151
+ "$flags$": 290,
31422
32152
  "$tagName$": "ion-searchbar",
31423
32153
  "$members$": {
31424
32154
  "color": [513],
@@ -32019,7 +32749,7 @@ class Segment {
32019
32749
  md: segmentMdCss
32020
32750
  }; }
32021
32751
  static get cmpMeta() { return {
32022
- "$flags$": 41,
32752
+ "$flags$": 297,
32023
32753
  "$tagName$": "ion-segment",
32024
32754
  "$members$": {
32025
32755
  "color": [513],
@@ -32172,7 +32902,7 @@ class SegmentButton {
32172
32902
  md: segmentButtonMdCss
32173
32903
  }; }
32174
32904
  static get cmpMeta() { return {
32175
- "$flags$": 41,
32905
+ "$flags$": 297,
32176
32906
  "$tagName$": "ion-segment-button",
32177
32907
  "$members$": {
32178
32908
  "contentId": [513, "content-id"],
@@ -32189,7 +32919,7 @@ class SegmentButton {
32189
32919
  }; }
32190
32920
  }
32191
32921
 
32192
- const segmentContentCss = ":host{scroll-snap-align:center;scroll-snap-stop:always;-ms-flex-negative:0;flex-shrink:0;width:100%;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none;}:host::-webkit-scrollbar{display:none}";
32922
+ const segmentContentCss = ":host{scroll-snap-align:center;scroll-snap-stop:always;-ms-flex-negative:0;flex-shrink:0;width:100%;min-height:1px;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none;}:host::-webkit-scrollbar{display:none}";
32193
32923
 
32194
32924
  class SegmentContent {
32195
32925
  constructor(hostRef) {
@@ -32200,7 +32930,7 @@ class SegmentContent {
32200
32930
  }
32201
32931
  static get style() { return segmentContentCss; }
32202
32932
  static get cmpMeta() { return {
32203
- "$flags$": 9,
32933
+ "$flags$": 265,
32204
32934
  "$tagName$": "ion-segment-content",
32205
32935
  "$members$": undefined,
32206
32936
  "$listeners$": undefined,
@@ -32320,7 +33050,7 @@ class SegmentView {
32320
33050
  md: segmentViewMdCss
32321
33051
  }; }
32322
33052
  static get cmpMeta() { return {
32323
- "$flags$": 41,
33053
+ "$flags$": 297,
32324
33054
  "$tagName$": "ion-segment-view",
32325
33055
  "$members$": {
32326
33056
  "disabled": [4],
@@ -32542,7 +33272,7 @@ class Select {
32542
33272
  const scrollSelectedIntoView = () => {
32543
33273
  const indexOfSelected = this.childOpts.findIndex((o) => o.value === this.value);
32544
33274
  if (indexOfSelected > -1) {
32545
- const selectedItem = overlay.querySelector(`.select-interface-option:nth-child(${indexOfSelected + 1})`);
33275
+ const selectedItem = overlay.querySelector(`.select-interface-option:nth-of-type(${indexOfSelected + 1})`);
32546
33276
  if (selectedItem) {
32547
33277
  /**
32548
33278
  * Browsers such as Firefox do not
@@ -33062,7 +33792,7 @@ class Select {
33062
33792
  * TODO(FW-5592): Remove hasStartEndSlots condition
33063
33793
  */
33064
33794
  const labelShouldFloat = labelPlacement === 'stacked' || (labelPlacement === 'floating' && (hasValue || isExpanded || hasStartEndSlots));
33065
- return (hAsync(Host, { key: 'e33253af9b9daa14460c7c259fb138b4d2b875ae', onClick: this.onClick, class: createColorClasses$1(this.color, {
33795
+ return (hAsync(Host, { key: 'c03fb65e8fc9f9aab295e07b282377d57d910519', onClick: this.onClick, class: createColorClasses$1(this.color, {
33066
33796
  [mode]: true,
33067
33797
  'in-item': inItem,
33068
33798
  'in-item-color': hostContext('ion-item.ion-color', el),
@@ -33080,7 +33810,7 @@ class Select {
33080
33810
  [`select-justify-${justify}`]: justifyEnabled,
33081
33811
  [`select-shape-${shape}`]: shape !== undefined,
33082
33812
  [`select-label-placement-${labelPlacement}`]: true,
33083
- }) }, hAsync("label", { key: '03303b7131c77a78a933e8e496e7251b6b5c485b', class: "select-wrapper", id: "select-label", onClick: this.onLabelClick }, this.renderLabelContainer(), hAsync("div", { key: '9037674db6a0adc189e887c9048f817d5afdf635', class: "select-wrapper-inner" }, hAsync("slot", { key: '7c9226c838ba4bcf5bc0b234fa1613ce335cf73d', name: "start" }), hAsync("div", { key: 'a7432c3efb5c65f88a5e4b0d35c5a433fa4e949d', class: "native-wrapper", ref: (el) => (this.nativeWrapperEl = el), part: "container" }, this.renderSelectText(), this.renderListbox()), hAsync("slot", { key: '028e683df26a8f573d7670da76e0ad26d21c83e0', name: "end" }), !hasFloatingOrStackedLabel && this.renderSelectIcon()), hasFloatingOrStackedLabel && this.renderSelectIcon(), shouldRenderHighlight && hAsync("div", { key: '20341bcae3753048ce905d2aceffa5351a0db125', class: "select-highlight" })), this.renderBottomContent()));
33813
+ }) }, hAsync("label", { key: '0d0c8ec55269adcac625f2899a547f4e7f3e3741', class: "select-wrapper", id: "select-label", onClick: this.onLabelClick }, this.renderLabelContainer(), hAsync("div", { key: 'f6dfc93c0e23cbe75a2947abde67d842db2dad78', class: "select-wrapper-inner" }, hAsync("slot", { key: '957bfadf9f101f519091419a362d3abdc2be66f6', name: "start" }), hAsync("div", { key: 'ca349202a484e7f2e884533fd330f0b136754f7d', class: "native-wrapper", ref: (el) => (this.nativeWrapperEl = el), part: "container" }, this.renderSelectText(), this.renderListbox()), hAsync("slot", { key: 'f0e62a6533ff1c8f62bd2d27f60b23385c4fa9ed', name: "end" }), !hasFloatingOrStackedLabel && this.renderSelectIcon()), hasFloatingOrStackedLabel && this.renderSelectIcon(), shouldRenderHighlight && hAsync("div", { key: 'fb840d46bafafb09898ebeebbe8c181906a3d8a2', class: "select-highlight" })), this.renderBottomContent()));
33084
33814
  }
33085
33815
  get el() { return getElement(this); }
33086
33816
  static get watchers() { return {
@@ -33094,7 +33824,7 @@ class Select {
33094
33824
  md: selectMdCss
33095
33825
  }; }
33096
33826
  static get cmpMeta() { return {
33097
- "$flags$": 41,
33827
+ "$flags$": 297,
33098
33828
  "$tagName$": "ion-select",
33099
33829
  "$members$": {
33100
33830
  "cancelText": [1, "cancel-text"],
@@ -33164,11 +33894,11 @@ const textForValue = (opts, value, compareWith) => {
33164
33894
  let selectIds = 0;
33165
33895
  const OPTION_CLASS = 'select-interface-option';
33166
33896
 
33167
- const ionicSelectModalMdCss = ".sc-ion-select-modal-ionic-h{height:100%}ion-list.sc-ion-select-modal-ionic ion-radio.sc-ion-select-modal-ionic::part(container){display:none}ion-list.sc-ion-select-modal-ionic ion-radio.sc-ion-select-modal-ionic::part(label){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}ion-item.sc-ion-select-modal-ionic{--inner-border-width:0}.item-radio-checked.sc-ion-select-modal-ionic{--background:rgba(var(--ion-color-primary-rgb, 0, 84, 233), 0.08);--background-focused:var(--ion-color-primary, #0054e9);--background-focused-opacity:0.2;--background-hover:var(--ion-color-primary, #0054e9);--background-hover-opacity:0.12}.item-checkbox-checked.sc-ion-select-modal-ionic{--background-activated:var(--ion-item-color, var(--ion-text-color, #000));--background-focused:var(--ion-item-color, var(--ion-text-color, #000));--background-hover:var(--ion-item-color, var(--ion-text-color, #000));--color:var(--ion-color-primary, #0054e9)}";
33897
+ const ionicSelectModalMdCss = ".sc-ion-select-modal-ionic-h{height:100%}ion-list.sc-ion-select-modal-ionic ion-radio.sc-ion-select-modal-ionic::part(container),ion-list.sc-ion-select-modal-ionic ion-radio.sc-ion-select-modal-ionic [part~=\"container\"]{display:none}ion-list.sc-ion-select-modal-ionic ion-radio.sc-ion-select-modal-ionic::part(label),ion-list.sc-ion-select-modal-ionic ion-radio.sc-ion-select-modal-ionic [part~=\"label\"]{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}ion-item.sc-ion-select-modal-ionic{--inner-border-width:0}.item-radio-checked.sc-ion-select-modal-ionic{--background:rgba(var(--ion-color-primary-rgb, 0, 84, 233), 0.08);--background-focused:var(--ion-color-primary, #0054e9);--background-focused-opacity:0.2;--background-hover:var(--ion-color-primary, #0054e9);--background-hover-opacity:0.12}.item-checkbox-checked.sc-ion-select-modal-ionic{--background-activated:var(--ion-item-color, var(--ion-text-color, #000));--background-focused:var(--ion-item-color, var(--ion-text-color, #000));--background-hover:var(--ion-item-color, var(--ion-text-color, #000));--color:var(--ion-color-primary, #0054e9)}";
33168
33898
 
33169
33899
  const selectModalIosCss = ".sc-ion-select-modal-ios-h{height:100%}ion-item.sc-ion-select-modal-ios{--inner-padding-end:0}ion-radio.sc-ion-select-modal-ios::after{bottom:0;position:absolute;width:calc(100% - 0.9375rem - 16px);border-width:0px 0px 0.55px 0px;border-style:solid;border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, var(--ion-background-color-step-250, #c8c7cc))));content:\"\"}ion-radio.sc-ion-select-modal-ios::after{inset-inline-start:calc(0.9375rem + 16px)}";
33170
33900
 
33171
- const selectModalMdCss = ".sc-ion-select-modal-md-h{height:100%}ion-list.sc-ion-select-modal-md ion-radio.sc-ion-select-modal-md::part(container){display:none}ion-list.sc-ion-select-modal-md ion-radio.sc-ion-select-modal-md::part(label){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}ion-item.sc-ion-select-modal-md{--inner-border-width:0}.item-radio-checked.sc-ion-select-modal-md{--background:rgba(var(--ion-color-primary-rgb, 0, 84, 233), 0.08);--background-focused:var(--ion-color-primary, #0054e9);--background-focused-opacity:0.2;--background-hover:var(--ion-color-primary, #0054e9);--background-hover-opacity:0.12}.item-checkbox-checked.sc-ion-select-modal-md{--background-activated:var(--ion-item-color, var(--ion-text-color, #000));--background-focused:var(--ion-item-color, var(--ion-text-color, #000));--background-hover:var(--ion-item-color, var(--ion-text-color, #000));--color:var(--ion-color-primary, #0054e9)}";
33901
+ const selectModalMdCss = ".sc-ion-select-modal-md-h{height:100%}ion-list.sc-ion-select-modal-md ion-radio.sc-ion-select-modal-md::part(container),ion-list.sc-ion-select-modal-md ion-radio.sc-ion-select-modal-md [part~=\"container\"]{display:none}ion-list.sc-ion-select-modal-md ion-radio.sc-ion-select-modal-md::part(label),ion-list.sc-ion-select-modal-md ion-radio.sc-ion-select-modal-md [part~=\"label\"]{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}ion-item.sc-ion-select-modal-md{--inner-border-width:0}.item-radio-checked.sc-ion-select-modal-md{--background:rgba(var(--ion-color-primary-rgb, 0, 84, 233), 0.08);--background-focused:var(--ion-color-primary, #0054e9);--background-focused-opacity:0.2;--background-hover:var(--ion-color-primary, #0054e9);--background-hover-opacity:0.12}.item-checkbox-checked.sc-ion-select-modal-md{--background-activated:var(--ion-item-color, var(--ion-text-color, #000));--background-focused:var(--ion-item-color, var(--ion-text-color, #000));--background-hover:var(--ion-item-color, var(--ion-text-color, #000));--color:var(--ion-color-primary, #0054e9)}";
33172
33902
 
33173
33903
  class SelectModal {
33174
33904
  constructor(hostRef) {
@@ -33248,7 +33978,7 @@ class SelectModal {
33248
33978
  md: selectModalMdCss
33249
33979
  }; }
33250
33980
  static get cmpMeta() { return {
33251
- "$flags$": 34,
33981
+ "$flags$": 290,
33252
33982
  "$tagName$": "ion-select-modal",
33253
33983
  "$members$": {
33254
33984
  "header": [1],
@@ -33278,7 +34008,7 @@ class SelectOption {
33278
34008
  get el() { return getElement(this); }
33279
34009
  static get style() { return selectOptionCss; }
33280
34010
  static get cmpMeta() { return {
33281
- "$flags$": 9,
34011
+ "$flags$": 265,
33282
34012
  "$tagName$": "ion-select-option",
33283
34013
  "$members$": {
33284
34014
  "disabled": [4],
@@ -33293,7 +34023,7 @@ let selectOptionIds = 0;
33293
34023
 
33294
34024
  const selectPopoverIosCss = ".sc-ion-select-popover-ios-h ion-list.sc-ion-select-popover-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}ion-list-header.sc-ion-select-popover-ios,ion-label.sc-ion-select-popover-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.sc-ion-select-popover-ios-h{overflow-y:auto}";
33295
34025
 
33296
- const selectPopoverMdCss = ".sc-ion-select-popover-md-h ion-list.sc-ion-select-popover-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}ion-list-header.sc-ion-select-popover-md,ion-label.sc-ion-select-popover-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.sc-ion-select-popover-md-h{overflow-y:auto}ion-list.sc-ion-select-popover-md ion-radio.sc-ion-select-popover-md::part(container){display:none}ion-list.sc-ion-select-popover-md ion-radio.sc-ion-select-popover-md::part(label){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}ion-item.sc-ion-select-popover-md{--inner-border-width:0}.item-radio-checked.sc-ion-select-popover-md{--background:rgba(var(--ion-color-primary-rgb, 0, 84, 233), 0.08);--background-focused:var(--ion-color-primary, #0054e9);--background-focused-opacity:0.2;--background-hover:var(--ion-color-primary, #0054e9);--background-hover-opacity:0.12}.item-checkbox-checked.sc-ion-select-popover-md{--background-activated:var(--ion-item-color, var(--ion-text-color, #000));--background-focused:var(--ion-item-color, var(--ion-text-color, #000));--background-hover:var(--ion-item-color, var(--ion-text-color, #000));--color:var(--ion-color-primary, #0054e9)}";
34026
+ const selectPopoverMdCss = ".sc-ion-select-popover-md-h ion-list.sc-ion-select-popover-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}ion-list-header.sc-ion-select-popover-md,ion-label.sc-ion-select-popover-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.sc-ion-select-popover-md-h{overflow-y:auto}ion-list.sc-ion-select-popover-md ion-radio.sc-ion-select-popover-md::part(container),ion-list.sc-ion-select-popover-md ion-radio.sc-ion-select-popover-md [part~=\"container\"]{display:none}ion-list.sc-ion-select-popover-md ion-radio.sc-ion-select-popover-md::part(label),ion-list.sc-ion-select-popover-md ion-radio.sc-ion-select-popover-md [part~=\"label\"]{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}ion-item.sc-ion-select-popover-md{--inner-border-width:0}.item-radio-checked.sc-ion-select-popover-md{--background:rgba(var(--ion-color-primary-rgb, 0, 84, 233), 0.08);--background-focused:var(--ion-color-primary, #0054e9);--background-focused-opacity:0.2;--background-hover:var(--ion-color-primary, #0054e9);--background-hover-opacity:0.12}.item-checkbox-checked.sc-ion-select-popover-md{--background-activated:var(--ion-item-color, var(--ion-text-color, #000));--background-focused:var(--ion-item-color, var(--ion-text-color, #000));--background-hover:var(--ion-item-color, var(--ion-text-color, #000));--color:var(--ion-color-primary, #0054e9)}";
33297
34027
 
33298
34028
  /**
33299
34029
  * @internal
@@ -33398,7 +34128,7 @@ class SelectPopover {
33398
34128
  md: selectPopoverMdCss
33399
34129
  }; }
33400
34130
  static get cmpMeta() { return {
33401
- "$flags$": 34,
34131
+ "$flags$": 290,
33402
34132
  "$tagName$": "ion-select-popover",
33403
34133
  "$members$": {
33404
34134
  "header": [1],
@@ -33449,7 +34179,7 @@ class SkeletonText {
33449
34179
  get el() { return getElement(this); }
33450
34180
  static get style() { return skeletonTextCss; }
33451
34181
  static get cmpMeta() { return {
33452
- "$flags$": 9,
34182
+ "$flags$": 265,
33453
34183
  "$tagName$": "ion-skeleton-text",
33454
34184
  "$members$": {
33455
34185
  "animated": [4]
@@ -33504,7 +34234,7 @@ class Spinner {
33504
34234
  }
33505
34235
  static get style() { return spinnerCss; }
33506
34236
  static get cmpMeta() { return {
33507
- "$flags$": 9,
34237
+ "$flags$": 265,
33508
34238
  "$tagName$": "ion-spinner",
33509
34239
  "$members$": {
33510
34240
  "color": [513],
@@ -33613,7 +34343,7 @@ class SplitPane {
33613
34343
  md: splitPaneMdCss
33614
34344
  }; }
33615
34345
  static get cmpMeta() { return {
33616
- "$flags$": 41,
34346
+ "$flags$": 297,
33617
34347
  "$tagName$": "ion-split-pane",
33618
34348
  "$members$": {
33619
34349
  "contentId": [513, "content-id"],
@@ -33677,7 +34407,7 @@ class Tab {
33677
34407
  }; }
33678
34408
  static get style() { return tabCss; }
33679
34409
  static get cmpMeta() { return {
33680
- "$flags$": 9,
34410
+ "$flags$": 265,
33681
34411
  "$tagName$": "ion-tab",
33682
34412
  "$members$": {
33683
34413
  "active": [1028],
@@ -33763,7 +34493,7 @@ class TabBar {
33763
34493
  md: tabBarMdCss
33764
34494
  }; }
33765
34495
  static get cmpMeta() { return {
33766
- "$flags$": 41,
34496
+ "$flags$": 297,
33767
34497
  "$tagName$": "ion-tab-bar",
33768
34498
  "$members$": {
33769
34499
  "color": [513],
@@ -33868,7 +34598,7 @@ class TabButton {
33868
34598
  md: tabButtonMdCss
33869
34599
  }; }
33870
34600
  static get cmpMeta() { return {
33871
- "$flags$": 41,
34601
+ "$flags$": 297,
33872
34602
  "$tagName$": "ion-tab-button",
33873
34603
  "$members$": {
33874
34604
  "disabled": [4],
@@ -34040,7 +34770,7 @@ class Tabs {
34040
34770
  get el() { return getElement(this); }
34041
34771
  static get style() { return tabsCss; }
34042
34772
  static get cmpMeta() { return {
34043
- "$flags$": 9,
34773
+ "$flags$": 265,
34044
34774
  "$tagName$": "ion-tabs",
34045
34775
  "$members$": {
34046
34776
  "useRouter": [1028, "use-router"],
@@ -34081,7 +34811,7 @@ class Text {
34081
34811
  }
34082
34812
  static get style() { return textCss; }
34083
34813
  static get cmpMeta() { return {
34084
- "$flags$": 9,
34814
+ "$flags$": 265,
34085
34815
  "$tagName$": "ion-text",
34086
34816
  "$members$": {
34087
34817
  "color": [513]
@@ -34549,7 +35279,7 @@ class Textarea {
34549
35279
  md: textareaMdCss
34550
35280
  }; }
34551
35281
  static get cmpMeta() { return {
34552
- "$flags$": 38,
35282
+ "$flags$": 294,
34553
35283
  "$tagName$": "ion-textarea",
34554
35284
  "$members$": {
34555
35285
  "color": [513],
@@ -34602,7 +35332,7 @@ class Thumbnail {
34602
35332
  }
34603
35333
  static get style() { return thumbnailCss; }
34604
35334
  static get cmpMeta() { return {
34605
- "$flags$": 9,
35335
+ "$flags$": 265,
34606
35336
  "$tagName$": "ion-thumbnail",
34607
35337
  "$members$": undefined,
34608
35338
  "$listeners$": undefined,
@@ -35280,16 +36010,15 @@ class Toast {
35280
36010
  }
35281
36011
  /**
35282
36012
  * Dismiss the toast overlay after it has been presented.
36013
+ * This is a no-op if the overlay has not been presented yet. If you want
36014
+ * to remove an overlay from the DOM that was never presented, use the
36015
+ * [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
35283
36016
  *
35284
36017
  * @param data Any data to emit in the dismiss events.
35285
36018
  * @param role The role of the element that is dismissing the toast.
35286
36019
  * This can be useful in a button handler for determining which button was
35287
36020
  * clicked to dismiss the toast.
35288
- * Some examples include: ``"cancel"`, `"destructive"`, "selected"`, and `"backdrop"`.
35289
- *
35290
- * This is a no-op if the overlay has not been presented yet. If you want
35291
- * to remove an overlay from the DOM that was never presented, use the
35292
- * [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
36021
+ * Some examples include: `"cancel"`, `"destructive"`, `"selected"`, and `"backdrop"`.
35293
36022
  */
35294
36023
  async dismiss(data, role) {
35295
36024
  var _a, _b;
@@ -35457,9 +36186,9 @@ class Toast {
35457
36186
  if (layout === 'stacked' && startButtons.length > 0 && endButtons.length > 0) {
35458
36187
  printIonWarning('[ion-toast] - This toast is using start and end buttons with the stacked toast layout. We recommend following the best practice of using either start or end buttons with the stacked toast layout.', el);
35459
36188
  }
35460
- return (hAsync(Host, Object.assign({ key: '425be734aee0eeef281ab1609a9f982ce8b5e852', tabindex: "-1" }, this.htmlAttributes, { style: {
36189
+ return (hAsync(Host, Object.assign({ key: 'd1ecd90c87700aad4685e230cdd430aa286b8791', tabindex: "-1" }, this.htmlAttributes, { style: {
35461
36190
  zIndex: `${60000 + this.overlayIndex}`,
35462
- }, class: createColorClasses$1(this.color, Object.assign(Object.assign({ [mode]: true }, getClassMap(this.cssClass)), { 'overlay-hidden': true, 'toast-translucent': this.translucent })), onIonToastWillDismiss: this.dispatchCancelHandler }), hAsync("div", { key: '7c3ad1a8df9e21fc30fc179c7edebeabcf3c6874', class: wrapperClass }, hAsync("div", { key: 'f950c21e8d7bf92653e0bd52e820ed6b84fa8cf5', class: "toast-container", part: "container" }, this.renderButtons(startButtons, 'start'), this.icon !== undefined && (hAsync("ion-icon", { key: '0266241927dbe16799adb57f9fc11bd5372877b2', class: "toast-icon", part: "icon", icon: this.icon, lazy: false, "aria-hidden": "true" })), hAsync("div", { key: '9ef4b87bad672af6a5b693af61375564daf1eeeb', class: "toast-content", role: "status", "aria-atomic": "true", "aria-live": "polite" }, !revealContentToScreenReader && header !== undefined && this.renderHeader('oldHeader', 'true'), !revealContentToScreenReader && message !== undefined && this.renderToastMessage('oldMessage', 'true'), revealContentToScreenReader && header !== undefined && this.renderHeader('header'), revealContentToScreenReader && message !== undefined && this.renderToastMessage('header')), this.renderButtons(endButtons, 'end')))));
36191
+ }, class: createColorClasses$1(this.color, Object.assign(Object.assign({ [mode]: true }, getClassMap(this.cssClass)), { 'overlay-hidden': true, 'toast-translucent': this.translucent })), onIonToastWillDismiss: this.dispatchCancelHandler }), hAsync("div", { key: '4bfc863417324de69e222054d5cf9c452038b41e', class: wrapperClass }, hAsync("div", { key: '3417940afec0392e81b7d54c7cb00f3ab6c30d47', class: "toast-container", part: "container" }, this.renderButtons(startButtons, 'start'), this.icon !== undefined && (hAsync("ion-icon", { key: '6bf878fbc85c01e1e5faa9d97d46255a6511a952', class: "toast-icon", part: "icon", icon: this.icon, lazy: false, "aria-hidden": "true" })), hAsync("div", { key: '54b500348a9c37660c3aff37436d9188e4374947', class: "toast-content", role: "status", "aria-atomic": "true", "aria-live": "polite" }, !revealContentToScreenReader && header !== undefined && this.renderHeader('oldHeader', 'true'), !revealContentToScreenReader && message !== undefined && this.renderToastMessage('oldMessage', 'true'), revealContentToScreenReader && header !== undefined && this.renderHeader('header'), revealContentToScreenReader && message !== undefined && this.renderToastMessage('header')), this.renderButtons(endButtons, 'end')))));
35463
36192
  }
35464
36193
  get el() { return getElement(this); }
35465
36194
  static get watchers() { return {
@@ -35472,7 +36201,7 @@ class Toast {
35472
36201
  md: toastMdCss
35473
36202
  }; }
35474
36203
  static get cmpMeta() { return {
35475
- "$flags$": 41,
36204
+ "$flags$": 297,
35476
36205
  "$tagName$": "ion-toast",
35477
36206
  "$members$": {
35478
36207
  "overlayIndex": [2, "overlay-index"],
@@ -35785,7 +36514,7 @@ class Toggle {
35785
36514
  md: toggleMdCss
35786
36515
  }; }
35787
36516
  static get cmpMeta() { return {
35788
- "$flags$": 41,
36517
+ "$flags$": 297,
35789
36518
  "$tagName$": "ion-toggle",
35790
36519
  "$members$": {
35791
36520
  "color": [513],
@@ -35893,7 +36622,7 @@ class Toolbar {
35893
36622
  md: toolbarMdCss
35894
36623
  }; }
35895
36624
  static get cmpMeta() { return {
35896
- "$flags$": 41,
36625
+ "$flags$": 297,
35897
36626
  "$tagName$": "ion-toolbar",
35898
36627
  "$members$": {
35899
36628
  "color": [513]
@@ -35946,7 +36675,7 @@ class ToolbarTitle {
35946
36675
  md: titleMdCss
35947
36676
  }; }
35948
36677
  static get cmpMeta() { return {
35949
- "$flags$": 41,
36678
+ "$flags$": 297,
35950
36679
  "$tagName$": "ion-title",
35951
36680
  "$members$": {
35952
36681
  "color": [513],
@@ -36957,7 +37686,7 @@ var NAMESPACE = (
36957
37686
  );
36958
37687
 
36959
37688
  /*
36960
- Stencil Hydrate Runner v4.33.1 | MIT Licensed | https://stenciljs.com
37689
+ Stencil Hydrate Runner v4.36.2 | MIT Licensed | https://stenciljs.com
36961
37690
  */
36962
37691
  var __defProp = Object.defineProperty;
36963
37692
  var __export = (target, all) => {
@@ -37682,8 +38411,21 @@ function triggerEventListener(elm, ev) {
37682
38411
  } else if (elm.parentElement == null && elm.tagName === "HTML") {
37683
38412
  triggerEventListener(elm.ownerDocument, ev);
37684
38413
  } else {
37685
- triggerEventListener(elm.parentElement, ev);
38414
+ const nextTarget = getNextEventTarget(elm, ev);
38415
+ triggerEventListener(nextTarget, ev);
38416
+ }
38417
+ }
38418
+ function getNextEventTarget(elm, ev) {
38419
+ if (elm.parentElement) {
38420
+ return elm.parentElement;
38421
+ }
38422
+ if (elm.host && ev.composed) {
38423
+ return elm.host;
38424
+ }
38425
+ if (ev.composed && elm.parentNode && elm.parentNode.host) {
38426
+ return elm.parentNode.host;
37686
38427
  }
38428
+ return null;
37687
38429
  }
37688
38430
  function dispatchEvent(currentTarget, ev) {
37689
38431
  ev.target = currentTarget;
@@ -47325,6 +48067,11 @@ function* streamToHtml(node, opts, output) {
47325
48067
  const mode = ` shadowrootmode="open"`;
47326
48068
  yield mode;
47327
48069
  output.currentLineWidth += mode.length;
48070
+ if (node.delegatesFocus) {
48071
+ const delegatesFocusAttr = " shadowrootdelegatesfocus";
48072
+ yield delegatesFocusAttr;
48073
+ output.currentLineWidth += delegatesFocusAttr.length;
48074
+ }
47328
48075
  }
47329
48076
  const attrsLength = node.attributes.length;
47330
48077
  const attributes = opts.prettyHtml && attrsLength > 1 ? cloneAttributes(node.attributes, true) : node.attributes;
@@ -47843,6 +48590,15 @@ var MockNode2 = class {
47843
48590
  set textContent(value) {
47844
48591
  this._nodeValue = String(value);
47845
48592
  }
48593
+ addEventListener(type, handler) {
48594
+ addEventListener(this, type, handler);
48595
+ }
48596
+ removeEventListener(type, handler) {
48597
+ removeEventListener(this, type, handler);
48598
+ }
48599
+ dispatchEvent(ev) {
48600
+ return dispatchEvent(this, ev);
48601
+ }
47846
48602
  };
47847
48603
  MockNode2.ELEMENT_NODE = 1;
47848
48604
  MockNode2.TEXT_NODE = 3;
@@ -47881,15 +48637,25 @@ var MockElement = class extends MockNode2 {
47881
48637
  addEventListener(this, type, handler);
47882
48638
  }
47883
48639
  attachShadow(_opts) {
48640
+ var _a2;
47884
48641
  const shadowRoot = this.ownerDocument.createDocumentFragment();
48642
+ shadowRoot.delegatesFocus = (_a2 = _opts.delegatesFocus) != null ? _a2 : false;
47885
48643
  this.shadowRoot = shadowRoot;
47886
48644
  return shadowRoot;
47887
48645
  }
47888
48646
  blur() {
47889
- dispatchEvent(
47890
- this,
47891
- new MockFocusEvent("blur", { relatedTarget: null, bubbles: true, cancelable: true, composed: true })
47892
- );
48647
+ if (isCurrentlyDispatching(this, "blur")) {
48648
+ return;
48649
+ }
48650
+ markAsDispatching(this, "blur");
48651
+ try {
48652
+ dispatchEvent(
48653
+ this,
48654
+ new MockFocusEvent("blur", { relatedTarget: null, bubbles: true, cancelable: true, composed: true })
48655
+ );
48656
+ } finally {
48657
+ unmarkAsDispatching(this, "blur");
48658
+ }
47893
48659
  }
47894
48660
  get localName() {
47895
48661
  if (!this.nodeName) {
@@ -48631,6 +49397,28 @@ function setTextContent(elm, text) {
48631
49397
  const textNode = new MockTextNode(elm.ownerDocument, text);
48632
49398
  elm.appendChild(textNode);
48633
49399
  }
49400
+ var currentlyDispatching = /* @__PURE__ */ new WeakMap();
49401
+ function isCurrentlyDispatching(target, eventType) {
49402
+ const dispatchingEvents = currentlyDispatching.get(target);
49403
+ return dispatchingEvents != null && dispatchingEvents.has(eventType);
49404
+ }
49405
+ function markAsDispatching(target, eventType) {
49406
+ let dispatchingEvents = currentlyDispatching.get(target);
49407
+ if (dispatchingEvents == null) {
49408
+ dispatchingEvents = /* @__PURE__ */ new Set();
49409
+ currentlyDispatching.set(target, dispatchingEvents);
49410
+ }
49411
+ dispatchingEvents.add(eventType);
49412
+ }
49413
+ function unmarkAsDispatching(target, eventType) {
49414
+ const dispatchingEvents = currentlyDispatching.get(target);
49415
+ if (dispatchingEvents != null) {
49416
+ dispatchingEvents.delete(eventType);
49417
+ if (dispatchingEvents.size === 0) {
49418
+ currentlyDispatching.delete(target);
49419
+ }
49420
+ }
49421
+ }
48634
49422
 
48635
49423
  // src/mock-doc/comment-node.ts
48636
49424
  var MockComment = class _MockComment extends MockNode2 {