@ionic/core 8.7.14-dev.11765982433.1ecdbcee → 8.7.14-nightly.20251216

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (935) hide show
  1. package/components/action-sheet.js +11 -15
  2. package/components/alert.js +11 -14
  3. package/components/animation.js +1 -1
  4. package/components/backdrop.js +6 -9
  5. package/components/button.js +10 -41
  6. package/components/buttons.js +8 -11
  7. package/components/capacitor.js +1 -1
  8. package/components/checkbox.js +12 -31
  9. package/components/content.js +12 -14
  10. package/components/data.js +5 -5
  11. package/components/focus-visible.js +1 -23
  12. package/components/framework-delegate.js +1 -3
  13. package/components/hardware-back-button.js +115 -0
  14. package/components/header.js +22 -34
  15. package/components/helpers.js +3 -42
  16. package/components/index5.js +8 -8
  17. package/components/index6.js +1 -1
  18. package/components/index7.js +150 -111
  19. package/components/index8.js +111 -150
  20. package/components/index9.js +7 -0
  21. package/components/input-shims.js +2 -2
  22. package/components/input.utils.js +1 -1
  23. package/components/ion-accordion-group.js +5 -23
  24. package/components/ion-accordion.js +21 -32
  25. package/components/ion-app.js +77 -12
  26. package/components/ion-avatar.js +5 -58
  27. package/components/ion-back-button.js +19 -27
  28. package/components/ion-badge.js +9 -73
  29. package/components/ion-breadcrumb.js +10 -43
  30. package/components/ion-breadcrumbs.js +5 -8
  31. package/components/ion-card-content.js +7 -10
  32. package/components/ion-card-header.js +6 -9
  33. package/components/ion-card-subtitle.js +5 -8
  34. package/components/ion-card-title.js +5 -8
  35. package/components/ion-card.js +9 -21
  36. package/components/ion-chip.js +8 -53
  37. package/components/ion-col.js +50 -51
  38. package/components/ion-datetime-button.js +5 -8
  39. package/components/ion-datetime.js +21 -98
  40. package/components/ion-fab-button.js +15 -31
  41. package/components/ion-fab-list.js +5 -5
  42. package/components/ion-fab.js +6 -6
  43. package/components/ion-footer.js +13 -18
  44. package/components/ion-grid.js +5 -5
  45. package/components/ion-img.js +2 -5
  46. package/components/ion-infinite-scroll-content.js +8 -11
  47. package/components/ion-infinite-scroll.js +6 -78
  48. package/components/ion-input-otp.js +6 -9
  49. package/components/ion-input-password-toggle.js +13 -51
  50. package/components/ion-input.js +28 -120
  51. package/components/ion-item-divider.js +5 -8
  52. package/components/ion-item-group.js +5 -8
  53. package/components/ion-item-option.js +9 -36
  54. package/components/ion-item-options.js +7 -10
  55. package/components/ion-item-sliding.js +5 -5
  56. package/components/ion-loading.js +9 -12
  57. package/components/ion-menu-button.js +10 -26
  58. package/components/ion-menu-toggle.js +5 -5
  59. package/components/ion-menu.js +8 -10
  60. package/components/ion-nav-link.js +1 -1
  61. package/components/ion-nav.js +5 -7
  62. package/components/ion-note.js +5 -8
  63. package/components/ion-picker-legacy.js +7 -7
  64. package/components/ion-progress-bar.js +7 -25
  65. package/components/ion-range.js +9 -12
  66. package/components/ion-refresher-content.js +8 -23
  67. package/components/ion-refresher.js +7 -10
  68. package/components/ion-reorder-group.js +5 -5
  69. package/components/ion-reorder.js +5 -30
  70. package/components/ion-router-link.js +6 -6
  71. package/components/ion-router-outlet.js +4 -4
  72. package/components/ion-row.js +3 -6
  73. package/components/ion-searchbar.js +23 -137
  74. package/components/ion-segment-button.js +7 -10
  75. package/components/ion-segment-content.js +1 -1
  76. package/components/ion-segment-view.js +2 -5
  77. package/components/ion-segment.js +7 -10
  78. package/components/ion-select-option.js +2 -5
  79. package/components/ion-select.js +33 -117
  80. package/components/ion-skeleton-text.js +5 -5
  81. package/components/ion-split-pane.js +8 -11
  82. package/components/ion-tab-bar.js +9 -39
  83. package/components/ion-tab-button.js +8 -35
  84. package/components/ion-tab.js +2 -2
  85. package/components/ion-tabs.js +2 -2
  86. package/components/ion-text.js +5 -5
  87. package/components/ion-textarea.js +11 -52
  88. package/components/ion-thumbnail.js +2 -5
  89. package/components/ion-toast.js +12 -37
  90. package/components/ion-toggle.js +17 -74
  91. package/components/ionic-global.js +15 -364
  92. package/components/ios.transition.js +0 -1
  93. package/components/item.js +15 -47
  94. package/components/keyboard-controller.js +2 -4
  95. package/components/label.js +5 -8
  96. package/components/list-header.js +7 -10
  97. package/components/list.js +6 -27
  98. package/components/modal.js +20 -48
  99. package/components/notch-controller.js +1 -1
  100. package/components/overlays.js +4 -3
  101. package/components/picker-column-option.js +5 -8
  102. package/components/picker-column.js +8 -7
  103. package/components/picker-column2.js +4 -4
  104. package/components/picker.js +4 -7
  105. package/components/popover.js +9 -12
  106. package/components/radio-group.js +7 -15
  107. package/components/radio.js +8 -11
  108. package/components/ripple-effect.js +7 -15
  109. package/components/select-modal.js +5 -12
  110. package/components/select-popover.js +2 -8
  111. package/components/spinner.js +8 -31
  112. package/components/status-tap.js +1 -1
  113. package/components/title.js +7 -10
  114. package/components/toolbar.js +9 -153
  115. package/css/core.css +1 -1
  116. package/css/core.css.map +1 -1
  117. package/css/display.css +1 -1
  118. package/css/display.css.map +1 -1
  119. package/css/flex-utils.css +1 -1
  120. package/css/flex-utils.css.map +1 -1
  121. package/css/float-elements.css.map +1 -1
  122. package/css/global.bundle.css.map +1 -1
  123. package/css/ionic-swiper.css +1 -1
  124. package/css/ionic-swiper.css.map +1 -1
  125. package/css/ionic.bundle.css +1 -1
  126. package/css/ionic.bundle.css.map +1 -1
  127. package/css/normalize.css.map +1 -1
  128. package/css/padding.css.map +1 -1
  129. package/css/palettes/dark.always.css.map +1 -1
  130. package/css/palettes/dark.class.css.map +1 -1
  131. package/css/palettes/dark.system.css.map +1 -1
  132. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  133. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  134. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  135. package/css/palettes/high-contrast.always.css.map +1 -1
  136. package/css/palettes/high-contrast.class.css.map +1 -1
  137. package/css/palettes/high-contrast.system.css.map +1 -1
  138. package/css/structure.css.map +1 -1
  139. package/css/text-alignment.css.map +1 -1
  140. package/css/text-transformation.css.map +1 -1
  141. package/css/typography.css.map +1 -1
  142. package/css/utils.bundle.css +1 -1
  143. package/css/utils.bundle.css.map +1 -1
  144. package/dist/cjs/{animation-CD5nuON9.js → animation-Bt3H9L1C.js} +2 -2
  145. package/dist/cjs/{app-globals-CoW5jvJu.js → app-globals-Ciccnk9_.js} +1 -1
  146. package/dist/cjs/{button-active-Dxyabn6T.js → button-active-CMc8cD90.js} +1 -1
  147. package/dist/cjs/{capacitor-C8raJ_tU.js → capacitor-DmA66EwP.js} +3 -3
  148. package/dist/cjs/{data-MoL8Ckx5.js → data-JwZKaIQB.js} +5 -5
  149. package/dist/{esm/focus-visible-vXpMhGrs.js → cjs/focus-visible-CCvKiLh3.js} +3 -23
  150. package/dist/cjs/{framework-delegate-Bwdk9vFS.js → framework-delegate-DMJRBuDi.js} +2 -4
  151. package/dist/cjs/{haptic-BU6_qLwg.js → haptic-ClPPQ_PS.js} +1 -1
  152. package/dist/cjs/hardware-back-button-VCK4V3mG.js +121 -0
  153. package/dist/cjs/{helpers-DnouLczu.js → helpers-DrTqNghc.js} +2 -41
  154. package/dist/cjs/{index-JtyffOXl.js → index-094mMFB-.js} +3 -3
  155. package/dist/cjs/{index-CADY2xEW.js → index-C534ULug.js} +7 -8
  156. package/dist/cjs/{index-DUoP_H1L.js → index-CO6eryBo.js} +1 -1
  157. package/dist/cjs/index-DkNv4J_i.js +10 -0
  158. package/dist/cjs/{index-C4_FN9N0.js → index-DrMUZJj6.js} +15 -15
  159. package/dist/cjs/index.cjs.js +11 -10
  160. package/dist/cjs/{input-shims-C-YCyXjg.js → input-shims-CW0KUFTQ.js} +16 -17
  161. package/dist/cjs/{input.utils-C3-BwdV0.js → input.utils-B_QROI2g.js} +5 -5
  162. package/dist/cjs/ion-accordion_2.cjs.entry.js +26 -55
  163. package/dist/cjs/ion-action-sheet.cjs.entry.js +20 -23
  164. package/dist/cjs/ion-alert.cjs.entry.js +20 -22
  165. package/dist/cjs/ion-app_8.cjs.entry.js +150 -249
  166. package/dist/cjs/ion-avatar_3.cjs.entry.js +11 -123
  167. package/dist/cjs/ion-back-button.cjs.entry.js +19 -28
  168. package/dist/cjs/ion-backdrop.cjs.entry.js +6 -9
  169. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +15 -51
  170. package/dist/cjs/ion-button_2.cjs.entry.js +11 -43
  171. package/dist/cjs/ion-card_5.cjs.entry.js +29 -53
  172. package/dist/cjs/ion-checkbox.cjs.entry.js +13 -31
  173. package/dist/cjs/ion-chip.cjs.entry.js +7 -48
  174. package/dist/cjs/ion-col_3.cjs.entry.js +56 -53
  175. package/dist/cjs/ion-datetime-button.cjs.entry.js +7 -11
  176. package/dist/cjs/ion-datetime_3.cjs.entry.js +38 -113
  177. package/dist/cjs/ion-fab_3.cjs.entry.js +25 -41
  178. package/dist/cjs/ion-img.cjs.entry.js +3 -7
  179. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +14 -89
  180. package/dist/cjs/ion-input-otp.cjs.entry.js +7 -11
  181. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +12 -50
  182. package/dist/cjs/ion-input.cjs.entry.js +30 -120
  183. package/dist/cjs/ion-item-option_3.cjs.entry.js +19 -48
  184. package/dist/cjs/ion-item_8.cjs.entry.js +46 -113
  185. package/dist/cjs/ion-loading.cjs.entry.js +15 -17
  186. package/dist/cjs/ion-menu_3.cjs.entry.js +26 -44
  187. package/dist/cjs/ion-modal.cjs.entry.js +69 -96
  188. package/dist/cjs/ion-nav_2.cjs.entry.js +10 -13
  189. package/dist/cjs/ion-picker-column-option.cjs.entry.js +6 -10
  190. package/dist/cjs/ion-picker-column.cjs.entry.js +12 -12
  191. package/dist/cjs/ion-picker.cjs.entry.js +5 -9
  192. package/dist/cjs/ion-popover.cjs.entry.js +16 -18
  193. package/dist/cjs/ion-progress-bar.cjs.entry.js +7 -25
  194. package/dist/cjs/ion-radio_2.cjs.entry.js +14 -24
  195. package/dist/cjs/ion-range.cjs.entry.js +10 -14
  196. package/dist/cjs/ion-refresher_2.cjs.entry.js +18 -36
  197. package/dist/cjs/ion-reorder_2.cjs.entry.js +12 -36
  198. package/dist/cjs/ion-ripple-effect.cjs.entry.js +6 -14
  199. package/dist/cjs/ion-route_4.cjs.entry.js +7 -8
  200. package/dist/cjs/ion-searchbar.cjs.entry.js +21 -134
  201. package/dist/cjs/ion-segment-content.cjs.entry.js +1 -1
  202. package/dist/cjs/ion-segment-view.cjs.entry.js +2 -5
  203. package/dist/cjs/ion-segment_2.cjs.entry.js +14 -21
  204. package/dist/cjs/ion-select-modal.cjs.entry.js +9 -15
  205. package/dist/cjs/ion-select_3.cjs.entry.js +38 -129
  206. package/dist/cjs/ion-spinner.cjs.entry.js +6 -28
  207. package/dist/cjs/ion-split-pane.cjs.entry.js +8 -11
  208. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +21 -75
  209. package/dist/cjs/ion-tab_2.cjs.entry.js +6 -7
  210. package/dist/cjs/ion-text.cjs.entry.js +5 -5
  211. package/dist/cjs/ion-textarea.cjs.entry.js +15 -55
  212. package/dist/cjs/ion-toast.cjs.entry.js +43 -66
  213. package/dist/cjs/ion-toggle.cjs.entry.js +21 -78
  214. package/dist/cjs/ionic-global-HMVqOFGO.js +151 -0
  215. package/dist/cjs/ionic.cjs.js +3 -3
  216. package/dist/cjs/{ios.transition-Dt4GT8w5.js → ios.transition-BOt_uW73.js} +4 -6
  217. package/dist/cjs/{keyboard-BlrG3xPK.js → keyboard-UuAS4D_9.js} +1 -1
  218. package/dist/cjs/{keyboard-controller-O8n0dTQz.js → keyboard-controller-GXBiBRKS.js} +9 -11
  219. package/dist/cjs/{keyboard-B8HJHbg3.js → keyboard-hHzlEQpk.js} +3 -4
  220. package/dist/cjs/loader.cjs.js +3 -3
  221. package/dist/cjs/{md.transition-BolcQzNP.js → md.transition-Dt968VXB.js} +4 -5
  222. package/dist/cjs/{notch-controller-BE80VRju.js → notch-controller-Bzqhjm4f.js} +4 -4
  223. package/dist/cjs/{overlays-D7GuFhXb.js → overlays--dagG4QM.js} +9 -8
  224. package/dist/cjs/{status-tap-e-hyosXV.js → status-tap-g0sWWkXk.js} +2 -3
  225. package/dist/cjs/{swipe-back-CR060nOX.js → swipe-back-BIayeNOD.js} +1 -2
  226. package/dist/collection/collection-manifest.json +0 -1
  227. package/dist/collection/components/accordion/accordion.ios.css +58 -73
  228. package/dist/collection/components/accordion/accordion.js +26 -36
  229. package/dist/collection/components/accordion/accordion.md.css +59 -67
  230. package/dist/collection/components/accordion-group/accordion-group.ios.css +4 -16
  231. package/dist/collection/components/accordion-group/accordion-group.js +8 -44
  232. package/dist/collection/components/accordion-group/accordion-group.md.css +4 -22
  233. package/dist/collection/components/action-sheet/action-sheet.ios.css +6 -18
  234. package/dist/collection/components/action-sheet/action-sheet.js +13 -17
  235. package/dist/collection/components/action-sheet/action-sheet.md.css +5 -17
  236. package/dist/collection/components/alert/alert.ios.css +1 -19
  237. package/dist/collection/components/alert/alert.js +13 -16
  238. package/dist/collection/components/alert/alert.md.css +1 -19
  239. package/dist/collection/components/app/app.js +78 -15
  240. package/dist/collection/components/avatar/avatar.ios.css +33 -7
  241. package/dist/collection/components/avatar/avatar.js +4 -120
  242. package/dist/collection/components/avatar/avatar.md.css +0 -51
  243. package/dist/collection/components/back-button/back-button.ios.css +48 -60
  244. package/dist/collection/components/back-button/back-button.js +19 -27
  245. package/dist/collection/components/back-button/back-button.md.css +48 -60
  246. package/dist/collection/components/backdrop/backdrop.ios.css +19 -56
  247. package/dist/collection/components/backdrop/backdrop.js +6 -12
  248. package/dist/collection/components/backdrop/backdrop.md.css +19 -56
  249. package/dist/collection/components/badge/badge.ios.css +12 -139
  250. package/dist/collection/components/badge/badge.js +9 -145
  251. package/dist/collection/components/badge/badge.md.css +12 -123
  252. package/dist/collection/components/breadcrumb/breadcrumb.ios.css +8 -20
  253. package/dist/collection/components/breadcrumb/breadcrumb.js +11 -43
  254. package/dist/collection/components/breadcrumb/breadcrumb.md.css +8 -20
  255. package/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +0 -6
  256. package/dist/collection/components/breadcrumbs/breadcrumbs.js +9 -11
  257. package/dist/collection/components/breadcrumbs/breadcrumbs.md.css +0 -6
  258. package/dist/collection/components/button/button.ios.css +46 -135
  259. package/dist/collection/components/button/button.js +17 -48
  260. package/dist/collection/components/button/button.md.css +50 -126
  261. package/dist/collection/components/buttons/buttons.ios.css +7 -59
  262. package/dist/collection/components/buttons/buttons.js +9 -15
  263. package/dist/collection/components/buttons/buttons.md.css +3 -55
  264. package/dist/collection/components/card/card.ios.css +14 -65
  265. package/dist/collection/components/card/card.js +10 -41
  266. package/dist/collection/components/card/card.md.css +14 -65
  267. package/dist/collection/components/card-content/card-content.ios.css +1 -16
  268. package/dist/collection/components/card-content/card-content.js +8 -11
  269. package/dist/collection/components/card-content/card-content.md.css +1 -16
  270. package/dist/collection/components/card-header/card-header.ios.css +15 -27
  271. package/dist/collection/components/card-header/card-header.js +10 -13
  272. package/dist/collection/components/card-header/card-header.md.css +15 -27
  273. package/dist/collection/components/card-subtitle/card-subtitle.ios.css +0 -12
  274. package/dist/collection/components/card-subtitle/card-subtitle.js +8 -11
  275. package/dist/collection/components/card-subtitle/card-subtitle.md.css +0 -12
  276. package/dist/collection/components/card-title/card-title.ios.css +0 -73
  277. package/dist/collection/components/card-title/card-title.js +8 -11
  278. package/dist/collection/components/card-title/card-title.md.css +0 -73
  279. package/dist/collection/components/checkbox/checkbox.ios.css +101 -161
  280. package/dist/collection/components/checkbox/checkbox.js +14 -70
  281. package/dist/collection/components/checkbox/checkbox.md.css +102 -162
  282. package/dist/collection/components/chip/chip.ios.css +14 -67
  283. package/dist/collection/components/chip/chip.js +8 -108
  284. package/dist/collection/components/chip/chip.md.css +14 -67
  285. package/dist/collection/components/col/col.css +4 -192
  286. package/dist/collection/components/col/col.js +61 -210
  287. package/dist/collection/components/content/content.css +2 -8
  288. package/dist/collection/components/content/content.js +11 -16
  289. package/dist/collection/components/datetime/datetime.ios.css +96 -258
  290. package/dist/collection/components/datetime/datetime.js +20 -98
  291. package/dist/collection/components/datetime/datetime.md.css +96 -258
  292. package/dist/collection/components/datetime/utils/data.js +5 -5
  293. package/dist/collection/components/datetime-button/datetime-button.ios.css +0 -6
  294. package/dist/collection/components/datetime-button/datetime-button.js +8 -11
  295. package/dist/collection/components/datetime-button/datetime-button.md.css +0 -6
  296. package/dist/collection/components/fab/fab.css +1 -25
  297. package/dist/collection/components/fab/fab.js +5 -9
  298. package/dist/collection/components/fab-button/fab-button.ios.css +6 -18
  299. package/dist/collection/components/fab-button/fab-button.js +21 -36
  300. package/dist/collection/components/fab-button/fab-button.md.css +8 -20
  301. package/dist/collection/components/fab-list/fab-list.css +0 -12
  302. package/dist/collection/components/fab-list/fab-list.js +5 -9
  303. package/dist/collection/components/footer/footer.ios.css +2 -14
  304. package/dist/collection/components/footer/footer.js +16 -21
  305. package/dist/collection/components/footer/footer.md.css +0 -12
  306. package/dist/collection/components/grid/grid.css +0 -12
  307. package/dist/collection/components/grid/grid.js +5 -9
  308. package/dist/collection/components/header/header.ios.css +10 -25
  309. package/dist/collection/components/header/header.js +19 -50
  310. package/dist/collection/components/header/header.md.css +8 -23
  311. package/dist/collection/components/header/header.utils.js +5 -5
  312. package/dist/collection/components/img/img.js +2 -8
  313. package/dist/collection/components/infinite-scroll/infinite-scroll.js +5 -100
  314. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +0 -12
  315. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +10 -16
  316. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +0 -12
  317. package/dist/collection/components/input/input.ios.css +140 -223
  318. package/dist/collection/components/input/input.js +38 -149
  319. package/dist/collection/components/input/input.md.css +212 -193
  320. package/dist/collection/components/input-otp/input-otp.ios.css +60 -102
  321. package/dist/collection/components/input-otp/input-otp.js +5 -7
  322. package/dist/collection/components/input-otp/input-otp.md.css +60 -102
  323. package/dist/collection/components/input-password-toggle/input-password-toggle.js +12 -48
  324. package/dist/collection/components/item/item.ios.css +69 -109
  325. package/dist/collection/components/item/item.js +20 -51
  326. package/dist/collection/components/item/item.md.css +68 -120
  327. package/dist/collection/components/item-divider/item-divider.ios.css +0 -18
  328. package/dist/collection/components/item-divider/item-divider.js +8 -11
  329. package/dist/collection/components/item-divider/item-divider.md.css +0 -18
  330. package/dist/collection/components/item-group/item-group.ios.css +0 -12
  331. package/dist/collection/components/item-group/item-group.js +7 -13
  332. package/dist/collection/components/item-group/item-group.md.css +0 -12
  333. package/dist/collection/components/item-option/item-option.ios.css +29 -136
  334. package/dist/collection/components/item-option/item-option.js +9 -73
  335. package/dist/collection/components/item-option/item-option.md.css +29 -136
  336. package/dist/collection/components/item-options/item-options.ios.css +34 -77
  337. package/dist/collection/components/item-options/item-options.js +7 -13
  338. package/dist/collection/components/item-options/item-options.md.css +34 -77
  339. package/dist/collection/components/item-sliding/item-sliding.css +0 -6
  340. package/dist/collection/components/item-sliding/item-sliding.js +4 -8
  341. package/dist/collection/components/label/label.ios.css +0 -18
  342. package/dist/collection/components/label/label.js +8 -11
  343. package/dist/collection/components/label/label.md.css +0 -18
  344. package/dist/collection/components/list/list.ios.css +14 -54
  345. package/dist/collection/components/list/list.js +9 -48
  346. package/dist/collection/components/list/list.md.css +16 -56
  347. package/dist/collection/components/list-header/list-header.ios.css +38 -82
  348. package/dist/collection/components/list-header/list-header.js +8 -11
  349. package/dist/collection/components/list-header/list-header.md.css +38 -82
  350. package/dist/collection/components/loading/loading.ios.css +1 -13
  351. package/dist/collection/components/loading/loading.js +11 -14
  352. package/dist/collection/components/loading/loading.md.css +1 -13
  353. package/dist/collection/components/menu/menu.ios.css +3 -15
  354. package/dist/collection/components/menu/menu.js +7 -12
  355. package/dist/collection/components/menu/menu.md.css +3 -15
  356. package/dist/collection/components/menu-button/menu-button.ios.css +14 -48
  357. package/dist/collection/components/menu-button/menu-button.js +10 -26
  358. package/dist/collection/components/menu-button/menu-button.md.css +15 -49
  359. package/dist/collection/components/menu-toggle/menu-toggle.js +5 -8
  360. package/dist/collection/components/modal/animations/sheet.js +2 -8
  361. package/dist/collection/components/modal/gestures/sheet.js +6 -10
  362. package/dist/collection/components/modal/modal.ios.css +70 -174
  363. package/dist/collection/components/modal/modal.js +11 -48
  364. package/dist/collection/components/modal/modal.md.css +70 -174
  365. package/dist/collection/components/nav/nav.css +1 -7
  366. package/dist/collection/components/nav/nav.js +5 -11
  367. package/dist/collection/components/nav-link/nav-link.js +1 -5
  368. package/dist/collection/components/note/note.ios.css +0 -12
  369. package/dist/collection/components/note/note.js +8 -11
  370. package/dist/collection/components/note/note.md.css +0 -12
  371. package/dist/collection/components/picker/picker.ios.css +3 -15
  372. package/dist/collection/components/picker/picker.js +5 -8
  373. package/dist/collection/components/picker/picker.md.css +3 -15
  374. package/dist/collection/components/picker-column/picker-column.css +2 -9
  375. package/dist/collection/components/picker-column/picker-column.js +7 -8
  376. package/dist/collection/components/picker-column-option/picker-column-option.ios.css +0 -6
  377. package/dist/collection/components/picker-column-option/picker-column-option.js +7 -13
  378. package/dist/collection/components/picker-column-option/picker-column-option.md.css +0 -6
  379. package/dist/collection/components/picker-legacy/picker.ios.css +1 -13
  380. package/dist/collection/components/picker-legacy/picker.js +6 -7
  381. package/dist/collection/components/picker-legacy/picker.md.css +1 -13
  382. package/dist/collection/components/picker-legacy-column/picker-column.ios.css +0 -12
  383. package/dist/collection/components/picker-legacy-column/picker-column.js +4 -4
  384. package/dist/collection/components/picker-legacy-column/picker-column.md.css +0 -12
  385. package/dist/collection/components/popover/popover.ios.css +1 -13
  386. package/dist/collection/components/popover/popover.js +14 -17
  387. package/dist/collection/components/popover/popover.md.css +1 -13
  388. package/dist/collection/components/progress-bar/progress-bar.ios.css +17 -48
  389. package/dist/collection/components/progress-bar/progress-bar.js +7 -43
  390. package/dist/collection/components/progress-bar/progress-bar.md.css +17 -48
  391. package/dist/collection/components/radio/radio.ios.css +91 -134
  392. package/dist/collection/components/radio/radio.js +9 -12
  393. package/dist/collection/components/radio/radio.md.css +91 -134
  394. package/dist/collection/components/radio-group/radio-group.ios.css +23 -43
  395. package/dist/collection/components/radio-group/radio-group.js +6 -21
  396. package/dist/collection/components/radio-group/radio-group.md.css +23 -43
  397. package/dist/collection/components/range/range.ios.css +85 -128
  398. package/dist/collection/components/range/range.js +9 -12
  399. package/dist/collection/components/range/range.md.css +85 -128
  400. package/dist/collection/components/refresher/refresher.ios.css +1 -14
  401. package/dist/collection/components/refresher/refresher.js +8 -11
  402. package/dist/collection/components/refresher/refresher.md.css +2 -15
  403. package/dist/collection/components/refresher-content/refresher-content.js +7 -28
  404. package/dist/collection/components/reorder/reorder.ios.css +0 -6
  405. package/dist/collection/components/reorder/reorder.js +6 -33
  406. package/dist/collection/components/reorder/reorder.md.css +0 -6
  407. package/dist/collection/components/reorder-group/reorder-group.css +0 -6
  408. package/dist/collection/components/reorder-group/reorder-group.js +4 -8
  409. package/dist/collection/components/ripple-effect/{ripple-effect.common.css → ripple-effect.css} +1 -7
  410. package/dist/collection/components/ripple-effect/ripple-effect.js +6 -14
  411. package/dist/collection/components/route/route.js +0 -4
  412. package/dist/collection/components/router/router.js +0 -4
  413. package/dist/collection/components/router-link/router-link.css +2 -8
  414. package/dist/collection/components/router-link/router-link.js +5 -9
  415. package/dist/collection/components/router-outlet/router-outlet.css +1 -7
  416. package/dist/collection/components/router-outlet/router-outlet.js +3 -6
  417. package/dist/collection/components/row/row.css +0 -16
  418. package/dist/collection/components/row/row.js +2 -9
  419. package/dist/collection/components/searchbar/searchbar.ios.css +18 -56
  420. package/dist/collection/components/searchbar/searchbar.js +34 -181
  421. package/dist/collection/components/searchbar/searchbar.md.css +18 -56
  422. package/dist/collection/components/segment/segment.ios.css +2 -45
  423. package/dist/collection/components/segment/segment.js +8 -11
  424. package/dist/collection/components/segment/segment.md.css +2 -45
  425. package/dist/collection/components/segment-button/segment-button.ios.css +105 -146
  426. package/dist/collection/components/segment-button/segment-button.js +8 -11
  427. package/dist/collection/components/segment-button/segment-button.md.css +107 -148
  428. package/dist/collection/components/segment-content/segment-content.js +1 -1
  429. package/dist/collection/components/segment-view/segment-view.ios.css +0 -6
  430. package/dist/collection/components/segment-view/segment-view.js +4 -6
  431. package/dist/collection/components/segment-view/segment-view.md.css +0 -6
  432. package/dist/collection/components/select/select.ios.css +176 -315
  433. package/dist/collection/components/select/select.js +53 -156
  434. package/dist/collection/components/select/select.md.css +178 -331
  435. package/dist/collection/components/select-modal/select-modal.ios.css +0 -18
  436. package/dist/collection/components/select-modal/select-modal.js +4 -11
  437. package/dist/collection/components/select-modal/select-modal.md.css +3 -7
  438. package/dist/collection/components/select-option/select-option.js +2 -9
  439. package/dist/collection/components/select-popover/select-popover.ios.css +0 -18
  440. package/dist/collection/components/select-popover/select-popover.js +4 -12
  441. package/dist/collection/components/select-popover/select-popover.md.css +0 -18
  442. package/dist/collection/components/skeleton-text/skeleton-text.css +0 -6
  443. package/dist/collection/components/skeleton-text/skeleton-text.js +5 -9
  444. package/dist/collection/components/spinner/{spinner.ionic.css → spinner.css} +10 -77
  445. package/dist/collection/components/spinner/spinner.js +6 -47
  446. package/dist/collection/components/split-pane/split-pane.ios.css +2 -20
  447. package/dist/collection/components/split-pane/split-pane.js +8 -14
  448. package/dist/collection/components/split-pane/split-pane.md.css +2 -20
  449. package/dist/collection/components/tab/tab.js +2 -6
  450. package/dist/collection/components/tab-bar/tab-bar.ios.css +43 -71
  451. package/dist/collection/components/tab-bar/tab-bar.js +11 -78
  452. package/dist/collection/components/tab-bar/tab-bar.md.css +43 -71
  453. package/dist/collection/components/tab-button/tab-button.ios.css +95 -171
  454. package/dist/collection/components/tab-button/tab-button.js +9 -54
  455. package/dist/collection/components/tab-button/tab-button.md.css +93 -137
  456. package/dist/collection/components/tabs/tabs.css +1 -7
  457. package/dist/collection/components/tabs/tabs.js +1 -4
  458. package/dist/collection/components/text/text.css +0 -6
  459. package/dist/collection/components/text/text.js +6 -7
  460. package/dist/collection/components/textarea/textarea.ios.css +139 -275
  461. package/dist/collection/components/textarea/textarea.js +16 -76
  462. package/dist/collection/components/textarea/textarea.md.css +140 -288
  463. package/dist/collection/components/thumbnail/thumbnail.css +0 -6
  464. package/dist/collection/components/thumbnail/thumbnail.js +2 -9
  465. package/dist/collection/components/title/title.ios.css +4 -32
  466. package/dist/collection/components/title/title.js +7 -13
  467. package/dist/collection/components/title/title.md.css +4 -32
  468. package/dist/collection/components/toast/animations/utils.js +1 -1
  469. package/dist/collection/components/toast/toast.ios.css +45 -84
  470. package/dist/collection/components/toast/toast.js +12 -75
  471. package/dist/collection/components/toast/toast.md.css +45 -84
  472. package/dist/collection/components/toggle/toggle.ios.css +131 -247
  473. package/dist/collection/components/toggle/toggle.js +18 -73
  474. package/dist/collection/components/toggle/toggle.md.css +131 -244
  475. package/dist/collection/components/toolbar/toolbar.ios.css +47 -90
  476. package/dist/collection/components/toolbar/toolbar.js +13 -157
  477. package/dist/collection/components/toolbar/toolbar.md.css +47 -90
  478. package/dist/collection/global/ionic-global.js +13 -228
  479. package/dist/collection/utils/focus-visible.js +0 -22
  480. package/dist/collection/utils/framework-delegate.js +1 -3
  481. package/dist/collection/utils/hardware-back-button.js +0 -15
  482. package/dist/collection/utils/helpers.js +2 -42
  483. package/dist/collection/utils/keyboard/keyboard-controller.js +1 -3
  484. package/dist/collection/utils/menu-controller/animations/overlay.js +3 -3
  485. package/dist/collection/utils/menu-controller/animations/push.js +1 -2
  486. package/dist/collection/utils/menu-controller/animations/reveal.js +1 -2
  487. package/dist/collection/utils/overlays.js +1 -2
  488. package/dist/collection/utils/test/playwright/generator.js +23 -48
  489. package/dist/collection/utils/test/playwright/page/utils/goto.js +5 -14
  490. package/dist/collection/utils/test/playwright/page/utils/set-content.js +3 -26
  491. package/dist/collection/utils/transition/ios.transition.js +0 -1
  492. package/dist/docs.json +374 -8195
  493. package/dist/esm/{animation-BNuoDl-O.js → animation-Dt8bGnA-.js} +1 -1
  494. package/dist/esm/{app-globals-tX0s9Zd7.js → app-globals-BDSf8fOA.js} +1 -1
  495. package/dist/esm/{button-active-BF6GZ_yH.js → button-active-L570Swow.js} +1 -1
  496. package/dist/esm/{capacitor-pzVAlnC0.js → capacitor-CFERIeaU.js} +1 -1
  497. package/dist/esm/{data-DFCY8gnk.js → data-DCORV9FH.js} +5 -5
  498. package/dist/{cjs/focus-visible-BIj-I3-C.js → esm/focus-visible-BmVRXR1y.js} +1 -27
  499. package/dist/esm/{framework-delegate-D2mUP0WI.js → framework-delegate-BYawdMXj.js} +2 -4
  500. package/dist/esm/{haptic-bBvyATla.js → haptic-DzAMWJuk.js} +1 -1
  501. package/dist/esm/hardware-back-button-CPLxO-Ev.js +115 -0
  502. package/dist/esm/{helpers-Bsml3FcE.js → helpers-DEn3pfjm.js} +3 -42
  503. package/dist/esm/{index-BpFi2B8W.js → index-Bs3kT4bc.js} +1 -1
  504. package/dist/esm/{index-BQI9hSZP.js → index-CvDIirVx.js} +10 -10
  505. package/dist/esm/{index-COG0_eom.js → index-DV3sJJW8.js} +1 -1
  506. package/dist/esm/index-ZjP4CjeZ.js +7 -0
  507. package/dist/esm/{index-Bnw-zNoN.js → index-ceb5RaMT.js} +2 -3
  508. package/dist/esm/{index-M3l-IyxQ.js → index-r2D9DEro.js} +3 -3
  509. package/dist/esm/index.js +11 -10
  510. package/dist/esm/{input-shims-ACbgRt10.js → input-shims-DyOpfTg6.js} +5 -6
  511. package/dist/esm/{input.utils-loPnHH5H.js → input.utils-DrvTa8gz.js} +2 -2
  512. package/dist/esm/ion-accordion_2.entry.js +27 -56
  513. package/dist/esm/ion-action-sheet.entry.js +20 -23
  514. package/dist/esm/ion-alert.entry.js +20 -22
  515. package/dist/esm/ion-app_8.entry.js +151 -250
  516. package/dist/esm/ion-avatar_3.entry.js +13 -125
  517. package/dist/esm/ion-back-button.entry.js +20 -29
  518. package/dist/esm/ion-backdrop.entry.js +6 -9
  519. package/dist/esm/ion-breadcrumb_2.entry.js +17 -53
  520. package/dist/esm/ion-button_2.entry.js +11 -43
  521. package/dist/esm/ion-card_5.entry.js +29 -53
  522. package/dist/esm/ion-checkbox.entry.js +13 -31
  523. package/dist/esm/ion-chip.entry.js +8 -49
  524. package/dist/esm/ion-col_3.entry.js +57 -54
  525. package/dist/esm/ion-datetime-button.entry.js +7 -11
  526. package/dist/esm/ion-datetime_3.entry.js +40 -115
  527. package/dist/esm/ion-fab_3.entry.js +27 -43
  528. package/dist/esm/ion-img.entry.js +3 -7
  529. package/dist/esm/ion-infinite-scroll_2.entry.js +14 -89
  530. package/dist/esm/ion-input-otp.entry.js +7 -11
  531. package/dist/esm/ion-input-password-toggle.entry.js +14 -52
  532. package/dist/esm/ion-input.entry.js +32 -122
  533. package/dist/esm/ion-item-option_3.entry.js +19 -48
  534. package/dist/esm/ion-item_8.entry.js +48 -115
  535. package/dist/esm/ion-loading.entry.js +15 -17
  536. package/dist/esm/ion-menu_3.entry.js +27 -45
  537. package/dist/esm/ion-modal.entry.js +29 -56
  538. package/dist/esm/ion-nav_2.entry.js +10 -13
  539. package/dist/esm/ion-picker-column-option.entry.js +6 -10
  540. package/dist/esm/ion-picker-column.entry.js +11 -11
  541. package/dist/esm/ion-picker.entry.js +5 -9
  542. package/dist/esm/ion-popover.entry.js +16 -18
  543. package/dist/esm/ion-progress-bar.entry.js +7 -25
  544. package/dist/esm/ion-radio_2.entry.js +14 -24
  545. package/dist/esm/ion-range.entry.js +10 -14
  546. package/dist/esm/ion-refresher_2.entry.js +19 -37
  547. package/dist/esm/ion-reorder_2.entry.js +14 -38
  548. package/dist/esm/ion-ripple-effect.entry.js +6 -14
  549. package/dist/esm/ion-route_4.entry.js +7 -8
  550. package/dist/esm/ion-searchbar.entry.js +24 -137
  551. package/dist/esm/ion-segment-content.entry.js +1 -1
  552. package/dist/esm/ion-segment-view.entry.js +2 -5
  553. package/dist/esm/ion-segment_2.entry.js +14 -21
  554. package/dist/esm/ion-select-modal.entry.js +10 -16
  555. package/dist/esm/ion-select_3.entry.js +40 -131
  556. package/dist/esm/ion-spinner.entry.js +6 -28
  557. package/dist/esm/ion-split-pane.entry.js +8 -11
  558. package/dist/esm/ion-tab-bar_2.entry.js +21 -75
  559. package/dist/esm/ion-tab_2.entry.js +6 -7
  560. package/dist/esm/ion-text.entry.js +5 -5
  561. package/dist/esm/ion-textarea.entry.js +15 -55
  562. package/dist/esm/ion-toast.entry.js +17 -40
  563. package/dist/esm/ion-toggle.entry.js +22 -79
  564. package/dist/esm/ionic-global-CDrldh-5.js +146 -0
  565. package/dist/esm/ionic.js +3 -3
  566. package/dist/esm/{ios.transition-uJxJFbq8.js → ios.transition-BDzw0_Hm.js} +4 -6
  567. package/dist/esm/{keyboard-CU1vRv-b.js → keyboard-CUw4ekVy.js} +1 -1
  568. package/dist/esm/{keyboard-controller-Dplyc4OV.js → keyboard-controller-BaaVITYt.js} +3 -5
  569. package/dist/esm/{keyboard-B-HHSSYU.js → keyboard-ywgs5efA.js} +3 -4
  570. package/dist/esm/loader.js +3 -3
  571. package/dist/esm/{md.transition-Dp4NTeSh.js → md.transition-BzDYi3qq.js} +4 -5
  572. package/dist/esm/{notch-controller-BvFDmO69.js → notch-controller-BwelN_JM.js} +2 -2
  573. package/dist/esm/{overlays-Bi5WpIkN.js → overlays-DCabi1dI.js} +6 -5
  574. package/dist/esm/{status-tap-DXVlluKS.js → status-tap-5DQ7Fc4V.js} +2 -3
  575. package/dist/esm/{swipe-back-DNhAt9fY.js → swipe-back-BKw2CAHc.js} +1 -2
  576. package/dist/html.html-data.json +214 -2520
  577. package/dist/ionic/index.esm.js +1 -1
  578. package/dist/ionic/ionic.esm.js +1 -1
  579. package/dist/ionic/p-020af078.entry.js +4 -0
  580. package/dist/ionic/p-074839fc.entry.js +4 -0
  581. package/dist/ionic/p-07753df3.entry.js +4 -0
  582. package/dist/ionic/p-0abeb0fc.entry.js +4 -0
  583. package/dist/ionic/p-0bf76d0f.entry.js +4 -0
  584. package/dist/ionic/p-0dfa5a37.entry.js +4 -0
  585. package/dist/ionic/p-11518b31.entry.js +4 -0
  586. package/dist/ionic/p-1647c46c.entry.js +4 -0
  587. package/dist/ionic/p-2a939845.entry.js +4 -0
  588. package/dist/ionic/p-316c0420.entry.js +4 -0
  589. package/dist/ionic/p-31f7095f.entry.js +4 -0
  590. package/dist/ionic/p-370e4237.entry.js +4 -0
  591. package/dist/ionic/p-3a6caca9.entry.js +4 -0
  592. package/dist/ionic/p-40c261a3.entry.js +4 -0
  593. package/dist/ionic/p-43ed1ef5.entry.js +4 -0
  594. package/dist/ionic/p-46d74291.entry.js +4 -0
  595. package/dist/ionic/p-49d06882.entry.js +4 -0
  596. package/dist/ionic/p-4b658a7c.entry.js +4 -0
  597. package/dist/ionic/p-4e41ea20.entry.js +4 -0
  598. package/dist/ionic/p-51a60e0f.entry.js +4 -0
  599. package/dist/ionic/p-576e0965.entry.js +4 -0
  600. package/dist/ionic/p-582824c5.entry.js +4 -0
  601. package/dist/ionic/p-6241ce47.entry.js +4 -0
  602. package/dist/ionic/p-639dd543.entry.js +4 -0
  603. package/dist/ionic/p-6444c606.entry.js +4 -0
  604. package/dist/ionic/p-675b1a31.entry.js +4 -0
  605. package/dist/ionic/p-6d070558.entry.js +4 -0
  606. package/dist/ionic/p-7268efa5.entry.js +4 -0
  607. package/dist/ionic/p-72c38b88.entry.js +4 -0
  608. package/dist/ionic/p-75ae4733.entry.js +4 -0
  609. package/dist/ionic/p-79bd78f9.entry.js +4 -0
  610. package/dist/ionic/p-86f53961.entry.js +4 -0
  611. package/dist/ionic/p-94de5cfa.entry.js +4 -0
  612. package/dist/ionic/p-9575b654.entry.js +4 -0
  613. package/dist/ionic/p-9eeaBrnk.js +4 -0
  614. package/dist/ionic/p-B0q1YL7N.js +4 -0
  615. package/dist/ionic/p-BFvmZNyx.js +4 -0
  616. package/dist/ionic/p-BKc55Xev.js +4 -0
  617. package/dist/ionic/p-BOVrCkpJ.js +4 -0
  618. package/dist/ionic/p-BYEqWnSg.js +4 -0
  619. package/dist/ionic/p-BmVRXR1y.js +4 -0
  620. package/dist/ionic/p-Bmgaetn_.js +4 -0
  621. package/dist/ionic/p-C6F4hat2.js +4 -0
  622. package/dist/ionic/p-C7hRNDhM.js +4 -0
  623. package/dist/ionic/p-CIGNaXM1.js +4 -0
  624. package/dist/ionic/{p-D-BelbiX.js → p-CJxh_yLS.js} +1 -1
  625. package/dist/ionic/{p-Cq83JWMg.js → p-CKvCXMs9.js} +1 -1
  626. package/dist/ionic/p-CTfR9YZG.js +4 -0
  627. package/dist/ionic/p-CtWGkNnJ.js +4 -0
  628. package/dist/ionic/{p-B3uz75uZ.js → p-CwgG81ZD.js} +1 -1
  629. package/dist/ionic/p-D-eFFUkA.js +4 -0
  630. package/dist/ionic/{p-HpOiAvpC.js → p-D0dMcSkw.js} +1 -1
  631. package/dist/ionic/{p-B-D7Cfki.js → p-D13Eaw-8.js} +1 -1
  632. package/dist/ionic/{p-C8r4dtYR.js → p-DCv9sLH2.js} +1 -1
  633. package/dist/ionic/p-DDb5r57F.js +4 -0
  634. package/dist/ionic/p-DNcfiJwE.js +4 -0
  635. package/dist/ionic/{p-q1ZSn0l7.js → p-DUt5fQmA.js} +1 -1
  636. package/dist/ionic/{p-COG0_eom.js → p-DV3sJJW8.js} +1 -1
  637. package/dist/ionic/p-DZRJwG4S.js +4 -0
  638. package/dist/ionic/{p-CtUK3cKk.js → p-Dc45iWE4.js} +1 -1
  639. package/dist/ionic/p-QHYY4sjU.js +4 -0
  640. package/dist/ionic/p-ZjP4CjeZ.js +4 -0
  641. package/dist/ionic/p-a127bee2.entry.js +4 -0
  642. package/dist/ionic/p-a8ed848b.entry.js +4 -0
  643. package/dist/ionic/p-ac4eb91d.entry.js +4 -0
  644. package/dist/ionic/p-b0a7585c.entry.js +4 -0
  645. package/dist/ionic/p-b57c6d3e.entry.js +4 -0
  646. package/dist/ionic/p-c19f63d0.entry.js +4 -0
  647. package/dist/ionic/p-c85a2127.entry.js +4 -0
  648. package/dist/ionic/p-cc45bcbc.entry.js +4 -0
  649. package/dist/ionic/p-cebb0328.entry.js +4 -0
  650. package/dist/ionic/p-d0a2a1ab.entry.js +4 -0
  651. package/dist/ionic/p-d126e8d3.entry.js +4 -0
  652. package/dist/ionic/p-d1f54e28.entry.js +4 -0
  653. package/dist/ionic/p-d3014190.entry.js +4 -0
  654. package/dist/ionic/p-da7d04cc.entry.js +4 -0
  655. package/dist/ionic/p-dbbe606a.entry.js +4 -0
  656. package/dist/ionic/p-ea509e3c.entry.js +4 -0
  657. package/dist/ionic/p-ec654c42.entry.js +4 -0
  658. package/dist/ionic/p-f8f22cc0.entry.js +4 -0
  659. package/dist/types/components/accordion/accordion.d.ts +3 -5
  660. package/dist/types/components/accordion-group/accordion-group.d.ts +1 -12
  661. package/dist/types/components/action-sheet/action-sheet-interface.d.ts +7 -3
  662. package/dist/types/components/action-sheet/action-sheet.d.ts +2 -3
  663. package/dist/types/components/alert/alert-interface.d.ts +7 -3
  664. package/dist/types/components/alert/alert.d.ts +2 -3
  665. package/dist/types/components/app/app.d.ts +2 -4
  666. package/dist/types/components/avatar/avatar.d.ts +0 -32
  667. package/dist/types/components/back-button/back-button.d.ts +1 -2
  668. package/dist/types/components/backdrop/backdrop.d.ts +0 -4
  669. package/dist/types/components/badge/badge.d.ts +1 -34
  670. package/dist/types/components/breadcrumb/breadcrumb.d.ts +1 -4
  671. package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +2 -2
  672. package/dist/types/components/button/button.d.ts +6 -19
  673. package/dist/types/components/buttons/buttons.d.ts +1 -5
  674. package/dist/types/components/card/card.d.ts +1 -8
  675. package/dist/types/components/card-content/card-content.d.ts +1 -2
  676. package/dist/types/components/card-header/card-header.d.ts +2 -3
  677. package/dist/types/components/card-subtitle/card-subtitle.d.ts +1 -2
  678. package/dist/types/components/card-title/card-title.d.ts +1 -2
  679. package/dist/types/components/checkbox/checkbox.d.ts +4 -14
  680. package/dist/types/components/chip/chip.d.ts +1 -26
  681. package/dist/types/components/col/col.d.ts +5 -52
  682. package/dist/types/components/content/content.d.ts +0 -3
  683. package/dist/types/components/datetime/datetime.d.ts +1 -26
  684. package/dist/types/components/datetime/utils/data.d.ts +5 -5
  685. package/dist/types/components/datetime-button/datetime-button.d.ts +1 -2
  686. package/dist/types/components/fab/fab.d.ts +0 -4
  687. package/dist/types/components/fab-button/fab-button.d.ts +3 -5
  688. package/dist/types/components/fab-list/fab-list.d.ts +0 -4
  689. package/dist/types/components/footer/footer.d.ts +3 -4
  690. package/dist/types/components/grid/grid.d.ts +0 -4
  691. package/dist/types/components/header/header.d.ts +3 -9
  692. package/dist/types/components/header/header.utils.d.ts +3 -3
  693. package/dist/types/components/img/img.d.ts +0 -3
  694. package/dist/types/components/infinite-scroll/infinite-scroll.d.ts +0 -21
  695. package/dist/types/components/infinite-scroll-content/infinite-scroll-content.d.ts +0 -4
  696. package/dist/types/components/input/input.d.ts +5 -31
  697. package/dist/types/components/input-password-toggle/input-password-toggle.d.ts +0 -2
  698. package/dist/types/components/item/item.d.ts +4 -11
  699. package/dist/types/components/item-divider/item-divider.d.ts +1 -2
  700. package/dist/types/components/item-group/item-group.d.ts +0 -4
  701. package/dist/types/components/item-option/item-option.d.ts +1 -18
  702. package/dist/types/components/item-options/item-options.d.ts +0 -4
  703. package/dist/types/components/item-sliding/item-sliding.d.ts +0 -4
  704. package/dist/types/components/label/label.d.ts +1 -2
  705. package/dist/types/components/list/list.d.ts +1 -15
  706. package/dist/types/components/list-header/list-header.d.ts +1 -2
  707. package/dist/types/components/loading/loading-interface.d.ts +7 -2
  708. package/dist/types/components/loading/loading.d.ts +2 -3
  709. package/dist/types/components/menu/menu.d.ts +0 -3
  710. package/dist/types/components/menu-button/menu-button.d.ts +1 -3
  711. package/dist/types/components/menu-toggle/menu-toggle.d.ts +0 -3
  712. package/dist/types/components/modal/gestures/sheet.d.ts +1 -1
  713. package/dist/types/components/modal/modal-interface.d.ts +7 -4
  714. package/dist/types/components/modal/modal.d.ts +1 -11
  715. package/dist/types/components/nav/nav-interface.d.ts +1 -9
  716. package/dist/types/components/nav/nav.d.ts +1 -5
  717. package/dist/types/components/nav-link/nav-link.d.ts +0 -4
  718. package/dist/types/components/note/note.d.ts +1 -2
  719. package/dist/types/components/picker/picker.d.ts +1 -2
  720. package/dist/types/components/picker-column/picker-column.d.ts +1 -2
  721. package/dist/types/components/picker-column-option/picker-column-option.d.ts +0 -4
  722. package/dist/types/components/picker-legacy/picker.d.ts +1 -2
  723. package/dist/types/components/popover/popover-interface.d.ts +6 -3
  724. package/dist/types/components/popover/popover.d.ts +5 -6
  725. package/dist/types/components/progress-bar/progress-bar.d.ts +1 -10
  726. package/dist/types/components/radio/radio.d.ts +1 -2
  727. package/dist/types/components/radio-group/radio-group.d.ts +0 -8
  728. package/dist/types/components/range/range.d.ts +1 -2
  729. package/dist/types/components/refresher/refresher.d.ts +1 -2
  730. package/dist/types/components/refresher-content/refresher-content.d.ts +0 -4
  731. package/dist/types/components/reorder/reorder.d.ts +0 -9
  732. package/dist/types/components/reorder-group/reorder-group.d.ts +0 -4
  733. package/dist/types/components/ripple-effect/ripple-effect.d.ts +0 -4
  734. package/dist/types/components/route/route.d.ts +0 -4
  735. package/dist/types/components/router/router.d.ts +0 -4
  736. package/dist/types/components/router-link/router-link.d.ts +0 -4
  737. package/dist/types/components/router-outlet/router-outlet.d.ts +1 -4
  738. package/dist/types/components/row/row.d.ts +0 -4
  739. package/dist/types/components/searchbar/searchbar.d.ts +9 -51
  740. package/dist/types/components/segment/segment.d.ts +1 -2
  741. package/dist/types/components/segment-button/segment-button.d.ts +1 -2
  742. package/dist/types/components/select/select.d.ts +13 -41
  743. package/dist/types/components/select-modal/select-modal.d.ts +0 -1
  744. package/dist/types/components/select-option/select-option.d.ts +0 -4
  745. package/dist/types/components/select-popover/select-popover.d.ts +0 -3
  746. package/dist/types/components/skeleton-text/skeleton-text.d.ts +0 -4
  747. package/dist/types/components/spinner/spinner.d.ts +0 -15
  748. package/dist/types/components/split-pane/split-pane.d.ts +0 -4
  749. package/dist/types/components/tab/tab.d.ts +0 -4
  750. package/dist/types/components/tab-bar/tab-bar.d.ts +2 -22
  751. package/dist/types/components/tab-button/tab-button.d.ts +1 -12
  752. package/dist/types/components/tabs/tabs.d.ts +0 -3
  753. package/dist/types/components/text/text.d.ts +1 -2
  754. package/dist/types/components/textarea/textarea.d.ts +4 -17
  755. package/dist/types/components/thumbnail/thumbnail.d.ts +0 -4
  756. package/dist/types/components/title/title.d.ts +0 -4
  757. package/dist/types/components/toast/animations/utils.d.ts +2 -2
  758. package/dist/types/components/toast/toast-interface.d.ts +7 -3
  759. package/dist/types/components/toast/toast.d.ts +2 -19
  760. package/dist/types/components/toggle/toggle.d.ts +1 -15
  761. package/dist/types/components/toolbar/toolbar.d.ts +3 -20
  762. package/dist/types/components.d.ts +196 -1593
  763. package/dist/types/global/ionic-global.d.ts +2 -27
  764. package/dist/types/interface.d.ts +0 -3
  765. package/dist/types/utils/config.d.ts +2 -106
  766. package/dist/types/utils/focus-visible.d.ts +0 -13
  767. package/dist/types/utils/helpers.d.ts +0 -11
  768. package/dist/types/utils/overlays-interface.d.ts +1 -31
  769. package/dist/types/utils/test/playwright/generator.d.ts +2 -31
  770. package/hydrate/index.js +948 -2877
  771. package/hydrate/index.mjs +948 -2877
  772. package/package.json +4 -8
  773. package/components/caret-down.js +0 -6
  774. package/components/caret-left.js +0 -6
  775. package/components/caret-right.js +0 -6
  776. package/components/ion-divider.d.ts +0 -11
  777. package/components/ion-divider.js +0 -72
  778. package/components/list2.js +0 -6
  779. package/components/x.js +0 -6
  780. package/css/ionic/bundle.ionic.css +0 -1
  781. package/css/ionic/bundle.ionic.css.map +0 -1
  782. package/css/ionic/core.ionic.css +0 -1
  783. package/css/ionic/core.ionic.css.map +0 -1
  784. package/css/ionic/global.bundle.ionic.css +0 -1
  785. package/css/ionic/global.bundle.ionic.css.map +0 -1
  786. package/css/ionic/ionic-swiper.ionic.css +0 -1
  787. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  788. package/css/ionic/link.ionic.css +0 -1
  789. package/css/ionic/link.ionic.css.map +0 -1
  790. package/css/ionic/structure.ionic.css +0 -1
  791. package/css/ionic/structure.ionic.css.map +0 -1
  792. package/css/ionic/typography.ionic.css +0 -1
  793. package/css/ionic/typography.ionic.css.map +0 -1
  794. package/css/ionic/utils.bundle.ionic.css +0 -1
  795. package/css/ionic/utils.bundle.ionic.css.map +0 -1
  796. package/dist/cjs/caret-down-vtVgfXIs.js +0 -8
  797. package/dist/cjs/caret-left-CxZXLRv5.js +0 -8
  798. package/dist/cjs/caret-right-CRCgv98E.js +0 -8
  799. package/dist/cjs/ion-divider.cjs.entry.js +0 -51
  800. package/dist/cjs/ionic-global-DpRwOXLK.js +0 -506
  801. package/dist/cjs/list-a-7GSA6K.js +0 -8
  802. package/dist/cjs/x-BTF99yFH.js +0 -8
  803. package/dist/collection/components/accordion/accordion.ionic.css +0 -196
  804. package/dist/collection/components/accordion-group/accordion-group.ionic.css +0 -93
  805. package/dist/collection/components/avatar/avatar.ionic.css +0 -391
  806. package/dist/collection/components/backdrop/backdrop.ionic.css +0 -109
  807. package/dist/collection/components/badge/badge.ionic.css +0 -275
  808. package/dist/collection/components/button/button.ionic.css +0 -636
  809. package/dist/collection/components/buttons/buttons.ionic.css +0 -97
  810. package/dist/collection/components/card/card.ionic.css +0 -144
  811. package/dist/collection/components/card-content/card-content.ionic.css +0 -92
  812. package/dist/collection/components/card-header/card-header.ionic.css +0 -85
  813. package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +0 -144
  814. package/dist/collection/components/checkbox/checkbox.ionic.css +0 -539
  815. package/dist/collection/components/chip/chip.ionic.css +0 -215
  816. package/dist/collection/components/datetime/datetime.ionic.css +0 -711
  817. package/dist/collection/components/divider/divider.ionic.css +0 -148
  818. package/dist/collection/components/divider/divider.ios.css +0 -87
  819. package/dist/collection/components/divider/divider.js +0 -94
  820. package/dist/collection/components/divider/divider.md.css +0 -87
  821. package/dist/collection/components/header/header.ionic.css +0 -97
  822. package/dist/collection/components/input/input.ionic.css +0 -885
  823. package/dist/collection/components/input-otp/input-otp.ionic.css +0 -369
  824. package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +0 -78
  825. package/dist/collection/components/input-password-toggle/input-password-toggle.native.css +0 -61
  826. package/dist/collection/components/item/item.ionic.css +0 -508
  827. package/dist/collection/components/item-option/item-option.ionic.css +0 -278
  828. package/dist/collection/components/item-options/item-options.ionic.css +0 -221
  829. package/dist/collection/components/list/list.ionic.css +0 -212
  830. package/dist/collection/components/list-header/list-header.ionic.css +0 -190
  831. package/dist/collection/components/menu-button/menu-button.ionic.css +0 -236
  832. package/dist/collection/components/modal/modal.ionic.css +0 -247
  833. package/dist/collection/components/progress-bar/progress-bar.ionic.css +0 -287
  834. package/dist/collection/components/radio/radio.ionic.css +0 -422
  835. package/dist/collection/components/radio-group/radio-group.ionic.css +0 -119
  836. package/dist/collection/components/range/range.ionic.css +0 -563
  837. package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +0 -215
  838. package/dist/collection/components/searchbar/searchbar.ionic.css +0 -626
  839. package/dist/collection/components/segment/segment.ionic.css +0 -115
  840. package/dist/collection/components/segment-button/segment-button.ionic.css +0 -353
  841. package/dist/collection/components/select/select.ionic.css +0 -777
  842. package/dist/collection/components/select-modal/select-modal.ionic.css +0 -130
  843. package/dist/collection/components/spinner/spinner.native.css +0 -198
  844. package/dist/collection/components/tab-bar/tab-bar.ionic.css +0 -201
  845. package/dist/collection/components/tab-button/tab-button.ionic.css +0 -337
  846. package/dist/collection/components/textarea/textarea.ionic.css +0 -885
  847. package/dist/collection/components/title/title.ionic.css +0 -127
  848. package/dist/collection/components/toast/toast.ionic.css +0 -394
  849. package/dist/collection/components/toggle/toggle.ionic.css +0 -508
  850. package/dist/collection/components/toolbar/test/image.svg +0 -1
  851. package/dist/collection/components/toolbar/toolbar.ionic.css +0 -241
  852. package/dist/esm/caret-down-D1t981Ih.js +0 -6
  853. package/dist/esm/caret-left-fIOYmaqA.js +0 -6
  854. package/dist/esm/caret-right-BYSs-jZz.js +0 -6
  855. package/dist/esm/ion-divider.entry.js +0 -49
  856. package/dist/esm/ionic-global-2lDD9k7y.js +0 -495
  857. package/dist/esm/list-Dhi5xtNS.js +0 -6
  858. package/dist/esm/x-BDqjX7Z_.js +0 -6
  859. package/dist/ionic/p-01577340.entry.js +0 -4
  860. package/dist/ionic/p-03a794dc.entry.js +0 -4
  861. package/dist/ionic/p-04b1d37a.entry.js +0 -4
  862. package/dist/ionic/p-04e0ff62.entry.js +0 -4
  863. package/dist/ionic/p-0607ce8e.entry.js +0 -4
  864. package/dist/ionic/p-0744265c.entry.js +0 -4
  865. package/dist/ionic/p-0ac7c560.entry.js +0 -4
  866. package/dist/ionic/p-0c41c8a8.entry.js +0 -4
  867. package/dist/ionic/p-0eecce18.entry.js +0 -4
  868. package/dist/ionic/p-0f124806.entry.js +0 -4
  869. package/dist/ionic/p-0f3ca9c1.entry.js +0 -4
  870. package/dist/ionic/p-19b2060d.entry.js +0 -4
  871. package/dist/ionic/p-2536e681.entry.js +0 -4
  872. package/dist/ionic/p-27dbb44c.entry.js +0 -4
  873. package/dist/ionic/p-28a9d991.entry.js +0 -4
  874. package/dist/ionic/p-2920da49.entry.js +0 -4
  875. package/dist/ionic/p-2dc676b2.entry.js +0 -4
  876. package/dist/ionic/p-363a3268.entry.js +0 -4
  877. package/dist/ionic/p-381eb2a4.entry.js +0 -4
  878. package/dist/ionic/p-412d5d9e.entry.js +0 -4
  879. package/dist/ionic/p-4c31db58.entry.js +0 -4
  880. package/dist/ionic/p-5543b7b8.entry.js +0 -4
  881. package/dist/ionic/p-57a2d30b.entry.js +0 -4
  882. package/dist/ionic/p-59a79bd9.entry.js +0 -4
  883. package/dist/ionic/p-5b64852f.entry.js +0 -4
  884. package/dist/ionic/p-5daa0980.entry.js +0 -4
  885. package/dist/ionic/p-5f9d9c14.entry.js +0 -4
  886. package/dist/ionic/p-67a63ae1.entry.js +0 -4
  887. package/dist/ionic/p-6bb99f41.entry.js +0 -4
  888. package/dist/ionic/p-6e3686f8.entry.js +0 -4
  889. package/dist/ionic/p-742fed9f.entry.js +0 -4
  890. package/dist/ionic/p-7fe3ea65.entry.js +0 -4
  891. package/dist/ionic/p-826267d6.entry.js +0 -4
  892. package/dist/ionic/p-83ba2260.entry.js +0 -4
  893. package/dist/ionic/p-8681a2a7.entry.js +0 -4
  894. package/dist/ionic/p-BDqjX7Z_.js +0 -4
  895. package/dist/ionic/p-BYSs-jZz.js +0 -4
  896. package/dist/ionic/p-BiTKUjko.js +0 -4
  897. package/dist/ionic/p-ByhhQryg.js +0 -4
  898. package/dist/ionic/p-CK1xn1Nt.js +0 -4
  899. package/dist/ionic/p-COLHV2ym.js +0 -4
  900. package/dist/ionic/p-CvRDI-Iz.js +0 -4
  901. package/dist/ionic/p-D1t981Ih.js +0 -4
  902. package/dist/ionic/p-DHeUgOSJ.js +0 -4
  903. package/dist/ionic/p-DM-v_NNE.js +0 -4
  904. package/dist/ionic/p-DeEDqH91.js +0 -4
  905. package/dist/ionic/p-Dhi5xtNS.js +0 -4
  906. package/dist/ionic/p-DoGrslUl.js +0 -4
  907. package/dist/ionic/p-Dq8ap6AD.js +0 -4
  908. package/dist/ionic/p-DyaKZbAH.js +0 -4
  909. package/dist/ionic/p-U97FCefb.js +0 -4
  910. package/dist/ionic/p-UafGZQ8e.js +0 -4
  911. package/dist/ionic/p-a0362df3.entry.js +0 -4
  912. package/dist/ionic/p-a6a37a34.entry.js +0 -4
  913. package/dist/ionic/p-a6fb1f64.entry.js +0 -4
  914. package/dist/ionic/p-a89211bd.entry.js +0 -4
  915. package/dist/ionic/p-ab6f89e1.entry.js +0 -4
  916. package/dist/ionic/p-b475ec18.entry.js +0 -4
  917. package/dist/ionic/p-c082f853.entry.js +0 -4
  918. package/dist/ionic/p-cdbfbff6.entry.js +0 -4
  919. package/dist/ionic/p-d3f64c58.entry.js +0 -4
  920. package/dist/ionic/p-d70bba84.entry.js +0 -4
  921. package/dist/ionic/p-d9c9592a.entry.js +0 -4
  922. package/dist/ionic/p-da0a2ca6.entry.js +0 -4
  923. package/dist/ionic/p-da5f08cf.entry.js +0 -4
  924. package/dist/ionic/p-da8e21af.entry.js +0 -4
  925. package/dist/ionic/p-dacd8666.entry.js +0 -4
  926. package/dist/ionic/p-e90bbe85.entry.js +0 -4
  927. package/dist/ionic/p-ecba552f.entry.js +0 -4
  928. package/dist/ionic/p-ecf8e713.entry.js +0 -4
  929. package/dist/ionic/p-fIOYmaqA.js +0 -4
  930. package/dist/ionic/p-nP9c7bo5.js +0 -4
  931. package/dist/ionic/p-of4jy1ch.js +0 -4
  932. package/dist/ionic/p-qZR4N8Lu.js +0 -4
  933. package/dist/ionic/p-vXpMhGrs.js +0 -4
  934. package/dist/types/components/divider/divider.d.ts +0 -20
  935. /package/dist/collection/components/{refresher-content/refresher-content.css → input-password-toggle/input-password-toggle.css} +0 -0
@@ -14,7 +14,7 @@
14
14
  },
15
15
  {
16
16
  "name": "mode",
17
- "description": "The mode determines the platform behaviors of the component.",
17
+ "description": "The mode determines which platform styles to use.",
18
18
  "values": [
19
19
  {
20
20
  "name": "ios"
@@ -28,21 +28,6 @@
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
- },
46
31
  {
47
32
  "name": "toggle-icon",
48
33
  "description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed."
@@ -100,7 +85,7 @@
100
85
  },
101
86
  {
102
87
  "name": "mode",
103
- "description": "The mode determines the platform behaviors of the component.",
88
+ "description": "The mode determines which platform styles to use.",
104
89
  "values": [
105
90
  {
106
91
  "name": "ios"
@@ -118,36 +103,6 @@
118
103
  "name": "readonly",
119
104
  "description": "If `true`, the accordion group cannot be interacted with,\nbut does not alter the opacity."
120
105
  },
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
- },
151
106
  {
152
107
  "name": "value",
153
108
  "description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`"
@@ -193,7 +148,7 @@
193
148
  },
194
149
  {
195
150
  "name": "mode",
196
- "description": "The mode determines the platform behaviors of the component.",
151
+ "description": "The mode determines which platform styles to use.",
197
152
  "values": [
198
153
  {
199
154
  "name": "ios"
@@ -207,24 +162,9 @@
207
162
  "name": "sub-header",
208
163
  "description": "Subtitle for the action sheet."
209
164
  },
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
- },
225
165
  {
226
166
  "name": "translucent",
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)."
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)."
228
168
  },
229
169
  {
230
170
  "name": "trigger",
@@ -275,7 +215,7 @@
275
215
  },
276
216
  {
277
217
  "name": "mode",
278
- "description": "The mode determines the platform behaviors of the component.",
218
+ "description": "The mode determines which platform styles to use.",
279
219
  "values": [
280
220
  {
281
221
  "name": "ios"
@@ -289,24 +229,9 @@
289
229
  "name": "sub-header",
290
230
  "description": "The subtitle in the heading of the alert. Displayed under the title."
291
231
  },
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
- },
307
232
  {
308
233
  "name": "translucent",
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)."
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)."
310
235
  },
311
236
  {
312
237
  "name": "trigger",
@@ -326,35 +251,7 @@
326
251
  "kind": "markdown",
327
252
  "value": ""
328
253
  },
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
- ],
254
+ "attributes": [],
358
255
  "references": [
359
256
  {
360
257
  "name": "Source code",
@@ -368,78 +265,7 @@
368
265
  "kind": "markdown",
369
266
  "value": ""
370
267
  },
371
- "attributes": [
372
- {
373
- "name": "disabled",
374
- "description": "If `true`, the user cannot interact with the avatar."
375
- },
376
- {
377
- "name": "mode",
378
- "description": "The mode determines the platform behaviors of the component.",
379
- "values": [
380
- {
381
- "name": "ios"
382
- },
383
- {
384
- "name": "md"
385
- }
386
- ]
387
- },
388
- {
389
- "name": "shape",
390
- "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.",
391
- "values": [
392
- {
393
- "name": "rectangular"
394
- },
395
- {
396
- "name": "round"
397
- },
398
- {
399
- "name": "soft"
400
- }
401
- ]
402
- },
403
- {
404
- "name": "size",
405
- "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.",
406
- "values": [
407
- {
408
- "name": "large"
409
- },
410
- {
411
- "name": "medium"
412
- },
413
- {
414
- "name": "small"
415
- },
416
- {
417
- "name": "xlarge"
418
- },
419
- {
420
- "name": "xsmall"
421
- },
422
- {
423
- "name": "xxsmall"
424
- }
425
- ]
426
- },
427
- {
428
- "name": "theme",
429
- "description": "The theme determines the visual appearance of the component.",
430
- "values": [
431
- {
432
- "name": "ios"
433
- },
434
- {
435
- "name": "md"
436
- },
437
- {
438
- "name": "ionic"
439
- }
440
- ]
441
- }
442
- ],
268
+ "attributes": [],
443
269
  "references": [
444
270
  {
445
271
  "name": "Source code",
@@ -501,7 +327,7 @@
501
327
  },
502
328
  {
503
329
  "name": "mode",
504
- "description": "The mode determines the platform behaviors of the component.",
330
+ "description": "The mode determines which platform styles to use.",
505
331
  "values": [
506
332
  {
507
333
  "name": "ios"
@@ -515,21 +341,6 @@
515
341
  "name": "text",
516
342
  "description": "The text to display in the back button."
517
343
  },
518
- {
519
- "name": "theme",
520
- "description": "The theme determines the visual appearance of the component.",
521
- "values": [
522
- {
523
- "name": "ios"
524
- },
525
- {
526
- "name": "md"
527
- },
528
- {
529
- "name": "ionic"
530
- }
531
- ]
532
- },
533
344
  {
534
345
  "name": "type",
535
346
  "description": "The type of the button.",
@@ -560,18 +371,6 @@
560
371
  "value": ""
561
372
  },
562
373
  "attributes": [
563
- {
564
- "name": "mode",
565
- "description": "The mode determines the platform behaviors of the component.",
566
- "values": [
567
- {
568
- "name": "ios"
569
- },
570
- {
571
- "name": "md"
572
- }
573
- ]
574
- },
575
374
  {
576
375
  "name": "stop-propagation",
577
376
  "description": "If `true`, the backdrop will stop propagation on tap."
@@ -580,21 +379,6 @@
580
379
  "name": "tappable",
581
380
  "description": "If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event."
582
381
  },
583
- {
584
- "name": "theme",
585
- "description": "The theme determines the visual appearance of the component.",
586
- "values": [
587
- {
588
- "name": "ios"
589
- },
590
- {
591
- "name": "md"
592
- },
593
- {
594
- "name": "ionic"
595
- }
596
- ]
597
- },
598
382
  {
599
383
  "name": "visible",
600
384
  "description": "If `true`, the backdrop will be visible."
@@ -647,78 +431,15 @@
647
431
  }
648
432
  ]
649
433
  },
650
- {
651
- "name": "hue",
652
- "description": "Set to `\"bold\"` for a badge with vibrant, bold colors or to `\"subtle\"` for\na badge with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
653
- "values": [
654
- {
655
- "name": "bold"
656
- },
657
- {
658
- "name": "subtle"
659
- }
660
- ]
661
- },
662
434
  {
663
435
  "name": "mode",
664
- "description": "The mode determines the platform behaviors of the component.",
665
- "values": [
666
- {
667
- "name": "ios"
668
- },
669
- {
670
- "name": "md"
671
- }
672
- ]
673
- },
674
- {
675
- "name": "shape",
676
- "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.",
677
- "values": [
678
- {
679
- "name": "soft"
680
- }
681
- ]
682
- },
683
- {
684
- "name": "size",
685
- "description": "Set to `\"small\"` for a small badge.\nSet to `\"medium\"` for a medium badge.\nSet to `\"large\"` for a large badge, when it is empty (no text or icon).\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
686
- "values": [
687
- {
688
- "name": "large"
689
- },
690
- {
691
- "name": "medium"
692
- },
693
- {
694
- "name": "small"
695
- }
696
- ]
697
- },
698
- {
699
- "name": "theme",
700
- "description": "The theme determines the visual appearance of the component.",
436
+ "description": "The mode determines which platform styles to use.",
701
437
  "values": [
702
438
  {
703
439
  "name": "ios"
704
440
  },
705
441
  {
706
442
  "name": "md"
707
- },
708
- {
709
- "name": "ionic"
710
- }
711
- ]
712
- },
713
- {
714
- "name": "vertical",
715
- "description": "Set to `\"top\"` to position the badge on top right absolute position of the parent element.\nSet to `\"bottom\"` to position the badge on bottom right absolute position of the parent element.",
716
- "values": [
717
- {
718
- "name": "bottom"
719
- },
720
- {
721
- "name": "top"
722
443
  }
723
444
  ]
724
445
  }
@@ -788,7 +509,7 @@
788
509
  },
789
510
  {
790
511
  "name": "mode",
791
- "description": "The mode determines the platform behaviors of the component.",
512
+ "description": "The mode determines which platform styles to use.",
792
513
  "values": [
793
514
  {
794
515
  "name": "ios"
@@ -824,24 +545,9 @@
824
545
  {
825
546
  "name": "target",
826
547
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
827
- },
828
- {
829
- "name": "theme",
830
- "description": "The theme determines the visual appearance of the component.",
831
- "values": [
832
- {
833
- "name": "ios"
834
- },
835
- {
836
- "name": "md"
837
- },
838
- {
839
- "name": "ionic"
840
- }
841
- ]
842
- }
843
- ],
844
- "references": [
548
+ }
549
+ ],
550
+ "references": [
845
551
  {
846
552
  "name": "Source code",
847
553
  "url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/breadcrumb/breadcrumb.tsx"
@@ -902,28 +608,13 @@
902
608
  },
903
609
  {
904
610
  "name": "mode",
905
- "description": "The mode determines the platform behaviors of the component.",
906
- "values": [
907
- {
908
- "name": "ios"
909
- },
910
- {
911
- "name": "md"
912
- }
913
- ]
914
- },
915
- {
916
- "name": "theme",
917
- "description": "The theme determines the visual appearance of the component.",
611
+ "description": "The mode determines which platform styles to use.",
918
612
  "values": [
919
613
  {
920
614
  "name": "ios"
921
615
  },
922
616
  {
923
617
  "name": "md"
924
- },
925
- {
926
- "name": "ionic"
927
618
  }
928
619
  ]
929
620
  }
@@ -1027,7 +718,7 @@
1027
718
  },
1028
719
  {
1029
720
  "name": "mode",
1030
- "description": "The mode determines the platform behaviors of the component.",
721
+ "description": "The mode determines which platform styles to use.",
1031
722
  "values": [
1032
723
  {
1033
724
  "name": "ios"
@@ -1058,22 +749,16 @@
1058
749
  },
1059
750
  {
1060
751
  "name": "shape",
1061
- "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.",
752
+ "description": "Set to `\"round\"` for a button with more rounded corners.",
1062
753
  "values": [
1063
- {
1064
- "name": "rectangular"
1065
- },
1066
754
  {
1067
755
  "name": "round"
1068
- },
1069
- {
1070
- "name": "soft"
1071
756
  }
1072
757
  ]
1073
758
  },
1074
759
  {
1075
760
  "name": "size",
1076
- "description": "Set to `\"small\"` for a button with less height and padding, to `\"medium\"`\nfor a button with the medium height and padding, or to `\"large\"` for a button\nwith more height and padding. By default the size is unset, unless the button\nis inside of an item, where the size is `\"small\"` by default. Set the size to\n`\"default\"` inside of an item to make it a standard size button.",
761
+ "description": "Set to `\"small\"` for a button with less height and padding, to `\"default\"`\nfor a button with the default height and padding, or to `\"large\"` for a button\nwith more height and padding. By default the size is unset, unless the button\nis inside of an item, where the size is `\"small\"` by default. Set the size to\n`\"default\"` inside of an item to make it a standard size button.",
1077
762
  "values": [
1078
763
  {
1079
764
  "name": "default"
@@ -1081,9 +766,6 @@
1081
766
  {
1082
767
  "name": "large"
1083
768
  },
1084
- {
1085
- "name": "medium"
1086
- },
1087
769
  {
1088
770
  "name": "small"
1089
771
  }
@@ -1097,21 +779,6 @@
1097
779
  "name": "target",
1098
780
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
1099
781
  },
1100
- {
1101
- "name": "theme",
1102
- "description": "The theme determines the visual appearance of the component.",
1103
- "values": [
1104
- {
1105
- "name": "ios"
1106
- },
1107
- {
1108
- "name": "md"
1109
- },
1110
- {
1111
- "name": "ionic"
1112
- }
1113
- ]
1114
- },
1115
782
  {
1116
783
  "name": "type",
1117
784
  "description": "The type of the button.",
@@ -1144,34 +811,7 @@
1144
811
  "attributes": [
1145
812
  {
1146
813
  "name": "collapse",
1147
- "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)"
1148
- },
1149
- {
1150
- "name": "mode",
1151
- "description": "The mode determines the platform behaviors of the component.",
1152
- "values": [
1153
- {
1154
- "name": "ios"
1155
- },
1156
- {
1157
- "name": "md"
1158
- }
1159
- ]
1160
- },
1161
- {
1162
- "name": "theme",
1163
- "description": "The theme determines the visual appearance of the component.",
1164
- "values": [
1165
- {
1166
- "name": "ios"
1167
- },
1168
- {
1169
- "name": "md"
1170
- },
1171
- {
1172
- "name": "ionic"
1173
- }
1174
- ]
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)"
1175
815
  }
1176
816
  ],
1177
817
  "references": [
@@ -1239,7 +879,7 @@
1239
879
  },
1240
880
  {
1241
881
  "name": "mode",
1242
- "description": "The mode determines the platform behaviors of the component.",
882
+ "description": "The mode determines which platform styles to use.",
1243
883
  "values": [
1244
884
  {
1245
885
  "name": "ios"
@@ -1268,40 +908,10 @@
1268
908
  }
1269
909
  ]
1270
910
  },
1271
- {
1272
- "name": "shape",
1273
- "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\"`.",
1274
- "values": [
1275
- {
1276
- "name": "rectangular"
1277
- },
1278
- {
1279
- "name": "round"
1280
- },
1281
- {
1282
- "name": "soft"
1283
- }
1284
- ]
1285
- },
1286
911
  {
1287
912
  "name": "target",
1288
913
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
1289
914
  },
1290
- {
1291
- "name": "theme",
1292
- "description": "The theme determines the visual appearance of the component.",
1293
- "values": [
1294
- {
1295
- "name": "ios"
1296
- },
1297
- {
1298
- "name": "md"
1299
- },
1300
- {
1301
- "name": "ionic"
1302
- }
1303
- ]
1304
- },
1305
915
  {
1306
916
  "name": "type",
1307
917
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -1334,28 +944,13 @@
1334
944
  "attributes": [
1335
945
  {
1336
946
  "name": "mode",
1337
- "description": "The mode determines the platform behaviors of the component.",
1338
- "values": [
1339
- {
1340
- "name": "ios"
1341
- },
1342
- {
1343
- "name": "md"
1344
- }
1345
- ]
1346
- },
1347
- {
1348
- "name": "theme",
1349
- "description": "The theme determines the visual appearance of the component.",
947
+ "description": "The mode determines which platform styles to use.",
1350
948
  "values": [
1351
949
  {
1352
950
  "name": "ios"
1353
951
  },
1354
952
  {
1355
953
  "name": "md"
1356
- },
1357
- {
1358
- "name": "ionic"
1359
954
  }
1360
955
  ]
1361
956
  }
@@ -1409,34 +1004,19 @@
1409
1004
  },
1410
1005
  {
1411
1006
  "name": "mode",
1412
- "description": "The mode determines the platform behaviors of the component.",
1413
- "values": [
1414
- {
1415
- "name": "ios"
1416
- },
1417
- {
1418
- "name": "md"
1419
- }
1420
- ]
1421
- },
1422
- {
1423
- "name": "theme",
1424
- "description": "The theme determines the visual appearance of the component.",
1007
+ "description": "The mode determines which platform styles to use.",
1425
1008
  "values": [
1426
1009
  {
1427
1010
  "name": "ios"
1428
1011
  },
1429
1012
  {
1430
1013
  "name": "md"
1431
- },
1432
- {
1433
- "name": "ionic"
1434
1014
  }
1435
1015
  ]
1436
1016
  },
1437
1017
  {
1438
1018
  "name": "translucent",
1439
- "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)."
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)."
1440
1020
  }
1441
1021
  ],
1442
1022
  "references": [
@@ -1488,28 +1068,13 @@
1488
1068
  },
1489
1069
  {
1490
1070
  "name": "mode",
1491
- "description": "The mode determines the platform behaviors of the component.",
1492
- "values": [
1493
- {
1494
- "name": "ios"
1495
- },
1496
- {
1497
- "name": "md"
1498
- }
1499
- ]
1500
- },
1501
- {
1502
- "name": "theme",
1503
- "description": "The theme determines the visual appearance of the component.",
1071
+ "description": "The mode determines which platform styles to use.",
1504
1072
  "values": [
1505
1073
  {
1506
1074
  "name": "ios"
1507
1075
  },
1508
1076
  {
1509
1077
  "name": "md"
1510
- },
1511
- {
1512
- "name": "ionic"
1513
1078
  }
1514
1079
  ]
1515
1080
  }
@@ -1563,28 +1128,13 @@
1563
1128
  },
1564
1129
  {
1565
1130
  "name": "mode",
1566
- "description": "The mode determines the platform behaviors of the component.",
1567
- "values": [
1568
- {
1569
- "name": "ios"
1570
- },
1571
- {
1572
- "name": "md"
1573
- }
1574
- ]
1575
- },
1576
- {
1577
- "name": "theme",
1578
- "description": "The theme determines the visual appearance of the component.",
1131
+ "description": "The mode determines which platform styles to use.",
1579
1132
  "values": [
1580
1133
  {
1581
1134
  "name": "ios"
1582
1135
  },
1583
1136
  {
1584
1137
  "name": "md"
1585
- },
1586
- {
1587
- "name": "ionic"
1588
1138
  }
1589
1139
  ]
1590
1140
  }
@@ -1703,7 +1253,7 @@
1703
1253
  },
1704
1254
  {
1705
1255
  "name": "mode",
1706
- "description": "The mode determines the platform behaviors of the component.",
1256
+ "description": "The mode determines which platform styles to use.",
1707
1257
  "values": [
1708
1258
  {
1709
1259
  "name": "ios"
@@ -1721,42 +1271,6 @@
1721
1271
  "name": "required",
1722
1272
  "description": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid."
1723
1273
  },
1724
- {
1725
- "name": "shape",
1726
- "description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
1727
- "values": [
1728
- {
1729
- "name": "rectangular"
1730
- },
1731
- {
1732
- "name": "soft"
1733
- }
1734
- ]
1735
- },
1736
- {
1737
- "name": "size",
1738
- "description": "Set to `\"small\"` for a checkbox with less height and padding.",
1739
- "values": [
1740
- {
1741
- "name": "small"
1742
- }
1743
- ]
1744
- },
1745
- {
1746
- "name": "theme",
1747
- "description": "The theme determines the visual appearance of the component.",
1748
- "values": [
1749
- {
1750
- "name": "ios"
1751
- },
1752
- {
1753
- "name": "md"
1754
- },
1755
- {
1756
- "name": "ionic"
1757
- }
1758
- ]
1759
- },
1760
1274
  {
1761
1275
  "name": "value",
1762
1276
  "description": "The value of the checkbox does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a checkbox is analogous to the value of an `<input type=\"checkbox\">`,\nit's only used when the checkbox participates in a native `<form>`."
@@ -1813,21 +1327,9 @@
1813
1327
  "name": "disabled",
1814
1328
  "description": "If `true`, the user cannot interact with the chip."
1815
1329
  },
1816
- {
1817
- "name": "hue",
1818
- "description": "Set to `\"bold\"` for a chip with vibrant, bold colors or to `\"subtle\"` for\na chip with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
1819
- "values": [
1820
- {
1821
- "name": "bold"
1822
- },
1823
- {
1824
- "name": "subtle"
1825
- }
1826
- ]
1827
- },
1828
1330
  {
1829
1331
  "name": "mode",
1830
- "description": "The mode determines the platform behaviors of the component.",
1332
+ "description": "The mode determines which platform styles to use.",
1831
1333
  "values": [
1832
1334
  {
1833
1335
  "name": "ios"
@@ -1840,48 +1342,6 @@
1840
1342
  {
1841
1343
  "name": "outline",
1842
1344
  "description": "Display an outline style button."
1843
- },
1844
- {
1845
- "name": "shape",
1846
- "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.",
1847
- "values": [
1848
- {
1849
- "name": "rectangular"
1850
- },
1851
- {
1852
- "name": "round"
1853
- },
1854
- {
1855
- "name": "soft"
1856
- }
1857
- ]
1858
- },
1859
- {
1860
- "name": "size",
1861
- "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.",
1862
- "values": [
1863
- {
1864
- "name": "large"
1865
- },
1866
- {
1867
- "name": "small"
1868
- }
1869
- ]
1870
- },
1871
- {
1872
- "name": "theme",
1873
- "description": "The theme determines the visual appearance of the component.",
1874
- "values": [
1875
- {
1876
- "name": "ios"
1877
- },
1878
- {
1879
- "name": "md"
1880
- },
1881
- {
1882
- "name": "ionic"
1883
- }
1884
- ]
1885
1345
  }
1886
1346
  ],
1887
1347
  "references": [
@@ -1898,18 +1358,6 @@
1898
1358
  "value": ""
1899
1359
  },
1900
1360
  "attributes": [
1901
- {
1902
- "name": "mode",
1903
- "description": "The mode determines the platform behaviors of the component.",
1904
- "values": [
1905
- {
1906
- "name": "ios"
1907
- },
1908
- {
1909
- "name": "md"
1910
- }
1911
- ]
1912
- },
1913
1361
  {
1914
1362
  "name": "offset",
1915
1363
  "description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available."
@@ -1934,30 +1382,6 @@
1934
1382
  "name": "offset-xs",
1935
1383
  "description": "The amount to offset the column for xs screens, in terms of how many columns it should shift\nto the end of the total available."
1936
1384
  },
1937
- {
1938
- "name": "order",
1939
- "description": "The order of the column, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure."
1940
- },
1941
- {
1942
- "name": "order-lg",
1943
- "description": "The order of the column for lg screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure."
1944
- },
1945
- {
1946
- "name": "order-md",
1947
- "description": "The order of the column for md screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure."
1948
- },
1949
- {
1950
- "name": "order-sm",
1951
- "description": "The order of the column for sm screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure."
1952
- },
1953
- {
1954
- "name": "order-xl",
1955
- "description": "The order of the column for xl screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure."
1956
- },
1957
- {
1958
- "name": "order-xs",
1959
- "description": "The order of the column for xs screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure."
1960
- },
1961
1385
  {
1962
1386
  "name": "pull",
1963
1387
  "description": "The amount to pull the column, in terms of how many columns it should shift to the start of\nthe total available."
@@ -2029,24 +1453,9 @@
2029
1453
  {
2030
1454
  "name": "size-xs",
2031
1455
  "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."
2032
- },
2033
- {
2034
- "name": "theme",
2035
- "description": "The theme determines the visual appearance of the component.",
2036
- "values": [
2037
- {
2038
- "name": "ios"
2039
- },
2040
- {
2041
- "name": "md"
2042
- },
2043
- {
2044
- "name": "ionic"
2045
- }
2046
- ]
2047
- }
2048
- ],
2049
- "references": [
1456
+ }
1457
+ ],
1458
+ "references": [
2050
1459
  {
2051
1460
  "name": "Source code",
2052
1461
  "url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/col/col.tsx"
@@ -2113,18 +1522,6 @@
2113
1522
  "name": "fullscreen",
2114
1523
  "description": "If `true`, the content will scroll behind the headers\nand footers. This effect can easily be seen by setting the toolbar\nto transparent."
2115
1524
  },
2116
- {
2117
- "name": "mode",
2118
- "description": "The mode determines the platform behaviors of the component.",
2119
- "values": [
2120
- {
2121
- "name": "ios"
2122
- },
2123
- {
2124
- "name": "md"
2125
- }
2126
- ]
2127
- },
2128
1525
  {
2129
1526
  "name": "scroll-events",
2130
1527
  "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`."
@@ -2136,21 +1533,6 @@
2136
1533
  {
2137
1534
  "name": "scroll-y",
2138
1535
  "description": "If you want to disable the content scrolling in the Y axis, set this property to `false`."
2139
- },
2140
- {
2141
- "name": "theme",
2142
- "description": "The theme determines the visual appearance of the component.",
2143
- "values": [
2144
- {
2145
- "name": "ios"
2146
- },
2147
- {
2148
- "name": "md"
2149
- },
2150
- {
2151
- "name": "ionic"
2152
- }
2153
- ]
2154
1536
  }
2155
1537
  ],
2156
1538
  "references": [
@@ -2264,7 +1646,7 @@
2264
1646
  },
2265
1647
  {
2266
1648
  "name": "mode",
2267
- "description": "The mode determines the platform behaviors of the component.",
1649
+ "description": "The mode determines which platform styles to use.",
2268
1650
  "values": [
2269
1651
  {
2270
1652
  "name": "ios"
@@ -2353,21 +1735,6 @@
2353
1735
  }
2354
1736
  ]
2355
1737
  },
2356
- {
2357
- "name": "theme",
2358
- "description": "The theme determines the visual appearance of the component.",
2359
- "values": [
2360
- {
2361
- "name": "ios"
2362
- },
2363
- {
2364
- "name": "md"
2365
- },
2366
- {
2367
- "name": "ionic"
2368
- }
2369
- ]
2370
- },
2371
1738
  {
2372
1739
  "name": "value",
2373
1740
  "description": "The value of the datetime as a valid ISO 8601 datetime string.\nThis should be an array of strings only when `multiple=\"true\"`."
@@ -2434,28 +1801,13 @@
2434
1801
  },
2435
1802
  {
2436
1803
  "name": "mode",
2437
- "description": "The mode determines the platform behaviors of the component.",
2438
- "values": [
2439
- {
2440
- "name": "ios"
2441
- },
2442
- {
2443
- "name": "md"
2444
- }
2445
- ]
2446
- },
2447
- {
2448
- "name": "theme",
2449
- "description": "The theme determines the visual appearance of the component.",
1804
+ "description": "The mode determines which platform styles to use.",
2450
1805
  "values": [
2451
1806
  {
2452
1807
  "name": "ios"
2453
1808
  },
2454
1809
  {
2455
1810
  "name": "md"
2456
- },
2457
- {
2458
- "name": "ionic"
2459
1811
  }
2460
1812
  ]
2461
1813
  }
@@ -2467,52 +1819,6 @@
2467
1819
  }
2468
1820
  ]
2469
1821
  },
2470
- {
2471
- "name": "ion-divider",
2472
- "description": {
2473
- "kind": "markdown",
2474
- "value": ""
2475
- },
2476
- "attributes": [
2477
- {
2478
- "name": "inset",
2479
- "description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`"
2480
- },
2481
- {
2482
- "name": "spacing",
2483
- "description": "Set to `\"xxsmall\"` for the smallest spacing.\nSet to \"xsmall\" for very small spacing.\nSet to `\"small\"` for small spacing.\nSet to \"medium\" for medium spacing.\nSet to \"large\" for large spacing.\nSet to `\"xlarge\"` for the largest spacing.\n\nDefaults to `\"medium\"`.",
2484
- "values": [
2485
- {
2486
- "name": "large"
2487
- },
2488
- {
2489
- "name": "medium"
2490
- },
2491
- {
2492
- "name": "small"
2493
- },
2494
- {
2495
- "name": "xlarge"
2496
- },
2497
- {
2498
- "name": "xsmall"
2499
- },
2500
- {
2501
- "name": "xxlarge"
2502
- },
2503
- {
2504
- "name": "xxsmall"
2505
- }
2506
- ]
2507
- }
2508
- ],
2509
- "references": [
2510
- {
2511
- "name": "Source code",
2512
- "url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/divider/divider.tsx"
2513
- }
2514
- ]
2515
- },
2516
1822
  {
2517
1823
  "name": "ion-fab",
2518
1824
  "description": {
@@ -2543,33 +1849,6 @@
2543
1849
  }
2544
1850
  ]
2545
1851
  },
2546
- {
2547
- "name": "mode",
2548
- "description": "The mode determines the platform behaviors of the component.",
2549
- "values": [
2550
- {
2551
- "name": "ios"
2552
- },
2553
- {
2554
- "name": "md"
2555
- }
2556
- ]
2557
- },
2558
- {
2559
- "name": "theme",
2560
- "description": "The theme determines the visual appearance of the component.",
2561
- "values": [
2562
- {
2563
- "name": "ios"
2564
- },
2565
- {
2566
- "name": "md"
2567
- },
2568
- {
2569
- "name": "ionic"
2570
- }
2571
- ]
2572
- },
2573
1852
  {
2574
1853
  "name": "vertical",
2575
1854
  "description": "Where to align the fab vertically in the viewport.",
@@ -2655,7 +1934,7 @@
2655
1934
  },
2656
1935
  {
2657
1936
  "name": "mode",
2658
- "description": "The mode determines the platform behaviors of the component.",
1937
+ "description": "The mode determines which platform styles to use.",
2659
1938
  "values": [
2660
1939
  {
2661
1940
  "name": "ios"
@@ -2701,24 +1980,9 @@
2701
1980
  "name": "target",
2702
1981
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
2703
1982
  },
2704
- {
2705
- "name": "theme",
2706
- "description": "The theme determines the visual appearance of the component.",
2707
- "values": [
2708
- {
2709
- "name": "ios"
2710
- },
2711
- {
2712
- "name": "md"
2713
- },
2714
- {
2715
- "name": "ionic"
2716
- }
2717
- ]
2718
- },
2719
1983
  {
2720
1984
  "name": "translucent",
2721
- "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)."
1985
+ "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)."
2722
1986
  },
2723
1987
  {
2724
1988
  "name": "type",
@@ -2754,18 +2018,6 @@
2754
2018
  "name": "activated",
2755
2019
  "description": "If `true`, the fab list will show all fab buttons in the list."
2756
2020
  },
2757
- {
2758
- "name": "mode",
2759
- "description": "The mode determines the platform behaviors of the component.",
2760
- "values": [
2761
- {
2762
- "name": "ios"
2763
- },
2764
- {
2765
- "name": "md"
2766
- }
2767
- ]
2768
- },
2769
2021
  {
2770
2022
  "name": "side",
2771
2023
  "description": "The side the fab list will show on relative to the main fab button.",
@@ -2783,21 +2035,6 @@
2783
2035
  "name": "top"
2784
2036
  }
2785
2037
  ]
2786
- },
2787
- {
2788
- "name": "theme",
2789
- "description": "The theme determines the visual appearance of the component.",
2790
- "values": [
2791
- {
2792
- "name": "ios"
2793
- },
2794
- {
2795
- "name": "md"
2796
- },
2797
- {
2798
- "name": "ionic"
2799
- }
2800
- ]
2801
2038
  }
2802
2039
  ],
2803
2040
  "references": [
@@ -2816,7 +2053,7 @@
2816
2053
  "attributes": [
2817
2054
  {
2818
2055
  "name": "collapse",
2819
- "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
2056
+ "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
2820
2057
  "values": [
2821
2058
  {
2822
2059
  "name": "fade"
@@ -2825,34 +2062,19 @@
2825
2062
  },
2826
2063
  {
2827
2064
  "name": "mode",
2828
- "description": "The mode determines the platform behaviors of the component.",
2829
- "values": [
2830
- {
2831
- "name": "ios"
2832
- },
2833
- {
2834
- "name": "md"
2835
- }
2836
- ]
2837
- },
2838
- {
2839
- "name": "theme",
2840
- "description": "The theme determines the visual appearance of the component.",
2065
+ "description": "The mode determines which platform styles to use.",
2841
2066
  "values": [
2842
2067
  {
2843
2068
  "name": "ios"
2844
2069
  },
2845
2070
  {
2846
2071
  "name": "md"
2847
- },
2848
- {
2849
- "name": "ionic"
2850
2072
  }
2851
2073
  ]
2852
2074
  },
2853
2075
  {
2854
2076
  "name": "translucent",
2855
- "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."
2077
+ "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."
2856
2078
  }
2857
2079
  ],
2858
2080
  "references": [
@@ -2872,33 +2094,6 @@
2872
2094
  {
2873
2095
  "name": "fixed",
2874
2096
  "description": "If `true`, the grid will have a fixed width based on the screen size."
2875
- },
2876
- {
2877
- "name": "mode",
2878
- "description": "The mode determines the platform behaviors of the component.",
2879
- "values": [
2880
- {
2881
- "name": "ios"
2882
- },
2883
- {
2884
- "name": "md"
2885
- }
2886
- ]
2887
- },
2888
- {
2889
- "name": "theme",
2890
- "description": "The theme determines the visual appearance of the component.",
2891
- "values": [
2892
- {
2893
- "name": "ios"
2894
- },
2895
- {
2896
- "name": "md"
2897
- },
2898
- {
2899
- "name": "ionic"
2900
- }
2901
- ]
2902
2097
  }
2903
2098
  ],
2904
2099
  "references": [
@@ -2917,7 +2112,7 @@
2917
2112
  "attributes": [
2918
2113
  {
2919
2114
  "name": "collapse",
2920
- "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)",
2115
+ "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)",
2921
2116
  "values": [
2922
2117
  {
2923
2118
  "name": "condense"
@@ -2927,40 +2122,21 @@
2927
2122
  }
2928
2123
  ]
2929
2124
  },
2930
- {
2931
- "name": "divider",
2932
- "description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes"
2933
- },
2934
2125
  {
2935
2126
  "name": "mode",
2936
- "description": "The mode determines the platform behaviors of the component.",
2937
- "values": [
2938
- {
2939
- "name": "ios"
2940
- },
2941
- {
2942
- "name": "md"
2943
- }
2944
- ]
2945
- },
2946
- {
2947
- "name": "theme",
2948
- "description": "The theme determines the visual appearance of the component.",
2127
+ "description": "The mode determines which platform styles to use.",
2949
2128
  "values": [
2950
2129
  {
2951
2130
  "name": "ios"
2952
2131
  },
2953
2132
  {
2954
2133
  "name": "md"
2955
- },
2956
- {
2957
- "name": "ionic"
2958
2134
  }
2959
2135
  ]
2960
2136
  },
2961
2137
  {
2962
2138
  "name": "translucent",
2963
- "description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` or `\"ionic\"` 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."
2139
+ "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."
2964
2140
  }
2965
2141
  ],
2966
2142
  "references": [
@@ -2981,36 +2157,9 @@
2981
2157
  "name": "alt",
2982
2158
  "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."
2983
2159
  },
2984
- {
2985
- "name": "mode",
2986
- "description": "The mode determines the platform behaviors of the component.",
2987
- "values": [
2988
- {
2989
- "name": "ios"
2990
- },
2991
- {
2992
- "name": "md"
2993
- }
2994
- ]
2995
- },
2996
2160
  {
2997
2161
  "name": "src",
2998
2162
  "description": "The image URL. This attribute is mandatory for the `<img>` element."
2999
- },
3000
- {
3001
- "name": "theme",
3002
- "description": "The theme determines the visual appearance of the component.",
3003
- "values": [
3004
- {
3005
- "name": "ios"
3006
- },
3007
- {
3008
- "name": "md"
3009
- },
3010
- {
3011
- "name": "ionic"
3012
- }
3013
- ]
3014
2163
  }
3015
2164
  ],
3016
2165
  "references": [
@@ -3031,18 +2180,6 @@
3031
2180
  "name": "disabled",
3032
2181
  "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."
3033
2182
  },
3034
- {
3035
- "name": "mode",
3036
- "description": "The mode determines the platform behaviors of the component.",
3037
- "values": [
3038
- {
3039
- "name": "ios"
3040
- },
3041
- {
3042
- "name": "md"
3043
- }
3044
- ]
3045
- },
3046
2183
  {
3047
2184
  "name": "position",
3048
2185
  "description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
@@ -3055,25 +2192,6 @@
3055
2192
  }
3056
2193
  ]
3057
2194
  },
3058
- {
3059
- "name": "preserve-rerender-scroll-position",
3060
- "description": "If `true`, the infinite scroll will preserve the scroll position\nwhen the content is re-rendered. This is useful when the content is\nre-rendered with new keys, and the scroll position should be preserved."
3061
- },
3062
- {
3063
- "name": "theme",
3064
- "description": "The theme determines the visual appearance of the component.",
3065
- "values": [
3066
- {
3067
- "name": "ios"
3068
- },
3069
- {
3070
- "name": "md"
3071
- },
3072
- {
3073
- "name": "ionic"
3074
- }
3075
- ]
3076
- },
3077
2195
  {
3078
2196
  "name": "threshold",
3079
2197
  "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."
@@ -3129,36 +2247,9 @@
3129
2247
  {
3130
2248
  "name": "loading-text",
3131
2249
  "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."
3132
- },
3133
- {
3134
- "name": "mode",
3135
- "description": "The mode determines the platform behaviors of the component.",
3136
- "values": [
3137
- {
3138
- "name": "ios"
3139
- },
3140
- {
3141
- "name": "md"
3142
- }
3143
- ]
3144
- },
3145
- {
3146
- "name": "theme",
3147
- "description": "The theme determines the visual appearance of the component.",
3148
- "values": [
3149
- {
3150
- "name": "ios"
3151
- },
3152
- {
3153
- "name": "md"
3154
- },
3155
- {
3156
- "name": "ionic"
3157
- }
3158
- ]
3159
- }
3160
- ],
3161
- "references": [
2250
+ }
2251
+ ],
2252
+ "references": [
3162
2253
  {
3163
2254
  "name": "Source code",
3164
2255
  "url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/infinite-scroll-content/infinite-scroll-content.tsx"
@@ -3184,157 +2275,157 @@
3184
2275
  "name": "name"
3185
2276
  },
3186
2277
  {
3187
- "name": "url"
2278
+ "name": "email"
3188
2279
  },
3189
2280
  {
3190
- "name": "off"
2281
+ "name": "tel"
3191
2282
  },
3192
2283
  {
3193
- "name": "on"
2284
+ "name": "url"
3194
2285
  },
3195
2286
  {
3196
- "name": "additional-name"
2287
+ "name": "on"
3197
2288
  },
3198
2289
  {
3199
- "name": "address-level1"
2290
+ "name": "off"
3200
2291
  },
3201
2292
  {
3202
- "name": "address-level2"
2293
+ "name": "honorific-prefix"
3203
2294
  },
3204
2295
  {
3205
- "name": "address-level3"
2296
+ "name": "given-name"
3206
2297
  },
3207
2298
  {
3208
- "name": "address-level4"
2299
+ "name": "additional-name"
3209
2300
  },
3210
2301
  {
3211
- "name": "address-line1"
2302
+ "name": "family-name"
3212
2303
  },
3213
2304
  {
3214
- "name": "address-line2"
2305
+ "name": "honorific-suffix"
3215
2306
  },
3216
2307
  {
3217
- "name": "address-line3"
2308
+ "name": "nickname"
3218
2309
  },
3219
2310
  {
3220
- "name": "bday-day"
2311
+ "name": "username"
3221
2312
  },
3222
2313
  {
3223
- "name": "bday-month"
2314
+ "name": "new-password"
3224
2315
  },
3225
2316
  {
3226
- "name": "bday-year"
2317
+ "name": "current-password"
3227
2318
  },
3228
2319
  {
3229
- "name": "cc-csc"
2320
+ "name": "one-time-code"
3230
2321
  },
3231
2322
  {
3232
- "name": "cc-exp"
2323
+ "name": "organization-title"
3233
2324
  },
3234
2325
  {
3235
- "name": "cc-exp-month"
2326
+ "name": "organization"
3236
2327
  },
3237
2328
  {
3238
- "name": "cc-exp-year"
2329
+ "name": "street-address"
3239
2330
  },
3240
2331
  {
3241
- "name": "cc-family-name"
2332
+ "name": "address-line1"
3242
2333
  },
3243
2334
  {
3244
- "name": "cc-given-name"
2335
+ "name": "address-line2"
3245
2336
  },
3246
2337
  {
3247
- "name": "cc-name"
2338
+ "name": "address-line3"
3248
2339
  },
3249
2340
  {
3250
- "name": "cc-number"
2341
+ "name": "address-level4"
3251
2342
  },
3252
2343
  {
3253
- "name": "cc-type"
2344
+ "name": "address-level3"
3254
2345
  },
3255
2346
  {
3256
- "name": "country"
2347
+ "name": "address-level2"
3257
2348
  },
3258
2349
  {
3259
- "name": "country-name"
2350
+ "name": "address-level1"
3260
2351
  },
3261
2352
  {
3262
- "name": "current-password"
2353
+ "name": "country"
3263
2354
  },
3264
2355
  {
3265
- "name": "family-name"
2356
+ "name": "country-name"
3266
2357
  },
3267
2358
  {
3268
- "name": "given-name"
2359
+ "name": "postal-code"
3269
2360
  },
3270
2361
  {
3271
- "name": "honorific-prefix"
2362
+ "name": "cc-name"
3272
2363
  },
3273
2364
  {
3274
- "name": "honorific-suffix"
2365
+ "name": "cc-given-name"
3275
2366
  },
3276
2367
  {
3277
- "name": "new-password"
2368
+ "name": "cc-additional-name"
3278
2369
  },
3279
2370
  {
3280
- "name": "one-time-code"
2371
+ "name": "cc-family-name"
3281
2372
  },
3282
2373
  {
3283
- "name": "organization"
2374
+ "name": "cc-number"
3284
2375
  },
3285
2376
  {
3286
- "name": "postal-code"
2377
+ "name": "cc-exp"
3287
2378
  },
3288
2379
  {
3289
- "name": "street-address"
2380
+ "name": "cc-exp-month"
3290
2381
  },
3291
2382
  {
3292
- "name": "transaction-amount"
2383
+ "name": "cc-exp-year"
3293
2384
  },
3294
2385
  {
3295
- "name": "transaction-currency"
2386
+ "name": "cc-csc"
3296
2387
  },
3297
2388
  {
3298
- "name": "username"
2389
+ "name": "cc-type"
3299
2390
  },
3300
2391
  {
3301
- "name": "email"
2392
+ "name": "transaction-currency"
3302
2393
  },
3303
2394
  {
3304
- "name": "tel"
2395
+ "name": "transaction-amount"
3305
2396
  },
3306
2397
  {
3307
- "name": "tel-area-code"
2398
+ "name": "language"
3308
2399
  },
3309
2400
  {
3310
- "name": "tel-country-code"
2401
+ "name": "bday"
3311
2402
  },
3312
2403
  {
3313
- "name": "tel-extension"
2404
+ "name": "bday-day"
3314
2405
  },
3315
2406
  {
3316
- "name": "tel-local"
2407
+ "name": "bday-month"
3317
2408
  },
3318
2409
  {
3319
- "name": "tel-national"
2410
+ "name": "bday-year"
3320
2411
  },
3321
2412
  {
3322
- "name": "nickname"
2413
+ "name": "sex"
3323
2414
  },
3324
2415
  {
3325
- "name": "organization-title"
2416
+ "name": "tel-country-code"
3326
2417
  },
3327
2418
  {
3328
- "name": "cc-additional-name"
2419
+ "name": "tel-national"
3329
2420
  },
3330
2421
  {
3331
- "name": "language"
2422
+ "name": "tel-area-code"
3332
2423
  },
3333
2424
  {
3334
- "name": "bday"
2425
+ "name": "tel-local"
3335
2426
  },
3336
2427
  {
3337
- "name": "sex"
2428
+ "name": "tel-extension"
3338
2429
  },
3339
2430
  {
3340
2431
  "name": "impp"
@@ -3450,7 +2541,7 @@
3450
2541
  },
3451
2542
  {
3452
2543
  "name": "fill",
3453
- "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\"`.",
2544
+ "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.",
3454
2545
  "values": [
3455
2546
  {
3456
2547
  "name": "outline"
@@ -3500,7 +2591,7 @@
3500
2591
  },
3501
2592
  {
3502
2593
  "name": "label-placement",
3503
- "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.",
2594
+ "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 (\"...\").",
3504
2595
  "values": [
3505
2596
  {
3506
2597
  "name": "end"
@@ -3537,7 +2628,7 @@
3537
2628
  },
3538
2629
  {
3539
2630
  "name": "mode",
3540
- "description": "The mode determines the platform behaviors of the component.",
2631
+ "description": "The mode determines which platform styles to use.",
3541
2632
  "values": [
3542
2633
  {
3543
2634
  "name": "ios"
@@ -3573,31 +2664,10 @@
3573
2664
  },
3574
2665
  {
3575
2666
  "name": "shape",
3576
- "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\"`.",
2667
+ "description": "The shape of the input. If \"round\" it will have an increased border radius.",
3577
2668
  "values": [
3578
- {
3579
- "name": "rectangular"
3580
- },
3581
2669
  {
3582
2670
  "name": "round"
3583
- },
3584
- {
3585
- "name": "soft"
3586
- }
3587
- ]
3588
- },
3589
- {
3590
- "name": "size",
3591
- "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.",
3592
- "values": [
3593
- {
3594
- "name": "large"
3595
- },
3596
- {
3597
- "name": "medium"
3598
- },
3599
- {
3600
- "name": "xlarge"
3601
2671
  }
3602
2672
  ]
3603
2673
  },
@@ -3609,21 +2679,6 @@
3609
2679
  "name": "step",
3610
2680
  "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."
3611
2681
  },
3612
- {
3613
- "name": "theme",
3614
- "description": "The theme determines the visual appearance of the component.",
3615
- "values": [
3616
- {
3617
- "name": "ios"
3618
- },
3619
- {
3620
- "name": "md"
3621
- },
3622
- {
3623
- "name": "ionic"
3624
- }
3625
- ]
3626
- },
3627
2682
  {
3628
2683
  "name": "type",
3629
2684
  "description": "The type of control to display. The default type is text.",
@@ -3952,7 +3007,7 @@
3952
3007
  },
3953
3008
  {
3954
3009
  "name": "detail",
3955
- "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."
3010
+ "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."
3956
3011
  },
3957
3012
  {
3958
3013
  "name": "detail-icon",
@@ -3987,7 +3042,7 @@
3987
3042
  },
3988
3043
  {
3989
3044
  "name": "mode",
3990
- "description": "The mode determines the platform behaviors of the component.",
3045
+ "description": "The mode determines which platform styles to use.",
3991
3046
  "values": [
3992
3047
  {
3993
3048
  "name": "ios"
@@ -4020,21 +3075,6 @@
4020
3075
  "name": "target",
4021
3076
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
4022
3077
  },
4023
- {
4024
- "name": "theme",
4025
- "description": "The theme determines the visual appearance of the component.",
4026
- "values": [
4027
- {
4028
- "name": "ios"
4029
- },
4030
- {
4031
- "name": "md"
4032
- },
4033
- {
4034
- "name": "ionic"
4035
- }
4036
- ]
4037
- },
4038
3078
  {
4039
3079
  "name": "type",
4040
3080
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -4100,7 +3140,7 @@
4100
3140
  },
4101
3141
  {
4102
3142
  "name": "mode",
4103
- "description": "The mode determines the platform behaviors of the component.",
3143
+ "description": "The mode determines which platform styles to use.",
4104
3144
  "values": [
4105
3145
  {
4106
3146
  "name": "ios"
@@ -4113,21 +3153,6 @@
4113
3153
  {
4114
3154
  "name": "sticky",
4115
3155
  "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"
4116
- },
4117
- {
4118
- "name": "theme",
4119
- "description": "The theme determines the visual appearance of the component.",
4120
- "values": [
4121
- {
4122
- "name": "ios"
4123
- },
4124
- {
4125
- "name": "md"
4126
- },
4127
- {
4128
- "name": "ionic"
4129
- }
4130
- ]
4131
3156
  }
4132
3157
  ],
4133
3158
  "references": [
@@ -4143,35 +3168,7 @@
4143
3168
  "kind": "markdown",
4144
3169
  "value": ""
4145
3170
  },
4146
- "attributes": [
4147
- {
4148
- "name": "mode",
4149
- "description": "The mode determines the platform behaviors of the component.",
4150
- "values": [
4151
- {
4152
- "name": "ios"
4153
- },
4154
- {
4155
- "name": "md"
4156
- }
4157
- ]
4158
- },
4159
- {
4160
- "name": "theme",
4161
- "description": "The theme determines the visual appearance of the component.",
4162
- "values": [
4163
- {
4164
- "name": "ios"
4165
- },
4166
- {
4167
- "name": "md"
4168
- },
4169
- {
4170
- "name": "ionic"
4171
- }
4172
- ]
4173
- }
4174
- ],
3171
+ "attributes": [],
4175
3172
  "references": [
4176
3173
  {
4177
3174
  "name": "Source code",
@@ -4235,21 +3232,9 @@
4235
3232
  "name": "href",
4236
3233
  "description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered."
4237
3234
  },
4238
- {
4239
- "name": "hue",
4240
- "description": "Set to `\"bold\"` for an option with vibrant, bold colors or to `\"subtle\"` for\nan option with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
4241
- "values": [
4242
- {
4243
- "name": "bold"
4244
- },
4245
- {
4246
- "name": "subtle"
4247
- }
4248
- ]
4249
- },
4250
3235
  {
4251
3236
  "name": "mode",
4252
- "description": "The mode determines the platform behaviors of the component.",
3237
+ "description": "The mode determines which platform styles to use.",
4253
3238
  "values": [
4254
3239
  {
4255
3240
  "name": "ios"
@@ -4263,40 +3248,10 @@
4263
3248
  "name": "rel",
4264
3249
  "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)."
4265
3250
  },
4266
- {
4267
- "name": "shape",
4268
- "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.",
4269
- "values": [
4270
- {
4271
- "name": "rectangular"
4272
- },
4273
- {
4274
- "name": "round"
4275
- },
4276
- {
4277
- "name": "soft"
4278
- }
4279
- ]
4280
- },
4281
3251
  {
4282
3252
  "name": "target",
4283
3253
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
4284
3254
  },
4285
- {
4286
- "name": "theme",
4287
- "description": "The theme determines the visual appearance of the component.",
4288
- "values": [
4289
- {
4290
- "name": "ios"
4291
- },
4292
- {
4293
- "name": "md"
4294
- },
4295
- {
4296
- "name": "ionic"
4297
- }
4298
- ]
4299
- },
4300
3255
  {
4301
3256
  "name": "type",
4302
3257
  "description": "The type of the button.",
@@ -4328,41 +3283,14 @@
4328
3283
  },
4329
3284
  "attributes": [
4330
3285
  {
4331
- "name": "mode",
4332
- "description": "The mode determines the platform behaviors of the component.",
3286
+ "name": "side",
3287
+ "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.",
4333
3288
  "values": [
4334
3289
  {
4335
- "name": "ios"
3290
+ "name": "end"
4336
3291
  },
4337
3292
  {
4338
- "name": "md"
4339
- }
4340
- ]
4341
- },
4342
- {
4343
- "name": "side",
4344
- "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.",
4345
- "values": [
4346
- {
4347
- "name": "end"
4348
- },
4349
- {
4350
- "name": "start"
4351
- }
4352
- ]
4353
- },
4354
- {
4355
- "name": "theme",
4356
- "description": "The theme determines the visual appearance of the component.",
4357
- "values": [
4358
- {
4359
- "name": "ios"
4360
- },
4361
- {
4362
- "name": "md"
4363
- },
4364
- {
4365
- "name": "ionic"
3293
+ "name": "start"
4366
3294
  }
4367
3295
  ]
4368
3296
  }
@@ -4384,33 +3312,6 @@
4384
3312
  {
4385
3313
  "name": "disabled",
4386
3314
  "description": "If `true`, the user cannot interact with the sliding item."
4387
- },
4388
- {
4389
- "name": "mode",
4390
- "description": "The mode determines the platform behaviors of the component.",
4391
- "values": [
4392
- {
4393
- "name": "ios"
4394
- },
4395
- {
4396
- "name": "md"
4397
- }
4398
- ]
4399
- },
4400
- {
4401
- "name": "theme",
4402
- "description": "The theme determines the visual appearance of the component.",
4403
- "values": [
4404
- {
4405
- "name": "ios"
4406
- },
4407
- {
4408
- "name": "md"
4409
- },
4410
- {
4411
- "name": "ionic"
4412
- }
4413
- ]
4414
3315
  }
4415
3316
  ],
4416
3317
  "references": [
@@ -4462,7 +3363,7 @@
4462
3363
  },
4463
3364
  {
4464
3365
  "name": "mode",
4465
- "description": "The mode determines the platform behaviors of the component.",
3366
+ "description": "The mode determines which platform styles to use.",
4466
3367
  "values": [
4467
3368
  {
4468
3369
  "name": "ios"
@@ -4486,21 +3387,6 @@
4486
3387
  "name": "stacked"
4487
3388
  }
4488
3389
  ]
4489
- },
4490
- {
4491
- "name": "theme",
4492
- "description": "The theme determines the visual appearance of the component.",
4493
- "values": [
4494
- {
4495
- "name": "ios"
4496
- },
4497
- {
4498
- "name": "md"
4499
- },
4500
- {
4501
- "name": "ionic"
4502
- }
4503
- ]
4504
3390
  }
4505
3391
  ],
4506
3392
  "references": [
@@ -4538,43 +3424,13 @@
4538
3424
  },
4539
3425
  {
4540
3426
  "name": "mode",
4541
- "description": "The mode determines the platform behaviors of the component.",
4542
- "values": [
4543
- {
4544
- "name": "ios"
4545
- },
4546
- {
4547
- "name": "md"
4548
- }
4549
- ]
4550
- },
4551
- {
4552
- "name": "shape",
4553
- "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.",
4554
- "values": [
4555
- {
4556
- "name": "rectangular"
4557
- },
4558
- {
4559
- "name": "round"
4560
- },
4561
- {
4562
- "name": "soft"
4563
- }
4564
- ]
4565
- },
4566
- {
4567
- "name": "theme",
4568
- "description": "The theme determines the visual appearance of the component.",
3427
+ "description": "The mode determines which platform styles to use.",
4569
3428
  "values": [
4570
3429
  {
4571
3430
  "name": "ios"
4572
3431
  },
4573
3432
  {
4574
3433
  "name": "md"
4575
- },
4576
- {
4577
- "name": "ionic"
4578
3434
  }
4579
3435
  ]
4580
3436
  }
@@ -4643,28 +3499,13 @@
4643
3499
  },
4644
3500
  {
4645
3501
  "name": "mode",
4646
- "description": "The mode determines the platform behaviors of the component.",
4647
- "values": [
4648
- {
4649
- "name": "ios"
4650
- },
4651
- {
4652
- "name": "md"
4653
- }
4654
- ]
4655
- },
4656
- {
4657
- "name": "theme",
4658
- "description": "The theme determines the visual appearance of the component.",
3502
+ "description": "The mode determines which platform styles to use.",
4659
3503
  "values": [
4660
3504
  {
4661
3505
  "name": "ios"
4662
3506
  },
4663
3507
  {
4664
3508
  "name": "md"
4665
- },
4666
- {
4667
- "name": "ionic"
4668
3509
  }
4669
3510
  ]
4670
3511
  }
@@ -4713,7 +3554,7 @@
4713
3554
  },
4714
3555
  {
4715
3556
  "name": "mode",
4716
- "description": "The mode determines the platform behaviors of the component.",
3557
+ "description": "The mode determines which platform styles to use.",
4717
3558
  "values": [
4718
3559
  {
4719
3560
  "name": "ios"
@@ -4760,24 +3601,9 @@
4760
3601
  }
4761
3602
  ]
4762
3603
  },
4763
- {
4764
- "name": "theme",
4765
- "description": "The theme determines the visual appearance of the component.",
4766
- "values": [
4767
- {
4768
- "name": "ios"
4769
- },
4770
- {
4771
- "name": "md"
4772
- },
4773
- {
4774
- "name": "ionic"
4775
- }
4776
- ]
4777
- },
4778
3604
  {
4779
3605
  "name": "translucent",
4780
- "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)."
3606
+ "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)."
4781
3607
  },
4782
3608
  {
4783
3609
  "name": "trigger",
@@ -4814,18 +3640,6 @@
4814
3640
  "name": "menu-id",
4815
3641
  "description": "An id for the menu."
4816
3642
  },
4817
- {
4818
- "name": "mode",
4819
- "description": "The mode determines the platform behaviors of the component.",
4820
- "values": [
4821
- {
4822
- "name": "ios"
4823
- },
4824
- {
4825
- "name": "md"
4826
- }
4827
- ]
4828
- },
4829
3643
  {
4830
3644
  "name": "side",
4831
3645
  "description": "Which side of the view the menu should be placed.",
@@ -4842,21 +3656,6 @@
4842
3656
  "name": "swipe-gesture",
4843
3657
  "description": "If `true`, swiping the menu is enabled."
4844
3658
  },
4845
- {
4846
- "name": "theme",
4847
- "description": "The theme determines the visual appearance of the component.",
4848
- "values": [
4849
- {
4850
- "name": "ios"
4851
- },
4852
- {
4853
- "name": "md"
4854
- },
4855
- {
4856
- "name": "ionic"
4857
- }
4858
- ]
4859
- },
4860
3659
  {
4861
3660
  "name": "type",
4862
3661
  "description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
@@ -4934,28 +3733,13 @@
4934
3733
  },
4935
3734
  {
4936
3735
  "name": "mode",
4937
- "description": "The mode determines the platform behaviors of the component.",
4938
- "values": [
4939
- {
4940
- "name": "ios"
4941
- },
4942
- {
4943
- "name": "md"
4944
- }
4945
- ]
4946
- },
4947
- {
4948
- "name": "theme",
4949
- "description": "The theme determines the visual appearance of the component.",
3736
+ "description": "The mode determines which platform styles to use.",
4950
3737
  "values": [
4951
3738
  {
4952
3739
  "name": "ios"
4953
3740
  },
4954
3741
  {
4955
3742
  "name": "md"
4956
- },
4957
- {
4958
- "name": "ionic"
4959
3743
  }
4960
3744
  ]
4961
3745
  },
@@ -4996,33 +3780,6 @@
4996
3780
  {
4997
3781
  "name": "menu",
4998
3782
  "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."
4999
- },
5000
- {
5001
- "name": "mode",
5002
- "description": "The mode determines the platform behaviors of the component.",
5003
- "values": [
5004
- {
5005
- "name": "ios"
5006
- },
5007
- {
5008
- "name": "md"
5009
- }
5010
- ]
5011
- },
5012
- {
5013
- "name": "theme",
5014
- "description": "The theme determines the visual appearance of the component.",
5015
- "values": [
5016
- {
5017
- "name": "ios"
5018
- },
5019
- {
5020
- "name": "md"
5021
- },
5022
- {
5023
- "name": "ionic"
5024
- }
5025
- ]
5026
3783
  }
5027
3784
  ],
5028
3785
  "references": [
@@ -5097,7 +3854,7 @@
5097
3854
  },
5098
3855
  {
5099
3856
  "name": "mode",
5100
- "description": "The mode determines the platform behaviors of the component.",
3857
+ "description": "The mode determines which platform styles to use.",
5101
3858
  "values": [
5102
3859
  {
5103
3860
  "name": "ios"
@@ -5107,40 +3864,10 @@
5107
3864
  }
5108
3865
  ]
5109
3866
  },
5110
- {
5111
- "name": "shape",
5112
- "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.",
5113
- "values": [
5114
- {
5115
- "name": "rectangular"
5116
- },
5117
- {
5118
- "name": "round"
5119
- },
5120
- {
5121
- "name": "soft"
5122
- }
5123
- ]
5124
- },
5125
3867
  {
5126
3868
  "name": "show-backdrop",
5127
3869
  "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."
5128
3870
  },
5129
- {
5130
- "name": "theme",
5131
- "description": "The theme determines the visual appearance of the component.",
5132
- "values": [
5133
- {
5134
- "name": "ios"
5135
- },
5136
- {
5137
- "name": "md"
5138
- },
5139
- {
5140
- "name": "ionic"
5141
- }
5142
- ]
5143
- },
5144
3871
  {
5145
3872
  "name": "trigger",
5146
3873
  "description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked."
@@ -5164,18 +3891,6 @@
5164
3891
  "name": "animated",
5165
3892
  "description": "If `true`, the nav should animate the transition of components."
5166
3893
  },
5167
- {
5168
- "name": "mode",
5169
- "description": "The mode determines the platform behaviors of the component.",
5170
- "values": [
5171
- {
5172
- "name": "ios"
5173
- },
5174
- {
5175
- "name": "md"
5176
- }
5177
- ]
5178
- },
5179
3894
  {
5180
3895
  "name": "root",
5181
3896
  "description": "Root NavComponent to load"
@@ -5183,21 +3898,6 @@
5183
3898
  {
5184
3899
  "name": "swipe-gesture",
5185
3900
  "description": "If the nav component should allow for swipe-to-go-back."
5186
- },
5187
- {
5188
- "name": "theme",
5189
- "description": "The theme determines the visual appearance of the component.",
5190
- "values": [
5191
- {
5192
- "name": "ios"
5193
- },
5194
- {
5195
- "name": "md"
5196
- },
5197
- {
5198
- "name": "ionic"
5199
- }
5200
- ]
5201
3901
  }
5202
3902
  ],
5203
3903
  "references": [
@@ -5218,18 +3918,6 @@
5218
3918
  "name": "component",
5219
3919
  "description": "Component to navigate to. Only used if the `routerDirection` is `\"forward\"` or `\"root\"`."
5220
3920
  },
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
3921
  {
5234
3922
  "name": "router-direction",
5235
3923
  "description": "The transition direction when navigating to another page.",
@@ -5244,21 +3932,6 @@
5244
3932
  "name": "root"
5245
3933
  }
5246
3934
  ]
5247
- },
5248
- {
5249
- "name": "theme",
5250
- "description": "The theme determines the visual appearance of the component.",
5251
- "values": [
5252
- {
5253
- "name": "ios"
5254
- },
5255
- {
5256
- "name": "md"
5257
- },
5258
- {
5259
- "name": "ionic"
5260
- }
5261
- ]
5262
3935
  }
5263
3936
  ],
5264
3937
  "references": [
@@ -5310,28 +3983,13 @@
5310
3983
  },
5311
3984
  {
5312
3985
  "name": "mode",
5313
- "description": "The mode determines the platform behaviors of the component.",
5314
- "values": [
5315
- {
5316
- "name": "ios"
5317
- },
5318
- {
5319
- "name": "md"
5320
- }
5321
- ]
5322
- },
5323
- {
5324
- "name": "theme",
5325
- "description": "The theme determines the visual appearance of the component.",
3986
+ "description": "The mode determines which platform styles to use.",
5326
3987
  "values": [
5327
3988
  {
5328
3989
  "name": "ios"
5329
3990
  },
5330
3991
  {
5331
3992
  "name": "md"
5332
- },
5333
- {
5334
- "name": "ionic"
5335
3993
  }
5336
3994
  ]
5337
3995
  }
@@ -5352,7 +4010,7 @@
5352
4010
  "attributes": [
5353
4011
  {
5354
4012
  "name": "mode",
5355
- "description": "The mode determines the platform behaviors of the component.",
4013
+ "description": "The mode determines which platform styles to use.",
5356
4014
  "values": [
5357
4015
  {
5358
4016
  "name": "ios"
@@ -5361,21 +4019,6 @@
5361
4019
  "name": "md"
5362
4020
  }
5363
4021
  ]
5364
- },
5365
- {
5366
- "name": "theme",
5367
- "description": "The theme determines the visual appearance of the component.",
5368
- "values": [
5369
- {
5370
- "name": "ios"
5371
- },
5372
- {
5373
- "name": "md"
5374
- },
5375
- {
5376
- "name": "ionic"
5377
- }
5378
- ]
5379
4022
  }
5380
4023
  ],
5381
4024
  "references": [
@@ -5431,28 +4074,13 @@
5431
4074
  },
5432
4075
  {
5433
4076
  "name": "mode",
5434
- "description": "The mode determines the platform behaviors of the component.",
5435
- "values": [
5436
- {
5437
- "name": "ios"
5438
- },
5439
- {
5440
- "name": "md"
5441
- }
5442
- ]
5443
- },
5444
- {
5445
- "name": "theme",
5446
- "description": "The theme determines the visual appearance of the component.",
4077
+ "description": "The mode determines which platform styles to use.",
5447
4078
  "values": [
5448
4079
  {
5449
4080
  "name": "ios"
5450
4081
  },
5451
4082
  {
5452
4083
  "name": "md"
5453
- },
5454
- {
5455
- "name": "ionic"
5456
4084
  }
5457
4085
  ]
5458
4086
  },
@@ -5512,33 +4140,6 @@
5512
4140
  "name": "disabled",
5513
4141
  "description": "If `true`, the user cannot interact with the picker column option."
5514
4142
  },
5515
- {
5516
- "name": "mode",
5517
- "description": "The mode determines the platform behaviors of the component.",
5518
- "values": [
5519
- {
5520
- "name": "ios"
5521
- },
5522
- {
5523
- "name": "md"
5524
- }
5525
- ]
5526
- },
5527
- {
5528
- "name": "theme",
5529
- "description": "The theme determines the visual appearance of the component.",
5530
- "values": [
5531
- {
5532
- "name": "ios"
5533
- },
5534
- {
5535
- "name": "md"
5536
- },
5537
- {
5538
- "name": "ionic"
5539
- }
5540
- ]
5541
- },
5542
4143
  {
5543
4144
  "name": "value",
5544
4145
  "description": "The text value of the option."
@@ -5584,7 +4185,7 @@
5584
4185
  },
5585
4186
  {
5586
4187
  "name": "mode",
5587
- "description": "The mode determines the platform behaviors of the component.",
4188
+ "description": "The mode determines which platform styles to use.",
5588
4189
  "values": [
5589
4190
  {
5590
4191
  "name": "ios"
@@ -5598,21 +4199,6 @@
5598
4199
  "name": "show-backdrop",
5599
4200
  "description": "If `true`, a backdrop will be displayed behind the picker."
5600
4201
  },
5601
- {
5602
- "name": "theme",
5603
- "description": "The theme determines the visual appearance of the component.",
5604
- "values": [
5605
- {
5606
- "name": "ios"
5607
- },
5608
- {
5609
- "name": "md"
5610
- },
5611
- {
5612
- "name": "ionic"
5613
- }
5614
- ]
5615
- },
5616
4202
  {
5617
4203
  "name": "trigger",
5618
4204
  "description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked."
@@ -5634,7 +4220,7 @@
5634
4220
  "attributes": [
5635
4221
  {
5636
4222
  "name": "alignment",
5637
- "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
4223
+ "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
5638
4224
  "values": [
5639
4225
  {
5640
4226
  "name": "center"
@@ -5653,7 +4239,7 @@
5653
4239
  },
5654
4240
  {
5655
4241
  "name": "arrow",
5656
- "description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme."
4242
+ "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."
5657
4243
  },
5658
4244
  {
5659
4245
  "name": "backdrop-dismiss",
@@ -5689,7 +4275,7 @@
5689
4275
  },
5690
4276
  {
5691
4277
  "name": "mode",
5692
- "description": "The mode determines the platform behaviors of the component.",
4278
+ "description": "The mode determines which platform styles to use.",
5693
4279
  "values": [
5694
4280
  {
5695
4281
  "name": "ios"
@@ -5751,24 +4337,9 @@
5751
4337
  }
5752
4338
  ]
5753
4339
  },
5754
- {
5755
- "name": "theme",
5756
- "description": "The theme determines the visual appearance of the component.",
5757
- "values": [
5758
- {
5759
- "name": "ios"
5760
- },
5761
- {
5762
- "name": "md"
5763
- },
5764
- {
5765
- "name": "ionic"
5766
- }
5767
- ]
5768
- },
5769
4340
  {
5770
4341
  "name": "translucent",
5771
- "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)."
4342
+ "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)."
5772
4343
  },
5773
4344
  {
5774
4345
  "name": "trigger",
@@ -5843,7 +4414,7 @@
5843
4414
  },
5844
4415
  {
5845
4416
  "name": "mode",
5846
- "description": "The mode determines the platform behaviors of the component.",
4417
+ "description": "The mode determines which platform styles to use.",
5847
4418
  "values": [
5848
4419
  {
5849
4420
  "name": "ios"
@@ -5857,33 +4428,6 @@
5857
4428
  "name": "reversed",
5858
4429
  "description": "If true, reverse the progress bar direction."
5859
4430
  },
5860
- {
5861
- "name": "shape",
5862
- "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.",
5863
- "values": [
5864
- {
5865
- "name": "rectangular"
5866
- },
5867
- {
5868
- "name": "round"
5869
- }
5870
- ]
5871
- },
5872
- {
5873
- "name": "theme",
5874
- "description": "The theme determines the visual appearance of the component.",
5875
- "values": [
5876
- {
5877
- "name": "ios"
5878
- },
5879
- {
5880
- "name": "md"
5881
- },
5882
- {
5883
- "name": "ionic"
5884
- }
5885
- ]
5886
- },
5887
4431
  {
5888
4432
  "name": "type",
5889
4433
  "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).",
@@ -5999,7 +4543,7 @@
5999
4543
  },
6000
4544
  {
6001
4545
  "name": "mode",
6002
- "description": "The mode determines the platform behaviors of the component.",
4546
+ "description": "The mode determines which platform styles to use.",
6003
4547
  "values": [
6004
4548
  {
6005
4549
  "name": "ios"
@@ -6013,21 +4557,6 @@
6013
4557
  "name": "name",
6014
4558
  "description": "The name of the control, which is submitted with the form data."
6015
4559
  },
6016
- {
6017
- "name": "theme",
6018
- "description": "The theme determines the visual appearance of the component.",
6019
- "values": [
6020
- {
6021
- "name": "ios"
6022
- },
6023
- {
6024
- "name": "md"
6025
- },
6026
- {
6027
- "name": "ionic"
6028
- }
6029
- ]
6030
- },
6031
4560
  {
6032
4561
  "name": "value",
6033
4562
  "description": "the value of the radio."
@@ -6063,37 +4592,10 @@
6063
4592
  "name": "helper-text",
6064
4593
  "description": "The helper text to display at the top of the radio group."
6065
4594
  },
6066
- {
6067
- "name": "mode",
6068
- "description": "The mode determines the platform behaviors of the component.",
6069
- "values": [
6070
- {
6071
- "name": "ios"
6072
- },
6073
- {
6074
- "name": "md"
6075
- }
6076
- ]
6077
- },
6078
4595
  {
6079
4596
  "name": "name",
6080
4597
  "description": "The name of the control, which is submitted with the form data."
6081
4598
  },
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
- ]
6096
- },
6097
4599
  {
6098
4600
  "name": "value",
6099
4601
  "description": "the value of the radio group."
@@ -6194,7 +4696,7 @@
6194
4696
  },
6195
4697
  {
6196
4698
  "name": "mode",
6197
- "description": "The mode determines the platform behaviors of the component.",
4699
+ "description": "The mode determines which platform styles to use.",
6198
4700
  "values": [
6199
4701
  {
6200
4702
  "name": "ios"
@@ -6220,21 +4722,6 @@
6220
4722
  "name": "step",
6221
4723
  "description": "Specifies the value granularity."
6222
4724
  },
6223
- {
6224
- "name": "theme",
6225
- "description": "The theme determines the visual appearance of the component.",
6226
- "values": [
6227
- {
6228
- "name": "ios"
6229
- },
6230
- {
6231
- "name": "md"
6232
- },
6233
- {
6234
- "name": "ionic"
6235
- }
6236
- ]
6237
- },
6238
4725
  {
6239
4726
  "name": "ticks",
6240
4727
  "description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`."
@@ -6268,7 +4755,7 @@
6268
4755
  },
6269
4756
  {
6270
4757
  "name": "mode",
6271
- "description": "The mode determines the platform behaviors of the component.",
4758
+ "description": "The mode determines which platform styles to use.",
6272
4759
  "values": [
6273
4760
  {
6274
4761
  "name": "ios"
@@ -6293,21 +4780,6 @@
6293
4780
  {
6294
4781
  "name": "snapback-duration",
6295
4782
  "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."
6296
- },
6297
- {
6298
- "name": "theme",
6299
- "description": "The theme determines the visual appearance of the component.",
6300
- "values": [
6301
- {
6302
- "name": "ios"
6303
- },
6304
- {
6305
- "name": "md"
6306
- },
6307
- {
6308
- "name": "ionic"
6309
- }
6310
- ]
6311
4783
  }
6312
4784
  ],
6313
4785
  "references": [
@@ -6324,18 +4796,6 @@
6324
4796
  "value": ""
6325
4797
  },
6326
4798
  "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
- },
6339
4799
  {
6340
4800
  "name": "pulling-icon",
6341
4801
  "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."
@@ -6380,21 +4840,6 @@
6380
4840
  {
6381
4841
  "name": "refreshing-text",
6382
4842
  "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."
6383
- },
6384
- {
6385
- "name": "theme",
6386
- "description": "The theme determines the visual appearance of the component.",
6387
- "values": [
6388
- {
6389
- "name": "ios"
6390
- },
6391
- {
6392
- "name": "md"
6393
- },
6394
- {
6395
- "name": "ionic"
6396
- }
6397
- ]
6398
4843
  }
6399
4844
  ],
6400
4845
  "references": [
@@ -6410,35 +4855,7 @@
6410
4855
  "kind": "markdown",
6411
4856
  "value": ""
6412
4857
  },
6413
- "attributes": [
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
- },
6426
- {
6427
- "name": "theme",
6428
- "description": "The theme determines the visual appearance of the component.",
6429
- "values": [
6430
- {
6431
- "name": "ios"
6432
- },
6433
- {
6434
- "name": "md"
6435
- },
6436
- {
6437
- "name": "ionic"
6438
- }
6439
- ]
6440
- }
6441
- ],
4858
+ "attributes": [],
6442
4859
  "references": [
6443
4860
  {
6444
4861
  "name": "Source code",
@@ -6456,33 +4873,6 @@
6456
4873
  {
6457
4874
  "name": "disabled",
6458
4875
  "description": "If `true`, the reorder will be hidden."
6459
- },
6460
- {
6461
- "name": "mode",
6462
- "description": "The mode determines the platform behaviors of the component.",
6463
- "values": [
6464
- {
6465
- "name": "ios"
6466
- },
6467
- {
6468
- "name": "md"
6469
- }
6470
- ]
6471
- },
6472
- {
6473
- "name": "theme",
6474
- "description": "The theme determines the visual appearance of the component.",
6475
- "values": [
6476
- {
6477
- "name": "ios"
6478
- },
6479
- {
6480
- "name": "md"
6481
- },
6482
- {
6483
- "name": "ionic"
6484
- }
6485
- ]
6486
4876
  }
6487
4877
  ],
6488
4878
  "references": [
@@ -6499,33 +4889,6 @@
6499
4889
  "value": ""
6500
4890
  },
6501
4891
  "attributes": [
6502
- {
6503
- "name": "mode",
6504
- "description": "The mode determines the platform behaviors of the component.",
6505
- "values": [
6506
- {
6507
- "name": "ios"
6508
- },
6509
- {
6510
- "name": "md"
6511
- }
6512
- ]
6513
- },
6514
- {
6515
- "name": "theme",
6516
- "description": "The theme determines the visual appearance of the component.",
6517
- "values": [
6518
- {
6519
- "name": "ios"
6520
- },
6521
- {
6522
- "name": "md"
6523
- },
6524
- {
6525
- "name": "ionic"
6526
- }
6527
- ]
6528
- },
6529
4892
  {
6530
4893
  "name": "type",
6531
4894
  "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.",
@@ -6557,33 +4920,6 @@
6557
4920
  "name": "component",
6558
4921
  "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."
6559
4922
  },
6560
- {
6561
- "name": "mode",
6562
- "description": "The mode determines the platform behaviors of the component.",
6563
- "values": [
6564
- {
6565
- "name": "ios"
6566
- },
6567
- {
6568
- "name": "md"
6569
- }
6570
- ]
6571
- },
6572
- {
6573
- "name": "theme",
6574
- "description": "The theme determines the visual appearance of the component.",
6575
- "values": [
6576
- {
6577
- "name": "ios"
6578
- },
6579
- {
6580
- "name": "md"
6581
- },
6582
- {
6583
- "name": "ionic"
6584
- }
6585
- ]
6586
- },
6587
4923
  {
6588
4924
  "name": "url",
6589
4925
  "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."
@@ -6626,37 +4962,10 @@
6626
4962
  "value": ""
6627
4963
  },
6628
4964
  "attributes": [
6629
- {
6630
- "name": "mode",
6631
- "description": "The mode determines the platform behaviors of the component.",
6632
- "values": [
6633
- {
6634
- "name": "ios"
6635
- },
6636
- {
6637
- "name": "md"
6638
- }
6639
- ]
6640
- },
6641
4965
  {
6642
4966
  "name": "root",
6643
4967
  "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."
6644
4968
  },
6645
- {
6646
- "name": "theme",
6647
- "description": "The theme determines the visual appearance of the component.",
6648
- "values": [
6649
- {
6650
- "name": "ios"
6651
- },
6652
- {
6653
- "name": "md"
6654
- },
6655
- {
6656
- "name": "ionic"
6657
- }
6658
- ]
6659
- },
6660
4969
  {
6661
4970
  "name": "use-hash",
6662
4971
  "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."
@@ -6713,18 +5022,6 @@
6713
5022
  "name": "href",
6714
5023
  "description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered."
6715
5024
  },
6716
- {
6717
- "name": "mode",
6718
- "description": "The mode determines the platform behaviors of the component.",
6719
- "values": [
6720
- {
6721
- "name": "ios"
6722
- },
6723
- {
6724
- "name": "md"
6725
- }
6726
- ]
6727
- },
6728
5025
  {
6729
5026
  "name": "rel",
6730
5027
  "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)."
@@ -6747,21 +5044,6 @@
6747
5044
  {
6748
5045
  "name": "target",
6749
5046
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
6750
- },
6751
- {
6752
- "name": "theme",
6753
- "description": "The theme determines the visual appearance of the component.",
6754
- "values": [
6755
- {
6756
- "name": "ios"
6757
- },
6758
- {
6759
- "name": "md"
6760
- },
6761
- {
6762
- "name": "ionic"
6763
- }
6764
- ]
6765
5047
  }
6766
5048
  ],
6767
5049
  "references": [
@@ -6784,28 +5066,13 @@
6784
5066
  },
6785
5067
  {
6786
5068
  "name": "mode",
6787
- "description": "The mode determines the platform behaviors of the component.",
6788
- "values": [
6789
- {
6790
- "name": "ios"
6791
- },
6792
- {
6793
- "name": "md"
6794
- }
6795
- ]
6796
- },
6797
- {
6798
- "name": "theme",
6799
- "description": "The theme determines the visual appearance of the component.",
5069
+ "description": "The mode determines which platform styles to use.",
6800
5070
  "values": [
6801
5071
  {
6802
5072
  "name": "ios"
6803
5073
  },
6804
5074
  {
6805
5075
  "name": "md"
6806
- },
6807
- {
6808
- "name": "ionic"
6809
5076
  }
6810
5077
  ]
6811
5078
  }
@@ -6823,35 +5090,7 @@
6823
5090
  "kind": "markdown",
6824
5091
  "value": ""
6825
5092
  },
6826
- "attributes": [
6827
- {
6828
- "name": "mode",
6829
- "description": "The mode determines the platform behaviors of the component.",
6830
- "values": [
6831
- {
6832
- "name": "ios"
6833
- },
6834
- {
6835
- "name": "md"
6836
- }
6837
- ]
6838
- },
6839
- {
6840
- "name": "theme",
6841
- "description": "The theme determines the visual appearance of the component.",
6842
- "values": [
6843
- {
6844
- "name": "ios"
6845
- },
6846
- {
6847
- "name": "md"
6848
- },
6849
- {
6850
- "name": "ionic"
6851
- }
6852
- ]
6853
- }
6854
- ],
5093
+ "attributes": [],
6855
5094
  "references": [
6856
5095
  {
6857
5096
  "name": "Source code",
@@ -6882,157 +5121,157 @@
6882
5121
  "name": "name"
6883
5122
  },
6884
5123
  {
6885
- "name": "url"
5124
+ "name": "email"
6886
5125
  },
6887
5126
  {
6888
- "name": "off"
5127
+ "name": "tel"
6889
5128
  },
6890
5129
  {
6891
- "name": "on"
5130
+ "name": "url"
6892
5131
  },
6893
5132
  {
6894
- "name": "additional-name"
5133
+ "name": "on"
6895
5134
  },
6896
5135
  {
6897
- "name": "address-level1"
5136
+ "name": "off"
6898
5137
  },
6899
5138
  {
6900
- "name": "address-level2"
5139
+ "name": "honorific-prefix"
6901
5140
  },
6902
5141
  {
6903
- "name": "address-level3"
5142
+ "name": "given-name"
6904
5143
  },
6905
5144
  {
6906
- "name": "address-level4"
5145
+ "name": "additional-name"
6907
5146
  },
6908
5147
  {
6909
- "name": "address-line1"
5148
+ "name": "family-name"
6910
5149
  },
6911
5150
  {
6912
- "name": "address-line2"
5151
+ "name": "honorific-suffix"
6913
5152
  },
6914
5153
  {
6915
- "name": "address-line3"
5154
+ "name": "nickname"
6916
5155
  },
6917
5156
  {
6918
- "name": "bday-day"
5157
+ "name": "username"
6919
5158
  },
6920
5159
  {
6921
- "name": "bday-month"
5160
+ "name": "new-password"
6922
5161
  },
6923
5162
  {
6924
- "name": "bday-year"
5163
+ "name": "current-password"
6925
5164
  },
6926
5165
  {
6927
- "name": "cc-csc"
5166
+ "name": "one-time-code"
6928
5167
  },
6929
5168
  {
6930
- "name": "cc-exp"
5169
+ "name": "organization-title"
6931
5170
  },
6932
5171
  {
6933
- "name": "cc-exp-month"
5172
+ "name": "organization"
6934
5173
  },
6935
5174
  {
6936
- "name": "cc-exp-year"
5175
+ "name": "street-address"
6937
5176
  },
6938
5177
  {
6939
- "name": "cc-family-name"
5178
+ "name": "address-line1"
6940
5179
  },
6941
5180
  {
6942
- "name": "cc-given-name"
5181
+ "name": "address-line2"
6943
5182
  },
6944
5183
  {
6945
- "name": "cc-name"
5184
+ "name": "address-line3"
6946
5185
  },
6947
5186
  {
6948
- "name": "cc-number"
5187
+ "name": "address-level4"
6949
5188
  },
6950
5189
  {
6951
- "name": "cc-type"
5190
+ "name": "address-level3"
6952
5191
  },
6953
5192
  {
6954
- "name": "country"
5193
+ "name": "address-level2"
6955
5194
  },
6956
5195
  {
6957
- "name": "country-name"
5196
+ "name": "address-level1"
6958
5197
  },
6959
5198
  {
6960
- "name": "current-password"
5199
+ "name": "country"
6961
5200
  },
6962
5201
  {
6963
- "name": "family-name"
5202
+ "name": "country-name"
6964
5203
  },
6965
5204
  {
6966
- "name": "given-name"
5205
+ "name": "postal-code"
6967
5206
  },
6968
5207
  {
6969
- "name": "honorific-prefix"
5208
+ "name": "cc-name"
6970
5209
  },
6971
5210
  {
6972
- "name": "honorific-suffix"
5211
+ "name": "cc-given-name"
6973
5212
  },
6974
5213
  {
6975
- "name": "new-password"
5214
+ "name": "cc-additional-name"
6976
5215
  },
6977
5216
  {
6978
- "name": "one-time-code"
5217
+ "name": "cc-family-name"
6979
5218
  },
6980
5219
  {
6981
- "name": "organization"
5220
+ "name": "cc-number"
6982
5221
  },
6983
5222
  {
6984
- "name": "postal-code"
5223
+ "name": "cc-exp"
6985
5224
  },
6986
5225
  {
6987
- "name": "street-address"
5226
+ "name": "cc-exp-month"
6988
5227
  },
6989
5228
  {
6990
- "name": "transaction-amount"
5229
+ "name": "cc-exp-year"
6991
5230
  },
6992
5231
  {
6993
- "name": "transaction-currency"
5232
+ "name": "cc-csc"
6994
5233
  },
6995
5234
  {
6996
- "name": "username"
5235
+ "name": "cc-type"
6997
5236
  },
6998
5237
  {
6999
- "name": "email"
5238
+ "name": "transaction-currency"
7000
5239
  },
7001
5240
  {
7002
- "name": "tel"
5241
+ "name": "transaction-amount"
7003
5242
  },
7004
5243
  {
7005
- "name": "tel-area-code"
5244
+ "name": "language"
7006
5245
  },
7007
5246
  {
7008
- "name": "tel-country-code"
5247
+ "name": "bday"
7009
5248
  },
7010
5249
  {
7011
- "name": "tel-extension"
5250
+ "name": "bday-day"
7012
5251
  },
7013
5252
  {
7014
- "name": "tel-local"
5253
+ "name": "bday-month"
7015
5254
  },
7016
5255
  {
7017
- "name": "tel-national"
5256
+ "name": "bday-year"
7018
5257
  },
7019
5258
  {
7020
- "name": "nickname"
5259
+ "name": "sex"
7021
5260
  },
7022
5261
  {
7023
- "name": "organization-title"
5262
+ "name": "tel-country-code"
7024
5263
  },
7025
5264
  {
7026
- "name": "cc-additional-name"
5265
+ "name": "tel-national"
7027
5266
  },
7028
5267
  {
7029
- "name": "language"
5268
+ "name": "tel-area-code"
7030
5269
  },
7031
5270
  {
7032
- "name": "bday"
5271
+ "name": "tel-local"
7033
5272
  },
7034
5273
  {
7035
- "name": "sex"
5274
+ "name": "tel-extension"
7036
5275
  },
7037
5276
  {
7038
5277
  "name": "impp"
@@ -7056,15 +5295,15 @@
7056
5295
  },
7057
5296
  {
7058
5297
  "name": "cancel-button-icon",
7059
- "description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`."
5298
+ "description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`."
7060
5299
  },
7061
5300
  {
7062
5301
  "name": "cancel-button-text",
7063
- "description": "Set the cancel button text. Only available when the theme is `\"ios\"`."
5302
+ "description": "Set the cancel button text. Only applies to `ios` mode."
7064
5303
  },
7065
5304
  {
7066
5305
  "name": "clear-icon",
7067
- "description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme."
5306
+ "description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`."
7068
5307
  },
7069
5308
  {
7070
5309
  "name": "color",
@@ -7174,7 +5413,7 @@
7174
5413
  },
7175
5414
  {
7176
5415
  "name": "mode",
7177
- "description": "The mode determines the platform behaviors of the component.",
5416
+ "description": "The mode determines which platform styles to use.",
7178
5417
  "values": [
7179
5418
  {
7180
5419
  "name": "ios"
@@ -7194,22 +5433,7 @@
7194
5433
  },
7195
5434
  {
7196
5435
  "name": "search-icon",
7197
- "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.\nIf `false`, no search icon will be displayed."
7198
- },
7199
- {
7200
- "name": "shape",
7201
- "description": "Set to `\"soft\"` for a searchbar with slightly rounded corners,\n`\"round\"` for a searchbar with fully rounded corners,\nor `\"rectangular\"` for a searchbar without rounded corners.\n\nDefaults to `\"round\"` for the ionic theme, and `undefined` for all other themes.",
7202
- "values": [
7203
- {
7204
- "name": "rectangular"
7205
- },
7206
- {
7207
- "name": "round"
7208
- },
7209
- {
7210
- "name": "soft"
7211
- }
7212
- ]
5436
+ "description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode."
7213
5437
  },
7214
5438
  {
7215
5439
  "name": "show-cancel-button",
@@ -7241,40 +5465,10 @@
7241
5465
  }
7242
5466
  ]
7243
5467
  },
7244
- {
7245
- "name": "size",
7246
- "description": "Set to `\"large\"` for a searchbar with an increase in height,\nwhile \"small\" and \"medium\" provide progressively smaller heights.\n\nDefaults to `\"medium\"` for the ionic theme, and `undefined` for all other themes.",
7247
- "values": [
7248
- {
7249
- "name": "large"
7250
- },
7251
- {
7252
- "name": "medium"
7253
- },
7254
- {
7255
- "name": "small"
7256
- }
7257
- ]
7258
- },
7259
5468
  {
7260
5469
  "name": "spellcheck",
7261
5470
  "description": "If `true`, enable spellcheck on the input."
7262
5471
  },
7263
- {
7264
- "name": "theme",
7265
- "description": "The theme determines the visual appearance of the component.",
7266
- "values": [
7267
- {
7268
- "name": "ios"
7269
- },
7270
- {
7271
- "name": "md"
7272
- },
7273
- {
7274
- "name": "ionic"
7275
- }
7276
- ]
7277
- },
7278
5472
  {
7279
5473
  "name": "type",
7280
5474
  "description": "Set the type of the input.",
@@ -7360,7 +5554,7 @@
7360
5554
  },
7361
5555
  {
7362
5556
  "name": "mode",
7363
- "description": "The mode determines the platform behaviors of the component.",
5557
+ "description": "The mode determines which platform styles to use.",
7364
5558
  "values": [
7365
5559
  {
7366
5560
  "name": "ios"
@@ -7382,21 +5576,6 @@
7382
5576
  "name": "swipe-gesture",
7383
5577
  "description": "If `true`, users will be able to swipe between segment buttons to activate them."
7384
5578
  },
7385
- {
7386
- "name": "theme",
7387
- "description": "The theme determines the visual appearance of the component.",
7388
- "values": [
7389
- {
7390
- "name": "ios"
7391
- },
7392
- {
7393
- "name": "md"
7394
- },
7395
- {
7396
- "name": "ionic"
7397
- }
7398
- ]
7399
- },
7400
5579
  {
7401
5580
  "name": "value",
7402
5581
  "description": "the value of the segment."
@@ -7450,28 +5629,13 @@
7450
5629
  },
7451
5630
  {
7452
5631
  "name": "mode",
7453
- "description": "The mode determines the platform behaviors of the component.",
7454
- "values": [
7455
- {
7456
- "name": "ios"
7457
- },
7458
- {
7459
- "name": "md"
7460
- }
7461
- ]
7462
- },
7463
- {
7464
- "name": "theme",
7465
- "description": "The theme determines the visual appearance of the component.",
5632
+ "description": "The mode determines which platform styles to use.",
7466
5633
  "values": [
7467
5634
  {
7468
5635
  "name": "ios"
7469
5636
  },
7470
5637
  {
7471
5638
  "name": "md"
7472
- },
7473
- {
7474
- "name": "ionic"
7475
5639
  }
7476
5640
  ]
7477
5641
  },
@@ -7593,11 +5757,11 @@
7593
5757
  },
7594
5758
  {
7595
5759
  "name": "expanded-icon",
7596
- "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."
5760
+ "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."
7597
5761
  },
7598
5762
  {
7599
5763
  "name": "fill",
7600
- "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.",
5764
+ "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.",
7601
5765
  "values": [
7602
5766
  {
7603
5767
  "name": "outline"
@@ -7675,7 +5839,7 @@
7675
5839
  },
7676
5840
  {
7677
5841
  "name": "mode",
7678
- "description": "The mode determines the platform behaviors of the component.",
5842
+ "description": "The mode determines which platform styles to use.",
7679
5843
  "values": [
7680
5844
  {
7681
5845
  "name": "ios"
@@ -7711,52 +5875,16 @@
7711
5875
  },
7712
5876
  {
7713
5877
  "name": "shape",
7714
- "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.",
5878
+ "description": "The shape of the select. If \"round\" it will have an increased border radius.",
7715
5879
  "values": [
7716
- {
7717
- "name": "rectangular"
7718
- },
7719
5880
  {
7720
5881
  "name": "round"
7721
- },
7722
- {
7723
- "name": "soft"
7724
- }
7725
- ]
7726
- },
7727
- {
7728
- "name": "size",
7729
- "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.",
7730
- "values": [
7731
- {
7732
- "name": "large"
7733
- },
7734
- {
7735
- "name": "medium"
7736
- },
7737
- {
7738
- "name": "small"
7739
- }
7740
- ]
7741
- },
7742
- {
7743
- "name": "theme",
7744
- "description": "The theme determines the visual appearance of the component.",
7745
- "values": [
7746
- {
7747
- "name": "ios"
7748
- },
7749
- {
7750
- "name": "md"
7751
- },
7752
- {
7753
- "name": "ionic"
7754
5882
  }
7755
5883
  ]
7756
5884
  },
7757
5885
  {
7758
5886
  "name": "toggle-icon",
7759
- "description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes."
5887
+ "description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode."
7760
5888
  },
7761
5889
  {
7762
5890
  "name": "value",
@@ -7804,33 +5932,6 @@
7804
5932
  "name": "disabled",
7805
5933
  "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."
7806
5934
  },
7807
- {
7808
- "name": "mode",
7809
- "description": "The mode determines the platform behaviors of the component.",
7810
- "values": [
7811
- {
7812
- "name": "ios"
7813
- },
7814
- {
7815
- "name": "md"
7816
- }
7817
- ]
7818
- },
7819
- {
7820
- "name": "theme",
7821
- "description": "The theme determines the visual appearance of the component.",
7822
- "values": [
7823
- {
7824
- "name": "ios"
7825
- },
7826
- {
7827
- "name": "md"
7828
- },
7829
- {
7830
- "name": "ionic"
7831
- }
7832
- ]
7833
- },
7834
5935
  {
7835
5936
  "name": "value",
7836
5937
  "description": "The text value of the option."
@@ -7853,33 +5954,6 @@
7853
5954
  {
7854
5955
  "name": "animated",
7855
5956
  "description": "If `true`, the skeleton text will animate."
7856
- },
7857
- {
7858
- "name": "mode",
7859
- "description": "The mode determines the platform behaviors of the component.",
7860
- "values": [
7861
- {
7862
- "name": "ios"
7863
- },
7864
- {
7865
- "name": "md"
7866
- }
7867
- ]
7868
- },
7869
- {
7870
- "name": "theme",
7871
- "description": "The theme determines the visual appearance of the component.",
7872
- "values": [
7873
- {
7874
- "name": "ios"
7875
- },
7876
- {
7877
- "name": "md"
7878
- },
7879
- {
7880
- "name": "ionic"
7881
- }
7882
- ]
7883
5957
  }
7884
5958
  ],
7885
5959
  "references": [
@@ -7933,18 +6007,6 @@
7933
6007
  "name": "duration",
7934
6008
  "description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner."
7935
6009
  },
7936
- {
7937
- "name": "mode",
7938
- "description": "The mode determines the platform behaviors of the component.",
7939
- "values": [
7940
- {
7941
- "name": "ios"
7942
- },
7943
- {
7944
- "name": "md"
7945
- }
7946
- ]
7947
- },
7948
6010
  {
7949
6011
  "name": "name",
7950
6012
  "description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
@@ -7981,42 +6043,6 @@
7981
6043
  {
7982
6044
  "name": "paused",
7983
6045
  "description": "If `true`, the spinner's animation will be paused."
7984
- },
7985
- {
7986
- "name": "size",
7987
- "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.",
7988
- "values": [
7989
- {
7990
- "name": "large"
7991
- },
7992
- {
7993
- "name": "medium"
7994
- },
7995
- {
7996
- "name": "small"
7997
- },
7998
- {
7999
- "name": "xlarge"
8000
- },
8001
- {
8002
- "name": "xsmall"
8003
- }
8004
- ]
8005
- },
8006
- {
8007
- "name": "theme",
8008
- "description": "The theme determines the visual appearance of the component.",
8009
- "values": [
8010
- {
8011
- "name": "ios"
8012
- },
8013
- {
8014
- "name": "md"
8015
- },
8016
- {
8017
- "name": "ionic"
8018
- }
8019
- ]
8020
6046
  }
8021
6047
  ],
8022
6048
  "references": [
@@ -8041,33 +6067,6 @@
8041
6067
  "name": "disabled",
8042
6068
  "description": "If `true`, the split pane will be hidden."
8043
6069
  },
8044
- {
8045
- "name": "mode",
8046
- "description": "The mode determines the platform behaviors of the component.",
8047
- "values": [
8048
- {
8049
- "name": "ios"
8050
- },
8051
- {
8052
- "name": "md"
8053
- }
8054
- ]
8055
- },
8056
- {
8057
- "name": "theme",
8058
- "description": "The theme determines the visual appearance of the component.",
8059
- "values": [
8060
- {
8061
- "name": "ios"
8062
- },
8063
- {
8064
- "name": "md"
8065
- },
8066
- {
8067
- "name": "ionic"
8068
- }
8069
- ]
8070
- },
8071
6070
  {
8072
6071
  "name": "when",
8073
6072
  "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."
@@ -8085,42 +6084,15 @@
8085
6084
  "description": {
8086
6085
  "kind": "markdown",
8087
6086
  "value": ""
8088
- },
8089
- "attributes": [
8090
- {
8091
- "name": "component",
8092
- "description": "The component to display inside of the tab."
8093
- },
8094
- {
8095
- "name": "mode",
8096
- "description": "The mode determines the platform behaviors of the component.",
8097
- "values": [
8098
- {
8099
- "name": "ios"
8100
- },
8101
- {
8102
- "name": "md"
8103
- }
8104
- ]
8105
- },
8106
- {
8107
- "name": "tab",
8108
- "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."
8109
- },
8110
- {
8111
- "name": "theme",
8112
- "description": "The theme determines the visual appearance of the component.",
8113
- "values": [
8114
- {
8115
- "name": "ios"
8116
- },
8117
- {
8118
- "name": "md"
8119
- },
8120
- {
8121
- "name": "ionic"
8122
- }
8123
- ]
6087
+ },
6088
+ "attributes": [
6089
+ {
6090
+ "name": "component",
6091
+ "description": "The component to display inside of the tab."
6092
+ },
6093
+ {
6094
+ "name": "tab",
6095
+ "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."
8124
6096
  }
8125
6097
  ],
8126
6098
  "references": [
@@ -8170,21 +6142,9 @@
8170
6142
  }
8171
6143
  ]
8172
6144
  },
8173
- {
8174
- "name": "expand",
8175
- "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\"`.",
8176
- "values": [
8177
- {
8178
- "name": "compact"
8179
- },
8180
- {
8181
- "name": "full"
8182
- }
8183
- ]
8184
- },
8185
6145
  {
8186
6146
  "name": "mode",
8187
- "description": "The mode determines the platform behaviors of the component.",
6147
+ "description": "The mode determines which platform styles to use.",
8188
6148
  "values": [
8189
6149
  {
8190
6150
  "name": "ios"
@@ -8198,39 +6158,9 @@
8198
6158
  "name": "selected-tab",
8199
6159
  "description": "The selected tab component"
8200
6160
  },
8201
- {
8202
- "name": "shape",
8203
- "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.",
8204
- "values": [
8205
- {
8206
- "name": "rectangular"
8207
- },
8208
- {
8209
- "name": "round"
8210
- },
8211
- {
8212
- "name": "soft"
8213
- }
8214
- ]
8215
- },
8216
- {
8217
- "name": "theme",
8218
- "description": "The theme determines the visual appearance of the component.",
8219
- "values": [
8220
- {
8221
- "name": "ios"
8222
- },
8223
- {
8224
- "name": "md"
8225
- },
8226
- {
8227
- "name": "ionic"
8228
- }
8229
- ]
8230
- },
8231
6161
  {
8232
6162
  "name": "translucent",
8233
- "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)."
6163
+ "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)."
8234
6164
  }
8235
6165
  ],
8236
6166
  "references": [
@@ -8285,7 +6215,7 @@
8285
6215
  },
8286
6216
  {
8287
6217
  "name": "mode",
8288
- "description": "The mode determines the platform behaviors of the component.",
6218
+ "description": "The mode determines which platform styles to use.",
8289
6219
  "values": [
8290
6220
  {
8291
6221
  "name": "ios"
@@ -8303,21 +6233,6 @@
8303
6233
  "name": "selected",
8304
6234
  "description": "The selected tab component"
8305
6235
  },
8306
- {
8307
- "name": "shape",
8308
- "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.",
8309
- "values": [
8310
- {
8311
- "name": "rectangular"
8312
- },
8313
- {
8314
- "name": "round"
8315
- },
8316
- {
8317
- "name": "soft"
8318
- }
8319
- ]
8320
- },
8321
6236
  {
8322
6237
  "name": "tab",
8323
6238
  "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."
@@ -8325,21 +6240,6 @@
8325
6240
  {
8326
6241
  "name": "target",
8327
6242
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
8328
- },
8329
- {
8330
- "name": "theme",
8331
- "description": "The theme determines the visual appearance of the component.",
8332
- "values": [
8333
- {
8334
- "name": "ios"
8335
- },
8336
- {
8337
- "name": "md"
8338
- },
8339
- {
8340
- "name": "ionic"
8341
- }
8342
- ]
8343
6243
  }
8344
6244
  ],
8345
6245
  "references": [
@@ -8355,35 +6255,7 @@
8355
6255
  "kind": "markdown",
8356
6256
  "value": ""
8357
6257
  },
8358
- "attributes": [
8359
- {
8360
- "name": "mode",
8361
- "description": "The mode determines the platform behaviors of the component.",
8362
- "values": [
8363
- {
8364
- "name": "ios"
8365
- },
8366
- {
8367
- "name": "md"
8368
- }
8369
- ]
8370
- },
8371
- {
8372
- "name": "theme",
8373
- "description": "The theme determines the visual appearance of the component.",
8374
- "values": [
8375
- {
8376
- "name": "ios"
8377
- },
8378
- {
8379
- "name": "md"
8380
- },
8381
- {
8382
- "name": "ionic"
8383
- }
8384
- ]
8385
- }
8386
- ],
6258
+ "attributes": [],
8387
6259
  "references": [
8388
6260
  {
8389
6261
  "name": "Source code",
@@ -8433,28 +6305,13 @@
8433
6305
  },
8434
6306
  {
8435
6307
  "name": "mode",
8436
- "description": "The mode determines the platform behaviors of the component.",
8437
- "values": [
8438
- {
8439
- "name": "ios"
8440
- },
8441
- {
8442
- "name": "md"
8443
- }
8444
- ]
8445
- },
8446
- {
8447
- "name": "theme",
8448
- "description": "The theme determines the visual appearance of the component.",
6308
+ "description": "The mode determines which platform styles to use.",
8449
6309
  "values": [
8450
6310
  {
8451
6311
  "name": "ios"
8452
6312
  },
8453
6313
  {
8454
6314
  "name": "md"
8455
- },
8456
- {
8457
- "name": "ionic"
8458
6315
  }
8459
6316
  ]
8460
6317
  }
@@ -8571,7 +6428,7 @@
8571
6428
  },
8572
6429
  {
8573
6430
  "name": "fill",
8574
- "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\"`.",
6431
+ "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.",
8575
6432
  "values": [
8576
6433
  {
8577
6434
  "name": "outline"
@@ -8650,7 +6507,7 @@
8650
6507
  },
8651
6508
  {
8652
6509
  "name": "mode",
8653
- "description": "The mode determines the platform behaviors of the component.",
6510
+ "description": "The mode determines which platform styles to use.",
8654
6511
  "values": [
8655
6512
  {
8656
6513
  "name": "ios"
@@ -8682,31 +6539,10 @@
8682
6539
  },
8683
6540
  {
8684
6541
  "name": "shape",
8685
- "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.",
6542
+ "description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
8686
6543
  "values": [
8687
- {
8688
- "name": "rectangular"
8689
- },
8690
6544
  {
8691
6545
  "name": "round"
8692
- },
8693
- {
8694
- "name": "soft"
8695
- }
8696
- ]
8697
- },
8698
- {
8699
- "name": "size",
8700
- "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.",
8701
- "values": [
8702
- {
8703
- "name": "large"
8704
- },
8705
- {
8706
- "name": "medium"
8707
- },
8708
- {
8709
- "name": "small"
8710
6546
  }
8711
6547
  ]
8712
6548
  },
@@ -8714,21 +6550,6 @@
8714
6550
  "name": "spellcheck",
8715
6551
  "description": "If `true`, the element will have its spelling and grammar checked."
8716
6552
  },
8717
- {
8718
- "name": "theme",
8719
- "description": "The theme determines the visual appearance of the component.",
8720
- "values": [
8721
- {
8722
- "name": "ios"
8723
- },
8724
- {
8725
- "name": "md"
8726
- },
8727
- {
8728
- "name": "ionic"
8729
- }
8730
- ]
8731
- },
8732
6553
  {
8733
6554
  "name": "value",
8734
6555
  "description": "The value of the textarea."
@@ -8762,35 +6583,7 @@
8762
6583
  "kind": "markdown",
8763
6584
  "value": ""
8764
6585
  },
8765
- "attributes": [
8766
- {
8767
- "name": "mode",
8768
- "description": "The mode determines the platform behaviors of the component.",
8769
- "values": [
8770
- {
8771
- "name": "ios"
8772
- },
8773
- {
8774
- "name": "md"
8775
- }
8776
- ]
8777
- },
8778
- {
8779
- "name": "theme",
8780
- "description": "The theme determines the visual appearance of the component.",
8781
- "values": [
8782
- {
8783
- "name": "ios"
8784
- },
8785
- {
8786
- "name": "md"
8787
- },
8788
- {
8789
- "name": "ionic"
8790
- }
8791
- ]
8792
- }
8793
- ],
6586
+ "attributes": [],
8794
6587
  "references": [
8795
6588
  {
8796
6589
  "name": "Source code",
@@ -8838,18 +6631,6 @@
8838
6631
  }
8839
6632
  ]
8840
6633
  },
8841
- {
8842
- "name": "mode",
8843
- "description": "The mode determines the platform behaviors of the component.",
8844
- "values": [
8845
- {
8846
- "name": "ios"
8847
- },
8848
- {
8849
- "name": "md"
8850
- }
8851
- ]
8852
- },
8853
6634
  {
8854
6635
  "name": "size",
8855
6636
  "description": "The size of the toolbar title.",
@@ -8861,21 +6642,6 @@
8861
6642
  "name": "small"
8862
6643
  }
8863
6644
  ]
8864
- },
8865
- {
8866
- "name": "theme",
8867
- "description": "The theme determines the visual appearance of the component.",
8868
- "values": [
8869
- {
8870
- "name": "ios"
8871
- },
8872
- {
8873
- "name": "md"
8874
- },
8875
- {
8876
- "name": "ionic"
8877
- }
8878
- ]
8879
6645
  }
8880
6646
  ],
8881
6647
  "references": [
@@ -8941,18 +6707,6 @@
8941
6707
  "name": "header",
8942
6708
  "description": "Header to be shown in the toast."
8943
6709
  },
8944
- {
8945
- "name": "hue",
8946
- "description": "Set to `\"bold\"` for a toast with vibrant, bold colors or to `\"subtle\"` for\na toast with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
8947
- "values": [
8948
- {
8949
- "name": "bold"
8950
- },
8951
- {
8952
- "name": "subtle"
8953
- }
8954
- ]
8955
- },
8956
6710
  {
8957
6711
  "name": "icon",
8958
6712
  "description": "The name of the icon to display, or the path to a valid SVG file. See `ion-icon`.\nhttps://ionic.io/ionicons"
@@ -8983,7 +6737,7 @@
8983
6737
  },
8984
6738
  {
8985
6739
  "name": "mode",
8986
- "description": "The mode determines the platform behaviors of the component.",
6740
+ "description": "The mode determines which platform styles to use.",
8987
6741
  "values": [
8988
6742
  {
8989
6743
  "name": "ios"
@@ -9012,21 +6766,6 @@
9012
6766
  "name": "position-anchor",
9013
6767
  "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."
9014
6768
  },
9015
- {
9016
- "name": "shape",
9017
- "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.",
9018
- "values": [
9019
- {
9020
- "name": "rectangular"
9021
- },
9022
- {
9023
- "name": "round"
9024
- },
9025
- {
9026
- "name": "soft"
9027
- }
9028
- ]
9029
- },
9030
6769
  {
9031
6770
  "name": "swipe-gesture",
9032
6771
  "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.",
@@ -9036,24 +6775,9 @@
9036
6775
  }
9037
6776
  ]
9038
6777
  },
9039
- {
9040
- "name": "theme",
9041
- "description": "The theme determines the visual appearance of the component.",
9042
- "values": [
9043
- {
9044
- "name": "ios"
9045
- },
9046
- {
9047
- "name": "md"
9048
- },
9049
- {
9050
- "name": "ionic"
9051
- }
9052
- ]
9053
- },
9054
6778
  {
9055
6779
  "name": "translucent",
9056
- "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)."
6780
+ "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)."
9057
6781
  },
9058
6782
  {
9059
6783
  "name": "trigger",
@@ -9174,7 +6898,7 @@
9174
6898
  },
9175
6899
  {
9176
6900
  "name": "mode",
9177
- "description": "The mode determines the platform behaviors of the component.",
6901
+ "description": "The mode determines which platform styles to use.",
9178
6902
  "values": [
9179
6903
  {
9180
6904
  "name": "ios"
@@ -9192,21 +6916,6 @@
9192
6916
  "name": "required",
9193
6917
  "description": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid."
9194
6918
  },
9195
- {
9196
- "name": "theme",
9197
- "description": "The theme determines the visual appearance of the component.",
9198
- "values": [
9199
- {
9200
- "name": "ios"
9201
- },
9202
- {
9203
- "name": "md"
9204
- },
9205
- {
9206
- "name": "ionic"
9207
- }
9208
- ]
9209
- },
9210
6919
  {
9211
6920
  "name": "value",
9212
6921
  "description": "The value of the toggle does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\nit's only used when the toggle participates in a native `<form>`."
@@ -9261,28 +6970,13 @@
9261
6970
  },
9262
6971
  {
9263
6972
  "name": "mode",
9264
- "description": "The mode determines the platform behaviors of the component.",
9265
- "values": [
9266
- {
9267
- "name": "ios"
9268
- },
9269
- {
9270
- "name": "md"
9271
- }
9272
- ]
9273
- },
9274
- {
9275
- "name": "theme",
9276
- "description": "The theme determines the visual appearance of the component.",
6973
+ "description": "The mode determines which platform styles to use.",
9277
6974
  "values": [
9278
6975
  {
9279
6976
  "name": "ios"
9280
6977
  },
9281
6978
  {
9282
6979
  "name": "md"
9283
- },
9284
- {
9285
- "name": "ionic"
9286
6980
  }
9287
6981
  ]
9288
6982
  }