@ionic/core 8.4.4-dev.11740685209.1c1ac2bf → 8.4.4-dev.11741027468.1f4941f2

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 (459) hide show
  1. package/components/helpers.js +11 -1
  2. package/components/index9.js +1 -1
  3. package/components/ion-item-divider.js +2 -2
  4. package/components/ion-item-group.js +1 -1
  5. package/components/ion-item-option.js +2 -2
  6. package/components/ion-item-options.js +1 -1
  7. package/components/ion-item-sliding.js +1 -1
  8. package/components/ion-loading.js +2 -2
  9. package/components/ion-menu-button.js +2 -2
  10. package/components/ion-menu-toggle.js +2 -2
  11. package/components/ion-menu.js +2 -2
  12. package/components/ion-nav-link.js +1 -1
  13. package/components/ion-nav.js +1 -1
  14. package/components/ion-note.js +2 -2
  15. package/components/ion-picker-legacy.js +2 -2
  16. package/components/ion-progress-bar.js +1 -1
  17. package/components/ion-range.js +3 -3
  18. package/components/ion-refresher-content.js +1 -1
  19. package/components/ion-refresher.js +1 -1
  20. package/components/ion-reorder-group.js +1 -1
  21. package/components/ion-reorder.js +1 -1
  22. package/components/ion-router-link.js +2 -2
  23. package/components/ion-router-outlet.js +1 -1
  24. package/components/ion-row.js +1 -1
  25. package/components/ion-searchbar.js +4 -4
  26. package/components/ion-segment-button.js +40 -9
  27. package/components/ion-segment-content.js +1 -1
  28. package/components/ion-segment-view.js +2 -2
  29. package/components/ion-segment.js +2 -2
  30. package/components/ion-select-option.js +1 -1
  31. package/components/ion-select.js +39 -12
  32. package/components/ion-skeleton-text.js +2 -2
  33. package/components/ion-split-pane.js +2 -2
  34. package/components/ion-tab-bar.js +2 -2
  35. package/components/ion-tab-button.js +2 -2
  36. package/components/ion-tab.js +2 -2
  37. package/components/ion-tabs.js +1 -1
  38. package/components/ion-text.js +2 -2
  39. package/components/ion-textarea.js +2 -2
  40. package/components/ion-thumbnail.js +1 -1
  41. package/components/ion-toast.js +2 -2
  42. package/components/ion-toggle.js +3 -3
  43. package/components/label.js +2 -2
  44. package/components/list-header.js +2 -2
  45. package/components/modal.js +4 -4
  46. package/components/picker-column-option.js +2 -2
  47. package/components/picker-column2.js +2 -2
  48. package/components/popover.js +2 -2
  49. package/components/radio-group.js +2 -39
  50. package/components/radio.js +3 -3
  51. package/components/ripple-effect.js +1 -1
  52. package/components/select-modal.js +1 -1
  53. package/components/select-popover.js +1 -1
  54. package/components/spinner.js +1 -1
  55. package/components/title.js +2 -2
  56. package/components/toolbar.js +2 -2
  57. package/dist/cjs/{framework-delegate-55f5683a.js → framework-delegate-05579976.js} +1 -1
  58. package/dist/cjs/{helpers-afaa9001.js → helpers-4be3f90d.js} +11 -0
  59. package/dist/cjs/{index-3652c918.js → index-0ff61d0b.js} +1 -1
  60. package/dist/cjs/{index-e975c92b.js → index-26bb7e42.js} +3 -3
  61. package/dist/cjs/{index-0d762bba.js → index-6770fc00.js} +1 -1
  62. package/dist/cjs/{index-9509ecad.js → index-ad7a712e.js} +1 -1
  63. package/dist/cjs/index.cjs.js +7 -7
  64. package/dist/cjs/{input-shims-cd05268a.js → input-shims-fd997b01.js} +2 -2
  65. package/dist/cjs/{input.utils-ffb2f81b.js → input.utils-c15a1814.js} +1 -1
  66. package/dist/cjs/ion-accordion_2.cjs.entry.js +1 -1
  67. package/dist/cjs/ion-action-sheet.cjs.entry.js +3 -3
  68. package/dist/cjs/ion-alert.cjs.entry.js +3 -3
  69. package/dist/cjs/ion-app_8.cjs.entry.js +13 -13
  70. package/dist/cjs/ion-avatar_3.cjs.entry.js +1 -1
  71. package/dist/cjs/ion-back-button.cjs.entry.js +1 -1
  72. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +1 -1
  73. package/dist/cjs/ion-button_2.cjs.entry.js +1 -1
  74. package/dist/cjs/ion-card_5.cjs.entry.js +1 -1
  75. package/dist/cjs/ion-checkbox.cjs.entry.js +1 -1
  76. package/dist/cjs/ion-col_3.cjs.entry.js +1 -1
  77. package/dist/cjs/ion-datetime-button.cjs.entry.js +1 -1
  78. package/dist/cjs/ion-datetime_3.cjs.entry.js +7 -7
  79. package/dist/cjs/ion-fab_3.cjs.entry.js +1 -1
  80. package/dist/cjs/ion-img.cjs.entry.js +1 -1
  81. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +2 -2
  82. package/dist/cjs/ion-input.cjs.entry.js +3 -3
  83. package/dist/cjs/ion-item-option_3.cjs.entry.js +6 -6
  84. package/dist/cjs/ion-item_8.cjs.entry.js +12 -12
  85. package/dist/cjs/ion-loading.cjs.entry.js +5 -5
  86. package/dist/cjs/ion-menu_3.cjs.entry.js +10 -10
  87. package/dist/cjs/ion-modal.cjs.entry.js +9 -9
  88. package/dist/cjs/ion-nav_2.cjs.entry.js +6 -6
  89. package/dist/cjs/ion-picker-column-option.cjs.entry.js +3 -3
  90. package/dist/cjs/ion-picker-column.cjs.entry.js +1 -1
  91. package/dist/cjs/ion-picker.cjs.entry.js +1 -1
  92. package/dist/cjs/ion-popover.cjs.entry.js +6 -6
  93. package/dist/cjs/ion-progress-bar.cjs.entry.js +2 -2
  94. package/dist/cjs/ion-radio_2.cjs.entry.js +5 -40
  95. package/dist/cjs/ion-range.cjs.entry.js +5 -5
  96. package/dist/cjs/ion-refresher_2.cjs.entry.js +4 -4
  97. package/dist/cjs/ion-reorder_2.cjs.entry.js +4 -4
  98. package/dist/cjs/ion-ripple-effect.cjs.entry.js +1 -1
  99. package/dist/cjs/ion-route_4.cjs.entry.js +3 -3
  100. package/dist/cjs/ion-searchbar.cjs.entry.js +5 -5
  101. package/dist/cjs/ion-segment-content.cjs.entry.js +1 -1
  102. package/dist/cjs/ion-segment-view.cjs.entry.js +2 -2
  103. package/dist/cjs/ion-segment_2.cjs.entry.js +42 -11
  104. package/dist/cjs/ion-select-modal.cjs.entry.js +4 -4
  105. package/dist/cjs/ion-select_3.cjs.entry.js +44 -17
  106. package/dist/cjs/ion-spinner.cjs.entry.js +1 -1
  107. package/dist/cjs/ion-split-pane.cjs.entry.js +2 -2
  108. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +5 -5
  109. package/dist/cjs/ion-tab_2.cjs.entry.js +5 -5
  110. package/dist/cjs/ion-text.cjs.entry.js +2 -2
  111. package/dist/cjs/ion-textarea.cjs.entry.js +5 -5
  112. package/dist/cjs/ion-toast.cjs.entry.js +5 -5
  113. package/dist/cjs/ion-toggle.cjs.entry.js +4 -4
  114. package/dist/cjs/ionic.cjs.js +1 -1
  115. package/dist/cjs/{ios.transition-0e664e88.js → ios.transition-a4f35c55.js} +2 -2
  116. package/dist/cjs/loader.cjs.js +1 -1
  117. package/dist/cjs/{md.transition-2e8aef2c.js → md.transition-cdf904e6.js} +2 -2
  118. package/dist/cjs/{notch-controller-d69150f5.js → notch-controller-a0c464d1.js} +1 -1
  119. package/dist/cjs/{overlays-65fdaff6.js → overlays-86695cf1.js} +2 -2
  120. package/dist/cjs/{status-tap-d74f1429.js → status-tap-1a2485c1.js} +2 -2
  121. package/dist/cjs/{swipe-back-0303a5e4.js → swipe-back-47a52b83.js} +1 -1
  122. package/dist/collection/components/item-divider/item-divider.js +2 -2
  123. package/dist/collection/components/item-group/item-group.js +1 -1
  124. package/dist/collection/components/item-option/item-option.js +2 -2
  125. package/dist/collection/components/item-options/item-options.js +1 -1
  126. package/dist/collection/components/item-sliding/item-sliding.js +1 -1
  127. package/dist/collection/components/label/label.js +2 -2
  128. package/dist/collection/components/list-header/list-header.js +2 -2
  129. package/dist/collection/components/loading/loading.js +2 -2
  130. package/dist/collection/components/menu/menu.js +2 -2
  131. package/dist/collection/components/menu-button/menu-button.js +2 -2
  132. package/dist/collection/components/menu-toggle/menu-toggle.js +2 -2
  133. package/dist/collection/components/modal/modal.js +4 -4
  134. package/dist/collection/components/nav/nav.js +1 -1
  135. package/dist/collection/components/nav-link/nav-link.js +1 -1
  136. package/dist/collection/components/note/note.js +2 -2
  137. package/dist/collection/components/picker-column-option/picker-column-option.js +2 -2
  138. package/dist/collection/components/picker-legacy/picker.js +2 -2
  139. package/dist/collection/components/picker-legacy-column/picker-column.js +2 -2
  140. package/dist/collection/components/popover/popover.js +2 -2
  141. package/dist/collection/components/progress-bar/progress-bar.js +1 -1
  142. package/dist/collection/components/radio/radio.js +3 -3
  143. package/dist/collection/components/radio-group/radio-group.js +1 -72
  144. package/dist/collection/components/range/range.js +3 -3
  145. package/dist/collection/components/refresher/refresher.js +1 -1
  146. package/dist/collection/components/refresher-content/refresher-content.js +1 -1
  147. package/dist/collection/components/reorder/reorder.js +1 -1
  148. package/dist/collection/components/reorder-group/reorder-group.js +1 -1
  149. package/dist/collection/components/ripple-effect/ripple-effect.js +1 -1
  150. package/dist/collection/components/router-link/router-link.js +2 -2
  151. package/dist/collection/components/router-outlet/router-outlet.js +1 -1
  152. package/dist/collection/components/row/row.js +1 -1
  153. package/dist/collection/components/searchbar/searchbar.js +4 -4
  154. package/dist/collection/components/segment/segment.js +2 -2
  155. package/dist/collection/components/segment-button/segment-button.js +40 -9
  156. package/dist/collection/components/segment-content/segment-content.js +1 -1
  157. package/dist/collection/components/segment-view/segment-view.js +2 -2
  158. package/dist/collection/components/select/select.js +38 -11
  159. package/dist/collection/components/select-modal/select-modal.js +1 -1
  160. package/dist/collection/components/select-option/select-option.js +1 -1
  161. package/dist/collection/components/select-popover/select-popover.js +1 -1
  162. package/dist/collection/components/skeleton-text/skeleton-text.js +2 -2
  163. package/dist/collection/components/spinner/spinner.js +1 -1
  164. package/dist/collection/components/split-pane/split-pane.js +2 -2
  165. package/dist/collection/components/tab/tab.js +2 -2
  166. package/dist/collection/components/tab-bar/tab-bar.js +2 -2
  167. package/dist/collection/components/tab-button/tab-button.js +2 -2
  168. package/dist/collection/components/tabs/tabs.js +1 -1
  169. package/dist/collection/components/text/text.js +2 -2
  170. package/dist/collection/components/textarea/textarea.js +2 -2
  171. package/dist/collection/components/thumbnail/thumbnail.js +1 -1
  172. package/dist/collection/components/title/title.js +2 -2
  173. package/dist/collection/components/toast/toast.js +2 -2
  174. package/dist/collection/components/toggle/toggle.js +3 -3
  175. package/dist/collection/components/toolbar/toolbar.js +2 -2
  176. package/dist/collection/utils/helpers.js +10 -0
  177. package/dist/docs.json +1 -49
  178. package/dist/esm/{framework-delegate-63d1a679.js → framework-delegate-f683816e.js} +1 -1
  179. package/dist/esm/{helpers-da915de8.js → helpers-9b49d7d2.js} +11 -1
  180. package/dist/esm/{index-79b30591.js → index-5a0f5fd0.js} +1 -1
  181. package/dist/esm/{index-2f7fde3d.js → index-6a5baab0.js} +3 -3
  182. package/dist/esm/{index-cb21eccb.js → index-7105cd59.js} +1 -1
  183. package/dist/esm/{index-efb8ecdf.js → index-dd0f7395.js} +1 -1
  184. package/dist/esm/index.js +7 -7
  185. package/dist/esm/{input-shims-2fd7c6ef.js → input-shims-dff819a9.js} +2 -2
  186. package/dist/esm/{input.utils-961c9f17.js → input.utils-2f1029cf.js} +1 -1
  187. package/dist/esm/ion-accordion_2.entry.js +1 -1
  188. package/dist/esm/ion-action-sheet.entry.js +3 -3
  189. package/dist/esm/ion-alert.entry.js +3 -3
  190. package/dist/esm/ion-app_8.entry.js +13 -13
  191. package/dist/esm/ion-avatar_3.entry.js +1 -1
  192. package/dist/esm/ion-back-button.entry.js +1 -1
  193. package/dist/esm/ion-breadcrumb_2.entry.js +1 -1
  194. package/dist/esm/ion-button_2.entry.js +1 -1
  195. package/dist/esm/ion-card_5.entry.js +1 -1
  196. package/dist/esm/ion-checkbox.entry.js +1 -1
  197. package/dist/esm/ion-col_3.entry.js +1 -1
  198. package/dist/esm/ion-datetime-button.entry.js +1 -1
  199. package/dist/esm/ion-datetime_3.entry.js +7 -7
  200. package/dist/esm/ion-fab_3.entry.js +1 -1
  201. package/dist/esm/ion-img.entry.js +1 -1
  202. package/dist/esm/ion-infinite-scroll_2.entry.js +2 -2
  203. package/dist/esm/ion-input.entry.js +3 -3
  204. package/dist/esm/ion-item-option_3.entry.js +6 -6
  205. package/dist/esm/ion-item_8.entry.js +12 -12
  206. package/dist/esm/ion-loading.entry.js +5 -5
  207. package/dist/esm/ion-menu_3.entry.js +10 -10
  208. package/dist/esm/ion-modal.entry.js +9 -9
  209. package/dist/esm/ion-nav_2.entry.js +6 -6
  210. package/dist/esm/ion-picker-column-option.entry.js +3 -3
  211. package/dist/esm/ion-picker-column.entry.js +1 -1
  212. package/dist/esm/ion-picker.entry.js +1 -1
  213. package/dist/esm/ion-popover.entry.js +6 -6
  214. package/dist/esm/ion-progress-bar.entry.js +2 -2
  215. package/dist/esm/ion-radio_2.entry.js +5 -40
  216. package/dist/esm/ion-range.entry.js +5 -5
  217. package/dist/esm/ion-refresher_2.entry.js +4 -4
  218. package/dist/esm/ion-reorder_2.entry.js +4 -4
  219. package/dist/esm/ion-ripple-effect.entry.js +1 -1
  220. package/dist/esm/ion-route_4.entry.js +3 -3
  221. package/dist/esm/ion-searchbar.entry.js +5 -5
  222. package/dist/esm/ion-segment-content.entry.js +1 -1
  223. package/dist/esm/ion-segment-view.entry.js +2 -2
  224. package/dist/esm/ion-segment_2.entry.js +42 -11
  225. package/dist/esm/ion-select-modal.entry.js +4 -4
  226. package/dist/esm/ion-select_3.entry.js +44 -17
  227. package/dist/esm/ion-spinner.entry.js +1 -1
  228. package/dist/esm/ion-split-pane.entry.js +2 -2
  229. package/dist/esm/ion-tab-bar_2.entry.js +5 -5
  230. package/dist/esm/ion-tab_2.entry.js +5 -5
  231. package/dist/esm/ion-text.entry.js +2 -2
  232. package/dist/esm/ion-textarea.entry.js +5 -5
  233. package/dist/esm/ion-toast.entry.js +5 -5
  234. package/dist/esm/ion-toggle.entry.js +4 -4
  235. package/dist/esm/ionic.js +1 -1
  236. package/dist/esm/{ios.transition-b1da3753.js → ios.transition-314468a2.js} +2 -2
  237. package/dist/esm/loader.js +1 -1
  238. package/dist/esm/{md.transition-571b3859.js → md.transition-a560e0e2.js} +2 -2
  239. package/dist/esm/{notch-controller-55b09e11.js → notch-controller-3dc61260.js} +1 -1
  240. package/dist/esm/{overlays-5deab4de.js → overlays-9a81f230.js} +2 -2
  241. package/dist/esm/{status-tap-79eac0ac.js → status-tap-d07dbc82.js} +2 -2
  242. package/dist/esm/{swipe-back-e5394307.js → swipe-back-23ee7ab1.js} +1 -1
  243. package/dist/esm-es5/{framework-delegate-63d1a679.js → framework-delegate-f683816e.js} +1 -1
  244. package/dist/esm-es5/{helpers-da915de8.js → helpers-9b49d7d2.js} +1 -1
  245. package/dist/esm-es5/{index-79b30591.js → index-5a0f5fd0.js} +1 -1
  246. package/dist/esm-es5/{index-2f7fde3d.js → index-6a5baab0.js} +1 -1
  247. package/dist/esm-es5/{index-cb21eccb.js → index-7105cd59.js} +1 -1
  248. package/dist/esm-es5/{index-efb8ecdf.js → index-dd0f7395.js} +1 -1
  249. package/dist/esm-es5/index.js +1 -1
  250. package/dist/esm-es5/{input-shims-2fd7c6ef.js → input-shims-dff819a9.js} +1 -1
  251. package/dist/esm-es5/{input.utils-961c9f17.js → input.utils-2f1029cf.js} +1 -1
  252. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  253. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  254. package/dist/esm-es5/ion-alert.entry.js +1 -1
  255. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  256. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  257. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  258. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  259. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  260. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  261. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  262. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  263. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  264. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  265. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  266. package/dist/esm-es5/ion-img.entry.js +1 -1
  267. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  268. package/dist/esm-es5/ion-input.entry.js +1 -1
  269. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  270. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  271. package/dist/esm-es5/ion-loading.entry.js +1 -1
  272. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  273. package/dist/esm-es5/ion-modal.entry.js +1 -1
  274. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  275. package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
  276. package/dist/esm-es5/ion-picker-column.entry.js +1 -1
  277. package/dist/esm-es5/ion-picker.entry.js +1 -1
  278. package/dist/esm-es5/ion-popover.entry.js +1 -1
  279. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  280. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  281. package/dist/esm-es5/ion-range.entry.js +1 -1
  282. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  283. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  284. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  285. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  286. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  287. package/dist/esm-es5/ion-segment-content.entry.js +1 -1
  288. package/dist/esm-es5/ion-segment-view.entry.js +1 -1
  289. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  290. package/dist/esm-es5/ion-select-modal.entry.js +1 -1
  291. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  292. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  293. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  294. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  295. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  296. package/dist/esm-es5/ion-text.entry.js +1 -1
  297. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  298. package/dist/esm-es5/ion-toast.entry.js +1 -1
  299. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  300. package/dist/esm-es5/ionic.js +1 -1
  301. package/dist/esm-es5/{ios.transition-b1da3753.js → ios.transition-314468a2.js} +1 -1
  302. package/dist/esm-es5/loader.js +1 -1
  303. package/dist/esm-es5/md.transition-a560e0e2.js +4 -0
  304. package/dist/esm-es5/{notch-controller-55b09e11.js → notch-controller-3dc61260.js} +1 -1
  305. package/dist/esm-es5/{overlays-5deab4de.js → overlays-9a81f230.js} +1 -1
  306. package/dist/esm-es5/{status-tap-79eac0ac.js → status-tap-d07dbc82.js} +1 -1
  307. package/dist/esm-es5/{swipe-back-e5394307.js → swipe-back-23ee7ab1.js} +1 -1
  308. package/dist/html.html-data.json +0 -8
  309. package/dist/ionic/index.esm.js +1 -1
  310. package/dist/ionic/ionic.esm.js +1 -1
  311. package/dist/ionic/{p-6f0f433c.entry.js → p-02e23f26.entry.js} +1 -1
  312. package/dist/ionic/{p-797204e3.entry.js → p-037fc3f3.entry.js} +1 -1
  313. package/dist/ionic/{p-b3c60433.system.js → p-058e61eb.system.js} +1 -1
  314. package/dist/ionic/{p-1fdf3d2e.system.entry.js → p-0bfffa34.system.entry.js} +1 -1
  315. package/dist/ionic/{p-7ed1657c.system.entry.js → p-0eb2553a.system.entry.js} +1 -1
  316. package/dist/ionic/{p-a2cc2247.system.entry.js → p-10327ad2.system.entry.js} +1 -1
  317. package/dist/ionic/p-14be4015.entry.js +4 -0
  318. package/dist/ionic/{p-5a064906.entry.js → p-155c2bb0.entry.js} +1 -1
  319. package/dist/ionic/{p-a8f2c254.entry.js → p-155f4d90.entry.js} +1 -1
  320. package/dist/ionic/{p-2f43663c.system.entry.js → p-16799667.system.entry.js} +1 -1
  321. package/dist/ionic/p-16bfb979.system.entry.js +4 -0
  322. package/dist/ionic/{p-0445f081.system.entry.js → p-179bf9d1.system.entry.js} +1 -1
  323. package/dist/ionic/{p-2346ab53.system.entry.js → p-18e101b7.system.entry.js} +1 -1
  324. package/dist/ionic/p-1f405274.js +4 -0
  325. package/dist/ionic/p-21227121.js +4 -0
  326. package/dist/ionic/{p-7513b0c4.js → p-22149a4f.js} +1 -1
  327. package/dist/ionic/{p-9659caca.system.entry.js → p-2507278c.system.entry.js} +1 -1
  328. package/dist/ionic/{p-4fb8b6f8.system.entry.js → p-2515cb4d.system.entry.js} +1 -1
  329. package/dist/ionic/{p-959886ca.entry.js → p-265939f0.entry.js} +1 -1
  330. package/dist/ionic/{p-c078a25d.system.entry.js → p-2abae1cc.system.entry.js} +1 -1
  331. package/dist/ionic/{p-34b11c24.js → p-2bc73fb5.js} +1 -1
  332. package/dist/ionic/p-2c9eb774.system.js +4 -0
  333. package/dist/ionic/{p-308d9b4c.entry.js → p-2cbe5399.entry.js} +1 -1
  334. package/dist/ionic/{p-08f8804f.system.entry.js → p-2ef3c7ee.system.entry.js} +1 -1
  335. package/dist/ionic/{p-6270042b.system.entry.js → p-31a6efce.system.entry.js} +1 -1
  336. package/dist/ionic/p-322c5fb4.system.js +1 -1
  337. package/dist/ionic/{p-eb027b33.entry.js → p-34479cfb.entry.js} +1 -1
  338. package/dist/ionic/p-346b2baf.js +4 -0
  339. package/dist/ionic/{p-b1eb86fd.entry.js → p-36c448fe.entry.js} +1 -1
  340. package/dist/ionic/{p-1ab13b2b.js → p-39dd4f62.js} +1 -1
  341. package/dist/ionic/p-3e99e3e0.entry.js +4 -0
  342. package/dist/ionic/{p-2034ff3e.entry.js → p-41780810.entry.js} +1 -1
  343. package/dist/ionic/{p-468b7fe5.system.entry.js → p-424eb140.system.entry.js} +1 -1
  344. package/dist/ionic/{p-58fff30e.entry.js → p-42c9deb1.entry.js} +1 -1
  345. package/dist/ionic/{p-a15ddedb.system.js → p-4452a8ac.system.js} +1 -1
  346. package/dist/ionic/{p-933727f9.system.entry.js → p-484d855b.system.entry.js} +2 -2
  347. package/dist/ionic/p-49a0e74c.entry.js +4 -0
  348. package/dist/ionic/{p-52d7a191.entry.js → p-4ad78edc.entry.js} +1 -1
  349. package/dist/ionic/{p-28706c6f.js → p-4d3a5f86.js} +1 -1
  350. package/dist/ionic/{p-71c66f13.system.entry.js → p-4d413973.system.entry.js} +1 -1
  351. package/dist/ionic/{p-d4c9f8f6.system.entry.js → p-5010643d.system.entry.js} +1 -1
  352. package/dist/ionic/{p-19ea7bff.system.js → p-5126cf1e.system.js} +1 -1
  353. package/dist/ionic/p-52245809.js +4 -0
  354. package/dist/ionic/p-56da53ad.system.entry.js +4 -0
  355. package/dist/ionic/{p-a88dec0d.system.js → p-578efda4.system.js} +1 -1
  356. package/dist/ionic/{p-fd257e86.system.entry.js → p-5882bffa.system.entry.js} +1 -1
  357. package/dist/ionic/{p-571f7efd.entry.js → p-5b932840.entry.js} +1 -1
  358. package/dist/ionic/{p-a3db8ee3.js → p-5c9324c6.js} +1 -1
  359. package/dist/ionic/{p-766477e0.entry.js → p-5fe8b767.entry.js} +1 -1
  360. package/dist/ionic/{p-59a63a7f.entry.js → p-6190d0d6.entry.js} +1 -1
  361. package/dist/ionic/{p-f200c0f2.entry.js → p-62af944c.entry.js} +1 -1
  362. package/dist/ionic/{p-14350389.system.entry.js → p-63c09585.system.entry.js} +2 -2
  363. package/dist/ionic/{p-e1ebcbb2.system.entry.js → p-65346408.system.entry.js} +1 -1
  364. package/dist/ionic/{p-a4a2420e.system.entry.js → p-655723eb.system.entry.js} +1 -1
  365. package/dist/ionic/{p-48d2c8e3.entry.js → p-6d32975a.entry.js} +1 -1
  366. package/dist/ionic/{p-120fb79a.entry.js → p-70af0afb.entry.js} +1 -1
  367. package/dist/ionic/{p-e3e4ac8f.system.entry.js → p-70ccc275.system.entry.js} +2 -2
  368. package/dist/ionic/{p-6c95736e.entry.js → p-712fedc9.entry.js} +1 -1
  369. package/dist/ionic/p-72ec9a26.entry.js +4 -0
  370. package/dist/ionic/{p-0eb35a7f.system.js → p-73897169.system.js} +1 -1
  371. package/dist/ionic/{p-d12c8b7c.entry.js → p-73dc4950.entry.js} +1 -1
  372. package/dist/ionic/{p-65493214.system.entry.js → p-7458862e.system.entry.js} +1 -1
  373. package/dist/ionic/{p-d1918f92.entry.js → p-76446a85.entry.js} +1 -1
  374. package/dist/ionic/{p-e7bfd50d.system.entry.js → p-77e7b7b6.system.entry.js} +1 -1
  375. package/dist/ionic/{p-72812e99.js → p-7a1766d6.js} +1 -1
  376. package/dist/ionic/{p-34093a29.system.entry.js → p-7ae680ba.system.entry.js} +1 -1
  377. package/dist/ionic/{p-aacfc8f1.entry.js → p-7b98cebe.entry.js} +1 -1
  378. package/dist/ionic/{p-ef2b566d.entry.js → p-80c6d619.entry.js} +1 -1
  379. package/dist/ionic/{p-1e67b266.system.entry.js → p-84d08aae.system.entry.js} +1 -1
  380. package/dist/ionic/{p-7de1e42c.system.js → p-860eb968.system.js} +1 -1
  381. package/dist/ionic/{p-2b0ce71f.entry.js → p-8818edd8.entry.js} +1 -1
  382. package/dist/ionic/{p-c4238c12.system.js → p-8e407469.system.js} +1 -1
  383. package/dist/ionic/{p-1eb2e3bc.system.entry.js → p-92365bc1.system.entry.js} +1 -1
  384. package/dist/ionic/{p-bac6d8b8.system.entry.js → p-93e3654c.system.entry.js} +1 -1
  385. package/dist/ionic/{p-d7aa6b00.entry.js → p-955c3eb8.entry.js} +1 -1
  386. package/dist/ionic/{p-7d6d8f1f.entry.js → p-95775830.entry.js} +1 -1
  387. package/dist/ionic/{p-8635f5e6.system.js → p-95da3ae2.system.js} +1 -1
  388. package/dist/ionic/{p-15d18206.entry.js → p-97a65908.entry.js} +1 -1
  389. package/dist/ionic/{p-b6efeab8.js → p-990630ca.js} +1 -1
  390. package/dist/ionic/{p-f0270b8c.entry.js → p-9962f63f.entry.js} +1 -1
  391. package/dist/ionic/{p-b9d7015f.entry.js → p-9b3bb24e.entry.js} +1 -1
  392. package/dist/ionic/{p-eb86eafb.entry.js → p-9de5c787.entry.js} +1 -1
  393. package/dist/ionic/{p-13966709.entry.js → p-a18470c6.entry.js} +1 -1
  394. package/dist/ionic/{p-248318e0.system.entry.js → p-a584c79d.system.entry.js} +1 -1
  395. package/dist/ionic/{p-c8c015fa.entry.js → p-a5b31c0f.entry.js} +1 -1
  396. package/dist/ionic/{p-01186920.system.entry.js → p-a9e24ae2.system.entry.js} +1 -1
  397. package/dist/ionic/{p-5c08627a.system.js → p-acb30a5c.system.js} +1 -1
  398. package/dist/ionic/{p-8ac07653.system.entry.js → p-acc8399c.system.entry.js} +1 -1
  399. package/dist/ionic/{p-b8427d77.entry.js → p-af09741c.entry.js} +1 -1
  400. package/dist/ionic/{p-d22e2a38.system.js → p-af452fa4.system.js} +1 -1
  401. package/dist/ionic/{p-e09d6392.system.entry.js → p-af744710.system.entry.js} +1 -1
  402. package/dist/ionic/{p-442e3021.entry.js → p-afecb188.entry.js} +1 -1
  403. package/dist/ionic/{p-3ad285e3.system.js → p-b3680e2f.system.js} +1 -1
  404. package/dist/ionic/{p-b51e4004.js → p-bb11d9fb.js} +1 -1
  405. package/dist/ionic/{p-081a4ce4.entry.js → p-bb2a6761.entry.js} +1 -1
  406. package/dist/ionic/{p-948e6c6a.entry.js → p-bc616455.entry.js} +1 -1
  407. package/dist/ionic/{p-d3a4e061.entry.js → p-c32644d7.entry.js} +1 -1
  408. package/dist/ionic/{p-4c98e2cf.system.js → p-c3802319.system.js} +1 -1
  409. package/dist/ionic/{p-c41ac815.entry.js → p-c8d645b3.entry.js} +1 -1
  410. package/dist/ionic/{p-f1c4dcd4.js → p-c935cfc9.js} +1 -1
  411. package/dist/ionic/{p-102e55aa.system.entry.js → p-d1172fe3.system.entry.js} +1 -1
  412. package/dist/ionic/{p-3cc276f4.js → p-d4ca0475.js} +1 -1
  413. package/dist/ionic/{p-7a6eaf9e.entry.js → p-d7bb5325.entry.js} +1 -1
  414. package/dist/ionic/{p-a090bce8.system.entry.js → p-d821466d.system.entry.js} +1 -1
  415. package/dist/ionic/{p-ada36597.system.js → p-d99e8644.system.js} +1 -1
  416. package/dist/ionic/{p-58d5df0c.system.entry.js → p-da8ef548.system.entry.js} +1 -1
  417. package/dist/ionic/{p-985a7e17.system.entry.js → p-dc146a2a.system.entry.js} +1 -1
  418. package/dist/ionic/{p-cac0e0b3.system.entry.js → p-dd0c9350.system.entry.js} +1 -1
  419. package/dist/ionic/p-df862603.entry.js +4 -0
  420. package/dist/ionic/{p-b0dce4ab.system.entry.js → p-e2e19375.system.entry.js} +1 -1
  421. package/dist/ionic/{p-05b74e45.system.entry.js → p-e32557bb.system.entry.js} +1 -1
  422. package/dist/ionic/{p-46d78904.entry.js → p-e5849f8d.entry.js} +1 -1
  423. package/dist/ionic/{p-15e76dd1.entry.js → p-e8f34871.entry.js} +1 -1
  424. package/dist/ionic/{p-d8a385f2.system.entry.js → p-ed75fcfb.system.entry.js} +1 -1
  425. package/dist/ionic/{p-1854b62d.system.entry.js → p-eeb5cb45.system.entry.js} +2 -2
  426. package/dist/ionic/{p-a9b68560.system.entry.js → p-efbf5af5.system.entry.js} +1 -1
  427. package/dist/ionic/{p-9fd14430.system.entry.js → p-f2613334.system.entry.js} +1 -1
  428. package/dist/ionic/{p-6b888f65.system.entry.js → p-f301a694.system.entry.js} +1 -1
  429. package/dist/ionic/{p-f03b3a76.system.entry.js → p-f56752be.system.entry.js} +1 -1
  430. package/dist/ionic/{p-e76dae93.entry.js → p-f5d6624d.entry.js} +1 -1
  431. package/dist/ionic/{p-03692b8d.system.entry.js → p-f78af648.system.entry.js} +1 -1
  432. package/dist/ionic/{p-63b0abde.system.entry.js → p-f89cf011.system.entry.js} +1 -1
  433. package/dist/ionic/p-fbf86e62.system.js +4 -0
  434. package/dist/ionic/{p-7b9a2b23.entry.js → p-fca17935.entry.js} +1 -1
  435. package/dist/ionic/{p-ed059cb7.system.entry.js → p-fca6ef5f.system.entry.js} +1 -1
  436. package/dist/ionic/{p-d1d88a4a.entry.js → p-fec13c57.entry.js} +1 -1
  437. package/dist/types/components/radio-group/radio-group.d.ts +0 -15
  438. package/dist/types/components/segment-button/segment-button.d.ts +2 -1
  439. package/dist/types/components.d.ts +0 -16
  440. package/dist/types/utils/helpers.d.ts +1 -0
  441. package/hydrate/index.js +178 -147
  442. package/hydrate/index.mjs +178 -147
  443. package/package.json +2 -2
  444. package/dist/collection/components/radio-group/radio-group.ios.css +0 -202
  445. package/dist/collection/components/radio-group/radio-group.md.css +0 -202
  446. package/dist/esm-es5/md.transition-571b3859.js +0 -4
  447. package/dist/ionic/p-073b47c8.system.entry.js +0 -4
  448. package/dist/ionic/p-0af823e1.js +0 -4
  449. package/dist/ionic/p-116f21ad.entry.js +0 -4
  450. package/dist/ionic/p-4c2d5b80.system.js +0 -4
  451. package/dist/ionic/p-702bc67d.entry.js +0 -4
  452. package/dist/ionic/p-72bc8a1c.js +0 -4
  453. package/dist/ionic/p-9343a445.js +0 -4
  454. package/dist/ionic/p-c5d5571d.system.entry.js +0 -4
  455. package/dist/ionic/p-cb13696c.js +0 -4
  456. package/dist/ionic/p-d1c5b60e.system.js +0 -4
  457. package/dist/ionic/p-edbf38cf.entry.js +0 -4
  458. package/dist/ionic/p-ef67a752.entry.js +0 -4
  459. package/dist/ionic/p-efe06d98.entry.js +0 -4
@@ -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, f as focusVisibleElement, e as renderHiddenInput } from './helpers.js';
7
+ import { d as inheritAttributes, e as renderHiddenInput, f as focusVisibleElement } 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';
@@ -178,15 +178,8 @@ const Select = /*@__PURE__*/ proxyCustomElement(class Select extends HTMLElement
178
178
  }
179
179
  this.isExpanded = true;
180
180
  const overlay = (this.overlay = await this.createOverlay(event));
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') {
181
+ // Add logic to scroll selected item into view before presenting
182
+ const scrollSelectedIntoView = () => {
190
183
  const indexOfSelected = this.childOpts.findIndex((o) => o.value === this.value);
191
184
  if (indexOfSelected > -1) {
192
185
  const selectedItem = overlay.querySelector(`.select-interface-option:nth-child(${indexOfSelected + 1})`);
@@ -204,6 +197,7 @@ const Select = /*@__PURE__*/ proxyCustomElement(class Select extends HTMLElement
204
197
  */
205
198
  const interactiveEl = selectedItem.querySelector('ion-radio, ion-checkbox');
206
199
  if (interactiveEl) {
200
+ selectedItem.scrollIntoView({ block: 'nearest' });
207
201
  // Needs to be called before `focusVisibleElement` to prevent issue with focus event bubbling
208
202
  // and removing `ion-focused` style
209
203
  interactiveEl.setFocus();
@@ -227,7 +221,40 @@ const Select = /*@__PURE__*/ proxyCustomElement(class Select extends HTMLElement
227
221
  focusVisibleElement(firstEnabledOption.closest('ion-item'));
228
222
  }
229
223
  }
224
+ };
225
+ // For modals and popovers, we can scroll before they're visible
226
+ if (this.interface === 'modal') {
227
+ overlay.addEventListener('ionModalWillPresent', scrollSelectedIntoView, { once: true });
228
+ }
229
+ else if (this.interface === 'popover') {
230
+ overlay.addEventListener('ionPopoverWillPresent', scrollSelectedIntoView, { once: true });
230
231
  }
232
+ else {
233
+ /**
234
+ * For alerts and action sheets, we need to wait a frame after willPresent
235
+ * because these overlays don't have their content in the DOM immediately
236
+ * when willPresent fires. By waiting a frame, we ensure the content is
237
+ * rendered and can be properly scrolled into view.
238
+ */
239
+ const scrollAfterRender = () => {
240
+ requestAnimationFrame(() => {
241
+ scrollSelectedIntoView();
242
+ });
243
+ };
244
+ if (this.interface === 'alert') {
245
+ overlay.addEventListener('ionAlertWillPresent', scrollAfterRender, { once: true });
246
+ }
247
+ else if (this.interface === 'action-sheet') {
248
+ overlay.addEventListener('ionActionSheetWillPresent', scrollAfterRender, { once: true });
249
+ }
250
+ }
251
+ overlay.onDidDismiss().then(() => {
252
+ this.overlay = undefined;
253
+ this.isExpanded = false;
254
+ this.ionDismiss.emit();
255
+ this.setFocus();
256
+ });
257
+ await overlay.present();
231
258
  return overlay;
232
259
  }
233
260
  createOverlay(ev) {
@@ -639,7 +666,7 @@ const Select = /*@__PURE__*/ proxyCustomElement(class Select extends HTMLElement
639
666
  * TODO(FW-5592): Remove hasStartEndSlots condition
640
667
  */
641
668
  const labelShouldFloat = labelPlacement === 'stacked' || (labelPlacement === 'floating' && (hasValue || isExpanded || hasStartEndSlots));
642
- return (h(Host, { key: '9ac4966b075bd4303ed7ddb0d9ad08eaf9118f20', onClick: this.onClick, class: createColorClasses(this.color, {
669
+ return (h(Host, { key: 'f7cf03de773cd85da42978e274d65cc1eb6ed8a3', onClick: this.onClick, class: createColorClasses(this.color, {
643
670
  [mode]: true,
644
671
  'in-item': inItem,
645
672
  'in-item-color': hostContext('ion-item.ion-color', el),
@@ -655,7 +682,7 @@ const Select = /*@__PURE__*/ proxyCustomElement(class Select extends HTMLElement
655
682
  [`select-justify-${justify}`]: justifyEnabled,
656
683
  [`select-shape-${shape}`]: shape !== undefined,
657
684
  [`select-label-placement-${labelPlacement}`]: true,
658
- }) }, h("label", { key: '3c92e27a0a7ff5dd79c8f0e16b4f4e56179ba5d3', class: "select-wrapper", id: "select-label" }, this.renderLabelContainer(), h("div", { key: 'a46adb7393b38babe2acb1440f2ac8986fb861ca', class: "select-wrapper-inner" }, h("slot", { key: '0fe7486767ba41835d8af22d2764ddf85041dd04', name: "start" }), h("div", { key: '51ddfb2a9c3ad0f7faf99d80c3833991f5bc1c84', class: "native-wrapper", ref: (el) => (this.nativeWrapperEl = el), part: "container" }, this.renderSelectText(), this.renderListbox()), h("slot", { key: '8521aa8290bb1948160fd469fab501e6dbe215f2', name: "end" }), !hasFloatingOrStackedLabel && this.renderSelectIcon()), hasFloatingOrStackedLabel && this.renderSelectIcon(), shouldRenderHighlight && h("div", { key: '3fe6a82c12d65ac759c51cf4d8b842eefeec130a', class: "select-highlight" }))));
685
+ }) }, h("label", { key: '91674f8f5cce37c87a7096d09b3f1d351cba1527', class: "select-wrapper", id: "select-label" }, this.renderLabelContainer(), h("div", { key: '2229333833047db13ed2a01cb10bb6e6f774031d', class: "select-wrapper-inner" }, h("slot", { key: 'f2766bdf8bff261efa5711f72d9edef407e45189', name: "start" }), h("div", { key: '84fec020ecaaac41298a01dbffdbb2f3744170b4', class: "native-wrapper", ref: (el) => (this.nativeWrapperEl = el), part: "container" }, this.renderSelectText(), this.renderListbox()), h("slot", { key: '9b91237d7a1621bce1e15546abcb4f6b74cccc5f', name: "end" }), !hasFloatingOrStackedLabel && this.renderSelectIcon()), hasFloatingOrStackedLabel && this.renderSelectIcon(), shouldRenderHighlight && h("div", { key: 'e02aea3e8f344376013257f5261a29408e62b359', class: "select-highlight" }))));
659
686
  }
660
687
  get el() { return this; }
661
688
  static get watchers() { return {
@@ -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: '59a41a7f3ba2de4f44de57b3243c8f803eb88e2c', class: {
35
+ return (h(Host, { key: 'fdfabf9364caf507450239b62be24f08873bd650', class: {
36
36
  [mode]: true,
37
37
  'skeleton-text-animated': animated,
38
38
  'in-media': inMedia,
39
- } }, h("span", { key: 'a59a5cea5504f523c4d9b1f428f66772103290aa' }, "\u00A0")));
39
+ } }, h("span", { key: '3482c88dcc177547185ce87972afa064a542367d' }, "\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: 'a63ee13973b94cd58b0da9c00b06bd39b206dd60', class: {
132
+ return (h(Host, { key: '1ca0b0299d03605bb358112ca56cbafbe58f00f5', 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: 'da6743bb0d17791f863d1f0ca1f59f5ceffe9613' })));
137
+ } }, h("slot", { key: 'abe231361727ae7fc63edd592a4490caac1909fb' })));
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: 'fe1cc3174f095ba3c8c6d6c2c20021596801a7c9', role: "tablist", "aria-hidden": shouldHide ? 'true' : null, class: createColorClasses(color, {
63
+ return (h(Host, { key: 'a87fd2ea5df053705a37ea7ffec043e75c4a9907', 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: 'f7705b1b4f45d28ae8b7c08b91b0f6c9d4176f3f' })));
67
+ }) }, h("slot", { key: '81a6223299b6cab29d7ddced590e9152e2b3ded0' })));
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: '9ce7b8a8e9d929c260de383c5cf59f971698b2b5', onClick: this.onClick, onKeyup: this.onKeyUp, id: tab !== undefined ? `tab-button-${tab}` : null, class: {
79
+ return (h(Host, { key: '5976c45943ea7ea8e7c1a85fc9996de421439f08', 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: '567878182ae2a8c5dc172e3fd1f5817f3e1eeabe' }, 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: 'b862980ed811d341e40cf6eb443922f2007307e0', class: "button-inner" }, h("slot", { key: '09ef67551c8fbf8525a933aad07eefc472463b6d' })), mode === 'md' && h("ion-ripple-effect", { key: '85f92cbca73bc53b74818debfbb95cddf9e7bbd1', type: "unbounded" }))));
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" }))));
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: 'c18543ba57c4a6a08d519476d1e268524046d678', role: "tabpanel", "aria-hidden": !active ? 'true' : null, "aria-labelledby": `tab-button-${tab}`, class: {
58
+ return (h(Host, { key: 'cb75d0877979b3b8df8f7e1952bfa9677da1eaa5', 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: 'e46d100188fc8876e44ebf01f081ce57475b2883' })));
61
+ } }, h("slot", { key: '37fbb7b7a6b03eb93b1dacd2dc1025b78eb2aa6b' })));
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: 'd2ff833e4e7bfee10f963dfa05459174ae031319', onIonTabButtonClick: this.onTabClicked }, h("slot", { key: '2722be047d4f75c86beea7dc55320ce323c2236e', name: "top" }), h("div", { key: '307ee4c138fe6a5aa48137e2445dae86131a584b', class: "tabs-inner" }, h("slot", { key: '3da8af51f45c932aead1b2addf1e9e30330a986e' })), h("slot", { key: '54d17cf20967460901fd1ca537b1db507ab336c2', name: "bottom" })));
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" })));
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: '54fc089c6b77f7c4a8e0c4441d06507e7a0489c4', class: createColorClasses(this.color, {
20
+ return (h(Host, { key: 'e134d70c04344b708a2ecf6253722781ad2ca826', class: createColorClasses(this.color, {
21
21
  [mode]: true,
22
- }) }, h("slot", { key: '308480aa067e52eb4bf7dc619fb7e3b89fcdb62b' })));
22
+ }) }, h("slot", { key: 'da79c760f7ebbcd007ce110439f05a62cb22eac8' })));
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: '7c5b5a536fcd80e82e952dd91bd13fc0f89082f0', class: createColorClasses(this.color, {
382
+ return (h(Host, { key: 'd6e25c83d8eab8cb1a5b6ab411c9a13847f69f8d', 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: '3ba91b8e5a7ef4b4f4a9f1b4d6a4d9079c41dfdd', class: "textarea-wrapper", htmlFor: inputId }, this.renderLabelContainer(), h("div", { key: '878f717486c422db8709e646add56f467f1451de', class: "textarea-wrapper-inner" }, h("div", { key: 'f9d84b85e5ad6de4d2055323b8a81b3bb36664b3', class: "start-slot-wrapper" }, h("slot", { key: 'c658096d7125b8f1d76d03713daa596ed47d87f5', name: "start" })), h("div", { key: 'ba8267f5e94c6c7e9400b157395624b0f5f63a3d', class: "native-wrapper", ref: (el) => (this.textareaWrapper = el) }, h("textarea", Object.assign({ key: '599216481ddd50df91a796cd2b78e1bc0ed7ab74', 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: '9a7f5dc599a4437fb693a9dfae443f07ab87b771', class: "end-slot-wrapper" }, h("slot", { key: 'a9806727dca8bd9b6a648ea824d910e26811f61c', name: "end" }))), shouldRenderHighlight && h("div", { key: 'f22b68afb0c58abb2fc78a9d5805b3ed11eb98c6', class: "textarea-highlight" })), this.renderBottomContent()));
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()));
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: '0396aae5f545bbf7ebe1cbb05bc25f9181d2afe3', class: getIonMode(this) }, h("slot", { key: 'bf01dbadd4042a4b45ce24a8ce408f15e7647a03' })));
17
+ return (h(Host, { key: 'cfa9aeb1d4fd624a9732c5230d29dd887e4b7771', class: getIonMode(this) }, h("slot", { key: '29bc6e64063cba44e2643228df54394883933918' })));
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: '66ce48d7589420d8cb9756ddaf916a7ec8f949b5', tabindex: "-1" }, this.htmlAttributes, { style: {
834
+ return (h(Host, Object.assign({ key: 'c05655ff06af8d0e48c2a85396b07ad942fa81b4', 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: '04ca865d1c2ac8a17102375030227721e3ba48f5', class: wrapperClass }, h("div", { key: '1d0f4463c7f2428d57dc32e457d88015884361ea', class: "toast-container", part: "container" }, this.renderButtons(startButtons, 'start'), this.icon !== undefined && (h("ion-icon", { key: '3da9f1331b002463bbf23deaae3410d3fb9c90b5', class: "toast-icon", part: "icon", icon: this.icon, lazy: false, "aria-hidden": "true" })), h("div", { key: '4dfe8a6c966a9e5c5b35aec950631b895591f767', 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: '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')))));
837
837
  }
838
838
  get el() { return this; }
839
839
  static get watchers() { return {
@@ -162,7 +162,7 @@ const Toggle = /*@__PURE__*/ proxyCustomElement(class Toggle extends HTMLElement
162
162
  const value = this.getValue();
163
163
  const rtl = isRTL(el) ? 'rtl' : 'ltr';
164
164
  renderHiddenInput(true, el, name, checked ? value : '', disabled);
165
- return (h(Host, { key: '065d333e3972a6df8df047c1af6457eaa394d45a', onClick: this.onClick, class: createColorClasses(color, {
165
+ return (h(Host, { key: 'ed75573caa6e37011f1453dd7f723fb9bd8a3656', onClick: this.onClick, class: createColorClasses(color, {
166
166
  [mode]: true,
167
167
  'in-item': hostContext('ion-item', el),
168
168
  'toggle-activated': activated,
@@ -172,10 +172,10 @@ const Toggle = /*@__PURE__*/ proxyCustomElement(class Toggle extends HTMLElement
172
172
  [`toggle-alignment-${alignment}`]: alignment !== undefined,
173
173
  [`toggle-label-placement-${labelPlacement}`]: true,
174
174
  [`toggle-${rtl}`]: true,
175
- }) }, h("label", { key: '6923b623b995cef1db15123ef4dd072f6d6c2c7e', class: "toggle-wrapper" }, h("input", Object.assign({ key: '0e558a2c37834620fc945ea1de0098e75c56947d', 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: 'a62663c6f58665cf16af7a3fda3a41a78136c6d4', class: {
175
+ }) }, h("label", { key: '484860e2a33f4d123904edb96159f0e1972d3add', class: "toggle-wrapper" }, h("input", Object.assign({ key: '360b53080aacfd99a9ff60ffb5219816bd4163ee', 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: 'f7239fa668fe11257239ea30cf0198e4f3274f6b', class: {
176
176
  'label-text-wrapper': true,
177
177
  'label-text-wrapper-hidden': !this.hasLabel,
178
- }, part: "label" }, h("slot", { key: '91a2c83740ef75c78f70b60941778580f1722d47' })), h("div", { key: '1a638f883542dd9aac3749cc9bfcdd7ba8ea9046', class: "native-wrapper" }, this.renderToggleControl()))));
178
+ }, part: "label" }, h("slot", { key: '9495a4a39889822ee68e0d89dc5a2f863d1feb3c' })), h("div", { key: '55f1eb08c4b705e94fbcf02220bbe1d292f06155', class: "native-wrapper" }, this.renderToggleControl()))));
179
179
  }
180
180
  get el() { return this; }
181
181
  static get watchers() { return {
@@ -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: 'aa8cda765cf7813b02adbc39cff7dec21fc2d730', class: createColorClasses(this.color, {
66
+ return (h(Host, { key: '6353a70565ef6fbbbf4042b000e536c61bcf99a9', 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: '297af5559f2ccb3b2d06ea00e074aa96c3e5235c' })));
72
+ }) }, h("slot", { key: '6ef9c2758c0168442aa84941af0a6cec1ef1ec21' })));
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: 'f6e2de02ec55e3c64d129a52fb154e9d4e36ea98', class: createColorClasses(this.color, {
25
+ return (h(Host, { key: 'fb78bd8601cbd7b90ec84a96e0c8325be1132b1e', class: createColorClasses(this.color, {
26
26
  [mode]: true,
27
27
  [`list-header-lines-${lines}`]: lines !== undefined,
28
- }) }, h("div", { key: 'a38b47618205ccdd76bb8e406e37522b1c087780', class: "list-header-inner" }, h("slot", { key: '5afd06a7fbdf06bef5b7b27723515133fae66004' }))));
28
+ }) }, h("div", { key: '2580ad49f3a54973e15f14d645a1e55a6fa066ac', class: "list-header-inner" }, h("slot", { key: '677b2e2ec8eeb3ae6ad329e86c76451cf3ae6c2f' }))));
29
29
  }
30
30
  static get style() { return {
31
31
  ios: IonListHeaderIosStyle0,
@@ -1879,18 +1879,18 @@ const Modal = /*@__PURE__*/ proxyCustomElement(class Modal extends HTMLElement {
1879
1879
  const mode = getIonMode(this);
1880
1880
  const isCardModal = presentingElement !== undefined && mode === 'ios';
1881
1881
  const isHandleCycle = handleBehavior === 'cycle';
1882
- return (h(Host, Object.assign({ key: 'b58b683d13292c390c480a374a26995052914f94', "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
1882
+ return (h(Host, Object.assign({ key: 'ff15df63e72caaeb0a4ad68e9eedeaaa7d3f3bde', "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
1883
1883
  zIndex: `${20000 + this.overlayIndex}`,
1884
- }, class: Object.assign({ [mode]: true, ['modal-default']: !isCardModal && !isSheetModal, [`modal-card`]: isCardModal, [`modal-sheet`]: isSheetModal, [`modal-no-expand-scroll`]: isSheetModal && !expandToScroll, 'overlay-hidden': true, [FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonModalDidPresent: this.onLifecycle, onIonModalWillPresent: this.onLifecycle, onIonModalWillDismiss: this.onLifecycle, onIonModalDidDismiss: this.onLifecycle }), h("ion-backdrop", { key: '5e89f1e24ab04c68e517941a9b1fbda8bf9cb4cc', ref: (el) => (this.backdropEl = el), visible: this.showBackdrop, tappable: this.backdropDismiss, part: "backdrop" }), mode === 'ios' && h("div", { key: '807f6b6fce3792a2b1e1b0e18c3de96954477f58', class: "modal-shadow" }), h("div", Object.assign({ key: 'd3dbe8e9a297fef87a6dc155211b6be0cb9f249c',
1884
+ }, class: Object.assign({ [mode]: true, ['modal-default']: !isCardModal && !isSheetModal, [`modal-card`]: isCardModal, [`modal-sheet`]: isSheetModal, [`modal-no-expand-scroll`]: isSheetModal && !expandToScroll, 'overlay-hidden': true, [FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonModalDidPresent: this.onLifecycle, onIonModalWillPresent: this.onLifecycle, onIonModalWillDismiss: this.onLifecycle, onIonModalDidDismiss: this.onLifecycle }), h("ion-backdrop", { key: '27a73655779af9d175a829d3d2d29e42fd2a63ee', ref: (el) => (this.backdropEl = el), visible: this.showBackdrop, tappable: this.backdropDismiss, part: "backdrop" }), mode === 'ios' && h("div", { key: '406a65080087e7895026ecc2f04e9d707439e86f', class: "modal-shadow" }), h("div", Object.assign({ key: '8e410eb925374158996c82cbbd522f07d741679e',
1885
1885
  /*
1886
1886
  role and aria-modal must be used on the
1887
1887
  same element. They must also be set inside the
1888
1888
  shadow DOM otherwise ion-button will not be highlighted
1889
1889
  when using VoiceOver: https://bugs.webkit.org/show_bug.cgi?id=247134
1890
1890
  */
1891
- role: "dialog" }, inheritedAttributes, { "aria-modal": "true", class: "modal-wrapper ion-overlay-wrapper", part: "content", ref: (el) => (this.wrapperEl = el) }), showHandle && (h("button", { key: '12964306d8e911a0777bb87c2e3ea906a85596c2', class: "modal-handle",
1891
+ role: "dialog" }, inheritedAttributes, { "aria-modal": "true", class: "modal-wrapper ion-overlay-wrapper", part: "content", ref: (el) => (this.wrapperEl = el) }), showHandle && (h("button", { key: '7326c969ebe5a70a35e83b09d3db2bb848c90e47', class: "modal-handle",
1892
1892
  // Prevents the handle from receiving keyboard focus when it does not cycle
1893
- tabIndex: !isHandleCycle ? -1 : 0, "aria-label": "Activate to adjust the size of the dialog overlaying the screen", onClick: isHandleCycle ? this.onHandleClick : undefined, part: "handle" })), h("slot", { key: 'c59a436723e37414b686763a73fa89b174f9bb39' }))));
1893
+ tabIndex: !isHandleCycle ? -1 : 0, "aria-label": "Activate to adjust the size of the dialog overlaying the screen", onClick: isHandleCycle ? this.onHandleClick : undefined, part: "handle" })), h("slot", { key: '0b65cdb9e337a27edf437b9e754e79f1449c217d' }))));
1894
1894
  }
1895
1895
  get el() { return this; }
1896
1896
  static get watchers() { return {
@@ -86,10 +86,10 @@ const PickerColumnOption = /*@__PURE__*/ proxyCustomElement(class PickerColumnOp
86
86
  render() {
87
87
  const { color, disabled, ariaLabel } = this;
88
88
  const mode = getIonMode(this);
89
- return (h(Host, { key: '19dec7c5fa1f464ff09fa97451c94c11ef1432a4', class: createColorClasses(color, {
89
+ return (h(Host, { key: 'c743c6ef44bb9f765cc15b3b5d2864de6520203a', class: createColorClasses(color, {
90
90
  [mode]: true,
91
91
  ['option-disabled']: disabled,
92
- }) }, h("button", { key: 'c8363bb865cdcafac7fef0970ba64ebe17f82fb6', tabindex: "-1", "aria-label": ariaLabel, disabled: disabled, onClick: () => this.onClick() }, h("slot", { key: 'b0ed822ecb983dcb88c0fa4e9d2d6970566d9b55' }))));
92
+ }) }, h("button", { key: '4c3d9eb245c52b2c007f727e145cfb55759bd7a9', tabindex: "-1", "aria-label": ariaLabel, disabled: disabled, onClick: () => this.onClick() }, h("slot", { key: '4c907d2187cbe9d5941e27f2b12578e2b7271461' }))));
93
93
  }
94
94
  get el() { return this; }
95
95
  static get watchers() { return {
@@ -343,9 +343,9 @@ const PickerColumnCmp = /*@__PURE__*/ proxyCustomElement(class PickerColumnCmp e
343
343
  render() {
344
344
  const col = this.col;
345
345
  const mode = getIonMode(this);
346
- return (h(Host, { key: '93b0e0ed5bef792e165fd710996ae83ec99e0f49', class: Object.assign({ [mode]: true, 'picker-col': true, 'picker-opts-left': this.col.align === 'left', 'picker-opts-right': this.col.align === 'right' }, getClassMap(col.cssClass)), style: {
346
+ return (h(Host, { key: 'c015eb8bc01b3287cbd1d71af0aa311b6be89d36', class: Object.assign({ [mode]: true, 'picker-col': true, 'picker-opts-left': this.col.align === 'left', 'picker-opts-right': this.col.align === 'right' }, getClassMap(col.cssClass)), style: {
347
347
  'max-width': this.col.columnWidth,
348
- } }, col.prefix && (h("div", { key: 'd9ed2d7bef6bcfd04afe865c929148beaf2957d9', class: "picker-prefix", style: { width: col.prefixWidth } }, col.prefix)), h("div", { key: '1e423c0781f299fc64419d593e1ed56540f0bd36', class: "picker-opts", style: { maxWidth: col.optionsWidth }, ref: (el) => (this.optsEl = el) }, col.options.map((o, index) => (h("button", { "aria-label": o.ariaLabel, class: { 'picker-opt': true, 'picker-opt-disabled': !!o.disabled }, "opt-index": index }, o.text)))), col.suffix && (h("div", { key: '87a522206a6e8303ca889216c48b113d5c49ed9a', class: "picker-suffix", style: { width: col.suffixWidth } }, col.suffix))));
348
+ } }, col.prefix && (h("div", { key: 'f9de3fe2f5c7ad3256d6e5f44b6d03a2b1f96ffb', class: "picker-prefix", style: { width: col.prefixWidth } }, col.prefix)), h("div", { key: '10f9c12aa174f96c7cf9adc30efbb26695c0aa64', class: "picker-opts", style: { maxWidth: col.optionsWidth }, ref: (el) => (this.optsEl = el) }, col.options.map((o, index) => (h("button", { "aria-label": o.ariaLabel, class: { 'picker-opt': true, 'picker-opt-disabled': !!o.disabled }, "opt-index": index }, o.text)))), col.suffix && (h("div", { key: '1d9c0892ce56e0da9044c79eb953827166f5190b', class: "picker-suffix", style: { width: col.suffixWidth } }, col.suffix))));
349
349
  }
350
350
  get el() { return this; }
351
351
  static get watchers() { return {
@@ -1294,9 +1294,9 @@ const Popover = /*@__PURE__*/ proxyCustomElement(class Popover extends HTMLEleme
1294
1294
  const { onLifecycle, parentPopover, dismissOnSelect, side, arrow, htmlAttributes, focusTrap } = this;
1295
1295
  const desktop = isPlatform('desktop');
1296
1296
  const enableArrow = arrow && !parentPopover;
1297
- return (h(Host, Object.assign({ key: '135246fb813a5040e13225706eeee1310b212ff0', "aria-modal": "true", "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
1297
+ return (h(Host, Object.assign({ key: 'ffe8b37c9ffb5cac210a7307e6cdfcf78712905b', "aria-modal": "true", "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
1298
1298
  zIndex: `${20000 + this.overlayIndex}`,
1299
- }, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'popover-translucent': this.translucent, 'overlay-hidden': true, 'popover-desktop': desktop, [`popover-side-${side}`]: true, [FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false, 'popover-nested': !!parentPopover }), onIonPopoverDidPresent: onLifecycle, onIonPopoverWillPresent: onLifecycle, onIonPopoverWillDismiss: onLifecycle, onIonPopoverDidDismiss: onLifecycle, onIonBackdropTap: this.onBackdropTap }), !parentPopover && h("ion-backdrop", { key: '2d7b7658b01cc68073d601bfc60223c11e7ac17a', tappable: this.backdropDismiss, visible: this.showBackdrop, part: "backdrop" }), h("div", { key: 'ca01271efd4fe554f32a489fbcdfa86c3bc272da', class: "popover-wrapper ion-overlay-wrapper", onClick: dismissOnSelect ? () => this.dismiss() : undefined }, enableArrow && h("div", { key: '65567194726f62e74c3af77611230616b239cd64', class: "popover-arrow", part: "arrow" }), h("div", { key: '89321d71a93ea3849edcde9c763690523d1358c8', class: "popover-content", part: "content" }, h("slot", { key: '765b44ef54d422572fef6e119c115ee20623a292' })))));
1299
+ }, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'popover-translucent': this.translucent, 'overlay-hidden': true, 'popover-desktop': desktop, [`popover-side-${side}`]: true, [FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false, 'popover-nested': !!parentPopover }), onIonPopoverDidPresent: onLifecycle, onIonPopoverWillPresent: onLifecycle, onIonPopoverWillDismiss: onLifecycle, onIonPopoverDidDismiss: onLifecycle, onIonBackdropTap: this.onBackdropTap }), !parentPopover && h("ion-backdrop", { key: '12b3ffa3928b4d56a4f09c3d2f5d493d47b45255', tappable: this.backdropDismiss, visible: this.showBackdrop, part: "backdrop" }), h("div", { key: '2c2862d5c7e75b637973c712b4982bf4978c0cdf', class: "popover-wrapper ion-overlay-wrapper", onClick: dismissOnSelect ? () => this.dismiss() : undefined }, enableArrow && h("div", { key: '0cfacc52afaa7abc28c1b7742889d7a1c23a37ad', class: "popover-arrow", part: "arrow" }), h("div", { key: '3ef570c44d4fe7f063dd419008c92c8c40d3cd22', class: "popover-content", part: "content" }, h("slot", { key: '6fc5dfdce20fee1642bc1f05d41b5bf7d1034457' })))));
1300
1300
  }
1301
1301
  get el() { return this; }
1302
1302
  static get watchers() { return {
@@ -5,12 +5,6 @@ import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/
5
5
  import { e as renderHiddenInput } from './helpers.js';
6
6
  import { b as getIonMode } from './ionic-global.js';
7
7
 
8
- const radioGroupIosCss = "ion-radio-group{display:block}.supporting-text{line-height:1.5}.error-text{display:none;color:var(--ion-color-danger, #eb445a)}.helper-text{display:block;color:var(--ion-color-step-550, #737373)}.ion-touched.ion-invalid .error-text{display:block}.ion-touched.ion-invalid .helper-text{display:none}ion-list .supporting-text{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px}";
9
- const IonRadioGroupIosStyle0 = radioGroupIosCss;
10
-
11
- const radioGroupMdCss = "ion-radio-group{display:block}.supporting-text{line-height:1.5}.error-text{display:none;color:var(--ion-color-danger, #eb445a)}.helper-text{display:block;color:var(--ion-color-step-550, #737373)}.ion-touched.ion-invalid .error-text{display:block}.ion-touched.ion-invalid .helper-text{display:none}ion-list .supporting-text{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px}";
12
- const IonRadioGroupMdStyle0 = radioGroupMdCss;
13
-
14
8
  const RadioGroup = /*@__PURE__*/ proxyCustomElement(class RadioGroup extends HTMLElement {
15
9
  constructor() {
16
10
  super();
@@ -18,8 +12,6 @@ const RadioGroup = /*@__PURE__*/ proxyCustomElement(class RadioGroup extends HTM
18
12
  this.ionChange = createEvent(this, "ionChange", 7);
19
13
  this.ionValueChange = createEvent(this, "ionValueChange", 7);
20
14
  this.inputId = `ion-rg-${radioGroupIds++}`;
21
- this.helperTextId = `${this.inputId}-helper-text`;
22
- this.errorTextId = `${this.inputId}-error-text`;
23
15
  this.labelId = `${this.inputId}-lbl`;
24
16
  this.setRadioTabindex = (value) => {
25
17
  const radios = this.getRadios();
@@ -71,8 +63,6 @@ const RadioGroup = /*@__PURE__*/ proxyCustomElement(class RadioGroup extends HTM
71
63
  this.compareWith = undefined;
72
64
  this.name = this.inputId;
73
65
  this.value = undefined;
74
- this.helperText = undefined;
75
- this.errorText = undefined;
76
66
  }
77
67
  valueChanged(value) {
78
68
  this.setRadioTabindex(value);
@@ -171,48 +161,21 @@ const RadioGroup = /*@__PURE__*/ proxyCustomElement(class RadioGroup extends HTM
171
161
  const radioToFocus = this.getRadios().find((r) => r.tabIndex !== -1);
172
162
  radioToFocus === null || radioToFocus === void 0 ? void 0 : radioToFocus.setFocus();
173
163
  }
174
- /**
175
- * Renders the helper text or error text values
176
- */
177
- renderHintText() {
178
- const { helperText, errorText, helperTextId, errorTextId } = this;
179
- const hasHintText = !!helperText || !!errorText;
180
- if (!hasHintText) {
181
- return;
182
- }
183
- return (h("div", { class: "supporting-text" }, h("div", { id: helperTextId, class: "helper-text" }, helperText), h("div", { id: errorTextId, class: "error-text" }, errorText)));
184
- }
185
- getHintTextID() {
186
- const { el, helperText, errorText, helperTextId, errorTextId } = this;
187
- if (el.classList.contains('ion-touched') && el.classList.contains('ion-invalid') && errorText) {
188
- return errorTextId;
189
- }
190
- if (helperText) {
191
- return helperTextId;
192
- }
193
- return undefined;
194
- }
195
164
  render() {
196
165
  const { label, labelId, el, name, value } = this;
197
166
  const mode = getIonMode(this);
198
167
  renderHiddenInput(true, el, name, value, false);
199
- return (h(Host, { key: 'cac92777297029d7fd1b6af264d92850e35dfbba', role: "radiogroup", "aria-labelledby": label ? labelId : null, "aria-describedby": this.getHintTextID(), "aria-invalid": this.getHintTextID() === this.errorTextId, onClick: this.onClick, class: mode }, this.renderHintText(), h("slot", { key: '7f9bd643f5e29ca4b7dee8abd65da88118740192' })));
168
+ return h(Host, { key: 'a853e38901f0f4ba17bbf21ebb5da5b5c20b327e', role: "radiogroup", "aria-labelledby": label ? labelId : null, onClick: this.onClick, class: mode });
200
169
  }
201
170
  get el() { return this; }
202
171
  static get watchers() { return {
203
172
  "value": ["valueChanged"]
204
173
  }; }
205
- static get style() { return {
206
- ios: IonRadioGroupIosStyle0,
207
- md: IonRadioGroupMdStyle0
208
- }; }
209
- }, [36, "ion-radio-group", {
174
+ }, [0, "ion-radio-group", {
210
175
  "allowEmptySelection": [4, "allow-empty-selection"],
211
176
  "compareWith": [1, "compare-with"],
212
177
  "name": [1],
213
178
  "value": [1032],
214
- "helperText": [1, "helper-text"],
215
- "errorText": [1, "error-text"],
216
179
  "setFocus": [64]
217
180
  }, [[4, "keydown", "onKeydown"]], {
218
181
  "value": ["valueChanged"]
@@ -159,7 +159,7 @@ const Radio = /*@__PURE__*/ proxyCustomElement(class Radio extends HTMLElement {
159
159
  const { checked, disabled, color, el, justify, labelPlacement, hasLabel, buttonTabindex, alignment } = this;
160
160
  const mode = getIonMode(this);
161
161
  const inItem = hostContext('ion-item', el);
162
- return (h(Host, { key: 'c9c6410852560d664372af5ff28e778fc82748f1', onFocus: this.onFocus, onBlur: this.onBlur, onClick: this.onClick, class: createColorClasses(color, {
162
+ return (h(Host, { key: '5a0adab55ad009305de4856fa1b9f93f2279a734', onFocus: this.onFocus, onBlur: this.onBlur, onClick: this.onClick, class: createColorClasses(color, {
163
163
  [mode]: true,
164
164
  'in-item': inItem,
165
165
  'radio-checked': checked,
@@ -170,10 +170,10 @@ const Radio = /*@__PURE__*/ proxyCustomElement(class Radio extends HTMLElement {
170
170
  // Focus and active styling should not apply when the radio is in an item
171
171
  'ion-activatable': !inItem,
172
172
  'ion-focusable': !inItem,
173
- }), role: "radio", "aria-checked": checked ? 'true' : 'false', "aria-disabled": disabled ? 'true' : null, tabindex: buttonTabindex }, h("label", { key: 'b7483c1bd096942d3f14fc6d13c7c0bb3b367e42', class: "radio-wrapper" }, h("div", { key: '3b978fa691b0ec49c8d04bf6c966cc7c034b111c', class: {
173
+ }), role: "radio", "aria-checked": checked ? 'true' : 'false', "aria-disabled": disabled ? 'true' : null, tabindex: buttonTabindex }, h("label", { key: 'f5673a798e6d87868339f046445f707e1d93b7b6', class: "radio-wrapper" }, h("div", { key: 'e9190c06f75a171cab63e3f74ccf771c3ed87005', class: {
174
174
  'label-text-wrapper': true,
175
175
  'label-text-wrapper-hidden': !hasLabel,
176
- }, part: "label" }, h("slot", { key: 'c1553adfaf6ed22261654fd04491ea18dc727144' })), h("div", { key: '2defa43821d151d8130683b6b9859aca6ed944d1', class: "native-wrapper" }, this.renderRadioControl()))));
176
+ }, part: "label" }, h("slot", { key: '6cedf4e7b3bd03e4a635727dd7b6094bab64af64' })), h("div", { key: '26dd48d9d2848b7f100b732abdc4a3171adde483', class: "native-wrapper" }, this.renderRadioControl()))));
177
177
  }
178
178
  get el() { return this; }
179
179
  static get watchers() { return {
@@ -66,7 +66,7 @@ const RippleEffect = /*@__PURE__*/ proxyCustomElement(class RippleEffect extends
66
66
  }
67
67
  render() {
68
68
  const mode = getIonMode(this);
69
- return (h(Host, { key: '17c87440165ecda9c2e6fb93e48eb252dcc25a96', role: "presentation", class: {
69
+ return (h(Host, { key: '7ae559bda5d2c1856a45bfa150c2cb4f83373f8e', role: "presentation", class: {
70
70
  [mode]: true,
71
71
  unbounded: this.unbounded,
72
72
  } }));
@@ -102,7 +102,7 @@ const SelectModal = /*@__PURE__*/ proxyCustomElement(class SelectModal extends H
102
102
  } }, option.text))));
103
103
  }
104
104
  render() {
105
- return (h(Host, { key: '0050013822a291082f6be05ed4b14632ef88d09c', class: getIonMode(this) }, h("ion-header", { key: 'b45b98ec81bb7ee2fefd56a3ed39dae5573b9caa' }, h("ion-toolbar", { key: '9ed8534528a89469d4ca99e59f5ed25930cd6e8d' }, this.header !== undefined && h("ion-title", { key: '61b6bbd26b5d6ad8f0348a12e57f856e99ff0a7b' }, this.header), h("ion-buttons", { key: '0624431bcb4dbc0ab14554cd93bfefefc3d4053c', slot: "end" }, h("ion-button", { key: '9f4915f3b94521b40dbf5dba7e47840d7bdc0586', onClick: () => this.closeModal() }, "Close")))), h("ion-content", { key: 'df16869a6036e9aee1a1bf45bf46cc309cf7eb9b' }, h("ion-list", { key: '0aa82c226df3416937136a2f4229169fccd651a1' }, this.multiple === true ? this.renderCheckboxOptions() : this.renderRadioOptions()))));
105
+ return (h(Host, { key: '4df42c447b4026d09d9231f09dc4bdae9a8cfe4a', class: getIonMode(this) }, h("ion-header", { key: '211c4e869b858867f3d60637e570aeb01de41de7' }, h("ion-toolbar", { key: 'dc4b151331aecbaaaafb460802ee9b689493601d' }, this.header !== undefined && h("ion-title", { key: 'ba1347a59ae0a5c6770c239b5ec02a536a445bd1' }, this.header), h("ion-buttons", { key: '43c98fd25d7e7f54b94b24e53535c6d5ba599892', slot: "end" }, h("ion-button", { key: '51b2b3f3eed42637b2cfc213c95d0bcf10e4b89d', onClick: () => this.closeModal() }, "Close")))), h("ion-content", { key: 'fe721b09f80555856211f7e40dbfc31a533acae1' }, h("ion-list", { key: 'd0b932d137136958d896408fb2fa571023775b92' }, this.multiple === true ? this.renderCheckboxOptions() : this.renderRadioOptions()))));
106
106
  }
107
107
  get el() { return this; }
108
108
  static get style() { return {
@@ -117,7 +117,7 @@ const SelectPopover = /*@__PURE__*/ proxyCustomElement(class SelectPopover exten
117
117
  render() {
118
118
  const { header, message, options, subHeader } = this;
119
119
  const hasSubHeaderOrMessage = subHeader !== undefined || message !== undefined;
120
- return (h(Host, { key: 'aef83e0c71338c7fe840d8aa8a35457f0c02aca1', class: getIonMode(this) }, h("ion-list", { key: '0d006a2d50f1e60774a0b2492216f06d57bb8f29' }, header !== undefined && h("ion-list-header", { key: 'dd7cf5ab850f6597e678bf65e9a6e0cec335a61a' }, header), hasSubHeaderOrMessage && (h("ion-item", { key: 'fff2b677c26dbaa1c0d716f9bdaa4cd551e9ad70' }, h("ion-label", { key: '6358214355dc87a4e4cf8dd8954310a26461f037', class: "ion-text-wrap" }, subHeader !== undefined && h("h3", { key: '06fd296221969ef34df9dc8bbc256ee66af9fdba' }, subHeader), message !== undefined && h("p", { key: 'eac5f5aee78dcdf1cc5276d95e5e9892bbb69f24' }, message)))), this.renderOptions(options))));
120
+ return (h(Host, { key: 'dd0990db4de4f175b176b27f35501dd1604ca400', class: getIonMode(this) }, h("ion-list", { key: 'cea2bc3687b8b2490a2a9ff4a1e16cd34169558e' }, header !== undefined && h("ion-list-header", { key: '194aebb53453c43f913daae45a1a3066a1708c4c' }, header), hasSubHeaderOrMessage && (h("ion-item", { key: 'b706b07a3c63ad8104d2db413e210c735ec1bec9' }, h("ion-label", { key: '6e52b5b4cf6b04ff3dd5671d64264233de4190d5', class: "ion-text-wrap" }, subHeader !== undefined && h("h3", { key: '6ef4440d17f5db8c96c63b9aa5073f4fe4b8ad62' }, subHeader), message !== undefined && h("p", { key: 'c7b3b76c30ecd606c0e985a0258c13d3a75756e7' }, message)))), this.renderOptions(options))));
121
121
  }
122
122
  get el() { return this; }
123
123
  static get style() { return {
@@ -185,7 +185,7 @@ const Spinner = /*@__PURE__*/ proxyCustomElement(class Spinner extends HTMLEleme
185
185
  svgs.push(buildLine(spinner, duration, i, spinner.lines));
186
186
  }
187
187
  }
188
- return (h(Host, { key: '8cb73346083cb8a17e38c90e3405fee806c55bbf', class: createColorClasses(self.color, {
188
+ return (h(Host, { key: '9d30ee9f5aa0dd0e220da07e75d05b8b2435224d', class: createColorClasses(self.color, {
189
189
  [mode]: true,
190
190
  [`spinner-${spinnerName}`]: true,
191
191
  'spinner-paused': self.paused || config.getBoolean('_testing'),
@@ -38,11 +38,11 @@ const ToolbarTitle = /*@__PURE__*/ proxyCustomElement(class ToolbarTitle extends
38
38
  render() {
39
39
  const mode = getIonMode(this);
40
40
  const size = this.getSize();
41
- return (h(Host, { key: '388b4015f0d64a8d5b04d622d1e1fb61d0922d6c', class: createColorClasses(this.color, {
41
+ return (h(Host, { key: '7293d2ecd6262feb0d8d769effbb208230baed89', class: createColorClasses(this.color, {
42
42
  [mode]: true,
43
43
  [`title-${size}`]: true,
44
44
  'title-rtl': document.dir === 'rtl',
45
- }) }, h("div", { key: '56f719e88e9322a8862acbfd0b343fd0473bfead', class: "toolbar-title" }, h("slot", { key: 'd35b7c06089c2d498126bbfe859ffc4961de6276' }))));
45
+ }) }, h("div", { key: '086ec3a361ebdf6506846a8704b457cda3a6f897', class: "toolbar-title" }, h("slot", { key: '59add7eb92b82d6832a8f0894f897c51fdf4f214' }))));
46
46
  }
47
47
  get el() { return this; }
48
48
  static get watchers() { return {
@@ -63,10 +63,10 @@ const Toolbar = /*@__PURE__*/ proxyCustomElement(class Toolbar extends HTMLEleme
63
63
  this.childrenStyles.forEach((value) => {
64
64
  Object.assign(childStyles, value);
65
65
  });
66
- return (h(Host, { key: 'e4d089de5c5b16f34fda10f3fe00054aa38bbc7f', class: Object.assign(Object.assign({}, childStyles), createColorClasses(this.color, {
66
+ return (h(Host, { key: '4fdc9ae82a93237cc28ceb95b0ebd8069b62839d', class: Object.assign(Object.assign({}, childStyles), createColorClasses(this.color, {
67
67
  [mode]: true,
68
68
  'in-toolbar': hostContext('ion-toolbar', this.el),
69
- })) }, h("div", { key: '6463fdec00f2c50fa8691ceed3213157b275f398', class: "toolbar-background", part: "background" }), h("div", { key: 'ffcd3cf5ba187dfff98cb01101cb1dae93d0e057', class: "toolbar-container", part: "container" }, h("slot", { key: '899f1b18a87a1c873f0e4c3d7b9b3dfe20fdb1e5', name: "start" }), h("slot", { key: 'bf2fc384b24742e5f441f9193d173635d5d45dc7', name: "secondary" }), h("div", { key: '21cebe9074ad0858567edaa106571aab5895ef1d', class: "toolbar-content", part: "content" }, h("slot", { key: 'ac05301746a1e6bfb3f6c533d2fe1c770d066419' })), h("slot", { key: '1dbd07d1c7d31b16a612c05672c2d559d85e83bb', name: "primary" }), h("slot", { key: '617e1daa50d7f168d290f751005d79ce777f0793', name: "end" }))));
69
+ })) }, h("div", { key: '443a216362bbbf1c149ed12140d52b0f0ea2d664', class: "toolbar-background", part: "background" }), h("div", { key: '1df87f4027d605e42757a13d4828df45b90a4fdc', class: "toolbar-container", part: "container" }, h("slot", { key: 'f66f34972be8e3f4915b9c6f5808600dbaedb1ea', name: "start" }), h("slot", { key: '14f38b0975e956f404c4eb3ee56f2055c6615276', name: "secondary" }), h("div", { key: '75ba5953a25c7544793484d2b245792cb0a5af75', class: "toolbar-content", part: "content" }, h("slot", { key: '149dfa58ff7106f318fecb4134e7c69edf8bc231' })), h("slot", { key: '807ab9ad21d7f1d9d427a4086460bcb9e5e8c019', name: "primary" }), h("slot", { key: 'bd2f9da95d2fa8e74dc6e0666587ceecbba99d9f', name: "end" }))));
70
70
  }
71
71
  get el() { return this; }
72
72
  static get style() { return {
@@ -3,7 +3,7 @@
3
3
  */
4
4
  'use strict';
5
5
 
6
- const helpers = require('./helpers-afaa9001.js');
6
+ const helpers = require('./helpers-4be3f90d.js');
7
7
 
8
8
  // TODO(FW-2832): types
9
9
  const attachComponent = async (delegate, container, component, cssClasses, componentProps, inline) => {