voyager-ionic-core 8.0.1 → 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 (554) hide show
  1. package/components/checkbox.js +3 -3
  2. package/components/index2.js +119 -1
  3. package/components/ion-accordion-group.js +2 -2
  4. package/components/ion-content.js +6 -4
  5. package/components/ion-datetime-button.js +2 -2
  6. package/components/ion-datetime.js +17 -14
  7. package/components/ion-fab-button.js +2 -2
  8. package/components/ion-fab-list.js +2 -2
  9. package/components/ion-fab.js +2 -2
  10. package/components/ion-footer.js +2 -2
  11. package/components/ion-grid.js +2 -2
  12. package/components/ion-header.js +2 -2
  13. package/components/ion-img.js +1 -1
  14. package/components/ion-infinite-scroll-content.js +2 -2
  15. package/components/ion-infinite-scroll.js +1 -1
  16. package/components/ion-input-password-toggle.js +3 -3
  17. package/components/ion-input.js +8 -4
  18. package/components/ion-item-divider.js +2 -2
  19. package/components/ion-item-group.js +1 -1
  20. package/components/ion-item-option.js +2 -2
  21. package/components/ion-item-options.js +1 -1
  22. package/components/ion-item-sliding.js +1 -1
  23. package/components/ion-loading.js +2 -2
  24. package/components/ion-menu-button.js +2 -2
  25. package/components/ion-menu-toggle.js +2 -2
  26. package/components/ion-menu.js +2 -2
  27. package/components/ion-modal.js +10 -8
  28. package/components/ion-nav-link.js +1 -1
  29. package/components/ion-nav.js +1 -1
  30. package/components/ion-note.js +2 -2
  31. package/components/ion-picker-legacy.js +2 -2
  32. package/components/ion-progress-bar.js +1 -1
  33. package/components/ion-range.js +3 -3
  34. package/components/ion-refresher-content.js +1 -1
  35. package/components/ion-refresher.js +1 -1
  36. package/components/ion-reorder-group.js +1 -1
  37. package/components/ion-reorder.js +1 -1
  38. package/components/ion-router-link.js +2 -2
  39. package/components/ion-router-outlet.js +1 -1
  40. package/components/ion-row.js +1 -1
  41. package/components/ion-searchbar.js +4 -4
  42. package/components/ion-segment-button.js +3 -3
  43. package/components/ion-segment.js +2 -2
  44. package/components/ion-select-option.js +1 -1
  45. package/components/ion-select.js +2 -2
  46. package/components/ion-skeleton-text.js +2 -2
  47. package/components/ion-split-pane.js +2 -2
  48. package/components/ion-tab-bar.js +2 -2
  49. package/components/ion-tab-button.js +2 -2
  50. package/components/ion-tab.js +2 -2
  51. package/components/ion-tabs.js +1 -1
  52. package/components/ion-text.js +2 -2
  53. package/components/ion-textarea.js +2 -2
  54. package/components/ion-thumbnail.js +1 -1
  55. package/components/ion-title.js +2 -2
  56. package/components/ion-toast.js +2 -2
  57. package/components/ion-toggle.js +3 -3
  58. package/components/ion-toolbar.js +2 -2
  59. package/components/ios.transition.js +94 -67
  60. package/components/label.js +3 -3
  61. package/components/list-header.js +2 -2
  62. package/components/list.js +1 -1
  63. package/components/overlays.js +3 -2
  64. package/components/picker-column-option.js +2 -2
  65. package/components/picker-column.js +156 -4
  66. package/components/picker-column2.js +2 -2
  67. package/components/picker.js +2 -2
  68. package/components/popover.js +6 -4
  69. package/components/radio-group.js +1 -1
  70. package/components/radio.js +3 -3
  71. package/components/ripple-effect.js +1 -1
  72. package/components/select-popover.js +2 -2
  73. package/components/spinner.js +1 -1
  74. package/css/core.css +1 -1
  75. package/css/core.css.map +1 -1
  76. package/css/global.bundle.css.map +1 -1
  77. package/css/ionic.bundle.css +1 -1
  78. package/css/ionic.bundle.css.map +1 -1
  79. package/css/palettes/dark.always.css +1 -1
  80. package/css/palettes/dark.always.css.map +1 -1
  81. package/css/palettes/dark.class.css +1 -1
  82. package/css/palettes/dark.class.css.map +1 -1
  83. package/css/palettes/dark.system.css +1 -1
  84. package/css/palettes/dark.system.css.map +1 -1
  85. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  86. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  87. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  88. package/css/palettes/high-contrast.always.css.map +1 -1
  89. package/css/palettes/high-contrast.class.css.map +1 -1
  90. package/css/palettes/high-contrast.system.css.map +1 -1
  91. package/css/typography.css.map +1 -1
  92. package/dist/cjs/{app-globals-542c4d91.js → app-globals-66b7dc06.js} +1 -1
  93. package/dist/cjs/{button-active-47528f4c.js → button-active-9135c809.js} +1 -1
  94. package/dist/cjs/{hardware-back-button-06ae4d9c.js → hardware-back-button-ed931127.js} +2 -2
  95. package/dist/cjs/index-8709af32.js +2234 -0
  96. package/dist/cjs/{index-c76a1d14.js → index-c0b7f8f4.js} +124 -6
  97. package/dist/cjs/{index-57b504ac.js → index-c54654c6.js} +2 -2
  98. package/dist/cjs/index.cjs.js +9 -9
  99. package/dist/cjs/ion-accordion_2.cjs.entry.js +4 -4
  100. package/dist/cjs/ion-action-sheet.cjs.entry.js +5 -5
  101. package/dist/cjs/ion-alert.cjs.entry.js +5 -5
  102. package/dist/cjs/ion-app_8.cjs.entry.js +20 -19
  103. package/dist/cjs/ion-avatar_3.cjs.entry.js +3 -3
  104. package/dist/cjs/ion-back-button.cjs.entry.js +2 -2
  105. package/dist/cjs/ion-backdrop.cjs.entry.js +2 -2
  106. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +2 -2
  107. package/dist/cjs/ion-button_2.cjs.entry.js +2 -2
  108. package/dist/cjs/ion-card_5.cjs.entry.js +2 -2
  109. package/dist/cjs/ion-checkbox.cjs.entry.js +5 -5
  110. package/dist/cjs/ion-chip.cjs.entry.js +2 -2
  111. package/dist/cjs/ion-col_3.cjs.entry.js +5 -5
  112. package/dist/cjs/ion-datetime-button.cjs.entry.js +4 -4
  113. package/dist/cjs/ion-datetime_3.cjs.entry.js +25 -22
  114. package/dist/cjs/ion-fab_3.cjs.entry.js +8 -8
  115. package/dist/cjs/ion-img.cjs.entry.js +3 -3
  116. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +5 -5
  117. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +5 -5
  118. package/dist/cjs/ion-input.cjs.entry.js +9 -6
  119. package/dist/cjs/ion-item-option_3.cjs.entry.js +6 -6
  120. package/dist/cjs/ion-item_8.cjs.entry.js +15 -15
  121. package/dist/cjs/ion-loading.cjs.entry.js +6 -6
  122. package/dist/cjs/ion-menu_3.cjs.entry.js +11 -11
  123. package/dist/cjs/ion-modal.cjs.entry.js +13 -12
  124. package/dist/cjs/ion-nav_2.cjs.entry.js +6 -5
  125. package/dist/cjs/ion-picker-column-option.cjs.entry.js +4 -4
  126. package/dist/cjs/ion-picker-column.cjs.entry.js +156 -6
  127. package/dist/cjs/ion-picker.cjs.entry.js +3 -3
  128. package/dist/cjs/ion-popover.cjs.entry.js +9 -8
  129. package/dist/cjs/ion-progress-bar.cjs.entry.js +3 -3
  130. package/dist/cjs/ion-radio_2.cjs.entry.js +6 -6
  131. package/dist/cjs/ion-range.cjs.entry.js +5 -5
  132. package/dist/cjs/ion-refresher_2.cjs.entry.js +4 -4
  133. package/dist/cjs/ion-reorder_2.cjs.entry.js +4 -4
  134. package/dist/cjs/ion-ripple-effect.cjs.entry.js +3 -3
  135. package/dist/cjs/ion-route_4.cjs.entry.js +4 -4
  136. package/dist/cjs/ion-searchbar.cjs.entry.js +6 -6
  137. package/dist/cjs/ion-segment_2.cjs.entry.js +7 -7
  138. package/dist/cjs/ion-select_3.cjs.entry.js +9 -9
  139. package/dist/cjs/ion-spinner.cjs.entry.js +3 -3
  140. package/dist/cjs/ion-split-pane.cjs.entry.js +4 -4
  141. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +6 -6
  142. package/dist/cjs/ion-tab_2.cjs.entry.js +4 -4
  143. package/dist/cjs/ion-text.cjs.entry.js +4 -4
  144. package/dist/cjs/ion-textarea.cjs.entry.js +4 -4
  145. package/dist/cjs/ion-toast.cjs.entry.js +6 -6
  146. package/dist/cjs/ion-toggle.cjs.entry.js +5 -5
  147. package/dist/cjs/{ionic-global-f3622afe.js → ionic-global-35b86a09.js} +1 -1
  148. package/dist/cjs/ionic.cjs.js +5 -5
  149. package/dist/cjs/{ios.transition-288dfa83.js → ios.transition-5ddf92f1.js} +98 -69
  150. package/dist/cjs/loader.cjs.js +4 -4
  151. package/dist/cjs/{md.transition-6e5f6a8d.js → md.transition-047c18c5.js} +4 -2
  152. package/dist/cjs/{overlays-32cfd236.js → overlays-cb04d075.js} +5 -3
  153. package/dist/cjs/{status-tap-c47ff5f5.js → status-tap-5b2775cd.js} +1 -1
  154. package/dist/collection/collection-manifest.json +1 -1
  155. package/dist/collection/components/accordion-group/accordion-group.js +3 -3
  156. package/dist/collection/components/checkbox/checkbox.js +4 -4
  157. package/dist/collection/components/content/content.js +23 -4
  158. package/dist/collection/components/content/test/content.spec.js +27 -0
  159. package/dist/collection/components/datetime/datetime.js +18 -15
  160. package/dist/collection/components/datetime/test/overlay-roles/datetime.e2e.js +34 -0
  161. package/dist/collection/components/datetime-button/datetime-button.js +2 -2
  162. package/dist/collection/components/fab/fab.js +2 -2
  163. package/dist/collection/components/fab-button/fab-button.js +2 -2
  164. package/dist/collection/components/fab-list/fab-list.js +2 -2
  165. package/dist/collection/components/footer/footer.js +2 -2
  166. package/dist/collection/components/grid/grid.js +2 -2
  167. package/dist/collection/components/header/header.js +2 -2
  168. package/dist/collection/components/img/img.js +1 -1
  169. package/dist/collection/components/infinite-scroll/infinite-scroll.js +1 -1
  170. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +2 -2
  171. package/dist/collection/components/input/input.js +25 -5
  172. package/dist/collection/components/input/test/input.spec.js +13 -0
  173. package/dist/collection/components/input-password-toggle/input-password-toggle.js +3 -3
  174. package/dist/collection/components/item/test/a11y/item.e2e.js +24 -4
  175. package/dist/collection/components/item-divider/item-divider.js +2 -2
  176. package/dist/collection/components/item-group/item-group.js +1 -1
  177. package/dist/collection/components/item-option/item-option.js +2 -2
  178. package/dist/collection/components/item-options/item-options.js +1 -1
  179. package/dist/collection/components/item-sliding/item-sliding.js +1 -1
  180. package/dist/collection/components/label/label.ios.css +1 -1
  181. package/dist/collection/components/label/label.js +2 -2
  182. package/dist/collection/components/list/list.js +1 -1
  183. package/dist/collection/components/list-header/list-header.js +2 -2
  184. package/dist/collection/components/loading/loading.js +2 -2
  185. package/dist/collection/components/menu/menu.js +2 -2
  186. package/dist/collection/components/menu-button/menu-button.js +2 -2
  187. package/dist/collection/components/menu-toggle/menu-toggle.js +2 -2
  188. package/dist/collection/components/modal/gestures/sheet.js +3 -2
  189. package/dist/collection/components/modal/modal.js +25 -6
  190. package/dist/collection/components/modal/test/basic/modal.spec.js +19 -0
  191. package/dist/collection/components/nav/nav.js +1 -1
  192. package/dist/collection/components/nav-link/nav-link.js +1 -1
  193. package/dist/collection/components/note/note.js +2 -2
  194. package/dist/collection/components/picker/picker.js +2 -2
  195. package/dist/collection/components/picker-column/picker-column.css +19 -0
  196. package/dist/collection/components/picker-column/picker-column.js +159 -4
  197. package/dist/collection/components/picker-column/test/picker-column.spec.js +83 -0
  198. package/dist/collection/components/picker-column-option/picker-column-option.js +2 -2
  199. package/dist/collection/components/picker-legacy/picker.js +2 -2
  200. package/dist/collection/components/picker-legacy-column/picker-column.js +2 -2
  201. package/dist/collection/components/popover/popover.js +23 -4
  202. package/dist/collection/components/popover/test/basic/popover.spec.js +19 -0
  203. package/dist/collection/components/progress-bar/progress-bar.js +1 -1
  204. package/dist/collection/components/radio/radio.js +3 -3
  205. package/dist/collection/components/radio-group/radio-group.js +2 -2
  206. package/dist/collection/components/range/range.js +4 -4
  207. package/dist/collection/components/refresher/refresher.js +1 -1
  208. package/dist/collection/components/refresher-content/refresher-content.js +1 -1
  209. package/dist/collection/components/reorder/reorder.js +1 -1
  210. package/dist/collection/components/reorder-group/reorder-group.js +1 -1
  211. package/dist/collection/components/ripple-effect/ripple-effect.js +1 -1
  212. package/dist/collection/components/router-link/router-link.js +2 -2
  213. package/dist/collection/components/router-outlet/router-outlet.js +1 -1
  214. package/dist/collection/components/row/row.js +1 -1
  215. package/dist/collection/components/searchbar/searchbar.js +5 -5
  216. package/dist/collection/components/segment/segment.js +3 -3
  217. package/dist/collection/components/segment-button/segment-button.js +3 -3
  218. package/dist/collection/components/select/select.js +3 -3
  219. package/dist/collection/components/select/test/fill/select.e2e.js +25 -0
  220. package/dist/collection/components/select-option/select-option.js +1 -1
  221. package/dist/collection/components/select-popover/select-popover.js +1 -1
  222. package/dist/collection/components/select-popover/select-popover.md.css +8 -1
  223. package/dist/collection/components/skeleton-text/skeleton-text.js +2 -2
  224. package/dist/collection/components/spinner/spinner.js +1 -1
  225. package/dist/collection/components/split-pane/split-pane.js +2 -2
  226. package/dist/collection/components/tab/tab.js +2 -2
  227. package/dist/collection/components/tab-bar/tab-bar.js +2 -2
  228. package/dist/collection/components/tab-button/tab-button.js +2 -2
  229. package/dist/collection/components/tabs/tabs.js +1 -1
  230. package/dist/collection/components/text/text.js +2 -2
  231. package/dist/collection/components/textarea/textarea.js +3 -3
  232. package/dist/collection/components/thumbnail/thumbnail.js +1 -1
  233. package/dist/collection/components/title/title.js +2 -2
  234. package/dist/collection/components/toast/toast.js +2 -2
  235. package/dist/collection/components/toggle/toggle.js +4 -4
  236. package/dist/collection/components/toolbar/toolbar.js +2 -2
  237. package/dist/collection/utils/focus-controller/index.js +112 -0
  238. package/dist/collection/utils/focus-controller/test/generic/focus-controller.e2e.js +52 -0
  239. package/dist/collection/utils/focus-controller/test/ionic/focus-controller.e2e.js +52 -0
  240. package/dist/collection/utils/overlays.js +2 -1
  241. package/dist/collection/utils/transition/index.js +11 -1
  242. package/dist/collection/utils/transition/ios.transition.js +94 -67
  243. package/dist/docs.json +109 -14
  244. package/dist/esm/{app-globals-3cbaf9d9.js → app-globals-b99e6d29.js} +1 -1
  245. package/dist/esm/{button-active-9e3c1f3b.js → button-active-920addb8.js} +1 -1
  246. package/dist/esm/{hardware-back-button-804f43bb.js → hardware-back-button-2d9760b6.js} +2 -2
  247. package/dist/esm/{index-8dbae644.js → index-7ae7186a.js} +2 -2
  248. package/dist/esm/{index-f7fbe1fb.js → index-8e6b6a24.js} +122 -4
  249. package/dist/esm/index-9aab3bcf.js +2196 -0
  250. package/dist/esm/index.js +9 -9
  251. package/dist/esm/ion-accordion_2.entry.js +4 -4
  252. package/dist/esm/ion-action-sheet.entry.js +5 -5
  253. package/dist/esm/ion-alert.entry.js +5 -5
  254. package/dist/esm/ion-app_8.entry.js +20 -19
  255. package/dist/esm/ion-avatar_3.entry.js +3 -3
  256. package/dist/esm/ion-back-button.entry.js +2 -2
  257. package/dist/esm/ion-backdrop.entry.js +2 -2
  258. package/dist/esm/ion-breadcrumb_2.entry.js +2 -2
  259. package/dist/esm/ion-button_2.entry.js +2 -2
  260. package/dist/esm/ion-card_5.entry.js +2 -2
  261. package/dist/esm/ion-checkbox.entry.js +5 -5
  262. package/dist/esm/ion-chip.entry.js +2 -2
  263. package/dist/esm/ion-col_3.entry.js +5 -5
  264. package/dist/esm/ion-datetime-button.entry.js +4 -4
  265. package/dist/esm/ion-datetime_3.entry.js +25 -22
  266. package/dist/esm/ion-fab_3.entry.js +8 -8
  267. package/dist/esm/ion-img.entry.js +3 -3
  268. package/dist/esm/ion-infinite-scroll_2.entry.js +5 -5
  269. package/dist/esm/ion-input-password-toggle.entry.js +5 -5
  270. package/dist/esm/ion-input.entry.js +9 -6
  271. package/dist/esm/ion-item-option_3.entry.js +6 -6
  272. package/dist/esm/ion-item_8.entry.js +15 -15
  273. package/dist/esm/ion-loading.entry.js +6 -6
  274. package/dist/esm/ion-menu_3.entry.js +11 -11
  275. package/dist/esm/ion-modal.entry.js +13 -12
  276. package/dist/esm/ion-nav_2.entry.js +6 -5
  277. package/dist/esm/ion-picker-column-option.entry.js +4 -4
  278. package/dist/esm/ion-picker-column.entry.js +156 -6
  279. package/dist/esm/ion-picker.entry.js +3 -3
  280. package/dist/esm/ion-popover.entry.js +9 -8
  281. package/dist/esm/ion-progress-bar.entry.js +3 -3
  282. package/dist/esm/ion-radio_2.entry.js +6 -6
  283. package/dist/esm/ion-range.entry.js +5 -5
  284. package/dist/esm/ion-refresher_2.entry.js +4 -4
  285. package/dist/esm/ion-reorder_2.entry.js +4 -4
  286. package/dist/esm/ion-ripple-effect.entry.js +3 -3
  287. package/dist/esm/ion-route_4.entry.js +4 -4
  288. package/dist/esm/ion-searchbar.entry.js +6 -6
  289. package/dist/esm/ion-segment_2.entry.js +7 -7
  290. package/dist/esm/ion-select_3.entry.js +9 -9
  291. package/dist/esm/ion-spinner.entry.js +3 -3
  292. package/dist/esm/ion-split-pane.entry.js +4 -4
  293. package/dist/esm/ion-tab-bar_2.entry.js +6 -6
  294. package/dist/esm/ion-tab_2.entry.js +4 -4
  295. package/dist/esm/ion-text.entry.js +4 -4
  296. package/dist/esm/ion-textarea.entry.js +4 -4
  297. package/dist/esm/ion-toast.entry.js +6 -6
  298. package/dist/esm/ion-toggle.entry.js +5 -5
  299. package/dist/esm/{ionic-global-d2d8f882.js → ionic-global-4528d288.js} +1 -1
  300. package/dist/esm/ionic.js +6 -6
  301. package/dist/esm/{ios.transition-a0041e41.js → ios.transition-e35d0940.js} +98 -69
  302. package/dist/esm/loader.js +5 -5
  303. package/dist/esm/{md.transition-0c0602d9.js → md.transition-4b90a1f0.js} +4 -2
  304. package/dist/esm/{overlays-696d25f5.js → overlays-df2c06b2.js} +5 -4
  305. package/dist/esm/{status-tap-37a74d1c.js → status-tap-12c27922.js} +1 -1
  306. package/dist/esm-es5/app-globals-b99e6d29.js +4 -0
  307. package/dist/esm-es5/{button-active-9e3c1f3b.js → button-active-920addb8.js} +1 -1
  308. package/dist/esm-es5/{hardware-back-button-804f43bb.js → hardware-back-button-2d9760b6.js} +1 -1
  309. package/dist/esm-es5/{index-8dbae644.js → index-7ae7186a.js} +1 -1
  310. package/dist/esm-es5/index-8e6b6a24.js +4 -0
  311. package/dist/esm-es5/index-9aab3bcf.js +5 -0
  312. package/dist/esm-es5/index.js +1 -1
  313. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  314. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  315. package/dist/esm-es5/ion-alert.entry.js +1 -1
  316. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  317. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  318. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  319. package/dist/esm-es5/ion-backdrop.entry.js +1 -1
  320. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  321. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  322. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  323. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  324. package/dist/esm-es5/ion-chip.entry.js +1 -1
  325. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  326. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  327. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  328. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  329. package/dist/esm-es5/ion-img.entry.js +1 -1
  330. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  331. package/dist/esm-es5/ion-input-password-toggle.entry.js +1 -1
  332. package/dist/esm-es5/ion-input.entry.js +1 -1
  333. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  334. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  335. package/dist/esm-es5/ion-loading.entry.js +1 -1
  336. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  337. package/dist/esm-es5/ion-modal.entry.js +1 -1
  338. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  339. package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
  340. package/dist/esm-es5/ion-picker-column.entry.js +1 -1
  341. package/dist/esm-es5/ion-picker.entry.js +1 -1
  342. package/dist/esm-es5/ion-popover.entry.js +1 -1
  343. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  344. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  345. package/dist/esm-es5/ion-range.entry.js +1 -1
  346. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  347. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  348. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  349. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  350. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  351. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  352. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  353. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  354. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  355. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  356. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  357. package/dist/esm-es5/ion-text.entry.js +1 -1
  358. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  359. package/dist/esm-es5/ion-toast.entry.js +1 -1
  360. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  361. package/dist/esm-es5/{ionic-global-d2d8f882.js → ionic-global-4528d288.js} +1 -1
  362. package/dist/esm-es5/ionic.js +1 -1
  363. package/dist/esm-es5/ios.transition-e35d0940.js +4 -0
  364. package/dist/esm-es5/loader.js +1 -1
  365. package/dist/esm-es5/md.transition-4b90a1f0.js +4 -0
  366. package/dist/esm-es5/{overlays-696d25f5.js → overlays-df2c06b2.js} +1 -1
  367. package/dist/esm-es5/{status-tap-37a74d1c.js → status-tap-12c27922.js} +1 -1
  368. package/dist/html.html-data.json +24 -0
  369. package/dist/ionic/index.esm.js +1 -1
  370. package/dist/ionic/ionic.esm.js +1 -1
  371. package/dist/ionic/ionic.js +1 -1
  372. package/dist/ionic/{p-94731a92.system.entry.js → p-01a27023.system.entry.js} +1 -1
  373. package/dist/ionic/p-0395be73.entry.js +4 -0
  374. package/dist/ionic/p-03b86a5e.js +4 -0
  375. package/dist/ionic/{p-057b5866.entry.js → p-049d43bd.entry.js} +1 -1
  376. package/dist/ionic/p-0536574e.entry.js +4 -0
  377. package/dist/ionic/{p-e3005be4.system.entry.js → p-08ea3402.system.entry.js} +1 -1
  378. package/dist/ionic/{p-3f5b86b4.entry.js → p-09538818.entry.js} +1 -1
  379. package/dist/ionic/{p-470f73c4.entry.js → p-09b4e9ec.entry.js} +1 -1
  380. package/dist/ionic/{p-aa0ed22b.system.entry.js → p-0a6d801e.system.entry.js} +1 -1
  381. package/dist/ionic/{p-53a3b33c.system.entry.js → p-0b007acc.system.entry.js} +1 -1
  382. package/dist/ionic/{p-b76bcd9e.system.entry.js → p-10feef7e.system.entry.js} +1 -1
  383. package/dist/ionic/p-130299c9.entry.js +4 -0
  384. package/dist/ionic/p-15d1ddba.js +4 -0
  385. package/dist/ionic/{p-c3ca0292.system.entry.js → p-199f826f.system.entry.js} +1 -1
  386. package/dist/ionic/p-1b435d20.entry.js +4 -0
  387. package/dist/ionic/{p-c671b28e.js → p-1cc0b31f.js} +1 -1
  388. package/dist/ionic/{p-c4676693.entry.js → p-1eb63fa4.entry.js} +1 -1
  389. package/dist/ionic/{p-9b31ebfa.entry.js → p-207e11dc.entry.js} +1 -1
  390. package/dist/ionic/p-26bb6bb8.entry.js +4 -0
  391. package/dist/ionic/{p-5d3a8503.system.entry.js → p-279f3bac.system.entry.js} +1 -1
  392. package/dist/ionic/{p-e49099b0.entry.js → p-29de09dd.entry.js} +1 -1
  393. package/dist/ionic/{p-6730a2f1.entry.js → p-2c588aa2.entry.js} +1 -1
  394. package/dist/ionic/p-2ff0e0aa.system.js +4 -0
  395. package/dist/ionic/p-30baae57.system.js +4 -0
  396. package/dist/ionic/{p-806aad8f.system.js → p-31d27232.system.js} +1 -1
  397. package/dist/ionic/p-33e10509.system.js +4 -0
  398. package/dist/ionic/{p-a592f1b8.system.entry.js → p-380efbfa.system.entry.js} +1 -1
  399. package/dist/ionic/p-3c27be4a.entry.js +4 -0
  400. package/dist/ionic/p-3d015cdb.system.js +5 -0
  401. package/dist/ionic/{p-70181008.entry.js → p-3f53a0b1.entry.js} +1 -1
  402. package/dist/ionic/p-433157a4.entry.js +4 -0
  403. package/dist/ionic/{p-fc94e18f.entry.js → p-4824398b.entry.js} +1 -1
  404. package/dist/ionic/p-498eb648.system.entry.js +4 -0
  405. package/dist/ionic/{p-8caca06c.system.entry.js → p-4d8f408d.system.entry.js} +1 -1
  406. package/dist/ionic/{p-4c153abb.entry.js → p-5091f63c.entry.js} +1 -1
  407. package/dist/ionic/{p-42f00e72.system.entry.js → p-509620b8.system.entry.js} +1 -1
  408. package/dist/ionic/{p-d1a8f599.entry.js → p-5109a566.entry.js} +1 -1
  409. package/dist/ionic/{p-7f59064a.entry.js → p-52ce473d.entry.js} +1 -1
  410. package/dist/ionic/{p-33d926c3.entry.js → p-52f53904.entry.js} +1 -1
  411. package/dist/ionic/{p-4e548bd7.system.entry.js → p-55f99a39.system.entry.js} +1 -1
  412. package/dist/ionic/{p-1e4d7975.system.js → p-5734ac17.system.js} +1 -1
  413. package/dist/ionic/{p-2b1e669d.system.entry.js → p-57bc32e2.system.entry.js} +1 -1
  414. package/dist/ionic/{p-d11c336d.js → p-5cc6dcf5.js} +1 -1
  415. package/dist/ionic/p-5dc9f99a.entry.js +4 -0
  416. package/dist/ionic/p-5ec3bb70.system.entry.js +4 -0
  417. package/dist/ionic/{p-ebe0aa6d.entry.js → p-606f069c.entry.js} +1 -1
  418. package/dist/ionic/{p-93e43f42.system.entry.js → p-628967e3.system.entry.js} +1 -1
  419. package/dist/ionic/{p-5fbc2eae.system.entry.js → p-62e44e4a.system.entry.js} +1 -1
  420. package/dist/ionic/p-66ed603b.js +4 -0
  421. package/dist/ionic/{p-a801da4b.system.entry.js → p-670c9f57.system.entry.js} +1 -1
  422. package/dist/ionic/{p-fd392e7f.system.entry.js → p-6a2cf398.system.entry.js} +1 -1
  423. package/dist/ionic/{p-5a3a3373.entry.js → p-6c3666d5.entry.js} +1 -1
  424. package/dist/ionic/{p-1a5227b3.system.entry.js → p-6df12af0.system.entry.js} +1 -1
  425. package/dist/ionic/{p-bd6d9610.entry.js → p-6ec88301.entry.js} +1 -1
  426. package/dist/ionic/p-6f008ad2.js +4 -0
  427. package/dist/ionic/{p-2ab5db0d.system.entry.js → p-700567ab.system.entry.js} +1 -1
  428. package/dist/ionic/p-712d54ae.js +4 -0
  429. package/dist/ionic/{p-94180ecc.entry.js → p-7349de07.entry.js} +1 -1
  430. package/dist/ionic/p-7402fcdf.entry.js +4 -0
  431. package/dist/ionic/{p-5ff497dc.system.entry.js → p-77731f19.system.entry.js} +1 -1
  432. package/dist/ionic/{p-c07e7a5d.entry.js → p-78405458.entry.js} +1 -1
  433. package/dist/ionic/{p-748e6b2b.system.entry.js → p-7d6fd45f.system.entry.js} +1 -1
  434. package/dist/ionic/{p-720927ad.entry.js → p-7eb47906.entry.js} +1 -1
  435. package/dist/ionic/p-80265a58.entry.js +4 -0
  436. package/dist/ionic/{p-8627f783.system.entry.js → p-83d748f8.system.entry.js} +2 -2
  437. package/dist/ionic/p-842c9fca.system.js +4 -0
  438. package/dist/ionic/{p-c7e0b81a.entry.js → p-8a03fbee.entry.js} +1 -1
  439. package/dist/ionic/{p-576786c0.system.entry.js → p-8cb80f83.system.entry.js} +1 -1
  440. package/dist/ionic/{p-cdee3a44.system.entry.js → p-8d14ee8c.system.entry.js} +2 -2
  441. package/dist/ionic/p-90dfc454.system.entry.js +4 -0
  442. package/dist/ionic/{p-819e8479.system.entry.js → p-9213681c.system.entry.js} +1 -1
  443. package/dist/ionic/p-92d7e99d.system.js +4 -0
  444. package/dist/ionic/{p-d6229f05.system.entry.js → p-9664a1a2.system.entry.js} +1 -1
  445. package/dist/ionic/{p-b799a007.entry.js → p-9797f6eb.entry.js} +1 -1
  446. package/dist/ionic/{p-5d4d89e0.system.entry.js → p-9848d7be.system.entry.js} +1 -1
  447. package/dist/ionic/{p-9384565a.entry.js → p-98f6116f.entry.js} +1 -1
  448. package/dist/ionic/{p-c62571da.entry.js → p-99884813.entry.js} +1 -1
  449. package/dist/ionic/{p-48888af6.system.entry.js → p-99ca9787.system.entry.js} +1 -1
  450. package/dist/ionic/{p-45034312.system.entry.js → p-9bfd7cda.system.entry.js} +1 -1
  451. package/dist/ionic/p-9c6dcf78.system.entry.js +4 -0
  452. package/dist/ionic/{p-051d2d23.js → p-9da86308.js} +1 -1
  453. package/dist/ionic/{p-34511b1d.js → p-9ec42be0.js} +1 -1
  454. package/dist/ionic/{p-0d960144.system.entry.js → p-a2e94ade.system.entry.js} +1 -1
  455. package/dist/ionic/{p-1980c728.system.js → p-a39d3482.system.js} +1 -1
  456. package/dist/ionic/p-a488b7ab.system.js +4 -0
  457. package/dist/ionic/{p-5d80b741.entry.js → p-a4ab7449.entry.js} +1 -1
  458. package/dist/ionic/{p-2c3c7cb9.system.entry.js → p-a50f23bf.system.entry.js} +2 -2
  459. package/dist/ionic/{p-80f85095.system.entry.js → p-a76ab3ea.system.entry.js} +1 -1
  460. package/dist/ionic/{p-77ce6034.js → p-a953ef66.js} +1 -1
  461. package/dist/ionic/{p-08c4d048.entry.js → p-aaaaaea1.entry.js} +1 -1
  462. package/dist/ionic/{p-c23627c3.entry.js → p-b02eda30.entry.js} +1 -1
  463. package/dist/ionic/{p-49cdc4f2.entry.js → p-b04c27d8.entry.js} +1 -1
  464. package/dist/ionic/{p-0b12d1ee.system.entry.js → p-b07affd5.system.entry.js} +1 -1
  465. package/dist/ionic/{p-2f308f7f.system.entry.js → p-b28d3ccb.system.entry.js} +2 -2
  466. package/dist/ionic/{p-320cfcab.entry.js → p-b563b6ac.entry.js} +1 -1
  467. package/dist/ionic/p-b62ae60a.system.entry.js +4 -0
  468. package/dist/ionic/p-b9181033.system.entry.js +4 -0
  469. package/dist/ionic/{p-1930d8e7.entry.js → p-ba70039f.entry.js} +1 -1
  470. package/dist/ionic/{p-b571cab1.entry.js → p-bbbe869e.entry.js} +1 -1
  471. package/dist/ionic/{p-283fd4e1.system.entry.js → p-c41435e6.system.entry.js} +1 -1
  472. package/dist/ionic/p-cec8589b.system.js +4 -0
  473. package/dist/ionic/{p-bbbe3138.system.entry.js → p-d69b26d9.system.entry.js} +1 -1
  474. package/dist/ionic/p-d73a16e6.system.entry.js +4 -0
  475. package/dist/ionic/p-dba5cb84.js +5 -0
  476. package/dist/ionic/{p-63265e00.system.entry.js → p-dc0d9ff5.system.entry.js} +2 -2
  477. package/dist/ionic/{p-f5c42f72.entry.js → p-dc1e363a.entry.js} +1 -1
  478. package/dist/ionic/{p-c9ba1908.entry.js → p-df517d1f.entry.js} +1 -1
  479. package/dist/ionic/{p-2a3e98fb.system.entry.js → p-e0a8ffd0.system.entry.js} +1 -1
  480. package/dist/ionic/{p-e9ef13be.system.entry.js → p-e6e197f5.system.entry.js} +1 -1
  481. package/dist/ionic/{p-0af79ebd.entry.js → p-e6e88ab9.entry.js} +1 -1
  482. package/dist/ionic/{p-4e5288de.system.js → p-e81f22e3.system.js} +1 -1
  483. package/dist/ionic/{p-aa0f60b2.system.js → p-eb3023c9.system.js} +1 -1
  484. package/dist/ionic/p-ecbdbf25.system.entry.js +4 -0
  485. package/dist/ionic/{p-26d33af2.system.entry.js → p-ed5aebaa.system.entry.js} +1 -1
  486. package/dist/ionic/{p-23e440b6.entry.js → p-f357707e.entry.js} +1 -1
  487. package/dist/ionic/{p-e885f3c4.entry.js → p-f53bcebd.entry.js} +1 -1
  488. package/dist/ionic/p-f9baf25c.entry.js +4 -0
  489. package/dist/ionic/{p-ee3bbaf2.entry.js → p-fa8f2e62.entry.js} +1 -1
  490. package/dist/ionic/{p-6e9bd6ba.system.entry.js → p-fb21fd1c.system.entry.js} +1 -1
  491. package/dist/ionic/{p-bdd3053f.entry.js → p-fcecca8f.entry.js} +1 -1
  492. package/dist/types/components/accordion-group/accordion-group.d.ts +3 -4
  493. package/dist/types/components/checkbox/checkbox.d.ts +3 -4
  494. package/dist/types/components/content/content.d.ts +8 -0
  495. package/dist/types/components/datetime/datetime.d.ts +2 -0
  496. package/dist/types/components/input/input.d.ts +6 -0
  497. package/dist/types/components/modal/modal-interface.d.ts +1 -0
  498. package/dist/types/components/modal/modal.d.ts +18 -0
  499. package/dist/types/components/picker-column/picker-column.d.ts +37 -0
  500. package/dist/types/components/popover/popover-interface.d.ts +1 -0
  501. package/dist/types/components/popover/popover.d.ts +18 -0
  502. package/dist/types/components/radio-group/radio-group.d.ts +2 -0
  503. package/dist/types/components/range/range.d.ts +1 -1
  504. package/dist/types/components/searchbar/searchbar.d.ts +2 -0
  505. package/dist/types/components/segment/segment.d.ts +3 -2
  506. package/dist/types/components/select/select.d.ts +2 -0
  507. package/dist/types/components/textarea/textarea.d.ts +2 -0
  508. package/dist/types/components/toggle/toggle.d.ts +3 -2
  509. package/dist/types/components.d.ts +44 -12
  510. package/dist/types/utils/config.d.ts +9 -0
  511. package/dist/types/utils/focus-controller/index.d.ts +13 -0
  512. package/dist/types/utils/overlays.d.ts +1 -0
  513. package/hydrate/index.js +43566 -39256
  514. package/package.json +6 -6
  515. package/dist/cjs/index-1437d080.js +0 -11980
  516. package/dist/esm/index-5dc2b88e.js +0 -11942
  517. package/dist/esm-es5/app-globals-3cbaf9d9.js +0 -4
  518. package/dist/esm-es5/index-5dc2b88e.js +0 -18
  519. package/dist/esm-es5/index-f7fbe1fb.js +0 -4
  520. package/dist/esm-es5/ios.transition-a0041e41.js +0 -4
  521. package/dist/esm-es5/md.transition-0c0602d9.js +0 -4
  522. package/dist/ionic/p-06d5221c.js +0 -4
  523. package/dist/ionic/p-06fad524.system.js +0 -4
  524. package/dist/ionic/p-0d56dea9.entry.js +0 -4
  525. package/dist/ionic/p-13bfcef4.system.entry.js +0 -4
  526. package/dist/ionic/p-16016625.system.js +0 -4
  527. package/dist/ionic/p-20304962.js +0 -4
  528. package/dist/ionic/p-2dfdda15.system.entry.js +0 -4
  529. package/dist/ionic/p-2fa34b5c.entry.js +0 -4
  530. package/dist/ionic/p-32048e4c.system.js +0 -18
  531. package/dist/ionic/p-385964e6.entry.js +0 -4
  532. package/dist/ionic/p-4324e8a4.entry.js +0 -4
  533. package/dist/ionic/p-45664cb9.system.js +0 -4
  534. package/dist/ionic/p-4ad48ec9.system.entry.js +0 -4
  535. package/dist/ionic/p-4af0b730.js +0 -8
  536. package/dist/ionic/p-4fcef939.entry.js +0 -4
  537. package/dist/ionic/p-567a21a2.system.entry.js +0 -4
  538. package/dist/ionic/p-583f8865.system.entry.js +0 -4
  539. package/dist/ionic/p-58f89707.js +0 -4
  540. package/dist/ionic/p-7536b4b3.system.js +0 -4
  541. package/dist/ionic/p-7ef5bb32.entry.js +0 -4
  542. package/dist/ionic/p-8664c316.entry.js +0 -4
  543. package/dist/ionic/p-8c4fc85f.system.js +0 -4
  544. package/dist/ionic/p-8e031d97.entry.js +0 -4
  545. package/dist/ionic/p-8f48c966.system.entry.js +0 -4
  546. package/dist/ionic/p-adb896a0.entry.js +0 -4
  547. package/dist/ionic/p-b0093947.system.js +0 -4
  548. package/dist/ionic/p-cb4f96f3.system.js +0 -4
  549. package/dist/ionic/p-cc856712.entry.js +0 -4
  550. package/dist/ionic/p-cd1b9056.js +0 -4
  551. package/dist/ionic/p-d918e7ef.system.entry.js +0 -4
  552. package/dist/ionic/p-df062892.system.entry.js +0 -4
  553. package/dist/ionic/p-f0be340f.entry.js +0 -4
  554. package/dist/ionic/p-fdf40b09.js +0 -4
@@ -8,7 +8,7 @@ import { a as hapticSelectionStart, b as hapticSelectionChanged, h as hapticSele
8
8
  import { a as isPlatform, b as getIonMode } from './ionic-global.js';
9
9
  import { c as createColorClasses } from './theme.js';
10
10
 
11
- const pickerColumnCss = ":host{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;max-width:100%;height:200px;font-size:22px;text-align:center}.picker-opts{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:0px;padding-bottom:0px;min-width:26px;max-height:200px;outline:none;text-align:inherit;-webkit-scroll-snap-type:y mandatory;-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory;overflow-x:hidden;overflow-y:scroll;scrollbar-width:none}.picker-item-empty{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;width:100%;height:34px;border:0px;outline:none;background:transparent;color:inherit;font-family:var(--ion-font-family, inherit);font-size:inherit;line-height:34px;text-align:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.picker-opts::-webkit-scrollbar{display:none}::slotted(ion-picker-column-option){display:block;scroll-snap-align:center}.picker-item-empty,:host(:not([disabled])) ::slotted(ion-picker-column-option.option-disabled){scroll-snap-align:none}::slotted([slot=prefix]),::slotted([slot=suffix]){max-width:200px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}::slotted([slot=prefix]){-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:0;padding-bottom:0;-ms-flex-pack:end;justify-content:end}::slotted([slot=suffix]){-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:0;padding-bottom:0;-ms-flex-pack:start;justify-content:start}:host(.picker-column-disabled) .picker-opts{overflow-y:hidden}:host(.picker-column-disabled) ::slotted(ion-picker-column-option){cursor:default;opacity:0.4;pointer-events:none}@media (any-hover: hover){:host(:focus) .picker-opts{outline:none;background:rgba(var(--ion-color-base-rgb), 0.2)}}";
11
+ const pickerColumnCss = ":host{display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;max-width:100%;height:200px;font-size:22px;text-align:center}.assistive-focusable{left:0;right:0;top:0;bottom:0;position:absolute;z-index:1;pointer-events:none}.assistive-focusable:focus{outline:none}.picker-opts{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:0px;padding-bottom:0px;min-width:26px;max-height:200px;outline:none;text-align:inherit;-webkit-scroll-snap-type:y mandatory;-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory;overflow-x:hidden;overflow-y:scroll;scrollbar-width:none}.picker-item-empty{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;width:100%;height:34px;border:0px;outline:none;background:transparent;color:inherit;font-family:var(--ion-font-family, inherit);font-size:inherit;line-height:34px;text-align:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.picker-opts::-webkit-scrollbar{display:none}::slotted(ion-picker-column-option){display:block;scroll-snap-align:center}.picker-item-empty,:host(:not([disabled])) ::slotted(ion-picker-column-option.option-disabled){scroll-snap-align:none}::slotted([slot=prefix]),::slotted([slot=suffix]){max-width:200px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}::slotted([slot=prefix]){-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:0;padding-bottom:0;-ms-flex-pack:end;justify-content:end}::slotted([slot=suffix]){-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:0;padding-bottom:0;-ms-flex-pack:start;justify-content:start}:host(.picker-column-disabled) .picker-opts{overflow-y:hidden}:host(.picker-column-disabled) ::slotted(ion-picker-column-option){cursor:default;opacity:0.4;pointer-events:none}@media (any-hover: hover){:host(:focus) .picker-opts{outline:none;background:rgba(var(--ion-color-base-rgb), 0.2)}}";
12
12
  const IonPickerColumnStyle0 = pickerColumnCss;
13
13
 
14
14
  const PickerColumn = /*@__PURE__*/ proxyCustomElement(class PickerColumn extends HTMLElement {
@@ -20,6 +20,7 @@ const PickerColumn = /*@__PURE__*/ proxyCustomElement(class PickerColumn extends
20
20
  this.isScrolling = false;
21
21
  this.isColumnVisible = false;
22
22
  this.canExitInputMode = true;
23
+ this.updateValueTextOnScroll = false;
23
24
  this.centerPickerItemInView = (target, smooth = true, canExitInputMode = true) => {
24
25
  const { isColumnVisible, scrollEl } = this;
25
26
  if (isColumnVisible && scrollEl) {
@@ -34,6 +35,7 @@ const PickerColumn = /*@__PURE__*/ proxyCustomElement(class PickerColumn extends
34
35
  * of these can cause a scroll to occur.
35
36
  */
36
37
  this.canExitInputMode = canExitInputMode;
38
+ this.updateValueTextOnScroll = false;
37
39
  scrollEl.scroll({
38
40
  top,
39
41
  left: 0,
@@ -106,6 +108,7 @@ const PickerColumn = /*@__PURE__*/ proxyCustomElement(class PickerColumn extends
106
108
  let activeEl = this.activeItem;
107
109
  const scrollCallback = () => {
108
110
  raf(() => {
111
+ var _a;
109
112
  if (!scrollEl)
110
113
  return;
111
114
  if (timeout) {
@@ -186,8 +189,23 @@ const PickerColumn = /*@__PURE__*/ proxyCustomElement(class PickerColumn extends
186
189
  }
187
190
  activeEl = newActiveElement;
188
191
  this.setPickerItemActiveState(newActiveElement, true);
192
+ /**
193
+ * Set the aria-valuetext even though the value prop has not been updated yet.
194
+ * This enables some screen readers to announce the value as the users drag
195
+ * as opposed to when their release their pointer from the screen.
196
+ *
197
+ * When the value is programmatically updated, we will smoothly scroll
198
+ * to the new option. However, we do not want to update aria-valuetext mid-scroll
199
+ * as that can cause the old value to be briefly set before being set to the
200
+ * correct option. This will cause some screen readers to announce the old value
201
+ * again before announcing the new value. The correct valuetext will be set on render.
202
+ */
203
+ if (this.updateValueTextOnScroll) {
204
+ (_a = this.assistiveFocusable) === null || _a === void 0 ? void 0 : _a.setAttribute('aria-valuetext', this.getOptionValueText(newActiveElement));
205
+ }
189
206
  timeout = setTimeout(() => {
190
207
  this.isScrolling = false;
208
+ this.updateValueTextOnScroll = true;
191
209
  enableHaptics && hapticSelectionEnd();
192
210
  /**
193
211
  * Certain tasks (such as those that
@@ -246,12 +264,139 @@ const PickerColumn = /*@__PURE__*/ proxyCustomElement(class PickerColumn extends
246
264
  */
247
265
  this.el.classList.remove('picker-column-active');
248
266
  };
267
+ /**
268
+ * Find the next enabled option after the active option.
269
+ * @param stride - How many options to "jump" over in order to select the next option.
270
+ * This can be used to implement PageUp/PageDown behaviors where pressing these keys
271
+ * scrolls the picker by more than 1 option. For example, a stride of 5 means select
272
+ * the enabled option 5 options after the active one. Note that the actual option selected
273
+ * may be past the stride if the option at the stride is disabled.
274
+ */
275
+ this.findNextOption = (stride = 1) => {
276
+ const { activeItem } = this;
277
+ if (!activeItem)
278
+ return null;
279
+ let prevNode = activeItem;
280
+ let node = activeItem.nextElementSibling;
281
+ while (node != null) {
282
+ if (stride > 0) {
283
+ stride--;
284
+ }
285
+ if (node.tagName === 'ION-PICKER-COLUMN-OPTION' && !node.disabled && stride === 0) {
286
+ return node;
287
+ }
288
+ prevNode = node;
289
+ // Use nextElementSibling instead of nextSibling to avoid text/comment nodes
290
+ node = node.nextElementSibling;
291
+ }
292
+ return prevNode;
293
+ };
294
+ /**
295
+ * Find the next enabled option after the active option.
296
+ * @param stride - How many options to "jump" over in order to select the next option.
297
+ * This can be used to implement PageUp/PageDown behaviors where pressing these keys
298
+ * scrolls the picker by more than 1 option. For example, a stride of 5 means select
299
+ * the enabled option 5 options before the active one. Note that the actual option selected
300
+ * may be past the stride if the option at the stride is disabled.
301
+ */
302
+ this.findPreviousOption = (stride = 1) => {
303
+ const { activeItem } = this;
304
+ if (!activeItem)
305
+ return null;
306
+ let nextNode = activeItem;
307
+ let node = activeItem.previousElementSibling;
308
+ while (node != null) {
309
+ if (stride > 0) {
310
+ stride--;
311
+ }
312
+ if (node.tagName === 'ION-PICKER-COLUMN-OPTION' && !node.disabled && stride === 0) {
313
+ return node;
314
+ }
315
+ nextNode = node;
316
+ // Use previousElementSibling instead of previousSibling to avoid text/comment nodes
317
+ node = node.previousElementSibling;
318
+ }
319
+ return nextNode;
320
+ };
321
+ this.onKeyDown = (ev) => {
322
+ /**
323
+ * The below operations should be inverted when running on a mobile device.
324
+ * For example, swiping up will dispatch an "ArrowUp" event. On desktop,
325
+ * this should cause the previous option to be selected. On mobile, swiping
326
+ * up causes a view to scroll down. As a result, swiping up on mobile should
327
+ * cause the next option to be selected. The Home/End operations remain
328
+ * unchanged because those always represent the first/last options, respectively.
329
+ */
330
+ const mobile = isPlatform('mobile');
331
+ let newOption = null;
332
+ switch (ev.key) {
333
+ case 'ArrowDown':
334
+ newOption = mobile ? this.findPreviousOption() : this.findNextOption();
335
+ break;
336
+ case 'ArrowUp':
337
+ newOption = mobile ? this.findNextOption() : this.findPreviousOption();
338
+ break;
339
+ case 'PageUp':
340
+ newOption = mobile ? this.findNextOption(5) : this.findPreviousOption(5);
341
+ break;
342
+ case 'PageDown':
343
+ newOption = mobile ? this.findPreviousOption(5) : this.findNextOption(5);
344
+ break;
345
+ case 'Home':
346
+ /**
347
+ * There is no guarantee that the first child will be an ion-picker-column-option,
348
+ * so we do not use firstElementChild.
349
+ */
350
+ newOption = this.el.querySelector('ion-picker-column-option:first-of-type');
351
+ break;
352
+ case 'End':
353
+ /**
354
+ * There is no guarantee that the last child will be an ion-picker-column-option,
355
+ * so we do not use lastElementChild.
356
+ */
357
+ newOption = this.el.querySelector('ion-picker-column-option:last-of-type');
358
+ break;
359
+ }
360
+ if (newOption !== null) {
361
+ this.value = newOption.value;
362
+ // This stops any default browser behavior such as scrolling
363
+ ev.preventDefault();
364
+ }
365
+ };
366
+ /**
367
+ * Utility to generate the correct text for aria-valuetext.
368
+ */
369
+ this.getOptionValueText = (el) => {
370
+ var _a;
371
+ return el ? (_a = el.getAttribute('aria-label')) !== null && _a !== void 0 ? _a : el.innerText : '';
372
+ };
373
+ /**
374
+ * Render an element that overlays the column. This element is for assistive
375
+ * tech to allow users to navigate the column up/down. This element should receive
376
+ * focus as it listens for synthesized keyboard events as required by the
377
+ * slider role: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/slider_role
378
+ */
379
+ this.renderAssistiveFocusable = () => {
380
+ const { activeItem } = this;
381
+ const valueText = this.getOptionValueText(activeItem);
382
+ /**
383
+ * When using the picker, the valuetext provides important context that valuenow
384
+ * does not. Additionally, using non-zero valuemin/valuemax values can cause
385
+ * WebKit to incorrectly announce numeric valuetext values (such as a year
386
+ * like "2024") as percentages: https://bugs.webkit.org/show_bug.cgi?id=273126
387
+ */
388
+ return (h("div", { ref: (el) => (this.assistiveFocusable = el), class: "assistive-focusable", role: "slider", tabindex: this.disabled ? undefined : 0, "aria-label": this.ariaLabel, "aria-valuemin": 0, "aria-valuemax": 0, "aria-valuenow": 0, "aria-valuetext": valueText, "aria-orientation": "vertical", onKeyDown: (ev) => this.onKeyDown(ev) }));
389
+ };
390
+ this.ariaLabel = null;
249
391
  this.isActive = false;
250
392
  this.disabled = false;
251
393
  this.value = undefined;
252
394
  this.color = 'primary';
253
395
  this.numericInput = false;
254
396
  }
397
+ ariaLabelChanged(newValue) {
398
+ this.ariaLabel = newValue;
399
+ }
255
400
  valueChange() {
256
401
  if (this.isColumnVisible) {
257
402
  /**
@@ -367,6 +512,10 @@ const PickerColumn = /*@__PURE__*/ proxyCustomElement(class PickerColumn extends
367
512
  this.scrollEl.focus();
368
513
  }
369
514
  }
515
+ connectedCallback() {
516
+ var _a;
517
+ this.ariaLabel = (_a = this.el.getAttribute('aria-label')) !== null && _a !== void 0 ? _a : 'Select a value';
518
+ }
370
519
  get activeItem() {
371
520
  const { value } = this;
372
521
  const options = Array.from(this.el.querySelectorAll('ion-picker-column-option'));
@@ -384,17 +533,18 @@ const PickerColumn = /*@__PURE__*/ proxyCustomElement(class PickerColumn extends
384
533
  render() {
385
534
  const { color, disabled, isActive, numericInput } = this;
386
535
  const mode = getIonMode(this);
387
- return (h(Host, { key: '59648ef23cef1ab6d30955bb95bc23e670ec7256', class: createColorClasses(color, {
536
+ return (h(Host, { key: 'ced35afc6326a20dbac68193921a807a9c10bb99', class: createColorClasses(color, {
388
537
  [mode]: true,
389
538
  ['picker-column-active']: isActive,
390
539
  ['picker-column-numeric-input']: numericInput,
391
540
  ['picker-column-disabled']: disabled,
392
- }) }, h("slot", { key: 'fd93192d4945b2c33e0fe93cc90b505f2cec12fc', name: "prefix" }), h("div", { key: '99e49c6d58badd2fe5e75f0ebcd4bc00eb50aa58', class: "picker-opts", tabindex: disabled ? undefined : 0, ref: (el) => {
541
+ }) }, this.renderAssistiveFocusable(), h("slot", { key: '41e290dcc44dacb4237eb674ce2dedc7db66eb7d', name: "prefix" }), h("div", { key: '1fd869b063900103deadefc40929a1e8f02ec084', "aria-hidden": "true", class: "picker-opts", ref: (el) => {
393
542
  this.scrollEl = el;
394
- } }, h("div", { key: 'bb44892ef179b25373e45e4b4bc4d1fa617b1ea1', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0"), h("div", { key: '9ee7aeb8468bbb03f7192d56849dae089b7a0250', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0"), h("div", { key: '0baa4bda4bf02a8d06dbf3392b1516ca8ea8d26a', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0"), h("slot", { key: 'ff4cad20fd82ab66599473f60d10c18dc1dc76d8' }), h("div", { key: '04dcb0390209081e6223b90e45b8f2ef0fdf94bd', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0"), h("div", { key: '734e3b431a30ce93957e1452516efc86e29ff9c9', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0"), h("div", { key: '1c68dcf9a029e607bb6bc9c19cd02214914eb6d7', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0")), h("slot", { key: 'd85210cc99c8c1bf83eb1cd51540ebe875d4adeb', name: "suffix" })));
543
+ } }, h("div", { key: '0d2087f775b240c9b2534650eb27f3d99e7690a9', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0"), h("div", { key: '1245b2bb2b6314c3ec4e0ab3ece4e42beb360fc9', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0"), h("div", { key: '503b08f6bbe27fa7d34c165a93ec38ce7f1ad590', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0"), h("slot", { key: 'ec401a2b2d56546fb3f10239b71320ce7dc6a77d' }), h("div", { key: '97a234018291c5a6ca7a56bb1a9a417cac0b3e6f', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0"), h("div", { key: '0197711f71486a8fa3c184b593cebe1c1e54c585', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0"), h("div", { key: '961304f0a2a10afb3502ce4c5fbdceef0aa933cf', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0")), h("slot", { key: 'f38b83d26c3c2ba8ef00da7caf7f0be518b2007d', name: "suffix" })));
395
544
  }
396
545
  get el() { return this; }
397
546
  static get watchers() { return {
547
+ "aria-label": ["ariaLabelChanged"],
398
548
  "value": ["valueChange"]
399
549
  }; }
400
550
  static get style() { return IonPickerColumnStyle0; }
@@ -403,11 +553,13 @@ const PickerColumn = /*@__PURE__*/ proxyCustomElement(class PickerColumn extends
403
553
  "value": [1032],
404
554
  "color": [513],
405
555
  "numericInput": [4, "numeric-input"],
556
+ "ariaLabel": [32],
406
557
  "isActive": [32],
407
558
  "scrollActiveItemIntoView": [64],
408
559
  "setValue": [64],
409
560
  "setFocus": [64]
410
561
  }, undefined, {
562
+ "aria-label": ["ariaLabelChanged"],
411
563
  "value": ["valueChange"]
412
564
  }]);
413
565
  const PICKER_ITEM_ACTIVE_CLASS = 'option-active';
@@ -343,9 +343,9 @@ const PickerColumnCmp = /*@__PURE__*/ proxyCustomElement(class PickerColumnCmp e
343
343
  render() {
344
344
  const col = this.col;
345
345
  const mode = getIonMode(this);
346
- 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: {
346
+ 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: {
347
347
  'max-width': this.col.columnWidth,
348
- } }, 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))));
348
+ } }, 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))));
349
349
  }
350
350
  get el() { return this; }
351
351
  static get watchers() { return {
@@ -482,7 +482,7 @@ const Picker = /*@__PURE__*/ proxyCustomElement(class Picker extends HTMLElement
482
482
  this.emitInputModeChange();
483
483
  }
484
484
  render() {
485
- return (h(Host, { key: 'f92214a09dc85b65873676f40fde2b802960e704', onPointerDown: (ev) => this.onPointerDown(ev), onClick: () => this.onClick() }, h("input", { key: '6da37f75aca4ea1c9cb3bc733ebda2116279f313', "aria-hidden": "true", tabindex: -1, inputmode: "numeric", type: "number", onKeyDown: (ev) => {
485
+ return (h(Host, { key: '02b0687b1f80ba295a965dfba76dd59e2d1de5d3', onPointerDown: (ev) => this.onPointerDown(ev), onClick: () => this.onClick() }, h("input", { key: 'f83ed84bcf9e02539c00d8a4e63e6a0d7fc4ac71', "aria-hidden": "true", tabindex: -1, inputmode: "numeric", type: "number", onKeyDown: (ev) => {
486
486
  var _a;
487
487
  /**
488
488
  * The "Enter" key represents
@@ -497,7 +497,7 @@ const Picker = /*@__PURE__*/ proxyCustomElement(class Picker extends HTMLElement
497
497
  if (ev.key === 'Enter') {
498
498
  (_a = this.inputEl) === null || _a === void 0 ? void 0 : _a.blur();
499
499
  }
500
- }, ref: (el) => (this.inputEl = el), onInput: () => this.onInputChange(), onBlur: () => this.exitInputMode() }), h("div", { key: '298e99d83dd3f5bf2798150bab0bb4024af472fa', class: "picker-before" }), h("div", { key: 'ea578f04eb562a4dc6d6cc92de133dcb9fb7f42a', class: "picker-after" }), h("div", { key: '84567824956dfe967992a629904836ba8b75b3ec', class: "picker-highlight", ref: (el) => (this.highlightEl = el) }), h("slot", { key: 'df81f8fb90e1f649b608328034528f5c31c70c3b' })));
500
+ }, ref: (el) => (this.inputEl = el), onInput: () => this.onInputChange(), onBlur: () => this.exitInputMode() }), h("div", { key: '45b07fb0617d8e006712776bf78302288edb3ff4', class: "picker-before" }), h("div", { key: '73009229368e0d62b09c913aacade26f068a7aa9', class: "picker-after" }), h("div", { key: 'b73da00e446cd1cfd511c39212e14a00d355752e', class: "picker-highlight", ref: (el) => (this.highlightEl = el) }), h("slot", { key: 'd969f5efc5ddb9eda6c4828702efd1ceeb69f767' })));
501
501
  }
502
502
  get el() { return this; }
503
503
  static get style() { return {
@@ -2,7 +2,7 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
5
- import { B as BACKDROP, j as prepareOverlay, k as setOverlayId, f as present, n as focusFirstDescendant, g as dismiss, h as eventMethod } from './overlays.js';
5
+ import { B as BACKDROP, j as prepareOverlay, k as setOverlayId, f as present, n as focusFirstDescendant, g as dismiss, h as eventMethod, F as FOCUS_TRAP_DISABLE_CLASS } from './overlays.js';
6
6
  import { C as CoreDelegate, a as attachComponent, d as detachComponent } from './framework-delegate.js';
7
7
  import { r as raf, g as getElementRoot, a as addEventListener, j as hasLazyBuild } from './helpers.js';
8
8
  import { c as createLockController } from './lock-controller.js';
@@ -1063,6 +1063,7 @@ const Popover = /*@__PURE__*/ proxyCustomElement(class Popover extends HTMLEleme
1063
1063
  this.arrow = true;
1064
1064
  this.isOpen = false;
1065
1065
  this.keyboardEvents = false;
1066
+ this.focusTrap = true;
1066
1067
  this.keepContentsMounted = false;
1067
1068
  }
1068
1069
  onTriggerChange() {
@@ -1289,12 +1290,12 @@ const Popover = /*@__PURE__*/ proxyCustomElement(class Popover extends HTMLEleme
1289
1290
  }
1290
1291
  render() {
1291
1292
  const mode = getIonMode(this);
1292
- const { onLifecycle, parentPopover, dismissOnSelect, side, arrow, htmlAttributes } = this;
1293
+ const { onLifecycle, parentPopover, dismissOnSelect, side, arrow, htmlAttributes, focusTrap } = this;
1293
1294
  const desktop = isPlatform('desktop');
1294
1295
  const enableArrow = arrow && !parentPopover;
1295
- return (h(Host, Object.assign({ key: '4bccccf57df72e1196c6a28e803831c0520aef53', "aria-modal": "true", "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
1296
+ return (h(Host, Object.assign({ key: '17e5e8b3e7ba5e251665fb9d0ade10c781f82f0e', "aria-modal": "true", "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
1296
1297
  zIndex: `${20000 + this.overlayIndex}`,
1297
- }, 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", { key: 'e42f4f61150b7b41093d37d187d1b7bb4187a00e', tappable: this.backdropDismiss, visible: this.showBackdrop, part: "backdrop" }), h("div", { key: '386ac3247b0f82566aae07b6dbf5e97d243ce367', class: "popover-wrapper ion-overlay-wrapper", onClick: dismissOnSelect ? () => this.dismiss() : undefined }, enableArrow && h("div", { key: '28f0e5ea2fa099b808ffb77a9a0d78b8b46c1513', class: "popover-arrow", part: "arrow" }), h("div", { key: '7ba2e3dee529015c4e07ce78ec10dc59985ec6a2', class: "popover-content", part: "content" }, h("slot", { key: '915cdc8e389fda210f83aec8b7bbbfa6f830a884' })))));
1298
+ }, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'popover-translucent': this.translucent, 'overlay-hidden': true, 'popover-desktop': desktop, [`popover-side-${side}`]: true, [FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false, 'popover-nested': !!parentPopover }), onIonPopoverDidPresent: onLifecycle, onIonPopoverWillPresent: onLifecycle, onIonPopoverWillDismiss: onLifecycle, onIonPopoverDidDismiss: onLifecycle, onIonBackdropTap: this.onBackdropTap }), !parentPopover && h("ion-backdrop", { key: 'c12fb94b375d7e88a0c5d715440c0f66ad7ee817', tappable: this.backdropDismiss, visible: this.showBackdrop, part: "backdrop" }), h("div", { key: '478b388cc9a5a382003a2863e968e77a174914ab', class: "popover-wrapper ion-overlay-wrapper", onClick: dismissOnSelect ? () => this.dismiss() : undefined }, enableArrow && h("div", { key: 'f1c63a0079f197a8d4577e7c00a654871fb9d816', class: "popover-arrow", part: "arrow" }), h("div", { key: '08b62a321c09ad4b0f90460468ecbc1d56320bf1', class: "popover-content", part: "content" }, h("slot", { key: '55645ff597f64d434219caa28015cf2a4ceb0ee5' })))));
1298
1299
  }
1299
1300
  get el() { return this; }
1300
1301
  static get watchers() { return {
@@ -1332,6 +1333,7 @@ const Popover = /*@__PURE__*/ proxyCustomElement(class Popover extends HTMLEleme
1332
1333
  "arrow": [4],
1333
1334
  "isOpen": [4, "is-open"],
1334
1335
  "keyboardEvents": [4, "keyboard-events"],
1336
+ "focusTrap": [4, "focus-trap"],
1335
1337
  "keepContentsMounted": [4, "keep-contents-mounted"],
1336
1338
  "presented": [32],
1337
1339
  "presentFromTrigger": [64],
@@ -158,7 +158,7 @@ const RadioGroup = /*@__PURE__*/ proxyCustomElement(class RadioGroup extends HTM
158
158
  const { label, labelId, el, name, value } = this;
159
159
  const mode = getIonMode(this);
160
160
  renderHiddenInput(true, el, name, value, false);
161
- return h(Host, { key: 'b6b439d6d53d17a5a4d9853a7cf6065b28213338', role: "radiogroup", "aria-labelledby": label ? labelId : null, onClick: this.onClick, class: mode });
161
+ return h(Host, { key: '7a8ad7eb6a05c6f96a348dcf30fd0c610a95688c', role: "radiogroup", "aria-labelledby": label ? labelId : null, onClick: this.onClick, class: mode });
162
162
  }
163
163
  get el() { return this; }
164
164
  static get watchers() { return {
@@ -146,7 +146,7 @@ const Radio = /*@__PURE__*/ proxyCustomElement(class Radio extends HTMLElement {
146
146
  const { checked, disabled, color, el, justify, labelPlacement, hasLabel, buttonTabindex, alignment } = this;
147
147
  const mode = getIonMode(this);
148
148
  const inItem = hostContext('ion-item', el);
149
- return (h(Host, { key: 'cb00934d052260e97462e97a1669045cbb0b963a', onFocus: this.onFocus, onBlur: this.onBlur, onClick: this.onClick, class: createColorClasses(color, {
149
+ return (h(Host, { key: 'e44cade8aa8415bdc825f9d17fc8562487cf5d35', onFocus: this.onFocus, onBlur: this.onBlur, onClick: this.onClick, class: createColorClasses(color, {
150
150
  [mode]: true,
151
151
  'in-item': inItem,
152
152
  'radio-checked': checked,
@@ -157,10 +157,10 @@ const Radio = /*@__PURE__*/ proxyCustomElement(class Radio extends HTMLElement {
157
157
  // Focus and active styling should not apply when the radio is in an item
158
158
  'ion-activatable': !inItem,
159
159
  'ion-focusable': !inItem,
160
- }), role: "radio", "aria-checked": checked ? 'true' : 'false', "aria-disabled": disabled ? 'true' : null, tabindex: buttonTabindex }, h("label", { key: '05613f89400469692442bf3c02c27f9299c5d6ef', class: "radio-wrapper" }, h("div", { key: '89b5d7668c3856f417c318629086cf46a072efbe', class: {
160
+ }), role: "radio", "aria-checked": checked ? 'true' : 'false', "aria-disabled": disabled ? 'true' : null, tabindex: buttonTabindex }, h("label", { key: '48a99aa80a7d7b4085ef26faf3167903c975517c', class: "radio-wrapper" }, h("div", { key: 'a8d74e0603b41215ea3e867356a9be0dcf3722d8', class: {
161
161
  'label-text-wrapper': true,
162
162
  'label-text-wrapper-hidden': !hasLabel,
163
- }, part: "label" }, h("slot", { key: 'd5e43a8d0fe5a7fc323887d310fd64d6f87deef7' })), h("div", { key: '7fd221189adcfccca1ed18dcd0a60cde6261120b', class: "native-wrapper" }, this.renderRadioControl()))));
163
+ }, part: "label" }, h("slot", { key: '9e3cce6254e70b02d50381537438a70435b031cc' })), h("div", { key: 'bfa3ee188d911e056a3e60178eac41362efb94b3', class: "native-wrapper" }, this.renderRadioControl()))));
164
164
  }
165
165
  get el() { return this; }
166
166
  static get watchers() { return {
@@ -66,7 +66,7 @@ const RippleEffect = /*@__PURE__*/ proxyCustomElement(class RippleEffect extends
66
66
  }
67
67
  render() {
68
68
  const mode = getIonMode(this);
69
- return (h(Host, { key: '7ae559bda5d2c1856a45bfa150c2cb4f83373f8e', role: "presentation", class: {
69
+ return (h(Host, { key: '2302f087ab1c6755355736e4ca77309c5fdcf185', role: "presentation", class: {
70
70
  [mode]: true,
71
71
  unbounded: this.unbounded,
72
72
  } }));
@@ -18,7 +18,7 @@ import { d as defineCustomElement$1 } from './ripple-effect.js';
18
18
  const selectPopoverIosCss = ".sc-ion-select-popover-ios-h ion-list.sc-ion-select-popover-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}ion-list-header.sc-ion-select-popover-ios,ion-label.sc-ion-select-popover-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.sc-ion-select-popover-ios-h{overflow-y:auto}";
19
19
  const IonSelectPopoverIosStyle0 = selectPopoverIosCss;
20
20
 
21
- const selectPopoverMdCss = ".sc-ion-select-popover-md-h ion-list.sc-ion-select-popover-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}ion-list-header.sc-ion-select-popover-md,ion-label.sc-ion-select-popover-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.sc-ion-select-popover-md-h{overflow-y:auto}ion-list.sc-ion-select-popover-md ion-radio.sc-ion-select-popover-md::part(container){opacity:0}ion-item.sc-ion-select-popover-md{--inner-border-width:0}.item-radio-checked.sc-ion-select-popover-md{--background:rgba(var(--ion-color-primary-rgb, 0, 84, 233), 0.08);--background-focused:var(--ion-color-primary, #0054e9);--background-focused-opacity:0.2;--background-hover:var(--ion-color-primary, #0054e9);--background-hover-opacity:0.12}.item-checkbox-checked.sc-ion-select-popover-md{--background-activated:var(--ion-item-color, var(--ion-text-color, #000));--background-focused:var(--ion-item-color, var(--ion-text-color, #000));--background-hover:var(--ion-item-color, var(--ion-text-color, #000));--color:var(--ion-color-primary, #0054e9)}";
21
+ const selectPopoverMdCss = ".sc-ion-select-popover-md-h ion-list.sc-ion-select-popover-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}ion-list-header.sc-ion-select-popover-md,ion-label.sc-ion-select-popover-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.sc-ion-select-popover-md-h{overflow-y:auto}ion-list.sc-ion-select-popover-md ion-radio.sc-ion-select-popover-md::part(container){display:none}ion-list.sc-ion-select-popover-md ion-radio.sc-ion-select-popover-md::part(label){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}ion-item.sc-ion-select-popover-md{--inner-border-width:0}.item-radio-checked.sc-ion-select-popover-md{--background:rgba(var(--ion-color-primary-rgb, 0, 84, 233), 0.08);--background-focused:var(--ion-color-primary, #0054e9);--background-focused-opacity:0.2;--background-hover:var(--ion-color-primary, #0054e9);--background-hover-opacity:0.12}.item-checkbox-checked.sc-ion-select-popover-md{--background-activated:var(--ion-item-color, var(--ion-text-color, #000));--background-focused:var(--ion-item-color, var(--ion-text-color, #000));--background-hover:var(--ion-item-color, var(--ion-text-color, #000));--color:var(--ion-color-primary, #0054e9)}";
22
22
  const IonSelectPopoverMdStyle0 = selectPopoverMdCss;
23
23
 
24
24
  const SelectPopover = /*@__PURE__*/ proxyCustomElement(class SelectPopover extends HTMLElement {
@@ -117,7 +117,7 @@ const SelectPopover = /*@__PURE__*/ proxyCustomElement(class SelectPopover exten
117
117
  render() {
118
118
  const { header, message, options, subHeader } = this;
119
119
  const hasSubHeaderOrMessage = subHeader !== undefined || message !== undefined;
120
- return (h(Host, { key: '2ed838c17d47198c697164a0a750aafb6ca61a95', class: getIonMode(this) }, h("ion-list", { key: '24fe7a6e9e45458c201b178ca236645d0f49ea8a' }, header !== undefined && h("ion-list-header", { key: 'ebe64853dcd59c14a8f4dc9c2dc9e66d1e9767f6' }, header), hasSubHeaderOrMessage && (h("ion-item", { key: 'ed7c6f2d7e1282b3048df0af8f1e3fd3b08297c6' }, h("ion-label", { key: 'a81f6c4011a0dce47b80c98a45d80b1368d84a1e', class: "ion-text-wrap" }, subHeader !== undefined && h("h3", { key: '4fd72c62da896092d535580917bb8a5ad6609c05' }, subHeader), message !== undefined && h("p", { key: '88aead29b35d69743abe4015f96a6fa9f199a0ff' }, message)))), this.renderOptions(options))));
120
+ return (h(Host, { key: '302553a2eec4d1442751b8af28b7c9bd3487fd5d', class: getIonMode(this) }, h("ion-list", { key: '39ae8579e6fe3bae2c7504147268ad5c82fd27e6' }, header !== undefined && h("ion-list-header", { key: 'e0e6686380d188f46c593e1bb25287dcf08c75c2' }, header), hasSubHeaderOrMessage && (h("ion-item", { key: '8a2d8652db269593c0ba7d767277e12c2b06144d' }, h("ion-label", { key: 'a30cc0ecf95d5bdd6421ee1683922c1b853e98ea', class: "ion-text-wrap" }, subHeader !== undefined && h("h3", { key: 'c298459ca450123808a08d65660825b2c26d00e5' }, subHeader), message !== undefined && h("p", { key: 'ed895fbaec020e809021138401341b6fd7675035' }, message)))), this.renderOptions(options))));
121
121
  }
122
122
  get el() { return this; }
123
123
  static get style() { return {
@@ -185,7 +185,7 @@ const Spinner = /*@__PURE__*/ proxyCustomElement(class Spinner extends HTMLEleme
185
185
  svgs.push(buildLine(spinner, duration, i, spinner.lines));
186
186
  }
187
187
  }
188
- return (h(Host, { key: '9422c25aadfdf08861e26bb1aa336c94391d10a3', class: createColorClasses(self.color, {
188
+ return (h(Host, { key: '50cbaed55eeab15292447d106a80b93db4cb40de', class: createColorClasses(self.color, {
189
189
  [mode]: true,
190
190
  [`spinner-${spinnerName}`]: true,
191
191
  'spinner-paused': self.paused || config.getBoolean('_testing'),
package/css/core.css CHANGED
@@ -1 +1 @@
1
- :root{--ion-color-primary: #0054e9;--ion-color-primary-rgb: 0, 84, 233;--ion-color-primary-contrast: #fff;--ion-color-primary-contrast-rgb: 255, 255, 255;--ion-color-primary-shade: #004acd;--ion-color-primary-tint: #1a65eb;--ion-color-secondary: #0163aa;--ion-color-secondary-rgb: 1, 99, 170;--ion-color-secondary-contrast: #fff;--ion-color-secondary-contrast-rgb: 255, 255, 255;--ion-color-secondary-shade: #015796;--ion-color-secondary-tint: #1a73b3;--ion-color-tertiary: #6030ff;--ion-color-tertiary-rgb: 96, 48, 255;--ion-color-tertiary-contrast: #fff;--ion-color-tertiary-contrast-rgb: 255, 255, 255;--ion-color-tertiary-shade: #542ae0;--ion-color-tertiary-tint: #7045ff;--ion-color-success: #2dd55b;--ion-color-success-rgb: 45, 213, 91;--ion-color-success-contrast: #000;--ion-color-success-contrast-rgb: 0, 0, 0;--ion-color-success-shade: #28bb50;--ion-color-success-tint: #42d96b;--ion-color-warning: #ffc409;--ion-color-warning-rgb: 255, 196, 9;--ion-color-warning-contrast: #000;--ion-color-warning-contrast-rgb: 0, 0, 0;--ion-color-warning-shade: #e0ac08;--ion-color-warning-tint: #ffca22;--ion-color-danger: #c5000f;--ion-color-danger-rgb: 197, 0, 15;--ion-color-danger-contrast: #fff;--ion-color-danger-contrast-rgb: 255, 255, 255;--ion-color-danger-shade: #ad000d;--ion-color-danger-tint: #cb1a27;--ion-color-light: #f4f5f8;--ion-color-light-rgb: 244, 245, 248;--ion-color-light-contrast: #000;--ion-color-light-contrast-rgb: 0, 0, 0;--ion-color-light-shade: #d7d8da;--ion-color-light-tint: #f5f6f9;--ion-color-medium: #636469;--ion-color-medium-rgb: 99, 100, 105;--ion-color-medium-contrast: #fff;--ion-color-medium-contrast-rgb: 255, 255, 255;--ion-color-medium-shade: #57585c;--ion-color-medium-tint: #737478;--ion-color-dark: #222428;--ion-color-dark-rgb: 34, 36, 40;--ion-color-dark-contrast: #fff;--ion-color-dark-contrast-rgb: 255, 255, 255;--ion-color-dark-shade: #1e2023;--ion-color-dark-tint: #383a3e}html.ios{--ion-default-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif}html.md{--ion-default-font: "Roboto", "Helvetica Neue", sans-serif}html{--ion-dynamic-font: -apple-system-body;--ion-font-family: var(--ion-default-font)}body{background:var(--ion-background-color);color:var(--ion-text-color)}body.backdrop-no-scroll{overflow:hidden}html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,html.ios ion-modal ion-footer ion-toolbar:first-of-type{padding-top:6px}html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type{padding-bottom:6px}html.ios ion-modal ion-toolbar{padding-right:calc(var(--ion-safe-area-right) + 8px);padding-left:calc(var(--ion-safe-area-left) + 8px)}@media screen and (min-width: 768px){html.ios ion-modal.modal-card:first-of-type{--backdrop-opacity: 0.18}}ion-modal.modal-default.show-modal~ion-modal.modal-default{--backdrop-opacity: 0;--box-shadow: none}html.ios ion-modal.modal-card .ion-page{border-top-left-radius:var(--border-radius)}.ion-color-primary{--ion-color-base: var(--ion-color-primary, #0054e9) !important;--ion-color-base-rgb: var(--ion-color-primary-rgb, 0, 84, 233) !important;--ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-primary-shade, #004acd) !important;--ion-color-tint: var(--ion-color-primary-tint, #1a65eb) !important}.ion-color-secondary{--ion-color-base: var(--ion-color-secondary, #0163aa) !important;--ion-color-base-rgb: var(--ion-color-secondary-rgb, 1, 99, 170) !important;--ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-secondary-shade, #015796) !important;--ion-color-tint: var(--ion-color-secondary-tint, #1a73b3) !important}.ion-color-tertiary{--ion-color-base: var(--ion-color-tertiary, #6030ff) !important;--ion-color-base-rgb: var(--ion-color-tertiary-rgb, 96, 48, 255) !important;--ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-tertiary-shade, #542ae0) !important;--ion-color-tint: var(--ion-color-tertiary-tint, #7045ff) !important}.ion-color-success{--ion-color-base: var(--ion-color-success, #2dd55b) !important;--ion-color-base-rgb: var(--ion-color-success-rgb, 45, 213, 91) !important;--ion-color-contrast: var(--ion-color-success-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-success-shade, #28bb50) !important;--ion-color-tint: var(--ion-color-success-tint, #42d96b) !important}.ion-color-warning{--ion-color-base: var(--ion-color-warning, #ffc409) !important;--ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;--ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;--ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important}.ion-color-danger{--ion-color-base: var(--ion-color-danger, #c5000f) !important;--ion-color-base-rgb: var(--ion-color-danger-rgb, 197, 0, 15) !important;--ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-danger-shade, #ad000d) !important;--ion-color-tint: var(--ion-color-danger-tint, #cb1a27) !important}.ion-color-light{--ion-color-base: var(--ion-color-light, #f4f5f8) !important;--ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;--ion-color-contrast: var(--ion-color-light-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;--ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important}.ion-color-medium{--ion-color-base: var(--ion-color-medium, #636469) !important;--ion-color-base-rgb: var(--ion-color-medium-rgb, 99, 100, 105) !important;--ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-medium-shade, #57585c) !important;--ion-color-tint: var(--ion-color-medium-tint, #737478) !important}.ion-color-dark{--ion-color-base: var(--ion-color-dark, #222428) !important;--ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;--ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;--ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important}.ion-page{left:0;right:0;top:0;bottom:0;display:flex;position:absolute;flex-direction:column;justify-content:space-between;contain:layout size style;z-index:0}ion-modal>.ion-page{position:relative;contain:layout style;height:100%}.split-pane-visible>.ion-page.split-pane-main{position:relative}ion-route,ion-route-redirect,ion-router,ion-select-option,ion-nav-controller,ion-menu-controller,ion-action-sheet-controller,ion-alert-controller,ion-loading-controller,ion-modal-controller,ion-picker-controller,ion-popover-controller,ion-toast-controller,.ion-page-hidden{display:none !important}.ion-page-invisible{opacity:0}.can-go-back>ion-header ion-back-button{display:block}html.plt-ios.plt-hybrid,html.plt-ios.plt-pwa{--ion-statusbar-padding: 20px}@supports(padding-top: 20px){html{--ion-safe-area-top: var(--ion-statusbar-padding)}}@supports(padding-top: env(safe-area-inset-top)){html{--ion-safe-area-top: env(safe-area-inset-top);--ion-safe-area-bottom: env(safe-area-inset-bottom);--ion-safe-area-left: env(safe-area-inset-left);--ion-safe-area-right: env(safe-area-inset-right)}}ion-card.ion-color .ion-inherit-color,ion-card-header.ion-color .ion-inherit-color{color:inherit}.menu-content{transform:translate3d(0, 0, 0)}.menu-content-open{cursor:pointer;touch-action:manipulation;pointer-events:none;overflow-y:hidden}.menu-content-open ion-content{--overflow: hidden}.menu-content-open .ion-content-scroll-host{overflow:hidden}.ios .menu-content-reveal{box-shadow:-8px 0 42px rgba(0,0,0,.08)}[dir=rtl].ios .menu-content-reveal{box-shadow:8px 0 42px rgba(0,0,0,.08)}.md .menu-content-reveal{box-shadow:4px 0px 16px rgba(0,0,0,.18)}.md .menu-content-push{box-shadow:4px 0px 16px rgba(0,0,0,.18)}ion-accordion-group.accordion-group-expand-inset>ion-accordion:first-of-type{border-top-left-radius:8px;border-top-right-radius:8px}ion-accordion-group.accordion-group-expand-inset>ion-accordion:last-of-type{border-bottom-left-radius:8px;border-bottom-right-radius:8px}ion-accordion-group>ion-accordion:last-of-type ion-item[slot=header]{--border-width: 0px}ion-accordion.accordion-animated>[slot=header] .ion-accordion-toggle-icon{transition:300ms transform cubic-bezier(0.25, 0.8, 0.5, 1)}@media(prefers-reduced-motion: reduce){ion-accordion .ion-accordion-toggle-icon{transition:none !important}}ion-accordion.accordion-expanding>[slot=header] .ion-accordion-toggle-icon,ion-accordion.accordion-expanded>[slot=header] .ion-accordion-toggle-icon{transform:rotate(180deg)}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-previous ion-item[slot=header]{--border-width: 0px;--inner-border-width: 0px}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanding:first-of-type,ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanded:first-of-type{margin-top:0}ion-input input::-webkit-date-and-time-value{text-align:start}.ion-datetime-button-overlay{--width: fit-content;--height: fit-content}.ion-datetime-button-overlay ion-datetime.datetime-grid{width:320px;min-height:320px}.popover-viewport:has(>ion-content){overflow:hidden}@supports not selector(:has(> ion-content)){.popover-viewport{overflow:hidden}}/*# sourceMappingURL=core.css.map */
1
+ :root{--ion-color-primary: #0054e9;--ion-color-primary-rgb: 0, 84, 233;--ion-color-primary-contrast: #fff;--ion-color-primary-contrast-rgb: 255, 255, 255;--ion-color-primary-shade: #004acd;--ion-color-primary-tint: #1a65eb;--ion-color-secondary: #0163aa;--ion-color-secondary-rgb: 1, 99, 170;--ion-color-secondary-contrast: #fff;--ion-color-secondary-contrast-rgb: 255, 255, 255;--ion-color-secondary-shade: #015796;--ion-color-secondary-tint: #1a73b3;--ion-color-tertiary: #6030ff;--ion-color-tertiary-rgb: 96, 48, 255;--ion-color-tertiary-contrast: #fff;--ion-color-tertiary-contrast-rgb: 255, 255, 255;--ion-color-tertiary-shade: #542ae0;--ion-color-tertiary-tint: #7045ff;--ion-color-success: #2dd55b;--ion-color-success-rgb: 45, 213, 91;--ion-color-success-contrast: #000;--ion-color-success-contrast-rgb: 0, 0, 0;--ion-color-success-shade: #28bb50;--ion-color-success-tint: #42d96b;--ion-color-warning: #ffc409;--ion-color-warning-rgb: 255, 196, 9;--ion-color-warning-contrast: #000;--ion-color-warning-contrast-rgb: 0, 0, 0;--ion-color-warning-shade: #e0ac08;--ion-color-warning-tint: #ffca22;--ion-color-danger: #c5000f;--ion-color-danger-rgb: 197, 0, 15;--ion-color-danger-contrast: #fff;--ion-color-danger-contrast-rgb: 255, 255, 255;--ion-color-danger-shade: #ad000d;--ion-color-danger-tint: #cb1a27;--ion-color-light: #f4f5f8;--ion-color-light-rgb: 244, 245, 248;--ion-color-light-contrast: #000;--ion-color-light-contrast-rgb: 0, 0, 0;--ion-color-light-shade: #d7d8da;--ion-color-light-tint: #f5f6f9;--ion-color-medium: #636469;--ion-color-medium-rgb: 99, 100, 105;--ion-color-medium-contrast: #fff;--ion-color-medium-contrast-rgb: 255, 255, 255;--ion-color-medium-shade: #57585c;--ion-color-medium-tint: #737478;--ion-color-dark: #222428;--ion-color-dark-rgb: 34, 36, 40;--ion-color-dark-contrast: #fff;--ion-color-dark-contrast-rgb: 255, 255, 255;--ion-color-dark-shade: #1e2023;--ion-color-dark-tint: #383a3e}html.ios{--ion-default-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif}html.md{--ion-default-font: "Roboto", "Helvetica Neue", sans-serif}html{--ion-dynamic-font: -apple-system-body;--ion-font-family: var(--ion-default-font)}body{background:var(--ion-background-color);color:var(--ion-text-color)}body.backdrop-no-scroll{overflow:hidden}html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,html.ios ion-modal ion-footer ion-toolbar:first-of-type{padding-top:6px}html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type{padding-bottom:6px}html.ios ion-modal ion-toolbar{padding-right:calc(var(--ion-safe-area-right) + 8px);padding-left:calc(var(--ion-safe-area-left) + 8px)}@media screen and (min-width: 768px){html.ios ion-modal.modal-card:first-of-type{--backdrop-opacity: 0.18}}ion-modal.modal-default.show-modal~ion-modal.modal-default{--backdrop-opacity: 0;--box-shadow: none}html.ios ion-modal.modal-card .ion-page{border-top-left-radius:var(--border-radius)}.ion-color-primary{--ion-color-base: var(--ion-color-primary, #0054e9) !important;--ion-color-base-rgb: var(--ion-color-primary-rgb, 0, 84, 233) !important;--ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-primary-shade, #004acd) !important;--ion-color-tint: var(--ion-color-primary-tint, #1a65eb) !important}.ion-color-secondary{--ion-color-base: var(--ion-color-secondary, #0163aa) !important;--ion-color-base-rgb: var(--ion-color-secondary-rgb, 1, 99, 170) !important;--ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-secondary-shade, #015796) !important;--ion-color-tint: var(--ion-color-secondary-tint, #1a73b3) !important}.ion-color-tertiary{--ion-color-base: var(--ion-color-tertiary, #6030ff) !important;--ion-color-base-rgb: var(--ion-color-tertiary-rgb, 96, 48, 255) !important;--ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-tertiary-shade, #542ae0) !important;--ion-color-tint: var(--ion-color-tertiary-tint, #7045ff) !important}.ion-color-success{--ion-color-base: var(--ion-color-success, #2dd55b) !important;--ion-color-base-rgb: var(--ion-color-success-rgb, 45, 213, 91) !important;--ion-color-contrast: var(--ion-color-success-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-success-shade, #28bb50) !important;--ion-color-tint: var(--ion-color-success-tint, #42d96b) !important}.ion-color-warning{--ion-color-base: var(--ion-color-warning, #ffc409) !important;--ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;--ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;--ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important}.ion-color-danger{--ion-color-base: var(--ion-color-danger, #c5000f) !important;--ion-color-base-rgb: var(--ion-color-danger-rgb, 197, 0, 15) !important;--ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-danger-shade, #ad000d) !important;--ion-color-tint: var(--ion-color-danger-tint, #cb1a27) !important}.ion-color-light{--ion-color-base: var(--ion-color-light, #f4f5f8) !important;--ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;--ion-color-contrast: var(--ion-color-light-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;--ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important}.ion-color-medium{--ion-color-base: var(--ion-color-medium, #636469) !important;--ion-color-base-rgb: var(--ion-color-medium-rgb, 99, 100, 105) !important;--ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-medium-shade, #57585c) !important;--ion-color-tint: var(--ion-color-medium-tint, #737478) !important}.ion-color-dark{--ion-color-base: var(--ion-color-dark, #222428) !important;--ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;--ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;--ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important}.ion-page{left:0;right:0;top:0;bottom:0;display:flex;position:absolute;flex-direction:column;justify-content:space-between;contain:layout size style;z-index:0}ion-modal>.ion-page{position:relative;contain:layout style;height:100%}.split-pane-visible>.ion-page.split-pane-main{position:relative}ion-route,ion-route-redirect,ion-router,ion-select-option,ion-nav-controller,ion-menu-controller,ion-action-sheet-controller,ion-alert-controller,ion-loading-controller,ion-modal-controller,ion-picker-controller,ion-popover-controller,ion-toast-controller,.ion-page-hidden{display:none !important}.ion-page-invisible{opacity:0}.can-go-back>ion-header ion-back-button{display:block}html.plt-ios.plt-hybrid,html.plt-ios.plt-pwa{--ion-statusbar-padding: 20px}@supports(padding-top: 20px){html{--ion-safe-area-top: var(--ion-statusbar-padding)}}@supports(padding-top: env(safe-area-inset-top)){html{--ion-safe-area-top: env(safe-area-inset-top);--ion-safe-area-bottom: env(safe-area-inset-bottom);--ion-safe-area-left: env(safe-area-inset-left);--ion-safe-area-right: env(safe-area-inset-right)}}ion-card.ion-color .ion-inherit-color,ion-card-header.ion-color .ion-inherit-color{color:inherit}.menu-content{transform:translate3d(0, 0, 0)}.menu-content-open{cursor:pointer;touch-action:manipulation;pointer-events:none;overflow-y:hidden}.menu-content-open ion-content{--overflow: hidden}.menu-content-open .ion-content-scroll-host{overflow:hidden}.ios .menu-content-reveal{box-shadow:-8px 0 42px rgba(0,0,0,.08)}[dir=rtl].ios .menu-content-reveal{box-shadow:8px 0 42px rgba(0,0,0,.08)}.md .menu-content-reveal{box-shadow:4px 0px 16px rgba(0,0,0,.18)}.md .menu-content-push{box-shadow:4px 0px 16px rgba(0,0,0,.18)}ion-accordion-group.accordion-group-expand-inset>ion-accordion:first-of-type{border-top-left-radius:8px;border-top-right-radius:8px}ion-accordion-group.accordion-group-expand-inset>ion-accordion:last-of-type{border-bottom-left-radius:8px;border-bottom-right-radius:8px}ion-accordion-group>ion-accordion:last-of-type ion-item[slot=header]{--border-width: 0px}ion-accordion.accordion-animated>[slot=header] .ion-accordion-toggle-icon{transition:300ms transform cubic-bezier(0.25, 0.8, 0.5, 1)}@media(prefers-reduced-motion: reduce){ion-accordion .ion-accordion-toggle-icon{transition:none !important}}ion-accordion.accordion-expanding>[slot=header] .ion-accordion-toggle-icon,ion-accordion.accordion-expanded>[slot=header] .ion-accordion-toggle-icon{transform:rotate(180deg)}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-previous ion-item[slot=header]{--border-width: 0px;--inner-border-width: 0px}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanding:first-of-type,ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanded:first-of-type{margin-top:0}ion-input input::-webkit-date-and-time-value{text-align:start}.ion-datetime-button-overlay{--width: fit-content;--height: fit-content}.ion-datetime-button-overlay ion-datetime.datetime-grid{width:320px;min-height:320px}[ion-last-focus],header[tabindex="-1"]:focus,[role=banner][tabindex="-1"]:focus,main[tabindex="-1"]:focus,[role=main][tabindex="-1"]:focus,h1[tabindex="-1"]:focus,[role=heading][aria-level="1"][tabindex="-1"]:focus{outline:none}.popover-viewport:has(>ion-content){overflow:hidden}@supports not selector(:has(> ion-content)){.popover-viewport{overflow:hidden}}/*# sourceMappingURL=core.css.map */