voyager-ionic-core 7.2.3 → 7.4.4

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 (1192) hide show
  1. package/components/action-sheet.js +12 -17
  2. package/components/alert.js +17 -20
  3. package/components/animation.js +60 -1
  4. package/components/button-active.js +1 -1
  5. package/components/button.js +18 -0
  6. package/components/checkbox.js +18 -7
  7. package/components/data.js +47 -9
  8. package/components/framework-delegate.js +21 -2
  9. package/components/icon.js +6 -0
  10. package/components/index.d.ts +6 -0
  11. package/components/index.js +3 -3
  12. package/components/index2.js +203 -429
  13. package/components/index3.js +429 -203
  14. package/components/input-shims.js +88 -7
  15. package/components/ion-accordion-group.js +5 -1
  16. package/components/ion-accordion.js +2 -0
  17. package/components/ion-breadcrumbs.js +5 -1
  18. package/components/ion-content.js +51 -5
  19. package/components/ion-datetime-button.js +3 -0
  20. package/components/ion-datetime.js +142 -92
  21. package/components/ion-fab-list.js +3 -1
  22. package/components/ion-fab.js +3 -1
  23. package/components/ion-header.js +1 -1
  24. package/components/ion-img.js +2 -0
  25. package/components/ion-infinite-scroll.js +3 -0
  26. package/components/ion-input.js +6 -1
  27. package/components/ion-item-sliding.js +3 -1
  28. package/components/ion-loading.js +11 -16
  29. package/components/ion-menu.js +76 -26
  30. package/components/ion-modal.js +46 -42
  31. package/components/ion-nav.js +5 -2
  32. package/components/ion-picker.js +11 -16
  33. package/components/ion-range.js +41 -6
  34. package/components/ion-refresher.js +5 -3
  35. package/components/ion-reorder-group.js +3 -1
  36. package/components/ion-route-redirect.js +3 -0
  37. package/components/ion-route.js +4 -0
  38. package/components/ion-router-outlet.js +10 -14
  39. package/components/ion-searchbar.js +4 -0
  40. package/components/ion-segment-button.js +2 -0
  41. package/components/ion-segment.js +42 -25
  42. package/components/ion-select.js +36 -17
  43. package/components/ion-split-pane.js +4 -0
  44. package/components/ion-tab-bar.js +6 -0
  45. package/components/ion-tab.js +2 -0
  46. package/components/ion-textarea.js +8 -4
  47. package/components/ion-title.js +3 -1
  48. package/components/ion-toast.js +15 -17
  49. package/components/ion-toggle.js +12 -4
  50. package/components/ion-toolbar.js +2 -2
  51. package/components/ios.transition.js +1 -1
  52. package/components/item.js +48 -10
  53. package/components/label.js +5 -2
  54. package/components/lock-controller.js +38 -0
  55. package/components/md.transition.js +1 -1
  56. package/components/notch-controller.js +1 -1
  57. package/components/overlays.js +30 -10
  58. package/components/picker-column-internal.js +2 -0
  59. package/components/picker-column.js +3 -1
  60. package/components/popover.js +20 -30
  61. package/components/radio-group.js +4 -2
  62. package/components/radio.js +15 -4
  63. package/components/swipe-back.js +8 -4
  64. package/css/core.css +0 -1
  65. package/css/core.css.map +1 -1
  66. package/css/ionic.bundle.css +1 -1
  67. package/css/ionic.bundle.css.map +1 -1
  68. package/dist/cjs/{animation-c68ec4cb.js → animation-c8bdd3c7.js} +62 -3
  69. package/dist/cjs/{app-globals-3ba8ddad.js → app-globals-fe1ad535.js} +1 -1
  70. package/dist/cjs/{button-active-7578c6c2.js → button-active-0932cee9.js} +3 -3
  71. package/dist/cjs/{capacitor-a77e977e.js → capacitor-2ffba62a.js} +1 -1
  72. package/dist/cjs/{data-3a7f5c1a.js → data-db832785.js} +48 -10
  73. package/dist/cjs/{form-controller-d42b8c05.js → form-controller-5e223b54.js} +1 -1
  74. package/dist/cjs/{framework-delegate-d2bbe945.js → framework-delegate-c0873a6f.js} +22 -3
  75. package/dist/cjs/{haptic-89b33156.js → haptic-c5f6b4d5.js} +1 -1
  76. package/dist/cjs/{index-def9efb5.js → index-0ee995e4.js} +1 -1
  77. package/dist/cjs/{index-dc56ac38.js → index-10873539.js} +2 -2
  78. package/dist/cjs/{index-b358eb23.js → index-305a23dc.js} +283 -96
  79. package/dist/cjs/{index-404c1016.js → index-9f379eaa.js} +2 -2
  80. package/dist/cjs/{index-4e642409.js → index-d3568232.js} +4 -4
  81. package/dist/cjs/{index-1901dd17.js → index-f94cbab1.js} +4 -4
  82. package/dist/cjs/index.cjs.js +24 -23
  83. package/dist/cjs/{input-shims-9b42b3fe.js → input-shims-da7dc0de.js} +96 -16
  84. package/dist/cjs/{input.utils-7e077818.js → input.utils-0fe3097c.js} +3 -3
  85. package/dist/cjs/ion-accordion_2.cjs.entry.js +5 -5
  86. package/dist/cjs/ion-action-sheet.cjs.entry.js +24 -32
  87. package/dist/cjs/ion-alert.cjs.entry.js +27 -35
  88. package/dist/cjs/ion-app_8.cjs.entry.js +81 -41
  89. package/dist/cjs/ion-avatar_3.cjs.entry.js +3 -3
  90. package/dist/cjs/ion-back-button.cjs.entry.js +5 -5
  91. package/dist/cjs/ion-backdrop.cjs.entry.js +3 -3
  92. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +5 -5
  93. package/dist/cjs/ion-button_2.cjs.entry.js +21 -5
  94. package/dist/cjs/ion-card_5.cjs.entry.js +4 -4
  95. package/dist/cjs/ion-checkbox.cjs.entry.js +20 -13
  96. package/dist/cjs/ion-chip.cjs.entry.js +3 -3
  97. package/dist/cjs/ion-col_3.cjs.entry.js +2 -2
  98. package/dist/cjs/ion-datetime-button.cjs.entry.js +9 -6
  99. package/dist/cjs/ion-datetime_3.cjs.entry.js +156 -125
  100. package/dist/cjs/ion-fab_3.cjs.entry.js +7 -7
  101. package/dist/cjs/ion-img.cjs.entry.js +3 -3
  102. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +6 -6
  103. package/dist/cjs/ion-input.cjs.entry.js +11 -11
  104. package/dist/cjs/ion-item-option_3.cjs.entry.js +8 -8
  105. package/dist/cjs/ion-item_8.cjs.entry.js +43 -16
  106. package/dist/cjs/ion-loading.cjs.entry.js +19 -27
  107. package/dist/cjs/ion-menu_3.cjs.entry.js +83 -38
  108. package/dist/cjs/ion-modal.cjs.entry.js +59 -58
  109. package/dist/cjs/ion-nav_2.cjs.entry.js +8 -8
  110. package/dist/cjs/ion-picker-column-internal.cjs.entry.js +7 -7
  111. package/dist/cjs/ion-picker-internal.cjs.entry.js +2 -2
  112. package/dist/cjs/ion-popover.cjs.entry.js +26 -40
  113. package/dist/cjs/ion-progress-bar.cjs.entry.js +4 -4
  114. package/dist/cjs/ion-radio_2.cjs.entry.js +16 -11
  115. package/dist/cjs/ion-range.cjs.entry.js +42 -14
  116. package/dist/cjs/ion-refresher_2.cjs.entry.js +16 -16
  117. package/dist/cjs/ion-reorder_2.cjs.entry.js +10 -10
  118. package/dist/cjs/ion-ripple-effect.cjs.entry.js +2 -2
  119. package/dist/cjs/ion-route_4.cjs.entry.js +4 -4
  120. package/dist/cjs/ion-searchbar.cjs.entry.js +6 -6
  121. package/dist/cjs/ion-segment_2.cjs.entry.js +40 -29
  122. package/dist/cjs/ion-select_3.cjs.entry.js +45 -31
  123. package/dist/cjs/ion-spinner.cjs.entry.js +4 -4
  124. package/dist/cjs/ion-split-pane.cjs.entry.js +2 -2
  125. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +12 -8
  126. package/dist/cjs/ion-tab_2.cjs.entry.js +3 -3
  127. package/dist/cjs/ion-text.cjs.entry.js +3 -3
  128. package/dist/cjs/ion-textarea.cjs.entry.js +12 -12
  129. package/dist/cjs/ion-toast.cjs.entry.js +23 -28
  130. package/dist/cjs/ion-toggle.cjs.entry.js +20 -15
  131. package/dist/cjs/{ionic-global-5e671da5.js → ionic-global-fb752503.js} +1 -1
  132. package/dist/cjs/ionic.cjs.js +5 -8
  133. package/dist/cjs/{ios.transition-0b0d2e7f.js → ios.transition-7d688757.js} +5 -5
  134. package/dist/cjs/{keyboard-2eabd73b.js → keyboard-38f2bb7b.js} +3 -3
  135. package/dist/cjs/{keyboard-controller-4aa8c1d6.js → keyboard-controller-50beb83a.js} +2 -2
  136. package/dist/cjs/{keyboard-f35d0b9d.js → keyboard-fd7db491.js} +1 -1
  137. package/dist/cjs/loader.cjs.js +5 -14
  138. package/dist/cjs/lock-controller-4ae2eb59.js +40 -0
  139. package/dist/cjs/{md.transition-481e9b5f.js → md.transition-d77d3c2e.js} +5 -5
  140. package/dist/cjs/{notch-controller-159c65d4.js → notch-controller-f4f6af5d.js} +3 -3
  141. package/dist/cjs/{overlays-d17b3668.js → overlays-7e1a08fa.js} +36 -16
  142. package/dist/cjs/{status-tap-6061aa3f.js → status-tap-778e8054.js} +4 -4
  143. package/dist/cjs/{swipe-back-75dad2d4.js → swipe-back-7e843e77.js} +11 -7
  144. package/dist/collection/collection-manifest.json +94 -94
  145. package/dist/collection/components/accordion/accordion.js +4 -4
  146. package/dist/collection/components/accordion/test/a11y/accordion.e2e.js +1 -1
  147. package/dist/collection/components/accordion/test/accordion.e2e.js +1 -1
  148. package/dist/collection/components/accordion/test/basic/accordion.e2e.js +1 -1
  149. package/dist/collection/components/accordion/test/multiple/accordion.e2e.js +1 -1
  150. package/dist/collection/components/accordion/test/nested/accordion.e2e.js +1 -1
  151. package/dist/collection/components/accordion/test/standalone/accordion.e2e.js +2 -2
  152. package/dist/collection/components/accordion-group/accordion-group.js +12 -7
  153. package/dist/collection/components/action-sheet/action-sheet.js +47 -39
  154. package/dist/collection/components/action-sheet/test/a11y/action-sheet.e2e.js +19 -4
  155. package/dist/collection/components/action-sheet/test/basic/action-sheet-rendering.e2e.js +1 -1
  156. package/dist/collection/components/action-sheet/test/basic/action-sheet.e2e.js +2 -2
  157. package/dist/collection/components/action-sheet/test/basic/fixture.js +1 -1
  158. package/dist/collection/components/action-sheet/test/is-open/action-sheet.e2e.js +1 -1
  159. package/dist/collection/components/action-sheet/test/translucent/action-sheet.e2e.js +1 -1
  160. package/dist/collection/components/action-sheet/test/trigger/action-sheet.e2e.js +1 -1
  161. package/dist/collection/components/alert/alert.ios.css +3 -8
  162. package/dist/collection/components/alert/alert.js +52 -42
  163. package/dist/collection/components/alert/alert.md.css +3 -9
  164. package/dist/collection/components/alert/test/a11y/alert.e2e.js +11 -2
  165. package/dist/collection/components/alert/test/basic/alert.e2e.js +1 -1
  166. package/dist/collection/components/alert/test/is-open/alert.e2e.js +1 -1
  167. package/dist/collection/components/alert/test/standalone/alert.e2e.js +1 -1
  168. package/dist/collection/components/alert/test/trigger/alert.e2e.js +1 -1
  169. package/dist/collection/components/app/app.js +7 -5
  170. package/dist/collection/components/app/test/safe-area/app.e2e.js +1 -1
  171. package/dist/collection/components/avatar/avatar.js +2 -2
  172. package/dist/collection/components/avatar/test/basic/avatar.e2e.js +1 -1
  173. package/dist/collection/components/back-button/back-button.js +8 -6
  174. package/dist/collection/components/back-button/test/basic/back-button.e2e.js +1 -1
  175. package/dist/collection/components/back-button/test/toolbar/back-button.e2e.js +1 -1
  176. package/dist/collection/components/backdrop/backdrop.js +2 -2
  177. package/dist/collection/components/badge/badge.js +4 -3
  178. package/dist/collection/components/badge/test/basic/badge.e2e.js +1 -1
  179. package/dist/collection/components/breadcrumb/breadcrumb.js +11 -7
  180. package/dist/collection/components/breadcrumbs/breadcrumbs.js +6 -4
  181. package/dist/collection/components/breadcrumbs/test/a11y/breadcrumbs.e2e.js +2 -2
  182. package/dist/collection/components/breadcrumbs/test/basic/breadcrumbs.e2e.js +1 -1
  183. package/dist/collection/components/breadcrumbs/test/collapsed/breadcrumbs.e2e.js +1 -1
  184. package/dist/collection/components/breadcrumbs/test/reactive/breadcrumbs.e2e.js +1 -1
  185. package/dist/collection/components/button/button.js +26 -6
  186. package/dist/collection/components/button/test/basic/button.e2e.js +1 -1
  187. package/dist/collection/components/button/test/clear/button.e2e.js +1 -1
  188. package/dist/collection/components/button/test/expand/button.e2e.js +1 -1
  189. package/dist/collection/components/button/test/form-reference/button.e2e.js +1 -1
  190. package/dist/collection/components/button/test/icon/button.e2e.js +1 -1
  191. package/dist/collection/components/button/test/outline/button.e2e.js +1 -1
  192. package/dist/collection/components/button/test/round/button.e2e.js +1 -1
  193. package/dist/collection/components/button/test/size/button.e2e.js +1 -1
  194. package/dist/collection/components/button/test/strong/button.e2e.js +1 -1
  195. package/dist/collection/components/button/test/wrap/button.e2e.js +1 -1
  196. package/dist/collection/components/buttons/buttons.js +2 -2
  197. package/dist/collection/components/card/card.js +8 -5
  198. package/dist/collection/components/card/test/basic/card.e2e.js +1 -1
  199. package/dist/collection/components/card-content/card-content.js +2 -2
  200. package/dist/collection/components/card-header/card-header.js +4 -3
  201. package/dist/collection/components/card-header/test/basic/card-header.e2e.js +1 -1
  202. package/dist/collection/components/card-subtitle/card-subtitle.js +4 -3
  203. package/dist/collection/components/card-title/card-title.js +4 -3
  204. package/dist/collection/components/checkbox/checkbox.ios.css +67 -0
  205. package/dist/collection/components/checkbox/checkbox.js +41 -13
  206. package/dist/collection/components/checkbox/checkbox.md.css +67 -0
  207. package/dist/collection/components/checkbox/test/a11y/checkbox.e2e.js +2 -2
  208. package/dist/collection/components/checkbox/test/basic/checkbox.e2e.js +18 -1
  209. package/dist/collection/components/checkbox/test/color/checkbox.e2e.js +3 -3
  210. package/dist/collection/components/checkbox/test/indeterminate/checkbox.e2e.js +1 -1
  211. package/dist/collection/components/checkbox/test/item/checkbox.e2e.js +18 -5
  212. package/dist/collection/components/checkbox/test/label/checkbox.e2e.js +38 -11
  213. package/dist/collection/components/checkbox/test/legacy/basic/checkbox.e2e.js +19 -2
  214. package/dist/collection/components/checkbox/test/legacy/indeterminate/checkbox.e2e.js +2 -2
  215. package/dist/collection/components/checkbox/test/states/checkbox.e2e.js +5 -5
  216. package/dist/collection/components/chip/chip.js +4 -3
  217. package/dist/collection/components/chip/test/basic/chip.e2e.js +1 -1
  218. package/dist/collection/components/chip/test/states/chip.e2e.js +1 -1
  219. package/dist/collection/components/col/col.js +2 -2
  220. package/dist/collection/components/content/content.js +76 -24
  221. package/dist/collection/components/content/test/basic/content.e2e.js +1 -1
  222. package/dist/collection/components/content/test/fixed/content.e2e.js +1 -1
  223. package/dist/collection/components/content/test/fullscreen/content.e2e.js +1 -1
  224. package/dist/collection/components/content/test/standalone/content.e2e.js +1 -1
  225. package/dist/collection/components/datetime/datetime.ios.css +32 -29
  226. package/dist/collection/components/datetime/datetime.js +169 -114
  227. package/dist/collection/components/datetime/datetime.md.css +20 -28
  228. package/dist/collection/components/datetime/test/basic/datetime.e2e.js +26 -1
  229. package/dist/collection/components/datetime/test/color/datetime.e2e.js +2 -2
  230. package/dist/collection/components/datetime/test/custom/datetime.e2e.js +28 -9
  231. package/dist/collection/components/datetime/test/datetime.e2e.js +1 -1
  232. package/dist/collection/components/datetime/test/disable-dates/datetime.e2e.js +1 -1
  233. package/dist/collection/components/datetime/test/display/datetime.e2e.js +1 -1
  234. package/dist/collection/components/datetime/test/first-day-of-week/datetime.e2e.js +1 -1
  235. package/dist/collection/components/datetime/test/highlighted-dates/datetime.e2e.js +1 -1
  236. package/dist/collection/components/datetime/test/hour-cycle/datetime.e2e.js +1 -1
  237. package/dist/collection/components/datetime/test/locale/datetime.e2e.js +1 -1
  238. package/dist/collection/components/datetime/test/minmax/datetime.e2e.js +1 -1
  239. package/dist/collection/components/datetime/test/month-year-picker/datetime.e2e.js +1 -1
  240. package/dist/collection/components/datetime/test/multiple/datetime.e2e.js +1 -1
  241. package/dist/collection/components/datetime/test/position/datetime.e2e.js +1 -1
  242. package/dist/collection/components/datetime/test/prefer-wheel/datetime.e2e.js +16 -1
  243. package/dist/collection/components/datetime/test/presentation/datetime.e2e.js +49 -18
  244. package/dist/collection/components/datetime/test/set-value/datetime.e2e.js +10 -13
  245. package/dist/collection/components/datetime/test/time-label/datetime.e2e.js +1 -1
  246. package/dist/collection/components/datetime/test/values/datetime.e2e.js +1 -1
  247. package/dist/collection/components/datetime/utils/data.js +18 -10
  248. package/dist/collection/components/datetime/utils/format.js +1 -1
  249. package/dist/collection/components/datetime/utils/manipulation.js +3 -3
  250. package/dist/collection/components/datetime/utils/parse.js +36 -5
  251. package/dist/collection/components/datetime/utils/state.js +3 -3
  252. package/dist/collection/components/datetime-button/datetime-button.js +11 -7
  253. package/dist/collection/components/datetime-button/test/basic/datetime-button.e2e.js +1 -1
  254. package/dist/collection/components/datetime-button/test/disabled/datetime-button.e2e.js +1 -1
  255. package/dist/collection/components/datetime-button/test/multiple/datetime-button.e2e.js +1 -1
  256. package/dist/collection/components/datetime-button/test/overlays/datetime-button.e2e.js +1 -1
  257. package/dist/collection/components/fab/fab.css +88 -28
  258. package/dist/collection/components/fab/fab.js +6 -4
  259. package/dist/collection/components/fab/test/basic/fab.e2e.js +1 -1
  260. package/dist/collection/components/fab/test/custom-size/fab.e2e.js +17 -0
  261. package/dist/collection/components/fab/test/states/fab.e2e.js +1 -1
  262. package/dist/collection/components/fab/test/translucent/fab.e2e.js +1 -1
  263. package/dist/collection/components/fab-button/fab-button.js +9 -6
  264. package/dist/collection/components/fab-button/test/a11y/fab-button.e2e.js +1 -1
  265. package/dist/collection/components/fab-list/fab-list.css +17 -10
  266. package/dist/collection/components/fab-list/fab-list.js +2 -2
  267. package/dist/collection/components/footer/footer.js +3 -3
  268. package/dist/collection/components/footer/footer.utils.js +1 -1
  269. package/dist/collection/components/footer/test/basic/footer.e2e.js +1 -1
  270. package/dist/collection/components/footer/test/fade/footer.e2e.js +1 -1
  271. package/dist/collection/components/footer/test/scroll-target/footer.e2e.js +1 -1
  272. package/dist/collection/components/footer/test/with-tabs/footer.e2e.js +1 -1
  273. package/dist/collection/components/grid/grid.js +2 -2
  274. package/dist/collection/components/grid/test/basic/grid.e2e.js +1 -1
  275. package/dist/collection/components/grid/test/offsets/grid.e2e.js +1 -1
  276. package/dist/collection/components/grid/test/padding/grid.e2e.js +1 -1
  277. package/dist/collection/components/grid/test/sizes/grid.e2e.js +1 -1
  278. package/dist/collection/components/header/header.ios.css +26 -1
  279. package/dist/collection/components/header/header.js +3 -3
  280. package/dist/collection/components/header/header.utils.js +1 -1
  281. package/dist/collection/components/header/test/a11y/header.e2e.js +2 -2
  282. package/dist/collection/components/header/test/basic/header.e2e.js +1 -1
  283. package/dist/collection/components/header/test/condense/header.e2e.js +1 -1
  284. package/dist/collection/components/header/test/fade/header.e2e.js +1 -1
  285. package/dist/collection/components/header/test/scroll-target/header.e2e.js +1 -1
  286. package/dist/collection/components/icon/test/basic/icon.e2e.js +1 -1
  287. package/dist/collection/components/icon/test/dir/icon.e2e.js +1 -1
  288. package/dist/collection/components/img/img.js +2 -2
  289. package/dist/collection/components/img/test/basic/img.e2e.js +1 -1
  290. package/dist/collection/components/img/test/draggable/img.e2e.js +1 -1
  291. package/dist/collection/components/infinite-scroll/infinite-scroll.js +4 -3
  292. package/dist/collection/components/infinite-scroll/test/basic/infinite-scroll.e2e.js +1 -1
  293. package/dist/collection/components/infinite-scroll/test/scroll-target/infinite-scroll.e2e.js +1 -1
  294. package/dist/collection/components/infinite-scroll/test/top/infinite-scroll.e2e.js +1 -1
  295. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +7 -5
  296. package/dist/collection/components/input/input.js +27 -16
  297. package/dist/collection/components/input/test/a11y/input.e2e.js +2 -2
  298. package/dist/collection/components/input/test/basic/input.e2e.js +1 -1
  299. package/dist/collection/components/input/test/bottom-content/input.e2e.js +8 -8
  300. package/dist/collection/components/input/test/card/input.e2e.js +2 -2
  301. package/dist/collection/components/input/test/clear-on-edit/input.e2e.js +33 -0
  302. package/dist/collection/components/input/test/color/input.e2e.js +16 -16
  303. package/dist/collection/components/input/test/fill/input.e2e.js +11 -11
  304. package/dist/collection/components/input/test/highlight/input.e2e.js +10 -10
  305. package/dist/collection/components/input/test/input.e2e.js +1 -1
  306. package/dist/collection/components/input/test/item/input.e2e.js +3 -3
  307. package/dist/collection/components/input/test/label-placement/input.e2e.js +17 -17
  308. package/dist/collection/components/input/test/legacy/a11y/input.e2e.js +1 -1
  309. package/dist/collection/components/input/test/legacy/basic/input.e2e.js +11 -11
  310. package/dist/collection/components/input/test/legacy/clear-on-edit/input.e2e.js +1 -1
  311. package/dist/collection/components/input/test/legacy/input-events.e2e.js +1 -1
  312. package/dist/collection/components/input/test/legacy/masking/input.e2e.js +1 -1
  313. package/dist/collection/components/input/test/legacy/spec/input.e2e.js +1 -1
  314. package/dist/collection/components/input/test/states/input.e2e.js +3 -3
  315. package/dist/collection/components/item/item.ios.css +8 -4
  316. package/dist/collection/components/item/item.js +57 -14
  317. package/dist/collection/components/item/item.md.css +8 -4
  318. package/dist/collection/components/item/test/a11y/item.e2e.js +2 -2
  319. package/dist/collection/components/item/test/alignment/item.e2e.js +1 -1
  320. package/dist/collection/components/item/test/basic/item.e2e.js +1 -1
  321. package/dist/collection/components/item/test/buttons/item.e2e.js +1 -1
  322. package/dist/collection/components/item/test/colors/item.e2e.js +1 -1
  323. package/dist/collection/components/item/test/counter/item.e2e.js +1 -1
  324. package/dist/collection/components/item/test/css-variables/item.e2e.js +1 -1
  325. package/dist/collection/components/item/test/disabled/item.e2e.js +1 -1
  326. package/dist/collection/components/item/test/dividers/item.e2e.js +1 -1
  327. package/dist/collection/components/item/test/groups/item.e2e.js +1 -1
  328. package/dist/collection/components/item/test/highlight/item.e2e.js +1 -1
  329. package/dist/collection/components/item/test/icons/item.e2e.js +1 -1
  330. package/dist/collection/components/item/test/images/item.e2e.js +1 -1
  331. package/dist/collection/components/item/test/inputs/item.e2e.js +1 -1
  332. package/dist/collection/components/item/test/legacy/alignment/item.e2e.js +1 -1
  333. package/dist/collection/components/item/test/legacy/disabled/item.e2e.js +1 -1
  334. package/dist/collection/components/item/test/legacy/fill/item.e2e.js +1 -1
  335. package/dist/collection/components/item/test/legacy/form/item.e2e.js +1 -1
  336. package/dist/collection/components/item/test/lines/item.e2e.js +1 -1
  337. package/dist/collection/components/item/test/media/item.e2e.js +1 -1
  338. package/dist/collection/components/item/test/reorder/item.e2e.js +1 -1
  339. package/dist/collection/components/item/test/slotted-inputs/item.e2e.js +1 -1
  340. package/dist/collection/components/item/test/states/item.e2e.js +1 -1
  341. package/dist/collection/components/item/test/text/item.e2e.js +1 -1
  342. package/dist/collection/components/item-divider/item-divider.js +4 -3
  343. package/dist/collection/components/item-divider/test/basic/item-divider.e2e.js +1 -1
  344. package/dist/collection/components/item-divider/test/spec/item-divider.e2e.js +1 -1
  345. package/dist/collection/components/item-group/item-group.js +2 -2
  346. package/dist/collection/components/item-option/item-option.js +4 -3
  347. package/dist/collection/components/item-options/item-options.js +6 -4
  348. package/dist/collection/components/item-sliding/item-sliding.js +14 -8
  349. package/dist/collection/components/item-sliding/test/async/item-sliding.e2e.js +1 -1
  350. package/dist/collection/components/item-sliding/test/basic/item-sliding.e2e.js +39 -13
  351. package/dist/collection/components/item-sliding/test/icons/item-sliding.e2e.js +22 -7
  352. package/dist/collection/components/item-sliding/test/scroll-target/item-sliding.e2e.js +4 -10
  353. package/dist/collection/components/item-sliding/test/test.utils.js +9 -1
  354. package/dist/collection/components/label/label.ios.css +2 -4
  355. package/dist/collection/components/label/label.js +8 -5
  356. package/dist/collection/components/label/label.md.css +2 -4
  357. package/dist/collection/components/label/test/basic/label.e2e.js +1 -1
  358. package/dist/collection/components/label/test/color/label.e2e.js +1 -1
  359. package/dist/collection/components/label/test/headings/label.e2e.js +1 -1
  360. package/dist/collection/components/list/list.js +4 -3
  361. package/dist/collection/components/list/test/a11y/list.e2e.js +2 -2
  362. package/dist/collection/components/list/test/basic/list.e2e.js +1 -1
  363. package/dist/collection/components/list/test/inset/list.e2e.js +1 -1
  364. package/dist/collection/components/list/test/lines/list.e2e.js +1 -1
  365. package/dist/collection/components/list-header/list-header.js +4 -3
  366. package/dist/collection/components/list-header/test/basic/list-header.e2e.js +1 -1
  367. package/dist/collection/components/loading/loading.js +49 -40
  368. package/dist/collection/components/loading/test/a11y/loading.e2e.js +2 -2
  369. package/dist/collection/components/loading/test/basic/loading.e2e.js +1 -1
  370. package/dist/collection/components/loading/test/is-open/loading.e2e.js +1 -1
  371. package/dist/collection/components/loading/test/standalone/loading.e2e.js +1 -1
  372. package/dist/collection/components/loading/test/trigger/loading.e2e.js +1 -1
  373. package/dist/collection/components/menu/menu.ios.css +102 -0
  374. package/dist/collection/components/menu/menu.js +86 -33
  375. package/dist/collection/components/menu/menu.md.css +102 -0
  376. package/dist/collection/components/menu/test/a11y/menu.e2e.js +2 -2
  377. package/dist/collection/components/menu/test/basic/menu.e2e.js +1 -1
  378. package/dist/collection/components/menu/test/disable/menu.e2e.js +55 -0
  379. package/dist/collection/components/menu/test/focus-trap/menu.e2e.js +1 -1
  380. package/dist/collection/components/menu/test/safe-area/menu.e2e.js +87 -0
  381. package/dist/collection/components/menu-button/menu-button.js +7 -6
  382. package/dist/collection/components/menu-button/test/a11y/menu-button.e2e.js +2 -2
  383. package/dist/collection/components/menu-button/test/async/menu-button.e2e.js +23 -0
  384. package/dist/collection/components/menu-button/test/basic/menu-button.e2e.js +1 -1
  385. package/dist/collection/components/menu-toggle/menu-toggle.js +3 -3
  386. package/dist/collection/components/menu-toggle/test/basic/menu-toggle.e2e.js +1 -1
  387. package/dist/collection/components/modal/animations/ios.enter.js +2 -2
  388. package/dist/collection/components/modal/animations/ios.leave.js +2 -2
  389. package/dist/collection/components/modal/animations/md.enter.js +1 -1
  390. package/dist/collection/components/modal/animations/md.leave.js +1 -1
  391. package/dist/collection/components/modal/animations/sheet.js +1 -1
  392. package/dist/collection/components/modal/gestures/sheet.js +2 -2
  393. package/dist/collection/components/modal/gestures/swipe-to-close.js +2 -2
  394. package/dist/collection/components/modal/modal.js +102 -76
  395. package/dist/collection/components/modal/test/a11y/modal.e2e.js +2 -2
  396. package/dist/collection/components/modal/test/basic/modal.e2e.js +1 -1
  397. package/dist/collection/components/modal/test/can-dismiss/modal-card.e2e.js +1 -1
  398. package/dist/collection/components/modal/test/can-dismiss/modal-sheet.e2e.js +2 -2
  399. package/dist/collection/components/modal/test/can-dismiss/modal.e2e.js +1 -1
  400. package/dist/collection/components/modal/test/card/modal-card.e2e.js +2 -2
  401. package/dist/collection/components/modal/test/card/modal-tablet.e2e.js +6 -6
  402. package/dist/collection/components/modal/test/card-nav/modal.e2e.js +5 -6
  403. package/dist/collection/components/modal/test/card-refresher/modal.e2e.js +2 -2
  404. package/dist/collection/components/modal/test/card-scroll-target/modal.e2e.js +2 -2
  405. package/dist/collection/components/modal/test/custom/modal.e2e.js +1 -1
  406. package/dist/collection/components/modal/test/custom-dialog/modal.e2e.js +1 -1
  407. package/dist/collection/components/modal/test/dark-mode/model.e2e.js +1 -1
  408. package/dist/collection/components/modal/test/fixtures.js +1 -1
  409. package/dist/collection/components/modal/test/inline/modal.e2e.js +1 -1
  410. package/dist/collection/components/modal/test/is-open/modal.e2e.js +1 -1
  411. package/dist/collection/components/modal/test/sheet/modal.e2e.js +2 -2
  412. package/dist/collection/components/modal/test/trigger/modal.e2e.js +1 -1
  413. package/dist/collection/components/modal/utils.spec.js +1 -1
  414. package/dist/collection/components/nav/nav.css +0 -1
  415. package/dist/collection/components/nav/nav.js +129 -67
  416. package/dist/collection/components/nav/test/basic/nav.e2e.js +1 -1
  417. package/dist/collection/components/nav/test/modal-navigation/nav.e2e.js +1 -1
  418. package/dist/collection/components/nav/test/nested/nav.e2e.js +1 -1
  419. package/dist/collection/components/nav/test/routing/nav.e2e.js +1 -1
  420. package/dist/collection/components/nav-link/nav-link.js +10 -6
  421. package/dist/collection/components/note/note.js +4 -3
  422. package/dist/collection/components/note/test/basic/note.e2e.js +1 -1
  423. package/dist/collection/components/picker/picker.js +50 -39
  424. package/dist/collection/components/picker/test/basic/picker.e2e.js +1 -1
  425. package/dist/collection/components/picker/test/is-open/picker.e2e.js +1 -1
  426. package/dist/collection/components/picker/test/trigger/picker.e2e.js +1 -1
  427. package/dist/collection/components/picker-column/picker-column.js +6 -4
  428. package/dist/collection/components/picker-column/test/standalone/picker-column.e2e.js +1 -1
  429. package/dist/collection/components/picker-column/test/test.utils.js +2 -2
  430. package/dist/collection/components/picker-column-internal/picker-column-internal.js +12 -7
  431. package/dist/collection/components/picker-column-internal/test/basic/picker-column-internal.e2e.js +1 -1
  432. package/dist/collection/components/picker-column-internal/test/disabled/picker-column-internal.e2e.js +1 -1
  433. package/dist/collection/components/picker-internal/picker-internal.js +5 -3
  434. package/dist/collection/components/picker-internal/test/a11y/picker-internal.e2e.js +2 -2
  435. package/dist/collection/components/picker-internal/test/basic/picker-internal.e2e.js +1 -1
  436. package/dist/collection/components/picker-internal/test/keyboard-entry/picker-internal.e2e.js +1 -1
  437. package/dist/collection/components/popover/animations/ios.enter.js +1 -1
  438. package/dist/collection/components/popover/animations/md.enter.js +1 -1
  439. package/dist/collection/components/popover/popover.js +84 -67
  440. package/dist/collection/components/popover/test/adjustment/popover.e2e.js +1 -1
  441. package/dist/collection/components/popover/test/arrow/popover.e2e.js +2 -2
  442. package/dist/collection/components/popover/test/async/popover.e2e.js +42 -0
  443. package/dist/collection/components/popover/test/basic/popover.e2e.js +2 -2
  444. package/dist/collection/components/popover/test/dismiss-on-select/popover.e2e.js +2 -2
  445. package/dist/collection/components/popover/test/fixture.js +1 -1
  446. package/dist/collection/components/popover/test/inline/popover.e2e.js +2 -2
  447. package/dist/collection/components/popover/test/is-open/popover.e2e.js +1 -1
  448. package/dist/collection/components/popover/test/nested/popover.e2e.js +1 -1
  449. package/dist/collection/components/popover/test/position/popover.e2e.js +2 -2
  450. package/dist/collection/components/popover/test/reference/popover.e2e.js +1 -1
  451. package/dist/collection/components/popover/test/size/popover.e2e.js +2 -2
  452. package/dist/collection/components/popover/test/standalone/popover.e2e.js +1 -1
  453. package/dist/collection/components/popover/test/test.utils.js +1 -1
  454. package/dist/collection/components/popover/test/trigger/popover.e2e.js +2 -2
  455. package/dist/collection/components/progress-bar/progress-bar.js +5 -4
  456. package/dist/collection/components/progress-bar/test/basic/progress-bar.e2e.js +1 -1
  457. package/dist/collection/components/progress-bar/test/buffer/progress-bar.e2e.js +20 -0
  458. package/dist/collection/components/progress-bar/test/determinate/progress-bar.e2e.js +20 -0
  459. package/dist/collection/components/radio/radio.ios.css +67 -0
  460. package/dist/collection/components/radio/radio.js +38 -11
  461. package/dist/collection/components/radio/radio.md.css +67 -0
  462. package/dist/collection/components/radio/test/a11y/radio.e2e.js +2 -2
  463. package/dist/collection/components/radio/test/color/radio.e2e.js +3 -3
  464. package/dist/collection/components/radio/test/item/radio.e2e.js +42 -4
  465. package/dist/collection/components/radio/test/label-placement/radio.e2e.js +41 -10
  466. package/dist/collection/components/radio/test/legacy/a11y/radio.e2e.js +5 -3
  467. package/dist/collection/components/radio/test/legacy/basic/radio.e2e.js +1 -1
  468. package/dist/collection/components/radio/test/states/radio.e2e.js +5 -5
  469. package/dist/collection/components/radio-group/radio-group.js +7 -5
  470. package/dist/collection/components/radio-group/test/basic/radio-group.e2e.js +2 -2
  471. package/dist/collection/components/radio-group/test/fixtures.js +1 -1
  472. package/dist/collection/components/radio-group/test/form/radio-group.e2e.js +1 -1
  473. package/dist/collection/components/radio-group/test/legacy/basic/radio-group.e2e.js +1 -1
  474. package/dist/collection/components/radio-group/test/legacy/form/radio-group.e2e.js +1 -1
  475. package/dist/collection/components/radio-group/test/legacy/search/radio-group.e2e.js +1 -1
  476. package/dist/collection/components/radio-group/test/radio-group-events.e2e.js +1 -1
  477. package/dist/collection/components/radio-group/test/search/radio-group.e2e.js +2 -2
  478. package/dist/collection/components/range/range.ios.css +80 -1
  479. package/dist/collection/components/range/range.js +53 -17
  480. package/dist/collection/components/range/range.md.css +80 -1
  481. package/dist/collection/components/range/test/a11y/range.e2e.js +2 -2
  482. package/dist/collection/components/range/test/active-bar-start/range.e2e.js +1 -1
  483. package/dist/collection/components/range/test/basic/range.e2e.js +1 -1
  484. package/dist/collection/components/range/test/color/range.e2e.js +2 -2
  485. package/dist/collection/components/range/test/custom/range.e2e.js +2 -2
  486. package/dist/collection/components/range/test/item/range.e2e.js +30 -4
  487. package/dist/collection/components/range/test/label/range.e2e.js +72 -13
  488. package/dist/collection/components/range/test/legacy/a11y/range.e2e.js +4 -4
  489. package/dist/collection/components/range/test/legacy/active-bar-start/range.e2e.js +2 -2
  490. package/dist/collection/components/range/test/legacy/basic/range.e2e.js +3 -8
  491. package/dist/collection/components/range/test/legacy/range-events.e2e.js +1 -1
  492. package/dist/collection/components/range/test/legacy/scroll-target/range.e2e.js +1 -1
  493. package/dist/collection/components/range/test/range-events.e2e.js +17 -18
  494. package/dist/collection/components/range/test/scroll-target/range.e2e.js +1 -1
  495. package/dist/collection/components/range/test/states/range.e2e.js +5 -5
  496. package/dist/collection/components/refresher/refresher.js +11 -7
  497. package/dist/collection/components/refresher/refresher.utils.js +1 -1
  498. package/dist/collection/components/refresher/test/basic/refresher.e2e.js +3 -4
  499. package/dist/collection/components/refresher/test/scroll-target/refresher.e2e.js +5 -6
  500. package/dist/collection/components/refresher/test/test.utils.js +4 -1
  501. package/dist/collection/components/refresher-content/refresher-content.js +13 -9
  502. package/dist/collection/components/reorder/reorder.js +3 -3
  503. package/dist/collection/components/reorder-group/reorder-group.js +6 -4
  504. package/dist/collection/components/reorder-group/test/basic/reorder-group.e2e.js +1 -1
  505. package/dist/collection/components/reorder-group/test/interactive/reorder-group.e2e.js +3 -5
  506. package/dist/collection/components/reorder-group/test/nested/reorder-group.e2e.js +3 -5
  507. package/dist/collection/components/reorder-group/test/scroll-target/reorder-group.e2e.js +3 -5
  508. package/dist/collection/components/ripple-effect/ripple-effect.js +4 -3
  509. package/dist/collection/components/ripple-effect/test/basic/ripple-effect.e2e.js +1 -1
  510. package/dist/collection/components/route/route.js +4 -2
  511. package/dist/collection/components/router/router.js +26 -16
  512. package/dist/collection/components/router/test/basic/router.e2e.js +1 -1
  513. package/dist/collection/components/router/test/guards/href/router.e2e.js +2 -2
  514. package/dist/collection/components/router/test/guards/link/router.e2e.js +2 -2
  515. package/dist/collection/components/router/test/guards/push/router.e2e.js +2 -2
  516. package/dist/collection/components/router/test/guards/router.e2e.js +1 -1
  517. package/dist/collection/components/router/utils/debug.js +1 -1
  518. package/dist/collection/components/router/utils/dom.js +1 -1
  519. package/dist/collection/components/router/utils/parser.js +1 -1
  520. package/dist/collection/components/router/utils/path.js +1 -1
  521. package/dist/collection/components/router-link/router-link.js +8 -5
  522. package/dist/collection/components/router-outlet/{route-outlet.css → router-outlet.css} +0 -1
  523. package/dist/collection/components/router-outlet/{route-outlet.js → router-outlet.js} +42 -30
  524. package/dist/collection/components/router-outlet/test/basic/router-outlet.e2e.js +1 -1
  525. package/dist/collection/components/row/row.js +2 -2
  526. package/dist/collection/components/searchbar/searchbar.js +20 -12
  527. package/dist/collection/components/searchbar/test/basic/searchbar.e2e.js +1 -1
  528. package/dist/collection/components/searchbar/test/events/searchbar.e2e.js +1 -1
  529. package/dist/collection/components/segment/segment.js +47 -30
  530. package/dist/collection/components/segment/test/a11y/segment.e2e.js +2 -2
  531. package/dist/collection/components/segment/test/basic/segment.e2e.js +1 -1
  532. package/dist/collection/components/segment/test/custom/segment.e2e.js +1 -1
  533. package/dist/collection/components/segment/test/icon/segment.e2e.js +1 -1
  534. package/dist/collection/components/segment/test/modes/segment.e2e.js +1 -1
  535. package/dist/collection/components/segment/test/scrollable/segment.e2e.js +41 -2
  536. package/dist/collection/components/segment/test/segment-events.e2e.js +1 -1
  537. package/dist/collection/components/segment/test/toolbar/segment.e2e.js +1 -1
  538. package/dist/collection/components/segment/test/wrap/segment.e2e.js +1 -1
  539. package/dist/collection/components/segment-button/segment-button.js +8 -5
  540. package/dist/collection/components/select/select.js +50 -28
  541. package/dist/collection/components/select/test/a11y/select.e2e.js +2 -2
  542. package/dist/collection/components/select/test/async/select.e2e.js +1 -1
  543. package/dist/collection/components/select/test/basic/select.e2e.js +22 -1
  544. package/dist/collection/components/select/test/card/select.e2e.js +2 -2
  545. package/dist/collection/components/select/test/color/select.e2e.js +4 -4
  546. package/dist/collection/components/select/test/compare-with/select.e2e.js +1 -1
  547. package/dist/collection/components/select/test/custom/select.e2e.js +1 -1
  548. package/dist/collection/components/select/test/disabled/select.e2e.js +30 -0
  549. package/dist/collection/components/select/test/fill/select.e2e.js +11 -11
  550. package/dist/collection/components/select/test/highlight/select.e2e.js +4 -4
  551. package/dist/collection/components/select/test/item/select.e2e.js +3 -3
  552. package/dist/collection/components/select/test/label/select.e2e.js +21 -21
  553. package/dist/collection/components/select/test/legacy/async/select.e2e.js +1 -1
  554. package/dist/collection/components/select/test/legacy/basic/select.e2e.js +1 -1
  555. package/dist/collection/components/select/test/legacy/compare-with/select.e2e.js +1 -1
  556. package/dist/collection/components/select/test/legacy/custom/custom.e2e.js +1 -1
  557. package/dist/collection/components/select/test/legacy/single-value/select.e2e.js +1 -1
  558. package/dist/collection/components/select/test/legacy/spec/select.e2e.js +1 -1
  559. package/dist/collection/components/select/test/legacy/wrapping/select.e2e.js +1 -1
  560. package/dist/collection/components/select/test/popover-size/select.e2e.js +1 -1
  561. package/dist/collection/components/select/test/states/select.e2e.js +5 -5
  562. package/dist/collection/components/select/test/toggle-icon/select.e2e.js +1 -1
  563. package/dist/collection/components/select/test/wrapping/select.e2e.js +1 -1
  564. package/dist/collection/components/select-option/select-option.js +2 -2
  565. package/dist/collection/components/select-popover/select-popover.js +4 -3
  566. package/dist/collection/components/select-popover/test/basic/select-popover.e2e.js +2 -2
  567. package/dist/collection/components/select-popover/test/fixtures.js +1 -1
  568. package/dist/collection/components/skeleton-text/skeleton-text.js +3 -3
  569. package/dist/collection/components/skeleton-text/test/basic/skeleton-text.e2e.js +1 -1
  570. package/dist/collection/components/skeleton-text/test/custom/skeleton-text.e2e.js +1 -1
  571. package/dist/collection/components/spinner/spinner.js +8 -6
  572. package/dist/collection/components/spinner/test/basic/spinner.e2e.js +1 -1
  573. package/dist/collection/components/spinner/test/color/spinner.e2e.js +1 -1
  574. package/dist/collection/components/spinner/test/resize/spinner.e2e.js +1 -1
  575. package/dist/collection/components/split-pane/split-pane.js +2 -2
  576. package/dist/collection/components/split-pane/test/basic/split-pane.e2e.js +1 -1
  577. package/dist/collection/components/tab/tab.js +7 -4
  578. package/dist/collection/components/tab-bar/tab-bar.js +27 -4
  579. package/dist/collection/components/tab-bar/test/custom/tab-bar.e2e.js +1 -1
  580. package/dist/collection/components/tab-bar/test/translucent/tab-bar.e2e.js +31 -1
  581. package/dist/collection/components/tab-button/tab-button.js +7 -5
  582. package/dist/collection/components/tab-button/test/a11y/tab-button.e2e.js +2 -2
  583. package/dist/collection/components/tab-button/test/basic/tab-button.e2e.js +1 -1
  584. package/dist/collection/components/tab-button/test/layout/tab-button.e2e.js +1 -1
  585. package/dist/collection/components/tab-button/test/states/tab-button.e2e.js +1 -1
  586. package/dist/collection/components/tabs/tabs.js +19 -10
  587. package/dist/collection/components/tabs/test/basic/tabs.e2e.js +1 -1
  588. package/dist/collection/components/tabs/test/placements/tabs.e2e.js +1 -1
  589. package/dist/collection/components/text/test/basic/text.e2e.js +1 -1
  590. package/dist/collection/components/text/text.js +4 -3
  591. package/dist/collection/components/textarea/test/a11y/textarea.e2e.js +2 -2
  592. package/dist/collection/components/textarea/test/autogrow/textarea.e2e.js +1 -1
  593. package/dist/collection/components/textarea/test/bottom-content/textarea.e2e.js +7 -7
  594. package/dist/collection/components/textarea/test/card/textarea.e2e.js +2 -2
  595. package/dist/collection/components/textarea/test/clear-on-edit/textarea.e2e.js +25 -0
  596. package/dist/collection/components/textarea/test/color/textarea.e2e.js +16 -16
  597. package/dist/collection/components/textarea/test/cols/textarea.e2e.js +37 -0
  598. package/dist/collection/components/textarea/test/fill/textarea.e2e.js +11 -11
  599. package/dist/collection/components/textarea/test/highlight/textarea.e2e.js +10 -10
  600. package/dist/collection/components/textarea/test/item/textarea.e2e.js +3 -3
  601. package/dist/collection/components/textarea/test/label-placement/textarea.e2e.js +22 -22
  602. package/dist/collection/components/textarea/test/legacy/a11y/textarea.e2e.js +1 -1
  603. package/dist/collection/components/textarea/test/legacy/autogrow/textarea.e2e.js +6 -6
  604. package/dist/collection/components/textarea/test/legacy/basic/textarea.e2e.js +1 -1
  605. package/dist/collection/components/textarea/test/legacy/clear-on-edit/textarea.e2e.js +1 -1
  606. package/dist/collection/components/textarea/test/states/textarea.e2e.js +3 -3
  607. package/dist/collection/components/textarea/test/textarea-events.e2e.js +1 -1
  608. package/dist/collection/components/textarea/textarea.ios.css +16 -0
  609. package/dist/collection/components/textarea/textarea.js +23 -14
  610. package/dist/collection/components/textarea/textarea.md.css +16 -0
  611. package/dist/collection/components/thumbnail/test/basic/thumbnail.e2e.js +1 -1
  612. package/dist/collection/components/thumbnail/thumbnail.js +2 -2
  613. package/dist/collection/components/title/test/basic/title.e2e.js +16 -1
  614. package/dist/collection/components/title/title.ios.css +1 -1
  615. package/dist/collection/components/title/title.js +6 -4
  616. package/dist/collection/components/toast/test/a11y/toast.e2e.js +14 -6
  617. package/dist/collection/components/toast/test/basic/toast.e2e.js +1 -1
  618. package/dist/collection/components/toast/test/is-open/toast.e2e.js +1 -1
  619. package/dist/collection/components/toast/test/layout/toast.e2e.js +1 -1
  620. package/dist/collection/components/toast/test/standalone/toast.e2e.js +1 -1
  621. package/dist/collection/components/toast/test/trigger/toast.e2e.js +1 -1
  622. package/dist/collection/components/toast/toast.js +64 -46
  623. package/dist/collection/components/toggle/test/a11y/toggle.e2e.js +2 -2
  624. package/dist/collection/components/toggle/test/color/toggle.e2e.js +3 -3
  625. package/dist/collection/components/toggle/test/enable-on-off-labels/toggle.e2e.js +1 -1
  626. package/dist/collection/components/toggle/test/item/toggle.e2e.js +48 -5
  627. package/dist/collection/components/toggle/test/label/toggle.e2e.js +37 -10
  628. package/dist/collection/components/toggle/test/legacy/basic/toggle.e2e.js +1 -1
  629. package/dist/collection/components/toggle/test/legacy/enable-on-off-labels/toggle.e2e.js +3 -3
  630. package/dist/collection/components/toggle/test/legacy/sizes/toggle.e2e.js +2 -2
  631. package/dist/collection/components/toggle/test/sizes/toggle.e2e.js +1 -1
  632. package/dist/collection/components/toggle/test/states/toggle.e2e.js +4 -4
  633. package/dist/collection/components/toggle/toggle.ios.css +67 -1
  634. package/dist/collection/components/toggle/toggle.js +37 -11
  635. package/dist/collection/components/toggle/toggle.md.css +67 -1
  636. package/dist/collection/components/toolbar/test/basic/toolbar.e2e.js +1 -1
  637. package/dist/collection/components/toolbar/test/colors/toolbar.e2e.js +1 -1
  638. package/dist/collection/components/toolbar/toolbar.ios.css +12 -4
  639. package/dist/collection/components/toolbar/toolbar.js +4 -3
  640. package/dist/collection/components/toolbar/toolbar.md.css +2 -4
  641. package/dist/collection/global/ionic-global.js +3 -3
  642. package/dist/collection/index.js +2 -1
  643. package/dist/collection/utils/animation/animation.js +63 -4
  644. package/dist/collection/utils/animation/test/animationbuilder/animation.e2e.js +3 -0
  645. package/dist/collection/utils/animation/test/display/animation.e2e.js +1 -1
  646. package/dist/collection/utils/animation/test/hooks/animation.e2e.js +1 -1
  647. package/dist/collection/utils/animation/test/multiple/animation.e2e.js +1 -1
  648. package/dist/collection/utils/content/content.utils.spec.js +1 -1
  649. package/dist/collection/utils/content/index.js +2 -2
  650. package/dist/collection/utils/floating-point/floating-point.spec.js +1 -1
  651. package/dist/collection/utils/forms/notch-controller.js +1 -1
  652. package/dist/collection/utils/framework-delegate.js +22 -3
  653. package/dist/collection/utils/gesture/button-active.js +3 -3
  654. package/dist/collection/utils/gesture/index.js +3 -3
  655. package/dist/collection/utils/gesture/pointer-events.js +1 -1
  656. package/dist/collection/utils/gesture/swipe-back.js +10 -6
  657. package/dist/collection/utils/helpers.spec.js +1 -1
  658. package/dist/collection/utils/input-shims/hacks/hide-caret.js +2 -2
  659. package/dist/collection/utils/input-shims/hacks/input-blurring.js +1 -1
  660. package/dist/collection/utils/input-shims/hacks/scroll-assist.js +92 -10
  661. package/dist/collection/utils/input-shims/hacks/scroll-data.js +3 -4
  662. package/dist/collection/utils/input-shims/hacks/test/scroll-assist.e2e.js +1 -1
  663. package/dist/collection/utils/input-shims/input-shims.js +6 -6
  664. package/dist/collection/utils/keyboard/keyboard-controller.js +1 -1
  665. package/dist/collection/utils/keyboard/keyboard.js +1 -1
  666. package/dist/collection/utils/lock-controller.js +36 -0
  667. package/dist/collection/utils/menu-controller/animations/base.js +1 -1
  668. package/dist/collection/utils/menu-controller/animations/overlay.js +3 -3
  669. package/dist/collection/utils/menu-controller/animations/push.js +3 -3
  670. package/dist/collection/utils/menu-controller/animations/reveal.js +3 -3
  671. package/dist/collection/utils/menu-controller/index.js +5 -5
  672. package/dist/collection/utils/native/haptic.js +1 -1
  673. package/dist/collection/utils/native/keyboard.js +2 -2
  674. package/dist/collection/utils/native/status-bar.js +1 -1
  675. package/dist/collection/utils/overlays.js +35 -15
  676. package/dist/collection/utils/platform.js +1 -1
  677. package/dist/collection/utils/rtl/dir.spec.js +1 -1
  678. package/dist/collection/utils/status-tap.js +3 -3
  679. package/dist/collection/utils/tap-click/index.js +1 -1
  680. package/dist/collection/utils/tap-click/test/tap-click.e2e.js +1 -1
  681. package/dist/collection/utils/test/framework-delegate/framework-delegate.e2e.js +1 -1
  682. package/dist/collection/utils/test/overlays/overlays.e2e.js +1 -1
  683. package/dist/collection/utils/test/playwright/drag-element.js +67 -8
  684. package/dist/collection/utils/test/playwright/matchers/index.js +3 -3
  685. package/dist/collection/utils/test/playwright/matchers/toHaveReceivedEventDetail.js +2 -2
  686. package/dist/collection/utils/test/playwright/page/utils/goto.js +3 -0
  687. package/dist/collection/utils/test/playwright/page/utils/index.js +0 -1
  688. package/dist/collection/utils/test/playwright/page/utils/locator.js +1 -1
  689. package/dist/collection/utils/test/playwright/page/utils/set-content.js +3 -0
  690. package/dist/collection/utils/test/playwright/page/utils/spy-on-event.js +1 -1
  691. package/dist/collection/utils/test/playwright/playwright-page.js +4 -5
  692. package/dist/collection/utils/test/playwright/viewports/index.js +4 -0
  693. package/dist/collection/utils/transition/index.js +3 -3
  694. package/dist/collection/utils/transition/ios.transition.js +2 -2
  695. package/dist/collection/utils/transition/md.transition.js +2 -2
  696. package/dist/docs.d.ts +361 -88
  697. package/dist/docs.json +7176 -117
  698. package/dist/esm/{animation-258fd22b.js → animation-92066c62.js} +62 -3
  699. package/dist/esm/{app-globals-70454efb.js → app-globals-ec816a70.js} +1 -1
  700. package/dist/esm/{button-active-aef107f0.js → button-active-5136c12d.js} +3 -3
  701. package/dist/esm/{capacitor-6d1861b7.js → capacitor-b4979570.js} +1 -1
  702. package/dist/esm/{data-605c040f.js → data-009dbf15.js} +48 -10
  703. package/dist/esm/{form-controller-6cd7ebd1.js → form-controller-ed77647a.js} +1 -1
  704. package/dist/esm/{framework-delegate-6a45ed30.js → framework-delegate-aa433dea.js} +22 -3
  705. package/dist/esm/{haptic-d85b8584.js → haptic-6447af60.js} +1 -1
  706. package/dist/esm/{index-afea2bcf.js → index-641aeeed.js} +4 -4
  707. package/dist/esm/{index-7373924f.js → index-746a238e.js} +2 -2
  708. package/dist/esm/{index-36a5fd75.js → index-b49b173c.js} +283 -96
  709. package/dist/esm/{index-6e89f340.js → index-d78b533e.js} +4 -4
  710. package/dist/esm/{index-2d0c7c77.js → index-f0cc4e14.js} +2 -2
  711. package/dist/esm/{index-422b6e83.js → index-ff313b19.js} +2 -2
  712. package/dist/esm/index.js +17 -17
  713. package/dist/esm/{input-shims-5b912f6d.js → input-shims-d78a3c77.js} +93 -13
  714. package/dist/esm/{input.utils-4c00ca72.js → input.utils-ec063df4.js} +3 -3
  715. package/dist/esm/ion-accordion_2.entry.js +5 -5
  716. package/dist/esm/ion-action-sheet.entry.js +24 -32
  717. package/dist/esm/ion-alert.entry.js +27 -35
  718. package/dist/esm/ion-app_8.entry.js +81 -41
  719. package/dist/esm/ion-avatar_3.entry.js +3 -3
  720. package/dist/esm/ion-back-button.entry.js +5 -5
  721. package/dist/esm/ion-backdrop.entry.js +3 -3
  722. package/dist/esm/ion-breadcrumb_2.entry.js +5 -5
  723. package/dist/esm/ion-button_2.entry.js +21 -5
  724. package/dist/esm/ion-card_5.entry.js +4 -4
  725. package/dist/esm/ion-checkbox.entry.js +20 -13
  726. package/dist/esm/ion-chip.entry.js +3 -3
  727. package/dist/esm/ion-col_3.entry.js +2 -2
  728. package/dist/esm/ion-datetime-button.entry.js +9 -6
  729. package/dist/esm/ion-datetime_3.entry.js +156 -125
  730. package/dist/esm/ion-fab_3.entry.js +7 -7
  731. package/dist/esm/ion-img.entry.js +3 -3
  732. package/dist/esm/ion-infinite-scroll_2.entry.js +6 -6
  733. package/dist/esm/ion-input.entry.js +11 -11
  734. package/dist/esm/ion-item-option_3.entry.js +8 -8
  735. package/dist/esm/ion-item_8.entry.js +43 -16
  736. package/dist/esm/ion-loading.entry.js +19 -27
  737. package/dist/esm/ion-menu_3.entry.js +83 -38
  738. package/dist/esm/ion-modal.entry.js +59 -58
  739. package/dist/esm/ion-nav_2.entry.js +8 -8
  740. package/dist/esm/ion-picker-column-internal.entry.js +7 -7
  741. package/dist/esm/ion-picker-internal.entry.js +2 -2
  742. package/dist/esm/ion-popover.entry.js +26 -40
  743. package/dist/esm/ion-progress-bar.entry.js +4 -4
  744. package/dist/esm/ion-radio_2.entry.js +16 -11
  745. package/dist/esm/ion-range.entry.js +42 -14
  746. package/dist/esm/ion-refresher_2.entry.js +16 -16
  747. package/dist/esm/ion-reorder_2.entry.js +10 -10
  748. package/dist/esm/ion-ripple-effect.entry.js +2 -2
  749. package/dist/esm/ion-route_4.entry.js +4 -4
  750. package/dist/esm/ion-searchbar.entry.js +6 -6
  751. package/dist/esm/ion-segment_2.entry.js +40 -29
  752. package/dist/esm/ion-select_3.entry.js +45 -31
  753. package/dist/esm/ion-spinner.entry.js +4 -4
  754. package/dist/esm/ion-split-pane.entry.js +2 -2
  755. package/dist/esm/ion-tab-bar_2.entry.js +12 -8
  756. package/dist/esm/ion-tab_2.entry.js +3 -3
  757. package/dist/esm/ion-text.entry.js +3 -3
  758. package/dist/esm/ion-textarea.entry.js +12 -12
  759. package/dist/esm/ion-toast.entry.js +23 -28
  760. package/dist/esm/ion-toggle.entry.js +20 -15
  761. package/dist/esm/{ionic-global-a9abd569.js → ionic-global-246ca78f.js} +1 -1
  762. package/dist/esm/ionic.js +6 -9
  763. package/dist/esm/{ios.transition-6a838b0c.js → ios.transition-04c9a97a.js} +5 -5
  764. package/dist/esm/{keyboard-cdb83866.js → keyboard-b063f012.js} +1 -1
  765. package/dist/esm/{keyboard-a818f780.js → keyboard-b551279d.js} +3 -3
  766. package/dist/esm/{keyboard-controller-4149afc6.js → keyboard-controller-0c2dce71.js} +2 -2
  767. package/dist/esm/loader.js +6 -15
  768. package/dist/esm/lock-controller-e8c6c051.js +38 -0
  769. package/dist/esm/{md.transition-b7d7b475.js → md.transition-67a8aabd.js} +5 -5
  770. package/dist/esm/{notch-controller-cfcb8c01.js → notch-controller-8c9c0e54.js} +3 -3
  771. package/dist/esm/{overlays-4801a327.js → overlays-2fa52617.js} +35 -15
  772. package/dist/esm/{status-tap-211f1ad8.js → status-tap-9aeeaca5.js} +4 -4
  773. package/dist/esm/{swipe-back-1bb66ed2.js → swipe-back-cd4295f3.js} +11 -7
  774. package/dist/esm-es5/animation-92066c62.js +4 -0
  775. package/dist/esm-es5/app-globals-ec816a70.js +4 -0
  776. package/dist/esm-es5/{button-active-aef107f0.js → button-active-5136c12d.js} +1 -1
  777. package/dist/esm-es5/{capacitor-6d1861b7.js → capacitor-b4979570.js} +1 -1
  778. package/dist/esm-es5/data-009dbf15.js +4 -0
  779. package/dist/esm-es5/form-controller-ed77647a.js +4 -0
  780. package/dist/esm-es5/framework-delegate-aa433dea.js +4 -0
  781. package/dist/esm-es5/{haptic-d85b8584.js → haptic-6447af60.js} +1 -1
  782. package/dist/esm-es5/{index-afea2bcf.js → index-641aeeed.js} +1 -1
  783. package/dist/esm-es5/{index-7373924f.js → index-746a238e.js} +1 -1
  784. package/dist/esm-es5/index-b49b173c.js +5 -0
  785. package/dist/esm-es5/{index-6e89f340.js → index-d78b533e.js} +1 -1
  786. package/dist/esm-es5/{index-2d0c7c77.js → index-f0cc4e14.js} +1 -1
  787. package/dist/esm-es5/{index-422b6e83.js → index-ff313b19.js} +1 -1
  788. package/dist/esm-es5/index.js +1 -1
  789. package/dist/esm-es5/input-shims-d78a3c77.js +4 -0
  790. package/dist/esm-es5/{input.utils-4c00ca72.js → input.utils-ec063df4.js} +1 -1
  791. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  792. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  793. package/dist/esm-es5/ion-alert.entry.js +1 -1
  794. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  795. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  796. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  797. package/dist/esm-es5/ion-backdrop.entry.js +1 -1
  798. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  799. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  800. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  801. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  802. package/dist/esm-es5/ion-chip.entry.js +1 -1
  803. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  804. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  805. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  806. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  807. package/dist/esm-es5/ion-img.entry.js +1 -1
  808. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  809. package/dist/esm-es5/ion-input.entry.js +1 -1
  810. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  811. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  812. package/dist/esm-es5/ion-loading.entry.js +1 -1
  813. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  814. package/dist/esm-es5/ion-modal.entry.js +1 -1
  815. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  816. package/dist/esm-es5/ion-picker-column-internal.entry.js +1 -1
  817. package/dist/esm-es5/ion-picker-internal.entry.js +1 -1
  818. package/dist/esm-es5/ion-popover.entry.js +1 -1
  819. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  820. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  821. package/dist/esm-es5/ion-range.entry.js +1 -1
  822. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  823. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  824. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  825. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  826. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  827. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  828. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  829. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  830. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  831. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  832. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  833. package/dist/esm-es5/ion-text.entry.js +1 -1
  834. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  835. package/dist/esm-es5/ion-toast.entry.js +1 -1
  836. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  837. package/dist/esm-es5/{ionic-global-a9abd569.js → ionic-global-246ca78f.js} +1 -1
  838. package/dist/esm-es5/ionic.js +1 -1
  839. package/dist/esm-es5/{ios.transition-6a838b0c.js → ios.transition-04c9a97a.js} +1 -1
  840. package/dist/esm-es5/{keyboard-cdb83866.js → keyboard-b063f012.js} +1 -1
  841. package/dist/esm-es5/{keyboard-a818f780.js → keyboard-b551279d.js} +1 -1
  842. package/dist/esm-es5/{keyboard-controller-4149afc6.js → keyboard-controller-0c2dce71.js} +1 -1
  843. package/dist/esm-es5/loader.js +1 -1
  844. package/dist/esm-es5/lock-controller-e8c6c051.js +4 -0
  845. package/dist/esm-es5/md.transition-67a8aabd.js +4 -0
  846. package/dist/esm-es5/{notch-controller-cfcb8c01.js → notch-controller-8c9c0e54.js} +1 -1
  847. package/dist/esm-es5/overlays-2fa52617.js +4 -0
  848. package/dist/esm-es5/{status-tap-211f1ad8.js → status-tap-9aeeaca5.js} +1 -1
  849. package/dist/esm-es5/swipe-back-cd4295f3.js +4 -0
  850. package/dist/html.html-data.json +139 -91
  851. package/dist/ionic/index.esm.js +1 -1
  852. package/dist/ionic/ionic.esm.js +1 -1
  853. package/dist/ionic/ionic.js +2 -6
  854. package/dist/ionic/p-015187e5.system.js +4 -0
  855. package/dist/ionic/{p-40f778e6.js → p-02a4e81a.js} +1 -1
  856. package/dist/ionic/{p-e4146230.system.entry.js → p-03c381ec.system.entry.js} +1 -1
  857. package/dist/ionic/p-048f1ebe.entry.js +4 -0
  858. package/dist/ionic/{p-54d3d2b6.entry.js → p-04e7c8fd.entry.js} +1 -1
  859. package/dist/ionic/p-05ae600a.system.js +4 -0
  860. package/dist/ionic/p-06ac429a.js +5 -0
  861. package/dist/ionic/p-0c37546b.system.entry.js +4 -0
  862. package/dist/ionic/{p-9a7f5ed5.entry.js → p-108f9d49.entry.js} +1 -1
  863. package/dist/ionic/{p-f67dfe83.system.entry.js → p-117cd69f.system.entry.js} +1 -1
  864. package/dist/ionic/p-1289b3b5.system.entry.js +4 -0
  865. package/dist/ionic/p-13d6e57a.js +4 -0
  866. package/dist/ionic/{p-e3f387af.system.js → p-14d7b7e2.system.js} +1 -1
  867. package/dist/ionic/p-164b0e76.entry.js +4 -0
  868. package/dist/ionic/p-170e9de0.system.entry.js +4 -0
  869. package/dist/ionic/{p-609ac308.js → p-181b7c2a.js} +1 -1
  870. package/dist/ionic/p-19384b9e.entry.js +4 -0
  871. package/dist/ionic/p-1c82e9ff.js +4 -0
  872. package/dist/ionic/{p-f6f393ee.system.entry.js → p-1d0aa82f.system.entry.js} +1 -1
  873. package/dist/ionic/{p-ee5049fd.entry.js → p-1ecba429.entry.js} +1 -1
  874. package/dist/ionic/{p-5d6123f1.entry.js → p-1f81b5be.entry.js} +1 -1
  875. package/dist/ionic/{p-8a9d2a85.system.entry.js → p-238f0ac5.system.entry.js} +1 -1
  876. package/dist/ionic/{p-8a95273c.js → p-276afddd.js} +1 -1
  877. package/dist/ionic/{p-cd582fdb.system.entry.js → p-2784263e.system.entry.js} +1 -1
  878. package/dist/ionic/p-29073efe.system.entry.js +4 -0
  879. package/dist/ionic/p-29e3a9bb.entry.js +4 -0
  880. package/dist/ionic/{p-dcf7bf1d.entry.js → p-2a7c0093.entry.js} +1 -1
  881. package/dist/ionic/p-32083c2d.js +4 -0
  882. package/dist/ionic/{p-d267077c.system.entry.js → p-32717950.system.entry.js} +1 -1
  883. package/dist/ionic/p-32d364f0.entry.js +4 -0
  884. package/dist/ionic/{p-088a58a8.system.entry.js → p-33a8349a.system.entry.js} +1 -1
  885. package/dist/ionic/p-35818410.entry.js +4 -0
  886. package/dist/ionic/{p-f3116c14.system.js → p-3632220b.system.js} +1 -1
  887. package/dist/ionic/p-37448ac1.entry.js +4 -0
  888. package/dist/ionic/{p-9dcf76ff.system.entry.js → p-38ccfd71.system.entry.js} +1 -1
  889. package/dist/ionic/{p-9edd7119.system.entry.js → p-3a58e3a4.system.entry.js} +1 -1
  890. package/dist/ionic/p-3bad5c1a.js +4 -0
  891. package/dist/ionic/{p-f7515628.entry.js → p-3c2c6fce.entry.js} +1 -1
  892. package/dist/ionic/{p-aa7b8135.system.js → p-3d726a67.system.js} +1 -1
  893. package/dist/ionic/{p-e8b9a6b2.system.entry.js → p-3f3da911.system.entry.js} +1 -1
  894. package/dist/ionic/{p-59a47aff.system.js → p-41477ad9.system.js} +1 -1
  895. package/dist/ionic/{p-d7fd994b.js → p-419eb426.js} +1 -1
  896. package/dist/ionic/p-446230d7.js +4 -0
  897. package/dist/ionic/p-44ef7224.system.js +4 -0
  898. package/dist/ionic/{p-355aae8e.system.entry.js → p-45f5c8ba.system.entry.js} +1 -1
  899. package/dist/ionic/p-47db15c6.entry.js +4 -0
  900. package/dist/ionic/p-4811e4af.system.entry.js +4 -0
  901. package/dist/ionic/p-4b8db805.entry.js +4 -0
  902. package/dist/ionic/p-4bb26b01.system.entry.js +4 -0
  903. package/dist/ionic/{p-43060640.system.entry.js → p-4d6ac0fe.system.entry.js} +1 -1
  904. package/dist/ionic/p-4dd96c8d.entry.js +4 -0
  905. package/dist/ionic/{p-138fcf0f.entry.js → p-4e6e43c1.entry.js} +1 -1
  906. package/dist/ionic/{p-fa98c2a6.system.js → p-51269f3b.system.js} +1 -1
  907. package/dist/ionic/p-53b2a46f.js +4 -0
  908. package/dist/ionic/{p-465e0121.system.entry.js → p-54f6cd27.system.entry.js} +1 -1
  909. package/dist/ionic/{p-a7016aef.entry.js → p-55d3a9b2.entry.js} +1 -1
  910. package/dist/ionic/p-576e6d0f.system.entry.js +4 -0
  911. package/dist/ionic/{p-ab692eeb.entry.js → p-5b32b053.entry.js} +1 -1
  912. package/dist/ionic/p-5b976d70.entry.js +4 -0
  913. package/dist/ionic/p-5bc5008c.entry.js +4 -0
  914. package/dist/ionic/p-5c3e72a8.system.js +4 -0
  915. package/dist/ionic/p-5c651aab.system.entry.js +4 -0
  916. package/dist/ionic/p-5cd791b3.system.entry.js +4 -0
  917. package/dist/ionic/{p-0b761768.system.js → p-5ece7025.system.js} +1 -1
  918. package/dist/ionic/p-5efb899f.entry.js +4 -0
  919. package/dist/ionic/{p-9cfa25d2.system.entry.js → p-6129af0a.system.entry.js} +1 -1
  920. package/dist/ionic/{p-084b2140.system.js → p-613d4042.system.js} +1 -1
  921. package/dist/ionic/p-629aa3fd.system.js +5 -0
  922. package/dist/ionic/p-63505fbb.js +4 -0
  923. package/dist/ionic/{p-4c9a0825.system.js → p-64475ab5.system.js} +2 -2
  924. package/dist/ionic/{p-fc431180.entry.js → p-64e20cd9.entry.js} +1 -1
  925. package/dist/ionic/p-65a5761f.js +4 -0
  926. package/dist/ionic/p-6ac3e877.system.entry.js +4 -0
  927. package/dist/ionic/p-6ba7fad7.system.js +4 -0
  928. package/dist/ionic/{p-477f7813.entry.js → p-6ea2e653.entry.js} +1 -1
  929. package/dist/ionic/{p-94d4b708.system.entry.js → p-6f8a95a3.system.entry.js} +1 -1
  930. package/dist/ionic/p-6fb80ef3.system.entry.js +4 -0
  931. package/dist/ionic/p-706a0391.entry.js +4 -0
  932. package/dist/ionic/{p-c05662ba.system.entry.js → p-72aea40e.system.entry.js} +1 -1
  933. package/dist/ionic/p-73ed9a91.js +4 -0
  934. package/dist/ionic/{p-c1f5d275.js → p-76378400.js} +1 -1
  935. package/dist/ionic/p-772f6c84.system.js +4 -0
  936. package/dist/ionic/p-7cfd253c.js +4 -0
  937. package/dist/ionic/{p-a780a377.entry.js → p-818b2e75.entry.js} +1 -1
  938. package/dist/ionic/p-81c818e7.js +4 -0
  939. package/dist/ionic/p-8297652e.entry.js +4 -0
  940. package/dist/ionic/{p-322237d0.entry.js → p-839276d4.entry.js} +1 -1
  941. package/dist/ionic/{p-b46c09ac.system.entry.js → p-8a2801f1.system.entry.js} +1 -1
  942. package/dist/ionic/{p-46956a85.js → p-8b1be026.js} +1 -1
  943. package/dist/ionic/{p-0c92638a.js → p-8cf94fc1.js} +1 -1
  944. package/dist/ionic/p-8e24ebbc.js +4 -0
  945. package/dist/ionic/p-8ee012cb.system.entry.js +4 -0
  946. package/dist/ionic/{p-ec8a20f7.system.entry.js → p-908720f3.system.entry.js} +1 -1
  947. package/dist/ionic/p-914ac0fc.entry.js +4 -0
  948. package/dist/ionic/{p-f9f3ef7c.system.js → p-939e0fa1.system.js} +1 -1
  949. package/dist/ionic/p-95b14c73.system.entry.js +4 -0
  950. package/dist/ionic/{p-0dd11651.entry.js → p-96ba8eac.entry.js} +1 -1
  951. package/dist/ionic/{p-7c63a67f.system.entry.js → p-99dfa53f.system.entry.js} +1 -1
  952. package/dist/ionic/{p-86e57430.system.js → p-9ab6f3e6.system.js} +1 -1
  953. package/dist/ionic/{p-7cc4d08a.system.entry.js → p-9b4a77fc.system.entry.js} +1 -1
  954. package/dist/ionic/p-9f2e0db9.js +4 -0
  955. package/dist/ionic/p-a04bfada.entry.js +4 -0
  956. package/dist/ionic/p-a18ec02b.entry.js +4 -0
  957. package/dist/ionic/{p-2d55f2bd.system.js → p-ab4cff27.system.js} +1 -1
  958. package/dist/ionic/p-b109a3d7.system.entry.js +4 -0
  959. package/dist/ionic/p-b132c2c0.system.js +4 -0
  960. package/dist/ionic/p-b24aa895.js +4 -0
  961. package/dist/ionic/p-b287ab05.js +4 -0
  962. package/dist/ionic/{p-163145e8.system.entry.js → p-b3690814.system.entry.js} +1 -1
  963. package/dist/ionic/{p-c75da7cf.system.js → p-b3c68723.system.js} +1 -1
  964. package/dist/ionic/p-b61a2fa0.system.entry.js +4 -0
  965. package/dist/ionic/p-b912e055.system.js +4 -0
  966. package/dist/ionic/{p-28342e96.js → p-bb6f38ed.js} +1 -1
  967. package/dist/ionic/{p-c3325038.system.js → p-bba2ce59.system.js} +1 -1
  968. package/dist/ionic/{p-46cac66d.system.entry.js → p-beb864e4.system.entry.js} +1 -1
  969. package/dist/ionic/{p-40ed5852.system.js → p-c3efbcf5.system.js} +1 -1
  970. package/dist/ionic/p-c48fc95d.system.entry.js +4 -0
  971. package/dist/ionic/{p-505d3b57.system.js → p-c49672d8.system.js} +1 -1
  972. package/dist/ionic/{p-ed70dec7.entry.js → p-c4a5de01.entry.js} +1 -1
  973. package/dist/ionic/p-c7428627.system.entry.js +4 -0
  974. package/dist/ionic/p-ca5cf574.js +4 -0
  975. package/dist/ionic/p-cc196b34.js +4 -0
  976. package/dist/ionic/{p-0fba861a.system.js → p-ccdcb022.system.js} +1 -1
  977. package/dist/ionic/{p-fc2c5521.system.entry.js → p-cf0c93e3.system.entry.js} +1 -1
  978. package/dist/ionic/p-d0ad0430.system.entry.js +4 -0
  979. package/dist/ionic/{p-9912d985.js → p-d1de1188.js} +1 -1
  980. package/dist/ionic/p-d35217be.entry.js +4 -0
  981. package/dist/ionic/p-d55c9f92.system.entry.js +4 -0
  982. package/dist/ionic/{p-6f59ad61.entry.js → p-d7b8d224.entry.js} +1 -1
  983. package/dist/ionic/{p-66bd7d60.entry.js → p-d89d0de0.entry.js} +1 -1
  984. package/dist/ionic/{p-c056132d.entry.js → p-db1a1e00.entry.js} +1 -1
  985. package/dist/ionic/p-deb6ddad.entry.js +4 -0
  986. package/dist/ionic/{p-49ead5cb.system.js → p-df5fe0be.system.js} +1 -1
  987. package/dist/ionic/{p-13cb1942.system.entry.js → p-e0f52215.system.entry.js} +1 -1
  988. package/dist/ionic/p-e1ac688a.entry.js +4 -0
  989. package/dist/ionic/{p-54ada505.entry.js → p-e2fd0895.entry.js} +1 -1
  990. package/dist/ionic/{p-dd54d07b.system.entry.js → p-eab10949.system.entry.js} +1 -1
  991. package/dist/ionic/p-eac263dd.entry.js +4 -0
  992. package/dist/ionic/{p-30ae30f8.entry.js → p-ec9052a4.entry.js} +1 -1
  993. package/dist/ionic/p-f588e951.entry.js +4 -0
  994. package/dist/ionic/p-f623aa6d.entry.js +4 -0
  995. package/dist/ionic/p-f960fd84.system.entry.js +4 -0
  996. package/dist/ionic/{p-c3da26fd.system.js → p-fa8d4788.system.js} +1 -1
  997. package/dist/ionic/{p-d7e0a42b.system.js → p-fbcb157b.system.js} +2 -2
  998. package/dist/ionic/{p-a2e57f27.entry.js → p-fccfe602.entry.js} +1 -1
  999. package/dist/ionic/{p-1699be8e.entry.js → p-fcf47f80.entry.js} +1 -1
  1000. package/dist/ionic/p-ff555f6f.system.entry.js +4 -0
  1001. package/dist/ionic/{p-3ca87455.system.js → p-ff5a10f9.system.js} +1 -1
  1002. package/dist/types/components/action-sheet/action-sheet-interface.d.ts +3 -0
  1003. package/dist/types/components/action-sheet/action-sheet.d.ts +1 -1
  1004. package/dist/types/components/alert/alert-interface.d.ts +3 -0
  1005. package/dist/types/components/alert/alert.d.ts +1 -1
  1006. package/dist/types/components/button/button.d.ts +9 -0
  1007. package/dist/types/components/checkbox/checkbox.d.ts +9 -1
  1008. package/dist/types/components/content/content.d.ts +2 -1
  1009. package/dist/types/components/datetime/datetime.d.ts +23 -10
  1010. package/dist/types/components/datetime/utils/data.d.ts +1 -1
  1011. package/dist/types/components/datetime/utils/parse.d.ts +5 -5
  1012. package/dist/types/components/item/item.d.ts +2 -0
  1013. package/dist/types/components/item-sliding/test/test.utils.d.ts +5 -0
  1014. package/dist/types/components/loading/loading.d.ts +1 -1
  1015. package/dist/types/components/menu/menu.d.ts +10 -1
  1016. package/dist/types/components/modal/modal.d.ts +1 -1
  1017. package/dist/types/components/picker/picker-interface.d.ts +3 -0
  1018. package/dist/types/components/picker/picker.d.ts +1 -1
  1019. package/dist/types/components/popover/popover.d.ts +1 -1
  1020. package/dist/types/components/radio/radio.d.ts +8 -1
  1021. package/dist/types/components/range/range.d.ts +10 -1
  1022. package/dist/types/components/router-outlet/{route-outlet.d.ts → router-outlet.d.ts} +1 -2
  1023. package/dist/types/components/segment/segment.d.ts +1 -0
  1024. package/dist/types/components/tab-bar/tab-bar.d.ts +8 -0
  1025. package/dist/types/components/toast/toast-interface.d.ts +6 -0
  1026. package/dist/types/components/toast/toast.d.ts +2 -1
  1027. package/dist/types/components/toggle/toggle.d.ts +8 -1
  1028. package/dist/types/components.d.ts +42 -16
  1029. package/dist/types/index.d.ts +1 -0
  1030. package/dist/types/interface.d.ts +1 -0
  1031. package/dist/types/stencil-public-runtime.d.ts +17 -5
  1032. package/dist/types/utils/browser/index.d.ts +16 -1
  1033. package/dist/types/utils/input-shims/hacks/scroll-data.d.ts +1 -1
  1034. package/dist/types/utils/lock-controller.d.ts +10 -0
  1035. package/dist/types/utils/overlays.d.ts +5 -2
  1036. package/dist/types/utils/test/playwright/drag-element.d.ts +8 -1
  1037. package/dist/types/utils/test/playwright/page/utils/index.d.ts +0 -1
  1038. package/dist/types/utils/test/playwright/playwright-declarations.d.ts +0 -5
  1039. package/dist/types/utils/test/playwright/viewports/index.d.ts +4 -0
  1040. package/hydrate/index.d.ts +6 -6
  1041. package/hydrate/index.js +931 -552
  1042. package/hydrate/package.json +1 -1
  1043. package/loader/index.d.ts +1 -1
  1044. package/package.json +8 -6
  1045. package/dist/collection/utils/test/playwright/page/utils/get-snapshot-settings.js +0 -32
  1046. package/dist/esm/polyfills/css-shim.js +0 -1
  1047. package/dist/esm-es5/animation-258fd22b.js +0 -4
  1048. package/dist/esm-es5/app-globals-70454efb.js +0 -4
  1049. package/dist/esm-es5/data-605c040f.js +0 -4
  1050. package/dist/esm-es5/form-controller-6cd7ebd1.js +0 -4
  1051. package/dist/esm-es5/framework-delegate-6a45ed30.js +0 -4
  1052. package/dist/esm-es5/index-36a5fd75.js +0 -5
  1053. package/dist/esm-es5/input-shims-5b912f6d.js +0 -4
  1054. package/dist/esm-es5/md.transition-b7d7b475.js +0 -4
  1055. package/dist/esm-es5/overlays-4801a327.js +0 -4
  1056. package/dist/esm-es5/swipe-back-1bb66ed2.js +0 -4
  1057. package/dist/ionic/p-004db8b3.entry.js +0 -4
  1058. package/dist/ionic/p-026e6f00.system.entry.js +0 -4
  1059. package/dist/ionic/p-05111967.entry.js +0 -4
  1060. package/dist/ionic/p-0e51ceb7.system.entry.js +0 -4
  1061. package/dist/ionic/p-164b025e.system.js +0 -4
  1062. package/dist/ionic/p-1ce8e1ca.system.entry.js +0 -4
  1063. package/dist/ionic/p-1f05aa2b.system.entry.js +0 -4
  1064. package/dist/ionic/p-21e3627d.entry.js +0 -4
  1065. package/dist/ionic/p-2e5dc115.entry.js +0 -4
  1066. package/dist/ionic/p-335e3cfe.js +0 -4
  1067. package/dist/ionic/p-34f66fef.entry.js +0 -4
  1068. package/dist/ionic/p-37184fe8.js +0 -4
  1069. package/dist/ionic/p-39a30df1.entry.js +0 -4
  1070. package/dist/ionic/p-3bf5cd2e.system.entry.js +0 -4
  1071. package/dist/ionic/p-3f9dbcfc.system.entry.js +0 -4
  1072. package/dist/ionic/p-4108c24e.entry.js +0 -4
  1073. package/dist/ionic/p-451cbc39.js +0 -4
  1074. package/dist/ionic/p-4ab679fd.system.js +0 -4
  1075. package/dist/ionic/p-4f7973ad.entry.js +0 -4
  1076. package/dist/ionic/p-52540082.js +0 -4
  1077. package/dist/ionic/p-565d288e.system.js +0 -4
  1078. package/dist/ionic/p-5a3ee051.system.js +0 -4
  1079. package/dist/ionic/p-5db06d92.system.entry.js +0 -4
  1080. package/dist/ionic/p-5dc1aee9.entry.js +0 -4
  1081. package/dist/ionic/p-5de3c520.js +0 -4
  1082. package/dist/ionic/p-627e74b4.js +0 -4
  1083. package/dist/ionic/p-69a66969.js +0 -4
  1084. package/dist/ionic/p-6a0edd6d.system.js +0 -5
  1085. package/dist/ionic/p-6eeeee8b.system.entry.js +0 -4
  1086. package/dist/ionic/p-72969d37.entry.js +0 -4
  1087. package/dist/ionic/p-74a23266.system.entry.js +0 -4
  1088. package/dist/ionic/p-8711de04.entry.js +0 -4
  1089. package/dist/ionic/p-871802fe.entry.js +0 -4
  1090. package/dist/ionic/p-897e142d.entry.js +0 -4
  1091. package/dist/ionic/p-8da248f0.system.entry.js +0 -4
  1092. package/dist/ionic/p-90bfa7eb.system.entry.js +0 -4
  1093. package/dist/ionic/p-9131f2ce.system.entry.js +0 -4
  1094. package/dist/ionic/p-921d49a0.entry.js +0 -4
  1095. package/dist/ionic/p-94bb8e22.entry.js +0 -4
  1096. package/dist/ionic/p-954ce757.system.entry.js +0 -4
  1097. package/dist/ionic/p-99eac672.system.js +0 -4
  1098. package/dist/ionic/p-9c935c1f.system.entry.js +0 -4
  1099. package/dist/ionic/p-9ee9d00e.js +0 -4
  1100. package/dist/ionic/p-a18e77cb.system.entry.js +0 -4
  1101. package/dist/ionic/p-a4ef5b36.js +0 -4
  1102. package/dist/ionic/p-a5808f22.entry.js +0 -4
  1103. package/dist/ionic/p-acd4af3a.entry.js +0 -4
  1104. package/dist/ionic/p-b04873a4.system.js +0 -4
  1105. package/dist/ionic/p-b096113b.js +0 -4
  1106. package/dist/ionic/p-b159246b.entry.js +0 -4
  1107. package/dist/ionic/p-b6098fdf.entry.js +0 -4
  1108. package/dist/ionic/p-b6519389.system.entry.js +0 -4
  1109. package/dist/ionic/p-b94d3454.entry.js +0 -4
  1110. package/dist/ionic/p-c60bc054.system.entry.js +0 -4
  1111. package/dist/ionic/p-c7d59299.js +0 -4
  1112. package/dist/ionic/p-c9b94b63.system.entry.js +0 -4
  1113. package/dist/ionic/p-cd83e6cc.system.entry.js +0 -4
  1114. package/dist/ionic/p-d0dedc45.entry.js +0 -4
  1115. package/dist/ionic/p-d34c3e77.js +0 -4
  1116. package/dist/ionic/p-d834e36b.entry.js +0 -4
  1117. package/dist/ionic/p-d9bc4210.js +0 -5
  1118. package/dist/ionic/p-e171bd9c.system.js +0 -4
  1119. package/dist/ionic/p-e614b5ba.system.entry.js +0 -4
  1120. package/dist/ionic/p-ee9863ad.js +0 -4
  1121. package/dist/ionic/p-f16ea33b.entry.js +0 -4
  1122. package/dist/ionic/p-f321535c.js +0 -4
  1123. package/dist/ionic/p-f3c381f2.entry.js +0 -4
  1124. package/dist/ionic/p-f484f0e1.system.entry.js +0 -4
  1125. package/dist/ionic/p-f810e0d3.js +0 -4
  1126. package/dist/ionic/p-ffe2c670.js +0 -4
  1127. package/dist/types/utils/test/playwright/page/utils/get-snapshot-settings.d.ts +0 -8
  1128. /package/dist/cjs/{config-172736e4.js → config-d5882735.js} +0 -0
  1129. /package/dist/cjs/{cubic-bezier-0e51923d.js → cubic-bezier-6b9222ad.js} +0 -0
  1130. /package/dist/cjs/{dir-186d3a4d.js → dir-f1e0ca26.js} +0 -0
  1131. /package/dist/cjs/{focus-visible-6163be3a.js → focus-visible-a7545600.js} +0 -0
  1132. /package/dist/cjs/{gesture-controller-e2865472.js → gesture-controller-b46721be.js} +0 -0
  1133. /package/dist/cjs/{hardware-back-button-bae6e13a.js → hardware-back-button-b67c8e75.js} +0 -0
  1134. /package/dist/cjs/{helpers-77560954.js → helpers-ea4ccbcb.js} +0 -0
  1135. /package/dist/cjs/{index-f0d7c9cc.js → index-306a7476.js} +0 -0
  1136. /package/dist/cjs/{index-79605113.js → index-cc7dfb7c.js} +0 -0
  1137. /package/dist/cjs/{index-b0e73ba0.js → index-d8d1fc0b.js} +0 -0
  1138. /package/dist/cjs/{spinner-configs-7d30ff6f.js → spinner-configs-f7b5105b.js} +0 -0
  1139. /package/dist/cjs/{theme-e6fec71e.js → theme-fbc56b3b.js} +0 -0
  1140. /package/dist/cjs/{watch-options-4d182698.js → watch-options-f3f77e54.js} +0 -0
  1141. /package/dist/esm/{config-80c044f2.js → config-96c9ace3.js} +0 -0
  1142. /package/dist/esm/{cubic-bezier-e78d1307.js → cubic-bezier-66542bc5.js} +0 -0
  1143. /package/dist/esm/{dir-e8b767a8.js → dir-912e3e13.js} +0 -0
  1144. /package/dist/esm/{focus-visible-10ad4867.js → focus-visible-85493433.js} +0 -0
  1145. /package/dist/esm/{gesture-controller-17060b7c.js → gesture-controller-0fa396c4.js} +0 -0
  1146. /package/dist/esm/{hardware-back-button-490df115.js → hardware-back-button-39299f84.js} +0 -0
  1147. /package/dist/esm/{helpers-f586db1c.js → helpers-3379ba19.js} +0 -0
  1148. /package/dist/esm/{index-e86f0117.js → index-595d62c9.js} +0 -0
  1149. /package/dist/esm/{index-b32cad98.js → index-7a14ecec.js} +0 -0
  1150. /package/dist/esm/{index-393bc14a.js → index-ecfc2c9f.js} +0 -0
  1151. /package/dist/esm/{spinner-configs-40ada8cd.js → spinner-configs-d09fbbbb.js} +0 -0
  1152. /package/dist/esm/{theme-7670341c.js → theme-17531cdf.js} +0 -0
  1153. /package/dist/esm/{watch-options-4d421847.js → watch-options-355a920a.js} +0 -0
  1154. /package/dist/esm-es5/{config-80c044f2.js → config-96c9ace3.js} +0 -0
  1155. /package/dist/esm-es5/{cubic-bezier-e78d1307.js → cubic-bezier-66542bc5.js} +0 -0
  1156. /package/dist/esm-es5/{dir-e8b767a8.js → dir-912e3e13.js} +0 -0
  1157. /package/dist/esm-es5/{focus-visible-10ad4867.js → focus-visible-85493433.js} +0 -0
  1158. /package/dist/esm-es5/{gesture-controller-17060b7c.js → gesture-controller-0fa396c4.js} +0 -0
  1159. /package/dist/esm-es5/{hardware-back-button-490df115.js → hardware-back-button-39299f84.js} +0 -0
  1160. /package/dist/esm-es5/{helpers-f586db1c.js → helpers-3379ba19.js} +0 -0
  1161. /package/dist/esm-es5/{index-e86f0117.js → index-595d62c9.js} +0 -0
  1162. /package/dist/esm-es5/{index-b32cad98.js → index-7a14ecec.js} +0 -0
  1163. /package/dist/esm-es5/{index-393bc14a.js → index-ecfc2c9f.js} +0 -0
  1164. /package/dist/esm-es5/{spinner-configs-40ada8cd.js → spinner-configs-d09fbbbb.js} +0 -0
  1165. /package/dist/esm-es5/{theme-7670341c.js → theme-17531cdf.js} +0 -0
  1166. /package/dist/esm-es5/{watch-options-4d421847.js → watch-options-355a920a.js} +0 -0
  1167. /package/dist/ionic/{p-35d01c78.js → p-0a87858b.js} +0 -0
  1168. /package/dist/ionic/{p-3b753651.system.js → p-0e94957a.system.js} +0 -0
  1169. /package/dist/ionic/{p-6561b0e5.js → p-185e427e.js} +0 -0
  1170. /package/dist/ionic/{p-e1bc9a81.js → p-1b8e1d03.js} +0 -0
  1171. /package/dist/ionic/{p-fe01417c.js → p-1d072d3d.js} +0 -0
  1172. /package/dist/ionic/{p-5503807a.system.js → p-2b89ea1b.system.js} +0 -0
  1173. /package/dist/ionic/{p-1ef14636.system.js → p-44bc8b45.system.js} +0 -0
  1174. /package/dist/ionic/{p-97891b6b.system.js → p-479cdbf8.system.js} +0 -0
  1175. /package/dist/ionic/{p-09292468.system.js → p-56dc022e.system.js} +0 -0
  1176. /package/dist/ionic/{p-c099b4c9.js → p-5bf16a18.js} +0 -0
  1177. /package/dist/ionic/{p-38bc7b29.js → p-63eb0acd.js} +0 -0
  1178. /package/dist/ionic/{p-bb5b0f18.js → p-6dbfe5d4.js} +0 -0
  1179. /package/dist/ionic/{p-d2405689.js → p-76fce40e.js} +0 -0
  1180. /package/dist/ionic/{p-7ec7dc35.js → p-7b021525.js} +0 -0
  1181. /package/dist/ionic/{p-bb38e011.js → p-7c2bac85.js} +0 -0
  1182. /package/dist/ionic/{p-86d4b2bf.system.js → p-815c2fba.system.js} +0 -0
  1183. /package/dist/ionic/{p-c2257c28.system.js → p-819ff3b9.system.js} +0 -0
  1184. /package/dist/ionic/{p-56929710.system.js → p-87411e39.system.js} +0 -0
  1185. /package/dist/ionic/{p-dc3c3a0a.system.js → p-8985b268.system.js} +0 -0
  1186. /package/dist/ionic/{p-04f1268e.system.js → p-8c15eda7.system.js} +0 -0
  1187. /package/dist/ionic/{p-72dbfdd4.system.js → p-9e852ff1.system.js} +0 -0
  1188. /package/dist/ionic/{p-3c349187.js → p-b347cfd1.js} +0 -0
  1189. /package/dist/ionic/{p-896b72c9.js → p-c18d6eac.js} +0 -0
  1190. /package/dist/ionic/{p-eb54056c.system.js → p-c4f2dce7.system.js} +0 -0
  1191. /package/dist/ionic/{p-4a212c9c.system.js → p-c87827ca.system.js} +0 -0
  1192. /package/dist/ionic/{p-e1c318e0.js → p-e0b06b65.js} +0 -0
@@ -1,10 +1,10 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { MENU_BACK_BUTTON_PRIORITY } from './hardware-back-button-490df115.js';
5
- import { c as componentOnReady } from './helpers-f586db1c.js';
6
- import { b as getIonMode } from './ionic-global-a9abd569.js';
7
- import { c as createAnimation } from './animation-258fd22b.js';
4
+ import { MENU_BACK_BUTTON_PRIORITY } from './hardware-back-button-39299f84.js';
5
+ import { c as componentOnReady } from './helpers-3379ba19.js';
6
+ import { b as getIonMode } from './ionic-global-246ca78f.js';
7
+ import { c as createAnimation } from './animation-92066c62.js';
8
8
 
9
9
  /**
10
10
  * baseAnimation
@@ -1,8 +1,8 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { d as doc } from './index-b32cad98.js';
5
- import { u as now, v as pointerCoord } from './helpers-f586db1c.js';
4
+ import { d as doc } from './index-7a14ecec.js';
5
+ import { u as now, v as pointerCoord } from './helpers-3379ba19.js';
6
6
 
7
7
  const startTapClick = (config) => {
8
8
  if (doc === undefined) {
@@ -1,8 +1,8 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { G as GESTURE_CONTROLLER } from './gesture-controller-17060b7c.js';
5
- export { G as GESTURE_CONTROLLER } from './gesture-controller-17060b7c.js';
4
+ import { G as GESTURE_CONTROLLER } from './gesture-controller-0fa396c4.js';
5
+ export { G as GESTURE_CONTROLLER } from './gesture-controller-0fa396c4.js';
6
6
 
7
7
  const addEventListener = (el, // TODO(FW-2832): type
8
8
  eventName, callback, opts) => {
package/dist/esm/index.js CHANGED
@@ -1,23 +1,23 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- export { c as createAnimation } from './animation-258fd22b.js';
5
- export { iosTransitionAnimation } from './ios.transition-6a838b0c.js';
6
- export { mdTransitionAnimation } from './md.transition-b7d7b475.js';
7
- export { g as getTimeGivenProgression } from './cubic-bezier-e78d1307.js';
8
- export { createGesture } from './index-422b6e83.js';
9
- export { g as getPlatforms, i as initialize, a as isPlatform } from './ionic-global-a9abd569.js';
10
- export { c as componentOnReady } from './helpers-f586db1c.js';
11
- export { I as IonicSafeString, g as getMode, s as setupConfig } from './config-80c044f2.js';
12
- 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 } from './index-afea2bcf.js';
13
- export { m as menuController } from './index-6e89f340.js';
14
- export { b as actionSheetController, a as alertController, l as loadingController, m as modalController, p as pickerController, c as popoverController, t as toastController } from './overlays-4801a327.js';
15
- import './index-b32cad98.js';
16
- import './gesture-controller-17060b7c.js';
17
- import './index-36a5fd75.js';
18
- import './hardware-back-button-490df115.js';
19
- import './framework-delegate-6a45ed30.js';
20
- import './index-e86f0117.js';
4
+ export { c as createAnimation } from './animation-92066c62.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-641aeeed.js';
6
+ export { iosTransitionAnimation } from './ios.transition-04c9a97a.js';
7
+ export { mdTransitionAnimation } from './md.transition-67a8aabd.js';
8
+ export { g as getTimeGivenProgression } from './cubic-bezier-66542bc5.js';
9
+ export { createGesture } from './index-ff313b19.js';
10
+ export { g as getPlatforms, i as initialize, a as isPlatform } from './ionic-global-246ca78f.js';
11
+ export { c as componentOnReady } from './helpers-3379ba19.js';
12
+ export { I as IonicSafeString, g as getMode, s as setupConfig } from './config-96c9ace3.js';
13
+ export { m as menuController } from './index-d78b533e.js';
14
+ export { b as actionSheetController, a as alertController, l as loadingController, m as modalController, p as pickerController, c as popoverController, t as toastController } from './overlays-2fa52617.js';
15
+ import './index-7a14ecec.js';
16
+ import './index-b49b173c.js';
17
+ import './gesture-controller-0fa396c4.js';
18
+ import './hardware-back-button-39299f84.js';
19
+ import './framework-delegate-aa433dea.js';
20
+ import './index-595d62c9.js';
21
21
 
22
22
  const IonicSlides = (opts) => {
23
23
  const { swiper, extendParams } = opts;
@@ -1,12 +1,12 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { g as getScrollElement, c as scrollByPoint, f as findClosestIonContent } from './index-7373924f.js';
5
- import { a as addEventListener, b as removeEventListener, r as raf, c as componentOnReady } from './helpers-f586db1c.js';
6
- import { a as KeyboardResize, K as Keyboard } from './keyboard-cdb83866.js';
7
- import './index-e86f0117.js';
8
- import './capacitor-6d1861b7.js';
9
- import './index-b32cad98.js';
4
+ import { g as getScrollElement, c as scrollByPoint, f as findClosestIonContent } from './index-746a238e.js';
5
+ import { a as addEventListener, b as removeEventListener, r as raf, c as componentOnReady } from './helpers-3379ba19.js';
6
+ import { a as KeyboardResize, K as Keyboard } from './keyboard-b063f012.js';
7
+ import { w as win } from './index-7a14ecec.js';
8
+ import './index-595d62c9.js';
9
+ import './capacitor-b4979570.js';
10
10
 
11
11
  const cloneMap = new WeakMap();
12
12
  const relocateInput = (componentEl, inputEl, shouldRelocate, inputRelativeY = 0, disabledClonedInput = false) => {
@@ -153,11 +153,10 @@ const enableInputBlurring = () => {
153
153
  };
154
154
 
155
155
  const SCROLL_ASSIST_SPEED = 0.3;
156
- const getScrollData = (componentEl, contentEl, keyboardHeight) => {
156
+ const getScrollData = (componentEl, contentEl, keyboardHeight, platformHeight) => {
157
157
  var _a;
158
158
  const itemEl = (_a = componentEl.closest('ion-item,[ion-item]')) !== null && _a !== void 0 ? _a : componentEl;
159
- return calcScrollData(itemEl.getBoundingClientRect(), contentEl.getBoundingClientRect(), keyboardHeight, componentEl.ownerDocument.defaultView.innerHeight // TODO(FW-2832): type
160
- );
159
+ return calcScrollData(itemEl.getBoundingClientRect(), contentEl.getBoundingClientRect(), keyboardHeight, platformHeight);
161
160
  };
162
161
  const calcScrollData = (inputRect, contentRect, keyboardHeight, platformHeight) => {
163
162
  // compute input's Y values relative to the body
@@ -256,6 +255,83 @@ const enableScrollAssist = (componentEl, inputEl, contentEl, footerEl, keyboardH
256
255
  * Resize info is available on Capacitor 4+
257
256
  */
258
257
  const addScrollPadding = enableScrollPadding && (keyboardResize === undefined || keyboardResize.mode === KeyboardResize.None);
258
+ /**
259
+ * This tracks whether or not the keyboard has been
260
+ * presented for a single focused text field. Note
261
+ * that it does not track if the keyboard is open
262
+ * in general such as if the keyboard is open for
263
+ * a different focused text field.
264
+ */
265
+ let hasKeyboardBeenPresentedForTextField = false;
266
+ /**
267
+ * When adding scroll padding we need to know
268
+ * how much of the viewport the keyboard obscures.
269
+ * We do this by subtracting the keyboard height
270
+ * from the platform height.
271
+ *
272
+ * If we compute this value when switching between
273
+ * inputs then the webview may already be resized.
274
+ * At this point, `win.innerHeight` has already accounted
275
+ * for the keyboard meaning we would then subtract
276
+ * the keyboard height again. This will result in the input
277
+ * being scrolled more than it needs to.
278
+ */
279
+ const platformHeight = win !== undefined ? win.innerHeight : 0;
280
+ /**
281
+ * Scroll assist is run when a text field
282
+ * is focused. However, it may need to
283
+ * re-run when the keyboard size changes
284
+ * such that the text field is now hidden
285
+ * underneath the keyboard.
286
+ * This function re-runs scroll assist
287
+ * when that happens.
288
+ *
289
+ * One limitation of this is on a web browser
290
+ * where native keyboard APIs do not have cross-browser
291
+ * support. `ionKeyboardDidShow` relies on the Visual Viewport API.
292
+ * This means that if the keyboard changes but does not change
293
+ * geometry, then scroll assist will not re-run even if
294
+ * the user has scrolled the text field under the keyboard.
295
+ * This is not a problem when running in Cordova/Capacitor
296
+ * because `ionKeyboardDidShow` uses the native events
297
+ * which fire every time the keyboard changes.
298
+ */
299
+ const keyboardShow = (ev) => {
300
+ /**
301
+ * If the keyboard has not yet been presented
302
+ * for this text field then the text field has just
303
+ * received focus. In that case, the focusin listener
304
+ * will run scroll assist.
305
+ */
306
+ if (hasKeyboardBeenPresentedForTextField === false) {
307
+ hasKeyboardBeenPresentedForTextField = true;
308
+ return;
309
+ }
310
+ /**
311
+ * Otherwise, the keyboard has already been presented
312
+ * for the focused text field.
313
+ * This means that the keyboard likely changed
314
+ * geometry, and we need to re-run scroll assist.
315
+ * This can happen when the user rotates their device
316
+ * or when they switch keyboards.
317
+ *
318
+ * Make sure we pass in the computed keyboard height
319
+ * rather than the estimated keyboard height.
320
+ *
321
+ * Since the keyboard is already open then we do not
322
+ * need to wait for the webview to resize, so we pass
323
+ * "waitForResize: false".
324
+ */
325
+ jsSetFocus(componentEl, inputEl, contentEl, footerEl, ev.detail.keyboardHeight, addScrollPadding, disableClonedInput, platformHeight, false);
326
+ };
327
+ /**
328
+ * Reset the internal state when the text field loses focus.
329
+ */
330
+ const focusOut = () => {
331
+ hasKeyboardBeenPresentedForTextField = false;
332
+ win === null || win === void 0 ? void 0 : win.removeEventListener('ionKeyboardDidShow', keyboardShow);
333
+ componentEl.removeEventListener('focusout', focusOut, true);
334
+ };
259
335
  /**
260
336
  * When the input is about to receive
261
337
  * focus, we need to move it to prevent
@@ -272,11 +348,15 @@ const enableScrollAssist = (componentEl, inputEl, contentEl, footerEl, keyboardH
272
348
  inputEl.removeAttribute(SKIP_SCROLL_ASSIST);
273
349
  return;
274
350
  }
275
- jsSetFocus(componentEl, inputEl, contentEl, footerEl, keyboardHeight, addScrollPadding, disableClonedInput);
351
+ jsSetFocus(componentEl, inputEl, contentEl, footerEl, keyboardHeight, addScrollPadding, disableClonedInput, platformHeight);
352
+ win === null || win === void 0 ? void 0 : win.addEventListener('ionKeyboardDidShow', keyboardShow);
353
+ componentEl.addEventListener('focusout', focusOut, true);
276
354
  };
277
355
  componentEl.addEventListener('focusin', focusIn, true);
278
356
  return () => {
279
357
  componentEl.removeEventListener('focusin', focusIn, true);
358
+ win === null || win === void 0 ? void 0 : win.removeEventListener('ionKeyboardDidShow', keyboardShow);
359
+ componentEl.removeEventListener('focusout', focusOut, true);
280
360
  };
281
361
  };
282
362
  /**
@@ -295,11 +375,11 @@ const setManualFocus = (el) => {
295
375
  el.setAttribute(SKIP_SCROLL_ASSIST, 'true');
296
376
  el.focus();
297
377
  };
298
- const jsSetFocus = async (componentEl, inputEl, contentEl, footerEl, keyboardHeight, enableScrollPadding, disableClonedInput = false) => {
378
+ const jsSetFocus = async (componentEl, inputEl, contentEl, footerEl, keyboardHeight, enableScrollPadding, disableClonedInput = false, platformHeight = 0, waitForResize = true) => {
299
379
  if (!contentEl && !footerEl) {
300
380
  return;
301
381
  }
302
- const scrollData = getScrollData(componentEl, (contentEl || footerEl), keyboardHeight);
382
+ const scrollData = getScrollData(componentEl, (contentEl || footerEl), keyboardHeight, platformHeight);
303
383
  if (contentEl && Math.abs(scrollData.scrollAmount) < 4) {
304
384
  // the text input is in a safe position that doesn't
305
385
  // require it to be scrolled into view, just set focus now
@@ -386,7 +466,7 @@ const jsSetFocus = async (componentEl, inputEl, contentEl, footerEl, keyboardHei
386
466
  * bandwidth to become available.
387
467
  */
388
468
  const totalScrollAmount = scrollEl.scrollHeight - scrollEl.clientHeight;
389
- if (scrollData.scrollAmount > totalScrollAmount - scrollEl.scrollTop) {
469
+ if (waitForResize && scrollData.scrollAmount > totalScrollAmount - scrollEl.scrollTop) {
390
470
  /**
391
471
  * On iOS devices, the system will show a "Passwords" bar above the keyboard
392
472
  * after the initial keyboard is shown. This prevents the webview from resizing
@@ -1,9 +1,9 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { w as win } from './index-b32cad98.js';
5
- import { r as raf } from './helpers-f586db1c.js';
6
- import { a as printIonError } from './index-e86f0117.js';
4
+ import { w as win } from './index-7a14ecec.js';
5
+ import { r as raf } from './helpers-3379ba19.js';
6
+ import { a as printIonError } from './index-595d62c9.js';
7
7
 
8
8
  /**
9
9
  * Used to update a scoped component that uses emulated slots. This fires when
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, h, H as Host, f as getElement, d as createEvent } from './index-36a5fd75.js';
5
- import { r as raf, t as transitionEndAsync, a as addEventListener, b as removeEventListener, g as getElementRoot } from './helpers-f586db1c.js';
6
- import { l as chevronDown } from './index-393bc14a.js';
7
- import { c as config, b as getIonMode } from './ionic-global-a9abd569.js';
8
- import { p as printIonWarning } from './index-e86f0117.js';
4
+ import { r as registerInstance, h, H as Host, f as getElement, d as createEvent } from './index-b49b173c.js';
5
+ import { r as raf, t as transitionEndAsync, a as addEventListener, b as removeEventListener, g as getElementRoot } from './helpers-3379ba19.js';
6
+ import { l as chevronDown } from './index-ecfc2c9f.js';
7
+ import { c as config, b as getIonMode } from './ionic-global-246ca78f.js';
8
+ import { p as printIonWarning } from './index-595d62c9.js';
9
9
 
10
10
  const accordionIosCss = ":host{display:block;position:relative;width:100%;background-color:var(--ion-background-color, #ffffff);overflow:hidden;z-index:0}:host(.accordion-expanding) ::slotted(ion-item[slot=header]),:host(.accordion-expanded) ::slotted(ion-item[slot=header]){--border-width:0px}:host(.accordion-animated){-webkit-transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}:host(.accordion-animated) #content{-webkit-transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}#content{overflow:hidden;will-change:max-height}:host(.accordion-collapsing) #content{max-height:0 !important}:host(.accordion-collapsed) #content{display:none}:host(.accordion-expanding) #content{max-height:0}:host(.accordion-expanding) #content-wrapper{overflow:auto}:host(.accordion-disabled) #header,:host(.accordion-readonly) #header,:host(.accordion-disabled) #content,:host(.accordion-readonly) #content{pointer-events:none}:host(.accordion-disabled) #header,:host(.accordion-disabled) #content{opacity:0.4}@media (prefers-reduced-motion: reduce){:host,#content{-webkit-transition:none !important;transition:none !important}}:host(.accordion-next) ::slotted(ion-item[slot=header]){--border-width:0.55px 0px 0.55px 0px}";
11
11
 
@@ -1,21 +1,22 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, d as createEvent, e as readTask, h, H as Host, f as getElement } from './index-36a5fd75.js';
5
- import { c as createButtonActiveGesture } from './button-active-aef107f0.js';
6
- import { r as raf } from './helpers-f586db1c.js';
7
- 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-4801a327.js';
8
- import { g as getClassMap } from './theme-7670341c.js';
9
- import { b as getIonMode } from './ionic-global-a9abd569.js';
10
- import { c as createAnimation } from './animation-258fd22b.js';
11
- import './haptic-d85b8584.js';
12
- import './capacitor-6d1861b7.js';
13
- import './index-b32cad98.js';
14
- import './index-422b6e83.js';
15
- import './gesture-controller-17060b7c.js';
16
- import './framework-delegate-6a45ed30.js';
17
- import './hardware-back-button-490df115.js';
18
- import './index-e86f0117.js';
4
+ import { r as registerInstance, d as createEvent, e as readTask, h, H as Host, f as getElement } from './index-b49b173c.js';
5
+ import { c as createButtonActiveGesture } from './button-active-5136c12d.js';
6
+ import { r as raf } from './helpers-3379ba19.js';
7
+ import { c as createLockController } from './lock-controller-e8c6c051.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-2fa52617.js';
9
+ import { g as getClassMap } from './theme-17531cdf.js';
10
+ import { b as getIonMode } from './ionic-global-246ca78f.js';
11
+ import { c as createAnimation } from './animation-92066c62.js';
12
+ import './haptic-6447af60.js';
13
+ import './capacitor-b4979570.js';
14
+ import './index-7a14ecec.js';
15
+ import './index-ff313b19.js';
16
+ import './gesture-controller-0fa396c4.js';
17
+ import './framework-delegate-aa433dea.js';
18
+ import './hardware-back-button-39299f84.js';
19
+ import './index-595d62c9.js';
19
20
 
20
21
  /**
21
22
  * iOS Action Sheet Enter Animation
@@ -117,6 +118,7 @@ const ActionSheet = class {
117
118
  this.willDismissShorthand = createEvent(this, "willDismiss", 7);
118
119
  this.didDismissShorthand = createEvent(this, "didDismiss", 7);
119
120
  this.delegateController = createDelegateController(this);
121
+ this.lockController = createLockController();
120
122
  this.triggerController = createTriggerController();
121
123
  this.presented = false;
122
124
  this.onBackdropTap = () => {
@@ -164,21 +166,10 @@ const ActionSheet = class {
164
166
  * Present the action sheet overlay after it has been created.
165
167
  */
166
168
  async present() {
167
- /**
168
- * When using an inline action sheet
169
- * and dismissing a action sheet it is possible to
170
- * quickly present the action sheet while it is
171
- * dismissing. We need to await any current
172
- * transition to allow the dismiss to finish
173
- * before presenting again.
174
- */
175
- if (this.currentTransition !== undefined) {
176
- await this.currentTransition;
177
- }
169
+ const unlock = await this.lockController.lock();
178
170
  await this.delegateController.attachViewToDom();
179
- this.currentTransition = present(this, 'actionSheetEnter', iosEnterAnimation, mdEnterAnimation);
180
- await this.currentTransition;
181
- this.currentTransition = undefined;
171
+ await present(this, 'actionSheetEnter', iosEnterAnimation, mdEnterAnimation);
172
+ unlock();
182
173
  }
183
174
  /**
184
175
  * Dismiss the action sheet overlay after it has been presented.
@@ -190,11 +181,12 @@ const ActionSheet = class {
190
181
  * Some examples include: ``"cancel"`, `"destructive"`, "selected"`, and `"backdrop"`.
191
182
  */
192
183
  async dismiss(data, role) {
193
- this.currentTransition = dismiss(this, data, role, 'actionSheetLeave', iosLeaveAnimation, mdLeaveAnimation);
194
- const dismissed = await this.currentTransition;
184
+ const unlock = await this.lockController.lock();
185
+ const dismissed = await dismiss(this, data, role, 'actionSheetLeave', iosLeaveAnimation, mdLeaveAnimation);
195
186
  if (dismissed) {
196
187
  this.delegateController.removeViewFromDom();
197
188
  }
189
+ unlock();
198
190
  return dismissed;
199
191
  }
200
192
  /**
@@ -290,7 +282,7 @@ const ActionSheet = class {
290
282
  }, class: Object.assign(Object.assign({ [mode]: true }, getClassMap(this.cssClass)), { 'overlay-hidden': true, 'action-sheet-translucent': this.translucent }), onIonActionSheetWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }), h("ion-backdrop", { tappable: this.backdropDismiss }), h("div", { tabindex: "0" }), h("div", { class: "action-sheet-wrapper ion-overlay-wrapper", ref: (el) => (this.wrapperEl = el) }, h("div", { class: "action-sheet-container" }, h("div", { class: "action-sheet-group", ref: (el) => (this.groupEl = el) }, header !== undefined && (h("div", { id: headerID, class: {
291
283
  'action-sheet-title': true,
292
284
  'action-sheet-has-sub-title': this.subHeader !== undefined,
293
- } }, header, this.subHeader && h("div", { class: "action-sheet-sub-title" }, this.subHeader))), buttons.map((b) => (h("button", { type: "button", id: b.id, class: buttonClass(b), onClick: () => this.buttonClick(b) }, h("span", { class: "action-sheet-button-inner" }, b.icon && h("ion-icon", { icon: b.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" }), b.text), mode === 'md' && h("ion-ripple-effect", null))))), cancelButton && (h("div", { class: "action-sheet-group action-sheet-group-cancel" }, h("button", { type: "button", class: buttonClass(cancelButton), onClick: () => this.buttonClick(cancelButton) }, h("span", { class: "action-sheet-button-inner" }, cancelButton.icon && (h("ion-icon", { icon: cancelButton.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" })), cancelButton.text), mode === 'md' && h("ion-ripple-effect", null)))))), h("div", { tabindex: "0" })));
285
+ } }, header, this.subHeader && h("div", { class: "action-sheet-sub-title" }, this.subHeader))), buttons.map((b) => (h("button", Object.assign({}, b.htmlAttributes, { type: "button", id: b.id, class: buttonClass(b), onClick: () => this.buttonClick(b) }), h("span", { class: "action-sheet-button-inner" }, b.icon && h("ion-icon", { icon: b.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" }), b.text), mode === 'md' && h("ion-ripple-effect", null))))), cancelButton && (h("div", { class: "action-sheet-group action-sheet-group-cancel" }, h("button", Object.assign({}, cancelButton.htmlAttributes, { type: "button", class: buttonClass(cancelButton), onClick: () => this.buttonClick(cancelButton) }), h("span", { class: "action-sheet-button-inner" }, cancelButton.icon && (h("ion-icon", { icon: cancelButton.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" })), cancelButton.text), mode === 'md' && h("ion-ripple-effect", null)))))), h("div", { tabindex: "0" })));
294
286
  }
295
287
  get el() { return getElement(this); }
296
288
  static get watchers() { return {
@@ -1,22 +1,23 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, d as createEvent, i as forceUpdate, h, H as Host, f as getElement } from './index-36a5fd75.js';
5
- import { E as ENABLE_HTML_CONTENT_DEFAULT, a as sanitizeDOMString } from './config-80c044f2.js';
6
- import { c as createButtonActiveGesture } from './button-active-aef107f0.js';
7
- import { r as raf } from './helpers-f586db1c.js';
8
- 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-4801a327.js';
9
- import { g as getClassMap } from './theme-7670341c.js';
10
- import { c as config, b as getIonMode } from './ionic-global-a9abd569.js';
11
- import { c as createAnimation } from './animation-258fd22b.js';
12
- import './haptic-d85b8584.js';
13
- import './capacitor-6d1861b7.js';
14
- import './index-b32cad98.js';
15
- import './index-422b6e83.js';
16
- import './gesture-controller-17060b7c.js';
17
- import './framework-delegate-6a45ed30.js';
18
- import './hardware-back-button-490df115.js';
19
- import './index-e86f0117.js';
4
+ import { r as registerInstance, d as createEvent, i as forceUpdate, h, H as Host, f as getElement } from './index-b49b173c.js';
5
+ import { E as ENABLE_HTML_CONTENT_DEFAULT, a as sanitizeDOMString } from './config-96c9ace3.js';
6
+ import { c as createButtonActiveGesture } from './button-active-5136c12d.js';
7
+ import { r as raf } from './helpers-3379ba19.js';
8
+ import { c as createLockController } from './lock-controller-e8c6c051.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-2fa52617.js';
10
+ import { g as getClassMap } from './theme-17531cdf.js';
11
+ import { c as config, b as getIonMode } from './ionic-global-246ca78f.js';
12
+ import { c as createAnimation } from './animation-92066c62.js';
13
+ import './haptic-6447af60.js';
14
+ import './capacitor-b4979570.js';
15
+ import './index-7a14ecec.js';
16
+ import './index-ff313b19.js';
17
+ import './gesture-controller-0fa396c4.js';
18
+ import './framework-delegate-aa433dea.js';
19
+ import './hardware-back-button-39299f84.js';
20
+ import './index-595d62c9.js';
20
21
 
21
22
  /**
22
23
  * iOS Alert Enter Animation
@@ -103,9 +104,9 @@ const mdLeaveAnimation = (baseEl) => {
103
104
  .addAnimation([backdropAnimation, wrapperAnimation]);
104
105
  };
105
106
 
106
- const alertIosCss = ".sc-ion-alert-ios-h{--min-width:250px;--width:auto;--min-height:auto;--height:auto;--max-height:90%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;font-family:var(--ion-font-family, inherit);contain:strict;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-alert-ios-h{display:none}.alert-top.sc-ion-alert-ios-h{padding-top:50px;-ms-flex-align:start;align-items:flex-start}.alert-wrapper.sc-ion-alert-ios{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;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:content;opacity:0;z-index:10}.alert-title.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}.alert-sub-title.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:5px;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-weight:normal}.alert-message.sc-ion-alert-ios{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch;overflow-y:auto;overscroll-behavior-y:contain}.alert-checkbox-group.sc-ion-alert-ios::-webkit-scrollbar,.alert-radio-group.sc-ion-alert-ios::-webkit-scrollbar,.alert-message.sc-ion-alert-ios::-webkit-scrollbar{display:none}.alert-input.sc-ion-alert-ios{padding-left:0;padding-right:0;padding-top:10px;padding-bottom:10px;width:100%;border:0;background:inherit;font:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}.alert-button-group.sc-ion-alert-ios{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:100%}.alert-button-group-vertical.sc-ion-alert-ios{-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.alert-button.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;border:0;font-size:14px;line-height:20px;z-index:0}.alert-button.ion-focused.sc-ion-alert-ios,.alert-tappable.ion-focused.sc-ion-alert-ios{background:var(--ion-color-step-100, #e6e6e6)}.alert-button-inner.sc-ion-alert-ios{display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.alert-input-disabled.sc-ion-alert-ios,.alert-checkbox-button-disabled.sc-ion-alert-ios .alert-button-inner.sc-ion-alert-ios,.alert-radio-button-disabled.sc-ion-alert-ios .alert-button-inner.sc-ion-alert-ios{cursor:default;opacity:0.5;pointer-events:none}.alert-tappable.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;display:-ms-flexbox;display:flex;width:100%;border:0;background:transparent;font-size:inherit;line-height:initial;text-align:start;-webkit-appearance:none;-moz-appearance:none;appearance:none;contain:strict}.alert-button.sc-ion-alert-ios,.alert-checkbox.sc-ion-alert-ios,.alert-input.sc-ion-alert-ios,.alert-radio.sc-ion-alert-ios{outline:none}.alert-radio-icon.sc-ion-alert-ios,.alert-checkbox-icon.sc-ion-alert-ios,.alert-checkbox-inner.sc-ion-alert-ios{-webkit-box-sizing:border-box;box-sizing:border-box}textarea.alert-input.sc-ion-alert-ios{min-height:37px;resize:none}.sc-ion-alert-ios-h{--background:var(--ion-overlay-background-color, var(--ion-color-step-100, #f9f9f9));--max-width:270px;--backdrop-opacity:var(--ion-backdrop-opacity, 0.3);font-size:14px}.alert-wrapper.sc-ion-alert-ios{border-radius:13px;-webkit-box-shadow:none;box-shadow:none;overflow:hidden}.alert-button.sc-ion-alert-ios .alert-button-inner.sc-ion-alert-ios{pointer-events:none}@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))){.alert-translucent.sc-ion-alert-ios-h .alert-wrapper.sc-ion-alert-ios{background:rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.9);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}}.alert-head.sc-ion-alert-ios{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:12px;padding-bottom:7px;text-align:center}.alert-title.sc-ion-alert-ios{margin-top:8px;color:var(--ion-text-color, #000);font-size:17px;font-weight:600}.alert-sub-title.sc-ion-alert-ios{color:var(--ion-color-step-600, #666666);font-size:14px}.alert-message.sc-ion-alert-ios,.alert-input-group.sc-ion-alert-ios{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:0;padding-bottom:21px;color:var(--ion-text-color, #000);font-size:13px;text-align:center}.alert-message.sc-ion-alert-ios{max-height:240px}.alert-message.sc-ion-alert-ios:empty{padding-left:0;padding-right:0;padding-top:0;padding-bottom:12px}.alert-input.sc-ion-alert-ios{border-radius:4px;margin-top:10px;-webkit-padding-start:6px;padding-inline-start:6px;-webkit-padding-end:6px;padding-inline-end:6px;padding-top:6px;padding-bottom:6px;border:0.55px solid var(--ion-color-step-250, #bfbfbf);background-color:var(--ion-background-color, #fff);-webkit-appearance:none;-moz-appearance:none;appearance:none}.alert-input.sc-ion-alert-ios::-webkit-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios::-moz-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios:-ms-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios::-ms-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios::placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios::-ms-clear{display:none}.alert-radio-group.sc-ion-alert-ios,.alert-checkbox-group.sc-ion-alert-ios{-ms-scroll-chaining:none;overscroll-behavior:contain;max-height:240px;border-top:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2);overflow-y:auto;-webkit-overflow-scrolling:touch}.alert-tappable.sc-ion-alert-ios{height:44px}.alert-radio-label.sc-ion-alert-ios{-webkit-padding-start:13px;padding-inline-start:13px;-webkit-padding-end:13px;padding-inline-end:13px;padding-top:13px;padding-bottom:13px;-ms-flex:1;flex:1;-ms-flex-order:0;order:0;color:var(--ion-text-color, #000);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}[aria-checked=true].sc-ion-alert-ios .alert-radio-label.sc-ion-alert-ios{color:var(--ion-color-primary, #3880ff)}.alert-radio-icon.sc-ion-alert-ios{position:relative;-ms-flex-order:1;order:1;min-width:30px}[aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios{top:-7px;position:absolute;width:6px;height:12px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-width:2px;border-top-width:0;border-left-width:0;border-style:solid;border-color:var(--ion-color-primary, #3880ff)}@supports (inset-inline-start: 0){[aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios{inset-inline-start:7px}}@supports not (inset-inline-start: 0){[aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios{left:7px}[dir=rtl].sc-ion-alert-ios-h [aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios,[dir=rtl] .sc-ion-alert-ios-h [aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios{left:unset;right:unset;right:7px}[dir=rtl].sc-ion-alert-ios [aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios{left:unset;right:unset;right:7px}@supports selector(:dir(rtl)){[aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios:dir(rtl){left:unset;right:unset;right:7px}}}.alert-checkbox-label.sc-ion-alert-ios{-webkit-padding-start:13px;padding-inline-start:13px;-webkit-padding-end:13px;padding-inline-end:13px;padding-top:13px;padding-bottom:13px;-ms-flex:1;flex:1;color:var(--ion-text-color, #000);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.alert-checkbox-icon.sc-ion-alert-ios{border-radius:50%;-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:6px;margin-inline-end:6px;margin-top:10px;margin-bottom:10px;position:relative;width:24px;height:24px;border-width:1px;border-style:solid;border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, #c8c7cc)));background-color:var(--ion-item-background, var(--ion-background-color, #fff));contain:strict}[aria-checked=true].sc-ion-alert-ios .alert-checkbox-icon.sc-ion-alert-ios{border-color:var(--ion-color-primary, #3880ff);background-color:var(--ion-color-primary, #3880ff)}[aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios{top:4px;position:absolute;width:5px;height:12px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-width:1px;border-top-width:0;border-left-width:0;border-style:solid;border-color:var(--ion-background-color, #fff)}@supports (inset-inline-start: 0){[aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios{inset-inline-start:9px}}@supports not (inset-inline-start: 0){[aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios{left:9px}[dir=rtl].sc-ion-alert-ios-h [aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios,[dir=rtl] .sc-ion-alert-ios-h [aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios{left:unset;right:unset;right:9px}[dir=rtl].sc-ion-alert-ios [aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios{left:unset;right:unset;right:9px}@supports selector(:dir(rtl)){[aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios:dir(rtl){left:unset;right:unset;right:9px}}}.alert-button-group.sc-ion-alert-ios{-webkit-margin-end:-0.55px;margin-inline-end:-0.55px;-ms-flex-wrap:wrap;flex-wrap:wrap}.alert-button.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;border-radius:0;-ms-flex:1 1 auto;flex:1 1 auto;min-width:50%;height:44px;border-top:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2);border-right:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2);background-color:transparent;color:var(--ion-color-primary, #3880ff);font-size:17px;overflow:hidden}[dir=rtl].sc-ion-alert-ios-h .alert-button.sc-ion-alert-ios:first-child,[dir=rtl] .sc-ion-alert-ios-h .alert-button.sc-ion-alert-ios:first-child{border-right:0}[dir=rtl].sc-ion-alert-ios .alert-button.sc-ion-alert-ios:first-child{border-right:0}@supports selector(:dir(rtl)){.alert-button.sc-ion-alert-ios:first-child:dir(rtl){border-right:0}}.alert-button.sc-ion-alert-ios:last-child{border-right:0;font-weight:bold}[dir=rtl].sc-ion-alert-ios-h .alert-button.sc-ion-alert-ios:last-child,[dir=rtl] .sc-ion-alert-ios-h .alert-button.sc-ion-alert-ios:last-child{border-right:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2)}[dir=rtl].sc-ion-alert-ios .alert-button.sc-ion-alert-ios:last-child{border-right:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2)}@supports selector(:dir(rtl)){.alert-button.sc-ion-alert-ios:last-child:dir(rtl){border-right:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2)}}.alert-button.ion-activated.sc-ion-alert-ios{background-color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.1)}.alert-button-role-destructive.sc-ion-alert-ios,.alert-button-role-destructive.ion-activated.sc-ion-alert-ios,.alert-button-role-destructive.ion-focused.sc-ion-alert-ios{color:var(--ion-color-danger, #eb445a)}";
107
+ const alertIosCss = ".sc-ion-alert-ios-h{--min-width:250px;--width:auto;--min-height:auto;--height:auto;--max-height:90%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;font-family:var(--ion-font-family, inherit);contain:strict;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-alert-ios-h{display:none}.alert-top.sc-ion-alert-ios-h{padding-top:50px;-ms-flex-align:start;align-items:flex-start}.alert-wrapper.sc-ion-alert-ios{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;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:content;opacity:0;z-index:10}.alert-title.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}.alert-sub-title.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:5px;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-weight:normal}.alert-message.sc-ion-alert-ios{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch;overflow-y:auto;overscroll-behavior-y:contain}.alert-checkbox-group.sc-ion-alert-ios::-webkit-scrollbar,.alert-radio-group.sc-ion-alert-ios::-webkit-scrollbar,.alert-message.sc-ion-alert-ios::-webkit-scrollbar{display:none}.alert-input.sc-ion-alert-ios{padding-left:0;padding-right:0;padding-top:10px;padding-bottom:10px;width:100%;border:0;background:inherit;font:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}.alert-button-group.sc-ion-alert-ios{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:100%}.alert-button-group-vertical.sc-ion-alert-ios{-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.alert-button.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;border:0;font-size:14px;line-height:20px;z-index:0}.alert-button.ion-focused.sc-ion-alert-ios,.alert-tappable.ion-focused.sc-ion-alert-ios{background:var(--ion-color-step-100, #e6e6e6)}.alert-button-inner.sc-ion-alert-ios{display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;min-height:inherit}.alert-input-disabled.sc-ion-alert-ios,.alert-checkbox-button-disabled.sc-ion-alert-ios .alert-button-inner.sc-ion-alert-ios,.alert-radio-button-disabled.sc-ion-alert-ios .alert-button-inner.sc-ion-alert-ios{cursor:default;opacity:0.5;pointer-events:none}.alert-tappable.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;display:-ms-flexbox;display:flex;width:100%;border:0;background:transparent;font-size:inherit;line-height:initial;text-align:start;-webkit-appearance:none;-moz-appearance:none;appearance:none;contain:content}.alert-button.sc-ion-alert-ios,.alert-checkbox.sc-ion-alert-ios,.alert-input.sc-ion-alert-ios,.alert-radio.sc-ion-alert-ios{outline:none}.alert-radio-icon.sc-ion-alert-ios,.alert-checkbox-icon.sc-ion-alert-ios,.alert-checkbox-inner.sc-ion-alert-ios{-webkit-box-sizing:border-box;box-sizing:border-box}textarea.alert-input.sc-ion-alert-ios{min-height:37px;resize:none}.sc-ion-alert-ios-h{--background:var(--ion-overlay-background-color, var(--ion-color-step-100, #f9f9f9));--max-width:270px;--backdrop-opacity:var(--ion-backdrop-opacity, 0.3);font-size:14px}.alert-wrapper.sc-ion-alert-ios{border-radius:13px;-webkit-box-shadow:none;box-shadow:none;overflow:hidden}.alert-button.sc-ion-alert-ios .alert-button-inner.sc-ion-alert-ios{pointer-events:none}@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))){.alert-translucent.sc-ion-alert-ios-h .alert-wrapper.sc-ion-alert-ios{background:rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.9);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}}.alert-head.sc-ion-alert-ios{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:12px;padding-bottom:7px;text-align:center}.alert-title.sc-ion-alert-ios{margin-top:8px;color:var(--ion-text-color, #000);font-size:17px;font-weight:600}.alert-sub-title.sc-ion-alert-ios{color:var(--ion-color-step-600, #666666);font-size:14px}.alert-message.sc-ion-alert-ios,.alert-input-group.sc-ion-alert-ios{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:0;padding-bottom:21px;color:var(--ion-text-color, #000);font-size:13px;text-align:center}.alert-message.sc-ion-alert-ios{max-height:240px}.alert-message.sc-ion-alert-ios:empty{padding-left:0;padding-right:0;padding-top:0;padding-bottom:12px}.alert-input.sc-ion-alert-ios{border-radius:4px;margin-top:10px;-webkit-padding-start:6px;padding-inline-start:6px;-webkit-padding-end:6px;padding-inline-end:6px;padding-top:6px;padding-bottom:6px;border:0.55px solid var(--ion-color-step-250, #bfbfbf);background-color:var(--ion-background-color, #fff);-webkit-appearance:none;-moz-appearance:none;appearance:none}.alert-input.sc-ion-alert-ios::-webkit-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios::-moz-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios:-ms-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios::-ms-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios::placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios::-ms-clear{display:none}.alert-radio-group.sc-ion-alert-ios,.alert-checkbox-group.sc-ion-alert-ios{-ms-scroll-chaining:none;overscroll-behavior:contain;max-height:240px;border-top:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2);overflow-y:auto;-webkit-overflow-scrolling:touch}.alert-tappable.sc-ion-alert-ios{min-height:44px}.alert-radio-label.sc-ion-alert-ios{-webkit-padding-start:13px;padding-inline-start:13px;-webkit-padding-end:13px;padding-inline-end:13px;padding-top:13px;padding-bottom:13px;-ms-flex:1;flex:1;-ms-flex-order:0;order:0;color:var(--ion-text-color, #000)}[aria-checked=true].sc-ion-alert-ios .alert-radio-label.sc-ion-alert-ios{color:var(--ion-color-primary, #3880ff)}.alert-radio-icon.sc-ion-alert-ios{position:relative;-ms-flex-order:1;order:1;min-width:30px}[aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios{top:-7px;position:absolute;width:6px;height:12px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-width:2px;border-top-width:0;border-left-width:0;border-style:solid;border-color:var(--ion-color-primary, #3880ff)}@supports (inset-inline-start: 0){[aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios{inset-inline-start:7px}}@supports not (inset-inline-start: 0){[aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios{left:7px}[dir=rtl].sc-ion-alert-ios-h [aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios,[dir=rtl] .sc-ion-alert-ios-h [aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios{left:unset;right:unset;right:7px}[dir=rtl].sc-ion-alert-ios [aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios{left:unset;right:unset;right:7px}@supports selector(:dir(rtl)){[aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios:dir(rtl){left:unset;right:unset;right:7px}}}.alert-checkbox-label.sc-ion-alert-ios{-webkit-padding-start:13px;padding-inline-start:13px;-webkit-padding-end:13px;padding-inline-end:13px;padding-top:13px;padding-bottom:13px;-ms-flex:1;flex:1;color:var(--ion-text-color, #000)}.alert-checkbox-icon.sc-ion-alert-ios{border-radius:50%;-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:6px;margin-inline-end:6px;margin-top:10px;margin-bottom:10px;position:relative;width:24px;height:24px;border-width:1px;border-style:solid;border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, #c8c7cc)));background-color:var(--ion-item-background, var(--ion-background-color, #fff));contain:strict}[aria-checked=true].sc-ion-alert-ios .alert-checkbox-icon.sc-ion-alert-ios{border-color:var(--ion-color-primary, #3880ff);background-color:var(--ion-color-primary, #3880ff)}[aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios{top:4px;position:absolute;width:5px;height:12px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-width:1px;border-top-width:0;border-left-width:0;border-style:solid;border-color:var(--ion-background-color, #fff)}@supports (inset-inline-start: 0){[aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios{inset-inline-start:9px}}@supports not (inset-inline-start: 0){[aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios{left:9px}[dir=rtl].sc-ion-alert-ios-h [aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios,[dir=rtl] .sc-ion-alert-ios-h [aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios{left:unset;right:unset;right:9px}[dir=rtl].sc-ion-alert-ios [aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios{left:unset;right:unset;right:9px}@supports selector(:dir(rtl)){[aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios:dir(rtl){left:unset;right:unset;right:9px}}}.alert-button-group.sc-ion-alert-ios{-webkit-margin-end:-0.55px;margin-inline-end:-0.55px;-ms-flex-wrap:wrap;flex-wrap:wrap}.alert-button.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;border-radius:0;-ms-flex:1 1 auto;flex:1 1 auto;min-width:50%;height:44px;border-top:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2);border-right:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2);background-color:transparent;color:var(--ion-color-primary, #3880ff);font-size:17px;overflow:hidden}[dir=rtl].sc-ion-alert-ios-h .alert-button.sc-ion-alert-ios:first-child,[dir=rtl] .sc-ion-alert-ios-h .alert-button.sc-ion-alert-ios:first-child{border-right:0}[dir=rtl].sc-ion-alert-ios .alert-button.sc-ion-alert-ios:first-child{border-right:0}@supports selector(:dir(rtl)){.alert-button.sc-ion-alert-ios:first-child:dir(rtl){border-right:0}}.alert-button.sc-ion-alert-ios:last-child{border-right:0;font-weight:bold}[dir=rtl].sc-ion-alert-ios-h .alert-button.sc-ion-alert-ios:last-child,[dir=rtl] .sc-ion-alert-ios-h .alert-button.sc-ion-alert-ios:last-child{border-right:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2)}[dir=rtl].sc-ion-alert-ios .alert-button.sc-ion-alert-ios:last-child{border-right:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2)}@supports selector(:dir(rtl)){.alert-button.sc-ion-alert-ios:last-child:dir(rtl){border-right:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2)}}.alert-button.ion-activated.sc-ion-alert-ios{background-color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.1)}.alert-button-role-destructive.sc-ion-alert-ios,.alert-button-role-destructive.ion-activated.sc-ion-alert-ios,.alert-button-role-destructive.ion-focused.sc-ion-alert-ios{color:var(--ion-color-danger, #eb445a)}";
107
108
 
108
- const alertMdCss = ".sc-ion-alert-md-h{--min-width:250px;--width:auto;--min-height:auto;--height:auto;--max-height:90%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;font-family:var(--ion-font-family, inherit);contain:strict;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-alert-md-h{display:none}.alert-top.sc-ion-alert-md-h{padding-top:50px;-ms-flex-align:start;align-items:flex-start}.alert-wrapper.sc-ion-alert-md{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;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:content;opacity:0;z-index:10}.alert-title.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}.alert-sub-title.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:5px;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-weight:normal}.alert-message.sc-ion-alert-md{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch;overflow-y:auto;overscroll-behavior-y:contain}.alert-checkbox-group.sc-ion-alert-md::-webkit-scrollbar,.alert-radio-group.sc-ion-alert-md::-webkit-scrollbar,.alert-message.sc-ion-alert-md::-webkit-scrollbar{display:none}.alert-input.sc-ion-alert-md{padding-left:0;padding-right:0;padding-top:10px;padding-bottom:10px;width:100%;border:0;background:inherit;font:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}.alert-button-group.sc-ion-alert-md{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:100%}.alert-button-group-vertical.sc-ion-alert-md{-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.alert-button.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;border:0;font-size:14px;line-height:20px;z-index:0}.alert-button.ion-focused.sc-ion-alert-md,.alert-tappable.ion-focused.sc-ion-alert-md{background:var(--ion-color-step-100, #e6e6e6)}.alert-button-inner.sc-ion-alert-md{display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.alert-input-disabled.sc-ion-alert-md,.alert-checkbox-button-disabled.sc-ion-alert-md .alert-button-inner.sc-ion-alert-md,.alert-radio-button-disabled.sc-ion-alert-md .alert-button-inner.sc-ion-alert-md{cursor:default;opacity:0.5;pointer-events:none}.alert-tappable.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;display:-ms-flexbox;display:flex;width:100%;border:0;background:transparent;font-size:inherit;line-height:initial;text-align:start;-webkit-appearance:none;-moz-appearance:none;appearance:none;contain:strict}.alert-button.sc-ion-alert-md,.alert-checkbox.sc-ion-alert-md,.alert-input.sc-ion-alert-md,.alert-radio.sc-ion-alert-md{outline:none}.alert-radio-icon.sc-ion-alert-md,.alert-checkbox-icon.sc-ion-alert-md,.alert-checkbox-inner.sc-ion-alert-md{-webkit-box-sizing:border-box;box-sizing:border-box}textarea.alert-input.sc-ion-alert-md{min-height:37px;resize:none}.sc-ion-alert-md-h{--background:var(--ion-overlay-background-color, var(--ion-background-color, #fff));--max-width:280px;--backdrop-opacity:var(--ion-backdrop-opacity, 0.32);font-size:14px}.alert-wrapper.sc-ion-alert-md{border-radius:4px;-webkit-box-shadow:0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);box-shadow:0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12)}.alert-head.sc-ion-alert-md{-webkit-padding-start:23px;padding-inline-start:23px;-webkit-padding-end:23px;padding-inline-end:23px;padding-top:20px;padding-bottom:15px;text-align:start}.alert-title.sc-ion-alert-md{color:var(--ion-text-color, #000);font-size:20px;font-weight:500}.alert-sub-title.sc-ion-alert-md{color:var(--ion-text-color, #000);font-size:16px}.alert-message.sc-ion-alert-md,.alert-input-group.sc-ion-alert-md{-webkit-padding-start:24px;padding-inline-start:24px;-webkit-padding-end:24px;padding-inline-end:24px;padding-top:20px;padding-bottom:20px;color:var(--ion-color-step-550, #737373)}.alert-message.sc-ion-alert-md{max-height:266px;font-size:16px}.alert-message.sc-ion-alert-md:empty{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}.alert-head.sc-ion-alert-md+.alert-message.sc-ion-alert-md{padding-top:0}.alert-input.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:5px;margin-bottom:5px;border-bottom:1px solid var(--ion-color-step-150, #d9d9d9);color:var(--ion-text-color, #000)}.alert-input.sc-ion-alert-md::-webkit-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md::-moz-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md:-ms-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md::-ms-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md::placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md::-ms-clear{display:none}.alert-input.sc-ion-alert-md:focus{margin-bottom:4px;border-bottom:2px solid var(--ion-color-primary, #3880ff)}.alert-radio-group.sc-ion-alert-md,.alert-checkbox-group.sc-ion-alert-md{position:relative;max-height:266px;border-top:1px solid var(--ion-color-step-150, #d9d9d9);border-bottom:1px solid var(--ion-color-step-150, #d9d9d9);overflow:auto}.alert-tappable.sc-ion-alert-md{position:relative;height:48px;overflow:hidden}.alert-radio-label.sc-ion-alert-md{-webkit-padding-start:52px;padding-inline-start:52px;-webkit-padding-end:26px;padding-inline-end:26px;padding-top:13px;padding-bottom:13px;-ms-flex:1;flex:1;color:var(--ion-color-step-850, #262626);font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.alert-radio-icon.sc-ion-alert-md{top:0;border-radius:50%;display:block;position:relative;width:20px;height:20px;border-width:2px;border-style:solid;border-color:var(--ion-color-step-550, #737373)}@supports (inset-inline-start: 0){.alert-radio-icon.sc-ion-alert-md{inset-inline-start:26px}}@supports not (inset-inline-start: 0){.alert-radio-icon.sc-ion-alert-md{left:26px}[dir=rtl].sc-ion-alert-md-h .alert-radio-icon.sc-ion-alert-md,[dir=rtl] .sc-ion-alert-md-h .alert-radio-icon.sc-ion-alert-md{left:unset;right:unset;right:26px}[dir=rtl].sc-ion-alert-md .alert-radio-icon.sc-ion-alert-md{left:unset;right:unset;right:26px}@supports selector(:dir(rtl)){.alert-radio-icon.sc-ion-alert-md:dir(rtl){left:unset;right:unset;right:26px}}}.alert-radio-inner.sc-ion-alert-md{top:3px;border-radius:50%;position:absolute;width:10px;height:10px;-webkit-transform:scale3d(0, 0, 0);transform:scale3d(0, 0, 0);-webkit-transition:-webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);transition:-webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);transition:transform 280ms cubic-bezier(0.4, 0, 0.2, 1);transition:transform 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);background-color:var(--ion-color-primary, #3880ff)}@supports (inset-inline-start: 0){.alert-radio-inner.sc-ion-alert-md{inset-inline-start:3px}}@supports not (inset-inline-start: 0){.alert-radio-inner.sc-ion-alert-md{left:3px}[dir=rtl].sc-ion-alert-md-h .alert-radio-inner.sc-ion-alert-md,[dir=rtl] .sc-ion-alert-md-h .alert-radio-inner.sc-ion-alert-md{left:unset;right:unset;right:3px}[dir=rtl].sc-ion-alert-md .alert-radio-inner.sc-ion-alert-md{left:unset;right:unset;right:3px}@supports selector(:dir(rtl)){.alert-radio-inner.sc-ion-alert-md:dir(rtl){left:unset;right:unset;right:3px}}}[aria-checked=true].sc-ion-alert-md .alert-radio-label.sc-ion-alert-md{color:var(--ion-color-step-850, #262626)}[aria-checked=true].sc-ion-alert-md .alert-radio-icon.sc-ion-alert-md{border-color:var(--ion-color-primary, #3880ff)}[aria-checked=true].sc-ion-alert-md .alert-radio-inner.sc-ion-alert-md{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}.alert-checkbox-label.sc-ion-alert-md{-webkit-padding-start:53px;padding-inline-start:53px;-webkit-padding-end:26px;padding-inline-end:26px;padding-top:13px;padding-bottom:13px;-ms-flex:1;flex:1;color:var(--ion-color-step-850, #262626);font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.alert-checkbox-icon.sc-ion-alert-md{top:0;border-radius:2px;position:relative;width:16px;height:16px;border-width:2px;border-style:solid;border-color:var(--ion-color-step-550, #737373);contain:strict}@supports (inset-inline-start: 0){.alert-checkbox-icon.sc-ion-alert-md{inset-inline-start:26px}}@supports not (inset-inline-start: 0){.alert-checkbox-icon.sc-ion-alert-md{left:26px}[dir=rtl].sc-ion-alert-md-h .alert-checkbox-icon.sc-ion-alert-md,[dir=rtl] .sc-ion-alert-md-h .alert-checkbox-icon.sc-ion-alert-md{left:unset;right:unset;right:26px}[dir=rtl].sc-ion-alert-md .alert-checkbox-icon.sc-ion-alert-md{left:unset;right:unset;right:26px}@supports selector(:dir(rtl)){.alert-checkbox-icon.sc-ion-alert-md:dir(rtl){left:unset;right:unset;right:26px}}}[aria-checked=true].sc-ion-alert-md .alert-checkbox-icon.sc-ion-alert-md{border-color:var(--ion-color-primary, #3880ff);background-color:var(--ion-color-primary, #3880ff)}[aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md{top:0;position:absolute;width:6px;height:10px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-width:2px;border-top-width:0;border-left-width:0;border-style:solid;border-color:var(--ion-color-primary-contrast, #fff)}@supports (inset-inline-start: 0){[aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md{inset-inline-start:3px}}@supports not (inset-inline-start: 0){[aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md{left:3px}[dir=rtl].sc-ion-alert-md-h [aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md,[dir=rtl] .sc-ion-alert-md-h [aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md{left:unset;right:unset;right:3px}[dir=rtl].sc-ion-alert-md [aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md{left:unset;right:unset;right:3px}@supports selector(:dir(rtl)){[aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md:dir(rtl){left:unset;right:unset;right:3px}}}.alert-button-group.sc-ion-alert-md{-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:8px;padding-inline-end:8px;padding-top:8px;padding-bottom:8px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;-ms-flex-pack:end;justify-content:flex-end}.alert-button.sc-ion-alert-md{border-radius:2px;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:8px;margin-inline-end:8px;margin-top:0;margin-bottom:0;-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:10px;padding-inline-end:10px;padding-top:10px;padding-bottom:10px;position:relative;background-color:transparent;color:var(--ion-color-primary, #3880ff);font-weight:500;text-align:end;text-transform:uppercase;overflow:hidden}.alert-button-inner.sc-ion-alert-md{-ms-flex-pack:end;justify-content:flex-end}";
109
+ const alertMdCss = ".sc-ion-alert-md-h{--min-width:250px;--width:auto;--min-height:auto;--height:auto;--max-height:90%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;font-family:var(--ion-font-family, inherit);contain:strict;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-alert-md-h{display:none}.alert-top.sc-ion-alert-md-h{padding-top:50px;-ms-flex-align:start;align-items:flex-start}.alert-wrapper.sc-ion-alert-md{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;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:content;opacity:0;z-index:10}.alert-title.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}.alert-sub-title.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:5px;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-weight:normal}.alert-message.sc-ion-alert-md{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch;overflow-y:auto;overscroll-behavior-y:contain}.alert-checkbox-group.sc-ion-alert-md::-webkit-scrollbar,.alert-radio-group.sc-ion-alert-md::-webkit-scrollbar,.alert-message.sc-ion-alert-md::-webkit-scrollbar{display:none}.alert-input.sc-ion-alert-md{padding-left:0;padding-right:0;padding-top:10px;padding-bottom:10px;width:100%;border:0;background:inherit;font:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}.alert-button-group.sc-ion-alert-md{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:100%}.alert-button-group-vertical.sc-ion-alert-md{-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.alert-button.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;border:0;font-size:14px;line-height:20px;z-index:0}.alert-button.ion-focused.sc-ion-alert-md,.alert-tappable.ion-focused.sc-ion-alert-md{background:var(--ion-color-step-100, #e6e6e6)}.alert-button-inner.sc-ion-alert-md{display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;min-height:inherit}.alert-input-disabled.sc-ion-alert-md,.alert-checkbox-button-disabled.sc-ion-alert-md .alert-button-inner.sc-ion-alert-md,.alert-radio-button-disabled.sc-ion-alert-md .alert-button-inner.sc-ion-alert-md{cursor:default;opacity:0.5;pointer-events:none}.alert-tappable.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;display:-ms-flexbox;display:flex;width:100%;border:0;background:transparent;font-size:inherit;line-height:initial;text-align:start;-webkit-appearance:none;-moz-appearance:none;appearance:none;contain:content}.alert-button.sc-ion-alert-md,.alert-checkbox.sc-ion-alert-md,.alert-input.sc-ion-alert-md,.alert-radio.sc-ion-alert-md{outline:none}.alert-radio-icon.sc-ion-alert-md,.alert-checkbox-icon.sc-ion-alert-md,.alert-checkbox-inner.sc-ion-alert-md{-webkit-box-sizing:border-box;box-sizing:border-box}textarea.alert-input.sc-ion-alert-md{min-height:37px;resize:none}.sc-ion-alert-md-h{--background:var(--ion-overlay-background-color, var(--ion-background-color, #fff));--max-width:280px;--backdrop-opacity:var(--ion-backdrop-opacity, 0.32);font-size:14px}.alert-wrapper.sc-ion-alert-md{border-radius:4px;-webkit-box-shadow:0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);box-shadow:0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12)}.alert-head.sc-ion-alert-md{-webkit-padding-start:23px;padding-inline-start:23px;-webkit-padding-end:23px;padding-inline-end:23px;padding-top:20px;padding-bottom:15px;text-align:start}.alert-title.sc-ion-alert-md{color:var(--ion-text-color, #000);font-size:20px;font-weight:500}.alert-sub-title.sc-ion-alert-md{color:var(--ion-text-color, #000);font-size:16px}.alert-message.sc-ion-alert-md,.alert-input-group.sc-ion-alert-md{-webkit-padding-start:24px;padding-inline-start:24px;-webkit-padding-end:24px;padding-inline-end:24px;padding-top:20px;padding-bottom:20px;color:var(--ion-color-step-550, #737373)}.alert-message.sc-ion-alert-md{max-height:266px;font-size:16px}.alert-message.sc-ion-alert-md:empty{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}.alert-head.sc-ion-alert-md+.alert-message.sc-ion-alert-md{padding-top:0}.alert-input.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:5px;margin-bottom:5px;border-bottom:1px solid var(--ion-color-step-150, #d9d9d9);color:var(--ion-text-color, #000)}.alert-input.sc-ion-alert-md::-webkit-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md::-moz-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md:-ms-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md::-ms-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md::placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md::-ms-clear{display:none}.alert-input.sc-ion-alert-md:focus{margin-bottom:4px;border-bottom:2px solid var(--ion-color-primary, #3880ff)}.alert-radio-group.sc-ion-alert-md,.alert-checkbox-group.sc-ion-alert-md{position:relative;max-height:266px;border-top:1px solid var(--ion-color-step-150, #d9d9d9);border-bottom:1px solid var(--ion-color-step-150, #d9d9d9);overflow:auto}.alert-tappable.sc-ion-alert-md{position:relative;min-height:48px}.alert-radio-label.sc-ion-alert-md{-webkit-padding-start:52px;padding-inline-start:52px;-webkit-padding-end:26px;padding-inline-end:26px;padding-top:13px;padding-bottom:13px;-ms-flex:1;flex:1;color:var(--ion-color-step-850, #262626);font-size:16px}.alert-radio-icon.sc-ion-alert-md{top:0;border-radius:50%;display:block;position:relative;width:20px;height:20px;border-width:2px;border-style:solid;border-color:var(--ion-color-step-550, #737373)}@supports (inset-inline-start: 0){.alert-radio-icon.sc-ion-alert-md{inset-inline-start:26px}}@supports not (inset-inline-start: 0){.alert-radio-icon.sc-ion-alert-md{left:26px}[dir=rtl].sc-ion-alert-md-h .alert-radio-icon.sc-ion-alert-md,[dir=rtl] .sc-ion-alert-md-h .alert-radio-icon.sc-ion-alert-md{left:unset;right:unset;right:26px}[dir=rtl].sc-ion-alert-md .alert-radio-icon.sc-ion-alert-md{left:unset;right:unset;right:26px}@supports selector(:dir(rtl)){.alert-radio-icon.sc-ion-alert-md:dir(rtl){left:unset;right:unset;right:26px}}}.alert-radio-inner.sc-ion-alert-md{top:3px;border-radius:50%;position:absolute;width:10px;height:10px;-webkit-transform:scale3d(0, 0, 0);transform:scale3d(0, 0, 0);-webkit-transition:-webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);transition:-webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);transition:transform 280ms cubic-bezier(0.4, 0, 0.2, 1);transition:transform 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);background-color:var(--ion-color-primary, #3880ff)}@supports (inset-inline-start: 0){.alert-radio-inner.sc-ion-alert-md{inset-inline-start:3px}}@supports not (inset-inline-start: 0){.alert-radio-inner.sc-ion-alert-md{left:3px}[dir=rtl].sc-ion-alert-md-h .alert-radio-inner.sc-ion-alert-md,[dir=rtl] .sc-ion-alert-md-h .alert-radio-inner.sc-ion-alert-md{left:unset;right:unset;right:3px}[dir=rtl].sc-ion-alert-md .alert-radio-inner.sc-ion-alert-md{left:unset;right:unset;right:3px}@supports selector(:dir(rtl)){.alert-radio-inner.sc-ion-alert-md:dir(rtl){left:unset;right:unset;right:3px}}}[aria-checked=true].sc-ion-alert-md .alert-radio-label.sc-ion-alert-md{color:var(--ion-color-step-850, #262626)}[aria-checked=true].sc-ion-alert-md .alert-radio-icon.sc-ion-alert-md{border-color:var(--ion-color-primary, #3880ff)}[aria-checked=true].sc-ion-alert-md .alert-radio-inner.sc-ion-alert-md{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}.alert-checkbox-label.sc-ion-alert-md{-webkit-padding-start:53px;padding-inline-start:53px;-webkit-padding-end:26px;padding-inline-end:26px;padding-top:13px;padding-bottom:13px;-ms-flex:1;flex:1;color:var(--ion-color-step-850, #262626);font-size:16px}.alert-checkbox-icon.sc-ion-alert-md{top:0;border-radius:2px;position:relative;width:16px;height:16px;border-width:2px;border-style:solid;border-color:var(--ion-color-step-550, #737373);contain:strict}@supports (inset-inline-start: 0){.alert-checkbox-icon.sc-ion-alert-md{inset-inline-start:26px}}@supports not (inset-inline-start: 0){.alert-checkbox-icon.sc-ion-alert-md{left:26px}[dir=rtl].sc-ion-alert-md-h .alert-checkbox-icon.sc-ion-alert-md,[dir=rtl] .sc-ion-alert-md-h .alert-checkbox-icon.sc-ion-alert-md{left:unset;right:unset;right:26px}[dir=rtl].sc-ion-alert-md .alert-checkbox-icon.sc-ion-alert-md{left:unset;right:unset;right:26px}@supports selector(:dir(rtl)){.alert-checkbox-icon.sc-ion-alert-md:dir(rtl){left:unset;right:unset;right:26px}}}[aria-checked=true].sc-ion-alert-md .alert-checkbox-icon.sc-ion-alert-md{border-color:var(--ion-color-primary, #3880ff);background-color:var(--ion-color-primary, #3880ff)}[aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md{top:0;position:absolute;width:6px;height:10px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-width:2px;border-top-width:0;border-left-width:0;border-style:solid;border-color:var(--ion-color-primary-contrast, #fff)}@supports (inset-inline-start: 0){[aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md{inset-inline-start:3px}}@supports not (inset-inline-start: 0){[aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md{left:3px}[dir=rtl].sc-ion-alert-md-h [aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md,[dir=rtl] .sc-ion-alert-md-h [aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md{left:unset;right:unset;right:3px}[dir=rtl].sc-ion-alert-md [aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md{left:unset;right:unset;right:3px}@supports selector(:dir(rtl)){[aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md:dir(rtl){left:unset;right:unset;right:3px}}}.alert-button-group.sc-ion-alert-md{-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:8px;padding-inline-end:8px;padding-top:8px;padding-bottom:8px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;-ms-flex-pack:end;justify-content:flex-end}.alert-button.sc-ion-alert-md{border-radius:2px;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:8px;margin-inline-end:8px;margin-top:0;margin-bottom:0;-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:10px;padding-inline-end:10px;padding-top:10px;padding-bottom:10px;position:relative;background-color:transparent;color:var(--ion-color-primary, #3880ff);font-weight:500;text-align:end;text-transform:uppercase;overflow:hidden}.alert-button-inner.sc-ion-alert-md{-ms-flex-pack:end;justify-content:flex-end}";
109
110
 
110
111
  const Alert = class {
111
112
  constructor(hostRef) {
@@ -119,6 +120,7 @@ const Alert = class {
119
120
  this.willDismissShorthand = createEvent(this, "willDismiss", 7);
120
121
  this.didDismissShorthand = createEvent(this, "didDismiss", 7);
121
122
  this.delegateController = createDelegateController(this);
123
+ this.lockController = createLockController();
122
124
  this.triggerController = createTriggerController();
123
125
  this.customHTMLEnabled = config.get('innerHTMLTemplatesEnabled', ENABLE_HTML_CONTENT_DEFAULT);
124
126
  this.processedInputs = [];
@@ -285,21 +287,10 @@ const Alert = class {
285
287
  * Present the alert overlay after it has been created.
286
288
  */
287
289
  async present() {
288
- /**
289
- * When using an inline alert
290
- * and dismissing an alert it is possible to
291
- * quickly present the alert while it is
292
- * dismissing. We need to await any current
293
- * transition to allow the dismiss to finish
294
- * before presenting again.
295
- */
296
- if (this.currentTransition !== undefined) {
297
- await this.currentTransition;
298
- }
290
+ const unlock = await this.lockController.lock();
299
291
  await this.delegateController.attachViewToDom();
300
- this.currentTransition = present(this, 'alertEnter', iosEnterAnimation, mdEnterAnimation);
301
- await this.currentTransition;
302
- this.currentTransition = undefined;
292
+ await present(this, 'alertEnter', iosEnterAnimation, mdEnterAnimation);
293
+ unlock();
303
294
  }
304
295
  /**
305
296
  * Dismiss the alert overlay after it has been presented.
@@ -311,11 +302,12 @@ const Alert = class {
311
302
  * Some examples include: ``"cancel"`, `"destructive"`, "selected"`, and `"backdrop"`.
312
303
  */
313
304
  async dismiss(data, role) {
314
- this.currentTransition = dismiss(this, data, role, 'alertLeave', iosLeaveAnimation, mdLeaveAnimation);
315
- const dismissed = await this.currentTransition;
305
+ const unlock = await this.lockController.lock();
306
+ const dismissed = await dismiss(this, data, role, 'alertLeave', iosLeaveAnimation, mdLeaveAnimation);
316
307
  if (dismissed) {
317
308
  this.delegateController.removeViewFromDom();
318
309
  }
310
+ unlock();
319
311
  return dismissed;
320
312
  }
321
313
  /**
@@ -454,7 +446,7 @@ const Alert = class {
454
446
  'alert-button-group': true,
455
447
  'alert-button-group-vertical': buttons.length > 2,
456
448
  };
457
- return (h("div", { class: alertButtonGroupClass }, buttons.map((button) => (h("button", { type: "button", id: button.id, class: buttonClass(button), tabIndex: 0, onClick: () => this.buttonClick(button) }, h("span", { class: "alert-button-inner" }, button.text), mode === 'md' && h("ion-ripple-effect", null))))));
449
+ return (h("div", { class: alertButtonGroupClass }, buttons.map((button) => (h("button", Object.assign({}, button.htmlAttributes, { type: "button", id: button.id, class: buttonClass(button), tabIndex: 0, onClick: () => this.buttonClick(button) }), h("span", { class: "alert-button-inner" }, button.text), mode === 'md' && h("ion-ripple-effect", null))))));
458
450
  }
459
451
  renderAlertMessage(msgId) {
460
452
  const { customHTMLEnabled, message } = this;