voyager-ionic-core 8.0.0 → 8.1.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 (572) hide show
  1. package/components/checkbox.js +3 -3
  2. package/components/index2.js +119 -1
  3. package/components/input-shims.js +5 -5
  4. package/components/ion-accordion-group.js +2 -2
  5. package/components/ion-content.js +6 -4
  6. package/components/ion-datetime-button.js +2 -2
  7. package/components/ion-datetime.js +17 -14
  8. package/components/ion-fab-button.js +2 -2
  9. package/components/ion-fab-list.js +2 -2
  10. package/components/ion-fab.js +2 -2
  11. package/components/ion-footer.js +2 -2
  12. package/components/ion-grid.js +2 -2
  13. package/components/ion-header.js +2 -2
  14. package/components/ion-img.js +1 -1
  15. package/components/ion-infinite-scroll-content.js +2 -2
  16. package/components/ion-infinite-scroll.js +1 -1
  17. package/components/ion-input-password-toggle.js +3 -3
  18. package/components/ion-input.js +17 -4
  19. package/components/ion-item-divider.js +2 -2
  20. package/components/ion-item-group.js +1 -1
  21. package/components/ion-item-option.js +2 -2
  22. package/components/ion-item-options.js +1 -1
  23. package/components/ion-item-sliding.js +1 -1
  24. package/components/ion-loading.js +2 -2
  25. package/components/ion-menu-button.js +2 -2
  26. package/components/ion-menu-toggle.js +2 -2
  27. package/components/ion-menu.js +2 -2
  28. package/components/ion-modal.js +10 -8
  29. package/components/ion-nav-link.js +1 -1
  30. package/components/ion-nav.js +1 -1
  31. package/components/ion-note.js +2 -2
  32. package/components/ion-picker-legacy.js +2 -2
  33. package/components/ion-progress-bar.js +1 -1
  34. package/components/ion-range.js +3 -3
  35. package/components/ion-refresher-content.js +1 -1
  36. package/components/ion-refresher.js +1 -1
  37. package/components/ion-reorder-group.js +1 -1
  38. package/components/ion-reorder.js +1 -1
  39. package/components/ion-router-link.js +2 -2
  40. package/components/ion-router-outlet.js +1 -1
  41. package/components/ion-row.js +1 -1
  42. package/components/ion-searchbar.js +4 -4
  43. package/components/ion-segment-button.js +3 -3
  44. package/components/ion-segment.js +2 -2
  45. package/components/ion-select-option.js +1 -1
  46. package/components/ion-select.js +2 -2
  47. package/components/ion-skeleton-text.js +2 -2
  48. package/components/ion-split-pane.js +2 -2
  49. package/components/ion-tab-bar.js +2 -2
  50. package/components/ion-tab-button.js +2 -2
  51. package/components/ion-tab.js +2 -2
  52. package/components/ion-tabs.js +1 -1
  53. package/components/ion-text.js +2 -2
  54. package/components/ion-textarea.js +2 -2
  55. package/components/ion-thumbnail.js +1 -1
  56. package/components/ion-title.js +2 -2
  57. package/components/ion-toast.js +2 -2
  58. package/components/ion-toggle.js +3 -3
  59. package/components/ion-toolbar.js +2 -2
  60. package/components/ios.transition.js +94 -67
  61. package/components/label.js +3 -3
  62. package/components/list-header.js +2 -2
  63. package/components/list.js +1 -1
  64. package/components/overlays.js +3 -2
  65. package/components/picker-column-option.js +2 -2
  66. package/components/picker-column.js +156 -4
  67. package/components/picker-column2.js +2 -2
  68. package/components/picker.js +2 -2
  69. package/components/popover.js +6 -4
  70. package/components/radio-group.js +1 -1
  71. package/components/radio.js +3 -3
  72. package/components/ripple-effect.js +1 -1
  73. package/components/select-popover.js +2 -2
  74. package/components/spinner.js +1 -1
  75. package/css/core.css +1 -1
  76. package/css/core.css.map +1 -1
  77. package/css/global.bundle.css.map +1 -1
  78. package/css/ionic.bundle.css +1 -1
  79. package/css/ionic.bundle.css.map +1 -1
  80. package/css/palettes/dark.always.css +1 -1
  81. package/css/palettes/dark.always.css.map +1 -1
  82. package/css/palettes/dark.class.css +1 -1
  83. package/css/palettes/dark.class.css.map +1 -1
  84. package/css/palettes/dark.system.css +1 -1
  85. package/css/palettes/dark.system.css.map +1 -1
  86. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  87. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  88. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  89. package/css/palettes/high-contrast.always.css.map +1 -1
  90. package/css/palettes/high-contrast.class.css.map +1 -1
  91. package/css/palettes/high-contrast.system.css.map +1 -1
  92. package/css/typography.css.map +1 -1
  93. package/dist/cjs/{app-globals-5bfa2d7f.js → app-globals-66b7dc06.js} +1 -1
  94. package/dist/cjs/{button-active-564be49f.js → button-active-9135c809.js} +1 -1
  95. package/dist/cjs/{hardware-back-button-44e7c052.js → hardware-back-button-ed931127.js} +2 -2
  96. package/dist/cjs/index-8709af32.js +2234 -0
  97. package/dist/cjs/{index-6d6ac424.js → index-c0b7f8f4.js} +124 -6
  98. package/dist/cjs/{index-defd575f.js → index-c54654c6.js} +2 -2
  99. package/dist/cjs/index.cjs.js +9 -9
  100. package/dist/cjs/{input-shims-20d639e6.js → input-shims-9e59ef62.js} +5 -5
  101. package/dist/cjs/ion-accordion_2.cjs.entry.js +4 -4
  102. package/dist/cjs/ion-action-sheet.cjs.entry.js +5 -5
  103. package/dist/cjs/ion-alert.cjs.entry.js +5 -5
  104. package/dist/cjs/ion-app_8.cjs.entry.js +21 -20
  105. package/dist/cjs/ion-avatar_3.cjs.entry.js +3 -3
  106. package/dist/cjs/ion-back-button.cjs.entry.js +2 -2
  107. package/dist/cjs/ion-backdrop.cjs.entry.js +2 -2
  108. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +2 -2
  109. package/dist/cjs/ion-button_2.cjs.entry.js +2 -2
  110. package/dist/cjs/ion-card_5.cjs.entry.js +2 -2
  111. package/dist/cjs/ion-checkbox.cjs.entry.js +5 -5
  112. package/dist/cjs/ion-chip.cjs.entry.js +2 -2
  113. package/dist/cjs/ion-col_3.cjs.entry.js +5 -5
  114. package/dist/cjs/ion-datetime-button.cjs.entry.js +4 -4
  115. package/dist/cjs/ion-datetime_3.cjs.entry.js +25 -22
  116. package/dist/cjs/ion-fab_3.cjs.entry.js +8 -8
  117. package/dist/cjs/ion-img.cjs.entry.js +3 -3
  118. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +5 -5
  119. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +5 -5
  120. package/dist/cjs/ion-input.cjs.entry.js +18 -6
  121. package/dist/cjs/ion-item-option_3.cjs.entry.js +6 -6
  122. package/dist/cjs/ion-item_8.cjs.entry.js +15 -15
  123. package/dist/cjs/ion-loading.cjs.entry.js +6 -6
  124. package/dist/cjs/ion-menu_3.cjs.entry.js +11 -11
  125. package/dist/cjs/ion-modal.cjs.entry.js +13 -12
  126. package/dist/cjs/ion-nav_2.cjs.entry.js +6 -5
  127. package/dist/cjs/ion-picker-column-option.cjs.entry.js +4 -4
  128. package/dist/cjs/ion-picker-column.cjs.entry.js +156 -6
  129. package/dist/cjs/ion-picker.cjs.entry.js +3 -3
  130. package/dist/cjs/ion-popover.cjs.entry.js +9 -8
  131. package/dist/cjs/ion-progress-bar.cjs.entry.js +3 -3
  132. package/dist/cjs/ion-radio_2.cjs.entry.js +6 -6
  133. package/dist/cjs/ion-range.cjs.entry.js +5 -5
  134. package/dist/cjs/ion-refresher_2.cjs.entry.js +4 -4
  135. package/dist/cjs/ion-reorder_2.cjs.entry.js +4 -4
  136. package/dist/cjs/ion-ripple-effect.cjs.entry.js +3 -3
  137. package/dist/cjs/ion-route_4.cjs.entry.js +4 -4
  138. package/dist/cjs/ion-searchbar.cjs.entry.js +6 -6
  139. package/dist/cjs/ion-segment_2.cjs.entry.js +7 -7
  140. package/dist/cjs/ion-select_3.cjs.entry.js +9 -9
  141. package/dist/cjs/ion-spinner.cjs.entry.js +3 -3
  142. package/dist/cjs/ion-split-pane.cjs.entry.js +4 -4
  143. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +6 -6
  144. package/dist/cjs/ion-tab_2.cjs.entry.js +4 -4
  145. package/dist/cjs/ion-text.cjs.entry.js +4 -4
  146. package/dist/cjs/ion-textarea.cjs.entry.js +4 -4
  147. package/dist/cjs/ion-toast.cjs.entry.js +6 -6
  148. package/dist/cjs/ion-toggle.cjs.entry.js +5 -5
  149. package/dist/cjs/{ionic-global-62487d02.js → ionic-global-35b86a09.js} +1 -1
  150. package/dist/cjs/ionic.cjs.js +31 -33
  151. package/dist/cjs/{ios.transition-d4f0ca4e.js → ios.transition-5ddf92f1.js} +98 -69
  152. package/dist/cjs/loader.cjs.js +4 -4
  153. package/dist/cjs/{md.transition-857328f3.js → md.transition-047c18c5.js} +4 -2
  154. package/dist/cjs/{overlays-10c452b2.js → overlays-cb04d075.js} +5 -3
  155. package/dist/cjs/{status-tap-81daddfa.js → status-tap-5b2775cd.js} +1 -1
  156. package/dist/collection/collection-manifest.json +2 -2
  157. package/dist/collection/components/accordion-group/accordion-group.js +3 -3
  158. package/dist/collection/components/checkbox/checkbox.js +4 -4
  159. package/dist/collection/components/content/content.js +23 -4
  160. package/dist/collection/components/content/test/content.spec.js +27 -0
  161. package/dist/collection/components/datetime/datetime.js +18 -15
  162. package/dist/collection/components/datetime/test/color/datetime.e2e.js +14 -7
  163. package/dist/collection/components/datetime/test/overlay-roles/datetime.e2e.js +34 -0
  164. package/dist/collection/components/datetime-button/datetime-button.js +2 -2
  165. package/dist/collection/components/fab/fab.js +2 -2
  166. package/dist/collection/components/fab-button/fab-button.js +2 -2
  167. package/dist/collection/components/fab-list/fab-list.js +2 -2
  168. package/dist/collection/components/footer/footer.js +2 -2
  169. package/dist/collection/components/grid/grid.js +2 -2
  170. package/dist/collection/components/header/header.js +2 -2
  171. package/dist/collection/components/img/img.js +1 -1
  172. package/dist/collection/components/infinite-scroll/infinite-scroll.js +1 -1
  173. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +2 -2
  174. package/dist/collection/components/input/input.js +34 -5
  175. package/dist/collection/components/input/test/input.spec.js +13 -0
  176. package/dist/collection/components/input-password-toggle/input-password-toggle.js +3 -3
  177. package/dist/collection/components/item/test/a11y/item.e2e.js +24 -4
  178. package/dist/collection/components/item-divider/item-divider.js +2 -2
  179. package/dist/collection/components/item-group/item-group.js +1 -1
  180. package/dist/collection/components/item-option/item-option.js +2 -2
  181. package/dist/collection/components/item-options/item-options.js +1 -1
  182. package/dist/collection/components/item-sliding/item-sliding.js +1 -1
  183. package/dist/collection/components/label/label.ios.css +1 -1
  184. package/dist/collection/components/label/label.js +2 -2
  185. package/dist/collection/components/list/list.js +1 -1
  186. package/dist/collection/components/list-header/list-header.js +2 -2
  187. package/dist/collection/components/loading/loading.js +2 -2
  188. package/dist/collection/components/menu/menu.js +2 -2
  189. package/dist/collection/components/menu-button/menu-button.js +2 -2
  190. package/dist/collection/components/menu-toggle/menu-toggle.js +2 -2
  191. package/dist/collection/components/modal/gestures/sheet.js +3 -2
  192. package/dist/collection/components/modal/modal.js +25 -6
  193. package/dist/collection/components/modal/test/basic/modal.spec.js +19 -0
  194. package/dist/collection/components/nav/nav.js +1 -1
  195. package/dist/collection/components/nav-link/nav-link.js +1 -1
  196. package/dist/collection/components/note/note.js +2 -2
  197. package/dist/collection/components/picker/picker.js +2 -2
  198. package/dist/collection/components/picker-column/picker-column.css +19 -0
  199. package/dist/collection/components/picker-column/picker-column.js +159 -4
  200. package/dist/collection/components/picker-column/test/picker-column.spec.js +83 -0
  201. package/dist/collection/components/picker-column-option/picker-column-option.js +2 -2
  202. package/dist/collection/components/picker-legacy/picker.js +2 -2
  203. package/dist/collection/components/picker-legacy-column/picker-column.js +2 -2
  204. package/dist/collection/components/popover/popover.js +23 -4
  205. package/dist/collection/components/popover/test/basic/popover.spec.js +19 -0
  206. package/dist/collection/components/progress-bar/progress-bar.js +1 -1
  207. package/dist/collection/components/radio/radio.js +3 -3
  208. package/dist/collection/components/radio-group/radio-group.js +2 -2
  209. package/dist/collection/components/range/range.js +4 -4
  210. package/dist/collection/components/refresher/refresher.js +1 -1
  211. package/dist/collection/components/refresher-content/refresher-content.js +1 -1
  212. package/dist/collection/components/reorder/reorder.js +1 -1
  213. package/dist/collection/components/reorder-group/reorder-group.js +1 -1
  214. package/dist/collection/components/ripple-effect/ripple-effect.js +1 -1
  215. package/dist/collection/components/router-link/router-link.js +2 -2
  216. package/dist/collection/components/router-outlet/router-outlet.js +1 -1
  217. package/dist/collection/components/row/row.js +1 -1
  218. package/dist/collection/components/searchbar/searchbar.js +5 -5
  219. package/dist/collection/components/segment/segment.js +3 -3
  220. package/dist/collection/components/segment-button/segment-button.js +3 -3
  221. package/dist/collection/components/select/select.js +3 -3
  222. package/dist/collection/components/select/test/fill/select.e2e.js +25 -0
  223. package/dist/collection/components/select-option/select-option.js +1 -1
  224. package/dist/collection/components/select-popover/select-popover.js +1 -1
  225. package/dist/collection/components/select-popover/select-popover.md.css +8 -1
  226. package/dist/collection/components/skeleton-text/skeleton-text.js +2 -2
  227. package/dist/collection/components/spinner/spinner.js +1 -1
  228. package/dist/collection/components/split-pane/split-pane.js +2 -2
  229. package/dist/collection/components/tab/tab.js +2 -2
  230. package/dist/collection/components/tab-bar/tab-bar.js +2 -2
  231. package/dist/collection/components/tab-button/tab-button.js +2 -2
  232. package/dist/collection/components/tabs/tabs.js +1 -1
  233. package/dist/collection/components/text/text.js +2 -2
  234. package/dist/collection/components/textarea/textarea.js +3 -3
  235. package/dist/collection/components/thumbnail/thumbnail.js +1 -1
  236. package/dist/collection/components/title/title.js +2 -2
  237. package/dist/collection/components/toast/toast.js +2 -2
  238. package/dist/collection/components/toggle/test/enable-on-off-labels/toggle.e2e.js +51 -31
  239. package/dist/collection/components/toggle/toggle.js +4 -4
  240. package/dist/collection/components/toolbar/toolbar.js +2 -2
  241. package/dist/collection/utils/focus-controller/index.js +112 -0
  242. package/dist/collection/utils/focus-controller/test/generic/focus-controller.e2e.js +52 -0
  243. package/dist/collection/utils/focus-controller/test/ionic/focus-controller.e2e.js +52 -0
  244. package/dist/collection/utils/input-shims/hacks/scroll-assist.js +5 -5
  245. package/dist/collection/utils/overlays.js +2 -1
  246. package/dist/collection/utils/test/playwright/page/utils/goto.js +12 -3
  247. package/dist/collection/utils/transition/index.js +11 -1
  248. package/dist/collection/utils/transition/ios.transition.js +94 -67
  249. package/dist/docs.json +110 -15
  250. package/dist/esm/{app-globals-49873df1.js → app-globals-b99e6d29.js} +1 -1
  251. package/dist/esm/{button-active-46df59c1.js → button-active-920addb8.js} +1 -1
  252. package/dist/esm/{hardware-back-button-ba8f64c2.js → hardware-back-button-2d9760b6.js} +2 -2
  253. package/dist/esm/{index-56d90da9.js → index-7ae7186a.js} +2 -2
  254. package/dist/esm/{index-f0d7371a.js → index-8e6b6a24.js} +122 -4
  255. package/dist/esm/index-9aab3bcf.js +2196 -0
  256. package/dist/esm/index.js +9 -9
  257. package/dist/esm/{input-shims-4530285e.js → input-shims-0314bbe5.js} +5 -5
  258. package/dist/esm/ion-accordion_2.entry.js +4 -4
  259. package/dist/esm/ion-action-sheet.entry.js +5 -5
  260. package/dist/esm/ion-alert.entry.js +5 -5
  261. package/dist/esm/ion-app_8.entry.js +21 -20
  262. package/dist/esm/ion-avatar_3.entry.js +3 -3
  263. package/dist/esm/ion-back-button.entry.js +2 -2
  264. package/dist/esm/ion-backdrop.entry.js +2 -2
  265. package/dist/esm/ion-breadcrumb_2.entry.js +2 -2
  266. package/dist/esm/ion-button_2.entry.js +2 -2
  267. package/dist/esm/ion-card_5.entry.js +2 -2
  268. package/dist/esm/ion-checkbox.entry.js +5 -5
  269. package/dist/esm/ion-chip.entry.js +2 -2
  270. package/dist/esm/ion-col_3.entry.js +5 -5
  271. package/dist/esm/ion-datetime-button.entry.js +4 -4
  272. package/dist/esm/ion-datetime_3.entry.js +25 -22
  273. package/dist/esm/ion-fab_3.entry.js +8 -8
  274. package/dist/esm/ion-img.entry.js +3 -3
  275. package/dist/esm/ion-infinite-scroll_2.entry.js +5 -5
  276. package/dist/esm/ion-input-password-toggle.entry.js +5 -5
  277. package/dist/esm/ion-input.entry.js +18 -6
  278. package/dist/esm/ion-item-option_3.entry.js +6 -6
  279. package/dist/esm/ion-item_8.entry.js +15 -15
  280. package/dist/esm/ion-loading.entry.js +6 -6
  281. package/dist/esm/ion-menu_3.entry.js +11 -11
  282. package/dist/esm/ion-modal.entry.js +13 -12
  283. package/dist/esm/ion-nav_2.entry.js +6 -5
  284. package/dist/esm/ion-picker-column-option.entry.js +4 -4
  285. package/dist/esm/ion-picker-column.entry.js +156 -6
  286. package/dist/esm/ion-picker.entry.js +3 -3
  287. package/dist/esm/ion-popover.entry.js +9 -8
  288. package/dist/esm/ion-progress-bar.entry.js +3 -3
  289. package/dist/esm/ion-radio_2.entry.js +6 -6
  290. package/dist/esm/ion-range.entry.js +5 -5
  291. package/dist/esm/ion-refresher_2.entry.js +4 -4
  292. package/dist/esm/ion-reorder_2.entry.js +4 -4
  293. package/dist/esm/ion-ripple-effect.entry.js +3 -3
  294. package/dist/esm/ion-route_4.entry.js +4 -4
  295. package/dist/esm/ion-searchbar.entry.js +6 -6
  296. package/dist/esm/ion-segment_2.entry.js +7 -7
  297. package/dist/esm/ion-select_3.entry.js +9 -9
  298. package/dist/esm/ion-spinner.entry.js +3 -3
  299. package/dist/esm/ion-split-pane.entry.js +4 -4
  300. package/dist/esm/ion-tab-bar_2.entry.js +6 -6
  301. package/dist/esm/ion-tab_2.entry.js +4 -4
  302. package/dist/esm/ion-text.entry.js +4 -4
  303. package/dist/esm/ion-textarea.entry.js +4 -4
  304. package/dist/esm/ion-toast.entry.js +6 -6
  305. package/dist/esm/ion-toggle.entry.js +5 -5
  306. package/dist/esm/{ionic-global-e6c98cd0.js → ionic-global-4528d288.js} +1 -1
  307. package/dist/esm/ionic.js +32 -34
  308. package/dist/esm/{ios.transition-71bfa932.js → ios.transition-e35d0940.js} +98 -69
  309. package/dist/esm/loader.js +5 -5
  310. package/dist/esm/{md.transition-86aef3c0.js → md.transition-4b90a1f0.js} +4 -2
  311. package/dist/esm/{overlays-6fb4a2f2.js → overlays-df2c06b2.js} +5 -4
  312. package/dist/esm/{status-tap-299361cd.js → status-tap-12c27922.js} +1 -1
  313. package/dist/esm-es5/app-globals-b99e6d29.js +4 -0
  314. package/dist/esm-es5/{button-active-46df59c1.js → button-active-920addb8.js} +1 -1
  315. package/dist/esm-es5/{hardware-back-button-ba8f64c2.js → hardware-back-button-2d9760b6.js} +1 -1
  316. package/dist/esm-es5/{index-56d90da9.js → index-7ae7186a.js} +1 -1
  317. package/dist/esm-es5/index-8e6b6a24.js +4 -0
  318. package/dist/esm-es5/index-9aab3bcf.js +5 -0
  319. package/dist/esm-es5/index.js +1 -1
  320. package/dist/esm-es5/input-shims-0314bbe5.js +4 -0
  321. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  322. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  323. package/dist/esm-es5/ion-alert.entry.js +1 -1
  324. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  325. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  326. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  327. package/dist/esm-es5/ion-backdrop.entry.js +1 -1
  328. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  329. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  330. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  331. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  332. package/dist/esm-es5/ion-chip.entry.js +1 -1
  333. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  334. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  335. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  336. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  337. package/dist/esm-es5/ion-img.entry.js +1 -1
  338. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  339. package/dist/esm-es5/ion-input-password-toggle.entry.js +1 -1
  340. package/dist/esm-es5/ion-input.entry.js +1 -1
  341. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  342. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  343. package/dist/esm-es5/ion-loading.entry.js +1 -1
  344. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  345. package/dist/esm-es5/ion-modal.entry.js +1 -1
  346. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  347. package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
  348. package/dist/esm-es5/ion-picker-column.entry.js +1 -1
  349. package/dist/esm-es5/ion-picker.entry.js +1 -1
  350. package/dist/esm-es5/ion-popover.entry.js +1 -1
  351. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  352. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  353. package/dist/esm-es5/ion-range.entry.js +1 -1
  354. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  355. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  356. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  357. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  358. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  359. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  360. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  361. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  362. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  363. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  364. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  365. package/dist/esm-es5/ion-text.entry.js +1 -1
  366. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  367. package/dist/esm-es5/ion-toast.entry.js +1 -1
  368. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  369. package/dist/esm-es5/{ionic-global-e6c98cd0.js → ionic-global-4528d288.js} +1 -1
  370. package/dist/esm-es5/ionic.js +1 -1
  371. package/dist/esm-es5/ios.transition-e35d0940.js +4 -0
  372. package/dist/esm-es5/loader.js +1 -1
  373. package/dist/esm-es5/md.transition-4b90a1f0.js +4 -0
  374. package/dist/esm-es5/{overlays-6fb4a2f2.js → overlays-df2c06b2.js} +1 -1
  375. package/dist/esm-es5/{status-tap-299361cd.js → status-tap-12c27922.js} +1 -1
  376. package/dist/html.html-data.json +24 -0
  377. package/dist/ionic/index.esm.js +1 -1
  378. package/dist/ionic/ionic.esm.js +1 -1
  379. package/dist/ionic/ionic.js +1 -1
  380. package/dist/ionic/{p-4f77a080.system.entry.js → p-01a27023.system.entry.js} +1 -1
  381. package/dist/ionic/p-0395be73.entry.js +4 -0
  382. package/dist/ionic/p-03b86a5e.js +4 -0
  383. package/dist/ionic/{p-5ad55625.entry.js → p-049d43bd.entry.js} +1 -1
  384. package/dist/ionic/p-0536574e.entry.js +4 -0
  385. package/dist/ionic/{p-005deca1.system.entry.js → p-08ea3402.system.entry.js} +1 -1
  386. package/dist/ionic/{p-f956e38a.entry.js → p-09538818.entry.js} +1 -1
  387. package/dist/ionic/{p-4a01cec0.entry.js → p-09b4e9ec.entry.js} +1 -1
  388. package/dist/ionic/{p-4809ddae.system.entry.js → p-0a6d801e.system.entry.js} +1 -1
  389. package/dist/ionic/{p-c54b167f.system.entry.js → p-0b007acc.system.entry.js} +1 -1
  390. package/dist/ionic/{p-e292247e.system.entry.js → p-10feef7e.system.entry.js} +1 -1
  391. package/dist/ionic/p-130299c9.entry.js +4 -0
  392. package/dist/ionic/p-15d1ddba.js +4 -0
  393. package/dist/ionic/{p-f8f8c5a8.system.entry.js → p-199f826f.system.entry.js} +1 -1
  394. package/dist/ionic/p-1b435d20.entry.js +4 -0
  395. package/dist/ionic/{p-96a561dd.js → p-1cc0b31f.js} +1 -1
  396. package/dist/ionic/p-1eb63fa4.entry.js +4 -0
  397. package/dist/ionic/{p-1ba197b6.entry.js → p-207e11dc.entry.js} +1 -1
  398. package/dist/ionic/{p-46111310.js → p-2690b1de.js} +1 -1
  399. package/dist/ionic/p-26bb6bb8.entry.js +4 -0
  400. package/dist/ionic/{p-f13dc6bd.system.entry.js → p-279f3bac.system.entry.js} +1 -1
  401. package/dist/ionic/p-29de09dd.entry.js +4 -0
  402. package/dist/ionic/{p-6e4dac1a.entry.js → p-2c588aa2.entry.js} +1 -1
  403. package/dist/ionic/p-2ff0e0aa.system.js +4 -0
  404. package/dist/ionic/p-30baae57.system.js +4 -0
  405. package/dist/ionic/{p-7a7ff5e3.system.js → p-31d27232.system.js} +1 -1
  406. package/dist/ionic/p-33e10509.system.js +4 -0
  407. package/dist/ionic/{p-7f33a6e2.system.entry.js → p-380efbfa.system.entry.js} +2 -2
  408. package/dist/ionic/p-3c27be4a.entry.js +4 -0
  409. package/dist/ionic/p-3d015cdb.system.js +5 -0
  410. package/dist/ionic/{p-1c42ad90.entry.js → p-3f53a0b1.entry.js} +1 -1
  411. package/dist/ionic/p-433157a4.entry.js +4 -0
  412. package/dist/ionic/{p-53d37363.entry.js → p-4824398b.entry.js} +1 -1
  413. package/dist/ionic/p-498eb648.system.entry.js +4 -0
  414. package/dist/ionic/{p-7c93f00b.system.entry.js → p-4d8f408d.system.entry.js} +1 -1
  415. package/dist/ionic/{p-ad2b9596.entry.js → p-5091f63c.entry.js} +1 -1
  416. package/dist/ionic/{p-6ef17d86.system.entry.js → p-509620b8.system.entry.js} +1 -1
  417. package/dist/ionic/{p-48f60474.entry.js → p-5109a566.entry.js} +1 -1
  418. package/dist/ionic/{p-4f6ebc2b.entry.js → p-52ce473d.entry.js} +1 -1
  419. package/dist/ionic/{p-4fadf4b0.entry.js → p-52f53904.entry.js} +1 -1
  420. package/dist/ionic/{p-aa8a2f40.system.entry.js → p-55f99a39.system.entry.js} +1 -1
  421. package/dist/ionic/{p-6ac30fc3.system.js → p-5734ac17.system.js} +1 -1
  422. package/dist/ionic/{p-55bc2a11.system.entry.js → p-57bc32e2.system.entry.js} +1 -1
  423. package/dist/ionic/{p-8f9e2850.js → p-5cc6dcf5.js} +1 -1
  424. package/dist/ionic/p-5dc9f99a.entry.js +4 -0
  425. package/dist/ionic/p-5ec3bb70.system.entry.js +4 -0
  426. package/dist/ionic/{p-b6519a42.entry.js → p-606f069c.entry.js} +1 -1
  427. package/dist/ionic/{p-3de2aab8.system.entry.js → p-628967e3.system.entry.js} +1 -1
  428. package/dist/ionic/{p-c927dbe2.system.entry.js → p-62e44e4a.system.entry.js} +1 -1
  429. package/dist/ionic/p-66ed603b.js +4 -0
  430. package/dist/ionic/{p-e548fedf.system.entry.js → p-670c9f57.system.entry.js} +1 -1
  431. package/dist/ionic/{p-d061515d.system.entry.js → p-6a2cf398.system.entry.js} +1 -1
  432. package/dist/ionic/{p-7492572a.entry.js → p-6c3666d5.entry.js} +1 -1
  433. package/dist/ionic/{p-53d69c70.system.entry.js → p-6df12af0.system.entry.js} +1 -1
  434. package/dist/ionic/p-6ec88301.entry.js +4 -0
  435. package/dist/ionic/p-6f008ad2.js +4 -0
  436. package/dist/ionic/{p-814efd87.system.entry.js → p-700567ab.system.entry.js} +1 -1
  437. package/dist/ionic/p-712d54ae.js +4 -0
  438. package/dist/ionic/{p-e8a713b5.entry.js → p-7349de07.entry.js} +1 -1
  439. package/dist/ionic/p-7402fcdf.entry.js +4 -0
  440. package/dist/ionic/{p-e6d46b5d.system.entry.js → p-77731f19.system.entry.js} +1 -1
  441. package/dist/ionic/{p-90f8498c.entry.js → p-78405458.entry.js} +1 -1
  442. package/dist/ionic/{p-b4a7f856.system.entry.js → p-7d6fd45f.system.entry.js} +1 -1
  443. package/dist/ionic/{p-332aa81e.entry.js → p-7eb47906.entry.js} +1 -1
  444. package/dist/ionic/{p-8a5152e5.entry.js → p-80265a58.entry.js} +1 -1
  445. package/dist/ionic/{p-68afa357.system.entry.js → p-83d748f8.system.entry.js} +2 -2
  446. package/dist/ionic/{p-6c5c1bb5.system.js → p-842c9fca.system.js} +1 -1
  447. package/dist/ionic/{p-e781c893.entry.js → p-8a03fbee.entry.js} +1 -1
  448. package/dist/ionic/{p-cf8101a6.system.entry.js → p-8cb80f83.system.entry.js} +1 -1
  449. package/dist/ionic/{p-9fd3ca09.system.entry.js → p-8d14ee8c.system.entry.js} +2 -2
  450. package/dist/ionic/p-90dfc454.system.entry.js +4 -0
  451. package/dist/ionic/{p-c4eafa12.system.entry.js → p-9213681c.system.entry.js} +1 -1
  452. package/dist/ionic/p-92d7e99d.system.js +4 -0
  453. package/dist/ionic/{p-2b86020c.system.entry.js → p-9664a1a2.system.entry.js} +1 -1
  454. package/dist/ionic/{p-dbc3e90c.entry.js → p-9797f6eb.entry.js} +1 -1
  455. package/dist/ionic/{p-987e38ef.system.entry.js → p-9848d7be.system.entry.js} +1 -1
  456. package/dist/ionic/{p-fea11771.entry.js → p-98f6116f.entry.js} +1 -1
  457. package/dist/ionic/{p-cbd87df6.entry.js → p-99884813.entry.js} +1 -1
  458. package/dist/ionic/{p-904df2ee.system.entry.js → p-99ca9787.system.entry.js} +1 -1
  459. package/dist/ionic/{p-ca5bb110.system.entry.js → p-9bfd7cda.system.entry.js} +1 -1
  460. package/dist/ionic/p-9c6dcf78.system.entry.js +4 -0
  461. package/dist/ionic/p-9da86308.js +4 -0
  462. package/dist/ionic/{p-83b445c3.js → p-9ec42be0.js} +1 -1
  463. package/dist/ionic/{p-5c26fed5.system.entry.js → p-a2e94ade.system.entry.js} +1 -1
  464. package/dist/ionic/{p-7bbcce53.system.js → p-a39d3482.system.js} +1 -1
  465. package/dist/ionic/p-a488b7ab.system.js +4 -0
  466. package/dist/ionic/{p-e1ad8e76.entry.js → p-a4ab7449.entry.js} +1 -1
  467. package/dist/ionic/{p-3d977e09.system.entry.js → p-a50f23bf.system.entry.js} +2 -2
  468. package/dist/ionic/{p-275dd0ba.system.entry.js → p-a76ab3ea.system.entry.js} +1 -1
  469. package/dist/ionic/{p-67f5b57a.js → p-a953ef66.js} +1 -1
  470. package/dist/ionic/p-aaaaaea1.entry.js +4 -0
  471. package/dist/ionic/{p-151e8afd.entry.js → p-b02eda30.entry.js} +1 -1
  472. package/dist/ionic/{p-341b3f37.entry.js → p-b04c27d8.entry.js} +1 -1
  473. package/dist/ionic/{p-6cf780b6.system.entry.js → p-b07affd5.system.entry.js} +1 -1
  474. package/dist/ionic/{p-aa79cc0e.system.entry.js → p-b28d3ccb.system.entry.js} +2 -2
  475. package/dist/ionic/{p-e099a6f3.entry.js → p-b563b6ac.entry.js} +1 -1
  476. package/dist/ionic/p-b62ae60a.system.entry.js +4 -0
  477. package/dist/ionic/p-b9181033.system.entry.js +4 -0
  478. package/dist/ionic/{p-e93cd31c.entry.js → p-ba70039f.entry.js} +1 -1
  479. package/dist/ionic/{p-1fe1f512.entry.js → p-bbbe869e.entry.js} +1 -1
  480. package/dist/ionic/{p-aea5f293.system.entry.js → p-c41435e6.system.entry.js} +1 -1
  481. package/dist/ionic/p-cec8589b.system.js +4 -0
  482. package/dist/ionic/{p-3008ca4e.system.entry.js → p-d69b26d9.system.entry.js} +1 -1
  483. package/dist/ionic/p-d73a16e6.system.entry.js +4 -0
  484. package/dist/ionic/p-dba5cb84.js +5 -0
  485. package/dist/ionic/{p-df0d39c7.system.entry.js → p-dc0d9ff5.system.entry.js} +2 -2
  486. package/dist/ionic/p-dc1e363a.entry.js +4 -0
  487. package/dist/ionic/{p-405fd996.entry.js → p-df517d1f.entry.js} +1 -1
  488. package/dist/ionic/p-dfb78785.system.js +4 -0
  489. package/dist/ionic/{p-98af538a.system.entry.js → p-e0a8ffd0.system.entry.js} +1 -1
  490. package/dist/ionic/{p-50205ef9.system.entry.js → p-e6e197f5.system.entry.js} +1 -1
  491. package/dist/ionic/{p-530207f9.entry.js → p-e6e88ab9.entry.js} +1 -1
  492. package/dist/ionic/{p-ffbc80ae.system.js → p-e81f22e3.system.js} +1 -1
  493. package/dist/ionic/{p-07584ab4.system.js → p-eb3023c9.system.js} +1 -1
  494. package/dist/ionic/p-ecbdbf25.system.entry.js +4 -0
  495. package/dist/ionic/{p-91b568e2.system.entry.js → p-ed5aebaa.system.entry.js} +1 -1
  496. package/dist/ionic/p-f357707e.entry.js +4 -0
  497. package/dist/ionic/{p-ca6decbd.entry.js → p-f53bcebd.entry.js} +1 -1
  498. package/dist/ionic/p-f9baf25c.entry.js +4 -0
  499. package/dist/ionic/{p-1472c130.entry.js → p-fa8f2e62.entry.js} +1 -1
  500. package/dist/ionic/{p-e81c3ca2.system.entry.js → p-fb21fd1c.system.entry.js} +1 -1
  501. package/dist/ionic/{p-bc3d649d.entry.js → p-fcecca8f.entry.js} +1 -1
  502. package/dist/types/components/accordion-group/accordion-group.d.ts +3 -4
  503. package/dist/types/components/checkbox/checkbox.d.ts +3 -4
  504. package/dist/types/components/content/content.d.ts +8 -0
  505. package/dist/types/components/datetime/datetime.d.ts +2 -0
  506. package/dist/types/components/input/input.d.ts +6 -0
  507. package/dist/types/components/modal/modal-interface.d.ts +1 -0
  508. package/dist/types/components/modal/modal.d.ts +18 -0
  509. package/dist/types/components/picker-column/picker-column.d.ts +37 -0
  510. package/dist/types/components/popover/popover-interface.d.ts +1 -0
  511. package/dist/types/components/popover/popover.d.ts +18 -0
  512. package/dist/types/components/radio-group/radio-group.d.ts +2 -0
  513. package/dist/types/components/range/range.d.ts +1 -1
  514. package/dist/types/components/searchbar/searchbar.d.ts +2 -0
  515. package/dist/types/components/segment/segment.d.ts +3 -2
  516. package/dist/types/components/select/select.d.ts +2 -0
  517. package/dist/types/components/textarea/textarea.d.ts +2 -0
  518. package/dist/types/components/toggle/toggle.d.ts +3 -2
  519. package/dist/types/components.d.ts +44 -12
  520. package/dist/types/utils/config.d.ts +9 -0
  521. package/dist/types/utils/focus-controller/index.d.ts +13 -0
  522. package/dist/types/utils/overlays.d.ts +1 -0
  523. package/hydrate/index.d.ts +1 -1
  524. package/hydrate/index.js +44900 -35418
  525. package/package.json +6 -6
  526. package/dist/cjs/index-bbc6c29f.js +0 -3324
  527. package/dist/esm/index-bcd8859b.js +0 -3286
  528. package/dist/esm-es5/app-globals-49873df1.js +0 -4
  529. package/dist/esm-es5/index-bcd8859b.js +0 -5
  530. package/dist/esm-es5/index-f0d7371a.js +0 -4
  531. package/dist/esm-es5/input-shims-4530285e.js +0 -4
  532. package/dist/esm-es5/ios.transition-71bfa932.js +0 -4
  533. package/dist/esm-es5/md.transition-86aef3c0.js +0 -4
  534. package/dist/ionic/p-0bd47555.js +0 -4
  535. package/dist/ionic/p-0e713efe.js +0 -4
  536. package/dist/ionic/p-13cc6ee6.entry.js +0 -4
  537. package/dist/ionic/p-1b0f4e6c.entry.js +0 -4
  538. package/dist/ionic/p-1fa53d02.entry.js +0 -4
  539. package/dist/ionic/p-23fdee0e.entry.js +0 -4
  540. package/dist/ionic/p-2613c305.system.js +0 -4
  541. package/dist/ionic/p-46f407f0.system.js +0 -4
  542. package/dist/ionic/p-495ed1c3.entry.js +0 -4
  543. package/dist/ionic/p-4de53118.js +0 -4
  544. package/dist/ionic/p-4edce583.system.entry.js +0 -4
  545. package/dist/ionic/p-510cb8e6.system.js +0 -4
  546. package/dist/ionic/p-582db405.system.entry.js +0 -4
  547. package/dist/ionic/p-5f28cb75.js +0 -4
  548. package/dist/ionic/p-6dc81903.entry.js +0 -4
  549. package/dist/ionic/p-7372cf23.system.entry.js +0 -4
  550. package/dist/ionic/p-7596e24d.system.js +0 -5
  551. package/dist/ionic/p-76971b4f.entry.js +0 -4
  552. package/dist/ionic/p-91dabef7.system.js +0 -4
  553. package/dist/ionic/p-9ccc8035.system.entry.js +0 -4
  554. package/dist/ionic/p-9fa5ff32.system.js +0 -4
  555. package/dist/ionic/p-a28ea4d8.system.entry.js +0 -4
  556. package/dist/ionic/p-a39a73e3.entry.js +0 -4
  557. package/dist/ionic/p-a90201f2.js +0 -4
  558. package/dist/ionic/p-ac045dad.entry.js +0 -4
  559. package/dist/ionic/p-ae42c907.entry.js +0 -4
  560. package/dist/ionic/p-ba35f07f.entry.js +0 -4
  561. package/dist/ionic/p-c1c77386.js +0 -5
  562. package/dist/ionic/p-c2762c6a.system.entry.js +0 -4
  563. package/dist/ionic/p-c4e495a3.system.js +0 -4
  564. package/dist/ionic/p-cf45a5c7.system.entry.js +0 -4
  565. package/dist/ionic/p-d73f49d0.entry.js +0 -4
  566. package/dist/ionic/p-dc4406d7.system.entry.js +0 -4
  567. package/dist/ionic/p-dec86943.entry.js +0 -4
  568. package/dist/ionic/p-e5a3659f.system.js +0 -4
  569. package/dist/ionic/p-ec178f19.entry.js +0 -4
  570. package/dist/ionic/p-eda2459e.entry.js +0 -4
  571. package/dist/ionic/p-f6ca4d02.js +0 -4
  572. package/dist/ionic/p-f6fec6a0.entry.js +0 -4
@@ -1,21 +1,21 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, d as createEvent, w as writeTask, h, f as Host, i as getElement } from './index-bcd8859b.js';
4
+ import { r as registerInstance, d as createEvent, w as writeTask, h, f as Host, i as getElement } from './index-9aab3bcf.js';
5
5
  import { startFocusVisible } from './focus-visible-dd40d69f.js';
6
6
  import { r as raf, d as renderHiddenInput, g as getElementRoot, j as clamp } from './helpers-da915de8.js';
7
7
  import { a as printIonError, p as printIonWarning } from './index-9b0d46f4.js';
8
8
  import { i as isRTL } from './dir-babeabeb.js';
9
9
  import { c as createColorClasses, g as getClassMap } from './theme-01f3f29c.js';
10
10
  import { c as chevronBack, o as chevronForward, l as chevronDown, p as caretUpSharp, q as caretDownSharp } from './index-e2cf2ceb.js';
11
- import { b as getIonMode } from './ionic-global-e6c98cd0.js';
11
+ import { b as getIonMode } from './ionic-global-4528d288.js';
12
12
  import { g as generateDayAriaLabel, a as getDay, i as isBefore, b as isAfter, c as isSameDay, d as getPreviousMonth, e as getNextMonth, v as validateParts, f as getPartsFromCalendarDay, h as getNextYear, j as getPreviousYear, k as getEndOfWeek, l as getStartOfWeek, m as getPreviousDay, n as getNextDay, o as getPreviousWeek, p as getNextWeek, q as parseMinParts, r as parseMaxParts, s as parseDate, w as warnIfValueOutOfBounds, t as convertToArrayOfNumbers, u as convertDataToISO, x as getToday, y as getClosestValidDate, z as generateMonths, A as getNumDaysInMonth, B as getCombinedDateColumnData, C as getMonthColumnData, D as getDayColumnData, E as getYearColumnData, F as isMonthFirstLocale, G as getTimeColumnsData, H as isLocaleDayPeriodRTL, I as getDaysOfWeek, J as getMonthAndYear, K as getDaysOfMonth, L as getHourCycle, M as getLocalizedTime, N as getLocalizedDateTime, O as formatValue, P as clampDate, Q as parseAmPm, R as calculateHourFromAMPM } from './data-ae11fd43.js';
13
13
  import { c as createLockController } from './lock-controller-316928be.js';
14
- import { d as createDelegateController, e as createTriggerController, B as BACKDROP, i as isCancel, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod, s as safeCall } from './overlays-6fb4a2f2.js';
14
+ import { d as createDelegateController, e as createTriggerController, B as BACKDROP, i as isCancel, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod, s as safeCall } from './overlays-df2c06b2.js';
15
15
  import { c as createAnimation } from './animation-eab5a4ca.js';
16
16
  import { b as hapticSelectionChanged, h as hapticSelectionEnd, a as hapticSelectionStart } from './haptic-ac164e4c.js';
17
17
  import './index-a5d50daf.js';
18
- import './hardware-back-button-ba8f64c2.js';
18
+ import './hardware-back-button-2d9760b6.js';
19
19
  import './framework-delegate-63d1a679.js';
20
20
  import './gesture-controller-314a54f6.js';
21
21
  import './capacitor-59395cbd.js';
@@ -287,10 +287,10 @@ const Datetime = class {
287
287
  const { activeParts } = this;
288
288
  return Array.isArray(activeParts) ? activeParts[0] : activeParts;
289
289
  };
290
- this.closeParentOverlay = () => {
290
+ this.closeParentOverlay = (role) => {
291
291
  const popoverOrModal = this.el.closest('ion-modal, ion-popover');
292
292
  if (popoverOrModal) {
293
- popoverOrModal.dismiss();
293
+ popoverOrModal.dismiss(undefined, role);
294
294
  }
295
295
  };
296
296
  this.setWorkingParts = (parts) => {
@@ -521,7 +521,8 @@ const Datetime = class {
521
521
  * Check below the next line ensures that we did not
522
522
  * swipe and abort (i.e. we swiped but we are still on the current month).
523
523
  */
524
- const month = calendarBodyRef.scrollLeft <= 2 ? startMonth : endMonth;
524
+ const condition = isRTL(this.el) ? calendarBodyRef.scrollLeft >= -2 : calendarBodyRef.scrollLeft <= 2;
525
+ const month = condition ? startMonth : endMonth;
525
526
  /**
526
527
  * The edge of the month must be lined up with
527
528
  * the edge of the calendar body in order for
@@ -960,7 +961,7 @@ const Datetime = class {
960
961
  }
961
962
  }
962
963
  if (closeOverlay) {
963
- this.closeParentOverlay();
964
+ this.closeParentOverlay(CONFIRM_ROLE);
964
965
  }
965
966
  }
966
967
  /**
@@ -980,7 +981,7 @@ const Datetime = class {
980
981
  async cancel(closeOverlay = false) {
981
982
  this.ionCancel.emit();
982
983
  if (closeOverlay) {
983
- this.closeParentOverlay();
984
+ this.closeParentOverlay(CANCEL_ROLE);
984
985
  }
985
986
  }
986
987
  get isCalendarPicker() {
@@ -1292,7 +1293,7 @@ const Datetime = class {
1292
1293
  const todayString = workingParts.day !== null
1293
1294
  ? `${workingParts.year}-${workingParts.month}-${workingParts.day}`
1294
1295
  : `${defaultParts.year}-${defaultParts.month}-${defaultParts.day}`;
1295
- return (h("ion-picker-column", { class: "date-column", color: this.color, disabled: disabled, value: todayString, onIonChange: (ev) => {
1296
+ return (h("ion-picker-column", { "aria-label": "Select a date", class: "date-column", color: this.color, disabled: disabled, value: todayString, onIonChange: (ev) => {
1296
1297
  const { value } = ev.detail;
1297
1298
  const findPart = parts.find(({ month, day, year }) => value === `${year}-${month}-${day}`);
1298
1299
  this.setWorkingParts(Object.assign(Object.assign({}, workingParts), findPart));
@@ -1367,7 +1368,7 @@ const Datetime = class {
1367
1368
  const { disabled, workingParts } = this;
1368
1369
  const activePart = this.getActivePartsWithFallback();
1369
1370
  const pickerColumnValue = (_a = (workingParts.day !== null ? workingParts.day : this.defaultParts.day)) !== null && _a !== void 0 ? _a : undefined;
1370
- return (h("ion-picker-column", { class: "day-column", color: this.color, disabled: disabled, value: pickerColumnValue, onIonChange: (ev) => {
1371
+ return (h("ion-picker-column", { "aria-label": "Select a day", class: "day-column", color: this.color, disabled: disabled, value: pickerColumnValue, onIonChange: (ev) => {
1371
1372
  this.setWorkingParts(Object.assign(Object.assign({}, workingParts), { day: ev.detail.value }));
1372
1373
  this.setActiveParts(Object.assign(Object.assign({}, activePart), { day: ev.detail.value }));
1373
1374
  ev.stopPropagation();
@@ -1379,7 +1380,7 @@ const Datetime = class {
1379
1380
  }
1380
1381
  const { disabled, workingParts } = this;
1381
1382
  const activePart = this.getActivePartsWithFallback();
1382
- return (h("ion-picker-column", { class: "month-column", color: this.color, disabled: disabled, value: workingParts.month, onIonChange: (ev) => {
1383
+ return (h("ion-picker-column", { "aria-label": "Select a month", class: "month-column", color: this.color, disabled: disabled, value: workingParts.month, onIonChange: (ev) => {
1383
1384
  this.setWorkingParts(Object.assign(Object.assign({}, workingParts), { month: ev.detail.value }));
1384
1385
  this.setActiveParts(Object.assign(Object.assign({}, activePart), { month: ev.detail.value }));
1385
1386
  ev.stopPropagation();
@@ -1391,7 +1392,7 @@ const Datetime = class {
1391
1392
  }
1392
1393
  const { disabled, workingParts } = this;
1393
1394
  const activePart = this.getActivePartsWithFallback();
1394
- return (h("ion-picker-column", { class: "year-column", color: this.color, disabled: disabled, value: workingParts.year, onIonChange: (ev) => {
1395
+ return (h("ion-picker-column", { "aria-label": "Select a year", class: "year-column", color: this.color, disabled: disabled, value: workingParts.year, onIonChange: (ev) => {
1395
1396
  this.setWorkingParts(Object.assign(Object.assign({}, workingParts), { year: ev.detail.value }));
1396
1397
  this.setActiveParts(Object.assign(Object.assign({}, activePart), { year: ev.detail.value }));
1397
1398
  ev.stopPropagation();
@@ -1424,7 +1425,7 @@ const Datetime = class {
1424
1425
  if (hoursData.length === 0)
1425
1426
  return [];
1426
1427
  const activePart = this.getActivePartsWithFallback();
1427
- return (h("ion-picker-column", { color: this.color, disabled: disabled, value: activePart.hour, numericInput: true, onIonChange: (ev) => {
1428
+ return (h("ion-picker-column", { "aria-label": "Select an hour", color: this.color, disabled: disabled, value: activePart.hour, numericInput: true, onIonChange: (ev) => {
1428
1429
  this.setWorkingParts(Object.assign(Object.assign({}, workingParts), { hour: ev.detail.value }));
1429
1430
  this.setActiveParts(Object.assign(Object.assign({}, activePart), { hour: ev.detail.value }));
1430
1431
  ev.stopPropagation();
@@ -1435,7 +1436,7 @@ const Datetime = class {
1435
1436
  if (minutesData.length === 0)
1436
1437
  return [];
1437
1438
  const activePart = this.getActivePartsWithFallback();
1438
- return (h("ion-picker-column", { color: this.color, disabled: disabled, value: activePart.minute, numericInput: true, onIonChange: (ev) => {
1439
+ return (h("ion-picker-column", { "aria-label": "Select a minute", color: this.color, disabled: disabled, value: activePart.minute, numericInput: true, onIonChange: (ev) => {
1439
1440
  this.setWorkingParts(Object.assign(Object.assign({}, workingParts), { minute: ev.detail.value }));
1440
1441
  this.setActiveParts(Object.assign(Object.assign({}, activePart), { minute: ev.detail.value }));
1441
1442
  ev.stopPropagation();
@@ -1448,7 +1449,7 @@ const Datetime = class {
1448
1449
  }
1449
1450
  const activePart = this.getActivePartsWithFallback();
1450
1451
  const isDayPeriodRTL = isLocaleDayPeriodRTL(this.locale);
1451
- return (h("ion-picker-column", { style: isDayPeriodRTL ? { order: '-1' } : {}, color: this.color, disabled: disabled, value: activePart.ampm, onIonChange: (ev) => {
1452
+ return (h("ion-picker-column", { "aria-label": "Select a day period", style: isDayPeriodRTL ? { order: '-1' } : {}, color: this.color, disabled: disabled, value: activePart.ampm, onIonChange: (ev) => {
1452
1453
  const hour = calculateHourFromAMPM(workingParts, ev.detail.value);
1453
1454
  this.setWorkingParts(Object.assign(Object.assign({}, workingParts), { ampm: ev.detail.value, hour }));
1454
1455
  this.setActiveParts(Object.assign(Object.assign({}, activePart), { ampm: ev.detail.value, hour }));
@@ -1758,7 +1759,7 @@ const Datetime = class {
1758
1759
  const hasDatePresentation = presentation === 'date' || presentation === 'date-time' || presentation === 'time-date';
1759
1760
  const hasWheelVariant = hasDatePresentation && preferWheel;
1760
1761
  renderHiddenInput(true, el, name, formatValue(value), disabled);
1761
- return (h(Host, { key: 'f1f8ca52cdd9cfc8394b0365c89c0d30cd7316e7', "aria-disabled": disabled ? 'true' : null, onFocus: this.onFocus, onBlur: this.onBlur, class: Object.assign({}, createColorClasses(color, {
1762
+ return (h(Host, { key: '48313af4ec8e2a2666cd8c89932c5131dfa7b556', "aria-disabled": disabled ? 'true' : null, onFocus: this.onFocus, onBlur: this.onBlur, class: Object.assign({}, createColorClasses(color, {
1762
1763
  [mode]: true,
1763
1764
  ['datetime-readonly']: readonly,
1764
1765
  ['datetime-disabled']: disabled,
@@ -1768,7 +1769,7 @@ const Datetime = class {
1768
1769
  [`datetime-size-${size}`]: true,
1769
1770
  [`datetime-prefer-wheel`]: hasWheelVariant,
1770
1771
  [`datetime-grid`]: isGridStyle,
1771
- })) }, h("div", { key: '480068aa8072b60ac521646dfa82480c5f6ce6ef', class: "intersection-tracker", ref: (el) => (this.intersectionTrackerRef = el) }), this.renderDatetime(mode)));
1772
+ })) }, h("div", { key: 'b72570048236415aed915488305046d987d51dcf', class: "intersection-tracker", ref: (el) => (this.intersectionTrackerRef = el) }), this.renderDatetime(mode)));
1772
1773
  }
1773
1774
  get el() { return getElement(this); }
1774
1775
  static get watchers() { return {
@@ -1786,6 +1787,8 @@ const Datetime = class {
1786
1787
  }; }
1787
1788
  };
1788
1789
  let datetimeIds = 0;
1790
+ const CANCEL_ROLE = 'datetime-cancel';
1791
+ const CONFIRM_ROLE = 'datetime-confirm';
1789
1792
  const WHEEL_ITEM_PART = 'wheel-item';
1790
1793
  const WHEEL_ITEM_ACTIVE_PART = `active`;
1791
1794
  Datetime.style = {
@@ -2020,11 +2023,11 @@ const Picker = class {
2020
2023
  render() {
2021
2024
  const { htmlAttributes } = this;
2022
2025
  const mode = getIonMode(this);
2023
- return (h(Host, Object.assign({ key: 'cb1495acc8842c00e9f51ae792a01f769e36b0c6', "aria-modal": "true", tabindex: "-1" }, htmlAttributes, { style: {
2026
+ return (h(Host, Object.assign({ key: '26e3144adcdf01605271d01e468bb4a75ce854b1', "aria-modal": "true", tabindex: "-1" }, htmlAttributes, { style: {
2024
2027
  zIndex: `${20000 + this.overlayIndex}`,
2025
2028
  }, class: Object.assign({ [mode]: true,
2026
2029
  // Used internally for styling
2027
- [`picker-${mode}`]: true, 'overlay-hidden': true }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonPickerWillDismiss: this.dispatchCancelHandler }), h("ion-backdrop", { key: 'eecbcdfd474f5ab2f9962a030b1dcbf7714fe938', visible: this.showBackdrop, tappable: this.backdropDismiss }), h("div", { key: '262e1d3bc916b30068f7be1edbc73283a815fc0f', tabindex: "0" }), h("div", { key: 'a036cf789ab768428aae26a19dbd0c5cb696188c', class: "picker-wrapper ion-overlay-wrapper", role: "dialog" }, h("div", { key: '6be7a8986976ead39611ce398ed6ad71f3b7427e', 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: '66a1d99aebf48219cab4177d06d893fe1d458a1f', class: "picker-columns" }, h("div", { key: 'ed7fd940c5f54453587e13ab52cbfd4122a397c6', class: "picker-above-highlight" }), this.presented && this.columns.map((c) => h("ion-picker-legacy-column", { col: c })), h("div", { key: '21c491c08bce126dde03196b21e28d903e157e1f', class: "picker-below-highlight" }))), h("div", { key: 'bd892f74b886ae1bfd010d687a2b9741213b246c', tabindex: "0" })));
2030
+ [`picker-${mode}`]: true, 'overlay-hidden': true }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonPickerWillDismiss: this.dispatchCancelHandler }), h("ion-backdrop", { key: 'fa212d21406606186cd95f8c7a4f119696ac8d4a', visible: this.showBackdrop, tappable: this.backdropDismiss }), h("div", { key: '19ea889f65cb6a68a9db26cf9f83c6587cfcf07e', tabindex: "0" }), h("div", { key: '5fc0f5d26915ba353b9f0335946f94b6fda95e1e', class: "picker-wrapper ion-overlay-wrapper", role: "dialog" }, h("div", { key: '3fa5bff4ac0013ef31845482a27a14caebbdcd2f', 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: '2ff6376956d01dcd9ec01b8d6972dd4b37ffb1a1', class: "picker-columns" }, h("div", { key: '4adcef77429f10a3faa50b41d1eaf3404387997c', class: "picker-above-highlight" }), this.presented && this.columns.map((c) => h("ion-picker-legacy-column", { col: c })), h("div", { key: 'e0f37d3e9896eb2bc0f0aef4762a897130851963', class: "picker-below-highlight" }))), h("div", { key: '671bb7d0f487b0d7c7fa70388f8fa1de77448b9f', tabindex: "0" })));
2028
2031
  }
2029
2032
  get el() { return getElement(this); }
2030
2033
  static get watchers() { return {
@@ -2381,9 +2384,9 @@ const PickerColumnCmp = class {
2381
2384
  render() {
2382
2385
  const col = this.col;
2383
2386
  const mode = getIonMode(this);
2384
- return (h(Host, { key: 'c015eb8bc01b3287cbd1d71af0aa311b6be89d36', 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: {
2387
+ return (h(Host, { key: '56289a294e5c580f3e7fe5fc12777aa7f80ad19b', 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: {
2385
2388
  'max-width': this.col.columnWidth,
2386
- } }, col.prefix && (h("div", { key: 'f9de3fe2f5c7ad3256d6e5f44b6d03a2b1f96ffb', class: "picker-prefix", style: { width: col.prefixWidth } }, col.prefix)), h("div", { key: '10f9c12aa174f96c7cf9adc30efbb26695c0aa64', 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", { key: '1d9c0892ce56e0da9044c79eb953827166f5190b', class: "picker-suffix", style: { width: col.suffixWidth } }, col.suffix))));
2389
+ } }, col.prefix && (h("div", { key: 'd21f44667b5df567d6879723fe643ea7c2c60bef', class: "picker-prefix", style: { width: col.prefixWidth } }, col.prefix)), h("div", { key: 'bb427e5f24fd832703926e0e847ad05567597262', 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", { key: '0413f7c074b6534b8967387ecb9957a79a267aff', class: "picker-suffix", style: { width: col.suffixWidth } }, col.suffix))));
2387
2390
  }
2388
2391
  get el() { return getElement(this); }
2389
2392
  static get watchers() { return {
@@ -1,8 +1,8 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, h, f as Host, i as getElement, d as createEvent } from './index-bcd8859b.js';
5
- import { b as getIonMode } from './ionic-global-e6c98cd0.js';
4
+ import { r as registerInstance, h, f as Host, i as getElement, d as createEvent } from './index-9aab3bcf.js';
5
+ import { b as getIonMode } from './ionic-global-4528d288.js';
6
6
  import { i as inheritAriaAttributes } from './helpers-da915de8.js';
7
7
  import { h as hostContext, o as openURL, c as createColorClasses } from './theme-01f3f29c.js';
8
8
  import { t as close } from './index-e2cf2ceb.js';
@@ -55,12 +55,12 @@ const Fab = class {
55
55
  render() {
56
56
  const { horizontal, vertical, edge } = this;
57
57
  const mode = getIonMode(this);
58
- return (h(Host, { key: '8a310806d0e748d7ebb0ed3d9a2652038e0f2960', class: {
58
+ return (h(Host, { key: 'cb44cf6486b0a6439b99da87c065b0b52e2514f4', class: {
59
59
  [mode]: true,
60
60
  [`fab-horizontal-${horizontal}`]: horizontal !== undefined,
61
61
  [`fab-vertical-${vertical}`]: vertical !== undefined,
62
62
  'fab-edge': edge,
63
- } }, h("slot", { key: '9394ef6d6e5b0410fa6ba212171f687fb178ce2d' })));
63
+ } }, h("slot", { key: '1ed484c7ecb10cd81fbca9a4f5c4049bf82f9f8a' })));
64
64
  }
65
65
  get el() { return getElement(this); }
66
66
  static get watchers() { return {
@@ -129,7 +129,7 @@ const FabButton = class {
129
129
  rel: this.rel,
130
130
  target: this.target,
131
131
  };
132
- return (h(Host, { key: '4eee204d20b0e2ffed49a88f6cb3e04b6697965c', onClick: this.onClick, "aria-disabled": disabled ? 'true' : null, class: createColorClasses(color, {
132
+ return (h(Host, { key: 'eb347f7d6749c40637540d84778eb8d1b667a947', onClick: this.onClick, "aria-disabled": disabled ? 'true' : null, class: createColorClasses(color, {
133
133
  [mode]: true,
134
134
  'fab-button-in-list': inList,
135
135
  'fab-button-translucent-in-list': inList && translucent,
@@ -140,7 +140,7 @@ const FabButton = class {
140
140
  'ion-activatable': true,
141
141
  'ion-focusable': true,
142
142
  [`fab-button-${size}`]: size !== undefined,
143
- }) }, h(TagType, Object.assign({ key: '914561622c0c6bd41453e828a7d8a39f924875ac' }, attrs, { class: "button-native", part: "native", disabled: disabled, onFocus: this.onFocus, onBlur: this.onBlur, onClick: (ev) => openURL(href, ev, this.routerDirection, this.routerAnimation) }, inheritedAttributes), h("ion-icon", { key: '2c8090742a64c62a79243667027a195cca9d5912', "aria-hidden": "true", icon: this.closeIcon, part: "close-icon", class: "close-icon", lazy: false }), h("span", { key: 'c3e55291e4c4d306d34a4b95dd2e727e87bdf39c', class: "button-inner" }, h("slot", { key: 'f8e57f71d8f8878d9746cfece82f57f19ef9e988' })), mode === 'md' && h("ion-ripple-effect", { key: 'a5e94fa0bb9836072300617245ed0c1b4887bac6' }))));
143
+ }) }, h(TagType, Object.assign({ key: '83e853c8815f41543c848eb2e05ec2bb1716110a' }, attrs, { class: "button-native", part: "native", disabled: disabled, onFocus: this.onFocus, onBlur: this.onBlur, onClick: (ev) => openURL(href, ev, this.routerDirection, this.routerAnimation) }, inheritedAttributes), h("ion-icon", { key: '798deede94de658e4345acf7c2aafe2ab2567b0b', "aria-hidden": "true", icon: this.closeIcon, part: "close-icon", class: "close-icon", lazy: false }), h("span", { key: '99252fde6de1aca73fc240a6da7e29acac9acb18', class: "button-inner" }, h("slot", { key: 'dc73e9b41bf1f0e385e5784f975dfb81e37c8dfb' })), mode === 'md' && h("ion-ripple-effect", { key: '8413e162f44a0350f54dff06cff7aad101de3549' }))));
144
144
  }
145
145
  get el() { return getElement(this); }
146
146
  };
@@ -168,11 +168,11 @@ const FabList = class {
168
168
  }
169
169
  render() {
170
170
  const mode = getIonMode(this);
171
- return (h(Host, { key: '64b33366447f66c7f979cfac56307fbb1a6fac1c', class: {
171
+ return (h(Host, { key: 'fa1d195b9950654ba0e984bf61d981c977d05275', class: {
172
172
  [mode]: true,
173
173
  'fab-list-active': this.activated,
174
174
  [`fab-list-side-${this.side}`]: true,
175
- } }, h("slot", { key: 'd9f474f7f20fd7e813db358fddc720534ca05bb6' })));
175
+ } }, h("slot", { key: '2ec738c66c05112e1e2521155d6adfc36d2fd1db' })));
176
176
  }
177
177
  get el() { return getElement(this); }
178
178
  static get watchers() { return {
@@ -1,9 +1,9 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, d as createEvent, h, f as Host, i as getElement } from './index-bcd8859b.js';
4
+ import { r as registerInstance, d as createEvent, h, f as Host, i as getElement } from './index-9aab3bcf.js';
5
5
  import { h as inheritAttributes } from './helpers-da915de8.js';
6
- import { b as getIonMode } from './ionic-global-e6c98cd0.js';
6
+ import { b as getIonMode } from './ionic-global-4528d288.js';
7
7
 
8
8
  const imgCss = ":host{display:block;-o-object-fit:contain;object-fit:contain}img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}";
9
9
  const IonImgStyle0 = imgCss;
@@ -76,7 +76,7 @@ const Img = class {
76
76
  render() {
77
77
  const { loadSrc, alt, onLoad, loadError, inheritedAttributes } = this;
78
78
  const { draggable } = inheritedAttributes;
79
- return (h(Host, { key: 'da600442894427dee1974a28e545613afac69fca', class: getIonMode(this) }, h("img", { key: '16df0c7069af86c0fa7ce5af598bc0f63b4eb71a', decoding: "async", src: loadSrc, alt: alt, onLoad: onLoad, onError: loadError, part: "image", draggable: isDraggable(draggable) })));
79
+ return (h(Host, { key: '14d24d65ec8e5522192ca58035264971b1ab883b', class: getIonMode(this) }, h("img", { key: '345ba155a5fdce5e66c397a599b7333d37d9cb1d', decoding: "async", src: loadSrc, alt: alt, onLoad: onLoad, onError: loadError, part: "image", draggable: isDraggable(draggable) })));
80
80
  }
81
81
  get el() { return getElement(this); }
82
82
  static get watchers() { return {
@@ -1,9 +1,9 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, d as createEvent, w as writeTask, e as readTask, h, i as getElement, f as Host } from './index-bcd8859b.js';
4
+ import { r as registerInstance, d as createEvent, w as writeTask, e as readTask, h, i as getElement, f as Host } from './index-9aab3bcf.js';
5
5
  import { f as findClosestIonContent, p as printIonContentErrorMsg, g as getScrollElement } from './index-5cc724f3.js';
6
- import { b as getIonMode, c as config } from './ionic-global-e6c98cd0.js';
6
+ import { b as getIonMode, c as config } from './ionic-global-4528d288.js';
7
7
  import { E as ENABLE_HTML_CONTENT_DEFAULT, a as sanitizeDOMString } from './config-49c88215.js';
8
8
  import './helpers-da915de8.js';
9
9
  import './index-9b0d46f4.js';
@@ -176,7 +176,7 @@ const InfiniteScroll = class {
176
176
  render() {
177
177
  const mode = getIonMode(this);
178
178
  const disabled = this.disabled;
179
- return (h(Host, { key: 'e844956795f69be33396ce4480aa7a54ad01b28c', class: {
179
+ return (h(Host, { key: '1444429a86950c449953cbf578436cc8cabf40ec', class: {
180
180
  [mode]: true,
181
181
  'infinite-scroll-loading': this.isLoading,
182
182
  'infinite-scroll-enabled': !disabled,
@@ -218,11 +218,11 @@ const InfiniteScrollContent = class {
218
218
  }
219
219
  render() {
220
220
  const mode = getIonMode(this);
221
- return (h(Host, { key: '7c16060dcfe2a0b0fb3e2f8f4c449589a76f1baa', class: {
221
+ return (h(Host, { key: '060278bf9cb0321e182352f9613be4ebbb028259', class: {
222
222
  [mode]: true,
223
223
  // Used internally for styling
224
224
  [`infinite-scroll-content-${mode}`]: true,
225
- } }, h("div", { key: 'a94f4d8746e053dc718f97520bd7e48cb316443a', class: "infinite-loading" }, this.loadingSpinner && (h("div", { key: '10143d5d2a50a2a2bc5de1cee8e7ab51263bcf23', class: "infinite-loading-spinner" }, h("ion-spinner", { key: '8846e88191690d9c61a0b462889ed56fbfed8b0d', name: this.loadingSpinner }))), this.loadingText !== undefined && this.renderLoadingText())));
225
+ } }, h("div", { key: '07d3cada920145f979ad315bd187fb878e0c3da3', class: "infinite-loading" }, this.loadingSpinner && (h("div", { key: '6254f175d7543d09f3dd47cd0589a2809182cd8c', class: "infinite-loading-spinner" }, h("ion-spinner", { key: 'a6a816d1c65b60b786333b209b63492aa716a283', name: this.loadingSpinner }))), this.loadingText !== undefined && this.renderLoadingText())));
226
226
  }
227
227
  };
228
228
  InfiniteScrollContent.style = {
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, h, f as Host, i as getElement } from './index-bcd8859b.js';
4
+ import { r as registerInstance, h, f as Host, i as getElement } from './index-9aab3bcf.js';
5
5
  import { p as printIonWarning } from './index-9b0d46f4.js';
6
6
  import { c as createColorClasses } from './theme-01f3f29c.js';
7
7
  import { x as eye, y as eyeOff } from './index-e2cf2ceb.js';
8
- import { b as getIonMode } from './ionic-global-e6c98cd0.js';
8
+ import { b as getIonMode } from './ionic-global-4528d288.js';
9
9
 
10
10
  const iosInputPasswordToggleCss = "";
11
11
  const IonInputPasswordToggleIosStyle0 = iosInputPasswordToggleCss;
@@ -65,16 +65,16 @@ const InputPasswordToggle = class {
65
65
  const showPasswordIcon = (_a = this.showIcon) !== null && _a !== void 0 ? _a : eye;
66
66
  const hidePasswordIcon = (_b = this.hideIcon) !== null && _b !== void 0 ? _b : eyeOff;
67
67
  const isPasswordVisible = type === 'text';
68
- return (h(Host, { key: 'd9811e25bfeb2aa197352bb9be852e9e420739d5', class: createColorClasses(color, {
68
+ return (h(Host, { key: 'ed1c29726ce0c91548f0e2ada61e3f8b5c813d2d', class: createColorClasses(color, {
69
69
  [mode]: true,
70
- }) }, h("ion-button", { key: '1eaea1442b248fb2b8d61538b27274e647a07804', mode: mode, color: color, fill: "clear", shape: "round", "aria-checked": isPasswordVisible ? 'true' : 'false', "aria-label": "show password", role: "switch", type: "button", onPointerDown: (ev) => {
70
+ }) }, h("ion-button", { key: '9698eccdaedb86cf12d20acc53660371b3af3c55', mode: mode, color: color, fill: "clear", shape: "round", "aria-checked": isPasswordVisible ? 'true' : 'false', "aria-label": "show password", role: "switch", type: "button", onPointerDown: (ev) => {
71
71
  /**
72
72
  * This prevents mobile browsers from
73
73
  * blurring the input when the password toggle
74
74
  * button is activated.
75
75
  */
76
76
  ev.preventDefault();
77
- }, onClick: this.togglePasswordVisibility }, h("ion-icon", { key: '9c88de8f4631d9bde222ce2edf6950d639e04773', slot: "icon-only", "aria-hidden": "true", icon: isPasswordVisible ? hidePasswordIcon : showPasswordIcon }))));
77
+ }, onClick: this.togglePasswordVisibility }, h("ion-icon", { key: '1f2119c30b56c800d9af44e6499445a0ebb466cf', slot: "icon-only", "aria-hidden": "true", icon: isPasswordVisible ? hidePasswordIcon : showPasswordIcon }))));
78
78
  }
79
79
  get el() { return getElement(this); }
80
80
  static get watchers() { return {
@@ -1,13 +1,13 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, d as createEvent, h, f as Host, i as getElement, j as forceUpdate } from './index-bcd8859b.js';
4
+ import { r as registerInstance, d as createEvent, h, f as Host, i as getElement, j as forceUpdate } from './index-9aab3bcf.js';
5
5
  import { c as createNotchController } from './notch-controller-55b09e11.js';
6
6
  import { e as debounceEvent, i as inheritAriaAttributes, h as inheritAttributes, c as componentOnReady } from './helpers-da915de8.js';
7
7
  import { c as createSlotMutationController, g as getCounterText } from './input.utils-09c71bc7.js';
8
8
  import { h as hostContext, c as createColorClasses } from './theme-01f3f29c.js';
9
9
  import { b as closeCircle, d as closeSharp } from './index-e2cf2ceb.js';
10
- import { b as getIonMode } from './ionic-global-e6c98cd0.js';
10
+ import { b as getIonMode } from './ionic-global-4528d288.js';
11
11
  import './index-a5d50daf.js';
12
12
  import './index-9b0d46f4.js';
13
13
 
@@ -87,6 +87,7 @@ const Input = class {
87
87
  this.autocorrect = 'off';
88
88
  this.autofocus = false;
89
89
  this.clearInput = false;
90
+ this.clearInputIcon = undefined;
90
91
  this.clearOnEdit = undefined;
91
92
  this.counter = false;
92
93
  this.counterFormatter = undefined;
@@ -175,6 +176,7 @@ const Input = class {
175
176
  * such as [type] in Angular.
176
177
  */
177
178
  this.onTypeChange();
179
+ this.debounceChanged();
178
180
  }
179
181
  componentDidRender() {
180
182
  var _a;
@@ -376,11 +378,13 @@ const Input = class {
376
378
  return this.renderLabel();
377
379
  }
378
380
  render() {
379
- const { disabled, fill, readonly, shape, inputId, labelPlacement, el, hasFocus } = this;
381
+ const { disabled, fill, readonly, shape, inputId, labelPlacement, el, hasFocus, clearInputIcon } = this;
380
382
  const mode = getIonMode(this);
381
383
  const value = this.getValue();
382
384
  const inItem = hostContext('ion-item', this.el);
383
385
  const shouldRenderHighlight = mode === 'md' && fill !== 'outline' && !inItem;
386
+ const defaultClearIcon = mode === 'ios' ? closeCircle : closeSharp;
387
+ const clearIconData = clearInputIcon !== null && clearInputIcon !== void 0 ? clearInputIcon : defaultClearIcon;
384
388
  const hasValue = this.hasValue();
385
389
  const hasStartEndSlots = el.querySelector('[slot="start"], [slot="end"]') !== null;
386
390
  /**
@@ -401,7 +405,7 @@ const Input = class {
401
405
  * TODO(FW-5592): Remove hasStartEndSlots condition
402
406
  */
403
407
  const labelShouldFloat = labelPlacement === 'stacked' || (labelPlacement === 'floating' && (hasValue || hasFocus || hasStartEndSlots));
404
- return (h(Host, { key: '51c797adf8a7a03e82e02d218addad81836e1e98', class: createColorClasses(this.color, {
408
+ return (h(Host, { key: '907ce98a82b5cfae5a08504cd79e00a2330b7444', class: createColorClasses(this.color, {
405
409
  [mode]: true,
406
410
  'has-value': hasValue,
407
411
  'has-focus': hasFocus,
@@ -412,14 +416,22 @@ const Input = class {
412
416
  'in-item': inItem,
413
417
  'in-item-color': hostContext('ion-item.ion-color', this.el),
414
418
  'input-disabled': disabled,
415
- }) }, h("label", { key: '6d00404de6673d9c650162a8fd23acc8981bff05', class: "input-wrapper", htmlFor: inputId }, this.renderLabelContainer(), h("div", { key: 'ebb124f7f8a0c885043be776242648681a79a47c', class: "native-wrapper" }, h("slot", { key: '9075ddd2b68afa3f1989d09ab5b88403eb20aa00', name: "start" }), h("input", Object.assign({ key: '8be4b3cd6b438742d62db98e00ee788a03673ca4', class: "native-input", ref: (input) => (this.nativeInput = input), id: inputId, disabled: disabled, autoCapitalize: this.autocapitalize, autoComplete: this.autocomplete, autoCorrect: this.autocorrect, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, min: this.min, max: this.max, minLength: this.minlength, maxLength: this.maxlength, multiple: this.multiple, name: this.name, pattern: this.pattern, placeholder: this.placeholder || '', readOnly: readonly, required: this.required, spellcheck: this.spellcheck, step: this.step, type: this.type, value: value, onInput: this.onInput, onChange: this.onChange, onBlur: this.onBlur, onFocus: this.onFocus, onKeyDown: this.onKeydown, onCompositionstart: this.onCompositionStart, onCompositionend: this.onCompositionEnd }, this.inheritedAttributes)), this.clearInput && !readonly && !disabled && (h("button", { key: 'f06624d084ac036981e499b6145bee957311fc74', "aria-label": "reset", type: "button", class: "input-clear-icon", onPointerDown: (ev) => {
419
+ }) }, h("label", { key: '59d5bb45d2a5b828bba0ed8687a632a551e2f4d8', class: "input-wrapper", htmlFor: inputId }, this.renderLabelContainer(), h("div", { key: 'f93f129d08246d0e9a601c100d718534d6403853', class: "native-wrapper" }, h("slot", { key: '54eeb1a6bace662b7eb0d7e27180ea3d7e3a3729', name: "start" }), h("input", Object.assign({ key: 'b3e0be55bc1a4a539ae3b0fdcf7fc078723cca16', class: "native-input", ref: (input) => (this.nativeInput = input), id: inputId, disabled: disabled, autoCapitalize: this.autocapitalize, autoComplete: this.autocomplete, autoCorrect: this.autocorrect, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, min: this.min, max: this.max, minLength: this.minlength, maxLength: this.maxlength, multiple: this.multiple, name: this.name, pattern: this.pattern, placeholder: this.placeholder || '', readOnly: readonly, required: this.required, spellcheck: this.spellcheck, step: this.step, type: this.type, value: value, onInput: this.onInput, onChange: this.onChange, onBlur: this.onBlur, onFocus: this.onFocus, onKeyDown: this.onKeydown, onCompositionstart: this.onCompositionStart, onCompositionend: this.onCompositionEnd }, this.inheritedAttributes)), this.clearInput && !readonly && !disabled && (h("button", { key: '5f6373504a6d0d074bfbf875c794d45ea2748175', "aria-label": "reset", type: "button", class: "input-clear-icon", onPointerDown: (ev) => {
416
420
  /**
417
421
  * This prevents mobile browsers from
418
422
  * blurring the input when the clear
419
423
  * button is activated.
420
424
  */
421
425
  ev.preventDefault();
422
- }, onClick: this.clearTextInput }, h("ion-icon", { key: 'aaa15a1ab70c008ee6b5e3c64abc1480e5732fc9', "aria-hidden": "true", icon: mode === 'ios' ? closeCircle : closeSharp }))), h("slot", { key: '67abecd72bf5a764e79504b59d9934dbeb66cff9', name: "end" })), shouldRenderHighlight && h("div", { key: '048a7aa3cc8fef97a34f2b25de10730a1de30c0e', class: "input-highlight" })), this.renderBottomContent()));
426
+ }, onFocusin: (ev) => {
427
+ /**
428
+ * Prevent the focusin event from bubbling otherwise it will cause the focusin
429
+ * event listener in scroll assist to fire. When this fires, focus will be moved
430
+ * back to the input even if the clear button was never tapped. This poses issues
431
+ * for screen readers as it means users would be unable to swipe past the clear button.
432
+ */
433
+ ev.stopPropagation();
434
+ }, onClick: this.clearTextInput }, h("ion-icon", { key: '230d77973aa83458ceb32bf52e3abe9bc322cfe6', "aria-hidden": "true", icon: clearIconData }))), h("slot", { key: '9d69ac6e8a3c4b2b303dba2478f82695d5755ed2', name: "end" })), shouldRenderHighlight && h("div", { key: 'ac61f16237ce731e0745ab72d0fc3f066252464a', class: "input-highlight" })), this.renderBottomContent()));
423
435
  }
424
436
  get el() { return getElement(this); }
425
437
  static get watchers() { return {
@@ -1,9 +1,9 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { r as registerInstance, h, f as Host, i as getElement, d as createEvent } from './index-bcd8859b.js';
4
+ import { r as registerInstance, h, f as Host, i as getElement, d as createEvent } from './index-9aab3bcf.js';
5
5
  import { c as createColorClasses } from './theme-01f3f29c.js';
6
- import { b as getIonMode } from './ionic-global-e6c98cd0.js';
6
+ import { b as getIonMode } from './ionic-global-4528d288.js';
7
7
  import { n as isEndSide } from './helpers-da915de8.js';
8
8
  import { f as findClosestIonContent, d as disableContentScrollY, r as resetContentScrollY } from './index-5cc724f3.js';
9
9
  import { w as watchForOptions } from './watch-options-c2911ace.js';
@@ -44,12 +44,12 @@ const ItemOption = class {
44
44
  href: this.href,
45
45
  target: this.target,
46
46
  };
47
- return (h(Host, { key: '89310624997821858c1abde60c0ffb142ca466e0', onClick: this.onClick, class: createColorClasses(this.color, {
47
+ return (h(Host, { key: '1900e015f593fefd710478a2088e052399c957eb', 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({ key: 'e4dfbb3048eed03a7f7e84c6f75545e0ca9b45fb' }, attrs, { class: "button-native", part: "native", disabled: disabled }), h("span", { key: 'dffcf437fbdc15f2e7a19e60a015e90c73c8377d', class: "button-inner" }, h("slot", { key: '48a23512e0601e062118d8b2c46c8bb96f25509f', name: "top" }), h("div", { key: '952a9a9aa3a476aa1f4408d7e208bf9e916b8c30', class: "horizontal-wrapper" }, h("slot", { key: 'f8d18a61c1ecec4a22a55443cf72bbc51383b64f', name: "start" }), h("slot", { key: '1f9f219e6f879d2e0bf6d80cf0d3f518eb14ce0e', name: "icon-only" }), h("slot", { key: 'a55adcdbe68131e5b1855c2dd45dd9454ab544fb' }), h("slot", { key: '3c4c85a4fbb7efc797d8bc5adf6d238da022ff9f', name: "end" })), h("slot", { key: '503c7e4b306745c523f57f24399ea06ba9b1e21d', name: "bottom" })), mode === 'md' && h("ion-ripple-effect", { key: 'b0e270b0c4f3ff9f9b6d74bad12a9278d7633226' }))));
52
+ }) }, h(TagType, Object.assign({ key: '5db2bb9bc72b7b00c324e4189cd1b5f862680ebb' }, attrs, { class: "button-native", part: "native", disabled: disabled }), h("span", { key: '6927e812ad001c5e7bd17f440d82c3830c58957b', class: "button-inner" }, h("slot", { key: '0fde4333def94c55d1318868c2bc71e780d5876a', name: "top" }), h("div", { key: '7ecc9ae8ddf66d7ed5d9f30becc9faf820e1c62e', class: "horizontal-wrapper" }, h("slot", { key: 'a15567fd4bd91080e9fbb6bb0c9b0e67d8a67051', name: "start" }), h("slot", { key: '7f86cdd28063e23f9d78997623333c5037c4f364', name: "icon-only" }), h("slot", { key: '4abb69ce3ad6c4917dd87b7b1eb0fa1c69917d73' }), h("slot", { key: '8b35a29f48722040465f182679ac17209937578d', name: "end" })), h("slot", { key: 'fa15a00891b41d66a4ccb51575dec54b72d0059e', name: "bottom" })), mode === 'md' && h("ion-ripple-effect", { key: '0c071910c90fafca8026f59d78f4d9d5224d150a' }))));
53
53
  }
54
54
  get el() { return getElement(this); }
55
55
  };
@@ -79,7 +79,7 @@ const ItemOptions = class {
79
79
  render() {
80
80
  const mode = getIonMode(this);
81
81
  const isEnd = isEndSide(this.side);
82
- return (h(Host, { key: '6d91399d2aaaa81d514d0bbc8dffe53eeec25d36', class: {
82
+ return (h(Host, { key: 'e28cd6a236323b5cc203c9b96782aa81024da924', class: {
83
83
  [mode]: true,
84
84
  // Used internally for styling
85
85
  [`item-options-${mode}`]: true,
@@ -487,7 +487,7 @@ const ItemSliding = class {
487
487
  }
488
488
  render() {
489
489
  const mode = getIonMode(this);
490
- return (h(Host, { key: '47a3edd2ef2080ed9cfc2784277dea09785c7dc4', class: {
490
+ return (h(Host, { key: '99f87c8bd794ae69830b407ba55013ac44793c26', class: {
491
491
  [mode]: true,
492
492
  'item-sliding-active-slide': this.state !== 2 /* SlidingState.Disabled */,
493
493
  'item-sliding-active-options-end': (this.state & 8 /* SlidingState.End */) !== 0,