voyager-ionic-core 7.6.5 → 7.7.0

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 (704) hide show
  1. package/components/action-sheet.js +7 -5
  2. package/components/alert.js +7 -5
  3. package/components/backdrop.js +5 -3
  4. package/components/button.js +6 -4
  5. package/components/buttons.js +5 -3
  6. package/components/checkbox.js +4 -2
  7. package/components/data.js +1 -1
  8. package/components/hardware-back-button.js +47 -3
  9. package/components/helpers.js +1 -1
  10. package/components/icon.js +2 -1
  11. package/components/ion-accordion-group.js +6 -4
  12. package/components/ion-accordion.js +9 -5
  13. package/components/ion-app.js +14 -3
  14. package/components/ion-avatar.js +5 -3
  15. package/components/ion-back-button.js +6 -4
  16. package/components/ion-badge.js +6 -4
  17. package/components/ion-breadcrumb.js +6 -4
  18. package/components/ion-breadcrumbs.js +6 -4
  19. package/components/ion-card-content.js +5 -3
  20. package/components/ion-card-header.js +6 -4
  21. package/components/ion-card-subtitle.js +6 -4
  22. package/components/ion-card-title.js +6 -4
  23. package/components/ion-card.js +5 -3
  24. package/components/ion-chip.js +6 -4
  25. package/components/ion-col.js +4 -3
  26. package/components/ion-content.js +5 -4
  27. package/components/ion-datetime-button.js +6 -4
  28. package/components/ion-datetime.js +40 -19
  29. package/components/ion-fab-button.js +6 -4
  30. package/components/ion-fab-list.js +4 -3
  31. package/components/ion-fab.js +4 -3
  32. package/components/ion-footer.js +6 -4
  33. package/components/ion-grid.js +4 -3
  34. package/components/ion-header.js +6 -4
  35. package/components/ion-img.js +3 -2
  36. package/components/ion-infinite-scroll-content.js +6 -4
  37. package/components/ion-infinite-scroll.js +3 -2
  38. package/components/ion-input.js +4 -2
  39. package/components/ion-item-divider.js +6 -4
  40. package/components/ion-item-group.js +5 -3
  41. package/components/ion-item-option.js +6 -4
  42. package/components/ion-item-options.js +5 -3
  43. package/components/ion-item-sliding.js +3 -2
  44. package/components/ion-loading.js +6 -4
  45. package/components/ion-menu-button.js +6 -4
  46. package/components/ion-menu-toggle.js +4 -3
  47. package/components/ion-menu.js +13 -5
  48. package/components/ion-modal.js +8 -7
  49. package/components/ion-nav-link.js +1 -1
  50. package/components/ion-nav.js +3 -2
  51. package/components/ion-picker.js +6 -4
  52. package/components/ion-progress-bar.js +5 -3
  53. package/components/ion-range.js +4 -2
  54. package/components/ion-refresher-content.js +1 -1
  55. package/components/ion-refresher.js +5 -3
  56. package/components/ion-reorder-group.js +3 -2
  57. package/components/ion-reorder.js +5 -3
  58. package/components/ion-router-link.js +4 -3
  59. package/components/ion-router-outlet.js +3 -2
  60. package/components/ion-row.js +3 -2
  61. package/components/ion-searchbar.js +8 -6
  62. package/components/ion-segment-button.js +7 -5
  63. package/components/ion-segment.js +13 -4
  64. package/components/ion-select-option.js +3 -2
  65. package/components/ion-select.js +24 -3
  66. package/components/ion-skeleton-text.js +4 -3
  67. package/components/ion-split-pane.js +15 -14
  68. package/components/ion-tab-bar.js +6 -4
  69. package/components/ion-tab-button.js +6 -4
  70. package/components/ion-tab.js +4 -3
  71. package/components/ion-tabs.js +3 -2
  72. package/components/ion-text.js +4 -3
  73. package/components/ion-textarea.js +4 -2
  74. package/components/ion-thumbnail.js +3 -2
  75. package/components/ion-title.js +6 -4
  76. package/components/ion-toast.js +6 -4
  77. package/components/ion-toggle.js +4 -2
  78. package/components/ion-toolbar.js +6 -4
  79. package/components/item.js +14 -6
  80. package/components/label.js +5 -3
  81. package/components/list-header.js +6 -4
  82. package/components/list.js +5 -3
  83. package/components/note.js +6 -4
  84. package/components/overlays.js +29 -10
  85. package/components/picker-column-internal.js +7 -5
  86. package/components/picker-column.js +6 -4
  87. package/components/picker-internal.js +21 -3
  88. package/components/popover.js +8 -6
  89. package/components/radio-group.js +1 -1
  90. package/components/radio.js +4 -2
  91. package/components/ripple-effect.js +3 -2
  92. package/components/select-popover.js +5 -3
  93. package/components/spinner.js +3 -2
  94. package/css/core.css +28 -0
  95. package/css/core.css.map +1 -1
  96. package/css/ionic.bundle.css +1 -1
  97. package/css/ionic.bundle.css.map +1 -1
  98. package/dist/cjs/{animation-9b401d39.js → animation-fdab9de5.js} +1 -1
  99. package/dist/cjs/{app-globals-07127773.js → app-globals-5a17c5e1.js} +1 -1
  100. package/dist/cjs/{button-active-85665616.js → button-active-b8c3f603.js} +1 -1
  101. package/dist/cjs/{form-controller-7d42a722.js → form-controller-7b90d7b7.js} +1 -1
  102. package/dist/cjs/{framework-delegate-1c29b14a.js → framework-delegate-a3e6d060.js} +1 -1
  103. package/dist/cjs/{hardware-back-button-76833cac.js → hardware-back-button-d23873bb.js} +48 -2
  104. package/dist/cjs/{helpers-76bb7efb.js → helpers-2e1028fa.js} +1 -1
  105. package/dist/cjs/{index-b4f986cd.js → index-10da82ce.js} +1 -1
  106. package/dist/cjs/{index-da15e99c.js → index-53d162b2.js} +1 -1
  107. package/dist/cjs/{index-71f41461.js → index-5a471146.js} +32 -2
  108. package/dist/cjs/{index-6bb6b651.js → index-84351d21.js} +4 -4
  109. package/dist/cjs/{index-96a721a7.js → index-8c679cbf.js} +4 -4
  110. package/dist/cjs/index.cjs.js +11 -11
  111. package/dist/cjs/{input-shims-a23bb0f4.js → input-shims-6f804705.js} +2 -2
  112. package/dist/cjs/{input.utils-3d0166a2.js → input.utils-d693d18a.js} +1 -1
  113. package/dist/cjs/ion-accordion_2.cjs.entry.js +18 -12
  114. package/dist/cjs/ion-action-sheet.cjs.entry.js +15 -13
  115. package/dist/cjs/ion-alert.cjs.entry.js +15 -13
  116. package/dist/cjs/ion-app_8.cjs.entry.js +72 -50
  117. package/dist/cjs/ion-avatar_3.cjs.entry.js +16 -11
  118. package/dist/cjs/ion-back-button.cjs.entry.js +9 -7
  119. package/dist/cjs/ion-backdrop.cjs.entry.js +7 -5
  120. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +15 -11
  121. package/dist/cjs/ion-button_2.cjs.entry.js +11 -8
  122. package/dist/cjs/ion-card_5.cjs.entry.js +31 -21
  123. package/dist/cjs/ion-checkbox.cjs.entry.js +8 -6
  124. package/dist/cjs/ion-chip.cjs.entry.js +8 -6
  125. package/dist/cjs/ion-col_3.cjs.entry.js +13 -10
  126. package/dist/cjs/ion-datetime-button.cjs.entry.js +8 -6
  127. package/dist/cjs/ion-datetime_3.cjs.entry.js +58 -33
  128. package/dist/cjs/ion-fab_3.cjs.entry.js +17 -13
  129. package/dist/cjs/ion-img.cjs.entry.js +6 -5
  130. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +13 -10
  131. package/dist/cjs/ion-input.cjs.entry.js +10 -8
  132. package/dist/cjs/ion-item-option_3.cjs.entry.js +18 -13
  133. package/dist/cjs/ion-item_8.cjs.entry.js +53 -33
  134. package/dist/cjs/ion-loading.cjs.entry.js +13 -11
  135. package/dist/cjs/ion-menu_3.cjs.entry.js +29 -19
  136. package/dist/cjs/ion-modal.cjs.entry.js +17 -16
  137. package/dist/cjs/ion-nav_2.cjs.entry.js +10 -9
  138. package/dist/cjs/ion-picker-column-internal.cjs.entry.js +10 -8
  139. package/dist/cjs/ion-picker-internal.cjs.entry.js +23 -5
  140. package/dist/cjs/ion-popover.cjs.entry.js +16 -14
  141. package/dist/cjs/ion-progress-bar.cjs.entry.js +8 -6
  142. package/dist/cjs/ion-radio_2.cjs.entry.js +9 -7
  143. package/dist/cjs/ion-range.cjs.entry.js +9 -7
  144. package/dist/cjs/ion-refresher_2.cjs.entry.js +11 -9
  145. package/dist/cjs/ion-reorder_2.cjs.entry.js +12 -9
  146. package/dist/cjs/ion-ripple-effect.cjs.entry.js +5 -4
  147. package/dist/cjs/ion-route_4.cjs.entry.js +7 -6
  148. package/dist/cjs/ion-searchbar.cjs.entry.js +11 -9
  149. package/dist/cjs/ion-segment_2.cjs.entry.js +23 -12
  150. package/dist/cjs/ion-select_3.cjs.entry.js +40 -16
  151. package/dist/cjs/ion-spinner.cjs.entry.js +5 -4
  152. package/dist/cjs/ion-split-pane.cjs.entry.js +17 -16
  153. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +15 -11
  154. package/dist/cjs/ion-tab_2.cjs.entry.js +10 -8
  155. package/dist/cjs/ion-text.cjs.entry.js +6 -5
  156. package/dist/cjs/ion-textarea.cjs.entry.js +10 -8
  157. package/dist/cjs/ion-toast.cjs.entry.js +13 -11
  158. package/dist/cjs/ion-toggle.cjs.entry.js +8 -6
  159. package/dist/cjs/{ionic-global-c70c3fb5.js → ionic-global-7358c23e.js} +1 -1
  160. package/dist/cjs/ionic.cjs.js +5 -5
  161. package/dist/cjs/{ios.transition-9624a175.js → ios.transition-8e40c54e.js} +4 -4
  162. package/dist/cjs/loader.cjs.js +4 -4
  163. package/dist/cjs/{md.transition-786baf9a.js → md.transition-597a2479.js} +4 -4
  164. package/dist/cjs/{notch-controller-9735e7ac.js → notch-controller-db0127c4.js} +1 -1
  165. package/dist/cjs/{overlays-4c97edb0.js → overlays-eaf2075f.js} +32 -13
  166. package/dist/cjs/{status-tap-66296dcb.js → status-tap-b0bfea34.js} +3 -3
  167. package/dist/cjs/{swipe-back-e37a1a5c.js → swipe-back-7a848bb8.js} +1 -1
  168. package/dist/collection/collection-manifest.json +1 -1
  169. package/dist/collection/components/accordion/accordion.js +5 -3
  170. package/dist/collection/components/accordion/test/disabled/accordion.e2e.js +94 -0
  171. package/dist/collection/components/accordion/test/readonly/accordion.e2e.js +94 -0
  172. package/dist/collection/components/accordion-group/accordion-group.js +2 -2
  173. package/dist/collection/components/action-sheet/action-sheet.js +3 -3
  174. package/dist/collection/components/alert/alert.ios.css +23 -0
  175. package/dist/collection/components/alert/alert.js +2 -2
  176. package/dist/collection/components/alert/test/basic/alert.e2e.js +29 -4
  177. package/dist/collection/components/app/app.js +12 -2
  178. package/dist/collection/components/avatar/avatar.js +1 -1
  179. package/dist/collection/components/back-button/back-button.js +2 -2
  180. package/dist/collection/components/backdrop/backdrop.js +1 -1
  181. package/dist/collection/components/badge/badge.js +2 -2
  182. package/dist/collection/components/breadcrumb/breadcrumb.js +2 -2
  183. package/dist/collection/components/breadcrumbs/breadcrumbs.js +2 -2
  184. package/dist/collection/components/button/button.js +2 -2
  185. package/dist/collection/components/button/test/basic/button.e2e.js +1 -1
  186. package/dist/collection/components/buttons/buttons.js +1 -1
  187. package/dist/collection/components/card/card.js +1 -1
  188. package/dist/collection/components/card-content/card-content.js +1 -1
  189. package/dist/collection/components/card-header/card-header.js +2 -2
  190. package/dist/collection/components/card-subtitle/card-subtitle.js +2 -2
  191. package/dist/collection/components/card-title/card-title.js +2 -2
  192. package/dist/collection/components/chip/chip.js +2 -2
  193. package/dist/collection/components/col/col.js +2 -2
  194. package/dist/collection/components/content/content.js +3 -3
  195. package/dist/collection/components/datetime/datetime.js +35 -16
  196. package/dist/collection/components/datetime/test/a11y/datetime.e2e.js +3 -3
  197. package/dist/collection/components/datetime/test/basic/datetime.e2e.js +12 -12
  198. package/dist/collection/components/datetime/test/datetime.e2e.js +1 -1
  199. package/dist/collection/components/datetime/test/disable-dates/datetime.e2e.js +1 -1
  200. package/dist/collection/components/datetime/test/disabled/datetime.e2e.js +4 -4
  201. package/dist/collection/components/datetime/test/display/datetime.e2e.js +9 -9
  202. package/dist/collection/components/datetime/test/locale/datetime.e2e.js +3 -3
  203. package/dist/collection/components/datetime/test/minmax/datetime.e2e.js +11 -11
  204. package/dist/collection/components/datetime/test/month-year-picker/datetime.e2e.js +1 -1
  205. package/dist/collection/components/datetime/test/multiple/datetime.e2e.js +22 -5
  206. package/dist/collection/components/datetime/test/position/datetime.e2e.js +1 -1
  207. package/dist/collection/components/datetime/test/prefer-wheel/datetime.e2e.js +32 -32
  208. package/dist/collection/components/datetime/test/presentation/datetime.e2e.js +3 -3
  209. package/dist/collection/components/datetime/test/readonly/datetime.e2e.js +4 -4
  210. package/dist/collection/components/datetime/test/set-value/datetime.e2e.js +4 -4
  211. package/dist/collection/components/datetime/test/time-label/datetime.e2e.js +2 -2
  212. package/dist/collection/components/datetime/test/values/datetime.e2e.js +4 -4
  213. package/dist/collection/components/datetime-button/datetime-button.js +1 -1
  214. package/dist/collection/components/datetime-button/test/basic/datetime-button.e2e.js +14 -14
  215. package/dist/collection/components/datetime-button/test/disabled/datetime-button.e2e.js +2 -2
  216. package/dist/collection/components/datetime-button/test/multiple/datetime-button.e2e.js +6 -6
  217. package/dist/collection/components/fab/fab.js +2 -2
  218. package/dist/collection/components/fab-button/fab-button.js +2 -2
  219. package/dist/collection/components/fab-list/fab-list.js +2 -2
  220. package/dist/collection/components/footer/footer.js +2 -2
  221. package/dist/collection/components/grid/grid.js +2 -2
  222. package/dist/collection/components/header/header.js +2 -2
  223. package/dist/collection/components/header/test/condense/header.e2e.js +2 -2
  224. package/dist/collection/components/img/img.js +1 -1
  225. package/dist/collection/components/infinite-scroll/infinite-scroll.js +1 -1
  226. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +2 -2
  227. package/dist/collection/components/item/item.ios.css +2 -39
  228. package/dist/collection/components/item/item.js +9 -2
  229. package/dist/collection/components/item/item.md.css +2 -39
  230. package/dist/collection/components/item/test/item.spec.js +20 -0
  231. package/dist/collection/components/item-divider/item-divider.js +2 -2
  232. package/dist/collection/components/item-group/item-group.js +1 -1
  233. package/dist/collection/components/item-option/item-option.js +2 -2
  234. package/dist/collection/components/item-options/item-options.js +1 -1
  235. package/dist/collection/components/item-sliding/item-sliding.js +1 -1
  236. package/dist/collection/components/label/label.js +1 -1
  237. package/dist/collection/components/label/test/basic/label.e2e.js +2 -2
  238. package/dist/collection/components/list/list.js +1 -1
  239. package/dist/collection/components/list-header/list-header.js +2 -2
  240. package/dist/collection/components/loading/loading.js +2 -2
  241. package/dist/collection/components/menu/menu.js +8 -8
  242. package/dist/collection/components/menu-button/menu-button.js +2 -2
  243. package/dist/collection/components/menu-toggle/menu-toggle.js +2 -2
  244. package/dist/collection/components/modal/modal.js +4 -5
  245. package/dist/collection/components/modal/test/sheet/modal.e2e.js +1 -1
  246. package/dist/collection/components/modal/test/standalone/modal.e2e.js +1 -1
  247. package/dist/collection/components/nav/nav.js +1 -1
  248. package/dist/collection/components/nav-link/nav-link.js +1 -1
  249. package/dist/collection/components/note/note.js +2 -2
  250. package/dist/collection/components/note/test/a11y/note.e2e.js +6 -6
  251. package/dist/collection/components/picker/picker.js +2 -2
  252. package/dist/collection/components/picker-column/picker-column.js +2 -2
  253. package/dist/collection/components/picker-column-internal/picker-column-internal.js +3 -3
  254. package/dist/collection/components/picker-internal/picker-internal.js +17 -1
  255. package/dist/collection/components/picker-internal/test/keyboard-entry/picker-internal.e2e.js +32 -0
  256. package/dist/collection/components/popover/popover.ios.css +1 -1
  257. package/dist/collection/components/popover/popover.js +2 -2
  258. package/dist/collection/components/popover/popover.md.css +1 -1
  259. package/dist/collection/components/progress-bar/progress-bar.js +1 -1
  260. package/dist/collection/components/radio-group/radio-group.js +1 -1
  261. package/dist/collection/components/radio-group/test/radio-group-events.e2e.js +15 -15
  262. package/dist/collection/components/range/test/label/range.e2e.js +2 -2
  263. package/dist/collection/components/range/test/range-events.e2e.js +2 -2
  264. package/dist/collection/components/refresher/refresher.js +1 -1
  265. package/dist/collection/components/refresher/test/test.utils.js +1 -1
  266. package/dist/collection/components/refresher-content/refresher-content.js +1 -1
  267. package/dist/collection/components/reorder/reorder.js +1 -1
  268. package/dist/collection/components/reorder-group/reorder-group.js +1 -1
  269. package/dist/collection/components/ripple-effect/ripple-effect.js +1 -1
  270. package/dist/collection/components/ripple-effect/test/basic/ripple-effect.e2e.js +2 -2
  271. package/dist/collection/components/router-link/router-link.js +2 -2
  272. package/dist/collection/components/router-outlet/router-outlet.js +1 -1
  273. package/dist/collection/components/row/row.js +1 -1
  274. package/dist/collection/components/searchbar/searchbar.js +4 -4
  275. package/dist/collection/components/segment/segment.js +9 -2
  276. package/dist/collection/components/segment-button/segment-button.js +3 -3
  277. package/dist/collection/components/select/select.js +20 -1
  278. package/dist/collection/components/select/test/disabled/select.e2e.js +1 -1
  279. package/dist/collection/components/select/test/select.spec.js +15 -0
  280. package/dist/collection/components/select-option/select-option.js +1 -1
  281. package/dist/collection/components/select-popover/select-popover.js +1 -1
  282. package/dist/collection/components/skeleton-text/skeleton-text.js +2 -2
  283. package/dist/collection/components/spinner/spinner.js +1 -1
  284. package/dist/collection/components/split-pane/split-pane.js +11 -12
  285. package/dist/collection/components/tab/tab.js +2 -2
  286. package/dist/collection/components/tab-bar/tab-bar.js +2 -2
  287. package/dist/collection/components/tab-button/tab-button.js +2 -2
  288. package/dist/collection/components/tabs/tabs.js +1 -1
  289. package/dist/collection/components/text/text.js +2 -2
  290. package/dist/collection/components/textarea/test/textarea-events.e2e.js +4 -4
  291. package/dist/collection/components/thumbnail/thumbnail.js +1 -1
  292. package/dist/collection/components/title/title.js +2 -2
  293. package/dist/collection/components/toast/toast.js +2 -2
  294. package/dist/collection/components/toolbar/toolbar.js +2 -2
  295. package/dist/collection/utils/hardware-back-button.js +45 -2
  296. package/dist/collection/utils/helpers.js +1 -1
  297. package/dist/collection/utils/overlays.js +29 -9
  298. package/dist/collection/utils/test/hardware-back-button.spec.js +38 -0
  299. package/dist/docs.json +5 -10
  300. package/dist/esm/{animation-dde8cc0d.js → animation-60dbdd13.js} +1 -1
  301. package/dist/esm/{app-globals-52c78291.js → app-globals-47226a12.js} +1 -1
  302. package/dist/esm/{button-active-b62776db.js → button-active-4bee452c.js} +1 -1
  303. package/dist/esm/{data-775093f5.js → data-0f3ab200.js} +1 -1
  304. package/dist/esm/{form-controller-548aa79c.js → form-controller-014aa89f.js} +1 -1
  305. package/dist/esm/{framework-delegate-bc1fd82a.js → framework-delegate-fed7fe7c.js} +1 -1
  306. package/dist/esm/{hardware-back-button-b2bc76db.js → hardware-back-button-f42b9c80.js} +48 -3
  307. package/dist/esm/{helpers-ae653409.js → helpers-c0b9ca37.js} +1 -1
  308. package/dist/esm/{index-01cb9192.js → index-48209844.js} +4 -4
  309. package/dist/esm/{index-a97c95a7.js → index-4b98143d.js} +4 -4
  310. package/dist/esm/{index-27668d5b.js → index-73881b51.js} +32 -2
  311. package/dist/esm/{index-82eeb47f.js → index-d64f34ea.js} +1 -1
  312. package/dist/esm/{index-b9e742e5.js → index-eb12ef92.js} +1 -1
  313. package/dist/esm/index.js +11 -11
  314. package/dist/esm/{input-shims-6539ce13.js → input-shims-b90ca55f.js} +2 -2
  315. package/dist/esm/{input.utils-a5a2d164.js → input.utils-6e9b0046.js} +1 -1
  316. package/dist/esm/ion-accordion_2.entry.js +18 -12
  317. package/dist/esm/ion-action-sheet.entry.js +15 -13
  318. package/dist/esm/ion-alert.entry.js +15 -13
  319. package/dist/esm/ion-app_8.entry.js +62 -40
  320. package/dist/esm/ion-avatar_3.entry.js +16 -11
  321. package/dist/esm/ion-back-button.entry.js +9 -7
  322. package/dist/esm/ion-backdrop.entry.js +7 -5
  323. package/dist/esm/ion-breadcrumb_2.entry.js +15 -11
  324. package/dist/esm/ion-button_2.entry.js +11 -8
  325. package/dist/esm/ion-card_5.entry.js +31 -21
  326. package/dist/esm/ion-checkbox.entry.js +8 -6
  327. package/dist/esm/ion-chip.entry.js +8 -6
  328. package/dist/esm/ion-col_3.entry.js +13 -10
  329. package/dist/esm/ion-datetime-button.entry.js +9 -7
  330. package/dist/esm/ion-datetime_3.entry.js +59 -34
  331. package/dist/esm/ion-fab_3.entry.js +17 -13
  332. package/dist/esm/ion-img.entry.js +6 -5
  333. package/dist/esm/ion-infinite-scroll_2.entry.js +13 -10
  334. package/dist/esm/ion-input.entry.js +10 -8
  335. package/dist/esm/ion-item-option_3.entry.js +18 -13
  336. package/dist/esm/ion-item_8.entry.js +53 -33
  337. package/dist/esm/ion-loading.entry.js +13 -11
  338. package/dist/esm/ion-menu_3.entry.js +29 -19
  339. package/dist/esm/ion-modal.entry.js +17 -16
  340. package/dist/esm/ion-nav_2.entry.js +10 -9
  341. package/dist/esm/ion-picker-column-internal.entry.js +10 -8
  342. package/dist/esm/ion-picker-internal.entry.js +23 -5
  343. package/dist/esm/ion-popover.entry.js +16 -14
  344. package/dist/esm/ion-progress-bar.entry.js +8 -6
  345. package/dist/esm/ion-radio_2.entry.js +9 -7
  346. package/dist/esm/ion-range.entry.js +9 -7
  347. package/dist/esm/ion-refresher_2.entry.js +11 -9
  348. package/dist/esm/ion-reorder_2.entry.js +12 -9
  349. package/dist/esm/ion-ripple-effect.entry.js +5 -4
  350. package/dist/esm/ion-route_4.entry.js +7 -6
  351. package/dist/esm/ion-searchbar.entry.js +11 -9
  352. package/dist/esm/ion-segment_2.entry.js +23 -12
  353. package/dist/esm/ion-select_3.entry.js +40 -16
  354. package/dist/esm/ion-spinner.entry.js +5 -4
  355. package/dist/esm/ion-split-pane.entry.js +17 -16
  356. package/dist/esm/ion-tab-bar_2.entry.js +15 -11
  357. package/dist/esm/ion-tab_2.entry.js +10 -8
  358. package/dist/esm/ion-text.entry.js +6 -5
  359. package/dist/esm/ion-textarea.entry.js +10 -8
  360. package/dist/esm/ion-toast.entry.js +13 -11
  361. package/dist/esm/ion-toggle.entry.js +8 -6
  362. package/dist/esm/{ionic-global-8fa0f940.js → ionic-global-778b7863.js} +1 -1
  363. package/dist/esm/ionic.js +6 -6
  364. package/dist/esm/{ios.transition-62fd50ab.js → ios.transition-7ff7381d.js} +4 -4
  365. package/dist/esm/loader.js +5 -5
  366. package/dist/esm/{md.transition-7e56966a.js → md.transition-28a9a26b.js} +4 -4
  367. package/dist/esm/{notch-controller-fea7f9c5.js → notch-controller-15d281a4.js} +1 -1
  368. package/dist/esm/{overlays-8414359b.js → overlays-fad5fe01.js} +32 -13
  369. package/dist/esm/{status-tap-129c01cf.js → status-tap-2b335fb7.js} +3 -3
  370. package/dist/esm/{swipe-back-18cb49f7.js → swipe-back-fa0ec5cd.js} +1 -1
  371. package/dist/esm-es5/{animation-dde8cc0d.js → animation-60dbdd13.js} +1 -1
  372. package/dist/esm-es5/app-globals-47226a12.js +4 -0
  373. package/dist/esm-es5/{button-active-b62776db.js → button-active-4bee452c.js} +1 -1
  374. package/dist/esm-es5/{data-775093f5.js → data-0f3ab200.js} +1 -1
  375. package/dist/esm-es5/{form-controller-548aa79c.js → form-controller-014aa89f.js} +1 -1
  376. package/dist/esm-es5/{framework-delegate-bc1fd82a.js → framework-delegate-fed7fe7c.js} +1 -1
  377. package/dist/esm-es5/hardware-back-button-f42b9c80.js +4 -0
  378. package/dist/esm-es5/helpers-c0b9ca37.js +4 -0
  379. package/dist/esm-es5/{index-01cb9192.js → index-48209844.js} +1 -1
  380. package/dist/esm-es5/{index-a97c95a7.js → index-4b98143d.js} +1 -1
  381. package/dist/esm-es5/{index-27668d5b.js → index-73881b51.js} +2 -2
  382. package/dist/esm-es5/index-d64f34ea.js +4 -0
  383. package/dist/esm-es5/{index-b9e742e5.js → index-eb12ef92.js} +1 -1
  384. package/dist/esm-es5/index.js +1 -1
  385. package/dist/esm-es5/{input-shims-6539ce13.js → input-shims-b90ca55f.js} +1 -1
  386. package/dist/esm-es5/{input.utils-a5a2d164.js → input.utils-6e9b0046.js} +1 -1
  387. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  388. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  389. package/dist/esm-es5/ion-alert.entry.js +1 -1
  390. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  391. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  392. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  393. package/dist/esm-es5/ion-backdrop.entry.js +1 -1
  394. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  395. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  396. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  397. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  398. package/dist/esm-es5/ion-chip.entry.js +1 -1
  399. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  400. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  401. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  402. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  403. package/dist/esm-es5/ion-img.entry.js +1 -1
  404. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  405. package/dist/esm-es5/ion-input.entry.js +1 -1
  406. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  407. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  408. package/dist/esm-es5/ion-loading.entry.js +1 -1
  409. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  410. package/dist/esm-es5/ion-modal.entry.js +1 -1
  411. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  412. package/dist/esm-es5/ion-picker-column-internal.entry.js +1 -1
  413. package/dist/esm-es5/ion-picker-internal.entry.js +1 -1
  414. package/dist/esm-es5/ion-popover.entry.js +1 -1
  415. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  416. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  417. package/dist/esm-es5/ion-range.entry.js +1 -1
  418. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  419. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  420. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  421. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  422. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  423. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  424. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  425. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  426. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  427. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  428. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  429. package/dist/esm-es5/ion-text.entry.js +1 -1
  430. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  431. package/dist/esm-es5/ion-toast.entry.js +1 -1
  432. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  433. package/dist/esm-es5/{ionic-global-8fa0f940.js → ionic-global-778b7863.js} +1 -1
  434. package/dist/esm-es5/ionic.js +1 -1
  435. package/dist/esm-es5/{ios.transition-62fd50ab.js → ios.transition-7ff7381d.js} +1 -1
  436. package/dist/esm-es5/loader.js +1 -1
  437. package/dist/esm-es5/md.transition-28a9a26b.js +4 -0
  438. package/dist/esm-es5/{notch-controller-fea7f9c5.js → notch-controller-15d281a4.js} +1 -1
  439. package/dist/esm-es5/overlays-fad5fe01.js +4 -0
  440. package/dist/esm-es5/{status-tap-129c01cf.js → status-tap-2b335fb7.js} +1 -1
  441. package/dist/esm-es5/{swipe-back-18cb49f7.js → swipe-back-fa0ec5cd.js} +1 -1
  442. package/dist/ionic/index.esm.js +1 -1
  443. package/dist/ionic/ionic.esm.js +1 -1
  444. package/dist/ionic/ionic.js +1 -1
  445. package/dist/ionic/p-001010b6.system.js +4 -0
  446. package/dist/ionic/p-044ad008.system.entry.js +4 -0
  447. package/dist/ionic/p-078fd095.system.entry.js +4 -0
  448. package/dist/ionic/p-0ae25399.system.entry.js +4 -0
  449. package/dist/ionic/p-0b955124.system.js +4 -0
  450. package/dist/ionic/p-0e29919c.system.entry.js +4 -0
  451. package/dist/ionic/p-0eef8b34.system.entry.js +4 -0
  452. package/dist/ionic/p-0fd295ef.system.entry.js +4 -0
  453. package/dist/ionic/{p-436bd99a.entry.js → p-108f730a.entry.js} +1 -1
  454. package/dist/ionic/p-1375f21f.js +4 -0
  455. package/dist/ionic/{p-fd41bd8a.js → p-1aa7c019.js} +1 -1
  456. package/dist/ionic/{p-13387c28.entry.js → p-1c531ca2.entry.js} +1 -1
  457. package/dist/ionic/p-1d8c2cfc.system.entry.js +4 -0
  458. package/dist/ionic/{p-53ec4f1c.system.js → p-1dfc11b3.system.js} +1 -1
  459. package/dist/ionic/p-1f6cdf2c.system.entry.js +4 -0
  460. package/dist/ionic/p-20a6513f.system.entry.js +4 -0
  461. package/dist/ionic/p-20f7a91e.system.entry.js +4 -0
  462. package/dist/ionic/{p-ae638cb5.system.js → p-25b08bc4.system.js} +1 -1
  463. package/dist/ionic/p-2da0a76c.entry.js +4 -0
  464. package/dist/ionic/p-2f66e177.system.entry.js +4 -0
  465. package/dist/ionic/p-30c9e049.system.entry.js +4 -0
  466. package/dist/ionic/p-30d77a91.system.js +4 -0
  467. package/dist/ionic/{p-376a6063.js → p-31c495c2.js} +1 -1
  468. package/dist/ionic/p-333f06ed.entry.js +4 -0
  469. package/dist/ionic/{p-23ce95e8.js → p-341b4519.js} +1 -1
  470. package/dist/ionic/p-34947dff.system.entry.js +4 -0
  471. package/dist/ionic/{p-cabad15b.system.js → p-37c33319.system.js} +1 -1
  472. package/dist/ionic/p-38a6fee7.entry.js +4 -0
  473. package/dist/ionic/p-396c1a55.entry.js +4 -0
  474. package/dist/ionic/p-3a54c070.system.entry.js +4 -0
  475. package/dist/ionic/p-3a98f8db.entry.js +4 -0
  476. package/dist/ionic/{p-d51674c5.system.js → p-3c6f02cf.system.js} +1 -1
  477. package/dist/ionic/{p-249633a4.entry.js → p-3cdbaa49.entry.js} +1 -1
  478. package/dist/ionic/p-3eb2da31.js +4 -0
  479. package/dist/ionic/{p-ef3a6b51.system.js → p-3f028207.system.js} +1 -1
  480. package/dist/ionic/p-400574bf.entry.js +4 -0
  481. package/dist/ionic/p-41fde260.entry.js +4 -0
  482. package/dist/ionic/{p-8aa1d0b7.system.js → p-49543c9c.system.js} +1 -1
  483. package/dist/ionic/p-4b2d5b9c.js +4 -0
  484. package/dist/ionic/{p-88d5fbd3.js → p-4f777b5e.js} +1 -1
  485. package/dist/ionic/p-4fc40349.system.entry.js +4 -0
  486. package/dist/ionic/p-51f08a9f.entry.js +4 -0
  487. package/dist/ionic/p-52e02877.entry.js +4 -0
  488. package/dist/ionic/{p-43afd001.system.js → p-55d5cd00.system.js} +1 -1
  489. package/dist/ionic/p-5615cf3f.system.entry.js +4 -0
  490. package/dist/ionic/p-58e3ae88.system.entry.js +4 -0
  491. package/dist/ionic/p-594ead2f.entry.js +4 -0
  492. package/dist/ionic/{p-7bae84aa.entry.js → p-5a0c301f.entry.js} +1 -1
  493. package/dist/ionic/p-5e60dbc8.entry.js +4 -0
  494. package/dist/ionic/{p-d2707f9d.system.js → p-5eea8b4c.system.js} +1 -1
  495. package/dist/ionic/p-5f456b3c.system.entry.js +4 -0
  496. package/dist/ionic/p-61ba2137.system.js +4 -0
  497. package/dist/ionic/{p-be04fcd8.system.entry.js → p-62067818.system.entry.js} +1 -1
  498. package/dist/ionic/{p-4a4bbcc5.system.js → p-62a3c609.system.js} +2 -2
  499. package/dist/ionic/p-680f96e8.system.entry.js +4 -0
  500. package/dist/ionic/p-6871553b.system.js +4 -0
  501. package/dist/ionic/p-6b02edd6.js +4 -0
  502. package/dist/ionic/p-6f38d0c5.system.entry.js +4 -0
  503. package/dist/ionic/p-70026e8f.system.entry.js +4 -0
  504. package/dist/ionic/{p-87bb3735.system.js → p-7330c044.system.js} +1 -1
  505. package/dist/ionic/p-76893257.system.js +5 -0
  506. package/dist/ionic/p-78edc0cd.system.entry.js +4 -0
  507. package/dist/ionic/p-7c32fb95.system.entry.js +4 -0
  508. package/dist/ionic/p-84879f61.system.entry.js +4 -0
  509. package/dist/ionic/p-84f589e1.entry.js +4 -0
  510. package/dist/ionic/p-8569d759.system.entry.js +4 -0
  511. package/dist/ionic/p-86670b91.system.js +4 -0
  512. package/dist/ionic/p-88ca4854.entry.js +4 -0
  513. package/dist/ionic/{p-803ad1e3.entry.js → p-89b5aff2.entry.js} +1 -1
  514. package/dist/ionic/p-8a671f16.entry.js +4 -0
  515. package/dist/ionic/{p-25221a73.js → p-8ddc00f7.js} +1 -1
  516. package/dist/ionic/{p-005e0ad0.js → p-8f1ce253.js} +1 -1
  517. package/dist/ionic/p-92c2178e.system.entry.js +4 -0
  518. package/dist/ionic/{p-29d03b3a.js → p-9393a49f.js} +1 -1
  519. package/dist/ionic/{p-3a75d7fd.js → p-94be3ad7.js} +1 -1
  520. package/dist/ionic/p-95c44e02.system.js +4 -0
  521. package/dist/ionic/p-97eca294.entry.js +4 -0
  522. package/dist/ionic/{p-bb41c476.system.entry.js → p-9a6ab80a.system.entry.js} +1 -1
  523. package/dist/ionic/p-9db1e4c5.entry.js +4 -0
  524. package/dist/ionic/p-9eb4ea47.system.entry.js +4 -0
  525. package/dist/ionic/p-9f5b40c0.system.entry.js +4 -0
  526. package/dist/ionic/p-9f6397ce.entry.js +4 -0
  527. package/dist/ionic/p-a02b2d75.entry.js +4 -0
  528. package/dist/ionic/p-a051c371.entry.js +4 -0
  529. package/dist/ionic/{p-ed60d571.entry.js → p-a114530c.entry.js} +1 -1
  530. package/dist/ionic/p-a19f5ae1.entry.js +4 -0
  531. package/dist/ionic/p-a1bfaa5c.system.entry.js +4 -0
  532. package/dist/ionic/p-a2ad515b.entry.js +4 -0
  533. package/dist/ionic/{p-4180a747.js → p-a3f572a7.js} +1 -1
  534. package/dist/ionic/p-aa7ae6aa.entry.js +4 -0
  535. package/dist/ionic/{p-0bd51c34.system.js → p-abe101da.system.js} +1 -1
  536. package/dist/ionic/p-ac20160b.system.entry.js +4 -0
  537. package/dist/ionic/p-b06ac4a5.system.js +4 -0
  538. package/dist/ionic/p-b1f0c48e.system.entry.js +4 -0
  539. package/dist/ionic/{p-66d633fb.js → p-b253ad7f.js} +1 -1
  540. package/dist/ionic/p-b4a95b80.system.entry.js +4 -0
  541. package/dist/ionic/{p-03e00f90.js → p-b4d8fe47.js} +1 -1
  542. package/dist/ionic/p-b5839dc2.js +4 -0
  543. package/dist/ionic/p-b8c4df21.entry.js +4 -0
  544. package/dist/ionic/p-b8c685a7.system.js +4 -0
  545. package/dist/ionic/{p-3c33dc30.system.js → p-b94882a9.system.js} +1 -1
  546. package/dist/ionic/{p-c1c57873.system.entry.js → p-bc2c03d7.system.entry.js} +1 -1
  547. package/dist/ionic/{p-36d187af.js → p-c2289cd1.js} +1 -1
  548. package/dist/ionic/p-c3d041af.entry.js +4 -0
  549. package/dist/ionic/p-c569d1c8.entry.js +4 -0
  550. package/dist/ionic/p-c5c3710c.js +4 -0
  551. package/dist/ionic/{p-32b8e50d.system.js → p-c6fef62b.system.js} +1 -1
  552. package/dist/ionic/{p-7798c78a.system.js → p-c80c7e90.system.js} +1 -1
  553. package/dist/ionic/{p-013013a3.js → p-c858f685.js} +1 -1
  554. package/dist/ionic/p-c995da88.system.js +4 -0
  555. package/dist/ionic/p-cd055d60.system.entry.js +4 -0
  556. package/dist/ionic/p-ce2eabd5.entry.js +4 -0
  557. package/dist/ionic/p-d181166c.system.entry.js +4 -0
  558. package/dist/ionic/p-d7260b87.entry.js +4 -0
  559. package/dist/ionic/p-d74ca358.entry.js +4 -0
  560. package/dist/ionic/p-d8607ede.entry.js +4 -0
  561. package/dist/ionic/p-d95c8e90.entry.js +4 -0
  562. package/dist/ionic/p-dbb4c012.entry.js +4 -0
  563. package/dist/ionic/p-dce9bc53.entry.js +4 -0
  564. package/dist/ionic/p-dd60faa5.system.entry.js +4 -0
  565. package/dist/ionic/p-df281664.system.entry.js +4 -0
  566. package/dist/ionic/p-df468a8f.entry.js +4 -0
  567. package/dist/ionic/{p-d6129c6e.js → p-e1271366.js} +1 -1
  568. package/dist/ionic/{p-38f2c6bb.system.js → p-e2bb92ed.system.js} +1 -1
  569. package/dist/ionic/p-e68980ff.system.entry.js +4 -0
  570. package/dist/ionic/p-e6aaff14.system.entry.js +4 -0
  571. package/dist/ionic/p-e6cfaa07.system.entry.js +4 -0
  572. package/dist/ionic/{p-1052ef2b.entry.js → p-ea8fbf09.entry.js} +1 -1
  573. package/dist/ionic/p-eb1fdf9f.system.entry.js +4 -0
  574. package/dist/ionic/p-eda7a1db.system.entry.js +4 -0
  575. package/dist/ionic/p-ef441122.entry.js +4 -0
  576. package/dist/ionic/p-efe9180b.entry.js +4 -0
  577. package/dist/ionic/p-f46775e4.entry.js +4 -0
  578. package/dist/ionic/p-f7b43141.system.entry.js +4 -0
  579. package/dist/ionic/{p-18cae04f.js → p-f7dce541.js} +1 -1
  580. package/dist/ionic/{p-e814f9c0.entry.js → p-f88dd429.entry.js} +1 -1
  581. package/dist/ionic/p-f97b9cdd.system.entry.js +4 -0
  582. package/dist/ionic/p-fd2aa50c.js +4 -0
  583. package/dist/ionic/p-fd36799d.system.js +4 -0
  584. package/dist/ionic/{p-b6f6f00e.entry.js → p-fd3f475f.entry.js} +1 -1
  585. package/dist/ionic/p-fd8ced99.system.js +4 -0
  586. package/dist/ionic/p-fe92da17.entry.js +4 -0
  587. package/dist/types/components/action-sheet/action-sheet-interface.d.ts +2 -2
  588. package/dist/types/components/alert/alert-interface.d.ts +2 -2
  589. package/dist/types/components/item/item.d.ts +1 -0
  590. package/dist/types/components/toast/toast-interface.d.ts +2 -2
  591. package/dist/types/interface.d.ts +1 -1
  592. package/dist/types/utils/browser/index.d.ts +22 -1
  593. package/dist/types/utils/config.d.ts +7 -0
  594. package/dist/types/utils/hardware-back-button.d.ts +13 -0
  595. package/hydrate/index.d.ts +1 -1
  596. package/hydrate/index.js +592 -349
  597. package/package.json +6 -6
  598. package/dist/collection/components/accordion/test/accordion.e2e.js +0 -39
  599. package/dist/esm-es5/app-globals-52c78291.js +0 -4
  600. package/dist/esm-es5/hardware-back-button-b2bc76db.js +0 -4
  601. package/dist/esm-es5/helpers-ae653409.js +0 -4
  602. package/dist/esm-es5/index-82eeb47f.js +0 -4
  603. package/dist/esm-es5/md.transition-7e56966a.js +0 -4
  604. package/dist/esm-es5/overlays-8414359b.js +0 -4
  605. package/dist/ionic/p-01438d78.entry.js +0 -4
  606. package/dist/ionic/p-02e530f5.system.js +0 -4
  607. package/dist/ionic/p-0abedd22.entry.js +0 -4
  608. package/dist/ionic/p-0d2b6901.entry.js +0 -4
  609. package/dist/ionic/p-127ff448.entry.js +0 -4
  610. package/dist/ionic/p-1a0bf247.system.entry.js +0 -4
  611. package/dist/ionic/p-1a5f0313.system.js +0 -4
  612. package/dist/ionic/p-1cca10d6.system.js +0 -4
  613. package/dist/ionic/p-1f7fc88d.entry.js +0 -4
  614. package/dist/ionic/p-1ffb40d0.system.entry.js +0 -4
  615. package/dist/ionic/p-23a9d086.js +0 -4
  616. package/dist/ionic/p-25553eba.system.entry.js +0 -4
  617. package/dist/ionic/p-2a496995.js +0 -4
  618. package/dist/ionic/p-3197dbf7.entry.js +0 -4
  619. package/dist/ionic/p-32ad210f.system.js +0 -4
  620. package/dist/ionic/p-35e1a80f.system.entry.js +0 -4
  621. package/dist/ionic/p-38c337e7.system.js +0 -4
  622. package/dist/ionic/p-3b83e483.system.entry.js +0 -4
  623. package/dist/ionic/p-3bcbbf43.system.entry.js +0 -4
  624. package/dist/ionic/p-3f0afc6f.entry.js +0 -4
  625. package/dist/ionic/p-40f68333.system.js +0 -4
  626. package/dist/ionic/p-41040a92.system.entry.js +0 -4
  627. package/dist/ionic/p-41aa2662.entry.js +0 -4
  628. package/dist/ionic/p-48f7e8cc.system.entry.js +0 -4
  629. package/dist/ionic/p-4b3623da.js +0 -4
  630. package/dist/ionic/p-4cd6a04c.system.entry.js +0 -4
  631. package/dist/ionic/p-525b6ac4.system.entry.js +0 -4
  632. package/dist/ionic/p-54c92c77.entry.js +0 -4
  633. package/dist/ionic/p-5a85d71d.entry.js +0 -4
  634. package/dist/ionic/p-5aecd304.system.entry.js +0 -4
  635. package/dist/ionic/p-5c2da581.system.entry.js +0 -4
  636. package/dist/ionic/p-619fafe3.system.entry.js +0 -4
  637. package/dist/ionic/p-61bf9f6f.system.entry.js +0 -4
  638. package/dist/ionic/p-677cb2f7.js +0 -4
  639. package/dist/ionic/p-67c3a2a8.system.js +0 -5
  640. package/dist/ionic/p-688a36c7.entry.js +0 -4
  641. package/dist/ionic/p-6a257379.entry.js +0 -4
  642. package/dist/ionic/p-6b9eee40.system.entry.js +0 -4
  643. package/dist/ionic/p-6ba863b1.system.entry.js +0 -4
  644. package/dist/ionic/p-6e165986.system.entry.js +0 -4
  645. package/dist/ionic/p-7510e462.entry.js +0 -4
  646. package/dist/ionic/p-76b6b42e.system.entry.js +0 -4
  647. package/dist/ionic/p-770f5b43.system.js +0 -4
  648. package/dist/ionic/p-7751def0.system.entry.js +0 -4
  649. package/dist/ionic/p-788942c8.system.entry.js +0 -4
  650. package/dist/ionic/p-790220fd.system.js +0 -4
  651. package/dist/ionic/p-7de774dd.entry.js +0 -4
  652. package/dist/ionic/p-8084e9cb.entry.js +0 -4
  653. package/dist/ionic/p-80ddd0c1.entry.js +0 -4
  654. package/dist/ionic/p-85e04029.entry.js +0 -4
  655. package/dist/ionic/p-87e10168.system.entry.js +0 -4
  656. package/dist/ionic/p-888db766.system.js +0 -4
  657. package/dist/ionic/p-88d99112.system.entry.js +0 -4
  658. package/dist/ionic/p-89c28901.system.entry.js +0 -4
  659. package/dist/ionic/p-928e945d.system.entry.js +0 -4
  660. package/dist/ionic/p-978c6799.system.entry.js +0 -4
  661. package/dist/ionic/p-9a0b9b64.entry.js +0 -4
  662. package/dist/ionic/p-a2d75455.entry.js +0 -4
  663. package/dist/ionic/p-a706cf11.system.entry.js +0 -4
  664. package/dist/ionic/p-a78d17e2.entry.js +0 -4
  665. package/dist/ionic/p-aca77953.entry.js +0 -4
  666. package/dist/ionic/p-b09c8228.entry.js +0 -4
  667. package/dist/ionic/p-b2205a7c.system.entry.js +0 -4
  668. package/dist/ionic/p-b43cf55f.entry.js +0 -4
  669. package/dist/ionic/p-bc59962f.system.entry.js +0 -4
  670. package/dist/ionic/p-bf595ef8.system.entry.js +0 -4
  671. package/dist/ionic/p-bf80f9d1.entry.js +0 -4
  672. package/dist/ionic/p-c0f62b42.system.js +0 -4
  673. package/dist/ionic/p-c16d9f2c.system.entry.js +0 -4
  674. package/dist/ionic/p-c48a9ef3.system.entry.js +0 -4
  675. package/dist/ionic/p-c9219299.entry.js +0 -4
  676. package/dist/ionic/p-cae77add.system.entry.js +0 -4
  677. package/dist/ionic/p-cd6bb7f5.system.entry.js +0 -4
  678. package/dist/ionic/p-cdce5ba3.system.entry.js +0 -4
  679. package/dist/ionic/p-d5216086.entry.js +0 -4
  680. package/dist/ionic/p-d6beb1c9.system.entry.js +0 -4
  681. package/dist/ionic/p-db798370.system.entry.js +0 -4
  682. package/dist/ionic/p-dc1d883c.system.entry.js +0 -4
  683. package/dist/ionic/p-dd9dff11.entry.js +0 -4
  684. package/dist/ionic/p-ddbb2d5b.system.js +0 -4
  685. package/dist/ionic/p-de6f8b28.system.js +0 -4
  686. package/dist/ionic/p-df62accd.entry.js +0 -4
  687. package/dist/ionic/p-e1e05489.system.entry.js +0 -4
  688. package/dist/ionic/p-e3ff3cde.system.entry.js +0 -4
  689. package/dist/ionic/p-e8294cc1.entry.js +0 -4
  690. package/dist/ionic/p-e87564bc.entry.js +0 -4
  691. package/dist/ionic/p-ea7f77e7.entry.js +0 -4
  692. package/dist/ionic/p-eb210b21.system.entry.js +0 -4
  693. package/dist/ionic/p-eb80ca40.entry.js +0 -4
  694. package/dist/ionic/p-eba17ff5.system.entry.js +0 -4
  695. package/dist/ionic/p-eef72e06.js +0 -4
  696. package/dist/ionic/p-efcc4b66.entry.js +0 -4
  697. package/dist/ionic/p-f08d8865.js +0 -4
  698. package/dist/ionic/p-f3478ed6.system.entry.js +0 -4
  699. package/dist/ionic/p-f4bf2448.entry.js +0 -4
  700. package/dist/ionic/p-f4e37ba7.entry.js +0 -4
  701. package/dist/ionic/p-f56d53bd.entry.js +0 -4
  702. package/dist/ionic/p-f8564a9b.system.entry.js +0 -4
  703. package/dist/ionic/p-f865bc9a.entry.js +0 -4
  704. package/dist/ionic/p-fd1a0431.js +0 -4
@@ -3,7 +3,7 @@
3
3
  */
4
4
  'use strict';
5
5
 
6
- const ionicGlobal = require('./ionic-global-c70c3fb5.js');
6
+ const ionicGlobal = require('./ionic-global-7358c23e.js');
7
7
 
8
8
  const globalScripts = ionicGlobal.initialize;
9
9
 
@@ -3,7 +3,7 @@
3
3
  */
4
4
  'use strict';
5
5
 
6
- const index$1 = require('./index-71f41461.js');
6
+ const index$1 = require('./index-5a471146.js');
7
7
  const haptic = require('./haptic-b882e0bb.js');
8
8
  const index = require('./index-d1b59ffa.js');
9
9
 
@@ -3,7 +3,7 @@
3
3
  */
4
4
  'use strict';
5
5
 
6
- const helpers = require('./helpers-76bb7efb.js');
6
+ const helpers = require('./helpers-2e1028fa.js');
7
7
 
8
8
  /**
9
9
  * Creates a controller that tracks whether a form control is using the legacy or modern syntax. This should be removed when the legacy form control syntax is removed.
@@ -3,7 +3,7 @@
3
3
  */
4
4
  'use strict';
5
5
 
6
- const helpers = require('./helpers-76bb7efb.js');
6
+ const helpers = require('./helpers-2e1028fa.js');
7
7
 
8
8
  // TODO(FW-2832): types
9
9
  const attachComponent = async (delegate, container, component, cssClasses, componentProps, inline) => {
@@ -3,6 +3,23 @@
3
3
  */
4
4
  'use strict';
5
5
 
6
+ const index = require('./index-c8d52405.js');
7
+ const ionicGlobal = require('./ionic-global-7358c23e.js');
8
+ require('./index-5a471146.js');
9
+
10
+ /**
11
+ * CloseWatcher is a newer API that lets
12
+ * use detect the hardware back button event
13
+ * in a web browser: https://caniuse.com/?search=closewatcher
14
+ * However, not every browser supports it yet.
15
+ *
16
+ * This needs to be a function so that we can
17
+ * check the config once it has been set.
18
+ * Otherwise, this code would be evaluated the
19
+ * moment this file is evaluated which could be
20
+ * before the config is set.
21
+ */
22
+ const shoudUseCloseWatcher = () => ionicGlobal.config.get('experimentalCloseWatcher', false) && index.win !== undefined && 'CloseWatcher' in index.win;
6
23
  /**
7
24
  * When hardwareBackButton: false in config,
8
25
  * we need to make sure we also block the default
@@ -19,7 +36,7 @@ const blockHardwareBackButton = () => {
19
36
  const startHardwareBackButton = () => {
20
37
  const doc = document;
21
38
  let busy = false;
22
- doc.addEventListener('backbutton', () => {
39
+ const backButtonCallback = () => {
23
40
  if (busy) {
24
41
  return;
25
42
  }
@@ -65,7 +82,35 @@ const startHardwareBackButton = () => {
65
82
  }
66
83
  };
67
84
  processHandlers();
68
- });
85
+ };
86
+ /**
87
+ * If the CloseWatcher is defined then
88
+ * we don't want to also listen for the native
89
+ * backbutton event otherwise we may get duplicate
90
+ * events firing.
91
+ */
92
+ if (shoudUseCloseWatcher()) {
93
+ let watcher;
94
+ const configureWatcher = () => {
95
+ watcher === null || watcher === void 0 ? void 0 : watcher.destroy();
96
+ watcher = new index.win.CloseWatcher();
97
+ /**
98
+ * Once a close request happens
99
+ * the watcher gets destroyed.
100
+ * As a result, we need to re-configure
101
+ * the watcher so we can respond to other
102
+ * close requests.
103
+ */
104
+ watcher.onclose = () => {
105
+ backButtonCallback();
106
+ configureWatcher();
107
+ };
108
+ };
109
+ configureWatcher();
110
+ }
111
+ else {
112
+ doc.addEventListener('backbutton', backButtonCallback);
113
+ }
69
114
  };
70
115
  const OVERLAY_BACK_BUTTON_PRIORITY = 100;
71
116
  const MENU_BACK_BUTTON_PRIORITY = 99; // 1 less than overlay priority since menu is displayed behind overlays
@@ -73,4 +118,5 @@ const MENU_BACK_BUTTON_PRIORITY = 99; // 1 less than overlay priority since menu
73
118
  exports.MENU_BACK_BUTTON_PRIORITY = MENU_BACK_BUTTON_PRIORITY;
74
119
  exports.OVERLAY_BACK_BUTTON_PRIORITY = OVERLAY_BACK_BUTTON_PRIORITY;
75
120
  exports.blockHardwareBackButton = blockHardwareBackButton;
121
+ exports.shoudUseCloseWatcher = shoudUseCloseWatcher;
76
122
  exports.startHardwareBackButton = startHardwareBackButton;
@@ -36,7 +36,7 @@ const transitionEnd = (el, expectedDuration = 0, callback) => {
36
36
  el.addEventListener('transitionend', onTransitionEnd, opts);
37
37
  animationTimeout = setTimeout(onTransitionEnd, expectedDuration + ANIMATION_FALLBACK_TIMEOUT);
38
38
  unRegTrans = () => {
39
- if (animationTimeout) {
39
+ if (animationTimeout !== undefined) {
40
40
  clearTimeout(animationTimeout);
41
41
  animationTimeout = undefined;
42
42
  }
@@ -4,7 +4,7 @@
4
4
  'use strict';
5
5
 
6
6
  const index = require('./index-c8d52405.js');
7
- const helpers = require('./helpers-76bb7efb.js');
7
+ const helpers = require('./helpers-2e1028fa.js');
8
8
 
9
9
  const startTapClick = (config) => {
10
10
  if (index.doc === undefined) {
@@ -3,7 +3,7 @@
3
3
  */
4
4
  'use strict';
5
5
 
6
- const helpers = require('./helpers-76bb7efb.js');
6
+ const helpers = require('./helpers-2e1028fa.js');
7
7
  const index = require('./index-5915f9b3.js');
8
8
 
9
9
  const ION_CONTENT_TAG_NAME = 'ION-CONTENT';
@@ -1802,6 +1802,8 @@ const renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
1802
1802
  // always reset
1803
1803
  relocateNodes.length = 0;
1804
1804
  }
1805
+ // Clear the content ref so we don't create a memory leak
1806
+ contentRef = undefined;
1805
1807
  };
1806
1808
  const attachToAncestor = (hostRef, ancestorComponent) => {
1807
1809
  if (ancestorComponent && !hostRef.$onRenderResolve$ && ancestorComponent['s-p']) {
@@ -2655,7 +2657,12 @@ const getHostListenerTarget = (elm, flags) => {
2655
2657
  return elm;
2656
2658
  };
2657
2659
  // prettier-ignore
2658
- const hostListenerOpts = (flags) => (flags & 2 /* LISTENER_FLAGS.Capture */) !== 0;
2660
+ const hostListenerOpts = (flags) => supportsListenerOptions
2661
+ ? ({
2662
+ passive: (flags & 1 /* LISTENER_FLAGS.Passive */) !== 0,
2663
+ capture: (flags & 2 /* LISTENER_FLAGS.Capture */) !== 0,
2664
+ })
2665
+ : (flags & 2 /* LISTENER_FLAGS.Capture */) !== 0;
2659
2666
  /**
2660
2667
  * Assigns the given value to the nonce property on the runtime platform object.
2661
2668
  * During runtime, this value is used to set the nonce attribute on all dynamically created script and style tags.
@@ -2666,8 +2673,19 @@ const setNonce = (nonce) => (plt.$nonce$ = nonce);
2666
2673
  /**
2667
2674
  * A WeakMap mapping runtime component references to their corresponding host reference
2668
2675
  * instances.
2676
+ *
2677
+ * **Note**: If we're in an HMR context we need to store a reference to this
2678
+ * value on `window` in order to maintain the mapping of {@link d.RuntimeRef}
2679
+ * to {@link d.HostRef} across HMR updates.
2680
+ *
2681
+ * This is necessary because when HMR updates for a component are processed by
2682
+ * the browser-side dev server client the JS bundle for that component is
2683
+ * re-fetched. Since the module containing {@link hostRefs} is included in
2684
+ * that bundle, if we do not store a reference to it the new iteration of the
2685
+ * component will not have access to the previous hostRef map, leading to a
2686
+ * bug where the new version of the component cannot properly initialize.
2669
2687
  */
2670
- const hostRefs = /*@__PURE__*/ new WeakMap();
2688
+ const hostRefs = new WeakMap();
2671
2689
  /**
2672
2690
  * Given a {@link d.RuntimeRef} retrieve the corresponding {@link d.HostRef}
2673
2691
  *
@@ -2754,6 +2772,18 @@ const setPlatformHelpers = (helpers) => {
2754
2772
  const supportsShadow =
2755
2773
  // TODO(STENCIL-854): Remove code related to legacy shadowDomShim field
2756
2774
  true;
2775
+ const supportsListenerOptions = /*@__PURE__*/ (() => {
2776
+ let supportsListenerOptions = false;
2777
+ try {
2778
+ doc.addEventListener('e', null, Object.defineProperty({}, 'passive', {
2779
+ get() {
2780
+ supportsListenerOptions = true;
2781
+ },
2782
+ }));
2783
+ }
2784
+ catch (e) { }
2785
+ return supportsListenerOptions;
2786
+ })();
2757
2787
  const promiseResolve = (v) => Promise.resolve(v);
2758
2788
  const supportsConstructableStylesheets = /*@__PURE__*/ (() => {
2759
2789
  try {
@@ -3,8 +3,8 @@
3
3
  */
4
4
  'use strict';
5
5
 
6
- const index = require('./index-71f41461.js');
7
- const helpers = require('./helpers-76bb7efb.js');
6
+ const index = require('./index-5a471146.js');
7
+ const helpers = require('./helpers-2e1028fa.js');
8
8
 
9
9
  const LIFECYCLE_WILL_ENTER = 'ionViewWillEnter';
10
10
  const LIFECYCLE_DID_ENTER = 'ionViewDidEnter';
@@ -12,8 +12,8 @@ const LIFECYCLE_WILL_LEAVE = 'ionViewWillLeave';
12
12
  const LIFECYCLE_DID_LEAVE = 'ionViewDidLeave';
13
13
  const LIFECYCLE_WILL_UNLOAD = 'ionViewWillUnload';
14
14
 
15
- const iosTransitionAnimation = () => Promise.resolve().then(function () { return require('./ios.transition-9624a175.js'); });
16
- const mdTransitionAnimation = () => Promise.resolve().then(function () { return require('./md.transition-786baf9a.js'); });
15
+ const iosTransitionAnimation = () => Promise.resolve().then(function () { return require('./ios.transition-8e40c54e.js'); });
16
+ const mdTransitionAnimation = () => Promise.resolve().then(function () { return require('./md.transition-597a2479.js'); });
17
17
  // TODO(FW-2832): types
18
18
  const transition = (opts) => {
19
19
  return new Promise((resolve, reject) => {
@@ -4,11 +4,11 @@
4
4
  'use strict';
5
5
 
6
6
  const index$1 = require('./index-c8d52405.js');
7
- const hardwareBackButton = require('./hardware-back-button-76833cac.js');
7
+ const hardwareBackButton = require('./hardware-back-button-d23873bb.js');
8
8
  const index = require('./index-5915f9b3.js');
9
- const helpers = require('./helpers-76bb7efb.js');
10
- const ionicGlobal = require('./ionic-global-c70c3fb5.js');
11
- const animation = require('./animation-9b401d39.js');
9
+ const helpers = require('./helpers-2e1028fa.js');
10
+ const ionicGlobal = require('./ionic-global-7358c23e.js');
11
+ const animation = require('./animation-fdab9de5.js');
12
12
 
13
13
  /**
14
14
  * baseAnimation
@@ -5,24 +5,24 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const animation = require('./animation-9b401d39.js');
9
- const index = require('./index-6bb6b651.js');
10
- const ios_transition = require('./ios.transition-9624a175.js');
11
- const md_transition = require('./md.transition-786baf9a.js');
8
+ const animation = require('./animation-fdab9de5.js');
9
+ const index = require('./index-84351d21.js');
10
+ const ios_transition = require('./ios.transition-8e40c54e.js');
11
+ const md_transition = require('./md.transition-597a2479.js');
12
12
  const cubicBezier = require('./cubic-bezier-f2dccc53.js');
13
13
  const index$1 = require('./index-d1b59ffa.js');
14
- const ionicGlobal = require('./ionic-global-c70c3fb5.js');
15
- const helpers = require('./helpers-76bb7efb.js');
14
+ const ionicGlobal = require('./ionic-global-7358c23e.js');
15
+ const helpers = require('./helpers-2e1028fa.js');
16
16
  const config = require('./config-4f60b98a.js');
17
17
  const theme = require('./theme-d1c573d2.js');
18
- const index$2 = require('./index-96a721a7.js');
19
- const overlays = require('./overlays-4c97edb0.js');
18
+ const index$2 = require('./index-8c679cbf.js');
19
+ const overlays = require('./overlays-eaf2075f.js');
20
20
  require('./index-c8d52405.js');
21
- require('./index-71f41461.js');
21
+ require('./index-5a471146.js');
22
22
  require('./gesture-controller-c40c045a.js');
23
- require('./hardware-back-button-76833cac.js');
23
+ require('./hardware-back-button-d23873bb.js');
24
24
  require('./index-5915f9b3.js');
25
- require('./framework-delegate-1c29b14a.js');
25
+ require('./framework-delegate-a3e6d060.js');
26
26
 
27
27
  const IonicSlides = (opts) => {
28
28
  const { swiper, extendParams } = opts;
@@ -4,8 +4,8 @@
4
4
  'use strict';
5
5
 
6
6
  const index = require('./index-c8d52405.js');
7
- const index$1 = require('./index-da15e99c.js');
8
- const helpers = require('./helpers-76bb7efb.js');
7
+ const index$1 = require('./index-53d162b2.js');
8
+ const helpers = require('./helpers-2e1028fa.js');
9
9
  const keyboard = require('./keyboard-0272231f.js');
10
10
  require('./index-5915f9b3.js');
11
11
  require('./capacitor-c04564bf.js');
@@ -4,7 +4,7 @@
4
4
  'use strict';
5
5
 
6
6
  const index = require('./index-c8d52405.js');
7
- const helpers = require('./helpers-76bb7efb.js');
7
+ const helpers = require('./helpers-2e1028fa.js');
8
8
  const index$1 = require('./index-5915f9b3.js');
9
9
 
10
10
  /**
@@ -5,15 +5,17 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-71f41461.js');
9
- const helpers = require('./helpers-76bb7efb.js');
8
+ const index = require('./index-5a471146.js');
9
+ const helpers = require('./helpers-2e1028fa.js');
10
10
  const index$1 = require('./index-f52c6d38.js');
11
- const ionicGlobal = require('./ionic-global-c70c3fb5.js');
11
+ const ionicGlobal = require('./ionic-global-7358c23e.js');
12
12
  const index$2 = require('./index-5915f9b3.js');
13
13
 
14
14
  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}";
15
+ const IonAccordionIosStyle0 = accordionIosCss;
15
16
 
16
17
  const accordionMdCss = ":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}}";
18
+ const IonAccordionMdStyle0 = accordionMdCss;
17
19
 
18
20
  const Accordion = class {
19
21
  constructor(hostRef) {
@@ -277,7 +279,9 @@ const Accordion = class {
277
279
  });
278
280
  }
279
281
  toggleExpanded() {
280
- const { accordionGroupEl, value, state } = this;
282
+ const { accordionGroupEl, disabled, readonly, value, state } = this;
283
+ if (disabled || readonly)
284
+ return;
281
285
  if (accordionGroupEl) {
282
286
  /**
283
287
  * Because the accordion group may or may
@@ -298,7 +302,7 @@ const Accordion = class {
298
302
  const headerPart = expanded ? 'header expanded' : 'header';
299
303
  const contentPart = expanded ? 'content expanded' : 'content';
300
304
  this.setAria(expanded);
301
- return (index.h(index.Host, { class: {
305
+ return (index.h(index.Host, { key: '073e1d02c18dcbc20c68648426e87c14750c031d', class: {
302
306
  [mode]: true,
303
307
  'accordion-expanding': this.state === 8 /* AccordionState.Expanding */,
304
308
  'accordion-expanded': this.state === 4 /* AccordionState.Expanded */,
@@ -309,7 +313,7 @@ const Accordion = class {
309
313
  'accordion-disabled': disabled,
310
314
  'accordion-readonly': readonly,
311
315
  'accordion-animated': this.shouldAnimate(),
312
- } }, index.h("div", { onClick: () => this.toggleExpanded(), id: "header", part: headerPart, "aria-controls": "content", ref: (headerEl) => (this.headerEl = headerEl) }, index.h("slot", { name: "header" })), index.h("div", { id: "content", part: contentPart, role: "region", "aria-labelledby": "header", ref: (contentEl) => (this.contentEl = contentEl) }, index.h("div", { id: "content-wrapper", ref: (contentElWrapper) => (this.contentElWrapper = contentElWrapper) }, index.h("slot", { name: "content" })))));
316
+ } }, index.h("div", { key: '9b4cf326de8bb6b4033992903c0c1bfd7eea9bcc', onClick: () => this.toggleExpanded(), id: "header", part: headerPart, "aria-controls": "content", ref: (headerEl) => (this.headerEl = headerEl) }, index.h("slot", { key: '464c32a37f64655eacf4218284214f5f30b14a1e', name: "header" })), index.h("div", { key: '8bb52e6a62d7de0106b253201a89a32e79d9a594', id: "content", part: contentPart, role: "region", "aria-labelledby": "header", ref: (contentEl) => (this.contentEl = contentEl) }, index.h("div", { key: '1d9dfd952ad493754aaeea7a8f625b33c2dd90a0', id: "content-wrapper", ref: (contentElWrapper) => (this.contentElWrapper = contentElWrapper) }, index.h("slot", { key: '970dfbc55a612d739d0ca3b7b1a08e5c96d0c479', name: "content" })))));
313
317
  }
314
318
  static get delegatesFocus() { return true; }
315
319
  get el() { return index.getElement(this); }
@@ -319,13 +323,15 @@ const Accordion = class {
319
323
  };
320
324
  let accordionIds = 0;
321
325
  Accordion.style = {
322
- ios: accordionIosCss,
323
- md: accordionMdCss
326
+ ios: IonAccordionIosStyle0,
327
+ md: IonAccordionMdStyle0
324
328
  };
325
329
 
326
330
  const accordionGroupIosCss = ":host{display:block}:host(.accordion-group-expand-inset){-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:16px;margin-bottom:16px}:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-expanding),:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-expanded){border-bottom:none}";
331
+ const IonAccordionGroupIosStyle0 = accordionGroupIosCss;
327
332
 
328
333
  const accordionGroupMdCss = ":host{display:block}:host(.accordion-group-expand-inset){-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:16px;margin-bottom:16px}:host(.accordion-group-expand-inset) ::slotted(ion-accordion){-webkit-box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)}:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-expanding),:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-expanded){margin-left:0;margin-right:0;margin-top:16px;margin-bottom:16px;border-radius:6px}:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-previous){border-bottom-right-radius:6px;border-bottom-left-radius:6px}:host-context([dir=rtl]):host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-previous),:host-context([dir=rtl]).accordion-group-expand-inset ::slotted(ion-accordion.accordion-previous){border-bottom-right-radius:6px;border-bottom-left-radius:6px}@supports selector(:dir(rtl)){:host(.accordion-group-expand-inset:dir(rtl)) ::slotted(ion-accordion.accordion-previous){border-bottom-right-radius:6px;border-bottom-left-radius:6px}}:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-next){border-top-left-radius:6px;border-top-right-radius:6px}:host-context([dir=rtl]):host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-next),:host-context([dir=rtl]).accordion-group-expand-inset ::slotted(ion-accordion.accordion-next){border-top-left-radius:6px;border-top-right-radius:6px}@supports selector(:dir(rtl)){:host(.accordion-group-expand-inset:dir(rtl)) ::slotted(ion-accordion.accordion-next){border-top-left-radius:6px;border-top-right-radius:6px}}:host(.accordion-group-expand-inset) ::slotted(ion-accordion):first-of-type{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}";
334
+ const IonAccordionGroupMdStyle0 = accordionGroupMdCss;
329
335
 
330
336
  const AccordionGroup = class {
331
337
  constructor(hostRef) {
@@ -520,12 +526,12 @@ const AccordionGroup = class {
520
526
  render() {
521
527
  const { disabled, readonly, expand } = this;
522
528
  const mode = ionicGlobal.getIonMode(this);
523
- return (index.h(index.Host, { class: {
529
+ return (index.h(index.Host, { key: 'ac2e26ac91c95d08172bd2b51daa7a711c21db9e', class: {
524
530
  [mode]: true,
525
531
  'accordion-group-disabled': disabled,
526
532
  'accordion-group-readonly': readonly,
527
533
  [`accordion-group-expand-${expand}`]: true,
528
- }, role: "presentation" }, index.h("slot", null)));
534
+ }, role: "presentation" }, index.h("slot", { key: '444adc2af5730897eba57095da046d6bdb5af70f' })));
529
535
  }
530
536
  get el() { return index.getElement(this); }
531
537
  static get watchers() { return {
@@ -535,8 +541,8 @@ const AccordionGroup = class {
535
541
  }; }
536
542
  };
537
543
  AccordionGroup.style = {
538
- ios: accordionGroupIosCss,
539
- md: accordionGroupMdCss
544
+ ios: IonAccordionGroupIosStyle0,
545
+ md: IonAccordionGroupMdStyle0
540
546
  };
541
547
 
542
548
  exports.ion_accordion = Accordion;
@@ -5,21 +5,21 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-71f41461.js');
9
- const buttonActive = require('./button-active-85665616.js');
10
- const helpers = require('./helpers-76bb7efb.js');
8
+ const index = require('./index-5a471146.js');
9
+ const buttonActive = require('./button-active-b8c3f603.js');
10
+ const helpers = require('./helpers-2e1028fa.js');
11
11
  const lockController = require('./lock-controller-6585a42a.js');
12
- const overlays = require('./overlays-4c97edb0.js');
12
+ const overlays = require('./overlays-eaf2075f.js');
13
13
  const theme = require('./theme-d1c573d2.js');
14
- const ionicGlobal = require('./ionic-global-c70c3fb5.js');
15
- const animation = require('./animation-9b401d39.js');
14
+ const ionicGlobal = require('./ionic-global-7358c23e.js');
15
+ const animation = require('./animation-fdab9de5.js');
16
16
  require('./haptic-b882e0bb.js');
17
17
  require('./capacitor-c04564bf.js');
18
18
  require('./index-c8d52405.js');
19
19
  require('./index-d1b59ffa.js');
20
20
  require('./gesture-controller-c40c045a.js');
21
- require('./framework-delegate-1c29b14a.js');
22
- require('./hardware-back-button-76833cac.js');
21
+ require('./hardware-back-button-d23873bb.js');
22
+ require('./framework-delegate-a3e6d060.js');
23
23
  require('./index-5915f9b3.js');
24
24
 
25
25
  /**
@@ -107,8 +107,10 @@ const mdLeaveAnimation = (baseEl) => {
107
107
  };
108
108
 
109
109
  const actionSheetIosCss = ".sc-ion-action-sheet-ios-h{--color:initial;--button-color-activated:var(--button-color);--button-color-focused:var(--button-color);--button-color-hover:var(--button-color);--button-color-selected:var(--button-color);--min-width:auto;--width:100%;--max-width:500px;--min-height:auto;--height:auto;--max-height:calc(100% - (var(--ion-safe-area-top) + var(--ion-safe-area-bottom)));-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:block;position:fixed;outline:none;font-family:var(--ion-font-family, inherit);-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-action-sheet-ios-h{display:none}.action-sheet-wrapper.sc-ion-action-sheet-ios{left:0;right:0;bottom:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);display:block;position:absolute;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);z-index:10;pointer-events:none}.action-sheet-button.sc-ion-action-sheet-ios{display:block;position:relative;width:100%;border:0;outline:none;background:var(--button-background);color:var(--button-color);font-family:inherit;overflow:hidden}.action-sheet-button-inner.sc-ion-action-sheet-ios{display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;pointer-events:none;width:100%;height:100%;z-index:1}.action-sheet-container.sc-ion-action-sheet-ios{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-pack:end;justify-content:flex-end;height:100%;max-height:calc(100vh - (var(--ion-safe-area-top, 0) + var(--ion-safe-area-bottom, 0)));max-height:calc(100dvh - (var(--ion-safe-area-top, 0) + var(--ion-safe-area-bottom, 0)))}.action-sheet-group.sc-ion-action-sheet-ios{-ms-flex-negative:2;flex-shrink:2;overscroll-behavior-y:contain;overflow-y:auto;-webkit-overflow-scrolling:touch;pointer-events:all;background:var(--background)}@media (any-pointer: coarse){.action-sheet-group.sc-ion-action-sheet-ios::-webkit-scrollbar{display:none}}.action-sheet-group-cancel.sc-ion-action-sheet-ios{-ms-flex-negative:0;flex-shrink:0;overflow:hidden}.action-sheet-button.sc-ion-action-sheet-ios::after{left:0;right:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0}.action-sheet-selected.sc-ion-action-sheet-ios{color:var(--button-color-selected)}.action-sheet-selected.sc-ion-action-sheet-ios::after{background:var(--button-background-selected);opacity:var(--button-background-selected-opacity)}.action-sheet-button.ion-activated.sc-ion-action-sheet-ios{color:var(--button-color-activated)}.action-sheet-button.ion-activated.sc-ion-action-sheet-ios::after{background:var(--button-background-activated);opacity:var(--button-background-activated-opacity)}.action-sheet-button.ion-focused.sc-ion-action-sheet-ios{color:var(--button-color-focused)}.action-sheet-button.ion-focused.sc-ion-action-sheet-ios::after{background:var(--button-background-focused);opacity:var(--button-background-focused-opacity)}@media (any-hover: hover){.action-sheet-button.sc-ion-action-sheet-ios:hover{color:var(--button-color-hover)}.action-sheet-button.sc-ion-action-sheet-ios:hover::after{background:var(--button-background-hover);opacity:var(--button-background-hover-opacity)}}.sc-ion-action-sheet-ios-h{--background:var(--ion-overlay-background-color, var(--ion-color-step-100, #f9f9f9));--backdrop-opacity:var(--ion-backdrop-opacity, 0.4);--button-background:linear-gradient(0deg, rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08), rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08) 50%, transparent 50%) bottom/100% 1px no-repeat transparent;--button-background-activated:var(--ion-text-color, #000);--button-background-activated-opacity:.08;--button-background-hover:currentColor;--button-background-hover-opacity:.04;--button-background-focused:currentColor;--button-background-focused-opacity:.12;--button-background-selected:var(--ion-color-step-150, var(--ion-background-color, #fff));--button-background-selected-opacity:1;--button-color:var(--ion-color-primary, #3880ff);--color:var(--ion-color-step-400, #999999);text-align:center}.action-sheet-wrapper.sc-ion-action-sheet-ios{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:var(--ion-safe-area-top, 0);margin-bottom:var(--ion-safe-area-bottom, 0)}.action-sheet-container.sc-ion-action-sheet-ios{-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:8px;padding-inline-end:8px;padding-top:0;padding-bottom:0}.action-sheet-group.sc-ion-action-sheet-ios{border-radius:13px;margin-bottom:8px}.action-sheet-group.sc-ion-action-sheet-ios:first-child{margin-top:10px}.action-sheet-group.sc-ion-action-sheet-ios:last-child{margin-bottom:10px}@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))){.action-sheet-translucent.sc-ion-action-sheet-ios-h .action-sheet-group.sc-ion-action-sheet-ios{background-color:transparent;-webkit-backdrop-filter:saturate(280%) blur(20px);backdrop-filter:saturate(280%) blur(20px)}.action-sheet-translucent.sc-ion-action-sheet-ios-h .action-sheet-title.sc-ion-action-sheet-ios,.action-sheet-translucent.sc-ion-action-sheet-ios-h .action-sheet-button.sc-ion-action-sheet-ios{background-color:transparent;background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8)), to(rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8))), -webkit-gradient(linear, left bottom, left top, from(rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.4)), color-stop(50%, rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.4)), color-stop(50%, rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8)));background-image:linear-gradient(0deg, rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8), rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8) 100%), linear-gradient(0deg, rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.4), rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.4) 50%, rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8) 50%);background-repeat:no-repeat;background-position:top, bottom;background-size:100% calc(100% - 1px), 100% 1px;-webkit-backdrop-filter:saturate(120%);backdrop-filter:saturate(120%)}.action-sheet-translucent.sc-ion-action-sheet-ios-h .action-sheet-button.ion-activated.sc-ion-action-sheet-ios{background-color:rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.7);background-image:none}.action-sheet-translucent.sc-ion-action-sheet-ios-h .action-sheet-cancel.sc-ion-action-sheet-ios{background:var(--button-background-selected)}}.action-sheet-title.sc-ion-action-sheet-ios{background:-webkit-gradient(linear, left bottom, left top, from(rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08)), color-stop(50%, rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08)), color-stop(50%, transparent)) bottom/100% 1px no-repeat transparent;background:linear-gradient(0deg, rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08), rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08) 50%, transparent 50%) bottom/100% 1px no-repeat transparent}.action-sheet-title.sc-ion-action-sheet-ios{-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:10px;padding-inline-end:10px;padding-top:14px;padding-bottom:13px;color:var(--color, var(--ion-color-step-400, #999999));font-size:max(13px, 0.8125rem);font-weight:400;text-align:center}.action-sheet-title.action-sheet-has-sub-title.sc-ion-action-sheet-ios{font-weight:600}.action-sheet-sub-title.sc-ion-action-sheet-ios{padding-left:0;padding-right:0;padding-top:6px;padding-bottom:0;font-size:max(13px, 0.8125rem);font-weight:400}.action-sheet-button.sc-ion-action-sheet-ios{-webkit-padding-start:14px;padding-inline-start:14px;-webkit-padding-end:14px;padding-inline-end:14px;padding-top:14px;padding-bottom:14px;min-height:56px;font-size:max(20px, 1.25rem);contain:content}.action-sheet-button.sc-ion-action-sheet-ios .action-sheet-icon.sc-ion-action-sheet-ios{-webkit-margin-end:0.3em;margin-inline-end:0.3em;font-size:max(28px, 1.75rem);pointer-events:none}.action-sheet-button.sc-ion-action-sheet-ios:last-child{background-image:none}.action-sheet-selected.sc-ion-action-sheet-ios{font-weight:bold}.action-sheet-cancel.sc-ion-action-sheet-ios{font-weight:600}.action-sheet-cancel.sc-ion-action-sheet-ios::after{background:var(--button-background-selected);opacity:var(--button-background-selected-opacity)}.action-sheet-destructive.sc-ion-action-sheet-ios,.action-sheet-destructive.ion-activated.sc-ion-action-sheet-ios,.action-sheet-destructive.ion-focused.sc-ion-action-sheet-ios{color:var(--ion-color-danger, #eb445a)}@media (any-hover: hover){.action-sheet-destructive.sc-ion-action-sheet-ios:hover{color:var(--ion-color-danger, #eb445a)}}";
110
+ const IonActionSheetIosStyle0 = actionSheetIosCss;
110
111
 
111
112
  const actionSheetMdCss = ".sc-ion-action-sheet-md-h{--color:initial;--button-color-activated:var(--button-color);--button-color-focused:var(--button-color);--button-color-hover:var(--button-color);--button-color-selected:var(--button-color);--min-width:auto;--width:100%;--max-width:500px;--min-height:auto;--height:auto;--max-height:calc(100% - (var(--ion-safe-area-top) + var(--ion-safe-area-bottom)));-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:block;position:fixed;outline:none;font-family:var(--ion-font-family, inherit);-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-action-sheet-md-h{display:none}.action-sheet-wrapper.sc-ion-action-sheet-md{left:0;right:0;bottom:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);display:block;position:absolute;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);z-index:10;pointer-events:none}.action-sheet-button.sc-ion-action-sheet-md{display:block;position:relative;width:100%;border:0;outline:none;background:var(--button-background);color:var(--button-color);font-family:inherit;overflow:hidden}.action-sheet-button-inner.sc-ion-action-sheet-md{display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;pointer-events:none;width:100%;height:100%;z-index:1}.action-sheet-container.sc-ion-action-sheet-md{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-pack:end;justify-content:flex-end;height:100%;max-height:calc(100vh - (var(--ion-safe-area-top, 0) + var(--ion-safe-area-bottom, 0)));max-height:calc(100dvh - (var(--ion-safe-area-top, 0) + var(--ion-safe-area-bottom, 0)))}.action-sheet-group.sc-ion-action-sheet-md{-ms-flex-negative:2;flex-shrink:2;overscroll-behavior-y:contain;overflow-y:auto;-webkit-overflow-scrolling:touch;pointer-events:all;background:var(--background)}@media (any-pointer: coarse){.action-sheet-group.sc-ion-action-sheet-md::-webkit-scrollbar{display:none}}.action-sheet-group-cancel.sc-ion-action-sheet-md{-ms-flex-negative:0;flex-shrink:0;overflow:hidden}.action-sheet-button.sc-ion-action-sheet-md::after{left:0;right:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0}.action-sheet-selected.sc-ion-action-sheet-md{color:var(--button-color-selected)}.action-sheet-selected.sc-ion-action-sheet-md::after{background:var(--button-background-selected);opacity:var(--button-background-selected-opacity)}.action-sheet-button.ion-activated.sc-ion-action-sheet-md{color:var(--button-color-activated)}.action-sheet-button.ion-activated.sc-ion-action-sheet-md::after{background:var(--button-background-activated);opacity:var(--button-background-activated-opacity)}.action-sheet-button.ion-focused.sc-ion-action-sheet-md{color:var(--button-color-focused)}.action-sheet-button.ion-focused.sc-ion-action-sheet-md::after{background:var(--button-background-focused);opacity:var(--button-background-focused-opacity)}@media (any-hover: hover){.action-sheet-button.sc-ion-action-sheet-md:hover{color:var(--button-color-hover)}.action-sheet-button.sc-ion-action-sheet-md:hover::after{background:var(--button-background-hover);opacity:var(--button-background-hover-opacity)}}.sc-ion-action-sheet-md-h{--background:var(--ion-overlay-background-color, var(--ion-background-color, #fff));--backdrop-opacity:var(--ion-backdrop-opacity, 0.32);--button-background:transparent;--button-background-selected:currentColor;--button-background-selected-opacity:0;--button-background-activated:transparent;--button-background-activated-opacity:0;--button-background-hover:currentColor;--button-background-hover-opacity:.04;--button-background-focused:currentColor;--button-background-focused-opacity:.12;--button-color:var(--ion-color-step-850, #262626);--color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.54)}.action-sheet-wrapper.sc-ion-action-sheet-md{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:var(--ion-safe-area-top, 0);margin-bottom:0}.action-sheet-title.sc-ion-action-sheet-md{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:20px;padding-bottom:17px;min-height:60px;color:var(--color, rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.54));font-size:1rem;text-align:start}.action-sheet-sub-title.sc-ion-action-sheet-md{padding-left:0;padding-right:0;padding-top:16px;padding-bottom:0;font-size:0.875rem}.action-sheet-group.sc-ion-action-sheet-md:first-child{padding-top:0}.action-sheet-group.sc-ion-action-sheet-md:last-child{padding-bottom:var(--ion-safe-area-bottom)}.action-sheet-button.sc-ion-action-sheet-md{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:12px;padding-bottom:12px;position:relative;min-height:52px;font-size:1rem;text-align:start;contain:content;overflow:hidden}.action-sheet-icon.sc-ion-action-sheet-md{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:32px;margin-inline-end:32px;margin-top:0;margin-bottom:0;color:var(--color);font-size:1.5rem}.action-sheet-button-inner.sc-ion-action-sheet-md{-ms-flex-pack:start;justify-content:flex-start}.action-sheet-selected.sc-ion-action-sheet-md{font-weight:bold}";
113
+ const IonActionSheetMdStyle0 = actionSheetMdCss;
112
114
 
113
115
  const ActionSheet = class {
114
116
  constructor(hostRef) {
@@ -291,12 +293,12 @@ const ActionSheet = class {
291
293
  const cancelButton = allButtons.find((b) => b.role === 'cancel');
292
294
  const buttons = allButtons.filter((b) => b.role !== 'cancel');
293
295
  const headerID = `action-sheet-${overlayIndex}-header`;
294
- return (index.h(index.Host, Object.assign({ role: "dialog", "aria-modal": "true", "aria-labelledby": header !== undefined ? headerID : null, tabindex: "-1" }, htmlAttributes, { style: {
296
+ return (index.h(index.Host, Object.assign({ key: '98851ef73ef85bb1e364111f090480102929a197', role: "dialog", "aria-modal": "true", "aria-labelledby": header !== undefined ? headerID : null, tabindex: "-1" }, htmlAttributes, { style: {
295
297
  zIndex: `${20000 + this.overlayIndex}`,
296
- }, class: Object.assign(Object.assign({ [mode]: true }, theme.getClassMap(this.cssClass)), { 'overlay-hidden': true, 'action-sheet-translucent': this.translucent }), onIonActionSheetWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }), index.h("ion-backdrop", { tappable: this.backdropDismiss }), index.h("div", { tabindex: "0" }), index.h("div", { class: "action-sheet-wrapper ion-overlay-wrapper", ref: (el) => (this.wrapperEl = el) }, index.h("div", { class: "action-sheet-container" }, index.h("div", { class: "action-sheet-group", ref: (el) => (this.groupEl = el) }, header !== undefined && (index.h("div", { id: headerID, class: {
298
+ }, class: Object.assign(Object.assign({ [mode]: true }, theme.getClassMap(this.cssClass)), { 'overlay-hidden': true, 'action-sheet-translucent': this.translucent }), onIonActionSheetWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }), index.h("ion-backdrop", { key: 'e2520342ca16aae4dac0bd7bff59b2150aeb2171', tappable: this.backdropDismiss }), index.h("div", { key: 'c95f2ec4edde1dc3a8860e68b4a86b82f6797aee', tabindex: "0" }), index.h("div", { key: '7af9edad368e308508801c8ef2225928ced63159', class: "action-sheet-wrapper ion-overlay-wrapper", ref: (el) => (this.wrapperEl = el) }, index.h("div", { key: 'd1d92b4d1814d34eb7d8134ff77ee260ca521a6d', class: "action-sheet-container" }, index.h("div", { key: 'cc774b45a9992e95bfee788cb484d99364b76d22', class: "action-sheet-group", ref: (el) => (this.groupEl = el) }, header !== undefined && (index.h("div", { id: headerID, class: {
297
299
  'action-sheet-title': true,
298
300
  'action-sheet-has-sub-title': this.subHeader !== undefined,
299
- } }, header, this.subHeader && index.h("div", { class: "action-sheet-sub-title" }, this.subHeader))), buttons.map((b) => (index.h("button", Object.assign({}, b.htmlAttributes, { type: "button", id: b.id, class: buttonClass(b), onClick: () => this.buttonClick(b) }), index.h("span", { class: "action-sheet-button-inner" }, b.icon && index.h("ion-icon", { icon: b.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" }), b.text), mode === 'md' && index.h("ion-ripple-effect", null))))), cancelButton && (index.h("div", { class: "action-sheet-group action-sheet-group-cancel" }, index.h("button", Object.assign({}, cancelButton.htmlAttributes, { type: "button", class: buttonClass(cancelButton), onClick: () => this.buttonClick(cancelButton) }), index.h("span", { class: "action-sheet-button-inner" }, cancelButton.icon && (index.h("ion-icon", { icon: cancelButton.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" })), cancelButton.text), mode === 'md' && index.h("ion-ripple-effect", null)))))), index.h("div", { tabindex: "0" })));
301
+ } }, header, this.subHeader && index.h("div", { class: "action-sheet-sub-title" }, this.subHeader))), buttons.map((b) => (index.h("button", Object.assign({}, b.htmlAttributes, { type: "button", id: b.id, class: buttonClass(b), onClick: () => this.buttonClick(b) }), index.h("span", { class: "action-sheet-button-inner" }, b.icon && index.h("ion-icon", { icon: b.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" }), b.text), mode === 'md' && index.h("ion-ripple-effect", null))))), cancelButton && (index.h("div", { class: "action-sheet-group action-sheet-group-cancel" }, index.h("button", Object.assign({}, cancelButton.htmlAttributes, { type: "button", class: buttonClass(cancelButton), onClick: () => this.buttonClick(cancelButton) }), index.h("span", { class: "action-sheet-button-inner" }, cancelButton.icon && (index.h("ion-icon", { icon: cancelButton.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" })), cancelButton.text), mode === 'md' && index.h("ion-ripple-effect", null)))))), index.h("div", { key: '9a013adda7dec101cf0c90feb02f5b7f5582a0b3', tabindex: "0" })));
300
302
  }
301
303
  get el() { return index.getElement(this); }
302
304
  static get watchers() { return {
@@ -308,8 +310,8 @@ const buttonClass = (button) => {
308
310
  return Object.assign({ 'action-sheet-button': true, 'ion-activatable': true, 'ion-focusable': true, [`action-sheet-${button.role}`]: button.role !== undefined }, theme.getClassMap(button.cssClass));
309
311
  };
310
312
  ActionSheet.style = {
311
- ios: actionSheetIosCss,
312
- md: actionSheetMdCss
313
+ ios: IonActionSheetIosStyle0,
314
+ md: IonActionSheetMdStyle0
313
315
  };
314
316
 
315
317
  exports.ion_action_sheet = ActionSheet;