voyager-ionic-core 7.6.5 → 7.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (704) hide show
  1. package/components/action-sheet.js +7 -5
  2. package/components/alert.js +7 -5
  3. package/components/backdrop.js +5 -3
  4. package/components/button.js +6 -4
  5. package/components/buttons.js +5 -3
  6. package/components/checkbox.js +4 -2
  7. package/components/data.js +1 -1
  8. package/components/hardware-back-button.js +47 -3
  9. package/components/helpers.js +1 -1
  10. package/components/icon.js +2 -1
  11. package/components/ion-accordion-group.js +6 -4
  12. package/components/ion-accordion.js +9 -5
  13. package/components/ion-app.js +14 -3
  14. package/components/ion-avatar.js +5 -3
  15. package/components/ion-back-button.js +6 -4
  16. package/components/ion-badge.js +6 -4
  17. package/components/ion-breadcrumb.js +6 -4
  18. package/components/ion-breadcrumbs.js +6 -4
  19. package/components/ion-card-content.js +5 -3
  20. package/components/ion-card-header.js +6 -4
  21. package/components/ion-card-subtitle.js +6 -4
  22. package/components/ion-card-title.js +6 -4
  23. package/components/ion-card.js +5 -3
  24. package/components/ion-chip.js +6 -4
  25. package/components/ion-col.js +4 -3
  26. package/components/ion-content.js +5 -4
  27. package/components/ion-datetime-button.js +6 -4
  28. package/components/ion-datetime.js +40 -19
  29. package/components/ion-fab-button.js +6 -4
  30. package/components/ion-fab-list.js +4 -3
  31. package/components/ion-fab.js +4 -3
  32. package/components/ion-footer.js +6 -4
  33. package/components/ion-grid.js +4 -3
  34. package/components/ion-header.js +6 -4
  35. package/components/ion-img.js +3 -2
  36. package/components/ion-infinite-scroll-content.js +6 -4
  37. package/components/ion-infinite-scroll.js +3 -2
  38. package/components/ion-input.js +4 -2
  39. package/components/ion-item-divider.js +6 -4
  40. package/components/ion-item-group.js +5 -3
  41. package/components/ion-item-option.js +6 -4
  42. package/components/ion-item-options.js +5 -3
  43. package/components/ion-item-sliding.js +3 -2
  44. package/components/ion-loading.js +6 -4
  45. package/components/ion-menu-button.js +6 -4
  46. package/components/ion-menu-toggle.js +4 -3
  47. package/components/ion-menu.js +13 -5
  48. package/components/ion-modal.js +8 -7
  49. package/components/ion-nav-link.js +1 -1
  50. package/components/ion-nav.js +3 -2
  51. package/components/ion-picker.js +6 -4
  52. package/components/ion-progress-bar.js +5 -3
  53. package/components/ion-range.js +4 -2
  54. package/components/ion-refresher-content.js +1 -1
  55. package/components/ion-refresher.js +5 -3
  56. package/components/ion-reorder-group.js +3 -2
  57. package/components/ion-reorder.js +5 -3
  58. package/components/ion-router-link.js +4 -3
  59. package/components/ion-router-outlet.js +3 -2
  60. package/components/ion-row.js +3 -2
  61. package/components/ion-searchbar.js +8 -6
  62. package/components/ion-segment-button.js +7 -5
  63. package/components/ion-segment.js +13 -4
  64. package/components/ion-select-option.js +3 -2
  65. package/components/ion-select.js +24 -3
  66. package/components/ion-skeleton-text.js +4 -3
  67. package/components/ion-split-pane.js +15 -14
  68. package/components/ion-tab-bar.js +6 -4
  69. package/components/ion-tab-button.js +6 -4
  70. package/components/ion-tab.js +4 -3
  71. package/components/ion-tabs.js +3 -2
  72. package/components/ion-text.js +4 -3
  73. package/components/ion-textarea.js +4 -2
  74. package/components/ion-thumbnail.js +3 -2
  75. package/components/ion-title.js +6 -4
  76. package/components/ion-toast.js +6 -4
  77. package/components/ion-toggle.js +4 -2
  78. package/components/ion-toolbar.js +6 -4
  79. package/components/item.js +14 -6
  80. package/components/label.js +5 -3
  81. package/components/list-header.js +6 -4
  82. package/components/list.js +5 -3
  83. package/components/note.js +6 -4
  84. package/components/overlays.js +29 -10
  85. package/components/picker-column-internal.js +7 -5
  86. package/components/picker-column.js +6 -4
  87. package/components/picker-internal.js +21 -3
  88. package/components/popover.js +8 -6
  89. package/components/radio-group.js +1 -1
  90. package/components/radio.js +4 -2
  91. package/components/ripple-effect.js +3 -2
  92. package/components/select-popover.js +5 -3
  93. package/components/spinner.js +3 -2
  94. package/css/core.css +28 -0
  95. package/css/core.css.map +1 -1
  96. package/css/ionic.bundle.css +1 -1
  97. package/css/ionic.bundle.css.map +1 -1
  98. package/dist/cjs/{animation-9b401d39.js → animation-fdab9de5.js} +1 -1
  99. package/dist/cjs/{app-globals-07127773.js → app-globals-5a17c5e1.js} +1 -1
  100. package/dist/cjs/{button-active-85665616.js → button-active-b8c3f603.js} +1 -1
  101. package/dist/cjs/{form-controller-7d42a722.js → form-controller-7b90d7b7.js} +1 -1
  102. package/dist/cjs/{framework-delegate-1c29b14a.js → framework-delegate-a3e6d060.js} +1 -1
  103. package/dist/cjs/{hardware-back-button-76833cac.js → hardware-back-button-d23873bb.js} +48 -2
  104. package/dist/cjs/{helpers-76bb7efb.js → helpers-2e1028fa.js} +1 -1
  105. package/dist/cjs/{index-b4f986cd.js → index-10da82ce.js} +1 -1
  106. package/dist/cjs/{index-da15e99c.js → index-53d162b2.js} +1 -1
  107. package/dist/cjs/{index-71f41461.js → index-5a471146.js} +32 -2
  108. package/dist/cjs/{index-6bb6b651.js → index-84351d21.js} +4 -4
  109. package/dist/cjs/{index-96a721a7.js → index-8c679cbf.js} +4 -4
  110. package/dist/cjs/index.cjs.js +11 -11
  111. package/dist/cjs/{input-shims-a23bb0f4.js → input-shims-6f804705.js} +2 -2
  112. package/dist/cjs/{input.utils-3d0166a2.js → input.utils-d693d18a.js} +1 -1
  113. package/dist/cjs/ion-accordion_2.cjs.entry.js +18 -12
  114. package/dist/cjs/ion-action-sheet.cjs.entry.js +15 -13
  115. package/dist/cjs/ion-alert.cjs.entry.js +15 -13
  116. package/dist/cjs/ion-app_8.cjs.entry.js +72 -50
  117. package/dist/cjs/ion-avatar_3.cjs.entry.js +16 -11
  118. package/dist/cjs/ion-back-button.cjs.entry.js +9 -7
  119. package/dist/cjs/ion-backdrop.cjs.entry.js +7 -5
  120. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +15 -11
  121. package/dist/cjs/ion-button_2.cjs.entry.js +11 -8
  122. package/dist/cjs/ion-card_5.cjs.entry.js +31 -21
  123. package/dist/cjs/ion-checkbox.cjs.entry.js +8 -6
  124. package/dist/cjs/ion-chip.cjs.entry.js +8 -6
  125. package/dist/cjs/ion-col_3.cjs.entry.js +13 -10
  126. package/dist/cjs/ion-datetime-button.cjs.entry.js +8 -6
  127. package/dist/cjs/ion-datetime_3.cjs.entry.js +58 -33
  128. package/dist/cjs/ion-fab_3.cjs.entry.js +17 -13
  129. package/dist/cjs/ion-img.cjs.entry.js +6 -5
  130. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +13 -10
  131. package/dist/cjs/ion-input.cjs.entry.js +10 -8
  132. package/dist/cjs/ion-item-option_3.cjs.entry.js +18 -13
  133. package/dist/cjs/ion-item_8.cjs.entry.js +53 -33
  134. package/dist/cjs/ion-loading.cjs.entry.js +13 -11
  135. package/dist/cjs/ion-menu_3.cjs.entry.js +29 -19
  136. package/dist/cjs/ion-modal.cjs.entry.js +17 -16
  137. package/dist/cjs/ion-nav_2.cjs.entry.js +10 -9
  138. package/dist/cjs/ion-picker-column-internal.cjs.entry.js +10 -8
  139. package/dist/cjs/ion-picker-internal.cjs.entry.js +23 -5
  140. package/dist/cjs/ion-popover.cjs.entry.js +16 -14
  141. package/dist/cjs/ion-progress-bar.cjs.entry.js +8 -6
  142. package/dist/cjs/ion-radio_2.cjs.entry.js +9 -7
  143. package/dist/cjs/ion-range.cjs.entry.js +9 -7
  144. package/dist/cjs/ion-refresher_2.cjs.entry.js +11 -9
  145. package/dist/cjs/ion-reorder_2.cjs.entry.js +12 -9
  146. package/dist/cjs/ion-ripple-effect.cjs.entry.js +5 -4
  147. package/dist/cjs/ion-route_4.cjs.entry.js +7 -6
  148. package/dist/cjs/ion-searchbar.cjs.entry.js +11 -9
  149. package/dist/cjs/ion-segment_2.cjs.entry.js +23 -12
  150. package/dist/cjs/ion-select_3.cjs.entry.js +40 -16
  151. package/dist/cjs/ion-spinner.cjs.entry.js +5 -4
  152. package/dist/cjs/ion-split-pane.cjs.entry.js +17 -16
  153. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +15 -11
  154. package/dist/cjs/ion-tab_2.cjs.entry.js +10 -8
  155. package/dist/cjs/ion-text.cjs.entry.js +6 -5
  156. package/dist/cjs/ion-textarea.cjs.entry.js +10 -8
  157. package/dist/cjs/ion-toast.cjs.entry.js +13 -11
  158. package/dist/cjs/ion-toggle.cjs.entry.js +8 -6
  159. package/dist/cjs/{ionic-global-c70c3fb5.js → ionic-global-7358c23e.js} +1 -1
  160. package/dist/cjs/ionic.cjs.js +5 -5
  161. package/dist/cjs/{ios.transition-9624a175.js → ios.transition-8e40c54e.js} +4 -4
  162. package/dist/cjs/loader.cjs.js +4 -4
  163. package/dist/cjs/{md.transition-786baf9a.js → md.transition-597a2479.js} +4 -4
  164. package/dist/cjs/{notch-controller-9735e7ac.js → notch-controller-db0127c4.js} +1 -1
  165. package/dist/cjs/{overlays-4c97edb0.js → overlays-eaf2075f.js} +32 -13
  166. package/dist/cjs/{status-tap-66296dcb.js → status-tap-b0bfea34.js} +3 -3
  167. package/dist/cjs/{swipe-back-e37a1a5c.js → swipe-back-7a848bb8.js} +1 -1
  168. package/dist/collection/collection-manifest.json +1 -1
  169. package/dist/collection/components/accordion/accordion.js +5 -3
  170. package/dist/collection/components/accordion/test/disabled/accordion.e2e.js +94 -0
  171. package/dist/collection/components/accordion/test/readonly/accordion.e2e.js +94 -0
  172. package/dist/collection/components/accordion-group/accordion-group.js +2 -2
  173. package/dist/collection/components/action-sheet/action-sheet.js +3 -3
  174. package/dist/collection/components/alert/alert.ios.css +23 -0
  175. package/dist/collection/components/alert/alert.js +2 -2
  176. package/dist/collection/components/alert/test/basic/alert.e2e.js +29 -4
  177. package/dist/collection/components/app/app.js +12 -2
  178. package/dist/collection/components/avatar/avatar.js +1 -1
  179. package/dist/collection/components/back-button/back-button.js +2 -2
  180. package/dist/collection/components/backdrop/backdrop.js +1 -1
  181. package/dist/collection/components/badge/badge.js +2 -2
  182. package/dist/collection/components/breadcrumb/breadcrumb.js +2 -2
  183. package/dist/collection/components/breadcrumbs/breadcrumbs.js +2 -2
  184. package/dist/collection/components/button/button.js +2 -2
  185. package/dist/collection/components/button/test/basic/button.e2e.js +1 -1
  186. package/dist/collection/components/buttons/buttons.js +1 -1
  187. package/dist/collection/components/card/card.js +1 -1
  188. package/dist/collection/components/card-content/card-content.js +1 -1
  189. package/dist/collection/components/card-header/card-header.js +2 -2
  190. package/dist/collection/components/card-subtitle/card-subtitle.js +2 -2
  191. package/dist/collection/components/card-title/card-title.js +2 -2
  192. package/dist/collection/components/chip/chip.js +2 -2
  193. package/dist/collection/components/col/col.js +2 -2
  194. package/dist/collection/components/content/content.js +3 -3
  195. package/dist/collection/components/datetime/datetime.js +35 -16
  196. package/dist/collection/components/datetime/test/a11y/datetime.e2e.js +3 -3
  197. package/dist/collection/components/datetime/test/basic/datetime.e2e.js +12 -12
  198. package/dist/collection/components/datetime/test/datetime.e2e.js +1 -1
  199. package/dist/collection/components/datetime/test/disable-dates/datetime.e2e.js +1 -1
  200. package/dist/collection/components/datetime/test/disabled/datetime.e2e.js +4 -4
  201. package/dist/collection/components/datetime/test/display/datetime.e2e.js +9 -9
  202. package/dist/collection/components/datetime/test/locale/datetime.e2e.js +3 -3
  203. package/dist/collection/components/datetime/test/minmax/datetime.e2e.js +11 -11
  204. package/dist/collection/components/datetime/test/month-year-picker/datetime.e2e.js +1 -1
  205. package/dist/collection/components/datetime/test/multiple/datetime.e2e.js +22 -5
  206. package/dist/collection/components/datetime/test/position/datetime.e2e.js +1 -1
  207. package/dist/collection/components/datetime/test/prefer-wheel/datetime.e2e.js +32 -32
  208. package/dist/collection/components/datetime/test/presentation/datetime.e2e.js +3 -3
  209. package/dist/collection/components/datetime/test/readonly/datetime.e2e.js +4 -4
  210. package/dist/collection/components/datetime/test/set-value/datetime.e2e.js +4 -4
  211. package/dist/collection/components/datetime/test/time-label/datetime.e2e.js +2 -2
  212. package/dist/collection/components/datetime/test/values/datetime.e2e.js +4 -4
  213. package/dist/collection/components/datetime-button/datetime-button.js +1 -1
  214. package/dist/collection/components/datetime-button/test/basic/datetime-button.e2e.js +14 -14
  215. package/dist/collection/components/datetime-button/test/disabled/datetime-button.e2e.js +2 -2
  216. package/dist/collection/components/datetime-button/test/multiple/datetime-button.e2e.js +6 -6
  217. package/dist/collection/components/fab/fab.js +2 -2
  218. package/dist/collection/components/fab-button/fab-button.js +2 -2
  219. package/dist/collection/components/fab-list/fab-list.js +2 -2
  220. package/dist/collection/components/footer/footer.js +2 -2
  221. package/dist/collection/components/grid/grid.js +2 -2
  222. package/dist/collection/components/header/header.js +2 -2
  223. package/dist/collection/components/header/test/condense/header.e2e.js +2 -2
  224. package/dist/collection/components/img/img.js +1 -1
  225. package/dist/collection/components/infinite-scroll/infinite-scroll.js +1 -1
  226. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +2 -2
  227. package/dist/collection/components/item/item.ios.css +2 -39
  228. package/dist/collection/components/item/item.js +9 -2
  229. package/dist/collection/components/item/item.md.css +2 -39
  230. package/dist/collection/components/item/test/item.spec.js +20 -0
  231. package/dist/collection/components/item-divider/item-divider.js +2 -2
  232. package/dist/collection/components/item-group/item-group.js +1 -1
  233. package/dist/collection/components/item-option/item-option.js +2 -2
  234. package/dist/collection/components/item-options/item-options.js +1 -1
  235. package/dist/collection/components/item-sliding/item-sliding.js +1 -1
  236. package/dist/collection/components/label/label.js +1 -1
  237. package/dist/collection/components/label/test/basic/label.e2e.js +2 -2
  238. package/dist/collection/components/list/list.js +1 -1
  239. package/dist/collection/components/list-header/list-header.js +2 -2
  240. package/dist/collection/components/loading/loading.js +2 -2
  241. package/dist/collection/components/menu/menu.js +8 -8
  242. package/dist/collection/components/menu-button/menu-button.js +2 -2
  243. package/dist/collection/components/menu-toggle/menu-toggle.js +2 -2
  244. package/dist/collection/components/modal/modal.js +4 -5
  245. package/dist/collection/components/modal/test/sheet/modal.e2e.js +1 -1
  246. package/dist/collection/components/modal/test/standalone/modal.e2e.js +1 -1
  247. package/dist/collection/components/nav/nav.js +1 -1
  248. package/dist/collection/components/nav-link/nav-link.js +1 -1
  249. package/dist/collection/components/note/note.js +2 -2
  250. package/dist/collection/components/note/test/a11y/note.e2e.js +6 -6
  251. package/dist/collection/components/picker/picker.js +2 -2
  252. package/dist/collection/components/picker-column/picker-column.js +2 -2
  253. package/dist/collection/components/picker-column-internal/picker-column-internal.js +3 -3
  254. package/dist/collection/components/picker-internal/picker-internal.js +17 -1
  255. package/dist/collection/components/picker-internal/test/keyboard-entry/picker-internal.e2e.js +32 -0
  256. package/dist/collection/components/popover/popover.ios.css +1 -1
  257. package/dist/collection/components/popover/popover.js +2 -2
  258. package/dist/collection/components/popover/popover.md.css +1 -1
  259. package/dist/collection/components/progress-bar/progress-bar.js +1 -1
  260. package/dist/collection/components/radio-group/radio-group.js +1 -1
  261. package/dist/collection/components/radio-group/test/radio-group-events.e2e.js +15 -15
  262. package/dist/collection/components/range/test/label/range.e2e.js +2 -2
  263. package/dist/collection/components/range/test/range-events.e2e.js +2 -2
  264. package/dist/collection/components/refresher/refresher.js +1 -1
  265. package/dist/collection/components/refresher/test/test.utils.js +1 -1
  266. package/dist/collection/components/refresher-content/refresher-content.js +1 -1
  267. package/dist/collection/components/reorder/reorder.js +1 -1
  268. package/dist/collection/components/reorder-group/reorder-group.js +1 -1
  269. package/dist/collection/components/ripple-effect/ripple-effect.js +1 -1
  270. package/dist/collection/components/ripple-effect/test/basic/ripple-effect.e2e.js +2 -2
  271. package/dist/collection/components/router-link/router-link.js +2 -2
  272. package/dist/collection/components/router-outlet/router-outlet.js +1 -1
  273. package/dist/collection/components/row/row.js +1 -1
  274. package/dist/collection/components/searchbar/searchbar.js +4 -4
  275. package/dist/collection/components/segment/segment.js +9 -2
  276. package/dist/collection/components/segment-button/segment-button.js +3 -3
  277. package/dist/collection/components/select/select.js +20 -1
  278. package/dist/collection/components/select/test/disabled/select.e2e.js +1 -1
  279. package/dist/collection/components/select/test/select.spec.js +15 -0
  280. package/dist/collection/components/select-option/select-option.js +1 -1
  281. package/dist/collection/components/select-popover/select-popover.js +1 -1
  282. package/dist/collection/components/skeleton-text/skeleton-text.js +2 -2
  283. package/dist/collection/components/spinner/spinner.js +1 -1
  284. package/dist/collection/components/split-pane/split-pane.js +11 -12
  285. package/dist/collection/components/tab/tab.js +2 -2
  286. package/dist/collection/components/tab-bar/tab-bar.js +2 -2
  287. package/dist/collection/components/tab-button/tab-button.js +2 -2
  288. package/dist/collection/components/tabs/tabs.js +1 -1
  289. package/dist/collection/components/text/text.js +2 -2
  290. package/dist/collection/components/textarea/test/textarea-events.e2e.js +4 -4
  291. package/dist/collection/components/thumbnail/thumbnail.js +1 -1
  292. package/dist/collection/components/title/title.js +2 -2
  293. package/dist/collection/components/toast/toast.js +2 -2
  294. package/dist/collection/components/toolbar/toolbar.js +2 -2
  295. package/dist/collection/utils/hardware-back-button.js +45 -2
  296. package/dist/collection/utils/helpers.js +1 -1
  297. package/dist/collection/utils/overlays.js +29 -9
  298. package/dist/collection/utils/test/hardware-back-button.spec.js +38 -0
  299. package/dist/docs.json +5 -10
  300. package/dist/esm/{animation-dde8cc0d.js → animation-60dbdd13.js} +1 -1
  301. package/dist/esm/{app-globals-52c78291.js → app-globals-47226a12.js} +1 -1
  302. package/dist/esm/{button-active-b62776db.js → button-active-4bee452c.js} +1 -1
  303. package/dist/esm/{data-775093f5.js → data-0f3ab200.js} +1 -1
  304. package/dist/esm/{form-controller-548aa79c.js → form-controller-014aa89f.js} +1 -1
  305. package/dist/esm/{framework-delegate-bc1fd82a.js → framework-delegate-fed7fe7c.js} +1 -1
  306. package/dist/esm/{hardware-back-button-b2bc76db.js → hardware-back-button-f42b9c80.js} +48 -3
  307. package/dist/esm/{helpers-ae653409.js → helpers-c0b9ca37.js} +1 -1
  308. package/dist/esm/{index-01cb9192.js → index-48209844.js} +4 -4
  309. package/dist/esm/{index-a97c95a7.js → index-4b98143d.js} +4 -4
  310. package/dist/esm/{index-27668d5b.js → index-73881b51.js} +32 -2
  311. package/dist/esm/{index-82eeb47f.js → index-d64f34ea.js} +1 -1
  312. package/dist/esm/{index-b9e742e5.js → index-eb12ef92.js} +1 -1
  313. package/dist/esm/index.js +11 -11
  314. package/dist/esm/{input-shims-6539ce13.js → input-shims-b90ca55f.js} +2 -2
  315. package/dist/esm/{input.utils-a5a2d164.js → input.utils-6e9b0046.js} +1 -1
  316. package/dist/esm/ion-accordion_2.entry.js +18 -12
  317. package/dist/esm/ion-action-sheet.entry.js +15 -13
  318. package/dist/esm/ion-alert.entry.js +15 -13
  319. package/dist/esm/ion-app_8.entry.js +62 -40
  320. package/dist/esm/ion-avatar_3.entry.js +16 -11
  321. package/dist/esm/ion-back-button.entry.js +9 -7
  322. package/dist/esm/ion-backdrop.entry.js +7 -5
  323. package/dist/esm/ion-breadcrumb_2.entry.js +15 -11
  324. package/dist/esm/ion-button_2.entry.js +11 -8
  325. package/dist/esm/ion-card_5.entry.js +31 -21
  326. package/dist/esm/ion-checkbox.entry.js +8 -6
  327. package/dist/esm/ion-chip.entry.js +8 -6
  328. package/dist/esm/ion-col_3.entry.js +13 -10
  329. package/dist/esm/ion-datetime-button.entry.js +9 -7
  330. package/dist/esm/ion-datetime_3.entry.js +59 -34
  331. package/dist/esm/ion-fab_3.entry.js +17 -13
  332. package/dist/esm/ion-img.entry.js +6 -5
  333. package/dist/esm/ion-infinite-scroll_2.entry.js +13 -10
  334. package/dist/esm/ion-input.entry.js +10 -8
  335. package/dist/esm/ion-item-option_3.entry.js +18 -13
  336. package/dist/esm/ion-item_8.entry.js +53 -33
  337. package/dist/esm/ion-loading.entry.js +13 -11
  338. package/dist/esm/ion-menu_3.entry.js +29 -19
  339. package/dist/esm/ion-modal.entry.js +17 -16
  340. package/dist/esm/ion-nav_2.entry.js +10 -9
  341. package/dist/esm/ion-picker-column-internal.entry.js +10 -8
  342. package/dist/esm/ion-picker-internal.entry.js +23 -5
  343. package/dist/esm/ion-popover.entry.js +16 -14
  344. package/dist/esm/ion-progress-bar.entry.js +8 -6
  345. package/dist/esm/ion-radio_2.entry.js +9 -7
  346. package/dist/esm/ion-range.entry.js +9 -7
  347. package/dist/esm/ion-refresher_2.entry.js +11 -9
  348. package/dist/esm/ion-reorder_2.entry.js +12 -9
  349. package/dist/esm/ion-ripple-effect.entry.js +5 -4
  350. package/dist/esm/ion-route_4.entry.js +7 -6
  351. package/dist/esm/ion-searchbar.entry.js +11 -9
  352. package/dist/esm/ion-segment_2.entry.js +23 -12
  353. package/dist/esm/ion-select_3.entry.js +40 -16
  354. package/dist/esm/ion-spinner.entry.js +5 -4
  355. package/dist/esm/ion-split-pane.entry.js +17 -16
  356. package/dist/esm/ion-tab-bar_2.entry.js +15 -11
  357. package/dist/esm/ion-tab_2.entry.js +10 -8
  358. package/dist/esm/ion-text.entry.js +6 -5
  359. package/dist/esm/ion-textarea.entry.js +10 -8
  360. package/dist/esm/ion-toast.entry.js +13 -11
  361. package/dist/esm/ion-toggle.entry.js +8 -6
  362. package/dist/esm/{ionic-global-8fa0f940.js → ionic-global-778b7863.js} +1 -1
  363. package/dist/esm/ionic.js +6 -6
  364. package/dist/esm/{ios.transition-62fd50ab.js → ios.transition-7ff7381d.js} +4 -4
  365. package/dist/esm/loader.js +5 -5
  366. package/dist/esm/{md.transition-7e56966a.js → md.transition-28a9a26b.js} +4 -4
  367. package/dist/esm/{notch-controller-fea7f9c5.js → notch-controller-15d281a4.js} +1 -1
  368. package/dist/esm/{overlays-8414359b.js → overlays-fad5fe01.js} +32 -13
  369. package/dist/esm/{status-tap-129c01cf.js → status-tap-2b335fb7.js} +3 -3
  370. package/dist/esm/{swipe-back-18cb49f7.js → swipe-back-fa0ec5cd.js} +1 -1
  371. package/dist/esm-es5/{animation-dde8cc0d.js → animation-60dbdd13.js} +1 -1
  372. package/dist/esm-es5/app-globals-47226a12.js +4 -0
  373. package/dist/esm-es5/{button-active-b62776db.js → button-active-4bee452c.js} +1 -1
  374. package/dist/esm-es5/{data-775093f5.js → data-0f3ab200.js} +1 -1
  375. package/dist/esm-es5/{form-controller-548aa79c.js → form-controller-014aa89f.js} +1 -1
  376. package/dist/esm-es5/{framework-delegate-bc1fd82a.js → framework-delegate-fed7fe7c.js} +1 -1
  377. package/dist/esm-es5/hardware-back-button-f42b9c80.js +4 -0
  378. package/dist/esm-es5/helpers-c0b9ca37.js +4 -0
  379. package/dist/esm-es5/{index-01cb9192.js → index-48209844.js} +1 -1
  380. package/dist/esm-es5/{index-a97c95a7.js → index-4b98143d.js} +1 -1
  381. package/dist/esm-es5/{index-27668d5b.js → index-73881b51.js} +2 -2
  382. package/dist/esm-es5/index-d64f34ea.js +4 -0
  383. package/dist/esm-es5/{index-b9e742e5.js → index-eb12ef92.js} +1 -1
  384. package/dist/esm-es5/index.js +1 -1
  385. package/dist/esm-es5/{input-shims-6539ce13.js → input-shims-b90ca55f.js} +1 -1
  386. package/dist/esm-es5/{input.utils-a5a2d164.js → input.utils-6e9b0046.js} +1 -1
  387. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  388. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  389. package/dist/esm-es5/ion-alert.entry.js +1 -1
  390. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  391. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  392. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  393. package/dist/esm-es5/ion-backdrop.entry.js +1 -1
  394. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  395. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  396. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  397. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  398. package/dist/esm-es5/ion-chip.entry.js +1 -1
  399. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  400. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  401. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  402. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  403. package/dist/esm-es5/ion-img.entry.js +1 -1
  404. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  405. package/dist/esm-es5/ion-input.entry.js +1 -1
  406. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  407. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  408. package/dist/esm-es5/ion-loading.entry.js +1 -1
  409. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  410. package/dist/esm-es5/ion-modal.entry.js +1 -1
  411. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  412. package/dist/esm-es5/ion-picker-column-internal.entry.js +1 -1
  413. package/dist/esm-es5/ion-picker-internal.entry.js +1 -1
  414. package/dist/esm-es5/ion-popover.entry.js +1 -1
  415. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  416. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  417. package/dist/esm-es5/ion-range.entry.js +1 -1
  418. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  419. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  420. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  421. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  422. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  423. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  424. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  425. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  426. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  427. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  428. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  429. package/dist/esm-es5/ion-text.entry.js +1 -1
  430. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  431. package/dist/esm-es5/ion-toast.entry.js +1 -1
  432. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  433. package/dist/esm-es5/{ionic-global-8fa0f940.js → ionic-global-778b7863.js} +1 -1
  434. package/dist/esm-es5/ionic.js +1 -1
  435. package/dist/esm-es5/{ios.transition-62fd50ab.js → ios.transition-7ff7381d.js} +1 -1
  436. package/dist/esm-es5/loader.js +1 -1
  437. package/dist/esm-es5/md.transition-28a9a26b.js +4 -0
  438. package/dist/esm-es5/{notch-controller-fea7f9c5.js → notch-controller-15d281a4.js} +1 -1
  439. package/dist/esm-es5/overlays-fad5fe01.js +4 -0
  440. package/dist/esm-es5/{status-tap-129c01cf.js → status-tap-2b335fb7.js} +1 -1
  441. package/dist/esm-es5/{swipe-back-18cb49f7.js → swipe-back-fa0ec5cd.js} +1 -1
  442. package/dist/ionic/index.esm.js +1 -1
  443. package/dist/ionic/ionic.esm.js +1 -1
  444. package/dist/ionic/ionic.js +1 -1
  445. package/dist/ionic/p-001010b6.system.js +4 -0
  446. package/dist/ionic/p-044ad008.system.entry.js +4 -0
  447. package/dist/ionic/p-078fd095.system.entry.js +4 -0
  448. package/dist/ionic/p-0ae25399.system.entry.js +4 -0
  449. package/dist/ionic/p-0b955124.system.js +4 -0
  450. package/dist/ionic/p-0e29919c.system.entry.js +4 -0
  451. package/dist/ionic/p-0eef8b34.system.entry.js +4 -0
  452. package/dist/ionic/p-0fd295ef.system.entry.js +4 -0
  453. package/dist/ionic/{p-436bd99a.entry.js → p-108f730a.entry.js} +1 -1
  454. package/dist/ionic/p-1375f21f.js +4 -0
  455. package/dist/ionic/{p-fd41bd8a.js → p-1aa7c019.js} +1 -1
  456. package/dist/ionic/{p-13387c28.entry.js → p-1c531ca2.entry.js} +1 -1
  457. package/dist/ionic/p-1d8c2cfc.system.entry.js +4 -0
  458. package/dist/ionic/{p-53ec4f1c.system.js → p-1dfc11b3.system.js} +1 -1
  459. package/dist/ionic/p-1f6cdf2c.system.entry.js +4 -0
  460. package/dist/ionic/p-20a6513f.system.entry.js +4 -0
  461. package/dist/ionic/p-20f7a91e.system.entry.js +4 -0
  462. package/dist/ionic/{p-ae638cb5.system.js → p-25b08bc4.system.js} +1 -1
  463. package/dist/ionic/p-2da0a76c.entry.js +4 -0
  464. package/dist/ionic/p-2f66e177.system.entry.js +4 -0
  465. package/dist/ionic/p-30c9e049.system.entry.js +4 -0
  466. package/dist/ionic/p-30d77a91.system.js +4 -0
  467. package/dist/ionic/{p-376a6063.js → p-31c495c2.js} +1 -1
  468. package/dist/ionic/p-333f06ed.entry.js +4 -0
  469. package/dist/ionic/{p-23ce95e8.js → p-341b4519.js} +1 -1
  470. package/dist/ionic/p-34947dff.system.entry.js +4 -0
  471. package/dist/ionic/{p-cabad15b.system.js → p-37c33319.system.js} +1 -1
  472. package/dist/ionic/p-38a6fee7.entry.js +4 -0
  473. package/dist/ionic/p-396c1a55.entry.js +4 -0
  474. package/dist/ionic/p-3a54c070.system.entry.js +4 -0
  475. package/dist/ionic/p-3a98f8db.entry.js +4 -0
  476. package/dist/ionic/{p-d51674c5.system.js → p-3c6f02cf.system.js} +1 -1
  477. package/dist/ionic/{p-249633a4.entry.js → p-3cdbaa49.entry.js} +1 -1
  478. package/dist/ionic/p-3eb2da31.js +4 -0
  479. package/dist/ionic/{p-ef3a6b51.system.js → p-3f028207.system.js} +1 -1
  480. package/dist/ionic/p-400574bf.entry.js +4 -0
  481. package/dist/ionic/p-41fde260.entry.js +4 -0
  482. package/dist/ionic/{p-8aa1d0b7.system.js → p-49543c9c.system.js} +1 -1
  483. package/dist/ionic/p-4b2d5b9c.js +4 -0
  484. package/dist/ionic/{p-88d5fbd3.js → p-4f777b5e.js} +1 -1
  485. package/dist/ionic/p-4fc40349.system.entry.js +4 -0
  486. package/dist/ionic/p-51f08a9f.entry.js +4 -0
  487. package/dist/ionic/p-52e02877.entry.js +4 -0
  488. package/dist/ionic/{p-43afd001.system.js → p-55d5cd00.system.js} +1 -1
  489. package/dist/ionic/p-5615cf3f.system.entry.js +4 -0
  490. package/dist/ionic/p-58e3ae88.system.entry.js +4 -0
  491. package/dist/ionic/p-594ead2f.entry.js +4 -0
  492. package/dist/ionic/{p-7bae84aa.entry.js → p-5a0c301f.entry.js} +1 -1
  493. package/dist/ionic/p-5e60dbc8.entry.js +4 -0
  494. package/dist/ionic/{p-d2707f9d.system.js → p-5eea8b4c.system.js} +1 -1
  495. package/dist/ionic/p-5f456b3c.system.entry.js +4 -0
  496. package/dist/ionic/p-61ba2137.system.js +4 -0
  497. package/dist/ionic/{p-be04fcd8.system.entry.js → p-62067818.system.entry.js} +1 -1
  498. package/dist/ionic/{p-4a4bbcc5.system.js → p-62a3c609.system.js} +2 -2
  499. package/dist/ionic/p-680f96e8.system.entry.js +4 -0
  500. package/dist/ionic/p-6871553b.system.js +4 -0
  501. package/dist/ionic/p-6b02edd6.js +4 -0
  502. package/dist/ionic/p-6f38d0c5.system.entry.js +4 -0
  503. package/dist/ionic/p-70026e8f.system.entry.js +4 -0
  504. package/dist/ionic/{p-87bb3735.system.js → p-7330c044.system.js} +1 -1
  505. package/dist/ionic/p-76893257.system.js +5 -0
  506. package/dist/ionic/p-78edc0cd.system.entry.js +4 -0
  507. package/dist/ionic/p-7c32fb95.system.entry.js +4 -0
  508. package/dist/ionic/p-84879f61.system.entry.js +4 -0
  509. package/dist/ionic/p-84f589e1.entry.js +4 -0
  510. package/dist/ionic/p-8569d759.system.entry.js +4 -0
  511. package/dist/ionic/p-86670b91.system.js +4 -0
  512. package/dist/ionic/p-88ca4854.entry.js +4 -0
  513. package/dist/ionic/{p-803ad1e3.entry.js → p-89b5aff2.entry.js} +1 -1
  514. package/dist/ionic/p-8a671f16.entry.js +4 -0
  515. package/dist/ionic/{p-25221a73.js → p-8ddc00f7.js} +1 -1
  516. package/dist/ionic/{p-005e0ad0.js → p-8f1ce253.js} +1 -1
  517. package/dist/ionic/p-92c2178e.system.entry.js +4 -0
  518. package/dist/ionic/{p-29d03b3a.js → p-9393a49f.js} +1 -1
  519. package/dist/ionic/{p-3a75d7fd.js → p-94be3ad7.js} +1 -1
  520. package/dist/ionic/p-95c44e02.system.js +4 -0
  521. package/dist/ionic/p-97eca294.entry.js +4 -0
  522. package/dist/ionic/{p-bb41c476.system.entry.js → p-9a6ab80a.system.entry.js} +1 -1
  523. package/dist/ionic/p-9db1e4c5.entry.js +4 -0
  524. package/dist/ionic/p-9eb4ea47.system.entry.js +4 -0
  525. package/dist/ionic/p-9f5b40c0.system.entry.js +4 -0
  526. package/dist/ionic/p-9f6397ce.entry.js +4 -0
  527. package/dist/ionic/p-a02b2d75.entry.js +4 -0
  528. package/dist/ionic/p-a051c371.entry.js +4 -0
  529. package/dist/ionic/{p-ed60d571.entry.js → p-a114530c.entry.js} +1 -1
  530. package/dist/ionic/p-a19f5ae1.entry.js +4 -0
  531. package/dist/ionic/p-a1bfaa5c.system.entry.js +4 -0
  532. package/dist/ionic/p-a2ad515b.entry.js +4 -0
  533. package/dist/ionic/{p-4180a747.js → p-a3f572a7.js} +1 -1
  534. package/dist/ionic/p-aa7ae6aa.entry.js +4 -0
  535. package/dist/ionic/{p-0bd51c34.system.js → p-abe101da.system.js} +1 -1
  536. package/dist/ionic/p-ac20160b.system.entry.js +4 -0
  537. package/dist/ionic/p-b06ac4a5.system.js +4 -0
  538. package/dist/ionic/p-b1f0c48e.system.entry.js +4 -0
  539. package/dist/ionic/{p-66d633fb.js → p-b253ad7f.js} +1 -1
  540. package/dist/ionic/p-b4a95b80.system.entry.js +4 -0
  541. package/dist/ionic/{p-03e00f90.js → p-b4d8fe47.js} +1 -1
  542. package/dist/ionic/p-b5839dc2.js +4 -0
  543. package/dist/ionic/p-b8c4df21.entry.js +4 -0
  544. package/dist/ionic/p-b8c685a7.system.js +4 -0
  545. package/dist/ionic/{p-3c33dc30.system.js → p-b94882a9.system.js} +1 -1
  546. package/dist/ionic/{p-c1c57873.system.entry.js → p-bc2c03d7.system.entry.js} +1 -1
  547. package/dist/ionic/{p-36d187af.js → p-c2289cd1.js} +1 -1
  548. package/dist/ionic/p-c3d041af.entry.js +4 -0
  549. package/dist/ionic/p-c569d1c8.entry.js +4 -0
  550. package/dist/ionic/p-c5c3710c.js +4 -0
  551. package/dist/ionic/{p-32b8e50d.system.js → p-c6fef62b.system.js} +1 -1
  552. package/dist/ionic/{p-7798c78a.system.js → p-c80c7e90.system.js} +1 -1
  553. package/dist/ionic/{p-013013a3.js → p-c858f685.js} +1 -1
  554. package/dist/ionic/p-c995da88.system.js +4 -0
  555. package/dist/ionic/p-cd055d60.system.entry.js +4 -0
  556. package/dist/ionic/p-ce2eabd5.entry.js +4 -0
  557. package/dist/ionic/p-d181166c.system.entry.js +4 -0
  558. package/dist/ionic/p-d7260b87.entry.js +4 -0
  559. package/dist/ionic/p-d74ca358.entry.js +4 -0
  560. package/dist/ionic/p-d8607ede.entry.js +4 -0
  561. package/dist/ionic/p-d95c8e90.entry.js +4 -0
  562. package/dist/ionic/p-dbb4c012.entry.js +4 -0
  563. package/dist/ionic/p-dce9bc53.entry.js +4 -0
  564. package/dist/ionic/p-dd60faa5.system.entry.js +4 -0
  565. package/dist/ionic/p-df281664.system.entry.js +4 -0
  566. package/dist/ionic/p-df468a8f.entry.js +4 -0
  567. package/dist/ionic/{p-d6129c6e.js → p-e1271366.js} +1 -1
  568. package/dist/ionic/{p-38f2c6bb.system.js → p-e2bb92ed.system.js} +1 -1
  569. package/dist/ionic/p-e68980ff.system.entry.js +4 -0
  570. package/dist/ionic/p-e6aaff14.system.entry.js +4 -0
  571. package/dist/ionic/p-e6cfaa07.system.entry.js +4 -0
  572. package/dist/ionic/{p-1052ef2b.entry.js → p-ea8fbf09.entry.js} +1 -1
  573. package/dist/ionic/p-eb1fdf9f.system.entry.js +4 -0
  574. package/dist/ionic/p-eda7a1db.system.entry.js +4 -0
  575. package/dist/ionic/p-ef441122.entry.js +4 -0
  576. package/dist/ionic/p-efe9180b.entry.js +4 -0
  577. package/dist/ionic/p-f46775e4.entry.js +4 -0
  578. package/dist/ionic/p-f7b43141.system.entry.js +4 -0
  579. package/dist/ionic/{p-18cae04f.js → p-f7dce541.js} +1 -1
  580. package/dist/ionic/{p-e814f9c0.entry.js → p-f88dd429.entry.js} +1 -1
  581. package/dist/ionic/p-f97b9cdd.system.entry.js +4 -0
  582. package/dist/ionic/p-fd2aa50c.js +4 -0
  583. package/dist/ionic/p-fd36799d.system.js +4 -0
  584. package/dist/ionic/{p-b6f6f00e.entry.js → p-fd3f475f.entry.js} +1 -1
  585. package/dist/ionic/p-fd8ced99.system.js +4 -0
  586. package/dist/ionic/p-fe92da17.entry.js +4 -0
  587. package/dist/types/components/action-sheet/action-sheet-interface.d.ts +2 -2
  588. package/dist/types/components/alert/alert-interface.d.ts +2 -2
  589. package/dist/types/components/item/item.d.ts +1 -0
  590. package/dist/types/components/toast/toast-interface.d.ts +2 -2
  591. package/dist/types/interface.d.ts +1 -1
  592. package/dist/types/utils/browser/index.d.ts +22 -1
  593. package/dist/types/utils/config.d.ts +7 -0
  594. package/dist/types/utils/hardware-back-button.d.ts +13 -0
  595. package/hydrate/index.d.ts +1 -1
  596. package/hydrate/index.js +592 -349
  597. package/package.json +6 -6
  598. package/dist/collection/components/accordion/test/accordion.e2e.js +0 -39
  599. package/dist/esm-es5/app-globals-52c78291.js +0 -4
  600. package/dist/esm-es5/hardware-back-button-b2bc76db.js +0 -4
  601. package/dist/esm-es5/helpers-ae653409.js +0 -4
  602. package/dist/esm-es5/index-82eeb47f.js +0 -4
  603. package/dist/esm-es5/md.transition-7e56966a.js +0 -4
  604. package/dist/esm-es5/overlays-8414359b.js +0 -4
  605. package/dist/ionic/p-01438d78.entry.js +0 -4
  606. package/dist/ionic/p-02e530f5.system.js +0 -4
  607. package/dist/ionic/p-0abedd22.entry.js +0 -4
  608. package/dist/ionic/p-0d2b6901.entry.js +0 -4
  609. package/dist/ionic/p-127ff448.entry.js +0 -4
  610. package/dist/ionic/p-1a0bf247.system.entry.js +0 -4
  611. package/dist/ionic/p-1a5f0313.system.js +0 -4
  612. package/dist/ionic/p-1cca10d6.system.js +0 -4
  613. package/dist/ionic/p-1f7fc88d.entry.js +0 -4
  614. package/dist/ionic/p-1ffb40d0.system.entry.js +0 -4
  615. package/dist/ionic/p-23a9d086.js +0 -4
  616. package/dist/ionic/p-25553eba.system.entry.js +0 -4
  617. package/dist/ionic/p-2a496995.js +0 -4
  618. package/dist/ionic/p-3197dbf7.entry.js +0 -4
  619. package/dist/ionic/p-32ad210f.system.js +0 -4
  620. package/dist/ionic/p-35e1a80f.system.entry.js +0 -4
  621. package/dist/ionic/p-38c337e7.system.js +0 -4
  622. package/dist/ionic/p-3b83e483.system.entry.js +0 -4
  623. package/dist/ionic/p-3bcbbf43.system.entry.js +0 -4
  624. package/dist/ionic/p-3f0afc6f.entry.js +0 -4
  625. package/dist/ionic/p-40f68333.system.js +0 -4
  626. package/dist/ionic/p-41040a92.system.entry.js +0 -4
  627. package/dist/ionic/p-41aa2662.entry.js +0 -4
  628. package/dist/ionic/p-48f7e8cc.system.entry.js +0 -4
  629. package/dist/ionic/p-4b3623da.js +0 -4
  630. package/dist/ionic/p-4cd6a04c.system.entry.js +0 -4
  631. package/dist/ionic/p-525b6ac4.system.entry.js +0 -4
  632. package/dist/ionic/p-54c92c77.entry.js +0 -4
  633. package/dist/ionic/p-5a85d71d.entry.js +0 -4
  634. package/dist/ionic/p-5aecd304.system.entry.js +0 -4
  635. package/dist/ionic/p-5c2da581.system.entry.js +0 -4
  636. package/dist/ionic/p-619fafe3.system.entry.js +0 -4
  637. package/dist/ionic/p-61bf9f6f.system.entry.js +0 -4
  638. package/dist/ionic/p-677cb2f7.js +0 -4
  639. package/dist/ionic/p-67c3a2a8.system.js +0 -5
  640. package/dist/ionic/p-688a36c7.entry.js +0 -4
  641. package/dist/ionic/p-6a257379.entry.js +0 -4
  642. package/dist/ionic/p-6b9eee40.system.entry.js +0 -4
  643. package/dist/ionic/p-6ba863b1.system.entry.js +0 -4
  644. package/dist/ionic/p-6e165986.system.entry.js +0 -4
  645. package/dist/ionic/p-7510e462.entry.js +0 -4
  646. package/dist/ionic/p-76b6b42e.system.entry.js +0 -4
  647. package/dist/ionic/p-770f5b43.system.js +0 -4
  648. package/dist/ionic/p-7751def0.system.entry.js +0 -4
  649. package/dist/ionic/p-788942c8.system.entry.js +0 -4
  650. package/dist/ionic/p-790220fd.system.js +0 -4
  651. package/dist/ionic/p-7de774dd.entry.js +0 -4
  652. package/dist/ionic/p-8084e9cb.entry.js +0 -4
  653. package/dist/ionic/p-80ddd0c1.entry.js +0 -4
  654. package/dist/ionic/p-85e04029.entry.js +0 -4
  655. package/dist/ionic/p-87e10168.system.entry.js +0 -4
  656. package/dist/ionic/p-888db766.system.js +0 -4
  657. package/dist/ionic/p-88d99112.system.entry.js +0 -4
  658. package/dist/ionic/p-89c28901.system.entry.js +0 -4
  659. package/dist/ionic/p-928e945d.system.entry.js +0 -4
  660. package/dist/ionic/p-978c6799.system.entry.js +0 -4
  661. package/dist/ionic/p-9a0b9b64.entry.js +0 -4
  662. package/dist/ionic/p-a2d75455.entry.js +0 -4
  663. package/dist/ionic/p-a706cf11.system.entry.js +0 -4
  664. package/dist/ionic/p-a78d17e2.entry.js +0 -4
  665. package/dist/ionic/p-aca77953.entry.js +0 -4
  666. package/dist/ionic/p-b09c8228.entry.js +0 -4
  667. package/dist/ionic/p-b2205a7c.system.entry.js +0 -4
  668. package/dist/ionic/p-b43cf55f.entry.js +0 -4
  669. package/dist/ionic/p-bc59962f.system.entry.js +0 -4
  670. package/dist/ionic/p-bf595ef8.system.entry.js +0 -4
  671. package/dist/ionic/p-bf80f9d1.entry.js +0 -4
  672. package/dist/ionic/p-c0f62b42.system.js +0 -4
  673. package/dist/ionic/p-c16d9f2c.system.entry.js +0 -4
  674. package/dist/ionic/p-c48a9ef3.system.entry.js +0 -4
  675. package/dist/ionic/p-c9219299.entry.js +0 -4
  676. package/dist/ionic/p-cae77add.system.entry.js +0 -4
  677. package/dist/ionic/p-cd6bb7f5.system.entry.js +0 -4
  678. package/dist/ionic/p-cdce5ba3.system.entry.js +0 -4
  679. package/dist/ionic/p-d5216086.entry.js +0 -4
  680. package/dist/ionic/p-d6beb1c9.system.entry.js +0 -4
  681. package/dist/ionic/p-db798370.system.entry.js +0 -4
  682. package/dist/ionic/p-dc1d883c.system.entry.js +0 -4
  683. package/dist/ionic/p-dd9dff11.entry.js +0 -4
  684. package/dist/ionic/p-ddbb2d5b.system.js +0 -4
  685. package/dist/ionic/p-de6f8b28.system.js +0 -4
  686. package/dist/ionic/p-df62accd.entry.js +0 -4
  687. package/dist/ionic/p-e1e05489.system.entry.js +0 -4
  688. package/dist/ionic/p-e3ff3cde.system.entry.js +0 -4
  689. package/dist/ionic/p-e8294cc1.entry.js +0 -4
  690. package/dist/ionic/p-e87564bc.entry.js +0 -4
  691. package/dist/ionic/p-ea7f77e7.entry.js +0 -4
  692. package/dist/ionic/p-eb210b21.system.entry.js +0 -4
  693. package/dist/ionic/p-eb80ca40.entry.js +0 -4
  694. package/dist/ionic/p-eba17ff5.system.entry.js +0 -4
  695. package/dist/ionic/p-eef72e06.js +0 -4
  696. package/dist/ionic/p-efcc4b66.entry.js +0 -4
  697. package/dist/ionic/p-f08d8865.js +0 -4
  698. package/dist/ionic/p-f3478ed6.system.entry.js +0 -4
  699. package/dist/ionic/p-f4bf2448.entry.js +0 -4
  700. package/dist/ionic/p-f4e37ba7.entry.js +0 -4
  701. package/dist/ionic/p-f56d53bd.entry.js +0 -4
  702. package/dist/ionic/p-f8564a9b.system.entry.js +0 -4
  703. package/dist/ionic/p-f865bc9a.entry.js +0 -4
  704. package/dist/ionic/p-fd1a0431.js +0 -4
@@ -100,14 +100,6 @@
100
100
  * @prop --highlight-color-valid: The color of the highlight on the item when valid. Only applies to inputs and textareas using the legacy form syntax. DEPRECATED: Highlights can be styled on `ion-input` or `ion-textarea` when using the modern form syntax.
101
101
  * @prop --highlight-color-invalid: The color of the highlight on the item when invalid. Only applies to inputs and textareas using the legacy form syntax. DEPRECATED: Highlights can be styled on `ion-input` or `ion-textarea` when using the modern form syntax.
102
102
  */
103
- /**
104
- * We change the minimum width as the
105
- * font size changes. Using a fixed minimum
106
- * width means that fewer and fewer characters
107
- * can be displayed in the same space as the
108
- * text grows.
109
- */
110
- --inner-min-width: 4rem;
111
103
  --border-radius: 0px;
112
104
  --border-width: 0px;
113
105
  --border-style: solid;
@@ -238,7 +230,6 @@
238
230
  /* stylelint-enable */
239
231
  display: flex;
240
232
  position: relative;
241
- flex-wrap: wrap;
242
233
  align-items: inherit;
243
234
  justify-content: inherit;
244
235
  width: 100%;
@@ -270,10 +261,6 @@
270
261
  }
271
262
  }
272
263
 
273
- :host(.item-legacy) .item-native {
274
- flex-wrap: unset;
275
- }
276
-
277
264
  .item-native::-moz-focus-inner {
278
265
  border: 0;
279
266
  }
@@ -309,20 +296,10 @@ button, a {
309
296
  /* stylelint-enable */
310
297
  display: flex;
311
298
  position: relative;
312
- flex: 1 0 0;
299
+ flex: 1;
313
300
  flex-direction: inherit;
314
- flex-wrap: wrap;
315
301
  align-items: inherit;
316
302
  align-self: stretch;
317
- /**
318
- * The min-width defines when the
319
- * content in the default slot should
320
- * stop wrapping/truncating within its own
321
- * container. At this point the entire
322
- * container will wrap to the next line.
323
- */
324
- min-width: var(--inner-min-width);
325
- max-width: 100%;
326
303
  min-height: inherit;
327
304
  border-width: var(--inner-border-width);
328
305
  border-style: var(--border-style);
@@ -348,12 +325,6 @@ button, a {
348
325
  }
349
326
  }
350
327
 
351
- :host(.item-legacy) .item-inner {
352
- flex: 1;
353
- flex-wrap: unset;
354
- max-width: unset;
355
- }
356
-
357
328
  .item-bottom {
358
329
  margin-left: 0;
359
330
  margin-right: 0;
@@ -432,23 +403,15 @@ button, a {
432
403
 
433
404
  .input-wrapper {
434
405
  display: flex;
435
- flex: 1 0 auto;
406
+ flex: 1;
436
407
  flex-direction: inherit;
437
- flex-wrap: wrap;
438
408
  align-items: inherit;
439
409
  align-self: stretch;
440
- max-width: 100%;
441
410
  text-overflow: ellipsis;
442
411
  overflow: inherit;
443
412
  box-sizing: border-box;
444
413
  }
445
414
 
446
- :host(.item-legacy) .input-wrapper {
447
- flex: 1;
448
- flex-wrap: unset;
449
- max-width: unset;
450
- }
451
-
452
415
  :host(.item-label-stacked),
453
416
  :host(.item-label-floating) {
454
417
  align-items: start;
@@ -0,0 +1,20 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ import { h } from "@stencil/core";
5
+ import { newSpecPage } from "@stencil/core/testing";
6
+ import { Item } from "../item";
7
+ describe('item', () => {
8
+ it('should change focusable option after switching button option status', async () => {
9
+ const page = await newSpecPage({
10
+ components: [Item],
11
+ template: () => h("ion-item", { button: false }),
12
+ });
13
+ const item = page.body.querySelector('ion-item');
14
+ // Change button attribute to true
15
+ item.setAttribute('button', 'true');
16
+ await page.waitForChanges();
17
+ // Check if it has the expected class that gives the highlight style to .item-highlight element
18
+ expect(item).toHaveClass('ion-focusable');
19
+ });
20
+ });
@@ -18,11 +18,11 @@ export class ItemDivider {
18
18
  }
19
19
  render() {
20
20
  const mode = getIonMode(this);
21
- return (h(Host, { class: createColorClasses(this.color, {
21
+ return (h(Host, { key: '8422b960dfcce4ff1370d9c185e285bb4a3688d5', class: createColorClasses(this.color, {
22
22
  [mode]: true,
23
23
  'item-divider-sticky': this.sticky,
24
24
  item: true,
25
- }) }, h("slot", { name: "start" }), h("div", { class: "item-divider-inner" }, h("div", { class: "item-divider-wrapper" }, h("slot", null)), h("slot", { name: "end" }))));
25
+ }) }, h("slot", { key: '240514b96ec48262040460775c8eb0a58d6acfa8', name: "start" }), h("div", { key: 'ec18c092c81cb96f8c49ed7d4dede96c9a3e3f97', class: "item-divider-inner" }, h("div", { key: '9c3f3dcb9b14fd1d37fb1104b3ba953dc9a3e894', class: "item-divider-wrapper" }, h("slot", { key: '6b8e51eb86a5567b80a91034b26228105796a82d' })), h("slot", { key: '7ccb661e1309c1ecca09a823f8e08b1cf90d95dd', name: "end" }))));
26
26
  }
27
27
  static get is() { return "ion-item-divider"; }
28
28
  static get encapsulation() { return "shadow"; }
@@ -6,7 +6,7 @@ import { getIonMode } from "../../global/ionic-global";
6
6
  export class ItemGroup {
7
7
  render() {
8
8
  const mode = getIonMode(this);
9
- return (h(Host, { role: "group", class: {
9
+ return (h(Host, { key: 'b33f23544ddeeeb61847b146b1dcb7a9ba30af18', role: "group", class: {
10
10
  [mode]: true,
11
11
  // Used internally for styling
12
12
  [`item-group-${mode}`]: true,
@@ -44,12 +44,12 @@ export class ItemOption {
44
44
  href: this.href,
45
45
  target: this.target,
46
46
  };
47
- return (h(Host, { onClick: this.onClick, class: createColorClasses(this.color, {
47
+ return (h(Host, { key: '8d8ef0455e0e46d31a84b6f9e83e377e0579f04b', onClick: this.onClick, class: createColorClasses(this.color, {
48
48
  [mode]: true,
49
49
  'item-option-disabled': disabled,
50
50
  'item-option-expandable': expandable,
51
51
  'ion-activatable': true,
52
- }) }, h(TagType, Object.assign({}, attrs, { class: "button-native", part: "native", disabled: disabled }), h("span", { class: "button-inner" }, h("slot", { name: "top" }), h("div", { class: "horizontal-wrapper" }, h("slot", { name: "start" }), h("slot", { name: "icon-only" }), h("slot", null), h("slot", { name: "end" })), h("slot", { name: "bottom" })), mode === 'md' && h("ion-ripple-effect", null))));
52
+ }) }, h(TagType, Object.assign({ key: '0d4833cefd206862a75fdef8744e659cff24a39f' }, attrs, { class: "button-native", part: "native", disabled: disabled }), h("span", { key: 'bfbdab3ee6cfc884eb2bd60c92cf919f4b671c27', class: "button-inner" }, h("slot", { key: '968ebecbd9e8ca5015106d79e5d29b4a1999d39b', name: "top" }), h("div", { key: '38677cd72df6447a4e934695ab08857460be800d', class: "horizontal-wrapper" }, h("slot", { key: 'e65131d2e3f12c3743c7229b0a7f381824a45281', name: "start" }), h("slot", { key: 'c3a9bd83c455a79395574ff4d862299fd9340cd2', name: "icon-only" }), h("slot", { key: '161ca1daed265e8990d28f74744476a37d555d85' }), h("slot", { key: 'd5ecafceada1f8c3c16a2cb6511368828009081f', name: "end" })), h("slot", { key: '39e6a9dffc2cb9e2e9a200f6c669ed47f9a485aa', name: "bottom" })), mode === 'md' && h("ion-ripple-effect", null))));
53
53
  }
54
54
  static get is() { return "ion-item-option"; }
55
55
  static get encapsulation() { return "shadow"; }
@@ -17,7 +17,7 @@ export class ItemOptions {
17
17
  render() {
18
18
  const mode = getIonMode(this);
19
19
  const isEnd = isEndSide(this.side);
20
- return (h(Host, { class: {
20
+ return (h(Host, { key: '04d6baf62154da6ab9db5e679f982fe3fe276f89', class: {
21
21
  [mode]: true,
22
22
  // Used internally for styling
23
23
  [`item-options-${mode}`]: true,
@@ -386,7 +386,7 @@ export class ItemSliding {
386
386
  }
387
387
  render() {
388
388
  const mode = getIonMode(this);
389
- return (h(Host, { class: {
389
+ return (h(Host, { key: 'f666dd119a72247feac11dcd704059fce7677325', class: {
390
390
  [mode]: true,
391
391
  'item-sliding-active-slide': this.state !== 2 /* SlidingState.Disabled */,
392
392
  'item-sliding-active-options-end': (this.state & 8 /* SlidingState.End */) !== 0,
@@ -55,7 +55,7 @@ export class Label {
55
55
  render() {
56
56
  const position = this.position;
57
57
  const mode = getIonMode(this);
58
- return (h(Host, { class: createColorClasses(this.color, {
58
+ return (h(Host, { key: '813192a6460057c6d1e42f50f3f257bee2f550d8', class: createColorClasses(this.color, {
59
59
  [mode]: true,
60
60
  'in-item-color': hostContext('ion-item.ion-color', this.el),
61
61
  [`label-${position}`]: position !== undefined,
@@ -25,7 +25,7 @@ configs().forEach(({ title, screenshot, config }) => {
25
25
  await page.setContent(`
26
26
  <ion-item>
27
27
  <ion-label position="stacked">My Label</ion-label>
28
- <ion-input></ion-input>
28
+ <ion-input aria-label="My Label"></ion-input>
29
29
  </ion-item>
30
30
  `, config);
31
31
  const itemEl = page.locator('ion-item');
@@ -35,7 +35,7 @@ configs().forEach(({ title, screenshot, config }) => {
35
35
  await page.setContent(`
36
36
  <ion-item>
37
37
  <ion-label position="floating">My Label</ion-label>
38
- <ion-input></ion-input>
38
+ <ion-input aria-label="My Label"></ion-input>
39
39
  </ion-item>
40
40
  `, config);
41
41
  const itemEl = page.locator('ion-item');
@@ -27,7 +27,7 @@ export class List {
27
27
  render() {
28
28
  const mode = getIonMode(this);
29
29
  const { lines, inset } = this;
30
- return (h(Host, { role: "list", class: {
30
+ return (h(Host, { key: '2cb1b689d9460d9576b471bb8b13d14fe34d1c2c', role: "list", class: {
31
31
  [mode]: true,
32
32
  // Used internally for styling
33
33
  [`list-${mode}`]: true,
@@ -15,10 +15,10 @@ export class ListHeader {
15
15
  render() {
16
16
  const { lines } = this;
17
17
  const mode = getIonMode(this);
18
- return (h(Host, { class: createColorClasses(this.color, {
18
+ return (h(Host, { key: '1b832a6882307d40fe4afc9a95a5db4fbdff60a3', class: createColorClasses(this.color, {
19
19
  [mode]: true,
20
20
  [`list-header-lines-${lines}`]: lines !== undefined,
21
- }) }, h("div", { class: "list-header-inner" }, h("slot", null))));
21
+ }) }, h("div", { key: 'a53a3f05727b510d1b912c10c92a4aa58f4fe860', class: "list-header-inner" }, h("slot", { key: '9377dee83f050b2cb2c5b7c5d106668cc81d8f90' }))));
22
22
  }
23
23
  static get is() { return "ion-list-header"; }
24
24
  static get encapsulation() { return "shadow"; }
@@ -154,9 +154,9 @@ export class Loading {
154
154
  * Otherwise, don't set aria-labelledby.
155
155
  */
156
156
  const ariaLabelledBy = message !== undefined ? msgId : null;
157
- return (h(Host, Object.assign({ role: "dialog", "aria-modal": "true", "aria-labelledby": ariaLabelledBy, tabindex: "-1" }, htmlAttributes, { style: {
157
+ return (h(Host, Object.assign({ key: '81295894ca6e047124918420f2483c092ebf91b9', role: "dialog", "aria-modal": "true", "aria-labelledby": ariaLabelledBy, tabindex: "-1" }, htmlAttributes, { style: {
158
158
  zIndex: `${40000 + this.overlayIndex}`,
159
- }, onIonBackdropTap: this.onBackdropTap, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'loading-translucent': this.translucent }) }), h("ion-backdrop", { visible: this.showBackdrop, tappable: this.backdropDismiss }), h("div", { tabindex: "0" }), h("div", { class: "loading-wrapper ion-overlay-wrapper" }, spinner && (h("div", { class: "loading-spinner" }, h("ion-spinner", { name: spinner, "aria-hidden": "true" }))), message !== undefined && this.renderLoadingMessage(msgId)), h("div", { tabindex: "0" })));
159
+ }, onIonBackdropTap: this.onBackdropTap, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'loading-translucent': this.translucent }) }), h("ion-backdrop", { key: 'db9fbd946cf3eb03c3a70f2e71c49ab233df1879', visible: this.showBackdrop, tappable: this.backdropDismiss }), h("div", { key: 'd27b03de0b450c0668d4b4077d76bc5b283f03cf', tabindex: "0" }), h("div", { key: '7112719ddd487365c1e36fc4dec32aac888dbb52', class: "loading-wrapper ion-overlay-wrapper" }, spinner && (h("div", { class: "loading-spinner" }, h("ion-spinner", { name: spinner, "aria-hidden": "true" }))), message !== undefined && this.renderLoadingMessage(msgId)), h("div", { key: '5715dd7dae209ae58e5557cb60f3ae514752b822', tabindex: "0" })));
160
160
  }
161
161
  static get is() { return "ion-loading"; }
162
162
  static get encapsulation() { return "scoped"; }
@@ -4,6 +4,7 @@
4
4
  import { Build, Host, h } from "@stencil/core";
5
5
  import { getTimeGivenProgression } from "../../utils/animation/cubic-bezier";
6
6
  import { GESTURE_CONTROLLER } from "../../utils/gesture/index";
7
+ import { shoudUseCloseWatcher } from "../../utils/hardware-back-button";
7
8
  import { inheritAriaAttributes, assert, clamp, isEndSide as isEnd } from "../../utils/helpers";
8
9
  import { menuController } from "../../utils/menu-controller/index";
9
10
  import { getPresentedOverlay } from "../../utils/overlays";
@@ -595,13 +596,18 @@ export class Menu {
595
596
  render() {
596
597
  const { type, disabled, isPaneVisible, inheritedAttributes, side } = this;
597
598
  const mode = getIonMode(this);
598
- return (h(Host, { role: "navigation", "aria-label": inheritedAttributes['aria-label'] || 'menu', class: {
599
+ /**
600
+ * If the Close Watcher is enabled then
601
+ * the ionBackButton listener in the menu controller
602
+ * will handle closing the menu when Escape is pressed.
603
+ */
604
+ return (h(Host, { key: 'be7145625a30951e5cc26646f6121ee4fa4c910f', onKeyDown: shoudUseCloseWatcher() ? null : this.onKeydown, role: "navigation", "aria-label": inheritedAttributes['aria-label'] || 'menu', class: {
599
605
  [mode]: true,
600
606
  [`menu-type-${type}`]: true,
601
607
  'menu-enabled': !disabled,
602
608
  [`menu-side-${side}`]: true,
603
609
  'menu-pane-visible': isPaneVisible,
604
- } }, h("div", { class: "menu-inner", part: "container", ref: (el) => (this.menuInnerEl = el) }, h("slot", null)), h("ion-backdrop", { ref: (el) => (this.backdropEl = el), class: "menu-backdrop", tappable: false, stopPropagation: false, part: "backdrop" })));
610
+ } }, h("div", { key: 'ecd6e0641ed67691db270190801f7be365a2d121', class: "menu-inner", part: "container", ref: (el) => (this.menuInnerEl = el) }, h("slot", { key: 'aea3780e259f2b3ea84697a509bb7f13fa9531e9' })), h("ion-backdrop", { key: 'be3253506a34c4c00eb1814621c674196b72db46', ref: (el) => (this.backdropEl = el), class: "menu-backdrop", tappable: false, stopPropagation: false, part: "backdrop" })));
605
611
  }
606
612
  static get is() { return "ion-menu"; }
607
613
  static get encapsulation() { return "shadow"; }
@@ -998,12 +1004,6 @@ export class Menu {
998
1004
  "target": undefined,
999
1005
  "capture": true,
1000
1006
  "passive": false
1001
- }, {
1002
- "name": "keydown",
1003
- "method": "onKeydown",
1004
- "target": undefined,
1005
- "capture": false,
1006
- "passive": false
1007
1007
  }];
1008
1008
  }
1009
1009
  }
@@ -46,7 +46,7 @@ export class MenuButton {
46
46
  type: this.type,
47
47
  };
48
48
  const ariaLabel = inheritedAttributes['aria-label'] || 'menu';
49
- return (h(Host, { onClick: this.onClick, "aria-disabled": disabled ? 'true' : null, "aria-hidden": hidden ? 'true' : null, class: createColorClasses(color, {
49
+ return (h(Host, { key: '2fd7130b8d28695162f7efebbd2131e5e9e4f330', onClick: this.onClick, "aria-disabled": disabled ? 'true' : null, "aria-hidden": hidden ? 'true' : null, class: createColorClasses(color, {
50
50
  [mode]: true,
51
51
  button: true, // ion-buttons target .button
52
52
  'menu-button-hidden': hidden,
@@ -55,7 +55,7 @@ export class MenuButton {
55
55
  'in-toolbar-color': hostContext('ion-toolbar[color]', this.el),
56
56
  'ion-activatable': true,
57
57
  'ion-focusable': true,
58
- }) }, h("button", Object.assign({}, attrs, { disabled: disabled, class: "button-native", part: "native", "aria-label": ariaLabel }), h("span", { class: "button-inner" }, h("slot", null, h("ion-icon", { part: "icon", icon: menuIcon, mode: mode, lazy: false, "aria-hidden": "true" }))), mode === 'md' && h("ion-ripple-effect", { type: "unbounded" }))));
58
+ }) }, h("button", Object.assign({ key: 'fa6b1fb9291df812b04065b4b0ebdfd28e5217eb' }, attrs, { disabled: disabled, class: "button-native", part: "native", "aria-label": ariaLabel }), h("span", { key: '88106a08070ebff7457c581301efe649829aded2', class: "button-inner" }, h("slot", { key: 'e3edfb89e5705b2c08c66f3d3452457667de3657' }, h("ion-icon", { key: '24678e9c3bb2f1f3db113a2ae0ec93e407a7de0c', part: "icon", icon: menuIcon, mode: mode, lazy: false, "aria-hidden": "true" }))), mode === 'md' && h("ion-ripple-effect", { type: "unbounded" }))));
59
59
  }
60
60
  static get is() { return "ion-menu-button"; }
61
61
  static get encapsulation() { return "shadow"; }
@@ -26,10 +26,10 @@ export class MenuToggle {
26
26
  render() {
27
27
  const mode = getIonMode(this);
28
28
  const hidden = this.autoHide && !this.visible;
29
- return (h(Host, { onClick: this.onClick, "aria-hidden": hidden ? 'true' : null, class: {
29
+ return (h(Host, { key: '5b75baade530bf9e7ed9165a5db3e513975e22f2', onClick: this.onClick, "aria-hidden": hidden ? 'true' : null, class: {
30
30
  [mode]: true,
31
31
  'menu-toggle-hidden': hidden,
32
- } }, h("slot", null)));
32
+ } }, h("slot", { key: '65dea458274b685125c22af54aa153cf4977113c' })));
33
33
  }
34
34
  static get is() { return "ion-menu-toggle"; }
35
35
  static get encapsulation() { return "shadow"; }
@@ -528,19 +528,18 @@ export class Modal {
528
528
  const mode = getIonMode(this);
529
529
  const isCardModal = presentingElement !== undefined && mode === 'ios';
530
530
  const isHandleCycle = handleBehavior === 'cycle';
531
- return (h(Host, Object.assign({ "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
531
+ return (h(Host, Object.assign({ key: '8c163f4f59429227cab3a1cafb5612994939a629', "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
532
532
  zIndex: `${20000 + this.overlayIndex}`,
533
- }, class: Object.assign({ [mode]: true, ['modal-default']: !isCardModal && !isSheetModal, [`modal-card`]: isCardModal, [`modal-sheet`]: isSheetModal, 'overlay-hidden': true }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonModalDidPresent: this.onLifecycle, onIonModalWillPresent: this.onLifecycle, onIonModalWillDismiss: this.onLifecycle, onIonModalDidDismiss: this.onLifecycle }), h("ion-backdrop", { ref: (el) => (this.backdropEl = el), visible: this.showBackdrop, tappable: this.backdropDismiss, part: "backdrop" }), mode === 'ios' && h("div", { class: "modal-shadow" }), h("div", Object.assign({
533
+ }, class: Object.assign({ [mode]: true, ['modal-default']: !isCardModal && !isSheetModal, [`modal-card`]: isCardModal, [`modal-sheet`]: isSheetModal, 'overlay-hidden': true }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonModalDidPresent: this.onLifecycle, onIonModalWillPresent: this.onLifecycle, onIonModalWillDismiss: this.onLifecycle, onIonModalDidDismiss: this.onLifecycle }), h("ion-backdrop", { key: '6908bdf9462d940eff6607b626a499eedc66dc9c', ref: (el) => (this.backdropEl = el), visible: this.showBackdrop, tappable: this.backdropDismiss, part: "backdrop" }), mode === 'ios' && h("div", { class: "modal-shadow" }), h("div", Object.assign({ key: 'ac224394e19b9e8c7dd902f2836fa25787663455',
534
534
  /*
535
535
  role and aria-modal must be used on the
536
536
  same element. They must also be set inside the
537
537
  shadow DOM otherwise ion-button will not be highlighted
538
538
  when using VoiceOver: https://bugs.webkit.org/show_bug.cgi?id=247134
539
539
  */
540
- role: "dialog"
541
- }, inheritedAttributes, { "aria-modal": "true", class: "modal-wrapper ion-overlay-wrapper", part: "content", ref: (el) => (this.wrapperEl = el) }), showHandle && (h("button", { class: "modal-handle",
540
+ role: "dialog" }, inheritedAttributes, { "aria-modal": "true", class: "modal-wrapper ion-overlay-wrapper", part: "content", ref: (el) => (this.wrapperEl = el) }), showHandle && (h("button", { class: "modal-handle",
542
541
  // Prevents the handle from receiving keyboard focus when it does not cycle
543
- tabIndex: !isHandleCycle ? -1 : 0, "aria-label": "Activate to adjust the size of the dialog overlaying the screen", onClick: isHandleCycle ? this.onHandleClick : undefined, part: "handle" })), h("slot", null))));
542
+ tabIndex: !isHandleCycle ? -1 : 0, "aria-label": "Activate to adjust the size of the dialog overlaying the screen", onClick: isHandleCycle ? this.onHandleClick : undefined, part: "handle" })), h("slot", { key: '9c3c5ec797b6415110a3275c6ff33277291a6e21' }))));
544
543
  }
545
544
  static get is() { return "ion-modal"; }
546
545
  static get encapsulation() { return "shadow"; }
@@ -40,7 +40,7 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) =>
40
40
  const ionModalDidPresent = await page.spyOnEvent('ionModalDidPresent');
41
41
  await page.click('#backdrop-inactive');
42
42
  await ionModalDidPresent.next();
43
- const input = page.locator('#root-input input').first();
43
+ const input = page.locator('#root-input').first();
44
44
  await input.click();
45
45
  await expect(input).toBeFocused();
46
46
  });
@@ -13,7 +13,7 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) =>
13
13
  const modal = page.locator('ion-modal');
14
14
  await modal.evaluate((el) => el.dismiss());
15
15
  await ionModalDidDismiss.next();
16
- await page.waitForSelector('ion-modal', { state: 'detached' });
16
+ await page.locator('ion-modal').waitFor({ state: 'detached' });
17
17
  });
18
18
  });
19
19
  });
@@ -827,7 +827,7 @@ export class Nav {
827
827
  }
828
828
  }
829
829
  render() {
830
- return h("slot", null);
830
+ return h("slot", { key: '654286a8a7ef03d4a22497eb51e781a9a8979774' });
831
831
  }
832
832
  static get is() { return "ion-nav"; }
833
833
  static get encapsulation() { return "shadow"; }
@@ -14,7 +14,7 @@ export class NavLink {
14
14
  this.routerAnimation = undefined;
15
15
  }
16
16
  render() {
17
- return h(Host, { onClick: this.onClick });
17
+ return h(Host, { key: 'a781794425ad0866705bc6691256184b93477a74', onClick: this.onClick });
18
18
  }
19
19
  static get is() { return "ion-nav-link"; }
20
20
  static get properties() {
@@ -13,9 +13,9 @@ export class Note {
13
13
  }
14
14
  render() {
15
15
  const mode = getIonMode(this);
16
- return (h(Host, { class: createColorClasses(this.color, {
16
+ return (h(Host, { key: 'eebc0ea94483a248192408a1546739700281d2ae', class: createColorClasses(this.color, {
17
17
  [mode]: true,
18
- }) }, h("slot", null)));
18
+ }) }, h("slot", { key: '33018e11967398327a0e7c20522547a4d9e8f55b' })));
19
19
  }
20
20
  static get is() { return "ion-note"; }
21
21
  static get encapsulation() { return "shadow"; }
@@ -58,33 +58,33 @@ configs({ directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
58
58
 
59
59
  <ion-list>
60
60
  <ion-item>
61
- <ion-note slot="start">Really really long note</ion-note>
61
+ <ion-note slot="start">123</ion-note>
62
62
  <ion-label>Label</ion-label>
63
63
  </ion-item>
64
64
 
65
65
  <ion-item>
66
66
  <ion-label>Label</ion-label>
67
- <ion-note slot="end">Really really long note</ion-note>
67
+ <ion-note slot="end">123</ion-note>
68
68
  </ion-item>
69
69
 
70
70
  <ion-item>
71
- <ion-note slot="start">Note</ion-note>
71
+ <ion-note slot="start">123</ion-note>
72
72
  <ion-label>Really really long label</ion-label>
73
73
  </ion-item>
74
74
 
75
75
  <ion-item>
76
76
  <ion-label>Really really long label</ion-label>
77
- <ion-note slot="end">Note</ion-note>
77
+ <ion-note slot="end">123</ion-note>
78
78
  </ion-item>
79
79
 
80
80
  <ion-item>
81
- <ion-note slot="start">Really really long note</ion-note>
81
+ <ion-note slot="start">123</ion-note>
82
82
  <ion-label>Really really long label</ion-label>
83
83
  </ion-item>
84
84
 
85
85
  <ion-item>
86
86
  <ion-label>Really really long label</ion-label>
87
- <ion-note slot="end">Really really long note</ion-note>
87
+ <ion-note slot="end">123</ion-note>
88
88
  </ion-item>
89
89
  </ion-list>
90
90
  `, config);
@@ -180,11 +180,11 @@ export class Picker {
180
180
  render() {
181
181
  const { htmlAttributes } = this;
182
182
  const mode = getIonMode(this);
183
- return (h(Host, Object.assign({ "aria-modal": "true", tabindex: "-1" }, htmlAttributes, { style: {
183
+ return (h(Host, Object.assign({ key: '8b9049c5315e701dff3f7457be646941bb3cc0df', "aria-modal": "true", tabindex: "-1" }, htmlAttributes, { style: {
184
184
  zIndex: `${20000 + this.overlayIndex}`,
185
185
  }, class: Object.assign({ [mode]: true,
186
186
  // Used internally for styling
187
- [`picker-${mode}`]: true, 'overlay-hidden': true }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonPickerWillDismiss: this.dispatchCancelHandler }), h("ion-backdrop", { visible: this.showBackdrop, tappable: this.backdropDismiss }), h("div", { tabindex: "0" }), h("div", { class: "picker-wrapper ion-overlay-wrapper", role: "dialog" }, h("div", { class: "picker-toolbar" }, this.buttons.map((b) => (h("div", { class: buttonWrapperClass(b) }, h("button", { type: "button", onClick: () => this.buttonClick(b), class: buttonClass(b) }, b.text))))), h("div", { class: "picker-columns" }, h("div", { class: "picker-above-highlight" }), this.presented && this.columns.map((c) => h("ion-picker-column", { col: c })), h("div", { class: "picker-below-highlight" }))), h("div", { tabindex: "0" })));
187
+ [`picker-${mode}`]: true, 'overlay-hidden': true }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonPickerWillDismiss: this.dispatchCancelHandler }), h("ion-backdrop", { key: '4f62ae6c088108189bfab18b680f0ae50b4cc395', visible: this.showBackdrop, tappable: this.backdropDismiss }), h("div", { key: 'c5fd2584ca4470c69bf61582cef2ac72289addba', tabindex: "0" }), h("div", { key: '2e68572dd5ddc4911c1e6bca57a2157b47477348', class: "picker-wrapper ion-overlay-wrapper", role: "dialog" }, h("div", { key: '218526e531998a4d5a6377499acb42f99b347729', class: "picker-toolbar" }, this.buttons.map((b) => (h("div", { class: buttonWrapperClass(b) }, h("button", { type: "button", onClick: () => this.buttonClick(b), class: buttonClass(b) }, b.text))))), h("div", { key: '4dd711f1fa1f2a4bd24696ae1633da16bbf55879', class: "picker-columns" }, h("div", { key: '440ebd807ca3675b0055e67e0354ac4625ae375d', class: "picker-above-highlight" }), this.presented && this.columns.map((c) => h("ion-picker-column", { col: c })), h("div", { key: '5cdceda410904470e3742ab416ed3d3a661b6859', class: "picker-below-highlight" }))), h("div", { key: '0c96e8a43a6d4cd4b8b7c9e81c54414eb1d989bf', tabindex: "0" })));
188
188
  }
189
189
  static get is() { return "ion-picker"; }
190
190
  static get encapsulation() { return "scoped"; }
@@ -336,9 +336,9 @@ export class PickerColumnCmp {
336
336
  render() {
337
337
  const col = this.col;
338
338
  const mode = getIonMode(this);
339
- return (h(Host, { class: Object.assign({ [mode]: true, 'picker-col': true, 'picker-opts-left': this.col.align === 'left', 'picker-opts-right': this.col.align === 'right' }, getClassMap(col.cssClass)), style: {
339
+ return (h(Host, { key: '06e2ae483a3bcf4fe721ad0c48cded6a1efdc6c0', class: Object.assign({ [mode]: true, 'picker-col': true, 'picker-opts-left': this.col.align === 'left', 'picker-opts-right': this.col.align === 'right' }, getClassMap(col.cssClass)), style: {
340
340
  'max-width': this.col.columnWidth,
341
- } }, col.prefix && (h("div", { class: "picker-prefix", style: { width: col.prefixWidth } }, col.prefix)), h("div", { class: "picker-opts", style: { maxWidth: col.optionsWidth }, ref: (el) => (this.optsEl = el) }, col.options.map((o, index) => (h("button", { "aria-label": o.ariaLabel, class: { 'picker-opt': true, 'picker-opt-disabled': !!o.disabled }, "opt-index": index }, o.text)))), col.suffix && (h("div", { class: "picker-suffix", style: { width: col.suffixWidth } }, col.suffix))));
341
+ } }, col.prefix && (h("div", { class: "picker-prefix", style: { width: col.prefixWidth } }, col.prefix)), h("div", { key: '14bea013788d899edf7155eb3cc10f79fe8e4690', class: "picker-opts", style: { maxWidth: col.optionsWidth }, ref: (el) => (this.optsEl = el) }, col.options.map((o, index) => (h("button", { "aria-label": o.ariaLabel, class: { 'picker-opt': true, 'picker-opt-disabled': !!o.disabled }, "opt-index": index }, o.text)))), col.suffix && (h("div", { class: "picker-suffix", style: { width: col.suffixWidth } }, col.suffix))));
342
342
  }
343
343
  static get is() { return "ion-picker-column"; }
344
344
  static get originalStyleUrls() {
@@ -333,11 +333,11 @@ export class PickerColumnInternal {
333
333
  * the attribute can be moved to datetime.tsx and set on every
334
334
  * instance of ion-picker-column-internal there instead.
335
335
  */
336
- return (h(Host, { exportparts: `${PICKER_ITEM_PART}, ${PICKER_ITEM_ACTIVE_PART}`, disabled: pickerDisabled, tabindex: pickerDisabled ? null : 0, class: createColorClasses(color, {
336
+ return (h(Host, { key: 'd0e3818aa4ab06aefd988d1b42ae754244727b8f', exportparts: `${PICKER_ITEM_PART}, ${PICKER_ITEM_ACTIVE_PART}`, disabled: pickerDisabled, tabindex: pickerDisabled ? null : 0, class: createColorClasses(color, {
337
337
  [mode]: true,
338
338
  ['picker-column-active']: isActive,
339
339
  ['picker-column-numeric-input']: numericInput,
340
- }) }, h("div", { class: "picker-item picker-item-empty", "aria-hidden": "true" }, "\u00A0"), h("div", { class: "picker-item picker-item-empty", "aria-hidden": "true" }, "\u00A0"), h("div", { class: "picker-item picker-item-empty", "aria-hidden": "true" }, "\u00A0"), items.map((item, index) => {
340
+ }) }, h("div", { key: 'ec3b16415db5f64e3fab37fda023560ebcdc9423', class: "picker-item picker-item-empty", "aria-hidden": "true" }, "\u00A0"), h("div", { key: '40c78c9a1277807572d73e23048c2730cab88f5a', class: "picker-item picker-item-empty", "aria-hidden": "true" }, "\u00A0"), h("div", { key: 'c51fa817f6999356cf3568a46098e954936b45d5', class: "picker-item picker-item-empty", "aria-hidden": "true" }, "\u00A0"), items.map((item, index) => {
341
341
  const isItemDisabled = pickerDisabled || item.disabled || false;
342
342
  {
343
343
  /*
@@ -354,7 +354,7 @@ export class PickerColumnInternal {
354
354
  }, "data-value": item.value, "data-index": index, onClick: (ev) => {
355
355
  this.centerPickerItemInView(ev.target, true);
356
356
  }, disabled: isItemDisabled, part: PICKER_ITEM_PART }, item.text));
357
- }), h("div", { class: "picker-item picker-item-empty", "aria-hidden": "true" }, "\u00A0"), h("div", { class: "picker-item picker-item-empty", "aria-hidden": "true" }, "\u00A0"), h("div", { class: "picker-item picker-item-empty", "aria-hidden": "true" }, "\u00A0")));
357
+ }), h("div", { key: '80a7461dfe571f46466219b05007b021711aed32', class: "picker-item picker-item-empty", "aria-hidden": "true" }, "\u00A0"), h("div", { key: 'fed82263295f58c51e2b753d0c06c7d71872b8a7', class: "picker-item picker-item-empty", "aria-hidden": "true" }, "\u00A0"), h("div", { key: 'e805dff4122cc4e5fb4d7dcb96054fee8ad3bd07', class: "picker-item picker-item-empty", "aria-hidden": "true" }, "\u00A0")));
358
358
  }
359
359
  static get is() { return "ion-picker-column-internal"; }
360
360
  static get encapsulation() { return "shadow"; }
@@ -217,6 +217,7 @@ export class PickerInternal {
217
217
  inputEl.focus();
218
218
  }
219
219
  else {
220
+ // TODO FW-5900 Use keydown instead
220
221
  el.addEventListener('keypress', this.onKeyPress);
221
222
  this.destroyKeypressListener = () => {
222
223
  el.removeEventListener('keypress', this.onKeyPress);
@@ -467,7 +468,22 @@ export class PickerInternal {
467
468
  this.emitInputModeChange();
468
469
  }
469
470
  render() {
470
- return (h(Host, { onPointerDown: (ev) => this.onPointerDown(ev), onClick: () => this.onClick() }, h("input", { "aria-hidden": "true", tabindex: -1, inputmode: "numeric", type: "number", ref: (el) => (this.inputEl = el), onInput: () => this.onInputChange(), onBlur: () => this.exitInputMode() }), h("div", { class: "picker-before" }), h("div", { class: "picker-after" }), h("div", { class: "picker-highlight", ref: (el) => (this.highlightEl = el) }), h("slot", null)));
471
+ return (h(Host, { key: 'f6b301345583f5ccfc31cce536176af7aeefd193', onPointerDown: (ev) => this.onPointerDown(ev), onClick: () => this.onClick() }, h("input", { key: 'e57fd191d49cc500b719d5b9ad35054d55e96c43', "aria-hidden": "true", tabindex: -1, inputmode: "numeric", type: "number", onKeyDown: (ev) => {
472
+ var _a;
473
+ /**
474
+ * The "Enter" key represents
475
+ * the user submitting their time
476
+ * selection, so we should blur the
477
+ * input (and therefore close the keyboard)
478
+ *
479
+ * Updating the picker's state to no longer
480
+ * be in input mode is handled in the onBlur
481
+ * callback below.
482
+ */
483
+ if (ev.key === 'Enter') {
484
+ (_a = this.inputEl) === null || _a === void 0 ? void 0 : _a.blur();
485
+ }
486
+ }, ref: (el) => (this.inputEl = el), onInput: () => this.onInputChange(), onBlur: () => this.exitInputMode() }), h("div", { key: '3360e7d913f87293844928e430acde69d399f68e', class: "picker-before" }), h("div", { key: '4db89e681458d4eec5d60ff47d3e0ba9fd116682', class: "picker-after" }), h("div", { key: 'a21b20d77dac8141623995b5a53f416d3d9fc1ef', class: "picker-highlight", ref: (el) => (this.highlightEl = el) }), h("slot", { key: '86c7d926523b615b4769bd1a4e9713b351089369' })));
471
487
  }
472
488
  static get is() { return "ion-picker-internal"; }
473
489
  static get encapsulation() { return "shadow"; }
@@ -110,5 +110,37 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) =>
110
110
  await expect(ionChange).toHaveReceivedEventDetail({ text: '00', value: 12 });
111
111
  await expect(column).toHaveJSProperty('value', 12);
112
112
  });
113
+ test('pressing Enter should dismiss the keyboard', async ({ page }) => {
114
+ test.info().annotations.push({
115
+ type: 'issue',
116
+ description: 'https://github.com/ionic-team/ionic-framework/issues/28325',
117
+ });
118
+ await page.setContent(`
119
+ <ion-picker-internal>
120
+ <ion-picker-column-internal></ion-picker-column-internal>
121
+ </ion-picker-internal>
122
+
123
+ <script>
124
+ const column = document.querySelector('ion-picker-column-internal');
125
+ column.items = [
126
+ { text: '00', value: 12 },
127
+ { text: '01', value: 1 },
128
+ { text: '02', value: 2 },
129
+ { text: '03', value: 3 },
130
+ { text: '04', value: 4 },
131
+ { text: '05', value: 5 }
132
+ ];
133
+ column.value = 5;
134
+ column.numericInput = true;
135
+ </script>
136
+ `, config);
137
+ const column = page.locator('ion-picker-column-internal');
138
+ await column.click();
139
+ const input = page.locator('ion-picker-internal input');
140
+ await expect(input).toBeFocused();
141
+ // pressing Enter should blur the input and therefore close the keyboard
142
+ await page.keyboard.press('Enter');
143
+ await expect(input).not.toBeFocused();
144
+ });
113
145
  });
114
146
  });
@@ -134,7 +134,7 @@
134
134
  z-index: 10;
135
135
  }
136
136
 
137
- .popover-viewport {
137
+ ::slotted(.popover-viewport) {
138
138
  --ion-safe-area-top: 0px;
139
139
  --ion-safe-area-right: 0px;
140
140
  --ion-safe-area-bottom: 0px;
@@ -331,9 +331,9 @@ export class Popover {
331
331
  const { onLifecycle, parentPopover, dismissOnSelect, side, arrow, htmlAttributes } = this;
332
332
  const desktop = isPlatform('desktop');
333
333
  const enableArrow = arrow && !parentPopover;
334
- return (h(Host, Object.assign({ "aria-modal": "true", "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
334
+ return (h(Host, Object.assign({ key: 'f335ae001173483e6a973b2084f8a7b6b895ae5d', "aria-modal": "true", "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
335
335
  zIndex: `${20000 + this.overlayIndex}`,
336
- }, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'popover-translucent': this.translucent, 'overlay-hidden': true, 'popover-desktop': desktop, [`popover-side-${side}`]: true, 'popover-nested': !!parentPopover }), onIonPopoverDidPresent: onLifecycle, onIonPopoverWillPresent: onLifecycle, onIonPopoverWillDismiss: onLifecycle, onIonPopoverDidDismiss: onLifecycle, onIonBackdropTap: this.onBackdropTap }), !parentPopover && h("ion-backdrop", { tappable: this.backdropDismiss, visible: this.showBackdrop, part: "backdrop" }), h("div", { class: "popover-wrapper ion-overlay-wrapper", onClick: dismissOnSelect ? () => this.dismiss() : undefined }, enableArrow && h("div", { class: "popover-arrow", part: "arrow" }), h("div", { class: "popover-content", part: "content" }, h("slot", null)))));
336
+ }, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'popover-translucent': this.translucent, 'overlay-hidden': true, 'popover-desktop': desktop, [`popover-side-${side}`]: true, 'popover-nested': !!parentPopover }), onIonPopoverDidPresent: onLifecycle, onIonPopoverWillPresent: onLifecycle, onIonPopoverWillDismiss: onLifecycle, onIonPopoverDidDismiss: onLifecycle, onIonBackdropTap: this.onBackdropTap }), !parentPopover && h("ion-backdrop", { tappable: this.backdropDismiss, visible: this.showBackdrop, part: "backdrop" }), h("div", { key: '8468f39b0a0f30b42ae9cac51950e5f0b9be1069', class: "popover-wrapper ion-overlay-wrapper", onClick: dismissOnSelect ? () => this.dismiss() : undefined }, enableArrow && h("div", { class: "popover-arrow", part: "arrow" }), h("div", { key: 'cb4eeaef385187f3c8e566931844e30edd5451c4', class: "popover-content", part: "content" }, h("slot", { key: '80a5739a4beb6eba150503e426104701954c90b9' })))));
337
337
  }
338
338
  static get is() { return "ion-popover"; }
339
339
  static get encapsulation() { return "shadow"; }
@@ -134,7 +134,7 @@
134
134
  z-index: 10;
135
135
  }
136
136
 
137
- .popover-viewport {
137
+ ::slotted(.popover-viewport) {
138
138
  --ion-safe-area-top: 0px;
139
139
  --ion-safe-area-right: 0px;
140
140
  --ion-safe-area-bottom: 0px;