voyager-ionic-core 7.6.5 → 7.7.2

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 (722) hide show
  1. package/components/action-sheet.js +12 -6
  2. package/components/alert.js +11 -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 +10 -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 +13 -10
  49. package/components/ion-nav-link.js +1 -1
  50. package/components/ion-nav.js +3 -2
  51. package/components/ion-picker.js +10 -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 +10 -4
  77. package/components/ion-toggle.js +4 -2
  78. package/components/ion-toolbar.js +6 -4
  79. package/components/item.js +15 -16
  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 +83 -19
  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 +12 -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 +7 -5
  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-92ad1b3d.js} +1 -1
  100. package/dist/cjs/{button-active-85665616.js → button-active-2d6520ec.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-2696acaf.js} +48 -2
  104. package/dist/cjs/{helpers-76bb7efb.js → helpers-2e1028fa.js} +1 -1
  105. package/dist/cjs/{index-71f41461.js → index-0ffe376d.js} +56 -23
  106. package/dist/cjs/{index-b4f986cd.js → index-10da82ce.js} +1 -1
  107. package/dist/cjs/{index-da15e99c.js → index-53d162b2.js} +1 -1
  108. package/dist/cjs/{index-96a721a7.js → index-a43f7a0f.js} +4 -4
  109. package/dist/cjs/{index-6bb6b651.js → index-c3580a90.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 +20 -14
  115. package/dist/cjs/ion-alert.cjs.entry.js +19 -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 +62 -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 +17 -11
  135. package/dist/cjs/ion-menu_3.cjs.entry.js +29 -19
  136. package/dist/cjs/ion-modal.cjs.entry.js +21 -18
  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 +20 -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 +42 -18
  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 +17 -11
  158. package/dist/cjs/ion-toggle.cjs.entry.js +8 -6
  159. package/dist/cjs/{ionic-global-c70c3fb5.js → ionic-global-59a10130.js} +1 -1
  160. package/dist/cjs/ionic.cjs.js +7 -7
  161. package/dist/cjs/{ios.transition-9624a175.js → ios.transition-c3b11cc3.js} +4 -4
  162. package/dist/cjs/loader.cjs.js +6 -6
  163. package/dist/cjs/{md.transition-786baf9a.js → md.transition-82a8c649.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-fb7ca451.js} +85 -22
  166. package/dist/cjs/{status-tap-66296dcb.js → status-tap-692f6d32.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.ios.css +13 -1
  174. package/dist/collection/components/action-sheet/action-sheet.js +9 -5
  175. package/dist/collection/components/alert/alert.ios.css +23 -0
  176. package/dist/collection/components/alert/alert.js +8 -4
  177. package/dist/collection/components/alert/test/basic/alert.e2e.js +29 -4
  178. package/dist/collection/components/app/app.js +12 -2
  179. package/dist/collection/components/avatar/avatar.js +1 -1
  180. package/dist/collection/components/back-button/back-button.js +2 -2
  181. package/dist/collection/components/backdrop/backdrop.js +1 -1
  182. package/dist/collection/components/badge/badge.js +2 -2
  183. package/dist/collection/components/breadcrumb/breadcrumb.js +2 -2
  184. package/dist/collection/components/breadcrumbs/breadcrumbs.js +2 -2
  185. package/dist/collection/components/button/button.js +2 -2
  186. package/dist/collection/components/button/test/basic/button.e2e.js +1 -1
  187. package/dist/collection/components/buttons/buttons.js +1 -1
  188. package/dist/collection/components/card/card.js +1 -1
  189. package/dist/collection/components/card-content/card-content.js +1 -1
  190. package/dist/collection/components/card-header/card-header.js +2 -2
  191. package/dist/collection/components/card-subtitle/card-subtitle.js +2 -2
  192. package/dist/collection/components/card-title/card-title.js +2 -2
  193. package/dist/collection/components/chip/chip.js +2 -2
  194. package/dist/collection/components/col/col.js +2 -2
  195. package/dist/collection/components/content/content.js +3 -3
  196. package/dist/collection/components/datetime/datetime.js +35 -16
  197. package/dist/collection/components/datetime/test/a11y/datetime.e2e.js +3 -3
  198. package/dist/collection/components/datetime/test/basic/datetime.e2e.js +12 -12
  199. package/dist/collection/components/datetime/test/datetime.e2e.js +1 -1
  200. package/dist/collection/components/datetime/test/disable-dates/datetime.e2e.js +1 -1
  201. package/dist/collection/components/datetime/test/disabled/datetime.e2e.js +4 -4
  202. package/dist/collection/components/datetime/test/display/datetime.e2e.js +9 -9
  203. package/dist/collection/components/datetime/test/locale/datetime.e2e.js +3 -3
  204. package/dist/collection/components/datetime/test/minmax/datetime.e2e.js +11 -11
  205. package/dist/collection/components/datetime/test/month-year-picker/datetime.e2e.js +1 -1
  206. package/dist/collection/components/datetime/test/multiple/datetime.e2e.js +22 -5
  207. package/dist/collection/components/datetime/test/position/datetime.e2e.js +1 -1
  208. package/dist/collection/components/datetime/test/prefer-wheel/datetime.e2e.js +32 -32
  209. package/dist/collection/components/datetime/test/presentation/datetime.e2e.js +3 -3
  210. package/dist/collection/components/datetime/test/readonly/datetime.e2e.js +4 -4
  211. package/dist/collection/components/datetime/test/set-value/datetime.e2e.js +4 -4
  212. package/dist/collection/components/datetime/test/time-label/datetime.e2e.js +2 -2
  213. package/dist/collection/components/datetime/test/values/datetime.e2e.js +4 -4
  214. package/dist/collection/components/datetime-button/datetime-button.js +1 -1
  215. package/dist/collection/components/datetime-button/test/basic/datetime-button.e2e.js +14 -14
  216. package/dist/collection/components/datetime-button/test/disabled/datetime-button.e2e.js +2 -2
  217. package/dist/collection/components/datetime-button/test/multiple/datetime-button.e2e.js +6 -6
  218. package/dist/collection/components/fab/fab.js +2 -2
  219. package/dist/collection/components/fab-button/fab-button.js +2 -2
  220. package/dist/collection/components/fab-list/fab-list.js +2 -2
  221. package/dist/collection/components/footer/footer.js +2 -2
  222. package/dist/collection/components/grid/grid.js +2 -2
  223. package/dist/collection/components/header/header.js +2 -2
  224. package/dist/collection/components/header/test/condense/header.e2e.js +2 -2
  225. package/dist/collection/components/img/img.js +1 -1
  226. package/dist/collection/components/infinite-scroll/infinite-scroll.js +1 -1
  227. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +2 -2
  228. package/dist/collection/components/item/item.ios.css +2 -39
  229. package/dist/collection/components/item/item.js +10 -12
  230. package/dist/collection/components/item/item.md.css +2 -39
  231. package/dist/collection/components/item/test/item.spec.js +20 -0
  232. package/dist/collection/components/item-divider/item-divider.js +2 -2
  233. package/dist/collection/components/item-group/item-group.js +1 -1
  234. package/dist/collection/components/item-option/item-option.js +2 -2
  235. package/dist/collection/components/item-options/item-options.js +1 -1
  236. package/dist/collection/components/item-sliding/item-sliding.js +1 -1
  237. package/dist/collection/components/label/label.js +1 -1
  238. package/dist/collection/components/label/test/basic/label.e2e.js +2 -2
  239. package/dist/collection/components/list/list.js +1 -1
  240. package/dist/collection/components/list-header/list-header.js +2 -2
  241. package/dist/collection/components/loading/loading.js +8 -4
  242. package/dist/collection/components/menu/menu.js +8 -8
  243. package/dist/collection/components/menu-button/menu-button.js +2 -2
  244. package/dist/collection/components/menu-toggle/menu-toggle.js +2 -2
  245. package/dist/collection/components/modal/modal.js +11 -10
  246. package/dist/collection/components/modal/test/animations/modal.e2e.js +36 -0
  247. package/dist/collection/components/modal/test/sheet/modal.e2e.js +1 -1
  248. package/dist/collection/components/modal/test/standalone/modal.e2e.js +1 -1
  249. package/dist/collection/components/nav/nav.js +1 -1
  250. package/dist/collection/components/nav-link/nav-link.js +1 -1
  251. package/dist/collection/components/note/note.js +2 -2
  252. package/dist/collection/components/note/test/a11y/note.e2e.js +6 -6
  253. package/dist/collection/components/picker/picker.js +8 -4
  254. package/dist/collection/components/picker-column/picker-column.js +2 -2
  255. package/dist/collection/components/picker-column-internal/picker-column-internal.js +3 -3
  256. package/dist/collection/components/picker-internal/picker-internal.js +17 -1
  257. package/dist/collection/components/picker-internal/test/keyboard-entry/picker-internal.e2e.js +32 -0
  258. package/dist/collection/components/popover/popover.ios.css +8 -1
  259. package/dist/collection/components/popover/popover.js +8 -4
  260. package/dist/collection/components/popover/popover.md.css +1 -1
  261. package/dist/collection/components/progress-bar/progress-bar.js +1 -1
  262. package/dist/collection/components/radio-group/radio-group.js +1 -1
  263. package/dist/collection/components/radio-group/test/radio-group-events.e2e.js +15 -15
  264. package/dist/collection/components/range/test/label/range.e2e.js +2 -2
  265. package/dist/collection/components/range/test/range-events.e2e.js +2 -2
  266. package/dist/collection/components/refresher/refresher.js +1 -1
  267. package/dist/collection/components/refresher/test/test.utils.js +1 -1
  268. package/dist/collection/components/refresher-content/refresher-content.js +1 -1
  269. package/dist/collection/components/reorder/reorder.js +1 -1
  270. package/dist/collection/components/reorder-group/reorder-group.js +1 -1
  271. package/dist/collection/components/ripple-effect/ripple-effect.js +1 -1
  272. package/dist/collection/components/ripple-effect/test/basic/ripple-effect.e2e.js +2 -2
  273. package/dist/collection/components/router-link/router-link.js +2 -2
  274. package/dist/collection/components/router-outlet/router-outlet.js +1 -1
  275. package/dist/collection/components/row/row.js +1 -1
  276. package/dist/collection/components/searchbar/searchbar.js +4 -4
  277. package/dist/collection/components/segment/segment.js +9 -2
  278. package/dist/collection/components/segment-button/segment-button.js +3 -3
  279. package/dist/collection/components/select/select.js +20 -1
  280. package/dist/collection/components/select/test/disabled/select.e2e.js +1 -1
  281. package/dist/collection/components/select/test/select.spec.js +15 -0
  282. package/dist/collection/components/select-option/select-option.js +1 -1
  283. package/dist/collection/components/select-popover/select-popover.ios.css +10 -0
  284. package/dist/collection/components/select-popover/select-popover.js +1 -1
  285. package/dist/collection/components/select-popover/select-popover.md.css +10 -0
  286. package/dist/collection/components/skeleton-text/skeleton-text.js +2 -2
  287. package/dist/collection/components/spinner/spinner.js +1 -1
  288. package/dist/collection/components/split-pane/split-pane.js +11 -12
  289. package/dist/collection/components/tab/tab.js +2 -2
  290. package/dist/collection/components/tab-bar/tab-bar.js +2 -2
  291. package/dist/collection/components/tab-button/tab-button.js +2 -2
  292. package/dist/collection/components/tabs/tabs.js +1 -1
  293. package/dist/collection/components/text/text.js +2 -2
  294. package/dist/collection/components/textarea/test/textarea-events.e2e.js +4 -4
  295. package/dist/collection/components/thumbnail/thumbnail.js +1 -1
  296. package/dist/collection/components/title/title.js +2 -2
  297. package/dist/collection/components/toast/test/toast.spec.js +12 -0
  298. package/dist/collection/components/toast/toast.js +8 -4
  299. package/dist/collection/components/toolbar/toolbar.js +2 -2
  300. package/dist/collection/utils/hardware-back-button.js +45 -2
  301. package/dist/collection/utils/helpers.js +1 -1
  302. package/dist/collection/utils/overlays.js +82 -17
  303. package/dist/collection/utils/test/hardware-back-button.spec.js +38 -0
  304. package/dist/collection/utils/test/overlays/overlays.e2e.js +33 -0
  305. package/dist/collection/utils/test/overlays/overlays.spec.js +51 -0
  306. package/dist/docs.json +26 -31
  307. package/dist/esm/{animation-dde8cc0d.js → animation-60dbdd13.js} +1 -1
  308. package/dist/esm/{app-globals-52c78291.js → app-globals-5cf6195b.js} +1 -1
  309. package/dist/esm/{button-active-b62776db.js → button-active-47ac8092.js} +1 -1
  310. package/dist/esm/{data-775093f5.js → data-0f3ab200.js} +1 -1
  311. package/dist/esm/{form-controller-548aa79c.js → form-controller-014aa89f.js} +1 -1
  312. package/dist/esm/{framework-delegate-bc1fd82a.js → framework-delegate-fed7fe7c.js} +1 -1
  313. package/dist/esm/{hardware-back-button-b2bc76db.js → hardware-back-button-b410a047.js} +48 -3
  314. package/dist/esm/{helpers-ae653409.js → helpers-c0b9ca37.js} +1 -1
  315. package/dist/esm/{index-a97c95a7.js → index-0b4beb69.js} +4 -4
  316. package/dist/esm/{index-01cb9192.js → index-47b2066d.js} +4 -4
  317. package/dist/esm/{index-27668d5b.js → index-4c30cddd.js} +56 -23
  318. package/dist/esm/{index-82eeb47f.js → index-d64f34ea.js} +1 -1
  319. package/dist/esm/{index-b9e742e5.js → index-eb12ef92.js} +1 -1
  320. package/dist/esm/index.js +11 -11
  321. package/dist/esm/{input-shims-6539ce13.js → input-shims-b90ca55f.js} +2 -2
  322. package/dist/esm/{input.utils-a5a2d164.js → input.utils-6e9b0046.js} +1 -1
  323. package/dist/esm/ion-accordion_2.entry.js +18 -12
  324. package/dist/esm/ion-action-sheet.entry.js +20 -14
  325. package/dist/esm/ion-alert.entry.js +19 -13
  326. package/dist/esm/ion-app_8.entry.js +62 -40
  327. package/dist/esm/ion-avatar_3.entry.js +16 -11
  328. package/dist/esm/ion-back-button.entry.js +9 -7
  329. package/dist/esm/ion-backdrop.entry.js +7 -5
  330. package/dist/esm/ion-breadcrumb_2.entry.js +15 -11
  331. package/dist/esm/ion-button_2.entry.js +11 -8
  332. package/dist/esm/ion-card_5.entry.js +31 -21
  333. package/dist/esm/ion-checkbox.entry.js +8 -6
  334. package/dist/esm/ion-chip.entry.js +8 -6
  335. package/dist/esm/ion-col_3.entry.js +13 -10
  336. package/dist/esm/ion-datetime-button.entry.js +9 -7
  337. package/dist/esm/ion-datetime_3.entry.js +63 -34
  338. package/dist/esm/ion-fab_3.entry.js +17 -13
  339. package/dist/esm/ion-img.entry.js +6 -5
  340. package/dist/esm/ion-infinite-scroll_2.entry.js +13 -10
  341. package/dist/esm/ion-input.entry.js +10 -8
  342. package/dist/esm/ion-item-option_3.entry.js +18 -13
  343. package/dist/esm/ion-item_8.entry.js +53 -33
  344. package/dist/esm/ion-loading.entry.js +17 -11
  345. package/dist/esm/ion-menu_3.entry.js +29 -19
  346. package/dist/esm/ion-modal.entry.js +21 -18
  347. package/dist/esm/ion-nav_2.entry.js +10 -9
  348. package/dist/esm/ion-picker-column-internal.entry.js +10 -8
  349. package/dist/esm/ion-picker-internal.entry.js +23 -5
  350. package/dist/esm/ion-popover.entry.js +20 -14
  351. package/dist/esm/ion-progress-bar.entry.js +8 -6
  352. package/dist/esm/ion-radio_2.entry.js +9 -7
  353. package/dist/esm/ion-range.entry.js +9 -7
  354. package/dist/esm/ion-refresher_2.entry.js +11 -9
  355. package/dist/esm/ion-reorder_2.entry.js +12 -9
  356. package/dist/esm/ion-ripple-effect.entry.js +5 -4
  357. package/dist/esm/ion-route_4.entry.js +7 -6
  358. package/dist/esm/ion-searchbar.entry.js +11 -9
  359. package/dist/esm/ion-segment_2.entry.js +23 -12
  360. package/dist/esm/ion-select_3.entry.js +42 -18
  361. package/dist/esm/ion-spinner.entry.js +5 -4
  362. package/dist/esm/ion-split-pane.entry.js +17 -16
  363. package/dist/esm/ion-tab-bar_2.entry.js +15 -11
  364. package/dist/esm/ion-tab_2.entry.js +10 -8
  365. package/dist/esm/ion-text.entry.js +6 -5
  366. package/dist/esm/ion-textarea.entry.js +10 -8
  367. package/dist/esm/ion-toast.entry.js +17 -11
  368. package/dist/esm/ion-toggle.entry.js +8 -6
  369. package/dist/esm/{ionic-global-8fa0f940.js → ionic-global-ad9a1810.js} +1 -1
  370. package/dist/esm/ionic.js +8 -8
  371. package/dist/esm/{ios.transition-62fd50ab.js → ios.transition-b76c7020.js} +4 -4
  372. package/dist/esm/loader.js +7 -7
  373. package/dist/esm/{md.transition-7e56966a.js → md.transition-564937a7.js} +4 -4
  374. package/dist/esm/{notch-controller-fea7f9c5.js → notch-controller-15d281a4.js} +1 -1
  375. package/dist/esm/{overlays-8414359b.js → overlays-04a9a43f.js} +86 -22
  376. package/dist/esm/{status-tap-129c01cf.js → status-tap-5a95077d.js} +3 -3
  377. package/dist/esm/{swipe-back-18cb49f7.js → swipe-back-fa0ec5cd.js} +1 -1
  378. package/dist/esm-es5/{animation-dde8cc0d.js → animation-60dbdd13.js} +1 -1
  379. package/dist/esm-es5/app-globals-5cf6195b.js +4 -0
  380. package/dist/esm-es5/{button-active-b62776db.js → button-active-47ac8092.js} +1 -1
  381. package/dist/esm-es5/{data-775093f5.js → data-0f3ab200.js} +1 -1
  382. package/dist/esm-es5/{form-controller-548aa79c.js → form-controller-014aa89f.js} +1 -1
  383. package/dist/esm-es5/{framework-delegate-bc1fd82a.js → framework-delegate-fed7fe7c.js} +1 -1
  384. package/dist/esm-es5/hardware-back-button-b410a047.js +4 -0
  385. package/dist/esm-es5/helpers-c0b9ca37.js +4 -0
  386. package/dist/esm-es5/{index-a97c95a7.js → index-0b4beb69.js} +1 -1
  387. package/dist/esm-es5/{index-01cb9192.js → index-47b2066d.js} +1 -1
  388. package/dist/esm-es5/index-4c30cddd.js +5 -0
  389. package/dist/esm-es5/index-d64f34ea.js +4 -0
  390. package/dist/esm-es5/{index-b9e742e5.js → index-eb12ef92.js} +1 -1
  391. package/dist/esm-es5/index.js +1 -1
  392. package/dist/esm-es5/{input-shims-6539ce13.js → input-shims-b90ca55f.js} +1 -1
  393. package/dist/esm-es5/{input.utils-a5a2d164.js → input.utils-6e9b0046.js} +1 -1
  394. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  395. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  396. package/dist/esm-es5/ion-alert.entry.js +1 -1
  397. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  398. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  399. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  400. package/dist/esm-es5/ion-backdrop.entry.js +1 -1
  401. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  402. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  403. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  404. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  405. package/dist/esm-es5/ion-chip.entry.js +1 -1
  406. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  407. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  408. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  409. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  410. package/dist/esm-es5/ion-img.entry.js +1 -1
  411. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  412. package/dist/esm-es5/ion-input.entry.js +1 -1
  413. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  414. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  415. package/dist/esm-es5/ion-loading.entry.js +1 -1
  416. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  417. package/dist/esm-es5/ion-modal.entry.js +1 -1
  418. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  419. package/dist/esm-es5/ion-picker-column-internal.entry.js +1 -1
  420. package/dist/esm-es5/ion-picker-internal.entry.js +1 -1
  421. package/dist/esm-es5/ion-popover.entry.js +1 -1
  422. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  423. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  424. package/dist/esm-es5/ion-range.entry.js +1 -1
  425. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  426. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  427. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  428. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  429. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  430. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  431. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  432. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  433. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  434. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  435. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  436. package/dist/esm-es5/ion-text.entry.js +1 -1
  437. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  438. package/dist/esm-es5/ion-toast.entry.js +1 -1
  439. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  440. package/dist/esm-es5/{ionic-global-8fa0f940.js → ionic-global-ad9a1810.js} +1 -1
  441. package/dist/esm-es5/ionic.js +2 -2
  442. package/dist/esm-es5/{ios.transition-62fd50ab.js → ios.transition-b76c7020.js} +1 -1
  443. package/dist/esm-es5/loader.js +2 -2
  444. package/dist/esm-es5/md.transition-564937a7.js +4 -0
  445. package/dist/esm-es5/{notch-controller-fea7f9c5.js → notch-controller-15d281a4.js} +1 -1
  446. package/dist/esm-es5/overlays-04a9a43f.js +4 -0
  447. package/dist/esm-es5/{status-tap-129c01cf.js → status-tap-5a95077d.js} +1 -1
  448. package/dist/esm-es5/{swipe-back-18cb49f7.js → swipe-back-fa0ec5cd.js} +1 -1
  449. package/dist/ionic/index.esm.js +1 -1
  450. package/dist/ionic/ionic.esm.js +1 -1
  451. package/dist/ionic/ionic.js +1 -1
  452. package/dist/ionic/p-027f3674.entry.js +4 -0
  453. package/dist/ionic/p-0457213c.entry.js +4 -0
  454. package/dist/ionic/p-05d560ec.entry.js +4 -0
  455. package/dist/ionic/p-0b34d3a7.system.js +4 -0
  456. package/dist/ionic/p-0e23c289.system.entry.js +4 -0
  457. package/dist/ionic/p-1131946f.system.entry.js +4 -0
  458. package/dist/ionic/{p-25221a73.js → p-123b4809.js} +1 -1
  459. package/dist/ionic/{p-d2707f9d.system.js → p-1636923f.system.js} +1 -1
  460. package/dist/ionic/p-16a61810.entry.js +4 -0
  461. package/dist/ionic/p-18beebdf.system.entry.js +4 -0
  462. package/dist/ionic/p-1924f2e0.system.entry.js +4 -0
  463. package/dist/ionic/{p-53ec4f1c.system.js → p-1dfc11b3.system.js} +1 -1
  464. package/dist/ionic/p-1f16d040.entry.js +4 -0
  465. package/dist/ionic/p-1f19958f.system.entry.js +4 -0
  466. package/dist/ionic/p-21ca1f1c.js +4 -0
  467. package/dist/ionic/p-2327064c.entry.js +4 -0
  468. package/dist/ionic/{p-7bae84aa.entry.js → p-23c73017.entry.js} +1 -1
  469. package/dist/ionic/p-275705e5.entry.js +4 -0
  470. package/dist/ionic/{p-32b8e50d.system.js → p-2e14c533.system.js} +1 -1
  471. package/dist/ionic/p-2e1f014a.system.entry.js +4 -0
  472. package/dist/ionic/p-3079950e.entry.js +4 -0
  473. package/dist/ionic/{p-03e00f90.js → p-30cd5e7b.js} +1 -1
  474. package/dist/ionic/p-30d77a91.system.js +4 -0
  475. package/dist/ionic/{p-376a6063.js → p-31c495c2.js} +1 -1
  476. package/dist/ionic/p-337ac0f5.entry.js +4 -0
  477. package/dist/ionic/p-3471a7c0.system.entry.js +4 -0
  478. package/dist/ionic/p-3481d54e.system.entry.js +4 -0
  479. package/dist/ionic/{p-cabad15b.system.js → p-37c33319.system.js} +1 -1
  480. package/dist/ionic/p-396083cc.entry.js +4 -0
  481. package/dist/ionic/{p-e814f9c0.entry.js → p-3a7de59c.entry.js} +1 -1
  482. package/dist/ionic/{p-d51674c5.system.js → p-3c6f02cf.system.js} +1 -1
  483. package/dist/ionic/p-3d961d93.entry.js +4 -0
  484. package/dist/ionic/p-3e9ad72a.system.entry.js +4 -0
  485. package/dist/ionic/p-42a9f663.system.entry.js +4 -0
  486. package/dist/ionic/p-43a5edee.entry.js +4 -0
  487. package/dist/ionic/{p-8aa1d0b7.system.js → p-49543c9c.system.js} +1 -1
  488. package/dist/ionic/p-49aba878.js +4 -0
  489. package/dist/ionic/{p-88d5fbd3.js → p-4f777b5e.js} +1 -1
  490. package/dist/ionic/p-4fda5c35.entry.js +4 -0
  491. package/dist/ionic/{p-249633a4.entry.js → p-502780e4.entry.js} +1 -1
  492. package/dist/ionic/{p-436bd99a.entry.js → p-508a4c87.entry.js} +1 -1
  493. package/dist/ionic/p-5928fac9.system.entry.js +4 -0
  494. package/dist/ionic/{p-d5216086.entry.js → p-5b40d967.entry.js} +1 -1
  495. package/dist/ionic/p-5c2ae448.js +4 -0
  496. package/dist/ionic/p-5c580e89.entry.js +4 -0
  497. package/dist/ionic/p-5c6a04bd.entry.js +4 -0
  498. package/dist/ionic/p-5cb5f63d.system.entry.js +4 -0
  499. package/dist/ionic/{p-fd41bd8a.js → p-5d7e32ce.js} +1 -1
  500. package/dist/ionic/p-5e23bea8.system.entry.js +4 -0
  501. package/dist/ionic/{p-ed60d571.entry.js → p-5f169eba.entry.js} +1 -1
  502. package/dist/ionic/{p-13387c28.entry.js → p-601e17b4.entry.js} +1 -1
  503. package/dist/ionic/p-61ba2137.system.js +4 -0
  504. package/dist/ionic/p-64761c90.entry.js +4 -0
  505. package/dist/ionic/{p-c1c57873.system.entry.js → p-64856c3c.system.entry.js} +1 -1
  506. package/dist/ionic/p-6486e393.system.entry.js +4 -0
  507. package/dist/ionic/p-64db1331.entry.js +4 -0
  508. package/dist/ionic/{p-ef3a6b51.system.js → p-6525a8cd.system.js} +1 -1
  509. package/dist/ionic/p-657ccdd6.entry.js +4 -0
  510. package/dist/ionic/p-667e3e2d.entry.js +4 -0
  511. package/dist/ionic/p-6871553b.system.js +4 -0
  512. package/dist/ionic/p-68ba8e77.system.entry.js +4 -0
  513. package/dist/ionic/p-70e34286.system.entry.js +4 -0
  514. package/dist/ionic/p-7173ba59.system.entry.js +4 -0
  515. package/dist/ionic/p-717e2526.system.entry.js +4 -0
  516. package/dist/ionic/p-72fa96bf.system.js +5 -0
  517. package/dist/ionic/{p-87bb3735.system.js → p-7330c044.system.js} +1 -1
  518. package/dist/ionic/{p-ae638cb5.system.js → p-74deb358.system.js} +1 -1
  519. package/dist/ionic/p-7b1ed642.system.entry.js +4 -0
  520. package/dist/ionic/{p-b6f6f00e.entry.js → p-7ce40e7b.entry.js} +1 -1
  521. package/dist/ionic/p-86813176.system.entry.js +4 -0
  522. package/dist/ionic/p-8794fa00.system.entry.js +4 -0
  523. package/dist/ionic/p-88e9052d.entry.js +4 -0
  524. package/dist/ionic/{p-3c33dc30.system.js → p-89ca4c4b.system.js} +1 -1
  525. package/dist/ionic/p-8e651c29.entry.js +4 -0
  526. package/dist/ionic/p-9056778e.system.entry.js +4 -0
  527. package/dist/ionic/p-91cb3f9a.entry.js +4 -0
  528. package/dist/ionic/{p-29d03b3a.js → p-9393a49f.js} +1 -1
  529. package/dist/ionic/{p-3a75d7fd.js → p-94be3ad7.js} +1 -1
  530. package/dist/ionic/p-95d5a097.entry.js +4 -0
  531. package/dist/ionic/p-9cd7ba27.system.js +4 -0
  532. package/dist/ionic/p-9ec7208d.system.js +4 -0
  533. package/dist/ionic/p-a022b684.system.entry.js +4 -0
  534. package/dist/ionic/p-a0b28c69.system.entry.js +4 -0
  535. package/dist/ionic/p-a3df16b9.system.entry.js +4 -0
  536. package/dist/ionic/{p-4180a747.js → p-a3f572a7.js} +1 -1
  537. package/dist/ionic/{p-4a4bbcc5.system.js → p-a5951821.system.js} +2 -2
  538. package/dist/ionic/p-a6e465f5.entry.js +4 -0
  539. package/dist/ionic/{p-bb41c476.system.entry.js → p-a85d9047.system.entry.js} +1 -1
  540. package/dist/ionic/p-a8a56449.entry.js +4 -0
  541. package/dist/ionic/p-aaaa615c.system.entry.js +4 -0
  542. package/dist/ionic/p-abcedc15.system.entry.js +4 -0
  543. package/dist/ionic/{p-0bd51c34.system.js → p-abe101da.system.js} +1 -1
  544. package/dist/ionic/p-ae35294f.system.entry.js +4 -0
  545. package/dist/ionic/p-afd6d696.system.entry.js +4 -0
  546. package/dist/ionic/p-b06ac4a5.system.js +4 -0
  547. package/dist/ionic/p-b0ff8075.entry.js +4 -0
  548. package/dist/ionic/{p-66d633fb.js → p-b253ad7f.js} +1 -1
  549. package/dist/ionic/p-b2595011.system.entry.js +4 -0
  550. package/dist/ionic/p-b5839dc2.js +4 -0
  551. package/dist/ionic/p-b6279412.entry.js +4 -0
  552. package/dist/ionic/p-b8c685a7.system.js +4 -0
  553. package/dist/ionic/p-ba97a133.system.entry.js +4 -0
  554. package/dist/ionic/p-bd4787eb.entry.js +4 -0
  555. package/dist/ionic/p-bdca4784.js +4 -0
  556. package/dist/ionic/p-bf05cbc7.entry.js +4 -0
  557. package/dist/ionic/p-c11bab7e.entry.js +4 -0
  558. package/dist/ionic/p-c1797ec5.system.entry.js +4 -0
  559. package/dist/ionic/{p-36d187af.js → p-c2289cd1.js} +1 -1
  560. package/dist/ionic/p-c308f773.entry.js +4 -0
  561. package/dist/ionic/p-c39cc96d.system.entry.js +4 -0
  562. package/dist/ionic/p-c747f89b.system.entry.js +4 -0
  563. package/dist/ionic/{p-7798c78a.system.js → p-c80c7e90.system.js} +1 -1
  564. package/dist/ionic/{p-013013a3.js → p-c858f685.js} +1 -1
  565. package/dist/ionic/p-c995da88.system.js +4 -0
  566. package/dist/ionic/p-cb9e71e0.entry.js +4 -0
  567. package/dist/ionic/p-cd9a7017.system.entry.js +4 -0
  568. package/dist/ionic/p-cde3ac34.system.entry.js +4 -0
  569. package/dist/ionic/p-ceceac26.js +4 -0
  570. package/dist/ionic/{p-803ad1e3.entry.js → p-d39ab63d.entry.js} +1 -1
  571. package/dist/ionic/{p-43afd001.system.js → p-d4cadd34.system.js} +1 -1
  572. package/dist/ionic/p-db30f71b.entry.js +4 -0
  573. package/dist/ionic/p-dbcba5a2.js +4 -0
  574. package/dist/ionic/{p-1052ef2b.entry.js → p-dcb5711d.entry.js} +1 -1
  575. package/dist/ionic/{p-23ce95e8.js → p-de55ec45.js} +1 -1
  576. package/dist/ionic/p-df504a37.system.js +4 -0
  577. package/dist/ionic/p-e04b9647.system.entry.js +4 -0
  578. package/dist/ionic/{p-38f2c6bb.system.js → p-e2bb92ed.system.js} +1 -1
  579. package/dist/ionic/p-e81bf09e.system.entry.js +4 -0
  580. package/dist/ionic/p-e9f9388e.system.js +4 -0
  581. package/dist/ionic/p-ea25b4c8.system.entry.js +4 -0
  582. package/dist/ionic/p-eb07b88f.entry.js +4 -0
  583. package/dist/ionic/p-ed7a529f.js +5 -0
  584. package/dist/ionic/p-edcada2b.system.entry.js +4 -0
  585. package/dist/ionic/p-f0194418.system.entry.js +4 -0
  586. package/dist/ionic/p-f460c7ae.entry.js +4 -0
  587. package/dist/ionic/p-f53d074d.system.entry.js +4 -0
  588. package/dist/ionic/{p-18cae04f.js → p-f7dce541.js} +1 -1
  589. package/dist/ionic/p-f840d817.entry.js +4 -0
  590. package/dist/ionic/p-f8c96502.system.entry.js +4 -0
  591. package/dist/ionic/p-fb9f8495.system.entry.js +4 -0
  592. package/dist/ionic/p-fd2aa50c.js +4 -0
  593. package/dist/ionic/p-fd8ced99.system.js +4 -0
  594. package/dist/types/components/action-sheet/action-sheet-interface.d.ts +2 -2
  595. package/dist/types/components/action-sheet/action-sheet.d.ts +4 -0
  596. package/dist/types/components/alert/alert-interface.d.ts +2 -2
  597. package/dist/types/components/alert/alert.d.ts +4 -0
  598. package/dist/types/components/item/item.d.ts +1 -0
  599. package/dist/types/components/loading/loading.d.ts +4 -0
  600. package/dist/types/components/modal/modal.d.ts +4 -0
  601. package/dist/types/components/picker/picker.d.ts +4 -0
  602. package/dist/types/components/popover/popover.d.ts +4 -0
  603. package/dist/types/components/toast/toast-interface.d.ts +2 -2
  604. package/dist/types/components/toast/toast.d.ts +4 -0
  605. package/dist/types/components.d.ts +7 -7
  606. package/dist/types/interface.d.ts +1 -1
  607. package/dist/types/utils/browser/index.d.ts +22 -1
  608. package/dist/types/utils/config.d.ts +7 -0
  609. package/dist/types/utils/hardware-back-button.d.ts +13 -0
  610. package/hydrate/index.d.ts +1 -1
  611. package/hydrate/index.js +794 -373
  612. package/package.json +9 -9
  613. package/dist/collection/components/accordion/test/accordion.e2e.js +0 -39
  614. package/dist/esm-es5/app-globals-52c78291.js +0 -4
  615. package/dist/esm-es5/hardware-back-button-b2bc76db.js +0 -4
  616. package/dist/esm-es5/helpers-ae653409.js +0 -4
  617. package/dist/esm-es5/index-27668d5b.js +0 -5
  618. package/dist/esm-es5/index-82eeb47f.js +0 -4
  619. package/dist/esm-es5/md.transition-7e56966a.js +0 -4
  620. package/dist/esm-es5/overlays-8414359b.js +0 -4
  621. package/dist/ionic/p-005e0ad0.js +0 -4
  622. package/dist/ionic/p-01438d78.entry.js +0 -4
  623. package/dist/ionic/p-02e530f5.system.js +0 -4
  624. package/dist/ionic/p-0abedd22.entry.js +0 -4
  625. package/dist/ionic/p-0d2b6901.entry.js +0 -4
  626. package/dist/ionic/p-127ff448.entry.js +0 -4
  627. package/dist/ionic/p-1a0bf247.system.entry.js +0 -4
  628. package/dist/ionic/p-1a5f0313.system.js +0 -4
  629. package/dist/ionic/p-1cca10d6.system.js +0 -4
  630. package/dist/ionic/p-1f7fc88d.entry.js +0 -4
  631. package/dist/ionic/p-1ffb40d0.system.entry.js +0 -4
  632. package/dist/ionic/p-23a9d086.js +0 -4
  633. package/dist/ionic/p-25553eba.system.entry.js +0 -4
  634. package/dist/ionic/p-2a496995.js +0 -4
  635. package/dist/ionic/p-3197dbf7.entry.js +0 -4
  636. package/dist/ionic/p-32ad210f.system.js +0 -4
  637. package/dist/ionic/p-35e1a80f.system.entry.js +0 -4
  638. package/dist/ionic/p-38c337e7.system.js +0 -4
  639. package/dist/ionic/p-3b83e483.system.entry.js +0 -4
  640. package/dist/ionic/p-3bcbbf43.system.entry.js +0 -4
  641. package/dist/ionic/p-3f0afc6f.entry.js +0 -4
  642. package/dist/ionic/p-40f68333.system.js +0 -4
  643. package/dist/ionic/p-41040a92.system.entry.js +0 -4
  644. package/dist/ionic/p-41aa2662.entry.js +0 -4
  645. package/dist/ionic/p-48f7e8cc.system.entry.js +0 -4
  646. package/dist/ionic/p-4b3623da.js +0 -4
  647. package/dist/ionic/p-4cd6a04c.system.entry.js +0 -4
  648. package/dist/ionic/p-525b6ac4.system.entry.js +0 -4
  649. package/dist/ionic/p-54c92c77.entry.js +0 -4
  650. package/dist/ionic/p-5a85d71d.entry.js +0 -4
  651. package/dist/ionic/p-5aecd304.system.entry.js +0 -4
  652. package/dist/ionic/p-5c2da581.system.entry.js +0 -4
  653. package/dist/ionic/p-619fafe3.system.entry.js +0 -4
  654. package/dist/ionic/p-61bf9f6f.system.entry.js +0 -4
  655. package/dist/ionic/p-677cb2f7.js +0 -4
  656. package/dist/ionic/p-67c3a2a8.system.js +0 -5
  657. package/dist/ionic/p-688a36c7.entry.js +0 -4
  658. package/dist/ionic/p-6a257379.entry.js +0 -4
  659. package/dist/ionic/p-6b9eee40.system.entry.js +0 -4
  660. package/dist/ionic/p-6ba863b1.system.entry.js +0 -4
  661. package/dist/ionic/p-6e165986.system.entry.js +0 -4
  662. package/dist/ionic/p-7510e462.entry.js +0 -4
  663. package/dist/ionic/p-76b6b42e.system.entry.js +0 -4
  664. package/dist/ionic/p-770f5b43.system.js +0 -4
  665. package/dist/ionic/p-7751def0.system.entry.js +0 -4
  666. package/dist/ionic/p-788942c8.system.entry.js +0 -4
  667. package/dist/ionic/p-790220fd.system.js +0 -4
  668. package/dist/ionic/p-7de774dd.entry.js +0 -4
  669. package/dist/ionic/p-8084e9cb.entry.js +0 -4
  670. package/dist/ionic/p-80ddd0c1.entry.js +0 -4
  671. package/dist/ionic/p-85e04029.entry.js +0 -4
  672. package/dist/ionic/p-87e10168.system.entry.js +0 -4
  673. package/dist/ionic/p-888db766.system.js +0 -4
  674. package/dist/ionic/p-88d99112.system.entry.js +0 -4
  675. package/dist/ionic/p-89c28901.system.entry.js +0 -4
  676. package/dist/ionic/p-928e945d.system.entry.js +0 -4
  677. package/dist/ionic/p-978c6799.system.entry.js +0 -4
  678. package/dist/ionic/p-9a0b9b64.entry.js +0 -4
  679. package/dist/ionic/p-a2d75455.entry.js +0 -4
  680. package/dist/ionic/p-a706cf11.system.entry.js +0 -4
  681. package/dist/ionic/p-a78d17e2.entry.js +0 -4
  682. package/dist/ionic/p-aca77953.entry.js +0 -4
  683. package/dist/ionic/p-b09c8228.entry.js +0 -4
  684. package/dist/ionic/p-b2205a7c.system.entry.js +0 -4
  685. package/dist/ionic/p-b43cf55f.entry.js +0 -4
  686. package/dist/ionic/p-bc59962f.system.entry.js +0 -4
  687. package/dist/ionic/p-be04fcd8.system.entry.js +0 -4
  688. package/dist/ionic/p-bf595ef8.system.entry.js +0 -4
  689. package/dist/ionic/p-bf80f9d1.entry.js +0 -4
  690. package/dist/ionic/p-c0f62b42.system.js +0 -4
  691. package/dist/ionic/p-c16d9f2c.system.entry.js +0 -4
  692. package/dist/ionic/p-c48a9ef3.system.entry.js +0 -4
  693. package/dist/ionic/p-c9219299.entry.js +0 -4
  694. package/dist/ionic/p-cae77add.system.entry.js +0 -4
  695. package/dist/ionic/p-cd6bb7f5.system.entry.js +0 -4
  696. package/dist/ionic/p-cdce5ba3.system.entry.js +0 -4
  697. package/dist/ionic/p-d6129c6e.js +0 -5
  698. package/dist/ionic/p-d6beb1c9.system.entry.js +0 -4
  699. package/dist/ionic/p-db798370.system.entry.js +0 -4
  700. package/dist/ionic/p-dc1d883c.system.entry.js +0 -4
  701. package/dist/ionic/p-dd9dff11.entry.js +0 -4
  702. package/dist/ionic/p-ddbb2d5b.system.js +0 -4
  703. package/dist/ionic/p-de6f8b28.system.js +0 -4
  704. package/dist/ionic/p-df62accd.entry.js +0 -4
  705. package/dist/ionic/p-e1e05489.system.entry.js +0 -4
  706. package/dist/ionic/p-e3ff3cde.system.entry.js +0 -4
  707. package/dist/ionic/p-e8294cc1.entry.js +0 -4
  708. package/dist/ionic/p-e87564bc.entry.js +0 -4
  709. package/dist/ionic/p-ea7f77e7.entry.js +0 -4
  710. package/dist/ionic/p-eb210b21.system.entry.js +0 -4
  711. package/dist/ionic/p-eb80ca40.entry.js +0 -4
  712. package/dist/ionic/p-eba17ff5.system.entry.js +0 -4
  713. package/dist/ionic/p-eef72e06.js +0 -4
  714. package/dist/ionic/p-efcc4b66.entry.js +0 -4
  715. package/dist/ionic/p-f08d8865.js +0 -4
  716. package/dist/ionic/p-f3478ed6.system.entry.js +0 -4
  717. package/dist/ionic/p-f4bf2448.entry.js +0 -4
  718. package/dist/ionic/p-f4e37ba7.entry.js +0 -4
  719. package/dist/ionic/p-f56d53bd.entry.js +0 -4
  720. package/dist/ionic/p-f8564a9b.system.entry.js +0 -4
  721. package/dist/ionic/p-f865bc9a.entry.js +0 -4
  722. package/dist/ionic/p-fd1a0431.js +0 -4
package/dist/docs.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "timestamp": "2024-01-18T18:29:03",
2
+ "timestamp": "2024-02-15T03:07:15",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
- "version": "4.10.0",
5
+ "version": "4.12.2",
6
6
  "typescriptVersion": "5.3.3"
7
7
  },
8
8
  "components": [
@@ -806,7 +806,7 @@
806
806
  {
807
807
  "name": "role",
808
808
  "type": "string | undefined",
809
- "docs": "The role of the element that is dismissing the action sheet.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the action sheet.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
809
+ "docs": "The role of the element that is dismissing the action sheet.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the action sheet.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
810
810
  }
811
811
  ],
812
812
  "references": {
@@ -827,7 +827,7 @@
827
827
  {
828
828
  "name": "role",
829
829
  "type": "string | undefined",
830
- "docs": "The role of the element that is dismissing the action sheet.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the action sheet.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
830
+ "docs": "The role of the element that is dismissing the action sheet.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the action sheet.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
831
831
  }
832
832
  ],
833
833
  "docs": "Dismiss the action sheet overlay after it has been presented.",
@@ -838,7 +838,7 @@
838
838
  },
839
839
  {
840
840
  "name": "param",
841
- "text": "role The role of the element that is dismissing the action sheet.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the action sheet.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
841
+ "text": "role The role of the element that is dismissing the action sheet.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the action sheet.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
842
842
  }
843
843
  ]
844
844
  },
@@ -1637,7 +1637,7 @@
1637
1637
  {
1638
1638
  "name": "role",
1639
1639
  "type": "string | undefined",
1640
- "docs": "The role of the element that is dismissing the alert.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the alert.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
1640
+ "docs": "The role of the element that is dismissing the alert.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the alert.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
1641
1641
  }
1642
1642
  ],
1643
1643
  "references": {
@@ -1658,7 +1658,7 @@
1658
1658
  {
1659
1659
  "name": "role",
1660
1660
  "type": "string | undefined",
1661
- "docs": "The role of the element that is dismissing the alert.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the alert.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
1661
+ "docs": "The role of the element that is dismissing the alert.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the alert.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
1662
1662
  }
1663
1663
  ],
1664
1664
  "docs": "Dismiss the alert overlay after it has been presented.",
@@ -1669,7 +1669,7 @@
1669
1669
  },
1670
1670
  {
1671
1671
  "name": "param",
1672
- "text": "role The role of the element that is dismissing the alert.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the alert.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
1672
+ "text": "role The role of the element that is dismissing the alert.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the alert.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
1673
1673
  }
1674
1674
  ]
1675
1675
  },
@@ -13797,7 +13797,7 @@
13797
13797
  {
13798
13798
  "name": "role",
13799
13799
  "type": "string | undefined",
13800
- "docs": "The role of the element that is dismissing the loading.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the loading.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
13800
+ "docs": "The role of the element that is dismissing the loading.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the loading.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
13801
13801
  }
13802
13802
  ],
13803
13803
  "references": {
@@ -13818,7 +13818,7 @@
13818
13818
  {
13819
13819
  "name": "role",
13820
13820
  "type": "string | undefined",
13821
- "docs": "The role of the element that is dismissing the loading.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the loading.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
13821
+ "docs": "The role of the element that is dismissing the loading.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the loading.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
13822
13822
  }
13823
13823
  ],
13824
13824
  "docs": "Dismiss the loading overlay after it has been presented.",
@@ -13829,7 +13829,7 @@
13829
13829
  },
13830
13830
  {
13831
13831
  "name": "param",
13832
- "text": "role The role of the element that is dismissing the loading.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the loading.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
13832
+ "text": "role The role of the element that is dismissing the loading.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the loading.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
13833
13833
  }
13834
13834
  ]
13835
13835
  },
@@ -14568,11 +14568,6 @@
14568
14568
  "event": "click",
14569
14569
  "capture": true,
14570
14570
  "passive": false
14571
- },
14572
- {
14573
- "event": "keydown",
14574
- "capture": false,
14575
- "passive": false
14576
14571
  }
14577
14572
  ],
14578
14573
  "styles": [
@@ -15531,7 +15526,7 @@
15531
15526
  {
15532
15527
  "name": "role",
15533
15528
  "type": "string | undefined",
15534
- "docs": "The role of the element that is dismissing the modal. For example, 'cancel' or 'backdrop'."
15529
+ "docs": "The role of the element that is dismissing the modal. For example, 'cancel' or 'backdrop'.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
15535
15530
  }
15536
15531
  ],
15537
15532
  "references": {
@@ -15556,7 +15551,7 @@
15556
15551
  {
15557
15552
  "name": "role",
15558
15553
  "type": "string | undefined",
15559
- "docs": "The role of the element that is dismissing the modal. For example, 'cancel' or 'backdrop'."
15554
+ "docs": "The role of the element that is dismissing the modal. For example, 'cancel' or 'backdrop'.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
15560
15555
  }
15561
15556
  ],
15562
15557
  "docs": "Dismiss the modal overlay after it has been presented.",
@@ -15567,7 +15562,7 @@
15567
15562
  },
15568
15563
  {
15569
15564
  "name": "param",
15570
- "text": "role The role of the element that is dismissing the modal. For example, 'cancel' or 'backdrop'."
15565
+ "text": "role The role of the element that is dismissing the modal. For example, 'cancel' or 'backdrop'.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
15571
15566
  }
15572
15567
  ]
15573
15568
  },
@@ -17792,7 +17787,7 @@
17792
17787
  {
17793
17788
  "name": "role",
17794
17789
  "type": "string | undefined",
17795
- "docs": "The role of the element that is dismissing the picker.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the picker.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
17790
+ "docs": "The role of the element that is dismissing the picker.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the picker.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
17796
17791
  }
17797
17792
  ],
17798
17793
  "references": {
@@ -17813,7 +17808,7 @@
17813
17808
  {
17814
17809
  "name": "role",
17815
17810
  "type": "string | undefined",
17816
- "docs": "The role of the element that is dismissing the picker.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the picker.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
17811
+ "docs": "The role of the element that is dismissing the picker.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the picker.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
17817
17812
  }
17818
17813
  ],
17819
17814
  "docs": "Dismiss the picker overlay after it has been presented.",
@@ -17824,7 +17819,7 @@
17824
17819
  },
17825
17820
  {
17826
17821
  "name": "param",
17827
- "text": "role The role of the element that is dismissing the picker.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the picker.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
17822
+ "text": "role The role of the element that is dismissing the picker.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the picker.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
17828
17823
  }
17829
17824
  ]
17830
17825
  },
@@ -18834,7 +18829,7 @@
18834
18829
  {
18835
18830
  "name": "dismissParentPopover",
18836
18831
  "type": "boolean",
18837
- "docs": "If `true`, dismissing this popover will also dismiss\na parent popover if this popover is nested. Defaults to `true`."
18832
+ "docs": "If `true`, dismissing this popover will also dismiss\na parent popover if this popover is nested. Defaults to `true`.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
18838
18833
  }
18839
18834
  ],
18840
18835
  "references": {
@@ -18864,7 +18859,7 @@
18864
18859
  {
18865
18860
  "name": "dismissParentPopover",
18866
18861
  "type": "boolean",
18867
- "docs": "If `true`, dismissing this popover will also dismiss\na parent popover if this popover is nested. Defaults to `true`."
18862
+ "docs": "If `true`, dismissing this popover will also dismiss\na parent popover if this popover is nested. Defaults to `true`.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
18868
18863
  }
18869
18864
  ],
18870
18865
  "docs": "Dismiss the popover overlay after it has been presented.",
@@ -18879,7 +18874,7 @@
18879
18874
  },
18880
18875
  {
18881
18876
  "name": "param",
18882
- "text": "dismissParentPopover If `true`, dismissing this popover will also dismiss\na parent popover if this popover is nested. Defaults to `true`."
18877
+ "text": "dismissParentPopover If `true`, dismissing this popover will also dismiss\na parent popover if this popover is nested. Defaults to `true`.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
18883
18878
  }
18884
18879
  ]
18885
18880
  },
@@ -28185,7 +28180,7 @@
28185
28180
  {
28186
28181
  "name": "role",
28187
28182
  "type": "string | undefined",
28188
- "docs": "The role of the element that is dismissing the toast.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the toast.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
28183
+ "docs": "The role of the element that is dismissing the toast.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the toast.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
28189
28184
  }
28190
28185
  ],
28191
28186
  "references": {
@@ -28211,7 +28206,7 @@
28211
28206
  {
28212
28207
  "name": "role",
28213
28208
  "type": "string | undefined",
28214
- "docs": "The role of the element that is dismissing the toast.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the toast.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
28209
+ "docs": "The role of the element that is dismissing the toast.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the toast.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
28215
28210
  }
28216
28211
  ],
28217
28212
  "docs": "Dismiss the toast overlay after it has been presented.",
@@ -28222,7 +28217,7 @@
28222
28217
  },
28223
28218
  {
28224
28219
  "name": "param",
28225
- "text": "role The role of the element that is dismissing the toast.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the toast.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
28220
+ "text": "role The role of the element that is dismissing the toast.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the toast.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
28226
28221
  }
28227
28222
  ]
28228
28223
  },
@@ -29325,7 +29320,7 @@
29325
29320
  "path": "src/interface.d.ts"
29326
29321
  },
29327
29322
  "src/components/action-sheet/action-sheet-interface.ts::ActionSheetButton": {
29328
- "declaration": "export interface ActionSheetButton<T = any> {\n text?: string;\n role?: 'cancel' | 'destructive' | 'selected' | string;\n icon?: string;\n cssClass?: string | string[];\n id?: string;\n htmlAttributes?: { [key: string]: any };\n handler?: () => boolean | void | Promise<boolean | void>;\n data?: T;\n}",
29323
+ "declaration": "export interface ActionSheetButton<T = any> {\n text?: string;\n role?: LiteralUnion<'cancel' | 'destructive' | 'selected', string>;\n icon?: string;\n cssClass?: string | string[];\n id?: string;\n htmlAttributes?: { [key: string]: any };\n handler?: () => boolean | void | Promise<boolean | void>;\n data?: T;\n}",
29329
29324
  "docstring": "",
29330
29325
  "path": "src/components/action-sheet/action-sheet-interface.ts"
29331
29326
  },
@@ -29340,7 +29335,7 @@
29340
29335
  "path": "src/utils/sanitization/index.ts"
29341
29336
  },
29342
29337
  "src/components/alert/alert-interface.ts::AlertButton": {
29343
- "declaration": "export interface AlertButton {\n text: string;\n role?: 'cancel' | 'destructive' | string;\n cssClass?: string | string[];\n id?: string;\n htmlAttributes?: { [key: string]: any };\n // TODO(FW-2832): type\n handler?: (value: any) => AlertButtonOverlayHandler | Promise<AlertButtonOverlayHandler>;\n}",
29338
+ "declaration": "export interface AlertButton {\n text: string;\n role?: LiteralUnion<'cancel' | 'destructive', string>;\n cssClass?: string | string[];\n id?: string;\n htmlAttributes?: { [key: string]: any };\n // TODO(FW-2832): type\n handler?: (value: any) => AlertButtonOverlayHandler | Promise<AlertButtonOverlayHandler>;\n}",
29344
29339
  "docstring": "",
29345
29340
  "path": "src/components/alert/alert-interface.ts"
29346
29341
  },
@@ -29690,7 +29685,7 @@
29690
29685
  "path": "src/components/toast/toast-interface.ts"
29691
29686
  },
29692
29687
  "src/components/toast/toast-interface.ts::ToastButton": {
29693
- "declaration": "export interface ToastButton {\n text?: string;\n icon?: string;\n side?: 'start' | 'end';\n role?: 'cancel' | string;\n\n /**\n * @deprecated Use the toast button's CSS Shadow Parts instead.\n */\n cssClass?: string | string[];\n htmlAttributes?: { [key: string]: any };\n handler?: () => boolean | void | Promise<boolean | void>;\n}",
29688
+ "declaration": "export interface ToastButton {\n text?: string;\n icon?: string;\n side?: 'start' | 'end';\n role?: LiteralUnion<'cancel', string>;\n /**\n * @deprecated Use the toast button's CSS Shadow Parts instead.\n */\n cssClass?: string | string[];\n htmlAttributes?: { [key: string]: any };\n handler?: () => boolean | void | Promise<boolean | void>;\n}",
29694
29689
  "docstring": "",
29695
29690
  "path": "src/components/toast/toast-interface.ts"
29696
29691
  },
@@ -2,7 +2,7 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { w as win } from './index-a5d50daf.js';
5
- import { r as raf } from './helpers-ae653409.js';
5
+ import { r as raf } from './helpers-c0b9ca37.js';
6
6
 
7
7
  let animationPrefix;
8
8
  /**
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { i as initialize } from './ionic-global-8fa0f940.js';
4
+ import { i as initialize } from './ionic-global-ad9a1810.js';
5
5
 
6
6
  const globalScripts = initialize;
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { w as writeTask } from './index-27668d5b.js';
4
+ import { w as writeTask } from './index-4c30cddd.js';
5
5
  import { h as hapticSelectionEnd, a as hapticSelectionStart, b as hapticSelectionChanged } from './haptic-554688a5.js';
6
6
  import { createGesture } from './index-2cf77112.js';
7
7
 
@@ -1622,4 +1622,4 @@ const getTimeColumnsData = (locale, refParts, hourCycle, minParts, maxParts, all
1622
1622
  };
1623
1623
  };
1624
1624
 
1625
- export { getDayColumnData as A, getYearColumnData as B, isMonthFirstLocale as C, getTimeColumnsData as D, isLocaleDayPeriodRTL as E, getDaysOfWeek as F, getMonthAndYear as G, getDaysOfMonth as H, generateMonths as I, getHourCycle as J, getLocalizedTime as K, getMonthAndDay as L, formatValue as M, getNextYear as N, getPreviousYear as O, clampDate as P, parseAmPm as Q, calculateHourFromAMPM as R, getLocalizedDateTime as S, getMonthDayAndYear as T, getDay as a, isAfter as b, isSameDay as c, getPreviousMonth as d, getNextMonth as e, getPartsFromCalendarDay as f, generateDayAriaLabel as g, getEndOfWeek as h, isBefore as i, getStartOfWeek as j, getPreviousDay as k, getNextDay as l, getPreviousWeek as m, getNextWeek as n, parseMaxParts as o, parseMinParts as p, parseDate as q, convertToArrayOfNumbers as r, convertDataToISO as s, getToday as t, getClosestValidDate as u, validateParts as v, warnIfValueOutOfBounds as w, getNumDaysInMonth as x, getCombinedDateColumnData as y, getMonthColumnData as z };
1625
+ export { getNumDaysInMonth as A, getCombinedDateColumnData as B, getMonthColumnData as C, getDayColumnData as D, getYearColumnData as E, isMonthFirstLocale as F, getTimeColumnsData as G, isLocaleDayPeriodRTL as H, getDaysOfWeek as I, getMonthAndYear as J, getDaysOfMonth as K, getHourCycle as L, getLocalizedTime as M, getMonthAndDay as N, formatValue as O, clampDate as P, parseAmPm as Q, calculateHourFromAMPM as R, getLocalizedDateTime as S, getMonthDayAndYear as T, getDay as a, isAfter as b, isSameDay as c, getPreviousMonth as d, getNextMonth as e, getPartsFromCalendarDay as f, generateDayAriaLabel as g, getNextYear as h, isBefore as i, getPreviousYear as j, getEndOfWeek as k, getStartOfWeek as l, getPreviousDay as m, getNextDay as n, getPreviousWeek as o, getNextWeek as p, parseMinParts as q, parseMaxParts as r, parseDate as s, convertToArrayOfNumbers as t, convertDataToISO as u, validateParts as v, warnIfValueOutOfBounds as w, getToday as x, getClosestValidDate as y, generateMonths as z };
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { h as findItemLabel } from './helpers-ae653409.js';
4
+ import { h as findItemLabel } from './helpers-c0b9ca37.js';
5
5
 
6
6
  /**
7
7
  * 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.
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { c as componentOnReady } from './helpers-ae653409.js';
4
+ import { c as componentOnReady } from './helpers-c0b9ca37.js';
5
5
 
6
6
  // TODO(FW-2832): types
7
7
  const attachComponent = async (delegate, container, component, cssClasses, componentProps, inline) => {
@@ -1,6 +1,23 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
+ import { w as win } from './index-a5d50daf.js';
5
+ import { c as config } from './ionic-global-ad9a1810.js';
6
+ import './index-4c30cddd.js';
7
+
8
+ /**
9
+ * CloseWatcher is a newer API that lets
10
+ * use detect the hardware back button event
11
+ * in a web browser: https://caniuse.com/?search=closewatcher
12
+ * However, not every browser supports it yet.
13
+ *
14
+ * This needs to be a function so that we can
15
+ * check the config once it has been set.
16
+ * Otherwise, this code would be evaluated the
17
+ * moment this file is evaluated which could be
18
+ * before the config is set.
19
+ */
20
+ const shoudUseCloseWatcher = () => config.get('experimentalCloseWatcher', false) && win !== undefined && 'CloseWatcher' in win;
4
21
  /**
5
22
  * When hardwareBackButton: false in config,
6
23
  * we need to make sure we also block the default
@@ -17,7 +34,7 @@ const blockHardwareBackButton = () => {
17
34
  const startHardwareBackButton = () => {
18
35
  const doc = document;
19
36
  let busy = false;
20
- doc.addEventListener('backbutton', () => {
37
+ const backButtonCallback = () => {
21
38
  if (busy) {
22
39
  return;
23
40
  }
@@ -63,9 +80,37 @@ const startHardwareBackButton = () => {
63
80
  }
64
81
  };
65
82
  processHandlers();
66
- });
83
+ };
84
+ /**
85
+ * If the CloseWatcher is defined then
86
+ * we don't want to also listen for the native
87
+ * backbutton event otherwise we may get duplicate
88
+ * events firing.
89
+ */
90
+ if (shoudUseCloseWatcher()) {
91
+ let watcher;
92
+ const configureWatcher = () => {
93
+ watcher === null || watcher === void 0 ? void 0 : watcher.destroy();
94
+ watcher = new win.CloseWatcher();
95
+ /**
96
+ * Once a close request happens
97
+ * the watcher gets destroyed.
98
+ * As a result, we need to re-configure
99
+ * the watcher so we can respond to other
100
+ * close requests.
101
+ */
102
+ watcher.onclose = () => {
103
+ backButtonCallback();
104
+ configureWatcher();
105
+ };
106
+ };
107
+ configureWatcher();
108
+ }
109
+ else {
110
+ doc.addEventListener('backbutton', backButtonCallback);
111
+ }
67
112
  };
68
113
  const OVERLAY_BACK_BUTTON_PRIORITY = 100;
69
114
  const MENU_BACK_BUTTON_PRIORITY = 99; // 1 less than overlay priority since menu is displayed behind overlays
70
115
 
71
- export { MENU_BACK_BUTTON_PRIORITY, OVERLAY_BACK_BUTTON_PRIORITY, blockHardwareBackButton, startHardwareBackButton };
116
+ export { MENU_BACK_BUTTON_PRIORITY, OVERLAY_BACK_BUTTON_PRIORITY, blockHardwareBackButton, shoudUseCloseWatcher, startHardwareBackButton };
@@ -34,7 +34,7 @@ const transitionEnd = (el, expectedDuration = 0, callback) => {
34
34
  el.addEventListener('transitionend', onTransitionEnd, opts);
35
35
  animationTimeout = setTimeout(onTransitionEnd, expectedDuration + ANIMATION_FALLBACK_TIMEOUT);
36
36
  unRegTrans = () => {
37
- if (animationTimeout) {
37
+ if (animationTimeout !== undefined) {
38
38
  clearTimeout(animationTimeout);
39
39
  animationTimeout = undefined;
40
40
  }
@@ -1,8 +1,8 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { w as writeTask, B as Build } from './index-27668d5b.js';
5
- import { r as raf } from './helpers-ae653409.js';
4
+ import { w as writeTask, B as Build } from './index-4c30cddd.js';
5
+ import { r as raf } from './helpers-c0b9ca37.js';
6
6
 
7
7
  const LIFECYCLE_WILL_ENTER = 'ionViewWillEnter';
8
8
  const LIFECYCLE_DID_ENTER = 'ionViewDidEnter';
@@ -10,8 +10,8 @@ const LIFECYCLE_WILL_LEAVE = 'ionViewWillLeave';
10
10
  const LIFECYCLE_DID_LEAVE = 'ionViewDidLeave';
11
11
  const LIFECYCLE_WILL_UNLOAD = 'ionViewWillUnload';
12
12
 
13
- const iosTransitionAnimation = () => import('./ios.transition-62fd50ab.js');
14
- const mdTransitionAnimation = () => import('./md.transition-7e56966a.js');
13
+ const iosTransitionAnimation = () => import('./ios.transition-b76c7020.js');
14
+ const mdTransitionAnimation = () => import('./md.transition-564937a7.js');
15
15
  // TODO(FW-2832): types
16
16
  const transition = (opts) => {
17
17
  return new Promise((resolve, reject) => {
@@ -2,11 +2,11 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { d as doc } from './index-a5d50daf.js';
5
- import { MENU_BACK_BUTTON_PRIORITY } from './hardware-back-button-b2bc76db.js';
5
+ import { MENU_BACK_BUTTON_PRIORITY } from './hardware-back-button-b410a047.js';
6
6
  import { p as printIonWarning } from './index-9b0d46f4.js';
7
- import { c as componentOnReady } from './helpers-ae653409.js';
8
- import { b as getIonMode } from './ionic-global-8fa0f940.js';
9
- import { c as createAnimation } from './animation-dde8cc0d.js';
7
+ import { c as componentOnReady } from './helpers-c0b9ca37.js';
8
+ import { b as getIonMode } from './ionic-global-ad9a1810.js';
9
+ import { c as createAnimation } from './animation-60dbdd13.js';
10
10
 
11
11
  /**
12
12
  * baseAnimation
@@ -1388,8 +1388,7 @@ const patch = (oldVNode, newVNode, isInitialRender = false) => {
1388
1388
  isSvgMode = tag === 'svg' ? true : tag === 'foreignObject' ? false : isSvgMode;
1389
1389
  }
1390
1390
  {
1391
- if (tag === 'slot')
1392
- ;
1391
+ if (tag === 'slot' && !useNativeShadowDom) ;
1393
1392
  else {
1394
1393
  // either this is the first render of an element OR it's an update
1395
1394
  // AND we already know it's possible it could have changed
@@ -1676,9 +1675,9 @@ const renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
1676
1675
  {
1677
1676
  scopeId = hostElm['s-sc'];
1678
1677
  }
1678
+ useNativeShadowDom = (cmpMeta.$flags$ & 1 /* CMP_FLAGS.shadowDomEncapsulation */) !== 0;
1679
1679
  {
1680
1680
  contentRef = hostElm['s-cr'];
1681
- useNativeShadowDom = (cmpMeta.$flags$ & 1 /* CMP_FLAGS.shadowDomEncapsulation */) !== 0;
1682
1681
  // always reset
1683
1682
  checkSlotFallbackVisibility = false;
1684
1683
  }
@@ -1780,6 +1779,8 @@ const renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
1780
1779
  // always reset
1781
1780
  relocateNodes.length = 0;
1782
1781
  }
1782
+ // Clear the content ref so we don't create a memory leak
1783
+ contentRef = undefined;
1783
1784
  };
1784
1785
  const attachToAncestor = (hostRef, ancestorComponent) => {
1785
1786
  if (ancestorComponent && !hostRef.$onRenderResolve$ && ancestorComponent['s-p']) {
@@ -2563,25 +2564,29 @@ const bootstrapLazy = (lazyBundles, options = {}) => {
2563
2564
  }
2564
2565
  });
2565
2566
  });
2566
- // Add styles for `slot-fb` elements if any of our components are using slots outside the Shadow DOM
2567
- if (hasSlotRelocation) {
2568
- dataStyles.innerHTML += SLOT_FB_CSS;
2569
- }
2570
- // Add hydration styles
2571
- {
2572
- dataStyles.innerHTML += cmpTags + HYDRATED_CSS;
2573
- }
2574
- // If we have styles, add them to the DOM
2575
- if (dataStyles.innerHTML.length) {
2576
- dataStyles.setAttribute('data-styles', '');
2577
- // Apply CSP nonce to the style tag if it exists
2578
- const nonce = (_a = plt.$nonce$) !== null && _a !== void 0 ? _a : queryNonceMetaTagContent(doc);
2579
- if (nonce != null) {
2580
- dataStyles.setAttribute('nonce', nonce);
2567
+ // Only bother generating CSS if we have components
2568
+ // TODO(STENCIL-1118): Add test cases for CSS content based on conditionals
2569
+ if (cmpTags.length > 0) {
2570
+ // Add styles for `slot-fb` elements if any of our components are using slots outside the Shadow DOM
2571
+ if (hasSlotRelocation) {
2572
+ dataStyles.innerHTML += SLOT_FB_CSS;
2573
+ }
2574
+ // Add hydration styles
2575
+ {
2576
+ dataStyles.innerHTML += cmpTags + HYDRATED_CSS;
2577
+ }
2578
+ // If we have styles, add them to the DOM
2579
+ if (dataStyles.innerHTML.length) {
2580
+ dataStyles.setAttribute('data-styles', '');
2581
+ // Apply CSP nonce to the style tag if it exists
2582
+ const nonce = (_a = plt.$nonce$) !== null && _a !== void 0 ? _a : queryNonceMetaTagContent(doc);
2583
+ if (nonce != null) {
2584
+ dataStyles.setAttribute('nonce', nonce);
2585
+ }
2586
+ // Insert the styles into the document head
2587
+ // NOTE: this _needs_ to happen last so we can ensure the nonce (and other attributes) are applied
2588
+ head.insertBefore(dataStyles, metaCharset ? metaCharset.nextSibling : head.firstChild);
2581
2589
  }
2582
- // Insert the styles into the document head
2583
- // NOTE: this _needs_ to happen last so we can ensure the nonce (and other attributes) are applied
2584
- head.insertBefore(dataStyles, metaCharset ? metaCharset.nextSibling : head.firstChild);
2585
2590
  }
2586
2591
  // Process deferred connectedCallbacks now all components have been registered
2587
2592
  isBootstrapping = false;
@@ -2633,7 +2638,12 @@ const getHostListenerTarget = (elm, flags) => {
2633
2638
  return elm;
2634
2639
  };
2635
2640
  // prettier-ignore
2636
- const hostListenerOpts = (flags) => (flags & 2 /* LISTENER_FLAGS.Capture */) !== 0;
2641
+ const hostListenerOpts = (flags) => supportsListenerOptions
2642
+ ? ({
2643
+ passive: (flags & 1 /* LISTENER_FLAGS.Passive */) !== 0,
2644
+ capture: (flags & 2 /* LISTENER_FLAGS.Capture */) !== 0,
2645
+ })
2646
+ : (flags & 2 /* LISTENER_FLAGS.Capture */) !== 0;
2637
2647
  /**
2638
2648
  * Assigns the given value to the nonce property on the runtime platform object.
2639
2649
  * During runtime, this value is used to set the nonce attribute on all dynamically created script and style tags.
@@ -2644,8 +2654,19 @@ const setNonce = (nonce) => (plt.$nonce$ = nonce);
2644
2654
  /**
2645
2655
  * A WeakMap mapping runtime component references to their corresponding host reference
2646
2656
  * instances.
2657
+ *
2658
+ * **Note**: If we're in an HMR context we need to store a reference to this
2659
+ * value on `window` in order to maintain the mapping of {@link d.RuntimeRef}
2660
+ * to {@link d.HostRef} across HMR updates.
2661
+ *
2662
+ * This is necessary because when HMR updates for a component are processed by
2663
+ * the browser-side dev server client the JS bundle for that component is
2664
+ * re-fetched. Since the module containing {@link hostRefs} is included in
2665
+ * that bundle, if we do not store a reference to it the new iteration of the
2666
+ * component will not have access to the previous hostRef map, leading to a
2667
+ * bug where the new version of the component cannot properly initialize.
2647
2668
  */
2648
- const hostRefs = /*@__PURE__*/ new WeakMap();
2669
+ const hostRefs = new WeakMap();
2649
2670
  /**
2650
2671
  * Given a {@link d.RuntimeRef} retrieve the corresponding {@link d.HostRef}
2651
2672
  *
@@ -2732,6 +2753,18 @@ const setPlatformHelpers = (helpers) => {
2732
2753
  const supportsShadow =
2733
2754
  // TODO(STENCIL-854): Remove code related to legacy shadowDomShim field
2734
2755
  true;
2756
+ const supportsListenerOptions = /*@__PURE__*/ (() => {
2757
+ let supportsListenerOptions = false;
2758
+ try {
2759
+ doc.addEventListener('e', null, Object.defineProperty({}, 'passive', {
2760
+ get() {
2761
+ supportsListenerOptions = true;
2762
+ },
2763
+ }));
2764
+ }
2765
+ catch (e) { }
2766
+ return supportsListenerOptions;
2767
+ })();
2735
2768
  const promiseResolve = (v) => Promise.resolve(v);
2736
2769
  const supportsConstructableStylesheets = /*@__PURE__*/ (() => {
2737
2770
  try {
@@ -2,7 +2,7 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { d as doc } from './index-a5d50daf.js';
5
- import { u as now, v as pointerCoord } from './helpers-ae653409.js';
5
+ import { u as now, v as pointerCoord } from './helpers-c0b9ca37.js';
6
6
 
7
7
  const startTapClick = (config) => {
8
8
  if (doc === undefined) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { c as componentOnReady } from './helpers-ae653409.js';
4
+ import { c as componentOnReady } from './helpers-c0b9ca37.js';
5
5
  import { b as printRequiredElementError } from './index-9b0d46f4.js';
6
6
 
7
7
  const ION_CONTENT_TAG_NAME = 'ION-CONTENT';
package/dist/esm/index.js CHANGED
@@ -1,24 +1,24 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- export { c as createAnimation } from './animation-dde8cc0d.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-a97c95a7.js';
6
- export { iosTransitionAnimation } from './ios.transition-62fd50ab.js';
7
- export { mdTransitionAnimation } from './md.transition-7e56966a.js';
4
+ export { c as createAnimation } from './animation-60dbdd13.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-0b4beb69.js';
6
+ export { iosTransitionAnimation } from './ios.transition-b76c7020.js';
7
+ export { mdTransitionAnimation } from './md.transition-564937a7.js';
8
8
  export { g as getTimeGivenProgression } from './cubic-bezier-fe2083dc.js';
9
9
  export { createGesture } from './index-2cf77112.js';
10
- export { g as getPlatforms, i as initialize, a as isPlatform } from './ionic-global-8fa0f940.js';
11
- export { c as componentOnReady } from './helpers-ae653409.js';
10
+ export { g as getPlatforms, i as initialize, a as isPlatform } from './ionic-global-ad9a1810.js';
11
+ export { c as componentOnReady } from './helpers-c0b9ca37.js';
12
12
  export { I as IonicSafeString, g as getMode, s as setupConfig } from './config-49c88215.js';
13
13
  export { o as openURL } from './theme-01f3f29c.js';
14
- export { m as menuController } from './index-01cb9192.js';
15
- export { b as actionSheetController, a as alertController, l as loadingController, m as modalController, p as pickerController, c as popoverController, t as toastController } from './overlays-8414359b.js';
14
+ export { m as menuController } from './index-47b2066d.js';
15
+ export { b as actionSheetController, a as alertController, l as loadingController, m as modalController, p as pickerController, c as popoverController, t as toastController } from './overlays-04a9a43f.js';
16
16
  import './index-a5d50daf.js';
17
- import './index-27668d5b.js';
17
+ import './index-4c30cddd.js';
18
18
  import './gesture-controller-1bf57181.js';
19
- import './hardware-back-button-b2bc76db.js';
19
+ import './hardware-back-button-b410a047.js';
20
20
  import './index-9b0d46f4.js';
21
- import './framework-delegate-bc1fd82a.js';
21
+ import './framework-delegate-fed7fe7c.js';
22
22
 
23
23
  const IonicSlides = (opts) => {
24
24
  const { swiper, extendParams } = opts;