voyager-ionic-core 8.2.0 → 8.2.6

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 (794) hide show
  1. package/components/action-sheet.js +7 -4
  2. package/components/alert.js +6 -3
  3. package/components/ion-loading.js +6 -3
  4. package/components/ion-modal.js +8 -5
  5. package/components/ion-picker-legacy.js +6 -3
  6. package/components/ion-refresher.js +28 -1
  7. package/components/ion-toast.js +6 -3
  8. package/components/item.js +3 -3
  9. package/components/popover.js +4 -3
  10. package/dist/cjs/{app-globals-1c261a7f.js → app-globals-7dbf2ade.js} +1 -1
  11. package/dist/cjs/{button-active-8da8d63e.js → button-active-cf1c215d.js} +1 -1
  12. package/dist/cjs/{hardware-back-button-93f7a8f0.js → hardware-back-button-ddbc12ea.js} +2 -2
  13. package/dist/cjs/{index-fa3cf6ba.js → index-24fe3fe6.js} +4 -4
  14. package/dist/cjs/{index-ceeb4ff8.js → index-480c143c.js} +234 -185
  15. package/dist/cjs/{index-93b3a556.js → index-a3f97de0.js} +2 -2
  16. package/dist/cjs/index.cjs.js +8 -8
  17. package/dist/cjs/ion-accordion_2.cjs.entry.js +2 -2
  18. package/dist/cjs/ion-action-sheet.cjs.entry.js +12 -9
  19. package/dist/cjs/ion-alert.cjs.entry.js +11 -8
  20. package/dist/cjs/ion-app_8.cjs.entry.js +6 -6
  21. package/dist/cjs/ion-avatar_3.cjs.entry.js +2 -2
  22. package/dist/cjs/ion-back-button.cjs.entry.js +2 -2
  23. package/dist/cjs/ion-backdrop.cjs.entry.js +2 -2
  24. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +2 -2
  25. package/dist/cjs/ion-button_2.cjs.entry.js +2 -2
  26. package/dist/cjs/ion-card_5.cjs.entry.js +2 -2
  27. package/dist/cjs/ion-checkbox.cjs.entry.js +2 -2
  28. package/dist/cjs/ion-chip.cjs.entry.js +2 -2
  29. package/dist/cjs/ion-col_3.cjs.entry.js +2 -2
  30. package/dist/cjs/ion-datetime-button.cjs.entry.js +2 -2
  31. package/dist/cjs/ion-datetime_3.cjs.entry.js +10 -7
  32. package/dist/cjs/ion-fab_3.cjs.entry.js +2 -2
  33. package/dist/cjs/ion-img.cjs.entry.js +2 -2
  34. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +2 -2
  35. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +2 -2
  36. package/dist/cjs/ion-input.cjs.entry.js +2 -2
  37. package/dist/cjs/ion-item-option_3.cjs.entry.js +2 -2
  38. package/dist/cjs/ion-item_8.cjs.entry.js +4 -4
  39. package/dist/cjs/ion-loading.cjs.entry.js +10 -7
  40. package/dist/cjs/ion-menu_3.cjs.entry.js +5 -5
  41. package/dist/cjs/ion-modal.cjs.entry.js +13 -10
  42. package/dist/cjs/ion-nav_2.cjs.entry.js +3 -3
  43. package/dist/cjs/ion-picker-column-option.cjs.entry.js +2 -2
  44. package/dist/cjs/ion-picker-column.cjs.entry.js +2 -2
  45. package/dist/cjs/ion-picker.cjs.entry.js +1 -1
  46. package/dist/cjs/ion-popover.cjs.entry.js +9 -8
  47. package/dist/cjs/ion-progress-bar.cjs.entry.js +2 -2
  48. package/dist/cjs/ion-radio_2.cjs.entry.js +2 -2
  49. package/dist/cjs/ion-range.cjs.entry.js +2 -2
  50. package/dist/cjs/ion-refresher_2.cjs.entry.js +30 -3
  51. package/dist/cjs/ion-reorder_2.cjs.entry.js +2 -2
  52. package/dist/cjs/ion-ripple-effect.cjs.entry.js +2 -2
  53. package/dist/cjs/ion-route_4.cjs.entry.js +2 -2
  54. package/dist/cjs/ion-searchbar.cjs.entry.js +2 -2
  55. package/dist/cjs/ion-segment_2.cjs.entry.js +2 -2
  56. package/dist/cjs/ion-select_3.cjs.entry.js +4 -4
  57. package/dist/cjs/ion-spinner.cjs.entry.js +2 -2
  58. package/dist/cjs/ion-split-pane.cjs.entry.js +2 -2
  59. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +2 -2
  60. package/dist/cjs/ion-tab_2.cjs.entry.js +1 -1
  61. package/dist/cjs/ion-text.cjs.entry.js +2 -2
  62. package/dist/cjs/ion-textarea.cjs.entry.js +2 -2
  63. package/dist/cjs/ion-toast.cjs.entry.js +10 -7
  64. package/dist/cjs/ion-toggle.cjs.entry.js +2 -2
  65. package/dist/cjs/{ionic-global-f401ca2e.js → ionic-global-c1db87a5.js} +1 -1
  66. package/dist/cjs/ionic.cjs.js +5 -5
  67. package/dist/cjs/{ios.transition-ae54d131.js → ios.transition-8419294d.js} +3 -3
  68. package/dist/cjs/loader.cjs.js +4 -4
  69. package/dist/cjs/{md.transition-dbc2d3f3.js → md.transition-39852d6b.js} +3 -3
  70. package/dist/cjs/{overlays-d4afb0bd.js → overlays-55d77381.js} +2 -2
  71. package/dist/cjs/{status-tap-0a82a165.js → status-tap-b68fa888.js} +1 -1
  72. package/dist/collection/collection-manifest.json +1 -1
  73. package/dist/collection/components/action-sheet/action-sheet.js +7 -4
  74. package/dist/collection/components/alert/alert.js +6 -3
  75. package/dist/collection/components/item/item.js +3 -3
  76. package/dist/collection/components/loading/loading.js +6 -3
  77. package/dist/collection/components/modal/modal.js +8 -5
  78. package/dist/collection/components/picker-legacy/picker.js +6 -3
  79. package/dist/collection/components/popover/popover.js +4 -3
  80. package/dist/collection/components/refresher/refresher.js +28 -1
  81. package/dist/collection/components/toast/toast.js +6 -3
  82. package/dist/docs.json +3 -3
  83. package/dist/esm/{app-globals-7c667c11.js → app-globals-7f30ce3c.js} +1 -1
  84. package/dist/esm/{button-active-7c57df95.js → button-active-78f50add.js} +1 -1
  85. package/dist/esm/{hardware-back-button-63852d15.js → hardware-back-button-2e99752e.js} +2 -2
  86. package/dist/esm/{index-1e2f8425.js → index-4094f808.js} +2 -2
  87. package/dist/esm/{index-8d8c14b0.js → index-7a952e7a.js} +234 -185
  88. package/dist/esm/{index-91ed2172.js → index-8808daa5.js} +4 -4
  89. package/dist/esm/index.js +8 -8
  90. package/dist/esm/ion-accordion_2.entry.js +2 -2
  91. package/dist/esm/ion-action-sheet.entry.js +12 -9
  92. package/dist/esm/ion-alert.entry.js +11 -8
  93. package/dist/esm/ion-app_8.entry.js +6 -6
  94. package/dist/esm/ion-avatar_3.entry.js +2 -2
  95. package/dist/esm/ion-back-button.entry.js +2 -2
  96. package/dist/esm/ion-backdrop.entry.js +2 -2
  97. package/dist/esm/ion-breadcrumb_2.entry.js +2 -2
  98. package/dist/esm/ion-button_2.entry.js +2 -2
  99. package/dist/esm/ion-card_5.entry.js +2 -2
  100. package/dist/esm/ion-checkbox.entry.js +2 -2
  101. package/dist/esm/ion-chip.entry.js +2 -2
  102. package/dist/esm/ion-col_3.entry.js +2 -2
  103. package/dist/esm/ion-datetime-button.entry.js +2 -2
  104. package/dist/esm/ion-datetime_3.entry.js +10 -7
  105. package/dist/esm/ion-fab_3.entry.js +2 -2
  106. package/dist/esm/ion-img.entry.js +2 -2
  107. package/dist/esm/ion-infinite-scroll_2.entry.js +2 -2
  108. package/dist/esm/ion-input-password-toggle.entry.js +2 -2
  109. package/dist/esm/ion-input.entry.js +2 -2
  110. package/dist/esm/ion-item-option_3.entry.js +2 -2
  111. package/dist/esm/ion-item_8.entry.js +4 -4
  112. package/dist/esm/ion-loading.entry.js +10 -7
  113. package/dist/esm/ion-menu_3.entry.js +5 -5
  114. package/dist/esm/ion-modal.entry.js +13 -10
  115. package/dist/esm/ion-nav_2.entry.js +3 -3
  116. package/dist/esm/ion-picker-column-option.entry.js +2 -2
  117. package/dist/esm/ion-picker-column.entry.js +2 -2
  118. package/dist/esm/ion-picker.entry.js +1 -1
  119. package/dist/esm/ion-popover.entry.js +9 -8
  120. package/dist/esm/ion-progress-bar.entry.js +2 -2
  121. package/dist/esm/ion-radio_2.entry.js +2 -2
  122. package/dist/esm/ion-range.entry.js +2 -2
  123. package/dist/esm/ion-refresher_2.entry.js +30 -3
  124. package/dist/esm/ion-reorder_2.entry.js +2 -2
  125. package/dist/esm/ion-ripple-effect.entry.js +2 -2
  126. package/dist/esm/ion-route_4.entry.js +2 -2
  127. package/dist/esm/ion-searchbar.entry.js +2 -2
  128. package/dist/esm/ion-segment_2.entry.js +2 -2
  129. package/dist/esm/ion-select_3.entry.js +4 -4
  130. package/dist/esm/ion-spinner.entry.js +2 -2
  131. package/dist/esm/ion-split-pane.entry.js +2 -2
  132. package/dist/esm/ion-tab-bar_2.entry.js +2 -2
  133. package/dist/esm/ion-tab_2.entry.js +1 -1
  134. package/dist/esm/ion-text.entry.js +2 -2
  135. package/dist/esm/ion-textarea.entry.js +2 -2
  136. package/dist/esm/ion-toast.entry.js +10 -7
  137. package/dist/esm/ion-toggle.entry.js +2 -2
  138. package/dist/esm/{ionic-global-8180d812.js → ionic-global-81a1064f.js} +1 -1
  139. package/dist/esm/ionic.js +6 -6
  140. package/dist/esm/{ios.transition-140cedc8.js → ios.transition-0a5004b4.js} +3 -3
  141. package/dist/esm/loader.js +5 -5
  142. package/dist/esm/{md.transition-4961bea4.js → md.transition-b6135ada.js} +3 -3
  143. package/dist/esm/{overlays-e8e5bd06.js → overlays-e1bad9cd.js} +2 -2
  144. package/dist/esm/{status-tap-0502d0fd.js → status-tap-17122cea.js} +1 -1
  145. package/dist/esm-es5/app-globals-7f30ce3c.js +4 -0
  146. package/dist/esm-es5/{button-active-7c57df95.js → button-active-78f50add.js} +1 -1
  147. package/dist/esm-es5/{hardware-back-button-63852d15.js → hardware-back-button-2e99752e.js} +1 -1
  148. package/dist/esm-es5/{index-1e2f8425.js → index-4094f808.js} +1 -1
  149. package/dist/esm-es5/index-7a952e7a.js +5 -0
  150. package/dist/esm-es5/{index-91ed2172.js → index-8808daa5.js} +1 -1
  151. package/dist/esm-es5/index.js +1 -1
  152. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  153. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  154. package/dist/esm-es5/ion-alert.entry.js +1 -1
  155. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  156. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  157. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  158. package/dist/esm-es5/ion-backdrop.entry.js +1 -1
  159. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  160. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  161. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  162. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  163. package/dist/esm-es5/ion-chip.entry.js +1 -1
  164. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  165. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  166. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  167. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  168. package/dist/esm-es5/ion-img.entry.js +1 -1
  169. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  170. package/dist/esm-es5/ion-input-password-toggle.entry.js +1 -1
  171. package/dist/esm-es5/ion-input.entry.js +1 -1
  172. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  173. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  174. package/dist/esm-es5/ion-loading.entry.js +1 -1
  175. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  176. package/dist/esm-es5/ion-modal.entry.js +1 -1
  177. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  178. package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
  179. package/dist/esm-es5/ion-picker-column.entry.js +1 -1
  180. package/dist/esm-es5/ion-picker.entry.js +1 -1
  181. package/dist/esm-es5/ion-popover.entry.js +1 -1
  182. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  183. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  184. package/dist/esm-es5/ion-range.entry.js +1 -1
  185. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  186. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  187. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  188. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  189. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  190. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  191. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  192. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  193. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  194. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  195. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  196. package/dist/esm-es5/ion-text.entry.js +1 -1
  197. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  198. package/dist/esm-es5/ion-toast.entry.js +1 -1
  199. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  200. package/dist/esm-es5/{ionic-global-8180d812.js → ionic-global-81a1064f.js} +1 -1
  201. package/dist/esm-es5/ionic.js +1 -1
  202. package/dist/esm-es5/{ios.transition-140cedc8.js → ios.transition-0a5004b4.js} +1 -1
  203. package/dist/esm-es5/loader.js +1 -1
  204. package/dist/esm-es5/{md.transition-4961bea4.js → md.transition-b6135ada.js} +1 -1
  205. package/dist/esm-es5/{overlays-e8e5bd06.js → overlays-e1bad9cd.js} +1 -1
  206. package/dist/esm-es5/{status-tap-0502d0fd.js → status-tap-17122cea.js} +1 -1
  207. package/dist/ionic/index.esm.js +1 -1
  208. package/dist/ionic/ionic.esm.js +1 -1
  209. package/dist/ionic/ionic.js +1 -1
  210. package/dist/ionic/{p-f9b3ffd6.system.entry.js → p-013621f0.system.entry.js} +1 -1
  211. package/dist/ionic/p-071cb08a.entry.js +4 -0
  212. package/dist/ionic/{p-4713f5f0.entry.js → p-096664b8.entry.js} +1 -1
  213. package/dist/ionic/{p-a0abe7ab.system.entry.js → p-09f64b99.system.entry.js} +1 -1
  214. package/dist/ionic/{p-00f85ca4.entry.js → p-0abd2546.entry.js} +1 -1
  215. package/dist/ionic/{p-111b0e11.system.entry.js → p-0db55ab4.system.entry.js} +1 -1
  216. package/dist/ionic/{p-5e1094ae.system.entry.js → p-11c4215a.system.entry.js} +1 -1
  217. package/dist/ionic/{p-fcbd65bc.system.js → p-14f0f49f.system.js} +1 -1
  218. package/dist/ionic/{p-b7299e38.system.entry.js → p-15c36478.system.entry.js} +1 -1
  219. package/dist/ionic/{p-bd7ad51d.system.entry.js → p-1924eefd.system.entry.js} +1 -1
  220. package/dist/ionic/{p-c5c65bbe.js → p-1974d32f.js} +1 -1
  221. package/dist/ionic/{p-79f4cb29.entry.js → p-1b2c22ed.entry.js} +1 -1
  222. package/dist/ionic/{p-aeb61b82.entry.js → p-1c6cd5bc.entry.js} +1 -1
  223. package/dist/ionic/{p-5f610767.entry.js → p-2496a357.entry.js} +1 -1
  224. package/dist/ionic/{p-4816d827.entry.js → p-25467ef7.entry.js} +1 -1
  225. package/dist/ionic/{p-f5efe527.entry.js → p-271076f2.entry.js} +1 -1
  226. package/dist/ionic/{p-4691dc8d.js → p-274496f1.js} +1 -1
  227. package/dist/ionic/{p-a00a5621.entry.js → p-283c6631.entry.js} +1 -1
  228. package/dist/ionic/{p-bad2e0c8.system.entry.js → p-299a2ccb.system.entry.js} +1 -1
  229. package/dist/ionic/{p-370835b4.system.js → p-2a08e244.system.js} +1 -1
  230. package/dist/ionic/{p-c4493e98.system.entry.js → p-2b017e39.system.entry.js} +1 -1
  231. package/dist/ionic/{p-ae3be67f.system.entry.js → p-33ce19cf.system.entry.js} +1 -1
  232. package/dist/ionic/{p-7a416af9.entry.js → p-344d6225.entry.js} +1 -1
  233. package/dist/ionic/{p-a5adb027.entry.js → p-3961b22e.entry.js} +1 -1
  234. package/dist/ionic/{p-78bf8302.system.entry.js → p-39af4fa4.system.entry.js} +1 -1
  235. package/dist/ionic/{p-0617a85d.entry.js → p-3b767add.entry.js} +1 -1
  236. package/dist/ionic/{p-27317f8f.system.js → p-3fcfe35c.system.js} +1 -1
  237. package/dist/ionic/p-41e85f07.js +4 -0
  238. package/dist/ionic/{p-1dd59f8d.system.entry.js → p-437d3e12.system.entry.js} +1 -1
  239. package/dist/ionic/{p-c6143912.entry.js → p-46cf378f.entry.js} +1 -1
  240. package/dist/ionic/{p-71f25447.system.entry.js → p-49c011e3.system.entry.js} +1 -1
  241. package/dist/ionic/{p-c44efdb8.entry.js → p-4af59128.entry.js} +1 -1
  242. package/dist/ionic/{p-fa7234ee.entry.js → p-4c68bf47.entry.js} +1 -1
  243. package/dist/ionic/{p-eaab79f3.entry.js → p-4d96e6a7.entry.js} +1 -1
  244. package/dist/ionic/{p-764eb419.system.entry.js → p-4de0819c.system.entry.js} +1 -1
  245. package/dist/ionic/{p-11feccde.system.entry.js → p-4f54d1aa.system.entry.js} +1 -1
  246. package/dist/ionic/{p-4fa57f1e.system.entry.js → p-527815e1.system.entry.js} +1 -1
  247. package/dist/ionic/{p-935221f8.system.entry.js → p-5303af24.system.entry.js} +1 -1
  248. package/dist/ionic/{p-71e2f283.system.entry.js → p-54690f26.system.entry.js} +1 -1
  249. package/dist/ionic/p-5a28559b.js +5 -0
  250. package/dist/ionic/{p-967da5f2.system.js → p-5c00ca73.system.js} +1 -1
  251. package/dist/ionic/{p-80aae5d7.entry.js → p-5c5e7f5c.entry.js} +1 -1
  252. package/dist/ionic/{p-c1d7a187.system.entry.js → p-5d0b285d.system.entry.js} +1 -1
  253. package/dist/ionic/p-5e17dc69.entry.js +4 -0
  254. package/dist/ionic/{p-bdc1b4e3.js → p-5e687df9.js} +1 -1
  255. package/dist/ionic/{p-0973cae7.entry.js → p-60a6fadb.entry.js} +1 -1
  256. package/dist/ionic/{p-8c7490bc.system.entry.js → p-611bb4d1.system.entry.js} +1 -1
  257. package/dist/ionic/{p-a931cd3e.system.entry.js → p-6782ffa5.system.entry.js} +1 -1
  258. package/dist/ionic/{p-0f89c47c.js → p-678beb9e.js} +1 -1
  259. package/dist/ionic/{p-fba8ea9e.entry.js → p-679744bf.entry.js} +1 -1
  260. package/dist/ionic/{p-cf8ad0c3.entry.js → p-67bc0359.entry.js} +1 -1
  261. package/dist/ionic/{p-3fd68f4e.system.entry.js → p-6904a62e.system.entry.js} +1 -1
  262. package/dist/ionic/{p-ee8bf348.system.entry.js → p-6b14212a.system.entry.js} +1 -1
  263. package/dist/ionic/{p-eef82267.entry.js → p-6c8d40f8.entry.js} +1 -1
  264. package/dist/ionic/{p-d7e957e9.entry.js → p-6d32eb3c.entry.js} +1 -1
  265. package/dist/ionic/p-6e3e94e2.js +4 -0
  266. package/dist/ionic/{p-f1c090c5.system.entry.js → p-6ef231bc.system.entry.js} +1 -1
  267. package/dist/ionic/p-6f7eb5d1.system.js +5 -0
  268. package/dist/ionic/{p-a055fdcf.system.entry.js → p-6fb5e9a7.system.entry.js} +1 -1
  269. package/dist/ionic/{p-7198726e.entry.js → p-7048fe74.entry.js} +1 -1
  270. package/dist/ionic/{p-aeef6ac4.entry.js → p-70e786ea.entry.js} +1 -1
  271. package/dist/ionic/{p-94b46442.entry.js → p-74890c76.entry.js} +1 -1
  272. package/dist/ionic/{p-30bbe61c.system.js → p-767a0d69.system.js} +1 -1
  273. package/dist/ionic/{p-c89af27e.entry.js → p-7a6e6896.entry.js} +1 -1
  274. package/dist/ionic/{p-443cbfcb.entry.js → p-7dbadc9f.entry.js} +1 -1
  275. package/dist/ionic/{p-4455daad.entry.js → p-7e192c6a.entry.js} +1 -1
  276. package/dist/ionic/{p-c5543c41.system.entry.js → p-804c9125.system.entry.js} +1 -1
  277. package/dist/ionic/{p-98125393.system.js → p-8df34150.system.js} +1 -1
  278. package/dist/ionic/{p-c7717147.js → p-972902db.js} +1 -1
  279. package/dist/ionic/{p-750e902d.system.entry.js → p-978bbfe5.system.entry.js} +1 -1
  280. package/dist/ionic/{p-f896c857.system.entry.js → p-9847b92f.system.entry.js} +1 -1
  281. package/dist/ionic/{p-24b0ece0.entry.js → p-98566693.entry.js} +1 -1
  282. package/dist/ionic/{p-e08d9edc.system.entry.js → p-99740380.system.entry.js} +1 -1
  283. package/dist/ionic/{p-ddde112a.js → p-9d88dc43.js} +1 -1
  284. package/dist/ionic/{p-c7a015e4.entry.js → p-9df171a1.entry.js} +1 -1
  285. package/dist/ionic/{p-9b46f7e0.entry.js → p-a60914c0.entry.js} +1 -1
  286. package/dist/ionic/{p-7058dfda.entry.js → p-a69e118f.entry.js} +1 -1
  287. package/dist/ionic/{p-5cd86cdb.system.entry.js → p-a8ed8cd3.system.entry.js} +1 -1
  288. package/dist/ionic/{p-54b04ed1.system.entry.js → p-aa34fd2f.system.entry.js} +1 -1
  289. package/dist/ionic/{p-45a51395.system.js → p-b0bd4813.system.js} +1 -1
  290. package/dist/ionic/{p-fc6f99be.js → p-b2cd7aae.js} +1 -1
  291. package/dist/ionic/p-b59d0fab.system.js +4 -0
  292. package/dist/ionic/{p-34827988.system.entry.js → p-b7b4c08d.system.entry.js} +1 -1
  293. package/dist/ionic/{p-3b0711a0.system.entry.js → p-b7d1659f.system.entry.js} +1 -1
  294. package/dist/ionic/{p-eea44228.entry.js → p-bbeeadc8.entry.js} +1 -1
  295. package/dist/ionic/{p-00343522.system.entry.js → p-be9fe750.system.entry.js} +1 -1
  296. package/dist/ionic/{p-b84d9005.system.entry.js → p-c21ea624.system.entry.js} +1 -1
  297. package/dist/ionic/{p-3d1951f5.entry.js → p-c2438564.entry.js} +1 -1
  298. package/dist/ionic/{p-f149e6c3.system.entry.js → p-c29d39e0.system.entry.js} +1 -1
  299. package/dist/ionic/{p-69cc64ab.entry.js → p-c8a847f1.entry.js} +1 -1
  300. package/dist/ionic/{p-4927bd6e.entry.js → p-cb19fdbf.entry.js} +1 -1
  301. package/dist/ionic/{p-06330374.system.entry.js → p-cec53b82.system.entry.js} +1 -1
  302. package/dist/ionic/{p-7171dbf4.system.js → p-cfcc1b63.system.js} +1 -1
  303. package/dist/ionic/{p-d8a1f0e2.entry.js → p-d274a7d8.entry.js} +1 -1
  304. package/dist/ionic/{p-09bd8558.system.entry.js → p-d450f1f9.system.entry.js} +1 -1
  305. package/dist/ionic/{p-c6d9d978.system.entry.js → p-d755fc91.system.entry.js} +1 -1
  306. package/dist/ionic/{p-941ecbba.entry.js → p-d950be65.entry.js} +1 -1
  307. package/dist/ionic/{p-b0ff8469.system.entry.js → p-d967f9ce.system.entry.js} +1 -1
  308. package/dist/ionic/{p-a4116282.entry.js → p-dc321750.entry.js} +1 -1
  309. package/dist/ionic/{p-8d0eb68d.js → p-dc4a3358.js} +1 -1
  310. package/dist/ionic/{p-18657fab.system.entry.js → p-ddd3b389.system.entry.js} +1 -1
  311. package/dist/ionic/{p-b7eecfa6.entry.js → p-deb257b7.entry.js} +1 -1
  312. package/dist/ionic/p-df4c53fe.entry.js +4 -0
  313. package/dist/ionic/{p-aef1c744.system.js → p-e72fcc94.system.js} +1 -1
  314. package/dist/ionic/{p-dba2da82.system.entry.js → p-e8162d35.system.entry.js} +1 -1
  315. package/dist/ionic/{p-1e5cabf8.entry.js → p-eb988a08.entry.js} +1 -1
  316. package/dist/ionic/p-ec1562e7.system.js +4 -0
  317. package/dist/ionic/p-eda5abe2.entry.js +4 -0
  318. package/dist/ionic/{p-a4a45ad9.system.js → p-ef57ad27.system.js} +1 -1
  319. package/dist/ionic/{p-f9046353.system.entry.js → p-ef83f46b.system.entry.js} +1 -1
  320. package/dist/ionic/{p-8890e47f.system.entry.js → p-f0899af9.system.entry.js} +1 -1
  321. package/dist/ionic/{p-66de062f.system.entry.js → p-f66fed32.system.entry.js} +1 -1
  322. package/dist/ionic/{p-c623f0d9.entry.js → p-f7ed7806.entry.js} +1 -1
  323. package/dist/ionic/{p-036382b2.system.entry.js → p-f8083fd4.system.entry.js} +1 -1
  324. package/dist/ionic/{p-1ca3679b.entry.js → p-f81cef9b.entry.js} +1 -1
  325. package/dist/ionic/{p-a87b1500.entry.js → p-f8856320.entry.js} +1 -1
  326. package/dist/ionic/{p-0a9c8c36.system.entry.js → p-fc55e1c2.system.entry.js} +1 -1
  327. package/dist/ionic/{p-6e76ed16.entry.js → p-fca84e5b.entry.js} +1 -1
  328. package/dist/ionic/{p-47ab6574.system.entry.js → p-fd61bdcd.system.entry.js} +1 -1
  329. package/dist/ionic/{p-76637161.system.entry.js → p-fe74ecc0.system.entry.js} +1 -1
  330. package/dist/types/components/refresher/refresher.d.ts +1 -0
  331. package/dist/types/stencil-public-runtime.d.ts +2 -10
  332. package/hydrate/index.d.ts +29 -11
  333. package/hydrate/index.js +493 -400
  334. package/hydrate/index.mjs +48671 -0
  335. package/hydrate/package.json +7 -1
  336. package/loader/index.d.ts +3 -0
  337. package/package.json +7 -5
  338. package/dist/collection/components/accordion/test/a11y/accordion.e2e.js +0 -40
  339. package/dist/collection/components/accordion/test/accordion.spec.js +0 -195
  340. package/dist/collection/components/accordion/test/basic/accordion.e2e.js +0 -52
  341. package/dist/collection/components/accordion/test/disabled/accordion.e2e.js +0 -94
  342. package/dist/collection/components/accordion/test/multiple/accordion.e2e.js +0 -26
  343. package/dist/collection/components/accordion/test/nested/accordion.e2e.js +0 -24
  344. package/dist/collection/components/accordion/test/readonly/accordion.e2e.js +0 -94
  345. package/dist/collection/components/accordion/test/standalone/accordion.e2e.js +0 -15
  346. package/dist/collection/components/action-sheet/test/a11y/action-sheet.e2e.js +0 -99
  347. package/dist/collection/components/action-sheet/test/action-sheet-id.spec.js +0 -32
  348. package/dist/collection/components/action-sheet/test/basic/action-sheet-rendering.e2e.js +0 -60
  349. package/dist/collection/components/action-sheet/test/basic/action-sheet.e2e.js +0 -142
  350. package/dist/collection/components/action-sheet/test/basic/action-sheet.spec.js +0 -40
  351. package/dist/collection/components/action-sheet/test/is-open/action-sheet.e2e.js +0 -33
  352. package/dist/collection/components/action-sheet/test/translucent/action-sheet.e2e.js +0 -18
  353. package/dist/collection/components/action-sheet/test/trigger/action-sheet.e2e.js +0 -29
  354. package/dist/collection/components/alert/test/a11y/alert.e2e.js +0 -247
  355. package/dist/collection/components/alert/test/alert-id.spec.js +0 -32
  356. package/dist/collection/components/alert/test/alert.spec.js +0 -37
  357. package/dist/collection/components/alert/test/basic/alert-tablet.e2e.js +0 -40
  358. package/dist/collection/components/alert/test/basic/alert.e2e.js +0 -135
  359. package/dist/collection/components/alert/test/is-open/alert.e2e.js +0 -33
  360. package/dist/collection/components/alert/test/standalone/alert.e2e.js +0 -17
  361. package/dist/collection/components/alert/test/trigger/alert.e2e.js +0 -29
  362. package/dist/collection/components/app/test/safe-area/app.e2e.js +0 -35
  363. package/dist/collection/components/avatar/test/basic/avatar.e2e.js +0 -24
  364. package/dist/collection/components/back-button/test/a11y/back-button.e2e.js +0 -47
  365. package/dist/collection/components/back-button/test/back-button.spec.js +0 -86
  366. package/dist/collection/components/back-button/test/basic/back-button.e2e.js +0 -14
  367. package/dist/collection/components/back-button/test/toolbar/back-button.e2e.js +0 -14
  368. package/dist/collection/components/badge/test/a11y/badge.e2e.js +0 -40
  369. package/dist/collection/components/badge/test/basic/badge.e2e.js +0 -14
  370. package/dist/collection/components/breadcrumb/test/aria.spec.js +0 -22
  371. package/dist/collection/components/breadcrumbs/test/a11y/breadcrumbs.e2e.js +0 -36
  372. package/dist/collection/components/breadcrumbs/test/basic/breadcrumbs.e2e.js +0 -14
  373. package/dist/collection/components/breadcrumbs/test/breadcrumbs.spec.js +0 -58
  374. package/dist/collection/components/breadcrumbs/test/collapsed/breadcrumbs.e2e.js +0 -14
  375. package/dist/collection/components/breadcrumbs/test/reactive/breadcrumbs.e2e.js +0 -51
  376. package/dist/collection/components/button/test/a11y/button.e2e.js +0 -109
  377. package/dist/collection/components/button/test/basic/button.e2e.js +0 -51
  378. package/dist/collection/components/button/test/clear/button.e2e.js +0 -14
  379. package/dist/collection/components/button/test/expand/button.e2e.js +0 -17
  380. package/dist/collection/components/button/test/form-reference/button.e2e.js +0 -135
  381. package/dist/collection/components/button/test/form-reference/button.spec.js +0 -26
  382. package/dist/collection/components/button/test/icon/button.e2e.js +0 -14
  383. package/dist/collection/components/button/test/outline/button.e2e.js +0 -14
  384. package/dist/collection/components/button/test/round/button.e2e.js +0 -52
  385. package/dist/collection/components/button/test/size/button.e2e.js +0 -43
  386. package/dist/collection/components/button/test/strong/button.e2e.js +0 -48
  387. package/dist/collection/components/button/test/wrap/button.e2e.js +0 -126
  388. package/dist/collection/components/buttons/test/a11y/buttons.e2e.js +0 -74
  389. package/dist/collection/components/card/test/a11y/card.e2e.js +0 -31
  390. package/dist/collection/components/card/test/aria.spec.js +0 -16
  391. package/dist/collection/components/card/test/basic/card.e2e.js +0 -151
  392. package/dist/collection/components/card-header/test/basic/card-header.e2e.js +0 -14
  393. package/dist/collection/components/checkbox/test/a11y/checkbox.e2e.js +0 -42
  394. package/dist/collection/components/checkbox/test/basic/checkbox.e2e.js +0 -87
  395. package/dist/collection/components/checkbox/test/checkbox.spec.js +0 -46
  396. package/dist/collection/components/checkbox/test/color/checkbox.e2e.js +0 -23
  397. package/dist/collection/components/checkbox/test/indeterminate/checkbox.e2e.js +0 -14
  398. package/dist/collection/components/checkbox/test/item/checkbox.e2e.js +0 -74
  399. package/dist/collection/components/checkbox/test/label/checkbox.e2e.js +0 -122
  400. package/dist/collection/components/checkbox/test/states/checkbox.e2e.js +0 -37
  401. package/dist/collection/components/chip/test/a11y/chip.e2e.js +0 -58
  402. package/dist/collection/components/chip/test/basic/chip.e2e.js +0 -81
  403. package/dist/collection/components/chip/test/states/chip.e2e.js +0 -35
  404. package/dist/collection/components/content/test/basic/content.e2e.js +0 -17
  405. package/dist/collection/components/content/test/content.spec.js +0 -27
  406. package/dist/collection/components/content/test/fixed/content.e2e.js +0 -17
  407. package/dist/collection/components/content/test/fullscreen/content.e2e.js +0 -17
  408. package/dist/collection/components/content/test/standalone/content.e2e.js +0 -16
  409. package/dist/collection/components/datetime/test/a11y/datetime.e2e.js +0 -94
  410. package/dist/collection/components/datetime/test/a11y/datetime.spec.js +0 -40
  411. package/dist/collection/components/datetime/test/basic/datetime.e2e.js +0 -493
  412. package/dist/collection/components/datetime/test/color/datetime.e2e.js +0 -27
  413. package/dist/collection/components/datetime/test/comparison.spec.js +0 -43
  414. package/dist/collection/components/datetime/test/custom/datetime.e2e.js +0 -52
  415. package/dist/collection/components/datetime/test/data.spec.js +0 -456
  416. package/dist/collection/components/datetime/test/datetime.e2e.js +0 -39
  417. package/dist/collection/components/datetime/test/disable-dates/datetime.e2e.js +0 -150
  418. package/dist/collection/components/datetime/test/disabled/datetime.e2e.js +0 -68
  419. package/dist/collection/components/datetime/test/disabled/datetime.spec.js +0 -33
  420. package/dist/collection/components/datetime/test/display/datetime.e2e.js +0 -121
  421. package/dist/collection/components/datetime/test/first-day-of-week/datetime.e2e.js +0 -14
  422. package/dist/collection/components/datetime/test/format.spec.js +0 -174
  423. package/dist/collection/components/datetime/test/helpers.spec.js +0 -72
  424. package/dist/collection/components/datetime/test/highlighted-dates/datetime.e2e.js +0 -86
  425. package/dist/collection/components/datetime/test/hour-cycle/datetime.e2e.js +0 -37
  426. package/dist/collection/components/datetime/test/locale/datetime.e2e.js +0 -129
  427. package/dist/collection/components/datetime/test/manipulation.spec.js +0 -565
  428. package/dist/collection/components/datetime/test/minmax/datetime.e2e.js +0 -266
  429. package/dist/collection/components/datetime/test/month-year-picker/datetime.e2e.js +0 -29
  430. package/dist/collection/components/datetime/test/multiple/datetime.e2e.js +0 -242
  431. package/dist/collection/components/datetime/test/overlay-roles/datetime.e2e.js +0 -34
  432. package/dist/collection/components/datetime/test/parse.spec.js +0 -222
  433. package/dist/collection/components/datetime/test/position/datetime.e2e.js +0 -22
  434. package/dist/collection/components/datetime/test/prefer-wheel/datetime.e2e.js +0 -502
  435. package/dist/collection/components/datetime/test/prefer-wheel/datetime.spec.js +0 -27
  436. package/dist/collection/components/datetime/test/presentation/datetime.e2e.js +0 -169
  437. package/dist/collection/components/datetime/test/readonly/datetime.e2e.js +0 -113
  438. package/dist/collection/components/datetime/test/set-value/datetime.e2e.js +0 -50
  439. package/dist/collection/components/datetime/test/state.spec.js +0 -114
  440. package/dist/collection/components/datetime/test/time-label/datetime.e2e.js +0 -25
  441. package/dist/collection/components/datetime/test/values/datetime.e2e.js +0 -143
  442. package/dist/collection/components/datetime-button/test/a11y/datetime-button.e2e.js +0 -38
  443. package/dist/collection/components/datetime-button/test/basic/datetime-button.e2e.js +0 -254
  444. package/dist/collection/components/datetime-button/test/disabled/datetime-button.e2e.js +0 -27
  445. package/dist/collection/components/datetime-button/test/multiple/datetime-button.e2e.js +0 -96
  446. package/dist/collection/components/datetime-button/test/overlays/datetime-button.e2e.js +0 -143
  447. package/dist/collection/components/fab/test/basic/fab.e2e.js +0 -65
  448. package/dist/collection/components/fab/test/custom-size/fab.e2e.js +0 -17
  449. package/dist/collection/components/fab/test/safe-area/fab.e2e.js +0 -63
  450. package/dist/collection/components/fab/test/states/fab.e2e.js +0 -14
  451. package/dist/collection/components/fab/test/translucent/fab.e2e.js +0 -28
  452. package/dist/collection/components/fab-button/test/a11y/fab-button.e2e.js +0 -66
  453. package/dist/collection/components/footer/test/basic/footer.e2e.js +0 -61
  454. package/dist/collection/components/footer/test/fade/footer.e2e.js +0 -21
  455. package/dist/collection/components/footer/test/scroll-target/footer.e2e.js +0 -26
  456. package/dist/collection/components/footer/test/with-tabs/footer.e2e.js +0 -17
  457. package/dist/collection/components/grid/test/basic/grid.e2e.js +0 -17
  458. package/dist/collection/components/grid/test/offsets/grid.e2e.js +0 -17
  459. package/dist/collection/components/grid/test/padding/grid.e2e.js +0 -17
  460. package/dist/collection/components/grid/test/sizes/grid.e2e.js +0 -17
  461. package/dist/collection/components/header/test/a11y/header.e2e.js +0 -29
  462. package/dist/collection/components/header/test/basic/header.e2e.js +0 -147
  463. package/dist/collection/components/header/test/condense/header.e2e.js +0 -33
  464. package/dist/collection/components/header/test/fade/header.e2e.js +0 -21
  465. package/dist/collection/components/header/test/scroll-target/header.e2e.js +0 -26
  466. package/dist/collection/components/icon/test/basic/icon.e2e.js +0 -16
  467. package/dist/collection/components/icon/test/dir/icon.e2e.js +0 -23
  468. package/dist/collection/components/img/test/basic/img.e2e.js +0 -73
  469. package/dist/collection/components/img/test/draggable/img.e2e.js +0 -21
  470. package/dist/collection/components/infinite-scroll/test/basic/infinite-scroll.e2e.js +0 -19
  471. package/dist/collection/components/infinite-scroll/test/scroll-target/infinite-scroll.e2e.js +0 -19
  472. package/dist/collection/components/infinite-scroll/test/small-dom-update/infinite-scroll.e2e.js +0 -31
  473. package/dist/collection/components/infinite-scroll/test/top/infinite-scroll.e2e.js +0 -19
  474. package/dist/collection/components/infinite-scroll-content/test/infinite-scroll-content.spec.js +0 -37
  475. package/dist/collection/components/input/test/a11y/input.e2e.js +0 -67
  476. package/dist/collection/components/input/test/basic/input.e2e.js +0 -102
  477. package/dist/collection/components/input/test/bottom-content/input.e2e.js +0 -145
  478. package/dist/collection/components/input/test/card/input.e2e.js +0 -22
  479. package/dist/collection/components/input/test/clear-on-edit/input.e2e.js +0 -53
  480. package/dist/collection/components/input/test/color/input.e2e.js +0 -130
  481. package/dist/collection/components/input/test/fill/input.e2e.js +0 -203
  482. package/dist/collection/components/input/test/highlight/input.e2e.js +0 -300
  483. package/dist/collection/components/input/test/input.e2e.js +0 -17
  484. package/dist/collection/components/input/test/input.spec.js +0 -98
  485. package/dist/collection/components/input/test/item/input.e2e.js +0 -64
  486. package/dist/collection/components/input/test/label-placement/input.e2e.js +0 -165
  487. package/dist/collection/components/input/test/slot/input.e2e.js +0 -63
  488. package/dist/collection/components/input/test/states/input.e2e.js +0 -23
  489. package/dist/collection/components/input-password-toggle/test/a11y/input-password-toggle.e2e.js +0 -21
  490. package/dist/collection/components/input-password-toggle/test/basic/input-password-toggle.e2e.js +0 -38
  491. package/dist/collection/components/input-password-toggle/test/input-password-toggle.spec.js +0 -76
  492. package/dist/collection/components/item/test/a11y/item.e2e.js +0 -123
  493. package/dist/collection/components/item/test/a11y/item.spec.js +0 -48
  494. package/dist/collection/components/item/test/alignment/item.e2e.js +0 -14
  495. package/dist/collection/components/item/test/basic/item.e2e.js +0 -35
  496. package/dist/collection/components/item/test/buttons/item.e2e.js +0 -45
  497. package/dist/collection/components/item/test/colors/item.e2e.js +0 -17
  498. package/dist/collection/components/item/test/css-variables/item.e2e.js +0 -17
  499. package/dist/collection/components/item/test/disabled/item.e2e.js +0 -17
  500. package/dist/collection/components/item/test/dividers/item.e2e.js +0 -14
  501. package/dist/collection/components/item/test/groups/item.e2e.js +0 -16
  502. package/dist/collection/components/item/test/icons/item.e2e.js +0 -14
  503. package/dist/collection/components/item/test/images/item.e2e.js +0 -14
  504. package/dist/collection/components/item/test/inputs/item.e2e.js +0 -199
  505. package/dist/collection/components/item/test/item.spec.js +0 -20
  506. package/dist/collection/components/item/test/lines/item.e2e.js +0 -14
  507. package/dist/collection/components/item/test/media/item.e2e.js +0 -14
  508. package/dist/collection/components/item/test/reorder/item.e2e.js +0 -16
  509. package/dist/collection/components/item/test/slotted-inputs/item.e2e.js +0 -149
  510. package/dist/collection/components/item/test/states/item.e2e.js +0 -17
  511. package/dist/collection/components/item-divider/test/a11y/item-divider.e2e.js +0 -44
  512. package/dist/collection/components/item-divider/test/basic/item-divider.e2e.js +0 -60
  513. package/dist/collection/components/item-divider/test/spec/item-divider.e2e.js +0 -16
  514. package/dist/collection/components/item-sliding/test/a11y/item-sliding.e2e.js +0 -62
  515. package/dist/collection/components/item-sliding/test/async/item-sliding.e2e.js +0 -33
  516. package/dist/collection/components/item-sliding/test/basic/item-sliding.e2e.js +0 -162
  517. package/dist/collection/components/item-sliding/test/icons/item-sliding.e2e.js +0 -35
  518. package/dist/collection/components/item-sliding/test/scroll-target/item-sliding.e2e.js +0 -29
  519. package/dist/collection/components/label/test/a11y/label.e2e.js +0 -111
  520. package/dist/collection/components/label/test/basic/label.e2e.js +0 -45
  521. package/dist/collection/components/label/test/color/label.e2e.js +0 -39
  522. package/dist/collection/components/label/test/headings/label.e2e.js +0 -13
  523. package/dist/collection/components/label/test/item/item.e2e.js +0 -24
  524. package/dist/collection/components/list/test/a11y/list.e2e.js +0 -15
  525. package/dist/collection/components/list/test/basic/list.e2e.js +0 -24
  526. package/dist/collection/components/list/test/inset/list.e2e.js +0 -69
  527. package/dist/collection/components/list/test/lines/list.e2e.js +0 -167
  528. package/dist/collection/components/list-header/test/a11y/list-header.e2e.js +0 -24
  529. package/dist/collection/components/list-header/test/basic/list-header.e2e.js +0 -42
  530. package/dist/collection/components/loading/test/a11y/loading.e2e.js +0 -61
  531. package/dist/collection/components/loading/test/basic/loading.e2e.js +0 -80
  532. package/dist/collection/components/loading/test/basic/loading.spec.js +0 -16
  533. package/dist/collection/components/loading/test/is-open/loading.e2e.js +0 -28
  534. package/dist/collection/components/loading/test/loading-id.spec.js +0 -32
  535. package/dist/collection/components/loading/test/loading.spec.js +0 -37
  536. package/dist/collection/components/loading/test/standalone/loading.e2e.js +0 -21
  537. package/dist/collection/components/loading/test/trigger/loading.e2e.js +0 -32
  538. package/dist/collection/components/menu/test/a11y/menu.e2e.js +0 -22
  539. package/dist/collection/components/menu/test/basic/menu.e2e.js +0 -124
  540. package/dist/collection/components/menu/test/custom/menu.e2e.js +0 -61
  541. package/dist/collection/components/menu/test/disable/menu.e2e.js +0 -55
  542. package/dist/collection/components/menu/test/focus-trap/menu.e2e.js +0 -72
  543. package/dist/collection/components/menu/test/multiple/menu.e2e.js +0 -60
  544. package/dist/collection/components/menu/test/safe-area/menu.e2e.js +0 -87
  545. package/dist/collection/components/menu-button/test/a11y/menu-button.e2e.js +0 -48
  546. package/dist/collection/components/menu-button/test/async/menu-button.e2e.js +0 -23
  547. package/dist/collection/components/menu-button/test/basic/menu-button.e2e.js +0 -14
  548. package/dist/collection/components/menu-toggle/test/basic/menu-toggle.e2e.js +0 -43
  549. package/dist/collection/components/modal/test/a11y/modal.e2e.js +0 -21
  550. package/dist/collection/components/modal/test/animations/modal.e2e.js +0 -36
  551. package/dist/collection/components/modal/test/basic/modal.e2e.js +0 -125
  552. package/dist/collection/components/modal/test/basic/modal.spec.js +0 -35
  553. package/dist/collection/components/modal/test/can-dismiss/modal-card.e2e.js +0 -55
  554. package/dist/collection/components/modal/test/can-dismiss/modal-sheet.e2e.js +0 -73
  555. package/dist/collection/components/modal/test/can-dismiss/modal.e2e.js +0 -27
  556. package/dist/collection/components/modal/test/can-dismiss/modal.spec.js +0 -191
  557. package/dist/collection/components/modal/test/card/modal-card.e2e.js +0 -83
  558. package/dist/collection/components/modal/test/card/modal-tablet.e2e.js +0 -82
  559. package/dist/collection/components/modal/test/card-nav/modal.e2e.js +0 -38
  560. package/dist/collection/components/modal/test/card-refresher/modal.e2e.js +0 -22
  561. package/dist/collection/components/modal/test/card-scroll-target/modal.e2e.js +0 -42
  562. package/dist/collection/components/modal/test/custom/modal.e2e.js +0 -24
  563. package/dist/collection/components/modal/test/custom-dialog/modal.e2e.js +0 -20
  564. package/dist/collection/components/modal/test/dark-mode/model.e2e.js +0 -20
  565. package/dist/collection/components/modal/test/inline/modal.e2e.js +0 -48
  566. package/dist/collection/components/modal/test/is-open/modal.e2e.js +0 -25
  567. package/dist/collection/components/modal/test/modal-attributes.spec.js +0 -32
  568. package/dist/collection/components/modal/test/modal-id.spec.js +0 -32
  569. package/dist/collection/components/modal/test/sheet/modal.e2e.js +0 -212
  570. package/dist/collection/components/modal/test/standalone/modal.e2e.js +0 -19
  571. package/dist/collection/components/modal/test/trigger/modal.e2e.js +0 -31
  572. package/dist/collection/components/modal/utils.spec.js +0 -13
  573. package/dist/collection/components/nav/test/basic/nav.e2e.js +0 -69
  574. package/dist/collection/components/nav/test/modal-navigation/nav.e2e.js +0 -65
  575. package/dist/collection/components/nav/test/nav-controller.spec.js +0 -749
  576. package/dist/collection/components/nav/test/nested/nav.e2e.js +0 -66
  577. package/dist/collection/components/nav/test/routing/nav.e2e.js +0 -87
  578. package/dist/collection/components/note/test/a11y/note.e2e.js +0 -95
  579. package/dist/collection/components/note/test/basic/note.e2e.js +0 -78
  580. package/dist/collection/components/picker/test/a11y/picker.e2e.js +0 -15
  581. package/dist/collection/components/picker/test/basic/picker.e2e.js +0 -111
  582. package/dist/collection/components/picker/test/custom/picker.e2e.js +0 -85
  583. package/dist/collection/components/picker/test/keyboard-entry/picker.e2e.js +0 -183
  584. package/dist/collection/components/picker-column/test/basic/picker-column.e2e.js +0 -64
  585. package/dist/collection/components/picker-column/test/disabled/picker-column.e2e.js +0 -91
  586. package/dist/collection/components/picker-column/test/picker-column.spec.js +0 -83
  587. package/dist/collection/components/picker-column/test/slots/picker-column.e2e.js +0 -39
  588. package/dist/collection/components/picker-column-option/test/a11y/picker-column-option.e2e.js +0 -18
  589. package/dist/collection/components/picker-column-option/test/basic/picker-column-option.e2e.js +0 -37
  590. package/dist/collection/components/picker-column-option/test/picker-column-option.spec.js +0 -29
  591. package/dist/collection/components/picker-legacy/test/basic/picker.e2e.js +0 -25
  592. package/dist/collection/components/picker-legacy/test/is-open/picker.e2e.js +0 -28
  593. package/dist/collection/components/picker-legacy/test/picker-id.spec.js +0 -32
  594. package/dist/collection/components/picker-legacy/test/trigger/picker.e2e.js +0 -32
  595. package/dist/collection/components/picker-legacy-column/test/picker-column-aria.spec.js +0 -35
  596. package/dist/collection/components/picker-legacy-column/test/picker-column-dynamic.spec.js +0 -29
  597. package/dist/collection/components/picker-legacy-column/test/picker-column.spec.js +0 -17
  598. package/dist/collection/components/picker-legacy-column/test/standalone/picker-column.e2e.js +0 -35
  599. package/dist/collection/components/popover/test/adjustment/popover.e2e.js +0 -33
  600. package/dist/collection/components/popover/test/arrow/popover.e2e.js +0 -27
  601. package/dist/collection/components/popover/test/async/popover.e2e.js +0 -42
  602. package/dist/collection/components/popover/test/basic/popover.e2e.js +0 -211
  603. package/dist/collection/components/popover/test/basic/popover.spec.js +0 -35
  604. package/dist/collection/components/popover/test/dismiss-on-select/popover.e2e.js +0 -38
  605. package/dist/collection/components/popover/test/inline/popover.e2e.js +0 -32
  606. package/dist/collection/components/popover/test/is-open/popover.e2e.js +0 -13
  607. package/dist/collection/components/popover/test/nested/popover.e2e.js +0 -92
  608. package/dist/collection/components/popover/test/popover-id.spec.js +0 -32
  609. package/dist/collection/components/popover/test/position/popover.e2e.js +0 -27
  610. package/dist/collection/components/popover/test/reference/popover.e2e.js +0 -22
  611. package/dist/collection/components/popover/test/size/popover.e2e.js +0 -41
  612. package/dist/collection/components/popover/test/standalone/popover.e2e.js +0 -15
  613. package/dist/collection/components/popover/test/trigger/popover.e2e.js +0 -46
  614. package/dist/collection/components/popover/test/util.spec.js +0 -53
  615. package/dist/collection/components/progress-bar/test/a11y/progress-bar.e2e.js +0 -24
  616. package/dist/collection/components/progress-bar/test/basic/progress-bar.e2e.js +0 -14
  617. package/dist/collection/components/progress-bar/test/buffer/progress-bar.e2e.js +0 -20
  618. package/dist/collection/components/progress-bar/test/determinate/progress-bar.e2e.js +0 -20
  619. package/dist/collection/components/radio/test/a11y/radio.e2e.js +0 -152
  620. package/dist/collection/components/radio/test/color/radio.e2e.js +0 -27
  621. package/dist/collection/components/radio/test/item/radio.e2e.js +0 -92
  622. package/dist/collection/components/radio/test/label-placement/radio.e2e.js +0 -135
  623. package/dist/collection/components/radio/test/radio.spec.js +0 -60
  624. package/dist/collection/components/radio/test/states/radio.e2e.js +0 -45
  625. package/dist/collection/components/radio-group/test/basic/radio-group.e2e.js +0 -85
  626. package/dist/collection/components/radio-group/test/form/radio-group.e2e.js +0 -56
  627. package/dist/collection/components/radio-group/test/radio-group-events.e2e.js +0 -80
  628. package/dist/collection/components/radio-group/test/radio-group.spec.js +0 -69
  629. package/dist/collection/components/radio-group/test/search/radio-group.e2e.js +0 -35
  630. package/dist/collection/components/range/test/a11y/range.e2e.js +0 -89
  631. package/dist/collection/components/range/test/active-bar-start/range.e2e.js +0 -14
  632. package/dist/collection/components/range/test/basic/range.e2e.js +0 -31
  633. package/dist/collection/components/range/test/color/range.e2e.js +0 -20
  634. package/dist/collection/components/range/test/custom/range.e2e.js +0 -14
  635. package/dist/collection/components/range/test/item/range.e2e.js +0 -70
  636. package/dist/collection/components/range/test/label/range.e2e.js +0 -179
  637. package/dist/collection/components/range/test/label/range.spec.js +0 -47
  638. package/dist/collection/components/range/test/range-events.e2e.js +0 -179
  639. package/dist/collection/components/range/test/range.spec.js +0 -209
  640. package/dist/collection/components/range/test/scroll-target/range.e2e.js +0 -35
  641. package/dist/collection/components/range/test/states/range.e2e.js +0 -53
  642. package/dist/collection/components/refresher/test/a11y/refresher.e2e.js +0 -26
  643. package/dist/collection/components/refresher/test/basic/refresher.e2e.js +0 -38
  644. package/dist/collection/components/refresher/test/scroll-target/refresher.e2e.js +0 -38
  645. package/dist/collection/components/refresher-content/test/refresher-content.spec.js +0 -46
  646. package/dist/collection/components/reorder-group/test/a11y/reorder-group.e2e.js +0 -33
  647. package/dist/collection/components/reorder-group/test/basic/reorder-group.e2e.js +0 -36
  648. package/dist/collection/components/reorder-group/test/interactive/reorder-group.e2e.js +0 -32
  649. package/dist/collection/components/reorder-group/test/nested/reorder-group.e2e.js +0 -32
  650. package/dist/collection/components/reorder-group/test/scroll-target/reorder-group.e2e.js +0 -32
  651. package/dist/collection/components/ripple-effect/test/basic/ripple-effect.e2e.js +0 -66
  652. package/dist/collection/components/router/test/basic/router.e2e.js +0 -68
  653. package/dist/collection/components/router/test/guards/href/router.e2e.js +0 -60
  654. package/dist/collection/components/router/test/guards/link/router.e2e.js +0 -60
  655. package/dist/collection/components/router/test/guards/push/router.e2e.js +0 -60
  656. package/dist/collection/components/router/test/guards/router.e2e.js +0 -13
  657. package/dist/collection/components/router/test/matching.spec.js +0 -250
  658. package/dist/collection/components/router/test/parser.spec.js +0 -133
  659. package/dist/collection/components/router/test/path.spec.js +0 -218
  660. package/dist/collection/components/router/test/router.spec.js +0 -55
  661. package/dist/collection/components/router-link/test/a11y/router-link.e2e.js +0 -23
  662. package/dist/collection/components/router-outlet/test/basic/router-outlet.e2e.js +0 -39
  663. package/dist/collection/components/searchbar/test/a11y/searchbar.e2e.js +0 -37
  664. package/dist/collection/components/searchbar/test/basic/searchbar.e2e.js +0 -161
  665. package/dist/collection/components/searchbar/test/events/searchbar.e2e.js +0 -67
  666. package/dist/collection/components/searchbar/test/searchbar.spec.js +0 -33
  667. package/dist/collection/components/segment/test/a11y/segment.e2e.js +0 -69
  668. package/dist/collection/components/segment/test/basic/segment.e2e.js +0 -84
  669. package/dist/collection/components/segment/test/custom/segment.e2e.js +0 -14
  670. package/dist/collection/components/segment/test/icon/segment.e2e.js +0 -29
  671. package/dist/collection/components/segment/test/modes/segment.e2e.js +0 -38
  672. package/dist/collection/components/segment/test/scrollable/segment.e2e.js +0 -83
  673. package/dist/collection/components/segment/test/segment-events.e2e.js +0 -209
  674. package/dist/collection/components/segment/test/segment.spec.js +0 -37
  675. package/dist/collection/components/segment/test/toolbar/segment.e2e.js +0 -122
  676. package/dist/collection/components/segment/test/wrap/segment.e2e.js +0 -85
  677. package/dist/collection/components/select/test/a11y/select.e2e.js +0 -101
  678. package/dist/collection/components/select/test/async/select.e2e.js +0 -25
  679. package/dist/collection/components/select/test/basic/select.e2e.js +0 -195
  680. package/dist/collection/components/select/test/card/select.e2e.js +0 -22
  681. package/dist/collection/components/select/test/color/select.e2e.js +0 -42
  682. package/dist/collection/components/select/test/compare-with/select.e2e.js +0 -67
  683. package/dist/collection/components/select/test/custom/select.e2e.js +0 -68
  684. package/dist/collection/components/select/test/disabled/select.e2e.js +0 -30
  685. package/dist/collection/components/select/test/fill/select.e2e.js +0 -217
  686. package/dist/collection/components/select/test/highlight/select.e2e.js +0 -209
  687. package/dist/collection/components/select/test/item/select.e2e.js +0 -56
  688. package/dist/collection/components/select/test/label/select.e2e.js +0 -245
  689. package/dist/collection/components/select/test/popover-size/select.e2e.js +0 -80
  690. package/dist/collection/components/select/test/select.spec.js +0 -96
  691. package/dist/collection/components/select/test/slot/select.e2e.js +0 -79
  692. package/dist/collection/components/select/test/states/select.e2e.js +0 -41
  693. package/dist/collection/components/select/test/toggle-icon/select.e2e.js +0 -30
  694. package/dist/collection/components/select/test/wrapping/select.e2e.js +0 -36
  695. package/dist/collection/components/select-popover/test/a11y/select-popover.e2e.js +0 -32
  696. package/dist/collection/components/select-popover/test/basic/select-popover.e2e.js +0 -77
  697. package/dist/collection/components/skeleton-text/test/basic/skeleton-text.e2e.js +0 -14
  698. package/dist/collection/components/skeleton-text/test/custom/skeleton-text.e2e.js +0 -14
  699. package/dist/collection/components/spinner/test/basic/spinner.e2e.js +0 -18
  700. package/dist/collection/components/spinner/test/color/spinner.e2e.js +0 -21
  701. package/dist/collection/components/spinner/test/resize/spinner.e2e.js +0 -35
  702. package/dist/collection/components/split-pane/test/basic/split-pane.e2e.js +0 -29
  703. package/dist/collection/components/split-pane/test/multiple/split-pane.e2e.js +0 -31
  704. package/dist/collection/components/split-pane/test/wrapped-menu/split-pane.e2e.js +0 -41
  705. package/dist/collection/components/tab-bar/test/basic/tab-bar.e2e.js +0 -43
  706. package/dist/collection/components/tab-bar/test/custom/tab-bar.e2e.js +0 -14
  707. package/dist/collection/components/tab-bar/test/translucent/tab-bar.e2e.js +0 -70
  708. package/dist/collection/components/tab-button/test/a11y/tab-button.e2e.js +0 -15
  709. package/dist/collection/components/tab-button/test/basic/tab-button.e2e.js +0 -81
  710. package/dist/collection/components/tab-button/test/layout/tab-button.e2e.js +0 -123
  711. package/dist/collection/components/tab-button/test/states/tab-button.e2e.js +0 -65
  712. package/dist/collection/components/tabs/test/basic/tabs.e2e.js +0 -32
  713. package/dist/collection/components/tabs/test/placements/tabs.e2e.js +0 -39
  714. package/dist/collection/components/text/test/basic/text.e2e.js +0 -30
  715. package/dist/collection/components/textarea/test/a11y/textarea.e2e.js +0 -67
  716. package/dist/collection/components/textarea/test/autogrow/textarea.e2e.js +0 -48
  717. package/dist/collection/components/textarea/test/bottom-content/textarea.e2e.js +0 -120
  718. package/dist/collection/components/textarea/test/card/textarea.e2e.js +0 -22
  719. package/dist/collection/components/textarea/test/clear-on-edit/textarea.e2e.js +0 -61
  720. package/dist/collection/components/textarea/test/color/textarea.e2e.js +0 -131
  721. package/dist/collection/components/textarea/test/cols/textarea.e2e.js +0 -37
  722. package/dist/collection/components/textarea/test/fill/textarea.e2e.js +0 -205
  723. package/dist/collection/components/textarea/test/highlight/textarea.e2e.js +0 -303
  724. package/dist/collection/components/textarea/test/item/textarea.e2e.js +0 -64
  725. package/dist/collection/components/textarea/test/label-placement/textarea.e2e.js +0 -224
  726. package/dist/collection/components/textarea/test/slot/textarea.e2e.js +0 -63
  727. package/dist/collection/components/textarea/test/states/textarea.e2e.js +0 -23
  728. package/dist/collection/components/textarea/test/textarea-events.e2e.js +0 -70
  729. package/dist/collection/components/textarea/test/textarea.spec.js +0 -59
  730. package/dist/collection/components/thumbnail/test/basic/thumbnail.e2e.js +0 -48
  731. package/dist/collection/components/title/test/a11y/title.e2e.js +0 -61
  732. package/dist/collection/components/title/test/basic/title.e2e.js +0 -30
  733. package/dist/collection/components/toast/test/a11y/toast.e2e.js +0 -210
  734. package/dist/collection/components/toast/test/basic/toast.e2e.js +0 -123
  735. package/dist/collection/components/toast/test/is-open/toast.e2e.js +0 -28
  736. package/dist/collection/components/toast/test/layout/toast.e2e.js +0 -17
  737. package/dist/collection/components/toast/test/position-anchor/toast.e2e.js +0 -45
  738. package/dist/collection/components/toast/test/standalone/toast.e2e.js +0 -21
  739. package/dist/collection/components/toast/test/swipe-gesture/toast.e2e.js +0 -84
  740. package/dist/collection/components/toast/test/toast-config.spec.js +0 -25
  741. package/dist/collection/components/toast/test/toast-id.spec.js +0 -32
  742. package/dist/collection/components/toast/test/toast.spec.js +0 -212
  743. package/dist/collection/components/toast/test/trigger/toast.e2e.js +0 -32
  744. package/dist/collection/components/toggle/test/a11y/toggle.e2e.js +0 -21
  745. package/dist/collection/components/toggle/test/color/toggle.e2e.js +0 -23
  746. package/dist/collection/components/toggle/test/enable-on-off-labels/toggle.e2e.js +0 -61
  747. package/dist/collection/components/toggle/test/item/toggle.e2e.js +0 -104
  748. package/dist/collection/components/toggle/test/label/toggle.e2e.js +0 -120
  749. package/dist/collection/components/toggle/test/sizes/toggle.e2e.js +0 -14
  750. package/dist/collection/components/toggle/test/states/toggle.e2e.js +0 -30
  751. package/dist/collection/components/toggle/test/toggle.spec.js +0 -67
  752. package/dist/collection/components/toolbar/test/basic/toolbar.e2e.js +0 -143
  753. package/dist/collection/components/toolbar/test/colors/toolbar.e2e.js +0 -17
  754. package/dist/collection/css/test/a11y/typography.e2e.js +0 -50
  755. package/dist/collection/global/test/config-controller.spec.js +0 -85
  756. package/dist/collection/themes/test/colors/theme.e2e.js +0 -170
  757. package/dist/collection/utils/animation/test/animation.spec.js +0 -358
  758. package/dist/collection/utils/animation/test/animationbuilder/animation.e2e.js +0 -31
  759. package/dist/collection/utils/animation/test/basic/animation.e2e.js +0 -17
  760. package/dist/collection/utils/animation/test/display/animation.e2e.js +0 -24
  761. package/dist/collection/utils/animation/test/hooks/animation.e2e.js +0 -45
  762. package/dist/collection/utils/animation/test/multiple/animation.e2e.js +0 -30
  763. package/dist/collection/utils/content/content.utils.spec.js +0 -137
  764. package/dist/collection/utils/floating-point/floating-point.spec.js +0 -22
  765. package/dist/collection/utils/focus-controller/test/generic/focus-controller.e2e.js +0 -52
  766. package/dist/collection/utils/focus-controller/test/ionic/focus-controller.e2e.js +0 -52
  767. package/dist/collection/utils/helpers.spec.js +0 -36
  768. package/dist/collection/utils/input-shims/hacks/test/scroll-assist.e2e.js +0 -115
  769. package/dist/collection/utils/keyboard/test/keyboard-controller.spec.js +0 -21
  770. package/dist/collection/utils/keyboard/test/keyboard.spec.js +0 -214
  771. package/dist/collection/utils/rtl/dir.spec.js +0 -25
  772. package/dist/collection/utils/sanitization/test/sanitization.spec.js +0 -43
  773. package/dist/collection/utils/tap-click/test/tap-click.e2e.js +0 -25
  774. package/dist/collection/utils/test/attributes.spec.js +0 -53
  775. package/dist/collection/utils/test/framework-delegate/framework-delegate.e2e.js +0 -33
  776. package/dist/collection/utils/test/hardware-back-button.spec.js +0 -91
  777. package/dist/collection/utils/test/overlays/overlays-scroll-blocking.spec.js +0 -65
  778. package/dist/collection/utils/test/overlays/overlays.e2e.js +0 -301
  779. package/dist/collection/utils/test/overlays/overlays.spec.js +0 -206
  780. package/dist/collection/utils/test/platform.spec.js +0 -132
  781. package/dist/collection/utils/test/ready.spec.js +0 -39
  782. package/dist/collection/utils/test/theme.spec.js +0 -56
  783. package/dist/esm-es5/app-globals-7c667c11.js +0 -4
  784. package/dist/esm-es5/index-8d8c14b0.js +0 -5
  785. package/dist/ionic/p-0213e506.entry.js +0 -4
  786. package/dist/ionic/p-13a736a9.entry.js +0 -4
  787. package/dist/ionic/p-39303199.system.js +0 -4
  788. package/dist/ionic/p-479e7655.system.js +0 -5
  789. package/dist/ionic/p-65a8336f.entry.js +0 -4
  790. package/dist/ionic/p-6c16d0e8.js +0 -4
  791. package/dist/ionic/p-a82d4913.system.js +0 -4
  792. package/dist/ionic/p-cd681265.entry.js +0 -4
  793. package/dist/ionic/p-d6dbda17.js +0 -5
  794. package/dist/ionic/p-f6a419d2.js +0 -4
@@ -1,20 +1,20 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, d as createEvent, e as readTask, h, f as Host, i as getElement } from './index-8d8c14b0.js';
5
- import { c as createButtonActiveGesture } from './button-active-7c57df95.js';
4
+ import { r as registerInstance, d as createEvent, e as readTask, h, f as Host, i as getElement } from './index-7a952e7a.js';
5
+ import { c as createButtonActiveGesture } from './button-active-78f50add.js';
6
6
  import { r as raf } from './helpers-da915de8.js';
7
7
  import { c as createLockController } from './lock-controller-316928be.js';
8
- import { d as createDelegateController, e as createTriggerController, B as BACKDROP, i as isCancel, f as present, g as dismiss, h as eventMethod, s as safeCall, j as prepareOverlay, k as setOverlayId } from './overlays-e8e5bd06.js';
8
+ import { d as createDelegateController, e as createTriggerController, B as BACKDROP, i as isCancel, f as present, g as dismiss, h as eventMethod, s as safeCall, j as prepareOverlay, k as setOverlayId } from './overlays-e1bad9cd.js';
9
9
  import { g as getClassMap } from './theme-01f3f29c.js';
10
- import { b as getIonMode } from './ionic-global-8180d812.js';
10
+ import { b as getIonMode } from './ionic-global-81a1064f.js';
11
11
  import { c as createAnimation } from './animation-eab5a4ca.js';
12
12
  import './haptic-ac164e4c.js';
13
13
  import './capacitor-59395cbd.js';
14
14
  import './index-a5d50daf.js';
15
15
  import './index-39782642.js';
16
16
  import './gesture-controller-314a54f6.js';
17
- import './hardware-back-button-63852d15.js';
17
+ import './hardware-back-button-2e99752e.js';
18
18
  import './framework-delegate-63d1a679.js';
19
19
  import './index-9b0d46f4.js';
20
20
 
@@ -248,7 +248,10 @@ const ActionSheet = class {
248
248
  this.triggerController.removeClickListener();
249
249
  }
250
250
  componentWillLoad() {
251
- setOverlayId(this.el);
251
+ var _a;
252
+ if (!((_a = this.htmlAttributes) === null || _a === void 0 ? void 0 : _a.id)) {
253
+ setOverlayId(this.el);
254
+ }
252
255
  }
253
256
  componentDidLoad() {
254
257
  /**
@@ -293,12 +296,12 @@ const ActionSheet = class {
293
296
  const cancelButton = allButtons.find((b) => b.role === 'cancel');
294
297
  const buttons = allButtons.filter((b) => b.role !== 'cancel');
295
298
  const headerID = `action-sheet-${overlayIndex}-header`;
296
- return (h(Host, Object.assign({ key: 'b640e9730af4bd9ec569884cf203c63102e0ea59', role: "dialog", "aria-modal": "true", "aria-labelledby": header !== undefined ? headerID : null, tabindex: "-1" }, htmlAttributes, { style: {
299
+ return (h(Host, Object.assign({ key: '7bbd202ca9e19727e7514abbe073687d982f80c3', role: "dialog", "aria-modal": "true", "aria-labelledby": header !== undefined ? headerID : null, tabindex: "-1" }, htmlAttributes, { style: {
297
300
  zIndex: `${20000 + this.overlayIndex}`,
298
- }, class: Object.assign(Object.assign({ [mode]: true }, getClassMap(this.cssClass)), { 'overlay-hidden': true, 'action-sheet-translucent': this.translucent }), onIonActionSheetWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }), h("ion-backdrop", { key: 'bcfa5b7ffb5c265ef54caa114e697ada11f20c12', tappable: this.backdropDismiss }), h("div", { key: '207ae95b5365ce1d76170a05bdf8c83c3ba5de42', tabindex: "0" }), h("div", { key: 'bf2b4e8d57c822a4ea2bbe6c34b1b2f2067e4c02', class: "action-sheet-wrapper ion-overlay-wrapper", ref: (el) => (this.wrapperEl = el) }, h("div", { key: '9c4841eb03ca1378c5abc1e3aafbbcfaaa43c345', class: "action-sheet-container" }, h("div", { key: 'fa438b8663f5d30852e5967da0471489efa783b2', class: "action-sheet-group", ref: (el) => (this.groupEl = el) }, header !== undefined && (h("div", { key: '2c600f1cd8314d65137fb1bfa180312b4791121a', id: headerID, class: {
301
+ }, class: Object.assign(Object.assign({ [mode]: true }, getClassMap(this.cssClass)), { 'overlay-hidden': true, 'action-sheet-translucent': this.translucent }), onIonActionSheetWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }), h("ion-backdrop", { key: '23344a9221a2e6720d7b9de5249dc37256cafa7b', tappable: this.backdropDismiss }), h("div", { key: 'd46361bb5cdc32a7922dcf76b566f358a6174bfa', tabindex: "0" }), h("div", { key: '136c3f2e77c8a2eac8e9ae4bb13d735e1d62598d', class: "action-sheet-wrapper ion-overlay-wrapper", ref: (el) => (this.wrapperEl = el) }, h("div", { key: '6168ea8b2be42020b2edeb8ff3a0f3d1254be37a', class: "action-sheet-container" }, h("div", { key: '29b9e6619dc54574733a704d6bf885839151bd84', class: "action-sheet-group", ref: (el) => (this.groupEl = el) }, header !== undefined && (h("div", { key: '536ce764bfddb3816ea3512d90f4acef2ccb8589', id: headerID, class: {
299
302
  'action-sheet-title': true,
300
303
  'action-sheet-has-sub-title': this.subHeader !== undefined,
301
- } }, header, this.subHeader && h("div", { key: 'a98d6a3f7948733de22a07432e56255f11243b7b', class: "action-sheet-sub-title" }, this.subHeader))), buttons.map((b) => (h("button", Object.assign({}, b.htmlAttributes, { type: "button", id: b.id, class: buttonClass(b), onClick: () => this.buttonClick(b), disabled: b.disabled }), h("span", { class: "action-sheet-button-inner" }, b.icon && h("ion-icon", { icon: b.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" }), b.text), mode === 'md' && h("ion-ripple-effect", null))))), cancelButton && (h("div", { key: '5c5abd0e0b3d486ba2bfe437e28a23b2c7c4c955', class: "action-sheet-group action-sheet-group-cancel" }, h("button", Object.assign({ key: '520a23bbbe6c7436f5bc58bad162d7894b870e54' }, cancelButton.htmlAttributes, { type: "button", class: buttonClass(cancelButton), onClick: () => this.buttonClick(cancelButton) }), h("span", { key: '28c90f66786ee82316adc6cfd68d322d2038357d', class: "action-sheet-button-inner" }, cancelButton.icon && (h("ion-icon", { key: 'fd49fcea260c7addc9b07718eeb02d4fa6e4d900', icon: cancelButton.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" })), cancelButton.text), mode === 'md' && h("ion-ripple-effect", { key: 'c83f636e171fe77635a4fce2b97161447e10546a' })))))), h("div", { key: 'd304920fc7cb006b87542183a3224a7e460abd3d', tabindex: "0" })));
304
+ } }, header, this.subHeader && h("div", { key: '6d888219145824fd36cdfe0d3c8388bbf2769777', class: "action-sheet-sub-title" }, this.subHeader))), buttons.map((b) => (h("button", Object.assign({}, b.htmlAttributes, { type: "button", id: b.id, class: buttonClass(b), onClick: () => this.buttonClick(b), disabled: b.disabled }), h("span", { class: "action-sheet-button-inner" }, b.icon && h("ion-icon", { icon: b.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" }), b.text), mode === 'md' && h("ion-ripple-effect", null))))), cancelButton && (h("div", { key: '46f98f0ed5a9bdb3e35feb9ae71c4489c17b7d77', class: "action-sheet-group action-sheet-group-cancel" }, h("button", Object.assign({ key: 'e3c457bced8ad5f692e48de26e65f731fd631b4f' }, cancelButton.htmlAttributes, { type: "button", class: buttonClass(cancelButton), onClick: () => this.buttonClick(cancelButton) }), h("span", { key: '4cba6dc559f734ecc852e024959210cd0dd25354', class: "action-sheet-button-inner" }, cancelButton.icon && (h("ion-icon", { key: '9df64989aad1b4d1e75edf4d37ab208965cfe37f', icon: cancelButton.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" })), cancelButton.text), mode === 'md' && h("ion-ripple-effect", { key: '558089275a29177cefdb2e38eefc9b5c8b62872b' })))))), h("div", { key: 'fa4df6e043b00a6e4126dbc71cb344cfc2b2e7bc', tabindex: "0" })));
302
305
  }
303
306
  get el() { return getElement(this); }
304
307
  static get watchers() { return {
@@ -1,21 +1,21 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, d as createEvent, j as forceUpdate, h, f as Host, i as getElement } from './index-8d8c14b0.js';
4
+ import { r as registerInstance, d as createEvent, j as forceUpdate, h, f as Host, i as getElement } from './index-7a952e7a.js';
5
5
  import { E as ENABLE_HTML_CONTENT_DEFAULT, a as sanitizeDOMString } from './config-49c88215.js';
6
- import { c as createButtonActiveGesture } from './button-active-7c57df95.js';
6
+ import { c as createButtonActiveGesture } from './button-active-78f50add.js';
7
7
  import { r as raf } from './helpers-da915de8.js';
8
8
  import { c as createLockController } from './lock-controller-316928be.js';
9
- import { d as createDelegateController, e as createTriggerController, B as BACKDROP, i as isCancel, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod, s as safeCall } from './overlays-e8e5bd06.js';
9
+ import { d as createDelegateController, e as createTriggerController, B as BACKDROP, i as isCancel, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod, s as safeCall } from './overlays-e1bad9cd.js';
10
10
  import { g as getClassMap } from './theme-01f3f29c.js';
11
- import { c as config, b as getIonMode } from './ionic-global-8180d812.js';
11
+ import { c as config, b as getIonMode } from './ionic-global-81a1064f.js';
12
12
  import { c as createAnimation } from './animation-eab5a4ca.js';
13
13
  import './haptic-ac164e4c.js';
14
14
  import './capacitor-59395cbd.js';
15
15
  import './index-a5d50daf.js';
16
16
  import './index-39782642.js';
17
17
  import './gesture-controller-314a54f6.js';
18
- import './hardware-back-button-63852d15.js';
18
+ import './hardware-back-button-2e99752e.js';
19
19
  import './framework-delegate-63d1a679.js';
20
20
  import './index-9b0d46f4.js';
21
21
 
@@ -263,7 +263,10 @@ const Alert = class {
263
263
  this.triggerChanged();
264
264
  }
265
265
  componentWillLoad() {
266
- setOverlayId(this.el);
266
+ var _a;
267
+ if (!((_a = this.htmlAttributes) === null || _a === void 0 ? void 0 : _a.id)) {
268
+ setOverlayId(this.el);
269
+ }
267
270
  this.inputsChanged();
268
271
  this.buttonsChanged();
269
272
  }
@@ -491,9 +494,9 @@ const Alert = class {
491
494
  * If neither is defined, don't set aria-labelledby.
492
495
  */
493
496
  const ariaLabelledBy = header ? hdrId : subHeader ? subHdrId : null;
494
- return (h(Host, Object.assign({ key: 'b1875ea565c40a25915e26e61864f8c61d840ccc', role: role, "aria-modal": "true", "aria-labelledby": ariaLabelledBy, "aria-describedby": message !== undefined ? msgId : null, tabindex: "-1" }, htmlAttributes, { style: {
497
+ return (h(Host, Object.assign({ key: 'c7d53f48b359f2bc3480a2e1ba34948fc9378fb0', role: role, "aria-modal": "true", "aria-labelledby": ariaLabelledBy, "aria-describedby": message !== undefined ? msgId : null, tabindex: "-1" }, htmlAttributes, { style: {
495
498
  zIndex: `${20000 + overlayIndex}`,
496
- }, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'alert-translucent': this.translucent }), onIonAlertWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }), h("ion-backdrop", { key: '37d9d7d1a47bfa23c3bb8d8d9805f52a5bbedf61', tappable: this.backdropDismiss }), h("div", { key: '0134cc90b7f02dcdd13dfdc39a72f2259182de90', tabindex: "0" }), h("div", { key: 'ed054b063ec2d1847b3234d5bdf3e66054784ed7', class: "alert-wrapper ion-overlay-wrapper", ref: (el) => (this.wrapperEl = el) }, h("div", { key: 'fb81befae081424f03c64b434ffdd79bb1b00d0c', class: "alert-head" }, header && (h("h2", { key: '92596dfdd92c4f63c82ed86b4a2473b3110daae3', id: hdrId, class: "alert-title" }, header)), subHeader && (h("h2", { key: 'ba7a0734cf818224f453604ec638770ca61bfef6', id: subHdrId, class: "alert-sub-title" }, subHeader))), this.renderAlertMessage(msgId), this.renderAlertInputs(), this.renderAlertButtons()), h("div", { key: '41a2619836a4af5d158216ef14b49985c7941b78', tabindex: "0" })));
499
+ }, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'alert-translucent': this.translucent }), onIonAlertWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }), h("ion-backdrop", { key: '18c7e6b5d63435d9a6a82bda951158e7e1af6e92', tappable: this.backdropDismiss }), h("div", { key: 'e35e1a4b81286976c8a6bab570c986f3196b21f4', tabindex: "0" }), h("div", { key: '9089864c80d96ed834bf723f3de863cf1c4a5b97', class: "alert-wrapper ion-overlay-wrapper", ref: (el) => (this.wrapperEl = el) }, h("div", { key: 'dd600f02c84352059c6cdf98821b9c9a831bcdcb', class: "alert-head" }, header && (h("h2", { key: '11afb605e1ccefc889fbdd2533d491bea8fbf183', id: hdrId, class: "alert-title" }, header)), subHeader && (h("h2", { key: 'e53b0613d09d26e5a2cd7c9c6e63ec2535625ce5', id: subHdrId, class: "alert-sub-title" }, subHeader))), this.renderAlertMessage(msgId), this.renderAlertInputs(), this.renderAlertButtons()), h("div", { key: 'cef60ec8b34c9aec8bc698f16f55324d1ce67c72', tabindex: "0" })));
497
500
  }
498
501
  get el() { return getElement(this); }
499
502
  static get watchers() { return {
@@ -1,10 +1,10 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, h, f as Host, i as getElement, d as createEvent, e as readTask, j as forceUpdate, w as writeTask } from './index-8d8c14b0.js';
5
- import { shouldUseCloseWatcher } from './hardware-back-button-63852d15.js';
4
+ import { r as registerInstance, h, f as Host, i as getElement, d as createEvent, e as readTask, j as forceUpdate, w as writeTask } from './index-7a952e7a.js';
5
+ import { shouldUseCloseWatcher } from './hardware-back-button-2e99752e.js';
6
6
  import { p as printIonWarning } from './index-9b0d46f4.js';
7
- import { b as getIonMode, c as config, a as isPlatform } from './ionic-global-8180d812.js';
7
+ import { b as getIonMode, c as config, a as isPlatform } from './ionic-global-81a1064f.js';
8
8
  import { k as hasLazyBuild, c as componentOnReady, j as clamp, i as inheritAriaAttributes, s as shallowEqualStringMap } from './helpers-da915de8.js';
9
9
  import { i as isRTL } from './dir-babeabeb.js';
10
10
  import { c as createColorClasses, h as hostContext } from './theme-01f3f29c.js';
@@ -13,7 +13,7 @@ import { c as createKeyboardController } from './keyboard-controller-ec5c2bfa.js
13
13
  import { g as getTimeGivenProgression } from './cubic-bezier-fe2083dc.js';
14
14
  import { a as attachComponent, d as detachComponent } from './framework-delegate-63d1a679.js';
15
15
  import { c as createLockController } from './lock-controller-316928be.js';
16
- import { t as transition } from './index-91ed2172.js';
16
+ import { t as transition } from './index-8808daa5.js';
17
17
  import './index-a5d50daf.js';
18
18
  import './keyboard-73175e24.js';
19
19
  import './capacitor-59395cbd.js';
@@ -33,7 +33,7 @@ const App = class {
33
33
  import('./index-79b30591.js').then((module) => module.startTapClick(config));
34
34
  }
35
35
  if (config.getBoolean('statusTap', isHybrid)) {
36
- import('./status-tap-0502d0fd.js').then((module) => module.startStatusTap());
36
+ import('./status-tap-17122cea.js').then((module) => module.startStatusTap());
37
37
  }
38
38
  if (config.getBoolean('inputShims', needInputShims())) {
39
39
  /**
@@ -43,7 +43,7 @@ const App = class {
43
43
  const platform = isPlatform(window, 'ios') ? 'ios' : 'android';
44
44
  import('./input-shims-0314bbe5.js').then((module) => module.startInputShims(config, platform));
45
45
  }
46
- const hardwareBackButtonModule = await import('./hardware-back-button-63852d15.js');
46
+ const hardwareBackButtonModule = await import('./hardware-back-button-2e99752e.js');
47
47
  const supportsHardwareBackButtonEvents = isHybrid || shouldUseCloseWatcher();
48
48
  if (config.getBoolean('hardwareBackButton', supportsHardwareBackButtonEvents)) {
49
49
  hardwareBackButtonModule.startHardwareBackButton();
@@ -1,8 +1,8 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, h, f as Host } from './index-8d8c14b0.js';
5
- import { b as getIonMode } from './ionic-global-8180d812.js';
4
+ import { r as registerInstance, h, f as Host } from './index-7a952e7a.js';
5
+ import { b as getIonMode } from './ionic-global-81a1064f.js';
6
6
  import { c as createColorClasses } from './theme-01f3f29c.js';
7
7
 
8
8
  const avatarIosCss = ":host{border-radius:var(--border-radius);display:block}::slotted(ion-img),::slotted(img){border-radius:var(--border-radius);width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}:host{--border-radius:50%;width:48px;height:48px}";
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, h, f as Host, i as getElement } from './index-8d8c14b0.js';
4
+ import { r as registerInstance, h, f as Host, i as getElement } from './index-7a952e7a.js';
5
5
  import { i as inheritAriaAttributes } from './helpers-da915de8.js';
6
6
  import { o as openURL, c as createColorClasses, h as hostContext } from './theme-01f3f29c.js';
7
7
  import { c as chevronBack, a as arrowBackSharp } from './index-e2cf2ceb.js';
8
- import { c as config, b as getIonMode } from './ionic-global-8180d812.js';
8
+ import { c as config, b as getIonMode } from './ionic-global-81a1064f.js';
9
9
 
10
10
  const backButtonIosCss = ":host{--background:transparent;--color-focused:currentColor;--color-hover:currentColor;--icon-margin-top:0;--icon-margin-bottom:0;--icon-padding-top:0;--icon-padding-end:0;--icon-padding-bottom:0;--icon-padding-start:0;--margin-top:0;--margin-end:0;--margin-bottom:0;--margin-start:0;--min-width:auto;--min-height:auto;--padding-top:0;--padding-end:0;--padding-bottom:0;--padding-start:0;--opacity:1;--ripple-color:currentColor;--transition:background-color, opacity 100ms linear;display:none;min-width:var(--min-width);min-height:var(--min-height);color:var(--color);font-family:var(--ion-font-family, inherit);text-align:center;text-decoration:none;text-overflow:ellipsis;text-transform:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-font-kerning:none;font-kerning:none}ion-ripple-effect{color:var(--ripple-color)}:host(.ion-color) .button-native{color:var(--ion-color-base)}:host(.show-back-button){display:block}:host(.back-button-disabled){cursor:default;opacity:0.5;pointer-events:none}.button-native{border-radius:var(--border-radius);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-margin-start:var(--margin-start);margin-inline-start:var(--margin-start);-webkit-margin-end:var(--margin-end);margin-inline-end:var(--margin-end);margin-top:var(--margin-top);margin-bottom:var(--margin-bottom);-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);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:block;position:relative;width:100%;height:100%;min-height:inherit;-webkit-transition:var(--transition);transition:var(--transition);border:0;outline:none;background:var(--background);line-height:1;cursor:pointer;opacity:var(--opacity);overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.button-inner{display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;z-index:1}ion-icon{-webkit-padding-start:var(--icon-padding-start);padding-inline-start:var(--icon-padding-start);-webkit-padding-end:var(--icon-padding-end);padding-inline-end:var(--icon-padding-end);padding-top:var(--icon-padding-top);padding-bottom:var(--icon-padding-bottom);-webkit-margin-start:var(--icon-margin-start);margin-inline-start:var(--icon-margin-start);-webkit-margin-end:var(--icon-margin-end);margin-inline-end:var(--icon-margin-end);margin-top:var(--icon-margin-top);margin-bottom:var(--icon-margin-bottom);display:inherit;font-size:var(--icon-font-size);font-weight:var(--icon-font-weight);pointer-events:none}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}.button-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0}@media (any-hover: hover){:host(:hover) .button-native{color:var(--color-hover)}:host(:hover) .button-native::after{background:var(--background-hover);opacity:var(--background-hover-opacity)}}:host(.ion-color.ion-focused) .button-native{color:var(--ion-color-base)}@media (any-hover: hover){:host(.ion-color:hover) .button-native{color:var(--ion-color-base)}}:host(.in-toolbar:not(.in-toolbar-color)){color:var(--ion-toolbar-color, var(--color))}:host{--background-hover:transparent;--background-hover-opacity:1;--background-focused:currentColor;--background-focused-opacity:.1;--border-radius:4px;--color:var(--ion-color-primary, #0054e9);--icon-margin-end:1px;--icon-margin-start:-4px;--icon-font-size:1.6em;--min-height:32px;font-size:clamp(17px, 1.0625rem, 21.998px)}.button-native{-webkit-transform:translateZ(0);transform:translateZ(0);overflow:visible;z-index:99}:host(.ion-activated) .button-native{opacity:0.4}@media (any-hover: hover){:host(:hover){opacity:0.6}}";
11
11
  const IonBackButtonIosStyle0 = backButtonIosCss;
@@ -1,8 +1,8 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, d as createEvent, h, f as Host } from './index-8d8c14b0.js';
5
- import { b as getIonMode } from './ionic-global-8180d812.js';
4
+ import { r as registerInstance, d as createEvent, h, f as Host } from './index-7a952e7a.js';
5
+ import { b as getIonMode } from './ionic-global-81a1064f.js';
6
6
 
7
7
  const backdropIosCss = ":host{left:0;right:0;top:0;bottom:0;display:block;position:absolute;-webkit-transform:translateZ(0);transform:translateZ(0);contain:strict;cursor:pointer;opacity:0.01;-ms-touch-action:none;touch-action:none;z-index:2}:host(.backdrop-hide){background:transparent}:host(.backdrop-no-tappable){cursor:auto}:host{background-color:var(--ion-backdrop-color, #000)}";
8
8
  const IonBackdropIosStyle0 = backdropIosCss;
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, d as createEvent, h, f as Host, i as getElement } from './index-8d8c14b0.js';
4
+ import { r as registerInstance, d as createEvent, h, f as Host, i as getElement } from './index-7a952e7a.js';
5
5
  import { i as inheritAriaAttributes } from './helpers-da915de8.js';
6
6
  import { o as openURL, c as createColorClasses, h as hostContext } from './theme-01f3f29c.js';
7
7
  import { m as chevronForwardOutline, n as ellipsisHorizontal } from './index-e2cf2ceb.js';
8
- import { b as getIonMode } from './ionic-global-8180d812.js';
8
+ import { b as getIonMode } from './ionic-global-81a1064f.js';
9
9
 
10
10
  const breadcrumbIosCss = ":host{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-align:center;align-items:center;color:var(--color);font-size:1rem;font-weight:400;line-height:1.5}.breadcrumb-native{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;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;outline:none;background:inherit}:host(.breadcrumb-disabled){cursor:default;opacity:0.5;pointer-events:none}:host(.breadcrumb-active){color:var(--color-active)}:host(.ion-focused){color:var(--color-focused)}:host(.ion-focused) .breadcrumb-native{background:var(--background-focused)}@media (any-hover: hover){:host(.ion-activatable:hover){color:var(--color-hover)}:host(.ion-activatable.in-breadcrumbs-color:hover),:host(.ion-activatable.ion-color:hover){color:var(--ion-color-shade)}}.breadcrumb-separator{display:-ms-inline-flexbox;display:inline-flex}:host(.breadcrumb-collapsed) .breadcrumb-native{display:none}:host(.in-breadcrumbs-color),:host(.in-breadcrumbs-color.breadcrumb-active){color:var(--ion-color-base)}:host(.in-breadcrumbs-color) .breadcrumb-separator{color:var(--ion-color-base)}:host(.ion-color){color:var(--ion-color-base)}:host(.in-toolbar-color),:host(.in-toolbar-color) .breadcrumb-separator{color:rgba(var(--ion-color-contrast-rgb), 0.8)}:host(.in-toolbar-color.breadcrumb-active){color:var(--ion-color-contrast)}.breadcrumbs-collapsed-indicator{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;-webkit-margin-start:14px;margin-inline-start:14px;-webkit-margin-end:14px;margin-inline-end:14px;margin-top:0;margin-bottom:0;display:-ms-flexbox;display:flex;-ms-flex:1 1 100%;flex:1 1 100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:32px;height:18px;border:0;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.breadcrumbs-collapsed-indicator ion-icon{margin-top:1px;font-size:1.375rem}:host{--color:var(--ion-color-step-850, var(--ion-text-color-step-150, #2d4665));--color-active:var(--ion-text-color, #03060b);--color-hover:var(--ion-text-color, #03060b);--color-focused:var(--color-active);--background-focused:var(--ion-color-step-50, var(--ion-background-color-step-50, rgba(233, 237, 243, 0.7)));font-size:clamp(16px, 1rem, 22px)}:host(.breadcrumb-active){font-weight:600}.breadcrumb-native{border-radius:4px;-webkit-padding-start:12px;padding-inline-start:12px;-webkit-padding-end:12px;padding-inline-end:12px;padding-top:5px;padding-bottom:5px;border:1px solid transparent}:host(.ion-focused) .breadcrumb-native{border-radius:8px}:host(.in-breadcrumbs-color.ion-focused) .breadcrumb-native,:host(.ion-color.ion-focused) .breadcrumb-native{background:rgba(var(--ion-color-base-rgb), 0.1);color:var(--ion-color-base)}:host(.ion-focused) ::slotted(ion-icon),:host(.in-breadcrumbs-color.ion-focused) ::slotted(ion-icon),:host(.ion-color.ion-focused) ::slotted(ion-icon){color:var(--ion-color-step-750, var(--ion-text-color-step-250, #445b78))}.breadcrumb-separator{color:var(--ion-color-step-550, var(--ion-text-color-step-450, #73849a))}::slotted(ion-icon){color:var(--ion-color-step-400, var(--ion-text-color-step-600, #92a0b3));font-size:min(1.125rem, 21.6px)}::slotted(ion-icon[slot=start]){-webkit-margin-end:8px;margin-inline-end:8px}::slotted(ion-icon[slot=end]){-webkit-margin-start:8px;margin-inline-start:8px}:host(.breadcrumb-active) ::slotted(ion-icon){color:var(--ion-color-step-850, var(--ion-text-color-step-150, #242d39))}.breadcrumbs-collapsed-indicator{border-radius:4px;background:var(--ion-color-step-100, var(--ion-background-color-step-100, #e9edf3));color:var(--ion-color-step-550, var(--ion-text-color-step-450, #73849a))}.breadcrumbs-collapsed-indicator:hover{opacity:0.45}.breadcrumbs-collapsed-indicator:focus{background:var(--ion-color-step-150, var(--ion-background-color-step-150, #d9e0ea))}.breadcrumbs-collapsed-indicator ion-icon{font-size:min(1.375rem, 22px)}";
11
11
  const IonBreadcrumbIosStyle0 = breadcrumbIosCss;
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { k as getAssetPath, r as registerInstance, d as createEvent, h, f as Host, i as getElement } from './index-8d8c14b0.js';
4
+ import { k as getAssetPath, r as registerInstance, d as createEvent, h, f as Host, i as getElement } from './index-7a952e7a.js';
5
5
  import { l as hasShadowDom, i as inheritAriaAttributes } from './helpers-da915de8.js';
6
6
  import { p as printIonWarning } from './index-9b0d46f4.js';
7
7
  import { o as openURL, c as createColorClasses$1, h as hostContext } from './theme-01f3f29c.js';
8
- import { b as getIonMode$1 } from './ionic-global-8180d812.js';
8
+ import { b as getIonMode$1 } from './ionic-global-81a1064f.js';
9
9
 
10
10
  let CACHED_MAP;
11
11
  const getIconMap = () => {
@@ -1,10 +1,10 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, h, f as Host, i as getElement } from './index-8d8c14b0.js';
4
+ import { r as registerInstance, h, f as Host, i as getElement } from './index-7a952e7a.js';
5
5
  import { h as inheritAttributes } from './helpers-da915de8.js';
6
6
  import { o as openURL, c as createColorClasses } from './theme-01f3f29c.js';
7
- import { b as getIonMode } from './ionic-global-8180d812.js';
7
+ import { b as getIonMode } from './ionic-global-81a1064f.js';
8
8
 
9
9
  const cardIosCss = ":host{--ion-safe-area-left:0px;--ion-safe-area-right:0px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;position:relative;background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit);contain:content;overflow:hidden}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(.card-disabled){cursor:default;opacity:0.3;pointer-events:none}.card-native{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;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;width:100%;min-height:var(--min-height);-webkit-transition:var(--transition);transition:var(--transition);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);outline:none;background:inherit}.card-native::-moz-focus-inner{border:0}button,a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}ion-ripple-effect{color:var(--ripple-color)}:host{--background:var(--ion-card-background, var(--ion-item-background, var(--ion-background-color, #fff)));--color:var(--ion-card-color, var(--ion-item-color, var(--ion-color-step-600, var(--ion-text-color-step-400, #666666))));-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:24px;margin-bottom:24px;border-radius:8px;-webkit-transition:-webkit-transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);transition:-webkit-transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);transition:transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);transition:transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1), -webkit-transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);font-size:0.875rem;-webkit-box-shadow:0 4px 16px rgba(0, 0, 0, 0.12);box-shadow:0 4px 16px rgba(0, 0, 0, 0.12)}:host(.ion-activated){-webkit-transform:scale3d(0.97, 0.97, 1);transform:scale3d(0.97, 0.97, 1)}";
10
10
  const IonCardIosStyle0 = cardIosCss;
@@ -1,10 +1,10 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, d as createEvent, h, f as Host, i as getElement } from './index-8d8c14b0.js';
4
+ import { r as registerInstance, d as createEvent, h, f as Host, i as getElement } from './index-7a952e7a.js';
5
5
  import { i as inheritAriaAttributes, d as renderHiddenInput } from './helpers-da915de8.js';
6
6
  import { c as createColorClasses, h as hostContext } from './theme-01f3f29c.js';
7
- import { b as getIonMode } from './ionic-global-8180d812.js';
7
+ import { b as getIonMode } from './ionic-global-81a1064f.js';
8
8
 
9
9
  const checkboxIosCss = ":host{--checkbox-background-checked:var(--ion-color-primary, #0054e9);--border-color-checked:var(--ion-color-primary, #0054e9);--checkmark-color:var(--ion-color-primary-contrast, #fff);--transition:none;display:inline-block;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:2}:host(.in-item){-ms-flex:1 1 0px;flex:1 1 0;width:100%;height:100%}:host([slot=start]),:host([slot=end]){-ms-flex:initial;flex:initial;width:auto}:host(.ion-color){--checkbox-background-checked:var(--ion-color-base);--border-color-checked:var(--ion-color-base);--checkmark-color:var(--ion-color-contrast)}.checkbox-wrapper{display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;height:inherit;cursor:inherit}.label-text-wrapper{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host(.in-item) .label-text-wrapper{margin-top:10px;margin-bottom:10px}:host(.in-item.checkbox-label-placement-stacked) .label-text-wrapper{margin-top:10px;margin-bottom:16px}:host(.in-item.checkbox-label-placement-stacked) .native-wrapper{margin-bottom:10px}.label-text-wrapper-hidden{display:none}input{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;margin:0;padding:0;border:0;outline:0;clip:rect(0 0 0 0);opacity:0;overflow:hidden;-webkit-appearance:none;-moz-appearance:none}.native-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.checkbox-icon{border-radius:var(--border-radius);position:relative;width:var(--size);height:var(--size);-webkit-transition:var(--transition);transition:var(--transition);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);background:var(--checkbox-background);-webkit-box-sizing:border-box;box-sizing:border-box}.checkbox-icon path{fill:none;stroke:var(--checkmark-color);stroke-width:var(--checkmark-width);opacity:0}:host(.checkbox-justify-space-between) .checkbox-wrapper{-ms-flex-pack:justify;justify-content:space-between}:host(.checkbox-justify-start) .checkbox-wrapper{-ms-flex-pack:start;justify-content:start}:host(.checkbox-justify-end) .checkbox-wrapper{-ms-flex-pack:end;justify-content:end}:host(.checkbox-alignment-start) .checkbox-wrapper{-ms-flex-align:start;align-items:start}:host(.checkbox-alignment-center) .checkbox-wrapper{-ms-flex-align:center;align-items:center}:host(.checkbox-label-placement-start) .checkbox-wrapper{-ms-flex-direction:row;flex-direction:row}:host(.checkbox-label-placement-start) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px}:host(.checkbox-label-placement-end) .checkbox-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse}:host(.checkbox-label-placement-end) .label-text-wrapper{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0}:host(.checkbox-label-placement-fixed) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px}:host(.checkbox-label-placement-fixed) .label-text-wrapper{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}:host(.checkbox-label-placement-stacked) .checkbox-wrapper{-ms-flex-direction:column;flex-direction:column}:host(.checkbox-label-placement-stacked) .label-text-wrapper{-webkit-transform:scale(0.75);transform:scale(0.75);margin-left:0;margin-right:0;margin-bottom:16px;max-width:calc(100% / 0.75)}:host(.checkbox-label-placement-stacked.checkbox-alignment-start) .label-text-wrapper{-webkit-transform-origin:left top;transform-origin:left top}:host-context([dir=rtl]):host(.checkbox-label-placement-stacked.checkbox-alignment-start) .label-text-wrapper,:host-context([dir=rtl]).checkbox-label-placement-stacked.checkbox-alignment-start .label-text-wrapper{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){:host(.checkbox-label-placement-stacked.checkbox-alignment-start:dir(rtl)) .label-text-wrapper{-webkit-transform-origin:right top;transform-origin:right top}}:host(.checkbox-label-placement-stacked.checkbox-alignment-center) .label-text-wrapper{-webkit-transform-origin:center top;transform-origin:center top}:host-context([dir=rtl]):host(.checkbox-label-placement-stacked.checkbox-alignment-center) .label-text-wrapper,:host-context([dir=rtl]).checkbox-label-placement-stacked.checkbox-alignment-center .label-text-wrapper{-webkit-transform-origin:calc(100% - center) top;transform-origin:calc(100% - center) top}@supports selector(:dir(rtl)){:host(.checkbox-label-placement-stacked.checkbox-alignment-center:dir(rtl)) .label-text-wrapper{-webkit-transform-origin:calc(100% - center) top;transform-origin:calc(100% - center) top}}:host(.checkbox-checked) .checkbox-icon,:host(.checkbox-indeterminate) .checkbox-icon{border-color:var(--border-color-checked);background:var(--checkbox-background-checked)}:host(.checkbox-checked) .checkbox-icon path,:host(.checkbox-indeterminate) .checkbox-icon path{opacity:1}:host(.checkbox-disabled){pointer-events:none}:host{--border-radius:50%;--border-width:0.125rem;--border-style:solid;--border-color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.23);--checkbox-background:var(--ion-item-background, var(--ion-background-color, #fff));--size:min(1.375rem, 55.836px);--checkmark-width:1.5px}:host(.checkbox-disabled){opacity:0.3}";
10
10
  const IonCheckboxIosStyle0 = checkboxIosCss;
@@ -1,9 +1,9 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, h, f as Host } from './index-8d8c14b0.js';
4
+ import { r as registerInstance, h, f as Host } from './index-7a952e7a.js';
5
5
  import { c as createColorClasses } from './theme-01f3f29c.js';
6
- import { b as getIonMode } from './ionic-global-8180d812.js';
6
+ import { b as getIonMode } from './ionic-global-81a1064f.js';
7
7
 
8
8
  const chipIosCss = ":host{--background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.12);--color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.87);border-radius:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-margin-start:4px;margin-inline-start:4px;-webkit-margin-end:4px;margin-inline-end:4px;margin-top:4px;margin-bottom:4px;-webkit-padding-start:12px;padding-inline-start:12px;-webkit-padding-end:12px;padding-inline-end:12px;padding-top:6px;padding-bottom:6px;display:-ms-inline-flexbox;display:inline-flex;position:relative;-ms-flex-align:center;align-items:center;min-height:32px;background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit);cursor:pointer;overflow:hidden;vertical-align:middle;-webkit-box-sizing:border-box;box-sizing:border-box}:host(.chip-disabled){cursor:default;opacity:0.4;pointer-events:none}:host(.ion-color){background:rgba(var(--ion-color-base-rgb), 0.08);color:var(--ion-color-shade)}:host(.ion-color:focus){background:rgba(var(--ion-color-base-rgb), 0.12)}:host(.ion-color.ion-activated){background:rgba(var(--ion-color-base-rgb), 0.16)}:host(.chip-outline){border-width:1px;border-style:solid}:host(.chip-outline){border-color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.32);background:transparent}:host(.chip-outline.ion-color){border-color:rgba(var(--ion-color-base-rgb), 0.32)}:host(.chip-outline:not(.ion-color):focus){background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.04)}:host(.chip-outline.ion-activated:not(.ion-color)){background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08)}::slotted(ion-icon){font-size:1.4285714286em}:host(:not(.ion-color)) ::slotted(ion-icon){color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.54)}::slotted(ion-icon:first-child){-webkit-margin-start:-4px;margin-inline-start:-4px;-webkit-margin-end:8px;margin-inline-end:8px;margin-top:-4px;margin-bottom:-4px}::slotted(ion-icon:last-child){-webkit-margin-start:8px;margin-inline-start:8px;-webkit-margin-end:-4px;margin-inline-end:-4px;margin-top:-4px;margin-bottom:-4px}::slotted(ion-avatar){-ms-flex-negative:0;flex-shrink:0;width:1.7142857143em;height:1.7142857143em}::slotted(ion-avatar:first-child){-webkit-margin-start:-8px;margin-inline-start:-8px;-webkit-margin-end:8px;margin-inline-end:8px;margin-top:-4px;margin-bottom:-4px}::slotted(ion-avatar:last-child){-webkit-margin-start:8px;margin-inline-start:8px;-webkit-margin-end:-8px;margin-inline-end:-8px;margin-top:-4px;margin-bottom:-4px}:host(:focus){outline:none}:host(:focus){--background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.16)}:host(.ion-activated){--background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2)}@media (any-hover: hover){:host(:hover){--background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.16)}:host(.ion-color:hover){background:rgba(var(--ion-color-base-rgb), 0.12)}:host(.chip-outline:not(.ion-color):hover){background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.04)}}:host{font-size:clamp(13px, 0.875rem, 22px)}";
9
9
  const IonChipIosStyle0 = chipIosCss;
@@ -1,8 +1,8 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, j as forceUpdate, h, f as Host } from './index-8d8c14b0.js';
5
- import { b as getIonMode } from './ionic-global-8180d812.js';
4
+ import { r as registerInstance, j as forceUpdate, h, f as Host } from './index-7a952e7a.js';
5
+ import { b as getIonMode } from './ionic-global-81a1064f.js';
6
6
 
7
7
  const SIZE_TO_MEDIA = {
8
8
  xs: '(min-width: 0px)',
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, h, f as Host, i as getElement } from './index-8d8c14b0.js';
4
+ import { r as registerInstance, h, f as Host, i as getElement } from './index-7a952e7a.js';
5
5
  import { a as addEventListener, c as componentOnReady } from './helpers-da915de8.js';
6
6
  import { a as printIonError } from './index-9b0d46f4.js';
7
7
  import { c as createColorClasses } from './theme-01f3f29c.js';
8
- import { b as getIonMode } from './ionic-global-8180d812.js';
8
+ import { b as getIonMode } from './ionic-global-81a1064f.js';
9
9
  import { s as parseDate, x as getToday, L as getHourCycle, N as getLocalizedDateTime, M as getLocalizedTime } from './data-ae11fd43.js';
10
10
 
11
11
  const datetimeButtonIosCss = ":host{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}:host button{border-radius:8px;-webkit-margin-start:2px;margin-inline-start:2px;-webkit-margin-end:2px;margin-inline-end:2px;margin-top:0px;margin-bottom:0px;position:relative;-webkit-transition:150ms color ease-in-out;transition:150ms color ease-in-out;border:none;background:var(--ion-color-step-300, var(--ion-background-color-step-300, #edeef0));color:var(--ion-text-color, #000);font-family:inherit;font-size:1rem;cursor:pointer;overflow:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none}:host(.time-active) #time-button,:host(.date-active) #date-button{color:var(--ion-color-base)}:host(.datetime-button-disabled){pointer-events:none}:host(.datetime-button-disabled) button{opacity:0.4}:host button{-webkit-padding-start:13px;padding-inline-start:13px;-webkit-padding-end:13px;padding-inline-end:13px;padding-top:7px;padding-bottom:7px}:host button.ion-activated{color:var(--ion-color-step-600, var(--ion-text-color-step-400, #666666))}";
@@ -1,21 +1,21 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, d as createEvent, w as writeTask, h, f as Host, i as getElement } from './index-8d8c14b0.js';
4
+ import { r as registerInstance, d as createEvent, w as writeTask, h, f as Host, i as getElement } from './index-7a952e7a.js';
5
5
  import { startFocusVisible } from './focus-visible-dd40d69f.js';
6
6
  import { r as raf, d as renderHiddenInput, g as getElementRoot, j as clamp } from './helpers-da915de8.js';
7
7
  import { a as printIonError, p as printIonWarning } from './index-9b0d46f4.js';
8
8
  import { i as isRTL } from './dir-babeabeb.js';
9
9
  import { c as createColorClasses, g as getClassMap } from './theme-01f3f29c.js';
10
10
  import { c as chevronBack, o as chevronForward, l as chevronDown, p as caretUpSharp, q as caretDownSharp } from './index-e2cf2ceb.js';
11
- import { b as getIonMode } from './ionic-global-8180d812.js';
11
+ import { b as getIonMode } from './ionic-global-81a1064f.js';
12
12
  import { g as generateDayAriaLabel, a as getDay, i as isBefore, b as isAfter, c as isSameDay, d as getPreviousMonth, e as getNextMonth, v as validateParts, f as getPartsFromCalendarDay, h as getNextYear, j as getPreviousYear, k as getEndOfWeek, l as getStartOfWeek, m as getPreviousDay, n as getNextDay, o as getPreviousWeek, p as getNextWeek, q as parseMinParts, r as parseMaxParts, s as parseDate, w as warnIfValueOutOfBounds, t as convertToArrayOfNumbers, u as convertDataToISO, x as getToday, y as getClosestValidDate, z as generateMonths, A as getNumDaysInMonth, B as getCombinedDateColumnData, C as getMonthColumnData, D as getDayColumnData, E as getYearColumnData, F as isMonthFirstLocale, G as getTimeColumnsData, H as isLocaleDayPeriodRTL, I as getDaysOfWeek, J as getMonthAndYear, K as getDaysOfMonth, L as getHourCycle, M as getLocalizedTime, N as getLocalizedDateTime, O as formatValue, P as clampDate, Q as parseAmPm, R as calculateHourFromAMPM } from './data-ae11fd43.js';
13
13
  import { c as createLockController } from './lock-controller-316928be.js';
14
- import { d as createDelegateController, e as createTriggerController, B as BACKDROP, i as isCancel, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod, s as safeCall } from './overlays-e8e5bd06.js';
14
+ import { d as createDelegateController, e as createTriggerController, B as BACKDROP, i as isCancel, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod, s as safeCall } from './overlays-e1bad9cd.js';
15
15
  import { c as createAnimation } from './animation-eab5a4ca.js';
16
16
  import { b as hapticSelectionChanged, h as hapticSelectionEnd, a as hapticSelectionStart } from './haptic-ac164e4c.js';
17
17
  import './index-a5d50daf.js';
18
- import './hardware-back-button-63852d15.js';
18
+ import './hardware-back-button-2e99752e.js';
19
19
  import './framework-delegate-63d1a679.js';
20
20
  import './gesture-controller-314a54f6.js';
21
21
  import './capacitor-59395cbd.js';
@@ -1910,7 +1910,10 @@ const Picker = class {
1910
1910
  this.triggerController.removeClickListener();
1911
1911
  }
1912
1912
  componentWillLoad() {
1913
- setOverlayId(this.el);
1913
+ var _a;
1914
+ if (!((_a = this.htmlAttributes) === null || _a === void 0 ? void 0 : _a.id)) {
1915
+ setOverlayId(this.el);
1916
+ }
1914
1917
  }
1915
1918
  componentDidLoad() {
1916
1919
  printIonWarning('ion-picker-legacy and ion-picker-legacy-column have been deprecated in favor of new versions of the ion-picker and ion-picker-column components. These new components display inline with your page content allowing for more presentation flexibility than before.', this.el);
@@ -2023,11 +2026,11 @@ const Picker = class {
2023
2026
  render() {
2024
2027
  const { htmlAttributes } = this;
2025
2028
  const mode = getIonMode(this);
2026
- return (h(Host, Object.assign({ key: '26e3144adcdf01605271d01e468bb4a75ce854b1', "aria-modal": "true", tabindex: "-1" }, htmlAttributes, { style: {
2029
+ return (h(Host, Object.assign({ key: '3b163ca87354a3a4f302ff016d5affd0dc97bccc', "aria-modal": "true", tabindex: "-1" }, htmlAttributes, { style: {
2027
2030
  zIndex: `${20000 + this.overlayIndex}`,
2028
2031
  }, class: Object.assign({ [mode]: true,
2029
2032
  // Used internally for styling
2030
- [`picker-${mode}`]: true, 'overlay-hidden': true }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonPickerWillDismiss: this.dispatchCancelHandler }), h("ion-backdrop", { key: 'fa212d21406606186cd95f8c7a4f119696ac8d4a', visible: this.showBackdrop, tappable: this.backdropDismiss }), h("div", { key: '19ea889f65cb6a68a9db26cf9f83c6587cfcf07e', tabindex: "0" }), h("div", { key: '5fc0f5d26915ba353b9f0335946f94b6fda95e1e', class: "picker-wrapper ion-overlay-wrapper", role: "dialog" }, h("div", { key: '3fa5bff4ac0013ef31845482a27a14caebbdcd2f', class: "picker-toolbar" }, this.buttons.map((b) => (h("div", { class: buttonWrapperClass(b) }, h("button", { type: "button", onClick: () => this.buttonClick(b), class: buttonClass(b) }, b.text))))), h("div", { key: '2ff6376956d01dcd9ec01b8d6972dd4b37ffb1a1', class: "picker-columns" }, h("div", { key: '4adcef77429f10a3faa50b41d1eaf3404387997c', class: "picker-above-highlight" }), this.presented && this.columns.map((c) => h("ion-picker-legacy-column", { col: c })), h("div", { key: 'e0f37d3e9896eb2bc0f0aef4762a897130851963', class: "picker-below-highlight" }))), h("div", { key: '671bb7d0f487b0d7c7fa70388f8fa1de77448b9f', tabindex: "0" })));
2033
+ [`picker-${mode}`]: true, 'overlay-hidden': true }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonPickerWillDismiss: this.dispatchCancelHandler }), h("ion-backdrop", { key: 'da4224447bdbcfbadd1bd63ebe7a7bfdb8aa3129', visible: this.showBackdrop, tappable: this.backdropDismiss }), h("div", { key: '211475c859b7acf4d64556905c45993201d92d43', tabindex: "0" }), h("div", { key: 'c3b3674038155809caea84ae6348ff0d66897a64', class: "picker-wrapper ion-overlay-wrapper", role: "dialog" }, h("div", { key: 'a21757da70dc7864945a5751d9da3ca4bf87897b', class: "picker-toolbar" }, this.buttons.map((b) => (h("div", { class: buttonWrapperClass(b) }, h("button", { type: "button", onClick: () => this.buttonClick(b), class: buttonClass(b) }, b.text))))), h("div", { key: '0220da1854d09ef22d2d9a32eaa3c3b222be5a0a', class: "picker-columns" }, h("div", { key: '55757c165ba9e38e56b4dee76a9b13d3ff8b21e6', class: "picker-above-highlight" }), this.presented && this.columns.map((c) => h("ion-picker-legacy-column", { col: c })), h("div", { key: '160092a46a48287bf75e5dfe3502f1755a2d0c70', class: "picker-below-highlight" }))), h("div", { key: 'e212db6cca7d75fc0eda0baf4312dd51b9b7a4ef', tabindex: "0" })));
2031
2034
  }
2032
2035
  get el() { return getElement(this); }
2033
2036
  static get watchers() { return {
@@ -1,8 +1,8 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, h, f as Host, i as getElement, d as createEvent } from './index-8d8c14b0.js';
5
- import { b as getIonMode } from './ionic-global-8180d812.js';
4
+ import { r as registerInstance, h, f as Host, i as getElement, d as createEvent } from './index-7a952e7a.js';
5
+ import { b as getIonMode } from './ionic-global-81a1064f.js';
6
6
  import { i as inheritAriaAttributes } from './helpers-da915de8.js';
7
7
  import { h as hostContext, o as openURL, c as createColorClasses } from './theme-01f3f29c.js';
8
8
  import { t as close } from './index-e2cf2ceb.js';
@@ -1,9 +1,9 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, d as createEvent, h, f as Host, i as getElement } from './index-8d8c14b0.js';
4
+ import { r as registerInstance, d as createEvent, h, f as Host, i as getElement } from './index-7a952e7a.js';
5
5
  import { h as inheritAttributes } from './helpers-da915de8.js';
6
- import { b as getIonMode } from './ionic-global-8180d812.js';
6
+ import { b as getIonMode } from './ionic-global-81a1064f.js';
7
7
 
8
8
  const imgCss = ":host{display:block;-o-object-fit:contain;object-fit:contain}img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}";
9
9
  const IonImgStyle0 = imgCss;
@@ -1,9 +1,9 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, d as createEvent, w as writeTask, e as readTask, h, i as getElement, f as Host } from './index-8d8c14b0.js';
4
+ import { r as registerInstance, d as createEvent, w as writeTask, e as readTask, h, i as getElement, f as Host } from './index-7a952e7a.js';
5
5
  import { f as findClosestIonContent, p as printIonContentErrorMsg, g as getScrollElement } from './index-5cc724f3.js';
6
- import { b as getIonMode, c as config } from './ionic-global-8180d812.js';
6
+ import { b as getIonMode, c as config } from './ionic-global-81a1064f.js';
7
7
  import { E as ENABLE_HTML_CONTENT_DEFAULT, a as sanitizeDOMString } from './config-49c88215.js';
8
8
  import './helpers-da915de8.js';
9
9
  import './index-9b0d46f4.js';
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, h, f as Host, i as getElement } from './index-8d8c14b0.js';
4
+ import { r as registerInstance, h, f as Host, i as getElement } from './index-7a952e7a.js';
5
5
  import { p as printIonWarning } from './index-9b0d46f4.js';
6
6
  import { c as createColorClasses } from './theme-01f3f29c.js';
7
7
  import { x as eye, y as eyeOff } from './index-e2cf2ceb.js';
8
- import { b as getIonMode } from './ionic-global-8180d812.js';
8
+ import { b as getIonMode } from './ionic-global-81a1064f.js';
9
9
 
10
10
  const iosInputPasswordToggleCss = "";
11
11
  const IonInputPasswordToggleIosStyle0 = iosInputPasswordToggleCss;
@@ -1,13 +1,13 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, d as createEvent, h, f as Host, i as getElement, j as forceUpdate } from './index-8d8c14b0.js';
4
+ import { r as registerInstance, d as createEvent, h, f as Host, i as getElement, j as forceUpdate } from './index-7a952e7a.js';
5
5
  import { c as createNotchController } from './notch-controller-55b09e11.js';
6
6
  import { e as debounceEvent, i as inheritAriaAttributes, h as inheritAttributes, c as componentOnReady } from './helpers-da915de8.js';
7
7
  import { c as createSlotMutationController, g as getCounterText } from './input.utils-09c71bc7.js';
8
8
  import { h as hostContext, c as createColorClasses } from './theme-01f3f29c.js';
9
9
  import { b as closeCircle, d as closeSharp } from './index-e2cf2ceb.js';
10
- import { b as getIonMode } from './ionic-global-8180d812.js';
10
+ import { b as getIonMode } from './ionic-global-81a1064f.js';
11
11
  import './index-a5d50daf.js';
12
12
  import './index-9b0d46f4.js';
13
13
 
@@ -1,9 +1,9 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, h, f as Host, i as getElement, d as createEvent } from './index-8d8c14b0.js';
4
+ import { r as registerInstance, h, f as Host, i as getElement, d as createEvent } from './index-7a952e7a.js';
5
5
  import { c as createColorClasses } from './theme-01f3f29c.js';
6
- import { b as getIonMode } from './ionic-global-8180d812.js';
6
+ import { b as getIonMode } from './ionic-global-81a1064f.js';
7
7
  import { n as isEndSide } from './helpers-da915de8.js';
8
8
  import { f as findClosestIonContent, d as disableContentScrollY, r as resetContentScrollY } from './index-5cc724f3.js';
9
9
  import { w as watchForOptions } from './watch-options-c2911ace.js';
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, j as forceUpdate, h, f as Host, i as getElement, d as createEvent } from './index-8d8c14b0.js';
4
+ import { r as registerInstance, j as forceUpdate, h, f as Host, i as getElement, d as createEvent } from './index-7a952e7a.js';
5
5
  import { h as inheritAttributes, r as raf } from './helpers-da915de8.js';
6
6
  import { h as hostContext, c as createColorClasses, o as openURL } from './theme-01f3f29c.js';
7
7
  import { o as chevronForward } from './index-e2cf2ceb.js';
8
- import { b as getIonMode, c as config } from './ionic-global-8180d812.js';
8
+ import { b as getIonMode, c as config } from './ionic-global-81a1064f.js';
9
9
 
10
10
  const itemIosCss = ":host{--border-radius:0px;--border-width:0px;--border-style:solid;--padding-top:0px;--padding-bottom:0px;--padding-end:0px;--padding-start:0px;--inner-border-width:0px;--inner-padding-top:0px;--inner-padding-bottom:0px;--inner-padding-start:0px;--inner-padding-end:0px;--inner-box-shadow:none;--detail-icon-color:initial;--detail-icon-font-size:1.25em;--detail-icon-opacity:0.25;--color-activated:var(--color);--color-focused:var(--color);--color-hover:var(--color);--ripple-color:currentColor;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;outline:none;color:var(--color);font-family:var(--ion-font-family, inherit);text-align:initial;text-decoration:none;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}:host(.ion-color) .item-native{background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(.ion-color) .item-native,:host(.ion-color) .item-inner{border-color:var(--ion-color-shade)}:host(.ion-activated) .item-native{color:var(--color-activated)}:host(.ion-activated) .item-native::after{background:var(--background-activated);opacity:var(--background-activated-opacity)}:host(.ion-color.ion-activated) .item-native{color:var(--ion-color-contrast)}:host(.ion-focused) .item-native{color:var(--color-focused)}:host(.ion-focused) .item-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}:host(.ion-color.ion-focused) .item-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-focused) .item-native::after{background:var(--ion-color-contrast)}@media (any-hover: hover){:host(.ion-activatable:not(.ion-focused):hover) .item-native{color:var(--color-hover)}:host(.ion-activatable:not(.ion-focused):hover) .item-native::after{background:var(--background-hover);opacity:var(--background-hover-opacity)}:host(.ion-color.ion-activatable:not(.ion-focused):hover) .item-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-activatable:not(.ion-focused):hover) .item-native::after{background:var(--ion-color-contrast)}}:host(.item-control-needs-pointer-cursor){cursor:pointer}:host(.item-interactive-disabled:not(.item-multiple-inputs)){cursor:default;pointer-events:none}:host(.item-disabled){cursor:default;opacity:0.3;pointer-events:none}.item-native{border-radius:var(--border-radius);margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);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;padding-right:var(--padding-end);padding-left:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:inherit;align-items:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;min-height:var(--min-height);-webkit-transition:var(--transition);transition:var(--transition);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);outline:none;background:var(--background);overflow:inherit;z-index:1;-webkit-box-sizing:border-box;box-sizing:border-box}:host-context([dir=rtl]) .item-native{padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:var(--padding-end)}[dir=rtl] .item-native{padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:var(--padding-end)}@supports selector(:dir(rtl)){.item-native:dir(rtl){padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:var(--padding-end)}}.item-native::-moz-focus-inner{border:0}.item-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0;-webkit-transition:var(--transition);transition:var(--transition);z-index:-1}button,a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.item-inner{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-top:var(--inner-padding-top);padding-bottom:var(--inner-padding-bottom);padding-right:calc(var(--ion-safe-area-right, 0px) + var(--inner-padding-end));padding-left:var(--inner-padding-start);display:-ms-flexbox;display:flex;position:relative;-ms-flex:1;flex:1;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-item-align:stretch;align-self:stretch;min-height:inherit;border-width:var(--inner-border-width);border-style:var(--border-style);border-color:var(--border-color);-webkit-box-shadow:var(--inner-box-shadow);box-shadow:var(--inner-box-shadow);overflow:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}:host-context([dir=rtl]) .item-inner{padding-right:var(--inner-padding-start);padding-left:calc(var(--ion-safe-area-left, 0px) + var(--inner-padding-end))}[dir=rtl] .item-inner{padding-right:var(--inner-padding-start);padding-left:calc(var(--ion-safe-area-left, 0px) + var(--inner-padding-end))}@supports selector(:dir(rtl)){.item-inner:dir(rtl){padding-right:var(--inner-padding-start);padding-left:calc(var(--ion-safe-area-left, 0px) + var(--inner-padding-end))}}.item-detail-icon{-webkit-margin-start:calc(var(--inner-padding-end) / 2);margin-inline-start:calc(var(--inner-padding-end) / 2);-webkit-margin-end:-6px;margin-inline-end:-6px;color:var(--detail-icon-color);font-size:var(--detail-icon-font-size);opacity:var(--detail-icon-opacity)}::slotted(ion-icon){font-size:1.6em}::slotted(ion-button){--margin-top:0;--margin-bottom:0;--margin-start:0;--margin-end:0;z-index:1}::slotted(ion-label:not([slot=end])){-ms-flex:1;flex:1;width:-webkit-min-content;width:-moz-min-content;width:min-content;max-width:100%}:host(.item-input){-ms-flex-align:center;align-items:center}.input-wrapper{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-item-align:stretch;align-self:stretch;text-overflow:ellipsis;overflow:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}:host(.item-label-stacked),:host(.item-label-floating){-ms-flex-align:start;align-items:start}:host(.item-label-stacked) .input-wrapper,:host(.item-label-floating) .input-wrapper{-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column}:host(.item-multiple-inputs) ::slotted(ion-checkbox),:host(.item-multiple-inputs) ::slotted(ion-datetime),:host(.item-multiple-inputs) ::slotted(ion-radio){position:relative}:host(.item-textarea){-ms-flex-align:stretch;align-items:stretch}::slotted(ion-reorder[slot]){margin-top:0;margin-bottom:0}ion-ripple-effect{color:var(--ripple-color)}:host{--min-height:44px;--transition:background-color 200ms linear, opacity 200ms linear;--padding-start:16px;--inner-padding-end:16px;--inner-border-width:0px 0px 0.55px 0px;--background:var(--ion-item-background, var(--ion-background-color, #fff));--background-activated:var(--ion-text-color, #000);--background-focused:var(--ion-text-color, #000);--background-hover:currentColor;--background-activated-opacity:.12;--background-focused-opacity:.15;--background-hover-opacity:.04;--border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, var(--ion-background-color-step-250, #c8c7cc))));--color:var(--ion-item-color, var(--ion-text-color, #000));font-size:1rem}:host(.ion-activated){--transition:none}:host(.ion-color.ion-focused) .item-native::after{background:#000;opacity:0.15}:host(.ion-color.ion-activated) .item-native::after{background:#000;opacity:0.12}:host(.item-lines-full){--border-width:0px 0px 0.55px 0px}:host(.item-lines-inset){--inner-border-width:0px 0px 0.55px 0px}:host(.item-lines-inset),:host(.item-lines-none){--border-width:0px}:host(.item-lines-full),:host(.item-lines-none){--inner-border-width:0px}::slotted([slot=start]){-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:2px;margin-bottom:2px}::slotted(ion-icon[slot=start]),::slotted(ion-icon[slot=end]){margin-top:7px;margin-bottom:7px}::slotted(ion-toggle[slot=start]),::slotted(ion-toggle[slot=end]){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}:host(.item-label-stacked) ::slotted([slot=end]),:host(.item-label-floating) ::slotted([slot=end]){margin-top:7px;margin-bottom:7px}::slotted(.button-small){--padding-top:1px;--padding-bottom:1px;--padding-start:.5em;--padding-end:.5em;min-height:24px;font-size:0.8125rem}::slotted(ion-avatar){width:36px;height:36px}::slotted(ion-thumbnail){--size:56px}::slotted(ion-avatar[slot=end]),::slotted(ion-thumbnail[slot=end]){-webkit-margin-start:8px;margin-inline-start:8px;-webkit-margin-end:8px;margin-inline-end:8px;margin-top:8px;margin-bottom:8px}:host(.item-radio) ::slotted(ion-label),:host(.item-toggle) ::slotted(ion-label){-webkit-margin-start:0px;margin-inline-start:0px}::slotted(ion-label){-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:8px;margin-inline-end:8px;margin-top:10px;margin-bottom:10px}:host(.item-label-floating),:host(.item-label-stacked){--min-height:68px}";
11
11
  const IonItemIosStyle0 = itemIosCss;
@@ -200,7 +200,7 @@ const Item = class {
200
200
  * However, other form controls such as checkboxes and radios do.
201
201
  */
202
202
  const firstInteractiveNeedsPointerCursor = firstInteractive !== undefined && !['ION-INPUT', 'ION-TEXTAREA'].includes(firstInteractive.tagName);
203
- return (h(Host, { key: '6fe6bae954259703482f175312a051ff1b315a95', "aria-disabled": ariaDisabled, class: Object.assign(Object.assign(Object.assign({}, childStyles), labelColorStyles), createColorClasses(this.color, {
203
+ return (h(Host, { key: 'f7986b5b81c4f289460bff2c452ce993b674236b', "aria-disabled": ariaDisabled, class: Object.assign(Object.assign(Object.assign({}, childStyles), labelColorStyles), createColorClasses(this.color, {
204
204
  item: true,
205
205
  [mode]: true,
206
206
  'item-lines-default': lines === undefined,
@@ -212,7 +212,7 @@ const Item = class {
212
212
  'ion-activatable': canActivate,
213
213
  'ion-focusable': this.focusable,
214
214
  'item-rtl': document.dir === 'rtl',
215
- })), role: inList ? 'listitem' : null }, h(TagType, Object.assign({ key: 'fcfcffacb7d4e52f9458724332efa93d140cf637' }, attrs, inheritedAriaAttributes, { class: "item-native", part: "native", disabled: disabled }, clickFn), h("slot", { key: '2c1be89990d1b4264f056f3afca2657dc25e868f', name: "start" }), h("div", { key: 'a12010f2f251c29870806050357e247f297f752d', class: "item-inner" }, h("div", { key: 'd0dc5901d634d3b7d8c9b4339ed02585b5b88828', class: "input-wrapper" }, h("slot", { key: '5589d491f6058858310c72971de50ddf441379b1' })), h("slot", { key: '7b2d2182336abef508d00882759df1a99a1cf93e', name: "end" }), showDetail && (h("ion-icon", { key: 'f93f7e7166413f1f2691430dcda83ecf858f7e1f', icon: detailIcon, lazy: false, class: "item-detail-icon", part: "detail-icon", "aria-hidden": "true", "flip-rtl": detailIcon === chevronForward }))), canActivate && mode === 'md' && h("ion-ripple-effect", { key: '3d13ce7623813d650ada97974b29a2e94e2405b1' }))));
215
+ })), role: inList ? 'listitem' : null }, h(TagType, Object.assign({ key: 'cfafac67cdb532e4bce2dd4989e1936c013396ba' }, attrs, inheritedAriaAttributes, { class: "item-native", part: "native", disabled: disabled }, clickFn), h("slot", { key: '68a5b8e978eed62d7d913ca006bd4bd01497cd32', name: "start" }), h("div", { key: '5b052cc338b00e8d40ab77cac7a139448f9b6452', class: "item-inner" }, h("div", { key: '7548addbe881a41ee32fd51627db230b56510760', class: "input-wrapper" }, h("slot", { key: 'b6f4edd5895b9f91bf060edb35666b0e7ea26ccc' })), h("slot", { key: 'b595e7fb96461ea2e356dbad6529531ca19705db', name: "end" }), showDetail && (h("ion-icon", { key: '091aa449464d530c921bd7de79bdc16fbdc14a70', icon: detailIcon, lazy: false, class: "item-detail-icon", part: "detail-icon", "aria-hidden": "true", "flip-rtl": detailIcon === chevronForward }))), canActivate && mode === 'md' && h("ion-ripple-effect", { key: 'a4454f5ad15a67d5e41173d0227b77cd69776a18' }))));
216
216
  }
217
217
  get el() { return getElement(this); }
218
218
  static get watchers() { return {
@@ -1,16 +1,16 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, d as createEvent, h, f as Host, i as getElement } from './index-8d8c14b0.js';
4
+ import { r as registerInstance, d as createEvent, h, f as Host, i as getElement } from './index-7a952e7a.js';
5
5
  import { E as ENABLE_HTML_CONTENT_DEFAULT, a as sanitizeDOMString } from './config-49c88215.js';
6
6
  import { r as raf } from './helpers-da915de8.js';
7
7
  import { c as createLockController } from './lock-controller-316928be.js';
8
- import { d as createDelegateController, e as createTriggerController, B as BACKDROP, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod } from './overlays-e8e5bd06.js';
8
+ import { d as createDelegateController, e as createTriggerController, B as BACKDROP, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod } from './overlays-e1bad9cd.js';
9
9
  import { g as getClassMap } from './theme-01f3f29c.js';
10
- import { c as config, b as getIonMode } from './ionic-global-8180d812.js';
10
+ import { c as config, b as getIonMode } from './ionic-global-81a1064f.js';
11
11
  import { c as createAnimation } from './animation-eab5a4ca.js';
12
12
  import './index-a5d50daf.js';
13
- import './hardware-back-button-63852d15.js';
13
+ import './hardware-back-button-2e99752e.js';
14
14
  import './framework-delegate-63d1a679.js';
15
15
  import './gesture-controller-314a54f6.js';
16
16
  import './index-9b0d46f4.js';
@@ -165,11 +165,14 @@ const Loading = class {
165
165
  this.triggerChanged();
166
166
  }
167
167
  componentWillLoad() {
168
+ var _a;
168
169
  if (this.spinner === undefined) {
169
170
  const mode = getIonMode(this);
170
171
  this.spinner = config.get('loadingSpinner', config.get('spinner', mode === 'ios' ? 'lines' : 'crescent'));
171
172
  }
172
- setOverlayId(this.el);
173
+ if (!((_a = this.htmlAttributes) === null || _a === void 0 ? void 0 : _a.id)) {
174
+ setOverlayId(this.el);
175
+ }
173
176
  }
174
177
  componentDidLoad() {
175
178
  /**
@@ -258,9 +261,9 @@ const Loading = class {
258
261
  * Otherwise, don't set aria-labelledby.
259
262
  */
260
263
  const ariaLabelledBy = message !== undefined ? msgId : null;
261
- return (h(Host, Object.assign({ key: '4610b316b10a4df3416d0e83062935f3079baff2', role: "dialog", "aria-modal": "true", "aria-labelledby": ariaLabelledBy, tabindex: "-1" }, htmlAttributes, { style: {
264
+ return (h(Host, Object.assign({ key: 'fb3d2cd7cd0539ed6540d8be50e243c7916b3ca2', role: "dialog", "aria-modal": "true", "aria-labelledby": ariaLabelledBy, tabindex: "-1" }, htmlAttributes, { style: {
262
265
  zIndex: `${40000 + this.overlayIndex}`,
263
- }, onIonBackdropTap: this.onBackdropTap, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'loading-translucent': this.translucent }) }), h("ion-backdrop", { key: 'd07d0759ed13093c4c4fe06be442dde4bd9c2c31', visible: this.showBackdrop, tappable: this.backdropDismiss }), h("div", { key: 'ed3ec8b48f049b592fbea9767cc3d448dc037938', tabindex: "0" }), h("div", { key: 'c515f3badf149d83c1d67374ef3507415fe51422', class: "loading-wrapper ion-overlay-wrapper" }, spinner && (h("div", { key: '265d1673c2deb751aeca285f5a18863bb629ca5e', class: "loading-spinner" }, h("ion-spinner", { key: '155bf7c92f6d7afd8edbb39f2b47ad05b7d503f1', name: spinner, "aria-hidden": "true" }))), message !== undefined && this.renderLoadingMessage(msgId)), h("div", { key: 'b0e21df5cf54f9b48a218a03543d8c86f5406522', tabindex: "0" })));
266
+ }, onIonBackdropTap: this.onBackdropTap, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'loading-translucent': this.translucent }) }), h("ion-backdrop", { key: 'c8bd30782f3040b1b80e88aa924861e439d40754', visible: this.showBackdrop, tappable: this.backdropDismiss }), h("div", { key: '4ebfbb67c92e8eb56c27dd7c199b35bf6be1cf63', tabindex: "0" }), h("div", { key: '9492723cd87f1ef75534e449d4bc2b2deb0cb3cc', class: "loading-wrapper ion-overlay-wrapper" }, spinner && (h("div", { key: 'd9eb42454e48c82704d974a68b80ceb4de990417', class: "loading-spinner" }, h("ion-spinner", { key: 'cdb046bad89872f4208ae466979315652766bf3a', name: spinner, "aria-hidden": "true" }))), message !== undefined && this.renderLoadingMessage(msgId)), h("div", { key: '412d1bb537dafa6e6863d07ddc15f5969fe0617d', tabindex: "0" })));
264
267
  }
265
268
  get el() { return getElement(this); }
266
269
  static get watchers() { return {