voyager-ionic-core 8.0.0-beta.1 → 8.0.0-beta.2

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 (635) hide show
  1. package/components/action-sheet.js +3 -3
  2. package/components/alert.js +2 -2
  3. package/components/backdrop.js +1 -1
  4. package/components/button.js +2 -2
  5. package/components/buttons.js +3 -3
  6. package/components/checkbox.js +3 -3
  7. package/components/data.js +23 -38
  8. package/components/hardware-back-button.js +3 -3
  9. package/components/helpers.js +1 -8
  10. package/components/input.utils.js +12 -0
  11. package/components/ion-app.js +4 -4
  12. package/components/ion-avatar.js +1 -1
  13. package/components/ion-back-button.js +2 -2
  14. package/components/ion-badge.js +2 -2
  15. package/components/ion-breadcrumb.js +2 -2
  16. package/components/ion-breadcrumbs.js +2 -2
  17. package/components/ion-card-content.js +1 -1
  18. package/components/ion-card-header.js +2 -2
  19. package/components/ion-card-subtitle.js +2 -2
  20. package/components/ion-card-title.js +2 -2
  21. package/components/ion-card.js +1 -1
  22. package/components/ion-chip.js +2 -2
  23. package/components/ion-col.js +2 -2
  24. package/components/ion-content.js +3 -3
  25. package/components/ion-datetime-button.js +11 -10
  26. package/components/ion-datetime.js +69 -7
  27. package/components/ion-fab-button.js +2 -2
  28. package/components/ion-fab-list.js +2 -2
  29. package/components/ion-fab.js +2 -2
  30. package/components/ion-footer.js +2 -2
  31. package/components/ion-grid.js +2 -2
  32. package/components/ion-header.js +2 -2
  33. package/components/ion-img.js +1 -1
  34. package/components/ion-infinite-scroll-content.js +2 -2
  35. package/components/ion-infinite-scroll.js +1 -1
  36. package/components/ion-input.js +6 -6
  37. package/components/ion-item-divider.js +2 -2
  38. package/components/ion-item-group.js +1 -1
  39. package/components/ion-item-option.js +2 -2
  40. package/components/ion-item-options.js +1 -1
  41. package/components/ion-item-sliding.js +1 -1
  42. package/components/ion-loading.js +2 -2
  43. package/components/ion-menu-button.js +2 -2
  44. package/components/ion-menu-toggle.js +2 -2
  45. package/components/ion-menu.js +3 -3
  46. package/components/ion-modal.js +3 -3
  47. package/components/ion-nav-link.js +1 -1
  48. package/components/ion-nav.js +1 -1
  49. package/components/ion-note.js +43 -1
  50. package/components/ion-picker-legacy.js +2 -2
  51. package/components/ion-progress-bar.js +1 -1
  52. package/components/ion-range.js +129 -24
  53. package/components/ion-refresher-content.js +1 -1
  54. package/components/ion-refresher.js +1 -1
  55. package/components/ion-reorder-group.js +1 -1
  56. package/components/ion-reorder.js +1 -1
  57. package/components/ion-router-link.js +2 -2
  58. package/components/ion-router-outlet.js +1 -1
  59. package/components/ion-row.js +1 -1
  60. package/components/ion-searchbar.js +34 -5
  61. package/components/ion-segment-button.js +3 -3
  62. package/components/ion-segment.js +2 -2
  63. package/components/ion-select-option.js +1 -1
  64. package/components/ion-select.js +23 -29
  65. package/components/ion-skeleton-text.js +2 -2
  66. package/components/ion-split-pane.js +2 -2
  67. package/components/ion-tab-bar.js +2 -2
  68. package/components/ion-tab-button.js +2 -2
  69. package/components/ion-tab.js +2 -2
  70. package/components/ion-tabs.js +1 -1
  71. package/components/ion-text.js +2 -2
  72. package/components/ion-textarea.js +5 -5
  73. package/components/ion-thumbnail.js +1 -1
  74. package/components/ion-title.js +2 -2
  75. package/components/ion-toast.js +2 -2
  76. package/components/ion-toggle.js +3 -3
  77. package/components/ion-toolbar.js +2 -2
  78. package/components/item.js +11 -92
  79. package/components/label.js +5 -5
  80. package/components/list-header.js +2 -2
  81. package/components/list.js +1 -1
  82. package/components/overlays.js +61 -19
  83. package/components/picker-column-option.js +2 -2
  84. package/components/picker-column.js +3 -3
  85. package/components/picker-column2.js +2 -2
  86. package/components/picker.js +2 -2
  87. package/components/popover.js +2 -2
  88. package/components/radio-group.js +1 -1
  89. package/components/radio.js +3 -3
  90. package/components/ripple-effect.js +1 -1
  91. package/components/select-popover.js +13 -19
  92. package/components/spinner.js +1 -1
  93. package/dist/cjs/{animation-4ad55058.js → animation-3e7bb91e.js} +1 -1
  94. package/dist/cjs/{app-globals-4d26cb5a.js → app-globals-e132c781.js} +1 -1
  95. package/dist/cjs/{button-active-e447f58b.js → button-active-60ecf64d.js} +1 -1
  96. package/dist/cjs/{data-e2bf21de.js → data-21dc0f81.js} +22 -39
  97. package/dist/cjs/{framework-delegate-53817ef1.js → framework-delegate-0499d444.js} +1 -1
  98. package/dist/cjs/{hardware-back-button-4cb049f1.js → hardware-back-button-1c67a5a2.js} +5 -5
  99. package/dist/cjs/{helpers-b71ca811.js → helpers-668b3d95.js} +1 -8
  100. package/dist/cjs/{index-7574e3d2.js → index-275cc12e.js} +1 -1
  101. package/dist/cjs/{index-ea266398.js → index-2d21d526.js} +441 -12
  102. package/dist/cjs/{index-bbc5b1f7.js → index-ba7ba0af.js} +4 -4
  103. package/dist/cjs/{index-347883f6.js → index-c49cb371.js} +1 -1
  104. package/dist/cjs/{index-92bb95d6.js → index-e4b6c97e.js} +4 -4
  105. package/dist/cjs/index.cjs.js +11 -11
  106. package/dist/cjs/{input-shims-679d87bc.js → input-shims-b419f083.js} +2 -2
  107. package/dist/cjs/{input.utils-5175aea1.js → input.utils-32c0a14a.js} +13 -1
  108. package/dist/cjs/ion-accordion_2.cjs.entry.js +3 -3
  109. package/dist/cjs/ion-action-sheet.cjs.entry.js +11 -11
  110. package/dist/cjs/ion-alert.cjs.entry.js +10 -10
  111. package/dist/cjs/ion-app_8.cjs.entry.js +29 -29
  112. package/dist/cjs/ion-avatar_3.cjs.entry.js +6 -6
  113. package/dist/cjs/ion-back-button.cjs.entry.js +5 -5
  114. package/dist/cjs/ion-backdrop.cjs.entry.js +3 -3
  115. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +7 -7
  116. package/dist/cjs/ion-button_2.cjs.entry.js +5 -5
  117. package/dist/cjs/ion-card_5.cjs.entry.js +11 -11
  118. package/dist/cjs/ion-checkbox.cjs.entry.js +6 -6
  119. package/dist/cjs/ion-chip.cjs.entry.js +4 -4
  120. package/dist/cjs/ion-col_3.cjs.entry.js +7 -7
  121. package/dist/cjs/ion-datetime-button.cjs.entry.js +14 -13
  122. package/dist/cjs/ion-datetime_3.cjs.entry.js +77 -18
  123. package/dist/cjs/ion-fab_3.cjs.entry.js +9 -9
  124. package/dist/cjs/ion-img.cjs.entry.js +4 -4
  125. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +7 -7
  126. package/dist/cjs/ion-input.cjs.entry.js +10 -10
  127. package/dist/cjs/ion-item-option_3.cjs.entry.js +8 -8
  128. package/dist/cjs/ion-item_8.cjs.entry.js +23 -92
  129. package/dist/cjs/ion-loading.cjs.entry.js +9 -9
  130. package/dist/cjs/ion-menu_3.cjs.entry.js +14 -14
  131. package/dist/cjs/ion-modal.cjs.entry.js +12 -12
  132. package/dist/cjs/ion-nav_2.cjs.entry.js +8 -8
  133. package/dist/cjs/ion-picker-column-option.cjs.entry.js +5 -5
  134. package/dist/cjs/ion-picker-column.cjs.entry.js +6 -6
  135. package/dist/cjs/ion-picker.cjs.entry.js +4 -4
  136. package/dist/cjs/ion-popover.cjs.entry.js +10 -10
  137. package/dist/cjs/ion-progress-bar.cjs.entry.js +4 -4
  138. package/dist/cjs/ion-radio_2.cjs.entry.js +7 -7
  139. package/dist/cjs/ion-range.cjs.entry.js +133 -28
  140. package/dist/cjs/ion-refresher_2.cjs.entry.js +7 -7
  141. package/dist/cjs/ion-reorder_2.cjs.entry.js +6 -6
  142. package/dist/cjs/ion-ripple-effect.cjs.entry.js +3 -3
  143. package/dist/cjs/ion-route_4.cjs.entry.js +5 -5
  144. package/dist/cjs/ion-searchbar.cjs.entry.js +31 -7
  145. package/dist/cjs/ion-segment_2.cjs.entry.js +8 -8
  146. package/dist/cjs/ion-select_3.cjs.entry.js +13 -13
  147. package/dist/cjs/ion-spinner.cjs.entry.js +3 -3
  148. package/dist/cjs/ion-split-pane.cjs.entry.js +4 -4
  149. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +7 -7
  150. package/dist/cjs/ion-tab_2.cjs.entry.js +6 -6
  151. package/dist/cjs/ion-text.cjs.entry.js +4 -4
  152. package/dist/cjs/ion-textarea.cjs.entry.js +9 -9
  153. package/dist/cjs/ion-toast.cjs.entry.js +9 -9
  154. package/dist/cjs/ion-toggle.cjs.entry.js +6 -6
  155. package/dist/cjs/{ionic-global-59aa7eb7.js → ionic-global-5762eca9.js} +1 -1
  156. package/dist/cjs/ionic.cjs.js +28 -5
  157. package/dist/cjs/{ios.transition-997fe325.js → ios.transition-3e119901.js} +4 -4
  158. package/dist/cjs/loader.cjs.js +4 -4
  159. package/dist/cjs/{md.transition-2b76c2c6.js → md.transition-c1392f92.js} +4 -4
  160. package/dist/cjs/{notch-controller-8e0ae870.js → notch-controller-08a24f39.js} +1 -1
  161. package/dist/cjs/{overlays-3d02b54f.js → overlays-44b8d0e0.js} +64 -22
  162. package/dist/cjs/{status-tap-3761c2d4.js → status-tap-32430b3e.js} +3 -3
  163. package/dist/cjs/{swipe-back-5b71fc62.js → swipe-back-b8484483.js} +1 -1
  164. package/dist/collection/collection-manifest.json +1 -1
  165. package/dist/collection/components/action-sheet/action-sheet.js +3 -3
  166. package/dist/collection/components/alert/alert.js +2 -2
  167. package/dist/collection/components/app/app.js +4 -4
  168. package/dist/collection/components/avatar/avatar.js +1 -1
  169. package/dist/collection/components/back-button/back-button.js +2 -2
  170. package/dist/collection/components/backdrop/backdrop.js +1 -1
  171. package/dist/collection/components/badge/badge.js +2 -2
  172. package/dist/collection/components/breadcrumb/breadcrumb.js +2 -2
  173. package/dist/collection/components/breadcrumbs/breadcrumbs.js +2 -2
  174. package/dist/collection/components/button/button.js +2 -2
  175. package/dist/collection/components/buttons/buttons.js +2 -2
  176. package/dist/collection/components/card/card.js +1 -1
  177. package/dist/collection/components/card-content/card-content.js +1 -1
  178. package/dist/collection/components/card-header/card-header.js +2 -2
  179. package/dist/collection/components/card-subtitle/card-subtitle.js +2 -2
  180. package/dist/collection/components/card-title/card-title.js +2 -2
  181. package/dist/collection/components/checkbox/checkbox.js +3 -3
  182. package/dist/collection/components/checkbox/test/checkbox.spec.js +12 -0
  183. package/dist/collection/components/chip/chip.js +2 -2
  184. package/dist/collection/components/col/col.js +2 -2
  185. package/dist/collection/components/content/content.js +3 -3
  186. package/dist/collection/components/datetime/datetime.js +50 -7
  187. package/dist/collection/components/datetime/test/basic/datetime.e2e.js +77 -0
  188. package/dist/collection/components/datetime/test/format.spec.js +65 -15
  189. package/dist/collection/components/datetime/utils/format.js +24 -37
  190. package/dist/collection/components/datetime/utils/validate.js +45 -0
  191. package/dist/collection/components/datetime-button/datetime-button.js +11 -10
  192. package/dist/collection/components/datetime-button/test/basic/datetime-button.e2e.js +65 -0
  193. package/dist/collection/components/fab/fab.js +2 -2
  194. package/dist/collection/components/fab-button/fab-button.js +2 -2
  195. package/dist/collection/components/fab-list/fab-list.js +2 -2
  196. package/dist/collection/components/footer/footer.js +2 -2
  197. package/dist/collection/components/grid/grid.js +2 -2
  198. package/dist/collection/components/header/header.js +2 -2
  199. package/dist/collection/components/img/img.js +1 -1
  200. package/dist/collection/components/infinite-scroll/infinite-scroll.js +1 -1
  201. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +2 -2
  202. package/dist/collection/components/input/input.ios.css +2 -0
  203. package/dist/collection/components/input/input.js +3 -3
  204. package/dist/collection/components/input/input.md.css +4 -2
  205. package/dist/collection/components/input/test/highlight/input.e2e.js +144 -0
  206. package/dist/collection/components/item/item.ios.css +5 -197
  207. package/dist/collection/components/item/item.js +4 -166
  208. package/dist/collection/components/item/item.md.css +7 -360
  209. package/dist/collection/components/item/test/basic/item.e2e.js +0 -5
  210. package/dist/collection/components/item/test/item.spec.js +1 -1
  211. package/dist/collection/components/item-divider/item-divider.js +2 -2
  212. package/dist/collection/components/item-group/item-group.js +1 -1
  213. package/dist/collection/components/item-option/item-option.js +2 -2
  214. package/dist/collection/components/item-options/item-options.js +1 -1
  215. package/dist/collection/components/item-sliding/item-sliding.js +1 -1
  216. package/dist/collection/components/label/label.ios.css +0 -5
  217. package/dist/collection/components/label/label.js +2 -2
  218. package/dist/collection/components/label/label.md.css +0 -75
  219. package/dist/collection/components/list/list.js +1 -1
  220. package/dist/collection/components/list-header/list-header.js +2 -2
  221. package/dist/collection/components/loading/loading.js +2 -2
  222. package/dist/collection/components/menu/menu.js +12 -6
  223. package/dist/collection/components/menu-button/menu-button.js +2 -2
  224. package/dist/collection/components/menu-toggle/menu-toggle.js +2 -2
  225. package/dist/collection/components/modal/modal.js +3 -3
  226. package/dist/collection/components/nav/nav.js +1 -1
  227. package/dist/collection/components/nav-link/nav-link.js +1 -1
  228. package/dist/collection/components/note/note.js +2 -2
  229. package/dist/collection/components/picker/picker.js +2 -2
  230. package/dist/collection/components/picker-column/picker-column.js +3 -3
  231. package/dist/collection/components/picker-column-option/picker-column-option.js +2 -2
  232. package/dist/collection/components/picker-legacy/picker.js +2 -2
  233. package/dist/collection/components/picker-legacy-column/picker-column.js +2 -2
  234. package/dist/collection/components/popover/popover.js +2 -2
  235. package/dist/collection/components/progress-bar/progress-bar.js +1 -1
  236. package/dist/collection/components/radio/radio.js +3 -3
  237. package/dist/collection/components/radio-group/radio-group.js +1 -1
  238. package/dist/collection/components/range/range.js +129 -24
  239. package/dist/collection/components/range/test/range-events.e2e.js +27 -0
  240. package/dist/collection/components/refresher/refresher.js +1 -1
  241. package/dist/collection/components/refresher-content/refresher-content.js +1 -1
  242. package/dist/collection/components/reorder/reorder.js +1 -1
  243. package/dist/collection/components/reorder-group/reorder-group.js +1 -1
  244. package/dist/collection/components/ripple-effect/ripple-effect.js +1 -1
  245. package/dist/collection/components/router-link/router-link.js +2 -2
  246. package/dist/collection/components/router-outlet/router-outlet.js +1 -1
  247. package/dist/collection/components/row/row.js +1 -1
  248. package/dist/collection/components/searchbar/searchbar.js +84 -5
  249. package/dist/collection/components/searchbar/test/searchbar.spec.js +20 -2
  250. package/dist/collection/components/segment/segment.js +2 -2
  251. package/dist/collection/components/segment-button/segment-button.js +3 -3
  252. package/dist/collection/components/select/select.ios.css +5 -0
  253. package/dist/collection/components/select/select.js +2 -2
  254. package/dist/collection/components/select/select.md.css +4 -27
  255. package/dist/collection/components/select/test/highlight/select.e2e.js +88 -4
  256. package/dist/collection/components/select-option/select-option.js +1 -1
  257. package/dist/collection/components/select-popover/select-popover.js +1 -1
  258. package/dist/collection/components/skeleton-text/skeleton-text.js +2 -2
  259. package/dist/collection/components/spinner/spinner.js +1 -1
  260. package/dist/collection/components/split-pane/split-pane.js +2 -2
  261. package/dist/collection/components/tab/tab.js +2 -2
  262. package/dist/collection/components/tab-bar/tab-bar.js +2 -2
  263. package/dist/collection/components/tab-button/tab-button.js +2 -2
  264. package/dist/collection/components/tabs/tabs.js +1 -1
  265. package/dist/collection/components/text/text.js +2 -2
  266. package/dist/collection/components/textarea/test/highlight/textarea.e2e.js +144 -0
  267. package/dist/collection/components/textarea/textarea.ios.css +2 -20
  268. package/dist/collection/components/textarea/textarea.js +2 -2
  269. package/dist/collection/components/textarea/textarea.md.css +4 -15
  270. package/dist/collection/components/thumbnail/thumbnail.js +1 -1
  271. package/dist/collection/components/title/title.js +2 -2
  272. package/dist/collection/components/toast/toast.js +2 -2
  273. package/dist/collection/components/toggle/toggle.js +3 -3
  274. package/dist/collection/components/toolbar/toolbar.js +2 -2
  275. package/dist/collection/utils/forms/index.js +0 -1
  276. package/dist/collection/utils/hardware-back-button.js +2 -2
  277. package/dist/collection/utils/helpers.js +1 -8
  278. package/dist/collection/utils/overlays.js +61 -19
  279. package/dist/collection/utils/slot-mutation-controller.js +12 -0
  280. package/dist/collection/utils/test/overlays/overlays.spec.js +53 -0
  281. package/dist/docs.json +158 -189
  282. package/dist/esm/{animation-a4acf150.js → animation-9a23ed8d.js} +1 -1
  283. package/dist/esm/{app-globals-cfb6787b.js → app-globals-80842d68.js} +1 -1
  284. package/dist/esm/{button-active-454e5c57.js → button-active-c6e18fac.js} +1 -1
  285. package/dist/esm/{data-691286f1.js → data-ae11fd43.js} +23 -38
  286. package/dist/esm/{framework-delegate-1eb3236c.js → framework-delegate-3fd96df8.js} +1 -1
  287. package/dist/esm/{hardware-back-button-3a14f99e.js → hardware-back-button-fb295e3a.js} +5 -5
  288. package/dist/esm/{helpers-ae74b3c9.js → helpers-f51cf76f.js} +1 -8
  289. package/dist/esm/{index-1f563746.js → index-1262064c.js} +1 -1
  290. package/dist/esm/{index-9b6d6df3.js → index-5d6a0317.js} +441 -13
  291. package/dist/esm/{index-5847f4a9.js → index-6da05eef.js} +4 -4
  292. package/dist/esm/{index-66871a1d.js → index-86688780.js} +1 -1
  293. package/dist/esm/{index-03086279.js → index-9d7e5d3e.js} +4 -4
  294. package/dist/esm/index.js +11 -11
  295. package/dist/esm/{input-shims-56c1f603.js → input-shims-2a4ad5a1.js} +2 -2
  296. package/dist/esm/{input.utils-482fc893.js → input.utils-d2dee48e.js} +13 -1
  297. package/dist/esm/ion-accordion_2.entry.js +3 -3
  298. package/dist/esm/ion-action-sheet.entry.js +11 -11
  299. package/dist/esm/ion-alert.entry.js +10 -10
  300. package/dist/esm/ion-app_8.entry.js +29 -29
  301. package/dist/esm/ion-avatar_3.entry.js +6 -6
  302. package/dist/esm/ion-back-button.entry.js +5 -5
  303. package/dist/esm/ion-backdrop.entry.js +3 -3
  304. package/dist/esm/ion-breadcrumb_2.entry.js +7 -7
  305. package/dist/esm/ion-button_2.entry.js +5 -5
  306. package/dist/esm/ion-card_5.entry.js +11 -11
  307. package/dist/esm/ion-checkbox.entry.js +6 -6
  308. package/dist/esm/ion-chip.entry.js +4 -4
  309. package/dist/esm/ion-col_3.entry.js +7 -7
  310. package/dist/esm/ion-datetime-button.entry.js +14 -13
  311. package/dist/esm/ion-datetime_3.entry.js +77 -18
  312. package/dist/esm/ion-fab_3.entry.js +9 -9
  313. package/dist/esm/ion-img.entry.js +4 -4
  314. package/dist/esm/ion-infinite-scroll_2.entry.js +7 -7
  315. package/dist/esm/ion-input.entry.js +10 -10
  316. package/dist/esm/ion-item-option_3.entry.js +8 -8
  317. package/dist/esm/ion-item_8.entry.js +23 -92
  318. package/dist/esm/ion-loading.entry.js +9 -9
  319. package/dist/esm/ion-menu_3.entry.js +14 -14
  320. package/dist/esm/ion-modal.entry.js +12 -12
  321. package/dist/esm/ion-nav_2.entry.js +8 -8
  322. package/dist/esm/ion-picker-column-option.entry.js +5 -5
  323. package/dist/esm/ion-picker-column.entry.js +6 -6
  324. package/dist/esm/ion-picker.entry.js +4 -4
  325. package/dist/esm/ion-popover.entry.js +10 -10
  326. package/dist/esm/ion-progress-bar.entry.js +4 -4
  327. package/dist/esm/ion-radio_2.entry.js +7 -7
  328. package/dist/esm/ion-range.entry.js +133 -28
  329. package/dist/esm/ion-refresher_2.entry.js +7 -7
  330. package/dist/esm/ion-reorder_2.entry.js +6 -6
  331. package/dist/esm/ion-ripple-effect.entry.js +3 -3
  332. package/dist/esm/ion-route_4.entry.js +5 -5
  333. package/dist/esm/ion-searchbar.entry.js +31 -7
  334. package/dist/esm/ion-segment_2.entry.js +8 -8
  335. package/dist/esm/ion-select_3.entry.js +13 -13
  336. package/dist/esm/ion-spinner.entry.js +3 -3
  337. package/dist/esm/ion-split-pane.entry.js +4 -4
  338. package/dist/esm/ion-tab-bar_2.entry.js +7 -7
  339. package/dist/esm/ion-tab_2.entry.js +6 -6
  340. package/dist/esm/ion-text.entry.js +4 -4
  341. package/dist/esm/ion-textarea.entry.js +9 -9
  342. package/dist/esm/ion-toast.entry.js +9 -9
  343. package/dist/esm/ion-toggle.entry.js +6 -6
  344. package/dist/esm/{ionic-global-c976d684.js → ionic-global-a589c12c.js} +1 -1
  345. package/dist/esm/ionic.js +29 -6
  346. package/dist/esm/{ios.transition-a097dbf5.js → ios.transition-fbde96b0.js} +4 -4
  347. package/dist/esm/loader.js +5 -5
  348. package/dist/esm/{md.transition-b4170ef7.js → md.transition-76e0020b.js} +4 -4
  349. package/dist/esm/{notch-controller-18bf9f76.js → notch-controller-00572cf8.js} +1 -1
  350. package/dist/esm/{overlays-4ba3b255.js → overlays-b1ac1c63.js} +64 -22
  351. package/dist/esm/{status-tap-7a12f017.js → status-tap-84b41f36.js} +3 -3
  352. package/dist/esm/{swipe-back-ae14449a.js → swipe-back-4f2e5d47.js} +1 -1
  353. package/dist/esm-es5/{animation-a4acf150.js → animation-9a23ed8d.js} +1 -1
  354. package/dist/esm-es5/app-globals-80842d68.js +4 -0
  355. package/dist/esm-es5/{button-active-454e5c57.js → button-active-c6e18fac.js} +1 -1
  356. package/dist/esm-es5/data-ae11fd43.js +4 -0
  357. package/dist/esm-es5/{framework-delegate-1eb3236c.js → framework-delegate-3fd96df8.js} +1 -1
  358. package/dist/esm-es5/hardware-back-button-fb295e3a.js +4 -0
  359. package/dist/esm-es5/helpers-f51cf76f.js +4 -0
  360. package/dist/esm-es5/index-1262064c.js +4 -0
  361. package/dist/esm-es5/index-5d6a0317.js +5 -0
  362. package/dist/esm-es5/{index-5847f4a9.js → index-6da05eef.js} +1 -1
  363. package/dist/esm-es5/{index-66871a1d.js → index-86688780.js} +1 -1
  364. package/dist/esm-es5/{index-03086279.js → index-9d7e5d3e.js} +1 -1
  365. package/dist/esm-es5/index.js +1 -1
  366. package/dist/esm-es5/{input-shims-56c1f603.js → input-shims-2a4ad5a1.js} +1 -1
  367. package/dist/esm-es5/input.utils-d2dee48e.js +4 -0
  368. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  369. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  370. package/dist/esm-es5/ion-alert.entry.js +1 -1
  371. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  372. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  373. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  374. package/dist/esm-es5/ion-backdrop.entry.js +1 -1
  375. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  376. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  377. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  378. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  379. package/dist/esm-es5/ion-chip.entry.js +1 -1
  380. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  381. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  382. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  383. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  384. package/dist/esm-es5/ion-img.entry.js +1 -1
  385. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  386. package/dist/esm-es5/ion-input.entry.js +1 -1
  387. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  388. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  389. package/dist/esm-es5/ion-loading.entry.js +1 -1
  390. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  391. package/dist/esm-es5/ion-modal.entry.js +1 -1
  392. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  393. package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
  394. package/dist/esm-es5/ion-picker-column.entry.js +1 -1
  395. package/dist/esm-es5/ion-picker.entry.js +1 -1
  396. package/dist/esm-es5/ion-popover.entry.js +1 -1
  397. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  398. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  399. package/dist/esm-es5/ion-range.entry.js +1 -1
  400. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  401. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  402. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  403. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  404. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  405. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  406. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  407. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  408. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  409. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  410. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  411. package/dist/esm-es5/ion-text.entry.js +1 -1
  412. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  413. package/dist/esm-es5/ion-toast.entry.js +1 -1
  414. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  415. package/dist/esm-es5/{ionic-global-c976d684.js → ionic-global-a589c12c.js} +1 -1
  416. package/dist/esm-es5/ionic.js +1 -1
  417. package/dist/esm-es5/{ios.transition-a097dbf5.js → ios.transition-fbde96b0.js} +1 -1
  418. package/dist/esm-es5/loader.js +1 -1
  419. package/dist/esm-es5/md.transition-76e0020b.js +4 -0
  420. package/dist/esm-es5/{notch-controller-18bf9f76.js → notch-controller-00572cf8.js} +1 -1
  421. package/dist/esm-es5/overlays-b1ac1c63.js +4 -0
  422. package/dist/esm-es5/{status-tap-7a12f017.js → status-tap-84b41f36.js} +1 -1
  423. package/dist/esm-es5/{swipe-back-ae14449a.js → swipe-back-4f2e5d47.js} +1 -1
  424. package/dist/html.html-data.json +24 -26
  425. package/dist/ionic/index.esm.js +1 -1
  426. package/dist/ionic/ionic.esm.js +1 -1
  427. package/dist/ionic/ionic.js +1 -1
  428. package/dist/ionic/{p-a8cc0027.system.js → p-01171ead.system.js} +1 -1
  429. package/dist/ionic/{p-5aa60929.js → p-031c5621.js} +1 -1
  430. package/dist/ionic/{p-d504bc71.entry.js → p-03f3ebd2.entry.js} +1 -1
  431. package/dist/ionic/{p-a06af32c.system.js → p-04f9ce05.system.js} +1 -1
  432. package/dist/ionic/{p-7665bbbc.system.entry.js → p-063c093d.system.entry.js} +1 -1
  433. package/dist/ionic/p-06e951a9.entry.js +4 -0
  434. package/dist/ionic/{p-77982637.entry.js → p-070cf7c3.entry.js} +1 -1
  435. package/dist/ionic/{p-7b795aee.system.entry.js → p-07a0190a.system.entry.js} +1 -1
  436. package/dist/ionic/{p-1bca443b.system.entry.js → p-0afaf65b.system.entry.js} +1 -1
  437. package/dist/ionic/p-0b175848.entry.js +4 -0
  438. package/dist/ionic/p-0da58e53.entry.js +4 -0
  439. package/dist/ionic/p-0eb381c3.system.js +4 -0
  440. package/dist/ionic/p-144ae947.js +4 -0
  441. package/dist/ionic/{p-c5b77291.system.entry.js → p-15e2ff5f.system.entry.js} +1 -1
  442. package/dist/ionic/{p-85cb4733.entry.js → p-19243ae6.entry.js} +1 -1
  443. package/dist/ionic/p-1acaf641.entry.js +4 -0
  444. package/dist/ionic/{p-8e83b7f1.system.entry.js → p-1d1394da.system.entry.js} +1 -1
  445. package/dist/ionic/{p-842777af.js → p-1e5c0c49.js} +1 -1
  446. package/dist/ionic/{p-1ed99eba.system.entry.js → p-2028668d.system.entry.js} +1 -1
  447. package/dist/ionic/{p-1a68de09.entry.js → p-2070f8d8.entry.js} +1 -1
  448. package/dist/ionic/{p-1c436e95.system.entry.js → p-219c17cf.system.entry.js} +1 -1
  449. package/dist/ionic/p-21e88629.entry.js +4 -0
  450. package/dist/ionic/{p-41970e75.entry.js → p-234dc736.entry.js} +1 -1
  451. package/dist/ionic/{p-1600d68c.system.entry.js → p-237b1791.system.entry.js} +1 -1
  452. package/dist/ionic/{p-27594fc2.js → p-239906f1.js} +1 -1
  453. package/dist/ionic/{p-85464e28.system.entry.js → p-25648922.system.entry.js} +2 -2
  454. package/dist/ionic/{p-e38b3c29.entry.js → p-29ecf879.entry.js} +1 -1
  455. package/dist/ionic/{p-454b36f7.system.entry.js → p-2c560619.system.entry.js} +1 -1
  456. package/dist/ionic/{p-62f15daf.system.entry.js → p-2e2635b4.system.entry.js} +2 -2
  457. package/dist/ionic/p-2f53f47a.entry.js +4 -0
  458. package/dist/ionic/{p-6d95943d.system.js → p-30dfa360.system.js} +1 -1
  459. package/dist/ionic/p-314ae72a.js +4 -0
  460. package/dist/ionic/{p-816476b0.system.js → p-33e39575.system.js} +1 -1
  461. package/dist/ionic/p-355736ea.js +4 -0
  462. package/dist/ionic/p-373e757d.entry.js +4 -0
  463. package/dist/ionic/{p-8a50f8d6.system.js → p-3944820a.system.js} +1 -1
  464. package/dist/ionic/p-39483fc9.js +4 -0
  465. package/dist/ionic/{p-5afb6e48.entry.js → p-39860681.entry.js} +1 -1
  466. package/dist/ionic/{p-6fd26009.js → p-3a572692.js} +1 -1
  467. package/dist/ionic/{p-a5b7a286.entry.js → p-42d9f81e.entry.js} +1 -1
  468. package/dist/ionic/{p-b4bb9cd0.system.entry.js → p-45a2b1ee.system.entry.js} +1 -1
  469. package/dist/ionic/{p-15708968.js → p-46a4e4e8.js} +1 -1
  470. package/dist/ionic/{p-f16bfd53.entry.js → p-48fef2f1.entry.js} +1 -1
  471. package/dist/ionic/p-493bce1f.entry.js +4 -0
  472. package/dist/ionic/{p-c38c5dfc.system.js → p-4997d7dc.system.js} +1 -1
  473. package/dist/ionic/{p-cb944b1a.system.js → p-49a205d0.system.js} +1 -1
  474. package/dist/ionic/{p-c880c809.js → p-4ba6d7d1.js} +1 -1
  475. package/dist/ionic/p-4d6ec139.entry.js +4 -0
  476. package/dist/ionic/p-4d7230bd.system.entry.js +4 -0
  477. package/dist/ionic/{p-8d4d902b.js → p-4da2ae44.js} +1 -1
  478. package/dist/ionic/{p-466bdeae.entry.js → p-5054b3db.entry.js} +1 -1
  479. package/dist/ionic/{p-f7ed6a44.system.entry.js → p-50d19fc7.system.entry.js} +1 -1
  480. package/dist/ionic/p-513abaf6.system.entry.js +4 -0
  481. package/dist/ionic/p-517b76cb.entry.js +4 -0
  482. package/dist/ionic/{p-a6cc38d4.js → p-51b1a6be.js} +1 -1
  483. package/dist/ionic/p-53c592ec.system.js +4 -0
  484. package/dist/ionic/{p-ebe0be94.system.entry.js → p-566818dd.system.entry.js} +1 -1
  485. package/dist/ionic/{p-6e1fa025.js → p-59e86adb.js} +1 -1
  486. package/dist/ionic/{p-91a72ad6.system.entry.js → p-5f9abba8.system.entry.js} +2 -2
  487. package/dist/ionic/{p-baa409f1.system.entry.js → p-6042920d.system.entry.js} +2 -2
  488. package/dist/ionic/{p-7b44b443.entry.js → p-65374504.entry.js} +1 -1
  489. package/dist/ionic/{p-f3d6085c.entry.js → p-66596659.entry.js} +1 -1
  490. package/dist/ionic/p-667290b0.system.js +4 -0
  491. package/dist/ionic/{p-c3a2e5cc.entry.js → p-66e50777.entry.js} +1 -1
  492. package/dist/ionic/{p-4a8f173c.system.js → p-67dbcd3b.system.js} +1 -1
  493. package/dist/ionic/{p-95e14c7b.system.js → p-696db6f4.system.js} +1 -1
  494. package/dist/ionic/p-69df28fd.entry.js +4 -0
  495. package/dist/ionic/p-6d0e7669.system.entry.js +4 -0
  496. package/dist/ionic/p-6d1f5de9.system.entry.js +4 -0
  497. package/dist/ionic/{p-dcfc297d.system.entry.js → p-6d75fbe8.system.entry.js} +1 -1
  498. package/dist/ionic/{p-d4d0538c.system.entry.js → p-7162350a.system.entry.js} +1 -1
  499. package/dist/ionic/p-7200f2da.entry.js +4 -0
  500. package/dist/ionic/{p-81869a97.system.entry.js → p-739f8b95.system.entry.js} +1 -1
  501. package/dist/ionic/{p-7a3fa32c.entry.js → p-75addf49.entry.js} +1 -1
  502. package/dist/ionic/{p-1fa738c4.js → p-78b3da77.js} +1 -1
  503. package/dist/ionic/{p-03f63663.system.js → p-7c7e495d.system.js} +1 -1
  504. package/dist/ionic/{p-8ab308e9.js → p-7d4f6f18.js} +1 -1
  505. package/dist/ionic/{p-5c3991e3.system.entry.js → p-824d44c5.system.entry.js} +2 -2
  506. package/dist/ionic/{p-ded27993.entry.js → p-8c0b08db.entry.js} +1 -1
  507. package/dist/ionic/p-8dfe436d.system.js +4 -0
  508. package/dist/ionic/{p-da83d833.system.entry.js → p-91567c90.system.entry.js} +1 -1
  509. package/dist/ionic/{p-5a055df4.entry.js → p-95648db9.entry.js} +1 -1
  510. package/dist/ionic/{p-f71082f7.entry.js → p-9c970454.entry.js} +1 -1
  511. package/dist/ionic/{p-30892e0c.system.js → p-9e3177a5.system.js} +1 -1
  512. package/dist/ionic/p-a03c993e.entry.js +4 -0
  513. package/dist/ionic/{p-8aeed464.system.entry.js → p-a37d4fe9.system.entry.js} +1 -1
  514. package/dist/ionic/{p-3bac30bf.system.entry.js → p-a43fbe0a.system.entry.js} +1 -1
  515. package/dist/ionic/{p-1a5ed3fe.system.entry.js → p-a5c33d6b.system.entry.js} +1 -1
  516. package/dist/ionic/p-a7f788ec.entry.js +4 -0
  517. package/dist/ionic/{p-1e0a18a1.system.entry.js → p-acd64713.system.entry.js} +1 -1
  518. package/dist/ionic/{p-eec92f77.system.js → p-af9256a0.system.js} +1 -1
  519. package/dist/ionic/{p-7541ca9f.system.entry.js → p-b0850af6.system.entry.js} +1 -1
  520. package/dist/ionic/p-b0d35de4.system.js +4 -0
  521. package/dist/ionic/p-b996756b.entry.js +4 -0
  522. package/dist/ionic/p-ba9120fe.system.entry.js +4 -0
  523. package/dist/ionic/p-bb78b64e.entry.js +4 -0
  524. package/dist/ionic/{p-97135baa.entry.js → p-bbc4f653.entry.js} +1 -1
  525. package/dist/ionic/p-c34d1515.js +4 -0
  526. package/dist/ionic/{p-82f5375e.system.entry.js → p-c4390f10.system.entry.js} +1 -1
  527. package/dist/ionic/p-c629d22b.system.js +5 -0
  528. package/dist/ionic/p-c834c535.system.entry.js +4 -0
  529. package/dist/ionic/{p-ad2b216a.system.entry.js → p-c8675b7b.system.entry.js} +1 -1
  530. package/dist/ionic/{p-6ef5f4da.entry.js → p-c8f7f923.entry.js} +1 -1
  531. package/dist/ionic/p-c962e9ea.entry.js +4 -0
  532. package/dist/ionic/{p-e64277c4.entry.js → p-cada6331.entry.js} +1 -1
  533. package/dist/ionic/p-cc19ecba.system.entry.js +4 -0
  534. package/dist/ionic/{p-1ea88de9.system.js → p-ce36d285.system.js} +1 -1
  535. package/dist/ionic/{p-fd94dd20.system.entry.js → p-d09c9468.system.entry.js} +1 -1
  536. package/dist/ionic/{p-4523be60.entry.js → p-d10bbab7.entry.js} +1 -1
  537. package/dist/ionic/p-d268f7e2.system.entry.js +4 -0
  538. package/dist/ionic/{p-4c2cac66.entry.js → p-d3c1c23f.entry.js} +1 -1
  539. package/dist/ionic/{p-780ff3b5.system.entry.js → p-d4be0d81.system.entry.js} +1 -1
  540. package/dist/ionic/p-d5ef3a0a.entry.js +4 -0
  541. package/dist/ionic/p-d60342e3.js +4 -0
  542. package/dist/ionic/{p-1ce172db.entry.js → p-d85eebc3.entry.js} +1 -1
  543. package/dist/ionic/{p-09872ec8.system.entry.js → p-d9dfdbb5.system.entry.js} +1 -1
  544. package/dist/ionic/{p-25850474.entry.js → p-da5bbd4f.entry.js} +1 -1
  545. package/dist/ionic/{p-7cc01684.js → p-dad515dc.js} +1 -1
  546. package/dist/ionic/{p-afcd4f49.entry.js → p-de39f314.entry.js} +1 -1
  547. package/dist/ionic/{p-ddc4e717.entry.js → p-de4c700f.entry.js} +1 -1
  548. package/dist/ionic/{p-19f6ac6c.system.js → p-e01ebeba.system.js} +1 -1
  549. package/dist/ionic/{p-602494c6.entry.js → p-e222fdd1.entry.js} +1 -1
  550. package/dist/ionic/{p-add93c7a.entry.js → p-e5e492d8.entry.js} +1 -1
  551. package/dist/ionic/{p-874510e9.system.entry.js → p-e9412fe7.system.entry.js} +1 -1
  552. package/dist/ionic/{p-3410a9cb.system.js → p-ea5173f9.system.js} +1 -1
  553. package/dist/ionic/{p-4825e380.entry.js → p-eb546888.entry.js} +1 -1
  554. package/dist/ionic/{p-65d3f0e9.js → p-eee87ebb.js} +1 -1
  555. package/dist/ionic/p-f012e8f2.system.entry.js +4 -0
  556. package/dist/ionic/{p-aaca8dd4.system.entry.js → p-f15b0bbc.system.entry.js} +1 -1
  557. package/dist/ionic/{p-2b3e0d99.system.entry.js → p-f15f8140.system.entry.js} +1 -1
  558. package/dist/ionic/{p-a71dc777.system.js → p-f3e8c505.system.js} +1 -1
  559. package/dist/ionic/{p-760dbd5e.js → p-f5cb9689.js} +1 -1
  560. package/dist/ionic/p-f687573e.system.js +4 -0
  561. package/dist/ionic/{p-f6a6b7ef.system.entry.js → p-f6db2e96.system.entry.js} +2 -2
  562. package/dist/ionic/p-f8502e85.js +5 -0
  563. package/dist/ionic/{p-cd366840.system.entry.js → p-f8dfae89.system.entry.js} +1 -1
  564. package/dist/ionic/p-fcec3b7a.system.entry.js +4 -0
  565. package/dist/ionic/{p-cb0e4100.system.entry.js → p-ff740d68.system.entry.js} +1 -1
  566. package/dist/types/components/datetime/datetime-interface.d.ts +10 -0
  567. package/dist/types/components/datetime/datetime.d.ts +9 -1
  568. package/dist/types/components/datetime/utils/format.d.ts +7 -13
  569. package/dist/types/components/datetime/utils/validate.d.ts +8 -0
  570. package/dist/types/components/item/item.d.ts +0 -32
  571. package/dist/types/components/menu/menu-interface.d.ts +1 -0
  572. package/dist/types/components/menu/menu.d.ts +2 -2
  573. package/dist/types/components/range/range.d.ts +29 -0
  574. package/dist/types/components/searchbar/searchbar.d.ts +38 -0
  575. package/dist/types/components.d.ts +38 -46
  576. package/dist/types/utils/forms/index.d.ts +0 -1
  577. package/dist/types/utils/hardware-back-button.d.ts +1 -1
  578. package/dist/types/utils/helpers.d.ts +0 -1
  579. package/hydrate/index.js +499 -349
  580. package/package.json +1 -1
  581. package/components/note.js +0 -48
  582. package/dist/collection/components/item/test/legacy/disabled/item.e2e.js +0 -14
  583. package/dist/collection/utils/forms/form-controller.js +0 -61
  584. package/dist/esm-es5/app-globals-cfb6787b.js +0 -4
  585. package/dist/esm-es5/data-691286f1.js +0 -4
  586. package/dist/esm-es5/hardware-back-button-3a14f99e.js +0 -4
  587. package/dist/esm-es5/helpers-ae74b3c9.js +0 -4
  588. package/dist/esm-es5/index-1f563746.js +0 -4
  589. package/dist/esm-es5/index-9b6d6df3.js +0 -5
  590. package/dist/esm-es5/input.utils-482fc893.js +0 -4
  591. package/dist/esm-es5/md.transition-b4170ef7.js +0 -4
  592. package/dist/esm-es5/overlays-4ba3b255.js +0 -4
  593. package/dist/ionic/p-060fdc03.entry.js +0 -4
  594. package/dist/ionic/p-069388dd.system.js +0 -4
  595. package/dist/ionic/p-06fccad7.entry.js +0 -4
  596. package/dist/ionic/p-0ca35c1d.system.entry.js +0 -4
  597. package/dist/ionic/p-134d4936.system.js +0 -4
  598. package/dist/ionic/p-19e79fe8.entry.js +0 -4
  599. package/dist/ionic/p-22d2a891.js +0 -4
  600. package/dist/ionic/p-239262e4.system.entry.js +0 -4
  601. package/dist/ionic/p-300b2cf1.entry.js +0 -4
  602. package/dist/ionic/p-32bd7ed7.entry.js +0 -4
  603. package/dist/ionic/p-43322b14.js +0 -4
  604. package/dist/ionic/p-4ad02639.entry.js +0 -4
  605. package/dist/ionic/p-5289aade.js +0 -4
  606. package/dist/ionic/p-60efe117.js +0 -5
  607. package/dist/ionic/p-6657681b.system.entry.js +0 -4
  608. package/dist/ionic/p-66e6860f.system.js +0 -4
  609. package/dist/ionic/p-6e5eeb35.entry.js +0 -4
  610. package/dist/ionic/p-6f6d56f1.entry.js +0 -4
  611. package/dist/ionic/p-70218e28.system.entry.js +0 -4
  612. package/dist/ionic/p-72bc2484.system.entry.js +0 -4
  613. package/dist/ionic/p-82d459c1.js +0 -4
  614. package/dist/ionic/p-8ba5912c.entry.js +0 -4
  615. package/dist/ionic/p-8d50220b.system.js +0 -4
  616. package/dist/ionic/p-8d602214.system.js +0 -5
  617. package/dist/ionic/p-8e3ee444.system.entry.js +0 -4
  618. package/dist/ionic/p-9382ebab.entry.js +0 -4
  619. package/dist/ionic/p-942c19cb.entry.js +0 -4
  620. package/dist/ionic/p-96391c0e.entry.js +0 -4
  621. package/dist/ionic/p-9d6f351e.js +0 -4
  622. package/dist/ionic/p-9e3b3f15.system.js +0 -4
  623. package/dist/ionic/p-a375c9f6.system.entry.js +0 -4
  624. package/dist/ionic/p-a58ec401.js +0 -4
  625. package/dist/ionic/p-b1a9e85a.system.entry.js +0 -4
  626. package/dist/ionic/p-bcb58446.entry.js +0 -4
  627. package/dist/ionic/p-c2336a9e.system.entry.js +0 -4
  628. package/dist/ionic/p-cbc3840e.entry.js +0 -4
  629. package/dist/ionic/p-cf852615.system.entry.js +0 -4
  630. package/dist/ionic/p-e15eda82.system.js +0 -4
  631. package/dist/ionic/p-e470466e.entry.js +0 -4
  632. package/dist/ionic/p-ef99a759.entry.js +0 -4
  633. package/dist/ionic/p-fc5ddbf6.entry.js +0 -4
  634. package/dist/ionic/p-feb66f6f.entry.js +0 -4
  635. package/dist/types/utils/forms/form-controller.d.ts +0 -15
@@ -5,17 +5,16 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-ea266398.js');
9
- const helpers = require('./helpers-b71ca811.js');
10
- const index$2 = require('./index-5915f9b3.js');
8
+ const index = require('./index-2d21d526.js');
9
+ const helpers = require('./helpers-668b3d95.js');
11
10
  const theme = require('./theme-d1c573d2.js');
12
11
  const index$1 = require('./index-f52c6d38.js');
13
- const ionicGlobal = require('./ionic-global-59aa7eb7.js');
12
+ const ionicGlobal = require('./ionic-global-5762eca9.js');
14
13
 
15
- const itemIosCss = ":host{--border-radius:0px;--border-width:0px;--border-style:solid;--padding-top:0px;--padding-bottom:0px;--padding-end:0px;--padding-start:0px;--inner-border-width:0px;--inner-padding-top:0px;--inner-padding-bottom:0px;--inner-padding-start:0px;--inner-padding-end:0px;--inner-box-shadow:none;--show-full-highlight:0;--show-inset-highlight:0;--detail-icon-color:initial;--detail-icon-font-size:1.25em;--detail-icon-opacity:0.25;--color-activated:var(--color);--color-focused:var(--color);--color-hover:var(--color);--ripple-color:currentColor;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;outline:none;color:var(--color);font-family:var(--ion-font-family, inherit);text-align:initial;text-decoration:none;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}:host(.ion-color:not(.item-fill-solid):not(.item-fill-outline)) .item-native{background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(.ion-color:not(.item-fill-solid):not(.item-fill-outline)) .item-native,:host(.ion-color:not(.item-fill-solid):not(.item-fill-outline)) .item-inner{border-color:var(--ion-color-shade)}:host(.ion-activated) .item-native{color:var(--color-activated)}:host(.ion-activated) .item-native::after{background:var(--background-activated);opacity:var(--background-activated-opacity)}:host(.ion-color.ion-activated) .item-native{color:var(--ion-color-contrast)}:host(.ion-focused) .item-native{color:var(--color-focused)}:host(.ion-focused) .item-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}:host(.ion-color.ion-focused) .item-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-focused) .item-native::after{background:var(--ion-color-contrast)}@media (any-hover: hover){:host(.ion-activatable:not(.ion-focused):hover) .item-native{color:var(--color-hover)}:host(.ion-activatable:not(.ion-focused):hover) .item-native::after{background:var(--background-hover);opacity:var(--background-hover-opacity)}:host(.ion-color.ion-activatable:not(.ion-focused):hover) .item-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-activatable:not(.ion-focused):hover) .item-native::after{background:var(--ion-color-contrast)}}:host(.item-control-needs-pointer-cursor){cursor:pointer}:host(.item-interactive-disabled:not(.item-multiple-inputs)){cursor:default;pointer-events:none}:host(.item-disabled){cursor:default;opacity:0.3;pointer-events:none}.item-native{border-radius:var(--border-radius);margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;padding-right:var(--padding-end);padding-left:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:inherit;align-items:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;min-height:var(--min-height);-webkit-transition:var(--transition);transition:var(--transition);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);outline:none;background:var(--background);overflow:inherit;z-index:1;-webkit-box-sizing:border-box;box-sizing:border-box}:host-context([dir=rtl]) .item-native{padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:var(--padding-end)}[dir=rtl] .item-native{padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:var(--padding-end)}@supports selector(:dir(rtl)){.item-native:dir(rtl){padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:var(--padding-end)}}.item-native::-moz-focus-inner{border:0}.item-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0;-webkit-transition:var(--transition);transition:var(--transition);z-index:-1}button,a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.item-inner{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-top:var(--inner-padding-top);padding-bottom:var(--inner-padding-bottom);padding-right:calc(var(--ion-safe-area-right, 0px) + var(--inner-padding-end));padding-left:var(--inner-padding-start);display:-ms-flexbox;display:flex;position:relative;-ms-flex:1;flex:1;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-item-align:stretch;align-self:stretch;min-height:inherit;border-width:var(--inner-border-width);border-style:var(--border-style);border-color:var(--border-color);-webkit-box-shadow:var(--inner-box-shadow);box-shadow:var(--inner-box-shadow);overflow:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}:host-context([dir=rtl]) .item-inner{padding-right:var(--inner-padding-start);padding-left:calc(var(--ion-safe-area-left, 0px) + var(--inner-padding-end))}[dir=rtl] .item-inner{padding-right:var(--inner-padding-start);padding-left:calc(var(--ion-safe-area-left, 0px) + var(--inner-padding-end))}@supports selector(:dir(rtl)){.item-inner:dir(rtl){padding-right:var(--inner-padding-start);padding-left:calc(var(--ion-safe-area-left, 0px) + var(--inner-padding-end))}}.item-bottom{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;padding-left:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));padding-right:calc(var(--inner-padding-end) + var(--ion-safe-area-right, 0px));display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}:host-context([dir=rtl]) .item-bottom{padding-left:calc(var(--inner-padding-end) + var(--ion-safe-area-left, 0px));padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px))}[dir=rtl] .item-bottom{padding-left:calc(var(--inner-padding-end) + var(--ion-safe-area-left, 0px));padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px))}@supports selector(:dir(rtl)){.item-bottom:dir(rtl){padding-left:calc(var(--inner-padding-end) + var(--ion-safe-area-left, 0px));padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px))}}.item-detail-icon{-webkit-margin-start:calc(var(--inner-padding-end) / 2);margin-inline-start:calc(var(--inner-padding-end) / 2);-webkit-margin-end:-6px;margin-inline-end:-6px;color:var(--detail-icon-color);font-size:var(--detail-icon-font-size);opacity:var(--detail-icon-opacity)}::slotted(ion-icon){font-size:1.6em}::slotted(ion-button){--margin-top:0;--margin-bottom:0;--margin-start:0;--margin-end:0;z-index:1}::slotted(ion-label:not([slot=end])){-ms-flex:1;flex:1;width:-webkit-min-content;width:-moz-min-content;width:min-content;max-width:100%}:host(.item-input){-ms-flex-align:center;align-items:center}.input-wrapper{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-item-align:stretch;align-self:stretch;text-overflow:ellipsis;overflow:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}:host(.item-label-stacked),:host(.item-label-floating){-ms-flex-align:start;align-items:start}:host(.item-label-stacked) .input-wrapper,:host(.item-label-floating) .input-wrapper{-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column}.item-highlight,.item-inner-highlight{left:0;right:0;top:0;bottom:0;border-radius:inherit;position:absolute;width:100%;height:100%;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:border-bottom-width 200ms, -webkit-transform 200ms;transition:border-bottom-width 200ms, -webkit-transform 200ms;transition:transform 200ms, border-bottom-width 200ms;transition:transform 200ms, border-bottom-width 200ms, -webkit-transform 200ms;z-index:2;-webkit-box-sizing:border-box;box-sizing:border-box;pointer-events:none}:host(.item-interactive.ion-focused),:host(.item-interactive.item-has-focus),:host(.item-interactive.ion-touched.ion-invalid){--full-highlight-height:calc(var(--highlight-height) * var(--show-full-highlight));--inset-highlight-height:calc(var(--highlight-height) * var(--show-inset-highlight))}:host(.ion-focused) .item-highlight,:host(.ion-focused) .item-inner-highlight,:host(.item-has-focus) .item-highlight,:host(.item-has-focus) .item-inner-highlight{-webkit-transform:scaleX(1);transform:scaleX(1);border-style:var(--border-style);border-color:var(--highlight-background)}:host(.ion-focused) .item-highlight,:host(.item-has-focus) .item-highlight{border-width:var(--full-highlight-height);opacity:var(--show-full-highlight)}:host(.ion-focused) .item-inner-highlight,:host(.item-has-focus) .item-inner-highlight{border-bottom-width:var(--inset-highlight-height);opacity:var(--show-inset-highlight)}:host(.ion-focused.item-fill-solid) .item-highlight,:host(.item-has-focus.item-fill-solid) .item-highlight{border-width:calc(var(--full-highlight-height) - 1px)}:host(.ion-focused) .item-inner-highlight,:host(.ion-focused:not(.item-fill-outline)) .item-highlight,:host(.item-has-focus) .item-inner-highlight,:host(.item-has-focus:not(.item-fill-outline)) .item-highlight{border-top:none;border-right:none;border-left:none}:host(.item-interactive.ion-focused),:host(.item-interactive.item-has-focus){--highlight-background:var(--highlight-color-focused)}:host(.item-interactive.ion-valid){--highlight-background:var(--highlight-color-valid)}:host(.item-interactive.ion-invalid){--highlight-background:var(--highlight-color-invalid)}:host(.item-interactive.ion-invalid) ::slotted([slot=helper]){display:none}::slotted([slot=error]){display:none;color:var(--highlight-color-invalid)}:host(.item-interactive.ion-invalid) ::slotted([slot=error]){display:block}:host(:not(.item-label)) ::slotted(ion-datetime){--padding-start:0}:host(.item-label-stacked) ::slotted(ion-datetime),:host(.item-label-floating) ::slotted(ion-datetime){--padding-start:0;width:100%}:host(.item-multiple-inputs) ::slotted(ion-checkbox),:host(.item-multiple-inputs) ::slotted(ion-datetime),:host(.item-multiple-inputs) ::slotted(ion-radio){position:relative}:host(.item-textarea){-ms-flex-align:stretch;align-items:stretch}::slotted(ion-reorder[slot]){margin-top:0;margin-bottom:0}ion-ripple-effect{color:var(--ripple-color)}:host(.item-fill-solid) ::slotted([slot=start]),:host(.item-fill-solid) ::slotted([slot=end]),:host(.item-fill-outline) ::slotted([slot=start]),:host(.item-fill-outline) ::slotted([slot=end]){-ms-flex-item-align:center;align-self:center}::slotted([slot=helper]),::slotted([slot=error]),.item-counter{padding-top:5px;font-size:0.75rem;z-index:1}.item-counter{-webkit-margin-start:auto;margin-inline-start:auto;color:var(--ion-color-step-550, var(--ion-background-color-step-550, #737373));white-space:nowrap;-webkit-padding-start:16px;padding-inline-start:16px}@media (prefers-reduced-motion: reduce){.item-highlight,.item-inner-highlight{-webkit-transition:none;transition:none}}:host{--min-height:44px;--transition:background-color 200ms linear, opacity 200ms linear;--padding-start:16px;--inner-padding-end:16px;--inner-border-width:0px 0px 0.55px 0px;--background:var(--ion-item-background, var(--ion-background-color, #fff));--background-activated:var(--ion-text-color, #000);--background-focused:var(--ion-text-color, #000);--background-hover:currentColor;--background-activated-opacity:.12;--background-focused-opacity:.15;--background-hover-opacity:.04;--border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, var(--ion-background-color-step-250, #c8c7cc))));--color:var(--ion-item-color, var(--ion-text-color, #000));--highlight-height:0px;--highlight-color-focused:var(--ion-color-primary, #0054e9);--highlight-color-valid:var(--ion-color-success, #2dd55b);--highlight-color-invalid:var(--ion-color-danger, #c5000f);--bottom-padding-start:0px;font-size:1rem}:host(.ion-activated){--transition:none}:host(.ion-color.ion-focused) .item-native::after{background:#000;opacity:0.15}:host(.ion-color.ion-activated) .item-native::after{background:#000;opacity:0.12}:host(.item-interactive){--show-full-highlight:0;--show-inset-highlight:1}:host(.item-lines-full){--border-width:0px 0px 0.55px 0px;--show-full-highlight:1;--show-inset-highlight:0}:host(.item-lines-inset){--inner-border-width:0px 0px 0.55px 0px;--show-full-highlight:0;--show-inset-highlight:1}:host(.item-lines-inset),:host(.item-lines-none){--border-width:0px;--show-full-highlight:0}:host(.item-lines-full),:host(.item-lines-none){--inner-border-width:0px;--show-inset-highlight:0}.item-highlight,.item-inner-highlight{-webkit-transition:none;transition:none}:host(.item-has-focus) .item-inner-highlight,:host(.item-has-focus) .item-highlight{border-top:none;border-right:none;border-left:none}::slotted([slot=start]){-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:2px;margin-bottom:2px}::slotted(ion-icon[slot=start]),::slotted(ion-icon[slot=end]){margin-top:7px;margin-bottom:7px}::slotted(ion-toggle[slot=start]),::slotted(ion-toggle[slot=end]){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}:host(.item-label-stacked) ::slotted([slot=end]),:host(.item-label-floating) ::slotted([slot=end]){margin-top:7px;margin-bottom:7px}::slotted(.button-small){--padding-top:1px;--padding-bottom:1px;--padding-start:.5em;--padding-end:.5em;min-height:24px;font-size:0.8125rem}::slotted(ion-avatar){width:36px;height:36px}::slotted(ion-thumbnail){--size:56px}::slotted(ion-avatar[slot=end]),::slotted(ion-thumbnail[slot=end]){-webkit-margin-start:8px;margin-inline-start:8px;-webkit-margin-end:8px;margin-inline-end:8px;margin-top:8px;margin-bottom:8px}:host(.item-radio) ::slotted(ion-label),:host(.item-toggle) ::slotted(ion-label){-webkit-margin-start:0px;margin-inline-start:0px}::slotted(ion-label){-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:8px;margin-inline-end:8px;margin-top:10px;margin-bottom:10px}:host(.item-label-floating),:host(.item-label-stacked){--min-height:68px}:host(.item-label-fixed) ::slotted(ion-datetime){--padding-start:0}";
14
+ const itemIosCss = ":host{--border-radius:0px;--border-width:0px;--border-style:solid;--padding-top:0px;--padding-bottom:0px;--padding-end:0px;--padding-start:0px;--inner-border-width:0px;--inner-padding-top:0px;--inner-padding-bottom:0px;--inner-padding-start:0px;--inner-padding-end:0px;--inner-box-shadow:none;--detail-icon-color:initial;--detail-icon-font-size:1.25em;--detail-icon-opacity:0.25;--color-activated:var(--color);--color-focused:var(--color);--color-hover:var(--color);--ripple-color:currentColor;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;outline:none;color:var(--color);font-family:var(--ion-font-family, inherit);text-align:initial;text-decoration:none;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}:host(.ion-color) .item-native{background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(.ion-color) .item-native,:host(.ion-color) .item-inner{border-color:var(--ion-color-shade)}:host(.ion-activated) .item-native{color:var(--color-activated)}:host(.ion-activated) .item-native::after{background:var(--background-activated);opacity:var(--background-activated-opacity)}:host(.ion-color.ion-activated) .item-native{color:var(--ion-color-contrast)}:host(.ion-focused) .item-native{color:var(--color-focused)}:host(.ion-focused) .item-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}:host(.ion-color.ion-focused) .item-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-focused) .item-native::after{background:var(--ion-color-contrast)}@media (any-hover: hover){:host(.ion-activatable:not(.ion-focused):hover) .item-native{color:var(--color-hover)}:host(.ion-activatable:not(.ion-focused):hover) .item-native::after{background:var(--background-hover);opacity:var(--background-hover-opacity)}:host(.ion-color.ion-activatable:not(.ion-focused):hover) .item-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-activatable:not(.ion-focused):hover) .item-native::after{background:var(--ion-color-contrast)}}:host(.item-control-needs-pointer-cursor){cursor:pointer}:host(.item-interactive-disabled:not(.item-multiple-inputs)){cursor:default;pointer-events:none}:host(.item-disabled){cursor:default;opacity:0.3;pointer-events:none}.item-native{border-radius:var(--border-radius);margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;padding-right:var(--padding-end);padding-left:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:inherit;align-items:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;min-height:var(--min-height);-webkit-transition:var(--transition);transition:var(--transition);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);outline:none;background:var(--background);overflow:inherit;z-index:1;-webkit-box-sizing:border-box;box-sizing:border-box}:host-context([dir=rtl]) .item-native{padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:var(--padding-end)}[dir=rtl] .item-native{padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:var(--padding-end)}@supports selector(:dir(rtl)){.item-native:dir(rtl){padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:var(--padding-end)}}.item-native::-moz-focus-inner{border:0}.item-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0;-webkit-transition:var(--transition);transition:var(--transition);z-index:-1}button,a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.item-inner{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-top:var(--inner-padding-top);padding-bottom:var(--inner-padding-bottom);padding-right:calc(var(--ion-safe-area-right, 0px) + var(--inner-padding-end));padding-left:var(--inner-padding-start);display:-ms-flexbox;display:flex;position:relative;-ms-flex:1;flex:1;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-item-align:stretch;align-self:stretch;min-height:inherit;border-width:var(--inner-border-width);border-style:var(--border-style);border-color:var(--border-color);-webkit-box-shadow:var(--inner-box-shadow);box-shadow:var(--inner-box-shadow);overflow:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}:host-context([dir=rtl]) .item-inner{padding-right:var(--inner-padding-start);padding-left:calc(var(--ion-safe-area-left, 0px) + var(--inner-padding-end))}[dir=rtl] .item-inner{padding-right:var(--inner-padding-start);padding-left:calc(var(--ion-safe-area-left, 0px) + var(--inner-padding-end))}@supports selector(:dir(rtl)){.item-inner:dir(rtl){padding-right:var(--inner-padding-start);padding-left:calc(var(--ion-safe-area-left, 0px) + var(--inner-padding-end))}}.item-detail-icon{-webkit-margin-start:calc(var(--inner-padding-end) / 2);margin-inline-start:calc(var(--inner-padding-end) / 2);-webkit-margin-end:-6px;margin-inline-end:-6px;color:var(--detail-icon-color);font-size:var(--detail-icon-font-size);opacity:var(--detail-icon-opacity)}::slotted(ion-icon){font-size:1.6em}::slotted(ion-button){--margin-top:0;--margin-bottom:0;--margin-start:0;--margin-end:0;z-index:1}::slotted(ion-label:not([slot=end])){-ms-flex:1;flex:1;width:-webkit-min-content;width:-moz-min-content;width:min-content;max-width:100%}:host(.item-input){-ms-flex-align:center;align-items:center}.input-wrapper{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-item-align:stretch;align-self:stretch;text-overflow:ellipsis;overflow:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}:host(.item-label-stacked),:host(.item-label-floating){-ms-flex-align:start;align-items:start}:host(.item-label-stacked) .input-wrapper,:host(.item-label-floating) .input-wrapper{-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column}:host(.item-multiple-inputs) ::slotted(ion-checkbox),:host(.item-multiple-inputs) ::slotted(ion-datetime),:host(.item-multiple-inputs) ::slotted(ion-radio){position:relative}:host(.item-textarea){-ms-flex-align:stretch;align-items:stretch}::slotted(ion-reorder[slot]){margin-top:0;margin-bottom:0}ion-ripple-effect{color:var(--ripple-color)}:host{--min-height:44px;--transition:background-color 200ms linear, opacity 200ms linear;--padding-start:16px;--inner-padding-end:16px;--inner-border-width:0px 0px 0.55px 0px;--background:var(--ion-item-background, var(--ion-background-color, #fff));--background-activated:var(--ion-text-color, #000);--background-focused:var(--ion-text-color, #000);--background-hover:currentColor;--background-activated-opacity:.12;--background-focused-opacity:.15;--background-hover-opacity:.04;--border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, var(--ion-background-color-step-250, #c8c7cc))));--color:var(--ion-item-color, var(--ion-text-color, #000));font-size:1rem}:host(.ion-activated){--transition:none}:host(.ion-color.ion-focused) .item-native::after{background:#000;opacity:0.15}:host(.ion-color.ion-activated) .item-native::after{background:#000;opacity:0.12}:host(.item-lines-full){--border-width:0px 0px 0.55px 0px}:host(.item-lines-inset){--inner-border-width:0px 0px 0.55px 0px}:host(.item-lines-inset),:host(.item-lines-none){--border-width:0px}:host(.item-lines-full),:host(.item-lines-none){--inner-border-width:0px}::slotted([slot=start]){-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:2px;margin-bottom:2px}::slotted(ion-icon[slot=start]),::slotted(ion-icon[slot=end]){margin-top:7px;margin-bottom:7px}::slotted(ion-toggle[slot=start]),::slotted(ion-toggle[slot=end]){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}:host(.item-label-stacked) ::slotted([slot=end]),:host(.item-label-floating) ::slotted([slot=end]){margin-top:7px;margin-bottom:7px}::slotted(.button-small){--padding-top:1px;--padding-bottom:1px;--padding-start:.5em;--padding-end:.5em;min-height:24px;font-size:0.8125rem}::slotted(ion-avatar){width:36px;height:36px}::slotted(ion-thumbnail){--size:56px}::slotted(ion-avatar[slot=end]),::slotted(ion-thumbnail[slot=end]){-webkit-margin-start:8px;margin-inline-start:8px;-webkit-margin-end:8px;margin-inline-end:8px;margin-top:8px;margin-bottom:8px}:host(.item-radio) ::slotted(ion-label),:host(.item-toggle) ::slotted(ion-label){-webkit-margin-start:0px;margin-inline-start:0px}::slotted(ion-label){-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:8px;margin-inline-end:8px;margin-top:10px;margin-bottom:10px}:host(.item-label-floating),:host(.item-label-stacked){--min-height:68px}";
16
15
  const IonItemIosStyle0 = itemIosCss;
17
16
 
18
- const itemMdCss = ":host{--border-radius:0px;--border-width:0px;--border-style:solid;--padding-top:0px;--padding-bottom:0px;--padding-end:0px;--padding-start:0px;--inner-border-width:0px;--inner-padding-top:0px;--inner-padding-bottom:0px;--inner-padding-start:0px;--inner-padding-end:0px;--inner-box-shadow:none;--show-full-highlight:0;--show-inset-highlight:0;--detail-icon-color:initial;--detail-icon-font-size:1.25em;--detail-icon-opacity:0.25;--color-activated:var(--color);--color-focused:var(--color);--color-hover:var(--color);--ripple-color:currentColor;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;outline:none;color:var(--color);font-family:var(--ion-font-family, inherit);text-align:initial;text-decoration:none;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}:host(.ion-color:not(.item-fill-solid):not(.item-fill-outline)) .item-native{background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(.ion-color:not(.item-fill-solid):not(.item-fill-outline)) .item-native,:host(.ion-color:not(.item-fill-solid):not(.item-fill-outline)) .item-inner{border-color:var(--ion-color-shade)}:host(.ion-activated) .item-native{color:var(--color-activated)}:host(.ion-activated) .item-native::after{background:var(--background-activated);opacity:var(--background-activated-opacity)}:host(.ion-color.ion-activated) .item-native{color:var(--ion-color-contrast)}:host(.ion-focused) .item-native{color:var(--color-focused)}:host(.ion-focused) .item-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}:host(.ion-color.ion-focused) .item-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-focused) .item-native::after{background:var(--ion-color-contrast)}@media (any-hover: hover){:host(.ion-activatable:not(.ion-focused):hover) .item-native{color:var(--color-hover)}:host(.ion-activatable:not(.ion-focused):hover) .item-native::after{background:var(--background-hover);opacity:var(--background-hover-opacity)}:host(.ion-color.ion-activatable:not(.ion-focused):hover) .item-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-activatable:not(.ion-focused):hover) .item-native::after{background:var(--ion-color-contrast)}}:host(.item-control-needs-pointer-cursor){cursor:pointer}:host(.item-interactive-disabled:not(.item-multiple-inputs)){cursor:default;pointer-events:none}:host(.item-disabled){cursor:default;opacity:0.3;pointer-events:none}.item-native{border-radius:var(--border-radius);margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;padding-right:var(--padding-end);padding-left:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:inherit;align-items:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;min-height:var(--min-height);-webkit-transition:var(--transition);transition:var(--transition);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);outline:none;background:var(--background);overflow:inherit;z-index:1;-webkit-box-sizing:border-box;box-sizing:border-box}:host-context([dir=rtl]) .item-native{padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:var(--padding-end)}[dir=rtl] .item-native{padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:var(--padding-end)}@supports selector(:dir(rtl)){.item-native:dir(rtl){padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:var(--padding-end)}}.item-native::-moz-focus-inner{border:0}.item-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0;-webkit-transition:var(--transition);transition:var(--transition);z-index:-1}button,a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.item-inner{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-top:var(--inner-padding-top);padding-bottom:var(--inner-padding-bottom);padding-right:calc(var(--ion-safe-area-right, 0px) + var(--inner-padding-end));padding-left:var(--inner-padding-start);display:-ms-flexbox;display:flex;position:relative;-ms-flex:1;flex:1;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-item-align:stretch;align-self:stretch;min-height:inherit;border-width:var(--inner-border-width);border-style:var(--border-style);border-color:var(--border-color);-webkit-box-shadow:var(--inner-box-shadow);box-shadow:var(--inner-box-shadow);overflow:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}:host-context([dir=rtl]) .item-inner{padding-right:var(--inner-padding-start);padding-left:calc(var(--ion-safe-area-left, 0px) + var(--inner-padding-end))}[dir=rtl] .item-inner{padding-right:var(--inner-padding-start);padding-left:calc(var(--ion-safe-area-left, 0px) + var(--inner-padding-end))}@supports selector(:dir(rtl)){.item-inner:dir(rtl){padding-right:var(--inner-padding-start);padding-left:calc(var(--ion-safe-area-left, 0px) + var(--inner-padding-end))}}.item-bottom{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;padding-left:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));padding-right:calc(var(--inner-padding-end) + var(--ion-safe-area-right, 0px));display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}:host-context([dir=rtl]) .item-bottom{padding-left:calc(var(--inner-padding-end) + var(--ion-safe-area-left, 0px));padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px))}[dir=rtl] .item-bottom{padding-left:calc(var(--inner-padding-end) + var(--ion-safe-area-left, 0px));padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px))}@supports selector(:dir(rtl)){.item-bottom:dir(rtl){padding-left:calc(var(--inner-padding-end) + var(--ion-safe-area-left, 0px));padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px))}}.item-detail-icon{-webkit-margin-start:calc(var(--inner-padding-end) / 2);margin-inline-start:calc(var(--inner-padding-end) / 2);-webkit-margin-end:-6px;margin-inline-end:-6px;color:var(--detail-icon-color);font-size:var(--detail-icon-font-size);opacity:var(--detail-icon-opacity)}::slotted(ion-icon){font-size:1.6em}::slotted(ion-button){--margin-top:0;--margin-bottom:0;--margin-start:0;--margin-end:0;z-index:1}::slotted(ion-label:not([slot=end])){-ms-flex:1;flex:1;width:-webkit-min-content;width:-moz-min-content;width:min-content;max-width:100%}:host(.item-input){-ms-flex-align:center;align-items:center}.input-wrapper{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-item-align:stretch;align-self:stretch;text-overflow:ellipsis;overflow:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}:host(.item-label-stacked),:host(.item-label-floating){-ms-flex-align:start;align-items:start}:host(.item-label-stacked) .input-wrapper,:host(.item-label-floating) .input-wrapper{-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column}.item-highlight,.item-inner-highlight{left:0;right:0;top:0;bottom:0;border-radius:inherit;position:absolute;width:100%;height:100%;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:border-bottom-width 200ms, -webkit-transform 200ms;transition:border-bottom-width 200ms, -webkit-transform 200ms;transition:transform 200ms, border-bottom-width 200ms;transition:transform 200ms, border-bottom-width 200ms, -webkit-transform 200ms;z-index:2;-webkit-box-sizing:border-box;box-sizing:border-box;pointer-events:none}:host(.item-interactive.ion-focused),:host(.item-interactive.item-has-focus),:host(.item-interactive.ion-touched.ion-invalid){--full-highlight-height:calc(var(--highlight-height) * var(--show-full-highlight));--inset-highlight-height:calc(var(--highlight-height) * var(--show-inset-highlight))}:host(.ion-focused) .item-highlight,:host(.ion-focused) .item-inner-highlight,:host(.item-has-focus) .item-highlight,:host(.item-has-focus) .item-inner-highlight{-webkit-transform:scaleX(1);transform:scaleX(1);border-style:var(--border-style);border-color:var(--highlight-background)}:host(.ion-focused) .item-highlight,:host(.item-has-focus) .item-highlight{border-width:var(--full-highlight-height);opacity:var(--show-full-highlight)}:host(.ion-focused) .item-inner-highlight,:host(.item-has-focus) .item-inner-highlight{border-bottom-width:var(--inset-highlight-height);opacity:var(--show-inset-highlight)}:host(.ion-focused.item-fill-solid) .item-highlight,:host(.item-has-focus.item-fill-solid) .item-highlight{border-width:calc(var(--full-highlight-height) - 1px)}:host(.ion-focused) .item-inner-highlight,:host(.ion-focused:not(.item-fill-outline)) .item-highlight,:host(.item-has-focus) .item-inner-highlight,:host(.item-has-focus:not(.item-fill-outline)) .item-highlight{border-top:none;border-right:none;border-left:none}:host(.item-interactive.ion-focused),:host(.item-interactive.item-has-focus){--highlight-background:var(--highlight-color-focused)}:host(.item-interactive.ion-valid){--highlight-background:var(--highlight-color-valid)}:host(.item-interactive.ion-invalid){--highlight-background:var(--highlight-color-invalid)}:host(.item-interactive.ion-invalid) ::slotted([slot=helper]){display:none}::slotted([slot=error]){display:none;color:var(--highlight-color-invalid)}:host(.item-interactive.ion-invalid) ::slotted([slot=error]){display:block}:host(:not(.item-label)) ::slotted(ion-datetime){--padding-start:0}:host(.item-label-stacked) ::slotted(ion-datetime),:host(.item-label-floating) ::slotted(ion-datetime){--padding-start:0;width:100%}:host(.item-multiple-inputs) ::slotted(ion-checkbox),:host(.item-multiple-inputs) ::slotted(ion-datetime),:host(.item-multiple-inputs) ::slotted(ion-radio){position:relative}:host(.item-textarea){-ms-flex-align:stretch;align-items:stretch}::slotted(ion-reorder[slot]){margin-top:0;margin-bottom:0}ion-ripple-effect{color:var(--ripple-color)}:host(.item-fill-solid) ::slotted([slot=start]),:host(.item-fill-solid) ::slotted([slot=end]),:host(.item-fill-outline) ::slotted([slot=start]),:host(.item-fill-outline) ::slotted([slot=end]){-ms-flex-item-align:center;align-self:center}::slotted([slot=helper]),::slotted([slot=error]),.item-counter{padding-top:5px;font-size:0.75rem;z-index:1}.item-counter{-webkit-margin-start:auto;margin-inline-start:auto;color:var(--ion-color-step-550, var(--ion-background-color-step-550, #737373));white-space:nowrap;-webkit-padding-start:16px;padding-inline-start:16px}@media (prefers-reduced-motion: reduce){.item-highlight,.item-inner-highlight{-webkit-transition:none;transition:none}}:host{--min-height:48px;--background:var(--ion-item-background, var(--ion-background-color, #fff));--background-activated:transparent;--background-focused:currentColor;--background-hover:currentColor;--background-activated-opacity:0;--background-focused-opacity:.12;--background-hover-opacity:.04;--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)))));--color:var(--ion-item-color, var(--ion-text-color, #000));--transition:opacity 15ms linear, background-color 15ms linear;--padding-start:16px;--inner-padding-end:16px;--inner-border-width:0 0 1px 0;--highlight-height:1px;--highlight-color-focused:var(--ion-color-primary, #0054e9);--highlight-color-valid:var(--ion-color-success, #2dd55b);--highlight-color-invalid:var(--ion-color-danger, #c5000f);font-size:1rem;font-weight:normal;text-transform:none}:host(.item-fill-outline){--highlight-height:2px}:host(.item-fill-none.item-interactive.ion-focus) .item-highlight,:host(.item-fill-none.item-interactive.item-has-focus) .item-highlight,:host(.item-fill-none.item-interactive.ion-touched.ion-invalid) .item-highlight{-webkit-transform:scaleX(1);transform:scaleX(1);border-width:0 0 var(--full-highlight-height) 0;border-style:var(--border-style);border-color:var(--highlight-background)}:host(.item-fill-none.item-interactive.ion-focus) .item-native,:host(.item-fill-none.item-interactive.item-has-focus) .item-native,:host(.item-fill-none.item-interactive.ion-touched.ion-invalid) .item-native{border-bottom-color:var(--highlight-background)}:host(.item-fill-outline.item-interactive.ion-focus) .item-highlight,:host(.item-fill-outline.item-interactive.item-has-focus) .item-highlight{-webkit-transform:scaleX(1);transform:scaleX(1)}:host(.item-fill-outline.item-interactive.ion-focus) .item-highlight,:host(.item-fill-outline.item-interactive.item-has-focus) .item-highlight,:host(.item-fill-outline.item-interactive.ion-touched.ion-invalid) .item-highlight{border-width:var(--full-highlight-height);border-style:var(--border-style);border-color:var(--highlight-background)}:host(.item-fill-outline.item-interactive.ion-touched.ion-invalid) .item-native{border-color:var(--highlight-background)}:host(.item-fill-solid.item-interactive.ion-focus) .item-highlight,:host(.item-fill-solid.item-interactive.item-has-focus) .item-highlight,:host(.item-fill-solid.item-interactive.ion-touched.ion-invalid) .item-highlight{-webkit-transform:scaleX(1);transform:scaleX(1);border-width:0 0 var(--full-highlight-height) 0;border-style:var(--border-style);border-color:var(--highlight-background)}:host(.item-fill-solid.item-interactive.ion-focus) .item-native,:host(.item-fill-solid.item-interactive.item-has-focus) .item-native,:host(.item-fill-solid.item-interactive.ion-touched.ion-invalid) .item-native{border-bottom-color:var(--highlight-background)}:host(.ion-color.ion-activated) .item-native::after{background:transparent}:host(.item-has-focus) .item-native{caret-color:var(--highlight-background)}:host(.item-interactive){--border-width:0 0 1px 0;--inner-border-width:0;--show-full-highlight:1;--show-inset-highlight:0}:host(.item-lines-full){--border-width:0 0 1px 0;--show-full-highlight:1;--show-inset-highlight:0}:host(.item-lines-inset){--inner-border-width:0 0 1px 0;--show-full-highlight:0;--show-inset-highlight:1}:host(.item-lines-inset),:host(.item-lines-none){--border-width:0;--show-full-highlight:0}:host(.item-lines-full),:host(.item-lines-none){--inner-border-width:0;--show-inset-highlight:0}:host(.item-fill-outline) .item-highlight{--position-offset:calc(-1 * var(--border-width));top:var(--position-offset);width:calc(100% + 2 * var(--border-width));height:calc(100% + 2 * var(--border-width));-webkit-transition:none;transition:none}:host(.item-fill-outline) .item-highlight{inset-inline-start:var(--position-offset)}:host(.item-fill-outline.ion-focused) .item-native,:host(.item-fill-outline.item-has-focus) .item-native{border-color:transparent}:host(.item-multi-line) ::slotted([slot=start]),:host(.item-multi-line) ::slotted([slot=end]){margin-top:16px;margin-bottom:16px;-ms-flex-item-align:start;align-self:flex-start}::slotted([slot=start]){-webkit-margin-end:16px;margin-inline-end:16px}::slotted([slot=end]){-webkit-margin-start:16px;margin-inline-start:16px}:host(.item-fill-solid) ::slotted([slot=start]),:host(.item-fill-solid) ::slotted([slot=end]),:host(.item-fill-outline) ::slotted([slot=start]),:host(.item-fill-outline) ::slotted([slot=end]){-ms-flex-item-align:center;align-self:center}::slotted(ion-icon){color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.54);font-size:1.5em}:host(.ion-color:not(.item-fill-solid):not(.item-fill-outline)) ::slotted(ion-icon){color:var(--ion-color-contrast)}::slotted(ion-icon[slot]){margin-top:12px;margin-bottom:12px}::slotted(ion-icon[slot=start]){-webkit-margin-end:32px;margin-inline-end:32px}::slotted(ion-icon[slot=end]){-webkit-margin-start:16px;margin-inline-start:16px}:host(.item-fill-solid) ::slotted(ion-icon[slot=start]),:host(.item-fill-outline) ::slotted(ion-icon[slot=start]){-webkit-margin-end:8px;margin-inline-end:8px}::slotted(ion-toggle[slot=start]),::slotted(ion-toggle[slot=end]){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}::slotted(ion-note){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-ms-flex-item-align:start;align-self:flex-start;font-size:0.6875rem}::slotted(ion-note[slot]:not([slot=helper]):not([slot=error])){padding-left:0;padding-right:0;padding-top:18px;padding-bottom:10px}::slotted(ion-avatar){width:40px;height:40px}::slotted(ion-thumbnail){--size:56px}::slotted(ion-avatar),::slotted(ion-thumbnail){margin-top:8px;margin-bottom:8px}::slotted(ion-avatar[slot=start]),::slotted(ion-thumbnail[slot=start]){-webkit-margin-end:16px;margin-inline-end:16px}::slotted(ion-avatar[slot=end]),::slotted(ion-thumbnail[slot=end]){-webkit-margin-start:16px;margin-inline-start:16px}::slotted(ion-label){margin-left:0;margin-right:0;margin-top:10px;margin-bottom:10px}:host(.item-label-stacked) ::slotted([slot=end]),:host(.item-label-floating) ::slotted([slot=end]){margin-top:7px;margin-bottom:7px}:host(.item-label-fixed) ::slotted(ion-datetime){--padding-start:8px}:host(.item-toggle) ::slotted(ion-label),:host(.item-radio) ::slotted(ion-label){-webkit-margin-start:0;margin-inline-start:0}::slotted(.button-small){--padding-top:2px;--padding-bottom:2px;--padding-start:.6em;--padding-end:.6em;min-height:25px;font-size:0.75rem}:host(.item-label-floating),:host(.item-label-stacked){--min-height:55px}:host(.ion-focused:not(.ion-color)) ::slotted(.label-stacked),:host(.ion-focused:not(.ion-color)) ::slotted(.label-floating),:host(.item-has-focus:not(.ion-color)) ::slotted(.label-stacked),:host(.item-has-focus:not(.ion-color)) ::slotted(.label-floating){color:var(--ion-color-primary, #0054e9)}:host(.ion-color){--highlight-color-focused:var(--ion-color-contrast)}:host(.item-label-color){--highlight-color-focused:var(--ion-color-base)}:host(.item-fill-solid.ion-color),:host(.item-fill-outline.ion-color){--highlight-color-focused:var(--ion-color-base)}:host(.item-fill-solid){--background:var(--ion-color-step-50, var(--ion-background-color-step-50, #f2f2f2));--background-hover:var(--ion-color-step-100, var(--ion-background-color-step-100, #e6e6e6));--background-focused:var(--ion-color-step-150, var(--ion-background-color-step-150, #d9d9d9));--border-width:0 0 1px 0;--inner-border-width:0;border-start-start-radius:4px;border-start-end-radius:4px;border-end-end-radius:0;border-end-start-radius:0}:host(.item-fill-solid) .item-native{--border-color:var(--ion-color-step-500, var(--ion-background-color-step-500, gray))}:host(.item-fill-solid.ion-focused) .item-native,:host(.item-fill-solid.item-has-focus) .item-native{--background:var(--background-focused)}:host(.item-fill-solid.item-shape-round){border-start-start-radius:16px;border-start-end-radius:16px;border-end-end-radius:0;border-end-start-radius:0}@media (any-hover: hover){:host(.item-fill-solid:hover) .item-native{--background:var(--background-hover);--border-color:var(--ion-color-step-750, var(--ion-background-color-step-750, #404040))}}:host(.item-fill-outline){--ripple-color:transparent;--background-focused:transparent;--background-hover:transparent;--border-color:var(--ion-color-step-500, var(--ion-background-color-step-500, gray));--border-width:1px;border:none;overflow:visible}:host(.item-fill-outline) .item-native{--native-padding-left:16px;border-radius:4px}:host(.item-fill-outline.item-shape-round) .item-native{--inner-padding-start:16px;border-radius:28px}:host(.item-fill-outline.item-shape-round) .item-bottom{-webkit-padding-start:32px;padding-inline-start:32px}:host(.item-fill-outline.item-label-floating.ion-focused) .item-native ::slotted(ion-input:not(:first-child)),:host(.item-fill-outline.item-label-floating.ion-focused) .item-native ::slotted(ion-textarea:not(:first-child)),:host(.item-fill-outline.item-label-floating.item-has-focus) .item-native ::slotted(ion-input:not(:first-child)),:host(.item-fill-outline.item-label-floating.item-has-focus) .item-native ::slotted(ion-textarea:not(:first-child)),:host(.item-fill-outline.item-label-floating.item-has-value) .item-native ::slotted(ion-input:not(:first-child)),:host(.item-fill-outline.item-label-floating.item-has-value) .item-native ::slotted(ion-textarea:not(:first-child)){-webkit-transform:translateY(-14px);transform:translateY(-14px)}@media (any-hover: hover){:host(.item-fill-outline:hover) .item-native{--border-color:var(--ion-color-step-750, var(--ion-background-color-step-750, #404040))}}.item-counter{letter-spacing:0.0333333333em}";
17
+ const itemMdCss = ":host{--border-radius:0px;--border-width:0px;--border-style:solid;--padding-top:0px;--padding-bottom:0px;--padding-end:0px;--padding-start:0px;--inner-border-width:0px;--inner-padding-top:0px;--inner-padding-bottom:0px;--inner-padding-start:0px;--inner-padding-end:0px;--inner-box-shadow:none;--detail-icon-color:initial;--detail-icon-font-size:1.25em;--detail-icon-opacity:0.25;--color-activated:var(--color);--color-focused:var(--color);--color-hover:var(--color);--ripple-color:currentColor;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;outline:none;color:var(--color);font-family:var(--ion-font-family, inherit);text-align:initial;text-decoration:none;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}:host(.ion-color) .item-native{background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(.ion-color) .item-native,:host(.ion-color) .item-inner{border-color:var(--ion-color-shade)}:host(.ion-activated) .item-native{color:var(--color-activated)}:host(.ion-activated) .item-native::after{background:var(--background-activated);opacity:var(--background-activated-opacity)}:host(.ion-color.ion-activated) .item-native{color:var(--ion-color-contrast)}:host(.ion-focused) .item-native{color:var(--color-focused)}:host(.ion-focused) .item-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}:host(.ion-color.ion-focused) .item-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-focused) .item-native::after{background:var(--ion-color-contrast)}@media (any-hover: hover){:host(.ion-activatable:not(.ion-focused):hover) .item-native{color:var(--color-hover)}:host(.ion-activatable:not(.ion-focused):hover) .item-native::after{background:var(--background-hover);opacity:var(--background-hover-opacity)}:host(.ion-color.ion-activatable:not(.ion-focused):hover) .item-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-activatable:not(.ion-focused):hover) .item-native::after{background:var(--ion-color-contrast)}}:host(.item-control-needs-pointer-cursor){cursor:pointer}:host(.item-interactive-disabled:not(.item-multiple-inputs)){cursor:default;pointer-events:none}:host(.item-disabled){cursor:default;opacity:0.3;pointer-events:none}.item-native{border-radius:var(--border-radius);margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;padding-right:var(--padding-end);padding-left:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:inherit;align-items:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;min-height:var(--min-height);-webkit-transition:var(--transition);transition:var(--transition);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);outline:none;background:var(--background);overflow:inherit;z-index:1;-webkit-box-sizing:border-box;box-sizing:border-box}:host-context([dir=rtl]) .item-native{padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:var(--padding-end)}[dir=rtl] .item-native{padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:var(--padding-end)}@supports selector(:dir(rtl)){.item-native:dir(rtl){padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:var(--padding-end)}}.item-native::-moz-focus-inner{border:0}.item-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0;-webkit-transition:var(--transition);transition:var(--transition);z-index:-1}button,a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.item-inner{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-top:var(--inner-padding-top);padding-bottom:var(--inner-padding-bottom);padding-right:calc(var(--ion-safe-area-right, 0px) + var(--inner-padding-end));padding-left:var(--inner-padding-start);display:-ms-flexbox;display:flex;position:relative;-ms-flex:1;flex:1;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-item-align:stretch;align-self:stretch;min-height:inherit;border-width:var(--inner-border-width);border-style:var(--border-style);border-color:var(--border-color);-webkit-box-shadow:var(--inner-box-shadow);box-shadow:var(--inner-box-shadow);overflow:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}:host-context([dir=rtl]) .item-inner{padding-right:var(--inner-padding-start);padding-left:calc(var(--ion-safe-area-left, 0px) + var(--inner-padding-end))}[dir=rtl] .item-inner{padding-right:var(--inner-padding-start);padding-left:calc(var(--ion-safe-area-left, 0px) + var(--inner-padding-end))}@supports selector(:dir(rtl)){.item-inner:dir(rtl){padding-right:var(--inner-padding-start);padding-left:calc(var(--ion-safe-area-left, 0px) + var(--inner-padding-end))}}.item-detail-icon{-webkit-margin-start:calc(var(--inner-padding-end) / 2);margin-inline-start:calc(var(--inner-padding-end) / 2);-webkit-margin-end:-6px;margin-inline-end:-6px;color:var(--detail-icon-color);font-size:var(--detail-icon-font-size);opacity:var(--detail-icon-opacity)}::slotted(ion-icon){font-size:1.6em}::slotted(ion-button){--margin-top:0;--margin-bottom:0;--margin-start:0;--margin-end:0;z-index:1}::slotted(ion-label:not([slot=end])){-ms-flex:1;flex:1;width:-webkit-min-content;width:-moz-min-content;width:min-content;max-width:100%}:host(.item-input){-ms-flex-align:center;align-items:center}.input-wrapper{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-item-align:stretch;align-self:stretch;text-overflow:ellipsis;overflow:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}:host(.item-label-stacked),:host(.item-label-floating){-ms-flex-align:start;align-items:start}:host(.item-label-stacked) .input-wrapper,:host(.item-label-floating) .input-wrapper{-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column}:host(.item-multiple-inputs) ::slotted(ion-checkbox),:host(.item-multiple-inputs) ::slotted(ion-datetime),:host(.item-multiple-inputs) ::slotted(ion-radio){position:relative}:host(.item-textarea){-ms-flex-align:stretch;align-items:stretch}::slotted(ion-reorder[slot]){margin-top:0;margin-bottom:0}ion-ripple-effect{color:var(--ripple-color)}:host{--min-height:48px;--background:var(--ion-item-background, var(--ion-background-color, #fff));--background-activated:transparent;--background-focused:currentColor;--background-hover:currentColor;--background-activated-opacity:0;--background-focused-opacity:.12;--background-hover-opacity:.04;--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)))));--color:var(--ion-item-color, var(--ion-text-color, #000));--transition:opacity 15ms linear, background-color 15ms linear;--padding-start:16px;--inner-padding-end:16px;--inner-border-width:0 0 1px 0;font-size:1rem;font-weight:normal;text-transform:none}:host(.ion-color.ion-activated) .item-native::after{background:transparent}:host(.item-interactive){--border-width:0 0 1px 0;--inner-border-width:0}:host(.item-lines-full){--border-width:0 0 1px 0}:host(.item-lines-inset){--inner-border-width:0 0 1px 0}:host(.item-lines-inset),:host(.item-lines-none){--border-width:0}:host(.item-lines-full),:host(.item-lines-none){--inner-border-width:0}:host(.item-multi-line) ::slotted([slot=start]),:host(.item-multi-line) ::slotted([slot=end]){margin-top:16px;margin-bottom:16px;-ms-flex-item-align:start;align-self:flex-start}::slotted([slot=start]){-webkit-margin-end:16px;margin-inline-end:16px}::slotted([slot=end]){-webkit-margin-start:16px;margin-inline-start:16px}::slotted(ion-icon){color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.54);font-size:1.5em}:host(.ion-color) ::slotted(ion-icon){color:var(--ion-color-contrast)}::slotted(ion-icon[slot]){margin-top:12px;margin-bottom:12px}::slotted(ion-icon[slot=start]){-webkit-margin-end:32px;margin-inline-end:32px}::slotted(ion-icon[slot=end]){-webkit-margin-start:16px;margin-inline-start:16px}::slotted(ion-toggle[slot=start]),::slotted(ion-toggle[slot=end]){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}::slotted(ion-note){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-ms-flex-item-align:start;align-self:flex-start;font-size:0.6875rem}::slotted(ion-note[slot]){padding-left:0;padding-right:0;padding-top:18px;padding-bottom:10px}::slotted(ion-avatar){width:40px;height:40px}::slotted(ion-thumbnail){--size:56px}::slotted(ion-avatar),::slotted(ion-thumbnail){margin-top:8px;margin-bottom:8px}::slotted(ion-avatar[slot=start]),::slotted(ion-thumbnail[slot=start]){-webkit-margin-end:16px;margin-inline-end:16px}::slotted(ion-avatar[slot=end]),::slotted(ion-thumbnail[slot=end]){-webkit-margin-start:16px;margin-inline-start:16px}::slotted(ion-label){margin-left:0;margin-right:0;margin-top:10px;margin-bottom:10px}:host(.item-label-stacked) ::slotted([slot=end]),:host(.item-label-floating) ::slotted([slot=end]){margin-top:7px;margin-bottom:7px}:host(.item-toggle) ::slotted(ion-label),:host(.item-radio) ::slotted(ion-label){-webkit-margin-start:0;margin-inline-start:0}::slotted(.button-small){--padding-top:2px;--padding-bottom:2px;--padding-start:.6em;--padding-end:.6em;min-height:25px;font-size:0.75rem}:host(.item-label-floating),:host(.item-label-stacked){--min-height:55px}:host(.ion-focused:not(.ion-color)) ::slotted(.label-stacked),:host(.ion-focused:not(.ion-color)) ::slotted(.label-floating),:host(.item-has-focus:not(.ion-color)) ::slotted(.label-stacked),:host(.item-has-focus:not(.ion-color)) ::slotted(.label-floating){color:var(--ion-color-primary, #0054e9)}";
19
18
  const IonItemMdStyle0 = itemMdCss;
20
19
 
21
20
  const Item = class {
@@ -32,31 +31,18 @@ const Item = class {
32
31
  this.detailIcon = index$1.chevronForward;
33
32
  this.disabled = false;
34
33
  this.download = undefined;
35
- this.fill = undefined;
36
- this.shape = undefined;
37
34
  this.href = undefined;
38
35
  this.rel = undefined;
39
36
  this.lines = undefined;
40
- this.counter = false;
41
37
  this.routerAnimation = undefined;
42
38
  this.routerDirection = 'forward';
43
39
  this.target = undefined;
44
40
  this.type = 'button';
45
- this.counterFormatter = undefined;
46
- this.counterString = undefined;
47
41
  }
48
42
  buttonChanged() {
49
43
  // Update the focusable option when the button option is changed
50
44
  this.focusable = this.isFocusable();
51
45
  }
52
- counterFormatterChanged() {
53
- this.updateCounterOutput(this.getFirstInput());
54
- }
55
- handleIonInput(ev) {
56
- if (this.counter && ev.target === this.getFirstInput()) {
57
- this.updateCounterOutput(ev.target);
58
- }
59
- }
60
46
  labelColorChanged(ev) {
61
47
  const { color } = this;
62
48
  // There will be a conflict with item color if
@@ -91,36 +77,12 @@ const Item = class {
91
77
  }
92
78
  }
93
79
  connectedCallback() {
94
- if (this.counter) {
95
- this.updateCounterOutput(this.getFirstInput());
96
- }
97
80
  this.hasStartEl();
98
81
  }
99
82
  componentWillLoad() {
100
83
  this.inheritedAriaAttributes = helpers.inheritAttributes(this.el, ['aria-label']);
101
84
  }
102
85
  componentDidLoad() {
103
- const { el, counter, counterFormatter, fill, shape } = this;
104
- const hasHelperSlot = el.querySelector('[slot="helper"]') !== null;
105
- if (hasHelperSlot) {
106
- index$2.printIonWarning('The "helper" slot has been deprecated in favor of using the "helperText" property on ion-input or ion-textarea.', el);
107
- }
108
- const hasErrorSlot = el.querySelector('[slot="error"]') !== null;
109
- if (hasErrorSlot) {
110
- index$2.printIonWarning('The "error" slot has been deprecated in favor of using the "errorText" property on ion-input or ion-textarea.', el);
111
- }
112
- if (counter === true) {
113
- index$2.printIonWarning('The "counter" property has been deprecated in favor of using the "counter" property on ion-input or ion-textarea.', el);
114
- }
115
- if (counterFormatter !== undefined) {
116
- index$2.printIonWarning('The "counterFormatter" property has been deprecated in favor of using the "counterFormatter" property on ion-input or ion-textarea.', el);
117
- }
118
- if (fill !== undefined) {
119
- index$2.printIonWarning('The "fill" property has been deprecated in favor of using the "fill" property on ion-input or ion-textarea.', el);
120
- }
121
- if (shape !== undefined) {
122
- index$2.printIonWarning('The "shape" property has been deprecated in favor of using the "shape" property on ion-input or ion-textarea.', el);
123
- }
124
86
  helpers.raf(() => {
125
87
  this.setMultipleInputs();
126
88
  this.focusable = this.isFocusable();
@@ -165,33 +127,6 @@ const Item = class {
165
127
  const focusableChild = this.el.querySelector('.ion-focusable');
166
128
  return this.canActivate() || focusableChild !== null;
167
129
  }
168
- getFirstInput() {
169
- const inputs = this.el.querySelectorAll('ion-input, ion-textarea');
170
- return inputs[0];
171
- }
172
- updateCounterOutput(inputEl) {
173
- var _a, _b;
174
- const { counter, counterFormatter, defaultCounterFormatter } = this;
175
- if (counter && !this.multipleInputs && (inputEl === null || inputEl === void 0 ? void 0 : inputEl.maxlength) !== undefined) {
176
- const length = (_b = (_a = inputEl === null || inputEl === void 0 ? void 0 : inputEl.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
177
- if (counterFormatter === undefined) {
178
- this.counterString = defaultCounterFormatter(length, inputEl.maxlength);
179
- }
180
- else {
181
- try {
182
- this.counterString = counterFormatter(length, inputEl.maxlength);
183
- }
184
- catch (e) {
185
- index$2.printIonError('Exception in provided `counterFormatter`.', e);
186
- // Fallback to the default counter formatter when an exception happens
187
- this.counterString = defaultCounterFormatter(length, inputEl.maxlength);
188
- }
189
- }
190
- }
191
- }
192
- defaultCounterFormatter(length, maxlength) {
193
- return `${length} / ${maxlength}`;
194
- }
195
130
  hasStartEl() {
196
131
  const startEl = this.el.querySelector('[slot="start"]');
197
132
  if (startEl !== null) {
@@ -203,7 +138,7 @@ const Item = class {
203
138
  return controls[0];
204
139
  }
205
140
  render() {
206
- const { counterString, detail, detailIcon, download, fill, labelColorStyles, lines, disabled, href, rel, shape, target, routerAnimation, routerDirection, inheritedAriaAttributes, multipleInputs, } = this;
141
+ const { detail, detailIcon, download, labelColorStyles, lines, disabled, href, rel, target, routerAnimation, routerDirection, inheritedAriaAttributes, multipleInputs, } = this;
207
142
  const childStyles = {};
208
143
  const mode = ionicGlobal.getIonMode(this);
209
144
  const clickable = this.isClickable();
@@ -263,20 +198,17 @@ const Item = class {
263
198
  Object.assign(childStyles, value);
264
199
  });
265
200
  const ariaDisabled = disabled || childStyles['item-interactive-disabled'] ? 'true' : null;
266
- const fillValue = fill || 'none';
267
201
  const inList = theme.hostContext('ion-list', this.el) && !theme.hostContext('ion-radio-group', this.el);
268
202
  /**
269
203
  * Inputs and textareas do not need to show a cursor pointer.
270
204
  * However, other form controls such as checkboxes and radios do.
271
205
  */
272
206
  const firstInteractiveNeedsPointerCursor = firstInteractive !== undefined && !['ION-INPUT', 'ION-TEXTAREA'].includes(firstInteractive.tagName);
273
- return (index.h(index.Host, { key: 'cea10ae44ddc3ac8ebcee481f2696bae900a3a34', "aria-disabled": ariaDisabled, class: Object.assign(Object.assign(Object.assign({}, childStyles), labelColorStyles), theme.createColorClasses(this.color, {
207
+ return (index.h(index.Host, { key: '6fe6bae954259703482f175312a051ff1b315a95', "aria-disabled": ariaDisabled, class: Object.assign(Object.assign(Object.assign({}, childStyles), labelColorStyles), theme.createColorClasses(this.color, {
274
208
  item: true,
275
209
  [mode]: true,
276
210
  'item-lines-default': lines === undefined,
277
211
  [`item-lines-${lines}`]: lines !== undefined,
278
- [`item-fill-${fillValue}`]: true,
279
- [`item-shape-${shape}`]: shape !== undefined,
280
212
  'item-control-needs-pointer-cursor': firstInteractiveNeedsPointerCursor,
281
213
  'item-disabled': disabled,
282
214
  'in-list': inList,
@@ -284,12 +216,11 @@ const Item = class {
284
216
  'ion-activatable': canActivate,
285
217
  'ion-focusable': this.focusable,
286
218
  'item-rtl': document.dir === 'rtl',
287
- })), role: inList ? 'listitem' : null }, index.h(TagType, Object.assign({ key: '48fd3c900652d21d364c738ceb328101dfce6260' }, attrs, inheritedAriaAttributes, { class: "item-native", part: "native", disabled: disabled }, clickFn), index.h("slot", { key: 'd6f1e007a969f60977789f4cca3d2a8a3f52dd70', name: "start" }), index.h("div", { key: '0a8fafdaf5171ab073890532d65dd96aa9d2aa86', class: "item-inner" }, index.h("div", { key: '063bd8f3d87b8efee1f97582cb212db8dc502bf4', class: "input-wrapper" }, index.h("slot", { key: '18276aad72ef4e91c1a5d6f368729589f9b50205' })), index.h("slot", { key: '39e365fbd888084b54b58811a44c6ae019801d92', name: "end" }), showDetail && (index.h("ion-icon", { icon: detailIcon, lazy: false, class: "item-detail-icon", part: "detail-icon", "aria-hidden": "true", "flip-rtl": detailIcon === index$1.chevronForward })), index.h("div", { key: '96daef747b2ba84fe8206c332624a90640ecc448', class: "item-inner-highlight" })), canActivate && mode === 'md' && index.h("ion-ripple-effect", null), index.h("div", { key: 'e6d77ef9da1b7a6e530ba37e37f51aa8e1102460', class: "item-highlight" })), index.h("div", { key: '20223b90730b563bb38edd5f3769b2b7607d8097', class: "item-bottom" }, index.h("slot", { key: '4657f1f0a57ddc5e136473d98a93e91eed00ec19', name: "error" }), index.h("slot", { key: '37a5acffe53d3e6a472cc2fac1548362b236cad8', name: "helper" }), counterString && index.h("ion-note", { class: "item-counter" }, counterString))));
219
+ })), role: inList ? 'listitem' : null }, index.h(TagType, Object.assign({ key: 'fcfcffacb7d4e52f9458724332efa93d140cf637' }, attrs, inheritedAriaAttributes, { class: "item-native", part: "native", disabled: disabled }, clickFn), index.h("slot", { key: '2c1be89990d1b4264f056f3afca2657dc25e868f', name: "start" }), index.h("div", { key: 'a12010f2f251c29870806050357e247f297f752d', class: "item-inner" }, index.h("div", { key: 'd0dc5901d634d3b7d8c9b4339ed02585b5b88828', class: "input-wrapper" }, index.h("slot", { key: '5589d491f6058858310c72971de50ddf441379b1' })), index.h("slot", { key: '7b2d2182336abef508d00882759df1a99a1cf93e', name: "end" }), showDetail && (index.h("ion-icon", { icon: detailIcon, lazy: false, class: "item-detail-icon", part: "detail-icon", "aria-hidden": "true", "flip-rtl": detailIcon === index$1.chevronForward }))), canActivate && mode === 'md' && index.h("ion-ripple-effect", null))));
288
220
  }
289
221
  get el() { return index.getElement(this); }
290
222
  static get watchers() { return {
291
- "button": ["buttonChanged"],
292
- "counterFormatter": ["counterFormatterChanged"]
223
+ "button": ["buttonChanged"]
293
224
  }; }
294
225
  };
295
226
  Item.style = {
@@ -311,11 +242,11 @@ const ItemDivider = class {
311
242
  }
312
243
  render() {
313
244
  const mode = ionicGlobal.getIonMode(this);
314
- return (index.h(index.Host, { key: '18d1b78568247bfbf0b0274971b752ace7531f58', class: theme.createColorClasses(this.color, {
245
+ return (index.h(index.Host, { key: 'ad5aa9c89b5681e6f8f5d69ac21ac9dacbec9e3e', class: theme.createColorClasses(this.color, {
315
246
  [mode]: true,
316
247
  'item-divider-sticky': this.sticky,
317
248
  item: true,
318
- }) }, index.h("slot", { key: 'cbf5fe1a9f4233a303d2366d1fc032d7c445f5c7', name: "start" }), index.h("div", { key: 'ca2608689325a350b23eb026053dd588ea3004e9', class: "item-divider-inner" }, index.h("div", { key: '00af1d58d5fc7995754a5266534cdf989a3294eb', class: "item-divider-wrapper" }, index.h("slot", { key: 'bfa2547fe8de49dcfbfccaeb46736182e514ffbc' })), index.h("slot", { key: '650dd1153d211eb992e69ff7e98c381cf0555e25', name: "end" }))));
249
+ }) }, index.h("slot", { key: 'b4f7b4d0e33b408c7db61275334e30a5badfe7b3', name: "start" }), index.h("div", { key: 'cff3b23931630efde15f8dde6d30efac1e8fcd9e', class: "item-divider-inner" }, index.h("div", { key: '4799d530879ea6a62760b227061f31c4fbbd8fec', class: "item-divider-wrapper" }, index.h("slot", { key: '501d8525dd99ac8df4ad16960403c13eafd626e0' })), index.h("slot", { key: '2104471aa81f0e2519ead0b90038c06bf3515c86', name: "end" }))));
319
250
  }
320
251
  get el() { return index.getElement(this); }
321
252
  };
@@ -336,7 +267,7 @@ const ItemGroup = class {
336
267
  }
337
268
  render() {
338
269
  const mode = ionicGlobal.getIonMode(this);
339
- return (index.h(index.Host, { key: '2443d9e64c1867a9582a2965ed9ac78263965d70', role: "group", class: {
270
+ return (index.h(index.Host, { key: '0221527fc2906cd83c0784144ca8aae0a67791e4', role: "group", class: {
340
271
  [mode]: true,
341
272
  // Used internally for styling
342
273
  [`item-group-${mode}`]: true,
@@ -349,10 +280,10 @@ ItemGroup.style = {
349
280
  md: IonItemGroupMdStyle0
350
281
  };
351
282
 
352
- const labelIosCss = ".item.sc-ion-label-ios-h,.item .sc-ion-label-ios-h{--color:initial;display:block;color:var(--color);font-family:var(--ion-font-family, inherit);font-size:inherit;text-overflow:ellipsis;-webkit-box-sizing:border-box;box-sizing:border-box}.item-legacy.sc-ion-label-ios-h,.item-legacy .sc-ion-label-ios-h{white-space:nowrap;overflow:hidden}.ion-color.sc-ion-label-ios-h{color:var(--ion-color-base)}.ion-text-nowrap.sc-ion-label-ios-h{overflow:hidden}.item-interactive-disabled.sc-ion-label-ios-h:not(.item-multiple-inputs),.item-interactive-disabled:not(.item-multiple-inputs) .sc-ion-label-ios-h{cursor:default;opacity:0.3;pointer-events:none}.item-input.sc-ion-label-ios-h,.item-input .sc-ion-label-ios-h{-ms-flex:initial;flex:initial;max-width:200px;pointer-events:none}.item-textarea.sc-ion-label-ios-h,.item-textarea .sc-ion-label-ios-h{-ms-flex-item-align:baseline;align-self:baseline}.item-skeleton-text.sc-ion-label-ios-h,.item-skeleton-text .sc-ion-label-ios-h{overflow:hidden}.label-fixed.sc-ion-label-ios-h{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}.label-stacked.sc-ion-label-ios-h,.label-floating.sc-ion-label-ios-h{margin-bottom:0;-ms-flex-item-align:stretch;align-self:stretch;width:auto;max-width:100%}.label-no-animate.label-floating.sc-ion-label-ios-h{-webkit-transition:none;transition:none}.sc-ion-label-ios-s h1,.sc-ion-label-ios-s h2,.sc-ion-label-ios-s h3,.sc-ion-label-ios-s h4,.sc-ion-label-ios-s h5,.sc-ion-label-ios-s h6{text-overflow:inherit;overflow:inherit}.ion-text-wrap.sc-ion-label-ios-h{font-size:0.875rem;line-height:1.5}.label-stacked.sc-ion-label-ios-h{margin-bottom:4px;font-size:0.875rem}.label-floating.sc-ion-label-ios-h{margin-bottom:0;-webkit-transform:translate(0, 29px);transform:translate(0, 29px);-webkit-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 150ms ease-in-out;transition:-webkit-transform 150ms ease-in-out;transition:transform 150ms ease-in-out;transition:transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out}[dir=rtl].sc-ion-label-ios-h -no-combinator.label-floating.sc-ion-label-ios-h,[dir=rtl] .sc-ion-label-ios-h -no-combinator.label-floating.sc-ion-label-ios-h,[dir=rtl].label-floating.sc-ion-label-ios-h,[dir=rtl] .label-floating.sc-ion-label-ios-h{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){.label-floating.sc-ion-label-ios-h:dir(rtl){-webkit-transform-origin:right top;transform-origin:right top}}.item-textarea.label-floating.sc-ion-label-ios-h,.item-textarea .label-floating.sc-ion-label-ios-h{-webkit-transform:translate(0, 28px);transform:translate(0, 28px)}.item-has-focus.label-floating.sc-ion-label-ios-h,.item-has-focus .label-floating.sc-ion-label-ios-h,.item-has-placeholder.sc-ion-label-ios-h:not(.item-input).label-floating,.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-ios-h,.item-has-value.label-floating.sc-ion-label-ios-h,.item-has-value .label-floating.sc-ion-label-ios-h{-webkit-transform:scale(0.82);transform:scale(0.82)}.sc-ion-label-ios-s h1{margin-left:0;margin-right:0;margin-top:3px;margin-bottom:2px;font-size:1.375rem;font-weight:normal}.sc-ion-label-ios-s h2{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:1.0625rem;font-weight:normal}.sc-ion-label-ios-s h3,.sc-ion-label-ios-s h4,.sc-ion-label-ios-s h5,.sc-ion-label-ios-s h6{margin-left:0;margin-right:0;margin-top:0;margin-bottom:3px;font-size:0.875rem;font-weight:normal;line-height:normal}.sc-ion-label-ios-s p{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:0.875rem;line-height:normal;text-overflow:inherit;overflow:inherit}.sc-ion-label-ios-s>p{color:var(--ion-text-color-step-550, #a3a3a3)}.sc-ion-label-ios-h.in-item-color.sc-ion-label-ios-s>p{color:inherit}.sc-ion-label-ios-s h2:last-child,.sc-ion-label-ios-s h3:last-child,.sc-ion-label-ios-s h4:last-child,.sc-ion-label-ios-s h5:last-child,.sc-ion-label-ios-s h6:last-child,.sc-ion-label-ios-s p:last-child{margin-bottom:0}";
283
+ const labelIosCss = ".item.sc-ion-label-ios-h,.item .sc-ion-label-ios-h{--color:initial;display:block;color:var(--color);font-family:var(--ion-font-family, inherit);font-size:inherit;text-overflow:ellipsis;-webkit-box-sizing:border-box;box-sizing:border-box}.ion-color.sc-ion-label-ios-h{color:var(--ion-color-base)}.ion-text-nowrap.sc-ion-label-ios-h{overflow:hidden}.item-interactive-disabled.sc-ion-label-ios-h:not(.item-multiple-inputs),.item-interactive-disabled:not(.item-multiple-inputs) .sc-ion-label-ios-h{cursor:default;opacity:0.3;pointer-events:none}.item-input.sc-ion-label-ios-h,.item-input .sc-ion-label-ios-h{-ms-flex:initial;flex:initial;max-width:200px;pointer-events:none}.item-textarea.sc-ion-label-ios-h,.item-textarea .sc-ion-label-ios-h{-ms-flex-item-align:baseline;align-self:baseline}.item-skeleton-text.sc-ion-label-ios-h,.item-skeleton-text .sc-ion-label-ios-h{overflow:hidden}.label-fixed.sc-ion-label-ios-h{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}.label-stacked.sc-ion-label-ios-h,.label-floating.sc-ion-label-ios-h{margin-bottom:0;-ms-flex-item-align:stretch;align-self:stretch;width:auto;max-width:100%}.label-no-animate.label-floating.sc-ion-label-ios-h{-webkit-transition:none;transition:none}.sc-ion-label-ios-s h1,.sc-ion-label-ios-s h2,.sc-ion-label-ios-s h3,.sc-ion-label-ios-s h4,.sc-ion-label-ios-s h5,.sc-ion-label-ios-s h6{text-overflow:inherit;overflow:inherit}.ion-text-wrap.sc-ion-label-ios-h{font-size:0.875rem;line-height:1.5}.label-stacked.sc-ion-label-ios-h{margin-bottom:4px;font-size:0.875rem}.label-floating.sc-ion-label-ios-h{margin-bottom:0;-webkit-transform:translate(0, 29px);transform:translate(0, 29px);-webkit-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 150ms ease-in-out;transition:-webkit-transform 150ms ease-in-out;transition:transform 150ms ease-in-out;transition:transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out}[dir=rtl].sc-ion-label-ios-h -no-combinator.label-floating.sc-ion-label-ios-h,[dir=rtl] .sc-ion-label-ios-h -no-combinator.label-floating.sc-ion-label-ios-h,[dir=rtl].label-floating.sc-ion-label-ios-h,[dir=rtl] .label-floating.sc-ion-label-ios-h{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){.label-floating.sc-ion-label-ios-h:dir(rtl){-webkit-transform-origin:right top;transform-origin:right top}}.item-textarea.label-floating.sc-ion-label-ios-h,.item-textarea .label-floating.sc-ion-label-ios-h{-webkit-transform:translate(0, 28px);transform:translate(0, 28px)}.item-has-focus.label-floating.sc-ion-label-ios-h,.item-has-focus .label-floating.sc-ion-label-ios-h,.item-has-placeholder.sc-ion-label-ios-h:not(.item-input).label-floating,.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-ios-h,.item-has-value.label-floating.sc-ion-label-ios-h,.item-has-value .label-floating.sc-ion-label-ios-h{-webkit-transform:scale(0.82);transform:scale(0.82)}.sc-ion-label-ios-s h1{margin-left:0;margin-right:0;margin-top:3px;margin-bottom:2px;font-size:1.375rem;font-weight:normal}.sc-ion-label-ios-s h2{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:1.0625rem;font-weight:normal}.sc-ion-label-ios-s h3,.sc-ion-label-ios-s h4,.sc-ion-label-ios-s h5,.sc-ion-label-ios-s h6{margin-left:0;margin-right:0;margin-top:0;margin-bottom:3px;font-size:0.875rem;font-weight:normal;line-height:normal}.sc-ion-label-ios-s p{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:0.875rem;line-height:normal;text-overflow:inherit;overflow:inherit}.sc-ion-label-ios-s>p{color:var(--ion-text-color-step-550, #a3a3a3)}.sc-ion-label-ios-h.in-item-color.sc-ion-label-ios-s>p{color:inherit}.sc-ion-label-ios-s h2:last-child,.sc-ion-label-ios-s h3:last-child,.sc-ion-label-ios-s h4:last-child,.sc-ion-label-ios-s h5:last-child,.sc-ion-label-ios-s h6:last-child,.sc-ion-label-ios-s p:last-child{margin-bottom:0}";
353
284
  const IonLabelIosStyle0 = labelIosCss;
354
285
 
355
- const labelMdCss = ".item.sc-ion-label-md-h,.item .sc-ion-label-md-h{--color:initial;display:block;color:var(--color);font-family:var(--ion-font-family, inherit);font-size:inherit;text-overflow:ellipsis;-webkit-box-sizing:border-box;box-sizing:border-box}.item-legacy.sc-ion-label-md-h,.item-legacy .sc-ion-label-md-h{white-space:nowrap;overflow:hidden}.ion-color.sc-ion-label-md-h{color:var(--ion-color-base)}.ion-text-nowrap.sc-ion-label-md-h{overflow:hidden}.item-interactive-disabled.sc-ion-label-md-h:not(.item-multiple-inputs),.item-interactive-disabled:not(.item-multiple-inputs) .sc-ion-label-md-h{cursor:default;opacity:0.3;pointer-events:none}.item-input.sc-ion-label-md-h,.item-input .sc-ion-label-md-h{-ms-flex:initial;flex:initial;max-width:200px;pointer-events:none}.item-textarea.sc-ion-label-md-h,.item-textarea .sc-ion-label-md-h{-ms-flex-item-align:baseline;align-self:baseline}.item-skeleton-text.sc-ion-label-md-h,.item-skeleton-text .sc-ion-label-md-h{overflow:hidden}.label-fixed.sc-ion-label-md-h{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}.label-stacked.sc-ion-label-md-h,.label-floating.sc-ion-label-md-h{margin-bottom:0;-ms-flex-item-align:stretch;align-self:stretch;width:auto;max-width:100%}.label-no-animate.label-floating.sc-ion-label-md-h{-webkit-transition:none;transition:none}.sc-ion-label-md-s h1,.sc-ion-label-md-s h2,.sc-ion-label-md-s h3,.sc-ion-label-md-s h4,.sc-ion-label-md-s h5,.sc-ion-label-md-s h6{text-overflow:inherit;overflow:inherit}.ion-text-wrap.sc-ion-label-md-h{line-height:1.5}.label-stacked.sc-ion-label-md-h,.label-floating.sc-ion-label-md-h{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-webkit-transform-origin:top left;transform-origin:top left}.label-stacked.label-rtl.sc-ion-label-md-h,.label-floating.label-rtl.sc-ion-label-md-h{-webkit-transform-origin:top right;transform-origin:top right}.label-stacked.sc-ion-label-md-h{-webkit-transform:translateY(50%) scale(0.75);transform:translateY(50%) scale(0.75);-webkit-transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.label-floating.sc-ion-label-md-h{-webkit-transform:translateY(96%);transform:translateY(96%);-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)}.ion-focused.label-floating.sc-ion-label-md-h,.ion-focused .label-floating.sc-ion-label-md-h,.item-has-focus.label-floating.sc-ion-label-md-h,.item-has-focus .label-floating.sc-ion-label-md-h,.item-has-placeholder.sc-ion-label-md-h:not(.item-input).label-floating,.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-md-h,.item-has-value.label-floating.sc-ion-label-md-h,.item-has-value .label-floating.sc-ion-label-md-h{-webkit-transform:translateY(50%) scale(0.75);transform:translateY(50%) scale(0.75)}.item-fill-outline.ion-focused.label-floating.sc-ion-label-md-h,.item-fill-outline.ion-focused .label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-focus.label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-focus .label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).label-floating,.item-fill-outline.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-value.label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-value .label-floating.sc-ion-label-md-h{-webkit-transform:translateY(-6px) scale(0.75);transform:translateY(-6px) scale(0.75);position:relative;max-width:-webkit-min-content;max-width:-moz-min-content;max-width:min-content;background-color:var(--ion-item-background, var(--ion-background-color, #fff));overflow:visible;z-index:3}.item-fill-outline.ion-focused.label-floating.sc-ion-label-md-h::before,.item-fill-outline.ion-focused .label-floating.sc-ion-label-md-h::before,.item-fill-outline.ion-focused.label-floating.sc-ion-label-md-h::after,.item-fill-outline.ion-focused .label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-focus.label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-focus .label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-focus.label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-focus .label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).label-floating::before,.item-fill-outline.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).label-floating::after,.item-fill-outline.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-value.label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-value .label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-value.label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-value .label-floating.sc-ion-label-md-h::after{position:absolute;width:4px;height:100%;background-color:var(--ion-item-background, var(--ion-background-color, #fff));content:\"\"}.item-fill-outline.ion-focused.label-floating.sc-ion-label-md-h::before,.item-fill-outline.ion-focused .label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-focus.label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-focus .label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).label-floating::before,.item-fill-outline.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-value.label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-value .label-floating.sc-ion-label-md-h::before{left:calc(-1 * 4px)}.item-fill-outline.ion-focused.label-floating.sc-ion-label-md-h::after,.item-fill-outline.ion-focused .label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-focus.label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-focus .label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).label-floating::after,.item-fill-outline.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-value.label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-value .label-floating.sc-ion-label-md-h::after{right:calc(-1 * 4px)}.item-fill-outline.ion-focused.item-has-start-slot.label-floating.sc-ion-label-md-h,.item-fill-outline.ion-focused.item-has-start-slot .label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-focus.item-has-start-slot.label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-focus.item-has-start-slot .label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).item-has-start-slot.label-floating,.item-fill-outline.item-has-placeholder:not(.item-input).item-has-start-slot .label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-value.item-has-start-slot.label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-value.item-has-start-slot .label-floating.sc-ion-label-md-h{-webkit-transform:translateX(-32px) translateY(-6px) scale(0.75);transform:translateX(-32px) translateY(-6px) scale(0.75)}.item-fill-outline.ion-focused.item-has-start-slot.label-floating.label-rtl.sc-ion-label-md-h,.item-fill-outline.ion-focused.item-has-start-slot .label-floating.label-rtl.sc-ion-label-md-h,.item-fill-outline.item-has-focus.item-has-start-slot.label-floating.label-rtl.sc-ion-label-md-h,.item-fill-outline.item-has-focus.item-has-start-slot .label-floating.label-rtl.sc-ion-label-md-h,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).item-has-start-slot.label-floating.label-rtl,.item-fill-outline.item-has-placeholder:not(.item-input).item-has-start-slot .label-floating.label-rtl.sc-ion-label-md-h,.item-fill-outline.item-has-value.item-has-start-slot.label-floating.label-rtl.sc-ion-label-md-h,.item-fill-outline.item-has-value.item-has-start-slot .label-floating.label-rtl.sc-ion-label-md-h{-webkit-transform:translateX(calc(-1 * -32px)) translateY(-6px) scale(0.75);transform:translateX(calc(-1 * -32px)) translateY(-6px) scale(0.75)}.ion-focused.label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-focused .label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-focused.label-floating.sc-ion-label-md-h:not(.ion-color),.ion-focused .label-floating.sc-ion-label-md-h:not(.ion-color),.item-has-focus.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-has-focus .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-has-focus.label-floating.sc-ion-label-md-h:not(.ion-color),.item-has-focus .label-floating.sc-ion-label-md-h:not(.ion-color){color:var(--ion-color-primary, #0054e9)}.ion-focused.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-focused.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-focused.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.ion-focused.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color),.item-has-focus.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-has-focus.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-has-focus.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.item-has-focus.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color){color:var(--ion-color-contrast)}.item-fill-solid.ion-focused.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.ion-focused.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.ion-focused.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.ion-focused.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.ion-focused.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.ion-focused.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.ion-focused.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.ion-focused.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.item-has-focus.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.item-has-focus.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.item-has-focus.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.item-has-focus.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.item-has-focus.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.item-has-focus.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.item-has-focus.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.item-has-focus.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color){color:var(--ion-color-base)}.ion-invalid.ion-touched.label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-invalid.ion-touched .label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-invalid.ion-touched.label-floating.sc-ion-label-md-h:not(.ion-color),.ion-invalid.ion-touched .label-floating.sc-ion-label-md-h:not(.ion-color){color:var(--highlight-color-invalid)}.sc-ion-label-md-s h1{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:1.5rem;font-weight:normal}.sc-ion-label-md-s h2{margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:1rem;font-weight:normal}.sc-ion-label-md-s h3,.sc-ion-label-md-s h4,.sc-ion-label-md-s h5,.sc-ion-label-md-s h6{margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:0.875rem;font-weight:normal;line-height:normal}.sc-ion-label-md-s p{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:0.875rem;line-height:1.25rem;text-overflow:inherit;overflow:inherit}.sc-ion-label-md-s>p{color:var(--ion-color-step-600, var(--ion-text-color-step-400, #666666))}.sc-ion-label-md-h.in-item-color.sc-ion-label-md-s>p{color:inherit}";
286
+ const labelMdCss = ".item.sc-ion-label-md-h,.item .sc-ion-label-md-h{--color:initial;display:block;color:var(--color);font-family:var(--ion-font-family, inherit);font-size:inherit;text-overflow:ellipsis;-webkit-box-sizing:border-box;box-sizing:border-box}.ion-color.sc-ion-label-md-h{color:var(--ion-color-base)}.ion-text-nowrap.sc-ion-label-md-h{overflow:hidden}.item-interactive-disabled.sc-ion-label-md-h:not(.item-multiple-inputs),.item-interactive-disabled:not(.item-multiple-inputs) .sc-ion-label-md-h{cursor:default;opacity:0.3;pointer-events:none}.item-input.sc-ion-label-md-h,.item-input .sc-ion-label-md-h{-ms-flex:initial;flex:initial;max-width:200px;pointer-events:none}.item-textarea.sc-ion-label-md-h,.item-textarea .sc-ion-label-md-h{-ms-flex-item-align:baseline;align-self:baseline}.item-skeleton-text.sc-ion-label-md-h,.item-skeleton-text .sc-ion-label-md-h{overflow:hidden}.label-fixed.sc-ion-label-md-h{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}.label-stacked.sc-ion-label-md-h,.label-floating.sc-ion-label-md-h{margin-bottom:0;-ms-flex-item-align:stretch;align-self:stretch;width:auto;max-width:100%}.label-no-animate.label-floating.sc-ion-label-md-h{-webkit-transition:none;transition:none}.sc-ion-label-md-s h1,.sc-ion-label-md-s h2,.sc-ion-label-md-s h3,.sc-ion-label-md-s h4,.sc-ion-label-md-s h5,.sc-ion-label-md-s h6{text-overflow:inherit;overflow:inherit}.ion-text-wrap.sc-ion-label-md-h{line-height:1.5}.label-stacked.sc-ion-label-md-h,.label-floating.sc-ion-label-md-h{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-webkit-transform-origin:top left;transform-origin:top left}.label-stacked.label-rtl.sc-ion-label-md-h,.label-floating.label-rtl.sc-ion-label-md-h{-webkit-transform-origin:top right;transform-origin:top right}.label-stacked.sc-ion-label-md-h{-webkit-transform:translateY(50%) scale(0.75);transform:translateY(50%) scale(0.75);-webkit-transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.label-floating.sc-ion-label-md-h{-webkit-transform:translateY(96%);transform:translateY(96%);-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)}.ion-focused.label-floating.sc-ion-label-md-h,.ion-focused .label-floating.sc-ion-label-md-h,.item-has-focus.label-floating.sc-ion-label-md-h,.item-has-focus .label-floating.sc-ion-label-md-h,.item-has-placeholder.sc-ion-label-md-h:not(.item-input).label-floating,.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-md-h,.item-has-value.label-floating.sc-ion-label-md-h,.item-has-value .label-floating.sc-ion-label-md-h{-webkit-transform:translateY(50%) scale(0.75);transform:translateY(50%) scale(0.75)}.ion-focused.label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-focused .label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-focused.label-floating.sc-ion-label-md-h:not(.ion-color),.ion-focused .label-floating.sc-ion-label-md-h:not(.ion-color),.item-has-focus.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-has-focus .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-has-focus.label-floating.sc-ion-label-md-h:not(.ion-color),.item-has-focus .label-floating.sc-ion-label-md-h:not(.ion-color){color:var(--ion-color-primary, #0054e9)}.ion-focused.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-focused.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-focused.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.ion-focused.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color),.item-has-focus.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-has-focus.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-has-focus.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.item-has-focus.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color){color:var(--ion-color-contrast)}.ion-invalid.ion-touched.label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-invalid.ion-touched .label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-invalid.ion-touched.label-floating.sc-ion-label-md-h:not(.ion-color),.ion-invalid.ion-touched .label-floating.sc-ion-label-md-h:not(.ion-color){color:var(--highlight-color-invalid)}.sc-ion-label-md-s h1{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:1.5rem;font-weight:normal}.sc-ion-label-md-s h2{margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:1rem;font-weight:normal}.sc-ion-label-md-s h3,.sc-ion-label-md-s h4,.sc-ion-label-md-s h5,.sc-ion-label-md-s h6{margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:0.875rem;font-weight:normal;line-height:normal}.sc-ion-label-md-s p{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:0.875rem;line-height:1.25rem;text-overflow:inherit;overflow:inherit}.sc-ion-label-md-s>p{color:var(--ion-color-step-600, var(--ion-text-color-step-400, #666666))}.sc-ion-label-md-h.in-item-color.sc-ion-label-md-s>p{color:inherit}";
356
287
  const IonLabelMdStyle0 = labelMdCss;
357
288
 
358
289
  const Label = class {
@@ -406,13 +337,13 @@ const Label = class {
406
337
  render() {
407
338
  const position = this.position;
408
339
  const mode = ionicGlobal.getIonMode(this);
409
- return (index.h(index.Host, { key: '6820fe45a0aa73dca665a43f588f952e94c194c7', class: theme.createColorClasses(this.color, {
340
+ return (index.h(index.Host, { key: '8578e060e428e527460990f0ebec07175d0bdfec', class: theme.createColorClasses(this.color, {
410
341
  [mode]: true,
411
342
  'in-item-color': theme.hostContext('ion-item.ion-color', this.el),
412
343
  [`label-${position}`]: position !== undefined,
413
344
  [`label-no-animate`]: this.noAnimate,
414
345
  'label-rtl': document.dir === 'rtl',
415
- }) }));
346
+ }) }, index.h("slot", { key: 'da4e6ab59501e9f832f28f37f2803528a6dd1fab' })));
416
347
  }
417
348
  get el() { return index.getElement(this); }
418
349
  static get watchers() { return {
@@ -453,7 +384,7 @@ const List = class {
453
384
  render() {
454
385
  const mode = ionicGlobal.getIonMode(this);
455
386
  const { lines, inset } = this;
456
- return (index.h(index.Host, { key: '9a0eab31e53ae22dbfa7aa58d779d3976797ea08', role: "list", class: {
387
+ return (index.h(index.Host, { key: '88ce7cb748aada82e16e5985c7c314a7d3eec74e', role: "list", class: {
457
388
  [mode]: true,
458
389
  // Used internally for styling
459
390
  [`list-${mode}`]: true,
@@ -484,10 +415,10 @@ const ListHeader = class {
484
415
  render() {
485
416
  const { lines } = this;
486
417
  const mode = ionicGlobal.getIonMode(this);
487
- return (index.h(index.Host, { key: '7b0de2d26ec09f11740ad55bba5e4d2f52623b58', class: theme.createColorClasses(this.color, {
418
+ return (index.h(index.Host, { key: '54b15a5d29c539889abc182c591afd4f74d5d7dd', class: theme.createColorClasses(this.color, {
488
419
  [mode]: true,
489
420
  [`list-header-lines-${lines}`]: lines !== undefined,
490
- }) }, index.h("div", { key: '86cbae45e24ce7607b011cd3cd1ae82e741a111c', class: "list-header-inner" }, index.h("slot", { key: 'a276c0540cd1bdd907b01620d5bfb9c996c08b90' }))));
421
+ }) }, index.h("div", { key: 'cc979979dba150fe38e7ce9597726273e69ad7fa', class: "list-header-inner" }, index.h("slot", { key: 'a92ffecf3ba54e675cd7353f63438188dbf7681b' }))));
491
422
  }
492
423
  };
493
424
  ListHeader.style = {
@@ -508,9 +439,9 @@ const Note = class {
508
439
  }
509
440
  render() {
510
441
  const mode = ionicGlobal.getIonMode(this);
511
- return (index.h(index.Host, { key: '83fbede35bbb772419d68f6ad398aab0e00b9f61', class: theme.createColorClasses(this.color, {
442
+ return (index.h(index.Host, { key: 'c28c242d5e60e447c4c926041fa62abfbad3f0fd', class: theme.createColorClasses(this.color, {
512
443
  [mode]: true,
513
- }) }, index.h("slot", { key: 'c4060ce2439e96a5ac8763843579b7956a90032f' })));
444
+ }) }, index.h("slot", { key: 'e4c8e1d32527ba4a9c6d10d579aaba06cb040042' })));
514
445
  }
515
446
  };
516
447
  Note.style = {
@@ -543,11 +474,11 @@ const SkeletonText = class {
543
474
  const animated = this.animated && ionicGlobal.config.getBoolean('animated', true);
544
475
  const inMedia = theme.hostContext('ion-avatar', this.el) || theme.hostContext('ion-thumbnail', this.el);
545
476
  const mode = ionicGlobal.getIonMode(this);
546
- return (index.h(index.Host, { key: 'e0a84e5017cde072087d5580dd370bbd36106f99', class: {
477
+ return (index.h(index.Host, { key: 'f6b1a1888a3cac52acbeb4957ca32befd6bc52f8', class: {
547
478
  [mode]: true,
548
479
  'skeleton-text-animated': animated,
549
480
  'in-media': inMedia,
550
- } }, index.h("span", { key: '3274a42e3fd4f1b9fb285f4b982416e1f68ac766' }, "\u00A0")));
481
+ } }, index.h("span", { key: '1e61b9d249f8e3bcb55c06de8311c224866b9632' }, "\u00A0")));
551
482
  }
552
483
  get el() { return index.getElement(this); }
553
484
  };
@@ -5,17 +5,17 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-ea266398.js');
8
+ const index = require('./index-2d21d526.js');
9
9
  const config = require('./config-4f60b98a.js');
10
- const helpers = require('./helpers-b71ca811.js');
10
+ const helpers = require('./helpers-668b3d95.js');
11
11
  const lockController = require('./lock-controller-6585a42a.js');
12
- const overlays = require('./overlays-3d02b54f.js');
12
+ const overlays = require('./overlays-44b8d0e0.js');
13
13
  const theme = require('./theme-d1c573d2.js');
14
- const ionicGlobal = require('./ionic-global-59aa7eb7.js');
15
- const animation = require('./animation-4ad55058.js');
14
+ const ionicGlobal = require('./ionic-global-5762eca9.js');
15
+ const animation = require('./animation-3e7bb91e.js');
16
16
  require('./index-c8d52405.js');
17
- require('./hardware-back-button-4cb049f1.js');
18
- require('./framework-delegate-53817ef1.js');
17
+ require('./hardware-back-button-1c67a5a2.js');
18
+ require('./framework-delegate-0499d444.js');
19
19
  require('./gesture-controller-9436f482.js');
20
20
  require('./index-5915f9b3.js');
21
21
 
@@ -262,9 +262,9 @@ const Loading = class {
262
262
  * Otherwise, don't set aria-labelledby.
263
263
  */
264
264
  const ariaLabelledBy = message !== undefined ? msgId : null;
265
- return (index.h(index.Host, Object.assign({ key: '0b32f7915df1327934877cc71228aea71205266f', role: "dialog", "aria-modal": "true", "aria-labelledby": ariaLabelledBy, tabindex: "-1" }, htmlAttributes, { style: {
265
+ return (index.h(index.Host, Object.assign({ key: '8b21abdb9968e2b9e69ea4ca4dab98fa9bbcc79b', role: "dialog", "aria-modal": "true", "aria-labelledby": ariaLabelledBy, tabindex: "-1" }, htmlAttributes, { style: {
266
266
  zIndex: `${40000 + this.overlayIndex}`,
267
- }, onIonBackdropTap: this.onBackdropTap, class: Object.assign(Object.assign({}, theme.getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'loading-translucent': this.translucent }) }), index.h("ion-backdrop", { key: 'ca6c4c48b83457685a17c7a396e67cd7a6b06ab9', visible: this.showBackdrop, tappable: this.backdropDismiss }), index.h("div", { key: 'd76304807d988c02de44fc947124a15179ba2c6c', tabindex: "0" }), index.h("div", { key: '79ec338787a709a668c8f170d75a271bad3c2488', class: "loading-wrapper ion-overlay-wrapper" }, spinner && (index.h("div", { class: "loading-spinner" }, index.h("ion-spinner", { name: spinner, "aria-hidden": "true" }))), message !== undefined && this.renderLoadingMessage(msgId)), index.h("div", { key: 'a8e3e70c79e1b359f821c6769b1f4b4bf90da992', tabindex: "0" })));
267
+ }, onIonBackdropTap: this.onBackdropTap, class: Object.assign(Object.assign({}, theme.getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'loading-translucent': this.translucent }) }), index.h("ion-backdrop", { key: '1a76dd7ce9a801e0171cfa1d3db3b9b5f1574517', visible: this.showBackdrop, tappable: this.backdropDismiss }), index.h("div", { key: '1db24db60f9fad1a9b760a83aa94cab40582d33a', tabindex: "0" }), index.h("div", { key: '479d80d7a1c89c3b0f63df815a6f8f20221fd158', class: "loading-wrapper ion-overlay-wrapper" }, spinner && (index.h("div", { class: "loading-spinner" }, index.h("ion-spinner", { name: spinner, "aria-hidden": "true" }))), message !== undefined && this.renderLoadingMessage(msgId)), index.h("div", { key: 'eaaf110a1a174b56a249a867cc676eebfa6b9bdc', tabindex: "0" })));
268
268
  }
269
269
  get el() { return index.getElement(this); }
270
270
  static get watchers() { return {
@@ -5,20 +5,20 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-ea266398.js');
8
+ const index = require('./index-2d21d526.js');
9
9
  const cubicBezier = require('./cubic-bezier-f2dccc53.js');
10
- const overlays = require('./overlays-3d02b54f.js');
10
+ const overlays = require('./overlays-44b8d0e0.js');
11
11
  const gestureController = require('./gesture-controller-9436f482.js');
12
- const hardwareBackButton = require('./hardware-back-button-4cb049f1.js');
13
- const helpers = require('./helpers-b71ca811.js');
14
- const index$1 = require('./index-bbc5b1f7.js');
12
+ const hardwareBackButton = require('./hardware-back-button-1c67a5a2.js');
13
+ const helpers = require('./helpers-668b3d95.js');
14
+ const index$1 = require('./index-ba7ba0af.js');
15
15
  const theme = require('./theme-d1c573d2.js');
16
- const ionicGlobal = require('./ionic-global-59aa7eb7.js');
16
+ const ionicGlobal = require('./ionic-global-5762eca9.js');
17
17
  const index$2 = require('./index-f52c6d38.js');
18
18
  require('./index-c8d52405.js');
19
- require('./framework-delegate-53817ef1.js');
19
+ require('./framework-delegate-0499d444.js');
20
20
  require('./index-5915f9b3.js');
21
- require('./animation-4ad55058.js');
21
+ require('./animation-3e7bb91e.js');
22
22
 
23
23
  const menuIosCss = ":host{--width:304px;--min-width:auto;--max-width:auto;--height:100%;--min-height:auto;--max-height:auto;--background:var(--ion-background-color, #fff);left:0;right:0;top:0;bottom:0;display:none;position:absolute;contain:strict}:host(.show-menu){display:block}.menu-inner{-webkit-transform:translateX(-9999px);transform:translateX(-9999px);display:-ms-flexbox;display:flex;position:absolute;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);background:var(--background);contain:strict}:host(.menu-side-start) .menu-inner{--ion-safe-area-right:0px;top:0;bottom:0}:host(.menu-side-start) .menu-inner{inset-inline-start:0;inset-inline-end:auto}:host-context([dir=rtl]):host(.menu-side-start) .menu-inner,:host-context([dir=rtl]).menu-side-start .menu-inner{--ion-safe-area-right:unset;--ion-safe-area-left:0px}@supports selector(:dir(rtl)){:host(.menu-side-start:dir(rtl)) .menu-inner{--ion-safe-area-right:unset;--ion-safe-area-left:0px}}:host(.menu-side-end) .menu-inner{--ion-safe-area-left:0px;top:0;bottom:0}:host(.menu-side-end) .menu-inner{inset-inline-start:auto;inset-inline-end:0}:host-context([dir=rtl]):host(.menu-side-end) .menu-inner,:host-context([dir=rtl]).menu-side-end .menu-inner{--ion-safe-area-left:unset;--ion-safe-area-right:0px}@supports selector(:dir(rtl)){:host(.menu-side-end:dir(rtl)) .menu-inner{--ion-safe-area-left:unset;--ion-safe-area-right:0px}}ion-backdrop{display:none;opacity:0.01;z-index:-1}@media (max-width: 340px){.menu-inner{--width:264px}}:host(.menu-type-reveal){z-index:0}:host(.menu-type-reveal.show-menu) .menu-inner{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}:host(.menu-type-overlay){z-index:1000}:host(.menu-type-overlay) .show-backdrop{display:block;cursor:pointer}:host(.menu-pane-visible){-ms-flex:0 1 auto;flex:0 1 auto;width:var(--side-width, var(--width));min-width:var(--side-min-width, var(--min-width));max-width:var(--side-max-width, var(--max-width))}:host(.menu-pane-visible.split-pane-side){left:0;right:0;top:0;bottom:0;position:relative;-webkit-box-shadow:none;box-shadow:none;z-index:0}:host(.menu-pane-visible.split-pane-side.menu-enabled){display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}:host(.menu-pane-visible.split-pane-side){-ms-flex-order:-1;order:-1}:host(.menu-pane-visible.split-pane-side[side=end]){-ms-flex-order:1;order:1}:host(.menu-pane-visible) .menu-inner{left:0;right:0;width:auto;-webkit-transform:none;transform:none;-webkit-box-shadow:none;box-shadow:none}:host(.menu-pane-visible) ion-backdrop{display:hidden !important}:host(.menu-pane-visible.split-pane-side){-webkit-border-start:0;border-inline-start:0;-webkit-border-end:var(--border);border-inline-end:var(--border);border-top:0;border-bottom:0;min-width:var(--side-min-width);max-width:var(--side-max-width)}:host(.menu-pane-visible.split-pane-side[side=end]){-webkit-border-start:var(--border);border-inline-start:var(--border);-webkit-border-end:0;border-inline-end:0;border-top:0;border-bottom:0;min-width:var(--side-min-width);max-width:var(--side-max-width)}:host(.menu-type-push){z-index:1000}:host(.menu-type-push) .show-backdrop{display:block}";
24
24
  const IonMenuIosStyle0 = menuIosCss;
@@ -599,14 +599,14 @@ const Menu = class {
599
599
  * the ionBackButton listener in the menu controller
600
600
  * will handle closing the menu when Escape is pressed.
601
601
  */
602
- return (index.h(index.Host, { key: 'b75052668f8384e55009d5a9f436f2de590bf2c3', onKeyDown: hardwareBackButton.shoudUseCloseWatcher() ? null : this.onKeydown, role: "navigation", "aria-label": inheritedAttributes['aria-label'] || 'menu', class: {
602
+ return (index.h(index.Host, { key: '6cd86687e471bd5336ad1d71d0d0323dc2991570', onKeyDown: hardwareBackButton.shouldUseCloseWatcher() ? null : this.onKeydown, role: "navigation", "aria-label": inheritedAttributes['aria-label'] || 'menu', class: {
603
603
  [mode]: true,
604
604
  [`menu-type-${type}`]: true,
605
605
  'menu-enabled': !disabled,
606
606
  [`menu-side-${side}`]: true,
607
607
  'menu-pane-visible': isPaneVisible,
608
608
  'split-pane-side': theme.hostContext('ion-split-pane', el),
609
- } }, index.h("div", { key: 'd500486fe03917b9115fa399921d73f95602d14e', class: "menu-inner", part: "container", ref: (el) => (this.menuInnerEl = el) }, index.h("slot", { key: '2078b5b36210658681980be69b8dc791e0b7dd96' })), index.h("ion-backdrop", { key: 'c43171d0f0804c0430b319de54e80c38d1768c80', ref: (el) => (this.backdropEl = el), class: "menu-backdrop", tappable: false, stopPropagation: false, part: "backdrop" })));
609
+ } }, index.h("div", { key: 'b9420db4e6d8c77903ed9191ddb092c24d8006b0', class: "menu-inner", part: "container", ref: (el) => (this.menuInnerEl = el) }, index.h("slot", { key: '3633bed75a12aa7437613497e7dabb1c62a2ebb9' })), index.h("ion-backdrop", { key: '00d60182f11380b51033b5aca9376ce29c41ae37', ref: (el) => (this.backdropEl = el), class: "menu-backdrop", tappable: false, stopPropagation: false, part: "backdrop" })));
610
610
  }
611
611
  get el() { return index.getElement(this); }
612
612
  static get watchers() { return {
@@ -679,7 +679,7 @@ const MenuButton = class {
679
679
  type: this.type,
680
680
  };
681
681
  const ariaLabel = inheritedAttributes['aria-label'] || 'menu';
682
- return (index.h(index.Host, { key: '3cdbc04925c8c62ac65763fe83efdfffda0a16fa', onClick: this.onClick, "aria-disabled": disabled ? 'true' : null, "aria-hidden": hidden ? 'true' : null, class: theme.createColorClasses(color, {
682
+ return (index.h(index.Host, { key: '349011cb97d80efbbdccde34096e34abe98d03ff', onClick: this.onClick, "aria-disabled": disabled ? 'true' : null, "aria-hidden": hidden ? 'true' : null, class: theme.createColorClasses(color, {
683
683
  [mode]: true,
684
684
  button: true, // ion-buttons target .button
685
685
  'menu-button-hidden': hidden,
@@ -688,7 +688,7 @@ const MenuButton = class {
688
688
  'in-toolbar-color': theme.hostContext('ion-toolbar[color]', this.el),
689
689
  'ion-activatable': true,
690
690
  'ion-focusable': true,
691
- }) }, index.h("button", Object.assign({ key: '63db22c49359bf77fa344f5a13b733570ff088a4' }, attrs, { disabled: disabled, class: "button-native", part: "native", "aria-label": ariaLabel }), index.h("span", { key: '011af3fa930dd888f7f4aca24ba294d23b2ceba7', class: "button-inner" }, index.h("slot", { key: 'dc75fd2f1f3d42eb30aefd9cd3ef137d6c8a515a' }, index.h("ion-icon", { key: '55cfdc7df1eab0bdc386e2a5c90be87be56a000a', part: "icon", icon: menuIcon, mode: mode, lazy: false, "aria-hidden": "true" }))), mode === 'md' && index.h("ion-ripple-effect", { type: "unbounded" }))));
691
+ }) }, index.h("button", Object.assign({ key: 'e8b326cd96486ad62026413b5616801d496fc969' }, attrs, { disabled: disabled, class: "button-native", part: "native", "aria-label": ariaLabel }), index.h("span", { key: 'a9878e6fd2f6bd774c4f1d142d7ab2cf09c4ad44', class: "button-inner" }, index.h("slot", { key: 'd5e7a66233bad1cce7ad814f403aac2f73792d83' }, index.h("ion-icon", { key: '3c01d567a4ed591a0db3b5ac6645b7afcda43e51', part: "icon", icon: menuIcon, mode: mode, lazy: false, "aria-hidden": "true" }))), mode === 'md' && index.h("ion-ripple-effect", { type: "unbounded" }))));
692
692
  }
693
693
  get el() { return index.getElement(this); }
694
694
  };
@@ -719,10 +719,10 @@ const MenuToggle = class {
719
719
  render() {
720
720
  const mode = ionicGlobal.getIonMode(this);
721
721
  const hidden = this.autoHide && !this.visible;
722
- return (index.h(index.Host, { key: 'fa7f54b6264dd2110f4cda34aaa6ea7ec4f5040f', onClick: this.onClick, "aria-hidden": hidden ? 'true' : null, class: {
722
+ return (index.h(index.Host, { key: '6148f06183b46097ec7ce279891d6dbf41a6a531', onClick: this.onClick, "aria-hidden": hidden ? 'true' : null, class: {
723
723
  [mode]: true,
724
724
  'menu-toggle-hidden': hidden,
725
- } }, index.h("slot", { key: '6e1701d21f439cabd9f83607c500eb6111162447' })));
725
+ } }, index.h("slot", { key: '2cc7bb2fa93d354321cb7271be441ee047f877c1' })));
726
726
  }
727
727
  };
728
728
  MenuToggle.style = IonMenuToggleStyle0;