voyager-ionic-core 7.7.2 → 7.7.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 (306) hide show
  1. package/components/helpers.js +2 -2
  2. package/components/ion-select.js +3 -3
  3. package/components/label.js +2 -2
  4. package/components/overlays.js +66 -20
  5. package/dist/cjs/{animation-fdab9de5.js → animation-c2840aea.js} +1 -1
  6. package/dist/cjs/{form-controller-7b90d7b7.js → form-controller-c83330c0.js} +1 -1
  7. package/dist/cjs/{framework-delegate-a3e6d060.js → framework-delegate-e0e13baa.js} +1 -1
  8. package/dist/cjs/{helpers-2e1028fa.js → helpers-da4c0ed1.js} +2 -2
  9. package/dist/cjs/{index-a43f7a0f.js → index-4c96691f.js} +2 -2
  10. package/dist/cjs/{index-10da82ce.js → index-62290fec.js} +1 -1
  11. package/dist/cjs/{index-c3580a90.js → index-9bfcb6e8.js} +3 -3
  12. package/dist/cjs/{index-53d162b2.js → index-bef98850.js} +1 -1
  13. package/dist/cjs/index.cjs.js +8 -8
  14. package/dist/cjs/{input-shims-6f804705.js → input-shims-a9a85bb9.js} +2 -2
  15. package/dist/cjs/{input.utils-d693d18a.js → input.utils-d7dca90f.js} +1 -1
  16. package/dist/cjs/ion-accordion_2.cjs.entry.js +1 -1
  17. package/dist/cjs/ion-action-sheet.cjs.entry.js +4 -4
  18. package/dist/cjs/ion-alert.cjs.entry.js +4 -4
  19. package/dist/cjs/ion-app_8.cjs.entry.js +8 -8
  20. package/dist/cjs/ion-back-button.cjs.entry.js +1 -1
  21. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +1 -1
  22. package/dist/cjs/ion-button_2.cjs.entry.js +1 -1
  23. package/dist/cjs/ion-card_5.cjs.entry.js +1 -1
  24. package/dist/cjs/ion-checkbox.cjs.entry.js +2 -2
  25. package/dist/cjs/ion-datetime-button.cjs.entry.js +1 -1
  26. package/dist/cjs/ion-datetime_3.cjs.entry.js +4 -4
  27. package/dist/cjs/ion-fab_3.cjs.entry.js +1 -1
  28. package/dist/cjs/ion-img.cjs.entry.js +1 -1
  29. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +2 -2
  30. package/dist/cjs/ion-input.cjs.entry.js +4 -4
  31. package/dist/cjs/ion-item-option_3.cjs.entry.js +2 -2
  32. package/dist/cjs/ion-item_8.cjs.entry.js +3 -3
  33. package/dist/cjs/ion-loading.cjs.entry.js +4 -4
  34. package/dist/cjs/ion-menu_3.cjs.entry.js +5 -5
  35. package/dist/cjs/ion-modal.cjs.entry.js +6 -6
  36. package/dist/cjs/ion-nav_2.cjs.entry.js +4 -4
  37. package/dist/cjs/ion-picker-column-internal.cjs.entry.js +1 -1
  38. package/dist/cjs/ion-picker-internal.cjs.entry.js +1 -1
  39. package/dist/cjs/ion-popover.cjs.entry.js +5 -5
  40. package/dist/cjs/ion-progress-bar.cjs.entry.js +1 -1
  41. package/dist/cjs/ion-radio_2.cjs.entry.js +2 -2
  42. package/dist/cjs/ion-range.cjs.entry.js +3 -3
  43. package/dist/cjs/ion-refresher_2.cjs.entry.js +3 -3
  44. package/dist/cjs/ion-reorder_2.cjs.entry.js +2 -2
  45. package/dist/cjs/ion-route_4.cjs.entry.js +1 -1
  46. package/dist/cjs/ion-searchbar.cjs.entry.js +1 -1
  47. package/dist/cjs/ion-segment_2.cjs.entry.js +1 -1
  48. package/dist/cjs/ion-select_3.cjs.entry.js +7 -7
  49. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +1 -1
  50. package/dist/cjs/ion-tab_2.cjs.entry.js +2 -2
  51. package/dist/cjs/ion-textarea.cjs.entry.js +4 -4
  52. package/dist/cjs/ion-toast.cjs.entry.js +4 -4
  53. package/dist/cjs/ion-toggle.cjs.entry.js +2 -2
  54. package/dist/cjs/{ios.transition-c3b11cc3.js → ios.transition-96679580.js} +3 -3
  55. package/dist/cjs/{md.transition-82a8c649.js → md.transition-d6c98822.js} +3 -3
  56. package/dist/cjs/{notch-controller-db0127c4.js → notch-controller-bfbcbb7a.js} +1 -1
  57. package/dist/cjs/{overlays-fb7ca451.js → overlays-db5d96f3.js} +67 -21
  58. package/dist/cjs/{status-tap-692f6d32.js → status-tap-7ad5f0fb.js} +2 -2
  59. package/dist/cjs/{swipe-back-7a848bb8.js → swipe-back-dcd0d4a9.js} +1 -1
  60. package/dist/collection/components/label/label.ios.css +0 -4
  61. package/dist/collection/components/label/label.md.css +0 -4
  62. package/dist/collection/components/label/test/item/item.e2e.js +24 -0
  63. package/dist/collection/components/select/select.js +3 -3
  64. package/dist/collection/utils/helpers.js +1 -1
  65. package/dist/collection/utils/overlays.js +66 -20
  66. package/dist/collection/utils/test/overlays/overlays.e2e.js +89 -0
  67. package/dist/docs.json +1 -1
  68. package/dist/esm/{animation-60dbdd13.js → animation-6a0c5338.js} +1 -1
  69. package/dist/esm/{form-controller-014aa89f.js → form-controller-21dd62b1.js} +1 -1
  70. package/dist/esm/{framework-delegate-fed7fe7c.js → framework-delegate-ed4ba327.js} +1 -1
  71. package/dist/esm/{helpers-c0b9ca37.js → helpers-be245865.js} +2 -2
  72. package/dist/esm/{index-d64f34ea.js → index-020f5464.js} +1 -1
  73. package/dist/esm/{index-0b4beb69.js → index-348ed70a.js} +3 -3
  74. package/dist/esm/{index-47b2066d.js → index-e1b622e3.js} +2 -2
  75. package/dist/esm/{index-eb12ef92.js → index-f3946ac1.js} +1 -1
  76. package/dist/esm/index.js +8 -8
  77. package/dist/esm/{input-shims-b90ca55f.js → input-shims-5329bbe8.js} +2 -2
  78. package/dist/esm/{input.utils-6e9b0046.js → input.utils-a445f677.js} +1 -1
  79. package/dist/esm/ion-accordion_2.entry.js +1 -1
  80. package/dist/esm/ion-action-sheet.entry.js +4 -4
  81. package/dist/esm/ion-alert.entry.js +4 -4
  82. package/dist/esm/ion-app_8.entry.js +8 -8
  83. package/dist/esm/ion-back-button.entry.js +1 -1
  84. package/dist/esm/ion-breadcrumb_2.entry.js +1 -1
  85. package/dist/esm/ion-button_2.entry.js +1 -1
  86. package/dist/esm/ion-card_5.entry.js +1 -1
  87. package/dist/esm/ion-checkbox.entry.js +2 -2
  88. package/dist/esm/ion-datetime-button.entry.js +1 -1
  89. package/dist/esm/ion-datetime_3.entry.js +4 -4
  90. package/dist/esm/ion-fab_3.entry.js +1 -1
  91. package/dist/esm/ion-img.entry.js +1 -1
  92. package/dist/esm/ion-infinite-scroll_2.entry.js +2 -2
  93. package/dist/esm/ion-input.entry.js +4 -4
  94. package/dist/esm/ion-item-option_3.entry.js +2 -2
  95. package/dist/esm/ion-item_8.entry.js +3 -3
  96. package/dist/esm/ion-loading.entry.js +4 -4
  97. package/dist/esm/ion-menu_3.entry.js +5 -5
  98. package/dist/esm/ion-modal.entry.js +6 -6
  99. package/dist/esm/ion-nav_2.entry.js +4 -4
  100. package/dist/esm/ion-picker-column-internal.entry.js +1 -1
  101. package/dist/esm/ion-picker-internal.entry.js +1 -1
  102. package/dist/esm/ion-popover.entry.js +5 -5
  103. package/dist/esm/ion-progress-bar.entry.js +1 -1
  104. package/dist/esm/ion-radio_2.entry.js +2 -2
  105. package/dist/esm/ion-range.entry.js +3 -3
  106. package/dist/esm/ion-refresher_2.entry.js +3 -3
  107. package/dist/esm/ion-reorder_2.entry.js +2 -2
  108. package/dist/esm/ion-route_4.entry.js +1 -1
  109. package/dist/esm/ion-searchbar.entry.js +1 -1
  110. package/dist/esm/ion-segment_2.entry.js +1 -1
  111. package/dist/esm/ion-select_3.entry.js +7 -7
  112. package/dist/esm/ion-tab-bar_2.entry.js +1 -1
  113. package/dist/esm/ion-tab_2.entry.js +2 -2
  114. package/dist/esm/ion-textarea.entry.js +4 -4
  115. package/dist/esm/ion-toast.entry.js +4 -4
  116. package/dist/esm/ion-toggle.entry.js +2 -2
  117. package/dist/esm/{ios.transition-b76c7020.js → ios.transition-7459f819.js} +3 -3
  118. package/dist/esm/{md.transition-564937a7.js → md.transition-b8224313.js} +3 -3
  119. package/dist/esm/{notch-controller-15d281a4.js → notch-controller-6bd3e0f9.js} +1 -1
  120. package/dist/esm/{overlays-04a9a43f.js → overlays-19b26885.js} +67 -21
  121. package/dist/esm/{status-tap-5a95077d.js → status-tap-b41ece3c.js} +2 -2
  122. package/dist/esm/{swipe-back-fa0ec5cd.js → swipe-back-c6d0e5d9.js} +1 -1
  123. package/dist/esm-es5/{animation-60dbdd13.js → animation-6a0c5338.js} +1 -1
  124. package/dist/esm-es5/{form-controller-014aa89f.js → form-controller-21dd62b1.js} +1 -1
  125. package/dist/esm-es5/{framework-delegate-fed7fe7c.js → framework-delegate-ed4ba327.js} +1 -1
  126. package/dist/esm-es5/helpers-be245865.js +4 -0
  127. package/dist/esm-es5/index-020f5464.js +4 -0
  128. package/dist/esm-es5/{index-0b4beb69.js → index-348ed70a.js} +1 -1
  129. package/dist/esm-es5/{index-47b2066d.js → index-e1b622e3.js} +1 -1
  130. package/dist/esm-es5/{index-eb12ef92.js → index-f3946ac1.js} +1 -1
  131. package/dist/esm-es5/index.js +1 -1
  132. package/dist/esm-es5/{input-shims-b90ca55f.js → input-shims-5329bbe8.js} +1 -1
  133. package/dist/esm-es5/{input.utils-6e9b0046.js → input.utils-a445f677.js} +1 -1
  134. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  135. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  136. package/dist/esm-es5/ion-alert.entry.js +1 -1
  137. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  138. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  139. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  140. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  141. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  142. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  143. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  144. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  145. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  146. package/dist/esm-es5/ion-img.entry.js +1 -1
  147. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  148. package/dist/esm-es5/ion-input.entry.js +1 -1
  149. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  150. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  151. package/dist/esm-es5/ion-loading.entry.js +1 -1
  152. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  153. package/dist/esm-es5/ion-modal.entry.js +1 -1
  154. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  155. package/dist/esm-es5/ion-picker-column-internal.entry.js +1 -1
  156. package/dist/esm-es5/ion-picker-internal.entry.js +1 -1
  157. package/dist/esm-es5/ion-popover.entry.js +1 -1
  158. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  159. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  160. package/dist/esm-es5/ion-range.entry.js +1 -1
  161. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  162. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  163. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  164. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  165. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  166. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  167. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  168. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  169. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  170. package/dist/esm-es5/ion-toast.entry.js +1 -1
  171. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  172. package/dist/esm-es5/{ios.transition-b76c7020.js → ios.transition-7459f819.js} +1 -1
  173. package/dist/esm-es5/md.transition-b8224313.js +4 -0
  174. package/dist/esm-es5/{notch-controller-15d281a4.js → notch-controller-6bd3e0f9.js} +1 -1
  175. package/dist/esm-es5/overlays-19b26885.js +4 -0
  176. package/dist/esm-es5/{status-tap-5a95077d.js → status-tap-b41ece3c.js} +1 -1
  177. package/dist/esm-es5/{swipe-back-fa0ec5cd.js → swipe-back-c6d0e5d9.js} +1 -1
  178. package/dist/ionic/index.esm.js +1 -1
  179. package/dist/ionic/ionic.esm.js +1 -1
  180. package/dist/ionic/{p-bd4787eb.entry.js → p-021f9d72.entry.js} +1 -1
  181. package/dist/ionic/{p-f53d074d.system.entry.js → p-02542247.system.entry.js} +1 -1
  182. package/dist/ionic/p-02ad4bbe.js +4 -0
  183. package/dist/ionic/{p-30cd5e7b.js → p-05253db9.js} +1 -1
  184. package/dist/ionic/{p-64db1331.entry.js → p-079da3df.entry.js} +1 -1
  185. package/dist/ionic/p-0b34d3a7.system.js +1 -1
  186. package/dist/ionic/{p-396083cc.entry.js → p-12527c4b.entry.js} +1 -1
  187. package/dist/ionic/{p-2e14c533.system.js → p-125f8cdd.system.js} +1 -1
  188. package/dist/ionic/{p-b253ad7f.js → p-12a8643e.js} +1 -1
  189. package/dist/ionic/{p-c39cc96d.system.entry.js → p-15a40a0b.system.entry.js} +1 -1
  190. package/dist/ionic/p-1846513c.js +4 -0
  191. package/dist/ionic/{p-afd6d696.system.entry.js → p-18918a24.system.entry.js} +1 -1
  192. package/dist/ionic/{p-027f3674.entry.js → p-1a680496.entry.js} +1 -1
  193. package/dist/ionic/{p-b8c685a7.system.js → p-1bc9b5f5.system.js} +1 -1
  194. package/dist/ionic/{p-b0ff8075.entry.js → p-2178329b.entry.js} +1 -1
  195. package/dist/ionic/p-257046d2.system.js +4 -0
  196. package/dist/ionic/{p-5b40d967.entry.js → p-262024fd.entry.js} +1 -1
  197. package/dist/ionic/{p-5928fac9.system.entry.js → p-2765a571.system.entry.js} +1 -1
  198. package/dist/ionic/{p-f0194418.system.entry.js → p-288649db.system.entry.js} +1 -1
  199. package/dist/ionic/{p-94be3ad7.js → p-2c118b1e.js} +1 -1
  200. package/dist/ionic/{p-275705e5.entry.js → p-2c4bfe1c.entry.js} +1 -1
  201. package/dist/ionic/{p-74deb358.system.js → p-2c86025e.system.js} +1 -1
  202. package/dist/ionic/{p-1131946f.system.entry.js → p-2ea71956.system.entry.js} +1 -1
  203. package/dist/ionic/{p-05d560ec.entry.js → p-2fd3c3dd.entry.js} +1 -1
  204. package/dist/ionic/p-36be3332.js +4 -0
  205. package/dist/ionic/{p-3471a7c0.system.entry.js → p-437f4d02.system.entry.js} +1 -1
  206. package/dist/ionic/{p-c858f685.js → p-46bcc2f5.js} +1 -1
  207. package/dist/ionic/{p-508a4c87.entry.js → p-4788693d.entry.js} +1 -1
  208. package/dist/ionic/{p-cd9a7017.system.entry.js → p-479f5926.system.entry.js} +1 -1
  209. package/dist/ionic/{p-2e1f014a.system.entry.js → p-482ea916.system.entry.js} +1 -1
  210. package/dist/ionic/{p-edcada2b.system.entry.js → p-49f481cc.system.entry.js} +1 -1
  211. package/dist/ionic/{p-8794fa00.system.entry.js → p-4b8a620f.system.entry.js} +1 -1
  212. package/dist/ionic/{p-2327064c.entry.js → p-521b3971.entry.js} +1 -1
  213. package/dist/ionic/{p-31c495c2.js → p-56ee6d9a.js} +1 -1
  214. package/dist/ionic/{p-a022b684.system.entry.js → p-5de920f4.system.entry.js} +1 -1
  215. package/dist/ionic/{p-6871553b.system.js → p-62b7320a.system.js} +1 -1
  216. package/dist/ionic/{p-64856c3c.system.entry.js → p-644d03d7.system.entry.js} +1 -1
  217. package/dist/ionic/p-6812d37d.js +4 -0
  218. package/dist/ionic/{p-61ba2137.system.js → p-6afef6c1.system.js} +1 -1
  219. package/dist/ionic/{p-3e9ad72a.system.entry.js → p-6b6ca3f5.system.entry.js} +1 -1
  220. package/dist/ionic/p-6c45c617.js +4 -0
  221. package/dist/ionic/{p-eb07b88f.entry.js → p-6e23d039.entry.js} +1 -1
  222. package/dist/ionic/{p-18beebdf.system.entry.js → p-6f59cdbc.system.entry.js} +1 -1
  223. package/dist/ionic/{p-0457213c.entry.js → p-70fbf4e2.entry.js} +1 -1
  224. package/dist/ionic/{p-fb9f8495.system.entry.js → p-741a0f0d.system.entry.js} +1 -1
  225. package/dist/ionic/{p-601e17b4.entry.js → p-7670acd8.entry.js} +1 -1
  226. package/dist/ionic/{p-e04b9647.system.entry.js → p-76b8bcb8.system.entry.js} +1 -1
  227. package/dist/ionic/{p-a3f572a7.js → p-779aede8.js} +1 -1
  228. package/dist/ionic/{p-3d961d93.entry.js → p-7a615a5a.entry.js} +1 -1
  229. package/dist/ionic/{p-d39ab63d.entry.js → p-7e16220b.entry.js} +1 -1
  230. package/dist/ionic/{p-7b1ed642.system.entry.js → p-7e838f43.system.entry.js} +1 -1
  231. package/dist/ionic/{p-bf05cbc7.entry.js → p-7f30ad48.entry.js} +1 -1
  232. package/dist/ionic/{p-42a9f663.system.entry.js → p-80aed9fb.system.entry.js} +1 -1
  233. package/dist/ionic/{p-5c580e89.entry.js → p-822730c4.entry.js} +1 -1
  234. package/dist/ionic/{p-c11bab7e.entry.js → p-84b85535.entry.js} +1 -1
  235. package/dist/ionic/{p-667e3e2d.entry.js → p-85f66c3c.entry.js} +1 -1
  236. package/dist/ionic/{p-6486e393.system.entry.js → p-860e2539.system.entry.js} +1 -1
  237. package/dist/ionic/{p-a6e465f5.entry.js → p-8cc34120.entry.js} +1 -1
  238. package/dist/ionic/{p-c747f89b.system.entry.js → p-91f4e611.system.entry.js} +1 -1
  239. package/dist/ionic/{p-9393a49f.js → p-942a9358.js} +1 -1
  240. package/dist/ionic/{p-f460c7ae.entry.js → p-96084f36.entry.js} +1 -1
  241. package/dist/ionic/{p-5f169eba.entry.js → p-973b4db3.entry.js} +1 -1
  242. package/dist/ionic/{p-3c6f02cf.system.js → p-97ca0cb9.system.js} +1 -1
  243. package/dist/ionic/{p-5c6a04bd.entry.js → p-98aa0553.entry.js} +1 -1
  244. package/dist/ionic/{p-ea25b4c8.system.entry.js → p-9998cb62.system.entry.js} +1 -1
  245. package/dist/ionic/{p-aaaa615c.system.entry.js → p-9de75bac.system.entry.js} +1 -1
  246. package/dist/ionic/{p-502780e4.entry.js → p-a02ea777.entry.js} +1 -1
  247. package/dist/ionic/{p-c2289cd1.js → p-a1036ce7.js} +1 -1
  248. package/dist/ionic/{p-7ce40e7b.entry.js → p-a1222c24.entry.js} +1 -1
  249. package/dist/ionic/{p-e81bf09e.system.entry.js → p-a4aa6dd2.system.entry.js} +1 -1
  250. package/dist/ionic/{p-49543c9c.system.js → p-a667dd1f.system.js} +1 -1
  251. package/dist/ionic/{p-123b4809.js → p-a6c0a380.js} +1 -1
  252. package/dist/ionic/{p-4fda5c35.entry.js → p-a8459bfb.entry.js} +1 -1
  253. package/dist/ionic/{p-b2595011.system.entry.js → p-ae2b3a7a.system.entry.js} +1 -1
  254. package/dist/ionic/{p-0e23c289.system.entry.js → p-ae828bd9.system.entry.js} +1 -1
  255. package/dist/ionic/{p-cde3ac34.system.entry.js → p-b0aa3806.system.entry.js} +1 -1
  256. package/dist/ionic/{p-a0b28c69.system.entry.js → p-b27bba38.system.entry.js} +1 -1
  257. package/dist/ionic/p-b4d2f43c.system.js +4 -0
  258. package/dist/ionic/{p-91cb3f9a.entry.js → p-b58686e0.entry.js} +1 -1
  259. package/dist/ionic/{p-43a5edee.entry.js → p-b727af6a.entry.js} +1 -1
  260. package/dist/ionic/{p-cb9e71e0.entry.js → p-ba0fbecc.entry.js} +1 -1
  261. package/dist/ionic/{p-3481d54e.system.entry.js → p-baf8eeac.system.entry.js} +1 -1
  262. package/dist/ionic/{p-9cd7ba27.system.js → p-bcd9cad8.system.js} +1 -1
  263. package/dist/ionic/{p-37c33319.system.js → p-bd313b73.system.js} +1 -1
  264. package/dist/ionic/{p-ae35294f.system.entry.js → p-c1a871ff.system.entry.js} +1 -1
  265. package/dist/ionic/{p-db30f71b.entry.js → p-c1c7309e.entry.js} +1 -1
  266. package/dist/ionic/{p-1924f2e0.system.entry.js → p-c7288e78.system.entry.js} +2 -2
  267. package/dist/ionic/{p-f840d817.entry.js → p-cb3065b8.entry.js} +1 -1
  268. package/dist/ionic/{p-23c73017.entry.js → p-cb9812f7.entry.js} +1 -1
  269. package/dist/ionic/{p-d4cadd34.system.js → p-cbcffe6e.system.js} +1 -1
  270. package/dist/ionic/{p-7173ba59.system.entry.js → p-ce1c0a0e.system.entry.js} +1 -1
  271. package/dist/ionic/p-cfb4d7e0.js +4 -0
  272. package/dist/ionic/{p-5e23bea8.system.entry.js → p-d143fefa.system.entry.js} +1 -1
  273. package/dist/ionic/{p-95d5a097.entry.js → p-d425b1de.entry.js} +1 -1
  274. package/dist/ionic/{p-c1797ec5.system.entry.js → p-d6c6541b.system.entry.js} +1 -1
  275. package/dist/ionic/{p-dcb5711d.entry.js → p-dff97cfa.entry.js} +1 -1
  276. package/dist/ionic/{p-c308f773.entry.js → p-e1c52dc6.entry.js} +1 -1
  277. package/dist/ionic/{p-f8c96502.system.entry.js → p-e4e74b5f.system.entry.js} +1 -1
  278. package/dist/ionic/{p-68ba8e77.system.entry.js → p-e626800f.system.entry.js} +1 -1
  279. package/dist/ionic/{p-64761c90.entry.js → p-e94c1402.entry.js} +1 -1
  280. package/dist/ionic/{p-30d77a91.system.js → p-ebc1ca90.system.js} +1 -1
  281. package/dist/ionic/{p-70e34286.system.entry.js → p-ebc86ce9.system.entry.js} +1 -1
  282. package/dist/ionic/{p-a8a56449.entry.js → p-ed4760ef.entry.js} +1 -1
  283. package/dist/ionic/{p-9ec7208d.system.js → p-f02c41af.system.js} +1 -1
  284. package/dist/ionic/{p-ba97a133.system.entry.js → p-f0e54781.system.entry.js} +1 -1
  285. package/dist/ionic/{p-3a7de59c.entry.js → p-fa8d3b01.entry.js} +1 -1
  286. package/dist/ionic/p-fbd01db3.system.js +4 -0
  287. package/dist/ionic/{p-e2bb92ed.system.js → p-fe320051.system.js} +1 -1
  288. package/dist/types/utils/helpers.d.ts +1 -1
  289. package/dist/types/utils/overlays.d.ts +5 -0
  290. package/hydrate/index.js +70 -24
  291. package/package.json +1 -1
  292. package/dist/esm-es5/helpers-c0b9ca37.js +0 -4
  293. package/dist/esm-es5/index-d64f34ea.js +0 -4
  294. package/dist/esm-es5/md.transition-564937a7.js +0 -4
  295. package/dist/esm-es5/overlays-04a9a43f.js +0 -4
  296. package/dist/ionic/p-21ca1f1c.js +0 -4
  297. package/dist/ionic/p-49aba878.js +0 -4
  298. package/dist/ionic/p-4f777b5e.js +0 -4
  299. package/dist/ionic/p-5c2ae448.js +0 -4
  300. package/dist/ionic/p-a5951821.system.js +0 -4
  301. package/dist/ionic/p-c80c7e90.system.js +0 -4
  302. package/dist/ionic/p-dbcba5a2.js +0 -4
  303. package/dist/ionic/p-e9f9388e.system.js +0 -4
  304. package/dist/ionic/p-fd2aa50c.js +0 -4
  305. /package/dist/ionic/{p-b5839dc2.js → p-1b3ffb2f.js} +0 -0
  306. /package/dist/ionic/{p-fd8ced99.system.js → p-5fc8d5ef.system.js} +0 -0
@@ -6,7 +6,7 @@
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
8
  const index = require('./index-0ffe376d.js');
9
- const helpers = require('./helpers-2e1028fa.js');
9
+ const helpers = require('./helpers-da4c0ed1.js');
10
10
  const ionicGlobal = require('./ionic-global-59a10130.js');
11
11
 
12
12
  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}";
@@ -6,10 +6,10 @@
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
8
  const index = require('./index-0ffe376d.js');
9
- const index$1 = require('./index-53d162b2.js');
9
+ const index$1 = require('./index-bef98850.js');
10
10
  const ionicGlobal = require('./ionic-global-59a10130.js');
11
11
  const config = require('./config-4f60b98a.js');
12
- require('./helpers-2e1028fa.js');
12
+ require('./helpers-da4c0ed1.js');
13
13
  require('./index-5915f9b3.js');
14
14
 
15
15
  const infiniteScrollCss = "ion-infinite-scroll{display:none;width:100%}.infinite-scroll-enabled{display:block}";
@@ -6,11 +6,11 @@
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
8
  const index = require('./index-0ffe376d.js');
9
- const formController = require('./form-controller-7b90d7b7.js');
10
- const notchController = require('./notch-controller-db0127c4.js');
11
- const helpers = require('./helpers-2e1028fa.js');
9
+ const formController = require('./form-controller-c83330c0.js');
10
+ const notchController = require('./notch-controller-bfbcbb7a.js');
11
+ const helpers = require('./helpers-da4c0ed1.js');
12
12
  const index$2 = require('./index-5915f9b3.js');
13
- const input_utils = require('./input.utils-d693d18a.js');
13
+ const input_utils = require('./input.utils-d7dca90f.js');
14
14
  const theme = require('./theme-d1c573d2.js');
15
15
  const index$1 = require('./index-f52c6d38.js');
16
16
  const ionicGlobal = require('./ionic-global-59a10130.js');
@@ -8,8 +8,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
8
8
  const index = require('./index-0ffe376d.js');
9
9
  const theme = require('./theme-d1c573d2.js');
10
10
  const ionicGlobal = require('./ionic-global-59a10130.js');
11
- const helpers = require('./helpers-2e1028fa.js');
12
- const index$1 = require('./index-53d162b2.js');
11
+ const helpers = require('./helpers-da4c0ed1.js');
12
+ const index$1 = require('./index-bef98850.js');
13
13
  const watchOptions = require('./watch-options-f5f3e158.js');
14
14
  require('./index-5915f9b3.js');
15
15
 
@@ -6,7 +6,7 @@
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
8
  const index = require('./index-0ffe376d.js');
9
- const helpers = require('./helpers-2e1028fa.js');
9
+ const helpers = require('./helpers-da4c0ed1.js');
10
10
  const index$2 = require('./index-5915f9b3.js');
11
11
  const theme = require('./theme-d1c573d2.js');
12
12
  const index$1 = require('./index-f52c6d38.js');
@@ -334,10 +334,10 @@ ItemGroup.style = {
334
334
  md: IonItemGroupMdStyle0
335
335
  };
336
336
 
337
- const labelIosCss = ".item.sc-ion-label-ios-h,.item .sc-ion-label-ios-h{--color:initial;display:block;color:var(--color);font-family:var(--ion-font-family, inherit);font-size:inherit;text-overflow:ellipsis;-webkit-box-sizing:border-box;box-sizing:border-box}.item-legacy.sc-ion-label-ios-h,.item-legacy .sc-ion-label-ios-h{white-space:nowrap;overflow:hidden}.item.sc-ion-label-ios-h:not(.item-input):not(.item-legacy),.item:not(.item-input):not(.item-legacy) .sc-ion-label-ios-h{-ms-flex-positive:1;flex-grow:1}.ion-color.sc-ion-label-ios-h{color:var(--ion-color-base)}.ion-text-nowrap.sc-ion-label-ios-h{overflow:hidden}.item-interactive-disabled.sc-ion-label-ios-h:not(.item-multiple-inputs),.item-interactive-disabled:not(.item-multiple-inputs) .sc-ion-label-ios-h{cursor:default;opacity:0.3;pointer-events:none}.item-input.sc-ion-label-ios-h,.item-input .sc-ion-label-ios-h{-ms-flex:initial;flex:initial;max-width:200px;pointer-events:none}.item-textarea.sc-ion-label-ios-h,.item-textarea .sc-ion-label-ios-h{-ms-flex-item-align:baseline;align-self:baseline}.item-skeleton-text.sc-ion-label-ios-h,.item-skeleton-text .sc-ion-label-ios-h{overflow:hidden}.label-fixed.sc-ion-label-ios-h{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}.label-stacked.sc-ion-label-ios-h,.label-floating.sc-ion-label-ios-h{margin-bottom:0;-ms-flex-item-align:stretch;align-self:stretch;width:auto;max-width:100%}.label-no-animate.label-floating.sc-ion-label-ios-h{-webkit-transition:none;transition:none}.sc-ion-label-ios-s h1,.sc-ion-label-ios-s h2,.sc-ion-label-ios-s h3,.sc-ion-label-ios-s h4,.sc-ion-label-ios-s h5,.sc-ion-label-ios-s h6{text-overflow:inherit;overflow:inherit}.ion-text-wrap.sc-ion-label-ios-h{font-size:0.875rem;line-height:1.5}.label-stacked.sc-ion-label-ios-h{margin-bottom:4px;font-size:0.875rem}.label-floating.sc-ion-label-ios-h{margin-bottom:0;-webkit-transform:translate(0, 29px);transform:translate(0, 29px);-webkit-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 150ms ease-in-out;transition:-webkit-transform 150ms ease-in-out;transition:transform 150ms ease-in-out;transition:transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out}[dir=rtl].sc-ion-label-ios-h -no-combinator.label-floating.sc-ion-label-ios-h,[dir=rtl] .sc-ion-label-ios-h -no-combinator.label-floating.sc-ion-label-ios-h,[dir=rtl].label-floating.sc-ion-label-ios-h,[dir=rtl] .label-floating.sc-ion-label-ios-h{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){.label-floating.sc-ion-label-ios-h:dir(rtl){-webkit-transform-origin:right top;transform-origin:right top}}.item-textarea.label-floating.sc-ion-label-ios-h,.item-textarea .label-floating.sc-ion-label-ios-h{-webkit-transform:translate(0, 28px);transform:translate(0, 28px)}.item-has-focus.label-floating.sc-ion-label-ios-h,.item-has-focus .label-floating.sc-ion-label-ios-h,.item-has-placeholder.sc-ion-label-ios-h:not(.item-input).label-floating,.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-ios-h,.item-has-value.label-floating.sc-ion-label-ios-h,.item-has-value .label-floating.sc-ion-label-ios-h{-webkit-transform:scale(0.82);transform:scale(0.82)}.sc-ion-label-ios-s h1{margin-left:0;margin-right:0;margin-top:3px;margin-bottom:2px;font-size:1.375rem;font-weight:normal}.sc-ion-label-ios-s h2{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:1.0625rem;font-weight:normal}.sc-ion-label-ios-s h3,.sc-ion-label-ios-s h4,.sc-ion-label-ios-s h5,.sc-ion-label-ios-s h6{margin-left:0;margin-right:0;margin-top:0;margin-bottom:3px;font-size:0.875rem;font-weight:normal;line-height:normal}.sc-ion-label-ios-s p{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:0.875rem;line-height:normal;text-overflow:inherit;overflow:inherit}.sc-ion-label-ios-s>p{color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.4)}.sc-ion-label-ios-h.in-item-color.sc-ion-label-ios-s>p{color:inherit}.sc-ion-label-ios-s h2:last-child,.sc-ion-label-ios-s h3:last-child,.sc-ion-label-ios-s h4:last-child,.sc-ion-label-ios-s h5:last-child,.sc-ion-label-ios-s h6:last-child,.sc-ion-label-ios-s p:last-child{margin-bottom:0}";
337
+ const labelIosCss = ".item.sc-ion-label-ios-h,.item .sc-ion-label-ios-h{--color:initial;display:block;color:var(--color);font-family:var(--ion-font-family, inherit);font-size:inherit;text-overflow:ellipsis;-webkit-box-sizing:border-box;box-sizing:border-box}.item-legacy.sc-ion-label-ios-h,.item-legacy .sc-ion-label-ios-h{white-space:nowrap;overflow:hidden}.ion-color.sc-ion-label-ios-h{color:var(--ion-color-base)}.ion-text-nowrap.sc-ion-label-ios-h{overflow:hidden}.item-interactive-disabled.sc-ion-label-ios-h:not(.item-multiple-inputs),.item-interactive-disabled:not(.item-multiple-inputs) .sc-ion-label-ios-h{cursor:default;opacity:0.3;pointer-events:none}.item-input.sc-ion-label-ios-h,.item-input .sc-ion-label-ios-h{-ms-flex:initial;flex:initial;max-width:200px;pointer-events:none}.item-textarea.sc-ion-label-ios-h,.item-textarea .sc-ion-label-ios-h{-ms-flex-item-align:baseline;align-self:baseline}.item-skeleton-text.sc-ion-label-ios-h,.item-skeleton-text .sc-ion-label-ios-h{overflow:hidden}.label-fixed.sc-ion-label-ios-h{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}.label-stacked.sc-ion-label-ios-h,.label-floating.sc-ion-label-ios-h{margin-bottom:0;-ms-flex-item-align:stretch;align-self:stretch;width:auto;max-width:100%}.label-no-animate.label-floating.sc-ion-label-ios-h{-webkit-transition:none;transition:none}.sc-ion-label-ios-s h1,.sc-ion-label-ios-s h2,.sc-ion-label-ios-s h3,.sc-ion-label-ios-s h4,.sc-ion-label-ios-s h5,.sc-ion-label-ios-s h6{text-overflow:inherit;overflow:inherit}.ion-text-wrap.sc-ion-label-ios-h{font-size:0.875rem;line-height:1.5}.label-stacked.sc-ion-label-ios-h{margin-bottom:4px;font-size:0.875rem}.label-floating.sc-ion-label-ios-h{margin-bottom:0;-webkit-transform:translate(0, 29px);transform:translate(0, 29px);-webkit-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 150ms ease-in-out;transition:-webkit-transform 150ms ease-in-out;transition:transform 150ms ease-in-out;transition:transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out}[dir=rtl].sc-ion-label-ios-h -no-combinator.label-floating.sc-ion-label-ios-h,[dir=rtl] .sc-ion-label-ios-h -no-combinator.label-floating.sc-ion-label-ios-h,[dir=rtl].label-floating.sc-ion-label-ios-h,[dir=rtl] .label-floating.sc-ion-label-ios-h{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){.label-floating.sc-ion-label-ios-h:dir(rtl){-webkit-transform-origin:right top;transform-origin:right top}}.item-textarea.label-floating.sc-ion-label-ios-h,.item-textarea .label-floating.sc-ion-label-ios-h{-webkit-transform:translate(0, 28px);transform:translate(0, 28px)}.item-has-focus.label-floating.sc-ion-label-ios-h,.item-has-focus .label-floating.sc-ion-label-ios-h,.item-has-placeholder.sc-ion-label-ios-h:not(.item-input).label-floating,.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-ios-h,.item-has-value.label-floating.sc-ion-label-ios-h,.item-has-value .label-floating.sc-ion-label-ios-h{-webkit-transform:scale(0.82);transform:scale(0.82)}.sc-ion-label-ios-s h1{margin-left:0;margin-right:0;margin-top:3px;margin-bottom:2px;font-size:1.375rem;font-weight:normal}.sc-ion-label-ios-s h2{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:1.0625rem;font-weight:normal}.sc-ion-label-ios-s h3,.sc-ion-label-ios-s h4,.sc-ion-label-ios-s h5,.sc-ion-label-ios-s h6{margin-left:0;margin-right:0;margin-top:0;margin-bottom:3px;font-size:0.875rem;font-weight:normal;line-height:normal}.sc-ion-label-ios-s p{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:0.875rem;line-height:normal;text-overflow:inherit;overflow:inherit}.sc-ion-label-ios-s>p{color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.4)}.sc-ion-label-ios-h.in-item-color.sc-ion-label-ios-s>p{color:inherit}.sc-ion-label-ios-s h2:last-child,.sc-ion-label-ios-s h3:last-child,.sc-ion-label-ios-s h4:last-child,.sc-ion-label-ios-s h5:last-child,.sc-ion-label-ios-s h6:last-child,.sc-ion-label-ios-s p:last-child{margin-bottom:0}";
338
338
  const IonLabelIosStyle0 = labelIosCss;
339
339
 
340
- const labelMdCss = ".item.sc-ion-label-md-h,.item .sc-ion-label-md-h{--color:initial;display:block;color:var(--color);font-family:var(--ion-font-family, inherit);font-size:inherit;text-overflow:ellipsis;-webkit-box-sizing:border-box;box-sizing:border-box}.item-legacy.sc-ion-label-md-h,.item-legacy .sc-ion-label-md-h{white-space:nowrap;overflow:hidden}.item.sc-ion-label-md-h:not(.item-input):not(.item-legacy),.item:not(.item-input):not(.item-legacy) .sc-ion-label-md-h{-ms-flex-positive:1;flex-grow:1}.ion-color.sc-ion-label-md-h{color:var(--ion-color-base)}.ion-text-nowrap.sc-ion-label-md-h{overflow:hidden}.item-interactive-disabled.sc-ion-label-md-h:not(.item-multiple-inputs),.item-interactive-disabled:not(.item-multiple-inputs) .sc-ion-label-md-h{cursor:default;opacity:0.3;pointer-events:none}.item-input.sc-ion-label-md-h,.item-input .sc-ion-label-md-h{-ms-flex:initial;flex:initial;max-width:200px;pointer-events:none}.item-textarea.sc-ion-label-md-h,.item-textarea .sc-ion-label-md-h{-ms-flex-item-align:baseline;align-self:baseline}.item-skeleton-text.sc-ion-label-md-h,.item-skeleton-text .sc-ion-label-md-h{overflow:hidden}.label-fixed.sc-ion-label-md-h{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}.label-stacked.sc-ion-label-md-h,.label-floating.sc-ion-label-md-h{margin-bottom:0;-ms-flex-item-align:stretch;align-self:stretch;width:auto;max-width:100%}.label-no-animate.label-floating.sc-ion-label-md-h{-webkit-transition:none;transition:none}.sc-ion-label-md-s h1,.sc-ion-label-md-s h2,.sc-ion-label-md-s h3,.sc-ion-label-md-s h4,.sc-ion-label-md-s h5,.sc-ion-label-md-s h6{text-overflow:inherit;overflow:inherit}.ion-text-wrap.sc-ion-label-md-h{line-height:1.5}.label-stacked.sc-ion-label-md-h,.label-floating.sc-ion-label-md-h{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-webkit-transform-origin:top left;transform-origin:top left}.label-stacked.label-rtl.sc-ion-label-md-h,.label-floating.label-rtl.sc-ion-label-md-h{-webkit-transform-origin:top right;transform-origin:top right}.label-stacked.sc-ion-label-md-h{-webkit-transform:translateY(50%) scale(0.75);transform:translateY(50%) scale(0.75);-webkit-transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.label-floating.sc-ion-label-md-h{-webkit-transform:translateY(96%);transform:translateY(96%);-webkit-transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1)}.ion-focused.label-floating.sc-ion-label-md-h,.ion-focused .label-floating.sc-ion-label-md-h,.item-has-focus.label-floating.sc-ion-label-md-h,.item-has-focus .label-floating.sc-ion-label-md-h,.item-has-placeholder.sc-ion-label-md-h:not(.item-input).label-floating,.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-md-h,.item-has-value.label-floating.sc-ion-label-md-h,.item-has-value .label-floating.sc-ion-label-md-h{-webkit-transform:translateY(50%) scale(0.75);transform:translateY(50%) scale(0.75)}.item-fill-outline.ion-focused.label-floating.sc-ion-label-md-h,.item-fill-outline.ion-focused .label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-focus.label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-focus .label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).label-floating,.item-fill-outline.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-value.label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-value .label-floating.sc-ion-label-md-h{-webkit-transform:translateY(-6px) scale(0.75);transform:translateY(-6px) scale(0.75);position:relative;max-width:-webkit-min-content;max-width:-moz-min-content;max-width:min-content;background-color:var(--ion-item-background, var(--ion-background-color, #fff));overflow:visible;z-index:3}.item-fill-outline.ion-focused.label-floating.sc-ion-label-md-h::before,.item-fill-outline.ion-focused .label-floating.sc-ion-label-md-h::before,.item-fill-outline.ion-focused.label-floating.sc-ion-label-md-h::after,.item-fill-outline.ion-focused .label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-focus.label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-focus .label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-focus.label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-focus .label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).label-floating::before,.item-fill-outline.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).label-floating::after,.item-fill-outline.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-value.label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-value .label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-value.label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-value .label-floating.sc-ion-label-md-h::after{position:absolute;width:4px;height:100%;background-color:var(--ion-item-background, var(--ion-background-color, #fff));content:\"\"}.item-fill-outline.ion-focused.label-floating.sc-ion-label-md-h::before,.item-fill-outline.ion-focused .label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-focus.label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-focus .label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).label-floating::before,.item-fill-outline.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-value.label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-value .label-floating.sc-ion-label-md-h::before{left:calc(-1 * 4px)}.item-fill-outline.ion-focused.label-floating.sc-ion-label-md-h::after,.item-fill-outline.ion-focused .label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-focus.label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-focus .label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).label-floating::after,.item-fill-outline.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-value.label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-value .label-floating.sc-ion-label-md-h::after{right:calc(-1 * 4px)}.item-fill-outline.ion-focused.item-has-start-slot.label-floating.sc-ion-label-md-h,.item-fill-outline.ion-focused.item-has-start-slot .label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-focus.item-has-start-slot.label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-focus.item-has-start-slot .label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).item-has-start-slot.label-floating,.item-fill-outline.item-has-placeholder:not(.item-input).item-has-start-slot .label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-value.item-has-start-slot.label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-value.item-has-start-slot .label-floating.sc-ion-label-md-h{-webkit-transform:translateX(-32px) translateY(-6px) scale(0.75);transform:translateX(-32px) translateY(-6px) scale(0.75)}.item-fill-outline.ion-focused.item-has-start-slot.label-floating.label-rtl.sc-ion-label-md-h,.item-fill-outline.ion-focused.item-has-start-slot .label-floating.label-rtl.sc-ion-label-md-h,.item-fill-outline.item-has-focus.item-has-start-slot.label-floating.label-rtl.sc-ion-label-md-h,.item-fill-outline.item-has-focus.item-has-start-slot .label-floating.label-rtl.sc-ion-label-md-h,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).item-has-start-slot.label-floating.label-rtl,.item-fill-outline.item-has-placeholder:not(.item-input).item-has-start-slot .label-floating.label-rtl.sc-ion-label-md-h,.item-fill-outline.item-has-value.item-has-start-slot.label-floating.label-rtl.sc-ion-label-md-h,.item-fill-outline.item-has-value.item-has-start-slot .label-floating.label-rtl.sc-ion-label-md-h{-webkit-transform:translateX(calc(-1 * -32px)) translateY(-6px) scale(0.75);transform:translateX(calc(-1 * -32px)) translateY(-6px) scale(0.75)}.ion-focused.label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-focused .label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-focused.label-floating.sc-ion-label-md-h:not(.ion-color),.ion-focused .label-floating.sc-ion-label-md-h:not(.ion-color),.item-has-focus.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-has-focus .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-has-focus.label-floating.sc-ion-label-md-h:not(.ion-color),.item-has-focus .label-floating.sc-ion-label-md-h:not(.ion-color){color:var(--ion-color-primary, #3880ff)}.ion-focused.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-focused.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-focused.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.ion-focused.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color),.item-has-focus.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-has-focus.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-has-focus.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.item-has-focus.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color){color:var(--ion-color-contrast)}.item-fill-solid.ion-focused.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.ion-focused.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.ion-focused.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.ion-focused.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.ion-focused.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.ion-focused.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.ion-focused.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.ion-focused.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.item-has-focus.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.item-has-focus.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.item-has-focus.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.item-has-focus.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.item-has-focus.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.item-has-focus.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.item-has-focus.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.item-has-focus.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color){color:var(--ion-color-base)}.ion-invalid.ion-touched.label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-invalid.ion-touched .label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-invalid.ion-touched.label-floating.sc-ion-label-md-h:not(.ion-color),.ion-invalid.ion-touched .label-floating.sc-ion-label-md-h:not(.ion-color){color:var(--highlight-color-invalid)}.sc-ion-label-md-s h1{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:1.5rem;font-weight:normal}.sc-ion-label-md-s h2{margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:1rem;font-weight:normal}.sc-ion-label-md-s h3,.sc-ion-label-md-s h4,.sc-ion-label-md-s h5,.sc-ion-label-md-s h6{margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:0.875rem;font-weight:normal;line-height:normal}.sc-ion-label-md-s p{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:0.875rem;line-height:1.25rem;text-overflow:inherit;overflow:inherit}.sc-ion-label-md-s>p{color:var(--ion-color-step-600, #666666)}.sc-ion-label-md-h.in-item-color.sc-ion-label-md-s>p{color:inherit}";
340
+ const labelMdCss = ".item.sc-ion-label-md-h,.item .sc-ion-label-md-h{--color:initial;display:block;color:var(--color);font-family:var(--ion-font-family, inherit);font-size:inherit;text-overflow:ellipsis;-webkit-box-sizing:border-box;box-sizing:border-box}.item-legacy.sc-ion-label-md-h,.item-legacy .sc-ion-label-md-h{white-space:nowrap;overflow:hidden}.ion-color.sc-ion-label-md-h{color:var(--ion-color-base)}.ion-text-nowrap.sc-ion-label-md-h{overflow:hidden}.item-interactive-disabled.sc-ion-label-md-h:not(.item-multiple-inputs),.item-interactive-disabled:not(.item-multiple-inputs) .sc-ion-label-md-h{cursor:default;opacity:0.3;pointer-events:none}.item-input.sc-ion-label-md-h,.item-input .sc-ion-label-md-h{-ms-flex:initial;flex:initial;max-width:200px;pointer-events:none}.item-textarea.sc-ion-label-md-h,.item-textarea .sc-ion-label-md-h{-ms-flex-item-align:baseline;align-self:baseline}.item-skeleton-text.sc-ion-label-md-h,.item-skeleton-text .sc-ion-label-md-h{overflow:hidden}.label-fixed.sc-ion-label-md-h{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}.label-stacked.sc-ion-label-md-h,.label-floating.sc-ion-label-md-h{margin-bottom:0;-ms-flex-item-align:stretch;align-self:stretch;width:auto;max-width:100%}.label-no-animate.label-floating.sc-ion-label-md-h{-webkit-transition:none;transition:none}.sc-ion-label-md-s h1,.sc-ion-label-md-s h2,.sc-ion-label-md-s h3,.sc-ion-label-md-s h4,.sc-ion-label-md-s h5,.sc-ion-label-md-s h6{text-overflow:inherit;overflow:inherit}.ion-text-wrap.sc-ion-label-md-h{line-height:1.5}.label-stacked.sc-ion-label-md-h,.label-floating.sc-ion-label-md-h{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-webkit-transform-origin:top left;transform-origin:top left}.label-stacked.label-rtl.sc-ion-label-md-h,.label-floating.label-rtl.sc-ion-label-md-h{-webkit-transform-origin:top right;transform-origin:top right}.label-stacked.sc-ion-label-md-h{-webkit-transform:translateY(50%) scale(0.75);transform:translateY(50%) scale(0.75);-webkit-transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.label-floating.sc-ion-label-md-h{-webkit-transform:translateY(96%);transform:translateY(96%);-webkit-transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1)}.ion-focused.label-floating.sc-ion-label-md-h,.ion-focused .label-floating.sc-ion-label-md-h,.item-has-focus.label-floating.sc-ion-label-md-h,.item-has-focus .label-floating.sc-ion-label-md-h,.item-has-placeholder.sc-ion-label-md-h:not(.item-input).label-floating,.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-md-h,.item-has-value.label-floating.sc-ion-label-md-h,.item-has-value .label-floating.sc-ion-label-md-h{-webkit-transform:translateY(50%) scale(0.75);transform:translateY(50%) scale(0.75)}.item-fill-outline.ion-focused.label-floating.sc-ion-label-md-h,.item-fill-outline.ion-focused .label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-focus.label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-focus .label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).label-floating,.item-fill-outline.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-value.label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-value .label-floating.sc-ion-label-md-h{-webkit-transform:translateY(-6px) scale(0.75);transform:translateY(-6px) scale(0.75);position:relative;max-width:-webkit-min-content;max-width:-moz-min-content;max-width:min-content;background-color:var(--ion-item-background, var(--ion-background-color, #fff));overflow:visible;z-index:3}.item-fill-outline.ion-focused.label-floating.sc-ion-label-md-h::before,.item-fill-outline.ion-focused .label-floating.sc-ion-label-md-h::before,.item-fill-outline.ion-focused.label-floating.sc-ion-label-md-h::after,.item-fill-outline.ion-focused .label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-focus.label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-focus .label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-focus.label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-focus .label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).label-floating::before,.item-fill-outline.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).label-floating::after,.item-fill-outline.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-value.label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-value .label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-value.label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-value .label-floating.sc-ion-label-md-h::after{position:absolute;width:4px;height:100%;background-color:var(--ion-item-background, var(--ion-background-color, #fff));content:\"\"}.item-fill-outline.ion-focused.label-floating.sc-ion-label-md-h::before,.item-fill-outline.ion-focused .label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-focus.label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-focus .label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).label-floating::before,.item-fill-outline.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-value.label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-value .label-floating.sc-ion-label-md-h::before{left:calc(-1 * 4px)}.item-fill-outline.ion-focused.label-floating.sc-ion-label-md-h::after,.item-fill-outline.ion-focused .label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-focus.label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-focus .label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).label-floating::after,.item-fill-outline.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-value.label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-value .label-floating.sc-ion-label-md-h::after{right:calc(-1 * 4px)}.item-fill-outline.ion-focused.item-has-start-slot.label-floating.sc-ion-label-md-h,.item-fill-outline.ion-focused.item-has-start-slot .label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-focus.item-has-start-slot.label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-focus.item-has-start-slot .label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).item-has-start-slot.label-floating,.item-fill-outline.item-has-placeholder:not(.item-input).item-has-start-slot .label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-value.item-has-start-slot.label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-value.item-has-start-slot .label-floating.sc-ion-label-md-h{-webkit-transform:translateX(-32px) translateY(-6px) scale(0.75);transform:translateX(-32px) translateY(-6px) scale(0.75)}.item-fill-outline.ion-focused.item-has-start-slot.label-floating.label-rtl.sc-ion-label-md-h,.item-fill-outline.ion-focused.item-has-start-slot .label-floating.label-rtl.sc-ion-label-md-h,.item-fill-outline.item-has-focus.item-has-start-slot.label-floating.label-rtl.sc-ion-label-md-h,.item-fill-outline.item-has-focus.item-has-start-slot .label-floating.label-rtl.sc-ion-label-md-h,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).item-has-start-slot.label-floating.label-rtl,.item-fill-outline.item-has-placeholder:not(.item-input).item-has-start-slot .label-floating.label-rtl.sc-ion-label-md-h,.item-fill-outline.item-has-value.item-has-start-slot.label-floating.label-rtl.sc-ion-label-md-h,.item-fill-outline.item-has-value.item-has-start-slot .label-floating.label-rtl.sc-ion-label-md-h{-webkit-transform:translateX(calc(-1 * -32px)) translateY(-6px) scale(0.75);transform:translateX(calc(-1 * -32px)) translateY(-6px) scale(0.75)}.ion-focused.label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-focused .label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-focused.label-floating.sc-ion-label-md-h:not(.ion-color),.ion-focused .label-floating.sc-ion-label-md-h:not(.ion-color),.item-has-focus.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-has-focus .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-has-focus.label-floating.sc-ion-label-md-h:not(.ion-color),.item-has-focus .label-floating.sc-ion-label-md-h:not(.ion-color){color:var(--ion-color-primary, #3880ff)}.ion-focused.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-focused.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-focused.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.ion-focused.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color),.item-has-focus.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-has-focus.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-has-focus.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.item-has-focus.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color){color:var(--ion-color-contrast)}.item-fill-solid.ion-focused.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.ion-focused.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.ion-focused.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.ion-focused.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.ion-focused.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.ion-focused.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.ion-focused.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.ion-focused.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.item-has-focus.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.item-has-focus.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.item-has-focus.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.item-has-focus.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.item-has-focus.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.item-has-focus.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.item-has-focus.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.item-has-focus.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color){color:var(--ion-color-base)}.ion-invalid.ion-touched.label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-invalid.ion-touched .label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-invalid.ion-touched.label-floating.sc-ion-label-md-h:not(.ion-color),.ion-invalid.ion-touched .label-floating.sc-ion-label-md-h:not(.ion-color){color:var(--highlight-color-invalid)}.sc-ion-label-md-s h1{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:1.5rem;font-weight:normal}.sc-ion-label-md-s h2{margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:1rem;font-weight:normal}.sc-ion-label-md-s h3,.sc-ion-label-md-s h4,.sc-ion-label-md-s h5,.sc-ion-label-md-s h6{margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:0.875rem;font-weight:normal;line-height:normal}.sc-ion-label-md-s p{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:0.875rem;line-height:1.25rem;text-overflow:inherit;overflow:inherit}.sc-ion-label-md-s>p{color:var(--ion-color-step-600, #666666)}.sc-ion-label-md-h.in-item-color.sc-ion-label-md-s>p{color:inherit}";
341
341
  const IonLabelMdStyle0 = labelMdCss;
342
342
 
343
343
  const Label = class {
@@ -7,15 +7,15 @@ Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
8
  const index = require('./index-0ffe376d.js');
9
9
  const config = require('./config-4f60b98a.js');
10
- const helpers = require('./helpers-2e1028fa.js');
10
+ const helpers = require('./helpers-da4c0ed1.js');
11
11
  const lockController = require('./lock-controller-6585a42a.js');
12
- const overlays = require('./overlays-fb7ca451.js');
12
+ const overlays = require('./overlays-db5d96f3.js');
13
13
  const theme = require('./theme-d1c573d2.js');
14
14
  const ionicGlobal = require('./ionic-global-59a10130.js');
15
- const animation = require('./animation-fdab9de5.js');
15
+ const animation = require('./animation-c2840aea.js');
16
16
  require('./index-c8d52405.js');
17
17
  require('./hardware-back-button-2696acaf.js');
18
- require('./framework-delegate-a3e6d060.js');
18
+ require('./framework-delegate-e0e13baa.js');
19
19
  require('./index-5915f9b3.js');
20
20
 
21
21
  /**
@@ -9,16 +9,16 @@ const index = require('./index-0ffe376d.js');
9
9
  const cubicBezier = require('./cubic-bezier-f2dccc53.js');
10
10
  const gestureController = require('./gesture-controller-c40c045a.js');
11
11
  const hardwareBackButton = require('./hardware-back-button-2696acaf.js');
12
- const helpers = require('./helpers-2e1028fa.js');
13
- const index$1 = require('./index-a43f7a0f.js');
14
- const overlays = require('./overlays-fb7ca451.js');
12
+ const helpers = require('./helpers-da4c0ed1.js');
13
+ const index$1 = require('./index-4c96691f.js');
14
+ const overlays = require('./overlays-db5d96f3.js');
15
15
  const ionicGlobal = require('./ionic-global-59a10130.js');
16
16
  const theme = require('./theme-d1c573d2.js');
17
17
  const index$2 = require('./index-f52c6d38.js');
18
18
  require('./index-c8d52405.js');
19
19
  require('./index-5915f9b3.js');
20
- require('./animation-fdab9de5.js');
21
- require('./framework-delegate-a3e6d060.js');
20
+ require('./animation-c2840aea.js');
21
+ require('./framework-delegate-e0e13baa.js');
22
22
 
23
23
  const menuIosCss = ":host{--width:304px;--min-width:auto;--max-width:auto;--height:100%;--min-height:auto;--max-height:auto;--background:var(--ion-background-color, #fff);left:0;right:0;top:0;bottom:0;display:none;position:absolute;contain:strict}:host(.show-menu){display:block}.menu-inner{-webkit-transform:translateX(-9999px);transform:translateX(-9999px);display:-ms-flexbox;display:flex;position:absolute;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);background:var(--background);contain:strict}:host(.menu-side-start) .menu-inner{--ion-safe-area-right:0px;top:0;bottom:0}@supports (inset-inline-start: 0){:host(.menu-side-start) .menu-inner{inset-inline-start:0;inset-inline-end:auto}}@supports not (inset-inline-start: 0){:host(.menu-side-start) .menu-inner{left:0;right:auto}:host-context([dir=rtl]):host(.menu-side-start) .menu-inner,:host-context([dir=rtl]).menu-side-start .menu-inner{left:unset;right:unset;left:auto;right:0}@supports selector(:dir(rtl)){:host(.menu-side-start:dir(rtl)) .menu-inner{left:unset;right:unset;left:auto;right:0}}}:host-context([dir=rtl]):host(.menu-side-start) .menu-inner,:host-context([dir=rtl]).menu-side-start .menu-inner{--ion-safe-area-right:unset;--ion-safe-area-left:0px}@supports selector(:dir(rtl)){:host(.menu-side-start:dir(rtl)) .menu-inner{--ion-safe-area-right:unset;--ion-safe-area-left:0px}}:host(.menu-side-end) .menu-inner{--ion-safe-area-left:0px;top:0;bottom:0}@supports (inset-inline-start: 0){:host(.menu-side-end) .menu-inner{inset-inline-start:auto;inset-inline-end:0}}@supports not (inset-inline-start: 0){:host(.menu-side-end) .menu-inner{left:auto;right:0}:host-context([dir=rtl]):host(.menu-side-end) .menu-inner,:host-context([dir=rtl]).menu-side-end .menu-inner{left:unset;right:unset;left:0;right:auto}@supports selector(:dir(rtl)){:host(.menu-side-end:dir(rtl)) .menu-inner{left:unset;right:unset;left:0;right:auto}}}:host-context([dir=rtl]):host(.menu-side-end) .menu-inner,:host-context([dir=rtl]).menu-side-end .menu-inner{--ion-safe-area-left:unset;--ion-safe-area-right:0px}@supports selector(:dir(rtl)){:host(.menu-side-end:dir(rtl)) .menu-inner{--ion-safe-area-left:unset;--ion-safe-area-right:0px}}ion-backdrop{display:none;opacity:0.01;z-index:-1}@media (max-width: 340px){.menu-inner{--width:264px}}:host(.menu-type-reveal){z-index:0}:host(.menu-type-reveal.show-menu) .menu-inner{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}:host(.menu-type-overlay){z-index:1000}:host(.menu-type-overlay) .show-backdrop{display:block;cursor:pointer}:host(.menu-pane-visible){width:var(--width);min-width:var(--min-width);max-width:var(--max-width)}:host(.menu-pane-visible) .menu-inner{left:0;right:0;width:auto;-webkit-transform:none;transform:none;-webkit-box-shadow:none;box-shadow:none}:host(.menu-pane-visible) ion-backdrop{display:hidden !important}:host(.menu-type-push){z-index:1000}:host(.menu-type-push) .show-backdrop{display:block}";
24
24
  const IonMenuIosStyle0 = menuIosCss;
@@ -6,18 +6,18 @@
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
8
  const index$3 = require('./index-0ffe376d.js');
9
- const index$2 = require('./index-53d162b2.js');
10
- const frameworkDelegate = require('./framework-delegate-a3e6d060.js');
11
- const helpers = require('./helpers-2e1028fa.js');
9
+ const index$2 = require('./index-bef98850.js');
10
+ const frameworkDelegate = require('./framework-delegate-e0e13baa.js');
11
+ const helpers = require('./helpers-da4c0ed1.js');
12
12
  const lockController = require('./lock-controller-6585a42a.js');
13
13
  const index$4 = require('./index-5915f9b3.js');
14
14
  const capacitor = require('./capacitor-c04564bf.js');
15
- const overlays = require('./overlays-fb7ca451.js');
15
+ const overlays = require('./overlays-db5d96f3.js');
16
16
  const theme = require('./theme-d1c573d2.js');
17
- const index$5 = require('./index-c3580a90.js');
17
+ const index$5 = require('./index-9bfcb6e8.js');
18
18
  const ionicGlobal = require('./ionic-global-59a10130.js');
19
19
  const keyboard = require('./keyboard-af1bb365.js');
20
- const animation = require('./animation-fdab9de5.js');
20
+ const animation = require('./animation-c2840aea.js');
21
21
  const cubicBezier = require('./cubic-bezier-f2dccc53.js');
22
22
  const index$1 = require('./index-d1b59ffa.js');
23
23
  const index = require('./index-c8d52405.js');
@@ -7,10 +7,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
8
  const index = require('./index-0ffe376d.js');
9
9
  const cubicBezier = require('./cubic-bezier-f2dccc53.js');
10
- const helpers = require('./helpers-2e1028fa.js');
11
- const index$1 = require('./index-c3580a90.js');
10
+ const helpers = require('./helpers-da4c0ed1.js');
11
+ const index$1 = require('./index-9bfcb6e8.js');
12
12
  const ionicGlobal = require('./ionic-global-59a10130.js');
13
- const frameworkDelegate = require('./framework-delegate-a3e6d060.js');
13
+ const frameworkDelegate = require('./framework-delegate-e0e13baa.js');
14
14
 
15
15
  const VIEW_STATE_NEW = 1;
16
16
  const VIEW_STATE_ATTACHED = 2;
@@ -136,7 +136,7 @@ const Nav = class {
136
136
  // We want to set this flag before any watch callbacks are manually called
137
137
  this.didLoad = true;
138
138
  this.rootChanged();
139
- this.gesture = (await Promise.resolve().then(function () { return require('./swipe-back-7a848bb8.js'); })).createSwipeBackGesture(this.el, this.canStart.bind(this), this.onStart.bind(this), this.onMove.bind(this), this.onEnd.bind(this));
139
+ this.gesture = (await Promise.resolve().then(function () { return require('./swipe-back-dcd0d4a9.js'); })).createSwipeBackGesture(this.el, this.canStart.bind(this), this.onStart.bind(this), this.onMove.bind(this), this.onEnd.bind(this));
140
140
  this.swipeGestureChanged();
141
141
  }
142
142
  connectedCallback() {
@@ -6,7 +6,7 @@
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
8
  const index = require('./index-0ffe376d.js');
9
- const helpers = require('./helpers-2e1028fa.js');
9
+ const helpers = require('./helpers-da4c0ed1.js');
10
10
  const haptic = require('./haptic-b882e0bb.js');
11
11
  const ionicGlobal = require('./ionic-global-59a10130.js');
12
12
  const theme = require('./theme-d1c573d2.js');
@@ -6,7 +6,7 @@
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
8
  const index = require('./index-0ffe376d.js');
9
- const helpers = require('./helpers-2e1028fa.js');
9
+ const helpers = require('./helpers-da4c0ed1.js');
10
10
 
11
11
  const pickerInternalIosCss = ":host{display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:200px;direction:ltr;z-index:0}:host .picker-before,:host .picker-after{position:absolute;width:100%;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1;pointer-events:none}:host .picker-before{top:0;height:83px}@supports (inset-inline-start: 0){:host .picker-before{inset-inline-start:0}}@supports not (inset-inline-start: 0){:host .picker-before{left:0}:host-context([dir=rtl]) .picker-before{left:unset;right:unset;right:0}@supports selector(:dir(rtl)){:host(:dir(rtl)) .picker-before{left:unset;right:unset;right:0}}}:host .picker-after{top:116px;height:84px}@supports (inset-inline-start: 0){:host .picker-after{inset-inline-start:0}}@supports not (inset-inline-start: 0){:host .picker-after{left:0}:host-context([dir=rtl]) .picker-after{left:unset;right:unset;right:0}@supports selector(:dir(rtl)){:host(:dir(rtl)) .picker-after{left:unset;right:unset;right:0}}}:host .picker-highlight{border-radius:8px;left:0;right:0;top:50%;bottom:0;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:0;margin-bottom:0;position:absolute;width:calc(100% - 16px);height:34px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:var(--wheel-highlight-background);z-index:-1}:host 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}:host ::slotted(ion-picker-column-internal:first-of-type){text-align:start}:host ::slotted(ion-picker-column-internal:last-of-type){text-align:end}:host ::slotted(ion-picker-column-internal:only-child){text-align:center}:host .picker-before{background:-webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1)), to(rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0.8)));background:linear-gradient(to bottom, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1) 20%, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0.8) 100%)}:host .picker-after{background:-webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1)), to(rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0.8)));background:linear-gradient(to top, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1) 20%, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0.8) 100%)}:host .picker-highlight{background:var(--wheel-highlight-background, var(--ion-color-step-150, #eeeeef))}";
12
12
  const IonPickerInternalIosStyle0 = pickerInternalIosCss;
@@ -6,15 +6,15 @@
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
8
  const index = require('./index-0ffe376d.js');
9
- const frameworkDelegate = require('./framework-delegate-a3e6d060.js');
10
- const helpers = require('./helpers-2e1028fa.js');
9
+ const frameworkDelegate = require('./framework-delegate-e0e13baa.js');
10
+ const helpers = require('./helpers-da4c0ed1.js');
11
11
  const lockController = require('./lock-controller-6585a42a.js');
12
12
  const index$1 = require('./index-5915f9b3.js');
13
- const overlays = require('./overlays-fb7ca451.js');
13
+ const overlays = require('./overlays-db5d96f3.js');
14
14
  const ionicGlobal = require('./ionic-global-59a10130.js');
15
15
  const theme = require('./theme-d1c573d2.js');
16
- const index$2 = require('./index-c3580a90.js');
17
- const animation = require('./animation-fdab9de5.js');
16
+ const index$2 = require('./index-9bfcb6e8.js');
17
+ const animation = require('./animation-c2840aea.js');
18
18
  require('./index-c8d52405.js');
19
19
  require('./hardware-back-button-2696acaf.js');
20
20
 
@@ -6,7 +6,7 @@
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
8
  const index = require('./index-0ffe376d.js');
9
- const helpers = require('./helpers-2e1028fa.js');
9
+ const helpers = require('./helpers-da4c0ed1.js');
10
10
  const theme = require('./theme-d1c573d2.js');
11
11
  const ionicGlobal = require('./ionic-global-59a10130.js');
12
12
 
@@ -6,8 +6,8 @@
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
8
  const index = require('./index-0ffe376d.js');
9
- const formController = require('./form-controller-7b90d7b7.js');
10
- const helpers = require('./helpers-2e1028fa.js');
9
+ const formController = require('./form-controller-c83330c0.js');
10
+ const helpers = require('./helpers-da4c0ed1.js');
11
11
  const compareWithUtils = require('./compare-with-utils-df1001d7.js');
12
12
  const index$1 = require('./index-5915f9b3.js');
13
13
  const theme = require('./theme-d1c573d2.js');
@@ -6,9 +6,9 @@
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
8
  const index = require('./index-0ffe376d.js');
9
- const index$2 = require('./index-53d162b2.js');
10
- const formController = require('./form-controller-7b90d7b7.js');
11
- const helpers = require('./helpers-2e1028fa.js');
9
+ const index$2 = require('./index-bef98850.js');
10
+ const formController = require('./form-controller-c83330c0.js');
11
+ const helpers = require('./helpers-da4c0ed1.js');
12
12
  const index$1 = require('./index-5915f9b3.js');
13
13
  const dir = require('./dir-94c21456.js');
14
14
  const theme = require('./theme-d1c573d2.js');
@@ -7,11 +7,11 @@ Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
8
  const index = require('./index-0ffe376d.js');
9
9
  const cubicBezier = require('./cubic-bezier-f2dccc53.js');
10
- const index$1 = require('./index-53d162b2.js');
11
- const helpers = require('./helpers-2e1028fa.js');
10
+ const index$1 = require('./index-bef98850.js');
11
+ const helpers = require('./helpers-da4c0ed1.js');
12
12
  const haptic = require('./haptic-b882e0bb.js');
13
13
  const ionicGlobal = require('./ionic-global-59a10130.js');
14
- const animation = require('./animation-fdab9de5.js');
14
+ const animation = require('./animation-c2840aea.js');
15
15
  const config = require('./config-4f60b98a.js');
16
16
  const index$2 = require('./index-f52c6d38.js');
17
17
  const spinnerConfigs = require('./spinner-configs-282fd50a.js');
@@ -8,8 +8,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
8
8
  const index = require('./index-0ffe376d.js');
9
9
  const index$1 = require('./index-f52c6d38.js');
10
10
  const ionicGlobal = require('./ionic-global-59a10130.js');
11
- const index$2 = require('./index-53d162b2.js');
12
- const helpers = require('./helpers-2e1028fa.js');
11
+ const index$2 = require('./index-bef98850.js');
12
+ const helpers = require('./helpers-da4c0ed1.js');
13
13
  const haptic = require('./haptic-b882e0bb.js');
14
14
  require('./index-5915f9b3.js');
15
15
  require('./capacitor-c04564bf.js');
@@ -6,7 +6,7 @@
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
8
  const index = require('./index-0ffe376d.js');
9
- const helpers = require('./helpers-2e1028fa.js');
9
+ const helpers = require('./helpers-da4c0ed1.js');
10
10
  const theme = require('./theme-d1c573d2.js');
11
11
  const ionicGlobal = require('./ionic-global-59a10130.js');
12
12
 
@@ -6,7 +6,7 @@
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
8
  const index = require('./index-0ffe376d.js');
9
- const helpers = require('./helpers-2e1028fa.js');
9
+ const helpers = require('./helpers-da4c0ed1.js');
10
10
  const dir = require('./dir-94c21456.js');
11
11
  const theme = require('./theme-d1c573d2.js');
12
12
  const index$1 = require('./index-f52c6d38.js');
@@ -6,7 +6,7 @@
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
8
  const index = require('./index-0ffe376d.js');
9
- const helpers = require('./helpers-2e1028fa.js');
9
+ const helpers = require('./helpers-da4c0ed1.js');
10
10
  const dir = require('./dir-94c21456.js');
11
11
  const theme = require('./theme-d1c573d2.js');
12
12
  const ionicGlobal = require('./ionic-global-59a10130.js');
@@ -6,12 +6,12 @@
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
8
  const index = require('./index-0ffe376d.js');
9
- const formController = require('./form-controller-7b90d7b7.js');
10
- const notchController = require('./notch-controller-db0127c4.js');
9
+ const formController = require('./form-controller-c83330c0.js');
10
+ const notchController = require('./notch-controller-bfbcbb7a.js');
11
11
  const compareWithUtils = require('./compare-with-utils-df1001d7.js');
12
- const helpers = require('./helpers-2e1028fa.js');
12
+ const helpers = require('./helpers-da4c0ed1.js');
13
13
  const index$1 = require('./index-5915f9b3.js');
14
- const overlays = require('./overlays-fb7ca451.js');
14
+ const overlays = require('./overlays-db5d96f3.js');
15
15
  const dir = require('./dir-94c21456.js');
16
16
  const theme = require('./theme-d1c573d2.js');
17
17
  const watchOptions = require('./watch-options-f5f3e158.js');
@@ -19,7 +19,7 @@ const index$2 = require('./index-f52c6d38.js');
19
19
  const ionicGlobal = require('./ionic-global-59a10130.js');
20
20
  require('./index-c8d52405.js');
21
21
  require('./hardware-back-button-2696acaf.js');
22
- require('./framework-delegate-a3e6d060.js');
22
+ require('./framework-delegate-e0e13baa.js');
23
23
 
24
24
  const selectIosCss = ":host{--padding-top:0px;--padding-end:0px;--padding-bottom:0px;--padding-start:0px;--placeholder-color:currentColor;--placeholder-opacity:0.6;--background:transparent;--border-style:solid;--highlight-color-focused:var(--ion-color-primary, #3880ff);--highlight-color-valid:var(--ion-color-success, #2dd36f);--highlight-color-invalid:var(--ion-color-danger, #eb445a);--highlight-color:var(--highlight-color-focused);display:block;position:relative;font-family:var(--ion-font-family, inherit);white-space:nowrap;cursor:pointer;z-index:2}:host(:not(.legacy-select)){width:100%;min-height:44px}:host(.select-label-placement-floating),:host(.select-label-placement-stacked){min-height:56px}:host(.ion-color){--highlight-color-focused:var(--ion-color-base)}:host(.legacy-select){-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);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;overflow:hidden}:host(.in-item:not(.legacy-select)){-ms-flex:1 1 0px;flex:1 1 0}:host(.in-item.legacy-select){position:static;max-width:45%}:host(.select-disabled){pointer-events:none}:host(.ion-focused) button{border:2px solid #5e9ed6}:host([slot=start]:not(.legacy-select)),:host([slot=end]:not(.legacy-select)){width:auto}.select-placeholder{color:var(--placeholder-color);opacity:var(--placeholder-opacity)}:host(.legacy-select) label{top:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;position:absolute;width:100%;height:100%;border:0;background:transparent;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;opacity:0}@supports (inset-inline-start: 0){:host(.legacy-select) label{inset-inline-start:0}}@supports not (inset-inline-start: 0){:host(.legacy-select) label{left:0}:host-context([dir=rtl]):host(.legacy-select) label,:host-context([dir=rtl]).legacy-select label{left:unset;right:unset;right:0}@supports selector(:dir(rtl)){:host(.legacy-select:dir(rtl)) label{left:unset;right:unset;right:0}}}:host(.legacy-select) label::-moz-focus-inner{border:0}button{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}.select-icon{-webkit-margin-start:4px;margin-inline-start:4px;-webkit-margin-end:0;margin-inline-end:0;margin-top:0;margin-bottom:0;position:relative;-ms-flex-negative:0;flex-shrink:0}:host(.in-item-color) .select-icon{color:inherit}:host(.select-label-placement-stacked) .select-icon,:host(.select-label-placement-floating) .select-icon{position:absolute;height:100%}:host(.select-ltr.select-label-placement-stacked) .select-icon,:host(.select-ltr.select-label-placement-floating) .select-icon{right:var(--padding-end, 0)}:host(.select-rtl.select-label-placement-stacked) .select-icon,:host(.select-rtl.select-label-placement-floating) .select-icon{left:var(--padding-start, 0)}.select-text{-ms-flex:1;flex:1;min-width:16px;font-size:inherit;text-overflow:ellipsis;white-space:inherit;overflow:hidden}.select-wrapper{-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);border-radius:var(--border-radius);display:-ms-flexbox;display:flex;position:relative;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;height:inherit;min-height:inherit;-webkit-transition:background-color 15ms linear;transition:background-color 15ms linear;background:var(--background);line-height:normal;cursor:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}.select-wrapper .select-placeholder{-webkit-transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)}.select-wrapper-inner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;overflow:hidden}:host(.select-label-placement-stacked) .select-wrapper-inner,:host(.select-label-placement-floating) .select-wrapper-inner{-ms-flex-positive:1;flex-grow:1}:host(.ion-touched.ion-invalid){--highlight-color:var(--highlight-color-invalid)}:host(.ion-valid){--highlight-color:var(--highlight-color-valid)}.label-text-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;max-width:200px;-webkit-transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none}.label-text,::slotted([slot=label]){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.label-text-wrapper-hidden,.select-outline-notch-hidden{display:none}.native-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-webkit-transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);overflow:hidden}:host(.select-justify-space-between) .select-wrapper{-ms-flex-pack:justify;justify-content:space-between}:host(.select-justify-start) .select-wrapper{-ms-flex-pack:start;justify-content:start}:host(.select-justify-end) .select-wrapper{-ms-flex-pack:end;justify-content:end}:host(.select-label-placement-start) .select-wrapper{-ms-flex-direction:row;flex-direction:row}:host(.select-label-placement-start) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}:host(.select-label-placement-end) .select-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse}:host(.select-label-placement-end) .label-text-wrapper{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0;margin-top:0;margin-bottom:0}:host(.select-label-placement-fixed) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}:host(.select-label-placement-fixed) .label-text-wrapper{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}:host(.select-label-placement-stacked) .select-wrapper,:host(.select-label-placement-floating) .select-wrapper{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:start}:host(.select-label-placement-stacked) .label-text-wrapper,:host(.select-label-placement-floating) .label-text-wrapper{max-width:100%}:host(.select-ltr.select-label-placement-stacked) .label-text-wrapper,:host(.select-ltr.select-label-placement-floating) .label-text-wrapper{-webkit-transform-origin:left top;transform-origin:left top}:host(.select-rtl.select-label-placement-stacked) .label-text-wrapper,:host(.select-rtl.select-label-placement-floating) .label-text-wrapper{-webkit-transform-origin:right top;transform-origin:right top}:host(.select-label-placement-stacked) .native-wrapper,:host(.select-label-placement-floating) .native-wrapper{margin-left:0;margin-right:0;margin-top:1px;margin-bottom:0;-ms-flex-positive:1;flex-grow:1;width:100%}:host(.select-label-placement-floating) .label-text-wrapper{-webkit-transform:translateY(100%) scale(1);transform:translateY(100%) scale(1)}:host(.select-label-placement-floating:not(.label-floating)) .native-wrapper .select-placeholder{opacity:0}:host(.select-expanded.select-label-placement-floating) .native-wrapper .select-placeholder,:host(.ion-focused.select-label-placement-floating) .native-wrapper .select-placeholder,:host(.has-value.select-label-placement-floating) .native-wrapper .select-placeholder{opacity:1}:host(.label-floating) .label-text-wrapper{-webkit-transform:translateY(50%) scale(0.75);transform:translateY(50%) scale(0.75);max-width:calc(100% / 0.75)}::slotted([slot=start]),::slotted([slot=end]){-ms-flex-negative:0;flex-shrink:0}::slotted([slot=start]){-webkit-margin-end:16px;margin-inline-end:16px;-webkit-margin-start:0;margin-inline-start:0}::slotted([slot=end]){-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0}:host(.legacy-select){--padding-top:10px;--padding-end:8px;--padding-bottom:10px;--padding-start:16px}.select-icon{width:1.125rem;height:1.125rem;color:var(--ion-color-step-650, #595959)}:host(.select-label-placement-stacked) .select-wrapper-inner,:host(.select-label-placement-floating) .select-wrapper-inner{width:calc(100% - 1.125rem - 4px)}:host(.select-disabled){opacity:0.3}::slotted(ion-button[slot=start].button-has-icon-only),::slotted(ion-button[slot=end].button-has-icon-only){--border-radius:50%;--padding-start:0;--padding-end:0;--padding-top:0;--padding-bottom:0;aspect-ratio:1}";
25
25
  const IonSelectIosStyle0 = selectIosCss;
@@ -167,7 +167,7 @@ const Select = class {
167
167
  if (indexOfSelected > -1) {
168
168
  const selectedItem = overlay.querySelector(`.select-interface-option:nth-child(${indexOfSelected + 1})`);
169
169
  if (selectedItem) {
170
- helpers.focusElement(selectedItem);
170
+ helpers.focusVisibleElement(selectedItem);
171
171
  /**
172
172
  * Browsers such as Firefox do not
173
173
  * correctly delegate focus when manually
@@ -191,7 +191,7 @@ const Select = class {
191
191
  */
192
192
  const firstEnabledOption = overlay.querySelector('ion-radio:not(.radio-disabled), ion-checkbox:not(.checkbox-disabled)');
193
193
  if (firstEnabledOption) {
194
- helpers.focusElement(firstEnabledOption.closest('ion-item'));
194
+ helpers.focusVisibleElement(firstEnabledOption.closest('ion-item'));
195
195
  /**
196
196
  * Focus the option for the same reason as we do above.
197
197
  */
@@ -9,7 +9,7 @@ const index = require('./index-0ffe376d.js');
9
9
  const keyboardController = require('./keyboard-controller-c05e747a.js');
10
10
  const theme = require('./theme-d1c573d2.js');
11
11
  const ionicGlobal = require('./ionic-global-59a10130.js');
12
- const helpers = require('./helpers-2e1028fa.js');
12
+ const helpers = require('./helpers-da4c0ed1.js');
13
13
  require('./index-c8d52405.js');
14
14
  require('./keyboard-0272231f.js');
15
15
  require('./capacitor-c04564bf.js');
@@ -6,8 +6,8 @@
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
8
  const index = require('./index-0ffe376d.js');
9
- const frameworkDelegate = require('./framework-delegate-a3e6d060.js');
10
- require('./helpers-2e1028fa.js');
9
+ const frameworkDelegate = require('./framework-delegate-e0e13baa.js');
10
+ require('./helpers-da4c0ed1.js');
11
11
 
12
12
  const tabCss = ":host(.tab-hidden){display:none !important}";
13
13
  const IonTabStyle0 = tabCss;
@@ -6,11 +6,11 @@
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
8
  const index = require('./index-0ffe376d.js');
9
- const formController = require('./form-controller-7b90d7b7.js');
10
- const notchController = require('./notch-controller-db0127c4.js');
11
- const helpers = require('./helpers-2e1028fa.js');
9
+ const formController = require('./form-controller-c83330c0.js');
10
+ const notchController = require('./notch-controller-bfbcbb7a.js');
11
+ const helpers = require('./helpers-da4c0ed1.js');
12
12
  const index$1 = require('./index-5915f9b3.js');
13
- const input_utils = require('./input.utils-d693d18a.js');
13
+ const input_utils = require('./input.utils-d7dca90f.js');
14
14
  const theme = require('./theme-d1c573d2.js');
15
15
  const ionicGlobal = require('./ionic-global-59a10130.js');
16
16
  require('./index-c8d52405.js');
@@ -7,17 +7,17 @@ Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
8
  const index$3 = require('./index-0ffe376d.js');
9
9
  const config = require('./config-4f60b98a.js');
10
- const helpers = require('./helpers-2e1028fa.js');
10
+ const helpers = require('./helpers-da4c0ed1.js');
11
11
  const lockController = require('./lock-controller-6585a42a.js');
12
12
  const index$1 = require('./index-5915f9b3.js');
13
- const overlays = require('./overlays-fb7ca451.js');
13
+ const overlays = require('./overlays-db5d96f3.js');
14
14
  const theme = require('./theme-d1c573d2.js');
15
15
  const ionicGlobal = require('./ionic-global-59a10130.js');
16
- const animation = require('./animation-fdab9de5.js');
16
+ const animation = require('./animation-c2840aea.js');
17
17
  const index = require('./index-c8d52405.js');
18
18
  const index$2 = require('./index-d1b59ffa.js');
19
19
  require('./hardware-back-button-2696acaf.js');
20
- require('./framework-delegate-a3e6d060.js');
20
+ require('./framework-delegate-e0e13baa.js');
21
21
  require('./gesture-controller-c40c045a.js');
22
22
 
23
23
  /**
@@ -6,8 +6,8 @@
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
8
  const index = require('./index-0ffe376d.js');
9
- const formController = require('./form-controller-7b90d7b7.js');
10
- const helpers = require('./helpers-2e1028fa.js');
9
+ const formController = require('./form-controller-c83330c0.js');
10
+ const helpers = require('./helpers-da4c0ed1.js');
11
11
  const index$2 = require('./index-5915f9b3.js');
12
12
  const haptic = require('./haptic-b882e0bb.js');
13
13
  const dir = require('./dir-94c21456.js');
@@ -3,10 +3,10 @@
3
3
  */
4
4
  'use strict';
5
5
 
6
- const animation = require('./animation-fdab9de5.js');
7
- const index = require('./index-c3580a90.js');
6
+ const animation = require('./animation-c2840aea.js');
7
+ const index = require('./index-9bfcb6e8.js');
8
8
  require('./index-c8d52405.js');
9
- require('./helpers-2e1028fa.js');
9
+ require('./helpers-da4c0ed1.js');
10
10
  require('./index-0ffe376d.js');
11
11
 
12
12
  const DURATION = 540;
@@ -3,10 +3,10 @@
3
3
  */
4
4
  'use strict';
5
5
 
6
- const animation = require('./animation-fdab9de5.js');
7
- const index = require('./index-c3580a90.js');
6
+ const animation = require('./animation-c2840aea.js');
7
+ const index = require('./index-9bfcb6e8.js');
8
8
  require('./index-c8d52405.js');
9
- require('./helpers-2e1028fa.js');
9
+ require('./helpers-da4c0ed1.js');
10
10
  require('./index-0ffe376d.js');
11
11
 
12
12
  const mdTransitionAnimation = (_, opts) => {
@@ -4,7 +4,7 @@
4
4
  'use strict';
5
5
 
6
6
  const index = require('./index-c8d52405.js');
7
- const helpers = require('./helpers-2e1028fa.js');
7
+ const helpers = require('./helpers-da4c0ed1.js');
8
8
 
9
9
  /**
10
10
  * A utility to calculate the size of an outline notch