@ionic/core 8.6.6-dev.11753723348.11c41280 → 8.6.6-dev.11754079589.14074817

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 (1084) hide show
  1. package/components/action-sheet.js +9 -13
  2. package/components/alert.js +11 -14
  3. package/components/animation.js +1 -1
  4. package/components/backdrop.js +6 -9
  5. package/components/button.js +10 -41
  6. package/components/buttons.js +8 -11
  7. package/components/capacitor.js +1 -1
  8. package/components/checkbox.js +12 -31
  9. package/components/content.js +12 -14
  10. package/components/data.js +5 -5
  11. package/components/focus-visible.js +1 -23
  12. package/components/framework-delegate.js +1 -3
  13. package/components/hardware-back-button.js +115 -0
  14. package/components/header.js +16 -28
  15. package/components/helpers.js +3 -42
  16. package/components/index5.js +8 -8
  17. package/components/index6.js +3 -3
  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 +5 -5
  38. package/components/ion-datetime-button.js +5 -8
  39. package/components/ion-datetime.js +23 -99
  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 +2 -5
  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 +7 -25
  84. package/components/ion-tab.js +2 -2
  85. package/components/ion-tabs.js +2 -2
  86. package/components/ion-text.js +5 -5
  87. package/components/ion-textarea.js +11 -52
  88. package/components/ion-thumbnail.js +2 -5
  89. package/components/ion-toast.js +12 -37
  90. package/components/ion-toggle.js +17 -74
  91. package/components/ionic-global.js +15 -349
  92. package/components/ios.transition.js +0 -1
  93. package/components/item.js +14 -39
  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 -99
  101. package/components/picker-column-option.js +7 -10
  102. package/components/picker-column.js +8 -43
  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 +5 -10
  107. package/components/radio.js +8 -11
  108. package/components/ripple-effect.js +7 -15
  109. package/components/select-modal.js +4 -4
  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-Bcz4qmJk.js → animation-0T7gKwOt.js} +3 -2
  145. package/dist/cjs/{button-active-1nO6qpCH.js → button-active-C-4ud7Ht.js} +2 -2
  146. package/dist/cjs/{capacitor-CzFst28-.js → capacitor-DmA66EwP.js} +1 -1
  147. package/dist/cjs/{config-DGKt4XfG.js → config-U7OAuj53.js} +1 -1
  148. package/dist/cjs/{data-B3i-krcw.js → data-DRqa6oM4.js} +6 -6
  149. package/dist/{esm/focus-visible-vXpMhGrs.js → cjs/focus-visible-CCvKiLh3.js} +3 -23
  150. package/dist/cjs/{framework-delegate-DfEY5uyC.js → framework-delegate-C7sIJyT5.js} +2 -4
  151. package/dist/cjs/{haptic-DbqPcCc9.js → haptic-ClPPQ_PS.js} +1 -1
  152. package/dist/cjs/hardware-back-button-D90qZxju.js +121 -0
  153. package/dist/cjs/{helpers-DmAvmm2T.js → helpers-BITAzJfi.js} +3 -42
  154. package/dist/cjs/{index-YEjC0pvJ.js → index-BDBT0u4l.js} +3 -3
  155. package/dist/cjs/{index-DPBLiXfW.js → index-CPbAsnJK.js} +2 -2
  156. package/dist/cjs/{index-CaZ3uzAD.js → index-CVa6JE57.js} +2 -2
  157. package/dist/cjs/{index-DcPe_YcG.js → index-CxfLS2mX.js} +12 -12
  158. package/dist/cjs/{index-CmckMMX1.js → index-DODXXb_r.js} +12 -352
  159. package/dist/cjs/index-DkNv4J_i.js +10 -0
  160. package/dist/cjs/{index-DxVhwe3d.js → index-y0QaNtCi.js} +4 -4
  161. package/dist/cjs/index.cjs.js +12 -11
  162. package/dist/cjs/{input-shims-BwdlNkON.js → input-shims-D1Mfgd4s.js} +6 -6
  163. package/dist/cjs/{input.utils-CfjyQhpu.js → input.utils-DSoBEyUu.js} +4 -3
  164. package/dist/cjs/ion-accordion_2.cjs.entry.js +27 -56
  165. package/dist/cjs/ion-action-sheet.cjs.entry.js +18 -21
  166. package/dist/cjs/ion-alert.cjs.entry.js +21 -23
  167. package/dist/cjs/ion-app_8.cjs.entry.js +144 -243
  168. package/dist/cjs/ion-avatar_3.cjs.entry.js +11 -123
  169. package/dist/cjs/ion-back-button.cjs.entry.js +20 -29
  170. package/dist/cjs/ion-backdrop.cjs.entry.js +6 -9
  171. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +16 -52
  172. package/dist/cjs/ion-button_2.cjs.entry.js +11 -43
  173. package/dist/cjs/ion-card_5.cjs.entry.js +29 -53
  174. package/dist/cjs/ion-checkbox.cjs.entry.js +13 -31
  175. package/dist/cjs/ion-chip.cjs.entry.js +7 -48
  176. package/dist/cjs/ion-col_3.cjs.entry.js +10 -13
  177. package/dist/cjs/ion-datetime-button.cjs.entry.js +7 -11
  178. package/dist/cjs/ion-datetime_3.cjs.entry.js +40 -115
  179. package/dist/cjs/ion-fab_3.cjs.entry.js +26 -42
  180. package/dist/cjs/ion-img.cjs.entry.js +3 -7
  181. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +15 -90
  182. package/dist/cjs/ion-input-otp.cjs.entry.js +7 -11
  183. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +13 -51
  184. package/dist/cjs/ion-input.cjs.entry.js +31 -121
  185. package/dist/cjs/ion-item-option_3.cjs.entry.js +19 -48
  186. package/dist/cjs/ion-item_8.cjs.entry.js +46 -106
  187. package/dist/cjs/ion-loading.cjs.entry.js +16 -18
  188. package/dist/cjs/ion-menu_3.cjs.entry.js +27 -45
  189. package/dist/cjs/ion-modal.cjs.entry.js +56 -83
  190. package/dist/cjs/ion-nav_2.cjs.entry.js +10 -13
  191. package/dist/cjs/ion-picker-column-option.cjs.entry.js +8 -12
  192. package/dist/cjs/ion-picker-column.cjs.entry.js +12 -48
  193. package/dist/cjs/ion-picker.cjs.entry.js +6 -10
  194. package/dist/cjs/ion-popover.cjs.entry.js +16 -18
  195. package/dist/cjs/ion-progress-bar.cjs.entry.js +7 -25
  196. package/dist/cjs/ion-radio_2.cjs.entry.js +13 -22
  197. package/dist/cjs/ion-range.cjs.entry.js +10 -14
  198. package/dist/cjs/ion-refresher_2.cjs.entry.js +20 -38
  199. package/dist/cjs/ion-reorder_2.cjs.entry.js +13 -37
  200. package/dist/cjs/ion-ripple-effect.cjs.entry.js +6 -14
  201. package/dist/cjs/ion-route_4.cjs.entry.js +7 -8
  202. package/dist/cjs/ion-searchbar.cjs.entry.js +22 -135
  203. package/dist/cjs/ion-segment-content.cjs.entry.js +2 -2
  204. package/dist/cjs/ion-segment-view.cjs.entry.js +3 -6
  205. package/dist/cjs/ion-segment_2.cjs.entry.js +14 -21
  206. package/dist/cjs/ion-select-modal.cjs.entry.js +9 -8
  207. package/dist/cjs/ion-select_3.cjs.entry.js +39 -130
  208. package/dist/cjs/ion-spinner.cjs.entry.js +6 -28
  209. package/dist/cjs/ion-split-pane.cjs.entry.js +8 -11
  210. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +20 -65
  211. package/dist/cjs/ion-tab_2.cjs.entry.js +7 -8
  212. package/dist/cjs/ion-text.cjs.entry.js +5 -5
  213. package/dist/cjs/ion-textarea.cjs.entry.js +15 -55
  214. package/dist/cjs/ion-toast.cjs.entry.js +42 -65
  215. package/dist/cjs/ion-toggle.cjs.entry.js +22 -79
  216. package/dist/cjs/ionic.cjs.js +2 -2
  217. package/dist/cjs/{ios.transition-BMRClUxZ.js → ios.transition-baEy2tr4.js} +5 -6
  218. package/dist/cjs/{keyboard-Chl5cusY.js → keyboard-UuAS4D_9.js} +1 -1
  219. package/dist/cjs/{keyboard-controller-yLvXRMuh.js → keyboard-controller-GXBiBRKS.js} +3 -4
  220. package/dist/cjs/{keyboard-nXDIskl9.js → keyboard-hHzlEQpk.js} +3 -3
  221. package/dist/cjs/loader.cjs.js +2 -2
  222. package/dist/cjs/{md.transition-D2ZL4jgW.js → md.transition-Bvc-JrM5.js} +5 -5
  223. package/dist/cjs/{notch-controller-S50JyZJs.js → notch-controller-BAbqGXRi.js} +2 -2
  224. package/dist/cjs/{overlays-DbrifhWu.js → overlays-C7qzO8d7.js} +9 -104
  225. package/dist/cjs/{status-tap-DMaRrHIS.js → status-tap-Db3WeCkO.js} +3 -4
  226. package/dist/cjs/{swipe-back-CEVlQT7C.js → swipe-back-D_VN6H9r.js} +2 -3
  227. package/dist/collection/collection-manifest.json +0 -1
  228. package/dist/collection/components/accordion/accordion.ios.css +58 -73
  229. package/dist/collection/components/accordion/accordion.js +26 -36
  230. package/dist/collection/components/accordion/accordion.md.css +59 -67
  231. package/dist/collection/components/accordion-group/accordion-group.ios.css +4 -16
  232. package/dist/collection/components/accordion-group/accordion-group.js +8 -44
  233. package/dist/collection/components/accordion-group/accordion-group.md.css +4 -22
  234. package/dist/collection/components/action-sheet/action-sheet.ios.css +6 -18
  235. package/dist/collection/components/action-sheet/action-sheet.js +11 -15
  236. package/dist/collection/components/action-sheet/action-sheet.md.css +5 -17
  237. package/dist/collection/components/alert/alert.ios.css +1 -19
  238. package/dist/collection/components/alert/alert.js +13 -16
  239. package/dist/collection/components/alert/alert.md.css +1 -19
  240. package/dist/collection/components/app/app.js +78 -15
  241. package/dist/collection/components/avatar/avatar.ios.css +33 -7
  242. package/dist/collection/components/avatar/avatar.js +4 -120
  243. package/dist/collection/components/avatar/avatar.md.css +0 -51
  244. package/dist/collection/components/back-button/back-button.ios.css +48 -60
  245. package/dist/collection/components/back-button/back-button.js +19 -27
  246. package/dist/collection/components/back-button/back-button.md.css +48 -60
  247. package/dist/collection/components/backdrop/backdrop.ios.css +19 -56
  248. package/dist/collection/components/backdrop/backdrop.js +6 -12
  249. package/dist/collection/components/backdrop/backdrop.md.css +19 -56
  250. package/dist/collection/components/badge/badge.ios.css +12 -139
  251. package/dist/collection/components/badge/badge.js +9 -145
  252. package/dist/collection/components/badge/badge.md.css +12 -123
  253. package/dist/collection/components/breadcrumb/breadcrumb.ios.css +8 -20
  254. package/dist/collection/components/breadcrumb/breadcrumb.js +11 -43
  255. package/dist/collection/components/breadcrumb/breadcrumb.md.css +8 -20
  256. package/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +0 -6
  257. package/dist/collection/components/breadcrumbs/breadcrumbs.js +9 -11
  258. package/dist/collection/components/breadcrumbs/breadcrumbs.md.css +0 -6
  259. package/dist/collection/components/button/button.ios.css +46 -135
  260. package/dist/collection/components/button/button.js +17 -48
  261. package/dist/collection/components/button/button.md.css +50 -126
  262. package/dist/collection/components/buttons/buttons.ios.css +7 -59
  263. package/dist/collection/components/buttons/buttons.js +9 -15
  264. package/dist/collection/components/buttons/buttons.md.css +3 -55
  265. package/dist/collection/components/card/card.ios.css +14 -65
  266. package/dist/collection/components/card/card.js +10 -41
  267. package/dist/collection/components/card/card.md.css +14 -65
  268. package/dist/collection/components/card-content/card-content.ios.css +1 -16
  269. package/dist/collection/components/card-content/card-content.js +8 -11
  270. package/dist/collection/components/card-content/card-content.md.css +1 -16
  271. package/dist/collection/components/card-header/card-header.ios.css +15 -27
  272. package/dist/collection/components/card-header/card-header.js +10 -13
  273. package/dist/collection/components/card-header/card-header.md.css +15 -27
  274. package/dist/collection/components/card-subtitle/card-subtitle.ios.css +0 -12
  275. package/dist/collection/components/card-subtitle/card-subtitle.js +8 -11
  276. package/dist/collection/components/card-subtitle/card-subtitle.md.css +0 -12
  277. package/dist/collection/components/card-title/card-title.ios.css +0 -73
  278. package/dist/collection/components/card-title/card-title.js +8 -11
  279. package/dist/collection/components/card-title/card-title.md.css +0 -73
  280. package/dist/collection/components/checkbox/checkbox.ios.css +101 -161
  281. package/dist/collection/components/checkbox/checkbox.js +14 -70
  282. package/dist/collection/components/checkbox/checkbox.md.css +102 -162
  283. package/dist/collection/components/chip/chip.ios.css +14 -67
  284. package/dist/collection/components/chip/chip.js +8 -108
  285. package/dist/collection/components/chip/chip.md.css +14 -67
  286. package/dist/collection/components/col/col.css +0 -12
  287. package/dist/collection/components/col/col.js +5 -9
  288. package/dist/collection/components/content/content.css +2 -8
  289. package/dist/collection/components/content/content.js +11 -16
  290. package/dist/collection/components/datetime/datetime.ios.css +86 -242
  291. package/dist/collection/components/datetime/datetime.js +22 -99
  292. package/dist/collection/components/datetime/datetime.md.css +86 -242
  293. package/dist/collection/components/datetime/utils/data.js +5 -5
  294. package/dist/collection/components/datetime-button/datetime-button.ios.css +0 -6
  295. package/dist/collection/components/datetime-button/datetime-button.js +8 -11
  296. package/dist/collection/components/datetime-button/datetime-button.md.css +0 -6
  297. package/dist/collection/components/fab/fab.css +1 -25
  298. package/dist/collection/components/fab/fab.js +5 -9
  299. package/dist/collection/components/fab-button/fab-button.ios.css +6 -18
  300. package/dist/collection/components/fab-button/fab-button.js +21 -36
  301. package/dist/collection/components/fab-button/fab-button.md.css +8 -20
  302. package/dist/collection/components/fab-list/fab-list.css +0 -12
  303. package/dist/collection/components/fab-list/fab-list.js +5 -9
  304. package/dist/collection/components/footer/footer.ios.css +2 -14
  305. package/dist/collection/components/footer/footer.js +16 -21
  306. package/dist/collection/components/footer/footer.md.css +0 -12
  307. package/dist/collection/components/grid/grid.css +0 -12
  308. package/dist/collection/components/grid/grid.js +5 -9
  309. package/dist/collection/components/header/header.ios.css +10 -25
  310. package/dist/collection/components/header/header.js +18 -49
  311. package/dist/collection/components/header/header.md.css +8 -23
  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 -106
  321. package/dist/collection/components/input-otp/input-otp.js +5 -7
  322. package/dist/collection/components/input-otp/input-otp.md.css +60 -106
  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 +19 -43
  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 -44
  376. package/dist/collection/components/picker-column-option/picker-column-option.ios.css +2 -8
  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 +2 -8
  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 +18 -42
  395. package/dist/collection/components/radio-group/radio-group.js +5 -13
  396. package/dist/collection/components/radio-group/radio-group.md.css +18 -42
  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 -12
  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 +54 -157
  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 +3 -3
  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 -79
  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 +8 -44
  455. package/dist/collection/components/tab-button/tab-button.md.css +93 -137
  456. package/dist/collection/components/tabs/tabs.css +1 -7
  457. package/dist/collection/components/tabs/tabs.js +1 -4
  458. package/dist/collection/components/text/text.css +0 -6
  459. package/dist/collection/components/text/text.js +6 -7
  460. package/dist/collection/components/textarea/textarea.ios.css +139 -275
  461. package/dist/collection/components/textarea/textarea.js +16 -76
  462. package/dist/collection/components/textarea/textarea.md.css +140 -288
  463. package/dist/collection/components/thumbnail/thumbnail.css +0 -6
  464. package/dist/collection/components/thumbnail/thumbnail.js +2 -9
  465. package/dist/collection/components/title/title.ios.css +4 -32
  466. package/dist/collection/components/title/title.js +7 -13
  467. package/dist/collection/components/title/title.md.css +4 -32
  468. package/dist/collection/components/toast/animations/utils.js +1 -1
  469. package/dist/collection/components/toast/toast.ios.css +45 -84
  470. package/dist/collection/components/toast/toast.js +12 -75
  471. package/dist/collection/components/toast/toast.md.css +45 -84
  472. package/dist/collection/components/toggle/toggle.ios.css +131 -247
  473. package/dist/collection/components/toggle/toggle.js +18 -73
  474. package/dist/collection/components/toggle/toggle.md.css +131 -244
  475. package/dist/collection/components/toolbar/toolbar.ios.css +47 -90
  476. package/dist/collection/components/toolbar/toolbar.js +13 -157
  477. package/dist/collection/components/toolbar/toolbar.md.css +47 -90
  478. package/dist/collection/global/ionic-global.js +13 -228
  479. package/dist/collection/utils/focus-visible.js +0 -22
  480. package/dist/collection/utils/framework-delegate.js +1 -3
  481. package/dist/collection/utils/helpers.js +2 -42
  482. package/dist/collection/utils/keyboard/keyboard-controller.js +1 -3
  483. package/dist/collection/utils/menu-controller/animations/overlay.js +3 -3
  484. package/dist/collection/utils/menu-controller/animations/push.js +1 -2
  485. package/dist/collection/utils/menu-controller/animations/reveal.js +1 -2
  486. package/dist/collection/utils/overlays.js +1 -99
  487. package/dist/collection/utils/test/playwright/generator.js +23 -48
  488. package/dist/collection/utils/test/playwright/page/utils/goto.js +5 -14
  489. package/dist/collection/utils/test/playwright/page/utils/set-content.js +3 -24
  490. package/dist/collection/utils/transition/ios.transition.js +0 -1
  491. package/dist/docs.json +359 -7916
  492. package/dist/esm/{animation-Cgfm6Out.js → animation-BWcUKtbn.js} +2 -1
  493. package/dist/esm/{button-active-DvzVF2u_.js → button-active-Bxcnevju.js} +2 -2
  494. package/dist/esm/{capacitor-Dvc8Ydvg.js → capacitor-CFERIeaU.js} +1 -1
  495. package/dist/esm/{config-DwiPHIF5.js → config-AaTyISnm.js} +1 -1
  496. package/dist/esm/{data-HHZs0eLV.js → data-GIsHsYIB.js} +6 -6
  497. package/dist/{cjs/focus-visible-BIj-I3-C.js → esm/focus-visible-BmVRXR1y.js} +1 -27
  498. package/dist/esm/{framework-delegate-B4Rily6A.js → framework-delegate-DxcnWic_.js} +2 -4
  499. package/dist/esm/{haptic-ZZTn7IWt.js → haptic-DzAMWJuk.js} +1 -1
  500. package/dist/esm/hardware-back-button-DcH0BbDp.js +115 -0
  501. package/dist/esm/{helpers-D_90HVv6.js → helpers-1O4D2b7y.js} +3 -42
  502. package/dist/esm/{index-CFd-a2gp.js → index-BLV6ykCk.js} +3 -3
  503. package/dist/esm/{index-BBrR3goV.js → index-B_U9CtaY.js} +13 -347
  504. package/dist/esm/{index-ByqmqxGO.js → index-BlJTBdxG.js} +2 -2
  505. package/dist/esm/{index-k4x4i7EL.js → index-CWbP1eJz.js} +3 -3
  506. package/dist/esm/{index-D4D_NUAr.js → index-D8sncTHY.js} +10 -10
  507. package/dist/esm/{index-BoSPzYKk.js → index-DfBA5ztX.js} +4 -4
  508. package/dist/esm/index-ZjP4CjeZ.js +7 -0
  509. package/dist/esm/index.js +12 -11
  510. package/dist/esm/{input-shims-DEtEJcaS.js → input-shims-C3lNp93k.js} +6 -6
  511. package/dist/esm/{input.utils-DNE0LB5g.js → input.utils-zWijNCrx.js} +3 -2
  512. package/dist/esm/ion-accordion_2.entry.js +27 -56
  513. package/dist/esm/ion-action-sheet.entry.js +18 -21
  514. package/dist/esm/ion-alert.entry.js +21 -23
  515. package/dist/esm/ion-app_8.entry.js +144 -243
  516. package/dist/esm/ion-avatar_3.entry.js +12 -124
  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 +16 -52
  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 +7 -48
  524. package/dist/esm/ion-col_3.entry.js +10 -13
  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 +26 -42
  528. package/dist/esm/ion-img.entry.js +3 -7
  529. package/dist/esm/ion-infinite-scroll_2.entry.js +15 -90
  530. package/dist/esm/ion-input-otp.entry.js +7 -11
  531. package/dist/esm/ion-input-password-toggle.entry.js +13 -51
  532. package/dist/esm/ion-input.entry.js +31 -121
  533. package/dist/esm/ion-item-option_3.entry.js +19 -48
  534. package/dist/esm/ion-item_8.entry.js +46 -106
  535. package/dist/esm/ion-loading.entry.js +16 -18
  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 +8 -12
  540. package/dist/esm/ion-picker-column.entry.js +11 -47
  541. package/dist/esm/ion-picker.entry.js +6 -10
  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 +13 -22
  545. package/dist/esm/ion-range.entry.js +10 -14
  546. package/dist/esm/ion-refresher_2.entry.js +20 -38
  547. package/dist/esm/ion-reorder_2.entry.js +13 -37
  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 +23 -136
  551. package/dist/esm/ion-segment-content.entry.js +2 -2
  552. package/dist/esm/ion-segment-view.entry.js +3 -6
  553. package/dist/esm/ion-segment_2.entry.js +14 -21
  554. package/dist/esm/ion-select-modal.entry.js +9 -8
  555. package/dist/esm/ion-select_3.entry.js +39 -130
  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 +20 -65
  559. package/dist/esm/ion-tab_2.entry.js +7 -8
  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 +18 -41
  563. package/dist/esm/ion-toggle.entry.js +22 -79
  564. package/dist/esm/ionic.js +3 -3
  565. package/dist/esm/{ios.transition-C_-UP8wE.js → ios.transition-BmXtMRXZ.js} +5 -6
  566. package/dist/esm/{keyboard-Cvigb3Rv.js → keyboard-CUw4ekVy.js} +1 -1
  567. package/dist/esm/{keyboard-controller-lts2Pswq.js → keyboard-controller-BaaVITYt.js} +3 -4
  568. package/dist/esm/{keyboard-BsZp3qPH.js → keyboard-ywgs5efA.js} +3 -3
  569. package/dist/esm/loader.js +3 -3
  570. package/dist/esm/{md.transition-BDWkLsNw.js → md.transition-CLI683c7.js} +5 -5
  571. package/dist/esm/{notch-controller-ClKrf2l9.js → notch-controller-C5LPspO8.js} +2 -2
  572. package/dist/esm/{overlays-DDeOq6un.js → overlays-B9c8xDgx.js} +6 -101
  573. package/dist/esm/{status-tap-DLatL9pG.js → status-tap-7t9T91bG.js} +3 -4
  574. package/dist/esm/{swipe-back-YYylMb0l.js → swipe-back-VdaUzLWy.js} +2 -3
  575. package/dist/html.html-data.json +228 -2510
  576. package/dist/ionic/index.esm.js +1 -1
  577. package/dist/ionic/ionic.esm.js +1 -1
  578. package/dist/ionic/p-0fc6fc38.entry.js +4 -0
  579. package/dist/ionic/p-15fd6748.entry.js +4 -0
  580. package/dist/ionic/p-1739f5f2.entry.js +4 -0
  581. package/dist/ionic/p-18f1813b.entry.js +4 -0
  582. package/dist/ionic/p-26d0d48c.entry.js +4 -0
  583. package/dist/ionic/p-2bc871ee.entry.js +4 -0
  584. package/dist/ionic/p-2c6c6991.entry.js +4 -0
  585. package/dist/ionic/p-2cfd6b61.entry.js +4 -0
  586. package/dist/ionic/p-35c4a63f.entry.js +4 -0
  587. package/dist/ionic/p-3c855fa9.entry.js +4 -0
  588. package/dist/ionic/p-4b7d1f35.entry.js +4 -0
  589. package/dist/ionic/p-4d61f20b.entry.js +4 -0
  590. package/dist/ionic/p-5484cc68.entry.js +4 -0
  591. package/dist/ionic/p-5f671887.entry.js +4 -0
  592. package/dist/ionic/p-73d7ad90.entry.js +4 -0
  593. package/dist/ionic/p-76b697a3.entry.js +4 -0
  594. package/dist/ionic/p-7821a95f.entry.js +4 -0
  595. package/dist/ionic/{p-D-g7JYuH.js → p-7qk7mxdr.js} +1 -1
  596. package/dist/ionic/p-8957540a.entry.js +4 -0
  597. package/dist/ionic/p-89b13ae2.entry.js +4 -0
  598. package/dist/ionic/p-8a8ef46b.entry.js +4 -0
  599. package/dist/ionic/p-8c674371.entry.js +4 -0
  600. package/dist/ionic/p-8f2f76e0.entry.js +4 -0
  601. package/dist/ionic/p-91bde659.entry.js +4 -0
  602. package/dist/ionic/p-97667b9c.entry.js +4 -0
  603. package/dist/ionic/p-9b46b31b.entry.js +4 -0
  604. package/dist/ionic/p-9eeaBrnk.js +4 -0
  605. package/dist/ionic/p-B1MNHTYX.js +4 -0
  606. package/dist/ionic/p-B3XSxWNQ.js +4 -0
  607. package/dist/ionic/{p-CFd-a2gp.js → p-BLV6ykCk.js} +1 -1
  608. package/dist/ionic/p-BROiNJRB.js +4 -0
  609. package/dist/ionic/p-B_U9CtaY.js +5 -0
  610. package/dist/ionic/p-BhLqfMrf.js +4 -0
  611. package/dist/ionic/p-BmQduG8c.js +4 -0
  612. package/dist/ionic/p-BmVRXR1y.js +4 -0
  613. package/dist/ionic/p-CIGNaXM1.js +4 -0
  614. package/dist/ionic/{p-BuAY53fC.js → p-CKvCXMs9.js} +1 -1
  615. package/dist/ionic/p-CL-KfWxq.js +4 -0
  616. package/dist/ionic/{p-DIZM2shZ.js → p-CPgXVSua.js} +1 -1
  617. package/dist/ionic/p-CRiGyYOA.js +4 -0
  618. package/dist/ionic/p-CbI9XwwW.js +4 -0
  619. package/dist/ionic/p-CtWGkNnJ.js +4 -0
  620. package/dist/ionic/p-D-7TeYC4.js +4 -0
  621. package/dist/ionic/{p-Bi_aZreq.js → p-D13Eaw-8.js} +1 -1
  622. package/dist/ionic/p-DCfS5Jk_.js +4 -0
  623. package/dist/ionic/p-DgdWETCP.js +4 -0
  624. package/dist/ionic/p-Do-uqmtX.js +4 -0
  625. package/dist/ionic/p-DzH0J0yi.js +4 -0
  626. package/dist/ionic/p-GOP-p4rH.js +4 -0
  627. package/dist/ionic/p-QwEXyOze.js +4 -0
  628. package/dist/ionic/p-ZjP4CjeZ.js +4 -0
  629. package/dist/ionic/p-a2a19cce.entry.js +4 -0
  630. package/dist/ionic/p-a6282370.entry.js +4 -0
  631. package/dist/ionic/p-a92bfa13.entry.js +4 -0
  632. package/dist/ionic/{p-b2fe9962.entry.js → p-a9ac80bd.entry.js} +1 -1
  633. package/dist/ionic/p-a9f99c74.entry.js +4 -0
  634. package/dist/ionic/p-aa8956c2.entry.js +4 -0
  635. package/dist/ionic/p-b2eebf52.entry.js +4 -0
  636. package/dist/ionic/p-b758a177.entry.js +4 -0
  637. package/dist/ionic/p-b9ba04ca.entry.js +4 -0
  638. package/dist/ionic/p-b9f79efc.entry.js +4 -0
  639. package/dist/ionic/p-bNmY-WfR.js +4 -0
  640. package/dist/ionic/p-c0335397.entry.js +4 -0
  641. package/dist/ionic/p-c4912ca5.entry.js +4 -0
  642. package/dist/ionic/p-c884d7e3.entry.js +4 -0
  643. package/dist/ionic/p-ce016b13.entry.js +4 -0
  644. package/dist/ionic/p-ce94f09b.entry.js +4 -0
  645. package/dist/ionic/p-cf632ee2.entry.js +4 -0
  646. package/dist/ionic/p-d333541f.entry.js +4 -0
  647. package/dist/ionic/p-d47b85ea.entry.js +4 -0
  648. package/dist/ionic/p-d8ed5df0.entry.js +4 -0
  649. package/dist/ionic/p-da4a9096.entry.js +4 -0
  650. package/dist/ionic/p-e1260ed5.entry.js +4 -0
  651. package/dist/ionic/p-e90652a0.entry.js +4 -0
  652. package/dist/ionic/p-ef939868.entry.js +4 -0
  653. package/dist/ionic/{p-eZzo_1L1.js → p-ei_RiGrl.js} +1 -1
  654. package/dist/ionic/p-f83db8cd.entry.js +4 -0
  655. package/dist/ionic/p-fb74fc38.entry.js +4 -0
  656. package/dist/ionic/p-fbc5481b.entry.js +4 -0
  657. package/dist/ionic/p-fcc7437b.entry.js +4 -0
  658. package/dist/ionic/svg/accessibility-outline.svg +1 -1
  659. package/dist/ionic/svg/accessibility-sharp.svg +1 -1
  660. package/dist/ionic/svg/accessibility.svg +1 -1
  661. package/dist/ionic/svg/bag-add-outline.svg +1 -1
  662. package/dist/ionic/svg/bag-add-sharp.svg +1 -1
  663. package/dist/ionic/svg/bag-add.svg +1 -1
  664. package/dist/ionic/svg/bag-check-outline.svg +1 -1
  665. package/dist/ionic/svg/bag-check-sharp.svg +1 -1
  666. package/dist/ionic/svg/bag-check.svg +1 -1
  667. package/dist/ionic/svg/bag-handle-outline.svg +1 -1
  668. package/dist/ionic/svg/bag-handle-sharp.svg +1 -1
  669. package/dist/ionic/svg/bag-handle.svg +1 -1
  670. package/dist/ionic/svg/bag-outline.svg +1 -1
  671. package/dist/ionic/svg/bag-remove-outline.svg +1 -1
  672. package/dist/ionic/svg/bag-remove-sharp.svg +1 -1
  673. package/dist/ionic/svg/bag-remove.svg +1 -1
  674. package/dist/ionic/svg/bag-sharp.svg +1 -1
  675. package/dist/ionic/svg/bag.svg +1 -1
  676. package/dist/ionic/svg/balloon-outline.svg +1 -1
  677. package/dist/ionic/svg/balloon-sharp.svg +1 -1
  678. package/dist/ionic/svg/balloon.svg +1 -1
  679. package/dist/ionic/svg/ban-outline.svg +1 -1
  680. package/dist/ionic/svg/ban-sharp.svg +1 -1
  681. package/dist/ionic/svg/ban.svg +1 -1
  682. package/dist/ionic/svg/body-outline.svg +1 -1
  683. package/dist/ionic/svg/bowling-ball-outline.svg +1 -1
  684. package/dist/ionic/svg/bowling-ball-sharp.svg +1 -1
  685. package/dist/ionic/svg/bowling-ball.svg +1 -1
  686. package/dist/ionic/svg/calendar-clear-outline.svg +1 -1
  687. package/dist/ionic/svg/calendar-clear-sharp.svg +1 -1
  688. package/dist/ionic/svg/calendar-clear.svg +1 -1
  689. package/dist/ionic/svg/calendar-number-outline.svg +1 -1
  690. package/dist/ionic/svg/calendar-number-sharp.svg +1 -1
  691. package/dist/ionic/svg/calendar-number.svg +1 -1
  692. package/dist/ionic/svg/calendar-outline.svg +1 -1
  693. package/dist/ionic/svg/calendar-sharp.svg +1 -1
  694. package/dist/ionic/svg/calendar.svg +1 -1
  695. package/dist/ionic/svg/chevron-collapse-outline.svg +1 -1
  696. package/dist/ionic/svg/chevron-collapse-sharp.svg +1 -1
  697. package/dist/ionic/svg/chevron-collapse.svg +1 -1
  698. package/dist/ionic/svg/chevron-expand-outline.svg +1 -1
  699. package/dist/ionic/svg/chevron-expand-sharp.svg +1 -1
  700. package/dist/ionic/svg/chevron-expand.svg +1 -1
  701. package/dist/ionic/svg/color-wand-outline.svg +1 -1
  702. package/dist/ionic/svg/color-wand.svg +1 -1
  703. package/dist/ionic/svg/diamond-outline.svg +1 -1
  704. package/dist/ionic/svg/diamond-sharp.svg +1 -1
  705. package/dist/ionic/svg/diamond.svg +1 -1
  706. package/dist/ionic/svg/dice-outline.svg +1 -1
  707. package/dist/ionic/svg/dice-sharp.svg +1 -1
  708. package/dist/ionic/svg/dice.svg +1 -1
  709. package/dist/ionic/svg/document-lock-outline.svg +1 -1
  710. package/dist/ionic/svg/document-lock-sharp.svg +1 -1
  711. package/dist/ionic/svg/document-lock.svg +1 -1
  712. package/dist/ionic/svg/extension-puzzle-outline.svg +1 -1
  713. package/dist/ionic/svg/extension-puzzle-sharp.svg +1 -1
  714. package/dist/ionic/svg/extension-puzzle.svg +1 -1
  715. package/dist/ionic/svg/filter-circle-outline.svg +1 -1
  716. package/dist/ionic/svg/filter-circle-sharp.svg +1 -1
  717. package/dist/ionic/svg/filter-circle.svg +1 -1
  718. package/dist/ionic/svg/fish-outline.svg +1 -1
  719. package/dist/ionic/svg/fish-sharp.svg +1 -1
  720. package/dist/ionic/svg/fish.svg +1 -1
  721. package/dist/ionic/svg/footsteps-outline.svg +1 -1
  722. package/dist/ionic/svg/footsteps-sharp.svg +1 -1
  723. package/dist/ionic/svg/footsteps.svg +1 -1
  724. package/dist/ionic/svg/id-card-outline.svg +1 -1
  725. package/dist/ionic/svg/id-card-sharp.svg +1 -1
  726. package/dist/ionic/svg/id-card.svg +1 -1
  727. package/dist/ionic/svg/invert-mode-outline.svg +1 -1
  728. package/dist/ionic/svg/invert-mode-sharp.svg +1 -1
  729. package/dist/ionic/svg/invert-mode.svg +1 -1
  730. package/dist/ionic/svg/logo-alipay.svg +1 -1
  731. package/dist/ionic/svg/logo-android.svg +1 -1
  732. package/dist/ionic/svg/logo-apple-ar.svg +1 -1
  733. package/dist/ionic/svg/logo-behance.svg +1 -1
  734. package/dist/ionic/svg/logo-bitbucket.svg +1 -1
  735. package/dist/ionic/svg/logo-deviantart.svg +1 -1
  736. package/dist/ionic/svg/logo-discord.svg +1 -1
  737. package/dist/ionic/svg/logo-docker.svg +1 -1
  738. package/dist/ionic/svg/logo-edge.svg +1 -1
  739. package/dist/ionic/svg/logo-facebook.svg +1 -1
  740. package/dist/ionic/svg/logo-figma.svg +1 -1
  741. package/dist/ionic/svg/logo-firebase.svg +1 -1
  742. package/dist/ionic/svg/logo-gitlab.svg +1 -1
  743. package/dist/ionic/svg/logo-ionic.svg +1 -1
  744. package/dist/ionic/svg/logo-mastodon.svg +1 -1
  745. package/dist/ionic/svg/logo-medium.svg +1 -1
  746. package/dist/ionic/svg/logo-microsoft.svg +1 -1
  747. package/dist/ionic/svg/logo-npm.svg +1 -1
  748. package/dist/ionic/svg/logo-paypal.svg +1 -1
  749. package/dist/ionic/svg/logo-soundcloud.svg +1 -1
  750. package/dist/ionic/svg/logo-tableau.svg +1 -1
  751. package/dist/ionic/svg/logo-tiktok.svg +1 -1
  752. package/dist/ionic/svg/logo-venmo.svg +1 -1
  753. package/dist/ionic/svg/logo-vercel.svg +1 -1
  754. package/dist/ionic/svg/logo-wechat.svg +1 -1
  755. package/dist/ionic/svg/logo-yahoo.svg +1 -1
  756. package/dist/ionic/svg/prism-outline.svg +1 -1
  757. package/dist/ionic/svg/prism-sharp.svg +1 -1
  758. package/dist/ionic/svg/prism.svg +1 -1
  759. package/dist/ionic/svg/scale-outline.svg +1 -1
  760. package/dist/ionic/svg/scale-sharp.svg +1 -1
  761. package/dist/ionic/svg/scale.svg +1 -1
  762. package/dist/ionic/svg/server-outline.svg +1 -1
  763. package/dist/ionic/svg/server-sharp.svg +1 -1
  764. package/dist/ionic/svg/server.svg +1 -1
  765. package/dist/ionic/svg/shield-half-outline.svg +1 -1
  766. package/dist/ionic/svg/shield-half-sharp.svg +1 -1
  767. package/dist/ionic/svg/shield-half.svg +1 -1
  768. package/dist/ionic/svg/sparkles-outline.svg +1 -1
  769. package/dist/ionic/svg/sparkles-sharp.svg +1 -1
  770. package/dist/ionic/svg/sparkles.svg +1 -1
  771. package/dist/ionic/svg/storefront-outline.svg +1 -1
  772. package/dist/ionic/svg/storefront-sharp.svg +1 -1
  773. package/dist/ionic/svg/storefront.svg +1 -1
  774. package/dist/ionic/svg/telescope-outline.svg +1 -1
  775. package/dist/ionic/svg/telescope-sharp.svg +1 -1
  776. package/dist/ionic/svg/telescope.svg +1 -1
  777. package/dist/ionic/svg/ticket-outline.svg +1 -1
  778. package/dist/ionic/svg/ticket-sharp.svg +1 -1
  779. package/dist/ionic/svg/ticket.svg +1 -1
  780. package/dist/ionic/svg/today-outline.svg +1 -1
  781. package/dist/ionic/svg/today-sharp.svg +1 -1
  782. package/dist/ionic/svg/today.svg +1 -1
  783. package/dist/ionic/svg/unlink-outline.svg +1 -1
  784. package/dist/ionic/svg/unlink-sharp.svg +1 -1
  785. package/dist/ionic/svg/unlink.svg +1 -1
  786. package/dist/ionic/svg/videocam-off-outline.svg +1 -1
  787. package/dist/ionic/svg/videocam-off-sharp.svg +1 -1
  788. package/dist/ionic/svg/videocam-off.svg +1 -1
  789. package/dist/ionic/svg/wifi-outline.svg +1 -1
  790. package/dist/ionic/svg/wifi-sharp.svg +1 -1
  791. package/dist/ionic/svg/wifi.svg +1 -1
  792. package/dist/types/components/accordion/accordion.d.ts +3 -5
  793. package/dist/types/components/accordion-group/accordion-group.d.ts +1 -12
  794. package/dist/types/components/action-sheet/action-sheet-interface.d.ts +7 -3
  795. package/dist/types/components/action-sheet/action-sheet.d.ts +2 -3
  796. package/dist/types/components/alert/alert-interface.d.ts +7 -3
  797. package/dist/types/components/alert/alert.d.ts +2 -3
  798. package/dist/types/components/app/app.d.ts +2 -4
  799. package/dist/types/components/avatar/avatar.d.ts +0 -32
  800. package/dist/types/components/back-button/back-button.d.ts +1 -2
  801. package/dist/types/components/backdrop/backdrop.d.ts +0 -4
  802. package/dist/types/components/badge/badge.d.ts +1 -34
  803. package/dist/types/components/breadcrumb/breadcrumb.d.ts +1 -4
  804. package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +2 -2
  805. package/dist/types/components/button/button.d.ts +6 -19
  806. package/dist/types/components/buttons/buttons.d.ts +1 -5
  807. package/dist/types/components/card/card.d.ts +1 -8
  808. package/dist/types/components/card-content/card-content.d.ts +1 -2
  809. package/dist/types/components/card-header/card-header.d.ts +2 -3
  810. package/dist/types/components/card-subtitle/card-subtitle.d.ts +1 -2
  811. package/dist/types/components/card-title/card-title.d.ts +1 -2
  812. package/dist/types/components/checkbox/checkbox.d.ts +4 -14
  813. package/dist/types/components/chip/chip.d.ts +1 -26
  814. package/dist/types/components/col/col.d.ts +0 -4
  815. package/dist/types/components/content/content.d.ts +0 -3
  816. package/dist/types/components/datetime/datetime.d.ts +1 -26
  817. package/dist/types/components/datetime/utils/data.d.ts +5 -5
  818. package/dist/types/components/datetime-button/datetime-button.d.ts +1 -2
  819. package/dist/types/components/fab/fab.d.ts +0 -4
  820. package/dist/types/components/fab-button/fab-button.d.ts +3 -5
  821. package/dist/types/components/fab-list/fab-list.d.ts +0 -4
  822. package/dist/types/components/footer/footer.d.ts +3 -4
  823. package/dist/types/components/grid/grid.d.ts +0 -4
  824. package/dist/types/components/header/header.d.ts +3 -9
  825. package/dist/types/components/img/img.d.ts +0 -3
  826. package/dist/types/components/infinite-scroll/infinite-scroll.d.ts +0 -21
  827. package/dist/types/components/infinite-scroll-content/infinite-scroll-content.d.ts +0 -4
  828. package/dist/types/components/input/input.d.ts +5 -31
  829. package/dist/types/components/input-password-toggle/input-password-toggle.d.ts +0 -2
  830. package/dist/types/components/item/item.d.ts +4 -11
  831. package/dist/types/components/item-divider/item-divider.d.ts +1 -2
  832. package/dist/types/components/item-group/item-group.d.ts +0 -4
  833. package/dist/types/components/item-option/item-option.d.ts +1 -18
  834. package/dist/types/components/item-options/item-options.d.ts +0 -4
  835. package/dist/types/components/item-sliding/item-sliding.d.ts +0 -4
  836. package/dist/types/components/label/label.d.ts +1 -2
  837. package/dist/types/components/list/list.d.ts +1 -15
  838. package/dist/types/components/list-header/list-header.d.ts +1 -2
  839. package/dist/types/components/loading/loading-interface.d.ts +7 -2
  840. package/dist/types/components/loading/loading.d.ts +2 -3
  841. package/dist/types/components/menu/menu.d.ts +0 -3
  842. package/dist/types/components/menu-button/menu-button.d.ts +1 -3
  843. package/dist/types/components/menu-toggle/menu-toggle.d.ts +0 -3
  844. package/dist/types/components/modal/gestures/sheet.d.ts +1 -1
  845. package/dist/types/components/modal/modal-interface.d.ts +7 -4
  846. package/dist/types/components/modal/modal.d.ts +1 -11
  847. package/dist/types/components/nav/nav-interface.d.ts +1 -9
  848. package/dist/types/components/nav/nav.d.ts +1 -5
  849. package/dist/types/components/nav-link/nav-link.d.ts +0 -4
  850. package/dist/types/components/note/note.d.ts +1 -2
  851. package/dist/types/components/picker/picker.d.ts +1 -2
  852. package/dist/types/components/picker-column/picker-column.d.ts +1 -9
  853. package/dist/types/components/picker-column-option/picker-column-option.d.ts +0 -4
  854. package/dist/types/components/picker-legacy/picker.d.ts +1 -2
  855. package/dist/types/components/popover/popover-interface.d.ts +6 -3
  856. package/dist/types/components/popover/popover.d.ts +5 -6
  857. package/dist/types/components/progress-bar/progress-bar.d.ts +1 -10
  858. package/dist/types/components/radio/radio.d.ts +1 -2
  859. package/dist/types/components/radio-group/radio-group.d.ts +0 -4
  860. package/dist/types/components/range/range.d.ts +1 -2
  861. package/dist/types/components/refresher/refresher.d.ts +1 -2
  862. package/dist/types/components/refresher-content/refresher-content.d.ts +0 -4
  863. package/dist/types/components/reorder/reorder.d.ts +0 -9
  864. package/dist/types/components/reorder-group/reorder-group.d.ts +0 -4
  865. package/dist/types/components/ripple-effect/ripple-effect.d.ts +0 -4
  866. package/dist/types/components/route/route.d.ts +0 -4
  867. package/dist/types/components/router/router.d.ts +0 -4
  868. package/dist/types/components/router-link/router-link.d.ts +0 -4
  869. package/dist/types/components/router-outlet/router-outlet.d.ts +1 -4
  870. package/dist/types/components/row/row.d.ts +0 -4
  871. package/dist/types/components/searchbar/searchbar.d.ts +9 -51
  872. package/dist/types/components/segment/segment.d.ts +1 -2
  873. package/dist/types/components/segment-button/segment-button.d.ts +1 -2
  874. package/dist/types/components/select/select.d.ts +13 -41
  875. package/dist/types/components/select-option/select-option.d.ts +0 -4
  876. package/dist/types/components/select-popover/select-popover.d.ts +0 -3
  877. package/dist/types/components/skeleton-text/skeleton-text.d.ts +0 -4
  878. package/dist/types/components/spinner/spinner.d.ts +0 -15
  879. package/dist/types/components/split-pane/split-pane.d.ts +0 -4
  880. package/dist/types/components/tab/tab.d.ts +0 -4
  881. package/dist/types/components/tab-bar/tab-bar.d.ts +2 -22
  882. package/dist/types/components/tab-button/tab-button.d.ts +1 -11
  883. package/dist/types/components/tabs/tabs.d.ts +0 -3
  884. package/dist/types/components/text/text.d.ts +1 -2
  885. package/dist/types/components/textarea/textarea.d.ts +4 -17
  886. package/dist/types/components/thumbnail/thumbnail.d.ts +0 -4
  887. package/dist/types/components/title/title.d.ts +0 -4
  888. package/dist/types/components/toast/animations/utils.d.ts +2 -2
  889. package/dist/types/components/toast/toast-interface.d.ts +7 -3
  890. package/dist/types/components/toast/toast.d.ts +2 -19
  891. package/dist/types/components/toggle/toggle.d.ts +1 -15
  892. package/dist/types/components/toolbar/toolbar.d.ts +3 -20
  893. package/dist/types/components.d.ts +198 -1523
  894. package/dist/types/global/ionic-global.d.ts +2 -27
  895. package/dist/types/interface.d.ts +0 -3
  896. package/dist/types/utils/config.d.ts +2 -106
  897. package/dist/types/utils/focus-visible.d.ts +0 -13
  898. package/dist/types/utils/helpers.d.ts +0 -11
  899. package/dist/types/utils/overlays-interface.d.ts +1 -31
  900. package/dist/types/utils/test/playwright/generator.d.ts +2 -31
  901. package/hydrate/index.js +901 -2934
  902. package/hydrate/index.mjs +901 -2934
  903. package/package.json +4 -9
  904. package/components/caret-down.js +0 -6
  905. package/components/caret-left.js +0 -6
  906. package/components/caret-right.js +0 -6
  907. package/components/ion-divider.d.ts +0 -11
  908. package/components/ion-divider.js +0 -70
  909. package/components/list2.js +0 -6
  910. package/components/x.js +0 -6
  911. package/css/ionic/bundle.ionic.css +0 -1
  912. package/css/ionic/bundle.ionic.css.map +0 -1
  913. package/css/ionic/core.ionic.css +0 -1
  914. package/css/ionic/core.ionic.css.map +0 -1
  915. package/css/ionic/global.bundle.ionic.css +0 -1
  916. package/css/ionic/global.bundle.ionic.css.map +0 -1
  917. package/css/ionic/ionic-swiper.ionic.css +0 -1
  918. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  919. package/css/ionic/link.ionic.css +0 -1
  920. package/css/ionic/link.ionic.css.map +0 -1
  921. package/css/ionic/structure.ionic.css +0 -1
  922. package/css/ionic/structure.ionic.css.map +0 -1
  923. package/css/ionic/typography.ionic.css +0 -1
  924. package/css/ionic/typography.ionic.css.map +0 -1
  925. package/css/ionic/utils.bundle.ionic.css +0 -1
  926. package/css/ionic/utils.bundle.ionic.css.map +0 -1
  927. package/dist/cjs/caret-down-vtVgfXIs.js +0 -8
  928. package/dist/cjs/caret-left-CxZXLRv5.js +0 -8
  929. package/dist/cjs/caret-right-CRCgv98E.js +0 -8
  930. package/dist/cjs/ion-divider.cjs.entry.js +0 -50
  931. package/dist/cjs/list-a-7GSA6K.js +0 -8
  932. package/dist/cjs/x-BTF99yFH.js +0 -8
  933. package/dist/collection/components/accordion/accordion.ionic.css +0 -197
  934. package/dist/collection/components/accordion-group/accordion-group.ionic.css +0 -95
  935. package/dist/collection/components/avatar/avatar.ionic.css +0 -365
  936. package/dist/collection/components/backdrop/backdrop.ionic.css +0 -111
  937. package/dist/collection/components/badge/badge.ionic.css +0 -277
  938. package/dist/collection/components/button/button.ionic.css +0 -622
  939. package/dist/collection/components/buttons/buttons.ionic.css +0 -100
  940. package/dist/collection/components/card/card.ionic.css +0 -146
  941. package/dist/collection/components/card-content/card-content.ionic.css +0 -94
  942. package/dist/collection/components/card-header/card-header.ionic.css +0 -87
  943. package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +0 -146
  944. package/dist/collection/components/checkbox/checkbox.ionic.css +0 -541
  945. package/dist/collection/components/chip/chip.ionic.css +0 -230
  946. package/dist/collection/components/datetime/datetime.ionic.css +0 -699
  947. package/dist/collection/components/divider/divider.ionic.css +0 -150
  948. package/dist/collection/components/divider/divider.ios.css +0 -87
  949. package/dist/collection/components/divider/divider.js +0 -94
  950. package/dist/collection/components/divider/divider.md.css +0 -87
  951. package/dist/collection/components/header/header.ionic.css +0 -100
  952. package/dist/collection/components/input/input.ionic.css +0 -883
  953. package/dist/collection/components/input-otp/input-otp.ionic.css +0 -371
  954. package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +0 -80
  955. package/dist/collection/components/input-password-toggle/input-password-toggle.native.css +0 -61
  956. package/dist/collection/components/item/item.ionic.css +0 -502
  957. package/dist/collection/components/item-option/item-option.ionic.css +0 -280
  958. package/dist/collection/components/item-options/item-options.ionic.css +0 -223
  959. package/dist/collection/components/list/list.ionic.css +0 -214
  960. package/dist/collection/components/list-header/list-header.ionic.css +0 -192
  961. package/dist/collection/components/menu-button/menu-button.ionic.css +0 -238
  962. package/dist/collection/components/modal/modal.ionic.css +0 -243
  963. package/dist/collection/components/progress-bar/progress-bar.ionic.css +0 -289
  964. package/dist/collection/components/radio/radio.ionic.css +0 -424
  965. package/dist/collection/components/radio-group/radio-group.ionic.css +0 -127
  966. package/dist/collection/components/range/range.ionic.css +0 -555
  967. package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +0 -217
  968. package/dist/collection/components/searchbar/searchbar.ionic.css +0 -628
  969. package/dist/collection/components/segment/segment.ionic.css +0 -117
  970. package/dist/collection/components/segment-button/segment-button.ionic.css +0 -355
  971. package/dist/collection/components/select/select.ionic.css +0 -765
  972. package/dist/collection/components/select-modal/select-modal.ionic.css +0 -121
  973. package/dist/collection/components/spinner/spinner.native.css +0 -198
  974. package/dist/collection/components/tab-bar/tab-bar.ionic.css +0 -188
  975. package/dist/collection/components/tab-button/tab-button.ionic.css +0 -338
  976. package/dist/collection/components/textarea/textarea.ionic.css +0 -830
  977. package/dist/collection/components/title/title.ionic.css +0 -129
  978. package/dist/collection/components/toast/toast.ionic.css +0 -396
  979. package/dist/collection/components/toggle/toggle.ionic.css +0 -511
  980. package/dist/collection/components/toolbar/test/image.svg +0 -1
  981. package/dist/collection/components/toolbar/toolbar.ionic.css +0 -243
  982. package/dist/esm/caret-down-D1t981Ih.js +0 -6
  983. package/dist/esm/caret-left-fIOYmaqA.js +0 -6
  984. package/dist/esm/caret-right-BYSs-jZz.js +0 -6
  985. package/dist/esm/ion-divider.entry.js +0 -48
  986. package/dist/esm/list-Dhi5xtNS.js +0 -6
  987. package/dist/esm/x-BDqjX7Z_.js +0 -6
  988. package/dist/ionic/p-034b2ca2.entry.js +0 -4
  989. package/dist/ionic/p-075e80e7.entry.js +0 -4
  990. package/dist/ionic/p-08dfb85e.entry.js +0 -4
  991. package/dist/ionic/p-0db4cc59.entry.js +0 -4
  992. package/dist/ionic/p-0eab9ecf.entry.js +0 -4
  993. package/dist/ionic/p-13c72b4e.entry.js +0 -4
  994. package/dist/ionic/p-1761f72f.entry.js +0 -4
  995. package/dist/ionic/p-1984e701.entry.js +0 -4
  996. package/dist/ionic/p-19959eec.entry.js +0 -4
  997. package/dist/ionic/p-1f66d38f.entry.js +0 -4
  998. package/dist/ionic/p-1f976fad.entry.js +0 -4
  999. package/dist/ionic/p-1fd06a55.entry.js +0 -4
  1000. package/dist/ionic/p-1fedceb6.entry.js +0 -4
  1001. package/dist/ionic/p-208954ca.entry.js +0 -4
  1002. package/dist/ionic/p-2d5f9656.entry.js +0 -4
  1003. package/dist/ionic/p-32f9c041.entry.js +0 -4
  1004. package/dist/ionic/p-3a2af867.entry.js +0 -4
  1005. package/dist/ionic/p-3c361403.entry.js +0 -4
  1006. package/dist/ionic/p-40f4609e.entry.js +0 -4
  1007. package/dist/ionic/p-4d4dcd38.entry.js +0 -4
  1008. package/dist/ionic/p-4d7ac4db.entry.js +0 -4
  1009. package/dist/ionic/p-52c29f3f.entry.js +0 -4
  1010. package/dist/ionic/p-63766f09.entry.js +0 -4
  1011. package/dist/ionic/p-6957ab67.entry.js +0 -4
  1012. package/dist/ionic/p-6e6ce506.entry.js +0 -4
  1013. package/dist/ionic/p-6ea34add.entry.js +0 -4
  1014. package/dist/ionic/p-6f17f8ed.entry.js +0 -4
  1015. package/dist/ionic/p-7049bf1c.entry.js +0 -4
  1016. package/dist/ionic/p-7ace7638.entry.js +0 -4
  1017. package/dist/ionic/p-7f1e83a4.entry.js +0 -4
  1018. package/dist/ionic/p-82796bb0.entry.js +0 -4
  1019. package/dist/ionic/p-9cb0fd91.entry.js +0 -4
  1020. package/dist/ionic/p-BDqjX7Z_.js +0 -4
  1021. package/dist/ionic/p-BJ-EYogw.js +0 -4
  1022. package/dist/ionic/p-BK3Vo2GA.js +0 -4
  1023. package/dist/ionic/p-BKDxK6_S.js +0 -4
  1024. package/dist/ionic/p-BMPzyWDm.js +0 -4
  1025. package/dist/ionic/p-BTqHM5hg.js +0 -4
  1026. package/dist/ionic/p-BYSs-jZz.js +0 -4
  1027. package/dist/ionic/p-BZR5I9yn.js +0 -4
  1028. package/dist/ionic/p-BZSKvxFv.js +0 -4
  1029. package/dist/ionic/p-BaAcx1TO.js +0 -4
  1030. package/dist/ionic/p-BeJdFlAB.js +0 -4
  1031. package/dist/ionic/p-BpUl-Ubc.js +0 -4
  1032. package/dist/ionic/p-CnPZjTVf.js +0 -4
  1033. package/dist/ionic/p-D1t981Ih.js +0 -4
  1034. package/dist/ionic/p-D6quDhlh.js +0 -4
  1035. package/dist/ionic/p-DJD59Sq4.js +0 -4
  1036. package/dist/ionic/p-DZmL55Qn.js +0 -4
  1037. package/dist/ionic/p-Dhi5xtNS.js +0 -4
  1038. package/dist/ionic/p-DjxV6ul_.js +0 -4
  1039. package/dist/ionic/p-DkXsr7m2.js +0 -4
  1040. package/dist/ionic/p-Dpa-63kX.js +0 -4
  1041. package/dist/ionic/p-HOJ_eq4V.js +0 -5
  1042. package/dist/ionic/p-MBiM0IFp.js +0 -4
  1043. package/dist/ionic/p-a1af546a.entry.js +0 -4
  1044. package/dist/ionic/p-ae10fb4c.entry.js +0 -4
  1045. package/dist/ionic/p-ae3dad82.entry.js +0 -4
  1046. package/dist/ionic/p-b767c96a.entry.js +0 -4
  1047. package/dist/ionic/p-b8431086.entry.js +0 -4
  1048. package/dist/ionic/p-bb85830d.entry.js +0 -4
  1049. package/dist/ionic/p-c07d16c9.entry.js +0 -4
  1050. package/dist/ionic/p-c565e353.entry.js +0 -4
  1051. package/dist/ionic/p-ccf3b065.entry.js +0 -4
  1052. package/dist/ionic/p-d2ca6a9d.entry.js +0 -4
  1053. package/dist/ionic/p-db6e0330.entry.js +0 -4
  1054. package/dist/ionic/p-dd5e8e7a.entry.js +0 -4
  1055. package/dist/ionic/p-deb1d888.entry.js +0 -4
  1056. package/dist/ionic/p-dec5b3dc.entry.js +0 -4
  1057. package/dist/ionic/p-e4ed2971.entry.js +0 -4
  1058. package/dist/ionic/p-e89e89eb.entry.js +0 -4
  1059. package/dist/ionic/p-eebf0420.entry.js +0 -4
  1060. package/dist/ionic/p-f2cd0d41.entry.js +0 -4
  1061. package/dist/ionic/p-fIOYmaqA.js +0 -4
  1062. package/dist/ionic/p-facf3c23.entry.js +0 -4
  1063. package/dist/ionic/p-fbd73129.entry.js +0 -4
  1064. package/dist/ionic/p-vXpMhGrs.js +0 -4
  1065. package/dist/ionic/svg/arrow-down-left-box-outline.svg +0 -1
  1066. package/dist/ionic/svg/arrow-down-left-box-sharp.svg +0 -1
  1067. package/dist/ionic/svg/arrow-down-left-box.svg +0 -1
  1068. package/dist/ionic/svg/arrow-down-right-box-outline.svg +0 -1
  1069. package/dist/ionic/svg/arrow-down-right-box-sharp.svg +0 -1
  1070. package/dist/ionic/svg/arrow-down-right-box.svg +0 -1
  1071. package/dist/ionic/svg/arrow-up-left-box-outline.svg +0 -1
  1072. package/dist/ionic/svg/arrow-up-left-box-sharp.svg +0 -1
  1073. package/dist/ionic/svg/arrow-up-left-box.svg +0 -1
  1074. package/dist/ionic/svg/arrow-up-right-box-outline.svg +0 -1
  1075. package/dist/ionic/svg/arrow-up-right-box-sharp.svg +0 -1
  1076. package/dist/ionic/svg/arrow-up-right-box.svg +0 -1
  1077. package/dist/ionic/svg/binoculars-outline.svg +0 -1
  1078. package/dist/ionic/svg/binoculars-sharp.svg +0 -1
  1079. package/dist/ionic/svg/binoculars.svg +0 -1
  1080. package/dist/ionic/svg/logo-appflow.svg +0 -1
  1081. package/dist/ionic/svg/logo-trapeze.svg +0 -1
  1082. package/dist/ionic/svg/logo-x.svg +0 -1
  1083. package/dist/types/components/divider/divider.d.ts +0 -20
  1084. /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\"`"
@@ -209,7 +164,7 @@
209
164
  },
210
165
  {
211
166
  "name": "mode",
212
- "description": "The mode determines the platform behaviors of the component.",
167
+ "description": "The mode determines which platform styles to use.",
213
168
  "values": [
214
169
  {
215
170
  "name": "ios"
@@ -223,24 +178,9 @@
223
178
  "name": "sub-header",
224
179
  "description": "Subtitle for the action sheet."
225
180
  },
226
- {
227
- "name": "theme",
228
- "description": "The theme determines the visual appearance of the component.",
229
- "values": [
230
- {
231
- "name": "ios"
232
- },
233
- {
234
- "name": "md"
235
- },
236
- {
237
- "name": "ionic"
238
- }
239
- ]
240
- },
241
181
  {
242
182
  "name": "translucent",
243
- "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)."
183
+ "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)."
244
184
  },
245
185
  {
246
186
  "name": "trigger",
@@ -311,7 +251,7 @@
311
251
  },
312
252
  {
313
253
  "name": "mode",
314
- "description": "The mode determines the platform behaviors of the component.",
254
+ "description": "The mode determines which platform styles to use.",
315
255
  "values": [
316
256
  {
317
257
  "name": "ios"
@@ -325,24 +265,9 @@
325
265
  "name": "sub-header",
326
266
  "description": "The subtitle in the heading of the alert. Displayed under the title."
327
267
  },
328
- {
329
- "name": "theme",
330
- "description": "The theme determines the visual appearance of the component.",
331
- "values": [
332
- {
333
- "name": "ios"
334
- },
335
- {
336
- "name": "md"
337
- },
338
- {
339
- "name": "ionic"
340
- }
341
- ]
342
- },
343
268
  {
344
269
  "name": "translucent",
345
- "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)."
270
+ "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)."
346
271
  },
347
272
  {
348
273
  "name": "trigger",
@@ -362,35 +287,7 @@
362
287
  "kind": "markdown",
363
288
  "value": ""
364
289
  },
365
- "attributes": [
366
- {
367
- "name": "mode",
368
- "description": "The mode determines the platform behaviors of the component.",
369
- "values": [
370
- {
371
- "name": "ios"
372
- },
373
- {
374
- "name": "md"
375
- }
376
- ]
377
- },
378
- {
379
- "name": "theme",
380
- "description": "The theme determines the visual appearance of the component.",
381
- "values": [
382
- {
383
- "name": "ios"
384
- },
385
- {
386
- "name": "md"
387
- },
388
- {
389
- "name": "ionic"
390
- }
391
- ]
392
- }
393
- ],
290
+ "attributes": [],
394
291
  "references": [
395
292
  {
396
293
  "name": "Source code",
@@ -404,78 +301,7 @@
404
301
  "kind": "markdown",
405
302
  "value": ""
406
303
  },
407
- "attributes": [
408
- {
409
- "name": "disabled",
410
- "description": "If `true`, the user cannot interact with the avatar."
411
- },
412
- {
413
- "name": "mode",
414
- "description": "The mode determines the platform behaviors of the component.",
415
- "values": [
416
- {
417
- "name": "ios"
418
- },
419
- {
420
- "name": "md"
421
- }
422
- ]
423
- },
424
- {
425
- "name": "shape",
426
- "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.",
427
- "values": [
428
- {
429
- "name": "rectangular"
430
- },
431
- {
432
- "name": "round"
433
- },
434
- {
435
- "name": "soft"
436
- }
437
- ]
438
- },
439
- {
440
- "name": "size",
441
- "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.",
442
- "values": [
443
- {
444
- "name": "large"
445
- },
446
- {
447
- "name": "medium"
448
- },
449
- {
450
- "name": "small"
451
- },
452
- {
453
- "name": "xlarge"
454
- },
455
- {
456
- "name": "xsmall"
457
- },
458
- {
459
- "name": "xxsmall"
460
- }
461
- ]
462
- },
463
- {
464
- "name": "theme",
465
- "description": "The theme determines the visual appearance of the component.",
466
- "values": [
467
- {
468
- "name": "ios"
469
- },
470
- {
471
- "name": "md"
472
- },
473
- {
474
- "name": "ionic"
475
- }
476
- ]
477
- }
478
- ],
304
+ "attributes": [],
479
305
  "references": [
480
306
  {
481
307
  "name": "Source code",
@@ -537,7 +363,7 @@
537
363
  },
538
364
  {
539
365
  "name": "mode",
540
- "description": "The mode determines the platform behaviors of the component.",
366
+ "description": "The mode determines which platform styles to use.",
541
367
  "values": [
542
368
  {
543
369
  "name": "ios"
@@ -555,21 +381,6 @@
555
381
  "name": "text",
556
382
  "description": "The text to display in the back button."
557
383
  },
558
- {
559
- "name": "theme",
560
- "description": "The theme determines the visual appearance of the component.",
561
- "values": [
562
- {
563
- "name": "ios"
564
- },
565
- {
566
- "name": "md"
567
- },
568
- {
569
- "name": "ionic"
570
- }
571
- ]
572
- },
573
384
  {
574
385
  "name": "type",
575
386
  "description": "The type of the button.",
@@ -600,18 +411,6 @@
600
411
  "value": ""
601
412
  },
602
413
  "attributes": [
603
- {
604
- "name": "mode",
605
- "description": "The mode determines the platform behaviors of the component.",
606
- "values": [
607
- {
608
- "name": "ios"
609
- },
610
- {
611
- "name": "md"
612
- }
613
- ]
614
- },
615
414
  {
616
415
  "name": "stop-propagation",
617
416
  "description": "If `true`, the backdrop will stop propagation on tap."
@@ -620,21 +419,6 @@
620
419
  "name": "tappable",
621
420
  "description": "If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event."
622
421
  },
623
- {
624
- "name": "theme",
625
- "description": "The theme determines the visual appearance of the component.",
626
- "values": [
627
- {
628
- "name": "ios"
629
- },
630
- {
631
- "name": "md"
632
- },
633
- {
634
- "name": "ionic"
635
- }
636
- ]
637
- },
638
422
  {
639
423
  "name": "visible",
640
424
  "description": "If `true`, the backdrop will be visible."
@@ -687,78 +471,15 @@
687
471
  }
688
472
  ]
689
473
  },
690
- {
691
- "name": "hue",
692
- "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.",
693
- "values": [
694
- {
695
- "name": "bold"
696
- },
697
- {
698
- "name": "subtle"
699
- }
700
- ]
701
- },
702
474
  {
703
475
  "name": "mode",
704
- "description": "The mode determines the platform behaviors of the component.",
705
- "values": [
706
- {
707
- "name": "ios"
708
- },
709
- {
710
- "name": "md"
711
- }
712
- ]
713
- },
714
- {
715
- "name": "shape",
716
- "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.",
717
- "values": [
718
- {
719
- "name": "soft"
720
- }
721
- ]
722
- },
723
- {
724
- "name": "size",
725
- "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.",
726
- "values": [
727
- {
728
- "name": "large"
729
- },
730
- {
731
- "name": "medium"
732
- },
733
- {
734
- "name": "small"
735
- }
736
- ]
737
- },
738
- {
739
- "name": "theme",
740
- "description": "The theme determines the visual appearance of the component.",
476
+ "description": "The mode determines which platform styles to use.",
741
477
  "values": [
742
478
  {
743
479
  "name": "ios"
744
480
  },
745
481
  {
746
482
  "name": "md"
747
- },
748
- {
749
- "name": "ionic"
750
- }
751
- ]
752
- },
753
- {
754
- "name": "vertical",
755
- "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.",
756
- "values": [
757
- {
758
- "name": "bottom"
759
- },
760
- {
761
- "name": "top"
762
483
  }
763
484
  ]
764
485
  }
@@ -828,7 +549,7 @@
828
549
  },
829
550
  {
830
551
  "name": "mode",
831
- "description": "The mode determines the platform behaviors of the component.",
552
+ "description": "The mode determines which platform styles to use.",
832
553
  "values": [
833
554
  {
834
555
  "name": "ios"
@@ -868,24 +589,9 @@
868
589
  {
869
590
  "name": "target",
870
591
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
871
- },
872
- {
873
- "name": "theme",
874
- "description": "The theme determines the visual appearance of the component.",
875
- "values": [
876
- {
877
- "name": "ios"
878
- },
879
- {
880
- "name": "md"
881
- },
882
- {
883
- "name": "ionic"
884
- }
885
- ]
886
- }
887
- ],
888
- "references": [
592
+ }
593
+ ],
594
+ "references": [
889
595
  {
890
596
  "name": "Source code",
891
597
  "url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/breadcrumb/breadcrumb.tsx"
@@ -946,28 +652,13 @@
946
652
  },
947
653
  {
948
654
  "name": "mode",
949
- "description": "The mode determines the platform behaviors of the component.",
950
- "values": [
951
- {
952
- "name": "ios"
953
- },
954
- {
955
- "name": "md"
956
- }
957
- ]
958
- },
959
- {
960
- "name": "theme",
961
- "description": "The theme determines the visual appearance of the component.",
655
+ "description": "The mode determines which platform styles to use.",
962
656
  "values": [
963
657
  {
964
658
  "name": "ios"
965
659
  },
966
660
  {
967
661
  "name": "md"
968
- },
969
- {
970
- "name": "ionic"
971
662
  }
972
663
  ]
973
664
  }
@@ -1071,7 +762,7 @@
1071
762
  },
1072
763
  {
1073
764
  "name": "mode",
1074
- "description": "The mode determines the platform behaviors of the component.",
765
+ "description": "The mode determines which platform styles to use.",
1075
766
  "values": [
1076
767
  {
1077
768
  "name": "ios"
@@ -1106,22 +797,16 @@
1106
797
  },
1107
798
  {
1108
799
  "name": "shape",
1109
- "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.",
800
+ "description": "Set to `\"round\"` for a button with more rounded corners.",
1110
801
  "values": [
1111
- {
1112
- "name": "rectangular"
1113
- },
1114
802
  {
1115
803
  "name": "round"
1116
- },
1117
- {
1118
- "name": "soft"
1119
804
  }
1120
805
  ]
1121
806
  },
1122
807
  {
1123
808
  "name": "size",
1124
- "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.",
809
+ "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.",
1125
810
  "values": [
1126
811
  {
1127
812
  "name": "default"
@@ -1129,9 +814,6 @@
1129
814
  {
1130
815
  "name": "large"
1131
816
  },
1132
- {
1133
- "name": "medium"
1134
- },
1135
817
  {
1136
818
  "name": "small"
1137
819
  }
@@ -1145,21 +827,6 @@
1145
827
  "name": "target",
1146
828
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
1147
829
  },
1148
- {
1149
- "name": "theme",
1150
- "description": "The theme determines the visual appearance of the component.",
1151
- "values": [
1152
- {
1153
- "name": "ios"
1154
- },
1155
- {
1156
- "name": "md"
1157
- },
1158
- {
1159
- "name": "ionic"
1160
- }
1161
- ]
1162
- },
1163
830
  {
1164
831
  "name": "type",
1165
832
  "description": "The type of the button.",
@@ -1192,34 +859,7 @@
1192
859
  "attributes": [
1193
860
  {
1194
861
  "name": "collapse",
1195
- "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)"
1196
- },
1197
- {
1198
- "name": "mode",
1199
- "description": "The mode determines the platform behaviors of the component.",
1200
- "values": [
1201
- {
1202
- "name": "ios"
1203
- },
1204
- {
1205
- "name": "md"
1206
- }
1207
- ]
1208
- },
1209
- {
1210
- "name": "theme",
1211
- "description": "The theme determines the visual appearance of the component.",
1212
- "values": [
1213
- {
1214
- "name": "ios"
1215
- },
1216
- {
1217
- "name": "md"
1218
- },
1219
- {
1220
- "name": "ionic"
1221
- }
1222
- ]
862
+ "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)"
1223
863
  }
1224
864
  ],
1225
865
  "references": [
@@ -1287,7 +927,7 @@
1287
927
  },
1288
928
  {
1289
929
  "name": "mode",
1290
- "description": "The mode determines the platform behaviors of the component.",
930
+ "description": "The mode determines which platform styles to use.",
1291
931
  "values": [
1292
932
  {
1293
933
  "name": "ios"
@@ -1320,40 +960,10 @@
1320
960
  }
1321
961
  ]
1322
962
  },
1323
- {
1324
- "name": "shape",
1325
- "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\"`.",
1326
- "values": [
1327
- {
1328
- "name": "rectangular"
1329
- },
1330
- {
1331
- "name": "round"
1332
- },
1333
- {
1334
- "name": "soft"
1335
- }
1336
- ]
1337
- },
1338
963
  {
1339
964
  "name": "target",
1340
965
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
1341
966
  },
1342
- {
1343
- "name": "theme",
1344
- "description": "The theme determines the visual appearance of the component.",
1345
- "values": [
1346
- {
1347
- "name": "ios"
1348
- },
1349
- {
1350
- "name": "md"
1351
- },
1352
- {
1353
- "name": "ionic"
1354
- }
1355
- ]
1356
- },
1357
967
  {
1358
968
  "name": "type",
1359
969
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -1386,28 +996,13 @@
1386
996
  "attributes": [
1387
997
  {
1388
998
  "name": "mode",
1389
- "description": "The mode determines the platform behaviors of the component.",
1390
- "values": [
1391
- {
1392
- "name": "ios"
1393
- },
1394
- {
1395
- "name": "md"
1396
- }
1397
- ]
1398
- },
1399
- {
1400
- "name": "theme",
1401
- "description": "The theme determines the visual appearance of the component.",
999
+ "description": "The mode determines which platform styles to use.",
1402
1000
  "values": [
1403
1001
  {
1404
1002
  "name": "ios"
1405
1003
  },
1406
1004
  {
1407
1005
  "name": "md"
1408
- },
1409
- {
1410
- "name": "ionic"
1411
1006
  }
1412
1007
  ]
1413
1008
  }
@@ -1461,34 +1056,19 @@
1461
1056
  },
1462
1057
  {
1463
1058
  "name": "mode",
1464
- "description": "The mode determines the platform behaviors of the component.",
1465
- "values": [
1466
- {
1467
- "name": "ios"
1468
- },
1469
- {
1470
- "name": "md"
1471
- }
1472
- ]
1473
- },
1474
- {
1475
- "name": "theme",
1476
- "description": "The theme determines the visual appearance of the component.",
1059
+ "description": "The mode determines which platform styles to use.",
1477
1060
  "values": [
1478
1061
  {
1479
1062
  "name": "ios"
1480
1063
  },
1481
1064
  {
1482
1065
  "name": "md"
1483
- },
1484
- {
1485
- "name": "ionic"
1486
1066
  }
1487
1067
  ]
1488
1068
  },
1489
1069
  {
1490
1070
  "name": "translucent",
1491
- "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)."
1071
+ "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)."
1492
1072
  }
1493
1073
  ],
1494
1074
  "references": [
@@ -1540,28 +1120,13 @@
1540
1120
  },
1541
1121
  {
1542
1122
  "name": "mode",
1543
- "description": "The mode determines the platform behaviors of the component.",
1544
- "values": [
1545
- {
1546
- "name": "ios"
1547
- },
1548
- {
1549
- "name": "md"
1550
- }
1551
- ]
1552
- },
1553
- {
1554
- "name": "theme",
1555
- "description": "The theme determines the visual appearance of the component.",
1123
+ "description": "The mode determines which platform styles to use.",
1556
1124
  "values": [
1557
1125
  {
1558
1126
  "name": "ios"
1559
1127
  },
1560
1128
  {
1561
1129
  "name": "md"
1562
- },
1563
- {
1564
- "name": "ionic"
1565
1130
  }
1566
1131
  ]
1567
1132
  }
@@ -1615,28 +1180,13 @@
1615
1180
  },
1616
1181
  {
1617
1182
  "name": "mode",
1618
- "description": "The mode determines the platform behaviors of the component.",
1619
- "values": [
1620
- {
1621
- "name": "ios"
1622
- },
1623
- {
1624
- "name": "md"
1625
- }
1626
- ]
1627
- },
1628
- {
1629
- "name": "theme",
1630
- "description": "The theme determines the visual appearance of the component.",
1183
+ "description": "The mode determines which platform styles to use.",
1631
1184
  "values": [
1632
1185
  {
1633
1186
  "name": "ios"
1634
1187
  },
1635
1188
  {
1636
1189
  "name": "md"
1637
- },
1638
- {
1639
- "name": "ionic"
1640
1190
  }
1641
1191
  ]
1642
1192
  }
@@ -1755,7 +1305,7 @@
1755
1305
  },
1756
1306
  {
1757
1307
  "name": "mode",
1758
- "description": "The mode determines the platform behaviors of the component.",
1308
+ "description": "The mode determines which platform styles to use.",
1759
1309
  "values": [
1760
1310
  {
1761
1311
  "name": "ios"
@@ -1773,42 +1323,6 @@
1773
1323
  "name": "required",
1774
1324
  "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."
1775
1325
  },
1776
- {
1777
- "name": "shape",
1778
- "description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
1779
- "values": [
1780
- {
1781
- "name": "rectangular"
1782
- },
1783
- {
1784
- "name": "soft"
1785
- }
1786
- ]
1787
- },
1788
- {
1789
- "name": "size",
1790
- "description": "Set to `\"small\"` for a checkbox with less height and padding.",
1791
- "values": [
1792
- {
1793
- "name": "small"
1794
- }
1795
- ]
1796
- },
1797
- {
1798
- "name": "theme",
1799
- "description": "The theme determines the visual appearance of the component.",
1800
- "values": [
1801
- {
1802
- "name": "ios"
1803
- },
1804
- {
1805
- "name": "md"
1806
- },
1807
- {
1808
- "name": "ionic"
1809
- }
1810
- ]
1811
- },
1812
1326
  {
1813
1327
  "name": "value",
1814
1328
  "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>`."
@@ -1865,21 +1379,9 @@
1865
1379
  "name": "disabled",
1866
1380
  "description": "If `true`, the user cannot interact with the chip."
1867
1381
  },
1868
- {
1869
- "name": "hue",
1870
- "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.",
1871
- "values": [
1872
- {
1873
- "name": "bold"
1874
- },
1875
- {
1876
- "name": "subtle"
1877
- }
1878
- ]
1879
- },
1880
1382
  {
1881
1383
  "name": "mode",
1882
- "description": "The mode determines the platform behaviors of the component.",
1384
+ "description": "The mode determines which platform styles to use.",
1883
1385
  "values": [
1884
1386
  {
1885
1387
  "name": "ios"
@@ -1892,48 +1394,6 @@
1892
1394
  {
1893
1395
  "name": "outline",
1894
1396
  "description": "Display an outline style button."
1895
- },
1896
- {
1897
- "name": "shape",
1898
- "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.",
1899
- "values": [
1900
- {
1901
- "name": "rectangular"
1902
- },
1903
- {
1904
- "name": "round"
1905
- },
1906
- {
1907
- "name": "soft"
1908
- }
1909
- ]
1910
- },
1911
- {
1912
- "name": "size",
1913
- "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.",
1914
- "values": [
1915
- {
1916
- "name": "large"
1917
- },
1918
- {
1919
- "name": "small"
1920
- }
1921
- ]
1922
- },
1923
- {
1924
- "name": "theme",
1925
- "description": "The theme determines the visual appearance of the component.",
1926
- "values": [
1927
- {
1928
- "name": "ios"
1929
- },
1930
- {
1931
- "name": "md"
1932
- },
1933
- {
1934
- "name": "ionic"
1935
- }
1936
- ]
1937
1397
  }
1938
1398
  ],
1939
1399
  "references": [
@@ -1950,18 +1410,6 @@
1950
1410
  "value": ""
1951
1411
  },
1952
1412
  "attributes": [
1953
- {
1954
- "name": "mode",
1955
- "description": "The mode determines the platform behaviors of the component.",
1956
- "values": [
1957
- {
1958
- "name": "ios"
1959
- },
1960
- {
1961
- "name": "md"
1962
- }
1963
- ]
1964
- },
1965
1413
  {
1966
1414
  "name": "offset",
1967
1415
  "description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available."
@@ -2057,21 +1505,6 @@
2057
1505
  {
2058
1506
  "name": "size-xs",
2059
1507
  "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."
2060
- },
2061
- {
2062
- "name": "theme",
2063
- "description": "The theme determines the visual appearance of the component.",
2064
- "values": [
2065
- {
2066
- "name": "ios"
2067
- },
2068
- {
2069
- "name": "md"
2070
- },
2071
- {
2072
- "name": "ionic"
2073
- }
2074
- ]
2075
1508
  }
2076
1509
  ],
2077
1510
  "references": [
@@ -2141,18 +1574,6 @@
2141
1574
  "name": "fullscreen",
2142
1575
  "description": "If `true`, the content will scroll behind the headers\nand footers. This effect can easily be seen by setting the toolbar\nto transparent."
2143
1576
  },
2144
- {
2145
- "name": "mode",
2146
- "description": "The mode determines the platform behaviors of the component.",
2147
- "values": [
2148
- {
2149
- "name": "ios"
2150
- },
2151
- {
2152
- "name": "md"
2153
- }
2154
- ]
2155
- },
2156
1577
  {
2157
1578
  "name": "scroll-events",
2158
1579
  "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`."
@@ -2164,21 +1585,6 @@
2164
1585
  {
2165
1586
  "name": "scroll-y",
2166
1587
  "description": "If you want to disable the content scrolling in the Y axis, set this property to `false`."
2167
- },
2168
- {
2169
- "name": "theme",
2170
- "description": "The theme determines the visual appearance of the component.",
2171
- "values": [
2172
- {
2173
- "name": "ios"
2174
- },
2175
- {
2176
- "name": "md"
2177
- },
2178
- {
2179
- "name": "ionic"
2180
- }
2181
- ]
2182
1588
  }
2183
1589
  ],
2184
1590
  "references": [
@@ -2304,7 +1710,7 @@
2304
1710
  },
2305
1711
  {
2306
1712
  "name": "mode",
2307
- "description": "The mode determines the platform behaviors of the component.",
1713
+ "description": "The mode determines which platform styles to use.",
2308
1714
  "values": [
2309
1715
  {
2310
1716
  "name": "ios"
@@ -2393,21 +1799,6 @@
2393
1799
  }
2394
1800
  ]
2395
1801
  },
2396
- {
2397
- "name": "theme",
2398
- "description": "The theme determines the visual appearance of the component.",
2399
- "values": [
2400
- {
2401
- "name": "ios"
2402
- },
2403
- {
2404
- "name": "md"
2405
- },
2406
- {
2407
- "name": "ionic"
2408
- }
2409
- ]
2410
- },
2411
1802
  {
2412
1803
  "name": "title-selected-dates-formatter",
2413
1804
  "description": "A callback used to format the header text that shows how many\ndates are selected. Only used if there are 0 or more than 1\nselected (i.e. unused for exactly 1). By default, the header\ntext is set to \"numberOfDates days\".\n\nSee https://ionicframework.com/docs/troubleshooting/runtime#accessing-this\nif you need to access `this` from within the callback."
@@ -2478,28 +1869,13 @@
2478
1869
  },
2479
1870
  {
2480
1871
  "name": "mode",
2481
- "description": "The mode determines the platform behaviors of the component.",
2482
- "values": [
2483
- {
2484
- "name": "ios"
2485
- },
2486
- {
2487
- "name": "md"
2488
- }
2489
- ]
2490
- },
2491
- {
2492
- "name": "theme",
2493
- "description": "The theme determines the visual appearance of the component.",
1872
+ "description": "The mode determines which platform styles to use.",
2494
1873
  "values": [
2495
1874
  {
2496
1875
  "name": "ios"
2497
1876
  },
2498
1877
  {
2499
1878
  "name": "md"
2500
- },
2501
- {
2502
- "name": "ionic"
2503
1879
  }
2504
1880
  ]
2505
1881
  }
@@ -2511,52 +1887,6 @@
2511
1887
  }
2512
1888
  ]
2513
1889
  },
2514
- {
2515
- "name": "ion-divider",
2516
- "description": {
2517
- "kind": "markdown",
2518
- "value": ""
2519
- },
2520
- "attributes": [
2521
- {
2522
- "name": "inset",
2523
- "description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`"
2524
- },
2525
- {
2526
- "name": "spacing",
2527
- "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\"`.",
2528
- "values": [
2529
- {
2530
- "name": "large"
2531
- },
2532
- {
2533
- "name": "medium"
2534
- },
2535
- {
2536
- "name": "small"
2537
- },
2538
- {
2539
- "name": "xlarge"
2540
- },
2541
- {
2542
- "name": "xsmall"
2543
- },
2544
- {
2545
- "name": "xxlarge"
2546
- },
2547
- {
2548
- "name": "xxsmall"
2549
- }
2550
- ]
2551
- }
2552
- ],
2553
- "references": [
2554
- {
2555
- "name": "Source code",
2556
- "url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/divider/divider.tsx"
2557
- }
2558
- ]
2559
- },
2560
1890
  {
2561
1891
  "name": "ion-fab",
2562
1892
  "description": {
@@ -2587,33 +1917,6 @@
2587
1917
  }
2588
1918
  ]
2589
1919
  },
2590
- {
2591
- "name": "mode",
2592
- "description": "The mode determines the platform behaviors of the component.",
2593
- "values": [
2594
- {
2595
- "name": "ios"
2596
- },
2597
- {
2598
- "name": "md"
2599
- }
2600
- ]
2601
- },
2602
- {
2603
- "name": "theme",
2604
- "description": "The theme determines the visual appearance of the component.",
2605
- "values": [
2606
- {
2607
- "name": "ios"
2608
- },
2609
- {
2610
- "name": "md"
2611
- },
2612
- {
2613
- "name": "ionic"
2614
- }
2615
- ]
2616
- },
2617
1920
  {
2618
1921
  "name": "vertical",
2619
1922
  "description": "Where to align the fab vertically in the viewport.",
@@ -2699,7 +2002,7 @@
2699
2002
  },
2700
2003
  {
2701
2004
  "name": "mode",
2702
- "description": "The mode determines the platform behaviors of the component.",
2005
+ "description": "The mode determines which platform styles to use.",
2703
2006
  "values": [
2704
2007
  {
2705
2008
  "name": "ios"
@@ -2749,24 +2052,9 @@
2749
2052
  "name": "target",
2750
2053
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
2751
2054
  },
2752
- {
2753
- "name": "theme",
2754
- "description": "The theme determines the visual appearance of the component.",
2755
- "values": [
2756
- {
2757
- "name": "ios"
2758
- },
2759
- {
2760
- "name": "md"
2761
- },
2762
- {
2763
- "name": "ionic"
2764
- }
2765
- ]
2766
- },
2767
2055
  {
2768
2056
  "name": "translucent",
2769
- "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)."
2057
+ "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)."
2770
2058
  },
2771
2059
  {
2772
2060
  "name": "type",
@@ -2802,18 +2090,6 @@
2802
2090
  "name": "activated",
2803
2091
  "description": "If `true`, the fab list will show all fab buttons in the list."
2804
2092
  },
2805
- {
2806
- "name": "mode",
2807
- "description": "The mode determines the platform behaviors of the component.",
2808
- "values": [
2809
- {
2810
- "name": "ios"
2811
- },
2812
- {
2813
- "name": "md"
2814
- }
2815
- ]
2816
- },
2817
2093
  {
2818
2094
  "name": "side",
2819
2095
  "description": "The side the fab list will show on relative to the main fab button.",
@@ -2831,21 +2107,6 @@
2831
2107
  "name": "top"
2832
2108
  }
2833
2109
  ]
2834
- },
2835
- {
2836
- "name": "theme",
2837
- "description": "The theme determines the visual appearance of the component.",
2838
- "values": [
2839
- {
2840
- "name": "ios"
2841
- },
2842
- {
2843
- "name": "md"
2844
- },
2845
- {
2846
- "name": "ionic"
2847
- }
2848
- ]
2849
2110
  }
2850
2111
  ],
2851
2112
  "references": [
@@ -2864,7 +2125,7 @@
2864
2125
  "attributes": [
2865
2126
  {
2866
2127
  "name": "collapse",
2867
- "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
2128
+ "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
2868
2129
  "values": [
2869
2130
  {
2870
2131
  "name": "fade"
@@ -2873,34 +2134,19 @@
2873
2134
  },
2874
2135
  {
2875
2136
  "name": "mode",
2876
- "description": "The mode determines the platform behaviors of the component.",
2877
- "values": [
2878
- {
2879
- "name": "ios"
2880
- },
2881
- {
2882
- "name": "md"
2883
- }
2884
- ]
2885
- },
2886
- {
2887
- "name": "theme",
2888
- "description": "The theme determines the visual appearance of the component.",
2137
+ "description": "The mode determines which platform styles to use.",
2889
2138
  "values": [
2890
2139
  {
2891
2140
  "name": "ios"
2892
2141
  },
2893
2142
  {
2894
2143
  "name": "md"
2895
- },
2896
- {
2897
- "name": "ionic"
2898
2144
  }
2899
2145
  ]
2900
2146
  },
2901
2147
  {
2902
2148
  "name": "translucent",
2903
- "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."
2149
+ "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."
2904
2150
  }
2905
2151
  ],
2906
2152
  "references": [
@@ -2920,33 +2166,6 @@
2920
2166
  {
2921
2167
  "name": "fixed",
2922
2168
  "description": "If `true`, the grid will have a fixed width based on the screen size."
2923
- },
2924
- {
2925
- "name": "mode",
2926
- "description": "The mode determines the platform behaviors of the component.",
2927
- "values": [
2928
- {
2929
- "name": "ios"
2930
- },
2931
- {
2932
- "name": "md"
2933
- }
2934
- ]
2935
- },
2936
- {
2937
- "name": "theme",
2938
- "description": "The theme determines the visual appearance of the component.",
2939
- "values": [
2940
- {
2941
- "name": "ios"
2942
- },
2943
- {
2944
- "name": "md"
2945
- },
2946
- {
2947
- "name": "ionic"
2948
- }
2949
- ]
2950
2169
  }
2951
2170
  ],
2952
2171
  "references": [
@@ -2965,7 +2184,7 @@
2965
2184
  "attributes": [
2966
2185
  {
2967
2186
  "name": "collapse",
2968
- "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)",
2187
+ "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)",
2969
2188
  "values": [
2970
2189
  {
2971
2190
  "name": "condense"
@@ -2975,40 +2194,21 @@
2975
2194
  }
2976
2195
  ]
2977
2196
  },
2978
- {
2979
- "name": "divider",
2980
- "description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes"
2981
- },
2982
2197
  {
2983
2198
  "name": "mode",
2984
- "description": "The mode determines the platform behaviors of the component.",
2985
- "values": [
2986
- {
2987
- "name": "ios"
2988
- },
2989
- {
2990
- "name": "md"
2991
- }
2992
- ]
2993
- },
2994
- {
2995
- "name": "theme",
2996
- "description": "The theme determines the visual appearance of the component.",
2199
+ "description": "The mode determines which platform styles to use.",
2997
2200
  "values": [
2998
2201
  {
2999
2202
  "name": "ios"
3000
2203
  },
3001
2204
  {
3002
2205
  "name": "md"
3003
- },
3004
- {
3005
- "name": "ionic"
3006
2206
  }
3007
2207
  ]
3008
2208
  },
3009
2209
  {
3010
2210
  "name": "translucent",
3011
- "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."
2211
+ "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."
3012
2212
  }
3013
2213
  ],
3014
2214
  "references": [
@@ -3029,36 +2229,9 @@
3029
2229
  "name": "alt",
3030
2230
  "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."
3031
2231
  },
3032
- {
3033
- "name": "mode",
3034
- "description": "The mode determines the platform behaviors of the component.",
3035
- "values": [
3036
- {
3037
- "name": "ios"
3038
- },
3039
- {
3040
- "name": "md"
3041
- }
3042
- ]
3043
- },
3044
2232
  {
3045
2233
  "name": "src",
3046
2234
  "description": "The image URL. This attribute is mandatory for the `<img>` element."
3047
- },
3048
- {
3049
- "name": "theme",
3050
- "description": "The theme determines the visual appearance of the component.",
3051
- "values": [
3052
- {
3053
- "name": "ios"
3054
- },
3055
- {
3056
- "name": "md"
3057
- },
3058
- {
3059
- "name": "ionic"
3060
- }
3061
- ]
3062
2235
  }
3063
2236
  ],
3064
2237
  "references": [
@@ -3079,18 +2252,6 @@
3079
2252
  "name": "disabled",
3080
2253
  "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."
3081
2254
  },
3082
- {
3083
- "name": "mode",
3084
- "description": "The mode determines the platform behaviors of the component.",
3085
- "values": [
3086
- {
3087
- "name": "ios"
3088
- },
3089
- {
3090
- "name": "md"
3091
- }
3092
- ]
3093
- },
3094
2255
  {
3095
2256
  "name": "position",
3096
2257
  "description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
@@ -3103,25 +2264,6 @@
3103
2264
  }
3104
2265
  ]
3105
2266
  },
3106
- {
3107
- "name": "preserve-rerender-scroll-position",
3108
- "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."
3109
- },
3110
- {
3111
- "name": "theme",
3112
- "description": "The theme determines the visual appearance of the component.",
3113
- "values": [
3114
- {
3115
- "name": "ios"
3116
- },
3117
- {
3118
- "name": "md"
3119
- },
3120
- {
3121
- "name": "ionic"
3122
- }
3123
- ]
3124
- },
3125
2267
  {
3126
2268
  "name": "threshold",
3127
2269
  "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."
@@ -3177,128 +2319,107 @@
3177
2319
  {
3178
2320
  "name": "loading-text",
3179
2321
  "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."
2322
+ }
2323
+ ],
2324
+ "references": [
2325
+ {
2326
+ "name": "Source code",
2327
+ "url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/infinite-scroll-content/infinite-scroll-content.tsx"
2328
+ }
2329
+ ]
2330
+ },
2331
+ {
2332
+ "name": "ion-input",
2333
+ "description": {
2334
+ "kind": "markdown",
2335
+ "value": ""
2336
+ },
2337
+ "attributes": [
2338
+ {
2339
+ "name": "autocapitalize",
2340
+ "description": "Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user.\nAvailable options: `\"off\"`, `\"none\"`, `\"on\"`, `\"sentences\"`, `\"words\"`, `\"characters\"`."
3180
2341
  },
3181
2342
  {
3182
- "name": "mode",
3183
- "description": "The mode determines the platform behaviors of the component.",
2343
+ "name": "autocomplete",
2344
+ "description": "Indicates whether the value of the control can be automatically completed by the browser.",
3184
2345
  "values": [
3185
2346
  {
3186
- "name": "ios"
3187
- },
3188
- {
3189
- "name": "md"
3190
- }
3191
- ]
3192
- },
3193
- {
3194
- "name": "theme",
3195
- "description": "The theme determines the visual appearance of the component.",
3196
- "values": [
3197
- {
3198
- "name": "ios"
2347
+ "name": "name"
3199
2348
  },
3200
2349
  {
3201
- "name": "md"
2350
+ "name": "email"
3202
2351
  },
3203
2352
  {
3204
- "name": "ionic"
3205
- }
3206
- ]
3207
- }
3208
- ],
3209
- "references": [
3210
- {
3211
- "name": "Source code",
3212
- "url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/infinite-scroll-content/infinite-scroll-content.tsx"
3213
- }
3214
- ]
3215
- },
3216
- {
3217
- "name": "ion-input",
3218
- "description": {
3219
- "kind": "markdown",
3220
- "value": ""
3221
- },
3222
- "attributes": [
3223
- {
3224
- "name": "autocapitalize",
3225
- "description": "Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user.\nAvailable options: `\"off\"`, `\"none\"`, `\"on\"`, `\"sentences\"`, `\"words\"`, `\"characters\"`."
3226
- },
3227
- {
3228
- "name": "autocomplete",
3229
- "description": "Indicates whether the value of the control can be automatically completed by the browser.",
3230
- "values": [
3231
- {
3232
- "name": "name"
2353
+ "name": "tel"
3233
2354
  },
3234
2355
  {
3235
2356
  "name": "url"
3236
2357
  },
3237
2358
  {
3238
- "name": "off"
2359
+ "name": "on"
3239
2360
  },
3240
2361
  {
3241
- "name": "on"
2362
+ "name": "off"
3242
2363
  },
3243
2364
  {
3244
- "name": "additional-name"
2365
+ "name": "honorific-prefix"
3245
2366
  },
3246
2367
  {
3247
- "name": "address-level1"
2368
+ "name": "given-name"
3248
2369
  },
3249
2370
  {
3250
- "name": "address-level2"
2371
+ "name": "additional-name"
3251
2372
  },
3252
2373
  {
3253
- "name": "address-level3"
2374
+ "name": "family-name"
3254
2375
  },
3255
2376
  {
3256
- "name": "address-level4"
2377
+ "name": "honorific-suffix"
3257
2378
  },
3258
2379
  {
3259
- "name": "address-line1"
2380
+ "name": "nickname"
3260
2381
  },
3261
2382
  {
3262
- "name": "address-line2"
2383
+ "name": "username"
3263
2384
  },
3264
2385
  {
3265
- "name": "address-line3"
2386
+ "name": "new-password"
3266
2387
  },
3267
2388
  {
3268
- "name": "bday-day"
2389
+ "name": "current-password"
3269
2390
  },
3270
2391
  {
3271
- "name": "bday-month"
2392
+ "name": "one-time-code"
3272
2393
  },
3273
2394
  {
3274
- "name": "bday-year"
2395
+ "name": "organization-title"
3275
2396
  },
3276
2397
  {
3277
- "name": "cc-csc"
2398
+ "name": "organization"
3278
2399
  },
3279
2400
  {
3280
- "name": "cc-exp"
2401
+ "name": "street-address"
3281
2402
  },
3282
2403
  {
3283
- "name": "cc-exp-month"
2404
+ "name": "address-line1"
3284
2405
  },
3285
2406
  {
3286
- "name": "cc-exp-year"
2407
+ "name": "address-line2"
3287
2408
  },
3288
2409
  {
3289
- "name": "cc-family-name"
2410
+ "name": "address-line3"
3290
2411
  },
3291
2412
  {
3292
- "name": "cc-given-name"
2413
+ "name": "address-level4"
3293
2414
  },
3294
2415
  {
3295
- "name": "cc-name"
2416
+ "name": "address-level3"
3296
2417
  },
3297
2418
  {
3298
- "name": "cc-number"
2419
+ "name": "address-level2"
3299
2420
  },
3300
2421
  {
3301
- "name": "cc-type"
2422
+ "name": "address-level1"
3302
2423
  },
3303
2424
  {
3304
2425
  "name": "country"
@@ -3307,82 +2428,76 @@
3307
2428
  "name": "country-name"
3308
2429
  },
3309
2430
  {
3310
- "name": "current-password"
2431
+ "name": "postal-code"
3311
2432
  },
3312
2433
  {
3313
- "name": "family-name"
2434
+ "name": "cc-name"
3314
2435
  },
3315
2436
  {
3316
- "name": "given-name"
2437
+ "name": "cc-given-name"
3317
2438
  },
3318
2439
  {
3319
- "name": "honorific-prefix"
2440
+ "name": "cc-additional-name"
3320
2441
  },
3321
2442
  {
3322
- "name": "honorific-suffix"
2443
+ "name": "cc-family-name"
3323
2444
  },
3324
2445
  {
3325
- "name": "new-password"
2446
+ "name": "cc-number"
3326
2447
  },
3327
2448
  {
3328
- "name": "one-time-code"
2449
+ "name": "cc-exp"
3329
2450
  },
3330
2451
  {
3331
- "name": "organization"
2452
+ "name": "cc-exp-month"
3332
2453
  },
3333
2454
  {
3334
- "name": "postal-code"
2455
+ "name": "cc-exp-year"
3335
2456
  },
3336
2457
  {
3337
- "name": "street-address"
2458
+ "name": "cc-csc"
3338
2459
  },
3339
2460
  {
3340
- "name": "transaction-amount"
2461
+ "name": "cc-type"
3341
2462
  },
3342
2463
  {
3343
2464
  "name": "transaction-currency"
3344
2465
  },
3345
2466
  {
3346
- "name": "username"
3347
- },
3348
- {
3349
- "name": "email"
3350
- },
3351
- {
3352
- "name": "tel"
2467
+ "name": "transaction-amount"
3353
2468
  },
3354
2469
  {
3355
- "name": "tel-area-code"
2470
+ "name": "language"
3356
2471
  },
3357
2472
  {
3358
- "name": "tel-country-code"
2473
+ "name": "bday"
3359
2474
  },
3360
2475
  {
3361
- "name": "tel-extension"
2476
+ "name": "bday-day"
3362
2477
  },
3363
2478
  {
3364
- "name": "tel-local"
2479
+ "name": "bday-month"
3365
2480
  },
3366
2481
  {
3367
- "name": "tel-national"
2482
+ "name": "bday-year"
3368
2483
  },
3369
2484
  {
3370
- "name": "nickname"
2485
+ "name": "sex"
3371
2486
  },
3372
2487
  {
3373
- "name": "organization-title"
2488
+ "name": "tel-country-code"
3374
2489
  },
3375
2490
  {
3376
- "name": "cc-additional-name"
2491
+ "name": "tel-national"
3377
2492
  },
3378
2493
  {
3379
- "name": "language"
2494
+ "name": "tel-area-code"
3380
2495
  },
3381
2496
  {
3382
- "name": "bday"
2497
+ "name": "tel-local"
3383
2498
  },
3384
2499
  {
3385
- "name": "sex"
2500
+ "name": "tel-extension"
3386
2501
  },
3387
2502
  {
3388
2503
  "name": "impp"
@@ -3502,7 +2617,7 @@
3502
2617
  },
3503
2618
  {
3504
2619
  "name": "fill",
3505
- "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\"`.",
2620
+ "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.",
3506
2621
  "values": [
3507
2622
  {
3508
2623
  "name": "outline"
@@ -3552,7 +2667,7 @@
3552
2667
  },
3553
2668
  {
3554
2669
  "name": "label-placement",
3555
- "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.",
2670
+ "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 (\"...\").",
3556
2671
  "values": [
3557
2672
  {
3558
2673
  "name": "end"
@@ -3589,7 +2704,7 @@
3589
2704
  },
3590
2705
  {
3591
2706
  "name": "mode",
3592
- "description": "The mode determines the platform behaviors of the component.",
2707
+ "description": "The mode determines which platform styles to use.",
3593
2708
  "values": [
3594
2709
  {
3595
2710
  "name": "ios"
@@ -3625,31 +2740,10 @@
3625
2740
  },
3626
2741
  {
3627
2742
  "name": "shape",
3628
- "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\"`.",
2743
+ "description": "The shape of the input. If \"round\" it will have an increased border radius.",
3629
2744
  "values": [
3630
- {
3631
- "name": "rectangular"
3632
- },
3633
2745
  {
3634
2746
  "name": "round"
3635
- },
3636
- {
3637
- "name": "soft"
3638
- }
3639
- ]
3640
- },
3641
- {
3642
- "name": "size",
3643
- "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.",
3644
- "values": [
3645
- {
3646
- "name": "large"
3647
- },
3648
- {
3649
- "name": "medium"
3650
- },
3651
- {
3652
- "name": "xlarge"
3653
2747
  }
3654
2748
  ]
3655
2749
  },
@@ -3661,21 +2755,6 @@
3661
2755
  "name": "step",
3662
2756
  "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."
3663
2757
  },
3664
- {
3665
- "name": "theme",
3666
- "description": "The theme determines the visual appearance of the component.",
3667
- "values": [
3668
- {
3669
- "name": "ios"
3670
- },
3671
- {
3672
- "name": "md"
3673
- },
3674
- {
3675
- "name": "ionic"
3676
- }
3677
- ]
3678
- },
3679
2758
  {
3680
2759
  "name": "type",
3681
2760
  "description": "The type of control to display. The default type is text.",
@@ -4004,7 +3083,7 @@
4004
3083
  },
4005
3084
  {
4006
3085
  "name": "detail",
4007
- "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."
3086
+ "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."
4008
3087
  },
4009
3088
  {
4010
3089
  "name": "detail-icon",
@@ -4039,7 +3118,7 @@
4039
3118
  },
4040
3119
  {
4041
3120
  "name": "mode",
4042
- "description": "The mode determines the platform behaviors of the component.",
3121
+ "description": "The mode determines which platform styles to use.",
4043
3122
  "values": [
4044
3123
  {
4045
3124
  "name": "ios"
@@ -4076,21 +3155,6 @@
4076
3155
  "name": "target",
4077
3156
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
4078
3157
  },
4079
- {
4080
- "name": "theme",
4081
- "description": "The theme determines the visual appearance of the component.",
4082
- "values": [
4083
- {
4084
- "name": "ios"
4085
- },
4086
- {
4087
- "name": "md"
4088
- },
4089
- {
4090
- "name": "ionic"
4091
- }
4092
- ]
4093
- },
4094
3158
  {
4095
3159
  "name": "type",
4096
3160
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -4156,7 +3220,7 @@
4156
3220
  },
4157
3221
  {
4158
3222
  "name": "mode",
4159
- "description": "The mode determines the platform behaviors of the component.",
3223
+ "description": "The mode determines which platform styles to use.",
4160
3224
  "values": [
4161
3225
  {
4162
3226
  "name": "ios"
@@ -4169,21 +3233,6 @@
4169
3233
  {
4170
3234
  "name": "sticky",
4171
3235
  "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"
4172
- },
4173
- {
4174
- "name": "theme",
4175
- "description": "The theme determines the visual appearance of the component.",
4176
- "values": [
4177
- {
4178
- "name": "ios"
4179
- },
4180
- {
4181
- "name": "md"
4182
- },
4183
- {
4184
- "name": "ionic"
4185
- }
4186
- ]
4187
3236
  }
4188
3237
  ],
4189
3238
  "references": [
@@ -4199,35 +3248,7 @@
4199
3248
  "kind": "markdown",
4200
3249
  "value": ""
4201
3250
  },
4202
- "attributes": [
4203
- {
4204
- "name": "mode",
4205
- "description": "The mode determines the platform behaviors of the component.",
4206
- "values": [
4207
- {
4208
- "name": "ios"
4209
- },
4210
- {
4211
- "name": "md"
4212
- }
4213
- ]
4214
- },
4215
- {
4216
- "name": "theme",
4217
- "description": "The theme determines the visual appearance of the component.",
4218
- "values": [
4219
- {
4220
- "name": "ios"
4221
- },
4222
- {
4223
- "name": "md"
4224
- },
4225
- {
4226
- "name": "ionic"
4227
- }
4228
- ]
4229
- }
4230
- ],
3251
+ "attributes": [],
4231
3252
  "references": [
4232
3253
  {
4233
3254
  "name": "Source code",
@@ -4291,21 +3312,9 @@
4291
3312
  "name": "href",
4292
3313
  "description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered."
4293
3314
  },
4294
- {
4295
- "name": "hue",
4296
- "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.",
4297
- "values": [
4298
- {
4299
- "name": "bold"
4300
- },
4301
- {
4302
- "name": "subtle"
4303
- }
4304
- ]
4305
- },
4306
3315
  {
4307
3316
  "name": "mode",
4308
- "description": "The mode determines the platform behaviors of the component.",
3317
+ "description": "The mode determines which platform styles to use.",
4309
3318
  "values": [
4310
3319
  {
4311
3320
  "name": "ios"
@@ -4319,52 +3328,22 @@
4319
3328
  "name": "rel",
4320
3329
  "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)."
4321
3330
  },
4322
- {
4323
- "name": "shape",
4324
- "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.",
4325
- "values": [
4326
- {
4327
- "name": "rectangular"
4328
- },
4329
- {
4330
- "name": "round"
4331
- },
4332
- {
4333
- "name": "soft"
4334
- }
4335
- ]
4336
- },
4337
3331
  {
4338
3332
  "name": "target",
4339
3333
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
4340
3334
  },
4341
3335
  {
4342
- "name": "theme",
4343
- "description": "The theme determines the visual appearance of the component.",
3336
+ "name": "type",
3337
+ "description": "The type of the button.",
4344
3338
  "values": [
4345
3339
  {
4346
- "name": "ios"
3340
+ "name": "button"
4347
3341
  },
4348
3342
  {
4349
- "name": "md"
3343
+ "name": "reset"
4350
3344
  },
4351
3345
  {
4352
- "name": "ionic"
4353
- }
4354
- ]
4355
- },
4356
- {
4357
- "name": "type",
4358
- "description": "The type of the button.",
4359
- "values": [
4360
- {
4361
- "name": "button"
4362
- },
4363
- {
4364
- "name": "reset"
4365
- },
4366
- {
4367
- "name": "submit"
3346
+ "name": "submit"
4368
3347
  }
4369
3348
  ]
4370
3349
  }
@@ -4383,18 +3362,6 @@
4383
3362
  "value": ""
4384
3363
  },
4385
3364
  "attributes": [
4386
- {
4387
- "name": "mode",
4388
- "description": "The mode determines the platform behaviors of the component.",
4389
- "values": [
4390
- {
4391
- "name": "ios"
4392
- },
4393
- {
4394
- "name": "md"
4395
- }
4396
- ]
4397
- },
4398
3365
  {
4399
3366
  "name": "side",
4400
3367
  "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.",
@@ -4406,21 +3373,6 @@
4406
3373
  "name": "start"
4407
3374
  }
4408
3375
  ]
4409
- },
4410
- {
4411
- "name": "theme",
4412
- "description": "The theme determines the visual appearance of the component.",
4413
- "values": [
4414
- {
4415
- "name": "ios"
4416
- },
4417
- {
4418
- "name": "md"
4419
- },
4420
- {
4421
- "name": "ionic"
4422
- }
4423
- ]
4424
3376
  }
4425
3377
  ],
4426
3378
  "references": [
@@ -4440,33 +3392,6 @@
4440
3392
  {
4441
3393
  "name": "disabled",
4442
3394
  "description": "If `true`, the user cannot interact with the sliding item."
4443
- },
4444
- {
4445
- "name": "mode",
4446
- "description": "The mode determines the platform behaviors of the component.",
4447
- "values": [
4448
- {
4449
- "name": "ios"
4450
- },
4451
- {
4452
- "name": "md"
4453
- }
4454
- ]
4455
- },
4456
- {
4457
- "name": "theme",
4458
- "description": "The theme determines the visual appearance of the component.",
4459
- "values": [
4460
- {
4461
- "name": "ios"
4462
- },
4463
- {
4464
- "name": "md"
4465
- },
4466
- {
4467
- "name": "ionic"
4468
- }
4469
- ]
4470
3395
  }
4471
3396
  ],
4472
3397
  "references": [
@@ -4518,7 +3443,7 @@
4518
3443
  },
4519
3444
  {
4520
3445
  "name": "mode",
4521
- "description": "The mode determines the platform behaviors of the component.",
3446
+ "description": "The mode determines which platform styles to use.",
4522
3447
  "values": [
4523
3448
  {
4524
3449
  "name": "ios"
@@ -4542,21 +3467,6 @@
4542
3467
  "name": "stacked"
4543
3468
  }
4544
3469
  ]
4545
- },
4546
- {
4547
- "name": "theme",
4548
- "description": "The theme determines the visual appearance of the component.",
4549
- "values": [
4550
- {
4551
- "name": "ios"
4552
- },
4553
- {
4554
- "name": "md"
4555
- },
4556
- {
4557
- "name": "ionic"
4558
- }
4559
- ]
4560
3470
  }
4561
3471
  ],
4562
3472
  "references": [
@@ -4594,43 +3504,13 @@
4594
3504
  },
4595
3505
  {
4596
3506
  "name": "mode",
4597
- "description": "The mode determines the platform behaviors of the component.",
4598
- "values": [
4599
- {
4600
- "name": "ios"
4601
- },
4602
- {
4603
- "name": "md"
4604
- }
4605
- ]
4606
- },
4607
- {
4608
- "name": "shape",
4609
- "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.",
4610
- "values": [
4611
- {
4612
- "name": "rectangular"
4613
- },
4614
- {
4615
- "name": "round"
4616
- },
4617
- {
4618
- "name": "soft"
4619
- }
4620
- ]
4621
- },
4622
- {
4623
- "name": "theme",
4624
- "description": "The theme determines the visual appearance of the component.",
3507
+ "description": "The mode determines which platform styles to use.",
4625
3508
  "values": [
4626
3509
  {
4627
3510
  "name": "ios"
4628
3511
  },
4629
3512
  {
4630
3513
  "name": "md"
4631
- },
4632
- {
4633
- "name": "ionic"
4634
3514
  }
4635
3515
  ]
4636
3516
  }
@@ -4699,28 +3579,13 @@
4699
3579
  },
4700
3580
  {
4701
3581
  "name": "mode",
4702
- "description": "The mode determines the platform behaviors of the component.",
4703
- "values": [
4704
- {
4705
- "name": "ios"
4706
- },
4707
- {
4708
- "name": "md"
4709
- }
4710
- ]
4711
- },
4712
- {
4713
- "name": "theme",
4714
- "description": "The theme determines the visual appearance of the component.",
3582
+ "description": "The mode determines which platform styles to use.",
4715
3583
  "values": [
4716
3584
  {
4717
3585
  "name": "ios"
4718
3586
  },
4719
3587
  {
4720
3588
  "name": "md"
4721
- },
4722
- {
4723
- "name": "ionic"
4724
3589
  }
4725
3590
  ]
4726
3591
  }
@@ -4781,7 +3646,7 @@
4781
3646
  },
4782
3647
  {
4783
3648
  "name": "mode",
4784
- "description": "The mode determines the platform behaviors of the component.",
3649
+ "description": "The mode determines which platform styles to use.",
4785
3650
  "values": [
4786
3651
  {
4787
3652
  "name": "ios"
@@ -4828,24 +3693,9 @@
4828
3693
  }
4829
3694
  ]
4830
3695
  },
4831
- {
4832
- "name": "theme",
4833
- "description": "The theme determines the visual appearance of the component.",
4834
- "values": [
4835
- {
4836
- "name": "ios"
4837
- },
4838
- {
4839
- "name": "md"
4840
- },
4841
- {
4842
- "name": "ionic"
4843
- }
4844
- ]
4845
- },
4846
3696
  {
4847
3697
  "name": "translucent",
4848
- "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)."
3698
+ "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)."
4849
3699
  },
4850
3700
  {
4851
3701
  "name": "trigger",
@@ -4882,18 +3732,6 @@
4882
3732
  "name": "menu-id",
4883
3733
  "description": "An id for the menu."
4884
3734
  },
4885
- {
4886
- "name": "mode",
4887
- "description": "The mode determines the platform behaviors of the component.",
4888
- "values": [
4889
- {
4890
- "name": "ios"
4891
- },
4892
- {
4893
- "name": "md"
4894
- }
4895
- ]
4896
- },
4897
3735
  {
4898
3736
  "name": "side",
4899
3737
  "description": "Which side of the view the menu should be placed.",
@@ -4910,21 +3748,6 @@
4910
3748
  "name": "swipe-gesture",
4911
3749
  "description": "If `true`, swiping the menu is enabled."
4912
3750
  },
4913
- {
4914
- "name": "theme",
4915
- "description": "The theme determines the visual appearance of the component.",
4916
- "values": [
4917
- {
4918
- "name": "ios"
4919
- },
4920
- {
4921
- "name": "md"
4922
- },
4923
- {
4924
- "name": "ionic"
4925
- }
4926
- ]
4927
- },
4928
3751
  {
4929
3752
  "name": "type",
4930
3753
  "description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
@@ -5002,28 +3825,13 @@
5002
3825
  },
5003
3826
  {
5004
3827
  "name": "mode",
5005
- "description": "The mode determines the platform behaviors of the component.",
5006
- "values": [
5007
- {
5008
- "name": "ios"
5009
- },
5010
- {
5011
- "name": "md"
5012
- }
5013
- ]
5014
- },
5015
- {
5016
- "name": "theme",
5017
- "description": "The theme determines the visual appearance of the component.",
3828
+ "description": "The mode determines which platform styles to use.",
5018
3829
  "values": [
5019
3830
  {
5020
3831
  "name": "ios"
5021
3832
  },
5022
3833
  {
5023
3834
  "name": "md"
5024
- },
5025
- {
5026
- "name": "ionic"
5027
3835
  }
5028
3836
  ]
5029
3837
  },
@@ -5064,33 +3872,6 @@
5064
3872
  {
5065
3873
  "name": "menu",
5066
3874
  "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."
5067
- },
5068
- {
5069
- "name": "mode",
5070
- "description": "The mode determines the platform behaviors of the component.",
5071
- "values": [
5072
- {
5073
- "name": "ios"
5074
- },
5075
- {
5076
- "name": "md"
5077
- }
5078
- ]
5079
- },
5080
- {
5081
- "name": "theme",
5082
- "description": "The theme determines the visual appearance of the component.",
5083
- "values": [
5084
- {
5085
- "name": "ios"
5086
- },
5087
- {
5088
- "name": "md"
5089
- },
5090
- {
5091
- "name": "ionic"
5092
- }
5093
- ]
5094
3875
  }
5095
3876
  ],
5096
3877
  "references": [
@@ -5181,7 +3962,7 @@
5181
3962
  },
5182
3963
  {
5183
3964
  "name": "mode",
5184
- "description": "The mode determines the platform behaviors of the component.",
3965
+ "description": "The mode determines which platform styles to use.",
5185
3966
  "values": [
5186
3967
  {
5187
3968
  "name": "ios"
@@ -5195,40 +3976,10 @@
5195
3976
  "name": "presenting-element",
5196
3977
  "description": "The element that presented the modal. This is used for card presentation effects\nand for stacking multiple modals on top of each other. Only applies in iOS mode."
5197
3978
  },
5198
- {
5199
- "name": "shape",
5200
- "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.",
5201
- "values": [
5202
- {
5203
- "name": "rectangular"
5204
- },
5205
- {
5206
- "name": "round"
5207
- },
5208
- {
5209
- "name": "soft"
5210
- }
5211
- ]
5212
- },
5213
3979
  {
5214
3980
  "name": "show-backdrop",
5215
3981
  "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."
5216
3982
  },
5217
- {
5218
- "name": "theme",
5219
- "description": "The theme determines the visual appearance of the component.",
5220
- "values": [
5221
- {
5222
- "name": "ios"
5223
- },
5224
- {
5225
- "name": "md"
5226
- },
5227
- {
5228
- "name": "ionic"
5229
- }
5230
- ]
5231
- },
5232
3983
  {
5233
3984
  "name": "trigger",
5234
3985
  "description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked."
@@ -5254,19 +4005,7 @@
5254
4005
  },
5255
4006
  {
5256
4007
  "name": "animation",
5257
- "description": "By default `ion-nav` animates transition between pages based on the mode (\"ios\" or \"md\").\nHowever, this property allows to create custom transition using `AnimationBuilder` functions."
5258
- },
5259
- {
5260
- "name": "mode",
5261
- "description": "The mode determines the platform behaviors of the component.",
5262
- "values": [
5263
- {
5264
- "name": "ios"
5265
- },
5266
- {
5267
- "name": "md"
5268
- }
5269
- ]
4008
+ "description": "By default `ion-nav` animates transition between pages based in the mode (ios or material design).\nHowever, this property allows to create custom transition using `AnimationBuilder` functions."
5270
4009
  },
5271
4010
  {
5272
4011
  "name": "root",
@@ -5279,21 +4018,6 @@
5279
4018
  {
5280
4019
  "name": "swipe-gesture",
5281
4020
  "description": "If the nav component should allow for swipe-to-go-back."
5282
- },
5283
- {
5284
- "name": "theme",
5285
- "description": "The theme determines the visual appearance of the component.",
5286
- "values": [
5287
- {
5288
- "name": "ios"
5289
- },
5290
- {
5291
- "name": "md"
5292
- },
5293
- {
5294
- "name": "ionic"
5295
- }
5296
- ]
5297
4021
  }
5298
4022
  ],
5299
4023
  "references": [
@@ -5318,18 +4042,6 @@
5318
4042
  "name": "component-props",
5319
4043
  "description": "Data you want to pass to the component as props. Only used if the `\"routerDirection\"` is `\"forward\"` or `\"root\"`."
5320
4044
  },
5321
- {
5322
- "name": "mode",
5323
- "description": "The mode determines the platform behaviors of the component.",
5324
- "values": [
5325
- {
5326
- "name": "ios"
5327
- },
5328
- {
5329
- "name": "md"
5330
- }
5331
- ]
5332
- },
5333
4045
  {
5334
4046
  "name": "router-animation",
5335
4047
  "description": "The transition animation when navigating to another page."
@@ -5348,21 +4060,6 @@
5348
4060
  "name": "root"
5349
4061
  }
5350
4062
  ]
5351
- },
5352
- {
5353
- "name": "theme",
5354
- "description": "The theme determines the visual appearance of the component.",
5355
- "values": [
5356
- {
5357
- "name": "ios"
5358
- },
5359
- {
5360
- "name": "md"
5361
- },
5362
- {
5363
- "name": "ionic"
5364
- }
5365
- ]
5366
4063
  }
5367
4064
  ],
5368
4065
  "references": [
@@ -5414,28 +4111,13 @@
5414
4111
  },
5415
4112
  {
5416
4113
  "name": "mode",
5417
- "description": "The mode determines the platform behaviors of the component.",
5418
- "values": [
5419
- {
5420
- "name": "ios"
5421
- },
5422
- {
5423
- "name": "md"
5424
- }
5425
- ]
5426
- },
5427
- {
5428
- "name": "theme",
5429
- "description": "The theme determines the visual appearance of the component.",
4114
+ "description": "The mode determines which platform styles to use.",
5430
4115
  "values": [
5431
4116
  {
5432
4117
  "name": "ios"
5433
4118
  },
5434
4119
  {
5435
4120
  "name": "md"
5436
- },
5437
- {
5438
- "name": "ionic"
5439
4121
  }
5440
4122
  ]
5441
4123
  }
@@ -5456,28 +4138,13 @@
5456
4138
  "attributes": [
5457
4139
  {
5458
4140
  "name": "mode",
5459
- "description": "The mode determines the platform behaviors of the component.",
5460
- "values": [
5461
- {
5462
- "name": "ios"
5463
- },
5464
- {
5465
- "name": "md"
5466
- }
5467
- ]
5468
- },
5469
- {
5470
- "name": "theme",
5471
- "description": "The theme determines the visual appearance of the component.",
4141
+ "description": "The mode determines which platform styles to use.",
5472
4142
  "values": [
5473
4143
  {
5474
4144
  "name": "ios"
5475
4145
  },
5476
4146
  {
5477
4147
  "name": "md"
5478
- },
5479
- {
5480
- "name": "ionic"
5481
4148
  }
5482
4149
  ]
5483
4150
  }
@@ -5535,28 +4202,13 @@
5535
4202
  },
5536
4203
  {
5537
4204
  "name": "mode",
5538
- "description": "The mode determines the platform behaviors of the component.",
5539
- "values": [
5540
- {
5541
- "name": "ios"
5542
- },
5543
- {
5544
- "name": "md"
5545
- }
5546
- ]
5547
- },
5548
- {
5549
- "name": "theme",
5550
- "description": "The theme determines the visual appearance of the component.",
4205
+ "description": "The mode determines which platform styles to use.",
5551
4206
  "values": [
5552
4207
  {
5553
4208
  "name": "ios"
5554
4209
  },
5555
4210
  {
5556
4211
  "name": "md"
5557
- },
5558
- {
5559
- "name": "ionic"
5560
4212
  }
5561
4213
  ]
5562
4214
  },
@@ -5616,33 +4268,6 @@
5616
4268
  "name": "disabled",
5617
4269
  "description": "If `true`, the user cannot interact with the picker column option."
5618
4270
  },
5619
- {
5620
- "name": "mode",
5621
- "description": "The mode determines the platform behaviors of the component.",
5622
- "values": [
5623
- {
5624
- "name": "ios"
5625
- },
5626
- {
5627
- "name": "md"
5628
- }
5629
- ]
5630
- },
5631
- {
5632
- "name": "theme",
5633
- "description": "The theme determines the visual appearance of the component.",
5634
- "values": [
5635
- {
5636
- "name": "ios"
5637
- },
5638
- {
5639
- "name": "md"
5640
- },
5641
- {
5642
- "name": "ionic"
5643
- }
5644
- ]
5645
- },
5646
4271
  {
5647
4272
  "name": "value",
5648
4273
  "description": "The text value of the option."
@@ -5708,7 +4333,7 @@
5708
4333
  },
5709
4334
  {
5710
4335
  "name": "mode",
5711
- "description": "The mode determines the platform behaviors of the component.",
4336
+ "description": "The mode determines which platform styles to use.",
5712
4337
  "values": [
5713
4338
  {
5714
4339
  "name": "ios"
@@ -5722,21 +4347,6 @@
5722
4347
  "name": "show-backdrop",
5723
4348
  "description": "If `true`, a backdrop will be displayed behind the picker."
5724
4349
  },
5725
- {
5726
- "name": "theme",
5727
- "description": "The theme determines the visual appearance of the component.",
5728
- "values": [
5729
- {
5730
- "name": "ios"
5731
- },
5732
- {
5733
- "name": "md"
5734
- },
5735
- {
5736
- "name": "ionic"
5737
- }
5738
- ]
5739
- },
5740
4350
  {
5741
4351
  "name": "trigger",
5742
4352
  "description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked."
@@ -5758,7 +4368,7 @@
5758
4368
  "attributes": [
5759
4369
  {
5760
4370
  "name": "alignment",
5761
- "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
4371
+ "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
5762
4372
  "values": [
5763
4373
  {
5764
4374
  "name": "center"
@@ -5777,7 +4387,7 @@
5777
4387
  },
5778
4388
  {
5779
4389
  "name": "arrow",
5780
- "description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme."
4390
+ "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."
5781
4391
  },
5782
4392
  {
5783
4393
  "name": "backdrop-dismiss",
@@ -5829,7 +4439,7 @@
5829
4439
  },
5830
4440
  {
5831
4441
  "name": "mode",
5832
- "description": "The mode determines the platform behaviors of the component.",
4442
+ "description": "The mode determines which platform styles to use.",
5833
4443
  "values": [
5834
4444
  {
5835
4445
  "name": "ios"
@@ -5891,24 +4501,9 @@
5891
4501
  }
5892
4502
  ]
5893
4503
  },
5894
- {
5895
- "name": "theme",
5896
- "description": "The theme determines the visual appearance of the component.",
5897
- "values": [
5898
- {
5899
- "name": "ios"
5900
- },
5901
- {
5902
- "name": "md"
5903
- },
5904
- {
5905
- "name": "ionic"
5906
- }
5907
- ]
5908
- },
5909
4504
  {
5910
4505
  "name": "translucent",
5911
- "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)."
4506
+ "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)."
5912
4507
  },
5913
4508
  {
5914
4509
  "name": "trigger",
@@ -5983,7 +4578,7 @@
5983
4578
  },
5984
4579
  {
5985
4580
  "name": "mode",
5986
- "description": "The mode determines the platform behaviors of the component.",
4581
+ "description": "The mode determines which platform styles to use.",
5987
4582
  "values": [
5988
4583
  {
5989
4584
  "name": "ios"
@@ -5997,33 +4592,6 @@
5997
4592
  "name": "reversed",
5998
4593
  "description": "If true, reverse the progress bar direction."
5999
4594
  },
6000
- {
6001
- "name": "shape",
6002
- "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.",
6003
- "values": [
6004
- {
6005
- "name": "rectangular"
6006
- },
6007
- {
6008
- "name": "round"
6009
- }
6010
- ]
6011
- },
6012
- {
6013
- "name": "theme",
6014
- "description": "The theme determines the visual appearance of the component.",
6015
- "values": [
6016
- {
6017
- "name": "ios"
6018
- },
6019
- {
6020
- "name": "md"
6021
- },
6022
- {
6023
- "name": "ionic"
6024
- }
6025
- ]
6026
- },
6027
4595
  {
6028
4596
  "name": "type",
6029
4597
  "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).",
@@ -6139,7 +4707,7 @@
6139
4707
  },
6140
4708
  {
6141
4709
  "name": "mode",
6142
- "description": "The mode determines the platform behaviors of the component.",
4710
+ "description": "The mode determines which platform styles to use.",
6143
4711
  "values": [
6144
4712
  {
6145
4713
  "name": "ios"
@@ -6153,21 +4721,6 @@
6153
4721
  "name": "name",
6154
4722
  "description": "The name of the control, which is submitted with the form data."
6155
4723
  },
6156
- {
6157
- "name": "theme",
6158
- "description": "The theme determines the visual appearance of the component.",
6159
- "values": [
6160
- {
6161
- "name": "ios"
6162
- },
6163
- {
6164
- "name": "md"
6165
- },
6166
- {
6167
- "name": "ionic"
6168
- }
6169
- ]
6170
- },
6171
4724
  {
6172
4725
  "name": "value",
6173
4726
  "description": "the value of the radio."
@@ -6203,37 +4756,10 @@
6203
4756
  "name": "helper-text",
6204
4757
  "description": "The helper text to display at the top of the radio group."
6205
4758
  },
6206
- {
6207
- "name": "mode",
6208
- "description": "The mode determines the platform behaviors of the component.",
6209
- "values": [
6210
- {
6211
- "name": "ios"
6212
- },
6213
- {
6214
- "name": "md"
6215
- }
6216
- ]
6217
- },
6218
4759
  {
6219
4760
  "name": "name",
6220
4761
  "description": "The name of the control, which is submitted with the form data."
6221
4762
  },
6222
- {
6223
- "name": "theme",
6224
- "description": "The theme determines the visual appearance of the component.",
6225
- "values": [
6226
- {
6227
- "name": "ios"
6228
- },
6229
- {
6230
- "name": "md"
6231
- },
6232
- {
6233
- "name": "ionic"
6234
- }
6235
- ]
6236
- },
6237
4763
  {
6238
4764
  "name": "value",
6239
4765
  "description": "the value of the radio group."
@@ -6334,7 +4860,7 @@
6334
4860
  },
6335
4861
  {
6336
4862
  "name": "mode",
6337
- "description": "The mode determines the platform behaviors of the component.",
4863
+ "description": "The mode determines which platform styles to use.",
6338
4864
  "values": [
6339
4865
  {
6340
4866
  "name": "ios"
@@ -6364,21 +4890,6 @@
6364
4890
  "name": "step",
6365
4891
  "description": "Specifies the value granularity."
6366
4892
  },
6367
- {
6368
- "name": "theme",
6369
- "description": "The theme determines the visual appearance of the component.",
6370
- "values": [
6371
- {
6372
- "name": "ios"
6373
- },
6374
- {
6375
- "name": "md"
6376
- },
6377
- {
6378
- "name": "ionic"
6379
- }
6380
- ]
6381
- },
6382
4893
  {
6383
4894
  "name": "ticks",
6384
4895
  "description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`."
@@ -6412,7 +4923,7 @@
6412
4923
  },
6413
4924
  {
6414
4925
  "name": "mode",
6415
- "description": "The mode determines the platform behaviors of the component.",
4926
+ "description": "The mode determines which platform styles to use.",
6416
4927
  "values": [
6417
4928
  {
6418
4929
  "name": "ios"
@@ -6437,21 +4948,6 @@
6437
4948
  {
6438
4949
  "name": "snapback-duration",
6439
4950
  "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."
6440
- },
6441
- {
6442
- "name": "theme",
6443
- "description": "The theme determines the visual appearance of the component.",
6444
- "values": [
6445
- {
6446
- "name": "ios"
6447
- },
6448
- {
6449
- "name": "md"
6450
- },
6451
- {
6452
- "name": "ionic"
6453
- }
6454
- ]
6455
4951
  }
6456
4952
  ],
6457
4953
  "references": [
@@ -6468,18 +4964,6 @@
6468
4964
  "value": ""
6469
4965
  },
6470
4966
  "attributes": [
6471
- {
6472
- "name": "mode",
6473
- "description": "The mode determines the platform behaviors of the component.",
6474
- "values": [
6475
- {
6476
- "name": "ios"
6477
- },
6478
- {
6479
- "name": "md"
6480
- }
6481
- ]
6482
- },
6483
4967
  {
6484
4968
  "name": "pulling-icon",
6485
4969
  "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."
@@ -6524,21 +5008,6 @@
6524
5008
  {
6525
5009
  "name": "refreshing-text",
6526
5010
  "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."
6527
- },
6528
- {
6529
- "name": "theme",
6530
- "description": "The theme determines the visual appearance of the component.",
6531
- "values": [
6532
- {
6533
- "name": "ios"
6534
- },
6535
- {
6536
- "name": "md"
6537
- },
6538
- {
6539
- "name": "ionic"
6540
- }
6541
- ]
6542
5011
  }
6543
5012
  ],
6544
5013
  "references": [
@@ -6554,35 +5023,7 @@
6554
5023
  "kind": "markdown",
6555
5024
  "value": ""
6556
5025
  },
6557
- "attributes": [
6558
- {
6559
- "name": "mode",
6560
- "description": "The mode determines the platform behaviors of the component.",
6561
- "values": [
6562
- {
6563
- "name": "ios"
6564
- },
6565
- {
6566
- "name": "md"
6567
- }
6568
- ]
6569
- },
6570
- {
6571
- "name": "theme",
6572
- "description": "The theme determines the visual appearance of the component.",
6573
- "values": [
6574
- {
6575
- "name": "ios"
6576
- },
6577
- {
6578
- "name": "md"
6579
- },
6580
- {
6581
- "name": "ionic"
6582
- }
6583
- ]
6584
- }
6585
- ],
5026
+ "attributes": [],
6586
5027
  "references": [
6587
5028
  {
6588
5029
  "name": "Source code",
@@ -6600,33 +5041,6 @@
6600
5041
  {
6601
5042
  "name": "disabled",
6602
5043
  "description": "If `true`, the reorder will be hidden."
6603
- },
6604
- {
6605
- "name": "mode",
6606
- "description": "The mode determines the platform behaviors of the component.",
6607
- "values": [
6608
- {
6609
- "name": "ios"
6610
- },
6611
- {
6612
- "name": "md"
6613
- }
6614
- ]
6615
- },
6616
- {
6617
- "name": "theme",
6618
- "description": "The theme determines the visual appearance of the component.",
6619
- "values": [
6620
- {
6621
- "name": "ios"
6622
- },
6623
- {
6624
- "name": "md"
6625
- },
6626
- {
6627
- "name": "ionic"
6628
- }
6629
- ]
6630
5044
  }
6631
5045
  ],
6632
5046
  "references": [
@@ -6643,33 +5057,6 @@
6643
5057
  "value": ""
6644
5058
  },
6645
5059
  "attributes": [
6646
- {
6647
- "name": "mode",
6648
- "description": "The mode determines the platform behaviors of the component.",
6649
- "values": [
6650
- {
6651
- "name": "ios"
6652
- },
6653
- {
6654
- "name": "md"
6655
- }
6656
- ]
6657
- },
6658
- {
6659
- "name": "theme",
6660
- "description": "The theme determines the visual appearance of the component.",
6661
- "values": [
6662
- {
6663
- "name": "ios"
6664
- },
6665
- {
6666
- "name": "md"
6667
- },
6668
- {
6669
- "name": "ionic"
6670
- }
6671
- ]
6672
- },
6673
5060
  {
6674
5061
  "name": "type",
6675
5062
  "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.",
@@ -6713,33 +5100,6 @@
6713
5100
  "name": "component-props",
6714
5101
  "description": "A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed\nto the defined component when rendered."
6715
5102
  },
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
- {
6729
- "name": "theme",
6730
- "description": "The theme determines the visual appearance of the component.",
6731
- "values": [
6732
- {
6733
- "name": "ios"
6734
- },
6735
- {
6736
- "name": "md"
6737
- },
6738
- {
6739
- "name": "ionic"
6740
- }
6741
- ]
6742
- },
6743
5103
  {
6744
5104
  "name": "url",
6745
5105
  "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."
@@ -6782,37 +5142,10 @@
6782
5142
  "value": ""
6783
5143
  },
6784
5144
  "attributes": [
6785
- {
6786
- "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
5145
  {
6798
5146
  "name": "root",
6799
5147
  "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."
6800
5148
  },
6801
- {
6802
- "name": "theme",
6803
- "description": "The theme determines the visual appearance of the component.",
6804
- "values": [
6805
- {
6806
- "name": "ios"
6807
- },
6808
- {
6809
- "name": "md"
6810
- },
6811
- {
6812
- "name": "ionic"
6813
- }
6814
- ]
6815
- },
6816
5149
  {
6817
5150
  "name": "use-hash",
6818
5151
  "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."
@@ -6869,18 +5202,6 @@
6869
5202
  "name": "href",
6870
5203
  "description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered."
6871
5204
  },
6872
- {
6873
- "name": "mode",
6874
- "description": "The mode determines the platform behaviors of the component.",
6875
- "values": [
6876
- {
6877
- "name": "ios"
6878
- },
6879
- {
6880
- "name": "md"
6881
- }
6882
- ]
6883
- },
6884
5205
  {
6885
5206
  "name": "rel",
6886
5207
  "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)."
@@ -6907,21 +5228,6 @@
6907
5228
  {
6908
5229
  "name": "target",
6909
5230
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
6910
- },
6911
- {
6912
- "name": "theme",
6913
- "description": "The theme determines the visual appearance of the component.",
6914
- "values": [
6915
- {
6916
- "name": "ios"
6917
- },
6918
- {
6919
- "name": "md"
6920
- },
6921
- {
6922
- "name": "ionic"
6923
- }
6924
- ]
6925
5231
  }
6926
5232
  ],
6927
5233
  "references": [
@@ -6948,28 +5254,13 @@
6948
5254
  },
6949
5255
  {
6950
5256
  "name": "mode",
6951
- "description": "The mode determines the platform behaviors of the component.",
6952
- "values": [
6953
- {
6954
- "name": "ios"
6955
- },
6956
- {
6957
- "name": "md"
6958
- }
6959
- ]
6960
- },
6961
- {
6962
- "name": "theme",
6963
- "description": "The theme determines the visual appearance of the component.",
5257
+ "description": "The mode determines which platform styles to use.",
6964
5258
  "values": [
6965
5259
  {
6966
5260
  "name": "ios"
6967
5261
  },
6968
5262
  {
6969
5263
  "name": "md"
6970
- },
6971
- {
6972
- "name": "ionic"
6973
5264
  }
6974
5265
  ]
6975
5266
  }
@@ -6987,35 +5278,7 @@
6987
5278
  "kind": "markdown",
6988
5279
  "value": ""
6989
5280
  },
6990
- "attributes": [
6991
- {
6992
- "name": "mode",
6993
- "description": "The mode determines the platform behaviors of the component.",
6994
- "values": [
6995
- {
6996
- "name": "ios"
6997
- },
6998
- {
6999
- "name": "md"
7000
- }
7001
- ]
7002
- },
7003
- {
7004
- "name": "theme",
7005
- "description": "The theme determines the visual appearance of the component.",
7006
- "values": [
7007
- {
7008
- "name": "ios"
7009
- },
7010
- {
7011
- "name": "md"
7012
- },
7013
- {
7014
- "name": "ionic"
7015
- }
7016
- ]
7017
- }
7018
- ],
5281
+ "attributes": [],
7019
5282
  "references": [
7020
5283
  {
7021
5284
  "name": "Source code",
@@ -7046,157 +5309,157 @@
7046
5309
  "name": "name"
7047
5310
  },
7048
5311
  {
7049
- "name": "url"
5312
+ "name": "email"
7050
5313
  },
7051
5314
  {
7052
- "name": "off"
5315
+ "name": "tel"
7053
5316
  },
7054
5317
  {
7055
- "name": "on"
5318
+ "name": "url"
7056
5319
  },
7057
5320
  {
7058
- "name": "additional-name"
5321
+ "name": "on"
7059
5322
  },
7060
5323
  {
7061
- "name": "address-level1"
5324
+ "name": "off"
7062
5325
  },
7063
5326
  {
7064
- "name": "address-level2"
5327
+ "name": "honorific-prefix"
7065
5328
  },
7066
5329
  {
7067
- "name": "address-level3"
5330
+ "name": "given-name"
7068
5331
  },
7069
5332
  {
7070
- "name": "address-level4"
5333
+ "name": "additional-name"
7071
5334
  },
7072
5335
  {
7073
- "name": "address-line1"
5336
+ "name": "family-name"
7074
5337
  },
7075
5338
  {
7076
- "name": "address-line2"
5339
+ "name": "honorific-suffix"
7077
5340
  },
7078
5341
  {
7079
- "name": "address-line3"
5342
+ "name": "nickname"
7080
5343
  },
7081
5344
  {
7082
- "name": "bday-day"
5345
+ "name": "username"
7083
5346
  },
7084
5347
  {
7085
- "name": "bday-month"
5348
+ "name": "new-password"
7086
5349
  },
7087
5350
  {
7088
- "name": "bday-year"
5351
+ "name": "current-password"
7089
5352
  },
7090
5353
  {
7091
- "name": "cc-csc"
5354
+ "name": "one-time-code"
7092
5355
  },
7093
5356
  {
7094
- "name": "cc-exp"
5357
+ "name": "organization-title"
7095
5358
  },
7096
5359
  {
7097
- "name": "cc-exp-month"
5360
+ "name": "organization"
7098
5361
  },
7099
5362
  {
7100
- "name": "cc-exp-year"
5363
+ "name": "street-address"
7101
5364
  },
7102
5365
  {
7103
- "name": "cc-family-name"
5366
+ "name": "address-line1"
7104
5367
  },
7105
5368
  {
7106
- "name": "cc-given-name"
5369
+ "name": "address-line2"
7107
5370
  },
7108
5371
  {
7109
- "name": "cc-name"
5372
+ "name": "address-line3"
7110
5373
  },
7111
5374
  {
7112
- "name": "cc-number"
5375
+ "name": "address-level4"
7113
5376
  },
7114
5377
  {
7115
- "name": "cc-type"
5378
+ "name": "address-level3"
7116
5379
  },
7117
5380
  {
7118
- "name": "country"
5381
+ "name": "address-level2"
7119
5382
  },
7120
5383
  {
7121
- "name": "country-name"
5384
+ "name": "address-level1"
7122
5385
  },
7123
5386
  {
7124
- "name": "current-password"
5387
+ "name": "country"
7125
5388
  },
7126
5389
  {
7127
- "name": "family-name"
5390
+ "name": "country-name"
7128
5391
  },
7129
5392
  {
7130
- "name": "given-name"
5393
+ "name": "postal-code"
7131
5394
  },
7132
5395
  {
7133
- "name": "honorific-prefix"
5396
+ "name": "cc-name"
7134
5397
  },
7135
5398
  {
7136
- "name": "honorific-suffix"
5399
+ "name": "cc-given-name"
7137
5400
  },
7138
5401
  {
7139
- "name": "new-password"
5402
+ "name": "cc-additional-name"
7140
5403
  },
7141
5404
  {
7142
- "name": "one-time-code"
5405
+ "name": "cc-family-name"
7143
5406
  },
7144
5407
  {
7145
- "name": "organization"
5408
+ "name": "cc-number"
7146
5409
  },
7147
5410
  {
7148
- "name": "postal-code"
5411
+ "name": "cc-exp"
7149
5412
  },
7150
5413
  {
7151
- "name": "street-address"
5414
+ "name": "cc-exp-month"
7152
5415
  },
7153
5416
  {
7154
- "name": "transaction-amount"
5417
+ "name": "cc-exp-year"
7155
5418
  },
7156
5419
  {
7157
- "name": "transaction-currency"
5420
+ "name": "cc-csc"
7158
5421
  },
7159
5422
  {
7160
- "name": "username"
5423
+ "name": "cc-type"
7161
5424
  },
7162
5425
  {
7163
- "name": "email"
5426
+ "name": "transaction-currency"
7164
5427
  },
7165
5428
  {
7166
- "name": "tel"
5429
+ "name": "transaction-amount"
7167
5430
  },
7168
5431
  {
7169
- "name": "tel-area-code"
5432
+ "name": "language"
7170
5433
  },
7171
5434
  {
7172
- "name": "tel-country-code"
5435
+ "name": "bday"
7173
5436
  },
7174
5437
  {
7175
- "name": "tel-extension"
5438
+ "name": "bday-day"
7176
5439
  },
7177
5440
  {
7178
- "name": "tel-local"
5441
+ "name": "bday-month"
7179
5442
  },
7180
5443
  {
7181
- "name": "tel-national"
5444
+ "name": "bday-year"
7182
5445
  },
7183
5446
  {
7184
- "name": "nickname"
5447
+ "name": "sex"
7185
5448
  },
7186
5449
  {
7187
- "name": "organization-title"
5450
+ "name": "tel-country-code"
7188
5451
  },
7189
5452
  {
7190
- "name": "cc-additional-name"
5453
+ "name": "tel-national"
7191
5454
  },
7192
5455
  {
7193
- "name": "language"
5456
+ "name": "tel-area-code"
7194
5457
  },
7195
5458
  {
7196
- "name": "bday"
5459
+ "name": "tel-local"
7197
5460
  },
7198
5461
  {
7199
- "name": "sex"
5462
+ "name": "tel-extension"
7200
5463
  },
7201
5464
  {
7202
5465
  "name": "impp"
@@ -7220,15 +5483,15 @@
7220
5483
  },
7221
5484
  {
7222
5485
  "name": "cancel-button-icon",
7223
- "description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`."
5486
+ "description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`."
7224
5487
  },
7225
5488
  {
7226
5489
  "name": "cancel-button-text",
7227
- "description": "Set the cancel button text. Only available when the theme is `\"ios\"`."
5490
+ "description": "Set the cancel button text. Only applies to `ios` mode."
7228
5491
  },
7229
5492
  {
7230
5493
  "name": "clear-icon",
7231
- "description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme."
5494
+ "description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`."
7232
5495
  },
7233
5496
  {
7234
5497
  "name": "color",
@@ -7338,7 +5601,7 @@
7338
5601
  },
7339
5602
  {
7340
5603
  "name": "mode",
7341
- "description": "The mode determines the platform behaviors of the component.",
5604
+ "description": "The mode determines which platform styles to use.",
7342
5605
  "values": [
7343
5606
  {
7344
5607
  "name": "ios"
@@ -7358,22 +5621,7 @@
7358
5621
  },
7359
5622
  {
7360
5623
  "name": "search-icon",
7361
- "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."
7362
- },
7363
- {
7364
- "name": "shape",
7365
- "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.",
7366
- "values": [
7367
- {
7368
- "name": "rectangular"
7369
- },
7370
- {
7371
- "name": "round"
7372
- },
7373
- {
7374
- "name": "soft"
7375
- }
7376
- ]
5624
+ "description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode."
7377
5625
  },
7378
5626
  {
7379
5627
  "name": "show-cancel-button",
@@ -7405,40 +5653,10 @@
7405
5653
  }
7406
5654
  ]
7407
5655
  },
7408
- {
7409
- "name": "size",
7410
- "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.",
7411
- "values": [
7412
- {
7413
- "name": "large"
7414
- },
7415
- {
7416
- "name": "medium"
7417
- },
7418
- {
7419
- "name": "small"
7420
- }
7421
- ]
7422
- },
7423
5656
  {
7424
5657
  "name": "spellcheck",
7425
5658
  "description": "If `true`, enable spellcheck on the input."
7426
5659
  },
7427
- {
7428
- "name": "theme",
7429
- "description": "The theme determines the visual appearance of the component.",
7430
- "values": [
7431
- {
7432
- "name": "ios"
7433
- },
7434
- {
7435
- "name": "md"
7436
- },
7437
- {
7438
- "name": "ionic"
7439
- }
7440
- ]
7441
- },
7442
5660
  {
7443
5661
  "name": "type",
7444
5662
  "description": "Set the type of the input.",
@@ -7524,7 +5742,7 @@
7524
5742
  },
7525
5743
  {
7526
5744
  "name": "mode",
7527
- "description": "The mode determines the platform behaviors of the component.",
5745
+ "description": "The mode determines which platform styles to use.",
7528
5746
  "values": [
7529
5747
  {
7530
5748
  "name": "ios"
@@ -7546,21 +5764,6 @@
7546
5764
  "name": "swipe-gesture",
7547
5765
  "description": "If `true`, users will be able to swipe between segment buttons to activate them."
7548
5766
  },
7549
- {
7550
- "name": "theme",
7551
- "description": "The theme determines the visual appearance of the component.",
7552
- "values": [
7553
- {
7554
- "name": "ios"
7555
- },
7556
- {
7557
- "name": "md"
7558
- },
7559
- {
7560
- "name": "ionic"
7561
- }
7562
- ]
7563
- },
7564
5767
  {
7565
5768
  "name": "value",
7566
5769
  "description": "the value of the segment."
@@ -7614,28 +5817,13 @@
7614
5817
  },
7615
5818
  {
7616
5819
  "name": "mode",
7617
- "description": "The mode determines the platform behaviors of the component.",
7618
- "values": [
7619
- {
7620
- "name": "ios"
7621
- },
7622
- {
7623
- "name": "md"
7624
- }
7625
- ]
7626
- },
7627
- {
7628
- "name": "theme",
7629
- "description": "The theme determines the visual appearance of the component.",
5820
+ "description": "The mode determines which platform styles to use.",
7630
5821
  "values": [
7631
5822
  {
7632
5823
  "name": "ios"
7633
5824
  },
7634
5825
  {
7635
5826
  "name": "md"
7636
- },
7637
- {
7638
- "name": "ionic"
7639
5827
  }
7640
5828
  ]
7641
5829
  },
@@ -7757,11 +5945,11 @@
7757
5945
  },
7758
5946
  {
7759
5947
  "name": "expanded-icon",
7760
- "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."
5948
+ "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."
7761
5949
  },
7762
5950
  {
7763
5951
  "name": "fill",
7764
- "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.",
5952
+ "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.",
7765
5953
  "values": [
7766
5954
  {
7767
5955
  "name": "outline"
@@ -7839,7 +6027,7 @@
7839
6027
  },
7840
6028
  {
7841
6029
  "name": "mode",
7842
- "description": "The mode determines the platform behaviors of the component.",
6030
+ "description": "The mode determines which platform styles to use.",
7843
6031
  "values": [
7844
6032
  {
7845
6033
  "name": "ios"
@@ -7875,52 +6063,16 @@
7875
6063
  },
7876
6064
  {
7877
6065
  "name": "shape",
7878
- "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.",
6066
+ "description": "The shape of the select. If \"round\" it will have an increased border radius.",
7879
6067
  "values": [
7880
- {
7881
- "name": "rectangular"
7882
- },
7883
6068
  {
7884
6069
  "name": "round"
7885
- },
7886
- {
7887
- "name": "soft"
7888
- }
7889
- ]
7890
- },
7891
- {
7892
- "name": "size",
7893
- "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.",
7894
- "values": [
7895
- {
7896
- "name": "large"
7897
- },
7898
- {
7899
- "name": "medium"
7900
- },
7901
- {
7902
- "name": "small"
7903
- }
7904
- ]
7905
- },
7906
- {
7907
- "name": "theme",
7908
- "description": "The theme determines the visual appearance of the component.",
7909
- "values": [
7910
- {
7911
- "name": "ios"
7912
- },
7913
- {
7914
- "name": "md"
7915
- },
7916
- {
7917
- "name": "ionic"
7918
6070
  }
7919
6071
  ]
7920
6072
  },
7921
6073
  {
7922
6074
  "name": "toggle-icon",
7923
- "description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes."
6075
+ "description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode."
7924
6076
  },
7925
6077
  {
7926
6078
  "name": "value",
@@ -7972,33 +6124,6 @@
7972
6124
  "name": "disabled",
7973
6125
  "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."
7974
6126
  },
7975
- {
7976
- "name": "mode",
7977
- "description": "The mode determines the platform behaviors of the component.",
7978
- "values": [
7979
- {
7980
- "name": "ios"
7981
- },
7982
- {
7983
- "name": "md"
7984
- }
7985
- ]
7986
- },
7987
- {
7988
- "name": "theme",
7989
- "description": "The theme determines the visual appearance of the component.",
7990
- "values": [
7991
- {
7992
- "name": "ios"
7993
- },
7994
- {
7995
- "name": "md"
7996
- },
7997
- {
7998
- "name": "ionic"
7999
- }
8000
- ]
8001
- },
8002
6127
  {
8003
6128
  "name": "value",
8004
6129
  "description": "The text value of the option."
@@ -8021,33 +6146,6 @@
8021
6146
  {
8022
6147
  "name": "animated",
8023
6148
  "description": "If `true`, the skeleton text will animate."
8024
- },
8025
- {
8026
- "name": "mode",
8027
- "description": "The mode determines the platform behaviors of the component.",
8028
- "values": [
8029
- {
8030
- "name": "ios"
8031
- },
8032
- {
8033
- "name": "md"
8034
- }
8035
- ]
8036
- },
8037
- {
8038
- "name": "theme",
8039
- "description": "The theme determines the visual appearance of the component.",
8040
- "values": [
8041
- {
8042
- "name": "ios"
8043
- },
8044
- {
8045
- "name": "md"
8046
- },
8047
- {
8048
- "name": "ionic"
8049
- }
8050
- ]
8051
6149
  }
8052
6150
  ],
8053
6151
  "references": [
@@ -8101,18 +6199,6 @@
8101
6199
  "name": "duration",
8102
6200
  "description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner."
8103
6201
  },
8104
- {
8105
- "name": "mode",
8106
- "description": "The mode determines the platform behaviors of the component.",
8107
- "values": [
8108
- {
8109
- "name": "ios"
8110
- },
8111
- {
8112
- "name": "md"
8113
- }
8114
- ]
8115
- },
8116
6202
  {
8117
6203
  "name": "name",
8118
6204
  "description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
@@ -8149,42 +6235,6 @@
8149
6235
  {
8150
6236
  "name": "paused",
8151
6237
  "description": "If `true`, the spinner's animation will be paused."
8152
- },
8153
- {
8154
- "name": "size",
8155
- "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.",
8156
- "values": [
8157
- {
8158
- "name": "large"
8159
- },
8160
- {
8161
- "name": "medium"
8162
- },
8163
- {
8164
- "name": "small"
8165
- },
8166
- {
8167
- "name": "xlarge"
8168
- },
8169
- {
8170
- "name": "xsmall"
8171
- }
8172
- ]
8173
- },
8174
- {
8175
- "name": "theme",
8176
- "description": "The theme determines the visual appearance of the component.",
8177
- "values": [
8178
- {
8179
- "name": "ios"
8180
- },
8181
- {
8182
- "name": "md"
8183
- },
8184
- {
8185
- "name": "ionic"
8186
- }
8187
- ]
8188
6238
  }
8189
6239
  ],
8190
6240
  "references": [
@@ -8209,33 +6259,6 @@
8209
6259
  "name": "disabled",
8210
6260
  "description": "If `true`, the split pane will be hidden."
8211
6261
  },
8212
- {
8213
- "name": "mode",
8214
- "description": "The mode determines the platform behaviors of the component.",
8215
- "values": [
8216
- {
8217
- "name": "ios"
8218
- },
8219
- {
8220
- "name": "md"
8221
- }
8222
- ]
8223
- },
8224
- {
8225
- "name": "theme",
8226
- "description": "The theme determines the visual appearance of the component.",
8227
- "values": [
8228
- {
8229
- "name": "ios"
8230
- },
8231
- {
8232
- "name": "md"
8233
- },
8234
- {
8235
- "name": "ionic"
8236
- }
8237
- ]
8238
- },
8239
6262
  {
8240
6263
  "name": "when",
8241
6264
  "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."
@@ -8253,42 +6276,15 @@
8253
6276
  "description": {
8254
6277
  "kind": "markdown",
8255
6278
  "value": ""
8256
- },
8257
- "attributes": [
8258
- {
8259
- "name": "component",
8260
- "description": "The component to display inside of the tab."
8261
- },
8262
- {
8263
- "name": "mode",
8264
- "description": "The mode determines the platform behaviors of the component.",
8265
- "values": [
8266
- {
8267
- "name": "ios"
8268
- },
8269
- {
8270
- "name": "md"
8271
- }
8272
- ]
8273
- },
8274
- {
8275
- "name": "tab",
8276
- "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."
8277
- },
8278
- {
8279
- "name": "theme",
8280
- "description": "The theme determines the visual appearance of the component.",
8281
- "values": [
8282
- {
8283
- "name": "ios"
8284
- },
8285
- {
8286
- "name": "md"
8287
- },
8288
- {
8289
- "name": "ionic"
8290
- }
8291
- ]
6279
+ },
6280
+ "attributes": [
6281
+ {
6282
+ "name": "component",
6283
+ "description": "The component to display inside of the tab."
6284
+ },
6285
+ {
6286
+ "name": "tab",
6287
+ "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."
8292
6288
  }
8293
6289
  ],
8294
6290
  "references": [
@@ -8338,21 +6334,9 @@
8338
6334
  }
8339
6335
  ]
8340
6336
  },
8341
- {
8342
- "name": "expand",
8343
- "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\"`.",
8344
- "values": [
8345
- {
8346
- "name": "compact"
8347
- },
8348
- {
8349
- "name": "full"
8350
- }
8351
- ]
8352
- },
8353
6337
  {
8354
6338
  "name": "mode",
8355
- "description": "The mode determines the platform behaviors of the component.",
6339
+ "description": "The mode determines which platform styles to use.",
8356
6340
  "values": [
8357
6341
  {
8358
6342
  "name": "ios"
@@ -8366,39 +6350,9 @@
8366
6350
  "name": "selected-tab",
8367
6351
  "description": "The selected tab component"
8368
6352
  },
8369
- {
8370
- "name": "shape",
8371
- "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.",
8372
- "values": [
8373
- {
8374
- "name": "rectangular"
8375
- },
8376
- {
8377
- "name": "round"
8378
- },
8379
- {
8380
- "name": "soft"
8381
- }
8382
- ]
8383
- },
8384
- {
8385
- "name": "theme",
8386
- "description": "The theme determines the visual appearance of the component.",
8387
- "values": [
8388
- {
8389
- "name": "ios"
8390
- },
8391
- {
8392
- "name": "md"
8393
- },
8394
- {
8395
- "name": "ionic"
8396
- }
8397
- ]
8398
- },
8399
6353
  {
8400
6354
  "name": "translucent",
8401
- "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)."
6355
+ "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)."
8402
6356
  }
8403
6357
  ],
8404
6358
  "references": [
@@ -8453,7 +6407,7 @@
8453
6407
  },
8454
6408
  {
8455
6409
  "name": "mode",
8456
- "description": "The mode determines the platform behaviors of the component.",
6410
+ "description": "The mode determines which platform styles to use.",
8457
6411
  "values": [
8458
6412
  {
8459
6413
  "name": "ios"
@@ -8471,21 +6425,6 @@
8471
6425
  "name": "selected",
8472
6426
  "description": "The selected tab component"
8473
6427
  },
8474
- {
8475
- "name": "shape",
8476
- "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.",
8477
- "values": [
8478
- {
8479
- "name": "rectangular"
8480
- },
8481
- {
8482
- "name": "round"
8483
- },
8484
- {
8485
- "name": "soft"
8486
- }
8487
- ]
8488
- },
8489
6428
  {
8490
6429
  "name": "tab",
8491
6430
  "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."
@@ -8493,21 +6432,6 @@
8493
6432
  {
8494
6433
  "name": "target",
8495
6434
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
8496
- },
8497
- {
8498
- "name": "theme",
8499
- "description": "The theme determines the visual appearance of the component.",
8500
- "values": [
8501
- {
8502
- "name": "ios"
8503
- },
8504
- {
8505
- "name": "md"
8506
- },
8507
- {
8508
- "name": "ionic"
8509
- }
8510
- ]
8511
6435
  }
8512
6436
  ],
8513
6437
  "references": [
@@ -8523,35 +6447,7 @@
8523
6447
  "kind": "markdown",
8524
6448
  "value": ""
8525
6449
  },
8526
- "attributes": [
8527
- {
8528
- "name": "mode",
8529
- "description": "The mode determines the platform behaviors of the component.",
8530
- "values": [
8531
- {
8532
- "name": "ios"
8533
- },
8534
- {
8535
- "name": "md"
8536
- }
8537
- ]
8538
- },
8539
- {
8540
- "name": "theme",
8541
- "description": "The theme determines the visual appearance of the component.",
8542
- "values": [
8543
- {
8544
- "name": "ios"
8545
- },
8546
- {
8547
- "name": "md"
8548
- },
8549
- {
8550
- "name": "ionic"
8551
- }
8552
- ]
8553
- }
8554
- ],
6450
+ "attributes": [],
8555
6451
  "references": [
8556
6452
  {
8557
6453
  "name": "Source code",
@@ -8601,28 +6497,13 @@
8601
6497
  },
8602
6498
  {
8603
6499
  "name": "mode",
8604
- "description": "The mode determines the platform behaviors of the component.",
8605
- "values": [
8606
- {
8607
- "name": "ios"
8608
- },
8609
- {
8610
- "name": "md"
8611
- }
8612
- ]
8613
- },
8614
- {
8615
- "name": "theme",
8616
- "description": "The theme determines the visual appearance of the component.",
6500
+ "description": "The mode determines which platform styles to use.",
8617
6501
  "values": [
8618
6502
  {
8619
6503
  "name": "ios"
8620
6504
  },
8621
6505
  {
8622
6506
  "name": "md"
8623
- },
8624
- {
8625
- "name": "ionic"
8626
6507
  }
8627
6508
  ]
8628
6509
  }
@@ -8743,7 +6624,7 @@
8743
6624
  },
8744
6625
  {
8745
6626
  "name": "fill",
8746
- "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\"`.",
6627
+ "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.",
8747
6628
  "values": [
8748
6629
  {
8749
6630
  "name": "outline"
@@ -8822,7 +6703,7 @@
8822
6703
  },
8823
6704
  {
8824
6705
  "name": "mode",
8825
- "description": "The mode determines the platform behaviors of the component.",
6706
+ "description": "The mode determines which platform styles to use.",
8826
6707
  "values": [
8827
6708
  {
8828
6709
  "name": "ios"
@@ -8854,31 +6735,10 @@
8854
6735
  },
8855
6736
  {
8856
6737
  "name": "shape",
8857
- "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.",
6738
+ "description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
8858
6739
  "values": [
8859
- {
8860
- "name": "rectangular"
8861
- },
8862
6740
  {
8863
6741
  "name": "round"
8864
- },
8865
- {
8866
- "name": "soft"
8867
- }
8868
- ]
8869
- },
8870
- {
8871
- "name": "size",
8872
- "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.",
8873
- "values": [
8874
- {
8875
- "name": "large"
8876
- },
8877
- {
8878
- "name": "medium"
8879
- },
8880
- {
8881
- "name": "small"
8882
6742
  }
8883
6743
  ]
8884
6744
  },
@@ -8886,21 +6746,6 @@
8886
6746
  "name": "spellcheck",
8887
6747
  "description": "If `true`, the element will have its spelling and grammar checked."
8888
6748
  },
8889
- {
8890
- "name": "theme",
8891
- "description": "The theme determines the visual appearance of the component.",
8892
- "values": [
8893
- {
8894
- "name": "ios"
8895
- },
8896
- {
8897
- "name": "md"
8898
- },
8899
- {
8900
- "name": "ionic"
8901
- }
8902
- ]
8903
- },
8904
6749
  {
8905
6750
  "name": "value",
8906
6751
  "description": "The value of the textarea."
@@ -8934,35 +6779,7 @@
8934
6779
  "kind": "markdown",
8935
6780
  "value": ""
8936
6781
  },
8937
- "attributes": [
8938
- {
8939
- "name": "mode",
8940
- "description": "The mode determines the platform behaviors of the component.",
8941
- "values": [
8942
- {
8943
- "name": "ios"
8944
- },
8945
- {
8946
- "name": "md"
8947
- }
8948
- ]
8949
- },
8950
- {
8951
- "name": "theme",
8952
- "description": "The theme determines the visual appearance of the component.",
8953
- "values": [
8954
- {
8955
- "name": "ios"
8956
- },
8957
- {
8958
- "name": "md"
8959
- },
8960
- {
8961
- "name": "ionic"
8962
- }
8963
- ]
8964
- }
8965
- ],
6782
+ "attributes": [],
8966
6783
  "references": [
8967
6784
  {
8968
6785
  "name": "Source code",
@@ -9010,18 +6827,6 @@
9010
6827
  }
9011
6828
  ]
9012
6829
  },
9013
- {
9014
- "name": "mode",
9015
- "description": "The mode determines the platform behaviors of the component.",
9016
- "values": [
9017
- {
9018
- "name": "ios"
9019
- },
9020
- {
9021
- "name": "md"
9022
- }
9023
- ]
9024
- },
9025
6830
  {
9026
6831
  "name": "size",
9027
6832
  "description": "The size of the toolbar title.",
@@ -9033,21 +6838,6 @@
9033
6838
  "name": "small"
9034
6839
  }
9035
6840
  ]
9036
- },
9037
- {
9038
- "name": "theme",
9039
- "description": "The theme determines the visual appearance of the component.",
9040
- "values": [
9041
- {
9042
- "name": "ios"
9043
- },
9044
- {
9045
- "name": "md"
9046
- },
9047
- {
9048
- "name": "ionic"
9049
- }
9050
- ]
9051
6841
  }
9052
6842
  ],
9053
6843
  "references": [
@@ -9125,18 +6915,6 @@
9125
6915
  "name": "html-attributes",
9126
6916
  "description": "Additional attributes to pass to the toast."
9127
6917
  },
9128
- {
9129
- "name": "hue",
9130
- "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.",
9131
- "values": [
9132
- {
9133
- "name": "bold"
9134
- },
9135
- {
9136
- "name": "subtle"
9137
- }
9138
- ]
9139
- },
9140
6918
  {
9141
6919
  "name": "icon",
9142
6920
  "description": "The name of the icon to display, or the path to a valid SVG file. See `ion-icon`.\nhttps://ionic.io/ionicons"
@@ -9171,7 +6949,7 @@
9171
6949
  },
9172
6950
  {
9173
6951
  "name": "mode",
9174
- "description": "The mode determines the platform behaviors of the component.",
6952
+ "description": "The mode determines which platform styles to use.",
9175
6953
  "values": [
9176
6954
  {
9177
6955
  "name": "ios"
@@ -9200,21 +6978,6 @@
9200
6978
  "name": "position-anchor",
9201
6979
  "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."
9202
6980
  },
9203
- {
9204
- "name": "shape",
9205
- "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.",
9206
- "values": [
9207
- {
9208
- "name": "rectangular"
9209
- },
9210
- {
9211
- "name": "round"
9212
- },
9213
- {
9214
- "name": "soft"
9215
- }
9216
- ]
9217
- },
9218
6981
  {
9219
6982
  "name": "swipe-gesture",
9220
6983
  "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.",
@@ -9224,24 +6987,9 @@
9224
6987
  }
9225
6988
  ]
9226
6989
  },
9227
- {
9228
- "name": "theme",
9229
- "description": "The theme determines the visual appearance of the component.",
9230
- "values": [
9231
- {
9232
- "name": "ios"
9233
- },
9234
- {
9235
- "name": "md"
9236
- },
9237
- {
9238
- "name": "ionic"
9239
- }
9240
- ]
9241
- },
9242
6990
  {
9243
6991
  "name": "translucent",
9244
- "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)."
6992
+ "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)."
9245
6993
  },
9246
6994
  {
9247
6995
  "name": "trigger",
@@ -9362,7 +7110,7 @@
9362
7110
  },
9363
7111
  {
9364
7112
  "name": "mode",
9365
- "description": "The mode determines the platform behaviors of the component.",
7113
+ "description": "The mode determines which platform styles to use.",
9366
7114
  "values": [
9367
7115
  {
9368
7116
  "name": "ios"
@@ -9380,21 +7128,6 @@
9380
7128
  "name": "required",
9381
7129
  "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."
9382
7130
  },
9383
- {
9384
- "name": "theme",
9385
- "description": "The theme determines the visual appearance of the component.",
9386
- "values": [
9387
- {
9388
- "name": "ios"
9389
- },
9390
- {
9391
- "name": "md"
9392
- },
9393
- {
9394
- "name": "ionic"
9395
- }
9396
- ]
9397
- },
9398
7131
  {
9399
7132
  "name": "value",
9400
7133
  "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>`."
@@ -9449,28 +7182,13 @@
9449
7182
  },
9450
7183
  {
9451
7184
  "name": "mode",
9452
- "description": "The mode determines the platform behaviors of the component.",
9453
- "values": [
9454
- {
9455
- "name": "ios"
9456
- },
9457
- {
9458
- "name": "md"
9459
- }
9460
- ]
9461
- },
9462
- {
9463
- "name": "theme",
9464
- "description": "The theme determines the visual appearance of the component.",
7185
+ "description": "The mode determines which platform styles to use.",
9465
7186
  "values": [
9466
7187
  {
9467
7188
  "name": "ios"
9468
7189
  },
9469
7190
  {
9470
7191
  "name": "md"
9471
- },
9472
- {
9473
- "name": "ionic"
9474
7192
  }
9475
7193
  ]
9476
7194
  }