@ionic/core 8.4.4-dev.11741048645.1fe58d92 → 8.4.4-dev.11741101920.155e1c29

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 (697) hide show
  1. package/components/checkbox.js +6 -4
  2. package/components/helpers.js +1 -11
  3. package/components/index6.js +11 -3
  4. package/components/index7.js +2 -2
  5. package/components/index9.js +1 -1
  6. package/components/ion-item-divider.js +2 -2
  7. package/components/ion-item-group.js +1 -1
  8. package/components/ion-item-option.js +2 -2
  9. package/components/ion-item-options.js +1 -1
  10. package/components/ion-item-sliding.js +1 -1
  11. package/components/ion-loading.js +2 -2
  12. package/components/ion-menu-button.js +2 -2
  13. package/components/ion-menu-toggle.js +2 -2
  14. package/components/ion-menu.js +2 -2
  15. package/components/ion-nav-link.js +1 -1
  16. package/components/ion-nav.js +1 -1
  17. package/components/ion-note.js +2 -2
  18. package/components/ion-picker-legacy.js +2 -2
  19. package/components/ion-progress-bar.js +1 -1
  20. package/components/ion-range.js +3 -3
  21. package/components/ion-refresher-content.js +1 -1
  22. package/components/ion-refresher.js +1 -1
  23. package/components/ion-reorder-group.js +1 -1
  24. package/components/ion-reorder.js +1 -1
  25. package/components/ion-router-link.js +2 -2
  26. package/components/ion-router-outlet.js +1 -1
  27. package/components/ion-row.js +1 -1
  28. package/components/ion-searchbar.js +4 -4
  29. package/components/ion-segment-button.js +9 -40
  30. package/components/ion-segment-content.js +1 -1
  31. package/components/ion-segment-view.js +2 -2
  32. package/components/ion-segment.js +2 -2
  33. package/components/ion-select-option.js +1 -1
  34. package/components/ion-select.js +16 -41
  35. package/components/ion-skeleton-text.js +2 -2
  36. package/components/ion-split-pane.js +2 -2
  37. package/components/ion-tab-bar.js +2 -2
  38. package/components/ion-tab-button.js +2 -2
  39. package/components/ion-tab.js +2 -2
  40. package/components/ion-tabs.js +1 -1
  41. package/components/ion-text.js +2 -2
  42. package/components/ion-textarea.js +2 -2
  43. package/components/ion-thumbnail.js +1 -1
  44. package/components/ion-toast.js +2 -2
  45. package/components/ion-toggle.js +6 -4
  46. package/components/label.js +2 -2
  47. package/components/list-header.js +2 -2
  48. package/components/modal.js +259 -35
  49. package/components/picker-column-option.js +2 -2
  50. package/components/picker-column2.js +2 -2
  51. package/components/popover.js +2 -2
  52. package/components/radio-group.js +39 -2
  53. package/components/radio.js +3 -3
  54. package/components/ripple-effect.js +1 -1
  55. package/components/select-modal.js +1 -1
  56. package/components/select-popover.js +1 -1
  57. package/components/spinner.js +1 -1
  58. package/components/title.js +2 -2
  59. package/components/toolbar.js +2 -2
  60. package/css/core.css +1 -1
  61. package/css/core.css.map +1 -1
  62. package/css/global.bundle.css +1 -1
  63. package/css/global.bundle.css.map +1 -1
  64. package/css/ionic.bundle.css +1 -1
  65. package/css/ionic.bundle.css.map +1 -1
  66. package/css/palettes/dark.always.css +1 -1
  67. package/css/palettes/dark.always.css.map +1 -1
  68. package/css/palettes/dark.class.css +1 -1
  69. package/css/palettes/dark.class.css.map +1 -1
  70. package/css/palettes/dark.system.css +1 -1
  71. package/css/palettes/dark.system.css.map +1 -1
  72. package/css/palettes/high-contrast-dark.always.css +1 -1
  73. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  74. package/css/palettes/high-contrast-dark.class.css +1 -1
  75. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  76. package/css/palettes/high-contrast-dark.system.css +1 -1
  77. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  78. package/css/palettes/high-contrast.always.css +1 -1
  79. package/css/palettes/high-contrast.always.css.map +1 -1
  80. package/css/palettes/high-contrast.class.css +1 -1
  81. package/css/palettes/high-contrast.class.css.map +1 -1
  82. package/css/palettes/high-contrast.system.css +1 -1
  83. package/css/palettes/high-contrast.system.css.map +1 -1
  84. package/css/structure.css +1 -1
  85. package/css/structure.css.map +1 -1
  86. package/css/typography.css +1 -1
  87. package/css/typography.css.map +1 -1
  88. package/dist/cjs/{data-21dc0f81.js → data-108e531d.js} +1 -1
  89. package/dist/cjs/{framework-delegate-05579976.js → framework-delegate-55f5683a.js} +1 -1
  90. package/dist/cjs/{helpers-4be3f90d.js → helpers-afaa9001.js} +0 -11
  91. package/dist/cjs/{index-0e360e93.js → index-073c7cdc.js} +2 -2
  92. package/dist/cjs/{index-c441c903.js → index-0d762bba.js} +2 -2
  93. package/dist/cjs/{index-5915f9b3.js → index-2a46a047.js} +11 -3
  94. package/dist/cjs/{index-1ae3f40a.js → index-3652c918.js} +2 -2
  95. package/dist/cjs/{index-ad7a712e.js → index-9509ecad.js} +1 -1
  96. package/dist/cjs/{index-4e14a46e.js → index-e975c92b.js} +4 -4
  97. package/dist/cjs/index.cjs.js +8 -8
  98. package/dist/cjs/{input-shims-e748a364.js → input-shims-cd05268a.js} +5 -3
  99. package/dist/cjs/{input.utils-74e4ec28.js → input.utils-ffb2f81b.js} +2 -2
  100. package/dist/cjs/ion-accordion_2.cjs.entry.js +3 -3
  101. package/dist/cjs/ion-action-sheet.cjs.entry.js +4 -4
  102. package/dist/cjs/ion-alert.cjs.entry.js +4 -4
  103. package/dist/cjs/ion-app_8.cjs.entry.js +14 -14
  104. package/dist/cjs/ion-avatar_3.cjs.entry.js +1 -1
  105. package/dist/cjs/ion-back-button.cjs.entry.js +2 -2
  106. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +2 -2
  107. package/dist/cjs/ion-button_2.cjs.entry.js +2 -2
  108. package/dist/cjs/ion-card_5.cjs.entry.js +1 -1
  109. package/dist/cjs/ion-checkbox.cjs.entry.js +6 -5
  110. package/dist/cjs/ion-col_3.cjs.entry.js +1 -1
  111. package/dist/cjs/ion-datetime-button.cjs.entry.js +3 -3
  112. package/dist/cjs/ion-datetime_3.cjs.entry.js +10 -10
  113. package/dist/cjs/ion-fab_3.cjs.entry.js +2 -2
  114. package/dist/cjs/ion-img.cjs.entry.js +1 -1
  115. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +3 -3
  116. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +2 -2
  117. package/dist/cjs/ion-input.cjs.entry.js +5 -5
  118. package/dist/cjs/ion-item-option_3.cjs.entry.js +7 -7
  119. package/dist/cjs/ion-item_8.cjs.entry.js +13 -13
  120. package/dist/cjs/ion-loading.cjs.entry.js +6 -6
  121. package/dist/cjs/ion-menu_3.cjs.entry.js +12 -12
  122. package/dist/cjs/ion-modal.cjs.entry.js +264 -41
  123. package/dist/cjs/ion-nav_2.cjs.entry.js +7 -7
  124. package/dist/cjs/ion-picker-column-option.cjs.entry.js +3 -3
  125. package/dist/cjs/ion-picker-column.cjs.entry.js +1 -1
  126. package/dist/cjs/ion-picker.cjs.entry.js +1 -1
  127. package/dist/cjs/ion-popover.cjs.entry.js +7 -7
  128. package/dist/cjs/ion-progress-bar.cjs.entry.js +2 -2
  129. package/dist/cjs/ion-radio_2.cjs.entry.js +40 -5
  130. package/dist/cjs/ion-range.cjs.entry.js +6 -6
  131. package/dist/cjs/ion-refresher_2.cjs.entry.js +6 -6
  132. package/dist/cjs/ion-reorder_2.cjs.entry.js +6 -6
  133. package/dist/cjs/ion-ripple-effect.cjs.entry.js +1 -1
  134. package/dist/cjs/ion-route_4.cjs.entry.js +3 -3
  135. package/dist/cjs/ion-searchbar.cjs.entry.js +6 -6
  136. package/dist/cjs/ion-segment-content.cjs.entry.js +1 -1
  137. package/dist/cjs/ion-segment-view.cjs.entry.js +2 -2
  138. package/dist/cjs/ion-segment_2.cjs.entry.js +11 -42
  139. package/dist/cjs/ion-select-modal.cjs.entry.js +5 -5
  140. package/dist/cjs/ion-select_3.cjs.entry.js +22 -48
  141. package/dist/cjs/ion-spinner.cjs.entry.js +1 -1
  142. package/dist/cjs/ion-split-pane.cjs.entry.js +2 -2
  143. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +5 -5
  144. package/dist/cjs/ion-tab_2.cjs.entry.js +5 -5
  145. package/dist/cjs/ion-text.cjs.entry.js +2 -2
  146. package/dist/cjs/ion-textarea.cjs.entry.js +6 -6
  147. package/dist/cjs/ion-toast.cjs.entry.js +6 -6
  148. package/dist/cjs/ion-toggle.cjs.entry.js +7 -6
  149. package/dist/cjs/ionic.cjs.js +1 -1
  150. package/dist/cjs/{ios.transition-afdec89f.js → ios.transition-0e664e88.js} +3 -3
  151. package/dist/cjs/loader.cjs.js +1 -1
  152. package/dist/cjs/{md.transition-9f0d3db5.js → md.transition-2e8aef2c.js} +3 -3
  153. package/dist/cjs/{notch-controller-a0c464d1.js → notch-controller-d69150f5.js} +1 -1
  154. package/dist/cjs/{overlays-76b29cd4.js → overlays-65fdaff6.js} +3 -3
  155. package/dist/cjs/{status-tap-fb807fad.js → status-tap-d74f1429.js} +4 -3
  156. package/dist/cjs/{swipe-back-47a52b83.js → swipe-back-0303a5e4.js} +1 -1
  157. package/dist/collection/components/checkbox/checkbox.js +23 -4
  158. package/dist/collection/components/item-divider/item-divider.js +2 -2
  159. package/dist/collection/components/item-group/item-group.js +1 -1
  160. package/dist/collection/components/item-option/item-option.js +2 -2
  161. package/dist/collection/components/item-options/item-options.js +1 -1
  162. package/dist/collection/components/item-sliding/item-sliding.js +1 -1
  163. package/dist/collection/components/label/label.js +2 -2
  164. package/dist/collection/components/list-header/list-header.js +2 -2
  165. package/dist/collection/components/loading/loading.js +2 -2
  166. package/dist/collection/components/menu/menu.js +2 -2
  167. package/dist/collection/components/menu-button/menu-button.js +2 -2
  168. package/dist/collection/components/menu-toggle/menu-toggle.js +2 -2
  169. package/dist/collection/components/modal/animations/ios.enter.js +50 -4
  170. package/dist/collection/components/modal/animations/ios.leave.js +24 -2
  171. package/dist/collection/components/modal/animations/md.enter.js +52 -5
  172. package/dist/collection/components/modal/animations/md.leave.js +26 -3
  173. package/dist/collection/components/modal/animations/sheet.js +11 -2
  174. package/dist/collection/components/modal/gestures/sheet.js +79 -10
  175. package/dist/collection/components/modal/modal.ios.css +16 -0
  176. package/dist/collection/components/modal/modal.js +32 -7
  177. package/dist/collection/components/modal/modal.md.css +6 -0
  178. package/dist/collection/components/nav/nav.js +1 -1
  179. package/dist/collection/components/nav-link/nav-link.js +1 -1
  180. package/dist/collection/components/note/note.js +2 -2
  181. package/dist/collection/components/picker-column-option/picker-column-option.js +2 -2
  182. package/dist/collection/components/picker-legacy/picker.js +2 -2
  183. package/dist/collection/components/picker-legacy-column/picker-column.js +2 -2
  184. package/dist/collection/components/popover/popover.js +2 -2
  185. package/dist/collection/components/progress-bar/progress-bar.js +1 -1
  186. package/dist/collection/components/radio/radio.js +3 -3
  187. package/dist/collection/components/radio-group/radio-group.ios.css +206 -0
  188. package/dist/collection/components/radio-group/radio-group.js +72 -1
  189. package/dist/collection/components/radio-group/radio-group.md.css +206 -0
  190. package/dist/collection/components/range/range.js +3 -3
  191. package/dist/collection/components/refresher/refresher.js +1 -1
  192. package/dist/collection/components/refresher-content/refresher-content.js +1 -1
  193. package/dist/collection/components/reorder/reorder.js +1 -1
  194. package/dist/collection/components/reorder-group/reorder-group.js +1 -1
  195. package/dist/collection/components/ripple-effect/ripple-effect.js +1 -1
  196. package/dist/collection/components/router-link/router-link.js +2 -2
  197. package/dist/collection/components/router-outlet/router-outlet.js +1 -1
  198. package/dist/collection/components/row/row.js +1 -1
  199. package/dist/collection/components/searchbar/searchbar.js +4 -4
  200. package/dist/collection/components/segment/segment.js +2 -2
  201. package/dist/collection/components/segment-button/segment-button.js +9 -40
  202. package/dist/collection/components/segment-content/segment-content.js +1 -1
  203. package/dist/collection/components/segment-view/segment-view.js +2 -2
  204. package/dist/collection/components/select/select.js +32 -40
  205. package/dist/collection/components/select-modal/select-modal.js +1 -1
  206. package/dist/collection/components/select-option/select-option.js +1 -1
  207. package/dist/collection/components/select-popover/select-popover.js +1 -1
  208. package/dist/collection/components/skeleton-text/skeleton-text.js +2 -2
  209. package/dist/collection/components/spinner/spinner.js +1 -1
  210. package/dist/collection/components/split-pane/split-pane.js +2 -2
  211. package/dist/collection/components/tab/tab.js +2 -2
  212. package/dist/collection/components/tab-bar/tab-bar.js +2 -2
  213. package/dist/collection/components/tab-button/tab-button.js +2 -2
  214. package/dist/collection/components/tabs/tabs.js +1 -1
  215. package/dist/collection/components/text/text.js +2 -2
  216. package/dist/collection/components/textarea/textarea.js +2 -2
  217. package/dist/collection/components/thumbnail/thumbnail.js +1 -1
  218. package/dist/collection/components/title/title.js +2 -2
  219. package/dist/collection/components/toast/toast.js +2 -2
  220. package/dist/collection/components/toggle/toggle.js +23 -4
  221. package/dist/collection/components/toolbar/toolbar.js +6 -2
  222. package/dist/collection/utils/helpers.js +0 -10
  223. package/dist/collection/utils/logging/index.js +10 -3
  224. package/dist/docs.json +163 -2
  225. package/dist/esm/{data-ae11fd43.js → data-b3284b5e.js} +1 -1
  226. package/dist/esm/{framework-delegate-f683816e.js → framework-delegate-63d1a679.js} +1 -1
  227. package/dist/esm/{helpers-9b49d7d2.js → helpers-da915de8.js} +1 -11
  228. package/dist/esm/{index-7ec5519a.js → index-2f7fde3d.js} +4 -4
  229. package/dist/esm/{index-9b0d46f4.js → index-6ad967f3.js} +11 -3
  230. package/dist/esm/{index-5a0f5fd0.js → index-79b30591.js} +1 -1
  231. package/dist/esm/{index-8785a9c6.js → index-cb21eccb.js} +2 -2
  232. package/dist/esm/{index-10f4ed65.js → index-e2cf2ceb.js} +2 -2
  233. package/dist/esm/{index-33f7e3ff.js → index-efb8ecdf.js} +2 -2
  234. package/dist/esm/index.js +8 -8
  235. package/dist/esm/{input-shims-0e65111b.js → input-shims-2fd7c6ef.js} +5 -3
  236. package/dist/esm/{input.utils-1ad8dafc.js → input.utils-961c9f17.js} +2 -2
  237. package/dist/esm/ion-accordion_2.entry.js +3 -3
  238. package/dist/esm/ion-action-sheet.entry.js +4 -4
  239. package/dist/esm/ion-alert.entry.js +4 -4
  240. package/dist/esm/ion-app_8.entry.js +14 -14
  241. package/dist/esm/ion-avatar_3.entry.js +1 -1
  242. package/dist/esm/ion-back-button.entry.js +2 -2
  243. package/dist/esm/ion-breadcrumb_2.entry.js +2 -2
  244. package/dist/esm/ion-button_2.entry.js +2 -2
  245. package/dist/esm/ion-card_5.entry.js +1 -1
  246. package/dist/esm/ion-checkbox.entry.js +6 -5
  247. package/dist/esm/ion-col_3.entry.js +1 -1
  248. package/dist/esm/ion-datetime-button.entry.js +3 -3
  249. package/dist/esm/ion-datetime_3.entry.js +10 -10
  250. package/dist/esm/ion-fab_3.entry.js +2 -2
  251. package/dist/esm/ion-img.entry.js +1 -1
  252. package/dist/esm/ion-infinite-scroll_2.entry.js +3 -3
  253. package/dist/esm/ion-input-password-toggle.entry.js +2 -2
  254. package/dist/esm/ion-input.entry.js +5 -5
  255. package/dist/esm/ion-item-option_3.entry.js +7 -7
  256. package/dist/esm/ion-item_8.entry.js +13 -13
  257. package/dist/esm/ion-loading.entry.js +6 -6
  258. package/dist/esm/ion-menu_3.entry.js +12 -12
  259. package/dist/esm/ion-modal.entry.js +264 -41
  260. package/dist/esm/ion-nav_2.entry.js +7 -7
  261. package/dist/esm/ion-picker-column-option.entry.js +3 -3
  262. package/dist/esm/ion-picker-column.entry.js +1 -1
  263. package/dist/esm/ion-picker.entry.js +1 -1
  264. package/dist/esm/ion-popover.entry.js +7 -7
  265. package/dist/esm/ion-progress-bar.entry.js +2 -2
  266. package/dist/esm/ion-radio_2.entry.js +40 -5
  267. package/dist/esm/ion-range.entry.js +6 -6
  268. package/dist/esm/ion-refresher_2.entry.js +6 -6
  269. package/dist/esm/ion-reorder_2.entry.js +6 -6
  270. package/dist/esm/ion-ripple-effect.entry.js +1 -1
  271. package/dist/esm/ion-route_4.entry.js +3 -3
  272. package/dist/esm/ion-searchbar.entry.js +6 -6
  273. package/dist/esm/ion-segment-content.entry.js +1 -1
  274. package/dist/esm/ion-segment-view.entry.js +2 -2
  275. package/dist/esm/ion-segment_2.entry.js +11 -42
  276. package/dist/esm/ion-select-modal.entry.js +5 -5
  277. package/dist/esm/ion-select_3.entry.js +22 -48
  278. package/dist/esm/ion-spinner.entry.js +1 -1
  279. package/dist/esm/ion-split-pane.entry.js +2 -2
  280. package/dist/esm/ion-tab-bar_2.entry.js +5 -5
  281. package/dist/esm/ion-tab_2.entry.js +5 -5
  282. package/dist/esm/ion-text.entry.js +2 -2
  283. package/dist/esm/ion-textarea.entry.js +6 -6
  284. package/dist/esm/ion-toast.entry.js +6 -6
  285. package/dist/esm/ion-toggle.entry.js +7 -6
  286. package/dist/esm/ionic.js +1 -1
  287. package/dist/esm/{ios.transition-085853ff.js → ios.transition-b1da3753.js} +3 -3
  288. package/dist/esm/loader.js +1 -1
  289. package/dist/esm/{md.transition-33826623.js → md.transition-571b3859.js} +3 -3
  290. package/dist/esm/{notch-controller-3dc61260.js → notch-controller-55b09e11.js} +1 -1
  291. package/dist/esm/{overlays-e3d0d356.js → overlays-5deab4de.js} +3 -3
  292. package/dist/esm/{status-tap-163e8128.js → status-tap-79eac0ac.js} +4 -3
  293. package/dist/esm/{swipe-back-23ee7ab1.js → swipe-back-e5394307.js} +1 -1
  294. package/dist/esm-es5/{data-ae11fd43.js → data-b3284b5e.js} +1 -1
  295. package/dist/esm-es5/{framework-delegate-f683816e.js → framework-delegate-63d1a679.js} +1 -1
  296. package/dist/esm-es5/{helpers-9b49d7d2.js → helpers-da915de8.js} +1 -1
  297. package/dist/esm-es5/{index-7ec5519a.js → index-2f7fde3d.js} +1 -1
  298. package/dist/esm-es5/index-6ad967f3.js +4 -0
  299. package/dist/esm-es5/{index-5a0f5fd0.js → index-79b30591.js} +1 -1
  300. package/dist/esm-es5/{index-8785a9c6.js → index-cb21eccb.js} +1 -1
  301. package/dist/esm-es5/{index-10f4ed65.js → index-e2cf2ceb.js} +1 -1
  302. package/dist/esm-es5/{index-33f7e3ff.js → index-efb8ecdf.js} +1 -1
  303. package/dist/esm-es5/index.js +1 -1
  304. package/dist/esm-es5/input-shims-2fd7c6ef.js +4 -0
  305. package/dist/esm-es5/{input.utils-1ad8dafc.js → input.utils-961c9f17.js} +1 -1
  306. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  307. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  308. package/dist/esm-es5/ion-alert.entry.js +1 -1
  309. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  310. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  311. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  312. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  313. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  314. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  315. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  316. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  317. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  318. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  319. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  320. package/dist/esm-es5/ion-img.entry.js +1 -1
  321. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  322. package/dist/esm-es5/ion-input-password-toggle.entry.js +1 -1
  323. package/dist/esm-es5/ion-input.entry.js +1 -1
  324. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  325. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  326. package/dist/esm-es5/ion-loading.entry.js +1 -1
  327. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  328. package/dist/esm-es5/ion-modal.entry.js +1 -1
  329. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  330. package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
  331. package/dist/esm-es5/ion-picker-column.entry.js +1 -1
  332. package/dist/esm-es5/ion-picker.entry.js +1 -1
  333. package/dist/esm-es5/ion-popover.entry.js +1 -1
  334. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  335. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  336. package/dist/esm-es5/ion-range.entry.js +1 -1
  337. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  338. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  339. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  340. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  341. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  342. package/dist/esm-es5/ion-segment-content.entry.js +1 -1
  343. package/dist/esm-es5/ion-segment-view.entry.js +1 -1
  344. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  345. package/dist/esm-es5/ion-select-modal.entry.js +1 -1
  346. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  347. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  348. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  349. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  350. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  351. package/dist/esm-es5/ion-text.entry.js +1 -1
  352. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  353. package/dist/esm-es5/ion-toast.entry.js +1 -1
  354. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  355. package/dist/esm-es5/ionic.js +1 -1
  356. package/dist/esm-es5/{ios.transition-085853ff.js → ios.transition-b1da3753.js} +1 -1
  357. package/dist/esm-es5/loader.js +1 -1
  358. package/dist/esm-es5/md.transition-571b3859.js +4 -0
  359. package/dist/esm-es5/{notch-controller-3dc61260.js → notch-controller-55b09e11.js} +1 -1
  360. package/dist/esm-es5/{overlays-e3d0d356.js → overlays-5deab4de.js} +1 -1
  361. package/dist/esm-es5/status-tap-79eac0ac.js +4 -0
  362. package/dist/esm-es5/{swipe-back-23ee7ab1.js → swipe-back-e5394307.js} +1 -1
  363. package/dist/html.html-data.json +24 -0
  364. package/dist/ionic/index.esm.js +1 -1
  365. package/dist/ionic/ionic.esm.js +1 -1
  366. package/dist/ionic/{p-a9e24ae2.system.entry.js → p-01186920.system.entry.js} +1 -1
  367. package/dist/ionic/{p-ffc48bc5.system.entry.js → p-01af2109.system.entry.js} +1 -1
  368. package/dist/ionic/{p-3eaf1444.system.entry.js → p-05b74e45.system.entry.js} +1 -1
  369. package/dist/ionic/{p-d9b3fa7e.entry.js → p-081a4ce4.entry.js} +1 -1
  370. package/dist/ionic/p-0af823e1.js +4 -0
  371. package/dist/ionic/p-0b7112fc.entry.js +4 -0
  372. package/dist/ionic/{p-aa63b365.system.js → p-0eb35a7f.system.js} +1 -1
  373. package/dist/ionic/{p-3df889b3.system.entry.js → p-0ef6abb0.system.entry.js} +1 -1
  374. package/dist/ionic/p-109cae7d.entry.js +4 -0
  375. package/dist/ionic/{p-203633d1.entry.js → p-120fb79a.entry.js} +1 -1
  376. package/dist/ionic/{p-702caed7.entry.js → p-15d18206.entry.js} +1 -1
  377. package/dist/ionic/{p-03ee25cb.entry.js → p-15e76dd1.entry.js} +1 -1
  378. package/dist/ionic/{p-5126cf1e.system.js → p-19ea7bff.system.js} +1 -1
  379. package/dist/ionic/{p-d60342e3.js → p-1a5bc5f7.js} +1 -1
  380. package/dist/ionic/{p-42808996.js → p-1ab13b2b.js} +1 -1
  381. package/dist/ionic/{p-62af944c.entry.js → p-1c934892.entry.js} +1 -1
  382. package/dist/ionic/{p-2cf2db18.system.entry.js → p-1e67b266.system.entry.js} +1 -1
  383. package/dist/ionic/{p-4c252070.entry.js → p-1e6d7da3.entry.js} +1 -1
  384. package/dist/ionic/{p-32be7b07.system.js → p-1e955a45.system.js} +1 -1
  385. package/dist/ionic/{p-e2e19375.system.entry.js → p-1fbc571c.system.entry.js} +1 -1
  386. package/dist/ionic/{p-77036bbd.system.entry.js → p-2346ab53.system.entry.js} +1 -1
  387. package/dist/ionic/{p-6a2d9764.system.entry.js → p-248318e0.system.entry.js} +1 -1
  388. package/dist/ionic/{p-02e23f26.entry.js → p-27d29df8.entry.js} +1 -1
  389. package/dist/ionic/{p-f5035354.js → p-28706c6f.js} +1 -1
  390. package/dist/ionic/p-2b048a95.system.entry.js +4 -0
  391. package/dist/ionic/{p-afecb188.entry.js → p-2d1d8a25.entry.js} +1 -1
  392. package/dist/ionic/{p-f301a694.system.entry.js → p-31c37f38.system.entry.js} +1 -1
  393. package/dist/ionic/p-322c5fb4.system.js +1 -1
  394. package/dist/ionic/{p-70ccc275.system.entry.js → p-33c9f005.system.entry.js} +2 -2
  395. package/dist/ionic/{p-f687573e.system.js → p-343b6b1d.system.js} +1 -1
  396. package/dist/ionic/{p-2bc73fb5.js → p-34b11c24.js} +1 -1
  397. package/dist/ionic/{p-a4575db1.system.entry.js → p-37495da1.system.entry.js} +1 -1
  398. package/dist/ionic/{p-f2c19415.system.entry.js → p-39164acf.system.entry.js} +1 -1
  399. package/dist/ionic/{p-b3680e2f.system.js → p-3ad285e3.system.js} +1 -1
  400. package/dist/ionic/{p-e97a3f44.entry.js → p-3b33b7d3.entry.js} +1 -1
  401. package/dist/ionic/{p-d4ca0475.js → p-3cc276f4.js} +1 -1
  402. package/dist/ionic/p-3e6be709.entry.js +4 -0
  403. package/dist/ionic/{p-26194519.entry.js → p-40b5455f.entry.js} +1 -1
  404. package/dist/ionic/{p-1693cbc4.entry.js → p-4b4f4a4c.entry.js} +1 -1
  405. package/dist/ionic/p-4c2d5b80.system.js +4 -0
  406. package/dist/ionic/p-4c98e2cf.system.js +4 -0
  407. package/dist/ionic/{p-7c1f8b94.entry.js → p-4e6a6eca.entry.js} +1 -1
  408. package/dist/ionic/{p-32e99b0a.entry.js → p-51030d96.entry.js} +1 -1
  409. package/dist/ionic/{p-4ad78edc.entry.js → p-52d7a191.entry.js} +1 -1
  410. package/dist/ionic/{p-7b96e5c1.system.entry.js → p-542a569d.system.entry.js} +1 -1
  411. package/dist/ionic/{p-77e7b7b6.system.entry.js → p-55d16109.system.entry.js} +1 -1
  412. package/dist/ionic/{p-da8ef548.system.entry.js → p-58d5df0c.system.entry.js} +1 -1
  413. package/dist/ionic/{p-9eee4de1.system.js → p-5c08627a.system.js} +1 -1
  414. package/dist/ionic/{p-424eb140.system.entry.js → p-5cc9314d.system.entry.js} +1 -1
  415. package/dist/ionic/{p-1bc65aec.system.entry.js → p-5d0c6c4d.system.entry.js} +1 -1
  416. package/dist/ionic/{p-803f0bc2.entry.js → p-5d93d251.entry.js} +1 -1
  417. package/dist/ionic/{p-4346c79d.system.entry.js → p-5e0df4c8.system.entry.js} +1 -1
  418. package/dist/ionic/{p-8922be26.system.entry.js → p-62f648c8.system.entry.js} +1 -1
  419. package/dist/ionic/{p-45accc62.system.entry.js → p-63b0abde.system.entry.js} +1 -1
  420. package/dist/ionic/p-67222c16.system.js +4 -0
  421. package/dist/ionic/p-6c95736e.entry.js +4 -0
  422. package/dist/ionic/p-71c9d1fe.entry.js +4 -0
  423. package/dist/ionic/{p-7a1766d6.js → p-72812e99.js} +1 -1
  424. package/dist/ionic/p-72bc8a1c.js +4 -0
  425. package/dist/ionic/{p-fca6ef5f.system.entry.js → p-744b2484.system.entry.js} +1 -1
  426. package/dist/ionic/p-7513b0c4.js +4 -0
  427. package/dist/ionic/{p-76446a85.entry.js → p-7895d719.entry.js} +1 -1
  428. package/dist/ionic/{p-85fee58d.entry.js → p-7a6eaf9e.entry.js} +1 -1
  429. package/dist/ionic/{p-16799667.system.entry.js → p-7af3d1e8.system.entry.js} +1 -1
  430. package/dist/ionic/{p-7bac3d83.entry.js → p-7b9a2b23.entry.js} +1 -1
  431. package/dist/ionic/{p-a2b6dd57.system.js → p-7de1e42c.system.js} +1 -1
  432. package/dist/ionic/{p-0eb2553a.system.entry.js → p-7ed1657c.system.entry.js} +1 -1
  433. package/dist/ionic/{p-95da3ae2.system.js → p-8635f5e6.system.js} +1 -1
  434. package/dist/ionic/p-870ae33b.system.entry.js +4 -0
  435. package/dist/ionic/p-87479c71.entry.js +4 -0
  436. package/dist/ionic/{p-ed882fb1.entry.js → p-89bf08c7.entry.js} +1 -1
  437. package/dist/ionic/p-89cc9270.entry.js +4 -0
  438. package/dist/ionic/{p-48a8d9b4.system.entry.js → p-8ac07653.system.entry.js} +2 -2
  439. package/dist/ionic/{p-085a5dd6.system.entry.js → p-8cfba7e9.system.entry.js} +1 -1
  440. package/dist/ionic/p-8e35b472.entry.js +4 -0
  441. package/dist/ionic/{p-2aebc4a0.entry.js → p-8e5dbf2b.entry.js} +1 -1
  442. package/dist/ionic/p-8f4361a8.system.entry.js +4 -0
  443. package/dist/ionic/p-9135153b.entry.js +4 -0
  444. package/dist/ionic/{p-e1bbacb7.entry.js → p-922daa9f.entry.js} +1 -1
  445. package/dist/ionic/{p-561ddcd4.system.entry.js → p-933727f9.system.entry.js} +2 -2
  446. package/dist/ionic/p-9343a445.js +4 -0
  447. package/dist/ionic/{p-57379000.entry.js → p-948e6c6a.entry.js} +1 -1
  448. package/dist/ionic/{p-dc146a2a.system.entry.js → p-985a7e17.system.entry.js} +1 -1
  449. package/dist/ionic/{p-3572f86a.system.entry.js → p-a090bce8.system.entry.js} +1 -1
  450. package/dist/ionic/{p-4452a8ac.system.js → p-a15ddedb.system.js} +1 -1
  451. package/dist/ionic/{p-2ef3c7ee.system.entry.js → p-a3a1d721.system.entry.js} +1 -1
  452. package/dist/ionic/p-a3db8ee3.js +4 -0
  453. package/dist/ionic/{p-e456ee59.system.entry.js → p-a4a2420e.system.entry.js} +1 -1
  454. package/dist/ionic/{p-1a790eef.system.js → p-a88dec0d.system.js} +2 -2
  455. package/dist/ionic/{p-b0d8bbee.entry.js → p-a8f2c254.entry.js} +1 -1
  456. package/dist/ionic/{p-af09741c.entry.js → p-abf549eb.entry.js} +1 -1
  457. package/dist/ionic/{p-c1b51537.system.js → p-ada36597.system.js} +1 -1
  458. package/dist/ionic/{p-e265ae18.system.entry.js → p-b0c7b12b.system.entry.js} +1 -1
  459. package/dist/ionic/{p-45de8d2a.entry.js → p-b1eb86fd.entry.js} +1 -1
  460. package/dist/ionic/{p-5b932840.entry.js → p-b1f885df.entry.js} +1 -1
  461. package/dist/ionic/{p-e8232807.system.js → p-b3c60433.system.js} +1 -1
  462. package/dist/ionic/{p-bb11d9fb.js → p-b51e4004.js} +1 -1
  463. package/dist/ionic/{p-13dc21b0.js → p-b6efeab8.js} +1 -1
  464. package/dist/ionic/{p-e8aed00f.system.entry.js → p-b7329612.system.entry.js} +1 -1
  465. package/dist/ionic/{p-9b3bb24e.entry.js → p-b9d7015f.entry.js} +1 -1
  466. package/dist/ionic/p-ba3f918e.entry.js +4 -0
  467. package/dist/ionic/{p-f78af648.system.entry.js → p-bc68c7cf.system.entry.js} +1 -1
  468. package/dist/ionic/{p-337a61d5.entry.js → p-bd5f29ea.entry.js} +1 -1
  469. package/dist/ionic/{p-95775830.entry.js → p-bf63d4b2.entry.js} +1 -1
  470. package/dist/ionic/{p-c8d645b3.entry.js → p-c41ac815.entry.js} +1 -1
  471. package/dist/ionic/{p-340e3f24.system.js → p-c4238c12.system.js} +1 -1
  472. package/dist/ionic/p-c4d86289.entry.js +4 -0
  473. package/dist/ionic/{p-c32644d7.entry.js → p-c51dc7fe.entry.js} +1 -1
  474. package/dist/ionic/{p-23b73db1.system.entry.js → p-c7ab2908.system.entry.js} +1 -1
  475. package/dist/ionic/{p-a0f3846e.system.entry.js → p-cac0e0b3.system.entry.js} +1 -1
  476. package/dist/ionic/{p-51dec25d.js → p-cb13696c.js} +1 -1
  477. package/dist/ionic/{p-551e8ff7.system.entry.js → p-cb6954d4.system.entry.js} +1 -1
  478. package/dist/ionic/{p-17ba2b14.system.entry.js → p-cd7ffa67.system.entry.js} +1 -1
  479. package/dist/ionic/p-d1c5b60e.system.js +4 -0
  480. package/dist/ionic/{p-9be5f3ee.system.entry.js → p-d2203d60.system.entry.js} +2 -2
  481. package/dist/ionic/{p-881d9e52.system.js → p-d22e2a38.system.js} +1 -1
  482. package/dist/ionic/{p-b91acf8d.system.entry.js → p-d341d412.system.entry.js} +1 -1
  483. package/dist/ionic/{p-955c3eb8.entry.js → p-d7aa6b00.entry.js} +1 -1
  484. package/dist/ionic/{p-697b4a5e.system.entry.js → p-d8d15f9b.system.entry.js} +2 -2
  485. package/dist/ionic/{p-e6200d13.js → p-da2b833b.js} +1 -1
  486. package/dist/ionic/p-da7e1bc4.entry.js +4 -0
  487. package/dist/ionic/{p-91f17b25.system.entry.js → p-e09d6392.system.entry.js} +2 -2
  488. package/dist/ionic/{p-2507278c.system.entry.js → p-e0a6dc45.system.entry.js} +1 -1
  489. package/dist/ionic/{p-57ceead7.entry.js → p-e75295c8.entry.js} +1 -1
  490. package/dist/ionic/{p-f42743d1.entry.js → p-e76dae93.entry.js} +1 -1
  491. package/dist/ionic/p-e8d56122.js +4 -0
  492. package/dist/ionic/{p-2abae1cc.system.entry.js → p-e9ddf8fe.system.entry.js} +1 -1
  493. package/dist/ionic/{p-02e1ebd9.js → p-f1c4dcd4.js} +1 -1
  494. package/dist/ionic/{p-73dc4950.entry.js → p-f2a72b24.entry.js} +1 -1
  495. package/dist/ionic/{p-0f191cbe.system.entry.js → p-f658c74e.system.entry.js} +1 -1
  496. package/dist/ionic/{p-7458862e.system.entry.js → p-f8e37d24.system.entry.js} +1 -1
  497. package/dist/ionic/{p-f3269679.entry.js → p-f907406b.entry.js} +1 -1
  498. package/dist/ionic/{p-ed75fcfb.system.entry.js → p-fd4e25b5.system.entry.js} +1 -1
  499. package/dist/ionic/{p-6d32975a.entry.js → p-fd6cff12.entry.js} +1 -1
  500. package/dist/ionic/svg/accessibility-outline.svg +1 -1
  501. package/dist/ionic/svg/accessibility-sharp.svg +1 -1
  502. package/dist/ionic/svg/accessibility.svg +1 -1
  503. package/dist/ionic/svg/bag-add-outline.svg +1 -1
  504. package/dist/ionic/svg/bag-add-sharp.svg +1 -1
  505. package/dist/ionic/svg/bag-add.svg +1 -1
  506. package/dist/ionic/svg/bag-check-outline.svg +1 -1
  507. package/dist/ionic/svg/bag-check-sharp.svg +1 -1
  508. package/dist/ionic/svg/bag-check.svg +1 -1
  509. package/dist/ionic/svg/bag-handle-outline.svg +1 -1
  510. package/dist/ionic/svg/bag-handle-sharp.svg +1 -1
  511. package/dist/ionic/svg/bag-handle.svg +1 -1
  512. package/dist/ionic/svg/bag-outline.svg +1 -1
  513. package/dist/ionic/svg/bag-remove-outline.svg +1 -1
  514. package/dist/ionic/svg/bag-remove-sharp.svg +1 -1
  515. package/dist/ionic/svg/bag-remove.svg +1 -1
  516. package/dist/ionic/svg/bag-sharp.svg +1 -1
  517. package/dist/ionic/svg/bag.svg +1 -1
  518. package/dist/ionic/svg/balloon-outline.svg +1 -1
  519. package/dist/ionic/svg/balloon-sharp.svg +1 -1
  520. package/dist/ionic/svg/balloon.svg +1 -1
  521. package/dist/ionic/svg/ban-outline.svg +1 -1
  522. package/dist/ionic/svg/ban-sharp.svg +1 -1
  523. package/dist/ionic/svg/ban.svg +1 -1
  524. package/dist/ionic/svg/body-outline.svg +1 -1
  525. package/dist/ionic/svg/bowling-ball-outline.svg +1 -1
  526. package/dist/ionic/svg/bowling-ball-sharp.svg +1 -1
  527. package/dist/ionic/svg/bowling-ball.svg +1 -1
  528. package/dist/ionic/svg/calendar-clear-outline.svg +1 -1
  529. package/dist/ionic/svg/calendar-clear-sharp.svg +1 -1
  530. package/dist/ionic/svg/calendar-clear.svg +1 -1
  531. package/dist/ionic/svg/calendar-number-outline.svg +1 -1
  532. package/dist/ionic/svg/calendar-number-sharp.svg +1 -1
  533. package/dist/ionic/svg/calendar-number.svg +1 -1
  534. package/dist/ionic/svg/calendar-outline.svg +1 -1
  535. package/dist/ionic/svg/calendar-sharp.svg +1 -1
  536. package/dist/ionic/svg/calendar.svg +1 -1
  537. package/dist/ionic/svg/chevron-collapse-outline.svg +1 -1
  538. package/dist/ionic/svg/chevron-collapse-sharp.svg +1 -1
  539. package/dist/ionic/svg/chevron-collapse.svg +1 -1
  540. package/dist/ionic/svg/chevron-expand-outline.svg +1 -1
  541. package/dist/ionic/svg/chevron-expand-sharp.svg +1 -1
  542. package/dist/ionic/svg/chevron-expand.svg +1 -1
  543. package/dist/ionic/svg/color-wand-outline.svg +1 -1
  544. package/dist/ionic/svg/color-wand.svg +1 -1
  545. package/dist/ionic/svg/diamond-outline.svg +1 -1
  546. package/dist/ionic/svg/diamond-sharp.svg +1 -1
  547. package/dist/ionic/svg/diamond.svg +1 -1
  548. package/dist/ionic/svg/dice-outline.svg +1 -1
  549. package/dist/ionic/svg/dice-sharp.svg +1 -1
  550. package/dist/ionic/svg/dice.svg +1 -1
  551. package/dist/ionic/svg/document-lock-outline.svg +1 -1
  552. package/dist/ionic/svg/document-lock-sharp.svg +1 -1
  553. package/dist/ionic/svg/document-lock.svg +1 -1
  554. package/dist/ionic/svg/extension-puzzle-outline.svg +1 -1
  555. package/dist/ionic/svg/extension-puzzle-sharp.svg +1 -1
  556. package/dist/ionic/svg/extension-puzzle.svg +1 -1
  557. package/dist/ionic/svg/filter-circle-outline.svg +1 -1
  558. package/dist/ionic/svg/filter-circle-sharp.svg +1 -1
  559. package/dist/ionic/svg/filter-circle.svg +1 -1
  560. package/dist/ionic/svg/fish-outline.svg +1 -1
  561. package/dist/ionic/svg/fish-sharp.svg +1 -1
  562. package/dist/ionic/svg/fish.svg +1 -1
  563. package/dist/ionic/svg/footsteps-outline.svg +1 -1
  564. package/dist/ionic/svg/footsteps-sharp.svg +1 -1
  565. package/dist/ionic/svg/footsteps.svg +1 -1
  566. package/dist/ionic/svg/id-card-outline.svg +1 -1
  567. package/dist/ionic/svg/id-card-sharp.svg +1 -1
  568. package/dist/ionic/svg/id-card.svg +1 -1
  569. package/dist/ionic/svg/invert-mode-outline.svg +1 -1
  570. package/dist/ionic/svg/invert-mode-sharp.svg +1 -1
  571. package/dist/ionic/svg/invert-mode.svg +1 -1
  572. package/dist/ionic/svg/logo-alipay.svg +1 -1
  573. package/dist/ionic/svg/logo-android.svg +1 -1
  574. package/dist/ionic/svg/logo-apple-ar.svg +1 -1
  575. package/dist/ionic/svg/logo-behance.svg +1 -1
  576. package/dist/ionic/svg/logo-bitbucket.svg +1 -1
  577. package/dist/ionic/svg/logo-deviantart.svg +1 -1
  578. package/dist/ionic/svg/logo-discord.svg +1 -1
  579. package/dist/ionic/svg/logo-docker.svg +1 -1
  580. package/dist/ionic/svg/logo-edge.svg +1 -1
  581. package/dist/ionic/svg/logo-facebook.svg +1 -1
  582. package/dist/ionic/svg/logo-figma.svg +1 -1
  583. package/dist/ionic/svg/logo-firebase.svg +1 -1
  584. package/dist/ionic/svg/logo-gitlab.svg +1 -1
  585. package/dist/ionic/svg/logo-ionic.svg +1 -1
  586. package/dist/ionic/svg/logo-mastodon.svg +1 -1
  587. package/dist/ionic/svg/logo-medium.svg +1 -1
  588. package/dist/ionic/svg/logo-microsoft.svg +1 -1
  589. package/dist/ionic/svg/logo-npm.svg +1 -1
  590. package/dist/ionic/svg/logo-paypal.svg +1 -1
  591. package/dist/ionic/svg/logo-soundcloud.svg +1 -1
  592. package/dist/ionic/svg/logo-tableau.svg +1 -1
  593. package/dist/ionic/svg/logo-tiktok.svg +1 -1
  594. package/dist/ionic/svg/logo-venmo.svg +1 -1
  595. package/dist/ionic/svg/logo-vercel.svg +1 -1
  596. package/dist/ionic/svg/logo-wechat.svg +1 -1
  597. package/dist/ionic/svg/logo-yahoo.svg +1 -1
  598. package/dist/ionic/svg/prism-outline.svg +1 -1
  599. package/dist/ionic/svg/prism-sharp.svg +1 -1
  600. package/dist/ionic/svg/prism.svg +1 -1
  601. package/dist/ionic/svg/scale-outline.svg +1 -1
  602. package/dist/ionic/svg/scale-sharp.svg +1 -1
  603. package/dist/ionic/svg/scale.svg +1 -1
  604. package/dist/ionic/svg/server-outline.svg +1 -1
  605. package/dist/ionic/svg/server-sharp.svg +1 -1
  606. package/dist/ionic/svg/server.svg +1 -1
  607. package/dist/ionic/svg/shield-half-outline.svg +1 -1
  608. package/dist/ionic/svg/shield-half-sharp.svg +1 -1
  609. package/dist/ionic/svg/shield-half.svg +1 -1
  610. package/dist/ionic/svg/sparkles-outline.svg +1 -1
  611. package/dist/ionic/svg/sparkles-sharp.svg +1 -1
  612. package/dist/ionic/svg/sparkles.svg +1 -1
  613. package/dist/ionic/svg/storefront-outline.svg +1 -1
  614. package/dist/ionic/svg/storefront-sharp.svg +1 -1
  615. package/dist/ionic/svg/storefront.svg +1 -1
  616. package/dist/ionic/svg/telescope-outline.svg +1 -1
  617. package/dist/ionic/svg/telescope-sharp.svg +1 -1
  618. package/dist/ionic/svg/telescope.svg +1 -1
  619. package/dist/ionic/svg/ticket-outline.svg +1 -1
  620. package/dist/ionic/svg/ticket-sharp.svg +1 -1
  621. package/dist/ionic/svg/ticket.svg +1 -1
  622. package/dist/ionic/svg/today-outline.svg +1 -1
  623. package/dist/ionic/svg/today-sharp.svg +1 -1
  624. package/dist/ionic/svg/today.svg +1 -1
  625. package/dist/ionic/svg/unlink-outline.svg +1 -1
  626. package/dist/ionic/svg/unlink-sharp.svg +1 -1
  627. package/dist/ionic/svg/unlink.svg +1 -1
  628. package/dist/ionic/svg/videocam-off-outline.svg +1 -1
  629. package/dist/ionic/svg/videocam-off-sharp.svg +1 -1
  630. package/dist/ionic/svg/videocam-off.svg +1 -1
  631. package/dist/ionic/svg/wifi-outline.svg +1 -1
  632. package/dist/ionic/svg/wifi-sharp.svg +1 -1
  633. package/dist/ionic/svg/wifi.svg +1 -1
  634. package/dist/types/components/checkbox/checkbox.d.ts +6 -0
  635. package/dist/types/components/modal/animations/sheet.d.ts +1 -0
  636. package/dist/types/components/modal/gestures/sheet.d.ts +1 -1
  637. package/dist/types/components/modal/modal-interface.d.ts +1 -0
  638. package/dist/types/components/modal/modal.d.ts +11 -0
  639. package/dist/types/components/radio-group/radio-group.d.ts +15 -0
  640. package/dist/types/components/segment-button/segment-button.d.ts +1 -2
  641. package/dist/types/components/select/select.d.ts +6 -0
  642. package/dist/types/components/toggle/toggle.d.ts +6 -0
  643. package/dist/types/components/toolbar/toolbar.d.ts +4 -0
  644. package/dist/types/components.d.ts +48 -0
  645. package/dist/types/utils/config.d.ts +9 -0
  646. package/dist/types/utils/helpers.d.ts +0 -1
  647. package/dist/types/utils/logging/index.d.ts +13 -1
  648. package/hydrate/index.js +430 -221
  649. package/hydrate/index.mjs +430 -221
  650. package/package.json +5 -5
  651. package/dist/esm-es5/index-9b0d46f4.js +0 -4
  652. package/dist/esm-es5/input-shims-0e65111b.js +0 -4
  653. package/dist/esm-es5/md.transition-33826623.js +0 -4
  654. package/dist/esm-es5/status-tap-163e8128.js +0 -4
  655. package/dist/ionic/p-06fee233.js +0 -4
  656. package/dist/ionic/p-075a94bd.js +0 -4
  657. package/dist/ionic/p-0a59f4fa.entry.js +0 -4
  658. package/dist/ionic/p-0e43be1b.entry.js +0 -4
  659. package/dist/ionic/p-0ee3b5a2.system.js +0 -4
  660. package/dist/ionic/p-135e5731.js +0 -4
  661. package/dist/ionic/p-14be4015.entry.js +0 -4
  662. package/dist/ionic/p-16bfb979.system.entry.js +0 -4
  663. package/dist/ionic/p-1f405274.js +0 -4
  664. package/dist/ionic/p-25fa1d30.system.entry.js +0 -4
  665. package/dist/ionic/p-265939f0.entry.js +0 -4
  666. package/dist/ionic/p-2c9eb774.system.js +0 -4
  667. package/dist/ionic/p-49a0e74c.entry.js +0 -4
  668. package/dist/ionic/p-56da53ad.system.entry.js +0 -4
  669. package/dist/ionic/p-6190d0d6.entry.js +0 -4
  670. package/dist/ionic/p-68dc53a5.js +0 -4
  671. package/dist/ionic/p-83810019.entry.js +0 -4
  672. package/dist/ionic/p-8a836849.entry.js +0 -4
  673. package/dist/ionic/p-8d5472fb.entry.js +0 -4
  674. package/dist/ionic/p-b7433d7d.js +0 -4
  675. package/dist/ionic/p-cc700b6b.entry.js +0 -4
  676. package/dist/ionic/p-df862603.entry.js +0 -4
  677. package/dist/ionic/p-e308de5b.system.js +0 -4
  678. package/dist/ionic/p-f4066aa9.entry.js +0 -4
  679. package/dist/ionic/p-ff4b7e40.system.js +0 -4
  680. package/dist/ionic/svg/arrow-down-left-box-outline.svg +0 -1
  681. package/dist/ionic/svg/arrow-down-left-box-sharp.svg +0 -1
  682. package/dist/ionic/svg/arrow-down-left-box.svg +0 -1
  683. package/dist/ionic/svg/arrow-down-right-box-outline.svg +0 -1
  684. package/dist/ionic/svg/arrow-down-right-box-sharp.svg +0 -1
  685. package/dist/ionic/svg/arrow-down-right-box.svg +0 -1
  686. package/dist/ionic/svg/arrow-up-left-box-outline.svg +0 -1
  687. package/dist/ionic/svg/arrow-up-left-box-sharp.svg +0 -1
  688. package/dist/ionic/svg/arrow-up-left-box.svg +0 -1
  689. package/dist/ionic/svg/arrow-up-right-box-outline.svg +0 -1
  690. package/dist/ionic/svg/arrow-up-right-box-sharp.svg +0 -1
  691. package/dist/ionic/svg/arrow-up-right-box.svg +0 -1
  692. package/dist/ionic/svg/binoculars-outline.svg +0 -1
  693. package/dist/ionic/svg/binoculars-sharp.svg +0 -1
  694. package/dist/ionic/svg/binoculars.svg +0 -1
  695. package/dist/ionic/svg/logo-appflow.svg +0 -1
  696. package/dist/ionic/svg/logo-trapeze.svg +0 -1
  697. package/dist/ionic/svg/logo-x.svg +0 -1
@@ -538,14 +538,14 @@ const Segment = /*@__PURE__*/ proxyCustomElement(class Segment extends HTMLEleme
538
538
  }
539
539
  render() {
540
540
  const mode = getIonMode(this);
541
- return (h(Host, { key: 'b1eb4a6e4f953f6c4882395585799503735bbc6b', role: "tablist", onClick: this.onClick, class: createColorClasses(this.color, {
541
+ return (h(Host, { key: 'a64e39352050b516f7dc82ce95a4bcff8431d1d0', role: "tablist", onClick: this.onClick, class: createColorClasses(this.color, {
542
542
  [mode]: true,
543
543
  'in-toolbar': hostContext('ion-toolbar', this.el),
544
544
  'in-toolbar-color': hostContext('ion-toolbar[color]', this.el),
545
545
  'segment-activated': this.activated,
546
546
  'segment-disabled': this.disabled,
547
547
  'segment-scrollable': this.scrollable,
548
- }) }, h("slot", { key: 'e7df6b017d154f30eb8021bc965f2e6c8e6480bf', onSlotchange: this.onSlottedItemsChange })));
548
+ }) }, h("slot", { key: 'bb3f3ec30e59e0461fa620d8961ab730cc802a4e', onSlotchange: this.onSlottedItemsChange })));
549
549
  }
550
550
  get el() { return this; }
551
551
  static get watchers() { return {
@@ -17,7 +17,7 @@ const SelectOption = /*@__PURE__*/ proxyCustomElement(class SelectOption extends
17
17
  this.value = undefined;
18
18
  }
19
19
  render() {
20
- return h(Host, { key: '2e6fa159464f04f6d8720f960141f67918bc7534', role: "option", id: this.inputId, class: getIonMode(this) });
20
+ return h(Host, { key: '8c96c199ce3a3065de3fe446500f567236e0610a', role: "option", id: this.inputId, class: getIonMode(this) });
21
21
  }
22
22
  get el() { return this; }
23
23
  static get style() { return IonSelectOptionStyle0; }
@@ -4,7 +4,7 @@
4
4
  import { proxyCustomElement, HTMLElement, createEvent, h, Host, forceUpdate } from '@stencil/core/internal/client';
5
5
  import { c as createNotchController } from './notch-controller.js';
6
6
  import { i as isOptionSelected, c as compareOptions, d as defineCustomElement$8 } from './radio.js';
7
- import { d as inheritAttributes, e as renderHiddenInput, f as focusVisibleElement } from './helpers.js';
7
+ import { d as inheritAttributes, f as focusVisibleElement, e as renderHiddenInput } from './helpers.js';
8
8
  import { c as popoverController, b as actionSheetController, a as alertController, m as modalController } from './overlays.js';
9
9
  import { i as isRTL } from './dir.js';
10
10
  import { h as hostContext, c as createColorClasses } from './theme.js';
@@ -115,6 +115,7 @@ const Select = /*@__PURE__*/ proxyCustomElement(class Select extends HTMLElement
115
115
  this.expandedIcon = undefined;
116
116
  this.shape = undefined;
117
117
  this.value = undefined;
118
+ this.required = false;
118
119
  }
119
120
  styleChanged() {
120
121
  this.emitStyle();
@@ -177,8 +178,15 @@ const Select = /*@__PURE__*/ proxyCustomElement(class Select extends HTMLElement
177
178
  }
178
179
  this.isExpanded = true;
179
180
  const overlay = (this.overlay = await this.createOverlay(event));
180
- // Add logic to scroll selected item into view before presenting
181
- const scrollSelectedIntoView = () => {
181
+ overlay.onDidDismiss().then(() => {
182
+ this.overlay = undefined;
183
+ this.isExpanded = false;
184
+ this.ionDismiss.emit();
185
+ this.setFocus();
186
+ });
187
+ await overlay.present();
188
+ // focus selected option for popovers and modals
189
+ if (this.interface === 'popover' || this.interface === 'modal') {
182
190
  const indexOfSelected = this.childOpts.findIndex((o) => o.value === this.value);
183
191
  if (indexOfSelected > -1) {
184
192
  const selectedItem = overlay.querySelector(`.select-interface-option:nth-child(${indexOfSelected + 1})`);
@@ -196,7 +204,6 @@ const Select = /*@__PURE__*/ proxyCustomElement(class Select extends HTMLElement
196
204
  */
197
205
  const interactiveEl = selectedItem.querySelector('ion-radio, ion-checkbox');
198
206
  if (interactiveEl) {
199
- selectedItem.scrollIntoView({ block: 'nearest' });
200
207
  // Needs to be called before `focusVisibleElement` to prevent issue with focus event bubbling
201
208
  // and removing `ion-focused` style
202
209
  interactiveEl.setFocus();
@@ -220,40 +227,7 @@ const Select = /*@__PURE__*/ proxyCustomElement(class Select extends HTMLElement
220
227
  focusVisibleElement(firstEnabledOption.closest('ion-item'));
221
228
  }
222
229
  }
223
- };
224
- // For modals and popovers, we can scroll before they're visible
225
- if (this.interface === 'modal') {
226
- overlay.addEventListener('ionModalWillPresent', scrollSelectedIntoView, { once: true });
227
- }
228
- else if (this.interface === 'popover') {
229
- overlay.addEventListener('ionPopoverWillPresent', scrollSelectedIntoView, { once: true });
230
230
  }
231
- else {
232
- /**
233
- * For alerts and action sheets, we need to wait a frame after willPresent
234
- * because these overlays don't have their content in the DOM immediately
235
- * when willPresent fires. By waiting a frame, we ensure the content is
236
- * rendered and can be properly scrolled into view.
237
- */
238
- const scrollAfterRender = () => {
239
- requestAnimationFrame(() => {
240
- scrollSelectedIntoView();
241
- });
242
- };
243
- if (this.interface === 'alert') {
244
- overlay.addEventListener('ionAlertWillPresent', scrollAfterRender, { once: true });
245
- }
246
- else if (this.interface === 'action-sheet') {
247
- overlay.addEventListener('ionActionSheetWillPresent', scrollAfterRender, { once: true });
248
- }
249
- }
250
- overlay.onDidDismiss().then(() => {
251
- this.overlay = undefined;
252
- this.isExpanded = false;
253
- this.ionDismiss.emit();
254
- this.setFocus();
255
- });
256
- await overlay.present();
257
231
  return overlay;
258
232
  }
259
233
  createOverlay(ev) {
@@ -633,8 +607,8 @@ const Select = /*@__PURE__*/ proxyCustomElement(class Select extends HTMLElement
633
607
  return renderedLabel;
634
608
  }
635
609
  renderListbox() {
636
- const { disabled, inputId, isExpanded } = this;
637
- return (h("button", { disabled: disabled, id: inputId, "aria-label": this.ariaLabel, "aria-haspopup": "dialog", "aria-expanded": `${isExpanded}`, onFocus: this.onFocus, onBlur: this.onBlur, ref: (focusEl) => (this.focusEl = focusEl) }));
610
+ const { disabled, inputId, isExpanded, required } = this;
611
+ return (h("button", { disabled: disabled, id: inputId, "aria-label": this.ariaLabel, "aria-haspopup": "dialog", "aria-expanded": `${isExpanded}`, "aria-required": `${required}`, onFocus: this.onFocus, onBlur: this.onBlur, ref: (focusEl) => (this.focusEl = focusEl) }));
638
612
  }
639
613
  render() {
640
614
  const { disabled, el, isExpanded, expandedIcon, labelPlacement, justify, placeholder, fill, shape, name, value } = this;
@@ -665,7 +639,7 @@ const Select = /*@__PURE__*/ proxyCustomElement(class Select extends HTMLElement
665
639
  * TODO(FW-5592): Remove hasStartEndSlots condition
666
640
  */
667
641
  const labelShouldFloat = labelPlacement === 'stacked' || (labelPlacement === 'floating' && (hasValue || isExpanded || hasStartEndSlots));
668
- return (h(Host, { key: 'b2dca9ae25d88e4d9fdb55003041a66be5668fcf', onClick: this.onClick, class: createColorClasses(this.color, {
642
+ return (h(Host, { key: '457f1130a291ff1f6fdb8a112f6c32b53efdad7a', onClick: this.onClick, class: createColorClasses(this.color, {
669
643
  [mode]: true,
670
644
  'in-item': inItem,
671
645
  'in-item-color': hostContext('ion-item.ion-color', el),
@@ -681,7 +655,7 @@ const Select = /*@__PURE__*/ proxyCustomElement(class Select extends HTMLElement
681
655
  [`select-justify-${justify}`]: justifyEnabled,
682
656
  [`select-shape-${shape}`]: shape !== undefined,
683
657
  [`select-label-placement-${labelPlacement}`]: true,
684
- }) }, h("label", { key: 'c22fe9aee8cd448223497ef143e89529fcef8af6', class: "select-wrapper", id: "select-label" }, this.renderLabelContainer(), h("div", { key: '601972df4579f4fa6a9c2c12865593e807decb72', class: "select-wrapper-inner" }, h("slot", { key: '5f7b1261862f74b978b26f026533e3fd1cc666ba', name: "start" }), h("div", { key: '39616da89f4b4b78432f6da85116a7de2ca589e7', class: "native-wrapper", ref: (el) => (this.nativeWrapperEl = el), part: "container" }, this.renderSelectText(), this.renderListbox()), h("slot", { key: '1d7b3601b73af7c05b3627cfc8e5147ea379bb03', name: "end" }), !hasFloatingOrStackedLabel && this.renderSelectIcon()), hasFloatingOrStackedLabel && this.renderSelectIcon(), shouldRenderHighlight && h("div", { key: 'b0344f0ac15003e22fee66d3d7ed03a07da7e8b7', class: "select-highlight" }))));
658
+ }) }, h("label", { key: '4a66b0da8142d5e83f061308ccaece0737bc1d30', class: "select-wrapper", id: "select-label" }, this.renderLabelContainer(), h("div", { key: '62c964f75bca42d8ec0d5026b701b0848c14f701', class: "select-wrapper-inner" }, h("slot", { key: '1c59f789706d5308763465c6bbca218e14774c81', name: "start" }), h("div", { key: '22dc110d2fe3215bc23867eb1453192d2aed547e', class: "native-wrapper", ref: (el) => (this.nativeWrapperEl = el), part: "container" }, this.renderSelectText(), this.renderListbox()), h("slot", { key: '13e05653f277726ea4cd1c48318c182bd106e69b', name: "end" }), !hasFloatingOrStackedLabel && this.renderSelectIcon()), hasFloatingOrStackedLabel && this.renderSelectIcon(), shouldRenderHighlight && h("div", { key: 'eab497a5e69bb956884bd0522c1503f654651226', class: "select-highlight" }))));
685
659
  }
686
660
  get el() { return this; }
687
661
  static get watchers() { return {
@@ -714,6 +688,7 @@ const Select = /*@__PURE__*/ proxyCustomElement(class Select extends HTMLElement
714
688
  "expandedIcon": [1, "expanded-icon"],
715
689
  "shape": [1],
716
690
  "value": [1032],
691
+ "required": [4],
717
692
  "isExpanded": [32],
718
693
  "open": [64]
719
694
  }, undefined, {
@@ -32,11 +32,11 @@ const SkeletonText = /*@__PURE__*/ proxyCustomElement(class SkeletonText extends
32
32
  const animated = this.animated && config.getBoolean('animated', true);
33
33
  const inMedia = hostContext('ion-avatar', this.el) || hostContext('ion-thumbnail', this.el);
34
34
  const mode = getIonMode(this);
35
- return (h(Host, { key: 'fdfabf9364caf507450239b62be24f08873bd650', class: {
35
+ return (h(Host, { key: 'c193f9a8e8efab5139544f047bdae4b6d421aa86', class: {
36
36
  [mode]: true,
37
37
  'skeleton-text-animated': animated,
38
38
  'in-media': inMedia,
39
- } }, h("span", { key: '3482c88dcc177547185ce87972afa064a542367d' }, "\u00A0")));
39
+ } }, h("span", { key: 'e15db679bd3c359b4df5123efd2f92e5b380fde3' }, "\u00A0")));
40
40
  }
41
41
  get el() { return this; }
42
42
  static get style() { return IonSkeletonTextStyle0; }
@@ -129,12 +129,12 @@ const SplitPane = /*@__PURE__*/ proxyCustomElement(class SplitPane extends HTMLE
129
129
  }
130
130
  render() {
131
131
  const mode = getIonMode(this);
132
- return (h(Host, { key: '1ca0b0299d03605bb358112ca56cbafbe58f00f5', class: {
132
+ return (h(Host, { key: '76be70d7fbebc52646a5851f47accc1006615b85', class: {
133
133
  [mode]: true,
134
134
  // Used internally for styling
135
135
  [`split-pane-${mode}`]: true,
136
136
  'split-pane-visible': this.visible,
137
- } }, h("slot", { key: 'abe231361727ae7fc63edd592a4490caac1909fb' })));
137
+ } }, h("slot", { key: '9a859530f4fb18aff43255bc3940feb9aca625d7' })));
138
138
  }
139
139
  get el() { return this; }
140
140
  static get watchers() { return {
@@ -60,11 +60,11 @@ const TabBar = /*@__PURE__*/ proxyCustomElement(class TabBar extends HTMLElement
60
60
  const { color, translucent, keyboardVisible } = this;
61
61
  const mode = getIonMode(this);
62
62
  const shouldHide = keyboardVisible && this.el.getAttribute('slot') !== 'top';
63
- return (h(Host, { key: 'a87fd2ea5df053705a37ea7ffec043e75c4a9907', role: "tablist", "aria-hidden": shouldHide ? 'true' : null, class: createColorClasses(color, {
63
+ return (h(Host, { key: '62303a7f9d8c98ffab51a5900c144c5117b9c543', role: "tablist", "aria-hidden": shouldHide ? 'true' : null, class: createColorClasses(color, {
64
64
  [mode]: true,
65
65
  'tab-bar-translucent': translucent,
66
66
  'tab-bar-hidden': shouldHide,
67
- }) }, h("slot", { key: '81a6223299b6cab29d7ddced590e9152e2b3ded0' })));
67
+ }) }, h("slot", { key: '5771a9828f748c2bd6b5e26758b9723c6b3de5ff' })));
68
68
  }
69
69
  get el() { return this; }
70
70
  static get watchers() { return {
@@ -76,7 +76,7 @@ const TabButton = /*@__PURE__*/ proxyCustomElement(class TabButton extends HTMLE
76
76
  rel,
77
77
  target,
78
78
  };
79
- return (h(Host, { key: '5976c45943ea7ea8e7c1a85fc9996de421439f08', onClick: this.onClick, onKeyup: this.onKeyUp, id: tab !== undefined ? `tab-button-${tab}` : null, class: {
79
+ return (h(Host, { key: 'a86d441d8df350fe991f2f948fc6b6ad007728f7', onClick: this.onClick, onKeyup: this.onKeyUp, id: tab !== undefined ? `tab-button-${tab}` : null, class: {
80
80
  [mode]: true,
81
81
  'tab-selected': selected,
82
82
  'tab-disabled': disabled,
@@ -88,7 +88,7 @@ const TabButton = /*@__PURE__*/ proxyCustomElement(class TabButton extends HTMLE
88
88
  'ion-activatable': true,
89
89
  'ion-selectable': true,
90
90
  'ion-focusable': true,
91
- } }, h("a", Object.assign({ key: '1db09d861b67ff292018fb4b0dc7b85bd4677eb8' }, attrs, { class: "button-native", part: "native", role: "tab", "aria-selected": selected ? 'true' : null, "aria-disabled": disabled ? 'true' : null, tabindex: disabled ? '-1' : undefined }, inheritedAttributes), h("span", { key: '4381eafcb27e8c7bb0d86d4f115ceb0caf03b9b4', class: "button-inner" }, h("slot", { key: '1981135f6fbb88376c1bd923c55c70fe8b5c5159' })), mode === 'md' && h("ion-ripple-effect", { key: '0509bc7155d055d1ed710600e9cf4df135881491', type: "unbounded" }))));
91
+ } }, h("a", Object.assign({ key: '8dfe1ccff2cf21601c5aea7f7f877c0fbe384e09' }, attrs, { class: "button-native", part: "native", role: "tab", "aria-selected": selected ? 'true' : null, "aria-disabled": disabled ? 'true' : null, tabindex: disabled ? '-1' : undefined }, inheritedAttributes), h("span", { key: '3f557cf6e96e22b9318b4aee19ede810eb7fb720', class: "button-inner" }, h("slot", { key: '836dd090dbe3c2ea97dc263fca7d01dea6ea0eb6' })), mode === 'md' && h("ion-ripple-effect", { key: '488a924fd04602c1b23e03d1a4c84dfa0f2ca03d', type: "unbounded" }))));
92
92
  }
93
93
  get el() { return this; }
94
94
  static get style() { return {
@@ -55,10 +55,10 @@ const Tab = /*@__PURE__*/ proxyCustomElement(class Tab extends HTMLElement {
55
55
  }
56
56
  render() {
57
57
  const { tab, active, component } = this;
58
- return (h(Host, { key: 'cb75d0877979b3b8df8f7e1952bfa9677da1eaa5', role: "tabpanel", "aria-hidden": !active ? 'true' : null, "aria-labelledby": `tab-button-${tab}`, class: {
58
+ return (h(Host, { key: '2107ece2f1ebdf748bac8adb78a9ad67e7fc9057', role: "tabpanel", "aria-hidden": !active ? 'true' : null, "aria-labelledby": `tab-button-${tab}`, class: {
59
59
  'ion-page': component === undefined,
60
60
  'tab-hidden': !active,
61
- } }, h("slot", { key: '37fbb7b7a6b03eb93b1dacd2dc1025b78eb2aa6b' })));
61
+ } }, h("slot", { key: 'b4a1bc1aa79f6b82b8f77b544bcb74e65229b541' })));
62
62
  }
63
63
  get el() { return this; }
64
64
  static get watchers() { return {
@@ -150,7 +150,7 @@ const Tabs = /*@__PURE__*/ proxyCustomElement(class Tabs extends HTMLElement {
150
150
  return Array.from(this.el.querySelectorAll('ion-tab'));
151
151
  }
152
152
  render() {
153
- return (h(Host, { key: 'e01ccf6bfaccad094515be50e407399c733fc226', onIonTabButtonClick: this.onTabClicked }, h("slot", { key: '38d2d01dbfd8a08f01e6f0e27274b21d75424e37', name: "top" }), h("div", { key: '7e894f0f423e2d43e1c68daff5f9f6c442fad237', class: "tabs-inner" }, h("slot", { key: 'df16be529a0370a26d0adf850530b31607507c23' })), h("slot", { key: '44642e1cb24c3281c43db75fd69a32fe0defe40a', name: "bottom" })));
153
+ return (h(Host, { key: 'd357c4607cfc89fb88404fe12ea7ef5b397fe6bf', onIonTabButtonClick: this.onTabClicked }, h("slot", { key: '18661896589a4ab3c74164f448b928abec9b4db0', name: "top" }), h("div", { key: '3bf30ea2540a196e868a78a861824b4b5d933afd', class: "tabs-inner" }, h("slot", { key: '7cfc154d4d6c1642188ab6508a6be72c8234585e' })), h("slot", { key: '8057679c959195cbdfae156b8ae0cbfd978c5037', name: "bottom" })));
154
154
  }
155
155
  get el() { return this; }
156
156
  static get style() { return IonTabsStyle0; }
@@ -17,9 +17,9 @@ const Text = /*@__PURE__*/ proxyCustomElement(class Text extends HTMLElement {
17
17
  }
18
18
  render() {
19
19
  const mode = getIonMode(this);
20
- return (h(Host, { key: 'e134d70c04344b708a2ecf6253722781ad2ca826', class: createColorClasses(this.color, {
20
+ return (h(Host, { key: '0c2546ea3f24b0a6bfd606199441d0a4edfa4ca1', class: createColorClasses(this.color, {
21
21
  [mode]: true,
22
- }) }, h("slot", { key: 'da79c760f7ebbcd007ce110439f05a62cb22eac8' })));
22
+ }) }, h("slot", { key: 'b7623ccb06f9461090a1f33e9f85886c7a4d5eff' })));
23
23
  }
24
24
  static get style() { return IonTextStyle0; }
25
25
  }, [1, "ion-text", {
@@ -379,7 +379,7 @@ const Textarea = /*@__PURE__*/ proxyCustomElement(class Textarea extends HTMLEle
379
379
  * TODO(FW-5592): Remove hasStartEndSlots condition
380
380
  */
381
381
  const labelShouldFloat = labelPlacement === 'stacked' || (labelPlacement === 'floating' && (hasValue || hasFocus || hasStartEndSlots));
382
- return (h(Host, { key: 'd6e25c83d8eab8cb1a5b6ab411c9a13847f69f8d', class: createColorClasses(this.color, {
382
+ return (h(Host, { key: 'c0dabc66193c41188c817799e45b36abbf097ba1', class: createColorClasses(this.color, {
383
383
  [mode]: true,
384
384
  'has-value': hasValue,
385
385
  'has-focus': hasFocus,
@@ -388,7 +388,7 @@ const Textarea = /*@__PURE__*/ proxyCustomElement(class Textarea extends HTMLEle
388
388
  [`textarea-shape-${shape}`]: shape !== undefined,
389
389
  [`textarea-label-placement-${labelPlacement}`]: true,
390
390
  'textarea-disabled': disabled,
391
- }) }, h("label", { key: 'f840a5be2b776a4b9c18c6da24e0b7d3d4838fee', class: "textarea-wrapper", htmlFor: inputId }, this.renderLabelContainer(), h("div", { key: '979461fc0d4684926d79d75759c63c6867b7622b', class: "textarea-wrapper-inner" }, h("div", { key: '88f0d5d4bac29597cc2588e5b2ed72fb4fbe153d', class: "start-slot-wrapper" }, h("slot", { key: '21dcca0e59c1260e3d0d1e126c1c590de15c4bad', name: "start" })), h("div", { key: '3c48a4bb3d763a389d3429123e7c110064b9b8d4', class: "native-wrapper", ref: (el) => (this.textareaWrapper = el) }, h("textarea", Object.assign({ key: '1550599ad15b3f215c104c014e90711f073ace8b', class: "native-textarea", ref: (el) => (this.nativeInput = el), id: inputId, disabled: disabled, autoCapitalize: this.autocapitalize, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, minLength: this.minlength, maxLength: this.maxlength, name: this.name, placeholder: this.placeholder || '', readOnly: this.readonly, required: this.required, spellcheck: this.spellcheck, cols: this.cols, rows: this.rows, wrap: this.wrap, onInput: this.onInput, onChange: this.onChange, onBlur: this.onBlur, onFocus: this.onFocus, onKeyDown: this.onKeyDown, "aria-describedby": this.getHintTextID(), "aria-invalid": this.getHintTextID() === this.errorTextId }, this.inheritedAttributes), value)), h("div", { key: '4f01ab4d2994a6de6f49eb9ed2e310d00daf21b2', class: "end-slot-wrapper" }, h("slot", { key: '501e288b6807e039972bb4f0b63906114255518a', name: "end" }))), shouldRenderHighlight && h("div", { key: 'd3008eed34494aa9f8e98a28eac3b465dc4c2bd0', class: "textarea-highlight" })), this.renderBottomContent()));
391
+ }) }, h("label", { key: 'dce1ce6794b914975d93f16f4e1a5721a5f3fc73', class: "textarea-wrapper", htmlFor: inputId }, this.renderLabelContainer(), h("div", { key: '361ce31a9a22d8d87fb2bbd134fda3d6c66ba0fe', class: "textarea-wrapper-inner" }, h("div", { key: 'e7a7e439d0e723c029951f9ee67adba1694b33d2', class: "start-slot-wrapper" }, h("slot", { key: 'efe797a88b0c2d6067217f7b32fea7526beed90f', name: "start" })), h("div", { key: '21375f64876bc68e25d2de13299a9f3acde2c370', class: "native-wrapper", ref: (el) => (this.textareaWrapper = el) }, h("textarea", Object.assign({ key: '3771fc6c31a61f7d9ba41f69fa12987aa2ec0c61', class: "native-textarea", ref: (el) => (this.nativeInput = el), id: inputId, disabled: disabled, autoCapitalize: this.autocapitalize, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, minLength: this.minlength, maxLength: this.maxlength, name: this.name, placeholder: this.placeholder || '', readOnly: this.readonly, required: this.required, spellcheck: this.spellcheck, cols: this.cols, rows: this.rows, wrap: this.wrap, onInput: this.onInput, onChange: this.onChange, onBlur: this.onBlur, onFocus: this.onFocus, onKeyDown: this.onKeyDown, "aria-describedby": this.getHintTextID(), "aria-invalid": this.getHintTextID() === this.errorTextId }, this.inheritedAttributes), value)), h("div", { key: 'd81dfd5d6947c3b4ee1bff367080419b9e3ed81c', class: "end-slot-wrapper" }, h("slot", { key: '2b6ab3f6bb66652e6b31ad11bc849bd386014721', name: "end" }))), shouldRenderHighlight && h("div", { key: 'd37ad4cc35eb7fef873ab41ee164165d18703919', class: "textarea-highlight" })), this.renderBottomContent()));
392
392
  }
393
393
  get el() { return this; }
394
394
  static get watchers() { return {
@@ -14,7 +14,7 @@ const Thumbnail = /*@__PURE__*/ proxyCustomElement(class Thumbnail extends HTMLE
14
14
  this.__attachShadow();
15
15
  }
16
16
  render() {
17
- return (h(Host, { key: 'cfa9aeb1d4fd624a9732c5230d29dd887e4b7771', class: getIonMode(this) }, h("slot", { key: '29bc6e64063cba44e2643228df54394883933918' })));
17
+ return (h(Host, { key: '7f5fd6c056da2d82feb2c3c33f3e6dec898787f5', class: getIonMode(this) }, h("slot", { key: 'd15fd2b6cdc03777edc1930be95ad838e1b376c8' })));
18
18
  }
19
19
  static get style() { return IonThumbnailStyle0; }
20
20
  }, [1, "ion-thumbnail"]);
@@ -831,9 +831,9 @@ const Toast = /*@__PURE__*/ proxyCustomElement(class Toast extends HTMLElement {
831
831
  if (layout === 'stacked' && startButtons.length > 0 && endButtons.length > 0) {
832
832
  printIonWarning('This toast is using start and end buttons with the stacked toast layout. We recommend following the best practice of using either start or end buttons with the stacked toast layout.', el);
833
833
  }
834
- return (h(Host, Object.assign({ key: 'c05655ff06af8d0e48c2a85396b07ad942fa81b4', tabindex: "-1" }, this.htmlAttributes, { style: {
834
+ return (h(Host, Object.assign({ key: '34036afc0701173d51c9c11ea4a2e1d65685ba41', tabindex: "-1" }, this.htmlAttributes, { style: {
835
835
  zIndex: `${60000 + this.overlayIndex}`,
836
- }, class: createColorClasses(this.color, Object.assign(Object.assign({ [mode]: true }, getClassMap(this.cssClass)), { 'overlay-hidden': true, 'toast-translucent': this.translucent })), onIonToastWillDismiss: this.dispatchCancelHandler }), h("div", { key: '9393ead4de1bf28529661d6f64049d34e18d725c', class: wrapperClass }, h("div", { key: '3e9dd73c17c337849c3f26e8d0f395b3e5ee20a7', class: "toast-container", part: "container" }, this.renderButtons(startButtons, 'start'), this.icon !== undefined && (h("ion-icon", { key: '5d15b18364301ad55e44e9f601014ac33181590b', class: "toast-icon", part: "icon", icon: this.icon, lazy: false, "aria-hidden": "true" })), h("div", { key: 'f6dd164502637a882c5caf18445d8509b85ad6f9', class: "toast-content", role: "status", "aria-atomic": "true", "aria-live": "polite" }, !revealContentToScreenReader && header !== undefined && this.renderHeader('oldHeader', 'true'), !revealContentToScreenReader && message !== undefined && this.renderToastMessage('oldMessage', 'true'), revealContentToScreenReader && header !== undefined && this.renderHeader('header'), revealContentToScreenReader && message !== undefined && this.renderToastMessage('header')), this.renderButtons(endButtons, 'end')))));
836
+ }, class: createColorClasses(this.color, Object.assign(Object.assign({ [mode]: true }, getClassMap(this.cssClass)), { 'overlay-hidden': true, 'toast-translucent': this.translucent })), onIonToastWillDismiss: this.dispatchCancelHandler }), h("div", { key: 'd927e43957f47888ce4e64f1e99c935d55757af7', class: wrapperClass }, h("div", { key: 'ca43bc42478181acdf8cdea6601a85fa95d12216', class: "toast-container", part: "container" }, this.renderButtons(startButtons, 'start'), this.icon !== undefined && (h("ion-icon", { key: 'fdd6fb8f6e947ed002bd2e63fdc8ec7e764f4a7d', class: "toast-icon", part: "icon", icon: this.icon, lazy: false, "aria-hidden": "true" })), h("div", { key: '37c16c81ee3e4304379dfbcabdffe73db73e4653', class: "toast-content", role: "status", "aria-atomic": "true", "aria-live": "polite" }, !revealContentToScreenReader && header !== undefined && this.renderHeader('oldHeader', 'true'), !revealContentToScreenReader && message !== undefined && this.renderToastMessage('oldMessage', 'true'), revealContentToScreenReader && header !== undefined && this.renderHeader('header'), revealContentToScreenReader && message !== undefined && this.renderToastMessage('header')), this.renderButtons(endButtons, 'end')))));
837
837
  }
838
838
  get el() { return this; }
839
839
  static get watchers() { return {
@@ -75,6 +75,7 @@ const Toggle = /*@__PURE__*/ proxyCustomElement(class Toggle extends HTMLElement
75
75
  this.labelPlacement = 'start';
76
76
  this.justify = undefined;
77
77
  this.alignment = undefined;
78
+ this.required = false;
78
79
  }
79
80
  disabledChanged() {
80
81
  if (this.gesture) {
@@ -156,12 +157,12 @@ const Toggle = /*@__PURE__*/ proxyCustomElement(class Toggle extends HTMLElement
156
157
  return this.el.textContent !== '';
157
158
  }
158
159
  render() {
159
- const { activated, color, checked, disabled, el, justify, labelPlacement, inputId, name, alignment } = this;
160
+ const { activated, color, checked, disabled, el, justify, labelPlacement, inputId, name, alignment, required } = this;
160
161
  const mode = getIonMode(this);
161
162
  const value = this.getValue();
162
163
  const rtl = isRTL(el) ? 'rtl' : 'ltr';
163
164
  renderHiddenInput(true, el, name, checked ? value : '', disabled);
164
- return (h(Host, { key: 'f52195ec3bc14c024647cb41319c32a4cd330e19', onClick: this.onClick, class: createColorClasses(color, {
165
+ return (h(Host, { key: '381632cf12ef5d27d729e0d59efcb14efad12a51', onClick: this.onClick, class: createColorClasses(color, {
165
166
  [mode]: true,
166
167
  'in-item': hostContext('ion-item', el),
167
168
  'toggle-activated': activated,
@@ -171,10 +172,10 @@ const Toggle = /*@__PURE__*/ proxyCustomElement(class Toggle extends HTMLElement
171
172
  [`toggle-alignment-${alignment}`]: alignment !== undefined,
172
173
  [`toggle-label-placement-${labelPlacement}`]: true,
173
174
  [`toggle-${rtl}`]: true,
174
- }) }, h("label", { key: 'f8b3a215ad85b2cee611ad63449b584e1640f27f', class: "toggle-wrapper" }, h("input", Object.assign({ key: 'f387b1ea840737a9737917e516834c887be99c09', type: "checkbox", role: "switch", "aria-checked": `${checked}`, checked: checked, disabled: disabled, id: inputId, onFocus: () => this.onFocus(), onBlur: () => this.onBlur(), ref: (focusEl) => (this.focusEl = focusEl) }, this.inheritedAttributes)), h("div", { key: '936af880db59fe377cd2de9101eb28a1c4fb8914', class: {
175
+ }) }, h("label", { key: '73f2bd13ccfc4a1efc68781155f603e665be3d7e', class: "toggle-wrapper" }, h("input", Object.assign({ key: '0c4b7663ddbf3b1ce94b5fd4c7c21e51db907d71', type: "checkbox", role: "switch", "aria-checked": `${checked}`, checked: checked, disabled: disabled, id: inputId, onFocus: () => this.onFocus(), onBlur: () => this.onBlur(), ref: (focusEl) => (this.focusEl = focusEl), required: required }, this.inheritedAttributes)), h("div", { key: 'ef1e73bee832bf9ab58d1e47eb037c50b609c0ee', class: {
175
176
  'label-text-wrapper': true,
176
177
  'label-text-wrapper-hidden': !this.hasLabel,
177
- }, part: "label" }, h("slot", { key: '80a6672e2e792c15011a9496dcd75363cdba31c6' })), h("div", { key: '2b2b318b38ab27b194c0dab4cecd77d9d780f2ca', class: "native-wrapper" }, this.renderToggleControl()))));
178
+ }, part: "label" }, h("slot", { key: '67b7e20dc96503cb76dd5e31c5579752de465dcc' })), h("div", { key: '17f89960bcc3302ef8e0c0d4e10513241744e232', class: "native-wrapper" }, this.renderToggleControl()))));
178
179
  }
179
180
  get el() { return this; }
180
181
  static get watchers() { return {
@@ -194,6 +195,7 @@ const Toggle = /*@__PURE__*/ proxyCustomElement(class Toggle extends HTMLElement
194
195
  "labelPlacement": [1, "label-placement"],
195
196
  "justify": [1],
196
197
  "alignment": [1],
198
+ "required": [4],
197
199
  "activated": [32]
198
200
  }, undefined, {
199
201
  "disabled": ["disabledChanged"]
@@ -63,13 +63,13 @@ const Label = /*@__PURE__*/ proxyCustomElement(class Label extends HTMLElement {
63
63
  render() {
64
64
  const position = this.position;
65
65
  const mode = getIonMode(this);
66
- return (h(Host, { key: '6353a70565ef6fbbbf4042b000e536c61bcf99a9', class: createColorClasses(this.color, {
66
+ return (h(Host, { key: '4da84c95351a74b547f8224ecfa66924d21398c5', class: createColorClasses(this.color, {
67
67
  [mode]: true,
68
68
  'in-item-color': hostContext('ion-item.ion-color', this.el),
69
69
  [`label-${position}`]: position !== undefined,
70
70
  [`label-no-animate`]: this.noAnimate,
71
71
  'label-rtl': document.dir === 'rtl',
72
- }) }, h("slot", { key: '6ef9c2758c0168442aa84941af0a6cec1ef1ec21' })));
72
+ }) }, h("slot", { key: 'ea158ebb620275e5492965234d0ab925d391f919' })));
73
73
  }
74
74
  get el() { return this; }
75
75
  static get watchers() { return {
@@ -22,10 +22,10 @@ const ListHeader = /*@__PURE__*/ proxyCustomElement(class ListHeader extends HTM
22
22
  render() {
23
23
  const { lines } = this;
24
24
  const mode = getIonMode(this);
25
- return (h(Host, { key: 'fb78bd8601cbd7b90ec84a96e0c8325be1132b1e', class: createColorClasses(this.color, {
25
+ return (h(Host, { key: '95ce2135e2b1ad4d7d6020b0fb9bc6e02b3c0851', class: createColorClasses(this.color, {
26
26
  [mode]: true,
27
27
  [`list-header-lines-${lines}`]: lines !== undefined,
28
- }) }, h("div", { key: '2580ad49f3a54973e15f14d645a1e55a6fa066ac', class: "list-header-inner" }, h("slot", { key: '677b2e2ec8eeb3ae6ad329e86c76451cf3ae6c2f' }))));
28
+ }) }, h("div", { key: '3065b0a094bc31a90518898a5126a813c8a33816', class: "list-header-inner" }, h("slot", { key: 'fe15c87d7867f3e5d8185645c49c0228496697b8' }))));
29
29
  }
30
30
  static get style() { return {
31
31
  ios: IonListHeaderIosStyle0,