@ionic/core 8.4.5 → 8.5.0

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 (462) hide show
  1. package/components/checkbox.js +40 -6
  2. package/components/index6.js +11 -3
  3. package/components/ion-input.js +22 -9
  4. package/components/ion-item-divider.js +2 -2
  5. package/components/ion-item-group.js +1 -1
  6. package/components/ion-item-option.js +2 -2
  7. package/components/ion-item-options.js +1 -1
  8. package/components/ion-item-sliding.js +1 -1
  9. package/components/ion-loading.js +2 -2
  10. package/components/ion-menu-button.js +2 -2
  11. package/components/ion-menu-toggle.js +2 -2
  12. package/components/ion-menu.js +2 -2
  13. package/components/ion-nav-link.js +1 -1
  14. package/components/ion-nav.js +1 -1
  15. package/components/ion-note.js +2 -2
  16. package/components/ion-picker-legacy.js +2 -2
  17. package/components/ion-progress-bar.js +1 -1
  18. package/components/ion-range.js +3 -3
  19. package/components/ion-refresher-content.js +1 -1
  20. package/components/ion-refresher.js +1 -1
  21. package/components/ion-reorder-group.js +1 -1
  22. package/components/ion-reorder.js +1 -1
  23. package/components/ion-router-link.js +2 -2
  24. package/components/ion-router-outlet.js +1 -1
  25. package/components/ion-row.js +1 -1
  26. package/components/ion-searchbar.js +4 -4
  27. package/components/ion-segment-button.js +2 -2
  28. package/components/ion-segment-content.js +1 -1
  29. package/components/ion-segment-view.js +2 -2
  30. package/components/ion-segment.js +2 -2
  31. package/components/ion-select-option.js +1 -1
  32. package/components/ion-select.js +50 -6
  33. package/components/ion-skeleton-text.js +2 -2
  34. package/components/ion-split-pane.js +2 -2
  35. package/components/ion-tab-bar.js +2 -2
  36. package/components/ion-tab-button.js +2 -2
  37. package/components/ion-tab.js +2 -2
  38. package/components/ion-tabs.js +1 -1
  39. package/components/ion-text.js +2 -2
  40. package/components/ion-textarea.js +21 -8
  41. package/components/ion-thumbnail.js +1 -1
  42. package/components/ion-toast.js +2 -2
  43. package/components/ion-toggle.js +40 -6
  44. package/components/label.js +2 -2
  45. package/components/list-header.js +2 -2
  46. package/components/modal.js +267 -35
  47. package/components/picker-column-option.js +2 -2
  48. package/components/picker-column2.js +2 -2
  49. package/components/popover.js +2 -2
  50. package/components/radio-group.js +39 -2
  51. package/components/radio.js +3 -3
  52. package/components/ripple-effect.js +1 -1
  53. package/components/select-modal.js +1 -1
  54. package/components/select-popover.js +1 -1
  55. package/components/spinner.js +1 -1
  56. package/components/title.js +2 -2
  57. package/components/toolbar.js +2 -2
  58. package/css/core.css.map +1 -1
  59. package/css/ionic.bundle.css.map +1 -1
  60. package/dist/cjs/{data-21dc0f81.js → data-27cc2c9c.js} +1 -1
  61. package/dist/cjs/{index-5915f9b3.js → index-48b2a28e.js} +11 -3
  62. package/dist/cjs/{index-77e085b4.js → index-9b945a2d.js} +1 -1
  63. package/dist/cjs/{index-55a184f7.js → index-f68a486a.js} +3 -3
  64. package/dist/cjs/{index-864d95f4.js → index-fd6383b6.js} +1 -1
  65. package/dist/cjs/index.cjs.js +6 -6
  66. package/dist/cjs/{input-shims-52924092.js → input-shims-2d27a5be.js} +4 -2
  67. package/dist/cjs/{input.utils-e4144534.js → input.utils-2f642324.js} +1 -1
  68. package/dist/cjs/ion-accordion_2.cjs.entry.js +1 -1
  69. package/dist/cjs/ion-action-sheet.cjs.entry.js +2 -2
  70. package/dist/cjs/ion-alert.cjs.entry.js +2 -2
  71. package/dist/cjs/ion-app_8.cjs.entry.js +10 -10
  72. package/dist/cjs/ion-avatar_3.cjs.entry.js +1 -1
  73. package/dist/cjs/ion-button_2.cjs.entry.js +1 -1
  74. package/dist/cjs/ion-checkbox.cjs.entry.js +37 -6
  75. package/dist/cjs/ion-col_3.cjs.entry.js +1 -1
  76. package/dist/cjs/ion-datetime-button.cjs.entry.js +2 -2
  77. package/dist/cjs/ion-datetime_3.cjs.entry.js +7 -7
  78. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +2 -2
  79. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +1 -1
  80. package/dist/cjs/ion-input.cjs.entry.js +21 -9
  81. package/dist/cjs/ion-item-option_3.cjs.entry.js +6 -6
  82. package/dist/cjs/ion-item_8.cjs.entry.js +11 -11
  83. package/dist/cjs/ion-loading.cjs.entry.js +4 -4
  84. package/dist/cjs/ion-menu_3.cjs.entry.js +9 -9
  85. package/dist/cjs/ion-modal.cjs.entry.js +270 -39
  86. package/dist/cjs/ion-nav_2.cjs.entry.js +4 -4
  87. package/dist/cjs/ion-picker-column-option.cjs.entry.js +2 -2
  88. package/dist/cjs/ion-popover.cjs.entry.js +5 -5
  89. package/dist/cjs/ion-progress-bar.cjs.entry.js +1 -1
  90. package/dist/cjs/ion-radio_2.cjs.entry.js +39 -4
  91. package/dist/cjs/ion-range.cjs.entry.js +5 -5
  92. package/dist/cjs/ion-refresher_2.cjs.entry.js +4 -4
  93. package/dist/cjs/ion-reorder_2.cjs.entry.js +4 -4
  94. package/dist/cjs/ion-ripple-effect.cjs.entry.js +1 -1
  95. package/dist/cjs/ion-route_4.cjs.entry.js +2 -2
  96. package/dist/cjs/ion-searchbar.cjs.entry.js +4 -4
  97. package/dist/cjs/ion-segment-content.cjs.entry.js +1 -1
  98. package/dist/cjs/ion-segment-view.cjs.entry.js +2 -2
  99. package/dist/cjs/ion-segment_2.cjs.entry.js +4 -4
  100. package/dist/cjs/ion-select-modal.cjs.entry.js +3 -3
  101. package/dist/cjs/ion-select_3.cjs.entry.js +51 -10
  102. package/dist/cjs/ion-spinner.cjs.entry.js +1 -1
  103. package/dist/cjs/ion-split-pane.cjs.entry.js +2 -2
  104. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +4 -4
  105. package/dist/cjs/ion-tab_2.cjs.entry.js +3 -3
  106. package/dist/cjs/ion-text.cjs.entry.js +2 -2
  107. package/dist/cjs/ion-textarea.cjs.entry.js +20 -8
  108. package/dist/cjs/ion-toast.cjs.entry.js +4 -4
  109. package/dist/cjs/ion-toggle.cjs.entry.js +37 -6
  110. package/dist/cjs/ionic.cjs.js +1 -1
  111. package/dist/cjs/{ios.transition-abac30e4.js → ios.transition-f970164c.js} +2 -2
  112. package/dist/cjs/loader.cjs.js +1 -1
  113. package/dist/cjs/{md.transition-e328f70d.js → md.transition-aa8820dd.js} +2 -2
  114. package/dist/cjs/{overlays-2f264f05.js → overlays-737576a2.js} +1 -1
  115. package/dist/cjs/{status-tap-191ccc90.js → status-tap-08d1ac81.js} +3 -2
  116. package/dist/collection/components/checkbox/checkbox.ios.css +52 -15
  117. package/dist/collection/components/checkbox/checkbox.js +90 -4
  118. package/dist/collection/components/checkbox/checkbox.md.css +52 -15
  119. package/dist/collection/components/input/input.ios.css +3 -2
  120. package/dist/collection/components/input/input.js +18 -4
  121. package/dist/collection/components/input/input.md.css +7 -2
  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/animations/ios.enter.js +50 -4
  134. package/dist/collection/components/modal/animations/ios.leave.js +24 -2
  135. package/dist/collection/components/modal/animations/md.enter.js +52 -5
  136. package/dist/collection/components/modal/animations/md.leave.js +26 -3
  137. package/dist/collection/components/modal/animations/sheet.js +11 -2
  138. package/dist/collection/components/modal/gestures/sheet.js +87 -10
  139. package/dist/collection/components/modal/modal.ios.css +16 -0
  140. package/dist/collection/components/modal/modal.js +32 -7
  141. package/dist/collection/components/modal/modal.md.css +6 -0
  142. package/dist/collection/components/nav/nav.js +1 -1
  143. package/dist/collection/components/nav-link/nav-link.js +1 -1
  144. package/dist/collection/components/note/note.js +2 -2
  145. package/dist/collection/components/picker-column-option/picker-column-option.js +2 -2
  146. package/dist/collection/components/picker-legacy/picker.js +2 -2
  147. package/dist/collection/components/picker-legacy-column/picker-column.js +2 -2
  148. package/dist/collection/components/popover/popover.js +2 -2
  149. package/dist/collection/components/progress-bar/progress-bar.js +1 -1
  150. package/dist/collection/components/radio/radio.js +3 -3
  151. package/dist/collection/components/radio-group/radio-group.ios.css +205 -0
  152. package/dist/collection/components/radio-group/radio-group.js +72 -1
  153. package/dist/collection/components/radio-group/radio-group.md.css +205 -0
  154. package/dist/collection/components/range/range.js +3 -3
  155. package/dist/collection/components/refresher/refresher.js +1 -1
  156. package/dist/collection/components/refresher-content/refresher-content.js +1 -1
  157. package/dist/collection/components/reorder/reorder.js +1 -1
  158. package/dist/collection/components/reorder-group/reorder-group.js +1 -1
  159. package/dist/collection/components/ripple-effect/ripple-effect.js +1 -1
  160. package/dist/collection/components/router-link/router-link.js +2 -2
  161. package/dist/collection/components/router-outlet/router-outlet.js +1 -1
  162. package/dist/collection/components/row/row.js +1 -1
  163. package/dist/collection/components/searchbar/searchbar.js +4 -4
  164. package/dist/collection/components/segment/segment.js +2 -2
  165. package/dist/collection/components/segment-button/segment-button.js +2 -2
  166. package/dist/collection/components/segment-content/segment-content.js +1 -1
  167. package/dist/collection/components/segment-view/segment-view.js +2 -2
  168. package/dist/collection/components/select/select.ios.css +59 -0
  169. package/dist/collection/components/select/select.js +100 -4
  170. package/dist/collection/components/select/select.md.css +61 -0
  171. package/dist/collection/components/select-modal/select-modal.js +1 -1
  172. package/dist/collection/components/select-option/select-option.js +1 -1
  173. package/dist/collection/components/select-popover/select-popover.js +1 -1
  174. package/dist/collection/components/skeleton-text/skeleton-text.js +2 -2
  175. package/dist/collection/components/spinner/spinner.js +1 -1
  176. package/dist/collection/components/split-pane/split-pane.js +2 -2
  177. package/dist/collection/components/tab/tab.js +2 -2
  178. package/dist/collection/components/tab-bar/tab-bar.js +2 -2
  179. package/dist/collection/components/tab-button/tab-button.js +2 -2
  180. package/dist/collection/components/tabs/tabs.js +1 -1
  181. package/dist/collection/components/text/text.js +2 -2
  182. package/dist/collection/components/textarea/textarea.ios.css +3 -2
  183. package/dist/collection/components/textarea/textarea.js +17 -3
  184. package/dist/collection/components/textarea/textarea.md.css +7 -2
  185. package/dist/collection/components/thumbnail/thumbnail.js +1 -1
  186. package/dist/collection/components/title/title.js +2 -2
  187. package/dist/collection/components/toast/toast.js +2 -2
  188. package/dist/collection/components/toggle/toggle.ios.css +52 -15
  189. package/dist/collection/components/toggle/toggle.js +90 -4
  190. package/dist/collection/components/toggle/toggle.md.css +52 -15
  191. package/dist/collection/components/toolbar/toolbar.js +6 -2
  192. package/dist/collection/utils/logging/index.js +10 -3
  193. package/dist/docs.json +379 -2
  194. package/dist/esm/{data-ae11fd43.js → data-174ad5e0.js} +1 -1
  195. package/dist/esm/{index-9b0d46f4.js → index-738d7504.js} +11 -3
  196. package/dist/esm/{index-d4642b24.js → index-933ca126.js} +1 -1
  197. package/dist/esm/{index-c4a831fd.js → index-a313df53.js} +3 -3
  198. package/dist/esm/{index-df741ec6.js → index-c63afbe6.js} +1 -1
  199. package/dist/esm/index.js +6 -6
  200. package/dist/esm/{input-shims-80c5b98e.js → input-shims-3070628a.js} +4 -2
  201. package/dist/esm/{input.utils-3a4c0a2a.js → input.utils-926c04a8.js} +1 -1
  202. package/dist/esm/ion-accordion_2.entry.js +1 -1
  203. package/dist/esm/ion-action-sheet.entry.js +2 -2
  204. package/dist/esm/ion-alert.entry.js +2 -2
  205. package/dist/esm/ion-app_8.entry.js +10 -10
  206. package/dist/esm/ion-avatar_3.entry.js +1 -1
  207. package/dist/esm/ion-button_2.entry.js +1 -1
  208. package/dist/esm/ion-checkbox.entry.js +37 -6
  209. package/dist/esm/ion-col_3.entry.js +1 -1
  210. package/dist/esm/ion-datetime-button.entry.js +2 -2
  211. package/dist/esm/ion-datetime_3.entry.js +7 -7
  212. package/dist/esm/ion-infinite-scroll_2.entry.js +2 -2
  213. package/dist/esm/ion-input-password-toggle.entry.js +1 -1
  214. package/dist/esm/ion-input.entry.js +22 -10
  215. package/dist/esm/ion-item-option_3.entry.js +6 -6
  216. package/dist/esm/ion-item_8.entry.js +11 -11
  217. package/dist/esm/ion-loading.entry.js +4 -4
  218. package/dist/esm/ion-menu_3.entry.js +9 -9
  219. package/dist/esm/ion-modal.entry.js +270 -39
  220. package/dist/esm/ion-nav_2.entry.js +4 -4
  221. package/dist/esm/ion-picker-column-option.entry.js +2 -2
  222. package/dist/esm/ion-popover.entry.js +5 -5
  223. package/dist/esm/ion-progress-bar.entry.js +1 -1
  224. package/dist/esm/ion-radio_2.entry.js +39 -4
  225. package/dist/esm/ion-range.entry.js +5 -5
  226. package/dist/esm/ion-refresher_2.entry.js +4 -4
  227. package/dist/esm/ion-reorder_2.entry.js +4 -4
  228. package/dist/esm/ion-ripple-effect.entry.js +1 -1
  229. package/dist/esm/ion-route_4.entry.js +2 -2
  230. package/dist/esm/ion-searchbar.entry.js +4 -4
  231. package/dist/esm/ion-segment-content.entry.js +1 -1
  232. package/dist/esm/ion-segment-view.entry.js +2 -2
  233. package/dist/esm/ion-segment_2.entry.js +4 -4
  234. package/dist/esm/ion-select-modal.entry.js +3 -3
  235. package/dist/esm/ion-select_3.entry.js +51 -10
  236. package/dist/esm/ion-spinner.entry.js +1 -1
  237. package/dist/esm/ion-split-pane.entry.js +2 -2
  238. package/dist/esm/ion-tab-bar_2.entry.js +4 -4
  239. package/dist/esm/ion-tab_2.entry.js +3 -3
  240. package/dist/esm/ion-text.entry.js +2 -2
  241. package/dist/esm/ion-textarea.entry.js +21 -9
  242. package/dist/esm/ion-toast.entry.js +4 -4
  243. package/dist/esm/ion-toggle.entry.js +37 -6
  244. package/dist/esm/ionic.js +1 -1
  245. package/dist/esm/{ios.transition-a81c9c6b.js → ios.transition-5fe4d6c8.js} +2 -2
  246. package/dist/esm/loader.js +1 -1
  247. package/dist/esm/{md.transition-dbb51edc.js → md.transition-3d0d3730.js} +2 -2
  248. package/dist/esm/{overlays-4ff1fca8.js → overlays-7579a420.js} +1 -1
  249. package/dist/esm/{status-tap-73b183f4.js → status-tap-6367b913.js} +3 -2
  250. package/dist/esm-es5/{data-ae11fd43.js → data-174ad5e0.js} +1 -1
  251. package/dist/esm-es5/index-738d7504.js +4 -0
  252. package/dist/esm-es5/{index-d4642b24.js → index-933ca126.js} +1 -1
  253. package/dist/esm-es5/{index-c4a831fd.js → index-a313df53.js} +1 -1
  254. package/dist/esm-es5/{index-df741ec6.js → index-c63afbe6.js} +1 -1
  255. package/dist/esm-es5/index.js +1 -1
  256. package/dist/esm-es5/input-shims-3070628a.js +4 -0
  257. package/dist/esm-es5/{input.utils-3a4c0a2a.js → input.utils-926c04a8.js} +1 -1
  258. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  259. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  260. package/dist/esm-es5/ion-alert.entry.js +1 -1
  261. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  262. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  263. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  264. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  265. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  266. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  267. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  268. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  269. package/dist/esm-es5/ion-input-password-toggle.entry.js +1 -1
  270. package/dist/esm-es5/ion-input.entry.js +1 -1
  271. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  272. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  273. package/dist/esm-es5/ion-loading.entry.js +1 -1
  274. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  275. package/dist/esm-es5/ion-modal.entry.js +1 -1
  276. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  277. package/dist/esm-es5/ion-picker-column-option.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-a81c9c6b.js → ios.transition-5fe4d6c8.js} +1 -1
  302. package/dist/esm-es5/loader.js +1 -1
  303. package/dist/esm-es5/md.transition-3d0d3730.js +4 -0
  304. package/dist/esm-es5/{overlays-4ff1fca8.js → overlays-7579a420.js} +1 -1
  305. package/dist/esm-es5/status-tap-6367b913.js +4 -0
  306. package/dist/html.html-data.json +48 -0
  307. package/dist/ionic/index.esm.js +1 -1
  308. package/dist/ionic/ionic.esm.js +1 -1
  309. package/dist/ionic/{p-f30071a2.system.js → p-042d5353.system.js} +1 -1
  310. package/dist/ionic/{p-ad780230.js → p-060e4551.js} +1 -1
  311. package/dist/ionic/p-094c82d7.entry.js +4 -0
  312. package/dist/ionic/{p-1ef02643.system.entry.js → p-0adb6909.system.entry.js} +1 -1
  313. package/dist/ionic/{p-a9b9259c.entry.js → p-0be8a0b5.entry.js} +1 -1
  314. package/dist/ionic/{p-811ff2a0.system.entry.js → p-0bedc891.system.entry.js} +1 -1
  315. package/dist/ionic/p-0ec5b7cf.system.js +4 -0
  316. package/dist/ionic/{p-df61d353.entry.js → p-13886789.entry.js} +1 -1
  317. package/dist/ionic/p-143ff664.system.entry.js +4 -0
  318. package/dist/ionic/p-18f9b6d5.entry.js +4 -0
  319. package/dist/ionic/{p-afd7a6a9.entry.js → p-19c32a76.entry.js} +1 -1
  320. package/dist/ionic/{p-dd141012.system.entry.js → p-1a9613bf.system.entry.js} +1 -1
  321. package/dist/ionic/{p-f687573e.system.js → p-1bf5ec17.system.js} +1 -1
  322. package/dist/ionic/{p-dbac4f3e.system.entry.js → p-1d2844a5.system.entry.js} +1 -1
  323. package/dist/ionic/{p-dc8cbb8b.entry.js → p-1f837356.entry.js} +1 -1
  324. package/dist/ionic/p-2027221d.js +4 -0
  325. package/dist/ionic/{p-b8e3b3ca.system.entry.js → p-21371278.system.entry.js} +1 -1
  326. package/dist/ionic/{p-adbbf974.system.js → p-24ae7b33.system.js} +1 -1
  327. package/dist/ionic/p-29a5b4e4.entry.js +4 -0
  328. package/dist/ionic/{p-611d105b.entry.js → p-2ee9a2c6.entry.js} +1 -1
  329. package/dist/ionic/p-2fa5a4b1.entry.js +4 -0
  330. package/dist/ionic/{p-782ed885.system.js → p-3479f51b.system.js} +1 -1
  331. package/dist/ionic/{p-3705c194.entry.js → p-35f14792.entry.js} +1 -1
  332. package/dist/ionic/{p-21d1c1c7.system.entry.js → p-37a438ad.system.entry.js} +2 -2
  333. package/dist/ionic/{p-cd239b25.entry.js → p-3af7b907.entry.js} +1 -1
  334. package/dist/ionic/{p-8dbe745b.system.js → p-3bd5fedc.system.js} +1 -1
  335. package/dist/ionic/{p-31d6b3d0.system.entry.js → p-3be7cdeb.system.entry.js} +2 -2
  336. package/dist/ionic/p-3f4327f7.js +4 -0
  337. package/dist/ionic/{p-85f19de9.entry.js → p-42f6e75c.entry.js} +1 -1
  338. package/dist/ionic/{p-bf973e4b.system.entry.js → p-4470f87b.system.entry.js} +2 -2
  339. package/dist/ionic/p-4493c1ac.entry.js +4 -0
  340. package/dist/ionic/{p-0b860115.system.entry.js → p-4630688e.system.entry.js} +1 -1
  341. package/dist/ionic/{p-a8cc566d.system.entry.js → p-472c7e08.system.entry.js} +1 -1
  342. package/dist/ionic/{p-1a289aba.system.entry.js → p-491de063.system.entry.js} +1 -1
  343. package/dist/ionic/{p-ec631b0f.js → p-4c44d04c.js} +1 -1
  344. package/dist/ionic/{p-8db97fa1.js → p-4c94580e.js} +1 -1
  345. package/dist/ionic/{p-36079188.system.entry.js → p-4d0190ad.system.entry.js} +1 -1
  346. package/dist/ionic/{p-53d4d8c7.entry.js → p-50f38461.entry.js} +1 -1
  347. package/dist/ionic/{p-91fe21bb.system.js → p-51c363e7.system.js} +1 -1
  348. package/dist/ionic/{p-bf7f7084.system.entry.js → p-524ad57e.system.entry.js} +2 -2
  349. package/dist/ionic/p-54893ae3.entry.js +4 -0
  350. package/dist/ionic/p-54e9620f.js +4 -0
  351. package/dist/ionic/{p-4e1b109b.entry.js → p-58c482af.entry.js} +1 -1
  352. package/dist/ionic/{p-f59611e2.system.js → p-5eb6f582.system.js} +1 -1
  353. package/dist/ionic/p-606887b7.system.entry.js +4 -0
  354. package/dist/ionic/p-6797c66e.system.js +4 -0
  355. package/dist/ionic/{p-9023f5eb.entry.js → p-72e6a9c6.entry.js} +1 -1
  356. package/dist/ionic/{p-f1b20f28.entry.js → p-747f9517.entry.js} +1 -1
  357. package/dist/ionic/{p-00ab8b89.system.js → p-77991411.system.js} +2 -2
  358. package/dist/ionic/{p-16cd36e4.entry.js → p-7ff4f502.entry.js} +1 -1
  359. package/dist/ionic/{p-3250466d.system.entry.js → p-81378456.system.entry.js} +2 -2
  360. package/dist/ionic/p-81474833.system.entry.js +4 -0
  361. package/dist/ionic/{p-39b5611c.entry.js → p-838cc359.entry.js} +1 -1
  362. package/dist/ionic/{p-df4c00a4.system.entry.js → p-888d383b.system.entry.js} +1 -1
  363. package/dist/ionic/{p-5175f06a.entry.js → p-8b1c1fd7.entry.js} +1 -1
  364. package/dist/ionic/{p-6390c6ab.system.entry.js → p-8deac7df.system.entry.js} +1 -1
  365. package/dist/ionic/{p-b88c5ce4.entry.js → p-8fa4fa3f.entry.js} +1 -1
  366. package/dist/ionic/{p-f1ad06bd.system.entry.js → p-8fa62efe.system.entry.js} +1 -1
  367. package/dist/ionic/{p-4979cd1d.entry.js → p-8fc426e2.entry.js} +1 -1
  368. package/dist/ionic/p-959cf042.system.entry.js +4 -0
  369. package/dist/ionic/{p-32d4ac00.entry.js → p-9b069739.entry.js} +1 -1
  370. package/dist/ionic/{p-3fc787a8.system.entry.js → p-9df36075.system.entry.js} +1 -1
  371. package/dist/ionic/{p-85446175.js → p-9e51f822.js} +1 -1
  372. package/dist/ionic/{p-fd0f8d68.entry.js → p-a520973b.entry.js} +1 -1
  373. package/dist/ionic/{p-89204f3f.system.js → p-a587b2ae.system.js} +1 -1
  374. package/dist/ionic/p-a9f2c0a7.entry.js +4 -0
  375. package/dist/ionic/{p-4cfb0dc8.entry.js → p-ab7337e1.entry.js} +1 -1
  376. package/dist/ionic/{p-f9e7de97.system.entry.js → p-ac58d726.system.entry.js} +1 -1
  377. package/dist/ionic/{p-3c66a690.entry.js → p-ace2d2be.entry.js} +1 -1
  378. package/dist/ionic/{p-b7ed7f16.entry.js → p-ada878ce.entry.js} +1 -1
  379. package/dist/ionic/{p-f1be5454.entry.js → p-b055d618.entry.js} +1 -1
  380. package/dist/ionic/{p-7d425376.system.entry.js → p-b2296998.system.entry.js} +1 -1
  381. package/dist/ionic/{p-da5ae6cf.system.entry.js → p-b2ee0628.system.entry.js} +1 -1
  382. package/dist/ionic/{p-1cfb788a.entry.js → p-b6174297.entry.js} +1 -1
  383. package/dist/ionic/p-b8c2dbcd.entry.js +4 -0
  384. package/dist/ionic/{p-2f890012.system.entry.js → p-b9eb1465.system.entry.js} +1 -1
  385. package/dist/ionic/{p-afcd55c6.entry.js → p-b9f2e353.entry.js} +1 -1
  386. package/dist/ionic/p-bbc6db8c.entry.js +4 -0
  387. package/dist/ionic/p-bc3e5577.system.entry.js +4 -0
  388. package/dist/ionic/p-bf64af90.system.js +1 -1
  389. package/dist/ionic/p-c258efb9.entry.js +4 -0
  390. package/dist/ionic/{p-847fd113.entry.js → p-c25c0ba4.entry.js} +1 -1
  391. package/dist/ionic/p-c5b5f44a.entry.js +4 -0
  392. package/dist/ionic/{p-8cfaf64f.system.entry.js → p-c6a20407.system.entry.js} +1 -1
  393. package/dist/ionic/{p-96f7bb84.system.entry.js → p-c8331397.system.entry.js} +1 -1
  394. package/dist/ionic/{p-9e7a9a27.entry.js → p-c8bf9ba7.entry.js} +1 -1
  395. package/dist/ionic/{p-af873227.system.js → p-d7032956.system.js} +1 -1
  396. package/dist/ionic/p-d8c9d5ac.system.entry.js +4 -0
  397. package/dist/ionic/{p-d4308e05.system.entry.js → p-daf1e8ec.system.entry.js} +1 -1
  398. package/dist/ionic/{p-684c6a80.system.entry.js → p-def7a8bd.system.entry.js} +1 -1
  399. package/dist/ionic/{p-37e874f1.js → p-e00b72ce.js} +1 -1
  400. package/dist/ionic/{p-7737b8fa.js → p-e0a05506.js} +1 -1
  401. package/dist/ionic/{p-f97efff5.system.entry.js → p-e0c0218f.system.entry.js} +1 -1
  402. package/dist/ionic/{p-6386ccd6.system.entry.js → p-e0c43e11.system.entry.js} +1 -1
  403. package/dist/ionic/{p-8b378b48.system.entry.js → p-e4683bfd.system.entry.js} +1 -1
  404. package/dist/ionic/{p-0eb49e5c.system.entry.js → p-e5708e5d.system.entry.js} +1 -1
  405. package/dist/ionic/{p-a8584808.system.entry.js → p-e5c27d9f.system.entry.js} +1 -1
  406. package/dist/ionic/p-e5cf01f1.entry.js +4 -0
  407. package/dist/ionic/{p-27da8c2c.js → p-e7309bfa.js} +1 -1
  408. package/dist/ionic/p-ed768b77.entry.js +4 -0
  409. package/dist/ionic/{p-ded39921.entry.js → p-eec4b772.entry.js} +1 -1
  410. package/dist/ionic/{p-34b077b1.system.entry.js → p-eeee3990.system.entry.js} +1 -1
  411. package/dist/ionic/{p-360f5507.entry.js → p-efa0f3f5.entry.js} +1 -1
  412. package/dist/ionic/p-f02e9382.system.entry.js +4 -0
  413. package/dist/ionic/{p-c8c27ae7.system.entry.js → p-f6bb9be7.system.entry.js} +1 -1
  414. package/dist/ionic/{p-d60342e3.js → p-f7ce606e.js} +1 -1
  415. package/dist/ionic/{p-11bbdab8.system.entry.js → p-f94b2f2f.system.entry.js} +1 -1
  416. package/dist/ionic/{p-c5abee89.system.entry.js → p-ff4a1ba0.system.entry.js} +1 -1
  417. package/dist/types/components/checkbox/checkbox.d.ts +25 -0
  418. package/dist/types/components/input/input.d.ts +8 -0
  419. package/dist/types/components/modal/animations/sheet.d.ts +1 -0
  420. package/dist/types/components/modal/gestures/sheet.d.ts +1 -1
  421. package/dist/types/components/modal/modal-interface.d.ts +1 -0
  422. package/dist/types/components/modal/modal.d.ts +14 -0
  423. package/dist/types/components/radio-group/radio-group.d.ts +15 -0
  424. package/dist/types/components/select/select.d.ts +29 -0
  425. package/dist/types/components/textarea/textarea.d.ts +8 -0
  426. package/dist/types/components/toggle/toggle.d.ts +25 -0
  427. package/dist/types/components/toolbar/toolbar.d.ts +4 -0
  428. package/dist/types/components.d.ts +96 -0
  429. package/dist/types/utils/config.d.ts +9 -0
  430. package/dist/types/utils/logging/index.d.ts +13 -1
  431. package/hydrate/index.js +575 -153
  432. package/hydrate/index.mjs +575 -153
  433. package/package.json +1 -1
  434. package/dist/esm-es5/index-9b0d46f4.js +0 -4
  435. package/dist/esm-es5/input-shims-80c5b98e.js +0 -4
  436. package/dist/esm-es5/md.transition-dbb51edc.js +0 -4
  437. package/dist/esm-es5/status-tap-73b183f4.js +0 -4
  438. package/dist/ionic/p-06fee233.js +0 -4
  439. package/dist/ionic/p-1332050e.entry.js +0 -4
  440. package/dist/ionic/p-19179876.js +0 -4
  441. package/dist/ionic/p-1ffab75e.entry.js +0 -4
  442. package/dist/ionic/p-2d4658d4.system.entry.js +0 -4
  443. package/dist/ionic/p-3e0bb0e1.entry.js +0 -4
  444. package/dist/ionic/p-3ef5e7fc.entry.js +0 -4
  445. package/dist/ionic/p-51fc2fac.system.entry.js +0 -4
  446. package/dist/ionic/p-5430a6da.entry.js +0 -4
  447. package/dist/ionic/p-64279526.js +0 -4
  448. package/dist/ionic/p-64da0521.system.js +0 -4
  449. package/dist/ionic/p-6aa6839e.entry.js +0 -4
  450. package/dist/ionic/p-6cb61a35.entry.js +0 -4
  451. package/dist/ionic/p-8d611ccd.entry.js +0 -4
  452. package/dist/ionic/p-9048389e.entry.js +0 -4
  453. package/dist/ionic/p-a300835e.system.entry.js +0 -4
  454. package/dist/ionic/p-a6042939.entry.js +0 -4
  455. package/dist/ionic/p-a6f13a4e.system.entry.js +0 -4
  456. package/dist/ionic/p-aae8187b.system.entry.js +0 -4
  457. package/dist/ionic/p-ae518f0b.system.entry.js +0 -4
  458. package/dist/ionic/p-cbd5b96a.entry.js +0 -4
  459. package/dist/ionic/p-ccbb47f5.entry.js +0 -4
  460. package/dist/ionic/p-e394222f.entry.js +0 -4
  461. package/dist/ionic/p-ea925d34.system.entry.js +0 -4
  462. package/dist/ionic/p-ff4b7e40.system.js +0 -4
package/dist/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-03-13T22:16:02",
2
+ "timestamp": "2025-03-13T23:07:49",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.20.0",
@@ -5746,6 +5746,18 @@
5746
5746
  {
5747
5747
  "name": "part",
5748
5748
  "text": "mark - The checkmark used to indicate the checked state."
5749
+ },
5750
+ {
5751
+ "name": "part",
5752
+ "text": "supporting-text - Supporting text displayed beneath the checkbox label."
5753
+ },
5754
+ {
5755
+ "name": "part",
5756
+ "text": "helper-text - Supporting text displayed beneath the checkbox label when the checkbox is valid."
5757
+ },
5758
+ {
5759
+ "name": "part",
5760
+ "text": "error-text - Supporting text displayed beneath the checkbox label when the checkbox is invalid and touched."
5749
5761
  }
5750
5762
  ],
5751
5763
  "usage": {},
@@ -5889,6 +5901,54 @@
5889
5901
  "optional": false,
5890
5902
  "required": false
5891
5903
  },
5904
+ {
5905
+ "name": "errorText",
5906
+ "type": "string | undefined",
5907
+ "complexType": {
5908
+ "original": "string",
5909
+ "resolved": "string | undefined",
5910
+ "references": {}
5911
+ },
5912
+ "mutable": false,
5913
+ "attr": "error-text",
5914
+ "reflectToAttr": false,
5915
+ "docs": "Text that is placed under the checkbox label and displayed when an error is detected.",
5916
+ "docsTags": [],
5917
+ "values": [
5918
+ {
5919
+ "type": "string"
5920
+ },
5921
+ {
5922
+ "type": "undefined"
5923
+ }
5924
+ ],
5925
+ "optional": true,
5926
+ "required": false
5927
+ },
5928
+ {
5929
+ "name": "helperText",
5930
+ "type": "string | undefined",
5931
+ "complexType": {
5932
+ "original": "string",
5933
+ "resolved": "string | undefined",
5934
+ "references": {}
5935
+ },
5936
+ "mutable": false,
5937
+ "attr": "helper-text",
5938
+ "reflectToAttr": false,
5939
+ "docs": "Text that is placed under the checkbox label and displayed when no error is detected.",
5940
+ "docsTags": [],
5941
+ "values": [
5942
+ {
5943
+ "type": "string"
5944
+ },
5945
+ {
5946
+ "type": "undefined"
5947
+ }
5948
+ ],
5949
+ "optional": true,
5950
+ "required": false
5951
+ },
5892
5952
  {
5893
5953
  "name": "indeterminate",
5894
5954
  "type": "boolean",
@@ -6022,6 +6082,28 @@
6022
6082
  "optional": false,
6023
6083
  "required": false
6024
6084
  },
6085
+ {
6086
+ "name": "required",
6087
+ "type": "boolean",
6088
+ "complexType": {
6089
+ "original": "boolean",
6090
+ "resolved": "boolean",
6091
+ "references": {}
6092
+ },
6093
+ "mutable": false,
6094
+ "attr": "required",
6095
+ "reflectToAttr": false,
6096
+ "docs": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid.",
6097
+ "docsTags": [],
6098
+ "default": "false",
6099
+ "values": [
6100
+ {
6101
+ "type": "boolean"
6102
+ }
6103
+ ],
6104
+ "optional": false,
6105
+ "required": false
6106
+ },
6025
6107
  {
6026
6108
  "name": "value",
6027
6109
  "type": "any",
@@ -6242,6 +6324,14 @@
6242
6324
  "name": "container",
6243
6325
  "docs": "The container for the checkbox mark."
6244
6326
  },
6327
+ {
6328
+ "name": "error-text",
6329
+ "docs": "Supporting text displayed beneath the checkbox label when the checkbox is invalid and touched."
6330
+ },
6331
+ {
6332
+ "name": "helper-text",
6333
+ "docs": "Supporting text displayed beneath the checkbox label when the checkbox is valid."
6334
+ },
6245
6335
  {
6246
6336
  "name": "label",
6247
6337
  "docs": "The label text describing the checkbox."
@@ -6249,6 +6339,10 @@
6249
6339
  {
6250
6340
  "name": "mark",
6251
6341
  "docs": "The checkmark used to indicate the checked state."
6342
+ },
6343
+ {
6344
+ "name": "supporting-text",
6345
+ "docs": "Supporting text displayed beneath the checkbox label."
6252
6346
  }
6253
6347
  ],
6254
6348
  "dependents": [
@@ -17028,6 +17122,28 @@
17028
17122
  "optional": true,
17029
17123
  "required": false
17030
17124
  },
17125
+ {
17126
+ "name": "expandToScroll",
17127
+ "type": "boolean",
17128
+ "complexType": {
17129
+ "original": "boolean",
17130
+ "resolved": "boolean",
17131
+ "references": {}
17132
+ },
17133
+ "mutable": false,
17134
+ "attr": "expand-to-scroll",
17135
+ "reflectToAttr": false,
17136
+ "docs": "Controls whether scrolling or dragging within the sheet modal expands\nit to a larger breakpoint. This only takes effect when `breakpoints`\nand `initialBreakpoint` are set.\n\nIf `true`, scrolling or dragging anywhere in the modal will first expand\nit to the next breakpoint. Once fully expanded, scrolling will affect the\ncontent.\nIf `false`, scrolling will always affect the content. The modal will\nonly expand when dragging the header or handle. The modal will close when\ndragging the header or handle. It can also be closed when dragging the\ncontent, but only if the content is scrolled to the top.",
17137
+ "docsTags": [],
17138
+ "default": "true",
17139
+ "values": [
17140
+ {
17141
+ "type": "boolean"
17142
+ }
17143
+ ],
17144
+ "optional": false,
17145
+ "required": false
17146
+ },
17031
17147
  {
17032
17148
  "name": "focusTrap",
17033
17149
  "type": "boolean",
@@ -22544,6 +22660,54 @@
22544
22660
  "optional": true,
22545
22661
  "required": false
22546
22662
  },
22663
+ {
22664
+ "name": "errorText",
22665
+ "type": "string | undefined",
22666
+ "complexType": {
22667
+ "original": "string",
22668
+ "resolved": "string | undefined",
22669
+ "references": {}
22670
+ },
22671
+ "mutable": false,
22672
+ "attr": "error-text",
22673
+ "reflectToAttr": false,
22674
+ "docs": "The error text to display at the top of the radio group.",
22675
+ "docsTags": [],
22676
+ "values": [
22677
+ {
22678
+ "type": "string"
22679
+ },
22680
+ {
22681
+ "type": "undefined"
22682
+ }
22683
+ ],
22684
+ "optional": true,
22685
+ "required": false
22686
+ },
22687
+ {
22688
+ "name": "helperText",
22689
+ "type": "string | undefined",
22690
+ "complexType": {
22691
+ "original": "string",
22692
+ "resolved": "string | undefined",
22693
+ "references": {}
22694
+ },
22695
+ "mutable": false,
22696
+ "attr": "helper-text",
22697
+ "reflectToAttr": false,
22698
+ "docs": "The helper text to display at the top of the radio group.",
22699
+ "docsTags": [],
22700
+ "values": [
22701
+ {
22702
+ "type": "string"
22703
+ },
22704
+ {
22705
+ "type": "undefined"
22706
+ }
22707
+ ],
22708
+ "optional": true,
22709
+ "required": false
22710
+ },
22547
22711
  {
22548
22712
  "name": "name",
22549
22713
  "type": "string",
@@ -27226,6 +27390,18 @@
27226
27390
  {
27227
27391
  "name": "part",
27228
27392
  "text": "label - The label text describing the select."
27393
+ },
27394
+ {
27395
+ "name": "part",
27396
+ "text": "supporting-text - Supporting text displayed beneath the select."
27397
+ },
27398
+ {
27399
+ "name": "part",
27400
+ "text": "helper-text - Supporting text displayed beneath the select when the select is valid."
27401
+ },
27402
+ {
27403
+ "name": "part",
27404
+ "text": "error-text - Supporting text displayed beneath the select when the select is invalid and touched."
27229
27405
  }
27230
27406
  ],
27231
27407
  "usage": {},
@@ -27376,6 +27552,30 @@
27376
27552
  "optional": false,
27377
27553
  "required": false
27378
27554
  },
27555
+ {
27556
+ "name": "errorText",
27557
+ "type": "string | undefined",
27558
+ "complexType": {
27559
+ "original": "string",
27560
+ "resolved": "string | undefined",
27561
+ "references": {}
27562
+ },
27563
+ "mutable": false,
27564
+ "attr": "error-text",
27565
+ "reflectToAttr": false,
27566
+ "docs": "Text that is placed under the select and displayed when an error is detected.",
27567
+ "docsTags": [],
27568
+ "values": [
27569
+ {
27570
+ "type": "string"
27571
+ },
27572
+ {
27573
+ "type": "undefined"
27574
+ }
27575
+ ],
27576
+ "optional": true,
27577
+ "required": false
27578
+ },
27379
27579
  {
27380
27580
  "name": "expandedIcon",
27381
27581
  "type": "string | undefined",
@@ -27429,6 +27629,30 @@
27429
27629
  "optional": true,
27430
27630
  "required": false
27431
27631
  },
27632
+ {
27633
+ "name": "helperText",
27634
+ "type": "string | undefined",
27635
+ "complexType": {
27636
+ "original": "string",
27637
+ "resolved": "string | undefined",
27638
+ "references": {}
27639
+ },
27640
+ "mutable": false,
27641
+ "attr": "helper-text",
27642
+ "reflectToAttr": false,
27643
+ "docs": "Text that is placed under the select and displayed when no error is detected.",
27644
+ "docsTags": [],
27645
+ "values": [
27646
+ {
27647
+ "type": "string"
27648
+ },
27649
+ {
27650
+ "type": "undefined"
27651
+ }
27652
+ ],
27653
+ "optional": true,
27654
+ "required": false
27655
+ },
27432
27656
  {
27433
27657
  "name": "interface",
27434
27658
  "type": "\"action-sheet\" | \"alert\" | \"modal\" | \"popover\"",
@@ -27702,6 +27926,28 @@
27702
27926
  "optional": true,
27703
27927
  "required": false
27704
27928
  },
27929
+ {
27930
+ "name": "required",
27931
+ "type": "boolean",
27932
+ "complexType": {
27933
+ "original": "boolean",
27934
+ "resolved": "boolean",
27935
+ "references": {}
27936
+ },
27937
+ "mutable": false,
27938
+ "attr": "required",
27939
+ "reflectToAttr": false,
27940
+ "docs": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid.",
27941
+ "docsTags": [],
27942
+ "default": "false",
27943
+ "values": [
27944
+ {
27945
+ "type": "boolean"
27946
+ }
27947
+ ],
27948
+ "optional": false,
27949
+ "required": false
27950
+ },
27705
27951
  {
27706
27952
  "name": "selectedText",
27707
27953
  "type": "null | string | undefined",
@@ -28149,6 +28395,14 @@
28149
28395
  "name": "container",
28150
28396
  "docs": "The container for the selected text or placeholder."
28151
28397
  },
28398
+ {
28399
+ "name": "error-text",
28400
+ "docs": "Supporting text displayed beneath the select when the select is invalid and touched."
28401
+ },
28402
+ {
28403
+ "name": "helper-text",
28404
+ "docs": "Supporting text displayed beneath the select when the select is valid."
28405
+ },
28152
28406
  {
28153
28407
  "name": "icon",
28154
28408
  "docs": "The select icon container."
@@ -28161,6 +28415,10 @@
28161
28415
  "name": "placeholder",
28162
28416
  "docs": "The text displayed in the select when there is no value."
28163
28417
  },
28418
+ {
28419
+ "name": "supporting-text",
28420
+ "docs": "Supporting text displayed beneath the select."
28421
+ },
28164
28422
  {
28165
28423
  "name": "text",
28166
28424
  "docs": "The displayed value of the select."
@@ -32384,6 +32642,18 @@
32384
32642
  {
32385
32643
  "name": "part",
32386
32644
  "text": "label - The label text describing the toggle."
32645
+ },
32646
+ {
32647
+ "name": "part",
32648
+ "text": "supporting-text - Supporting text displayed beneath the toggle label."
32649
+ },
32650
+ {
32651
+ "name": "part",
32652
+ "text": "helper-text - Supporting text displayed beneath the toggle label when the toggle is valid."
32653
+ },
32654
+ {
32655
+ "name": "part",
32656
+ "text": "error-text - Supporting text displayed beneath the toggle label when the toggle is invalid and touched."
32387
32657
  }
32388
32658
  ],
32389
32659
  "usage": {},
@@ -32552,6 +32822,54 @@
32552
32822
  "optional": false,
32553
32823
  "required": false
32554
32824
  },
32825
+ {
32826
+ "name": "errorText",
32827
+ "type": "string | undefined",
32828
+ "complexType": {
32829
+ "original": "string",
32830
+ "resolved": "string | undefined",
32831
+ "references": {}
32832
+ },
32833
+ "mutable": false,
32834
+ "attr": "error-text",
32835
+ "reflectToAttr": false,
32836
+ "docs": "Text that is placed under the toggle label and displayed when an error is detected.",
32837
+ "docsTags": [],
32838
+ "values": [
32839
+ {
32840
+ "type": "string"
32841
+ },
32842
+ {
32843
+ "type": "undefined"
32844
+ }
32845
+ ],
32846
+ "optional": true,
32847
+ "required": false
32848
+ },
32849
+ {
32850
+ "name": "helperText",
32851
+ "type": "string | undefined",
32852
+ "complexType": {
32853
+ "original": "string",
32854
+ "resolved": "string | undefined",
32855
+ "references": {}
32856
+ },
32857
+ "mutable": false,
32858
+ "attr": "helper-text",
32859
+ "reflectToAttr": false,
32860
+ "docs": "Text that is placed under the toggle label and displayed when no error is detected.",
32861
+ "docsTags": [],
32862
+ "values": [
32863
+ {
32864
+ "type": "string"
32865
+ },
32866
+ {
32867
+ "type": "undefined"
32868
+ }
32869
+ ],
32870
+ "optional": true,
32871
+ "required": false
32872
+ },
32555
32873
  {
32556
32874
  "name": "justify",
32557
32875
  "type": "\"end\" | \"space-between\" | \"start\" | undefined",
@@ -32663,6 +32981,28 @@
32663
32981
  "optional": false,
32664
32982
  "required": false
32665
32983
  },
32984
+ {
32985
+ "name": "required",
32986
+ "type": "boolean",
32987
+ "complexType": {
32988
+ "original": "boolean",
32989
+ "resolved": "boolean",
32990
+ "references": {}
32991
+ },
32992
+ "mutable": false,
32993
+ "attr": "required",
32994
+ "reflectToAttr": false,
32995
+ "docs": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid.",
32996
+ "docsTags": [],
32997
+ "default": "false",
32998
+ "values": [
32999
+ {
33000
+ "type": "boolean"
33001
+ }
33002
+ ],
33003
+ "optional": false,
33004
+ "required": false
33005
+ },
32666
33006
  {
32667
33007
  "name": "value",
32668
33008
  "type": "null | string | undefined",
@@ -32897,14 +33237,26 @@
32897
33237
  }
32898
33238
  ],
32899
33239
  "parts": [
33240
+ {
33241
+ "name": "error-text",
33242
+ "docs": "Supporting text displayed beneath the toggle label when the toggle is invalid and touched."
33243
+ },
32900
33244
  {
32901
33245
  "name": "handle",
32902
33246
  "docs": "The toggle handle, or knob, used to change the checked state."
32903
33247
  },
33248
+ {
33249
+ "name": "helper-text",
33250
+ "docs": "Supporting text displayed beneath the toggle label when the toggle is valid."
33251
+ },
32904
33252
  {
32905
33253
  "name": "label",
32906
33254
  "docs": "The label text describing the toggle."
32907
33255
  },
33256
+ {
33257
+ "name": "supporting-text",
33258
+ "docs": "Supporting text displayed beneath the toggle label."
33259
+ },
32908
33260
  {
32909
33261
  "name": "track",
32910
33262
  "docs": "The background track of the toggle."
@@ -32949,6 +33301,18 @@
32949
33301
  {
32950
33302
  "name": "slot",
32951
33303
  "text": "end - Content is placed to the right of the toolbar text in LTR, and to the left in RTL."
33304
+ },
33305
+ {
33306
+ "name": "part",
33307
+ "text": "background - The background of the toolbar, covering the entire area behind the toolbar content."
33308
+ },
33309
+ {
33310
+ "name": "part",
33311
+ "text": "container - The container that wraps all toolbar content, including the default slot and named slot content."
33312
+ },
33313
+ {
33314
+ "name": "part",
33315
+ "text": "content - The container for the default slot, wrapping content provided without a named slot."
32952
33316
  }
32953
33317
  ],
32954
33318
  "usage": {},
@@ -33206,7 +33570,20 @@
33206
33570
  "docs": "Content is placed to the left of the toolbar text in LTR, and to the right in RTL."
33207
33571
  }
33208
33572
  ],
33209
- "parts": [],
33573
+ "parts": [
33574
+ {
33575
+ "name": "background",
33576
+ "docs": "The background of the toolbar, covering the entire area behind the toolbar content."
33577
+ },
33578
+ {
33579
+ "name": "container",
33580
+ "docs": "The container that wraps all toolbar content, including the default slot and named slot content."
33581
+ },
33582
+ {
33583
+ "name": "content",
33584
+ "docs": "The container for the default slot, wrapping content provided without a named slot."
33585
+ }
33586
+ ],
33210
33587
  "dependents": [
33211
33588
  "ion-select-modal"
33212
33589
  ],
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import { p as printIonWarning } from './index-9b0d46f4.js';
4
+ import { p as printIonWarning } from './index-738d7504.js';
5
5
 
6
6
  /**
7
7
  * Returns true if the selected day is equal to the reference day
@@ -1,6 +1,8 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
+ import { c as config } from './ionic-global-ca86cf32.js';
5
+
4
6
  /**
5
7
  * Logs a warning to the console with an Ionic prefix
6
8
  * to indicate the library that is warning the developer.
@@ -8,9 +10,12 @@
8
10
  * @param message - The string message to be logged to the console.
9
11
  */
10
12
  const printIonWarning = (message, ...params) => {
11
- return console.warn(`[Ionic Warning]: ${message}`, ...params);
13
+ const logLevel = config.get('logLevel', "WARN" /* LogLevel.WARN */);
14
+ if (["WARN" /* LogLevel.WARN */].includes(logLevel)) {
15
+ return console.warn(`[Ionic Warning]: ${message}`, ...params);
16
+ }
12
17
  };
13
- /*
18
+ /**
14
19
  * Logs an error to the console with an Ionic prefix
15
20
  * to indicate the library that is warning the developer.
16
21
  *
@@ -18,7 +23,10 @@ const printIonWarning = (message, ...params) => {
18
23
  * @param params - Additional arguments to supply to the console.error.
19
24
  */
20
25
  const printIonError = (message, ...params) => {
21
- return console.error(`[Ionic Error]: ${message}`, ...params);
26
+ const logLevel = config.get('logLevel', "ERROR" /* LogLevel.ERROR */);
27
+ if (["ERROR" /* LogLevel.ERROR */, "WARN" /* LogLevel.WARN */].includes(logLevel)) {
28
+ return console.error(`[Ionic Error]: ${message}`, ...params);
29
+ }
22
30
  };
23
31
  /**
24
32
  * Prints an error informing developers that an implementation requires an element to be used
@@ -2,7 +2,7 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { c as componentOnReady } from './helpers-e48b0397.js';
5
- import { b as printRequiredElementError } from './index-9b0d46f4.js';
5
+ import { b as printRequiredElementError } from './index-738d7504.js';
6
6
 
7
7
  const ION_CONTENT_TAG_NAME = 'ION-CONTENT';
8
8
  const ION_CONTENT_ELEMENT_SELECTOR = 'ion-content';
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import { c as config } from './ionic-global-ca86cf32.js';
5
5
  import { w as writeTask, B as Build } from './index-527b9e34.js';
6
- import { p as printIonWarning } from './index-9b0d46f4.js';
6
+ import { p as printIonWarning } from './index-738d7504.js';
7
7
  import { r as raf } from './helpers-e48b0397.js';
8
8
 
9
9
  const LIFECYCLE_WILL_ENTER = 'ionViewWillEnter';
@@ -120,8 +120,8 @@ const createFocusController = () => {
120
120
  };
121
121
  const LAST_FOCUS = 'ion-last-focus';
122
122
 
123
- const iosTransitionAnimation = () => import('./ios.transition-a81c9c6b.js');
124
- const mdTransitionAnimation = () => import('./md.transition-dbb51edc.js');
123
+ const iosTransitionAnimation = () => import('./ios.transition-5fe4d6c8.js');
124
+ const mdTransitionAnimation = () => import('./md.transition-3d0d3730.js');
125
125
  const focusController = createFocusController();
126
126
  // TODO(FW-2832): types
127
127
  const transition = (opts) => {
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import { d as doc } from './index-a5d50daf.js';
5
5
  import { MENU_BACK_BUTTON_PRIORITY } from './hardware-back-button-864101a3.js';
6
- import { p as printIonWarning } from './index-9b0d46f4.js';
6
+ import { p as printIonWarning } from './index-738d7504.js';
7
7
  import { c as componentOnReady } from './helpers-e48b0397.js';
8
8
  import { b as getIonMode } from './ionic-global-ca86cf32.js';
9
9
  import { c as createAnimation } from './animation-eab5a4ca.js';
package/dist/esm/index.js CHANGED
@@ -2,20 +2,20 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  export { c as createAnimation } from './animation-eab5a4ca.js';
5
- export { a as LIFECYCLE_DID_ENTER, c as LIFECYCLE_DID_LEAVE, L as LIFECYCLE_WILL_ENTER, b as LIFECYCLE_WILL_LEAVE, d as LIFECYCLE_WILL_UNLOAD, g as getIonPageElement } from './index-c4a831fd.js';
6
- export { iosTransitionAnimation } from './ios.transition-a81c9c6b.js';
7
- export { mdTransitionAnimation } from './md.transition-dbb51edc.js';
5
+ export { a as LIFECYCLE_DID_ENTER, c as LIFECYCLE_DID_LEAVE, L as LIFECYCLE_WILL_ENTER, b as LIFECYCLE_WILL_LEAVE, d as LIFECYCLE_WILL_UNLOAD, g as getIonPageElement } from './index-a313df53.js';
6
+ export { iosTransitionAnimation } from './ios.transition-5fe4d6c8.js';
7
+ export { mdTransitionAnimation } from './md.transition-3d0d3730.js';
8
8
  export { g as getTimeGivenProgression } from './cubic-bezier-fe2083dc.js';
9
9
  export { createGesture } from './index-39782642.js';
10
10
  export { g as getPlatforms, i as initialize, a as isPlatform } from './ionic-global-ca86cf32.js';
11
11
  export { c as componentOnReady } from './helpers-e48b0397.js';
12
12
  export { I as IonicSafeString, g as getMode, s as setupConfig } from './config-49c88215.js';
13
13
  export { o as openURL } from './theme-01f3f29c.js';
14
- export { m as menuController } from './index-df741ec6.js';
15
- export { b as actionSheetController, a as alertController, l as loadingController, m as modalController, p as pickerController, c as popoverController, t as toastController } from './overlays-4ff1fca8.js';
14
+ export { m as menuController } from './index-c63afbe6.js';
15
+ export { b as actionSheetController, a as alertController, l as loadingController, m as modalController, p as pickerController, c as popoverController, t as toastController } from './overlays-7579a420.js';
16
16
  import './index-a5d50daf.js';
17
17
  import './index-527b9e34.js';
18
- import './index-9b0d46f4.js';
18
+ import './index-738d7504.js';
19
19
  import './gesture-controller-314a54f6.js';
20
20
  import './hardware-back-button-864101a3.js';
21
21
  import './framework-delegate-c7d92b77.js';
@@ -2,10 +2,12 @@
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
4
  import { w as win, d as doc } from './index-a5d50daf.js';
5
- import { g as getScrollElement, c as scrollByPoint, f as findClosestIonContent } from './index-d4642b24.js';
5
+ import { g as getScrollElement, c as scrollByPoint, f as findClosestIonContent } from './index-933ca126.js';
6
6
  import { a as addEventListener, b as removeEventListener, r as raf, c as componentOnReady } from './helpers-e48b0397.js';
7
7
  import { a as KeyboardResize, K as Keyboard } from './keyboard-73175e24.js';
8
- import './index-9b0d46f4.js';
8
+ import './index-738d7504.js';
9
+ import './ionic-global-ca86cf32.js';
10
+ import './index-527b9e34.js';
9
11
  import './capacitor-59395cbd.js';
10
12
 
11
13
  const cloneMap = new WeakMap();
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import { w as win } from './index-a5d50daf.js';
5
5
  import { r as raf } from './helpers-e48b0397.js';
6
- import { a as printIonError } from './index-9b0d46f4.js';
6
+ import { a as printIonError } from './index-738d7504.js';
7
7
 
8
8
  /**
9
9
  * Used to update a scoped component that uses emulated slots. This fires when
@@ -5,7 +5,7 @@ import { r as registerInstance, h, e as Host, f as getElement, c as createEvent
5
5
  import { r as raf, t as transitionEndAsync, a as addEventListener, b as removeEventListener, g as getElementRoot } from './helpers-e48b0397.js';
6
6
  import { l as chevronDown } from './index-e2cf2ceb.js';
7
7
  import { c as config, b as getIonMode } from './ionic-global-ca86cf32.js';
8
- import { p as printIonWarning } from './index-9b0d46f4.js';
8
+ import { p as printIonWarning } from './index-738d7504.js';
9
9
 
10
10
  const accordionIosCss = ":host{display:block;position:relative;width:100%;background-color:var(--ion-background-color, #ffffff);overflow:hidden;z-index:0}:host(.accordion-expanding) ::slotted(ion-item[slot=header]),:host(.accordion-expanded) ::slotted(ion-item[slot=header]){--border-width:0px}:host(.accordion-animated){-webkit-transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}:host(.accordion-animated) #content{-webkit-transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}#content{overflow:hidden;will-change:max-height}:host(.accordion-collapsing) #content{max-height:0 !important}:host(.accordion-collapsed) #content{display:none}:host(.accordion-expanding) #content{max-height:0}:host(.accordion-expanding) #content-wrapper{overflow:auto}:host(.accordion-disabled) #header,:host(.accordion-readonly) #header,:host(.accordion-disabled) #content,:host(.accordion-readonly) #content{pointer-events:none}:host(.accordion-disabled) #header,:host(.accordion-disabled) #content{opacity:0.4}@media (prefers-reduced-motion: reduce){:host,#content{-webkit-transition:none !important;transition:none !important}}:host(.accordion-next) ::slotted(ion-item[slot=header]){--border-width:0.55px 0px 0.55px 0px}";
11
11
  const IonAccordionIosStyle0 = accordionIosCss;