@ionic/core 8.5.4-dev.11744646756.1244bf71 → 8.5.4-dev.11744657992.1bb14c4f

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 (779) hide show
  1. package/components/action-sheet.js +23 -37
  2. package/components/alert.js +25 -41
  3. package/components/animation.js +1 -1
  4. package/components/backdrop.js +4 -11
  5. package/components/button-active.js +1 -1
  6. package/components/button.js +23 -29
  7. package/components/buttons.js +4 -14
  8. package/components/capacitor.js +1 -1
  9. package/components/checkbox.js +16 -40
  10. package/components/content.js +5 -24
  11. package/components/data.js +5 -30
  12. package/components/gesture-controller.js +1 -1
  13. package/components/haptic.js +1 -1
  14. package/components/hardware-back-button.js +1 -1
  15. package/components/header.js +7 -12
  16. package/components/helpers.js +5 -2
  17. package/components/icon.js +2 -1
  18. package/components/index3.js +5 -3
  19. package/components/index4.js +1 -1
  20. package/components/index5.js +3 -28
  21. package/components/index7.js +27 -163
  22. package/components/index8.js +1 -1
  23. package/components/index9.js +163 -3
  24. package/components/input-shims.js +2 -2
  25. package/components/input.utils.js +1 -1
  26. package/components/ion-accordion-group.js +6 -19
  27. package/components/ion-accordion.js +14 -32
  28. package/components/ion-app.js +4 -3
  29. package/components/ion-avatar.js +4 -2
  30. package/components/ion-back-button.js +13 -12
  31. package/components/ion-badge.js +5 -2
  32. package/components/ion-breadcrumb.js +20 -22
  33. package/components/ion-breadcrumbs.js +10 -14
  34. package/components/ion-card-content.js +4 -2
  35. package/components/ion-card-header.js +5 -7
  36. package/components/ion-card-subtitle.js +5 -2
  37. package/components/ion-card-title.js +5 -2
  38. package/components/ion-card.js +11 -16
  39. package/components/ion-chip.js +5 -8
  40. package/components/ion-col.js +26 -1
  41. package/components/ion-datetime-button.js +13 -15
  42. package/components/ion-datetime.js +81 -196
  43. package/components/ion-fab-button.js +20 -37
  44. package/components/ion-fab-list.js +2 -7
  45. package/components/ion-fab.js +4 -10
  46. package/components/ion-footer.js +8 -13
  47. package/components/ion-grid.js +2 -4
  48. package/components/ion-img.js +6 -1
  49. package/components/ion-infinite-scroll-content.js +6 -2
  50. package/components/ion-infinite-scroll.js +6 -27
  51. package/components/ion-input-password-toggle.js +9 -7
  52. package/components/ion-input.js +44 -72
  53. package/components/ion-item-divider.js +5 -9
  54. package/components/ion-item-group.js +4 -2
  55. package/components/ion-item-option.js +12 -14
  56. package/components/ion-item-options.js +4 -6
  57. package/components/ion-item-sliding.js +2 -4
  58. package/components/ion-loading.js +19 -36
  59. package/components/ion-menu-button.js +10 -15
  60. package/components/ion-menu-toggle.js +5 -9
  61. package/components/ion-menu.js +9 -25
  62. package/components/ion-nav-link.js +6 -6
  63. package/components/ion-nav.js +10 -7
  64. package/components/ion-note.js +5 -2
  65. package/components/ion-picker-legacy.js +24 -44
  66. package/components/ion-progress-bar.js +6 -19
  67. package/components/ion-range.js +25 -65
  68. package/components/ion-refresher-content.js +5 -1
  69. package/components/ion-refresher.js +6 -54
  70. package/components/ion-reorder-group.js +4 -6
  71. package/components/ion-reorder.js +5 -3
  72. package/components/ion-route-redirect.js +2 -0
  73. package/components/ion-route.js +7 -9
  74. package/components/ion-router-link.js +9 -7
  75. package/components/ion-router-outlet.js +8 -10
  76. package/components/ion-router.js +0 -18
  77. package/components/ion-row.js +2 -1
  78. package/components/ion-searchbar.js +29 -78
  79. package/components/ion-segment-button.js +10 -19
  80. package/components/ion-segment-content.js +2 -1
  81. package/components/ion-segment-view.js +5 -5
  82. package/components/ion-segment.js +11 -22
  83. package/components/ion-select-option.js +3 -4
  84. package/components/ion-select.js +41 -61
  85. package/components/ion-skeleton-text.js +2 -4
  86. package/components/ion-split-pane.js +5 -10
  87. package/components/ion-tab-bar.js +6 -7
  88. package/components/ion-tab-button.js +12 -10
  89. package/components/ion-tab.js +5 -2
  90. package/components/ion-tabs.js +4 -3
  91. package/components/ion-text.js +3 -1
  92. package/components/ion-textarea.js +36 -64
  93. package/components/ion-thumbnail.js +2 -1
  94. package/components/ion-toast.js +32 -55
  95. package/components/ion-toggle.js +24 -55
  96. package/components/item.js +14 -20
  97. package/components/keyboard-controller.js +2 -2
  98. package/components/keyboard.js +69 -134
  99. package/components/keyboard2.js +134 -69
  100. package/components/label.js +6 -2
  101. package/components/list-header.js +6 -2
  102. package/components/list.js +5 -5
  103. package/components/modal.js +39 -117
  104. package/components/notch-controller.js +1 -1
  105. package/components/overlays.js +2 -2
  106. package/components/picker-column-option.js +5 -18
  107. package/components/picker-column.js +10 -25
  108. package/components/picker-column2.js +8 -5
  109. package/components/picker.js +4 -2
  110. package/components/popover.js +37 -129
  111. package/components/radio-group.js +10 -10
  112. package/components/radio.js +13 -27
  113. package/components/refresher.utils.js +2 -2
  114. package/components/ripple-effect.js +2 -10
  115. package/components/select-modal.js +8 -3
  116. package/components/select-popover.js +8 -5
  117. package/components/spinner.js +5 -4
  118. package/components/swipe-back.js +1 -1
  119. package/components/title.js +6 -2
  120. package/components/toolbar.js +5 -2
  121. package/css/global.bundle.css +1 -1
  122. package/css/global.bundle.css.map +1 -1
  123. package/css/ionic.bundle.css +1 -1
  124. package/css/ionic.bundle.css.map +1 -1
  125. package/css/structure.css +1 -1
  126. package/css/structure.css.map +1 -1
  127. package/dist/cjs/{animation-Bz5ImL40.js → animation-b4fdf128.js} +1 -1
  128. package/dist/cjs/{app-globals-CSpnImi2.js → app-globals-dd592863.js} +1 -1
  129. package/dist/cjs/{button-active-BzpKQ5zN.js → button-active-43e2b419.js} +3 -3
  130. package/dist/cjs/{capacitor-DmA66EwP.js → capacitor-c04564bf.js} +1 -1
  131. package/dist/cjs/{data-BQSLLJwc.js → data-27cc2c9c.js} +5 -30
  132. package/dist/cjs/{framework-delegate-B0-bTZ_Y.js → framework-delegate-50a86d56.js} +1 -1
  133. package/dist/cjs/{gesture-controller-dtqlP_q4.js → gesture-controller-9436f482.js} +1 -1
  134. package/dist/cjs/{haptic-ClPPQ_PS.js → haptic-f6b37aa3.js} +1 -1
  135. package/dist/cjs/{hardware-back-button-B0yu2YGK.js → hardware-back-button-5a99001f.js} +3 -3
  136. package/dist/cjs/{helpers-CLmZlPvl.js → helpers-3a248559.js} +4 -1
  137. package/dist/cjs/{index-CPbAsnJK.js → index-073c7cdc.js} +0 -1
  138. package/dist/cjs/{index-qOuhvt-6.js → index-2e236a04.js} +668 -1392
  139. package/dist/cjs/{index-D7kGM2E_.js → index-48b2a28e.js} +1 -1
  140. package/dist/cjs/{index-BjVGGb_k.js → index-4b70187a.js} +9 -9
  141. package/dist/cjs/{index-3N0K8CTt.js → index-509ca0d3.js} +3 -3
  142. package/dist/cjs/{index-B4SdCKIQ.js → index-e36bd277.js} +2 -2
  143. package/dist/cjs/{index-04WNNW0S.js → index-e630fd95.js} +6 -6
  144. package/dist/cjs/{index-CAvQ7Tka.js → index-ee07ed59.js} +4 -3
  145. package/dist/cjs/index.cjs.js +20 -18
  146. package/dist/cjs/{input-shims-B23RZ_yw.js → input-shims-22a9973f.js} +8 -8
  147. package/dist/cjs/{input.utils-BvrpMdKU.js → input.utils-e82b8ed0.js} +3 -3
  148. package/dist/cjs/ion-accordion_2.cjs.entry.js +25 -54
  149. package/dist/cjs/ion-action-sheet.cjs.entry.js +38 -50
  150. package/dist/cjs/ion-alert.cjs.entry.js +41 -55
  151. package/dist/cjs/ion-app_8.cjs.entry.js +65 -96
  152. package/dist/cjs/ion-avatar_3.cjs.entry.js +16 -8
  153. package/dist/cjs/ion-back-button.cjs.entry.js +18 -15
  154. package/dist/cjs/ion-backdrop.cjs.entry.js +8 -13
  155. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +34 -38
  156. package/dist/cjs/ion-button_2.cjs.entry.js +30 -33
  157. package/dist/cjs/ion-card_5.cjs.entry.js +35 -32
  158. package/dist/cjs/ion-checkbox.cjs.entry.js +22 -44
  159. package/dist/cjs/ion-chip.cjs.entry.js +10 -11
  160. package/dist/cjs/ion-col_3.cjs.entry.js +34 -8
  161. package/dist/cjs/ion-datetime-button.cjs.entry.js +20 -20
  162. package/dist/cjs/ion-datetime_3.cjs.entry.js +122 -251
  163. package/dist/cjs/ion-fab_3.cjs.entry.js +31 -57
  164. package/dist/cjs/ion-img.cjs.entry.js +11 -4
  165. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +20 -35
  166. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +15 -11
  167. package/dist/cjs/ion-input.cjs.entry.js +53 -79
  168. package/dist/cjs/ion-item-option_3.cjs.entry.js +28 -32
  169. package/dist/cjs/ion-item_8.cjs.entry.js +52 -49
  170. package/dist/cjs/ion-loading.cjs.entry.js +31 -46
  171. package/dist/cjs/ion-menu_3.cjs.entry.js +39 -62
  172. package/dist/cjs/ion-modal.cjs.entry.js +52 -128
  173. package/dist/cjs/ion-nav_2.cjs.entry.js +22 -17
  174. package/dist/cjs/ion-picker-column-option.cjs.entry.js +11 -22
  175. package/dist/cjs/ion-picker-column.cjs.entry.js +17 -30
  176. package/dist/cjs/ion-picker.cjs.entry.js +8 -4
  177. package/dist/cjs/ion-popover.cjs.entry.js +47 -137
  178. package/dist/cjs/ion-progress-bar.cjs.entry.js +11 -22
  179. package/dist/cjs/ion-radio_2.cjs.entry.js +30 -42
  180. package/dist/cjs/ion-range.cjs.entry.js +33 -71
  181. package/dist/cjs/ion-refresher_2.cjs.entry.js +26 -68
  182. package/dist/cjs/ion-reorder_2.cjs.entry.js +19 -17
  183. package/dist/cjs/ion-ripple-effect.cjs.entry.js +6 -12
  184. package/dist/cjs/ion-route_4.cjs.entry.js +20 -34
  185. package/dist/cjs/ion-searchbar.cjs.entry.js +36 -83
  186. package/dist/cjs/ion-segment-content.cjs.entry.js +5 -2
  187. package/dist/cjs/ion-segment-view.cjs.entry.js +8 -6
  188. package/dist/cjs/ion-segment_2.cjs.entry.js +29 -47
  189. package/dist/cjs/ion-select-modal.cjs.entry.js +20 -13
  190. package/dist/cjs/ion-select_3.cjs.entry.js +65 -82
  191. package/dist/cjs/ion-spinner.cjs.entry.js +11 -8
  192. package/dist/cjs/ion-split-pane.cjs.entry.js +9 -12
  193. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +28 -25
  194. package/dist/cjs/ion-tab_2.cjs.entry.js +14 -8
  195. package/dist/cjs/ion-text.cjs.entry.js +8 -4
  196. package/dist/cjs/ion-textarea.cjs.entry.js +45 -71
  197. package/dist/cjs/ion-toast.cjs.entry.js +44 -65
  198. package/dist/cjs/ion-toggle.cjs.entry.js +34 -63
  199. package/dist/cjs/{ionic-global-D0fKFhpt.js → ionic-global-acb665ad.js} +1 -1
  200. package/dist/cjs/ionic.cjs.js +8 -8
  201. package/dist/cjs/{ios.transition-Cyrk-CkT.js → ios.transition-ae7afca9.js} +7 -7
  202. package/dist/cjs/{keyboard-UuAS4D_9.js → keyboard-0272231f.js} +1 -1
  203. package/dist/cjs/{keyboard-hHzlEQpk.js → keyboard-af1bb365.js} +3 -3
  204. package/dist/cjs/{keyboard-controller-GXBiBRKS.js → keyboard-controller-c05e747a.js} +2 -2
  205. package/dist/cjs/loader.cjs.js +6 -4
  206. package/dist/cjs/{md.transition-Bh2J94f4.js → md.transition-26003e25.js} +7 -7
  207. package/dist/cjs/{notch-controller-DNfj7cO6.js → notch-controller-ae03a497.js} +2 -2
  208. package/dist/cjs/{overlays-hvRku41m.js → overlays-32e1b66b.js} +7 -7
  209. package/dist/cjs/{status-tap-EJ9Sb5hb.js → status-tap-03023755.js} +5 -5
  210. package/dist/cjs/{swipe-back-Di-t3rsI.js → swipe-back-cd0d9f77.js} +4 -4
  211. package/dist/collection/collection-manifest.json +2 -2
  212. package/dist/collection/components/accordion/accordion.js +13 -43
  213. package/dist/collection/components/accordion-group/accordion-group.js +8 -35
  214. package/dist/collection/components/action-sheet/action-sheet.js +31 -84
  215. package/dist/collection/components/alert/alert.js +34 -94
  216. package/dist/collection/components/back-button/back-button.js +14 -30
  217. package/dist/collection/components/backdrop/backdrop.js +3 -18
  218. package/dist/collection/components/badge/badge.js +4 -3
  219. package/dist/collection/components/breadcrumb/breadcrumb.js +26 -57
  220. package/dist/collection/components/breadcrumbs/breadcrumbs.js +10 -24
  221. package/dist/collection/components/button/button.js +33 -74
  222. package/dist/collection/components/buttons/buttons.js +1 -15
  223. package/dist/collection/components/card/card.js +16 -44
  224. package/dist/collection/components/card-header/card-header.js +3 -11
  225. package/dist/collection/components/card-subtitle/card-subtitle.js +4 -3
  226. package/dist/collection/components/card-title/card-title.js +4 -3
  227. package/dist/collection/components/checkbox/checkbox.js +24 -74
  228. package/dist/collection/components/chip/chip.js +4 -15
  229. package/dist/collection/components/col/col.js +50 -72
  230. package/dist/collection/components/content/content.js +9 -43
  231. package/dist/collection/components/datetime/datetime.ios.css +2 -7
  232. package/dist/collection/components/datetime/datetime.js +98 -298
  233. package/dist/collection/components/datetime/datetime.md.css +3 -9
  234. package/dist/collection/components/datetime/utils/data.js +4 -29
  235. package/dist/collection/components/datetime-button/datetime-button.js +11 -21
  236. package/dist/collection/components/fab/fab.js +6 -21
  237. package/dist/collection/components/fab-button/fab-button.js +28 -76
  238. package/dist/collection/components/fab-list/fab-list.js +2 -12
  239. package/dist/collection/components/footer/footer.js +5 -16
  240. package/dist/collection/components/grid/grid.js +1 -6
  241. package/dist/collection/components/header/header.js +4 -15
  242. package/dist/collection/components/img/img.js +6 -6
  243. package/dist/collection/components/infinite-scroll/infinite-scroll.js +7 -35
  244. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +4 -6
  245. package/dist/collection/components/input/input.js +72 -171
  246. package/dist/collection/components/input-password-toggle/input-password-toggle.js +8 -16
  247. package/dist/collection/components/item/item.js +21 -56
  248. package/dist/collection/components/item-divider/item-divider.js +3 -13
  249. package/dist/collection/components/item-option/item-option.js +16 -36
  250. package/dist/collection/components/item-options/item-options.js +1 -7
  251. package/dist/collection/components/item-sliding/item-sliding.js +1 -6
  252. package/dist/collection/components/label/label.js +4 -6
  253. package/dist/collection/components/list/list.js +3 -9
  254. package/dist/collection/components/list-header/list-header.js +6 -6
  255. package/dist/collection/components/loading/loading.js +29 -86
  256. package/dist/collection/components/menu/menu.js +10 -42
  257. package/dist/collection/components/menu-button/menu-button.js +10 -27
  258. package/dist/collection/components/menu-toggle/menu-toggle.js +5 -14
  259. package/dist/collection/components/modal/modal.js +51 -188
  260. package/dist/collection/components/nav/nav.js +11 -24
  261. package/dist/collection/components/nav-link/nav-link.js +8 -18
  262. package/dist/collection/components/note/note.js +4 -3
  263. package/dist/collection/components/picker-column/picker-column.js +10 -34
  264. package/dist/collection/components/picker-column-option/picker-column-option.js +4 -25
  265. package/dist/collection/components/picker-legacy/picker.js +31 -91
  266. package/dist/collection/components/picker-legacy-column/picker-column.js +2 -4
  267. package/dist/collection/components/popover/popover.js +55 -208
  268. package/dist/collection/components/progress-bar/progress-bar.js +6 -31
  269. package/dist/collection/components/radio/radio.js +16 -46
  270. package/dist/collection/components/radio-group/radio-group.js +12 -26
  271. package/dist/collection/components/range/range.js +34 -109
  272. package/dist/collection/components/refresher/refresher.js +6 -68
  273. package/dist/collection/components/refresher-content/refresher-content.js +8 -12
  274. package/dist/collection/components/reorder-group/reorder-group.js +1 -6
  275. package/dist/collection/components/ripple-effect/ripple-effect.js +1 -12
  276. package/dist/collection/components/route/route.js +9 -24
  277. package/dist/collection/components/route-redirect/route-redirect.js +6 -6
  278. package/dist/collection/components/router/router.js +2 -24
  279. package/dist/collection/components/router-link/router-link.js +12 -24
  280. package/dist/collection/components/router-outlet/router-outlet.js +8 -24
  281. package/dist/collection/components/searchbar/searchbar.js +46 -141
  282. package/dist/collection/components/segment/segment.js +13 -38
  283. package/dist/collection/components/segment-button/segment-button.js +11 -32
  284. package/dist/collection/components/segment-view/segment-view.js +2 -6
  285. package/dist/collection/components/select/select.ios.css +5 -3
  286. package/dist/collection/components/select/select.js +55 -121
  287. package/dist/collection/components/select/select.md.css +61 -16
  288. package/dist/collection/components/select-modal/select-modal.js +4 -9
  289. package/dist/collection/components/select-option/select-option.js +3 -9
  290. package/dist/collection/components/select-popover/select-popover.js +8 -18
  291. package/dist/collection/components/skeleton-text/skeleton-text.js +1 -6
  292. package/dist/collection/components/spinner/spinner.js +7 -15
  293. package/dist/collection/components/split-pane/split-pane.js +4 -17
  294. package/dist/collection/components/tab/tab.js +7 -14
  295. package/dist/collection/components/tab-bar/tab-bar.js +5 -14
  296. package/dist/collection/components/tab-button/tab-button.js +16 -32
  297. package/dist/collection/components/tabs/tabs.js +3 -5
  298. package/dist/collection/components/text/text.js +4 -3
  299. package/dist/collection/components/textarea/textarea.js +59 -146
  300. package/dist/collection/components/title/title.js +6 -6
  301. package/dist/collection/components/toast/toast.js +45 -119
  302. package/dist/collection/components/toggle/toggle.js +28 -86
  303. package/dist/collection/components/toolbar/toolbar.js +2 -3
  304. package/dist/docs.d.ts +0 -8
  305. package/dist/docs.json +584 -1823
  306. package/dist/esm/{animation-CCtpQcsN.js → animation-eab5a4ca.js} +1 -1
  307. package/dist/esm/{app-globals-C0a0o4Av.js → app-globals-7b6cbf1a.js} +1 -1
  308. package/dist/esm/{button-active-BQqkZ_sm.js → button-active-90f1dbc4.js} +3 -3
  309. package/dist/esm/{capacitor-CFERIeaU.js → capacitor-59395cbd.js} +1 -1
  310. package/dist/esm/{data-omKWOMer.js → data-174ad5e0.js} +6 -31
  311. package/dist/esm/{framework-delegate-D3CI7y6x.js → framework-delegate-2eea1763.js} +1 -1
  312. package/dist/esm/{gesture-controller-BTEOs1at.js → gesture-controller-314a54f6.js} +1 -1
  313. package/dist/esm/{haptic-DzAMWJuk.js → haptic-ac164e4c.js} +2 -2
  314. package/dist/esm/{hardware-back-button-RMajLSrZ.js → hardware-back-button-864101a3.js} +3 -3
  315. package/dist/esm/{helpers-Di6ciXLG.js → helpers-78efeec3.js} +5 -2
  316. package/dist/esm/{index-CfgBF1SE.js → index-39782642.js} +6 -4
  317. package/dist/esm/{index-B2_fY2up.js → index-40894f4b.js} +2 -2
  318. package/dist/esm/{index-EP3pwcdb.js → index-527b9e34.js} +648 -1392
  319. package/dist/esm/{index-DR2njD_q.js → index-738d7504.js} +2 -2
  320. package/dist/esm/{index-BLV6ykCk.js → index-e2cf2ceb.js} +1 -2
  321. package/dist/esm/{index-CDohRbVJ.js → index-e919e353.js} +3 -3
  322. package/dist/esm/{index-BKfOgUuW.js → index-ecb55b8d.js} +6 -6
  323. package/dist/esm/{index-C7r3mIlB.js → index-f9f5d018.js} +6 -6
  324. package/dist/esm/index.js +18 -18
  325. package/dist/esm/{input-shims-Clcc9pEO.js → input-shims-7dc1f6dc.js} +8 -8
  326. package/dist/esm/{input.utils-BeGXuyDm.js → input.utils-28bf4ef0.js} +3 -3
  327. package/dist/esm/ion-accordion_2.entry.js +23 -54
  328. package/dist/esm/ion-action-sheet.entry.js +36 -50
  329. package/dist/esm/ion-alert.entry.js +39 -55
  330. package/dist/esm/ion-app_8.entry.js +63 -96
  331. package/dist/esm/ion-avatar_3.entry.js +14 -8
  332. package/dist/esm/ion-back-button.entry.js +16 -15
  333. package/dist/esm/ion-backdrop.entry.js +6 -13
  334. package/dist/esm/ion-breadcrumb_2.entry.js +32 -38
  335. package/dist/esm/ion-button_2.entry.js +28 -33
  336. package/dist/esm/ion-card_5.entry.js +33 -32
  337. package/dist/esm/ion-checkbox.entry.js +20 -44
  338. package/dist/esm/ion-chip.entry.js +8 -11
  339. package/dist/esm/ion-col_3.entry.js +32 -8
  340. package/dist/esm/ion-datetime-button.entry.js +18 -20
  341. package/dist/esm/ion-datetime_3.entry.js +120 -251
  342. package/dist/esm/ion-fab_3.entry.js +29 -57
  343. package/dist/esm/ion-img.entry.js +9 -4
  344. package/dist/esm/ion-infinite-scroll_2.entry.js +18 -35
  345. package/dist/esm/ion-input-password-toggle.entry.js +13 -11
  346. package/dist/esm/ion-input.entry.js +51 -79
  347. package/dist/esm/ion-item-option_3.entry.js +26 -32
  348. package/dist/esm/ion-item_8.entry.js +50 -49
  349. package/dist/esm/ion-loading.entry.js +29 -46
  350. package/dist/esm/ion-menu_3.entry.js +37 -62
  351. package/dist/esm/ion-modal.entry.js +50 -128
  352. package/dist/esm/ion-nav_2.entry.js +20 -17
  353. package/dist/esm/ion-picker-column-option.entry.js +9 -22
  354. package/dist/esm/ion-picker-column.entry.js +15 -30
  355. package/dist/esm/ion-picker.entry.js +6 -4
  356. package/dist/esm/ion-popover.entry.js +45 -137
  357. package/dist/esm/ion-progress-bar.entry.js +9 -22
  358. package/dist/esm/ion-radio_2.entry.js +28 -42
  359. package/dist/esm/ion-range.entry.js +31 -71
  360. package/dist/esm/ion-refresher_2.entry.js +24 -68
  361. package/dist/esm/ion-reorder_2.entry.js +17 -17
  362. package/dist/esm/ion-ripple-effect.entry.js +4 -12
  363. package/dist/esm/ion-route_4.entry.js +18 -34
  364. package/dist/esm/ion-searchbar.entry.js +34 -83
  365. package/dist/esm/ion-segment-content.entry.js +3 -2
  366. package/dist/esm/ion-segment-view.entry.js +6 -6
  367. package/dist/esm/ion-segment_2.entry.js +27 -47
  368. package/dist/esm/ion-select-modal.entry.js +18 -13
  369. package/dist/esm/ion-select_3.entry.js +63 -82
  370. package/dist/esm/ion-spinner.entry.js +9 -8
  371. package/dist/esm/ion-split-pane.entry.js +7 -12
  372. package/dist/esm/ion-tab-bar_2.entry.js +26 -25
  373. package/dist/esm/ion-tab_2.entry.js +12 -8
  374. package/dist/esm/ion-text.entry.js +6 -4
  375. package/dist/esm/ion-textarea.entry.js +43 -71
  376. package/dist/esm/ion-toast.entry.js +42 -65
  377. package/dist/esm/ion-toggle.entry.js +32 -63
  378. package/dist/esm/{ionic-global-CrB2BPUW.js → ionic-global-ca86cf32.js} +1 -1
  379. package/dist/esm/ionic.js +6 -7
  380. package/dist/esm/{ios.transition-BObaMu_w.js → ios.transition-7fe5dbea.js} +7 -7
  381. package/dist/esm/{keyboard-ywgs5efA.js → keyboard-52278bd7.js} +3 -3
  382. package/dist/esm/{keyboard-CUw4ekVy.js → keyboard-73175e24.js} +1 -1
  383. package/dist/esm/{keyboard-controller-BaaVITYt.js → keyboard-controller-ec5c2bfa.js} +2 -2
  384. package/dist/esm/loader.js +5 -5
  385. package/dist/esm/{md.transition-BYk9oj5T.js → md.transition-8dc58b46.js} +7 -7
  386. package/dist/esm/{notch-controller-PoOhjO4o.js → notch-controller-00d92e89.js} +2 -2
  387. package/dist/esm/{overlays-DUDTB6a2.js → overlays-41a5d51b.js} +7 -7
  388. package/dist/esm/polyfills/core-js.js +11 -0
  389. package/dist/esm/polyfills/dom.js +79 -0
  390. package/dist/esm/polyfills/es5-html-element.js +1 -0
  391. package/dist/esm/polyfills/index.js +34 -0
  392. package/dist/esm/polyfills/system.js +6 -0
  393. package/dist/esm/{status-tap-Az5SFsVV.js → status-tap-f6d08e9e.js} +5 -5
  394. package/dist/esm/{swipe-back-Df75PJ2J.js → swipe-back-07df2095.js} +4 -4
  395. package/dist/esm-es5/animation-eab5a4ca.js +4 -0
  396. package/dist/esm-es5/app-globals-7b6cbf1a.js +4 -0
  397. package/dist/esm-es5/button-active-90f1dbc4.js +4 -0
  398. package/dist/esm-es5/capacitor-59395cbd.js +4 -0
  399. package/dist/esm-es5/compare-with-utils-a96ff2ea.js +4 -0
  400. package/dist/esm-es5/config-49c88215.js +4 -0
  401. package/dist/esm-es5/cubic-bezier-fe2083dc.js +4 -0
  402. package/dist/esm-es5/data-174ad5e0.js +4 -0
  403. package/dist/esm-es5/dir-babeabeb.js +4 -0
  404. package/dist/esm-es5/focus-visible-dd40d69f.js +4 -0
  405. package/dist/esm-es5/framework-delegate-2eea1763.js +4 -0
  406. package/dist/esm-es5/gesture-controller-314a54f6.js +4 -0
  407. package/dist/esm-es5/haptic-ac164e4c.js +4 -0
  408. package/dist/esm-es5/hardware-back-button-864101a3.js +4 -0
  409. package/dist/esm-es5/helpers-78efeec3.js +4 -0
  410. package/dist/esm-es5/index-39782642.js +4 -0
  411. package/dist/esm-es5/index-40894f4b.js +4 -0
  412. package/dist/esm-es5/index-527b9e34.js +5 -0
  413. package/dist/esm-es5/index-738d7504.js +4 -0
  414. package/dist/esm-es5/index-a5d50daf.js +4 -0
  415. package/dist/esm-es5/index-e2cf2ceb.js +4 -0
  416. package/dist/esm-es5/index-e919e353.js +4 -0
  417. package/dist/esm-es5/index-ecb55b8d.js +4 -0
  418. package/dist/esm-es5/index-f9f5d018.js +4 -0
  419. package/dist/esm-es5/index.js +4 -0
  420. package/dist/esm-es5/input-shims-7dc1f6dc.js +4 -0
  421. package/dist/esm-es5/input.utils-28bf4ef0.js +4 -0
  422. package/dist/esm-es5/ion-accordion_2.entry.js +4 -0
  423. package/dist/esm-es5/ion-action-sheet.entry.js +4 -0
  424. package/dist/esm-es5/ion-alert.entry.js +4 -0
  425. package/dist/esm-es5/ion-app_8.entry.js +4 -0
  426. package/dist/esm-es5/ion-avatar_3.entry.js +4 -0
  427. package/dist/esm-es5/ion-back-button.entry.js +4 -0
  428. package/dist/esm-es5/ion-backdrop.entry.js +4 -0
  429. package/dist/esm-es5/ion-breadcrumb_2.entry.js +4 -0
  430. package/dist/esm-es5/ion-button_2.entry.js +4 -0
  431. package/dist/esm-es5/ion-card_5.entry.js +4 -0
  432. package/dist/esm-es5/ion-checkbox.entry.js +4 -0
  433. package/dist/esm-es5/ion-chip.entry.js +4 -0
  434. package/dist/esm-es5/ion-col_3.entry.js +4 -0
  435. package/dist/esm-es5/ion-datetime-button.entry.js +4 -0
  436. package/dist/esm-es5/ion-datetime_3.entry.js +4 -0
  437. package/dist/esm-es5/ion-fab_3.entry.js +4 -0
  438. package/dist/esm-es5/ion-img.entry.js +4 -0
  439. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +4 -0
  440. package/dist/esm-es5/ion-input-password-toggle.entry.js +4 -0
  441. package/dist/esm-es5/ion-input.entry.js +4 -0
  442. package/dist/esm-es5/ion-item-option_3.entry.js +4 -0
  443. package/dist/esm-es5/ion-item_8.entry.js +4 -0
  444. package/dist/esm-es5/ion-loading.entry.js +4 -0
  445. package/dist/esm-es5/ion-menu_3.entry.js +4 -0
  446. package/dist/esm-es5/ion-modal.entry.js +4 -0
  447. package/dist/esm-es5/ion-nav_2.entry.js +4 -0
  448. package/dist/esm-es5/ion-picker-column-option.entry.js +4 -0
  449. package/dist/esm-es5/ion-picker-column.entry.js +4 -0
  450. package/dist/esm-es5/ion-picker.entry.js +4 -0
  451. package/dist/esm-es5/ion-popover.entry.js +4 -0
  452. package/dist/esm-es5/ion-progress-bar.entry.js +4 -0
  453. package/dist/esm-es5/ion-radio_2.entry.js +4 -0
  454. package/dist/esm-es5/ion-range.entry.js +4 -0
  455. package/dist/esm-es5/ion-refresher_2.entry.js +4 -0
  456. package/dist/esm-es5/ion-reorder_2.entry.js +4 -0
  457. package/dist/esm-es5/ion-ripple-effect.entry.js +4 -0
  458. package/dist/esm-es5/ion-route_4.entry.js +4 -0
  459. package/dist/esm-es5/ion-searchbar.entry.js +4 -0
  460. package/dist/esm-es5/ion-segment-content.entry.js +4 -0
  461. package/dist/esm-es5/ion-segment-view.entry.js +4 -0
  462. package/dist/esm-es5/ion-segment_2.entry.js +4 -0
  463. package/dist/esm-es5/ion-select-modal.entry.js +4 -0
  464. package/dist/esm-es5/ion-select_3.entry.js +4 -0
  465. package/dist/esm-es5/ion-spinner.entry.js +4 -0
  466. package/dist/esm-es5/ion-split-pane.entry.js +4 -0
  467. package/dist/esm-es5/ion-tab-bar_2.entry.js +4 -0
  468. package/dist/esm-es5/ion-tab_2.entry.js +4 -0
  469. package/dist/esm-es5/ion-text.entry.js +4 -0
  470. package/dist/esm-es5/ion-textarea.entry.js +4 -0
  471. package/dist/esm-es5/ion-toast.entry.js +4 -0
  472. package/dist/esm-es5/ion-toggle.entry.js +4 -0
  473. package/dist/esm-es5/ionic-global-ca86cf32.js +4 -0
  474. package/dist/esm-es5/ionic.js +4 -0
  475. package/dist/esm-es5/ios.transition-7fe5dbea.js +4 -0
  476. package/dist/esm-es5/keyboard-52278bd7.js +4 -0
  477. package/dist/esm-es5/keyboard-73175e24.js +4 -0
  478. package/dist/esm-es5/keyboard-controller-ec5c2bfa.js +4 -0
  479. package/dist/esm-es5/loader.js +4 -0
  480. package/dist/esm-es5/lock-controller-316928be.js +4 -0
  481. package/dist/esm-es5/md.transition-8dc58b46.js +4 -0
  482. package/dist/esm-es5/notch-controller-00d92e89.js +4 -0
  483. package/dist/esm-es5/overlays-41a5d51b.js +4 -0
  484. package/dist/esm-es5/spinner-configs-964f7cf3.js +4 -0
  485. package/dist/esm-es5/status-tap-f6d08e9e.js +4 -0
  486. package/dist/esm-es5/swipe-back-07df2095.js +4 -0
  487. package/dist/esm-es5/theme-01f3f29c.js +4 -0
  488. package/dist/esm-es5/watch-options-c2911ace.js +4 -0
  489. package/dist/html.html-data.json +0 -216
  490. package/dist/index.js +1 -1
  491. package/dist/ionic/index.esm.js +1 -1
  492. package/dist/ionic/ionic.esm.js +1 -1
  493. package/dist/ionic/ionic.js +127 -0
  494. package/dist/ionic/p-012c3ceb.system.js +4 -0
  495. package/dist/ionic/p-027a48f1.entry.js +4 -0
  496. package/dist/ionic/p-058b7f35.js +4 -0
  497. package/dist/ionic/p-05b65d7a.entry.js +4 -0
  498. package/dist/ionic/p-08e01816.system.js +4 -0
  499. package/dist/ionic/p-09d185ff.system.js +4 -0
  500. package/dist/ionic/p-0a456b7f.entry.js +4 -0
  501. package/dist/ionic/p-0adb6909.system.entry.js +4 -0
  502. package/dist/ionic/p-0bedc891.system.entry.js +4 -0
  503. package/dist/ionic/p-0c8386d3.entry.js +4 -0
  504. package/dist/ionic/p-0d1be7c9.system.entry.js +4 -0
  505. package/dist/ionic/p-0ec5b7cf.system.js +4 -0
  506. package/dist/ionic/p-14114a59.system.entry.js +4 -0
  507. package/dist/ionic/p-14e041cd.system.entry.js +4 -0
  508. package/dist/ionic/p-15bb1dde.system.js +4 -0
  509. package/dist/ionic/p-180b4f9a.entry.js +4 -0
  510. package/dist/ionic/p-19c32a76.entry.js +4 -0
  511. package/dist/ionic/p-1b0b2210.entry.js +4 -0
  512. package/dist/ionic/p-1bf5ec17.system.js +4 -0
  513. package/dist/ionic/p-1c1d781d.system.entry.js +4 -0
  514. package/dist/ionic/p-1c8b3ac9.entry.js +4 -0
  515. package/dist/ionic/p-1de5dfcd.system.entry.js +4 -0
  516. package/dist/ionic/p-1dfc11b3.system.js +4 -0
  517. package/dist/ionic/p-1e4371bd.js +4 -0
  518. package/dist/ionic/p-1e955a45.system.js +4 -0
  519. package/dist/ionic/p-20d469d0.system.js +4 -0
  520. package/dist/ionic/p-21891ead.js +4 -0
  521. package/dist/ionic/{p-CwbsDRzJ.js → p-22bc235f.js} +1 -1
  522. package/dist/ionic/{p-9cac4dc7.entry.js → p-2567237c.entry.js} +1 -1
  523. package/dist/ionic/{p-D13Eaw-8.js → p-27281edd.js} +1 -1
  524. package/dist/ionic/p-28c81576.entry.js +4 -0
  525. package/dist/ionic/p-29a5b4e4.entry.js +4 -0
  526. package/dist/ionic/p-2a2c6bf4.system.entry.js +4 -0
  527. package/dist/ionic/p-2b7827c7.js +4 -0
  528. package/dist/ionic/p-33518a04.entry.js +4 -0
  529. package/dist/ionic/p-35f14792.entry.js +4 -0
  530. package/dist/ionic/p-383a6058.entry.js +4 -0
  531. package/dist/ionic/p-3855fef7.system.js +4 -0
  532. package/dist/ionic/p-38eaf9cf.system.entry.js +4 -0
  533. package/dist/ionic/p-3ba2a2cd.system.js +4 -0
  534. package/dist/ionic/p-3e1e14d9.system.js +4 -0
  535. package/dist/ionic/{p-C-oNjncL.js → p-3f4327f7.js} +1 -1
  536. package/dist/ionic/p-41e70fa2.entry.js +4 -0
  537. package/dist/ionic/p-44fde7d5.system.entry.js +4 -0
  538. package/dist/ionic/{p-uzIBoXdl.js → p-44ff75ea.js} +1 -1
  539. package/dist/ionic/p-455cd7cc.system.js +4 -0
  540. package/dist/ionic/p-4609d030.system.js +4 -0
  541. package/dist/ionic/p-4630688e.system.entry.js +4 -0
  542. package/dist/ionic/p-4662a25c.system.entry.js +4 -0
  543. package/dist/ionic/p-49d53551.system.entry.js +4 -0
  544. package/dist/ionic/p-4b07c60a.system.js +4 -0
  545. package/dist/ionic/p-4c7e6fec.system.entry.js +4 -0
  546. package/dist/ionic/p-4d5bce60.system.entry.js +4 -0
  547. package/dist/ionic/p-4ea4c73a.system.entry.js +4 -0
  548. package/dist/ionic/p-4eeca839.system.entry.js +4 -0
  549. package/dist/ionic/p-4f255d5a.system.js +4 -0
  550. package/dist/ionic/p-50e0ce13.entry.js +4 -0
  551. package/dist/ionic/p-51479be0.system.entry.js +4 -0
  552. package/dist/ionic/p-5578033e.system.entry.js +4 -0
  553. package/dist/ionic/{p-HRylM0tf.js → p-597ff9af.js} +1 -1
  554. package/dist/ionic/p-5fb1321f.entry.js +4 -0
  555. package/dist/ionic/p-607aa181.entry.js +4 -0
  556. package/dist/ionic/p-61373098.js +4 -0
  557. package/dist/ionic/p-6155027f.system.entry.js +4 -0
  558. package/dist/ionic/p-61e794fb.entry.js +4 -0
  559. package/dist/ionic/{p-RyPJq84W.js → p-624ecf03.js} +1 -1
  560. package/dist/ionic/p-64d8ac48.js +4 -0
  561. package/dist/ionic/p-657ada6a.entry.js +4 -0
  562. package/dist/ionic/p-65943bec.system.entry.js +4 -0
  563. package/dist/ionic/p-65e732b9.entry.js +4 -0
  564. package/dist/ionic/p-66a5d6a8.js +5 -0
  565. package/dist/ionic/p-69a96be9.system.entry.js +4 -0
  566. package/dist/ionic/p-6c044a1d.system.js +4 -0
  567. package/dist/ionic/p-7058a5e4.system.entry.js +4 -0
  568. package/dist/ionic/p-705fda69.system.js +4 -0
  569. package/dist/ionic/p-707408c5.system.entry.js +4 -0
  570. package/dist/ionic/p-70abb1f2.system.entry.js +4 -0
  571. package/dist/ionic/p-747f9517.entry.js +4 -0
  572. package/dist/ionic/{p-DSMkBmnY.js → p-756e4559.js} +1 -1
  573. package/dist/ionic/p-772d1657.system.js +4 -0
  574. package/dist/ionic/p-77aa5fef.system.entry.js +4 -0
  575. package/dist/ionic/p-792919fd.system.js +4 -0
  576. package/dist/ionic/p-7c9daa6f.entry.js +4 -0
  577. package/dist/ionic/p-7cc33a9a.system.js +4 -0
  578. package/dist/ionic/p-7e3b5638.system.entry.js +4 -0
  579. package/dist/ionic/p-7f49a9c4.entry.js +4 -0
  580. package/dist/ionic/p-843ac05d.system.entry.js +4 -0
  581. package/dist/ionic/p-87b0d2c9.entry.js +4 -0
  582. package/dist/ionic/p-8985cdb6.system.js +4 -0
  583. package/dist/ionic/{p-CKvCXMs9.js → p-89b61afc.js} +1 -1
  584. package/dist/ionic/p-8b1c1fd7.entry.js +4 -0
  585. package/dist/ionic/p-8b22be32.system.entry.js +4 -0
  586. package/dist/ionic/p-8d98e2bb.entry.js +4 -0
  587. package/dist/ionic/p-8ededb41.js +4 -0
  588. package/dist/ionic/p-9146695e.system.js +4 -0
  589. package/dist/ionic/p-959cf042.system.entry.js +4 -0
  590. package/dist/ionic/p-96eec056.entry.js +4 -0
  591. package/dist/ionic/p-978bdf4c.system.js +4 -0
  592. package/dist/ionic/p-979d4f5c.system.js +4 -0
  593. package/dist/ionic/p-9870728f.js +4 -0
  594. package/dist/ionic/p-99803283.entry.js +4 -0
  595. package/dist/ionic/p-9af7f110.js +4 -0
  596. package/dist/ionic/{p-7cdee842.entry.js → p-9b069739.entry.js} +1 -1
  597. package/dist/ionic/p-9e45532a.system.js +4 -0
  598. package/dist/ionic/p-a26d7667.system.entry.js +4 -0
  599. package/dist/ionic/p-a3c931ad.system.js +4 -0
  600. package/dist/ionic/p-a4866e3e.system.js +4 -0
  601. package/dist/ionic/p-a520973b.entry.js +4 -0
  602. package/dist/ionic/p-a6625de8.system.js +4 -0
  603. package/dist/ionic/p-a75a9e5a.system.entry.js +4 -0
  604. package/dist/ionic/p-a768ae50.entry.js +4 -0
  605. package/dist/ionic/p-a7830ff8.entry.js +4 -0
  606. package/dist/ionic/p-a9198501.system.entry.js +4 -0
  607. package/dist/ionic/p-a93873de.system.js +4 -0
  608. package/dist/ionic/p-ab7337e1.entry.js +4 -0
  609. package/dist/ionic/p-abe101da.system.js +4 -0
  610. package/dist/ionic/p-ac09b6e9.system.entry.js +4 -0
  611. package/dist/ionic/p-ac58d726.system.entry.js +4 -0
  612. package/dist/ionic/p-b06ac4a5.system.js +4 -0
  613. package/dist/ionic/p-b1673667.entry.js +4 -0
  614. package/dist/ionic/p-b1f9fbe8.system.entry.js +4 -0
  615. package/dist/ionic/p-b2ee0628.system.entry.js +4 -0
  616. package/dist/ionic/{p-f1f6326a.entry.js → p-b87a9f1d.entry.js} +1 -1
  617. package/dist/ionic/p-b8a461f5.system.entry.js +4 -0
  618. package/dist/ionic/{p-mxKP5hf-.js → p-b9fa7882.js} +1 -1
  619. package/dist/ionic/p-ba29521b.entry.js +4 -0
  620. package/dist/ionic/p-bf64af90.system.js +4 -0
  621. package/dist/ionic/{p-189c7fe9.entry.js → p-c005cc37.entry.js} +1 -1
  622. package/dist/ionic/p-c27c57ea.system.entry.js +4 -0
  623. package/dist/ionic/p-c3f9d9fe.js +4 -0
  624. package/dist/ionic/p-c468af8a.system.js +4 -0
  625. package/dist/ionic/p-c53c414d.system.entry.js +4 -0
  626. package/dist/ionic/p-c61cc894.js +4 -0
  627. package/dist/ionic/p-c63d8dc1.js +4 -0
  628. package/dist/ionic/p-c7e16491.js +4 -0
  629. package/dist/ionic/p-ccb740ea.entry.js +4 -0
  630. package/dist/ionic/p-cec54707.system.entry.js +4 -0
  631. package/dist/ionic/p-cfc08422.entry.js +4 -0
  632. package/dist/ionic/p-cff4f96c.entry.js +4 -0
  633. package/dist/ionic/p-d40f2b7a.js +4 -0
  634. package/dist/ionic/p-d70a9e6d.system.js +4 -0
  635. package/dist/ionic/p-d882f1e2.system.entry.js +4 -0
  636. package/dist/ionic/p-d8d84afa.system.js +4 -0
  637. package/dist/ionic/{p-BLV6ykCk.js → p-da2b833b.js} +1 -1
  638. package/dist/ionic/p-dcc0d747.entry.js +4 -0
  639. package/dist/ionic/p-e0b7569c.system.entry.js +4 -0
  640. package/dist/ionic/p-e11ff516.entry.js +4 -0
  641. package/dist/ionic/p-e29c5aab.system.entry.js +4 -0
  642. package/dist/ionic/p-e2ce5f8b.entry.js +4 -0
  643. package/dist/ionic/p-e3284879.system.entry.js +4 -0
  644. package/dist/ionic/p-e3e4eed7.entry.js +4 -0
  645. package/dist/ionic/p-e4683bfd.system.entry.js +4 -0
  646. package/dist/ionic/p-e4d2c281.entry.js +4 -0
  647. package/dist/ionic/p-e65b8460.entry.js +4 -0
  648. package/dist/ionic/p-e673a0a2.system.js +4 -0
  649. package/dist/ionic/p-e6cdfa96.system.entry.js +4 -0
  650. package/dist/ionic/{p-46f82b82.entry.js → p-e8245753.entry.js} +1 -1
  651. package/dist/ionic/p-ece78e7b.js +4 -0
  652. package/dist/ionic/p-ee86cfff.system.js +4 -0
  653. package/dist/ionic/p-f11a9436.system.js +5 -0
  654. package/dist/ionic/p-f201b53a.system.js +4 -0
  655. package/dist/ionic/p-f23124c4.system.js +4 -0
  656. package/dist/ionic/p-f233f1e0.system.js +4 -0
  657. package/dist/ionic/p-f387b3c6.system.entry.js +4 -0
  658. package/dist/ionic/{p-D_2UPtUV.js → p-f53ee2e7.js} +1 -1
  659. package/dist/ionic/p-f5a04e5e.system.entry.js +4 -0
  660. package/dist/ionic/p-f6bb9be7.system.entry.js +4 -0
  661. package/dist/ionic/p-f70fc14a.entry.js +4 -0
  662. package/dist/ionic/{p-Cg19OPuo.js → p-f7ce606e.js} +1 -1
  663. package/dist/ionic/p-f834322a.entry.js +4 -0
  664. package/dist/ionic/p-f896194a.system.entry.js +4 -0
  665. package/dist/ionic/p-fa70eaab.entry.js +4 -0
  666. package/dist/ionic/p-ffa3ba3c.js +4 -0
  667. package/dist/types/components/datetime/datetime-interface.d.ts +0 -1
  668. package/dist/types/components/datetime/datetime.d.ts +0 -6
  669. package/dist/types/components/datetime/utils/data.d.ts +1 -3
  670. package/dist/types/components/datetime/utils/manipulation.d.ts +0 -1
  671. package/dist/types/components/input/input.d.ts +8 -0
  672. package/dist/types/components/select/select.d.ts +9 -0
  673. package/dist/types/components/textarea/textarea.d.ts +8 -0
  674. package/dist/types/components.d.ts +0 -8
  675. package/dist/types/index.d.ts +0 -1
  676. package/dist/types/stencil-public-runtime.d.ts +0 -9
  677. package/hydrate/index.d.ts +5 -40
  678. package/hydrate/index.js +2229 -4687
  679. package/hydrate/index.mjs +2228 -4686
  680. package/loader/cdn.js +2 -1
  681. package/loader/index.cjs.js +2 -1
  682. package/loader/index.es2017.js +1 -0
  683. package/loader/index.js +2 -1
  684. package/loader/package.json +11 -0
  685. package/package.json +2 -2
  686. package/dist/ionic/p-006975c7.entry.js +0 -4
  687. package/dist/ionic/p-00acbe36.entry.js +0 -4
  688. package/dist/ionic/p-03abd858.entry.js +0 -4
  689. package/dist/ionic/p-141822bc.entry.js +0 -4
  690. package/dist/ionic/p-17e8ff6b.entry.js +0 -4
  691. package/dist/ionic/p-18b4709f.entry.js +0 -4
  692. package/dist/ionic/p-1bea6291.entry.js +0 -4
  693. package/dist/ionic/p-1f3d9d38.entry.js +0 -4
  694. package/dist/ionic/p-20b45b04.entry.js +0 -4
  695. package/dist/ionic/p-2959ef70.entry.js +0 -4
  696. package/dist/ionic/p-2b9a91c2.entry.js +0 -4
  697. package/dist/ionic/p-2c58164d.entry.js +0 -4
  698. package/dist/ionic/p-2d142503.entry.js +0 -4
  699. package/dist/ionic/p-3129a2c6.entry.js +0 -4
  700. package/dist/ionic/p-3a5bc7b1.entry.js +0 -4
  701. package/dist/ionic/p-40e55257.entry.js +0 -4
  702. package/dist/ionic/p-45f3c7d9.entry.js +0 -4
  703. package/dist/ionic/p-47ccb59d.entry.js +0 -4
  704. package/dist/ionic/p-4bd5bd61.entry.js +0 -4
  705. package/dist/ionic/p-52043361.entry.js +0 -4
  706. package/dist/ionic/p-527660e0.entry.js +0 -4
  707. package/dist/ionic/p-601f0d27.entry.js +0 -4
  708. package/dist/ionic/p-644759cb.entry.js +0 -4
  709. package/dist/ionic/p-657e9085.entry.js +0 -4
  710. package/dist/ionic/p-67178c9b.entry.js +0 -4
  711. package/dist/ionic/p-67b4c53d.entry.js +0 -4
  712. package/dist/ionic/p-6cab60b7.entry.js +0 -4
  713. package/dist/ionic/p-6ceef433.entry.js +0 -4
  714. package/dist/ionic/p-6d8983d1.entry.js +0 -4
  715. package/dist/ionic/p-79851759.entry.js +0 -4
  716. package/dist/ionic/p-7d026411.entry.js +0 -4
  717. package/dist/ionic/p-7d4b2506.entry.js +0 -4
  718. package/dist/ionic/p-8b6eb546.entry.js +0 -4
  719. package/dist/ionic/p-8fc1959d.entry.js +0 -4
  720. package/dist/ionic/p-9092b7fb.entry.js +0 -4
  721. package/dist/ionic/p-9eeaBrnk.js +0 -4
  722. package/dist/ionic/p-9fe56809.entry.js +0 -4
  723. package/dist/ionic/p-BBmUb2In.js +0 -4
  724. package/dist/ionic/p-C-xl6pej.js +0 -4
  725. package/dist/ionic/p-C5Aon1Kb.js +0 -4
  726. package/dist/ionic/p-CIGNaXM1.js +0 -4
  727. package/dist/ionic/p-Cl0B-RWe.js +0 -4
  728. package/dist/ionic/p-CtWGkNnJ.js +0 -4
  729. package/dist/ionic/p-D0SqsSaH.js +0 -4
  730. package/dist/ionic/p-DCi8BSH3.js +0 -4
  731. package/dist/ionic/p-DFllLYu2.js +0 -4
  732. package/dist/ionic/p-DGw3g412.js +0 -4
  733. package/dist/ionic/p-Di6ciXLG.js +0 -4
  734. package/dist/ionic/p-DonNC93r.js +0 -4
  735. package/dist/ionic/p-EP3pwcdb.js +0 -5
  736. package/dist/ionic/p-Uz6zKimy.js +0 -4
  737. package/dist/ionic/p-a5570370.entry.js +0 -4
  738. package/dist/ionic/p-a5ee3eb8.entry.js +0 -4
  739. package/dist/ionic/p-a92657fc.entry.js +0 -4
  740. package/dist/ionic/p-a9997b1b.entry.js +0 -4
  741. package/dist/ionic/p-b1f3c158.entry.js +0 -4
  742. package/dist/ionic/p-be19e061.entry.js +0 -4
  743. package/dist/ionic/p-c5157026.entry.js +0 -4
  744. package/dist/ionic/p-c6e0f544.entry.js +0 -4
  745. package/dist/ionic/p-e116bb40.entry.js +0 -4
  746. package/dist/ionic/p-e8526b09.entry.js +0 -4
  747. package/dist/ionic/p-umtghMQY.js +0 -4
  748. package/dist/ionic/p-yluxF5qo.js +0 -4
  749. /package/dist/cjs/{compare-with-utils-DSicavqM.js → compare-with-utils-df1001d7.js} +0 -0
  750. /package/dist/cjs/{config-BHiHGeHc.js → config-4f60b98a.js} +0 -0
  751. /package/dist/cjs/{cubic-bezier-DAjy1V-e.js → cubic-bezier-f2dccc53.js} +0 -0
  752. /package/dist/cjs/{dir-Cn0z1rJH.js → dir-94c21456.js} +0 -0
  753. /package/dist/cjs/{focus-visible-CCvKiLh3.js → focus-visible-7a0ce04f.js} +0 -0
  754. /package/dist/cjs/{index-DkNv4J_i.js → index-c8d52405.js} +0 -0
  755. /package/dist/cjs/{lock-controller-aDB9wrEf.js → lock-controller-6585a42a.js} +0 -0
  756. /package/dist/cjs/{spinner-configs-DxHKnd3-.js → spinner-configs-282fd50a.js} +0 -0
  757. /package/dist/cjs/{theme-CeDs6Hcv.js → theme-d1c573d2.js} +0 -0
  758. /package/dist/cjs/{watch-options-CviOsrTS.js → watch-options-f5f3e158.js} +0 -0
  759. /package/dist/esm/{compare-with-utils-sObYyvOy.js → compare-with-utils-a96ff2ea.js} +0 -0
  760. /package/dist/esm/{config-O8NobGs3.js → config-49c88215.js} +0 -0
  761. /package/dist/esm/{cubic-bezier-hHmYLOfE.js → cubic-bezier-fe2083dc.js} +0 -0
  762. /package/dist/esm/{dir-C53feagD.js → dir-babeabeb.js} +0 -0
  763. /package/dist/esm/{focus-visible-BmVRXR1y.js → focus-visible-dd40d69f.js} +0 -0
  764. /package/dist/esm/{index-ZjP4CjeZ.js → index-a5d50daf.js} +0 -0
  765. /package/dist/esm/{lock-controller-B-hirT0v.js → lock-controller-316928be.js} +0 -0
  766. /package/dist/esm/{spinner-configs-D4RIp70E.js → spinner-configs-964f7cf3.js} +0 -0
  767. /package/dist/esm/{theme-DiVJyqlX.js → theme-01f3f29c.js} +0 -0
  768. /package/dist/esm/{watch-options-Dtdm8lKC.js → watch-options-c2911ace.js} +0 -0
  769. /package/dist/ionic/{p-hHmYLOfE.js → p-2408c236.js} +0 -0
  770. /package/dist/ionic/{p-O8NobGs3.js → p-41d5544e.js} +0 -0
  771. /package/dist/ionic/{p-Dtdm8lKC.js → p-459d13d5.js} +0 -0
  772. /package/dist/ionic/{p-DiVJyqlX.js → p-47794def.js} +0 -0
  773. /package/dist/ionic/{p-ZjP4CjeZ.js → p-7b30edcc.js} +0 -0
  774. /package/dist/ionic/{p-BTEOs1at.js → p-9b97df10.js} +0 -0
  775. /package/dist/ionic/{p-B-hirT0v.js → p-ccd02320.js} +0 -0
  776. /package/dist/ionic/{p-BmVRXR1y.js → p-d47265c8.js} +0 -0
  777. /package/dist/ionic/{p-sObYyvOy.js → p-de756e5c.js} +0 -0
  778. /package/dist/ionic/{p-D4RIp70E.js → p-f0c2a614.js} +0 -0
  779. /package/dist/ionic/{p-C53feagD.js → p-fb813dab.js} +0 -0
@@ -5,19 +5,14 @@ import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal
5
5
  import { b as getIonMode } from './ionic-global.js';
6
6
 
7
7
  const fabListCss = ":host{margin-left:0;margin-right:0;margin-top:calc(100% + 10px);margin-bottom:calc(100% + 10px);display:none;position:absolute;top:0;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;min-width:56px;min-height:56px}:host(.fab-list-active){display:-ms-flexbox;display:flex}::slotted(.fab-button-in-list){margin-left:0;margin-right:0;margin-top:8px;margin-bottom:8px;width:40px;height:40px;-webkit-transform:scale(0);transform:scale(0);opacity:0;visibility:hidden}:host(.fab-list-side-top) ::slotted(.fab-button-in-list),:host(.fab-list-side-bottom) ::slotted(.fab-button-in-list){margin-left:0;margin-right:0;margin-top:5px;margin-bottom:5px}:host(.fab-list-side-start) ::slotted(.fab-button-in-list),:host(.fab-list-side-end) ::slotted(.fab-button-in-list){-webkit-margin-start:5px;margin-inline-start:5px;-webkit-margin-end:5px;margin-inline-end:5px;margin-top:0;margin-bottom:0}::slotted(.fab-button-in-list.fab-button-show){-webkit-transform:scale(1);transform:scale(1);opacity:1;visibility:visible}:host(.fab-list-side-top){top:auto;bottom:0;-ms-flex-direction:column-reverse;flex-direction:column-reverse}:host(.fab-list-side-start){-webkit-margin-start:calc(100% + 10px);margin-inline-start:calc(100% + 10px);-webkit-margin-end:calc(100% + 10px);margin-inline-end:calc(100% + 10px);margin-top:0;margin-bottom:0;-ms-flex-direction:row-reverse;flex-direction:row-reverse}:host(.fab-list-side-start){inset-inline-end:0}:host(.fab-list-side-end){-webkit-margin-start:calc(100% + 10px);margin-inline-start:calc(100% + 10px);-webkit-margin-end:calc(100% + 10px);margin-inline-end:calc(100% + 10px);margin-top:0;margin-bottom:0;-ms-flex-direction:row;flex-direction:row}:host(.fab-list-side-end){inset-inline-start:0}";
8
+ const IonFabListStyle0 = fabListCss;
8
9
 
9
10
  const FabList = /*@__PURE__*/ proxyCustomElement(class FabList extends HTMLElement {
10
11
  constructor() {
11
12
  super();
12
13
  this.__registerHost();
13
14
  this.__attachShadow();
14
- /**
15
- * If `true`, the fab list will show all fab buttons in the list.
16
- */
17
15
  this.activated = false;
18
- /**
19
- * The side the fab list will show on relative to the main fab button.
20
- */
21
16
  this.side = 'bottom';
22
17
  }
23
18
  activatedChanged(activated) {
@@ -40,7 +35,7 @@ const FabList = /*@__PURE__*/ proxyCustomElement(class FabList extends HTMLEleme
40
35
  static get watchers() { return {
41
36
  "activated": ["activatedChanged"]
42
37
  }; }
43
- static get style() { return fabListCss; }
38
+ static get style() { return IonFabListStyle0; }
44
39
  }, [1, "ion-fab-list", {
45
40
  "activated": [4],
46
41
  "side": [1]
@@ -5,22 +5,16 @@ import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal
5
5
  import { b as getIonMode } from './ionic-global.js';
6
6
 
7
7
  const fabCss = ":host{position:absolute;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;z-index:999}:host(.fab-horizontal-center){left:0px;right:0px;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto}:host(.fab-horizontal-start){left:calc(10px + var(--ion-safe-area-left, 0px));}:host-context([dir=rtl]):host(.fab-horizontal-start),:host-context([dir=rtl]).fab-horizontal-start{right:calc(10px + var(--ion-safe-area-right, 0px));left:unset}@supports selector(:dir(rtl)){:host(.fab-horizontal-start:dir(rtl)){right:calc(10px + var(--ion-safe-area-right, 0px));left:unset}}:host(.fab-horizontal-end){right:calc(10px + var(--ion-safe-area-right, 0px));}:host-context([dir=rtl]):host(.fab-horizontal-end),:host-context([dir=rtl]).fab-horizontal-end{left:calc(10px + var(--ion-safe-area-left, 0px));right:unset}@supports selector(:dir(rtl)){:host(.fab-horizontal-end:dir(rtl)){left:calc(10px + var(--ion-safe-area-left, 0px));right:unset}}:host(.fab-vertical-top){top:10px}:host(.fab-vertical-top.fab-edge){top:0}:host(.fab-vertical-top.fab-edge) ::slotted(ion-fab-button){margin-top:-50%}:host(.fab-vertical-top.fab-edge) ::slotted(ion-fab-button.fab-button-small){margin-top:calc((-100% + 16px) / 2)}:host(.fab-vertical-top.fab-edge) ::slotted(ion-fab-list.fab-list-side-start),:host(.fab-vertical-top.fab-edge) ::slotted(ion-fab-list.fab-list-side-end){margin-top:-50%}:host(.fab-vertical-top.fab-edge) ::slotted(ion-fab-list.fab-list-side-top),:host(.fab-vertical-top.fab-edge) ::slotted(ion-fab-list.fab-list-side-bottom){margin-top:calc(50% + 10px)}:host(.fab-vertical-bottom){bottom:10px}:host(.fab-vertical-bottom.fab-edge){bottom:0}:host(.fab-vertical-bottom.fab-edge) ::slotted(ion-fab-button){margin-bottom:-50%}:host(.fab-vertical-bottom.fab-edge) ::slotted(ion-fab-button.fab-button-small){margin-bottom:calc((-100% + 16px) / 2)}:host(.fab-vertical-bottom.fab-edge) ::slotted(ion-fab-list.fab-list-side-start),:host(.fab-vertical-bottom.fab-edge) ::slotted(ion-fab-list.fab-list-side-end){margin-bottom:-50%}:host(.fab-vertical-bottom.fab-edge) ::slotted(ion-fab-list.fab-list-side-top),:host(.fab-vertical-bottom.fab-edge) ::slotted(ion-fab-list.fab-list-side-bottom){margin-bottom:calc(50% + 10px)}:host(.fab-vertical-center){top:0px;bottom:0px;margin-top:auto;margin-bottom:auto}";
8
+ const IonFabStyle0 = fabCss;
8
9
 
9
10
  const Fab = /*@__PURE__*/ proxyCustomElement(class Fab extends HTMLElement {
10
11
  constructor() {
11
12
  super();
12
13
  this.__registerHost();
13
14
  this.__attachShadow();
14
- /**
15
- * If `true`, the fab will display on the edge of the header if
16
- * `vertical` is `"top"`, and on the edge of the footer if
17
- * it is `"bottom"`. Should be used with a `fixed` slot.
18
- */
15
+ this.horizontal = undefined;
16
+ this.vertical = undefined;
19
17
  this.edge = false;
20
- /**
21
- * If `true`, both the `ion-fab-button` and all `ion-fab-list` inside `ion-fab` will become active.
22
- * That means `ion-fab-button` will become a `close` icon and `ion-fab-list` will become visible.
23
- */
24
18
  this.activated = false;
25
19
  }
26
20
  activatedChanged() {
@@ -71,7 +65,7 @@ const Fab = /*@__PURE__*/ proxyCustomElement(class Fab extends HTMLElement {
71
65
  static get watchers() { return {
72
66
  "activated": ["activatedChanged"]
73
67
  }; }
74
- static get style() { return fabCss; }
68
+ static get style() { return IonFabStyle0; }
75
69
  }, [1, "ion-fab", {
76
70
  "horizontal": [1],
77
71
  "vertical": [1],
@@ -5,7 +5,7 @@ import { readTask, writeTask, proxyCustomElement, HTMLElement, h, Host } from '@
5
5
  import { f as findIonContent, p as printIonContentErrorMsg, g as getScrollElement } from './index8.js';
6
6
  import { c as createKeyboardController } from './keyboard-controller.js';
7
7
  import { b as getIonMode } from './ionic-global.js';
8
- import { f as clamp } from './helpers.js';
8
+ import { k as clamp } from './helpers.js';
9
9
 
10
10
  const handleFooterFade = (scrollEl, baseEl) => {
11
11
  readTask(() => {
@@ -37,24 +37,16 @@ const handleFooterFade = (scrollEl, baseEl) => {
37
37
  };
38
38
 
39
39
  const footerIosCss = "ion-footer{display:block;position:relative;-ms-flex-order:1;order:1;width:100%;z-index:10}ion-footer.footer-toolbar-padding ion-toolbar:last-of-type{padding-bottom:var(--ion-safe-area-bottom, 0)}.footer-ios ion-toolbar:first-of-type{--border-width:0.55px 0 0}@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))){.footer-background{left:0;right:0;top:0;bottom:0;position:absolute;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}.footer-translucent-ios ion-toolbar{--opacity:.8}}.footer-ios.ion-no-border ion-toolbar:first-of-type{--border-width:0}.footer-collapse-fade ion-toolbar{--opacity-scale:inherit}";
40
+ const IonFooterIosStyle0 = footerIosCss;
40
41
 
41
42
  const footerMdCss = "ion-footer{display:block;position:relative;-ms-flex-order:1;order:1;width:100%;z-index:10}ion-footer.footer-toolbar-padding ion-toolbar:last-of-type{padding-bottom:var(--ion-safe-area-bottom, 0)}.footer-md{-webkit-box-shadow:0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);box-shadow:0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12)}.footer-md.ion-no-border{-webkit-box-shadow:none;box-shadow:none}";
43
+ const IonFooterMdStyle0 = footerMdCss;
42
44
 
43
45
  const Footer = /*@__PURE__*/ proxyCustomElement(class Footer extends HTMLElement {
44
46
  constructor() {
45
47
  super();
46
48
  this.__registerHost();
47
49
  this.keyboardCtrl = null;
48
- this.keyboardVisible = false;
49
- /**
50
- * If `true`, the footer will be translucent.
51
- * Only applies when the mode is `"ios"` and the device supports
52
- * [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
53
- *
54
- * Note: In order to scroll content behind the footer, the `fullscreen`
55
- * attribute needs to be set on the content.
56
- */
57
- this.translucent = false;
58
50
  this.checkCollapsibleFooter = () => {
59
51
  const mode = getIonMode(this);
60
52
  if (mode !== 'ios') {
@@ -84,6 +76,9 @@ const Footer = /*@__PURE__*/ proxyCustomElement(class Footer extends HTMLElement
84
76
  scrollEl.addEventListener('scroll', this.contentScrollCallback);
85
77
  handleFooterFade(scrollEl, this.el);
86
78
  };
79
+ this.keyboardVisible = false;
80
+ this.collapse = undefined;
81
+ this.translucent = false;
87
82
  }
88
83
  componentDidLoad() {
89
84
  this.checkCollapsibleFooter();
@@ -132,8 +127,8 @@ const Footer = /*@__PURE__*/ proxyCustomElement(class Footer extends HTMLElement
132
127
  }
133
128
  get el() { return this; }
134
129
  static get style() { return {
135
- ios: footerIosCss,
136
- md: footerMdCss
130
+ ios: IonFooterIosStyle0,
131
+ md: IonFooterMdStyle0
137
132
  }; }
138
133
  }, [36, "ion-footer", {
139
134
  "collapse": [1],
@@ -5,15 +5,13 @@ import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal
5
5
  import { b as getIonMode } from './ionic-global.js';
6
6
 
7
7
  const gridCss = ":host{-webkit-padding-start:var(--ion-grid-padding-xs, var(--ion-grid-padding, 5px));padding-inline-start:var(--ion-grid-padding-xs, var(--ion-grid-padding, 5px));-webkit-padding-end:var(--ion-grid-padding-xs, var(--ion-grid-padding, 5px));padding-inline-end:var(--ion-grid-padding-xs, var(--ion-grid-padding, 5px));padding-top:var(--ion-grid-padding-xs, var(--ion-grid-padding, 5px));padding-bottom:var(--ion-grid-padding-xs, var(--ion-grid-padding, 5px));-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;display:block;-ms-flex:1;flex:1}@media (min-width: 576px){:host{-webkit-padding-start:var(--ion-grid-padding-sm, var(--ion-grid-padding, 5px));padding-inline-start:var(--ion-grid-padding-sm, var(--ion-grid-padding, 5px));-webkit-padding-end:var(--ion-grid-padding-sm, var(--ion-grid-padding, 5px));padding-inline-end:var(--ion-grid-padding-sm, var(--ion-grid-padding, 5px));padding-top:var(--ion-grid-padding-sm, var(--ion-grid-padding, 5px));padding-bottom:var(--ion-grid-padding-sm, var(--ion-grid-padding, 5px))}}@media (min-width: 768px){:host{-webkit-padding-start:var(--ion-grid-padding-md, var(--ion-grid-padding, 5px));padding-inline-start:var(--ion-grid-padding-md, var(--ion-grid-padding, 5px));-webkit-padding-end:var(--ion-grid-padding-md, var(--ion-grid-padding, 5px));padding-inline-end:var(--ion-grid-padding-md, var(--ion-grid-padding, 5px));padding-top:var(--ion-grid-padding-md, var(--ion-grid-padding, 5px));padding-bottom:var(--ion-grid-padding-md, var(--ion-grid-padding, 5px))}}@media (min-width: 992px){:host{-webkit-padding-start:var(--ion-grid-padding-lg, var(--ion-grid-padding, 5px));padding-inline-start:var(--ion-grid-padding-lg, var(--ion-grid-padding, 5px));-webkit-padding-end:var(--ion-grid-padding-lg, var(--ion-grid-padding, 5px));padding-inline-end:var(--ion-grid-padding-lg, var(--ion-grid-padding, 5px));padding-top:var(--ion-grid-padding-lg, var(--ion-grid-padding, 5px));padding-bottom:var(--ion-grid-padding-lg, var(--ion-grid-padding, 5px))}}@media (min-width: 1200px){:host{-webkit-padding-start:var(--ion-grid-padding-xl, var(--ion-grid-padding, 5px));padding-inline-start:var(--ion-grid-padding-xl, var(--ion-grid-padding, 5px));-webkit-padding-end:var(--ion-grid-padding-xl, var(--ion-grid-padding, 5px));padding-inline-end:var(--ion-grid-padding-xl, var(--ion-grid-padding, 5px));padding-top:var(--ion-grid-padding-xl, var(--ion-grid-padding, 5px));padding-bottom:var(--ion-grid-padding-xl, var(--ion-grid-padding, 5px))}}:host(.grid-fixed){width:var(--ion-grid-width-xs, var(--ion-grid-width, 100%));max-width:100%}@media (min-width: 576px){:host(.grid-fixed){width:var(--ion-grid-width-sm, var(--ion-grid-width, 540px))}}@media (min-width: 768px){:host(.grid-fixed){width:var(--ion-grid-width-md, var(--ion-grid-width, 720px))}}@media (min-width: 992px){:host(.grid-fixed){width:var(--ion-grid-width-lg, var(--ion-grid-width, 960px))}}@media (min-width: 1200px){:host(.grid-fixed){width:var(--ion-grid-width-xl, var(--ion-grid-width, 1140px))}}:host(.ion-no-padding){--ion-grid-column-padding:0;--ion-grid-column-padding-xs:0;--ion-grid-column-padding-sm:0;--ion-grid-column-padding-md:0;--ion-grid-column-padding-lg:0;--ion-grid-column-padding-xl:0}";
8
+ const IonGridStyle0 = gridCss;
8
9
 
9
10
  const Grid = /*@__PURE__*/ proxyCustomElement(class Grid extends HTMLElement {
10
11
  constructor() {
11
12
  super();
12
13
  this.__registerHost();
13
14
  this.__attachShadow();
14
- /**
15
- * If `true`, the grid will have a fixed width based on the screen size.
16
- */
17
15
  this.fixed = false;
18
16
  }
19
17
  render() {
@@ -23,7 +21,7 @@ const Grid = /*@__PURE__*/ proxyCustomElement(class Grid extends HTMLElement {
23
21
  'grid-fixed': this.fixed,
24
22
  } }, h("slot", { key: 'c781fff853b093d8f44bdb7943bbc4f17c903803' })));
25
23
  }
26
- static get style() { return gridCss; }
24
+ static get style() { return IonGridStyle0; }
27
25
  }, [1, "ion-grid", {
28
26
  "fixed": [4]
29
27
  }]);
@@ -6,6 +6,7 @@ import { d as inheritAttributes } from './helpers.js';
6
6
  import { b as getIonMode } from './ionic-global.js';
7
7
 
8
8
  const imgCss = ":host{display:block;-o-object-fit:contain;object-fit:contain}img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}";
9
+ const IonImgStyle0 = imgCss;
9
10
 
10
11
  const Img = /*@__PURE__*/ proxyCustomElement(class Img extends HTMLElement {
11
12
  constructor() {
@@ -22,6 +23,10 @@ const Img = /*@__PURE__*/ proxyCustomElement(class Img extends HTMLElement {
22
23
  this.onError = () => {
23
24
  this.ionError.emit();
24
25
  };
26
+ this.loadSrc = undefined;
27
+ this.loadError = undefined;
28
+ this.alt = undefined;
29
+ this.src = undefined;
25
30
  }
26
31
  srcChanged() {
27
32
  this.addIO();
@@ -79,7 +84,7 @@ const Img = /*@__PURE__*/ proxyCustomElement(class Img extends HTMLElement {
79
84
  static get watchers() { return {
80
85
  "src": ["srcChanged"]
81
86
  }; }
82
- static get style() { return imgCss; }
87
+ static get style() { return IonImgStyle0; }
83
88
  }, [1, "ion-img", {
84
89
  "alt": [1],
85
90
  "src": [1],
@@ -7,14 +7,18 @@ import { c as config, b as getIonMode } from './ionic-global.js';
7
7
  import { d as defineCustomElement$2 } from './spinner.js';
8
8
 
9
9
  const infiniteScrollContentIosCss = "ion-infinite-scroll-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;min-height:84px;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.infinite-loading{margin-left:0;margin-right:0;margin-top:0;margin-bottom:32px;display:none;width:100%}.infinite-loading-text{-webkit-margin-start:32px;margin-inline-start:32px;-webkit-margin-end:32px;margin-inline-end:32px;margin-top:4px;margin-bottom:0}.infinite-scroll-loading ion-infinite-scroll-content>.infinite-loading{display:block}.infinite-scroll-content-ios .infinite-loading-text{color:var(--ion-color-step-600, var(--ion-text-color-step-400, #666666))}.infinite-scroll-content-ios .infinite-loading-spinner .spinner-lines-ios line,.infinite-scroll-content-ios .infinite-loading-spinner .spinner-lines-small-ios line,.infinite-scroll-content-ios .infinite-loading-spinner .spinner-crescent circle{stroke:var(--ion-color-step-600, var(--ion-text-color-step-400, #666666))}.infinite-scroll-content-ios .infinite-loading-spinner .spinner-bubbles circle,.infinite-scroll-content-ios .infinite-loading-spinner .spinner-circles circle,.infinite-scroll-content-ios .infinite-loading-spinner .spinner-dots circle{fill:var(--ion-color-step-600, var(--ion-text-color-step-400, #666666))}";
10
+ const IonInfiniteScrollContentIosStyle0 = infiniteScrollContentIosCss;
10
11
 
11
12
  const infiniteScrollContentMdCss = "ion-infinite-scroll-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;min-height:84px;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.infinite-loading{margin-left:0;margin-right:0;margin-top:0;margin-bottom:32px;display:none;width:100%}.infinite-loading-text{-webkit-margin-start:32px;margin-inline-start:32px;-webkit-margin-end:32px;margin-inline-end:32px;margin-top:4px;margin-bottom:0}.infinite-scroll-loading ion-infinite-scroll-content>.infinite-loading{display:block}.infinite-scroll-content-md .infinite-loading-text{color:var(--ion-color-step-600, var(--ion-text-color-step-400, #666666))}.infinite-scroll-content-md .infinite-loading-spinner .spinner-lines-md line,.infinite-scroll-content-md .infinite-loading-spinner .spinner-lines-small-md line,.infinite-scroll-content-md .infinite-loading-spinner .spinner-crescent circle{stroke:var(--ion-color-step-600, var(--ion-text-color-step-400, #666666))}.infinite-scroll-content-md .infinite-loading-spinner .spinner-bubbles circle,.infinite-scroll-content-md .infinite-loading-spinner .spinner-circles circle,.infinite-scroll-content-md .infinite-loading-spinner .spinner-dots circle{fill:var(--ion-color-step-600, var(--ion-text-color-step-400, #666666))}";
13
+ const IonInfiniteScrollContentMdStyle0 = infiniteScrollContentMdCss;
12
14
 
13
15
  const InfiniteScrollContent = /*@__PURE__*/ proxyCustomElement(class InfiniteScrollContent extends HTMLElement {
14
16
  constructor() {
15
17
  super();
16
18
  this.__registerHost();
17
19
  this.customHTMLEnabled = config.get('innerHTMLTemplatesEnabled', ENABLE_HTML_CONTENT_DEFAULT);
20
+ this.loadingSpinner = undefined;
21
+ this.loadingText = undefined;
18
22
  }
19
23
  componentDidLoad() {
20
24
  if (this.loadingSpinner === undefined) {
@@ -38,8 +42,8 @@ const InfiniteScrollContent = /*@__PURE__*/ proxyCustomElement(class InfiniteScr
38
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())));
39
43
  }
40
44
  static get style() { return {
41
- ios: infiniteScrollContentIosCss,
42
- md: infiniteScrollContentMdCss
45
+ ios: IonInfiniteScrollContentIosStyle0,
46
+ md: IonInfiniteScrollContentMdStyle0
43
47
  }; }
44
48
  }, [32, "ion-infinite-scroll-content", {
45
49
  "loadingSpinner": [1025, "loading-spinner"],
@@ -6,6 +6,7 @@ import { a as findClosestIonContent, p as printIonContentErrorMsg, g as getScrol
6
6
  import { b as getIonMode } from './ionic-global.js';
7
7
 
8
8
  const infiniteScrollCss = "ion-infinite-scroll{display:none;width:100%}.infinite-scroll-enabled{display:block}";
9
+ const IonInfiniteScrollStyle0 = infiniteScrollCss;
9
10
 
10
11
  const InfiniteScroll = /*@__PURE__*/ proxyCustomElement(class InfiniteScroll extends HTMLElement {
11
12
  constructor() {
@@ -23,32 +24,6 @@ const InfiniteScroll = /*@__PURE__*/ proxyCustomElement(class InfiniteScroll ext
23
24
  */
24
25
  this.didFire = false;
25
26
  this.isBusy = false;
26
- this.isLoading = false;
27
- /**
28
- * The threshold distance from the bottom
29
- * of the content to call the `infinite` output event when scrolled.
30
- * The threshold value can be either a percent, or
31
- * in pixels. For example, use the value of `10%` for the `infinite`
32
- * output event to get called when the user has scrolled 10%
33
- * from the bottom of the page. Use the value `100px` when the
34
- * scroll is within 100 pixels from the bottom of the page.
35
- */
36
- this.threshold = '15%';
37
- /**
38
- * If `true`, the infinite scroll will be hidden and scroll event listeners
39
- * will be removed.
40
- *
41
- * Set this to true to disable the infinite scroll from actively
42
- * trying to receive new data while scrolling. This is useful
43
- * when it is known that there is no more data that can be added, and
44
- * the infinite scroll is no longer needed.
45
- */
46
- this.disabled = false;
47
- /**
48
- * The position of the infinite scroll element.
49
- * The value can be either `top` or `bottom`.
50
- */
51
- this.position = 'bottom';
52
27
  this.onScroll = () => {
53
28
  const scrollEl = this.scrollEl;
54
29
  if (!scrollEl || !this.canStart()) {
@@ -76,6 +51,10 @@ const InfiniteScroll = /*@__PURE__*/ proxyCustomElement(class InfiniteScroll ext
76
51
  }
77
52
  return 4;
78
53
  };
54
+ this.isLoading = false;
55
+ this.threshold = '15%';
56
+ this.disabled = false;
57
+ this.position = 'bottom';
79
58
  }
80
59
  thresholdChanged() {
81
60
  const val = this.threshold;
@@ -206,7 +185,7 @@ const InfiniteScroll = /*@__PURE__*/ proxyCustomElement(class InfiniteScroll ext
206
185
  "threshold": ["thresholdChanged"],
207
186
  "disabled": ["disabledChanged"]
208
187
  }; }
209
- static get style() { return infiniteScrollCss; }
188
+ static get style() { return IonInfiniteScrollStyle0; }
210
189
  }, [0, "ion-infinite-scroll", {
211
190
  "threshold": [1],
212
191
  "disabled": [4],
@@ -4,25 +4,23 @@
4
4
  import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
5
5
  import { p as printIonWarning } from './index6.js';
6
6
  import { c as createColorClasses } from './theme.js';
7
- import { l as eyeOff, m as eye } from './index5.js';
7
+ import { l as eye, m as eyeOff } from './index7.js';
8
8
  import { b as getIonMode } from './ionic-global.js';
9
9
  import { d as defineCustomElement$4 } from './button.js';
10
10
  import { d as defineCustomElement$3 } from './icon.js';
11
11
  import { d as defineCustomElement$2 } from './ripple-effect.js';
12
12
 
13
13
  const iosInputPasswordToggleCss = "";
14
+ const IonInputPasswordToggleIosStyle0 = iosInputPasswordToggleCss;
14
15
 
15
16
  const mdInputPasswordToggleCss = "";
17
+ const IonInputPasswordToggleMdStyle0 = mdInputPasswordToggleCss;
16
18
 
17
19
  const InputPasswordToggle = /*@__PURE__*/ proxyCustomElement(class InputPasswordToggle extends HTMLElement {
18
20
  constructor() {
19
21
  super();
20
22
  this.__registerHost();
21
23
  this.__attachShadow();
22
- /**
23
- * @internal
24
- */
25
- this.type = 'password';
26
24
  this.togglePasswordVisibility = () => {
27
25
  const { inputElRef } = this;
28
26
  if (!inputElRef) {
@@ -30,6 +28,10 @@ const InputPasswordToggle = /*@__PURE__*/ proxyCustomElement(class InputPassword
30
28
  }
31
29
  inputElRef.type = inputElRef.type === 'text' ? 'password' : 'text';
32
30
  };
31
+ this.color = undefined;
32
+ this.showIcon = undefined;
33
+ this.hideIcon = undefined;
34
+ this.type = 'password';
33
35
  }
34
36
  /**
35
37
  * Whenever the input type changes we need to re-run validation to ensure the password
@@ -84,8 +86,8 @@ const InputPasswordToggle = /*@__PURE__*/ proxyCustomElement(class InputPassword
84
86
  "type": ["onTypeChange"]
85
87
  }; }
86
88
  static get style() { return {
87
- ios: iosInputPasswordToggleCss,
88
- md: mdInputPasswordToggleCss
89
+ ios: IonInputPasswordToggleIosStyle0,
90
+ md: IonInputPasswordToggleMdStyle0
89
91
  }; }
90
92
  }, [33, "ion-input-password-toggle", {
91
93
  "color": [513],
@@ -6,13 +6,15 @@ import { c as createNotchController } from './notch-controller.js';
6
6
  import { l as debounceEvent, i as inheritAriaAttributes, d as inheritAttributes, c as componentOnReady } from './helpers.js';
7
7
  import { c as createSlotMutationController, g as getCounterText } from './input.utils.js';
8
8
  import { h as hostContext, c as createColorClasses } from './theme.js';
9
- import { j as closeCircle, k as closeSharp } from './index5.js';
9
+ import { j as closeCircle, k as closeSharp } from './index7.js';
10
10
  import { b as getIonMode } from './ionic-global.js';
11
11
  import { d as defineCustomElement$2 } from './icon.js';
12
12
 
13
13
  const inputIosCss = ".sc-ion-input-ios-h{--placeholder-color:initial;--placeholder-font-style:initial;--placeholder-font-weight:initial;--placeholder-opacity:var(--ion-placeholder-opacity, 0.6);--padding-top:0px;--padding-end:0px;--padding-bottom:0px;--padding-start:0px;--background:transparent;--color:initial;--border-style:solid;--highlight-color-focused:var(--ion-color-primary, #0054e9);--highlight-color-valid:var(--ion-color-success, #2dd55b);--highlight-color-invalid:var(--ion-color-danger, #c5000f);--highlight-color:var(--highlight-color-focused);display:block;position:relative;width:100%;min-height:44px;padding:0 !important;color:var(--color);font-family:var(--ion-font-family, inherit);z-index:2}ion-item[slot=start].sc-ion-input-ios-h,ion-item [slot=start].sc-ion-input-ios-h,ion-item[slot=end].sc-ion-input-ios-h,ion-item [slot=end].sc-ion-input-ios-h{width:auto}.ion-color.sc-ion-input-ios-h{--highlight-color-focused:var(--ion-color-base)}.input-label-placement-floating.sc-ion-input-ios-h,.input-label-placement-stacked.sc-ion-input-ios-h{min-height:56px}.native-input.sc-ion-input-ios{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;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:inline-block;position:relative;-ms-flex:1;flex:1;width:100%;max-width:100%;max-height:100%;border:0;outline:none;background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;z-index:1}.native-input.sc-ion-input-ios::-webkit-input-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-ios::-moz-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-ios:-ms-input-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-ios::-ms-input-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-ios::placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-ios:-webkit-autofill{background-color:transparent}.native-input.sc-ion-input-ios:invalid{-webkit-box-shadow:none;box-shadow:none}.native-input.sc-ion-input-ios::-ms-clear{display:none}.cloned-input.sc-ion-input-ios{top:0;bottom:0;position:absolute;pointer-events:none}.cloned-input.sc-ion-input-ios{inset-inline-start:0}.cloned-input.sc-ion-input-ios:disabled{opacity:1}.input-clear-icon.sc-ion-input-ios{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:auto;margin-bottom:auto;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;background-position:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:30px;height:30px;border:0;outline:none;background-color:transparent;background-repeat:no-repeat;color:var(--ion-color-step-600, var(--ion-text-color-step-400, #666666));visibility:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none}.in-item-color.sc-ion-input-ios-h .input-clear-icon.sc-ion-input-ios{color:inherit}.input-clear-icon.sc-ion-input-ios:focus{opacity:0.5}.has-value.sc-ion-input-ios-h .input-clear-icon.sc-ion-input-ios{visibility:visible}.input-wrapper.sc-ion-input-ios{-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);border-radius:var(--border-radius);display:-ms-flexbox;display:flex;position:relative;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:stretch;align-items:stretch;height:inherit;min-height:inherit;-webkit-transition:background-color 15ms linear;transition:background-color 15ms linear;background:var(--background);line-height:normal}.native-wrapper.sc-ion-input-ios{display:-ms-flexbox;display:flex;position:relative;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;width:100%}.ion-touched.ion-invalid.sc-ion-input-ios-h{--highlight-color:var(--highlight-color-invalid)}.ion-valid.sc-ion-input-ios-h{--highlight-color:var(--highlight-color-valid)}.input-bottom.sc-ion-input-ios{-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:5px;padding-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;border-top:var(--border-width) var(--border-style) var(--border-color);font-size:0.75rem;white-space:normal}.has-focus.ion-valid.sc-ion-input-ios-h,.ion-touched.ion-invalid.sc-ion-input-ios-h{--border-color:var(--highlight-color)}.input-bottom.sc-ion-input-ios .error-text.sc-ion-input-ios{display:none;color:var(--highlight-color-invalid)}.input-bottom.sc-ion-input-ios .helper-text.sc-ion-input-ios{display:block;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d))}.ion-touched.ion-invalid.sc-ion-input-ios-h .input-bottom.sc-ion-input-ios .error-text.sc-ion-input-ios{display:block}.ion-touched.ion-invalid.sc-ion-input-ios-h .input-bottom.sc-ion-input-ios .helper-text.sc-ion-input-ios{display:none}.input-bottom.sc-ion-input-ios .counter.sc-ion-input-ios{-webkit-margin-start:auto;margin-inline-start:auto;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d));white-space:nowrap;-webkit-padding-start:16px;padding-inline-start:16px}.has-focus.sc-ion-input-ios-h input.sc-ion-input-ios{caret-color:var(--highlight-color)}.label-text-wrapper.sc-ion-input-ios{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;max-width:200px;-webkit-transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none}.label-text.sc-ion-input-ios,.sc-ion-input-ios-s>[slot=label]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.label-text-wrapper-hidden.sc-ion-input-ios,.input-outline-notch-hidden.sc-ion-input-ios{display:none}.input-wrapper.sc-ion-input-ios input.sc-ion-input-ios{-webkit-transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)}.input-label-placement-start.sc-ion-input-ios-h .input-wrapper.sc-ion-input-ios{-ms-flex-direction:row;flex-direction:row}.input-label-placement-start.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}.input-label-placement-end.sc-ion-input-ios-h .input-wrapper.sc-ion-input-ios{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.input-label-placement-end.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0;margin-top:0;margin-bottom:0}.input-label-placement-fixed.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}.input-label-placement-fixed.sc-ion-input-ios-h .label-text.sc-ion-input-ios{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}.input-label-placement-stacked.sc-ion-input-ios-h .input-wrapper.sc-ion-input-ios,.input-label-placement-floating.sc-ion-input-ios-h .input-wrapper.sc-ion-input-ios{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:start}.input-label-placement-stacked.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,.input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-transform-origin:left top;transform-origin:left top;max-width:100%;z-index:2}[dir=rtl].sc-ion-input-ios-h -no-combinator.input-label-placement-stacked.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl] .sc-ion-input-ios-h -no-combinator.input-label-placement-stacked.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl].input-label-placement-stacked.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl] .input-label-placement-stacked.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl].sc-ion-input-ios-h -no-combinator.input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl] .sc-ion-input-ios-h -no-combinator.input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl].input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl] .input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){.input-label-placement-stacked.sc-ion-input-ios-h:dir(rtl) .label-text-wrapper.sc-ion-input-ios,.input-label-placement-floating.sc-ion-input-ios-h:dir(rtl) .label-text-wrapper.sc-ion-input-ios{-webkit-transform-origin:right top;transform-origin:right top}}.input-label-placement-stacked.sc-ion-input-ios-h input.sc-ion-input-ios,.input-label-placement-floating.sc-ion-input-ios-h input.sc-ion-input-ios{margin-left:0;margin-right:0;margin-top:1px;margin-bottom:0}.input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-transform:translateY(100%) scale(1);transform:translateY(100%) scale(1)}.input-label-placement-floating.sc-ion-input-ios-h input.sc-ion-input-ios{opacity:0}.has-focus.input-label-placement-floating.sc-ion-input-ios-h input.sc-ion-input-ios,.has-value.input-label-placement-floating.sc-ion-input-ios-h input.sc-ion-input-ios{opacity:1}.label-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-transform:translateY(50%) scale(0.75);transform:translateY(50%) scale(0.75);max-width:calc(100% / 0.75)}.sc-ion-input-ios-s>[slot=start]:last-of-type{-webkit-margin-end:16px;margin-inline-end:16px;-webkit-margin-start:0;margin-inline-start:0}.sc-ion-input-ios-s>[slot=end]:first-of-type{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0}.sc-ion-input-ios-h[disabled].sc-ion-input-ios-s>ion-input-password-toggle,.sc-ion-input-ios-h[disabled] .sc-ion-input-ios-s>ion-input-password-toggle,.sc-ion-input-ios-h[readonly].sc-ion-input-ios-s>ion-input-password-toggle,.sc-ion-input-ios-h[readonly] .sc-ion-input-ios-s>ion-input-password-toggle{display:none}.sc-ion-input-ios-h{--border-width:0.55px;--border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, var(--ion-background-color-step-250, #c8c7cc))));--highlight-height:0px;font-size:inherit}.input-clear-icon.sc-ion-input-ios ion-icon.sc-ion-input-ios{width:18px;height:18px}.input-disabled.sc-ion-input-ios-h{opacity:0.3}.sc-ion-input-ios-s>ion-button[slot=start].button-has-icon-only,.sc-ion-input-ios-s>ion-button[slot=end].button-has-icon-only{--border-radius:50%;--padding-start:0;--padding-end:0;--padding-top:0;--padding-bottom:0;aspect-ratio:1}";
14
+ const IonInputIosStyle0 = inputIosCss;
14
15
 
15
16
  const inputMdCss = ".sc-ion-input-md-h{--placeholder-color:initial;--placeholder-font-style:initial;--placeholder-font-weight:initial;--placeholder-opacity:var(--ion-placeholder-opacity, 0.6);--padding-top:0px;--padding-end:0px;--padding-bottom:0px;--padding-start:0px;--background:transparent;--color:initial;--border-style:solid;--highlight-color-focused:var(--ion-color-primary, #0054e9);--highlight-color-valid:var(--ion-color-success, #2dd55b);--highlight-color-invalid:var(--ion-color-danger, #c5000f);--highlight-color:var(--highlight-color-focused);display:block;position:relative;width:100%;min-height:44px;padding:0 !important;color:var(--color);font-family:var(--ion-font-family, inherit);z-index:2}ion-item[slot=start].sc-ion-input-md-h,ion-item [slot=start].sc-ion-input-md-h,ion-item[slot=end].sc-ion-input-md-h,ion-item [slot=end].sc-ion-input-md-h{width:auto}.ion-color.sc-ion-input-md-h{--highlight-color-focused:var(--ion-color-base)}.input-label-placement-floating.sc-ion-input-md-h,.input-label-placement-stacked.sc-ion-input-md-h{min-height:56px}.native-input.sc-ion-input-md{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;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:inline-block;position:relative;-ms-flex:1;flex:1;width:100%;max-width:100%;max-height:100%;border:0;outline:none;background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;z-index:1}.native-input.sc-ion-input-md::-webkit-input-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-md::-moz-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-md:-ms-input-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-md::-ms-input-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-md::placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-md:-webkit-autofill{background-color:transparent}.native-input.sc-ion-input-md:invalid{-webkit-box-shadow:none;box-shadow:none}.native-input.sc-ion-input-md::-ms-clear{display:none}.cloned-input.sc-ion-input-md{top:0;bottom:0;position:absolute;pointer-events:none}.cloned-input.sc-ion-input-md{inset-inline-start:0}.cloned-input.sc-ion-input-md:disabled{opacity:1}.input-clear-icon.sc-ion-input-md{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:auto;margin-bottom:auto;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;background-position:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:30px;height:30px;border:0;outline:none;background-color:transparent;background-repeat:no-repeat;color:var(--ion-color-step-600, var(--ion-text-color-step-400, #666666));visibility:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none}.in-item-color.sc-ion-input-md-h .input-clear-icon.sc-ion-input-md{color:inherit}.input-clear-icon.sc-ion-input-md:focus{opacity:0.5}.has-value.sc-ion-input-md-h .input-clear-icon.sc-ion-input-md{visibility:visible}.input-wrapper.sc-ion-input-md{-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);border-radius:var(--border-radius);display:-ms-flexbox;display:flex;position:relative;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:stretch;align-items:stretch;height:inherit;min-height:inherit;-webkit-transition:background-color 15ms linear;transition:background-color 15ms linear;background:var(--background);line-height:normal}.native-wrapper.sc-ion-input-md{display:-ms-flexbox;display:flex;position:relative;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;width:100%}.ion-touched.ion-invalid.sc-ion-input-md-h{--highlight-color:var(--highlight-color-invalid)}.ion-valid.sc-ion-input-md-h{--highlight-color:var(--highlight-color-valid)}.input-bottom.sc-ion-input-md{-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:5px;padding-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;border-top:var(--border-width) var(--border-style) var(--border-color);font-size:0.75rem;white-space:normal}.has-focus.ion-valid.sc-ion-input-md-h,.ion-touched.ion-invalid.sc-ion-input-md-h{--border-color:var(--highlight-color)}.input-bottom.sc-ion-input-md .error-text.sc-ion-input-md{display:none;color:var(--highlight-color-invalid)}.input-bottom.sc-ion-input-md .helper-text.sc-ion-input-md{display:block;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d))}.ion-touched.ion-invalid.sc-ion-input-md-h .input-bottom.sc-ion-input-md .error-text.sc-ion-input-md{display:block}.ion-touched.ion-invalid.sc-ion-input-md-h .input-bottom.sc-ion-input-md .helper-text.sc-ion-input-md{display:none}.input-bottom.sc-ion-input-md .counter.sc-ion-input-md{-webkit-margin-start:auto;margin-inline-start:auto;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d));white-space:nowrap;-webkit-padding-start:16px;padding-inline-start:16px}.has-focus.sc-ion-input-md-h input.sc-ion-input-md{caret-color:var(--highlight-color)}.label-text-wrapper.sc-ion-input-md{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;max-width:200px;-webkit-transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none}.label-text.sc-ion-input-md,.sc-ion-input-md-s>[slot=label]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.label-text-wrapper-hidden.sc-ion-input-md,.input-outline-notch-hidden.sc-ion-input-md{display:none}.input-wrapper.sc-ion-input-md input.sc-ion-input-md{-webkit-transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)}.input-label-placement-start.sc-ion-input-md-h .input-wrapper.sc-ion-input-md{-ms-flex-direction:row;flex-direction:row}.input-label-placement-start.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}.input-label-placement-end.sc-ion-input-md-h .input-wrapper.sc-ion-input-md{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.input-label-placement-end.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0;margin-top:0;margin-bottom:0}.input-label-placement-fixed.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}.input-label-placement-fixed.sc-ion-input-md-h .label-text.sc-ion-input-md{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}.input-label-placement-stacked.sc-ion-input-md-h .input-wrapper.sc-ion-input-md,.input-label-placement-floating.sc-ion-input-md-h .input-wrapper.sc-ion-input-md{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:start}.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform-origin:left top;transform-origin:left top;max-width:100%;z-index:2}[dir=rtl].sc-ion-input-md-h -no-combinator.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .sc-ion-input-md-h -no-combinator.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl].input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl].sc-ion-input-md-h -no-combinator.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .sc-ion-input-md-h -no-combinator.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl].input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){.input-label-placement-stacked.sc-ion-input-md-h:dir(rtl) .label-text-wrapper.sc-ion-input-md,.input-label-placement-floating.sc-ion-input-md-h:dir(rtl) .label-text-wrapper.sc-ion-input-md{-webkit-transform-origin:right top;transform-origin:right top}}.input-label-placement-stacked.sc-ion-input-md-h input.sc-ion-input-md,.input-label-placement-floating.sc-ion-input-md-h input.sc-ion-input-md{margin-left:0;margin-right:0;margin-top:1px;margin-bottom:0}.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform:translateY(100%) scale(1);transform:translateY(100%) scale(1)}.input-label-placement-floating.sc-ion-input-md-h input.sc-ion-input-md{opacity:0}.has-focus.input-label-placement-floating.sc-ion-input-md-h input.sc-ion-input-md,.has-value.input-label-placement-floating.sc-ion-input-md-h input.sc-ion-input-md{opacity:1}.label-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform:translateY(50%) scale(0.75);transform:translateY(50%) scale(0.75);max-width:calc(100% / 0.75)}.sc-ion-input-md-s>[slot=start]:last-of-type{-webkit-margin-end:16px;margin-inline-end:16px;-webkit-margin-start:0;margin-inline-start:0}.sc-ion-input-md-s>[slot=end]:first-of-type{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0}.sc-ion-input-md-h[disabled].sc-ion-input-md-s>ion-input-password-toggle,.sc-ion-input-md-h[disabled] .sc-ion-input-md-s>ion-input-password-toggle,.sc-ion-input-md-h[readonly].sc-ion-input-md-s>ion-input-password-toggle,.sc-ion-input-md-h[readonly] .sc-ion-input-md-s>ion-input-password-toggle{display:none}.input-fill-solid.sc-ion-input-md-h{--background:var(--ion-color-step-50, var(--ion-background-color-step-50, #f2f2f2));--border-color:var(--ion-color-step-500, var(--ion-background-color-step-500, gray));--border-radius:4px;--padding-start:16px;--padding-end:16px;min-height:56px}.input-fill-solid.sc-ion-input-md-h .input-wrapper.sc-ion-input-md{border-bottom:var(--border-width) var(--border-style) var(--border-color)}.has-focus.input-fill-solid.ion-valid.sc-ion-input-md-h,.input-fill-solid.ion-touched.ion-invalid.sc-ion-input-md-h{--border-color:var(--highlight-color)}.input-fill-solid.sc-ion-input-md-h .input-bottom.sc-ion-input-md{border-top:none}@media (any-hover: hover){.input-fill-solid.sc-ion-input-md-h:hover{--background:var(--ion-color-step-100, var(--ion-background-color-step-100, #e6e6e6));--border-color:var(--ion-color-step-750, var(--ion-background-color-step-750, #404040))}}.input-fill-solid.has-focus.sc-ion-input-md-h{--background:var(--ion-color-step-150, var(--ion-background-color-step-150, #d9d9d9));--border-color:var(--ion-color-step-750, var(--ion-background-color-step-750, #404040))}.input-fill-solid.sc-ion-input-md-h .input-wrapper.sc-ion-input-md{border-start-start-radius:var(--border-radius);border-start-end-radius:var(--border-radius);border-end-end-radius:0px;border-end-start-radius:0px}.label-floating.input-fill-solid.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{max-width:calc(100% / 0.75)}.input-fill-outline.sc-ion-input-md-h{--border-color:var(--ion-color-step-300, var(--ion-background-color-step-300, #b3b3b3));--border-radius:4px;--padding-start:16px;--padding-end:16px;min-height:56px}.input-fill-outline.input-shape-round.sc-ion-input-md-h{--border-radius:28px;--padding-start:32px;--padding-end:32px}.has-focus.input-fill-outline.ion-valid.sc-ion-input-md-h,.input-fill-outline.ion-touched.ion-invalid.sc-ion-input-md-h{--border-color:var(--highlight-color)}@media (any-hover: hover){.input-fill-outline.sc-ion-input-md-h:hover{--border-color:var(--ion-color-step-750, var(--ion-background-color-step-750, #404040))}}.input-fill-outline.has-focus.sc-ion-input-md-h{--border-width:var(--highlight-height);--border-color:var(--highlight-color)}.input-fill-outline.sc-ion-input-md-h .input-bottom.sc-ion-input-md{border-top:none}.input-fill-outline.sc-ion-input-md-h .input-wrapper.sc-ion-input-md{border-bottom:none}.input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,.input-fill-outline.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform-origin:left top;transform-origin:left top;position:absolute;max-width:calc(100% - var(--padding-start) - var(--padding-end))}[dir=rtl].sc-ion-input-md-h -no-combinator.input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .sc-ion-input-md-h -no-combinator.input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl].input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl].sc-ion-input-md-h -no-combinator.input-fill-outline.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .sc-ion-input-md-h -no-combinator.input-fill-outline.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl].input-fill-outline.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .input-fill-outline.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){.input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h:dir(rtl) .label-text-wrapper.sc-ion-input-md,.input-fill-outline.input-label-placement-floating.sc-ion-input-md-h:dir(rtl) .label-text-wrapper.sc-ion-input-md{-webkit-transform-origin:right top;transform-origin:right top}}.input-fill-outline.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{position:relative}.label-floating.input-fill-outline.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform:translateY(-32%) scale(0.75);transform:translateY(-32%) scale(0.75);margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;max-width:calc((100% - var(--padding-start) - var(--padding-end) - 8px) / 0.75)}.input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h input.sc-ion-input-md,.input-fill-outline.input-label-placement-floating.sc-ion-input-md-h input.sc-ion-input-md{margin-left:0;margin-right:0;margin-top:6px;margin-bottom:6px}.input-fill-outline.sc-ion-input-md-h .input-outline-container.sc-ion-input-md{left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;width:100%;height:100%}.input-fill-outline.sc-ion-input-md-h .input-outline-start.sc-ion-input-md,.input-fill-outline.sc-ion-input-md-h .input-outline-end.sc-ion-input-md{pointer-events:none}.input-fill-outline.sc-ion-input-md-h .input-outline-start.sc-ion-input-md,.input-fill-outline.sc-ion-input-md-h .input-outline-notch.sc-ion-input-md,.input-fill-outline.sc-ion-input-md-h .input-outline-end.sc-ion-input-md{border-top:var(--border-width) var(--border-style) var(--border-color);border-bottom:var(--border-width) var(--border-style) var(--border-color)}.input-fill-outline.sc-ion-input-md-h .input-outline-notch.sc-ion-input-md{max-width:calc(100% - var(--padding-start) - var(--padding-end))}.input-fill-outline.sc-ion-input-md-h .notch-spacer.sc-ion-input-md{-webkit-padding-end:8px;padding-inline-end:8px;font-size:calc(1em * 0.75);opacity:0;pointer-events:none;-webkit-box-sizing:content-box;box-sizing:content-box}.input-fill-outline.sc-ion-input-md-h .input-outline-start.sc-ion-input-md{border-start-start-radius:var(--border-radius);border-start-end-radius:0px;border-end-end-radius:0px;border-end-start-radius:var(--border-radius);-webkit-border-start:var(--border-width) var(--border-style) var(--border-color);border-inline-start:var(--border-width) var(--border-style) var(--border-color);width:calc(var(--padding-start) - 4px)}.input-fill-outline.sc-ion-input-md-h .input-outline-end.sc-ion-input-md{-webkit-border-end:var(--border-width) var(--border-style) var(--border-color);border-inline-end:var(--border-width) var(--border-style) var(--border-color);border-start-start-radius:0px;border-start-end-radius:var(--border-radius);border-end-end-radius:var(--border-radius);border-end-start-radius:0px;-ms-flex-positive:1;flex-grow:1}.label-floating.input-fill-outline.sc-ion-input-md-h .input-outline-notch.sc-ion-input-md{border-top:none}.sc-ion-input-md-h{--border-width:1px;--border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-150, var(--ion-background-color-step-150, rgba(0, 0, 0, 0.13)))));--highlight-height:2px;font-size:inherit}.input-clear-icon.sc-ion-input-md ion-icon.sc-ion-input-md{width:22px;height:22px}.input-disabled.sc-ion-input-md-h{opacity:0.38}.has-focus.ion-valid.sc-ion-input-md-h,.ion-touched.ion-invalid.sc-ion-input-md-h{--border-color:var(--highlight-color)}.input-bottom.sc-ion-input-md .counter.sc-ion-input-md{letter-spacing:0.0333333333em}.input-label-placement-floating.has-focus.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,.input-label-placement-stacked.has-focus.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{color:var(--highlight-color)}.has-focus.input-label-placement-floating.ion-valid.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,.input-label-placement-floating.ion-touched.ion-invalid.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,.has-focus.input-label-placement-stacked.ion-valid.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,.input-label-placement-stacked.ion-touched.ion-invalid.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{color:var(--highlight-color)}.input-highlight.sc-ion-input-md{bottom:-1px;position:absolute;width:100%;height:var(--highlight-height);-webkit-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform 200ms;transition:-webkit-transform 200ms;transition:transform 200ms;transition:transform 200ms, -webkit-transform 200ms;background:var(--highlight-color)}.input-highlight.sc-ion-input-md{inset-inline-start:0}.has-focus.sc-ion-input-md-h .input-highlight.sc-ion-input-md{-webkit-transform:scale(1);transform:scale(1)}.in-item.sc-ion-input-md-h .input-highlight.sc-ion-input-md{bottom:0}.in-item.sc-ion-input-md-h .input-highlight.sc-ion-input-md{inset-inline-start:0}.input-shape-round.sc-ion-input-md-h{--border-radius:16px}.sc-ion-input-md-s>ion-button[slot=start].button-has-icon-only,.sc-ion-input-md-s>ion-button[slot=end].button-has-icon-only{--border-radius:50%;--padding-start:8px;--padding-end:8px;--padding-top:8px;--padding-bottom:8px;aspect-ratio:1;min-height:40px}";
17
+ const IonInputMdStyle0 = inputMdCss;
16
18
 
17
19
  const Input = /*@__PURE__*/ proxyCustomElement(class Input extends HTMLElement {
18
20
  constructor() {
@@ -34,71 +36,6 @@ const Input = /*@__PURE__*/ proxyCustomElement(class Input extends HTMLElement {
34
36
  * Resets when the input loses focus.
35
37
  */
36
38
  this.didInputClearOnEdit = false;
37
- this.hasFocus = false;
38
- /**
39
- * Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user.
40
- * Available options: `"off"`, `"none"`, `"on"`, `"sentences"`, `"words"`, `"characters"`.
41
- */
42
- this.autocapitalize = 'off';
43
- /**
44
- * Indicates whether the value of the control can be automatically completed by the browser.
45
- */
46
- this.autocomplete = 'off';
47
- /**
48
- * Whether auto correction should be enabled when the user is entering/editing the text value.
49
- */
50
- this.autocorrect = 'off';
51
- /**
52
- * Sets the [`autofocus` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autofocus) on the native input element.
53
- *
54
- * This may not be sufficient for the element to be focused on page load. See [managing focus](/docs/developing/managing-focus) for more information.
55
- */
56
- this.autofocus = false;
57
- /**
58
- * If `true`, a clear icon will appear in the input when there is a value. Clicking it clears the input.
59
- */
60
- this.clearInput = false;
61
- /**
62
- * If `true`, a character counter will display the ratio of characters used and the total character limit. Developers must also set the `maxlength` property for the counter to be calculated correctly.
63
- */
64
- this.counter = false;
65
- /**
66
- * If `true`, the user cannot interact with the input.
67
- */
68
- this.disabled = false;
69
- /**
70
- * Where to place the label relative to the input.
71
- * `"start"`: The label will appear to the left of the input in LTR and to the right in RTL.
72
- * `"end"`: The label will appear to the right of the input in LTR and to the left in RTL.
73
- * `"floating"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input.
74
- * `"stacked"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.
75
- * `"fixed"`: The label has the same behavior as `"start"` except it also has a fixed width. Long text will be truncated with ellipses ("...").
76
- */
77
- this.labelPlacement = 'start';
78
- /**
79
- * The name of the control, which is submitted with the form data.
80
- */
81
- this.name = this.inputId;
82
- /**
83
- * If `true`, the user cannot modify the value.
84
- */
85
- this.readonly = false;
86
- /**
87
- * If `true`, the user must fill in a value before submitting a form.
88
- */
89
- this.required = false;
90
- /**
91
- * If `true`, the element will have its spelling and grammar checked.
92
- */
93
- this.spellcheck = false;
94
- /**
95
- * The type of control to display. The default type is text.
96
- */
97
- this.type = 'text';
98
- /**
99
- * The value of the input.
100
- */
101
- this.value = '';
102
39
  this.onInput = (ev) => {
103
40
  const input = ev.target;
104
41
  if (input) {
@@ -145,6 +82,41 @@ const Input = /*@__PURE__*/ proxyCustomElement(class Input extends HTMLElement {
145
82
  this.value = '';
146
83
  this.emitInputChange(ev);
147
84
  };
85
+ this.hasFocus = false;
86
+ this.color = undefined;
87
+ this.autocapitalize = 'off';
88
+ this.autocomplete = 'off';
89
+ this.autocorrect = 'off';
90
+ this.autofocus = false;
91
+ this.clearInput = false;
92
+ this.clearInputIcon = undefined;
93
+ this.clearOnEdit = undefined;
94
+ this.counter = false;
95
+ this.counterFormatter = undefined;
96
+ this.debounce = undefined;
97
+ this.disabled = false;
98
+ this.enterkeyhint = undefined;
99
+ this.errorText = undefined;
100
+ this.fill = undefined;
101
+ this.inputmode = undefined;
102
+ this.helperText = undefined;
103
+ this.label = undefined;
104
+ this.labelPlacement = 'start';
105
+ this.max = undefined;
106
+ this.maxlength = undefined;
107
+ this.min = undefined;
108
+ this.minlength = undefined;
109
+ this.multiple = undefined;
110
+ this.name = this.inputId;
111
+ this.pattern = undefined;
112
+ this.placeholder = undefined;
113
+ this.readonly = false;
114
+ this.required = false;
115
+ this.shape = undefined;
116
+ this.spellcheck = false;
117
+ this.step = undefined;
118
+ this.type = 'text';
119
+ this.value = '';
148
120
  }
149
121
  debounceChanged() {
150
122
  const { ionInput, debounce, originalIonInput } = this;
@@ -459,7 +431,7 @@ const Input = /*@__PURE__*/ proxyCustomElement(class Input extends HTMLElement {
459
431
  * TODO(FW-5592): Remove hasStartEndSlots condition
460
432
  */
461
433
  const labelShouldFloat = labelPlacement === 'stacked' || (labelPlacement === 'floating' && (hasValue || hasFocus || hasStartEndSlots));
462
- return (h(Host, { key: '166f7dea59931b8276bebef4d7a1fcd5ace90bad', class: createColorClasses(this.color, {
434
+ return (h(Host, { key: '01f49d79dd068256eb6bf24a01e8622ea6d67506', class: createColorClasses(this.color, {
463
435
  [mode]: true,
464
436
  'has-value': hasValue,
465
437
  'has-focus': hasFocus,
@@ -470,7 +442,7 @@ const Input = /*@__PURE__*/ proxyCustomElement(class Input extends HTMLElement {
470
442
  'in-item': inItem,
471
443
  'in-item-color': hostContext('ion-item.ion-color', this.el),
472
444
  'input-disabled': disabled,
473
- }) }, h("label", { key: 'c6da0b068f8abc0fb8ffaee1a71685b03ec837ec', class: "input-wrapper", htmlFor: inputId }, this.renderLabelContainer(), h("div", { key: 'cd25ec6d885bdbfdb2def51f1ad1756cc4f3e9e0', class: "native-wrapper" }, h("slot", { key: '2582b54d551c93a89d4a663a8a61b6de5fae85cc', name: "start" }), h("input", Object.assign({ key: '2b496016ba7a0c51ccd5509183e531f802701455', 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, "aria-describedby": this.getHintTextID(), "aria-invalid": this.getHintTextID() === this.errorTextId }, this.inheritedAttributes)), this.clearInput && !readonly && !disabled && (h("button", { key: '2db9987180cd4030ad63de197af838e152b47998', "aria-label": "reset", type: "button", class: "input-clear-icon", onPointerDown: (ev) => {
445
+ }) }, h("label", { key: '1cc45ad82b1b27108978aadb992b7aee60649be0', class: "input-wrapper", htmlFor: inputId }, this.renderLabelContainer(), h("div", { key: '5f067a2595367840c853a4ca7d7ead77edf99849', class: "native-wrapper" }, h("slot", { key: '6680b1345b673f5c2bf0d575de89df199b873ae5', name: "start" }), h("input", Object.assign({ key: 'd508c472607d904ebcf9fa97ea26f92e50d34f0e', 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, "aria-describedby": this.getHintTextID(), "aria-invalid": this.getHintTextID() === this.errorTextId }, this.inheritedAttributes)), this.clearInput && !readonly && !disabled && (h("button", { key: '3f17a4630fa897608289e6cf51c2bf4f763f1652', "aria-label": "reset", type: "button", class: "input-clear-icon", onPointerDown: (ev) => {
474
446
  /**
475
447
  * This prevents mobile browsers from
476
448
  * blurring the input when the clear
@@ -485,7 +457,7 @@ const Input = /*@__PURE__*/ proxyCustomElement(class Input extends HTMLElement {
485
457
  * for screen readers as it means users would be unable to swipe past the clear button.
486
458
  */
487
459
  ev.stopPropagation();
488
- }, onClick: this.clearTextInput }, h("ion-icon", { key: 'ea5e1a5f61046434bf502db692a05dece19aecd9', "aria-hidden": "true", icon: clearIconData }))), h("slot", { key: 'db1e7452cfc25accdb518ff0cc59ae3e2e47b049', name: "end" })), shouldRenderHighlight && h("div", { key: '0daeaaa5238e0c60ccfd251dedc6a381eba2fcc8', class: "input-highlight" })), this.renderBottomContent()));
460
+ }, onClick: this.clearTextInput }, h("ion-icon", { key: '09d1004cf2ca31d936e5399c35b3ad6302008394', "aria-hidden": "true", icon: clearIconData }))), h("slot", { key: 'b7877386aebff51c36295046967ff4b82ef6a905', name: "end" })), shouldRenderHighlight && h("div", { key: 'a0544f1d9af50c140cae1154d391b00d1d77e108', class: "input-highlight" })), this.renderBottomContent()));
489
461
  }
490
462
  get el() { return this; }
491
463
  static get watchers() { return {
@@ -495,8 +467,8 @@ const Input = /*@__PURE__*/ proxyCustomElement(class Input extends HTMLElement {
495
467
  "dir": ["onDirChanged"]
496
468
  }; }
497
469
  static get style() { return {
498
- ios: inputIosCss,
499
- md: inputMdCss
470
+ ios: IonInputIosStyle0,
471
+ md: IonInputMdStyle0
500
472
  }; }
501
473
  }, [38, "ion-input", {
502
474
  "color": [513],
@@ -508,7 +480,7 @@ const Input = /*@__PURE__*/ proxyCustomElement(class Input extends HTMLElement {
508
480
  "clearInputIcon": [1, "clear-input-icon"],
509
481
  "clearOnEdit": [4, "clear-on-edit"],
510
482
  "counter": [4],
511
- "counterFormatter": [16, "counter-formatter"],
483
+ "counterFormatter": [16],
512
484
  "debounce": [2],
513
485
  "disabled": [516],
514
486
  "enterkeyhint": [1],