@ionic/core 8.7.12-dev.11764959751.15a91dbd → 8.7.12-dev.11765060985.14ad27fb

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 (935) hide show
  1. package/components/action-sheet.js +9 -13
  2. package/components/alert.js +11 -14
  3. package/components/animation.js +1 -1
  4. package/components/backdrop.js +6 -9
  5. package/components/button.js +10 -41
  6. package/components/buttons.js +8 -11
  7. package/components/capacitor.js +1 -1
  8. package/components/checkbox.js +12 -31
  9. package/components/content.js +12 -14
  10. package/components/data.js +5 -5
  11. package/components/focus-visible.js +1 -23
  12. package/components/framework-delegate.js +1 -3
  13. package/components/hardware-back-button.js +115 -0
  14. package/components/header.js +22 -34
  15. package/components/helpers.js +3 -42
  16. package/components/index5.js +8 -8
  17. package/components/index6.js +1 -1
  18. package/components/index7.js +150 -111
  19. package/components/index8.js +111 -150
  20. package/components/index9.js +7 -0
  21. package/components/input-shims.js +2 -2
  22. package/components/input.utils.js +1 -1
  23. package/components/ion-accordion-group.js +5 -23
  24. package/components/ion-accordion.js +21 -32
  25. package/components/ion-app.js +77 -12
  26. package/components/ion-avatar.js +5 -58
  27. package/components/ion-back-button.js +19 -27
  28. package/components/ion-badge.js +9 -73
  29. package/components/ion-breadcrumb.js +10 -43
  30. package/components/ion-breadcrumbs.js +5 -8
  31. package/components/ion-card-content.js +7 -10
  32. package/components/ion-card-header.js +6 -9
  33. package/components/ion-card-subtitle.js +5 -8
  34. package/components/ion-card-title.js +5 -8
  35. package/components/ion-card.js +9 -21
  36. package/components/ion-chip.js +8 -53
  37. package/components/ion-col.js +50 -51
  38. package/components/ion-datetime-button.js +5 -8
  39. package/components/ion-datetime.js +21 -98
  40. package/components/ion-fab-button.js +15 -31
  41. package/components/ion-fab-list.js +5 -5
  42. package/components/ion-fab.js +6 -6
  43. package/components/ion-footer.js +13 -18
  44. package/components/ion-grid.js +5 -5
  45. package/components/ion-img.js +2 -5
  46. package/components/ion-infinite-scroll-content.js +8 -11
  47. package/components/ion-infinite-scroll.js +6 -78
  48. package/components/ion-input-otp.js +6 -9
  49. package/components/ion-input-password-toggle.js +13 -51
  50. package/components/ion-input.js +28 -120
  51. package/components/ion-item-divider.js +5 -8
  52. package/components/ion-item-group.js +5 -8
  53. package/components/ion-item-option.js +9 -36
  54. package/components/ion-item-options.js +7 -10
  55. package/components/ion-item-sliding.js +5 -5
  56. package/components/ion-loading.js +9 -12
  57. package/components/ion-menu-button.js +10 -26
  58. package/components/ion-menu-toggle.js +5 -5
  59. package/components/ion-menu.js +8 -10
  60. package/components/ion-nav-link.js +1 -1
  61. package/components/ion-nav.js +5 -7
  62. package/components/ion-note.js +5 -8
  63. package/components/ion-picker-legacy.js +7 -7
  64. package/components/ion-progress-bar.js +7 -25
  65. package/components/ion-range.js +9 -12
  66. package/components/ion-refresher-content.js +8 -23
  67. package/components/ion-refresher.js +7 -10
  68. package/components/ion-reorder-group.js +5 -5
  69. package/components/ion-reorder.js +5 -30
  70. package/components/ion-router-link.js +6 -6
  71. package/components/ion-router-outlet.js +4 -4
  72. package/components/ion-row.js +3 -6
  73. package/components/ion-searchbar.js +23 -137
  74. package/components/ion-segment-button.js +7 -10
  75. package/components/ion-segment-content.js +1 -1
  76. package/components/ion-segment-view.js +2 -5
  77. package/components/ion-segment.js +7 -10
  78. package/components/ion-select-option.js +2 -5
  79. package/components/ion-select.js +33 -117
  80. package/components/ion-skeleton-text.js +5 -5
  81. package/components/ion-split-pane.js +8 -11
  82. package/components/ion-tab-bar.js +9 -39
  83. package/components/ion-tab-button.js +8 -35
  84. package/components/ion-tab.js +2 -2
  85. package/components/ion-tabs.js +2 -2
  86. package/components/ion-text.js +5 -5
  87. package/components/ion-textarea.js +11 -52
  88. package/components/ion-thumbnail.js +2 -5
  89. package/components/ion-toast.js +12 -37
  90. package/components/ion-toggle.js +17 -74
  91. package/components/ionic-global.js +15 -349
  92. package/components/ios.transition.js +0 -1
  93. package/components/item.js +15 -47
  94. package/components/keyboard-controller.js +2 -4
  95. package/components/label.js +5 -8
  96. package/components/list-header.js +7 -10
  97. package/components/list.js +6 -27
  98. package/components/modal.js +102 -49
  99. package/components/notch-controller.js +1 -1
  100. package/components/overlays.js +19 -14
  101. package/components/picker-column-option.js +5 -8
  102. package/components/picker-column.js +8 -7
  103. package/components/picker-column2.js +4 -4
  104. package/components/picker.js +4 -7
  105. package/components/popover.js +9 -12
  106. package/components/radio-group.js +7 -15
  107. package/components/radio.js +8 -11
  108. package/components/ripple-effect.js +7 -15
  109. package/components/select-modal.js +5 -12
  110. package/components/select-popover.js +2 -8
  111. package/components/spinner.js +8 -31
  112. package/components/status-tap.js +1 -1
  113. package/components/title.js +7 -10
  114. package/components/toolbar.js +9 -153
  115. package/css/core.css +1 -1
  116. package/css/core.css.map +1 -1
  117. package/css/display.css +1 -1
  118. package/css/display.css.map +1 -1
  119. package/css/flex-utils.css +1 -1
  120. package/css/flex-utils.css.map +1 -1
  121. package/css/float-elements.css.map +1 -1
  122. package/css/global.bundle.css.map +1 -1
  123. package/css/ionic-swiper.css +1 -1
  124. package/css/ionic-swiper.css.map +1 -1
  125. package/css/ionic.bundle.css +1 -1
  126. package/css/ionic.bundle.css.map +1 -1
  127. package/css/normalize.css.map +1 -1
  128. package/css/padding.css.map +1 -1
  129. package/css/palettes/dark.always.css.map +1 -1
  130. package/css/palettes/dark.class.css.map +1 -1
  131. package/css/palettes/dark.system.css.map +1 -1
  132. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  133. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  134. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  135. package/css/palettes/high-contrast.always.css.map +1 -1
  136. package/css/palettes/high-contrast.class.css.map +1 -1
  137. package/css/palettes/high-contrast.system.css.map +1 -1
  138. package/css/structure.css.map +1 -1
  139. package/css/text-alignment.css.map +1 -1
  140. package/css/text-transformation.css.map +1 -1
  141. package/css/typography.css.map +1 -1
  142. package/css/utils.bundle.css +1 -1
  143. package/css/utils.bundle.css.map +1 -1
  144. package/dist/cjs/{animation-BYsP2q5j.js → animation-Bt3H9L1C.js} +2 -2
  145. package/dist/cjs/{app-globals-CrtAvKxl.js → app-globals-Ciccnk9_.js} +1 -1
  146. package/dist/cjs/{button-active-CDa7BeCl.js → button-active-CMc8cD90.js} +1 -1
  147. package/dist/cjs/{capacitor-BMhHF0O5.js → capacitor-DmA66EwP.js} +3 -3
  148. package/dist/cjs/{data-MoL8Ckx5.js → data-JwZKaIQB.js} +5 -5
  149. package/dist/{esm/focus-visible-vXpMhGrs.js → cjs/focus-visible-CCvKiLh3.js} +3 -23
  150. package/dist/cjs/{framework-delegate-Bwdk9vFS.js → framework-delegate-DMJRBuDi.js} +2 -4
  151. package/dist/cjs/{haptic-Cy3moXzO.js → haptic-ClPPQ_PS.js} +1 -1
  152. package/dist/cjs/hardware-back-button-VCK4V3mG.js +121 -0
  153. package/dist/cjs/{helpers-DnouLczu.js → helpers-DrTqNghc.js} +2 -41
  154. package/dist/cjs/{index-CWyLwRTs.js → index-094mMFB-.js} +3 -3
  155. package/dist/cjs/{index-Bq6U5NAb.js → index-C534ULug.js} +7 -8
  156. package/dist/cjs/{index-DUoP_H1L.js → index-CO6eryBo.js} +1 -1
  157. package/dist/cjs/index-DkNv4J_i.js +10 -0
  158. package/dist/cjs/{index-XjN3PjKG.js → index-DrMUZJj6.js} +15 -15
  159. package/dist/cjs/index.cjs.js +11 -10
  160. package/dist/cjs/{input-shims-D6DHFHsE.js → input-shims-CW0KUFTQ.js} +16 -17
  161. package/dist/cjs/{input.utils-BVyJKWft.js → input.utils-B_QROI2g.js} +5 -5
  162. package/dist/cjs/ion-accordion_2.cjs.entry.js +26 -55
  163. package/dist/cjs/ion-action-sheet.cjs.entry.js +18 -21
  164. package/dist/cjs/ion-alert.cjs.entry.js +20 -22
  165. package/dist/cjs/ion-app_8.cjs.entry.js +150 -249
  166. package/dist/cjs/ion-avatar_3.cjs.entry.js +11 -123
  167. package/dist/cjs/ion-back-button.cjs.entry.js +19 -28
  168. package/dist/cjs/ion-backdrop.cjs.entry.js +6 -9
  169. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +15 -51
  170. package/dist/cjs/ion-button_2.cjs.entry.js +11 -43
  171. package/dist/cjs/ion-card_5.cjs.entry.js +29 -53
  172. package/dist/cjs/ion-checkbox.cjs.entry.js +13 -31
  173. package/dist/cjs/ion-chip.cjs.entry.js +7 -48
  174. package/dist/cjs/ion-col_3.cjs.entry.js +56 -53
  175. package/dist/cjs/ion-datetime-button.cjs.entry.js +7 -11
  176. package/dist/cjs/ion-datetime_3.cjs.entry.js +38 -113
  177. package/dist/cjs/ion-fab_3.cjs.entry.js +25 -41
  178. package/dist/cjs/ion-img.cjs.entry.js +3 -7
  179. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +14 -89
  180. package/dist/cjs/ion-input-otp.cjs.entry.js +7 -11
  181. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +12 -50
  182. package/dist/cjs/ion-input.cjs.entry.js +30 -120
  183. package/dist/cjs/ion-item-option_3.cjs.entry.js +19 -48
  184. package/dist/cjs/ion-item_8.cjs.entry.js +46 -113
  185. package/dist/cjs/ion-loading.cjs.entry.js +15 -17
  186. package/dist/cjs/ion-menu_3.cjs.entry.js +26 -44
  187. package/dist/cjs/ion-modal.cjs.entry.js +150 -97
  188. package/dist/cjs/ion-nav_2.cjs.entry.js +10 -13
  189. package/dist/cjs/ion-picker-column-option.cjs.entry.js +6 -10
  190. package/dist/cjs/ion-picker-column.cjs.entry.js +12 -12
  191. package/dist/cjs/ion-picker.cjs.entry.js +5 -9
  192. package/dist/cjs/ion-popover.cjs.entry.js +16 -18
  193. package/dist/cjs/ion-progress-bar.cjs.entry.js +7 -25
  194. package/dist/cjs/ion-radio_2.cjs.entry.js +14 -24
  195. package/dist/cjs/ion-range.cjs.entry.js +10 -14
  196. package/dist/cjs/ion-refresher_2.cjs.entry.js +18 -36
  197. package/dist/cjs/ion-reorder_2.cjs.entry.js +12 -36
  198. package/dist/cjs/ion-ripple-effect.cjs.entry.js +6 -14
  199. package/dist/cjs/ion-route_4.cjs.entry.js +7 -8
  200. package/dist/cjs/ion-searchbar.cjs.entry.js +21 -134
  201. package/dist/cjs/ion-segment-content.cjs.entry.js +1 -1
  202. package/dist/cjs/ion-segment-view.cjs.entry.js +2 -5
  203. package/dist/cjs/ion-segment_2.cjs.entry.js +14 -21
  204. package/dist/cjs/ion-select-modal.cjs.entry.js +9 -15
  205. package/dist/cjs/ion-select_3.cjs.entry.js +38 -129
  206. package/dist/cjs/ion-spinner.cjs.entry.js +6 -28
  207. package/dist/cjs/ion-split-pane.cjs.entry.js +8 -11
  208. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +21 -75
  209. package/dist/cjs/ion-tab_2.cjs.entry.js +6 -7
  210. package/dist/cjs/ion-text.cjs.entry.js +5 -5
  211. package/dist/cjs/ion-textarea.cjs.entry.js +15 -55
  212. package/dist/cjs/ion-toast.cjs.entry.js +43 -66
  213. package/dist/cjs/ion-toggle.cjs.entry.js +21 -78
  214. package/dist/cjs/ionic-global-HMVqOFGO.js +151 -0
  215. package/dist/cjs/ionic.cjs.js +3 -3
  216. package/dist/cjs/{ios.transition-Duxxr-xb.js → ios.transition-BOt_uW73.js} +4 -6
  217. package/dist/cjs/{keyboard-UYQhk8rB.js → keyboard-UuAS4D_9.js} +1 -1
  218. package/dist/cjs/{keyboard-controller-ts0z4BIe.js → keyboard-controller-GXBiBRKS.js} +9 -11
  219. package/dist/cjs/{keyboard-C1Ds9WQH.js → keyboard-hHzlEQpk.js} +3 -4
  220. package/dist/cjs/loader.cjs.js +3 -3
  221. package/dist/cjs/{md.transition-BqUnXqxP.js → md.transition-Dt968VXB.js} +4 -5
  222. package/dist/cjs/{notch-controller-BX7CnNaL.js → notch-controller-Bzqhjm4f.js} +4 -4
  223. package/dist/cjs/{overlays-pdcfssMG.js → overlays-D3xMmZCY.js} +24 -19
  224. package/dist/cjs/{status-tap-e-hyosXV.js → status-tap-g0sWWkXk.js} +2 -3
  225. package/dist/cjs/{swipe-back-CR060nOX.js → swipe-back-BIayeNOD.js} +1 -2
  226. package/dist/collection/collection-manifest.json +0 -1
  227. package/dist/collection/components/accordion/accordion.ios.css +58 -73
  228. package/dist/collection/components/accordion/accordion.js +26 -36
  229. package/dist/collection/components/accordion/accordion.md.css +59 -67
  230. package/dist/collection/components/accordion-group/accordion-group.ios.css +4 -16
  231. package/dist/collection/components/accordion-group/accordion-group.js +8 -44
  232. package/dist/collection/components/accordion-group/accordion-group.md.css +4 -22
  233. package/dist/collection/components/action-sheet/action-sheet.ios.css +6 -18
  234. package/dist/collection/components/action-sheet/action-sheet.js +11 -15
  235. package/dist/collection/components/action-sheet/action-sheet.md.css +5 -17
  236. package/dist/collection/components/alert/alert.ios.css +1 -19
  237. package/dist/collection/components/alert/alert.js +13 -16
  238. package/dist/collection/components/alert/alert.md.css +1 -19
  239. package/dist/collection/components/app/app.js +78 -15
  240. package/dist/collection/components/avatar/avatar.ios.css +33 -7
  241. package/dist/collection/components/avatar/avatar.js +4 -120
  242. package/dist/collection/components/avatar/avatar.md.css +0 -51
  243. package/dist/collection/components/back-button/back-button.ios.css +48 -60
  244. package/dist/collection/components/back-button/back-button.js +19 -27
  245. package/dist/collection/components/back-button/back-button.md.css +48 -60
  246. package/dist/collection/components/backdrop/backdrop.ios.css +19 -56
  247. package/dist/collection/components/backdrop/backdrop.js +6 -12
  248. package/dist/collection/components/backdrop/backdrop.md.css +19 -56
  249. package/dist/collection/components/badge/badge.ios.css +12 -139
  250. package/dist/collection/components/badge/badge.js +9 -145
  251. package/dist/collection/components/badge/badge.md.css +12 -123
  252. package/dist/collection/components/breadcrumb/breadcrumb.ios.css +8 -20
  253. package/dist/collection/components/breadcrumb/breadcrumb.js +11 -43
  254. package/dist/collection/components/breadcrumb/breadcrumb.md.css +8 -20
  255. package/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +0 -6
  256. package/dist/collection/components/breadcrumbs/breadcrumbs.js +9 -11
  257. package/dist/collection/components/breadcrumbs/breadcrumbs.md.css +0 -6
  258. package/dist/collection/components/button/button.ios.css +46 -135
  259. package/dist/collection/components/button/button.js +17 -48
  260. package/dist/collection/components/button/button.md.css +50 -126
  261. package/dist/collection/components/buttons/buttons.ios.css +7 -59
  262. package/dist/collection/components/buttons/buttons.js +9 -15
  263. package/dist/collection/components/buttons/buttons.md.css +3 -55
  264. package/dist/collection/components/card/card.ios.css +14 -65
  265. package/dist/collection/components/card/card.js +10 -41
  266. package/dist/collection/components/card/card.md.css +14 -65
  267. package/dist/collection/components/card-content/card-content.ios.css +1 -16
  268. package/dist/collection/components/card-content/card-content.js +8 -11
  269. package/dist/collection/components/card-content/card-content.md.css +1 -16
  270. package/dist/collection/components/card-header/card-header.ios.css +15 -27
  271. package/dist/collection/components/card-header/card-header.js +10 -13
  272. package/dist/collection/components/card-header/card-header.md.css +15 -27
  273. package/dist/collection/components/card-subtitle/card-subtitle.ios.css +0 -12
  274. package/dist/collection/components/card-subtitle/card-subtitle.js +8 -11
  275. package/dist/collection/components/card-subtitle/card-subtitle.md.css +0 -12
  276. package/dist/collection/components/card-title/card-title.ios.css +0 -73
  277. package/dist/collection/components/card-title/card-title.js +8 -11
  278. package/dist/collection/components/card-title/card-title.md.css +0 -73
  279. package/dist/collection/components/checkbox/checkbox.ios.css +101 -161
  280. package/dist/collection/components/checkbox/checkbox.js +14 -70
  281. package/dist/collection/components/checkbox/checkbox.md.css +102 -162
  282. package/dist/collection/components/chip/chip.ios.css +14 -67
  283. package/dist/collection/components/chip/chip.js +8 -108
  284. package/dist/collection/components/chip/chip.md.css +14 -67
  285. package/dist/collection/components/col/col.css +4 -192
  286. package/dist/collection/components/col/col.js +61 -210
  287. package/dist/collection/components/content/content.css +2 -8
  288. package/dist/collection/components/content/content.js +11 -16
  289. package/dist/collection/components/datetime/datetime.ios.css +96 -258
  290. package/dist/collection/components/datetime/datetime.js +20 -98
  291. package/dist/collection/components/datetime/datetime.md.css +96 -258
  292. package/dist/collection/components/datetime/utils/data.js +5 -5
  293. package/dist/collection/components/datetime-button/datetime-button.ios.css +0 -6
  294. package/dist/collection/components/datetime-button/datetime-button.js +8 -11
  295. package/dist/collection/components/datetime-button/datetime-button.md.css +0 -6
  296. package/dist/collection/components/fab/fab.css +1 -25
  297. package/dist/collection/components/fab/fab.js +5 -9
  298. package/dist/collection/components/fab-button/fab-button.ios.css +6 -18
  299. package/dist/collection/components/fab-button/fab-button.js +21 -36
  300. package/dist/collection/components/fab-button/fab-button.md.css +8 -20
  301. package/dist/collection/components/fab-list/fab-list.css +0 -12
  302. package/dist/collection/components/fab-list/fab-list.js +5 -9
  303. package/dist/collection/components/footer/footer.ios.css +2 -14
  304. package/dist/collection/components/footer/footer.js +16 -21
  305. package/dist/collection/components/footer/footer.md.css +0 -12
  306. package/dist/collection/components/grid/grid.css +0 -12
  307. package/dist/collection/components/grid/grid.js +5 -9
  308. package/dist/collection/components/header/header.ios.css +10 -25
  309. package/dist/collection/components/header/header.js +19 -50
  310. package/dist/collection/components/header/header.md.css +8 -23
  311. package/dist/collection/components/header/header.utils.js +5 -5
  312. package/dist/collection/components/img/img.js +2 -8
  313. package/dist/collection/components/infinite-scroll/infinite-scroll.js +5 -100
  314. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +0 -12
  315. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +10 -16
  316. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +0 -12
  317. package/dist/collection/components/input/input.ios.css +140 -223
  318. package/dist/collection/components/input/input.js +38 -149
  319. package/dist/collection/components/input/input.md.css +212 -193
  320. package/dist/collection/components/input-otp/input-otp.ios.css +60 -102
  321. package/dist/collection/components/input-otp/input-otp.js +5 -7
  322. package/dist/collection/components/input-otp/input-otp.md.css +60 -102
  323. package/dist/collection/components/input-password-toggle/input-password-toggle.js +12 -48
  324. package/dist/collection/components/item/item.ios.css +69 -109
  325. package/dist/collection/components/item/item.js +20 -51
  326. package/dist/collection/components/item/item.md.css +68 -120
  327. package/dist/collection/components/item-divider/item-divider.ios.css +0 -18
  328. package/dist/collection/components/item-divider/item-divider.js +8 -11
  329. package/dist/collection/components/item-divider/item-divider.md.css +0 -18
  330. package/dist/collection/components/item-group/item-group.ios.css +0 -12
  331. package/dist/collection/components/item-group/item-group.js +7 -13
  332. package/dist/collection/components/item-group/item-group.md.css +0 -12
  333. package/dist/collection/components/item-option/item-option.ios.css +29 -136
  334. package/dist/collection/components/item-option/item-option.js +9 -73
  335. package/dist/collection/components/item-option/item-option.md.css +29 -136
  336. package/dist/collection/components/item-options/item-options.ios.css +34 -77
  337. package/dist/collection/components/item-options/item-options.js +7 -13
  338. package/dist/collection/components/item-options/item-options.md.css +34 -77
  339. package/dist/collection/components/item-sliding/item-sliding.css +0 -6
  340. package/dist/collection/components/item-sliding/item-sliding.js +4 -8
  341. package/dist/collection/components/label/label.ios.css +0 -18
  342. package/dist/collection/components/label/label.js +8 -11
  343. package/dist/collection/components/label/label.md.css +0 -18
  344. package/dist/collection/components/list/list.ios.css +14 -54
  345. package/dist/collection/components/list/list.js +9 -48
  346. package/dist/collection/components/list/list.md.css +16 -56
  347. package/dist/collection/components/list-header/list-header.ios.css +38 -82
  348. package/dist/collection/components/list-header/list-header.js +8 -11
  349. package/dist/collection/components/list-header/list-header.md.css +38 -82
  350. package/dist/collection/components/loading/loading.ios.css +1 -13
  351. package/dist/collection/components/loading/loading.js +11 -14
  352. package/dist/collection/components/loading/loading.md.css +1 -13
  353. package/dist/collection/components/menu/menu.ios.css +3 -15
  354. package/dist/collection/components/menu/menu.js +7 -12
  355. package/dist/collection/components/menu/menu.md.css +3 -15
  356. package/dist/collection/components/menu-button/menu-button.ios.css +14 -48
  357. package/dist/collection/components/menu-button/menu-button.js +10 -26
  358. package/dist/collection/components/menu-button/menu-button.md.css +15 -49
  359. package/dist/collection/components/menu-toggle/menu-toggle.js +5 -8
  360. package/dist/collection/components/modal/animations/sheet.js +2 -8
  361. package/dist/collection/components/modal/gestures/sheet.js +6 -10
  362. package/dist/collection/components/modal/modal.ios.css +70 -174
  363. package/dist/collection/components/modal/modal.js +93 -49
  364. package/dist/collection/components/modal/modal.md.css +70 -174
  365. package/dist/collection/components/nav/nav.css +1 -7
  366. package/dist/collection/components/nav/nav.js +5 -11
  367. package/dist/collection/components/nav-link/nav-link.js +1 -5
  368. package/dist/collection/components/note/note.ios.css +0 -12
  369. package/dist/collection/components/note/note.js +8 -11
  370. package/dist/collection/components/note/note.md.css +0 -12
  371. package/dist/collection/components/picker/picker.ios.css +3 -15
  372. package/dist/collection/components/picker/picker.js +5 -8
  373. package/dist/collection/components/picker/picker.md.css +3 -15
  374. package/dist/collection/components/picker-column/picker-column.css +2 -9
  375. package/dist/collection/components/picker-column/picker-column.js +7 -8
  376. package/dist/collection/components/picker-column-option/picker-column-option.ios.css +0 -6
  377. package/dist/collection/components/picker-column-option/picker-column-option.js +7 -13
  378. package/dist/collection/components/picker-column-option/picker-column-option.md.css +0 -6
  379. package/dist/collection/components/picker-legacy/picker.ios.css +1 -13
  380. package/dist/collection/components/picker-legacy/picker.js +6 -7
  381. package/dist/collection/components/picker-legacy/picker.md.css +1 -13
  382. package/dist/collection/components/picker-legacy-column/picker-column.ios.css +0 -12
  383. package/dist/collection/components/picker-legacy-column/picker-column.js +4 -4
  384. package/dist/collection/components/picker-legacy-column/picker-column.md.css +0 -12
  385. package/dist/collection/components/popover/popover.ios.css +1 -13
  386. package/dist/collection/components/popover/popover.js +14 -17
  387. package/dist/collection/components/popover/popover.md.css +1 -13
  388. package/dist/collection/components/progress-bar/progress-bar.ios.css +17 -48
  389. package/dist/collection/components/progress-bar/progress-bar.js +7 -43
  390. package/dist/collection/components/progress-bar/progress-bar.md.css +17 -48
  391. package/dist/collection/components/radio/radio.ios.css +91 -134
  392. package/dist/collection/components/radio/radio.js +9 -12
  393. package/dist/collection/components/radio/radio.md.css +91 -134
  394. package/dist/collection/components/radio-group/radio-group.ios.css +23 -43
  395. package/dist/collection/components/radio-group/radio-group.js +6 -21
  396. package/dist/collection/components/radio-group/radio-group.md.css +23 -43
  397. package/dist/collection/components/range/range.ios.css +85 -128
  398. package/dist/collection/components/range/range.js +9 -12
  399. package/dist/collection/components/range/range.md.css +85 -128
  400. package/dist/collection/components/refresher/refresher.ios.css +1 -14
  401. package/dist/collection/components/refresher/refresher.js +8 -11
  402. package/dist/collection/components/refresher/refresher.md.css +2 -15
  403. package/dist/collection/components/refresher-content/refresher-content.js +7 -28
  404. package/dist/collection/components/reorder/reorder.ios.css +0 -6
  405. package/dist/collection/components/reorder/reorder.js +6 -33
  406. package/dist/collection/components/reorder/reorder.md.css +0 -6
  407. package/dist/collection/components/reorder-group/reorder-group.css +0 -6
  408. package/dist/collection/components/reorder-group/reorder-group.js +4 -8
  409. package/dist/collection/components/ripple-effect/{ripple-effect.common.css → ripple-effect.css} +1 -7
  410. package/dist/collection/components/ripple-effect/ripple-effect.js +6 -14
  411. package/dist/collection/components/route/route.js +0 -4
  412. package/dist/collection/components/router/router.js +0 -4
  413. package/dist/collection/components/router-link/router-link.css +2 -8
  414. package/dist/collection/components/router-link/router-link.js +5 -9
  415. package/dist/collection/components/router-outlet/router-outlet.css +1 -7
  416. package/dist/collection/components/router-outlet/router-outlet.js +3 -6
  417. package/dist/collection/components/row/row.css +0 -16
  418. package/dist/collection/components/row/row.js +2 -9
  419. package/dist/collection/components/searchbar/searchbar.ios.css +18 -56
  420. package/dist/collection/components/searchbar/searchbar.js +34 -181
  421. package/dist/collection/components/searchbar/searchbar.md.css +18 -56
  422. package/dist/collection/components/segment/segment.ios.css +2 -45
  423. package/dist/collection/components/segment/segment.js +8 -11
  424. package/dist/collection/components/segment/segment.md.css +2 -45
  425. package/dist/collection/components/segment-button/segment-button.ios.css +105 -146
  426. package/dist/collection/components/segment-button/segment-button.js +8 -11
  427. package/dist/collection/components/segment-button/segment-button.md.css +107 -148
  428. package/dist/collection/components/segment-content/segment-content.js +1 -1
  429. package/dist/collection/components/segment-view/segment-view.ios.css +0 -6
  430. package/dist/collection/components/segment-view/segment-view.js +4 -6
  431. package/dist/collection/components/segment-view/segment-view.md.css +0 -6
  432. package/dist/collection/components/select/select.ios.css +176 -315
  433. package/dist/collection/components/select/select.js +53 -156
  434. package/dist/collection/components/select/select.md.css +178 -331
  435. package/dist/collection/components/select-modal/select-modal.ios.css +0 -18
  436. package/dist/collection/components/select-modal/select-modal.js +4 -11
  437. package/dist/collection/components/select-modal/select-modal.md.css +3 -7
  438. package/dist/collection/components/select-option/select-option.js +2 -9
  439. package/dist/collection/components/select-popover/select-popover.ios.css +0 -18
  440. package/dist/collection/components/select-popover/select-popover.js +4 -12
  441. package/dist/collection/components/select-popover/select-popover.md.css +0 -18
  442. package/dist/collection/components/skeleton-text/skeleton-text.css +0 -6
  443. package/dist/collection/components/skeleton-text/skeleton-text.js +5 -9
  444. package/dist/collection/components/spinner/{spinner.ionic.css → spinner.css} +10 -77
  445. package/dist/collection/components/spinner/spinner.js +6 -47
  446. package/dist/collection/components/split-pane/split-pane.ios.css +2 -20
  447. package/dist/collection/components/split-pane/split-pane.js +8 -14
  448. package/dist/collection/components/split-pane/split-pane.md.css +2 -20
  449. package/dist/collection/components/tab/tab.js +2 -6
  450. package/dist/collection/components/tab-bar/tab-bar.ios.css +43 -71
  451. package/dist/collection/components/tab-bar/tab-bar.js +11 -78
  452. package/dist/collection/components/tab-bar/tab-bar.md.css +43 -71
  453. package/dist/collection/components/tab-button/tab-button.ios.css +95 -171
  454. package/dist/collection/components/tab-button/tab-button.js +9 -54
  455. package/dist/collection/components/tab-button/tab-button.md.css +93 -137
  456. package/dist/collection/components/tabs/tabs.css +1 -7
  457. package/dist/collection/components/tabs/tabs.js +1 -4
  458. package/dist/collection/components/text/text.css +0 -6
  459. package/dist/collection/components/text/text.js +6 -7
  460. package/dist/collection/components/textarea/textarea.ios.css +139 -275
  461. package/dist/collection/components/textarea/textarea.js +16 -76
  462. package/dist/collection/components/textarea/textarea.md.css +140 -288
  463. package/dist/collection/components/thumbnail/thumbnail.css +0 -6
  464. package/dist/collection/components/thumbnail/thumbnail.js +2 -9
  465. package/dist/collection/components/title/title.ios.css +4 -32
  466. package/dist/collection/components/title/title.js +7 -13
  467. package/dist/collection/components/title/title.md.css +4 -32
  468. package/dist/collection/components/toast/animations/utils.js +1 -1
  469. package/dist/collection/components/toast/toast.ios.css +45 -84
  470. package/dist/collection/components/toast/toast.js +12 -75
  471. package/dist/collection/components/toast/toast.md.css +45 -84
  472. package/dist/collection/components/toggle/toggle.ios.css +131 -247
  473. package/dist/collection/components/toggle/toggle.js +18 -73
  474. package/dist/collection/components/toggle/toggle.md.css +131 -244
  475. package/dist/collection/components/toolbar/toolbar.ios.css +47 -90
  476. package/dist/collection/components/toolbar/toolbar.js +13 -157
  477. package/dist/collection/components/toolbar/toolbar.md.css +47 -90
  478. package/dist/collection/global/ionic-global.js +13 -228
  479. package/dist/collection/utils/focus-visible.js +0 -22
  480. package/dist/collection/utils/framework-delegate.js +1 -3
  481. package/dist/collection/utils/helpers.js +2 -42
  482. package/dist/collection/utils/keyboard/keyboard-controller.js +1 -3
  483. package/dist/collection/utils/menu-controller/animations/overlay.js +3 -3
  484. package/dist/collection/utils/menu-controller/animations/push.js +1 -2
  485. package/dist/collection/utils/menu-controller/animations/reveal.js +1 -2
  486. package/dist/collection/utils/overlays.js +16 -13
  487. package/dist/collection/utils/test/playwright/generator.js +23 -48
  488. package/dist/collection/utils/test/playwright/page/utils/goto.js +5 -14
  489. package/dist/collection/utils/test/playwright/page/utils/set-content.js +3 -26
  490. package/dist/collection/utils/transition/ios.transition.js +0 -1
  491. package/dist/docs.json +374 -8195
  492. package/dist/esm/{animation-DGDOQ6ES.js → animation-Dt8bGnA-.js} +1 -1
  493. package/dist/esm/{app-globals-BNKecRVD.js → app-globals-BDSf8fOA.js} +1 -1
  494. package/dist/esm/{button-active-C_l8DIlb.js → button-active-L570Swow.js} +1 -1
  495. package/dist/esm/{capacitor-CiBLEyrT.js → capacitor-CFERIeaU.js} +1 -1
  496. package/dist/esm/{data-DFCY8gnk.js → data-DCORV9FH.js} +5 -5
  497. package/dist/{cjs/focus-visible-BIj-I3-C.js → esm/focus-visible-BmVRXR1y.js} +1 -27
  498. package/dist/esm/{framework-delegate-D2mUP0WI.js → framework-delegate-BYawdMXj.js} +2 -4
  499. package/dist/esm/{haptic-7RTk38ue.js → haptic-DzAMWJuk.js} +1 -1
  500. package/dist/esm/hardware-back-button-CPLxO-Ev.js +115 -0
  501. package/dist/esm/{helpers-Bsml3FcE.js → helpers-DEn3pfjm.js} +3 -42
  502. package/dist/esm/{index-BpFi2B8W.js → index-Bs3kT4bc.js} +1 -1
  503. package/dist/esm/{index-DWD4QoaP.js → index-CvDIirVx.js} +10 -10
  504. package/dist/esm/{index-COG0_eom.js → index-DV3sJJW8.js} +1 -1
  505. package/dist/esm/index-ZjP4CjeZ.js +7 -0
  506. package/dist/esm/{index-rXea6WR_.js → index-ceb5RaMT.js} +2 -3
  507. package/dist/esm/{index-Cj1G4iWF.js → index-r2D9DEro.js} +3 -3
  508. package/dist/esm/index.js +11 -10
  509. package/dist/esm/{input-shims-Bz3HiPwU.js → input-shims-DyOpfTg6.js} +5 -6
  510. package/dist/esm/{input.utils-BQAE1QTA.js → input.utils-DrvTa8gz.js} +2 -2
  511. package/dist/esm/ion-accordion_2.entry.js +27 -56
  512. package/dist/esm/ion-action-sheet.entry.js +18 -21
  513. package/dist/esm/ion-alert.entry.js +20 -22
  514. package/dist/esm/ion-app_8.entry.js +151 -250
  515. package/dist/esm/ion-avatar_3.entry.js +13 -125
  516. package/dist/esm/ion-back-button.entry.js +20 -29
  517. package/dist/esm/ion-backdrop.entry.js +6 -9
  518. package/dist/esm/ion-breadcrumb_2.entry.js +17 -53
  519. package/dist/esm/ion-button_2.entry.js +11 -43
  520. package/dist/esm/ion-card_5.entry.js +29 -53
  521. package/dist/esm/ion-checkbox.entry.js +13 -31
  522. package/dist/esm/ion-chip.entry.js +8 -49
  523. package/dist/esm/ion-col_3.entry.js +57 -54
  524. package/dist/esm/ion-datetime-button.entry.js +7 -11
  525. package/dist/esm/ion-datetime_3.entry.js +40 -115
  526. package/dist/esm/ion-fab_3.entry.js +27 -43
  527. package/dist/esm/ion-img.entry.js +3 -7
  528. package/dist/esm/ion-infinite-scroll_2.entry.js +14 -89
  529. package/dist/esm/ion-input-otp.entry.js +7 -11
  530. package/dist/esm/ion-input-password-toggle.entry.js +14 -52
  531. package/dist/esm/ion-input.entry.js +32 -122
  532. package/dist/esm/ion-item-option_3.entry.js +19 -48
  533. package/dist/esm/ion-item_8.entry.js +48 -115
  534. package/dist/esm/ion-loading.entry.js +15 -17
  535. package/dist/esm/ion-menu_3.entry.js +27 -45
  536. package/dist/esm/ion-modal.entry.js +110 -57
  537. package/dist/esm/ion-nav_2.entry.js +10 -13
  538. package/dist/esm/ion-picker-column-option.entry.js +6 -10
  539. package/dist/esm/ion-picker-column.entry.js +11 -11
  540. package/dist/esm/ion-picker.entry.js +5 -9
  541. package/dist/esm/ion-popover.entry.js +16 -18
  542. package/dist/esm/ion-progress-bar.entry.js +7 -25
  543. package/dist/esm/ion-radio_2.entry.js +14 -24
  544. package/dist/esm/ion-range.entry.js +10 -14
  545. package/dist/esm/ion-refresher_2.entry.js +19 -37
  546. package/dist/esm/ion-reorder_2.entry.js +14 -38
  547. package/dist/esm/ion-ripple-effect.entry.js +6 -14
  548. package/dist/esm/ion-route_4.entry.js +7 -8
  549. package/dist/esm/ion-searchbar.entry.js +24 -137
  550. package/dist/esm/ion-segment-content.entry.js +1 -1
  551. package/dist/esm/ion-segment-view.entry.js +2 -5
  552. package/dist/esm/ion-segment_2.entry.js +14 -21
  553. package/dist/esm/ion-select-modal.entry.js +10 -16
  554. package/dist/esm/ion-select_3.entry.js +40 -131
  555. package/dist/esm/ion-spinner.entry.js +6 -28
  556. package/dist/esm/ion-split-pane.entry.js +8 -11
  557. package/dist/esm/ion-tab-bar_2.entry.js +21 -75
  558. package/dist/esm/ion-tab_2.entry.js +6 -7
  559. package/dist/esm/ion-text.entry.js +5 -5
  560. package/dist/esm/ion-textarea.entry.js +15 -55
  561. package/dist/esm/ion-toast.entry.js +17 -40
  562. package/dist/esm/ion-toggle.entry.js +22 -79
  563. package/dist/esm/ionic-global-CDrldh-5.js +146 -0
  564. package/dist/esm/ionic.js +3 -3
  565. package/dist/esm/{ios.transition-DvzxRGcW.js → ios.transition-BDzw0_Hm.js} +4 -6
  566. package/dist/esm/{keyboard-WCK1pWfR.js → keyboard-CUw4ekVy.js} +1 -1
  567. package/dist/esm/{keyboard-controller-Bc4alOiF.js → keyboard-controller-BaaVITYt.js} +3 -5
  568. package/dist/esm/{keyboard-DuUgrXrK.js → keyboard-ywgs5efA.js} +3 -4
  569. package/dist/esm/loader.js +3 -3
  570. package/dist/esm/{md.transition-DV0cjDzj.js → md.transition-BzDYi3qq.js} +4 -5
  571. package/dist/esm/{notch-controller-DO30Bsls.js → notch-controller-BwelN_JM.js} +2 -2
  572. package/dist/esm/{overlays-Da_6xSKI.js → overlays-DYKBVm6h.js} +21 -16
  573. package/dist/esm/{status-tap-DXVlluKS.js → status-tap-5DQ7Fc4V.js} +2 -3
  574. package/dist/esm/{swipe-back-DNhAt9fY.js → swipe-back-BKw2CAHc.js} +1 -2
  575. package/dist/html.html-data.json +214 -2520
  576. package/dist/ionic/index.esm.js +1 -1
  577. package/dist/ionic/ionic.esm.js +1 -1
  578. package/dist/ionic/p-020af078.entry.js +4 -0
  579. package/dist/ionic/p-038f3a87.entry.js +4 -0
  580. package/dist/ionic/p-074839fc.entry.js +4 -0
  581. package/dist/ionic/p-0dfa5a37.entry.js +4 -0
  582. package/dist/ionic/p-11518b31.entry.js +4 -0
  583. package/dist/ionic/p-1647c46c.entry.js +4 -0
  584. package/dist/ionic/p-1cf19c5a.entry.js +4 -0
  585. package/dist/ionic/p-2a939845.entry.js +4 -0
  586. package/dist/ionic/p-316c0420.entry.js +4 -0
  587. package/dist/ionic/p-31f7095f.entry.js +4 -0
  588. package/dist/ionic/p-370e4237.entry.js +4 -0
  589. package/dist/ionic/p-3a6caca9.entry.js +4 -0
  590. package/dist/ionic/p-3fad4ab5.entry.js +4 -0
  591. package/dist/ionic/p-40c261a3.entry.js +4 -0
  592. package/dist/ionic/p-43ed1ef5.entry.js +4 -0
  593. package/dist/ionic/p-46d74291.entry.js +4 -0
  594. package/dist/ionic/p-49d06882.entry.js +4 -0
  595. package/dist/ionic/p-4c85d268.entry.js +4 -0
  596. package/dist/ionic/p-4e41ea20.entry.js +4 -0
  597. package/dist/ionic/p-51a60e0f.entry.js +4 -0
  598. package/dist/ionic/p-582824c5.entry.js +4 -0
  599. package/dist/ionic/p-6241ce47.entry.js +4 -0
  600. package/dist/ionic/p-639dd543.entry.js +4 -0
  601. package/dist/ionic/p-6444c606.entry.js +4 -0
  602. package/dist/ionic/p-675b1a31.entry.js +4 -0
  603. package/dist/ionic/p-6d070558.entry.js +4 -0
  604. package/dist/ionic/p-7268efa5.entry.js +4 -0
  605. package/dist/ionic/p-72c38b88.entry.js +4 -0
  606. package/dist/ionic/p-7928cc4d.entry.js +4 -0
  607. package/dist/ionic/p-79bd78f9.entry.js +4 -0
  608. package/dist/ionic/p-86f53961.entry.js +4 -0
  609. package/dist/ionic/p-9084d52f.entry.js +4 -0
  610. package/dist/ionic/p-94de5cfa.entry.js +4 -0
  611. package/dist/ionic/p-9575b654.entry.js +4 -0
  612. package/dist/ionic/p-985f02a8.entry.js +4 -0
  613. package/dist/ionic/p-9eeaBrnk.js +4 -0
  614. package/dist/ionic/p-B0q1YL7N.js +4 -0
  615. package/dist/ionic/p-BFvmZNyx.js +4 -0
  616. package/dist/ionic/p-BKc55Xev.js +4 -0
  617. package/dist/ionic/p-BOVrCkpJ.js +4 -0
  618. package/dist/ionic/p-BYEqWnSg.js +4 -0
  619. package/dist/ionic/p-BmVRXR1y.js +4 -0
  620. package/dist/ionic/p-Bmgaetn_.js +4 -0
  621. package/dist/ionic/p-C7hRNDhM.js +4 -0
  622. package/dist/ionic/p-CHK505Co.js +4 -0
  623. package/dist/ionic/p-CIGNaXM1.js +4 -0
  624. package/dist/ionic/{p-BbT4IAlw.js → p-CJxh_yLS.js} +1 -1
  625. package/dist/ionic/{p-DxFexTIr.js → p-CKvCXMs9.js} +1 -1
  626. package/dist/ionic/p-CTfR9YZG.js +4 -0
  627. package/dist/ionic/p-CtWGkNnJ.js +4 -0
  628. package/dist/ionic/{p-B3uz75uZ.js → p-CwgG81ZD.js} +1 -1
  629. package/dist/ionic/p-D-eFFUkA.js +4 -0
  630. package/dist/ionic/{p-HpOiAvpC.js → p-D0dMcSkw.js} +1 -1
  631. package/dist/ionic/{p-Q7JLYEUZ.js → p-D13Eaw-8.js} +1 -1
  632. package/dist/ionic/p-DCv9sLH2.js +4 -0
  633. package/dist/ionic/p-DDb5r57F.js +4 -0
  634. package/dist/ionic/p-DNcfiJwE.js +4 -0
  635. package/dist/ionic/{p-DxVdyQoe.js → p-DUt5fQmA.js} +1 -1
  636. package/dist/ionic/{p-COG0_eom.js → p-DV3sJJW8.js} +1 -1
  637. package/dist/ionic/p-DZRJwG4S.js +4 -0
  638. package/dist/ionic/{p-DBaOCAfc.js → p-Dc45iWE4.js} +1 -1
  639. package/dist/ionic/p-QHYY4sjU.js +4 -0
  640. package/dist/ionic/p-ZjP4CjeZ.js +4 -0
  641. package/dist/ionic/p-a127bee2.entry.js +4 -0
  642. package/dist/ionic/p-a480563a.entry.js +4 -0
  643. package/dist/ionic/p-ac4eb91d.entry.js +4 -0
  644. package/dist/ionic/p-b0a7585c.entry.js +4 -0
  645. package/dist/ionic/p-b4b6513a.entry.js +4 -0
  646. package/dist/ionic/p-b57c6d3e.entry.js +4 -0
  647. package/dist/ionic/p-c19f63d0.entry.js +4 -0
  648. package/dist/ionic/p-caa8efa1.entry.js +4 -0
  649. package/dist/ionic/p-cc45bcbc.entry.js +4 -0
  650. package/dist/ionic/p-d0a2a1ab.entry.js +4 -0
  651. package/dist/ionic/p-d126e8d3.entry.js +4 -0
  652. package/dist/ionic/p-d1f54e28.entry.js +4 -0
  653. package/dist/ionic/p-d3014190.entry.js +4 -0
  654. package/dist/ionic/p-da7d04cc.entry.js +4 -0
  655. package/dist/ionic/p-dbbe606a.entry.js +4 -0
  656. package/dist/ionic/p-ede27a66.entry.js +4 -0
  657. package/dist/ionic/p-f8f22cc0.entry.js +4 -0
  658. package/dist/types/components/accordion/accordion.d.ts +3 -5
  659. package/dist/types/components/accordion-group/accordion-group.d.ts +1 -12
  660. package/dist/types/components/action-sheet/action-sheet-interface.d.ts +7 -3
  661. package/dist/types/components/action-sheet/action-sheet.d.ts +2 -3
  662. package/dist/types/components/alert/alert-interface.d.ts +7 -3
  663. package/dist/types/components/alert/alert.d.ts +2 -3
  664. package/dist/types/components/app/app.d.ts +2 -4
  665. package/dist/types/components/avatar/avatar.d.ts +0 -32
  666. package/dist/types/components/back-button/back-button.d.ts +1 -2
  667. package/dist/types/components/backdrop/backdrop.d.ts +0 -4
  668. package/dist/types/components/badge/badge.d.ts +1 -34
  669. package/dist/types/components/breadcrumb/breadcrumb.d.ts +1 -4
  670. package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +2 -2
  671. package/dist/types/components/button/button.d.ts +6 -19
  672. package/dist/types/components/buttons/buttons.d.ts +1 -5
  673. package/dist/types/components/card/card.d.ts +1 -8
  674. package/dist/types/components/card-content/card-content.d.ts +1 -2
  675. package/dist/types/components/card-header/card-header.d.ts +2 -3
  676. package/dist/types/components/card-subtitle/card-subtitle.d.ts +1 -2
  677. package/dist/types/components/card-title/card-title.d.ts +1 -2
  678. package/dist/types/components/checkbox/checkbox.d.ts +4 -14
  679. package/dist/types/components/chip/chip.d.ts +1 -26
  680. package/dist/types/components/col/col.d.ts +5 -52
  681. package/dist/types/components/content/content.d.ts +0 -3
  682. package/dist/types/components/datetime/datetime.d.ts +1 -26
  683. package/dist/types/components/datetime/utils/data.d.ts +5 -5
  684. package/dist/types/components/datetime-button/datetime-button.d.ts +1 -2
  685. package/dist/types/components/fab/fab.d.ts +0 -4
  686. package/dist/types/components/fab-button/fab-button.d.ts +3 -5
  687. package/dist/types/components/fab-list/fab-list.d.ts +0 -4
  688. package/dist/types/components/footer/footer.d.ts +3 -4
  689. package/dist/types/components/grid/grid.d.ts +0 -4
  690. package/dist/types/components/header/header.d.ts +3 -9
  691. package/dist/types/components/header/header.utils.d.ts +3 -3
  692. package/dist/types/components/img/img.d.ts +0 -3
  693. package/dist/types/components/infinite-scroll/infinite-scroll.d.ts +0 -21
  694. package/dist/types/components/infinite-scroll-content/infinite-scroll-content.d.ts +0 -4
  695. package/dist/types/components/input/input.d.ts +5 -31
  696. package/dist/types/components/input-password-toggle/input-password-toggle.d.ts +0 -2
  697. package/dist/types/components/item/item.d.ts +4 -11
  698. package/dist/types/components/item-divider/item-divider.d.ts +1 -2
  699. package/dist/types/components/item-group/item-group.d.ts +0 -4
  700. package/dist/types/components/item-option/item-option.d.ts +1 -18
  701. package/dist/types/components/item-options/item-options.d.ts +0 -4
  702. package/dist/types/components/item-sliding/item-sliding.d.ts +0 -4
  703. package/dist/types/components/label/label.d.ts +1 -2
  704. package/dist/types/components/list/list.d.ts +1 -15
  705. package/dist/types/components/list-header/list-header.d.ts +1 -2
  706. package/dist/types/components/loading/loading-interface.d.ts +7 -2
  707. package/dist/types/components/loading/loading.d.ts +2 -3
  708. package/dist/types/components/menu/menu.d.ts +0 -3
  709. package/dist/types/components/menu-button/menu-button.d.ts +1 -3
  710. package/dist/types/components/menu-toggle/menu-toggle.d.ts +0 -3
  711. package/dist/types/components/modal/gestures/sheet.d.ts +1 -1
  712. package/dist/types/components/modal/modal-interface.d.ts +7 -4
  713. package/dist/types/components/modal/modal.d.ts +14 -11
  714. package/dist/types/components/nav/nav-interface.d.ts +1 -9
  715. package/dist/types/components/nav/nav.d.ts +1 -5
  716. package/dist/types/components/nav-link/nav-link.d.ts +0 -4
  717. package/dist/types/components/note/note.d.ts +1 -2
  718. package/dist/types/components/picker/picker.d.ts +1 -2
  719. package/dist/types/components/picker-column/picker-column.d.ts +1 -2
  720. package/dist/types/components/picker-column-option/picker-column-option.d.ts +0 -4
  721. package/dist/types/components/picker-legacy/picker.d.ts +1 -2
  722. package/dist/types/components/popover/popover-interface.d.ts +6 -3
  723. package/dist/types/components/popover/popover.d.ts +5 -6
  724. package/dist/types/components/progress-bar/progress-bar.d.ts +1 -10
  725. package/dist/types/components/radio/radio.d.ts +1 -2
  726. package/dist/types/components/radio-group/radio-group.d.ts +0 -8
  727. package/dist/types/components/range/range.d.ts +1 -2
  728. package/dist/types/components/refresher/refresher.d.ts +1 -2
  729. package/dist/types/components/refresher-content/refresher-content.d.ts +0 -4
  730. package/dist/types/components/reorder/reorder.d.ts +0 -9
  731. package/dist/types/components/reorder-group/reorder-group.d.ts +0 -4
  732. package/dist/types/components/ripple-effect/ripple-effect.d.ts +0 -4
  733. package/dist/types/components/route/route.d.ts +0 -4
  734. package/dist/types/components/router/router.d.ts +0 -4
  735. package/dist/types/components/router-link/router-link.d.ts +0 -4
  736. package/dist/types/components/router-outlet/router-outlet.d.ts +1 -4
  737. package/dist/types/components/row/row.d.ts +0 -4
  738. package/dist/types/components/searchbar/searchbar.d.ts +9 -51
  739. package/dist/types/components/segment/segment.d.ts +1 -2
  740. package/dist/types/components/segment-button/segment-button.d.ts +1 -2
  741. package/dist/types/components/select/select.d.ts +13 -41
  742. package/dist/types/components/select-modal/select-modal.d.ts +0 -1
  743. package/dist/types/components/select-option/select-option.d.ts +0 -4
  744. package/dist/types/components/select-popover/select-popover.d.ts +0 -3
  745. package/dist/types/components/skeleton-text/skeleton-text.d.ts +0 -4
  746. package/dist/types/components/spinner/spinner.d.ts +0 -15
  747. package/dist/types/components/split-pane/split-pane.d.ts +0 -4
  748. package/dist/types/components/tab/tab.d.ts +0 -4
  749. package/dist/types/components/tab-bar/tab-bar.d.ts +2 -22
  750. package/dist/types/components/tab-button/tab-button.d.ts +1 -12
  751. package/dist/types/components/tabs/tabs.d.ts +0 -3
  752. package/dist/types/components/text/text.d.ts +1 -2
  753. package/dist/types/components/textarea/textarea.d.ts +4 -17
  754. package/dist/types/components/thumbnail/thumbnail.d.ts +0 -4
  755. package/dist/types/components/title/title.d.ts +0 -4
  756. package/dist/types/components/toast/animations/utils.d.ts +2 -2
  757. package/dist/types/components/toast/toast-interface.d.ts +7 -3
  758. package/dist/types/components/toast/toast.d.ts +2 -19
  759. package/dist/types/components/toggle/toggle.d.ts +1 -15
  760. package/dist/types/components/toolbar/toolbar.d.ts +3 -20
  761. package/dist/types/components.d.ts +196 -1593
  762. package/dist/types/global/ionic-global.d.ts +2 -27
  763. package/dist/types/interface.d.ts +0 -3
  764. package/dist/types/utils/config.d.ts +2 -106
  765. package/dist/types/utils/focus-visible.d.ts +0 -13
  766. package/dist/types/utils/helpers.d.ts +0 -11
  767. package/dist/types/utils/overlays-interface.d.ts +1 -31
  768. package/dist/types/utils/test/playwright/generator.d.ts +2 -31
  769. package/hydrate/index.js +1043 -2887
  770. package/hydrate/index.mjs +1043 -2887
  771. package/package.json +4 -8
  772. package/components/caret-down.js +0 -6
  773. package/components/caret-left.js +0 -6
  774. package/components/caret-right.js +0 -6
  775. package/components/ion-divider.d.ts +0 -11
  776. package/components/ion-divider.js +0 -72
  777. package/components/list2.js +0 -6
  778. package/components/x.js +0 -6
  779. package/css/ionic/bundle.ionic.css +0 -1
  780. package/css/ionic/bundle.ionic.css.map +0 -1
  781. package/css/ionic/core.ionic.css +0 -1
  782. package/css/ionic/core.ionic.css.map +0 -1
  783. package/css/ionic/global.bundle.ionic.css +0 -1
  784. package/css/ionic/global.bundle.ionic.css.map +0 -1
  785. package/css/ionic/ionic-swiper.ionic.css +0 -1
  786. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  787. package/css/ionic/link.ionic.css +0 -1
  788. package/css/ionic/link.ionic.css.map +0 -1
  789. package/css/ionic/structure.ionic.css +0 -1
  790. package/css/ionic/structure.ionic.css.map +0 -1
  791. package/css/ionic/typography.ionic.css +0 -1
  792. package/css/ionic/typography.ionic.css.map +0 -1
  793. package/css/ionic/utils.bundle.ionic.css +0 -1
  794. package/css/ionic/utils.bundle.ionic.css.map +0 -1
  795. package/dist/cjs/caret-down-vtVgfXIs.js +0 -8
  796. package/dist/cjs/caret-left-CxZXLRv5.js +0 -8
  797. package/dist/cjs/caret-right-CRCgv98E.js +0 -8
  798. package/dist/cjs/ion-divider.cjs.entry.js +0 -51
  799. package/dist/cjs/ionic-global-DuRUel5m.js +0 -491
  800. package/dist/cjs/list-a-7GSA6K.js +0 -8
  801. package/dist/cjs/x-BTF99yFH.js +0 -8
  802. package/dist/collection/components/accordion/accordion.ionic.css +0 -196
  803. package/dist/collection/components/accordion-group/accordion-group.ionic.css +0 -93
  804. package/dist/collection/components/avatar/avatar.ionic.css +0 -391
  805. package/dist/collection/components/backdrop/backdrop.ionic.css +0 -109
  806. package/dist/collection/components/badge/badge.ionic.css +0 -275
  807. package/dist/collection/components/button/button.ionic.css +0 -636
  808. package/dist/collection/components/buttons/buttons.ionic.css +0 -97
  809. package/dist/collection/components/card/card.ionic.css +0 -144
  810. package/dist/collection/components/card-content/card-content.ionic.css +0 -92
  811. package/dist/collection/components/card-header/card-header.ionic.css +0 -85
  812. package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +0 -144
  813. package/dist/collection/components/checkbox/checkbox.ionic.css +0 -539
  814. package/dist/collection/components/chip/chip.ionic.css +0 -215
  815. package/dist/collection/components/datetime/datetime.ionic.css +0 -711
  816. package/dist/collection/components/divider/divider.ionic.css +0 -148
  817. package/dist/collection/components/divider/divider.ios.css +0 -87
  818. package/dist/collection/components/divider/divider.js +0 -94
  819. package/dist/collection/components/divider/divider.md.css +0 -87
  820. package/dist/collection/components/header/header.ionic.css +0 -97
  821. package/dist/collection/components/input/input.ionic.css +0 -885
  822. package/dist/collection/components/input-otp/input-otp.ionic.css +0 -369
  823. package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +0 -78
  824. package/dist/collection/components/input-password-toggle/input-password-toggle.native.css +0 -61
  825. package/dist/collection/components/item/item.ionic.css +0 -508
  826. package/dist/collection/components/item-option/item-option.ionic.css +0 -278
  827. package/dist/collection/components/item-options/item-options.ionic.css +0 -221
  828. package/dist/collection/components/list/list.ionic.css +0 -212
  829. package/dist/collection/components/list-header/list-header.ionic.css +0 -190
  830. package/dist/collection/components/menu-button/menu-button.ionic.css +0 -236
  831. package/dist/collection/components/modal/modal.ionic.css +0 -247
  832. package/dist/collection/components/progress-bar/progress-bar.ionic.css +0 -287
  833. package/dist/collection/components/radio/radio.ionic.css +0 -422
  834. package/dist/collection/components/radio-group/radio-group.ionic.css +0 -119
  835. package/dist/collection/components/range/range.ionic.css +0 -563
  836. package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +0 -215
  837. package/dist/collection/components/searchbar/searchbar.ionic.css +0 -626
  838. package/dist/collection/components/segment/segment.ionic.css +0 -115
  839. package/dist/collection/components/segment-button/segment-button.ionic.css +0 -353
  840. package/dist/collection/components/select/select.ionic.css +0 -777
  841. package/dist/collection/components/select-modal/select-modal.ionic.css +0 -130
  842. package/dist/collection/components/spinner/spinner.native.css +0 -198
  843. package/dist/collection/components/tab-bar/tab-bar.ionic.css +0 -201
  844. package/dist/collection/components/tab-button/tab-button.ionic.css +0 -337
  845. package/dist/collection/components/textarea/textarea.ionic.css +0 -885
  846. package/dist/collection/components/title/title.ionic.css +0 -127
  847. package/dist/collection/components/toast/toast.ionic.css +0 -394
  848. package/dist/collection/components/toggle/toggle.ionic.css +0 -508
  849. package/dist/collection/components/toolbar/test/image.svg +0 -1
  850. package/dist/collection/components/toolbar/toolbar.ionic.css +0 -241
  851. package/dist/esm/caret-down-D1t981Ih.js +0 -6
  852. package/dist/esm/caret-left-fIOYmaqA.js +0 -6
  853. package/dist/esm/caret-right-BYSs-jZz.js +0 -6
  854. package/dist/esm/ion-divider.entry.js +0 -49
  855. package/dist/esm/ionic-global-2R0iPB51.js +0 -480
  856. package/dist/esm/list-Dhi5xtNS.js +0 -6
  857. package/dist/esm/x-BDqjX7Z_.js +0 -6
  858. package/dist/ionic/p--8Ga2Cg0.js +0 -4
  859. package/dist/ionic/p-0774e5a0.entry.js +0 -4
  860. package/dist/ionic/p-105826fe.entry.js +0 -4
  861. package/dist/ionic/p-14346334.entry.js +0 -4
  862. package/dist/ionic/p-1fead95f.entry.js +0 -4
  863. package/dist/ionic/p-2061a732.entry.js +0 -4
  864. package/dist/ionic/p-23e4b68a.entry.js +0 -4
  865. package/dist/ionic/p-2c504bd3.entry.js +0 -4
  866. package/dist/ionic/p-2c96bfe6.entry.js +0 -4
  867. package/dist/ionic/p-36f2ff62.entry.js +0 -4
  868. package/dist/ionic/p-3948040f.entry.js +0 -4
  869. package/dist/ionic/p-3a481932.entry.js +0 -4
  870. package/dist/ionic/p-3d0e07cf.entry.js +0 -4
  871. package/dist/ionic/p-418e4330.entry.js +0 -4
  872. package/dist/ionic/p-48366887.entry.js +0 -4
  873. package/dist/ionic/p-495912a4.entry.js +0 -4
  874. package/dist/ionic/p-4e13d498.entry.js +0 -4
  875. package/dist/ionic/p-55734084.entry.js +0 -4
  876. package/dist/ionic/p-55e2352e.entry.js +0 -4
  877. package/dist/ionic/p-59a79bd9.entry.js +0 -4
  878. package/dist/ionic/p-66397fac.entry.js +0 -4
  879. package/dist/ionic/p-66d094b2.entry.js +0 -4
  880. package/dist/ionic/p-698ae42d.entry.js +0 -4
  881. package/dist/ionic/p-6a7a53e5.entry.js +0 -4
  882. package/dist/ionic/p-6bb99f41.entry.js +0 -4
  883. package/dist/ionic/p-74601090.entry.js +0 -4
  884. package/dist/ionic/p-7894f98d.entry.js +0 -4
  885. package/dist/ionic/p-78f1c348.entry.js +0 -4
  886. package/dist/ionic/p-826267d6.entry.js +0 -4
  887. package/dist/ionic/p-844bd58c.entry.js +0 -4
  888. package/dist/ionic/p-931fd886.entry.js +0 -4
  889. package/dist/ionic/p-9839d6df.entry.js +0 -4
  890. package/dist/ionic/p-9a20f9cb.entry.js +0 -4
  891. package/dist/ionic/p-9c3361e4.entry.js +0 -4
  892. package/dist/ionic/p-9e3fa08c.entry.js +0 -4
  893. package/dist/ionic/p-B-N4FEiY.js +0 -4
  894. package/dist/ionic/p-BDqjX7Z_.js +0 -4
  895. package/dist/ionic/p-BRd1Ag6P.js +0 -4
  896. package/dist/ionic/p-BYSs-jZz.js +0 -4
  897. package/dist/ionic/p-BiTKUjko.js +0 -4
  898. package/dist/ionic/p-CGo9Zrhw.js +0 -4
  899. package/dist/ionic/p-CK1xn1Nt.js +0 -4
  900. package/dist/ionic/p-CK4YXTyz.js +0 -4
  901. package/dist/ionic/p-CeO9Shc9.js +0 -4
  902. package/dist/ionic/p-CkzsSTjr.js +0 -4
  903. package/dist/ionic/p-D1t981Ih.js +0 -4
  904. package/dist/ionic/p-DPNSAVjP.js +0 -4
  905. package/dist/ionic/p-D_8SMvQ3.js +0 -4
  906. package/dist/ionic/p-DdaOdN_z.js +0 -4
  907. package/dist/ionic/p-Dhi5xtNS.js +0 -4
  908. package/dist/ionic/p-Dq8ap6AD.js +0 -4
  909. package/dist/ionic/p-Dv5UHqHj.js +0 -4
  910. package/dist/ionic/p-DyaKZbAH.js +0 -4
  911. package/dist/ionic/p-W-2TssC9.js +0 -4
  912. package/dist/ionic/p-a2004213.entry.js +0 -4
  913. package/dist/ionic/p-a2179948.entry.js +0 -4
  914. package/dist/ionic/p-a3fefcf5.entry.js +0 -4
  915. package/dist/ionic/p-a57c0cce.entry.js +0 -4
  916. package/dist/ionic/p-b652eff7.entry.js +0 -4
  917. package/dist/ionic/p-b65b47bf.entry.js +0 -4
  918. package/dist/ionic/p-b7f5ae4a.entry.js +0 -4
  919. package/dist/ionic/p-c289efa5.entry.js +0 -4
  920. package/dist/ionic/p-ce2762f2.entry.js +0 -4
  921. package/dist/ionic/p-d36f836a.entry.js +0 -4
  922. package/dist/ionic/p-d774af7c.entry.js +0 -4
  923. package/dist/ionic/p-da0a2ca6.entry.js +0 -4
  924. package/dist/ionic/p-e2171c27.entry.js +0 -4
  925. package/dist/ionic/p-e3daf16c.entry.js +0 -4
  926. package/dist/ionic/p-ecc8aebb.entry.js +0 -4
  927. package/dist/ionic/p-f5fe6d47.entry.js +0 -4
  928. package/dist/ionic/p-fIOYmaqA.js +0 -4
  929. package/dist/ionic/p-fa6895f9.entry.js +0 -4
  930. package/dist/ionic/p-fa7fe783.entry.js +0 -4
  931. package/dist/ionic/p-ff69e0c6.entry.js +0 -4
  932. package/dist/ionic/p-vXpMhGrs.js +0 -4
  933. package/dist/ionic/p-vpXGWZiy.js +0 -4
  934. package/dist/types/components/divider/divider.d.ts +0 -20
  935. /package/dist/collection/components/{refresher-content/refresher-content.css → input-password-toggle/input-password-toggle.css} +0 -0
@@ -89,7 +89,7 @@ export namespace Components {
89
89
  */
90
90
  "disabled": boolean;
91
91
  /**
92
- * The mode determines the platform behaviors of the component.
92
+ * The mode determines which platform styles to use.
93
93
  */
94
94
  "mode"?: "ios" | "md";
95
95
  /**
@@ -97,14 +97,11 @@ 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";
104
100
  /**
105
101
  * The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
102
+ * @default chevronDown
106
103
  */
107
- "toggleIcon"?: string;
104
+ "toggleIcon": string;
108
105
  /**
109
106
  * The slot inside of `ion-item` to place the toggle icon. Defaults to `"end"`.
110
107
  * @default 'end'
@@ -134,7 +131,7 @@ export namespace Components {
134
131
  "expand": 'compact' | 'inset';
135
132
  "getAccordions": () => Promise<HTMLIonAccordionElement[]>;
136
133
  /**
137
- * The mode determines the platform behaviors of the component.
134
+ * The mode determines which platform styles to use.
138
135
  */
139
136
  "mode"?: "ios" | "md";
140
137
  /**
@@ -150,14 +147,6 @@ export namespace Components {
150
147
  * 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.
151
148
  */
152
149
  "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";
161
150
  /**
162
151
  * The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
163
152
  */
@@ -221,7 +210,7 @@ export namespace Components {
221
210
  */
222
211
  "leaveAnimation"?: AnimationBuilder;
223
212
  /**
224
- * The mode determines the platform behaviors of the component.
213
+ * The mode determines which platform styles to use.
225
214
  */
226
215
  "mode"?: "ios" | "md";
227
216
  /**
@@ -242,11 +231,7 @@ export namespace Components {
242
231
  */
243
232
  "subHeader"?: string;
244
233
  /**
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).
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).
250
235
  * @default false
251
236
  */
252
237
  "translucent": boolean;
@@ -322,7 +307,7 @@ export namespace Components {
322
307
  */
323
308
  "message"?: string | IonicSafeString;
324
309
  /**
325
- * The mode determines the platform behaviors of the component.
310
+ * The mode determines which platform styles to use.
326
311
  */
327
312
  "mode"?: "ios" | "md";
328
313
  /**
@@ -343,11 +328,7 @@ export namespace Components {
343
328
  */
344
329
  "subHeader"?: string;
345
330
  /**
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).
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).
351
332
  * @default false
352
333
  */
353
334
  "translucent": boolean;
@@ -357,42 +338,13 @@ export namespace Components {
357
338
  "trigger": string | undefined;
358
339
  }
359
340
  interface IonApp {
360
- /**
361
- * The mode determines the platform behaviors of the component.
362
- */
363
- "mode"?: "ios" | "md";
364
341
  /**
365
342
  * 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
343
  * @param elements An array of HTML elements to set focus on.
367
344
  */
368
345
  "setFocus": (elements: HTMLElement[]) => Promise<void>;
369
- /**
370
- * The theme determines the visual appearance of the component.
371
- */
372
- "theme"?: "ios" | "md" | "ionic";
373
346
  }
374
347
  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";
396
348
  }
397
349
  interface IonBackButton {
398
350
  /**
@@ -413,7 +365,7 @@ export namespace Components {
413
365
  */
414
366
  "icon"?: string | null;
415
367
  /**
416
- * The mode determines the platform behaviors of the component.
368
+ * The mode determines which platform styles to use.
417
369
  */
418
370
  "mode"?: "ios" | "md";
419
371
  /**
@@ -424,10 +376,6 @@ export namespace Components {
424
376
  * The text to display in the back button.
425
377
  */
426
378
  "text"?: string | null;
427
- /**
428
- * The theme determines the visual appearance of the component.
429
- */
430
- "theme"?: "ios" | "md" | "ionic";
431
379
  /**
432
380
  * The type of the button.
433
381
  * @default 'button'
@@ -435,10 +383,6 @@ export namespace Components {
435
383
  "type": 'submit' | 'reset' | 'button';
436
384
  }
437
385
  interface IonBackdrop {
438
- /**
439
- * The mode determines the platform behaviors of the component.
440
- */
441
- "mode"?: "ios" | "md";
442
386
  /**
443
387
  * If `true`, the backdrop will stop propagation on tap.
444
388
  * @default true
@@ -449,10 +393,6 @@ export namespace Components {
449
393
  * @default true
450
394
  */
451
395
  "tappable": boolean;
452
- /**
453
- * The theme determines the visual appearance of the component.
454
- */
455
- "theme"?: "ios" | "md" | "ionic";
456
396
  /**
457
397
  * If `true`, the backdrop will be visible.
458
398
  * @default true
@@ -465,29 +405,9 @@ export namespace Components {
465
405
  */
466
406
  "color"?: Color;
467
407
  /**
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
+ * The mode determines which platform styles to use.
473
409
  */
474
410
  "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';
491
411
  }
492
412
  interface IonBreadcrumb {
493
413
  /**
@@ -518,7 +438,7 @@ export namespace Components {
518
438
  "href": string | undefined;
519
439
  "last": boolean;
520
440
  /**
521
- * The mode determines the platform behaviors of the component.
441
+ * The mode determines which platform styles to use.
522
442
  */
523
443
  "mode"?: "ios" | "md";
524
444
  /**
@@ -543,10 +463,6 @@ export namespace Components {
543
463
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
544
464
  */
545
465
  "target": string | undefined;
546
- /**
547
- * The theme determines the visual appearance of the component.
548
- */
549
- "theme"?: "ios" | "md" | "ionic";
550
466
  }
551
467
  interface IonBreadcrumbs {
552
468
  /**
@@ -568,13 +484,9 @@ export namespace Components {
568
484
  */
569
485
  "maxItems"?: number;
570
486
  /**
571
- * The mode determines the platform behaviors of the component.
487
+ * The mode determines which platform styles to use.
572
488
  */
573
489
  "mode"?: "ios" | "md";
574
- /**
575
- * The theme determines the visual appearance of the component.
576
- */
577
- "theme"?: "ios" | "md" | "ionic";
578
490
  }
579
491
  interface IonButton {
580
492
  /**
@@ -612,7 +524,7 @@ export namespace Components {
612
524
  */
613
525
  "href": string | undefined;
614
526
  /**
615
- * The mode determines the platform behaviors of the component.
527
+ * The mode determines which platform styles to use.
616
528
  */
617
529
  "mode"?: "ios" | "md";
618
530
  /**
@@ -629,13 +541,13 @@ export namespace Components {
629
541
  */
630
542
  "routerDirection": RouterDirection;
631
543
  /**
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
+ * Set to `"round"` for a button with more rounded corners.
633
545
  */
634
- "shape"?: 'soft' | 'round' | 'rectangular';
546
+ "shape"?: 'round';
635
547
  /**
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
+ * 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.
637
549
  */
638
- "size"?: 'small' | 'default' | 'medium' | 'large';
550
+ "size"?: 'small' | 'default' | 'large';
639
551
  /**
640
552
  * If `true`, activates a button with a heavier font weight.
641
553
  * @default false
@@ -645,10 +557,6 @@ export namespace Components {
645
557
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
646
558
  */
647
559
  "target": string | undefined;
648
- /**
649
- * The theme determines the visual appearance of the component.
650
- */
651
- "theme"?: "ios" | "md" | "ionic";
652
560
  /**
653
561
  * The type of the button.
654
562
  * @default 'button'
@@ -657,18 +565,10 @@ export namespace Components {
657
565
  }
658
566
  interface IonButtons {
659
567
  /**
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
+ * 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)
661
569
  * @default false
662
570
  */
663
571
  "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";
672
572
  }
673
573
  interface IonCard {
674
574
  /**
@@ -694,7 +594,7 @@ export namespace Components {
694
594
  */
695
595
  "href": string | undefined;
696
596
  /**
697
- * The mode determines the platform behaviors of the component.
597
+ * The mode determines which platform styles to use.
698
598
  */
699
599
  "mode"?: "ios" | "md";
700
600
  /**
@@ -710,19 +610,10 @@ export namespace Components {
710
610
  * @default 'forward'
711
611
  */
712
612
  "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';
718
613
  /**
719
614
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
720
615
  */
721
616
  "target": string | undefined;
722
- /**
723
- * The theme determines the visual appearance of the component.
724
- */
725
- "theme"?: "ios" | "md" | "ionic";
726
617
  /**
727
618
  * The type of the button. Only used when an `onclick` or `button` property is present.
728
619
  * @default 'button'
@@ -731,13 +622,9 @@ export namespace Components {
731
622
  }
732
623
  interface IonCardContent {
733
624
  /**
734
- * The mode determines the platform behaviors of the component.
625
+ * The mode determines which platform styles to use.
735
626
  */
736
627
  "mode"?: "ios" | "md";
737
- /**
738
- * The theme determines the visual appearance of the component.
739
- */
740
- "theme"?: "ios" | "md" | "ionic";
741
628
  }
742
629
  interface IonCardHeader {
743
630
  /**
@@ -745,15 +632,11 @@ export namespace Components {
745
632
  */
746
633
  "color"?: Color;
747
634
  /**
748
- * The mode determines the platform behaviors of the component.
635
+ * The mode determines which platform styles to use.
749
636
  */
750
637
  "mode"?: "ios" | "md";
751
638
  /**
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
+ * 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).
757
640
  * @default false
758
641
  */
759
642
  "translucent": boolean;
@@ -764,13 +647,9 @@ export namespace Components {
764
647
  */
765
648
  "color"?: Color;
766
649
  /**
767
- * The mode determines the platform behaviors of the component.
650
+ * The mode determines which platform styles to use.
768
651
  */
769
652
  "mode"?: "ios" | "md";
770
- /**
771
- * The theme determines the visual appearance of the component.
772
- */
773
- "theme"?: "ios" | "md" | "ionic";
774
653
  }
775
654
  interface IonCardTitle {
776
655
  /**
@@ -778,13 +657,9 @@ export namespace Components {
778
657
  */
779
658
  "color"?: Color;
780
659
  /**
781
- * The mode determines the platform behaviors of the component.
660
+ * The mode determines which platform styles to use.
782
661
  */
783
662
  "mode"?: "ios" | "md";
784
- /**
785
- * The theme determines the visual appearance of the component.
786
- */
787
- "theme"?: "ios" | "md" | "ionic";
788
663
  }
789
664
  interface IonCheckbox {
790
665
  /**
@@ -828,7 +703,7 @@ export namespace Components {
828
703
  */
829
704
  "labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
830
705
  /**
831
- * The mode determines the platform behaviors of the component.
706
+ * The mode determines which platform styles to use.
832
707
  */
833
708
  "mode"?: "ios" | "md";
834
709
  /**
@@ -842,19 +717,6 @@ export namespace Components {
842
717
  */
843
718
  "required": boolean;
844
719
  "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";
858
720
  /**
859
721
  * 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>`.
860
722
  * @default 'on'
@@ -872,12 +734,7 @@ export namespace Components {
872
734
  */
873
735
  "disabled": boolean;
874
736
  /**
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
+ * The mode determines which platform styles to use.
881
738
  */
882
739
  "mode"?: "ios" | "md";
883
740
  /**
@@ -885,24 +742,8 @@ export namespace Components {
885
742
  * @default false
886
743
  */
887
744
  "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";
900
745
  }
901
746
  interface IonCol {
902
- /**
903
- * The mode determines the platform behaviors of the component.
904
- */
905
- "mode"?: "ios" | "md";
906
747
  /**
907
748
  * The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
908
749
  */
@@ -927,88 +768,52 @@ export namespace Components {
927
768
  * The amount to offset the column for xs screens, in terms of how many columns it should shift to the end of the total available.
928
769
  */
929
770
  "offsetXs"?: string;
930
- /**
931
- * The order of the column, in terms of where the column should position itself in the columns renderer. If no value is passed, the column order implicit value will be the order in the html structure.
932
- */
933
- "order"?: string;
934
- /**
935
- * The order of the column for lg screens, in terms of where the column should position itself in the columns renderer. If no value is passed, the column order implicit value will be the order in the html structure.
936
- */
937
- "orderLg"?: string;
938
- /**
939
- * The order of the column for md screens, in terms of where the column should position itself in the columns renderer. If no value is passed, the column order implicit value will be the order in the html structure.
940
- */
941
- "orderMd"?: string;
942
- /**
943
- * The order of the column for sm screens, in terms of where the column should position itself in the columns renderer. If no value is passed, the column order implicit value will be the order in the html structure.
944
- */
945
- "orderSm"?: string;
946
- /**
947
- * The order of the column for xl screens, in terms of where the column should position itself in the columns renderer. If no value is passed, the column order implicit value will be the order in the html structure.
948
- */
949
- "orderXl"?: string;
950
- /**
951
- * The order of the column for xs screens, in terms of where the column should position itself in the columns renderer. If no value is passed, the column order implicit value will be the order in the html structure.
952
- */
953
- "orderXs"?: string;
954
771
  /**
955
772
  * The amount to pull the column, in terms of how many columns it should shift to the start of the total available.
956
- * @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
957
773
  */
958
774
  "pull"?: string;
959
775
  /**
960
776
  * The amount to pull the column for lg screens, in terms of how many columns it should shift to the start of the total available.
961
- * @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
962
777
  */
963
778
  "pullLg"?: string;
964
779
  /**
965
780
  * The amount to pull the column for md screens, in terms of how many columns it should shift to the start of the total available.
966
- * @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
967
781
  */
968
782
  "pullMd"?: string;
969
783
  /**
970
784
  * The amount to pull the column for sm screens, in terms of how many columns it should shift to the start of the total available.
971
- * @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
972
785
  */
973
786
  "pullSm"?: string;
974
787
  /**
975
788
  * The amount to pull the column for xl screens, in terms of how many columns it should shift to the start of the total available.
976
- * @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
977
789
  */
978
790
  "pullXl"?: string;
979
791
  /**
980
792
  * The amount to pull the column for xs screens, in terms of how many columns it should shift to the start of the total available.
981
- * @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
982
793
  */
983
794
  "pullXs"?: string;
984
795
  /**
985
796
  * The amount to push the column, in terms of how many columns it should shift to the end of the total available.
986
- * @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
987
797
  */
988
798
  "push"?: string;
989
799
  /**
990
800
  * The amount to push the column for lg screens, in terms of how many columns it should shift to the end of the total available.
991
- * @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
992
801
  */
993
802
  "pushLg"?: string;
994
803
  /**
995
804
  * The amount to push the column for md screens, in terms of how many columns it should shift to the end of the total available.
996
- * @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
997
805
  */
998
806
  "pushMd"?: string;
999
807
  /**
1000
808
  * The amount to push the column for sm screens, in terms of how many columns it should shift to the end of the total available.
1001
- * @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
1002
809
  */
1003
810
  "pushSm"?: string;
1004
811
  /**
1005
812
  * The amount to push the column for xl screens, in terms of how many columns it should shift to the end of the total available.
1006
- * @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
1007
813
  */
1008
814
  "pushXl"?: string;
1009
815
  /**
1010
816
  * The amount to push the column for xs screens, in terms of how many columns it should shift to the end of the total available.
1011
- * @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
1012
817
  */
1013
818
  "pushXs"?: string;
1014
819
  /**
@@ -1035,10 +840,6 @@ export namespace Components {
1035
840
  * 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.
1036
841
  */
1037
842
  "sizeXs"?: string;
1038
- /**
1039
- * The theme determines the visual appearance of the component.
1040
- */
1041
- "theme"?: "ios" | "md" | "ionic";
1042
843
  }
1043
844
  interface IonContent {
1044
845
  /**
@@ -1067,10 +868,6 @@ export namespace Components {
1067
868
  * 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.
1068
869
  */
1069
870
  "getScrollElement": () => Promise<HTMLElement>;
1070
- /**
1071
- * The mode determines the platform behaviors of the component.
1072
- */
1073
- "mode"?: "ios" | "md";
1074
871
  /**
1075
872
  * Scroll by a specified X/Y distance in the component.
1076
873
  * @param x The amount to scroll by on the horizontal axis.
@@ -1110,10 +907,6 @@ export namespace Components {
1110
907
  * @default true
1111
908
  */
1112
909
  "scrollY": boolean;
1113
- /**
1114
- * The theme determines the visual appearance of the component.
1115
- */
1116
- "theme"?: "ios" | "md" | "ionic";
1117
910
  }
1118
911
  interface IonDatetime {
1119
912
  /**
@@ -1198,7 +991,7 @@ export namespace Components {
1198
991
  */
1199
992
  "minuteValues"?: number[] | number | string;
1200
993
  /**
1201
- * The mode determines the platform behaviors of the component.
994
+ * The mode determines which platform styles to use.
1202
995
  */
1203
996
  "mode"?: "ios" | "md";
1204
997
  /**
@@ -1265,10 +1058,6 @@ export namespace Components {
1265
1058
  * @default 'fixed'
1266
1059
  */
1267
1060
  "size": 'cover' | 'fixed';
1268
- /**
1269
- * The theme determines the visual appearance of the component.
1270
- */
1271
- "theme"?: "ios" | "md" | "ionic";
1272
1061
  /**
1273
1062
  * 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.
1274
1063
  */
@@ -1298,25 +1087,9 @@ export namespace Components {
1298
1087
  */
1299
1088
  "disabled": boolean;
1300
1089
  /**
1301
- * The mode determines the platform behaviors of the component.
1090
+ * The mode determines which platform styles to use.
1302
1091
  */
1303
1092
  "mode"?: "ios" | "md";
1304
- /**
1305
- * The theme determines the visual appearance of the component.
1306
- */
1307
- "theme"?: "ios" | "md" | "ionic";
1308
- }
1309
- interface IonDivider {
1310
- /**
1311
- * If `true`, the divider will have horizontal margins By default, it's `false`
1312
- * @default false
1313
- */
1314
- "inset": boolean;
1315
- /**
1316
- * 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"`.
1317
- * @default 'medium'
1318
- */
1319
- "spacing"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge';
1320
1093
  }
1321
1094
  interface IonFab {
1322
1095
  /**
@@ -1337,14 +1110,6 @@ export namespace Components {
1337
1110
  * Where to align the fab horizontally in the viewport.
1338
1111
  */
1339
1112
  "horizontal"?: 'start' | 'end' | 'center';
1340
- /**
1341
- * The mode determines the platform behaviors of the component.
1342
- */
1343
- "mode"?: "ios" | "md";
1344
- /**
1345
- * The theme determines the visual appearance of the component.
1346
- */
1347
- "theme"?: "ios" | "md" | "ionic";
1348
1113
  /**
1349
1114
  * Opens/Closes the FAB list container.
1350
1115
  */
@@ -1362,8 +1127,9 @@ export namespace Components {
1362
1127
  "activated": boolean;
1363
1128
  /**
1364
1129
  * 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.
1130
+ * @default close
1365
1131
  */
1366
- "closeIcon"?: string;
1132
+ "closeIcon": string;
1367
1133
  /**
1368
1134
  * 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).
1369
1135
  */
@@ -1382,7 +1148,7 @@ export namespace Components {
1382
1148
  */
1383
1149
  "href": string | undefined;
1384
1150
  /**
1385
- * The mode determines the platform behaviors of the component.
1151
+ * The mode determines which platform styles to use.
1386
1152
  */
1387
1153
  "mode"?: "ios" | "md";
1388
1154
  /**
@@ -1412,11 +1178,7 @@ export namespace Components {
1412
1178
  */
1413
1179
  "target": string | undefined;
1414
1180
  /**
1415
- * The theme determines the visual appearance of the component.
1416
- */
1417
- "theme"?: "ios" | "md" | "ionic";
1418
- /**
1419
- * 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).
1181
+ * 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).
1420
1182
  * @default false
1421
1183
  */
1422
1184
  "translucent": boolean;
@@ -1432,35 +1194,23 @@ export namespace Components {
1432
1194
  * @default false
1433
1195
  */
1434
1196
  "activated": boolean;
1435
- /**
1436
- * The mode determines the platform behaviors of the component.
1437
- */
1438
- "mode"?: "ios" | "md";
1439
1197
  /**
1440
1198
  * The side the fab list will show on relative to the main fab button.
1441
1199
  * @default 'bottom'
1442
1200
  */
1443
1201
  "side": 'start' | 'end' | 'top' | 'bottom';
1444
- /**
1445
- * The theme determines the visual appearance of the component.
1446
- */
1447
- "theme"?: "ios" | "md" | "ionic";
1448
1202
  }
1449
1203
  interface IonFooter {
1450
1204
  /**
1451
- * Describes the scroll effect that will be applied to the footer. Only applies when the theme is `"ios"`.
1205
+ * Describes the scroll effect that will be applied to the footer. Only applies in iOS mode.
1452
1206
  */
1453
1207
  "collapse"?: 'fade';
1454
1208
  /**
1455
- * The mode determines the platform behaviors of the component.
1209
+ * The mode determines which platform styles to use.
1456
1210
  */
1457
1211
  "mode"?: "ios" | "md";
1458
1212
  /**
1459
- * The theme determines the visual appearance of the component.
1460
- */
1461
- "theme"?: "ios" | "md" | "ionic";
1462
- /**
1463
- * 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.
1213
+ * 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.
1464
1214
  * @default false
1465
1215
  */
1466
1216
  "translucent": boolean;
@@ -1471,35 +1221,18 @@ export namespace Components {
1471
1221
  * @default false
1472
1222
  */
1473
1223
  "fixed": boolean;
1474
- /**
1475
- * The mode determines the platform behaviors of the component.
1476
- */
1477
- "mode"?: "ios" | "md";
1478
- /**
1479
- * The theme determines the visual appearance of the component.
1480
- */
1481
- "theme"?: "ios" | "md" | "ionic";
1482
1224
  }
1483
1225
  interface IonHeader {
1484
1226
  /**
1485
- * 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)
1227
+ * 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)
1486
1228
  */
1487
1229
  "collapse"?: 'condense' | 'fade';
1488
1230
  /**
1489
- * If `true`, the header will have a line at the bottom. TODO(ROU-10855): add support for this prop on ios/md themes
1490
- * @default false
1491
- */
1492
- "divider": boolean;
1493
- /**
1494
- * The mode determines the platform behaviors of the component.
1231
+ * The mode determines which platform styles to use.
1495
1232
  */
1496
1233
  "mode"?: "ios" | "md";
1497
1234
  /**
1498
- * The theme determines the visual appearance of the component.
1499
- */
1500
- "theme"?: "ios" | "md" | "ionic";
1501
- /**
1502
- * If `true`, the header will be translucent. Only applies when the theme is `"ios"` or `"ionic"` 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.
1235
+ * 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.
1503
1236
  * @default false
1504
1237
  */
1505
1238
  "translucent": boolean;
@@ -1509,18 +1242,10 @@ export namespace Components {
1509
1242
  * 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.
1510
1243
  */
1511
1244
  "alt"?: string;
1512
- /**
1513
- * The mode determines the platform behaviors of the component.
1514
- */
1515
- "mode"?: "ios" | "md";
1516
1245
  /**
1517
1246
  * The image URL. This attribute is mandatory for the `<img>` element.
1518
1247
  */
1519
1248
  "src"?: string;
1520
- /**
1521
- * The theme determines the visual appearance of the component.
1522
- */
1523
- "theme"?: "ios" | "md" | "ionic";
1524
1249
  }
1525
1250
  interface IonInfiniteScroll {
1526
1251
  /**
@@ -1532,24 +1257,11 @@ export namespace Components {
1532
1257
  * @default false
1533
1258
  */
1534
1259
  "disabled": boolean;
1535
- /**
1536
- * The mode determines the platform behaviors of the component.
1537
- */
1538
- "mode"?: "ios" | "md";
1539
1260
  /**
1540
1261
  * The position of the infinite scroll element. The value can be either `top` or `bottom`.
1541
1262
  * @default 'bottom'
1542
1263
  */
1543
1264
  "position": 'top' | 'bottom';
1544
- /**
1545
- * If `true`, the infinite scroll will preserve the scroll position when the content is re-rendered. This is useful when the content is re-rendered with new keys, and the scroll position should be preserved.
1546
- * @default false
1547
- */
1548
- "preserveRerenderScrollPosition": boolean;
1549
- /**
1550
- * The theme determines the visual appearance of the component.
1551
- */
1552
- "theme"?: "ios" | "md" | "ionic";
1553
1265
  /**
1554
1266
  * 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.
1555
1267
  * @default '15%'
@@ -1565,14 +1277,6 @@ export namespace Components {
1565
1277
  * 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.
1566
1278
  */
1567
1279
  "loadingText"?: string | IonicSafeString;
1568
- /**
1569
- * The mode determines the platform behaviors of the component.
1570
- */
1571
- "mode"?: "ios" | "md";
1572
- /**
1573
- * The theme determines the visual appearance of the component.
1574
- */
1575
- "theme"?: "ios" | "md" | "ionic";
1576
1280
  }
1577
1281
  interface IonInput {
1578
1282
  /**
@@ -1639,7 +1343,7 @@ export namespace Components {
1639
1343
  */
1640
1344
  "errorText"?: string;
1641
1345
  /**
1642
- * 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"`.
1346
+ * 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.
1643
1347
  */
1644
1348
  "fill"?: 'outline' | 'solid';
1645
1349
  /**
@@ -1659,9 +1363,10 @@ export namespace Components {
1659
1363
  */
1660
1364
  "label"?: string;
1661
1365
  /**
1662
- * 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.
1366
+ * 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 ("...").
1367
+ * @default 'start'
1663
1368
  */
1664
- "labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
1369
+ "labelPlacement": 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
1665
1370
  /**
1666
1371
  * The maximum value, which must not be less than its minimum (min attribute) value.
1667
1372
  */
@@ -1679,7 +1384,7 @@ export namespace Components {
1679
1384
  */
1680
1385
  "minlength"?: number;
1681
1386
  /**
1682
- * The mode determines the platform behaviors of the component.
1387
+ * The mode determines which platform styles to use.
1683
1388
  */
1684
1389
  "mode"?: "ios" | "md";
1685
1390
  /**
@@ -1714,14 +1419,9 @@ export namespace Components {
1714
1419
  */
1715
1420
  "setFocus": () => Promise<void>;
1716
1421
  /**
1717
- * 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"`.
1718
- */
1719
- "shape"?: 'soft' | 'round' | 'rectangular';
1720
- /**
1721
- * 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.
1722
- * @default 'medium'
1422
+ * The shape of the input. If "round" it will have an increased border radius.
1723
1423
  */
1724
- "size"?: 'medium' | 'large' | 'xlarge';
1424
+ "shape"?: 'round';
1725
1425
  /**
1726
1426
  * If `true`, the element will have its spelling and grammar checked.
1727
1427
  * @default false
@@ -1731,10 +1431,6 @@ export namespace Components {
1731
1431
  * 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.
1732
1432
  */
1733
1433
  "step"?: string;
1734
- /**
1735
- * The theme determines the visual appearance of the component.
1736
- */
1737
- "theme"?: "ios" | "md" | "ionic";
1738
1434
  /**
1739
1435
  * The type of control to display. The default type is text.
1740
1436
  * @default 'text'
@@ -1847,13 +1543,14 @@ export namespace Components {
1847
1543
  */
1848
1544
  "color"?: Color;
1849
1545
  /**
1850
- * 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.
1546
+ * 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.
1851
1547
  */
1852
1548
  "detail"?: boolean;
1853
1549
  /**
1854
1550
  * The icon to use when `detail` is set to `true`.
1551
+ * @default chevronForward
1855
1552
  */
1856
- "detailIcon"?: string;
1553
+ "detailIcon": string;
1857
1554
  /**
1858
1555
  * If `true`, the user cannot interact with the item.
1859
1556
  * @default false
@@ -1872,7 +1569,7 @@ export namespace Components {
1872
1569
  */
1873
1570
  "lines"?: 'full' | 'inset' | 'none';
1874
1571
  /**
1875
- * The mode determines the platform behaviors of the component.
1572
+ * The mode determines which platform styles to use.
1876
1573
  */
1877
1574
  "mode"?: "ios" | "md";
1878
1575
  /**
@@ -1892,10 +1589,6 @@ export namespace Components {
1892
1589
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
1893
1590
  */
1894
1591
  "target": string | undefined;
1895
- /**
1896
- * The theme determines the visual appearance of the component.
1897
- */
1898
- "theme"?: "ios" | "md" | "ionic";
1899
1592
  /**
1900
1593
  * The type of the button. Only used when an `onclick` or `button` property is present.
1901
1594
  * @default 'button'
@@ -1908,7 +1601,7 @@ export namespace Components {
1908
1601
  */
1909
1602
  "color"?: Color;
1910
1603
  /**
1911
- * The mode determines the platform behaviors of the component.
1604
+ * The mode determines which platform styles to use.
1912
1605
  */
1913
1606
  "mode"?: "ios" | "md";
1914
1607
  /**
@@ -1916,20 +1609,8 @@ export namespace Components {
1916
1609
  * @default false
1917
1610
  */
1918
1611
  "sticky": boolean;
1919
- /**
1920
- * The theme determines the visual appearance of the component.
1921
- */
1922
- "theme"?: "ios" | "md" | "ionic";
1923
1612
  }
1924
1613
  interface IonItemGroup {
1925
- /**
1926
- * The mode determines the platform behaviors of the component.
1927
- */
1928
- "mode"?: "ios" | "md";
1929
- /**
1930
- * The theme determines the visual appearance of the component.
1931
- */
1932
- "theme"?: "ios" | "md" | "ionic";
1933
1614
  }
1934
1615
  interface IonItemOption {
1935
1616
  /**
@@ -1955,30 +1636,17 @@ export namespace Components {
1955
1636
  */
1956
1637
  "href": string | undefined;
1957
1638
  /**
1958
- * 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.
1959
- * @default 'subtle'
1960
- */
1961
- "hue"?: 'bold' | 'subtle';
1962
- /**
1963
- * The mode determines the platform behaviors of the component.
1639
+ * The mode determines which platform styles to use.
1964
1640
  */
1965
1641
  "mode"?: "ios" | "md";
1966
1642
  /**
1967
1643
  * 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).
1968
1644
  */
1969
1645
  "rel": string | undefined;
1970
- /**
1971
- * 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.
1972
- */
1973
- "shape"?: 'soft' | 'round' | 'rectangular';
1974
1646
  /**
1975
1647
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
1976
1648
  */
1977
1649
  "target": string | undefined;
1978
- /**
1979
- * The theme determines the visual appearance of the component.
1980
- */
1981
- "theme"?: "ios" | "md" | "ionic";
1982
1650
  /**
1983
1651
  * The type of the button.
1984
1652
  * @default 'button'
@@ -1987,19 +1655,11 @@ export namespace Components {
1987
1655
  }
1988
1656
  interface IonItemOptions {
1989
1657
  "fireSwipeEvent": () => Promise<void>;
1990
- /**
1991
- * The mode determines the platform behaviors of the component.
1992
- */
1993
- "mode"?: "ios" | "md";
1994
1658
  /**
1995
1659
  * 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.
1996
1660
  * @default 'end'
1997
1661
  */
1998
1662
  "side": Side;
1999
- /**
2000
- * The theme determines the visual appearance of the component.
2001
- */
2002
- "theme"?: "ios" | "md" | "ionic";
2003
1663
  }
2004
1664
  interface IonItemSliding {
2005
1665
  /**
@@ -2023,19 +1683,11 @@ export namespace Components {
2023
1683
  * 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.
2024
1684
  */
2025
1685
  "getSlidingRatio": () => Promise<number>;
2026
- /**
2027
- * The mode determines the platform behaviors of the component.
2028
- */
2029
- "mode"?: "ios" | "md";
2030
1686
  /**
2031
1687
  * Open the sliding item.
2032
1688
  * @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.
2033
1689
  */
2034
1690
  "open": (side: Side | undefined) => Promise<void>;
2035
- /**
2036
- * The theme determines the visual appearance of the component.
2037
- */
2038
- "theme"?: "ios" | "md" | "ionic";
2039
1691
  }
2040
1692
  interface IonLabel {
2041
1693
  /**
@@ -2043,17 +1695,13 @@ export namespace Components {
2043
1695
  */
2044
1696
  "color"?: Color;
2045
1697
  /**
2046
- * The mode determines the platform behaviors of the component.
1698
+ * The mode determines which platform styles to use.
2047
1699
  */
2048
1700
  "mode"?: "ios" | "md";
2049
1701
  /**
2050
1702
  * The position determines where and how the label behaves inside an item.
2051
1703
  */
2052
1704
  "position"?: 'fixed' | 'stacked' | 'floating';
2053
- /**
2054
- * The theme determines the visual appearance of the component.
2055
- */
2056
- "theme"?: "ios" | "md" | "ionic";
2057
1705
  }
2058
1706
  interface IonList {
2059
1707
  /**
@@ -2070,17 +1718,9 @@ export namespace Components {
2070
1718
  */
2071
1719
  "lines"?: 'full' | 'inset' | 'none';
2072
1720
  /**
2073
- * The mode determines the platform behaviors of the component.
1721
+ * The mode determines which platform styles to use.
2074
1722
  */
2075
1723
  "mode"?: "ios" | "md";
2076
- /**
2077
- * 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.
2078
- */
2079
- "shape"?: 'soft' | 'round' | 'rectangular';
2080
- /**
2081
- * The theme determines the visual appearance of the component.
2082
- */
2083
- "theme"?: "ios" | "md" | "ionic";
2084
1724
  }
2085
1725
  interface IonListHeader {
2086
1726
  /**
@@ -2092,13 +1732,9 @@ export namespace Components {
2092
1732
  */
2093
1733
  "lines"?: 'full' | 'inset' | 'none';
2094
1734
  /**
2095
- * The mode determines the platform behaviors of the component.
1735
+ * The mode determines which platform styles to use.
2096
1736
  */
2097
1737
  "mode"?: "ios" | "md";
2098
- /**
2099
- * The theme determines the visual appearance of the component.
2100
- */
2101
- "theme"?: "ios" | "md" | "ionic";
2102
1738
  }
2103
1739
  interface IonLoading {
2104
1740
  /**
@@ -2158,7 +1794,7 @@ export namespace Components {
2158
1794
  */
2159
1795
  "message"?: string | IonicSafeString;
2160
1796
  /**
2161
- * The mode determines the platform behaviors of the component.
1797
+ * The mode determines which platform styles to use.
2162
1798
  */
2163
1799
  "mode"?: "ios" | "md";
2164
1800
  /**
@@ -2184,11 +1820,7 @@ export namespace Components {
2184
1820
  */
2185
1821
  "spinner"?: SpinnerTypes | null;
2186
1822
  /**
2187
- * The theme determines the visual appearance of the component.
2188
- */
2189
- "theme"?: "ios" | "md" | "ionic";
2190
- /**
2191
- * 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).
1823
+ * 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).
2192
1824
  * @default false
2193
1825
  */
2194
1826
  "translucent": boolean;
@@ -2230,10 +1862,6 @@ export namespace Components {
2230
1862
  * An id for the menu.
2231
1863
  */
2232
1864
  "menuId"?: string;
2233
- /**
2234
- * The mode determines the platform behaviors of the component.
2235
- */
2236
- "mode"?: "ios" | "md";
2237
1865
  /**
2238
1866
  * Opens the menu. If the menu is already open or it can't be opened, it returns `false`.
2239
1867
  * @param animated If `true`, the menu will animate when opening. If `false`, the menu will open instantly without animation. Defaults to `true`.
@@ -2256,10 +1884,6 @@ export namespace Components {
2256
1884
  * @default true
2257
1885
  */
2258
1886
  "swipeGesture": boolean;
2259
- /**
2260
- * The theme determines the visual appearance of the component.
2261
- */
2262
- "theme"?: "ios" | "md" | "ionic";
2263
1887
  /**
2264
1888
  * 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`.
2265
1889
  * @param animated If `true`, the menu will animate when opening/closing. If `false`, the menu will open/close instantly without animation. Defaults to `true`.
@@ -2290,13 +1914,9 @@ export namespace Components {
2290
1914
  */
2291
1915
  "menu"?: string;
2292
1916
  /**
2293
- * The mode determines the platform behaviors of the component.
1917
+ * The mode determines which platform styles to use.
2294
1918
  */
2295
1919
  "mode"?: "ios" | "md";
2296
- /**
2297
- * The theme determines the visual appearance of the component.
2298
- */
2299
- "theme"?: "ios" | "md" | "ionic";
2300
1920
  /**
2301
1921
  * The type of the button.
2302
1922
  * @default 'button'
@@ -2313,14 +1933,6 @@ export namespace Components {
2313
1933
  * 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.
2314
1934
  */
2315
1935
  "menu"?: string;
2316
- /**
2317
- * The mode determines the platform behaviors of the component.
2318
- */
2319
- "mode"?: "ios" | "md";
2320
- /**
2321
- * The theme determines the visual appearance of the component.
2322
- */
2323
- "theme"?: "ios" | "md" | "ionic";
2324
1936
  }
2325
1937
  interface IonModal {
2326
1938
  /**
@@ -2425,7 +2037,7 @@ export namespace Components {
2425
2037
  */
2426
2038
  "leaveAnimation"?: AnimationBuilder;
2427
2039
  /**
2428
- * The mode determines the platform behaviors of the component.
2040
+ * The mode determines which platform styles to use.
2429
2041
  */
2430
2042
  "mode"?: "ios" | "md";
2431
2043
  /**
@@ -2450,19 +2062,11 @@ export namespace Components {
2450
2062
  * @param breakpoint The breakpoint value to move the sheet modal to. Must be a value defined in your `breakpoints` array.
2451
2063
  */
2452
2064
  "setCurrentBreakpoint": (breakpoint: number) => Promise<void>;
2453
- /**
2454
- * 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.
2455
- */
2456
- "shape"?: 'soft' | 'round' | 'rectangular';
2457
2065
  /**
2458
2066
  * 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.
2459
2067
  * @default true
2460
2068
  */
2461
2069
  "showBackdrop": boolean;
2462
- /**
2463
- * The theme determines the visual appearance of the component.
2464
- */
2465
- "theme"?: "ios" | "md" | "ionic";
2466
2070
  /**
2467
2071
  * An ID corresponding to the trigger element that causes the modal to open when clicked.
2468
2072
  */
@@ -2475,7 +2079,7 @@ export namespace Components {
2475
2079
  */
2476
2080
  "animated": boolean;
2477
2081
  /**
2478
- * 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.
2082
+ * 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.
2479
2083
  */
2480
2084
  "animation"?: AnimationBuilder;
2481
2085
  /**
@@ -2523,10 +2127,6 @@ export namespace Components {
2523
2127
  * @param done The transition complete function.
2524
2128
  */
2525
2129
  "insertPages": (insertIndex: number, insertComponents: NavComponent[] | NavComponentWithProps[], opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>;
2526
- /**
2527
- * The mode determines the platform behaviors of the component.
2528
- */
2529
- "mode"?: "ios" | "md";
2530
2130
  /**
2531
2131
  * Pop a component off of the navigation stack. Navigates back from the current component.
2532
2132
  * @param opts The navigation options.
@@ -2598,10 +2198,6 @@ export namespace Components {
2598
2198
  * If the nav component should allow for swipe-to-go-back.
2599
2199
  */
2600
2200
  "swipeGesture"?: boolean;
2601
- /**
2602
- * The theme determines the visual appearance of the component.
2603
- */
2604
- "theme"?: "ios" | "md" | "ionic";
2605
2201
  }
2606
2202
  interface IonNavLink {
2607
2203
  /**
@@ -2612,10 +2208,6 @@ export namespace Components {
2612
2208
  * Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
2613
2209
  */
2614
2210
  "componentProps"?: ComponentProps;
2615
- /**
2616
- * The mode determines the platform behaviors of the component.
2617
- */
2618
- "mode"?: "ios" | "md";
2619
2211
  /**
2620
2212
  * The transition animation when navigating to another page.
2621
2213
  */
@@ -2625,10 +2217,6 @@ export namespace Components {
2625
2217
  * @default 'forward'
2626
2218
  */
2627
2219
  "routerDirection": RouterDirection;
2628
- /**
2629
- * The theme determines the visual appearance of the component.
2630
- */
2631
- "theme"?: "ios" | "md" | "ionic";
2632
2220
  }
2633
2221
  interface IonNote {
2634
2222
  /**
@@ -2636,24 +2224,16 @@ export namespace Components {
2636
2224
  */
2637
2225
  "color"?: Color;
2638
2226
  /**
2639
- * The mode determines the platform behaviors of the component.
2227
+ * The mode determines which platform styles to use.
2640
2228
  */
2641
2229
  "mode"?: "ios" | "md";
2642
- /**
2643
- * The theme determines the visual appearance of the component.
2644
- */
2645
- "theme"?: "ios" | "md" | "ionic";
2646
2230
  }
2647
2231
  interface IonPicker {
2648
2232
  "exitInputMode": () => Promise<void>;
2649
2233
  /**
2650
- * The mode determines the platform behaviors of the component.
2234
+ * The mode determines which platform styles to use.
2651
2235
  */
2652
2236
  "mode"?: "ios" | "md";
2653
- /**
2654
- * The theme determines the visual appearance of the component.
2655
- */
2656
- "theme"?: "ios" | "md" | "ionic";
2657
2237
  }
2658
2238
  interface IonPickerColumn {
2659
2239
  /**
@@ -2667,7 +2247,7 @@ export namespace Components {
2667
2247
  */
2668
2248
  "disabled": boolean;
2669
2249
  /**
2670
- * The mode determines the platform behaviors of the component.
2250
+ * The mode determines which platform styles to use.
2671
2251
  */
2672
2252
  "mode"?: "ios" | "md";
2673
2253
  /**
@@ -2684,10 +2264,6 @@ export namespace Components {
2684
2264
  * 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.
2685
2265
  */
2686
2266
  "setValue": (value: PickerColumnValue) => Promise<void>;
2687
- /**
2688
- * The theme determines the visual appearance of the component.
2689
- */
2690
- "theme"?: "ios" | "md" | "ionic";
2691
2267
  /**
2692
2268
  * The selected option in the picker.
2693
2269
  */
@@ -2704,14 +2280,6 @@ export namespace Components {
2704
2280
  * @default false
2705
2281
  */
2706
2282
  "disabled": boolean;
2707
- /**
2708
- * The mode determines the platform behaviors of the component.
2709
- */
2710
- "mode"?: "ios" | "md";
2711
- /**
2712
- * The theme determines the visual appearance of the component.
2713
- */
2714
- "theme"?: "ios" | "md" | "ionic";
2715
2283
  /**
2716
2284
  * The text value of the option.
2717
2285
  */
@@ -2786,7 +2354,7 @@ export namespace Components {
2786
2354
  */
2787
2355
  "leaveAnimation"?: AnimationBuilder;
2788
2356
  /**
2789
- * The mode determines the platform behaviors of the component.
2357
+ * The mode determines which platform styles to use.
2790
2358
  */
2791
2359
  "mode"?: "ios" | "md";
2792
2360
  /**
@@ -2807,10 +2375,6 @@ export namespace Components {
2807
2375
  * @default true
2808
2376
  */
2809
2377
  "showBackdrop": boolean;
2810
- /**
2811
- * The theme determines the visual appearance of the component.
2812
- */
2813
- "theme"?: "ios" | "md" | "ionic";
2814
2378
  /**
2815
2379
  * An ID corresponding to the trigger element that causes the picker to open when clicked.
2816
2380
  */
@@ -2824,7 +2388,7 @@ export namespace Components {
2824
2388
  }
2825
2389
  interface IonPopover {
2826
2390
  /**
2827
- * Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `"ios"` theme, and `"start"` for `"md"` theme.
2391
+ * Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios` mode, and `"start"` for `md` mode.
2828
2392
  */
2829
2393
  "alignment"?: PositionAlign;
2830
2394
  /**
@@ -2833,7 +2397,7 @@ export namespace Components {
2833
2397
  */
2834
2398
  "animated": boolean;
2835
2399
  /**
2836
- * If `true`, the popover will display an arrow that points at the `reference` on `"ios"` theme.
2400
+ * If `true`, the popover will display an arrow that points at the `reference` when running in `ios` mode. Does not apply in `md` mode.
2837
2401
  * @default true
2838
2402
  */
2839
2403
  "arrow": boolean;
@@ -2913,7 +2477,7 @@ export namespace Components {
2913
2477
  */
2914
2478
  "leaveAnimation"?: AnimationBuilder;
2915
2479
  /**
2916
- * The mode determines the platform behaviors of the component.
2480
+ * The mode determines which platform styles to use.
2917
2481
  */
2918
2482
  "mode"?: "ios" | "md";
2919
2483
  /**
@@ -2955,11 +2519,7 @@ export namespace Components {
2955
2519
  */
2956
2520
  "size": PopoverSize;
2957
2521
  /**
2958
- * The theme determines the visual appearance of the component.
2959
- */
2960
- "theme"?: "ios" | "md" | "ionic";
2961
- /**
2962
- * 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).
2522
+ * 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).
2963
2523
  * @default false
2964
2524
  */
2965
2525
  "translucent": boolean;
@@ -2984,7 +2544,7 @@ export namespace Components {
2984
2544
  */
2985
2545
  "color"?: Color;
2986
2546
  /**
2987
- * The mode determines the platform behaviors of the component.
2547
+ * The mode determines which platform styles to use.
2988
2548
  */
2989
2549
  "mode"?: "ios" | "md";
2990
2550
  /**
@@ -2992,14 +2552,6 @@ export namespace Components {
2992
2552
  * @default false
2993
2553
  */
2994
2554
  "reversed": boolean;
2995
- /**
2996
- * 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.
2997
- */
2998
- "shape"?: 'round' | 'rectangular';
2999
- /**
3000
- * The theme determines the visual appearance of the component.
3001
- */
3002
- "theme"?: "ios" | "md" | "ionic";
3003
2555
  /**
3004
2556
  * 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).
3005
2557
  * @default 'determinate'
@@ -3035,7 +2587,7 @@ export namespace Components {
3035
2587
  */
3036
2588
  "labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
3037
2589
  /**
3038
- * The mode determines the platform behaviors of the component.
2590
+ * The mode determines which platform styles to use.
3039
2591
  */
3040
2592
  "mode"?: "ios" | "md";
3041
2593
  /**
@@ -3045,10 +2597,6 @@ export namespace Components {
3045
2597
  "name": string;
3046
2598
  "setButtonTabindex": (value: number) => Promise<void>;
3047
2599
  "setFocus": (ev?: globalThis.Event) => Promise<void>;
3048
- /**
3049
- * The theme determines the visual appearance of the component.
3050
- */
3051
- "theme"?: "ios" | "md" | "ionic";
3052
2600
  /**
3053
2601
  * the value of the radio.
3054
2602
  */
@@ -3072,20 +2620,12 @@ export namespace Components {
3072
2620
  * The helper text to display at the top of the radio group.
3073
2621
  */
3074
2622
  "helperText"?: string;
3075
- /**
3076
- * The mode determines the platform behaviors of the component.
3077
- */
3078
- "mode"?: "ios" | "md";
3079
2623
  /**
3080
2624
  * The name of the control, which is submitted with the form data.
3081
2625
  * @default this.inputId
3082
2626
  */
3083
2627
  "name": string;
3084
2628
  "setFocus": () => Promise<void>;
3085
- /**
3086
- * The theme determines the visual appearance of the component.
3087
- */
3088
- "theme"?: "ios" | "md" | "ionic";
3089
2629
  /**
3090
2630
  * the value of the radio group.
3091
2631
  */
@@ -3134,7 +2674,7 @@ export namespace Components {
3134
2674
  */
3135
2675
  "min": number;
3136
2676
  /**
3137
- * The mode determines the platform behaviors of the component.
2677
+ * The mode determines which platform styles to use.
3138
2678
  */
3139
2679
  "mode"?: "ios" | "md";
3140
2680
  /**
@@ -3162,10 +2702,6 @@ export namespace Components {
3162
2702
  * @default 1
3163
2703
  */
3164
2704
  "step": number;
3165
- /**
3166
- * The theme determines the visual appearance of the component.
3167
- */
3168
- "theme"?: "ios" | "md" | "ionic";
3169
2705
  /**
3170
2706
  * If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
3171
2707
  * @default true
@@ -3201,7 +2737,7 @@ export namespace Components {
3201
2737
  */
3202
2738
  "getProgress": () => Promise<number>;
3203
2739
  /**
3204
- * The mode determines the platform behaviors of the component.
2740
+ * The mode determines which platform styles to use.
3205
2741
  */
3206
2742
  "mode"?: "ios" | "md";
3207
2743
  /**
@@ -3224,16 +2760,8 @@ export namespace Components {
3224
2760
  * @default '280ms'
3225
2761
  */
3226
2762
  "snapbackDuration": string;
3227
- /**
3228
- * The theme determines the visual appearance of the component.
3229
- */
3230
- "theme"?: "ios" | "md" | "ionic";
3231
2763
  }
3232
2764
  interface IonRefresherContent {
3233
- /**
3234
- * The mode determines the platform behaviors of the component.
3235
- */
3236
- "mode"?: "ios" | "md";
3237
2765
  /**
3238
2766
  * 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.
3239
2767
  */
@@ -3250,20 +2778,8 @@ export namespace Components {
3250
2778
  * 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.
3251
2779
  */
3252
2780
  "refreshingText"?: string | IonicSafeString;
3253
- /**
3254
- * The theme determines the visual appearance of the component.
3255
- */
3256
- "theme"?: "ios" | "md" | "ionic";
3257
2781
  }
3258
2782
  interface IonReorder {
3259
- /**
3260
- * The mode determines the platform behaviors of the component.
3261
- */
3262
- "mode"?: "ios" | "md";
3263
- /**
3264
- * The theme determines the visual appearance of the component.
3265
- */
3266
- "theme"?: "ios" | "md" | "ionic";
3267
2783
  }
3268
2784
  interface IonReorderGroup {
3269
2785
  /**
@@ -3276,14 +2792,6 @@ export namespace Components {
3276
2792
  * @default true
3277
2793
  */
3278
2794
  "disabled": boolean;
3279
- /**
3280
- * The mode determines the platform behaviors of the component.
3281
- */
3282
- "mode"?: "ios" | "md";
3283
- /**
3284
- * The theme determines the visual appearance of the component.
3285
- */
3286
- "theme"?: "ios" | "md" | "ionic";
3287
2795
  }
3288
2796
  interface IonRippleEffect {
3289
2797
  /**
@@ -3292,14 +2800,6 @@ export namespace Components {
3292
2800
  * @param y The vertical coordinate of where the ripple should start.
3293
2801
  */
3294
2802
  "addRipple": (x: number, y: number) => Promise<() => void>;
3295
- /**
3296
- * The mode determines the platform behaviors of the component.
3297
- */
3298
- "mode"?: "ios" | "md";
3299
- /**
3300
- * The theme determines the visual appearance of the component.
3301
- */
3302
- "theme"?: "ios" | "md" | "ionic";
3303
2803
  /**
3304
2804
  * 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.
3305
2805
  * @default 'bounded'
@@ -3323,14 +2823,6 @@ export namespace Components {
3323
2823
  * A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
3324
2824
  */
3325
2825
  "componentProps"?: { [key: string]: any };
3326
- /**
3327
- * The mode determines the platform behaviors of the component.
3328
- */
3329
- "mode"?: "ios" | "md";
3330
- /**
3331
- * The theme determines the visual appearance of the component.
3332
- */
3333
- "theme"?: "ios" | "md" | "ionic";
3334
2826
  /**
3335
2827
  * 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.
3336
2828
  * @default ''
@@ -3353,10 +2845,6 @@ export namespace Components {
3353
2845
  */
3354
2846
  "back": () => Promise<void>;
3355
2847
  "canTransition": () => Promise<string | boolean>;
3356
- /**
3357
- * The mode determines the platform behaviors of the component.
3358
- */
3359
- "mode"?: "ios" | "md";
3360
2848
  "navChanged": (direction: RouterDirection) => Promise<boolean>;
3361
2849
  "printDebug": () => Promise<void>;
3362
2850
  /**
@@ -3371,10 +2859,6 @@ export namespace Components {
3371
2859
  * @default '/'
3372
2860
  */
3373
2861
  "root": string;
3374
- /**
3375
- * The theme determines the visual appearance of the component.
3376
- */
3377
- "theme"?: "ios" | "md" | "ionic";
3378
2862
  /**
3379
2863
  * 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.
3380
2864
  * @default true
@@ -3390,10 +2874,6 @@ export namespace Components {
3390
2874
  * Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
3391
2875
  */
3392
2876
  "href": string | undefined;
3393
- /**
3394
- * The mode determines the platform behaviors of the component.
3395
- */
3396
- "mode"?: "ios" | "md";
3397
2877
  /**
3398
2878
  * 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).
3399
2879
  */
@@ -3411,10 +2891,6 @@ export namespace Components {
3411
2891
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
3412
2892
  */
3413
2893
  "target": string | undefined;
3414
- /**
3415
- * The theme determines the visual appearance of the component.
3416
- */
3417
- "theme"?: "ios" | "md" | "ionic";
3418
2894
  }
3419
2895
  interface IonRouterOutlet {
3420
2896
  /**
@@ -3430,26 +2906,14 @@ export namespace Components {
3430
2906
  "delegate"?: FrameworkDelegate;
3431
2907
  "getRouteId": () => Promise<RouteID | undefined>;
3432
2908
  /**
3433
- * The mode determines the platform behaviors of the component.
2909
+ * The mode determines which platform styles to use.
3434
2910
  * @default getIonMode(this)
3435
2911
  */
3436
2912
  "mode": "ios" | "md";
3437
2913
  "setRouteId": (id: string, params: ComponentProps | undefined, direction: RouterDirection, animation?: AnimationBuilder) => Promise<RouteWrite>;
3438
2914
  "swipeHandler"?: SwipeGestureHandler;
3439
- /**
3440
- * The theme determines the visual appearance of the component.
3441
- */
3442
- "theme"?: "ios" | "md" | "ionic";
3443
2915
  }
3444
2916
  interface IonRow {
3445
- /**
3446
- * The mode determines the platform behaviors of the component.
3447
- */
3448
- "mode"?: "ios" | "md";
3449
- /**
3450
- * The theme determines the visual appearance of the component.
3451
- */
3452
- "theme"?: "ios" | "md" | "ionic";
3453
2917
  }
3454
2918
  interface IonSearchbar {
3455
2919
  /**
@@ -3473,16 +2937,17 @@ export namespace Components {
3473
2937
  */
3474
2938
  "autocorrect": 'on' | 'off';
3475
2939
  /**
3476
- * Set the cancel button icon. Only available when the theme is `"md"`. Defaults to `"arrow-back-sharp"`.
2940
+ * Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
2941
+ * @default config.get('backButtonIcon', arrowBackSharp) as string
3477
2942
  */
3478
- "cancelButtonIcon"?: string;
2943
+ "cancelButtonIcon": string;
3479
2944
  /**
3480
- * Set the cancel button text. Only available when the theme is `"ios"`.
2945
+ * Set the cancel button text. Only applies to `ios` mode.
3481
2946
  * @default 'Cancel'
3482
2947
  */
3483
2948
  "cancelButtonText": string;
3484
2949
  /**
3485
- * Set the clear icon. Defaults to `"close-circle"` for `"ios"` theme and `"close-sharp"` for `"md"` and `"ionic"` theme.
2950
+ * Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.
3486
2951
  */
3487
2952
  "clearIcon"?: string;
3488
2953
  /**
@@ -3519,7 +2984,7 @@ export namespace Components {
3519
2984
  */
3520
2985
  "minlength"?: number;
3521
2986
  /**
3522
- * The mode determines the platform behaviors of the component.
2987
+ * The mode determines which platform styles to use.
3523
2988
  */
3524
2989
  "mode"?: "ios" | "md";
3525
2990
  /**
@@ -3533,17 +2998,13 @@ export namespace Components {
3533
2998
  */
3534
2999
  "placeholder": string;
3535
3000
  /**
3536
- * 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.
3001
+ * The icon to use as the search icon. Defaults to `search-outline` in `ios` mode and `search-sharp` in `md` mode.
3537
3002
  */
3538
- "searchIcon"?: string | boolean;
3003
+ "searchIcon"?: string;
3539
3004
  /**
3540
3005
  * 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.
3541
3006
  */
3542
3007
  "setFocus": () => Promise<void>;
3543
- /**
3544
- * 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.
3545
- */
3546
- "shape"?: 'soft' | 'round' | 'rectangular';
3547
3008
  /**
3548
3009
  * 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.
3549
3010
  * @default 'never'
@@ -3554,19 +3015,11 @@ export namespace Components {
3554
3015
  * @default 'always'
3555
3016
  */
3556
3017
  "showClearButton": 'never' | 'focus' | 'always';
3557
- /**
3558
- * 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.
3559
- */
3560
- "size"?: 'small' | 'medium' | 'large';
3561
3018
  /**
3562
3019
  * If `true`, enable spellcheck on the input.
3563
3020
  * @default false
3564
3021
  */
3565
3022
  "spellcheck": boolean;
3566
- /**
3567
- * The theme determines the visual appearance of the component.
3568
- */
3569
- "theme"?: "ios" | "md" | "ionic";
3570
3023
  /**
3571
3024
  * Set the type of the input.
3572
3025
  * @default 'search'
@@ -3589,7 +3042,7 @@ export namespace Components {
3589
3042
  */
3590
3043
  "disabled": boolean;
3591
3044
  /**
3592
- * The mode determines the platform behaviors of the component.
3045
+ * The mode determines which platform styles to use.
3593
3046
  */
3594
3047
  "mode"?: "ios" | "md";
3595
3048
  /**
@@ -3607,10 +3060,6 @@ export namespace Components {
3607
3060
  * @default true
3608
3061
  */
3609
3062
  "swipeGesture": boolean;
3610
- /**
3611
- * The theme determines the visual appearance of the component.
3612
- */
3613
- "theme"?: "ios" | "md" | "ionic";
3614
3063
  /**
3615
3064
  * the value of the segment.
3616
3065
  */
@@ -3632,14 +3081,10 @@ export namespace Components {
3632
3081
  */
3633
3082
  "layout"?: SegmentButtonLayout;
3634
3083
  /**
3635
- * The mode determines the platform behaviors of the component.
3084
+ * The mode determines which platform styles to use.
3636
3085
  */
3637
3086
  "mode"?: "ios" | "md";
3638
3087
  "setFocus": () => Promise<void>;
3639
- /**
3640
- * The theme determines the visual appearance of the component.
3641
- */
3642
- "theme"?: "ios" | "md" | "ionic";
3643
3088
  /**
3644
3089
  * The type of the button.
3645
3090
  * @default 'button'
@@ -3689,11 +3134,11 @@ export namespace Components {
3689
3134
  */
3690
3135
  "errorText"?: string;
3691
3136
  /**
3692
- * 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.
3137
+ * 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.
3693
3138
  */
3694
3139
  "expandedIcon"?: string;
3695
3140
  /**
3696
- * 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.
3141
+ * 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.
3697
3142
  */
3698
3143
  "fill"?: 'outline' | 'solid';
3699
3144
  /**
@@ -3724,7 +3169,7 @@ export namespace Components {
3724
3169
  */
3725
3170
  "labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
3726
3171
  /**
3727
- * The mode determines the platform behaviors of the component.
3172
+ * The mode determines which platform styles to use.
3728
3173
  */
3729
3174
  "mode"?: "ios" | "md";
3730
3175
  /**
@@ -3761,19 +3206,11 @@ export namespace Components {
3761
3206
  */
3762
3207
  "selectedText"?: string | null;
3763
3208
  /**
3764
- * 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.
3765
- */
3766
- "shape"?: 'soft' | 'round' | 'rectangular';
3767
- /**
3768
- * 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.
3769
- */
3770
- "size"?: 'small' | 'medium' | 'large';
3771
- /**
3772
- * The theme determines the visual appearance of the component.
3209
+ * The shape of the select. If "round" it will have an increased border radius.
3773
3210
  */
3774
- "theme"?: "ios" | "md" | "ionic";
3211
+ "shape"?: 'round';
3775
3212
  /**
3776
- * The toggle icon to use. Defaults to `"chevronExpand"` for the `"ios"` theme, or `"caretDownSharp"` for the `"md"` and `"ionic"` themes.
3213
+ * The toggle icon to use. Defaults to `chevronExpand` for `ios` mode, or `caretDownSharp` for `md` mode.
3777
3214
  */
3778
3215
  "toggleIcon"?: string;
3779
3216
  /**
@@ -3795,14 +3232,6 @@ export namespace Components {
3795
3232
  * @default false
3796
3233
  */
3797
3234
  "disabled": boolean;
3798
- /**
3799
- * The mode determines the platform behaviors of the component.
3800
- */
3801
- "mode"?: "ios" | "md";
3802
- /**
3803
- * The theme determines the visual appearance of the component.
3804
- */
3805
- "theme"?: "ios" | "md" | "ionic";
3806
3235
  /**
3807
3236
  * The text value of the option.
3808
3237
  */
@@ -3817,10 +3246,6 @@ export namespace Components {
3817
3246
  * The text content of the popover body
3818
3247
  */
3819
3248
  "message"?: string;
3820
- /**
3821
- * The mode determines the platform behaviors of the component.
3822
- */
3823
- "mode"?: "ios" | "md";
3824
3249
  /**
3825
3250
  * If true, the select accepts multiple values
3826
3251
  */
@@ -3834,10 +3259,6 @@ export namespace Components {
3834
3259
  * The subheader text of the popover
3835
3260
  */
3836
3261
  "subHeader"?: string;
3837
- /**
3838
- * The theme determines the visual appearance of the component.
3839
- */
3840
- "theme"?: "ios" | "md" | "ionic";
3841
3262
  }
3842
3263
  interface IonSkeletonText {
3843
3264
  /**
@@ -3845,14 +3266,6 @@ export namespace Components {
3845
3266
  * @default false
3846
3267
  */
3847
3268
  "animated": boolean;
3848
- /**
3849
- * The mode determines the platform behaviors of the component.
3850
- */
3851
- "mode"?: "ios" | "md";
3852
- /**
3853
- * The theme determines the visual appearance of the component.
3854
- */
3855
- "theme"?: "ios" | "md" | "ionic";
3856
3269
  }
3857
3270
  interface IonSpinner {
3858
3271
  /**
@@ -3863,10 +3276,6 @@ export namespace Components {
3863
3276
  * Duration of the spinner animation in milliseconds. The default varies based on the spinner.
3864
3277
  */
3865
3278
  "duration"?: number;
3866
- /**
3867
- * The mode determines the platform behaviors of the component.
3868
- */
3869
- "mode"?: "ios" | "md";
3870
3279
  /**
3871
3280
  * The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
3872
3281
  */
@@ -3876,14 +3285,6 @@ export namespace Components {
3876
3285
  * @default false
3877
3286
  */
3878
3287
  "paused": boolean;
3879
- /**
3880
- * 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.
3881
- */
3882
- "size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
3883
- /**
3884
- * The theme determines the visual appearance of the component.
3885
- */
3886
- "theme"?: "ios" | "md" | "ionic";
3887
3288
  }
3888
3289
  interface IonSplitPane {
3889
3290
  /**
@@ -3896,14 +3297,6 @@ export namespace Components {
3896
3297
  */
3897
3298
  "disabled": boolean;
3898
3299
  "isVisible": () => Promise<boolean>;
3899
- /**
3900
- * The mode determines the platform behaviors of the component.
3901
- */
3902
- "mode"?: "ios" | "md";
3903
- /**
3904
- * The theme determines the visual appearance of the component.
3905
- */
3906
- "theme"?: "ios" | "md" | "ionic";
3907
3300
  /**
3908
3301
  * When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
3909
3302
  * @default QUERY['lg']
@@ -3920,10 +3313,6 @@ export namespace Components {
3920
3313
  */
3921
3314
  "component"?: ComponentRef;
3922
3315
  "delegate"?: FrameworkDelegate;
3923
- /**
3924
- * The mode determines the platform behaviors of the component.
3925
- */
3926
- "mode"?: "ios" | "md";
3927
3316
  /**
3928
3317
  * Set the active component for the tab
3929
3318
  */
@@ -3932,10 +3321,6 @@ export namespace Components {
3932
3321
  * 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.
3933
3322
  */
3934
3323
  "tab": string;
3935
- /**
3936
- * The theme determines the visual appearance of the component.
3937
- */
3938
- "theme"?: "ios" | "md" | "ionic";
3939
3324
  }
3940
3325
  interface IonTabBar {
3941
3326
  /**
@@ -3943,12 +3328,7 @@ export namespace Components {
3943
3328
  */
3944
3329
  "color"?: Color;
3945
3330
  /**
3946
- * 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"`.
3947
- * @default 'full'
3948
- */
3949
- "expand": 'compact' | 'full';
3950
- /**
3951
- * The mode determines the platform behaviors of the component.
3331
+ * The mode determines which platform styles to use.
3952
3332
  */
3953
3333
  "mode"?: "ios" | "md";
3954
3334
  /**
@@ -3956,15 +3336,7 @@ export namespace Components {
3956
3336
  */
3957
3337
  "selectedTab"?: string;
3958
3338
  /**
3959
- * 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.
3960
- */
3961
- "shape"?: 'soft' | 'round' | 'rectangular';
3962
- /**
3963
- * The theme determines the visual appearance of the component.
3964
- */
3965
- "theme"?: "ios" | "md" | "ionic";
3966
- /**
3967
- * 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).
3339
+ * 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).
3968
3340
  * @default false
3969
3341
  */
3970
3342
  "translucent": boolean;
@@ -3988,7 +3360,7 @@ export namespace Components {
3988
3360
  */
3989
3361
  "layout"?: TabButtonLayout;
3990
3362
  /**
3991
- * The mode determines the platform behaviors of the component.
3363
+ * The mode determines which platform styles to use.
3992
3364
  */
3993
3365
  "mode"?: "ios" | "md";
3994
3366
  /**
@@ -4000,10 +3372,6 @@ export namespace Components {
4000
3372
  * @default false
4001
3373
  */
4002
3374
  "selected": boolean;
4003
- /**
4004
- * 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.
4005
- */
4006
- "shape"?: 'soft' | 'round' | 'rectangular';
4007
3375
  /**
4008
3376
  * 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.
4009
3377
  */
@@ -4012,10 +3380,6 @@ export namespace Components {
4012
3380
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
4013
3381
  */
4014
3382
  "target": string | undefined;
4015
- /**
4016
- * The theme determines the visual appearance of the component.
4017
- */
4018
- "theme"?: "ios" | "md" | "ionic";
4019
3383
  }
4020
3384
  interface IonTabs {
4021
3385
  "getRouteId": () => Promise<RouteID | undefined>;
@@ -4028,20 +3392,12 @@ export namespace Components {
4028
3392
  * @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
4029
3393
  */
4030
3394
  "getTab": (tab: string | HTMLIonTabElement) => Promise<HTMLIonTabElement | undefined>;
4031
- /**
4032
- * The mode determines the platform behaviors of the component.
4033
- */
4034
- "mode"?: "ios" | "md";
4035
3395
  /**
4036
3396
  * 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.
4037
3397
  * @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
4038
3398
  */
4039
3399
  "select": (tab: string | HTMLIonTabElement) => Promise<boolean>;
4040
3400
  "setRouteId": (id: string) => Promise<RouteWrite>;
4041
- /**
4042
- * The theme determines the visual appearance of the component.
4043
- */
4044
- "theme"?: "ios" | "md" | "ionic";
4045
3401
  /**
4046
3402
  * @default false
4047
3403
  */
@@ -4053,13 +3409,9 @@ export namespace Components {
4053
3409
  */
4054
3410
  "color"?: Color;
4055
3411
  /**
4056
- * The mode determines the platform behaviors of the component.
3412
+ * The mode determines which platform styles to use.
4057
3413
  */
4058
3414
  "mode"?: "ios" | "md";
4059
- /**
4060
- * The theme determines the visual appearance of the component.
4061
- */
4062
- "theme"?: "ios" | "md" | "ionic";
4063
3415
  }
4064
3416
  interface IonTextarea {
4065
3417
  /**
@@ -4117,7 +3469,7 @@ export namespace Components {
4117
3469
  */
4118
3470
  "errorText"?: string;
4119
3471
  /**
4120
- * 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"`.
3472
+ * 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.
4121
3473
  */
4122
3474
  "fill"?: 'outline' | 'solid';
4123
3475
  /**
@@ -4150,7 +3502,7 @@ export namespace Components {
4150
3502
  */
4151
3503
  "minlength"?: number;
4152
3504
  /**
4153
- * The mode determines the platform behaviors of the component.
3505
+ * The mode determines which platform styles to use.
4154
3506
  */
4155
3507
  "mode"?: "ios" | "md";
4156
3508
  /**
@@ -4181,23 +3533,14 @@ export namespace Components {
4181
3533
  */
4182
3534
  "setFocus": () => Promise<void>;
4183
3535
  /**
4184
- * 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.
4185
- */
4186
- "shape"?: 'soft' | 'round' | 'rectangular';
4187
- /**
4188
- * 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.
4189
- * @default 'medium'
3536
+ * The shape of the textarea. If "round" it will have an increased border radius.
4190
3537
  */
4191
- "size"?: 'small' | 'medium' | 'large';
3538
+ "shape"?: 'round';
4192
3539
  /**
4193
3540
  * If `true`, the element will have its spelling and grammar checked.
4194
3541
  * @default false
4195
3542
  */
4196
3543
  "spellcheck": boolean;
4197
- /**
4198
- * The theme determines the visual appearance of the component.
4199
- */
4200
- "theme"?: "ios" | "md" | "ionic";
4201
3544
  /**
4202
3545
  * The value of the textarea.
4203
3546
  * @default ''
@@ -4209,32 +3552,16 @@ export namespace Components {
4209
3552
  "wrap"?: 'hard' | 'soft' | 'off';
4210
3553
  }
4211
3554
  interface IonThumbnail {
4212
- /**
4213
- * The mode determines the platform behaviors of the component.
4214
- */
4215
- "mode"?: "ios" | "md";
4216
- /**
4217
- * The theme determines the visual appearance of the component.
4218
- */
4219
- "theme"?: "ios" | "md" | "ionic";
4220
3555
  }
4221
3556
  interface IonTitle {
4222
3557
  /**
4223
3558
  * 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).
4224
3559
  */
4225
3560
  "color"?: Color;
4226
- /**
4227
- * The mode determines the platform behaviors of the component.
4228
- */
4229
- "mode"?: "ios" | "md";
4230
3561
  /**
4231
3562
  * The size of the toolbar title.
4232
3563
  */
4233
3564
  "size"?: 'large' | 'small';
4234
- /**
4235
- * The theme determines the visual appearance of the component.
4236
- */
4237
- "theme"?: "ios" | "md" | "ionic";
4238
3565
  }
4239
3566
  interface IonToast {
4240
3567
  /**
@@ -4282,11 +3609,6 @@ export namespace Components {
4282
3609
  * Additional attributes to pass to the toast.
4283
3610
  */
4284
3611
  "htmlAttributes"?: { [key: string]: any };
4285
- /**
4286
- * 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.
4287
- * @default 'subtle'
4288
- */
4289
- "hue"?: 'bold' | 'subtle';
4290
3612
  /**
4291
3613
  * The name of the icon to display, or the path to a valid SVG file. See `ion-icon`. https://ionic.io/ionicons
4292
3614
  */
@@ -4315,7 +3637,7 @@ export namespace Components {
4315
3637
  */
4316
3638
  "message"?: string | IonicSafeString;
4317
3639
  /**
4318
- * The mode determines the platform behaviors of the component.
3640
+ * The mode determines which platform styles to use.
4319
3641
  */
4320
3642
  "mode"?: "ios" | "md";
4321
3643
  /**
@@ -4340,20 +3662,12 @@ export namespace Components {
4340
3662
  * Present the toast overlay after it has been created.
4341
3663
  */
4342
3664
  "present": () => Promise<void>;
4343
- /**
4344
- * 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.
4345
- */
4346
- "shape"?: 'soft' | 'round' | 'rectangular';
4347
3665
  /**
4348
3666
  * 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.
4349
3667
  */
4350
3668
  "swipeGesture"?: ToastSwipeGestureDirection;
4351
3669
  /**
4352
- * The theme determines the visual appearance of the component.
4353
- */
4354
- "theme"?: "ios" | "md" | "ionic";
4355
- /**
4356
- * 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).
3670
+ * 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).
4357
3671
  * @default false
4358
3672
  */
4359
3673
  "translucent": boolean;
@@ -4404,7 +3718,7 @@ export namespace Components {
4404
3718
  */
4405
3719
  "labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
4406
3720
  /**
4407
- * The mode determines the platform behaviors of the component.
3721
+ * The mode determines which platform styles to use.
4408
3722
  */
4409
3723
  "mode"?: "ios" | "md";
4410
3724
  /**
@@ -4417,10 +3731,6 @@ export namespace Components {
4417
3731
  * @default false
4418
3732
  */
4419
3733
  "required": boolean;
4420
- /**
4421
- * The theme determines the visual appearance of the component.
4422
- */
4423
- "theme"?: "ios" | "md" | "ionic";
4424
3734
  /**
4425
3735
  * 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>`.
4426
3736
  * @default 'on'
@@ -4433,13 +3743,9 @@ export namespace Components {
4433
3743
  */
4434
3744
  "color"?: Color;
4435
3745
  /**
4436
- * The mode determines the platform behaviors of the component.
3746
+ * The mode determines which platform styles to use.
4437
3747
  */
4438
3748
  "mode"?: "ios" | "md";
4439
- /**
4440
- * The theme determines the visual appearance of the component.
4441
- */
4442
- "theme"?: "ios" | "md" | "ionic";
4443
3749
  }
4444
3750
  }
4445
3751
  export interface IonAccordionGroupCustomEvent<T> extends CustomEvent<T> {
@@ -4921,12 +4227,6 @@ declare global {
4921
4227
  prototype: HTMLIonDatetimeButtonElement;
4922
4228
  new (): HTMLIonDatetimeButtonElement;
4923
4229
  };
4924
- interface HTMLIonDividerElement extends Components.IonDivider, HTMLStencilElement {
4925
- }
4926
- var HTMLIonDividerElement: {
4927
- prototype: HTMLIonDividerElement;
4928
- new (): HTMLIonDividerElement;
4929
- };
4930
4230
  interface HTMLIonFabElement extends Components.IonFab, HTMLStencilElement {
4931
4231
  }
4932
4232
  var HTMLIonFabElement: {
@@ -5910,7 +5210,6 @@ declare global {
5910
5210
  "ion-content": HTMLIonContentElement;
5911
5211
  "ion-datetime": HTMLIonDatetimeElement;
5912
5212
  "ion-datetime-button": HTMLIonDatetimeButtonElement;
5913
- "ion-divider": HTMLIonDividerElement;
5914
5213
  "ion-fab": HTMLIonFabElement;
5915
5214
  "ion-fab-button": HTMLIonFabButtonElement;
5916
5215
  "ion-fab-list": HTMLIonFabListElement;
@@ -5994,7 +5293,7 @@ declare namespace LocalJSX {
5994
5293
  */
5995
5294
  "disabled"?: boolean;
5996
5295
  /**
5997
- * The mode determines the platform behaviors of the component.
5296
+ * The mode determines which platform styles to use.
5998
5297
  */
5999
5298
  "mode"?: "ios" | "md";
6000
5299
  /**
@@ -6002,12 +5301,9 @@ declare namespace LocalJSX {
6002
5301
  * @default false
6003
5302
  */
6004
5303
  "readonly"?: boolean;
6005
- /**
6006
- * The theme determines the visual appearance of the component.
6007
- */
6008
- "theme"?: "ios" | "md" | "ionic";
6009
5304
  /**
6010
5305
  * The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
5306
+ * @default chevronDown
6011
5307
  */
6012
5308
  "toggleIcon"?: string;
6013
5309
  /**
@@ -6038,7 +5334,7 @@ declare namespace LocalJSX {
6038
5334
  */
6039
5335
  "expand"?: 'compact' | 'inset';
6040
5336
  /**
6041
- * The mode determines the platform behaviors of the component.
5337
+ * The mode determines which platform styles to use.
6042
5338
  */
6043
5339
  "mode"?: "ios" | "md";
6044
5340
  /**
@@ -6054,14 +5350,6 @@ declare namespace LocalJSX {
6054
5350
  * @default false
6055
5351
  */
6056
5352
  "readonly"?: boolean;
6057
- /**
6058
- * 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"`.
6059
- */
6060
- "shape"?: 'soft' | 'round' | 'rectangular';
6061
- /**
6062
- * The theme determines the visual appearance of the component.
6063
- */
6064
- "theme"?: "ios" | "md" | "ionic";
6065
5353
  /**
6066
5354
  * The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
6067
5355
  */
@@ -6114,7 +5402,7 @@ declare namespace LocalJSX {
6114
5402
  */
6115
5403
  "leaveAnimation"?: AnimationBuilder;
6116
5404
  /**
6117
- * The mode determines the platform behaviors of the component.
5405
+ * The mode determines which platform styles to use.
6118
5406
  */
6119
5407
  "mode"?: "ios" | "md";
6120
5408
  /**
@@ -6154,11 +5442,7 @@ declare namespace LocalJSX {
6154
5442
  */
6155
5443
  "subHeader"?: string;
6156
5444
  /**
6157
- * The theme determines the visual appearance of the component.
6158
- */
6159
- "theme"?: "ios" | "md" | "ionic";
6160
- /**
6161
- * 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).
5445
+ * 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).
6162
5446
  * @default false
6163
5447
  */
6164
5448
  "translucent"?: boolean;
@@ -6223,7 +5507,7 @@ declare namespace LocalJSX {
6223
5507
  */
6224
5508
  "message"?: string | IonicSafeString;
6225
5509
  /**
6226
- * The mode determines the platform behaviors of the component.
5510
+ * The mode determines which platform styles to use.
6227
5511
  */
6228
5512
  "mode"?: "ios" | "md";
6229
5513
  /**
@@ -6263,11 +5547,7 @@ declare namespace LocalJSX {
6263
5547
  */
6264
5548
  "subHeader"?: string;
6265
5549
  /**
6266
- * The theme determines the visual appearance of the component.
6267
- */
6268
- "theme"?: "ios" | "md" | "ionic";
6269
- /**
6270
- * 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).
5550
+ * 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).
6271
5551
  * @default false
6272
5552
  */
6273
5553
  "translucent"?: boolean;
@@ -6277,37 +5557,8 @@ declare namespace LocalJSX {
6277
5557
  "trigger"?: string | undefined;
6278
5558
  }
6279
5559
  interface IonApp {
6280
- /**
6281
- * The mode determines the platform behaviors of the component.
6282
- */
6283
- "mode"?: "ios" | "md";
6284
- /**
6285
- * The theme determines the visual appearance of the component.
6286
- */
6287
- "theme"?: "ios" | "md" | "ionic";
6288
5560
  }
6289
5561
  interface IonAvatar {
6290
- /**
6291
- * If `true`, the user cannot interact with the avatar.
6292
- * @default false
6293
- */
6294
- "disabled"?: boolean;
6295
- /**
6296
- * The mode determines the platform behaviors of the component.
6297
- */
6298
- "mode"?: "ios" | "md";
6299
- /**
6300
- * 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.
6301
- */
6302
- "shape"?: 'soft' | 'round' | 'rectangular';
6303
- /**
6304
- * 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.
6305
- */
6306
- "size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
6307
- /**
6308
- * The theme determines the visual appearance of the component.
6309
- */
6310
- "theme"?: "ios" | "md" | "ionic";
6311
5562
  }
6312
5563
  interface IonBackButton {
6313
5564
  /**
@@ -6328,7 +5579,7 @@ declare namespace LocalJSX {
6328
5579
  */
6329
5580
  "icon"?: string | null;
6330
5581
  /**
6331
- * The mode determines the platform behaviors of the component.
5582
+ * The mode determines which platform styles to use.
6332
5583
  */
6333
5584
  "mode"?: "ios" | "md";
6334
5585
  /**
@@ -6339,10 +5590,6 @@ declare namespace LocalJSX {
6339
5590
  * The text to display in the back button.
6340
5591
  */
6341
5592
  "text"?: string | null;
6342
- /**
6343
- * The theme determines the visual appearance of the component.
6344
- */
6345
- "theme"?: "ios" | "md" | "ionic";
6346
5593
  /**
6347
5594
  * The type of the button.
6348
5595
  * @default 'button'
@@ -6350,10 +5597,6 @@ declare namespace LocalJSX {
6350
5597
  "type"?: 'submit' | 'reset' | 'button';
6351
5598
  }
6352
5599
  interface IonBackdrop {
6353
- /**
6354
- * The mode determines the platform behaviors of the component.
6355
- */
6356
- "mode"?: "ios" | "md";
6357
5600
  /**
6358
5601
  * Emitted when the backdrop is tapped.
6359
5602
  */
@@ -6368,10 +5611,6 @@ declare namespace LocalJSX {
6368
5611
  * @default true
6369
5612
  */
6370
5613
  "tappable"?: boolean;
6371
- /**
6372
- * The theme determines the visual appearance of the component.
6373
- */
6374
- "theme"?: "ios" | "md" | "ionic";
6375
5614
  /**
6376
5615
  * If `true`, the backdrop will be visible.
6377
5616
  * @default true
@@ -6384,29 +5623,9 @@ declare namespace LocalJSX {
6384
5623
  */
6385
5624
  "color"?: Color;
6386
5625
  /**
6387
- * 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.
6388
- */
6389
- "hue"?: 'bold' | 'subtle';
6390
- /**
6391
- * The mode determines the platform behaviors of the component.
5626
+ * The mode determines which platform styles to use.
6392
5627
  */
6393
5628
  "mode"?: "ios" | "md";
6394
- /**
6395
- * 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.
6396
- */
6397
- "shape"?: 'soft' | 'round | rectangular';
6398
- /**
6399
- * 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.
6400
- */
6401
- "size"?: 'small' | 'medium' | 'large';
6402
- /**
6403
- * The theme determines the visual appearance of the component.
6404
- */
6405
- "theme"?: "ios" | "md" | "ionic";
6406
- /**
6407
- * 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.
6408
- */
6409
- "vertical"?: 'top' | 'bottom';
6410
5629
  }
6411
5630
  interface IonBreadcrumb {
6412
5631
  /**
@@ -6432,7 +5651,7 @@ declare namespace LocalJSX {
6432
5651
  */
6433
5652
  "href"?: string | undefined;
6434
5653
  /**
6435
- * The mode determines the platform behaviors of the component.
5654
+ * The mode determines which platform styles to use.
6436
5655
  */
6437
5656
  "mode"?: "ios" | "md";
6438
5657
  /**
@@ -6464,10 +5683,6 @@ declare namespace LocalJSX {
6464
5683
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
6465
5684
  */
6466
5685
  "target"?: string | undefined;
6467
- /**
6468
- * The theme determines the visual appearance of the component.
6469
- */
6470
- "theme"?: "ios" | "md" | "ionic";
6471
5686
  }
6472
5687
  interface IonBreadcrumbs {
6473
5688
  /**
@@ -6489,17 +5704,13 @@ declare namespace LocalJSX {
6489
5704
  */
6490
5705
  "maxItems"?: number;
6491
5706
  /**
6492
- * The mode determines the platform behaviors of the component.
5707
+ * The mode determines which platform styles to use.
6493
5708
  */
6494
5709
  "mode"?: "ios" | "md";
6495
5710
  /**
6496
5711
  * Emitted when the collapsed indicator is clicked on.
6497
5712
  */
6498
5713
  "onIonCollapsedClick"?: (event: IonBreadcrumbsCustomEvent<BreadcrumbCollapsedClickEventDetail>) => void;
6499
- /**
6500
- * The theme determines the visual appearance of the component.
6501
- */
6502
- "theme"?: "ios" | "md" | "ionic";
6503
5714
  }
6504
5715
  interface IonButton {
6505
5716
  /**
@@ -6537,7 +5748,7 @@ declare namespace LocalJSX {
6537
5748
  */
6538
5749
  "href"?: string | undefined;
6539
5750
  /**
6540
- * The mode determines the platform behaviors of the component.
5751
+ * The mode determines which platform styles to use.
6541
5752
  */
6542
5753
  "mode"?: "ios" | "md";
6543
5754
  /**
@@ -6562,13 +5773,13 @@ declare namespace LocalJSX {
6562
5773
  */
6563
5774
  "routerDirection"?: RouterDirection;
6564
5775
  /**
6565
- * 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.
5776
+ * Set to `"round"` for a button with more rounded corners.
6566
5777
  */
6567
- "shape"?: 'soft' | 'round' | 'rectangular';
5778
+ "shape"?: 'round';
6568
5779
  /**
6569
- * 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.
5780
+ * 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.
6570
5781
  */
6571
- "size"?: 'small' | 'default' | 'medium' | 'large';
5782
+ "size"?: 'small' | 'default' | 'large';
6572
5783
  /**
6573
5784
  * If `true`, activates a button with a heavier font weight.
6574
5785
  * @default false
@@ -6578,10 +5789,6 @@ declare namespace LocalJSX {
6578
5789
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
6579
5790
  */
6580
5791
  "target"?: string | undefined;
6581
- /**
6582
- * The theme determines the visual appearance of the component.
6583
- */
6584
- "theme"?: "ios" | "md" | "ionic";
6585
5792
  /**
6586
5793
  * The type of the button.
6587
5794
  * @default 'button'
@@ -6590,18 +5797,10 @@ declare namespace LocalJSX {
6590
5797
  }
6591
5798
  interface IonButtons {
6592
5799
  /**
6593
- * 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)
5800
+ * 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)
6594
5801
  * @default false
6595
5802
  */
6596
5803
  "collapse"?: boolean;
6597
- /**
6598
- * The mode determines the platform behaviors of the component.
6599
- */
6600
- "mode"?: "ios" | "md";
6601
- /**
6602
- * The theme determines the visual appearance of the component.
6603
- */
6604
- "theme"?: "ios" | "md" | "ionic";
6605
5804
  }
6606
5805
  interface IonCard {
6607
5806
  /**
@@ -6627,7 +5826,7 @@ declare namespace LocalJSX {
6627
5826
  */
6628
5827
  "href"?: string | undefined;
6629
5828
  /**
6630
- * The mode determines the platform behaviors of the component.
5829
+ * The mode determines which platform styles to use.
6631
5830
  */
6632
5831
  "mode"?: "ios" | "md";
6633
5832
  /**
@@ -6643,19 +5842,10 @@ declare namespace LocalJSX {
6643
5842
  * @default 'forward'
6644
5843
  */
6645
5844
  "routerDirection"?: RouterDirection;
6646
- /**
6647
- * 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"`.
6648
- * @default 'round'
6649
- */
6650
- "shape"?: 'soft' | 'round' | 'rectangular';
6651
5845
  /**
6652
5846
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
6653
5847
  */
6654
5848
  "target"?: string | undefined;
6655
- /**
6656
- * The theme determines the visual appearance of the component.
6657
- */
6658
- "theme"?: "ios" | "md" | "ionic";
6659
5849
  /**
6660
5850
  * The type of the button. Only used when an `onclick` or `button` property is present.
6661
5851
  * @default 'button'
@@ -6664,13 +5854,9 @@ declare namespace LocalJSX {
6664
5854
  }
6665
5855
  interface IonCardContent {
6666
5856
  /**
6667
- * The mode determines the platform behaviors of the component.
5857
+ * The mode determines which platform styles to use.
6668
5858
  */
6669
5859
  "mode"?: "ios" | "md";
6670
- /**
6671
- * The theme determines the visual appearance of the component.
6672
- */
6673
- "theme"?: "ios" | "md" | "ionic";
6674
5860
  }
6675
5861
  interface IonCardHeader {
6676
5862
  /**
@@ -6678,15 +5864,11 @@ declare namespace LocalJSX {
6678
5864
  */
6679
5865
  "color"?: Color;
6680
5866
  /**
6681
- * The mode determines the platform behaviors of the component.
5867
+ * The mode determines which platform styles to use.
6682
5868
  */
6683
5869
  "mode"?: "ios" | "md";
6684
5870
  /**
6685
- * The theme determines the visual appearance of the component.
6686
- */
6687
- "theme"?: "ios" | "md" | "ionic";
6688
- /**
6689
- * 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).
5871
+ * 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).
6690
5872
  * @default false
6691
5873
  */
6692
5874
  "translucent"?: boolean;
@@ -6697,13 +5879,9 @@ declare namespace LocalJSX {
6697
5879
  */
6698
5880
  "color"?: Color;
6699
5881
  /**
6700
- * The mode determines the platform behaviors of the component.
5882
+ * The mode determines which platform styles to use.
6701
5883
  */
6702
5884
  "mode"?: "ios" | "md";
6703
- /**
6704
- * The theme determines the visual appearance of the component.
6705
- */
6706
- "theme"?: "ios" | "md" | "ionic";
6707
5885
  }
6708
5886
  interface IonCardTitle {
6709
5887
  /**
@@ -6711,13 +5889,9 @@ declare namespace LocalJSX {
6711
5889
  */
6712
5890
  "color"?: Color;
6713
5891
  /**
6714
- * The mode determines the platform behaviors of the component.
5892
+ * The mode determines which platform styles to use.
6715
5893
  */
6716
5894
  "mode"?: "ios" | "md";
6717
- /**
6718
- * The theme determines the visual appearance of the component.
6719
- */
6720
- "theme"?: "ios" | "md" | "ionic";
6721
5895
  }
6722
5896
  interface IonCheckbox {
6723
5897
  /**
@@ -6761,7 +5935,7 @@ declare namespace LocalJSX {
6761
5935
  */
6762
5936
  "labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
6763
5937
  /**
6764
- * The mode determines the platform behaviors of the component.
5938
+ * The mode determines which platform styles to use.
6765
5939
  */
6766
5940
  "mode"?: "ios" | "md";
6767
5941
  /**
@@ -6774,7 +5948,7 @@ declare namespace LocalJSX {
6774
5948
  */
6775
5949
  "onIonBlur"?: (event: IonCheckboxCustomEvent<void>) => void;
6776
5950
  /**
6777
- * 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.
5951
+ * 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.
6778
5952
  */
6779
5953
  "onIonChange"?: (event: IonCheckboxCustomEvent<CheckboxChangeEventDetail>) => void;
6780
5954
  /**
@@ -6786,19 +5960,6 @@ declare namespace LocalJSX {
6786
5960
  * @default false
6787
5961
  */
6788
5962
  "required"?: boolean;
6789
- /**
6790
- * Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
6791
- * @default 'soft'
6792
- */
6793
- "shape"?: 'soft' | 'rectangular';
6794
- /**
6795
- * Set to `"small"` for a checkbox with less height and padding.
6796
- */
6797
- "size"?: 'small';
6798
- /**
6799
- * The theme determines the visual appearance of the component.
6800
- */
6801
- "theme"?: "ios" | "md" | "ionic";
6802
5963
  /**
6803
5964
  * 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>`.
6804
5965
  * @default 'on'
@@ -6816,12 +5977,7 @@ declare namespace LocalJSX {
6816
5977
  */
6817
5978
  "disabled"?: boolean;
6818
5979
  /**
6819
- * 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.
6820
- * @default 'subtle'
6821
- */
6822
- "hue"?: 'bold' | 'subtle';
6823
- /**
6824
- * The mode determines the platform behaviors of the component.
5980
+ * The mode determines which platform styles to use.
6825
5981
  */
6826
5982
  "mode"?: "ios" | "md";
6827
5983
  /**
@@ -6829,24 +5985,8 @@ declare namespace LocalJSX {
6829
5985
  * @default false
6830
5986
  */
6831
5987
  "outline"?: boolean;
6832
- /**
6833
- * 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.
6834
- */
6835
- "shape"?: 'soft' | 'round' | 'rectangular';
6836
- /**
6837
- * Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
6838
- */
6839
- "size"?: 'small' | 'large';
6840
- /**
6841
- * The theme determines the visual appearance of the component.
6842
- */
6843
- "theme"?: "ios" | "md" | "ionic";
6844
5988
  }
6845
5989
  interface IonCol {
6846
- /**
6847
- * The mode determines the platform behaviors of the component.
6848
- */
6849
- "mode"?: "ios" | "md";
6850
5990
  /**
6851
5991
  * The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
6852
5992
  */
@@ -6871,88 +6011,52 @@ declare namespace LocalJSX {
6871
6011
  * The amount to offset the column for xs screens, in terms of how many columns it should shift to the end of the total available.
6872
6012
  */
6873
6013
  "offsetXs"?: string;
6874
- /**
6875
- * The order of the column, in terms of where the column should position itself in the columns renderer. If no value is passed, the column order implicit value will be the order in the html structure.
6876
- */
6877
- "order"?: string;
6878
- /**
6879
- * The order of the column for lg screens, in terms of where the column should position itself in the columns renderer. If no value is passed, the column order implicit value will be the order in the html structure.
6880
- */
6881
- "orderLg"?: string;
6882
- /**
6883
- * The order of the column for md screens, in terms of where the column should position itself in the columns renderer. If no value is passed, the column order implicit value will be the order in the html structure.
6884
- */
6885
- "orderMd"?: string;
6886
- /**
6887
- * The order of the column for sm screens, in terms of where the column should position itself in the columns renderer. If no value is passed, the column order implicit value will be the order in the html structure.
6888
- */
6889
- "orderSm"?: string;
6890
- /**
6891
- * The order of the column for xl screens, in terms of where the column should position itself in the columns renderer. If no value is passed, the column order implicit value will be the order in the html structure.
6892
- */
6893
- "orderXl"?: string;
6894
- /**
6895
- * The order of the column for xs screens, in terms of where the column should position itself in the columns renderer. If no value is passed, the column order implicit value will be the order in the html structure.
6896
- */
6897
- "orderXs"?: string;
6898
6014
  /**
6899
6015
  * The amount to pull the column, in terms of how many columns it should shift to the start of the total available.
6900
- * @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
6901
6016
  */
6902
6017
  "pull"?: string;
6903
6018
  /**
6904
6019
  * The amount to pull the column for lg screens, in terms of how many columns it should shift to the start of the total available.
6905
- * @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
6906
6020
  */
6907
6021
  "pullLg"?: string;
6908
6022
  /**
6909
6023
  * The amount to pull the column for md screens, in terms of how many columns it should shift to the start of the total available.
6910
- * @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
6911
6024
  */
6912
6025
  "pullMd"?: string;
6913
6026
  /**
6914
6027
  * The amount to pull the column for sm screens, in terms of how many columns it should shift to the start of the total available.
6915
- * @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
6916
6028
  */
6917
6029
  "pullSm"?: string;
6918
6030
  /**
6919
6031
  * The amount to pull the column for xl screens, in terms of how many columns it should shift to the start of the total available.
6920
- * @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
6921
6032
  */
6922
6033
  "pullXl"?: string;
6923
6034
  /**
6924
6035
  * The amount to pull the column for xs screens, in terms of how many columns it should shift to the start of the total available.
6925
- * @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
6926
6036
  */
6927
6037
  "pullXs"?: string;
6928
6038
  /**
6929
6039
  * The amount to push the column, in terms of how many columns it should shift to the end of the total available.
6930
- * @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
6931
6040
  */
6932
6041
  "push"?: string;
6933
6042
  /**
6934
6043
  * The amount to push the column for lg screens, in terms of how many columns it should shift to the end of the total available.
6935
- * @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
6936
6044
  */
6937
6045
  "pushLg"?: string;
6938
6046
  /**
6939
6047
  * The amount to push the column for md screens, in terms of how many columns it should shift to the end of the total available.
6940
- * @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
6941
6048
  */
6942
6049
  "pushMd"?: string;
6943
6050
  /**
6944
6051
  * The amount to push the column for sm screens, in terms of how many columns it should shift to the end of the total available.
6945
- * @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
6946
6052
  */
6947
6053
  "pushSm"?: string;
6948
6054
  /**
6949
6055
  * The amount to push the column for xl screens, in terms of how many columns it should shift to the end of the total available.
6950
- * @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
6951
6056
  */
6952
6057
  "pushXl"?: string;
6953
6058
  /**
6954
6059
  * The amount to push the column for xs screens, in terms of how many columns it should shift to the end of the total available.
6955
- * @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
6956
6060
  */
6957
6061
  "pushXs"?: string;
6958
6062
  /**
@@ -6979,10 +6083,6 @@ declare namespace LocalJSX {
6979
6083
  * 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.
6980
6084
  */
6981
6085
  "sizeXs"?: string;
6982
- /**
6983
- * The theme determines the visual appearance of the component.
6984
- */
6985
- "theme"?: "ios" | "md" | "ionic";
6986
6086
  }
6987
6087
  interface IonContent {
6988
6088
  /**
@@ -7003,10 +6103,6 @@ declare namespace LocalJSX {
7003
6103
  * @default false
7004
6104
  */
7005
6105
  "fullscreen"?: boolean;
7006
- /**
7007
- * The mode determines the platform behaviors of the component.
7008
- */
7009
- "mode"?: "ios" | "md";
7010
6106
  /**
7011
6107
  * Emitted while scrolling. This event is disabled by default. Set `scrollEvents` to `true` to enable.
7012
6108
  */
@@ -7034,10 +6130,6 @@ declare namespace LocalJSX {
7034
6130
  * @default true
7035
6131
  */
7036
6132
  "scrollY"?: boolean;
7037
- /**
7038
- * The theme determines the visual appearance of the component.
7039
- */
7040
- "theme"?: "ios" | "md" | "ionic";
7041
6133
  }
7042
6134
  interface IonDatetime {
7043
6135
  /**
@@ -7112,7 +6204,7 @@ declare namespace LocalJSX {
7112
6204
  */
7113
6205
  "minuteValues"?: number[] | number | string;
7114
6206
  /**
7115
- * The mode determines the platform behaviors of the component.
6207
+ * The mode determines which platform styles to use.
7116
6208
  */
7117
6209
  "mode"?: "ios" | "md";
7118
6210
  /**
@@ -7190,10 +6282,6 @@ declare namespace LocalJSX {
7190
6282
  * @default 'fixed'
7191
6283
  */
7192
6284
  "size"?: 'cover' | 'fixed';
7193
- /**
7194
- * The theme determines the visual appearance of the component.
7195
- */
7196
- "theme"?: "ios" | "md" | "ionic";
7197
6285
  /**
7198
6286
  * 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.
7199
6287
  */
@@ -7223,25 +6311,9 @@ declare namespace LocalJSX {
7223
6311
  */
7224
6312
  "disabled"?: boolean;
7225
6313
  /**
7226
- * The mode determines the platform behaviors of the component.
6314
+ * The mode determines which platform styles to use.
7227
6315
  */
7228
6316
  "mode"?: "ios" | "md";
7229
- /**
7230
- * The theme determines the visual appearance of the component.
7231
- */
7232
- "theme"?: "ios" | "md" | "ionic";
7233
- }
7234
- interface IonDivider {
7235
- /**
7236
- * If `true`, the divider will have horizontal margins By default, it's `false`
7237
- * @default false
7238
- */
7239
- "inset"?: boolean;
7240
- /**
7241
- * 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"`.
7242
- * @default 'medium'
7243
- */
7244
- "spacing"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge';
7245
6317
  }
7246
6318
  interface IonFab {
7247
6319
  /**
@@ -7258,14 +6330,6 @@ declare namespace LocalJSX {
7258
6330
  * Where to align the fab horizontally in the viewport.
7259
6331
  */
7260
6332
  "horizontal"?: 'start' | 'end' | 'center';
7261
- /**
7262
- * The mode determines the platform behaviors of the component.
7263
- */
7264
- "mode"?: "ios" | "md";
7265
- /**
7266
- * The theme determines the visual appearance of the component.
7267
- */
7268
- "theme"?: "ios" | "md" | "ionic";
7269
6333
  /**
7270
6334
  * Where to align the fab vertically in the viewport.
7271
6335
  */
@@ -7279,6 +6343,7 @@ declare namespace LocalJSX {
7279
6343
  "activated"?: boolean;
7280
6344
  /**
7281
6345
  * 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.
6346
+ * @default close
7282
6347
  */
7283
6348
  "closeIcon"?: string;
7284
6349
  /**
@@ -7299,7 +6364,7 @@ declare namespace LocalJSX {
7299
6364
  */
7300
6365
  "href"?: string | undefined;
7301
6366
  /**
7302
- * The mode determines the platform behaviors of the component.
6367
+ * The mode determines which platform styles to use.
7303
6368
  */
7304
6369
  "mode"?: "ios" | "md";
7305
6370
  /**
@@ -7337,11 +6402,7 @@ declare namespace LocalJSX {
7337
6402
  */
7338
6403
  "target"?: string | undefined;
7339
6404
  /**
7340
- * The theme determines the visual appearance of the component.
7341
- */
7342
- "theme"?: "ios" | "md" | "ionic";
7343
- /**
7344
- * 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).
6405
+ * 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).
7345
6406
  * @default false
7346
6407
  */
7347
6408
  "translucent"?: boolean;
@@ -7357,35 +6418,23 @@ declare namespace LocalJSX {
7357
6418
  * @default false
7358
6419
  */
7359
6420
  "activated"?: boolean;
7360
- /**
7361
- * The mode determines the platform behaviors of the component.
7362
- */
7363
- "mode"?: "ios" | "md";
7364
6421
  /**
7365
6422
  * The side the fab list will show on relative to the main fab button.
7366
6423
  * @default 'bottom'
7367
6424
  */
7368
6425
  "side"?: 'start' | 'end' | 'top' | 'bottom';
7369
- /**
7370
- * The theme determines the visual appearance of the component.
7371
- */
7372
- "theme"?: "ios" | "md" | "ionic";
7373
6426
  }
7374
6427
  interface IonFooter {
7375
6428
  /**
7376
- * Describes the scroll effect that will be applied to the footer. Only applies when the theme is `"ios"`.
6429
+ * Describes the scroll effect that will be applied to the footer. Only applies in iOS mode.
7377
6430
  */
7378
6431
  "collapse"?: 'fade';
7379
6432
  /**
7380
- * The mode determines the platform behaviors of the component.
6433
+ * The mode determines which platform styles to use.
7381
6434
  */
7382
6435
  "mode"?: "ios" | "md";
7383
6436
  /**
7384
- * The theme determines the visual appearance of the component.
7385
- */
7386
- "theme"?: "ios" | "md" | "ionic";
7387
- /**
7388
- * 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.
6437
+ * 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.
7389
6438
  * @default false
7390
6439
  */
7391
6440
  "translucent"?: boolean;
@@ -7396,35 +6445,18 @@ declare namespace LocalJSX {
7396
6445
  * @default false
7397
6446
  */
7398
6447
  "fixed"?: boolean;
7399
- /**
7400
- * The mode determines the platform behaviors of the component.
7401
- */
7402
- "mode"?: "ios" | "md";
7403
- /**
7404
- * The theme determines the visual appearance of the component.
7405
- */
7406
- "theme"?: "ios" | "md" | "ionic";
7407
6448
  }
7408
6449
  interface IonHeader {
7409
6450
  /**
7410
- * 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)
6451
+ * 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)
7411
6452
  */
7412
6453
  "collapse"?: 'condense' | 'fade';
7413
6454
  /**
7414
- * If `true`, the header will have a line at the bottom. TODO(ROU-10855): add support for this prop on ios/md themes
7415
- * @default false
7416
- */
7417
- "divider"?: boolean;
7418
- /**
7419
- * The mode determines the platform behaviors of the component.
6455
+ * The mode determines which platform styles to use.
7420
6456
  */
7421
6457
  "mode"?: "ios" | "md";
7422
6458
  /**
7423
- * The theme determines the visual appearance of the component.
7424
- */
7425
- "theme"?: "ios" | "md" | "ionic";
7426
- /**
7427
- * If `true`, the header will be translucent. Only applies when the theme is `"ios"` or `"ionic"` 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.
6459
+ * 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.
7428
6460
  * @default false
7429
6461
  */
7430
6462
  "translucent"?: boolean;
@@ -7434,10 +6466,6 @@ declare namespace LocalJSX {
7434
6466
  * 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.
7435
6467
  */
7436
6468
  "alt"?: string;
7437
- /**
7438
- * The mode determines the platform behaviors of the component.
7439
- */
7440
- "mode"?: "ios" | "md";
7441
6469
  /**
7442
6470
  * Emitted when the img fails to load
7443
6471
  */
@@ -7454,10 +6482,6 @@ declare namespace LocalJSX {
7454
6482
  * The image URL. This attribute is mandatory for the `<img>` element.
7455
6483
  */
7456
6484
  "src"?: string;
7457
- /**
7458
- * The theme determines the visual appearance of the component.
7459
- */
7460
- "theme"?: "ios" | "md" | "ionic";
7461
6485
  }
7462
6486
  interface IonInfiniteScroll {
7463
6487
  /**
@@ -7465,10 +6489,6 @@ declare namespace LocalJSX {
7465
6489
  * @default false
7466
6490
  */
7467
6491
  "disabled"?: boolean;
7468
- /**
7469
- * The mode determines the platform behaviors of the component.
7470
- */
7471
- "mode"?: "ios" | "md";
7472
6492
  /**
7473
6493
  * 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.
7474
6494
  */
@@ -7478,15 +6498,6 @@ declare namespace LocalJSX {
7478
6498
  * @default 'bottom'
7479
6499
  */
7480
6500
  "position"?: 'top' | 'bottom';
7481
- /**
7482
- * If `true`, the infinite scroll will preserve the scroll position when the content is re-rendered. This is useful when the content is re-rendered with new keys, and the scroll position should be preserved.
7483
- * @default false
7484
- */
7485
- "preserveRerenderScrollPosition"?: boolean;
7486
- /**
7487
- * The theme determines the visual appearance of the component.
7488
- */
7489
- "theme"?: "ios" | "md" | "ionic";
7490
6501
  /**
7491
6502
  * 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.
7492
6503
  * @default '15%'
@@ -7502,14 +6513,6 @@ declare namespace LocalJSX {
7502
6513
  * 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.
7503
6514
  */
7504
6515
  "loadingText"?: string | IonicSafeString;
7505
- /**
7506
- * The mode determines the platform behaviors of the component.
7507
- */
7508
- "mode"?: "ios" | "md";
7509
- /**
7510
- * The theme determines the visual appearance of the component.
7511
- */
7512
- "theme"?: "ios" | "md" | "ionic";
7513
6516
  }
7514
6517
  interface IonInput {
7515
6518
  /**
@@ -7576,7 +6579,7 @@ declare namespace LocalJSX {
7576
6579
  */
7577
6580
  "errorText"?: string;
7578
6581
  /**
7579
- * 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"`.
6582
+ * 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.
7580
6583
  */
7581
6584
  "fill"?: 'outline' | 'solid';
7582
6585
  /**
@@ -7592,7 +6595,8 @@ declare namespace LocalJSX {
7592
6595
  */
7593
6596
  "label"?: string;
7594
6597
  /**
7595
- * 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.
6598
+ * 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 ("...").
6599
+ * @default 'start'
7596
6600
  */
7597
6601
  "labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
7598
6602
  /**
@@ -7612,7 +6616,7 @@ declare namespace LocalJSX {
7612
6616
  */
7613
6617
  "minlength"?: number;
7614
6618
  /**
7615
- * The mode determines the platform behaviors of the component.
6619
+ * The mode determines which platform styles to use.
7616
6620
  */
7617
6621
  "mode"?: "ios" | "md";
7618
6622
  /**
@@ -7659,14 +6663,9 @@ declare namespace LocalJSX {
7659
6663
  */
7660
6664
  "required"?: boolean;
7661
6665
  /**
7662
- * 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"`.
7663
- */
7664
- "shape"?: 'soft' | 'round' | 'rectangular';
7665
- /**
7666
- * 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.
7667
- * @default 'medium'
6666
+ * The shape of the input. If "round" it will have an increased border radius.
7668
6667
  */
7669
- "size"?: 'medium' | 'large' | 'xlarge';
6668
+ "shape"?: 'round';
7670
6669
  /**
7671
6670
  * If `true`, the element will have its spelling and grammar checked.
7672
6671
  * @default false
@@ -7676,10 +6675,6 @@ declare namespace LocalJSX {
7676
6675
  * 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.
7677
6676
  */
7678
6677
  "step"?: string;
7679
- /**
7680
- * The theme determines the visual appearance of the component.
7681
- */
7682
- "theme"?: "ios" | "md" | "ionic";
7683
6678
  /**
7684
6679
  * The type of control to display. The default type is text.
7685
6680
  * @default 'text'
@@ -7803,11 +6798,12 @@ declare namespace LocalJSX {
7803
6798
  */
7804
6799
  "color"?: Color;
7805
6800
  /**
7806
- * 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.
6801
+ * 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.
7807
6802
  */
7808
6803
  "detail"?: boolean;
7809
6804
  /**
7810
6805
  * The icon to use when `detail` is set to `true`.
6806
+ * @default chevronForward
7811
6807
  */
7812
6808
  "detailIcon"?: string;
7813
6809
  /**
@@ -7828,7 +6824,7 @@ declare namespace LocalJSX {
7828
6824
  */
7829
6825
  "lines"?: 'full' | 'inset' | 'none';
7830
6826
  /**
7831
- * The mode determines the platform behaviors of the component.
6827
+ * The mode determines which platform styles to use.
7832
6828
  */
7833
6829
  "mode"?: "ios" | "md";
7834
6830
  /**
@@ -7848,10 +6844,6 @@ declare namespace LocalJSX {
7848
6844
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
7849
6845
  */
7850
6846
  "target"?: string | undefined;
7851
- /**
7852
- * The theme determines the visual appearance of the component.
7853
- */
7854
- "theme"?: "ios" | "md" | "ionic";
7855
6847
  /**
7856
6848
  * The type of the button. Only used when an `onclick` or `button` property is present.
7857
6849
  * @default 'button'
@@ -7864,7 +6856,7 @@ declare namespace LocalJSX {
7864
6856
  */
7865
6857
  "color"?: Color;
7866
6858
  /**
7867
- * The mode determines the platform behaviors of the component.
6859
+ * The mode determines which platform styles to use.
7868
6860
  */
7869
6861
  "mode"?: "ios" | "md";
7870
6862
  /**
@@ -7872,20 +6864,8 @@ declare namespace LocalJSX {
7872
6864
  * @default false
7873
6865
  */
7874
6866
  "sticky"?: boolean;
7875
- /**
7876
- * The theme determines the visual appearance of the component.
7877
- */
7878
- "theme"?: "ios" | "md" | "ionic";
7879
6867
  }
7880
6868
  interface IonItemGroup {
7881
- /**
7882
- * The mode determines the platform behaviors of the component.
7883
- */
7884
- "mode"?: "ios" | "md";
7885
- /**
7886
- * The theme determines the visual appearance of the component.
7887
- */
7888
- "theme"?: "ios" | "md" | "ionic";
7889
6869
  }
7890
6870
  interface IonItemOption {
7891
6871
  /**
@@ -7911,30 +6891,17 @@ declare namespace LocalJSX {
7911
6891
  */
7912
6892
  "href"?: string | undefined;
7913
6893
  /**
7914
- * 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.
7915
- * @default 'subtle'
7916
- */
7917
- "hue"?: 'bold' | 'subtle';
7918
- /**
7919
- * The mode determines the platform behaviors of the component.
6894
+ * The mode determines which platform styles to use.
7920
6895
  */
7921
6896
  "mode"?: "ios" | "md";
7922
6897
  /**
7923
6898
  * 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).
7924
6899
  */
7925
6900
  "rel"?: string | undefined;
7926
- /**
7927
- * 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.
7928
- */
7929
- "shape"?: 'soft' | 'round' | 'rectangular';
7930
6901
  /**
7931
6902
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
7932
6903
  */
7933
6904
  "target"?: string | undefined;
7934
- /**
7935
- * The theme determines the visual appearance of the component.
7936
- */
7937
- "theme"?: "ios" | "md" | "ionic";
7938
6905
  /**
7939
6906
  * The type of the button.
7940
6907
  * @default 'button'
@@ -7942,10 +6909,6 @@ declare namespace LocalJSX {
7942
6909
  "type"?: 'submit' | 'reset' | 'button';
7943
6910
  }
7944
6911
  interface IonItemOptions {
7945
- /**
7946
- * The mode determines the platform behaviors of the component.
7947
- */
7948
- "mode"?: "ios" | "md";
7949
6912
  /**
7950
6913
  * Emitted when the item has been fully swiped.
7951
6914
  */
@@ -7955,10 +6918,6 @@ declare namespace LocalJSX {
7955
6918
  * @default 'end'
7956
6919
  */
7957
6920
  "side"?: Side;
7958
- /**
7959
- * The theme determines the visual appearance of the component.
7960
- */
7961
- "theme"?: "ios" | "md" | "ionic";
7962
6921
  }
7963
6922
  interface IonItemSliding {
7964
6923
  /**
@@ -7966,18 +6925,10 @@ declare namespace LocalJSX {
7966
6925
  * @default false
7967
6926
  */
7968
6927
  "disabled"?: boolean;
7969
- /**
7970
- * The mode determines the platform behaviors of the component.
7971
- */
7972
- "mode"?: "ios" | "md";
7973
6928
  /**
7974
6929
  * Emitted when the sliding position changes.
7975
6930
  */
7976
6931
  "onIonDrag"?: (event: IonItemSlidingCustomEvent<any>) => void;
7977
- /**
7978
- * The theme determines the visual appearance of the component.
7979
- */
7980
- "theme"?: "ios" | "md" | "ionic";
7981
6932
  }
7982
6933
  interface IonLabel {
7983
6934
  /**
@@ -7985,17 +6936,13 @@ declare namespace LocalJSX {
7985
6936
  */
7986
6937
  "color"?: Color;
7987
6938
  /**
7988
- * The mode determines the platform behaviors of the component.
6939
+ * The mode determines which platform styles to use.
7989
6940
  */
7990
6941
  "mode"?: "ios" | "md";
7991
6942
  /**
7992
6943
  * The position determines where and how the label behaves inside an item.
7993
6944
  */
7994
6945
  "position"?: 'fixed' | 'stacked' | 'floating';
7995
- /**
7996
- * The theme determines the visual appearance of the component.
7997
- */
7998
- "theme"?: "ios" | "md" | "ionic";
7999
6946
  }
8000
6947
  interface IonList {
8001
6948
  /**
@@ -8008,17 +6955,9 @@ declare namespace LocalJSX {
8008
6955
  */
8009
6956
  "lines"?: 'full' | 'inset' | 'none';
8010
6957
  /**
8011
- * The mode determines the platform behaviors of the component.
6958
+ * The mode determines which platform styles to use.
8012
6959
  */
8013
6960
  "mode"?: "ios" | "md";
8014
- /**
8015
- * 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.
8016
- */
8017
- "shape"?: 'soft' | 'round' | 'rectangular';
8018
- /**
8019
- * The theme determines the visual appearance of the component.
8020
- */
8021
- "theme"?: "ios" | "md" | "ionic";
8022
6961
  }
8023
6962
  interface IonListHeader {
8024
6963
  /**
@@ -8030,13 +6969,9 @@ declare namespace LocalJSX {
8030
6969
  */
8031
6970
  "lines"?: 'full' | 'inset' | 'none';
8032
6971
  /**
8033
- * The mode determines the platform behaviors of the component.
6972
+ * The mode determines which platform styles to use.
8034
6973
  */
8035
6974
  "mode"?: "ios" | "md";
8036
- /**
8037
- * The theme determines the visual appearance of the component.
8038
- */
8039
- "theme"?: "ios" | "md" | "ionic";
8040
6975
  }
8041
6976
  interface IonLoading {
8042
6977
  /**
@@ -8085,7 +7020,7 @@ declare namespace LocalJSX {
8085
7020
  */
8086
7021
  "message"?: string | IonicSafeString;
8087
7022
  /**
8088
- * The mode determines the platform behaviors of the component.
7023
+ * The mode determines which platform styles to use.
8089
7024
  */
8090
7025
  "mode"?: "ios" | "md";
8091
7026
  /**
@@ -8130,11 +7065,7 @@ declare namespace LocalJSX {
8130
7065
  */
8131
7066
  "spinner"?: SpinnerTypes | null;
8132
7067
  /**
8133
- * The theme determines the visual appearance of the component.
8134
- */
8135
- "theme"?: "ios" | "md" | "ionic";
8136
- /**
8137
- * 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).
7068
+ * 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).
8138
7069
  * @default false
8139
7070
  */
8140
7071
  "translucent"?: boolean;
@@ -8162,10 +7093,6 @@ declare namespace LocalJSX {
8162
7093
  * An id for the menu.
8163
7094
  */
8164
7095
  "menuId"?: string;
8165
- /**
8166
- * The mode determines the platform behaviors of the component.
8167
- */
8168
- "mode"?: "ios" | "md";
8169
7096
  /**
8170
7097
  * Emitted when the menu is closed.
8171
7098
  */
@@ -8192,10 +7119,6 @@ declare namespace LocalJSX {
8192
7119
  * @default true
8193
7120
  */
8194
7121
  "swipeGesture"?: boolean;
8195
- /**
8196
- * The theme determines the visual appearance of the component.
8197
- */
8198
- "theme"?: "ios" | "md" | "ionic";
8199
7122
  /**
8200
7123
  * The display type of the menu. Available options: `"overlay"`, `"reveal"`, `"push"`.
8201
7124
  */
@@ -8221,13 +7144,9 @@ declare namespace LocalJSX {
8221
7144
  */
8222
7145
  "menu"?: string;
8223
7146
  /**
8224
- * The mode determines the platform behaviors of the component.
7147
+ * The mode determines which platform styles to use.
8225
7148
  */
8226
7149
  "mode"?: "ios" | "md";
8227
- /**
8228
- * The theme determines the visual appearance of the component.
8229
- */
8230
- "theme"?: "ios" | "md" | "ionic";
8231
7150
  /**
8232
7151
  * The type of the button.
8233
7152
  * @default 'button'
@@ -8244,14 +7163,6 @@ declare namespace LocalJSX {
8244
7163
  * 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.
8245
7164
  */
8246
7165
  "menu"?: string;
8247
- /**
8248
- * The mode determines the platform behaviors of the component.
8249
- */
8250
- "mode"?: "ios" | "md";
8251
- /**
8252
- * The theme determines the visual appearance of the component.
8253
- */
8254
- "theme"?: "ios" | "md" | "ionic";
8255
7166
  }
8256
7167
  interface IonModal {
8257
7168
  /**
@@ -8329,7 +7240,7 @@ declare namespace LocalJSX {
8329
7240
  */
8330
7241
  "leaveAnimation"?: AnimationBuilder;
8331
7242
  /**
8332
- * The mode determines the platform behaviors of the component.
7243
+ * The mode determines which platform styles to use.
8333
7244
  */
8334
7245
  "mode"?: "ios" | "md";
8335
7246
  /**
@@ -8372,19 +7283,11 @@ declare namespace LocalJSX {
8372
7283
  * 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.
8373
7284
  */
8374
7285
  "presentingElement"?: HTMLElement;
8375
- /**
8376
- * 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.
8377
- */
8378
- "shape"?: 'soft' | 'round' | 'rectangular';
8379
7286
  /**
8380
7287
  * 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.
8381
7288
  * @default true
8382
7289
  */
8383
7290
  "showBackdrop"?: boolean;
8384
- /**
8385
- * The theme determines the visual appearance of the component.
8386
- */
8387
- "theme"?: "ios" | "md" | "ionic";
8388
7291
  /**
8389
7292
  * An ID corresponding to the trigger element that causes the modal to open when clicked.
8390
7293
  */
@@ -8397,13 +7300,9 @@ declare namespace LocalJSX {
8397
7300
  */
8398
7301
  "animated"?: boolean;
8399
7302
  /**
8400
- * 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.
7303
+ * 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.
8401
7304
  */
8402
7305
  "animation"?: AnimationBuilder;
8403
- /**
8404
- * The mode determines the platform behaviors of the component.
8405
- */
8406
- "mode"?: "ios" | "md";
8407
7306
  /**
8408
7307
  * Event fired when the nav has changed components
8409
7308
  */
@@ -8424,10 +7323,6 @@ declare namespace LocalJSX {
8424
7323
  * If the nav component should allow for swipe-to-go-back.
8425
7324
  */
8426
7325
  "swipeGesture"?: boolean;
8427
- /**
8428
- * The theme determines the visual appearance of the component.
8429
- */
8430
- "theme"?: "ios" | "md" | "ionic";
8431
7326
  }
8432
7327
  interface IonNavLink {
8433
7328
  /**
@@ -8438,10 +7333,6 @@ declare namespace LocalJSX {
8438
7333
  * Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
8439
7334
  */
8440
7335
  "componentProps"?: ComponentProps;
8441
- /**
8442
- * The mode determines the platform behaviors of the component.
8443
- */
8444
- "mode"?: "ios" | "md";
8445
7336
  /**
8446
7337
  * The transition animation when navigating to another page.
8447
7338
  */
@@ -8451,10 +7342,6 @@ declare namespace LocalJSX {
8451
7342
  * @default 'forward'
8452
7343
  */
8453
7344
  "routerDirection"?: RouterDirection;
8454
- /**
8455
- * The theme determines the visual appearance of the component.
8456
- */
8457
- "theme"?: "ios" | "md" | "ionic";
8458
7345
  }
8459
7346
  interface IonNote {
8460
7347
  /**
@@ -8462,23 +7349,15 @@ declare namespace LocalJSX {
8462
7349
  */
8463
7350
  "color"?: Color;
8464
7351
  /**
8465
- * The mode determines the platform behaviors of the component.
7352
+ * The mode determines which platform styles to use.
8466
7353
  */
8467
7354
  "mode"?: "ios" | "md";
8468
- /**
8469
- * The theme determines the visual appearance of the component.
8470
- */
8471
- "theme"?: "ios" | "md" | "ionic";
8472
7355
  }
8473
7356
  interface IonPicker {
8474
7357
  /**
8475
- * The mode determines the platform behaviors of the component.
7358
+ * The mode determines which platform styles to use.
8476
7359
  */
8477
7360
  "mode"?: "ios" | "md";
8478
- /**
8479
- * The theme determines the visual appearance of the component.
8480
- */
8481
- "theme"?: "ios" | "md" | "ionic";
8482
7361
  }
8483
7362
  interface IonPickerColumn {
8484
7363
  /**
@@ -8492,17 +7371,13 @@ declare namespace LocalJSX {
8492
7371
  */
8493
7372
  "disabled"?: boolean;
8494
7373
  /**
8495
- * The mode determines the platform behaviors of the component.
7374
+ * The mode determines which platform styles to use.
8496
7375
  */
8497
7376
  "mode"?: "ios" | "md";
8498
7377
  /**
8499
7378
  * Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
8500
7379
  */
8501
7380
  "onIonChange"?: (event: IonPickerColumnCustomEvent<PickerColumnChangeEventDetail>) => void;
8502
- /**
8503
- * The theme determines the visual appearance of the component.
8504
- */
8505
- "theme"?: "ios" | "md" | "ionic";
8506
7381
  /**
8507
7382
  * The selected option in the picker.
8508
7383
  */
@@ -8519,14 +7394,6 @@ declare namespace LocalJSX {
8519
7394
  * @default false
8520
7395
  */
8521
7396
  "disabled"?: boolean;
8522
- /**
8523
- * The mode determines the platform behaviors of the component.
8524
- */
8525
- "mode"?: "ios" | "md";
8526
- /**
8527
- * The theme determines the visual appearance of the component.
8528
- */
8529
- "theme"?: "ios" | "md" | "ionic";
8530
7397
  /**
8531
7398
  * The text value of the option.
8532
7399
  */
@@ -8585,7 +7452,7 @@ declare namespace LocalJSX {
8585
7452
  */
8586
7453
  "leaveAnimation"?: AnimationBuilder;
8587
7454
  /**
8588
- * The mode determines the platform behaviors of the component.
7455
+ * The mode determines which platform styles to use.
8589
7456
  */
8590
7457
  "mode"?: "ios" | "md";
8591
7458
  /**
@@ -8625,10 +7492,6 @@ declare namespace LocalJSX {
8625
7492
  * @default true
8626
7493
  */
8627
7494
  "showBackdrop"?: boolean;
8628
- /**
8629
- * The theme determines the visual appearance of the component.
8630
- */
8631
- "theme"?: "ios" | "md" | "ionic";
8632
7495
  /**
8633
7496
  * An ID corresponding to the trigger element that causes the picker to open when clicked.
8634
7497
  */
@@ -8642,7 +7505,7 @@ declare namespace LocalJSX {
8642
7505
  }
8643
7506
  interface IonPopover {
8644
7507
  /**
8645
- * Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `"ios"` theme, and `"start"` for `"md"` theme.
7508
+ * Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios` mode, and `"start"` for `md` mode.
8646
7509
  */
8647
7510
  "alignment"?: PositionAlign;
8648
7511
  /**
@@ -8651,7 +7514,7 @@ declare namespace LocalJSX {
8651
7514
  */
8652
7515
  "animated"?: boolean;
8653
7516
  /**
8654
- * If `true`, the popover will display an arrow that points at the `reference` on `"ios"` theme.
7517
+ * If `true`, the popover will display an arrow that points at the `reference` when running in `ios` mode. Does not apply in `md` mode.
8655
7518
  * @default true
8656
7519
  */
8657
7520
  "arrow"?: boolean;
@@ -8710,7 +7573,7 @@ declare namespace LocalJSX {
8710
7573
  */
8711
7574
  "leaveAnimation"?: AnimationBuilder;
8712
7575
  /**
8713
- * The mode determines the platform behaviors of the component.
7576
+ * The mode determines which platform styles to use.
8714
7577
  */
8715
7578
  "mode"?: "ios" | "md";
8716
7579
  /**
@@ -8766,11 +7629,7 @@ declare namespace LocalJSX {
8766
7629
  */
8767
7630
  "size"?: PopoverSize;
8768
7631
  /**
8769
- * The theme determines the visual appearance of the component.
8770
- */
8771
- "theme"?: "ios" | "md" | "ionic";
8772
- /**
8773
- * 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).
7632
+ * 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).
8774
7633
  * @default false
8775
7634
  */
8776
7635
  "translucent"?: boolean;
@@ -8795,7 +7654,7 @@ declare namespace LocalJSX {
8795
7654
  */
8796
7655
  "color"?: Color;
8797
7656
  /**
8798
- * The mode determines the platform behaviors of the component.
7657
+ * The mode determines which platform styles to use.
8799
7658
  */
8800
7659
  "mode"?: "ios" | "md";
8801
7660
  /**
@@ -8803,14 +7662,6 @@ declare namespace LocalJSX {
8803
7662
  * @default false
8804
7663
  */
8805
7664
  "reversed"?: boolean;
8806
- /**
8807
- * 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.
8808
- */
8809
- "shape"?: 'round' | 'rectangular';
8810
- /**
8811
- * The theme determines the visual appearance of the component.
8812
- */
8813
- "theme"?: "ios" | "md" | "ionic";
8814
7665
  /**
8815
7666
  * 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).
8816
7667
  * @default 'determinate'
@@ -8846,7 +7697,7 @@ declare namespace LocalJSX {
8846
7697
  */
8847
7698
  "labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
8848
7699
  /**
8849
- * The mode determines the platform behaviors of the component.
7700
+ * The mode determines which platform styles to use.
8850
7701
  */
8851
7702
  "mode"?: "ios" | "md";
8852
7703
  /**
@@ -8862,10 +7713,6 @@ declare namespace LocalJSX {
8862
7713
  * Emitted when the radio button has focus.
8863
7714
  */
8864
7715
  "onIonFocus"?: (event: IonRadioCustomEvent<void>) => void;
8865
- /**
8866
- * The theme determines the visual appearance of the component.
8867
- */
8868
- "theme"?: "ios" | "md" | "ionic";
8869
7716
  /**
8870
7717
  * the value of the radio.
8871
7718
  */
@@ -8889,10 +7736,6 @@ declare namespace LocalJSX {
8889
7736
  * The helper text to display at the top of the radio group.
8890
7737
  */
8891
7738
  "helperText"?: string;
8892
- /**
8893
- * The mode determines the platform behaviors of the component.
8894
- */
8895
- "mode"?: "ios" | "md";
8896
7739
  /**
8897
7740
  * The name of the control, which is submitted with the form data.
8898
7741
  * @default this.inputId
@@ -8902,10 +7745,6 @@ declare namespace LocalJSX {
8902
7745
  * Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
8903
7746
  */
8904
7747
  "onIonChange"?: (event: IonRadioGroupCustomEvent<RadioGroupChangeEventDetail>) => void;
8905
- /**
8906
- * The theme determines the visual appearance of the component.
8907
- */
8908
- "theme"?: "ios" | "md" | "ionic";
8909
7748
  /**
8910
7749
  * the value of the radio group.
8911
7750
  */
@@ -8954,7 +7793,7 @@ declare namespace LocalJSX {
8954
7793
  */
8955
7794
  "min"?: number;
8956
7795
  /**
8957
- * The mode determines the platform behaviors of the component.
7796
+ * The mode determines which platform styles to use.
8958
7797
  */
8959
7798
  "mode"?: "ios" | "md";
8960
7799
  /**
@@ -9006,10 +7845,6 @@ declare namespace LocalJSX {
9006
7845
  * @default 1
9007
7846
  */
9008
7847
  "step"?: number;
9009
- /**
9010
- * The theme determines the visual appearance of the component.
9011
- */
9012
- "theme"?: "ios" | "md" | "ionic";
9013
7848
  /**
9014
7849
  * If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
9015
7850
  * @default true
@@ -9033,7 +7868,7 @@ declare namespace LocalJSX {
9033
7868
  */
9034
7869
  "disabled"?: boolean;
9035
7870
  /**
9036
- * The mode determines the platform behaviors of the component.
7871
+ * The mode determines which platform styles to use.
9037
7872
  */
9038
7873
  "mode"?: "ios" | "md";
9039
7874
  /**
@@ -9068,16 +7903,8 @@ declare namespace LocalJSX {
9068
7903
  * @default '280ms'
9069
7904
  */
9070
7905
  "snapbackDuration"?: string;
9071
- /**
9072
- * The theme determines the visual appearance of the component.
9073
- */
9074
- "theme"?: "ios" | "md" | "ionic";
9075
7906
  }
9076
7907
  interface IonRefresherContent {
9077
- /**
9078
- * The mode determines the platform behaviors of the component.
9079
- */
9080
- "mode"?: "ios" | "md";
9081
7908
  /**
9082
7909
  * 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.
9083
7910
  */
@@ -9094,20 +7921,8 @@ declare namespace LocalJSX {
9094
7921
  * 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.
9095
7922
  */
9096
7923
  "refreshingText"?: string | IonicSafeString;
9097
- /**
9098
- * The theme determines the visual appearance of the component.
9099
- */
9100
- "theme"?: "ios" | "md" | "ionic";
9101
7924
  }
9102
7925
  interface IonReorder {
9103
- /**
9104
- * The mode determines the platform behaviors of the component.
9105
- */
9106
- "mode"?: "ios" | "md";
9107
- /**
9108
- * The theme determines the visual appearance of the component.
9109
- */
9110
- "theme"?: "ios" | "md" | "ionic";
9111
7926
  }
9112
7927
  interface IonReorderGroup {
9113
7928
  /**
@@ -9115,10 +7930,6 @@ declare namespace LocalJSX {
9115
7930
  * @default true
9116
7931
  */
9117
7932
  "disabled"?: boolean;
9118
- /**
9119
- * The mode determines the platform behaviors of the component.
9120
- */
9121
- "mode"?: "ios" | "md";
9122
7933
  /**
9123
7934
  * Event that needs to be listened to in order to complete the reorder action.
9124
7935
  * @deprecated Use `ionReorderEnd` instead. If you are accessing `event.detail.from` or `event.detail.to` and relying on them being different you should now add checks as they are always emitted in `ionReorderEnd`, even when they are the same.
@@ -9136,20 +7947,8 @@ declare namespace LocalJSX {
9136
7947
  * Event that is emitted when the reorder gesture starts.
9137
7948
  */
9138
7949
  "onIonReorderStart"?: (event: IonReorderGroupCustomEvent<void>) => void;
9139
- /**
9140
- * The theme determines the visual appearance of the component.
9141
- */
9142
- "theme"?: "ios" | "md" | "ionic";
9143
7950
  }
9144
7951
  interface IonRippleEffect {
9145
- /**
9146
- * The mode determines the platform behaviors of the component.
9147
- */
9148
- "mode"?: "ios" | "md";
9149
- /**
9150
- * The theme determines the visual appearance of the component.
9151
- */
9152
- "theme"?: "ios" | "md" | "ionic";
9153
7952
  /**
9154
7953
  * 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.
9155
7954
  * @default 'bounded'
@@ -9173,18 +7972,10 @@ declare namespace LocalJSX {
9173
7972
  * A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
9174
7973
  */
9175
7974
  "componentProps"?: { [key: string]: any };
9176
- /**
9177
- * The mode determines the platform behaviors of the component.
9178
- */
9179
- "mode"?: "ios" | "md";
9180
7975
  /**
9181
7976
  * Used internally by `ion-router` to know when this route did change.
9182
7977
  */
9183
7978
  "onIonRouteDataChanged"?: (event: IonRouteCustomEvent<any>) => void;
9184
- /**
9185
- * The theme determines the visual appearance of the component.
9186
- */
9187
- "theme"?: "ios" | "md" | "ionic";
9188
7979
  /**
9189
7980
  * 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.
9190
7981
  * @default ''
@@ -9206,10 +7997,6 @@ declare namespace LocalJSX {
9206
7997
  "to": string | undefined | null;
9207
7998
  }
9208
7999
  interface IonRouter {
9209
- /**
9210
- * The mode determines the platform behaviors of the component.
9211
- */
9212
- "mode"?: "ios" | "md";
9213
8000
  /**
9214
8001
  * Emitted when the route had changed
9215
8002
  */
@@ -9223,10 +8010,6 @@ declare namespace LocalJSX {
9223
8010
  * @default '/'
9224
8011
  */
9225
8012
  "root"?: string;
9226
- /**
9227
- * The theme determines the visual appearance of the component.
9228
- */
9229
- "theme"?: "ios" | "md" | "ionic";
9230
8013
  /**
9231
8014
  * 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.
9232
8015
  * @default true
@@ -9242,10 +8025,6 @@ declare namespace LocalJSX {
9242
8025
  * Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
9243
8026
  */
9244
8027
  "href"?: string | undefined;
9245
- /**
9246
- * The mode determines the platform behaviors of the component.
9247
- */
9248
- "mode"?: "ios" | "md";
9249
8028
  /**
9250
8029
  * 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).
9251
8030
  */
@@ -9263,10 +8042,6 @@ declare namespace LocalJSX {
9263
8042
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
9264
8043
  */
9265
8044
  "target"?: string | undefined;
9266
- /**
9267
- * The theme determines the visual appearance of the component.
9268
- */
9269
- "theme"?: "ios" | "md" | "ionic";
9270
8045
  }
9271
8046
  interface IonRouterOutlet {
9272
8047
  /**
@@ -9279,24 +8054,12 @@ declare namespace LocalJSX {
9279
8054
  */
9280
8055
  "animation"?: AnimationBuilder;
9281
8056
  /**
9282
- * The mode determines the platform behaviors of the component.
8057
+ * The mode determines which platform styles to use.
9283
8058
  * @default getIonMode(this)
9284
8059
  */
9285
8060
  "mode"?: "ios" | "md";
9286
- /**
9287
- * The theme determines the visual appearance of the component.
9288
- */
9289
- "theme"?: "ios" | "md" | "ionic";
9290
8061
  }
9291
8062
  interface IonRow {
9292
- /**
9293
- * The mode determines the platform behaviors of the component.
9294
- */
9295
- "mode"?: "ios" | "md";
9296
- /**
9297
- * The theme determines the visual appearance of the component.
9298
- */
9299
- "theme"?: "ios" | "md" | "ionic";
9300
8063
  }
9301
8064
  interface IonSearchbar {
9302
8065
  /**
@@ -9320,16 +8083,17 @@ declare namespace LocalJSX {
9320
8083
  */
9321
8084
  "autocorrect"?: 'on' | 'off';
9322
8085
  /**
9323
- * Set the cancel button icon. Only available when the theme is `"md"`. Defaults to `"arrow-back-sharp"`.
8086
+ * Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
8087
+ * @default config.get('backButtonIcon', arrowBackSharp) as string
9324
8088
  */
9325
8089
  "cancelButtonIcon"?: string;
9326
8090
  /**
9327
- * Set the cancel button text. Only available when the theme is `"ios"`.
8091
+ * Set the cancel button text. Only applies to `ios` mode.
9328
8092
  * @default 'Cancel'
9329
8093
  */
9330
8094
  "cancelButtonText"?: string;
9331
8095
  /**
9332
- * Set the clear icon. Defaults to `"close-circle"` for `"ios"` theme and `"close-sharp"` for `"md"` and `"ionic"` theme.
8096
+ * Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.
9333
8097
  */
9334
8098
  "clearIcon"?: string;
9335
8099
  /**
@@ -9362,7 +8126,7 @@ declare namespace LocalJSX {
9362
8126
  */
9363
8127
  "minlength"?: number;
9364
8128
  /**
9365
- * The mode determines the platform behaviors of the component.
8129
+ * The mode determines which platform styles to use.
9366
8130
  */
9367
8131
  "mode"?: "ios" | "md";
9368
8132
  /**
@@ -9400,13 +8164,9 @@ declare namespace LocalJSX {
9400
8164
  */
9401
8165
  "placeholder"?: string;
9402
8166
  /**
9403
- * 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.
9404
- */
9405
- "searchIcon"?: string | boolean;
9406
- /**
9407
- * 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.
8167
+ * The icon to use as the search icon. Defaults to `search-outline` in `ios` mode and `search-sharp` in `md` mode.
9408
8168
  */
9409
- "shape"?: 'soft' | 'round' | 'rectangular';
8169
+ "searchIcon"?: string;
9410
8170
  /**
9411
8171
  * 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.
9412
8172
  * @default 'never'
@@ -9417,19 +8177,11 @@ declare namespace LocalJSX {
9417
8177
  * @default 'always'
9418
8178
  */
9419
8179
  "showClearButton"?: 'never' | 'focus' | 'always';
9420
- /**
9421
- * 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.
9422
- */
9423
- "size"?: 'small' | 'medium' | 'large';
9424
8180
  /**
9425
8181
  * If `true`, enable spellcheck on the input.
9426
8182
  * @default false
9427
8183
  */
9428
8184
  "spellcheck"?: boolean;
9429
- /**
9430
- * The theme determines the visual appearance of the component.
9431
- */
9432
- "theme"?: "ios" | "md" | "ionic";
9433
8185
  /**
9434
8186
  * Set the type of the input.
9435
8187
  * @default 'search'
@@ -9452,7 +8204,7 @@ declare namespace LocalJSX {
9452
8204
  */
9453
8205
  "disabled"?: boolean;
9454
8206
  /**
9455
- * The mode determines the platform behaviors of the component.
8207
+ * The mode determines which platform styles to use.
9456
8208
  */
9457
8209
  "mode"?: "ios" | "md";
9458
8210
  /**
@@ -9474,10 +8226,6 @@ declare namespace LocalJSX {
9474
8226
  * @default true
9475
8227
  */
9476
8228
  "swipeGesture"?: boolean;
9477
- /**
9478
- * The theme determines the visual appearance of the component.
9479
- */
9480
- "theme"?: "ios" | "md" | "ionic";
9481
8229
  /**
9482
8230
  * the value of the segment.
9483
8231
  */
@@ -9499,13 +8247,9 @@ declare namespace LocalJSX {
9499
8247
  */
9500
8248
  "layout"?: SegmentButtonLayout;
9501
8249
  /**
9502
- * The mode determines the platform behaviors of the component.
8250
+ * The mode determines which platform styles to use.
9503
8251
  */
9504
8252
  "mode"?: "ios" | "md";
9505
- /**
9506
- * The theme determines the visual appearance of the component.
9507
- */
9508
- "theme"?: "ios" | "md" | "ionic";
9509
8253
  /**
9510
8254
  * The type of the button.
9511
8255
  * @default 'button'
@@ -9554,11 +8298,11 @@ declare namespace LocalJSX {
9554
8298
  */
9555
8299
  "errorText"?: string;
9556
8300
  /**
9557
- * 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.
8301
+ * 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.
9558
8302
  */
9559
8303
  "expandedIcon"?: string;
9560
8304
  /**
9561
- * 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.
8305
+ * 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.
9562
8306
  */
9563
8307
  "fill"?: 'outline' | 'solid';
9564
8308
  /**
@@ -9589,7 +8333,7 @@ declare namespace LocalJSX {
9589
8333
  */
9590
8334
  "labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
9591
8335
  /**
9592
- * The mode determines the platform behaviors of the component.
8336
+ * The mode determines which platform styles to use.
9593
8337
  */
9594
8338
  "mode"?: "ios" | "md";
9595
8339
  /**
@@ -9641,19 +8385,11 @@ declare namespace LocalJSX {
9641
8385
  */
9642
8386
  "selectedText"?: string | null;
9643
8387
  /**
9644
- * 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.
9645
- */
9646
- "shape"?: 'soft' | 'round' | 'rectangular';
9647
- /**
9648
- * 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.
9649
- */
9650
- "size"?: 'small' | 'medium' | 'large';
9651
- /**
9652
- * The theme determines the visual appearance of the component.
8388
+ * The shape of the select. If "round" it will have an increased border radius.
9653
8389
  */
9654
- "theme"?: "ios" | "md" | "ionic";
8390
+ "shape"?: 'round';
9655
8391
  /**
9656
- * The toggle icon to use. Defaults to `"chevronExpand"` for the `"ios"` theme, or `"caretDownSharp"` for the `"md"` and `"ionic"` themes.
8392
+ * The toggle icon to use. Defaults to `chevronExpand` for `ios` mode, or `caretDownSharp` for `md` mode.
9657
8393
  */
9658
8394
  "toggleIcon"?: string;
9659
8395
  /**
@@ -9675,14 +8411,6 @@ declare namespace LocalJSX {
9675
8411
  * @default false
9676
8412
  */
9677
8413
  "disabled"?: boolean;
9678
- /**
9679
- * The mode determines the platform behaviors of the component.
9680
- */
9681
- "mode"?: "ios" | "md";
9682
- /**
9683
- * The theme determines the visual appearance of the component.
9684
- */
9685
- "theme"?: "ios" | "md" | "ionic";
9686
8414
  /**
9687
8415
  * The text value of the option.
9688
8416
  */
@@ -9697,10 +8425,6 @@ declare namespace LocalJSX {
9697
8425
  * The text content of the popover body
9698
8426
  */
9699
8427
  "message"?: string;
9700
- /**
9701
- * The mode determines the platform behaviors of the component.
9702
- */
9703
- "mode"?: "ios" | "md";
9704
8428
  /**
9705
8429
  * If true, the select accepts multiple values
9706
8430
  */
@@ -9714,10 +8438,6 @@ declare namespace LocalJSX {
9714
8438
  * The subheader text of the popover
9715
8439
  */
9716
8440
  "subHeader"?: string;
9717
- /**
9718
- * The theme determines the visual appearance of the component.
9719
- */
9720
- "theme"?: "ios" | "md" | "ionic";
9721
8441
  }
9722
8442
  interface IonSkeletonText {
9723
8443
  /**
@@ -9725,14 +8445,6 @@ declare namespace LocalJSX {
9725
8445
  * @default false
9726
8446
  */
9727
8447
  "animated"?: boolean;
9728
- /**
9729
- * The mode determines the platform behaviors of the component.
9730
- */
9731
- "mode"?: "ios" | "md";
9732
- /**
9733
- * The theme determines the visual appearance of the component.
9734
- */
9735
- "theme"?: "ios" | "md" | "ionic";
9736
8448
  }
9737
8449
  interface IonSpinner {
9738
8450
  /**
@@ -9743,10 +8455,6 @@ declare namespace LocalJSX {
9743
8455
  * Duration of the spinner animation in milliseconds. The default varies based on the spinner.
9744
8456
  */
9745
8457
  "duration"?: number;
9746
- /**
9747
- * The mode determines the platform behaviors of the component.
9748
- */
9749
- "mode"?: "ios" | "md";
9750
8458
  /**
9751
8459
  * The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
9752
8460
  */
@@ -9756,14 +8464,6 @@ declare namespace LocalJSX {
9756
8464
  * @default false
9757
8465
  */
9758
8466
  "paused"?: boolean;
9759
- /**
9760
- * 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.
9761
- */
9762
- "size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
9763
- /**
9764
- * The theme determines the visual appearance of the component.
9765
- */
9766
- "theme"?: "ios" | "md" | "ionic";
9767
8467
  }
9768
8468
  interface IonSplitPane {
9769
8469
  /**
@@ -9775,18 +8475,10 @@ declare namespace LocalJSX {
9775
8475
  * @default false
9776
8476
  */
9777
8477
  "disabled"?: boolean;
9778
- /**
9779
- * The mode determines the platform behaviors of the component.
9780
- */
9781
- "mode"?: "ios" | "md";
9782
8478
  /**
9783
8479
  * Expression to be called when the split-pane visibility has changed
9784
8480
  */
9785
8481
  "onIonSplitPaneVisible"?: (event: IonSplitPaneCustomEvent<{ visible: boolean }>) => void;
9786
- /**
9787
- * The theme determines the visual appearance of the component.
9788
- */
9789
- "theme"?: "ios" | "md" | "ionic";
9790
8482
  /**
9791
8483
  * When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
9792
8484
  * @default QUERY['lg']
@@ -9798,18 +8490,10 @@ declare namespace LocalJSX {
9798
8490
  * The component to display inside of the tab.
9799
8491
  */
9800
8492
  "component"?: ComponentRef;
9801
- /**
9802
- * The mode determines the platform behaviors of the component.
9803
- */
9804
- "mode"?: "ios" | "md";
9805
8493
  /**
9806
8494
  * 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.
9807
8495
  */
9808
8496
  "tab": string;
9809
- /**
9810
- * The theme determines the visual appearance of the component.
9811
- */
9812
- "theme"?: "ios" | "md" | "ionic";
9813
8497
  }
9814
8498
  interface IonTabBar {
9815
8499
  /**
@@ -9817,12 +8501,7 @@ declare namespace LocalJSX {
9817
8501
  */
9818
8502
  "color"?: Color;
9819
8503
  /**
9820
- * 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"`.
9821
- * @default 'full'
9822
- */
9823
- "expand"?: 'compact' | 'full';
9824
- /**
9825
- * The mode determines the platform behaviors of the component.
8504
+ * The mode determines which platform styles to use.
9826
8505
  */
9827
8506
  "mode"?: "ios" | "md";
9828
8507
  /**
@@ -9830,15 +8509,7 @@ declare namespace LocalJSX {
9830
8509
  */
9831
8510
  "selectedTab"?: string;
9832
8511
  /**
9833
- * 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.
9834
- */
9835
- "shape"?: 'soft' | 'round' | 'rectangular';
9836
- /**
9837
- * The theme determines the visual appearance of the component.
9838
- */
9839
- "theme"?: "ios" | "md" | "ionic";
9840
- /**
9841
- * 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).
8512
+ * 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).
9842
8513
  * @default false
9843
8514
  */
9844
8515
  "translucent"?: boolean;
@@ -9862,7 +8533,7 @@ declare namespace LocalJSX {
9862
8533
  */
9863
8534
  "layout"?: TabButtonLayout;
9864
8535
  /**
9865
- * The mode determines the platform behaviors of the component.
8536
+ * The mode determines which platform styles to use.
9866
8537
  */
9867
8538
  "mode"?: "ios" | "md";
9868
8539
  /**
@@ -9874,10 +8545,6 @@ declare namespace LocalJSX {
9874
8545
  * @default false
9875
8546
  */
9876
8547
  "selected"?: boolean;
9877
- /**
9878
- * 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.
9879
- */
9880
- "shape"?: 'soft' | 'round' | 'rectangular';
9881
8548
  /**
9882
8549
  * 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.
9883
8550
  */
@@ -9886,16 +8553,8 @@ declare namespace LocalJSX {
9886
8553
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
9887
8554
  */
9888
8555
  "target"?: string | undefined;
9889
- /**
9890
- * The theme determines the visual appearance of the component.
9891
- */
9892
- "theme"?: "ios" | "md" | "ionic";
9893
8556
  }
9894
8557
  interface IonTabs {
9895
- /**
9896
- * The mode determines the platform behaviors of the component.
9897
- */
9898
- "mode"?: "ios" | "md";
9899
8558
  /**
9900
8559
  * Emitted when the navigation has finished transitioning to a new component.
9901
8560
  */
@@ -9904,10 +8563,6 @@ declare namespace LocalJSX {
9904
8563
  * Emitted when the navigation is about to transition to a new component.
9905
8564
  */
9906
8565
  "onIonTabsWillChange"?: (event: IonTabsCustomEvent<{ tab: string }>) => void;
9907
- /**
9908
- * The theme determines the visual appearance of the component.
9909
- */
9910
- "theme"?: "ios" | "md" | "ionic";
9911
8566
  }
9912
8567
  interface IonText {
9913
8568
  /**
@@ -9915,13 +8570,9 @@ declare namespace LocalJSX {
9915
8570
  */
9916
8571
  "color"?: Color;
9917
8572
  /**
9918
- * The mode determines the platform behaviors of the component.
8573
+ * The mode determines which platform styles to use.
9919
8574
  */
9920
8575
  "mode"?: "ios" | "md";
9921
- /**
9922
- * The theme determines the visual appearance of the component.
9923
- */
9924
- "theme"?: "ios" | "md" | "ionic";
9925
8576
  }
9926
8577
  interface IonTextarea {
9927
8578
  /**
@@ -9979,7 +8630,7 @@ declare namespace LocalJSX {
9979
8630
  */
9980
8631
  "errorText"?: string;
9981
8632
  /**
9982
- * 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"`.
8633
+ * 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.
9983
8634
  */
9984
8635
  "fill"?: 'outline' | 'solid';
9985
8636
  /**
@@ -10008,7 +8659,7 @@ declare namespace LocalJSX {
10008
8659
  */
10009
8660
  "minlength"?: number;
10010
8661
  /**
10011
- * The mode determines the platform behaviors of the component.
8662
+ * The mode determines which platform styles to use.
10012
8663
  */
10013
8664
  "mode"?: "ios" | "md";
10014
8665
  /**
@@ -10051,23 +8702,14 @@ declare namespace LocalJSX {
10051
8702
  */
10052
8703
  "rows"?: number;
10053
8704
  /**
10054
- * 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.
10055
- */
10056
- "shape"?: 'soft' | 'round' | 'rectangular';
10057
- /**
10058
- * 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.
10059
- * @default 'medium'
8705
+ * The shape of the textarea. If "round" it will have an increased border radius.
10060
8706
  */
10061
- "size"?: 'small' | 'medium' | 'large';
8707
+ "shape"?: 'round';
10062
8708
  /**
10063
8709
  * If `true`, the element will have its spelling and grammar checked.
10064
8710
  * @default false
10065
8711
  */
10066
8712
  "spellcheck"?: boolean;
10067
- /**
10068
- * The theme determines the visual appearance of the component.
10069
- */
10070
- "theme"?: "ios" | "md" | "ionic";
10071
8713
  /**
10072
8714
  * The value of the textarea.
10073
8715
  * @default ''
@@ -10079,32 +8721,16 @@ declare namespace LocalJSX {
10079
8721
  "wrap"?: 'hard' | 'soft' | 'off';
10080
8722
  }
10081
8723
  interface IonThumbnail {
10082
- /**
10083
- * The mode determines the platform behaviors of the component.
10084
- */
10085
- "mode"?: "ios" | "md";
10086
- /**
10087
- * The theme determines the visual appearance of the component.
10088
- */
10089
- "theme"?: "ios" | "md" | "ionic";
10090
8724
  }
10091
8725
  interface IonTitle {
10092
8726
  /**
10093
8727
  * 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).
10094
8728
  */
10095
8729
  "color"?: Color;
10096
- /**
10097
- * The mode determines the platform behaviors of the component.
10098
- */
10099
- "mode"?: "ios" | "md";
10100
8730
  /**
10101
8731
  * The size of the toolbar title.
10102
8732
  */
10103
8733
  "size"?: 'large' | 'small';
10104
- /**
10105
- * The theme determines the visual appearance of the component.
10106
- */
10107
- "theme"?: "ios" | "md" | "ionic";
10108
8734
  }
10109
8735
  interface IonToast {
10110
8736
  /**
@@ -10141,11 +8767,6 @@ declare namespace LocalJSX {
10141
8767
  * Additional attributes to pass to the toast.
10142
8768
  */
10143
8769
  "htmlAttributes"?: { [key: string]: any };
10144
- /**
10145
- * 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.
10146
- * @default 'subtle'
10147
- */
10148
- "hue"?: 'bold' | 'subtle';
10149
8770
  /**
10150
8771
  * The name of the icon to display, or the path to a valid SVG file. See `ion-icon`. https://ionic.io/ionicons
10151
8772
  */
@@ -10174,7 +8795,7 @@ declare namespace LocalJSX {
10174
8795
  */
10175
8796
  "message"?: string | IonicSafeString;
10176
8797
  /**
10177
- * The mode determines the platform behaviors of the component.
8798
+ * The mode determines which platform styles to use.
10178
8799
  */
10179
8800
  "mode"?: "ios" | "md";
10180
8801
  /**
@@ -10218,20 +8839,12 @@ declare namespace LocalJSX {
10218
8839
  * 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.
10219
8840
  */
10220
8841
  "positionAnchor"?: HTMLElement | string;
10221
- /**
10222
- * 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.
10223
- */
10224
- "shape"?: 'soft' | 'round' | 'rectangular';
10225
8842
  /**
10226
8843
  * 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.
10227
8844
  */
10228
8845
  "swipeGesture"?: ToastSwipeGestureDirection;
10229
8846
  /**
10230
- * The theme determines the visual appearance of the component.
10231
- */
10232
- "theme"?: "ios" | "md" | "ionic";
10233
- /**
10234
- * 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).
8847
+ * 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).
10235
8848
  * @default false
10236
8849
  */
10237
8850
  "translucent"?: boolean;
@@ -10282,7 +8895,7 @@ declare namespace LocalJSX {
10282
8895
  */
10283
8896
  "labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
10284
8897
  /**
10285
- * The mode determines the platform behaviors of the component.
8898
+ * The mode determines which platform styles to use.
10286
8899
  */
10287
8900
  "mode"?: "ios" | "md";
10288
8901
  /**
@@ -10307,10 +8920,6 @@ declare namespace LocalJSX {
10307
8920
  * @default false
10308
8921
  */
10309
8922
  "required"?: boolean;
10310
- /**
10311
- * The theme determines the visual appearance of the component.
10312
- */
10313
- "theme"?: "ios" | "md" | "ionic";
10314
8923
  /**
10315
8924
  * 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>`.
10316
8925
  * @default 'on'
@@ -10323,13 +8932,9 @@ declare namespace LocalJSX {
10323
8932
  */
10324
8933
  "color"?: Color;
10325
8934
  /**
10326
- * The mode determines the platform behaviors of the component.
8935
+ * The mode determines which platform styles to use.
10327
8936
  */
10328
8937
  "mode"?: "ios" | "md";
10329
- /**
10330
- * The theme determines the visual appearance of the component.
10331
- */
10332
- "theme"?: "ios" | "md" | "ionic";
10333
8938
  }
10334
8939
  interface IntrinsicElements {
10335
8940
  "ion-accordion": IonAccordion;
@@ -10356,7 +8961,6 @@ declare namespace LocalJSX {
10356
8961
  "ion-content": IonContent;
10357
8962
  "ion-datetime": IonDatetime;
10358
8963
  "ion-datetime-button": IonDatetimeButton;
10359
- "ion-divider": IonDivider;
10360
8964
  "ion-fab": IonFab;
10361
8965
  "ion-fab-button": IonFabButton;
10362
8966
  "ion-fab-list": IonFabList;
@@ -10460,7 +9064,6 @@ declare module "@stencil/core" {
10460
9064
  "ion-content": LocalJSX.IonContent & JSXBase.HTMLAttributes<HTMLIonContentElement>;
10461
9065
  "ion-datetime": LocalJSX.IonDatetime & JSXBase.HTMLAttributes<HTMLIonDatetimeElement>;
10462
9066
  "ion-datetime-button": LocalJSX.IonDatetimeButton & JSXBase.HTMLAttributes<HTMLIonDatetimeButtonElement>;
10463
- "ion-divider": LocalJSX.IonDivider & JSXBase.HTMLAttributes<HTMLIonDividerElement>;
10464
9067
  "ion-fab": LocalJSX.IonFab & JSXBase.HTMLAttributes<HTMLIonFabElement>;
10465
9068
  "ion-fab-button": LocalJSX.IonFabButton & JSXBase.HTMLAttributes<HTMLIonFabButtonElement>;
10466
9069
  "ion-fab-list": LocalJSX.IonFabList & JSXBase.HTMLAttributes<HTMLIonFabListElement>;