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.js CHANGED
@@ -392,7 +392,7 @@ const initialize = (userConfig = {}) => {
392
392
  const globalScripts = initialize;
393
393
 
394
394
  /*
395
- Stencil Hydrate Platform v4.33.1 | MIT Licensed | https://stenciljs.com
395
+ Stencil Hydrate Platform v4.36.2 | MIT Licensed | https://stenciljs.com
396
396
  */
397
397
  var __defProp = Object.defineProperty;
398
398
  var __export = (target, all) => {
@@ -597,11 +597,26 @@ function deserializeProperty(value) {
597
597
  }
598
598
  return RemoteValue.fromLocalValue(JSON.parse(atob(value.slice(SERIALIZED_PREFIX.length))));
599
599
  }
600
+
601
+ // src/utils/style.ts
602
+ function createStyleSheetIfNeededAndSupported(styles2) {
603
+ return void 0;
604
+ }
605
+
606
+ // src/utils/shadow-root.ts
607
+ var globalStyleSheet;
600
608
  function createShadowRoot(cmpMeta) {
601
- this.attachShadow({
609
+ var _a;
610
+ const shadowRoot = this.attachShadow({
602
611
  mode: "open",
603
612
  delegatesFocus: !!(cmpMeta.$flags$ & 16 /* shadowDelegatesFocus */)
604
613
  }) ;
614
+ if (globalStyleSheet === void 0) globalStyleSheet = (_a = createStyleSheetIfNeededAndSupported()) != null ? _a : null;
615
+ if (globalStyleSheet) {
616
+ {
617
+ shadowRoot.adoptedStyleSheets = [...shadowRoot.adoptedStyleSheets, globalStyleSheet];
618
+ }
619
+ }
605
620
  }
606
621
 
607
622
  // src/runtime/runtime-constants.ts
@@ -727,7 +742,7 @@ function patchSlotNode(node) {
727
742
  const slotName = this["s-sn"];
728
743
  if (opts == null ? void 0 : opts.flatten) {
729
744
  console.error(`
730
- Flattening is not supported for Stencil non-shadow slots.
745
+ Flattening is not supported for Stencil non-shadow slots.
731
746
  You can use \`.childNodes\` to nested slot fallback content.
732
747
  If you have a particular use case, please open an issue on the Stencil repo.
733
748
  `);
@@ -771,6 +786,96 @@ var uniqueTime = (key, measureText) => {
771
786
  };
772
787
  }
773
788
  };
789
+ var rootAppliedStyles = /* @__PURE__ */ new WeakMap();
790
+ var registerStyle = (scopeId2, cssText, allowCS) => {
791
+ let style = styles.get(scopeId2);
792
+ {
793
+ style = cssText;
794
+ }
795
+ styles.set(scopeId2, style);
796
+ };
797
+ var addStyle = (styleContainerNode, cmpMeta, mode) => {
798
+ var _a;
799
+ const scopeId2 = getScopeId(cmpMeta, mode);
800
+ const style = styles.get(scopeId2);
801
+ if (!win$2.document) {
802
+ return scopeId2;
803
+ }
804
+ styleContainerNode = styleContainerNode.nodeType === 11 /* DocumentFragment */ ? styleContainerNode : win$2.document;
805
+ if (style) {
806
+ if (typeof style === "string") {
807
+ styleContainerNode = styleContainerNode.head || styleContainerNode;
808
+ let appliedStyles = rootAppliedStyles.get(styleContainerNode);
809
+ let styleElm;
810
+ if (!appliedStyles) {
811
+ rootAppliedStyles.set(styleContainerNode, appliedStyles = /* @__PURE__ */ new Set());
812
+ }
813
+ if (!appliedStyles.has(scopeId2)) {
814
+ if (styleContainerNode.host && (styleElm = styleContainerNode.querySelector(`[${HYDRATED_STYLE_ID}="${scopeId2}"]`))) {
815
+ styleElm.innerHTML = style;
816
+ } else {
817
+ styleElm = win$2.document.createElement("style");
818
+ styleElm.innerHTML = style;
819
+ const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(win$2.document);
820
+ if (nonce != null) {
821
+ styleElm.setAttribute("nonce", nonce);
822
+ }
823
+ if ((cmpMeta.$flags$ & 2 /* scopedCssEncapsulation */ || cmpMeta.$flags$ & 128 /* shadowNeedsScopedCss */)) {
824
+ styleElm.setAttribute(HYDRATED_STYLE_ID, scopeId2);
825
+ }
826
+ if (!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */)) {
827
+ if (styleContainerNode.nodeName === "HEAD") {
828
+ const preconnectLinks = styleContainerNode.querySelectorAll("link[rel=preconnect]");
829
+ const referenceNode2 = preconnectLinks.length > 0 ? preconnectLinks[preconnectLinks.length - 1].nextSibling : styleContainerNode.querySelector("style");
830
+ styleContainerNode.insertBefore(
831
+ styleElm,
832
+ (referenceNode2 == null ? void 0 : referenceNode2.parentNode) === styleContainerNode ? referenceNode2 : null
833
+ );
834
+ } else if ("host" in styleContainerNode) {
835
+ {
836
+ const existingStyleContainer = styleContainerNode.querySelector("style");
837
+ if (existingStyleContainer) {
838
+ existingStyleContainer.innerHTML = style + existingStyleContainer.innerHTML;
839
+ } else {
840
+ styleContainerNode.prepend(styleElm);
841
+ }
842
+ }
843
+ } else {
844
+ styleContainerNode.append(styleElm);
845
+ }
846
+ }
847
+ if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {
848
+ styleContainerNode.insertBefore(styleElm, null);
849
+ }
850
+ }
851
+ if (cmpMeta.$flags$ & 4 /* hasSlotRelocation */) {
852
+ styleElm.innerHTML += SLOT_FB_CSS;
853
+ }
854
+ if (appliedStyles) {
855
+ appliedStyles.add(scopeId2);
856
+ }
857
+ }
858
+ }
859
+ }
860
+ return scopeId2;
861
+ };
862
+ var attachStyles = (hostRef) => {
863
+ const cmpMeta = hostRef.$cmpMeta$;
864
+ const elm = hostRef.$hostElement$;
865
+ const flags = cmpMeta.$flags$;
866
+ const endAttachStyles = createTime("attachStyles", cmpMeta.$tagName$);
867
+ const scopeId2 = addStyle(
868
+ elm.shadowRoot ? elm.shadowRoot : elm.getRootNode(),
869
+ cmpMeta,
870
+ hostRef.$modeName$
871
+ );
872
+ if (flags & 10 /* needsScopedEncapsulation */) {
873
+ elm["s-sc"] = scopeId2;
874
+ elm.classList.add(scopeId2 + "-h");
875
+ }
876
+ endAttachStyles();
877
+ };
878
+ var getScopeId = (cmp, mode) => "sc-" + (mode && cmp.$flags$ & 32 /* hasMode */ ? cmp.$tagName$ + "-" + mode : cmp.$tagName$);
774
879
  var h = (nodeName, vnodeData, ...children) => {
775
880
  let child = null;
776
881
  let key = null;
@@ -885,7 +990,7 @@ var convertToPrivate = (node) => {
885
990
 
886
991
  // src/runtime/client-hydrate.ts
887
992
  var initializeClientHydrate = (hostElm, tagName, hostId, hostRef) => {
888
- var _a;
993
+ var _a, _b, _c;
889
994
  const endHydrate = createTime("hydrateClient", tagName);
890
995
  const shadowRoot = hostElm.shadowRoot;
891
996
  const childRenderNodes = [];
@@ -896,15 +1001,17 @@ var initializeClientHydrate = (hostElm, tagName, hostId, hostRef) => {
896
1001
  vnode.$elm$ = hostElm;
897
1002
  const members = Object.entries(((_a = hostRef.$cmpMeta$) == null ? void 0 : _a.$members$) || {});
898
1003
  members.forEach(([memberName, [memberFlags, metaAttributeName]]) => {
899
- var _a2;
1004
+ var _b2;
900
1005
  if (!(memberFlags & 31 /* Prop */)) {
901
1006
  return;
902
1007
  }
903
1008
  const attributeName = metaAttributeName || memberName;
904
1009
  const attrVal = hostElm.getAttribute(attributeName);
905
1010
  if (attrVal !== null) {
906
- const attrPropVal = parsePropertyValue(attrVal, memberFlags);
907
- (_a2 = hostRef == null ? void 0 : hostRef.$instanceValues$) == null ? void 0 : _a2.set(memberName, attrPropVal);
1011
+ const attrPropVal = parsePropertyValue(
1012
+ attrVal,
1013
+ memberFlags);
1014
+ (_b2 = hostRef == null ? void 0 : hostRef.$instanceValues$) == null ? void 0 : _b2.set(memberName, attrPropVal);
908
1015
  }
909
1016
  });
910
1017
  let scopeId2;
@@ -945,6 +1052,18 @@ var initializeClientHydrate = (hostElm, tagName, hostId, hostRef) => {
945
1052
  if (childRenderNode.$tag$ === "slot") {
946
1053
  node["s-cr"] = hostElm["s-cr"];
947
1054
  }
1055
+ } else if (((_b = childRenderNode.$tag$) == null ? void 0 : _b.toString().includes("-")) && childRenderNode.$tag$ !== "slot-fb" && !childRenderNode.$elm$.shadowRoot) {
1056
+ const cmpMeta = getHostRef(childRenderNode.$elm$);
1057
+ if (cmpMeta) {
1058
+ const scopeId3 = getScopeId(
1059
+ cmpMeta.$cmpMeta$,
1060
+ childRenderNode.$elm$.getAttribute("s-mode")
1061
+ );
1062
+ const styleSheet = win$2.document.querySelector(`style[sty-id="${scopeId3}"]`);
1063
+ if (styleSheet) {
1064
+ hostElm.shadowRoot.append(styleSheet.cloneNode(true));
1065
+ }
1066
+ }
948
1067
  }
949
1068
  if (childRenderNode.$tag$ === "slot") {
950
1069
  childRenderNode.$name$ = childRenderNode.$elm$["s-sn"] || childRenderNode.$elm$["name"] || null;
@@ -960,7 +1079,7 @@ var initializeClientHydrate = (hostElm, tagName, hostId, hostRef) => {
960
1079
  }
961
1080
  }
962
1081
  if (orgLocationNode && orgLocationNode.isConnected) {
963
- if (shadowRoot && orgLocationNode["s-en"] === "") {
1082
+ if (orgLocationNode.parentElement.shadowRoot && orgLocationNode["s-en"] === "") {
964
1083
  orgLocationNode.parentNode.insertBefore(node, orgLocationNode.nextSibling);
965
1084
  }
966
1085
  orgLocationNode.parentNode.removeChild(orgLocationNode);
@@ -968,7 +1087,9 @@ var initializeClientHydrate = (hostElm, tagName, hostId, hostRef) => {
968
1087
  node["s-oo"] = parseInt(childRenderNode.$nodeId$);
969
1088
  }
970
1089
  }
971
- plt.$orgLocNodes$.delete(orgLocationId);
1090
+ if (orgLocationNode && !orgLocationNode["s-id"]) {
1091
+ plt.$orgLocNodes$.delete(orgLocationId);
1092
+ }
972
1093
  }
973
1094
  const hosts = [];
974
1095
  const snLen = slottedNodes.length;
@@ -989,17 +1110,22 @@ var initializeClientHydrate = (hostElm, tagName, hostId, hostRef) => {
989
1110
  }
990
1111
  if (!hosts[slottedItem.hostId]) continue;
991
1112
  const hostEle = hosts[slottedItem.hostId];
1113
+ if (hostEle.shadowRoot && slottedItem.node.parentElement !== hostEle) {
1114
+ hostEle.appendChild(slottedItem.node);
1115
+ }
992
1116
  if (!hostEle.shadowRoot || !shadowRoot) {
993
- slottedItem.slot["s-cr"] = hostEle["s-cr"];
994
- if (!slottedItem.slot["s-cr"] && hostEle.shadowRoot) {
995
- slottedItem.slot["s-cr"] = hostEle;
996
- } else {
997
- slottedItem.slot["s-cr"] = (hostEle.__childNodes || hostEle.childNodes)[0];
1117
+ if (!slottedItem.slot["s-cr"]) {
1118
+ slottedItem.slot["s-cr"] = hostEle["s-cr"];
1119
+ if (!slottedItem.slot["s-cr"] && hostEle.shadowRoot) {
1120
+ slottedItem.slot["s-cr"] = hostEle;
1121
+ } else {
1122
+ slottedItem.slot["s-cr"] = (hostEle.__childNodes || hostEle.childNodes)[0];
1123
+ }
998
1124
  }
999
1125
  addSlotRelocateNode(slottedItem.node, slottedItem.slot, false, slottedItem.node["s-oo"]);
1000
- }
1001
- if (hostEle.shadowRoot && slottedItem.node.parentElement !== hostEle) {
1002
- hostEle.appendChild(slottedItem.node);
1126
+ if (((_c = slottedItem.node.parentElement) == null ? void 0 : _c.shadowRoot) && slottedItem.node["getAttribute"] && slottedItem.node.getAttribute("slot")) {
1127
+ slottedItem.node.removeAttribute("slot");
1128
+ }
1003
1129
  }
1004
1130
  }
1005
1131
  }
@@ -1008,25 +1134,27 @@ var initializeClientHydrate = (hostElm, tagName, hostId, hostRef) => {
1008
1134
  slot.$elm$.parentElement.classList.add(scopeId2 + "-s");
1009
1135
  });
1010
1136
  }
1011
- if (shadowRoot && !shadowRoot.childNodes.length) {
1137
+ if (shadowRoot) {
1012
1138
  let rnIdex = 0;
1013
1139
  const rnLen = shadowRootNodes.length;
1014
1140
  if (rnLen) {
1015
1141
  for (rnIdex; rnIdex < rnLen; rnIdex++) {
1016
- shadowRoot.appendChild(shadowRootNodes[rnIdex]);
1142
+ const node = shadowRootNodes[rnIdex];
1143
+ if (node) {
1144
+ shadowRoot.appendChild(node);
1145
+ }
1017
1146
  }
1018
1147
  Array.from(hostElm.childNodes).forEach((node) => {
1019
- if (typeof node["s-sn"] !== "string") {
1148
+ if (typeof node["s-en"] !== "string" && typeof node["s-sn"] !== "string") {
1020
1149
  if (node.nodeType === 1 /* ElementNode */ && node.slot && node.hidden) {
1021
1150
  node.removeAttribute("hidden");
1022
- } else if (node.nodeType === 8 /* CommentNode */ || node.nodeType === 3 /* TextNode */ && !node.wholeText.trim()) {
1151
+ } else if (node.nodeType === 8 /* CommentNode */ && !node.nodeValue || node.nodeType === 3 /* TextNode */ && !node.wholeText.trim()) {
1023
1152
  node.parentNode.removeChild(node);
1024
1153
  }
1025
1154
  }
1026
1155
  });
1027
1156
  }
1028
1157
  }
1029
- plt.$orgLocNodes$.delete(hostElm["s-id"]);
1030
1158
  hostRef.$hostElement$ = hostElm;
1031
1159
  endHydrate();
1032
1160
  };
@@ -1058,7 +1186,7 @@ var clientHydrate = (parentVNode, childRenderNodes, slotNodes, shadowRootNodes,
1058
1186
  if (!parentVNode.$children$) {
1059
1187
  parentVNode.$children$ = [];
1060
1188
  }
1061
- if (scopeId2) {
1189
+ if (scopeId2 && childIdSplt[0] === hostId) {
1062
1190
  node["s-si"] = scopeId2;
1063
1191
  childVNode.$attrs$.class += " " + scopeId2;
1064
1192
  }
@@ -1188,7 +1316,7 @@ var clientHydrate = (parentVNode, childRenderNodes, slotNodes, shadowRootNodes,
1188
1316
  vnode.$index$ = "0";
1189
1317
  parentVNode.$children$ = [vnode];
1190
1318
  } else {
1191
- if (node.nodeType === 3 /* TextNode */ && !node.wholeText.trim()) {
1319
+ if (node.nodeType === 3 /* TextNode */ && !node.wholeText.trim() && !node["s-nr"]) {
1192
1320
  node.remove();
1193
1321
  }
1194
1322
  }
@@ -1246,10 +1374,10 @@ function addSlot(slotName, slotId, childVNode, node, parentVNode, childRenderNod
1246
1374
  if (childVNode.$name$) {
1247
1375
  childVNode.$elm$.setAttribute("name", slotName);
1248
1376
  }
1249
- if (parentNodeId && parentNodeId !== childVNode.$hostId$) {
1250
- parentVNode.$elm$.insertBefore(slot, parentVNode.$elm$.children[0]);
1377
+ if (parentVNode.$elm$.shadowRoot && parentNodeId && parentNodeId !== childVNode.$hostId$) {
1378
+ internalCall(parentVNode.$elm$, "insertBefore")(slot, internalCall(parentVNode.$elm$, "children")[0]);
1251
1379
  } else {
1252
- node.parentNode.insertBefore(childVNode.$elm$, node);
1380
+ internalCall(internalCall(node, "parentNode"), "insertBefore")(slot, node);
1253
1381
  }
1254
1382
  addSlottedNodes(slottedNodes, slotId, slotName, node, childVNode.$hostId$);
1255
1383
  node.remove();
@@ -1264,8 +1392,8 @@ function addSlot(slotName, slotId, childVNode, node, parentVNode, childRenderNod
1264
1392
  if (shouldMove) {
1265
1393
  parentVNode.$elm$.insertBefore(slot, parentVNode.$elm$.children[0]);
1266
1394
  }
1267
- childRenderNodes.push(childVNode);
1268
1395
  }
1396
+ childRenderNodes.push(childVNode);
1269
1397
  slotNodes.push(childVNode);
1270
1398
  if (!parentVNode.$children$) {
1271
1399
  parentVNode.$children$ = [];
@@ -1273,13 +1401,17 @@ function addSlot(slotName, slotId, childVNode, node, parentVNode, childRenderNod
1273
1401
  parentVNode.$children$[childVNode.$index$] = childVNode;
1274
1402
  }
1275
1403
  var addSlottedNodes = (slottedNodes, slotNodeId, slotName, slotNode, hostId) => {
1404
+ var _a, _b;
1276
1405
  let slottedNode = slotNode.nextSibling;
1277
1406
  slottedNodes[slotNodeId] = slottedNodes[slotNodeId] || [];
1278
- 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 */))) {
1279
- slottedNode["s-sn"] = slotName;
1280
- slottedNodes[slotNodeId].push({ slot: slotNode, node: slottedNode, hostId });
1281
- slottedNode = slottedNode.nextSibling;
1282
- }
1407
+ if (!slottedNode || ((_a = slottedNode.nodeValue) == null ? void 0 : _a.startsWith(SLOT_NODE_ID + "."))) return;
1408
+ do {
1409
+ 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 */))) {
1410
+ slottedNode["s-sn"] = slotName;
1411
+ slottedNodes[slotNodeId].push({ slot: slotNode, node: slottedNode, hostId });
1412
+ }
1413
+ slottedNode = slottedNode == null ? void 0 : slottedNode.nextSibling;
1414
+ } while (slottedNode && !((_b = slottedNode.nodeValue) == null ? void 0 : _b.startsWith(SLOT_NODE_ID + ".")));
1283
1415
  };
1284
1416
  var findCorrespondingNode = (node, type) => {
1285
1417
  let sibling = node;
@@ -1304,6 +1436,12 @@ var findCorrespondingNode = (node, type) => {
1304
1436
  var safeSelector = (selector) => {
1305
1437
  const placeholders = [];
1306
1438
  let index = 0;
1439
+ selector = selector.replace(/(\[\s*part~=\s*("[^"]*"|'[^']*')\s*\])/g, (_, keep) => {
1440
+ const replaceBy = `__part-${index}__`;
1441
+ placeholders.push(keep);
1442
+ index++;
1443
+ return replaceBy;
1444
+ });
1307
1445
  selector = selector.replace(/(\[[^\]]*\])/g, (_, keep) => {
1308
1446
  const replaceBy = `__ph-${index}__`;
1309
1447
  placeholders.push(keep);
@@ -1323,6 +1461,7 @@ var safeSelector = (selector) => {
1323
1461
  return ss;
1324
1462
  };
1325
1463
  var restoreSafeSelector = (placeholders, content) => {
1464
+ content = content.replace(/__part-(\d+)__/g, (_, index) => placeholders[+index]);
1326
1465
  return content.replace(/__ph-(\d+)__/g, (_, index) => placeholders[+index]);
1327
1466
  };
1328
1467
  var _polyfillHost = "-shadowcsshost";
@@ -1335,6 +1474,7 @@ var _cssColonSlottedRe = new RegExp("(" + _polyfillSlotted + _parenSuffix, "gim"
1335
1474
  var _polyfillHostNoCombinator = _polyfillHost + "-no-combinator";
1336
1475
  var _polyfillHostNoCombinatorRe = /-shadowcsshost-no-combinator([^\s]*)/;
1337
1476
  var _shadowDOMSelectorsRe = [/::shadow/g, /::content/g];
1477
+ var _safePartRe = /__part-(\d+)__/g;
1338
1478
  var _selectorReSuffix = "([>\\s~+[.,{:][\\s\\S]*)?$";
1339
1479
  var _polyfillHostRe = /-shadowcsshost/gim;
1340
1480
  var createSupportsRuleRe = (selector) => {
@@ -1549,7 +1689,7 @@ var applyStrictSelectorScope = (selector, scopeSelector2, hostSelector) => {
1549
1689
  let scopedSelector = "";
1550
1690
  let startIndex = 0;
1551
1691
  let res;
1552
- const sep = /( |>|\+|~(?!=))\s*/g;
1692
+ const sep = /( |>|\+|~(?!=))(?=(?:[^()]*\([^()]*\))*[^()]*$)\s*/g;
1553
1693
  const hasHost = selector.indexOf(_polyfillHostNoCombinator) > -1;
1554
1694
  let shouldScope = !hasHost;
1555
1695
  while ((res = sep.exec(selector)) !== null) {
@@ -1561,7 +1701,7 @@ var applyStrictSelectorScope = (selector, scopeSelector2, hostSelector) => {
1561
1701
  startIndex = sep.lastIndex;
1562
1702
  }
1563
1703
  const part = selector.substring(startIndex);
1564
- shouldScope = shouldScope || part.indexOf(_polyfillHostNoCombinator) > -1;
1704
+ shouldScope = !part.match(_safePartRe) && (shouldScope || part.indexOf(_polyfillHostNoCombinator) > -1);
1565
1705
  scopedSelector += shouldScope ? _scopeSelectorPart(part) : part;
1566
1706
  return restoreSafeSelector(safeContent.placeholders, scopedSelector);
1567
1707
  };
@@ -1618,6 +1758,36 @@ var scopeCssText = (cssText, scopeId2, hostScopeId, slotScopeId, commentOriginal
1618
1758
  var replaceShadowCssHost = (cssText, hostScopeId) => {
1619
1759
  return cssText.replace(/-shadowcsshost-no-combinator/g, `.${hostScopeId}`);
1620
1760
  };
1761
+ var expandPartSelectors = (cssText) => {
1762
+ const partSelectorRe = /([^\s,{][^,{]*?)::part\(\s*([^)]+?)\s*\)((?:[:.][^,{]*)*)/g;
1763
+ return processRules(cssText, (rule) => {
1764
+ if (rule.selector[0] === "@") {
1765
+ return rule;
1766
+ }
1767
+ const selectors = rule.selector.split(",").map((sel) => {
1768
+ const out = [sel.trim()];
1769
+ let m;
1770
+ while ((m = partSelectorRe.exec(sel)) !== null) {
1771
+ const before = m[1].trimEnd();
1772
+ const partNames = m[2].trim().split(/\s+/);
1773
+ const after = m[3] || "";
1774
+ const partAttr = partNames.flatMap((p) => {
1775
+ if (!rule.selector.includes(`[part~="${p}"]`)) {
1776
+ return [`[part~="${p}"]`];
1777
+ }
1778
+ return [];
1779
+ }).join("");
1780
+ const expanded = `${before} ${partAttr}${after}`;
1781
+ if (!!partAttr && expanded !== sel.trim()) {
1782
+ out.push(expanded);
1783
+ }
1784
+ }
1785
+ return out.join(", ");
1786
+ });
1787
+ rule.selector = selectors.join(", ");
1788
+ return rule;
1789
+ });
1790
+ };
1621
1791
  var scopeCss = (cssText, scopeId2, commentOriginalSelector) => {
1622
1792
  const hostScopeId = scopeId2 + "-h";
1623
1793
  const slotScopeId = scopeId2 + "-s";
@@ -1653,28 +1823,33 @@ var scopeCss = (cssText, scopeId2, commentOriginalSelector) => {
1653
1823
  const regex = new RegExp(escapeRegExpSpecialCharacters(slottedSelector.orgSelector), "g");
1654
1824
  cssText = cssText.replace(regex, slottedSelector.updatedSelector);
1655
1825
  });
1826
+ cssText = expandPartSelectors(cssText);
1656
1827
  return cssText;
1657
1828
  };
1658
1829
 
1659
1830
  // src/runtime/mode.ts
1660
1831
  var computeMode = (elm) => modeResolutionChain.map((h2) => h2(elm)).find((m) => !!m);
1661
1832
  var setMode = (handler) => modeResolutionChain.push(handler);
1662
- var getMode = (ref) => getHostRef(ref).$modeName$;
1663
- var parsePropertyValue = (propValue, propType) => {
1664
- if (typeof propValue === "string" && (propValue.startsWith("{") && propValue.endsWith("}") || propValue.startsWith("[") && propValue.endsWith("]"))) {
1665
- try {
1666
- propValue = JSON.parse(propValue);
1667
- return propValue;
1668
- } catch (e) {
1669
- }
1670
- }
1833
+ var getMode = (ref) => {
1834
+ var _a;
1835
+ return (_a = getHostRef(ref)) == null ? void 0 : _a.$modeName$;
1836
+ };
1837
+ var parsePropertyValue = (propValue, propType, isFormAssociated) => {
1671
1838
  if (typeof propValue === "string" && propValue.startsWith(SERIALIZED_PREFIX)) {
1672
1839
  propValue = deserializeProperty(propValue);
1673
1840
  return propValue;
1674
1841
  }
1842
+ if (typeof propValue === "string" && (propType & 16 /* Unknown */ || propType & 8 /* Any */) && (propValue.startsWith("{") && propValue.endsWith("}") || propValue.startsWith("[") && propValue.endsWith("]"))) {
1843
+ try {
1844
+ return JSON.parse(propValue);
1845
+ } catch (e) {
1846
+ }
1847
+ }
1675
1848
  if (propValue != null && !isComplexType(propValue)) {
1676
1849
  if (propType & 4 /* Boolean */) {
1677
- return propValue === "false" ? false : propValue === "" || !!propValue;
1850
+ {
1851
+ return propValue === "false" ? false : propValue === "" || !!propValue;
1852
+ }
1678
1853
  }
1679
1854
  if (propType & 2 /* Number */) {
1680
1855
  return typeof propValue === "string" ? parseFloat(propValue) : typeof propValue === "number" ? propValue : NaN;
@@ -1686,7 +1861,10 @@ var parsePropertyValue = (propValue, propType) => {
1686
1861
  }
1687
1862
  return propValue;
1688
1863
  };
1689
- var getElement = (ref) => getHostRef(ref).$hostElement$ ;
1864
+ var getElement = (ref) => {
1865
+ var _a;
1866
+ return (_a = getHostRef(ref)) == null ? void 0 : _a.$hostElement$ ;
1867
+ };
1690
1868
 
1691
1869
  // src/runtime/event-emitter.ts
1692
1870
  var createEvent = (ref, name, flags) => {
@@ -1707,96 +1885,6 @@ var emitEvent = (elm, name, opts) => {
1707
1885
  elm.dispatchEvent(ev);
1708
1886
  return ev;
1709
1887
  };
1710
- var rootAppliedStyles = /* @__PURE__ */ new WeakMap();
1711
- var registerStyle = (scopeId2, cssText, allowCS) => {
1712
- let style = styles.get(scopeId2);
1713
- {
1714
- style = cssText;
1715
- }
1716
- styles.set(scopeId2, style);
1717
- };
1718
- var addStyle = (styleContainerNode, cmpMeta, mode) => {
1719
- var _a;
1720
- const scopeId2 = getScopeId(cmpMeta, mode);
1721
- const style = styles.get(scopeId2);
1722
- if (!win$2.document) {
1723
- return scopeId2;
1724
- }
1725
- styleContainerNode = styleContainerNode.nodeType === 11 /* DocumentFragment */ ? styleContainerNode : win$2.document;
1726
- if (style) {
1727
- if (typeof style === "string") {
1728
- styleContainerNode = styleContainerNode.head || styleContainerNode;
1729
- let appliedStyles = rootAppliedStyles.get(styleContainerNode);
1730
- let styleElm;
1731
- if (!appliedStyles) {
1732
- rootAppliedStyles.set(styleContainerNode, appliedStyles = /* @__PURE__ */ new Set());
1733
- }
1734
- if (!appliedStyles.has(scopeId2)) {
1735
- if (styleContainerNode.host && (styleElm = styleContainerNode.querySelector(`[${HYDRATED_STYLE_ID}="${scopeId2}"]`))) {
1736
- styleElm.innerHTML = style;
1737
- } else {
1738
- styleElm = document.querySelector(`[${HYDRATED_STYLE_ID}="${scopeId2}"]`) || win$2.document.createElement("style");
1739
- styleElm.innerHTML = style;
1740
- const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(win$2.document);
1741
- if (nonce != null) {
1742
- styleElm.setAttribute("nonce", nonce);
1743
- }
1744
- if ((cmpMeta.$flags$ & 2 /* scopedCssEncapsulation */ || cmpMeta.$flags$ & 128 /* shadowNeedsScopedCss */)) {
1745
- styleElm.setAttribute(HYDRATED_STYLE_ID, scopeId2);
1746
- }
1747
- if (!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */)) {
1748
- if (styleContainerNode.nodeName === "HEAD") {
1749
- const preconnectLinks = styleContainerNode.querySelectorAll("link[rel=preconnect]");
1750
- const referenceNode2 = preconnectLinks.length > 0 ? preconnectLinks[preconnectLinks.length - 1].nextSibling : styleContainerNode.querySelector("style");
1751
- styleContainerNode.insertBefore(
1752
- styleElm,
1753
- (referenceNode2 == null ? void 0 : referenceNode2.parentNode) === styleContainerNode ? referenceNode2 : null
1754
- );
1755
- } else if ("host" in styleContainerNode) {
1756
- {
1757
- const existingStyleContainer = styleContainerNode.querySelector("style");
1758
- if (existingStyleContainer) {
1759
- existingStyleContainer.innerHTML = style + existingStyleContainer.innerHTML;
1760
- } else {
1761
- styleContainerNode.prepend(styleElm);
1762
- }
1763
- }
1764
- } else {
1765
- styleContainerNode.append(styleElm);
1766
- }
1767
- }
1768
- if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {
1769
- styleContainerNode.insertBefore(styleElm, null);
1770
- }
1771
- }
1772
- if (cmpMeta.$flags$ & 4 /* hasSlotRelocation */) {
1773
- styleElm.innerHTML += SLOT_FB_CSS;
1774
- }
1775
- if (appliedStyles) {
1776
- appliedStyles.add(scopeId2);
1777
- }
1778
- }
1779
- }
1780
- }
1781
- return scopeId2;
1782
- };
1783
- var attachStyles = (hostRef) => {
1784
- const cmpMeta = hostRef.$cmpMeta$;
1785
- const elm = hostRef.$hostElement$;
1786
- const flags = cmpMeta.$flags$;
1787
- const endAttachStyles = createTime("attachStyles", cmpMeta.$tagName$);
1788
- const scopeId2 = addStyle(
1789
- elm.shadowRoot ? elm.shadowRoot : elm.getRootNode(),
1790
- cmpMeta,
1791
- hostRef.$modeName$
1792
- );
1793
- if (flags & 10 /* needsScopedEncapsulation */) {
1794
- elm["s-sc"] = scopeId2;
1795
- elm.classList.add(scopeId2 + "-h");
1796
- }
1797
- endAttachStyles();
1798
- };
1799
- var getScopeId = (cmp, mode) => "sc-" + (mode && cmp.$flags$ & 32 /* hasMode */ ? cmp.$tagName$ + "-" + mode : cmp.$tagName$);
1800
1888
  var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags, initialRender) => {
1801
1889
  if (oldValue === newValue) {
1802
1890
  return;
@@ -1807,12 +1895,13 @@ var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags, initialRen
1807
1895
  const classList = elm.classList;
1808
1896
  const oldClasses = parseClassList(oldValue);
1809
1897
  let newClasses = parseClassList(newValue);
1810
- if (elm["s-si"] && initialRender) {
1811
- newClasses.push(elm["s-si"]);
1898
+ if ((elm["s-si"] || elm["s-sc"]) && initialRender) {
1899
+ const scopeId2 = elm["s-sc"] || elm["s-si"];
1900
+ newClasses.push(scopeId2);
1812
1901
  oldClasses.forEach((c) => {
1813
- if (c.startsWith(elm["s-si"])) newClasses.push(c);
1902
+ if (c.startsWith(scopeId2)) newClasses.push(c);
1814
1903
  });
1815
- newClasses = [...new Set(newClasses)];
1904
+ newClasses = [...new Set(newClasses)].filter((c) => c);
1816
1905
  classList.add(...newClasses);
1817
1906
  } else {
1818
1907
  classList.remove(...oldClasses.filter((c) => c && !newClasses.includes(c)));
@@ -2244,6 +2333,8 @@ var patch = (oldVNode, newVNode2, isInitialRender = false) => {
2244
2333
  !isInitialRender && BUILD.updatable && oldChildren !== null
2245
2334
  ) {
2246
2335
  removeVnodes(oldChildren, 0, oldChildren.length - 1);
2336
+ } else if (isInitialRender && BUILD.updatable && oldChildren !== null && newChildren === null) {
2337
+ newVNode2.$children$ = oldChildren;
2247
2338
  }
2248
2339
  if (isSvgMode && tag === "svg") {
2249
2340
  isSvgMode = false;
@@ -2459,6 +2550,12 @@ var scheduleUpdate = (hostRef, isInitialLoad) => {
2459
2550
  }
2460
2551
  attachToAncestor(hostRef, hostRef.$ancestorComponent$);
2461
2552
  const dispatch = () => dispatchHooks(hostRef, isInitialLoad);
2553
+ if (isInitialLoad) {
2554
+ queueMicrotask(() => {
2555
+ dispatch();
2556
+ });
2557
+ return;
2558
+ }
2462
2559
  return writeTask(dispatch) ;
2463
2560
  };
2464
2561
  var dispatchHooks = (hostRef, isInitialLoad) => {
@@ -2599,10 +2696,16 @@ var forceUpdate = (ref) => {
2599
2696
  return false;
2600
2697
  };
2601
2698
  var appDidLoad = (who) => {
2699
+ var _a;
2602
2700
  if (BUILD.asyncQueue) {
2603
2701
  plt.$flags$ |= 2 /* appLoaded */;
2604
2702
  }
2605
2703
  nextTick(() => emitEvent(win$2, "appload", { detail: { namespace: NAMESPACE } }));
2704
+ {
2705
+ if ((_a = plt.$orgLocNodes$) == null ? void 0 : _a.size) {
2706
+ plt.$orgLocNodes$.clear();
2707
+ }
2708
+ }
2606
2709
  };
2607
2710
  var safeCall$1 = (instance, method, arg, elm) => {
2608
2711
  if (instance && instance[method]) {
@@ -2635,6 +2738,9 @@ var serverSideConnected = (elm) => {
2635
2738
  var getValue = (ref, propName) => getHostRef(ref).$instanceValues$.get(propName);
2636
2739
  var setValue = (ref, propName, newVal, cmpMeta) => {
2637
2740
  const hostRef = getHostRef(ref);
2741
+ if (!hostRef) {
2742
+ return;
2743
+ }
2638
2744
  if (!hostRef) {
2639
2745
  throw new Error(
2640
2746
  `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).`
@@ -2644,7 +2750,9 @@ var setValue = (ref, propName, newVal, cmpMeta) => {
2644
2750
  const oldVal = hostRef.$instanceValues$.get(propName);
2645
2751
  const flags = hostRef.$flags$;
2646
2752
  const instance = hostRef.$lazyInstance$ ;
2647
- newVal = parsePropertyValue(newVal, cmpMeta.$members$[propName][0]);
2753
+ newVal = parsePropertyValue(
2754
+ newVal,
2755
+ cmpMeta.$members$[propName][0]);
2648
2756
  const areBothNaN = Number.isNaN(oldVal) && Number.isNaN(newVal);
2649
2757
  const didValueChange = newVal !== oldVal && !areBothNaN;
2650
2758
  if ((!(flags & 8 /* isConstructingInstance */) || oldVal === void 0) && didValueChange) {
@@ -2708,6 +2816,9 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
2708
2816
  Object.defineProperty(prototype, memberName, {
2709
2817
  set(newValue) {
2710
2818
  const ref = getHostRef(this);
2819
+ if (!ref) {
2820
+ return;
2821
+ }
2711
2822
  if (origSetter) {
2712
2823
  const currentValue = memberFlags & 32 /* State */ ? this[memberName] : ref.$hostElement$[memberName];
2713
2824
  if (typeof currentValue === "undefined" && ref.$instanceValues$.get(memberName)) {
@@ -2715,7 +2826,11 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
2715
2826
  } else if (!ref.$instanceValues$.get(memberName) && currentValue) {
2716
2827
  ref.$instanceValues$.set(memberName, currentValue);
2717
2828
  }
2718
- origSetter.apply(this, [parsePropertyValue(newValue, memberFlags)]);
2829
+ origSetter.apply(this, [
2830
+ parsePropertyValue(
2831
+ newValue,
2832
+ memberFlags)
2833
+ ]);
2719
2834
  newValue = memberFlags & 32 /* State */ ? this[memberName] : ref.$hostElement$[memberName];
2720
2835
  setValue(this, memberName, newValue, cmpMeta);
2721
2836
  return;
@@ -2797,8 +2912,12 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
2797
2912
  const scopeId2 = getScopeId(cmpMeta, hostRef.$modeName$);
2798
2913
  if (!styles.has(scopeId2)) {
2799
2914
  const endRegisterStyles = createTime("registerStyles", cmpMeta.$tagName$);
2800
- if (cmpMeta.$flags$ & 128 /* shadowNeedsScopedCss */) {
2801
- style = scopeCss(style, scopeId2);
2915
+ {
2916
+ if (cmpMeta.$flags$ & 128 /* shadowNeedsScopedCss */) {
2917
+ style = scopeCss(style, scopeId2);
2918
+ } else if (needsScopedSSR()) {
2919
+ style = expandPartSelectors(style);
2920
+ }
2802
2921
  }
2803
2922
  registerStyle(scopeId2, style);
2804
2923
  endRegisterStyles();
@@ -2823,6 +2942,9 @@ var fireConnectedCallback = (instance, elm) => {
2823
2942
  var connectedCallback = (elm) => {
2824
2943
  if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {
2825
2944
  const hostRef = getHostRef(elm);
2945
+ if (!hostRef) {
2946
+ return;
2947
+ }
2826
2948
  const cmpMeta = hostRef.$cmpMeta$;
2827
2949
  const endConnected = createTime("connectedCallback", cmpMeta.$tagName$);
2828
2950
  if (!(hostRef.$flags$ & 1 /* hasConnected */)) {
@@ -3138,7 +3260,7 @@ function proxyHostElement(elm, cstr) {
3138
3260
  get: function() {
3139
3261
  var _a2;
3140
3262
  const ref = getHostRef(this);
3141
- const attrPropVal2 = (_a2 = ref.$instanceValues$) == null ? void 0 : _a2.get(memberName);
3263
+ const attrPropVal2 = (_a2 = ref == null ? void 0 : ref.$instanceValues$) == null ? void 0 : _a2.get(memberName);
3142
3264
  if (origGetter && attrPropVal2 === void 0 && !getValue(this, memberName)) {
3143
3265
  setValue(this, memberName, origGetter.apply(this), cmpMeta);
3144
3266
  }
@@ -3181,6 +3303,7 @@ function hydrateApp(win2, opts, results, afterHydrate, resolve) {
3181
3303
  const orgDocumentCreateElement = win2.document.createElement;
3182
3304
  const orgDocumentCreateElementNS = win2.document.createElementNS;
3183
3305
  const resolved2 = Promise.resolve();
3306
+ setScopedSSR(opts);
3184
3307
  let tmrId;
3185
3308
  let ranCompleted = false;
3186
3309
  function hydratedComplete() {
@@ -3289,13 +3412,16 @@ async function hydrateComponent(win2, results, tagName, elm, waitingElements) {
3289
3412
  if (cmpMeta != null) {
3290
3413
  waitingElements.add(elm);
3291
3414
  const hostRef = getHostRef(this);
3415
+ if (!hostRef) {
3416
+ return;
3417
+ }
3292
3418
  addHostEventListeners(this, hostRef, cmpMeta.$listeners$);
3293
3419
  try {
3294
3420
  connectedCallback(elm);
3295
3421
  await elm.componentOnReady();
3296
3422
  results.hydratedCount++;
3297
3423
  const ref = getHostRef(elm);
3298
- const modeName = !ref.$modeName$ ? "$" : ref.$modeName$;
3424
+ const modeName = !(ref == null ? void 0 : ref.$modeName$) ? "$" : ref == null ? void 0 : ref.$modeName$;
3299
3425
  if (!results.components.some((c) => c.tag === tagName && c.mode === modeName)) {
3300
3426
  results.components.push({
3301
3427
  tag: tagName,
@@ -3542,6 +3668,11 @@ var Build = {
3542
3668
  isBrowser: false};
3543
3669
  var styles = /* @__PURE__ */ new Map();
3544
3670
 
3671
+ var setScopedSSR = (opts) => {
3672
+ scopedSSR = opts.serializeShadowRoot !== false && opts.serializeShadowRoot !== "declarative-shadow-dom";
3673
+ };
3674
+ var needsScopedSSR = () => scopedSSR;
3675
+ var scopedSSR = false;
3545
3676
 
3546
3677
  const transitionEndAsync = (el, expectedDuration = 0) => {
3547
3678
  return new Promise((resolve) => {
@@ -3861,33 +3992,33 @@ const isSafeNumber = (input) => {
3861
3992
  return typeof input === 'number' && !isNaN(input) && isFinite(input);
3862
3993
  };
3863
3994
 
3864
- /* Ionicons v7.2.2, ES Modules */
3865
-
3866
- 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>";
3867
- 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>";
3868
- 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>";
3869
- 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>";
3870
- 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>";
3871
- 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>";
3872
- 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>";
3873
- 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>";
3874
- 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>";
3875
- 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>";
3876
- 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>";
3877
- 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>";
3878
- 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>";
3879
- 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>";
3880
- 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>";
3881
- 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>";
3882
- 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>";
3883
- 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>";
3884
- 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>";
3885
- 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>";
3886
- 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>";
3887
- 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>";
3888
- 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>";
3889
- 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>";
3890
- 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>";
3995
+ /* Ionicons v8.0.13, ES Modules */
3996
+
3997
+ 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>";
3998
+ 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>";
3999
+ 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>";
4000
+ 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>";
4001
+ 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>";
4002
+ 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>";
4003
+ 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>";
4004
+ 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>";
4005
+ 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>";
4006
+ 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>";
4007
+ 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>";
4008
+ 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>";
4009
+ 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>";
4010
+ 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>";
4011
+ 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>";
4012
+ 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>";
4013
+ 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>";
4014
+ 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>";
4015
+ 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>";
4016
+ 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>";
4017
+ 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>";
4018
+ 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>";
4019
+ 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>";
4020
+ 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>";
4021
+ 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>";
3891
4022
 
3892
4023
  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}";
3893
4024
 
@@ -4234,7 +4365,7 @@ class Accordion {
4234
4365
  md: accordionMdCss
4235
4366
  }; }
4236
4367
  static get cmpMeta() { return {
4237
- "$flags$": 57,
4368
+ "$flags$": 313,
4238
4369
  "$tagName$": "ion-accordion",
4239
4370
  "$members$": {
4240
4371
  "value": [1],
@@ -4486,7 +4617,7 @@ class AccordionGroup {
4486
4617
  md: accordionGroupMdCss
4487
4618
  }; }
4488
4619
  static get cmpMeta() { return {
4489
- "$flags$": 41,
4620
+ "$flags$": 297,
4490
4621
  "$tagName$": "ion-accordion-group",
4491
4622
  "$members$": {
4492
4623
  "animated": [4],
@@ -7539,16 +7670,15 @@ class ActionSheet {
7539
7670
  }
7540
7671
  /**
7541
7672
  * Dismiss the action sheet overlay after it has been presented.
7673
+ * This is a no-op if the overlay has not been presented yet. If you want
7674
+ * to remove an overlay from the DOM that was never presented, use the
7675
+ * [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
7542
7676
  *
7543
7677
  * @param data Any data to emit in the dismiss events.
7544
7678
  * @param role The role of the element that is dismissing the action sheet.
7545
7679
  * This can be useful in a button handler for determining which button was
7546
- * clicked to dismiss the action sheet.
7547
- * Some examples include: ``"cancel"`, `"destructive"`, "selected"`, and `"backdrop"`.
7548
- *
7549
- * This is a no-op if the overlay has not been presented yet. If you want
7550
- * to remove an overlay from the DOM that was never presented, use the
7551
- * [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
7680
+ * clicked to dismiss the action sheet. Some examples include:
7681
+ * `"cancel"`, `"destructive"`, `"selected"`, and `"backdrop"`.
7552
7682
  */
7553
7683
  async dismiss(data, role) {
7554
7684
  const unlock = await this.lockController.lock();
@@ -7660,12 +7790,12 @@ class ActionSheet {
7660
7790
  const cancelButton = allButtons.find((b) => b.role === 'cancel');
7661
7791
  const buttons = allButtons.filter((b) => b.role !== 'cancel');
7662
7792
  const headerID = `action-sheet-${overlayIndex}-header`;
7663
- return (hAsync(Host, Object.assign({ key: '7bbd202ca9e19727e7514abbe073687d982f80c3', role: "dialog", "aria-modal": "true", "aria-labelledby": header !== undefined ? headerID : null, tabindex: "-1" }, htmlAttributes, { style: {
7793
+ return (hAsync(Host, Object.assign({ key: '9fef156b2a1f09ca4a6c1fe1f37c374139bde03c', role: "dialog", "aria-modal": "true", "aria-labelledby": header !== undefined ? headerID : null, tabindex: "-1" }, htmlAttributes, { style: {
7664
7794
  zIndex: `${20000 + this.overlayIndex}`,
7665
- }, 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: {
7795
+ }, 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: {
7666
7796
  'action-sheet-title': true,
7667
7797
  'action-sheet-has-sub-title': this.subHeader !== undefined,
7668
- } }, 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" })));
7798
+ } }, 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" })));
7669
7799
  }
7670
7800
  get el() { return getElement(this); }
7671
7801
  static get watchers() { return {
@@ -7677,7 +7807,7 @@ class ActionSheet {
7677
7807
  md: actionSheetMdCss
7678
7808
  }; }
7679
7809
  static get cmpMeta() { return {
7680
- "$flags$": 34,
7810
+ "$flags$": 290,
7681
7811
  "$tagName$": "ion-action-sheet",
7682
7812
  "$members$": {
7683
7813
  "overlayIndex": [2, "overlay-index"],
@@ -8218,16 +8348,15 @@ class Alert {
8218
8348
  }
8219
8349
  /**
8220
8350
  * Dismiss the alert overlay after it has been presented.
8351
+ * This is a no-op if the overlay has not been presented yet. If you want
8352
+ * to remove an overlay from the DOM that was never presented, use the
8353
+ * [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
8221
8354
  *
8222
8355
  * @param data Any data to emit in the dismiss events.
8223
8356
  * @param role The role of the element that is dismissing the alert.
8224
8357
  * This can be useful in a button handler for determining which button was
8225
- * clicked to dismiss the alert.
8226
- * Some examples include: ``"cancel"`, `"destructive"`, "selected"`, and `"backdrop"`.
8227
- *
8228
- * This is a no-op if the overlay has not been presented yet. If you want
8229
- * to remove an overlay from the DOM that was never presented, use the
8230
- * [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
8358
+ * clicked to dismiss the alert. Some examples include:
8359
+ * `"cancel"`, `"destructive"`, `"selected"`, and `"backdrop"`.
8231
8360
  */
8232
8361
  async dismiss(data, role) {
8233
8362
  const unlock = await this.lockController.lock();
@@ -8395,9 +8524,9 @@ class Alert {
8395
8524
  * If neither are defined, do not set aria-labelledby.
8396
8525
  */
8397
8526
  const ariaLabelledBy = header && subHeader ? `${hdrId} ${subHdrId}` : header ? hdrId : subHeader ? subHdrId : null;
8398
- return (hAsync(Host, { key: 'f8ee04fe6a97a2585b302c8e1a9eea3b122e3479', tabindex: "-1", style: {
8527
+ return (hAsync(Host, { key: '6025440b9cd369d4fac89e7e4296c84a10a0b8e0', tabindex: "-1", style: {
8399
8528
  zIndex: `${20000 + overlayIndex}`,
8400
- }, 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" })));
8529
+ }, 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" })));
8401
8530
  }
8402
8531
  get el() { return getElement(this); }
8403
8532
  static get watchers() { return {
@@ -8411,7 +8540,7 @@ class Alert {
8411
8540
  md: alertMdCss
8412
8541
  }; }
8413
8542
  static get cmpMeta() { return {
8414
- "$flags$": 34,
8543
+ "$flags$": 290,
8415
8544
  "$tagName$": "ion-alert",
8416
8545
  "$members$": {
8417
8546
  "overlayIndex": [2, "overlay-index"],
@@ -8466,6 +8595,8 @@ class App {
8466
8595
  * a result of another user action. (Ex: We focus the first element
8467
8596
  * inside of a popover when the user presents it, but the popover is not always
8468
8597
  * presented as a result of keyboard action.)
8598
+ *
8599
+ * @param elements An array of HTML elements to set focus on.
8469
8600
  */
8470
8601
  async setFocus(elements) {
8471
8602
  if (this.focusVisible) {
@@ -8474,7 +8605,7 @@ class App {
8474
8605
  }
8475
8606
  render() {
8476
8607
  const mode = getIonMode$1(this);
8477
- return (hAsync(Host, { key: '03aa892f986330078d112b1e8b010df98fa7e39e', class: {
8608
+ return (hAsync(Host, { key: '9be440c65819e4fa67c2c3c6477ab40b3ad3eed3', class: {
8478
8609
  [mode]: true,
8479
8610
  'ion-page': true,
8480
8611
  'force-statusbar-padding': config.getBoolean('_forceStatusbarPadding'),
@@ -8483,7 +8614,7 @@ class App {
8483
8614
  get el() { return getElement(this); }
8484
8615
  static get style() { return appCss; }
8485
8616
  static get cmpMeta() { return {
8486
- "$flags$": 0,
8617
+ "$flags$": 256,
8487
8618
  "$tagName$": "ion-app",
8488
8619
  "$members$": {
8489
8620
  "setFocus": [64]
@@ -8510,7 +8641,7 @@ class Avatar {
8510
8641
  md: avatarMdCss
8511
8642
  }; }
8512
8643
  static get cmpMeta() { return {
8513
- "$flags$": 41,
8644
+ "$flags$": 297,
8514
8645
  "$tagName$": "ion-avatar",
8515
8646
  "$members$": undefined,
8516
8647
  "$listeners$": undefined,
@@ -8608,7 +8739,7 @@ class BackButton {
8608
8739
  md: backButtonMdCss
8609
8740
  }; }
8610
8741
  static get cmpMeta() { return {
8611
- "$flags$": 41,
8742
+ "$flags$": 297,
8612
8743
  "$tagName$": "ion-back-button",
8613
8744
  "$members$": {
8614
8745
  "color": [513],
@@ -8671,7 +8802,7 @@ class Backdrop {
8671
8802
  md: backdropMdCss
8672
8803
  }; }
8673
8804
  static get cmpMeta() { return {
8674
- "$flags$": 41,
8805
+ "$flags$": 297,
8675
8806
  "$tagName$": "ion-backdrop",
8676
8807
  "$members$": {
8677
8808
  "visible": [4],
@@ -8706,7 +8837,7 @@ class Badge {
8706
8837
  md: badgeMdCss
8707
8838
  }; }
8708
8839
  static get cmpMeta() { return {
8709
- "$flags$": 41,
8840
+ "$flags$": 297,
8710
8841
  "$tagName$": "ion-badge",
8711
8842
  "$members$": {
8712
8843
  "color": [513]
@@ -8813,7 +8944,7 @@ class Breadcrumb {
8813
8944
  md: breadcrumbMdCss
8814
8945
  }; }
8815
8946
  static get cmpMeta() { return {
8816
- "$flags$": 41,
8947
+ "$flags$": 297,
8817
8948
  "$tagName$": "ion-breadcrumb",
8818
8949
  "$members$": {
8819
8950
  "collapsed": [4],
@@ -8967,7 +9098,7 @@ class Breadcrumbs {
8967
9098
  md: breadcrumbsMdCss
8968
9099
  }; }
8969
9100
  static get cmpMeta() { return {
8970
- "$flags$": 41,
9101
+ "$flags$": 297,
8971
9102
  "$tagName$": "ion-breadcrumbs",
8972
9103
  "$members$": {
8973
9104
  "color": [513],
@@ -9244,7 +9375,7 @@ class Button {
9244
9375
  md: buttonMdCss
9245
9376
  }; }
9246
9377
  static get cmpMeta() { return {
9247
- "$flags$": 41,
9378
+ "$flags$": 297,
9248
9379
  "$tagName$": "ion-button",
9249
9380
  "$members$": {
9250
9381
  "color": [513],
@@ -9304,7 +9435,7 @@ class Buttons {
9304
9435
  md: buttonsMdCss
9305
9436
  }; }
9306
9437
  static get cmpMeta() { return {
9307
- "$flags$": 38,
9438
+ "$flags$": 294,
9308
9439
  "$tagName$": "ion-buttons",
9309
9440
  "$members$": {
9310
9441
  "collapse": [4]
@@ -9383,7 +9514,7 @@ class Card {
9383
9514
  md: cardMdCss
9384
9515
  }; }
9385
9516
  static get cmpMeta() { return {
9386
- "$flags$": 41,
9517
+ "$flags$": 297,
9387
9518
  "$tagName$": "ion-card",
9388
9519
  "$members$": {
9389
9520
  "color": [513],
@@ -9427,7 +9558,7 @@ class CardContent {
9427
9558
  md: cardContentMdCss
9428
9559
  }; }
9429
9560
  static get cmpMeta() { return {
9430
- "$flags$": 32,
9561
+ "$flags$": 288,
9431
9562
  "$tagName$": "ion-card-content",
9432
9563
  "$members$": undefined,
9433
9564
  "$listeners$": undefined,
@@ -9466,7 +9597,7 @@ class CardHeader {
9466
9597
  md: cardHeaderMdCss
9467
9598
  }; }
9468
9599
  static get cmpMeta() { return {
9469
- "$flags$": 41,
9600
+ "$flags$": 297,
9470
9601
  "$tagName$": "ion-card-header",
9471
9602
  "$members$": {
9472
9603
  "color": [513],
@@ -9501,7 +9632,7 @@ class CardSubtitle {
9501
9632
  md: cardSubtitleMdCss
9502
9633
  }; }
9503
9634
  static get cmpMeta() { return {
9504
- "$flags$": 41,
9635
+ "$flags$": 297,
9505
9636
  "$tagName$": "ion-card-subtitle",
9506
9637
  "$members$": {
9507
9638
  "color": [513]
@@ -9535,7 +9666,7 @@ class CardTitle {
9535
9666
  md: cardTitleMdCss
9536
9667
  }; }
9537
9668
  static get cmpMeta() { return {
9538
- "$flags$": 41,
9669
+ "$flags$": 297,
9539
9670
  "$tagName$": "ion-card-title",
9540
9671
  "$members$": {
9541
9672
  "color": [513]
@@ -9729,7 +9860,7 @@ class Checkbox {
9729
9860
  md: checkboxMdCss
9730
9861
  }; }
9731
9862
  static get cmpMeta() { return {
9732
- "$flags$": 41,
9863
+ "$flags$": 297,
9733
9864
  "$tagName$": "ion-checkbox",
9734
9865
  "$members$": {
9735
9866
  "color": [513],
@@ -9786,7 +9917,7 @@ class Chip {
9786
9917
  md: chipMdCss
9787
9918
  }; }
9788
9919
  static get cmpMeta() { return {
9789
- "$flags$": 41,
9920
+ "$flags$": 297,
9790
9921
  "$tagName$": "ion-chip",
9791
9922
  "$members$": {
9792
9923
  "color": [513],
@@ -9911,7 +10042,7 @@ class Col {
9911
10042
  }
9912
10043
  static get style() { return colCss; }
9913
10044
  static get cmpMeta() { return {
9914
- "$flags$": 9,
10045
+ "$flags$": 265,
9915
10046
  "$tagName$": "ion-col",
9916
10047
  "$members$": {
9917
10048
  "offset": [1],
@@ -10318,7 +10449,7 @@ class Content {
10318
10449
  get el() { return getElement(this); }
10319
10450
  static get style() { return contentCss; }
10320
10451
  static get cmpMeta() { return {
10321
- "$flags$": 9,
10452
+ "$flags$": 265,
10322
10453
  "$tagName$": "ion-content",
10323
10454
  "$members$": {
10324
10455
  "color": [513],
@@ -12245,6 +12376,7 @@ const getHighlightStyles = (highlightedDates, dateIsoString, el) => {
12245
12376
  return {
12246
12377
  textColor: matchingHighlight.textColor,
12247
12378
  backgroundColor: matchingHighlight.backgroundColor,
12379
+ border: matchingHighlight.border,
12248
12380
  };
12249
12381
  }
12250
12382
  }
@@ -13094,6 +13226,8 @@ class Datetime {
13094
13226
  * Confirms the selected datetime value, updates the
13095
13227
  * `value` property, and optionally closes the popover
13096
13228
  * or modal that the datetime was presented in.
13229
+ *
13230
+ * @param closeOverlay If `true`, closes the parent overlay. Defaults to `false`.
13097
13231
  */
13098
13232
  async confirm(closeOverlay = false) {
13099
13233
  const { isCalendarPicker, activeParts, preferWheel, workingParts } = this;
@@ -13127,6 +13261,8 @@ class Datetime {
13127
13261
  * Resets the internal state of the datetime but does not update the value.
13128
13262
  * Passing a valid ISO-8601 string will reset the state of the component to the provided date.
13129
13263
  * If no value is provided, the internal state will be reset to the clamped value of the min, max and today.
13264
+ *
13265
+ * @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.
13130
13266
  */
13131
13267
  async reset(startDate) {
13132
13268
  this.processValue(startDate);
@@ -13136,6 +13272,8 @@ class Datetime {
13136
13272
  * optionally closes the popover
13137
13273
  * or modal that the datetime was
13138
13274
  * presented in.
13275
+ *
13276
+ * @param closeOverlay If `true`, closes the parent overlay. Defaults to `false`.
13139
13277
  */
13140
13278
  async cancel(closeOverlay = false) {
13141
13279
  this.ionCancel.emit();
@@ -13751,6 +13889,7 @@ class Datetime {
13751
13889
  if (el) {
13752
13890
  el.style.setProperty('color', `${dateStyle ? dateStyle.textColor : ''}`, 'important');
13753
13891
  el.style.setProperty('background-color', `${dateStyle ? dateStyle.backgroundColor : ''}`, 'important');
13892
+ el.style.setProperty('border', `${dateStyle ? dateStyle.border : ''}`, 'important');
13754
13893
  }
13755
13894
  }, tabindex: "-1", "data-day": day, "data-month": _month, "data-year": _year, "data-index": index, "data-day-of-week": dayOfWeek, disabled: isButtonDisabled, class: {
13756
13895
  'calendar-day-padding': isCalendarPadding,
@@ -13949,7 +14088,7 @@ class Datetime {
13949
14088
  const hasDatePresentation = presentation === 'date' || presentation === 'date-time' || presentation === 'time-date';
13950
14089
  const hasWheelVariant = hasDatePresentation && preferWheel;
13951
14090
  renderHiddenInput(true, el, name, formatValue(value), disabled);
13952
- return (hAsync(Host, { key: '7ea46c27aa5fb01b748dd4d6eb2340ad13f65175', "aria-disabled": disabled ? 'true' : null, onFocus: this.onFocus, onBlur: this.onBlur, class: Object.assign({}, createColorClasses$1(color, {
14091
+ return (hAsync(Host, { key: 'f35cf200ff05d33074576e3d2754d3b2a0735b96', "aria-disabled": disabled ? 'true' : null, onFocus: this.onFocus, onBlur: this.onBlur, class: Object.assign({}, createColorClasses$1(color, {
13953
14092
  [mode]: true,
13954
14093
  ['datetime-readonly']: readonly,
13955
14094
  ['datetime-disabled']: disabled,
@@ -13959,7 +14098,7 @@ class Datetime {
13959
14098
  [`datetime-size-${size}`]: true,
13960
14099
  [`datetime-prefer-wheel`]: hasWheelVariant,
13961
14100
  [`datetime-grid`]: isGridStyle,
13962
- })) }, hAsync("div", { key: '6964378424c58b053e23279d08eaedf28dfcc315', class: "intersection-tracker", ref: (el) => (this.intersectionTrackerRef = el) }), this.renderDatetime(mode)));
14101
+ })) }, hAsync("div", { key: '859e9354a12bfa58ac3f964c2e66839f17071c00', class: "intersection-tracker", ref: (el) => (this.intersectionTrackerRef = el) }), this.renderDatetime(mode)));
13963
14102
  }
13964
14103
  get el() { return getElement(this); }
13965
14104
  static get watchers() { return {
@@ -13980,7 +14119,7 @@ class Datetime {
13980
14119
  md: datetimeMdCss
13981
14120
  }; }
13982
14121
  static get cmpMeta() { return {
13983
- "$flags$": 41,
14122
+ "$flags$": 297,
13984
14123
  "$tagName$": "ion-datetime",
13985
14124
  "$members$": {
13986
14125
  "color": [1],
@@ -14382,7 +14521,7 @@ class DatetimeButton {
14382
14521
  md: datetimeButtonMdCss
14383
14522
  }; }
14384
14523
  static get cmpMeta() { return {
14385
- "$flags$": 41,
14524
+ "$flags$": 297,
14386
14525
  "$tagName$": "ion-datetime-button",
14387
14526
  "$members$": {
14388
14527
  "color": [513],
@@ -14467,7 +14606,7 @@ class Fab {
14467
14606
  }; }
14468
14607
  static get style() { return fabCss; }
14469
14608
  static get cmpMeta() { return {
14470
- "$flags$": 9,
14609
+ "$flags$": 265,
14471
14610
  "$tagName$": "ion-fab",
14472
14611
  "$members$": {
14473
14612
  "horizontal": [1],
@@ -14585,7 +14724,7 @@ class FabButton {
14585
14724
  md: fabButtonMdCss
14586
14725
  }; }
14587
14726
  static get cmpMeta() { return {
14588
- "$flags$": 41,
14727
+ "$flags$": 297,
14589
14728
  "$tagName$": "ion-fab-button",
14590
14729
  "$members$": {
14591
14730
  "color": [513],
@@ -14645,7 +14784,7 @@ class FabList {
14645
14784
  }; }
14646
14785
  static get style() { return fabListCss; }
14647
14786
  static get cmpMeta() { return {
14648
- "$flags$": 9,
14787
+ "$flags$": 265,
14649
14788
  "$tagName$": "ion-fab-list",
14650
14789
  "$members$": {
14651
14790
  "activated": [4],
@@ -15110,7 +15249,7 @@ class Footer {
15110
15249
  md: footerMdCss
15111
15250
  }; }
15112
15251
  static get cmpMeta() { return {
15113
- "$flags$": 36,
15252
+ "$flags$": 292,
15114
15253
  "$tagName$": "ion-footer",
15115
15254
  "$members$": {
15116
15255
  "collapse": [1],
@@ -15142,7 +15281,7 @@ class Grid {
15142
15281
  }
15143
15282
  static get style() { return gridCss; }
15144
15283
  static get cmpMeta() { return {
15145
- "$flags$": 9,
15284
+ "$flags$": 265,
15146
15285
  "$tagName$": "ion-grid",
15147
15286
  "$members$": {
15148
15287
  "fixed": [4]
@@ -15508,7 +15647,7 @@ class Header {
15508
15647
  md: headerMdCss
15509
15648
  }; }
15510
15649
  static get cmpMeta() { return {
15511
- "$flags$": 36,
15650
+ "$flags$": 292,
15512
15651
  "$tagName$": "ion-header",
15513
15652
  "$members$": {
15514
15653
  "collapse": [1],
@@ -15521,33 +15660,33 @@ class Header {
15521
15660
  }
15522
15661
 
15523
15662
  const getName = (iconName, icon, mode, ios, md) => {
15524
- // default to "md" if somehow the mode wasn't set
15525
- mode = (mode && toLower(mode)) === 'ios' ? 'ios' : 'md';
15526
- // if an icon was passed in using the ios or md attributes
15527
- // set the iconName to whatever was passed in
15528
- if (ios && mode === 'ios') {
15529
- iconName = toLower(ios);
15530
- }
15531
- else if (md && mode === 'md') {
15532
- iconName = toLower(md);
15533
- }
15534
- else {
15535
- if (!iconName && icon && !isSrc(icon)) {
15536
- iconName = icon;
15663
+ // default to "md" if somehow the mode wasn't set
15664
+ mode = (mode && toLower(mode)) === 'ios' ? 'ios' : 'md';
15665
+ // if an icon was passed in using the ios or md attributes
15666
+ // set the iconName to whatever was passed in
15667
+ if (ios && mode === 'ios') {
15668
+ iconName = toLower(ios);
15537
15669
  }
15538
- if (isStr(iconName)) {
15539
- iconName = toLower(iconName);
15670
+ else if (md && mode === 'md') {
15671
+ iconName = toLower(md);
15540
15672
  }
15541
- }
15542
- if (!isStr(iconName) || iconName.trim() === '') {
15543
- return null;
15544
- }
15545
- // only allow alpha characters and dash
15546
- const invalidChars = iconName.replace(/[a-z]|-|\d/gi, '');
15547
- if (invalidChars !== '') {
15548
- return null;
15549
- }
15550
- return iconName;
15673
+ else {
15674
+ if (!iconName && icon && !isSrc(icon)) {
15675
+ iconName = icon;
15676
+ }
15677
+ if (isStr(iconName)) {
15678
+ iconName = toLower(iconName);
15679
+ }
15680
+ }
15681
+ if (!isStr(iconName) || iconName.trim() === '') {
15682
+ return null;
15683
+ }
15684
+ // only allow alpha characters and dash
15685
+ const invalidChars = iconName.replace(/[a-z]|-|\d/gi, '');
15686
+ if (invalidChars !== '') {
15687
+ return null;
15688
+ }
15689
+ return iconName;
15551
15690
  };
15552
15691
  const isSrc = (str) => str.length > 0 && /(\/|\.)/.test(str);
15553
15692
  const isStr = (val) => typeof val === 'string';
@@ -15563,17 +15702,17 @@ const toLower = (val) => val.toLowerCase();
15563
15702
  * does not trigger a re-render.
15564
15703
  */
15565
15704
  const inheritAttributes = (el, attributes = []) => {
15566
- const attributeObject = {};
15567
- attributes.forEach(attr => {
15568
- if (el.hasAttribute(attr)) {
15569
- const value = el.getAttribute(attr);
15570
- if (value !== null) {
15571
- attributeObject[attr] = el.getAttribute(attr);
15572
- }
15573
- el.removeAttribute(attr);
15574
- }
15575
- });
15576
- return attributeObject;
15705
+ const attributeObject = {};
15706
+ attributes.forEach((attr) => {
15707
+ if (el.hasAttribute(attr)) {
15708
+ const value = el.getAttribute(attr);
15709
+ if (value !== null) {
15710
+ attributeObject[attr] = el.getAttribute(attr);
15711
+ }
15712
+ el.removeAttribute(attr);
15713
+ }
15714
+ });
15715
+ return attributeObject;
15577
15716
  };
15578
15717
  /**
15579
15718
  * Returns `true` if the document or host element
@@ -15581,15 +15720,15 @@ const inheritAttributes = (el, attributes = []) => {
15581
15720
  * take priority over the root document value.
15582
15721
  */
15583
15722
  const isRTL = (hostEl) => {
15584
- if (hostEl) {
15585
- if (hostEl.dir !== '') {
15586
- return hostEl.dir.toLowerCase() === 'rtl';
15723
+ if (hostEl) {
15724
+ if (hostEl.dir !== '') {
15725
+ return hostEl.dir.toLowerCase() === 'rtl';
15726
+ }
15587
15727
  }
15588
- }
15589
- return (document === null || document === void 0 ? void 0 : document.dir.toLowerCase()) === 'rtl';
15728
+ return (document === null || document === void 0 ? void 0 : document.dir.toLowerCase()) === 'rtl';
15590
15729
  };
15591
15730
 
15592
- 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)}";
15731
+ 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)}";
15593
15732
 
15594
15733
  class Icon {
15595
15734
  constructor(hostRef) {
@@ -15597,32 +15736,41 @@ class Icon {
15597
15736
  this.iconName = null;
15598
15737
  this.inheritedAttributes = {};
15599
15738
  this.didLoadIcon = false;
15600
- this.svgContent = undefined;
15601
15739
  this.isVisible = false;
15740
+ /**
15741
+ * The mode determines which platform styles to use.
15742
+ */
15602
15743
  this.mode = getIonMode();
15603
- this.color = undefined;
15604
- this.ios = undefined;
15605
- this.md = undefined;
15606
- this.flipRtl = undefined;
15607
- this.name = undefined;
15608
- this.src = undefined;
15609
- this.icon = undefined;
15610
- this.size = undefined;
15744
+ /**
15745
+ * If enabled, ion-icon will be loaded lazily when it's visible in the viewport.
15746
+ * Default, `false`.
15747
+ */
15611
15748
  this.lazy = false;
15749
+ /**
15750
+ * When set to `false`, SVG content that is HTTP fetched will not be checked
15751
+ * if the response SVG content has any `<script>` elements, or any attributes
15752
+ * that start with `on`, such as `onclick`.
15753
+ * @default true
15754
+ */
15612
15755
  this.sanitize = true;
15613
15756
  }
15614
15757
  componentWillLoad() {
15615
15758
  this.inheritedAttributes = inheritAttributes(this.el, ['aria-label']);
15616
15759
  }
15617
15760
  connectedCallback() {
15618
- // purposely do not return the promise here because loading
15619
- // the svg file should not hold up loading the app
15620
- // only load the svg if it's visible
15761
+ /**
15762
+ * purposely do not return the promise here because loading
15763
+ * the svg file should not hold up loading the app
15764
+ * only load the svg if it's visible
15765
+ */
15621
15766
  this.waitUntilVisible(this.el, '50px', () => {
15622
15767
  this.isVisible = true;
15623
15768
  this.loadIcon();
15624
15769
  });
15625
15770
  }
15771
+ /**
15772
+ * Loads the icon after the component has finished rendering.
15773
+ */
15626
15774
  componentDidLoad() {
15627
15775
  /**
15628
15776
  * Addresses an Angular issue where property values are assigned after the 'connectedCallback' but prior to the registration of watchers.
@@ -15634,32 +15782,67 @@ class Icon {
15634
15782
  this.loadIcon();
15635
15783
  }
15636
15784
  }
15785
+ /**
15786
+ * Disconnect the IntersectionObserver.
15787
+ */
15637
15788
  disconnectedCallback() {
15638
15789
  if (this.io) {
15639
15790
  this.io.disconnect();
15640
15791
  this.io = undefined;
15641
15792
  }
15642
15793
  }
15794
+ /**
15795
+ * Wait until the icon is visible in the viewport.
15796
+ * @param el - The element to observe.
15797
+ * @param rootMargin - The root margin of the observer.
15798
+ * @param cb - The callback to call when the element is visible.
15799
+ */
15643
15800
  waitUntilVisible(el, rootMargin, cb) {
15644
- {
15645
- // browser doesn't support IntersectionObserver
15646
- // so just fallback to always show it
15647
- cb();
15801
+ /**
15802
+ * IntersectionObserver is a browser API that allows you to observe
15803
+ * the visibility of an element relative to a root element. It is
15804
+ * supported in all modern browsers, except IE and when server-side
15805
+ * rendering.
15806
+ */
15807
+ const hasIntersectionObserverSupport = Boolean(Build.isBrowser);
15808
+ /**
15809
+ * browser doesn't support IntersectionObserver
15810
+ * so just fallback to always show it
15811
+ */
15812
+ if (!hasIntersectionObserverSupport) {
15813
+ return cb();
15648
15814
  }
15815
+ const io = (this.io = new window.IntersectionObserver((data) => {
15816
+ if (data[0].isIntersecting) {
15817
+ io.disconnect();
15818
+ this.io = undefined;
15819
+ cb();
15820
+ }
15821
+ }, { rootMargin }));
15822
+ io.observe(el);
15649
15823
  }
15824
+ /**
15825
+ * Watch for changes to the icon name, src, icon, ios, or md properties.
15826
+ * When a change is detected, the icon will be loaded.
15827
+ */
15650
15828
  loadIcon() {
15651
15829
  this.iconName = getName(this.name, this.icon, this.mode, this.ios, this.md);
15652
15830
  }
15653
15831
  render() {
15654
15832
  const { flipRtl, iconName, inheritedAttributes, el } = this;
15655
15833
  const mode = this.mode || 'md';
15656
- // 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
15834
+ /**
15835
+ * we have designated that arrows & chevrons should automatically flip (unless flip-rtl
15836
+ * is set to false) because "back" is left in ltr and right in rtl, and "forward" is the opposite
15837
+ */
15657
15838
  const shouldAutoFlip = iconName
15658
15839
  ? (iconName.includes('arrow') || iconName.includes('chevron')) && flipRtl !== false
15659
15840
  : false;
15660
- // if shouldBeFlippable is true, the icon should change direction when `dir` changes
15841
+ /**
15842
+ * if shouldBeFlippable is true, the icon should change direction when `dir` changes
15843
+ */
15661
15844
  const shouldBeFlippable = flipRtl || shouldAutoFlip;
15662
- 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" }))));
15845
+ 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" }))));
15663
15846
  }
15664
15847
  static get assetsDirs() { return ["svg"]; }
15665
15848
  get el() { return getElement(this); }
@@ -15672,7 +15855,7 @@ class Icon {
15672
15855
  }; }
15673
15856
  static get style() { return iconCss; }
15674
15857
  static get cmpMeta() { return {
15675
- "$flags$": 9,
15858
+ "$flags$": 265,
15676
15859
  "$tagName$": "ion-icon",
15677
15860
  "$members$": {
15678
15861
  "mode": [1025],
@@ -15694,7 +15877,16 @@ class Icon {
15694
15877
  "$attrsToReflect$": [["name", "name"]]
15695
15878
  }; }
15696
15879
  }
15880
+ /**
15881
+ * Get the mode of the document.
15882
+ * @returns The mode of the document.
15883
+ */
15697
15884
  const getIonMode = () => 'md';
15885
+ /**
15886
+ * Create color classes for the icon.
15887
+ * @param color - The color of the icon.
15888
+ * @returns The color classes for the icon.
15889
+ */
15698
15890
  const createColorClasses = (color) => {
15699
15891
  return color
15700
15892
  ? {
@@ -15781,7 +15973,7 @@ class Img {
15781
15973
  }; }
15782
15974
  static get style() { return imgCss; }
15783
15975
  static get cmpMeta() { return {
15784
- "$flags$": 9,
15976
+ "$flags$": 265,
15785
15977
  "$tagName$": "ion-img",
15786
15978
  "$members$": {
15787
15979
  "alt": [1],
@@ -16014,7 +16206,7 @@ class InfiniteScroll {
16014
16206
  }; }
16015
16207
  static get style() { return infiniteScrollCss; }
16016
16208
  static get cmpMeta() { return {
16017
- "$flags$": 0,
16209
+ "$flags$": 256,
16018
16210
  "$tagName$": "ion-infinite-scroll",
16019
16211
  "$members$": {
16020
16212
  "threshold": [1],
@@ -16064,7 +16256,7 @@ class InfiniteScrollContent {
16064
16256
  md: infiniteScrollContentMdCss
16065
16257
  }; }
16066
16258
  static get cmpMeta() { return {
16067
- "$flags$": 32,
16259
+ "$flags$": 288,
16068
16260
  "$tagName$": "ion-infinite-scroll-content",
16069
16261
  "$members$": {
16070
16262
  "loadingSpinner": [1025, "loading-spinner"],
@@ -16398,9 +16590,9 @@ const defaultCounterFormatter = (length, maxlength) => {
16398
16590
  return `${length} / ${maxlength}`;
16399
16591
  };
16400
16592
 
16401
- 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}";
16593
+ 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}";
16402
16594
 
16403
- 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}";
16595
+ 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}";
16404
16596
 
16405
16597
  /**
16406
16598
  * @virtualProp {"ios" | "md"} mode - The mode determines which platform styles to use.
@@ -16904,7 +17096,7 @@ class Input {
16904
17096
  md: inputMdCss
16905
17097
  }; }
16906
17098
  static get cmpMeta() { return {
16907
- "$flags$": 38,
17099
+ "$flags$": 294,
16908
17100
  "$tagName$": "ion-input",
16909
17101
  "$members$": {
16910
17102
  "color": [513],
@@ -16976,6 +17168,7 @@ class InputOTP {
16976
17168
  this.isKeyboardNavigation = false;
16977
17169
  this.inputValues = [];
16978
17170
  this.hasFocus = false;
17171
+ this.previousInputValues = [];
16979
17172
  /**
16980
17173
  * Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user.
16981
17174
  * Available options: `"off"`, `"none"`, `"on"`, `"sentences"`, `"words"`, `"characters"`.
@@ -17076,19 +17269,12 @@ class InputOTP {
17076
17269
  }
17077
17270
  };
17078
17271
  /**
17079
- * Handles keyboard navigation and input for the OTP component.
17272
+ * Handles keyboard navigation for the OTP component.
17080
17273
  *
17081
17274
  * Navigation:
17082
17275
  * - Backspace: Clears current input and moves to previous box if empty
17083
17276
  * - Arrow Left/Right: Moves focus between input boxes
17084
17277
  * - Tab: Allows normal tab navigation between components
17085
- *
17086
- * Input Behavior:
17087
- * - Validates input against the allowed pattern
17088
- * - When entering a key in a filled box:
17089
- * - Shifts existing values right if there is room
17090
- * - Updates the value of the input group
17091
- * - Prevents default behavior to avoid automatic focus shift
17092
17278
  */
17093
17279
  this.onKeyDown = (index) => (event) => {
17094
17280
  const { length } = this;
@@ -17143,30 +17329,31 @@ class InputOTP {
17143
17329
  // Let all tab events proceed normally
17144
17330
  return;
17145
17331
  }
17146
- // If the input box contains a value and the key being
17147
- // entered is a valid key for the input box update the value
17148
- // and shift the values to the right if there is room.
17149
- if (this.inputValues[index] && this.validKeyPattern.test(event.key)) {
17150
- if (!this.inputValues[length - 1]) {
17151
- for (let i = length - 1; i > index; i--) {
17152
- this.inputValues[i] = this.inputValues[i - 1];
17153
- this.inputRefs[i].value = this.inputValues[i] || '';
17154
- }
17155
- }
17156
- this.inputValues[index] = event.key;
17157
- this.inputRefs[index].value = event.key;
17158
- this.updateValue(event);
17159
- // Prevent default to avoid the browser from
17160
- // automatically moving the focus to the next input
17161
- event.preventDefault();
17162
- }
17163
17332
  };
17333
+ /**
17334
+ * Processes all input scenarios for each input box.
17335
+ *
17336
+ * This function manages:
17337
+ * 1. Autofill handling
17338
+ * 2. Input validation
17339
+ * 3. Full selection replacement or typing in an empty box
17340
+ * 4. Inserting in the middle with available space (shifting)
17341
+ * 5. Single character replacement
17342
+ */
17164
17343
  this.onInput = (index) => (event) => {
17344
+ var _a, _b;
17165
17345
  const { length, validKeyPattern } = this;
17166
- const value = event.target.value;
17167
- // If the value is longer than 1 character (autofill), split it into
17168
- // characters and filter out invalid ones
17169
- if (value.length > 1) {
17346
+ const input = event.target;
17347
+ const value = input.value;
17348
+ const previousValue = this.previousInputValues[index] || '';
17349
+ // 1. Autofill handling
17350
+ // If the length of the value increases by more than 1 from the previous
17351
+ // value, treat this as autofill. This is to prevent the case where the
17352
+ // user is typing a single character into an input box containing a value
17353
+ // as that will trigger this function with a value length of 2 characters.
17354
+ const isAutofill = value.length - previousValue.length > 1;
17355
+ if (isAutofill) {
17356
+ // Distribute valid characters across input boxes
17170
17357
  const validChars = value
17171
17358
  .split('')
17172
17359
  .filter((char) => validKeyPattern.test(char))
@@ -17181,8 +17368,10 @@ class InputOTP {
17181
17368
  });
17182
17369
  });
17183
17370
  }
17184
- // Update the value of the input group and emit the input change event
17185
- this.value = validChars.join('');
17371
+ for (let i = 0; i < length; i++) {
17372
+ this.inputValues[i] = validChars[i] || '';
17373
+ this.inputRefs[i].value = validChars[i] || '';
17374
+ }
17186
17375
  this.updateValue(event);
17187
17376
  // Focus the first empty input box or the last input box if all boxes
17188
17377
  // are filled after a small delay to ensure the input boxes have been
@@ -17192,20 +17381,79 @@ class InputOTP {
17192
17381
  const nextIndex = validChars.length < length ? validChars.length : length - 1;
17193
17382
  (_a = this.inputRefs[nextIndex]) === null || _a === void 0 ? void 0 : _a.focus();
17194
17383
  }, 20);
17384
+ this.previousInputValues = [...this.inputValues];
17195
17385
  return;
17196
17386
  }
17197
- // Only allow input if it matches the pattern
17198
- if (value.length > 0 && !validKeyPattern.test(value)) {
17199
- this.inputRefs[index].value = '';
17200
- this.inputValues[index] = '';
17387
+ // 2. Input validation
17388
+ // If the character entered is invalid (does not match the pattern),
17389
+ // restore the previous value and exit
17390
+ if (value.length > 0 && !validKeyPattern.test(value[value.length - 1])) {
17391
+ input.value = this.inputValues[index] || '';
17392
+ this.previousInputValues = [...this.inputValues];
17201
17393
  return;
17202
17394
  }
17203
- // For single character input, fill the current box
17204
- this.inputValues[index] = value;
17205
- this.updateValue(event);
17206
- if (value.length > 0) {
17395
+ // 3. Full selection replacement or typing in an empty box
17396
+ // If the user selects all text in the input box and types, or if the
17397
+ // input box is empty, replace only this input box. If the box is empty,
17398
+ // move to the next box, otherwise stay focused on this box.
17399
+ const isAllSelected = input.selectionStart === 0 && input.selectionEnd === value.length;
17400
+ const isEmpty = !this.inputValues[index];
17401
+ if (isAllSelected || isEmpty) {
17402
+ this.inputValues[index] = value;
17403
+ input.value = value;
17404
+ this.updateValue(event);
17207
17405
  this.focusNext(index);
17406
+ this.previousInputValues = [...this.inputValues];
17407
+ return;
17408
+ }
17409
+ // 4. Inserting in the middle with available space (shifting)
17410
+ // If typing in a filled input box and there are empty boxes at the end,
17411
+ // shift all values starting at the current box to the right, and insert
17412
+ // the new character at the current box.
17413
+ const hasAvailableBoxAtEnd = this.inputValues[this.inputValues.length - 1] === '';
17414
+ if (this.inputValues[index] && hasAvailableBoxAtEnd && value.length === 2) {
17415
+ // Get the inserted character (from event or by diffing value/previousValue)
17416
+ let newChar = event.data;
17417
+ if (!newChar) {
17418
+ newChar = value.split('').find((c, i) => c !== previousValue[i]) || value[value.length - 1];
17419
+ }
17420
+ // Validate the new character before shifting
17421
+ if (!validKeyPattern.test(newChar)) {
17422
+ input.value = this.inputValues[index] || '';
17423
+ this.previousInputValues = [...this.inputValues];
17424
+ return;
17425
+ }
17426
+ // Shift values right from the end to the insertion point
17427
+ for (let i = this.inputValues.length - 1; i > index; i--) {
17428
+ this.inputValues[i] = this.inputValues[i - 1];
17429
+ this.inputRefs[i].value = this.inputValues[i] || '';
17430
+ }
17431
+ this.inputValues[index] = newChar;
17432
+ this.inputRefs[index].value = newChar;
17433
+ this.updateValue(event);
17434
+ this.previousInputValues = [...this.inputValues];
17435
+ return;
17436
+ }
17437
+ // 5. Single character replacement
17438
+ // Handles replacing a single character in a box containing a value based
17439
+ // on the cursor position. We need the cursor position to determine which
17440
+ // character was the last character typed. For example, if the user types "2"
17441
+ // in an input box with the cursor at the beginning of the value of "6",
17442
+ // the value will be "26", but we want to grab the "2" as the last character
17443
+ // typed.
17444
+ const cursorPos = (_a = input.selectionStart) !== null && _a !== void 0 ? _a : value.length;
17445
+ const newCharIndex = cursorPos - 1;
17446
+ const newChar = (_b = value[newCharIndex]) !== null && _b !== void 0 ? _b : value[0];
17447
+ // Check if the new character is valid before updating the value
17448
+ if (!validKeyPattern.test(newChar)) {
17449
+ input.value = this.inputValues[index] || '';
17450
+ this.previousInputValues = [...this.inputValues];
17451
+ return;
17208
17452
  }
17453
+ this.inputValues[index] = newChar;
17454
+ input.value = newChar;
17455
+ this.updateValue(event);
17456
+ this.previousInputValues = [...this.inputValues];
17209
17457
  };
17210
17458
  /**
17211
17459
  * Handles pasting text into the input OTP component.
@@ -17215,7 +17463,7 @@ class InputOTP {
17215
17463
  * the next empty input after pasting.
17216
17464
  */
17217
17465
  this.onPaste = (event) => {
17218
- var _a, _b, _c;
17466
+ var _a, _b;
17219
17467
  const { inputRefs, length, validKeyPattern } = this;
17220
17468
  event.preventDefault();
17221
17469
  const pastedText = (_a = event.clipboardData) === null || _a === void 0 ? void 0 : _a.getData('text');
@@ -17242,13 +17490,8 @@ class InputOTP {
17242
17490
  this.updateValue(event);
17243
17491
  // Focus the next empty input after pasting
17244
17492
  // If all boxes are filled, focus the last input
17245
- const nextEmptyIndex = validChars.length;
17246
- if (nextEmptyIndex < length) {
17247
- (_b = inputRefs[nextEmptyIndex]) === null || _b === void 0 ? void 0 : _b.focus();
17248
- }
17249
- else {
17250
- (_c = inputRefs[length - 1]) === null || _c === void 0 ? void 0 : _c.focus();
17251
- }
17493
+ const nextEmptyIndex = validChars.length < length ? validChars.length : length - 1;
17494
+ (_b = inputRefs[nextEmptyIndex]) === null || _b === void 0 ? void 0 : _b.focus();
17252
17495
  };
17253
17496
  }
17254
17497
  /**
@@ -17387,6 +17630,7 @@ class InputOTP {
17387
17630
  });
17388
17631
  // Update the value without emitting events
17389
17632
  this.value = this.inputValues.join('');
17633
+ this.previousInputValues = [...this.inputValues];
17390
17634
  }
17391
17635
  /**
17392
17636
  * Updates the value of the input group.
@@ -17508,7 +17752,7 @@ class InputOTP {
17508
17752
  const tabbableIndex = this.getTabbableIndex();
17509
17753
  const pattern = this.getPattern();
17510
17754
  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()) !== '';
17511
- return (hAsync(Host, { key: 'df8fca036cedea0812185a02e3b655d7d76285e0', class: createColorClasses$1(color, {
17755
+ return (hAsync(Host, { key: 'f15a29fb17b681ef55885ca36d3d5f899cbaca83', class: createColorClasses$1(color, {
17512
17756
  [mode]: true,
17513
17757
  'has-focus': hasFocus,
17514
17758
  [`input-otp-size-${size}`]: true,
@@ -17516,10 +17760,10 @@ class InputOTP {
17516
17760
  [`input-otp-fill-${fill}`]: true,
17517
17761
  'input-otp-disabled': disabled,
17518
17762
  'input-otp-readonly': readonly,
17519
- }) }, 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: {
17763
+ }) }, 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: {
17520
17764
  'input-otp-description': true,
17521
17765
  'input-otp-description-hidden': !hasDescription,
17522
- } }, hAsync("slot", { key: '9e8afa2f7fa76c3092582dc27770fdf565a1b9ba' }))));
17766
+ } }, hAsync("slot", { key: '11baa2624926a08274508afe0833d9237a8dc35c' }))));
17523
17767
  }
17524
17768
  get el() { return getElement(this); }
17525
17769
  static get watchers() { return {
@@ -17532,7 +17776,7 @@ class InputOTP {
17532
17776
  md: inputOtpMdCss
17533
17777
  }; }
17534
17778
  static get cmpMeta() { return {
17535
- "$flags$": 38,
17779
+ "$flags$": 294,
17536
17780
  "$tagName$": "ion-input-otp",
17537
17781
  "$members$": {
17538
17782
  "autocapitalize": [1],
@@ -17550,6 +17794,7 @@ class InputOTP {
17550
17794
  "value": [1032],
17551
17795
  "inputValues": [32],
17552
17796
  "hasFocus": [32],
17797
+ "previousInputValues": [32],
17553
17798
  "setFocus": [64]
17554
17799
  },
17555
17800
  "$listeners$": undefined,
@@ -17638,7 +17883,7 @@ class InputPasswordToggle {
17638
17883
  md: mdInputPasswordToggleCss
17639
17884
  }; }
17640
17885
  static get cmpMeta() { return {
17641
- "$flags$": 41,
17886
+ "$flags$": 297,
17642
17887
  "$tagName$": "ion-input-password-toggle",
17643
17888
  "$members$": {
17644
17889
  "color": [513],
@@ -17674,6 +17919,7 @@ class Item {
17674
17919
  this.inheritedAriaAttributes = {};
17675
17920
  this.multipleInputs = false;
17676
17921
  this.focusable = true;
17922
+ this.isInteractive = false;
17677
17923
  /**
17678
17924
  * If `true`, a button tag will be rendered and the item will be tappable.
17679
17925
  */
@@ -17695,6 +17941,11 @@ class Item {
17695
17941
  * The type of the button. Only used when an `onclick` or `button` property is present.
17696
17942
  */
17697
17943
  this.type = 'button';
17944
+ // slot change listener updates state to reflect how/if item should be interactive
17945
+ this.updateInteractivityOnSlotChange = () => {
17946
+ this.setIsInteractive();
17947
+ this.setMultipleInputs();
17948
+ };
17698
17949
  }
17699
17950
  buttonChanged() {
17700
17951
  // Update the focusable option when the button option is changed
@@ -17741,13 +17992,11 @@ class Item {
17741
17992
  componentDidLoad() {
17742
17993
  raf(() => {
17743
17994
  this.setMultipleInputs();
17995
+ this.setIsInteractive();
17744
17996
  this.focusable = this.isFocusable();
17745
17997
  });
17746
17998
  }
17747
- // If the item contains multiple clickable elements and/or inputs, then the item
17748
- // should not have a clickable input cover over the entire item to prevent
17749
- // interfering with their individual click events
17750
- setMultipleInputs() {
17999
+ totalNestedInputs() {
17751
18000
  // The following elements have a clickable cover that is relative to the entire item
17752
18001
  const covers = this.el.querySelectorAll('ion-checkbox, ion-datetime, ion-select, ion-radio');
17753
18002
  // The following elements can accept focus alongside the previous elements
@@ -17756,6 +18005,17 @@ class Item {
17756
18005
  const inputs = this.el.querySelectorAll('ion-input, ion-range, ion-searchbar, ion-segment, ion-textarea, ion-toggle');
17757
18006
  // The following elements should also stay clickable when an input with cover is present
17758
18007
  const clickables = this.el.querySelectorAll('ion-router-link, ion-button, a, button');
18008
+ return {
18009
+ covers,
18010
+ inputs,
18011
+ clickables,
18012
+ };
18013
+ }
18014
+ // If the item contains multiple clickable elements and/or inputs, then the item
18015
+ // should not have a clickable input cover over the entire item to prevent
18016
+ // interfering with their individual click events
18017
+ setMultipleInputs() {
18018
+ const { covers, inputs, clickables } = this.totalNestedInputs();
17759
18019
  // Check for multiple inputs to change the position of the input cover to relative
17760
18020
  // for all of the covered inputs above
17761
18021
  this.multipleInputs =
@@ -17763,6 +18023,11 @@ class Item {
17763
18023
  covers.length + clickables.length > 1 ||
17764
18024
  (covers.length > 0 && this.isClickable());
17765
18025
  }
18026
+ setIsInteractive() {
18027
+ // If item contains any interactive children, set isInteractive to `true`
18028
+ const { covers, inputs, clickables } = this.totalNestedInputs();
18029
+ this.isInteractive = covers.length > 0 || inputs.length > 0 || clickables.length > 0;
18030
+ }
17766
18031
  // If the item contains an input including a checkbox, datetime, select, or radio
17767
18032
  // then the item will have a clickable input cover that covers the item
17768
18033
  // that should get the hover, focused and activated states UNLESS it has multiple
@@ -17864,7 +18129,7 @@ class Item {
17864
18129
  * However, other form controls such as checkboxes and radios do.
17865
18130
  */
17866
18131
  const firstInteractiveNeedsPointerCursor = firstInteractive !== undefined && !['ION-INPUT', 'ION-TEXTAREA'].includes(firstInteractive.tagName);
17867
- return (hAsync(Host, { key: '15e7d3b674c25232bc2d51573b291c72548690e5', "aria-disabled": ariaDisabled, class: Object.assign(Object.assign(Object.assign({}, childStyles), labelColorStyles), createColorClasses$1(this.color, {
18132
+ return (hAsync(Host, { key: '24b59935bd8db8b0b7f940582455a42b82cbf762', "aria-disabled": ariaDisabled, class: Object.assign(Object.assign(Object.assign({}, childStyles), labelColorStyles), createColorClasses$1(this.color, {
17868
18133
  item: true,
17869
18134
  [mode]: true,
17870
18135
  'item-lines-default': lines === undefined,
@@ -17876,7 +18141,7 @@ class Item {
17876
18141
  'ion-activatable': canActivate,
17877
18142
  'ion-focusable': this.focusable,
17878
18143
  'item-rtl': document.dir === 'rtl',
17879
- })), 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' }))));
18144
+ })), 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' }))));
17880
18145
  }
17881
18146
  get el() { return getElement(this); }
17882
18147
  static get watchers() { return {
@@ -17887,7 +18152,7 @@ class Item {
17887
18152
  md: itemMdCss
17888
18153
  }; }
17889
18154
  static get cmpMeta() { return {
17890
- "$flags$": 41,
18155
+ "$flags$": 297,
17891
18156
  "$tagName$": "ion-item",
17892
18157
  "$members$": {
17893
18158
  "color": [513],
@@ -17904,7 +18169,8 @@ class Item {
17904
18169
  "target": [1],
17905
18170
  "type": [1],
17906
18171
  "multipleInputs": [32],
17907
- "focusable": [32]
18172
+ "focusable": [32],
18173
+ "isInteractive": [32]
17908
18174
  },
17909
18175
  "$listeners$": [[0, "ionColor", "labelColorChanged"], [0, "ionStyle", "itemStyle"]],
17910
18176
  "$lazyBundleId$": "-",
@@ -17949,7 +18215,7 @@ class ItemDivider {
17949
18215
  md: itemDividerMdCss
17950
18216
  }; }
17951
18217
  static get cmpMeta() { return {
17952
- "$flags$": 41,
18218
+ "$flags$": 297,
17953
18219
  "$tagName$": "ion-item-divider",
17954
18220
  "$members$": {
17955
18221
  "color": [513],
@@ -17983,7 +18249,7 @@ class ItemGroup {
17983
18249
  md: itemGroupMdCss
17984
18250
  }; }
17985
18251
  static get cmpMeta() { return {
17986
- "$flags$": 32,
18252
+ "$flags$": 288,
17987
18253
  "$tagName$": "ion-item-group",
17988
18254
  "$members$": undefined,
17989
18255
  "$listeners$": undefined,
@@ -18054,7 +18320,7 @@ class ItemOption {
18054
18320
  md: itemOptionMdCss
18055
18321
  }; }
18056
18322
  static get cmpMeta() { return {
18057
- "$flags$": 41,
18323
+ "$flags$": 297,
18058
18324
  "$tagName$": "ion-item-option",
18059
18325
  "$members$": {
18060
18326
  "color": [513],
@@ -18117,7 +18383,7 @@ class ItemOptions {
18117
18383
  md: itemOptionsMdCss
18118
18384
  }; }
18119
18385
  static get cmpMeta() { return {
18120
- "$flags$": 32,
18386
+ "$flags$": 288,
18121
18387
  "$tagName$": "ion-item-options",
18122
18388
  "$members$": {
18123
18389
  "side": [1],
@@ -18577,7 +18843,7 @@ class ItemSliding {
18577
18843
  }; }
18578
18844
  static get style() { return itemSlidingCss; }
18579
18845
  static get cmpMeta() { return {
18580
- "$flags$": 0,
18846
+ "$flags$": 256,
18581
18847
  "$tagName$": "ion-item-sliding",
18582
18848
  "$members$": {
18583
18849
  "disabled": [4],
@@ -18685,7 +18951,7 @@ class Label {
18685
18951
  md: labelMdCss
18686
18952
  }; }
18687
18953
  static get cmpMeta() { return {
18688
- "$flags$": 38,
18954
+ "$flags$": 294,
18689
18955
  "$tagName$": "ion-label",
18690
18956
  "$members$": {
18691
18957
  "color": [513],
@@ -18744,7 +19010,7 @@ class List {
18744
19010
  md: listMdCss
18745
19011
  }; }
18746
19012
  static get cmpMeta() { return {
18747
- "$flags$": 32,
19013
+ "$flags$": 288,
18748
19014
  "$tagName$": "ion-list",
18749
19015
  "$members$": {
18750
19016
  "lines": [1],
@@ -18781,7 +19047,7 @@ class ListHeader {
18781
19047
  md: listHeaderMdCss
18782
19048
  }; }
18783
19049
  static get cmpMeta() { return {
18784
- "$flags$": 41,
19050
+ "$flags$": 297,
18785
19051
  "$tagName$": "ion-list-header",
18786
19052
  "$members$": {
18787
19053
  "color": [513],
@@ -19009,16 +19275,15 @@ class Loading {
19009
19275
  }
19010
19276
  /**
19011
19277
  * Dismiss the loading overlay after it has been presented.
19278
+ * This is a no-op if the overlay has not been presented yet. If you want
19279
+ * to remove an overlay from the DOM that was never presented, use the
19280
+ * [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
19012
19281
  *
19013
19282
  * @param data Any data to emit in the dismiss events.
19014
19283
  * @param role The role of the element that is dismissing the loading.
19015
19284
  * This can be useful in a button handler for determining which button was
19016
- * clicked to dismiss the loading.
19017
- * Some examples include: ``"cancel"`, `"destructive"`, "selected"`, and `"backdrop"`.
19018
- *
19019
- * This is a no-op if the overlay has not been presented yet. If you want
19020
- * to remove an overlay from the DOM that was never presented, use the
19021
- * [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
19285
+ * clicked to dismiss the loading. Some examples include:
19286
+ * `"cancel"`, `"destructive"`, `"selected"`, and `"backdrop"`.
19022
19287
  */
19023
19288
  async dismiss(data, role) {
19024
19289
  const unlock = await this.lockController.lock();
@@ -19060,9 +19325,9 @@ class Loading {
19060
19325
  * Otherwise, don't set aria-labelledby.
19061
19326
  */
19062
19327
  const ariaLabelledBy = message !== undefined ? msgId : null;
19063
- return (hAsync(Host, Object.assign({ key: '6369ed244c06c39aa338141bffacf7a861d7da1a', role: "dialog", "aria-modal": "true", "aria-labelledby": ariaLabelledBy, tabindex: "-1" }, htmlAttributes, { style: {
19328
+ return (hAsync(Host, Object.assign({ key: '4497183ce220242abe19ae15f328f9a92ccafbbc', role: "dialog", "aria-modal": "true", "aria-labelledby": ariaLabelledBy, tabindex: "-1" }, htmlAttributes, { style: {
19064
19329
  zIndex: `${40000 + this.overlayIndex}`,
19065
- }, 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" })));
19330
+ }, 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" })));
19066
19331
  }
19067
19332
  get el() { return getElement(this); }
19068
19333
  static get watchers() { return {
@@ -19074,7 +19339,7 @@ class Loading {
19074
19339
  md: loadingMdCss
19075
19340
  }; }
19076
19341
  static get cmpMeta() { return {
19077
- "$flags$": 34,
19342
+ "$flags$": 290,
19078
19343
  "$tagName$": "ion-loading",
19079
19344
  "$members$": {
19080
19345
  "overlayIndex": [2, "overlay-index"],
@@ -19690,7 +19955,7 @@ class Menu {
19690
19955
  return Promise.resolve(this._isOpen);
19691
19956
  }
19692
19957
  /**
19693
- * Returns `true` is the menu is active.
19958
+ * Returns `true` if the menu is active.
19694
19959
  *
19695
19960
  * A menu is active when it can be opened or closed, meaning it's enabled
19696
19961
  * and it's not part of a `ion-split-pane`.
@@ -19701,6 +19966,10 @@ class Menu {
19701
19966
  /**
19702
19967
  * Opens the menu. If the menu is already open or it can't be opened,
19703
19968
  * it returns `false`.
19969
+ *
19970
+ * @param animated If `true`, the menu will animate when opening.
19971
+ * If `false`, the menu will open instantly without animation.
19972
+ * Defaults to `true`.
19704
19973
  */
19705
19974
  open(animated = true) {
19706
19975
  return this.setOpen(true, animated);
@@ -19708,20 +19977,38 @@ class Menu {
19708
19977
  /**
19709
19978
  * Closes the menu. If the menu is already closed or it can't be closed,
19710
19979
  * it returns `false`.
19980
+ *
19981
+ * @param animated If `true`, the menu will animate when closing. If `false`,
19982
+ * the menu will close instantly without animation. Defaults to `true`.
19983
+ * @param role The role of the element that is closing the menu.
19984
+ * This can be useful in a button handler for determining which button was
19985
+ * clicked to close the menu. Some examples include:
19986
+ * `"cancel"`, `"destructive"`, `"selected"`, and `"backdrop"`.
19711
19987
  */
19712
19988
  close(animated = true, role) {
19713
19989
  return this.setOpen(false, animated, role);
19714
19990
  }
19715
19991
  /**
19716
- * Toggles the menu. If the menu is already open, it will try to close, otherwise it will try to open it.
19992
+ * Toggles the menu. If the menu is already open, it will try to close,
19993
+ * otherwise it will try to open it.
19717
19994
  * If the operation can't be completed successfully, it returns `false`.
19995
+ *
19996
+ * @param animated If `true`, the menu will animate when opening/closing.
19997
+ * If `false`, the menu will open/close instantly without animation.
19998
+ * Defaults to `true`.
19718
19999
  */
19719
20000
  toggle(animated = true) {
19720
20001
  return this.setOpen(!this._isOpen, animated);
19721
20002
  }
19722
20003
  /**
19723
- * Opens or closes the button.
20004
+ * Opens or closes the menu.
19724
20005
  * If the operation can't be completed successfully, it returns `false`.
20006
+ *
20007
+ * @param shouldOpen If `true`, the menu will open. If `false`, the menu
20008
+ * will close.
20009
+ * @param animated If `true`, the menu will animate when opening/closing.
20010
+ * If `false`, the menu will open/close instantly without animation.
20011
+ * @param role The role of the element that is closing the menu.
19725
20012
  */
19726
20013
  setOpen(shouldOpen, animated = true, role) {
19727
20014
  return menuController._setOpen(this, shouldOpen, animated, role);
@@ -20086,14 +20373,14 @@ class Menu {
20086
20373
  * the ionBackButton listener in the menu controller
20087
20374
  * will handle closing the menu when Escape is pressed.
20088
20375
  */
20089
- return (hAsync(Host, { key: '9e4ae9476a76781f1d228395c9af9e1c39ec82bb', onKeyDown: shouldUseCloseWatcher() ? null : this.onKeydown, role: "navigation", "aria-label": inheritedAttributes['aria-label'] || 'menu', class: {
20376
+ return (hAsync(Host, { key: 'a5c75aa40a34530b56ee3b98d706a5ac5ae300de', onKeyDown: shouldUseCloseWatcher() ? null : this.onKeydown, role: "navigation", "aria-label": inheritedAttributes['aria-label'] || 'menu', class: {
20090
20377
  [mode]: true,
20091
20378
  [`menu-type-${type}`]: true,
20092
20379
  'menu-enabled': !disabled,
20093
20380
  [`menu-side-${side}`]: true,
20094
20381
  'menu-pane-visible': isPaneVisible,
20095
20382
  'split-pane-side': hostContext('ion-split-pane', el),
20096
- } }, 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" })));
20383
+ } }, 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" })));
20097
20384
  }
20098
20385
  get el() { return getElement(this); }
20099
20386
  static get watchers() { return {
@@ -20107,7 +20394,7 @@ class Menu {
20107
20394
  md: menuMdCss
20108
20395
  }; }
20109
20396
  static get cmpMeta() { return {
20110
- "$flags$": 41,
20397
+ "$flags$": 297,
20111
20398
  "$tagName$": "ion-menu",
20112
20399
  "$members$": {
20113
20400
  "contentId": [513, "content-id"],
@@ -20218,7 +20505,7 @@ class MenuButton {
20218
20505
  md: menuButtonMdCss
20219
20506
  }; }
20220
20507
  static get cmpMeta() { return {
20221
- "$flags$": 41,
20508
+ "$flags$": 297,
20222
20509
  "$tagName$": "ion-menu-button",
20223
20510
  "$members$": {
20224
20511
  "color": [513],
@@ -20270,7 +20557,7 @@ class MenuToggle {
20270
20557
  }
20271
20558
  static get style() { return menuToggleCss; }
20272
20559
  static get cmpMeta() { return {
20273
- "$flags$": 9,
20560
+ "$flags$": 265,
20274
20561
  "$tagName$": "ion-menu-toggle",
20275
20562
  "$members$": {
20276
20563
  "menu": [1],
@@ -21193,7 +21480,7 @@ const iosEnterAnimation$3 = (baseEl, opts) => {
21193
21480
  baseAnimation.addAnimation(contentAnimation);
21194
21481
  }
21195
21482
  if (presentingEl) {
21196
- const isMobile = window.innerWidth < 768;
21483
+ const isPortrait = window.innerWidth < 768;
21197
21484
  const hasCardModal = presentingEl.tagName === 'ION-MODAL' && presentingEl.presentingElement !== undefined;
21198
21485
  const presentingElRoot = getElementRoot(presentingEl);
21199
21486
  const presentingAnimation = createAnimation().beforeStyles({
@@ -21202,7 +21489,7 @@ const iosEnterAnimation$3 = (baseEl, opts) => {
21202
21489
  overflow: 'hidden',
21203
21490
  });
21204
21491
  const appEl = baseEl.closest('ion-app');
21205
- if (isMobile && appEl) {
21492
+ if (isPortrait && appEl) {
21206
21493
  /**
21207
21494
  * Fallback for browsers that does not support `max()` (ex: Firefox)
21208
21495
  * No need to worry about statusbar padding since engines like Gecko
@@ -21281,7 +21568,7 @@ const iosLeaveAnimation$3 = (baseEl, opts, duration = 500) => {
21281
21568
  .addAnimation(wrapperAnimation);
21282
21569
  const appEl = baseEl.closest('ion-app');
21283
21570
  if (presentingEl && appEl) {
21284
- const isMobile = window.innerWidth < 768;
21571
+ const isPortrait = window.innerWidth < 768;
21285
21572
  const hasCardModal = presentingEl.tagName === 'ION-MODAL' && presentingEl.presentingElement !== undefined;
21286
21573
  const presentingElRoot = getElementRoot(presentingEl);
21287
21574
  const presentingAnimation = createAnimation()
@@ -21298,7 +21585,7 @@ const iosLeaveAnimation$3 = (baseEl, opts, duration = 500) => {
21298
21585
  appEl.style.setProperty('background-color', '');
21299
21586
  }
21300
21587
  });
21301
- if (isMobile) {
21588
+ if (isPortrait) {
21302
21589
  const transformOffset = !CSS.supports('width', 'max(0px, 1px)') ? '30px' : 'max(30px, var(--ion-safe-area-top))';
21303
21590
  const modalTransform = hasCardModal ? '-10px' : transformOffset;
21304
21591
  const toPresentingScale = SwipeToCloseDefaults.MIN_PRESENTING_SCALE;
@@ -21345,6 +21632,153 @@ const iosLeaveAnimation$3 = (baseEl, opts, duration = 500) => {
21345
21632
  return baseAnimation;
21346
21633
  };
21347
21634
 
21635
+ /**
21636
+ * Transition animation from portrait view to landscape view
21637
+ * This handles the case where a card modal is open in portrait view
21638
+ * and the user switches to landscape view
21639
+ */
21640
+ const portraitToLandscapeTransition = (baseEl, opts, duration = 300) => {
21641
+ const { presentingEl } = opts;
21642
+ if (!presentingEl) {
21643
+ // No transition needed for non-card modals
21644
+ return createAnimation('portrait-to-landscape-transition');
21645
+ }
21646
+ const presentingElIsCardModal = presentingEl.tagName === 'ION-MODAL' && presentingEl.presentingElement !== undefined;
21647
+ const presentingElRoot = getElementRoot(presentingEl);
21648
+ const bodyEl = document.body;
21649
+ const baseAnimation = createAnimation('portrait-to-landscape-transition')
21650
+ .addElement(baseEl)
21651
+ .easing('cubic-bezier(0.32,0.72,0,1)')
21652
+ .duration(duration);
21653
+ const presentingAnimation = createAnimation().beforeStyles({
21654
+ transform: 'translateY(0)',
21655
+ 'transform-origin': 'top center',
21656
+ overflow: 'hidden',
21657
+ });
21658
+ if (!presentingElIsCardModal) {
21659
+ // The presenting element is not a card modal, so we do not
21660
+ // need to care about layering and modal-specific styles.
21661
+ const root = getElementRoot(baseEl);
21662
+ const wrapperAnimation = createAnimation()
21663
+ .addElement(root.querySelectorAll('.modal-wrapper, .modal-shadow'))
21664
+ .fromTo('opacity', '1', '1'); // Keep wrapper visible in landscape
21665
+ const backdropAnimation = createAnimation()
21666
+ .addElement(root.querySelector('ion-backdrop'))
21667
+ .fromTo('opacity', 'var(--backdrop-opacity)', 'var(--backdrop-opacity)'); // Keep backdrop visible
21668
+ // Animate presentingEl from portrait state back to normal
21669
+ const transformOffset = !CSS.supports('width', 'max(0px, 1px)') ? '30px' : 'max(30px, var(--ion-safe-area-top))';
21670
+ const toPresentingScale = SwipeToCloseDefaults.MIN_PRESENTING_SCALE;
21671
+ const fromTransform = `translateY(${transformOffset}) scale(${toPresentingScale})`;
21672
+ presentingAnimation
21673
+ .addElement(presentingEl)
21674
+ .afterStyles({
21675
+ transform: 'translateY(0px) scale(1)',
21676
+ 'border-radius': '0px',
21677
+ })
21678
+ .beforeAddWrite(() => bodyEl.style.setProperty('background-color', ''))
21679
+ .fromTo('transform', fromTransform, 'translateY(0px) scale(1)')
21680
+ .fromTo('filter', 'contrast(0.85)', 'contrast(1)')
21681
+ .fromTo('border-radius', '10px 10px 0 0', '0px');
21682
+ baseAnimation.addAnimation([presentingAnimation, wrapperAnimation, backdropAnimation]);
21683
+ }
21684
+ else {
21685
+ // The presenting element is a card modal, so we do
21686
+ // need to care about layering and modal-specific styles.
21687
+ const toPresentingScale = SwipeToCloseDefaults.MIN_PRESENTING_SCALE;
21688
+ const fromTransform = `translateY(-10px) scale(${toPresentingScale})`;
21689
+ const toTransform = `translateY(0px) scale(1)`;
21690
+ presentingAnimation
21691
+ .addElement(presentingEl)
21692
+ .afterStyles({
21693
+ transform: toTransform,
21694
+ })
21695
+ .fromTo('transform', fromTransform, toTransform)
21696
+ .fromTo('filter', 'contrast(0.85)', 'contrast(1)');
21697
+ const shadowAnimation = createAnimation()
21698
+ .addElement(presentingElRoot.querySelector('.modal-shadow'))
21699
+ .afterStyles({
21700
+ transform: toTransform,
21701
+ opacity: '0',
21702
+ })
21703
+ .fromTo('transform', fromTransform, toTransform);
21704
+ baseAnimation.addAnimation([presentingAnimation, shadowAnimation]);
21705
+ }
21706
+ return baseAnimation;
21707
+ };
21708
+ /**
21709
+ * Transition animation from landscape view to portrait view
21710
+ * This handles the case where a card modal is open in landscape view
21711
+ * and the user switches to portrait view
21712
+ */
21713
+ const landscapeToPortraitTransition = (baseEl, opts, duration = 300) => {
21714
+ const { presentingEl } = opts;
21715
+ if (!presentingEl) {
21716
+ // No transition needed for non-card modals
21717
+ return createAnimation('landscape-to-portrait-transition');
21718
+ }
21719
+ const presentingElIsCardModal = presentingEl.tagName === 'ION-MODAL' && presentingEl.presentingElement !== undefined;
21720
+ const presentingElRoot = getElementRoot(presentingEl);
21721
+ const bodyEl = document.body;
21722
+ const baseAnimation = createAnimation('landscape-to-portrait-transition')
21723
+ .addElement(baseEl)
21724
+ .easing('cubic-bezier(0.32,0.72,0,1)')
21725
+ .duration(duration);
21726
+ const presentingAnimation = createAnimation().beforeStyles({
21727
+ transform: 'translateY(0)',
21728
+ 'transform-origin': 'top center',
21729
+ overflow: 'hidden',
21730
+ });
21731
+ if (!presentingElIsCardModal) {
21732
+ // The presenting element is not a card modal, so we do not
21733
+ // need to care about layering and modal-specific styles.
21734
+ const root = getElementRoot(baseEl);
21735
+ const wrapperAnimation = createAnimation()
21736
+ .addElement(root.querySelectorAll('.modal-wrapper, .modal-shadow'))
21737
+ .fromTo('opacity', '1', '1'); // Keep wrapper visible
21738
+ const backdropAnimation = createAnimation()
21739
+ .addElement(root.querySelector('ion-backdrop'))
21740
+ .fromTo('opacity', 'var(--backdrop-opacity)', 'var(--backdrop-opacity)'); // Keep backdrop visible
21741
+ // Animate presentingEl from normal state to portrait state
21742
+ const transformOffset = !CSS.supports('width', 'max(0px, 1px)') ? '30px' : 'max(30px, var(--ion-safe-area-top))';
21743
+ const toPresentingScale = SwipeToCloseDefaults.MIN_PRESENTING_SCALE;
21744
+ const toTransform = `translateY(${transformOffset}) scale(${toPresentingScale})`;
21745
+ presentingAnimation
21746
+ .addElement(presentingEl)
21747
+ .afterStyles({
21748
+ transform: toTransform,
21749
+ })
21750
+ .beforeAddWrite(() => bodyEl.style.setProperty('background-color', 'black'))
21751
+ .keyframes([
21752
+ { offset: 0, transform: 'translateY(0px) scale(1)', filter: 'contrast(1)', borderRadius: '0px' },
21753
+ { offset: 0.2, transform: 'translateY(0px) scale(1)', filter: 'contrast(1)', borderRadius: '10px 10px 0 0' },
21754
+ { offset: 1, transform: toTransform, filter: 'contrast(0.85)', borderRadius: '10px 10px 0 0' },
21755
+ ]);
21756
+ baseAnimation.addAnimation([presentingAnimation, wrapperAnimation, backdropAnimation]);
21757
+ }
21758
+ else {
21759
+ // The presenting element is also a card modal, so we need
21760
+ // to handle layering and modal-specific styles.
21761
+ const toPresentingScale = SwipeToCloseDefaults.MIN_PRESENTING_SCALE;
21762
+ const fromTransform = `translateY(-10px) scale(${toPresentingScale})`;
21763
+ const toTransform = `translateY(0) scale(1)`;
21764
+ presentingAnimation
21765
+ .addElement(presentingEl)
21766
+ .afterStyles({
21767
+ transform: toTransform,
21768
+ })
21769
+ .fromTo('transform', fromTransform, toTransform);
21770
+ const shadowAnimation = createAnimation()
21771
+ .addElement(presentingElRoot.querySelector('.modal-shadow'))
21772
+ .afterStyles({
21773
+ transform: toTransform,
21774
+ opacity: '0',
21775
+ })
21776
+ .fromTo('transform', fromTransform, toTransform);
21777
+ baseAnimation.addAnimation([presentingAnimation, shadowAnimation]);
21778
+ }
21779
+ return baseAnimation;
21780
+ };
21781
+
21348
21782
  const createEnterAnimation = () => {
21349
21783
  const backdropAnimation = createAnimation()
21350
21784
  .fromTo('opacity', 0.01, 'var(--backdrop-opacity)')
@@ -22098,6 +22532,37 @@ class Modal {
22098
22532
  el.dispatchEvent(ev);
22099
22533
  }
22100
22534
  };
22535
+ /**
22536
+ * When the modal receives focus directly, pass focus to the handle
22537
+ * if it exists and is focusable, otherwise let the focus trap handle it.
22538
+ */
22539
+ this.onModalFocus = (ev) => {
22540
+ const { dragHandleEl, el } = this;
22541
+ // Only handle focus if the modal itself was focused (not a child element)
22542
+ if (ev.target === el && dragHandleEl && dragHandleEl.tabIndex !== -1) {
22543
+ dragHandleEl.focus();
22544
+ }
22545
+ };
22546
+ /**
22547
+ * When the slot changes, we need to find all the modals in the slot
22548
+ * and set the data-parent-ion-modal attribute on them so we can find them
22549
+ * and dismiss them when we get dismissed.
22550
+ * We need to do it this way because when a modal is opened, it's moved to
22551
+ * the end of the body and is no longer an actual child of the modal.
22552
+ */
22553
+ this.onSlotChange = ({ target }) => {
22554
+ const slot = target;
22555
+ slot.assignedElements().forEach((el) => {
22556
+ el.querySelectorAll('ion-modal').forEach((childModal) => {
22557
+ // We don't need to write to the DOM if the modal is already tagged
22558
+ // If this is a deeply nested modal, this effect should cascade so we don't
22559
+ // need to worry about another modal claiming the same child.
22560
+ if (childModal.getAttribute('data-parent-ion-modal') === null) {
22561
+ childModal.setAttribute('data-parent-ion-modal', this.el.id);
22562
+ }
22563
+ });
22564
+ });
22565
+ };
22101
22566
  }
22102
22567
  onIsOpenChange(newValue, oldValue) {
22103
22568
  if (newValue === true && oldValue === false) {
@@ -22113,6 +22578,16 @@ class Modal {
22113
22578
  triggerController.addClickListener(el, trigger);
22114
22579
  }
22115
22580
  }
22581
+ onWindowResize() {
22582
+ // Only handle resize for iOS card modals when no custom animations are provided
22583
+ if (getIonMode$1(this) !== 'ios' || !this.presentingElement || this.enterAnimation || this.leaveAnimation) {
22584
+ return;
22585
+ }
22586
+ clearTimeout(this.resizeTimeout);
22587
+ this.resizeTimeout = setTimeout(() => {
22588
+ this.handleViewTransition();
22589
+ }, 50); // Debounce to avoid excessive calls during active resizing
22590
+ }
22116
22591
  breakpointsChanged(breakpoints) {
22117
22592
  if (breakpoints !== undefined) {
22118
22593
  this.sortedBreakpoints = breakpoints.sort((a, b) => a - b);
@@ -22125,6 +22600,8 @@ class Modal {
22125
22600
  }
22126
22601
  disconnectedCallback() {
22127
22602
  this.triggerController.removeClickListener();
22603
+ this.cleanupViewTransitionListener();
22604
+ this.cleanupParentRemovalObserver();
22128
22605
  }
22129
22606
  componentWillLoad() {
22130
22607
  var _a;
@@ -22132,6 +22609,10 @@ class Modal {
22132
22609
  const isSheetModal = (this.isSheetModal = breakpoints !== undefined && initialBreakpoint !== undefined);
22133
22610
  const attributesToInherit = ['aria-label', 'role'];
22134
22611
  this.inheritedAttributes = inheritAttributes$1(el, attributesToInherit);
22612
+ // Cache original parent before modal gets moved to body during presentation
22613
+ if (el.parentNode) {
22614
+ this.cachedOriginalParent = el.parentNode;
22615
+ }
22135
22616
  /**
22136
22617
  * When using a controller modal you can set attributes
22137
22618
  * using the htmlAttributes property. Since the above attributes
@@ -22335,6 +22816,10 @@ class Modal {
22335
22816
  else if (hasCardModal) {
22336
22817
  this.initSwipeToClose();
22337
22818
  }
22819
+ // Initialize view transition listener for iOS card modals
22820
+ this.initViewTransitionListener();
22821
+ // Initialize parent removal observer
22822
+ this.initParentRemovalObserver();
22338
22823
  unlock();
22339
22824
  }
22340
22825
  initSwipeToClose() {
@@ -22429,13 +22914,13 @@ class Modal {
22429
22914
  }
22430
22915
  /**
22431
22916
  * Dismiss the modal overlay after it has been presented.
22432
- *
22433
- * @param data Any data to emit in the dismiss events.
22434
- * @param role The role of the element that is dismissing the modal. For example, 'cancel' or 'backdrop'.
22435
- *
22436
22917
  * This is a no-op if the overlay has not been presented yet. If you want
22437
22918
  * to remove an overlay from the DOM that was never presented, use the
22438
22919
  * [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
22920
+ *
22921
+ * @param data Any data to emit in the dismiss events.
22922
+ * @param role The role of the element that is dismissing the modal.
22923
+ * For example, `cancel` or `backdrop`.
22439
22924
  */
22440
22925
  async dismiss(data, role) {
22441
22926
  var _a;
@@ -22448,6 +22933,12 @@ class Modal {
22448
22933
  * in case the dismiss transition does run.
22449
22934
  */
22450
22935
  const unlock = await this.lockController.lock();
22936
+ /**
22937
+ * Dismiss all child modals. This is especially important in
22938
+ * Angular and React because it's possible to lose control of a child
22939
+ * modal when the parent modal is dismissed.
22940
+ */
22941
+ await this.dismissNestedModals();
22451
22942
  /**
22452
22943
  * If a canDismiss handler is responsible
22453
22944
  * for calling the dismiss method, we should
@@ -22488,6 +22979,8 @@ class Modal {
22488
22979
  if (this.gesture) {
22489
22980
  this.gesture.destroy();
22490
22981
  }
22982
+ this.cleanupViewTransitionListener();
22983
+ this.cleanupParentRemovalObserver();
22491
22984
  }
22492
22985
  this.currentBreakpoint = undefined;
22493
22986
  this.animation = undefined;
@@ -22507,8 +23000,10 @@ class Modal {
22507
23000
  return eventMethod(this.el, 'ionModalWillDismiss');
22508
23001
  }
22509
23002
  /**
22510
- * Move a sheet style modal to a specific breakpoint. The breakpoint value must
22511
- * be a value defined in your `breakpoints` array.
23003
+ * Move a sheet style modal to a specific breakpoint.
23004
+ *
23005
+ * @param breakpoint The breakpoint value to move the sheet modal to.
23006
+ * Must be a value defined in your `breakpoints` array.
22512
23007
  */
22513
23008
  async setCurrentBreakpoint(breakpoint) {
22514
23009
  if (!this.isSheetModal) {
@@ -22561,24 +23056,182 @@ class Modal {
22561
23056
  await this.setCurrentBreakpoint(nextBreakpoint);
22562
23057
  return true;
22563
23058
  }
23059
+ initViewTransitionListener() {
23060
+ // Only enable for iOS card modals when no custom animations are provided
23061
+ if (getIonMode$1(this) !== 'ios' || !this.presentingElement || this.enterAnimation || this.leaveAnimation) {
23062
+ return;
23063
+ }
23064
+ // Set initial view state
23065
+ this.currentViewIsPortrait = window.innerWidth < 768;
23066
+ }
23067
+ handleViewTransition() {
23068
+ const isPortrait = window.innerWidth < 768;
23069
+ // Only transition if view state actually changed
23070
+ if (this.currentViewIsPortrait === isPortrait) {
23071
+ return;
23072
+ }
23073
+ // Cancel any ongoing transition animation
23074
+ if (this.viewTransitionAnimation) {
23075
+ this.viewTransitionAnimation.destroy();
23076
+ this.viewTransitionAnimation = undefined;
23077
+ }
23078
+ const { presentingElement } = this;
23079
+ if (!presentingElement) {
23080
+ return;
23081
+ }
23082
+ // Create transition animation
23083
+ let transitionAnimation;
23084
+ if (this.currentViewIsPortrait && !isPortrait) {
23085
+ // Portrait to landscape transition
23086
+ transitionAnimation = portraitToLandscapeTransition(this.el, {
23087
+ presentingEl: presentingElement});
23088
+ }
23089
+ else {
23090
+ // Landscape to portrait transition
23091
+ transitionAnimation = landscapeToPortraitTransition(this.el, {
23092
+ presentingEl: presentingElement});
23093
+ }
23094
+ // Update state and play animation
23095
+ this.currentViewIsPortrait = isPortrait;
23096
+ this.viewTransitionAnimation = transitionAnimation;
23097
+ transitionAnimation.play().then(() => {
23098
+ this.viewTransitionAnimation = undefined;
23099
+ // After orientation transition, recreate the swipe-to-close gesture
23100
+ // with updated animation that reflects the new presenting element state
23101
+ this.reinitSwipeToClose();
23102
+ });
23103
+ }
23104
+ cleanupViewTransitionListener() {
23105
+ // Clear any pending resize timeout
23106
+ if (this.resizeTimeout) {
23107
+ clearTimeout(this.resizeTimeout);
23108
+ this.resizeTimeout = undefined;
23109
+ }
23110
+ if (this.viewTransitionAnimation) {
23111
+ this.viewTransitionAnimation.destroy();
23112
+ this.viewTransitionAnimation = undefined;
23113
+ }
23114
+ }
23115
+ reinitSwipeToClose() {
23116
+ // Only reinitialize if we have a presenting element and are on iOS
23117
+ if (getIonMode$1(this) !== 'ios' || !this.presentingElement) {
23118
+ return;
23119
+ }
23120
+ // Clean up existing gesture and animation
23121
+ if (this.gesture) {
23122
+ this.gesture.destroy();
23123
+ this.gesture = undefined;
23124
+ }
23125
+ if (this.animation) {
23126
+ // Properly end the progress-based animation at initial state before destroying
23127
+ // to avoid leaving modal in intermediate swipe position
23128
+ this.animation.progressEnd(0, 0, 0);
23129
+ this.animation.destroy();
23130
+ this.animation = undefined;
23131
+ }
23132
+ // Force the modal back to the correct position or it could end up
23133
+ // in a weird state after destroying the animation
23134
+ raf(() => {
23135
+ this.ensureCorrectModalPosition();
23136
+ this.initSwipeToClose();
23137
+ });
23138
+ }
23139
+ ensureCorrectModalPosition() {
23140
+ const { el, presentingElement } = this;
23141
+ const root = getElementRoot(el);
23142
+ const wrapperEl = root.querySelector('.modal-wrapper');
23143
+ if (wrapperEl) {
23144
+ wrapperEl.style.transform = 'translateY(0vh)';
23145
+ wrapperEl.style.opacity = '1';
23146
+ }
23147
+ if ((presentingElement === null || presentingElement === void 0 ? void 0 : presentingElement.tagName) === 'ION-MODAL') {
23148
+ const isPortrait = window.innerWidth < 768;
23149
+ if (isPortrait) {
23150
+ const transformOffset = !CSS.supports('width', 'max(0px, 1px)')
23151
+ ? '30px'
23152
+ : 'max(30px, var(--ion-safe-area-top))';
23153
+ const scale = SwipeToCloseDefaults.MIN_PRESENTING_SCALE;
23154
+ presentingElement.style.transform = `translateY(${transformOffset}) scale(${scale})`;
23155
+ }
23156
+ else {
23157
+ presentingElement.style.transform = 'translateY(0px) scale(1)';
23158
+ }
23159
+ }
23160
+ }
23161
+ async dismissNestedModals() {
23162
+ const nestedModals = document.querySelectorAll(`ion-modal[data-parent-ion-modal="${this.el.id}"]`);
23163
+ nestedModals === null || nestedModals === void 0 ? void 0 : nestedModals.forEach(async (modal) => {
23164
+ await modal.dismiss(undefined, 'parent-dismissed');
23165
+ });
23166
+ }
23167
+ initParentRemovalObserver() {
23168
+ if (typeof MutationObserver === 'undefined') {
23169
+ return;
23170
+ }
23171
+ // Only observe if we have a cached parent and are in browser environment
23172
+ if (typeof window === 'undefined' || !this.cachedOriginalParent) {
23173
+ return;
23174
+ }
23175
+ // Don't observe document or fragment nodes as they can't be "removed"
23176
+ if (this.cachedOriginalParent.nodeType === Node.DOCUMENT_NODE ||
23177
+ this.cachedOriginalParent.nodeType === Node.DOCUMENT_FRAGMENT_NODE) {
23178
+ return;
23179
+ }
23180
+ this.parentRemovalObserver = new MutationObserver((mutations) => {
23181
+ mutations.forEach((mutation) => {
23182
+ if (mutation.type === 'childList' && mutation.removedNodes.length > 0) {
23183
+ // Check if our cached original parent was removed
23184
+ const cachedParentWasRemoved = Array.from(mutation.removedNodes).some((node) => {
23185
+ var _a, _b;
23186
+ const isDirectMatch = node === this.cachedOriginalParent;
23187
+ const isContainedMatch = this.cachedOriginalParent
23188
+ ? (_b = (_a = node).contains) === null || _b === void 0 ? void 0 : _b.call(_a, this.cachedOriginalParent)
23189
+ : false;
23190
+ return isDirectMatch || isContainedMatch;
23191
+ });
23192
+ // Also check if parent is no longer connected to DOM
23193
+ const cachedParentDisconnected = this.cachedOriginalParent && !this.cachedOriginalParent.isConnected;
23194
+ if (cachedParentWasRemoved || cachedParentDisconnected) {
23195
+ this.dismiss(undefined, 'parent-removed');
23196
+ // Release the reference to the cached original parent
23197
+ // so we don't have a memory leak
23198
+ this.cachedOriginalParent = undefined;
23199
+ }
23200
+ }
23201
+ });
23202
+ });
23203
+ // Observe document body with subtree to catch removals at any level
23204
+ this.parentRemovalObserver.observe(document.body, {
23205
+ childList: true,
23206
+ subtree: true,
23207
+ });
23208
+ }
23209
+ cleanupParentRemovalObserver() {
23210
+ var _a;
23211
+ (_a = this.parentRemovalObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
23212
+ this.parentRemovalObserver = undefined;
23213
+ }
22564
23214
  render() {
22565
23215
  const { handle, isSheetModal, presentingElement, htmlAttributes, handleBehavior, inheritedAttributes, focusTrap, expandToScroll, } = this;
22566
23216
  const showHandle = handle !== false && isSheetModal;
22567
23217
  const mode = getIonMode$1(this);
22568
23218
  const isCardModal = presentingElement !== undefined && mode === 'ios';
22569
23219
  const isHandleCycle = handleBehavior === 'cycle';
22570
- return (hAsync(Host, Object.assign({ key: '0bcbdcfcd7d890eb599da3f97f21c317d34f8e0e', "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
23220
+ const isSheetModalWithHandle = isSheetModal && showHandle;
23221
+ return (hAsync(Host, Object.assign({ key: '9e9a7bd591eb17a225a00b4fa2e379e94601d17f', "no-router": true,
23222
+ // Allow the modal to be navigable when the handle is focusable
23223
+ tabIndex: isHandleCycle && isSheetModalWithHandle ? 0 : -1 }, htmlAttributes, { style: {
22571
23224
  zIndex: `${20000 + this.overlayIndex}`,
22572
- }, 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',
23225
+ }, 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',
22573
23226
  /*
22574
23227
  role and aria-modal must be used on the
22575
23228
  same element. They must also be set inside the
22576
23229
  shadow DOM otherwise ion-button will not be highlighted
22577
23230
  when using VoiceOver: https://bugs.webkit.org/show_bug.cgi?id=247134
22578
23231
  */
22579
- 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",
23232
+ 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",
22580
23233
  // Prevents the handle from receiving keyboard focus when it does not cycle
22581
- 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' }))));
23234
+ 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 }))));
22582
23235
  }
22583
23236
  get el() { return getElement(this); }
22584
23237
  static get watchers() { return {
@@ -22590,7 +23243,7 @@ class Modal {
22590
23243
  md: modalMdCss
22591
23244
  }; }
22592
23245
  static get cmpMeta() { return {
22593
- "$flags$": 41,
23246
+ "$flags$": 297,
22594
23247
  "$tagName$": "ion-modal",
22595
23248
  "$members$": {
22596
23249
  "hasController": [4, "has-controller"],
@@ -22626,7 +23279,7 @@ class Modal {
22626
23279
  "setCurrentBreakpoint": [64],
22627
23280
  "getCurrentBreakpoint": [64]
22628
23281
  },
22629
- "$listeners$": undefined,
23282
+ "$listeners$": [[9, "resize", "onWindowResize"]],
22630
23283
  "$lazyBundleId$": "-",
22631
23284
  "$attrsToReflect$": []
22632
23285
  }; }
@@ -23534,7 +24187,7 @@ class Nav {
23534
24187
  }; }
23535
24188
  static get style() { return navCss; }
23536
24189
  static get cmpMeta() { return {
23537
- "$flags$": 9,
24190
+ "$flags$": 265,
23538
24191
  "$tagName$": "ion-nav",
23539
24192
  "$members$": {
23540
24193
  "delegate": [16],
@@ -23602,7 +24255,7 @@ class NavLink {
23602
24255
  }
23603
24256
  get el() { return getElement(this); }
23604
24257
  static get cmpMeta() { return {
23605
- "$flags$": 0,
24258
+ "$flags$": 256,
23606
24259
  "$tagName$": "ion-nav-link",
23607
24260
  "$members$": {
23608
24261
  "component": [1],
@@ -23638,7 +24291,7 @@ class Note {
23638
24291
  md: noteMdCss
23639
24292
  }; }
23640
24293
  static get cmpMeta() { return {
23641
- "$flags$": 41,
24294
+ "$flags$": 297,
23642
24295
  "$tagName$": "ion-note",
23643
24296
  "$members$": {
23644
24297
  "color": [513]
@@ -24126,7 +24779,7 @@ let Picker$1 = class Picker {
24126
24779
  md: pickerMdCss$1
24127
24780
  }; }
24128
24781
  static get cmpMeta() { return {
24129
- "$flags$": 41,
24782
+ "$flags$": 297,
24130
24783
  "$tagName$": "ion-picker",
24131
24784
  "$members$": {
24132
24785
  "exitInputMode": [64]
@@ -24407,7 +25060,7 @@ class Picker {
24407
25060
  md: pickerMdCss
24408
25061
  }; }
24409
25062
  static get cmpMeta() { return {
24410
- "$flags$": 34,
25063
+ "$flags$": 290,
24411
25064
  "$tagName$": "ion-picker-legacy",
24412
25065
  "$members$": {
24413
25066
  "overlayIndex": [2, "overlay-index"],
@@ -24624,7 +25277,25 @@ class PickerColumn {
24624
25277
  * elementsFromPoint can returns multiple elements
24625
25278
  * so find the relevant picker column option if one exists.
24626
25279
  */
24627
- const newActiveElement = elementsAtPoint.find((el) => el.tagName === 'ION-PICKER-COLUMN-OPTION');
25280
+ let newActiveElement = elementsAtPoint.find((el) => el.tagName === 'ION-PICKER-COLUMN-OPTION');
25281
+ /**
25282
+ * TODO(FW-6594): Remove this workaround when iOS 16 is no longer
25283
+ * supported.
25284
+ *
25285
+ * If `elementsFromPoint` failed to find the active element (a known
25286
+ * issue on iOS 16 when elements are in a Shadow DOM and the
25287
+ * referenceNode is the document), a fallback to `elementFromPoint`
25288
+ * is used. While `elementsFromPoint` returns all elements,
25289
+ * `elementFromPoint` returns only the top-most, which is sufficient
25290
+ * for this use case and appears to handle Shadow DOM retargeting
25291
+ * more reliably in this specific iOS bug.
25292
+ */
25293
+ if (newActiveElement === undefined) {
25294
+ const fallbackActiveElement = referenceNode.elementFromPoint(centerX, centerY);
25295
+ if ((fallbackActiveElement === null || fallbackActiveElement === void 0 ? void 0 : fallbackActiveElement.tagName) === 'ION-PICKER-COLUMN-OPTION') {
25296
+ newActiveElement = fallbackActiveElement;
25297
+ }
25298
+ }
24628
25299
  if (activeEl !== undefined) {
24629
25300
  this.setPickerItemActiveState(activeEl, false);
24630
25301
  }
@@ -24992,12 +25663,12 @@ class PickerColumn {
24992
25663
  render() {
24993
25664
  const { color, disabled, isActive, numericInput } = this;
24994
25665
  const mode = getIonMode$1(this);
24995
- return (hAsync(Host, { key: 'a221dc10f1eb7c41637a16d2c7167c16939822fd', class: createColorClasses$1(color, {
25666
+ return (hAsync(Host, { key: 'ea0280355b2f87895bf7dddd289ccf473aa759f3', class: createColorClasses$1(color, {
24996
25667
  [mode]: true,
24997
25668
  ['picker-column-active']: isActive,
24998
25669
  ['picker-column-numeric-input']: numericInput,
24999
25670
  ['picker-column-disabled']: disabled,
25000
- }) }, this.renderAssistiveFocusable(), hAsync("slot", { key: '81b0656f606856f3dc0a657bf167d81a5011405e', name: "prefix" }), hAsync("div", { key: '71b9de67c04150255dd66592601c9d926db0c31c', "aria-hidden": "true", class: "picker-opts", ref: (el) => {
25671
+ }) }, this.renderAssistiveFocusable(), hAsync("slot", { key: '482992131cdeb85b1f61430d7fe1322a16345769', name: "prefix" }), hAsync("div", { key: '43f7f80d621d411ef366b3ca1396299e8c9a0c97', "aria-hidden": "true", class: "picker-opts", ref: (el) => {
25001
25672
  this.scrollEl = el;
25002
25673
  },
25003
25674
  /**
@@ -25018,7 +25689,7 @@ class PickerColumn {
25018
25689
  * To prevent this, we set the tabIndex to -1. This
25019
25690
  * will match the behavior of the other browsers.
25020
25691
  */
25021
- 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" })));
25692
+ 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" })));
25022
25693
  }
25023
25694
  get el() { return getElement(this); }
25024
25695
  static get watchers() { return {
@@ -25027,7 +25698,7 @@ class PickerColumn {
25027
25698
  }; }
25028
25699
  static get style() { return pickerColumnCss; }
25029
25700
  static get cmpMeta() { return {
25030
- "$flags$": 9,
25701
+ "$flags$": 265,
25031
25702
  "$tagName$": "ion-picker-column",
25032
25703
  "$members$": {
25033
25704
  "disabled": [4],
@@ -25395,7 +26066,7 @@ class PickerColumnCmp {
25395
26066
  md: pickerColumnMdCss
25396
26067
  }; }
25397
26068
  static get cmpMeta() { return {
25398
- "$flags$": 32,
26069
+ "$flags$": 288,
25399
26070
  "$tagName$": "ion-picker-legacy-column",
25400
26071
  "$members$": {
25401
26072
  "col": [16]
@@ -25515,7 +26186,7 @@ class PickerColumnOption {
25515
26186
  md: pickerColumnOptionMdCss
25516
26187
  }; }
25517
26188
  static get cmpMeta() { return {
25518
- "$flags$": 41,
26189
+ "$flags$": 297,
25519
26190
  "$tagName$": "ion-picker-column-option",
25520
26191
  "$members$": {
25521
26192
  "disabled": [4],
@@ -26787,6 +27458,8 @@ class Popover {
26787
27458
  * Developers can pass a mouse, touch, or pointer event
26788
27459
  * to position the popover relative to where that event
26789
27460
  * was dispatched.
27461
+ *
27462
+ * @param event The event to position the popover relative to.
26790
27463
  */
26791
27464
  async present(event) {
26792
27465
  const unlock = await this.lockController.lock();
@@ -26850,15 +27523,14 @@ class Popover {
26850
27523
  }
26851
27524
  /**
26852
27525
  * Dismiss the popover overlay after it has been presented.
27526
+ * This is a no-op if the overlay has not been presented yet. If you want
27527
+ * to remove an overlay from the DOM that was never presented, use the
27528
+ * [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
26853
27529
  *
26854
27530
  * @param data Any data to emit in the dismiss events.
26855
- * @param role The role of the element that is dismissing the popover. For example, 'cancel' or 'backdrop'.
27531
+ * @param role The role of the element that is dismissing the popover. For example, `cancel` or `backdrop`.
26856
27532
  * @param dismissParentPopover If `true`, dismissing this popover will also dismiss
26857
27533
  * a parent popover if this popover is nested. Defaults to `true`.
26858
- *
26859
- * This is a no-op if the overlay has not been presented yet. If you want
26860
- * to remove an overlay from the DOM that was never presented, use the
26861
- * [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
26862
27534
  */
26863
27535
  async dismiss(data, role, dismissParentPopover = true) {
26864
27536
  const unlock = await this.lockController.lock();
@@ -26910,9 +27582,9 @@ class Popover {
26910
27582
  const { onLifecycle, parentPopover, dismissOnSelect, side, arrow, htmlAttributes, focusTrap } = this;
26911
27583
  const desktop = isPlatform('desktop');
26912
27584
  const enableArrow = arrow && !parentPopover;
26913
- return (hAsync(Host, Object.assign({ key: '1de4862099cfcb5035e78008e6dc7c1371846f9a', "aria-modal": "true", "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
27585
+ return (hAsync(Host, Object.assign({ key: '16866c02534968c982cf4730d2936d03a5107c8b', "aria-modal": "true", "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
26914
27586
  zIndex: `${20000 + this.overlayIndex}`,
26915
- }, 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' })))));
27587
+ }, 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' })))));
26916
27588
  }
26917
27589
  get el() { return getElement(this); }
26918
27590
  static get watchers() { return {
@@ -26925,7 +27597,7 @@ class Popover {
26925
27597
  md: popoverMdCss
26926
27598
  }; }
26927
27599
  static get cmpMeta() { return {
26928
- "$flags$": 41,
27600
+ "$flags$": 297,
26929
27601
  "$tagName$": "ion-popover",
26930
27602
  "$members$": {
26931
27603
  "hasController": [4, "has-controller"],
@@ -27030,7 +27702,7 @@ class ProgressBar {
27030
27702
  md: progressBarMdCss
27031
27703
  }; }
27032
27704
  static get cmpMeta() { return {
27033
- "$flags$": 41,
27705
+ "$flags$": 297,
27034
27706
  "$tagName$": "ion-progress-bar",
27035
27707
  "$members$": {
27036
27708
  "type": [1],
@@ -27059,6 +27731,7 @@ const renderProgress = (value, buffer) => {
27059
27731
  * When finalBuffer === 1, we use display: none
27060
27732
  * instead of removing the element to avoid flickering.
27061
27733
  */
27734
+ // TODO(FW-6697): change `ion-hide` class to `ion-display-none` or another class
27062
27735
  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" }))),
27063
27736
  hAsync("div", { part: "track", class: "progress-buffer-bar", style: { transform: `scaleX(${finalBuffer})` } }),
27064
27737
  ];
@@ -27226,7 +27899,7 @@ class Radio {
27226
27899
  md: radioMdCss
27227
27900
  }; }
27228
27901
  static get cmpMeta() { return {
27229
- "$flags$": 41,
27902
+ "$flags$": 297,
27230
27903
  "$tagName$": "ion-radio",
27231
27904
  "$members$": {
27232
27905
  "color": [513],
@@ -27449,7 +28122,7 @@ class RadioGroup {
27449
28122
  md: radioGroupMdCss
27450
28123
  }; }
27451
28124
  static get cmpMeta() { return {
27452
- "$flags$": 36,
28125
+ "$flags$": 292,
27453
28126
  "$tagName$": "ion-radio-group",
27454
28127
  "$members$": {
27455
28128
  "allowEmptySelection": [4, "allow-empty-selection"],
@@ -27689,6 +28362,45 @@ class Range {
27689
28362
  this.ionFocus.emit();
27690
28363
  }
27691
28364
  };
28365
+ this.onKnobFocus = (knob) => {
28366
+ if (!this.hasFocus) {
28367
+ this.hasFocus = true;
28368
+ this.ionFocus.emit();
28369
+ }
28370
+ // Manually manage ion-focused class for dual knobs
28371
+ if (this.dualKnobs && this.el.shadowRoot) {
28372
+ const knobA = this.el.shadowRoot.querySelector('.range-knob-a');
28373
+ const knobB = this.el.shadowRoot.querySelector('.range-knob-b');
28374
+ // Remove ion-focused from both knobs first
28375
+ knobA === null || knobA === void 0 ? void 0 : knobA.classList.remove('ion-focused');
28376
+ knobB === null || knobB === void 0 ? void 0 : knobB.classList.remove('ion-focused');
28377
+ // Add ion-focused only to the focused knob
28378
+ const focusedKnobEl = knob === 'A' ? knobA : knobB;
28379
+ focusedKnobEl === null || focusedKnobEl === void 0 ? void 0 : focusedKnobEl.classList.add('ion-focused');
28380
+ }
28381
+ };
28382
+ this.onKnobBlur = () => {
28383
+ // Check if focus is moving to another knob within the same range
28384
+ // by delaying the reset to allow the new focus to register
28385
+ setTimeout(() => {
28386
+ var _a;
28387
+ const activeElement = (_a = this.el.shadowRoot) === null || _a === void 0 ? void 0 : _a.activeElement;
28388
+ const isStillFocusedOnKnob = activeElement && activeElement.classList.contains('range-knob-handle');
28389
+ if (!isStillFocusedOnKnob) {
28390
+ if (this.hasFocus) {
28391
+ this.hasFocus = false;
28392
+ this.ionBlur.emit();
28393
+ }
28394
+ // Remove ion-focused from both knobs when focus leaves the range
28395
+ if (this.dualKnobs && this.el.shadowRoot) {
28396
+ const knobA = this.el.shadowRoot.querySelector('.range-knob-a');
28397
+ const knobB = this.el.shadowRoot.querySelector('.range-knob-b');
28398
+ knobA === null || knobA === void 0 ? void 0 : knobA.classList.remove('ion-focused');
28399
+ knobB === null || knobB === void 0 ? void 0 : knobB.classList.remove('ion-focused');
28400
+ }
28401
+ }
28402
+ }, 0);
28403
+ };
27692
28404
  }
27693
28405
  debounceChanged() {
27694
28406
  const { ionInput, debounce, originalIonInput } = this;
@@ -28121,6 +28833,8 @@ class Range {
28121
28833
  min,
28122
28834
  max,
28123
28835
  inheritedAttributes,
28836
+ onKnobFocus: this.onKnobFocus,
28837
+ onKnobBlur: this.onKnobBlur,
28124
28838
  }), this.dualKnobs &&
28125
28839
  renderKnob(rtl, {
28126
28840
  knob: 'B',
@@ -28134,6 +28848,8 @@ class Range {
28134
28848
  min,
28135
28849
  max,
28136
28850
  inheritedAttributes,
28851
+ onKnobFocus: this.onKnobFocus,
28852
+ onKnobBlur: this.onKnobBlur,
28137
28853
  })));
28138
28854
  }
28139
28855
  render() {
@@ -28153,7 +28869,7 @@ class Range {
28153
28869
  const needsEndAdjustment = inItem && !hasEndContent;
28154
28870
  const mode = getIonMode$1(this);
28155
28871
  renderHiddenInput(true, el, this.name, JSON.stringify(this.getValue()), disabled);
28156
- return (hAsync(Host, { key: '124909954930d95f353e8593fd967de1486b0315', onFocusin: this.onFocus, onFocusout: this.onBlur, id: rangeId, class: createColorClasses$1(this.color, {
28872
+ return (hAsync(Host, { key: 'ef7b01f80515bcaeb2983934ad7f10a6bd5d13ec', onFocusin: this.onFocus, onFocusout: this.onBlur, id: rangeId, class: createColorClasses$1(this.color, {
28157
28873
  [mode]: true,
28158
28874
  'in-item': inItem,
28159
28875
  'range-disabled': disabled,
@@ -28162,10 +28878,10 @@ class Range {
28162
28878
  [`range-label-placement-${labelPlacement}`]: true,
28163
28879
  'range-item-start-adjustment': needsStartAdjustment,
28164
28880
  'range-item-end-adjustment': needsEndAdjustment,
28165
- }) }, hAsync("label", { key: '0af177a2ba5869d3441c4b3f393835218807a418', class: "range-wrapper", id: "range-label" }, hAsync("div", { key: '4d834224b9c834e88497f58af4339348cec9ca1c', class: {
28881
+ }) }, hAsync("label", { key: 'fd8aa90a9d52be9da024b907e68858dae424449d', class: "range-wrapper", id: "range-label" }, hAsync("div", { key: '2172b4f329c22017dd23475c80aac25ba6e753eb', class: {
28166
28882
  'label-text-wrapper': true,
28167
28883
  'label-text-wrapper-hidden': !hasLabel,
28168
- }, 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" })))));
28884
+ }, 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" })))));
28169
28885
  }
28170
28886
  get el() { return getElement(this); }
28171
28887
  static get watchers() { return {
@@ -28182,7 +28898,7 @@ class Range {
28182
28898
  md: rangeMdCss
28183
28899
  }; }
28184
28900
  static get cmpMeta() { return {
28185
- "$flags$": 41,
28901
+ "$flags$": 297,
28186
28902
  "$tagName$": "ion-range",
28187
28903
  "$members$": {
28188
28904
  "color": [513],
@@ -28210,7 +28926,7 @@ class Range {
28210
28926
  "$attrsToReflect$": [["color", "color"]]
28211
28927
  }; }
28212
28928
  }
28213
- const renderKnob = (rtl, { knob, value, ratio, min, max, disabled, pressed, pin, handleKeyboard, pinFormatter, inheritedAttributes }) => {
28929
+ const renderKnob = (rtl, { knob, value, ratio, min, max, disabled, pressed, pin, handleKeyboard, pinFormatter, inheritedAttributes, onKnobFocus, onKnobBlur, }) => {
28214
28930
  const start = rtl ? 'right' : 'left';
28215
28931
  const knobStyle = () => {
28216
28932
  const style = {};
@@ -28231,7 +28947,7 @@ const renderKnob = (rtl, { knob, value, ratio, min, max, disabled, pressed, pin,
28231
28947
  ev.preventDefault();
28232
28948
  ev.stopPropagation();
28233
28949
  }
28234
- }, class: {
28950
+ }, onFocus: () => onKnobFocus(knob), onBlur: onKnobBlur, class: {
28235
28951
  'range-knob-handle': true,
28236
28952
  'range-knob-a': knob === 'A',
28237
28953
  'range-knob-b': knob === 'B',
@@ -29137,7 +29853,7 @@ class Refresher {
29137
29853
  md: refresherMdCss
29138
29854
  }; }
29139
29855
  static get cmpMeta() { return {
29140
- "$flags$": 32,
29856
+ "$flags$": 288,
29141
29857
  "$tagName$": "ion-refresher",
29142
29858
  "$members$": {
29143
29859
  "pullMin": [2, "pull-min"],
@@ -29343,7 +30059,7 @@ class RefresherContent {
29343
30059
  }
29344
30060
  get el() { return getElement(this); }
29345
30061
  static get cmpMeta() { return {
29346
- "$flags$": 0,
30062
+ "$flags$": 256,
29347
30063
  "$tagName$": "ion-refresher-content",
29348
30064
  "$members$": {
29349
30065
  "pullingIcon": [1025, "pulling-icon"],
@@ -29388,7 +30104,7 @@ class Reorder {
29388
30104
  md: reorderMdCss
29389
30105
  }; }
29390
30106
  static get cmpMeta() { return {
29391
- "$flags$": 41,
30107
+ "$flags$": 297,
29392
30108
  "$tagName$": "ion-reorder",
29393
30109
  "$members$": undefined,
29394
30110
  "$listeners$": [[2, "click", "onClick"]],
@@ -29403,6 +30119,9 @@ class ReorderGroup {
29403
30119
  constructor(hostRef) {
29404
30120
  registerInstance(this, hostRef);
29405
30121
  this.ionItemReorder = createEvent(this, "ionItemReorder", 7);
30122
+ this.ionReorderStart = createEvent(this, "ionReorderStart", 7);
30123
+ this.ionReorderMove = createEvent(this, "ionReorderMove", 7);
30124
+ this.ionReorderEnd = createEvent(this, "ionReorderEnd", 7);
29406
30125
  this.lastToIndex = -1;
29407
30126
  this.cachedHeights = [];
29408
30127
  this.scrollElTop = 0;
@@ -29448,7 +30167,7 @@ class ReorderGroup {
29448
30167
  }
29449
30168
  }
29450
30169
  /**
29451
- * Completes the reorder operation. Must be called by the `ionItemReorder` event.
30170
+ * Completes the reorder operation. Must be called by the `ionReorderEnd` event.
29452
30171
  *
29453
30172
  * If a list of items is passed, the list will be reordered and returned in the
29454
30173
  * proper order.
@@ -29485,7 +30204,7 @@ class ReorderGroup {
29485
30204
  const heights = this.cachedHeights;
29486
30205
  heights.length = 0;
29487
30206
  const el = this.el;
29488
- const children = el.children;
30207
+ const children = el.__children;
29489
30208
  if (!children || children.length === 0) {
29490
30209
  return;
29491
30210
  }
@@ -29515,6 +30234,7 @@ class ReorderGroup {
29515
30234
  this.state = 1 /* ReorderGroupState.Active */;
29516
30235
  item.classList.add(ITEM_REORDER_SELECTED);
29517
30236
  hapticSelectionStart();
30237
+ this.ionReorderStart.emit();
29518
30238
  }
29519
30239
  onMove(ev) {
29520
30240
  const selectedItem = this.selectedItemEl;
@@ -29529,6 +30249,7 @@ class ReorderGroup {
29529
30249
  const currentY = Math.max(top, Math.min(ev.currentY, bottom));
29530
30250
  const deltaY = scroll + currentY - ev.startY;
29531
30251
  const normalizedY = currentY - top;
30252
+ const fromIndex = this.lastToIndex;
29532
30253
  const toIndex = this.itemIndexForTop(normalizedY);
29533
30254
  if (toIndex !== this.lastToIndex) {
29534
30255
  const fromIndex = indexForItem(selectedItem);
@@ -29538,6 +30259,10 @@ class ReorderGroup {
29538
30259
  }
29539
30260
  // Update selected item position
29540
30261
  selectedItem.style.transform = `translateY(${deltaY}px)`;
30262
+ this.ionReorderMove.emit({
30263
+ from: fromIndex,
30264
+ to: toIndex,
30265
+ });
29541
30266
  }
29542
30267
  onEnd() {
29543
30268
  const selectedItemEl = this.selectedItemEl;
@@ -29552,6 +30277,7 @@ class ReorderGroup {
29552
30277
  this.completeReorder();
29553
30278
  }
29554
30279
  else {
30280
+ // TODO(FW-6590): Remove this once the deprecated event is removed
29555
30281
  this.ionItemReorder.emit({
29556
30282
  from: fromIndex,
29557
30283
  to: toIndex,
@@ -29559,11 +30285,16 @@ class ReorderGroup {
29559
30285
  });
29560
30286
  }
29561
30287
  hapticSelectionEnd();
30288
+ this.ionReorderEnd.emit({
30289
+ from: fromIndex,
30290
+ to: toIndex,
30291
+ complete: this.completeReorder.bind(this),
30292
+ });
29562
30293
  }
29563
30294
  completeReorder(listOrReorder) {
29564
30295
  const selectedItemEl = this.selectedItemEl;
29565
30296
  if (selectedItemEl && this.state === 2 /* ReorderGroupState.Complete */) {
29566
- const children = this.el.children;
30297
+ const children = this.el.__children;
29567
30298
  const len = children.length;
29568
30299
  const toIndex = this.lastToIndex;
29569
30300
  const fromIndex = indexForItem(selectedItemEl);
@@ -29605,7 +30336,7 @@ class ReorderGroup {
29605
30336
  /********* DOM WRITE ********* */
29606
30337
  reorderMove(fromIndex, toIndex) {
29607
30338
  const itemHeight = this.selectedItemHeight;
29608
- const children = this.el.children;
30339
+ const children = this.el.__children;
29609
30340
  for (let i = 0; i < children.length; i++) {
29610
30341
  const style = children[i].style;
29611
30342
  let value = '';
@@ -29636,7 +30367,7 @@ class ReorderGroup {
29636
30367
  }
29637
30368
  render() {
29638
30369
  const mode = getIonMode$1(this);
29639
- return (hAsync(Host, { key: 'f30613b361c5c3095b7928a92fb4b1e8d6eff600', class: {
30370
+ return (hAsync(Host, { key: '8996890164b63f4aa68779f26e4f308958582a76', class: {
29640
30371
  [mode]: true,
29641
30372
  'reorder-enabled': !this.disabled,
29642
30373
  'reorder-list-active': this.state !== 0 /* ReorderGroupState.Idle */,
@@ -29648,7 +30379,7 @@ class ReorderGroup {
29648
30379
  }; }
29649
30380
  static get style() { return reorderGroupCss; }
29650
30381
  static get cmpMeta() { return {
29651
- "$flags$": 0,
30382
+ "$flags$": 256,
29652
30383
  "$tagName$": "ion-reorder-group",
29653
30384
  "$members$": {
29654
30385
  "disabled": [4],
@@ -29760,7 +30491,7 @@ class RippleEffect {
29760
30491
  get el() { return getElement(this); }
29761
30492
  static get style() { return rippleEffectCss; }
29762
30493
  static get cmpMeta() { return {
29763
- "$flags$": 9,
30494
+ "$flags$": 265,
29764
30495
  "$tagName$": "ion-ripple-effect",
29765
30496
  "$members$": {
29766
30497
  "type": [1],
@@ -30475,6 +31206,7 @@ class Router {
30475
31206
  *
30476
31207
  * @param path The path to navigate to.
30477
31208
  * @param direction The direction of the animation. Defaults to `"forward"`.
31209
+ * @param animation A custom animation to use for the transition.
30478
31210
  */
30479
31211
  async push(path, direction = 'forward', animation) {
30480
31212
  var _a;
@@ -30717,7 +31449,7 @@ class RouterLink {
30717
31449
  }
30718
31450
  static get style() { return routerLinkCss; }
30719
31451
  static get cmpMeta() { return {
30720
- "$flags$": 9,
31452
+ "$flags$": 265,
30721
31453
  "$tagName$": "ion-router-link",
30722
31454
  "$members$": {
30723
31455
  "color": [513],
@@ -30919,7 +31651,7 @@ class RouterOutlet {
30919
31651
  }; }
30920
31652
  static get style() { return routerOutletCss; }
30921
31653
  static get cmpMeta() { return {
30922
- "$flags$": 9,
31654
+ "$flags$": 265,
30923
31655
  "$tagName$": "ion-router-outlet",
30924
31656
  "$members$": {
30925
31657
  "mode": [1025],
@@ -30948,7 +31680,7 @@ class Row {
30948
31680
  }
30949
31681
  static get style() { return rowCss; }
30950
31682
  static get cmpMeta() { return {
30951
- "$flags$": 9,
31683
+ "$flags$": 265,
30952
31684
  "$tagName$": "ion-row",
30953
31685
  "$members$": undefined,
30954
31686
  "$listeners$": undefined,
@@ -31205,10 +31937,8 @@ class Searchbar {
31205
31937
  /**
31206
31938
  * Sets focus on the native `input` in `ion-searchbar`. Use this method instead of the global
31207
31939
  * `input.focus()`.
31208
- *
31209
31940
  * Developers who wish to focus an input when a page enters
31210
31941
  * should call `setFocus()` in the `ionViewDidEnter()` lifecycle method.
31211
- *
31212
31942
  * Developers who wish to focus an input when an overlay is presented
31213
31943
  * should call `setFocus` after `didPresent` has resolved.
31214
31944
  *
@@ -31387,8 +32117,8 @@ class Searchbar {
31387
32117
  const clearIcon = this.clearIcon || (mode === 'ios' ? closeCircle : closeSharp);
31388
32118
  const searchIcon = this.searchIcon || (mode === 'ios' ? searchOutline : searchSharp);
31389
32119
  const shouldShowCancelButton = this.shouldShowCancelButton();
31390
- 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))));
31391
- return (hAsync(Host, { key: 'e1e30cdd79f9f54d5f2d27501012358bc46880e5', role: "search", "aria-disabled": this.disabled ? 'true' : null, class: createColorClasses$1(this.color, {
32120
+ 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))));
32121
+ return (hAsync(Host, { key: '074aa60e051bfb3225e87d44bbb6346c59c73574', role: "search", "aria-disabled": this.disabled ? 'true' : null, class: createColorClasses$1(this.color, {
31392
32122
  [mode]: true,
31393
32123
  'searchbar-animated': animated,
31394
32124
  'searchbar-disabled': this.disabled,
@@ -31398,14 +32128,14 @@ class Searchbar {
31398
32128
  'searchbar-has-focus': this.focused,
31399
32129
  'searchbar-should-show-clear': this.shouldShowClearButton(),
31400
32130
  'searchbar-should-show-cancel': this.shouldShowCancelButton(),
31401
- }) }, 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) => {
32131
+ }) }, 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) => {
31402
32132
  /**
31403
32133
  * This prevents mobile browsers from
31404
32134
  * blurring the input when the clear
31405
32135
  * button is activated.
31406
32136
  */
31407
32137
  ev.preventDefault();
31408
- }, 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));
32138
+ }, 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));
31409
32139
  }
31410
32140
  get el() { return getElement(this); }
31411
32141
  static get watchers() { return {
@@ -31420,7 +32150,7 @@ class Searchbar {
31420
32150
  md: searchbarMdCss
31421
32151
  }; }
31422
32152
  static get cmpMeta() { return {
31423
- "$flags$": 34,
32153
+ "$flags$": 290,
31424
32154
  "$tagName$": "ion-searchbar",
31425
32155
  "$members$": {
31426
32156
  "color": [513],
@@ -32021,7 +32751,7 @@ class Segment {
32021
32751
  md: segmentMdCss
32022
32752
  }; }
32023
32753
  static get cmpMeta() { return {
32024
- "$flags$": 41,
32754
+ "$flags$": 297,
32025
32755
  "$tagName$": "ion-segment",
32026
32756
  "$members$": {
32027
32757
  "color": [513],
@@ -32174,7 +32904,7 @@ class SegmentButton {
32174
32904
  md: segmentButtonMdCss
32175
32905
  }; }
32176
32906
  static get cmpMeta() { return {
32177
- "$flags$": 41,
32907
+ "$flags$": 297,
32178
32908
  "$tagName$": "ion-segment-button",
32179
32909
  "$members$": {
32180
32910
  "contentId": [513, "content-id"],
@@ -32191,7 +32921,7 @@ class SegmentButton {
32191
32921
  }; }
32192
32922
  }
32193
32923
 
32194
- 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}";
32924
+ 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}";
32195
32925
 
32196
32926
  class SegmentContent {
32197
32927
  constructor(hostRef) {
@@ -32202,7 +32932,7 @@ class SegmentContent {
32202
32932
  }
32203
32933
  static get style() { return segmentContentCss; }
32204
32934
  static get cmpMeta() { return {
32205
- "$flags$": 9,
32935
+ "$flags$": 265,
32206
32936
  "$tagName$": "ion-segment-content",
32207
32937
  "$members$": undefined,
32208
32938
  "$listeners$": undefined,
@@ -32322,7 +33052,7 @@ class SegmentView {
32322
33052
  md: segmentViewMdCss
32323
33053
  }; }
32324
33054
  static get cmpMeta() { return {
32325
- "$flags$": 41,
33055
+ "$flags$": 297,
32326
33056
  "$tagName$": "ion-segment-view",
32327
33057
  "$members$": {
32328
33058
  "disabled": [4],
@@ -32544,7 +33274,7 @@ class Select {
32544
33274
  const scrollSelectedIntoView = () => {
32545
33275
  const indexOfSelected = this.childOpts.findIndex((o) => o.value === this.value);
32546
33276
  if (indexOfSelected > -1) {
32547
- const selectedItem = overlay.querySelector(`.select-interface-option:nth-child(${indexOfSelected + 1})`);
33277
+ const selectedItem = overlay.querySelector(`.select-interface-option:nth-of-type(${indexOfSelected + 1})`);
32548
33278
  if (selectedItem) {
32549
33279
  /**
32550
33280
  * Browsers such as Firefox do not
@@ -33064,7 +33794,7 @@ class Select {
33064
33794
  * TODO(FW-5592): Remove hasStartEndSlots condition
33065
33795
  */
33066
33796
  const labelShouldFloat = labelPlacement === 'stacked' || (labelPlacement === 'floating' && (hasValue || isExpanded || hasStartEndSlots));
33067
- return (hAsync(Host, { key: 'e33253af9b9daa14460c7c259fb138b4d2b875ae', onClick: this.onClick, class: createColorClasses$1(this.color, {
33797
+ return (hAsync(Host, { key: 'c03fb65e8fc9f9aab295e07b282377d57d910519', onClick: this.onClick, class: createColorClasses$1(this.color, {
33068
33798
  [mode]: true,
33069
33799
  'in-item': inItem,
33070
33800
  'in-item-color': hostContext('ion-item.ion-color', el),
@@ -33082,7 +33812,7 @@ class Select {
33082
33812
  [`select-justify-${justify}`]: justifyEnabled,
33083
33813
  [`select-shape-${shape}`]: shape !== undefined,
33084
33814
  [`select-label-placement-${labelPlacement}`]: true,
33085
- }) }, 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()));
33815
+ }) }, 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()));
33086
33816
  }
33087
33817
  get el() { return getElement(this); }
33088
33818
  static get watchers() { return {
@@ -33096,7 +33826,7 @@ class Select {
33096
33826
  md: selectMdCss
33097
33827
  }; }
33098
33828
  static get cmpMeta() { return {
33099
- "$flags$": 41,
33829
+ "$flags$": 297,
33100
33830
  "$tagName$": "ion-select",
33101
33831
  "$members$": {
33102
33832
  "cancelText": [1, "cancel-text"],
@@ -33166,11 +33896,11 @@ const textForValue = (opts, value, compareWith) => {
33166
33896
  let selectIds = 0;
33167
33897
  const OPTION_CLASS = 'select-interface-option';
33168
33898
 
33169
- 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)}";
33899
+ 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)}";
33170
33900
 
33171
33901
  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)}";
33172
33902
 
33173
- 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)}";
33903
+ 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)}";
33174
33904
 
33175
33905
  class SelectModal {
33176
33906
  constructor(hostRef) {
@@ -33250,7 +33980,7 @@ class SelectModal {
33250
33980
  md: selectModalMdCss
33251
33981
  }; }
33252
33982
  static get cmpMeta() { return {
33253
- "$flags$": 34,
33983
+ "$flags$": 290,
33254
33984
  "$tagName$": "ion-select-modal",
33255
33985
  "$members$": {
33256
33986
  "header": [1],
@@ -33280,7 +34010,7 @@ class SelectOption {
33280
34010
  get el() { return getElement(this); }
33281
34011
  static get style() { return selectOptionCss; }
33282
34012
  static get cmpMeta() { return {
33283
- "$flags$": 9,
34013
+ "$flags$": 265,
33284
34014
  "$tagName$": "ion-select-option",
33285
34015
  "$members$": {
33286
34016
  "disabled": [4],
@@ -33295,7 +34025,7 @@ let selectOptionIds = 0;
33295
34025
 
33296
34026
  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}";
33297
34027
 
33298
- 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)}";
34028
+ 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)}";
33299
34029
 
33300
34030
  /**
33301
34031
  * @internal
@@ -33400,7 +34130,7 @@ class SelectPopover {
33400
34130
  md: selectPopoverMdCss
33401
34131
  }; }
33402
34132
  static get cmpMeta() { return {
33403
- "$flags$": 34,
34133
+ "$flags$": 290,
33404
34134
  "$tagName$": "ion-select-popover",
33405
34135
  "$members$": {
33406
34136
  "header": [1],
@@ -33451,7 +34181,7 @@ class SkeletonText {
33451
34181
  get el() { return getElement(this); }
33452
34182
  static get style() { return skeletonTextCss; }
33453
34183
  static get cmpMeta() { return {
33454
- "$flags$": 9,
34184
+ "$flags$": 265,
33455
34185
  "$tagName$": "ion-skeleton-text",
33456
34186
  "$members$": {
33457
34187
  "animated": [4]
@@ -33506,7 +34236,7 @@ class Spinner {
33506
34236
  }
33507
34237
  static get style() { return spinnerCss; }
33508
34238
  static get cmpMeta() { return {
33509
- "$flags$": 9,
34239
+ "$flags$": 265,
33510
34240
  "$tagName$": "ion-spinner",
33511
34241
  "$members$": {
33512
34242
  "color": [513],
@@ -33615,7 +34345,7 @@ class SplitPane {
33615
34345
  md: splitPaneMdCss
33616
34346
  }; }
33617
34347
  static get cmpMeta() { return {
33618
- "$flags$": 41,
34348
+ "$flags$": 297,
33619
34349
  "$tagName$": "ion-split-pane",
33620
34350
  "$members$": {
33621
34351
  "contentId": [513, "content-id"],
@@ -33679,7 +34409,7 @@ class Tab {
33679
34409
  }; }
33680
34410
  static get style() { return tabCss; }
33681
34411
  static get cmpMeta() { return {
33682
- "$flags$": 9,
34412
+ "$flags$": 265,
33683
34413
  "$tagName$": "ion-tab",
33684
34414
  "$members$": {
33685
34415
  "active": [1028],
@@ -33765,7 +34495,7 @@ class TabBar {
33765
34495
  md: tabBarMdCss
33766
34496
  }; }
33767
34497
  static get cmpMeta() { return {
33768
- "$flags$": 41,
34498
+ "$flags$": 297,
33769
34499
  "$tagName$": "ion-tab-bar",
33770
34500
  "$members$": {
33771
34501
  "color": [513],
@@ -33870,7 +34600,7 @@ class TabButton {
33870
34600
  md: tabButtonMdCss
33871
34601
  }; }
33872
34602
  static get cmpMeta() { return {
33873
- "$flags$": 41,
34603
+ "$flags$": 297,
33874
34604
  "$tagName$": "ion-tab-button",
33875
34605
  "$members$": {
33876
34606
  "disabled": [4],
@@ -34042,7 +34772,7 @@ class Tabs {
34042
34772
  get el() { return getElement(this); }
34043
34773
  static get style() { return tabsCss; }
34044
34774
  static get cmpMeta() { return {
34045
- "$flags$": 9,
34775
+ "$flags$": 265,
34046
34776
  "$tagName$": "ion-tabs",
34047
34777
  "$members$": {
34048
34778
  "useRouter": [1028, "use-router"],
@@ -34083,7 +34813,7 @@ class Text {
34083
34813
  }
34084
34814
  static get style() { return textCss; }
34085
34815
  static get cmpMeta() { return {
34086
- "$flags$": 9,
34816
+ "$flags$": 265,
34087
34817
  "$tagName$": "ion-text",
34088
34818
  "$members$": {
34089
34819
  "color": [513]
@@ -34551,7 +35281,7 @@ class Textarea {
34551
35281
  md: textareaMdCss
34552
35282
  }; }
34553
35283
  static get cmpMeta() { return {
34554
- "$flags$": 38,
35284
+ "$flags$": 294,
34555
35285
  "$tagName$": "ion-textarea",
34556
35286
  "$members$": {
34557
35287
  "color": [513],
@@ -34604,7 +35334,7 @@ class Thumbnail {
34604
35334
  }
34605
35335
  static get style() { return thumbnailCss; }
34606
35336
  static get cmpMeta() { return {
34607
- "$flags$": 9,
35337
+ "$flags$": 265,
34608
35338
  "$tagName$": "ion-thumbnail",
34609
35339
  "$members$": undefined,
34610
35340
  "$listeners$": undefined,
@@ -35282,16 +36012,15 @@ class Toast {
35282
36012
  }
35283
36013
  /**
35284
36014
  * Dismiss the toast overlay after it has been presented.
36015
+ * This is a no-op if the overlay has not been presented yet. If you want
36016
+ * to remove an overlay from the DOM that was never presented, use the
36017
+ * [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
35285
36018
  *
35286
36019
  * @param data Any data to emit in the dismiss events.
35287
36020
  * @param role The role of the element that is dismissing the toast.
35288
36021
  * This can be useful in a button handler for determining which button was
35289
36022
  * clicked to dismiss the toast.
35290
- * Some examples include: ``"cancel"`, `"destructive"`, "selected"`, and `"backdrop"`.
35291
- *
35292
- * This is a no-op if the overlay has not been presented yet. If you want
35293
- * to remove an overlay from the DOM that was never presented, use the
35294
- * [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
36023
+ * Some examples include: `"cancel"`, `"destructive"`, `"selected"`, and `"backdrop"`.
35295
36024
  */
35296
36025
  async dismiss(data, role) {
35297
36026
  var _a, _b;
@@ -35459,9 +36188,9 @@ class Toast {
35459
36188
  if (layout === 'stacked' && startButtons.length > 0 && endButtons.length > 0) {
35460
36189
  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);
35461
36190
  }
35462
- return (hAsync(Host, Object.assign({ key: '425be734aee0eeef281ab1609a9f982ce8b5e852', tabindex: "-1" }, this.htmlAttributes, { style: {
36191
+ return (hAsync(Host, Object.assign({ key: 'd1ecd90c87700aad4685e230cdd430aa286b8791', tabindex: "-1" }, this.htmlAttributes, { style: {
35463
36192
  zIndex: `${60000 + this.overlayIndex}`,
35464
- }, 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')))));
36193
+ }, 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')))));
35465
36194
  }
35466
36195
  get el() { return getElement(this); }
35467
36196
  static get watchers() { return {
@@ -35474,7 +36203,7 @@ class Toast {
35474
36203
  md: toastMdCss
35475
36204
  }; }
35476
36205
  static get cmpMeta() { return {
35477
- "$flags$": 41,
36206
+ "$flags$": 297,
35478
36207
  "$tagName$": "ion-toast",
35479
36208
  "$members$": {
35480
36209
  "overlayIndex": [2, "overlay-index"],
@@ -35787,7 +36516,7 @@ class Toggle {
35787
36516
  md: toggleMdCss
35788
36517
  }; }
35789
36518
  static get cmpMeta() { return {
35790
- "$flags$": 41,
36519
+ "$flags$": 297,
35791
36520
  "$tagName$": "ion-toggle",
35792
36521
  "$members$": {
35793
36522
  "color": [513],
@@ -35895,7 +36624,7 @@ class Toolbar {
35895
36624
  md: toolbarMdCss
35896
36625
  }; }
35897
36626
  static get cmpMeta() { return {
35898
- "$flags$": 41,
36627
+ "$flags$": 297,
35899
36628
  "$tagName$": "ion-toolbar",
35900
36629
  "$members$": {
35901
36630
  "color": [513]
@@ -35948,7 +36677,7 @@ class ToolbarTitle {
35948
36677
  md: titleMdCss
35949
36678
  }; }
35950
36679
  static get cmpMeta() { return {
35951
- "$flags$": 41,
36680
+ "$flags$": 297,
35952
36681
  "$tagName$": "ion-title",
35953
36682
  "$members$": {
35954
36683
  "color": [513],
@@ -36959,7 +37688,7 @@ var NAMESPACE = (
36959
37688
  );
36960
37689
 
36961
37690
  /*
36962
- Stencil Hydrate Runner v4.33.1 | MIT Licensed | https://stenciljs.com
37691
+ Stencil Hydrate Runner v4.36.2 | MIT Licensed | https://stenciljs.com
36963
37692
  */
36964
37693
  var __defProp = Object.defineProperty;
36965
37694
  var __export = (target, all) => {
@@ -37684,8 +38413,21 @@ function triggerEventListener(elm, ev) {
37684
38413
  } else if (elm.parentElement == null && elm.tagName === "HTML") {
37685
38414
  triggerEventListener(elm.ownerDocument, ev);
37686
38415
  } else {
37687
- triggerEventListener(elm.parentElement, ev);
38416
+ const nextTarget = getNextEventTarget(elm, ev);
38417
+ triggerEventListener(nextTarget, ev);
38418
+ }
38419
+ }
38420
+ function getNextEventTarget(elm, ev) {
38421
+ if (elm.parentElement) {
38422
+ return elm.parentElement;
38423
+ }
38424
+ if (elm.host && ev.composed) {
38425
+ return elm.host;
38426
+ }
38427
+ if (ev.composed && elm.parentNode && elm.parentNode.host) {
38428
+ return elm.parentNode.host;
37688
38429
  }
38430
+ return null;
37689
38431
  }
37690
38432
  function dispatchEvent(currentTarget, ev) {
37691
38433
  ev.target = currentTarget;
@@ -47327,6 +48069,11 @@ function* streamToHtml(node, opts, output) {
47327
48069
  const mode = ` shadowrootmode="open"`;
47328
48070
  yield mode;
47329
48071
  output.currentLineWidth += mode.length;
48072
+ if (node.delegatesFocus) {
48073
+ const delegatesFocusAttr = " shadowrootdelegatesfocus";
48074
+ yield delegatesFocusAttr;
48075
+ output.currentLineWidth += delegatesFocusAttr.length;
48076
+ }
47330
48077
  }
47331
48078
  const attrsLength = node.attributes.length;
47332
48079
  const attributes = opts.prettyHtml && attrsLength > 1 ? cloneAttributes(node.attributes, true) : node.attributes;
@@ -47845,6 +48592,15 @@ var MockNode2 = class {
47845
48592
  set textContent(value) {
47846
48593
  this._nodeValue = String(value);
47847
48594
  }
48595
+ addEventListener(type, handler) {
48596
+ addEventListener(this, type, handler);
48597
+ }
48598
+ removeEventListener(type, handler) {
48599
+ removeEventListener(this, type, handler);
48600
+ }
48601
+ dispatchEvent(ev) {
48602
+ return dispatchEvent(this, ev);
48603
+ }
47848
48604
  };
47849
48605
  MockNode2.ELEMENT_NODE = 1;
47850
48606
  MockNode2.TEXT_NODE = 3;
@@ -47883,15 +48639,25 @@ var MockElement = class extends MockNode2 {
47883
48639
  addEventListener(this, type, handler);
47884
48640
  }
47885
48641
  attachShadow(_opts) {
48642
+ var _a2;
47886
48643
  const shadowRoot = this.ownerDocument.createDocumentFragment();
48644
+ shadowRoot.delegatesFocus = (_a2 = _opts.delegatesFocus) != null ? _a2 : false;
47887
48645
  this.shadowRoot = shadowRoot;
47888
48646
  return shadowRoot;
47889
48647
  }
47890
48648
  blur() {
47891
- dispatchEvent(
47892
- this,
47893
- new MockFocusEvent("blur", { relatedTarget: null, bubbles: true, cancelable: true, composed: true })
47894
- );
48649
+ if (isCurrentlyDispatching(this, "blur")) {
48650
+ return;
48651
+ }
48652
+ markAsDispatching(this, "blur");
48653
+ try {
48654
+ dispatchEvent(
48655
+ this,
48656
+ new MockFocusEvent("blur", { relatedTarget: null, bubbles: true, cancelable: true, composed: true })
48657
+ );
48658
+ } finally {
48659
+ unmarkAsDispatching(this, "blur");
48660
+ }
47895
48661
  }
47896
48662
  get localName() {
47897
48663
  if (!this.nodeName) {
@@ -48633,6 +49399,28 @@ function setTextContent(elm, text) {
48633
49399
  const textNode = new MockTextNode(elm.ownerDocument, text);
48634
49400
  elm.appendChild(textNode);
48635
49401
  }
49402
+ var currentlyDispatching = /* @__PURE__ */ new WeakMap();
49403
+ function isCurrentlyDispatching(target, eventType) {
49404
+ const dispatchingEvents = currentlyDispatching.get(target);
49405
+ return dispatchingEvents != null && dispatchingEvents.has(eventType);
49406
+ }
49407
+ function markAsDispatching(target, eventType) {
49408
+ let dispatchingEvents = currentlyDispatching.get(target);
49409
+ if (dispatchingEvents == null) {
49410
+ dispatchingEvents = /* @__PURE__ */ new Set();
49411
+ currentlyDispatching.set(target, dispatchingEvents);
49412
+ }
49413
+ dispatchingEvents.add(eventType);
49414
+ }
49415
+ function unmarkAsDispatching(target, eventType) {
49416
+ const dispatchingEvents = currentlyDispatching.get(target);
49417
+ if (dispatchingEvents != null) {
49418
+ dispatchingEvents.delete(eventType);
49419
+ if (dispatchingEvents.size === 0) {
49420
+ currentlyDispatching.delete(target);
49421
+ }
49422
+ }
49423
+ }
48636
49424
 
48637
49425
  // src/mock-doc/comment-node.ts
48638
49426
  var MockComment = class _MockComment extends MockNode2 {