@ionic/core 8.3.2-dev.11728314937.130218e6 → 8.3.2-dev.11728333520.118877e0

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 (1136) hide show
  1. package/components/action-sheet.js +8 -13
  2. package/components/alert.js +36 -19
  3. package/components/animation.js +1 -1
  4. package/components/backdrop.js +6 -10
  5. package/components/button.js +11 -41
  6. package/components/buttons.js +7 -11
  7. package/components/capacitor.js +1 -1
  8. package/components/checkbox.js +13 -30
  9. package/components/data.js +4 -4
  10. package/components/focus-visible.js +1 -8
  11. package/components/framework-delegate.js +1 -3
  12. package/components/hardware-back-button.js +115 -0
  13. package/components/helpers.js +1 -4
  14. package/components/index2.js +2 -2
  15. package/components/index4.js +9 -8
  16. package/components/index5.js +3 -27
  17. package/components/index6.js +20 -114
  18. package/components/index7.js +27 -163
  19. package/components/index8.js +128 -0
  20. package/{dist/esm/index-7f65e865.js → components/index9.js} +2 -3
  21. package/components/input-shims.js +2 -2
  22. package/components/input.utils.js +2 -1
  23. package/components/ion-accordion-group.js +6 -9
  24. package/components/ion-accordion.js +9 -32
  25. package/components/ion-app.js +77 -10
  26. package/components/ion-avatar.js +3 -52
  27. package/components/ion-back-button.js +19 -29
  28. package/components/ion-badge.js +8 -44
  29. package/components/ion-breadcrumb.js +11 -45
  30. package/components/ion-breadcrumbs.js +5 -9
  31. package/components/ion-card-content.js +7 -11
  32. package/components/ion-card-header.js +5 -9
  33. package/components/ion-card-subtitle.js +5 -9
  34. package/components/ion-card-title.js +5 -9
  35. package/components/ion-card.js +9 -17
  36. package/components/ion-chip.js +8 -45
  37. package/components/ion-col.js +5 -5
  38. package/components/ion-content.js +12 -14
  39. package/components/ion-datetime-button.js +6 -9
  40. package/components/ion-datetime.js +20 -96
  41. package/components/ion-fab-button.js +10 -33
  42. package/components/ion-fab-list.js +5 -5
  43. package/components/ion-fab.js +6 -6
  44. package/components/ion-footer.js +12 -18
  45. package/components/ion-grid.js +5 -5
  46. package/components/ion-header.js +15 -24
  47. package/components/ion-img.js +2 -5
  48. package/components/ion-infinite-scroll-content.js +8 -13
  49. package/components/ion-infinite-scroll.js +5 -5
  50. package/components/ion-input-password-toggle.js +14 -53
  51. package/components/ion-input.js +20 -118
  52. package/components/ion-item-divider.js +5 -9
  53. package/components/ion-item-group.js +5 -9
  54. package/components/ion-item-option.js +8 -28
  55. package/components/ion-item-options.js +5 -9
  56. package/components/ion-item-sliding.js +5 -5
  57. package/components/ion-loading.js +8 -13
  58. package/components/ion-menu-button.js +10 -28
  59. package/components/ion-menu-toggle.js +5 -5
  60. package/components/ion-menu.js +8 -12
  61. package/components/ion-modal.js +12 -30
  62. package/components/ion-nav-link.js +1 -1
  63. package/components/ion-nav.js +6 -8
  64. package/components/ion-note.js +5 -9
  65. package/components/ion-picker-legacy.js +8 -7
  66. package/components/ion-progress-bar.js +6 -11
  67. package/components/ion-range.js +8 -11
  68. package/components/ion-refresher-content.js +9 -28
  69. package/components/ion-refresher.js +7 -11
  70. package/components/ion-reorder-group.js +5 -5
  71. package/components/ion-reorder.js +5 -31
  72. package/components/ion-router-link.js +6 -6
  73. package/components/ion-router-outlet.js +3 -4
  74. package/components/ion-row.js +2 -5
  75. package/components/ion-searchbar.js +16 -93
  76. package/components/ion-segment-button.js +8 -12
  77. package/components/ion-segment.js +24 -15
  78. package/components/ion-select-option.js +2 -5
  79. package/components/ion-select.js +28 -77
  80. package/components/ion-skeleton-text.js +5 -6
  81. package/components/ion-split-pane.js +8 -12
  82. package/components/ion-tab-bar.js +8 -31
  83. package/components/ion-tab-button.js +7 -12
  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 -38
  88. package/components/ion-thumbnail.js +2 -5
  89. package/components/ion-title.js +7 -11
  90. package/components/ion-toast.js +10 -14
  91. package/components/ion-toggle.js +18 -77
  92. package/components/ion-toolbar.js +7 -11
  93. package/components/ionic-global.js +84 -374
  94. package/components/ios.transition.js +0 -1
  95. package/components/item.js +11 -41
  96. package/components/keyboard-controller.js +2 -4
  97. package/components/label.js +5 -9
  98. package/components/list-header.js +5 -9
  99. package/components/list.js +6 -29
  100. package/components/notch-controller.js +1 -1
  101. package/components/overlays.js +5 -4
  102. package/components/picker-column-option.js +5 -9
  103. package/components/picker-column.js +8 -7
  104. package/components/picker-column2.js +4 -4
  105. package/components/picker.js +4 -8
  106. package/components/popover.js +8 -11
  107. package/components/radio-group.js +3 -5
  108. package/components/radio.js +8 -12
  109. package/components/ripple-effect.js +8 -18
  110. package/components/select-popover.js +2 -9
  111. package/components/spinner.js +9 -36
  112. package/components/status-tap.js +1 -1
  113. package/css/core.css +1 -1
  114. package/css/core.css.map +1 -1
  115. package/css/display.css.map +1 -1
  116. package/css/flex-utils.css.map +1 -1
  117. package/css/float-elements.css.map +1 -1
  118. package/css/global.bundle.css.map +1 -1
  119. package/css/ionic-swiper.css +1 -1
  120. package/css/ionic-swiper.css.map +1 -1
  121. package/css/ionic.bundle.css +1 -1
  122. package/css/ionic.bundle.css.map +1 -1
  123. package/css/normalize.css.map +1 -1
  124. package/css/padding.css.map +1 -1
  125. package/css/palettes/dark.always.css.map +1 -1
  126. package/css/palettes/dark.class.css.map +1 -1
  127. package/css/palettes/dark.system.css.map +1 -1
  128. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  129. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  130. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  131. package/css/palettes/high-contrast.always.css.map +1 -1
  132. package/css/palettes/high-contrast.class.css.map +1 -1
  133. package/css/palettes/high-contrast.system.css.map +1 -1
  134. package/css/structure.css.map +1 -1
  135. package/css/text-alignment.css.map +1 -1
  136. package/css/text-transformation.css.map +1 -1
  137. package/css/typography.css.map +1 -1
  138. package/css/utils.bundle.css.map +1 -1
  139. package/dist/cjs/{animation-232e0c8f.js → animation-b4fdf128.js} +2 -2
  140. package/dist/cjs/{app-globals-0189a70c.js → app-globals-21afee77.js} +1 -1
  141. package/dist/cjs/{button-active-41228dbf.js → button-active-3f2f60b4.js} +4 -4
  142. package/dist/cjs/{capacitor-806e7fee.js → capacitor-c04564bf.js} +3 -3
  143. package/dist/cjs/{data-cad5d489.js → data-21dc0f81.js} +6 -6
  144. package/dist/{esm/focus-visible-501aff19.js → cjs/focus-visible-7a0ce04f.js} +3 -8
  145. package/dist/cjs/{framework-delegate-cf116b1d.js → framework-delegate-55f5683a.js} +2 -4
  146. package/dist/cjs/{haptic-f0cad9a6.js → haptic-f6b37aa3.js} +1 -1
  147. package/dist/cjs/hardware-back-button-9e8a2c4f.js +122 -0
  148. package/dist/cjs/{helpers-e75eb909.js → helpers-afaa9001.js} +1 -4
  149. package/dist/cjs/index-5915f9b3.js +38 -0
  150. package/dist/cjs/{index-1d02518d.js → index-5b6a7459.js} +3 -3
  151. package/dist/cjs/{config-1349d5b4.js → index-73f75efb.js} +0 -79
  152. package/dist/cjs/{index-2c8b42cd.js → index-9509ecad.js} +7 -8
  153. package/dist/cjs/{index-71085796.js → index-9cd00dc3.js} +15 -14
  154. package/dist/cjs/index-c8d52405.js +10 -0
  155. package/dist/cjs/{index-3ac79a1b.js → index-f05acd21.js} +12 -11
  156. package/dist/cjs/index.cjs.js +13 -10
  157. package/dist/cjs/{input-shims-2958dcc9.js → input-shims-9e59ef62.js} +17 -17
  158. package/dist/cjs/{input.utils-ed749ecb.js → input.utils-611cde0b.js} +5 -4
  159. package/dist/cjs/ion-accordion_2.cjs.entry.js +24 -49
  160. package/dist/cjs/ion-action-sheet.cjs.entry.js +30 -32
  161. package/dist/cjs/ion-alert.cjs.entry.js +67 -46
  162. package/dist/cjs/ion-app_8.cjs.entry.js +189 -145
  163. package/dist/cjs/ion-avatar_3.cjs.entry.js +13 -96
  164. package/dist/cjs/ion-back-button.cjs.entry.js +25 -34
  165. package/dist/cjs/ion-backdrop.cjs.entry.js +9 -13
  166. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +25 -62
  167. package/dist/cjs/ion-button_2.cjs.entry.js +24 -54
  168. package/dist/cjs/ion-card_5.cjs.entry.js +36 -59
  169. package/dist/cjs/ion-checkbox.cjs.entry.js +21 -36
  170. package/dist/cjs/ion-chip.cjs.entry.js +9 -44
  171. package/dist/cjs/ion-col_3.cjs.entry.js +15 -18
  172. package/dist/cjs/ion-datetime-button.cjs.entry.js +15 -18
  173. package/dist/cjs/ion-datetime_3.cjs.entry.js +115 -188
  174. package/dist/cjs/ion-fab_3.cjs.entry.js +29 -51
  175. package/dist/cjs/ion-img.cjs.entry.js +9 -12
  176. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +29 -32
  177. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +19 -57
  178. package/dist/cjs/ion-input.cjs.entry.js +39 -133
  179. package/dist/cjs/ion-item-option_3.cjs.entry.js +29 -51
  180. package/dist/cjs/ion-item_8.cjs.entry.js +60 -131
  181. package/dist/cjs/ion-loading.cjs.entry.js +30 -31
  182. package/dist/cjs/ion-menu_3.cjs.entry.js +49 -67
  183. package/dist/cjs/ion-modal.cjs.entry.js +58 -73
  184. package/dist/cjs/ion-nav_2.cjs.entry.js +28 -29
  185. package/dist/cjs/ion-picker-column-option.cjs.entry.js +9 -13
  186. package/dist/cjs/ion-picker-column.cjs.entry.js +17 -16
  187. package/dist/cjs/ion-picker.cjs.entry.js +9 -13
  188. package/dist/cjs/ion-popover.cjs.entry.js +30 -31
  189. package/dist/cjs/ion-progress-bar.cjs.entry.js +14 -18
  190. package/dist/cjs/ion-radio_2.cjs.entry.js +21 -27
  191. package/dist/cjs/ion-range.cjs.entry.js +28 -31
  192. package/dist/cjs/ion-refresher_2.cjs.entry.js +53 -73
  193. package/dist/cjs/ion-reorder_2.cjs.entry.js +22 -45
  194. package/dist/cjs/ion-ripple-effect.cjs.entry.js +12 -22
  195. package/dist/cjs/ion-route_4.cjs.entry.js +17 -17
  196. package/dist/cjs/ion-searchbar.cjs.entry.js +31 -107
  197. package/dist/cjs/ion-segment_2.cjs.entry.js +42 -37
  198. package/dist/cjs/ion-select_3.cjs.entry.js +63 -118
  199. package/dist/cjs/ion-spinner.cjs.entry.js +17 -42
  200. package/dist/cjs/ion-split-pane.cjs.entry.js +12 -16
  201. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +28 -52
  202. package/dist/cjs/ion-tab_2.cjs.entry.js +14 -14
  203. package/dist/cjs/ion-text.cjs.entry.js +7 -7
  204. package/dist/cjs/ion-textarea.cjs.entry.js +32 -56
  205. package/dist/cjs/ion-toast.cjs.entry.js +41 -43
  206. package/dist/cjs/ion-toggle.cjs.entry.js +31 -88
  207. package/dist/cjs/ionic-global-d9a8bb5b.js +237 -0
  208. package/dist/cjs/ionic.cjs.js +7 -7
  209. package/dist/cjs/{ios.transition-4411892c.js → ios.transition-cf40433b.js} +7 -6
  210. package/dist/cjs/{keyboard-ed6e1327.js → keyboard-0272231f.js} +1 -1
  211. package/dist/cjs/{keyboard-e0062bfc.js → keyboard-af1bb365.js} +3 -4
  212. package/dist/cjs/{keyboard-controller-020444ad.js → keyboard-controller-c05e747a.js} +9 -11
  213. package/dist/cjs/loader.cjs.js +5 -5
  214. package/dist/cjs/{md.transition-261f9f67.js → md.transition-ededf99f.js} +7 -5
  215. package/dist/cjs/{notch-controller-70ad2323.js → notch-controller-d69150f5.js} +4 -4
  216. package/dist/cjs/{overlays-22320753.js → overlays-0123d7d4.js} +19 -18
  217. package/dist/cjs/{status-tap-cfc7f9a5.js → status-tap-37681226.js} +8 -8
  218. package/dist/cjs/{swipe-back-ecdf1cf5.js → swipe-back-0303a5e4.js} +1 -2
  219. package/dist/collection/components/accordion/accordion.ios.css +0 -12
  220. package/dist/collection/components/accordion/accordion.js +15 -35
  221. package/dist/collection/components/accordion/accordion.md.css +0 -6
  222. package/dist/collection/components/accordion-group/accordion-group.ios.css +0 -12
  223. package/dist/collection/components/accordion-group/accordion-group.js +8 -11
  224. package/dist/collection/components/accordion-group/accordion-group.md.css +0 -18
  225. package/dist/collection/components/action-sheet/action-sheet.ios.css +6 -18
  226. package/dist/collection/components/action-sheet/action-sheet.js +10 -14
  227. package/dist/collection/components/action-sheet/action-sheet.md.css +5 -17
  228. package/dist/collection/components/alert/alert.ios.css +1 -19
  229. package/dist/collection/components/alert/alert.js +42 -19
  230. package/dist/collection/components/alert/alert.md.css +1 -19
  231. package/dist/collection/components/app/app.js +80 -18
  232. package/dist/collection/components/avatar/avatar.ios.css +0 -12
  233. package/dist/collection/components/avatar/avatar.js +4 -92
  234. package/dist/collection/components/avatar/avatar.md.css +0 -12
  235. package/dist/collection/components/back-button/back-button.ios.css +48 -60
  236. package/dist/collection/components/back-button/back-button.js +19 -27
  237. package/dist/collection/components/back-button/back-button.md.css +48 -60
  238. package/dist/collection/components/backdrop/backdrop.ios.css +1 -13
  239. package/dist/collection/components/backdrop/backdrop.js +6 -12
  240. package/dist/collection/components/backdrop/backdrop.md.css +1 -13
  241. package/dist/collection/components/badge/badge.ios.css +3 -106
  242. package/dist/collection/components/badge/badge.js +8 -75
  243. package/dist/collection/components/badge/badge.md.css +3 -106
  244. package/dist/collection/components/breadcrumb/breadcrumb.ios.css +8 -20
  245. package/dist/collection/components/breadcrumb/breadcrumb.js +11 -43
  246. package/dist/collection/components/breadcrumb/breadcrumb.md.css +8 -20
  247. package/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +0 -6
  248. package/dist/collection/components/breadcrumbs/breadcrumbs.js +9 -11
  249. package/dist/collection/components/breadcrumbs/breadcrumbs.md.css +0 -6
  250. package/dist/collection/components/button/button.ios.css +36 -129
  251. package/dist/collection/components/button/button.js +16 -46
  252. package/dist/collection/components/button/button.md.css +40 -120
  253. package/dist/collection/components/buttons/buttons.ios.css +7 -59
  254. package/dist/collection/components/buttons/buttons.js +8 -14
  255. package/dist/collection/components/buttons/buttons.md.css +3 -55
  256. package/dist/collection/components/card/card.ios.css +14 -65
  257. package/dist/collection/components/card/card.js +10 -34
  258. package/dist/collection/components/card/card.md.css +14 -65
  259. package/dist/collection/components/card-content/card-content.ios.css +1 -16
  260. package/dist/collection/components/card-content/card-content.js +8 -11
  261. package/dist/collection/components/card-content/card-content.md.css +1 -16
  262. package/dist/collection/components/card-header/card-header.ios.css +15 -27
  263. package/dist/collection/components/card-header/card-header.js +9 -12
  264. package/dist/collection/components/card-header/card-header.md.css +15 -27
  265. package/dist/collection/components/card-subtitle/card-subtitle.ios.css +0 -12
  266. package/dist/collection/components/card-subtitle/card-subtitle.js +8 -11
  267. package/dist/collection/components/card-subtitle/card-subtitle.md.css +0 -12
  268. package/dist/collection/components/card-title/card-title.ios.css +0 -73
  269. package/dist/collection/components/card-title/card-title.js +8 -11
  270. package/dist/collection/components/card-title/card-title.md.css +0 -73
  271. package/dist/collection/components/checkbox/checkbox.ios.css +2 -20
  272. package/dist/collection/components/checkbox/checkbox.js +14 -63
  273. package/dist/collection/components/checkbox/checkbox.md.css +3 -21
  274. package/dist/collection/components/chip/chip.ios.css +1 -20
  275. package/dist/collection/components/chip/chip.js +8 -77
  276. package/dist/collection/components/chip/chip.md.css +1 -20
  277. package/dist/collection/components/col/col.css +0 -12
  278. package/dist/collection/components/col/col.js +5 -9
  279. package/dist/collection/components/content/content.css +2 -8
  280. package/dist/collection/components/content/content.js +11 -16
  281. package/dist/collection/components/datetime/datetime.ios.css +73 -232
  282. package/dist/collection/components/datetime/datetime.js +19 -95
  283. package/dist/collection/components/datetime/datetime.md.css +73 -232
  284. package/dist/collection/components/datetime/utils/data.js +3 -3
  285. package/dist/collection/components/datetime-button/datetime-button.ios.css +0 -6
  286. package/dist/collection/components/datetime-button/datetime-button.js +8 -11
  287. package/dist/collection/components/datetime-button/datetime-button.md.css +0 -6
  288. package/dist/collection/components/fab/fab.css +1 -25
  289. package/dist/collection/components/fab/fab.js +5 -9
  290. package/dist/collection/components/fab-button/fab-button.ios.css +6 -18
  291. package/dist/collection/components/fab-button/fab-button.js +15 -36
  292. package/dist/collection/components/fab-button/fab-button.md.css +8 -20
  293. package/dist/collection/components/fab-list/fab-list.css +0 -12
  294. package/dist/collection/components/fab-list/fab-list.js +5 -9
  295. package/dist/collection/components/footer/footer.ios.css +2 -14
  296. package/dist/collection/components/footer/footer.js +15 -20
  297. package/dist/collection/components/footer/footer.md.css +0 -12
  298. package/dist/collection/components/grid/grid.css +0 -12
  299. package/dist/collection/components/grid/grid.js +5 -9
  300. package/dist/collection/components/header/header.ios.css +10 -25
  301. package/dist/collection/components/header/header.js +17 -42
  302. package/dist/collection/components/header/header.md.css +8 -23
  303. package/dist/collection/components/img/img.js +2 -8
  304. package/dist/collection/components/infinite-scroll/infinite-scroll.js +4 -8
  305. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +0 -12
  306. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +10 -16
  307. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +0 -12
  308. package/dist/collection/components/input/input.ios.css +2 -21
  309. package/dist/collection/components/input/input.js +30 -144
  310. package/dist/collection/components/input/input.md.css +4 -43
  311. package/dist/collection/components/input-password-toggle/input-password-toggle.js +12 -48
  312. package/dist/collection/components/item/item.ios.css +69 -108
  313. package/dist/collection/components/item/item.js +16 -44
  314. package/dist/collection/components/item/item.md.css +68 -119
  315. package/dist/collection/components/item-divider/item-divider.ios.css +0 -18
  316. package/dist/collection/components/item-divider/item-divider.js +8 -11
  317. package/dist/collection/components/item-divider/item-divider.md.css +0 -18
  318. package/dist/collection/components/item-group/item-group.ios.css +0 -12
  319. package/dist/collection/components/item-group/item-group.js +7 -13
  320. package/dist/collection/components/item-group/item-group.md.css +0 -12
  321. package/dist/collection/components/item-option/item-option.ios.css +2 -14
  322. package/dist/collection/components/item-option/item-option.js +8 -43
  323. package/dist/collection/components/item-option/item-option.md.css +2 -14
  324. package/dist/collection/components/item-options/item-options.ios.css +0 -18
  325. package/dist/collection/components/item-options/item-options.js +7 -13
  326. package/dist/collection/components/item-options/item-options.md.css +0 -18
  327. package/dist/collection/components/item-sliding/item-sliding.css +0 -6
  328. package/dist/collection/components/item-sliding/item-sliding.js +4 -8
  329. package/dist/collection/components/label/label.ios.css +0 -18
  330. package/dist/collection/components/label/label.js +8 -11
  331. package/dist/collection/components/label/label.md.css +0 -18
  332. package/dist/collection/components/list/list.ios.css +0 -18
  333. package/dist/collection/components/list/list.js +9 -47
  334. package/dist/collection/components/list/list.md.css +2 -20
  335. package/dist/collection/components/list-header/list-header.ios.css +0 -18
  336. package/dist/collection/components/list-header/list-header.js +8 -11
  337. package/dist/collection/components/list-header/list-header.md.css +0 -18
  338. package/dist/collection/components/loading/loading.ios.css +1 -13
  339. package/dist/collection/components/loading/loading.js +10 -13
  340. package/dist/collection/components/loading/loading.md.css +1 -13
  341. package/dist/collection/components/menu/menu.ios.css +3 -15
  342. package/dist/collection/components/menu/menu.js +7 -12
  343. package/dist/collection/components/menu/menu.md.css +3 -15
  344. package/dist/collection/components/menu-button/menu-button.ios.css +14 -48
  345. package/dist/collection/components/menu-button/menu-button.js +10 -26
  346. package/dist/collection/components/menu-button/menu-button.md.css +15 -49
  347. package/dist/collection/components/menu-toggle/menu-toggle.js +5 -8
  348. package/dist/collection/components/modal/modal.ios.css +63 -106
  349. package/dist/collection/components/modal/modal.js +10 -44
  350. package/dist/collection/components/modal/modal.md.css +63 -106
  351. package/dist/collection/components/nav/nav.css +1 -7
  352. package/dist/collection/components/nav/nav.js +5 -11
  353. package/dist/collection/components/nav-link/nav-link.js +1 -5
  354. package/dist/collection/components/note/note.ios.css +0 -12
  355. package/dist/collection/components/note/note.js +8 -11
  356. package/dist/collection/components/note/note.md.css +0 -12
  357. package/dist/collection/components/picker/picker.ios.css +3 -15
  358. package/dist/collection/components/picker/picker.js +5 -8
  359. package/dist/collection/components/picker/picker.md.css +3 -15
  360. package/dist/collection/components/picker-column/picker-column.css +2 -9
  361. package/dist/collection/components/picker-column/picker-column.js +7 -8
  362. package/dist/collection/components/picker-column-option/picker-column-option.ios.css +0 -6
  363. package/dist/collection/components/picker-column-option/picker-column-option.js +7 -13
  364. package/dist/collection/components/picker-column-option/picker-column-option.md.css +0 -6
  365. package/dist/collection/components/picker-legacy/picker.ios.css +1 -13
  366. package/dist/collection/components/picker-legacy/picker.js +6 -7
  367. package/dist/collection/components/picker-legacy/picker.md.css +1 -13
  368. package/dist/collection/components/picker-legacy-column/picker-column.ios.css +0 -12
  369. package/dist/collection/components/picker-legacy-column/picker-column.js +4 -4
  370. package/dist/collection/components/picker-legacy-column/picker-column.md.css +0 -12
  371. package/dist/collection/components/popover/popover.ios.css +1 -13
  372. package/dist/collection/components/popover/popover.js +12 -15
  373. package/dist/collection/components/popover/popover.md.css +1 -13
  374. package/dist/collection/components/progress-bar/progress-bar.ios.css +2 -8
  375. package/dist/collection/components/progress-bar/progress-bar.js +7 -10
  376. package/dist/collection/components/progress-bar/progress-bar.md.css +2 -8
  377. package/dist/collection/components/radio/radio.ios.css +91 -134
  378. package/dist/collection/components/radio/radio.js +9 -12
  379. package/dist/collection/components/radio/radio.md.css +91 -134
  380. package/dist/collection/components/radio-group/radio-group.js +3 -9
  381. package/dist/collection/components/range/range.ios.css +0 -12
  382. package/dist/collection/components/range/range.js +9 -12
  383. package/dist/collection/components/range/range.md.css +0 -12
  384. package/dist/collection/components/refresher/refresher.ios.css +1 -14
  385. package/dist/collection/components/refresher/refresher.js +8 -11
  386. package/dist/collection/components/refresher/refresher.md.css +2 -15
  387. package/dist/collection/components/refresher-content/refresher-content.js +7 -28
  388. package/dist/collection/components/reorder/reorder.ios.css +0 -6
  389. package/dist/collection/components/reorder/reorder.js +6 -33
  390. package/dist/collection/components/reorder/reorder.md.css +0 -6
  391. package/dist/collection/components/reorder-group/reorder-group.css +0 -6
  392. package/dist/collection/components/reorder-group/reorder-group.js +4 -8
  393. package/dist/collection/components/ripple-effect/{ripple-effect.common.css → ripple-effect.css} +1 -7
  394. package/dist/collection/components/ripple-effect/ripple-effect.js +6 -14
  395. package/dist/collection/components/route/route.js +0 -4
  396. package/dist/collection/components/router/router.js +0 -4
  397. package/dist/collection/components/router-link/router-link.css +2 -8
  398. package/dist/collection/components/router-link/router-link.js +5 -9
  399. package/dist/collection/components/router-outlet/router-outlet.css +1 -7
  400. package/dist/collection/components/router-outlet/router-outlet.js +2 -5
  401. package/dist/collection/components/row/row.css +0 -12
  402. package/dist/collection/components/row/row.js +2 -9
  403. package/dist/collection/components/searchbar/searchbar.ios.css +18 -56
  404. package/dist/collection/components/searchbar/searchbar.js +25 -97
  405. package/dist/collection/components/searchbar/searchbar.md.css +18 -56
  406. package/dist/collection/components/segment/segment.ios.css +2 -45
  407. package/dist/collection/components/segment/segment.js +25 -15
  408. package/dist/collection/components/segment/segment.md.css +2 -45
  409. package/dist/collection/components/segment-button/segment-button.ios.css +105 -146
  410. package/dist/collection/components/segment-button/segment-button.js +9 -12
  411. package/dist/collection/components/segment-button/segment-button.md.css +107 -148
  412. package/dist/collection/components/select/select.ios.css +3 -22
  413. package/dist/collection/components/select/select.js +31 -79
  414. package/dist/collection/components/select/select.md.css +5 -38
  415. package/dist/collection/components/select-option/select-option.js +2 -9
  416. package/dist/collection/components/select-popover/select-popover.ios.css +0 -18
  417. package/dist/collection/components/select-popover/select-popover.js +4 -12
  418. package/dist/collection/components/select-popover/select-popover.md.css +0 -18
  419. package/dist/collection/components/skeleton-text/skeleton-text.css +0 -6
  420. package/dist/collection/components/skeleton-text/skeleton-text.js +5 -9
  421. package/dist/collection/components/spinner/{spinner.ionic.css → spinner.css} +0 -65
  422. package/dist/collection/components/spinner/spinner.js +6 -46
  423. package/dist/collection/components/split-pane/split-pane.ios.css +2 -20
  424. package/dist/collection/components/split-pane/split-pane.js +8 -14
  425. package/dist/collection/components/split-pane/split-pane.md.css +2 -20
  426. package/dist/collection/components/tab/tab.js +2 -6
  427. package/dist/collection/components/tab-bar/tab-bar.ios.css +43 -71
  428. package/dist/collection/components/tab-bar/tab-bar.js +10 -65
  429. package/dist/collection/components/tab-bar/tab-bar.md.css +43 -71
  430. package/dist/collection/components/tab-button/tab-button.ios.css +88 -103
  431. package/dist/collection/components/tab-button/tab-button.js +8 -11
  432. package/dist/collection/components/tab-button/tab-button.md.css +88 -103
  433. package/dist/collection/components/tabs/tabs.css +1 -7
  434. package/dist/collection/components/tabs/tabs.js +1 -4
  435. package/dist/collection/components/text/text.css +0 -6
  436. package/dist/collection/components/text/text.js +6 -7
  437. package/dist/collection/components/textarea/textarea.ios.css +96 -201
  438. package/dist/collection/components/textarea/textarea.js +16 -59
  439. package/dist/collection/components/textarea/textarea.md.css +97 -214
  440. package/dist/collection/components/thumbnail/thumbnail.css +0 -6
  441. package/dist/collection/components/thumbnail/thumbnail.js +2 -9
  442. package/dist/collection/components/title/title.ios.css +4 -32
  443. package/dist/collection/components/title/title.js +7 -13
  444. package/dist/collection/components/title/title.md.css +4 -32
  445. package/dist/collection/components/toast/animations/utils.js +1 -1
  446. package/dist/collection/components/toast/toast.ios.css +0 -12
  447. package/dist/collection/components/toast/toast.js +11 -15
  448. package/dist/collection/components/toast/toast.md.css +0 -12
  449. package/dist/collection/components/toggle/toggle.ios.css +120 -166
  450. package/dist/collection/components/toggle/toggle.js +18 -73
  451. package/dist/collection/components/toggle/toggle.md.css +120 -163
  452. package/dist/collection/components/toolbar/toolbar.ios.css +47 -90
  453. package/dist/collection/components/toolbar/toolbar.js +10 -13
  454. package/dist/collection/components/toolbar/toolbar.md.css +47 -90
  455. package/dist/collection/global/ionic-global.js +13 -229
  456. package/dist/collection/utils/focus-visible.js +0 -7
  457. package/dist/collection/utils/framework-delegate.js +1 -3
  458. package/dist/collection/utils/helpers.js +1 -3
  459. package/dist/collection/utils/keyboard/keyboard-controller.js +1 -3
  460. package/dist/collection/utils/menu-controller/animations/overlay.js +3 -3
  461. package/dist/collection/utils/menu-controller/animations/push.js +1 -2
  462. package/dist/collection/utils/menu-controller/animations/reveal.js +1 -2
  463. package/dist/collection/utils/overlays.js +1 -2
  464. package/dist/collection/utils/test/playwright/generator.js +23 -48
  465. package/dist/collection/utils/test/playwright/page/utils/goto.js +5 -14
  466. package/dist/collection/utils/test/playwright/page/utils/set-content.js +1 -14
  467. package/dist/collection/utils/transition/ios.transition.js +0 -1
  468. package/dist/docs.json +358 -6946
  469. package/dist/esm/{animation-16546c84.js → animation-eab5a4ca.js} +1 -1
  470. package/dist/esm/{app-globals-35381e66.js → app-globals-5dbb61a5.js} +1 -1
  471. package/dist/esm/{button-active-c768aceb.js → button-active-f6503382.js} +2 -2
  472. package/dist/esm/{capacitor-0897b83c.js → capacitor-59395cbd.js} +1 -1
  473. package/dist/esm/{data-d9b1fbdb.js → data-ae11fd43.js} +4 -4
  474. package/dist/{cjs/focus-visible-9aa87fa3.js → esm/focus-visible-dd40d69f.js} +1 -11
  475. package/dist/esm/{framework-delegate-56698eb0.js → framework-delegate-63d1a679.js} +2 -4
  476. package/dist/esm/{haptic-d9a770b8.js → haptic-ac164e4c.js} +1 -1
  477. package/dist/esm/hardware-back-button-06ef3c3e.js +116 -0
  478. package/dist/esm/{helpers-d57f52c8.js → helpers-da915de8.js} +1 -4
  479. package/dist/esm/{config-0b6b1b3d.js → index-28849c61.js} +1 -76
  480. package/dist/esm/{index-edf94b3b.js → index-3ad7f18b.js} +6 -5
  481. package/dist/esm/{index-f8ad386a.js → index-5cc724f3.js} +2 -2
  482. package/dist/esm/index-79b30591.js +167 -0
  483. package/dist/esm/index-9b0d46f4.js +34 -0
  484. package/dist/esm/index-a5d50daf.js +7 -0
  485. package/dist/esm/{index-d997525d.js → index-e2cf2ceb.js} +1 -1
  486. package/dist/esm/{index-82405a4a.js → index-fe1782b1.js} +11 -10
  487. package/dist/esm/index.js +13 -10
  488. package/dist/esm/{input-shims-0f3cc1c3.js → input-shims-0314bbe5.js} +6 -6
  489. package/dist/esm/{input.utils-ef4d8197.js → input.utils-09c71bc7.js} +3 -2
  490. package/dist/esm/ion-accordion_2.entry.js +16 -41
  491. package/dist/esm/ion-action-sheet.entry.js +19 -21
  492. package/dist/esm/ion-alert.entry.js +47 -26
  493. package/dist/esm/ion-app_8.entry.js +140 -96
  494. package/dist/esm/ion-avatar_3.entry.js +10 -93
  495. package/dist/esm/ion-back-button.entry.js +21 -30
  496. package/dist/esm/ion-backdrop.entry.js +7 -11
  497. package/dist/esm/ion-breadcrumb_2.entry.js +17 -54
  498. package/dist/esm/ion-button_2.entry.js +13 -43
  499. package/dist/esm/ion-card_5.entry.js +29 -52
  500. package/dist/esm/ion-checkbox.entry.js +14 -29
  501. package/dist/esm/ion-chip.entry.js +8 -43
  502. package/dist/esm/ion-col_3.entry.js +11 -14
  503. package/dist/esm/ion-datetime-button.entry.js +9 -12
  504. package/dist/esm/ion-datetime_3.entry.js +40 -113
  505. package/dist/esm/ion-fab_3.entry.js +21 -43
  506. package/dist/esm/ion-img.entry.js +4 -7
  507. package/dist/esm/ion-infinite-scroll_2.entry.js +15 -18
  508. package/dist/esm/ion-input-password-toggle.entry.js +15 -53
  509. package/dist/esm/ion-input.entry.js +25 -119
  510. package/dist/esm/ion-item-option_3.entry.js +18 -40
  511. package/dist/esm/ion-item_8.entry.js +42 -113
  512. package/dist/esm/ion-loading.entry.js +16 -17
  513. package/dist/esm/ion-menu_3.entry.js +29 -47
  514. package/dist/esm/ion-modal.entry.js +22 -37
  515. package/dist/esm/ion-nav_2.entry.js +12 -13
  516. package/dist/esm/ion-picker-column-option.entry.js +7 -11
  517. package/dist/esm/ion-picker-column.entry.js +12 -11
  518. package/dist/esm/ion-picker.entry.js +6 -10
  519. package/dist/esm/ion-popover.entry.js +16 -17
  520. package/dist/esm/ion-progress-bar.entry.js +8 -12
  521. package/dist/esm/ion-radio_2.entry.js +12 -18
  522. package/dist/esm/ion-range.entry.js +10 -13
  523. package/dist/esm/ion-refresher_2.entry.js +21 -41
  524. package/dist/esm/ion-reorder_2.entry.js +15 -38
  525. package/dist/esm/ion-ripple-effect.entry.js +8 -18
  526. package/dist/esm/ion-route_4.entry.js +8 -8
  527. package/dist/esm/ion-searchbar.entry.js +18 -94
  528. package/dist/esm/ion-segment_2.entry.js +33 -28
  529. package/dist/esm/ion-select_3.entry.js +38 -93
  530. package/dist/esm/ion-spinner.entry.js +8 -33
  531. package/dist/esm/ion-split-pane.entry.js +9 -13
  532. package/dist/esm/ion-tab-bar_2.entry.js +20 -44
  533. package/dist/esm/ion-tab_2.entry.js +7 -7
  534. package/dist/esm/ion-text.entry.js +6 -6
  535. package/dist/esm/ion-textarea.entry.js +17 -41
  536. package/dist/esm/ion-toast.entry.js +16 -18
  537. package/dist/esm/ion-toggle.entry.js +23 -80
  538. package/dist/esm/ionic-global-c81d82ab.js +231 -0
  539. package/dist/esm/ionic.js +5 -5
  540. package/dist/esm/{ios.transition-4b9fe79e.js → ios.transition-4ee1a3af.js} +7 -6
  541. package/dist/esm/{keyboard-584d2e6f.js → keyboard-52278bd7.js} +3 -4
  542. package/dist/esm/{keyboard-ad38b8fc.js → keyboard-73175e24.js} +1 -1
  543. package/dist/esm/{keyboard-controller-9c9c2301.js → keyboard-controller-ec5c2bfa.js} +3 -5
  544. package/dist/esm/loader.js +5 -5
  545. package/dist/esm/{md.transition-a71dc418.js → md.transition-5106a0d2.js} +7 -5
  546. package/dist/esm/{notch-controller-4d9a7b28.js → notch-controller-55b09e11.js} +2 -2
  547. package/dist/esm/{overlays-9da9aef5.js → overlays-9c75ec54.js} +7 -6
  548. package/dist/esm/{status-tap-82f51b25.js → status-tap-f472b09f.js} +4 -4
  549. package/dist/esm/{swipe-back-c5709ce5.js → swipe-back-e5394307.js} +1 -2
  550. package/dist/esm-es5/animation-eab5a4ca.js +4 -0
  551. package/dist/esm-es5/app-globals-5dbb61a5.js +4 -0
  552. package/dist/esm-es5/button-active-f6503382.js +4 -0
  553. package/dist/esm-es5/capacitor-59395cbd.js +4 -0
  554. package/dist/esm-es5/data-ae11fd43.js +4 -0
  555. package/dist/esm-es5/focus-visible-dd40d69f.js +4 -0
  556. package/dist/esm-es5/framework-delegate-63d1a679.js +4 -0
  557. package/dist/esm-es5/{haptic-d9a770b8.js → haptic-ac164e4c.js} +1 -1
  558. package/dist/esm-es5/hardware-back-button-06ef3c3e.js +4 -0
  559. package/dist/esm-es5/helpers-da915de8.js +4 -0
  560. package/dist/esm-es5/{config-0b6b1b3d.js → index-28849c61.js} +2 -2
  561. package/dist/esm-es5/index-3ad7f18b.js +4 -0
  562. package/dist/esm-es5/index-5cc724f3.js +4 -0
  563. package/dist/esm-es5/index-79b30591.js +4 -0
  564. package/dist/esm-es5/index-9b0d46f4.js +4 -0
  565. package/dist/esm-es5/index-a5d50daf.js +4 -0
  566. package/dist/esm-es5/{index-d997525d.js → index-e2cf2ceb.js} +1 -1
  567. package/dist/esm-es5/index-fe1782b1.js +4 -0
  568. package/dist/esm-es5/index.js +1 -1
  569. package/dist/esm-es5/input-shims-0314bbe5.js +4 -0
  570. package/dist/esm-es5/input.utils-09c71bc7.js +4 -0
  571. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  572. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  573. package/dist/esm-es5/ion-alert.entry.js +1 -1
  574. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  575. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  576. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  577. package/dist/esm-es5/ion-backdrop.entry.js +1 -1
  578. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  579. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  580. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  581. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  582. package/dist/esm-es5/ion-chip.entry.js +1 -1
  583. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  584. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  585. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  586. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  587. package/dist/esm-es5/ion-img.entry.js +1 -1
  588. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  589. package/dist/esm-es5/ion-input-password-toggle.entry.js +1 -1
  590. package/dist/esm-es5/ion-input.entry.js +1 -1
  591. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  592. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  593. package/dist/esm-es5/ion-loading.entry.js +1 -1
  594. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  595. package/dist/esm-es5/ion-modal.entry.js +1 -1
  596. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  597. package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
  598. package/dist/esm-es5/ion-picker-column.entry.js +1 -1
  599. package/dist/esm-es5/ion-picker.entry.js +1 -1
  600. package/dist/esm-es5/ion-popover.entry.js +1 -1
  601. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  602. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  603. package/dist/esm-es5/ion-range.entry.js +1 -1
  604. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  605. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  606. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  607. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  608. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  609. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  610. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  611. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  612. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  613. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  614. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  615. package/dist/esm-es5/ion-text.entry.js +1 -1
  616. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  617. package/dist/esm-es5/ion-toast.entry.js +1 -1
  618. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  619. package/dist/esm-es5/ionic-global-c81d82ab.js +4 -0
  620. package/dist/esm-es5/ionic.js +1 -1
  621. package/dist/esm-es5/ios.transition-4ee1a3af.js +4 -0
  622. package/dist/esm-es5/keyboard-52278bd7.js +4 -0
  623. package/dist/esm-es5/{keyboard-ad38b8fc.js → keyboard-73175e24.js} +1 -1
  624. package/dist/esm-es5/keyboard-controller-ec5c2bfa.js +4 -0
  625. package/dist/esm-es5/loader.js +1 -1
  626. package/dist/esm-es5/md.transition-5106a0d2.js +4 -0
  627. package/dist/esm-es5/notch-controller-55b09e11.js +4 -0
  628. package/dist/esm-es5/overlays-9c75ec54.js +4 -0
  629. package/dist/esm-es5/status-tap-f472b09f.js +4 -0
  630. package/dist/esm-es5/swipe-back-e5394307.js +4 -0
  631. package/dist/html.html-data.json +211 -2283
  632. package/dist/ionic/index.esm.js +1 -1
  633. package/dist/ionic/ionic.esm.js +1 -1
  634. package/dist/ionic/ionic.js +1 -1
  635. package/dist/ionic/{p-6f8c2e62.system.entry.js → p-01186920.system.entry.js} +1 -1
  636. package/dist/ionic/p-0303d0f8.js +4 -0
  637. package/dist/ionic/p-0574e87e.js +4 -0
  638. package/dist/ionic/p-06e07c7b.system.entry.js +4 -0
  639. package/dist/ionic/p-06e58c4e.js +4 -0
  640. package/dist/ionic/p-06fee233.js +4 -0
  641. package/dist/ionic/p-081a4ce4.entry.js +4 -0
  642. package/dist/ionic/p-0c06e09b.system.js +4 -0
  643. package/dist/ionic/p-1136a842.entry.js +4 -0
  644. package/dist/ionic/p-15e76dd1.entry.js +4 -0
  645. package/dist/ionic/p-17474161.system.js +4 -0
  646. package/dist/ionic/{p-61a51379.system.js → p-19ea7bff.system.js} +1 -1
  647. package/dist/ionic/p-19ec4f42.entry.js +4 -0
  648. package/dist/ionic/p-1acf0142.entry.js +4 -0
  649. package/dist/ionic/p-1dfc11b3.system.js +4 -0
  650. package/dist/ionic/p-1e010627.system.entry.js +4 -0
  651. package/dist/ionic/p-1e4371bd.js +4 -0
  652. package/dist/ionic/p-1e67b266.system.entry.js +4 -0
  653. package/dist/ionic/{p-115d74cd.system.js → p-1e955a45.system.js} +1 -1
  654. package/dist/ionic/p-2097482f.entry.js +4 -0
  655. package/dist/ionic/p-21e5e7e4.js +4 -0
  656. package/dist/ionic/p-22c020db.system.entry.js +4 -0
  657. package/dist/ionic/p-2507278c.system.entry.js +4 -0
  658. package/dist/ionic/p-25180df3.system.js +5 -0
  659. package/dist/ionic/p-2690b1de.js +4 -0
  660. package/dist/ionic/{p-4ed7dfdb.js → p-27281edd.js} +1 -1
  661. package/dist/ionic/{p-adec897a.system.entry.js → p-2799c6d3.system.entry.js} +1 -1
  662. package/dist/ionic/p-2b7827c7.js +4 -0
  663. package/dist/ionic/p-2e46590d.system.entry.js +4 -0
  664. package/dist/ionic/p-2eba228d.system.entry.js +4 -0
  665. package/dist/ionic/p-322c5fb4.system.js +4 -0
  666. package/dist/ionic/p-3254d107.entry.js +4 -0
  667. package/dist/ionic/p-347ac2ef.system.entry.js +4 -0
  668. package/dist/ionic/p-34b11c24.js +4 -0
  669. package/dist/ionic/{p-2c5d7d84.system.js → p-372ae7f4.system.js} +1 -1
  670. package/dist/ionic/p-3ad285e3.system.js +4 -0
  671. package/dist/ionic/p-3b323c61.entry.js +4 -0
  672. package/dist/ionic/{p-d8339079.system.js → p-3c8e5c23.system.js} +1 -1
  673. package/dist/ionic/p-3cc276f4.js +4 -0
  674. package/dist/ionic/p-3cd3704c.entry.js +4 -0
  675. package/dist/ionic/p-41b6ad85.system.entry.js +4 -0
  676. package/dist/ionic/p-42eee9d3.system.entry.js +4 -0
  677. package/dist/ionic/p-4439fc2a.entry.js +4 -0
  678. package/dist/ionic/p-449ec9f0.system.entry.js +4 -0
  679. package/dist/ionic/p-45693d7e.entry.js +4 -0
  680. package/dist/ionic/p-469e0773.entry.js +4 -0
  681. package/dist/ionic/p-4c2d5b80.system.js +4 -0
  682. package/dist/ionic/p-52d7a191.entry.js +4 -0
  683. package/dist/ionic/p-53b77274.system.entry.js +4 -0
  684. package/dist/ionic/p-567de071.system.entry.js +4 -0
  685. package/dist/ionic/p-5823babc.system.entry.js +4 -0
  686. package/dist/ionic/p-58d5df0c.system.entry.js +4 -0
  687. package/dist/ionic/p-5988556c.system.entry.js +4 -0
  688. package/dist/ionic/p-5a6d132d.entry.js +4 -0
  689. package/dist/ionic/p-5ad5dd4e.entry.js +4 -0
  690. package/dist/ionic/{p-3bfe43bc.system.js → p-5da94421.system.js} +2 -2
  691. package/dist/ionic/p-5f9b0722.entry.js +4 -0
  692. package/dist/ionic/p-61e494dc.system.entry.js +4 -0
  693. package/dist/ionic/p-63b0abde.system.entry.js +4 -0
  694. package/dist/ionic/p-66640ff7.system.entry.js +4 -0
  695. package/dist/ionic/p-68642392.entry.js +4 -0
  696. package/dist/ionic/p-69066a53.js +4 -0
  697. package/dist/ionic/p-6d32975a.entry.js +4 -0
  698. package/dist/ionic/p-72812e99.js +4 -0
  699. package/dist/ionic/p-72bc8a1c.js +4 -0
  700. package/dist/ionic/{p-0695a0af.system.entry.js → p-7458862e.system.entry.js} +1 -1
  701. package/dist/ionic/p-7740e32c.system.js +4 -0
  702. package/dist/ionic/p-78feb35d.entry.js +4 -0
  703. package/dist/ionic/p-792919fd.system.js +4 -0
  704. package/dist/ionic/p-7b30edcc.js +4 -0
  705. package/dist/ionic/p-7b9a2b23.entry.js +4 -0
  706. package/dist/ionic/p-7ed1657c.system.entry.js +4 -0
  707. package/dist/ionic/p-802b4ce7.entry.js +4 -0
  708. package/dist/ionic/p-850a3c12.entry.js +4 -0
  709. package/dist/ionic/p-8635f5e6.system.js +4 -0
  710. package/dist/ionic/p-87a5f97a.system.entry.js +4 -0
  711. package/dist/ionic/p-88e63c7d.js +4 -0
  712. package/dist/ionic/{p-e61e3bb4.system.js → p-8985cdb6.system.js} +1 -1
  713. package/dist/ionic/{p-b9b36d56.js → p-89b61afc.js} +1 -1
  714. package/dist/ionic/p-8ebd3f36.system.entry.js +4 -0
  715. package/dist/ionic/p-90df71aa.system.entry.js +4 -0
  716. package/dist/ionic/{p-747e9c9a.system.js → p-9146695e.system.js} +1 -1
  717. package/dist/ionic/p-927f180c.system.entry.js +4 -0
  718. package/dist/ionic/p-92a96c69.system.entry.js +4 -0
  719. package/dist/ionic/p-937a7e21.entry.js +4 -0
  720. package/dist/ionic/p-9644984a.entry.js +4 -0
  721. package/dist/ionic/p-96cc4814.js +4 -0
  722. package/dist/ionic/{p-093de343.system.entry.js → p-98231c01.system.entry.js} +1 -1
  723. package/dist/ionic/p-985a7e17.system.entry.js +4 -0
  724. package/dist/ionic/p-98871496.system.js +4 -0
  725. package/dist/ionic/p-98e71235.system.entry.js +4 -0
  726. package/dist/ionic/p-9c901780.entry.js +4 -0
  727. package/dist/ionic/p-9df2c6fb.entry.js +4 -0
  728. package/dist/ionic/{p-3a11234f.system.js → p-9ea607bd.system.js} +2 -2
  729. package/dist/ionic/p-9ee1e8a6.entry.js +4 -0
  730. package/dist/ionic/p-9f18a6cf.entry.js +4 -0
  731. package/dist/ionic/p-9f3008d4.system.js +4 -0
  732. package/dist/ionic/p-9fa07aec.entry.js +4 -0
  733. package/dist/ionic/p-a15ddedb.system.js +4 -0
  734. package/dist/ionic/p-a440397c.js +4 -0
  735. package/dist/ionic/p-a4565eb5.system.js +4 -0
  736. package/dist/ionic/p-a49378bb.system.entry.js +4 -0
  737. package/dist/ionic/p-a4d51b8d.system.js +4 -0
  738. package/dist/ionic/p-a61cba41.entry.js +4 -0
  739. package/dist/ionic/p-a69b9fc5.system.js +4 -0
  740. package/dist/ionic/p-a6d7bc6c.entry.js +4 -0
  741. package/dist/ionic/{p-f8e329da.system.js → p-a93873de.system.js} +1 -1
  742. package/dist/ionic/p-abe101da.system.js +4 -0
  743. package/dist/ionic/p-adcb6def.system.entry.js +4 -0
  744. package/dist/ionic/p-adceb282.system.entry.js +4 -0
  745. package/dist/ionic/{p-4b153a9f.entry.js → p-afecb188.entry.js} +1 -1
  746. package/dist/ionic/{p-c9ef0ca7.system.js → p-b06ac4a5.system.js} +1 -1
  747. package/dist/ionic/p-b14210d4.system.entry.js +4 -0
  748. package/dist/ionic/p-b398aa77.entry.js +4 -0
  749. package/dist/ionic/p-b51e4004.js +4 -0
  750. package/dist/ionic/p-b9d7015f.entry.js +4 -0
  751. package/dist/ionic/p-bb0db172.entry.js +4 -0
  752. package/dist/ionic/p-bc36ad98.system.entry.js +4 -0
  753. package/dist/ionic/p-bdad26e3.entry.js +4 -0
  754. package/dist/ionic/p-bfceff7f.system.entry.js +4 -0
  755. package/dist/ionic/{p-a65fe34d.system.entry.js → p-c0b0a426.system.entry.js} +2 -2
  756. package/dist/ionic/p-c29f8157.system.entry.js +4 -0
  757. package/dist/ionic/p-c41ac815.entry.js +4 -0
  758. package/dist/ionic/p-c468af8a.system.js +4 -0
  759. package/dist/ionic/p-c61cc894.js +4 -0
  760. package/dist/ionic/p-c7b03316.entry.js +4 -0
  761. package/dist/ionic/{p-d1e991c3.js → p-c7e16491.js} +1 -1
  762. package/dist/ionic/p-c9f3a539.entry.js +4 -0
  763. package/dist/ionic/p-ca065903.system.entry.js +4 -0
  764. package/dist/ionic/p-cac0e0b3.system.entry.js +4 -0
  765. package/dist/ionic/p-cfab4f20.entry.js +4 -0
  766. package/dist/ionic/p-d04481d7.entry.js +4 -0
  767. package/dist/ionic/p-d18ab582.system.entry.js +4 -0
  768. package/dist/ionic/p-d1db10ed.system.entry.js +4 -0
  769. package/dist/ionic/p-d47265c8.js +4 -0
  770. package/dist/ionic/{p-0a820472.js → p-d60342e3.js} +1 -1
  771. package/dist/ionic/p-d6841eac.js +4 -0
  772. package/dist/ionic/{p-dbfc5db6.js → p-d743e981.js} +1 -1
  773. package/dist/ionic/p-d77e12ca.entry.js +4 -0
  774. package/dist/ionic/p-d7aa6b00.entry.js +4 -0
  775. package/dist/ionic/{p-a9fd9d48.js → p-d836d43e.js} +2 -2
  776. package/dist/ionic/p-da074ff7.entry.js +4 -0
  777. package/dist/ionic/{p-58f16ef6.js → p-da2b833b.js} +1 -1
  778. package/dist/ionic/{p-2b428cf6.entry.js → p-de930745.entry.js} +1 -1
  779. package/dist/ionic/{p-25e2c98f.system.js → p-dfb78785.system.js} +1 -1
  780. package/dist/ionic/p-e2fb0d06.system.entry.js +4 -0
  781. package/dist/ionic/p-e3f13b08.js +4 -0
  782. package/dist/ionic/p-e4ee80be.system.entry.js +4 -0
  783. package/dist/ionic/p-eba29931.entry.js +4 -0
  784. package/dist/ionic/p-eba81f15.entry.js +4 -0
  785. package/dist/ionic/p-ecceeb90.js +4 -0
  786. package/dist/ionic/p-efaffe74.entry.js +4 -0
  787. package/dist/ionic/p-f1acf541.system.entry.js +4 -0
  788. package/dist/ionic/p-f3102647.system.entry.js +4 -0
  789. package/dist/ionic/p-f43382c8.system.entry.js +4 -0
  790. package/dist/ionic/{p-d9e1c48c.system.js → p-f687573e.system.js} +1 -1
  791. package/dist/ionic/p-f9a53abb.system.js +4 -0
  792. package/dist/ionic/p-ff4b7e40.system.js +4 -0
  793. package/dist/types/components/accordion/accordion.d.ts +2 -4
  794. package/dist/types/components/accordion-group/accordion-group.d.ts +1 -2
  795. package/dist/types/components/action-sheet/action-sheet-interface.d.ts +7 -3
  796. package/dist/types/components/action-sheet/action-sheet.d.ts +2 -3
  797. package/dist/types/components/alert/alert-interface.d.ts +7 -3
  798. package/dist/types/components/alert/alert.d.ts +2 -3
  799. package/dist/types/components/app/app.d.ts +2 -5
  800. package/dist/types/components/avatar/avatar.d.ts +0 -28
  801. package/dist/types/components/back-button/back-button.d.ts +1 -2
  802. package/dist/types/components/backdrop/backdrop.d.ts +0 -4
  803. package/dist/types/components/badge/badge.d.ts +1 -23
  804. package/dist/types/components/breadcrumb/breadcrumb.d.ts +1 -4
  805. package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +2 -2
  806. package/dist/types/components/button/button.d.ts +4 -15
  807. package/dist/types/components/buttons/buttons.d.ts +1 -5
  808. package/dist/types/components/card/card.d.ts +1 -8
  809. package/dist/types/components/card-content/card-content.d.ts +1 -2
  810. package/dist/types/components/card-header/card-header.d.ts +2 -3
  811. package/dist/types/components/card-subtitle/card-subtitle.d.ts +1 -2
  812. package/dist/types/components/card-title/card-title.d.ts +1 -2
  813. package/dist/types/components/checkbox/checkbox.d.ts +4 -14
  814. package/dist/types/components/chip/chip.d.ts +1 -19
  815. package/dist/types/components/col/col.d.ts +0 -4
  816. package/dist/types/components/content/content.d.ts +0 -3
  817. package/dist/types/components/datetime/datetime.d.ts +1 -26
  818. package/dist/types/components/datetime/utils/data.d.ts +3 -3
  819. package/dist/types/components/datetime-button/datetime-button.d.ts +1 -2
  820. package/dist/types/components/fab/fab.d.ts +0 -4
  821. package/dist/types/components/fab-button/fab-button.d.ts +3 -5
  822. package/dist/types/components/fab-list/fab-list.d.ts +0 -4
  823. package/dist/types/components/footer/footer.d.ts +3 -4
  824. package/dist/types/components/grid/grid.d.ts +0 -4
  825. package/dist/types/components/header/header.d.ts +3 -9
  826. package/dist/types/components/img/img.d.ts +0 -3
  827. package/dist/types/components/infinite-scroll/infinite-scroll.d.ts +0 -4
  828. package/dist/types/components/infinite-scroll-content/infinite-scroll-content.d.ts +0 -4
  829. package/dist/types/components/input/input.d.ts +5 -31
  830. package/dist/types/components/input-password-toggle/input-password-toggle.d.ts +0 -2
  831. package/dist/types/components/item/item.d.ts +4 -11
  832. package/dist/types/components/item-divider/item-divider.d.ts +1 -2
  833. package/dist/types/components/item-group/item-group.d.ts +0 -4
  834. package/dist/types/components/item-option/item-option.d.ts +1 -11
  835. package/dist/types/components/item-options/item-options.d.ts +0 -4
  836. package/dist/types/components/item-sliding/item-sliding.d.ts +0 -4
  837. package/dist/types/components/label/label.d.ts +1 -2
  838. package/dist/types/components/list/list.d.ts +1 -15
  839. package/dist/types/components/list-header/list-header.d.ts +1 -2
  840. package/dist/types/components/loading/loading-interface.d.ts +7 -2
  841. package/dist/types/components/loading/loading.d.ts +2 -3
  842. package/dist/types/components/menu/menu.d.ts +0 -3
  843. package/dist/types/components/menu-button/menu-button.d.ts +1 -3
  844. package/dist/types/components/menu-toggle/menu-toggle.d.ts +0 -3
  845. package/dist/types/components/modal/modal-interface.d.ts +7 -3
  846. package/dist/types/components/modal/modal.d.ts +1 -11
  847. package/dist/types/components/nav/nav-interface.d.ts +1 -9
  848. package/dist/types/components/nav/nav.d.ts +1 -5
  849. package/dist/types/components/nav-link/nav-link.d.ts +0 -4
  850. package/dist/types/components/note/note.d.ts +1 -2
  851. package/dist/types/components/picker/picker.d.ts +1 -2
  852. package/dist/types/components/picker-column/picker-column.d.ts +1 -2
  853. package/dist/types/components/picker-column-option/picker-column-option.d.ts +0 -4
  854. package/dist/types/components/picker-legacy/picker.d.ts +1 -2
  855. package/dist/types/components/popover/popover-interface.d.ts +6 -3
  856. package/dist/types/components/popover/popover.d.ts +5 -6
  857. package/dist/types/components/progress-bar/progress-bar.d.ts +1 -2
  858. package/dist/types/components/radio/radio.d.ts +1 -2
  859. package/dist/types/components/radio-group/radio-group.d.ts +0 -4
  860. package/dist/types/components/range/range.d.ts +1 -2
  861. package/dist/types/components/refresher/refresher.d.ts +1 -2
  862. package/dist/types/components/refresher-content/refresher-content.d.ts +0 -4
  863. package/dist/types/components/reorder/reorder.d.ts +0 -9
  864. package/dist/types/components/reorder-group/reorder-group.d.ts +0 -4
  865. package/dist/types/components/ripple-effect/ripple-effect.d.ts +0 -4
  866. package/dist/types/components/route/route.d.ts +0 -4
  867. package/dist/types/components/router/router.d.ts +0 -4
  868. package/dist/types/components/router-link/router-link.d.ts +0 -4
  869. package/dist/types/components/router-outlet/router-outlet.d.ts +1 -4
  870. package/dist/types/components/row/row.d.ts +0 -4
  871. package/dist/types/components/searchbar/searchbar.d.ts +8 -30
  872. package/dist/types/components/segment/segment.d.ts +1 -2
  873. package/dist/types/components/segment-button/segment-button.d.ts +1 -2
  874. package/dist/types/components/select/select.d.ts +5 -20
  875. package/dist/types/components/select-option/select-option.d.ts +0 -4
  876. package/dist/types/components/select-popover/select-popover.d.ts +0 -3
  877. package/dist/types/components/skeleton-text/skeleton-text.d.ts +0 -4
  878. package/dist/types/components/spinner/spinner.d.ts +0 -15
  879. package/dist/types/components/split-pane/split-pane.d.ts +0 -4
  880. package/dist/types/components/tab/tab.d.ts +0 -4
  881. package/dist/types/components/tab-bar/tab-bar.d.ts +2 -22
  882. package/dist/types/components/tab-button/tab-button.d.ts +1 -2
  883. package/dist/types/components/tabs/tabs.d.ts +0 -3
  884. package/dist/types/components/text/text.d.ts +1 -2
  885. package/dist/types/components/textarea/textarea.d.ts +4 -16
  886. package/dist/types/components/thumbnail/thumbnail.d.ts +0 -4
  887. package/dist/types/components/title/title.d.ts +0 -4
  888. package/dist/types/components/toast/animations/utils.d.ts +2 -2
  889. package/dist/types/components/toast/toast-interface.d.ts +7 -3
  890. package/dist/types/components/toast/toast.d.ts +2 -3
  891. package/dist/types/components/toggle/toggle.d.ts +1 -15
  892. package/dist/types/components/toolbar/toolbar.d.ts +3 -4
  893. package/dist/types/components.d.ts +181 -1346
  894. package/dist/types/global/ionic-global.d.ts +2 -27
  895. package/dist/types/interface.d.ts +0 -3
  896. package/dist/types/utils/config.d.ts +2 -106
  897. package/dist/types/utils/focus-visible.d.ts +0 -1
  898. package/dist/types/utils/overlays-interface.d.ts +1 -31
  899. package/dist/types/utils/test/playwright/generator.d.ts +2 -31
  900. package/hydrate/index.js +832 -2178
  901. package/hydrate/index.mjs +832 -2178
  902. package/package.json +5 -9
  903. package/components/caret-down.js +0 -6
  904. package/components/caret-left.js +0 -6
  905. package/components/caret-right.js +0 -6
  906. package/components/config2.js +0 -79
  907. package/components/list2.js +0 -6
  908. package/components/x.js +0 -6
  909. package/css/ionic/bundle.ionic.css +0 -1
  910. package/css/ionic/bundle.ionic.css.map +0 -1
  911. package/css/ionic/core.ionic.css +0 -1
  912. package/css/ionic/core.ionic.css.map +0 -1
  913. package/css/ionic/global.bundle.ionic.css +0 -1
  914. package/css/ionic/global.bundle.ionic.css.map +0 -1
  915. package/css/ionic/ionic-swiper.ionic.css +0 -1
  916. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  917. package/css/ionic/link.ionic.css +0 -1
  918. package/css/ionic/link.ionic.css.map +0 -1
  919. package/css/ionic/structure.ionic.css +0 -1
  920. package/css/ionic/structure.ionic.css.map +0 -1
  921. package/css/ionic/typography.ionic.css +0 -1
  922. package/css/ionic/typography.ionic.css.map +0 -1
  923. package/css/ionic/utils.bundle.ionic.css +0 -1
  924. package/css/ionic/utils.bundle.ionic.css.map +0 -1
  925. package/dist/cjs/caret-down-3c215cff.js +0 -8
  926. package/dist/cjs/caret-left-2bb66970.js +0 -8
  927. package/dist/cjs/caret-right-88e03970.js +0 -8
  928. package/dist/cjs/ionic-global-3647b9f5.js +0 -534
  929. package/dist/cjs/list-2930c629.js +0 -8
  930. package/dist/cjs/x-81a8f51c.js +0 -8
  931. package/dist/collection/components/avatar/avatar.ionic.css +0 -271
  932. package/dist/collection/components/backdrop/backdrop.ionic.css +0 -153
  933. package/dist/collection/components/badge/badge.ionic.css +0 -251
  934. package/dist/collection/components/button/button.ionic.css +0 -591
  935. package/dist/collection/components/buttons/buttons.ionic.css +0 -101
  936. package/dist/collection/components/card/card.ionic.css +0 -139
  937. package/dist/collection/components/card-content/card-content.ionic.css +0 -92
  938. package/dist/collection/components/card-header/card-header.ionic.css +0 -89
  939. package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +0 -148
  940. package/dist/collection/components/checkbox/checkbox.ionic.css +0 -409
  941. package/dist/collection/components/chip/chip.ionic.css +0 -162
  942. package/dist/collection/components/datetime/datetime.ionic.css +0 -670
  943. package/dist/collection/components/header/header.ionic.css +0 -88
  944. package/dist/collection/components/input/input.ionic.css +0 -1099
  945. package/dist/collection/components/input-password-toggle/input-password-toggle.common.css +0 -61
  946. package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +0 -143
  947. package/dist/collection/components/item/item.ionic.css +0 -502
  948. package/dist/collection/components/item-option/item-option.ionic.css +0 -334
  949. package/dist/collection/components/item-options/item-options.ionic.css +0 -260
  950. package/dist/collection/components/list/list.ionic.css +0 -196
  951. package/dist/collection/components/list-header/list-header.ionic.css +0 -238
  952. package/dist/collection/components/menu-button/menu-button.ionic.css +0 -240
  953. package/dist/collection/components/modal/modal.ionic.css +0 -241
  954. package/dist/collection/components/radio/radio.ionic.css +0 -420
  955. package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +0 -154
  956. package/dist/collection/components/searchbar/searchbar.ionic.css +0 -270
  957. package/dist/collection/components/segment/segment.ionic.css +0 -119
  958. package/dist/collection/components/segment-button/segment-button.ionic.css +0 -352
  959. package/dist/collection/components/spinner/spinner.common.css +0 -199
  960. package/dist/collection/components/tab-bar/tab-bar.ionic.css +0 -254
  961. package/dist/collection/components/tab-button/tab-button.ionic.css +0 -273
  962. package/dist/collection/components/textarea/textarea.ionic.css +0 -806
  963. package/dist/collection/components/title/title.ionic.css +0 -147
  964. package/dist/collection/components/toggle/toggle.ionic.css +0 -421
  965. package/dist/collection/components/toolbar/toolbar.ionic.css +0 -235
  966. package/dist/esm/caret-down-3eaad1cc.js +0 -6
  967. package/dist/esm/caret-left-33424bb0.js +0 -6
  968. package/dist/esm/caret-right-68d856ad.js +0 -6
  969. package/dist/esm/ionic-global-d7017fd9.js +0 -520
  970. package/dist/esm/list-6524700c.js +0 -6
  971. package/dist/esm/x-a64bcd9f.js +0 -6
  972. package/dist/esm-es5/animation-16546c84.js +0 -4
  973. package/dist/esm-es5/app-globals-35381e66.js +0 -4
  974. package/dist/esm-es5/button-active-c768aceb.js +0 -4
  975. package/dist/esm-es5/capacitor-0897b83c.js +0 -4
  976. package/dist/esm-es5/caret-down-3eaad1cc.js +0 -4
  977. package/dist/esm-es5/caret-left-33424bb0.js +0 -4
  978. package/dist/esm-es5/caret-right-68d856ad.js +0 -4
  979. package/dist/esm-es5/data-d9b1fbdb.js +0 -4
  980. package/dist/esm-es5/focus-visible-501aff19.js +0 -4
  981. package/dist/esm-es5/framework-delegate-56698eb0.js +0 -4
  982. package/dist/esm-es5/helpers-d57f52c8.js +0 -4
  983. package/dist/esm-es5/index-7f65e865.js +0 -4
  984. package/dist/esm-es5/index-82405a4a.js +0 -4
  985. package/dist/esm-es5/index-edf94b3b.js +0 -4
  986. package/dist/esm-es5/index-f8ad386a.js +0 -4
  987. package/dist/esm-es5/input-shims-0f3cc1c3.js +0 -4
  988. package/dist/esm-es5/input.utils-ef4d8197.js +0 -4
  989. package/dist/esm-es5/ionic-global-d7017fd9.js +0 -4
  990. package/dist/esm-es5/ios.transition-4b9fe79e.js +0 -4
  991. package/dist/esm-es5/keyboard-584d2e6f.js +0 -4
  992. package/dist/esm-es5/keyboard-controller-9c9c2301.js +0 -4
  993. package/dist/esm-es5/list-6524700c.js +0 -4
  994. package/dist/esm-es5/md.transition-a71dc418.js +0 -4
  995. package/dist/esm-es5/notch-controller-4d9a7b28.js +0 -4
  996. package/dist/esm-es5/overlays-9da9aef5.js +0 -4
  997. package/dist/esm-es5/status-tap-82f51b25.js +0 -4
  998. package/dist/esm-es5/swipe-back-c5709ce5.js +0 -4
  999. package/dist/esm-es5/x-a64bcd9f.js +0 -4
  1000. package/dist/ionic/p-01d80901.system.js +0 -4
  1001. package/dist/ionic/p-027d729e.entry.js +0 -4
  1002. package/dist/ionic/p-036e1c5b.entry.js +0 -4
  1003. package/dist/ionic/p-06ec4706.js +0 -4
  1004. package/dist/ionic/p-08df90cf.system.js +0 -4
  1005. package/dist/ionic/p-08f1ef0c.entry.js +0 -4
  1006. package/dist/ionic/p-0a701833.entry.js +0 -4
  1007. package/dist/ionic/p-0ade0499.system.entry.js +0 -4
  1008. package/dist/ionic/p-1037b7dd.js +0 -4
  1009. package/dist/ionic/p-11915ee9.system.entry.js +0 -4
  1010. package/dist/ionic/p-12e3e308.entry.js +0 -4
  1011. package/dist/ionic/p-14719a77.entry.js +0 -4
  1012. package/dist/ionic/p-15d007ee.system.entry.js +0 -4
  1013. package/dist/ionic/p-15d51b10.js +0 -4
  1014. package/dist/ionic/p-221e5078.system.js +0 -4
  1015. package/dist/ionic/p-243adf8c.js +0 -4
  1016. package/dist/ionic/p-26f7c080.system.js +0 -4
  1017. package/dist/ionic/p-28d04212.system.js +0 -4
  1018. package/dist/ionic/p-291dc0b3.system.entry.js +0 -4
  1019. package/dist/ionic/p-29d6d1fc.system.entry.js +0 -4
  1020. package/dist/ionic/p-2a559ac6.js +0 -4
  1021. package/dist/ionic/p-2a79e451.entry.js +0 -4
  1022. package/dist/ionic/p-2c368e32.entry.js +0 -4
  1023. package/dist/ionic/p-2d621d56.system.entry.js +0 -4
  1024. package/dist/ionic/p-2da8c20c.system.entry.js +0 -4
  1025. package/dist/ionic/p-334c09da.entry.js +0 -4
  1026. package/dist/ionic/p-33a1d951.system.entry.js +0 -4
  1027. package/dist/ionic/p-36bdcfc4.js +0 -4
  1028. package/dist/ionic/p-388ac217.js +0 -4
  1029. package/dist/ionic/p-39c02066.system.entry.js +0 -4
  1030. package/dist/ionic/p-3ca5196c.js +0 -4
  1031. package/dist/ionic/p-3d9cad0b.system.entry.js +0 -4
  1032. package/dist/ionic/p-413a936c.entry.js +0 -4
  1033. package/dist/ionic/p-419fac38.entry.js +0 -4
  1034. package/dist/ionic/p-429dd2b5.system.js +0 -4
  1035. package/dist/ionic/p-434c7348.system.entry.js +0 -4
  1036. package/dist/ionic/p-45e150eb.js +0 -4
  1037. package/dist/ionic/p-46787abb.system.js +0 -4
  1038. package/dist/ionic/p-46cc2492.system.js +0 -4
  1039. package/dist/ionic/p-49a3fc76.entry.js +0 -4
  1040. package/dist/ionic/p-49d80815.entry.js +0 -4
  1041. package/dist/ionic/p-4a9b61ed.system.entry.js +0 -4
  1042. package/dist/ionic/p-4c251d59.entry.js +0 -4
  1043. package/dist/ionic/p-4d000ec5.entry.js +0 -4
  1044. package/dist/ionic/p-4e202665.js +0 -4
  1045. package/dist/ionic/p-4ea10a10.entry.js +0 -4
  1046. package/dist/ionic/p-4feea938.entry.js +0 -4
  1047. package/dist/ionic/p-5468bfbf.entry.js +0 -4
  1048. package/dist/ionic/p-5655419d.system.entry.js +0 -4
  1049. package/dist/ionic/p-5b57d327.system.js +0 -4
  1050. package/dist/ionic/p-5ce35a03.js +0 -4
  1051. package/dist/ionic/p-5dc2a7c6.entry.js +0 -4
  1052. package/dist/ionic/p-607c9c33.js +0 -4
  1053. package/dist/ionic/p-6320cbc1.system.entry.js +0 -4
  1054. package/dist/ionic/p-643e2eb8.js +0 -4
  1055. package/dist/ionic/p-660f3b98.entry.js +0 -4
  1056. package/dist/ionic/p-68f3fa48.system.entry.js +0 -4
  1057. package/dist/ionic/p-69e54172.js +0 -4
  1058. package/dist/ionic/p-6a0dd6bc.js +0 -4
  1059. package/dist/ionic/p-6ad6d594.js +0 -4
  1060. package/dist/ionic/p-6d9e1887.system.entry.js +0 -4
  1061. package/dist/ionic/p-6ecebfc6.entry.js +0 -4
  1062. package/dist/ionic/p-70c6cd75.system.js +0 -4
  1063. package/dist/ionic/p-71e8ffdd.system.js +0 -4
  1064. package/dist/ionic/p-726b9197.system.entry.js +0 -4
  1065. package/dist/ionic/p-73e32456.system.js +0 -4
  1066. package/dist/ionic/p-7759fac2.system.entry.js +0 -4
  1067. package/dist/ionic/p-7ebc381e.entry.js +0 -4
  1068. package/dist/ionic/p-80342c88.system.entry.js +0 -4
  1069. package/dist/ionic/p-82832f09.system.entry.js +0 -4
  1070. package/dist/ionic/p-83d5ee25.entry.js +0 -4
  1071. package/dist/ionic/p-8421aedf.js +0 -4
  1072. package/dist/ionic/p-846dd10a.entry.js +0 -4
  1073. package/dist/ionic/p-90089868.system.entry.js +0 -4
  1074. package/dist/ionic/p-9152f6a3.system.entry.js +0 -4
  1075. package/dist/ionic/p-92b48263.entry.js +0 -4
  1076. package/dist/ionic/p-931dc464.entry.js +0 -4
  1077. package/dist/ionic/p-95e22fa9.entry.js +0 -4
  1078. package/dist/ionic/p-9a9eb866.entry.js +0 -4
  1079. package/dist/ionic/p-9c526519.entry.js +0 -4
  1080. package/dist/ionic/p-9e4ede77.system.entry.js +0 -4
  1081. package/dist/ionic/p-9e8e25e4.system.js +0 -4
  1082. package/dist/ionic/p-9e9bff83.system.js +0 -4
  1083. package/dist/ionic/p-9f51595b.entry.js +0 -4
  1084. package/dist/ionic/p-a4df1928.entry.js +0 -4
  1085. package/dist/ionic/p-a6aaef61.system.entry.js +0 -4
  1086. package/dist/ionic/p-a856dbc6.entry.js +0 -4
  1087. package/dist/ionic/p-a9af4103.js +0 -4
  1088. package/dist/ionic/p-aacc6ddd.system.js +0 -5
  1089. package/dist/ionic/p-ab6e0f02.system.entry.js +0 -4
  1090. package/dist/ionic/p-ac64cba5.entry.js +0 -4
  1091. package/dist/ionic/p-adaa7af1.entry.js +0 -4
  1092. package/dist/ionic/p-b0e10591.entry.js +0 -4
  1093. package/dist/ionic/p-b14c601a.entry.js +0 -4
  1094. package/dist/ionic/p-b19a9aa9.system.js +0 -4
  1095. package/dist/ionic/p-b297c7b5.system.js +0 -4
  1096. package/dist/ionic/p-b6fc8ee2.system.entry.js +0 -4
  1097. package/dist/ionic/p-ba3ddec4.js +0 -4
  1098. package/dist/ionic/p-bd50f24e.system.entry.js +0 -4
  1099. package/dist/ionic/p-c248c88d.system.js +0 -4
  1100. package/dist/ionic/p-c2a4c5c5.system.entry.js +0 -4
  1101. package/dist/ionic/p-c6191942.js +0 -4
  1102. package/dist/ionic/p-c6e47379.entry.js +0 -4
  1103. package/dist/ionic/p-c7e967c0.system.entry.js +0 -4
  1104. package/dist/ionic/p-c8097757.system.entry.js +0 -4
  1105. package/dist/ionic/p-cb131dda.system.entry.js +0 -4
  1106. package/dist/ionic/p-cb8800fe.system.entry.js +0 -4
  1107. package/dist/ionic/p-cf2f1ede.entry.js +0 -4
  1108. package/dist/ionic/p-d0259f44.system.js +0 -4
  1109. package/dist/ionic/p-d085c881.system.entry.js +0 -4
  1110. package/dist/ionic/p-d0953ec9.system.entry.js +0 -4
  1111. package/dist/ionic/p-d0b7fe70.entry.js +0 -4
  1112. package/dist/ionic/p-d10313a6.system.js +0 -4
  1113. package/dist/ionic/p-d2a55f0a.system.entry.js +0 -4
  1114. package/dist/ionic/p-d2ef848a.entry.js +0 -4
  1115. package/dist/ionic/p-d346c889.system.entry.js +0 -4
  1116. package/dist/ionic/p-da968066.entry.js +0 -4
  1117. package/dist/ionic/p-db8aeb40.system.js +0 -4
  1118. package/dist/ionic/p-dd50ef12.js +0 -4
  1119. package/dist/ionic/p-e270862e.js +0 -4
  1120. package/dist/ionic/p-e3b70846.system.js +0 -4
  1121. package/dist/ionic/p-e5239905.system.entry.js +0 -4
  1122. package/dist/ionic/p-e7546060.entry.js +0 -4
  1123. package/dist/ionic/p-eb376af4.entry.js +0 -4
  1124. package/dist/ionic/p-ee091b80.system.entry.js +0 -4
  1125. package/dist/ionic/p-eeb60a8f.entry.js +0 -4
  1126. package/dist/ionic/p-f065578f.js +0 -4
  1127. package/dist/ionic/p-f41914c0.system.entry.js +0 -4
  1128. package/dist/ionic/p-f4ae533b.js +0 -4
  1129. package/dist/ionic/p-f61ce679.js +0 -4
  1130. package/dist/ionic/p-f63f81aa.system.entry.js +0 -4
  1131. package/dist/ionic/p-f670192b.system.entry.js +0 -4
  1132. package/dist/ionic/p-fac985b6.system.entry.js +0 -4
  1133. package/dist/ionic/p-fb0c3efa.entry.js +0 -4
  1134. package/dist/ionic/p-fbcb3139.entry.js +0 -4
  1135. package/dist/ionic/p-fbcf9790.system.entry.js +0 -4
  1136. /package/dist/collection/components/{refresher-content/refresher-content.css → input-password-toggle/input-password-toggle.css} +0 -0
@@ -82,21 +82,17 @@ export namespace Components {
82
82
  */
83
83
  "disabled": boolean;
84
84
  /**
85
- * The mode determines the platform behaviors of the component.
85
+ * The mode determines which platform styles to use.
86
86
  */
87
87
  "mode"?: "ios" | "md";
88
88
  /**
89
89
  * If `true`, the accordion cannot be interacted with, but does not alter the opacity.
90
90
  */
91
91
  "readonly": boolean;
92
- /**
93
- * The theme determines the visual appearance of the component.
94
- */
95
- "theme"?: "ios" | "md" | "ionic";
96
92
  /**
97
93
  * The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
98
94
  */
99
- "toggleIcon"?: string;
95
+ "toggleIcon": string;
100
96
  /**
101
97
  * The slot inside of `ion-item` to place the toggle icon. Defaults to `"end"`.
102
98
  */
@@ -121,7 +117,7 @@ export namespace Components {
121
117
  "expand": 'compact' | 'inset';
122
118
  "getAccordions": () => Promise<HTMLIonAccordionElement[]>;
123
119
  /**
124
- * The mode determines the platform behaviors of the component.
120
+ * The mode determines which platform styles to use.
125
121
  */
126
122
  "mode"?: "ios" | "md";
127
123
  /**
@@ -136,10 +132,6 @@ export namespace Components {
136
132
  * 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.
137
133
  */
138
134
  "requestAccordionToggle": (accordionValue: string | undefined, accordionExpand: boolean) => Promise<void>;
139
- /**
140
- * The theme determines the visual appearance of the component.
141
- */
142
- "theme"?: "ios" | "md" | "ionic";
143
135
  /**
144
136
  * The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
145
137
  */
@@ -195,7 +187,7 @@ export namespace Components {
195
187
  */
196
188
  "leaveAnimation"?: AnimationBuilder;
197
189
  /**
198
- * The mode determines the platform behaviors of the component.
190
+ * The mode determines which platform styles to use.
199
191
  */
200
192
  "mode"?: "ios" | "md";
201
193
  /**
@@ -216,11 +208,7 @@ export namespace Components {
216
208
  */
217
209
  "subHeader"?: string;
218
210
  /**
219
- * The theme determines the visual appearance of the component.
220
- */
221
- "theme"?: "ios" | "md" | "ionic";
222
- /**
223
- * 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).
211
+ * 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).
224
212
  */
225
213
  "translucent": boolean;
226
214
  /**
@@ -286,7 +274,7 @@ export namespace Components {
286
274
  */
287
275
  "message"?: string | IonicSafeString;
288
276
  /**
289
- * The mode determines the platform behaviors of the component.
277
+ * The mode determines which platform styles to use.
290
278
  */
291
279
  "mode"?: "ios" | "md";
292
280
  /**
@@ -307,11 +295,7 @@ export namespace Components {
307
295
  */
308
296
  "subHeader"?: string;
309
297
  /**
310
- * The theme determines the visual appearance of the component.
311
- */
312
- "theme"?: "ios" | "md" | "ionic";
313
- /**
314
- * 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).
298
+ * 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).
315
299
  */
316
300
  "translucent": boolean;
317
301
  /**
@@ -321,32 +305,11 @@ export namespace Components {
321
305
  }
322
306
  interface IonApp {
323
307
  /**
324
- * The mode determines the platform behaviors of the component.
308
+ * 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.)
325
309
  */
326
- "mode"?: "ios" | "md";
327
310
  "setFocus": (elements: HTMLElement[]) => Promise<void>;
328
- /**
329
- * The theme determines the visual appearance of the component.
330
- */
331
- "theme"?: "ios" | "md" | "ionic";
332
311
  }
333
312
  interface IonAvatar {
334
- /**
335
- * The mode determines the platform behaviors of the component.
336
- */
337
- "mode"?: "ios" | "md";
338
- /**
339
- * 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.
340
- */
341
- "shape"?: 'soft' | 'round' | 'rectangular';
342
- /**
343
- * 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.
344
- */
345
- "size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
346
- /**
347
- * The theme determines the visual appearance of the component.
348
- */
349
- "theme"?: "ios" | "md" | "ionic";
350
313
  }
351
314
  interface IonBackButton {
352
315
  /**
@@ -366,7 +329,7 @@ export namespace Components {
366
329
  */
367
330
  "icon"?: string | null;
368
331
  /**
369
- * The mode determines the platform behaviors of the component.
332
+ * The mode determines which platform styles to use.
370
333
  */
371
334
  "mode"?: "ios" | "md";
372
335
  /**
@@ -377,20 +340,12 @@ export namespace Components {
377
340
  * The text to display in the back button.
378
341
  */
379
342
  "text"?: string | null;
380
- /**
381
- * The theme determines the visual appearance of the component.
382
- */
383
- "theme"?: "ios" | "md" | "ionic";
384
343
  /**
385
344
  * The type of the button.
386
345
  */
387
346
  "type": 'submit' | 'reset' | 'button';
388
347
  }
389
348
  interface IonBackdrop {
390
- /**
391
- * The mode determines the platform behaviors of the component.
392
- */
393
- "mode"?: "ios" | "md";
394
349
  /**
395
350
  * If `true`, the backdrop will stop propagation on tap.
396
351
  */
@@ -399,10 +354,6 @@ export namespace Components {
399
354
  * If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.
400
355
  */
401
356
  "tappable": boolean;
402
- /**
403
- * The theme determines the visual appearance of the component.
404
- */
405
- "theme"?: "ios" | "md" | "ionic";
406
357
  /**
407
358
  * If `true`, the backdrop will be visible.
408
359
  */
@@ -414,21 +365,9 @@ export namespace Components {
414
365
  */
415
366
  "color"?: Color;
416
367
  /**
417
- * The mode determines the platform behaviors of the component.
368
+ * The mode determines which platform styles to use.
418
369
  */
419
370
  "mode"?: "ios" | "md";
420
- /**
421
- * 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.
422
- */
423
- "shape"?: 'soft' | 'round | rectangular';
424
- /**
425
- * Set to `"xxsmall"` for the smallest badge. Set to "xsmall" for a very small badge. Set to `"small"` for a small badge. Set to "medium" for a medium badge. Set to "large" for a large badge. Set to `"xlarge"` for the largest badge. Defaults to `"small"` for the `ionic` theme, undefined for all other themes.
426
- */
427
- "size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
428
- /**
429
- * The theme determines the visual appearance of the component.
430
- */
431
- "theme"?: "ios" | "md" | "ionic";
432
371
  }
433
372
  interface IonBreadcrumb {
434
373
  /**
@@ -454,7 +393,7 @@ export namespace Components {
454
393
  "href": string | undefined;
455
394
  "last": boolean;
456
395
  /**
457
- * The mode determines the platform behaviors of the component.
396
+ * The mode determines which platform styles to use.
458
397
  */
459
398
  "mode"?: "ios" | "md";
460
399
  /**
@@ -478,10 +417,6 @@ export namespace Components {
478
417
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
479
418
  */
480
419
  "target": string | undefined;
481
- /**
482
- * The theme determines the visual appearance of the component.
483
- */
484
- "theme"?: "ios" | "md" | "ionic";
485
420
  }
486
421
  interface IonBreadcrumbs {
487
422
  /**
@@ -501,13 +436,9 @@ export namespace Components {
501
436
  */
502
437
  "maxItems"?: number;
503
438
  /**
504
- * The mode determines the platform behaviors of the component.
439
+ * The mode determines which platform styles to use.
505
440
  */
506
441
  "mode"?: "ios" | "md";
507
- /**
508
- * The theme determines the visual appearance of the component.
509
- */
510
- "theme"?: "ios" | "md" | "ionic";
511
442
  }
512
443
  interface IonButton {
513
444
  /**
@@ -543,7 +474,7 @@ export namespace Components {
543
474
  */
544
475
  "href": string | undefined;
545
476
  /**
546
- * The mode determines the platform behaviors of the component.
477
+ * The mode determines which platform styles to use.
547
478
  */
548
479
  "mode"?: "ios" | "md";
549
480
  /**
@@ -559,13 +490,13 @@ export namespace Components {
559
490
  */
560
491
  "routerDirection": RouterDirection;
561
492
  /**
562
- * 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.
493
+ * Set to `"round"` for a button with more rounded corners.
563
494
  */
564
- "shape"?: 'soft' | 'round' | 'rectangular';
495
+ "shape"?: 'round';
565
496
  /**
566
497
  * 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.
567
498
  */
568
- "size"?: 'xsmall' | 'small' | 'default' | 'large' | 'xlarge';
499
+ "size"?: 'small' | 'default' | 'large';
569
500
  /**
570
501
  * If `true`, activates a button with a heavier font weight.
571
502
  */
@@ -574,10 +505,6 @@ export namespace Components {
574
505
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
575
506
  */
576
507
  "target": string | undefined;
577
- /**
578
- * The theme determines the visual appearance of the component.
579
- */
580
- "theme"?: "ios" | "md" | "ionic";
581
508
  /**
582
509
  * The type of the button.
583
510
  */
@@ -585,17 +512,9 @@ export namespace Components {
585
512
  }
586
513
  interface IonButtons {
587
514
  /**
588
- * 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)
515
+ * 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)
589
516
  */
590
517
  "collapse": boolean;
591
- /**
592
- * The mode determines the platform behaviors of the component.
593
- */
594
- "mode"?: "ios" | "md";
595
- /**
596
- * The theme determines the visual appearance of the component.
597
- */
598
- "theme"?: "ios" | "md" | "ionic";
599
518
  }
600
519
  interface IonCard {
601
520
  /**
@@ -619,7 +538,7 @@ export namespace Components {
619
538
  */
620
539
  "href": string | undefined;
621
540
  /**
622
- * The mode determines the platform behaviors of the component.
541
+ * The mode determines which platform styles to use.
623
542
  */
624
543
  "mode"?: "ios" | "md";
625
544
  /**
@@ -634,18 +553,10 @@ export namespace Components {
634
553
  * When using a router, it specifies the transition direction when navigating to another page using `href`.
635
554
  */
636
555
  "routerDirection": RouterDirection;
637
- /**
638
- * 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"`.
639
- */
640
- "shape"?: 'soft' | 'round' | 'rectangular';
641
556
  /**
642
557
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
643
558
  */
644
559
  "target": string | undefined;
645
- /**
646
- * The theme determines the visual appearance of the component.
647
- */
648
- "theme"?: "ios" | "md" | "ionic";
649
560
  /**
650
561
  * The type of the button. Only used when an `onclick` or `button` property is present.
651
562
  */
@@ -653,13 +564,9 @@ export namespace Components {
653
564
  }
654
565
  interface IonCardContent {
655
566
  /**
656
- * The mode determines the platform behaviors of the component.
567
+ * The mode determines which platform styles to use.
657
568
  */
658
569
  "mode"?: "ios" | "md";
659
- /**
660
- * The theme determines the visual appearance of the component.
661
- */
662
- "theme"?: "ios" | "md" | "ionic";
663
570
  }
664
571
  interface IonCardHeader {
665
572
  /**
@@ -667,15 +574,11 @@ export namespace Components {
667
574
  */
668
575
  "color"?: Color;
669
576
  /**
670
- * The mode determines the platform behaviors of the component.
577
+ * The mode determines which platform styles to use.
671
578
  */
672
579
  "mode"?: "ios" | "md";
673
580
  /**
674
- * The theme determines the visual appearance of the component.
675
- */
676
- "theme"?: "ios" | "md" | "ionic";
677
- /**
678
- * 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).
581
+ * 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).
679
582
  */
680
583
  "translucent": boolean;
681
584
  }
@@ -685,13 +588,9 @@ export namespace Components {
685
588
  */
686
589
  "color"?: Color;
687
590
  /**
688
- * The mode determines the platform behaviors of the component.
591
+ * The mode determines which platform styles to use.
689
592
  */
690
593
  "mode"?: "ios" | "md";
691
- /**
692
- * The theme determines the visual appearance of the component.
693
- */
694
- "theme"?: "ios" | "md" | "ionic";
695
594
  }
696
595
  interface IonCardTitle {
697
596
  /**
@@ -699,13 +598,9 @@ export namespace Components {
699
598
  */
700
599
  "color"?: Color;
701
600
  /**
702
- * The mode determines the platform behaviors of the component.
601
+ * The mode determines which platform styles to use.
703
602
  */
704
603
  "mode"?: "ios" | "md";
705
- /**
706
- * The theme determines the visual appearance of the component.
707
- */
708
- "theme"?: "ios" | "md" | "ionic";
709
604
  }
710
605
  interface IonCheckbox {
711
606
  /**
@@ -737,25 +632,13 @@ export namespace Components {
737
632
  */
738
633
  "labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
739
634
  /**
740
- * The mode determines the platform behaviors of the component.
635
+ * The mode determines which platform styles to use.
741
636
  */
742
637
  "mode"?: "ios" | "md";
743
638
  /**
744
639
  * The name of the control, which is submitted with the form data.
745
640
  */
746
641
  "name": string;
747
- /**
748
- * Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
749
- */
750
- "shape"?: 'soft' | 'rectangular';
751
- /**
752
- * Set to `"small"` for a checkbox with less height and padding.
753
- */
754
- "size"?: 'small';
755
- /**
756
- * The theme determines the visual appearance of the component.
757
- */
758
- "theme"?: "ios" | "md" | "ionic";
759
642
  /**
760
643
  * 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>`.
761
644
  */
@@ -771,31 +654,15 @@ export namespace Components {
771
654
  */
772
655
  "disabled": boolean;
773
656
  /**
774
- * The mode determines the platform behaviors of the component.
657
+ * The mode determines which platform styles to use.
775
658
  */
776
659
  "mode"?: "ios" | "md";
777
660
  /**
778
661
  * Display an outline style button.
779
662
  */
780
663
  "outline": boolean;
781
- /**
782
- * 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.
783
- */
784
- "shape"?: 'soft' | 'round' | 'rectangular';
785
- /**
786
- * Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
787
- */
788
- "size"?: 'small' | 'large';
789
- /**
790
- * The theme determines the visual appearance of the component.
791
- */
792
- "theme"?: "ios" | "md" | "ionic";
793
664
  }
794
665
  interface IonCol {
795
- /**
796
- * The mode determines the platform behaviors of the component.
797
- */
798
- "mode"?: "ios" | "md";
799
666
  /**
800
667
  * The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
801
668
  */
@@ -892,10 +759,6 @@ export namespace Components {
892
759
  * 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.
893
760
  */
894
761
  "sizeXs"?: string;
895
- /**
896
- * The theme determines the visual appearance of the component.
897
- */
898
- "theme"?: "ios" | "md" | "ionic";
899
762
  }
900
763
  interface IonContent {
901
764
  /**
@@ -922,10 +785,6 @@ export namespace Components {
922
785
  * 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.
923
786
  */
924
787
  "getScrollElement": () => Promise<HTMLElement>;
925
- /**
926
- * The mode determines the platform behaviors of the component.
927
- */
928
- "mode"?: "ios" | "md";
929
788
  /**
930
789
  * Scroll by a specified X/Y distance in the component.
931
790
  * @param x The amount to scroll by on the horizontal axis.
@@ -962,10 +821,6 @@ export namespace Components {
962
821
  * If you want to disable the content scrolling in the Y axis, set this property to `false`.
963
822
  */
964
823
  "scrollY": boolean;
965
- /**
966
- * The theme determines the visual appearance of the component.
967
- */
968
- "theme"?: "ios" | "md" | "ionic";
969
824
  }
970
825
  interface IonDatetime {
971
826
  /**
@@ -1041,7 +896,7 @@ export namespace Components {
1041
896
  */
1042
897
  "minuteValues"?: number[] | number | string;
1043
898
  /**
1044
- * The mode determines the platform behaviors of the component.
899
+ * The mode determines which platform styles to use.
1045
900
  */
1046
901
  "mode"?: "ios" | "md";
1047
902
  /**
@@ -1092,10 +947,6 @@ export namespace Components {
1092
947
  * If `cover`, the `ion-datetime` will expand to cover the full width of its container. If `fixed`, the `ion-datetime` will have a fixed width.
1093
948
  */
1094
949
  "size": 'cover' | 'fixed';
1095
- /**
1096
- * The theme determines the visual appearance of the component.
1097
- */
1098
- "theme"?: "ios" | "md" | "ionic";
1099
950
  /**
1100
951
  * 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.
1101
952
  */
@@ -1123,13 +974,9 @@ export namespace Components {
1123
974
  */
1124
975
  "disabled": boolean;
1125
976
  /**
1126
- * The mode determines the platform behaviors of the component.
977
+ * The mode determines which platform styles to use.
1127
978
  */
1128
979
  "mode"?: "ios" | "md";
1129
- /**
1130
- * The theme determines the visual appearance of the component.
1131
- */
1132
- "theme"?: "ios" | "md" | "ionic";
1133
980
  }
1134
981
  interface IonFab {
1135
982
  /**
@@ -1148,14 +995,6 @@ export namespace Components {
1148
995
  * Where to align the fab horizontally in the viewport.
1149
996
  */
1150
997
  "horizontal"?: 'start' | 'end' | 'center';
1151
- /**
1152
- * The mode determines the platform behaviors of the component.
1153
- */
1154
- "mode"?: "ios" | "md";
1155
- /**
1156
- * The theme determines the visual appearance of the component.
1157
- */
1158
- "theme"?: "ios" | "md" | "ionic";
1159
998
  /**
1160
999
  * Opens/Closes the FAB list container.
1161
1000
  */
@@ -1173,7 +1012,7 @@ export namespace Components {
1173
1012
  /**
1174
1013
  * 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.
1175
1014
  */
1176
- "closeIcon"?: string;
1015
+ "closeIcon": string;
1177
1016
  /**
1178
1017
  * 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).
1179
1018
  */
@@ -1191,7 +1030,7 @@ export namespace Components {
1191
1030
  */
1192
1031
  "href": string | undefined;
1193
1032
  /**
1194
- * The mode determines the platform behaviors of the component.
1033
+ * The mode determines which platform styles to use.
1195
1034
  */
1196
1035
  "mode"?: "ios" | "md";
1197
1036
  /**
@@ -1219,11 +1058,7 @@ export namespace Components {
1219
1058
  */
1220
1059
  "target": string | undefined;
1221
1060
  /**
1222
- * The theme determines the visual appearance of the component.
1223
- */
1224
- "theme"?: "ios" | "md" | "ionic";
1225
- /**
1226
- * 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).
1061
+ * 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).
1227
1062
  */
1228
1063
  "translucent": boolean;
1229
1064
  /**
@@ -1236,34 +1071,22 @@ export namespace Components {
1236
1071
  * If `true`, the fab list will show all fab buttons in the list.
1237
1072
  */
1238
1073
  "activated": boolean;
1239
- /**
1240
- * The mode determines the platform behaviors of the component.
1241
- */
1242
- "mode"?: "ios" | "md";
1243
1074
  /**
1244
1075
  * The side the fab list will show on relative to the main fab button.
1245
1076
  */
1246
1077
  "side": 'start' | 'end' | 'top' | 'bottom';
1247
- /**
1248
- * The theme determines the visual appearance of the component.
1249
- */
1250
- "theme"?: "ios" | "md" | "ionic";
1251
1078
  }
1252
1079
  interface IonFooter {
1253
1080
  /**
1254
- * Describes the scroll effect that will be applied to the footer. Only applies when the theme is `"ios"`.
1081
+ * Describes the scroll effect that will be applied to the footer. Only applies in iOS mode.
1255
1082
  */
1256
1083
  "collapse"?: 'fade';
1257
1084
  /**
1258
- * The mode determines the platform behaviors of the component.
1085
+ * The mode determines which platform styles to use.
1259
1086
  */
1260
1087
  "mode"?: "ios" | "md";
1261
1088
  /**
1262
- * The theme determines the visual appearance of the component.
1263
- */
1264
- "theme"?: "ios" | "md" | "ionic";
1265
- /**
1266
- * 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.
1089
+ * 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.
1267
1090
  */
1268
1091
  "translucent": boolean;
1269
1092
  }
@@ -1272,34 +1095,18 @@ export namespace Components {
1272
1095
  * If `true`, the grid will have a fixed width based on the screen size.
1273
1096
  */
1274
1097
  "fixed": boolean;
1275
- /**
1276
- * The mode determines the platform behaviors of the component.
1277
- */
1278
- "mode"?: "ios" | "md";
1279
- /**
1280
- * The theme determines the visual appearance of the component.
1281
- */
1282
- "theme"?: "ios" | "md" | "ionic";
1283
1098
  }
1284
1099
  interface IonHeader {
1285
1100
  /**
1286
- * 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)
1101
+ * 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)
1287
1102
  */
1288
1103
  "collapse"?: 'condense' | 'fade';
1289
1104
  /**
1290
- * If `true`, the header will have a line at the bottom. TODO(ROU-10855): add support for this prop on ios/md themes
1291
- */
1292
- "divider": boolean;
1293
- /**
1294
- * The mode determines the platform behaviors of the component.
1105
+ * The mode determines which platform styles to use.
1295
1106
  */
1296
1107
  "mode"?: "ios" | "md";
1297
1108
  /**
1298
- * The theme determines the visual appearance of the component.
1299
- */
1300
- "theme"?: "ios" | "md" | "ionic";
1301
- /**
1302
- * If `true`, the header will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility). Note: In order to scroll content behind the header, the `fullscreen` attribute needs to be set on the content.
1109
+ * 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.
1303
1110
  */
1304
1111
  "translucent": boolean;
1305
1112
  }
@@ -1308,18 +1115,10 @@ export namespace Components {
1308
1115
  * 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.
1309
1116
  */
1310
1117
  "alt"?: string;
1311
- /**
1312
- * The mode determines the platform behaviors of the component.
1313
- */
1314
- "mode"?: "ios" | "md";
1315
1118
  /**
1316
1119
  * The image URL. This attribute is mandatory for the `<img>` element.
1317
1120
  */
1318
1121
  "src"?: string;
1319
- /**
1320
- * The theme determines the visual appearance of the component.
1321
- */
1322
- "theme"?: "ios" | "md" | "ionic";
1323
1122
  }
1324
1123
  interface IonInfiniteScroll {
1325
1124
  /**
@@ -1330,18 +1129,10 @@ export namespace Components {
1330
1129
  * If `true`, the infinite scroll will be hidden and scroll event listeners will be removed. Set this to true to disable the infinite scroll from actively trying to receive new data while scrolling. This is useful when it is known that there is no more data that can be added, and the infinite scroll is no longer needed.
1331
1130
  */
1332
1131
  "disabled": boolean;
1333
- /**
1334
- * The mode determines the platform behaviors of the component.
1335
- */
1336
- "mode"?: "ios" | "md";
1337
1132
  /**
1338
1133
  * The position of the infinite scroll element. The value can be either `top` or `bottom`.
1339
1134
  */
1340
1135
  "position": 'top' | 'bottom';
1341
- /**
1342
- * The theme determines the visual appearance of the component.
1343
- */
1344
- "theme"?: "ios" | "md" | "ionic";
1345
1136
  /**
1346
1137
  * 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.
1347
1138
  */
@@ -1356,14 +1147,6 @@ export namespace Components {
1356
1147
  * 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.
1357
1148
  */
1358
1149
  "loadingText"?: string | IonicSafeString;
1359
- /**
1360
- * The mode determines the platform behaviors of the component.
1361
- */
1362
- "mode"?: "ios" | "md";
1363
- /**
1364
- * The theme determines the visual appearance of the component.
1365
- */
1366
- "theme"?: "ios" | "md" | "ionic";
1367
1150
  }
1368
1151
  interface IonInput {
1369
1152
  /**
@@ -1423,7 +1206,7 @@ export namespace Components {
1423
1206
  */
1424
1207
  "errorText"?: string;
1425
1208
  /**
1426
- * 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"`.
1209
+ * 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.
1427
1210
  */
1428
1211
  "fill"?: 'outline' | 'solid';
1429
1212
  /**
@@ -1443,9 +1226,9 @@ export namespace Components {
1443
1226
  */
1444
1227
  "label"?: string;
1445
1228
  /**
1446
- * 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.
1229
+ * 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 ("...").
1447
1230
  */
1448
- "labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
1231
+ "labelPlacement": 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
1449
1232
  /**
1450
1233
  * The maximum value, which must not be less than its minimum (min attribute) value.
1451
1234
  */
@@ -1463,7 +1246,7 @@ export namespace Components {
1463
1246
  */
1464
1247
  "minlength"?: number;
1465
1248
  /**
1466
- * The mode determines the platform behaviors of the component.
1249
+ * The mode determines which platform styles to use.
1467
1250
  */
1468
1251
  "mode"?: "ios" | "md";
1469
1252
  /**
@@ -1495,13 +1278,9 @@ export namespace Components {
1495
1278
  */
1496
1279
  "setFocus": () => Promise<void>;
1497
1280
  /**
1498
- * 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"`.
1281
+ * The shape of the input. If "round" it will have an increased border radius.
1499
1282
  */
1500
- "shape"?: 'soft' | 'round' | 'rectangular';
1501
- /**
1502
- * 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.
1503
- */
1504
- "size"?: 'medium' | 'large' | 'xlarge';
1283
+ "shape"?: 'round';
1505
1284
  /**
1506
1285
  * If `true`, the element will have its spelling and grammar checked.
1507
1286
  */
@@ -1510,10 +1289,6 @@ export namespace Components {
1510
1289
  * 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.
1511
1290
  */
1512
1291
  "step"?: string;
1513
- /**
1514
- * The theme determines the visual appearance of the component.
1515
- */
1516
- "theme"?: "ios" | "md" | "ionic";
1517
1292
  /**
1518
1293
  * The type of control to display. The default type is text.
1519
1294
  */
@@ -1552,13 +1327,13 @@ export namespace Components {
1552
1327
  */
1553
1328
  "color"?: Color;
1554
1329
  /**
1555
- * 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.
1330
+ * 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.
1556
1331
  */
1557
1332
  "detail"?: boolean;
1558
1333
  /**
1559
1334
  * The icon to use when `detail` is set to `true`.
1560
1335
  */
1561
- "detailIcon"?: string;
1336
+ "detailIcon": string;
1562
1337
  /**
1563
1338
  * If `true`, the user cannot interact with the item.
1564
1339
  */
@@ -1576,7 +1351,7 @@ export namespace Components {
1576
1351
  */
1577
1352
  "lines"?: 'full' | 'inset' | 'none';
1578
1353
  /**
1579
- * The mode determines the platform behaviors of the component.
1354
+ * The mode determines which platform styles to use.
1580
1355
  */
1581
1356
  "mode"?: "ios" | "md";
1582
1357
  /**
@@ -1595,10 +1370,6 @@ export namespace Components {
1595
1370
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
1596
1371
  */
1597
1372
  "target": string | undefined;
1598
- /**
1599
- * The theme determines the visual appearance of the component.
1600
- */
1601
- "theme"?: "ios" | "md" | "ionic";
1602
1373
  /**
1603
1374
  * The type of the button. Only used when an `onclick` or `button` property is present.
1604
1375
  */
@@ -1610,27 +1381,15 @@ export namespace Components {
1610
1381
  */
1611
1382
  "color"?: Color;
1612
1383
  /**
1613
- * The mode determines the platform behaviors of the component.
1384
+ * The mode determines which platform styles to use.
1614
1385
  */
1615
1386
  "mode"?: "ios" | "md";
1616
1387
  /**
1617
1388
  * When it's set to `true`, the item-divider will stay visible when it reaches the top of the viewport until the next `ion-item-divider` replaces it. This feature relies in `position:sticky`: https://caniuse.com/#feat=css-sticky
1618
1389
  */
1619
1390
  "sticky": boolean;
1620
- /**
1621
- * The theme determines the visual appearance of the component.
1622
- */
1623
- "theme"?: "ios" | "md" | "ionic";
1624
1391
  }
1625
1392
  interface IonItemGroup {
1626
- /**
1627
- * The mode determines the platform behaviors of the component.
1628
- */
1629
- "mode"?: "ios" | "md";
1630
- /**
1631
- * The theme determines the visual appearance of the component.
1632
- */
1633
- "theme"?: "ios" | "md" | "ionic";
1634
1393
  }
1635
1394
  interface IonItemOption {
1636
1395
  /**
@@ -1654,25 +1413,17 @@ export namespace Components {
1654
1413
  */
1655
1414
  "href": string | undefined;
1656
1415
  /**
1657
- * The mode determines the platform behaviors of the component.
1416
+ * The mode determines which platform styles to use.
1658
1417
  */
1659
1418
  "mode"?: "ios" | "md";
1660
1419
  /**
1661
1420
  * 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).
1662
1421
  */
1663
1422
  "rel": string | undefined;
1664
- /**
1665
- * 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.
1666
- */
1667
- "shape"?: 'soft' | 'round' | 'rectangular';
1668
1423
  /**
1669
1424
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
1670
1425
  */
1671
1426
  "target": string | undefined;
1672
- /**
1673
- * The theme determines the visual appearance of the component.
1674
- */
1675
- "theme"?: "ios" | "md" | "ionic";
1676
1427
  /**
1677
1428
  * The type of the button.
1678
1429
  */
@@ -1680,18 +1431,10 @@ export namespace Components {
1680
1431
  }
1681
1432
  interface IonItemOptions {
1682
1433
  "fireSwipeEvent": () => Promise<void>;
1683
- /**
1684
- * The mode determines the platform behaviors of the component.
1685
- */
1686
- "mode"?: "ios" | "md";
1687
1434
  /**
1688
1435
  * 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.
1689
1436
  */
1690
1437
  "side": Side;
1691
- /**
1692
- * The theme determines the visual appearance of the component.
1693
- */
1694
- "theme"?: "ios" | "md" | "ionic";
1695
1438
  }
1696
1439
  interface IonItemSliding {
1697
1440
  /**
@@ -1714,19 +1457,11 @@ export namespace Components {
1714
1457
  * 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.
1715
1458
  */
1716
1459
  "getSlidingRatio": () => Promise<number>;
1717
- /**
1718
- * The mode determines the platform behaviors of the component.
1719
- */
1720
- "mode"?: "ios" | "md";
1721
1460
  /**
1722
1461
  * Open the sliding item.
1723
1462
  * @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.
1724
1463
  */
1725
1464
  "open": (side: Side | undefined) => Promise<void>;
1726
- /**
1727
- * The theme determines the visual appearance of the component.
1728
- */
1729
- "theme"?: "ios" | "md" | "ionic";
1730
1465
  }
1731
1466
  interface IonLabel {
1732
1467
  /**
@@ -1734,17 +1469,13 @@ export namespace Components {
1734
1469
  */
1735
1470
  "color"?: Color;
1736
1471
  /**
1737
- * The mode determines the platform behaviors of the component.
1472
+ * The mode determines which platform styles to use.
1738
1473
  */
1739
1474
  "mode"?: "ios" | "md";
1740
1475
  /**
1741
1476
  * The position determines where and how the label behaves inside an item.
1742
1477
  */
1743
1478
  "position"?: 'fixed' | 'stacked' | 'floating';
1744
- /**
1745
- * The theme determines the visual appearance of the component.
1746
- */
1747
- "theme"?: "ios" | "md" | "ionic";
1748
1479
  }
1749
1480
  interface IonList {
1750
1481
  /**
@@ -1760,17 +1491,9 @@ export namespace Components {
1760
1491
  */
1761
1492
  "lines"?: 'full' | 'inset' | 'none';
1762
1493
  /**
1763
- * The mode determines the platform behaviors of the component.
1494
+ * The mode determines which platform styles to use.
1764
1495
  */
1765
1496
  "mode"?: "ios" | "md";
1766
- /**
1767
- * 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.
1768
- */
1769
- "shape"?: 'soft' | 'round' | 'rectangular';
1770
- /**
1771
- * The theme determines the visual appearance of the component.
1772
- */
1773
- "theme"?: "ios" | "md" | "ionic";
1774
1497
  }
1775
1498
  interface IonListHeader {
1776
1499
  /**
@@ -1782,13 +1505,9 @@ export namespace Components {
1782
1505
  */
1783
1506
  "lines"?: 'full' | 'inset' | 'none';
1784
1507
  /**
1785
- * The mode determines the platform behaviors of the component.
1508
+ * The mode determines which platform styles to use.
1786
1509
  */
1787
1510
  "mode"?: "ios" | "md";
1788
- /**
1789
- * The theme determines the visual appearance of the component.
1790
- */
1791
- "theme"?: "ios" | "md" | "ionic";
1792
1511
  }
1793
1512
  interface IonLoading {
1794
1513
  /**
@@ -1840,7 +1559,7 @@ export namespace Components {
1840
1559
  */
1841
1560
  "message"?: string | IonicSafeString;
1842
1561
  /**
1843
- * The mode determines the platform behaviors of the component.
1562
+ * The mode determines which platform styles to use.
1844
1563
  */
1845
1564
  "mode"?: "ios" | "md";
1846
1565
  /**
@@ -1865,11 +1584,7 @@ export namespace Components {
1865
1584
  */
1866
1585
  "spinner"?: SpinnerTypes | null;
1867
1586
  /**
1868
- * The theme determines the visual appearance of the component.
1869
- */
1870
- "theme"?: "ios" | "md" | "ionic";
1871
- /**
1872
- * 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).
1587
+ * 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).
1873
1588
  */
1874
1589
  "translucent": boolean;
1875
1590
  /**
@@ -1906,10 +1621,6 @@ export namespace Components {
1906
1621
  * An id for the menu.
1907
1622
  */
1908
1623
  "menuId"?: string;
1909
- /**
1910
- * The mode determines the platform behaviors of the component.
1911
- */
1912
- "mode"?: "ios" | "md";
1913
1624
  /**
1914
1625
  * Opens the menu. If the menu is already open or it can't be opened, it returns `false`.
1915
1626
  */
@@ -1926,10 +1637,6 @@ export namespace Components {
1926
1637
  * If `true`, swiping the menu is enabled.
1927
1638
  */
1928
1639
  "swipeGesture": boolean;
1929
- /**
1930
- * The theme determines the visual appearance of the component.
1931
- */
1932
- "theme"?: "ios" | "md" | "ionic";
1933
1640
  /**
1934
1641
  * 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`.
1935
1642
  */
@@ -1957,13 +1664,9 @@ export namespace Components {
1957
1664
  */
1958
1665
  "menu"?: string;
1959
1666
  /**
1960
- * The mode determines the platform behaviors of the component.
1667
+ * The mode determines which platform styles to use.
1961
1668
  */
1962
1669
  "mode"?: "ios" | "md";
1963
- /**
1964
- * The theme determines the visual appearance of the component.
1965
- */
1966
- "theme"?: "ios" | "md" | "ionic";
1967
1670
  /**
1968
1671
  * The type of the button.
1969
1672
  */
@@ -1978,14 +1681,6 @@ export namespace Components {
1978
1681
  * 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.
1979
1682
  */
1980
1683
  "menu"?: string;
1981
- /**
1982
- * The mode determines the platform behaviors of the component.
1983
- */
1984
- "mode"?: "ios" | "md";
1985
- /**
1986
- * The theme determines the visual appearance of the component.
1987
- */
1988
- "theme"?: "ios" | "md" | "ionic";
1989
1684
  }
1990
1685
  interface IonModal {
1991
1686
  /**
@@ -2073,7 +1768,7 @@ export namespace Components {
2073
1768
  */
2074
1769
  "leaveAnimation"?: AnimationBuilder;
2075
1770
  /**
2076
- * The mode determines the platform behaviors of the component.
1771
+ * The mode determines which platform styles to use.
2077
1772
  */
2078
1773
  "mode"?: "ios" | "md";
2079
1774
  /**
@@ -2097,18 +1792,10 @@ export namespace Components {
2097
1792
  * Move a sheet style modal to a specific breakpoint. The breakpoint value must be a value defined in your `breakpoints` array.
2098
1793
  */
2099
1794
  "setCurrentBreakpoint": (breakpoint: number) => Promise<void>;
2100
- /**
2101
- * 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.
2102
- */
2103
- "shape"?: 'soft' | 'round' | 'rectangular';
2104
1795
  /**
2105
1796
  * 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.
2106
1797
  */
2107
1798
  "showBackdrop": boolean;
2108
- /**
2109
- * The theme determines the visual appearance of the component.
2110
- */
2111
- "theme"?: "ios" | "md" | "ionic";
2112
1799
  /**
2113
1800
  * An ID corresponding to the trigger element that causes the modal to open when clicked.
2114
1801
  */
@@ -2120,7 +1807,7 @@ export namespace Components {
2120
1807
  */
2121
1808
  "animated": boolean;
2122
1809
  /**
2123
- * 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.
1810
+ * 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.
2124
1811
  */
2125
1812
  "animation"?: AnimationBuilder;
2126
1813
  /**
@@ -2168,10 +1855,6 @@ export namespace Components {
2168
1855
  * @param done The transition complete function.
2169
1856
  */
2170
1857
  "insertPages": (insertIndex: number, insertComponents: NavComponent[] | NavComponentWithProps[], opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>;
2171
- /**
2172
- * The mode determines the platform behaviors of the component.
2173
- */
2174
- "mode"?: "ios" | "md";
2175
1858
  /**
2176
1859
  * Pop a component off of the navigation stack. Navigates back from the current component.
2177
1860
  * @param opts The navigation options.
@@ -2243,10 +1926,6 @@ export namespace Components {
2243
1926
  * If the nav component should allow for swipe-to-go-back.
2244
1927
  */
2245
1928
  "swipeGesture"?: boolean;
2246
- /**
2247
- * The theme determines the visual appearance of the component.
2248
- */
2249
- "theme"?: "ios" | "md" | "ionic";
2250
1929
  }
2251
1930
  interface IonNavLink {
2252
1931
  /**
@@ -2257,10 +1936,6 @@ export namespace Components {
2257
1936
  * Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
2258
1937
  */
2259
1938
  "componentProps"?: ComponentProps;
2260
- /**
2261
- * The mode determines the platform behaviors of the component.
2262
- */
2263
- "mode"?: "ios" | "md";
2264
1939
  /**
2265
1940
  * The transition animation when navigating to another page.
2266
1941
  */
@@ -2269,10 +1944,6 @@ export namespace Components {
2269
1944
  * The transition direction when navigating to another page.
2270
1945
  */
2271
1946
  "routerDirection": RouterDirection;
2272
- /**
2273
- * The theme determines the visual appearance of the component.
2274
- */
2275
- "theme"?: "ios" | "md" | "ionic";
2276
1947
  }
2277
1948
  interface IonNote {
2278
1949
  /**
@@ -2280,24 +1951,16 @@ export namespace Components {
2280
1951
  */
2281
1952
  "color"?: Color;
2282
1953
  /**
2283
- * The mode determines the platform behaviors of the component.
1954
+ * The mode determines which platform styles to use.
2284
1955
  */
2285
1956
  "mode"?: "ios" | "md";
2286
- /**
2287
- * The theme determines the visual appearance of the component.
2288
- */
2289
- "theme"?: "ios" | "md" | "ionic";
2290
1957
  }
2291
1958
  interface IonPicker {
2292
1959
  "exitInputMode": () => Promise<void>;
2293
1960
  /**
2294
- * The mode determines the platform behaviors of the component.
1961
+ * The mode determines which platform styles to use.
2295
1962
  */
2296
1963
  "mode"?: "ios" | "md";
2297
- /**
2298
- * The theme determines the visual appearance of the component.
2299
- */
2300
- "theme"?: "ios" | "md" | "ionic";
2301
1964
  }
2302
1965
  interface IonPickerColumn {
2303
1966
  /**
@@ -2309,7 +1972,7 @@ export namespace Components {
2309
1972
  */
2310
1973
  "disabled": boolean;
2311
1974
  /**
2312
- * The mode determines the platform behaviors of the component.
1975
+ * The mode determines which platform styles to use.
2313
1976
  */
2314
1977
  "mode"?: "ios" | "md";
2315
1978
  /**
@@ -2325,10 +1988,6 @@ export namespace Components {
2325
1988
  * 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.
2326
1989
  */
2327
1990
  "setValue": (value: PickerColumnValue) => Promise<void>;
2328
- /**
2329
- * The theme determines the visual appearance of the component.
2330
- */
2331
- "theme"?: "ios" | "md" | "ionic";
2332
1991
  /**
2333
1992
  * The selected option in the picker.
2334
1993
  */
@@ -2343,14 +2002,6 @@ export namespace Components {
2343
2002
  * If `true`, the user cannot interact with the picker column option.
2344
2003
  */
2345
2004
  "disabled": boolean;
2346
- /**
2347
- * The mode determines the platform behaviors of the component.
2348
- */
2349
- "mode"?: "ios" | "md";
2350
- /**
2351
- * The theme determines the visual appearance of the component.
2352
- */
2353
- "theme"?: "ios" | "md" | "ionic";
2354
2005
  /**
2355
2006
  * The text value of the option.
2356
2007
  */
@@ -2415,7 +2066,7 @@ export namespace Components {
2415
2066
  */
2416
2067
  "leaveAnimation"?: AnimationBuilder;
2417
2068
  /**
2418
- * The mode determines the platform behaviors of the component.
2069
+ * The mode determines which platform styles to use.
2419
2070
  */
2420
2071
  "mode"?: "ios" | "md";
2421
2072
  /**
@@ -2435,10 +2086,6 @@ export namespace Components {
2435
2086
  * If `true`, a backdrop will be displayed behind the picker.
2436
2087
  */
2437
2088
  "showBackdrop": boolean;
2438
- /**
2439
- * The theme determines the visual appearance of the component.
2440
- */
2441
- "theme"?: "ios" | "md" | "ionic";
2442
2089
  /**
2443
2090
  * An ID corresponding to the trigger element that causes the picker to open when clicked.
2444
2091
  */
@@ -2452,7 +2099,7 @@ export namespace Components {
2452
2099
  }
2453
2100
  interface IonPopover {
2454
2101
  /**
2455
- * Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `"ios"` theme, and `"start"` for `"md"` theme.
2102
+ * Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios` mode, and `"start"` for `md` mode.
2456
2103
  */
2457
2104
  "alignment"?: PositionAlign;
2458
2105
  /**
@@ -2460,7 +2107,7 @@ export namespace Components {
2460
2107
  */
2461
2108
  "animated": boolean;
2462
2109
  /**
2463
- * If `true`, the popover will display an arrow that points at the `reference` on `"ios"` theme.
2110
+ * If `true`, the popover will display an arrow that points at the `reference` when running in `ios` mode. Does not apply in `md` mode.
2464
2111
  */
2465
2112
  "arrow": boolean;
2466
2113
  /**
@@ -2527,7 +2174,7 @@ export namespace Components {
2527
2174
  */
2528
2175
  "leaveAnimation"?: AnimationBuilder;
2529
2176
  /**
2530
- * The mode determines the platform behaviors of the component.
2177
+ * The mode determines which platform styles to use.
2531
2178
  */
2532
2179
  "mode"?: "ios" | "md";
2533
2180
  /**
@@ -2564,11 +2211,7 @@ export namespace Components {
2564
2211
  */
2565
2212
  "size": PopoverSize;
2566
2213
  /**
2567
- * The theme determines the visual appearance of the component.
2568
- */
2569
- "theme"?: "ios" | "md" | "ionic";
2570
- /**
2571
- * 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).
2214
+ * 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).
2572
2215
  */
2573
2216
  "translucent": boolean;
2574
2217
  /**
@@ -2590,17 +2233,13 @@ export namespace Components {
2590
2233
  */
2591
2234
  "color"?: Color;
2592
2235
  /**
2593
- * The mode determines the platform behaviors of the component.
2236
+ * The mode determines which platform styles to use.
2594
2237
  */
2595
2238
  "mode"?: "ios" | "md";
2596
2239
  /**
2597
2240
  * If true, reverse the progress bar direction.
2598
2241
  */
2599
2242
  "reversed": boolean;
2600
- /**
2601
- * The theme determines the visual appearance of the component.
2602
- */
2603
- "theme"?: "ios" | "md" | "ionic";
2604
2243
  /**
2605
2244
  * 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).
2606
2245
  */
@@ -2632,7 +2271,7 @@ export namespace Components {
2632
2271
  */
2633
2272
  "labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
2634
2273
  /**
2635
- * The mode determines the platform behaviors of the component.
2274
+ * The mode determines which platform styles to use.
2636
2275
  */
2637
2276
  "mode"?: "ios" | "md";
2638
2277
  /**
@@ -2641,10 +2280,6 @@ export namespace Components {
2641
2280
  "name": string;
2642
2281
  "setButtonTabindex": (value: number) => Promise<void>;
2643
2282
  "setFocus": (ev: globalThis.Event) => Promise<void>;
2644
- /**
2645
- * The theme determines the visual appearance of the component.
2646
- */
2647
- "theme"?: "ios" | "md" | "ionic";
2648
2283
  /**
2649
2284
  * the value of the radio.
2650
2285
  */
@@ -2659,18 +2294,10 @@ export namespace Components {
2659
2294
  * This property allows developers to specify a custom function or property name for comparing objects when determining the selected option in the ion-radio-group. When not specified, the default behavior will use strict equality (===) for comparison.
2660
2295
  */
2661
2296
  "compareWith"?: string | RadioGroupCompareFn | null;
2662
- /**
2663
- * The mode determines the platform behaviors of the component.
2664
- */
2665
- "mode"?: "ios" | "md";
2666
2297
  /**
2667
2298
  * The name of the control, which is submitted with the form data.
2668
2299
  */
2669
2300
  "name": string;
2670
- /**
2671
- * The theme determines the visual appearance of the component.
2672
- */
2673
- "theme"?: "ios" | "md" | "ionic";
2674
2301
  /**
2675
2302
  * the value of the radio group.
2676
2303
  */
@@ -2714,7 +2341,7 @@ export namespace Components {
2714
2341
  */
2715
2342
  "min": number;
2716
2343
  /**
2717
- * The mode determines the platform behaviors of the component.
2344
+ * The mode determines which platform styles to use.
2718
2345
  */
2719
2346
  "mode"?: "ios" | "md";
2720
2347
  /**
@@ -2737,10 +2364,6 @@ export namespace Components {
2737
2364
  * Specifies the value granularity.
2738
2365
  */
2739
2366
  "step": number;
2740
- /**
2741
- * The theme determines the visual appearance of the component.
2742
- */
2743
- "theme"?: "ios" | "md" | "ionic";
2744
2367
  /**
2745
2368
  * If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
2746
2369
  */
@@ -2772,7 +2395,7 @@ export namespace Components {
2772
2395
  */
2773
2396
  "getProgress": () => Promise<number>;
2774
2397
  /**
2775
- * The mode determines the platform behaviors of the component.
2398
+ * The mode determines which platform styles to use.
2776
2399
  */
2777
2400
  "mode"?: "ios" | "md";
2778
2401
  /**
@@ -2791,16 +2414,8 @@ export namespace Components {
2791
2414
  * Time it takes the refresher to snap back to the `refreshing` state. Does not apply when the refresher content uses a spinner, enabling the native refresher.
2792
2415
  */
2793
2416
  "snapbackDuration": string;
2794
- /**
2795
- * The theme determines the visual appearance of the component.
2796
- */
2797
- "theme"?: "ios" | "md" | "ionic";
2798
2417
  }
2799
2418
  interface IonRefresherContent {
2800
- /**
2801
- * The mode determines the platform behaviors of the component.
2802
- */
2803
- "mode"?: "ios" | "md";
2804
2419
  /**
2805
2420
  * 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.
2806
2421
  */
@@ -2817,20 +2432,8 @@ export namespace Components {
2817
2432
  * 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.
2818
2433
  */
2819
2434
  "refreshingText"?: string | IonicSafeString;
2820
- /**
2821
- * The theme determines the visual appearance of the component.
2822
- */
2823
- "theme"?: "ios" | "md" | "ionic";
2824
2435
  }
2825
2436
  interface IonReorder {
2826
- /**
2827
- * The mode determines the platform behaviors of the component.
2828
- */
2829
- "mode"?: "ios" | "md";
2830
- /**
2831
- * The theme determines the visual appearance of the component.
2832
- */
2833
- "theme"?: "ios" | "md" | "ionic";
2834
2437
  }
2835
2438
  interface IonReorderGroup {
2836
2439
  /**
@@ -2842,14 +2445,6 @@ export namespace Components {
2842
2445
  * If `true`, the reorder will be hidden.
2843
2446
  */
2844
2447
  "disabled": boolean;
2845
- /**
2846
- * The mode determines the platform behaviors of the component.
2847
- */
2848
- "mode"?: "ios" | "md";
2849
- /**
2850
- * The theme determines the visual appearance of the component.
2851
- */
2852
- "theme"?: "ios" | "md" | "ionic";
2853
2448
  }
2854
2449
  interface IonRippleEffect {
2855
2450
  /**
@@ -2858,14 +2453,6 @@ export namespace Components {
2858
2453
  * @param y The vertical coordinate of where the ripple should start.
2859
2454
  */
2860
2455
  "addRipple": (x: number, y: number) => Promise<() => void>;
2861
- /**
2862
- * The mode determines the platform behaviors of the component.
2863
- */
2864
- "mode"?: "ios" | "md";
2865
- /**
2866
- * The theme determines the visual appearance of the component.
2867
- */
2868
- "theme"?: "ios" | "md" | "ionic";
2869
2456
  /**
2870
2457
  * 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.
2871
2458
  */
@@ -2888,14 +2475,6 @@ export namespace Components {
2888
2475
  * A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
2889
2476
  */
2890
2477
  "componentProps"?: { [key: string]: any };
2891
- /**
2892
- * The mode determines the platform behaviors of the component.
2893
- */
2894
- "mode"?: "ios" | "md";
2895
- /**
2896
- * The theme determines the visual appearance of the component.
2897
- */
2898
- "theme"?: "ios" | "md" | "ionic";
2899
2478
  /**
2900
2479
  * 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.
2901
2480
  */
@@ -2917,10 +2496,6 @@ export namespace Components {
2917
2496
  */
2918
2497
  "back": () => Promise<void>;
2919
2498
  "canTransition": () => Promise<string | boolean>;
2920
- /**
2921
- * The mode determines the platform behaviors of the component.
2922
- */
2923
- "mode"?: "ios" | "md";
2924
2499
  "navChanged": (direction: RouterDirection) => Promise<boolean>;
2925
2500
  "printDebug": () => Promise<void>;
2926
2501
  /**
@@ -2933,10 +2508,6 @@ export namespace Components {
2933
2508
  * The root path to use when matching URLs. By default, this is set to "/", but you can specify an alternate prefix for all URL paths.
2934
2509
  */
2935
2510
  "root": string;
2936
- /**
2937
- * The theme determines the visual appearance of the component.
2938
- */
2939
- "theme"?: "ios" | "md" | "ionic";
2940
2511
  /**
2941
2512
  * 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.
2942
2513
  */
@@ -2951,10 +2522,6 @@ export namespace Components {
2951
2522
  * Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
2952
2523
  */
2953
2524
  "href": string | undefined;
2954
- /**
2955
- * The mode determines the platform behaviors of the component.
2956
- */
2957
- "mode"?: "ios" | "md";
2958
2525
  /**
2959
2526
  * 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).
2960
2527
  */
@@ -2971,10 +2538,6 @@ export namespace Components {
2971
2538
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
2972
2539
  */
2973
2540
  "target": string | undefined;
2974
- /**
2975
- * The theme determines the visual appearance of the component.
2976
- */
2977
- "theme"?: "ios" | "md" | "ionic";
2978
2541
  }
2979
2542
  interface IonRouterOutlet {
2980
2543
  /**
@@ -2989,25 +2552,13 @@ export namespace Components {
2989
2552
  "delegate"?: FrameworkDelegate;
2990
2553
  "getRouteId": () => Promise<RouteID | undefined>;
2991
2554
  /**
2992
- * The mode determines the platform behaviors of the component.
2555
+ * The mode determines which platform styles to use.
2993
2556
  */
2994
2557
  "mode": "ios" | "md";
2995
2558
  "setRouteId": (id: string, params: ComponentProps | undefined, direction: RouterDirection, animation?: AnimationBuilder) => Promise<RouteWrite>;
2996
2559
  "swipeHandler"?: SwipeGestureHandler;
2997
- /**
2998
- * The theme determines the visual appearance of the component.
2999
- */
3000
- "theme"?: "ios" | "md" | "ionic";
3001
2560
  }
3002
2561
  interface IonRow {
3003
- /**
3004
- * The mode determines the platform behaviors of the component.
3005
- */
3006
- "mode"?: "ios" | "md";
3007
- /**
3008
- * The theme determines the visual appearance of the component.
3009
- */
3010
- "theme"?: "ios" | "md" | "ionic";
3011
2562
  }
3012
2563
  interface IonSearchbar {
3013
2564
  /**
@@ -3027,15 +2578,15 @@ export namespace Components {
3027
2578
  */
3028
2579
  "autocorrect": 'on' | 'off';
3029
2580
  /**
3030
- * Set the cancel button icon. Only available when the theme is `"md"`. Defaults to `"arrow-back-sharp"`.
2581
+ * Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
3031
2582
  */
3032
- "cancelButtonIcon"?: string;
2583
+ "cancelButtonIcon": string;
3033
2584
  /**
3034
- * Set the the cancel button text. Only available when the theme is `"ios"`.
2585
+ * Set the the cancel button text. Only applies to `ios` mode.
3035
2586
  */
3036
2587
  "cancelButtonText": string;
3037
2588
  /**
3038
- * Set the clear icon. Defaults to `"close-circle"` for `"ios"` theme and `"close-sharp"` for `"md"` and `"ionic"` theme.
2589
+ * Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.
3039
2590
  */
3040
2591
  "clearIcon"?: string;
3041
2592
  /**
@@ -3071,7 +2622,7 @@ export namespace Components {
3071
2622
  */
3072
2623
  "minlength"?: number;
3073
2624
  /**
3074
- * The mode determines the platform behaviors of the component.
2625
+ * The mode determines which platform styles to use.
3075
2626
  */
3076
2627
  "mode"?: "ios" | "md";
3077
2628
  /**
@@ -3083,7 +2634,7 @@ export namespace Components {
3083
2634
  */
3084
2635
  "placeholder": string;
3085
2636
  /**
3086
- * 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.
2637
+ * The icon to use as the search icon. Defaults to `search-outline` in `ios` mode and `search-sharp` in `md` mode.
3087
2638
  */
3088
2639
  "searchIcon"?: string;
3089
2640
  /**
@@ -3102,10 +2653,6 @@ export namespace Components {
3102
2653
  * If `true`, enable spellcheck on the input.
3103
2654
  */
3104
2655
  "spellcheck": boolean;
3105
- /**
3106
- * The theme determines the visual appearance of the component.
3107
- */
3108
- "theme"?: "ios" | "md" | "ionic";
3109
2656
  /**
3110
2657
  * Set the type of the input.
3111
2658
  */
@@ -3125,7 +2672,7 @@ export namespace Components {
3125
2672
  */
3126
2673
  "disabled": boolean;
3127
2674
  /**
3128
- * The mode determines the platform behaviors of the component.
2675
+ * The mode determines which platform styles to use.
3129
2676
  */
3130
2677
  "mode"?: "ios" | "md";
3131
2678
  /**
@@ -3140,10 +2687,6 @@ export namespace Components {
3140
2687
  * If `true`, users will be able to swipe between segment buttons to activate them.
3141
2688
  */
3142
2689
  "swipeGesture": boolean;
3143
- /**
3144
- * The theme determines the visual appearance of the component.
3145
- */
3146
- "theme"?: "ios" | "md" | "ionic";
3147
2690
  /**
3148
2691
  * the value of the segment.
3149
2692
  */
@@ -3159,14 +2702,10 @@ export namespace Components {
3159
2702
  */
3160
2703
  "layout"?: SegmentButtonLayout;
3161
2704
  /**
3162
- * The mode determines the platform behaviors of the component.
2705
+ * The mode determines which platform styles to use.
3163
2706
  */
3164
2707
  "mode"?: "ios" | "md";
3165
2708
  "setFocus": () => Promise<void>;
3166
- /**
3167
- * The theme determines the visual appearance of the component.
3168
- */
3169
- "theme"?: "ios" | "md" | "ionic";
3170
2709
  /**
3171
2710
  * The type of the button.
3172
2711
  */
@@ -3194,11 +2733,11 @@ export namespace Components {
3194
2733
  */
3195
2734
  "disabled": boolean;
3196
2735
  /**
3197
- * 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.
2736
+ * 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.
3198
2737
  */
3199
2738
  "expandedIcon"?: string;
3200
2739
  /**
3201
- * 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.
2740
+ * 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.
3202
2741
  */
3203
2742
  "fill"?: 'outline' | 'solid';
3204
2743
  /**
@@ -3222,7 +2761,7 @@ export namespace Components {
3222
2761
  */
3223
2762
  "labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
3224
2763
  /**
3225
- * The mode determines the platform behaviors of the component.
2764
+ * The mode determines which platform styles to use.
3226
2765
  */
3227
2766
  "mode"?: "ios" | "md";
3228
2767
  /**
@@ -3255,11 +2794,7 @@ export namespace Components {
3255
2794
  */
3256
2795
  "shape"?: 'round';
3257
2796
  /**
3258
- * The theme determines the visual appearance of the component.
3259
- */
3260
- "theme"?: "ios" | "md" | "ionic";
3261
- /**
3262
- * The toggle icon to use. Defaults to `"chevronExpand"` for the `"ios"` theme, or `"caretDownSharp"` for the `"md"` and `"ionic"` themes.
2797
+ * The toggle icon to use. Defaults to `chevronExpand` for `ios` mode, or `caretDownSharp` for `md` mode.
3263
2798
  */
3264
2799
  "toggleIcon"?: string;
3265
2800
  /**
@@ -3272,14 +2807,6 @@ export namespace Components {
3272
2807
  * If `true`, the user cannot interact with the select option. This property does not apply when `interface="action-sheet"` as `ion-action-sheet` does not allow for disabled buttons.
3273
2808
  */
3274
2809
  "disabled": boolean;
3275
- /**
3276
- * The mode determines the platform behaviors of the component.
3277
- */
3278
- "mode"?: "ios" | "md";
3279
- /**
3280
- * The theme determines the visual appearance of the component.
3281
- */
3282
- "theme"?: "ios" | "md" | "ionic";
3283
2810
  /**
3284
2811
  * The text value of the option.
3285
2812
  */
@@ -3294,10 +2821,6 @@ export namespace Components {
3294
2821
  * The text content of the popover body
3295
2822
  */
3296
2823
  "message"?: string;
3297
- /**
3298
- * The mode determines the platform behaviors of the component.
3299
- */
3300
- "mode"?: "ios" | "md";
3301
2824
  /**
3302
2825
  * If true, the select accepts multiple values
3303
2826
  */
@@ -3310,24 +2833,12 @@ export namespace Components {
3310
2833
  * The subheader text of the popover
3311
2834
  */
3312
2835
  "subHeader"?: string;
3313
- /**
3314
- * The theme determines the visual appearance of the component.
3315
- */
3316
- "theme"?: "ios" | "md" | "ionic";
3317
2836
  }
3318
2837
  interface IonSkeletonText {
3319
2838
  /**
3320
2839
  * If `true`, the skeleton text will animate.
3321
2840
  */
3322
2841
  "animated": boolean;
3323
- /**
3324
- * The mode determines the platform behaviors of the component.
3325
- */
3326
- "mode"?: "ios" | "md";
3327
- /**
3328
- * The theme determines the visual appearance of the component.
3329
- */
3330
- "theme"?: "ios" | "md" | "ionic";
3331
2842
  }
3332
2843
  interface IonSpinner {
3333
2844
  /**
@@ -3338,10 +2849,6 @@ export namespace Components {
3338
2849
  * Duration of the spinner animation in milliseconds. The default varies based on the spinner.
3339
2850
  */
3340
2851
  "duration"?: number;
3341
- /**
3342
- * The mode determines the platform behaviors of the component.
3343
- */
3344
- "mode"?: "ios" | "md";
3345
2852
  /**
3346
2853
  * The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
3347
2854
  */
@@ -3350,14 +2857,6 @@ export namespace Components {
3350
2857
  * If `true`, the spinner's animation will be paused.
3351
2858
  */
3352
2859
  "paused": boolean;
3353
- /**
3354
- * 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.
3355
- */
3356
- "size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
3357
- /**
3358
- * The theme determines the visual appearance of the component.
3359
- */
3360
- "theme"?: "ios" | "md" | "ionic";
3361
2860
  }
3362
2861
  interface IonSplitPane {
3363
2862
  /**
@@ -3369,14 +2868,6 @@ export namespace Components {
3369
2868
  */
3370
2869
  "disabled": boolean;
3371
2870
  "isVisible": () => Promise<boolean>;
3372
- /**
3373
- * The mode determines the platform behaviors of the component.
3374
- */
3375
- "mode"?: "ios" | "md";
3376
- /**
3377
- * The theme determines the visual appearance of the component.
3378
- */
3379
- "theme"?: "ios" | "md" | "ionic";
3380
2871
  /**
3381
2872
  * When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
3382
2873
  */
@@ -3389,10 +2880,6 @@ export namespace Components {
3389
2880
  */
3390
2881
  "component"?: ComponentRef;
3391
2882
  "delegate"?: FrameworkDelegate;
3392
- /**
3393
- * The mode determines the platform behaviors of the component.
3394
- */
3395
- "mode"?: "ios" | "md";
3396
2883
  /**
3397
2884
  * Set the active component for the tab
3398
2885
  */
@@ -3401,10 +2888,6 @@ export namespace Components {
3401
2888
  * 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.
3402
2889
  */
3403
2890
  "tab": string;
3404
- /**
3405
- * The theme determines the visual appearance of the component.
3406
- */
3407
- "theme"?: "ios" | "md" | "ionic";
3408
2891
  }
3409
2892
  interface IonTabBar {
3410
2893
  /**
@@ -3412,11 +2895,7 @@ export namespace Components {
3412
2895
  */
3413
2896
  "color"?: Color;
3414
2897
  /**
3415
- * 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"`.
3416
- */
3417
- "expand": 'compact' | 'full';
3418
- /**
3419
- * The mode determines the platform behaviors of the component.
2898
+ * The mode determines which platform styles to use.
3420
2899
  */
3421
2900
  "mode"?: "ios" | "md";
3422
2901
  /**
@@ -3424,15 +2903,7 @@ export namespace Components {
3424
2903
  */
3425
2904
  "selectedTab"?: string;
3426
2905
  /**
3427
- * 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.
3428
- */
3429
- "shape"?: 'soft' | 'round' | 'rectangular';
3430
- /**
3431
- * The theme determines the visual appearance of the component.
3432
- */
3433
- "theme"?: "ios" | "md" | "ionic";
3434
- /**
3435
- * 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).
2906
+ * 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).
3436
2907
  */
3437
2908
  "translucent": boolean;
3438
2909
  }
@@ -3454,7 +2925,7 @@ export namespace Components {
3454
2925
  */
3455
2926
  "layout"?: TabButtonLayout;
3456
2927
  /**
3457
- * The mode determines the platform behaviors of the component.
2928
+ * The mode determines which platform styles to use.
3458
2929
  */
3459
2930
  "mode"?: "ios" | "md";
3460
2931
  /**
@@ -3473,10 +2944,6 @@ export namespace Components {
3473
2944
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
3474
2945
  */
3475
2946
  "target": string | undefined;
3476
- /**
3477
- * The theme determines the visual appearance of the component.
3478
- */
3479
- "theme"?: "ios" | "md" | "ionic";
3480
2947
  }
3481
2948
  interface IonTabs {
3482
2949
  "getRouteId": () => Promise<RouteID | undefined>;
@@ -3489,20 +2956,12 @@ export namespace Components {
3489
2956
  * @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
3490
2957
  */
3491
2958
  "getTab": (tab: string | HTMLIonTabElement) => Promise<HTMLIonTabElement | undefined>;
3492
- /**
3493
- * The mode determines the platform behaviors of the component.
3494
- */
3495
- "mode"?: "ios" | "md";
3496
2959
  /**
3497
2960
  * 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.
3498
2961
  * @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
3499
2962
  */
3500
2963
  "select": (tab: string | HTMLIonTabElement) => Promise<boolean>;
3501
2964
  "setRouteId": (id: string) => Promise<RouteWrite>;
3502
- /**
3503
- * The theme determines the visual appearance of the component.
3504
- */
3505
- "theme"?: "ios" | "md" | "ionic";
3506
2965
  "useRouter": boolean;
3507
2966
  }
3508
2967
  interface IonText {
@@ -3511,13 +2970,9 @@ export namespace Components {
3511
2970
  */
3512
2971
  "color"?: Color;
3513
2972
  /**
3514
- * The mode determines the platform behaviors of the component.
2973
+ * The mode determines which platform styles to use.
3515
2974
  */
3516
2975
  "mode"?: "ios" | "md";
3517
- /**
3518
- * The theme determines the visual appearance of the component.
3519
- */
3520
- "theme"?: "ios" | "md" | "ionic";
3521
2976
  }
3522
2977
  interface IonTextarea {
3523
2978
  /**
@@ -3569,7 +3024,7 @@ export namespace Components {
3569
3024
  */
3570
3025
  "errorText"?: string;
3571
3026
  /**
3572
- * 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"`.
3027
+ * 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.
3573
3028
  */
3574
3029
  "fill"?: 'outline' | 'solid';
3575
3030
  /**
@@ -3601,7 +3056,7 @@ export namespace Components {
3601
3056
  */
3602
3057
  "minlength"?: number;
3603
3058
  /**
3604
- * The mode determines the platform behaviors of the component.
3059
+ * The mode determines which platform styles to use.
3605
3060
  */
3606
3061
  "mode"?: "ios" | "md";
3607
3062
  /**
@@ -3629,21 +3084,13 @@ export namespace Components {
3629
3084
  */
3630
3085
  "setFocus": () => Promise<void>;
3631
3086
  /**
3632
- * 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.
3633
- */
3634
- "shape"?: 'soft' | 'round' | 'rectangular';
3635
- /**
3636
- * 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.
3087
+ * The shape of the textarea. If "round" it will have an increased border radius.
3637
3088
  */
3638
- "size"?: 'small' | 'medium' | 'large';
3089
+ "shape"?: 'round';
3639
3090
  /**
3640
3091
  * If `true`, the element will have its spelling and grammar checked.
3641
3092
  */
3642
3093
  "spellcheck": boolean;
3643
- /**
3644
- * The theme determines the visual appearance of the component.
3645
- */
3646
- "theme"?: "ios" | "md" | "ionic";
3647
3094
  /**
3648
3095
  * The value of the textarea.
3649
3096
  */
@@ -3654,32 +3101,16 @@ export namespace Components {
3654
3101
  "wrap"?: 'hard' | 'soft' | 'off';
3655
3102
  }
3656
3103
  interface IonThumbnail {
3657
- /**
3658
- * The mode determines the platform behaviors of the component.
3659
- */
3660
- "mode"?: "ios" | "md";
3661
- /**
3662
- * The theme determines the visual appearance of the component.
3663
- */
3664
- "theme"?: "ios" | "md" | "ionic";
3665
3104
  }
3666
3105
  interface IonTitle {
3667
3106
  /**
3668
3107
  * 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).
3669
3108
  */
3670
3109
  "color"?: Color;
3671
- /**
3672
- * The mode determines the platform behaviors of the component.
3673
- */
3674
- "mode"?: "ios" | "md";
3675
3110
  /**
3676
3111
  * The size of the toolbar title.
3677
3112
  */
3678
3113
  "size"?: 'large' | 'small';
3679
- /**
3680
- * The theme determines the visual appearance of the component.
3681
- */
3682
- "theme"?: "ios" | "md" | "ionic";
3683
3114
  }
3684
3115
  interface IonToast {
3685
3116
  /**
@@ -3747,7 +3178,7 @@ export namespace Components {
3747
3178
  */
3748
3179
  "message"?: string | IonicSafeString;
3749
3180
  /**
3750
- * The mode determines the platform behaviors of the component.
3181
+ * The mode determines which platform styles to use.
3751
3182
  */
3752
3183
  "mode"?: "ios" | "md";
3753
3184
  /**
@@ -3776,11 +3207,7 @@ export namespace Components {
3776
3207
  */
3777
3208
  "swipeGesture"?: ToastSwipeGestureDirection;
3778
3209
  /**
3779
- * The theme determines the visual appearance of the component.
3780
- */
3781
- "theme"?: "ios" | "md" | "ionic";
3782
- /**
3783
- * 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).
3210
+ * 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).
3784
3211
  */
3785
3212
  "translucent": boolean;
3786
3213
  /**
@@ -3818,17 +3245,13 @@ export namespace Components {
3818
3245
  */
3819
3246
  "labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
3820
3247
  /**
3821
- * The mode determines the platform behaviors of the component.
3248
+ * The mode determines which platform styles to use.
3822
3249
  */
3823
3250
  "mode"?: "ios" | "md";
3824
3251
  /**
3825
3252
  * The name of the control, which is submitted with the form data.
3826
3253
  */
3827
3254
  "name": string;
3828
- /**
3829
- * The theme determines the visual appearance of the component.
3830
- */
3831
- "theme"?: "ios" | "md" | "ionic";
3832
3255
  /**
3833
3256
  * 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>`.
3834
3257
  */
@@ -3840,13 +3263,9 @@ export namespace Components {
3840
3263
  */
3841
3264
  "color"?: Color;
3842
3265
  /**
3843
- * The mode determines the platform behaviors of the component.
3266
+ * The mode determines which platform styles to use.
3844
3267
  */
3845
3268
  "mode"?: "ios" | "md";
3846
- /**
3847
- * The theme determines the visual appearance of the component.
3848
- */
3849
- "theme"?: "ios" | "md" | "ionic";
3850
3269
  }
3851
3270
  }
3852
3271
  export interface IonAccordionGroupCustomEvent<T> extends CustomEvent<T> {
@@ -5328,17 +4747,13 @@ declare namespace LocalJSX {
5328
4747
  */
5329
4748
  "disabled"?: boolean;
5330
4749
  /**
5331
- * The mode determines the platform behaviors of the component.
4750
+ * The mode determines which platform styles to use.
5332
4751
  */
5333
4752
  "mode"?: "ios" | "md";
5334
4753
  /**
5335
4754
  * If `true`, the accordion cannot be interacted with, but does not alter the opacity.
5336
4755
  */
5337
4756
  "readonly"?: boolean;
5338
- /**
5339
- * The theme determines the visual appearance of the component.
5340
- */
5341
- "theme"?: "ios" | "md" | "ionic";
5342
4757
  /**
5343
4758
  * The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
5344
4759
  */
@@ -5366,7 +4781,7 @@ declare namespace LocalJSX {
5366
4781
  */
5367
4782
  "expand"?: 'compact' | 'inset';
5368
4783
  /**
5369
- * The mode determines the platform behaviors of the component.
4784
+ * The mode determines which platform styles to use.
5370
4785
  */
5371
4786
  "mode"?: "ios" | "md";
5372
4787
  /**
@@ -5381,10 +4796,6 @@ declare namespace LocalJSX {
5381
4796
  * If `true`, the accordion group cannot be interacted with, but does not alter the opacity.
5382
4797
  */
5383
4798
  "readonly"?: boolean;
5384
- /**
5385
- * The theme determines the visual appearance of the component.
5386
- */
5387
- "theme"?: "ios" | "md" | "ionic";
5388
4799
  /**
5389
4800
  * The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
5390
4801
  */
@@ -5432,7 +4843,7 @@ declare namespace LocalJSX {
5432
4843
  */
5433
4844
  "leaveAnimation"?: AnimationBuilder;
5434
4845
  /**
5435
- * The mode determines the platform behaviors of the component.
4846
+ * The mode determines which platform styles to use.
5436
4847
  */
5437
4848
  "mode"?: "ios" | "md";
5438
4849
  /**
@@ -5472,11 +4883,7 @@ declare namespace LocalJSX {
5472
4883
  */
5473
4884
  "subHeader"?: string;
5474
4885
  /**
5475
- * The theme determines the visual appearance of the component.
5476
- */
5477
- "theme"?: "ios" | "md" | "ionic";
5478
- /**
5479
- * 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).
4886
+ * 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).
5480
4887
  */
5481
4888
  "translucent"?: boolean;
5482
4889
  /**
@@ -5534,7 +4941,7 @@ declare namespace LocalJSX {
5534
4941
  */
5535
4942
  "message"?: string | IonicSafeString;
5536
4943
  /**
5537
- * The mode determines the platform behaviors of the component.
4944
+ * The mode determines which platform styles to use.
5538
4945
  */
5539
4946
  "mode"?: "ios" | "md";
5540
4947
  /**
@@ -5574,11 +4981,7 @@ declare namespace LocalJSX {
5574
4981
  */
5575
4982
  "subHeader"?: string;
5576
4983
  /**
5577
- * The theme determines the visual appearance of the component.
5578
- */
5579
- "theme"?: "ios" | "md" | "ionic";
5580
- /**
5581
- * 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).
4984
+ * 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).
5582
4985
  */
5583
4986
  "translucent"?: boolean;
5584
4987
  /**
@@ -5587,32 +4990,8 @@ declare namespace LocalJSX {
5587
4990
  "trigger"?: string | undefined;
5588
4991
  }
5589
4992
  interface IonApp {
5590
- /**
5591
- * The mode determines the platform behaviors of the component.
5592
- */
5593
- "mode"?: "ios" | "md";
5594
- /**
5595
- * The theme determines the visual appearance of the component.
5596
- */
5597
- "theme"?: "ios" | "md" | "ionic";
5598
4993
  }
5599
4994
  interface IonAvatar {
5600
- /**
5601
- * The mode determines the platform behaviors of the component.
5602
- */
5603
- "mode"?: "ios" | "md";
5604
- /**
5605
- * 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.
5606
- */
5607
- "shape"?: 'soft' | 'round' | 'rectangular';
5608
- /**
5609
- * 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.
5610
- */
5611
- "size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
5612
- /**
5613
- * The theme determines the visual appearance of the component.
5614
- */
5615
- "theme"?: "ios" | "md" | "ionic";
5616
4995
  }
5617
4996
  interface IonBackButton {
5618
4997
  /**
@@ -5632,7 +5011,7 @@ declare namespace LocalJSX {
5632
5011
  */
5633
5012
  "icon"?: string | null;
5634
5013
  /**
5635
- * The mode determines the platform behaviors of the component.
5014
+ * The mode determines which platform styles to use.
5636
5015
  */
5637
5016
  "mode"?: "ios" | "md";
5638
5017
  /**
@@ -5643,20 +5022,12 @@ declare namespace LocalJSX {
5643
5022
  * The text to display in the back button.
5644
5023
  */
5645
5024
  "text"?: string | null;
5646
- /**
5647
- * The theme determines the visual appearance of the component.
5648
- */
5649
- "theme"?: "ios" | "md" | "ionic";
5650
5025
  /**
5651
5026
  * The type of the button.
5652
5027
  */
5653
5028
  "type"?: 'submit' | 'reset' | 'button';
5654
5029
  }
5655
5030
  interface IonBackdrop {
5656
- /**
5657
- * The mode determines the platform behaviors of the component.
5658
- */
5659
- "mode"?: "ios" | "md";
5660
5031
  /**
5661
5032
  * Emitted when the backdrop is tapped.
5662
5033
  */
@@ -5669,10 +5040,6 @@ declare namespace LocalJSX {
5669
5040
  * If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.
5670
5041
  */
5671
5042
  "tappable"?: boolean;
5672
- /**
5673
- * The theme determines the visual appearance of the component.
5674
- */
5675
- "theme"?: "ios" | "md" | "ionic";
5676
5043
  /**
5677
5044
  * If `true`, the backdrop will be visible.
5678
5045
  */
@@ -5684,21 +5051,9 @@ declare namespace LocalJSX {
5684
5051
  */
5685
5052
  "color"?: Color;
5686
5053
  /**
5687
- * The mode determines the platform behaviors of the component.
5054
+ * The mode determines which platform styles to use.
5688
5055
  */
5689
5056
  "mode"?: "ios" | "md";
5690
- /**
5691
- * 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.
5692
- */
5693
- "shape"?: 'soft' | 'round | rectangular';
5694
- /**
5695
- * Set to `"xxsmall"` for the smallest badge. Set to "xsmall" for a very small badge. Set to `"small"` for a small badge. Set to "medium" for a medium badge. Set to "large" for a large badge. Set to `"xlarge"` for the largest badge. Defaults to `"small"` for the `ionic` theme, undefined for all other themes.
5696
- */
5697
- "size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
5698
- /**
5699
- * The theme determines the visual appearance of the component.
5700
- */
5701
- "theme"?: "ios" | "md" | "ionic";
5702
5057
  }
5703
5058
  interface IonBreadcrumb {
5704
5059
  /**
@@ -5722,7 +5077,7 @@ declare namespace LocalJSX {
5722
5077
  */
5723
5078
  "href"?: string | undefined;
5724
5079
  /**
5725
- * The mode determines the platform behaviors of the component.
5080
+ * The mode determines which platform styles to use.
5726
5081
  */
5727
5082
  "mode"?: "ios" | "md";
5728
5083
  /**
@@ -5753,10 +5108,6 @@ declare namespace LocalJSX {
5753
5108
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
5754
5109
  */
5755
5110
  "target"?: string | undefined;
5756
- /**
5757
- * The theme determines the visual appearance of the component.
5758
- */
5759
- "theme"?: "ios" | "md" | "ionic";
5760
5111
  }
5761
5112
  interface IonBreadcrumbs {
5762
5113
  /**
@@ -5776,17 +5127,13 @@ declare namespace LocalJSX {
5776
5127
  */
5777
5128
  "maxItems"?: number;
5778
5129
  /**
5779
- * The mode determines the platform behaviors of the component.
5130
+ * The mode determines which platform styles to use.
5780
5131
  */
5781
5132
  "mode"?: "ios" | "md";
5782
5133
  /**
5783
5134
  * Emitted when the collapsed indicator is clicked on.
5784
5135
  */
5785
5136
  "onIonCollapsedClick"?: (event: IonBreadcrumbsCustomEvent<BreadcrumbCollapsedClickEventDetail>) => void;
5786
- /**
5787
- * The theme determines the visual appearance of the component.
5788
- */
5789
- "theme"?: "ios" | "md" | "ionic";
5790
5137
  }
5791
5138
  interface IonButton {
5792
5139
  /**
@@ -5822,7 +5169,7 @@ declare namespace LocalJSX {
5822
5169
  */
5823
5170
  "href"?: string | undefined;
5824
5171
  /**
5825
- * The mode determines the platform behaviors of the component.
5172
+ * The mode determines which platform styles to use.
5826
5173
  */
5827
5174
  "mode"?: "ios" | "md";
5828
5175
  /**
@@ -5846,13 +5193,13 @@ declare namespace LocalJSX {
5846
5193
  */
5847
5194
  "routerDirection"?: RouterDirection;
5848
5195
  /**
5849
- * 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.
5196
+ * Set to `"round"` for a button with more rounded corners.
5850
5197
  */
5851
- "shape"?: 'soft' | 'round' | 'rectangular';
5198
+ "shape"?: 'round';
5852
5199
  /**
5853
5200
  * 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.
5854
5201
  */
5855
- "size"?: 'xsmall' | 'small' | 'default' | 'large' | 'xlarge';
5202
+ "size"?: 'small' | 'default' | 'large';
5856
5203
  /**
5857
5204
  * If `true`, activates a button with a heavier font weight.
5858
5205
  */
@@ -5861,10 +5208,6 @@ declare namespace LocalJSX {
5861
5208
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
5862
5209
  */
5863
5210
  "target"?: string | undefined;
5864
- /**
5865
- * The theme determines the visual appearance of the component.
5866
- */
5867
- "theme"?: "ios" | "md" | "ionic";
5868
5211
  /**
5869
5212
  * The type of the button.
5870
5213
  */
@@ -5872,17 +5215,9 @@ declare namespace LocalJSX {
5872
5215
  }
5873
5216
  interface IonButtons {
5874
5217
  /**
5875
- * 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)
5218
+ * 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)
5876
5219
  */
5877
5220
  "collapse"?: boolean;
5878
- /**
5879
- * The mode determines the platform behaviors of the component.
5880
- */
5881
- "mode"?: "ios" | "md";
5882
- /**
5883
- * The theme determines the visual appearance of the component.
5884
- */
5885
- "theme"?: "ios" | "md" | "ionic";
5886
5221
  }
5887
5222
  interface IonCard {
5888
5223
  /**
@@ -5906,7 +5241,7 @@ declare namespace LocalJSX {
5906
5241
  */
5907
5242
  "href"?: string | undefined;
5908
5243
  /**
5909
- * The mode determines the platform behaviors of the component.
5244
+ * The mode determines which platform styles to use.
5910
5245
  */
5911
5246
  "mode"?: "ios" | "md";
5912
5247
  /**
@@ -5921,18 +5256,10 @@ declare namespace LocalJSX {
5921
5256
  * When using a router, it specifies the transition direction when navigating to another page using `href`.
5922
5257
  */
5923
5258
  "routerDirection"?: RouterDirection;
5924
- /**
5925
- * 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"`.
5926
- */
5927
- "shape"?: 'soft' | 'round' | 'rectangular';
5928
5259
  /**
5929
5260
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
5930
5261
  */
5931
5262
  "target"?: string | undefined;
5932
- /**
5933
- * The theme determines the visual appearance of the component.
5934
- */
5935
- "theme"?: "ios" | "md" | "ionic";
5936
5263
  /**
5937
5264
  * The type of the button. Only used when an `onclick` or `button` property is present.
5938
5265
  */
@@ -5940,13 +5267,9 @@ declare namespace LocalJSX {
5940
5267
  }
5941
5268
  interface IonCardContent {
5942
5269
  /**
5943
- * The mode determines the platform behaviors of the component.
5270
+ * The mode determines which platform styles to use.
5944
5271
  */
5945
5272
  "mode"?: "ios" | "md";
5946
- /**
5947
- * The theme determines the visual appearance of the component.
5948
- */
5949
- "theme"?: "ios" | "md" | "ionic";
5950
5273
  }
5951
5274
  interface IonCardHeader {
5952
5275
  /**
@@ -5954,15 +5277,11 @@ declare namespace LocalJSX {
5954
5277
  */
5955
5278
  "color"?: Color;
5956
5279
  /**
5957
- * The mode determines the platform behaviors of the component.
5280
+ * The mode determines which platform styles to use.
5958
5281
  */
5959
5282
  "mode"?: "ios" | "md";
5960
5283
  /**
5961
- * The theme determines the visual appearance of the component.
5962
- */
5963
- "theme"?: "ios" | "md" | "ionic";
5964
- /**
5965
- * 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).
5284
+ * 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).
5966
5285
  */
5967
5286
  "translucent"?: boolean;
5968
5287
  }
@@ -5972,13 +5291,9 @@ declare namespace LocalJSX {
5972
5291
  */
5973
5292
  "color"?: Color;
5974
5293
  /**
5975
- * The mode determines the platform behaviors of the component.
5294
+ * The mode determines which platform styles to use.
5976
5295
  */
5977
5296
  "mode"?: "ios" | "md";
5978
- /**
5979
- * The theme determines the visual appearance of the component.
5980
- */
5981
- "theme"?: "ios" | "md" | "ionic";
5982
5297
  }
5983
5298
  interface IonCardTitle {
5984
5299
  /**
@@ -5986,13 +5301,9 @@ declare namespace LocalJSX {
5986
5301
  */
5987
5302
  "color"?: Color;
5988
5303
  /**
5989
- * The mode determines the platform behaviors of the component.
5304
+ * The mode determines which platform styles to use.
5990
5305
  */
5991
5306
  "mode"?: "ios" | "md";
5992
- /**
5993
- * The theme determines the visual appearance of the component.
5994
- */
5995
- "theme"?: "ios" | "md" | "ionic";
5996
5307
  }
5997
5308
  interface IonCheckbox {
5998
5309
  /**
@@ -6024,7 +5335,7 @@ declare namespace LocalJSX {
6024
5335
  */
6025
5336
  "labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
6026
5337
  /**
6027
- * The mode determines the platform behaviors of the component.
5338
+ * The mode determines which platform styles to use.
6028
5339
  */
6029
5340
  "mode"?: "ios" | "md";
6030
5341
  /**
@@ -6036,25 +5347,13 @@ declare namespace LocalJSX {
6036
5347
  */
6037
5348
  "onIonBlur"?: (event: IonCheckboxCustomEvent<void>) => void;
6038
5349
  /**
6039
- * 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.
5350
+ * 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.
6040
5351
  */
6041
5352
  "onIonChange"?: (event: IonCheckboxCustomEvent<CheckboxChangeEventDetail>) => void;
6042
5353
  /**
6043
5354
  * Emitted when the checkbox has focus.
6044
5355
  */
6045
5356
  "onIonFocus"?: (event: IonCheckboxCustomEvent<void>) => void;
6046
- /**
6047
- * Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
6048
- */
6049
- "shape"?: 'soft' | 'rectangular';
6050
- /**
6051
- * Set to `"small"` for a checkbox with less height and padding.
6052
- */
6053
- "size"?: 'small';
6054
- /**
6055
- * The theme determines the visual appearance of the component.
6056
- */
6057
- "theme"?: "ios" | "md" | "ionic";
6058
5357
  /**
6059
5358
  * 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>`.
6060
5359
  */
@@ -6070,31 +5369,15 @@ declare namespace LocalJSX {
6070
5369
  */
6071
5370
  "disabled"?: boolean;
6072
5371
  /**
6073
- * The mode determines the platform behaviors of the component.
5372
+ * The mode determines which platform styles to use.
6074
5373
  */
6075
5374
  "mode"?: "ios" | "md";
6076
5375
  /**
6077
5376
  * Display an outline style button.
6078
5377
  */
6079
5378
  "outline"?: boolean;
6080
- /**
6081
- * 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.
6082
- */
6083
- "shape"?: 'soft' | 'round' | 'rectangular';
6084
- /**
6085
- * Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
6086
- */
6087
- "size"?: 'small' | 'large';
6088
- /**
6089
- * The theme determines the visual appearance of the component.
6090
- */
6091
- "theme"?: "ios" | "md" | "ionic";
6092
5379
  }
6093
5380
  interface IonCol {
6094
- /**
6095
- * The mode determines the platform behaviors of the component.
6096
- */
6097
- "mode"?: "ios" | "md";
6098
5381
  /**
6099
5382
  * The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
6100
5383
  */
@@ -6191,10 +5474,6 @@ declare namespace LocalJSX {
6191
5474
  * 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.
6192
5475
  */
6193
5476
  "sizeXs"?: string;
6194
- /**
6195
- * The theme determines the visual appearance of the component.
6196
- */
6197
- "theme"?: "ios" | "md" | "ionic";
6198
5477
  }
6199
5478
  interface IonContent {
6200
5479
  /**
@@ -6213,10 +5492,6 @@ declare namespace LocalJSX {
6213
5492
  * If `true`, the content will scroll behind the headers and footers. This effect can easily be seen by setting the toolbar to transparent.
6214
5493
  */
6215
5494
  "fullscreen"?: boolean;
6216
- /**
6217
- * The mode determines the platform behaviors of the component.
6218
- */
6219
- "mode"?: "ios" | "md";
6220
5495
  /**
6221
5496
  * Emitted while scrolling. This event is disabled by default. Set `scrollEvents` to `true` to enable.
6222
5497
  */
@@ -6241,10 +5516,6 @@ declare namespace LocalJSX {
6241
5516
  * If you want to disable the content scrolling in the Y axis, set this property to `false`.
6242
5517
  */
6243
5518
  "scrollY"?: boolean;
6244
- /**
6245
- * The theme determines the visual appearance of the component.
6246
- */
6247
- "theme"?: "ios" | "md" | "ionic";
6248
5519
  }
6249
5520
  interface IonDatetime {
6250
5521
  /**
@@ -6312,7 +5583,7 @@ declare namespace LocalJSX {
6312
5583
  */
6313
5584
  "minuteValues"?: number[] | number | string;
6314
5585
  /**
6315
- * The mode determines the platform behaviors of the component.
5586
+ * The mode determines which platform styles to use.
6316
5587
  */
6317
5588
  "mode"?: "ios" | "md";
6318
5589
  /**
@@ -6375,10 +5646,6 @@ declare namespace LocalJSX {
6375
5646
  * If `cover`, the `ion-datetime` will expand to cover the full width of its container. If `fixed`, the `ion-datetime` will have a fixed width.
6376
5647
  */
6377
5648
  "size"?: 'cover' | 'fixed';
6378
- /**
6379
- * The theme determines the visual appearance of the component.
6380
- */
6381
- "theme"?: "ios" | "md" | "ionic";
6382
5649
  /**
6383
5650
  * 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.
6384
5651
  */
@@ -6406,13 +5673,9 @@ declare namespace LocalJSX {
6406
5673
  */
6407
5674
  "disabled"?: boolean;
6408
5675
  /**
6409
- * The mode determines the platform behaviors of the component.
5676
+ * The mode determines which platform styles to use.
6410
5677
  */
6411
5678
  "mode"?: "ios" | "md";
6412
- /**
6413
- * The theme determines the visual appearance of the component.
6414
- */
6415
- "theme"?: "ios" | "md" | "ionic";
6416
5679
  }
6417
5680
  interface IonFab {
6418
5681
  /**
@@ -6427,14 +5690,6 @@ declare namespace LocalJSX {
6427
5690
  * Where to align the fab horizontally in the viewport.
6428
5691
  */
6429
5692
  "horizontal"?: 'start' | 'end' | 'center';
6430
- /**
6431
- * The mode determines the platform behaviors of the component.
6432
- */
6433
- "mode"?: "ios" | "md";
6434
- /**
6435
- * The theme determines the visual appearance of the component.
6436
- */
6437
- "theme"?: "ios" | "md" | "ionic";
6438
5693
  /**
6439
5694
  * Where to align the fab vertically in the viewport.
6440
5695
  */
@@ -6466,7 +5721,7 @@ declare namespace LocalJSX {
6466
5721
  */
6467
5722
  "href"?: string | undefined;
6468
5723
  /**
6469
- * The mode determines the platform behaviors of the component.
5724
+ * The mode determines which platform styles to use.
6470
5725
  */
6471
5726
  "mode"?: "ios" | "md";
6472
5727
  /**
@@ -6502,11 +5757,7 @@ declare namespace LocalJSX {
6502
5757
  */
6503
5758
  "target"?: string | undefined;
6504
5759
  /**
6505
- * The theme determines the visual appearance of the component.
6506
- */
6507
- "theme"?: "ios" | "md" | "ionic";
6508
- /**
6509
- * 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).
5760
+ * 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).
6510
5761
  */
6511
5762
  "translucent"?: boolean;
6512
5763
  /**
@@ -6519,34 +5770,22 @@ declare namespace LocalJSX {
6519
5770
  * If `true`, the fab list will show all fab buttons in the list.
6520
5771
  */
6521
5772
  "activated"?: boolean;
6522
- /**
6523
- * The mode determines the platform behaviors of the component.
6524
- */
6525
- "mode"?: "ios" | "md";
6526
5773
  /**
6527
5774
  * The side the fab list will show on relative to the main fab button.
6528
5775
  */
6529
5776
  "side"?: 'start' | 'end' | 'top' | 'bottom';
6530
- /**
6531
- * The theme determines the visual appearance of the component.
6532
- */
6533
- "theme"?: "ios" | "md" | "ionic";
6534
5777
  }
6535
5778
  interface IonFooter {
6536
5779
  /**
6537
- * Describes the scroll effect that will be applied to the footer. Only applies when the theme is `"ios"`.
5780
+ * Describes the scroll effect that will be applied to the footer. Only applies in iOS mode.
6538
5781
  */
6539
5782
  "collapse"?: 'fade';
6540
5783
  /**
6541
- * The mode determines the platform behaviors of the component.
5784
+ * The mode determines which platform styles to use.
6542
5785
  */
6543
5786
  "mode"?: "ios" | "md";
6544
5787
  /**
6545
- * The theme determines the visual appearance of the component.
6546
- */
6547
- "theme"?: "ios" | "md" | "ionic";
6548
- /**
6549
- * 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.
5788
+ * 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.
6550
5789
  */
6551
5790
  "translucent"?: boolean;
6552
5791
  }
@@ -6555,34 +5794,18 @@ declare namespace LocalJSX {
6555
5794
  * If `true`, the grid will have a fixed width based on the screen size.
6556
5795
  */
6557
5796
  "fixed"?: boolean;
5797
+ }
5798
+ interface IonHeader {
6558
5799
  /**
6559
- * The mode determines the platform behaviors of the component.
6560
- */
6561
- "mode"?: "ios" | "md";
6562
- /**
6563
- * The theme determines the visual appearance of the component.
6564
- */
6565
- "theme"?: "ios" | "md" | "ionic";
6566
- }
6567
- interface IonHeader {
6568
- /**
6569
- * 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)
5800
+ * 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)
6570
5801
  */
6571
5802
  "collapse"?: 'condense' | 'fade';
6572
5803
  /**
6573
- * If `true`, the header will have a line at the bottom. TODO(ROU-10855): add support for this prop on ios/md themes
6574
- */
6575
- "divider"?: boolean;
6576
- /**
6577
- * The mode determines the platform behaviors of the component.
5804
+ * The mode determines which platform styles to use.
6578
5805
  */
6579
5806
  "mode"?: "ios" | "md";
6580
5807
  /**
6581
- * The theme determines the visual appearance of the component.
6582
- */
6583
- "theme"?: "ios" | "md" | "ionic";
6584
- /**
6585
- * If `true`, the header will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility). Note: In order to scroll content behind the header, the `fullscreen` attribute needs to be set on the content.
5808
+ * 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.
6586
5809
  */
6587
5810
  "translucent"?: boolean;
6588
5811
  }
@@ -6591,10 +5814,6 @@ declare namespace LocalJSX {
6591
5814
  * 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.
6592
5815
  */
6593
5816
  "alt"?: string;
6594
- /**
6595
- * The mode determines the platform behaviors of the component.
6596
- */
6597
- "mode"?: "ios" | "md";
6598
5817
  /**
6599
5818
  * Emitted when the img fails to load
6600
5819
  */
@@ -6611,20 +5830,12 @@ declare namespace LocalJSX {
6611
5830
  * The image URL. This attribute is mandatory for the `<img>` element.
6612
5831
  */
6613
5832
  "src"?: string;
6614
- /**
6615
- * The theme determines the visual appearance of the component.
6616
- */
6617
- "theme"?: "ios" | "md" | "ionic";
6618
5833
  }
6619
5834
  interface IonInfiniteScroll {
6620
5835
  /**
6621
5836
  * If `true`, the infinite scroll will be hidden and scroll event listeners will be removed. Set this to true to disable the infinite scroll from actively trying to receive new data while scrolling. This is useful when it is known that there is no more data that can be added, and the infinite scroll is no longer needed.
6622
5837
  */
6623
5838
  "disabled"?: boolean;
6624
- /**
6625
- * The mode determines the platform behaviors of the component.
6626
- */
6627
- "mode"?: "ios" | "md";
6628
5839
  /**
6629
5840
  * 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.
6630
5841
  */
@@ -6633,10 +5844,6 @@ declare namespace LocalJSX {
6633
5844
  * The position of the infinite scroll element. The value can be either `top` or `bottom`.
6634
5845
  */
6635
5846
  "position"?: 'top' | 'bottom';
6636
- /**
6637
- * The theme determines the visual appearance of the component.
6638
- */
6639
- "theme"?: "ios" | "md" | "ionic";
6640
5847
  /**
6641
5848
  * 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.
6642
5849
  */
@@ -6651,14 +5858,6 @@ declare namespace LocalJSX {
6651
5858
  * 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.
6652
5859
  */
6653
5860
  "loadingText"?: string | IonicSafeString;
6654
- /**
6655
- * The mode determines the platform behaviors of the component.
6656
- */
6657
- "mode"?: "ios" | "md";
6658
- /**
6659
- * The theme determines the visual appearance of the component.
6660
- */
6661
- "theme"?: "ios" | "md" | "ionic";
6662
5861
  }
6663
5862
  interface IonInput {
6664
5863
  /**
@@ -6718,7 +5917,7 @@ declare namespace LocalJSX {
6718
5917
  */
6719
5918
  "errorText"?: string;
6720
5919
  /**
6721
- * 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"`.
5920
+ * 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.
6722
5921
  */
6723
5922
  "fill"?: 'outline' | 'solid';
6724
5923
  /**
@@ -6734,7 +5933,7 @@ declare namespace LocalJSX {
6734
5933
  */
6735
5934
  "label"?: string;
6736
5935
  /**
6737
- * 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.
5936
+ * 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 ("...").
6738
5937
  */
6739
5938
  "labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
6740
5939
  /**
@@ -6754,7 +5953,7 @@ declare namespace LocalJSX {
6754
5953
  */
6755
5954
  "minlength"?: number;
6756
5955
  /**
6757
- * The mode determines the platform behaviors of the component.
5956
+ * The mode determines which platform styles to use.
6758
5957
  */
6759
5958
  "mode"?: "ios" | "md";
6760
5959
  /**
@@ -6798,13 +5997,9 @@ declare namespace LocalJSX {
6798
5997
  */
6799
5998
  "required"?: boolean;
6800
5999
  /**
6801
- * 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"`.
6802
- */
6803
- "shape"?: 'soft' | 'round' | 'rectangular';
6804
- /**
6805
- * 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.
6000
+ * The shape of the input. If "round" it will have an increased border radius.
6806
6001
  */
6807
- "size"?: 'medium' | 'large' | 'xlarge';
6002
+ "shape"?: 'round';
6808
6003
  /**
6809
6004
  * If `true`, the element will have its spelling and grammar checked.
6810
6005
  */
@@ -6813,10 +6008,6 @@ declare namespace LocalJSX {
6813
6008
  * 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.
6814
6009
  */
6815
6010
  "step"?: string;
6816
- /**
6817
- * The theme determines the visual appearance of the component.
6818
- */
6819
- "theme"?: "ios" | "md" | "ionic";
6820
6011
  /**
6821
6012
  * The type of control to display. The default type is text.
6822
6013
  */
@@ -6854,7 +6045,7 @@ declare namespace LocalJSX {
6854
6045
  */
6855
6046
  "color"?: Color;
6856
6047
  /**
6857
- * 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.
6048
+ * 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.
6858
6049
  */
6859
6050
  "detail"?: boolean;
6860
6051
  /**
@@ -6878,7 +6069,7 @@ declare namespace LocalJSX {
6878
6069
  */
6879
6070
  "lines"?: 'full' | 'inset' | 'none';
6880
6071
  /**
6881
- * The mode determines the platform behaviors of the component.
6072
+ * The mode determines which platform styles to use.
6882
6073
  */
6883
6074
  "mode"?: "ios" | "md";
6884
6075
  /**
@@ -6897,10 +6088,6 @@ declare namespace LocalJSX {
6897
6088
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
6898
6089
  */
6899
6090
  "target"?: string | undefined;
6900
- /**
6901
- * The theme determines the visual appearance of the component.
6902
- */
6903
- "theme"?: "ios" | "md" | "ionic";
6904
6091
  /**
6905
6092
  * The type of the button. Only used when an `onclick` or `button` property is present.
6906
6093
  */
@@ -6912,27 +6099,15 @@ declare namespace LocalJSX {
6912
6099
  */
6913
6100
  "color"?: Color;
6914
6101
  /**
6915
- * The mode determines the platform behaviors of the component.
6102
+ * The mode determines which platform styles to use.
6916
6103
  */
6917
6104
  "mode"?: "ios" | "md";
6918
6105
  /**
6919
6106
  * When it's set to `true`, the item-divider will stay visible when it reaches the top of the viewport until the next `ion-item-divider` replaces it. This feature relies in `position:sticky`: https://caniuse.com/#feat=css-sticky
6920
6107
  */
6921
6108
  "sticky"?: boolean;
6922
- /**
6923
- * The theme determines the visual appearance of the component.
6924
- */
6925
- "theme"?: "ios" | "md" | "ionic";
6926
6109
  }
6927
6110
  interface IonItemGroup {
6928
- /**
6929
- * The mode determines the platform behaviors of the component.
6930
- */
6931
- "mode"?: "ios" | "md";
6932
- /**
6933
- * The theme determines the visual appearance of the component.
6934
- */
6935
- "theme"?: "ios" | "md" | "ionic";
6936
6111
  }
6937
6112
  interface IonItemOption {
6938
6113
  /**
@@ -6956,35 +6131,23 @@ declare namespace LocalJSX {
6956
6131
  */
6957
6132
  "href"?: string | undefined;
6958
6133
  /**
6959
- * The mode determines the platform behaviors of the component.
6134
+ * The mode determines which platform styles to use.
6960
6135
  */
6961
6136
  "mode"?: "ios" | "md";
6962
6137
  /**
6963
6138
  * 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).
6964
6139
  */
6965
6140
  "rel"?: string | undefined;
6966
- /**
6967
- * 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.
6968
- */
6969
- "shape"?: 'soft' | 'round' | 'rectangular';
6970
6141
  /**
6971
6142
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
6972
6143
  */
6973
6144
  "target"?: string | undefined;
6974
- /**
6975
- * The theme determines the visual appearance of the component.
6976
- */
6977
- "theme"?: "ios" | "md" | "ionic";
6978
6145
  /**
6979
6146
  * The type of the button.
6980
6147
  */
6981
6148
  "type"?: 'submit' | 'reset' | 'button';
6982
6149
  }
6983
6150
  interface IonItemOptions {
6984
- /**
6985
- * The mode determines the platform behaviors of the component.
6986
- */
6987
- "mode"?: "ios" | "md";
6988
6151
  /**
6989
6152
  * Emitted when the item has been fully swiped.
6990
6153
  */
@@ -6993,28 +6156,16 @@ declare namespace LocalJSX {
6993
6156
  * 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.
6994
6157
  */
6995
6158
  "side"?: Side;
6996
- /**
6997
- * The theme determines the visual appearance of the component.
6998
- */
6999
- "theme"?: "ios" | "md" | "ionic";
7000
6159
  }
7001
6160
  interface IonItemSliding {
7002
6161
  /**
7003
6162
  * If `true`, the user cannot interact with the sliding item.
7004
6163
  */
7005
6164
  "disabled"?: boolean;
7006
- /**
7007
- * The mode determines the platform behaviors of the component.
7008
- */
7009
- "mode"?: "ios" | "md";
7010
6165
  /**
7011
6166
  * Emitted when the sliding position changes.
7012
6167
  */
7013
6168
  "onIonDrag"?: (event: IonItemSlidingCustomEvent<any>) => void;
7014
- /**
7015
- * The theme determines the visual appearance of the component.
7016
- */
7017
- "theme"?: "ios" | "md" | "ionic";
7018
6169
  }
7019
6170
  interface IonLabel {
7020
6171
  /**
@@ -7022,17 +6173,13 @@ declare namespace LocalJSX {
7022
6173
  */
7023
6174
  "color"?: Color;
7024
6175
  /**
7025
- * The mode determines the platform behaviors of the component.
6176
+ * The mode determines which platform styles to use.
7026
6177
  */
7027
6178
  "mode"?: "ios" | "md";
7028
6179
  /**
7029
6180
  * The position determines where and how the label behaves inside an item.
7030
6181
  */
7031
6182
  "position"?: 'fixed' | 'stacked' | 'floating';
7032
- /**
7033
- * The theme determines the visual appearance of the component.
7034
- */
7035
- "theme"?: "ios" | "md" | "ionic";
7036
6183
  }
7037
6184
  interface IonList {
7038
6185
  /**
@@ -7044,17 +6191,9 @@ declare namespace LocalJSX {
7044
6191
  */
7045
6192
  "lines"?: 'full' | 'inset' | 'none';
7046
6193
  /**
7047
- * The mode determines the platform behaviors of the component.
6194
+ * The mode determines which platform styles to use.
7048
6195
  */
7049
6196
  "mode"?: "ios" | "md";
7050
- /**
7051
- * 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.
7052
- */
7053
- "shape"?: 'soft' | 'round' | 'rectangular';
7054
- /**
7055
- * The theme determines the visual appearance of the component.
7056
- */
7057
- "theme"?: "ios" | "md" | "ionic";
7058
6197
  }
7059
6198
  interface IonListHeader {
7060
6199
  /**
@@ -7066,13 +6205,9 @@ declare namespace LocalJSX {
7066
6205
  */
7067
6206
  "lines"?: 'full' | 'inset' | 'none';
7068
6207
  /**
7069
- * The mode determines the platform behaviors of the component.
6208
+ * The mode determines which platform styles to use.
7070
6209
  */
7071
6210
  "mode"?: "ios" | "md";
7072
- /**
7073
- * The theme determines the visual appearance of the component.
7074
- */
7075
- "theme"?: "ios" | "md" | "ionic";
7076
6211
  }
7077
6212
  interface IonLoading {
7078
6213
  /**
@@ -7116,7 +6251,7 @@ declare namespace LocalJSX {
7116
6251
  */
7117
6252
  "message"?: string | IonicSafeString;
7118
6253
  /**
7119
- * The mode determines the platform behaviors of the component.
6254
+ * The mode determines which platform styles to use.
7120
6255
  */
7121
6256
  "mode"?: "ios" | "md";
7122
6257
  /**
@@ -7160,11 +6295,7 @@ declare namespace LocalJSX {
7160
6295
  */
7161
6296
  "spinner"?: SpinnerTypes | null;
7162
6297
  /**
7163
- * The theme determines the visual appearance of the component.
7164
- */
7165
- "theme"?: "ios" | "md" | "ionic";
7166
- /**
7167
- * 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).
6298
+ * 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).
7168
6299
  */
7169
6300
  "translucent"?: boolean;
7170
6301
  /**
@@ -7189,10 +6320,6 @@ declare namespace LocalJSX {
7189
6320
  * An id for the menu.
7190
6321
  */
7191
6322
  "menuId"?: string;
7192
- /**
7193
- * The mode determines the platform behaviors of the component.
7194
- */
7195
- "mode"?: "ios" | "md";
7196
6323
  /**
7197
6324
  * Emitted when the menu is closed.
7198
6325
  */
@@ -7217,10 +6344,6 @@ declare namespace LocalJSX {
7217
6344
  * If `true`, swiping the menu is enabled.
7218
6345
  */
7219
6346
  "swipeGesture"?: boolean;
7220
- /**
7221
- * The theme determines the visual appearance of the component.
7222
- */
7223
- "theme"?: "ios" | "md" | "ionic";
7224
6347
  /**
7225
6348
  * The display type of the menu. Available options: `"overlay"`, `"reveal"`, `"push"`.
7226
6349
  */
@@ -7244,13 +6367,9 @@ declare namespace LocalJSX {
7244
6367
  */
7245
6368
  "menu"?: string;
7246
6369
  /**
7247
- * The mode determines the platform behaviors of the component.
6370
+ * The mode determines which platform styles to use.
7248
6371
  */
7249
6372
  "mode"?: "ios" | "md";
7250
- /**
7251
- * The theme determines the visual appearance of the component.
7252
- */
7253
- "theme"?: "ios" | "md" | "ionic";
7254
6373
  /**
7255
6374
  * The type of the button.
7256
6375
  */
@@ -7265,14 +6384,6 @@ declare namespace LocalJSX {
7265
6384
  * 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.
7266
6385
  */
7267
6386
  "menu"?: string;
7268
- /**
7269
- * The mode determines the platform behaviors of the component.
7270
- */
7271
- "mode"?: "ios" | "md";
7272
- /**
7273
- * The theme determines the visual appearance of the component.
7274
- */
7275
- "theme"?: "ios" | "md" | "ionic";
7276
6387
  }
7277
6388
  interface IonModal {
7278
6389
  /**
@@ -7336,7 +6447,7 @@ declare namespace LocalJSX {
7336
6447
  */
7337
6448
  "leaveAnimation"?: AnimationBuilder;
7338
6449
  /**
7339
- * The mode determines the platform behaviors of the component.
6450
+ * The mode determines which platform styles to use.
7340
6451
  */
7341
6452
  "mode"?: "ios" | "md";
7342
6453
  /**
@@ -7379,18 +6490,10 @@ declare namespace LocalJSX {
7379
6490
  * 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.
7380
6491
  */
7381
6492
  "presentingElement"?: HTMLElement;
7382
- /**
7383
- * 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.
7384
- */
7385
- "shape"?: 'soft' | 'round' | 'rectangular';
7386
6493
  /**
7387
6494
  * 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.
7388
6495
  */
7389
6496
  "showBackdrop"?: boolean;
7390
- /**
7391
- * The theme determines the visual appearance of the component.
7392
- */
7393
- "theme"?: "ios" | "md" | "ionic";
7394
6497
  /**
7395
6498
  * An ID corresponding to the trigger element that causes the modal to open when clicked.
7396
6499
  */
@@ -7402,13 +6505,9 @@ declare namespace LocalJSX {
7402
6505
  */
7403
6506
  "animated"?: boolean;
7404
6507
  /**
7405
- * 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.
6508
+ * 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.
7406
6509
  */
7407
6510
  "animation"?: AnimationBuilder;
7408
- /**
7409
- * The mode determines the platform behaviors of the component.
7410
- */
7411
- "mode"?: "ios" | "md";
7412
6511
  /**
7413
6512
  * Event fired when the nav has changed components
7414
6513
  */
@@ -7429,10 +6528,6 @@ declare namespace LocalJSX {
7429
6528
  * If the nav component should allow for swipe-to-go-back.
7430
6529
  */
7431
6530
  "swipeGesture"?: boolean;
7432
- /**
7433
- * The theme determines the visual appearance of the component.
7434
- */
7435
- "theme"?: "ios" | "md" | "ionic";
7436
6531
  }
7437
6532
  interface IonNavLink {
7438
6533
  /**
@@ -7443,10 +6538,6 @@ declare namespace LocalJSX {
7443
6538
  * Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
7444
6539
  */
7445
6540
  "componentProps"?: ComponentProps;
7446
- /**
7447
- * The mode determines the platform behaviors of the component.
7448
- */
7449
- "mode"?: "ios" | "md";
7450
6541
  /**
7451
6542
  * The transition animation when navigating to another page.
7452
6543
  */
@@ -7455,10 +6546,6 @@ declare namespace LocalJSX {
7455
6546
  * The transition direction when navigating to another page.
7456
6547
  */
7457
6548
  "routerDirection"?: RouterDirection;
7458
- /**
7459
- * The theme determines the visual appearance of the component.
7460
- */
7461
- "theme"?: "ios" | "md" | "ionic";
7462
6549
  }
7463
6550
  interface IonNote {
7464
6551
  /**
@@ -7466,23 +6553,15 @@ declare namespace LocalJSX {
7466
6553
  */
7467
6554
  "color"?: Color;
7468
6555
  /**
7469
- * The mode determines the platform behaviors of the component.
6556
+ * The mode determines which platform styles to use.
7470
6557
  */
7471
6558
  "mode"?: "ios" | "md";
7472
- /**
7473
- * The theme determines the visual appearance of the component.
7474
- */
7475
- "theme"?: "ios" | "md" | "ionic";
7476
6559
  }
7477
6560
  interface IonPicker {
7478
6561
  /**
7479
- * The mode determines the platform behaviors of the component.
6562
+ * The mode determines which platform styles to use.
7480
6563
  */
7481
6564
  "mode"?: "ios" | "md";
7482
- /**
7483
- * The theme determines the visual appearance of the component.
7484
- */
7485
- "theme"?: "ios" | "md" | "ionic";
7486
6565
  }
7487
6566
  interface IonPickerColumn {
7488
6567
  /**
@@ -7494,17 +6573,13 @@ declare namespace LocalJSX {
7494
6573
  */
7495
6574
  "disabled"?: boolean;
7496
6575
  /**
7497
- * The mode determines the platform behaviors of the component.
6576
+ * The mode determines which platform styles to use.
7498
6577
  */
7499
6578
  "mode"?: "ios" | "md";
7500
6579
  /**
7501
6580
  * Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
7502
6581
  */
7503
6582
  "onIonChange"?: (event: IonPickerColumnCustomEvent<PickerColumnChangeEventDetail>) => void;
7504
- /**
7505
- * The theme determines the visual appearance of the component.
7506
- */
7507
- "theme"?: "ios" | "md" | "ionic";
7508
6583
  /**
7509
6584
  * The selected option in the picker.
7510
6585
  */
@@ -7519,14 +6594,6 @@ declare namespace LocalJSX {
7519
6594
  * If `true`, the user cannot interact with the picker column option.
7520
6595
  */
7521
6596
  "disabled"?: boolean;
7522
- /**
7523
- * The mode determines the platform behaviors of the component.
7524
- */
7525
- "mode"?: "ios" | "md";
7526
- /**
7527
- * The theme determines the visual appearance of the component.
7528
- */
7529
- "theme"?: "ios" | "md" | "ionic";
7530
6597
  /**
7531
6598
  * The text value of the option.
7532
6599
  */
@@ -7578,7 +6645,7 @@ declare namespace LocalJSX {
7578
6645
  */
7579
6646
  "leaveAnimation"?: AnimationBuilder;
7580
6647
  /**
7581
- * The mode determines the platform behaviors of the component.
6648
+ * The mode determines which platform styles to use.
7582
6649
  */
7583
6650
  "mode"?: "ios" | "md";
7584
6651
  /**
@@ -7617,10 +6684,6 @@ declare namespace LocalJSX {
7617
6684
  * If `true`, a backdrop will be displayed behind the picker.
7618
6685
  */
7619
6686
  "showBackdrop"?: boolean;
7620
- /**
7621
- * The theme determines the visual appearance of the component.
7622
- */
7623
- "theme"?: "ios" | "md" | "ionic";
7624
6687
  /**
7625
6688
  * An ID corresponding to the trigger element that causes the picker to open when clicked.
7626
6689
  */
@@ -7634,7 +6697,7 @@ declare namespace LocalJSX {
7634
6697
  }
7635
6698
  interface IonPopover {
7636
6699
  /**
7637
- * Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `"ios"` theme, and `"start"` for `"md"` theme.
6700
+ * Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios` mode, and `"start"` for `md` mode.
7638
6701
  */
7639
6702
  "alignment"?: PositionAlign;
7640
6703
  /**
@@ -7642,7 +6705,7 @@ declare namespace LocalJSX {
7642
6705
  */
7643
6706
  "animated"?: boolean;
7644
6707
  /**
7645
- * If `true`, the popover will display an arrow that points at the `reference` on `"ios"` theme.
6708
+ * If `true`, the popover will display an arrow that points at the `reference` when running in `ios` mode. Does not apply in `md` mode.
7646
6709
  */
7647
6710
  "arrow"?: boolean;
7648
6711
  /**
@@ -7694,7 +6757,7 @@ declare namespace LocalJSX {
7694
6757
  */
7695
6758
  "leaveAnimation"?: AnimationBuilder;
7696
6759
  /**
7697
- * The mode determines the platform behaviors of the component.
6760
+ * The mode determines which platform styles to use.
7698
6761
  */
7699
6762
  "mode"?: "ios" | "md";
7700
6763
  /**
@@ -7746,11 +6809,7 @@ declare namespace LocalJSX {
7746
6809
  */
7747
6810
  "size"?: PopoverSize;
7748
6811
  /**
7749
- * The theme determines the visual appearance of the component.
7750
- */
7751
- "theme"?: "ios" | "md" | "ionic";
7752
- /**
7753
- * 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).
6812
+ * 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).
7754
6813
  */
7755
6814
  "translucent"?: boolean;
7756
6815
  /**
@@ -7772,17 +6831,13 @@ declare namespace LocalJSX {
7772
6831
  */
7773
6832
  "color"?: Color;
7774
6833
  /**
7775
- * The mode determines the platform behaviors of the component.
6834
+ * The mode determines which platform styles to use.
7776
6835
  */
7777
6836
  "mode"?: "ios" | "md";
7778
6837
  /**
7779
6838
  * If true, reverse the progress bar direction.
7780
6839
  */
7781
6840
  "reversed"?: boolean;
7782
- /**
7783
- * The theme determines the visual appearance of the component.
7784
- */
7785
- "theme"?: "ios" | "md" | "ionic";
7786
6841
  /**
7787
6842
  * 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).
7788
6843
  */
@@ -7814,7 +6869,7 @@ declare namespace LocalJSX {
7814
6869
  */
7815
6870
  "labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
7816
6871
  /**
7817
- * The mode determines the platform behaviors of the component.
6872
+ * The mode determines which platform styles to use.
7818
6873
  */
7819
6874
  "mode"?: "ios" | "md";
7820
6875
  /**
@@ -7829,10 +6884,6 @@ declare namespace LocalJSX {
7829
6884
  * Emitted when the radio button has focus.
7830
6885
  */
7831
6886
  "onIonFocus"?: (event: IonRadioCustomEvent<void>) => void;
7832
- /**
7833
- * The theme determines the visual appearance of the component.
7834
- */
7835
- "theme"?: "ios" | "md" | "ionic";
7836
6887
  /**
7837
6888
  * the value of the radio.
7838
6889
  */
@@ -7847,10 +6898,6 @@ declare namespace LocalJSX {
7847
6898
  * This property allows developers to specify a custom function or property name for comparing objects when determining the selected option in the ion-radio-group. When not specified, the default behavior will use strict equality (===) for comparison.
7848
6899
  */
7849
6900
  "compareWith"?: string | RadioGroupCompareFn | null;
7850
- /**
7851
- * The mode determines the platform behaviors of the component.
7852
- */
7853
- "mode"?: "ios" | "md";
7854
6901
  /**
7855
6902
  * The name of the control, which is submitted with the form data.
7856
6903
  */
@@ -7859,10 +6906,6 @@ declare namespace LocalJSX {
7859
6906
  * Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
7860
6907
  */
7861
6908
  "onIonChange"?: (event: IonRadioGroupCustomEvent<RadioGroupChangeEventDetail>) => void;
7862
- /**
7863
- * The theme determines the visual appearance of the component.
7864
- */
7865
- "theme"?: "ios" | "md" | "ionic";
7866
6909
  /**
7867
6910
  * the value of the radio group.
7868
6911
  */
@@ -7906,7 +6949,7 @@ declare namespace LocalJSX {
7906
6949
  */
7907
6950
  "min"?: number;
7908
6951
  /**
7909
- * The mode determines the platform behaviors of the component.
6952
+ * The mode determines which platform styles to use.
7910
6953
  */
7911
6954
  "mode"?: "ios" | "md";
7912
6955
  /**
@@ -7953,10 +6996,6 @@ declare namespace LocalJSX {
7953
6996
  * Specifies the value granularity.
7954
6997
  */
7955
6998
  "step"?: number;
7956
- /**
7957
- * The theme determines the visual appearance of the component.
7958
- */
7959
- "theme"?: "ios" | "md" | "ionic";
7960
6999
  /**
7961
7000
  * If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
7962
7001
  */
@@ -7976,7 +7015,7 @@ declare namespace LocalJSX {
7976
7015
  */
7977
7016
  "disabled"?: boolean;
7978
7017
  /**
7979
- * The mode determines the platform behaviors of the component.
7018
+ * The mode determines which platform styles to use.
7980
7019
  */
7981
7020
  "mode"?: "ios" | "md";
7982
7021
  /**
@@ -8007,16 +7046,8 @@ declare namespace LocalJSX {
8007
7046
  * Time it takes the refresher to snap back to the `refreshing` state. Does not apply when the refresher content uses a spinner, enabling the native refresher.
8008
7047
  */
8009
7048
  "snapbackDuration"?: string;
8010
- /**
8011
- * The theme determines the visual appearance of the component.
8012
- */
8013
- "theme"?: "ios" | "md" | "ionic";
8014
7049
  }
8015
7050
  interface IonRefresherContent {
8016
- /**
8017
- * The mode determines the platform behaviors of the component.
8018
- */
8019
- "mode"?: "ios" | "md";
8020
7051
  /**
8021
7052
  * 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.
8022
7053
  */
@@ -8033,48 +7064,20 @@ declare namespace LocalJSX {
8033
7064
  * 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.
8034
7065
  */
8035
7066
  "refreshingText"?: string | IonicSafeString;
8036
- /**
8037
- * The theme determines the visual appearance of the component.
8038
- */
8039
- "theme"?: "ios" | "md" | "ionic";
8040
7067
  }
8041
7068
  interface IonReorder {
8042
- /**
8043
- * The mode determines the platform behaviors of the component.
8044
- */
8045
- "mode"?: "ios" | "md";
8046
- /**
8047
- * The theme determines the visual appearance of the component.
8048
- */
8049
- "theme"?: "ios" | "md" | "ionic";
8050
7069
  }
8051
7070
  interface IonReorderGroup {
8052
7071
  /**
8053
7072
  * If `true`, the reorder will be hidden.
8054
7073
  */
8055
7074
  "disabled"?: boolean;
8056
- /**
8057
- * The mode determines the platform behaviors of the component.
8058
- */
8059
- "mode"?: "ios" | "md";
8060
7075
  /**
8061
7076
  * Event that needs to be listened to in order to complete the reorder action. Once the event has been emitted, the `complete()` method then needs to be called in order to finalize the reorder action.
8062
7077
  */
8063
7078
  "onIonItemReorder"?: (event: IonReorderGroupCustomEvent<ItemReorderEventDetail>) => void;
8064
- /**
8065
- * The theme determines the visual appearance of the component.
8066
- */
8067
- "theme"?: "ios" | "md" | "ionic";
8068
7079
  }
8069
7080
  interface IonRippleEffect {
8070
- /**
8071
- * The mode determines the platform behaviors of the component.
8072
- */
8073
- "mode"?: "ios" | "md";
8074
- /**
8075
- * The theme determines the visual appearance of the component.
8076
- */
8077
- "theme"?: "ios" | "md" | "ionic";
8078
7081
  /**
8079
7082
  * 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.
8080
7083
  */
@@ -8097,18 +7100,10 @@ declare namespace LocalJSX {
8097
7100
  * A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
8098
7101
  */
8099
7102
  "componentProps"?: { [key: string]: any };
8100
- /**
8101
- * The mode determines the platform behaviors of the component.
8102
- */
8103
- "mode"?: "ios" | "md";
8104
7103
  /**
8105
7104
  * Used internally by `ion-router` to know when this route did change.
8106
7105
  */
8107
7106
  "onIonRouteDataChanged"?: (event: IonRouteCustomEvent<any>) => void;
8108
- /**
8109
- * The theme determines the visual appearance of the component.
8110
- */
8111
- "theme"?: "ios" | "md" | "ionic";
8112
7107
  /**
8113
7108
  * 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.
8114
7109
  */
@@ -8129,10 +7124,6 @@ declare namespace LocalJSX {
8129
7124
  "to": string | undefined | null;
8130
7125
  }
8131
7126
  interface IonRouter {
8132
- /**
8133
- * The mode determines the platform behaviors of the component.
8134
- */
8135
- "mode"?: "ios" | "md";
8136
7127
  /**
8137
7128
  * Emitted when the route had changed
8138
7129
  */
@@ -8145,10 +7136,6 @@ declare namespace LocalJSX {
8145
7136
  * The root path to use when matching URLs. By default, this is set to "/", but you can specify an alternate prefix for all URL paths.
8146
7137
  */
8147
7138
  "root"?: string;
8148
- /**
8149
- * The theme determines the visual appearance of the component.
8150
- */
8151
- "theme"?: "ios" | "md" | "ionic";
8152
7139
  /**
8153
7140
  * 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.
8154
7141
  */
@@ -8163,10 +7150,6 @@ declare namespace LocalJSX {
8163
7150
  * Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
8164
7151
  */
8165
7152
  "href"?: string | undefined;
8166
- /**
8167
- * The mode determines the platform behaviors of the component.
8168
- */
8169
- "mode"?: "ios" | "md";
8170
7153
  /**
8171
7154
  * 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).
8172
7155
  */
@@ -8183,10 +7166,6 @@ declare namespace LocalJSX {
8183
7166
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
8184
7167
  */
8185
7168
  "target"?: string | undefined;
8186
- /**
8187
- * The theme determines the visual appearance of the component.
8188
- */
8189
- "theme"?: "ios" | "md" | "ionic";
8190
7169
  }
8191
7170
  interface IonRouterOutlet {
8192
7171
  /**
@@ -8198,23 +7177,11 @@ declare namespace LocalJSX {
8198
7177
  */
8199
7178
  "animation"?: AnimationBuilder;
8200
7179
  /**
8201
- * The mode determines the platform behaviors of the component.
7180
+ * The mode determines which platform styles to use.
8202
7181
  */
8203
7182
  "mode"?: "ios" | "md";
8204
- /**
8205
- * The theme determines the visual appearance of the component.
8206
- */
8207
- "theme"?: "ios" | "md" | "ionic";
8208
7183
  }
8209
7184
  interface IonRow {
8210
- /**
8211
- * The mode determines the platform behaviors of the component.
8212
- */
8213
- "mode"?: "ios" | "md";
8214
- /**
8215
- * The theme determines the visual appearance of the component.
8216
- */
8217
- "theme"?: "ios" | "md" | "ionic";
8218
7185
  }
8219
7186
  interface IonSearchbar {
8220
7187
  /**
@@ -8234,15 +7201,15 @@ declare namespace LocalJSX {
8234
7201
  */
8235
7202
  "autocorrect"?: 'on' | 'off';
8236
7203
  /**
8237
- * Set the cancel button icon. Only available when the theme is `"md"`. Defaults to `"arrow-back-sharp"`.
7204
+ * Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
8238
7205
  */
8239
7206
  "cancelButtonIcon"?: string;
8240
7207
  /**
8241
- * Set the the cancel button text. Only available when the theme is `"ios"`.
7208
+ * Set the the cancel button text. Only applies to `ios` mode.
8242
7209
  */
8243
7210
  "cancelButtonText"?: string;
8244
7211
  /**
8245
- * Set the clear icon. Defaults to `"close-circle"` for `"ios"` theme and `"close-sharp"` for `"md"` and `"ionic"` theme.
7212
+ * Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.
8246
7213
  */
8247
7214
  "clearIcon"?: string;
8248
7215
  /**
@@ -8274,7 +7241,7 @@ declare namespace LocalJSX {
8274
7241
  */
8275
7242
  "minlength"?: number;
8276
7243
  /**
8277
- * The mode determines the platform behaviors of the component.
7244
+ * The mode determines which platform styles to use.
8278
7245
  */
8279
7246
  "mode"?: "ios" | "md";
8280
7247
  /**
@@ -8310,7 +7277,7 @@ declare namespace LocalJSX {
8310
7277
  */
8311
7278
  "placeholder"?: string;
8312
7279
  /**
8313
- * 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.
7280
+ * The icon to use as the search icon. Defaults to `search-outline` in `ios` mode and `search-sharp` in `md` mode.
8314
7281
  */
8315
7282
  "searchIcon"?: string;
8316
7283
  /**
@@ -8325,10 +7292,6 @@ declare namespace LocalJSX {
8325
7292
  * If `true`, enable spellcheck on the input.
8326
7293
  */
8327
7294
  "spellcheck"?: boolean;
8328
- /**
8329
- * The theme determines the visual appearance of the component.
8330
- */
8331
- "theme"?: "ios" | "md" | "ionic";
8332
7295
  /**
8333
7296
  * Set the type of the input.
8334
7297
  */
@@ -8348,7 +7311,7 @@ declare namespace LocalJSX {
8348
7311
  */
8349
7312
  "disabled"?: boolean;
8350
7313
  /**
8351
- * The mode determines the platform behaviors of the component.
7314
+ * The mode determines which platform styles to use.
8352
7315
  */
8353
7316
  "mode"?: "ios" | "md";
8354
7317
  /**
@@ -8367,10 +7330,6 @@ declare namespace LocalJSX {
8367
7330
  * If `true`, users will be able to swipe between segment buttons to activate them.
8368
7331
  */
8369
7332
  "swipeGesture"?: boolean;
8370
- /**
8371
- * The theme determines the visual appearance of the component.
8372
- */
8373
- "theme"?: "ios" | "md" | "ionic";
8374
7333
  /**
8375
7334
  * the value of the segment.
8376
7335
  */
@@ -8386,13 +7345,9 @@ declare namespace LocalJSX {
8386
7345
  */
8387
7346
  "layout"?: SegmentButtonLayout;
8388
7347
  /**
8389
- * The mode determines the platform behaviors of the component.
7348
+ * The mode determines which platform styles to use.
8390
7349
  */
8391
7350
  "mode"?: "ios" | "md";
8392
- /**
8393
- * The theme determines the visual appearance of the component.
8394
- */
8395
- "theme"?: "ios" | "md" | "ionic";
8396
7351
  /**
8397
7352
  * The type of the button.
8398
7353
  */
@@ -8420,11 +7375,11 @@ declare namespace LocalJSX {
8420
7375
  */
8421
7376
  "disabled"?: boolean;
8422
7377
  /**
8423
- * 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.
7378
+ * 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.
8424
7379
  */
8425
7380
  "expandedIcon"?: string;
8426
7381
  /**
8427
- * 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.
7382
+ * 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.
8428
7383
  */
8429
7384
  "fill"?: 'outline' | 'solid';
8430
7385
  /**
@@ -8448,7 +7403,7 @@ declare namespace LocalJSX {
8448
7403
  */
8449
7404
  "labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
8450
7405
  /**
8451
- * The mode determines the platform behaviors of the component.
7406
+ * The mode determines which platform styles to use.
8452
7407
  */
8453
7408
  "mode"?: "ios" | "md";
8454
7409
  /**
@@ -8496,11 +7451,7 @@ declare namespace LocalJSX {
8496
7451
  */
8497
7452
  "shape"?: 'round';
8498
7453
  /**
8499
- * The theme determines the visual appearance of the component.
8500
- */
8501
- "theme"?: "ios" | "md" | "ionic";
8502
- /**
8503
- * The toggle icon to use. Defaults to `"chevronExpand"` for the `"ios"` theme, or `"caretDownSharp"` for the `"md"` and `"ionic"` themes.
7454
+ * The toggle icon to use. Defaults to `chevronExpand` for `ios` mode, or `caretDownSharp` for `md` mode.
8504
7455
  */
8505
7456
  "toggleIcon"?: string;
8506
7457
  /**
@@ -8513,14 +7464,6 @@ declare namespace LocalJSX {
8513
7464
  * If `true`, the user cannot interact with the select option. This property does not apply when `interface="action-sheet"` as `ion-action-sheet` does not allow for disabled buttons.
8514
7465
  */
8515
7466
  "disabled"?: boolean;
8516
- /**
8517
- * The mode determines the platform behaviors of the component.
8518
- */
8519
- "mode"?: "ios" | "md";
8520
- /**
8521
- * The theme determines the visual appearance of the component.
8522
- */
8523
- "theme"?: "ios" | "md" | "ionic";
8524
7467
  /**
8525
7468
  * The text value of the option.
8526
7469
  */
@@ -8535,10 +7478,6 @@ declare namespace LocalJSX {
8535
7478
  * The text content of the popover body
8536
7479
  */
8537
7480
  "message"?: string;
8538
- /**
8539
- * The mode determines the platform behaviors of the component.
8540
- */
8541
- "mode"?: "ios" | "md";
8542
7481
  /**
8543
7482
  * If true, the select accepts multiple values
8544
7483
  */
@@ -8551,24 +7490,12 @@ declare namespace LocalJSX {
8551
7490
  * The subheader text of the popover
8552
7491
  */
8553
7492
  "subHeader"?: string;
8554
- /**
8555
- * The theme determines the visual appearance of the component.
8556
- */
8557
- "theme"?: "ios" | "md" | "ionic";
8558
7493
  }
8559
7494
  interface IonSkeletonText {
8560
7495
  /**
8561
7496
  * If `true`, the skeleton text will animate.
8562
7497
  */
8563
7498
  "animated"?: boolean;
8564
- /**
8565
- * The mode determines the platform behaviors of the component.
8566
- */
8567
- "mode"?: "ios" | "md";
8568
- /**
8569
- * The theme determines the visual appearance of the component.
8570
- */
8571
- "theme"?: "ios" | "md" | "ionic";
8572
7499
  }
8573
7500
  interface IonSpinner {
8574
7501
  /**
@@ -8579,10 +7506,6 @@ declare namespace LocalJSX {
8579
7506
  * Duration of the spinner animation in milliseconds. The default varies based on the spinner.
8580
7507
  */
8581
7508
  "duration"?: number;
8582
- /**
8583
- * The mode determines the platform behaviors of the component.
8584
- */
8585
- "mode"?: "ios" | "md";
8586
7509
  /**
8587
7510
  * The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
8588
7511
  */
@@ -8591,14 +7514,6 @@ declare namespace LocalJSX {
8591
7514
  * If `true`, the spinner's animation will be paused.
8592
7515
  */
8593
7516
  "paused"?: boolean;
8594
- /**
8595
- * 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.
8596
- */
8597
- "size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
8598
- /**
8599
- * The theme determines the visual appearance of the component.
8600
- */
8601
- "theme"?: "ios" | "md" | "ionic";
8602
7517
  }
8603
7518
  interface IonSplitPane {
8604
7519
  /**
@@ -8609,18 +7524,10 @@ declare namespace LocalJSX {
8609
7524
  * If `true`, the split pane will be hidden.
8610
7525
  */
8611
7526
  "disabled"?: boolean;
8612
- /**
8613
- * The mode determines the platform behaviors of the component.
8614
- */
8615
- "mode"?: "ios" | "md";
8616
7527
  /**
8617
7528
  * Expression to be called when the split-pane visibility has changed
8618
7529
  */
8619
7530
  "onIonSplitPaneVisible"?: (event: IonSplitPaneCustomEvent<{ visible: boolean }>) => void;
8620
- /**
8621
- * The theme determines the visual appearance of the component.
8622
- */
8623
- "theme"?: "ios" | "md" | "ionic";
8624
7531
  /**
8625
7532
  * When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
8626
7533
  */
@@ -8631,18 +7538,10 @@ declare namespace LocalJSX {
8631
7538
  * The component to display inside of the tab.
8632
7539
  */
8633
7540
  "component"?: ComponentRef;
8634
- /**
8635
- * The mode determines the platform behaviors of the component.
8636
- */
8637
- "mode"?: "ios" | "md";
8638
7541
  /**
8639
7542
  * 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.
8640
7543
  */
8641
7544
  "tab": string;
8642
- /**
8643
- * The theme determines the visual appearance of the component.
8644
- */
8645
- "theme"?: "ios" | "md" | "ionic";
8646
7545
  }
8647
7546
  interface IonTabBar {
8648
7547
  /**
@@ -8650,11 +7549,7 @@ declare namespace LocalJSX {
8650
7549
  */
8651
7550
  "color"?: Color;
8652
7551
  /**
8653
- * 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"`.
8654
- */
8655
- "expand"?: 'compact' | 'full';
8656
- /**
8657
- * The mode determines the platform behaviors of the component.
7552
+ * The mode determines which platform styles to use.
8658
7553
  */
8659
7554
  "mode"?: "ios" | "md";
8660
7555
  /**
@@ -8662,15 +7557,7 @@ declare namespace LocalJSX {
8662
7557
  */
8663
7558
  "selectedTab"?: string;
8664
7559
  /**
8665
- * 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.
8666
- */
8667
- "shape"?: 'soft' | 'round' | 'rectangular';
8668
- /**
8669
- * The theme determines the visual appearance of the component.
8670
- */
8671
- "theme"?: "ios" | "md" | "ionic";
8672
- /**
8673
- * 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).
7560
+ * 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).
8674
7561
  */
8675
7562
  "translucent"?: boolean;
8676
7563
  }
@@ -8692,7 +7579,7 @@ declare namespace LocalJSX {
8692
7579
  */
8693
7580
  "layout"?: TabButtonLayout;
8694
7581
  /**
8695
- * The mode determines the platform behaviors of the component.
7582
+ * The mode determines which platform styles to use.
8696
7583
  */
8697
7584
  "mode"?: "ios" | "md";
8698
7585
  /**
@@ -8711,16 +7598,8 @@ declare namespace LocalJSX {
8711
7598
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
8712
7599
  */
8713
7600
  "target"?: string | undefined;
8714
- /**
8715
- * The theme determines the visual appearance of the component.
8716
- */
8717
- "theme"?: "ios" | "md" | "ionic";
8718
7601
  }
8719
7602
  interface IonTabs {
8720
- /**
8721
- * The mode determines the platform behaviors of the component.
8722
- */
8723
- "mode"?: "ios" | "md";
8724
7603
  /**
8725
7604
  * Emitted when the navigation has finished transitioning to a new component.
8726
7605
  */
@@ -8729,10 +7608,6 @@ declare namespace LocalJSX {
8729
7608
  * Emitted when the navigation is about to transition to a new component.
8730
7609
  */
8731
7610
  "onIonTabsWillChange"?: (event: IonTabsCustomEvent<{ tab: string }>) => void;
8732
- /**
8733
- * The theme determines the visual appearance of the component.
8734
- */
8735
- "theme"?: "ios" | "md" | "ionic";
8736
7611
  }
8737
7612
  interface IonText {
8738
7613
  /**
@@ -8740,13 +7615,9 @@ declare namespace LocalJSX {
8740
7615
  */
8741
7616
  "color"?: Color;
8742
7617
  /**
8743
- * The mode determines the platform behaviors of the component.
7618
+ * The mode determines which platform styles to use.
8744
7619
  */
8745
7620
  "mode"?: "ios" | "md";
8746
- /**
8747
- * The theme determines the visual appearance of the component.
8748
- */
8749
- "theme"?: "ios" | "md" | "ionic";
8750
7621
  }
8751
7622
  interface IonTextarea {
8752
7623
  /**
@@ -8798,7 +7669,7 @@ declare namespace LocalJSX {
8798
7669
  */
8799
7670
  "errorText"?: string;
8800
7671
  /**
8801
- * 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"`.
7672
+ * 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.
8802
7673
  */
8803
7674
  "fill"?: 'outline' | 'solid';
8804
7675
  /**
@@ -8826,7 +7697,7 @@ declare namespace LocalJSX {
8826
7697
  */
8827
7698
  "minlength"?: number;
8828
7699
  /**
8829
- * The mode determines the platform behaviors of the component.
7700
+ * The mode determines which platform styles to use.
8830
7701
  */
8831
7702
  "mode"?: "ios" | "md";
8832
7703
  /**
@@ -8866,21 +7737,13 @@ declare namespace LocalJSX {
8866
7737
  */
8867
7738
  "rows"?: number;
8868
7739
  /**
8869
- * 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.
7740
+ * The shape of the textarea. If "round" it will have an increased border radius.
8870
7741
  */
8871
- "shape"?: 'soft' | 'round' | 'rectangular';
8872
- /**
8873
- * 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.
8874
- */
8875
- "size"?: 'small' | 'medium' | 'large';
7742
+ "shape"?: 'round';
8876
7743
  /**
8877
7744
  * If `true`, the element will have its spelling and grammar checked.
8878
7745
  */
8879
7746
  "spellcheck"?: boolean;
8880
- /**
8881
- * The theme determines the visual appearance of the component.
8882
- */
8883
- "theme"?: "ios" | "md" | "ionic";
8884
7747
  /**
8885
7748
  * The value of the textarea.
8886
7749
  */
@@ -8891,32 +7754,16 @@ declare namespace LocalJSX {
8891
7754
  "wrap"?: 'hard' | 'soft' | 'off';
8892
7755
  }
8893
7756
  interface IonThumbnail {
8894
- /**
8895
- * The mode determines the platform behaviors of the component.
8896
- */
8897
- "mode"?: "ios" | "md";
8898
- /**
8899
- * The theme determines the visual appearance of the component.
8900
- */
8901
- "theme"?: "ios" | "md" | "ionic";
8902
7757
  }
8903
7758
  interface IonTitle {
8904
7759
  /**
8905
7760
  * 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).
8906
7761
  */
8907
7762
  "color"?: Color;
8908
- /**
8909
- * The mode determines the platform behaviors of the component.
8910
- */
8911
- "mode"?: "ios" | "md";
8912
7763
  /**
8913
7764
  * The size of the toolbar title.
8914
7765
  */
8915
7766
  "size"?: 'large' | 'small';
8916
- /**
8917
- * The theme determines the visual appearance of the component.
8918
- */
8919
- "theme"?: "ios" | "md" | "ionic";
8920
7767
  }
8921
7768
  interface IonToast {
8922
7769
  /**
@@ -8976,7 +7823,7 @@ declare namespace LocalJSX {
8976
7823
  */
8977
7824
  "message"?: string | IonicSafeString;
8978
7825
  /**
8979
- * The mode determines the platform behaviors of the component.
7826
+ * The mode determines which platform styles to use.
8980
7827
  */
8981
7828
  "mode"?: "ios" | "md";
8982
7829
  /**
@@ -9024,11 +7871,7 @@ declare namespace LocalJSX {
9024
7871
  */
9025
7872
  "swipeGesture"?: ToastSwipeGestureDirection;
9026
7873
  /**
9027
- * The theme determines the visual appearance of the component.
9028
- */
9029
- "theme"?: "ios" | "md" | "ionic";
9030
- /**
9031
- * 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).
7874
+ * 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).
9032
7875
  */
9033
7876
  "translucent"?: boolean;
9034
7877
  /**
@@ -9066,7 +7909,7 @@ declare namespace LocalJSX {
9066
7909
  */
9067
7910
  "labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
9068
7911
  /**
9069
- * The mode determines the platform behaviors of the component.
7912
+ * The mode determines which platform styles to use.
9070
7913
  */
9071
7914
  "mode"?: "ios" | "md";
9072
7915
  /**
@@ -9085,10 +7928,6 @@ declare namespace LocalJSX {
9085
7928
  * Emitted when the toggle has focus.
9086
7929
  */
9087
7930
  "onIonFocus"?: (event: IonToggleCustomEvent<void>) => void;
9088
- /**
9089
- * The theme determines the visual appearance of the component.
9090
- */
9091
- "theme"?: "ios" | "md" | "ionic";
9092
7931
  /**
9093
7932
  * 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>`.
9094
7933
  */
@@ -9100,13 +7939,9 @@ declare namespace LocalJSX {
9100
7939
  */
9101
7940
  "color"?: Color;
9102
7941
  /**
9103
- * The mode determines the platform behaviors of the component.
7942
+ * The mode determines which platform styles to use.
9104
7943
  */
9105
7944
  "mode"?: "ios" | "md";
9106
- /**
9107
- * The theme determines the visual appearance of the component.
9108
- */
9109
- "theme"?: "ios" | "md" | "ionic";
9110
7945
  }
9111
7946
  interface IntrinsicElements {
9112
7947
  "ion-accordion": IonAccordion;