@ionic/core 8.6.0 → 8.6.1-dev.11749483665.140e610d

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 (1082) hide show
  1. package/components/action-sheet.js +13 -9
  2. package/components/alert.js +14 -11
  3. package/components/animation.js +1 -1
  4. package/components/backdrop.js +9 -6
  5. package/components/button.js +41 -10
  6. package/components/buttons.js +11 -8
  7. package/components/capacitor.js +1 -1
  8. package/components/caret-down.js +6 -0
  9. package/components/caret-left.js +6 -0
  10. package/components/caret-right.js +6 -0
  11. package/components/checkbox.js +31 -12
  12. package/components/content.js +14 -12
  13. package/components/data.js +5 -5
  14. package/components/focus-visible.js +23 -1
  15. package/components/framework-delegate.js +3 -1
  16. package/components/header.js +28 -16
  17. package/components/helpers.js +42 -3
  18. package/components/index5.js +8 -8
  19. package/components/index6.js +3 -3
  20. package/components/index7.js +111 -150
  21. package/components/index8.js +150 -111
  22. package/components/input-shims.js +2 -2
  23. package/components/input.utils.js +1 -1
  24. package/components/ion-accordion-group.js +23 -5
  25. package/components/ion-accordion.js +32 -21
  26. package/components/ion-app.js +14 -77
  27. package/components/ion-avatar.js +58 -5
  28. package/components/ion-back-button.js +27 -19
  29. package/components/ion-badge.js +73 -9
  30. package/components/ion-breadcrumb.js +43 -10
  31. package/components/ion-breadcrumbs.js +8 -5
  32. package/components/ion-card-content.js +10 -7
  33. package/components/ion-card-header.js +9 -6
  34. package/components/ion-card-subtitle.js +8 -5
  35. package/components/ion-card-title.js +8 -5
  36. package/components/ion-card.js +21 -9
  37. package/components/ion-chip.js +53 -8
  38. package/components/ion-col.js +5 -5
  39. package/components/ion-datetime-button.js +8 -5
  40. package/components/ion-datetime.js +98 -21
  41. package/components/ion-divider.d.ts +11 -0
  42. package/components/ion-divider.js +70 -0
  43. package/components/ion-fab-button.js +31 -15
  44. package/components/ion-fab-list.js +5 -5
  45. package/components/ion-fab.js +6 -6
  46. package/components/ion-footer.js +18 -13
  47. package/components/ion-grid.js +5 -5
  48. package/components/ion-img.js +5 -2
  49. package/components/ion-infinite-scroll-content.js +11 -8
  50. package/components/ion-infinite-scroll.js +5 -5
  51. package/components/ion-input-otp.js +4 -4
  52. package/components/ion-input-password-toggle.js +51 -13
  53. package/components/ion-input.js +120 -28
  54. package/components/ion-item-divider.js +8 -5
  55. package/components/ion-item-group.js +8 -5
  56. package/components/ion-item-option.js +36 -9
  57. package/components/ion-item-options.js +10 -7
  58. package/components/ion-item-sliding.js +5 -5
  59. package/components/ion-loading.js +12 -9
  60. package/components/ion-menu-button.js +26 -10
  61. package/components/ion-menu-toggle.js +5 -5
  62. package/components/ion-menu.js +10 -8
  63. package/components/ion-nav-link.js +1 -1
  64. package/components/ion-nav.js +7 -5
  65. package/components/ion-note.js +8 -5
  66. package/components/ion-picker-legacy.js +7 -7
  67. package/components/ion-progress-bar.js +25 -7
  68. package/components/ion-range.js +12 -9
  69. package/components/ion-refresher-content.js +23 -8
  70. package/components/ion-refresher.js +10 -7
  71. package/components/ion-reorder-group.js +5 -5
  72. package/components/ion-reorder.js +30 -5
  73. package/components/ion-router-link.js +6 -6
  74. package/components/ion-router-outlet.js +4 -4
  75. package/components/ion-row.js +5 -2
  76. package/components/ion-searchbar.js +137 -23
  77. package/components/ion-segment-button.js +10 -7
  78. package/components/ion-segment-content.js +1 -1
  79. package/components/ion-segment-view.js +5 -2
  80. package/components/ion-segment.js +10 -7
  81. package/components/ion-select-option.js +5 -2
  82. package/components/ion-select.js +117 -33
  83. package/components/ion-skeleton-text.js +5 -5
  84. package/components/ion-split-pane.js +11 -8
  85. package/components/ion-tab-bar.js +39 -9
  86. package/components/ion-tab-button.js +25 -7
  87. package/components/ion-tab.js +2 -2
  88. package/components/ion-tabs.js +2 -2
  89. package/components/ion-text.js +5 -5
  90. package/components/ion-textarea.js +52 -11
  91. package/components/ion-thumbnail.js +5 -2
  92. package/components/ion-toast.js +37 -12
  93. package/components/ion-toggle.js +74 -17
  94. package/components/ionic-global.js +349 -15
  95. package/components/ios.transition.js +1 -0
  96. package/components/item.js +39 -14
  97. package/components/keyboard-controller.js +4 -2
  98. package/components/label.js +8 -5
  99. package/components/list-header.js +10 -7
  100. package/components/list.js +27 -6
  101. package/components/list2.js +6 -0
  102. package/components/modal.js +48 -20
  103. package/components/notch-controller.js +1 -1
  104. package/components/overlays.js +3 -4
  105. package/components/picker-column-option.js +8 -5
  106. package/components/picker-column.js +7 -8
  107. package/components/picker-column2.js +4 -4
  108. package/components/picker.js +7 -4
  109. package/components/popover.js +12 -9
  110. package/components/radio-group.js +10 -5
  111. package/components/radio.js +11 -8
  112. package/components/ripple-effect.js +15 -7
  113. package/components/select-modal.js +4 -4
  114. package/components/select-popover.js +8 -2
  115. package/components/spinner.js +31 -8
  116. package/components/status-tap.js +1 -1
  117. package/components/title.js +10 -7
  118. package/components/toolbar.js +137 -9
  119. package/components/x.js +6 -0
  120. package/css/core.css +1 -1
  121. package/css/core.css.map +1 -1
  122. package/css/display.css +1 -1
  123. package/css/display.css.map +1 -1
  124. package/css/flex-utils.css +1 -1
  125. package/css/flex-utils.css.map +1 -1
  126. package/css/float-elements.css.map +1 -1
  127. package/css/global.bundle.css.map +1 -1
  128. package/css/ionic/bundle.ionic.css +1 -0
  129. package/css/ionic/bundle.ionic.css.map +1 -0
  130. package/css/ionic/core.ionic.css +1 -0
  131. package/css/ionic/core.ionic.css.map +1 -0
  132. package/css/ionic/global.bundle.ionic.css +1 -0
  133. package/css/ionic/global.bundle.ionic.css.map +1 -0
  134. package/css/ionic/ionic-swiper.ionic.css +1 -0
  135. package/css/ionic/ionic-swiper.ionic.css.map +1 -0
  136. package/css/ionic/link.ionic.css +1 -0
  137. package/css/ionic/link.ionic.css.map +1 -0
  138. package/css/ionic/structure.ionic.css +1 -0
  139. package/css/ionic/structure.ionic.css.map +1 -0
  140. package/css/ionic/typography.ionic.css +1 -0
  141. package/css/ionic/typography.ionic.css.map +1 -0
  142. package/css/ionic/utils.bundle.ionic.css +1 -0
  143. package/css/ionic/utils.bundle.ionic.css.map +1 -0
  144. package/css/ionic-swiper.css +1 -1
  145. package/css/ionic-swiper.css.map +1 -1
  146. package/css/ionic.bundle.css +1 -1
  147. package/css/ionic.bundle.css.map +1 -1
  148. package/css/normalize.css.map +1 -1
  149. package/css/padding.css.map +1 -1
  150. package/css/palettes/dark.always.css.map +1 -1
  151. package/css/palettes/dark.class.css.map +1 -1
  152. package/css/palettes/dark.system.css.map +1 -1
  153. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  154. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  155. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  156. package/css/palettes/high-contrast.always.css.map +1 -1
  157. package/css/palettes/high-contrast.class.css.map +1 -1
  158. package/css/palettes/high-contrast.system.css.map +1 -1
  159. package/css/structure.css.map +1 -1
  160. package/css/text-alignment.css.map +1 -1
  161. package/css/text-transformation.css.map +1 -1
  162. package/css/typography.css.map +1 -1
  163. package/css/utils.bundle.css +1 -1
  164. package/css/utils.bundle.css.map +1 -1
  165. package/dist/cjs/{animation-0T7gKwOt.js → animation-Bcz4qmJk.js} +2 -3
  166. package/dist/cjs/{button-active-C-4ud7Ht.js → button-active-1nO6qpCH.js} +2 -2
  167. package/dist/cjs/{capacitor-DmA66EwP.js → capacitor-CzFst28-.js} +1 -1
  168. package/dist/cjs/caret-down-vtVgfXIs.js +8 -0
  169. package/dist/cjs/caret-left-CxZXLRv5.js +8 -0
  170. package/dist/cjs/caret-right-CRCgv98E.js +8 -0
  171. package/dist/cjs/{config-U7OAuj53.js → config-DGKt4XfG.js} +1 -1
  172. package/dist/cjs/{data-DRqa6oM4.js → data-B3i-krcw.js} +6 -6
  173. package/dist/{esm/focus-visible-BmVRXR1y.js → cjs/focus-visible-BIj-I3-C.js} +27 -1
  174. package/dist/cjs/{framework-delegate-C7sIJyT5.js → framework-delegate-DfEY5uyC.js} +4 -2
  175. package/dist/cjs/{haptic-ClPPQ_PS.js → haptic-DbqPcCc9.js} +1 -1
  176. package/dist/cjs/{helpers-BITAzJfi.js → helpers-DmAvmm2T.js} +42 -3
  177. package/dist/cjs/{index-CVa6JE57.js → index-CaZ3uzAD.js} +2 -2
  178. package/dist/cjs/{index-DODXXb_r.js → index-CmckMMX1.js} +352 -12
  179. package/dist/cjs/{index-CPbAsnJK.js → index-DPBLiXfW.js} +2 -2
  180. package/dist/cjs/{index-CxfLS2mX.js → index-DcPe_YcG.js} +12 -12
  181. package/dist/cjs/{index-y0QaNtCi.js → index-DxVhwe3d.js} +4 -4
  182. package/dist/cjs/{index-BDBT0u4l.js → index-YEjC0pvJ.js} +3 -3
  183. package/dist/cjs/index.cjs.js +11 -12
  184. package/dist/cjs/{input-shims-D1Mfgd4s.js → input-shims-BwdlNkON.js} +6 -6
  185. package/dist/cjs/{input.utils-DSoBEyUu.js → input.utils-CfjyQhpu.js} +3 -4
  186. package/dist/cjs/ion-accordion_2.cjs.entry.js +56 -27
  187. package/dist/cjs/ion-action-sheet.cjs.entry.js +21 -18
  188. package/dist/cjs/ion-alert.cjs.entry.js +23 -21
  189. package/dist/cjs/ion-app_8.cjs.entry.js +229 -144
  190. package/dist/cjs/ion-avatar_3.cjs.entry.js +123 -11
  191. package/dist/cjs/ion-back-button.cjs.entry.js +29 -20
  192. package/dist/cjs/ion-backdrop.cjs.entry.js +9 -6
  193. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +52 -16
  194. package/dist/cjs/ion-button_2.cjs.entry.js +43 -11
  195. package/dist/cjs/ion-card_5.cjs.entry.js +53 -29
  196. package/dist/cjs/ion-checkbox.cjs.entry.js +31 -13
  197. package/dist/cjs/ion-chip.cjs.entry.js +48 -7
  198. package/dist/cjs/ion-col_3.cjs.entry.js +13 -10
  199. package/dist/cjs/ion-datetime-button.cjs.entry.js +11 -7
  200. package/dist/cjs/ion-datetime_3.cjs.entry.js +114 -39
  201. package/dist/cjs/ion-divider.cjs.entry.js +50 -0
  202. package/dist/cjs/ion-fab_3.cjs.entry.js +42 -26
  203. package/dist/cjs/ion-img.cjs.entry.js +7 -3
  204. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +18 -14
  205. package/dist/cjs/ion-input-otp.cjs.entry.js +6 -5
  206. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +51 -13
  207. package/dist/cjs/ion-input.cjs.entry.js +121 -31
  208. package/dist/cjs/ion-item-option_3.cjs.entry.js +48 -19
  209. package/dist/cjs/ion-item_8.cjs.entry.js +106 -46
  210. package/dist/cjs/ion-loading.cjs.entry.js +18 -16
  211. package/dist/cjs/ion-menu_3.cjs.entry.js +45 -27
  212. package/dist/cjs/ion-modal.cjs.entry.js +80 -53
  213. package/dist/cjs/ion-nav_2.cjs.entry.js +13 -10
  214. package/dist/cjs/ion-picker-column-option.cjs.entry.js +10 -6
  215. package/dist/cjs/ion-picker-column.cjs.entry.js +12 -12
  216. package/dist/cjs/ion-picker.cjs.entry.js +10 -6
  217. package/dist/cjs/ion-popover.cjs.entry.js +18 -16
  218. package/dist/cjs/ion-progress-bar.cjs.entry.js +25 -7
  219. package/dist/cjs/ion-radio_2.cjs.entry.js +22 -13
  220. package/dist/cjs/ion-range.cjs.entry.js +14 -10
  221. package/dist/cjs/ion-refresher_2.cjs.entry.js +38 -20
  222. package/dist/cjs/ion-reorder_2.cjs.entry.js +37 -13
  223. package/dist/cjs/ion-ripple-effect.cjs.entry.js +14 -6
  224. package/dist/cjs/ion-route_4.cjs.entry.js +8 -7
  225. package/dist/cjs/ion-searchbar.cjs.entry.js +135 -22
  226. package/dist/cjs/ion-segment-content.cjs.entry.js +2 -2
  227. package/dist/cjs/ion-segment-view.cjs.entry.js +6 -3
  228. package/dist/cjs/ion-segment_2.cjs.entry.js +21 -14
  229. package/dist/cjs/ion-select-modal.cjs.entry.js +8 -9
  230. package/dist/cjs/ion-select_3.cjs.entry.js +130 -39
  231. package/dist/cjs/ion-spinner.cjs.entry.js +28 -6
  232. package/dist/cjs/ion-split-pane.cjs.entry.js +11 -8
  233. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +65 -20
  234. package/dist/cjs/ion-tab_2.cjs.entry.js +8 -7
  235. package/dist/cjs/ion-text.cjs.entry.js +5 -5
  236. package/dist/cjs/ion-textarea.cjs.entry.js +55 -15
  237. package/dist/cjs/ion-toast.cjs.entry.js +65 -42
  238. package/dist/cjs/ion-toggle.cjs.entry.js +79 -22
  239. package/dist/cjs/ionic.cjs.js +2 -2
  240. package/dist/cjs/{ios.transition-baEy2tr4.js → ios.transition-BMRClUxZ.js} +6 -5
  241. package/dist/cjs/{keyboard-UuAS4D_9.js → keyboard-Chl5cusY.js} +1 -1
  242. package/dist/cjs/{keyboard-controller-GXBiBRKS.js → keyboard-controller-yLvXRMuh.js} +4 -3
  243. package/dist/cjs/{keyboard-hHzlEQpk.js → keyboard-nXDIskl9.js} +3 -3
  244. package/dist/cjs/list-a-7GSA6K.js +8 -0
  245. package/dist/cjs/loader.cjs.js +2 -2
  246. package/dist/cjs/{md.transition-Bvc-JrM5.js → md.transition-D2ZL4jgW.js} +5 -5
  247. package/dist/cjs/{notch-controller-BAbqGXRi.js → notch-controller-S50JyZJs.js} +2 -2
  248. package/dist/cjs/{overlays-DRDumz2b.js → overlays-DbrifhWu.js} +13 -14
  249. package/dist/cjs/{status-tap-Db3WeCkO.js → status-tap-DMaRrHIS.js} +4 -3
  250. package/dist/cjs/{swipe-back-D_VN6H9r.js → swipe-back-CEVlQT7C.js} +3 -2
  251. package/dist/cjs/x-BTF99yFH.js +8 -0
  252. package/dist/collection/collection-manifest.json +1 -0
  253. package/dist/collection/components/accordion/accordion.ionic.css +197 -0
  254. package/dist/collection/components/accordion/accordion.ios.css +73 -58
  255. package/dist/collection/components/accordion/accordion.js +36 -26
  256. package/dist/collection/components/accordion/accordion.md.css +67 -59
  257. package/dist/collection/components/accordion-group/accordion-group.ionic.css +95 -0
  258. package/dist/collection/components/accordion-group/accordion-group.ios.css +16 -4
  259. package/dist/collection/components/accordion-group/accordion-group.js +44 -8
  260. package/dist/collection/components/accordion-group/accordion-group.md.css +22 -4
  261. package/dist/collection/components/action-sheet/action-sheet.ios.css +18 -6
  262. package/dist/collection/components/action-sheet/action-sheet.js +15 -11
  263. package/dist/collection/components/action-sheet/action-sheet.md.css +17 -5
  264. package/dist/collection/components/alert/alert.ios.css +19 -1
  265. package/dist/collection/components/alert/alert.js +16 -13
  266. package/dist/collection/components/alert/alert.md.css +19 -1
  267. package/dist/collection/components/app/app.js +22 -80
  268. package/dist/collection/components/avatar/avatar.ionic.css +365 -0
  269. package/dist/collection/components/avatar/avatar.ios.css +7 -33
  270. package/dist/collection/components/avatar/avatar.js +120 -4
  271. package/dist/collection/components/avatar/avatar.md.css +51 -0
  272. package/dist/collection/components/back-button/back-button.ios.css +60 -48
  273. package/dist/collection/components/back-button/back-button.js +27 -19
  274. package/dist/collection/components/back-button/back-button.md.css +60 -48
  275. package/dist/collection/components/backdrop/backdrop.ionic.css +111 -0
  276. package/dist/collection/components/backdrop/backdrop.ios.css +56 -19
  277. package/dist/collection/components/backdrop/backdrop.js +12 -6
  278. package/dist/collection/components/backdrop/backdrop.md.css +56 -19
  279. package/dist/collection/components/badge/badge.ionic.css +277 -0
  280. package/dist/collection/components/badge/badge.ios.css +139 -12
  281. package/dist/collection/components/badge/badge.js +145 -9
  282. package/dist/collection/components/badge/badge.md.css +123 -12
  283. package/dist/collection/components/breadcrumb/breadcrumb.ios.css +20 -8
  284. package/dist/collection/components/breadcrumb/breadcrumb.js +43 -11
  285. package/dist/collection/components/breadcrumb/breadcrumb.md.css +20 -8
  286. package/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +6 -0
  287. package/dist/collection/components/breadcrumbs/breadcrumbs.js +11 -9
  288. package/dist/collection/components/breadcrumbs/breadcrumbs.md.css +6 -0
  289. package/dist/collection/components/button/button.ionic.css +622 -0
  290. package/dist/collection/components/button/button.ios.css +135 -46
  291. package/dist/collection/components/button/button.js +48 -17
  292. package/dist/collection/components/button/button.md.css +126 -50
  293. package/dist/collection/components/buttons/buttons.ionic.css +100 -0
  294. package/dist/collection/components/buttons/buttons.ios.css +59 -7
  295. package/dist/collection/components/buttons/buttons.js +15 -9
  296. package/dist/collection/components/buttons/buttons.md.css +55 -3
  297. package/dist/collection/components/card/card.ionic.css +146 -0
  298. package/dist/collection/components/card/card.ios.css +65 -14
  299. package/dist/collection/components/card/card.js +41 -10
  300. package/dist/collection/components/card/card.md.css +65 -14
  301. package/dist/collection/components/card-content/card-content.ionic.css +94 -0
  302. package/dist/collection/components/card-content/card-content.ios.css +16 -1
  303. package/dist/collection/components/card-content/card-content.js +11 -8
  304. package/dist/collection/components/card-content/card-content.md.css +16 -1
  305. package/dist/collection/components/card-header/card-header.ionic.css +87 -0
  306. package/dist/collection/components/card-header/card-header.ios.css +27 -15
  307. package/dist/collection/components/card-header/card-header.js +13 -10
  308. package/dist/collection/components/card-header/card-header.md.css +27 -15
  309. package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +146 -0
  310. package/dist/collection/components/card-subtitle/card-subtitle.ios.css +12 -0
  311. package/dist/collection/components/card-subtitle/card-subtitle.js +11 -8
  312. package/dist/collection/components/card-subtitle/card-subtitle.md.css +12 -0
  313. package/dist/collection/components/card-title/card-title.ios.css +73 -0
  314. package/dist/collection/components/card-title/card-title.js +11 -8
  315. package/dist/collection/components/card-title/card-title.md.css +73 -0
  316. package/dist/collection/components/checkbox/checkbox.ionic.css +527 -0
  317. package/dist/collection/components/checkbox/checkbox.ios.css +161 -101
  318. package/dist/collection/components/checkbox/checkbox.js +70 -14
  319. package/dist/collection/components/checkbox/checkbox.md.css +162 -102
  320. package/dist/collection/components/chip/chip.ionic.css +230 -0
  321. package/dist/collection/components/chip/chip.ios.css +67 -14
  322. package/dist/collection/components/chip/chip.js +108 -8
  323. package/dist/collection/components/chip/chip.md.css +67 -14
  324. package/dist/collection/components/col/col.css +12 -0
  325. package/dist/collection/components/col/col.js +9 -5
  326. package/dist/collection/components/content/content.css +8 -2
  327. package/dist/collection/components/content/content.js +16 -11
  328. package/dist/collection/components/datetime/datetime.ionic.css +673 -0
  329. package/dist/collection/components/datetime/datetime.ios.css +242 -86
  330. package/dist/collection/components/datetime/datetime.js +98 -20
  331. package/dist/collection/components/datetime/datetime.md.css +242 -86
  332. package/dist/collection/components/datetime/utils/data.js +5 -5
  333. package/dist/collection/components/datetime-button/datetime-button.ios.css +6 -0
  334. package/dist/collection/components/datetime-button/datetime-button.js +11 -8
  335. package/dist/collection/components/datetime-button/datetime-button.md.css +6 -0
  336. package/dist/collection/components/divider/divider.ionic.css +150 -0
  337. package/dist/collection/components/divider/divider.ios.css +87 -0
  338. package/dist/collection/components/divider/divider.js +94 -0
  339. package/dist/collection/components/divider/divider.md.css +87 -0
  340. package/dist/collection/components/fab/fab.css +25 -1
  341. package/dist/collection/components/fab/fab.js +9 -5
  342. package/dist/collection/components/fab-button/fab-button.ios.css +18 -6
  343. package/dist/collection/components/fab-button/fab-button.js +36 -21
  344. package/dist/collection/components/fab-button/fab-button.md.css +20 -8
  345. package/dist/collection/components/fab-list/fab-list.css +12 -0
  346. package/dist/collection/components/fab-list/fab-list.js +9 -5
  347. package/dist/collection/components/footer/footer.ios.css +14 -2
  348. package/dist/collection/components/footer/footer.js +21 -16
  349. package/dist/collection/components/footer/footer.md.css +12 -0
  350. package/dist/collection/components/grid/grid.css +12 -0
  351. package/dist/collection/components/grid/grid.js +9 -5
  352. package/dist/collection/components/header/header.ionic.css +86 -0
  353. package/dist/collection/components/header/header.ios.css +25 -10
  354. package/dist/collection/components/header/header.js +49 -18
  355. package/dist/collection/components/header/header.md.css +23 -8
  356. package/dist/collection/components/img/img.js +8 -2
  357. package/dist/collection/components/infinite-scroll/infinite-scroll.js +8 -4
  358. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +12 -0
  359. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +16 -10
  360. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +12 -0
  361. package/dist/collection/components/input/input.ionic.css +883 -0
  362. package/dist/collection/components/input/input.ios.css +223 -140
  363. package/dist/collection/components/input/input.js +149 -38
  364. package/dist/collection/components/input/input.md.css +193 -212
  365. package/dist/collection/components/input-otp/input-otp.ios.css +12 -0
  366. package/dist/collection/components/input-otp/input-otp.js +3 -3
  367. package/dist/collection/components/input-otp/input-otp.md.css +12 -0
  368. package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +80 -0
  369. package/dist/collection/components/input-password-toggle/input-password-toggle.js +48 -12
  370. package/dist/collection/components/input-password-toggle/input-password-toggle.native.css +61 -0
  371. package/dist/collection/components/item/item.ionic.css +502 -0
  372. package/dist/collection/components/item/item.ios.css +109 -69
  373. package/dist/collection/components/item/item.js +43 -19
  374. package/dist/collection/components/item/item.md.css +120 -68
  375. package/dist/collection/components/item-divider/item-divider.ios.css +18 -0
  376. package/dist/collection/components/item-divider/item-divider.js +11 -8
  377. package/dist/collection/components/item-divider/item-divider.md.css +18 -0
  378. package/dist/collection/components/item-group/item-group.ios.css +12 -0
  379. package/dist/collection/components/item-group/item-group.js +13 -7
  380. package/dist/collection/components/item-group/item-group.md.css +12 -0
  381. package/dist/collection/components/item-option/item-option.ionic.css +280 -0
  382. package/dist/collection/components/item-option/item-option.ios.css +136 -29
  383. package/dist/collection/components/item-option/item-option.js +73 -9
  384. package/dist/collection/components/item-option/item-option.md.css +136 -29
  385. package/dist/collection/components/item-options/item-options.ionic.css +223 -0
  386. package/dist/collection/components/item-options/item-options.ios.css +77 -34
  387. package/dist/collection/components/item-options/item-options.js +13 -7
  388. package/dist/collection/components/item-options/item-options.md.css +77 -34
  389. package/dist/collection/components/item-sliding/item-sliding.css +6 -0
  390. package/dist/collection/components/item-sliding/item-sliding.js +8 -4
  391. package/dist/collection/components/label/label.ios.css +18 -0
  392. package/dist/collection/components/label/label.js +11 -8
  393. package/dist/collection/components/label/label.md.css +18 -0
  394. package/dist/collection/components/list/list.ionic.css +214 -0
  395. package/dist/collection/components/list/list.ios.css +54 -14
  396. package/dist/collection/components/list/list.js +48 -9
  397. package/dist/collection/components/list/list.md.css +56 -16
  398. package/dist/collection/components/list-header/list-header.ionic.css +192 -0
  399. package/dist/collection/components/list-header/list-header.ios.css +82 -38
  400. package/dist/collection/components/list-header/list-header.js +11 -8
  401. package/dist/collection/components/list-header/list-header.md.css +82 -38
  402. package/dist/collection/components/loading/loading.ios.css +13 -1
  403. package/dist/collection/components/loading/loading.js +14 -11
  404. package/dist/collection/components/loading/loading.md.css +13 -1
  405. package/dist/collection/components/menu/menu.ios.css +15 -3
  406. package/dist/collection/components/menu/menu.js +12 -7
  407. package/dist/collection/components/menu/menu.md.css +15 -3
  408. package/dist/collection/components/menu-button/menu-button.ionic.css +238 -0
  409. package/dist/collection/components/menu-button/menu-button.ios.css +48 -14
  410. package/dist/collection/components/menu-button/menu-button.js +26 -10
  411. package/dist/collection/components/menu-button/menu-button.md.css +49 -15
  412. package/dist/collection/components/menu-toggle/menu-toggle.js +8 -5
  413. package/dist/collection/components/modal/animations/sheet.js +8 -2
  414. package/dist/collection/components/modal/gestures/sheet.js +10 -6
  415. package/dist/collection/components/modal/modal.ionic.css +243 -0
  416. package/dist/collection/components/modal/modal.ios.css +174 -70
  417. package/dist/collection/components/modal/modal.js +48 -11
  418. package/dist/collection/components/modal/modal.md.css +174 -70
  419. package/dist/collection/components/nav/nav.css +7 -1
  420. package/dist/collection/components/nav/nav.js +11 -5
  421. package/dist/collection/components/nav-link/nav-link.js +5 -1
  422. package/dist/collection/components/note/note.ios.css +12 -0
  423. package/dist/collection/components/note/note.js +11 -8
  424. package/dist/collection/components/note/note.md.css +12 -0
  425. package/dist/collection/components/picker/picker.ios.css +15 -3
  426. package/dist/collection/components/picker/picker.js +8 -5
  427. package/dist/collection/components/picker/picker.md.css +15 -3
  428. package/dist/collection/components/picker-column/picker-column.css +9 -2
  429. package/dist/collection/components/picker-column/picker-column.js +8 -7
  430. package/dist/collection/components/picker-column-option/picker-column-option.ios.css +6 -0
  431. package/dist/collection/components/picker-column-option/picker-column-option.js +13 -7
  432. package/dist/collection/components/picker-column-option/picker-column-option.md.css +6 -0
  433. package/dist/collection/components/picker-legacy/picker.ios.css +13 -1
  434. package/dist/collection/components/picker-legacy/picker.js +7 -6
  435. package/dist/collection/components/picker-legacy/picker.md.css +13 -1
  436. package/dist/collection/components/picker-legacy-column/picker-column.ios.css +12 -0
  437. package/dist/collection/components/picker-legacy-column/picker-column.js +4 -4
  438. package/dist/collection/components/picker-legacy-column/picker-column.md.css +12 -0
  439. package/dist/collection/components/popover/popover.ios.css +13 -1
  440. package/dist/collection/components/popover/popover.js +17 -14
  441. package/dist/collection/components/popover/popover.md.css +13 -1
  442. package/dist/collection/components/progress-bar/progress-bar.ionic.css +289 -0
  443. package/dist/collection/components/progress-bar/progress-bar.ios.css +48 -17
  444. package/dist/collection/components/progress-bar/progress-bar.js +43 -7
  445. package/dist/collection/components/progress-bar/progress-bar.md.css +48 -17
  446. package/dist/collection/components/radio/radio.ionic.css +424 -0
  447. package/dist/collection/components/radio/radio.ios.css +134 -91
  448. package/dist/collection/components/radio/radio.js +12 -9
  449. package/dist/collection/components/radio/radio.md.css +134 -91
  450. package/dist/collection/components/radio-group/radio-group.ionic.css +127 -0
  451. package/dist/collection/components/radio-group/radio-group.ios.css +42 -18
  452. package/dist/collection/components/radio-group/radio-group.js +13 -5
  453. package/dist/collection/components/radio-group/radio-group.md.css +42 -18
  454. package/dist/collection/components/range/range.ionic.css +555 -0
  455. package/dist/collection/components/range/range.ios.css +128 -85
  456. package/dist/collection/components/range/range.js +12 -9
  457. package/dist/collection/components/range/range.md.css +128 -85
  458. package/dist/collection/components/refresher/refresher.ios.css +14 -1
  459. package/dist/collection/components/refresher/refresher.js +11 -8
  460. package/dist/collection/components/refresher/refresher.md.css +15 -2
  461. package/dist/collection/components/refresher-content/refresher-content.js +28 -7
  462. package/dist/collection/components/reorder/reorder.ios.css +6 -0
  463. package/dist/collection/components/reorder/reorder.js +33 -6
  464. package/dist/collection/components/reorder/reorder.md.css +6 -0
  465. package/dist/collection/components/reorder-group/reorder-group.css +6 -0
  466. package/dist/collection/components/reorder-group/reorder-group.js +8 -4
  467. package/dist/collection/components/ripple-effect/{ripple-effect.css → ripple-effect.common.css} +7 -1
  468. package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +217 -0
  469. package/dist/collection/components/ripple-effect/ripple-effect.js +14 -6
  470. package/dist/collection/components/route/route.js +4 -0
  471. package/dist/collection/components/router/router.js +4 -0
  472. package/dist/collection/components/router-link/router-link.css +8 -2
  473. package/dist/collection/components/router-link/router-link.js +9 -5
  474. package/dist/collection/components/router-outlet/router-outlet.css +7 -1
  475. package/dist/collection/components/router-outlet/router-outlet.js +6 -3
  476. package/dist/collection/components/row/row.css +12 -0
  477. package/dist/collection/components/row/row.js +9 -2
  478. package/dist/collection/components/searchbar/searchbar.ionic.css +628 -0
  479. package/dist/collection/components/searchbar/searchbar.ios.css +56 -18
  480. package/dist/collection/components/searchbar/searchbar.js +181 -34
  481. package/dist/collection/components/searchbar/searchbar.md.css +56 -18
  482. package/dist/collection/components/segment/segment.ionic.css +117 -0
  483. package/dist/collection/components/segment/segment.ios.css +45 -2
  484. package/dist/collection/components/segment/segment.js +11 -8
  485. package/dist/collection/components/segment/segment.md.css +45 -2
  486. package/dist/collection/components/segment-button/segment-button.ionic.css +355 -0
  487. package/dist/collection/components/segment-button/segment-button.ios.css +146 -105
  488. package/dist/collection/components/segment-button/segment-button.js +11 -8
  489. package/dist/collection/components/segment-button/segment-button.md.css +148 -107
  490. package/dist/collection/components/segment-content/segment-content.js +1 -1
  491. package/dist/collection/components/segment-view/segment-view.ios.css +6 -0
  492. package/dist/collection/components/segment-view/segment-view.js +6 -4
  493. package/dist/collection/components/segment-view/segment-view.md.css +6 -0
  494. package/dist/collection/components/select/select.ionic.css +765 -0
  495. package/dist/collection/components/select/select.ios.css +315 -176
  496. package/dist/collection/components/select/select.js +157 -54
  497. package/dist/collection/components/select/select.md.css +331 -178
  498. package/dist/collection/components/select-modal/select-modal.ionic.css +121 -0
  499. package/dist/collection/components/select-modal/select-modal.ios.css +18 -0
  500. package/dist/collection/components/select-modal/select-modal.js +3 -3
  501. package/dist/collection/components/select-modal/select-modal.md.css +7 -3
  502. package/dist/collection/components/select-option/select-option.js +9 -2
  503. package/dist/collection/components/select-popover/select-popover.ios.css +18 -0
  504. package/dist/collection/components/select-popover/select-popover.js +12 -4
  505. package/dist/collection/components/select-popover/select-popover.md.css +18 -0
  506. package/dist/collection/components/skeleton-text/skeleton-text.css +6 -0
  507. package/dist/collection/components/skeleton-text/skeleton-text.js +9 -5
  508. package/dist/collection/components/spinner/{spinner.css → spinner.ionic.css} +79 -10
  509. package/dist/collection/components/spinner/spinner.js +47 -6
  510. package/dist/collection/components/spinner/spinner.native.css +198 -0
  511. package/dist/collection/components/split-pane/split-pane.ios.css +20 -2
  512. package/dist/collection/components/split-pane/split-pane.js +14 -8
  513. package/dist/collection/components/split-pane/split-pane.md.css +20 -2
  514. package/dist/collection/components/tab/tab.js +6 -2
  515. package/dist/collection/components/tab-bar/tab-bar.ionic.css +188 -0
  516. package/dist/collection/components/tab-bar/tab-bar.ios.css +71 -43
  517. package/dist/collection/components/tab-bar/tab-bar.js +78 -11
  518. package/dist/collection/components/tab-bar/tab-bar.md.css +71 -43
  519. package/dist/collection/components/tab-button/tab-button.ionic.css +338 -0
  520. package/dist/collection/components/tab-button/tab-button.ios.css +171 -95
  521. package/dist/collection/components/tab-button/tab-button.js +44 -8
  522. package/dist/collection/components/tab-button/tab-button.md.css +137 -93
  523. package/dist/collection/components/tabs/tabs.css +7 -1
  524. package/dist/collection/components/tabs/tabs.js +4 -1
  525. package/dist/collection/components/text/text.css +6 -0
  526. package/dist/collection/components/text/text.js +7 -6
  527. package/dist/collection/components/textarea/textarea.ionic.css +830 -0
  528. package/dist/collection/components/textarea/textarea.ios.css +275 -139
  529. package/dist/collection/components/textarea/textarea.js +76 -16
  530. package/dist/collection/components/textarea/textarea.md.css +288 -140
  531. package/dist/collection/components/thumbnail/thumbnail.css +6 -0
  532. package/dist/collection/components/thumbnail/thumbnail.js +9 -2
  533. package/dist/collection/components/title/title.ionic.css +129 -0
  534. package/dist/collection/components/title/title.ios.css +32 -4
  535. package/dist/collection/components/title/title.js +13 -7
  536. package/dist/collection/components/title/title.md.css +32 -4
  537. package/dist/collection/components/toast/animations/utils.js +1 -1
  538. package/dist/collection/components/toast/toast.ionic.css +396 -0
  539. package/dist/collection/components/toast/toast.ios.css +84 -45
  540. package/dist/collection/components/toast/toast.js +75 -12
  541. package/dist/collection/components/toast/toast.md.css +84 -45
  542. package/dist/collection/components/toggle/toggle.ionic.css +509 -0
  543. package/dist/collection/components/toggle/toggle.ios.css +247 -131
  544. package/dist/collection/components/toggle/toggle.js +73 -18
  545. package/dist/collection/components/toggle/toggle.md.css +244 -131
  546. package/dist/collection/components/toolbar/toolbar.ionic.css +238 -0
  547. package/dist/collection/components/toolbar/toolbar.ios.css +90 -47
  548. package/dist/collection/components/toolbar/toolbar.js +141 -13
  549. package/dist/collection/components/toolbar/toolbar.md.css +90 -47
  550. package/dist/collection/global/ionic-global.js +228 -13
  551. package/dist/collection/utils/focus-visible.js +22 -0
  552. package/dist/collection/utils/framework-delegate.js +3 -1
  553. package/dist/collection/utils/helpers.js +42 -2
  554. package/dist/collection/utils/keyboard/keyboard-controller.js +3 -1
  555. package/dist/collection/utils/menu-controller/animations/overlay.js +3 -3
  556. package/dist/collection/utils/menu-controller/animations/push.js +2 -1
  557. package/dist/collection/utils/menu-controller/animations/reveal.js +2 -1
  558. package/dist/collection/utils/overlays.js +2 -1
  559. package/dist/collection/utils/test/playwright/generator.js +48 -23
  560. package/dist/collection/utils/test/playwright/page/utils/goto.js +14 -5
  561. package/dist/collection/utils/test/playwright/page/utils/set-content.js +16 -2
  562. package/dist/collection/utils/transition/ios.transition.js +1 -0
  563. package/dist/docs.json +7739 -362
  564. package/dist/esm/{animation-BWcUKtbn.js → animation-Cgfm6Out.js} +1 -2
  565. package/dist/esm/{button-active-Bxcnevju.js → button-active-DvzVF2u_.js} +2 -2
  566. package/dist/esm/{capacitor-CFERIeaU.js → capacitor-Dvc8Ydvg.js} +1 -1
  567. package/dist/esm/caret-down-D1t981Ih.js +6 -0
  568. package/dist/esm/caret-left-fIOYmaqA.js +6 -0
  569. package/dist/esm/caret-right-BYSs-jZz.js +6 -0
  570. package/dist/esm/{config-AaTyISnm.js → config-DwiPHIF5.js} +1 -1
  571. package/dist/esm/{data-GIsHsYIB.js → data-HHZs0eLV.js} +6 -6
  572. package/dist/{cjs/focus-visible-CCvKiLh3.js → esm/focus-visible-vXpMhGrs.js} +23 -3
  573. package/dist/esm/{framework-delegate-DxcnWic_.js → framework-delegate-B4Rily6A.js} +4 -2
  574. package/dist/esm/{haptic-DzAMWJuk.js → haptic-ZZTn7IWt.js} +1 -1
  575. package/dist/esm/{helpers-1O4D2b7y.js → helpers-D_90HVv6.js} +42 -3
  576. package/dist/esm/{index-B_U9CtaY.js → index-BBrR3goV.js} +347 -13
  577. package/dist/esm/{index-DfBA5ztX.js → index-BoSPzYKk.js} +4 -4
  578. package/dist/esm/{index-BlJTBdxG.js → index-ByqmqxGO.js} +2 -2
  579. package/dist/esm/{index-BLV6ykCk.js → index-CFd-a2gp.js} +3 -3
  580. package/dist/esm/{index-D8sncTHY.js → index-D4D_NUAr.js} +10 -10
  581. package/dist/esm/{index-CWbP1eJz.js → index-k4x4i7EL.js} +3 -3
  582. package/dist/esm/index.js +11 -12
  583. package/dist/esm/{input-shims-C3lNp93k.js → input-shims-DEtEJcaS.js} +6 -6
  584. package/dist/esm/{input.utils-zWijNCrx.js → input.utils-DNE0LB5g.js} +2 -3
  585. package/dist/esm/ion-accordion_2.entry.js +56 -27
  586. package/dist/esm/ion-action-sheet.entry.js +21 -18
  587. package/dist/esm/ion-alert.entry.js +23 -21
  588. package/dist/esm/ion-app_8.entry.js +229 -144
  589. package/dist/esm/ion-avatar_3.entry.js +124 -12
  590. package/dist/esm/ion-back-button.entry.js +29 -20
  591. package/dist/esm/ion-backdrop.entry.js +9 -6
  592. package/dist/esm/ion-breadcrumb_2.entry.js +52 -16
  593. package/dist/esm/ion-button_2.entry.js +43 -11
  594. package/dist/esm/ion-card_5.entry.js +53 -29
  595. package/dist/esm/ion-checkbox.entry.js +31 -13
  596. package/dist/esm/ion-chip.entry.js +48 -7
  597. package/dist/esm/ion-col_3.entry.js +13 -10
  598. package/dist/esm/ion-datetime-button.entry.js +11 -7
  599. package/dist/esm/ion-datetime_3.entry.js +114 -39
  600. package/dist/esm/ion-divider.entry.js +48 -0
  601. package/dist/esm/ion-fab_3.entry.js +42 -26
  602. package/dist/esm/ion-img.entry.js +7 -3
  603. package/dist/esm/ion-infinite-scroll_2.entry.js +18 -14
  604. package/dist/esm/ion-input-otp.entry.js +6 -5
  605. package/dist/esm/ion-input-password-toggle.entry.js +51 -13
  606. package/dist/esm/ion-input.entry.js +121 -31
  607. package/dist/esm/ion-item-option_3.entry.js +48 -19
  608. package/dist/esm/ion-item_8.entry.js +106 -46
  609. package/dist/esm/ion-loading.entry.js +18 -16
  610. package/dist/esm/ion-menu_3.entry.js +45 -27
  611. package/dist/esm/ion-modal.entry.js +56 -29
  612. package/dist/esm/ion-nav_2.entry.js +13 -10
  613. package/dist/esm/ion-picker-column-option.entry.js +10 -6
  614. package/dist/esm/ion-picker-column.entry.js +11 -11
  615. package/dist/esm/ion-picker.entry.js +10 -6
  616. package/dist/esm/ion-popover.entry.js +18 -16
  617. package/dist/esm/ion-progress-bar.entry.js +25 -7
  618. package/dist/esm/ion-radio_2.entry.js +22 -13
  619. package/dist/esm/ion-range.entry.js +14 -10
  620. package/dist/esm/ion-refresher_2.entry.js +38 -20
  621. package/dist/esm/ion-reorder_2.entry.js +37 -13
  622. package/dist/esm/ion-ripple-effect.entry.js +14 -6
  623. package/dist/esm/ion-route_4.entry.js +8 -7
  624. package/dist/esm/ion-searchbar.entry.js +136 -23
  625. package/dist/esm/ion-segment-content.entry.js +2 -2
  626. package/dist/esm/ion-segment-view.entry.js +6 -3
  627. package/dist/esm/ion-segment_2.entry.js +21 -14
  628. package/dist/esm/ion-select-modal.entry.js +8 -9
  629. package/dist/esm/ion-select_3.entry.js +130 -39
  630. package/dist/esm/ion-spinner.entry.js +28 -6
  631. package/dist/esm/ion-split-pane.entry.js +11 -8
  632. package/dist/esm/ion-tab-bar_2.entry.js +65 -20
  633. package/dist/esm/ion-tab_2.entry.js +8 -7
  634. package/dist/esm/ion-text.entry.js +5 -5
  635. package/dist/esm/ion-textarea.entry.js +55 -15
  636. package/dist/esm/ion-toast.entry.js +41 -18
  637. package/dist/esm/ion-toggle.entry.js +79 -22
  638. package/dist/esm/ionic.js +3 -3
  639. package/dist/esm/{ios.transition-BmXtMRXZ.js → ios.transition-C_-UP8wE.js} +6 -5
  640. package/dist/esm/{keyboard-ywgs5efA.js → keyboard-BsZp3qPH.js} +3 -3
  641. package/dist/esm/{keyboard-CUw4ekVy.js → keyboard-Cvigb3Rv.js} +1 -1
  642. package/dist/esm/{keyboard-controller-BaaVITYt.js → keyboard-controller-lts2Pswq.js} +4 -3
  643. package/dist/esm/list-Dhi5xtNS.js +6 -0
  644. package/dist/esm/loader.js +3 -3
  645. package/dist/esm/{md.transition-CLI683c7.js → md.transition-BDWkLsNw.js} +5 -5
  646. package/dist/esm/{notch-controller-C5LPspO8.js → notch-controller-ClKrf2l9.js} +2 -2
  647. package/dist/esm/{overlays-8Y2rA-ps.js → overlays-DDeOq6un.js} +5 -6
  648. package/dist/esm/{status-tap-7t9T91bG.js → status-tap-DLatL9pG.js} +4 -3
  649. package/dist/esm/{swipe-back-VdaUzLWy.js → swipe-back-YYylMb0l.js} +3 -2
  650. package/dist/esm/x-BDqjX7Z_.js +6 -0
  651. package/dist/html.html-data.json +2508 -230
  652. package/dist/ionic/index.esm.js +1 -1
  653. package/dist/ionic/ionic.esm.js +1 -1
  654. package/dist/ionic/p-034b2ca2.entry.js +4 -0
  655. package/dist/ionic/p-08dfb85e.entry.js +4 -0
  656. package/dist/ionic/p-08e18904.entry.js +4 -0
  657. package/dist/ionic/p-0eab9ecf.entry.js +4 -0
  658. package/dist/ionic/p-11734cc5.entry.js +4 -0
  659. package/dist/ionic/p-1984e701.entry.js +4 -0
  660. package/dist/ionic/p-19959eec.entry.js +4 -0
  661. package/dist/ionic/p-1f976fad.entry.js +4 -0
  662. package/dist/ionic/p-1fd06a55.entry.js +4 -0
  663. package/dist/ionic/p-208954ca.entry.js +4 -0
  664. package/dist/ionic/p-232ba539.entry.js +4 -0
  665. package/dist/ionic/p-30c2256c.entry.js +4 -0
  666. package/dist/ionic/p-32f9c041.entry.js +4 -0
  667. package/dist/ionic/p-331b28f8.entry.js +4 -0
  668. package/dist/ionic/p-3c361403.entry.js +4 -0
  669. package/dist/ionic/p-4903685c.entry.js +4 -0
  670. package/dist/ionic/p-4d7ac4db.entry.js +4 -0
  671. package/dist/ionic/p-5ae4d6a0.entry.js +4 -0
  672. package/dist/ionic/p-6d2dc9d7.entry.js +4 -0
  673. package/dist/ionic/p-6e6ce506.entry.js +4 -0
  674. package/dist/ionic/p-6ea34add.entry.js +4 -0
  675. package/dist/ionic/p-6f17f8ed.entry.js +4 -0
  676. package/dist/ionic/p-7049bf1c.entry.js +4 -0
  677. package/dist/ionic/p-7ace7638.entry.js +4 -0
  678. package/dist/ionic/p-7f1e83a4.entry.js +4 -0
  679. package/dist/ionic/p-82796bb0.entry.js +4 -0
  680. package/dist/ionic/p-931716a5.entry.js +4 -0
  681. package/dist/ionic/p-9cb0fd91.entry.js +4 -0
  682. package/dist/ionic/p-BDqjX7Z_.js +4 -0
  683. package/dist/ionic/p-BJ-EYogw.js +4 -0
  684. package/dist/ionic/p-BK3Vo2GA.js +4 -0
  685. package/dist/ionic/p-BKDxK6_S.js +4 -0
  686. package/dist/ionic/p-BMPzyWDm.js +4 -0
  687. package/dist/ionic/p-BTqHM5hg.js +4 -0
  688. package/dist/ionic/p-BYSs-jZz.js +4 -0
  689. package/dist/ionic/p-BZR5I9yn.js +4 -0
  690. package/dist/ionic/p-BZSKvxFv.js +4 -0
  691. package/dist/ionic/p-BaAcx1TO.js +4 -0
  692. package/dist/ionic/p-BeJdFlAB.js +4 -0
  693. package/dist/ionic/{p-D13Eaw-8.js → p-Bi_aZreq.js} +1 -1
  694. package/dist/ionic/p-BpUl-Ubc.js +4 -0
  695. package/dist/ionic/{p-CKvCXMs9.js → p-BuAY53fC.js} +1 -1
  696. package/dist/ionic/{p-BLV6ykCk.js → p-CFd-a2gp.js} +1 -1
  697. package/dist/ionic/p-CnPZjTVf.js +4 -0
  698. package/dist/ionic/{p-7qk7mxdr.js → p-D-g7JYuH.js} +1 -1
  699. package/dist/ionic/p-D1t981Ih.js +4 -0
  700. package/dist/ionic/p-D6quDhlh.js +4 -0
  701. package/dist/ionic/{p-CPgXVSua.js → p-DIZM2shZ.js} +1 -1
  702. package/dist/ionic/p-DJD59Sq4.js +4 -0
  703. package/dist/ionic/p-DZmL55Qn.js +4 -0
  704. package/dist/ionic/p-Dhi5xtNS.js +4 -0
  705. package/dist/ionic/p-DjxV6ul_.js +4 -0
  706. package/dist/ionic/p-DkXsr7m2.js +4 -0
  707. package/dist/ionic/p-Dpa-63kX.js +4 -0
  708. package/dist/ionic/p-HOJ_eq4V.js +5 -0
  709. package/dist/ionic/p-MBiM0IFp.js +4 -0
  710. package/dist/ionic/p-a036ba35.entry.js +4 -0
  711. package/dist/ionic/p-a1af546a.entry.js +4 -0
  712. package/dist/ionic/p-a7acdba0.entry.js +4 -0
  713. package/dist/ionic/p-aa8d1f1d.entry.js +4 -0
  714. package/dist/ionic/p-ae3dad82.entry.js +4 -0
  715. package/dist/ionic/{p-a9ac80bd.entry.js → p-b2fe9962.entry.js} +1 -1
  716. package/dist/ionic/p-b493f149.entry.js +4 -0
  717. package/dist/ionic/p-b767c96a.entry.js +4 -0
  718. package/dist/ionic/p-b9b3ba1e.entry.js +4 -0
  719. package/dist/ionic/p-bb85830d.entry.js +4 -0
  720. package/dist/ionic/p-c565e353.entry.js +4 -0
  721. package/dist/ionic/p-ccf3b065.entry.js +4 -0
  722. package/dist/ionic/p-cedb36aa.entry.js +4 -0
  723. package/dist/ionic/p-d5b34bac.entry.js +4 -0
  724. package/dist/ionic/p-da78db37.entry.js +4 -0
  725. package/dist/ionic/p-db6e0330.entry.js +4 -0
  726. package/dist/ionic/p-dd5e8e7a.entry.js +4 -0
  727. package/dist/ionic/p-e4ed2971.entry.js +4 -0
  728. package/dist/ionic/p-e56f0f4b.entry.js +4 -0
  729. package/dist/ionic/p-e5897321.entry.js +4 -0
  730. package/dist/ionic/p-e89e89eb.entry.js +4 -0
  731. package/dist/ionic/{p-ei_RiGrl.js → p-eZzo_1L1.js} +1 -1
  732. package/dist/ionic/p-ed214a9c.entry.js +4 -0
  733. package/dist/ionic/p-eebf0420.entry.js +4 -0
  734. package/dist/ionic/p-f6a66956.entry.js +4 -0
  735. package/dist/ionic/p-fIOYmaqA.js +4 -0
  736. package/dist/ionic/p-fc8e47a4.entry.js +4 -0
  737. package/dist/ionic/p-vXpMhGrs.js +4 -0
  738. package/dist/ionic/svg/accessibility-outline.svg +1 -1
  739. package/dist/ionic/svg/accessibility-sharp.svg +1 -1
  740. package/dist/ionic/svg/accessibility.svg +1 -1
  741. package/dist/ionic/svg/arrow-down-left-box-outline.svg +1 -0
  742. package/dist/ionic/svg/arrow-down-left-box-sharp.svg +1 -0
  743. package/dist/ionic/svg/arrow-down-left-box.svg +1 -0
  744. package/dist/ionic/svg/arrow-down-right-box-outline.svg +1 -0
  745. package/dist/ionic/svg/arrow-down-right-box-sharp.svg +1 -0
  746. package/dist/ionic/svg/arrow-down-right-box.svg +1 -0
  747. package/dist/ionic/svg/arrow-up-left-box-outline.svg +1 -0
  748. package/dist/ionic/svg/arrow-up-left-box-sharp.svg +1 -0
  749. package/dist/ionic/svg/arrow-up-left-box.svg +1 -0
  750. package/dist/ionic/svg/arrow-up-right-box-outline.svg +1 -0
  751. package/dist/ionic/svg/arrow-up-right-box-sharp.svg +1 -0
  752. package/dist/ionic/svg/arrow-up-right-box.svg +1 -0
  753. package/dist/ionic/svg/bag-add-outline.svg +1 -1
  754. package/dist/ionic/svg/bag-add-sharp.svg +1 -1
  755. package/dist/ionic/svg/bag-add.svg +1 -1
  756. package/dist/ionic/svg/bag-check-outline.svg +1 -1
  757. package/dist/ionic/svg/bag-check-sharp.svg +1 -1
  758. package/dist/ionic/svg/bag-check.svg +1 -1
  759. package/dist/ionic/svg/bag-handle-outline.svg +1 -1
  760. package/dist/ionic/svg/bag-handle-sharp.svg +1 -1
  761. package/dist/ionic/svg/bag-handle.svg +1 -1
  762. package/dist/ionic/svg/bag-outline.svg +1 -1
  763. package/dist/ionic/svg/bag-remove-outline.svg +1 -1
  764. package/dist/ionic/svg/bag-remove-sharp.svg +1 -1
  765. package/dist/ionic/svg/bag-remove.svg +1 -1
  766. package/dist/ionic/svg/bag-sharp.svg +1 -1
  767. package/dist/ionic/svg/bag.svg +1 -1
  768. package/dist/ionic/svg/balloon-outline.svg +1 -1
  769. package/dist/ionic/svg/balloon-sharp.svg +1 -1
  770. package/dist/ionic/svg/balloon.svg +1 -1
  771. package/dist/ionic/svg/ban-outline.svg +1 -1
  772. package/dist/ionic/svg/ban-sharp.svg +1 -1
  773. package/dist/ionic/svg/ban.svg +1 -1
  774. package/dist/ionic/svg/binoculars-outline.svg +1 -0
  775. package/dist/ionic/svg/binoculars-sharp.svg +1 -0
  776. package/dist/ionic/svg/binoculars.svg +1 -0
  777. package/dist/ionic/svg/body-outline.svg +1 -1
  778. package/dist/ionic/svg/bowling-ball-outline.svg +1 -1
  779. package/dist/ionic/svg/bowling-ball-sharp.svg +1 -1
  780. package/dist/ionic/svg/bowling-ball.svg +1 -1
  781. package/dist/ionic/svg/calendar-clear-outline.svg +1 -1
  782. package/dist/ionic/svg/calendar-clear-sharp.svg +1 -1
  783. package/dist/ionic/svg/calendar-clear.svg +1 -1
  784. package/dist/ionic/svg/calendar-number-outline.svg +1 -1
  785. package/dist/ionic/svg/calendar-number-sharp.svg +1 -1
  786. package/dist/ionic/svg/calendar-number.svg +1 -1
  787. package/dist/ionic/svg/calendar-outline.svg +1 -1
  788. package/dist/ionic/svg/calendar-sharp.svg +1 -1
  789. package/dist/ionic/svg/calendar.svg +1 -1
  790. package/dist/ionic/svg/chevron-collapse-outline.svg +1 -1
  791. package/dist/ionic/svg/chevron-collapse-sharp.svg +1 -1
  792. package/dist/ionic/svg/chevron-collapse.svg +1 -1
  793. package/dist/ionic/svg/chevron-expand-outline.svg +1 -1
  794. package/dist/ionic/svg/chevron-expand-sharp.svg +1 -1
  795. package/dist/ionic/svg/chevron-expand.svg +1 -1
  796. package/dist/ionic/svg/color-wand-outline.svg +1 -1
  797. package/dist/ionic/svg/color-wand.svg +1 -1
  798. package/dist/ionic/svg/diamond-outline.svg +1 -1
  799. package/dist/ionic/svg/diamond-sharp.svg +1 -1
  800. package/dist/ionic/svg/diamond.svg +1 -1
  801. package/dist/ionic/svg/dice-outline.svg +1 -1
  802. package/dist/ionic/svg/dice-sharp.svg +1 -1
  803. package/dist/ionic/svg/dice.svg +1 -1
  804. package/dist/ionic/svg/document-lock-outline.svg +1 -1
  805. package/dist/ionic/svg/document-lock-sharp.svg +1 -1
  806. package/dist/ionic/svg/document-lock.svg +1 -1
  807. package/dist/ionic/svg/extension-puzzle-outline.svg +1 -1
  808. package/dist/ionic/svg/extension-puzzle-sharp.svg +1 -1
  809. package/dist/ionic/svg/extension-puzzle.svg +1 -1
  810. package/dist/ionic/svg/filter-circle-outline.svg +1 -1
  811. package/dist/ionic/svg/filter-circle-sharp.svg +1 -1
  812. package/dist/ionic/svg/filter-circle.svg +1 -1
  813. package/dist/ionic/svg/fish-outline.svg +1 -1
  814. package/dist/ionic/svg/fish-sharp.svg +1 -1
  815. package/dist/ionic/svg/fish.svg +1 -1
  816. package/dist/ionic/svg/footsteps-outline.svg +1 -1
  817. package/dist/ionic/svg/footsteps-sharp.svg +1 -1
  818. package/dist/ionic/svg/footsteps.svg +1 -1
  819. package/dist/ionic/svg/id-card-outline.svg +1 -1
  820. package/dist/ionic/svg/id-card-sharp.svg +1 -1
  821. package/dist/ionic/svg/id-card.svg +1 -1
  822. package/dist/ionic/svg/invert-mode-outline.svg +1 -1
  823. package/dist/ionic/svg/invert-mode-sharp.svg +1 -1
  824. package/dist/ionic/svg/invert-mode.svg +1 -1
  825. package/dist/ionic/svg/logo-alipay.svg +1 -1
  826. package/dist/ionic/svg/logo-android.svg +1 -1
  827. package/dist/ionic/svg/logo-appflow.svg +1 -0
  828. package/dist/ionic/svg/logo-apple-ar.svg +1 -1
  829. package/dist/ionic/svg/logo-behance.svg +1 -1
  830. package/dist/ionic/svg/logo-bitbucket.svg +1 -1
  831. package/dist/ionic/svg/logo-deviantart.svg +1 -1
  832. package/dist/ionic/svg/logo-discord.svg +1 -1
  833. package/dist/ionic/svg/logo-docker.svg +1 -1
  834. package/dist/ionic/svg/logo-edge.svg +1 -1
  835. package/dist/ionic/svg/logo-facebook.svg +1 -1
  836. package/dist/ionic/svg/logo-figma.svg +1 -1
  837. package/dist/ionic/svg/logo-firebase.svg +1 -1
  838. package/dist/ionic/svg/logo-gitlab.svg +1 -1
  839. package/dist/ionic/svg/logo-ionic.svg +1 -1
  840. package/dist/ionic/svg/logo-mastodon.svg +1 -1
  841. package/dist/ionic/svg/logo-medium.svg +1 -1
  842. package/dist/ionic/svg/logo-microsoft.svg +1 -1
  843. package/dist/ionic/svg/logo-npm.svg +1 -1
  844. package/dist/ionic/svg/logo-paypal.svg +1 -1
  845. package/dist/ionic/svg/logo-soundcloud.svg +1 -1
  846. package/dist/ionic/svg/logo-tableau.svg +1 -1
  847. package/dist/ionic/svg/logo-tiktok.svg +1 -1
  848. package/dist/ionic/svg/logo-trapeze.svg +1 -0
  849. package/dist/ionic/svg/logo-venmo.svg +1 -1
  850. package/dist/ionic/svg/logo-vercel.svg +1 -1
  851. package/dist/ionic/svg/logo-wechat.svg +1 -1
  852. package/dist/ionic/svg/logo-x.svg +1 -0
  853. package/dist/ionic/svg/logo-yahoo.svg +1 -1
  854. package/dist/ionic/svg/prism-outline.svg +1 -1
  855. package/dist/ionic/svg/prism-sharp.svg +1 -1
  856. package/dist/ionic/svg/prism.svg +1 -1
  857. package/dist/ionic/svg/scale-outline.svg +1 -1
  858. package/dist/ionic/svg/scale-sharp.svg +1 -1
  859. package/dist/ionic/svg/scale.svg +1 -1
  860. package/dist/ionic/svg/server-outline.svg +1 -1
  861. package/dist/ionic/svg/server-sharp.svg +1 -1
  862. package/dist/ionic/svg/server.svg +1 -1
  863. package/dist/ionic/svg/shield-half-outline.svg +1 -1
  864. package/dist/ionic/svg/shield-half-sharp.svg +1 -1
  865. package/dist/ionic/svg/shield-half.svg +1 -1
  866. package/dist/ionic/svg/sparkles-outline.svg +1 -1
  867. package/dist/ionic/svg/sparkles-sharp.svg +1 -1
  868. package/dist/ionic/svg/sparkles.svg +1 -1
  869. package/dist/ionic/svg/storefront-outline.svg +1 -1
  870. package/dist/ionic/svg/storefront-sharp.svg +1 -1
  871. package/dist/ionic/svg/storefront.svg +1 -1
  872. package/dist/ionic/svg/telescope-outline.svg +1 -1
  873. package/dist/ionic/svg/telescope-sharp.svg +1 -1
  874. package/dist/ionic/svg/telescope.svg +1 -1
  875. package/dist/ionic/svg/ticket-outline.svg +1 -1
  876. package/dist/ionic/svg/ticket-sharp.svg +1 -1
  877. package/dist/ionic/svg/ticket.svg +1 -1
  878. package/dist/ionic/svg/today-outline.svg +1 -1
  879. package/dist/ionic/svg/today-sharp.svg +1 -1
  880. package/dist/ionic/svg/today.svg +1 -1
  881. package/dist/ionic/svg/unlink-outline.svg +1 -1
  882. package/dist/ionic/svg/unlink-sharp.svg +1 -1
  883. package/dist/ionic/svg/unlink.svg +1 -1
  884. package/dist/ionic/svg/videocam-off-outline.svg +1 -1
  885. package/dist/ionic/svg/videocam-off-sharp.svg +1 -1
  886. package/dist/ionic/svg/videocam-off.svg +1 -1
  887. package/dist/ionic/svg/wifi-outline.svg +1 -1
  888. package/dist/ionic/svg/wifi-sharp.svg +1 -1
  889. package/dist/ionic/svg/wifi.svg +1 -1
  890. package/dist/types/components/accordion/accordion.d.ts +5 -3
  891. package/dist/types/components/accordion-group/accordion-group.d.ts +12 -1
  892. package/dist/types/components/action-sheet/action-sheet-interface.d.ts +3 -7
  893. package/dist/types/components/action-sheet/action-sheet.d.ts +3 -2
  894. package/dist/types/components/alert/alert-interface.d.ts +3 -7
  895. package/dist/types/components/alert/alert.d.ts +3 -2
  896. package/dist/types/components/app/app.d.ts +6 -2
  897. package/dist/types/components/avatar/avatar.d.ts +32 -0
  898. package/dist/types/components/back-button/back-button.d.ts +2 -1
  899. package/dist/types/components/backdrop/backdrop.d.ts +4 -0
  900. package/dist/types/components/badge/badge.d.ts +34 -1
  901. package/dist/types/components/breadcrumb/breadcrumb.d.ts +4 -1
  902. package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +2 -2
  903. package/dist/types/components/button/button.d.ts +19 -6
  904. package/dist/types/components/buttons/buttons.d.ts +5 -1
  905. package/dist/types/components/card/card.d.ts +8 -1
  906. package/dist/types/components/card-content/card-content.d.ts +2 -1
  907. package/dist/types/components/card-header/card-header.d.ts +3 -2
  908. package/dist/types/components/card-subtitle/card-subtitle.d.ts +2 -1
  909. package/dist/types/components/card-title/card-title.d.ts +2 -1
  910. package/dist/types/components/checkbox/checkbox.d.ts +14 -4
  911. package/dist/types/components/chip/chip.d.ts +26 -1
  912. package/dist/types/components/col/col.d.ts +4 -0
  913. package/dist/types/components/content/content.d.ts +3 -0
  914. package/dist/types/components/datetime/datetime.d.ts +26 -1
  915. package/dist/types/components/datetime/utils/data.d.ts +5 -5
  916. package/dist/types/components/datetime-button/datetime-button.d.ts +2 -1
  917. package/dist/types/components/divider/divider.d.ts +20 -0
  918. package/dist/types/components/fab/fab.d.ts +4 -0
  919. package/dist/types/components/fab-button/fab-button.d.ts +5 -3
  920. package/dist/types/components/fab-list/fab-list.d.ts +4 -0
  921. package/dist/types/components/footer/footer.d.ts +4 -3
  922. package/dist/types/components/grid/grid.d.ts +4 -0
  923. package/dist/types/components/header/header.d.ts +9 -3
  924. package/dist/types/components/img/img.d.ts +3 -0
  925. package/dist/types/components/infinite-scroll/infinite-scroll.d.ts +4 -0
  926. package/dist/types/components/infinite-scroll-content/infinite-scroll-content.d.ts +4 -0
  927. package/dist/types/components/input/input.d.ts +31 -5
  928. package/dist/types/components/input-password-toggle/input-password-toggle.d.ts +2 -0
  929. package/dist/types/components/item/item.d.ts +11 -4
  930. package/dist/types/components/item-divider/item-divider.d.ts +2 -1
  931. package/dist/types/components/item-group/item-group.d.ts +4 -0
  932. package/dist/types/components/item-option/item-option.d.ts +18 -1
  933. package/dist/types/components/item-options/item-options.d.ts +4 -0
  934. package/dist/types/components/item-sliding/item-sliding.d.ts +4 -0
  935. package/dist/types/components/label/label.d.ts +2 -1
  936. package/dist/types/components/list/list.d.ts +15 -1
  937. package/dist/types/components/list-header/list-header.d.ts +2 -1
  938. package/dist/types/components/loading/loading-interface.d.ts +2 -7
  939. package/dist/types/components/loading/loading.d.ts +3 -2
  940. package/dist/types/components/menu/menu.d.ts +3 -0
  941. package/dist/types/components/menu-button/menu-button.d.ts +3 -1
  942. package/dist/types/components/menu-toggle/menu-toggle.d.ts +3 -0
  943. package/dist/types/components/modal/gestures/sheet.d.ts +1 -1
  944. package/dist/types/components/modal/modal-interface.d.ts +4 -7
  945. package/dist/types/components/modal/modal.d.ts +11 -1
  946. package/dist/types/components/nav/nav-interface.d.ts +9 -1
  947. package/dist/types/components/nav/nav.d.ts +5 -1
  948. package/dist/types/components/nav-link/nav-link.d.ts +4 -0
  949. package/dist/types/components/note/note.d.ts +2 -1
  950. package/dist/types/components/picker/picker.d.ts +2 -1
  951. package/dist/types/components/picker-column/picker-column.d.ts +2 -1
  952. package/dist/types/components/picker-column-option/picker-column-option.d.ts +4 -0
  953. package/dist/types/components/picker-legacy/picker.d.ts +2 -1
  954. package/dist/types/components/popover/popover-interface.d.ts +3 -6
  955. package/dist/types/components/popover/popover.d.ts +6 -5
  956. package/dist/types/components/progress-bar/progress-bar.d.ts +10 -1
  957. package/dist/types/components/radio/radio.d.ts +2 -1
  958. package/dist/types/components/radio-group/radio-group.d.ts +4 -0
  959. package/dist/types/components/range/range.d.ts +2 -1
  960. package/dist/types/components/refresher/refresher.d.ts +2 -1
  961. package/dist/types/components/refresher-content/refresher-content.d.ts +4 -0
  962. package/dist/types/components/reorder/reorder.d.ts +9 -0
  963. package/dist/types/components/reorder-group/reorder-group.d.ts +4 -0
  964. package/dist/types/components/ripple-effect/ripple-effect.d.ts +4 -0
  965. package/dist/types/components/route/route.d.ts +4 -0
  966. package/dist/types/components/router/router.d.ts +4 -0
  967. package/dist/types/components/router-link/router-link.d.ts +4 -0
  968. package/dist/types/components/router-outlet/router-outlet.d.ts +4 -1
  969. package/dist/types/components/row/row.d.ts +4 -0
  970. package/dist/types/components/searchbar/searchbar.d.ts +51 -9
  971. package/dist/types/components/segment/segment.d.ts +2 -1
  972. package/dist/types/components/segment-button/segment-button.d.ts +2 -1
  973. package/dist/types/components/select/select.d.ts +41 -13
  974. package/dist/types/components/select-option/select-option.d.ts +4 -0
  975. package/dist/types/components/select-popover/select-popover.d.ts +3 -0
  976. package/dist/types/components/skeleton-text/skeleton-text.d.ts +4 -0
  977. package/dist/types/components/spinner/spinner.d.ts +15 -0
  978. package/dist/types/components/split-pane/split-pane.d.ts +4 -0
  979. package/dist/types/components/tab/tab.d.ts +4 -0
  980. package/dist/types/components/tab-bar/tab-bar.d.ts +22 -2
  981. package/dist/types/components/tab-button/tab-button.d.ts +11 -1
  982. package/dist/types/components/tabs/tabs.d.ts +3 -0
  983. package/dist/types/components/text/text.d.ts +2 -1
  984. package/dist/types/components/textarea/textarea.d.ts +17 -4
  985. package/dist/types/components/thumbnail/thumbnail.d.ts +4 -0
  986. package/dist/types/components/title/title.d.ts +4 -0
  987. package/dist/types/components/toast/animations/utils.d.ts +2 -2
  988. package/dist/types/components/toast/toast-interface.d.ts +3 -7
  989. package/dist/types/components/toast/toast.d.ts +19 -2
  990. package/dist/types/components/toggle/toggle.d.ts +15 -1
  991. package/dist/types/components/toolbar/toolbar.d.ts +20 -3
  992. package/dist/types/components.d.ts +1512 -196
  993. package/dist/types/global/ionic-global.d.ts +27 -2
  994. package/dist/types/interface.d.ts +3 -0
  995. package/dist/types/utils/config.d.ts +106 -2
  996. package/dist/types/utils/focus-visible.d.ts +13 -0
  997. package/dist/types/utils/helpers.d.ts +11 -0
  998. package/dist/types/utils/overlays-interface.d.ts +31 -1
  999. package/dist/types/utils/test/playwright/generator.d.ts +31 -2
  1000. package/hydrate/index.js +2714 -902
  1001. package/hydrate/index.mjs +2714 -902
  1002. package/package.json +9 -4
  1003. package/components/hardware-back-button.js +0 -115
  1004. package/components/index9.js +0 -7
  1005. package/dist/cjs/hardware-back-button-D90qZxju.js +0 -121
  1006. package/dist/cjs/index-DkNv4J_i.js +0 -10
  1007. package/dist/esm/hardware-back-button-DcH0BbDp.js +0 -115
  1008. package/dist/esm/index-ZjP4CjeZ.js +0 -7
  1009. package/dist/ionic/p-0fc6fc38.entry.js +0 -4
  1010. package/dist/ionic/p-14ae45e4.entry.js +0 -4
  1011. package/dist/ionic/p-15da9760.entry.js +0 -4
  1012. package/dist/ionic/p-1739f5f2.entry.js +0 -4
  1013. package/dist/ionic/p-18f1813b.entry.js +0 -4
  1014. package/dist/ionic/p-2020aa51.entry.js +0 -4
  1015. package/dist/ionic/p-2c6c6991.entry.js +0 -4
  1016. package/dist/ionic/p-2cfd6b61.entry.js +0 -4
  1017. package/dist/ionic/p-2da6a16b.entry.js +0 -4
  1018. package/dist/ionic/p-3a4feac2.entry.js +0 -4
  1019. package/dist/ionic/p-473877b6.entry.js +0 -4
  1020. package/dist/ionic/p-4b7d1f35.entry.js +0 -4
  1021. package/dist/ionic/p-4d61f20b.entry.js +0 -4
  1022. package/dist/ionic/p-4ddc10ef.entry.js +0 -4
  1023. package/dist/ionic/p-56712fd4.entry.js +0 -4
  1024. package/dist/ionic/p-66510682.entry.js +0 -4
  1025. package/dist/ionic/p-6b666996.entry.js +0 -4
  1026. package/dist/ionic/p-7149db7e.entry.js +0 -4
  1027. package/dist/ionic/p-73d7ad90.entry.js +0 -4
  1028. package/dist/ionic/p-76b697a3.entry.js +0 -4
  1029. package/dist/ionic/p-8957540a.entry.js +0 -4
  1030. package/dist/ionic/p-8a8ef46b.entry.js +0 -4
  1031. package/dist/ionic/p-8c674371.entry.js +0 -4
  1032. package/dist/ionic/p-8f2f76e0.entry.js +0 -4
  1033. package/dist/ionic/p-90f87086.entry.js +0 -4
  1034. package/dist/ionic/p-91bde659.entry.js +0 -4
  1035. package/dist/ionic/p-96389029.entry.js +0 -4
  1036. package/dist/ionic/p-97667b9c.entry.js +0 -4
  1037. package/dist/ionic/p-9b46b31b.entry.js +0 -4
  1038. package/dist/ionic/p-9e699d4a.entry.js +0 -4
  1039. package/dist/ionic/p-9eeaBrnk.js +0 -4
  1040. package/dist/ionic/p-B1MNHTYX.js +0 -4
  1041. package/dist/ionic/p-B3XSxWNQ.js +0 -4
  1042. package/dist/ionic/p-BROiNJRB.js +0 -4
  1043. package/dist/ionic/p-B_U9CtaY.js +0 -5
  1044. package/dist/ionic/p-BhLqfMrf.js +0 -4
  1045. package/dist/ionic/p-BmQduG8c.js +0 -4
  1046. package/dist/ionic/p-BmVRXR1y.js +0 -4
  1047. package/dist/ionic/p-CIGNaXM1.js +0 -4
  1048. package/dist/ionic/p-CL-KfWxq.js +0 -4
  1049. package/dist/ionic/p-CRiGyYOA.js +0 -4
  1050. package/dist/ionic/p-CbI9XwwW.js +0 -4
  1051. package/dist/ionic/p-CtWGkNnJ.js +0 -4
  1052. package/dist/ionic/p-D-7TeYC4.js +0 -4
  1053. package/dist/ionic/p-DCfS5Jk_.js +0 -4
  1054. package/dist/ionic/p-DgdWETCP.js +0 -4
  1055. package/dist/ionic/p-Do-uqmtX.js +0 -4
  1056. package/dist/ionic/p-DzH0J0yi.js +0 -4
  1057. package/dist/ionic/p-QwEXyOze.js +0 -4
  1058. package/dist/ionic/p-ZjP4CjeZ.js +0 -4
  1059. package/dist/ionic/p-a6282370.entry.js +0 -4
  1060. package/dist/ionic/p-a9f99c74.entry.js +0 -4
  1061. package/dist/ionic/p-aIxOGKys.js +0 -4
  1062. package/dist/ionic/p-aa8956c2.entry.js +0 -4
  1063. package/dist/ionic/p-b37dbc31.entry.js +0 -4
  1064. package/dist/ionic/p-b9f79efc.entry.js +0 -4
  1065. package/dist/ionic/p-bNmY-WfR.js +0 -4
  1066. package/dist/ionic/p-bc01c127.entry.js +0 -4
  1067. package/dist/ionic/p-bec79123.entry.js +0 -4
  1068. package/dist/ionic/p-c0335397.entry.js +0 -4
  1069. package/dist/ionic/p-c4912ca5.entry.js +0 -4
  1070. package/dist/ionic/p-c884d7e3.entry.js +0 -4
  1071. package/dist/ionic/p-cb787a4b.entry.js +0 -4
  1072. package/dist/ionic/p-cd12ed1c.entry.js +0 -4
  1073. package/dist/ionic/p-cf632ee2.entry.js +0 -4
  1074. package/dist/ionic/p-d47b85ea.entry.js +0 -4
  1075. package/dist/ionic/p-d8ed5df0.entry.js +0 -4
  1076. package/dist/ionic/p-e1260ed5.entry.js +0 -4
  1077. package/dist/ionic/p-e30ff968.entry.js +0 -4
  1078. package/dist/ionic/p-ead42a37.entry.js +0 -4
  1079. package/dist/ionic/p-f83db8cd.entry.js +0 -4
  1080. package/dist/ionic/p-fbc5481b.entry.js +0 -4
  1081. package/dist/ionic/p-fcc7437b.entry.js +0 -4
  1082. /package/dist/collection/components/{input-password-toggle/input-password-toggle.css → refresher-content/refresher-content.css} +0 -0
@@ -89,7 +89,7 @@ export namespace Components {
89
89
  */
90
90
  "disabled": boolean;
91
91
  /**
92
- * The mode determines which platform styles to use.
92
+ * The mode determines the platform behaviors of the component.
93
93
  */
94
94
  "mode"?: "ios" | "md";
95
95
  /**
@@ -97,11 +97,14 @@ export namespace Components {
97
97
  * @default false
98
98
  */
99
99
  "readonly": boolean;
100
+ /**
101
+ * The theme determines the visual appearance of the component.
102
+ */
103
+ "theme"?: "ios" | "md" | "ionic";
100
104
  /**
101
105
  * The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
102
- * @default chevronDown
103
106
  */
104
- "toggleIcon": string;
107
+ "toggleIcon"?: string;
105
108
  /**
106
109
  * The slot inside of `ion-item` to place the toggle icon. Defaults to `"end"`.
107
110
  * @default 'end'
@@ -131,7 +134,7 @@ export namespace Components {
131
134
  "expand": 'compact' | 'inset';
132
135
  "getAccordions": () => Promise<HTMLIonAccordionElement[]>;
133
136
  /**
134
- * The mode determines which platform styles to use.
137
+ * The mode determines the platform behaviors of the component.
135
138
  */
136
139
  "mode"?: "ios" | "md";
137
140
  /**
@@ -147,6 +150,14 @@ export namespace Components {
147
150
  * This method is used to ensure that the value of ion-accordion-group is being set in a valid way. This method should only be called in response to a user generated action.
148
151
  */
149
152
  "requestAccordionToggle": (accordionValue: string | undefined, accordionExpand: boolean) => Promise<void>;
153
+ /**
154
+ * Set to `"soft"` for an accordion group with slightly rounded corners, `"round"` for an accordion group with fully rounded corners, or `"rectangular"` for an accordion group without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes. Only applies when `expand` is set to `"inset"`.
155
+ */
156
+ "shape"?: 'soft' | 'round' | 'rectangular';
157
+ /**
158
+ * The theme determines the visual appearance of the component.
159
+ */
160
+ "theme"?: "ios" | "md" | "ionic";
150
161
  /**
151
162
  * The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
152
163
  */
@@ -210,7 +221,7 @@ export namespace Components {
210
221
  */
211
222
  "leaveAnimation"?: AnimationBuilder;
212
223
  /**
213
- * The mode determines which platform styles to use.
224
+ * The mode determines the platform behaviors of the component.
214
225
  */
215
226
  "mode"?: "ios" | "md";
216
227
  /**
@@ -231,7 +242,11 @@ export namespace Components {
231
242
  */
232
243
  "subHeader"?: string;
233
244
  /**
234
- * If `true`, the action sheet will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
245
+ * The theme determines the visual appearance of the component.
246
+ */
247
+ "theme"?: "ios" | "md" | "ionic";
248
+ /**
249
+ * If `true`, the action sheet will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
235
250
  * @default false
236
251
  */
237
252
  "translucent": boolean;
@@ -307,7 +322,7 @@ export namespace Components {
307
322
  */
308
323
  "message"?: string | IonicSafeString;
309
324
  /**
310
- * The mode determines which platform styles to use.
325
+ * The mode determines the platform behaviors of the component.
311
326
  */
312
327
  "mode"?: "ios" | "md";
313
328
  /**
@@ -328,7 +343,11 @@ export namespace Components {
328
343
  */
329
344
  "subHeader"?: string;
330
345
  /**
331
- * If `true`, the alert will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
346
+ * The theme determines the visual appearance of the component.
347
+ */
348
+ "theme"?: "ios" | "md" | "ionic";
349
+ /**
350
+ * If `true`, the alert will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
332
351
  * @default false
333
352
  */
334
353
  "translucent": boolean;
@@ -338,12 +357,42 @@ export namespace Components {
338
357
  "trigger": string | undefined;
339
358
  }
340
359
  interface IonApp {
360
+ /**
361
+ * The mode determines the platform behaviors of the component.
362
+ */
363
+ "mode"?: "ios" | "md";
341
364
  /**
342
365
  * Used to set focus on an element that uses `ion-focusable`. Do not use this if focusing the element as a result of a keyboard event as the focus utility should handle this for us. This method should be used when we want to programmatically focus an element as a result of another user action. (Ex: We focus the first element inside of a popover when the user presents it, but the popover is not always presented as a result of keyboard action.)
366
+ * @param elements - The elements to set focus on.
343
367
  */
344
368
  "setFocus": (elements: HTMLElement[]) => Promise<void>;
369
+ /**
370
+ * The theme determines the visual appearance of the component.
371
+ */
372
+ "theme"?: "ios" | "md" | "ionic";
345
373
  }
346
374
  interface IonAvatar {
375
+ /**
376
+ * If `true`, the user cannot interact with the avatar.
377
+ * @default false
378
+ */
379
+ "disabled": boolean;
380
+ /**
381
+ * The mode determines the platform behaviors of the component.
382
+ */
383
+ "mode"?: "ios" | "md";
384
+ /**
385
+ * Set to `"soft"` for an avatar with slightly rounded corners, `"round"` for an avatar with fully rounded corners, or `"rectangular"` for an avatar without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
386
+ */
387
+ "shape"?: 'soft' | 'round' | 'rectangular';
388
+ /**
389
+ * Set to `"xxsmall"` for the smallest size. Set to `"xsmall"` for a very small size. Set to `"small"` for a compact size. Set to `"medium"` for the default height and width. Set to `"large"` for a larger size. Set to `"xlarge"` for the largest dimensions. Defaults to `"medium"` for the `ionic` theme, undefined for all other themes.
390
+ */
391
+ "size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
392
+ /**
393
+ * The theme determines the visual appearance of the component.
394
+ */
395
+ "theme"?: "ios" | "md" | "ionic";
347
396
  }
348
397
  interface IonBackButton {
349
398
  /**
@@ -364,7 +413,7 @@ export namespace Components {
364
413
  */
365
414
  "icon"?: string | null;
366
415
  /**
367
- * The mode determines which platform styles to use.
416
+ * The mode determines the platform behaviors of the component.
368
417
  */
369
418
  "mode"?: "ios" | "md";
370
419
  /**
@@ -375,6 +424,10 @@ export namespace Components {
375
424
  * The text to display in the back button.
376
425
  */
377
426
  "text"?: string | null;
427
+ /**
428
+ * The theme determines the visual appearance of the component.
429
+ */
430
+ "theme"?: "ios" | "md" | "ionic";
378
431
  /**
379
432
  * The type of the button.
380
433
  * @default 'button'
@@ -382,6 +435,10 @@ export namespace Components {
382
435
  "type": 'submit' | 'reset' | 'button';
383
436
  }
384
437
  interface IonBackdrop {
438
+ /**
439
+ * The mode determines the platform behaviors of the component.
440
+ */
441
+ "mode"?: "ios" | "md";
385
442
  /**
386
443
  * If `true`, the backdrop will stop propagation on tap.
387
444
  * @default true
@@ -392,6 +449,10 @@ export namespace Components {
392
449
  * @default true
393
450
  */
394
451
  "tappable": boolean;
452
+ /**
453
+ * The theme determines the visual appearance of the component.
454
+ */
455
+ "theme"?: "ios" | "md" | "ionic";
395
456
  /**
396
457
  * If `true`, the backdrop will be visible.
397
458
  * @default true
@@ -404,9 +465,29 @@ export namespace Components {
404
465
  */
405
466
  "color"?: Color;
406
467
  /**
407
- * The mode determines which platform styles to use.
468
+ * Set to `"bold"` for a badge with vibrant, bold colors or to `"subtle"` for a badge with muted, subtle colors. Only applies to the `ionic` theme.
469
+ */
470
+ "hue"?: 'bold' | 'subtle';
471
+ /**
472
+ * The mode determines the platform behaviors of the component.
408
473
  */
409
474
  "mode"?: "ios" | "md";
475
+ /**
476
+ * Set to `"rectangular"` for non-rounded corners. Set to `"soft"` for slightly rounded corners. Set to `"round"` for fully rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
477
+ */
478
+ "shape"?: 'soft' | 'round | rectangular';
479
+ /**
480
+ * Set to `"small"` for a small badge. Set to `"medium"` for a medium badge. Set to `"large"` for a large badge, when it is empty (no text or icon). Defaults to `"small"` for the `ionic` theme, undefined for all other themes.
481
+ */
482
+ "size"?: 'small' | 'medium' | 'large';
483
+ /**
484
+ * The theme determines the visual appearance of the component.
485
+ */
486
+ "theme"?: "ios" | "md" | "ionic";
487
+ /**
488
+ * Set to `"top"` to position the badge on top right absolute position of the parent element. Set to `"bottom"` to position the badge on bottom right absolute position of the parent element.
489
+ */
490
+ "vertical"?: 'top' | 'bottom';
410
491
  }
411
492
  interface IonBreadcrumb {
412
493
  /**
@@ -437,7 +518,7 @@ export namespace Components {
437
518
  "href": string | undefined;
438
519
  "last": boolean;
439
520
  /**
440
- * The mode determines which platform styles to use.
521
+ * The mode determines the platform behaviors of the component.
441
522
  */
442
523
  "mode"?: "ios" | "md";
443
524
  /**
@@ -462,6 +543,10 @@ export namespace Components {
462
543
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
463
544
  */
464
545
  "target": string | undefined;
546
+ /**
547
+ * The theme determines the visual appearance of the component.
548
+ */
549
+ "theme"?: "ios" | "md" | "ionic";
465
550
  }
466
551
  interface IonBreadcrumbs {
467
552
  /**
@@ -483,9 +568,13 @@ export namespace Components {
483
568
  */
484
569
  "maxItems"?: number;
485
570
  /**
486
- * The mode determines which platform styles to use.
571
+ * The mode determines the platform behaviors of the component.
487
572
  */
488
573
  "mode"?: "ios" | "md";
574
+ /**
575
+ * The theme determines the visual appearance of the component.
576
+ */
577
+ "theme"?: "ios" | "md" | "ionic";
489
578
  }
490
579
  interface IonButton {
491
580
  /**
@@ -523,7 +612,7 @@ export namespace Components {
523
612
  */
524
613
  "href": string | undefined;
525
614
  /**
526
- * The mode determines which platform styles to use.
615
+ * The mode determines the platform behaviors of the component.
527
616
  */
528
617
  "mode"?: "ios" | "md";
529
618
  /**
@@ -540,13 +629,13 @@ export namespace Components {
540
629
  */
541
630
  "routerDirection": RouterDirection;
542
631
  /**
543
- * Set to `"round"` for a button with more rounded corners.
632
+ * Set to `"soft"` for a button with slightly rounded corners, `"round"` for a button with fully rounded corners, or `"rectangular"` for a button without rounded corners. Defaults to `"soft"` for the `"ios"` theme and `"round"` for all other themes.
544
633
  */
545
- "shape"?: 'round';
634
+ "shape"?: 'soft' | 'round' | 'rectangular';
546
635
  /**
547
- * Set to `"small"` for a button with less height and padding, to `"default"` for a button with the default height and padding, or to `"large"` for a button with more height and padding. By default the size is unset, unless the button is inside of an item, where the size is `"small"` by default. Set the size to `"default"` inside of an item to make it a standard size button.
636
+ * Set to `"small"` for a button with less height and padding, to `"medium"` for a button with the medium height and padding, or to `"large"` for a button with more height and padding. By default the size is unset, unless the button is inside of an item, where the size is `"small"` by default. Set the size to `"default"` inside of an item to make it a standard size button.
548
637
  */
549
- "size"?: 'small' | 'default' | 'large';
638
+ "size"?: 'small' | 'default' | 'medium' | 'large';
550
639
  /**
551
640
  * If `true`, activates a button with a heavier font weight.
552
641
  * @default false
@@ -556,6 +645,10 @@ export namespace Components {
556
645
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
557
646
  */
558
647
  "target": string | undefined;
648
+ /**
649
+ * The theme determines the visual appearance of the component.
650
+ */
651
+ "theme"?: "ios" | "md" | "ionic";
559
652
  /**
560
653
  * The type of the button.
561
654
  * @default 'button'
@@ -564,10 +657,18 @@ export namespace Components {
564
657
  }
565
658
  interface IonButtons {
566
659
  /**
567
- * If true, buttons will disappear when its parent toolbar has fully collapsed if the toolbar is not the first toolbar. If the toolbar is the first toolbar, the buttons will be hidden and will only be shown once all toolbars have fully collapsed. Only applies in `ios` mode with `collapse` set to `true` on `ion-header`. Typically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)
660
+ * If true, buttons will disappear when its parent toolbar has fully collapsed if the toolbar is not the first toolbar. If the toolbar is the first toolbar, the buttons will be hidden and will only be shown once all toolbars have fully collapsed. Only applies in the `ios` theme with `collapse` set to `true` on `ion-header`. Typically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)
568
661
  * @default false
569
662
  */
570
663
  "collapse": boolean;
664
+ /**
665
+ * The mode determines the platform behaviors of the component.
666
+ */
667
+ "mode"?: "ios" | "md";
668
+ /**
669
+ * The theme determines the visual appearance of the component.
670
+ */
671
+ "theme"?: "ios" | "md" | "ionic";
571
672
  }
572
673
  interface IonCard {
573
674
  /**
@@ -593,7 +694,7 @@ export namespace Components {
593
694
  */
594
695
  "href": string | undefined;
595
696
  /**
596
- * The mode determines which platform styles to use.
697
+ * The mode determines the platform behaviors of the component.
597
698
  */
598
699
  "mode"?: "ios" | "md";
599
700
  /**
@@ -609,10 +710,19 @@ export namespace Components {
609
710
  * @default 'forward'
610
711
  */
611
712
  "routerDirection": RouterDirection;
713
+ /**
714
+ * Set to `"soft"` for a card with slightly rounded corners, `"round"` for a card with more rounded corners, or `"rectangular"` for a card without rounded corners. Defaults to `"round"`.
715
+ * @default 'round'
716
+ */
717
+ "shape"?: 'soft' | 'round' | 'rectangular';
612
718
  /**
613
719
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
614
720
  */
615
721
  "target": string | undefined;
722
+ /**
723
+ * The theme determines the visual appearance of the component.
724
+ */
725
+ "theme"?: "ios" | "md" | "ionic";
616
726
  /**
617
727
  * The type of the button. Only used when an `onclick` or `button` property is present.
618
728
  * @default 'button'
@@ -621,9 +731,13 @@ export namespace Components {
621
731
  }
622
732
  interface IonCardContent {
623
733
  /**
624
- * The mode determines which platform styles to use.
734
+ * The mode determines the platform behaviors of the component.
625
735
  */
626
736
  "mode"?: "ios" | "md";
737
+ /**
738
+ * The theme determines the visual appearance of the component.
739
+ */
740
+ "theme"?: "ios" | "md" | "ionic";
627
741
  }
628
742
  interface IonCardHeader {
629
743
  /**
@@ -631,11 +745,15 @@ export namespace Components {
631
745
  */
632
746
  "color"?: Color;
633
747
  /**
634
- * The mode determines which platform styles to use.
748
+ * The mode determines the platform behaviors of the component.
635
749
  */
636
750
  "mode"?: "ios" | "md";
637
751
  /**
638
- * If `true`, the card header will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
752
+ * The theme determines the visual appearance of the component.
753
+ */
754
+ "theme"?: "ios" | "md" | "ionic";
755
+ /**
756
+ * If `true`, the card header will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
639
757
  * @default false
640
758
  */
641
759
  "translucent": boolean;
@@ -646,9 +764,13 @@ export namespace Components {
646
764
  */
647
765
  "color"?: Color;
648
766
  /**
649
- * The mode determines which platform styles to use.
767
+ * The mode determines the platform behaviors of the component.
650
768
  */
651
769
  "mode"?: "ios" | "md";
770
+ /**
771
+ * The theme determines the visual appearance of the component.
772
+ */
773
+ "theme"?: "ios" | "md" | "ionic";
652
774
  }
653
775
  interface IonCardTitle {
654
776
  /**
@@ -656,9 +778,13 @@ export namespace Components {
656
778
  */
657
779
  "color"?: Color;
658
780
  /**
659
- * The mode determines which platform styles to use.
781
+ * The mode determines the platform behaviors of the component.
660
782
  */
661
783
  "mode"?: "ios" | "md";
784
+ /**
785
+ * The theme determines the visual appearance of the component.
786
+ */
787
+ "theme"?: "ios" | "md" | "ionic";
662
788
  }
663
789
  interface IonCheckbox {
664
790
  /**
@@ -702,7 +828,7 @@ export namespace Components {
702
828
  */
703
829
  "labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
704
830
  /**
705
- * The mode determines which platform styles to use.
831
+ * The mode determines the platform behaviors of the component.
706
832
  */
707
833
  "mode"?: "ios" | "md";
708
834
  /**
@@ -716,6 +842,19 @@ export namespace Components {
716
842
  */
717
843
  "required": boolean;
718
844
  "setFocus": () => Promise<void>;
845
+ /**
846
+ * Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
847
+ * @default 'soft'
848
+ */
849
+ "shape"?: 'soft' | 'rectangular';
850
+ /**
851
+ * Set to `"small"` for a checkbox with less height and padding.
852
+ */
853
+ "size"?: 'small';
854
+ /**
855
+ * The theme determines the visual appearance of the component.
856
+ */
857
+ "theme"?: "ios" | "md" | "ionic";
719
858
  /**
720
859
  * The value of the checkbox does not mean if it's checked or not, use the `checked` property for that. The value of a checkbox is analogous to the value of an `<input type="checkbox">`, it's only used when the checkbox participates in a native `<form>`.
721
860
  * @default 'on'
@@ -733,7 +872,12 @@ export namespace Components {
733
872
  */
734
873
  "disabled": boolean;
735
874
  /**
736
- * The mode determines which platform styles to use.
875
+ * Set to `"bold"` for a chip with vibrant, bold colors or to `"subtle"` for a chip with muted, subtle colors. Only applies to the `ionic` theme.
876
+ * @default 'subtle'
877
+ */
878
+ "hue"?: 'bold' | 'subtle';
879
+ /**
880
+ * The mode determines the platform behaviors of the component.
737
881
  */
738
882
  "mode"?: "ios" | "md";
739
883
  /**
@@ -741,8 +885,24 @@ export namespace Components {
741
885
  * @default false
742
886
  */
743
887
  "outline": boolean;
888
+ /**
889
+ * Set to `"soft"` for a chip with slightly rounded corners, `"round"` for a chip with fully rounded corners, or `"rectangular"` for a chip without rounded corners. Defaults to `"round"` for the `"ionic"` theme and `"soft"` for all other themes.
890
+ */
891
+ "shape"?: 'soft' | 'round' | 'rectangular';
892
+ /**
893
+ * Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
894
+ */
895
+ "size"?: 'small' | 'large';
896
+ /**
897
+ * The theme determines the visual appearance of the component.
898
+ */
899
+ "theme"?: "ios" | "md" | "ionic";
744
900
  }
745
901
  interface IonCol {
902
+ /**
903
+ * The mode determines the platform behaviors of the component.
904
+ */
905
+ "mode"?: "ios" | "md";
746
906
  /**
747
907
  * The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
748
908
  */
@@ -839,6 +999,10 @@ export namespace Components {
839
999
  * The size of the column for xs screens, in terms of how many columns it should take up out of the total available. If `"auto"` is passed, the column will be the size of its content.
840
1000
  */
841
1001
  "sizeXs"?: string;
1002
+ /**
1003
+ * The theme determines the visual appearance of the component.
1004
+ */
1005
+ "theme"?: "ios" | "md" | "ionic";
842
1006
  }
843
1007
  interface IonContent {
844
1008
  /**
@@ -867,6 +1031,10 @@ export namespace Components {
867
1031
  * Get the element where the actual scrolling takes place. This element can be used to subscribe to `scroll` events or manually modify `scrollTop`. However, it's recommended to use the API provided by `ion-content`: i.e. Using `ionScroll`, `ionScrollStart`, `ionScrollEnd` for scrolling events and `scrollToPoint()` to scroll the content into a certain point.
868
1032
  */
869
1033
  "getScrollElement": () => Promise<HTMLElement>;
1034
+ /**
1035
+ * The mode determines the platform behaviors of the component.
1036
+ */
1037
+ "mode"?: "ios" | "md";
870
1038
  /**
871
1039
  * Scroll by a specified X/Y distance in the component.
872
1040
  * @param x The amount to scroll by on the horizontal axis.
@@ -906,6 +1074,10 @@ export namespace Components {
906
1074
  * @default true
907
1075
  */
908
1076
  "scrollY": boolean;
1077
+ /**
1078
+ * The theme determines the visual appearance of the component.
1079
+ */
1080
+ "theme"?: "ios" | "md" | "ionic";
909
1081
  }
910
1082
  interface IonDatetime {
911
1083
  /**
@@ -988,7 +1160,7 @@ export namespace Components {
988
1160
  */
989
1161
  "minuteValues"?: number[] | number | string;
990
1162
  /**
991
- * The mode determines which platform styles to use.
1163
+ * The mode determines the platform behaviors of the component.
992
1164
  */
993
1165
  "mode"?: "ios" | "md";
994
1166
  /**
@@ -1054,6 +1226,10 @@ export namespace Components {
1054
1226
  * @default 'fixed'
1055
1227
  */
1056
1228
  "size": 'cover' | 'fixed';
1229
+ /**
1230
+ * The theme determines the visual appearance of the component.
1231
+ */
1232
+ "theme"?: "ios" | "md" | "ionic";
1057
1233
  /**
1058
1234
  * A callback used to format the header text that shows how many dates are selected. Only used if there are 0 or more than 1 selected (i.e. unused for exactly 1). By default, the header text is set to "numberOfDates days". See https://ionicframework.com/docs/troubleshooting/runtime#accessing-this if you need to access `this` from within the callback.
1059
1235
  */
@@ -1083,9 +1259,25 @@ export namespace Components {
1083
1259
  */
1084
1260
  "disabled": boolean;
1085
1261
  /**
1086
- * The mode determines which platform styles to use.
1262
+ * The mode determines the platform behaviors of the component.
1087
1263
  */
1088
1264
  "mode"?: "ios" | "md";
1265
+ /**
1266
+ * The theme determines the visual appearance of the component.
1267
+ */
1268
+ "theme"?: "ios" | "md" | "ionic";
1269
+ }
1270
+ interface IonDivider {
1271
+ /**
1272
+ * If `true`, the divider will have horizontal margins By default, it's `false`
1273
+ * @default false
1274
+ */
1275
+ "inset": boolean;
1276
+ /**
1277
+ * Set to `"xxsmall"` for the smallest spacing. Set to "xsmall" for very small spacing. Set to `"small"` for small spacing. Set to "medium" for medium spacing. Set to "large" for large spacing. Set to `"xlarge"` for the largest spacing. Defaults to `"medium"`.
1278
+ * @default 'medium'
1279
+ */
1280
+ "spacing"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge';
1089
1281
  }
1090
1282
  interface IonFab {
1091
1283
  /**
@@ -1106,6 +1298,14 @@ export namespace Components {
1106
1298
  * Where to align the fab horizontally in the viewport.
1107
1299
  */
1108
1300
  "horizontal"?: 'start' | 'end' | 'center';
1301
+ /**
1302
+ * The mode determines the platform behaviors of the component.
1303
+ */
1304
+ "mode"?: "ios" | "md";
1305
+ /**
1306
+ * The theme determines the visual appearance of the component.
1307
+ */
1308
+ "theme"?: "ios" | "md" | "ionic";
1109
1309
  /**
1110
1310
  * Opens/Closes the FAB list container.
1111
1311
  */
@@ -1123,9 +1323,8 @@ export namespace Components {
1123
1323
  "activated": boolean;
1124
1324
  /**
1125
1325
  * The icon name to use for the close icon. This will appear when the fab button is pressed. Only applies if it is the main button inside of a fab containing a fab list.
1126
- * @default close
1127
1326
  */
1128
- "closeIcon": string;
1327
+ "closeIcon"?: string;
1129
1328
  /**
1130
1329
  * The color to use from your application's color palette. Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`. For more information on colors, see [theming](/docs/theming/basics).
1131
1330
  */
@@ -1144,7 +1343,7 @@ export namespace Components {
1144
1343
  */
1145
1344
  "href": string | undefined;
1146
1345
  /**
1147
- * The mode determines which platform styles to use.
1346
+ * The mode determines the platform behaviors of the component.
1148
1347
  */
1149
1348
  "mode"?: "ios" | "md";
1150
1349
  /**
@@ -1174,7 +1373,11 @@ export namespace Components {
1174
1373
  */
1175
1374
  "target": string | undefined;
1176
1375
  /**
1177
- * If `true`, the fab button will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
1376
+ * The theme determines the visual appearance of the component.
1377
+ */
1378
+ "theme"?: "ios" | "md" | "ionic";
1379
+ /**
1380
+ * If `true`, the fab button will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
1178
1381
  * @default false
1179
1382
  */
1180
1383
  "translucent": boolean;
@@ -1190,23 +1393,35 @@ export namespace Components {
1190
1393
  * @default false
1191
1394
  */
1192
1395
  "activated": boolean;
1396
+ /**
1397
+ * The mode determines the platform behaviors of the component.
1398
+ */
1399
+ "mode"?: "ios" | "md";
1193
1400
  /**
1194
1401
  * The side the fab list will show on relative to the main fab button.
1195
1402
  * @default 'bottom'
1196
1403
  */
1197
1404
  "side": 'start' | 'end' | 'top' | 'bottom';
1405
+ /**
1406
+ * The theme determines the visual appearance of the component.
1407
+ */
1408
+ "theme"?: "ios" | "md" | "ionic";
1198
1409
  }
1199
1410
  interface IonFooter {
1200
1411
  /**
1201
- * Describes the scroll effect that will be applied to the footer. Only applies in iOS mode.
1412
+ * Describes the scroll effect that will be applied to the footer. Only applies when the theme is `"ios"`.
1202
1413
  */
1203
1414
  "collapse"?: 'fade';
1204
1415
  /**
1205
- * The mode determines which platform styles to use.
1416
+ * The mode determines the platform behaviors of the component.
1206
1417
  */
1207
1418
  "mode"?: "ios" | "md";
1208
1419
  /**
1209
- * If `true`, the footer will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility). Note: In order to scroll content behind the footer, the `fullscreen` attribute needs to be set on the content.
1420
+ * The theme determines the visual appearance of the component.
1421
+ */
1422
+ "theme"?: "ios" | "md" | "ionic";
1423
+ /**
1424
+ * If `true`, the footer will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility). Note: In order to scroll content behind the footer, the `fullscreen` attribute needs to be set on the content.
1210
1425
  * @default false
1211
1426
  */
1212
1427
  "translucent": boolean;
@@ -1217,18 +1432,35 @@ export namespace Components {
1217
1432
  * @default false
1218
1433
  */
1219
1434
  "fixed": boolean;
1435
+ /**
1436
+ * The mode determines the platform behaviors of the component.
1437
+ */
1438
+ "mode"?: "ios" | "md";
1439
+ /**
1440
+ * The theme determines the visual appearance of the component.
1441
+ */
1442
+ "theme"?: "ios" | "md" | "ionic";
1220
1443
  }
1221
1444
  interface IonHeader {
1222
1445
  /**
1223
- * Describes the scroll effect that will be applied to the header. Only applies in iOS mode. Typically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)
1446
+ * Describes the scroll effect that will be applied to the header. Only applies when the theme is `"ios"`. Typically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)
1224
1447
  */
1225
1448
  "collapse"?: 'condense' | 'fade';
1226
1449
  /**
1227
- * The mode determines which platform styles to use.
1450
+ * If `true`, the header will have a line at the bottom. TODO(ROU-10855): add support for this prop on ios/md themes
1451
+ * @default false
1452
+ */
1453
+ "divider": boolean;
1454
+ /**
1455
+ * The mode determines the platform behaviors of the component.
1228
1456
  */
1229
1457
  "mode"?: "ios" | "md";
1230
1458
  /**
1231
- * If `true`, the header will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility). Note: In order to scroll content behind the header, the `fullscreen` attribute needs to be set on the content.
1459
+ * The theme determines the visual appearance of the component.
1460
+ */
1461
+ "theme"?: "ios" | "md" | "ionic";
1462
+ /**
1463
+ * If `true`, the header will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility). Note: In order to scroll content behind the header, the `fullscreen` attribute needs to be set on the content.
1232
1464
  * @default false
1233
1465
  */
1234
1466
  "translucent": boolean;
@@ -1238,10 +1470,18 @@ export namespace Components {
1238
1470
  * This attribute defines the alternative text describing the image. Users will see this text displayed if the image URL is wrong, the image is not in one of the supported formats, or if the image is not yet downloaded.
1239
1471
  */
1240
1472
  "alt"?: string;
1473
+ /**
1474
+ * The mode determines the platform behaviors of the component.
1475
+ */
1476
+ "mode"?: "ios" | "md";
1241
1477
  /**
1242
1478
  * The image URL. This attribute is mandatory for the `<img>` element.
1243
1479
  */
1244
1480
  "src"?: string;
1481
+ /**
1482
+ * The theme determines the visual appearance of the component.
1483
+ */
1484
+ "theme"?: "ios" | "md" | "ionic";
1245
1485
  }
1246
1486
  interface IonInfiniteScroll {
1247
1487
  /**
@@ -1253,11 +1493,19 @@ export namespace Components {
1253
1493
  * @default false
1254
1494
  */
1255
1495
  "disabled": boolean;
1496
+ /**
1497
+ * The mode determines the platform behaviors of the component.
1498
+ */
1499
+ "mode"?: "ios" | "md";
1256
1500
  /**
1257
1501
  * The position of the infinite scroll element. The value can be either `top` or `bottom`.
1258
1502
  * @default 'bottom'
1259
1503
  */
1260
1504
  "position": 'top' | 'bottom';
1505
+ /**
1506
+ * The theme determines the visual appearance of the component.
1507
+ */
1508
+ "theme"?: "ios" | "md" | "ionic";
1261
1509
  /**
1262
1510
  * The threshold distance from the bottom of the content to call the `infinite` output event when scrolled. The threshold value can be either a percent, or in pixels. For example, use the value of `10%` for the `infinite` output event to get called when the user has scrolled 10% from the bottom of the page. Use the value `100px` when the scroll is within 100 pixels from the bottom of the page.
1263
1511
  * @default '15%'
@@ -1273,6 +1521,14 @@ export namespace Components {
1273
1521
  * Optional text to display while loading. `loadingText` can accept either plaintext or HTML as a string. To display characters normally reserved for HTML, they must be escaped. For example `<Ionic>` would become `&lt;Ionic&gt;` For more information: [Security Documentation](https://ionicframework.com/docs/faq/security) This property accepts custom HTML as a string. Content is parsed as plaintext by default. `innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config before custom HTML can be used.
1274
1522
  */
1275
1523
  "loadingText"?: string | IonicSafeString;
1524
+ /**
1525
+ * The mode determines the platform behaviors of the component.
1526
+ */
1527
+ "mode"?: "ios" | "md";
1528
+ /**
1529
+ * The theme determines the visual appearance of the component.
1530
+ */
1531
+ "theme"?: "ios" | "md" | "ionic";
1276
1532
  }
1277
1533
  interface IonInput {
1278
1534
  /**
@@ -1339,7 +1595,7 @@ export namespace Components {
1339
1595
  */
1340
1596
  "errorText"?: string;
1341
1597
  /**
1342
- * The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available in `md` mode.
1598
+ * The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available when the theme is `"md"`.
1343
1599
  */
1344
1600
  "fill"?: 'outline' | 'solid';
1345
1601
  /**
@@ -1359,10 +1615,9 @@ export namespace Components {
1359
1615
  */
1360
1616
  "label"?: string;
1361
1617
  /**
1362
- * Where to place the label relative to the input. `"start"`: The label will appear to the left of the input in LTR and to the right in RTL. `"end"`: The label will appear to the right of the input in LTR and to the left in RTL. `"floating"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input. `"stacked"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value. `"fixed"`: The label has the same behavior as `"start"` except it also has a fixed width. Long text will be truncated with ellipses ("...").
1363
- * @default 'start'
1618
+ * Where to place the label relative to the input. `"start"`: The label will appear to the left of the input in LTR and to the right in RTL. `"end"`: The label will appear to the right of the input in LTR and to the left in RTL. `"floating"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input. `"stacked"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value. `"fixed"`: The label has the same behavior as `"start"` except it also has a fixed width. Long text will be truncated with ellipses ("..."). Defaults to "stacked" for the ionic theme, or "start" for all other themes. In the ionic theme, only the values "stacked" and "floating" are supported.
1364
1619
  */
1365
- "labelPlacement": 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
1620
+ "labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
1366
1621
  /**
1367
1622
  * The maximum value, which must not be less than its minimum (min attribute) value.
1368
1623
  */
@@ -1380,7 +1635,7 @@ export namespace Components {
1380
1635
  */
1381
1636
  "minlength"?: number;
1382
1637
  /**
1383
- * The mode determines which platform styles to use.
1638
+ * The mode determines the platform behaviors of the component.
1384
1639
  */
1385
1640
  "mode"?: "ios" | "md";
1386
1641
  /**
@@ -1415,9 +1670,14 @@ export namespace Components {
1415
1670
  */
1416
1671
  "setFocus": () => Promise<void>;
1417
1672
  /**
1418
- * The shape of the input. If "round" it will have an increased border radius.
1673
+ * Set to `"soft"` for an input with slightly rounded corners, `"round"` for an input with fully rounded corners, or `"rectangular"` for an input without rounded corners. Defaults to `"round"` for the ionic theme, and `undefined` for all other themes. Only applies when the fill is set to `"solid"` or `"outline"`.
1674
+ */
1675
+ "shape"?: 'soft' | 'round' | 'rectangular';
1676
+ /**
1677
+ * The size of the input. If "large", it will have an increased height. By default the size is medium. This property only applies to the `"ionic"` theme.
1678
+ * @default 'medium'
1419
1679
  */
1420
- "shape"?: 'round';
1680
+ "size"?: 'medium' | 'large' | 'xlarge';
1421
1681
  /**
1422
1682
  * If `true`, the element will have its spelling and grammar checked.
1423
1683
  * @default false
@@ -1427,6 +1687,10 @@ export namespace Components {
1427
1687
  * Works with the min and max attributes to limit the increments at which a value can be set. Possible values are: `"any"` or a positive floating point number.
1428
1688
  */
1429
1689
  "step"?: string;
1690
+ /**
1691
+ * The theme determines the visual appearance of the component.
1692
+ */
1693
+ "theme"?: "ios" | "md" | "ionic";
1430
1694
  /**
1431
1695
  * The type of control to display. The default type is text.
1432
1696
  * @default 'text'
@@ -1539,14 +1803,13 @@ export namespace Components {
1539
1803
  */
1540
1804
  "color"?: Color;
1541
1805
  /**
1542
- * If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `mode` is `ios` and an `href` or `button` property is present.
1806
+ * If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `theme` is `"ios"` and an `href` or `button` property is present.
1543
1807
  */
1544
1808
  "detail"?: boolean;
1545
1809
  /**
1546
1810
  * The icon to use when `detail` is set to `true`.
1547
- * @default chevronForward
1548
1811
  */
1549
- "detailIcon": string;
1812
+ "detailIcon"?: string;
1550
1813
  /**
1551
1814
  * If `true`, the user cannot interact with the item.
1552
1815
  * @default false
@@ -1565,7 +1828,7 @@ export namespace Components {
1565
1828
  */
1566
1829
  "lines"?: 'full' | 'inset' | 'none';
1567
1830
  /**
1568
- * The mode determines which platform styles to use.
1831
+ * The mode determines the platform behaviors of the component.
1569
1832
  */
1570
1833
  "mode"?: "ios" | "md";
1571
1834
  /**
@@ -1585,6 +1848,10 @@ export namespace Components {
1585
1848
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
1586
1849
  */
1587
1850
  "target": string | undefined;
1851
+ /**
1852
+ * The theme determines the visual appearance of the component.
1853
+ */
1854
+ "theme"?: "ios" | "md" | "ionic";
1588
1855
  /**
1589
1856
  * The type of the button. Only used when an `onclick` or `button` property is present.
1590
1857
  * @default 'button'
@@ -1597,7 +1864,7 @@ export namespace Components {
1597
1864
  */
1598
1865
  "color"?: Color;
1599
1866
  /**
1600
- * The mode determines which platform styles to use.
1867
+ * The mode determines the platform behaviors of the component.
1601
1868
  */
1602
1869
  "mode"?: "ios" | "md";
1603
1870
  /**
@@ -1605,8 +1872,20 @@ export namespace Components {
1605
1872
  * @default false
1606
1873
  */
1607
1874
  "sticky": boolean;
1875
+ /**
1876
+ * The theme determines the visual appearance of the component.
1877
+ */
1878
+ "theme"?: "ios" | "md" | "ionic";
1608
1879
  }
1609
1880
  interface IonItemGroup {
1881
+ /**
1882
+ * The mode determines the platform behaviors of the component.
1883
+ */
1884
+ "mode"?: "ios" | "md";
1885
+ /**
1886
+ * The theme determines the visual appearance of the component.
1887
+ */
1888
+ "theme"?: "ios" | "md" | "ionic";
1610
1889
  }
1611
1890
  interface IonItemOption {
1612
1891
  /**
@@ -1632,17 +1911,30 @@ export namespace Components {
1632
1911
  */
1633
1912
  "href": string | undefined;
1634
1913
  /**
1635
- * The mode determines which platform styles to use.
1914
+ * Set to `"bold"` for an option with vibrant, bold colors or to `"subtle"` for an option with muted, subtle colors. Only applies to the `ionic` theme.
1915
+ * @default 'subtle'
1916
+ */
1917
+ "hue"?: 'bold' | 'subtle';
1918
+ /**
1919
+ * The mode determines the platform behaviors of the component.
1636
1920
  */
1637
1921
  "mode"?: "ios" | "md";
1638
1922
  /**
1639
1923
  * Specifies the relationship of the target object to the link object. The value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types).
1640
1924
  */
1641
1925
  "rel": string | undefined;
1926
+ /**
1927
+ * Set to `"rectangular"` for non-rounded corners. Set to `"soft"` for slightly rounded corners. Set to `"round"` for fully rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
1928
+ */
1929
+ "shape"?: 'soft' | 'round' | 'rectangular';
1642
1930
  /**
1643
1931
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
1644
1932
  */
1645
1933
  "target": string | undefined;
1934
+ /**
1935
+ * The theme determines the visual appearance of the component.
1936
+ */
1937
+ "theme"?: "ios" | "md" | "ionic";
1646
1938
  /**
1647
1939
  * The type of the button.
1648
1940
  * @default 'button'
@@ -1651,11 +1943,19 @@ export namespace Components {
1651
1943
  }
1652
1944
  interface IonItemOptions {
1653
1945
  "fireSwipeEvent": () => Promise<void>;
1946
+ /**
1947
+ * The mode determines the platform behaviors of the component.
1948
+ */
1949
+ "mode"?: "ios" | "md";
1654
1950
  /**
1655
1951
  * The side the option button should be on. Possible values: `"start"` and `"end"`. If you have multiple `ion-item-options`, a side must be provided for each.
1656
1952
  * @default 'end'
1657
1953
  */
1658
1954
  "side": Side;
1955
+ /**
1956
+ * The theme determines the visual appearance of the component.
1957
+ */
1958
+ "theme"?: "ios" | "md" | "ionic";
1659
1959
  }
1660
1960
  interface IonItemSliding {
1661
1961
  /**
@@ -1679,11 +1979,19 @@ export namespace Components {
1679
1979
  * Get the ratio of the open amount of the item compared to the width of the options. If the number returned is positive, then the options on the right side are open. If the number returned is negative, then the options on the left side are open. If the absolute value of the number is greater than 1, the item is open more than the width of the options.
1680
1980
  */
1681
1981
  "getSlidingRatio": () => Promise<number>;
1982
+ /**
1983
+ * The mode determines the platform behaviors of the component.
1984
+ */
1985
+ "mode"?: "ios" | "md";
1682
1986
  /**
1683
1987
  * Open the sliding item.
1684
1988
  * @param side The side of the options to open. If a side is not provided, it will open the first set of options it finds within the item.
1685
1989
  */
1686
1990
  "open": (side: Side | undefined) => Promise<void>;
1991
+ /**
1992
+ * The theme determines the visual appearance of the component.
1993
+ */
1994
+ "theme"?: "ios" | "md" | "ionic";
1687
1995
  }
1688
1996
  interface IonLabel {
1689
1997
  /**
@@ -1691,13 +1999,17 @@ export namespace Components {
1691
1999
  */
1692
2000
  "color"?: Color;
1693
2001
  /**
1694
- * The mode determines which platform styles to use.
2002
+ * The mode determines the platform behaviors of the component.
1695
2003
  */
1696
2004
  "mode"?: "ios" | "md";
1697
2005
  /**
1698
2006
  * The position determines where and how the label behaves inside an item.
1699
2007
  */
1700
2008
  "position"?: 'fixed' | 'stacked' | 'floating';
2009
+ /**
2010
+ * The theme determines the visual appearance of the component.
2011
+ */
2012
+ "theme"?: "ios" | "md" | "ionic";
1701
2013
  }
1702
2014
  interface IonList {
1703
2015
  /**
@@ -1714,9 +2026,17 @@ export namespace Components {
1714
2026
  */
1715
2027
  "lines"?: 'full' | 'inset' | 'none';
1716
2028
  /**
1717
- * The mode determines which platform styles to use.
2029
+ * The mode determines the platform behaviors of the component.
1718
2030
  */
1719
2031
  "mode"?: "ios" | "md";
2032
+ /**
2033
+ * Set to `"soft"` for slightly rounded corners, `"round"` for fully rounded corners, or `"rectangular"` for no rounded corners. Defaults to `"round"` for the `ionic` theme when inset is `true` defaults to `"rectangular"` for the `ionic` theme when inset is `false`, undefined for all other themes.
2034
+ */
2035
+ "shape"?: 'soft' | 'round' | 'rectangular';
2036
+ /**
2037
+ * The theme determines the visual appearance of the component.
2038
+ */
2039
+ "theme"?: "ios" | "md" | "ionic";
1720
2040
  }
1721
2041
  interface IonListHeader {
1722
2042
  /**
@@ -1728,9 +2048,13 @@ export namespace Components {
1728
2048
  */
1729
2049
  "lines"?: 'full' | 'inset' | 'none';
1730
2050
  /**
1731
- * The mode determines which platform styles to use.
2051
+ * The mode determines the platform behaviors of the component.
1732
2052
  */
1733
2053
  "mode"?: "ios" | "md";
2054
+ /**
2055
+ * The theme determines the visual appearance of the component.
2056
+ */
2057
+ "theme"?: "ios" | "md" | "ionic";
1734
2058
  }
1735
2059
  interface IonLoading {
1736
2060
  /**
@@ -1790,7 +2114,7 @@ export namespace Components {
1790
2114
  */
1791
2115
  "message"?: string | IonicSafeString;
1792
2116
  /**
1793
- * The mode determines which platform styles to use.
2117
+ * The mode determines the platform behaviors of the component.
1794
2118
  */
1795
2119
  "mode"?: "ios" | "md";
1796
2120
  /**
@@ -1816,7 +2140,11 @@ export namespace Components {
1816
2140
  */
1817
2141
  "spinner"?: SpinnerTypes | null;
1818
2142
  /**
1819
- * If `true`, the loading indicator will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
2143
+ * The theme determines the visual appearance of the component.
2144
+ */
2145
+ "theme"?: "ios" | "md" | "ionic";
2146
+ /**
2147
+ * If `true`, the loading indicator will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
1820
2148
  * @default false
1821
2149
  */
1822
2150
  "translucent": boolean;
@@ -1856,6 +2184,10 @@ export namespace Components {
1856
2184
  * An id for the menu.
1857
2185
  */
1858
2186
  "menuId"?: string;
2187
+ /**
2188
+ * The mode determines the platform behaviors of the component.
2189
+ */
2190
+ "mode"?: "ios" | "md";
1859
2191
  /**
1860
2192
  * Opens the menu. If the menu is already open or it can't be opened, it returns `false`.
1861
2193
  */
@@ -1874,6 +2206,10 @@ export namespace Components {
1874
2206
  * @default true
1875
2207
  */
1876
2208
  "swipeGesture": boolean;
2209
+ /**
2210
+ * The theme determines the visual appearance of the component.
2211
+ */
2212
+ "theme"?: "ios" | "md" | "ionic";
1877
2213
  /**
1878
2214
  * Toggles the menu. If the menu is already open, it will try to close, otherwise it will try to open it. If the operation can't be completed successfully, it returns `false`.
1879
2215
  */
@@ -1903,9 +2239,13 @@ export namespace Components {
1903
2239
  */
1904
2240
  "menu"?: string;
1905
2241
  /**
1906
- * The mode determines which platform styles to use.
2242
+ * The mode determines the platform behaviors of the component.
1907
2243
  */
1908
2244
  "mode"?: "ios" | "md";
2245
+ /**
2246
+ * The theme determines the visual appearance of the component.
2247
+ */
2248
+ "theme"?: "ios" | "md" | "ionic";
1909
2249
  /**
1910
2250
  * The type of the button.
1911
2251
  * @default 'button'
@@ -1922,6 +2262,14 @@ export namespace Components {
1922
2262
  * Optional property that maps to a Menu's `menuId` prop. Can also be `start` or `end` for the menu side. This is used to find the correct menu to toggle. If this property is not used, `ion-menu-toggle` will toggle the first menu that is active.
1923
2263
  */
1924
2264
  "menu"?: string;
2265
+ /**
2266
+ * The mode determines the platform behaviors of the component.
2267
+ */
2268
+ "mode"?: "ios" | "md";
2269
+ /**
2270
+ * The theme determines the visual appearance of the component.
2271
+ */
2272
+ "theme"?: "ios" | "md" | "ionic";
1925
2273
  }
1926
2274
  interface IonModal {
1927
2275
  /**
@@ -2026,7 +2374,7 @@ export namespace Components {
2026
2374
  */
2027
2375
  "leaveAnimation"?: AnimationBuilder;
2028
2376
  /**
2029
- * The mode determines which platform styles to use.
2377
+ * The mode determines the platform behaviors of the component.
2030
2378
  */
2031
2379
  "mode"?: "ios" | "md";
2032
2380
  /**
@@ -2050,11 +2398,19 @@ export namespace Components {
2050
2398
  * Move a sheet style modal to a specific breakpoint. The breakpoint value must be a value defined in your `breakpoints` array.
2051
2399
  */
2052
2400
  "setCurrentBreakpoint": (breakpoint: number) => Promise<void>;
2401
+ /**
2402
+ * Set to `"soft"` for a modal with slightly rounded corners, `"round"` for a modal with fully rounded corners, or `"rectangular"` for a modal without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
2403
+ */
2404
+ "shape"?: 'soft' | 'round' | 'rectangular';
2053
2405
  /**
2054
2406
  * If `true`, a backdrop will be displayed behind the modal. This property controls whether or not the backdrop darkens the screen when the modal is presented. It does not control whether or not the backdrop is active or present in the DOM.
2055
2407
  * @default true
2056
2408
  */
2057
2409
  "showBackdrop": boolean;
2410
+ /**
2411
+ * The theme determines the visual appearance of the component.
2412
+ */
2413
+ "theme"?: "ios" | "md" | "ionic";
2058
2414
  /**
2059
2415
  * An ID corresponding to the trigger element that causes the modal to open when clicked.
2060
2416
  */
@@ -2067,7 +2423,7 @@ export namespace Components {
2067
2423
  */
2068
2424
  "animated": boolean;
2069
2425
  /**
2070
- * By default `ion-nav` animates transition between pages based in the mode (ios or material design). However, this property allows to create custom transition using `AnimationBuilder` functions.
2426
+ * By default `ion-nav` animates transition between pages based on the mode ("ios" or "md"). However, this property allows to create custom transition using `AnimationBuilder` functions.
2071
2427
  */
2072
2428
  "animation"?: AnimationBuilder;
2073
2429
  /**
@@ -2115,6 +2471,10 @@ export namespace Components {
2115
2471
  * @param done The transition complete function.
2116
2472
  */
2117
2473
  "insertPages": (insertIndex: number, insertComponents: NavComponent[] | NavComponentWithProps[], opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>;
2474
+ /**
2475
+ * The mode determines the platform behaviors of the component.
2476
+ */
2477
+ "mode"?: "ios" | "md";
2118
2478
  /**
2119
2479
  * Pop a component off of the navigation stack. Navigates back from the current component.
2120
2480
  * @param opts The navigation options.
@@ -2186,6 +2546,10 @@ export namespace Components {
2186
2546
  * If the nav component should allow for swipe-to-go-back.
2187
2547
  */
2188
2548
  "swipeGesture"?: boolean;
2549
+ /**
2550
+ * The theme determines the visual appearance of the component.
2551
+ */
2552
+ "theme"?: "ios" | "md" | "ionic";
2189
2553
  }
2190
2554
  interface IonNavLink {
2191
2555
  /**
@@ -2196,6 +2560,10 @@ export namespace Components {
2196
2560
  * Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
2197
2561
  */
2198
2562
  "componentProps"?: ComponentProps;
2563
+ /**
2564
+ * The mode determines the platform behaviors of the component.
2565
+ */
2566
+ "mode"?: "ios" | "md";
2199
2567
  /**
2200
2568
  * The transition animation when navigating to another page.
2201
2569
  */
@@ -2205,6 +2573,10 @@ export namespace Components {
2205
2573
  * @default 'forward'
2206
2574
  */
2207
2575
  "routerDirection": RouterDirection;
2576
+ /**
2577
+ * The theme determines the visual appearance of the component.
2578
+ */
2579
+ "theme"?: "ios" | "md" | "ionic";
2208
2580
  }
2209
2581
  interface IonNote {
2210
2582
  /**
@@ -2212,16 +2584,24 @@ export namespace Components {
2212
2584
  */
2213
2585
  "color"?: Color;
2214
2586
  /**
2215
- * The mode determines which platform styles to use.
2587
+ * The mode determines the platform behaviors of the component.
2216
2588
  */
2217
2589
  "mode"?: "ios" | "md";
2590
+ /**
2591
+ * The theme determines the visual appearance of the component.
2592
+ */
2593
+ "theme"?: "ios" | "md" | "ionic";
2218
2594
  }
2219
2595
  interface IonPicker {
2220
2596
  "exitInputMode": () => Promise<void>;
2221
2597
  /**
2222
- * The mode determines which platform styles to use.
2598
+ * The mode determines the platform behaviors of the component.
2223
2599
  */
2224
2600
  "mode"?: "ios" | "md";
2601
+ /**
2602
+ * The theme determines the visual appearance of the component.
2603
+ */
2604
+ "theme"?: "ios" | "md" | "ionic";
2225
2605
  }
2226
2606
  interface IonPickerColumn {
2227
2607
  /**
@@ -2235,7 +2615,7 @@ export namespace Components {
2235
2615
  */
2236
2616
  "disabled": boolean;
2237
2617
  /**
2238
- * The mode determines which platform styles to use.
2618
+ * The mode determines the platform behaviors of the component.
2239
2619
  */
2240
2620
  "mode"?: "ios" | "md";
2241
2621
  /**
@@ -2252,6 +2632,10 @@ export namespace Components {
2252
2632
  * Sets the value prop and fires the ionChange event. This is used when we need to fire ionChange from user-generated events that cannot be caught with normal input/change event listeners.
2253
2633
  */
2254
2634
  "setValue": (value: PickerColumnValue) => Promise<void>;
2635
+ /**
2636
+ * The theme determines the visual appearance of the component.
2637
+ */
2638
+ "theme"?: "ios" | "md" | "ionic";
2255
2639
  /**
2256
2640
  * The selected option in the picker.
2257
2641
  */
@@ -2268,6 +2652,14 @@ export namespace Components {
2268
2652
  * @default false
2269
2653
  */
2270
2654
  "disabled": boolean;
2655
+ /**
2656
+ * The mode determines the platform behaviors of the component.
2657
+ */
2658
+ "mode"?: "ios" | "md";
2659
+ /**
2660
+ * The theme determines the visual appearance of the component.
2661
+ */
2662
+ "theme"?: "ios" | "md" | "ionic";
2271
2663
  /**
2272
2664
  * The text value of the option.
2273
2665
  */
@@ -2342,7 +2734,7 @@ export namespace Components {
2342
2734
  */
2343
2735
  "leaveAnimation"?: AnimationBuilder;
2344
2736
  /**
2345
- * The mode determines which platform styles to use.
2737
+ * The mode determines the platform behaviors of the component.
2346
2738
  */
2347
2739
  "mode"?: "ios" | "md";
2348
2740
  /**
@@ -2363,6 +2755,10 @@ export namespace Components {
2363
2755
  * @default true
2364
2756
  */
2365
2757
  "showBackdrop": boolean;
2758
+ /**
2759
+ * The theme determines the visual appearance of the component.
2760
+ */
2761
+ "theme"?: "ios" | "md" | "ionic";
2366
2762
  /**
2367
2763
  * An ID corresponding to the trigger element that causes the picker to open when clicked.
2368
2764
  */
@@ -2376,7 +2772,7 @@ export namespace Components {
2376
2772
  }
2377
2773
  interface IonPopover {
2378
2774
  /**
2379
- * Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios` mode, and `"start"` for `md` mode.
2775
+ * Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `"ios"` theme, and `"start"` for `"md"` theme.
2380
2776
  */
2381
2777
  "alignment"?: PositionAlign;
2382
2778
  /**
@@ -2385,7 +2781,7 @@ export namespace Components {
2385
2781
  */
2386
2782
  "animated": boolean;
2387
2783
  /**
2388
- * If `true`, the popover will display an arrow that points at the `reference` when running in `ios` mode. Does not apply in `md` mode.
2784
+ * If `true`, the popover will display an arrow that points at the `reference` on `"ios"` theme.
2389
2785
  * @default true
2390
2786
  */
2391
2787
  "arrow": boolean;
@@ -2465,7 +2861,7 @@ export namespace Components {
2465
2861
  */
2466
2862
  "leaveAnimation"?: AnimationBuilder;
2467
2863
  /**
2468
- * The mode determines which platform styles to use.
2864
+ * The mode determines the platform behaviors of the component.
2469
2865
  */
2470
2866
  "mode"?: "ios" | "md";
2471
2867
  /**
@@ -2506,7 +2902,11 @@ export namespace Components {
2506
2902
  */
2507
2903
  "size": PopoverSize;
2508
2904
  /**
2509
- * If `true`, the popover will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
2905
+ * The theme determines the visual appearance of the component.
2906
+ */
2907
+ "theme"?: "ios" | "md" | "ionic";
2908
+ /**
2909
+ * If `true`, the popover will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
2510
2910
  * @default false
2511
2911
  */
2512
2912
  "translucent": boolean;
@@ -2531,7 +2931,7 @@ export namespace Components {
2531
2931
  */
2532
2932
  "color"?: Color;
2533
2933
  /**
2534
- * The mode determines which platform styles to use.
2934
+ * The mode determines the platform behaviors of the component.
2535
2935
  */
2536
2936
  "mode"?: "ios" | "md";
2537
2937
  /**
@@ -2539,6 +2939,14 @@ export namespace Components {
2539
2939
  * @default false
2540
2940
  */
2541
2941
  "reversed": boolean;
2942
+ /**
2943
+ * Set to `"round"` for a progress bar with rounded corners, or `"rectangular"` for a progress bar without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
2944
+ */
2945
+ "shape"?: 'round' | 'rectangular';
2946
+ /**
2947
+ * The theme determines the visual appearance of the component.
2948
+ */
2949
+ "theme"?: "ios" | "md" | "ionic";
2542
2950
  /**
2543
2951
  * The state of the progress bar, based on if the time the process takes is known or not. Default options are: `"determinate"` (no animation), `"indeterminate"` (animate from left to right).
2544
2952
  * @default 'determinate'
@@ -2574,7 +2982,7 @@ export namespace Components {
2574
2982
  */
2575
2983
  "labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
2576
2984
  /**
2577
- * The mode determines which platform styles to use.
2985
+ * The mode determines the platform behaviors of the component.
2578
2986
  */
2579
2987
  "mode"?: "ios" | "md";
2580
2988
  /**
@@ -2584,6 +2992,10 @@ export namespace Components {
2584
2992
  "name": string;
2585
2993
  "setButtonTabindex": (value: number) => Promise<void>;
2586
2994
  "setFocus": (ev?: globalThis.Event) => Promise<void>;
2995
+ /**
2996
+ * The theme determines the visual appearance of the component.
2997
+ */
2998
+ "theme"?: "ios" | "md" | "ionic";
2587
2999
  /**
2588
3000
  * the value of the radio.
2589
3001
  */
@@ -2607,12 +3019,20 @@ export namespace Components {
2607
3019
  * The helper text to display at the top of the radio group.
2608
3020
  */
2609
3021
  "helperText"?: string;
3022
+ /**
3023
+ * The mode determines the platform behaviors of the component.
3024
+ */
3025
+ "mode"?: "ios" | "md";
2610
3026
  /**
2611
3027
  * The name of the control, which is submitted with the form data.
2612
3028
  * @default this.inputId
2613
3029
  */
2614
3030
  "name": string;
2615
3031
  "setFocus": () => Promise<void>;
3032
+ /**
3033
+ * The theme determines the visual appearance of the component.
3034
+ */
3035
+ "theme"?: "ios" | "md" | "ionic";
2616
3036
  /**
2617
3037
  * the value of the radio group.
2618
3038
  */
@@ -2661,7 +3081,7 @@ export namespace Components {
2661
3081
  */
2662
3082
  "min": number;
2663
3083
  /**
2664
- * The mode determines which platform styles to use.
3084
+ * The mode determines the platform behaviors of the component.
2665
3085
  */
2666
3086
  "mode"?: "ios" | "md";
2667
3087
  /**
@@ -2689,6 +3109,10 @@ export namespace Components {
2689
3109
  * @default 1
2690
3110
  */
2691
3111
  "step": number;
3112
+ /**
3113
+ * The theme determines the visual appearance of the component.
3114
+ */
3115
+ "theme"?: "ios" | "md" | "ionic";
2692
3116
  /**
2693
3117
  * If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
2694
3118
  * @default true
@@ -2724,7 +3148,7 @@ export namespace Components {
2724
3148
  */
2725
3149
  "getProgress": () => Promise<number>;
2726
3150
  /**
2727
- * The mode determines which platform styles to use.
3151
+ * The mode determines the platform behaviors of the component.
2728
3152
  */
2729
3153
  "mode"?: "ios" | "md";
2730
3154
  /**
@@ -2747,8 +3171,16 @@ export namespace Components {
2747
3171
  * @default '280ms'
2748
3172
  */
2749
3173
  "snapbackDuration": string;
3174
+ /**
3175
+ * The theme determines the visual appearance of the component.
3176
+ */
3177
+ "theme"?: "ios" | "md" | "ionic";
2750
3178
  }
2751
3179
  interface IonRefresherContent {
3180
+ /**
3181
+ * The mode determines the platform behaviors of the component.
3182
+ */
3183
+ "mode"?: "ios" | "md";
2752
3184
  /**
2753
3185
  * A static icon or a spinner to display when you begin to pull down. A spinner name can be provided to gradually show tick marks when pulling down on iOS devices.
2754
3186
  */
@@ -2765,8 +3197,20 @@ export namespace Components {
2765
3197
  * The text you want to display when performing a refresh. `refreshingText` can accept either plaintext or HTML as a string. To display characters normally reserved for HTML, they must be escaped. For example `<Ionic>` would become `&lt;Ionic&gt;` For more information: [Security Documentation](https://ionicframework.com/docs/faq/security) Content is parsed as plaintext by default. `innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config before custom HTML can be used.
2766
3198
  */
2767
3199
  "refreshingText"?: string | IonicSafeString;
3200
+ /**
3201
+ * The theme determines the visual appearance of the component.
3202
+ */
3203
+ "theme"?: "ios" | "md" | "ionic";
2768
3204
  }
2769
3205
  interface IonReorder {
3206
+ /**
3207
+ * The mode determines the platform behaviors of the component.
3208
+ */
3209
+ "mode"?: "ios" | "md";
3210
+ /**
3211
+ * The theme determines the visual appearance of the component.
3212
+ */
3213
+ "theme"?: "ios" | "md" | "ionic";
2770
3214
  }
2771
3215
  interface IonReorderGroup {
2772
3216
  /**
@@ -2779,6 +3223,14 @@ export namespace Components {
2779
3223
  * @default true
2780
3224
  */
2781
3225
  "disabled": boolean;
3226
+ /**
3227
+ * The mode determines the platform behaviors of the component.
3228
+ */
3229
+ "mode"?: "ios" | "md";
3230
+ /**
3231
+ * The theme determines the visual appearance of the component.
3232
+ */
3233
+ "theme"?: "ios" | "md" | "ionic";
2782
3234
  }
2783
3235
  interface IonRippleEffect {
2784
3236
  /**
@@ -2787,6 +3239,14 @@ export namespace Components {
2787
3239
  * @param y The vertical coordinate of where the ripple should start.
2788
3240
  */
2789
3241
  "addRipple": (x: number, y: number) => Promise<() => void>;
3242
+ /**
3243
+ * The mode determines the platform behaviors of the component.
3244
+ */
3245
+ "mode"?: "ios" | "md";
3246
+ /**
3247
+ * The theme determines the visual appearance of the component.
3248
+ */
3249
+ "theme"?: "ios" | "md" | "ionic";
2790
3250
  /**
2791
3251
  * Sets the type of ripple-effect: - `bounded`: the ripple effect expands from the user's click position - `unbounded`: the ripple effect expands from the center of the button and overflows the container. NOTE: Surfaces for bounded ripples should have the overflow property set to hidden, while surfaces for unbounded ripples should have it set to visible.
2792
3252
  * @default 'bounded'
@@ -2810,6 +3270,14 @@ export namespace Components {
2810
3270
  * A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
2811
3271
  */
2812
3272
  "componentProps"?: { [key: string]: any };
3273
+ /**
3274
+ * The mode determines the platform behaviors of the component.
3275
+ */
3276
+ "mode"?: "ios" | "md";
3277
+ /**
3278
+ * The theme determines the visual appearance of the component.
3279
+ */
3280
+ "theme"?: "ios" | "md" | "ionic";
2813
3281
  /**
2814
3282
  * Relative path that needs to match in order for this route to apply. Accepts paths similar to expressjs so that you can define parameters in the url /foo/:bar where bar would be available in incoming props.
2815
3283
  * @default ''
@@ -2832,6 +3300,10 @@ export namespace Components {
2832
3300
  */
2833
3301
  "back": () => Promise<void>;
2834
3302
  "canTransition": () => Promise<string | boolean>;
3303
+ /**
3304
+ * The mode determines the platform behaviors of the component.
3305
+ */
3306
+ "mode"?: "ios" | "md";
2835
3307
  "navChanged": (direction: RouterDirection) => Promise<boolean>;
2836
3308
  "printDebug": () => Promise<void>;
2837
3309
  /**
@@ -2845,6 +3317,10 @@ export namespace Components {
2845
3317
  * @default '/'
2846
3318
  */
2847
3319
  "root": string;
3320
+ /**
3321
+ * The theme determines the visual appearance of the component.
3322
+ */
3323
+ "theme"?: "ios" | "md" | "ionic";
2848
3324
  /**
2849
3325
  * The router can work in two "modes": - With hash: `/index.html#/path/to/page` - Without hash: `/path/to/page` Using one or another might depend in the requirements of your app and/or where it's deployed. Usually "hash-less" navigation works better for SEO and it's more user friendly too, but it might requires additional server-side configuration in order to properly work. On the other side hash-navigation is much easier to deploy, it even works over the file protocol. By default, this property is `true`, change to `false` to allow hash-less URLs.
2850
3326
  * @default true
@@ -2860,6 +3336,10 @@ export namespace Components {
2860
3336
  * Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
2861
3337
  */
2862
3338
  "href": string | undefined;
3339
+ /**
3340
+ * The mode determines the platform behaviors of the component.
3341
+ */
3342
+ "mode"?: "ios" | "md";
2863
3343
  /**
2864
3344
  * Specifies the relationship of the target object to the link object. The value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types).
2865
3345
  */
@@ -2877,6 +3357,10 @@ export namespace Components {
2877
3357
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
2878
3358
  */
2879
3359
  "target": string | undefined;
3360
+ /**
3361
+ * The theme determines the visual appearance of the component.
3362
+ */
3363
+ "theme"?: "ios" | "md" | "ionic";
2880
3364
  }
2881
3365
  interface IonRouterOutlet {
2882
3366
  /**
@@ -2892,14 +3376,26 @@ export namespace Components {
2892
3376
  "delegate"?: FrameworkDelegate;
2893
3377
  "getRouteId": () => Promise<RouteID | undefined>;
2894
3378
  /**
2895
- * The mode determines which platform styles to use.
3379
+ * The mode determines the platform behaviors of the component.
2896
3380
  * @default getIonMode(this)
2897
3381
  */
2898
3382
  "mode": "ios" | "md";
2899
3383
  "setRouteId": (id: string, params: ComponentProps | undefined, direction: RouterDirection, animation?: AnimationBuilder) => Promise<RouteWrite>;
2900
3384
  "swipeHandler"?: SwipeGestureHandler;
3385
+ /**
3386
+ * The theme determines the visual appearance of the component.
3387
+ */
3388
+ "theme"?: "ios" | "md" | "ionic";
2901
3389
  }
2902
3390
  interface IonRow {
3391
+ /**
3392
+ * The mode determines the platform behaviors of the component.
3393
+ */
3394
+ "mode"?: "ios" | "md";
3395
+ /**
3396
+ * The theme determines the visual appearance of the component.
3397
+ */
3398
+ "theme"?: "ios" | "md" | "ionic";
2903
3399
  }
2904
3400
  interface IonSearchbar {
2905
3401
  /**
@@ -2923,17 +3419,16 @@ export namespace Components {
2923
3419
  */
2924
3420
  "autocorrect": 'on' | 'off';
2925
3421
  /**
2926
- * Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
2927
- * @default config.get('backButtonIcon', arrowBackSharp) as string
3422
+ * Set the cancel button icon. Only available when the theme is `"md"`. Defaults to `"arrow-back-sharp"`.
2928
3423
  */
2929
- "cancelButtonIcon": string;
3424
+ "cancelButtonIcon"?: string;
2930
3425
  /**
2931
- * Set the cancel button text. Only applies to `ios` mode.
3426
+ * Set the cancel button text. Only available when the theme is `"ios"`.
2932
3427
  * @default 'Cancel'
2933
3428
  */
2934
3429
  "cancelButtonText": string;
2935
3430
  /**
2936
- * Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.
3431
+ * Set the clear icon. Defaults to `"close-circle"` for `"ios"` theme and `"close-sharp"` for `"md"` and `"ionic"` theme.
2937
3432
  */
2938
3433
  "clearIcon"?: string;
2939
3434
  /**
@@ -2970,7 +3465,7 @@ export namespace Components {
2970
3465
  */
2971
3466
  "minlength"?: number;
2972
3467
  /**
2973
- * The mode determines which platform styles to use.
3468
+ * The mode determines the platform behaviors of the component.
2974
3469
  */
2975
3470
  "mode"?: "ios" | "md";
2976
3471
  /**
@@ -2984,13 +3479,17 @@ export namespace Components {
2984
3479
  */
2985
3480
  "placeholder": string;
2986
3481
  /**
2987
- * The icon to use as the search icon. Defaults to `search-outline` in `ios` mode and `search-sharp` in `md` mode.
3482
+ * The icon to use as the search icon. Defaults to `"search-outline"` in the `"ios"` theme and `"search-sharp"` in the `"md"` and `"ionic"` themes. If `false`, no search icon will be displayed.
2988
3483
  */
2989
- "searchIcon"?: string;
3484
+ "searchIcon"?: string | boolean;
2990
3485
  /**
2991
3486
  * Sets focus on the native `input` in `ion-searchbar`. Use this method instead of the global `input.focus()`. Developers who wish to focus an input when a page enters should call `setFocus()` in the `ionViewDidEnter()` lifecycle method. Developers who wish to focus an input when an overlay is presented should call `setFocus` after `didPresent` has resolved. See [managing focus](/docs/developing/managing-focus) for more information.
2992
3487
  */
2993
3488
  "setFocus": () => Promise<void>;
3489
+ /**
3490
+ * Set to `"soft"` for a searchbar with slightly rounded corners, `"round"` for a searchbar with fully rounded corners, or `"rectangular"` for a searchbar without rounded corners. Defaults to `"round"` for the ionic theme, and `undefined` for all other themes.
3491
+ */
3492
+ "shape"?: 'soft' | 'round' | 'rectangular';
2994
3493
  /**
2995
3494
  * Sets the behavior for the cancel button. Defaults to `"never"`. Setting to `"focus"` shows the cancel button on focus. Setting to `"never"` hides the cancel button. Setting to `"always"` shows the cancel button regardless of focus state.
2996
3495
  * @default 'never'
@@ -3001,11 +3500,19 @@ export namespace Components {
3001
3500
  * @default 'always'
3002
3501
  */
3003
3502
  "showClearButton": 'never' | 'focus' | 'always';
3503
+ /**
3504
+ * Set to `"large"` for a searchbar with an increase in height, while "small" and "medium" provide progressively smaller heights. Defaults to `"medium"` for the ionic theme, and `undefined` for all other themes.
3505
+ */
3506
+ "size"?: 'small' | 'medium' | 'large';
3004
3507
  /**
3005
3508
  * If `true`, enable spellcheck on the input.
3006
3509
  * @default false
3007
3510
  */
3008
3511
  "spellcheck": boolean;
3512
+ /**
3513
+ * The theme determines the visual appearance of the component.
3514
+ */
3515
+ "theme"?: "ios" | "md" | "ionic";
3009
3516
  /**
3010
3517
  * Set the type of the input.
3011
3518
  * @default 'search'
@@ -3028,7 +3535,7 @@ export namespace Components {
3028
3535
  */
3029
3536
  "disabled": boolean;
3030
3537
  /**
3031
- * The mode determines which platform styles to use.
3538
+ * The mode determines the platform behaviors of the component.
3032
3539
  */
3033
3540
  "mode"?: "ios" | "md";
3034
3541
  /**
@@ -3046,6 +3553,10 @@ export namespace Components {
3046
3553
  * @default true
3047
3554
  */
3048
3555
  "swipeGesture": boolean;
3556
+ /**
3557
+ * The theme determines the visual appearance of the component.
3558
+ */
3559
+ "theme"?: "ios" | "md" | "ionic";
3049
3560
  /**
3050
3561
  * the value of the segment.
3051
3562
  */
@@ -3067,10 +3578,14 @@ export namespace Components {
3067
3578
  */
3068
3579
  "layout"?: SegmentButtonLayout;
3069
3580
  /**
3070
- * The mode determines which platform styles to use.
3581
+ * The mode determines the platform behaviors of the component.
3071
3582
  */
3072
3583
  "mode"?: "ios" | "md";
3073
3584
  "setFocus": () => Promise<void>;
3585
+ /**
3586
+ * The theme determines the visual appearance of the component.
3587
+ */
3588
+ "theme"?: "ios" | "md" | "ionic";
3074
3589
  /**
3075
3590
  * The type of the button.
3076
3591
  * @default 'button'
@@ -3120,11 +3635,11 @@ export namespace Components {
3120
3635
  */
3121
3636
  "errorText"?: string;
3122
3637
  /**
3123
- * The toggle icon to show when the select is open. If defined, the icon rotation behavior in `md` mode will be disabled. If undefined, `toggleIcon` will be used for when the select is both open and closed.
3638
+ * The toggle icon to show when the select is open. If defined, the icon rotation behavior in `"md"` theme will be disabled. If undefined, `toggleIcon` will be used for when the select is both open and closed.
3124
3639
  */
3125
3640
  "expandedIcon"?: string;
3126
3641
  /**
3127
- * The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available in `md` mode.
3642
+ * The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available in the `"md"` theme.
3128
3643
  */
3129
3644
  "fill"?: 'outline' | 'solid';
3130
3645
  /**
@@ -3155,7 +3670,7 @@ export namespace Components {
3155
3670
  */
3156
3671
  "labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
3157
3672
  /**
3158
- * The mode determines which platform styles to use.
3673
+ * The mode determines the platform behaviors of the component.
3159
3674
  */
3160
3675
  "mode"?: "ios" | "md";
3161
3676
  /**
@@ -3192,11 +3707,19 @@ export namespace Components {
3192
3707
  */
3193
3708
  "selectedText"?: string | null;
3194
3709
  /**
3195
- * The shape of the select. If "round" it will have an increased border radius.
3710
+ * Set to `"soft"` for a select with slightly rounded corners, `"round"` for a select with fully rounded corners, or `"rectangular"` for a select without rounded corners. Defaults to `"round"` for the `"ionic"` theme, undefined for all other themes.
3711
+ */
3712
+ "shape"?: 'soft' | 'round' | 'rectangular';
3713
+ /**
3714
+ * The size of the select. If "large" it will increase the height of the select, while "small" and "medium" provide progressively smaller heights. Defaults to `"medium"` for the ionic theme, and undefined for all other themes.
3715
+ */
3716
+ "size"?: 'small' | 'medium' | 'large';
3717
+ /**
3718
+ * The theme determines the visual appearance of the component.
3196
3719
  */
3197
- "shape"?: 'round';
3720
+ "theme"?: "ios" | "md" | "ionic";
3198
3721
  /**
3199
- * The toggle icon to use. Defaults to `chevronExpand` for `ios` mode, or `caretDownSharp` for `md` mode.
3722
+ * The toggle icon to use. Defaults to `"chevronExpand"` for the `"ios"` theme, or `"caretDownSharp"` for the `"md"` and `"ionic"` themes.
3200
3723
  */
3201
3724
  "toggleIcon"?: string;
3202
3725
  /**
@@ -3218,6 +3741,14 @@ export namespace Components {
3218
3741
  * @default false
3219
3742
  */
3220
3743
  "disabled": boolean;
3744
+ /**
3745
+ * The mode determines the platform behaviors of the component.
3746
+ */
3747
+ "mode"?: "ios" | "md";
3748
+ /**
3749
+ * The theme determines the visual appearance of the component.
3750
+ */
3751
+ "theme"?: "ios" | "md" | "ionic";
3221
3752
  /**
3222
3753
  * The text value of the option.
3223
3754
  */
@@ -3232,6 +3763,10 @@ export namespace Components {
3232
3763
  * The text content of the popover body
3233
3764
  */
3234
3765
  "message"?: string;
3766
+ /**
3767
+ * The mode determines the platform behaviors of the component.
3768
+ */
3769
+ "mode"?: "ios" | "md";
3235
3770
  /**
3236
3771
  * If true, the select accepts multiple values
3237
3772
  */
@@ -3245,6 +3780,10 @@ export namespace Components {
3245
3780
  * The subheader text of the popover
3246
3781
  */
3247
3782
  "subHeader"?: string;
3783
+ /**
3784
+ * The theme determines the visual appearance of the component.
3785
+ */
3786
+ "theme"?: "ios" | "md" | "ionic";
3248
3787
  }
3249
3788
  interface IonSkeletonText {
3250
3789
  /**
@@ -3252,6 +3791,14 @@ export namespace Components {
3252
3791
  * @default false
3253
3792
  */
3254
3793
  "animated": boolean;
3794
+ /**
3795
+ * The mode determines the platform behaviors of the component.
3796
+ */
3797
+ "mode"?: "ios" | "md";
3798
+ /**
3799
+ * The theme determines the visual appearance of the component.
3800
+ */
3801
+ "theme"?: "ios" | "md" | "ionic";
3255
3802
  }
3256
3803
  interface IonSpinner {
3257
3804
  /**
@@ -3262,6 +3809,10 @@ export namespace Components {
3262
3809
  * Duration of the spinner animation in milliseconds. The default varies based on the spinner.
3263
3810
  */
3264
3811
  "duration"?: number;
3812
+ /**
3813
+ * The mode determines the platform behaviors of the component.
3814
+ */
3815
+ "mode"?: "ios" | "md";
3265
3816
  /**
3266
3817
  * The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
3267
3818
  */
@@ -3271,6 +3822,14 @@ export namespace Components {
3271
3822
  * @default false
3272
3823
  */
3273
3824
  "paused": boolean;
3825
+ /**
3826
+ * Set to `"xsmall"` for the smallest size. Set to `"small"` for a smaller size. Set to `"medium"` for a medium size. Set to `"large"` for a large size. Set to `"xlarge"` for the largest size. Defaults to `"xsmall"` for the `ionic` theme, undefined for all other themes.
3827
+ */
3828
+ "size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
3829
+ /**
3830
+ * The theme determines the visual appearance of the component.
3831
+ */
3832
+ "theme"?: "ios" | "md" | "ionic";
3274
3833
  }
3275
3834
  interface IonSplitPane {
3276
3835
  /**
@@ -3283,6 +3842,14 @@ export namespace Components {
3283
3842
  */
3284
3843
  "disabled": boolean;
3285
3844
  "isVisible": () => Promise<boolean>;
3845
+ /**
3846
+ * The mode determines the platform behaviors of the component.
3847
+ */
3848
+ "mode"?: "ios" | "md";
3849
+ /**
3850
+ * The theme determines the visual appearance of the component.
3851
+ */
3852
+ "theme"?: "ios" | "md" | "ionic";
3286
3853
  /**
3287
3854
  * When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
3288
3855
  * @default QUERY['lg']
@@ -3299,6 +3866,10 @@ export namespace Components {
3299
3866
  */
3300
3867
  "component"?: ComponentRef;
3301
3868
  "delegate"?: FrameworkDelegate;
3869
+ /**
3870
+ * The mode determines the platform behaviors of the component.
3871
+ */
3872
+ "mode"?: "ios" | "md";
3302
3873
  /**
3303
3874
  * Set the active component for the tab
3304
3875
  */
@@ -3307,6 +3878,10 @@ export namespace Components {
3307
3878
  * A tab id must be provided for each `ion-tab`. It's used internally to reference the selected tab or by the router to switch between them.
3308
3879
  */
3309
3880
  "tab": string;
3881
+ /**
3882
+ * The theme determines the visual appearance of the component.
3883
+ */
3884
+ "theme"?: "ios" | "md" | "ionic";
3310
3885
  }
3311
3886
  interface IonTabBar {
3312
3887
  /**
@@ -3314,7 +3889,12 @@ export namespace Components {
3314
3889
  */
3315
3890
  "color"?: Color;
3316
3891
  /**
3317
- * The mode determines which platform styles to use.
3892
+ * Set to `"compact"` to display a width based on the items inside the tab bar. This value will only work for the `ionic` theme. Set to `"full"` to display a full width tab bar. Defaults to `"full"`.
3893
+ * @default 'full'
3894
+ */
3895
+ "expand": 'compact' | 'full';
3896
+ /**
3897
+ * The mode determines the platform behaviors of the component.
3318
3898
  */
3319
3899
  "mode"?: "ios" | "md";
3320
3900
  /**
@@ -3322,7 +3902,15 @@ export namespace Components {
3322
3902
  */
3323
3903
  "selectedTab"?: string;
3324
3904
  /**
3325
- * If `true`, the tab bar will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
3905
+ * Set to `"soft"` for a tab bar with slightly rounded corners, `"round"` for a tab bar with fully rounded corners, or `"rectangular"` for a tab bar without rounded corners. Defaults to `"round"` for the `"ionic"` theme, undefined for all other themes.
3906
+ */
3907
+ "shape"?: 'soft' | 'round' | 'rectangular';
3908
+ /**
3909
+ * The theme determines the visual appearance of the component.
3910
+ */
3911
+ "theme"?: "ios" | "md" | "ionic";
3912
+ /**
3913
+ * If `true`, the tab bar will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
3326
3914
  * @default false
3327
3915
  */
3328
3916
  "translucent": boolean;
@@ -3346,7 +3934,7 @@ export namespace Components {
3346
3934
  */
3347
3935
  "layout"?: TabButtonLayout;
3348
3936
  /**
3349
- * The mode determines which platform styles to use.
3937
+ * The mode determines the platform behaviors of the component.
3350
3938
  */
3351
3939
  "mode"?: "ios" | "md";
3352
3940
  /**
@@ -3358,6 +3946,10 @@ export namespace Components {
3358
3946
  * @default false
3359
3947
  */
3360
3948
  "selected": boolean;
3949
+ /**
3950
+ * Set to `"soft"` for a tab-button with slightly rounded corners, `"round"` for a tab-button with fully rounded corners, or `"rectangular"` for a tab-button without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
3951
+ */
3952
+ "shape"?: 'soft' | 'round' | 'rectangular';
3361
3953
  /**
3362
3954
  * A tab id must be provided for each `ion-tab`. It's used internally to reference the selected tab or by the router to switch between them.
3363
3955
  */
@@ -3366,6 +3958,10 @@ export namespace Components {
3366
3958
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
3367
3959
  */
3368
3960
  "target": string | undefined;
3961
+ /**
3962
+ * The theme determines the visual appearance of the component.
3963
+ */
3964
+ "theme"?: "ios" | "md" | "ionic";
3369
3965
  }
3370
3966
  interface IonTabs {
3371
3967
  "getRouteId": () => Promise<RouteID | undefined>;
@@ -3378,12 +3974,20 @@ export namespace Components {
3378
3974
  * @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
3379
3975
  */
3380
3976
  "getTab": (tab: string | HTMLIonTabElement) => Promise<HTMLIonTabElement | undefined>;
3977
+ /**
3978
+ * The mode determines the platform behaviors of the component.
3979
+ */
3980
+ "mode"?: "ios" | "md";
3381
3981
  /**
3382
3982
  * Select a tab by the value of its `tab` property or an element reference. This method is only available for vanilla JavaScript projects. The Angular, React, and Vue implementations of tabs are coupled to each framework's router.
3383
3983
  * @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
3384
3984
  */
3385
3985
  "select": (tab: string | HTMLIonTabElement) => Promise<boolean>;
3386
3986
  "setRouteId": (id: string) => Promise<RouteWrite>;
3987
+ /**
3988
+ * The theme determines the visual appearance of the component.
3989
+ */
3990
+ "theme"?: "ios" | "md" | "ionic";
3387
3991
  /**
3388
3992
  * @default false
3389
3993
  */
@@ -3395,9 +3999,13 @@ export namespace Components {
3395
3999
  */
3396
4000
  "color"?: Color;
3397
4001
  /**
3398
- * The mode determines which platform styles to use.
4002
+ * The mode determines the platform behaviors of the component.
3399
4003
  */
3400
4004
  "mode"?: "ios" | "md";
4005
+ /**
4006
+ * The theme determines the visual appearance of the component.
4007
+ */
4008
+ "theme"?: "ios" | "md" | "ionic";
3401
4009
  }
3402
4010
  interface IonTextarea {
3403
4011
  /**
@@ -3455,7 +4063,7 @@ export namespace Components {
3455
4063
  */
3456
4064
  "errorText"?: string;
3457
4065
  /**
3458
- * The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available in `md` mode.
4066
+ * The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available when the theme is `"md"`.
3459
4067
  */
3460
4068
  "fill"?: 'outline' | 'solid';
3461
4069
  /**
@@ -3488,7 +4096,7 @@ export namespace Components {
3488
4096
  */
3489
4097
  "minlength"?: number;
3490
4098
  /**
3491
- * The mode determines which platform styles to use.
4099
+ * The mode determines the platform behaviors of the component.
3492
4100
  */
3493
4101
  "mode"?: "ios" | "md";
3494
4102
  /**
@@ -3519,14 +4127,23 @@ export namespace Components {
3519
4127
  */
3520
4128
  "setFocus": () => Promise<void>;
3521
4129
  /**
3522
- * The shape of the textarea. If "round" it will have an increased border radius.
4130
+ * Set to `"soft"` for a textarea with slightly rounded corners, `"round"` for a textarea with fully rounded corners, or `"rectangular"` for a textarea without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
4131
+ */
4132
+ "shape"?: 'soft' | 'round' | 'rectangular';
4133
+ /**
4134
+ * The size of the textarea. If "large" it will increase the height of the textarea, while "small" and "medium" provide progressively smaller heights. The default size is "medium". This property only applies to the `"ionic"` theme.
4135
+ * @default 'medium'
3523
4136
  */
3524
- "shape"?: 'round';
4137
+ "size"?: 'small' | 'medium' | 'large';
3525
4138
  /**
3526
4139
  * If `true`, the element will have its spelling and grammar checked.
3527
4140
  * @default false
3528
4141
  */
3529
4142
  "spellcheck": boolean;
4143
+ /**
4144
+ * The theme determines the visual appearance of the component.
4145
+ */
4146
+ "theme"?: "ios" | "md" | "ionic";
3530
4147
  /**
3531
4148
  * The value of the textarea.
3532
4149
  * @default ''
@@ -3538,16 +4155,32 @@ export namespace Components {
3538
4155
  "wrap"?: 'hard' | 'soft' | 'off';
3539
4156
  }
3540
4157
  interface IonThumbnail {
4158
+ /**
4159
+ * The mode determines the platform behaviors of the component.
4160
+ */
4161
+ "mode"?: "ios" | "md";
4162
+ /**
4163
+ * The theme determines the visual appearance of the component.
4164
+ */
4165
+ "theme"?: "ios" | "md" | "ionic";
3541
4166
  }
3542
4167
  interface IonTitle {
3543
4168
  /**
3544
4169
  * The color to use from your application's color palette. Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`. For more information on colors, see [theming](/docs/theming/basics).
3545
4170
  */
3546
4171
  "color"?: Color;
4172
+ /**
4173
+ * The mode determines the platform behaviors of the component.
4174
+ */
4175
+ "mode"?: "ios" | "md";
3547
4176
  /**
3548
4177
  * The size of the toolbar title.
3549
4178
  */
3550
4179
  "size"?: 'large' | 'small';
4180
+ /**
4181
+ * The theme determines the visual appearance of the component.
4182
+ */
4183
+ "theme"?: "ios" | "md" | "ionic";
3551
4184
  }
3552
4185
  interface IonToast {
3553
4186
  /**
@@ -3595,6 +4228,11 @@ export namespace Components {
3595
4228
  * Additional attributes to pass to the toast.
3596
4229
  */
3597
4230
  "htmlAttributes"?: { [key: string]: any };
4231
+ /**
4232
+ * Set to `"bold"` for a toast with vibrant, bold colors or to `"subtle"` for a toast with muted, subtle colors. Only applies to the `ionic` theme.
4233
+ * @default 'subtle'
4234
+ */
4235
+ "hue"?: 'bold' | 'subtle';
3598
4236
  /**
3599
4237
  * The name of the icon to display, or the path to a valid SVG file. See `ion-icon`. https://ionic.io/ionicons
3600
4238
  */
@@ -3623,7 +4261,7 @@ export namespace Components {
3623
4261
  */
3624
4262
  "message"?: string | IonicSafeString;
3625
4263
  /**
3626
- * The mode determines which platform styles to use.
4264
+ * The mode determines the platform behaviors of the component.
3627
4265
  */
3628
4266
  "mode"?: "ios" | "md";
3629
4267
  /**
@@ -3648,12 +4286,20 @@ export namespace Components {
3648
4286
  * Present the toast overlay after it has been created.
3649
4287
  */
3650
4288
  "present": () => Promise<void>;
4289
+ /**
4290
+ * Set to `"soft"` for a toast with slightly rounded corners, `"round"` for a toast with fully rounded corners, or `"rectangular"` for a toast without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
4291
+ */
4292
+ "shape"?: 'soft' | 'round' | 'rectangular';
3651
4293
  /**
3652
4294
  * If set to 'vertical', the Toast can be dismissed with a swipe gesture. The swipe direction is determined by the value of the `position` property: `top`: The Toast can be swiped up to dismiss. `bottom`: The Toast can be swiped down to dismiss. `middle`: The Toast can be swiped up or down to dismiss.
3653
4295
  */
3654
4296
  "swipeGesture"?: ToastSwipeGestureDirection;
3655
4297
  /**
3656
- * If `true`, the toast will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
4298
+ * The theme determines the visual appearance of the component.
4299
+ */
4300
+ "theme"?: "ios" | "md" | "ionic";
4301
+ /**
4302
+ * If `true`, the toast will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
3657
4303
  * @default false
3658
4304
  */
3659
4305
  "translucent": boolean;
@@ -3704,7 +4350,7 @@ export namespace Components {
3704
4350
  */
3705
4351
  "labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
3706
4352
  /**
3707
- * The mode determines which platform styles to use.
4353
+ * The mode determines the platform behaviors of the component.
3708
4354
  */
3709
4355
  "mode"?: "ios" | "md";
3710
4356
  /**
@@ -3717,6 +4363,10 @@ export namespace Components {
3717
4363
  * @default false
3718
4364
  */
3719
4365
  "required": boolean;
4366
+ /**
4367
+ * The theme determines the visual appearance of the component.
4368
+ */
4369
+ "theme"?: "ios" | "md" | "ionic";
3720
4370
  /**
3721
4371
  * The value of the toggle does not mean if it's checked or not, use the `checked` property for that. The value of a toggle is analogous to the value of a `<input type="checkbox">`, it's only used when the toggle participates in a native `<form>`.
3722
4372
  * @default 'on'
@@ -3729,9 +4379,13 @@ export namespace Components {
3729
4379
  */
3730
4380
  "color"?: Color;
3731
4381
  /**
3732
- * The mode determines which platform styles to use.
4382
+ * The mode determines the platform behaviors of the component.
3733
4383
  */
3734
4384
  "mode"?: "ios" | "md";
4385
+ /**
4386
+ * The theme determines the visual appearance of the component.
4387
+ */
4388
+ "theme"?: "ios" | "md" | "ionic";
3735
4389
  }
3736
4390
  }
3737
4391
  export interface IonAccordionGroupCustomEvent<T> extends CustomEvent<T> {
@@ -4213,6 +4867,12 @@ declare global {
4213
4867
  prototype: HTMLIonDatetimeButtonElement;
4214
4868
  new (): HTMLIonDatetimeButtonElement;
4215
4869
  };
4870
+ interface HTMLIonDividerElement extends Components.IonDivider, HTMLStencilElement {
4871
+ }
4872
+ var HTMLIonDividerElement: {
4873
+ prototype: HTMLIonDividerElement;
4874
+ new (): HTMLIonDividerElement;
4875
+ };
4216
4876
  interface HTMLIonFabElement extends Components.IonFab, HTMLStencilElement {
4217
4877
  }
4218
4878
  var HTMLIonFabElement: {
@@ -5193,6 +5853,7 @@ declare global {
5193
5853
  "ion-content": HTMLIonContentElement;
5194
5854
  "ion-datetime": HTMLIonDatetimeElement;
5195
5855
  "ion-datetime-button": HTMLIonDatetimeButtonElement;
5856
+ "ion-divider": HTMLIonDividerElement;
5196
5857
  "ion-fab": HTMLIonFabElement;
5197
5858
  "ion-fab-button": HTMLIonFabButtonElement;
5198
5859
  "ion-fab-list": HTMLIonFabListElement;
@@ -5276,7 +5937,7 @@ declare namespace LocalJSX {
5276
5937
  */
5277
5938
  "disabled"?: boolean;
5278
5939
  /**
5279
- * The mode determines which platform styles to use.
5940
+ * The mode determines the platform behaviors of the component.
5280
5941
  */
5281
5942
  "mode"?: "ios" | "md";
5282
5943
  /**
@@ -5284,9 +5945,12 @@ declare namespace LocalJSX {
5284
5945
  * @default false
5285
5946
  */
5286
5947
  "readonly"?: boolean;
5948
+ /**
5949
+ * The theme determines the visual appearance of the component.
5950
+ */
5951
+ "theme"?: "ios" | "md" | "ionic";
5287
5952
  /**
5288
5953
  * The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
5289
- * @default chevronDown
5290
5954
  */
5291
5955
  "toggleIcon"?: string;
5292
5956
  /**
@@ -5317,7 +5981,7 @@ declare namespace LocalJSX {
5317
5981
  */
5318
5982
  "expand"?: 'compact' | 'inset';
5319
5983
  /**
5320
- * The mode determines which platform styles to use.
5984
+ * The mode determines the platform behaviors of the component.
5321
5985
  */
5322
5986
  "mode"?: "ios" | "md";
5323
5987
  /**
@@ -5333,6 +5997,14 @@ declare namespace LocalJSX {
5333
5997
  * @default false
5334
5998
  */
5335
5999
  "readonly"?: boolean;
6000
+ /**
6001
+ * Set to `"soft"` for an accordion group with slightly rounded corners, `"round"` for an accordion group with fully rounded corners, or `"rectangular"` for an accordion group without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes. Only applies when `expand` is set to `"inset"`.
6002
+ */
6003
+ "shape"?: 'soft' | 'round' | 'rectangular';
6004
+ /**
6005
+ * The theme determines the visual appearance of the component.
6006
+ */
6007
+ "theme"?: "ios" | "md" | "ionic";
5336
6008
  /**
5337
6009
  * The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
5338
6010
  */
@@ -5385,7 +6057,7 @@ declare namespace LocalJSX {
5385
6057
  */
5386
6058
  "leaveAnimation"?: AnimationBuilder;
5387
6059
  /**
5388
- * The mode determines which platform styles to use.
6060
+ * The mode determines the platform behaviors of the component.
5389
6061
  */
5390
6062
  "mode"?: "ios" | "md";
5391
6063
  /**
@@ -5425,7 +6097,11 @@ declare namespace LocalJSX {
5425
6097
  */
5426
6098
  "subHeader"?: string;
5427
6099
  /**
5428
- * If `true`, the action sheet will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
6100
+ * The theme determines the visual appearance of the component.
6101
+ */
6102
+ "theme"?: "ios" | "md" | "ionic";
6103
+ /**
6104
+ * If `true`, the action sheet will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
5429
6105
  * @default false
5430
6106
  */
5431
6107
  "translucent"?: boolean;
@@ -5490,7 +6166,7 @@ declare namespace LocalJSX {
5490
6166
  */
5491
6167
  "message"?: string | IonicSafeString;
5492
6168
  /**
5493
- * The mode determines which platform styles to use.
6169
+ * The mode determines the platform behaviors of the component.
5494
6170
  */
5495
6171
  "mode"?: "ios" | "md";
5496
6172
  /**
@@ -5530,7 +6206,11 @@ declare namespace LocalJSX {
5530
6206
  */
5531
6207
  "subHeader"?: string;
5532
6208
  /**
5533
- * If `true`, the alert will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
6209
+ * The theme determines the visual appearance of the component.
6210
+ */
6211
+ "theme"?: "ios" | "md" | "ionic";
6212
+ /**
6213
+ * If `true`, the alert will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
5534
6214
  * @default false
5535
6215
  */
5536
6216
  "translucent"?: boolean;
@@ -5540,8 +6220,37 @@ declare namespace LocalJSX {
5540
6220
  "trigger"?: string | undefined;
5541
6221
  }
5542
6222
  interface IonApp {
6223
+ /**
6224
+ * The mode determines the platform behaviors of the component.
6225
+ */
6226
+ "mode"?: "ios" | "md";
6227
+ /**
6228
+ * The theme determines the visual appearance of the component.
6229
+ */
6230
+ "theme"?: "ios" | "md" | "ionic";
5543
6231
  }
5544
6232
  interface IonAvatar {
6233
+ /**
6234
+ * If `true`, the user cannot interact with the avatar.
6235
+ * @default false
6236
+ */
6237
+ "disabled"?: boolean;
6238
+ /**
6239
+ * The mode determines the platform behaviors of the component.
6240
+ */
6241
+ "mode"?: "ios" | "md";
6242
+ /**
6243
+ * Set to `"soft"` for an avatar with slightly rounded corners, `"round"` for an avatar with fully rounded corners, or `"rectangular"` for an avatar without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
6244
+ */
6245
+ "shape"?: 'soft' | 'round' | 'rectangular';
6246
+ /**
6247
+ * Set to `"xxsmall"` for the smallest size. Set to `"xsmall"` for a very small size. Set to `"small"` for a compact size. Set to `"medium"` for the default height and width. Set to `"large"` for a larger size. Set to `"xlarge"` for the largest dimensions. Defaults to `"medium"` for the `ionic` theme, undefined for all other themes.
6248
+ */
6249
+ "size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
6250
+ /**
6251
+ * The theme determines the visual appearance of the component.
6252
+ */
6253
+ "theme"?: "ios" | "md" | "ionic";
5545
6254
  }
5546
6255
  interface IonBackButton {
5547
6256
  /**
@@ -5562,7 +6271,7 @@ declare namespace LocalJSX {
5562
6271
  */
5563
6272
  "icon"?: string | null;
5564
6273
  /**
5565
- * The mode determines which platform styles to use.
6274
+ * The mode determines the platform behaviors of the component.
5566
6275
  */
5567
6276
  "mode"?: "ios" | "md";
5568
6277
  /**
@@ -5573,6 +6282,10 @@ declare namespace LocalJSX {
5573
6282
  * The text to display in the back button.
5574
6283
  */
5575
6284
  "text"?: string | null;
6285
+ /**
6286
+ * The theme determines the visual appearance of the component.
6287
+ */
6288
+ "theme"?: "ios" | "md" | "ionic";
5576
6289
  /**
5577
6290
  * The type of the button.
5578
6291
  * @default 'button'
@@ -5580,6 +6293,10 @@ declare namespace LocalJSX {
5580
6293
  "type"?: 'submit' | 'reset' | 'button';
5581
6294
  }
5582
6295
  interface IonBackdrop {
6296
+ /**
6297
+ * The mode determines the platform behaviors of the component.
6298
+ */
6299
+ "mode"?: "ios" | "md";
5583
6300
  /**
5584
6301
  * Emitted when the backdrop is tapped.
5585
6302
  */
@@ -5594,6 +6311,10 @@ declare namespace LocalJSX {
5594
6311
  * @default true
5595
6312
  */
5596
6313
  "tappable"?: boolean;
6314
+ /**
6315
+ * The theme determines the visual appearance of the component.
6316
+ */
6317
+ "theme"?: "ios" | "md" | "ionic";
5597
6318
  /**
5598
6319
  * If `true`, the backdrop will be visible.
5599
6320
  * @default true
@@ -5606,9 +6327,29 @@ declare namespace LocalJSX {
5606
6327
  */
5607
6328
  "color"?: Color;
5608
6329
  /**
5609
- * The mode determines which platform styles to use.
6330
+ * Set to `"bold"` for a badge with vibrant, bold colors or to `"subtle"` for a badge with muted, subtle colors. Only applies to the `ionic` theme.
6331
+ */
6332
+ "hue"?: 'bold' | 'subtle';
6333
+ /**
6334
+ * The mode determines the platform behaviors of the component.
5610
6335
  */
5611
6336
  "mode"?: "ios" | "md";
6337
+ /**
6338
+ * Set to `"rectangular"` for non-rounded corners. Set to `"soft"` for slightly rounded corners. Set to `"round"` for fully rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
6339
+ */
6340
+ "shape"?: 'soft' | 'round | rectangular';
6341
+ /**
6342
+ * Set to `"small"` for a small badge. Set to `"medium"` for a medium badge. Set to `"large"` for a large badge, when it is empty (no text or icon). Defaults to `"small"` for the `ionic` theme, undefined for all other themes.
6343
+ */
6344
+ "size"?: 'small' | 'medium' | 'large';
6345
+ /**
6346
+ * The theme determines the visual appearance of the component.
6347
+ */
6348
+ "theme"?: "ios" | "md" | "ionic";
6349
+ /**
6350
+ * Set to `"top"` to position the badge on top right absolute position of the parent element. Set to `"bottom"` to position the badge on bottom right absolute position of the parent element.
6351
+ */
6352
+ "vertical"?: 'top' | 'bottom';
5612
6353
  }
5613
6354
  interface IonBreadcrumb {
5614
6355
  /**
@@ -5634,7 +6375,7 @@ declare namespace LocalJSX {
5634
6375
  */
5635
6376
  "href"?: string | undefined;
5636
6377
  /**
5637
- * The mode determines which platform styles to use.
6378
+ * The mode determines the platform behaviors of the component.
5638
6379
  */
5639
6380
  "mode"?: "ios" | "md";
5640
6381
  /**
@@ -5666,6 +6407,10 @@ declare namespace LocalJSX {
5666
6407
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
5667
6408
  */
5668
6409
  "target"?: string | undefined;
6410
+ /**
6411
+ * The theme determines the visual appearance of the component.
6412
+ */
6413
+ "theme"?: "ios" | "md" | "ionic";
5669
6414
  }
5670
6415
  interface IonBreadcrumbs {
5671
6416
  /**
@@ -5687,13 +6432,17 @@ declare namespace LocalJSX {
5687
6432
  */
5688
6433
  "maxItems"?: number;
5689
6434
  /**
5690
- * The mode determines which platform styles to use.
6435
+ * The mode determines the platform behaviors of the component.
5691
6436
  */
5692
6437
  "mode"?: "ios" | "md";
5693
6438
  /**
5694
6439
  * Emitted when the collapsed indicator is clicked on.
5695
6440
  */
5696
6441
  "onIonCollapsedClick"?: (event: IonBreadcrumbsCustomEvent<BreadcrumbCollapsedClickEventDetail>) => void;
6442
+ /**
6443
+ * The theme determines the visual appearance of the component.
6444
+ */
6445
+ "theme"?: "ios" | "md" | "ionic";
5697
6446
  }
5698
6447
  interface IonButton {
5699
6448
  /**
@@ -5731,7 +6480,7 @@ declare namespace LocalJSX {
5731
6480
  */
5732
6481
  "href"?: string | undefined;
5733
6482
  /**
5734
- * The mode determines which platform styles to use.
6483
+ * The mode determines the platform behaviors of the component.
5735
6484
  */
5736
6485
  "mode"?: "ios" | "md";
5737
6486
  /**
@@ -5756,13 +6505,13 @@ declare namespace LocalJSX {
5756
6505
  */
5757
6506
  "routerDirection"?: RouterDirection;
5758
6507
  /**
5759
- * Set to `"round"` for a button with more rounded corners.
6508
+ * Set to `"soft"` for a button with slightly rounded corners, `"round"` for a button with fully rounded corners, or `"rectangular"` for a button without rounded corners. Defaults to `"soft"` for the `"ios"` theme and `"round"` for all other themes.
5760
6509
  */
5761
- "shape"?: 'round';
6510
+ "shape"?: 'soft' | 'round' | 'rectangular';
5762
6511
  /**
5763
- * Set to `"small"` for a button with less height and padding, to `"default"` for a button with the default height and padding, or to `"large"` for a button with more height and padding. By default the size is unset, unless the button is inside of an item, where the size is `"small"` by default. Set the size to `"default"` inside of an item to make it a standard size button.
6512
+ * Set to `"small"` for a button with less height and padding, to `"medium"` for a button with the medium height and padding, or to `"large"` for a button with more height and padding. By default the size is unset, unless the button is inside of an item, where the size is `"small"` by default. Set the size to `"default"` inside of an item to make it a standard size button.
5764
6513
  */
5765
- "size"?: 'small' | 'default' | 'large';
6514
+ "size"?: 'small' | 'default' | 'medium' | 'large';
5766
6515
  /**
5767
6516
  * If `true`, activates a button with a heavier font weight.
5768
6517
  * @default false
@@ -5772,6 +6521,10 @@ declare namespace LocalJSX {
5772
6521
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
5773
6522
  */
5774
6523
  "target"?: string | undefined;
6524
+ /**
6525
+ * The theme determines the visual appearance of the component.
6526
+ */
6527
+ "theme"?: "ios" | "md" | "ionic";
5775
6528
  /**
5776
6529
  * The type of the button.
5777
6530
  * @default 'button'
@@ -5780,10 +6533,18 @@ declare namespace LocalJSX {
5780
6533
  }
5781
6534
  interface IonButtons {
5782
6535
  /**
5783
- * If true, buttons will disappear when its parent toolbar has fully collapsed if the toolbar is not the first toolbar. If the toolbar is the first toolbar, the buttons will be hidden and will only be shown once all toolbars have fully collapsed. Only applies in `ios` mode with `collapse` set to `true` on `ion-header`. Typically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)
6536
+ * If true, buttons will disappear when its parent toolbar has fully collapsed if the toolbar is not the first toolbar. If the toolbar is the first toolbar, the buttons will be hidden and will only be shown once all toolbars have fully collapsed. Only applies in the `ios` theme with `collapse` set to `true` on `ion-header`. Typically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)
5784
6537
  * @default false
5785
6538
  */
5786
6539
  "collapse"?: boolean;
6540
+ /**
6541
+ * The mode determines the platform behaviors of the component.
6542
+ */
6543
+ "mode"?: "ios" | "md";
6544
+ /**
6545
+ * The theme determines the visual appearance of the component.
6546
+ */
6547
+ "theme"?: "ios" | "md" | "ionic";
5787
6548
  }
5788
6549
  interface IonCard {
5789
6550
  /**
@@ -5809,7 +6570,7 @@ declare namespace LocalJSX {
5809
6570
  */
5810
6571
  "href"?: string | undefined;
5811
6572
  /**
5812
- * The mode determines which platform styles to use.
6573
+ * The mode determines the platform behaviors of the component.
5813
6574
  */
5814
6575
  "mode"?: "ios" | "md";
5815
6576
  /**
@@ -5825,10 +6586,19 @@ declare namespace LocalJSX {
5825
6586
  * @default 'forward'
5826
6587
  */
5827
6588
  "routerDirection"?: RouterDirection;
6589
+ /**
6590
+ * Set to `"soft"` for a card with slightly rounded corners, `"round"` for a card with more rounded corners, or `"rectangular"` for a card without rounded corners. Defaults to `"round"`.
6591
+ * @default 'round'
6592
+ */
6593
+ "shape"?: 'soft' | 'round' | 'rectangular';
5828
6594
  /**
5829
6595
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
5830
6596
  */
5831
6597
  "target"?: string | undefined;
6598
+ /**
6599
+ * The theme determines the visual appearance of the component.
6600
+ */
6601
+ "theme"?: "ios" | "md" | "ionic";
5832
6602
  /**
5833
6603
  * The type of the button. Only used when an `onclick` or `button` property is present.
5834
6604
  * @default 'button'
@@ -5837,9 +6607,13 @@ declare namespace LocalJSX {
5837
6607
  }
5838
6608
  interface IonCardContent {
5839
6609
  /**
5840
- * The mode determines which platform styles to use.
6610
+ * The mode determines the platform behaviors of the component.
5841
6611
  */
5842
6612
  "mode"?: "ios" | "md";
6613
+ /**
6614
+ * The theme determines the visual appearance of the component.
6615
+ */
6616
+ "theme"?: "ios" | "md" | "ionic";
5843
6617
  }
5844
6618
  interface IonCardHeader {
5845
6619
  /**
@@ -5847,11 +6621,15 @@ declare namespace LocalJSX {
5847
6621
  */
5848
6622
  "color"?: Color;
5849
6623
  /**
5850
- * The mode determines which platform styles to use.
6624
+ * The mode determines the platform behaviors of the component.
5851
6625
  */
5852
6626
  "mode"?: "ios" | "md";
5853
6627
  /**
5854
- * If `true`, the card header will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
6628
+ * The theme determines the visual appearance of the component.
6629
+ */
6630
+ "theme"?: "ios" | "md" | "ionic";
6631
+ /**
6632
+ * If `true`, the card header will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
5855
6633
  * @default false
5856
6634
  */
5857
6635
  "translucent"?: boolean;
@@ -5862,9 +6640,13 @@ declare namespace LocalJSX {
5862
6640
  */
5863
6641
  "color"?: Color;
5864
6642
  /**
5865
- * The mode determines which platform styles to use.
6643
+ * The mode determines the platform behaviors of the component.
5866
6644
  */
5867
6645
  "mode"?: "ios" | "md";
6646
+ /**
6647
+ * The theme determines the visual appearance of the component.
6648
+ */
6649
+ "theme"?: "ios" | "md" | "ionic";
5868
6650
  }
5869
6651
  interface IonCardTitle {
5870
6652
  /**
@@ -5872,9 +6654,13 @@ declare namespace LocalJSX {
5872
6654
  */
5873
6655
  "color"?: Color;
5874
6656
  /**
5875
- * The mode determines which platform styles to use.
6657
+ * The mode determines the platform behaviors of the component.
5876
6658
  */
5877
6659
  "mode"?: "ios" | "md";
6660
+ /**
6661
+ * The theme determines the visual appearance of the component.
6662
+ */
6663
+ "theme"?: "ios" | "md" | "ionic";
5878
6664
  }
5879
6665
  interface IonCheckbox {
5880
6666
  /**
@@ -5918,7 +6704,7 @@ declare namespace LocalJSX {
5918
6704
  */
5919
6705
  "labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
5920
6706
  /**
5921
- * The mode determines which platform styles to use.
6707
+ * The mode determines the platform behaviors of the component.
5922
6708
  */
5923
6709
  "mode"?: "ios" | "md";
5924
6710
  /**
@@ -5931,7 +6717,7 @@ declare namespace LocalJSX {
5931
6717
  */
5932
6718
  "onIonBlur"?: (event: IonCheckboxCustomEvent<void>) => void;
5933
6719
  /**
5934
- * Emitted when the checked property has changed as a result of a user action such as a click. This event will not emit when programmatically setting the `checked` property.
6720
+ * Emitted when the checked property has changed as a result of a user action such as a click. This event will not emit when programmatically setting the `checked` property.
5935
6721
  */
5936
6722
  "onIonChange"?: (event: IonCheckboxCustomEvent<CheckboxChangeEventDetail>) => void;
5937
6723
  /**
@@ -5943,6 +6729,19 @@ declare namespace LocalJSX {
5943
6729
  * @default false
5944
6730
  */
5945
6731
  "required"?: boolean;
6732
+ /**
6733
+ * Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
6734
+ * @default 'soft'
6735
+ */
6736
+ "shape"?: 'soft' | 'rectangular';
6737
+ /**
6738
+ * Set to `"small"` for a checkbox with less height and padding.
6739
+ */
6740
+ "size"?: 'small';
6741
+ /**
6742
+ * The theme determines the visual appearance of the component.
6743
+ */
6744
+ "theme"?: "ios" | "md" | "ionic";
5946
6745
  /**
5947
6746
  * The value of the checkbox does not mean if it's checked or not, use the `checked` property for that. The value of a checkbox is analogous to the value of an `<input type="checkbox">`, it's only used when the checkbox participates in a native `<form>`.
5948
6747
  * @default 'on'
@@ -5960,7 +6759,12 @@ declare namespace LocalJSX {
5960
6759
  */
5961
6760
  "disabled"?: boolean;
5962
6761
  /**
5963
- * The mode determines which platform styles to use.
6762
+ * Set to `"bold"` for a chip with vibrant, bold colors or to `"subtle"` for a chip with muted, subtle colors. Only applies to the `ionic` theme.
6763
+ * @default 'subtle'
6764
+ */
6765
+ "hue"?: 'bold' | 'subtle';
6766
+ /**
6767
+ * The mode determines the platform behaviors of the component.
5964
6768
  */
5965
6769
  "mode"?: "ios" | "md";
5966
6770
  /**
@@ -5968,8 +6772,24 @@ declare namespace LocalJSX {
5968
6772
  * @default false
5969
6773
  */
5970
6774
  "outline"?: boolean;
6775
+ /**
6776
+ * Set to `"soft"` for a chip with slightly rounded corners, `"round"` for a chip with fully rounded corners, or `"rectangular"` for a chip without rounded corners. Defaults to `"round"` for the `"ionic"` theme and `"soft"` for all other themes.
6777
+ */
6778
+ "shape"?: 'soft' | 'round' | 'rectangular';
6779
+ /**
6780
+ * Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
6781
+ */
6782
+ "size"?: 'small' | 'large';
6783
+ /**
6784
+ * The theme determines the visual appearance of the component.
6785
+ */
6786
+ "theme"?: "ios" | "md" | "ionic";
5971
6787
  }
5972
6788
  interface IonCol {
6789
+ /**
6790
+ * The mode determines the platform behaviors of the component.
6791
+ */
6792
+ "mode"?: "ios" | "md";
5973
6793
  /**
5974
6794
  * The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
5975
6795
  */
@@ -6066,6 +6886,10 @@ declare namespace LocalJSX {
6066
6886
  * The size of the column for xs screens, in terms of how many columns it should take up out of the total available. If `"auto"` is passed, the column will be the size of its content.
6067
6887
  */
6068
6888
  "sizeXs"?: string;
6889
+ /**
6890
+ * The theme determines the visual appearance of the component.
6891
+ */
6892
+ "theme"?: "ios" | "md" | "ionic";
6069
6893
  }
6070
6894
  interface IonContent {
6071
6895
  /**
@@ -6086,6 +6910,10 @@ declare namespace LocalJSX {
6086
6910
  * @default false
6087
6911
  */
6088
6912
  "fullscreen"?: boolean;
6913
+ /**
6914
+ * The mode determines the platform behaviors of the component.
6915
+ */
6916
+ "mode"?: "ios" | "md";
6089
6917
  /**
6090
6918
  * Emitted while scrolling. This event is disabled by default. Set `scrollEvents` to `true` to enable.
6091
6919
  */
@@ -6113,6 +6941,10 @@ declare namespace LocalJSX {
6113
6941
  * @default true
6114
6942
  */
6115
6943
  "scrollY"?: boolean;
6944
+ /**
6945
+ * The theme determines the visual appearance of the component.
6946
+ */
6947
+ "theme"?: "ios" | "md" | "ionic";
6116
6948
  }
6117
6949
  interface IonDatetime {
6118
6950
  /**
@@ -6187,7 +7019,7 @@ declare namespace LocalJSX {
6187
7019
  */
6188
7020
  "minuteValues"?: number[] | number | string;
6189
7021
  /**
6190
- * The mode determines which platform styles to use.
7022
+ * The mode determines the platform behaviors of the component.
6191
7023
  */
6192
7024
  "mode"?: "ios" | "md";
6193
7025
  /**
@@ -6265,6 +7097,10 @@ declare namespace LocalJSX {
6265
7097
  * @default 'fixed'
6266
7098
  */
6267
7099
  "size"?: 'cover' | 'fixed';
7100
+ /**
7101
+ * The theme determines the visual appearance of the component.
7102
+ */
7103
+ "theme"?: "ios" | "md" | "ionic";
6268
7104
  /**
6269
7105
  * A callback used to format the header text that shows how many dates are selected. Only used if there are 0 or more than 1 selected (i.e. unused for exactly 1). By default, the header text is set to "numberOfDates days". See https://ionicframework.com/docs/troubleshooting/runtime#accessing-this if you need to access `this` from within the callback.
6270
7106
  */
@@ -6294,9 +7130,25 @@ declare namespace LocalJSX {
6294
7130
  */
6295
7131
  "disabled"?: boolean;
6296
7132
  /**
6297
- * The mode determines which platform styles to use.
7133
+ * The mode determines the platform behaviors of the component.
6298
7134
  */
6299
7135
  "mode"?: "ios" | "md";
7136
+ /**
7137
+ * The theme determines the visual appearance of the component.
7138
+ */
7139
+ "theme"?: "ios" | "md" | "ionic";
7140
+ }
7141
+ interface IonDivider {
7142
+ /**
7143
+ * If `true`, the divider will have horizontal margins By default, it's `false`
7144
+ * @default false
7145
+ */
7146
+ "inset"?: boolean;
7147
+ /**
7148
+ * Set to `"xxsmall"` for the smallest spacing. Set to "xsmall" for very small spacing. Set to `"small"` for small spacing. Set to "medium" for medium spacing. Set to "large" for large spacing. Set to `"xlarge"` for the largest spacing. Defaults to `"medium"`.
7149
+ * @default 'medium'
7150
+ */
7151
+ "spacing"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge';
6300
7152
  }
6301
7153
  interface IonFab {
6302
7154
  /**
@@ -6313,6 +7165,14 @@ declare namespace LocalJSX {
6313
7165
  * Where to align the fab horizontally in the viewport.
6314
7166
  */
6315
7167
  "horizontal"?: 'start' | 'end' | 'center';
7168
+ /**
7169
+ * The mode determines the platform behaviors of the component.
7170
+ */
7171
+ "mode"?: "ios" | "md";
7172
+ /**
7173
+ * The theme determines the visual appearance of the component.
7174
+ */
7175
+ "theme"?: "ios" | "md" | "ionic";
6316
7176
  /**
6317
7177
  * Where to align the fab vertically in the viewport.
6318
7178
  */
@@ -6326,7 +7186,6 @@ declare namespace LocalJSX {
6326
7186
  "activated"?: boolean;
6327
7187
  /**
6328
7188
  * The icon name to use for the close icon. This will appear when the fab button is pressed. Only applies if it is the main button inside of a fab containing a fab list.
6329
- * @default close
6330
7189
  */
6331
7190
  "closeIcon"?: string;
6332
7191
  /**
@@ -6347,7 +7206,7 @@ declare namespace LocalJSX {
6347
7206
  */
6348
7207
  "href"?: string | undefined;
6349
7208
  /**
6350
- * The mode determines which platform styles to use.
7209
+ * The mode determines the platform behaviors of the component.
6351
7210
  */
6352
7211
  "mode"?: "ios" | "md";
6353
7212
  /**
@@ -6385,7 +7244,11 @@ declare namespace LocalJSX {
6385
7244
  */
6386
7245
  "target"?: string | undefined;
6387
7246
  /**
6388
- * If `true`, the fab button will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
7247
+ * The theme determines the visual appearance of the component.
7248
+ */
7249
+ "theme"?: "ios" | "md" | "ionic";
7250
+ /**
7251
+ * If `true`, the fab button will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
6389
7252
  * @default false
6390
7253
  */
6391
7254
  "translucent"?: boolean;
@@ -6401,23 +7264,35 @@ declare namespace LocalJSX {
6401
7264
  * @default false
6402
7265
  */
6403
7266
  "activated"?: boolean;
7267
+ /**
7268
+ * The mode determines the platform behaviors of the component.
7269
+ */
7270
+ "mode"?: "ios" | "md";
6404
7271
  /**
6405
7272
  * The side the fab list will show on relative to the main fab button.
6406
7273
  * @default 'bottom'
6407
7274
  */
6408
7275
  "side"?: 'start' | 'end' | 'top' | 'bottom';
7276
+ /**
7277
+ * The theme determines the visual appearance of the component.
7278
+ */
7279
+ "theme"?: "ios" | "md" | "ionic";
6409
7280
  }
6410
7281
  interface IonFooter {
6411
7282
  /**
6412
- * Describes the scroll effect that will be applied to the footer. Only applies in iOS mode.
7283
+ * Describes the scroll effect that will be applied to the footer. Only applies when the theme is `"ios"`.
6413
7284
  */
6414
7285
  "collapse"?: 'fade';
6415
7286
  /**
6416
- * The mode determines which platform styles to use.
7287
+ * The mode determines the platform behaviors of the component.
6417
7288
  */
6418
7289
  "mode"?: "ios" | "md";
6419
7290
  /**
6420
- * If `true`, the footer will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility). Note: In order to scroll content behind the footer, the `fullscreen` attribute needs to be set on the content.
7291
+ * The theme determines the visual appearance of the component.
7292
+ */
7293
+ "theme"?: "ios" | "md" | "ionic";
7294
+ /**
7295
+ * If `true`, the footer will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility). Note: In order to scroll content behind the footer, the `fullscreen` attribute needs to be set on the content.
6421
7296
  * @default false
6422
7297
  */
6423
7298
  "translucent"?: boolean;
@@ -6428,18 +7303,35 @@ declare namespace LocalJSX {
6428
7303
  * @default false
6429
7304
  */
6430
7305
  "fixed"?: boolean;
7306
+ /**
7307
+ * The mode determines the platform behaviors of the component.
7308
+ */
7309
+ "mode"?: "ios" | "md";
7310
+ /**
7311
+ * The theme determines the visual appearance of the component.
7312
+ */
7313
+ "theme"?: "ios" | "md" | "ionic";
6431
7314
  }
6432
7315
  interface IonHeader {
6433
7316
  /**
6434
- * Describes the scroll effect that will be applied to the header. Only applies in iOS mode. Typically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)
7317
+ * Describes the scroll effect that will be applied to the header. Only applies when the theme is `"ios"`. Typically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)
6435
7318
  */
6436
7319
  "collapse"?: 'condense' | 'fade';
6437
7320
  /**
6438
- * The mode determines which platform styles to use.
7321
+ * If `true`, the header will have a line at the bottom. TODO(ROU-10855): add support for this prop on ios/md themes
7322
+ * @default false
7323
+ */
7324
+ "divider"?: boolean;
7325
+ /**
7326
+ * The mode determines the platform behaviors of the component.
6439
7327
  */
6440
7328
  "mode"?: "ios" | "md";
6441
7329
  /**
6442
- * If `true`, the header will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility). Note: In order to scroll content behind the header, the `fullscreen` attribute needs to be set on the content.
7330
+ * The theme determines the visual appearance of the component.
7331
+ */
7332
+ "theme"?: "ios" | "md" | "ionic";
7333
+ /**
7334
+ * If `true`, the header will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility). Note: In order to scroll content behind the header, the `fullscreen` attribute needs to be set on the content.
6443
7335
  * @default false
6444
7336
  */
6445
7337
  "translucent"?: boolean;
@@ -6449,6 +7341,10 @@ declare namespace LocalJSX {
6449
7341
  * This attribute defines the alternative text describing the image. Users will see this text displayed if the image URL is wrong, the image is not in one of the supported formats, or if the image is not yet downloaded.
6450
7342
  */
6451
7343
  "alt"?: string;
7344
+ /**
7345
+ * The mode determines the platform behaviors of the component.
7346
+ */
7347
+ "mode"?: "ios" | "md";
6452
7348
  /**
6453
7349
  * Emitted when the img fails to load
6454
7350
  */
@@ -6465,6 +7361,10 @@ declare namespace LocalJSX {
6465
7361
  * The image URL. This attribute is mandatory for the `<img>` element.
6466
7362
  */
6467
7363
  "src"?: string;
7364
+ /**
7365
+ * The theme determines the visual appearance of the component.
7366
+ */
7367
+ "theme"?: "ios" | "md" | "ionic";
6468
7368
  }
6469
7369
  interface IonInfiniteScroll {
6470
7370
  /**
@@ -6472,6 +7372,10 @@ declare namespace LocalJSX {
6472
7372
  * @default false
6473
7373
  */
6474
7374
  "disabled"?: boolean;
7375
+ /**
7376
+ * The mode determines the platform behaviors of the component.
7377
+ */
7378
+ "mode"?: "ios" | "md";
6475
7379
  /**
6476
7380
  * Emitted when the scroll reaches the threshold distance. From within your infinite handler, you must call the infinite scroll's `complete()` method when your async operation has completed.
6477
7381
  */
@@ -6481,6 +7385,10 @@ declare namespace LocalJSX {
6481
7385
  * @default 'bottom'
6482
7386
  */
6483
7387
  "position"?: 'top' | 'bottom';
7388
+ /**
7389
+ * The theme determines the visual appearance of the component.
7390
+ */
7391
+ "theme"?: "ios" | "md" | "ionic";
6484
7392
  /**
6485
7393
  * The threshold distance from the bottom of the content to call the `infinite` output event when scrolled. The threshold value can be either a percent, or in pixels. For example, use the value of `10%` for the `infinite` output event to get called when the user has scrolled 10% from the bottom of the page. Use the value `100px` when the scroll is within 100 pixels from the bottom of the page.
6486
7394
  * @default '15%'
@@ -6496,6 +7404,14 @@ declare namespace LocalJSX {
6496
7404
  * Optional text to display while loading. `loadingText` can accept either plaintext or HTML as a string. To display characters normally reserved for HTML, they must be escaped. For example `<Ionic>` would become `&lt;Ionic&gt;` For more information: [Security Documentation](https://ionicframework.com/docs/faq/security) This property accepts custom HTML as a string. Content is parsed as plaintext by default. `innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config before custom HTML can be used.
6497
7405
  */
6498
7406
  "loadingText"?: string | IonicSafeString;
7407
+ /**
7408
+ * The mode determines the platform behaviors of the component.
7409
+ */
7410
+ "mode"?: "ios" | "md";
7411
+ /**
7412
+ * The theme determines the visual appearance of the component.
7413
+ */
7414
+ "theme"?: "ios" | "md" | "ionic";
6499
7415
  }
6500
7416
  interface IonInput {
6501
7417
  /**
@@ -6562,7 +7478,7 @@ declare namespace LocalJSX {
6562
7478
  */
6563
7479
  "errorText"?: string;
6564
7480
  /**
6565
- * The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available in `md` mode.
7481
+ * The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available when the theme is `"md"`.
6566
7482
  */
6567
7483
  "fill"?: 'outline' | 'solid';
6568
7484
  /**
@@ -6578,8 +7494,7 @@ declare namespace LocalJSX {
6578
7494
  */
6579
7495
  "label"?: string;
6580
7496
  /**
6581
- * Where to place the label relative to the input. `"start"`: The label will appear to the left of the input in LTR and to the right in RTL. `"end"`: The label will appear to the right of the input in LTR and to the left in RTL. `"floating"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input. `"stacked"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value. `"fixed"`: The label has the same behavior as `"start"` except it also has a fixed width. Long text will be truncated with ellipses ("...").
6582
- * @default 'start'
7497
+ * Where to place the label relative to the input. `"start"`: The label will appear to the left of the input in LTR and to the right in RTL. `"end"`: The label will appear to the right of the input in LTR and to the left in RTL. `"floating"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input. `"stacked"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value. `"fixed"`: The label has the same behavior as `"start"` except it also has a fixed width. Long text will be truncated with ellipses ("..."). Defaults to "stacked" for the ionic theme, or "start" for all other themes. In the ionic theme, only the values "stacked" and "floating" are supported.
6583
7498
  */
6584
7499
  "labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
6585
7500
  /**
@@ -6599,7 +7514,7 @@ declare namespace LocalJSX {
6599
7514
  */
6600
7515
  "minlength"?: number;
6601
7516
  /**
6602
- * The mode determines which platform styles to use.
7517
+ * The mode determines the platform behaviors of the component.
6603
7518
  */
6604
7519
  "mode"?: "ios" | "md";
6605
7520
  /**
@@ -6646,9 +7561,14 @@ declare namespace LocalJSX {
6646
7561
  */
6647
7562
  "required"?: boolean;
6648
7563
  /**
6649
- * The shape of the input. If "round" it will have an increased border radius.
7564
+ * Set to `"soft"` for an input with slightly rounded corners, `"round"` for an input with fully rounded corners, or `"rectangular"` for an input without rounded corners. Defaults to `"round"` for the ionic theme, and `undefined` for all other themes. Only applies when the fill is set to `"solid"` or `"outline"`.
7565
+ */
7566
+ "shape"?: 'soft' | 'round' | 'rectangular';
7567
+ /**
7568
+ * The size of the input. If "large", it will have an increased height. By default the size is medium. This property only applies to the `"ionic"` theme.
7569
+ * @default 'medium'
6650
7570
  */
6651
- "shape"?: 'round';
7571
+ "size"?: 'medium' | 'large' | 'xlarge';
6652
7572
  /**
6653
7573
  * If `true`, the element will have its spelling and grammar checked.
6654
7574
  * @default false
@@ -6658,6 +7578,10 @@ declare namespace LocalJSX {
6658
7578
  * Works with the min and max attributes to limit the increments at which a value can be set. Possible values are: `"any"` or a positive floating point number.
6659
7579
  */
6660
7580
  "step"?: string;
7581
+ /**
7582
+ * The theme determines the visual appearance of the component.
7583
+ */
7584
+ "theme"?: "ios" | "md" | "ionic";
6661
7585
  /**
6662
7586
  * The type of control to display. The default type is text.
6663
7587
  * @default 'text'
@@ -6781,12 +7705,11 @@ declare namespace LocalJSX {
6781
7705
  */
6782
7706
  "color"?: Color;
6783
7707
  /**
6784
- * If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `mode` is `ios` and an `href` or `button` property is present.
7708
+ * If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `theme` is `"ios"` and an `href` or `button` property is present.
6785
7709
  */
6786
7710
  "detail"?: boolean;
6787
7711
  /**
6788
7712
  * The icon to use when `detail` is set to `true`.
6789
- * @default chevronForward
6790
7713
  */
6791
7714
  "detailIcon"?: string;
6792
7715
  /**
@@ -6807,7 +7730,7 @@ declare namespace LocalJSX {
6807
7730
  */
6808
7731
  "lines"?: 'full' | 'inset' | 'none';
6809
7732
  /**
6810
- * The mode determines which platform styles to use.
7733
+ * The mode determines the platform behaviors of the component.
6811
7734
  */
6812
7735
  "mode"?: "ios" | "md";
6813
7736
  /**
@@ -6827,6 +7750,10 @@ declare namespace LocalJSX {
6827
7750
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
6828
7751
  */
6829
7752
  "target"?: string | undefined;
7753
+ /**
7754
+ * The theme determines the visual appearance of the component.
7755
+ */
7756
+ "theme"?: "ios" | "md" | "ionic";
6830
7757
  /**
6831
7758
  * The type of the button. Only used when an `onclick` or `button` property is present.
6832
7759
  * @default 'button'
@@ -6839,7 +7766,7 @@ declare namespace LocalJSX {
6839
7766
  */
6840
7767
  "color"?: Color;
6841
7768
  /**
6842
- * The mode determines which platform styles to use.
7769
+ * The mode determines the platform behaviors of the component.
6843
7770
  */
6844
7771
  "mode"?: "ios" | "md";
6845
7772
  /**
@@ -6847,8 +7774,20 @@ declare namespace LocalJSX {
6847
7774
  * @default false
6848
7775
  */
6849
7776
  "sticky"?: boolean;
7777
+ /**
7778
+ * The theme determines the visual appearance of the component.
7779
+ */
7780
+ "theme"?: "ios" | "md" | "ionic";
6850
7781
  }
6851
7782
  interface IonItemGroup {
7783
+ /**
7784
+ * The mode determines the platform behaviors of the component.
7785
+ */
7786
+ "mode"?: "ios" | "md";
7787
+ /**
7788
+ * The theme determines the visual appearance of the component.
7789
+ */
7790
+ "theme"?: "ios" | "md" | "ionic";
6852
7791
  }
6853
7792
  interface IonItemOption {
6854
7793
  /**
@@ -6874,17 +7813,30 @@ declare namespace LocalJSX {
6874
7813
  */
6875
7814
  "href"?: string | undefined;
6876
7815
  /**
6877
- * The mode determines which platform styles to use.
7816
+ * Set to `"bold"` for an option with vibrant, bold colors or to `"subtle"` for an option with muted, subtle colors. Only applies to the `ionic` theme.
7817
+ * @default 'subtle'
7818
+ */
7819
+ "hue"?: 'bold' | 'subtle';
7820
+ /**
7821
+ * The mode determines the platform behaviors of the component.
6878
7822
  */
6879
7823
  "mode"?: "ios" | "md";
6880
7824
  /**
6881
7825
  * Specifies the relationship of the target object to the link object. The value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types).
6882
7826
  */
6883
7827
  "rel"?: string | undefined;
7828
+ /**
7829
+ * Set to `"rectangular"` for non-rounded corners. Set to `"soft"` for slightly rounded corners. Set to `"round"` for fully rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
7830
+ */
7831
+ "shape"?: 'soft' | 'round' | 'rectangular';
6884
7832
  /**
6885
7833
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
6886
7834
  */
6887
7835
  "target"?: string | undefined;
7836
+ /**
7837
+ * The theme determines the visual appearance of the component.
7838
+ */
7839
+ "theme"?: "ios" | "md" | "ionic";
6888
7840
  /**
6889
7841
  * The type of the button.
6890
7842
  * @default 'button'
@@ -6892,6 +7844,10 @@ declare namespace LocalJSX {
6892
7844
  "type"?: 'submit' | 'reset' | 'button';
6893
7845
  }
6894
7846
  interface IonItemOptions {
7847
+ /**
7848
+ * The mode determines the platform behaviors of the component.
7849
+ */
7850
+ "mode"?: "ios" | "md";
6895
7851
  /**
6896
7852
  * Emitted when the item has been fully swiped.
6897
7853
  */
@@ -6901,6 +7857,10 @@ declare namespace LocalJSX {
6901
7857
  * @default 'end'
6902
7858
  */
6903
7859
  "side"?: Side;
7860
+ /**
7861
+ * The theme determines the visual appearance of the component.
7862
+ */
7863
+ "theme"?: "ios" | "md" | "ionic";
6904
7864
  }
6905
7865
  interface IonItemSliding {
6906
7866
  /**
@@ -6908,10 +7868,18 @@ declare namespace LocalJSX {
6908
7868
  * @default false
6909
7869
  */
6910
7870
  "disabled"?: boolean;
7871
+ /**
7872
+ * The mode determines the platform behaviors of the component.
7873
+ */
7874
+ "mode"?: "ios" | "md";
6911
7875
  /**
6912
7876
  * Emitted when the sliding position changes.
6913
7877
  */
6914
7878
  "onIonDrag"?: (event: IonItemSlidingCustomEvent<any>) => void;
7879
+ /**
7880
+ * The theme determines the visual appearance of the component.
7881
+ */
7882
+ "theme"?: "ios" | "md" | "ionic";
6915
7883
  }
6916
7884
  interface IonLabel {
6917
7885
  /**
@@ -6919,13 +7887,17 @@ declare namespace LocalJSX {
6919
7887
  */
6920
7888
  "color"?: Color;
6921
7889
  /**
6922
- * The mode determines which platform styles to use.
7890
+ * The mode determines the platform behaviors of the component.
6923
7891
  */
6924
7892
  "mode"?: "ios" | "md";
6925
7893
  /**
6926
7894
  * The position determines where and how the label behaves inside an item.
6927
7895
  */
6928
7896
  "position"?: 'fixed' | 'stacked' | 'floating';
7897
+ /**
7898
+ * The theme determines the visual appearance of the component.
7899
+ */
7900
+ "theme"?: "ios" | "md" | "ionic";
6929
7901
  }
6930
7902
  interface IonList {
6931
7903
  /**
@@ -6938,9 +7910,17 @@ declare namespace LocalJSX {
6938
7910
  */
6939
7911
  "lines"?: 'full' | 'inset' | 'none';
6940
7912
  /**
6941
- * The mode determines which platform styles to use.
7913
+ * The mode determines the platform behaviors of the component.
6942
7914
  */
6943
7915
  "mode"?: "ios" | "md";
7916
+ /**
7917
+ * Set to `"soft"` for slightly rounded corners, `"round"` for fully rounded corners, or `"rectangular"` for no rounded corners. Defaults to `"round"` for the `ionic` theme when inset is `true` defaults to `"rectangular"` for the `ionic` theme when inset is `false`, undefined for all other themes.
7918
+ */
7919
+ "shape"?: 'soft' | 'round' | 'rectangular';
7920
+ /**
7921
+ * The theme determines the visual appearance of the component.
7922
+ */
7923
+ "theme"?: "ios" | "md" | "ionic";
6944
7924
  }
6945
7925
  interface IonListHeader {
6946
7926
  /**
@@ -6952,9 +7932,13 @@ declare namespace LocalJSX {
6952
7932
  */
6953
7933
  "lines"?: 'full' | 'inset' | 'none';
6954
7934
  /**
6955
- * The mode determines which platform styles to use.
7935
+ * The mode determines the platform behaviors of the component.
6956
7936
  */
6957
7937
  "mode"?: "ios" | "md";
7938
+ /**
7939
+ * The theme determines the visual appearance of the component.
7940
+ */
7941
+ "theme"?: "ios" | "md" | "ionic";
6958
7942
  }
6959
7943
  interface IonLoading {
6960
7944
  /**
@@ -7003,7 +7987,7 @@ declare namespace LocalJSX {
7003
7987
  */
7004
7988
  "message"?: string | IonicSafeString;
7005
7989
  /**
7006
- * The mode determines which platform styles to use.
7990
+ * The mode determines the platform behaviors of the component.
7007
7991
  */
7008
7992
  "mode"?: "ios" | "md";
7009
7993
  /**
@@ -7048,7 +8032,11 @@ declare namespace LocalJSX {
7048
8032
  */
7049
8033
  "spinner"?: SpinnerTypes | null;
7050
8034
  /**
7051
- * If `true`, the loading indicator will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
8035
+ * The theme determines the visual appearance of the component.
8036
+ */
8037
+ "theme"?: "ios" | "md" | "ionic";
8038
+ /**
8039
+ * If `true`, the loading indicator will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
7052
8040
  * @default false
7053
8041
  */
7054
8042
  "translucent"?: boolean;
@@ -7076,6 +8064,10 @@ declare namespace LocalJSX {
7076
8064
  * An id for the menu.
7077
8065
  */
7078
8066
  "menuId"?: string;
8067
+ /**
8068
+ * The mode determines the platform behaviors of the component.
8069
+ */
8070
+ "mode"?: "ios" | "md";
7079
8071
  /**
7080
8072
  * Emitted when the menu is closed.
7081
8073
  */
@@ -7102,6 +8094,10 @@ declare namespace LocalJSX {
7102
8094
  * @default true
7103
8095
  */
7104
8096
  "swipeGesture"?: boolean;
8097
+ /**
8098
+ * The theme determines the visual appearance of the component.
8099
+ */
8100
+ "theme"?: "ios" | "md" | "ionic";
7105
8101
  /**
7106
8102
  * The display type of the menu. Available options: `"overlay"`, `"reveal"`, `"push"`.
7107
8103
  */
@@ -7127,9 +8123,13 @@ declare namespace LocalJSX {
7127
8123
  */
7128
8124
  "menu"?: string;
7129
8125
  /**
7130
- * The mode determines which platform styles to use.
8126
+ * The mode determines the platform behaviors of the component.
7131
8127
  */
7132
8128
  "mode"?: "ios" | "md";
8129
+ /**
8130
+ * The theme determines the visual appearance of the component.
8131
+ */
8132
+ "theme"?: "ios" | "md" | "ionic";
7133
8133
  /**
7134
8134
  * The type of the button.
7135
8135
  * @default 'button'
@@ -7146,6 +8146,14 @@ declare namespace LocalJSX {
7146
8146
  * Optional property that maps to a Menu's `menuId` prop. Can also be `start` or `end` for the menu side. This is used to find the correct menu to toggle. If this property is not used, `ion-menu-toggle` will toggle the first menu that is active.
7147
8147
  */
7148
8148
  "menu"?: string;
8149
+ /**
8150
+ * The mode determines the platform behaviors of the component.
8151
+ */
8152
+ "mode"?: "ios" | "md";
8153
+ /**
8154
+ * The theme determines the visual appearance of the component.
8155
+ */
8156
+ "theme"?: "ios" | "md" | "ionic";
7149
8157
  }
7150
8158
  interface IonModal {
7151
8159
  /**
@@ -7223,7 +8231,7 @@ declare namespace LocalJSX {
7223
8231
  */
7224
8232
  "leaveAnimation"?: AnimationBuilder;
7225
8233
  /**
7226
- * The mode determines which platform styles to use.
8234
+ * The mode determines the platform behaviors of the component.
7227
8235
  */
7228
8236
  "mode"?: "ios" | "md";
7229
8237
  /**
@@ -7266,11 +8274,19 @@ declare namespace LocalJSX {
7266
8274
  * The element that presented the modal. This is used for card presentation effects and for stacking multiple modals on top of each other. Only applies in iOS mode.
7267
8275
  */
7268
8276
  "presentingElement"?: HTMLElement;
8277
+ /**
8278
+ * Set to `"soft"` for a modal with slightly rounded corners, `"round"` for a modal with fully rounded corners, or `"rectangular"` for a modal without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
8279
+ */
8280
+ "shape"?: 'soft' | 'round' | 'rectangular';
7269
8281
  /**
7270
8282
  * If `true`, a backdrop will be displayed behind the modal. This property controls whether or not the backdrop darkens the screen when the modal is presented. It does not control whether or not the backdrop is active or present in the DOM.
7271
8283
  * @default true
7272
8284
  */
7273
8285
  "showBackdrop"?: boolean;
8286
+ /**
8287
+ * The theme determines the visual appearance of the component.
8288
+ */
8289
+ "theme"?: "ios" | "md" | "ionic";
7274
8290
  /**
7275
8291
  * An ID corresponding to the trigger element that causes the modal to open when clicked.
7276
8292
  */
@@ -7283,9 +8299,13 @@ declare namespace LocalJSX {
7283
8299
  */
7284
8300
  "animated"?: boolean;
7285
8301
  /**
7286
- * By default `ion-nav` animates transition between pages based in the mode (ios or material design). However, this property allows to create custom transition using `AnimationBuilder` functions.
8302
+ * By default `ion-nav` animates transition between pages based on the mode ("ios" or "md"). However, this property allows to create custom transition using `AnimationBuilder` functions.
7287
8303
  */
7288
8304
  "animation"?: AnimationBuilder;
8305
+ /**
8306
+ * The mode determines the platform behaviors of the component.
8307
+ */
8308
+ "mode"?: "ios" | "md";
7289
8309
  /**
7290
8310
  * Event fired when the nav has changed components
7291
8311
  */
@@ -7306,6 +8326,10 @@ declare namespace LocalJSX {
7306
8326
  * If the nav component should allow for swipe-to-go-back.
7307
8327
  */
7308
8328
  "swipeGesture"?: boolean;
8329
+ /**
8330
+ * The theme determines the visual appearance of the component.
8331
+ */
8332
+ "theme"?: "ios" | "md" | "ionic";
7309
8333
  }
7310
8334
  interface IonNavLink {
7311
8335
  /**
@@ -7316,6 +8340,10 @@ declare namespace LocalJSX {
7316
8340
  * Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
7317
8341
  */
7318
8342
  "componentProps"?: ComponentProps;
8343
+ /**
8344
+ * The mode determines the platform behaviors of the component.
8345
+ */
8346
+ "mode"?: "ios" | "md";
7319
8347
  /**
7320
8348
  * The transition animation when navigating to another page.
7321
8349
  */
@@ -7325,6 +8353,10 @@ declare namespace LocalJSX {
7325
8353
  * @default 'forward'
7326
8354
  */
7327
8355
  "routerDirection"?: RouterDirection;
8356
+ /**
8357
+ * The theme determines the visual appearance of the component.
8358
+ */
8359
+ "theme"?: "ios" | "md" | "ionic";
7328
8360
  }
7329
8361
  interface IonNote {
7330
8362
  /**
@@ -7332,15 +8364,23 @@ declare namespace LocalJSX {
7332
8364
  */
7333
8365
  "color"?: Color;
7334
8366
  /**
7335
- * The mode determines which platform styles to use.
8367
+ * The mode determines the platform behaviors of the component.
7336
8368
  */
7337
8369
  "mode"?: "ios" | "md";
8370
+ /**
8371
+ * The theme determines the visual appearance of the component.
8372
+ */
8373
+ "theme"?: "ios" | "md" | "ionic";
7338
8374
  }
7339
8375
  interface IonPicker {
7340
8376
  /**
7341
- * The mode determines which platform styles to use.
8377
+ * The mode determines the platform behaviors of the component.
7342
8378
  */
7343
8379
  "mode"?: "ios" | "md";
8380
+ /**
8381
+ * The theme determines the visual appearance of the component.
8382
+ */
8383
+ "theme"?: "ios" | "md" | "ionic";
7344
8384
  }
7345
8385
  interface IonPickerColumn {
7346
8386
  /**
@@ -7354,13 +8394,17 @@ declare namespace LocalJSX {
7354
8394
  */
7355
8395
  "disabled"?: boolean;
7356
8396
  /**
7357
- * The mode determines which platform styles to use.
8397
+ * The mode determines the platform behaviors of the component.
7358
8398
  */
7359
8399
  "mode"?: "ios" | "md";
7360
8400
  /**
7361
8401
  * Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
7362
8402
  */
7363
8403
  "onIonChange"?: (event: IonPickerColumnCustomEvent<PickerColumnChangeEventDetail>) => void;
8404
+ /**
8405
+ * The theme determines the visual appearance of the component.
8406
+ */
8407
+ "theme"?: "ios" | "md" | "ionic";
7364
8408
  /**
7365
8409
  * The selected option in the picker.
7366
8410
  */
@@ -7377,6 +8421,14 @@ declare namespace LocalJSX {
7377
8421
  * @default false
7378
8422
  */
7379
8423
  "disabled"?: boolean;
8424
+ /**
8425
+ * The mode determines the platform behaviors of the component.
8426
+ */
8427
+ "mode"?: "ios" | "md";
8428
+ /**
8429
+ * The theme determines the visual appearance of the component.
8430
+ */
8431
+ "theme"?: "ios" | "md" | "ionic";
7380
8432
  /**
7381
8433
  * The text value of the option.
7382
8434
  */
@@ -7435,7 +8487,7 @@ declare namespace LocalJSX {
7435
8487
  */
7436
8488
  "leaveAnimation"?: AnimationBuilder;
7437
8489
  /**
7438
- * The mode determines which platform styles to use.
8490
+ * The mode determines the platform behaviors of the component.
7439
8491
  */
7440
8492
  "mode"?: "ios" | "md";
7441
8493
  /**
@@ -7475,6 +8527,10 @@ declare namespace LocalJSX {
7475
8527
  * @default true
7476
8528
  */
7477
8529
  "showBackdrop"?: boolean;
8530
+ /**
8531
+ * The theme determines the visual appearance of the component.
8532
+ */
8533
+ "theme"?: "ios" | "md" | "ionic";
7478
8534
  /**
7479
8535
  * An ID corresponding to the trigger element that causes the picker to open when clicked.
7480
8536
  */
@@ -7488,7 +8544,7 @@ declare namespace LocalJSX {
7488
8544
  }
7489
8545
  interface IonPopover {
7490
8546
  /**
7491
- * Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios` mode, and `"start"` for `md` mode.
8547
+ * Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `"ios"` theme, and `"start"` for `"md"` theme.
7492
8548
  */
7493
8549
  "alignment"?: PositionAlign;
7494
8550
  /**
@@ -7497,7 +8553,7 @@ declare namespace LocalJSX {
7497
8553
  */
7498
8554
  "animated"?: boolean;
7499
8555
  /**
7500
- * If `true`, the popover will display an arrow that points at the `reference` when running in `ios` mode. Does not apply in `md` mode.
8556
+ * If `true`, the popover will display an arrow that points at the `reference` on `"ios"` theme.
7501
8557
  * @default true
7502
8558
  */
7503
8559
  "arrow"?: boolean;
@@ -7556,7 +8612,7 @@ declare namespace LocalJSX {
7556
8612
  */
7557
8613
  "leaveAnimation"?: AnimationBuilder;
7558
8614
  /**
7559
- * The mode determines which platform styles to use.
8615
+ * The mode determines the platform behaviors of the component.
7560
8616
  */
7561
8617
  "mode"?: "ios" | "md";
7562
8618
  /**
@@ -7612,7 +8668,11 @@ declare namespace LocalJSX {
7612
8668
  */
7613
8669
  "size"?: PopoverSize;
7614
8670
  /**
7615
- * If `true`, the popover will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
8671
+ * The theme determines the visual appearance of the component.
8672
+ */
8673
+ "theme"?: "ios" | "md" | "ionic";
8674
+ /**
8675
+ * If `true`, the popover will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
7616
8676
  * @default false
7617
8677
  */
7618
8678
  "translucent"?: boolean;
@@ -7637,7 +8697,7 @@ declare namespace LocalJSX {
7637
8697
  */
7638
8698
  "color"?: Color;
7639
8699
  /**
7640
- * The mode determines which platform styles to use.
8700
+ * The mode determines the platform behaviors of the component.
7641
8701
  */
7642
8702
  "mode"?: "ios" | "md";
7643
8703
  /**
@@ -7645,6 +8705,14 @@ declare namespace LocalJSX {
7645
8705
  * @default false
7646
8706
  */
7647
8707
  "reversed"?: boolean;
8708
+ /**
8709
+ * Set to `"round"` for a progress bar with rounded corners, or `"rectangular"` for a progress bar without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
8710
+ */
8711
+ "shape"?: 'round' | 'rectangular';
8712
+ /**
8713
+ * The theme determines the visual appearance of the component.
8714
+ */
8715
+ "theme"?: "ios" | "md" | "ionic";
7648
8716
  /**
7649
8717
  * The state of the progress bar, based on if the time the process takes is known or not. Default options are: `"determinate"` (no animation), `"indeterminate"` (animate from left to right).
7650
8718
  * @default 'determinate'
@@ -7680,7 +8748,7 @@ declare namespace LocalJSX {
7680
8748
  */
7681
8749
  "labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
7682
8750
  /**
7683
- * The mode determines which platform styles to use.
8751
+ * The mode determines the platform behaviors of the component.
7684
8752
  */
7685
8753
  "mode"?: "ios" | "md";
7686
8754
  /**
@@ -7696,6 +8764,10 @@ declare namespace LocalJSX {
7696
8764
  * Emitted when the radio button has focus.
7697
8765
  */
7698
8766
  "onIonFocus"?: (event: IonRadioCustomEvent<void>) => void;
8767
+ /**
8768
+ * The theme determines the visual appearance of the component.
8769
+ */
8770
+ "theme"?: "ios" | "md" | "ionic";
7699
8771
  /**
7700
8772
  * the value of the radio.
7701
8773
  */
@@ -7719,6 +8791,10 @@ declare namespace LocalJSX {
7719
8791
  * The helper text to display at the top of the radio group.
7720
8792
  */
7721
8793
  "helperText"?: string;
8794
+ /**
8795
+ * The mode determines the platform behaviors of the component.
8796
+ */
8797
+ "mode"?: "ios" | "md";
7722
8798
  /**
7723
8799
  * The name of the control, which is submitted with the form data.
7724
8800
  * @default this.inputId
@@ -7728,6 +8804,10 @@ declare namespace LocalJSX {
7728
8804
  * Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
7729
8805
  */
7730
8806
  "onIonChange"?: (event: IonRadioGroupCustomEvent<RadioGroupChangeEventDetail>) => void;
8807
+ /**
8808
+ * The theme determines the visual appearance of the component.
8809
+ */
8810
+ "theme"?: "ios" | "md" | "ionic";
7731
8811
  /**
7732
8812
  * the value of the radio group.
7733
8813
  */
@@ -7776,7 +8856,7 @@ declare namespace LocalJSX {
7776
8856
  */
7777
8857
  "min"?: number;
7778
8858
  /**
7779
- * The mode determines which platform styles to use.
8859
+ * The mode determines the platform behaviors of the component.
7780
8860
  */
7781
8861
  "mode"?: "ios" | "md";
7782
8862
  /**
@@ -7828,6 +8908,10 @@ declare namespace LocalJSX {
7828
8908
  * @default 1
7829
8909
  */
7830
8910
  "step"?: number;
8911
+ /**
8912
+ * The theme determines the visual appearance of the component.
8913
+ */
8914
+ "theme"?: "ios" | "md" | "ionic";
7831
8915
  /**
7832
8916
  * If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
7833
8917
  * @default true
@@ -7851,7 +8935,7 @@ declare namespace LocalJSX {
7851
8935
  */
7852
8936
  "disabled"?: boolean;
7853
8937
  /**
7854
- * The mode determines which platform styles to use.
8938
+ * The mode determines the platform behaviors of the component.
7855
8939
  */
7856
8940
  "mode"?: "ios" | "md";
7857
8941
  /**
@@ -7886,8 +8970,16 @@ declare namespace LocalJSX {
7886
8970
  * @default '280ms'
7887
8971
  */
7888
8972
  "snapbackDuration"?: string;
8973
+ /**
8974
+ * The theme determines the visual appearance of the component.
8975
+ */
8976
+ "theme"?: "ios" | "md" | "ionic";
7889
8977
  }
7890
8978
  interface IonRefresherContent {
8979
+ /**
8980
+ * The mode determines the platform behaviors of the component.
8981
+ */
8982
+ "mode"?: "ios" | "md";
7891
8983
  /**
7892
8984
  * A static icon or a spinner to display when you begin to pull down. A spinner name can be provided to gradually show tick marks when pulling down on iOS devices.
7893
8985
  */
@@ -7904,8 +8996,20 @@ declare namespace LocalJSX {
7904
8996
  * The text you want to display when performing a refresh. `refreshingText` can accept either plaintext or HTML as a string. To display characters normally reserved for HTML, they must be escaped. For example `<Ionic>` would become `&lt;Ionic&gt;` For more information: [Security Documentation](https://ionicframework.com/docs/faq/security) Content is parsed as plaintext by default. `innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config before custom HTML can be used.
7905
8997
  */
7906
8998
  "refreshingText"?: string | IonicSafeString;
8999
+ /**
9000
+ * The theme determines the visual appearance of the component.
9001
+ */
9002
+ "theme"?: "ios" | "md" | "ionic";
7907
9003
  }
7908
9004
  interface IonReorder {
9005
+ /**
9006
+ * The mode determines the platform behaviors of the component.
9007
+ */
9008
+ "mode"?: "ios" | "md";
9009
+ /**
9010
+ * The theme determines the visual appearance of the component.
9011
+ */
9012
+ "theme"?: "ios" | "md" | "ionic";
7909
9013
  }
7910
9014
  interface IonReorderGroup {
7911
9015
  /**
@@ -7913,12 +9017,28 @@ declare namespace LocalJSX {
7913
9017
  * @default true
7914
9018
  */
7915
9019
  "disabled"?: boolean;
9020
+ /**
9021
+ * The mode determines the platform behaviors of the component.
9022
+ */
9023
+ "mode"?: "ios" | "md";
7916
9024
  /**
7917
9025
  * Event that needs to be listened to in order to complete the reorder action. Once the event has been emitted, the `complete()` method then needs to be called in order to finalize the reorder action.
7918
9026
  */
7919
9027
  "onIonItemReorder"?: (event: IonReorderGroupCustomEvent<ItemReorderEventDetail>) => void;
9028
+ /**
9029
+ * The theme determines the visual appearance of the component.
9030
+ */
9031
+ "theme"?: "ios" | "md" | "ionic";
7920
9032
  }
7921
9033
  interface IonRippleEffect {
9034
+ /**
9035
+ * The mode determines the platform behaviors of the component.
9036
+ */
9037
+ "mode"?: "ios" | "md";
9038
+ /**
9039
+ * The theme determines the visual appearance of the component.
9040
+ */
9041
+ "theme"?: "ios" | "md" | "ionic";
7922
9042
  /**
7923
9043
  * Sets the type of ripple-effect: - `bounded`: the ripple effect expands from the user's click position - `unbounded`: the ripple effect expands from the center of the button and overflows the container. NOTE: Surfaces for bounded ripples should have the overflow property set to hidden, while surfaces for unbounded ripples should have it set to visible.
7924
9044
  * @default 'bounded'
@@ -7942,10 +9062,18 @@ declare namespace LocalJSX {
7942
9062
  * A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
7943
9063
  */
7944
9064
  "componentProps"?: { [key: string]: any };
9065
+ /**
9066
+ * The mode determines the platform behaviors of the component.
9067
+ */
9068
+ "mode"?: "ios" | "md";
7945
9069
  /**
7946
9070
  * Used internally by `ion-router` to know when this route did change.
7947
9071
  */
7948
9072
  "onIonRouteDataChanged"?: (event: IonRouteCustomEvent<any>) => void;
9073
+ /**
9074
+ * The theme determines the visual appearance of the component.
9075
+ */
9076
+ "theme"?: "ios" | "md" | "ionic";
7949
9077
  /**
7950
9078
  * Relative path that needs to match in order for this route to apply. Accepts paths similar to expressjs so that you can define parameters in the url /foo/:bar where bar would be available in incoming props.
7951
9079
  * @default ''
@@ -7967,6 +9095,10 @@ declare namespace LocalJSX {
7967
9095
  "to": string | undefined | null;
7968
9096
  }
7969
9097
  interface IonRouter {
9098
+ /**
9099
+ * The mode determines the platform behaviors of the component.
9100
+ */
9101
+ "mode"?: "ios" | "md";
7970
9102
  /**
7971
9103
  * Emitted when the route had changed
7972
9104
  */
@@ -7980,6 +9112,10 @@ declare namespace LocalJSX {
7980
9112
  * @default '/'
7981
9113
  */
7982
9114
  "root"?: string;
9115
+ /**
9116
+ * The theme determines the visual appearance of the component.
9117
+ */
9118
+ "theme"?: "ios" | "md" | "ionic";
7983
9119
  /**
7984
9120
  * The router can work in two "modes": - With hash: `/index.html#/path/to/page` - Without hash: `/path/to/page` Using one or another might depend in the requirements of your app and/or where it's deployed. Usually "hash-less" navigation works better for SEO and it's more user friendly too, but it might requires additional server-side configuration in order to properly work. On the other side hash-navigation is much easier to deploy, it even works over the file protocol. By default, this property is `true`, change to `false` to allow hash-less URLs.
7985
9121
  * @default true
@@ -7995,6 +9131,10 @@ declare namespace LocalJSX {
7995
9131
  * Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
7996
9132
  */
7997
9133
  "href"?: string | undefined;
9134
+ /**
9135
+ * The mode determines the platform behaviors of the component.
9136
+ */
9137
+ "mode"?: "ios" | "md";
7998
9138
  /**
7999
9139
  * Specifies the relationship of the target object to the link object. The value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types).
8000
9140
  */
@@ -8012,6 +9152,10 @@ declare namespace LocalJSX {
8012
9152
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
8013
9153
  */
8014
9154
  "target"?: string | undefined;
9155
+ /**
9156
+ * The theme determines the visual appearance of the component.
9157
+ */
9158
+ "theme"?: "ios" | "md" | "ionic";
8015
9159
  }
8016
9160
  interface IonRouterOutlet {
8017
9161
  /**
@@ -8024,12 +9168,24 @@ declare namespace LocalJSX {
8024
9168
  */
8025
9169
  "animation"?: AnimationBuilder;
8026
9170
  /**
8027
- * The mode determines which platform styles to use.
9171
+ * The mode determines the platform behaviors of the component.
8028
9172
  * @default getIonMode(this)
8029
9173
  */
8030
9174
  "mode"?: "ios" | "md";
9175
+ /**
9176
+ * The theme determines the visual appearance of the component.
9177
+ */
9178
+ "theme"?: "ios" | "md" | "ionic";
8031
9179
  }
8032
9180
  interface IonRow {
9181
+ /**
9182
+ * The mode determines the platform behaviors of the component.
9183
+ */
9184
+ "mode"?: "ios" | "md";
9185
+ /**
9186
+ * The theme determines the visual appearance of the component.
9187
+ */
9188
+ "theme"?: "ios" | "md" | "ionic";
8033
9189
  }
8034
9190
  interface IonSearchbar {
8035
9191
  /**
@@ -8053,17 +9209,16 @@ declare namespace LocalJSX {
8053
9209
  */
8054
9210
  "autocorrect"?: 'on' | 'off';
8055
9211
  /**
8056
- * Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
8057
- * @default config.get('backButtonIcon', arrowBackSharp) as string
9212
+ * Set the cancel button icon. Only available when the theme is `"md"`. Defaults to `"arrow-back-sharp"`.
8058
9213
  */
8059
9214
  "cancelButtonIcon"?: string;
8060
9215
  /**
8061
- * Set the cancel button text. Only applies to `ios` mode.
9216
+ * Set the cancel button text. Only available when the theme is `"ios"`.
8062
9217
  * @default 'Cancel'
8063
9218
  */
8064
9219
  "cancelButtonText"?: string;
8065
9220
  /**
8066
- * Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.
9221
+ * Set the clear icon. Defaults to `"close-circle"` for `"ios"` theme and `"close-sharp"` for `"md"` and `"ionic"` theme.
8067
9222
  */
8068
9223
  "clearIcon"?: string;
8069
9224
  /**
@@ -8096,7 +9251,7 @@ declare namespace LocalJSX {
8096
9251
  */
8097
9252
  "minlength"?: number;
8098
9253
  /**
8099
- * The mode determines which platform styles to use.
9254
+ * The mode determines the platform behaviors of the component.
8100
9255
  */
8101
9256
  "mode"?: "ios" | "md";
8102
9257
  /**
@@ -8134,9 +9289,13 @@ declare namespace LocalJSX {
8134
9289
  */
8135
9290
  "placeholder"?: string;
8136
9291
  /**
8137
- * The icon to use as the search icon. Defaults to `search-outline` in `ios` mode and `search-sharp` in `md` mode.
9292
+ * The icon to use as the search icon. Defaults to `"search-outline"` in the `"ios"` theme and `"search-sharp"` in the `"md"` and `"ionic"` themes. If `false`, no search icon will be displayed.
9293
+ */
9294
+ "searchIcon"?: string | boolean;
9295
+ /**
9296
+ * Set to `"soft"` for a searchbar with slightly rounded corners, `"round"` for a searchbar with fully rounded corners, or `"rectangular"` for a searchbar without rounded corners. Defaults to `"round"` for the ionic theme, and `undefined` for all other themes.
8138
9297
  */
8139
- "searchIcon"?: string;
9298
+ "shape"?: 'soft' | 'round' | 'rectangular';
8140
9299
  /**
8141
9300
  * Sets the behavior for the cancel button. Defaults to `"never"`. Setting to `"focus"` shows the cancel button on focus. Setting to `"never"` hides the cancel button. Setting to `"always"` shows the cancel button regardless of focus state.
8142
9301
  * @default 'never'
@@ -8147,11 +9306,19 @@ declare namespace LocalJSX {
8147
9306
  * @default 'always'
8148
9307
  */
8149
9308
  "showClearButton"?: 'never' | 'focus' | 'always';
9309
+ /**
9310
+ * Set to `"large"` for a searchbar with an increase in height, while "small" and "medium" provide progressively smaller heights. Defaults to `"medium"` for the ionic theme, and `undefined` for all other themes.
9311
+ */
9312
+ "size"?: 'small' | 'medium' | 'large';
8150
9313
  /**
8151
9314
  * If `true`, enable spellcheck on the input.
8152
9315
  * @default false
8153
9316
  */
8154
9317
  "spellcheck"?: boolean;
9318
+ /**
9319
+ * The theme determines the visual appearance of the component.
9320
+ */
9321
+ "theme"?: "ios" | "md" | "ionic";
8155
9322
  /**
8156
9323
  * Set the type of the input.
8157
9324
  * @default 'search'
@@ -8174,7 +9341,7 @@ declare namespace LocalJSX {
8174
9341
  */
8175
9342
  "disabled"?: boolean;
8176
9343
  /**
8177
- * The mode determines which platform styles to use.
9344
+ * The mode determines the platform behaviors of the component.
8178
9345
  */
8179
9346
  "mode"?: "ios" | "md";
8180
9347
  /**
@@ -8196,6 +9363,10 @@ declare namespace LocalJSX {
8196
9363
  * @default true
8197
9364
  */
8198
9365
  "swipeGesture"?: boolean;
9366
+ /**
9367
+ * The theme determines the visual appearance of the component.
9368
+ */
9369
+ "theme"?: "ios" | "md" | "ionic";
8199
9370
  /**
8200
9371
  * the value of the segment.
8201
9372
  */
@@ -8217,9 +9388,13 @@ declare namespace LocalJSX {
8217
9388
  */
8218
9389
  "layout"?: SegmentButtonLayout;
8219
9390
  /**
8220
- * The mode determines which platform styles to use.
9391
+ * The mode determines the platform behaviors of the component.
8221
9392
  */
8222
9393
  "mode"?: "ios" | "md";
9394
+ /**
9395
+ * The theme determines the visual appearance of the component.
9396
+ */
9397
+ "theme"?: "ios" | "md" | "ionic";
8223
9398
  /**
8224
9399
  * The type of the button.
8225
9400
  * @default 'button'
@@ -8268,11 +9443,11 @@ declare namespace LocalJSX {
8268
9443
  */
8269
9444
  "errorText"?: string;
8270
9445
  /**
8271
- * The toggle icon to show when the select is open. If defined, the icon rotation behavior in `md` mode will be disabled. If undefined, `toggleIcon` will be used for when the select is both open and closed.
9446
+ * The toggle icon to show when the select is open. If defined, the icon rotation behavior in `"md"` theme will be disabled. If undefined, `toggleIcon` will be used for when the select is both open and closed.
8272
9447
  */
8273
9448
  "expandedIcon"?: string;
8274
9449
  /**
8275
- * The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available in `md` mode.
9450
+ * The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available in the `"md"` theme.
8276
9451
  */
8277
9452
  "fill"?: 'outline' | 'solid';
8278
9453
  /**
@@ -8303,7 +9478,7 @@ declare namespace LocalJSX {
8303
9478
  */
8304
9479
  "labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
8305
9480
  /**
8306
- * The mode determines which platform styles to use.
9481
+ * The mode determines the platform behaviors of the component.
8307
9482
  */
8308
9483
  "mode"?: "ios" | "md";
8309
9484
  /**
@@ -8355,11 +9530,19 @@ declare namespace LocalJSX {
8355
9530
  */
8356
9531
  "selectedText"?: string | null;
8357
9532
  /**
8358
- * The shape of the select. If "round" it will have an increased border radius.
9533
+ * Set to `"soft"` for a select with slightly rounded corners, `"round"` for a select with fully rounded corners, or `"rectangular"` for a select without rounded corners. Defaults to `"round"` for the `"ionic"` theme, undefined for all other themes.
9534
+ */
9535
+ "shape"?: 'soft' | 'round' | 'rectangular';
9536
+ /**
9537
+ * The size of the select. If "large" it will increase the height of the select, while "small" and "medium" provide progressively smaller heights. Defaults to `"medium"` for the ionic theme, and undefined for all other themes.
9538
+ */
9539
+ "size"?: 'small' | 'medium' | 'large';
9540
+ /**
9541
+ * The theme determines the visual appearance of the component.
8359
9542
  */
8360
- "shape"?: 'round';
9543
+ "theme"?: "ios" | "md" | "ionic";
8361
9544
  /**
8362
- * The toggle icon to use. Defaults to `chevronExpand` for `ios` mode, or `caretDownSharp` for `md` mode.
9545
+ * The toggle icon to use. Defaults to `"chevronExpand"` for the `"ios"` theme, or `"caretDownSharp"` for the `"md"` and `"ionic"` themes.
8363
9546
  */
8364
9547
  "toggleIcon"?: string;
8365
9548
  /**
@@ -8381,6 +9564,14 @@ declare namespace LocalJSX {
8381
9564
  * @default false
8382
9565
  */
8383
9566
  "disabled"?: boolean;
9567
+ /**
9568
+ * The mode determines the platform behaviors of the component.
9569
+ */
9570
+ "mode"?: "ios" | "md";
9571
+ /**
9572
+ * The theme determines the visual appearance of the component.
9573
+ */
9574
+ "theme"?: "ios" | "md" | "ionic";
8384
9575
  /**
8385
9576
  * The text value of the option.
8386
9577
  */
@@ -8395,6 +9586,10 @@ declare namespace LocalJSX {
8395
9586
  * The text content of the popover body
8396
9587
  */
8397
9588
  "message"?: string;
9589
+ /**
9590
+ * The mode determines the platform behaviors of the component.
9591
+ */
9592
+ "mode"?: "ios" | "md";
8398
9593
  /**
8399
9594
  * If true, the select accepts multiple values
8400
9595
  */
@@ -8408,6 +9603,10 @@ declare namespace LocalJSX {
8408
9603
  * The subheader text of the popover
8409
9604
  */
8410
9605
  "subHeader"?: string;
9606
+ /**
9607
+ * The theme determines the visual appearance of the component.
9608
+ */
9609
+ "theme"?: "ios" | "md" | "ionic";
8411
9610
  }
8412
9611
  interface IonSkeletonText {
8413
9612
  /**
@@ -8415,6 +9614,14 @@ declare namespace LocalJSX {
8415
9614
  * @default false
8416
9615
  */
8417
9616
  "animated"?: boolean;
9617
+ /**
9618
+ * The mode determines the platform behaviors of the component.
9619
+ */
9620
+ "mode"?: "ios" | "md";
9621
+ /**
9622
+ * The theme determines the visual appearance of the component.
9623
+ */
9624
+ "theme"?: "ios" | "md" | "ionic";
8418
9625
  }
8419
9626
  interface IonSpinner {
8420
9627
  /**
@@ -8425,6 +9632,10 @@ declare namespace LocalJSX {
8425
9632
  * Duration of the spinner animation in milliseconds. The default varies based on the spinner.
8426
9633
  */
8427
9634
  "duration"?: number;
9635
+ /**
9636
+ * The mode determines the platform behaviors of the component.
9637
+ */
9638
+ "mode"?: "ios" | "md";
8428
9639
  /**
8429
9640
  * The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
8430
9641
  */
@@ -8434,6 +9645,14 @@ declare namespace LocalJSX {
8434
9645
  * @default false
8435
9646
  */
8436
9647
  "paused"?: boolean;
9648
+ /**
9649
+ * Set to `"xsmall"` for the smallest size. Set to `"small"` for a smaller size. Set to `"medium"` for a medium size. Set to `"large"` for a large size. Set to `"xlarge"` for the largest size. Defaults to `"xsmall"` for the `ionic` theme, undefined for all other themes.
9650
+ */
9651
+ "size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
9652
+ /**
9653
+ * The theme determines the visual appearance of the component.
9654
+ */
9655
+ "theme"?: "ios" | "md" | "ionic";
8437
9656
  }
8438
9657
  interface IonSplitPane {
8439
9658
  /**
@@ -8445,10 +9664,18 @@ declare namespace LocalJSX {
8445
9664
  * @default false
8446
9665
  */
8447
9666
  "disabled"?: boolean;
9667
+ /**
9668
+ * The mode determines the platform behaviors of the component.
9669
+ */
9670
+ "mode"?: "ios" | "md";
8448
9671
  /**
8449
9672
  * Expression to be called when the split-pane visibility has changed
8450
9673
  */
8451
9674
  "onIonSplitPaneVisible"?: (event: IonSplitPaneCustomEvent<{ visible: boolean }>) => void;
9675
+ /**
9676
+ * The theme determines the visual appearance of the component.
9677
+ */
9678
+ "theme"?: "ios" | "md" | "ionic";
8452
9679
  /**
8453
9680
  * When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
8454
9681
  * @default QUERY['lg']
@@ -8460,10 +9687,18 @@ declare namespace LocalJSX {
8460
9687
  * The component to display inside of the tab.
8461
9688
  */
8462
9689
  "component"?: ComponentRef;
9690
+ /**
9691
+ * The mode determines the platform behaviors of the component.
9692
+ */
9693
+ "mode"?: "ios" | "md";
8463
9694
  /**
8464
9695
  * A tab id must be provided for each `ion-tab`. It's used internally to reference the selected tab or by the router to switch between them.
8465
9696
  */
8466
9697
  "tab": string;
9698
+ /**
9699
+ * The theme determines the visual appearance of the component.
9700
+ */
9701
+ "theme"?: "ios" | "md" | "ionic";
8467
9702
  }
8468
9703
  interface IonTabBar {
8469
9704
  /**
@@ -8471,7 +9706,12 @@ declare namespace LocalJSX {
8471
9706
  */
8472
9707
  "color"?: Color;
8473
9708
  /**
8474
- * The mode determines which platform styles to use.
9709
+ * Set to `"compact"` to display a width based on the items inside the tab bar. This value will only work for the `ionic` theme. Set to `"full"` to display a full width tab bar. Defaults to `"full"`.
9710
+ * @default 'full'
9711
+ */
9712
+ "expand"?: 'compact' | 'full';
9713
+ /**
9714
+ * The mode determines the platform behaviors of the component.
8475
9715
  */
8476
9716
  "mode"?: "ios" | "md";
8477
9717
  /**
@@ -8479,7 +9719,15 @@ declare namespace LocalJSX {
8479
9719
  */
8480
9720
  "selectedTab"?: string;
8481
9721
  /**
8482
- * If `true`, the tab bar will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
9722
+ * Set to `"soft"` for a tab bar with slightly rounded corners, `"round"` for a tab bar with fully rounded corners, or `"rectangular"` for a tab bar without rounded corners. Defaults to `"round"` for the `"ionic"` theme, undefined for all other themes.
9723
+ */
9724
+ "shape"?: 'soft' | 'round' | 'rectangular';
9725
+ /**
9726
+ * The theme determines the visual appearance of the component.
9727
+ */
9728
+ "theme"?: "ios" | "md" | "ionic";
9729
+ /**
9730
+ * If `true`, the tab bar will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
8483
9731
  * @default false
8484
9732
  */
8485
9733
  "translucent"?: boolean;
@@ -8503,7 +9751,7 @@ declare namespace LocalJSX {
8503
9751
  */
8504
9752
  "layout"?: TabButtonLayout;
8505
9753
  /**
8506
- * The mode determines which platform styles to use.
9754
+ * The mode determines the platform behaviors of the component.
8507
9755
  */
8508
9756
  "mode"?: "ios" | "md";
8509
9757
  /**
@@ -8515,6 +9763,10 @@ declare namespace LocalJSX {
8515
9763
  * @default false
8516
9764
  */
8517
9765
  "selected"?: boolean;
9766
+ /**
9767
+ * Set to `"soft"` for a tab-button with slightly rounded corners, `"round"` for a tab-button with fully rounded corners, or `"rectangular"` for a tab-button without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
9768
+ */
9769
+ "shape"?: 'soft' | 'round' | 'rectangular';
8518
9770
  /**
8519
9771
  * A tab id must be provided for each `ion-tab`. It's used internally to reference the selected tab or by the router to switch between them.
8520
9772
  */
@@ -8523,8 +9775,16 @@ declare namespace LocalJSX {
8523
9775
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
8524
9776
  */
8525
9777
  "target"?: string | undefined;
9778
+ /**
9779
+ * The theme determines the visual appearance of the component.
9780
+ */
9781
+ "theme"?: "ios" | "md" | "ionic";
8526
9782
  }
8527
9783
  interface IonTabs {
9784
+ /**
9785
+ * The mode determines the platform behaviors of the component.
9786
+ */
9787
+ "mode"?: "ios" | "md";
8528
9788
  /**
8529
9789
  * Emitted when the navigation has finished transitioning to a new component.
8530
9790
  */
@@ -8533,6 +9793,10 @@ declare namespace LocalJSX {
8533
9793
  * Emitted when the navigation is about to transition to a new component.
8534
9794
  */
8535
9795
  "onIonTabsWillChange"?: (event: IonTabsCustomEvent<{ tab: string }>) => void;
9796
+ /**
9797
+ * The theme determines the visual appearance of the component.
9798
+ */
9799
+ "theme"?: "ios" | "md" | "ionic";
8536
9800
  }
8537
9801
  interface IonText {
8538
9802
  /**
@@ -8540,9 +9804,13 @@ declare namespace LocalJSX {
8540
9804
  */
8541
9805
  "color"?: Color;
8542
9806
  /**
8543
- * The mode determines which platform styles to use.
9807
+ * The mode determines the platform behaviors of the component.
8544
9808
  */
8545
9809
  "mode"?: "ios" | "md";
9810
+ /**
9811
+ * The theme determines the visual appearance of the component.
9812
+ */
9813
+ "theme"?: "ios" | "md" | "ionic";
8546
9814
  }
8547
9815
  interface IonTextarea {
8548
9816
  /**
@@ -8600,7 +9868,7 @@ declare namespace LocalJSX {
8600
9868
  */
8601
9869
  "errorText"?: string;
8602
9870
  /**
8603
- * The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available in `md` mode.
9871
+ * The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available when the theme is `"md"`.
8604
9872
  */
8605
9873
  "fill"?: 'outline' | 'solid';
8606
9874
  /**
@@ -8629,7 +9897,7 @@ declare namespace LocalJSX {
8629
9897
  */
8630
9898
  "minlength"?: number;
8631
9899
  /**
8632
- * The mode determines which platform styles to use.
9900
+ * The mode determines the platform behaviors of the component.
8633
9901
  */
8634
9902
  "mode"?: "ios" | "md";
8635
9903
  /**
@@ -8672,14 +9940,23 @@ declare namespace LocalJSX {
8672
9940
  */
8673
9941
  "rows"?: number;
8674
9942
  /**
8675
- * The shape of the textarea. If "round" it will have an increased border radius.
9943
+ * Set to `"soft"` for a textarea with slightly rounded corners, `"round"` for a textarea with fully rounded corners, or `"rectangular"` for a textarea without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
9944
+ */
9945
+ "shape"?: 'soft' | 'round' | 'rectangular';
9946
+ /**
9947
+ * The size of the textarea. If "large" it will increase the height of the textarea, while "small" and "medium" provide progressively smaller heights. The default size is "medium". This property only applies to the `"ionic"` theme.
9948
+ * @default 'medium'
8676
9949
  */
8677
- "shape"?: 'round';
9950
+ "size"?: 'small' | 'medium' | 'large';
8678
9951
  /**
8679
9952
  * If `true`, the element will have its spelling and grammar checked.
8680
9953
  * @default false
8681
9954
  */
8682
9955
  "spellcheck"?: boolean;
9956
+ /**
9957
+ * The theme determines the visual appearance of the component.
9958
+ */
9959
+ "theme"?: "ios" | "md" | "ionic";
8683
9960
  /**
8684
9961
  * The value of the textarea.
8685
9962
  * @default ''
@@ -8691,16 +9968,32 @@ declare namespace LocalJSX {
8691
9968
  "wrap"?: 'hard' | 'soft' | 'off';
8692
9969
  }
8693
9970
  interface IonThumbnail {
9971
+ /**
9972
+ * The mode determines the platform behaviors of the component.
9973
+ */
9974
+ "mode"?: "ios" | "md";
9975
+ /**
9976
+ * The theme determines the visual appearance of the component.
9977
+ */
9978
+ "theme"?: "ios" | "md" | "ionic";
8694
9979
  }
8695
9980
  interface IonTitle {
8696
9981
  /**
8697
9982
  * The color to use from your application's color palette. Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`. For more information on colors, see [theming](/docs/theming/basics).
8698
9983
  */
8699
9984
  "color"?: Color;
9985
+ /**
9986
+ * The mode determines the platform behaviors of the component.
9987
+ */
9988
+ "mode"?: "ios" | "md";
8700
9989
  /**
8701
9990
  * The size of the toolbar title.
8702
9991
  */
8703
9992
  "size"?: 'large' | 'small';
9993
+ /**
9994
+ * The theme determines the visual appearance of the component.
9995
+ */
9996
+ "theme"?: "ios" | "md" | "ionic";
8704
9997
  }
8705
9998
  interface IonToast {
8706
9999
  /**
@@ -8737,6 +10030,11 @@ declare namespace LocalJSX {
8737
10030
  * Additional attributes to pass to the toast.
8738
10031
  */
8739
10032
  "htmlAttributes"?: { [key: string]: any };
10033
+ /**
10034
+ * Set to `"bold"` for a toast with vibrant, bold colors or to `"subtle"` for a toast with muted, subtle colors. Only applies to the `ionic` theme.
10035
+ * @default 'subtle'
10036
+ */
10037
+ "hue"?: 'bold' | 'subtle';
8740
10038
  /**
8741
10039
  * The name of the icon to display, or the path to a valid SVG file. See `ion-icon`. https://ionic.io/ionicons
8742
10040
  */
@@ -8765,7 +10063,7 @@ declare namespace LocalJSX {
8765
10063
  */
8766
10064
  "message"?: string | IonicSafeString;
8767
10065
  /**
8768
- * The mode determines which platform styles to use.
10066
+ * The mode determines the platform behaviors of the component.
8769
10067
  */
8770
10068
  "mode"?: "ios" | "md";
8771
10069
  /**
@@ -8809,12 +10107,20 @@ declare namespace LocalJSX {
8809
10107
  * The element to anchor the toast's position to. Can be set as a direct reference or the ID of the element. With `position="bottom"`, the toast will sit above the chosen element. With `position="top"`, the toast will sit below the chosen element. With `position="middle"`, the value of `positionAnchor` is ignored.
8810
10108
  */
8811
10109
  "positionAnchor"?: HTMLElement | string;
10110
+ /**
10111
+ * Set to `"soft"` for a toast with slightly rounded corners, `"round"` for a toast with fully rounded corners, or `"rectangular"` for a toast without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
10112
+ */
10113
+ "shape"?: 'soft' | 'round' | 'rectangular';
8812
10114
  /**
8813
10115
  * If set to 'vertical', the Toast can be dismissed with a swipe gesture. The swipe direction is determined by the value of the `position` property: `top`: The Toast can be swiped up to dismiss. `bottom`: The Toast can be swiped down to dismiss. `middle`: The Toast can be swiped up or down to dismiss.
8814
10116
  */
8815
10117
  "swipeGesture"?: ToastSwipeGestureDirection;
8816
10118
  /**
8817
- * If `true`, the toast will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
10119
+ * The theme determines the visual appearance of the component.
10120
+ */
10121
+ "theme"?: "ios" | "md" | "ionic";
10122
+ /**
10123
+ * If `true`, the toast will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
8818
10124
  * @default false
8819
10125
  */
8820
10126
  "translucent"?: boolean;
@@ -8865,7 +10171,7 @@ declare namespace LocalJSX {
8865
10171
  */
8866
10172
  "labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
8867
10173
  /**
8868
- * The mode determines which platform styles to use.
10174
+ * The mode determines the platform behaviors of the component.
8869
10175
  */
8870
10176
  "mode"?: "ios" | "md";
8871
10177
  /**
@@ -8890,6 +10196,10 @@ declare namespace LocalJSX {
8890
10196
  * @default false
8891
10197
  */
8892
10198
  "required"?: boolean;
10199
+ /**
10200
+ * The theme determines the visual appearance of the component.
10201
+ */
10202
+ "theme"?: "ios" | "md" | "ionic";
8893
10203
  /**
8894
10204
  * The value of the toggle does not mean if it's checked or not, use the `checked` property for that. The value of a toggle is analogous to the value of a `<input type="checkbox">`, it's only used when the toggle participates in a native `<form>`.
8895
10205
  * @default 'on'
@@ -8902,9 +10212,13 @@ declare namespace LocalJSX {
8902
10212
  */
8903
10213
  "color"?: Color;
8904
10214
  /**
8905
- * The mode determines which platform styles to use.
10215
+ * The mode determines the platform behaviors of the component.
8906
10216
  */
8907
10217
  "mode"?: "ios" | "md";
10218
+ /**
10219
+ * The theme determines the visual appearance of the component.
10220
+ */
10221
+ "theme"?: "ios" | "md" | "ionic";
8908
10222
  }
8909
10223
  interface IntrinsicElements {
8910
10224
  "ion-accordion": IonAccordion;
@@ -8931,6 +10245,7 @@ declare namespace LocalJSX {
8931
10245
  "ion-content": IonContent;
8932
10246
  "ion-datetime": IonDatetime;
8933
10247
  "ion-datetime-button": IonDatetimeButton;
10248
+ "ion-divider": IonDivider;
8934
10249
  "ion-fab": IonFab;
8935
10250
  "ion-fab-button": IonFabButton;
8936
10251
  "ion-fab-list": IonFabList;
@@ -9034,6 +10349,7 @@ declare module "@stencil/core" {
9034
10349
  "ion-content": LocalJSX.IonContent & JSXBase.HTMLAttributes<HTMLIonContentElement>;
9035
10350
  "ion-datetime": LocalJSX.IonDatetime & JSXBase.HTMLAttributes<HTMLIonDatetimeElement>;
9036
10351
  "ion-datetime-button": LocalJSX.IonDatetimeButton & JSXBase.HTMLAttributes<HTMLIonDatetimeButtonElement>;
10352
+ "ion-divider": LocalJSX.IonDivider & JSXBase.HTMLAttributes<HTMLIonDividerElement>;
9037
10353
  "ion-fab": LocalJSX.IonFab & JSXBase.HTMLAttributes<HTMLIonFabElement>;
9038
10354
  "ion-fab-button": LocalJSX.IonFabButton & JSXBase.HTMLAttributes<HTMLIonFabButtonElement>;
9039
10355
  "ion-fab-list": LocalJSX.IonFabList & JSXBase.HTMLAttributes<HTMLIonFabListElement>;