voyager-ionic-core 8.0.0-rc.0 → 8.0.1

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 (623) hide show
  1. package/components/action-sheet.js +3 -3
  2. package/components/alert.js +2 -2
  3. package/components/backdrop.js +1 -1
  4. package/components/button.js +4 -4
  5. package/components/buttons.js +2 -2
  6. package/components/checkbox.js +5 -5
  7. package/components/input-shims.js +5 -5
  8. package/components/ion-app.js +1 -1
  9. package/components/ion-avatar.js +1 -1
  10. package/components/ion-back-button.js +2 -2
  11. package/components/ion-badge.js +2 -2
  12. package/components/ion-breadcrumb.js +4 -4
  13. package/components/ion-breadcrumbs.js +2 -2
  14. package/components/ion-card-content.js +1 -1
  15. package/components/ion-card-header.js +2 -2
  16. package/components/ion-card-subtitle.js +2 -2
  17. package/components/ion-card-title.js +2 -2
  18. package/components/ion-card.js +1 -1
  19. package/components/ion-chip.js +2 -2
  20. package/components/ion-col.js +2 -2
  21. package/components/ion-content.js +3 -3
  22. package/components/ion-datetime-button.js +2 -2
  23. package/components/ion-datetime.js +2 -2
  24. package/components/ion-fab-button.js +2 -2
  25. package/components/ion-fab-list.js +2 -2
  26. package/components/ion-fab.js +2 -2
  27. package/components/ion-footer.js +2 -2
  28. package/components/ion-grid.js +2 -2
  29. package/components/ion-header.js +2 -2
  30. package/components/ion-img.js +1 -1
  31. package/components/ion-infinite-scroll-content.js +2 -2
  32. package/components/ion-infinite-scroll.js +1 -1
  33. package/components/ion-input-password-toggle.js +3 -3
  34. package/components/ion-input.js +12 -3
  35. package/components/ion-item-divider.js +2 -2
  36. package/components/ion-item-group.js +1 -1
  37. package/components/ion-item-option.js +2 -2
  38. package/components/ion-item-options.js +1 -1
  39. package/components/ion-item-sliding.js +1 -1
  40. package/components/ion-loading.js +2 -2
  41. package/components/ion-menu-button.js +2 -2
  42. package/components/ion-menu-toggle.js +2 -2
  43. package/components/ion-menu.js +2 -2
  44. package/components/ion-modal.js +47 -23
  45. package/components/ion-nav-link.js +1 -1
  46. package/components/ion-nav.js +1 -1
  47. package/components/ion-note.js +2 -2
  48. package/components/ion-picker-legacy.js +2 -2
  49. package/components/ion-progress-bar.js +1 -1
  50. package/components/ion-range.js +3 -3
  51. package/components/ion-refresher-content.js +1 -1
  52. package/components/ion-refresher.js +1 -1
  53. package/components/ion-reorder-group.js +1 -1
  54. package/components/ion-reorder.js +1 -1
  55. package/components/ion-router-link.js +2 -2
  56. package/components/ion-router-outlet.js +1 -1
  57. package/components/ion-row.js +1 -1
  58. package/components/ion-searchbar.js +4 -4
  59. package/components/ion-segment-button.js +3 -3
  60. package/components/ion-segment.js +2 -2
  61. package/components/ion-select-option.js +1 -1
  62. package/components/ion-select.js +2 -2
  63. package/components/ion-skeleton-text.js +2 -2
  64. package/components/ion-split-pane.js +2 -2
  65. package/components/ion-tab-bar.js +2 -2
  66. package/components/ion-tab-button.js +2 -2
  67. package/components/ion-tab.js +2 -2
  68. package/components/ion-tabs.js +1 -1
  69. package/components/ion-text.js +2 -2
  70. package/components/ion-textarea.js +2 -2
  71. package/components/ion-thumbnail.js +1 -1
  72. package/components/ion-title.js +2 -2
  73. package/components/ion-toast.js +2 -2
  74. package/components/ion-toggle.js +5 -5
  75. package/components/ion-toolbar.js +2 -2
  76. package/components/item.js +1 -1
  77. package/components/label.js +2 -2
  78. package/components/list-header.js +2 -2
  79. package/components/list.js +1 -1
  80. package/components/picker-column-option.js +2 -2
  81. package/components/picker-column.js +3 -3
  82. package/components/picker-column2.js +2 -2
  83. package/components/picker.js +2 -2
  84. package/components/popover.js +4 -4
  85. package/components/radio-group.js +1 -1
  86. package/components/radio.js +5 -5
  87. package/components/ripple-effect.js +1 -1
  88. package/components/select-popover.js +1 -1
  89. package/components/spinner.js +1 -1
  90. package/css/core.css +1 -624
  91. package/css/core.css.map +1 -1
  92. package/css/display.css +1 -131
  93. package/css/display.css.map +1 -1
  94. package/css/flex-utils.css +1 -81
  95. package/css/flex-utils.css.map +1 -1
  96. package/css/float-elements.css +1 -293
  97. package/css/float-elements.css.map +1 -1
  98. package/css/global.bundle.css +1 -457
  99. package/css/global.bundle.css.map +1 -1
  100. package/css/ionic-swiper.css +1 -127
  101. package/css/ionic-swiper.css.map +1 -1
  102. package/css/ionic.bundle.css +1 -1
  103. package/css/ionic.bundle.css.map +1 -1
  104. package/css/normalize.css +1 -150
  105. package/css/normalize.css.map +1 -1
  106. package/css/padding.css +1 -202
  107. package/css/padding.css.map +1 -1
  108. package/css/palettes/dark.always.css +1 -160
  109. package/css/palettes/dark.always.css.map +1 -1
  110. package/css/palettes/dark.class.css +1 -160
  111. package/css/palettes/dark.class.css.map +1 -1
  112. package/css/palettes/dark.css +0 -2
  113. package/css/palettes/dark.system.css +1 -162
  114. package/css/palettes/dark.system.css.map +1 -1
  115. package/css/palettes/high-contrast-dark.always.css +1 -180
  116. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  117. package/css/palettes/high-contrast-dark.class.css +1 -180
  118. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  119. package/css/palettes/high-contrast-dark.css +0 -2
  120. package/css/palettes/high-contrast-dark.system.css +1 -182
  121. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  122. package/css/palettes/high-contrast.always.css +1 -101
  123. package/css/palettes/high-contrast.always.css.map +1 -1
  124. package/css/palettes/high-contrast.class.css +1 -101
  125. package/css/palettes/high-contrast.class.css.map +1 -1
  126. package/css/palettes/high-contrast.css +0 -2
  127. package/css/palettes/high-contrast.system.css +1 -103
  128. package/css/palettes/high-contrast.system.css.map +1 -1
  129. package/css/structure.css +1 -152
  130. package/css/structure.css.map +1 -1
  131. package/css/text-alignment.css +1 -243
  132. package/css/text-alignment.css.map +1 -1
  133. package/css/text-transformation.css +1 -158
  134. package/css/text-transformation.css.map +1 -1
  135. package/css/typography.css +1 -157
  136. package/css/typography.css.map +1 -1
  137. package/css/utils.bundle.css +1 -1100
  138. package/css/utils.bundle.css.map +1 -1
  139. package/dist/cjs/{app-globals-63aebf89.js → app-globals-542c4d91.js} +1 -1
  140. package/dist/cjs/{button-active-bd13859e.js → button-active-47528f4c.js} +1 -1
  141. package/dist/cjs/{hardware-back-button-ad9299b4.js → hardware-back-button-06ae4d9c.js} +2 -2
  142. package/dist/cjs/index-1437d080.js +11980 -0
  143. package/dist/cjs/{index-5cf05f94.js → index-57b504ac.js} +2 -2
  144. package/dist/cjs/{index-ff66cc7c.js → index-c76a1d14.js} +3 -3
  145. package/dist/cjs/index.cjs.js +8 -8
  146. package/dist/cjs/{input-shims-20d639e6.js → input-shims-9e59ef62.js} +5 -5
  147. package/dist/cjs/ion-accordion_2.cjs.entry.js +2 -2
  148. package/dist/cjs/ion-action-sheet.cjs.entry.js +8 -8
  149. package/dist/cjs/ion-alert.cjs.entry.js +7 -7
  150. package/dist/cjs/ion-app_8.cjs.entry.js +22 -22
  151. package/dist/cjs/ion-avatar_3.cjs.entry.js +6 -6
  152. package/dist/cjs/ion-back-button.cjs.entry.js +4 -4
  153. package/dist/cjs/ion-backdrop.cjs.entry.js +3 -3
  154. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +8 -8
  155. package/dist/cjs/ion-button_2.cjs.entry.js +6 -6
  156. package/dist/cjs/ion-card_5.cjs.entry.js +10 -10
  157. package/dist/cjs/ion-checkbox.cjs.entry.js +7 -7
  158. package/dist/cjs/ion-chip.cjs.entry.js +4 -4
  159. package/dist/cjs/ion-col_3.cjs.entry.js +7 -7
  160. package/dist/cjs/ion-datetime-button.cjs.entry.js +4 -4
  161. package/dist/cjs/ion-datetime_3.cjs.entry.js +10 -10
  162. package/dist/cjs/ion-fab_3.cjs.entry.js +8 -8
  163. package/dist/cjs/ion-img.cjs.entry.js +3 -3
  164. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +5 -5
  165. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +5 -5
  166. package/dist/cjs/ion-input.cjs.entry.js +14 -5
  167. package/dist/cjs/ion-item-option_3.cjs.entry.js +6 -6
  168. package/dist/cjs/ion-item_8.cjs.entry.js +15 -15
  169. package/dist/cjs/ion-loading.cjs.entry.js +6 -6
  170. package/dist/cjs/ion-menu_3.cjs.entry.js +11 -11
  171. package/dist/cjs/ion-modal.cjs.entry.js +52 -28
  172. package/dist/cjs/ion-nav_2.cjs.entry.js +5 -5
  173. package/dist/cjs/ion-picker-column-option.cjs.entry.js +4 -4
  174. package/dist/cjs/ion-picker-column.cjs.entry.js +5 -5
  175. package/dist/cjs/ion-picker.cjs.entry.js +3 -3
  176. package/dist/cjs/ion-popover.cjs.entry.js +9 -9
  177. package/dist/cjs/ion-progress-bar.cjs.entry.js +3 -3
  178. package/dist/cjs/ion-radio_2.cjs.entry.js +8 -8
  179. package/dist/cjs/ion-range.cjs.entry.js +5 -5
  180. package/dist/cjs/ion-refresher_2.cjs.entry.js +4 -4
  181. package/dist/cjs/ion-reorder_2.cjs.entry.js +4 -4
  182. package/dist/cjs/ion-ripple-effect.cjs.entry.js +3 -3
  183. package/dist/cjs/ion-route_4.cjs.entry.js +4 -4
  184. package/dist/cjs/ion-searchbar.cjs.entry.js +6 -6
  185. package/dist/cjs/ion-segment_2.cjs.entry.js +7 -7
  186. package/dist/cjs/ion-select_3.cjs.entry.js +8 -8
  187. package/dist/cjs/ion-spinner.cjs.entry.js +3 -3
  188. package/dist/cjs/ion-split-pane.cjs.entry.js +4 -4
  189. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +6 -6
  190. package/dist/cjs/ion-tab_2.cjs.entry.js +4 -4
  191. package/dist/cjs/ion-text.cjs.entry.js +4 -4
  192. package/dist/cjs/ion-textarea.cjs.entry.js +4 -4
  193. package/dist/cjs/ion-toast.cjs.entry.js +6 -6
  194. package/dist/cjs/ion-toggle.cjs.entry.js +7 -7
  195. package/dist/cjs/{ionic-global-1adf9bc4.js → ionic-global-f3622afe.js} +1 -1
  196. package/dist/cjs/ionic.cjs.js +30 -32
  197. package/dist/cjs/{ios.transition-06673f18.js → ios.transition-288dfa83.js} +2 -2
  198. package/dist/cjs/loader.cjs.js +3 -3
  199. package/dist/cjs/{md.transition-4d7bb4b1.js → md.transition-6e5f6a8d.js} +2 -2
  200. package/dist/cjs/{overlays-6487955a.js → overlays-32cfd236.js} +2 -2
  201. package/dist/cjs/{status-tap-0be20572.js → status-tap-c47ff5f5.js} +1 -1
  202. package/dist/collection/collection-manifest.json +2 -2
  203. package/dist/collection/components/action-sheet/action-sheet.js +3 -3
  204. package/dist/collection/components/alert/alert.js +2 -2
  205. package/dist/collection/components/app/app.js +1 -1
  206. package/dist/collection/components/avatar/avatar.js +1 -1
  207. package/dist/collection/components/back-button/back-button.js +2 -2
  208. package/dist/collection/components/backdrop/backdrop.js +1 -1
  209. package/dist/collection/components/badge/badge.js +2 -2
  210. package/dist/collection/components/breadcrumb/breadcrumb.js +4 -4
  211. package/dist/collection/components/breadcrumbs/breadcrumbs.js +2 -2
  212. package/dist/collection/components/button/button.ios.css +47 -8
  213. package/dist/collection/components/button/button.js +2 -2
  214. package/dist/collection/components/button/button.md.css +49 -8
  215. package/dist/collection/components/buttons/buttons.js +2 -2
  216. package/dist/collection/components/card/card.js +1 -1
  217. package/dist/collection/components/card-content/card-content.js +1 -1
  218. package/dist/collection/components/card-header/card-header.js +2 -2
  219. package/dist/collection/components/card-subtitle/card-subtitle.js +2 -2
  220. package/dist/collection/components/card-title/card-title.js +2 -2
  221. package/dist/collection/components/checkbox/checkbox.ios.css +1 -0
  222. package/dist/collection/components/checkbox/checkbox.js +3 -3
  223. package/dist/collection/components/checkbox/checkbox.md.css +1 -0
  224. package/dist/collection/components/chip/chip.js +2 -2
  225. package/dist/collection/components/col/col.js +2 -2
  226. package/dist/collection/components/content/content.js +3 -3
  227. package/dist/collection/components/datetime/datetime.js +2 -2
  228. package/dist/collection/components/datetime/test/color/datetime.e2e.js +14 -7
  229. package/dist/collection/components/datetime-button/datetime-button.js +2 -2
  230. package/dist/collection/components/fab/fab.js +2 -2
  231. package/dist/collection/components/fab-button/fab-button.js +2 -2
  232. package/dist/collection/components/fab-list/fab-list.js +2 -2
  233. package/dist/collection/components/footer/footer.js +2 -2
  234. package/dist/collection/components/grid/grid.js +2 -2
  235. package/dist/collection/components/header/header.js +2 -2
  236. package/dist/collection/components/img/img.js +1 -1
  237. package/dist/collection/components/infinite-scroll/infinite-scroll.js +1 -1
  238. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +2 -2
  239. package/dist/collection/components/input/input.js +13 -4
  240. package/dist/collection/components/input-password-toggle/input-password-toggle.js +3 -3
  241. package/dist/collection/components/item/item.js +1 -1
  242. package/dist/collection/components/item-divider/item-divider.js +2 -2
  243. package/dist/collection/components/item-group/item-group.js +1 -1
  244. package/dist/collection/components/item-option/item-option.js +2 -2
  245. package/dist/collection/components/item-options/item-options.js +1 -1
  246. package/dist/collection/components/item-sliding/item-sliding.js +1 -1
  247. package/dist/collection/components/label/label.js +2 -2
  248. package/dist/collection/components/list/list.js +1 -1
  249. package/dist/collection/components/list-header/list-header.js +2 -2
  250. package/dist/collection/components/loading/loading.js +2 -2
  251. package/dist/collection/components/menu/menu.js +2 -2
  252. package/dist/collection/components/menu-button/menu-button.js +2 -2
  253. package/dist/collection/components/menu-toggle/menu-toggle.js +2 -2
  254. package/dist/collection/components/modal/gestures/sheet.js +45 -20
  255. package/dist/collection/components/modal/modal.js +4 -4
  256. package/dist/collection/components/nav/nav.js +1 -1
  257. package/dist/collection/components/nav-link/nav-link.js +1 -1
  258. package/dist/collection/components/note/note.js +2 -2
  259. package/dist/collection/components/picker/picker.js +2 -2
  260. package/dist/collection/components/picker-column/picker-column.js +3 -3
  261. package/dist/collection/components/picker-column-option/picker-column-option.js +2 -2
  262. package/dist/collection/components/picker-legacy/picker.js +2 -2
  263. package/dist/collection/components/picker-legacy-column/picker-column.js +2 -2
  264. package/dist/collection/components/popover/popover.ios.css +0 -1
  265. package/dist/collection/components/popover/popover.js +2 -2
  266. package/dist/collection/components/popover/popover.md.css +0 -1
  267. package/dist/collection/components/popover/test/basic/popover.e2e.js +76 -0
  268. package/dist/collection/components/progress-bar/progress-bar.js +1 -1
  269. package/dist/collection/components/radio/radio.ios.css +1 -0
  270. package/dist/collection/components/radio/radio.js +3 -3
  271. package/dist/collection/components/radio/radio.md.css +1 -0
  272. package/dist/collection/components/radio-group/radio-group.js +1 -1
  273. package/dist/collection/components/range/range.js +3 -3
  274. package/dist/collection/components/refresher/refresher.js +1 -1
  275. package/dist/collection/components/refresher-content/refresher-content.js +1 -1
  276. package/dist/collection/components/reorder/reorder.js +1 -1
  277. package/dist/collection/components/reorder-group/reorder-group.js +1 -1
  278. package/dist/collection/components/ripple-effect/ripple-effect.js +1 -1
  279. package/dist/collection/components/router-link/router-link.js +2 -2
  280. package/dist/collection/components/router-outlet/router-outlet.js +1 -1
  281. package/dist/collection/components/row/row.js +1 -1
  282. package/dist/collection/components/searchbar/searchbar.js +5 -5
  283. package/dist/collection/components/segment/segment.js +2 -2
  284. package/dist/collection/components/segment-button/segment-button.js +3 -3
  285. package/dist/collection/components/select/select.js +2 -2
  286. package/dist/collection/components/select-option/select-option.js +1 -1
  287. package/dist/collection/components/select-popover/select-popover.js +1 -1
  288. package/dist/collection/components/skeleton-text/skeleton-text.js +2 -2
  289. package/dist/collection/components/spinner/spinner.js +1 -1
  290. package/dist/collection/components/split-pane/split-pane.js +2 -2
  291. package/dist/collection/components/tab/tab.js +2 -2
  292. package/dist/collection/components/tab-bar/tab-bar.js +2 -2
  293. package/dist/collection/components/tab-button/tab-button.js +2 -2
  294. package/dist/collection/components/tabs/tabs.js +1 -1
  295. package/dist/collection/components/text/text.js +2 -2
  296. package/dist/collection/components/textarea/textarea.js +2 -2
  297. package/dist/collection/components/thumbnail/thumbnail.js +1 -1
  298. package/dist/collection/components/title/title.js +2 -2
  299. package/dist/collection/components/toast/toast.js +2 -2
  300. package/dist/collection/components/toggle/test/enable-on-off-labels/toggle.e2e.js +51 -31
  301. package/dist/collection/components/toggle/toggle.ios.css +1 -0
  302. package/dist/collection/components/toggle/toggle.js +3 -3
  303. package/dist/collection/components/toggle/toggle.md.css +1 -0
  304. package/dist/collection/components/toolbar/test/basic/toolbar.e2e.js +133 -5
  305. package/dist/collection/components/toolbar/toolbar.js +2 -2
  306. package/dist/collection/utils/input-shims/hacks/scroll-assist.js +5 -5
  307. package/dist/collection/utils/test/playwright/page/utils/goto.js +12 -3
  308. package/dist/docs.json +31 -31
  309. package/dist/esm/{app-globals-b8e5e7fa.js → app-globals-3cbaf9d9.js} +1 -1
  310. package/dist/esm/{button-active-a411da52.js → button-active-9e3c1f3b.js} +1 -1
  311. package/dist/esm/{hardware-back-button-329c81fd.js → hardware-back-button-804f43bb.js} +2 -2
  312. package/dist/esm/index-5dc2b88e.js +11942 -0
  313. package/dist/esm/{index-10916999.js → index-8dbae644.js} +2 -2
  314. package/dist/esm/{index-f1f5de26.js → index-f7fbe1fb.js} +3 -3
  315. package/dist/esm/index.js +8 -8
  316. package/dist/esm/{input-shims-4530285e.js → input-shims-0314bbe5.js} +5 -5
  317. package/dist/esm/ion-accordion_2.entry.js +2 -2
  318. package/dist/esm/ion-action-sheet.entry.js +8 -8
  319. package/dist/esm/ion-alert.entry.js +7 -7
  320. package/dist/esm/ion-app_8.entry.js +22 -22
  321. package/dist/esm/ion-avatar_3.entry.js +6 -6
  322. package/dist/esm/ion-back-button.entry.js +4 -4
  323. package/dist/esm/ion-backdrop.entry.js +3 -3
  324. package/dist/esm/ion-breadcrumb_2.entry.js +8 -8
  325. package/dist/esm/ion-button_2.entry.js +6 -6
  326. package/dist/esm/ion-card_5.entry.js +10 -10
  327. package/dist/esm/ion-checkbox.entry.js +7 -7
  328. package/dist/esm/ion-chip.entry.js +4 -4
  329. package/dist/esm/ion-col_3.entry.js +7 -7
  330. package/dist/esm/ion-datetime-button.entry.js +4 -4
  331. package/dist/esm/ion-datetime_3.entry.js +10 -10
  332. package/dist/esm/ion-fab_3.entry.js +8 -8
  333. package/dist/esm/ion-img.entry.js +3 -3
  334. package/dist/esm/ion-infinite-scroll_2.entry.js +5 -5
  335. package/dist/esm/ion-input-password-toggle.entry.js +5 -5
  336. package/dist/esm/ion-input.entry.js +14 -5
  337. package/dist/esm/ion-item-option_3.entry.js +6 -6
  338. package/dist/esm/ion-item_8.entry.js +15 -15
  339. package/dist/esm/ion-loading.entry.js +6 -6
  340. package/dist/esm/ion-menu_3.entry.js +11 -11
  341. package/dist/esm/ion-modal.entry.js +52 -28
  342. package/dist/esm/ion-nav_2.entry.js +5 -5
  343. package/dist/esm/ion-picker-column-option.entry.js +4 -4
  344. package/dist/esm/ion-picker-column.entry.js +5 -5
  345. package/dist/esm/ion-picker.entry.js +3 -3
  346. package/dist/esm/ion-popover.entry.js +9 -9
  347. package/dist/esm/ion-progress-bar.entry.js +3 -3
  348. package/dist/esm/ion-radio_2.entry.js +8 -8
  349. package/dist/esm/ion-range.entry.js +5 -5
  350. package/dist/esm/ion-refresher_2.entry.js +4 -4
  351. package/dist/esm/ion-reorder_2.entry.js +4 -4
  352. package/dist/esm/ion-ripple-effect.entry.js +3 -3
  353. package/dist/esm/ion-route_4.entry.js +4 -4
  354. package/dist/esm/ion-searchbar.entry.js +6 -6
  355. package/dist/esm/ion-segment_2.entry.js +7 -7
  356. package/dist/esm/ion-select_3.entry.js +8 -8
  357. package/dist/esm/ion-spinner.entry.js +3 -3
  358. package/dist/esm/ion-split-pane.entry.js +4 -4
  359. package/dist/esm/ion-tab-bar_2.entry.js +6 -6
  360. package/dist/esm/ion-tab_2.entry.js +4 -4
  361. package/dist/esm/ion-text.entry.js +4 -4
  362. package/dist/esm/ion-textarea.entry.js +4 -4
  363. package/dist/esm/ion-toast.entry.js +6 -6
  364. package/dist/esm/ion-toggle.entry.js +7 -7
  365. package/dist/esm/{ionic-global-c4e0c089.js → ionic-global-d2d8f882.js} +1 -1
  366. package/dist/esm/ionic.js +31 -33
  367. package/dist/esm/{ios.transition-8e181a7e.js → ios.transition-a0041e41.js} +2 -2
  368. package/dist/esm/loader.js +4 -4
  369. package/dist/esm/{md.transition-f1c3c737.js → md.transition-0c0602d9.js} +2 -2
  370. package/dist/esm/{overlays-9472c98b.js → overlays-696d25f5.js} +2 -2
  371. package/dist/esm/{status-tap-39da9160.js → status-tap-37a74d1c.js} +1 -1
  372. package/dist/esm-es5/app-globals-3cbaf9d9.js +4 -0
  373. package/dist/esm-es5/{button-active-a411da52.js → button-active-9e3c1f3b.js} +1 -1
  374. package/dist/esm-es5/{hardware-back-button-329c81fd.js → hardware-back-button-804f43bb.js} +1 -1
  375. package/dist/esm-es5/index-5dc2b88e.js +18 -0
  376. package/dist/esm-es5/{index-10916999.js → index-8dbae644.js} +1 -1
  377. package/dist/esm-es5/{index-f1f5de26.js → index-f7fbe1fb.js} +1 -1
  378. package/dist/esm-es5/index.js +1 -1
  379. package/dist/esm-es5/input-shims-0314bbe5.js +4 -0
  380. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  381. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  382. package/dist/esm-es5/ion-alert.entry.js +1 -1
  383. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  384. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  385. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  386. package/dist/esm-es5/ion-backdrop.entry.js +1 -1
  387. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  388. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  389. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  390. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  391. package/dist/esm-es5/ion-chip.entry.js +1 -1
  392. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  393. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  394. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  395. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  396. package/dist/esm-es5/ion-img.entry.js +1 -1
  397. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  398. package/dist/esm-es5/ion-input-password-toggle.entry.js +1 -1
  399. package/dist/esm-es5/ion-input.entry.js +1 -1
  400. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  401. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  402. package/dist/esm-es5/ion-loading.entry.js +1 -1
  403. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  404. package/dist/esm-es5/ion-modal.entry.js +1 -1
  405. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  406. package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
  407. package/dist/esm-es5/ion-picker-column.entry.js +1 -1
  408. package/dist/esm-es5/ion-picker.entry.js +1 -1
  409. package/dist/esm-es5/ion-popover.entry.js +1 -1
  410. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  411. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  412. package/dist/esm-es5/ion-range.entry.js +1 -1
  413. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  414. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  415. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  416. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  417. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  418. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  419. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  420. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  421. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  422. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  423. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  424. package/dist/esm-es5/ion-text.entry.js +1 -1
  425. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  426. package/dist/esm-es5/ion-toast.entry.js +1 -1
  427. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  428. package/dist/esm-es5/{ionic-global-c4e0c089.js → ionic-global-d2d8f882.js} +1 -1
  429. package/dist/esm-es5/ionic.js +1 -1
  430. package/dist/esm-es5/{ios.transition-8e181a7e.js → ios.transition-a0041e41.js} +1 -1
  431. package/dist/esm-es5/loader.js +1 -1
  432. package/dist/esm-es5/md.transition-0c0602d9.js +4 -0
  433. package/dist/esm-es5/{overlays-9472c98b.js → overlays-696d25f5.js} +1 -1
  434. package/dist/esm-es5/{status-tap-39da9160.js → status-tap-37a74d1c.js} +1 -1
  435. package/dist/html.html-data.json +18 -18
  436. package/dist/ionic/index.esm.js +1 -1
  437. package/dist/ionic/ionic.esm.js +1 -1
  438. package/dist/ionic/ionic.js +1 -1
  439. package/dist/ionic/{p-6a7eac5a.js → p-051d2d23.js} +1 -1
  440. package/dist/ionic/p-057b5866.entry.js +4 -0
  441. package/dist/ionic/{p-546433d2.js → p-06d5221c.js} +1 -1
  442. package/dist/ionic/{p-266fc56e.system.js → p-06fad524.system.js} +1 -1
  443. package/dist/ionic/p-08c4d048.entry.js +4 -0
  444. package/dist/ionic/p-0af79ebd.entry.js +4 -0
  445. package/dist/ionic/{p-04070329.system.entry.js → p-0b12d1ee.system.entry.js} +1 -1
  446. package/dist/ionic/p-0d56dea9.entry.js +4 -0
  447. package/dist/ionic/p-0d960144.system.entry.js +4 -0
  448. package/dist/ionic/{p-4511ba0e.system.entry.js → p-13bfcef4.system.entry.js} +1 -1
  449. package/dist/ionic/{p-25575222.system.js → p-16016625.system.js} +1 -1
  450. package/dist/ionic/{p-d98c0112.entry.js → p-1930d8e7.entry.js} +1 -1
  451. package/dist/ionic/{p-5033128d.system.js → p-1980c728.system.js} +2 -2
  452. package/dist/ionic/{p-49b6fee0.system.entry.js → p-1a5227b3.system.entry.js} +1 -1
  453. package/dist/ionic/{p-9d7fc908.system.js → p-1e4d7975.system.js} +1 -1
  454. package/dist/ionic/{p-75cddcc9.js → p-20304962.js} +1 -1
  455. package/dist/ionic/p-23e440b6.entry.js +4 -0
  456. package/dist/ionic/{p-46111310.js → p-2690b1de.js} +1 -1
  457. package/dist/ionic/{p-58ea73f7.system.entry.js → p-26d33af2.system.entry.js} +1 -1
  458. package/dist/ionic/{p-2f6cedaf.system.entry.js → p-283fd4e1.system.entry.js} +1 -1
  459. package/dist/ionic/{p-4429fc97.system.entry.js → p-2a3e98fb.system.entry.js} +1 -1
  460. package/dist/ionic/{p-07ae133d.system.entry.js → p-2ab5db0d.system.entry.js} +1 -1
  461. package/dist/ionic/{p-c9c39c98.system.entry.js → p-2b1e669d.system.entry.js} +1 -1
  462. package/dist/ionic/{p-51b68ec9.system.entry.js → p-2c3c7cb9.system.entry.js} +2 -2
  463. package/dist/ionic/p-2dfdda15.system.entry.js +4 -0
  464. package/dist/ionic/{p-1672c4fd.system.entry.js → p-2f308f7f.system.entry.js} +2 -2
  465. package/dist/ionic/p-2fa34b5c.entry.js +4 -0
  466. package/dist/ionic/p-32048e4c.system.js +18 -0
  467. package/dist/ionic/{p-fbd30ec7.entry.js → p-320cfcab.entry.js} +1 -1
  468. package/dist/ionic/{p-88cff52d.entry.js → p-33d926c3.entry.js} +1 -1
  469. package/dist/ionic/{p-6994c97a.js → p-34511b1d.js} +1 -1
  470. package/dist/ionic/{p-75280815.entry.js → p-385964e6.entry.js} +1 -1
  471. package/dist/ionic/{p-0f2d99a6.entry.js → p-3f5b86b4.entry.js} +1 -1
  472. package/dist/ionic/{p-fb02eeec.system.entry.js → p-42f00e72.system.entry.js} +1 -1
  473. package/dist/ionic/{p-7df2c495.entry.js → p-4324e8a4.entry.js} +1 -1
  474. package/dist/ionic/{p-716ab5f8.system.entry.js → p-45034312.system.entry.js} +1 -1
  475. package/dist/ionic/{p-d79542bd.system.js → p-45664cb9.system.js} +1 -1
  476. package/dist/ionic/{p-c04d5a75.entry.js → p-470f73c4.entry.js} +1 -1
  477. package/dist/ionic/{p-fab4ecad.system.entry.js → p-48888af6.system.entry.js} +2 -2
  478. package/dist/ionic/p-49cdc4f2.entry.js +4 -0
  479. package/dist/ionic/p-4ad48ec9.system.entry.js +4 -0
  480. package/dist/ionic/p-4af0b730.js +8 -0
  481. package/dist/ionic/{p-3c70b01b.entry.js → p-4c153abb.entry.js} +1 -1
  482. package/dist/ionic/{p-71215c1d.system.js → p-4e5288de.system.js} +1 -1
  483. package/dist/ionic/{p-ac4e2a74.system.entry.js → p-4e548bd7.system.entry.js} +1 -1
  484. package/dist/ionic/p-4fcef939.entry.js +4 -0
  485. package/dist/ionic/{p-ff2323ba.system.entry.js → p-53a3b33c.system.entry.js} +1 -1
  486. package/dist/ionic/{p-049fa018.system.entry.js → p-567a21a2.system.entry.js} +1 -1
  487. package/dist/ionic/{p-100bedc4.system.entry.js → p-576786c0.system.entry.js} +1 -1
  488. package/dist/ionic/{p-76907c2f.system.entry.js → p-583f8865.system.entry.js} +1 -1
  489. package/dist/ionic/p-58f89707.js +4 -0
  490. package/dist/ionic/p-5a3a3373.entry.js +4 -0
  491. package/dist/ionic/{p-5e7c32e8.system.entry.js → p-5d3a8503.system.entry.js} +1 -1
  492. package/dist/ionic/p-5d4d89e0.system.entry.js +4 -0
  493. package/dist/ionic/p-5d80b741.entry.js +4 -0
  494. package/dist/ionic/{p-510578f3.system.entry.js → p-5fbc2eae.system.entry.js} +1 -1
  495. package/dist/ionic/{p-71688099.system.entry.js → p-5ff497dc.system.entry.js} +1 -1
  496. package/dist/ionic/p-63265e00.system.entry.js +4 -0
  497. package/dist/ionic/{p-cae889f9.entry.js → p-6730a2f1.entry.js} +1 -1
  498. package/dist/ionic/{p-3e3b34f7.system.entry.js → p-6e9bd6ba.system.entry.js} +1 -1
  499. package/dist/ionic/p-70181008.entry.js +4 -0
  500. package/dist/ionic/p-720927ad.entry.js +4 -0
  501. package/dist/ionic/p-748e6b2b.system.entry.js +4 -0
  502. package/dist/ionic/{p-ea4be6ac.system.js → p-7536b4b3.system.js} +1 -1
  503. package/dist/ionic/{p-c222f76a.js → p-77ce6034.js} +1 -1
  504. package/dist/ionic/{p-b689b8d4.entry.js → p-7ef5bb32.entry.js} +1 -1
  505. package/dist/ionic/p-7f59064a.entry.js +4 -0
  506. package/dist/ionic/{p-d2544865.system.js → p-806aad8f.system.js} +1 -1
  507. package/dist/ionic/{p-a1b4e619.system.entry.js → p-80f85095.system.entry.js} +1 -1
  508. package/dist/ionic/{p-d8067ea4.system.entry.js → p-819e8479.system.entry.js} +1 -1
  509. package/dist/ionic/p-8627f783.system.entry.js +4 -0
  510. package/dist/ionic/{p-df48edd6.entry.js → p-8664c316.entry.js} +1 -1
  511. package/dist/ionic/{p-7d9eefb3.system.js → p-8c4fc85f.system.js} +1 -1
  512. package/dist/ionic/{p-fb97326f.system.entry.js → p-8caca06c.system.entry.js} +1 -1
  513. package/dist/ionic/{p-a88fdfac.entry.js → p-8e031d97.entry.js} +1 -1
  514. package/dist/ionic/p-8f48c966.system.entry.js +4 -0
  515. package/dist/ionic/p-9384565a.entry.js +4 -0
  516. package/dist/ionic/{p-d5f48185.system.entry.js → p-93e43f42.system.entry.js} +1 -1
  517. package/dist/ionic/{p-e8a0e731.entry.js → p-94180ecc.entry.js} +1 -1
  518. package/dist/ionic/p-94731a92.system.entry.js +4 -0
  519. package/dist/ionic/p-9b31ebfa.entry.js +4 -0
  520. package/dist/ionic/{p-43505ff8.system.entry.js → p-a592f1b8.system.entry.js} +1 -1
  521. package/dist/ionic/p-a801da4b.system.entry.js +4 -0
  522. package/dist/ionic/{p-c1d1d004.system.entry.js → p-aa0ed22b.system.entry.js} +1 -1
  523. package/dist/ionic/{p-a8f02173.system.js → p-aa0f60b2.system.js} +1 -1
  524. package/dist/ionic/p-adb896a0.entry.js +4 -0
  525. package/dist/ionic/{p-a7ba2dcc.system.js → p-b0093947.system.js} +1 -1
  526. package/dist/ionic/{p-99daf8b7.entry.js → p-b571cab1.entry.js} +1 -1
  527. package/dist/ionic/{p-0bbb6edf.system.entry.js → p-b76bcd9e.system.entry.js} +1 -1
  528. package/dist/ionic/{p-d8f66669.entry.js → p-b799a007.entry.js} +1 -1
  529. package/dist/ionic/{p-3d6e882f.system.entry.js → p-bbbe3138.system.entry.js} +1 -1
  530. package/dist/ionic/p-bd6d9610.entry.js +4 -0
  531. package/dist/ionic/{p-fda4872f.entry.js → p-bdd3053f.entry.js} +1 -1
  532. package/dist/ionic/{p-8e9ac22d.entry.js → p-c07e7a5d.entry.js} +1 -1
  533. package/dist/ionic/{p-5da04d11.entry.js → p-c23627c3.entry.js} +1 -1
  534. package/dist/ionic/{p-0ebb1fe7.system.entry.js → p-c3ca0292.system.entry.js} +1 -1
  535. package/dist/ionic/p-c4676693.entry.js +4 -0
  536. package/dist/ionic/p-c62571da.entry.js +4 -0
  537. package/dist/ionic/{p-3040730e.js → p-c671b28e.js} +1 -1
  538. package/dist/ionic/p-c7e0b81a.entry.js +4 -0
  539. package/dist/ionic/p-c9ba1908.entry.js +4 -0
  540. package/dist/ionic/{p-4dd82d9d.system.js → p-cb4f96f3.system.js} +1 -1
  541. package/dist/ionic/p-cc856712.entry.js +4 -0
  542. package/dist/ionic/{p-f4cb521c.js → p-cd1b9056.js} +1 -1
  543. package/dist/ionic/{p-ea2c16b5.system.entry.js → p-cdee3a44.system.entry.js} +2 -2
  544. package/dist/ionic/{p-54f76ced.js → p-d11c336d.js} +1 -1
  545. package/dist/ionic/{p-83321ee8.entry.js → p-d1a8f599.entry.js} +1 -1
  546. package/dist/ionic/{p-68a1e274.system.entry.js → p-d6229f05.system.entry.js} +1 -1
  547. package/dist/ionic/p-d918e7ef.system.entry.js +4 -0
  548. package/dist/ionic/p-df062892.system.entry.js +4 -0
  549. package/dist/ionic/p-dfb78785.system.js +4 -0
  550. package/dist/ionic/{p-105f7d62.system.entry.js → p-e3005be4.system.entry.js} +1 -1
  551. package/dist/ionic/p-e49099b0.entry.js +4 -0
  552. package/dist/ionic/p-e885f3c4.entry.js +4 -0
  553. package/dist/ionic/{p-8bd567ba.system.entry.js → p-e9ef13be.system.entry.js} +1 -1
  554. package/dist/ionic/p-ebe0aa6d.entry.js +4 -0
  555. package/dist/ionic/p-ee3bbaf2.entry.js +4 -0
  556. package/dist/ionic/p-f0be340f.entry.js +4 -0
  557. package/dist/ionic/p-f5c42f72.entry.js +4 -0
  558. package/dist/ionic/p-fc94e18f.entry.js +4 -0
  559. package/dist/ionic/p-fd392e7f.system.entry.js +4 -0
  560. package/dist/ionic/p-fdf40b09.js +4 -0
  561. package/dist/types/components/datetime/utils/manipulation.d.ts +7 -7
  562. package/dist/types/components/datetime/utils/state.d.ts +2 -2
  563. package/dist/types/components/input/input.utils.d.ts +1 -1
  564. package/dist/types/components/modal/animations/sheet.d.ts +4 -4
  565. package/dist/types/components/refresher/refresher.utils.d.ts +2 -2
  566. package/dist/types/utils/framework-delegate.d.ts +1 -1
  567. package/dist/types/utils/keyboard/keyboard-controller.d.ts +1 -1
  568. package/hydrate/index.d.ts +1 -1
  569. package/hydrate/index.js +13690 -8472
  570. package/package.json +7 -7
  571. package/dist/cjs/index-af6d0fbb.js +0 -3300
  572. package/dist/esm/index-6e4709ff.js +0 -3262
  573. package/dist/esm-es5/app-globals-b8e5e7fa.js +0 -4
  574. package/dist/esm-es5/index-6e4709ff.js +0 -5
  575. package/dist/esm-es5/input-shims-4530285e.js +0 -4
  576. package/dist/esm-es5/md.transition-f1c3c737.js +0 -4
  577. package/dist/ionic/p-0aa4682e.entry.js +0 -4
  578. package/dist/ionic/p-0de546bb.entry.js +0 -4
  579. package/dist/ionic/p-17978fce.entry.js +0 -4
  580. package/dist/ionic/p-1b235142.entry.js +0 -4
  581. package/dist/ionic/p-1cff9cad.entry.js +0 -4
  582. package/dist/ionic/p-1f9cdee2.entry.js +0 -4
  583. package/dist/ionic/p-23b89985.entry.js +0 -4
  584. package/dist/ionic/p-2e12bda2.entry.js +0 -4
  585. package/dist/ionic/p-3391d9a3.entry.js +0 -4
  586. package/dist/ionic/p-352f7037.system.entry.js +0 -4
  587. package/dist/ionic/p-35b9e842.entry.js +0 -4
  588. package/dist/ionic/p-3f70bfba.entry.js +0 -4
  589. package/dist/ionic/p-46f407f0.system.js +0 -4
  590. package/dist/ionic/p-4a615fea.entry.js +0 -4
  591. package/dist/ionic/p-51ff648c.entry.js +0 -4
  592. package/dist/ionic/p-56c3b69c.entry.js +0 -4
  593. package/dist/ionic/p-596e0cf8.system.entry.js +0 -4
  594. package/dist/ionic/p-5ae49f12.entry.js +0 -4
  595. package/dist/ionic/p-5b1273f4.system.entry.js +0 -4
  596. package/dist/ionic/p-5d3f6707.entry.js +0 -4
  597. package/dist/ionic/p-65d26d94.system.entry.js +0 -4
  598. package/dist/ionic/p-6744e460.entry.js +0 -4
  599. package/dist/ionic/p-69bc14fd.entry.js +0 -4
  600. package/dist/ionic/p-6f4db5ce.system.entry.js +0 -4
  601. package/dist/ionic/p-74a9cafe.system.js +0 -5
  602. package/dist/ionic/p-7fc505bf.entry.js +0 -4
  603. package/dist/ionic/p-896111fa.entry.js +0 -4
  604. package/dist/ionic/p-9ad82dba.js +0 -5
  605. package/dist/ionic/p-a1f9f629.system.entry.js +0 -4
  606. package/dist/ionic/p-aa110ca0.system.entry.js +0 -4
  607. package/dist/ionic/p-aa4f2703.system.entry.js +0 -4
  608. package/dist/ionic/p-ab85debb.entry.js +0 -4
  609. package/dist/ionic/p-ac9f44a8.system.entry.js +0 -4
  610. package/dist/ionic/p-bb835b4d.system.entry.js +0 -4
  611. package/dist/ionic/p-c198e1e1.system.entry.js +0 -4
  612. package/dist/ionic/p-c41af68a.entry.js +0 -4
  613. package/dist/ionic/p-c80d05c9.js +0 -4
  614. package/dist/ionic/p-c8510ca2.entry.js +0 -4
  615. package/dist/ionic/p-c8f2b769.entry.js +0 -4
  616. package/dist/ionic/p-c99ccdc9.entry.js +0 -4
  617. package/dist/ionic/p-dc1372e0.entry.js +0 -4
  618. package/dist/ionic/p-df6fa126.entry.js +0 -4
  619. package/dist/ionic/p-eb3da535.system.entry.js +0 -4
  620. package/dist/ionic/p-ec2d3928.system.entry.js +0 -4
  621. package/dist/ionic/p-f0392d49.entry.js +0 -4
  622. package/dist/ionic/p-f818b01a.entry.js +0 -4
  623. package/dist/ionic/p-f94cbfe9.js +0 -4
@@ -4,10 +4,10 @@
4
4
  'use strict';
5
5
 
6
6
  const index$1 = require('./index-c8d52405.js');
7
- const hardwareBackButton = require('./hardware-back-button-ad9299b4.js');
7
+ const hardwareBackButton = require('./hardware-back-button-06ae4d9c.js');
8
8
  const index = require('./index-5915f9b3.js');
9
9
  const helpers = require('./helpers-afaa9001.js');
10
- const ionicGlobal = require('./ionic-global-1adf9bc4.js');
10
+ const ionicGlobal = require('./ionic-global-f3622afe.js');
11
11
  const animation = require('./animation-b4fdf128.js');
12
12
 
13
13
  /**
@@ -3,7 +3,7 @@
3
3
  */
4
4
  'use strict';
5
5
 
6
- const index = require('./index-af6d0fbb.js');
6
+ const index = require('./index-1437d080.js');
7
7
  const helpers = require('./helpers-afaa9001.js');
8
8
 
9
9
  const LIFECYCLE_WILL_ENTER = 'ionViewWillEnter';
@@ -12,8 +12,8 @@ const LIFECYCLE_WILL_LEAVE = 'ionViewWillLeave';
12
12
  const LIFECYCLE_DID_LEAVE = 'ionViewDidLeave';
13
13
  const LIFECYCLE_WILL_UNLOAD = 'ionViewWillUnload';
14
14
 
15
- const iosTransitionAnimation = () => Promise.resolve().then(function () { return require('./ios.transition-06673f18.js'); });
16
- const mdTransitionAnimation = () => Promise.resolve().then(function () { return require('./md.transition-4d7bb4b1.js'); });
15
+ const iosTransitionAnimation = () => Promise.resolve().then(function () { return require('./ios.transition-288dfa83.js'); });
16
+ const mdTransitionAnimation = () => Promise.resolve().then(function () { return require('./md.transition-6e5f6a8d.js'); });
17
17
  // TODO(FW-2832): types
18
18
  const transition = (opts) => {
19
19
  return new Promise((resolve, reject) => {
@@ -6,21 +6,21 @@
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
8
  const animation = require('./animation-b4fdf128.js');
9
- const index = require('./index-ff66cc7c.js');
10
- const ios_transition = require('./ios.transition-06673f18.js');
11
- const md_transition = require('./md.transition-4d7bb4b1.js');
9
+ const index = require('./index-c76a1d14.js');
10
+ const ios_transition = require('./ios.transition-288dfa83.js');
11
+ const md_transition = require('./md.transition-6e5f6a8d.js');
12
12
  const cubicBezier = require('./cubic-bezier-f2dccc53.js');
13
13
  const index$1 = require('./index-ee07ed59.js');
14
- const ionicGlobal = require('./ionic-global-1adf9bc4.js');
14
+ const ionicGlobal = require('./ionic-global-f3622afe.js');
15
15
  const helpers = require('./helpers-afaa9001.js');
16
16
  const config = require('./config-4f60b98a.js');
17
17
  const theme = require('./theme-d1c573d2.js');
18
- const index$2 = require('./index-5cf05f94.js');
19
- const overlays = require('./overlays-6487955a.js');
18
+ const index$2 = require('./index-57b504ac.js');
19
+ const overlays = require('./overlays-32cfd236.js');
20
20
  require('./index-c8d52405.js');
21
- require('./index-af6d0fbb.js');
21
+ require('./index-1437d080.js');
22
22
  require('./gesture-controller-9436f482.js');
23
- require('./hardware-back-button-ad9299b4.js');
23
+ require('./hardware-back-button-06ae4d9c.js');
24
24
  require('./index-5915f9b3.js');
25
25
  require('./framework-delegate-55f5683a.js');
26
26
 
@@ -340,7 +340,7 @@ const enableScrollAssist = (componentEl, inputEl, contentEl, footerEl, keyboardH
340
340
  const focusOut = () => {
341
341
  hasKeyboardBeenPresentedForTextField = false;
342
342
  index.win === null || index.win === void 0 ? void 0 : index.win.removeEventListener('ionKeyboardDidShow', keyboardShow);
343
- componentEl.removeEventListener('focusout', focusOut, true);
343
+ componentEl.removeEventListener('focusout', focusOut);
344
344
  };
345
345
  /**
346
346
  * When the input is about to receive
@@ -360,13 +360,13 @@ const enableScrollAssist = (componentEl, inputEl, contentEl, footerEl, keyboardH
360
360
  }
361
361
  jsSetFocus(componentEl, inputEl, contentEl, footerEl, keyboardHeight, addScrollPadding, disableClonedInput, platformHeight);
362
362
  index.win === null || index.win === void 0 ? void 0 : index.win.addEventListener('ionKeyboardDidShow', keyboardShow);
363
- componentEl.addEventListener('focusout', focusOut, true);
363
+ componentEl.addEventListener('focusout', focusOut);
364
364
  };
365
- componentEl.addEventListener('focusin', focusIn, true);
365
+ componentEl.addEventListener('focusin', focusIn);
366
366
  return () => {
367
- componentEl.removeEventListener('focusin', focusIn, true);
367
+ componentEl.removeEventListener('focusin', focusIn);
368
368
  index.win === null || index.win === void 0 ? void 0 : index.win.removeEventListener('ionKeyboardDidShow', keyboardShow);
369
- componentEl.removeEventListener('focusout', focusOut, true);
369
+ componentEl.removeEventListener('focusout', focusOut);
370
370
  };
371
371
  };
372
372
  /**
@@ -5,10 +5,10 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-af6d0fbb.js');
8
+ const index = require('./index-1437d080.js');
9
9
  const helpers = require('./helpers-afaa9001.js');
10
10
  const index$1 = require('./index-073c7cdc.js');
11
- const ionicGlobal = require('./ionic-global-1adf9bc4.js');
11
+ const ionicGlobal = require('./ionic-global-f3622afe.js');
12
12
  const index$2 = require('./index-5915f9b3.js');
13
13
 
14
14
  const accordionIosCss = ":host{display:block;position:relative;width:100%;background-color:var(--ion-background-color, #ffffff);overflow:hidden;z-index:0}:host(.accordion-expanding) ::slotted(ion-item[slot=header]),:host(.accordion-expanded) ::slotted(ion-item[slot=header]){--border-width:0px}:host(.accordion-animated){-webkit-transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}:host(.accordion-animated) #content{-webkit-transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}#content{overflow:hidden;will-change:max-height}:host(.accordion-collapsing) #content{max-height:0 !important}:host(.accordion-collapsed) #content{display:none}:host(.accordion-expanding) #content{max-height:0}:host(.accordion-expanding) #content-wrapper{overflow:auto}:host(.accordion-disabled) #header,:host(.accordion-readonly) #header,:host(.accordion-disabled) #content,:host(.accordion-readonly) #content{pointer-events:none}:host(.accordion-disabled) #header,:host(.accordion-disabled) #content{opacity:0.4}@media (prefers-reduced-motion: reduce){:host,#content{-webkit-transition:none !important;transition:none !important}}:host(.accordion-next) ::slotted(ion-item[slot=header]){--border-width:0.55px 0px 0.55px 0px}";
@@ -5,20 +5,20 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-af6d0fbb.js');
9
- const buttonActive = require('./button-active-bd13859e.js');
8
+ const index = require('./index-1437d080.js');
9
+ const buttonActive = require('./button-active-47528f4c.js');
10
10
  const helpers = require('./helpers-afaa9001.js');
11
11
  const lockController = require('./lock-controller-6585a42a.js');
12
- const overlays = require('./overlays-6487955a.js');
12
+ const overlays = require('./overlays-32cfd236.js');
13
13
  const theme = require('./theme-d1c573d2.js');
14
- const ionicGlobal = require('./ionic-global-1adf9bc4.js');
14
+ const ionicGlobal = require('./ionic-global-f3622afe.js');
15
15
  const animation = require('./animation-b4fdf128.js');
16
16
  require('./haptic-f6b37aa3.js');
17
17
  require('./capacitor-c04564bf.js');
18
18
  require('./index-c8d52405.js');
19
19
  require('./index-ee07ed59.js');
20
20
  require('./gesture-controller-9436f482.js');
21
- require('./hardware-back-button-ad9299b4.js');
21
+ require('./hardware-back-button-06ae4d9c.js');
22
22
  require('./framework-delegate-55f5683a.js');
23
23
  require('./index-5915f9b3.js');
24
24
 
@@ -297,12 +297,12 @@ const ActionSheet = class {
297
297
  const cancelButton = allButtons.find((b) => b.role === 'cancel');
298
298
  const buttons = allButtons.filter((b) => b.role !== 'cancel');
299
299
  const headerID = `action-sheet-${overlayIndex}-header`;
300
- return (index.h(index.Host, Object.assign({ key: 'b81b5301c2544d6474561047fa8f3cf1b27882fb', role: "dialog", "aria-modal": "true", "aria-labelledby": header !== undefined ? headerID : null, tabindex: "-1" }, htmlAttributes, { style: {
300
+ return (index.h(index.Host, Object.assign({ key: 'b640e9730af4bd9ec569884cf203c63102e0ea59', role: "dialog", "aria-modal": "true", "aria-labelledby": header !== undefined ? headerID : null, tabindex: "-1" }, htmlAttributes, { style: {
301
301
  zIndex: `${20000 + this.overlayIndex}`,
302
- }, class: Object.assign(Object.assign({ [mode]: true }, theme.getClassMap(this.cssClass)), { 'overlay-hidden': true, 'action-sheet-translucent': this.translucent }), onIonActionSheetWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }), index.h("ion-backdrop", { key: 'b98bfa2ed6b6c8f5648f5fe52968c7f79fd3557b', tappable: this.backdropDismiss }), index.h("div", { key: '15354a41ab7eb1014bb65638dad9daa7c8bf8167', tabindex: "0" }), index.h("div", { key: 'dff2e93f5f44b5f6488cf2a7da55563ce9a9cfdb', class: "action-sheet-wrapper ion-overlay-wrapper", ref: (el) => (this.wrapperEl = el) }, index.h("div", { key: '25981afc3a174fb44a6d97b4118b3a39792211c8', class: "action-sheet-container" }, index.h("div", { key: '5a9d5174b3fe7b59e08f8022df8ead909650da53', class: "action-sheet-group", ref: (el) => (this.groupEl = el) }, header !== undefined && (index.h("div", { id: headerID, class: {
302
+ }, class: Object.assign(Object.assign({ [mode]: true }, theme.getClassMap(this.cssClass)), { 'overlay-hidden': true, 'action-sheet-translucent': this.translucent }), onIonActionSheetWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }), index.h("ion-backdrop", { key: 'bcfa5b7ffb5c265ef54caa114e697ada11f20c12', tappable: this.backdropDismiss }), index.h("div", { key: '207ae95b5365ce1d76170a05bdf8c83c3ba5de42', tabindex: "0" }), index.h("div", { key: 'bf2b4e8d57c822a4ea2bbe6c34b1b2f2067e4c02', class: "action-sheet-wrapper ion-overlay-wrapper", ref: (el) => (this.wrapperEl = el) }, index.h("div", { key: '9c4841eb03ca1378c5abc1e3aafbbcfaaa43c345', class: "action-sheet-container" }, index.h("div", { key: 'fa438b8663f5d30852e5967da0471489efa783b2', class: "action-sheet-group", ref: (el) => (this.groupEl = el) }, header !== undefined && (index.h("div", { key: '2c600f1cd8314d65137fb1bfa180312b4791121a', id: headerID, class: {
303
303
  'action-sheet-title': true,
304
304
  'action-sheet-has-sub-title': this.subHeader !== undefined,
305
- } }, header, this.subHeader && index.h("div", { class: "action-sheet-sub-title" }, this.subHeader))), buttons.map((b) => (index.h("button", Object.assign({}, b.htmlAttributes, { type: "button", id: b.id, class: buttonClass(b), onClick: () => this.buttonClick(b), disabled: b.disabled }), index.h("span", { class: "action-sheet-button-inner" }, b.icon && index.h("ion-icon", { icon: b.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" }), b.text), mode === 'md' && index.h("ion-ripple-effect", null))))), cancelButton && (index.h("div", { class: "action-sheet-group action-sheet-group-cancel" }, index.h("button", Object.assign({}, cancelButton.htmlAttributes, { type: "button", class: buttonClass(cancelButton), onClick: () => this.buttonClick(cancelButton) }), index.h("span", { class: "action-sheet-button-inner" }, cancelButton.icon && (index.h("ion-icon", { icon: cancelButton.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" })), cancelButton.text), mode === 'md' && index.h("ion-ripple-effect", null)))))), index.h("div", { key: 'b1891248a8269c9077f48cd4af210072daf7c119', tabindex: "0" })));
305
+ } }, header, this.subHeader && index.h("div", { key: 'a98d6a3f7948733de22a07432e56255f11243b7b', class: "action-sheet-sub-title" }, this.subHeader))), buttons.map((b) => (index.h("button", Object.assign({}, b.htmlAttributes, { type: "button", id: b.id, class: buttonClass(b), onClick: () => this.buttonClick(b), disabled: b.disabled }), index.h("span", { class: "action-sheet-button-inner" }, b.icon && index.h("ion-icon", { icon: b.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" }), b.text), mode === 'md' && index.h("ion-ripple-effect", null))))), cancelButton && (index.h("div", { key: '5c5abd0e0b3d486ba2bfe437e28a23b2c7c4c955', class: "action-sheet-group action-sheet-group-cancel" }, index.h("button", Object.assign({ key: '520a23bbbe6c7436f5bc58bad162d7894b870e54' }, cancelButton.htmlAttributes, { type: "button", class: buttonClass(cancelButton), onClick: () => this.buttonClick(cancelButton) }), index.h("span", { key: '28c90f66786ee82316adc6cfd68d322d2038357d', class: "action-sheet-button-inner" }, cancelButton.icon && (index.h("ion-icon", { key: 'fd49fcea260c7addc9b07718eeb02d4fa6e4d900', icon: cancelButton.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" })), cancelButton.text), mode === 'md' && index.h("ion-ripple-effect", { key: 'c83f636e171fe77635a4fce2b97161447e10546a' })))))), index.h("div", { key: 'd304920fc7cb006b87542183a3224a7e460abd3d', tabindex: "0" })));
306
306
  }
307
307
  get el() { return index.getElement(this); }
308
308
  static get watchers() { return {
@@ -5,21 +5,21 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-af6d0fbb.js');
8
+ const index = require('./index-1437d080.js');
9
9
  const config = require('./config-4f60b98a.js');
10
- const buttonActive = require('./button-active-bd13859e.js');
10
+ const buttonActive = require('./button-active-47528f4c.js');
11
11
  const helpers = require('./helpers-afaa9001.js');
12
12
  const lockController = require('./lock-controller-6585a42a.js');
13
- const overlays = require('./overlays-6487955a.js');
13
+ const overlays = require('./overlays-32cfd236.js');
14
14
  const theme = require('./theme-d1c573d2.js');
15
- const ionicGlobal = require('./ionic-global-1adf9bc4.js');
15
+ const ionicGlobal = require('./ionic-global-f3622afe.js');
16
16
  const animation = require('./animation-b4fdf128.js');
17
17
  require('./haptic-f6b37aa3.js');
18
18
  require('./capacitor-c04564bf.js');
19
19
  require('./index-c8d52405.js');
20
20
  require('./index-ee07ed59.js');
21
21
  require('./gesture-controller-9436f482.js');
22
- require('./hardware-back-button-ad9299b4.js');
22
+ require('./hardware-back-button-06ae4d9c.js');
23
23
  require('./framework-delegate-55f5683a.js');
24
24
  require('./index-5915f9b3.js');
25
25
 
@@ -495,9 +495,9 @@ const Alert = class {
495
495
  * If neither is defined, don't set aria-labelledby.
496
496
  */
497
497
  const ariaLabelledBy = header ? hdrId : subHeader ? subHdrId : null;
498
- return (index.h(index.Host, Object.assign({ key: 'fe991967332781c792690760d63857f28e20e928', role: role, "aria-modal": "true", "aria-labelledby": ariaLabelledBy, "aria-describedby": message !== undefined ? msgId : null, tabindex: "-1" }, htmlAttributes, { style: {
498
+ return (index.h(index.Host, Object.assign({ key: 'b1875ea565c40a25915e26e61864f8c61d840ccc', role: role, "aria-modal": "true", "aria-labelledby": ariaLabelledBy, "aria-describedby": message !== undefined ? msgId : null, tabindex: "-1" }, htmlAttributes, { style: {
499
499
  zIndex: `${20000 + overlayIndex}`,
500
- }, class: Object.assign(Object.assign({}, theme.getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'alert-translucent': this.translucent }), onIonAlertWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }), index.h("ion-backdrop", { key: 'd2cf69281264c779cd583acc6466b67bbeffff77', tappable: this.backdropDismiss }), index.h("div", { key: 'cf1613444b085bf41326703a8ee39a0e7da4fbbd', tabindex: "0" }), index.h("div", { key: 'da4106c5da97987844b9404d968e895d3399d09b', class: "alert-wrapper ion-overlay-wrapper", ref: (el) => (this.wrapperEl = el) }, index.h("div", { key: '0880f30325c25f08a27f5feaf44c497c64318819', class: "alert-head" }, header && (index.h("h2", { id: hdrId, class: "alert-title" }, header)), subHeader && (index.h("h2", { id: subHdrId, class: "alert-sub-title" }, subHeader))), this.renderAlertMessage(msgId), this.renderAlertInputs(), this.renderAlertButtons()), index.h("div", { key: '20c5e7f555e64750e5043aa62a511f2b56cc9e42', tabindex: "0" })));
500
+ }, class: Object.assign(Object.assign({}, theme.getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'alert-translucent': this.translucent }), onIonAlertWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }), index.h("ion-backdrop", { key: '37d9d7d1a47bfa23c3bb8d8d9805f52a5bbedf61', tappable: this.backdropDismiss }), index.h("div", { key: '0134cc90b7f02dcdd13dfdc39a72f2259182de90', tabindex: "0" }), index.h("div", { key: 'ed054b063ec2d1847b3234d5bdf3e66054784ed7', class: "alert-wrapper ion-overlay-wrapper", ref: (el) => (this.wrapperEl = el) }, index.h("div", { key: 'fb81befae081424f03c64b434ffdd79bb1b00d0c', class: "alert-head" }, header && (index.h("h2", { key: '92596dfdd92c4f63c82ed86b4a2473b3110daae3', id: hdrId, class: "alert-title" }, header)), subHeader && (index.h("h2", { key: 'ba7a0734cf818224f453604ec638770ca61bfef6', id: subHdrId, class: "alert-sub-title" }, subHeader))), this.renderAlertMessage(msgId), this.renderAlertInputs(), this.renderAlertButtons()), index.h("div", { key: '41a2619836a4af5d158216ef14b49985c7941b78', tabindex: "0" })));
501
501
  }
502
502
  get el() { return index.getElement(this); }
503
503
  static get watchers() { return {
@@ -5,10 +5,10 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-af6d0fbb.js');
9
- const hardwareBackButton = require('./hardware-back-button-ad9299b4.js');
8
+ const index = require('./index-1437d080.js');
9
+ const hardwareBackButton = require('./hardware-back-button-06ae4d9c.js');
10
10
  const index$1 = require('./index-5915f9b3.js');
11
- const ionicGlobal = require('./ionic-global-1adf9bc4.js');
11
+ const ionicGlobal = require('./ionic-global-f3622afe.js');
12
12
  const helpers = require('./helpers-afaa9001.js');
13
13
  const dir = require('./dir-94c21456.js');
14
14
  const theme = require('./theme-d1c573d2.js');
@@ -17,7 +17,7 @@ const keyboardController = require('./keyboard-controller-c05e747a.js');
17
17
  const cubicBezier = require('./cubic-bezier-f2dccc53.js');
18
18
  const frameworkDelegate = require('./framework-delegate-55f5683a.js');
19
19
  const lockController = require('./lock-controller-6585a42a.js');
20
- const index$3 = require('./index-ff66cc7c.js');
20
+ const index$3 = require('./index-c76a1d14.js');
21
21
  require('./index-c8d52405.js');
22
22
  require('./keyboard-0272231f.js');
23
23
  require('./capacitor-c04564bf.js');
@@ -37,7 +37,7 @@ const App = class {
37
37
  Promise.resolve().then(function () { return require('./index-9509ecad.js'); }).then((module) => module.startTapClick(ionicGlobal.config));
38
38
  }
39
39
  if (ionicGlobal.config.getBoolean('statusTap', isHybrid)) {
40
- Promise.resolve().then(function () { return require('./status-tap-0be20572.js'); }).then((module) => module.startStatusTap());
40
+ Promise.resolve().then(function () { return require('./status-tap-c47ff5f5.js'); }).then((module) => module.startStatusTap());
41
41
  }
42
42
  if (ionicGlobal.config.getBoolean('inputShims', needInputShims())) {
43
43
  /**
@@ -45,9 +45,9 @@ const App = class {
45
45
  * platforms proceed into this block.
46
46
  */
47
47
  const platform = ionicGlobal.isPlatform(window, 'ios') ? 'ios' : 'android';
48
- Promise.resolve().then(function () { return require('./input-shims-20d639e6.js'); }).then((module) => module.startInputShims(ionicGlobal.config, platform));
48
+ Promise.resolve().then(function () { return require('./input-shims-9e59ef62.js'); }).then((module) => module.startInputShims(ionicGlobal.config, platform));
49
49
  }
50
- const hardwareBackButtonModule = await Promise.resolve().then(function () { return require('./hardware-back-button-ad9299b4.js'); });
50
+ const hardwareBackButtonModule = await Promise.resolve().then(function () { return require('./hardware-back-button-06ae4d9c.js'); });
51
51
  const supportsHardwareBackButtonEvents = isHybrid || hardwareBackButton.shouldUseCloseWatcher();
52
52
  if (ionicGlobal.config.getBoolean('hardwareBackButton', supportsHardwareBackButtonEvents)) {
53
53
  hardwareBackButtonModule.startHardwareBackButton();
@@ -86,7 +86,7 @@ const App = class {
86
86
  }
87
87
  render() {
88
88
  const mode = ionicGlobal.getIonMode(this);
89
- return (index.h(index.Host, { key: '02e6722398cfde7275ab9abdcce0f53a98f6b10f', class: {
89
+ return (index.h(index.Host, { key: 'a562850f242d9d45573e35efdd4bd178254677ef', class: {
90
90
  [mode]: true,
91
91
  'ion-page': true,
92
92
  'force-statusbar-padding': ionicGlobal.config.getBoolean('_forceStatusbarPadding'),
@@ -136,10 +136,10 @@ const Buttons = class {
136
136
  }
137
137
  render() {
138
138
  const mode = ionicGlobal.getIonMode(this);
139
- return (index.h(index.Host, { key: '3b78d2f2ebdc2a1720edb570270dd0228eef6ae5', class: {
139
+ return (index.h(index.Host, { key: '4e5ce9abb3f56e8c91e3eb58c2819300e61eba24', class: {
140
140
  [mode]: true,
141
141
  ['buttons-collapse']: this.collapse,
142
- } }, index.h("slot", { key: 'a48e728d5d5ecb29965c3a2c9ffa9516b5da5309' })));
142
+ } }, index.h("slot", { key: 'f2f360ec888b6e946b512fed07431fab47c61482' })));
143
143
  }
144
144
  };
145
145
  Buttons.style = {
@@ -475,7 +475,7 @@ const Content = class {
475
475
  const forceOverscroll = this.shouldForceOverscroll();
476
476
  const transitionShadow = mode === 'ios';
477
477
  this.resize();
478
- return (index.h(index.Host, { key: '133795359748c29c2f26f2c4b05315c1ee2ebf14', role: isMainContent ? 'main' : undefined, class: theme.createColorClasses(this.color, {
478
+ return (index.h(index.Host, { key: '98e9658e69c0bbe0113e4c1b89dd7b240334c039', role: isMainContent ? 'main' : undefined, class: theme.createColorClasses(this.color, {
479
479
  [mode]: true,
480
480
  'content-sizing': theme.hostContext('ion-popover', this.el),
481
481
  overscroll: forceOverscroll,
@@ -483,12 +483,12 @@ const Content = class {
483
483
  }), style: {
484
484
  '--offset-top': `${this.cTop}px`,
485
485
  '--offset-bottom': `${this.cBottom}px`,
486
- } }, index.h("div", { key: 'cec324eeb397b9947b48706a726a71c0a338c47b', ref: (el) => (this.backgroundContentEl = el), id: "background-content", part: "background" }), index.h("div", { key: 'da55ddf94fe7fba83e3625f08ce0561136911828', class: {
486
+ } }, index.h("div", { key: 'e89aa6ea09625846db52d63bdbf06c3c279a5ba4', ref: (el) => (this.backgroundContentEl = el), id: "background-content", part: "background" }), index.h("div", { key: '37925cf9d898ede58d5ac7b5a650c648033602a3', class: {
487
487
  'inner-scroll': true,
488
488
  'scroll-x': scrollX,
489
489
  'scroll-y': scrollY,
490
490
  overscroll: (scrollX || scrollY) && forceOverscroll,
491
- }, ref: (scrollEl) => (this.scrollEl = scrollEl), onScroll: this.scrollEvents ? (ev) => this.onScroll(ev) : undefined, part: "scroll" }, index.h("slot", { key: '5277456fa0cca2680fbb3ae48f90100ba16bf90d' })), transitionShadow ? (index.h("div", { class: "transition-effect" }, index.h("div", { class: "transition-cover" }), index.h("div", { class: "transition-shadow" }))) : null, index.h("slot", { key: 'e3dfb4aa64d29e5cc24e8b0cd75a7eb1e0d6954c', name: "fixed" })));
491
+ }, ref: (scrollEl) => (this.scrollEl = scrollEl), onScroll: this.scrollEvents ? (ev) => this.onScroll(ev) : undefined, part: "scroll" }, index.h("slot", { key: 'a40f964cacf0c2e2bdcf962791aaadb386d44323' })), transitionShadow ? (index.h("div", { class: "transition-effect" }, index.h("div", { class: "transition-cover" }), index.h("div", { class: "transition-shadow" }))) : null, index.h("slot", { key: 'd21886cff0bc417e1f5e3a436dddc079e967579b', name: "fixed" })));
492
492
  }
493
493
  get el() { return index.getElement(this); }
494
494
  };
@@ -656,7 +656,7 @@ const Footer = class {
656
656
  const mode = ionicGlobal.getIonMode(this);
657
657
  const tabs = this.el.closest('ion-tabs');
658
658
  const tabBar = tabs === null || tabs === void 0 ? void 0 : tabs.querySelector(':scope > ion-tab-bar');
659
- return (index.h(index.Host, { key: 'c6f57ef061d44a475dd2c3361e73199a1820e2ea', role: "contentinfo", class: {
659
+ return (index.h(index.Host, { key: 'ddc228f1a1e7fa4f707dccf74db2490ca3241137', role: "contentinfo", class: {
660
660
  [mode]: true,
661
661
  // Used internally for styling
662
662
  [`footer-${mode}`]: true,
@@ -664,7 +664,7 @@ const Footer = class {
664
664
  [`footer-translucent-${mode}`]: translucent,
665
665
  ['footer-toolbar-padding']: !this.keyboardVisible && (!tabBar || tabBar.slot !== 'bottom'),
666
666
  [`footer-collapse-${collapse}`]: collapse !== undefined,
667
- } }, mode === 'ios' && translucent && index.h("div", { class: "footer-background" }), index.h("slot", { key: '5f27edadd5c05c38d0ba9de0277bac675f5b36b3' })));
667
+ } }, mode === 'ios' && translucent && index.h("div", { key: 'e16ed4963ff94e06de77eb8038201820af73937c', class: "footer-background" }), index.h("slot", { key: 'f186934febf85d37133d9351a96c1a64b0a4b203' })));
668
668
  }
669
669
  get el() { return index.getElement(this); }
670
670
  };
@@ -986,14 +986,14 @@ const Header = class {
986
986
  const collapse = this.collapse || 'none';
987
987
  // banner role must be at top level, so remove role if inside a menu
988
988
  const roleType = theme.hostContext('ion-menu', this.el) ? 'none' : 'banner';
989
- return (index.h(index.Host, Object.assign({ key: '9f30ede40eaf89b3e0adbcd03e1d08d0d4ca762b', role: roleType, class: {
989
+ return (index.h(index.Host, Object.assign({ key: 'b6cc27f0b08afc9fcc889683525da765d80ba672', role: roleType, class: {
990
990
  [mode]: true,
991
991
  // Used internally for styling
992
992
  [`header-${mode}`]: true,
993
993
  [`header-translucent`]: this.translucent,
994
994
  [`header-collapse-${collapse}`]: true,
995
995
  [`header-translucent-${mode}`]: this.translucent,
996
- } }, inheritedAttributes), mode === 'ios' && translucent && index.h("div", { class: "header-background" }), index.h("slot", { key: '029aa484210e8dd5c5404a84c134d64a9100ba6e' })));
996
+ } }, inheritedAttributes), mode === 'ios' && translucent && index.h("div", { key: '395766d4dcee3398bc91960db21f922095292f14', class: "header-background" }), index.h("slot", { key: '09a67ece27b258ff1248805d43d92a49b2c6859a' })));
997
997
  }
998
998
  get el() { return index.getElement(this); }
999
999
  };
@@ -1178,7 +1178,7 @@ const RouterOutlet = class {
1178
1178
  return true;
1179
1179
  }
1180
1180
  render() {
1181
- return index.h("slot", { key: '4b9e950f5f918f4f85350c3af9959b8a37e09b2a' });
1181
+ return index.h("slot", { key: '44a7798b8574966f7fd699564b6006411a98a805' });
1182
1182
  }
1183
1183
  get el() { return index.getElement(this); }
1184
1184
  static get watchers() { return {
@@ -1218,11 +1218,11 @@ const ToolbarTitle = class {
1218
1218
  render() {
1219
1219
  const mode = ionicGlobal.getIonMode(this);
1220
1220
  const size = this.getSize();
1221
- return (index.h(index.Host, { key: '4e7a269caceb9cf7a71c3ba5dc15903a72203132', class: theme.createColorClasses(this.color, {
1221
+ return (index.h(index.Host, { key: '5cb49f3642fb3c937cdba729ab7d561213d9bce5', class: theme.createColorClasses(this.color, {
1222
1222
  [mode]: true,
1223
1223
  [`title-${size}`]: true,
1224
1224
  'title-rtl': document.dir === 'rtl',
1225
- }) }, index.h("div", { key: 'e42d43e85a57a2ac16579021df43ade524f1d9bf', class: "toolbar-title" }, index.h("slot", { key: '2319bcfdb2b79eec9c03db84bea2a9f133cc8576' }))));
1225
+ }) }, index.h("div", { key: 'f089bf6cff17ab109fec7de8b1bf96bf33bede1f', class: "toolbar-title" }, index.h("slot", { key: 'ed74c4e77126a309970ff719baa6ebaebb00d2e6' }))));
1226
1226
  }
1227
1227
  get el() { return index.getElement(this); }
1228
1228
  static get watchers() { return {
@@ -1290,10 +1290,10 @@ const Toolbar = class {
1290
1290
  this.childrenStyles.forEach((value) => {
1291
1291
  Object.assign(childStyles, value);
1292
1292
  });
1293
- return (index.h(index.Host, { key: 'f11da98ce3398f95930cd6f5b95783a5b658e206', class: Object.assign(Object.assign({}, childStyles), theme.createColorClasses(this.color, {
1293
+ return (index.h(index.Host, { key: 'af016bf9981a2d6182783c6643e2d460245ecc2f', class: Object.assign(Object.assign({}, childStyles), theme.createColorClasses(this.color, {
1294
1294
  [mode]: true,
1295
1295
  'in-toolbar': theme.hostContext('ion-toolbar', this.el),
1296
- })) }, index.h("div", { key: '2e473c8bebf448f411ec1a579f0c81eb05310c56', class: "toolbar-background" }), index.h("div", { key: 'cf2d7c69bc028410338942aaea37527c570ccec5', class: "toolbar-container" }, index.h("slot", { key: '445cbd5299188eef4761c605b4a8d20a61079590', name: "start" }), index.h("slot", { key: '77675b5c0c0afffe5251ba271f5db23f87339859', name: "secondary" }), index.h("div", { key: '7d5967c4ad6c0fca7573aa48da707c8b0dfcd052', class: "toolbar-content" }, index.h("slot", { key: 'ad5530d63df9ca101760fb9f71e3641c66e95b6c' })), index.h("slot", { key: '35837ac1b7a4a59f000149d480900bc19015b258', name: "primary" }), index.h("slot", { key: '504904cf46e2190dd0a3aa5b7855b5fc54f73726', name: "end" }))));
1296
+ })) }, index.h("div", { key: '437debb5b7c561b315d887ae8d47186cba5521ce', class: "toolbar-background" }), index.h("div", { key: '4c2429fa3e8526fedf456e4658be92d5dce8ca34', class: "toolbar-container" }, index.h("slot", { key: '4c07db12cfc48b4836b566449b854c24db308e3a', name: "start" }), index.h("slot", { key: '12855ec04622c09cc404f9b4f07f57a73e5770a0', name: "secondary" }), index.h("div", { key: '56f37d52c91de2b76910defbc9e5b7c1def3861c', class: "toolbar-content" }, index.h("slot", { key: 'c10ec3fdbea10a6388f4f510d45188f7fda1a371' })), index.h("slot", { key: 'c8ed49c6888faf35e71f2a8f4f6bf98fb0c34a25', name: "primary" }), index.h("slot", { key: '0251f3980082a092304f95cbc002bc8c633c5739', name: "end" }))));
1297
1297
  }
1298
1298
  get el() { return index.getElement(this); }
1299
1299
  };
@@ -5,8 +5,8 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-af6d0fbb.js');
9
- const ionicGlobal = require('./ionic-global-1adf9bc4.js');
8
+ const index = require('./index-1437d080.js');
9
+ const ionicGlobal = require('./ionic-global-f3622afe.js');
10
10
  const theme = require('./theme-d1c573d2.js');
11
11
 
12
12
  const avatarIosCss = ":host{border-radius:var(--border-radius);display:block}::slotted(ion-img),::slotted(img){border-radius:var(--border-radius);width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}:host{--border-radius:50%;width:48px;height:48px}";
@@ -20,7 +20,7 @@ const Avatar = class {
20
20
  index.registerInstance(this, hostRef);
21
21
  }
22
22
  render() {
23
- return (index.h(index.Host, { key: 'b40a506a0beeaea226fd92e420655a3d840fafa6', class: ionicGlobal.getIonMode(this) }, index.h("slot", { key: '185c90b5d7f790ca8e39907c4da6fa7aa532a837' })));
23
+ return (index.h(index.Host, { key: 'dc1e3cd535e419eebe5599574fd2393ebfde8bbc', class: ionicGlobal.getIonMode(this) }, index.h("slot", { key: 'edb8441c063ea592b41345ea97d88ecd90cb3052' })));
24
24
  }
25
25
  };
26
26
  Avatar.style = {
@@ -41,9 +41,9 @@ const Badge = class {
41
41
  }
42
42
  render() {
43
43
  const mode = ionicGlobal.getIonMode(this);
44
- return (index.h(index.Host, { key: 'cd1425d016a570b34dd42044fe79b42e6c984e86', class: theme.createColorClasses(this.color, {
44
+ return (index.h(index.Host, { key: '1253618692342bcf9487188402dc3d49ae0de480', class: theme.createColorClasses(this.color, {
45
45
  [mode]: true,
46
- }) }, index.h("slot", { key: '29d2258c9e242f5fc1d85e2df5288edcfb038c8b' })));
46
+ }) }, index.h("slot", { key: '71d65e203965ea37b94504a8a0a96beb52d4e356' })));
47
47
  }
48
48
  };
49
49
  Badge.style = {
@@ -59,7 +59,7 @@ const Thumbnail = class {
59
59
  index.registerInstance(this, hostRef);
60
60
  }
61
61
  render() {
62
- return (index.h(index.Host, { key: 'b1fe245cf42f0462336519d07afd6c91eef388cf', class: ionicGlobal.getIonMode(this) }, index.h("slot", { key: '5e0f575864fcd9ae03ec8f5f7eb915efcf568337' })));
62
+ return (index.h(index.Host, { key: '29ed7678be93e55afad58bd37a61db3a289a5d76', class: ionicGlobal.getIonMode(this) }, index.h("slot", { key: 'da1eb174d2544b9d452c98076f6e0abcda60099d' })));
63
63
  }
64
64
  };
65
65
  Thumbnail.style = IonThumbnailStyle0;
@@ -5,11 +5,11 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-af6d0fbb.js');
8
+ const index = require('./index-1437d080.js');
9
9
  const helpers = require('./helpers-afaa9001.js');
10
10
  const theme = require('./theme-d1c573d2.js');
11
11
  const index$1 = require('./index-073c7cdc.js');
12
- const ionicGlobal = require('./ionic-global-1adf9bc4.js');
12
+ const ionicGlobal = require('./ionic-global-f3622afe.js');
13
13
 
14
14
  const backButtonIosCss = ":host{--background:transparent;--color-focused:currentColor;--color-hover:currentColor;--icon-margin-top:0;--icon-margin-bottom:0;--icon-padding-top:0;--icon-padding-end:0;--icon-padding-bottom:0;--icon-padding-start:0;--margin-top:0;--margin-end:0;--margin-bottom:0;--margin-start:0;--min-width:auto;--min-height:auto;--padding-top:0;--padding-end:0;--padding-bottom:0;--padding-start:0;--opacity:1;--ripple-color:currentColor;--transition:background-color, opacity 100ms linear;display:none;min-width:var(--min-width);min-height:var(--min-height);color:var(--color);font-family:var(--ion-font-family, inherit);text-align:center;text-decoration:none;text-overflow:ellipsis;text-transform:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-font-kerning:none;font-kerning:none}ion-ripple-effect{color:var(--ripple-color)}:host(.ion-color) .button-native{color:var(--ion-color-base)}:host(.show-back-button){display:block}:host(.back-button-disabled){cursor:default;opacity:0.5;pointer-events:none}.button-native{border-radius:var(--border-radius);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-margin-start:var(--margin-start);margin-inline-start:var(--margin-start);-webkit-margin-end:var(--margin-end);margin-inline-end:var(--margin-end);margin-top:var(--margin-top);margin-bottom:var(--margin-bottom);-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;display:block;position:relative;width:100%;height:100%;min-height:inherit;-webkit-transition:var(--transition);transition:var(--transition);border:0;outline:none;background:var(--background);line-height:1;cursor:pointer;opacity:var(--opacity);overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.button-inner{display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;z-index:1}ion-icon{-webkit-padding-start:var(--icon-padding-start);padding-inline-start:var(--icon-padding-start);-webkit-padding-end:var(--icon-padding-end);padding-inline-end:var(--icon-padding-end);padding-top:var(--icon-padding-top);padding-bottom:var(--icon-padding-bottom);-webkit-margin-start:var(--icon-margin-start);margin-inline-start:var(--icon-margin-start);-webkit-margin-end:var(--icon-margin-end);margin-inline-end:var(--icon-margin-end);margin-top:var(--icon-margin-top);margin-bottom:var(--icon-margin-bottom);display:inherit;font-size:var(--icon-font-size);font-weight:var(--icon-font-weight);pointer-events:none}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}.button-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0}@media (any-hover: hover){:host(:hover) .button-native{color:var(--color-hover)}:host(:hover) .button-native::after{background:var(--background-hover);opacity:var(--background-hover-opacity)}}:host(.ion-color.ion-focused) .button-native{color:var(--ion-color-base)}@media (any-hover: hover){:host(.ion-color:hover) .button-native{color:var(--ion-color-base)}}:host(.in-toolbar:not(.in-toolbar-color)){color:var(--ion-toolbar-color, var(--color))}:host{--background-hover:transparent;--background-hover-opacity:1;--background-focused:currentColor;--background-focused-opacity:.1;--border-radius:4px;--color:var(--ion-color-primary, #0054e9);--icon-margin-end:1px;--icon-margin-start:-4px;--icon-font-size:1.6em;--min-height:32px;font-size:clamp(17px, 1.0625rem, 21.998px)}.button-native{-webkit-transform:translateZ(0);transform:translateZ(0);overflow:visible;z-index:99}:host(.ion-activated) .button-native{opacity:0.4}@media (any-hover: hover){:host(:hover){opacity:0.6}}";
15
15
  const IonBackButtonIosStyle0 = backButtonIosCss;
@@ -76,7 +76,7 @@ const BackButton = class {
76
76
  const showBackButton = defaultHref !== undefined;
77
77
  const mode = ionicGlobal.getIonMode(this);
78
78
  const ariaLabel = inheritedAttributes['aria-label'] || backButtonText || 'back';
79
- return (index.h(index.Host, { key: 'e233c0ccdeefd85b4e7170ca28beb2d528706db5', onClick: this.onClick, class: theme.createColorClasses(color, {
79
+ return (index.h(index.Host, { key: '8351c93a1812c94c979fb115f07a9ad7b3152188', onClick: this.onClick, class: theme.createColorClasses(color, {
80
80
  [mode]: true,
81
81
  button: true, // ion-buttons target .button
82
82
  'back-button-disabled': disabled,
@@ -86,7 +86,7 @@ const BackButton = class {
86
86
  'ion-activatable': true,
87
87
  'ion-focusable': true,
88
88
  'show-back-button': showBackButton,
89
- }) }, index.h("button", { key: 'a48e4ca9c1afefacc60766f910ea8349cdd3cce6', type: type, disabled: disabled, class: "button-native", part: "native", "aria-label": ariaLabel }, index.h("span", { key: '60bcc5fa226861b03b83a2b6fbad51284c295d4b', class: "button-inner" }, backButtonIcon && (index.h("ion-icon", { part: "icon", icon: backButtonIcon, "aria-hidden": "true", lazy: false, "flip-rtl": icon === undefined })), backButtonText && (index.h("span", { part: "text", "aria-hidden": "true", class: "button-text" }, backButtonText))), mode === 'md' && index.h("ion-ripple-effect", { type: this.rippleType }))));
89
+ }) }, index.h("button", { key: '991b8baa784dbfbdf8d3581cbbf6a858ac1f1e6e', type: type, disabled: disabled, class: "button-native", part: "native", "aria-label": ariaLabel }, index.h("span", { key: '929fcd83a4fdb00cf97ca803f234719171602a5e', class: "button-inner" }, backButtonIcon && (index.h("ion-icon", { key: '0c10d412ae8342d96f221e626b421c9abadac748', part: "icon", icon: backButtonIcon, "aria-hidden": "true", lazy: false, "flip-rtl": icon === undefined })), backButtonText && (index.h("span", { key: '96f505880a80f36ee8b8c78268b450f3629ee613', part: "text", "aria-hidden": "true", class: "button-text" }, backButtonText))), mode === 'md' && index.h("ion-ripple-effect", { key: '0aecf5d415c608069eb1a10043530bd0929b6383', type: this.rippleType }))));
90
90
  }
91
91
  get el() { return index.getElement(this); }
92
92
  };
@@ -5,8 +5,8 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-af6d0fbb.js');
9
- const ionicGlobal = require('./ionic-global-1adf9bc4.js');
8
+ const index = require('./index-1437d080.js');
9
+ const ionicGlobal = require('./ionic-global-f3622afe.js');
10
10
 
11
11
  const backdropIosCss = ":host{left:0;right:0;top:0;bottom:0;display:block;position:absolute;-webkit-transform:translateZ(0);transform:translateZ(0);contain:strict;cursor:pointer;opacity:0.01;-ms-touch-action:none;touch-action:none;z-index:2}:host(.backdrop-hide){background:transparent}:host(.backdrop-no-tappable){cursor:auto}:host{background-color:var(--ion-backdrop-color, #000)}";
12
12
  const IonBackdropIosStyle0 = backdropIosCss;
@@ -36,7 +36,7 @@ const Backdrop = class {
36
36
  }
37
37
  render() {
38
38
  const mode = ionicGlobal.getIonMode(this);
39
- return (index.h(index.Host, { key: 'edc9b82940adbb5fa740107bd2d12d02955606fa', tabindex: "-1", "aria-hidden": "true", class: {
39
+ return (index.h(index.Host, { key: 'c803b4302c8e722064feb03dafe3cb6e190b4f2b', tabindex: "-1", "aria-hidden": "true", class: {
40
40
  [mode]: true,
41
41
  'backdrop-hide': !this.visible,
42
42
  'backdrop-no-tappable': !this.tappable,
@@ -5,11 +5,11 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-af6d0fbb.js');
8
+ const index = require('./index-1437d080.js');
9
9
  const helpers = require('./helpers-afaa9001.js');
10
10
  const theme = require('./theme-d1c573d2.js');
11
11
  const index$1 = require('./index-073c7cdc.js');
12
- const ionicGlobal = require('./ionic-global-1adf9bc4.js');
12
+ const ionicGlobal = require('./ionic-global-f3622afe.js');
13
13
 
14
14
  const breadcrumbIosCss = ":host{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-align:center;align-items:center;color:var(--color);font-size:1rem;font-weight:400;line-height:1.5}.breadcrumb-native{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;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:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;outline:none;background:inherit}:host(.breadcrumb-disabled){cursor:default;opacity:0.5;pointer-events:none}:host(.breadcrumb-active){color:var(--color-active)}:host(.ion-focused){color:var(--color-focused)}:host(.ion-focused) .breadcrumb-native{background:var(--background-focused)}@media (any-hover: hover){:host(.ion-activatable:hover){color:var(--color-hover)}:host(.ion-activatable.in-breadcrumbs-color:hover),:host(.ion-activatable.ion-color:hover){color:var(--ion-color-shade)}}.breadcrumb-separator{display:-ms-inline-flexbox;display:inline-flex}:host(.breadcrumb-collapsed) .breadcrumb-native{display:none}:host(.in-breadcrumbs-color),:host(.in-breadcrumbs-color.breadcrumb-active){color:var(--ion-color-base)}:host(.in-breadcrumbs-color) .breadcrumb-separator{color:var(--ion-color-base)}:host(.ion-color){color:var(--ion-color-base)}:host(.in-toolbar-color),:host(.in-toolbar-color) .breadcrumb-separator{color:rgba(var(--ion-color-contrast-rgb), 0.8)}:host(.in-toolbar-color.breadcrumb-active){color:var(--ion-color-contrast)}.breadcrumbs-collapsed-indicator{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;-webkit-margin-start:14px;margin-inline-start:14px;-webkit-margin-end:14px;margin-inline-end:14px;margin-top:0;margin-bottom:0;display:-ms-flexbox;display:flex;-ms-flex:1 1 100%;flex:1 1 100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:32px;height:18px;border:0;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.breadcrumbs-collapsed-indicator ion-icon{margin-top:1px;font-size:1.375rem}:host{--color:var(--ion-color-step-850, var(--ion-text-color-step-150, #2d4665));--color-active:var(--ion-text-color, #03060b);--color-hover:var(--ion-text-color, #03060b);--color-focused:var(--color-active);--background-focused:var(--ion-color-step-50, var(--ion-background-color-step-50, rgba(233, 237, 243, 0.7)));font-size:clamp(16px, 1rem, 22px)}:host(.breadcrumb-active){font-weight:600}.breadcrumb-native{border-radius:4px;-webkit-padding-start:12px;padding-inline-start:12px;-webkit-padding-end:12px;padding-inline-end:12px;padding-top:5px;padding-bottom:5px;border:1px solid transparent}:host(.ion-focused) .breadcrumb-native{border-radius:8px}:host(.in-breadcrumbs-color.ion-focused) .breadcrumb-native,:host(.ion-color.ion-focused) .breadcrumb-native{background:rgba(var(--ion-color-base-rgb), 0.1);color:var(--ion-color-base)}:host(.ion-focused) ::slotted(ion-icon),:host(.in-breadcrumbs-color.ion-focused) ::slotted(ion-icon),:host(.ion-color.ion-focused) ::slotted(ion-icon){color:var(--ion-color-step-750, var(--ion-text-color-step-250, #445b78))}.breadcrumb-separator{color:var(--ion-color-step-550, var(--ion-text-color-step-450, #73849a))}::slotted(ion-icon){color:var(--ion-color-step-400, var(--ion-text-color-step-600, #92a0b3));font-size:min(1.125rem, 21.6px)}::slotted(ion-icon[slot=start]){-webkit-margin-end:8px;margin-inline-end:8px}::slotted(ion-icon[slot=end]){-webkit-margin-start:8px;margin-inline-start:8px}:host(.breadcrumb-active) ::slotted(ion-icon){color:var(--ion-color-step-850, var(--ion-text-color-step-150, #242d39))}.breadcrumbs-collapsed-indicator{border-radius:4px;background:var(--ion-color-step-100, var(--ion-background-color-step-100, #e9edf3));color:var(--ion-color-step-550, var(--ion-text-color-step-450, #73849a))}.breadcrumbs-collapsed-indicator:hover{opacity:0.45}.breadcrumbs-collapsed-indicator:focus{background:var(--ion-color-step-150, var(--ion-background-color-step-150, #d9e0ea))}.breadcrumbs-collapsed-indicator ion-icon{font-size:min(1.375rem, 22px)}";
15
15
  const IonBreadcrumbIosStyle0 = breadcrumbIosCss;
@@ -72,7 +72,7 @@ const Breadcrumb = class {
72
72
  // to show the separator as long as it isn't also the last breadcrumb
73
73
  // otherwise if not collapsed use the value in separator
74
74
  const showSeparator = last ? false : collapsed ? (showCollapsedIndicator && !last ? true : false) : separator;
75
- return (index.h(index.Host, { key: '7f6db640a81d6c44e22f5d7980b7e3c111c695f0', onClick: (ev) => theme.openURL(href, ev, routerDirection, routerAnimation), "aria-disabled": disabled ? 'true' : null, class: theme.createColorClasses(color, {
75
+ return (index.h(index.Host, { key: 'dfe55ad57f23e5da5f2e2c51fea99964812472e3', onClick: (ev) => theme.openURL(href, ev, routerDirection, routerAnimation), "aria-disabled": disabled ? 'true' : null, class: theme.createColorClasses(color, {
76
76
  [mode]: true,
77
77
  'breadcrumb-active': active,
78
78
  'breadcrumb-collapsed': collapsed,
@@ -82,15 +82,15 @@ const Breadcrumb = class {
82
82
  'in-toolbar-color': theme.hostContext('ion-toolbar[color]', this.el),
83
83
  'ion-activatable': clickable,
84
84
  'ion-focusable': clickable,
85
- }) }, index.h(TagType, Object.assign({ key: '897cbb8e7632ce86de24e71916392a6fecf40d6b' }, attrs, { class: "breadcrumb-native", part: "native", disabled: disabled, onFocus: this.onFocus, onBlur: this.onBlur }, inheritedAttributes), index.h("slot", { key: '8b420722f1cacc771903abb4bf86d7375cb60698', name: "start" }), index.h("slot", { key: '6945b283fbac7ca799de48938379c6f7b1926735' }), index.h("slot", { key: 'f27519c372bf6ab37d766ae945e3600baa3d2831', name: "end" })), showCollapsedIndicator && (index.h("button", { part: "collapsed-indicator", "aria-label": "Show more breadcrumbs", onClick: () => this.collapsedIndicatorClick(), ref: (collapsedEl) => (this.collapsedRef = collapsedEl), class: {
85
+ }) }, index.h(TagType, Object.assign({ key: 'e361b1f0e7de6dd5c5dd4f6deae72c2c8210466d' }, attrs, { class: "breadcrumb-native", part: "native", disabled: disabled, onFocus: this.onFocus, onBlur: this.onBlur }, inheritedAttributes), index.h("slot", { key: '9daeb45a8a28c89f3ad5751f71b8412197846371', name: "start" }), index.h("slot", { key: '4849e63cdffd6c712292745138b68730442c8b0d' }), index.h("slot", { key: '6edf9bac5aec06ccec2844efac2d9afa1d24cf57', name: "end" })), showCollapsedIndicator && (index.h("button", { key: 'de7f5faea75b44011b289d259265e2435a65874f', part: "collapsed-indicator", "aria-label": "Show more breadcrumbs", onClick: () => this.collapsedIndicatorClick(), ref: (collapsedEl) => (this.collapsedRef = collapsedEl), class: {
86
86
  'breadcrumbs-collapsed-indicator': true,
87
- } }, index.h("ion-icon", { "aria-hidden": "true", icon: index$1.ellipsisHorizontal, lazy: false }))), showSeparator && (
87
+ } }, index.h("ion-icon", { key: '957d8851af9c99dda263f34eff0b35a0fc212c32', "aria-hidden": "true", icon: index$1.ellipsisHorizontal, lazy: false }))), showSeparator && (
88
88
  /**
89
89
  * Separators should not be announced by narrators.
90
90
  * We add aria-hidden on the span so that this applies
91
91
  * to any custom separators too.
92
92
  */
93
- index.h("span", { class: "breadcrumb-separator", part: "separator", "aria-hidden": "true" }, index.h("slot", { name: "separator" }, mode === 'ios' ? (index.h("ion-icon", { icon: index$1.chevronForwardOutline, lazy: false, "flip-rtl": true })) : (index.h("span", null, "/")))))));
93
+ index.h("span", { key: '97d646c37c4c41ad6b12c3a543d1146fde06fc9a', class: "breadcrumb-separator", part: "separator", "aria-hidden": "true" }, index.h("slot", { key: '0429f671a986f2d7be1b1b69fc879e80806d2916', name: "separator" }, mode === 'ios' ? (index.h("ion-icon", { icon: index$1.chevronForwardOutline, lazy: false, "flip-rtl": true })) : (index.h("span", null, "/")))))));
94
94
  }
95
95
  get el() { return index.getElement(this); }
96
96
  };
@@ -204,12 +204,12 @@ const Breadcrumbs = class {
204
204
  render() {
205
205
  const { color, collapsed } = this;
206
206
  const mode = ionicGlobal.getIonMode(this);
207
- return (index.h(index.Host, { key: '9cef93113d7c0d0bcab67d7790d8df915236dd59', class: theme.createColorClasses(color, {
207
+ return (index.h(index.Host, { key: '18ffba1642f10cc2bc31440e84f23aa6f042e501', class: theme.createColorClasses(color, {
208
208
  [mode]: true,
209
209
  'in-toolbar': theme.hostContext('ion-toolbar', this.el),
210
210
  'in-toolbar-color': theme.hostContext('ion-toolbar[color]', this.el),
211
211
  'breadcrumbs-collapsed': collapsed,
212
- }) }, index.h("slot", { key: '6e6b0e0a3297de16bf08ec107bbce4bb5f00b28c', onSlotchange: this.slotChanged })));
212
+ }) }, index.h("slot", { key: '3db6d31590e3047889ce554d57d155c8ea2e1455', onSlotchange: this.slotChanged })));
213
213
  }
214
214
  get el() { return index.getElement(this); }
215
215
  static get watchers() { return {