voyager-ionic-core 8.5.1 → 8.5.3

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 (333) hide show
  1. package/components/checkbox.js +18 -6
  2. package/components/helpers.js +1 -11
  3. package/components/index9.js +1 -1
  4. package/components/ion-datetime.js +5 -5
  5. package/components/ion-range.js +21 -5
  6. package/components/ion-segment-button.js +20 -51
  7. package/components/ion-segment-content.js +1 -1
  8. package/components/overlays.js +3 -2
  9. package/components/picker.js +54 -77
  10. package/dist/cjs/{framework-delegate-11b0ba2f.js → framework-delegate-50a86d56.js} +1 -1
  11. package/dist/cjs/{helpers-d0dfbb50.js → helpers-3a248559.js} +0 -11
  12. package/dist/cjs/{index-fd6383b6.js → index-4b70187a.js} +1 -1
  13. package/dist/cjs/{index-9b945a2d.js → index-509ca0d3.js} +1 -1
  14. package/dist/cjs/{index-363fe6b2.js → index-e36bd277.js} +1 -1
  15. package/dist/cjs/{index-f68a486a.js → index-e630fd95.js} +3 -3
  16. package/dist/cjs/index.cjs.js +7 -7
  17. package/dist/cjs/{input-shims-2d27a5be.js → input-shims-22a9973f.js} +2 -2
  18. package/dist/cjs/{input.utils-2f642324.js → input.utils-e82b8ed0.js} +1 -1
  19. package/dist/cjs/ion-accordion_2.cjs.entry.js +1 -1
  20. package/dist/cjs/ion-action-sheet.cjs.entry.js +3 -3
  21. package/dist/cjs/ion-alert.cjs.entry.js +3 -3
  22. package/dist/cjs/ion-app_8.cjs.entry.js +8 -8
  23. package/dist/cjs/ion-back-button.cjs.entry.js +1 -1
  24. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +1 -1
  25. package/dist/cjs/ion-button_2.cjs.entry.js +1 -1
  26. package/dist/cjs/ion-card_5.cjs.entry.js +1 -1
  27. package/dist/cjs/ion-checkbox.cjs.entry.js +19 -7
  28. package/dist/cjs/ion-datetime-button.cjs.entry.js +1 -1
  29. package/dist/cjs/ion-datetime_3.cjs.entry.js +8 -8
  30. package/dist/cjs/ion-fab_3.cjs.entry.js +1 -1
  31. package/dist/cjs/ion-img.cjs.entry.js +1 -1
  32. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +2 -2
  33. package/dist/cjs/ion-input.cjs.entry.js +3 -3
  34. package/dist/cjs/ion-item-option_3.cjs.entry.js +2 -2
  35. package/dist/cjs/ion-item_8.cjs.entry.js +1 -1
  36. package/dist/cjs/ion-loading.cjs.entry.js +3 -3
  37. package/dist/cjs/ion-menu_3.cjs.entry.js +4 -4
  38. package/dist/cjs/ion-modal.cjs.entry.js +5 -5
  39. package/dist/cjs/ion-nav_2.cjs.entry.js +4 -4
  40. package/dist/cjs/ion-picker-column-option.cjs.entry.js +1 -1
  41. package/dist/cjs/ion-picker-column.cjs.entry.js +1 -1
  42. package/dist/cjs/ion-picker.cjs.entry.js +55 -78
  43. package/dist/cjs/ion-popover.cjs.entry.js +4 -4
  44. package/dist/cjs/ion-progress-bar.cjs.entry.js +1 -1
  45. package/dist/cjs/ion-radio_2.cjs.entry.js +1 -1
  46. package/dist/cjs/ion-range.cjs.entry.js +23 -7
  47. package/dist/cjs/ion-refresher_2.cjs.entry.js +2 -2
  48. package/dist/cjs/ion-reorder_2.cjs.entry.js +2 -2
  49. package/dist/cjs/ion-route_4.cjs.entry.js +1 -1
  50. package/dist/cjs/ion-searchbar.cjs.entry.js +1 -1
  51. package/dist/cjs/ion-segment-content.cjs.entry.js +1 -1
  52. package/dist/cjs/ion-segment_2.cjs.entry.js +20 -51
  53. package/dist/cjs/ion-select-modal.cjs.entry.js +3 -3
  54. package/dist/cjs/ion-select_3.cjs.entry.js +4 -4
  55. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +1 -1
  56. package/dist/cjs/ion-tab_2.cjs.entry.js +2 -2
  57. package/dist/cjs/ion-textarea.cjs.entry.js +3 -3
  58. package/dist/cjs/ion-toast.cjs.entry.js +3 -3
  59. package/dist/cjs/ion-toggle.cjs.entry.js +1 -1
  60. package/dist/cjs/{ios.transition-f970164c.js → ios.transition-ae7afca9.js} +2 -2
  61. package/dist/cjs/{md.transition-aa8820dd.js → md.transition-26003e25.js} +2 -2
  62. package/dist/cjs/{notch-controller-58d2e557.js → notch-controller-ae03a497.js} +1 -1
  63. package/dist/cjs/{overlays-737576a2.js → overlays-32e1b66b.js} +5 -4
  64. package/dist/cjs/{status-tap-08d1ac81.js → status-tap-03023755.js} +2 -2
  65. package/dist/cjs/{swipe-back-5c0003bd.js → swipe-back-652bdd0b.js} +1 -1
  66. package/dist/collection/components/checkbox/checkbox.ios.css +5 -16
  67. package/dist/collection/components/checkbox/checkbox.js +16 -4
  68. package/dist/collection/components/checkbox/checkbox.md.css +5 -16
  69. package/dist/collection/components/datetime/datetime.js +5 -5
  70. package/dist/collection/components/picker/picker.js +54 -77
  71. package/dist/collection/components/range/range.js +21 -5
  72. package/dist/collection/components/segment-button/segment-button.js +20 -51
  73. package/dist/collection/components/segment-content/segment-content.css +9 -0
  74. package/dist/collection/utils/helpers.js +0 -10
  75. package/dist/collection/utils/overlays.js +3 -2
  76. package/dist/docs.json +1 -1
  77. package/dist/esm/{framework-delegate-c7d92b77.js → framework-delegate-2eea1763.js} +1 -1
  78. package/dist/esm/{helpers-e48b0397.js → helpers-78efeec3.js} +1 -11
  79. package/dist/esm/{index-8222b29f.js → index-40894f4b.js} +1 -1
  80. package/dist/esm/{index-933ca126.js → index-e919e353.js} +1 -1
  81. package/dist/esm/{index-a313df53.js → index-ecb55b8d.js} +3 -3
  82. package/dist/esm/{index-c63afbe6.js → index-f9f5d018.js} +1 -1
  83. package/dist/esm/index.js +7 -7
  84. package/dist/esm/{input-shims-3070628a.js → input-shims-7dc1f6dc.js} +2 -2
  85. package/dist/esm/{input.utils-926c04a8.js → input.utils-28bf4ef0.js} +1 -1
  86. package/dist/esm/ion-accordion_2.entry.js +1 -1
  87. package/dist/esm/ion-action-sheet.entry.js +3 -3
  88. package/dist/esm/ion-alert.entry.js +3 -3
  89. package/dist/esm/ion-app_8.entry.js +8 -8
  90. package/dist/esm/ion-back-button.entry.js +1 -1
  91. package/dist/esm/ion-breadcrumb_2.entry.js +1 -1
  92. package/dist/esm/ion-button_2.entry.js +1 -1
  93. package/dist/esm/ion-card_5.entry.js +1 -1
  94. package/dist/esm/ion-checkbox.entry.js +19 -7
  95. package/dist/esm/ion-datetime-button.entry.js +1 -1
  96. package/dist/esm/ion-datetime_3.entry.js +8 -8
  97. package/dist/esm/ion-fab_3.entry.js +1 -1
  98. package/dist/esm/ion-img.entry.js +1 -1
  99. package/dist/esm/ion-infinite-scroll_2.entry.js +2 -2
  100. package/dist/esm/ion-input.entry.js +3 -3
  101. package/dist/esm/ion-item-option_3.entry.js +2 -2
  102. package/dist/esm/ion-item_8.entry.js +1 -1
  103. package/dist/esm/ion-loading.entry.js +3 -3
  104. package/dist/esm/ion-menu_3.entry.js +4 -4
  105. package/dist/esm/ion-modal.entry.js +5 -5
  106. package/dist/esm/ion-nav_2.entry.js +4 -4
  107. package/dist/esm/ion-picker-column-option.entry.js +1 -1
  108. package/dist/esm/ion-picker-column.entry.js +1 -1
  109. package/dist/esm/ion-picker.entry.js +55 -78
  110. package/dist/esm/ion-popover.entry.js +4 -4
  111. package/dist/esm/ion-progress-bar.entry.js +1 -1
  112. package/dist/esm/ion-radio_2.entry.js +1 -1
  113. package/dist/esm/ion-range.entry.js +23 -7
  114. package/dist/esm/ion-refresher_2.entry.js +2 -2
  115. package/dist/esm/ion-reorder_2.entry.js +2 -2
  116. package/dist/esm/ion-route_4.entry.js +1 -1
  117. package/dist/esm/ion-searchbar.entry.js +1 -1
  118. package/dist/esm/ion-segment-content.entry.js +1 -1
  119. package/dist/esm/ion-segment_2.entry.js +20 -51
  120. package/dist/esm/ion-select-modal.entry.js +3 -3
  121. package/dist/esm/ion-select_3.entry.js +4 -4
  122. package/dist/esm/ion-tab-bar_2.entry.js +1 -1
  123. package/dist/esm/ion-tab_2.entry.js +2 -2
  124. package/dist/esm/ion-textarea.entry.js +3 -3
  125. package/dist/esm/ion-toast.entry.js +3 -3
  126. package/dist/esm/ion-toggle.entry.js +1 -1
  127. package/dist/esm/{ios.transition-5fe4d6c8.js → ios.transition-7fe5dbea.js} +2 -2
  128. package/dist/esm/{md.transition-3d0d3730.js → md.transition-8dc58b46.js} +2 -2
  129. package/dist/esm/{notch-controller-381a5334.js → notch-controller-00d92e89.js} +1 -1
  130. package/dist/esm/{overlays-7579a420.js → overlays-41a5d51b.js} +5 -4
  131. package/dist/esm/{status-tap-6367b913.js → status-tap-f6d08e9e.js} +2 -2
  132. package/dist/esm/{swipe-back-326faa1c.js → swipe-back-5c7708b8.js} +1 -1
  133. package/dist/esm-es5/{framework-delegate-c7d92b77.js → framework-delegate-2eea1763.js} +1 -1
  134. package/dist/esm-es5/helpers-78efeec3.js +4 -0
  135. package/dist/esm-es5/{index-8222b29f.js → index-40894f4b.js} +1 -1
  136. package/dist/esm-es5/{index-933ca126.js → index-e919e353.js} +1 -1
  137. package/dist/esm-es5/index-ecb55b8d.js +4 -0
  138. package/dist/esm-es5/{index-c63afbe6.js → index-f9f5d018.js} +1 -1
  139. package/dist/esm-es5/index.js +1 -1
  140. package/dist/esm-es5/{input-shims-3070628a.js → input-shims-7dc1f6dc.js} +1 -1
  141. package/dist/esm-es5/{input.utils-926c04a8.js → input.utils-28bf4ef0.js} +1 -1
  142. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  143. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  144. package/dist/esm-es5/ion-alert.entry.js +1 -1
  145. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  146. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  147. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  148. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  149. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  150. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  151. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  152. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  153. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  154. package/dist/esm-es5/ion-img.entry.js +1 -1
  155. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  156. package/dist/esm-es5/ion-input.entry.js +1 -1
  157. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  158. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  159. package/dist/esm-es5/ion-loading.entry.js +1 -1
  160. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  161. package/dist/esm-es5/ion-modal.entry.js +1 -1
  162. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  163. package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
  164. package/dist/esm-es5/ion-picker-column.entry.js +1 -1
  165. package/dist/esm-es5/ion-picker.entry.js +1 -1
  166. package/dist/esm-es5/ion-popover.entry.js +1 -1
  167. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  168. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  169. package/dist/esm-es5/ion-range.entry.js +1 -1
  170. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  171. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  172. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  173. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  174. package/dist/esm-es5/ion-segment-content.entry.js +1 -1
  175. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  176. package/dist/esm-es5/ion-select-modal.entry.js +1 -1
  177. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  178. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  179. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  180. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  181. package/dist/esm-es5/ion-toast.entry.js +1 -1
  182. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  183. package/dist/esm-es5/{ios.transition-5fe4d6c8.js → ios.transition-7fe5dbea.js} +1 -1
  184. package/dist/esm-es5/md.transition-8dc58b46.js +4 -0
  185. package/dist/esm-es5/{notch-controller-381a5334.js → notch-controller-00d92e89.js} +1 -1
  186. package/dist/esm-es5/{overlays-7579a420.js → overlays-41a5d51b.js} +1 -1
  187. package/dist/esm-es5/{status-tap-6367b913.js → status-tap-f6d08e9e.js} +1 -1
  188. package/dist/esm-es5/swipe-back-5c7708b8.js +4 -0
  189. package/dist/ionic/index.esm.js +1 -1
  190. package/dist/ionic/ionic.esm.js +1 -1
  191. package/dist/ionic/{p-b0e53bc7.entry.js → p-0186a592.entry.js} +1 -1
  192. package/dist/ionic/p-027a48f1.entry.js +4 -0
  193. package/dist/ionic/{p-ceaea4ce.js → p-058b7f35.js} +1 -1
  194. package/dist/ionic/{p-c25c0ba4.entry.js → p-05b65d7a.entry.js} +1 -1
  195. package/dist/ionic/{p-d7032956.system.js → p-09d185ff.system.js} +1 -1
  196. package/dist/ionic/{p-bbc6db8c.entry.js → p-0a456b7f.entry.js} +1 -1
  197. package/dist/ionic/{p-472c7e08.system.entry.js → p-0d1be7c9.system.entry.js} +1 -1
  198. package/dist/ionic/{p-e0c43e11.system.entry.js → p-14114a59.system.entry.js} +1 -1
  199. package/dist/ionic/{p-3e86b4fa.system.js → p-15bb1dde.system.js} +1 -1
  200. package/dist/ionic/{p-a9f2c0a7.entry.js → p-180b4f9a.entry.js} +1 -1
  201. package/dist/ionic/{p-42f6e75c.entry.js → p-1b0b2210.entry.js} +1 -1
  202. package/dist/ionic/{p-8fc426e2.entry.js → p-1c8b3ac9.entry.js} +1 -1
  203. package/dist/ionic/{p-0c9b8240.system.entry.js → p-1de5dfcd.system.entry.js} +1 -1
  204. package/dist/ionic/p-2567237c.entry.js +4 -0
  205. package/dist/ionic/{p-4493c1ac.entry.js → p-29da3dcd.entry.js} +1 -1
  206. package/dist/ionic/p-2a2c6bf4.system.entry.js +4 -0
  207. package/dist/ionic/{p-c5b5f44a.entry.js → p-3281aab3.entry.js} +1 -1
  208. package/dist/ionic/{p-7f39653f.entry.js → p-33518a04.entry.js} +1 -1
  209. package/dist/ionic/p-33cf8185.system.js +4 -0
  210. package/dist/ionic/{p-1f837356.entry.js → p-383a6058.entry.js} +1 -1
  211. package/dist/ionic/{p-44e168f3.system.js → p-3855fef7.system.js} +2 -2
  212. package/dist/ionic/{p-b2296998.system.entry.js → p-38eaf9cf.system.entry.js} +1 -1
  213. package/dist/ionic/{p-3bd5fedc.system.js → p-3ba2a2cd.system.js} +1 -1
  214. package/dist/ionic/{p-7ff4f502.entry.js → p-41e70fa2.entry.js} +1 -1
  215. package/dist/ionic/{p-d37fdc68.system.entry.js → p-44fde7d5.system.entry.js} +1 -1
  216. package/dist/ionic/{p-4c44d04c.js → p-44ff75ea.js} +1 -1
  217. package/dist/ionic/{p-297d6806.system.js → p-455cd7cc.system.js} +1 -1
  218. package/dist/ionic/{p-c8331397.system.entry.js → p-4662a25c.system.entry.js} +1 -1
  219. package/dist/ionic/{p-2fa5a4b1.entry.js → p-48ded460.entry.js} +1 -1
  220. package/dist/ionic/{p-9df36075.system.entry.js → p-49d53551.system.entry.js} +1 -1
  221. package/dist/ionic/p-4b07c60a.system.js +4 -0
  222. package/dist/ionic/{p-1a9613bf.system.entry.js → p-4c7e6fec.system.entry.js} +1 -1
  223. package/dist/ionic/{p-1164ff6b.system.entry.js → p-4ea4c73a.system.entry.js} +1 -1
  224. package/dist/ionic/{p-2ab4a324.system.entry.js → p-4eeca839.system.entry.js} +1 -1
  225. package/dist/ionic/{p-5f4ff20a.entry.js → p-50e0ce13.entry.js} +1 -1
  226. package/dist/ionic/{p-def7a8bd.system.entry.js → p-51479be0.system.entry.js} +1 -1
  227. package/dist/ionic/{p-67163d4a.entry.js → p-552d9d62.entry.js} +1 -1
  228. package/dist/ionic/{p-4470f87b.system.entry.js → p-5578033e.system.entry.js} +1 -1
  229. package/dist/ionic/p-5fb1321f.entry.js +4 -0
  230. package/dist/ionic/p-61373098.js +4 -0
  231. package/dist/ionic/{p-023e8017.system.entry.js → p-6155027f.system.entry.js} +1 -1
  232. package/dist/ionic/{p-e00b72ce.js → p-624ecf03.js} +1 -1
  233. package/dist/ionic/{p-060e4551.js → p-64d8ac48.js} +1 -1
  234. package/dist/ionic/{p-b85d199c.entry.js → p-657ada6a.entry.js} +1 -1
  235. package/dist/ionic/{p-491de063.system.entry.js → p-65943bec.system.entry.js} +1 -1
  236. package/dist/ionic/{p-54893ae3.entry.js → p-65e732b9.entry.js} +1 -1
  237. package/dist/ionic/{p-a587b2ae.system.js → p-6c044a1d.system.js} +1 -1
  238. package/dist/ionic/{p-e0c0218f.system.entry.js → p-7058a5e4.system.entry.js} +1 -1
  239. package/dist/ionic/p-707408c5.system.entry.js +4 -0
  240. package/dist/ionic/{p-a63b345e.system.entry.js → p-70abb1f2.system.entry.js} +1 -1
  241. package/dist/ionic/{p-e0a05506.js → p-756e4559.js} +1 -1
  242. package/dist/ionic/p-772d1657.system.js +4 -0
  243. package/dist/ionic/{p-606887b7.system.entry.js → p-7b886108.system.entry.js} +1 -1
  244. package/dist/ionic/p-7c9daa6f.entry.js +4 -0
  245. package/dist/ionic/{p-0be8a0b5.entry.js → p-7f49a9c4.entry.js} +1 -1
  246. package/dist/ionic/{p-4888cb66.system.entry.js → p-8048804d.system.entry.js} +1 -1
  247. package/dist/ionic/{p-b9eb1465.system.entry.js → p-843ac05d.system.entry.js} +1 -1
  248. package/dist/ionic/{p-13886789.entry.js → p-87b0d2c9.entry.js} +1 -1
  249. package/dist/ionic/{p-ff4a1ba0.system.entry.js → p-8b22be32.system.entry.js} +1 -1
  250. package/dist/ionic/{p-f02e9382.system.entry.js → p-8cf6f383.system.entry.js} +1 -1
  251. package/dist/ionic/{p-1d98a7f1.entry.js → p-8d98e2bb.entry.js} +1 -1
  252. package/dist/ionic/{p-2b59470f.system.entry.js → p-9263275e.system.entry.js} +1 -1
  253. package/dist/ionic/p-96eec056.entry.js +4 -0
  254. package/dist/ionic/{p-042d5353.system.js → p-978bdf4c.system.js} +1 -1
  255. package/dist/ionic/p-9870728f.js +4 -0
  256. package/dist/ionic/{p-b055d618.entry.js → p-99803283.entry.js} +1 -1
  257. package/dist/ionic/{p-9a2ff5ea.system.js → p-9e45532a.system.js} +1 -1
  258. package/dist/ionic/{p-3be7cdeb.system.entry.js → p-a26d7667.system.entry.js} +1 -1
  259. package/dist/ionic/{p-24ae7b33.system.js → p-a3c931ad.system.js} +1 -1
  260. package/dist/ionic/{p-e5c27d9f.system.entry.js → p-a75a9e5a.system.entry.js} +1 -1
  261. package/dist/ionic/{p-ace2d2be.entry.js → p-a7830ff8.entry.js} +1 -1
  262. package/dist/ionic/{p-888d383b.system.entry.js → p-a9198501.system.entry.js} +1 -1
  263. package/dist/ionic/{p-524ad57e.system.entry.js → p-ac09b6e9.system.entry.js} +1 -1
  264. package/dist/ionic/{p-ada878ce.entry.js → p-b1673667.entry.js} +1 -1
  265. package/dist/ionic/{p-c6a20407.system.entry.js → p-b1f9fbe8.system.entry.js} +1 -1
  266. package/dist/ionic/{p-838cc359.entry.js → p-b87a9f1d.entry.js} +1 -1
  267. package/dist/ionic/{p-e5708e5d.system.entry.js → p-b8a461f5.system.entry.js} +1 -1
  268. package/dist/ionic/{p-f554845e.js → p-b9fa7882.js} +1 -1
  269. package/dist/ionic/p-bf64af90.system.js +1 -1
  270. package/dist/ionic/{p-daf1e8ec.system.entry.js → p-c27c57ea.system.entry.js} +1 -1
  271. package/dist/ionic/{p-e7309bfa.js → p-c3f9d9fe.js} +1 -1
  272. package/dist/ionic/{p-49cb79a1.system.entry.js → p-c53c414d.system.entry.js} +1 -1
  273. package/dist/ionic/{p-b9f2e353.entry.js → p-ccb740ea.entry.js} +1 -1
  274. package/dist/ionic/{p-37a438ad.system.entry.js → p-cec54707.system.entry.js} +1 -1
  275. package/dist/ionic/{p-5f8cd560.entry.js → p-cf14f70d.entry.js} +1 -1
  276. package/dist/ionic/{p-efa0f3f5.entry.js → p-cfc08422.entry.js} +1 -1
  277. package/dist/ionic/{p-eec4b772.entry.js → p-cff4f96c.entry.js} +1 -1
  278. package/dist/ionic/{p-a6df5168.system.entry.js → p-d046659b.system.entry.js} +1 -1
  279. package/dist/ionic/p-d40f2b7a.js +4 -0
  280. package/dist/ionic/{p-6bb846d3.entry.js → p-d455de62.entry.js} +1 -1
  281. package/dist/ionic/{p-3479f51b.system.js → p-d70a9e6d.system.js} +1 -1
  282. package/dist/ionic/{p-4d0190ad.system.entry.js → p-d882f1e2.system.entry.js} +2 -2
  283. package/dist/ionic/{p-d8c9d5ac.system.entry.js → p-db3b409e.system.entry.js} +1 -1
  284. package/dist/ionic/{p-c8bf9ba7.entry.js → p-e11ff516.entry.js} +1 -1
  285. package/dist/ionic/{p-81474833.system.entry.js → p-e29c5aab.system.entry.js} +1 -1
  286. package/dist/ionic/{p-3af7b907.entry.js → p-e2ce5f8b.entry.js} +1 -1
  287. package/dist/ionic/p-e3012c2d.js +4 -0
  288. package/dist/ionic/p-e3284879.system.entry.js +4 -0
  289. package/dist/ionic/{p-6e24cf82.entry.js → p-e3e4eed7.entry.js} +1 -1
  290. package/dist/ionic/{p-50f38461.entry.js → p-e4d2c281.entry.js} +1 -1
  291. package/dist/ionic/p-e8245753.entry.js +4 -0
  292. package/dist/ionic/p-ece78e7b.js +4 -0
  293. package/dist/ionic/{p-51c363e7.system.js → p-ee86cfff.system.js} +1 -1
  294. package/dist/ionic/{p-6797c66e.system.js → p-f23124c4.system.js} +1 -1
  295. package/dist/ionic/{p-8deac7df.system.entry.js → p-f387b3c6.system.entry.js} +1 -1
  296. package/dist/ionic/p-f53ee2e7.js +4 -0
  297. package/dist/ionic/{p-f94b2f2f.system.entry.js → p-f5a04e5e.system.entry.js} +1 -1
  298. package/dist/ionic/p-f70fc14a.entry.js +4 -0
  299. package/dist/ionic/{p-b6174297.entry.js → p-f834322a.entry.js} +1 -1
  300. package/dist/ionic/{p-96450929.system.entry.js → p-f84f4d8e.system.entry.js} +1 -1
  301. package/dist/ionic/{p-0749768d.entry.js → p-fa70eaab.entry.js} +1 -1
  302. package/dist/ionic/{p-4c94580e.js → p-ffa3ba3c.js} +1 -1
  303. package/dist/types/components/checkbox/checkbox.d.ts +2 -0
  304. package/dist/types/components/picker/picker.d.ts +8 -0
  305. package/dist/types/components/range/range.d.ts +9 -1
  306. package/dist/types/components/segment-button/segment-button.d.ts +1 -2
  307. package/dist/types/utils/helpers.d.ts +0 -1
  308. package/hydrate/index.js +121 -156
  309. package/hydrate/index.mjs +121 -156
  310. package/package.json +2 -2
  311. package/dist/esm-es5/helpers-e48b0397.js +0 -4
  312. package/dist/esm-es5/index-a313df53.js +0 -4
  313. package/dist/esm-es5/md.transition-3d0d3730.js +0 -4
  314. package/dist/esm-es5/swipe-back-326faa1c.js +0 -4
  315. package/dist/ionic/p-094c82d7.entry.js +0 -4
  316. package/dist/ionic/p-143ff664.system.entry.js +0 -4
  317. package/dist/ionic/p-18f9b6d5.entry.js +0 -4
  318. package/dist/ionic/p-1d2844a5.system.entry.js +0 -4
  319. package/dist/ionic/p-2027221d.js +0 -4
  320. package/dist/ionic/p-294271c7.system.js +0 -4
  321. package/dist/ionic/p-2ee9a2c6.entry.js +0 -4
  322. package/dist/ionic/p-54e9620f.js +0 -4
  323. package/dist/ionic/p-58c482af.entry.js +0 -4
  324. package/dist/ionic/p-5eb6f582.system.js +0 -4
  325. package/dist/ionic/p-72e6a9c6.entry.js +0 -4
  326. package/dist/ionic/p-77991411.system.js +0 -4
  327. package/dist/ionic/p-85f6070f.entry.js +0 -4
  328. package/dist/ionic/p-9a5420dd.js +0 -4
  329. package/dist/ionic/p-9e51f822.js +0 -4
  330. package/dist/ionic/p-b9ea58ef.js +0 -4
  331. package/dist/ionic/p-c8402249.js +0 -4
  332. package/dist/ionic/p-ed768b77.entry.js +0 -4
  333. package/dist/ionic/p-eeee3990.system.entry.js +0 -4
@@ -330,16 +330,6 @@ const shallowEqualStringMap = (map1, map2) => {
330
330
  }
331
331
  return true;
332
332
  };
333
- const getNextSiblingOfType = (element) => {
334
- let sibling = element.nextSibling;
335
- while (sibling) {
336
- if (sibling.nodeType === Node.ELEMENT_NODE && sibling !== null) {
337
- return sibling;
338
- }
339
- sibling = sibling.nextSibling;
340
- }
341
- return null;
342
- };
343
333
  /**
344
334
  * Checks input for usable number. Not NaN and not Infinite.
345
335
  */
@@ -347,4 +337,4 @@ const isSafeNumber = (input) => {
347
337
  return typeof input === 'number' && !isNaN(input) && isFinite(input);
348
338
  };
349
339
 
350
- export { addEventListener as a, removeEventListener as b, componentOnReady as c, renderHiddenInput as d, debounceEvent as e, focusVisibleElement as f, getElementRoot as g, inheritAttributes as h, inheritAriaAttributes as i, clamp as j, hasLazyBuild as k, isSafeNumber as l, hasShadowDom as m, assert as n, getNextSiblingOfType as o, isEndSide as p, debounce as q, raf as r, shallowEqualStringMap as s, transitionEndAsync as t, pointerCoord as u };
340
+ export { addEventListener as a, removeEventListener as b, componentOnReady as c, renderHiddenInput as d, debounceEvent as e, focusVisibleElement as f, getElementRoot as g, inheritAttributes as h, inheritAriaAttributes as i, clamp as j, hasLazyBuild as k, isSafeNumber as l, hasShadowDom as m, assert as n, isEndSide as o, debounce as p, pointerCoord as q, raf as r, shallowEqualStringMap as s, transitionEndAsync as t };
@@ -2,7 +2,7 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { d as doc } from './index-a5d50daf.js';
5
- import { u as pointerCoord } from './helpers-e48b0397.js';
5
+ import { q as pointerCoord } from './helpers-78efeec3.js';
6
6
 
7
7
  const startTapClick = (config) => {
8
8
  if (doc === undefined) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { c as componentOnReady } from './helpers-e48b0397.js';
4
+ import { c as componentOnReady } from './helpers-78efeec3.js';
5
5
  import { b as printRequiredElementError } from './index-738d7504.js';
6
6
 
7
7
  const ION_CONTENT_TAG_NAME = 'ION-CONTENT';
@@ -4,7 +4,7 @@
4
4
  import { c as config } from './ionic-global-ca86cf32.js';
5
5
  import { w as writeTask, B as Build } from './index-527b9e34.js';
6
6
  import { p as printIonWarning } from './index-738d7504.js';
7
- import { r as raf } from './helpers-e48b0397.js';
7
+ import { r as raf } from './helpers-78efeec3.js';
8
8
 
9
9
  const LIFECYCLE_WILL_ENTER = 'ionViewWillEnter';
10
10
  const LIFECYCLE_DID_ENTER = 'ionViewDidEnter';
@@ -120,8 +120,8 @@ const createFocusController = () => {
120
120
  };
121
121
  const LAST_FOCUS = 'ion-last-focus';
122
122
 
123
- const iosTransitionAnimation = () => import('./ios.transition-5fe4d6c8.js');
124
- const mdTransitionAnimation = () => import('./md.transition-3d0d3730.js');
123
+ const iosTransitionAnimation = () => import('./ios.transition-7fe5dbea.js');
124
+ const mdTransitionAnimation = () => import('./md.transition-8dc58b46.js');
125
125
  const focusController = createFocusController();
126
126
  // TODO(FW-2832): types
127
127
  const transition = (opts) => {
@@ -4,7 +4,7 @@
4
4
  import { d as doc } from './index-a5d50daf.js';
5
5
  import { MENU_BACK_BUTTON_PRIORITY } from './hardware-back-button-864101a3.js';
6
6
  import { p as printIonWarning } from './index-738d7504.js';
7
- import { c as componentOnReady } from './helpers-e48b0397.js';
7
+ import { c as componentOnReady } from './helpers-78efeec3.js';
8
8
  import { b as getIonMode } from './ionic-global-ca86cf32.js';
9
9
  import { c as createAnimation } from './animation-eab5a4ca.js';
10
10
 
package/dist/esm/index.js CHANGED
@@ -2,23 +2,23 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  export { c as createAnimation } from './animation-eab5a4ca.js';
5
- export { a as LIFECYCLE_DID_ENTER, c as LIFECYCLE_DID_LEAVE, L as LIFECYCLE_WILL_ENTER, b as LIFECYCLE_WILL_LEAVE, d as LIFECYCLE_WILL_UNLOAD, g as getIonPageElement } from './index-a313df53.js';
6
- export { iosTransitionAnimation } from './ios.transition-5fe4d6c8.js';
7
- export { mdTransitionAnimation } from './md.transition-3d0d3730.js';
5
+ export { a as LIFECYCLE_DID_ENTER, c as LIFECYCLE_DID_LEAVE, L as LIFECYCLE_WILL_ENTER, b as LIFECYCLE_WILL_LEAVE, d as LIFECYCLE_WILL_UNLOAD, g as getIonPageElement } from './index-ecb55b8d.js';
6
+ export { iosTransitionAnimation } from './ios.transition-7fe5dbea.js';
7
+ export { mdTransitionAnimation } from './md.transition-8dc58b46.js';
8
8
  export { g as getTimeGivenProgression } from './cubic-bezier-fe2083dc.js';
9
9
  export { createGesture } from './index-39782642.js';
10
10
  export { g as getPlatforms, i as initialize, a as isPlatform } from './ionic-global-ca86cf32.js';
11
- export { c as componentOnReady } from './helpers-e48b0397.js';
11
+ export { c as componentOnReady } from './helpers-78efeec3.js';
12
12
  export { I as IonicSafeString, g as getMode, s as setupConfig } from './config-49c88215.js';
13
13
  export { o as openURL } from './theme-01f3f29c.js';
14
- export { m as menuController } from './index-c63afbe6.js';
15
- export { b as actionSheetController, a as alertController, l as loadingController, m as modalController, p as pickerController, c as popoverController, t as toastController } from './overlays-7579a420.js';
14
+ export { m as menuController } from './index-f9f5d018.js';
15
+ export { b as actionSheetController, a as alertController, l as loadingController, m as modalController, p as pickerController, c as popoverController, t as toastController } from './overlays-41a5d51b.js';
16
16
  import './index-a5d50daf.js';
17
17
  import './index-527b9e34.js';
18
18
  import './index-738d7504.js';
19
19
  import './gesture-controller-314a54f6.js';
20
20
  import './hardware-back-button-864101a3.js';
21
- import './framework-delegate-c7d92b77.js';
21
+ import './framework-delegate-2eea1763.js';
22
22
 
23
23
  const IonicSlides = (opts) => {
24
24
  const { swiper, extendParams } = opts;
@@ -2,8 +2,8 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { w as win, d as doc } from './index-a5d50daf.js';
5
- import { g as getScrollElement, c as scrollByPoint, f as findClosestIonContent } from './index-933ca126.js';
6
- import { a as addEventListener, b as removeEventListener, r as raf, c as componentOnReady } from './helpers-e48b0397.js';
5
+ import { g as getScrollElement, c as scrollByPoint, f as findClosestIonContent } from './index-e919e353.js';
6
+ import { a as addEventListener, b as removeEventListener, r as raf, c as componentOnReady } from './helpers-78efeec3.js';
7
7
  import { a as KeyboardResize, K as Keyboard } from './keyboard-73175e24.js';
8
8
  import './index-738d7504.js';
9
9
  import './ionic-global-ca86cf32.js';
@@ -2,7 +2,7 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { w as win } from './index-a5d50daf.js';
5
- import { r as raf } from './helpers-e48b0397.js';
5
+ import { r as raf } from './helpers-78efeec3.js';
6
6
  import { a as printIonError } from './index-738d7504.js';
7
7
 
8
8
  /**
@@ -2,7 +2,7 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { r as registerInstance, h, e as Host, f as getElement, c as createEvent } from './index-527b9e34.js';
5
- import { r as raf, t as transitionEndAsync, a as addEventListener, b as removeEventListener, g as getElementRoot } from './helpers-e48b0397.js';
5
+ import { r as raf, t as transitionEndAsync, a as addEventListener, b as removeEventListener, g as getElementRoot } from './helpers-78efeec3.js';
6
6
  import { l as chevronDown } from './index-e2cf2ceb.js';
7
7
  import { c as config, b as getIonMode } from './ionic-global-ca86cf32.js';
8
8
  import { p as printIonWarning } from './index-738d7504.js';
@@ -3,9 +3,9 @@
3
3
  */
4
4
  import { r as registerInstance, c as createEvent, d as readTask, h, e as Host, f as getElement } from './index-527b9e34.js';
5
5
  import { c as createButtonActiveGesture } from './button-active-90f1dbc4.js';
6
- import { r as raf } from './helpers-e48b0397.js';
6
+ import { r as raf } from './helpers-78efeec3.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-7579a420.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-41a5d51b.js';
9
9
  import { g as getClassMap } from './theme-01f3f29c.js';
10
10
  import { b as getIonMode } from './ionic-global-ca86cf32.js';
11
11
  import { c as createAnimation } from './animation-eab5a4ca.js';
@@ -15,7 +15,7 @@ import './index-a5d50daf.js';
15
15
  import './index-39782642.js';
16
16
  import './gesture-controller-314a54f6.js';
17
17
  import './hardware-back-button-864101a3.js';
18
- import './framework-delegate-c7d92b77.js';
18
+ import './framework-delegate-2eea1763.js';
19
19
  import './index-738d7504.js';
20
20
 
21
21
  /**
@@ -4,9 +4,9 @@
4
4
  import { r as registerInstance, c as createEvent, i as forceUpdate, h, e as Host, f as getElement } from './index-527b9e34.js';
5
5
  import { E as ENABLE_HTML_CONTENT_DEFAULT, a as sanitizeDOMString } from './config-49c88215.js';
6
6
  import { c as createButtonActiveGesture } from './button-active-90f1dbc4.js';
7
- import { r as raf } from './helpers-e48b0397.js';
7
+ import { r as raf } from './helpers-78efeec3.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-7579a420.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-41a5d51b.js';
10
10
  import { g as getClassMap } from './theme-01f3f29c.js';
11
11
  import { c as config, b as getIonMode } from './ionic-global-ca86cf32.js';
12
12
  import { c as createAnimation } from './animation-eab5a4ca.js';
@@ -16,7 +16,7 @@ import './index-a5d50daf.js';
16
16
  import './index-39782642.js';
17
17
  import './gesture-controller-314a54f6.js';
18
18
  import './hardware-back-button-864101a3.js';
19
- import './framework-delegate-c7d92b77.js';
19
+ import './framework-delegate-2eea1763.js';
20
20
  import './index-738d7504.js';
21
21
 
22
22
  /**
@@ -5,15 +5,15 @@ import { r as registerInstance, h, e as Host, f as getElement, c as createEvent,
5
5
  import { shouldUseCloseWatcher } from './hardware-back-button-864101a3.js';
6
6
  import { p as printIonWarning } from './index-738d7504.js';
7
7
  import { b as getIonMode, c as config, a as isPlatform } from './ionic-global-ca86cf32.js';
8
- import { i as inheritAriaAttributes, k as hasLazyBuild, c as componentOnReady, j as clamp, s as shallowEqualStringMap } from './helpers-e48b0397.js';
8
+ import { i as inheritAriaAttributes, k as hasLazyBuild, c as componentOnReady, j as clamp, s as shallowEqualStringMap } from './helpers-78efeec3.js';
9
9
  import { i as isRTL } from './dir-babeabeb.js';
10
10
  import { c as createColorClasses, h as hostContext } from './theme-01f3f29c.js';
11
- import { a as findIonContent, p as printIonContentErrorMsg, g as getScrollElement } from './index-933ca126.js';
11
+ import { a as findIonContent, p as printIonContentErrorMsg, g as getScrollElement } from './index-e919e353.js';
12
12
  import { c as createKeyboardController } from './keyboard-controller-ec5c2bfa.js';
13
13
  import { g as getTimeGivenProgression } from './cubic-bezier-fe2083dc.js';
14
- import { a as attachComponent, d as detachComponent } from './framework-delegate-c7d92b77.js';
14
+ import { a as attachComponent, d as detachComponent } from './framework-delegate-2eea1763.js';
15
15
  import { c as createLockController } from './lock-controller-316928be.js';
16
- import { t as transition } from './index-a313df53.js';
16
+ import { t as transition } from './index-ecb55b8d.js';
17
17
  import './index-a5d50daf.js';
18
18
  import './keyboard-73175e24.js';
19
19
  import './capacitor-59395cbd.js';
@@ -30,10 +30,10 @@ const App = class {
30
30
  rIC(async () => {
31
31
  const isHybrid = isPlatform(window, 'hybrid');
32
32
  if (!config.getBoolean('_testing')) {
33
- import('./index-8222b29f.js').then((module) => module.startTapClick(config));
33
+ import('./index-40894f4b.js').then((module) => module.startTapClick(config));
34
34
  }
35
35
  if (config.getBoolean('statusTap', isHybrid)) {
36
- import('./status-tap-6367b913.js').then((module) => module.startStatusTap());
36
+ import('./status-tap-f6d08e9e.js').then((module) => module.startStatusTap());
37
37
  }
38
38
  if (config.getBoolean('inputShims', needInputShims())) {
39
39
  /**
@@ -41,7 +41,7 @@ const App = class {
41
41
  * platforms proceed into this block.
42
42
  */
43
43
  const platform = isPlatform(window, 'ios') ? 'ios' : 'android';
44
- import('./input-shims-3070628a.js').then((module) => module.startInputShims(config, platform));
44
+ import('./input-shims-7dc1f6dc.js').then((module) => module.startInputShims(config, platform));
45
45
  }
46
46
  const hardwareBackButtonModule = await import('./hardware-back-button-864101a3.js');
47
47
  const supportsHardwareBackButtonEvents = isHybrid || shouldUseCloseWatcher();
@@ -1050,7 +1050,7 @@ const RouterOutlet = class {
1050
1050
  this.swipeHandler.onStart();
1051
1051
  }
1052
1052
  };
1053
- this.gesture = (await import('./swipe-back-326faa1c.js')).createSwipeBackGesture(this.el, () => !this.gestureOrAnimationInProgress && !!this.swipeHandler && this.swipeHandler.canStart(), () => onStart(), (step) => { var _a; return (_a = this.ani) === null || _a === void 0 ? void 0 : _a.progressStep(step); }, (shouldComplete, step, dur) => {
1053
+ this.gesture = (await import('./swipe-back-5c7708b8.js')).createSwipeBackGesture(this.el, () => !this.gestureOrAnimationInProgress && !!this.swipeHandler && this.swipeHandler.canStart(), () => onStart(), (step) => { var _a; return (_a = this.ani) === null || _a === void 0 ? void 0 : _a.progressStep(step); }, (shouldComplete, step, dur) => {
1054
1054
  if (this.ani) {
1055
1055
  this.ani.onFinish(() => {
1056
1056
  this.gestureOrAnimationInProgress = false;
@@ -2,7 +2,7 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { r as registerInstance, h, e as Host, f as getElement } from './index-527b9e34.js';
5
- import { i as inheritAriaAttributes } from './helpers-e48b0397.js';
5
+ import { i as inheritAriaAttributes } from './helpers-78efeec3.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
8
  import { c as config, b as getIonMode } from './ionic-global-ca86cf32.js';
@@ -2,7 +2,7 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { r as registerInstance, c as createEvent, h, e as Host, f as getElement } from './index-527b9e34.js';
5
- import { i as inheritAriaAttributes } from './helpers-e48b0397.js';
5
+ import { i as inheritAriaAttributes } from './helpers-78efeec3.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
8
  import { b as getIonMode } from './ionic-global-ca86cf32.js';
@@ -2,7 +2,7 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { j as getAssetPath, r as registerInstance, c as createEvent, h, e as Host, f as getElement } from './index-527b9e34.js';
5
- import { m as hasShadowDom, i as inheritAriaAttributes } from './helpers-e48b0397.js';
5
+ import { m as hasShadowDom, i as inheritAriaAttributes } from './helpers-78efeec3.js';
6
6
  import { p as printIonWarning } from './index-738d7504.js';
7
7
  import { o as openURL, c as createColorClasses$1, h as hostContext } from './theme-01f3f29c.js';
8
8
  import { b as getIonMode$1 } from './ionic-global-ca86cf32.js';
@@ -2,7 +2,7 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { r as registerInstance, h, e as Host, f as getElement } from './index-527b9e34.js';
5
- import { h as inheritAttributes } from './helpers-e48b0397.js';
5
+ import { h as inheritAttributes } from './helpers-78efeec3.js';
6
6
  import { o as openURL, c as createColorClasses } from './theme-01f3f29c.js';
7
7
  import { b as getIonMode } from './ionic-global-ca86cf32.js';
8
8
 
@@ -2,14 +2,14 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { r as registerInstance, c as createEvent, h, e as Host, f as getElement } from './index-527b9e34.js';
5
- import { i as inheritAriaAttributes, d as renderHiddenInput } from './helpers-e48b0397.js';
5
+ import { i as inheritAriaAttributes, d as renderHiddenInput } from './helpers-78efeec3.js';
6
6
  import { c as createColorClasses, h as hostContext } from './theme-01f3f29c.js';
7
7
  import { b as getIonMode } from './ionic-global-ca86cf32.js';
8
8
 
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;-ms-flex-pack:justify;justify-content:space-between;height:inherit;cursor:inherit}.label-text-wrapper{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host(.in-item) .label-text-wrapper,:host(.in-item:not(.checkbox-label-placement-stacked):not([slot])) .native-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}.checkbox-bottom{padding-top:4px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;font-size:0.75rem;white-space:normal}:host(.checkbox-label-placement-stacked) .checkbox-bottom{font-size:1rem}.checkbox-bottom .error-text{display:none;color:var(--ion-color-danger, #c5000f)}.checkbox-bottom .helper-text{display:block;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d))}:host(.ion-touched.ion-invalid) .checkbox-bottom .error-text{display:block}:host(.ion-touched.ion-invalid) .checkbox-bottom .helper-text{display:none}: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;-ms-flex-pack:start;justify-content:start}: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;text-align:center}: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-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-justify-space-between),:host(.checkbox-justify-start),:host(.checkbox-justify-end),:host(.checkbox-alignment-start),:host(.checkbox-alignment-center){display:block}: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}";
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;-ms-flex-pack:justify;justify-content:space-between;height:inherit;cursor:inherit}.label-text-wrapper{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host(.in-item) .label-text-wrapper,:host(.in-item:not(.checkbox-label-placement-stacked):not([slot])) .native-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{display: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}.checkbox-bottom{padding-top:4px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;font-size:0.75rem;white-space:normal}:host(.checkbox-label-placement-stacked) .checkbox-bottom{font-size:1rem}.checkbox-bottom .error-text{display:none;color:var(--ion-color-danger, #c5000f)}.checkbox-bottom .helper-text{display:block;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d))}:host(.ion-touched.ion-invalid) .checkbox-bottom .error-text{display:block}:host(.ion-touched.ion-invalid) .checkbox-bottom .helper-text{display:none}: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;-ms-flex-pack:start;justify-content:start}: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;text-align:center}: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-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-justify-space-between),:host(.checkbox-justify-start),:host(.checkbox-justify-end),:host(.checkbox-alignment-start),:host(.checkbox-alignment-center){display:block}: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;
11
11
 
12
- const checkboxMdCss = ":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;-ms-flex-pack:justify;justify-content:space-between;height:inherit;cursor:inherit}.label-text-wrapper{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host(.in-item) .label-text-wrapper,:host(.in-item:not(.checkbox-label-placement-stacked):not([slot])) .native-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}.checkbox-bottom{padding-top:4px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;font-size:0.75rem;white-space:normal}:host(.checkbox-label-placement-stacked) .checkbox-bottom{font-size:1rem}.checkbox-bottom .error-text{display:none;color:var(--ion-color-danger, #c5000f)}.checkbox-bottom .helper-text{display:block;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d))}:host(.ion-touched.ion-invalid) .checkbox-bottom .error-text{display:block}:host(.ion-touched.ion-invalid) .checkbox-bottom .helper-text{display:none}: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;-ms-flex-pack:start;justify-content:start}: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;text-align:center}: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-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-justify-space-between),:host(.checkbox-justify-start),:host(.checkbox-justify-end),:host(.checkbox-alignment-start),:host(.checkbox-alignment-center){display:block}: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:calc(var(--size) * .125);--border-width:2px;--border-style:solid;--border-color:rgb(var(--ion-text-color-rgb, 0, 0, 0), 0.6);--checkmark-width:3;--checkbox-background:var(--ion-item-background, var(--ion-background-color, #fff));--transition:background 180ms cubic-bezier(0.4, 0, 0.2, 1);--size:18px}.checkbox-icon path{stroke-dasharray:30;stroke-dashoffset:30}:host(.checkbox-checked) .checkbox-icon path,:host(.checkbox-indeterminate) .checkbox-icon path{stroke-dashoffset:0;-webkit-transition:stroke-dashoffset 90ms linear 90ms;transition:stroke-dashoffset 90ms linear 90ms}:host(.checkbox-disabled) .label-text-wrapper{opacity:0.38}:host(.checkbox-disabled) .native-wrapper{opacity:0.63}";
12
+ const checkboxMdCss = ":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;-ms-flex-pack:justify;justify-content:space-between;height:inherit;cursor:inherit}.label-text-wrapper{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host(.in-item) .label-text-wrapper,:host(.in-item:not(.checkbox-label-placement-stacked):not([slot])) .native-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{display: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}.checkbox-bottom{padding-top:4px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;font-size:0.75rem;white-space:normal}:host(.checkbox-label-placement-stacked) .checkbox-bottom{font-size:1rem}.checkbox-bottom .error-text{display:none;color:var(--ion-color-danger, #c5000f)}.checkbox-bottom .helper-text{display:block;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d))}:host(.ion-touched.ion-invalid) .checkbox-bottom .error-text{display:block}:host(.ion-touched.ion-invalid) .checkbox-bottom .helper-text{display:none}: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;-ms-flex-pack:start;justify-content:start}: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;text-align:center}: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-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-justify-space-between),:host(.checkbox-justify-start),:host(.checkbox-justify-end),:host(.checkbox-alignment-start),:host(.checkbox-alignment-center){display:block}: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:calc(var(--size) * .125);--border-width:2px;--border-style:solid;--border-color:rgb(var(--ion-text-color-rgb, 0, 0, 0), 0.6);--checkmark-width:3;--checkbox-background:var(--ion-item-background, var(--ion-background-color, #fff));--transition:background 180ms cubic-bezier(0.4, 0, 0.2, 1);--size:18px}.checkbox-icon path{stroke-dasharray:30;stroke-dashoffset:30}:host(.checkbox-checked) .checkbox-icon path,:host(.checkbox-indeterminate) .checkbox-icon path{stroke-dashoffset:0;-webkit-transition:stroke-dashoffset 90ms linear 90ms;transition:stroke-dashoffset 90ms linear 90ms}:host(.checkbox-disabled) .label-text-wrapper{opacity:0.38}:host(.checkbox-disabled) .native-wrapper{opacity:0.63}";
13
13
  const IonCheckboxMdStyle0 = checkboxMdCss;
14
14
 
15
15
  const Checkbox = class {
@@ -19,6 +19,7 @@ const Checkbox = class {
19
19
  this.ionFocus = createEvent(this, "ionFocus", 7);
20
20
  this.ionBlur = createEvent(this, "ionBlur", 7);
21
21
  this.inputId = `ion-cb-${checkboxIds++}`;
22
+ this.inputLabelId = `${this.inputId}-lbl`;
22
23
  this.helperTextId = `${this.inputId}-helper-text`;
23
24
  this.errorTextId = `${this.inputId}-error-text`;
24
25
  this.inheritedAttributes = {};
@@ -47,6 +48,14 @@ const Checkbox = class {
47
48
  this.onBlur = () => {
48
49
  this.ionBlur.emit();
49
50
  };
51
+ this.onKeyDown = (ev) => {
52
+ if (ev.key === ' ') {
53
+ ev.preventDefault();
54
+ if (!this.disabled) {
55
+ this.toggleChecked(ev);
56
+ }
57
+ }
58
+ };
50
59
  this.onClick = (ev) => {
51
60
  if (this.disabled) {
52
61
  return;
@@ -105,8 +114,11 @@ const Checkbox = class {
105
114
  const { color, checked, disabled, el, getSVGPath, indeterminate, inheritedAttributes, inputId, justify, labelPlacement, name, value, alignment, required, } = this;
106
115
  const mode = getIonMode(this);
107
116
  const path = getSVGPath(mode, indeterminate);
117
+ const hasLabelContent = el.textContent !== '';
108
118
  renderHiddenInput(true, el, name, checked ? value : '', disabled);
109
- return (h(Host, { key: '7ac31df89b07c781ddcd30a6a8c109494d0c500a', "aria-checked": indeterminate ? 'mixed' : `${checked}`, "aria-describedby": this.getHintTextID(), "aria-invalid": this.getHintTextID() === this.errorTextId, class: createColorClasses(color, {
119
+ // The host element must have a checkbox role to ensure proper VoiceOver
120
+ // support in Safari for accessibility.
121
+ return (h(Host, { key: '90bb17a4fae17088524555968a002327400807cf', role: "checkbox", "aria-checked": indeterminate ? 'mixed' : `${checked}`, "aria-describedby": this.getHintTextID(), "aria-invalid": this.getHintTextID() === this.errorTextId, "aria-labelledby": hasLabelContent ? this.inputLabelId : null, "aria-label": inheritedAttributes['aria-label'] || null, "aria-disabled": disabled ? 'true' : null, tabindex: disabled ? undefined : 0, onKeyDown: this.onKeyDown, class: createColorClasses(color, {
110
122
  [mode]: true,
111
123
  'in-item': hostContext('ion-item', el),
112
124
  'checkbox-checked': checked,
@@ -116,10 +128,10 @@ const Checkbox = class {
116
128
  [`checkbox-justify-${justify}`]: justify !== undefined,
117
129
  [`checkbox-alignment-${alignment}`]: alignment !== undefined,
118
130
  [`checkbox-label-placement-${labelPlacement}`]: true,
119
- }), onClick: this.onClick }, h("label", { key: '674e923fe1ec83a33c31d67b0d414d61ba8f9e4b', class: "checkbox-wrapper" }, h("input", Object.assign({ key: 'c4866e392fbdf3b76edcd1507cb67f40a213a4e7', type: "checkbox", checked: checked ? true : undefined, disabled: disabled, id: inputId, onChange: this.toggleChecked, onFocus: () => this.onFocus(), onBlur: () => this.onBlur(), ref: (focusEl) => (this.focusEl = focusEl), required: required }, inheritedAttributes)), h("div", { key: '79cb96e5963b9331a760438ec8cc9e456215de91', class: {
131
+ }), onClick: this.onClick }, h("label", { key: '58b5762aa358dff81910874631e06620a2ae1561', class: "checkbox-wrapper", htmlFor: inputId }, h("input", Object.assign({ key: '6abe299d690c345d36d6fd76ab113fdccfbbac52', type: "checkbox", checked: checked ? true : undefined, disabled: disabled, id: inputId, onChange: this.toggleChecked, onFocus: () => this.onFocus(), onBlur: () => this.onBlur(), ref: (focusEl) => (this.focusEl = focusEl), required: required }, inheritedAttributes)), h("div", { key: '2654168e45ccfdbcfe13af8c97e0e21d61ba0150', class: {
120
132
  'label-text-wrapper': true,
121
- 'label-text-wrapper-hidden': el.textContent === '',
122
- }, part: "label" }, h("slot", { key: '896cb26292c9a4a6c105afb39611472b93bf5e90' }), this.renderHintText()), h("div", { key: '52cd22e79fd5db30b45d7b092aa5af3944392336', class: "native-wrapper" }, h("svg", { key: '18d862ab7cc32055eaf200eea560ff1b2b6cbde0', class: "checkbox-icon", viewBox: "0 0 24 24", part: "container" }, path)))));
133
+ 'label-text-wrapper-hidden': !hasLabelContent,
134
+ }, part: "label", id: this.inputLabelId }, h("slot", { key: 'a91f3f67d9ddd6b616e48799aba11cae3564d1ab' }), this.renderHintText()), h("div", { key: 'd5a9170b084d09df6b02f416e744085b5bcf0dde', class: "native-wrapper" }, h("svg", { key: 'b1968ce4aa9d652a9f2bdc427ea3a65e6c04df51', class: "checkbox-icon", viewBox: "0 0 24 24", part: "container" }, path)))));
123
135
  }
124
136
  getSVGPath(mode, indeterminate) {
125
137
  let path = indeterminate ? (h("path", { d: "M6 12L18 12", part: "mark" })) : (h("path", { d: "M5.9,12.5l3.8,3.8l8.8-8.8", part: "mark" }));
@@ -2,7 +2,7 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { r as registerInstance, h, e as Host, f as getElement } from './index-527b9e34.js';
5
- import { a as addEventListener, c as componentOnReady } from './helpers-e48b0397.js';
5
+ import { a as addEventListener, c as componentOnReady } from './helpers-78efeec3.js';
6
6
  import { a as printIonError } from './index-738d7504.js';
7
7
  import { c as createColorClasses } from './theme-01f3f29c.js';
8
8
  import { b as getIonMode } from './ionic-global-ca86cf32.js';
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import { r as registerInstance, c as createEvent, w as writeTask, h, e as Host, f as getElement } from './index-527b9e34.js';
5
5
  import { startFocusVisible } from './focus-visible-dd40d69f.js';
6
- import { r as raf, d as renderHiddenInput, g as getElementRoot, j as clamp } from './helpers-e48b0397.js';
6
+ import { r as raf, d as renderHiddenInput, g as getElementRoot, j as clamp } from './helpers-78efeec3.js';
7
7
  import { a as printIonError, p as printIonWarning } from './index-738d7504.js';
8
8
  import { i as isRTL } from './dir-babeabeb.js';
9
9
  import { c as createColorClasses, g as getClassMap } from './theme-01f3f29c.js';
@@ -11,12 +11,12 @@ import { c as chevronBack, o as chevronForward, l as chevronDown, p as caretUpSh
11
11
  import { b as getIonMode } from './ionic-global-ca86cf32.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-174ad5e0.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-7579a420.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-41a5d51b.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
18
  import './hardware-back-button-864101a3.js';
19
- import './framework-delegate-c7d92b77.js';
19
+ import './framework-delegate-2eea1763.js';
20
20
  import './gesture-controller-314a54f6.js';
21
21
  import './capacitor-59395cbd.js';
22
22
 
@@ -1427,7 +1427,7 @@ const Datetime = class {
1427
1427
  const activePart = this.getActivePartsWithFallback();
1428
1428
  return (h("ion-picker-column", { "aria-label": "Select an hour", color: this.color, disabled: disabled, value: activePart.hour, numericInput: true, onIonChange: (ev) => {
1429
1429
  this.setWorkingParts(Object.assign(Object.assign({}, workingParts), { hour: ev.detail.value }));
1430
- this.setActiveParts(Object.assign(Object.assign({}, activePart), { hour: ev.detail.value }));
1430
+ this.setActiveParts(Object.assign(Object.assign({}, this.getActivePartsWithFallback()), { hour: ev.detail.value }));
1431
1431
  ev.stopPropagation();
1432
1432
  } }, hoursData.map((hour) => (h("ion-picker-column-option", { part: hour.value === activePart.hour ? `${WHEEL_ITEM_PART} ${WHEEL_ITEM_ACTIVE_PART}` : WHEEL_ITEM_PART, key: hour.value, disabled: hour.disabled, value: hour.value }, hour.text)))));
1433
1433
  }
@@ -1438,7 +1438,7 @@ const Datetime = class {
1438
1438
  const activePart = this.getActivePartsWithFallback();
1439
1439
  return (h("ion-picker-column", { "aria-label": "Select a minute", color: this.color, disabled: disabled, value: activePart.minute, numericInput: true, onIonChange: (ev) => {
1440
1440
  this.setWorkingParts(Object.assign(Object.assign({}, workingParts), { minute: ev.detail.value }));
1441
- this.setActiveParts(Object.assign(Object.assign({}, activePart), { minute: ev.detail.value }));
1441
+ this.setActiveParts(Object.assign(Object.assign({}, this.getActivePartsWithFallback()), { minute: ev.detail.value }));
1442
1442
  ev.stopPropagation();
1443
1443
  } }, minutesData.map((minute) => (h("ion-picker-column-option", { part: minute.value === activePart.minute ? `${WHEEL_ITEM_PART} ${WHEEL_ITEM_ACTIVE_PART}` : WHEEL_ITEM_PART, key: minute.value, disabled: minute.disabled, value: minute.value }, minute.text)))));
1444
1444
  }
@@ -1452,7 +1452,7 @@ const Datetime = class {
1452
1452
  return (h("ion-picker-column", { "aria-label": "Select a day period", style: isDayPeriodRTL ? { order: '-1' } : {}, color: this.color, disabled: disabled, value: activePart.ampm, onIonChange: (ev) => {
1453
1453
  const hour = calculateHourFromAMPM(workingParts, ev.detail.value);
1454
1454
  this.setWorkingParts(Object.assign(Object.assign({}, workingParts), { ampm: ev.detail.value, hour }));
1455
- this.setActiveParts(Object.assign(Object.assign({}, activePart), { ampm: ev.detail.value, hour }));
1455
+ this.setActiveParts(Object.assign(Object.assign({}, this.getActivePartsWithFallback()), { ampm: ev.detail.value, hour }));
1456
1456
  ev.stopPropagation();
1457
1457
  } }, dayPeriodData.map((dayPeriod) => (h("ion-picker-column-option", { part: dayPeriod.value === activePart.ampm ? `${WHEEL_ITEM_PART} ${WHEEL_ITEM_ACTIVE_PART}` : WHEEL_ITEM_PART, key: dayPeriod.value, disabled: dayPeriod.disabled, value: dayPeriod.value }, dayPeriod.text)))));
1458
1458
  }
@@ -1759,7 +1759,7 @@ const Datetime = class {
1759
1759
  const hasDatePresentation = presentation === 'date' || presentation === 'date-time' || presentation === 'time-date';
1760
1760
  const hasWheelVariant = hasDatePresentation && preferWheel;
1761
1761
  renderHiddenInput(true, el, name, formatValue(value), disabled);
1762
- return (h(Host, { key: '7afbb1a7e6c78389b4588999779e5c90e010e85d', "aria-disabled": disabled ? 'true' : null, onFocus: this.onFocus, onBlur: this.onBlur, class: Object.assign({}, createColorClasses(color, {
1762
+ return (h(Host, { key: '08d429533a09c600b936ad1e022658051c765595', "aria-disabled": disabled ? 'true' : null, onFocus: this.onFocus, onBlur: this.onBlur, class: Object.assign({}, createColorClasses(color, {
1763
1763
  [mode]: true,
1764
1764
  ['datetime-readonly']: readonly,
1765
1765
  ['datetime-disabled']: disabled,
@@ -1769,7 +1769,7 @@ const Datetime = class {
1769
1769
  [`datetime-size-${size}`]: true,
1770
1770
  [`datetime-prefer-wheel`]: hasWheelVariant,
1771
1771
  [`datetime-grid`]: isGridStyle,
1772
- })) }, h("div", { key: '297c458d4d17154cb297e2ef5926505bcb2d1fce', class: "intersection-tracker", ref: (el) => (this.intersectionTrackerRef = el) }), this.renderDatetime(mode)));
1772
+ })) }, h("div", { key: 'f4ff0fcd1e059767a7ef14fcc76ebfd55d23a97b', class: "intersection-tracker", ref: (el) => (this.intersectionTrackerRef = el) }), this.renderDatetime(mode)));
1773
1773
  }
1774
1774
  get el() { return getElement(this); }
1775
1775
  static get watchers() { return {
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import { r as registerInstance, h, e as Host, f as getElement, c as createEvent } from './index-527b9e34.js';
5
5
  import { b as getIonMode } from './ionic-global-ca86cf32.js';
6
- import { i as inheritAriaAttributes } from './helpers-e48b0397.js';
6
+ import { i as inheritAriaAttributes } from './helpers-78efeec3.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';
9
9
 
@@ -2,7 +2,7 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { r as registerInstance, c as createEvent, h, e as Host, f as getElement } from './index-527b9e34.js';
5
- import { h as inheritAttributes } from './helpers-e48b0397.js';
5
+ import { h as inheritAttributes } from './helpers-78efeec3.js';
6
6
  import { b as getIonMode } from './ionic-global-ca86cf32.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}";
@@ -2,10 +2,10 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { r as registerInstance, c as createEvent, w as writeTask, d as readTask, h, f as getElement, e as Host } from './index-527b9e34.js';
5
- import { f as findClosestIonContent, p as printIonContentErrorMsg, g as getScrollElement } from './index-933ca126.js';
5
+ import { f as findClosestIonContent, p as printIonContentErrorMsg, g as getScrollElement } from './index-e919e353.js';
6
6
  import { b as getIonMode, c as config } from './ionic-global-ca86cf32.js';
7
7
  import { E as ENABLE_HTML_CONTENT_DEFAULT, a as sanitizeDOMString } from './config-49c88215.js';
8
- import './helpers-e48b0397.js';
8
+ import './helpers-78efeec3.js';
9
9
  import './index-738d7504.js';
10
10
 
11
11
  const infiniteScrollCss = "ion-infinite-scroll{display:none;width:100%}.infinite-scroll-enabled{display:block}";
@@ -2,9 +2,9 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { r as registerInstance, c as createEvent, i as forceUpdate, h, e as Host, f as getElement } from './index-527b9e34.js';
5
- import { c as createNotchController } from './notch-controller-381a5334.js';
6
- import { e as debounceEvent, i as inheritAriaAttributes, h as inheritAttributes, c as componentOnReady } from './helpers-e48b0397.js';
7
- import { c as createSlotMutationController, g as getCounterText } from './input.utils-926c04a8.js';
5
+ import { c as createNotchController } from './notch-controller-00d92e89.js';
6
+ import { e as debounceEvent, i as inheritAriaAttributes, h as inheritAttributes, c as componentOnReady } from './helpers-78efeec3.js';
7
+ import { c as createSlotMutationController, g as getCounterText } from './input.utils-28bf4ef0.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
10
  import { b as getIonMode } from './ionic-global-ca86cf32.js';
@@ -4,8 +4,8 @@
4
4
  import { r as registerInstance, h, e as Host, f as getElement, c as createEvent } from './index-527b9e34.js';
5
5
  import { c as createColorClasses } from './theme-01f3f29c.js';
6
6
  import { b as getIonMode } from './ionic-global-ca86cf32.js';
7
- import { p as isEndSide } from './helpers-e48b0397.js';
8
- import { f as findClosestIonContent, d as disableContentScrollY, r as resetContentScrollY } from './index-933ca126.js';
7
+ import { o as isEndSide } from './helpers-78efeec3.js';
8
+ import { f as findClosestIonContent, d as disableContentScrollY, r as resetContentScrollY } from './index-e919e353.js';
9
9
  import { w as watchForOptions } from './watch-options-c2911ace.js';
10
10
  import './index-738d7504.js';
11
11
 
@@ -2,7 +2,7 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { r as registerInstance, i as forceUpdate, h, e as Host, f as getElement, c as createEvent } from './index-527b9e34.js';
5
- import { h as inheritAttributes, r as raf } from './helpers-e48b0397.js';
5
+ import { h as inheritAttributes, r as raf } from './helpers-78efeec3.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
8
  import { b as getIonMode, c as config } from './ionic-global-ca86cf32.js';
@@ -3,15 +3,15 @@
3
3
  */
4
4
  import { r as registerInstance, c as createEvent, h, e as Host, f as getElement } from './index-527b9e34.js';
5
5
  import { E as ENABLE_HTML_CONTENT_DEFAULT, a as sanitizeDOMString } from './config-49c88215.js';
6
- import { r as raf } from './helpers-e48b0397.js';
6
+ import { r as raf } from './helpers-78efeec3.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-7579a420.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-41a5d51b.js';
9
9
  import { g as getClassMap } from './theme-01f3f29c.js';
10
10
  import { c as config, b as getIonMode } from './ionic-global-ca86cf32.js';
11
11
  import { c as createAnimation } from './animation-eab5a4ca.js';
12
12
  import './index-a5d50daf.js';
13
13
  import './hardware-back-button-864101a3.js';
14
- import './framework-delegate-c7d92b77.js';
14
+ import './framework-delegate-2eea1763.js';
15
15
  import './gesture-controller-314a54f6.js';
16
16
  import './index-738d7504.js';
17
17
 
@@ -3,16 +3,16 @@
3
3
  */
4
4
  import { r as registerInstance, c as createEvent, h, e as Host, f as getElement } from './index-527b9e34.js';
5
5
  import { g as getTimeGivenProgression } from './cubic-bezier-fe2083dc.js';
6
- import { o as getPresentedOverlay, B as BACKDROP, n as focusFirstDescendant, q as focusLastDescendant, G as GESTURE } from './overlays-7579a420.js';
6
+ import { o as getPresentedOverlay, B as BACKDROP, n as focusFirstDescendant, q as focusLastDescendant, G as GESTURE } from './overlays-41a5d51b.js';
7
7
  import { G as GESTURE_CONTROLLER } from './gesture-controller-314a54f6.js';
8
8
  import { shouldUseCloseWatcher } from './hardware-back-button-864101a3.js';
9
- import { p as isEndSide, i as inheritAriaAttributes, n as assert, j as clamp } from './helpers-e48b0397.js';
10
- import { m as menuController } from './index-c63afbe6.js';
9
+ import { o as isEndSide, i as inheritAriaAttributes, n as assert, j as clamp } from './helpers-78efeec3.js';
10
+ import { m as menuController } from './index-f9f5d018.js';
11
11
  import { c as config, b as getIonMode, a as isPlatform } from './ionic-global-ca86cf32.js';
12
12
  import { h as hostContext, c as createColorClasses } from './theme-01f3f29c.js';
13
13
  import { u as menuOutline, v as menuSharp } from './index-e2cf2ceb.js';
14
14
  import './index-a5d50daf.js';
15
- import './framework-delegate-c7d92b77.js';
15
+ import './framework-delegate-2eea1763.js';
16
16
  import './index-738d7504.js';
17
17
  import './animation-eab5a4ca.js';
18
18