voyager-ionic-core 7.6.3 → 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 (718) 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 +7 -5
  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 +6 -4
  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 +7 -5
  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 +6 -4
  83. package/components/note.js +6 -4
  84. package/components/overlays.js +41 -13
  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 +4 -3
  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-7def22c8.js → app-globals-5a17c5e1.js} +1 -1
  100. package/dist/cjs/{button-active-962fe442.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-50dcfe2f.js → index-5a471146.js} +57 -29
  108. package/dist/cjs/{index-17ab7794.js → index-84351d21.js} +4 -4
  109. package/dist/cjs/{index-3b012034.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 +10 -8
  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 +12 -10
  132. package/dist/cjs/ion-item-option_3.cjs.entry.js +18 -13
  133. package/dist/cjs/ion-item_8.cjs.entry.js +54 -34
  134. package/dist/cjs/ion-loading.cjs.entry.js +13 -11
  135. package/dist/cjs/ion-menu_3.cjs.entry.js +30 -20
  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 +6 -5
  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-a4edbf03.js → ionic-global-7358c23e.js} +1 -1
  160. package/dist/cjs/ionic.cjs.js +5 -5
  161. package/dist/cjs/{ios.transition-b5353f3e.js → ios.transition-8e40c54e.js} +4 -4
  162. package/dist/cjs/loader.cjs.js +4 -4
  163. package/dist/cjs/{md.transition-67157dd9.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-e77cc023.js → overlays-eaf2075f.js} +44 -16
  166. package/dist/cjs/{status-tap-b5d77c08.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 +2 -2
  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 +8 -6
  173. package/dist/collection/components/action-sheet/action-sheet.js +9 -13
  174. package/dist/collection/components/alert/alert.ios.css +23 -0
  175. package/dist/collection/components/alert/alert.js +8 -12
  176. package/dist/collection/components/alert/test/basic/alert.e2e.js +29 -4
  177. package/dist/collection/components/app/app.js +15 -4
  178. package/dist/collection/components/avatar/avatar.js +1 -1
  179. package/dist/collection/components/back-button/back-button.js +3 -3
  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 +27 -43
  195. package/dist/collection/components/datetime/datetime.js +44 -22
  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/highlighted-dates/datetime.e2e.js +1 -1
  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/input/input.ios.css +4 -4
  229. package/dist/collection/components/input/input.md.css +4 -4
  230. package/dist/collection/components/item/item.ios.css +2 -39
  231. package/dist/collection/components/item/item.js +9 -2
  232. package/dist/collection/components/item/item.md.css +2 -39
  233. package/dist/collection/components/item/test/item.spec.js +20 -0
  234. package/dist/collection/components/item-divider/item-divider.js +2 -2
  235. package/dist/collection/components/item-group/item-group.js +1 -1
  236. package/dist/collection/components/item-option/item-option.js +2 -2
  237. package/dist/collection/components/item-options/item-options.js +1 -1
  238. package/dist/collection/components/item-sliding/item-sliding.js +4 -6
  239. package/dist/collection/components/label/label.js +1 -1
  240. package/dist/collection/components/label/test/basic/label.e2e.js +2 -2
  241. package/dist/collection/components/list/list.js +1 -1
  242. package/dist/collection/components/list/list.md.css +1 -21
  243. package/dist/collection/components/list-header/list-header.js +2 -2
  244. package/dist/collection/components/loading/loading.js +8 -12
  245. package/dist/collection/components/menu/menu.js +23 -18
  246. package/dist/collection/components/menu-button/menu-button.js +3 -3
  247. package/dist/collection/components/menu-toggle/menu-toggle.js +2 -2
  248. package/dist/collection/components/modal/modal.js +13 -17
  249. package/dist/collection/components/modal/test/sheet/modal.e2e.js +1 -1
  250. package/dist/collection/components/modal/test/standalone/modal.e2e.js +1 -1
  251. package/dist/collection/components/nav/nav.js +115 -191
  252. package/dist/collection/components/nav-link/nav-link.js +1 -1
  253. package/dist/collection/components/note/note.js +2 -2
  254. package/dist/collection/components/note/test/a11y/note.e2e.js +6 -6
  255. package/dist/collection/components/picker/picker.js +11 -17
  256. package/dist/collection/components/picker-column/picker-column.js +2 -2
  257. package/dist/collection/components/picker-column-internal/picker-column-internal.js +6 -5
  258. package/dist/collection/components/picker-internal/picker-internal.js +17 -1
  259. package/dist/collection/components/picker-internal/test/keyboard-entry/picker-internal.e2e.js +32 -0
  260. package/dist/collection/components/popover/popover.ios.css +1 -1
  261. package/dist/collection/components/popover/popover.js +20 -23
  262. package/dist/collection/components/popover/popover.md.css +1 -1
  263. package/dist/collection/components/progress-bar/progress-bar.js +1 -1
  264. package/dist/collection/components/radio/radio.js +6 -4
  265. package/dist/collection/components/radio-group/radio-group.js +1 -1
  266. package/dist/collection/components/radio-group/test/radio-group-events.e2e.js +15 -15
  267. package/dist/collection/components/range/test/label/range.e2e.js +2 -2
  268. package/dist/collection/components/range/test/range-events.e2e.js +2 -2
  269. package/dist/collection/components/refresher/refresher.js +1 -1
  270. package/dist/collection/components/refresher/test/test.utils.js +1 -1
  271. package/dist/collection/components/refresher-content/refresher-content.js +1 -1
  272. package/dist/collection/components/reorder/reorder.js +1 -1
  273. package/dist/collection/components/reorder-group/reorder-group.js +4 -6
  274. package/dist/collection/components/ripple-effect/ripple-effect.js +7 -11
  275. package/dist/collection/components/ripple-effect/test/basic/ripple-effect.e2e.js +2 -2
  276. package/dist/collection/components/router/router.js +12 -14
  277. package/dist/collection/components/router-link/router-link.js +2 -2
  278. package/dist/collection/components/router-outlet/router-outlet.js +22 -15
  279. package/dist/collection/components/row/row.js +1 -1
  280. package/dist/collection/components/searchbar/searchbar.js +4 -4
  281. package/dist/collection/components/segment/segment.js +9 -2
  282. package/dist/collection/components/segment-button/segment-button.js +3 -3
  283. package/dist/collection/components/select/select.js +23 -6
  284. package/dist/collection/components/select/test/disabled/select.e2e.js +1 -1
  285. package/dist/collection/components/select/test/select.spec.js +15 -0
  286. package/dist/collection/components/select-option/select-option.js +1 -1
  287. package/dist/collection/components/select-popover/select-popover.js +1 -1
  288. package/dist/collection/components/skeleton-text/skeleton-text.js +2 -2
  289. package/dist/collection/components/spinner/spinner.js +2 -2
  290. package/dist/collection/components/split-pane/split-pane.js +11 -12
  291. package/dist/collection/components/tab/tab.js +2 -2
  292. package/dist/collection/components/tab-bar/tab-bar.js +2 -2
  293. package/dist/collection/components/tab-button/tab-button.js +2 -2
  294. package/dist/collection/components/tabs/tabs.js +10 -13
  295. package/dist/collection/components/text/text.js +2 -2
  296. package/dist/collection/components/textarea/test/textarea-events.e2e.js +4 -4
  297. package/dist/collection/components/thumbnail/thumbnail.js +1 -1
  298. package/dist/collection/components/title/title.js +2 -2
  299. package/dist/collection/components/toast/toast.js +8 -12
  300. package/dist/collection/components/toolbar/toolbar.js +2 -2
  301. package/dist/collection/utils/hardware-back-button.js +45 -2
  302. package/dist/collection/utils/helpers.js +1 -1
  303. package/dist/collection/utils/overlays.js +41 -12
  304. package/dist/collection/utils/test/hardware-back-button.spec.js +38 -0
  305. package/dist/docs.d.ts +1 -21
  306. package/dist/docs.json +710 -542
  307. package/dist/esm/{animation-dde8cc0d.js → animation-60dbdd13.js} +1 -1
  308. package/dist/esm/{app-globals-8c62bec2.js → app-globals-47226a12.js} +1 -1
  309. package/dist/esm/{button-active-308d3edd.js → button-active-4bee452c.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-f42b9c80.js} +48 -3
  314. package/dist/esm/{helpers-ae653409.js → helpers-c0b9ca37.js} +1 -1
  315. package/dist/esm/{index-1193f005.js → index-48209844.js} +4 -4
  316. package/dist/esm/{index-4743453d.js → index-4b98143d.js} +4 -4
  317. package/dist/esm/{index-b7d870cf.js → index-73881b51.js} +57 -29
  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 +15 -13
  325. package/dist/esm/ion-alert.entry.js +15 -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 +10 -8
  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 +59 -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 +12 -10
  342. package/dist/esm/ion-item-option_3.entry.js +18 -13
  343. package/dist/esm/ion-item_8.entry.js +54 -34
  344. package/dist/esm/ion-loading.entry.js +13 -11
  345. package/dist/esm/ion-menu_3.entry.js +30 -20
  346. package/dist/esm/ion-modal.entry.js +17 -16
  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 +16 -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 +40 -16
  361. package/dist/esm/ion-spinner.entry.js +6 -5
  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 +13 -11
  368. package/dist/esm/ion-toggle.entry.js +8 -6
  369. package/dist/esm/{ionic-global-1f99b929.js → ionic-global-778b7863.js} +1 -1
  370. package/dist/esm/ionic.js +6 -6
  371. package/dist/esm/{ios.transition-3376ccb2.js → ios.transition-7ff7381d.js} +4 -4
  372. package/dist/esm/loader.js +5 -5
  373. package/dist/esm/{md.transition-f992779f.js → md.transition-28a9a26b.js} +4 -4
  374. package/dist/esm/{notch-controller-fea7f9c5.js → notch-controller-15d281a4.js} +1 -1
  375. package/dist/esm/{overlays-b33f6bca.js → overlays-fad5fe01.js} +44 -16
  376. package/dist/esm/{status-tap-16fd8f3d.js → status-tap-2b335fb7.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-47226a12.js +4 -0
  380. package/dist/esm-es5/{button-active-308d3edd.js → button-active-4bee452c.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-f42b9c80.js +4 -0
  385. package/dist/esm-es5/helpers-c0b9ca37.js +4 -0
  386. package/dist/esm-es5/{index-1193f005.js → index-48209844.js} +1 -1
  387. package/dist/esm-es5/{index-4743453d.js → index-4b98143d.js} +1 -1
  388. package/dist/esm-es5/index-73881b51.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-1f99b929.js → ionic-global-778b7863.js} +1 -1
  441. package/dist/esm-es5/ionic.js +1 -1
  442. package/dist/esm-es5/{ios.transition-3376ccb2.js → ios.transition-7ff7381d.js} +1 -1
  443. package/dist/esm-es5/loader.js +1 -1
  444. package/dist/esm-es5/md.transition-28a9a26b.js +4 -0
  445. package/dist/esm-es5/{notch-controller-fea7f9c5.js → notch-controller-15d281a4.js} +1 -1
  446. package/dist/esm-es5/overlays-fad5fe01.js +4 -0
  447. package/dist/esm-es5/{status-tap-16fd8f3d.js → status-tap-2b335fb7.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-001010b6.system.js +4 -0
  453. package/dist/ionic/p-044ad008.system.entry.js +4 -0
  454. package/dist/ionic/p-078fd095.system.entry.js +4 -0
  455. package/dist/ionic/p-0ae25399.system.entry.js +4 -0
  456. package/dist/ionic/p-0b955124.system.js +4 -0
  457. package/dist/ionic/p-0e29919c.system.entry.js +4 -0
  458. package/dist/ionic/p-0eef8b34.system.entry.js +4 -0
  459. package/dist/ionic/p-0fd295ef.system.entry.js +4 -0
  460. package/dist/ionic/{p-799da666.entry.js → p-108f730a.entry.js} +1 -1
  461. package/dist/ionic/p-1375f21f.js +4 -0
  462. package/dist/ionic/{p-7fae5c36.js → p-1aa7c019.js} +1 -1
  463. package/dist/ionic/{p-e33d1ebc.entry.js → p-1c531ca2.entry.js} +1 -1
  464. package/dist/ionic/p-1d8c2cfc.system.entry.js +4 -0
  465. package/dist/ionic/{p-53ec4f1c.system.js → p-1dfc11b3.system.js} +1 -1
  466. package/dist/ionic/p-1f6cdf2c.system.entry.js +4 -0
  467. package/dist/ionic/p-20a6513f.system.entry.js +4 -0
  468. package/dist/ionic/p-20f7a91e.system.entry.js +4 -0
  469. package/dist/ionic/{p-0aa78a8d.system.js → p-25b08bc4.system.js} +1 -1
  470. package/dist/ionic/p-2da0a76c.entry.js +4 -0
  471. package/dist/ionic/p-2f66e177.system.entry.js +4 -0
  472. package/dist/ionic/p-30c9e049.system.entry.js +4 -0
  473. package/dist/ionic/p-30d77a91.system.js +4 -0
  474. package/dist/ionic/{p-376a6063.js → p-31c495c2.js} +1 -1
  475. package/dist/ionic/p-333f06ed.entry.js +4 -0
  476. package/dist/ionic/{p-0509fd34.js → p-341b4519.js} +1 -1
  477. package/dist/ionic/p-34947dff.system.entry.js +4 -0
  478. package/dist/ionic/{p-cabad15b.system.js → p-37c33319.system.js} +1 -1
  479. package/dist/ionic/p-38a6fee7.entry.js +4 -0
  480. package/dist/ionic/p-396c1a55.entry.js +4 -0
  481. package/dist/ionic/p-3a54c070.system.entry.js +4 -0
  482. package/dist/ionic/p-3a98f8db.entry.js +4 -0
  483. package/dist/ionic/{p-d51674c5.system.js → p-3c6f02cf.system.js} +1 -1
  484. package/dist/ionic/{p-bdf71399.entry.js → p-3cdbaa49.entry.js} +1 -1
  485. package/dist/ionic/p-3eb2da31.js +4 -0
  486. package/dist/ionic/{p-1501b945.system.js → p-3f028207.system.js} +1 -1
  487. package/dist/ionic/p-400574bf.entry.js +4 -0
  488. package/dist/ionic/p-41fde260.entry.js +4 -0
  489. package/dist/ionic/{p-8aa1d0b7.system.js → p-49543c9c.system.js} +1 -1
  490. package/dist/ionic/p-4b2d5b9c.js +4 -0
  491. package/dist/ionic/{p-88d5fbd3.js → p-4f777b5e.js} +1 -1
  492. package/dist/ionic/p-4fc40349.system.entry.js +4 -0
  493. package/dist/ionic/p-51f08a9f.entry.js +4 -0
  494. package/dist/ionic/p-52e02877.entry.js +4 -0
  495. package/dist/ionic/{p-afa9f205.system.js → p-55d5cd00.system.js} +1 -1
  496. package/dist/ionic/p-5615cf3f.system.entry.js +4 -0
  497. package/dist/ionic/p-58e3ae88.system.entry.js +4 -0
  498. package/dist/ionic/p-594ead2f.entry.js +4 -0
  499. package/dist/ionic/{p-b964aba3.entry.js → p-5a0c301f.entry.js} +1 -1
  500. package/dist/ionic/p-5e60dbc8.entry.js +4 -0
  501. package/dist/ionic/{p-f6e9c227.system.js → p-5eea8b4c.system.js} +1 -1
  502. package/dist/ionic/p-5f456b3c.system.entry.js +4 -0
  503. package/dist/ionic/p-61ba2137.system.js +4 -0
  504. package/dist/ionic/{p-17d283b9.system.entry.js → p-62067818.system.entry.js} +1 -1
  505. package/dist/ionic/{p-5ad1fe3b.system.js → p-62a3c609.system.js} +1 -1
  506. package/dist/ionic/p-680f96e8.system.entry.js +4 -0
  507. package/dist/ionic/p-6871553b.system.js +4 -0
  508. package/dist/ionic/p-6b02edd6.js +4 -0
  509. package/dist/ionic/p-6f38d0c5.system.entry.js +4 -0
  510. package/dist/ionic/p-70026e8f.system.entry.js +4 -0
  511. package/dist/ionic/{p-87bb3735.system.js → p-7330c044.system.js} +1 -1
  512. package/dist/ionic/p-76893257.system.js +5 -0
  513. package/dist/ionic/p-78edc0cd.system.entry.js +4 -0
  514. package/dist/ionic/p-7c32fb95.system.entry.js +4 -0
  515. package/dist/ionic/p-84879f61.system.entry.js +4 -0
  516. package/dist/ionic/p-84f589e1.entry.js +4 -0
  517. package/dist/ionic/p-8569d759.system.entry.js +4 -0
  518. package/dist/ionic/p-86670b91.system.js +4 -0
  519. package/dist/ionic/p-88ca4854.entry.js +4 -0
  520. package/dist/ionic/{p-1c249831.entry.js → p-89b5aff2.entry.js} +1 -1
  521. package/dist/ionic/p-8a671f16.entry.js +4 -0
  522. package/dist/ionic/{p-44a56556.js → p-8ddc00f7.js} +1 -1
  523. package/dist/ionic/p-8f1ce253.js +4 -0
  524. package/dist/ionic/p-92c2178e.system.entry.js +4 -0
  525. package/dist/ionic/{p-29d03b3a.js → p-9393a49f.js} +1 -1
  526. package/dist/ionic/{p-3a75d7fd.js → p-94be3ad7.js} +1 -1
  527. package/dist/ionic/p-95c44e02.system.js +4 -0
  528. package/dist/ionic/p-97eca294.entry.js +4 -0
  529. package/dist/ionic/{p-d93eed83.system.entry.js → p-9a6ab80a.system.entry.js} +1 -1
  530. package/dist/ionic/p-9db1e4c5.entry.js +4 -0
  531. package/dist/ionic/p-9eb4ea47.system.entry.js +4 -0
  532. package/dist/ionic/p-9f5b40c0.system.entry.js +4 -0
  533. package/dist/ionic/p-9f6397ce.entry.js +4 -0
  534. package/dist/ionic/p-a02b2d75.entry.js +4 -0
  535. package/dist/ionic/p-a051c371.entry.js +4 -0
  536. package/dist/ionic/{p-ade3cf46.entry.js → p-a114530c.entry.js} +1 -1
  537. package/dist/ionic/p-a19f5ae1.entry.js +4 -0
  538. package/dist/ionic/p-a1bfaa5c.system.entry.js +4 -0
  539. package/dist/ionic/p-a2ad515b.entry.js +4 -0
  540. package/dist/ionic/{p-4180a747.js → p-a3f572a7.js} +1 -1
  541. package/dist/ionic/p-aa7ae6aa.entry.js +4 -0
  542. package/dist/ionic/{p-0bd51c34.system.js → p-abe101da.system.js} +1 -1
  543. package/dist/ionic/p-ac20160b.system.entry.js +4 -0
  544. package/dist/ionic/p-b06ac4a5.system.js +4 -0
  545. package/dist/ionic/p-b1f0c48e.system.entry.js +4 -0
  546. package/dist/ionic/{p-66d633fb.js → p-b253ad7f.js} +1 -1
  547. package/dist/ionic/p-b4a95b80.system.entry.js +4 -0
  548. package/dist/ionic/{p-04377cfa.js → p-b4d8fe47.js} +1 -1
  549. package/dist/ionic/p-b5839dc2.js +4 -0
  550. package/dist/ionic/p-b8c4df21.entry.js +4 -0
  551. package/dist/ionic/p-b8c685a7.system.js +4 -0
  552. package/dist/ionic/{p-9f94c72e.system.js → p-b94882a9.system.js} +1 -1
  553. package/dist/ionic/{p-41208f54.system.entry.js → p-bc2c03d7.system.entry.js} +1 -1
  554. package/dist/ionic/{p-36d187af.js → p-c2289cd1.js} +1 -1
  555. package/dist/ionic/p-c3d041af.entry.js +4 -0
  556. package/dist/ionic/p-c569d1c8.entry.js +4 -0
  557. package/dist/ionic/p-c5c3710c.js +4 -0
  558. package/dist/ionic/{p-a074be82.system.js → p-c6fef62b.system.js} +1 -1
  559. package/dist/ionic/{p-7798c78a.system.js → p-c80c7e90.system.js} +1 -1
  560. package/dist/ionic/{p-013013a3.js → p-c858f685.js} +1 -1
  561. package/dist/ionic/p-c995da88.system.js +4 -0
  562. package/dist/ionic/p-cd055d60.system.entry.js +4 -0
  563. package/dist/ionic/p-ce2eabd5.entry.js +4 -0
  564. package/dist/ionic/p-d181166c.system.entry.js +4 -0
  565. package/dist/ionic/p-d7260b87.entry.js +4 -0
  566. package/dist/ionic/p-d74ca358.entry.js +4 -0
  567. package/dist/ionic/p-d8607ede.entry.js +4 -0
  568. package/dist/ionic/p-d95c8e90.entry.js +4 -0
  569. package/dist/ionic/p-dbb4c012.entry.js +4 -0
  570. package/dist/ionic/p-dce9bc53.entry.js +4 -0
  571. package/dist/ionic/p-dd60faa5.system.entry.js +4 -0
  572. package/dist/ionic/p-df281664.system.entry.js +4 -0
  573. package/dist/ionic/p-df468a8f.entry.js +4 -0
  574. package/dist/ionic/p-e1271366.js +5 -0
  575. package/dist/ionic/{p-38f2c6bb.system.js → p-e2bb92ed.system.js} +1 -1
  576. package/dist/ionic/p-e68980ff.system.entry.js +4 -0
  577. package/dist/ionic/p-e6aaff14.system.entry.js +4 -0
  578. package/dist/ionic/p-e6cfaa07.system.entry.js +4 -0
  579. package/dist/ionic/{p-4f400544.entry.js → p-ea8fbf09.entry.js} +1 -1
  580. package/dist/ionic/p-eb1fdf9f.system.entry.js +4 -0
  581. package/dist/ionic/p-eda7a1db.system.entry.js +4 -0
  582. package/dist/ionic/p-ef441122.entry.js +4 -0
  583. package/dist/ionic/p-efe9180b.entry.js +4 -0
  584. package/dist/ionic/p-f46775e4.entry.js +4 -0
  585. package/dist/ionic/p-f7b43141.system.entry.js +4 -0
  586. package/dist/ionic/{p-18cae04f.js → p-f7dce541.js} +1 -1
  587. package/dist/ionic/p-f88dd429.entry.js +4 -0
  588. package/dist/ionic/p-f97b9cdd.system.entry.js +4 -0
  589. package/dist/ionic/p-fd2aa50c.js +4 -0
  590. package/dist/ionic/p-fd36799d.system.js +4 -0
  591. package/dist/ionic/{p-767f1a92.entry.js → p-fd3f475f.entry.js} +1 -1
  592. package/dist/ionic/p-fd8ced99.system.js +4 -0
  593. package/dist/ionic/p-fe92da17.entry.js +4 -0
  594. package/dist/types/components/action-sheet/action-sheet-interface.d.ts +2 -2
  595. package/dist/types/components/alert/alert-interface.d.ts +2 -2
  596. package/dist/types/components/item/item.d.ts +1 -0
  597. package/dist/types/components/spinner/spinner-interface.d.ts +3 -1
  598. package/dist/types/components/split-pane/split-pane.d.ts +1 -1
  599. package/dist/types/components/toast/toast-interface.d.ts +2 -2
  600. package/dist/types/interface.d.ts +1 -1
  601. package/dist/types/utils/browser/index.d.ts +22 -1
  602. package/dist/types/utils/config.d.ts +7 -0
  603. package/dist/types/utils/hardware-back-button.d.ts +13 -0
  604. package/dist/types/utils/helpers.d.ts +1 -1
  605. package/hydrate/index.d.ts +2 -2
  606. package/hydrate/index.js +2380 -437
  607. package/package.json +6 -6
  608. package/dist/collection/components/accordion/test/accordion.e2e.js +0 -39
  609. package/dist/esm-es5/app-globals-8c62bec2.js +0 -4
  610. package/dist/esm-es5/hardware-back-button-b2bc76db.js +0 -4
  611. package/dist/esm-es5/helpers-ae653409.js +0 -4
  612. package/dist/esm-es5/index-82eeb47f.js +0 -4
  613. package/dist/esm-es5/index-b7d870cf.js +0 -5
  614. package/dist/esm-es5/md.transition-f992779f.js +0 -4
  615. package/dist/esm-es5/overlays-b33f6bca.js +0 -4
  616. package/dist/ionic/p-0235067a.js +0 -4
  617. package/dist/ionic/p-02cb0cf0.entry.js +0 -4
  618. package/dist/ionic/p-043aa6cc.system.entry.js +0 -4
  619. package/dist/ionic/p-0550f802.entry.js +0 -4
  620. package/dist/ionic/p-068ec6d3.system.entry.js +0 -4
  621. package/dist/ionic/p-06abe918.system.entry.js +0 -4
  622. package/dist/ionic/p-0ebc87b7.system.entry.js +0 -4
  623. package/dist/ionic/p-149567b1.system.entry.js +0 -4
  624. package/dist/ionic/p-154e5e06.entry.js +0 -4
  625. package/dist/ionic/p-158efe8d.system.entry.js +0 -4
  626. package/dist/ionic/p-19d9ceb8.system.js +0 -4
  627. package/dist/ionic/p-1b27ac67.entry.js +0 -4
  628. package/dist/ionic/p-1cca10d6.system.js +0 -4
  629. package/dist/ionic/p-20e0e75d.system.entry.js +0 -4
  630. package/dist/ionic/p-213e377d.system.entry.js +0 -4
  631. package/dist/ionic/p-23a9d086.js +0 -4
  632. package/dist/ionic/p-254ec7c0.system.entry.js +0 -4
  633. package/dist/ionic/p-26c4bf85.entry.js +0 -4
  634. package/dist/ionic/p-2894d5f6.entry.js +0 -4
  635. package/dist/ionic/p-290d3fe9.js +0 -5
  636. package/dist/ionic/p-2b3debd5.entry.js +0 -4
  637. package/dist/ionic/p-2ba9a9bd.system.entry.js +0 -4
  638. package/dist/ionic/p-328107a5.system.entry.js +0 -4
  639. package/dist/ionic/p-328b49db.system.entry.js +0 -4
  640. package/dist/ionic/p-32ad210f.system.js +0 -4
  641. package/dist/ionic/p-3313c481.entry.js +0 -4
  642. package/dist/ionic/p-332ea4d3.system.entry.js +0 -4
  643. package/dist/ionic/p-3381c3f4.entry.js +0 -4
  644. package/dist/ionic/p-3671f1b9.system.js +0 -4
  645. package/dist/ionic/p-38c337e7.system.js +0 -4
  646. package/dist/ionic/p-39f96ff6.system.entry.js +0 -4
  647. package/dist/ionic/p-3dfc522b.entry.js +0 -4
  648. package/dist/ionic/p-3e8d5e53.entry.js +0 -4
  649. package/dist/ionic/p-40f68333.system.js +0 -4
  650. package/dist/ionic/p-43f03cf4.system.entry.js +0 -4
  651. package/dist/ionic/p-4489dd20.system.entry.js +0 -4
  652. package/dist/ionic/p-44dc52e5.entry.js +0 -4
  653. package/dist/ionic/p-47bb15a1.entry.js +0 -4
  654. package/dist/ionic/p-4a3218d4.system.entry.js +0 -4
  655. package/dist/ionic/p-4b3623da.js +0 -4
  656. package/dist/ionic/p-507ddbfe.system.entry.js +0 -4
  657. package/dist/ionic/p-52cfafe9.system.js +0 -5
  658. package/dist/ionic/p-5e0c7fdc.entry.js +0 -4
  659. package/dist/ionic/p-5ff99b79.entry.js +0 -4
  660. package/dist/ionic/p-60959b71.entry.js +0 -4
  661. package/dist/ionic/p-61e4d3ec.entry.js +0 -4
  662. package/dist/ionic/p-6337e56b.system.entry.js +0 -4
  663. package/dist/ionic/p-648ad047.system.entry.js +0 -4
  664. package/dist/ionic/p-6855f26a.entry.js +0 -4
  665. package/dist/ionic/p-69641343.system.entry.js +0 -4
  666. package/dist/ionic/p-6ab03751.js +0 -4
  667. package/dist/ionic/p-6c277fa2.system.entry.js +0 -4
  668. package/dist/ionic/p-6e0539ea.system.entry.js +0 -4
  669. package/dist/ionic/p-6fba0ce1.system.entry.js +0 -4
  670. package/dist/ionic/p-72cb0718.system.entry.js +0 -4
  671. package/dist/ionic/p-745e3339.system.entry.js +0 -4
  672. package/dist/ionic/p-790220fd.system.js +0 -4
  673. package/dist/ionic/p-793a10e0.system.entry.js +0 -4
  674. package/dist/ionic/p-84b567a6.entry.js +0 -4
  675. package/dist/ionic/p-85f48531.entry.js +0 -4
  676. package/dist/ionic/p-888db766.system.js +0 -4
  677. package/dist/ionic/p-8dae44aa.entry.js +0 -4
  678. package/dist/ionic/p-8f301ac5.system.entry.js +0 -4
  679. package/dist/ionic/p-928ee57a.entry.js +0 -4
  680. package/dist/ionic/p-93390f78.entry.js +0 -4
  681. package/dist/ionic/p-93419ece.system.entry.js +0 -4
  682. package/dist/ionic/p-97174c1e.js +0 -4
  683. package/dist/ionic/p-98f35d98.js +0 -4
  684. package/dist/ionic/p-9a68d8ef.system.js +0 -4
  685. package/dist/ionic/p-9fb45814.entry.js +0 -4
  686. package/dist/ionic/p-9fda6824.system.entry.js +0 -4
  687. package/dist/ionic/p-a20bb802.entry.js +0 -4
  688. package/dist/ionic/p-a3013394.entry.js +0 -4
  689. package/dist/ionic/p-a4461d1c.system.entry.js +0 -4
  690. package/dist/ionic/p-a49931aa.system.js +0 -4
  691. package/dist/ionic/p-a821750c.system.entry.js +0 -4
  692. package/dist/ionic/p-abd5d0d5.system.entry.js +0 -4
  693. package/dist/ionic/p-aed4931c.entry.js +0 -4
  694. package/dist/ionic/p-b7058a0e.system.entry.js +0 -4
  695. package/dist/ionic/p-b7a2ffc9.system.entry.js +0 -4
  696. package/dist/ionic/p-b8a9e195.system.entry.js +0 -4
  697. package/dist/ionic/p-beeed22c.system.entry.js +0 -4
  698. package/dist/ionic/p-c08fe2c0.entry.js +0 -4
  699. package/dist/ionic/p-c1701827.entry.js +0 -4
  700. package/dist/ionic/p-c23eff76.entry.js +0 -4
  701. package/dist/ionic/p-c68dd1e0.entry.js +0 -4
  702. package/dist/ionic/p-c8aadc98.system.entry.js +0 -4
  703. package/dist/ionic/p-cad1126a.entry.js +0 -4
  704. package/dist/ionic/p-cd1b920b.entry.js +0 -4
  705. package/dist/ionic/p-cd574dfa.js +0 -4
  706. package/dist/ionic/p-cf235986.entry.js +0 -4
  707. package/dist/ionic/p-d0748f6d.entry.js +0 -4
  708. package/dist/ionic/p-da5e2652.entry.js +0 -4
  709. package/dist/ionic/p-da666998.system.entry.js +0 -4
  710. package/dist/ionic/p-dc71e4ef.system.entry.js +0 -4
  711. package/dist/ionic/p-ddbb2d5b.system.js +0 -4
  712. package/dist/ionic/p-ddd48faf.system.entry.js +0 -4
  713. package/dist/ionic/p-de6f8b28.system.js +0 -4
  714. package/dist/ionic/p-e2903cdc.system.entry.js +0 -4
  715. package/dist/ionic/p-eb246b50.entry.js +0 -4
  716. package/dist/ionic/p-ee810056.system.entry.js +0 -4
  717. package/dist/ionic/p-eef72e06.js +0 -4
  718. package/dist/ionic/p-f894e0ad.entry.js +0 -4
@@ -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-1f99b929.js';
4
+ import { i as initialize } from './ionic-global-778b7863.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-b7d870cf.js';
4
+ import { w as writeTask } from './index-73881b51.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-778b7863.js';
6
+ import './index-73881b51.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
  }
@@ -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-f42b9c80.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-1f99b929.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-778b7863.js';
9
+ import { c as createAnimation } from './animation-60dbdd13.js';
10
10
 
11
11
  /**
12
12
  * baseAnimation
@@ -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-b7d870cf.js';
5
- import { r as raf } from './helpers-ae653409.js';
4
+ import { w as writeTask, B as Build } from './index-73881b51.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-3376ccb2.js');
14
- const mdTransitionAnimation = () => import('./md.transition-f992779f.js');
13
+ const iosTransitionAnimation = () => import('./ios.transition-7ff7381d.js');
14
+ const mdTransitionAnimation = () => import('./md.transition-28a9a26b.js');
15
15
  // TODO(FW-2832): types
16
16
  const transition = (opts) => {
17
17
  return new Promise((resolve, reject) => {
@@ -2,7 +2,7 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  const NAMESPACE = 'ionic';
5
- const BUILD = /* ionic */ { allRenderFn: false, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: true, cmpDidUnload: false, cmpDidUpdate: true, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: true, cmpWillUpdate: false, connectedCallback: true, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: true, element: false, event: true, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: true, hostListenerTarget: true, hostListenerTargetBody: true, hostListenerTargetDocument: true, hostListenerTargetParent: false, hostListenerTargetWindow: true, hotModuleReplacement: false, hydrateClientSide: true, hydrateServerSide: false, hydratedAttribute: false, hydratedClass: true, initializeNextTick: false, invisiblePrehydration: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: true, mode: true, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: true, propNumber: true, propString: true, reflect: true, scoped: true, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: true, shadowDom: true, slot: true, slotChildNodesFix: false, slotRelocation: true, state: true, style: true, svg: true, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: true, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: true, vdomText: true, vdomXlink: true, watchCallback: true };
5
+ const BUILD = /* ionic */ { allRenderFn: false, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: true, cmpDidUnload: false, cmpDidUpdate: true, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: true, cmpWillUpdate: false, connectedCallback: true, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: true, element: false, event: true, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: true, hostListenerTarget: true, hostListenerTargetBody: true, hostListenerTargetDocument: true, hostListenerTargetParent: false, hostListenerTargetWindow: true, hotModuleReplacement: false, hydrateClientSide: true, hydrateServerSide: false, hydratedAttribute: false, hydratedClass: true, initializeNextTick: false, invisiblePrehydration: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: true, mode: true, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: true, propNumber: true, propString: true, reflect: true, scoped: true, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: true, shadowDom: true, slot: true, slotChildNodesFix: false, slotRelocation: true, state: true, style: true, svg: true, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: true, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: true, vdomText: true, vdomXlink: true, watchCallback: true };
6
6
 
7
7
  /**
8
8
  * Virtual DOM patching algorithm based on Snabbdom by
@@ -886,7 +886,6 @@ const updateElement = (oldVnode, newVnode, isSvgMode, memberName) => {
886
886
  * @returns the newly created node
887
887
  */
888
888
  const createElm = (oldParentVNode, newParentVNode, childIndex, parentElm) => {
889
- var _a;
890
889
  // tslint:disable-next-line: prefer-const
891
890
  const newVNode = newParentVNode.$children$[childIndex];
892
891
  let i = 0;
@@ -967,8 +966,6 @@ const createElm = (oldParentVNode, newParentVNode, childIndex, parentElm) => {
967
966
  if (newVNode.$flags$ & (2 /* VNODE_FLAGS.isSlotFallback */ | 1 /* VNODE_FLAGS.isSlotReference */)) {
968
967
  // remember the content reference comment
969
968
  elm['s-sr'] = true;
970
- // Persist the name of the slot that this slot was going to be projected into.
971
- elm['s-fs'] = (_a = newVNode.$attrs$) === null || _a === void 0 ? void 0 : _a.slot;
972
969
  // remember the content reference comment
973
970
  elm['s-cr'] = contentRef;
974
971
  // remember the slot name, or empty string for default slot
@@ -987,7 +984,6 @@ const createElm = (oldParentVNode, newParentVNode, childIndex, parentElm) => {
987
984
  return elm;
988
985
  };
989
986
  const putBackInOriginalLocation = (parentElm, recursive) => {
990
- var _a;
991
987
  plt.$flags$ |= 1 /* PLATFORM_FLAGS.isTmpDisconnected */;
992
988
  const oldSlotChildNodes = parentElm.childNodes;
993
989
  for (let i = oldSlotChildNodes.length - 1; i >= 0; i--) {
@@ -1002,12 +998,6 @@ const putBackInOriginalLocation = (parentElm, recursive) => {
1002
998
  childNode['s-ol'] = undefined;
1003
999
  // Reset so we can correctly move the node around again.
1004
1000
  childNode['s-sh'] = undefined;
1005
- // When putting an element node back in its original location,
1006
- // we need to reset the `slot` attribute back to the value it originally had
1007
- // so we can correctly relocate it again in the future
1008
- if (childNode.nodeType === 1 /* NODE_TYPE.ElementNode */) {
1009
- childNode.setAttribute('slot', (_a = childNode['s-sn']) !== null && _a !== void 0 ? _a : '');
1010
- }
1011
1001
  checkSlotRelocate = true;
1012
1002
  }
1013
1003
  if (recursive) {
@@ -1152,8 +1142,9 @@ const removeVnodes = (vnodes, startIdx, endIdx) => {
1152
1142
  * @param oldCh the old children of the parent node
1153
1143
  * @param newVNode the new VNode which will replace the parent
1154
1144
  * @param newCh the new children of the parent node
1145
+ * @param isInitialRender whether or not this is the first render of the vdom
1155
1146
  */
1156
- const updateChildren = (parentElm, oldCh, newVNode, newCh) => {
1147
+ const updateChildren = (parentElm, oldCh, newVNode, newCh, isInitialRender = false) => {
1157
1148
  let oldStartIdx = 0;
1158
1149
  let newStartIdx = 0;
1159
1150
  let idxInOld = 0;
@@ -1180,24 +1171,24 @@ const updateChildren = (parentElm, oldCh, newVNode, newCh) => {
1180
1171
  else if (newEndVnode == null) {
1181
1172
  newEndVnode = newCh[--newEndIdx];
1182
1173
  }
1183
- else if (isSameVnode(oldStartVnode, newStartVnode)) {
1174
+ else if (isSameVnode(oldStartVnode, newStartVnode, isInitialRender)) {
1184
1175
  // if the start nodes are the same then we should patch the new VNode
1185
1176
  // onto the old one, and increment our `newStartIdx` and `oldStartIdx`
1186
1177
  // indices to reflect that. We don't need to move any DOM Nodes around
1187
1178
  // since things are matched up in order.
1188
- patch(oldStartVnode, newStartVnode);
1179
+ patch(oldStartVnode, newStartVnode, isInitialRender);
1189
1180
  oldStartVnode = oldCh[++oldStartIdx];
1190
1181
  newStartVnode = newCh[++newStartIdx];
1191
1182
  }
1192
- else if (isSameVnode(oldEndVnode, newEndVnode)) {
1183
+ else if (isSameVnode(oldEndVnode, newEndVnode, isInitialRender)) {
1193
1184
  // likewise, if the end nodes are the same we patch new onto old and
1194
1185
  // decrement our end indices, and also likewise in this case we don't
1195
1186
  // need to move any DOM Nodes.
1196
- patch(oldEndVnode, newEndVnode);
1187
+ patch(oldEndVnode, newEndVnode, isInitialRender);
1197
1188
  oldEndVnode = oldCh[--oldEndIdx];
1198
1189
  newEndVnode = newCh[--newEndIdx];
1199
1190
  }
1200
- else if (isSameVnode(oldStartVnode, newEndVnode)) {
1191
+ else if (isSameVnode(oldStartVnode, newEndVnode, isInitialRender)) {
1201
1192
  // case: "Vnode moved right"
1202
1193
  //
1203
1194
  // We've found that the last node in our window on the new children is
@@ -1215,7 +1206,7 @@ const updateChildren = (parentElm, oldCh, newVNode, newCh) => {
1215
1206
  if ((oldStartVnode.$tag$ === 'slot' || newEndVnode.$tag$ === 'slot')) {
1216
1207
  putBackInOriginalLocation(oldStartVnode.$elm$.parentNode, false);
1217
1208
  }
1218
- patch(oldStartVnode, newEndVnode);
1209
+ patch(oldStartVnode, newEndVnode, isInitialRender);
1219
1210
  // We need to move the element for `oldStartVnode` into a position which
1220
1211
  // will be appropriate for `newEndVnode`. For this we can use
1221
1212
  // `.insertBefore` and `oldEndVnode.$elm$.nextSibling`. If there is a
@@ -1237,7 +1228,7 @@ const updateChildren = (parentElm, oldCh, newVNode, newCh) => {
1237
1228
  oldStartVnode = oldCh[++oldStartIdx];
1238
1229
  newEndVnode = newCh[--newEndIdx];
1239
1230
  }
1240
- else if (isSameVnode(oldEndVnode, newStartVnode)) {
1231
+ else if (isSameVnode(oldEndVnode, newStartVnode, isInitialRender)) {
1241
1232
  // case: "Vnode moved left"
1242
1233
  //
1243
1234
  // We've found that the first node in our window on the new children is
@@ -1256,7 +1247,7 @@ const updateChildren = (parentElm, oldCh, newVNode, newCh) => {
1256
1247
  if ((oldStartVnode.$tag$ === 'slot' || newEndVnode.$tag$ === 'slot')) {
1257
1248
  putBackInOriginalLocation(oldEndVnode.$elm$.parentNode, false);
1258
1249
  }
1259
- patch(oldEndVnode, newStartVnode);
1250
+ patch(oldEndVnode, newStartVnode, isInitialRender);
1260
1251
  // We've already checked above if `oldStartVnode` and `newStartVnode` are
1261
1252
  // the same node, so since we're here we know that they are not. Thus we
1262
1253
  // can move the element for `oldEndVnode` _before_ the element for
@@ -1293,7 +1284,7 @@ const updateChildren = (parentElm, oldCh, newVNode, newCh) => {
1293
1284
  node = createElm(oldCh && oldCh[newStartIdx], newVNode, idxInOld, parentElm);
1294
1285
  }
1295
1286
  else {
1296
- patch(elmToMove, newStartVnode);
1287
+ patch(elmToMove, newStartVnode, isInitialRender);
1297
1288
  // invalidate the matching old node so that we won't try to update it
1298
1289
  // again later on
1299
1290
  oldCh[idxInOld] = undefined;
@@ -1344,19 +1335,25 @@ const updateChildren = (parentElm, oldCh, newVNode, newCh) => {
1344
1335
  *
1345
1336
  * @param leftVNode the first VNode to check
1346
1337
  * @param rightVNode the second VNode to check
1338
+ * @param isInitialRender whether or not this is the first render of the vdom
1347
1339
  * @returns whether they're equal or not
1348
1340
  */
1349
- const isSameVnode = (leftVNode, rightVNode) => {
1341
+ const isSameVnode = (leftVNode, rightVNode, isInitialRender = false) => {
1350
1342
  // compare if two vnode to see if they're "technically" the same
1351
1343
  // need to have the same element tag, and same key to be the same
1352
1344
  if (leftVNode.$tag$ === rightVNode.$tag$) {
1353
1345
  if (leftVNode.$tag$ === 'slot') {
1354
1346
  return leftVNode.$name$ === rightVNode.$name$;
1355
1347
  }
1356
- // this will be set if components in the build have `key` attrs set on them
1357
- {
1348
+ // this will be set if JSX tags in the build have `key` attrs set on them
1349
+ // we only want to check this if we're not on the first render since on
1350
+ // first render `leftVNode.$key$` will always be `null`, so we can be led
1351
+ // astray and, for instance, accidentally delete a DOM node that we want to
1352
+ // keep around.
1353
+ if (!isInitialRender) {
1358
1354
  return leftVNode.$key$ === rightVNode.$key$;
1359
1355
  }
1356
+ return true;
1360
1357
  }
1361
1358
  return false;
1362
1359
  };
@@ -1375,8 +1372,9 @@ const parentReferenceNode = (node) => (node['s-ol'] ? node['s-ol'] : node).paren
1375
1372
  *
1376
1373
  * @param oldVNode an old VNode whose DOM element and children we want to update
1377
1374
  * @param newVNode a new VNode representing an updated version of the old one
1375
+ * @param isInitialRender whether or not this is the first render of the vdom
1378
1376
  */
1379
- const patch = (oldVNode, newVNode) => {
1377
+ const patch = (oldVNode, newVNode, isInitialRender = false) => {
1380
1378
  const elm = (newVNode.$elm$ = oldVNode.$elm$);
1381
1379
  const oldChildren = oldVNode.$children$;
1382
1380
  const newChildren = newVNode.$children$;
@@ -1402,7 +1400,7 @@ const patch = (oldVNode, newVNode) => {
1402
1400
  if (oldChildren !== null && newChildren !== null) {
1403
1401
  // looks like there's child vnodes for both the old and new vnodes
1404
1402
  // so we need to call `updateChildren` to reconcile them
1405
- updateChildren(elm, oldChildren, newVNode, newChildren);
1403
+ updateChildren(elm, oldChildren, newVNode, newChildren, isInitialRender);
1406
1404
  }
1407
1405
  else if (newChildren !== null) {
1408
1406
  // no old child vnodes, but there are new child vnodes to add
@@ -1685,7 +1683,7 @@ const renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
1685
1683
  checkSlotFallbackVisibility = false;
1686
1684
  }
1687
1685
  // synchronous patch
1688
- patch(oldVNode, rootVnode);
1686
+ patch(oldVNode, rootVnode, isInitialLoad);
1689
1687
  {
1690
1688
  // while we're moving nodes around existing nodes, temporarily disable
1691
1689
  // the disconnectCallback from working
@@ -1782,6 +1780,8 @@ const renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
1782
1780
  // always reset
1783
1781
  relocateNodes.length = 0;
1784
1782
  }
1783
+ // Clear the content ref so we don't create a memory leak
1784
+ contentRef = undefined;
1785
1785
  };
1786
1786
  const attachToAncestor = (hostRef, ancestorComponent) => {
1787
1787
  if (ancestorComponent && !hostRef.$onRenderResolve$ && ancestorComponent['s-p']) {
@@ -2635,7 +2635,12 @@ const getHostListenerTarget = (elm, flags) => {
2635
2635
  return elm;
2636
2636
  };
2637
2637
  // prettier-ignore
2638
- const hostListenerOpts = (flags) => (flags & 2 /* LISTENER_FLAGS.Capture */) !== 0;
2638
+ const hostListenerOpts = (flags) => supportsListenerOptions
2639
+ ? ({
2640
+ passive: (flags & 1 /* LISTENER_FLAGS.Passive */) !== 0,
2641
+ capture: (flags & 2 /* LISTENER_FLAGS.Capture */) !== 0,
2642
+ })
2643
+ : (flags & 2 /* LISTENER_FLAGS.Capture */) !== 0;
2639
2644
  /**
2640
2645
  * Assigns the given value to the nonce property on the runtime platform object.
2641
2646
  * During runtime, this value is used to set the nonce attribute on all dynamically created script and style tags.
@@ -2646,8 +2651,19 @@ const setNonce = (nonce) => (plt.$nonce$ = nonce);
2646
2651
  /**
2647
2652
  * A WeakMap mapping runtime component references to their corresponding host reference
2648
2653
  * instances.
2654
+ *
2655
+ * **Note**: If we're in an HMR context we need to store a reference to this
2656
+ * value on `window` in order to maintain the mapping of {@link d.RuntimeRef}
2657
+ * to {@link d.HostRef} across HMR updates.
2658
+ *
2659
+ * This is necessary because when HMR updates for a component are processed by
2660
+ * the browser-side dev server client the JS bundle for that component is
2661
+ * re-fetched. Since the module containing {@link hostRefs} is included in
2662
+ * that bundle, if we do not store a reference to it the new iteration of the
2663
+ * component will not have access to the previous hostRef map, leading to a
2664
+ * bug where the new version of the component cannot properly initialize.
2649
2665
  */
2650
- const hostRefs = /*@__PURE__*/ new WeakMap();
2666
+ const hostRefs = new WeakMap();
2651
2667
  /**
2652
2668
  * Given a {@link d.RuntimeRef} retrieve the corresponding {@link d.HostRef}
2653
2669
  *
@@ -2734,6 +2750,18 @@ const setPlatformHelpers = (helpers) => {
2734
2750
  const supportsShadow =
2735
2751
  // TODO(STENCIL-854): Remove code related to legacy shadowDomShim field
2736
2752
  true;
2753
+ const supportsListenerOptions = /*@__PURE__*/ (() => {
2754
+ let supportsListenerOptions = false;
2755
+ try {
2756
+ doc.addEventListener('e', null, Object.defineProperty({}, 'passive', {
2757
+ get() {
2758
+ supportsListenerOptions = true;
2759
+ },
2760
+ }));
2761
+ }
2762
+ catch (e) { }
2763
+ return supportsListenerOptions;
2764
+ })();
2737
2765
  const promiseResolve = (v) => Promise.resolve(v);
2738
2766
  const supportsConstructableStylesheets = /*@__PURE__*/ (() => {
2739
2767
  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-4743453d.js';
6
- export { iosTransitionAnimation } from './ios.transition-3376ccb2.js';
7
- export { mdTransitionAnimation } from './md.transition-f992779f.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-4b98143d.js';
6
+ export { iosTransitionAnimation } from './ios.transition-7ff7381d.js';
7
+ export { mdTransitionAnimation } from './md.transition-28a9a26b.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-1f99b929.js';
11
- export { c as componentOnReady } from './helpers-ae653409.js';
10
+ export { g as getPlatforms, i as initialize, a as isPlatform } from './ionic-global-778b7863.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-1193f005.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-b33f6bca.js';
14
+ export { m as menuController } from './index-48209844.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-fad5fe01.js';
16
16
  import './index-a5d50daf.js';
17
- import './index-b7d870cf.js';
17
+ import './index-73881b51.js';
18
18
  import './gesture-controller-1bf57181.js';
19
- import './hardware-back-button-b2bc76db.js';
19
+ import './hardware-back-button-f42b9c80.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;
@@ -2,8 +2,8 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { w as win, d as doc } from './index-a5d50daf.js';
5
- import { g as getScrollElement, c as scrollByPoint, f as findClosestIonContent } from './index-b9e742e5.js';
6
- import { a as addEventListener, b as removeEventListener, r as raf, c as componentOnReady } from './helpers-ae653409.js';
5
+ import { g as getScrollElement, c as scrollByPoint, f as findClosestIonContent } from './index-eb12ef92.js';
6
+ import { a as addEventListener, b as removeEventListener, r as raf, c as componentOnReady } from './helpers-c0b9ca37.js';
7
7
  import { a as KeyboardResize, K as Keyboard } from './keyboard-73175e24.js';
8
8
  import './index-9b0d46f4.js';
9
9
  import './capacitor-59395cbd.js';
@@ -2,7 +2,7 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { w as win } from './index-a5d50daf.js';
5
- import { r as raf } from './helpers-ae653409.js';
5
+ import { r as raf } from './helpers-c0b9ca37.js';
6
6
  import { a as printIonError } from './index-9b0d46f4.js';
7
7
 
8
8
  /**
@@ -1,15 +1,17 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, h, H as Host, f as getElement, d as createEvent } from './index-b7d870cf.js';
5
- import { r as raf, t as transitionEndAsync, a as addEventListener, b as removeEventListener, g as getElementRoot } from './helpers-ae653409.js';
4
+ import { r as registerInstance, h, H as Host, f as getElement, d as createEvent } from './index-73881b51.js';
5
+ import { r as raf, t as transitionEndAsync, a as addEventListener, b as removeEventListener, g as getElementRoot } from './helpers-c0b9ca37.js';
6
6
  import { l as chevronDown } from './index-f7dc70ba.js';
7
- import { c as config, b as getIonMode } from './ionic-global-1f99b929.js';
7
+ import { c as config, b as getIonMode } from './ionic-global-778b7863.js';
8
8
  import { p as printIonWarning } from './index-9b0d46f4.js';
9
9
 
10
10
  const accordionIosCss = ":host{display:block;position:relative;width:100%;background-color:var(--ion-background-color, #ffffff);overflow:hidden;z-index:0}:host(.accordion-expanding) ::slotted(ion-item[slot=header]),:host(.accordion-expanded) ::slotted(ion-item[slot=header]){--border-width:0px}:host(.accordion-animated){-webkit-transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}:host(.accordion-animated) #content{-webkit-transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}#content{overflow:hidden;will-change:max-height}:host(.accordion-collapsing) #content{max-height:0 !important}:host(.accordion-collapsed) #content{display:none}:host(.accordion-expanding) #content{max-height:0}:host(.accordion-expanding) #content-wrapper{overflow:auto}:host(.accordion-disabled) #header,:host(.accordion-readonly) #header,:host(.accordion-disabled) #content,:host(.accordion-readonly) #content{pointer-events:none}:host(.accordion-disabled) #header,:host(.accordion-disabled) #content{opacity:0.4}@media (prefers-reduced-motion: reduce){:host,#content{-webkit-transition:none !important;transition:none !important}}:host(.accordion-next) ::slotted(ion-item[slot=header]){--border-width:0.55px 0px 0.55px 0px}";
11
+ const IonAccordionIosStyle0 = accordionIosCss;
11
12
 
12
13
  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}}";
14
+ const IonAccordionMdStyle0 = accordionMdCss;
13
15
 
14
16
  const Accordion = class {
15
17
  constructor(hostRef) {
@@ -273,7 +275,9 @@ const Accordion = class {
273
275
  });
274
276
  }
275
277
  toggleExpanded() {
276
- const { accordionGroupEl, value, state } = this;
278
+ const { accordionGroupEl, disabled, readonly, value, state } = this;
279
+ if (disabled || readonly)
280
+ return;
277
281
  if (accordionGroupEl) {
278
282
  /**
279
283
  * Because the accordion group may or may
@@ -294,7 +298,7 @@ const Accordion = class {
294
298
  const headerPart = expanded ? 'header expanded' : 'header';
295
299
  const contentPart = expanded ? 'content expanded' : 'content';
296
300
  this.setAria(expanded);
297
- return (h(Host, { class: {
301
+ return (h(Host, { key: '073e1d02c18dcbc20c68648426e87c14750c031d', class: {
298
302
  [mode]: true,
299
303
  'accordion-expanding': this.state === 8 /* AccordionState.Expanding */,
300
304
  'accordion-expanded': this.state === 4 /* AccordionState.Expanded */,
@@ -305,7 +309,7 @@ const Accordion = class {
305
309
  'accordion-disabled': disabled,
306
310
  'accordion-readonly': readonly,
307
311
  'accordion-animated': this.shouldAnimate(),
308
- } }, h("div", { onClick: () => this.toggleExpanded(), id: "header", part: headerPart, "aria-controls": "content", ref: (headerEl) => (this.headerEl = headerEl) }, h("slot", { name: "header" })), h("div", { id: "content", part: contentPart, role: "region", "aria-labelledby": "header", ref: (contentEl) => (this.contentEl = contentEl) }, h("div", { id: "content-wrapper", ref: (contentElWrapper) => (this.contentElWrapper = contentElWrapper) }, h("slot", { name: "content" })))));
312
+ } }, h("div", { key: '9b4cf326de8bb6b4033992903c0c1bfd7eea9bcc', onClick: () => this.toggleExpanded(), id: "header", part: headerPart, "aria-controls": "content", ref: (headerEl) => (this.headerEl = headerEl) }, h("slot", { key: '464c32a37f64655eacf4218284214f5f30b14a1e', name: "header" })), h("div", { key: '8bb52e6a62d7de0106b253201a89a32e79d9a594', id: "content", part: contentPart, role: "region", "aria-labelledby": "header", ref: (contentEl) => (this.contentEl = contentEl) }, h("div", { key: '1d9dfd952ad493754aaeea7a8f625b33c2dd90a0', id: "content-wrapper", ref: (contentElWrapper) => (this.contentElWrapper = contentElWrapper) }, h("slot", { key: '970dfbc55a612d739d0ca3b7b1a08e5c96d0c479', name: "content" })))));
309
313
  }
310
314
  static get delegatesFocus() { return true; }
311
315
  get el() { return getElement(this); }
@@ -315,13 +319,15 @@ const Accordion = class {
315
319
  };
316
320
  let accordionIds = 0;
317
321
  Accordion.style = {
318
- ios: accordionIosCss,
319
- md: accordionMdCss
322
+ ios: IonAccordionIosStyle0,
323
+ md: IonAccordionMdStyle0
320
324
  };
321
325
 
322
326
  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}";
327
+ const IonAccordionGroupIosStyle0 = accordionGroupIosCss;
323
328
 
324
329
  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}";
330
+ const IonAccordionGroupMdStyle0 = accordionGroupMdCss;
325
331
 
326
332
  const AccordionGroup = class {
327
333
  constructor(hostRef) {
@@ -516,12 +522,12 @@ const AccordionGroup = class {
516
522
  render() {
517
523
  const { disabled, readonly, expand } = this;
518
524
  const mode = getIonMode(this);
519
- return (h(Host, { class: {
525
+ return (h(Host, { key: 'ac2e26ac91c95d08172bd2b51daa7a711c21db9e', class: {
520
526
  [mode]: true,
521
527
  'accordion-group-disabled': disabled,
522
528
  'accordion-group-readonly': readonly,
523
529
  [`accordion-group-expand-${expand}`]: true,
524
- }, role: "presentation" }, h("slot", null)));
530
+ }, role: "presentation" }, h("slot", { key: '444adc2af5730897eba57095da046d6bdb5af70f' })));
525
531
  }
526
532
  get el() { return getElement(this); }
527
533
  static get watchers() { return {
@@ -531,8 +537,8 @@ const AccordionGroup = class {
531
537
  }; }
532
538
  };
533
539
  AccordionGroup.style = {
534
- ios: accordionGroupIosCss,
535
- md: accordionGroupMdCss
540
+ ios: IonAccordionGroupIosStyle0,
541
+ md: IonAccordionGroupMdStyle0
536
542
  };
537
543
 
538
544
  export { Accordion as ion_accordion, AccordionGroup as ion_accordion_group };