@ionic/core 8.4.2-dev.11736507189.18234064 → 8.4.2-dev.11737633140.1934dd0f

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 (1183) hide show
  1. package/components/action-sheet.js +8 -13
  2. package/components/alert.js +10 -15
  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 +14 -30
  9. package/components/content.js +12 -14
  10. package/components/data.js +4 -4
  11. package/components/focus-visible.js +1 -8
  12. package/components/framework-delegate.js +1 -3
  13. package/components/hardware-back-button.js +115 -0
  14. package/components/header.js +15 -24
  15. package/components/helpers.js +1 -4
  16. package/components/index2.js +2 -2
  17. package/components/index4.js +9 -8
  18. package/components/index5.js +3 -27
  19. package/components/index6.js +20 -114
  20. package/components/index7.js +27 -163
  21. package/components/index8.js +128 -0
  22. package/{dist/esm/index-62b4a18b.js → components/index9.js} +2 -4
  23. package/components/input-shims.js +2 -2
  24. package/components/input.utils.js +2 -1
  25. package/components/ion-accordion-group.js +6 -25
  26. package/components/ion-accordion.js +17 -36
  27. package/components/ion-app.js +77 -9
  28. package/components/ion-avatar.js +3 -52
  29. package/components/ion-back-button.js +19 -29
  30. package/components/ion-badge.js +8 -44
  31. package/components/ion-breadcrumb.js +11 -45
  32. package/components/ion-breadcrumbs.js +5 -9
  33. package/components/ion-card-content.js +7 -11
  34. package/components/ion-card-header.js +5 -9
  35. package/components/ion-card-subtitle.js +5 -9
  36. package/components/ion-card-title.js +5 -9
  37. package/components/ion-card.js +9 -17
  38. package/components/ion-chip.js +8 -45
  39. package/components/ion-col.js +5 -5
  40. package/components/ion-datetime-button.js +6 -9
  41. package/components/ion-datetime.js +21 -99
  42. package/components/ion-fab-button.js +10 -33
  43. package/components/ion-fab-list.js +5 -5
  44. package/components/ion-fab.js +6 -6
  45. package/components/ion-footer.js +12 -18
  46. package/components/ion-grid.js +5 -5
  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-nav-link.js +1 -1
  62. package/components/ion-nav.js +6 -8
  63. package/components/ion-note.js +5 -9
  64. package/components/ion-picker-legacy.js +8 -7
  65. package/components/ion-progress-bar.js +6 -11
  66. package/components/ion-range.js +10 -13
  67. package/components/ion-refresher-content.js +9 -28
  68. package/components/ion-refresher.js +7 -11
  69. package/components/ion-reorder-group.js +5 -5
  70. package/components/ion-reorder.js +5 -31
  71. package/components/ion-router-link.js +6 -6
  72. package/components/ion-router-outlet.js +3 -4
  73. package/components/ion-row.js +2 -5
  74. package/components/ion-searchbar.js +16 -93
  75. package/components/ion-segment-button.js +7 -11
  76. package/components/ion-segment-content.js +1 -1
  77. package/components/ion-segment-view.js +2 -6
  78. package/components/ion-segment.js +7 -11
  79. package/components/ion-select-option.js +2 -5
  80. package/components/ion-select.js +35 -120
  81. package/components/ion-skeleton-text.js +5 -6
  82. package/components/ion-split-pane.js +8 -12
  83. package/components/ion-tab-bar.js +8 -31
  84. package/components/ion-tab-button.js +7 -28
  85. package/components/ion-tab.js +2 -2
  86. package/components/ion-tabs.js +2 -2
  87. package/components/ion-text.js +5 -5
  88. package/components/ion-textarea.js +11 -38
  89. package/components/ion-thumbnail.js +2 -5
  90. package/components/ion-toast.js +11 -30
  91. package/components/ion-toggle.js +21 -78
  92. package/components/ionic-global.js +84 -374
  93. package/components/ios.transition.js +0 -1
  94. package/components/item.js +11 -41
  95. package/components/keyboard-controller.js +2 -4
  96. package/components/label.js +5 -9
  97. package/components/list-header.js +5 -9
  98. package/components/list.js +6 -29
  99. package/components/modal.js +21 -51
  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 +6 -6
  108. package/components/radio.js +8 -12
  109. package/components/ripple-effect.js +8 -18
  110. package/components/select-modal.js +5 -5
  111. package/components/select-popover.js +2 -9
  112. package/components/spinner.js +9 -36
  113. package/components/status-tap.js +1 -1
  114. package/components/title.js +7 -11
  115. package/components/toolbar.js +7 -11
  116. package/css/core.css +1 -1
  117. package/css/core.css.map +1 -1
  118. package/css/display.css +1 -1
  119. package/css/display.css.map +1 -1
  120. package/css/flex-utils.css.map +1 -1
  121. package/css/float-elements.css.map +1 -1
  122. package/css/global.bundle.css.map +1 -1
  123. package/css/ionic-swiper.css +1 -1
  124. package/css/ionic-swiper.css.map +1 -1
  125. package/css/ionic.bundle.css +1 -1
  126. package/css/ionic.bundle.css.map +1 -1
  127. package/css/normalize.css.map +1 -1
  128. package/css/padding.css.map +1 -1
  129. package/css/palettes/dark.always.css.map +1 -1
  130. package/css/palettes/dark.class.css.map +1 -1
  131. package/css/palettes/dark.system.css.map +1 -1
  132. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  133. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  134. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  135. package/css/palettes/high-contrast.always.css.map +1 -1
  136. package/css/palettes/high-contrast.class.css.map +1 -1
  137. package/css/palettes/high-contrast.system.css.map +1 -1
  138. package/css/structure.css.map +1 -1
  139. package/css/text-alignment.css.map +1 -1
  140. package/css/text-transformation.css.map +1 -1
  141. package/css/typography.css.map +1 -1
  142. package/css/utils.bundle.css +1 -1
  143. package/css/utils.bundle.css.map +1 -1
  144. package/dist/cjs/{animation-58015a44.js → animation-b4fdf128.js} +2 -2
  145. package/dist/cjs/{app-globals-d64148d3.js → app-globals-21afee77.js} +1 -1
  146. package/dist/cjs/{button-active-ec1fd1d8.js → button-active-3f2f60b4.js} +1 -1
  147. package/dist/cjs/{capacitor-454dd071.js → capacitor-c04564bf.js} +3 -3
  148. package/dist/cjs/{data-b726dbee.js → data-21dc0f81.js} +6 -6
  149. package/dist/{esm/focus-visible-501aff19.js → cjs/focus-visible-7a0ce04f.js} +3 -8
  150. package/dist/cjs/{framework-delegate-32f1a0e4.js → framework-delegate-55f5683a.js} +2 -4
  151. package/dist/cjs/{haptic-7c25be74.js → haptic-f6b37aa3.js} +1 -1
  152. package/dist/cjs/hardware-back-button-9e8a2c4f.js +122 -0
  153. package/dist/cjs/{helpers-4e2936d2.js → helpers-afaa9001.js} +1 -4
  154. package/dist/cjs/index-5915f9b3.js +38 -0
  155. package/dist/cjs/{index-604c36ae.js → index-5b6a7459.js} +3 -3
  156. package/dist/cjs/{index-03fbee1d.js → index-8e789962.js} +15 -14
  157. package/dist/cjs/{index-0e0c6196.js → index-9509ecad.js} +7 -9
  158. package/dist/cjs/index-c8d52405.js +10 -0
  159. package/dist/cjs/{index-8f975cf4.js → index-f05acd21.js} +12 -12
  160. package/dist/cjs/index.cjs.js +12 -10
  161. package/dist/cjs/{input-shims-4b4d2251.js → input-shims-9e59ef62.js} +17 -18
  162. package/dist/cjs/{input.utils-fb1debe4.js → input.utils-611cde0b.js} +5 -4
  163. package/dist/cjs/ion-accordion_2.cjs.entry.js +24 -61
  164. package/dist/cjs/ion-action-sheet.cjs.entry.js +18 -21
  165. package/dist/cjs/ion-alert.cjs.entry.js +23 -25
  166. package/dist/cjs/ion-app_8.cjs.entry.js +152 -108
  167. package/dist/cjs/ion-avatar_3.cjs.entry.js +9 -93
  168. package/dist/cjs/ion-back-button.cjs.entry.js +21 -31
  169. package/dist/cjs/ion-backdrop.cjs.entry.js +6 -11
  170. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +15 -53
  171. package/dist/cjs/ion-button_2.cjs.entry.js +15 -46
  172. package/dist/cjs/ion-card_5.cjs.entry.js +28 -52
  173. package/dist/cjs/ion-checkbox.cjs.entry.js +14 -30
  174. package/dist/cjs/ion-chip.cjs.entry.js +7 -43
  175. package/dist/cjs/ion-col_3.cjs.entry.js +10 -14
  176. package/dist/cjs/ion-datetime-button.cjs.entry.js +12 -16
  177. package/dist/cjs/ion-datetime_3.cjs.entry.js +115 -191
  178. package/dist/cjs/ion-fab_3.cjs.entry.js +19 -42
  179. package/dist/cjs/ion-img.cjs.entry.js +3 -7
  180. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +17 -21
  181. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +16 -55
  182. package/dist/cjs/ion-input.cjs.entry.js +23 -118
  183. package/dist/cjs/ion-item-option_3.cjs.entry.js +17 -40
  184. package/dist/cjs/ion-item_8.cjs.entry.js +41 -113
  185. package/dist/cjs/ion-loading.cjs.entry.js +18 -20
  186. package/dist/cjs/ion-menu_3.cjs.entry.js +29 -48
  187. package/dist/cjs/ion-modal.cjs.entry.js +67 -95
  188. package/dist/cjs/ion-nav_2.cjs.entry.js +13 -15
  189. package/dist/cjs/ion-picker-column-option.cjs.entry.js +6 -11
  190. package/dist/cjs/ion-picker-column.cjs.entry.js +12 -12
  191. package/dist/cjs/ion-picker.cjs.entry.js +5 -10
  192. package/dist/cjs/ion-popover.cjs.entry.js +18 -20
  193. package/dist/cjs/ion-progress-bar.cjs.entry.js +8 -13
  194. package/dist/cjs/ion-radio_2.cjs.entry.js +13 -19
  195. package/dist/cjs/ion-range.cjs.entry.js +16 -20
  196. package/dist/cjs/ion-refresher_2.cjs.entry.js +23 -44
  197. package/dist/cjs/ion-reorder_2.cjs.entry.js +13 -37
  198. package/dist/cjs/ion-ripple-effect.cjs.entry.js +7 -18
  199. package/dist/cjs/ion-route_4.cjs.entry.js +7 -8
  200. package/dist/cjs/ion-searchbar.cjs.entry.js +17 -94
  201. package/dist/cjs/ion-segment-content.cjs.entry.js +1 -1
  202. package/dist/cjs/ion-segment-view.cjs.entry.js +2 -6
  203. package/dist/cjs/ion-segment_2.cjs.entry.js +14 -23
  204. package/dist/cjs/ion-select-modal.cjs.entry.js +12 -10
  205. package/dist/cjs/ion-select_3.cjs.entry.js +42 -134
  206. package/dist/cjs/ion-spinner.cjs.entry.js +9 -35
  207. package/dist/cjs/ion-split-pane.cjs.entry.js +8 -13
  208. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +20 -60
  209. package/dist/cjs/ion-tab_2.cjs.entry.js +6 -7
  210. package/dist/cjs/ion-text.cjs.entry.js +5 -6
  211. package/dist/cjs/ion-textarea.cjs.entry.js +16 -41
  212. package/dist/cjs/ion-toast.cjs.entry.js +42 -59
  213. package/dist/cjs/ion-toggle.cjs.entry.js +24 -81
  214. package/dist/cjs/ionic-global-d9a8bb5b.js +237 -0
  215. package/dist/cjs/ionic.cjs.js +3 -4
  216. package/dist/cjs/{ios.transition-2bb0f7d5.js → ios.transition-cf40433b.js} +6 -6
  217. package/dist/cjs/{keyboard-53c12a15.js → keyboard-0272231f.js} +1 -1
  218. package/dist/cjs/{keyboard-0a5d46dd.js → keyboard-af1bb365.js} +3 -5
  219. package/dist/cjs/{keyboard-controller-102bad3e.js → keyboard-controller-c05e747a.js} +9 -11
  220. package/dist/cjs/loader.cjs.js +3 -4
  221. package/dist/cjs/{md.transition-cf600117.js → md.transition-ededf99f.js} +6 -5
  222. package/dist/cjs/{notch-controller-ea70e230.js → notch-controller-d69150f5.js} +4 -4
  223. package/dist/cjs/{overlays-542a90b3.js → overlays-aa669eb8.js} +20 -19
  224. package/dist/cjs/{status-tap-aa97d209.js → status-tap-37681226.js} +3 -4
  225. package/dist/cjs/{swipe-back-27975274.js → swipe-back-0303a5e4.js} +1 -2
  226. package/dist/collection/components/accordion/accordion.ios.css +58 -73
  227. package/dist/collection/components/accordion/accordion.js +21 -37
  228. package/dist/collection/components/accordion/accordion.md.css +59 -67
  229. package/dist/collection/components/accordion-group/accordion-group.ios.css +4 -16
  230. package/dist/collection/components/accordion-group/accordion-group.js +8 -43
  231. package/dist/collection/components/accordion-group/accordion-group.md.css +4 -22
  232. package/dist/collection/components/action-sheet/action-sheet.ios.css +6 -18
  233. package/dist/collection/components/action-sheet/action-sheet.js +10 -14
  234. package/dist/collection/components/action-sheet/action-sheet.md.css +5 -17
  235. package/dist/collection/components/alert/alert.ios.css +1 -19
  236. package/dist/collection/components/alert/alert.js +12 -15
  237. package/dist/collection/components/alert/alert.md.css +1 -19
  238. package/dist/collection/components/app/app.js +78 -12
  239. package/dist/collection/components/avatar/avatar.ios.css +0 -12
  240. package/dist/collection/components/avatar/avatar.js +4 -92
  241. package/dist/collection/components/avatar/avatar.md.css +0 -12
  242. package/dist/collection/components/back-button/back-button.ios.css +48 -60
  243. package/dist/collection/components/back-button/back-button.js +19 -27
  244. package/dist/collection/components/back-button/back-button.md.css +48 -60
  245. package/dist/collection/components/backdrop/backdrop.ios.css +1 -13
  246. package/dist/collection/components/backdrop/backdrop.js +6 -12
  247. package/dist/collection/components/backdrop/backdrop.md.css +1 -13
  248. package/dist/collection/components/badge/badge.ios.css +3 -106
  249. package/dist/collection/components/badge/badge.js +8 -75
  250. package/dist/collection/components/badge/badge.md.css +3 -106
  251. package/dist/collection/components/breadcrumb/breadcrumb.ios.css +8 -20
  252. package/dist/collection/components/breadcrumb/breadcrumb.js +11 -43
  253. package/dist/collection/components/breadcrumb/breadcrumb.md.css +8 -20
  254. package/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +0 -6
  255. package/dist/collection/components/breadcrumbs/breadcrumbs.js +9 -11
  256. package/dist/collection/components/breadcrumbs/breadcrumbs.md.css +0 -6
  257. package/dist/collection/components/button/button.ios.css +36 -129
  258. package/dist/collection/components/button/button.js +16 -46
  259. package/dist/collection/components/button/button.md.css +40 -120
  260. package/dist/collection/components/buttons/buttons.ios.css +7 -59
  261. package/dist/collection/components/buttons/buttons.js +8 -14
  262. package/dist/collection/components/buttons/buttons.md.css +3 -55
  263. package/dist/collection/components/card/card.ios.css +14 -65
  264. package/dist/collection/components/card/card.js +10 -34
  265. package/dist/collection/components/card/card.md.css +14 -65
  266. package/dist/collection/components/card-content/card-content.ios.css +1 -16
  267. package/dist/collection/components/card-content/card-content.js +8 -11
  268. package/dist/collection/components/card-content/card-content.md.css +1 -16
  269. package/dist/collection/components/card-header/card-header.ios.css +15 -27
  270. package/dist/collection/components/card-header/card-header.js +9 -12
  271. package/dist/collection/components/card-header/card-header.md.css +15 -27
  272. package/dist/collection/components/card-subtitle/card-subtitle.ios.css +0 -12
  273. package/dist/collection/components/card-subtitle/card-subtitle.js +8 -11
  274. package/dist/collection/components/card-subtitle/card-subtitle.md.css +0 -12
  275. package/dist/collection/components/card-title/card-title.ios.css +0 -73
  276. package/dist/collection/components/card-title/card-title.js +8 -11
  277. package/dist/collection/components/card-title/card-title.md.css +0 -73
  278. package/dist/collection/components/checkbox/checkbox.ios.css +2 -20
  279. package/dist/collection/components/checkbox/checkbox.js +23 -54
  280. package/dist/collection/components/checkbox/checkbox.md.css +3 -21
  281. package/dist/collection/components/chip/chip.ios.css +1 -20
  282. package/dist/collection/components/chip/chip.js +8 -77
  283. package/dist/collection/components/chip/chip.md.css +1 -20
  284. package/dist/collection/components/col/col.css +0 -12
  285. package/dist/collection/components/col/col.js +5 -9
  286. package/dist/collection/components/content/content.css +2 -8
  287. package/dist/collection/components/content/content.js +11 -16
  288. package/dist/collection/components/datetime/datetime.ios.css +86 -237
  289. package/dist/collection/components/datetime/datetime.js +20 -98
  290. package/dist/collection/components/datetime/datetime.md.css +86 -237
  291. package/dist/collection/components/datetime/utils/data.js +3 -3
  292. package/dist/collection/components/datetime-button/datetime-button.ios.css +0 -6
  293. package/dist/collection/components/datetime-button/datetime-button.js +8 -11
  294. package/dist/collection/components/datetime-button/datetime-button.md.css +0 -6
  295. package/dist/collection/components/fab/fab.css +1 -25
  296. package/dist/collection/components/fab/fab.js +5 -9
  297. package/dist/collection/components/fab-button/fab-button.ios.css +6 -18
  298. package/dist/collection/components/fab-button/fab-button.js +15 -36
  299. package/dist/collection/components/fab-button/fab-button.md.css +8 -20
  300. package/dist/collection/components/fab-list/fab-list.css +0 -12
  301. package/dist/collection/components/fab-list/fab-list.js +5 -9
  302. package/dist/collection/components/footer/footer.ios.css +2 -14
  303. package/dist/collection/components/footer/footer.js +15 -20
  304. package/dist/collection/components/footer/footer.md.css +0 -12
  305. package/dist/collection/components/grid/grid.css +0 -12
  306. package/dist/collection/components/grid/grid.js +5 -9
  307. package/dist/collection/components/header/header.ios.css +10 -25
  308. package/dist/collection/components/header/header.js +17 -42
  309. package/dist/collection/components/header/header.md.css +8 -23
  310. package/dist/collection/components/img/img.js +2 -8
  311. package/dist/collection/components/infinite-scroll/infinite-scroll.js +4 -8
  312. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +0 -12
  313. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +10 -16
  314. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +0 -12
  315. package/dist/collection/components/input/input.ios.css +2 -21
  316. package/dist/collection/components/input/input.js +30 -144
  317. package/dist/collection/components/input/input.md.css +4 -43
  318. package/dist/collection/components/input-password-toggle/input-password-toggle.js +12 -48
  319. package/dist/collection/components/item/item.ios.css +69 -109
  320. package/dist/collection/components/item/item.js +16 -44
  321. package/dist/collection/components/item/item.md.css +68 -120
  322. package/dist/collection/components/item-divider/item-divider.ios.css +0 -18
  323. package/dist/collection/components/item-divider/item-divider.js +8 -11
  324. package/dist/collection/components/item-divider/item-divider.md.css +0 -18
  325. package/dist/collection/components/item-group/item-group.ios.css +0 -12
  326. package/dist/collection/components/item-group/item-group.js +7 -13
  327. package/dist/collection/components/item-group/item-group.md.css +0 -12
  328. package/dist/collection/components/item-option/item-option.ios.css +2 -14
  329. package/dist/collection/components/item-option/item-option.js +8 -43
  330. package/dist/collection/components/item-option/item-option.md.css +2 -14
  331. package/dist/collection/components/item-options/item-options.ios.css +0 -18
  332. package/dist/collection/components/item-options/item-options.js +7 -13
  333. package/dist/collection/components/item-options/item-options.md.css +0 -18
  334. package/dist/collection/components/item-sliding/item-sliding.css +0 -6
  335. package/dist/collection/components/item-sliding/item-sliding.js +4 -8
  336. package/dist/collection/components/label/label.ios.css +0 -18
  337. package/dist/collection/components/label/label.js +8 -11
  338. package/dist/collection/components/label/label.md.css +0 -18
  339. package/dist/collection/components/list/list.ios.css +0 -18
  340. package/dist/collection/components/list/list.js +9 -47
  341. package/dist/collection/components/list/list.md.css +2 -20
  342. package/dist/collection/components/list-header/list-header.ios.css +0 -18
  343. package/dist/collection/components/list-header/list-header.js +8 -11
  344. package/dist/collection/components/list-header/list-header.md.css +0 -18
  345. package/dist/collection/components/loading/loading.ios.css +1 -13
  346. package/dist/collection/components/loading/loading.js +10 -13
  347. package/dist/collection/components/loading/loading.md.css +1 -13
  348. package/dist/collection/components/menu/menu.ios.css +3 -15
  349. package/dist/collection/components/menu/menu.js +7 -12
  350. package/dist/collection/components/menu/menu.md.css +3 -15
  351. package/dist/collection/components/menu-button/menu-button.ios.css +14 -48
  352. package/dist/collection/components/menu-button/menu-button.js +10 -26
  353. package/dist/collection/components/menu-button/menu-button.md.css +15 -49
  354. package/dist/collection/components/menu-toggle/menu-toggle.js +5 -8
  355. package/dist/collection/components/modal/animations/sheet.js +2 -8
  356. package/dist/collection/components/modal/gestures/sheet.js +6 -10
  357. package/dist/collection/components/modal/modal.ios.css +63 -106
  358. package/dist/collection/components/modal/modal.js +11 -47
  359. package/dist/collection/components/modal/modal.md.css +63 -106
  360. package/dist/collection/components/nav/nav.css +1 -7
  361. package/dist/collection/components/nav/nav.js +5 -11
  362. package/dist/collection/components/nav-link/nav-link.js +1 -5
  363. package/dist/collection/components/note/note.ios.css +0 -12
  364. package/dist/collection/components/note/note.js +8 -11
  365. package/dist/collection/components/note/note.md.css +0 -12
  366. package/dist/collection/components/picker/picker.ios.css +3 -15
  367. package/dist/collection/components/picker/picker.js +5 -8
  368. package/dist/collection/components/picker/picker.md.css +3 -15
  369. package/dist/collection/components/picker-column/picker-column.css +2 -9
  370. package/dist/collection/components/picker-column/picker-column.js +7 -8
  371. package/dist/collection/components/picker-column-option/picker-column-option.ios.css +0 -6
  372. package/dist/collection/components/picker-column-option/picker-column-option.js +7 -13
  373. package/dist/collection/components/picker-column-option/picker-column-option.md.css +0 -6
  374. package/dist/collection/components/picker-legacy/picker.ios.css +1 -13
  375. package/dist/collection/components/picker-legacy/picker.js +6 -7
  376. package/dist/collection/components/picker-legacy/picker.md.css +1 -13
  377. package/dist/collection/components/picker-legacy-column/picker-column.ios.css +0 -12
  378. package/dist/collection/components/picker-legacy-column/picker-column.js +4 -4
  379. package/dist/collection/components/picker-legacy-column/picker-column.md.css +0 -12
  380. package/dist/collection/components/popover/popover.ios.css +1 -13
  381. package/dist/collection/components/popover/popover.js +12 -15
  382. package/dist/collection/components/popover/popover.md.css +1 -13
  383. package/dist/collection/components/progress-bar/progress-bar.ios.css +2 -8
  384. package/dist/collection/components/progress-bar/progress-bar.js +7 -10
  385. package/dist/collection/components/progress-bar/progress-bar.md.css +2 -8
  386. package/dist/collection/components/radio/radio.ios.css +91 -134
  387. package/dist/collection/components/radio/radio.js +9 -12
  388. package/dist/collection/components/radio/radio.md.css +91 -134
  389. package/dist/collection/components/radio-group/radio-group.js +23 -10
  390. package/dist/collection/components/range/range.ios.css +85 -128
  391. package/dist/collection/components/range/range.js +9 -12
  392. package/dist/collection/components/range/range.md.css +85 -128
  393. package/dist/collection/components/refresher/refresher.ios.css +1 -14
  394. package/dist/collection/components/refresher/refresher.js +8 -11
  395. package/dist/collection/components/refresher/refresher.md.css +2 -15
  396. package/dist/collection/components/refresher-content/refresher-content.js +7 -28
  397. package/dist/collection/components/reorder/reorder.ios.css +0 -6
  398. package/dist/collection/components/reorder/reorder.js +6 -33
  399. package/dist/collection/components/reorder/reorder.md.css +0 -6
  400. package/dist/collection/components/reorder-group/reorder-group.css +0 -6
  401. package/dist/collection/components/reorder-group/reorder-group.js +4 -8
  402. package/dist/collection/components/ripple-effect/{ripple-effect.common.css → ripple-effect.css} +1 -7
  403. package/dist/collection/components/ripple-effect/ripple-effect.js +6 -14
  404. package/dist/collection/components/route/route.js +0 -4
  405. package/dist/collection/components/router/router.js +0 -4
  406. package/dist/collection/components/router-link/router-link.css +2 -8
  407. package/dist/collection/components/router-link/router-link.js +5 -9
  408. package/dist/collection/components/router-outlet/router-outlet.css +1 -7
  409. package/dist/collection/components/router-outlet/router-outlet.js +2 -5
  410. package/dist/collection/components/row/row.css +0 -12
  411. package/dist/collection/components/row/row.js +2 -9
  412. package/dist/collection/components/searchbar/searchbar.ios.css +18 -56
  413. package/dist/collection/components/searchbar/searchbar.js +25 -97
  414. package/dist/collection/components/searchbar/searchbar.md.css +18 -56
  415. package/dist/collection/components/segment/segment.ios.css +2 -45
  416. package/dist/collection/components/segment/segment.js +8 -11
  417. package/dist/collection/components/segment/segment.md.css +2 -45
  418. package/dist/collection/components/segment-button/segment-button.ios.css +105 -146
  419. package/dist/collection/components/segment-button/segment-button.js +8 -11
  420. package/dist/collection/components/segment-button/segment-button.md.css +107 -148
  421. package/dist/collection/components/segment-content/segment-content.js +1 -1
  422. package/dist/collection/components/segment-view/segment-view.ios.css +0 -6
  423. package/dist/collection/components/segment-view/segment-view.js +4 -6
  424. package/dist/collection/components/segment-view/segment-view.md.css +0 -6
  425. package/dist/collection/components/select/select.ios.css +121 -187
  426. package/dist/collection/components/select/select.js +49 -132
  427. package/dist/collection/components/select/select.md.css +226 -184
  428. package/dist/collection/components/select-modal/select-modal.ios.css +186 -0
  429. package/dist/collection/components/select-modal/select-modal.js +4 -4
  430. package/dist/collection/components/select-modal/select-modal.md.css +3 -7
  431. package/dist/collection/components/select-option/select-option.js +2 -9
  432. package/dist/collection/components/select-popover/select-popover.ios.css +0 -18
  433. package/dist/collection/components/select-popover/select-popover.js +4 -12
  434. package/dist/collection/components/select-popover/select-popover.md.css +0 -18
  435. package/dist/collection/components/skeleton-text/skeleton-text.css +0 -6
  436. package/dist/collection/components/skeleton-text/skeleton-text.js +5 -9
  437. package/dist/collection/components/spinner/{spinner.ionic.css → spinner.css} +0 -63
  438. package/dist/collection/components/spinner/spinner.js +6 -46
  439. package/dist/collection/components/split-pane/split-pane.ios.css +2 -20
  440. package/dist/collection/components/split-pane/split-pane.js +8 -14
  441. package/dist/collection/components/split-pane/split-pane.md.css +2 -20
  442. package/dist/collection/components/tab/tab.js +2 -6
  443. package/dist/collection/components/tab-bar/tab-bar.ios.css +43 -71
  444. package/dist/collection/components/tab-bar/tab-bar.js +10 -65
  445. package/dist/collection/components/tab-bar/tab-bar.md.css +43 -71
  446. package/dist/collection/components/tab-button/tab-button.ios.css +88 -103
  447. package/dist/collection/components/tab-button/tab-button.js +8 -43
  448. package/dist/collection/components/tab-button/tab-button.md.css +88 -103
  449. package/dist/collection/components/tabs/tabs.css +1 -7
  450. package/dist/collection/components/tabs/tabs.js +1 -4
  451. package/dist/collection/components/text/text.css +0 -6
  452. package/dist/collection/components/text/text.js +6 -7
  453. package/dist/collection/components/textarea/textarea.ios.css +96 -201
  454. package/dist/collection/components/textarea/textarea.js +16 -59
  455. package/dist/collection/components/textarea/textarea.md.css +97 -214
  456. package/dist/collection/components/thumbnail/thumbnail.css +0 -6
  457. package/dist/collection/components/thumbnail/thumbnail.js +2 -9
  458. package/dist/collection/components/title/title.ios.css +4 -32
  459. package/dist/collection/components/title/title.js +7 -13
  460. package/dist/collection/components/title/title.md.css +4 -32
  461. package/dist/collection/components/toast/animations/utils.js +1 -1
  462. package/dist/collection/components/toast/toast.ios.css +35 -74
  463. package/dist/collection/components/toast/toast.js +10 -45
  464. package/dist/collection/components/toast/toast.md.css +35 -74
  465. package/dist/collection/components/toggle/toggle.ios.css +120 -166
  466. package/dist/collection/components/toggle/toggle.js +38 -74
  467. package/dist/collection/components/toggle/toggle.md.css +120 -163
  468. package/dist/collection/components/toolbar/toolbar.ios.css +47 -90
  469. package/dist/collection/components/toolbar/toolbar.js +10 -13
  470. package/dist/collection/components/toolbar/toolbar.md.css +47 -90
  471. package/dist/collection/global/ionic-global.js +13 -229
  472. package/dist/collection/utils/focus-visible.js +0 -7
  473. package/dist/collection/utils/framework-delegate.js +1 -3
  474. package/dist/collection/utils/helpers.js +1 -3
  475. package/dist/collection/utils/keyboard/keyboard-controller.js +1 -3
  476. package/dist/collection/utils/menu-controller/animations/overlay.js +3 -3
  477. package/dist/collection/utils/menu-controller/animations/push.js +1 -2
  478. package/dist/collection/utils/menu-controller/animations/reveal.js +1 -2
  479. package/dist/collection/utils/overlays.js +1 -2
  480. package/dist/collection/utils/test/playwright/generator.js +23 -48
  481. package/dist/collection/utils/test/playwright/page/utils/goto.js +5 -14
  482. package/dist/collection/utils/test/playwright/page/utils/set-content.js +2 -16
  483. package/dist/collection/utils/transition/ios.transition.js +0 -1
  484. package/dist/docs.json +377 -7072
  485. package/dist/esm/{animation-f1a88600.js → animation-eab5a4ca.js} +1 -1
  486. package/dist/esm/{app-globals-eceadabb.js → app-globals-5dbb61a5.js} +1 -1
  487. package/dist/esm/{button-active-321f0dba.js → button-active-f6503382.js} +2 -2
  488. package/dist/esm/{capacitor-6b0341c8.js → capacitor-59395cbd.js} +1 -1
  489. package/dist/esm/{data-a753c96a.js → data-ae11fd43.js} +4 -4
  490. package/dist/{cjs/focus-visible-9aa87fa3.js → esm/focus-visible-dd40d69f.js} +1 -11
  491. package/dist/esm/{framework-delegate-3e4a8c9f.js → framework-delegate-63d1a679.js} +2 -4
  492. package/dist/esm/{haptic-dd6c0ea9.js → haptic-ac164e4c.js} +1 -1
  493. package/dist/esm/hardware-back-button-06ef3c3e.js +116 -0
  494. package/dist/esm/{helpers-f08d15bd.js → helpers-da915de8.js} +1 -4
  495. package/dist/esm/{index-31109e63.js → index-24b48b06.js} +11 -10
  496. package/dist/esm/{index-723c0e5d.js → index-28849c61.js} +1 -1
  497. package/dist/esm/{index-59f81cb8.js → index-3ad7f18b.js} +6 -6
  498. package/dist/esm/{index-7bd160c2.js → index-5cc724f3.js} +2 -2
  499. package/dist/esm/index-79b30591.js +167 -0
  500. package/dist/esm/index-9b0d46f4.js +34 -0
  501. package/dist/esm/index-a5d50daf.js +7 -0
  502. package/dist/esm/{index-d997525d.js → index-e2cf2ceb.js} +1 -1
  503. package/dist/esm/index.js +13 -11
  504. package/dist/esm/{input-shims-6be83e59.js → input-shims-0314bbe5.js} +6 -7
  505. package/dist/esm/{input.utils-67459bae.js → input.utils-09c71bc7.js} +3 -2
  506. package/dist/esm/ion-accordion_2.entry.js +24 -61
  507. package/dist/esm/ion-action-sheet.entry.js +19 -22
  508. package/dist/esm/ion-alert.entry.js +21 -23
  509. package/dist/esm/ion-app_8.entry.js +140 -96
  510. package/dist/esm/ion-avatar_3.entry.js +10 -94
  511. package/dist/esm/ion-back-button.entry.js +21 -31
  512. package/dist/esm/ion-backdrop.entry.js +7 -12
  513. package/dist/esm/ion-breadcrumb_2.entry.js +17 -55
  514. package/dist/esm/ion-button_2.entry.js +13 -44
  515. package/dist/esm/ion-card_5.entry.js +29 -53
  516. package/dist/esm/ion-checkbox.entry.js +15 -31
  517. package/dist/esm/ion-chip.entry.js +8 -44
  518. package/dist/esm/ion-col_3.entry.js +11 -15
  519. package/dist/esm/ion-datetime-button.entry.js +9 -13
  520. package/dist/esm/ion-datetime_3.entry.js +41 -117
  521. package/dist/esm/ion-fab_3.entry.js +21 -44
  522. package/dist/esm/ion-img.entry.js +4 -8
  523. package/dist/esm/ion-infinite-scroll_2.entry.js +15 -19
  524. package/dist/esm/ion-input-password-toggle.entry.js +15 -54
  525. package/dist/esm/ion-input.entry.js +25 -120
  526. package/dist/esm/ion-item-option_3.entry.js +18 -41
  527. package/dist/esm/ion-item_8.entry.js +42 -114
  528. package/dist/esm/ion-loading.entry.js +16 -18
  529. package/dist/esm/ion-menu_3.entry.js +29 -48
  530. package/dist/esm/ion-modal.entry.js +31 -59
  531. package/dist/esm/ion-nav_2.entry.js +12 -14
  532. package/dist/esm/ion-picker-column-option.entry.js +7 -12
  533. package/dist/esm/ion-picker-column.entry.js +12 -12
  534. package/dist/esm/ion-picker.entry.js +6 -11
  535. package/dist/esm/ion-popover.entry.js +16 -18
  536. package/dist/esm/ion-progress-bar.entry.js +8 -13
  537. package/dist/esm/ion-radio_2.entry.js +14 -20
  538. package/dist/esm/ion-range.entry.js +12 -16
  539. package/dist/esm/ion-refresher_2.entry.js +21 -42
  540. package/dist/esm/ion-reorder_2.entry.js +15 -39
  541. package/dist/esm/ion-ripple-effect.entry.js +8 -19
  542. package/dist/esm/ion-route_4.entry.js +8 -9
  543. package/dist/esm/ion-searchbar.entry.js +18 -95
  544. package/dist/esm/ion-segment-content.entry.js +2 -2
  545. package/dist/esm/ion-segment-view.entry.js +3 -7
  546. package/dist/esm/ion-segment_2.entry.js +15 -24
  547. package/dist/esm/ion-select-modal.entry.js +13 -11
  548. package/dist/esm/ion-select_3.entry.js +44 -136
  549. package/dist/esm/ion-spinner.entry.js +8 -34
  550. package/dist/esm/ion-split-pane.entry.js +9 -14
  551. package/dist/esm/ion-tab-bar_2.entry.js +20 -60
  552. package/dist/esm/ion-tab_2.entry.js +7 -8
  553. package/dist/esm/ion-text.entry.js +6 -7
  554. package/dist/esm/ion-textarea.entry.js +17 -42
  555. package/dist/esm/ion-toast.entry.js +17 -34
  556. package/dist/esm/ion-toggle.entry.js +25 -82
  557. package/dist/esm/ionic-global-c81d82ab.js +231 -0
  558. package/dist/esm/ionic.js +5 -6
  559. package/dist/esm/{ios.transition-06b78ea0.js → ios.transition-4ee1a3af.js} +7 -7
  560. package/dist/esm/{keyboard-5b1b354d.js → keyboard-52278bd7.js} +3 -5
  561. package/dist/esm/{keyboard-9bbd546a.js → keyboard-73175e24.js} +1 -1
  562. package/dist/esm/{keyboard-controller-aff395fd.js → keyboard-controller-ec5c2bfa.js} +3 -5
  563. package/dist/esm/loader.js +5 -6
  564. package/dist/esm/{md.transition-e5712bda.js → md.transition-5106a0d2.js} +7 -6
  565. package/dist/esm/{notch-controller-c0bd22ff.js → notch-controller-55b09e11.js} +2 -2
  566. package/dist/esm/{overlays-66cb5522.js → overlays-e7b9d6d9.js} +7 -6
  567. package/dist/esm/{status-tap-edf9f395.js → status-tap-f472b09f.js} +4 -5
  568. package/dist/esm/{swipe-back-17c42610.js → swipe-back-e5394307.js} +1 -2
  569. package/dist/esm-es5/animation-eab5a4ca.js +4 -0
  570. package/dist/esm-es5/app-globals-5dbb61a5.js +4 -0
  571. package/dist/esm-es5/{button-active-321f0dba.js → button-active-f6503382.js} +1 -1
  572. package/dist/esm-es5/capacitor-59395cbd.js +4 -0
  573. package/dist/esm-es5/data-ae11fd43.js +4 -0
  574. package/dist/esm-es5/focus-visible-dd40d69f.js +4 -0
  575. package/dist/esm-es5/framework-delegate-63d1a679.js +4 -0
  576. package/dist/esm-es5/{haptic-dd6c0ea9.js → haptic-ac164e4c.js} +1 -1
  577. package/dist/esm-es5/hardware-back-button-06ef3c3e.js +4 -0
  578. package/dist/esm-es5/helpers-da915de8.js +4 -0
  579. package/dist/esm-es5/index-24b48b06.js +4 -0
  580. package/dist/esm-es5/{index-723c0e5d.js → index-28849c61.js} +1 -1
  581. package/dist/esm-es5/index-3ad7f18b.js +4 -0
  582. package/dist/esm-es5/index-5cc724f3.js +4 -0
  583. package/dist/esm-es5/{index-62b4a18b.js → index-79b30591.js} +1 -1
  584. package/dist/esm-es5/index-9b0d46f4.js +4 -0
  585. package/dist/esm-es5/index-a5d50daf.js +4 -0
  586. package/dist/esm-es5/{index-d997525d.js → index-e2cf2ceb.js} +1 -1
  587. package/dist/esm-es5/index.js +1 -1
  588. package/dist/esm-es5/input-shims-0314bbe5.js +4 -0
  589. package/dist/esm-es5/input.utils-09c71bc7.js +4 -0
  590. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  591. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  592. package/dist/esm-es5/ion-alert.entry.js +1 -1
  593. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  594. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  595. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  596. package/dist/esm-es5/ion-backdrop.entry.js +1 -1
  597. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  598. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  599. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  600. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  601. package/dist/esm-es5/ion-chip.entry.js +1 -1
  602. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  603. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  604. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  605. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  606. package/dist/esm-es5/ion-img.entry.js +1 -1
  607. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  608. package/dist/esm-es5/ion-input-password-toggle.entry.js +1 -1
  609. package/dist/esm-es5/ion-input.entry.js +1 -1
  610. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  611. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  612. package/dist/esm-es5/ion-loading.entry.js +1 -1
  613. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  614. package/dist/esm-es5/ion-modal.entry.js +1 -1
  615. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  616. package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
  617. package/dist/esm-es5/ion-picker-column.entry.js +1 -1
  618. package/dist/esm-es5/ion-picker.entry.js +1 -1
  619. package/dist/esm-es5/ion-popover.entry.js +1 -1
  620. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  621. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  622. package/dist/esm-es5/ion-range.entry.js +1 -1
  623. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  624. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  625. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  626. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  627. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  628. package/dist/esm-es5/ion-segment-content.entry.js +1 -1
  629. package/dist/esm-es5/ion-segment-view.entry.js +1 -1
  630. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  631. package/dist/esm-es5/ion-select-modal.entry.js +1 -1
  632. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  633. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  634. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  635. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  636. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  637. package/dist/esm-es5/ion-text.entry.js +1 -1
  638. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  639. package/dist/esm-es5/ion-toast.entry.js +1 -1
  640. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  641. package/dist/esm-es5/ionic-global-c81d82ab.js +4 -0
  642. package/dist/esm-es5/ionic.js +1 -1
  643. package/dist/esm-es5/ios.transition-4ee1a3af.js +4 -0
  644. package/dist/esm-es5/{keyboard-5b1b354d.js → keyboard-52278bd7.js} +1 -1
  645. package/dist/esm-es5/{keyboard-9bbd546a.js → keyboard-73175e24.js} +1 -1
  646. package/dist/esm-es5/keyboard-controller-ec5c2bfa.js +4 -0
  647. package/dist/esm-es5/loader.js +1 -1
  648. package/dist/esm-es5/md.transition-5106a0d2.js +4 -0
  649. package/dist/esm-es5/notch-controller-55b09e11.js +4 -0
  650. package/dist/esm-es5/overlays-e7b9d6d9.js +4 -0
  651. package/dist/esm-es5/status-tap-f472b09f.js +4 -0
  652. package/dist/esm-es5/swipe-back-e5394307.js +4 -0
  653. package/dist/html.html-data.json +213 -2335
  654. package/dist/ionic/index.esm.js +1 -1
  655. package/dist/ionic/ionic.esm.js +1 -1
  656. package/dist/ionic/ionic.js +1 -1
  657. package/dist/ionic/p-001f0962.entry.js +4 -0
  658. package/dist/ionic/p-01186920.system.entry.js +4 -0
  659. package/dist/ionic/p-0303d0f8.js +4 -0
  660. package/dist/ionic/p-0574e87e.js +4 -0
  661. package/dist/ionic/p-06e58c4e.js +4 -0
  662. package/dist/ionic/p-06fee233.js +4 -0
  663. package/dist/ionic/p-081a4ce4.entry.js +4 -0
  664. package/dist/ionic/p-0aa833fb.system.js +4 -0
  665. package/dist/ionic/p-0abaa255.entry.js +4 -0
  666. package/dist/ionic/p-0c06e09b.system.js +4 -0
  667. package/dist/ionic/p-1046866e.system.entry.js +4 -0
  668. package/dist/ionic/p-12a722b8.system.entry.js +4 -0
  669. package/dist/ionic/p-14be4015.entry.js +4 -0
  670. package/dist/ionic/p-14e159ea.system.entry.js +4 -0
  671. package/dist/ionic/p-15e76dd1.entry.js +4 -0
  672. package/dist/ionic/p-16188af7.entry.js +4 -0
  673. package/dist/ionic/p-16799667.system.entry.js +4 -0
  674. package/dist/ionic/p-16bfb979.system.entry.js +4 -0
  675. package/dist/ionic/p-17474161.system.js +4 -0
  676. package/dist/ionic/p-19a5be0a.entry.js +4 -0
  677. package/dist/ionic/{p-dbd39afd.system.js → p-19ea7bff.system.js} +1 -1
  678. package/dist/ionic/p-19ec4f42.entry.js +4 -0
  679. package/dist/ionic/p-1dfc11b3.system.js +4 -0
  680. package/dist/ionic/p-1e010627.system.entry.js +4 -0
  681. package/dist/ionic/p-1e4371bd.js +4 -0
  682. package/dist/ionic/p-1e67b266.system.entry.js +4 -0
  683. package/dist/ionic/{p-115d74cd.system.js → p-1e955a45.system.js} +1 -1
  684. package/dist/ionic/p-1fe02220.system.entry.js +4 -0
  685. package/dist/ionic/p-2172893e.system.entry.js +4 -0
  686. package/dist/ionic/p-21e5e7e4.js +4 -0
  687. package/dist/ionic/p-2507278c.system.entry.js +4 -0
  688. package/dist/ionic/{p-0fa218e9.system.js → p-25180df3.system.js} +1 -1
  689. package/dist/ionic/p-2690b1de.js +4 -0
  690. package/dist/ionic/{p-93e47936.js → p-27281edd.js} +1 -1
  691. package/dist/ionic/p-2799c6d3.system.entry.js +4 -0
  692. package/dist/ionic/p-29a5d6ed.system.entry.js +4 -0
  693. package/dist/ionic/p-2abae1cc.system.entry.js +4 -0
  694. package/dist/ionic/p-2b7827c7.js +4 -0
  695. package/dist/ionic/p-2b838f86.system.entry.js +4 -0
  696. package/dist/ionic/p-2bd0ae94.system.entry.js +4 -0
  697. package/dist/ionic/p-2e46590d.system.entry.js +4 -0
  698. package/dist/ionic/p-2fc0dafe.entry.js +4 -0
  699. package/dist/ionic/p-322c5fb4.system.js +4 -0
  700. package/dist/ionic/p-32d44024.system.entry.js +4 -0
  701. package/dist/ionic/p-33a8a71b.entry.js +4 -0
  702. package/dist/ionic/{p-12d6df53.js → p-34b11c24.js} +1 -1
  703. package/dist/ionic/{p-f193945e.system.js → p-372ae7f4.system.js} +1 -1
  704. package/dist/ionic/p-37cb43bd.system.entry.js +4 -0
  705. package/dist/ionic/p-3ad285e3.system.js +4 -0
  706. package/dist/ionic/{p-41c19986.system.js → p-3c8e5c23.system.js} +1 -1
  707. package/dist/ionic/p-3cc276f4.js +4 -0
  708. package/dist/ionic/p-424eb140.system.entry.js +4 -0
  709. package/dist/ionic/p-4439fc2a.entry.js +4 -0
  710. package/dist/ionic/p-45693d7e.entry.js +4 -0
  711. package/dist/ionic/p-49a0e74c.entry.js +4 -0
  712. package/dist/ionic/p-4c2d5b80.system.js +4 -0
  713. package/dist/ionic/p-4ec778aa.entry.js +4 -0
  714. package/dist/ionic/p-508d024a.entry.js +4 -0
  715. package/dist/ionic/p-52d7a191.entry.js +4 -0
  716. package/dist/ionic/p-567de071.system.entry.js +4 -0
  717. package/dist/ionic/p-5823babc.system.entry.js +4 -0
  718. package/dist/ionic/{p-86e9a917.system.entry.js → p-58d5df0c.system.entry.js} +1 -1
  719. package/dist/ionic/p-58dc63cc.system.entry.js +4 -0
  720. package/dist/ionic/p-5b932840.entry.js +4 -0
  721. package/dist/ionic/{p-f8c63ac0.system.js → p-5da94421.system.js} +2 -2
  722. package/dist/ionic/p-5fce0c0b.system.entry.js +4 -0
  723. package/dist/ionic/p-61e3f887.entry.js +4 -0
  724. package/dist/ionic/p-62af944c.entry.js +4 -0
  725. package/dist/ionic/p-63b0abde.system.entry.js +4 -0
  726. package/dist/ionic/p-6499df44.system.entry.js +4 -0
  727. package/dist/ionic/p-66640ff7.system.entry.js +4 -0
  728. package/dist/ionic/p-677f0eb7.system.entry.js +4 -0
  729. package/dist/ionic/p-69066a53.js +4 -0
  730. package/dist/ionic/p-6b280620.entry.js +4 -0
  731. package/dist/ionic/p-6d32975a.entry.js +4 -0
  732. package/dist/ionic/p-72812e99.js +4 -0
  733. package/dist/ionic/p-72bc8a1c.js +4 -0
  734. package/dist/ionic/p-73dc4950.entry.js +4 -0
  735. package/dist/ionic/p-7458862e.system.entry.js +4 -0
  736. package/dist/ionic/p-792919fd.system.js +4 -0
  737. package/dist/ionic/p-797eeea8.system.entry.js +4 -0
  738. package/dist/ionic/p-7b30edcc.js +4 -0
  739. package/dist/ionic/p-7b9a2b23.entry.js +4 -0
  740. package/dist/ionic/p-7ed1657c.system.entry.js +4 -0
  741. package/dist/ionic/p-8635f5e6.system.js +4 -0
  742. package/dist/ionic/p-88e63c7d.js +4 -0
  743. package/dist/ionic/{p-4626fb32.system.js → p-8985cdb6.system.js} +1 -1
  744. package/dist/ionic/{p-4c275462.js → p-89b61afc.js} +1 -1
  745. package/dist/ionic/p-8b8be2fd.entry.js +4 -0
  746. package/dist/ionic/{p-62887754.system.js → p-9146695e.system.js} +1 -1
  747. package/dist/ionic/p-91545b88.entry.js +4 -0
  748. package/dist/ionic/p-937a7e21.entry.js +4 -0
  749. package/dist/ionic/p-942b5e13.entry.js +4 -0
  750. package/dist/ionic/p-95775830.entry.js +4 -0
  751. package/dist/ionic/p-96cc4814.js +4 -0
  752. package/dist/ionic/p-982315a6.entry.js +4 -0
  753. package/dist/ionic/p-98231c01.system.entry.js +4 -0
  754. package/dist/ionic/p-985a7e17.system.entry.js +4 -0
  755. package/dist/ionic/p-98ff6b32.entry.js +4 -0
  756. package/dist/ionic/p-9df2c6fb.entry.js +4 -0
  757. package/dist/ionic/p-9e33104d.entry.js +4 -0
  758. package/dist/ionic/{p-3e91ea3a.system.js → p-9ea607bd.system.js} +2 -2
  759. package/dist/ionic/p-9ee1e8a6.entry.js +4 -0
  760. package/dist/ionic/p-9f3008d4.system.js +4 -0
  761. package/dist/ionic/p-9fa07aec.entry.js +4 -0
  762. package/dist/ionic/p-a15ddedb.system.js +4 -0
  763. package/dist/ionic/p-a43467d8.entry.js +4 -0
  764. package/dist/ionic/p-a4565eb5.system.js +4 -0
  765. package/dist/ionic/p-a49378bb.system.entry.js +4 -0
  766. package/dist/ionic/p-a61cba41.entry.js +4 -0
  767. package/dist/ionic/p-a69b9fc5.system.js +4 -0
  768. package/dist/ionic/{p-94816e7a.system.js → p-a93873de.system.js} +1 -1
  769. package/dist/ionic/p-abe101da.system.js +4 -0
  770. package/dist/ionic/p-afecb188.entry.js +4 -0
  771. package/dist/ionic/{p-18f86177.system.js → p-b06ac4a5.system.js} +1 -1
  772. package/dist/ionic/p-b25a40f6.system.entry.js +4 -0
  773. package/dist/ionic/p-b335ffed.system.entry.js +4 -0
  774. package/dist/ionic/p-b51e4004.js +4 -0
  775. package/dist/ionic/p-b79ba17c.entry.js +4 -0
  776. package/dist/ionic/p-b82d4cab.js +4 -0
  777. package/dist/ionic/p-b9d7015f.entry.js +4 -0
  778. package/dist/ionic/p-bb0db172.entry.js +4 -0
  779. package/dist/ionic/p-bb5d8e9e.entry.js +4 -0
  780. package/dist/ionic/p-bc36ad98.system.entry.js +4 -0
  781. package/dist/ionic/p-bdad26e3.entry.js +4 -0
  782. package/dist/ionic/p-c29f8157.system.entry.js +4 -0
  783. package/dist/ionic/p-c41ac815.entry.js +4 -0
  784. package/dist/ionic/p-c449820c.system.js +4 -0
  785. package/dist/ionic/p-c468af8a.system.js +4 -0
  786. package/dist/ionic/p-c4b53b16.system.entry.js +4 -0
  787. package/dist/ionic/p-c61cc894.js +4 -0
  788. package/dist/ionic/{p-11266916.js → p-c7e16491.js} +1 -1
  789. package/dist/ionic/p-c9f3a539.entry.js +4 -0
  790. package/dist/ionic/p-ca065903.system.entry.js +4 -0
  791. package/dist/ionic/p-cac0e0b3.system.entry.js +4 -0
  792. package/dist/ionic/p-cdc83025.entry.js +4 -0
  793. package/dist/ionic/p-d18ab582.system.entry.js +4 -0
  794. package/dist/ionic/p-d47265c8.js +4 -0
  795. package/dist/ionic/{p-aaccbb95.js → p-d60342e3.js} +1 -1
  796. package/dist/ionic/p-d6841eac.js +4 -0
  797. package/dist/ionic/{p-a510e9c0.js → p-d743e981.js} +1 -1
  798. package/dist/ionic/p-d7aa6b00.entry.js +4 -0
  799. package/dist/ionic/{p-83948e48.js → p-d836d43e.js} +1 -1
  800. package/dist/ionic/p-da074ff7.entry.js +4 -0
  801. package/dist/ionic/{p-58f16ef6.js → p-da2b833b.js} +1 -1
  802. package/dist/ionic/p-ddaa748a.system.entry.js +4 -0
  803. package/dist/ionic/p-de930745.entry.js +4 -0
  804. package/dist/ionic/p-dfb78785.system.js +4 -0
  805. package/dist/ionic/p-e4ee80be.system.entry.js +4 -0
  806. package/dist/ionic/p-e4f69534.system.entry.js +4 -0
  807. package/dist/ionic/p-e563a35c.entry.js +4 -0
  808. package/dist/ionic/p-e6635685.js +4 -0
  809. package/dist/ionic/p-e7ed4a7f.system.js +4 -0
  810. package/dist/ionic/p-e85d901b.system.entry.js +4 -0
  811. package/dist/ionic/p-eba29931.entry.js +4 -0
  812. package/dist/ionic/p-ecceeb90.js +4 -0
  813. package/dist/ionic/p-ed75fcfb.system.entry.js +4 -0
  814. package/dist/ionic/p-efaffe74.entry.js +4 -0
  815. package/dist/ionic/p-f1acf541.system.entry.js +4 -0
  816. package/dist/ionic/p-f3102647.system.entry.js +4 -0
  817. package/dist/ionic/{p-44ad86d7.system.js → p-f687573e.system.js} +1 -1
  818. package/dist/ionic/{p-58aa8a36.system.js → p-f9a53abb.system.js} +1 -1
  819. package/dist/ionic/p-fca6ef5f.system.entry.js +4 -0
  820. package/dist/ionic/p-ff4b7e40.system.js +4 -0
  821. package/dist/types/components/accordion/accordion.d.ts +3 -5
  822. package/dist/types/components/accordion-group/accordion-group.d.ts +1 -12
  823. package/dist/types/components/action-sheet/action-sheet-interface.d.ts +7 -3
  824. package/dist/types/components/action-sheet/action-sheet.d.ts +2 -3
  825. package/dist/types/components/alert/alert-interface.d.ts +7 -3
  826. package/dist/types/components/alert/alert.d.ts +2 -3
  827. package/dist/types/components/app/app.d.ts +2 -4
  828. package/dist/types/components/avatar/avatar.d.ts +0 -28
  829. package/dist/types/components/back-button/back-button.d.ts +1 -2
  830. package/dist/types/components/backdrop/backdrop.d.ts +0 -4
  831. package/dist/types/components/badge/badge.d.ts +1 -23
  832. package/dist/types/components/breadcrumb/breadcrumb.d.ts +1 -4
  833. package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +2 -2
  834. package/dist/types/components/button/button.d.ts +4 -15
  835. package/dist/types/components/buttons/buttons.d.ts +1 -5
  836. package/dist/types/components/card/card.d.ts +1 -8
  837. package/dist/types/components/card-content/card-content.d.ts +1 -2
  838. package/dist/types/components/card-header/card-header.d.ts +2 -3
  839. package/dist/types/components/card-subtitle/card-subtitle.d.ts +1 -2
  840. package/dist/types/components/card-title/card-title.d.ts +1 -2
  841. package/dist/types/components/checkbox/checkbox.d.ts +6 -12
  842. package/dist/types/components/chip/chip.d.ts +1 -19
  843. package/dist/types/components/col/col.d.ts +0 -4
  844. package/dist/types/components/content/content.d.ts +0 -3
  845. package/dist/types/components/datetime/datetime.d.ts +1 -26
  846. package/dist/types/components/datetime/utils/data.d.ts +3 -3
  847. package/dist/types/components/datetime-button/datetime-button.d.ts +1 -2
  848. package/dist/types/components/fab/fab.d.ts +0 -4
  849. package/dist/types/components/fab-button/fab-button.d.ts +3 -5
  850. package/dist/types/components/fab-list/fab-list.d.ts +0 -4
  851. package/dist/types/components/footer/footer.d.ts +3 -4
  852. package/dist/types/components/grid/grid.d.ts +0 -4
  853. package/dist/types/components/header/header.d.ts +3 -9
  854. package/dist/types/components/img/img.d.ts +0 -3
  855. package/dist/types/components/infinite-scroll/infinite-scroll.d.ts +0 -4
  856. package/dist/types/components/infinite-scroll-content/infinite-scroll-content.d.ts +0 -4
  857. package/dist/types/components/input/input.d.ts +5 -31
  858. package/dist/types/components/input-password-toggle/input-password-toggle.d.ts +0 -2
  859. package/dist/types/components/item/item.d.ts +4 -11
  860. package/dist/types/components/item-divider/item-divider.d.ts +1 -2
  861. package/dist/types/components/item-group/item-group.d.ts +0 -4
  862. package/dist/types/components/item-option/item-option.d.ts +1 -11
  863. package/dist/types/components/item-options/item-options.d.ts +0 -4
  864. package/dist/types/components/item-sliding/item-sliding.d.ts +0 -4
  865. package/dist/types/components/label/label.d.ts +1 -2
  866. package/dist/types/components/list/list.d.ts +1 -15
  867. package/dist/types/components/list-header/list-header.d.ts +1 -2
  868. package/dist/types/components/loading/loading-interface.d.ts +7 -2
  869. package/dist/types/components/loading/loading.d.ts +2 -3
  870. package/dist/types/components/menu/menu.d.ts +0 -3
  871. package/dist/types/components/menu-button/menu-button.d.ts +1 -3
  872. package/dist/types/components/menu-toggle/menu-toggle.d.ts +0 -3
  873. package/dist/types/components/modal/gestures/sheet.d.ts +1 -1
  874. package/dist/types/components/modal/modal-interface.d.ts +7 -4
  875. package/dist/types/components/modal/modal.d.ts +1 -11
  876. package/dist/types/components/nav/nav-interface.d.ts +1 -9
  877. package/dist/types/components/nav/nav.d.ts +1 -5
  878. package/dist/types/components/nav-link/nav-link.d.ts +0 -4
  879. package/dist/types/components/note/note.d.ts +1 -2
  880. package/dist/types/components/picker/picker.d.ts +1 -2
  881. package/dist/types/components/picker-column/picker-column.d.ts +1 -2
  882. package/dist/types/components/picker-column-option/picker-column-option.d.ts +0 -4
  883. package/dist/types/components/picker-legacy/picker.d.ts +1 -2
  884. package/dist/types/components/popover/popover-interface.d.ts +6 -3
  885. package/dist/types/components/popover/popover.d.ts +5 -6
  886. package/dist/types/components/progress-bar/progress-bar.d.ts +1 -2
  887. package/dist/types/components/radio/radio.d.ts +1 -2
  888. package/dist/types/components/radio-group/radio-group.d.ts +4 -4
  889. package/dist/types/components/range/range.d.ts +1 -2
  890. package/dist/types/components/refresher/refresher.d.ts +1 -2
  891. package/dist/types/components/refresher-content/refresher-content.d.ts +0 -4
  892. package/dist/types/components/reorder/reorder.d.ts +0 -9
  893. package/dist/types/components/reorder-group/reorder-group.d.ts +0 -4
  894. package/dist/types/components/ripple-effect/ripple-effect.d.ts +0 -4
  895. package/dist/types/components/route/route.d.ts +0 -4
  896. package/dist/types/components/router/router.d.ts +0 -4
  897. package/dist/types/components/router-link/router-link.d.ts +0 -4
  898. package/dist/types/components/router-outlet/router-outlet.d.ts +1 -4
  899. package/dist/types/components/row/row.d.ts +0 -4
  900. package/dist/types/components/searchbar/searchbar.d.ts +8 -30
  901. package/dist/types/components/segment/segment.d.ts +1 -2
  902. package/dist/types/components/segment-button/segment-button.d.ts +1 -2
  903. package/dist/types/components/select/select.d.ts +9 -33
  904. package/dist/types/components/select-option/select-option.d.ts +0 -4
  905. package/dist/types/components/select-popover/select-popover.d.ts +0 -3
  906. package/dist/types/components/skeleton-text/skeleton-text.d.ts +0 -4
  907. package/dist/types/components/spinner/spinner.d.ts +0 -15
  908. package/dist/types/components/split-pane/split-pane.d.ts +0 -4
  909. package/dist/types/components/tab/tab.d.ts +0 -4
  910. package/dist/types/components/tab-bar/tab-bar.d.ts +2 -22
  911. package/dist/types/components/tab-button/tab-button.d.ts +1 -11
  912. package/dist/types/components/tabs/tabs.d.ts +0 -3
  913. package/dist/types/components/text/text.d.ts +1 -2
  914. package/dist/types/components/textarea/textarea.d.ts +4 -16
  915. package/dist/types/components/thumbnail/thumbnail.d.ts +0 -4
  916. package/dist/types/components/title/title.d.ts +0 -4
  917. package/dist/types/components/toast/animations/utils.d.ts +2 -2
  918. package/dist/types/components/toast/toast-interface.d.ts +7 -3
  919. package/dist/types/components/toast/toast.d.ts +2 -12
  920. package/dist/types/components/toggle/toggle.d.ts +5 -15
  921. package/dist/types/components/toolbar/toolbar.d.ts +3 -4
  922. package/dist/types/components.d.ts +205 -1373
  923. package/dist/types/global/ionic-global.d.ts +2 -27
  924. package/dist/types/interface.d.ts +0 -3
  925. package/dist/types/utils/config.d.ts +2 -106
  926. package/dist/types/utils/focus-visible.d.ts +0 -1
  927. package/dist/types/utils/overlays-interface.d.ts +1 -31
  928. package/dist/types/utils/test/playwright/generator.d.ts +2 -31
  929. package/hydrate/index.js +874 -2345
  930. package/hydrate/index.mjs +874 -2345
  931. package/package.json +6 -11
  932. package/components/caret-down.js +0 -6
  933. package/components/caret-left.js +0 -6
  934. package/components/caret-right.js +0 -6
  935. package/components/config2.js +0 -79
  936. package/components/list2.js +0 -6
  937. package/components/x.js +0 -6
  938. package/css/ionic/bundle.ionic.css +0 -1
  939. package/css/ionic/bundle.ionic.css.map +0 -1
  940. package/css/ionic/core.ionic.css +0 -1
  941. package/css/ionic/core.ionic.css.map +0 -1
  942. package/css/ionic/global.bundle.ionic.css +0 -1
  943. package/css/ionic/global.bundle.ionic.css.map +0 -1
  944. package/css/ionic/ionic-swiper.ionic.css +0 -1
  945. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  946. package/css/ionic/link.ionic.css +0 -1
  947. package/css/ionic/link.ionic.css.map +0 -1
  948. package/css/ionic/structure.ionic.css +0 -1
  949. package/css/ionic/structure.ionic.css.map +0 -1
  950. package/css/ionic/typography.ionic.css +0 -1
  951. package/css/ionic/typography.ionic.css.map +0 -1
  952. package/css/ionic/utils.bundle.ionic.css +0 -1
  953. package/css/ionic/utils.bundle.ionic.css.map +0 -1
  954. package/dist/cjs/caret-down-3c215cff.js +0 -8
  955. package/dist/cjs/caret-left-2bb66970.js +0 -8
  956. package/dist/cjs/caret-right-88e03970.js +0 -8
  957. package/dist/cjs/config-aff4ff52.js +0 -84
  958. package/dist/cjs/ionic-global-14af9c21.js +0 -535
  959. package/dist/cjs/list-2930c629.js +0 -8
  960. package/dist/cjs/x-81a8f51c.js +0 -8
  961. package/dist/collection/components/accordion/accordion.ionic.css +0 -197
  962. package/dist/collection/components/accordion-group/accordion-group.ionic.css +0 -95
  963. package/dist/collection/components/avatar/avatar.ionic.css +0 -268
  964. package/dist/collection/components/backdrop/backdrop.ionic.css +0 -151
  965. package/dist/collection/components/badge/badge.ionic.css +0 -249
  966. package/dist/collection/components/button/button.ionic.css +0 -589
  967. package/dist/collection/components/buttons/buttons.ionic.css +0 -100
  968. package/dist/collection/components/card/card.ionic.css +0 -137
  969. package/dist/collection/components/card-content/card-content.ionic.css +0 -90
  970. package/dist/collection/components/card-header/card-header.ionic.css +0 -87
  971. package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +0 -146
  972. package/dist/collection/components/checkbox/checkbox.ionic.css +0 -402
  973. package/dist/collection/components/chip/chip.ionic.css +0 -160
  974. package/dist/collection/components/datetime/datetime.ionic.css +0 -673
  975. package/dist/collection/components/header/header.ionic.css +0 -86
  976. package/dist/collection/components/input/input.ionic.css +0 -1096
  977. package/dist/collection/components/input-password-toggle/input-password-toggle.common.css +0 -61
  978. package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +0 -141
  979. package/dist/collection/components/item/item.ionic.css +0 -497
  980. package/dist/collection/components/item-option/item-option.ionic.css +0 -332
  981. package/dist/collection/components/item-options/item-options.ionic.css +0 -259
  982. package/dist/collection/components/list/list.ionic.css +0 -192
  983. package/dist/collection/components/list-header/list-header.ionic.css +0 -236
  984. package/dist/collection/components/menu-button/menu-button.ionic.css +0 -238
  985. package/dist/collection/components/modal/modal.ionic.css +0 -239
  986. package/dist/collection/components/radio/radio.ionic.css +0 -424
  987. package/dist/collection/components/range/range.ionic.css +0 -555
  988. package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +0 -154
  989. package/dist/collection/components/searchbar/searchbar.ionic.css +0 -345
  990. package/dist/collection/components/segment/segment.ionic.css +0 -117
  991. package/dist/collection/components/segment-button/segment-button.ionic.css +0 -355
  992. package/dist/collection/components/select/select.ionic.css +0 -706
  993. package/dist/collection/components/select-modal/select-modal.ionic.css +0 -121
  994. package/dist/collection/components/spinner/spinner.common.css +0 -199
  995. package/dist/collection/components/tab-bar/tab-bar.ionic.css +0 -188
  996. package/dist/collection/components/tab-button/tab-button.ionic.css +0 -282
  997. package/dist/collection/components/textarea/textarea.ionic.css +0 -834
  998. package/dist/collection/components/title/title.ionic.css +0 -145
  999. package/dist/collection/components/toast/toast.ionic.css +0 -377
  1000. package/dist/collection/components/toggle/toggle.ionic.css +0 -419
  1001. package/dist/collection/components/toolbar/toolbar.ionic.css +0 -233
  1002. package/dist/esm/caret-down-3eaad1cc.js +0 -6
  1003. package/dist/esm/caret-left-33424bb0.js +0 -6
  1004. package/dist/esm/caret-right-68d856ad.js +0 -6
  1005. package/dist/esm/config-84eb9670.js +0 -79
  1006. package/dist/esm/ionic-global-3c97a4aa.js +0 -521
  1007. package/dist/esm/list-6524700c.js +0 -6
  1008. package/dist/esm/x-a64bcd9f.js +0 -6
  1009. package/dist/esm-es5/animation-f1a88600.js +0 -4
  1010. package/dist/esm-es5/app-globals-eceadabb.js +0 -4
  1011. package/dist/esm-es5/capacitor-6b0341c8.js +0 -4
  1012. package/dist/esm-es5/caret-down-3eaad1cc.js +0 -4
  1013. package/dist/esm-es5/caret-left-33424bb0.js +0 -4
  1014. package/dist/esm-es5/caret-right-68d856ad.js +0 -4
  1015. package/dist/esm-es5/config-84eb9670.js +0 -4
  1016. package/dist/esm-es5/data-a753c96a.js +0 -4
  1017. package/dist/esm-es5/focus-visible-501aff19.js +0 -4
  1018. package/dist/esm-es5/framework-delegate-3e4a8c9f.js +0 -4
  1019. package/dist/esm-es5/helpers-f08d15bd.js +0 -4
  1020. package/dist/esm-es5/index-31109e63.js +0 -4
  1021. package/dist/esm-es5/index-59f81cb8.js +0 -4
  1022. package/dist/esm-es5/index-7bd160c2.js +0 -4
  1023. package/dist/esm-es5/input-shims-6be83e59.js +0 -4
  1024. package/dist/esm-es5/input.utils-67459bae.js +0 -4
  1025. package/dist/esm-es5/ionic-global-3c97a4aa.js +0 -4
  1026. package/dist/esm-es5/ios.transition-06b78ea0.js +0 -4
  1027. package/dist/esm-es5/keyboard-controller-aff395fd.js +0 -4
  1028. package/dist/esm-es5/list-6524700c.js +0 -4
  1029. package/dist/esm-es5/md.transition-e5712bda.js +0 -4
  1030. package/dist/esm-es5/notch-controller-c0bd22ff.js +0 -4
  1031. package/dist/esm-es5/overlays-66cb5522.js +0 -4
  1032. package/dist/esm-es5/status-tap-edf9f395.js +0 -4
  1033. package/dist/esm-es5/swipe-back-17c42610.js +0 -4
  1034. package/dist/esm-es5/x-a64bcd9f.js +0 -4
  1035. package/dist/ionic/p-01d80901.system.js +0 -4
  1036. package/dist/ionic/p-038a6294.js +0 -4
  1037. package/dist/ionic/p-06ec4706.js +0 -4
  1038. package/dist/ionic/p-06f2f110.system.entry.js +0 -4
  1039. package/dist/ionic/p-09125f4f.entry.js +0 -4
  1040. package/dist/ionic/p-096e5f6d.system.entry.js +0 -4
  1041. package/dist/ionic/p-09c6b5e4.js +0 -4
  1042. package/dist/ionic/p-0a0ce78f.system.entry.js +0 -4
  1043. package/dist/ionic/p-0ae8c3eb.entry.js +0 -4
  1044. package/dist/ionic/p-101ccd60.system.entry.js +0 -4
  1045. package/dist/ionic/p-112120d7.system.js +0 -4
  1046. package/dist/ionic/p-12337305.system.entry.js +0 -4
  1047. package/dist/ionic/p-156d17cd.js +0 -4
  1048. package/dist/ionic/p-18892506.entry.js +0 -4
  1049. package/dist/ionic/p-1abd1c99.entry.js +0 -4
  1050. package/dist/ionic/p-1cf1141c.system.entry.js +0 -4
  1051. package/dist/ionic/p-1dd2b0af.entry.js +0 -4
  1052. package/dist/ionic/p-1eeb9796.entry.js +0 -4
  1053. package/dist/ionic/p-1efa63f2.js +0 -4
  1054. package/dist/ionic/p-23b31425.entry.js +0 -4
  1055. package/dist/ionic/p-243adf8c.js +0 -4
  1056. package/dist/ionic/p-24f15ce4.system.entry.js +0 -4
  1057. package/dist/ionic/p-25cc2477.entry.js +0 -4
  1058. package/dist/ionic/p-27258d5a.entry.js +0 -4
  1059. package/dist/ionic/p-29ca4da2.entry.js +0 -4
  1060. package/dist/ionic/p-2e35a770.system.js +0 -4
  1061. package/dist/ionic/p-2ef115ec.system.entry.js +0 -4
  1062. package/dist/ionic/p-2fe21cb8.system.entry.js +0 -4
  1063. package/dist/ionic/p-330e703e.entry.js +0 -4
  1064. package/dist/ionic/p-33dc4514.js +0 -4
  1065. package/dist/ionic/p-346c67b0.js +0 -4
  1066. package/dist/ionic/p-3583dd40.system.entry.js +0 -4
  1067. package/dist/ionic/p-3608e72b.entry.js +0 -4
  1068. package/dist/ionic/p-398b00a5.system.entry.js +0 -4
  1069. package/dist/ionic/p-3c4c73f9.system.entry.js +0 -4
  1070. package/dist/ionic/p-3ce95a91.entry.js +0 -4
  1071. package/dist/ionic/p-3d61263b.system.entry.js +0 -4
  1072. package/dist/ionic/p-3d7eb7bf.system.entry.js +0 -4
  1073. package/dist/ionic/p-41f06734.entry.js +0 -4
  1074. package/dist/ionic/p-4219582c.system.js +0 -4
  1075. package/dist/ionic/p-429dd2b5.system.js +0 -4
  1076. package/dist/ionic/p-4385e3fb.system.entry.js +0 -4
  1077. package/dist/ionic/p-4459a66e.system.js +0 -4
  1078. package/dist/ionic/p-46787abb.system.js +0 -4
  1079. package/dist/ionic/p-47fd935c.system.js +0 -4
  1080. package/dist/ionic/p-4a39ba11.entry.js +0 -4
  1081. package/dist/ionic/p-4a6d4288.entry.js +0 -4
  1082. package/dist/ionic/p-4a869870.entry.js +0 -4
  1083. package/dist/ionic/p-4ac4f52a.system.entry.js +0 -4
  1084. package/dist/ionic/p-4b4e4592.system.entry.js +0 -4
  1085. package/dist/ionic/p-4c9e1b2c.js +0 -4
  1086. package/dist/ionic/p-51371e21.system.js +0 -4
  1087. package/dist/ionic/p-530c591a.entry.js +0 -4
  1088. package/dist/ionic/p-55546d77.system.entry.js +0 -4
  1089. package/dist/ionic/p-556778bd.system.js +0 -4
  1090. package/dist/ionic/p-5684893b.system.entry.js +0 -4
  1091. package/dist/ionic/p-57de8d54.system.entry.js +0 -4
  1092. package/dist/ionic/p-58c64779.system.entry.js +0 -4
  1093. package/dist/ionic/p-5a6b3c0d.entry.js +0 -4
  1094. package/dist/ionic/p-5a6d245d.system.entry.js +0 -4
  1095. package/dist/ionic/p-5b57d327.system.js +0 -4
  1096. package/dist/ionic/p-5ce35a03.js +0 -4
  1097. package/dist/ionic/p-5deb874f.entry.js +0 -4
  1098. package/dist/ionic/p-5eb8561f.system.entry.js +0 -4
  1099. package/dist/ionic/p-607c9c33.js +0 -4
  1100. package/dist/ionic/p-60d21ee9.system.entry.js +0 -4
  1101. package/dist/ionic/p-61eefc4d.system.entry.js +0 -4
  1102. package/dist/ionic/p-63fde7fe.entry.js +0 -4
  1103. package/dist/ionic/p-6433742e.system.entry.js +0 -4
  1104. package/dist/ionic/p-67b6e18d.entry.js +0 -4
  1105. package/dist/ionic/p-6a0dd6bc.js +0 -4
  1106. package/dist/ionic/p-6bc2795b.entry.js +0 -4
  1107. package/dist/ionic/p-6bd1c0ee.system.entry.js +0 -4
  1108. package/dist/ionic/p-6caa76ec.js +0 -4
  1109. package/dist/ionic/p-6cbca6c5.system.entry.js +0 -4
  1110. package/dist/ionic/p-6dc32e8b.entry.js +0 -4
  1111. package/dist/ionic/p-6e53290f.system.entry.js +0 -4
  1112. package/dist/ionic/p-7071d7ca.js +0 -4
  1113. package/dist/ionic/p-70e5bb40.entry.js +0 -4
  1114. package/dist/ionic/p-72cbf799.system.entry.js +0 -4
  1115. package/dist/ionic/p-74d76684.js +0 -4
  1116. package/dist/ionic/p-7607d8ba.system.entry.js +0 -4
  1117. package/dist/ionic/p-78ed8923.js +0 -4
  1118. package/dist/ionic/p-7a858bae.system.js +0 -4
  1119. package/dist/ionic/p-7d36cf9f.system.entry.js +0 -4
  1120. package/dist/ionic/p-815f649a.system.entry.js +0 -4
  1121. package/dist/ionic/p-81b72701.entry.js +0 -4
  1122. package/dist/ionic/p-822e47a9.system.js +0 -4
  1123. package/dist/ionic/p-82cb4235.js +0 -4
  1124. package/dist/ionic/p-8463212e.js +0 -4
  1125. package/dist/ionic/p-84667060.entry.js +0 -4
  1126. package/dist/ionic/p-857ba8d4.entry.js +0 -4
  1127. package/dist/ionic/p-86d98446.system.entry.js +0 -4
  1128. package/dist/ionic/p-871f4046.entry.js +0 -4
  1129. package/dist/ionic/p-8956f9a8.system.entry.js +0 -4
  1130. package/dist/ionic/p-8b0f0a87.entry.js +0 -4
  1131. package/dist/ionic/p-8dbfae64.entry.js +0 -4
  1132. package/dist/ionic/p-903c544a.js +0 -4
  1133. package/dist/ionic/p-916bc9ed.system.entry.js +0 -4
  1134. package/dist/ionic/p-92646426.js +0 -4
  1135. package/dist/ionic/p-94fc2104.system.entry.js +0 -4
  1136. package/dist/ionic/p-986855d6.js +0 -4
  1137. package/dist/ionic/p-9abb7d9b.entry.js +0 -4
  1138. package/dist/ionic/p-9ac1a506.system.js +0 -4
  1139. package/dist/ionic/p-a1cdc742.js +0 -4
  1140. package/dist/ionic/p-a2814291.system.js +0 -4
  1141. package/dist/ionic/p-a538ab98.js +0 -4
  1142. package/dist/ionic/p-a5a9206f.entry.js +0 -4
  1143. package/dist/ionic/p-a685da08.system.entry.js +0 -4
  1144. package/dist/ionic/p-a98061d0.entry.js +0 -4
  1145. package/dist/ionic/p-a9af4103.js +0 -4
  1146. package/dist/ionic/p-ac1c2b6a.js +0 -4
  1147. package/dist/ionic/p-b18c52cd.entry.js +0 -4
  1148. package/dist/ionic/p-b517144d.system.entry.js +0 -4
  1149. package/dist/ionic/p-b5dc9a32.system.entry.js +0 -4
  1150. package/dist/ionic/p-b79f3ded.entry.js +0 -4
  1151. package/dist/ionic/p-b80582fe.system.entry.js +0 -4
  1152. package/dist/ionic/p-b8b89651.system.entry.js +0 -4
  1153. package/dist/ionic/p-bbcec459.system.js +0 -4
  1154. package/dist/ionic/p-bcdd3eaf.entry.js +0 -4
  1155. package/dist/ionic/p-be87ec25.entry.js +0 -4
  1156. package/dist/ionic/p-c248c88d.system.js +0 -4
  1157. package/dist/ionic/p-c373eebd.system.js +0 -4
  1158. package/dist/ionic/p-c9d5da01.entry.js +0 -4
  1159. package/dist/ionic/p-cdff6a80.system.entry.js +0 -4
  1160. package/dist/ionic/p-cea92c46.system.js +0 -4
  1161. package/dist/ionic/p-d4862803.entry.js +0 -4
  1162. package/dist/ionic/p-d6ed3be1.entry.js +0 -4
  1163. package/dist/ionic/p-d9edb291.entry.js +0 -4
  1164. package/dist/ionic/p-dc286a59.entry.js +0 -4
  1165. package/dist/ionic/p-df09db21.entry.js +0 -4
  1166. package/dist/ionic/p-df4b88fc.system.entry.js +0 -4
  1167. package/dist/ionic/p-e3b70846.system.js +0 -4
  1168. package/dist/ionic/p-ea3ca474.system.js +0 -4
  1169. package/dist/ionic/p-eb4ba253.entry.js +0 -4
  1170. package/dist/ionic/p-ebd641e4.system.entry.js +0 -4
  1171. package/dist/ionic/p-ebe94d15.entry.js +0 -4
  1172. package/dist/ionic/p-eda736d7.entry.js +0 -4
  1173. package/dist/ionic/p-ee17be82.entry.js +0 -4
  1174. package/dist/ionic/p-eee899d5.system.entry.js +0 -4
  1175. package/dist/ionic/p-f116fb3f.system.js +0 -4
  1176. package/dist/ionic/p-f1e11e93.entry.js +0 -4
  1177. package/dist/ionic/p-f25ad420.system.entry.js +0 -4
  1178. package/dist/ionic/p-f44c9c6e.system.entry.js +0 -4
  1179. package/dist/ionic/p-f5be97b8.entry.js +0 -4
  1180. package/dist/ionic/p-f8123284.entry.js +0 -4
  1181. package/dist/ionic/p-f99cf3f7.system.entry.js +0 -4
  1182. package/dist/ionic/p-fff78cd2.system.entry.js +0 -4
  1183. /package/dist/collection/components/{refresher-content/refresher-content.css → input-password-toggle/input-password-toggle.css} +0 -0
@@ -86,21 +86,17 @@ export namespace Components {
86
86
  */
87
87
  "disabled": boolean;
88
88
  /**
89
- * The mode determines the platform behaviors of the component.
89
+ * The mode determines which platform styles to use.
90
90
  */
91
91
  "mode"?: "ios" | "md";
92
92
  /**
93
93
  * If `true`, the accordion cannot be interacted with, but does not alter the opacity.
94
94
  */
95
95
  "readonly": boolean;
96
- /**
97
- * The theme determines the visual appearance of the component.
98
- */
99
- "theme"?: "ios" | "md" | "ionic";
100
96
  /**
101
97
  * The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
102
98
  */
103
- "toggleIcon"?: string;
99
+ "toggleIcon": string;
104
100
  /**
105
101
  * The slot inside of `ion-item` to place the toggle icon. Defaults to `"end"`.
106
102
  */
@@ -125,7 +121,7 @@ export namespace Components {
125
121
  "expand": 'compact' | 'inset';
126
122
  "getAccordions": () => Promise<HTMLIonAccordionElement[]>;
127
123
  /**
128
- * The mode determines the platform behaviors of the component.
124
+ * The mode determines which platform styles to use.
129
125
  */
130
126
  "mode"?: "ios" | "md";
131
127
  /**
@@ -140,14 +136,6 @@ export namespace Components {
140
136
  * 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.
141
137
  */
142
138
  "requestAccordionToggle": (accordionValue: string | undefined, accordionExpand: boolean) => Promise<void>;
143
- /**
144
- * Set to `"soft"` for an accordion group with slightly rounded corners, `"round"` for an accordion group with fully rounded corners, or `"rectangular"` for an accordion group without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes. Only applies when `expand` is set to `"inset"`.
145
- */
146
- "shape"?: 'soft' | 'round' | 'rectangular';
147
- /**
148
- * The theme determines the visual appearance of the component.
149
- */
150
- "theme"?: "ios" | "md" | "ionic";
151
139
  /**
152
140
  * The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
153
141
  */
@@ -203,7 +191,7 @@ export namespace Components {
203
191
  */
204
192
  "leaveAnimation"?: AnimationBuilder;
205
193
  /**
206
- * The mode determines the platform behaviors of the component.
194
+ * The mode determines which platform styles to use.
207
195
  */
208
196
  "mode"?: "ios" | "md";
209
197
  /**
@@ -224,11 +212,7 @@ export namespace Components {
224
212
  */
225
213
  "subHeader"?: string;
226
214
  /**
227
- * The theme determines the visual appearance of the component.
228
- */
229
- "theme"?: "ios" | "md" | "ionic";
230
- /**
231
- * 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).
215
+ * 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).
232
216
  */
233
217
  "translucent": boolean;
234
218
  /**
@@ -294,7 +278,7 @@ export namespace Components {
294
278
  */
295
279
  "message"?: string | IonicSafeString;
296
280
  /**
297
- * The mode determines the platform behaviors of the component.
281
+ * The mode determines which platform styles to use.
298
282
  */
299
283
  "mode"?: "ios" | "md";
300
284
  /**
@@ -315,11 +299,7 @@ export namespace Components {
315
299
  */
316
300
  "subHeader"?: string;
317
301
  /**
318
- * The theme determines the visual appearance of the component.
319
- */
320
- "theme"?: "ios" | "md" | "ionic";
321
- /**
322
- * 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).
302
+ * 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).
323
303
  */
324
304
  "translucent": boolean;
325
305
  /**
@@ -328,36 +308,12 @@ export namespace Components {
328
308
  "trigger": string | undefined;
329
309
  }
330
310
  interface IonApp {
331
- /**
332
- * The mode determines the platform behaviors of the component.
333
- */
334
- "mode"?: "ios" | "md";
335
311
  /**
336
312
  * 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.)
337
313
  */
338
314
  "setFocus": (elements: HTMLElement[]) => Promise<void>;
339
- /**
340
- * The theme determines the visual appearance of the component.
341
- */
342
- "theme"?: "ios" | "md" | "ionic";
343
315
  }
344
316
  interface IonAvatar {
345
- /**
346
- * The mode determines the platform behaviors of the component.
347
- */
348
- "mode"?: "ios" | "md";
349
- /**
350
- * 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.
351
- */
352
- "shape"?: 'soft' | 'round' | 'rectangular';
353
- /**
354
- * 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.
355
- */
356
- "size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
357
- /**
358
- * The theme determines the visual appearance of the component.
359
- */
360
- "theme"?: "ios" | "md" | "ionic";
361
317
  }
362
318
  interface IonBackButton {
363
319
  /**
@@ -377,7 +333,7 @@ export namespace Components {
377
333
  */
378
334
  "icon"?: string | null;
379
335
  /**
380
- * The mode determines the platform behaviors of the component.
336
+ * The mode determines which platform styles to use.
381
337
  */
382
338
  "mode"?: "ios" | "md";
383
339
  /**
@@ -388,20 +344,12 @@ export namespace Components {
388
344
  * The text to display in the back button.
389
345
  */
390
346
  "text"?: string | null;
391
- /**
392
- * The theme determines the visual appearance of the component.
393
- */
394
- "theme"?: "ios" | "md" | "ionic";
395
347
  /**
396
348
  * The type of the button.
397
349
  */
398
350
  "type": 'submit' | 'reset' | 'button';
399
351
  }
400
352
  interface IonBackdrop {
401
- /**
402
- * The mode determines the platform behaviors of the component.
403
- */
404
- "mode"?: "ios" | "md";
405
353
  /**
406
354
  * If `true`, the backdrop will stop propagation on tap.
407
355
  */
@@ -410,10 +358,6 @@ export namespace Components {
410
358
  * If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.
411
359
  */
412
360
  "tappable": boolean;
413
- /**
414
- * The theme determines the visual appearance of the component.
415
- */
416
- "theme"?: "ios" | "md" | "ionic";
417
361
  /**
418
362
  * If `true`, the backdrop will be visible.
419
363
  */
@@ -425,21 +369,9 @@ export namespace Components {
425
369
  */
426
370
  "color"?: Color;
427
371
  /**
428
- * The mode determines the platform behaviors of the component.
372
+ * The mode determines which platform styles to use.
429
373
  */
430
374
  "mode"?: "ios" | "md";
431
- /**
432
- * 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.
433
- */
434
- "shape"?: 'soft' | 'round | rectangular';
435
- /**
436
- * 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.
437
- */
438
- "size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
439
- /**
440
- * The theme determines the visual appearance of the component.
441
- */
442
- "theme"?: "ios" | "md" | "ionic";
443
375
  }
444
376
  interface IonBreadcrumb {
445
377
  /**
@@ -465,7 +397,7 @@ export namespace Components {
465
397
  "href": string | undefined;
466
398
  "last": boolean;
467
399
  /**
468
- * The mode determines the platform behaviors of the component.
400
+ * The mode determines which platform styles to use.
469
401
  */
470
402
  "mode"?: "ios" | "md";
471
403
  /**
@@ -489,10 +421,6 @@ export namespace Components {
489
421
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
490
422
  */
491
423
  "target": string | undefined;
492
- /**
493
- * The theme determines the visual appearance of the component.
494
- */
495
- "theme"?: "ios" | "md" | "ionic";
496
424
  }
497
425
  interface IonBreadcrumbs {
498
426
  /**
@@ -512,13 +440,9 @@ export namespace Components {
512
440
  */
513
441
  "maxItems"?: number;
514
442
  /**
515
- * The mode determines the platform behaviors of the component.
443
+ * The mode determines which platform styles to use.
516
444
  */
517
445
  "mode"?: "ios" | "md";
518
- /**
519
- * The theme determines the visual appearance of the component.
520
- */
521
- "theme"?: "ios" | "md" | "ionic";
522
446
  }
523
447
  interface IonButton {
524
448
  /**
@@ -554,7 +478,7 @@ export namespace Components {
554
478
  */
555
479
  "href": string | undefined;
556
480
  /**
557
- * The mode determines the platform behaviors of the component.
481
+ * The mode determines which platform styles to use.
558
482
  */
559
483
  "mode"?: "ios" | "md";
560
484
  /**
@@ -570,13 +494,13 @@ export namespace Components {
570
494
  */
571
495
  "routerDirection": RouterDirection;
572
496
  /**
573
- * 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.
497
+ * Set to `"round"` for a button with more rounded corners.
574
498
  */
575
- "shape"?: 'soft' | 'round' | 'rectangular';
499
+ "shape"?: 'round';
576
500
  /**
577
501
  * 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.
578
502
  */
579
- "size"?: 'xsmall' | 'small' | 'default' | 'large' | 'xlarge';
503
+ "size"?: 'small' | 'default' | 'large';
580
504
  /**
581
505
  * If `true`, activates a button with a heavier font weight.
582
506
  */
@@ -585,10 +509,6 @@ export namespace Components {
585
509
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
586
510
  */
587
511
  "target": string | undefined;
588
- /**
589
- * The theme determines the visual appearance of the component.
590
- */
591
- "theme"?: "ios" | "md" | "ionic";
592
512
  /**
593
513
  * The type of the button.
594
514
  */
@@ -596,17 +516,9 @@ export namespace Components {
596
516
  }
597
517
  interface IonButtons {
598
518
  /**
599
- * 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)
519
+ * 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)
600
520
  */
601
521
  "collapse": boolean;
602
- /**
603
- * The mode determines the platform behaviors of the component.
604
- */
605
- "mode"?: "ios" | "md";
606
- /**
607
- * The theme determines the visual appearance of the component.
608
- */
609
- "theme"?: "ios" | "md" | "ionic";
610
522
  }
611
523
  interface IonCard {
612
524
  /**
@@ -630,7 +542,7 @@ export namespace Components {
630
542
  */
631
543
  "href": string | undefined;
632
544
  /**
633
- * The mode determines the platform behaviors of the component.
545
+ * The mode determines which platform styles to use.
634
546
  */
635
547
  "mode"?: "ios" | "md";
636
548
  /**
@@ -645,18 +557,10 @@ export namespace Components {
645
557
  * When using a router, it specifies the transition direction when navigating to another page using `href`.
646
558
  */
647
559
  "routerDirection": RouterDirection;
648
- /**
649
- * 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"`.
650
- */
651
- "shape"?: 'soft' | 'round' | 'rectangular';
652
560
  /**
653
561
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
654
562
  */
655
563
  "target": string | undefined;
656
- /**
657
- * The theme determines the visual appearance of the component.
658
- */
659
- "theme"?: "ios" | "md" | "ionic";
660
564
  /**
661
565
  * The type of the button. Only used when an `onclick` or `button` property is present.
662
566
  */
@@ -664,13 +568,9 @@ export namespace Components {
664
568
  }
665
569
  interface IonCardContent {
666
570
  /**
667
- * The mode determines the platform behaviors of the component.
571
+ * The mode determines which platform styles to use.
668
572
  */
669
573
  "mode"?: "ios" | "md";
670
- /**
671
- * The theme determines the visual appearance of the component.
672
- */
673
- "theme"?: "ios" | "md" | "ionic";
674
574
  }
675
575
  interface IonCardHeader {
676
576
  /**
@@ -678,15 +578,11 @@ export namespace Components {
678
578
  */
679
579
  "color"?: Color;
680
580
  /**
681
- * The mode determines the platform behaviors of the component.
581
+ * The mode determines which platform styles to use.
682
582
  */
683
583
  "mode"?: "ios" | "md";
684
584
  /**
685
- * The theme determines the visual appearance of the component.
686
- */
687
- "theme"?: "ios" | "md" | "ionic";
688
- /**
689
- * 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).
585
+ * 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).
690
586
  */
691
587
  "translucent": boolean;
692
588
  }
@@ -696,13 +592,9 @@ export namespace Components {
696
592
  */
697
593
  "color"?: Color;
698
594
  /**
699
- * The mode determines the platform behaviors of the component.
595
+ * The mode determines which platform styles to use.
700
596
  */
701
597
  "mode"?: "ios" | "md";
702
- /**
703
- * The theme determines the visual appearance of the component.
704
- */
705
- "theme"?: "ios" | "md" | "ionic";
706
598
  }
707
599
  interface IonCardTitle {
708
600
  /**
@@ -710,13 +602,9 @@ export namespace Components {
710
602
  */
711
603
  "color"?: Color;
712
604
  /**
713
- * The mode determines the platform behaviors of the component.
605
+ * The mode determines which platform styles to use.
714
606
  */
715
607
  "mode"?: "ios" | "md";
716
- /**
717
- * The theme determines the visual appearance of the component.
718
- */
719
- "theme"?: "ios" | "md" | "ionic";
720
608
  }
721
609
  interface IonCheckbox {
722
610
  /**
@@ -748,26 +636,18 @@ export namespace Components {
748
636
  */
749
637
  "labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
750
638
  /**
751
- * The mode determines the platform behaviors of the component.
639
+ * The mode determines which platform styles to use.
752
640
  */
753
641
  "mode"?: "ios" | "md";
754
642
  /**
755
643
  * The name of the control, which is submitted with the form data.
756
644
  */
757
645
  "name": string;
758
- "setFocus": () => Promise<void>;
759
- /**
760
- * Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
761
- */
762
- "shape"?: 'soft' | 'rectangular';
763
- /**
764
- * Set to `"small"` for a checkbox with less height and padding.
765
- */
766
- "size"?: 'small';
767
646
  /**
768
- * The theme determines the visual appearance of the component.
647
+ * If `true`, the user must fill in a value before submitting a form.
769
648
  */
770
- "theme"?: "ios" | "md" | "ionic";
649
+ "required": boolean;
650
+ "setFocus": () => Promise<void>;
771
651
  /**
772
652
  * 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>`.
773
653
  */
@@ -783,31 +663,15 @@ export namespace Components {
783
663
  */
784
664
  "disabled": boolean;
785
665
  /**
786
- * The mode determines the platform behaviors of the component.
666
+ * The mode determines which platform styles to use.
787
667
  */
788
668
  "mode"?: "ios" | "md";
789
669
  /**
790
670
  * Display an outline style button.
791
671
  */
792
672
  "outline": boolean;
793
- /**
794
- * 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.
795
- */
796
- "shape"?: 'soft' | 'round' | 'rectangular';
797
- /**
798
- * Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
799
- */
800
- "size"?: 'small' | 'large';
801
- /**
802
- * The theme determines the visual appearance of the component.
803
- */
804
- "theme"?: "ios" | "md" | "ionic";
805
673
  }
806
674
  interface IonCol {
807
- /**
808
- * The mode determines the platform behaviors of the component.
809
- */
810
- "mode"?: "ios" | "md";
811
675
  /**
812
676
  * The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
813
677
  */
@@ -904,10 +768,6 @@ export namespace Components {
904
768
  * 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.
905
769
  */
906
770
  "sizeXs"?: string;
907
- /**
908
- * The theme determines the visual appearance of the component.
909
- */
910
- "theme"?: "ios" | "md" | "ionic";
911
771
  }
912
772
  interface IonContent {
913
773
  /**
@@ -934,10 +794,6 @@ export namespace Components {
934
794
  * 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.
935
795
  */
936
796
  "getScrollElement": () => Promise<HTMLElement>;
937
- /**
938
- * The mode determines the platform behaviors of the component.
939
- */
940
- "mode"?: "ios" | "md";
941
797
  /**
942
798
  * Scroll by a specified X/Y distance in the component.
943
799
  * @param x The amount to scroll by on the horizontal axis.
@@ -974,10 +830,6 @@ export namespace Components {
974
830
  * If you want to disable the content scrolling in the Y axis, set this property to `false`.
975
831
  */
976
832
  "scrollY": boolean;
977
- /**
978
- * The theme determines the visual appearance of the component.
979
- */
980
- "theme"?: "ios" | "md" | "ionic";
981
833
  }
982
834
  interface IonDatetime {
983
835
  /**
@@ -1053,7 +905,7 @@ export namespace Components {
1053
905
  */
1054
906
  "minuteValues"?: number[] | number | string;
1055
907
  /**
1056
- * The mode determines the platform behaviors of the component.
908
+ * The mode determines which platform styles to use.
1057
909
  */
1058
910
  "mode"?: "ios" | "md";
1059
911
  /**
@@ -1104,10 +956,6 @@ export namespace Components {
1104
956
  * 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.
1105
957
  */
1106
958
  "size": 'cover' | 'fixed';
1107
- /**
1108
- * The theme determines the visual appearance of the component.
1109
- */
1110
- "theme"?: "ios" | "md" | "ionic";
1111
959
  /**
1112
960
  * 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.
1113
961
  */
@@ -1135,13 +983,9 @@ export namespace Components {
1135
983
  */
1136
984
  "disabled": boolean;
1137
985
  /**
1138
- * The mode determines the platform behaviors of the component.
986
+ * The mode determines which platform styles to use.
1139
987
  */
1140
988
  "mode"?: "ios" | "md";
1141
- /**
1142
- * The theme determines the visual appearance of the component.
1143
- */
1144
- "theme"?: "ios" | "md" | "ionic";
1145
989
  }
1146
990
  interface IonFab {
1147
991
  /**
@@ -1160,14 +1004,6 @@ export namespace Components {
1160
1004
  * Where to align the fab horizontally in the viewport.
1161
1005
  */
1162
1006
  "horizontal"?: 'start' | 'end' | 'center';
1163
- /**
1164
- * The mode determines the platform behaviors of the component.
1165
- */
1166
- "mode"?: "ios" | "md";
1167
- /**
1168
- * The theme determines the visual appearance of the component.
1169
- */
1170
- "theme"?: "ios" | "md" | "ionic";
1171
1007
  /**
1172
1008
  * Opens/Closes the FAB list container.
1173
1009
  */
@@ -1185,7 +1021,7 @@ export namespace Components {
1185
1021
  /**
1186
1022
  * 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.
1187
1023
  */
1188
- "closeIcon"?: string;
1024
+ "closeIcon": string;
1189
1025
  /**
1190
1026
  * 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).
1191
1027
  */
@@ -1203,7 +1039,7 @@ export namespace Components {
1203
1039
  */
1204
1040
  "href": string | undefined;
1205
1041
  /**
1206
- * The mode determines the platform behaviors of the component.
1042
+ * The mode determines which platform styles to use.
1207
1043
  */
1208
1044
  "mode"?: "ios" | "md";
1209
1045
  /**
@@ -1231,11 +1067,7 @@ export namespace Components {
1231
1067
  */
1232
1068
  "target": string | undefined;
1233
1069
  /**
1234
- * The theme determines the visual appearance of the component.
1235
- */
1236
- "theme"?: "ios" | "md" | "ionic";
1237
- /**
1238
- * 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).
1070
+ * 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).
1239
1071
  */
1240
1072
  "translucent": boolean;
1241
1073
  /**
@@ -1248,34 +1080,22 @@ export namespace Components {
1248
1080
  * If `true`, the fab list will show all fab buttons in the list.
1249
1081
  */
1250
1082
  "activated": boolean;
1251
- /**
1252
- * The mode determines the platform behaviors of the component.
1253
- */
1254
- "mode"?: "ios" | "md";
1255
1083
  /**
1256
1084
  * The side the fab list will show on relative to the main fab button.
1257
1085
  */
1258
1086
  "side": 'start' | 'end' | 'top' | 'bottom';
1259
- /**
1260
- * The theme determines the visual appearance of the component.
1261
- */
1262
- "theme"?: "ios" | "md" | "ionic";
1263
1087
  }
1264
1088
  interface IonFooter {
1265
1089
  /**
1266
- * Describes the scroll effect that will be applied to the footer. Only applies when the theme is `"ios"`.
1090
+ * Describes the scroll effect that will be applied to the footer. Only applies in iOS mode.
1267
1091
  */
1268
1092
  "collapse"?: 'fade';
1269
1093
  /**
1270
- * The mode determines the platform behaviors of the component.
1094
+ * The mode determines which platform styles to use.
1271
1095
  */
1272
1096
  "mode"?: "ios" | "md";
1273
1097
  /**
1274
- * The theme determines the visual appearance of the component.
1275
- */
1276
- "theme"?: "ios" | "md" | "ionic";
1277
- /**
1278
- * 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.
1098
+ * 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.
1279
1099
  */
1280
1100
  "translucent": boolean;
1281
1101
  }
@@ -1284,34 +1104,18 @@ export namespace Components {
1284
1104
  * If `true`, the grid will have a fixed width based on the screen size.
1285
1105
  */
1286
1106
  "fixed": boolean;
1287
- /**
1288
- * The mode determines the platform behaviors of the component.
1289
- */
1290
- "mode"?: "ios" | "md";
1291
- /**
1292
- * The theme determines the visual appearance of the component.
1293
- */
1294
- "theme"?: "ios" | "md" | "ionic";
1295
1107
  }
1296
1108
  interface IonHeader {
1297
1109
  /**
1298
- * 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)
1110
+ * 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)
1299
1111
  */
1300
1112
  "collapse"?: 'condense' | 'fade';
1301
1113
  /**
1302
- * If `true`, the header will have a line at the bottom. TODO(ROU-10855): add support for this prop on ios/md themes
1303
- */
1304
- "divider": boolean;
1305
- /**
1306
- * The mode determines the platform behaviors of the component.
1114
+ * The mode determines which platform styles to use.
1307
1115
  */
1308
1116
  "mode"?: "ios" | "md";
1309
1117
  /**
1310
- * The theme determines the visual appearance of the component.
1311
- */
1312
- "theme"?: "ios" | "md" | "ionic";
1313
- /**
1314
- * 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.
1118
+ * 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.
1315
1119
  */
1316
1120
  "translucent": boolean;
1317
1121
  }
@@ -1320,18 +1124,10 @@ export namespace Components {
1320
1124
  * 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.
1321
1125
  */
1322
1126
  "alt"?: string;
1323
- /**
1324
- * The mode determines the platform behaviors of the component.
1325
- */
1326
- "mode"?: "ios" | "md";
1327
1127
  /**
1328
1128
  * The image URL. This attribute is mandatory for the `<img>` element.
1329
1129
  */
1330
1130
  "src"?: string;
1331
- /**
1332
- * The theme determines the visual appearance of the component.
1333
- */
1334
- "theme"?: "ios" | "md" | "ionic";
1335
1131
  }
1336
1132
  interface IonInfiniteScroll {
1337
1133
  /**
@@ -1342,18 +1138,10 @@ export namespace Components {
1342
1138
  * 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.
1343
1139
  */
1344
1140
  "disabled": boolean;
1345
- /**
1346
- * The mode determines the platform behaviors of the component.
1347
- */
1348
- "mode"?: "ios" | "md";
1349
1141
  /**
1350
1142
  * The position of the infinite scroll element. The value can be either `top` or `bottom`.
1351
1143
  */
1352
1144
  "position": 'top' | 'bottom';
1353
- /**
1354
- * The theme determines the visual appearance of the component.
1355
- */
1356
- "theme"?: "ios" | "md" | "ionic";
1357
1145
  /**
1358
1146
  * 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.
1359
1147
  */
@@ -1368,14 +1156,6 @@ export namespace Components {
1368
1156
  * 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.
1369
1157
  */
1370
1158
  "loadingText"?: string | IonicSafeString;
1371
- /**
1372
- * The mode determines the platform behaviors of the component.
1373
- */
1374
- "mode"?: "ios" | "md";
1375
- /**
1376
- * The theme determines the visual appearance of the component.
1377
- */
1378
- "theme"?: "ios" | "md" | "ionic";
1379
1159
  }
1380
1160
  interface IonInput {
1381
1161
  /**
@@ -1435,7 +1215,7 @@ export namespace Components {
1435
1215
  */
1436
1216
  "errorText"?: string;
1437
1217
  /**
1438
- * 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"`.
1218
+ * 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.
1439
1219
  */
1440
1220
  "fill"?: 'outline' | 'solid';
1441
1221
  /**
@@ -1455,9 +1235,9 @@ export namespace Components {
1455
1235
  */
1456
1236
  "label"?: string;
1457
1237
  /**
1458
- * 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.
1238
+ * 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 ("...").
1459
1239
  */
1460
- "labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
1240
+ "labelPlacement": 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
1461
1241
  /**
1462
1242
  * The maximum value, which must not be less than its minimum (min attribute) value.
1463
1243
  */
@@ -1475,7 +1255,7 @@ export namespace Components {
1475
1255
  */
1476
1256
  "minlength"?: number;
1477
1257
  /**
1478
- * The mode determines the platform behaviors of the component.
1258
+ * The mode determines which platform styles to use.
1479
1259
  */
1480
1260
  "mode"?: "ios" | "md";
1481
1261
  /**
@@ -1507,13 +1287,9 @@ export namespace Components {
1507
1287
  */
1508
1288
  "setFocus": () => Promise<void>;
1509
1289
  /**
1510
- * 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"`.
1511
- */
1512
- "shape"?: 'soft' | 'round' | 'rectangular';
1513
- /**
1514
- * 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.
1290
+ * The shape of the input. If "round" it will have an increased border radius.
1515
1291
  */
1516
- "size"?: 'medium' | 'large' | 'xlarge';
1292
+ "shape"?: 'round';
1517
1293
  /**
1518
1294
  * If `true`, the element will have its spelling and grammar checked.
1519
1295
  */
@@ -1522,10 +1298,6 @@ export namespace Components {
1522
1298
  * 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.
1523
1299
  */
1524
1300
  "step"?: string;
1525
- /**
1526
- * The theme determines the visual appearance of the component.
1527
- */
1528
- "theme"?: "ios" | "md" | "ionic";
1529
1301
  /**
1530
1302
  * The type of control to display. The default type is text.
1531
1303
  */
@@ -1564,13 +1336,13 @@ export namespace Components {
1564
1336
  */
1565
1337
  "color"?: Color;
1566
1338
  /**
1567
- * 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.
1339
+ * 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.
1568
1340
  */
1569
1341
  "detail"?: boolean;
1570
1342
  /**
1571
1343
  * The icon to use when `detail` is set to `true`.
1572
1344
  */
1573
- "detailIcon"?: string;
1345
+ "detailIcon": string;
1574
1346
  /**
1575
1347
  * If `true`, the user cannot interact with the item.
1576
1348
  */
@@ -1588,7 +1360,7 @@ export namespace Components {
1588
1360
  */
1589
1361
  "lines"?: 'full' | 'inset' | 'none';
1590
1362
  /**
1591
- * The mode determines the platform behaviors of the component.
1363
+ * The mode determines which platform styles to use.
1592
1364
  */
1593
1365
  "mode"?: "ios" | "md";
1594
1366
  /**
@@ -1607,10 +1379,6 @@ export namespace Components {
1607
1379
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
1608
1380
  */
1609
1381
  "target": string | undefined;
1610
- /**
1611
- * The theme determines the visual appearance of the component.
1612
- */
1613
- "theme"?: "ios" | "md" | "ionic";
1614
1382
  /**
1615
1383
  * The type of the button. Only used when an `onclick` or `button` property is present.
1616
1384
  */
@@ -1622,27 +1390,15 @@ export namespace Components {
1622
1390
  */
1623
1391
  "color"?: Color;
1624
1392
  /**
1625
- * The mode determines the platform behaviors of the component.
1393
+ * The mode determines which platform styles to use.
1626
1394
  */
1627
1395
  "mode"?: "ios" | "md";
1628
1396
  /**
1629
1397
  * 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
1630
1398
  */
1631
1399
  "sticky": boolean;
1632
- /**
1633
- * The theme determines the visual appearance of the component.
1634
- */
1635
- "theme"?: "ios" | "md" | "ionic";
1636
1400
  }
1637
1401
  interface IonItemGroup {
1638
- /**
1639
- * The mode determines the platform behaviors of the component.
1640
- */
1641
- "mode"?: "ios" | "md";
1642
- /**
1643
- * The theme determines the visual appearance of the component.
1644
- */
1645
- "theme"?: "ios" | "md" | "ionic";
1646
1402
  }
1647
1403
  interface IonItemOption {
1648
1404
  /**
@@ -1666,25 +1422,17 @@ export namespace Components {
1666
1422
  */
1667
1423
  "href": string | undefined;
1668
1424
  /**
1669
- * The mode determines the platform behaviors of the component.
1425
+ * The mode determines which platform styles to use.
1670
1426
  */
1671
1427
  "mode"?: "ios" | "md";
1672
1428
  /**
1673
1429
  * 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).
1674
1430
  */
1675
1431
  "rel": string | undefined;
1676
- /**
1677
- * 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.
1678
- */
1679
- "shape"?: 'soft' | 'round' | 'rectangular';
1680
1432
  /**
1681
1433
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
1682
1434
  */
1683
1435
  "target": string | undefined;
1684
- /**
1685
- * The theme determines the visual appearance of the component.
1686
- */
1687
- "theme"?: "ios" | "md" | "ionic";
1688
1436
  /**
1689
1437
  * The type of the button.
1690
1438
  */
@@ -1692,18 +1440,10 @@ export namespace Components {
1692
1440
  }
1693
1441
  interface IonItemOptions {
1694
1442
  "fireSwipeEvent": () => Promise<void>;
1695
- /**
1696
- * The mode determines the platform behaviors of the component.
1697
- */
1698
- "mode"?: "ios" | "md";
1699
1443
  /**
1700
1444
  * 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.
1701
1445
  */
1702
1446
  "side": Side;
1703
- /**
1704
- * The theme determines the visual appearance of the component.
1705
- */
1706
- "theme"?: "ios" | "md" | "ionic";
1707
1447
  }
1708
1448
  interface IonItemSliding {
1709
1449
  /**
@@ -1726,19 +1466,11 @@ export namespace Components {
1726
1466
  * 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.
1727
1467
  */
1728
1468
  "getSlidingRatio": () => Promise<number>;
1729
- /**
1730
- * The mode determines the platform behaviors of the component.
1731
- */
1732
- "mode"?: "ios" | "md";
1733
1469
  /**
1734
1470
  * Open the sliding item.
1735
1471
  * @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.
1736
1472
  */
1737
1473
  "open": (side: Side | undefined) => Promise<void>;
1738
- /**
1739
- * The theme determines the visual appearance of the component.
1740
- */
1741
- "theme"?: "ios" | "md" | "ionic";
1742
1474
  }
1743
1475
  interface IonLabel {
1744
1476
  /**
@@ -1746,17 +1478,13 @@ export namespace Components {
1746
1478
  */
1747
1479
  "color"?: Color;
1748
1480
  /**
1749
- * The mode determines the platform behaviors of the component.
1481
+ * The mode determines which platform styles to use.
1750
1482
  */
1751
1483
  "mode"?: "ios" | "md";
1752
1484
  /**
1753
1485
  * The position determines where and how the label behaves inside an item.
1754
1486
  */
1755
1487
  "position"?: 'fixed' | 'stacked' | 'floating';
1756
- /**
1757
- * The theme determines the visual appearance of the component.
1758
- */
1759
- "theme"?: "ios" | "md" | "ionic";
1760
1488
  }
1761
1489
  interface IonList {
1762
1490
  /**
@@ -1772,17 +1500,9 @@ export namespace Components {
1772
1500
  */
1773
1501
  "lines"?: 'full' | 'inset' | 'none';
1774
1502
  /**
1775
- * The mode determines the platform behaviors of the component.
1503
+ * The mode determines which platform styles to use.
1776
1504
  */
1777
1505
  "mode"?: "ios" | "md";
1778
- /**
1779
- * 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.
1780
- */
1781
- "shape"?: 'soft' | 'round' | 'rectangular';
1782
- /**
1783
- * The theme determines the visual appearance of the component.
1784
- */
1785
- "theme"?: "ios" | "md" | "ionic";
1786
1506
  }
1787
1507
  interface IonListHeader {
1788
1508
  /**
@@ -1794,13 +1514,9 @@ export namespace Components {
1794
1514
  */
1795
1515
  "lines"?: 'full' | 'inset' | 'none';
1796
1516
  /**
1797
- * The mode determines the platform behaviors of the component.
1517
+ * The mode determines which platform styles to use.
1798
1518
  */
1799
1519
  "mode"?: "ios" | "md";
1800
- /**
1801
- * The theme determines the visual appearance of the component.
1802
- */
1803
- "theme"?: "ios" | "md" | "ionic";
1804
1520
  }
1805
1521
  interface IonLoading {
1806
1522
  /**
@@ -1852,7 +1568,7 @@ export namespace Components {
1852
1568
  */
1853
1569
  "message"?: string | IonicSafeString;
1854
1570
  /**
1855
- * The mode determines the platform behaviors of the component.
1571
+ * The mode determines which platform styles to use.
1856
1572
  */
1857
1573
  "mode"?: "ios" | "md";
1858
1574
  /**
@@ -1877,11 +1593,7 @@ export namespace Components {
1877
1593
  */
1878
1594
  "spinner"?: SpinnerTypes | null;
1879
1595
  /**
1880
- * The theme determines the visual appearance of the component.
1881
- */
1882
- "theme"?: "ios" | "md" | "ionic";
1883
- /**
1884
- * 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).
1596
+ * 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).
1885
1597
  */
1886
1598
  "translucent": boolean;
1887
1599
  /**
@@ -1918,10 +1630,6 @@ export namespace Components {
1918
1630
  * An id for the menu.
1919
1631
  */
1920
1632
  "menuId"?: string;
1921
- /**
1922
- * The mode determines the platform behaviors of the component.
1923
- */
1924
- "mode"?: "ios" | "md";
1925
1633
  /**
1926
1634
  * Opens the menu. If the menu is already open or it can't be opened, it returns `false`.
1927
1635
  */
@@ -1938,10 +1646,6 @@ export namespace Components {
1938
1646
  * If `true`, swiping the menu is enabled.
1939
1647
  */
1940
1648
  "swipeGesture": boolean;
1941
- /**
1942
- * The theme determines the visual appearance of the component.
1943
- */
1944
- "theme"?: "ios" | "md" | "ionic";
1945
1649
  /**
1946
1650
  * 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`.
1947
1651
  */
@@ -1969,13 +1673,9 @@ export namespace Components {
1969
1673
  */
1970
1674
  "menu"?: string;
1971
1675
  /**
1972
- * The mode determines the platform behaviors of the component.
1676
+ * The mode determines which platform styles to use.
1973
1677
  */
1974
1678
  "mode"?: "ios" | "md";
1975
- /**
1976
- * The theme determines the visual appearance of the component.
1977
- */
1978
- "theme"?: "ios" | "md" | "ionic";
1979
1679
  /**
1980
1680
  * The type of the button.
1981
1681
  */
@@ -1990,14 +1690,6 @@ export namespace Components {
1990
1690
  * 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.
1991
1691
  */
1992
1692
  "menu"?: string;
1993
- /**
1994
- * The mode determines the platform behaviors of the component.
1995
- */
1996
- "mode"?: "ios" | "md";
1997
- /**
1998
- * The theme determines the visual appearance of the component.
1999
- */
2000
- "theme"?: "ios" | "md" | "ionic";
2001
1693
  }
2002
1694
  interface IonModal {
2003
1695
  /**
@@ -2085,7 +1777,7 @@ export namespace Components {
2085
1777
  */
2086
1778
  "leaveAnimation"?: AnimationBuilder;
2087
1779
  /**
2088
- * The mode determines the platform behaviors of the component.
1780
+ * The mode determines which platform styles to use.
2089
1781
  */
2090
1782
  "mode"?: "ios" | "md";
2091
1783
  /**
@@ -2109,18 +1801,10 @@ export namespace Components {
2109
1801
  * Move a sheet style modal to a specific breakpoint. The breakpoint value must be a value defined in your `breakpoints` array.
2110
1802
  */
2111
1803
  "setCurrentBreakpoint": (breakpoint: number) => Promise<void>;
2112
- /**
2113
- * 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.
2114
- */
2115
- "shape"?: 'soft' | 'round' | 'rectangular';
2116
1804
  /**
2117
1805
  * 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.
2118
1806
  */
2119
1807
  "showBackdrop": boolean;
2120
- /**
2121
- * The theme determines the visual appearance of the component.
2122
- */
2123
- "theme"?: "ios" | "md" | "ionic";
2124
1808
  /**
2125
1809
  * An ID corresponding to the trigger element that causes the modal to open when clicked.
2126
1810
  */
@@ -2132,7 +1816,7 @@ export namespace Components {
2132
1816
  */
2133
1817
  "animated": boolean;
2134
1818
  /**
2135
- * 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.
1819
+ * 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.
2136
1820
  */
2137
1821
  "animation"?: AnimationBuilder;
2138
1822
  /**
@@ -2180,10 +1864,6 @@ export namespace Components {
2180
1864
  * @param done The transition complete function.
2181
1865
  */
2182
1866
  "insertPages": (insertIndex: number, insertComponents: NavComponent[] | NavComponentWithProps[], opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>;
2183
- /**
2184
- * The mode determines the platform behaviors of the component.
2185
- */
2186
- "mode"?: "ios" | "md";
2187
1867
  /**
2188
1868
  * Pop a component off of the navigation stack. Navigates back from the current component.
2189
1869
  * @param opts The navigation options.
@@ -2255,10 +1935,6 @@ export namespace Components {
2255
1935
  * If the nav component should allow for swipe-to-go-back.
2256
1936
  */
2257
1937
  "swipeGesture"?: boolean;
2258
- /**
2259
- * The theme determines the visual appearance of the component.
2260
- */
2261
- "theme"?: "ios" | "md" | "ionic";
2262
1938
  }
2263
1939
  interface IonNavLink {
2264
1940
  /**
@@ -2269,10 +1945,6 @@ export namespace Components {
2269
1945
  * Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
2270
1946
  */
2271
1947
  "componentProps"?: ComponentProps;
2272
- /**
2273
- * The mode determines the platform behaviors of the component.
2274
- */
2275
- "mode"?: "ios" | "md";
2276
1948
  /**
2277
1949
  * The transition animation when navigating to another page.
2278
1950
  */
@@ -2281,10 +1953,6 @@ export namespace Components {
2281
1953
  * The transition direction when navigating to another page.
2282
1954
  */
2283
1955
  "routerDirection": RouterDirection;
2284
- /**
2285
- * The theme determines the visual appearance of the component.
2286
- */
2287
- "theme"?: "ios" | "md" | "ionic";
2288
1956
  }
2289
1957
  interface IonNote {
2290
1958
  /**
@@ -2292,24 +1960,16 @@ export namespace Components {
2292
1960
  */
2293
1961
  "color"?: Color;
2294
1962
  /**
2295
- * The mode determines the platform behaviors of the component.
1963
+ * The mode determines which platform styles to use.
2296
1964
  */
2297
1965
  "mode"?: "ios" | "md";
2298
- /**
2299
- * The theme determines the visual appearance of the component.
2300
- */
2301
- "theme"?: "ios" | "md" | "ionic";
2302
1966
  }
2303
1967
  interface IonPicker {
2304
1968
  "exitInputMode": () => Promise<void>;
2305
1969
  /**
2306
- * The mode determines the platform behaviors of the component.
1970
+ * The mode determines which platform styles to use.
2307
1971
  */
2308
1972
  "mode"?: "ios" | "md";
2309
- /**
2310
- * The theme determines the visual appearance of the component.
2311
- */
2312
- "theme"?: "ios" | "md" | "ionic";
2313
1973
  }
2314
1974
  interface IonPickerColumn {
2315
1975
  /**
@@ -2321,7 +1981,7 @@ export namespace Components {
2321
1981
  */
2322
1982
  "disabled": boolean;
2323
1983
  /**
2324
- * The mode determines the platform behaviors of the component.
1984
+ * The mode determines which platform styles to use.
2325
1985
  */
2326
1986
  "mode"?: "ios" | "md";
2327
1987
  /**
@@ -2337,10 +1997,6 @@ export namespace Components {
2337
1997
  * 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.
2338
1998
  */
2339
1999
  "setValue": (value: PickerColumnValue) => Promise<void>;
2340
- /**
2341
- * The theme determines the visual appearance of the component.
2342
- */
2343
- "theme"?: "ios" | "md" | "ionic";
2344
2000
  /**
2345
2001
  * The selected option in the picker.
2346
2002
  */
@@ -2355,14 +2011,6 @@ export namespace Components {
2355
2011
  * If `true`, the user cannot interact with the picker column option.
2356
2012
  */
2357
2013
  "disabled": boolean;
2358
- /**
2359
- * The mode determines the platform behaviors of the component.
2360
- */
2361
- "mode"?: "ios" | "md";
2362
- /**
2363
- * The theme determines the visual appearance of the component.
2364
- */
2365
- "theme"?: "ios" | "md" | "ionic";
2366
2014
  /**
2367
2015
  * The text value of the option.
2368
2016
  */
@@ -2427,7 +2075,7 @@ export namespace Components {
2427
2075
  */
2428
2076
  "leaveAnimation"?: AnimationBuilder;
2429
2077
  /**
2430
- * The mode determines the platform behaviors of the component.
2078
+ * The mode determines which platform styles to use.
2431
2079
  */
2432
2080
  "mode"?: "ios" | "md";
2433
2081
  /**
@@ -2447,10 +2095,6 @@ export namespace Components {
2447
2095
  * If `true`, a backdrop will be displayed behind the picker.
2448
2096
  */
2449
2097
  "showBackdrop": boolean;
2450
- /**
2451
- * The theme determines the visual appearance of the component.
2452
- */
2453
- "theme"?: "ios" | "md" | "ionic";
2454
2098
  /**
2455
2099
  * An ID corresponding to the trigger element that causes the picker to open when clicked.
2456
2100
  */
@@ -2464,7 +2108,7 @@ export namespace Components {
2464
2108
  }
2465
2109
  interface IonPopover {
2466
2110
  /**
2467
- * Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `"ios"` theme, and `"start"` for `"md"` theme.
2111
+ * Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios` mode, and `"start"` for `md` mode.
2468
2112
  */
2469
2113
  "alignment"?: PositionAlign;
2470
2114
  /**
@@ -2472,7 +2116,7 @@ export namespace Components {
2472
2116
  */
2473
2117
  "animated": boolean;
2474
2118
  /**
2475
- * If `true`, the popover will display an arrow that points at the `reference` on `"ios"` theme.
2119
+ * If `true`, the popover will display an arrow that points at the `reference` when running in `ios` mode. Does not apply in `md` mode.
2476
2120
  */
2477
2121
  "arrow": boolean;
2478
2122
  /**
@@ -2539,7 +2183,7 @@ export namespace Components {
2539
2183
  */
2540
2184
  "leaveAnimation"?: AnimationBuilder;
2541
2185
  /**
2542
- * The mode determines the platform behaviors of the component.
2186
+ * The mode determines which platform styles to use.
2543
2187
  */
2544
2188
  "mode"?: "ios" | "md";
2545
2189
  /**
@@ -2576,11 +2220,7 @@ export namespace Components {
2576
2220
  */
2577
2221
  "size": PopoverSize;
2578
2222
  /**
2579
- * The theme determines the visual appearance of the component.
2580
- */
2581
- "theme"?: "ios" | "md" | "ionic";
2582
- /**
2583
- * 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).
2223
+ * 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).
2584
2224
  */
2585
2225
  "translucent": boolean;
2586
2226
  /**
@@ -2602,17 +2242,13 @@ export namespace Components {
2602
2242
  */
2603
2243
  "color"?: Color;
2604
2244
  /**
2605
- * The mode determines the platform behaviors of the component.
2245
+ * The mode determines which platform styles to use.
2606
2246
  */
2607
2247
  "mode"?: "ios" | "md";
2608
2248
  /**
2609
2249
  * If true, reverse the progress bar direction.
2610
2250
  */
2611
2251
  "reversed": boolean;
2612
- /**
2613
- * The theme determines the visual appearance of the component.
2614
- */
2615
- "theme"?: "ios" | "md" | "ionic";
2616
2252
  /**
2617
2253
  * 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).
2618
2254
  */
@@ -2644,7 +2280,7 @@ export namespace Components {
2644
2280
  */
2645
2281
  "labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
2646
2282
  /**
2647
- * The mode determines the platform behaviors of the component.
2283
+ * The mode determines which platform styles to use.
2648
2284
  */
2649
2285
  "mode"?: "ios" | "md";
2650
2286
  /**
@@ -2653,10 +2289,6 @@ export namespace Components {
2653
2289
  "name": string;
2654
2290
  "setButtonTabindex": (value: number) => Promise<void>;
2655
2291
  "setFocus": (ev?: globalThis.Event) => Promise<void>;
2656
- /**
2657
- * The theme determines the visual appearance of the component.
2658
- */
2659
- "theme"?: "ios" | "md" | "ionic";
2660
2292
  /**
2661
2293
  * the value of the radio.
2662
2294
  */
@@ -2671,19 +2303,15 @@ export namespace Components {
2671
2303
  * 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.
2672
2304
  */
2673
2305
  "compareWith"?: string | RadioGroupCompareFn | null;
2674
- /**
2675
- * The mode determines the platform behaviors of the component.
2676
- */
2677
- "mode"?: "ios" | "md";
2678
2306
  /**
2679
2307
  * The name of the control, which is submitted with the form data.
2680
2308
  */
2681
2309
  "name": string;
2682
- "setFocus": () => Promise<void>;
2683
2310
  /**
2684
- * The theme determines the visual appearance of the component.
2311
+ * If `true`, the user must fill in a value before submitting a form.
2685
2312
  */
2686
- "theme"?: "ios" | "md" | "ionic";
2313
+ "required": boolean;
2314
+ "setFocus": () => Promise<void>;
2687
2315
  /**
2688
2316
  * the value of the radio group.
2689
2317
  */
@@ -2727,7 +2355,7 @@ export namespace Components {
2727
2355
  */
2728
2356
  "min": number;
2729
2357
  /**
2730
- * The mode determines the platform behaviors of the component.
2358
+ * The mode determines which platform styles to use.
2731
2359
  */
2732
2360
  "mode"?: "ios" | "md";
2733
2361
  /**
@@ -2750,10 +2378,6 @@ export namespace Components {
2750
2378
  * Specifies the value granularity.
2751
2379
  */
2752
2380
  "step": number;
2753
- /**
2754
- * The theme determines the visual appearance of the component.
2755
- */
2756
- "theme"?: "ios" | "md" | "ionic";
2757
2381
  /**
2758
2382
  * If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
2759
2383
  */
@@ -2785,7 +2409,7 @@ export namespace Components {
2785
2409
  */
2786
2410
  "getProgress": () => Promise<number>;
2787
2411
  /**
2788
- * The mode determines the platform behaviors of the component.
2412
+ * The mode determines which platform styles to use.
2789
2413
  */
2790
2414
  "mode"?: "ios" | "md";
2791
2415
  /**
@@ -2804,16 +2428,8 @@ export namespace Components {
2804
2428
  * 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.
2805
2429
  */
2806
2430
  "snapbackDuration": string;
2807
- /**
2808
- * The theme determines the visual appearance of the component.
2809
- */
2810
- "theme"?: "ios" | "md" | "ionic";
2811
2431
  }
2812
2432
  interface IonRefresherContent {
2813
- /**
2814
- * The mode determines the platform behaviors of the component.
2815
- */
2816
- "mode"?: "ios" | "md";
2817
2433
  /**
2818
2434
  * 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.
2819
2435
  */
@@ -2830,20 +2446,8 @@ export namespace Components {
2830
2446
  * 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.
2831
2447
  */
2832
2448
  "refreshingText"?: string | IonicSafeString;
2833
- /**
2834
- * The theme determines the visual appearance of the component.
2835
- */
2836
- "theme"?: "ios" | "md" | "ionic";
2837
2449
  }
2838
2450
  interface IonReorder {
2839
- /**
2840
- * The mode determines the platform behaviors of the component.
2841
- */
2842
- "mode"?: "ios" | "md";
2843
- /**
2844
- * The theme determines the visual appearance of the component.
2845
- */
2846
- "theme"?: "ios" | "md" | "ionic";
2847
2451
  }
2848
2452
  interface IonReorderGroup {
2849
2453
  /**
@@ -2855,14 +2459,6 @@ export namespace Components {
2855
2459
  * If `true`, the reorder will be hidden.
2856
2460
  */
2857
2461
  "disabled": boolean;
2858
- /**
2859
- * The mode determines the platform behaviors of the component.
2860
- */
2861
- "mode"?: "ios" | "md";
2862
- /**
2863
- * The theme determines the visual appearance of the component.
2864
- */
2865
- "theme"?: "ios" | "md" | "ionic";
2866
2462
  }
2867
2463
  interface IonRippleEffect {
2868
2464
  /**
@@ -2871,14 +2467,6 @@ export namespace Components {
2871
2467
  * @param y The vertical coordinate of where the ripple should start.
2872
2468
  */
2873
2469
  "addRipple": (x: number, y: number) => Promise<() => void>;
2874
- /**
2875
- * The mode determines the platform behaviors of the component.
2876
- */
2877
- "mode"?: "ios" | "md";
2878
- /**
2879
- * The theme determines the visual appearance of the component.
2880
- */
2881
- "theme"?: "ios" | "md" | "ionic";
2882
2470
  /**
2883
2471
  * 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.
2884
2472
  */
@@ -2901,14 +2489,6 @@ export namespace Components {
2901
2489
  * A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
2902
2490
  */
2903
2491
  "componentProps"?: { [key: string]: any };
2904
- /**
2905
- * The mode determines the platform behaviors of the component.
2906
- */
2907
- "mode"?: "ios" | "md";
2908
- /**
2909
- * The theme determines the visual appearance of the component.
2910
- */
2911
- "theme"?: "ios" | "md" | "ionic";
2912
2492
  /**
2913
2493
  * 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.
2914
2494
  */
@@ -2930,10 +2510,6 @@ export namespace Components {
2930
2510
  */
2931
2511
  "back": () => Promise<void>;
2932
2512
  "canTransition": () => Promise<string | boolean>;
2933
- /**
2934
- * The mode determines the platform behaviors of the component.
2935
- */
2936
- "mode"?: "ios" | "md";
2937
2513
  "navChanged": (direction: RouterDirection) => Promise<boolean>;
2938
2514
  "printDebug": () => Promise<void>;
2939
2515
  /**
@@ -2946,10 +2522,6 @@ export namespace Components {
2946
2522
  * 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.
2947
2523
  */
2948
2524
  "root": string;
2949
- /**
2950
- * The theme determines the visual appearance of the component.
2951
- */
2952
- "theme"?: "ios" | "md" | "ionic";
2953
2525
  /**
2954
2526
  * 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.
2955
2527
  */
@@ -2964,10 +2536,6 @@ export namespace Components {
2964
2536
  * Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
2965
2537
  */
2966
2538
  "href": string | undefined;
2967
- /**
2968
- * The mode determines the platform behaviors of the component.
2969
- */
2970
- "mode"?: "ios" | "md";
2971
2539
  /**
2972
2540
  * 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).
2973
2541
  */
@@ -2984,10 +2552,6 @@ export namespace Components {
2984
2552
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
2985
2553
  */
2986
2554
  "target": string | undefined;
2987
- /**
2988
- * The theme determines the visual appearance of the component.
2989
- */
2990
- "theme"?: "ios" | "md" | "ionic";
2991
2555
  }
2992
2556
  interface IonRouterOutlet {
2993
2557
  /**
@@ -3002,25 +2566,13 @@ export namespace Components {
3002
2566
  "delegate"?: FrameworkDelegate;
3003
2567
  "getRouteId": () => Promise<RouteID | undefined>;
3004
2568
  /**
3005
- * The mode determines the platform behaviors of the component.
2569
+ * The mode determines which platform styles to use.
3006
2570
  */
3007
2571
  "mode": "ios" | "md";
3008
2572
  "setRouteId": (id: string, params: ComponentProps | undefined, direction: RouterDirection, animation?: AnimationBuilder) => Promise<RouteWrite>;
3009
2573
  "swipeHandler"?: SwipeGestureHandler;
3010
- /**
3011
- * The theme determines the visual appearance of the component.
3012
- */
3013
- "theme"?: "ios" | "md" | "ionic";
3014
2574
  }
3015
2575
  interface IonRow {
3016
- /**
3017
- * The mode determines the platform behaviors of the component.
3018
- */
3019
- "mode"?: "ios" | "md";
3020
- /**
3021
- * The theme determines the visual appearance of the component.
3022
- */
3023
- "theme"?: "ios" | "md" | "ionic";
3024
2576
  }
3025
2577
  interface IonSearchbar {
3026
2578
  /**
@@ -3040,15 +2592,15 @@ export namespace Components {
3040
2592
  */
3041
2593
  "autocorrect": 'on' | 'off';
3042
2594
  /**
3043
- * Set the cancel button icon. Only available when the theme is `"md"`. Defaults to `"arrow-back-sharp"`.
2595
+ * Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
3044
2596
  */
3045
- "cancelButtonIcon"?: string;
2597
+ "cancelButtonIcon": string;
3046
2598
  /**
3047
- * Set the the cancel button text. Only available when the theme is `"ios"`.
2599
+ * Set the the cancel button text. Only applies to `ios` mode.
3048
2600
  */
3049
2601
  "cancelButtonText": string;
3050
2602
  /**
3051
- * Set the clear icon. Defaults to `"close-circle"` for `"ios"` theme and `"close-sharp"` for `"md"` and `"ionic"` theme.
2603
+ * Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.
3052
2604
  */
3053
2605
  "clearIcon"?: string;
3054
2606
  /**
@@ -3084,7 +2636,7 @@ export namespace Components {
3084
2636
  */
3085
2637
  "minlength"?: number;
3086
2638
  /**
3087
- * The mode determines the platform behaviors of the component.
2639
+ * The mode determines which platform styles to use.
3088
2640
  */
3089
2641
  "mode"?: "ios" | "md";
3090
2642
  /**
@@ -3096,7 +2648,7 @@ export namespace Components {
3096
2648
  */
3097
2649
  "placeholder": string;
3098
2650
  /**
3099
- * 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.
2651
+ * The icon to use as the search icon. Defaults to `search-outline` in `ios` mode and `search-sharp` in `md` mode.
3100
2652
  */
3101
2653
  "searchIcon"?: string;
3102
2654
  /**
@@ -3115,10 +2667,6 @@ export namespace Components {
3115
2667
  * If `true`, enable spellcheck on the input.
3116
2668
  */
3117
2669
  "spellcheck": boolean;
3118
- /**
3119
- * The theme determines the visual appearance of the component.
3120
- */
3121
- "theme"?: "ios" | "md" | "ionic";
3122
2670
  /**
3123
2671
  * Set the type of the input.
3124
2672
  */
@@ -3138,7 +2686,7 @@ export namespace Components {
3138
2686
  */
3139
2687
  "disabled": boolean;
3140
2688
  /**
3141
- * The mode determines the platform behaviors of the component.
2689
+ * The mode determines which platform styles to use.
3142
2690
  */
3143
2691
  "mode"?: "ios" | "md";
3144
2692
  /**
@@ -3153,10 +2701,6 @@ export namespace Components {
3153
2701
  * If `true`, users will be able to swipe between segment buttons to activate them.
3154
2702
  */
3155
2703
  "swipeGesture": boolean;
3156
- /**
3157
- * The theme determines the visual appearance of the component.
3158
- */
3159
- "theme"?: "ios" | "md" | "ionic";
3160
2704
  /**
3161
2705
  * the value of the segment.
3162
2706
  */
@@ -3176,14 +2720,10 @@ export namespace Components {
3176
2720
  */
3177
2721
  "layout"?: SegmentButtonLayout;
3178
2722
  /**
3179
- * The mode determines the platform behaviors of the component.
2723
+ * The mode determines which platform styles to use.
3180
2724
  */
3181
2725
  "mode"?: "ios" | "md";
3182
2726
  "setFocus": () => Promise<void>;
3183
- /**
3184
- * The theme determines the visual appearance of the component.
3185
- */
3186
- "theme"?: "ios" | "md" | "ionic";
3187
2727
  /**
3188
2728
  * The type of the button.
3189
2729
  */
@@ -3224,11 +2764,11 @@ export namespace Components {
3224
2764
  */
3225
2765
  "disabled": boolean;
3226
2766
  /**
3227
- * 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.
2767
+ * 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.
3228
2768
  */
3229
2769
  "expandedIcon"?: string;
3230
2770
  /**
3231
- * 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.
2771
+ * 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.
3232
2772
  */
3233
2773
  "fill"?: 'outline' | 'solid';
3234
2774
  /**
@@ -3252,7 +2792,7 @@ export namespace Components {
3252
2792
  */
3253
2793
  "labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
3254
2794
  /**
3255
- * The mode determines the platform behaviors of the component.
2795
+ * The mode determines which platform styles to use.
3256
2796
  */
3257
2797
  "mode"?: "ios" | "md";
3258
2798
  /**
@@ -3277,23 +2817,19 @@ export namespace Components {
3277
2817
  */
3278
2818
  "placeholder"?: string;
3279
2819
  /**
3280
- * The text to display instead of the selected option's value.
3281
- */
3282
- "selectedText"?: string | null;
3283
- /**
3284
- * Set to `"soft"` for a select with slightly rounded corners, `"round"` for a select with fully rounded corners, or `"rectangular"` for a select without rounded corners. Defaults to `"round"` for the `"ionic"` theme, undefined for all other themes.
2820
+ * If `true`, the user must fill in a value before submitting a form.
3285
2821
  */
3286
- "shape"?: 'soft' | 'round' | 'rectangular';
2822
+ "required": boolean;
3287
2823
  /**
3288
- * The size of the select. If "large" it will increase the height of the select, while "small" and "medium" provide progressively smaller heights. Defaults to `"medium"` for the ionic theme, and undefined for all other themes.
2824
+ * The text to display instead of the selected option's value.
3289
2825
  */
3290
- "size"?: 'small' | 'medium' | 'large';
2826
+ "selectedText"?: string | null;
3291
2827
  /**
3292
- * The theme determines the visual appearance of the component.
2828
+ * The shape of the select. If "round" it will have an increased border radius.
3293
2829
  */
3294
- "theme"?: "ios" | "md" | "ionic";
2830
+ "shape"?: 'round';
3295
2831
  /**
3296
- * The toggle icon to use. Defaults to `"chevronExpand"` for the `"ios"` theme, or `"caretDownSharp"` for the `"md"` and `"ionic"` themes.
2832
+ * The toggle icon to use. Defaults to `chevronExpand` for `ios` mode, or `caretDownSharp` for `md` mode.
3297
2833
  */
3298
2834
  "toggleIcon"?: string;
3299
2835
  /**
@@ -3311,14 +2847,6 @@ export namespace Components {
3311
2847
  * 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.
3312
2848
  */
3313
2849
  "disabled": boolean;
3314
- /**
3315
- * The mode determines the platform behaviors of the component.
3316
- */
3317
- "mode"?: "ios" | "md";
3318
- /**
3319
- * The theme determines the visual appearance of the component.
3320
- */
3321
- "theme"?: "ios" | "md" | "ionic";
3322
2850
  /**
3323
2851
  * The text value of the option.
3324
2852
  */
@@ -3333,10 +2861,6 @@ export namespace Components {
3333
2861
  * The text content of the popover body
3334
2862
  */
3335
2863
  "message"?: string;
3336
- /**
3337
- * The mode determines the platform behaviors of the component.
3338
- */
3339
- "mode"?: "ios" | "md";
3340
2864
  /**
3341
2865
  * If true, the select accepts multiple values
3342
2866
  */
@@ -3349,24 +2873,12 @@ export namespace Components {
3349
2873
  * The subheader text of the popover
3350
2874
  */
3351
2875
  "subHeader"?: string;
3352
- /**
3353
- * The theme determines the visual appearance of the component.
3354
- */
3355
- "theme"?: "ios" | "md" | "ionic";
3356
2876
  }
3357
2877
  interface IonSkeletonText {
3358
2878
  /**
3359
2879
  * If `true`, the skeleton text will animate.
3360
2880
  */
3361
2881
  "animated": boolean;
3362
- /**
3363
- * The mode determines the platform behaviors of the component.
3364
- */
3365
- "mode"?: "ios" | "md";
3366
- /**
3367
- * The theme determines the visual appearance of the component.
3368
- */
3369
- "theme"?: "ios" | "md" | "ionic";
3370
2882
  }
3371
2883
  interface IonSpinner {
3372
2884
  /**
@@ -3377,10 +2889,6 @@ export namespace Components {
3377
2889
  * Duration of the spinner animation in milliseconds. The default varies based on the spinner.
3378
2890
  */
3379
2891
  "duration"?: number;
3380
- /**
3381
- * The mode determines the platform behaviors of the component.
3382
- */
3383
- "mode"?: "ios" | "md";
3384
2892
  /**
3385
2893
  * The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
3386
2894
  */
@@ -3389,14 +2897,6 @@ export namespace Components {
3389
2897
  * If `true`, the spinner's animation will be paused.
3390
2898
  */
3391
2899
  "paused": boolean;
3392
- /**
3393
- * 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.
3394
- */
3395
- "size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
3396
- /**
3397
- * The theme determines the visual appearance of the component.
3398
- */
3399
- "theme"?: "ios" | "md" | "ionic";
3400
2900
  }
3401
2901
  interface IonSplitPane {
3402
2902
  /**
@@ -3408,14 +2908,6 @@ export namespace Components {
3408
2908
  */
3409
2909
  "disabled": boolean;
3410
2910
  "isVisible": () => Promise<boolean>;
3411
- /**
3412
- * The mode determines the platform behaviors of the component.
3413
- */
3414
- "mode"?: "ios" | "md";
3415
- /**
3416
- * The theme determines the visual appearance of the component.
3417
- */
3418
- "theme"?: "ios" | "md" | "ionic";
3419
2911
  /**
3420
2912
  * When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
3421
2913
  */
@@ -3428,10 +2920,6 @@ export namespace Components {
3428
2920
  */
3429
2921
  "component"?: ComponentRef;
3430
2922
  "delegate"?: FrameworkDelegate;
3431
- /**
3432
- * The mode determines the platform behaviors of the component.
3433
- */
3434
- "mode"?: "ios" | "md";
3435
2923
  /**
3436
2924
  * Set the active component for the tab
3437
2925
  */
@@ -3440,10 +2928,6 @@ export namespace Components {
3440
2928
  * 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.
3441
2929
  */
3442
2930
  "tab": string;
3443
- /**
3444
- * The theme determines the visual appearance of the component.
3445
- */
3446
- "theme"?: "ios" | "md" | "ionic";
3447
2931
  }
3448
2932
  interface IonTabBar {
3449
2933
  /**
@@ -3451,11 +2935,7 @@ export namespace Components {
3451
2935
  */
3452
2936
  "color"?: Color;
3453
2937
  /**
3454
- * 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"`.
3455
- */
3456
- "expand": 'compact' | 'full';
3457
- /**
3458
- * The mode determines the platform behaviors of the component.
2938
+ * The mode determines which platform styles to use.
3459
2939
  */
3460
2940
  "mode"?: "ios" | "md";
3461
2941
  /**
@@ -3463,15 +2943,7 @@ export namespace Components {
3463
2943
  */
3464
2944
  "selectedTab"?: string;
3465
2945
  /**
3466
- * 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.
3467
- */
3468
- "shape"?: 'soft' | 'round' | 'rectangular';
3469
- /**
3470
- * The theme determines the visual appearance of the component.
3471
- */
3472
- "theme"?: "ios" | "md" | "ionic";
3473
- /**
3474
- * 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).
2946
+ * 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).
3475
2947
  */
3476
2948
  "translucent": boolean;
3477
2949
  }
@@ -3493,7 +2965,7 @@ export namespace Components {
3493
2965
  */
3494
2966
  "layout"?: TabButtonLayout;
3495
2967
  /**
3496
- * The mode determines the platform behaviors of the component.
2968
+ * The mode determines which platform styles to use.
3497
2969
  */
3498
2970
  "mode"?: "ios" | "md";
3499
2971
  /**
@@ -3504,10 +2976,6 @@ export namespace Components {
3504
2976
  * The selected tab component
3505
2977
  */
3506
2978
  "selected": boolean;
3507
- /**
3508
- * Set to `"soft"` for a tab-button with slightly rounded corners, `"round"` for a tab-button with fully rounded corners, or `"rectangular"` for a tab-button without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
3509
- */
3510
- "shape"?: 'soft' | 'round' | 'rectangular';
3511
2979
  /**
3512
2980
  * 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.
3513
2981
  */
@@ -3516,10 +2984,6 @@ export namespace Components {
3516
2984
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
3517
2985
  */
3518
2986
  "target": string | undefined;
3519
- /**
3520
- * The theme determines the visual appearance of the component.
3521
- */
3522
- "theme"?: "ios" | "md" | "ionic";
3523
2987
  }
3524
2988
  interface IonTabs {
3525
2989
  "getRouteId": () => Promise<RouteID | undefined>;
@@ -3532,20 +2996,12 @@ export namespace Components {
3532
2996
  * @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
3533
2997
  */
3534
2998
  "getTab": (tab: string | HTMLIonTabElement) => Promise<HTMLIonTabElement | undefined>;
3535
- /**
3536
- * The mode determines the platform behaviors of the component.
3537
- */
3538
- "mode"?: "ios" | "md";
3539
2999
  /**
3540
3000
  * 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.
3541
3001
  * @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
3542
3002
  */
3543
3003
  "select": (tab: string | HTMLIonTabElement) => Promise<boolean>;
3544
3004
  "setRouteId": (id: string) => Promise<RouteWrite>;
3545
- /**
3546
- * The theme determines the visual appearance of the component.
3547
- */
3548
- "theme"?: "ios" | "md" | "ionic";
3549
3005
  "useRouter": boolean;
3550
3006
  }
3551
3007
  interface IonText {
@@ -3554,13 +3010,9 @@ export namespace Components {
3554
3010
  */
3555
3011
  "color"?: Color;
3556
3012
  /**
3557
- * The mode determines the platform behaviors of the component.
3013
+ * The mode determines which platform styles to use.
3558
3014
  */
3559
3015
  "mode"?: "ios" | "md";
3560
- /**
3561
- * The theme determines the visual appearance of the component.
3562
- */
3563
- "theme"?: "ios" | "md" | "ionic";
3564
3016
  }
3565
3017
  interface IonTextarea {
3566
3018
  /**
@@ -3612,7 +3064,7 @@ export namespace Components {
3612
3064
  */
3613
3065
  "errorText"?: string;
3614
3066
  /**
3615
- * 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"`.
3067
+ * 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.
3616
3068
  */
3617
3069
  "fill"?: 'outline' | 'solid';
3618
3070
  /**
@@ -3644,7 +3096,7 @@ export namespace Components {
3644
3096
  */
3645
3097
  "minlength"?: number;
3646
3098
  /**
3647
- * The mode determines the platform behaviors of the component.
3099
+ * The mode determines which platform styles to use.
3648
3100
  */
3649
3101
  "mode"?: "ios" | "md";
3650
3102
  /**
@@ -3672,21 +3124,13 @@ export namespace Components {
3672
3124
  */
3673
3125
  "setFocus": () => Promise<void>;
3674
3126
  /**
3675
- * 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.
3127
+ * The shape of the textarea. If "round" it will have an increased border radius.
3676
3128
  */
3677
- "shape"?: 'soft' | 'round' | 'rectangular';
3678
- /**
3679
- * 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.
3680
- */
3681
- "size"?: 'small' | 'medium' | 'large';
3129
+ "shape"?: 'round';
3682
3130
  /**
3683
3131
  * If `true`, the element will have its spelling and grammar checked.
3684
3132
  */
3685
3133
  "spellcheck": boolean;
3686
- /**
3687
- * The theme determines the visual appearance of the component.
3688
- */
3689
- "theme"?: "ios" | "md" | "ionic";
3690
3134
  /**
3691
3135
  * The value of the textarea.
3692
3136
  */
@@ -3697,32 +3141,16 @@ export namespace Components {
3697
3141
  "wrap"?: 'hard' | 'soft' | 'off';
3698
3142
  }
3699
3143
  interface IonThumbnail {
3700
- /**
3701
- * The mode determines the platform behaviors of the component.
3702
- */
3703
- "mode"?: "ios" | "md";
3704
- /**
3705
- * The theme determines the visual appearance of the component.
3706
- */
3707
- "theme"?: "ios" | "md" | "ionic";
3708
3144
  }
3709
3145
  interface IonTitle {
3710
3146
  /**
3711
3147
  * 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).
3712
3148
  */
3713
3149
  "color"?: Color;
3714
- /**
3715
- * The mode determines the platform behaviors of the component.
3716
- */
3717
- "mode"?: "ios" | "md";
3718
3150
  /**
3719
3151
  * The size of the toolbar title.
3720
3152
  */
3721
3153
  "size"?: 'large' | 'small';
3722
- /**
3723
- * The theme determines the visual appearance of the component.
3724
- */
3725
- "theme"?: "ios" | "md" | "ionic";
3726
3154
  }
3727
3155
  interface IonToast {
3728
3156
  /**
@@ -3790,7 +3218,7 @@ export namespace Components {
3790
3218
  */
3791
3219
  "message"?: string | IonicSafeString;
3792
3220
  /**
3793
- * The mode determines the platform behaviors of the component.
3221
+ * The mode determines which platform styles to use.
3794
3222
  */
3795
3223
  "mode"?: "ios" | "md";
3796
3224
  /**
@@ -3814,20 +3242,12 @@ export namespace Components {
3814
3242
  * Present the toast overlay after it has been created.
3815
3243
  */
3816
3244
  "present": () => Promise<void>;
3817
- /**
3818
- * Set to `"soft"` for a toast with slightly rounded corners, `"round"` for a toast with fully rounded corners, or `"rectangular"` for a toast without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
3819
- */
3820
- "shape"?: 'soft' | 'round' | 'rectangular';
3821
3245
  /**
3822
3246
  * If set to 'vertical', the Toast can be dismissed with a swipe gesture. The swipe direction is determined by the value of the `position` property: `top`: The Toast can be swiped up to dismiss. `bottom`: The Toast can be swiped down to dismiss. `middle`: The Toast can be swiped up or down to dismiss.
3823
3247
  */
3824
3248
  "swipeGesture"?: ToastSwipeGestureDirection;
3825
3249
  /**
3826
- * The theme determines the visual appearance of the component.
3827
- */
3828
- "theme"?: "ios" | "md" | "ionic";
3829
- /**
3830
- * 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).
3250
+ * 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).
3831
3251
  */
3832
3252
  "translucent": boolean;
3833
3253
  /**
@@ -3865,7 +3285,7 @@ export namespace Components {
3865
3285
  */
3866
3286
  "labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
3867
3287
  /**
3868
- * The mode determines the platform behaviors of the component.
3288
+ * The mode determines which platform styles to use.
3869
3289
  */
3870
3290
  "mode"?: "ios" | "md";
3871
3291
  /**
@@ -3873,9 +3293,9 @@ export namespace Components {
3873
3293
  */
3874
3294
  "name": string;
3875
3295
  /**
3876
- * The theme determines the visual appearance of the component.
3296
+ * If `true`, the user must fill in a value before submitting a form.
3877
3297
  */
3878
- "theme"?: "ios" | "md" | "ionic";
3298
+ "required": boolean;
3879
3299
  /**
3880
3300
  * 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>`.
3881
3301
  */
@@ -3887,13 +3307,9 @@ export namespace Components {
3887
3307
  */
3888
3308
  "color"?: Color;
3889
3309
  /**
3890
- * The mode determines the platform behaviors of the component.
3310
+ * The mode determines which platform styles to use.
3891
3311
  */
3892
3312
  "mode"?: "ios" | "md";
3893
- /**
3894
- * The theme determines the visual appearance of the component.
3895
- */
3896
- "theme"?: "ios" | "md" | "ionic";
3897
3313
  }
3898
3314
  }
3899
3315
  export interface IonAccordionGroupCustomEvent<T> extends CustomEvent<T> {
@@ -5411,17 +4827,13 @@ declare namespace LocalJSX {
5411
4827
  */
5412
4828
  "disabled"?: boolean;
5413
4829
  /**
5414
- * The mode determines the platform behaviors of the component.
4830
+ * The mode determines which platform styles to use.
5415
4831
  */
5416
4832
  "mode"?: "ios" | "md";
5417
4833
  /**
5418
4834
  * If `true`, the accordion cannot be interacted with, but does not alter the opacity.
5419
4835
  */
5420
4836
  "readonly"?: boolean;
5421
- /**
5422
- * The theme determines the visual appearance of the component.
5423
- */
5424
- "theme"?: "ios" | "md" | "ionic";
5425
4837
  /**
5426
4838
  * The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
5427
4839
  */
@@ -5449,7 +4861,7 @@ declare namespace LocalJSX {
5449
4861
  */
5450
4862
  "expand"?: 'compact' | 'inset';
5451
4863
  /**
5452
- * The mode determines the platform behaviors of the component.
4864
+ * The mode determines which platform styles to use.
5453
4865
  */
5454
4866
  "mode"?: "ios" | "md";
5455
4867
  /**
@@ -5464,14 +4876,6 @@ declare namespace LocalJSX {
5464
4876
  * If `true`, the accordion group cannot be interacted with, but does not alter the opacity.
5465
4877
  */
5466
4878
  "readonly"?: boolean;
5467
- /**
5468
- * Set to `"soft"` for an accordion group with slightly rounded corners, `"round"` for an accordion group with fully rounded corners, or `"rectangular"` for an accordion group without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes. Only applies when `expand` is set to `"inset"`.
5469
- */
5470
- "shape"?: 'soft' | 'round' | 'rectangular';
5471
- /**
5472
- * The theme determines the visual appearance of the component.
5473
- */
5474
- "theme"?: "ios" | "md" | "ionic";
5475
4879
  /**
5476
4880
  * The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
5477
4881
  */
@@ -5519,7 +4923,7 @@ declare namespace LocalJSX {
5519
4923
  */
5520
4924
  "leaveAnimation"?: AnimationBuilder;
5521
4925
  /**
5522
- * The mode determines the platform behaviors of the component.
4926
+ * The mode determines which platform styles to use.
5523
4927
  */
5524
4928
  "mode"?: "ios" | "md";
5525
4929
  /**
@@ -5559,11 +4963,7 @@ declare namespace LocalJSX {
5559
4963
  */
5560
4964
  "subHeader"?: string;
5561
4965
  /**
5562
- * The theme determines the visual appearance of the component.
5563
- */
5564
- "theme"?: "ios" | "md" | "ionic";
5565
- /**
5566
- * 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).
4966
+ * 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).
5567
4967
  */
5568
4968
  "translucent"?: boolean;
5569
4969
  /**
@@ -5621,7 +5021,7 @@ declare namespace LocalJSX {
5621
5021
  */
5622
5022
  "message"?: string | IonicSafeString;
5623
5023
  /**
5624
- * The mode determines the platform behaviors of the component.
5024
+ * The mode determines which platform styles to use.
5625
5025
  */
5626
5026
  "mode"?: "ios" | "md";
5627
5027
  /**
@@ -5661,11 +5061,7 @@ declare namespace LocalJSX {
5661
5061
  */
5662
5062
  "subHeader"?: string;
5663
5063
  /**
5664
- * The theme determines the visual appearance of the component.
5665
- */
5666
- "theme"?: "ios" | "md" | "ionic";
5667
- /**
5668
- * 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).
5064
+ * 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).
5669
5065
  */
5670
5066
  "translucent"?: boolean;
5671
5067
  /**
@@ -5674,32 +5070,8 @@ declare namespace LocalJSX {
5674
5070
  "trigger"?: string | undefined;
5675
5071
  }
5676
5072
  interface IonApp {
5677
- /**
5678
- * The mode determines the platform behaviors of the component.
5679
- */
5680
- "mode"?: "ios" | "md";
5681
- /**
5682
- * The theme determines the visual appearance of the component.
5683
- */
5684
- "theme"?: "ios" | "md" | "ionic";
5685
5073
  }
5686
5074
  interface IonAvatar {
5687
- /**
5688
- * The mode determines the platform behaviors of the component.
5689
- */
5690
- "mode"?: "ios" | "md";
5691
- /**
5692
- * 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.
5693
- */
5694
- "shape"?: 'soft' | 'round' | 'rectangular';
5695
- /**
5696
- * 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.
5697
- */
5698
- "size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
5699
- /**
5700
- * The theme determines the visual appearance of the component.
5701
- */
5702
- "theme"?: "ios" | "md" | "ionic";
5703
5075
  }
5704
5076
  interface IonBackButton {
5705
5077
  /**
@@ -5719,7 +5091,7 @@ declare namespace LocalJSX {
5719
5091
  */
5720
5092
  "icon"?: string | null;
5721
5093
  /**
5722
- * The mode determines the platform behaviors of the component.
5094
+ * The mode determines which platform styles to use.
5723
5095
  */
5724
5096
  "mode"?: "ios" | "md";
5725
5097
  /**
@@ -5730,20 +5102,12 @@ declare namespace LocalJSX {
5730
5102
  * The text to display in the back button.
5731
5103
  */
5732
5104
  "text"?: string | null;
5733
- /**
5734
- * The theme determines the visual appearance of the component.
5735
- */
5736
- "theme"?: "ios" | "md" | "ionic";
5737
5105
  /**
5738
5106
  * The type of the button.
5739
5107
  */
5740
5108
  "type"?: 'submit' | 'reset' | 'button';
5741
5109
  }
5742
5110
  interface IonBackdrop {
5743
- /**
5744
- * The mode determines the platform behaviors of the component.
5745
- */
5746
- "mode"?: "ios" | "md";
5747
5111
  /**
5748
5112
  * Emitted when the backdrop is tapped.
5749
5113
  */
@@ -5756,10 +5120,6 @@ declare namespace LocalJSX {
5756
5120
  * If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.
5757
5121
  */
5758
5122
  "tappable"?: boolean;
5759
- /**
5760
- * The theme determines the visual appearance of the component.
5761
- */
5762
- "theme"?: "ios" | "md" | "ionic";
5763
5123
  /**
5764
5124
  * If `true`, the backdrop will be visible.
5765
5125
  */
@@ -5771,21 +5131,9 @@ declare namespace LocalJSX {
5771
5131
  */
5772
5132
  "color"?: Color;
5773
5133
  /**
5774
- * The mode determines the platform behaviors of the component.
5134
+ * The mode determines which platform styles to use.
5775
5135
  */
5776
5136
  "mode"?: "ios" | "md";
5777
- /**
5778
- * 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.
5779
- */
5780
- "shape"?: 'soft' | 'round | rectangular';
5781
- /**
5782
- * 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.
5783
- */
5784
- "size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
5785
- /**
5786
- * The theme determines the visual appearance of the component.
5787
- */
5788
- "theme"?: "ios" | "md" | "ionic";
5789
5137
  }
5790
5138
  interface IonBreadcrumb {
5791
5139
  /**
@@ -5809,7 +5157,7 @@ declare namespace LocalJSX {
5809
5157
  */
5810
5158
  "href"?: string | undefined;
5811
5159
  /**
5812
- * The mode determines the platform behaviors of the component.
5160
+ * The mode determines which platform styles to use.
5813
5161
  */
5814
5162
  "mode"?: "ios" | "md";
5815
5163
  /**
@@ -5840,10 +5188,6 @@ declare namespace LocalJSX {
5840
5188
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
5841
5189
  */
5842
5190
  "target"?: string | undefined;
5843
- /**
5844
- * The theme determines the visual appearance of the component.
5845
- */
5846
- "theme"?: "ios" | "md" | "ionic";
5847
5191
  }
5848
5192
  interface IonBreadcrumbs {
5849
5193
  /**
@@ -5863,17 +5207,13 @@ declare namespace LocalJSX {
5863
5207
  */
5864
5208
  "maxItems"?: number;
5865
5209
  /**
5866
- * The mode determines the platform behaviors of the component.
5210
+ * The mode determines which platform styles to use.
5867
5211
  */
5868
5212
  "mode"?: "ios" | "md";
5869
5213
  /**
5870
5214
  * Emitted when the collapsed indicator is clicked on.
5871
5215
  */
5872
5216
  "onIonCollapsedClick"?: (event: IonBreadcrumbsCustomEvent<BreadcrumbCollapsedClickEventDetail>) => void;
5873
- /**
5874
- * The theme determines the visual appearance of the component.
5875
- */
5876
- "theme"?: "ios" | "md" | "ionic";
5877
5217
  }
5878
5218
  interface IonButton {
5879
5219
  /**
@@ -5909,7 +5249,7 @@ declare namespace LocalJSX {
5909
5249
  */
5910
5250
  "href"?: string | undefined;
5911
5251
  /**
5912
- * The mode determines the platform behaviors of the component.
5252
+ * The mode determines which platform styles to use.
5913
5253
  */
5914
5254
  "mode"?: "ios" | "md";
5915
5255
  /**
@@ -5933,13 +5273,13 @@ declare namespace LocalJSX {
5933
5273
  */
5934
5274
  "routerDirection"?: RouterDirection;
5935
5275
  /**
5936
- * 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.
5276
+ * Set to `"round"` for a button with more rounded corners.
5937
5277
  */
5938
- "shape"?: 'soft' | 'round' | 'rectangular';
5278
+ "shape"?: 'round';
5939
5279
  /**
5940
5280
  * 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.
5941
5281
  */
5942
- "size"?: 'xsmall' | 'small' | 'default' | 'large' | 'xlarge';
5282
+ "size"?: 'small' | 'default' | 'large';
5943
5283
  /**
5944
5284
  * If `true`, activates a button with a heavier font weight.
5945
5285
  */
@@ -5948,10 +5288,6 @@ declare namespace LocalJSX {
5948
5288
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
5949
5289
  */
5950
5290
  "target"?: string | undefined;
5951
- /**
5952
- * The theme determines the visual appearance of the component.
5953
- */
5954
- "theme"?: "ios" | "md" | "ionic";
5955
5291
  /**
5956
5292
  * The type of the button.
5957
5293
  */
@@ -5959,17 +5295,9 @@ declare namespace LocalJSX {
5959
5295
  }
5960
5296
  interface IonButtons {
5961
5297
  /**
5962
- * 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)
5298
+ * 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)
5963
5299
  */
5964
5300
  "collapse"?: boolean;
5965
- /**
5966
- * The mode determines the platform behaviors of the component.
5967
- */
5968
- "mode"?: "ios" | "md";
5969
- /**
5970
- * The theme determines the visual appearance of the component.
5971
- */
5972
- "theme"?: "ios" | "md" | "ionic";
5973
5301
  }
5974
5302
  interface IonCard {
5975
5303
  /**
@@ -5993,7 +5321,7 @@ declare namespace LocalJSX {
5993
5321
  */
5994
5322
  "href"?: string | undefined;
5995
5323
  /**
5996
- * The mode determines the platform behaviors of the component.
5324
+ * The mode determines which platform styles to use.
5997
5325
  */
5998
5326
  "mode"?: "ios" | "md";
5999
5327
  /**
@@ -6008,18 +5336,10 @@ declare namespace LocalJSX {
6008
5336
  * When using a router, it specifies the transition direction when navigating to another page using `href`.
6009
5337
  */
6010
5338
  "routerDirection"?: RouterDirection;
6011
- /**
6012
- * 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"`.
6013
- */
6014
- "shape"?: 'soft' | 'round' | 'rectangular';
6015
5339
  /**
6016
5340
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
6017
5341
  */
6018
5342
  "target"?: string | undefined;
6019
- /**
6020
- * The theme determines the visual appearance of the component.
6021
- */
6022
- "theme"?: "ios" | "md" | "ionic";
6023
5343
  /**
6024
5344
  * The type of the button. Only used when an `onclick` or `button` property is present.
6025
5345
  */
@@ -6027,13 +5347,9 @@ declare namespace LocalJSX {
6027
5347
  }
6028
5348
  interface IonCardContent {
6029
5349
  /**
6030
- * The mode determines the platform behaviors of the component.
5350
+ * The mode determines which platform styles to use.
6031
5351
  */
6032
5352
  "mode"?: "ios" | "md";
6033
- /**
6034
- * The theme determines the visual appearance of the component.
6035
- */
6036
- "theme"?: "ios" | "md" | "ionic";
6037
5353
  }
6038
5354
  interface IonCardHeader {
6039
5355
  /**
@@ -6041,15 +5357,11 @@ declare namespace LocalJSX {
6041
5357
  */
6042
5358
  "color"?: Color;
6043
5359
  /**
6044
- * The mode determines the platform behaviors of the component.
5360
+ * The mode determines which platform styles to use.
6045
5361
  */
6046
5362
  "mode"?: "ios" | "md";
6047
5363
  /**
6048
- * The theme determines the visual appearance of the component.
6049
- */
6050
- "theme"?: "ios" | "md" | "ionic";
6051
- /**
6052
- * 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).
5364
+ * 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).
6053
5365
  */
6054
5366
  "translucent"?: boolean;
6055
5367
  }
@@ -6059,13 +5371,9 @@ declare namespace LocalJSX {
6059
5371
  */
6060
5372
  "color"?: Color;
6061
5373
  /**
6062
- * The mode determines the platform behaviors of the component.
5374
+ * The mode determines which platform styles to use.
6063
5375
  */
6064
5376
  "mode"?: "ios" | "md";
6065
- /**
6066
- * The theme determines the visual appearance of the component.
6067
- */
6068
- "theme"?: "ios" | "md" | "ionic";
6069
5377
  }
6070
5378
  interface IonCardTitle {
6071
5379
  /**
@@ -6073,13 +5381,9 @@ declare namespace LocalJSX {
6073
5381
  */
6074
5382
  "color"?: Color;
6075
5383
  /**
6076
- * The mode determines the platform behaviors of the component.
5384
+ * The mode determines which platform styles to use.
6077
5385
  */
6078
5386
  "mode"?: "ios" | "md";
6079
- /**
6080
- * The theme determines the visual appearance of the component.
6081
- */
6082
- "theme"?: "ios" | "md" | "ionic";
6083
5387
  }
6084
5388
  interface IonCheckbox {
6085
5389
  /**
@@ -6111,7 +5415,7 @@ declare namespace LocalJSX {
6111
5415
  */
6112
5416
  "labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
6113
5417
  /**
6114
- * The mode determines the platform behaviors of the component.
5418
+ * The mode determines which platform styles to use.
6115
5419
  */
6116
5420
  "mode"?: "ios" | "md";
6117
5421
  /**
@@ -6123,7 +5427,7 @@ declare namespace LocalJSX {
6123
5427
  */
6124
5428
  "onIonBlur"?: (event: IonCheckboxCustomEvent<void>) => void;
6125
5429
  /**
6126
- * 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.
5430
+ * 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.
6127
5431
  */
6128
5432
  "onIonChange"?: (event: IonCheckboxCustomEvent<CheckboxChangeEventDetail>) => void;
6129
5433
  /**
@@ -6131,17 +5435,9 @@ declare namespace LocalJSX {
6131
5435
  */
6132
5436
  "onIonFocus"?: (event: IonCheckboxCustomEvent<void>) => void;
6133
5437
  /**
6134
- * Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
6135
- */
6136
- "shape"?: 'soft' | 'rectangular';
6137
- /**
6138
- * Set to `"small"` for a checkbox with less height and padding.
6139
- */
6140
- "size"?: 'small';
6141
- /**
6142
- * The theme determines the visual appearance of the component.
5438
+ * If `true`, the user must fill in a value before submitting a form.
6143
5439
  */
6144
- "theme"?: "ios" | "md" | "ionic";
5440
+ "required"?: boolean;
6145
5441
  /**
6146
5442
  * 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>`.
6147
5443
  */
@@ -6157,31 +5453,15 @@ declare namespace LocalJSX {
6157
5453
  */
6158
5454
  "disabled"?: boolean;
6159
5455
  /**
6160
- * The mode determines the platform behaviors of the component.
5456
+ * The mode determines which platform styles to use.
6161
5457
  */
6162
5458
  "mode"?: "ios" | "md";
6163
5459
  /**
6164
5460
  * Display an outline style button.
6165
5461
  */
6166
5462
  "outline"?: boolean;
6167
- /**
6168
- * 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.
6169
- */
6170
- "shape"?: 'soft' | 'round' | 'rectangular';
6171
- /**
6172
- * Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
6173
- */
6174
- "size"?: 'small' | 'large';
6175
- /**
6176
- * The theme determines the visual appearance of the component.
6177
- */
6178
- "theme"?: "ios" | "md" | "ionic";
6179
5463
  }
6180
5464
  interface IonCol {
6181
- /**
6182
- * The mode determines the platform behaviors of the component.
6183
- */
6184
- "mode"?: "ios" | "md";
6185
5465
  /**
6186
5466
  * The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
6187
5467
  */
@@ -6278,10 +5558,6 @@ declare namespace LocalJSX {
6278
5558
  * 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.
6279
5559
  */
6280
5560
  "sizeXs"?: string;
6281
- /**
6282
- * The theme determines the visual appearance of the component.
6283
- */
6284
- "theme"?: "ios" | "md" | "ionic";
6285
5561
  }
6286
5562
  interface IonContent {
6287
5563
  /**
@@ -6300,10 +5576,6 @@ declare namespace LocalJSX {
6300
5576
  * If `true`, the content will scroll behind the headers and footers. This effect can easily be seen by setting the toolbar to transparent.
6301
5577
  */
6302
5578
  "fullscreen"?: boolean;
6303
- /**
6304
- * The mode determines the platform behaviors of the component.
6305
- */
6306
- "mode"?: "ios" | "md";
6307
5579
  /**
6308
5580
  * Emitted while scrolling. This event is disabled by default. Set `scrollEvents` to `true` to enable.
6309
5581
  */
@@ -6328,10 +5600,6 @@ declare namespace LocalJSX {
6328
5600
  * If you want to disable the content scrolling in the Y axis, set this property to `false`.
6329
5601
  */
6330
5602
  "scrollY"?: boolean;
6331
- /**
6332
- * The theme determines the visual appearance of the component.
6333
- */
6334
- "theme"?: "ios" | "md" | "ionic";
6335
5603
  }
6336
5604
  interface IonDatetime {
6337
5605
  /**
@@ -6399,7 +5667,7 @@ declare namespace LocalJSX {
6399
5667
  */
6400
5668
  "minuteValues"?: number[] | number | string;
6401
5669
  /**
6402
- * The mode determines the platform behaviors of the component.
5670
+ * The mode determines which platform styles to use.
6403
5671
  */
6404
5672
  "mode"?: "ios" | "md";
6405
5673
  /**
@@ -6462,10 +5730,6 @@ declare namespace LocalJSX {
6462
5730
  * 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.
6463
5731
  */
6464
5732
  "size"?: 'cover' | 'fixed';
6465
- /**
6466
- * The theme determines the visual appearance of the component.
6467
- */
6468
- "theme"?: "ios" | "md" | "ionic";
6469
5733
  /**
6470
5734
  * 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.
6471
5735
  */
@@ -6493,13 +5757,9 @@ declare namespace LocalJSX {
6493
5757
  */
6494
5758
  "disabled"?: boolean;
6495
5759
  /**
6496
- * The mode determines the platform behaviors of the component.
5760
+ * The mode determines which platform styles to use.
6497
5761
  */
6498
5762
  "mode"?: "ios" | "md";
6499
- /**
6500
- * The theme determines the visual appearance of the component.
6501
- */
6502
- "theme"?: "ios" | "md" | "ionic";
6503
5763
  }
6504
5764
  interface IonFab {
6505
5765
  /**
@@ -6515,15 +5775,7 @@ declare namespace LocalJSX {
6515
5775
  */
6516
5776
  "horizontal"?: 'start' | 'end' | 'center';
6517
5777
  /**
6518
- * The mode determines the platform behaviors of the component.
6519
- */
6520
- "mode"?: "ios" | "md";
6521
- /**
6522
- * The theme determines the visual appearance of the component.
6523
- */
6524
- "theme"?: "ios" | "md" | "ionic";
6525
- /**
6526
- * Where to align the fab vertically in the viewport.
5778
+ * Where to align the fab vertically in the viewport.
6527
5779
  */
6528
5780
  "vertical"?: 'top' | 'bottom' | 'center';
6529
5781
  }
@@ -6553,7 +5805,7 @@ declare namespace LocalJSX {
6553
5805
  */
6554
5806
  "href"?: string | undefined;
6555
5807
  /**
6556
- * The mode determines the platform behaviors of the component.
5808
+ * The mode determines which platform styles to use.
6557
5809
  */
6558
5810
  "mode"?: "ios" | "md";
6559
5811
  /**
@@ -6589,11 +5841,7 @@ declare namespace LocalJSX {
6589
5841
  */
6590
5842
  "target"?: string | undefined;
6591
5843
  /**
6592
- * The theme determines the visual appearance of the component.
6593
- */
6594
- "theme"?: "ios" | "md" | "ionic";
6595
- /**
6596
- * 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).
5844
+ * 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).
6597
5845
  */
6598
5846
  "translucent"?: boolean;
6599
5847
  /**
@@ -6606,34 +5854,22 @@ declare namespace LocalJSX {
6606
5854
  * If `true`, the fab list will show all fab buttons in the list.
6607
5855
  */
6608
5856
  "activated"?: boolean;
6609
- /**
6610
- * The mode determines the platform behaviors of the component.
6611
- */
6612
- "mode"?: "ios" | "md";
6613
5857
  /**
6614
5858
  * The side the fab list will show on relative to the main fab button.
6615
5859
  */
6616
5860
  "side"?: 'start' | 'end' | 'top' | 'bottom';
6617
- /**
6618
- * The theme determines the visual appearance of the component.
6619
- */
6620
- "theme"?: "ios" | "md" | "ionic";
6621
5861
  }
6622
5862
  interface IonFooter {
6623
5863
  /**
6624
- * Describes the scroll effect that will be applied to the footer. Only applies when the theme is `"ios"`.
5864
+ * Describes the scroll effect that will be applied to the footer. Only applies in iOS mode.
6625
5865
  */
6626
5866
  "collapse"?: 'fade';
6627
5867
  /**
6628
- * The mode determines the platform behaviors of the component.
5868
+ * The mode determines which platform styles to use.
6629
5869
  */
6630
5870
  "mode"?: "ios" | "md";
6631
5871
  /**
6632
- * The theme determines the visual appearance of the component.
6633
- */
6634
- "theme"?: "ios" | "md" | "ionic";
6635
- /**
6636
- * 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.
5872
+ * 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.
6637
5873
  */
6638
5874
  "translucent"?: boolean;
6639
5875
  }
@@ -6642,34 +5878,18 @@ declare namespace LocalJSX {
6642
5878
  * If `true`, the grid will have a fixed width based on the screen size.
6643
5879
  */
6644
5880
  "fixed"?: boolean;
6645
- /**
6646
- * The mode determines the platform behaviors of the component.
6647
- */
6648
- "mode"?: "ios" | "md";
6649
- /**
6650
- * The theme determines the visual appearance of the component.
6651
- */
6652
- "theme"?: "ios" | "md" | "ionic";
6653
5881
  }
6654
5882
  interface IonHeader {
6655
5883
  /**
6656
- * 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)
5884
+ * 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)
6657
5885
  */
6658
5886
  "collapse"?: 'condense' | 'fade';
6659
5887
  /**
6660
- * If `true`, the header will have a line at the bottom. TODO(ROU-10855): add support for this prop on ios/md themes
6661
- */
6662
- "divider"?: boolean;
6663
- /**
6664
- * The mode determines the platform behaviors of the component.
5888
+ * The mode determines which platform styles to use.
6665
5889
  */
6666
5890
  "mode"?: "ios" | "md";
6667
5891
  /**
6668
- * The theme determines the visual appearance of the component.
6669
- */
6670
- "theme"?: "ios" | "md" | "ionic";
6671
- /**
6672
- * 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.
5892
+ * 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.
6673
5893
  */
6674
5894
  "translucent"?: boolean;
6675
5895
  }
@@ -6678,10 +5898,6 @@ declare namespace LocalJSX {
6678
5898
  * 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.
6679
5899
  */
6680
5900
  "alt"?: string;
6681
- /**
6682
- * The mode determines the platform behaviors of the component.
6683
- */
6684
- "mode"?: "ios" | "md";
6685
5901
  /**
6686
5902
  * Emitted when the img fails to load
6687
5903
  */
@@ -6698,20 +5914,12 @@ declare namespace LocalJSX {
6698
5914
  * The image URL. This attribute is mandatory for the `<img>` element.
6699
5915
  */
6700
5916
  "src"?: string;
6701
- /**
6702
- * The theme determines the visual appearance of the component.
6703
- */
6704
- "theme"?: "ios" | "md" | "ionic";
6705
5917
  }
6706
5918
  interface IonInfiniteScroll {
6707
5919
  /**
6708
5920
  * 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.
6709
5921
  */
6710
5922
  "disabled"?: boolean;
6711
- /**
6712
- * The mode determines the platform behaviors of the component.
6713
- */
6714
- "mode"?: "ios" | "md";
6715
5923
  /**
6716
5924
  * 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.
6717
5925
  */
@@ -6720,10 +5928,6 @@ declare namespace LocalJSX {
6720
5928
  * The position of the infinite scroll element. The value can be either `top` or `bottom`.
6721
5929
  */
6722
5930
  "position"?: 'top' | 'bottom';
6723
- /**
6724
- * The theme determines the visual appearance of the component.
6725
- */
6726
- "theme"?: "ios" | "md" | "ionic";
6727
5931
  /**
6728
5932
  * 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.
6729
5933
  */
@@ -6738,14 +5942,6 @@ declare namespace LocalJSX {
6738
5942
  * 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.
6739
5943
  */
6740
5944
  "loadingText"?: string | IonicSafeString;
6741
- /**
6742
- * The mode determines the platform behaviors of the component.
6743
- */
6744
- "mode"?: "ios" | "md";
6745
- /**
6746
- * The theme determines the visual appearance of the component.
6747
- */
6748
- "theme"?: "ios" | "md" | "ionic";
6749
5945
  }
6750
5946
  interface IonInput {
6751
5947
  /**
@@ -6805,7 +6001,7 @@ declare namespace LocalJSX {
6805
6001
  */
6806
6002
  "errorText"?: string;
6807
6003
  /**
6808
- * 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"`.
6004
+ * 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.
6809
6005
  */
6810
6006
  "fill"?: 'outline' | 'solid';
6811
6007
  /**
@@ -6821,7 +6017,7 @@ declare namespace LocalJSX {
6821
6017
  */
6822
6018
  "label"?: string;
6823
6019
  /**
6824
- * 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.
6020
+ * 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 ("...").
6825
6021
  */
6826
6022
  "labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
6827
6023
  /**
@@ -6841,7 +6037,7 @@ declare namespace LocalJSX {
6841
6037
  */
6842
6038
  "minlength"?: number;
6843
6039
  /**
6844
- * The mode determines the platform behaviors of the component.
6040
+ * The mode determines which platform styles to use.
6845
6041
  */
6846
6042
  "mode"?: "ios" | "md";
6847
6043
  /**
@@ -6885,13 +6081,9 @@ declare namespace LocalJSX {
6885
6081
  */
6886
6082
  "required"?: boolean;
6887
6083
  /**
6888
- * 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"`.
6084
+ * The shape of the input. If "round" it will have an increased border radius.
6889
6085
  */
6890
- "shape"?: 'soft' | 'round' | 'rectangular';
6891
- /**
6892
- * 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.
6893
- */
6894
- "size"?: 'medium' | 'large' | 'xlarge';
6086
+ "shape"?: 'round';
6895
6087
  /**
6896
6088
  * If `true`, the element will have its spelling and grammar checked.
6897
6089
  */
@@ -6900,10 +6092,6 @@ declare namespace LocalJSX {
6900
6092
  * 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.
6901
6093
  */
6902
6094
  "step"?: string;
6903
- /**
6904
- * The theme determines the visual appearance of the component.
6905
- */
6906
- "theme"?: "ios" | "md" | "ionic";
6907
6095
  /**
6908
6096
  * The type of control to display. The default type is text.
6909
6097
  */
@@ -6941,7 +6129,7 @@ declare namespace LocalJSX {
6941
6129
  */
6942
6130
  "color"?: Color;
6943
6131
  /**
6944
- * 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.
6132
+ * 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.
6945
6133
  */
6946
6134
  "detail"?: boolean;
6947
6135
  /**
@@ -6965,7 +6153,7 @@ declare namespace LocalJSX {
6965
6153
  */
6966
6154
  "lines"?: 'full' | 'inset' | 'none';
6967
6155
  /**
6968
- * The mode determines the platform behaviors of the component.
6156
+ * The mode determines which platform styles to use.
6969
6157
  */
6970
6158
  "mode"?: "ios" | "md";
6971
6159
  /**
@@ -6984,10 +6172,6 @@ declare namespace LocalJSX {
6984
6172
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
6985
6173
  */
6986
6174
  "target"?: string | undefined;
6987
- /**
6988
- * The theme determines the visual appearance of the component.
6989
- */
6990
- "theme"?: "ios" | "md" | "ionic";
6991
6175
  /**
6992
6176
  * The type of the button. Only used when an `onclick` or `button` property is present.
6993
6177
  */
@@ -6999,27 +6183,15 @@ declare namespace LocalJSX {
6999
6183
  */
7000
6184
  "color"?: Color;
7001
6185
  /**
7002
- * The mode determines the platform behaviors of the component.
6186
+ * The mode determines which platform styles to use.
7003
6187
  */
7004
6188
  "mode"?: "ios" | "md";
7005
6189
  /**
7006
6190
  * 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
7007
6191
  */
7008
6192
  "sticky"?: boolean;
7009
- /**
7010
- * The theme determines the visual appearance of the component.
7011
- */
7012
- "theme"?: "ios" | "md" | "ionic";
7013
6193
  }
7014
6194
  interface IonItemGroup {
7015
- /**
7016
- * The mode determines the platform behaviors of the component.
7017
- */
7018
- "mode"?: "ios" | "md";
7019
- /**
7020
- * The theme determines the visual appearance of the component.
7021
- */
7022
- "theme"?: "ios" | "md" | "ionic";
7023
6195
  }
7024
6196
  interface IonItemOption {
7025
6197
  /**
@@ -7043,35 +6215,23 @@ declare namespace LocalJSX {
7043
6215
  */
7044
6216
  "href"?: string | undefined;
7045
6217
  /**
7046
- * The mode determines the platform behaviors of the component.
6218
+ * The mode determines which platform styles to use.
7047
6219
  */
7048
6220
  "mode"?: "ios" | "md";
7049
6221
  /**
7050
6222
  * 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).
7051
6223
  */
7052
6224
  "rel"?: string | undefined;
7053
- /**
7054
- * 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.
7055
- */
7056
- "shape"?: 'soft' | 'round' | 'rectangular';
7057
6225
  /**
7058
6226
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
7059
6227
  */
7060
6228
  "target"?: string | undefined;
7061
- /**
7062
- * The theme determines the visual appearance of the component.
7063
- */
7064
- "theme"?: "ios" | "md" | "ionic";
7065
6229
  /**
7066
6230
  * The type of the button.
7067
6231
  */
7068
6232
  "type"?: 'submit' | 'reset' | 'button';
7069
6233
  }
7070
6234
  interface IonItemOptions {
7071
- /**
7072
- * The mode determines the platform behaviors of the component.
7073
- */
7074
- "mode"?: "ios" | "md";
7075
6235
  /**
7076
6236
  * Emitted when the item has been fully swiped.
7077
6237
  */
@@ -7080,28 +6240,16 @@ declare namespace LocalJSX {
7080
6240
  * 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.
7081
6241
  */
7082
6242
  "side"?: Side;
7083
- /**
7084
- * The theme determines the visual appearance of the component.
7085
- */
7086
- "theme"?: "ios" | "md" | "ionic";
7087
6243
  }
7088
6244
  interface IonItemSliding {
7089
6245
  /**
7090
6246
  * If `true`, the user cannot interact with the sliding item.
7091
6247
  */
7092
6248
  "disabled"?: boolean;
7093
- /**
7094
- * The mode determines the platform behaviors of the component.
7095
- */
7096
- "mode"?: "ios" | "md";
7097
6249
  /**
7098
6250
  * Emitted when the sliding position changes.
7099
6251
  */
7100
6252
  "onIonDrag"?: (event: IonItemSlidingCustomEvent<any>) => void;
7101
- /**
7102
- * The theme determines the visual appearance of the component.
7103
- */
7104
- "theme"?: "ios" | "md" | "ionic";
7105
6253
  }
7106
6254
  interface IonLabel {
7107
6255
  /**
@@ -7109,17 +6257,13 @@ declare namespace LocalJSX {
7109
6257
  */
7110
6258
  "color"?: Color;
7111
6259
  /**
7112
- * The mode determines the platform behaviors of the component.
6260
+ * The mode determines which platform styles to use.
7113
6261
  */
7114
6262
  "mode"?: "ios" | "md";
7115
6263
  /**
7116
6264
  * The position determines where and how the label behaves inside an item.
7117
6265
  */
7118
6266
  "position"?: 'fixed' | 'stacked' | 'floating';
7119
- /**
7120
- * The theme determines the visual appearance of the component.
7121
- */
7122
- "theme"?: "ios" | "md" | "ionic";
7123
6267
  }
7124
6268
  interface IonList {
7125
6269
  /**
@@ -7131,17 +6275,9 @@ declare namespace LocalJSX {
7131
6275
  */
7132
6276
  "lines"?: 'full' | 'inset' | 'none';
7133
6277
  /**
7134
- * The mode determines the platform behaviors of the component.
6278
+ * The mode determines which platform styles to use.
7135
6279
  */
7136
6280
  "mode"?: "ios" | "md";
7137
- /**
7138
- * 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.
7139
- */
7140
- "shape"?: 'soft' | 'round' | 'rectangular';
7141
- /**
7142
- * The theme determines the visual appearance of the component.
7143
- */
7144
- "theme"?: "ios" | "md" | "ionic";
7145
6281
  }
7146
6282
  interface IonListHeader {
7147
6283
  /**
@@ -7153,13 +6289,9 @@ declare namespace LocalJSX {
7153
6289
  */
7154
6290
  "lines"?: 'full' | 'inset' | 'none';
7155
6291
  /**
7156
- * The mode determines the platform behaviors of the component.
6292
+ * The mode determines which platform styles to use.
7157
6293
  */
7158
6294
  "mode"?: "ios" | "md";
7159
- /**
7160
- * The theme determines the visual appearance of the component.
7161
- */
7162
- "theme"?: "ios" | "md" | "ionic";
7163
6295
  }
7164
6296
  interface IonLoading {
7165
6297
  /**
@@ -7203,7 +6335,7 @@ declare namespace LocalJSX {
7203
6335
  */
7204
6336
  "message"?: string | IonicSafeString;
7205
6337
  /**
7206
- * The mode determines the platform behaviors of the component.
6338
+ * The mode determines which platform styles to use.
7207
6339
  */
7208
6340
  "mode"?: "ios" | "md";
7209
6341
  /**
@@ -7247,11 +6379,7 @@ declare namespace LocalJSX {
7247
6379
  */
7248
6380
  "spinner"?: SpinnerTypes | null;
7249
6381
  /**
7250
- * The theme determines the visual appearance of the component.
7251
- */
7252
- "theme"?: "ios" | "md" | "ionic";
7253
- /**
7254
- * 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).
6382
+ * 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).
7255
6383
  */
7256
6384
  "translucent"?: boolean;
7257
6385
  /**
@@ -7276,10 +6404,6 @@ declare namespace LocalJSX {
7276
6404
  * An id for the menu.
7277
6405
  */
7278
6406
  "menuId"?: string;
7279
- /**
7280
- * The mode determines the platform behaviors of the component.
7281
- */
7282
- "mode"?: "ios" | "md";
7283
6407
  /**
7284
6408
  * Emitted when the menu is closed.
7285
6409
  */
@@ -7304,10 +6428,6 @@ declare namespace LocalJSX {
7304
6428
  * If `true`, swiping the menu is enabled.
7305
6429
  */
7306
6430
  "swipeGesture"?: boolean;
7307
- /**
7308
- * The theme determines the visual appearance of the component.
7309
- */
7310
- "theme"?: "ios" | "md" | "ionic";
7311
6431
  /**
7312
6432
  * The display type of the menu. Available options: `"overlay"`, `"reveal"`, `"push"`.
7313
6433
  */
@@ -7331,13 +6451,9 @@ declare namespace LocalJSX {
7331
6451
  */
7332
6452
  "menu"?: string;
7333
6453
  /**
7334
- * The mode determines the platform behaviors of the component.
6454
+ * The mode determines which platform styles to use.
7335
6455
  */
7336
6456
  "mode"?: "ios" | "md";
7337
- /**
7338
- * The theme determines the visual appearance of the component.
7339
- */
7340
- "theme"?: "ios" | "md" | "ionic";
7341
6457
  /**
7342
6458
  * The type of the button.
7343
6459
  */
@@ -7352,14 +6468,6 @@ declare namespace LocalJSX {
7352
6468
  * 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.
7353
6469
  */
7354
6470
  "menu"?: string;
7355
- /**
7356
- * The mode determines the platform behaviors of the component.
7357
- */
7358
- "mode"?: "ios" | "md";
7359
- /**
7360
- * The theme determines the visual appearance of the component.
7361
- */
7362
- "theme"?: "ios" | "md" | "ionic";
7363
6471
  }
7364
6472
  interface IonModal {
7365
6473
  /**
@@ -7423,7 +6531,7 @@ declare namespace LocalJSX {
7423
6531
  */
7424
6532
  "leaveAnimation"?: AnimationBuilder;
7425
6533
  /**
7426
- * The mode determines the platform behaviors of the component.
6534
+ * The mode determines which platform styles to use.
7427
6535
  */
7428
6536
  "mode"?: "ios" | "md";
7429
6537
  /**
@@ -7466,18 +6574,10 @@ declare namespace LocalJSX {
7466
6574
  * 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.
7467
6575
  */
7468
6576
  "presentingElement"?: HTMLElement;
7469
- /**
7470
- * 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.
7471
- */
7472
- "shape"?: 'soft' | 'round' | 'rectangular';
7473
6577
  /**
7474
6578
  * 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.
7475
6579
  */
7476
6580
  "showBackdrop"?: boolean;
7477
- /**
7478
- * The theme determines the visual appearance of the component.
7479
- */
7480
- "theme"?: "ios" | "md" | "ionic";
7481
6581
  /**
7482
6582
  * An ID corresponding to the trigger element that causes the modal to open when clicked.
7483
6583
  */
@@ -7489,13 +6589,9 @@ declare namespace LocalJSX {
7489
6589
  */
7490
6590
  "animated"?: boolean;
7491
6591
  /**
7492
- * 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.
6592
+ * 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.
7493
6593
  */
7494
6594
  "animation"?: AnimationBuilder;
7495
- /**
7496
- * The mode determines the platform behaviors of the component.
7497
- */
7498
- "mode"?: "ios" | "md";
7499
6595
  /**
7500
6596
  * Event fired when the nav has changed components
7501
6597
  */
@@ -7516,10 +6612,6 @@ declare namespace LocalJSX {
7516
6612
  * If the nav component should allow for swipe-to-go-back.
7517
6613
  */
7518
6614
  "swipeGesture"?: boolean;
7519
- /**
7520
- * The theme determines the visual appearance of the component.
7521
- */
7522
- "theme"?: "ios" | "md" | "ionic";
7523
6615
  }
7524
6616
  interface IonNavLink {
7525
6617
  /**
@@ -7530,10 +6622,6 @@ declare namespace LocalJSX {
7530
6622
  * Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
7531
6623
  */
7532
6624
  "componentProps"?: ComponentProps;
7533
- /**
7534
- * The mode determines the platform behaviors of the component.
7535
- */
7536
- "mode"?: "ios" | "md";
7537
6625
  /**
7538
6626
  * The transition animation when navigating to another page.
7539
6627
  */
@@ -7542,10 +6630,6 @@ declare namespace LocalJSX {
7542
6630
  * The transition direction when navigating to another page.
7543
6631
  */
7544
6632
  "routerDirection"?: RouterDirection;
7545
- /**
7546
- * The theme determines the visual appearance of the component.
7547
- */
7548
- "theme"?: "ios" | "md" | "ionic";
7549
6633
  }
7550
6634
  interface IonNote {
7551
6635
  /**
@@ -7553,23 +6637,15 @@ declare namespace LocalJSX {
7553
6637
  */
7554
6638
  "color"?: Color;
7555
6639
  /**
7556
- * The mode determines the platform behaviors of the component.
6640
+ * The mode determines which platform styles to use.
7557
6641
  */
7558
6642
  "mode"?: "ios" | "md";
7559
- /**
7560
- * The theme determines the visual appearance of the component.
7561
- */
7562
- "theme"?: "ios" | "md" | "ionic";
7563
6643
  }
7564
6644
  interface IonPicker {
7565
6645
  /**
7566
- * The mode determines the platform behaviors of the component.
6646
+ * The mode determines which platform styles to use.
7567
6647
  */
7568
6648
  "mode"?: "ios" | "md";
7569
- /**
7570
- * The theme determines the visual appearance of the component.
7571
- */
7572
- "theme"?: "ios" | "md" | "ionic";
7573
6649
  }
7574
6650
  interface IonPickerColumn {
7575
6651
  /**
@@ -7581,17 +6657,13 @@ declare namespace LocalJSX {
7581
6657
  */
7582
6658
  "disabled"?: boolean;
7583
6659
  /**
7584
- * The mode determines the platform behaviors of the component.
6660
+ * The mode determines which platform styles to use.
7585
6661
  */
7586
6662
  "mode"?: "ios" | "md";
7587
6663
  /**
7588
6664
  * Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
7589
6665
  */
7590
6666
  "onIonChange"?: (event: IonPickerColumnCustomEvent<PickerColumnChangeEventDetail>) => void;
7591
- /**
7592
- * The theme determines the visual appearance of the component.
7593
- */
7594
- "theme"?: "ios" | "md" | "ionic";
7595
6667
  /**
7596
6668
  * The selected option in the picker.
7597
6669
  */
@@ -7606,14 +6678,6 @@ declare namespace LocalJSX {
7606
6678
  * If `true`, the user cannot interact with the picker column option.
7607
6679
  */
7608
6680
  "disabled"?: boolean;
7609
- /**
7610
- * The mode determines the platform behaviors of the component.
7611
- */
7612
- "mode"?: "ios" | "md";
7613
- /**
7614
- * The theme determines the visual appearance of the component.
7615
- */
7616
- "theme"?: "ios" | "md" | "ionic";
7617
6681
  /**
7618
6682
  * The text value of the option.
7619
6683
  */
@@ -7665,7 +6729,7 @@ declare namespace LocalJSX {
7665
6729
  */
7666
6730
  "leaveAnimation"?: AnimationBuilder;
7667
6731
  /**
7668
- * The mode determines the platform behaviors of the component.
6732
+ * The mode determines which platform styles to use.
7669
6733
  */
7670
6734
  "mode"?: "ios" | "md";
7671
6735
  /**
@@ -7704,10 +6768,6 @@ declare namespace LocalJSX {
7704
6768
  * If `true`, a backdrop will be displayed behind the picker.
7705
6769
  */
7706
6770
  "showBackdrop"?: boolean;
7707
- /**
7708
- * The theme determines the visual appearance of the component.
7709
- */
7710
- "theme"?: "ios" | "md" | "ionic";
7711
6771
  /**
7712
6772
  * An ID corresponding to the trigger element that causes the picker to open when clicked.
7713
6773
  */
@@ -7721,7 +6781,7 @@ declare namespace LocalJSX {
7721
6781
  }
7722
6782
  interface IonPopover {
7723
6783
  /**
7724
- * Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `"ios"` theme, and `"start"` for `"md"` theme.
6784
+ * Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios` mode, and `"start"` for `md` mode.
7725
6785
  */
7726
6786
  "alignment"?: PositionAlign;
7727
6787
  /**
@@ -7729,7 +6789,7 @@ declare namespace LocalJSX {
7729
6789
  */
7730
6790
  "animated"?: boolean;
7731
6791
  /**
7732
- * If `true`, the popover will display an arrow that points at the `reference` on `"ios"` theme.
6792
+ * If `true`, the popover will display an arrow that points at the `reference` when running in `ios` mode. Does not apply in `md` mode.
7733
6793
  */
7734
6794
  "arrow"?: boolean;
7735
6795
  /**
@@ -7781,7 +6841,7 @@ declare namespace LocalJSX {
7781
6841
  */
7782
6842
  "leaveAnimation"?: AnimationBuilder;
7783
6843
  /**
7784
- * The mode determines the platform behaviors of the component.
6844
+ * The mode determines which platform styles to use.
7785
6845
  */
7786
6846
  "mode"?: "ios" | "md";
7787
6847
  /**
@@ -7833,11 +6893,7 @@ declare namespace LocalJSX {
7833
6893
  */
7834
6894
  "size"?: PopoverSize;
7835
6895
  /**
7836
- * The theme determines the visual appearance of the component.
7837
- */
7838
- "theme"?: "ios" | "md" | "ionic";
7839
- /**
7840
- * 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).
6896
+ * 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).
7841
6897
  */
7842
6898
  "translucent"?: boolean;
7843
6899
  /**
@@ -7859,17 +6915,13 @@ declare namespace LocalJSX {
7859
6915
  */
7860
6916
  "color"?: Color;
7861
6917
  /**
7862
- * The mode determines the platform behaviors of the component.
6918
+ * The mode determines which platform styles to use.
7863
6919
  */
7864
6920
  "mode"?: "ios" | "md";
7865
6921
  /**
7866
6922
  * If true, reverse the progress bar direction.
7867
6923
  */
7868
6924
  "reversed"?: boolean;
7869
- /**
7870
- * The theme determines the visual appearance of the component.
7871
- */
7872
- "theme"?: "ios" | "md" | "ionic";
7873
6925
  /**
7874
6926
  * 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).
7875
6927
  */
@@ -7901,7 +6953,7 @@ declare namespace LocalJSX {
7901
6953
  */
7902
6954
  "labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
7903
6955
  /**
7904
- * The mode determines the platform behaviors of the component.
6956
+ * The mode determines which platform styles to use.
7905
6957
  */
7906
6958
  "mode"?: "ios" | "md";
7907
6959
  /**
@@ -7916,10 +6968,6 @@ declare namespace LocalJSX {
7916
6968
  * Emitted when the radio button has focus.
7917
6969
  */
7918
6970
  "onIonFocus"?: (event: IonRadioCustomEvent<void>) => void;
7919
- /**
7920
- * The theme determines the visual appearance of the component.
7921
- */
7922
- "theme"?: "ios" | "md" | "ionic";
7923
6971
  /**
7924
6972
  * the value of the radio.
7925
6973
  */
@@ -7934,10 +6982,6 @@ declare namespace LocalJSX {
7934
6982
  * 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.
7935
6983
  */
7936
6984
  "compareWith"?: string | RadioGroupCompareFn | null;
7937
- /**
7938
- * The mode determines the platform behaviors of the component.
7939
- */
7940
- "mode"?: "ios" | "md";
7941
6985
  /**
7942
6986
  * The name of the control, which is submitted with the form data.
7943
6987
  */
@@ -7947,9 +6991,9 @@ declare namespace LocalJSX {
7947
6991
  */
7948
6992
  "onIonChange"?: (event: IonRadioGroupCustomEvent<RadioGroupChangeEventDetail>) => void;
7949
6993
  /**
7950
- * The theme determines the visual appearance of the component.
6994
+ * If `true`, the user must fill in a value before submitting a form.
7951
6995
  */
7952
- "theme"?: "ios" | "md" | "ionic";
6996
+ "required"?: boolean;
7953
6997
  /**
7954
6998
  * the value of the radio group.
7955
6999
  */
@@ -7993,7 +7037,7 @@ declare namespace LocalJSX {
7993
7037
  */
7994
7038
  "min"?: number;
7995
7039
  /**
7996
- * The mode determines the platform behaviors of the component.
7040
+ * The mode determines which platform styles to use.
7997
7041
  */
7998
7042
  "mode"?: "ios" | "md";
7999
7043
  /**
@@ -8040,10 +7084,6 @@ declare namespace LocalJSX {
8040
7084
  * Specifies the value granularity.
8041
7085
  */
8042
7086
  "step"?: number;
8043
- /**
8044
- * The theme determines the visual appearance of the component.
8045
- */
8046
- "theme"?: "ios" | "md" | "ionic";
8047
7087
  /**
8048
7088
  * If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
8049
7089
  */
@@ -8063,7 +7103,7 @@ declare namespace LocalJSX {
8063
7103
  */
8064
7104
  "disabled"?: boolean;
8065
7105
  /**
8066
- * The mode determines the platform behaviors of the component.
7106
+ * The mode determines which platform styles to use.
8067
7107
  */
8068
7108
  "mode"?: "ios" | "md";
8069
7109
  /**
@@ -8094,16 +7134,8 @@ declare namespace LocalJSX {
8094
7134
  * 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.
8095
7135
  */
8096
7136
  "snapbackDuration"?: string;
8097
- /**
8098
- * The theme determines the visual appearance of the component.
8099
- */
8100
- "theme"?: "ios" | "md" | "ionic";
8101
7137
  }
8102
7138
  interface IonRefresherContent {
8103
- /**
8104
- * The mode determines the platform behaviors of the component.
8105
- */
8106
- "mode"?: "ios" | "md";
8107
7139
  /**
8108
7140
  * 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.
8109
7141
  */
@@ -8120,48 +7152,20 @@ declare namespace LocalJSX {
8120
7152
  * 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.
8121
7153
  */
8122
7154
  "refreshingText"?: string | IonicSafeString;
8123
- /**
8124
- * The theme determines the visual appearance of the component.
8125
- */
8126
- "theme"?: "ios" | "md" | "ionic";
8127
7155
  }
8128
7156
  interface IonReorder {
8129
- /**
8130
- * The mode determines the platform behaviors of the component.
8131
- */
8132
- "mode"?: "ios" | "md";
8133
- /**
8134
- * The theme determines the visual appearance of the component.
8135
- */
8136
- "theme"?: "ios" | "md" | "ionic";
8137
7157
  }
8138
7158
  interface IonReorderGroup {
8139
7159
  /**
8140
7160
  * If `true`, the reorder will be hidden.
8141
7161
  */
8142
7162
  "disabled"?: boolean;
8143
- /**
8144
- * The mode determines the platform behaviors of the component.
8145
- */
8146
- "mode"?: "ios" | "md";
8147
7163
  /**
8148
7164
  * 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.
8149
7165
  */
8150
7166
  "onIonItemReorder"?: (event: IonReorderGroupCustomEvent<ItemReorderEventDetail>) => void;
8151
- /**
8152
- * The theme determines the visual appearance of the component.
8153
- */
8154
- "theme"?: "ios" | "md" | "ionic";
8155
7167
  }
8156
7168
  interface IonRippleEffect {
8157
- /**
8158
- * The mode determines the platform behaviors of the component.
8159
- */
8160
- "mode"?: "ios" | "md";
8161
- /**
8162
- * The theme determines the visual appearance of the component.
8163
- */
8164
- "theme"?: "ios" | "md" | "ionic";
8165
7169
  /**
8166
7170
  * 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.
8167
7171
  */
@@ -8184,18 +7188,10 @@ declare namespace LocalJSX {
8184
7188
  * A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
8185
7189
  */
8186
7190
  "componentProps"?: { [key: string]: any };
8187
- /**
8188
- * The mode determines the platform behaviors of the component.
8189
- */
8190
- "mode"?: "ios" | "md";
8191
7191
  /**
8192
7192
  * Used internally by `ion-router` to know when this route did change.
8193
7193
  */
8194
7194
  "onIonRouteDataChanged"?: (event: IonRouteCustomEvent<any>) => void;
8195
- /**
8196
- * The theme determines the visual appearance of the component.
8197
- */
8198
- "theme"?: "ios" | "md" | "ionic";
8199
7195
  /**
8200
7196
  * 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.
8201
7197
  */
@@ -8216,10 +7212,6 @@ declare namespace LocalJSX {
8216
7212
  "to": string | undefined | null;
8217
7213
  }
8218
7214
  interface IonRouter {
8219
- /**
8220
- * The mode determines the platform behaviors of the component.
8221
- */
8222
- "mode"?: "ios" | "md";
8223
7215
  /**
8224
7216
  * Emitted when the route had changed
8225
7217
  */
@@ -8232,10 +7224,6 @@ declare namespace LocalJSX {
8232
7224
  * 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.
8233
7225
  */
8234
7226
  "root"?: string;
8235
- /**
8236
- * The theme determines the visual appearance of the component.
8237
- */
8238
- "theme"?: "ios" | "md" | "ionic";
8239
7227
  /**
8240
7228
  * 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.
8241
7229
  */
@@ -8250,10 +7238,6 @@ declare namespace LocalJSX {
8250
7238
  * Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
8251
7239
  */
8252
7240
  "href"?: string | undefined;
8253
- /**
8254
- * The mode determines the platform behaviors of the component.
8255
- */
8256
- "mode"?: "ios" | "md";
8257
7241
  /**
8258
7242
  * 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).
8259
7243
  */
@@ -8270,10 +7254,6 @@ declare namespace LocalJSX {
8270
7254
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
8271
7255
  */
8272
7256
  "target"?: string | undefined;
8273
- /**
8274
- * The theme determines the visual appearance of the component.
8275
- */
8276
- "theme"?: "ios" | "md" | "ionic";
8277
7257
  }
8278
7258
  interface IonRouterOutlet {
8279
7259
  /**
@@ -8285,23 +7265,11 @@ declare namespace LocalJSX {
8285
7265
  */
8286
7266
  "animation"?: AnimationBuilder;
8287
7267
  /**
8288
- * The mode determines the platform behaviors of the component.
7268
+ * The mode determines which platform styles to use.
8289
7269
  */
8290
7270
  "mode"?: "ios" | "md";
8291
- /**
8292
- * The theme determines the visual appearance of the component.
8293
- */
8294
- "theme"?: "ios" | "md" | "ionic";
8295
7271
  }
8296
7272
  interface IonRow {
8297
- /**
8298
- * The mode determines the platform behaviors of the component.
8299
- */
8300
- "mode"?: "ios" | "md";
8301
- /**
8302
- * The theme determines the visual appearance of the component.
8303
- */
8304
- "theme"?: "ios" | "md" | "ionic";
8305
7273
  }
8306
7274
  interface IonSearchbar {
8307
7275
  /**
@@ -8321,15 +7289,15 @@ declare namespace LocalJSX {
8321
7289
  */
8322
7290
  "autocorrect"?: 'on' | 'off';
8323
7291
  /**
8324
- * Set the cancel button icon. Only available when the theme is `"md"`. Defaults to `"arrow-back-sharp"`.
7292
+ * Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
8325
7293
  */
8326
7294
  "cancelButtonIcon"?: string;
8327
7295
  /**
8328
- * Set the the cancel button text. Only available when the theme is `"ios"`.
7296
+ * Set the the cancel button text. Only applies to `ios` mode.
8329
7297
  */
8330
7298
  "cancelButtonText"?: string;
8331
7299
  /**
8332
- * Set the clear icon. Defaults to `"close-circle"` for `"ios"` theme and `"close-sharp"` for `"md"` and `"ionic"` theme.
7300
+ * Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.
8333
7301
  */
8334
7302
  "clearIcon"?: string;
8335
7303
  /**
@@ -8361,7 +7329,7 @@ declare namespace LocalJSX {
8361
7329
  */
8362
7330
  "minlength"?: number;
8363
7331
  /**
8364
- * The mode determines the platform behaviors of the component.
7332
+ * The mode determines which platform styles to use.
8365
7333
  */
8366
7334
  "mode"?: "ios" | "md";
8367
7335
  /**
@@ -8397,7 +7365,7 @@ declare namespace LocalJSX {
8397
7365
  */
8398
7366
  "placeholder"?: string;
8399
7367
  /**
8400
- * 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.
7368
+ * The icon to use as the search icon. Defaults to `search-outline` in `ios` mode and `search-sharp` in `md` mode.
8401
7369
  */
8402
7370
  "searchIcon"?: string;
8403
7371
  /**
@@ -8412,10 +7380,6 @@ declare namespace LocalJSX {
8412
7380
  * If `true`, enable spellcheck on the input.
8413
7381
  */
8414
7382
  "spellcheck"?: boolean;
8415
- /**
8416
- * The theme determines the visual appearance of the component.
8417
- */
8418
- "theme"?: "ios" | "md" | "ionic";
8419
7383
  /**
8420
7384
  * Set the type of the input.
8421
7385
  */
@@ -8435,7 +7399,7 @@ declare namespace LocalJSX {
8435
7399
  */
8436
7400
  "disabled"?: boolean;
8437
7401
  /**
8438
- * The mode determines the platform behaviors of the component.
7402
+ * The mode determines which platform styles to use.
8439
7403
  */
8440
7404
  "mode"?: "ios" | "md";
8441
7405
  /**
@@ -8454,10 +7418,6 @@ declare namespace LocalJSX {
8454
7418
  * If `true`, users will be able to swipe between segment buttons to activate them.
8455
7419
  */
8456
7420
  "swipeGesture"?: boolean;
8457
- /**
8458
- * The theme determines the visual appearance of the component.
8459
- */
8460
- "theme"?: "ios" | "md" | "ionic";
8461
7421
  /**
8462
7422
  * the value of the segment.
8463
7423
  */
@@ -8477,13 +7437,9 @@ declare namespace LocalJSX {
8477
7437
  */
8478
7438
  "layout"?: SegmentButtonLayout;
8479
7439
  /**
8480
- * The mode determines the platform behaviors of the component.
7440
+ * The mode determines which platform styles to use.
8481
7441
  */
8482
7442
  "mode"?: "ios" | "md";
8483
- /**
8484
- * The theme determines the visual appearance of the component.
8485
- */
8486
- "theme"?: "ios" | "md" | "ionic";
8487
7443
  /**
8488
7444
  * The type of the button.
8489
7445
  */
@@ -8523,11 +7479,11 @@ declare namespace LocalJSX {
8523
7479
  */
8524
7480
  "disabled"?: boolean;
8525
7481
  /**
8526
- * 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.
7482
+ * 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.
8527
7483
  */
8528
7484
  "expandedIcon"?: string;
8529
7485
  /**
8530
- * 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.
7486
+ * 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.
8531
7487
  */
8532
7488
  "fill"?: 'outline' | 'solid';
8533
7489
  /**
@@ -8551,7 +7507,7 @@ declare namespace LocalJSX {
8551
7507
  */
8552
7508
  "labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
8553
7509
  /**
8554
- * The mode determines the platform behaviors of the component.
7510
+ * The mode determines which platform styles to use.
8555
7511
  */
8556
7512
  "mode"?: "ios" | "md";
8557
7513
  /**
@@ -8591,23 +7547,19 @@ declare namespace LocalJSX {
8591
7547
  */
8592
7548
  "placeholder"?: string;
8593
7549
  /**
8594
- * The text to display instead of the selected option's value.
8595
- */
8596
- "selectedText"?: string | null;
8597
- /**
8598
- * Set to `"soft"` for a select with slightly rounded corners, `"round"` for a select with fully rounded corners, or `"rectangular"` for a select without rounded corners. Defaults to `"round"` for the `"ionic"` theme, undefined for all other themes.
7550
+ * If `true`, the user must fill in a value before submitting a form.
8599
7551
  */
8600
- "shape"?: 'soft' | 'round' | 'rectangular';
7552
+ "required"?: boolean;
8601
7553
  /**
8602
- * The size of the select. If "large" it will increase the height of the select, while "small" and "medium" provide progressively smaller heights. Defaults to `"medium"` for the ionic theme, and undefined for all other themes.
7554
+ * The text to display instead of the selected option's value.
8603
7555
  */
8604
- "size"?: 'small' | 'medium' | 'large';
7556
+ "selectedText"?: string | null;
8605
7557
  /**
8606
- * The theme determines the visual appearance of the component.
7558
+ * The shape of the select. If "round" it will have an increased border radius.
8607
7559
  */
8608
- "theme"?: "ios" | "md" | "ionic";
7560
+ "shape"?: 'round';
8609
7561
  /**
8610
- * The toggle icon to use. Defaults to `"chevronExpand"` for the `"ios"` theme, or `"caretDownSharp"` for the `"md"` and `"ionic"` themes.
7562
+ * The toggle icon to use. Defaults to `chevronExpand` for `ios` mode, or `caretDownSharp` for `md` mode.
8611
7563
  */
8612
7564
  "toggleIcon"?: string;
8613
7565
  /**
@@ -8625,14 +7577,6 @@ declare namespace LocalJSX {
8625
7577
  * 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.
8626
7578
  */
8627
7579
  "disabled"?: boolean;
8628
- /**
8629
- * The mode determines the platform behaviors of the component.
8630
- */
8631
- "mode"?: "ios" | "md";
8632
- /**
8633
- * The theme determines the visual appearance of the component.
8634
- */
8635
- "theme"?: "ios" | "md" | "ionic";
8636
7580
  /**
8637
7581
  * The text value of the option.
8638
7582
  */
@@ -8647,10 +7591,6 @@ declare namespace LocalJSX {
8647
7591
  * The text content of the popover body
8648
7592
  */
8649
7593
  "message"?: string;
8650
- /**
8651
- * The mode determines the platform behaviors of the component.
8652
- */
8653
- "mode"?: "ios" | "md";
8654
7594
  /**
8655
7595
  * If true, the select accepts multiple values
8656
7596
  */
@@ -8663,24 +7603,12 @@ declare namespace LocalJSX {
8663
7603
  * The subheader text of the popover
8664
7604
  */
8665
7605
  "subHeader"?: string;
8666
- /**
8667
- * The theme determines the visual appearance of the component.
8668
- */
8669
- "theme"?: "ios" | "md" | "ionic";
8670
7606
  }
8671
7607
  interface IonSkeletonText {
8672
7608
  /**
8673
7609
  * If `true`, the skeleton text will animate.
8674
7610
  */
8675
7611
  "animated"?: boolean;
8676
- /**
8677
- * The mode determines the platform behaviors of the component.
8678
- */
8679
- "mode"?: "ios" | "md";
8680
- /**
8681
- * The theme determines the visual appearance of the component.
8682
- */
8683
- "theme"?: "ios" | "md" | "ionic";
8684
7612
  }
8685
7613
  interface IonSpinner {
8686
7614
  /**
@@ -8691,10 +7619,6 @@ declare namespace LocalJSX {
8691
7619
  * Duration of the spinner animation in milliseconds. The default varies based on the spinner.
8692
7620
  */
8693
7621
  "duration"?: number;
8694
- /**
8695
- * The mode determines the platform behaviors of the component.
8696
- */
8697
- "mode"?: "ios" | "md";
8698
7622
  /**
8699
7623
  * The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
8700
7624
  */
@@ -8703,14 +7627,6 @@ declare namespace LocalJSX {
8703
7627
  * If `true`, the spinner's animation will be paused.
8704
7628
  */
8705
7629
  "paused"?: boolean;
8706
- /**
8707
- * 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.
8708
- */
8709
- "size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
8710
- /**
8711
- * The theme determines the visual appearance of the component.
8712
- */
8713
- "theme"?: "ios" | "md" | "ionic";
8714
7630
  }
8715
7631
  interface IonSplitPane {
8716
7632
  /**
@@ -8721,18 +7637,10 @@ declare namespace LocalJSX {
8721
7637
  * If `true`, the split pane will be hidden.
8722
7638
  */
8723
7639
  "disabled"?: boolean;
8724
- /**
8725
- * The mode determines the platform behaviors of the component.
8726
- */
8727
- "mode"?: "ios" | "md";
8728
7640
  /**
8729
7641
  * Expression to be called when the split-pane visibility has changed
8730
7642
  */
8731
7643
  "onIonSplitPaneVisible"?: (event: IonSplitPaneCustomEvent<{ visible: boolean }>) => void;
8732
- /**
8733
- * The theme determines the visual appearance of the component.
8734
- */
8735
- "theme"?: "ios" | "md" | "ionic";
8736
7644
  /**
8737
7645
  * When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
8738
7646
  */
@@ -8743,18 +7651,10 @@ declare namespace LocalJSX {
8743
7651
  * The component to display inside of the tab.
8744
7652
  */
8745
7653
  "component"?: ComponentRef;
8746
- /**
8747
- * The mode determines the platform behaviors of the component.
8748
- */
8749
- "mode"?: "ios" | "md";
8750
7654
  /**
8751
7655
  * 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.
8752
7656
  */
8753
7657
  "tab": string;
8754
- /**
8755
- * The theme determines the visual appearance of the component.
8756
- */
8757
- "theme"?: "ios" | "md" | "ionic";
8758
7658
  }
8759
7659
  interface IonTabBar {
8760
7660
  /**
@@ -8762,11 +7662,7 @@ declare namespace LocalJSX {
8762
7662
  */
8763
7663
  "color"?: Color;
8764
7664
  /**
8765
- * 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"`.
8766
- */
8767
- "expand"?: 'compact' | 'full';
8768
- /**
8769
- * The mode determines the platform behaviors of the component.
7665
+ * The mode determines which platform styles to use.
8770
7666
  */
8771
7667
  "mode"?: "ios" | "md";
8772
7668
  /**
@@ -8774,15 +7670,7 @@ declare namespace LocalJSX {
8774
7670
  */
8775
7671
  "selectedTab"?: string;
8776
7672
  /**
8777
- * 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.
8778
- */
8779
- "shape"?: 'soft' | 'round' | 'rectangular';
8780
- /**
8781
- * The theme determines the visual appearance of the component.
8782
- */
8783
- "theme"?: "ios" | "md" | "ionic";
8784
- /**
8785
- * 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).
7673
+ * 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).
8786
7674
  */
8787
7675
  "translucent"?: boolean;
8788
7676
  }
@@ -8804,7 +7692,7 @@ declare namespace LocalJSX {
8804
7692
  */
8805
7693
  "layout"?: TabButtonLayout;
8806
7694
  /**
8807
- * The mode determines the platform behaviors of the component.
7695
+ * The mode determines which platform styles to use.
8808
7696
  */
8809
7697
  "mode"?: "ios" | "md";
8810
7698
  /**
@@ -8815,10 +7703,6 @@ declare namespace LocalJSX {
8815
7703
  * The selected tab component
8816
7704
  */
8817
7705
  "selected"?: boolean;
8818
- /**
8819
- * Set to `"soft"` for a tab-button with slightly rounded corners, `"round"` for a tab-button with fully rounded corners, or `"rectangular"` for a tab-button without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
8820
- */
8821
- "shape"?: 'soft' | 'round' | 'rectangular';
8822
7706
  /**
8823
7707
  * 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.
8824
7708
  */
@@ -8827,16 +7711,8 @@ declare namespace LocalJSX {
8827
7711
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
8828
7712
  */
8829
7713
  "target"?: string | undefined;
8830
- /**
8831
- * The theme determines the visual appearance of the component.
8832
- */
8833
- "theme"?: "ios" | "md" | "ionic";
8834
7714
  }
8835
7715
  interface IonTabs {
8836
- /**
8837
- * The mode determines the platform behaviors of the component.
8838
- */
8839
- "mode"?: "ios" | "md";
8840
7716
  /**
8841
7717
  * Emitted when the navigation has finished transitioning to a new component.
8842
7718
  */
@@ -8845,10 +7721,6 @@ declare namespace LocalJSX {
8845
7721
  * Emitted when the navigation is about to transition to a new component.
8846
7722
  */
8847
7723
  "onIonTabsWillChange"?: (event: IonTabsCustomEvent<{ tab: string }>) => void;
8848
- /**
8849
- * The theme determines the visual appearance of the component.
8850
- */
8851
- "theme"?: "ios" | "md" | "ionic";
8852
7724
  }
8853
7725
  interface IonText {
8854
7726
  /**
@@ -8856,13 +7728,9 @@ declare namespace LocalJSX {
8856
7728
  */
8857
7729
  "color"?: Color;
8858
7730
  /**
8859
- * The mode determines the platform behaviors of the component.
7731
+ * The mode determines which platform styles to use.
8860
7732
  */
8861
7733
  "mode"?: "ios" | "md";
8862
- /**
8863
- * The theme determines the visual appearance of the component.
8864
- */
8865
- "theme"?: "ios" | "md" | "ionic";
8866
7734
  }
8867
7735
  interface IonTextarea {
8868
7736
  /**
@@ -8914,7 +7782,7 @@ declare namespace LocalJSX {
8914
7782
  */
8915
7783
  "errorText"?: string;
8916
7784
  /**
8917
- * 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"`.
7785
+ * 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.
8918
7786
  */
8919
7787
  "fill"?: 'outline' | 'solid';
8920
7788
  /**
@@ -8942,7 +7810,7 @@ declare namespace LocalJSX {
8942
7810
  */
8943
7811
  "minlength"?: number;
8944
7812
  /**
8945
- * The mode determines the platform behaviors of the component.
7813
+ * The mode determines which platform styles to use.
8946
7814
  */
8947
7815
  "mode"?: "ios" | "md";
8948
7816
  /**
@@ -8982,21 +7850,13 @@ declare namespace LocalJSX {
8982
7850
  */
8983
7851
  "rows"?: number;
8984
7852
  /**
8985
- * 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.
7853
+ * The shape of the textarea. If "round" it will have an increased border radius.
8986
7854
  */
8987
- "shape"?: 'soft' | 'round' | 'rectangular';
8988
- /**
8989
- * 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.
8990
- */
8991
- "size"?: 'small' | 'medium' | 'large';
7855
+ "shape"?: 'round';
8992
7856
  /**
8993
7857
  * If `true`, the element will have its spelling and grammar checked.
8994
7858
  */
8995
7859
  "spellcheck"?: boolean;
8996
- /**
8997
- * The theme determines the visual appearance of the component.
8998
- */
8999
- "theme"?: "ios" | "md" | "ionic";
9000
7860
  /**
9001
7861
  * The value of the textarea.
9002
7862
  */
@@ -9007,32 +7867,16 @@ declare namespace LocalJSX {
9007
7867
  "wrap"?: 'hard' | 'soft' | 'off';
9008
7868
  }
9009
7869
  interface IonThumbnail {
9010
- /**
9011
- * The mode determines the platform behaviors of the component.
9012
- */
9013
- "mode"?: "ios" | "md";
9014
- /**
9015
- * The theme determines the visual appearance of the component.
9016
- */
9017
- "theme"?: "ios" | "md" | "ionic";
9018
7870
  }
9019
7871
  interface IonTitle {
9020
7872
  /**
9021
7873
  * 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).
9022
7874
  */
9023
7875
  "color"?: Color;
9024
- /**
9025
- * The mode determines the platform behaviors of the component.
9026
- */
9027
- "mode"?: "ios" | "md";
9028
7876
  /**
9029
7877
  * The size of the toolbar title.
9030
7878
  */
9031
7879
  "size"?: 'large' | 'small';
9032
- /**
9033
- * The theme determines the visual appearance of the component.
9034
- */
9035
- "theme"?: "ios" | "md" | "ionic";
9036
7880
  }
9037
7881
  interface IonToast {
9038
7882
  /**
@@ -9092,7 +7936,7 @@ declare namespace LocalJSX {
9092
7936
  */
9093
7937
  "message"?: string | IonicSafeString;
9094
7938
  /**
9095
- * The mode determines the platform behaviors of the component.
7939
+ * The mode determines which platform styles to use.
9096
7940
  */
9097
7941
  "mode"?: "ios" | "md";
9098
7942
  /**
@@ -9135,20 +7979,12 @@ declare namespace LocalJSX {
9135
7979
  * The element to anchor the toast's position to. Can be set as a direct reference or the ID of the element. With `position="bottom"`, the toast will sit above the chosen element. With `position="top"`, the toast will sit below the chosen element. With `position="middle"`, the value of `positionAnchor` is ignored.
9136
7980
  */
9137
7981
  "positionAnchor"?: HTMLElement | string;
9138
- /**
9139
- * Set to `"soft"` for a toast with slightly rounded corners, `"round"` for a toast with fully rounded corners, or `"rectangular"` for a toast without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
9140
- */
9141
- "shape"?: 'soft' | 'round' | 'rectangular';
9142
7982
  /**
9143
7983
  * If set to 'vertical', the Toast can be dismissed with a swipe gesture. The swipe direction is determined by the value of the `position` property: `top`: The Toast can be swiped up to dismiss. `bottom`: The Toast can be swiped down to dismiss. `middle`: The Toast can be swiped up or down to dismiss.
9144
7984
  */
9145
7985
  "swipeGesture"?: ToastSwipeGestureDirection;
9146
7986
  /**
9147
- * The theme determines the visual appearance of the component.
9148
- */
9149
- "theme"?: "ios" | "md" | "ionic";
9150
- /**
9151
- * 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).
7987
+ * 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).
9152
7988
  */
9153
7989
  "translucent"?: boolean;
9154
7990
  /**
@@ -9186,7 +8022,7 @@ declare namespace LocalJSX {
9186
8022
  */
9187
8023
  "labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
9188
8024
  /**
9189
- * The mode determines the platform behaviors of the component.
8025
+ * The mode determines which platform styles to use.
9190
8026
  */
9191
8027
  "mode"?: "ios" | "md";
9192
8028
  /**
@@ -9206,9 +8042,9 @@ declare namespace LocalJSX {
9206
8042
  */
9207
8043
  "onIonFocus"?: (event: IonToggleCustomEvent<void>) => void;
9208
8044
  /**
9209
- * The theme determines the visual appearance of the component.
8045
+ * If `true`, the user must fill in a value before submitting a form.
9210
8046
  */
9211
- "theme"?: "ios" | "md" | "ionic";
8047
+ "required"?: boolean;
9212
8048
  /**
9213
8049
  * 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>`.
9214
8050
  */
@@ -9220,13 +8056,9 @@ declare namespace LocalJSX {
9220
8056
  */
9221
8057
  "color"?: Color;
9222
8058
  /**
9223
- * The mode determines the platform behaviors of the component.
8059
+ * The mode determines which platform styles to use.
9224
8060
  */
9225
8061
  "mode"?: "ios" | "md";
9226
- /**
9227
- * The theme determines the visual appearance of the component.
9228
- */
9229
- "theme"?: "ios" | "md" | "ionic";
9230
8062
  }
9231
8063
  interface IntrinsicElements {
9232
8064
  "ion-accordion": IonAccordion;