@ionic/core 8.4.2-dev.11737633140.1934dd0f → 8.4.2-dev.11739468652.1ae78967

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 (1185) hide show
  1. package/components/action-sheet.js +13 -8
  2. package/components/alert.js +15 -10
  3. package/components/animation.js +1 -1
  4. package/components/backdrop.js +10 -6
  5. package/components/button.js +41 -11
  6. package/components/buttons.js +11 -7
  7. package/components/capacitor.js +1 -1
  8. package/components/caret-down.js +6 -0
  9. package/components/caret-left.js +6 -0
  10. package/components/caret-right.js +6 -0
  11. package/components/checkbox.js +30 -14
  12. package/components/config2.js +79 -0
  13. package/components/content.js +14 -12
  14. package/components/data.js +6 -6
  15. package/components/focus-visible.js +8 -1
  16. package/components/framework-delegate.js +3 -1
  17. package/components/header.js +24 -15
  18. package/components/helpers.js +4 -1
  19. package/components/index2.js +2 -2
  20. package/components/index4.js +8 -9
  21. package/components/index5.js +27 -3
  22. package/components/index6.js +114 -20
  23. package/components/index7.js +163 -27
  24. package/components/input-shims.js +2 -2
  25. package/components/input.utils.js +1 -2
  26. package/components/ion-accordion-group.js +25 -6
  27. package/components/ion-accordion.js +36 -17
  28. package/components/ion-app.js +9 -77
  29. package/components/ion-avatar.js +52 -3
  30. package/components/ion-back-button.js +29 -19
  31. package/components/ion-badge.js +44 -8
  32. package/components/ion-breadcrumb.js +45 -11
  33. package/components/ion-breadcrumbs.js +9 -5
  34. package/components/ion-card-content.js +11 -7
  35. package/components/ion-card-header.js +9 -5
  36. package/components/ion-card-subtitle.js +9 -5
  37. package/components/ion-card-title.js +9 -5
  38. package/components/ion-card.js +17 -9
  39. package/components/ion-chip.js +45 -8
  40. package/components/ion-col.js +5 -5
  41. package/components/ion-datetime-button.js +9 -6
  42. package/components/ion-datetime.js +99 -21
  43. package/components/ion-fab-button.js +33 -10
  44. package/components/ion-fab-list.js +5 -5
  45. package/components/ion-fab.js +6 -6
  46. package/components/ion-footer.js +18 -12
  47. package/components/ion-grid.js +5 -5
  48. package/components/ion-img.js +5 -2
  49. package/components/ion-infinite-scroll-content.js +13 -8
  50. package/components/ion-infinite-scroll.js +5 -5
  51. package/components/ion-input-password-toggle.js +53 -14
  52. package/components/ion-input.js +118 -20
  53. package/components/ion-item-divider.js +9 -5
  54. package/components/ion-item-group.js +9 -5
  55. package/components/ion-item-option.js +28 -8
  56. package/components/ion-item-options.js +9 -5
  57. package/components/ion-item-sliding.js +5 -5
  58. package/components/ion-loading.js +13 -8
  59. package/components/ion-menu-button.js +28 -10
  60. package/components/ion-menu-toggle.js +5 -5
  61. package/components/ion-menu.js +12 -8
  62. package/components/ion-nav-link.js +1 -1
  63. package/components/ion-nav.js +8 -6
  64. package/components/ion-note.js +9 -5
  65. package/components/ion-picker-legacy.js +7 -8
  66. package/components/ion-progress-bar.js +28 -7
  67. package/components/ion-range.js +13 -10
  68. package/components/ion-refresher-content.js +28 -9
  69. package/components/ion-refresher.js +11 -7
  70. package/components/ion-reorder-group.js +5 -5
  71. package/components/ion-reorder.js +31 -5
  72. package/components/ion-router-link.js +6 -6
  73. package/components/ion-router-outlet.js +4 -3
  74. package/components/ion-row.js +5 -2
  75. package/components/ion-searchbar.js +93 -16
  76. package/components/ion-segment-button.js +58 -13
  77. package/components/ion-segment-content.js +1 -1
  78. package/components/ion-segment-view.js +6 -2
  79. package/components/ion-segment.js +11 -7
  80. package/components/ion-select-option.js +5 -2
  81. package/components/ion-select.js +120 -35
  82. package/components/ion-skeleton-text.js +6 -5
  83. package/components/ion-split-pane.js +12 -8
  84. package/components/ion-tab-bar.js +31 -8
  85. package/components/ion-tab-button.js +28 -7
  86. package/components/ion-tab.js +2 -2
  87. package/components/ion-tabs.js +2 -2
  88. package/components/ion-text.js +5 -5
  89. package/components/ion-textarea.js +47 -11
  90. package/components/ion-thumbnail.js +5 -2
  91. package/components/ion-toast.js +30 -11
  92. package/components/ion-toggle.js +78 -21
  93. package/components/ionic-global.js +374 -84
  94. package/components/ios.transition.js +1 -0
  95. package/components/item.js +41 -11
  96. package/components/keyboard-controller.js +4 -2
  97. package/components/label.js +9 -5
  98. package/components/list-header.js +9 -5
  99. package/components/list.js +29 -6
  100. package/components/list2.js +6 -0
  101. package/components/modal.js +51 -21
  102. package/components/notch-controller.js +1 -1
  103. package/components/overlays.js +4 -5
  104. package/components/picker-column-option.js +9 -5
  105. package/components/picker-column.js +7 -8
  106. package/components/picker-column2.js +4 -4
  107. package/components/picker.js +8 -4
  108. package/components/popover.js +11 -8
  109. package/components/radio-group.js +6 -6
  110. package/components/radio.js +12 -8
  111. package/components/ripple-effect.js +18 -8
  112. package/components/select-modal.js +5 -5
  113. package/components/select-popover.js +9 -2
  114. package/components/spinner.js +36 -9
  115. package/components/status-tap.js +1 -1
  116. package/components/title.js +11 -7
  117. package/components/toolbar.js +11 -7
  118. package/components/x.js +6 -0
  119. package/css/core.css +1 -1
  120. package/css/core.css.map +1 -1
  121. package/css/display.css +1 -1
  122. package/css/display.css.map +1 -1
  123. package/css/flex-utils.css +1 -1
  124. package/css/flex-utils.css.map +1 -1
  125. package/css/float-elements.css.map +1 -1
  126. package/css/global.bundle.css.map +1 -1
  127. package/css/ionic/bundle.ionic.css +1 -0
  128. package/css/ionic/bundle.ionic.css.map +1 -0
  129. package/css/ionic/core.ionic.css +1 -0
  130. package/css/ionic/core.ionic.css.map +1 -0
  131. package/css/ionic/global.bundle.ionic.css +1 -0
  132. package/css/ionic/global.bundle.ionic.css.map +1 -0
  133. package/css/ionic/ionic-swiper.ionic.css +1 -0
  134. package/css/ionic/ionic-swiper.ionic.css.map +1 -0
  135. package/css/ionic/link.ionic.css +1 -0
  136. package/css/ionic/link.ionic.css.map +1 -0
  137. package/css/ionic/structure.ionic.css +1 -0
  138. package/css/ionic/structure.ionic.css.map +1 -0
  139. package/css/ionic/typography.ionic.css +1 -0
  140. package/css/ionic/typography.ionic.css.map +1 -0
  141. package/css/ionic/utils.bundle.ionic.css +1 -0
  142. package/css/ionic/utils.bundle.ionic.css.map +1 -0
  143. package/css/ionic-swiper.css +1 -1
  144. package/css/ionic-swiper.css.map +1 -1
  145. package/css/ionic.bundle.css +1 -1
  146. package/css/ionic.bundle.css.map +1 -1
  147. package/css/normalize.css.map +1 -1
  148. package/css/padding.css.map +1 -1
  149. package/css/palettes/dark.always.css.map +1 -1
  150. package/css/palettes/dark.class.css.map +1 -1
  151. package/css/palettes/dark.system.css.map +1 -1
  152. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  153. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  154. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  155. package/css/palettes/high-contrast.always.css.map +1 -1
  156. package/css/palettes/high-contrast.class.css.map +1 -1
  157. package/css/palettes/high-contrast.system.css.map +1 -1
  158. package/css/structure.css.map +1 -1
  159. package/css/text-alignment.css.map +1 -1
  160. package/css/text-transformation.css.map +1 -1
  161. package/css/typography.css.map +1 -1
  162. package/css/utils.bundle.css +1 -1
  163. package/css/utils.bundle.css.map +1 -1
  164. package/dist/cjs/{animation-b4fdf128.js → animation-58015a44.js} +2 -2
  165. package/dist/cjs/{app-globals-21afee77.js → app-globals-d64148d3.js} +1 -1
  166. package/dist/cjs/{button-active-3f2f60b4.js → button-active-ec1fd1d8.js} +1 -1
  167. package/dist/cjs/{capacitor-c04564bf.js → capacitor-454dd071.js} +3 -3
  168. package/dist/cjs/caret-down-3c215cff.js +8 -0
  169. package/dist/cjs/caret-left-2bb66970.js +8 -0
  170. package/dist/cjs/caret-right-88e03970.js +8 -0
  171. package/dist/cjs/config-aff4ff52.js +84 -0
  172. package/dist/cjs/{data-21dc0f81.js → data-5a4013f1.js} +8 -8
  173. package/dist/cjs/{focus-visible-7a0ce04f.js → focus-visible-9aa87fa3.js} +8 -0
  174. package/dist/cjs/{framework-delegate-55f5683a.js → framework-delegate-32f1a0e4.js} +4 -2
  175. package/dist/cjs/{haptic-f6b37aa3.js → haptic-7c25be74.js} +1 -1
  176. package/dist/cjs/{helpers-afaa9001.js → helpers-4e2936d2.js} +4 -1
  177. package/dist/cjs/{index-8e789962.js → index-03fbee1d.js} +14 -15
  178. package/dist/cjs/{index-9509ecad.js → index-0e0c6196.js} +9 -7
  179. package/dist/cjs/{index-5b6a7459.js → index-604c36ae.js} +3 -3
  180. package/dist/cjs/{index-f05acd21.js → index-8f975cf4.js} +12 -12
  181. package/dist/cjs/index.cjs.js +10 -12
  182. package/dist/cjs/{input-shims-9e59ef62.js → input-shims-4b4d2251.js} +18 -17
  183. package/dist/cjs/{input.utils-611cde0b.js → input.utils-fb1debe4.js} +4 -5
  184. package/dist/cjs/ion-accordion_2.cjs.entry.js +61 -24
  185. package/dist/cjs/ion-action-sheet.cjs.entry.js +21 -18
  186. package/dist/cjs/ion-alert.cjs.entry.js +25 -23
  187. package/dist/cjs/ion-app_8.cjs.entry.js +108 -152
  188. package/dist/cjs/ion-avatar_3.cjs.entry.js +93 -9
  189. package/dist/cjs/ion-back-button.cjs.entry.js +31 -21
  190. package/dist/cjs/ion-backdrop.cjs.entry.js +11 -6
  191. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +53 -15
  192. package/dist/cjs/ion-button_2.cjs.entry.js +46 -15
  193. package/dist/cjs/ion-card_5.cjs.entry.js +52 -28
  194. package/dist/cjs/ion-checkbox.cjs.entry.js +30 -14
  195. package/dist/cjs/ion-chip.cjs.entry.js +43 -7
  196. package/dist/cjs/ion-col_3.cjs.entry.js +14 -10
  197. package/dist/cjs/ion-datetime-button.cjs.entry.js +16 -12
  198. package/dist/cjs/ion-datetime_3.cjs.entry.js +191 -115
  199. package/dist/cjs/ion-fab_3.cjs.entry.js +42 -19
  200. package/dist/cjs/ion-img.cjs.entry.js +7 -3
  201. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +21 -17
  202. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +55 -16
  203. package/dist/cjs/ion-input.cjs.entry.js +118 -23
  204. package/dist/cjs/ion-item-option_3.cjs.entry.js +40 -17
  205. package/dist/cjs/ion-item_8.cjs.entry.js +113 -41
  206. package/dist/cjs/ion-loading.cjs.entry.js +20 -18
  207. package/dist/cjs/ion-menu_3.cjs.entry.js +48 -29
  208. package/dist/cjs/ion-modal.cjs.entry.js +95 -67
  209. package/dist/cjs/ion-nav_2.cjs.entry.js +15 -13
  210. package/dist/cjs/ion-picker-column-option.cjs.entry.js +11 -6
  211. package/dist/cjs/ion-picker-column.cjs.entry.js +12 -12
  212. package/dist/cjs/ion-picker.cjs.entry.js +10 -5
  213. package/dist/cjs/ion-popover.cjs.entry.js +20 -18
  214. package/dist/cjs/ion-progress-bar.cjs.entry.js +28 -8
  215. package/dist/cjs/ion-radio_2.cjs.entry.js +19 -13
  216. package/dist/cjs/ion-range.cjs.entry.js +20 -16
  217. package/dist/cjs/ion-refresher_2.cjs.entry.js +44 -23
  218. package/dist/cjs/ion-reorder_2.cjs.entry.js +37 -13
  219. package/dist/cjs/ion-ripple-effect.cjs.entry.js +18 -7
  220. package/dist/cjs/ion-route_4.cjs.entry.js +8 -7
  221. package/dist/cjs/ion-searchbar.cjs.entry.js +94 -17
  222. package/dist/cjs/ion-segment-content.cjs.entry.js +1 -1
  223. package/dist/cjs/ion-segment-view.cjs.entry.js +6 -2
  224. package/dist/cjs/ion-segment_2.cjs.entry.js +70 -20
  225. package/dist/cjs/ion-select-modal.cjs.entry.js +10 -12
  226. package/dist/cjs/ion-select_3.cjs.entry.js +134 -42
  227. package/dist/cjs/ion-spinner.cjs.entry.js +35 -9
  228. package/dist/cjs/ion-split-pane.cjs.entry.js +13 -8
  229. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +60 -20
  230. package/dist/cjs/ion-tab_2.cjs.entry.js +7 -6
  231. package/dist/cjs/ion-text.cjs.entry.js +6 -5
  232. package/dist/cjs/ion-textarea.cjs.entry.js +50 -16
  233. package/dist/cjs/ion-toast.cjs.entry.js +59 -42
  234. package/dist/cjs/ion-toggle.cjs.entry.js +81 -24
  235. package/dist/cjs/ionic-global-14af9c21.js +535 -0
  236. package/dist/cjs/ionic.cjs.js +4 -3
  237. package/dist/cjs/{ios.transition-cf40433b.js → ios.transition-2bb0f7d5.js} +6 -6
  238. package/dist/cjs/{keyboard-af1bb365.js → keyboard-0a5d46dd.js} +5 -3
  239. package/dist/cjs/{keyboard-0272231f.js → keyboard-53c12a15.js} +1 -1
  240. package/dist/cjs/{keyboard-controller-c05e747a.js → keyboard-controller-102bad3e.js} +11 -9
  241. package/dist/cjs/list-2930c629.js +8 -0
  242. package/dist/cjs/loader.cjs.js +4 -3
  243. package/dist/cjs/{md.transition-ededf99f.js → md.transition-cf600117.js} +5 -6
  244. package/dist/cjs/{notch-controller-d69150f5.js → notch-controller-ea70e230.js} +4 -4
  245. package/dist/cjs/{overlays-aa669eb8.js → overlays-542a90b3.js} +19 -20
  246. package/dist/cjs/{status-tap-37681226.js → status-tap-aa97d209.js} +4 -3
  247. package/dist/cjs/{swipe-back-0303a5e4.js → swipe-back-27975274.js} +2 -1
  248. package/dist/cjs/x-81a8f51c.js +8 -0
  249. package/dist/collection/components/accordion/accordion.ionic.css +197 -0
  250. package/dist/collection/components/accordion/accordion.ios.css +73 -58
  251. package/dist/collection/components/accordion/accordion.js +37 -21
  252. package/dist/collection/components/accordion/accordion.md.css +67 -59
  253. package/dist/collection/components/accordion-group/accordion-group.ionic.css +95 -0
  254. package/dist/collection/components/accordion-group/accordion-group.ios.css +16 -4
  255. package/dist/collection/components/accordion-group/accordion-group.js +43 -8
  256. package/dist/collection/components/accordion-group/accordion-group.md.css +22 -4
  257. package/dist/collection/components/action-sheet/action-sheet.ios.css +18 -6
  258. package/dist/collection/components/action-sheet/action-sheet.js +14 -10
  259. package/dist/collection/components/action-sheet/action-sheet.md.css +17 -5
  260. package/dist/collection/components/alert/alert.ios.css +19 -1
  261. package/dist/collection/components/alert/alert.js +15 -12
  262. package/dist/collection/components/alert/alert.md.css +19 -1
  263. package/dist/collection/components/app/app.js +12 -78
  264. package/dist/collection/components/avatar/avatar.ionic.css +268 -0
  265. package/dist/collection/components/avatar/avatar.ios.css +12 -0
  266. package/dist/collection/components/avatar/avatar.js +92 -4
  267. package/dist/collection/components/avatar/avatar.md.css +12 -0
  268. package/dist/collection/components/back-button/back-button.ios.css +60 -48
  269. package/dist/collection/components/back-button/back-button.js +27 -19
  270. package/dist/collection/components/back-button/back-button.md.css +60 -48
  271. package/dist/collection/components/backdrop/backdrop.ionic.css +151 -0
  272. package/dist/collection/components/backdrop/backdrop.ios.css +13 -1
  273. package/dist/collection/components/backdrop/backdrop.js +12 -6
  274. package/dist/collection/components/backdrop/backdrop.md.css +13 -1
  275. package/dist/collection/components/badge/badge.ionic.css +249 -0
  276. package/dist/collection/components/badge/badge.ios.css +106 -3
  277. package/dist/collection/components/badge/badge.js +75 -8
  278. package/dist/collection/components/badge/badge.md.css +106 -3
  279. package/dist/collection/components/breadcrumb/breadcrumb.ios.css +20 -8
  280. package/dist/collection/components/breadcrumb/breadcrumb.js +43 -11
  281. package/dist/collection/components/breadcrumb/breadcrumb.md.css +20 -8
  282. package/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +6 -0
  283. package/dist/collection/components/breadcrumbs/breadcrumbs.js +11 -9
  284. package/dist/collection/components/breadcrumbs/breadcrumbs.md.css +6 -0
  285. package/dist/collection/components/button/button.ionic.css +589 -0
  286. package/dist/collection/components/button/button.ios.css +129 -36
  287. package/dist/collection/components/button/button.js +46 -16
  288. package/dist/collection/components/button/button.md.css +120 -40
  289. package/dist/collection/components/buttons/buttons.ionic.css +100 -0
  290. package/dist/collection/components/buttons/buttons.ios.css +59 -7
  291. package/dist/collection/components/buttons/buttons.js +14 -8
  292. package/dist/collection/components/buttons/buttons.md.css +55 -3
  293. package/dist/collection/components/card/card.ionic.css +137 -0
  294. package/dist/collection/components/card/card.ios.css +65 -14
  295. package/dist/collection/components/card/card.js +34 -10
  296. package/dist/collection/components/card/card.md.css +65 -14
  297. package/dist/collection/components/card-content/card-content.ionic.css +90 -0
  298. package/dist/collection/components/card-content/card-content.ios.css +16 -1
  299. package/dist/collection/components/card-content/card-content.js +11 -8
  300. package/dist/collection/components/card-content/card-content.md.css +16 -1
  301. package/dist/collection/components/card-header/card-header.ionic.css +87 -0
  302. package/dist/collection/components/card-header/card-header.ios.css +27 -15
  303. package/dist/collection/components/card-header/card-header.js +12 -9
  304. package/dist/collection/components/card-header/card-header.md.css +27 -15
  305. package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +146 -0
  306. package/dist/collection/components/card-subtitle/card-subtitle.ios.css +12 -0
  307. package/dist/collection/components/card-subtitle/card-subtitle.js +11 -8
  308. package/dist/collection/components/card-subtitle/card-subtitle.md.css +12 -0
  309. package/dist/collection/components/card-title/card-title.ios.css +73 -0
  310. package/dist/collection/components/card-title/card-title.js +11 -8
  311. package/dist/collection/components/card-title/card-title.md.css +73 -0
  312. package/dist/collection/components/checkbox/checkbox.ionic.css +402 -0
  313. package/dist/collection/components/checkbox/checkbox.ios.css +20 -2
  314. package/dist/collection/components/checkbox/checkbox.js +54 -23
  315. package/dist/collection/components/checkbox/checkbox.md.css +21 -3
  316. package/dist/collection/components/chip/chip.ionic.css +160 -0
  317. package/dist/collection/components/chip/chip.ios.css +20 -1
  318. package/dist/collection/components/chip/chip.js +77 -8
  319. package/dist/collection/components/chip/chip.md.css +20 -1
  320. package/dist/collection/components/col/col.css +12 -0
  321. package/dist/collection/components/col/col.js +9 -5
  322. package/dist/collection/components/content/content.css +8 -2
  323. package/dist/collection/components/content/content.js +16 -11
  324. package/dist/collection/components/datetime/datetime.ionic.css +673 -0
  325. package/dist/collection/components/datetime/datetime.ios.css +237 -86
  326. package/dist/collection/components/datetime/datetime.js +98 -20
  327. package/dist/collection/components/datetime/datetime.md.css +237 -86
  328. package/dist/collection/components/datetime/utils/data.js +5 -5
  329. package/dist/collection/components/datetime-button/datetime-button.ios.css +6 -0
  330. package/dist/collection/components/datetime-button/datetime-button.js +11 -8
  331. package/dist/collection/components/datetime-button/datetime-button.md.css +6 -0
  332. package/dist/collection/components/fab/fab.css +25 -1
  333. package/dist/collection/components/fab/fab.js +9 -5
  334. package/dist/collection/components/fab-button/fab-button.ios.css +18 -6
  335. package/dist/collection/components/fab-button/fab-button.js +36 -15
  336. package/dist/collection/components/fab-button/fab-button.md.css +20 -8
  337. package/dist/collection/components/fab-list/fab-list.css +12 -0
  338. package/dist/collection/components/fab-list/fab-list.js +9 -5
  339. package/dist/collection/components/footer/footer.ios.css +14 -2
  340. package/dist/collection/components/footer/footer.js +20 -15
  341. package/dist/collection/components/footer/footer.md.css +12 -0
  342. package/dist/collection/components/grid/grid.css +12 -0
  343. package/dist/collection/components/grid/grid.js +9 -5
  344. package/dist/collection/components/header/header.ionic.css +86 -0
  345. package/dist/collection/components/header/header.ios.css +25 -10
  346. package/dist/collection/components/header/header.js +42 -17
  347. package/dist/collection/components/header/header.md.css +23 -8
  348. package/dist/collection/components/img/img.js +8 -2
  349. package/dist/collection/components/infinite-scroll/infinite-scroll.js +8 -4
  350. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +12 -0
  351. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +16 -10
  352. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +12 -0
  353. package/dist/collection/components/input/input.ionic.css +1078 -0
  354. package/dist/collection/components/input/input.ios.css +21 -2
  355. package/dist/collection/components/input/input.js +144 -30
  356. package/dist/collection/components/input/input.md.css +43 -4
  357. package/dist/collection/components/input-password-toggle/input-password-toggle.common.css +61 -0
  358. package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +141 -0
  359. package/dist/collection/components/input-password-toggle/input-password-toggle.js +48 -12
  360. package/dist/collection/components/item/item.ionic.css +497 -0
  361. package/dist/collection/components/item/item.ios.css +109 -69
  362. package/dist/collection/components/item/item.js +44 -16
  363. package/dist/collection/components/item/item.md.css +120 -68
  364. package/dist/collection/components/item-divider/item-divider.ios.css +18 -0
  365. package/dist/collection/components/item-divider/item-divider.js +11 -8
  366. package/dist/collection/components/item-divider/item-divider.md.css +18 -0
  367. package/dist/collection/components/item-group/item-group.ios.css +12 -0
  368. package/dist/collection/components/item-group/item-group.js +13 -7
  369. package/dist/collection/components/item-group/item-group.md.css +12 -0
  370. package/dist/collection/components/item-option/item-option.ionic.css +332 -0
  371. package/dist/collection/components/item-option/item-option.ios.css +14 -2
  372. package/dist/collection/components/item-option/item-option.js +43 -8
  373. package/dist/collection/components/item-option/item-option.md.css +14 -2
  374. package/dist/collection/components/item-options/item-options.ionic.css +259 -0
  375. package/dist/collection/components/item-options/item-options.ios.css +18 -0
  376. package/dist/collection/components/item-options/item-options.js +13 -7
  377. package/dist/collection/components/item-options/item-options.md.css +18 -0
  378. package/dist/collection/components/item-sliding/item-sliding.css +6 -0
  379. package/dist/collection/components/item-sliding/item-sliding.js +8 -4
  380. package/dist/collection/components/label/label.ios.css +18 -0
  381. package/dist/collection/components/label/label.js +11 -8
  382. package/dist/collection/components/label/label.md.css +18 -0
  383. package/dist/collection/components/list/list.ionic.css +192 -0
  384. package/dist/collection/components/list/list.ios.css +18 -0
  385. package/dist/collection/components/list/list.js +47 -9
  386. package/dist/collection/components/list/list.md.css +20 -2
  387. package/dist/collection/components/list-header/list-header.ionic.css +236 -0
  388. package/dist/collection/components/list-header/list-header.ios.css +18 -0
  389. package/dist/collection/components/list-header/list-header.js +11 -8
  390. package/dist/collection/components/list-header/list-header.md.css +18 -0
  391. package/dist/collection/components/loading/loading.ios.css +13 -1
  392. package/dist/collection/components/loading/loading.js +13 -10
  393. package/dist/collection/components/loading/loading.md.css +13 -1
  394. package/dist/collection/components/menu/menu.ios.css +15 -3
  395. package/dist/collection/components/menu/menu.js +12 -7
  396. package/dist/collection/components/menu/menu.md.css +15 -3
  397. package/dist/collection/components/menu-button/menu-button.ionic.css +238 -0
  398. package/dist/collection/components/menu-button/menu-button.ios.css +48 -14
  399. package/dist/collection/components/menu-button/menu-button.js +26 -10
  400. package/dist/collection/components/menu-button/menu-button.md.css +49 -15
  401. package/dist/collection/components/menu-toggle/menu-toggle.js +8 -5
  402. package/dist/collection/components/modal/animations/sheet.js +8 -2
  403. package/dist/collection/components/modal/gestures/sheet.js +10 -6
  404. package/dist/collection/components/modal/modal.ionic.css +239 -0
  405. package/dist/collection/components/modal/modal.ios.css +106 -63
  406. package/dist/collection/components/modal/modal.js +47 -11
  407. package/dist/collection/components/modal/modal.md.css +106 -63
  408. package/dist/collection/components/nav/nav.css +7 -1
  409. package/dist/collection/components/nav/nav.js +11 -5
  410. package/dist/collection/components/nav-link/nav-link.js +5 -1
  411. package/dist/collection/components/note/note.ios.css +12 -0
  412. package/dist/collection/components/note/note.js +11 -8
  413. package/dist/collection/components/note/note.md.css +12 -0
  414. package/dist/collection/components/picker/picker.ios.css +15 -3
  415. package/dist/collection/components/picker/picker.js +8 -5
  416. package/dist/collection/components/picker/picker.md.css +15 -3
  417. package/dist/collection/components/picker-column/picker-column.css +9 -2
  418. package/dist/collection/components/picker-column/picker-column.js +8 -7
  419. package/dist/collection/components/picker-column-option/picker-column-option.ios.css +6 -0
  420. package/dist/collection/components/picker-column-option/picker-column-option.js +13 -7
  421. package/dist/collection/components/picker-column-option/picker-column-option.md.css +6 -0
  422. package/dist/collection/components/picker-legacy/picker.ios.css +13 -1
  423. package/dist/collection/components/picker-legacy/picker.js +7 -6
  424. package/dist/collection/components/picker-legacy/picker.md.css +13 -1
  425. package/dist/collection/components/picker-legacy-column/picker-column.ios.css +12 -0
  426. package/dist/collection/components/picker-legacy-column/picker-column.js +4 -4
  427. package/dist/collection/components/picker-legacy-column/picker-column.md.css +12 -0
  428. package/dist/collection/components/popover/popover.ios.css +13 -1
  429. package/dist/collection/components/popover/popover.js +15 -12
  430. package/dist/collection/components/popover/popover.md.css +13 -1
  431. package/dist/collection/components/progress-bar/progress-bar.ionic.css +333 -0
  432. package/dist/collection/components/progress-bar/progress-bar.ios.css +8 -2
  433. package/dist/collection/components/progress-bar/progress-bar.js +42 -7
  434. package/dist/collection/components/progress-bar/progress-bar.md.css +8 -2
  435. package/dist/collection/components/radio/radio.ionic.css +424 -0
  436. package/dist/collection/components/radio/radio.ios.css +134 -91
  437. package/dist/collection/components/radio/radio.js +12 -9
  438. package/dist/collection/components/radio/radio.md.css +134 -91
  439. package/dist/collection/components/radio-group/radio-group.js +10 -23
  440. package/dist/collection/components/range/range.ionic.css +555 -0
  441. package/dist/collection/components/range/range.ios.css +128 -85
  442. package/dist/collection/components/range/range.js +12 -9
  443. package/dist/collection/components/range/range.md.css +128 -85
  444. package/dist/collection/components/refresher/refresher.ios.css +14 -1
  445. package/dist/collection/components/refresher/refresher.js +11 -8
  446. package/dist/collection/components/refresher/refresher.md.css +15 -2
  447. package/dist/collection/components/refresher-content/refresher-content.js +28 -7
  448. package/dist/collection/components/reorder/reorder.ios.css +6 -0
  449. package/dist/collection/components/reorder/reorder.js +33 -6
  450. package/dist/collection/components/reorder/reorder.md.css +6 -0
  451. package/dist/collection/components/reorder-group/reorder-group.css +6 -0
  452. package/dist/collection/components/reorder-group/reorder-group.js +8 -4
  453. package/dist/collection/components/ripple-effect/{ripple-effect.css → ripple-effect.common.css} +7 -1
  454. package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +154 -0
  455. package/dist/collection/components/ripple-effect/ripple-effect.js +14 -6
  456. package/dist/collection/components/route/route.js +4 -0
  457. package/dist/collection/components/router/router.js +4 -0
  458. package/dist/collection/components/router-link/router-link.css +8 -2
  459. package/dist/collection/components/router-link/router-link.js +9 -5
  460. package/dist/collection/components/router-outlet/router-outlet.css +7 -1
  461. package/dist/collection/components/router-outlet/router-outlet.js +5 -2
  462. package/dist/collection/components/row/row.css +12 -0
  463. package/dist/collection/components/row/row.js +9 -2
  464. package/dist/collection/components/searchbar/searchbar.ionic.css +345 -0
  465. package/dist/collection/components/searchbar/searchbar.ios.css +56 -18
  466. package/dist/collection/components/searchbar/searchbar.js +97 -25
  467. package/dist/collection/components/searchbar/searchbar.md.css +56 -18
  468. package/dist/collection/components/segment/segment.ionic.css +117 -0
  469. package/dist/collection/components/segment/segment.ios.css +45 -2
  470. package/dist/collection/components/segment/segment.js +11 -8
  471. package/dist/collection/components/segment/segment.md.css +45 -2
  472. package/dist/collection/components/segment-button/segment-button.ionic.css +355 -0
  473. package/dist/collection/components/segment-button/segment-button.ios.css +146 -105
  474. package/dist/collection/components/segment-button/segment-button.js +58 -14
  475. package/dist/collection/components/segment-button/segment-button.md.css +148 -107
  476. package/dist/collection/components/segment-content/segment-content.js +1 -1
  477. package/dist/collection/components/segment-view/segment-view.ios.css +6 -0
  478. package/dist/collection/components/segment-view/segment-view.js +6 -4
  479. package/dist/collection/components/segment-view/segment-view.md.css +6 -0
  480. package/dist/collection/components/select/select.ionic.css +706 -0
  481. package/dist/collection/components/select/select.ios.css +187 -121
  482. package/dist/collection/components/select/select.js +132 -49
  483. package/dist/collection/components/select/select.md.css +184 -226
  484. package/dist/collection/components/select-modal/select-modal.ionic.css +121 -0
  485. package/dist/collection/components/select-modal/select-modal.ios.css +0 -186
  486. package/dist/collection/components/select-modal/select-modal.js +4 -4
  487. package/dist/collection/components/select-modal/select-modal.md.css +7 -3
  488. package/dist/collection/components/select-option/select-option.js +9 -2
  489. package/dist/collection/components/select-popover/select-popover.ios.css +18 -0
  490. package/dist/collection/components/select-popover/select-popover.js +12 -4
  491. package/dist/collection/components/select-popover/select-popover.md.css +18 -0
  492. package/dist/collection/components/skeleton-text/skeleton-text.css +6 -0
  493. package/dist/collection/components/skeleton-text/skeleton-text.js +9 -5
  494. package/dist/collection/components/spinner/spinner.common.css +199 -0
  495. package/dist/collection/components/spinner/{spinner.css → spinner.ionic.css} +63 -0
  496. package/dist/collection/components/spinner/spinner.js +46 -6
  497. package/dist/collection/components/split-pane/split-pane.ios.css +20 -2
  498. package/dist/collection/components/split-pane/split-pane.js +14 -8
  499. package/dist/collection/components/split-pane/split-pane.md.css +20 -2
  500. package/dist/collection/components/tab/tab.js +6 -2
  501. package/dist/collection/components/tab-bar/tab-bar.ionic.css +188 -0
  502. package/dist/collection/components/tab-bar/tab-bar.ios.css +71 -43
  503. package/dist/collection/components/tab-bar/tab-bar.js +65 -10
  504. package/dist/collection/components/tab-bar/tab-bar.md.css +71 -43
  505. package/dist/collection/components/tab-button/tab-button.ionic.css +282 -0
  506. package/dist/collection/components/tab-button/tab-button.ios.css +103 -88
  507. package/dist/collection/components/tab-button/tab-button.js +43 -8
  508. package/dist/collection/components/tab-button/tab-button.md.css +103 -88
  509. package/dist/collection/components/tabs/tabs.css +7 -1
  510. package/dist/collection/components/tabs/tabs.js +4 -1
  511. package/dist/collection/components/text/text.css +6 -0
  512. package/dist/collection/components/text/text.js +7 -6
  513. package/dist/collection/components/textarea/textarea.ionic.css +834 -0
  514. package/dist/collection/components/textarea/textarea.ios.css +201 -96
  515. package/dist/collection/components/textarea/textarea.js +68 -16
  516. package/dist/collection/components/textarea/textarea.md.css +214 -97
  517. package/dist/collection/components/thumbnail/thumbnail.css +6 -0
  518. package/dist/collection/components/thumbnail/thumbnail.js +9 -2
  519. package/dist/collection/components/title/title.ionic.css +145 -0
  520. package/dist/collection/components/title/title.ios.css +32 -4
  521. package/dist/collection/components/title/title.js +13 -7
  522. package/dist/collection/components/title/title.md.css +32 -4
  523. package/dist/collection/components/toast/animations/utils.js +1 -1
  524. package/dist/collection/components/toast/toast.ionic.css +377 -0
  525. package/dist/collection/components/toast/toast.ios.css +74 -35
  526. package/dist/collection/components/toast/toast.js +45 -10
  527. package/dist/collection/components/toast/toast.md.css +74 -35
  528. package/dist/collection/components/toggle/toggle.ionic.css +419 -0
  529. package/dist/collection/components/toggle/toggle.ios.css +166 -120
  530. package/dist/collection/components/toggle/toggle.js +74 -38
  531. package/dist/collection/components/toggle/toggle.md.css +163 -120
  532. package/dist/collection/components/toolbar/toolbar.ionic.css +233 -0
  533. package/dist/collection/components/toolbar/toolbar.ios.css +90 -47
  534. package/dist/collection/components/toolbar/toolbar.js +13 -10
  535. package/dist/collection/components/toolbar/toolbar.md.css +90 -47
  536. package/dist/collection/global/ionic-global.js +229 -13
  537. package/dist/collection/utils/focus-visible.js +7 -0
  538. package/dist/collection/utils/framework-delegate.js +3 -1
  539. package/dist/collection/utils/helpers.js +3 -1
  540. package/dist/collection/utils/keyboard/keyboard-controller.js +3 -1
  541. package/dist/collection/utils/menu-controller/animations/overlay.js +3 -3
  542. package/dist/collection/utils/menu-controller/animations/push.js +2 -1
  543. package/dist/collection/utils/menu-controller/animations/reveal.js +2 -1
  544. package/dist/collection/utils/overlays.js +2 -1
  545. package/dist/collection/utils/test/playwright/generator.js +48 -23
  546. package/dist/collection/utils/test/playwright/page/utils/goto.js +14 -5
  547. package/dist/collection/utils/test/playwright/page/utils/set-content.js +16 -2
  548. package/dist/collection/utils/transition/ios.transition.js +1 -0
  549. package/dist/docs.json +7101 -377
  550. package/dist/esm/{animation-eab5a4ca.js → animation-f1a88600.js} +1 -1
  551. package/dist/esm/{app-globals-5dbb61a5.js → app-globals-eceadabb.js} +1 -1
  552. package/dist/esm/{button-active-f6503382.js → button-active-321f0dba.js} +2 -2
  553. package/dist/esm/{capacitor-59395cbd.js → capacitor-6b0341c8.js} +1 -1
  554. package/dist/esm/caret-down-3eaad1cc.js +6 -0
  555. package/dist/esm/caret-left-33424bb0.js +6 -0
  556. package/dist/esm/caret-right-68d856ad.js +6 -0
  557. package/dist/esm/config-84eb9670.js +79 -0
  558. package/dist/esm/{data-ae11fd43.js → data-98c06dea.js} +6 -6
  559. package/dist/esm/{focus-visible-dd40d69f.js → focus-visible-501aff19.js} +8 -1
  560. package/dist/esm/{framework-delegate-63d1a679.js → framework-delegate-3e4a8c9f.js} +4 -2
  561. package/dist/esm/{haptic-ac164e4c.js → haptic-dd6c0ea9.js} +1 -1
  562. package/dist/esm/{helpers-da915de8.js → helpers-f08d15bd.js} +4 -1
  563. package/dist/esm/{index-24b48b06.js → index-31109e63.js} +10 -11
  564. package/dist/esm/{index-3ad7f18b.js → index-59f81cb8.js} +6 -6
  565. package/{components/index9.js → dist/esm/index-62b4a18b.js} +4 -2
  566. package/dist/esm/{index-28849c61.js → index-723c0e5d.js} +1 -1
  567. package/dist/esm/{index-5cc724f3.js → index-7bd160c2.js} +2 -2
  568. package/dist/esm/{index-e2cf2ceb.js → index-d997525d.js} +1 -1
  569. package/dist/esm/index.js +11 -13
  570. package/dist/esm/{input-shims-0314bbe5.js → input-shims-6be83e59.js} +7 -6
  571. package/dist/esm/{input.utils-09c71bc7.js → input.utils-67459bae.js} +2 -3
  572. package/dist/esm/ion-accordion_2.entry.js +61 -24
  573. package/dist/esm/ion-action-sheet.entry.js +22 -19
  574. package/dist/esm/ion-alert.entry.js +23 -21
  575. package/dist/esm/ion-app_8.entry.js +96 -140
  576. package/dist/esm/ion-avatar_3.entry.js +94 -10
  577. package/dist/esm/ion-back-button.entry.js +31 -21
  578. package/dist/esm/ion-backdrop.entry.js +12 -7
  579. package/dist/esm/ion-breadcrumb_2.entry.js +55 -17
  580. package/dist/esm/ion-button_2.entry.js +44 -13
  581. package/dist/esm/ion-card_5.entry.js +53 -29
  582. package/dist/esm/ion-checkbox.entry.js +31 -15
  583. package/dist/esm/ion-chip.entry.js +44 -8
  584. package/dist/esm/ion-col_3.entry.js +15 -11
  585. package/dist/esm/ion-datetime-button.entry.js +13 -9
  586. package/dist/esm/ion-datetime_3.entry.js +117 -41
  587. package/dist/esm/ion-fab_3.entry.js +44 -21
  588. package/dist/esm/ion-img.entry.js +8 -4
  589. package/dist/esm/ion-infinite-scroll_2.entry.js +19 -15
  590. package/dist/esm/ion-input-password-toggle.entry.js +54 -15
  591. package/dist/esm/ion-input.entry.js +120 -25
  592. package/dist/esm/ion-item-option_3.entry.js +41 -18
  593. package/dist/esm/ion-item_8.entry.js +114 -42
  594. package/dist/esm/ion-loading.entry.js +18 -16
  595. package/dist/esm/ion-menu_3.entry.js +48 -29
  596. package/dist/esm/ion-modal.entry.js +59 -31
  597. package/dist/esm/ion-nav_2.entry.js +14 -12
  598. package/dist/esm/ion-picker-column-option.entry.js +12 -7
  599. package/dist/esm/ion-picker-column.entry.js +12 -12
  600. package/dist/esm/ion-picker.entry.js +11 -6
  601. package/dist/esm/ion-popover.entry.js +18 -16
  602. package/dist/esm/ion-progress-bar.entry.js +28 -8
  603. package/dist/esm/ion-radio_2.entry.js +20 -14
  604. package/dist/esm/ion-range.entry.js +16 -12
  605. package/dist/esm/ion-refresher_2.entry.js +42 -21
  606. package/dist/esm/ion-reorder_2.entry.js +39 -15
  607. package/dist/esm/ion-ripple-effect.entry.js +19 -8
  608. package/dist/esm/ion-route_4.entry.js +9 -8
  609. package/dist/esm/ion-searchbar.entry.js +95 -18
  610. package/dist/esm/ion-segment-content.entry.js +2 -2
  611. package/dist/esm/ion-segment-view.entry.js +7 -3
  612. package/dist/esm/ion-segment_2.entry.js +71 -21
  613. package/dist/esm/ion-select-modal.entry.js +11 -13
  614. package/dist/esm/ion-select_3.entry.js +136 -44
  615. package/dist/esm/ion-spinner.entry.js +34 -8
  616. package/dist/esm/ion-split-pane.entry.js +14 -9
  617. package/dist/esm/ion-tab-bar_2.entry.js +60 -20
  618. package/dist/esm/ion-tab_2.entry.js +8 -7
  619. package/dist/esm/ion-text.entry.js +7 -6
  620. package/dist/esm/ion-textarea.entry.js +51 -17
  621. package/dist/esm/ion-toast.entry.js +34 -17
  622. package/dist/esm/ion-toggle.entry.js +82 -25
  623. package/dist/esm/ionic-global-3c97a4aa.js +521 -0
  624. package/dist/esm/ionic.js +6 -5
  625. package/dist/esm/{ios.transition-4ee1a3af.js → ios.transition-06b78ea0.js} +7 -7
  626. package/dist/esm/{keyboard-52278bd7.js → keyboard-5b1b354d.js} +5 -3
  627. package/dist/esm/{keyboard-73175e24.js → keyboard-9bbd546a.js} +1 -1
  628. package/dist/esm/{keyboard-controller-ec5c2bfa.js → keyboard-controller-aff395fd.js} +5 -3
  629. package/dist/esm/list-6524700c.js +6 -0
  630. package/dist/esm/loader.js +6 -5
  631. package/dist/esm/{md.transition-5106a0d2.js → md.transition-e5712bda.js} +6 -7
  632. package/dist/esm/{notch-controller-55b09e11.js → notch-controller-c0bd22ff.js} +2 -2
  633. package/dist/esm/{overlays-e7b9d6d9.js → overlays-66cb5522.js} +6 -7
  634. package/dist/esm/{status-tap-f472b09f.js → status-tap-edf9f395.js} +5 -4
  635. package/dist/esm/{swipe-back-e5394307.js → swipe-back-17c42610.js} +2 -1
  636. package/dist/esm/x-a64bcd9f.js +6 -0
  637. package/dist/esm-es5/animation-f1a88600.js +4 -0
  638. package/dist/esm-es5/app-globals-eceadabb.js +4 -0
  639. package/dist/esm-es5/{button-active-f6503382.js → button-active-321f0dba.js} +1 -1
  640. package/dist/esm-es5/capacitor-6b0341c8.js +4 -0
  641. package/dist/esm-es5/caret-down-3eaad1cc.js +4 -0
  642. package/dist/esm-es5/caret-left-33424bb0.js +4 -0
  643. package/dist/esm-es5/caret-right-68d856ad.js +4 -0
  644. package/dist/esm-es5/config-84eb9670.js +4 -0
  645. package/dist/esm-es5/data-98c06dea.js +4 -0
  646. package/dist/esm-es5/focus-visible-501aff19.js +4 -0
  647. package/dist/esm-es5/framework-delegate-3e4a8c9f.js +4 -0
  648. package/dist/esm-es5/{haptic-ac164e4c.js → haptic-dd6c0ea9.js} +1 -1
  649. package/dist/esm-es5/helpers-f08d15bd.js +4 -0
  650. package/dist/esm-es5/index-31109e63.js +4 -0
  651. package/dist/esm-es5/index-59f81cb8.js +4 -0
  652. package/dist/esm-es5/{index-79b30591.js → index-62b4a18b.js} +1 -1
  653. package/dist/esm-es5/{index-28849c61.js → index-723c0e5d.js} +1 -1
  654. package/dist/esm-es5/index-7bd160c2.js +4 -0
  655. package/dist/esm-es5/{index-e2cf2ceb.js → index-d997525d.js} +1 -1
  656. package/dist/esm-es5/index.js +1 -1
  657. package/dist/esm-es5/input-shims-6be83e59.js +4 -0
  658. package/dist/esm-es5/input.utils-67459bae.js +4 -0
  659. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  660. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  661. package/dist/esm-es5/ion-alert.entry.js +1 -1
  662. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  663. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  664. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  665. package/dist/esm-es5/ion-backdrop.entry.js +1 -1
  666. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  667. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  668. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  669. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  670. package/dist/esm-es5/ion-chip.entry.js +1 -1
  671. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  672. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  673. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  674. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  675. package/dist/esm-es5/ion-img.entry.js +1 -1
  676. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  677. package/dist/esm-es5/ion-input-password-toggle.entry.js +1 -1
  678. package/dist/esm-es5/ion-input.entry.js +1 -1
  679. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  680. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  681. package/dist/esm-es5/ion-loading.entry.js +1 -1
  682. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  683. package/dist/esm-es5/ion-modal.entry.js +1 -1
  684. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  685. package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
  686. package/dist/esm-es5/ion-picker-column.entry.js +1 -1
  687. package/dist/esm-es5/ion-picker.entry.js +1 -1
  688. package/dist/esm-es5/ion-popover.entry.js +1 -1
  689. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  690. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  691. package/dist/esm-es5/ion-range.entry.js +1 -1
  692. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  693. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  694. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  695. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  696. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  697. package/dist/esm-es5/ion-segment-content.entry.js +1 -1
  698. package/dist/esm-es5/ion-segment-view.entry.js +1 -1
  699. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  700. package/dist/esm-es5/ion-select-modal.entry.js +1 -1
  701. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  702. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  703. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  704. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  705. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  706. package/dist/esm-es5/ion-text.entry.js +1 -1
  707. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  708. package/dist/esm-es5/ion-toast.entry.js +1 -1
  709. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  710. package/dist/esm-es5/ionic-global-3c97a4aa.js +4 -0
  711. package/dist/esm-es5/ionic.js +1 -1
  712. package/dist/esm-es5/ios.transition-06b78ea0.js +4 -0
  713. package/dist/esm-es5/{keyboard-52278bd7.js → keyboard-5b1b354d.js} +1 -1
  714. package/dist/esm-es5/{keyboard-73175e24.js → keyboard-9bbd546a.js} +1 -1
  715. package/dist/esm-es5/keyboard-controller-aff395fd.js +4 -0
  716. package/dist/esm-es5/list-6524700c.js +4 -0
  717. package/dist/esm-es5/loader.js +1 -1
  718. package/dist/esm-es5/md.transition-e5712bda.js +4 -0
  719. package/dist/esm-es5/notch-controller-c0bd22ff.js +4 -0
  720. package/dist/esm-es5/overlays-66cb5522.js +4 -0
  721. package/dist/esm-es5/status-tap-edf9f395.js +4 -0
  722. package/dist/esm-es5/swipe-back-17c42610.js +4 -0
  723. package/dist/esm-es5/x-a64bcd9f.js +4 -0
  724. package/dist/html.html-data.json +2364 -230
  725. package/dist/ionic/index.esm.js +1 -1
  726. package/dist/ionic/ionic.esm.js +1 -1
  727. package/dist/ionic/ionic.js +1 -1
  728. package/dist/ionic/p-01451762.entry.js +4 -0
  729. package/dist/ionic/p-01d80901.system.js +4 -0
  730. package/dist/ionic/p-038a6294.js +4 -0
  731. package/dist/ionic/p-06ec4706.js +4 -0
  732. package/dist/ionic/p-06f2f110.system.entry.js +4 -0
  733. package/dist/ionic/p-09125f4f.entry.js +4 -0
  734. package/dist/ionic/p-096e5f6d.system.entry.js +4 -0
  735. package/dist/ionic/p-09c6b5e4.js +4 -0
  736. package/dist/ionic/p-0a0ce78f.system.entry.js +4 -0
  737. package/dist/ionic/p-0db90e9b.entry.js +4 -0
  738. package/dist/ionic/{p-25180df3.system.js → p-0fa218e9.system.js} +1 -1
  739. package/dist/ionic/p-101ccd60.system.entry.js +4 -0
  740. package/dist/ionic/p-112120d7.system.js +4 -0
  741. package/dist/ionic/{p-c7e16491.js → p-11266916.js} +1 -1
  742. package/dist/ionic/{p-1e955a45.system.js → p-115d74cd.system.js} +1 -1
  743. package/dist/ionic/p-12337305.system.entry.js +4 -0
  744. package/dist/ionic/{p-34b11c24.js → p-12d6df53.js} +1 -1
  745. package/dist/ionic/p-156d17cd.js +4 -0
  746. package/dist/ionic/p-18892506.entry.js +4 -0
  747. package/dist/ionic/p-18bbe9a5.entry.js +4 -0
  748. package/dist/ionic/p-18c930a5.system.entry.js +4 -0
  749. package/dist/ionic/{p-b06ac4a5.system.js → p-18f86177.system.js} +1 -1
  750. package/dist/ionic/p-1abd1c99.entry.js +4 -0
  751. package/dist/ionic/p-1cf1141c.system.entry.js +4 -0
  752. package/dist/ionic/p-1dd2b0af.entry.js +4 -0
  753. package/dist/ionic/p-1eeb9796.entry.js +4 -0
  754. package/dist/ionic/p-1efa63f2.js +4 -0
  755. package/dist/ionic/p-23b31425.entry.js +4 -0
  756. package/dist/ionic/p-243adf8c.js +4 -0
  757. package/dist/ionic/p-24f15ce4.system.entry.js +4 -0
  758. package/dist/ionic/p-25cc2477.entry.js +4 -0
  759. package/dist/ionic/p-27258d5a.entry.js +4 -0
  760. package/dist/ionic/p-29ca4da2.entry.js +4 -0
  761. package/dist/ionic/p-2e35a770.system.js +4 -0
  762. package/dist/ionic/p-2ef115ec.system.entry.js +4 -0
  763. package/dist/ionic/p-330e703e.entry.js +4 -0
  764. package/dist/ionic/p-33dc4514.js +4 -0
  765. package/dist/ionic/p-346c67b0.js +4 -0
  766. package/dist/ionic/p-3583dd40.system.entry.js +4 -0
  767. package/dist/ionic/p-3608e72b.entry.js +4 -0
  768. package/dist/ionic/p-398b00a5.system.entry.js +4 -0
  769. package/dist/ionic/p-3b7adbc3.system.entry.js +4 -0
  770. package/dist/ionic/p-3ce95a91.entry.js +4 -0
  771. package/dist/ionic/p-3d61263b.system.entry.js +4 -0
  772. package/dist/ionic/{p-9ea607bd.system.js → p-3e91ea3a.system.js} +2 -2
  773. package/dist/ionic/{p-3c8e5c23.system.js → p-41c19986.system.js} +1 -1
  774. package/dist/ionic/p-41f06734.entry.js +4 -0
  775. package/dist/ionic/p-4219582c.system.js +4 -0
  776. package/dist/ionic/p-429dd2b5.system.js +4 -0
  777. package/dist/ionic/p-4385e3fb.system.entry.js +4 -0
  778. package/dist/ionic/p-4459a66e.system.js +4 -0
  779. package/dist/ionic/{p-8985cdb6.system.js → p-4626fb32.system.js} +1 -1
  780. package/dist/ionic/p-46787abb.system.js +4 -0
  781. package/dist/ionic/p-47fd935c.system.js +4 -0
  782. package/dist/ionic/p-4a39ba11.entry.js +4 -0
  783. package/dist/ionic/p-4a6d4288.entry.js +4 -0
  784. package/dist/ionic/p-4a869870.entry.js +4 -0
  785. package/dist/ionic/p-4ac4f52a.system.entry.js +4 -0
  786. package/dist/ionic/p-4b4e4592.system.entry.js +4 -0
  787. package/dist/ionic/{p-89b61afc.js → p-4c275462.js} +1 -1
  788. package/dist/ionic/p-4c9e1b2c.js +4 -0
  789. package/dist/ionic/p-51371e21.system.js +4 -0
  790. package/dist/ionic/p-530c591a.entry.js +4 -0
  791. package/dist/ionic/p-5377db51.system.entry.js +4 -0
  792. package/dist/ionic/p-55546d77.system.entry.js +4 -0
  793. package/dist/ionic/p-556778bd.system.js +4 -0
  794. package/dist/ionic/p-5684893b.system.entry.js +4 -0
  795. package/dist/ionic/p-57de8d54.system.entry.js +4 -0
  796. package/dist/ionic/{p-f9a53abb.system.js → p-58aa8a36.system.js} +1 -1
  797. package/dist/ionic/p-58c64779.system.entry.js +4 -0
  798. package/dist/ionic/{p-da2b833b.js → p-58f16ef6.js} +1 -1
  799. package/dist/ionic/p-5a6b3c0d.entry.js +4 -0
  800. package/dist/ionic/p-5a6d245d.system.entry.js +4 -0
  801. package/dist/ionic/p-5b57d327.system.js +4 -0
  802. package/dist/ionic/p-5ce35a03.js +4 -0
  803. package/dist/ionic/p-5eb8561f.system.entry.js +4 -0
  804. package/dist/ionic/p-5ff5d2bb.entry.js +4 -0
  805. package/dist/ionic/p-607c9c33.js +4 -0
  806. package/dist/ionic/p-60c310ae.system.entry.js +4 -0
  807. package/dist/ionic/p-60d21ee9.system.entry.js +4 -0
  808. package/dist/ionic/p-61f85a49.system.entry.js +4 -0
  809. package/dist/ionic/p-623fcccc.entry.js +4 -0
  810. package/dist/ionic/{p-9146695e.system.js → p-62887754.system.js} +1 -1
  811. package/dist/ionic/p-63fde7fe.entry.js +4 -0
  812. package/dist/ionic/p-6433742e.system.entry.js +4 -0
  813. package/dist/ionic/p-67b6e18d.entry.js +4 -0
  814. package/dist/ionic/p-697eee8c.system.entry.js +4 -0
  815. package/dist/ionic/p-6a0dd6bc.js +4 -0
  816. package/dist/ionic/p-6bc2795b.entry.js +4 -0
  817. package/dist/ionic/p-6caa76ec.js +4 -0
  818. package/dist/ionic/p-6cbca6c5.system.entry.js +4 -0
  819. package/dist/ionic/p-6dc32e8b.entry.js +4 -0
  820. package/dist/ionic/p-6e53290f.system.entry.js +4 -0
  821. package/dist/ionic/p-7071d7ca.js +4 -0
  822. package/dist/ionic/{p-f687573e.system.js → p-728f5b22.system.js} +1 -1
  823. package/dist/ionic/p-72cbf799.system.entry.js +4 -0
  824. package/dist/ionic/p-74d76684.js +4 -0
  825. package/dist/ionic/p-7607d8ba.system.entry.js +4 -0
  826. package/dist/ionic/p-78ed8923.js +4 -0
  827. package/dist/ionic/p-7a858bae.system.js +4 -0
  828. package/dist/ionic/p-7d36cf9f.system.entry.js +4 -0
  829. package/dist/ionic/p-815f649a.system.entry.js +4 -0
  830. package/dist/ionic/p-81b72701.entry.js +4 -0
  831. package/dist/ionic/p-822e47a9.system.js +4 -0
  832. package/dist/ionic/p-82cb4235.js +4 -0
  833. package/dist/ionic/{p-d836d43e.js → p-83948e48.js} +1 -1
  834. package/dist/ionic/p-8463212e.js +4 -0
  835. package/dist/ionic/p-84667060.entry.js +4 -0
  836. package/dist/ionic/p-857ba8d4.entry.js +4 -0
  837. package/dist/ionic/p-86d98446.system.entry.js +4 -0
  838. package/dist/ionic/{p-58d5df0c.system.entry.js → p-86e9a917.system.entry.js} +1 -1
  839. package/dist/ionic/p-871f4046.entry.js +4 -0
  840. package/dist/ionic/p-8956f9a8.system.entry.js +4 -0
  841. package/dist/ionic/p-8a5c53fa.entry.js +4 -0
  842. package/dist/ionic/p-8b0f0a87.entry.js +4 -0
  843. package/dist/ionic/p-8dbfae64.entry.js +4 -0
  844. package/dist/ionic/p-903c544a.js +4 -0
  845. package/dist/ionic/p-916bc9ed.system.entry.js +4 -0
  846. package/dist/ionic/p-92646426.js +4 -0
  847. package/dist/ionic/{p-27281edd.js → p-93e47936.js} +1 -1
  848. package/dist/ionic/{p-a93873de.system.js → p-94816e7a.system.js} +1 -1
  849. package/dist/ionic/p-94fc2104.system.entry.js +4 -0
  850. package/dist/ionic/p-986855d6.js +4 -0
  851. package/dist/ionic/p-9abb7d9b.entry.js +4 -0
  852. package/dist/ionic/p-9ac1a506.system.js +4 -0
  853. package/dist/ionic/{p-d60342e3.js → p-9ed87d1b.js} +1 -1
  854. package/dist/ionic/p-a1cdc742.js +4 -0
  855. package/dist/ionic/p-a2814291.system.js +4 -0
  856. package/dist/ionic/{p-d743e981.js → p-a510e9c0.js} +1 -1
  857. package/dist/ionic/p-a538ab98.js +4 -0
  858. package/dist/ionic/p-a5a9206f.entry.js +4 -0
  859. package/dist/ionic/p-a685da08.system.entry.js +4 -0
  860. package/dist/ionic/p-a98061d0.entry.js +4 -0
  861. package/dist/ionic/p-a9af4103.js +4 -0
  862. package/dist/ionic/p-ac1c2b6a.js +4 -0
  863. package/dist/ionic/p-b18c52cd.entry.js +4 -0
  864. package/dist/ionic/p-b517144d.system.entry.js +4 -0
  865. package/dist/ionic/p-b5dc9a32.system.entry.js +4 -0
  866. package/dist/ionic/p-b80582fe.system.entry.js +4 -0
  867. package/dist/ionic/p-b9d2d554.entry.js +4 -0
  868. package/dist/ionic/p-bbcec459.system.js +4 -0
  869. package/dist/ionic/p-bcdd3eaf.entry.js +4 -0
  870. package/dist/ionic/p-be87ec25.entry.js +4 -0
  871. package/dist/ionic/p-c248c88d.system.js +4 -0
  872. package/dist/ionic/p-c373eebd.system.js +4 -0
  873. package/dist/ionic/p-cdff6a80.system.entry.js +4 -0
  874. package/dist/ionic/p-cea92c46.system.js +4 -0
  875. package/dist/ionic/p-d4862803.entry.js +4 -0
  876. package/dist/ionic/p-d6ed3be1.entry.js +4 -0
  877. package/dist/ionic/{p-19ea7bff.system.js → p-dbd39afd.system.js} +1 -1
  878. package/dist/ionic/p-dc286a59.entry.js +4 -0
  879. package/dist/ionic/p-df09db21.entry.js +4 -0
  880. package/dist/ionic/p-df4b88fc.system.entry.js +4 -0
  881. package/dist/ionic/p-e3b70846.system.js +4 -0
  882. package/dist/ionic/p-ea3ca474.system.js +4 -0
  883. package/dist/ionic/p-eb4ba253.entry.js +4 -0
  884. package/dist/ionic/p-ebd641e4.system.entry.js +4 -0
  885. package/dist/ionic/p-ebe94d15.entry.js +4 -0
  886. package/dist/ionic/p-eda736d7.entry.js +4 -0
  887. package/dist/ionic/p-ee17be82.entry.js +4 -0
  888. package/dist/ionic/p-eee899d5.system.entry.js +4 -0
  889. package/dist/ionic/p-f116fb3f.system.js +4 -0
  890. package/dist/ionic/{p-372ae7f4.system.js → p-f193945e.system.js} +1 -1
  891. package/dist/ionic/p-f25ad420.system.entry.js +4 -0
  892. package/dist/ionic/p-f44c9c6e.system.entry.js +4 -0
  893. package/dist/ionic/p-f5be97b8.entry.js +4 -0
  894. package/dist/ionic/p-f8123284.entry.js +4 -0
  895. package/dist/ionic/{p-5da94421.system.js → p-f8c63ac0.system.js} +2 -2
  896. package/dist/ionic/p-fad81132.system.entry.js +4 -0
  897. package/dist/ionic/p-fff78cd2.system.entry.js +4 -0
  898. package/dist/types/components/accordion/accordion.d.ts +5 -3
  899. package/dist/types/components/accordion-group/accordion-group.d.ts +12 -1
  900. package/dist/types/components/action-sheet/action-sheet-interface.d.ts +3 -7
  901. package/dist/types/components/action-sheet/action-sheet.d.ts +3 -2
  902. package/dist/types/components/alert/alert-interface.d.ts +3 -7
  903. package/dist/types/components/alert/alert.d.ts +3 -2
  904. package/dist/types/components/app/app.d.ts +4 -2
  905. package/dist/types/components/avatar/avatar.d.ts +28 -0
  906. package/dist/types/components/back-button/back-button.d.ts +2 -1
  907. package/dist/types/components/backdrop/backdrop.d.ts +4 -0
  908. package/dist/types/components/badge/badge.d.ts +23 -1
  909. package/dist/types/components/breadcrumb/breadcrumb.d.ts +4 -1
  910. package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +2 -2
  911. package/dist/types/components/button/button.d.ts +15 -4
  912. package/dist/types/components/buttons/buttons.d.ts +5 -1
  913. package/dist/types/components/card/card.d.ts +8 -1
  914. package/dist/types/components/card-content/card-content.d.ts +2 -1
  915. package/dist/types/components/card-header/card-header.d.ts +3 -2
  916. package/dist/types/components/card-subtitle/card-subtitle.d.ts +2 -1
  917. package/dist/types/components/card-title/card-title.d.ts +2 -1
  918. package/dist/types/components/checkbox/checkbox.d.ts +12 -6
  919. package/dist/types/components/chip/chip.d.ts +19 -1
  920. package/dist/types/components/col/col.d.ts +4 -0
  921. package/dist/types/components/content/content.d.ts +3 -0
  922. package/dist/types/components/datetime/datetime.d.ts +26 -1
  923. package/dist/types/components/datetime/utils/data.d.ts +5 -5
  924. package/dist/types/components/datetime-button/datetime-button.d.ts +2 -1
  925. package/dist/types/components/fab/fab.d.ts +4 -0
  926. package/dist/types/components/fab-button/fab-button.d.ts +5 -3
  927. package/dist/types/components/fab-list/fab-list.d.ts +4 -0
  928. package/dist/types/components/footer/footer.d.ts +4 -3
  929. package/dist/types/components/grid/grid.d.ts +4 -0
  930. package/dist/types/components/header/header.d.ts +9 -3
  931. package/dist/types/components/img/img.d.ts +3 -0
  932. package/dist/types/components/infinite-scroll/infinite-scroll.d.ts +4 -0
  933. package/dist/types/components/infinite-scroll-content/infinite-scroll-content.d.ts +4 -0
  934. package/dist/types/components/input/input.d.ts +31 -5
  935. package/dist/types/components/input-password-toggle/input-password-toggle.d.ts +2 -0
  936. package/dist/types/components/item/item.d.ts +11 -4
  937. package/dist/types/components/item-divider/item-divider.d.ts +2 -1
  938. package/dist/types/components/item-group/item-group.d.ts +4 -0
  939. package/dist/types/components/item-option/item-option.d.ts +11 -1
  940. package/dist/types/components/item-options/item-options.d.ts +4 -0
  941. package/dist/types/components/item-sliding/item-sliding.d.ts +4 -0
  942. package/dist/types/components/label/label.d.ts +2 -1
  943. package/dist/types/components/list/list.d.ts +15 -1
  944. package/dist/types/components/list-header/list-header.d.ts +2 -1
  945. package/dist/types/components/loading/loading-interface.d.ts +2 -7
  946. package/dist/types/components/loading/loading.d.ts +3 -2
  947. package/dist/types/components/menu/menu.d.ts +3 -0
  948. package/dist/types/components/menu-button/menu-button.d.ts +3 -1
  949. package/dist/types/components/menu-toggle/menu-toggle.d.ts +3 -0
  950. package/dist/types/components/modal/gestures/sheet.d.ts +1 -1
  951. package/dist/types/components/modal/modal-interface.d.ts +4 -7
  952. package/dist/types/components/modal/modal.d.ts +11 -1
  953. package/dist/types/components/nav/nav-interface.d.ts +9 -1
  954. package/dist/types/components/nav/nav.d.ts +5 -1
  955. package/dist/types/components/nav-link/nav-link.d.ts +4 -0
  956. package/dist/types/components/note/note.d.ts +2 -1
  957. package/dist/types/components/picker/picker.d.ts +2 -1
  958. package/dist/types/components/picker-column/picker-column.d.ts +2 -1
  959. package/dist/types/components/picker-column-option/picker-column-option.d.ts +4 -0
  960. package/dist/types/components/picker-legacy/picker.d.ts +2 -1
  961. package/dist/types/components/popover/popover-interface.d.ts +3 -6
  962. package/dist/types/components/popover/popover.d.ts +6 -5
  963. package/dist/types/components/progress-bar/progress-bar.d.ts +10 -1
  964. package/dist/types/components/radio/radio.d.ts +2 -1
  965. package/dist/types/components/radio-group/radio-group.d.ts +4 -4
  966. package/dist/types/components/range/range.d.ts +2 -1
  967. package/dist/types/components/refresher/refresher.d.ts +2 -1
  968. package/dist/types/components/refresher-content/refresher-content.d.ts +4 -0
  969. package/dist/types/components/reorder/reorder.d.ts +9 -0
  970. package/dist/types/components/reorder-group/reorder-group.d.ts +4 -0
  971. package/dist/types/components/ripple-effect/ripple-effect.d.ts +4 -0
  972. package/dist/types/components/route/route.d.ts +4 -0
  973. package/dist/types/components/router/router.d.ts +4 -0
  974. package/dist/types/components/router-link/router-link.d.ts +4 -0
  975. package/dist/types/components/router-outlet/router-outlet.d.ts +4 -1
  976. package/dist/types/components/row/row.d.ts +4 -0
  977. package/dist/types/components/searchbar/searchbar.d.ts +30 -8
  978. package/dist/types/components/segment/segment.d.ts +2 -1
  979. package/dist/types/components/segment-button/segment-button.d.ts +5 -2
  980. package/dist/types/components/select/select.d.ts +33 -9
  981. package/dist/types/components/select-option/select-option.d.ts +4 -0
  982. package/dist/types/components/select-popover/select-popover.d.ts +3 -0
  983. package/dist/types/components/skeleton-text/skeleton-text.d.ts +4 -0
  984. package/dist/types/components/spinner/spinner.d.ts +15 -0
  985. package/dist/types/components/split-pane/split-pane.d.ts +4 -0
  986. package/dist/types/components/tab/tab.d.ts +4 -0
  987. package/dist/types/components/tab-bar/tab-bar.d.ts +22 -2
  988. package/dist/types/components/tab-button/tab-button.d.ts +11 -1
  989. package/dist/types/components/tabs/tabs.d.ts +3 -0
  990. package/dist/types/components/text/text.d.ts +2 -1
  991. package/dist/types/components/textarea/textarea.d.ts +17 -4
  992. package/dist/types/components/thumbnail/thumbnail.d.ts +4 -0
  993. package/dist/types/components/title/title.d.ts +4 -0
  994. package/dist/types/components/toast/animations/utils.d.ts +2 -2
  995. package/dist/types/components/toast/toast-interface.d.ts +3 -7
  996. package/dist/types/components/toast/toast.d.ts +12 -2
  997. package/dist/types/components/toggle/toggle.d.ts +15 -5
  998. package/dist/types/components/toolbar/toolbar.d.ts +4 -3
  999. package/dist/types/components.d.ts +1381 -205
  1000. package/dist/types/global/ionic-global.d.ts +27 -2
  1001. package/dist/types/interface.d.ts +3 -0
  1002. package/dist/types/utils/config.d.ts +106 -2
  1003. package/dist/types/utils/focus-visible.d.ts +1 -0
  1004. package/dist/types/utils/overlays-interface.d.ts +31 -1
  1005. package/dist/types/utils/test/playwright/generator.d.ts +31 -2
  1006. package/hydrate/index.js +2469 -932
  1007. package/hydrate/index.mjs +2469 -932
  1008. package/package.json +11 -6
  1009. package/components/hardware-back-button.js +0 -115
  1010. package/components/index8.js +0 -128
  1011. package/dist/cjs/hardware-back-button-9e8a2c4f.js +0 -122
  1012. package/dist/cjs/index-5915f9b3.js +0 -38
  1013. package/dist/cjs/index-c8d52405.js +0 -10
  1014. package/dist/cjs/ionic-global-d9a8bb5b.js +0 -237
  1015. package/dist/esm/hardware-back-button-06ef3c3e.js +0 -116
  1016. package/dist/esm/index-79b30591.js +0 -167
  1017. package/dist/esm/index-9b0d46f4.js +0 -34
  1018. package/dist/esm/index-a5d50daf.js +0 -7
  1019. package/dist/esm/ionic-global-c81d82ab.js +0 -231
  1020. package/dist/esm-es5/animation-eab5a4ca.js +0 -4
  1021. package/dist/esm-es5/app-globals-5dbb61a5.js +0 -4
  1022. package/dist/esm-es5/capacitor-59395cbd.js +0 -4
  1023. package/dist/esm-es5/data-ae11fd43.js +0 -4
  1024. package/dist/esm-es5/focus-visible-dd40d69f.js +0 -4
  1025. package/dist/esm-es5/framework-delegate-63d1a679.js +0 -4
  1026. package/dist/esm-es5/hardware-back-button-06ef3c3e.js +0 -4
  1027. package/dist/esm-es5/helpers-da915de8.js +0 -4
  1028. package/dist/esm-es5/index-24b48b06.js +0 -4
  1029. package/dist/esm-es5/index-3ad7f18b.js +0 -4
  1030. package/dist/esm-es5/index-5cc724f3.js +0 -4
  1031. package/dist/esm-es5/index-9b0d46f4.js +0 -4
  1032. package/dist/esm-es5/index-a5d50daf.js +0 -4
  1033. package/dist/esm-es5/input-shims-0314bbe5.js +0 -4
  1034. package/dist/esm-es5/input.utils-09c71bc7.js +0 -4
  1035. package/dist/esm-es5/ionic-global-c81d82ab.js +0 -4
  1036. package/dist/esm-es5/ios.transition-4ee1a3af.js +0 -4
  1037. package/dist/esm-es5/keyboard-controller-ec5c2bfa.js +0 -4
  1038. package/dist/esm-es5/md.transition-5106a0d2.js +0 -4
  1039. package/dist/esm-es5/notch-controller-55b09e11.js +0 -4
  1040. package/dist/esm-es5/overlays-e7b9d6d9.js +0 -4
  1041. package/dist/esm-es5/status-tap-f472b09f.js +0 -4
  1042. package/dist/esm-es5/swipe-back-e5394307.js +0 -4
  1043. package/dist/ionic/p-001f0962.entry.js +0 -4
  1044. package/dist/ionic/p-01186920.system.entry.js +0 -4
  1045. package/dist/ionic/p-0303d0f8.js +0 -4
  1046. package/dist/ionic/p-0574e87e.js +0 -4
  1047. package/dist/ionic/p-06e58c4e.js +0 -4
  1048. package/dist/ionic/p-06fee233.js +0 -4
  1049. package/dist/ionic/p-081a4ce4.entry.js +0 -4
  1050. package/dist/ionic/p-0aa833fb.system.js +0 -4
  1051. package/dist/ionic/p-0abaa255.entry.js +0 -4
  1052. package/dist/ionic/p-0c06e09b.system.js +0 -4
  1053. package/dist/ionic/p-1046866e.system.entry.js +0 -4
  1054. package/dist/ionic/p-12a722b8.system.entry.js +0 -4
  1055. package/dist/ionic/p-14be4015.entry.js +0 -4
  1056. package/dist/ionic/p-14e159ea.system.entry.js +0 -4
  1057. package/dist/ionic/p-15e76dd1.entry.js +0 -4
  1058. package/dist/ionic/p-16188af7.entry.js +0 -4
  1059. package/dist/ionic/p-16799667.system.entry.js +0 -4
  1060. package/dist/ionic/p-16bfb979.system.entry.js +0 -4
  1061. package/dist/ionic/p-17474161.system.js +0 -4
  1062. package/dist/ionic/p-19a5be0a.entry.js +0 -4
  1063. package/dist/ionic/p-19ec4f42.entry.js +0 -4
  1064. package/dist/ionic/p-1dfc11b3.system.js +0 -4
  1065. package/dist/ionic/p-1e010627.system.entry.js +0 -4
  1066. package/dist/ionic/p-1e4371bd.js +0 -4
  1067. package/dist/ionic/p-1e67b266.system.entry.js +0 -4
  1068. package/dist/ionic/p-1fe02220.system.entry.js +0 -4
  1069. package/dist/ionic/p-2172893e.system.entry.js +0 -4
  1070. package/dist/ionic/p-21e5e7e4.js +0 -4
  1071. package/dist/ionic/p-2507278c.system.entry.js +0 -4
  1072. package/dist/ionic/p-2690b1de.js +0 -4
  1073. package/dist/ionic/p-2799c6d3.system.entry.js +0 -4
  1074. package/dist/ionic/p-29a5d6ed.system.entry.js +0 -4
  1075. package/dist/ionic/p-2abae1cc.system.entry.js +0 -4
  1076. package/dist/ionic/p-2b7827c7.js +0 -4
  1077. package/dist/ionic/p-2b838f86.system.entry.js +0 -4
  1078. package/dist/ionic/p-2bd0ae94.system.entry.js +0 -4
  1079. package/dist/ionic/p-2e46590d.system.entry.js +0 -4
  1080. package/dist/ionic/p-2fc0dafe.entry.js +0 -4
  1081. package/dist/ionic/p-322c5fb4.system.js +0 -4
  1082. package/dist/ionic/p-32d44024.system.entry.js +0 -4
  1083. package/dist/ionic/p-33a8a71b.entry.js +0 -4
  1084. package/dist/ionic/p-37cb43bd.system.entry.js +0 -4
  1085. package/dist/ionic/p-3ad285e3.system.js +0 -4
  1086. package/dist/ionic/p-3cc276f4.js +0 -4
  1087. package/dist/ionic/p-424eb140.system.entry.js +0 -4
  1088. package/dist/ionic/p-4439fc2a.entry.js +0 -4
  1089. package/dist/ionic/p-45693d7e.entry.js +0 -4
  1090. package/dist/ionic/p-49a0e74c.entry.js +0 -4
  1091. package/dist/ionic/p-4c2d5b80.system.js +0 -4
  1092. package/dist/ionic/p-4ec778aa.entry.js +0 -4
  1093. package/dist/ionic/p-508d024a.entry.js +0 -4
  1094. package/dist/ionic/p-52d7a191.entry.js +0 -4
  1095. package/dist/ionic/p-567de071.system.entry.js +0 -4
  1096. package/dist/ionic/p-5823babc.system.entry.js +0 -4
  1097. package/dist/ionic/p-58dc63cc.system.entry.js +0 -4
  1098. package/dist/ionic/p-5b932840.entry.js +0 -4
  1099. package/dist/ionic/p-5fce0c0b.system.entry.js +0 -4
  1100. package/dist/ionic/p-61e3f887.entry.js +0 -4
  1101. package/dist/ionic/p-62af944c.entry.js +0 -4
  1102. package/dist/ionic/p-63b0abde.system.entry.js +0 -4
  1103. package/dist/ionic/p-6499df44.system.entry.js +0 -4
  1104. package/dist/ionic/p-66640ff7.system.entry.js +0 -4
  1105. package/dist/ionic/p-677f0eb7.system.entry.js +0 -4
  1106. package/dist/ionic/p-69066a53.js +0 -4
  1107. package/dist/ionic/p-6b280620.entry.js +0 -4
  1108. package/dist/ionic/p-6d32975a.entry.js +0 -4
  1109. package/dist/ionic/p-72812e99.js +0 -4
  1110. package/dist/ionic/p-72bc8a1c.js +0 -4
  1111. package/dist/ionic/p-73dc4950.entry.js +0 -4
  1112. package/dist/ionic/p-7458862e.system.entry.js +0 -4
  1113. package/dist/ionic/p-792919fd.system.js +0 -4
  1114. package/dist/ionic/p-797eeea8.system.entry.js +0 -4
  1115. package/dist/ionic/p-7b30edcc.js +0 -4
  1116. package/dist/ionic/p-7b9a2b23.entry.js +0 -4
  1117. package/dist/ionic/p-7ed1657c.system.entry.js +0 -4
  1118. package/dist/ionic/p-8635f5e6.system.js +0 -4
  1119. package/dist/ionic/p-88e63c7d.js +0 -4
  1120. package/dist/ionic/p-8b8be2fd.entry.js +0 -4
  1121. package/dist/ionic/p-91545b88.entry.js +0 -4
  1122. package/dist/ionic/p-937a7e21.entry.js +0 -4
  1123. package/dist/ionic/p-942b5e13.entry.js +0 -4
  1124. package/dist/ionic/p-95775830.entry.js +0 -4
  1125. package/dist/ionic/p-96cc4814.js +0 -4
  1126. package/dist/ionic/p-982315a6.entry.js +0 -4
  1127. package/dist/ionic/p-98231c01.system.entry.js +0 -4
  1128. package/dist/ionic/p-985a7e17.system.entry.js +0 -4
  1129. package/dist/ionic/p-98ff6b32.entry.js +0 -4
  1130. package/dist/ionic/p-9df2c6fb.entry.js +0 -4
  1131. package/dist/ionic/p-9e33104d.entry.js +0 -4
  1132. package/dist/ionic/p-9ee1e8a6.entry.js +0 -4
  1133. package/dist/ionic/p-9f3008d4.system.js +0 -4
  1134. package/dist/ionic/p-9fa07aec.entry.js +0 -4
  1135. package/dist/ionic/p-a15ddedb.system.js +0 -4
  1136. package/dist/ionic/p-a43467d8.entry.js +0 -4
  1137. package/dist/ionic/p-a4565eb5.system.js +0 -4
  1138. package/dist/ionic/p-a49378bb.system.entry.js +0 -4
  1139. package/dist/ionic/p-a61cba41.entry.js +0 -4
  1140. package/dist/ionic/p-a69b9fc5.system.js +0 -4
  1141. package/dist/ionic/p-abe101da.system.js +0 -4
  1142. package/dist/ionic/p-afecb188.entry.js +0 -4
  1143. package/dist/ionic/p-b25a40f6.system.entry.js +0 -4
  1144. package/dist/ionic/p-b335ffed.system.entry.js +0 -4
  1145. package/dist/ionic/p-b51e4004.js +0 -4
  1146. package/dist/ionic/p-b79ba17c.entry.js +0 -4
  1147. package/dist/ionic/p-b82d4cab.js +0 -4
  1148. package/dist/ionic/p-b9d7015f.entry.js +0 -4
  1149. package/dist/ionic/p-bb0db172.entry.js +0 -4
  1150. package/dist/ionic/p-bb5d8e9e.entry.js +0 -4
  1151. package/dist/ionic/p-bc36ad98.system.entry.js +0 -4
  1152. package/dist/ionic/p-bdad26e3.entry.js +0 -4
  1153. package/dist/ionic/p-c29f8157.system.entry.js +0 -4
  1154. package/dist/ionic/p-c41ac815.entry.js +0 -4
  1155. package/dist/ionic/p-c449820c.system.js +0 -4
  1156. package/dist/ionic/p-c468af8a.system.js +0 -4
  1157. package/dist/ionic/p-c4b53b16.system.entry.js +0 -4
  1158. package/dist/ionic/p-c61cc894.js +0 -4
  1159. package/dist/ionic/p-c9f3a539.entry.js +0 -4
  1160. package/dist/ionic/p-ca065903.system.entry.js +0 -4
  1161. package/dist/ionic/p-cac0e0b3.system.entry.js +0 -4
  1162. package/dist/ionic/p-cdc83025.entry.js +0 -4
  1163. package/dist/ionic/p-d18ab582.system.entry.js +0 -4
  1164. package/dist/ionic/p-d47265c8.js +0 -4
  1165. package/dist/ionic/p-d6841eac.js +0 -4
  1166. package/dist/ionic/p-d7aa6b00.entry.js +0 -4
  1167. package/dist/ionic/p-da074ff7.entry.js +0 -4
  1168. package/dist/ionic/p-ddaa748a.system.entry.js +0 -4
  1169. package/dist/ionic/p-de930745.entry.js +0 -4
  1170. package/dist/ionic/p-dfb78785.system.js +0 -4
  1171. package/dist/ionic/p-e4ee80be.system.entry.js +0 -4
  1172. package/dist/ionic/p-e4f69534.system.entry.js +0 -4
  1173. package/dist/ionic/p-e563a35c.entry.js +0 -4
  1174. package/dist/ionic/p-e6635685.js +0 -4
  1175. package/dist/ionic/p-e7ed4a7f.system.js +0 -4
  1176. package/dist/ionic/p-e85d901b.system.entry.js +0 -4
  1177. package/dist/ionic/p-eba29931.entry.js +0 -4
  1178. package/dist/ionic/p-ecceeb90.js +0 -4
  1179. package/dist/ionic/p-ed75fcfb.system.entry.js +0 -4
  1180. package/dist/ionic/p-efaffe74.entry.js +0 -4
  1181. package/dist/ionic/p-f1acf541.system.entry.js +0 -4
  1182. package/dist/ionic/p-f3102647.system.entry.js +0 -4
  1183. package/dist/ionic/p-fca6ef5f.system.entry.js +0 -4
  1184. package/dist/ionic/p-ff4b7e40.system.js +0 -4
  1185. /package/dist/collection/components/{input-password-toggle/input-password-toggle.css → refresher-content/refresher-content.css} +0 -0
@@ -14,7 +14,7 @@
14
14
  },
15
15
  {
16
16
  "name": "mode",
17
- "description": "The mode determines which platform styles to use.",
17
+ "description": "The mode determines the platform behaviors of the component.",
18
18
  "values": [
19
19
  {
20
20
  "name": "ios"
@@ -28,6 +28,21 @@
28
28
  "name": "readonly",
29
29
  "description": "If `true`, the accordion cannot be interacted with,\nbut does not alter the opacity."
30
30
  },
31
+ {
32
+ "name": "theme",
33
+ "description": "The theme determines the visual appearance of the component.",
34
+ "values": [
35
+ {
36
+ "name": "ios"
37
+ },
38
+ {
39
+ "name": "md"
40
+ },
41
+ {
42
+ "name": "ionic"
43
+ }
44
+ ]
45
+ },
31
46
  {
32
47
  "name": "toggle-icon",
33
48
  "description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed."
@@ -85,7 +100,7 @@
85
100
  },
86
101
  {
87
102
  "name": "mode",
88
- "description": "The mode determines which platform styles to use.",
103
+ "description": "The mode determines the platform behaviors of the component.",
89
104
  "values": [
90
105
  {
91
106
  "name": "ios"
@@ -103,6 +118,36 @@
103
118
  "name": "readonly",
104
119
  "description": "If `true`, the accordion group cannot be interacted with,\nbut does not alter the opacity."
105
120
  },
121
+ {
122
+ "name": "shape",
123
+ "description": "Set to `\"soft\"` for an accordion group with slightly rounded corners,\n`\"round\"` for an accordion group with fully rounded corners, or\n`\"rectangular\"` for an accordion group without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.\nOnly applies when `expand` is set to `\"inset\"`.",
124
+ "values": [
125
+ {
126
+ "name": "rectangular"
127
+ },
128
+ {
129
+ "name": "round"
130
+ },
131
+ {
132
+ "name": "soft"
133
+ }
134
+ ]
135
+ },
136
+ {
137
+ "name": "theme",
138
+ "description": "The theme determines the visual appearance of the component.",
139
+ "values": [
140
+ {
141
+ "name": "ios"
142
+ },
143
+ {
144
+ "name": "md"
145
+ },
146
+ {
147
+ "name": "ionic"
148
+ }
149
+ ]
150
+ },
106
151
  {
107
152
  "name": "value",
108
153
  "description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`"
@@ -148,7 +193,7 @@
148
193
  },
149
194
  {
150
195
  "name": "mode",
151
- "description": "The mode determines which platform styles to use.",
196
+ "description": "The mode determines the platform behaviors of the component.",
152
197
  "values": [
153
198
  {
154
199
  "name": "ios"
@@ -162,9 +207,24 @@
162
207
  "name": "sub-header",
163
208
  "description": "Subtitle for the action sheet."
164
209
  },
210
+ {
211
+ "name": "theme",
212
+ "description": "The theme determines the visual appearance of the component.",
213
+ "values": [
214
+ {
215
+ "name": "ios"
216
+ },
217
+ {
218
+ "name": "md"
219
+ },
220
+ {
221
+ "name": "ionic"
222
+ }
223
+ ]
224
+ },
165
225
  {
166
226
  "name": "translucent",
167
- "description": "If `true`, the action sheet will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
227
+ "description": "If `true`, the action sheet will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
168
228
  },
169
229
  {
170
230
  "name": "trigger",
@@ -215,7 +275,7 @@
215
275
  },
216
276
  {
217
277
  "name": "mode",
218
- "description": "The mode determines which platform styles to use.",
278
+ "description": "The mode determines the platform behaviors of the component.",
219
279
  "values": [
220
280
  {
221
281
  "name": "ios"
@@ -229,9 +289,24 @@
229
289
  "name": "sub-header",
230
290
  "description": "The subtitle in the heading of the alert. Displayed under the title."
231
291
  },
292
+ {
293
+ "name": "theme",
294
+ "description": "The theme determines the visual appearance of the component.",
295
+ "values": [
296
+ {
297
+ "name": "ios"
298
+ },
299
+ {
300
+ "name": "md"
301
+ },
302
+ {
303
+ "name": "ionic"
304
+ }
305
+ ]
306
+ },
232
307
  {
233
308
  "name": "translucent",
234
- "description": "If `true`, the alert will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
309
+ "description": "If `true`, the alert will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
235
310
  },
236
311
  {
237
312
  "name": "trigger",
@@ -251,7 +326,35 @@
251
326
  "kind": "markdown",
252
327
  "value": ""
253
328
  },
254
- "attributes": [],
329
+ "attributes": [
330
+ {
331
+ "name": "mode",
332
+ "description": "The mode determines the platform behaviors of the component.",
333
+ "values": [
334
+ {
335
+ "name": "ios"
336
+ },
337
+ {
338
+ "name": "md"
339
+ }
340
+ ]
341
+ },
342
+ {
343
+ "name": "theme",
344
+ "description": "The theme determines the visual appearance of the component.",
345
+ "values": [
346
+ {
347
+ "name": "ios"
348
+ },
349
+ {
350
+ "name": "md"
351
+ },
352
+ {
353
+ "name": "ionic"
354
+ }
355
+ ]
356
+ }
357
+ ],
255
358
  "references": [
256
359
  {
257
360
  "name": "Source code",
@@ -265,7 +368,74 @@
265
368
  "kind": "markdown",
266
369
  "value": ""
267
370
  },
268
- "attributes": [],
371
+ "attributes": [
372
+ {
373
+ "name": "mode",
374
+ "description": "The mode determines the platform behaviors of the component.",
375
+ "values": [
376
+ {
377
+ "name": "ios"
378
+ },
379
+ {
380
+ "name": "md"
381
+ }
382
+ ]
383
+ },
384
+ {
385
+ "name": "shape",
386
+ "description": "Set to `\"soft\"` for an avatar with slightly rounded corners,\n`\"round\"` for an avatar with fully rounded corners, or `\"rectangular\"`\nfor an avatar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
387
+ "values": [
388
+ {
389
+ "name": "rectangular"
390
+ },
391
+ {
392
+ "name": "round"
393
+ },
394
+ {
395
+ "name": "soft"
396
+ }
397
+ ]
398
+ },
399
+ {
400
+ "name": "size",
401
+ "description": "Set to `\"xxsmall\"` for the smallest size.\nSet to `\"xsmall\"` for a very small size.\nSet to `\"small\"` for a compact size.\nSet to `\"medium\"` for the default height and width.\nSet to `\"large\"` for a larger size.\nSet to `\"xlarge\"` for the largest dimensions.\n\nDefaults to `\"medium\"` for the `ionic` theme, undefined for all other themes.",
402
+ "values": [
403
+ {
404
+ "name": "large"
405
+ },
406
+ {
407
+ "name": "medium"
408
+ },
409
+ {
410
+ "name": "small"
411
+ },
412
+ {
413
+ "name": "xlarge"
414
+ },
415
+ {
416
+ "name": "xsmall"
417
+ },
418
+ {
419
+ "name": "xxsmall"
420
+ }
421
+ ]
422
+ },
423
+ {
424
+ "name": "theme",
425
+ "description": "The theme determines the visual appearance of the component.",
426
+ "values": [
427
+ {
428
+ "name": "ios"
429
+ },
430
+ {
431
+ "name": "md"
432
+ },
433
+ {
434
+ "name": "ionic"
435
+ }
436
+ ]
437
+ }
438
+ ],
269
439
  "references": [
270
440
  {
271
441
  "name": "Source code",
@@ -327,7 +497,7 @@
327
497
  },
328
498
  {
329
499
  "name": "mode",
330
- "description": "The mode determines which platform styles to use.",
500
+ "description": "The mode determines the platform behaviors of the component.",
331
501
  "values": [
332
502
  {
333
503
  "name": "ios"
@@ -341,6 +511,21 @@
341
511
  "name": "text",
342
512
  "description": "The text to display in the back button."
343
513
  },
514
+ {
515
+ "name": "theme",
516
+ "description": "The theme determines the visual appearance of the component.",
517
+ "values": [
518
+ {
519
+ "name": "ios"
520
+ },
521
+ {
522
+ "name": "md"
523
+ },
524
+ {
525
+ "name": "ionic"
526
+ }
527
+ ]
528
+ },
344
529
  {
345
530
  "name": "type",
346
531
  "description": "The type of the button.",
@@ -371,6 +556,18 @@
371
556
  "value": ""
372
557
  },
373
558
  "attributes": [
559
+ {
560
+ "name": "mode",
561
+ "description": "The mode determines the platform behaviors of the component.",
562
+ "values": [
563
+ {
564
+ "name": "ios"
565
+ },
566
+ {
567
+ "name": "md"
568
+ }
569
+ ]
570
+ },
374
571
  {
375
572
  "name": "stop-propagation",
376
573
  "description": "If `true`, the backdrop will stop propagation on tap."
@@ -379,6 +576,21 @@
379
576
  "name": "tappable",
380
577
  "description": "If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event."
381
578
  },
579
+ {
580
+ "name": "theme",
581
+ "description": "The theme determines the visual appearance of the component.",
582
+ "values": [
583
+ {
584
+ "name": "ios"
585
+ },
586
+ {
587
+ "name": "md"
588
+ },
589
+ {
590
+ "name": "ionic"
591
+ }
592
+ ]
593
+ },
382
594
  {
383
595
  "name": "visible",
384
596
  "description": "If `true`, the backdrop will be visible."
@@ -433,13 +645,61 @@
433
645
  },
434
646
  {
435
647
  "name": "mode",
436
- "description": "The mode determines which platform styles to use.",
648
+ "description": "The mode determines the platform behaviors of the component.",
649
+ "values": [
650
+ {
651
+ "name": "ios"
652
+ },
653
+ {
654
+ "name": "md"
655
+ }
656
+ ]
657
+ },
658
+ {
659
+ "name": "shape",
660
+ "description": "Set to `\"rectangular\"` for non-rounded corners.\nSet to `\"soft\"` for slightly rounded corners.\nSet to `\"round\"` for fully rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
661
+ "values": [
662
+ {
663
+ "name": "soft"
664
+ }
665
+ ]
666
+ },
667
+ {
668
+ "name": "size",
669
+ "description": "Set to `\"xxsmall\"` for the smallest badge.\nSet to \"xsmall\" for a very small badge.\nSet to `\"small\"` for a small badge.\nSet to \"medium\" for a medium badge.\nSet to \"large\" for a large badge.\nSet to `\"xlarge\"` for the largest badge.\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
670
+ "values": [
671
+ {
672
+ "name": "large"
673
+ },
674
+ {
675
+ "name": "medium"
676
+ },
677
+ {
678
+ "name": "small"
679
+ },
680
+ {
681
+ "name": "xlarge"
682
+ },
683
+ {
684
+ "name": "xsmall"
685
+ },
686
+ {
687
+ "name": "xxsmall"
688
+ }
689
+ ]
690
+ },
691
+ {
692
+ "name": "theme",
693
+ "description": "The theme determines the visual appearance of the component.",
437
694
  "values": [
438
695
  {
439
696
  "name": "ios"
440
697
  },
441
698
  {
442
699
  "name": "md"
700
+ },
701
+ {
702
+ "name": "ionic"
443
703
  }
444
704
  ]
445
705
  }
@@ -509,7 +769,7 @@
509
769
  },
510
770
  {
511
771
  "name": "mode",
512
- "description": "The mode determines which platform styles to use.",
772
+ "description": "The mode determines the platform behaviors of the component.",
513
773
  "values": [
514
774
  {
515
775
  "name": "ios"
@@ -545,6 +805,21 @@
545
805
  {
546
806
  "name": "target",
547
807
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
808
+ },
809
+ {
810
+ "name": "theme",
811
+ "description": "The theme determines the visual appearance of the component.",
812
+ "values": [
813
+ {
814
+ "name": "ios"
815
+ },
816
+ {
817
+ "name": "md"
818
+ },
819
+ {
820
+ "name": "ionic"
821
+ }
822
+ ]
548
823
  }
549
824
  ],
550
825
  "references": [
@@ -608,13 +883,28 @@
608
883
  },
609
884
  {
610
885
  "name": "mode",
611
- "description": "The mode determines which platform styles to use.",
886
+ "description": "The mode determines the platform behaviors of the component.",
887
+ "values": [
888
+ {
889
+ "name": "ios"
890
+ },
891
+ {
892
+ "name": "md"
893
+ }
894
+ ]
895
+ },
896
+ {
897
+ "name": "theme",
898
+ "description": "The theme determines the visual appearance of the component.",
612
899
  "values": [
613
900
  {
614
901
  "name": "ios"
615
902
  },
616
903
  {
617
904
  "name": "md"
905
+ },
906
+ {
907
+ "name": "ionic"
618
908
  }
619
909
  ]
620
910
  }
@@ -718,7 +1008,7 @@
718
1008
  },
719
1009
  {
720
1010
  "name": "mode",
721
- "description": "The mode determines which platform styles to use.",
1011
+ "description": "The mode determines the platform behaviors of the component.",
722
1012
  "values": [
723
1013
  {
724
1014
  "name": "ios"
@@ -749,10 +1039,16 @@
749
1039
  },
750
1040
  {
751
1041
  "name": "shape",
752
- "description": "Set to `\"round\"` for a button with more rounded corners.",
1042
+ "description": "Set to `\"soft\"` for a button with slightly rounded corners, `\"round\"` for a button with fully\nrounded corners, or `\"rectangular\"` for a button without rounded corners.\nDefaults to `\"soft\"` for the `\"ios\"` theme and `\"round\"` for all other themes.",
753
1043
  "values": [
1044
+ {
1045
+ "name": "rectangular"
1046
+ },
754
1047
  {
755
1048
  "name": "round"
1049
+ },
1050
+ {
1051
+ "name": "soft"
756
1052
  }
757
1053
  ]
758
1054
  },
@@ -768,6 +1064,12 @@
768
1064
  },
769
1065
  {
770
1066
  "name": "small"
1067
+ },
1068
+ {
1069
+ "name": "xlarge"
1070
+ },
1071
+ {
1072
+ "name": "xsmall"
771
1073
  }
772
1074
  ]
773
1075
  },
@@ -779,6 +1081,21 @@
779
1081
  "name": "target",
780
1082
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
781
1083
  },
1084
+ {
1085
+ "name": "theme",
1086
+ "description": "The theme determines the visual appearance of the component.",
1087
+ "values": [
1088
+ {
1089
+ "name": "ios"
1090
+ },
1091
+ {
1092
+ "name": "md"
1093
+ },
1094
+ {
1095
+ "name": "ionic"
1096
+ }
1097
+ ]
1098
+ },
782
1099
  {
783
1100
  "name": "type",
784
1101
  "description": "The type of the button.",
@@ -811,7 +1128,34 @@
811
1128
  "attributes": [
812
1129
  {
813
1130
  "name": "collapse",
814
- "description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in `ios` mode with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)"
1131
+ "description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in the `ios` theme with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)"
1132
+ },
1133
+ {
1134
+ "name": "mode",
1135
+ "description": "The mode determines the platform behaviors of the component.",
1136
+ "values": [
1137
+ {
1138
+ "name": "ios"
1139
+ },
1140
+ {
1141
+ "name": "md"
1142
+ }
1143
+ ]
1144
+ },
1145
+ {
1146
+ "name": "theme",
1147
+ "description": "The theme determines the visual appearance of the component.",
1148
+ "values": [
1149
+ {
1150
+ "name": "ios"
1151
+ },
1152
+ {
1153
+ "name": "md"
1154
+ },
1155
+ {
1156
+ "name": "ionic"
1157
+ }
1158
+ ]
815
1159
  }
816
1160
  ],
817
1161
  "references": [
@@ -879,7 +1223,7 @@
879
1223
  },
880
1224
  {
881
1225
  "name": "mode",
882
- "description": "The mode determines which platform styles to use.",
1226
+ "description": "The mode determines the platform behaviors of the component.",
883
1227
  "values": [
884
1228
  {
885
1229
  "name": "ios"
@@ -908,10 +1252,40 @@
908
1252
  }
909
1253
  ]
910
1254
  },
1255
+ {
1256
+ "name": "shape",
1257
+ "description": "Set to `\"soft\"` for a card with slightly rounded corners, `\"round\"` for a card with more\nrounded corners, or `\"rectangular\"` for a card without rounded corners.\nDefaults to `\"round\"`.",
1258
+ "values": [
1259
+ {
1260
+ "name": "rectangular"
1261
+ },
1262
+ {
1263
+ "name": "round"
1264
+ },
1265
+ {
1266
+ "name": "soft"
1267
+ }
1268
+ ]
1269
+ },
911
1270
  {
912
1271
  "name": "target",
913
1272
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
914
1273
  },
1274
+ {
1275
+ "name": "theme",
1276
+ "description": "The theme determines the visual appearance of the component.",
1277
+ "values": [
1278
+ {
1279
+ "name": "ios"
1280
+ },
1281
+ {
1282
+ "name": "md"
1283
+ },
1284
+ {
1285
+ "name": "ionic"
1286
+ }
1287
+ ]
1288
+ },
915
1289
  {
916
1290
  "name": "type",
917
1291
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -944,13 +1318,28 @@
944
1318
  "attributes": [
945
1319
  {
946
1320
  "name": "mode",
947
- "description": "The mode determines which platform styles to use.",
1321
+ "description": "The mode determines the platform behaviors of the component.",
1322
+ "values": [
1323
+ {
1324
+ "name": "ios"
1325
+ },
1326
+ {
1327
+ "name": "md"
1328
+ }
1329
+ ]
1330
+ },
1331
+ {
1332
+ "name": "theme",
1333
+ "description": "The theme determines the visual appearance of the component.",
948
1334
  "values": [
949
1335
  {
950
1336
  "name": "ios"
951
1337
  },
952
1338
  {
953
1339
  "name": "md"
1340
+ },
1341
+ {
1342
+ "name": "ionic"
954
1343
  }
955
1344
  ]
956
1345
  }
@@ -1004,19 +1393,34 @@
1004
1393
  },
1005
1394
  {
1006
1395
  "name": "mode",
1007
- "description": "The mode determines which platform styles to use.",
1396
+ "description": "The mode determines the platform behaviors of the component.",
1397
+ "values": [
1398
+ {
1399
+ "name": "ios"
1400
+ },
1401
+ {
1402
+ "name": "md"
1403
+ }
1404
+ ]
1405
+ },
1406
+ {
1407
+ "name": "theme",
1408
+ "description": "The theme determines the visual appearance of the component.",
1008
1409
  "values": [
1009
1410
  {
1010
1411
  "name": "ios"
1011
1412
  },
1012
1413
  {
1013
1414
  "name": "md"
1415
+ },
1416
+ {
1417
+ "name": "ionic"
1014
1418
  }
1015
1419
  ]
1016
1420
  },
1017
1421
  {
1018
1422
  "name": "translucent",
1019
- "description": "If `true`, the card header will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
1423
+ "description": "If `true`, the card header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
1020
1424
  }
1021
1425
  ],
1022
1426
  "references": [
@@ -1068,13 +1472,28 @@
1068
1472
  },
1069
1473
  {
1070
1474
  "name": "mode",
1071
- "description": "The mode determines which platform styles to use.",
1475
+ "description": "The mode determines the platform behaviors of the component.",
1476
+ "values": [
1477
+ {
1478
+ "name": "ios"
1479
+ },
1480
+ {
1481
+ "name": "md"
1482
+ }
1483
+ ]
1484
+ },
1485
+ {
1486
+ "name": "theme",
1487
+ "description": "The theme determines the visual appearance of the component.",
1072
1488
  "values": [
1073
1489
  {
1074
1490
  "name": "ios"
1075
1491
  },
1076
1492
  {
1077
1493
  "name": "md"
1494
+ },
1495
+ {
1496
+ "name": "ionic"
1078
1497
  }
1079
1498
  ]
1080
1499
  }
@@ -1128,13 +1547,28 @@
1128
1547
  },
1129
1548
  {
1130
1549
  "name": "mode",
1131
- "description": "The mode determines which platform styles to use.",
1550
+ "description": "The mode determines the platform behaviors of the component.",
1551
+ "values": [
1552
+ {
1553
+ "name": "ios"
1554
+ },
1555
+ {
1556
+ "name": "md"
1557
+ }
1558
+ ]
1559
+ },
1560
+ {
1561
+ "name": "theme",
1562
+ "description": "The theme determines the visual appearance of the component.",
1132
1563
  "values": [
1133
1564
  {
1134
1565
  "name": "ios"
1135
1566
  },
1136
1567
  {
1137
1568
  "name": "md"
1569
+ },
1570
+ {
1571
+ "name": "ionic"
1138
1572
  }
1139
1573
  ]
1140
1574
  }
@@ -1245,7 +1679,7 @@
1245
1679
  },
1246
1680
  {
1247
1681
  "name": "mode",
1248
- "description": "The mode determines which platform styles to use.",
1682
+ "description": "The mode determines the platform behaviors of the component.",
1249
1683
  "values": [
1250
1684
  {
1251
1685
  "name": "ios"
@@ -1260,8 +1694,40 @@
1260
1694
  "description": "The name of the control, which is submitted with the form data."
1261
1695
  },
1262
1696
  {
1263
- "name": "required",
1264
- "description": "If `true`, the user must fill in a value before submitting a form."
1697
+ "name": "shape",
1698
+ "description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
1699
+ "values": [
1700
+ {
1701
+ "name": "rectangular"
1702
+ },
1703
+ {
1704
+ "name": "soft"
1705
+ }
1706
+ ]
1707
+ },
1708
+ {
1709
+ "name": "size",
1710
+ "description": "Set to `\"small\"` for a checkbox with less height and padding.",
1711
+ "values": [
1712
+ {
1713
+ "name": "small"
1714
+ }
1715
+ ]
1716
+ },
1717
+ {
1718
+ "name": "theme",
1719
+ "description": "The theme determines the visual appearance of the component.",
1720
+ "values": [
1721
+ {
1722
+ "name": "ios"
1723
+ },
1724
+ {
1725
+ "name": "md"
1726
+ },
1727
+ {
1728
+ "name": "ionic"
1729
+ }
1730
+ ]
1265
1731
  },
1266
1732
  {
1267
1733
  "name": "value",
@@ -1321,7 +1787,7 @@
1321
1787
  },
1322
1788
  {
1323
1789
  "name": "mode",
1324
- "description": "The mode determines which platform styles to use.",
1790
+ "description": "The mode determines the platform behaviors of the component.",
1325
1791
  "values": [
1326
1792
  {
1327
1793
  "name": "ios"
@@ -1334,6 +1800,48 @@
1334
1800
  {
1335
1801
  "name": "outline",
1336
1802
  "description": "Display an outline style button."
1803
+ },
1804
+ {
1805
+ "name": "shape",
1806
+ "description": "Set to `\"soft\"` for a chip with slightly rounded corners, `\"round\"` for a chip with fully\nrounded corners, or `\"rectangular\"` for a chip without rounded corners.\nDefaults to `\"round\"` for the `\"ionic\"` theme and `\"soft\"` for all other themes.",
1807
+ "values": [
1808
+ {
1809
+ "name": "rectangular"
1810
+ },
1811
+ {
1812
+ "name": "round"
1813
+ },
1814
+ {
1815
+ "name": "soft"
1816
+ }
1817
+ ]
1818
+ },
1819
+ {
1820
+ "name": "size",
1821
+ "description": "Set to `\"small\"` for a chip with less height and padding.\n\nDefaults to `\"large\"` for the ionic theme, and undefined for all other themes.",
1822
+ "values": [
1823
+ {
1824
+ "name": "large"
1825
+ },
1826
+ {
1827
+ "name": "small"
1828
+ }
1829
+ ]
1830
+ },
1831
+ {
1832
+ "name": "theme",
1833
+ "description": "The theme determines the visual appearance of the component.",
1834
+ "values": [
1835
+ {
1836
+ "name": "ios"
1837
+ },
1838
+ {
1839
+ "name": "md"
1840
+ },
1841
+ {
1842
+ "name": "ionic"
1843
+ }
1844
+ ]
1337
1845
  }
1338
1846
  ],
1339
1847
  "references": [
@@ -1350,6 +1858,18 @@
1350
1858
  "value": ""
1351
1859
  },
1352
1860
  "attributes": [
1861
+ {
1862
+ "name": "mode",
1863
+ "description": "The mode determines the platform behaviors of the component.",
1864
+ "values": [
1865
+ {
1866
+ "name": "ios"
1867
+ },
1868
+ {
1869
+ "name": "md"
1870
+ }
1871
+ ]
1872
+ },
1353
1873
  {
1354
1874
  "name": "offset",
1355
1875
  "description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available."
@@ -1445,6 +1965,21 @@
1445
1965
  {
1446
1966
  "name": "size-xs",
1447
1967
  "description": "The size of the column for xs screens, in terms of how many columns it should take up out\nof the total available. If `\"auto\"` is passed, the column will be the size of its content."
1968
+ },
1969
+ {
1970
+ "name": "theme",
1971
+ "description": "The theme determines the visual appearance of the component.",
1972
+ "values": [
1973
+ {
1974
+ "name": "ios"
1975
+ },
1976
+ {
1977
+ "name": "md"
1978
+ },
1979
+ {
1980
+ "name": "ionic"
1981
+ }
1982
+ ]
1448
1983
  }
1449
1984
  ],
1450
1985
  "references": [
@@ -1514,6 +2049,18 @@
1514
2049
  "name": "fullscreen",
1515
2050
  "description": "If `true`, the content will scroll behind the headers\nand footers. This effect can easily be seen by setting the toolbar\nto transparent."
1516
2051
  },
2052
+ {
2053
+ "name": "mode",
2054
+ "description": "The mode determines the platform behaviors of the component.",
2055
+ "values": [
2056
+ {
2057
+ "name": "ios"
2058
+ },
2059
+ {
2060
+ "name": "md"
2061
+ }
2062
+ ]
2063
+ },
1517
2064
  {
1518
2065
  "name": "scroll-events",
1519
2066
  "description": "Because of performance reasons, ionScroll events are disabled by default, in order to enable them\nand start listening from (ionScroll), set this property to `true`."
@@ -1525,6 +2072,21 @@
1525
2072
  {
1526
2073
  "name": "scroll-y",
1527
2074
  "description": "If you want to disable the content scrolling in the Y axis, set this property to `false`."
2075
+ },
2076
+ {
2077
+ "name": "theme",
2078
+ "description": "The theme determines the visual appearance of the component.",
2079
+ "values": [
2080
+ {
2081
+ "name": "ios"
2082
+ },
2083
+ {
2084
+ "name": "md"
2085
+ },
2086
+ {
2087
+ "name": "ionic"
2088
+ }
2089
+ ]
1528
2090
  }
1529
2091
  ],
1530
2092
  "references": [
@@ -1638,7 +2200,7 @@
1638
2200
  },
1639
2201
  {
1640
2202
  "name": "mode",
1641
- "description": "The mode determines which platform styles to use.",
2203
+ "description": "The mode determines the platform behaviors of the component.",
1642
2204
  "values": [
1643
2205
  {
1644
2206
  "name": "ios"
@@ -1723,6 +2285,21 @@
1723
2285
  }
1724
2286
  ]
1725
2287
  },
2288
+ {
2289
+ "name": "theme",
2290
+ "description": "The theme determines the visual appearance of the component.",
2291
+ "values": [
2292
+ {
2293
+ "name": "ios"
2294
+ },
2295
+ {
2296
+ "name": "md"
2297
+ },
2298
+ {
2299
+ "name": "ionic"
2300
+ }
2301
+ ]
2302
+ },
1726
2303
  {
1727
2304
  "name": "value",
1728
2305
  "description": "The value of the datetime as a valid ISO 8601 datetime string.\nThis should be an array of strings only when `multiple=\"true\"`."
@@ -1789,7 +2366,7 @@
1789
2366
  },
1790
2367
  {
1791
2368
  "name": "mode",
1792
- "description": "The mode determines which platform styles to use.",
2369
+ "description": "The mode determines the platform behaviors of the component.",
1793
2370
  "values": [
1794
2371
  {
1795
2372
  "name": "ios"
@@ -1798,14 +2375,29 @@
1798
2375
  "name": "md"
1799
2376
  }
1800
2377
  ]
1801
- }
1802
- ],
1803
- "references": [
2378
+ },
1804
2379
  {
1805
- "name": "Source code",
1806
- "url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/datetime-button/datetime-button.tsx"
1807
- }
1808
- ]
2380
+ "name": "theme",
2381
+ "description": "The theme determines the visual appearance of the component.",
2382
+ "values": [
2383
+ {
2384
+ "name": "ios"
2385
+ },
2386
+ {
2387
+ "name": "md"
2388
+ },
2389
+ {
2390
+ "name": "ionic"
2391
+ }
2392
+ ]
2393
+ }
2394
+ ],
2395
+ "references": [
2396
+ {
2397
+ "name": "Source code",
2398
+ "url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/datetime-button/datetime-button.tsx"
2399
+ }
2400
+ ]
1809
2401
  },
1810
2402
  {
1811
2403
  "name": "ion-fab",
@@ -1837,6 +2429,33 @@
1837
2429
  }
1838
2430
  ]
1839
2431
  },
2432
+ {
2433
+ "name": "mode",
2434
+ "description": "The mode determines the platform behaviors of the component.",
2435
+ "values": [
2436
+ {
2437
+ "name": "ios"
2438
+ },
2439
+ {
2440
+ "name": "md"
2441
+ }
2442
+ ]
2443
+ },
2444
+ {
2445
+ "name": "theme",
2446
+ "description": "The theme determines the visual appearance of the component.",
2447
+ "values": [
2448
+ {
2449
+ "name": "ios"
2450
+ },
2451
+ {
2452
+ "name": "md"
2453
+ },
2454
+ {
2455
+ "name": "ionic"
2456
+ }
2457
+ ]
2458
+ },
1840
2459
  {
1841
2460
  "name": "vertical",
1842
2461
  "description": "Where to align the fab vertically in the viewport.",
@@ -1922,7 +2541,7 @@
1922
2541
  },
1923
2542
  {
1924
2543
  "name": "mode",
1925
- "description": "The mode determines which platform styles to use.",
2544
+ "description": "The mode determines the platform behaviors of the component.",
1926
2545
  "values": [
1927
2546
  {
1928
2547
  "name": "ios"
@@ -1968,9 +2587,24 @@
1968
2587
  "name": "target",
1969
2588
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
1970
2589
  },
2590
+ {
2591
+ "name": "theme",
2592
+ "description": "The theme determines the visual appearance of the component.",
2593
+ "values": [
2594
+ {
2595
+ "name": "ios"
2596
+ },
2597
+ {
2598
+ "name": "md"
2599
+ },
2600
+ {
2601
+ "name": "ionic"
2602
+ }
2603
+ ]
2604
+ },
1971
2605
  {
1972
2606
  "name": "translucent",
1973
- "description": "If `true`, the fab button will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
2607
+ "description": "If `true`, the fab button will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
1974
2608
  },
1975
2609
  {
1976
2610
  "name": "type",
@@ -2006,6 +2640,18 @@
2006
2640
  "name": "activated",
2007
2641
  "description": "If `true`, the fab list will show all fab buttons in the list."
2008
2642
  },
2643
+ {
2644
+ "name": "mode",
2645
+ "description": "The mode determines the platform behaviors of the component.",
2646
+ "values": [
2647
+ {
2648
+ "name": "ios"
2649
+ },
2650
+ {
2651
+ "name": "md"
2652
+ }
2653
+ ]
2654
+ },
2009
2655
  {
2010
2656
  "name": "side",
2011
2657
  "description": "The side the fab list will show on relative to the main fab button.",
@@ -2023,6 +2669,21 @@
2023
2669
  "name": "top"
2024
2670
  }
2025
2671
  ]
2672
+ },
2673
+ {
2674
+ "name": "theme",
2675
+ "description": "The theme determines the visual appearance of the component.",
2676
+ "values": [
2677
+ {
2678
+ "name": "ios"
2679
+ },
2680
+ {
2681
+ "name": "md"
2682
+ },
2683
+ {
2684
+ "name": "ionic"
2685
+ }
2686
+ ]
2026
2687
  }
2027
2688
  ],
2028
2689
  "references": [
@@ -2041,7 +2702,7 @@
2041
2702
  "attributes": [
2042
2703
  {
2043
2704
  "name": "collapse",
2044
- "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
2705
+ "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
2045
2706
  "values": [
2046
2707
  {
2047
2708
  "name": "fade"
@@ -2050,19 +2711,34 @@
2050
2711
  },
2051
2712
  {
2052
2713
  "name": "mode",
2053
- "description": "The mode determines which platform styles to use.",
2714
+ "description": "The mode determines the platform behaviors of the component.",
2715
+ "values": [
2716
+ {
2717
+ "name": "ios"
2718
+ },
2719
+ {
2720
+ "name": "md"
2721
+ }
2722
+ ]
2723
+ },
2724
+ {
2725
+ "name": "theme",
2726
+ "description": "The theme determines the visual appearance of the component.",
2054
2727
  "values": [
2055
2728
  {
2056
2729
  "name": "ios"
2057
2730
  },
2058
2731
  {
2059
2732
  "name": "md"
2733
+ },
2734
+ {
2735
+ "name": "ionic"
2060
2736
  }
2061
2737
  ]
2062
2738
  },
2063
2739
  {
2064
2740
  "name": "translucent",
2065
- "description": "If `true`, the footer will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the footer, the `fullscreen`\nattribute needs to be set on the content."
2741
+ "description": "If `true`, the footer will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the footer, the `fullscreen`\nattribute needs to be set on the content."
2066
2742
  }
2067
2743
  ],
2068
2744
  "references": [
@@ -2082,6 +2758,33 @@
2082
2758
  {
2083
2759
  "name": "fixed",
2084
2760
  "description": "If `true`, the grid will have a fixed width based on the screen size."
2761
+ },
2762
+ {
2763
+ "name": "mode",
2764
+ "description": "The mode determines the platform behaviors of the component.",
2765
+ "values": [
2766
+ {
2767
+ "name": "ios"
2768
+ },
2769
+ {
2770
+ "name": "md"
2771
+ }
2772
+ ]
2773
+ },
2774
+ {
2775
+ "name": "theme",
2776
+ "description": "The theme determines the visual appearance of the component.",
2777
+ "values": [
2778
+ {
2779
+ "name": "ios"
2780
+ },
2781
+ {
2782
+ "name": "md"
2783
+ },
2784
+ {
2785
+ "name": "ionic"
2786
+ }
2787
+ ]
2085
2788
  }
2086
2789
  ],
2087
2790
  "references": [
@@ -2100,7 +2803,7 @@
2100
2803
  "attributes": [
2101
2804
  {
2102
2805
  "name": "collapse",
2103
- "description": "Describes the scroll effect that will be applied to the header.\nOnly applies in iOS mode.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
2806
+ "description": "Describes the scroll effect that will be applied to the header.\nOnly applies when the theme is `\"ios\"`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
2104
2807
  "values": [
2105
2808
  {
2106
2809
  "name": "condense"
@@ -2110,21 +2813,40 @@
2110
2813
  }
2111
2814
  ]
2112
2815
  },
2816
+ {
2817
+ "name": "divider",
2818
+ "description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes"
2819
+ },
2113
2820
  {
2114
2821
  "name": "mode",
2115
- "description": "The mode determines which platform styles to use.",
2822
+ "description": "The mode determines the platform behaviors of the component.",
2823
+ "values": [
2824
+ {
2825
+ "name": "ios"
2826
+ },
2827
+ {
2828
+ "name": "md"
2829
+ }
2830
+ ]
2831
+ },
2832
+ {
2833
+ "name": "theme",
2834
+ "description": "The theme determines the visual appearance of the component.",
2116
2835
  "values": [
2117
2836
  {
2118
2837
  "name": "ios"
2119
2838
  },
2120
2839
  {
2121
2840
  "name": "md"
2841
+ },
2842
+ {
2843
+ "name": "ionic"
2122
2844
  }
2123
2845
  ]
2124
2846
  },
2125
2847
  {
2126
2848
  "name": "translucent",
2127
- "description": "If `true`, the header will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content."
2849
+ "description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content."
2128
2850
  }
2129
2851
  ],
2130
2852
  "references": [
@@ -2145,9 +2867,36 @@
2145
2867
  "name": "alt",
2146
2868
  "description": "This attribute defines the alternative text describing the image.\nUsers will see this text displayed if the image URL is wrong,\nthe image is not in one of the supported formats, or if the image is not yet downloaded."
2147
2869
  },
2870
+ {
2871
+ "name": "mode",
2872
+ "description": "The mode determines the platform behaviors of the component.",
2873
+ "values": [
2874
+ {
2875
+ "name": "ios"
2876
+ },
2877
+ {
2878
+ "name": "md"
2879
+ }
2880
+ ]
2881
+ },
2148
2882
  {
2149
2883
  "name": "src",
2150
2884
  "description": "The image URL. This attribute is mandatory for the `<img>` element."
2885
+ },
2886
+ {
2887
+ "name": "theme",
2888
+ "description": "The theme determines the visual appearance of the component.",
2889
+ "values": [
2890
+ {
2891
+ "name": "ios"
2892
+ },
2893
+ {
2894
+ "name": "md"
2895
+ },
2896
+ {
2897
+ "name": "ionic"
2898
+ }
2899
+ ]
2151
2900
  }
2152
2901
  ],
2153
2902
  "references": [
@@ -2168,6 +2917,18 @@
2168
2917
  "name": "disabled",
2169
2918
  "description": "If `true`, the infinite scroll will be hidden and scroll event listeners\nwill be removed.\n\nSet this to true to disable the infinite scroll from actively\ntrying to receive new data while scrolling. This is useful\nwhen it is known that there is no more data that can be added, and\nthe infinite scroll is no longer needed."
2170
2919
  },
2920
+ {
2921
+ "name": "mode",
2922
+ "description": "The mode determines the platform behaviors of the component.",
2923
+ "values": [
2924
+ {
2925
+ "name": "ios"
2926
+ },
2927
+ {
2928
+ "name": "md"
2929
+ }
2930
+ ]
2931
+ },
2171
2932
  {
2172
2933
  "name": "position",
2173
2934
  "description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
@@ -2180,6 +2941,21 @@
2180
2941
  }
2181
2942
  ]
2182
2943
  },
2944
+ {
2945
+ "name": "theme",
2946
+ "description": "The theme determines the visual appearance of the component.",
2947
+ "values": [
2948
+ {
2949
+ "name": "ios"
2950
+ },
2951
+ {
2952
+ "name": "md"
2953
+ },
2954
+ {
2955
+ "name": "ionic"
2956
+ }
2957
+ ]
2958
+ },
2183
2959
  {
2184
2960
  "name": "threshold",
2185
2961
  "description": "The threshold distance from the bottom\nof the content to call the `infinite` output event when scrolled.\nThe threshold value can be either a percent, or\nin pixels. For example, use the value of `10%` for the `infinite`\noutput event to get called when the user has scrolled 10%\nfrom the bottom of the page. Use the value `100px` when the\nscroll is within 100 pixels from the bottom of the page."
@@ -2235,6 +3011,33 @@
2235
3011
  {
2236
3012
  "name": "loading-text",
2237
3013
  "description": "Optional text to display while loading.\n`loadingText` can accept either plaintext or HTML as a string.\nTo display characters normally reserved for HTML, they\nmust be escaped. For example `<Ionic>` would become\n`&lt;Ionic&gt;`\n\nFor more information: [Security Documentation](https://ionicframework.com/docs/faq/security)\n\nThis property accepts custom HTML as a string.\nContent is parsed as plaintext by default.\n`innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config\nbefore custom HTML can be used."
3014
+ },
3015
+ {
3016
+ "name": "mode",
3017
+ "description": "The mode determines the platform behaviors of the component.",
3018
+ "values": [
3019
+ {
3020
+ "name": "ios"
3021
+ },
3022
+ {
3023
+ "name": "md"
3024
+ }
3025
+ ]
3026
+ },
3027
+ {
3028
+ "name": "theme",
3029
+ "description": "The theme determines the visual appearance of the component.",
3030
+ "values": [
3031
+ {
3032
+ "name": "ios"
3033
+ },
3034
+ {
3035
+ "name": "md"
3036
+ },
3037
+ {
3038
+ "name": "ionic"
3039
+ }
3040
+ ]
2238
3041
  }
2239
3042
  ],
2240
3043
  "references": [
@@ -2262,80 +3065,74 @@
2262
3065
  {
2263
3066
  "name": "name"
2264
3067
  },
2265
- {
2266
- "name": "email"
2267
- },
2268
- {
2269
- "name": "tel"
2270
- },
2271
3068
  {
2272
3069
  "name": "url"
2273
3070
  },
2274
3071
  {
2275
- "name": "on"
3072
+ "name": "off"
2276
3073
  },
2277
3074
  {
2278
- "name": "off"
3075
+ "name": "on"
2279
3076
  },
2280
3077
  {
2281
- "name": "honorific-prefix"
3078
+ "name": "additional-name"
2282
3079
  },
2283
3080
  {
2284
- "name": "given-name"
3081
+ "name": "address-level1"
2285
3082
  },
2286
3083
  {
2287
- "name": "additional-name"
3084
+ "name": "address-level2"
2288
3085
  },
2289
3086
  {
2290
- "name": "family-name"
3087
+ "name": "address-level3"
2291
3088
  },
2292
3089
  {
2293
- "name": "honorific-suffix"
3090
+ "name": "address-level4"
2294
3091
  },
2295
3092
  {
2296
- "name": "nickname"
3093
+ "name": "address-line1"
2297
3094
  },
2298
3095
  {
2299
- "name": "username"
3096
+ "name": "address-line2"
2300
3097
  },
2301
3098
  {
2302
- "name": "new-password"
3099
+ "name": "address-line3"
2303
3100
  },
2304
3101
  {
2305
- "name": "current-password"
3102
+ "name": "bday-day"
2306
3103
  },
2307
3104
  {
2308
- "name": "one-time-code"
3105
+ "name": "bday-month"
2309
3106
  },
2310
3107
  {
2311
- "name": "organization-title"
3108
+ "name": "bday-year"
2312
3109
  },
2313
3110
  {
2314
- "name": "organization"
3111
+ "name": "cc-csc"
2315
3112
  },
2316
3113
  {
2317
- "name": "street-address"
3114
+ "name": "cc-exp"
2318
3115
  },
2319
3116
  {
2320
- "name": "address-line1"
3117
+ "name": "cc-exp-month"
2321
3118
  },
2322
3119
  {
2323
- "name": "address-line2"
3120
+ "name": "cc-exp-year"
2324
3121
  },
2325
3122
  {
2326
- "name": "address-line3"
3123
+ "name": "cc-family-name"
2327
3124
  },
2328
3125
  {
2329
- "name": "address-level4"
3126
+ "name": "cc-given-name"
2330
3127
  },
2331
3128
  {
2332
- "name": "address-level3"
3129
+ "name": "cc-name"
2333
3130
  },
2334
3131
  {
2335
- "name": "address-level2"
3132
+ "name": "cc-number"
2336
3133
  },
2337
3134
  {
2338
- "name": "address-level1"
3135
+ "name": "cc-type"
2339
3136
  },
2340
3137
  {
2341
3138
  "name": "country"
@@ -2344,76 +3141,82 @@
2344
3141
  "name": "country-name"
2345
3142
  },
2346
3143
  {
2347
- "name": "postal-code"
3144
+ "name": "current-password"
2348
3145
  },
2349
3146
  {
2350
- "name": "cc-name"
3147
+ "name": "family-name"
2351
3148
  },
2352
3149
  {
2353
- "name": "cc-given-name"
3150
+ "name": "given-name"
2354
3151
  },
2355
3152
  {
2356
- "name": "cc-additional-name"
3153
+ "name": "honorific-prefix"
2357
3154
  },
2358
3155
  {
2359
- "name": "cc-family-name"
3156
+ "name": "honorific-suffix"
2360
3157
  },
2361
3158
  {
2362
- "name": "cc-number"
3159
+ "name": "new-password"
2363
3160
  },
2364
3161
  {
2365
- "name": "cc-exp"
3162
+ "name": "one-time-code"
2366
3163
  },
2367
3164
  {
2368
- "name": "cc-exp-month"
3165
+ "name": "organization"
2369
3166
  },
2370
3167
  {
2371
- "name": "cc-exp-year"
3168
+ "name": "postal-code"
2372
3169
  },
2373
3170
  {
2374
- "name": "cc-csc"
3171
+ "name": "street-address"
2375
3172
  },
2376
3173
  {
2377
- "name": "cc-type"
3174
+ "name": "transaction-amount"
2378
3175
  },
2379
3176
  {
2380
3177
  "name": "transaction-currency"
2381
3178
  },
2382
3179
  {
2383
- "name": "transaction-amount"
3180
+ "name": "username"
2384
3181
  },
2385
3182
  {
2386
- "name": "language"
3183
+ "name": "email"
2387
3184
  },
2388
3185
  {
2389
- "name": "bday"
3186
+ "name": "tel"
2390
3187
  },
2391
3188
  {
2392
- "name": "bday-day"
3189
+ "name": "tel-area-code"
2393
3190
  },
2394
3191
  {
2395
- "name": "bday-month"
3192
+ "name": "tel-country-code"
2396
3193
  },
2397
3194
  {
2398
- "name": "bday-year"
3195
+ "name": "tel-extension"
2399
3196
  },
2400
3197
  {
2401
- "name": "sex"
3198
+ "name": "tel-local"
2402
3199
  },
2403
3200
  {
2404
- "name": "tel-country-code"
3201
+ "name": "tel-national"
2405
3202
  },
2406
3203
  {
2407
- "name": "tel-national"
3204
+ "name": "nickname"
2408
3205
  },
2409
3206
  {
2410
- "name": "tel-area-code"
3207
+ "name": "organization-title"
2411
3208
  },
2412
3209
  {
2413
- "name": "tel-local"
3210
+ "name": "cc-additional-name"
2414
3211
  },
2415
3212
  {
2416
- "name": "tel-extension"
3213
+ "name": "language"
3214
+ },
3215
+ {
3216
+ "name": "bday"
3217
+ },
3218
+ {
3219
+ "name": "sex"
2417
3220
  },
2418
3221
  {
2419
3222
  "name": "impp"
@@ -2529,7 +3332,7 @@
2529
3332
  },
2530
3333
  {
2531
3334
  "name": "fill",
2532
- "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
3335
+ "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available when the theme is `\"md\"`.",
2533
3336
  "values": [
2534
3337
  {
2535
3338
  "name": "outline"
@@ -2579,7 +3382,7 @@
2579
3382
  },
2580
3383
  {
2581
3384
  "name": "label-placement",
2582
- "description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the input in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the input in LTR and to the left in RTL.\n`\"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.\n`\"stacked\"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").",
3385
+ "description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the input in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the input in LTR and to the left in RTL.\n`\"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.\n`\"stacked\"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").\n\nDefaults to \"stacked\" for the ionic theme, or \"start\" for all other themes.\n\nIn the ionic theme, only the values \"stacked\" and \"floating\" are supported.",
2583
3386
  "values": [
2584
3387
  {
2585
3388
  "name": "end"
@@ -2616,7 +3419,7 @@
2616
3419
  },
2617
3420
  {
2618
3421
  "name": "mode",
2619
- "description": "The mode determines which platform styles to use.",
3422
+ "description": "The mode determines the platform behaviors of the component.",
2620
3423
  "values": [
2621
3424
  {
2622
3425
  "name": "ios"
@@ -2652,10 +3455,31 @@
2652
3455
  },
2653
3456
  {
2654
3457
  "name": "shape",
2655
- "description": "The shape of the input. If \"round\" it will have an increased border radius.",
3458
+ "description": "Set to `\"soft\"` for an input with slightly rounded corners, `\"round\"` for an input with fully\nrounded corners, or `\"rectangular\"` for an input without rounded corners.\nDefaults to `\"round\"` for the ionic theme, and `undefined` for all other themes.\nOnly applies when the fill is set to `\"solid\"` or `\"outline\"`.",
2656
3459
  "values": [
3460
+ {
3461
+ "name": "rectangular"
3462
+ },
2657
3463
  {
2658
3464
  "name": "round"
3465
+ },
3466
+ {
3467
+ "name": "soft"
3468
+ }
3469
+ ]
3470
+ },
3471
+ {
3472
+ "name": "size",
3473
+ "description": "The size of the input. If \"large\", it will have an increased height. By default the\nsize is medium. This property only applies to the `\"ionic\"` theme.",
3474
+ "values": [
3475
+ {
3476
+ "name": "large"
3477
+ },
3478
+ {
3479
+ "name": "medium"
3480
+ },
3481
+ {
3482
+ "name": "xlarge"
2659
3483
  }
2660
3484
  ]
2661
3485
  },
@@ -2667,6 +3491,21 @@
2667
3491
  "name": "step",
2668
3492
  "description": "Works with the min and max attributes to limit the increments at which a value can be set.\nPossible values are: `\"any\"` or a positive floating point number."
2669
3493
  },
3494
+ {
3495
+ "name": "theme",
3496
+ "description": "The theme determines the visual appearance of the component.",
3497
+ "values": [
3498
+ {
3499
+ "name": "ios"
3500
+ },
3501
+ {
3502
+ "name": "md"
3503
+ },
3504
+ {
3505
+ "name": "ionic"
3506
+ }
3507
+ ]
3508
+ },
2670
3509
  {
2671
3510
  "name": "type",
2672
3511
  "description": "The type of control to display. The default type is text.",
@@ -2835,7 +3674,7 @@
2835
3674
  },
2836
3675
  {
2837
3676
  "name": "detail",
2838
- "description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `mode`\nis `ios` and an `href` or `button` property is present."
3677
+ "description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `theme`\nis `\"ios\"` and an `href` or `button` property is present."
2839
3678
  },
2840
3679
  {
2841
3680
  "name": "detail-icon",
@@ -2870,7 +3709,7 @@
2870
3709
  },
2871
3710
  {
2872
3711
  "name": "mode",
2873
- "description": "The mode determines which platform styles to use.",
3712
+ "description": "The mode determines the platform behaviors of the component.",
2874
3713
  "values": [
2875
3714
  {
2876
3715
  "name": "ios"
@@ -2903,6 +3742,21 @@
2903
3742
  "name": "target",
2904
3743
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
2905
3744
  },
3745
+ {
3746
+ "name": "theme",
3747
+ "description": "The theme determines the visual appearance of the component.",
3748
+ "values": [
3749
+ {
3750
+ "name": "ios"
3751
+ },
3752
+ {
3753
+ "name": "md"
3754
+ },
3755
+ {
3756
+ "name": "ionic"
3757
+ }
3758
+ ]
3759
+ },
2906
3760
  {
2907
3761
  "name": "type",
2908
3762
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -2968,7 +3822,7 @@
2968
3822
  },
2969
3823
  {
2970
3824
  "name": "mode",
2971
- "description": "The mode determines which platform styles to use.",
3825
+ "description": "The mode determines the platform behaviors of the component.",
2972
3826
  "values": [
2973
3827
  {
2974
3828
  "name": "ios"
@@ -2981,6 +3835,21 @@
2981
3835
  {
2982
3836
  "name": "sticky",
2983
3837
  "description": "When it's set to `true`, the item-divider will stay visible when it reaches the top\nof the viewport until the next `ion-item-divider` replaces it.\n\nThis feature relies in `position:sticky`:\nhttps://caniuse.com/#feat=css-sticky"
3838
+ },
3839
+ {
3840
+ "name": "theme",
3841
+ "description": "The theme determines the visual appearance of the component.",
3842
+ "values": [
3843
+ {
3844
+ "name": "ios"
3845
+ },
3846
+ {
3847
+ "name": "md"
3848
+ },
3849
+ {
3850
+ "name": "ionic"
3851
+ }
3852
+ ]
2984
3853
  }
2985
3854
  ],
2986
3855
  "references": [
@@ -2996,7 +3865,35 @@
2996
3865
  "kind": "markdown",
2997
3866
  "value": ""
2998
3867
  },
2999
- "attributes": [],
3868
+ "attributes": [
3869
+ {
3870
+ "name": "mode",
3871
+ "description": "The mode determines the platform behaviors of the component.",
3872
+ "values": [
3873
+ {
3874
+ "name": "ios"
3875
+ },
3876
+ {
3877
+ "name": "md"
3878
+ }
3879
+ ]
3880
+ },
3881
+ {
3882
+ "name": "theme",
3883
+ "description": "The theme determines the visual appearance of the component.",
3884
+ "values": [
3885
+ {
3886
+ "name": "ios"
3887
+ },
3888
+ {
3889
+ "name": "md"
3890
+ },
3891
+ {
3892
+ "name": "ionic"
3893
+ }
3894
+ ]
3895
+ }
3896
+ ],
3000
3897
  "references": [
3001
3898
  {
3002
3899
  "name": "Source code",
@@ -3062,7 +3959,7 @@
3062
3959
  },
3063
3960
  {
3064
3961
  "name": "mode",
3065
- "description": "The mode determines which platform styles to use.",
3962
+ "description": "The mode determines the platform behaviors of the component.",
3066
3963
  "values": [
3067
3964
  {
3068
3965
  "name": "ios"
@@ -3076,10 +3973,40 @@
3076
3973
  "name": "rel",
3077
3974
  "description": "Specifies the relationship of the target object to the link object.\nThe value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types)."
3078
3975
  },
3976
+ {
3977
+ "name": "shape",
3978
+ "description": "Set to `\"rectangular\"` for non-rounded corners.\nSet to `\"soft\"` for slightly rounded corners.\nSet to `\"round\"` for fully rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
3979
+ "values": [
3980
+ {
3981
+ "name": "rectangular"
3982
+ },
3983
+ {
3984
+ "name": "round"
3985
+ },
3986
+ {
3987
+ "name": "soft"
3988
+ }
3989
+ ]
3990
+ },
3079
3991
  {
3080
3992
  "name": "target",
3081
3993
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
3082
3994
  },
3995
+ {
3996
+ "name": "theme",
3997
+ "description": "The theme determines the visual appearance of the component.",
3998
+ "values": [
3999
+ {
4000
+ "name": "ios"
4001
+ },
4002
+ {
4003
+ "name": "md"
4004
+ },
4005
+ {
4006
+ "name": "ionic"
4007
+ }
4008
+ ]
4009
+ },
3083
4010
  {
3084
4011
  "name": "type",
3085
4012
  "description": "The type of the button.",
@@ -3110,6 +4037,18 @@
3110
4037
  "value": ""
3111
4038
  },
3112
4039
  "attributes": [
4040
+ {
4041
+ "name": "mode",
4042
+ "description": "The mode determines the platform behaviors of the component.",
4043
+ "values": [
4044
+ {
4045
+ "name": "ios"
4046
+ },
4047
+ {
4048
+ "name": "md"
4049
+ }
4050
+ ]
4051
+ },
3113
4052
  {
3114
4053
  "name": "side",
3115
4054
  "description": "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.",
@@ -3121,6 +4060,21 @@
3121
4060
  "name": "start"
3122
4061
  }
3123
4062
  ]
4063
+ },
4064
+ {
4065
+ "name": "theme",
4066
+ "description": "The theme determines the visual appearance of the component.",
4067
+ "values": [
4068
+ {
4069
+ "name": "ios"
4070
+ },
4071
+ {
4072
+ "name": "md"
4073
+ },
4074
+ {
4075
+ "name": "ionic"
4076
+ }
4077
+ ]
3124
4078
  }
3125
4079
  ],
3126
4080
  "references": [
@@ -3140,6 +4094,33 @@
3140
4094
  {
3141
4095
  "name": "disabled",
3142
4096
  "description": "If `true`, the user cannot interact with the sliding item."
4097
+ },
4098
+ {
4099
+ "name": "mode",
4100
+ "description": "The mode determines the platform behaviors of the component.",
4101
+ "values": [
4102
+ {
4103
+ "name": "ios"
4104
+ },
4105
+ {
4106
+ "name": "md"
4107
+ }
4108
+ ]
4109
+ },
4110
+ {
4111
+ "name": "theme",
4112
+ "description": "The theme determines the visual appearance of the component.",
4113
+ "values": [
4114
+ {
4115
+ "name": "ios"
4116
+ },
4117
+ {
4118
+ "name": "md"
4119
+ },
4120
+ {
4121
+ "name": "ionic"
4122
+ }
4123
+ ]
3143
4124
  }
3144
4125
  ],
3145
4126
  "references": [
@@ -3191,7 +4172,7 @@
3191
4172
  },
3192
4173
  {
3193
4174
  "name": "mode",
3194
- "description": "The mode determines which platform styles to use.",
4175
+ "description": "The mode determines the platform behaviors of the component.",
3195
4176
  "values": [
3196
4177
  {
3197
4178
  "name": "ios"
@@ -3215,6 +4196,21 @@
3215
4196
  "name": "stacked"
3216
4197
  }
3217
4198
  ]
4199
+ },
4200
+ {
4201
+ "name": "theme",
4202
+ "description": "The theme determines the visual appearance of the component.",
4203
+ "values": [
4204
+ {
4205
+ "name": "ios"
4206
+ },
4207
+ {
4208
+ "name": "md"
4209
+ },
4210
+ {
4211
+ "name": "ionic"
4212
+ }
4213
+ ]
3218
4214
  }
3219
4215
  ],
3220
4216
  "references": [
@@ -3252,13 +4248,43 @@
3252
4248
  },
3253
4249
  {
3254
4250
  "name": "mode",
3255
- "description": "The mode determines which platform styles to use.",
4251
+ "description": "The mode determines the platform behaviors of the component.",
4252
+ "values": [
4253
+ {
4254
+ "name": "ios"
4255
+ },
4256
+ {
4257
+ "name": "md"
4258
+ }
4259
+ ]
4260
+ },
4261
+ {
4262
+ "name": "shape",
4263
+ "description": "Set to `\"soft\"` for slightly rounded corners,\n`\"round\"` for fully rounded corners,\nor `\"rectangular\"` for no rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme\nwhen inset is `true`\ndefaults to `\"rectangular\"` for the `ionic`\ntheme when inset is `false`,\nundefined for all other themes.",
4264
+ "values": [
4265
+ {
4266
+ "name": "rectangular"
4267
+ },
4268
+ {
4269
+ "name": "round"
4270
+ },
4271
+ {
4272
+ "name": "soft"
4273
+ }
4274
+ ]
4275
+ },
4276
+ {
4277
+ "name": "theme",
4278
+ "description": "The theme determines the visual appearance of the component.",
3256
4279
  "values": [
3257
4280
  {
3258
4281
  "name": "ios"
3259
4282
  },
3260
4283
  {
3261
4284
  "name": "md"
4285
+ },
4286
+ {
4287
+ "name": "ionic"
3262
4288
  }
3263
4289
  ]
3264
4290
  }
@@ -3327,13 +4353,28 @@
3327
4353
  },
3328
4354
  {
3329
4355
  "name": "mode",
3330
- "description": "The mode determines which platform styles to use.",
4356
+ "description": "The mode determines the platform behaviors of the component.",
4357
+ "values": [
4358
+ {
4359
+ "name": "ios"
4360
+ },
4361
+ {
4362
+ "name": "md"
4363
+ }
4364
+ ]
4365
+ },
4366
+ {
4367
+ "name": "theme",
4368
+ "description": "The theme determines the visual appearance of the component.",
3331
4369
  "values": [
3332
4370
  {
3333
4371
  "name": "ios"
3334
4372
  },
3335
4373
  {
3336
4374
  "name": "md"
4375
+ },
4376
+ {
4377
+ "name": "ionic"
3337
4378
  }
3338
4379
  ]
3339
4380
  }
@@ -3382,7 +4423,7 @@
3382
4423
  },
3383
4424
  {
3384
4425
  "name": "mode",
3385
- "description": "The mode determines which platform styles to use.",
4426
+ "description": "The mode determines the platform behaviors of the component.",
3386
4427
  "values": [
3387
4428
  {
3388
4429
  "name": "ios"
@@ -3430,12 +4471,27 @@
3430
4471
  ]
3431
4472
  },
3432
4473
  {
3433
- "name": "translucent",
3434
- "description": "If `true`, the loading indicator will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
3435
- },
3436
- {
3437
- "name": "trigger",
3438
- "description": "An ID corresponding to the trigger element that\ncauses the loading indicator to open when clicked."
4474
+ "name": "theme",
4475
+ "description": "The theme determines the visual appearance of the component.",
4476
+ "values": [
4477
+ {
4478
+ "name": "ios"
4479
+ },
4480
+ {
4481
+ "name": "md"
4482
+ },
4483
+ {
4484
+ "name": "ionic"
4485
+ }
4486
+ ]
4487
+ },
4488
+ {
4489
+ "name": "translucent",
4490
+ "description": "If `true`, the loading indicator will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
4491
+ },
4492
+ {
4493
+ "name": "trigger",
4494
+ "description": "An ID corresponding to the trigger element that\ncauses the loading indicator to open when clicked."
3439
4495
  }
3440
4496
  ],
3441
4497
  "references": [
@@ -3468,6 +4524,18 @@
3468
4524
  "name": "menu-id",
3469
4525
  "description": "An id for the menu."
3470
4526
  },
4527
+ {
4528
+ "name": "mode",
4529
+ "description": "The mode determines the platform behaviors of the component.",
4530
+ "values": [
4531
+ {
4532
+ "name": "ios"
4533
+ },
4534
+ {
4535
+ "name": "md"
4536
+ }
4537
+ ]
4538
+ },
3471
4539
  {
3472
4540
  "name": "side",
3473
4541
  "description": "Which side of the view the menu should be placed.",
@@ -3484,6 +4552,21 @@
3484
4552
  "name": "swipe-gesture",
3485
4553
  "description": "If `true`, swiping the menu is enabled."
3486
4554
  },
4555
+ {
4556
+ "name": "theme",
4557
+ "description": "The theme determines the visual appearance of the component.",
4558
+ "values": [
4559
+ {
4560
+ "name": "ios"
4561
+ },
4562
+ {
4563
+ "name": "md"
4564
+ },
4565
+ {
4566
+ "name": "ionic"
4567
+ }
4568
+ ]
4569
+ },
3487
4570
  {
3488
4571
  "name": "type",
3489
4572
  "description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
@@ -3561,13 +4644,28 @@
3561
4644
  },
3562
4645
  {
3563
4646
  "name": "mode",
3564
- "description": "The mode determines which platform styles to use.",
4647
+ "description": "The mode determines the platform behaviors of the component.",
4648
+ "values": [
4649
+ {
4650
+ "name": "ios"
4651
+ },
4652
+ {
4653
+ "name": "md"
4654
+ }
4655
+ ]
4656
+ },
4657
+ {
4658
+ "name": "theme",
4659
+ "description": "The theme determines the visual appearance of the component.",
3565
4660
  "values": [
3566
4661
  {
3567
4662
  "name": "ios"
3568
4663
  },
3569
4664
  {
3570
4665
  "name": "md"
4666
+ },
4667
+ {
4668
+ "name": "ionic"
3571
4669
  }
3572
4670
  ]
3573
4671
  },
@@ -3608,6 +4706,33 @@
3608
4706
  {
3609
4707
  "name": "menu",
3610
4708
  "description": "Optional property that maps to a Menu's `menuId` prop.\nCan also be `start` or `end` for the menu side.\nThis is used to find the correct menu to toggle.\n\nIf this property is not used, `ion-menu-toggle` will toggle the\nfirst menu that is active."
4709
+ },
4710
+ {
4711
+ "name": "mode",
4712
+ "description": "The mode determines the platform behaviors of the component.",
4713
+ "values": [
4714
+ {
4715
+ "name": "ios"
4716
+ },
4717
+ {
4718
+ "name": "md"
4719
+ }
4720
+ ]
4721
+ },
4722
+ {
4723
+ "name": "theme",
4724
+ "description": "The theme determines the visual appearance of the component.",
4725
+ "values": [
4726
+ {
4727
+ "name": "ios"
4728
+ },
4729
+ {
4730
+ "name": "md"
4731
+ },
4732
+ {
4733
+ "name": "ionic"
4734
+ }
4735
+ ]
3611
4736
  }
3612
4737
  ],
3613
4738
  "references": [
@@ -3678,7 +4803,7 @@
3678
4803
  },
3679
4804
  {
3680
4805
  "name": "mode",
3681
- "description": "The mode determines which platform styles to use.",
4806
+ "description": "The mode determines the platform behaviors of the component.",
3682
4807
  "values": [
3683
4808
  {
3684
4809
  "name": "ios"
@@ -3688,10 +4813,40 @@
3688
4813
  }
3689
4814
  ]
3690
4815
  },
4816
+ {
4817
+ "name": "shape",
4818
+ "description": "Set to `\"soft\"` for a modal with slightly rounded corners,\n`\"round\"` for a modal with fully rounded corners, or `\"rectangular\"`\nfor a modal without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
4819
+ "values": [
4820
+ {
4821
+ "name": "rectangular"
4822
+ },
4823
+ {
4824
+ "name": "round"
4825
+ },
4826
+ {
4827
+ "name": "soft"
4828
+ }
4829
+ ]
4830
+ },
3691
4831
  {
3692
4832
  "name": "show-backdrop",
3693
4833
  "description": "If `true`, a backdrop will be displayed behind the modal.\nThis property controls whether or not the backdrop\ndarkens the screen when the modal is presented.\nIt does not control whether or not the backdrop\nis active or present in the DOM."
3694
4834
  },
4835
+ {
4836
+ "name": "theme",
4837
+ "description": "The theme determines the visual appearance of the component.",
4838
+ "values": [
4839
+ {
4840
+ "name": "ios"
4841
+ },
4842
+ {
4843
+ "name": "md"
4844
+ },
4845
+ {
4846
+ "name": "ionic"
4847
+ }
4848
+ ]
4849
+ },
3695
4850
  {
3696
4851
  "name": "trigger",
3697
4852
  "description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked."
@@ -3715,6 +4870,18 @@
3715
4870
  "name": "animated",
3716
4871
  "description": "If `true`, the nav should animate the transition of components."
3717
4872
  },
4873
+ {
4874
+ "name": "mode",
4875
+ "description": "The mode determines the platform behaviors of the component.",
4876
+ "values": [
4877
+ {
4878
+ "name": "ios"
4879
+ },
4880
+ {
4881
+ "name": "md"
4882
+ }
4883
+ ]
4884
+ },
3718
4885
  {
3719
4886
  "name": "root",
3720
4887
  "description": "Root NavComponent to load"
@@ -3722,6 +4889,21 @@
3722
4889
  {
3723
4890
  "name": "swipe-gesture",
3724
4891
  "description": "If the nav component should allow for swipe-to-go-back."
4892
+ },
4893
+ {
4894
+ "name": "theme",
4895
+ "description": "The theme determines the visual appearance of the component.",
4896
+ "values": [
4897
+ {
4898
+ "name": "ios"
4899
+ },
4900
+ {
4901
+ "name": "md"
4902
+ },
4903
+ {
4904
+ "name": "ionic"
4905
+ }
4906
+ ]
3725
4907
  }
3726
4908
  ],
3727
4909
  "references": [
@@ -3742,6 +4924,18 @@
3742
4924
  "name": "component",
3743
4925
  "description": "Component to navigate to. Only used if the `routerDirection` is `\"forward\"` or `\"root\"`."
3744
4926
  },
4927
+ {
4928
+ "name": "mode",
4929
+ "description": "The mode determines the platform behaviors of the component.",
4930
+ "values": [
4931
+ {
4932
+ "name": "ios"
4933
+ },
4934
+ {
4935
+ "name": "md"
4936
+ }
4937
+ ]
4938
+ },
3745
4939
  {
3746
4940
  "name": "router-direction",
3747
4941
  "description": "The transition direction when navigating to another page.",
@@ -3756,6 +4950,21 @@
3756
4950
  "name": "root"
3757
4951
  }
3758
4952
  ]
4953
+ },
4954
+ {
4955
+ "name": "theme",
4956
+ "description": "The theme determines the visual appearance of the component.",
4957
+ "values": [
4958
+ {
4959
+ "name": "ios"
4960
+ },
4961
+ {
4962
+ "name": "md"
4963
+ },
4964
+ {
4965
+ "name": "ionic"
4966
+ }
4967
+ ]
3759
4968
  }
3760
4969
  ],
3761
4970
  "references": [
@@ -3807,13 +5016,28 @@
3807
5016
  },
3808
5017
  {
3809
5018
  "name": "mode",
3810
- "description": "The mode determines which platform styles to use.",
5019
+ "description": "The mode determines the platform behaviors of the component.",
5020
+ "values": [
5021
+ {
5022
+ "name": "ios"
5023
+ },
5024
+ {
5025
+ "name": "md"
5026
+ }
5027
+ ]
5028
+ },
5029
+ {
5030
+ "name": "theme",
5031
+ "description": "The theme determines the visual appearance of the component.",
3811
5032
  "values": [
3812
5033
  {
3813
5034
  "name": "ios"
3814
5035
  },
3815
5036
  {
3816
5037
  "name": "md"
5038
+ },
5039
+ {
5040
+ "name": "ionic"
3817
5041
  }
3818
5042
  ]
3819
5043
  }
@@ -3834,13 +5058,28 @@
3834
5058
  "attributes": [
3835
5059
  {
3836
5060
  "name": "mode",
3837
- "description": "The mode determines which platform styles to use.",
5061
+ "description": "The mode determines the platform behaviors of the component.",
5062
+ "values": [
5063
+ {
5064
+ "name": "ios"
5065
+ },
5066
+ {
5067
+ "name": "md"
5068
+ }
5069
+ ]
5070
+ },
5071
+ {
5072
+ "name": "theme",
5073
+ "description": "The theme determines the visual appearance of the component.",
3838
5074
  "values": [
3839
5075
  {
3840
5076
  "name": "ios"
3841
5077
  },
3842
5078
  {
3843
5079
  "name": "md"
5080
+ },
5081
+ {
5082
+ "name": "ionic"
3844
5083
  }
3845
5084
  ]
3846
5085
  }
@@ -3898,13 +5137,28 @@
3898
5137
  },
3899
5138
  {
3900
5139
  "name": "mode",
3901
- "description": "The mode determines which platform styles to use.",
5140
+ "description": "The mode determines the platform behaviors of the component.",
5141
+ "values": [
5142
+ {
5143
+ "name": "ios"
5144
+ },
5145
+ {
5146
+ "name": "md"
5147
+ }
5148
+ ]
5149
+ },
5150
+ {
5151
+ "name": "theme",
5152
+ "description": "The theme determines the visual appearance of the component.",
3902
5153
  "values": [
3903
5154
  {
3904
5155
  "name": "ios"
3905
5156
  },
3906
5157
  {
3907
5158
  "name": "md"
5159
+ },
5160
+ {
5161
+ "name": "ionic"
3908
5162
  }
3909
5163
  ]
3910
5164
  },
@@ -3964,6 +5218,33 @@
3964
5218
  "name": "disabled",
3965
5219
  "description": "If `true`, the user cannot interact with the picker column option."
3966
5220
  },
5221
+ {
5222
+ "name": "mode",
5223
+ "description": "The mode determines the platform behaviors of the component.",
5224
+ "values": [
5225
+ {
5226
+ "name": "ios"
5227
+ },
5228
+ {
5229
+ "name": "md"
5230
+ }
5231
+ ]
5232
+ },
5233
+ {
5234
+ "name": "theme",
5235
+ "description": "The theme determines the visual appearance of the component.",
5236
+ "values": [
5237
+ {
5238
+ "name": "ios"
5239
+ },
5240
+ {
5241
+ "name": "md"
5242
+ },
5243
+ {
5244
+ "name": "ionic"
5245
+ }
5246
+ ]
5247
+ },
3967
5248
  {
3968
5249
  "name": "value",
3969
5250
  "description": "The text value of the option."
@@ -4009,7 +5290,7 @@
4009
5290
  },
4010
5291
  {
4011
5292
  "name": "mode",
4012
- "description": "The mode determines which platform styles to use.",
5293
+ "description": "The mode determines the platform behaviors of the component.",
4013
5294
  "values": [
4014
5295
  {
4015
5296
  "name": "ios"
@@ -4023,6 +5304,21 @@
4023
5304
  "name": "show-backdrop",
4024
5305
  "description": "If `true`, a backdrop will be displayed behind the picker."
4025
5306
  },
5307
+ {
5308
+ "name": "theme",
5309
+ "description": "The theme determines the visual appearance of the component.",
5310
+ "values": [
5311
+ {
5312
+ "name": "ios"
5313
+ },
5314
+ {
5315
+ "name": "md"
5316
+ },
5317
+ {
5318
+ "name": "ionic"
5319
+ }
5320
+ ]
5321
+ },
4026
5322
  {
4027
5323
  "name": "trigger",
4028
5324
  "description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked."
@@ -4044,7 +5340,7 @@
4044
5340
  "attributes": [
4045
5341
  {
4046
5342
  "name": "alignment",
4047
- "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
5343
+ "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
4048
5344
  "values": [
4049
5345
  {
4050
5346
  "name": "center"
@@ -4063,7 +5359,7 @@
4063
5359
  },
4064
5360
  {
4065
5361
  "name": "arrow",
4066
- "description": "If `true`, the popover will display an arrow that points at the\n`reference` when running in `ios` mode. Does not apply in `md` mode."
5362
+ "description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme."
4067
5363
  },
4068
5364
  {
4069
5365
  "name": "backdrop-dismiss",
@@ -4099,7 +5395,7 @@
4099
5395
  },
4100
5396
  {
4101
5397
  "name": "mode",
4102
- "description": "The mode determines which platform styles to use.",
5398
+ "description": "The mode determines the platform behaviors of the component.",
4103
5399
  "values": [
4104
5400
  {
4105
5401
  "name": "ios"
@@ -4161,9 +5457,24 @@
4161
5457
  }
4162
5458
  ]
4163
5459
  },
5460
+ {
5461
+ "name": "theme",
5462
+ "description": "The theme determines the visual appearance of the component.",
5463
+ "values": [
5464
+ {
5465
+ "name": "ios"
5466
+ },
5467
+ {
5468
+ "name": "md"
5469
+ },
5470
+ {
5471
+ "name": "ionic"
5472
+ }
5473
+ ]
5474
+ },
4164
5475
  {
4165
5476
  "name": "translucent",
4166
- "description": "If `true`, the popover will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
5477
+ "description": "If `true`, the popover will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
4167
5478
  },
4168
5479
  {
4169
5480
  "name": "trigger",
@@ -4238,7 +5549,7 @@
4238
5549
  },
4239
5550
  {
4240
5551
  "name": "mode",
4241
- "description": "The mode determines which platform styles to use.",
5552
+ "description": "The mode determines the platform behaviors of the component.",
4242
5553
  "values": [
4243
5554
  {
4244
5555
  "name": "ios"
@@ -4253,31 +5564,58 @@
4253
5564
  "description": "If true, reverse the progress bar direction."
4254
5565
  },
4255
5566
  {
4256
- "name": "type",
4257
- "description": "The state of the progress bar, based on if the time the process takes is known or not.\nDefault options are: `\"determinate\"` (no animation), `\"indeterminate\"` (animate from left to right).",
5567
+ "name": "shape",
5568
+ "description": "Set to `\"round\"` for a progress bar with rounded corners, or `\"rectangular\"`\nfor a progress bar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
4258
5569
  "values": [
4259
5570
  {
4260
- "name": "determinate"
5571
+ "name": "rectangular"
4261
5572
  },
4262
5573
  {
4263
- "name": "indeterminate"
5574
+ "name": "round"
4264
5575
  }
4265
5576
  ]
4266
5577
  },
4267
5578
  {
4268
- "name": "value",
4269
- "description": "The value determines how much of the active bar should display when the\n`type` is `\"determinate\"`.\nThe value should be between [0, 1]."
4270
- }
4271
- ],
4272
- "references": [
4273
- {
4274
- "name": "Source code",
4275
- "url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/progress-bar/progress-bar.tsx"
4276
- }
4277
- ]
4278
- },
4279
- {
4280
- "name": "ion-radio",
5579
+ "name": "theme",
5580
+ "description": "The theme determines the visual appearance of the component.",
5581
+ "values": [
5582
+ {
5583
+ "name": "ios"
5584
+ },
5585
+ {
5586
+ "name": "md"
5587
+ },
5588
+ {
5589
+ "name": "ionic"
5590
+ }
5591
+ ]
5592
+ },
5593
+ {
5594
+ "name": "type",
5595
+ "description": "The state of the progress bar, based on if the time the process takes is known or not.\nDefault options are: `\"determinate\"` (no animation), `\"indeterminate\"` (animate from left to right).",
5596
+ "values": [
5597
+ {
5598
+ "name": "determinate"
5599
+ },
5600
+ {
5601
+ "name": "indeterminate"
5602
+ }
5603
+ ]
5604
+ },
5605
+ {
5606
+ "name": "value",
5607
+ "description": "The value determines how much of the active bar should display when the\n`type` is `\"determinate\"`.\nThe value should be between [0, 1]."
5608
+ }
5609
+ ],
5610
+ "references": [
5611
+ {
5612
+ "name": "Source code",
5613
+ "url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/progress-bar/progress-bar.tsx"
5614
+ }
5615
+ ]
5616
+ },
5617
+ {
5618
+ "name": "ion-radio",
4281
5619
  "description": {
4282
5620
  "kind": "markdown",
4283
5621
  "value": ""
@@ -4367,7 +5705,7 @@
4367
5705
  },
4368
5706
  {
4369
5707
  "name": "mode",
4370
- "description": "The mode determines which platform styles to use.",
5708
+ "description": "The mode determines the platform behaviors of the component.",
4371
5709
  "values": [
4372
5710
  {
4373
5711
  "name": "ios"
@@ -4381,6 +5719,21 @@
4381
5719
  "name": "name",
4382
5720
  "description": "The name of the control, which is submitted with the form data."
4383
5721
  },
5722
+ {
5723
+ "name": "theme",
5724
+ "description": "The theme determines the visual appearance of the component.",
5725
+ "values": [
5726
+ {
5727
+ "name": "ios"
5728
+ },
5729
+ {
5730
+ "name": "md"
5731
+ },
5732
+ {
5733
+ "name": "ionic"
5734
+ }
5735
+ ]
5736
+ },
4384
5737
  {
4385
5738
  "name": "value",
4386
5739
  "description": "the value of the radio."
@@ -4408,13 +5761,36 @@
4408
5761
  "name": "compare-with",
4409
5762
  "description": "This property allows developers to specify a custom function or property\nname for comparing objects when determining the selected option in the\nion-radio-group. When not specified, the default behavior will use strict\nequality (===) for comparison."
4410
5763
  },
5764
+ {
5765
+ "name": "mode",
5766
+ "description": "The mode determines the platform behaviors of the component.",
5767
+ "values": [
5768
+ {
5769
+ "name": "ios"
5770
+ },
5771
+ {
5772
+ "name": "md"
5773
+ }
5774
+ ]
5775
+ },
4411
5776
  {
4412
5777
  "name": "name",
4413
5778
  "description": "The name of the control, which is submitted with the form data."
4414
5779
  },
4415
5780
  {
4416
- "name": "required",
4417
- "description": "If `true`, the user must fill in a value before submitting a form."
5781
+ "name": "theme",
5782
+ "description": "The theme determines the visual appearance of the component.",
5783
+ "values": [
5784
+ {
5785
+ "name": "ios"
5786
+ },
5787
+ {
5788
+ "name": "md"
5789
+ },
5790
+ {
5791
+ "name": "ionic"
5792
+ }
5793
+ ]
4418
5794
  },
4419
5795
  {
4420
5796
  "name": "value",
@@ -4516,7 +5892,7 @@
4516
5892
  },
4517
5893
  {
4518
5894
  "name": "mode",
4519
- "description": "The mode determines which platform styles to use.",
5895
+ "description": "The mode determines the platform behaviors of the component.",
4520
5896
  "values": [
4521
5897
  {
4522
5898
  "name": "ios"
@@ -4542,6 +5918,21 @@
4542
5918
  "name": "step",
4543
5919
  "description": "Specifies the value granularity."
4544
5920
  },
5921
+ {
5922
+ "name": "theme",
5923
+ "description": "The theme determines the visual appearance of the component.",
5924
+ "values": [
5925
+ {
5926
+ "name": "ios"
5927
+ },
5928
+ {
5929
+ "name": "md"
5930
+ },
5931
+ {
5932
+ "name": "ionic"
5933
+ }
5934
+ ]
5935
+ },
4545
5936
  {
4546
5937
  "name": "ticks",
4547
5938
  "description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`."
@@ -4575,7 +5966,7 @@
4575
5966
  },
4576
5967
  {
4577
5968
  "name": "mode",
4578
- "description": "The mode determines which platform styles to use.",
5969
+ "description": "The mode determines the platform behaviors of the component.",
4579
5970
  "values": [
4580
5971
  {
4581
5972
  "name": "ios"
@@ -4600,6 +5991,21 @@
4600
5991
  {
4601
5992
  "name": "snapback-duration",
4602
5993
  "description": "Time it takes the refresher to snap back to the `refreshing` state.\nDoes not apply when the refresher content uses a spinner,\nenabling the native refresher."
5994
+ },
5995
+ {
5996
+ "name": "theme",
5997
+ "description": "The theme determines the visual appearance of the component.",
5998
+ "values": [
5999
+ {
6000
+ "name": "ios"
6001
+ },
6002
+ {
6003
+ "name": "md"
6004
+ },
6005
+ {
6006
+ "name": "ionic"
6007
+ }
6008
+ ]
4603
6009
  }
4604
6010
  ],
4605
6011
  "references": [
@@ -4616,6 +6022,18 @@
4616
6022
  "value": ""
4617
6023
  },
4618
6024
  "attributes": [
6025
+ {
6026
+ "name": "mode",
6027
+ "description": "The mode determines the platform behaviors of the component.",
6028
+ "values": [
6029
+ {
6030
+ "name": "ios"
6031
+ },
6032
+ {
6033
+ "name": "md"
6034
+ }
6035
+ ]
6036
+ },
4619
6037
  {
4620
6038
  "name": "pulling-icon",
4621
6039
  "description": "A static icon or a spinner to display when you begin to pull down.\nA spinner name can be provided to gradually show tick marks\nwhen pulling down on iOS devices."
@@ -4660,6 +6078,21 @@
4660
6078
  {
4661
6079
  "name": "refreshing-text",
4662
6080
  "description": "The text you want to display when performing a refresh.\n`refreshingText` can accept either plaintext or HTML as a string.\nTo display characters normally reserved for HTML, they\nmust be escaped. For example `<Ionic>` would become\n`&lt;Ionic&gt;`\n\nFor more information: [Security Documentation](https://ionicframework.com/docs/faq/security)\n\nContent is parsed as plaintext by default.\n`innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config\nbefore custom HTML can be used."
6081
+ },
6082
+ {
6083
+ "name": "theme",
6084
+ "description": "The theme determines the visual appearance of the component.",
6085
+ "values": [
6086
+ {
6087
+ "name": "ios"
6088
+ },
6089
+ {
6090
+ "name": "md"
6091
+ },
6092
+ {
6093
+ "name": "ionic"
6094
+ }
6095
+ ]
4663
6096
  }
4664
6097
  ],
4665
6098
  "references": [
@@ -4675,7 +6108,35 @@
4675
6108
  "kind": "markdown",
4676
6109
  "value": ""
4677
6110
  },
4678
- "attributes": [],
6111
+ "attributes": [
6112
+ {
6113
+ "name": "mode",
6114
+ "description": "The mode determines the platform behaviors of the component.",
6115
+ "values": [
6116
+ {
6117
+ "name": "ios"
6118
+ },
6119
+ {
6120
+ "name": "md"
6121
+ }
6122
+ ]
6123
+ },
6124
+ {
6125
+ "name": "theme",
6126
+ "description": "The theme determines the visual appearance of the component.",
6127
+ "values": [
6128
+ {
6129
+ "name": "ios"
6130
+ },
6131
+ {
6132
+ "name": "md"
6133
+ },
6134
+ {
6135
+ "name": "ionic"
6136
+ }
6137
+ ]
6138
+ }
6139
+ ],
4679
6140
  "references": [
4680
6141
  {
4681
6142
  "name": "Source code",
@@ -4693,6 +6154,33 @@
4693
6154
  {
4694
6155
  "name": "disabled",
4695
6156
  "description": "If `true`, the reorder will be hidden."
6157
+ },
6158
+ {
6159
+ "name": "mode",
6160
+ "description": "The mode determines the platform behaviors of the component.",
6161
+ "values": [
6162
+ {
6163
+ "name": "ios"
6164
+ },
6165
+ {
6166
+ "name": "md"
6167
+ }
6168
+ ]
6169
+ },
6170
+ {
6171
+ "name": "theme",
6172
+ "description": "The theme determines the visual appearance of the component.",
6173
+ "values": [
6174
+ {
6175
+ "name": "ios"
6176
+ },
6177
+ {
6178
+ "name": "md"
6179
+ },
6180
+ {
6181
+ "name": "ionic"
6182
+ }
6183
+ ]
4696
6184
  }
4697
6185
  ],
4698
6186
  "references": [
@@ -4709,6 +6197,33 @@
4709
6197
  "value": ""
4710
6198
  },
4711
6199
  "attributes": [
6200
+ {
6201
+ "name": "mode",
6202
+ "description": "The mode determines the platform behaviors of the component.",
6203
+ "values": [
6204
+ {
6205
+ "name": "ios"
6206
+ },
6207
+ {
6208
+ "name": "md"
6209
+ }
6210
+ ]
6211
+ },
6212
+ {
6213
+ "name": "theme",
6214
+ "description": "The theme determines the visual appearance of the component.",
6215
+ "values": [
6216
+ {
6217
+ "name": "ios"
6218
+ },
6219
+ {
6220
+ "name": "md"
6221
+ },
6222
+ {
6223
+ "name": "ionic"
6224
+ }
6225
+ ]
6226
+ },
4712
6227
  {
4713
6228
  "name": "type",
4714
6229
  "description": "Sets the type of ripple-effect:\n\n- `bounded`: the ripple effect expands from the user's click position\n- `unbounded`: the ripple effect expands from the center of the button and overflows the container.\n\nNOTE: Surfaces for bounded ripples should have the overflow property set to hidden,\nwhile surfaces for unbounded ripples should have it set to visible.",
@@ -4740,6 +6255,33 @@
4740
6255
  "name": "component",
4741
6256
  "description": "Name of the component to load/select in the navigation outlet (`ion-tabs`, `ion-nav`)\nwhen the route matches.\n\nThe value of this property is not always the tagname of the component to load,\nin `ion-tabs` it actually refers to the name of the `ion-tab` to select."
4742
6257
  },
6258
+ {
6259
+ "name": "mode",
6260
+ "description": "The mode determines the platform behaviors of the component.",
6261
+ "values": [
6262
+ {
6263
+ "name": "ios"
6264
+ },
6265
+ {
6266
+ "name": "md"
6267
+ }
6268
+ ]
6269
+ },
6270
+ {
6271
+ "name": "theme",
6272
+ "description": "The theme determines the visual appearance of the component.",
6273
+ "values": [
6274
+ {
6275
+ "name": "ios"
6276
+ },
6277
+ {
6278
+ "name": "md"
6279
+ },
6280
+ {
6281
+ "name": "ionic"
6282
+ }
6283
+ ]
6284
+ },
4743
6285
  {
4744
6286
  "name": "url",
4745
6287
  "description": "Relative path that needs to match in order for this route to apply.\n\nAccepts paths similar to expressjs so that you can define parameters\nin the url /foo/:bar where bar would be available in incoming props."
@@ -4782,10 +6324,37 @@
4782
6324
  "value": ""
4783
6325
  },
4784
6326
  "attributes": [
6327
+ {
6328
+ "name": "mode",
6329
+ "description": "The mode determines the platform behaviors of the component.",
6330
+ "values": [
6331
+ {
6332
+ "name": "ios"
6333
+ },
6334
+ {
6335
+ "name": "md"
6336
+ }
6337
+ ]
6338
+ },
4785
6339
  {
4786
6340
  "name": "root",
4787
6341
  "description": "The root path to use when matching URLs. By default, this is set to \"/\", but you can specify\nan alternate prefix for all URL paths."
4788
6342
  },
6343
+ {
6344
+ "name": "theme",
6345
+ "description": "The theme determines the visual appearance of the component.",
6346
+ "values": [
6347
+ {
6348
+ "name": "ios"
6349
+ },
6350
+ {
6351
+ "name": "md"
6352
+ },
6353
+ {
6354
+ "name": "ionic"
6355
+ }
6356
+ ]
6357
+ },
4789
6358
  {
4790
6359
  "name": "use-hash",
4791
6360
  "description": "The router can work in two \"modes\":\n- With hash: `/index.html#/path/to/page`\n- Without hash: `/path/to/page`\n\nUsing one or another might depend in the requirements of your app and/or where it's deployed.\n\nUsually \"hash-less\" navigation works better for SEO and it's more user friendly too, but it might\nrequires additional server-side configuration in order to properly work.\n\nOn the other side hash-navigation is much easier to deploy, it even works over the file protocol.\n\nBy default, this property is `true`, change to `false` to allow hash-less URLs."
@@ -4842,6 +6411,18 @@
4842
6411
  "name": "href",
4843
6412
  "description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered."
4844
6413
  },
6414
+ {
6415
+ "name": "mode",
6416
+ "description": "The mode determines the platform behaviors of the component.",
6417
+ "values": [
6418
+ {
6419
+ "name": "ios"
6420
+ },
6421
+ {
6422
+ "name": "md"
6423
+ }
6424
+ ]
6425
+ },
4845
6426
  {
4846
6427
  "name": "rel",
4847
6428
  "description": "Specifies the relationship of the target object to the link object.\nThe value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types)."
@@ -4864,6 +6445,21 @@
4864
6445
  {
4865
6446
  "name": "target",
4866
6447
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
6448
+ },
6449
+ {
6450
+ "name": "theme",
6451
+ "description": "The theme determines the visual appearance of the component.",
6452
+ "values": [
6453
+ {
6454
+ "name": "ios"
6455
+ },
6456
+ {
6457
+ "name": "md"
6458
+ },
6459
+ {
6460
+ "name": "ionic"
6461
+ }
6462
+ ]
4867
6463
  }
4868
6464
  ],
4869
6465
  "references": [
@@ -4886,13 +6482,28 @@
4886
6482
  },
4887
6483
  {
4888
6484
  "name": "mode",
4889
- "description": "The mode determines which platform styles to use.",
6485
+ "description": "The mode determines the platform behaviors of the component.",
6486
+ "values": [
6487
+ {
6488
+ "name": "ios"
6489
+ },
6490
+ {
6491
+ "name": "md"
6492
+ }
6493
+ ]
6494
+ },
6495
+ {
6496
+ "name": "theme",
6497
+ "description": "The theme determines the visual appearance of the component.",
4890
6498
  "values": [
4891
6499
  {
4892
6500
  "name": "ios"
4893
6501
  },
4894
6502
  {
4895
6503
  "name": "md"
6504
+ },
6505
+ {
6506
+ "name": "ionic"
4896
6507
  }
4897
6508
  ]
4898
6509
  }
@@ -4910,7 +6521,35 @@
4910
6521
  "kind": "markdown",
4911
6522
  "value": ""
4912
6523
  },
4913
- "attributes": [],
6524
+ "attributes": [
6525
+ {
6526
+ "name": "mode",
6527
+ "description": "The mode determines the platform behaviors of the component.",
6528
+ "values": [
6529
+ {
6530
+ "name": "ios"
6531
+ },
6532
+ {
6533
+ "name": "md"
6534
+ }
6535
+ ]
6536
+ },
6537
+ {
6538
+ "name": "theme",
6539
+ "description": "The theme determines the visual appearance of the component.",
6540
+ "values": [
6541
+ {
6542
+ "name": "ios"
6543
+ },
6544
+ {
6545
+ "name": "md"
6546
+ },
6547
+ {
6548
+ "name": "ionic"
6549
+ }
6550
+ ]
6551
+ }
6552
+ ],
4914
6553
  "references": [
4915
6554
  {
4916
6555
  "name": "Source code",
@@ -4940,80 +6579,74 @@
4940
6579
  {
4941
6580
  "name": "name"
4942
6581
  },
4943
- {
4944
- "name": "email"
4945
- },
4946
- {
4947
- "name": "tel"
4948
- },
4949
6582
  {
4950
6583
  "name": "url"
4951
6584
  },
4952
6585
  {
4953
- "name": "on"
6586
+ "name": "off"
4954
6587
  },
4955
6588
  {
4956
- "name": "off"
6589
+ "name": "on"
4957
6590
  },
4958
6591
  {
4959
- "name": "honorific-prefix"
6592
+ "name": "additional-name"
4960
6593
  },
4961
6594
  {
4962
- "name": "given-name"
6595
+ "name": "address-level1"
4963
6596
  },
4964
6597
  {
4965
- "name": "additional-name"
6598
+ "name": "address-level2"
4966
6599
  },
4967
6600
  {
4968
- "name": "family-name"
6601
+ "name": "address-level3"
4969
6602
  },
4970
6603
  {
4971
- "name": "honorific-suffix"
6604
+ "name": "address-level4"
4972
6605
  },
4973
6606
  {
4974
- "name": "nickname"
6607
+ "name": "address-line1"
4975
6608
  },
4976
6609
  {
4977
- "name": "username"
6610
+ "name": "address-line2"
4978
6611
  },
4979
6612
  {
4980
- "name": "new-password"
6613
+ "name": "address-line3"
4981
6614
  },
4982
6615
  {
4983
- "name": "current-password"
6616
+ "name": "bday-day"
4984
6617
  },
4985
6618
  {
4986
- "name": "one-time-code"
6619
+ "name": "bday-month"
4987
6620
  },
4988
6621
  {
4989
- "name": "organization-title"
6622
+ "name": "bday-year"
4990
6623
  },
4991
6624
  {
4992
- "name": "organization"
6625
+ "name": "cc-csc"
4993
6626
  },
4994
6627
  {
4995
- "name": "street-address"
6628
+ "name": "cc-exp"
4996
6629
  },
4997
6630
  {
4998
- "name": "address-line1"
6631
+ "name": "cc-exp-month"
4999
6632
  },
5000
6633
  {
5001
- "name": "address-line2"
6634
+ "name": "cc-exp-year"
5002
6635
  },
5003
6636
  {
5004
- "name": "address-line3"
6637
+ "name": "cc-family-name"
5005
6638
  },
5006
6639
  {
5007
- "name": "address-level4"
6640
+ "name": "cc-given-name"
5008
6641
  },
5009
6642
  {
5010
- "name": "address-level3"
6643
+ "name": "cc-name"
5011
6644
  },
5012
6645
  {
5013
- "name": "address-level2"
6646
+ "name": "cc-number"
5014
6647
  },
5015
6648
  {
5016
- "name": "address-level1"
6649
+ "name": "cc-type"
5017
6650
  },
5018
6651
  {
5019
6652
  "name": "country"
@@ -5022,76 +6655,82 @@
5022
6655
  "name": "country-name"
5023
6656
  },
5024
6657
  {
5025
- "name": "postal-code"
6658
+ "name": "current-password"
5026
6659
  },
5027
6660
  {
5028
- "name": "cc-name"
6661
+ "name": "family-name"
5029
6662
  },
5030
6663
  {
5031
- "name": "cc-given-name"
6664
+ "name": "given-name"
5032
6665
  },
5033
6666
  {
5034
- "name": "cc-additional-name"
6667
+ "name": "honorific-prefix"
5035
6668
  },
5036
6669
  {
5037
- "name": "cc-family-name"
6670
+ "name": "honorific-suffix"
5038
6671
  },
5039
6672
  {
5040
- "name": "cc-number"
6673
+ "name": "new-password"
5041
6674
  },
5042
6675
  {
5043
- "name": "cc-exp"
6676
+ "name": "one-time-code"
5044
6677
  },
5045
6678
  {
5046
- "name": "cc-exp-month"
6679
+ "name": "organization"
5047
6680
  },
5048
6681
  {
5049
- "name": "cc-exp-year"
6682
+ "name": "postal-code"
5050
6683
  },
5051
6684
  {
5052
- "name": "cc-csc"
6685
+ "name": "street-address"
5053
6686
  },
5054
6687
  {
5055
- "name": "cc-type"
6688
+ "name": "transaction-amount"
5056
6689
  },
5057
6690
  {
5058
6691
  "name": "transaction-currency"
5059
6692
  },
5060
6693
  {
5061
- "name": "transaction-amount"
6694
+ "name": "username"
5062
6695
  },
5063
6696
  {
5064
- "name": "language"
6697
+ "name": "email"
5065
6698
  },
5066
6699
  {
5067
- "name": "bday"
6700
+ "name": "tel"
5068
6701
  },
5069
6702
  {
5070
- "name": "bday-day"
6703
+ "name": "tel-area-code"
5071
6704
  },
5072
6705
  {
5073
- "name": "bday-month"
6706
+ "name": "tel-country-code"
5074
6707
  },
5075
6708
  {
5076
- "name": "bday-year"
6709
+ "name": "tel-extension"
5077
6710
  },
5078
6711
  {
5079
- "name": "sex"
6712
+ "name": "tel-local"
5080
6713
  },
5081
6714
  {
5082
- "name": "tel-country-code"
6715
+ "name": "tel-national"
5083
6716
  },
5084
6717
  {
5085
- "name": "tel-national"
6718
+ "name": "nickname"
5086
6719
  },
5087
6720
  {
5088
- "name": "tel-area-code"
6721
+ "name": "organization-title"
5089
6722
  },
5090
6723
  {
5091
- "name": "tel-local"
6724
+ "name": "cc-additional-name"
5092
6725
  },
5093
6726
  {
5094
- "name": "tel-extension"
6727
+ "name": "language"
6728
+ },
6729
+ {
6730
+ "name": "bday"
6731
+ },
6732
+ {
6733
+ "name": "sex"
5095
6734
  },
5096
6735
  {
5097
6736
  "name": "impp"
@@ -5115,15 +6754,15 @@
5115
6754
  },
5116
6755
  {
5117
6756
  "name": "cancel-button-icon",
5118
- "description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`."
6757
+ "description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`."
5119
6758
  },
5120
6759
  {
5121
6760
  "name": "cancel-button-text",
5122
- "description": "Set the the cancel button text. Only applies to `ios` mode."
6761
+ "description": "Set the the cancel button text. Only available when the theme is `\"ios\"`."
5123
6762
  },
5124
6763
  {
5125
6764
  "name": "clear-icon",
5126
- "description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`."
6765
+ "description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme."
5127
6766
  },
5128
6767
  {
5129
6768
  "name": "color",
@@ -5233,7 +6872,7 @@
5233
6872
  },
5234
6873
  {
5235
6874
  "name": "mode",
5236
- "description": "The mode determines which platform styles to use.",
6875
+ "description": "The mode determines the platform behaviors of the component.",
5237
6876
  "values": [
5238
6877
  {
5239
6878
  "name": "ios"
@@ -5253,7 +6892,7 @@
5253
6892
  },
5254
6893
  {
5255
6894
  "name": "search-icon",
5256
- "description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode."
6895
+ "description": "The icon to use as the search icon. Defaults to `\"search-outline\"` in\nthe `\"ios\"` theme and `\"search-sharp\"` in the `\"md\"` and `\"ionic\"` themes."
5257
6896
  },
5258
6897
  {
5259
6898
  "name": "show-cancel-button",
@@ -5289,6 +6928,21 @@
5289
6928
  "name": "spellcheck",
5290
6929
  "description": "If `true`, enable spellcheck on the input."
5291
6930
  },
6931
+ {
6932
+ "name": "theme",
6933
+ "description": "The theme determines the visual appearance of the component.",
6934
+ "values": [
6935
+ {
6936
+ "name": "ios"
6937
+ },
6938
+ {
6939
+ "name": "md"
6940
+ },
6941
+ {
6942
+ "name": "ionic"
6943
+ }
6944
+ ]
6945
+ },
5292
6946
  {
5293
6947
  "name": "type",
5294
6948
  "description": "Set the type of the input.",
@@ -5374,7 +7028,7 @@
5374
7028
  },
5375
7029
  {
5376
7030
  "name": "mode",
5377
- "description": "The mode determines which platform styles to use.",
7031
+ "description": "The mode determines the platform behaviors of the component.",
5378
7032
  "values": [
5379
7033
  {
5380
7034
  "name": "ios"
@@ -5396,6 +7050,21 @@
5396
7050
  "name": "swipe-gesture",
5397
7051
  "description": "If `true`, users will be able to swipe between segment buttons to activate them."
5398
7052
  },
7053
+ {
7054
+ "name": "theme",
7055
+ "description": "The theme determines the visual appearance of the component.",
7056
+ "values": [
7057
+ {
7058
+ "name": "ios"
7059
+ },
7060
+ {
7061
+ "name": "md"
7062
+ },
7063
+ {
7064
+ "name": "ionic"
7065
+ }
7066
+ ]
7067
+ },
5399
7068
  {
5400
7069
  "name": "value",
5401
7070
  "description": "the value of the segment."
@@ -5449,7 +7118,7 @@
5449
7118
  },
5450
7119
  {
5451
7120
  "name": "mode",
5452
- "description": "The mode determines which platform styles to use.",
7121
+ "description": "The mode determines the platform behaviors of the component.",
5453
7122
  "values": [
5454
7123
  {
5455
7124
  "name": "ios"
@@ -5459,6 +7128,21 @@
5459
7128
  }
5460
7129
  ]
5461
7130
  },
7131
+ {
7132
+ "name": "theme",
7133
+ "description": "The theme determines the visual appearance of the component.",
7134
+ "values": [
7135
+ {
7136
+ "name": "ios"
7137
+ },
7138
+ {
7139
+ "name": "md"
7140
+ },
7141
+ {
7142
+ "name": "ionic"
7143
+ }
7144
+ ]
7145
+ },
5462
7146
  {
5463
7147
  "name": "type",
5464
7148
  "description": "The type of the button.",
@@ -5573,11 +7257,11 @@
5573
7257
  },
5574
7258
  {
5575
7259
  "name": "expanded-icon",
5576
- "description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in `md` mode will be disabled. If undefined, `toggleIcon`\nwill be used for when the select is both open and closed."
7260
+ "description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in `\"md\"` theme will be disabled. If undefined, `toggleIcon`\nwill be used for when the select is both open and closed."
5577
7261
  },
5578
7262
  {
5579
7263
  "name": "fill",
5580
- "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
7264
+ "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in the `\"md\"` theme.",
5581
7265
  "values": [
5582
7266
  {
5583
7267
  "name": "outline"
@@ -5651,7 +7335,7 @@
5651
7335
  },
5652
7336
  {
5653
7337
  "name": "mode",
5654
- "description": "The mode determines which platform styles to use.",
7338
+ "description": "The mode determines the platform behaviors of the component.",
5655
7339
  "values": [
5656
7340
  {
5657
7341
  "name": "ios"
@@ -5677,26 +7361,58 @@
5677
7361
  "name": "placeholder",
5678
7362
  "description": "The text to display when the select is empty."
5679
7363
  },
5680
- {
5681
- "name": "required",
5682
- "description": "If `true`, the user must fill in a value before submitting a form."
5683
- },
5684
7364
  {
5685
7365
  "name": "selected-text",
5686
7366
  "description": "The text to display instead of the selected option's value."
5687
7367
  },
5688
7368
  {
5689
7369
  "name": "shape",
5690
- "description": "The shape of the select. If \"round\" it will have an increased border radius.",
7370
+ "description": "Set to `\"soft\"` for a select with slightly rounded corners,\n`\"round\"` for a select with fully rounded corners,\nor `\"rectangular\"` for a select without rounded corners.\n\nDefaults to `\"round\"` for the `\"ionic\"` theme, undefined for all other themes.",
5691
7371
  "values": [
7372
+ {
7373
+ "name": "rectangular"
7374
+ },
5692
7375
  {
5693
7376
  "name": "round"
7377
+ },
7378
+ {
7379
+ "name": "soft"
7380
+ }
7381
+ ]
7382
+ },
7383
+ {
7384
+ "name": "size",
7385
+ "description": "The size of the select. If \"large\" it will increase the height of the select, while\n\"small\" and \"medium\" provide progressively smaller heights.\n\nDefaults to `\"medium\"` for the ionic theme, and undefined for all other themes.",
7386
+ "values": [
7387
+ {
7388
+ "name": "large"
7389
+ },
7390
+ {
7391
+ "name": "medium"
7392
+ },
7393
+ {
7394
+ "name": "small"
7395
+ }
7396
+ ]
7397
+ },
7398
+ {
7399
+ "name": "theme",
7400
+ "description": "The theme determines the visual appearance of the component.",
7401
+ "values": [
7402
+ {
7403
+ "name": "ios"
7404
+ },
7405
+ {
7406
+ "name": "md"
7407
+ },
7408
+ {
7409
+ "name": "ionic"
5694
7410
  }
5695
7411
  ]
5696
7412
  },
5697
7413
  {
5698
7414
  "name": "toggle-icon",
5699
- "description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode."
7415
+ "description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes."
5700
7416
  },
5701
7417
  {
5702
7418
  "name": "value",
@@ -5744,6 +7460,33 @@
5744
7460
  "name": "disabled",
5745
7461
  "description": "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."
5746
7462
  },
7463
+ {
7464
+ "name": "mode",
7465
+ "description": "The mode determines the platform behaviors of the component.",
7466
+ "values": [
7467
+ {
7468
+ "name": "ios"
7469
+ },
7470
+ {
7471
+ "name": "md"
7472
+ }
7473
+ ]
7474
+ },
7475
+ {
7476
+ "name": "theme",
7477
+ "description": "The theme determines the visual appearance of the component.",
7478
+ "values": [
7479
+ {
7480
+ "name": "ios"
7481
+ },
7482
+ {
7483
+ "name": "md"
7484
+ },
7485
+ {
7486
+ "name": "ionic"
7487
+ }
7488
+ ]
7489
+ },
5747
7490
  {
5748
7491
  "name": "value",
5749
7492
  "description": "The text value of the option."
@@ -5766,6 +7509,33 @@
5766
7509
  {
5767
7510
  "name": "animated",
5768
7511
  "description": "If `true`, the skeleton text will animate."
7512
+ },
7513
+ {
7514
+ "name": "mode",
7515
+ "description": "The mode determines the platform behaviors of the component.",
7516
+ "values": [
7517
+ {
7518
+ "name": "ios"
7519
+ },
7520
+ {
7521
+ "name": "md"
7522
+ }
7523
+ ]
7524
+ },
7525
+ {
7526
+ "name": "theme",
7527
+ "description": "The theme determines the visual appearance of the component.",
7528
+ "values": [
7529
+ {
7530
+ "name": "ios"
7531
+ },
7532
+ {
7533
+ "name": "md"
7534
+ },
7535
+ {
7536
+ "name": "ionic"
7537
+ }
7538
+ ]
5769
7539
  }
5770
7540
  ],
5771
7541
  "references": [
@@ -5819,6 +7589,18 @@
5819
7589
  "name": "duration",
5820
7590
  "description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner."
5821
7591
  },
7592
+ {
7593
+ "name": "mode",
7594
+ "description": "The mode determines the platform behaviors of the component.",
7595
+ "values": [
7596
+ {
7597
+ "name": "ios"
7598
+ },
7599
+ {
7600
+ "name": "md"
7601
+ }
7602
+ ]
7603
+ },
5822
7604
  {
5823
7605
  "name": "name",
5824
7606
  "description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
@@ -5855,6 +7637,42 @@
5855
7637
  {
5856
7638
  "name": "paused",
5857
7639
  "description": "If `true`, the spinner's animation will be paused."
7640
+ },
7641
+ {
7642
+ "name": "size",
7643
+ "description": "Set to `\"xsmall\"` for the smallest size.\nSet to `\"small\"` for a smaller size.\nSet to `\"medium\"` for a medium size.\nSet to `\"large\"` for a large size.\nSet to `\"xlarge\"` for the largest size.\n\nDefaults to `\"xsmall\"` for the `ionic` theme, undefined for all other themes.",
7644
+ "values": [
7645
+ {
7646
+ "name": "large"
7647
+ },
7648
+ {
7649
+ "name": "medium"
7650
+ },
7651
+ {
7652
+ "name": "small"
7653
+ },
7654
+ {
7655
+ "name": "xlarge"
7656
+ },
7657
+ {
7658
+ "name": "xsmall"
7659
+ }
7660
+ ]
7661
+ },
7662
+ {
7663
+ "name": "theme",
7664
+ "description": "The theme determines the visual appearance of the component.",
7665
+ "values": [
7666
+ {
7667
+ "name": "ios"
7668
+ },
7669
+ {
7670
+ "name": "md"
7671
+ },
7672
+ {
7673
+ "name": "ionic"
7674
+ }
7675
+ ]
5858
7676
  }
5859
7677
  ],
5860
7678
  "references": [
@@ -5879,6 +7697,33 @@
5879
7697
  "name": "disabled",
5880
7698
  "description": "If `true`, the split pane will be hidden."
5881
7699
  },
7700
+ {
7701
+ "name": "mode",
7702
+ "description": "The mode determines the platform behaviors of the component.",
7703
+ "values": [
7704
+ {
7705
+ "name": "ios"
7706
+ },
7707
+ {
7708
+ "name": "md"
7709
+ }
7710
+ ]
7711
+ },
7712
+ {
7713
+ "name": "theme",
7714
+ "description": "The theme determines the visual appearance of the component.",
7715
+ "values": [
7716
+ {
7717
+ "name": "ios"
7718
+ },
7719
+ {
7720
+ "name": "md"
7721
+ },
7722
+ {
7723
+ "name": "ionic"
7724
+ }
7725
+ ]
7726
+ },
5882
7727
  {
5883
7728
  "name": "when",
5884
7729
  "description": "When the split-pane should be shown.\nCan be a CSS media query expression, or a shortcut expression.\nCan also be a boolean expression."
@@ -5902,9 +7747,36 @@
5902
7747
  "name": "component",
5903
7748
  "description": "The component to display inside of the tab."
5904
7749
  },
7750
+ {
7751
+ "name": "mode",
7752
+ "description": "The mode determines the platform behaviors of the component.",
7753
+ "values": [
7754
+ {
7755
+ "name": "ios"
7756
+ },
7757
+ {
7758
+ "name": "md"
7759
+ }
7760
+ ]
7761
+ },
5905
7762
  {
5906
7763
  "name": "tab",
5907
7764
  "description": "A tab id must be provided for each `ion-tab`. It's used internally to reference\nthe selected tab or by the router to switch between them."
7765
+ },
7766
+ {
7767
+ "name": "theme",
7768
+ "description": "The theme determines the visual appearance of the component.",
7769
+ "values": [
7770
+ {
7771
+ "name": "ios"
7772
+ },
7773
+ {
7774
+ "name": "md"
7775
+ },
7776
+ {
7777
+ "name": "ionic"
7778
+ }
7779
+ ]
5908
7780
  }
5909
7781
  ],
5910
7782
  "references": [
@@ -5954,9 +7826,21 @@
5954
7826
  }
5955
7827
  ]
5956
7828
  },
7829
+ {
7830
+ "name": "expand",
7831
+ "description": "Set to `\"compact\"` to display a width based on the items\ninside the tab bar. This value will only work for the\n`ionic` theme.\n\nSet to `\"full\"` to display a full width tab bar.\n\nDefaults to `\"full\"`.",
7832
+ "values": [
7833
+ {
7834
+ "name": "compact"
7835
+ },
7836
+ {
7837
+ "name": "full"
7838
+ }
7839
+ ]
7840
+ },
5957
7841
  {
5958
7842
  "name": "mode",
5959
- "description": "The mode determines which platform styles to use.",
7843
+ "description": "The mode determines the platform behaviors of the component.",
5960
7844
  "values": [
5961
7845
  {
5962
7846
  "name": "ios"
@@ -5970,9 +7854,39 @@
5970
7854
  "name": "selected-tab",
5971
7855
  "description": "The selected tab component"
5972
7856
  },
7857
+ {
7858
+ "name": "shape",
7859
+ "description": "Set to `\"soft\"` for a tab bar with slightly rounded corners,\n`\"round\"` for a tab bar with fully rounded corners, or\n`\"rectangular\"` for a tab bar without rounded corners.\n\nDefaults to `\"round\"` for the `\"ionic\"` theme, undefined for all other themes.",
7860
+ "values": [
7861
+ {
7862
+ "name": "rectangular"
7863
+ },
7864
+ {
7865
+ "name": "round"
7866
+ },
7867
+ {
7868
+ "name": "soft"
7869
+ }
7870
+ ]
7871
+ },
7872
+ {
7873
+ "name": "theme",
7874
+ "description": "The theme determines the visual appearance of the component.",
7875
+ "values": [
7876
+ {
7877
+ "name": "ios"
7878
+ },
7879
+ {
7880
+ "name": "md"
7881
+ },
7882
+ {
7883
+ "name": "ionic"
7884
+ }
7885
+ ]
7886
+ },
5973
7887
  {
5974
7888
  "name": "translucent",
5975
- "description": "If `true`, the tab bar will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
7889
+ "description": "If `true`, the tab bar will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
5976
7890
  }
5977
7891
  ],
5978
7892
  "references": [
@@ -6027,7 +7941,7 @@
6027
7941
  },
6028
7942
  {
6029
7943
  "name": "mode",
6030
- "description": "The mode determines which platform styles to use.",
7944
+ "description": "The mode determines the platform behaviors of the component.",
6031
7945
  "values": [
6032
7946
  {
6033
7947
  "name": "ios"
@@ -6045,6 +7959,21 @@
6045
7959
  "name": "selected",
6046
7960
  "description": "The selected tab component"
6047
7961
  },
7962
+ {
7963
+ "name": "shape",
7964
+ "description": "Set to `\"soft\"` for a tab-button with slightly rounded corners,\n`\"round\"` for a tab-button with fully rounded corners, or `\"rectangular\"`\nfor a tab-button without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
7965
+ "values": [
7966
+ {
7967
+ "name": "rectangular"
7968
+ },
7969
+ {
7970
+ "name": "round"
7971
+ },
7972
+ {
7973
+ "name": "soft"
7974
+ }
7975
+ ]
7976
+ },
6048
7977
  {
6049
7978
  "name": "tab",
6050
7979
  "description": "A tab id must be provided for each `ion-tab`. It's used internally to reference\nthe selected tab or by the router to switch between them."
@@ -6052,6 +7981,21 @@
6052
7981
  {
6053
7982
  "name": "target",
6054
7983
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
7984
+ },
7985
+ {
7986
+ "name": "theme",
7987
+ "description": "The theme determines the visual appearance of the component.",
7988
+ "values": [
7989
+ {
7990
+ "name": "ios"
7991
+ },
7992
+ {
7993
+ "name": "md"
7994
+ },
7995
+ {
7996
+ "name": "ionic"
7997
+ }
7998
+ ]
6055
7999
  }
6056
8000
  ],
6057
8001
  "references": [
@@ -6067,7 +8011,35 @@
6067
8011
  "kind": "markdown",
6068
8012
  "value": ""
6069
8013
  },
6070
- "attributes": [],
8014
+ "attributes": [
8015
+ {
8016
+ "name": "mode",
8017
+ "description": "The mode determines the platform behaviors of the component.",
8018
+ "values": [
8019
+ {
8020
+ "name": "ios"
8021
+ },
8022
+ {
8023
+ "name": "md"
8024
+ }
8025
+ ]
8026
+ },
8027
+ {
8028
+ "name": "theme",
8029
+ "description": "The theme determines the visual appearance of the component.",
8030
+ "values": [
8031
+ {
8032
+ "name": "ios"
8033
+ },
8034
+ {
8035
+ "name": "md"
8036
+ },
8037
+ {
8038
+ "name": "ionic"
8039
+ }
8040
+ ]
8041
+ }
8042
+ ],
6071
8043
  "references": [
6072
8044
  {
6073
8045
  "name": "Source code",
@@ -6117,13 +8089,28 @@
6117
8089
  },
6118
8090
  {
6119
8091
  "name": "mode",
6120
- "description": "The mode determines which platform styles to use.",
8092
+ "description": "The mode determines the platform behaviors of the component.",
8093
+ "values": [
8094
+ {
8095
+ "name": "ios"
8096
+ },
8097
+ {
8098
+ "name": "md"
8099
+ }
8100
+ ]
8101
+ },
8102
+ {
8103
+ "name": "theme",
8104
+ "description": "The theme determines the visual appearance of the component.",
6121
8105
  "values": [
6122
8106
  {
6123
8107
  "name": "ios"
6124
8108
  },
6125
8109
  {
6126
8110
  "name": "md"
8111
+ },
8112
+ {
8113
+ "name": "ionic"
6127
8114
  }
6128
8115
  ]
6129
8116
  }
@@ -6240,7 +8227,7 @@
6240
8227
  },
6241
8228
  {
6242
8229
  "name": "fill",
6243
- "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
8230
+ "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available when the theme is `\"md\"`.",
6244
8231
  "values": [
6245
8232
  {
6246
8233
  "name": "outline"
@@ -6319,7 +8306,7 @@
6319
8306
  },
6320
8307
  {
6321
8308
  "name": "mode",
6322
- "description": "The mode determines which platform styles to use.",
8309
+ "description": "The mode determines the platform behaviors of the component.",
6323
8310
  "values": [
6324
8311
  {
6325
8312
  "name": "ios"
@@ -6351,10 +8338,31 @@
6351
8338
  },
6352
8339
  {
6353
8340
  "name": "shape",
6354
- "description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
8341
+ "description": "Set to `\"soft\"` for a textarea with slightly rounded corners,\n`\"round\"` for a textarea with fully rounded corners, or `\"rectangular\"`\nfor a textarea without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
6355
8342
  "values": [
8343
+ {
8344
+ "name": "rectangular"
8345
+ },
6356
8346
  {
6357
8347
  "name": "round"
8348
+ },
8349
+ {
8350
+ "name": "soft"
8351
+ }
8352
+ ]
8353
+ },
8354
+ {
8355
+ "name": "size",
8356
+ "description": "The size of the textarea. If \"large\" it will increase the height of the textarea, while\n\"small\" and \"medium\" provide progressively smaller heights. The default size is \"medium\".\nThis property only applies to the `\"ionic\"` theme.",
8357
+ "values": [
8358
+ {
8359
+ "name": "large"
8360
+ },
8361
+ {
8362
+ "name": "medium"
8363
+ },
8364
+ {
8365
+ "name": "small"
6358
8366
  }
6359
8367
  ]
6360
8368
  },
@@ -6362,6 +8370,21 @@
6362
8370
  "name": "spellcheck",
6363
8371
  "description": "If `true`, the element will have its spelling and grammar checked."
6364
8372
  },
8373
+ {
8374
+ "name": "theme",
8375
+ "description": "The theme determines the visual appearance of the component.",
8376
+ "values": [
8377
+ {
8378
+ "name": "ios"
8379
+ },
8380
+ {
8381
+ "name": "md"
8382
+ },
8383
+ {
8384
+ "name": "ionic"
8385
+ }
8386
+ ]
8387
+ },
6365
8388
  {
6366
8389
  "name": "value",
6367
8390
  "description": "The value of the textarea."
@@ -6395,7 +8418,35 @@
6395
8418
  "kind": "markdown",
6396
8419
  "value": ""
6397
8420
  },
6398
- "attributes": [],
8421
+ "attributes": [
8422
+ {
8423
+ "name": "mode",
8424
+ "description": "The mode determines the platform behaviors of the component.",
8425
+ "values": [
8426
+ {
8427
+ "name": "ios"
8428
+ },
8429
+ {
8430
+ "name": "md"
8431
+ }
8432
+ ]
8433
+ },
8434
+ {
8435
+ "name": "theme",
8436
+ "description": "The theme determines the visual appearance of the component.",
8437
+ "values": [
8438
+ {
8439
+ "name": "ios"
8440
+ },
8441
+ {
8442
+ "name": "md"
8443
+ },
8444
+ {
8445
+ "name": "ionic"
8446
+ }
8447
+ ]
8448
+ }
8449
+ ],
6399
8450
  "references": [
6400
8451
  {
6401
8452
  "name": "Source code",
@@ -6443,6 +8494,18 @@
6443
8494
  }
6444
8495
  ]
6445
8496
  },
8497
+ {
8498
+ "name": "mode",
8499
+ "description": "The mode determines the platform behaviors of the component.",
8500
+ "values": [
8501
+ {
8502
+ "name": "ios"
8503
+ },
8504
+ {
8505
+ "name": "md"
8506
+ }
8507
+ ]
8508
+ },
6446
8509
  {
6447
8510
  "name": "size",
6448
8511
  "description": "The size of the toolbar title.",
@@ -6454,6 +8517,21 @@
6454
8517
  "name": "small"
6455
8518
  }
6456
8519
  ]
8520
+ },
8521
+ {
8522
+ "name": "theme",
8523
+ "description": "The theme determines the visual appearance of the component.",
8524
+ "values": [
8525
+ {
8526
+ "name": "ios"
8527
+ },
8528
+ {
8529
+ "name": "md"
8530
+ },
8531
+ {
8532
+ "name": "ionic"
8533
+ }
8534
+ ]
6457
8535
  }
6458
8536
  ],
6459
8537
  "references": [
@@ -6549,7 +8627,7 @@
6549
8627
  },
6550
8628
  {
6551
8629
  "name": "mode",
6552
- "description": "The mode determines which platform styles to use.",
8630
+ "description": "The mode determines the platform behaviors of the component.",
6553
8631
  "values": [
6554
8632
  {
6555
8633
  "name": "ios"
@@ -6578,6 +8656,21 @@
6578
8656
  "name": "position-anchor",
6579
8657
  "description": "The element to anchor the toast's position to. Can be set as a direct reference\nor the ID of the element. With `position=\"bottom\"`, the toast will sit above the\nchosen element. With `position=\"top\"`, the toast will sit below the chosen element.\nWith `position=\"middle\"`, the value of `positionAnchor` is ignored."
6580
8658
  },
8659
+ {
8660
+ "name": "shape",
8661
+ "description": "Set to `\"soft\"` for a toast with slightly rounded corners,\n`\"round\"` for a toast with fully rounded corners, or `\"rectangular\"`\nfor a toast without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
8662
+ "values": [
8663
+ {
8664
+ "name": "rectangular"
8665
+ },
8666
+ {
8667
+ "name": "round"
8668
+ },
8669
+ {
8670
+ "name": "soft"
8671
+ }
8672
+ ]
8673
+ },
6581
8674
  {
6582
8675
  "name": "swipe-gesture",
6583
8676
  "description": "If set to 'vertical', the Toast can be dismissed with\na swipe gesture. The swipe direction is determined by\nthe value of the `position` property:\n`top`: The Toast can be swiped up to dismiss.\n`bottom`: The Toast can be swiped down to dismiss.\n`middle`: The Toast can be swiped up or down to dismiss.",
@@ -6587,9 +8680,24 @@
6587
8680
  }
6588
8681
  ]
6589
8682
  },
8683
+ {
8684
+ "name": "theme",
8685
+ "description": "The theme determines the visual appearance of the component.",
8686
+ "values": [
8687
+ {
8688
+ "name": "ios"
8689
+ },
8690
+ {
8691
+ "name": "md"
8692
+ },
8693
+ {
8694
+ "name": "ionic"
8695
+ }
8696
+ ]
8697
+ },
6590
8698
  {
6591
8699
  "name": "translucent",
6592
- "description": "If `true`, the toast will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
8700
+ "description": "If `true`, the toast will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
6593
8701
  },
6594
8702
  {
6595
8703
  "name": "trigger",
@@ -6702,7 +8810,7 @@
6702
8810
  },
6703
8811
  {
6704
8812
  "name": "mode",
6705
- "description": "The mode determines which platform styles to use.",
8813
+ "description": "The mode determines the platform behaviors of the component.",
6706
8814
  "values": [
6707
8815
  {
6708
8816
  "name": "ios"
@@ -6717,8 +8825,19 @@
6717
8825
  "description": "The name of the control, which is submitted with the form data."
6718
8826
  },
6719
8827
  {
6720
- "name": "required",
6721
- "description": "If `true`, the user must fill in a value before submitting a form."
8828
+ "name": "theme",
8829
+ "description": "The theme determines the visual appearance of the component.",
8830
+ "values": [
8831
+ {
8832
+ "name": "ios"
8833
+ },
8834
+ {
8835
+ "name": "md"
8836
+ },
8837
+ {
8838
+ "name": "ionic"
8839
+ }
8840
+ ]
6722
8841
  },
6723
8842
  {
6724
8843
  "name": "value",
@@ -6774,13 +8893,28 @@
6774
8893
  },
6775
8894
  {
6776
8895
  "name": "mode",
6777
- "description": "The mode determines which platform styles to use.",
8896
+ "description": "The mode determines the platform behaviors of the component.",
8897
+ "values": [
8898
+ {
8899
+ "name": "ios"
8900
+ },
8901
+ {
8902
+ "name": "md"
8903
+ }
8904
+ ]
8905
+ },
8906
+ {
8907
+ "name": "theme",
8908
+ "description": "The theme determines the visual appearance of the component.",
6778
8909
  "values": [
6779
8910
  {
6780
8911
  "name": "ios"
6781
8912
  },
6782
8913
  {
6783
8914
  "name": "md"
8915
+ },
8916
+ {
8917
+ "name": "ionic"
6784
8918
  }
6785
8919
  ]
6786
8920
  }