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
@@ -25,11 +25,11 @@ const FabList = /*@__PURE__*/ proxyCustomElement(class FabList extends HTMLEleme
25
25
  }
26
26
  render() {
27
27
  const mode = getIonMode(this);
28
- return (h(Host, { key: '62d22c1907677360d91fc0386ab05379bcc9de8a', class: {
28
+ return (h(Host, { key: '64b33366447f66c7f979cfac56307fbb1a6fac1c', class: {
29
29
  [mode]: true,
30
30
  'fab-list-active': this.activated,
31
31
  [`fab-list-side-${this.side}`]: true,
32
- } }, h("slot", { key: '4f9b6b9620c0ec79006663c5981140184129b7ce' })));
32
+ } }, h("slot", { key: 'd9f474f7f20fd7e813db358fddc720534ca05bb6' })));
33
33
  }
34
34
  get el() { return this; }
35
35
  static get watchers() { return {
@@ -54,12 +54,12 @@ const Fab = /*@__PURE__*/ proxyCustomElement(class Fab extends HTMLElement {
54
54
  render() {
55
55
  const { horizontal, vertical, edge } = this;
56
56
  const mode = getIonMode(this);
57
- return (h(Host, { key: 'a25aae31396546595b21a760ced22ee92d2379d6', class: {
57
+ return (h(Host, { key: '8a310806d0e748d7ebb0ed3d9a2652038e0f2960', class: {
58
58
  [mode]: true,
59
59
  [`fab-horizontal-${horizontal}`]: horizontal !== undefined,
60
60
  [`fab-vertical-${vertical}`]: vertical !== undefined,
61
61
  'fab-edge': edge,
62
- } }, h("slot", { key: 'b01cc2572213bfa6c12111e32e2f7702e6d93621' })));
62
+ } }, h("slot", { key: '9394ef6d6e5b0410fa6ba212171f687fb178ce2d' })));
63
63
  }
64
64
  get el() { return this; }
65
65
  static get watchers() { return {
@@ -115,7 +115,7 @@ const Footer = /*@__PURE__*/ proxyCustomElement(class Footer extends HTMLElement
115
115
  const mode = getIonMode(this);
116
116
  const tabs = this.el.closest('ion-tabs');
117
117
  const tabBar = tabs === null || tabs === void 0 ? void 0 : tabs.querySelector(':scope > ion-tab-bar');
118
- return (h(Host, { key: 'c6f57ef061d44a475dd2c3361e73199a1820e2ea', role: "contentinfo", class: {
118
+ return (h(Host, { key: 'ddc228f1a1e7fa4f707dccf74db2490ca3241137', role: "contentinfo", class: {
119
119
  [mode]: true,
120
120
  // Used internally for styling
121
121
  [`footer-${mode}`]: true,
@@ -123,7 +123,7 @@ const Footer = /*@__PURE__*/ proxyCustomElement(class Footer extends HTMLElement
123
123
  [`footer-translucent-${mode}`]: translucent,
124
124
  ['footer-toolbar-padding']: !this.keyboardVisible && (!tabBar || tabBar.slot !== 'bottom'),
125
125
  [`footer-collapse-${collapse}`]: collapse !== undefined,
126
- } }, mode === 'ios' && translucent && h("div", { class: "footer-background" }), h("slot", { key: '5f27edadd5c05c38d0ba9de0277bac675f5b36b3' })));
126
+ } }, mode === 'ios' && translucent && h("div", { key: 'e16ed4963ff94e06de77eb8038201820af73937c', class: "footer-background" }), h("slot", { key: 'f186934febf85d37133d9351a96c1a64b0a4b203' })));
127
127
  }
128
128
  get el() { return this; }
129
129
  static get style() { return {
@@ -16,10 +16,10 @@ const Grid = /*@__PURE__*/ proxyCustomElement(class Grid extends HTMLElement {
16
16
  }
17
17
  render() {
18
18
  const mode = getIonMode(this);
19
- return (h(Host, { key: 'f16254ea58e52b57b2de5cb33a7e84ad544361af', class: {
19
+ return (h(Host, { key: '617127ecfabf9bf615bef1dda1be3fed5a065949', class: {
20
20
  [mode]: true,
21
21
  'grid-fixed': this.fixed,
22
- } }, h("slot", { key: '42f4eff0d912dc0112fa74d7de69f3a6a8e04a2e' })));
22
+ } }, h("slot", { key: 'c781fff853b093d8f44bdb7943bbc4f17c903803' })));
23
23
  }
24
24
  static get style() { return IonGridStyle0; }
25
25
  }, [1, "ion-grid", {
@@ -321,14 +321,14 @@ const Header = /*@__PURE__*/ proxyCustomElement(class Header extends HTMLElement
321
321
  const collapse = this.collapse || 'none';
322
322
  // banner role must be at top level, so remove role if inside a menu
323
323
  const roleType = hostContext('ion-menu', this.el) ? 'none' : 'banner';
324
- return (h(Host, Object.assign({ key: '9f30ede40eaf89b3e0adbcd03e1d08d0d4ca762b', role: roleType, class: {
324
+ return (h(Host, Object.assign({ key: 'b6cc27f0b08afc9fcc889683525da765d80ba672', role: roleType, class: {
325
325
  [mode]: true,
326
326
  // Used internally for styling
327
327
  [`header-${mode}`]: true,
328
328
  [`header-translucent`]: this.translucent,
329
329
  [`header-collapse-${collapse}`]: true,
330
330
  [`header-translucent-${mode}`]: this.translucent,
331
- } }, inheritedAttributes), mode === 'ios' && translucent && h("div", { class: "header-background" }), h("slot", { key: '029aa484210e8dd5c5404a84c134d64a9100ba6e' })));
331
+ } }, inheritedAttributes), mode === 'ios' && translucent && h("div", { key: '395766d4dcee3398bc91960db21f922095292f14', class: "header-background" }), h("slot", { key: '09a67ece27b258ff1248805d43d92a49b2c6859a' })));
332
332
  }
333
333
  get el() { return this; }
334
334
  static get style() { return {
@@ -78,7 +78,7 @@ const Img = /*@__PURE__*/ proxyCustomElement(class Img extends HTMLElement {
78
78
  render() {
79
79
  const { loadSrc, alt, onLoad, loadError, inheritedAttributes } = this;
80
80
  const { draggable } = inheritedAttributes;
81
- return (h(Host, { key: 'fa0d0e73693f4d5454dde2397a333143ab00a145', class: getIonMode(this) }, h("img", { key: '70198693643ab6a33816c6e1b0ed23b368208fbb', decoding: "async", src: loadSrc, alt: alt, onLoad: onLoad, onError: loadError, part: "image", draggable: isDraggable(draggable) })));
81
+ return (h(Host, { key: 'da600442894427dee1974a28e545613afac69fca', class: getIonMode(this) }, h("img", { key: '16df0c7069af86c0fa7ce5af598bc0f63b4eb71a', decoding: "async", src: loadSrc, alt: alt, onLoad: onLoad, onError: loadError, part: "image", draggable: isDraggable(draggable) })));
82
82
  }
83
83
  get el() { return this; }
84
84
  static get watchers() { return {
@@ -35,11 +35,11 @@ const InfiniteScrollContent = /*@__PURE__*/ proxyCustomElement(class InfiniteScr
35
35
  }
36
36
  render() {
37
37
  const mode = getIonMode(this);
38
- return (h(Host, { key: '44b11681f802fb0d1c565810f71f7672453e16ca', class: {
38
+ return (h(Host, { key: '7c16060dcfe2a0b0fb3e2f8f4c449589a76f1baa', class: {
39
39
  [mode]: true,
40
40
  // Used internally for styling
41
41
  [`infinite-scroll-content-${mode}`]: true,
42
- } }, h("div", { key: 'd7e7d5beedf1e22a009e87790ca024b8f15c462b', class: "infinite-loading" }, this.loadingSpinner && (h("div", { class: "infinite-loading-spinner" }, h("ion-spinner", { name: this.loadingSpinner }))), this.loadingText !== undefined && this.renderLoadingText())));
42
+ } }, h("div", { key: 'a94f4d8746e053dc718f97520bd7e48cb316443a', class: "infinite-loading" }, this.loadingSpinner && (h("div", { key: '10143d5d2a50a2a2bc5de1cee8e7ab51263bcf23', class: "infinite-loading-spinner" }, h("ion-spinner", { key: '8846e88191690d9c61a0b462889ed56fbfed8b0d', name: this.loadingSpinner }))), this.loadingText !== undefined && this.renderLoadingText())));
43
43
  }
44
44
  static get style() { return {
45
45
  ios: IonInfiniteScrollContentIosStyle0,
@@ -174,7 +174,7 @@ const InfiniteScroll = /*@__PURE__*/ proxyCustomElement(class InfiniteScroll ext
174
174
  render() {
175
175
  const mode = getIonMode(this);
176
176
  const disabled = this.disabled;
177
- return (h(Host, { key: 'be1a720fcf686dc48468de968d84ea58bfe0a06d', class: {
177
+ return (h(Host, { key: 'e844956795f69be33396ce4480aa7a54ad01b28c', class: {
178
178
  [mode]: true,
179
179
  'infinite-scroll-loading': this.isLoading,
180
180
  'infinite-scroll-enabled': !disabled,
@@ -70,16 +70,16 @@ const InputPasswordToggle = /*@__PURE__*/ proxyCustomElement(class InputPassword
70
70
  const showPasswordIcon = (_a = this.showIcon) !== null && _a !== void 0 ? _a : eye;
71
71
  const hidePasswordIcon = (_b = this.hideIcon) !== null && _b !== void 0 ? _b : eyeOff;
72
72
  const isPasswordVisible = type === 'text';
73
- return (h(Host, { key: '1cb075999e41c2fde3a3d6cafe6f37c9b5429299', class: createColorClasses(color, {
73
+ return (h(Host, { key: 'd9811e25bfeb2aa197352bb9be852e9e420739d5', class: createColorClasses(color, {
74
74
  [mode]: true,
75
- }) }, h("ion-button", { key: 'cfaaec221f530ecc475690b6508c2333e32ff609', mode: mode, color: color, fill: "clear", shape: "round", "aria-checked": isPasswordVisible ? 'true' : 'false', "aria-label": "show password", role: "switch", type: "button", onPointerDown: (ev) => {
75
+ }) }, h("ion-button", { key: '1eaea1442b248fb2b8d61538b27274e647a07804', mode: mode, color: color, fill: "clear", shape: "round", "aria-checked": isPasswordVisible ? 'true' : 'false', "aria-label": "show password", role: "switch", type: "button", onPointerDown: (ev) => {
76
76
  /**
77
77
  * This prevents mobile browsers from
78
78
  * blurring the input when the password toggle
79
79
  * button is activated.
80
80
  */
81
81
  ev.preventDefault();
82
- }, onClick: this.togglePasswordVisibility }, h("ion-icon", { key: 'dc0fc5fe8df4df4c145e29b30e589f159aab9cd9', slot: "icon-only", "aria-hidden": "true", icon: isPasswordVisible ? hidePasswordIcon : showPasswordIcon }))));
82
+ }, onClick: this.togglePasswordVisibility }, h("ion-icon", { key: '9c88de8f4631d9bde222ce2edf6950d639e04773', slot: "icon-only", "aria-hidden": "true", icon: isPasswordVisible ? hidePasswordIcon : showPasswordIcon }))));
83
83
  }
84
84
  get el() { return this; }
85
85
  static get watchers() { return {
@@ -175,6 +175,7 @@ const Input = /*@__PURE__*/ proxyCustomElement(class Input extends HTMLElement {
175
175
  * such as [type] in Angular.
176
176
  */
177
177
  this.onTypeChange();
178
+ this.debounceChanged();
178
179
  }
179
180
  componentDidRender() {
180
181
  var _a;
@@ -401,7 +402,7 @@ const Input = /*@__PURE__*/ proxyCustomElement(class Input extends HTMLElement {
401
402
  * TODO(FW-5592): Remove hasStartEndSlots condition
402
403
  */
403
404
  const labelShouldFloat = labelPlacement === 'stacked' || (labelPlacement === 'floating' && (hasValue || hasFocus || hasStartEndSlots));
404
- return (h(Host, { key: 'f1007469471c9610950749d87f1aa8165cea4dbb', class: createColorClasses(this.color, {
405
+ return (h(Host, { key: '083568e68a2970485e93a84ad3b837c117e03fed', class: createColorClasses(this.color, {
405
406
  [mode]: true,
406
407
  'has-value': hasValue,
407
408
  'has-focus': hasFocus,
@@ -412,14 +413,22 @@ const Input = /*@__PURE__*/ proxyCustomElement(class Input extends HTMLElement {
412
413
  'in-item': inItem,
413
414
  'in-item-color': hostContext('ion-item.ion-color', this.el),
414
415
  'input-disabled': disabled,
415
- }) }, h("label", { key: '12a5a2a2b942e4d7420b7e10b98dc3f5b15c6e28', class: "input-wrapper", htmlFor: inputId }, this.renderLabelContainer(), h("div", { key: '938381505753fbc842583215e32d74dd3a383742', class: "native-wrapper" }, h("slot", { key: '0e835fd6b94f7407696d4ab097a02c6e4b742fc9', name: "start" }), h("input", Object.assign({ key: '1835e2bbbdcaf8a80e3a7665536afb02d571bcb9', class: "native-input", ref: (input) => (this.nativeInput = input), id: inputId, disabled: disabled, autoCapitalize: this.autocapitalize, autoComplete: this.autocomplete, autoCorrect: this.autocorrect, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, min: this.min, max: this.max, minLength: this.minlength, maxLength: this.maxlength, multiple: this.multiple, name: this.name, pattern: this.pattern, placeholder: this.placeholder || '', readOnly: readonly, required: this.required, spellcheck: this.spellcheck, step: this.step, type: this.type, value: value, onInput: this.onInput, onChange: this.onChange, onBlur: this.onBlur, onFocus: this.onFocus, onKeyDown: this.onKeydown, onCompositionstart: this.onCompositionStart, onCompositionend: this.onCompositionEnd }, this.inheritedAttributes)), this.clearInput && !readonly && !disabled && (h("button", { "aria-label": "reset", type: "button", class: "input-clear-icon", onPointerDown: (ev) => {
416
+ }) }, h("label", { key: '5e6767a20b8ac61d5df69106f4ce11ecc46ae5bf', class: "input-wrapper", htmlFor: inputId }, this.renderLabelContainer(), h("div", { key: '4af8df127e8194b4eeb8b16936a36489aee17009', class: "native-wrapper" }, h("slot", { key: '90e925fa36a5c057a4ca5e03d5fcaf8e12e711ad', name: "start" }), h("input", Object.assign({ key: '0a5455e8c31beca48e08b97faa5e3e069822248f', class: "native-input", ref: (input) => (this.nativeInput = input), id: inputId, disabled: disabled, autoCapitalize: this.autocapitalize, autoComplete: this.autocomplete, autoCorrect: this.autocorrect, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, min: this.min, max: this.max, minLength: this.minlength, maxLength: this.maxlength, multiple: this.multiple, name: this.name, pattern: this.pattern, placeholder: this.placeholder || '', readOnly: readonly, required: this.required, spellcheck: this.spellcheck, step: this.step, type: this.type, value: value, onInput: this.onInput, onChange: this.onChange, onBlur: this.onBlur, onFocus: this.onFocus, onKeyDown: this.onKeydown, onCompositionstart: this.onCompositionStart, onCompositionend: this.onCompositionEnd }, this.inheritedAttributes)), this.clearInput && !readonly && !disabled && (h("button", { key: 'b9eab01b390581d20c861ae6a4c49bde0841f14c', "aria-label": "reset", type: "button", class: "input-clear-icon", onPointerDown: (ev) => {
416
417
  /**
417
418
  * This prevents mobile browsers from
418
419
  * blurring the input when the clear
419
420
  * button is activated.
420
421
  */
421
422
  ev.preventDefault();
422
- }, onClick: this.clearTextInput }, h("ion-icon", { "aria-hidden": "true", icon: mode === 'ios' ? closeCircle : closeSharp }))), h("slot", { key: 'bdcffc81c8d07c793a06d9880a02d7b94ddfff2e', name: "end" })), shouldRenderHighlight && h("div", { class: "input-highlight" })), this.renderBottomContent()));
423
+ }, onFocusin: (ev) => {
424
+ /**
425
+ * Prevent the focusin event from bubbling otherwise it will cause the focusin
426
+ * event listener in scroll assist to fire. When this fires, focus will be moved
427
+ * back to the input even if the clear button was never tapped. This poses issues
428
+ * for screen readers as it means users would be unable to swipe past the clear button.
429
+ */
430
+ ev.stopPropagation();
431
+ }, onClick: this.clearTextInput }, h("ion-icon", { key: '8284ba60924a42fd6d352d23441524f8a027e0ce', "aria-hidden": "true", icon: mode === 'ios' ? closeCircle : closeSharp }))), h("slot", { key: '8f3c04ecc32cb04a06ebb916b79071414b2a5263', name: "end" })), shouldRenderHighlight && h("div", { key: '7e97782b292fd140b3fe7f13de05dfafb4b0fa28', class: "input-highlight" })), this.renderBottomContent()));
423
432
  }
424
433
  get el() { return this; }
425
434
  static get watchers() { return {
@@ -21,11 +21,11 @@ const ItemDivider = /*@__PURE__*/ proxyCustomElement(class ItemDivider extends H
21
21
  }
22
22
  render() {
23
23
  const mode = getIonMode(this);
24
- return (h(Host, { key: '18d1b78568247bfbf0b0274971b752ace7531f58', class: createColorClasses(this.color, {
24
+ return (h(Host, { key: '6cff318230a9b2a9db529df154285d3dd9822efe', class: createColorClasses(this.color, {
25
25
  [mode]: true,
26
26
  'item-divider-sticky': this.sticky,
27
27
  item: true,
28
- }) }, h("slot", { key: 'cbf5fe1a9f4233a303d2366d1fc032d7c445f5c7', name: "start" }), h("div", { key: 'ca2608689325a350b23eb026053dd588ea3004e9', class: "item-divider-inner" }, h("div", { key: '00af1d58d5fc7995754a5266534cdf989a3294eb', class: "item-divider-wrapper" }, h("slot", { key: 'bfa2547fe8de49dcfbfccaeb46736182e514ffbc' })), h("slot", { key: '650dd1153d211eb992e69ff7e98c381cf0555e25', name: "end" }))));
28
+ }) }, h("slot", { key: 'eb50dfab74ab0fd13697db17ecd60e8fa0bf1750', name: "start" }), h("div", { key: '2806efd89d086f4fb844a479d9c095e1e0775713', class: "item-divider-inner" }, h("div", { key: '77b7d5fa987e5f1c26d8023cd1f974a8a263a3de', class: "item-divider-wrapper" }, h("slot", { key: 'dbafb0deb140a19a2a9748fd5b48760c39c6fd2e' })), h("slot", { key: 'ef9a848fe21e84ef21cd273b8a4d9f95f558175b', name: "end" }))));
29
29
  }
30
30
  get el() { return this; }
31
31
  static get style() { return {
@@ -17,7 +17,7 @@ const ItemGroup = /*@__PURE__*/ proxyCustomElement(class ItemGroup extends HTMLE
17
17
  }
18
18
  render() {
19
19
  const mode = getIonMode(this);
20
- return (h(Host, { key: '2443d9e64c1867a9582a2965ed9ac78263965d70', role: "group", class: {
20
+ return (h(Host, { key: 'f9ffe0290d3fa546494fe55f952d8554f2a8abf8', role: "group", class: {
21
21
  [mode]: true,
22
22
  // Used internally for styling
23
23
  [`item-group-${mode}`]: true,
@@ -43,12 +43,12 @@ const ItemOption = /*@__PURE__*/ proxyCustomElement(class ItemOption extends HTM
43
43
  href: this.href,
44
44
  target: this.target,
45
45
  };
46
- return (h(Host, { key: '85fe8f529ab0673f1ddba299473690590a1bca88', onClick: this.onClick, class: createColorClasses(this.color, {
46
+ return (h(Host, { key: '89310624997821858c1abde60c0ffb142ca466e0', onClick: this.onClick, class: createColorClasses(this.color, {
47
47
  [mode]: true,
48
48
  'item-option-disabled': disabled,
49
49
  'item-option-expandable': expandable,
50
50
  'ion-activatable': true,
51
- }) }, h(TagType, Object.assign({ key: 'cde9bca980cb5589204017d80483baab0996586e' }, attrs, { class: "button-native", part: "native", disabled: disabled }), h("span", { key: 'e2b7886b53b0b85d81fbfd9209c2989673cdb863', class: "button-inner" }, h("slot", { key: 'eaf089857ff0a22d3a9c12574596002e32a28c75', name: "top" }), h("div", { key: '12f5d46fe5b8b5d2a5d2bd9e4782376c5af86f1c', class: "horizontal-wrapper" }, h("slot", { key: 'ba6d89b7c7f9470f73e17808f90d578fbcceba48', name: "start" }), h("slot", { key: '22ad963dd37ae40c03a5723c3e3b05970f40d871', name: "icon-only" }), h("slot", { key: 'a1596a1961b5757828fafaa9edf9da3381482ff3' }), h("slot", { key: 'ad0d2b50de279a712e18985ce9aceda7b5d45712', name: "end" })), h("slot", { key: '2940933c947f7e2d9875f0fb980aff392d5ea7fa', name: "bottom" })), mode === 'md' && h("ion-ripple-effect", null))));
51
+ }) }, h(TagType, Object.assign({ key: 'e4dfbb3048eed03a7f7e84c6f75545e0ca9b45fb' }, attrs, { class: "button-native", part: "native", disabled: disabled }), h("span", { key: 'dffcf437fbdc15f2e7a19e60a015e90c73c8377d', class: "button-inner" }, h("slot", { key: '48a23512e0601e062118d8b2c46c8bb96f25509f', name: "top" }), h("div", { key: '952a9a9aa3a476aa1f4408d7e208bf9e916b8c30', class: "horizontal-wrapper" }, h("slot", { key: 'f8d18a61c1ecec4a22a55443cf72bbc51383b64f', name: "start" }), h("slot", { key: '1f9f219e6f879d2e0bf6d80cf0d3f518eb14ce0e', name: "icon-only" }), h("slot", { key: 'a55adcdbe68131e5b1855c2dd45dd9454ab544fb' }), h("slot", { key: '3c4c85a4fbb7efc797d8bc5adf6d238da022ff9f', name: "end" })), h("slot", { key: '503c7e4b306745c523f57f24399ea06ba9b1e21d', name: "bottom" })), mode === 'md' && h("ion-ripple-effect", { key: 'b0e270b0c4f3ff9f9b6d74bad12a9278d7633226' }))));
52
52
  }
53
53
  get el() { return this; }
54
54
  static get style() { return {
@@ -27,7 +27,7 @@ const ItemOptions = /*@__PURE__*/ proxyCustomElement(class ItemOptions extends H
27
27
  render() {
28
28
  const mode = getIonMode(this);
29
29
  const isEnd = isEndSide(this.side);
30
- return (h(Host, { key: 'ac0cec6a2ea83c9633c10bce379ffdcc99221b52', class: {
30
+ return (h(Host, { key: '6d91399d2aaaa81d514d0bbc8dffe53eeec25d36', class: {
31
31
  [mode]: true,
32
32
  // Used internally for styling
33
33
  [`item-options-${mode}`]: true,
@@ -393,7 +393,7 @@ const ItemSliding = /*@__PURE__*/ proxyCustomElement(class ItemSliding extends H
393
393
  }
394
394
  render() {
395
395
  const mode = getIonMode(this);
396
- return (h(Host, { key: 'ae9da267d130e2875b2d854952b70daa739effd8', class: {
396
+ return (h(Host, { key: '47a3edd2ef2080ed9cfc2784277dea09785c7dc4', class: {
397
397
  [mode]: true,
398
398
  'item-sliding-active-slide': this.state !== 2 /* SlidingState.Disabled */,
399
399
  'item-sliding-active-options-end': (this.state & 8 /* SlidingState.End */) !== 0,
@@ -256,9 +256,9 @@ const Loading = /*@__PURE__*/ proxyCustomElement(class Loading extends HTMLEleme
256
256
  * Otherwise, don't set aria-labelledby.
257
257
  */
258
258
  const ariaLabelledBy = message !== undefined ? msgId : null;
259
- return (h(Host, Object.assign({ key: '255c2d52a0788769ca8ac027eababc903f525d0e', role: "dialog", "aria-modal": "true", "aria-labelledby": ariaLabelledBy, tabindex: "-1" }, htmlAttributes, { style: {
259
+ return (h(Host, Object.assign({ key: 'f48fc35c38f3c200f39a44f3e741c1676057248e', role: "dialog", "aria-modal": "true", "aria-labelledby": ariaLabelledBy, tabindex: "-1" }, htmlAttributes, { style: {
260
260
  zIndex: `${40000 + this.overlayIndex}`,
261
- }, onIonBackdropTap: this.onBackdropTap, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'loading-translucent': this.translucent }) }), h("ion-backdrop", { key: 'd3a70d4e67a6578b01a82f97cb54f79342e7fd62', visible: this.showBackdrop, tappable: this.backdropDismiss }), h("div", { key: '9641470dc2f759e674cd176662c12161bf22e078', tabindex: "0" }), h("div", { key: 'a1b986633eff28e8da49eec08dfb27acab63a88e', class: "loading-wrapper ion-overlay-wrapper" }, spinner && (h("div", { class: "loading-spinner" }, h("ion-spinner", { name: spinner, "aria-hidden": "true" }))), message !== undefined && this.renderLoadingMessage(msgId)), h("div", { key: 'ab8a43e8d71756be287f92961ebdc0bbe2d1882b', tabindex: "0" })));
261
+ }, onIonBackdropTap: this.onBackdropTap, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'loading-translucent': this.translucent }) }), h("ion-backdrop", { key: 'e46058f693235c8ce5474df167595f6a80e4559d', visible: this.showBackdrop, tappable: this.backdropDismiss }), h("div", { key: '2ecd77581a2f130616033b8a78fb9da9d508b588', tabindex: "0" }), h("div", { key: '0243f93c41684f30c81623a8fbb533fd8f17b679', class: "loading-wrapper ion-overlay-wrapper" }, spinner && (h("div", { key: '0643bc42b6e691580d29af27ea5a9fe395a6c5ce', class: "loading-spinner" }, h("ion-spinner", { key: 'f0417802dfbcad6ab9903b84bad692eedd326c88', name: spinner, "aria-hidden": "true" }))), message !== undefined && this.renderLoadingMessage(msgId)), h("div", { key: '3d3a256fe1074bda91cd09212460aa6460c4c723', tabindex: "0" })));
262
262
  }
263
263
  get el() { return this; }
264
264
  static get watchers() { return {
@@ -51,7 +51,7 @@ const MenuButton = /*@__PURE__*/ proxyCustomElement(class MenuButton extends HTM
51
51
  type: this.type,
52
52
  };
53
53
  const ariaLabel = inheritedAttributes['aria-label'] || 'menu';
54
- return (h(Host, { key: '1588897aeaefa91e13ed15927f2eeaebc01e8f18', onClick: this.onClick, "aria-disabled": disabled ? 'true' : null, "aria-hidden": hidden ? 'true' : null, class: createColorClasses(color, {
54
+ return (h(Host, { key: '7ec29715ce7926b7c2b08f3d9cac8aaa16b3dc28', onClick: this.onClick, "aria-disabled": disabled ? 'true' : null, "aria-hidden": hidden ? 'true' : null, class: createColorClasses(color, {
55
55
  [mode]: true,
56
56
  button: true, // ion-buttons target .button
57
57
  'menu-button-hidden': hidden,
@@ -60,7 +60,7 @@ const MenuButton = /*@__PURE__*/ proxyCustomElement(class MenuButton extends HTM
60
60
  'in-toolbar-color': hostContext('ion-toolbar[color]', this.el),
61
61
  'ion-activatable': true,
62
62
  'ion-focusable': true,
63
- }) }, h("button", Object.assign({ key: 'cb4e5b3d2095e15a53fa24ac65209162ec635476' }, attrs, { disabled: disabled, class: "button-native", part: "native", "aria-label": ariaLabel }), h("span", { key: '1c2f499b40e8b9b18e3cb0ed28bbcca01e6d777f', class: "button-inner" }, h("slot", { key: 'df2f969098b5779f54c2d51b4816c7b78b45c860' }, h("ion-icon", { key: 'd093d7377c7f1a5a47b3cc319b36e5087421cf4c', part: "icon", icon: menuIcon, mode: mode, lazy: false, "aria-hidden": "true" }))), mode === 'md' && h("ion-ripple-effect", { type: "unbounded" }))));
63
+ }) }, h("button", Object.assign({ key: 'd4c5929264af3ba0328118bcc27d2ab7ef5d3809' }, attrs, { disabled: disabled, class: "button-native", part: "native", "aria-label": ariaLabel }), h("span", { key: '7bfa6e9a93105486623d044861e879ec79ff64f1', class: "button-inner" }, h("slot", { key: '071ab58e285832fc188706166f5547d45d501ac5' }, h("ion-icon", { key: '918ec5d791921de9821c347af4f65f97dd94aabf', part: "icon", icon: menuIcon, mode: mode, lazy: false, "aria-hidden": "true" }))), mode === 'md' && h("ion-ripple-effect", { key: '00ffdd53f635e706c1dbd01b8e7944498650fe81', type: "unbounded" }))));
64
64
  }
65
65
  get el() { return this; }
66
66
  static get style() { return {
@@ -30,10 +30,10 @@ const MenuToggle = /*@__PURE__*/ proxyCustomElement(class MenuToggle extends HTM
30
30
  render() {
31
31
  const mode = getIonMode(this);
32
32
  const hidden = this.autoHide && !this.visible;
33
- return (h(Host, { key: '63bcdda9e9917133893d92284b9a91dfe38596a9', onClick: this.onClick, "aria-hidden": hidden ? 'true' : null, class: {
33
+ return (h(Host, { key: '7c27ea5b0795676bf5cb33e1f83aa142c197f64e', onClick: this.onClick, "aria-hidden": hidden ? 'true' : null, class: {
34
34
  [mode]: true,
35
35
  'menu-toggle-hidden': hidden,
36
- } }, h("slot", { key: 'a3ecc57b11c04b2f9911e5703ea0c6f66515b2f2' })));
36
+ } }, h("slot", { key: '69f187becedc0fe34603d41d279f043cf0fdf776' })));
37
37
  }
38
38
  static get style() { return IonMenuToggleStyle0; }
39
39
  }, [1, "ion-menu-toggle", {
@@ -596,14 +596,14 @@ const Menu = /*@__PURE__*/ proxyCustomElement(class Menu extends HTMLElement {
596
596
  * the ionBackButton listener in the menu controller
597
597
  * will handle closing the menu when Escape is pressed.
598
598
  */
599
- return (h(Host, { key: 'f5f151ca5bf4963c0300656327bb9c38bc7869fb', onKeyDown: shouldUseCloseWatcher() ? null : this.onKeydown, role: "navigation", "aria-label": inheritedAttributes['aria-label'] || 'menu', class: {
599
+ return (h(Host, { key: '68ea0bdf902c1f6369db93d69cacc0f30e1df32b', onKeyDown: shouldUseCloseWatcher() ? null : this.onKeydown, role: "navigation", "aria-label": inheritedAttributes['aria-label'] || 'menu', class: {
600
600
  [mode]: true,
601
601
  [`menu-type-${type}`]: true,
602
602
  'menu-enabled': !disabled,
603
603
  [`menu-side-${side}`]: true,
604
604
  'menu-pane-visible': isPaneVisible,
605
605
  'split-pane-side': hostContext('ion-split-pane', el),
606
- } }, h("div", { key: '39ddd64f884cc667e45f99a2922077d87f209205', class: "menu-inner", part: "container", ref: (el) => (this.menuInnerEl = el) }, h("slot", { key: '1ccce2c24ec0dfc81a34580c8be60c69c68d2d2d' })), h("ion-backdrop", { key: 'cf2bdf7f4171a4ada3cb55dd15f6b921b626a347', ref: (el) => (this.backdropEl = el), class: "menu-backdrop", tappable: false, stopPropagation: false, part: "backdrop" })));
606
+ } }, h("div", { key: '7f32097faa4dcf64a568c7cf4b8397bbffc9f7a4', class: "menu-inner", part: "container", ref: (el) => (this.menuInnerEl = el) }, h("slot", { key: '3d4fbc9142297708aa1b31eed875afe6ea79de04' })), h("ion-backdrop", { key: 'f29f4615913da302212d54a43dce94ca5bfa86a5', ref: (el) => (this.backdropEl = el), class: "menu-backdrop", tappable: false, stopPropagation: false, part: "backdrop" })));
607
607
  }
608
608
  get el() { return this; }
609
609
  static get watchers() { return {
@@ -858,19 +858,32 @@ const createSheetGesture = (baseEl, backdropEl, wrapperEl, initialBreakpoint, ba
858
858
  }
859
859
  const canStart = (detail) => {
860
860
  /**
861
- * If the sheet is fully expanded and
862
- * the user is swiping on the content,
863
- * the gesture should not start to
864
- * allow for scrolling on the content.
861
+ * If we are swiping on the content, swiping should only be possible if the content
862
+ * is scrolled all the way to the top so that we do not interfere with scrolling.
863
+ *
864
+ * We cannot assume that the `ion-content` target will remain consistent between swipes.
865
+ * For example, when using ion-nav within a modal it is possible to swipe, push a view,
866
+ * and then swipe again. The target content will not be the same between swipes.
865
867
  */
866
- const content = detail.event.target.closest('ion-content');
868
+ const contentEl = findClosestIonContent(detail.event.target);
867
869
  currentBreakpoint = getCurrentBreakpoint();
868
- if (currentBreakpoint === 1 && content) {
869
- return false;
870
+ if (currentBreakpoint === 1 && contentEl) {
871
+ /**
872
+ * The modal should never swipe to close on the content with a refresher.
873
+ * Note 1: We cannot solve this by making this gesture have a higher priority than
874
+ * the refresher gesture as the iOS native refresh gesture uses a scroll listener in
875
+ * addition to a gesture.
876
+ *
877
+ * Note 2: Do not use getScrollElement here because we need this to be a synchronous
878
+ * operation, and getScrollElement is asynchronous.
879
+ */
880
+ const scrollEl = isIonContent(contentEl) ? getElementRoot(contentEl).querySelector('.inner-scroll') : contentEl;
881
+ const hasRefresherInContent = !!contentEl.querySelector('ion-refresher');
882
+ return !hasRefresherInContent && scrollEl.scrollTop === 0;
870
883
  }
871
884
  return true;
872
885
  };
873
- const onStart = () => {
886
+ const onStart = (detail) => {
874
887
  /**
875
888
  * If canDismiss is anything other than `true`
876
889
  * then users should be able to swipe down
@@ -885,11 +898,10 @@ const createSheetGesture = (baseEl, backdropEl, wrapperEl, initialBreakpoint, ba
885
898
  */
886
899
  canDismissBlocksGesture = baseEl.canDismiss !== undefined && baseEl.canDismiss !== true && minBreakpoint === 0;
887
900
  /**
888
- * If swiping on the content
889
- * we should disable scrolling otherwise
890
- * the sheet will expand and the content will scroll.
901
+ * If we are pulling down, then it is possible we are pulling on the content.
902
+ * We do not want scrolling to happen at the same time as the gesture.
891
903
  */
892
- if (contentEl) {
904
+ if (detail.deltaY > 0 && contentEl) {
893
905
  contentEl.scrollY = false;
894
906
  }
895
907
  raf(() => {
@@ -902,6 +914,15 @@ const createSheetGesture = (baseEl, backdropEl, wrapperEl, initialBreakpoint, ba
902
914
  animation.progressStart(true, 1 - currentBreakpoint);
903
915
  };
904
916
  const onMove = (detail) => {
917
+ /**
918
+ * If we are pulling down, then it is possible we are pulling on the content.
919
+ * We do not want scrolling to happen at the same time as the gesture.
920
+ * This accounts for when the user scrolls down, scrolls all the way up, and then
921
+ * pulls down again such that the modal should start to move.
922
+ */
923
+ if (detail.deltaY > 0 && contentEl) {
924
+ contentEl.scrollY = false;
925
+ }
905
926
  /**
906
927
  * Given the change in gesture position on the Y axis,
907
928
  * compute where the offset of the animation should be
@@ -1004,6 +1025,16 @@ const createSheetGesture = (baseEl, backdropEl, wrapperEl, initialBreakpoint, ba
1004
1025
  else if (!shouldRemainOpen) {
1005
1026
  onDismiss();
1006
1027
  }
1028
+ /**
1029
+ * If the sheet is going to be fully expanded then we should enable
1030
+ * scrolling immediately. The sheet modal animation takes ~500ms to finish
1031
+ * so if we wait until then there is a visible delay for when scrolling is
1032
+ * re-enabled. Native iOS allows for scrolling on the sheet modal as soon
1033
+ * as the gesture is released, so we align with that.
1034
+ */
1035
+ if (contentEl && snapToBreakpoint === breakpoints[breakpoints.length - 1]) {
1036
+ contentEl.scrollY = true;
1037
+ }
1007
1038
  return new Promise((resolve) => {
1008
1039
  animation
1009
1040
  .onFinish(() => {
@@ -1022,13 +1053,6 @@ const createSheetGesture = (baseEl, backdropEl, wrapperEl, initialBreakpoint, ba
1022
1053
  animation.progressStart(true, 1 - snapToBreakpoint);
1023
1054
  currentBreakpoint = snapToBreakpoint;
1024
1055
  onBreakpointChange(currentBreakpoint);
1025
- /**
1026
- * If the sheet is fully expanded, we can safely
1027
- * enable scrolling again.
1028
- */
1029
- if (contentEl && currentBreakpoint === breakpoints[breakpoints.length - 1]) {
1030
- contentEl.scrollY = true;
1031
- }
1032
1056
  /**
1033
1057
  * Backdrop should become enabled
1034
1058
  * after the backdropBreakpoint value
@@ -1628,18 +1652,18 @@ const Modal = /*@__PURE__*/ proxyCustomElement(class Modal extends HTMLElement {
1628
1652
  const mode = getIonMode(this);
1629
1653
  const isCardModal = presentingElement !== undefined && mode === 'ios';
1630
1654
  const isHandleCycle = handleBehavior === 'cycle';
1631
- return (h(Host, Object.assign({ key: '18053756559601f785776196d9dd269f8250c813', "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
1655
+ return (h(Host, Object.assign({ key: 'bb00efb8cbbdb2d1bbcc5e9c638586e2904882a8', "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
1632
1656
  zIndex: `${20000 + this.overlayIndex}`,
1633
- }, class: Object.assign({ [mode]: true, ['modal-default']: !isCardModal && !isSheetModal, [`modal-card`]: isCardModal, [`modal-sheet`]: isSheetModal, 'overlay-hidden': true }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonModalDidPresent: this.onLifecycle, onIonModalWillPresent: this.onLifecycle, onIonModalWillDismiss: this.onLifecycle, onIonModalDidDismiss: this.onLifecycle }), h("ion-backdrop", { key: 'c080204fb09a67046d1986db28ccb7a1c8f0704d', ref: (el) => (this.backdropEl = el), visible: this.showBackdrop, tappable: this.backdropDismiss, part: "backdrop" }), mode === 'ios' && h("div", { class: "modal-shadow" }), h("div", Object.assign({ key: '1988ad86ef92108ad4c980ee6d98f280e368dee4',
1657
+ }, class: Object.assign({ [mode]: true, ['modal-default']: !isCardModal && !isSheetModal, [`modal-card`]: isCardModal, [`modal-sheet`]: isSheetModal, 'overlay-hidden': true }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonModalDidPresent: this.onLifecycle, onIonModalWillPresent: this.onLifecycle, onIonModalWillDismiss: this.onLifecycle, onIonModalDidDismiss: this.onLifecycle }), h("ion-backdrop", { key: 'd2d50f736fdc34b933c00309fe0b67e4aff7ee63', ref: (el) => (this.backdropEl = el), visible: this.showBackdrop, tappable: this.backdropDismiss, part: "backdrop" }), mode === 'ios' && h("div", { key: '5d3523a04da9350ae435a4f3247198095b71f206', class: "modal-shadow" }), h("div", Object.assign({ key: '09b3c4b629155f8c32f5c896cf689ffbe7004de8',
1634
1658
  /*
1635
1659
  role and aria-modal must be used on the
1636
1660
  same element. They must also be set inside the
1637
1661
  shadow DOM otherwise ion-button will not be highlighted
1638
1662
  when using VoiceOver: https://bugs.webkit.org/show_bug.cgi?id=247134
1639
1663
  */
1640
- role: "dialog" }, inheritedAttributes, { "aria-modal": "true", class: "modal-wrapper ion-overlay-wrapper", part: "content", ref: (el) => (this.wrapperEl = el) }), showHandle && (h("button", { class: "modal-handle",
1664
+ role: "dialog" }, inheritedAttributes, { "aria-modal": "true", class: "modal-wrapper ion-overlay-wrapper", part: "content", ref: (el) => (this.wrapperEl = el) }), showHandle && (h("button", { key: 'e47d90068927f3a518e4144e17f18ac326126712', class: "modal-handle",
1641
1665
  // Prevents the handle from receiving keyboard focus when it does not cycle
1642
- tabIndex: !isHandleCycle ? -1 : 0, "aria-label": "Activate to adjust the size of the dialog overlaying the screen", onClick: isHandleCycle ? this.onHandleClick : undefined, part: "handle" })), h("slot", { key: '321e79f29eba3faab323d17ae575300e25fc0c51' }))));
1666
+ tabIndex: !isHandleCycle ? -1 : 0, "aria-label": "Activate to adjust the size of the dialog overlaying the screen", onClick: isHandleCycle ? this.onHandleClick : undefined, part: "handle" })), h("slot", { key: '5733e94b3ecc4ed9bfb6aec5cd254cd0e43ee8f7' }))));
1643
1667
  }
1644
1668
  get el() { return this; }
1645
1669
  static get watchers() { return {
@@ -36,7 +36,7 @@ const NavLink = /*@__PURE__*/ proxyCustomElement(class NavLink extends HTMLEleme
36
36
  this.routerAnimation = undefined;
37
37
  }
38
38
  render() {
39
- return h(Host, { key: 'e4aebea5eb131852acea407afb84597df71be4a4', onClick: this.onClick });
39
+ return h(Host, { key: 'd2f8545b4fbd5aa25ef36eb01dffbc5d35ccfbb9', onClick: this.onClick });
40
40
  }
41
41
  get el() { return this; }
42
42
  }, [0, "ion-nav-link", {
@@ -905,7 +905,7 @@ const Nav = /*@__PURE__*/ proxyCustomElement(class Nav extends HTMLElement {
905
905
  }
906
906
  }
907
907
  render() {
908
- return h("slot", { key: '2cb1a430d8d29b0f54b1ec80f98e4b82b6c8cc0a' });
908
+ return h("slot", { key: 'dfe98cb6604a2015a49f41beffebdd2da957dfff' });
909
909
  }
910
910
  get el() { return this; }
911
911
  static get watchers() { return {
@@ -20,9 +20,9 @@ const Note = /*@__PURE__*/ proxyCustomElement(class Note extends HTMLElement {
20
20
  }
21
21
  render() {
22
22
  const mode = getIonMode(this);
23
- return (h(Host, { key: '4064be8c5aceec02a25b8933338596b1720e19d9', class: createColorClasses(this.color, {
23
+ return (h(Host, { key: '10a3495bc21166176986441479f8f7539029d161', class: createColorClasses(this.color, {
24
24
  [mode]: true,
25
- }) }, h("slot", { key: '9b4265b01387096a8a6aba34a1d8217733bb6f1f' })));
25
+ }) }, h("slot", { key: 'b6a9459e1b85f608fafd060a4bfeb11637ebe873' })));
26
26
  }
27
27
  static get style() { return {
28
28
  ios: IonNoteIosStyle0,
@@ -240,11 +240,11 @@ const Picker = /*@__PURE__*/ proxyCustomElement(class Picker extends HTMLElement
240
240
  render() {
241
241
  const { htmlAttributes } = this;
242
242
  const mode = getIonMode(this);
243
- return (h(Host, Object.assign({ key: '91d3d127c46d125a2a86222e3002d804ebd8bc84', "aria-modal": "true", tabindex: "-1" }, htmlAttributes, { style: {
243
+ return (h(Host, Object.assign({ key: 'cb1495acc8842c00e9f51ae792a01f769e36b0c6', "aria-modal": "true", tabindex: "-1" }, htmlAttributes, { style: {
244
244
  zIndex: `${20000 + this.overlayIndex}`,
245
245
  }, class: Object.assign({ [mode]: true,
246
246
  // Used internally for styling
247
- [`picker-${mode}`]: true, 'overlay-hidden': true }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonPickerWillDismiss: this.dispatchCancelHandler }), h("ion-backdrop", { key: '63140c43f7a2e3000076adec0406197cb569f985', visible: this.showBackdrop, tappable: this.backdropDismiss }), h("div", { key: '3e86ec5e61adf40983a1d33ef24f66f4f75307e8', tabindex: "0" }), h("div", { key: '3c3844f369da33e35c9a498d88d1b7e4d686b8ce', class: "picker-wrapper ion-overlay-wrapper", role: "dialog" }, h("div", { key: 'e03200231976723409505b0c4070e7f596815e50', class: "picker-toolbar" }, this.buttons.map((b) => (h("div", { class: buttonWrapperClass(b) }, h("button", { type: "button", onClick: () => this.buttonClick(b), class: buttonClass(b) }, b.text))))), h("div", { key: 'd59de79e8c364376bc16d2edae3672b21443f3fe', class: "picker-columns" }, h("div", { key: 'e79cb88c5397047bc8c7e71efb4f1a338773e744', class: "picker-above-highlight" }), this.presented && this.columns.map((c) => h("ion-picker-legacy-column", { col: c })), h("div", { key: '776de64da09485ad1dbf78d4d402e297b94348a6', class: "picker-below-highlight" }))), h("div", { key: 'f0aa77e3b467c3fb4950389d27c13769dc913b14', tabindex: "0" })));
247
+ [`picker-${mode}`]: true, 'overlay-hidden': true }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonPickerWillDismiss: this.dispatchCancelHandler }), h("ion-backdrop", { key: 'eecbcdfd474f5ab2f9962a030b1dcbf7714fe938', visible: this.showBackdrop, tappable: this.backdropDismiss }), h("div", { key: '262e1d3bc916b30068f7be1edbc73283a815fc0f', tabindex: "0" }), h("div", { key: 'a036cf789ab768428aae26a19dbd0c5cb696188c', class: "picker-wrapper ion-overlay-wrapper", role: "dialog" }, h("div", { key: '6be7a8986976ead39611ce398ed6ad71f3b7427e', class: "picker-toolbar" }, this.buttons.map((b) => (h("div", { class: buttonWrapperClass(b) }, h("button", { type: "button", onClick: () => this.buttonClick(b), class: buttonClass(b) }, b.text))))), h("div", { key: '66a1d99aebf48219cab4177d06d893fe1d458a1f', class: "picker-columns" }, h("div", { key: 'ed7fd940c5f54453587e13ab52cbfd4122a397c6', class: "picker-above-highlight" }), this.presented && this.columns.map((c) => h("ion-picker-legacy-column", { col: c })), h("div", { key: '21c491c08bce126dde03196b21e28d903e157e1f', class: "picker-below-highlight" }))), h("div", { key: 'bd892f74b886ae1bfd010d687a2b9741213b246c', tabindex: "0" })));
248
248
  }
249
249
  get el() { return this; }
250
250
  static get watchers() { return {
@@ -29,7 +29,7 @@ const ProgressBar = /*@__PURE__*/ proxyCustomElement(class ProgressBar extends H
29
29
  const mode = getIonMode(this);
30
30
  // If the progress is displayed as a solid bar.
31
31
  const progressSolid = buffer === 1;
32
- return (h(Host, { key: '63b306c91da12d1fa18d6f6c4726871ef727c9f3', role: "progressbar", "aria-valuenow": type === 'determinate' ? value : null, "aria-valuemin": "0", "aria-valuemax": "1", class: createColorClasses(color, {
32
+ return (h(Host, { key: '8d8ddf0b26fe33803d3a6168cbedd523d1a888e7', role: "progressbar", "aria-valuenow": type === 'determinate' ? value : null, "aria-valuemin": "0", "aria-valuemax": "1", class: createColorClasses(color, {
33
33
  [mode]: true,
34
34
  [`progress-bar-${type}`]: true,
35
35
  'progress-paused': paused,
@@ -602,7 +602,7 @@ const Range = /*@__PURE__*/ proxyCustomElement(class Range extends HTMLElement {
602
602
  const needsEndAdjustment = inItem && !hasEndContent;
603
603
  const mode = getIonMode(this);
604
604
  renderHiddenInput(true, el, this.name, JSON.stringify(this.getValue()), disabled);
605
- return (h(Host, { key: '201677b1146738b96d74081e59d3e13a8472326e', onFocusin: this.onFocus, onFocusout: this.onBlur, id: rangeId, class: createColorClasses(this.color, {
605
+ return (h(Host, { key: 'cd70b5db9eae808a644643d7095a1b5264cbc5fe', onFocusin: this.onFocus, onFocusout: this.onBlur, id: rangeId, class: createColorClasses(this.color, {
606
606
  [mode]: true,
607
607
  'in-item': inItem,
608
608
  'range-disabled': disabled,
@@ -611,10 +611,10 @@ const Range = /*@__PURE__*/ proxyCustomElement(class Range extends HTMLElement {
611
611
  [`range-label-placement-${labelPlacement}`]: true,
612
612
  'range-item-start-adjustment': needsStartAdjustment,
613
613
  'range-item-end-adjustment': needsEndAdjustment,
614
- }) }, h("label", { key: '055dda4f2673432e639b7efdbb01b2794c91e705', class: "range-wrapper", id: "range-label" }, h("div", { key: '3efe1eda1f68810a739a42b7655f2dd71beccf1e', class: {
614
+ }) }, h("label", { key: '78ef0523f0064d6b268ae17ef72f90094511d897', class: "range-wrapper", id: "range-label" }, h("div", { key: '6e4b2051e770dabe80dcb9f412e9aae1859e9f33', class: {
615
615
  'label-text-wrapper': true,
616
616
  'label-text-wrapper-hidden': !hasLabel,
617
- }, part: "label" }, label !== undefined ? h("div", { class: "label-text" }, label) : h("slot", { name: "label" })), h("div", { key: '31458b02c2973f4ecf4a10de4c0ae1c4befda37a', class: "native-wrapper" }, h("slot", { key: '21c78b192f312396bd86bf52a0888312ffefea8a', name: "start" }), this.renderRangeSlider(), h("slot", { key: '843193879728ccfec62b4becb1b57d64b6d96804', name: "end" })))));
617
+ }, part: "label" }, label !== undefined ? h("div", { class: "label-text" }, label) : h("slot", { name: "label" })), h("div", { key: '72cdb8f6657a3b84f759743cedd600020c954c6a', class: "native-wrapper" }, h("slot", { key: 'f7a38d6bd63df5dc8b4470f1f4acaaf3e5c80514', name: "start" }), this.renderRangeSlider(), h("slot", { key: 'ae74ac8c1da691e3be1b2f00dfd3c8419b9566ec', name: "end" })))));
618
618
  }
619
619
  get el() { return this; }
620
620
  static get watchers() { return {
@@ -54,7 +54,7 @@ const RefresherContent = /*@__PURE__*/ proxyCustomElement(class RefresherContent
54
54
  const pullingIcon = this.pullingIcon;
55
55
  const hasSpinner = pullingIcon != null && SPINNERS[pullingIcon] !== undefined;
56
56
  const mode = getIonMode(this);
57
- return (h(Host, { key: 'c84cb333293a4b8f749505268d019698f9df431c', class: mode }, h("div", { key: 'fb3c0cd2ca4636762060b6615fc2da3ce93da20c', class: "refresher-pulling" }, this.pullingIcon && hasSpinner && (h("div", { class: "refresher-pulling-icon" }, h("div", { class: "spinner-arrow-container" }, h("ion-spinner", { name: this.pullingIcon, paused: true }), mode === 'md' && this.pullingIcon === 'circular' && (h("div", { class: "arrow-container" }, h("ion-icon", { icon: caretBackSharp, "aria-hidden": "true" })))))), this.pullingIcon && !hasSpinner && (h("div", { class: "refresher-pulling-icon" }, h("ion-icon", { icon: this.pullingIcon, lazy: false, "aria-hidden": "true" }))), this.pullingText !== undefined && this.renderPullingText()), h("div", { key: '4a099f6a15854d9432d5e7ee8ade1023a6051965', class: "refresher-refreshing" }, this.refreshingSpinner && (h("div", { class: "refresher-refreshing-icon" }, h("ion-spinner", { name: this.refreshingSpinner }))), this.refreshingText !== undefined && this.renderRefreshingText())));
57
+ return (h(Host, { key: '19633bbcf02e3dba885d6bdcdaf2269bf4c8e2f5', class: mode }, h("div", { key: '28922e434a55a6cac0476fe2bee56941ce0d1c02', class: "refresher-pulling" }, this.pullingIcon && hasSpinner && (h("div", { key: 'fe575bf996021884677e9b23a3215d63caf894f5', class: "refresher-pulling-icon" }, h("div", { key: '59fe12297fd95bc33b8df8cd35316e2a1c084d91', class: "spinner-arrow-container" }, h("ion-spinner", { key: 'af9cc013ae04945c140b2865610ca73edb52ab48', name: this.pullingIcon, paused: true }), mode === 'md' && this.pullingIcon === 'circular' && (h("div", { key: '34df66ad1b0f706a0532957251aa2c20bf4587d8', class: "arrow-container" }, h("ion-icon", { key: 'ffdb5c123e606b823491c6c51cc2b497f62581bb', icon: caretBackSharp, "aria-hidden": "true" })))))), this.pullingIcon && !hasSpinner && (h("div", { key: 'ac3a2032bb969264d20fa057e9123441005d7a9d', class: "refresher-pulling-icon" }, h("ion-icon", { key: 'd969d10915548e72aae289b52154366f3dd39b31', icon: this.pullingIcon, lazy: false, "aria-hidden": "true" }))), this.pullingText !== undefined && this.renderPullingText()), h("div", { key: 'a8f854f81a94812d7bef8ce088331d94f49ff53d', class: "refresher-refreshing" }, this.refreshingSpinner && (h("div", { key: 'a1f646945370e40c844d62bc0c647443ae9dfbe7', class: "refresher-refreshing-icon" }, h("ion-spinner", { key: 'ab3ff4047769b6436e222b46d193c1e8b23e2fce', name: this.refreshingSpinner }))), this.refreshingText !== undefined && this.renderRefreshingText())));
58
58
  }
59
59
  get el() { return this; }
60
60
  }, [0, "ion-refresher-content", {
@@ -603,7 +603,7 @@ const Refresher = /*@__PURE__*/ proxyCustomElement(class Refresher extends HTMLE
603
603
  }
604
604
  render() {
605
605
  const mode = getIonMode(this);
606
- return (h(Host, { key: '8e4a99ce208ea3162186e91ba0d1e289b4f247a0', slot: "fixed", class: {
606
+ return (h(Host, { key: 'e7f4f2f96de7e80430bf54967ebc12e7216b2ca9', slot: "fixed", class: {
607
607
  [mode]: true,
608
608
  // Used internally for styling
609
609
  [`refresher-${mode}`]: true,
@@ -245,7 +245,7 @@ const ReorderGroup = /*@__PURE__*/ proxyCustomElement(class ReorderGroup extends
245
245
  }
246
246
  render() {
247
247
  const mode = getIonMode(this);
248
- return (h(Host, { key: 'b3a4a278423a196c0980ab8d03062175d8b1f52a', class: {
248
+ return (h(Host, { key: 'a38c7fbceb677201330a602273d5b55abb32da19', class: {
249
249
  [mode]: true,
250
250
  'reorder-enabled': !this.disabled,
251
251
  'reorder-list-active': this.state !== 0 /* ReorderGroupState.Idle */,
@@ -30,7 +30,7 @@ const Reorder = /*@__PURE__*/ proxyCustomElement(class Reorder extends HTMLEleme
30
30
  render() {
31
31
  const mode = getIonMode(this);
32
32
  const reorderIcon = mode === 'ios' ? reorderThreeOutline : reorderTwoSharp;
33
- return (h(Host, { key: '4e02357926b0208480a043ee3fe0617633daca76', class: mode }, h("slot", { key: 'cedcbcdcc9702af91d00ee20664cb8be634f62d1' }, h("ion-icon", { key: 'd78d7035eae7a235f428132c2a80c8e0538c4441', icon: reorderIcon, lazy: false, class: "reorder-icon", part: "icon", "aria-hidden": "true" }))));
33
+ return (h(Host, { key: '27266e30bcb7e10c57fb6d546399cfb1f1c93b23', class: mode }, h("slot", { key: '8745cb9a31458e884c27eed1fb90d104fe9a79eb' }, h("ion-icon", { key: '6c4b9631a2f5610f1e21b2db025b6702d0d593bf', icon: reorderIcon, lazy: false, class: "reorder-icon", part: "icon", "aria-hidden": "true" }))));
34
34
  }
35
35
  get el() { return this; }
36
36
  static get style() { return {