@ionic/core 8.7.6-dev.11759493293.13f81b9f → 8.7.6-dev.11759524961.1cff6814

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 (950) hide show
  1. package/components/action-sheet.js +14 -20
  2. package/components/alert.js +16 -21
  3. package/components/animation.js +1 -1
  4. package/components/backdrop.js +8 -13
  5. package/components/button.js +13 -46
  6. package/components/buttons.js +10 -15
  7. package/components/capacitor.js +1 -1
  8. package/components/checkbox.js +14 -35
  9. package/components/content.js +14 -18
  10. package/components/data.js +11 -14
  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 +18 -32
  15. package/components/helpers.js +3 -42
  16. package/components/icon.js +2 -4
  17. package/components/index2.js +70 -3
  18. package/components/index5.js +8 -8
  19. package/components/index6.js +1 -1
  20. package/components/index7.js +150 -111
  21. package/components/index8.js +111 -150
  22. package/components/index9.js +7 -0
  23. package/components/input-shims.js +2 -2
  24. package/components/input.utils.js +1 -1
  25. package/components/ion-accordion-group.js +7 -27
  26. package/components/ion-accordion.js +23 -36
  27. package/components/ion-app.js +78 -15
  28. package/components/ion-avatar.js +7 -62
  29. package/components/ion-back-button.js +22 -32
  30. package/components/ion-badge.js +11 -77
  31. package/components/ion-breadcrumb.js +13 -48
  32. package/components/ion-breadcrumbs.js +7 -12
  33. package/components/ion-card-content.js +9 -14
  34. package/components/ion-card-header.js +8 -13
  35. package/components/ion-card-subtitle.js +7 -12
  36. package/components/ion-card-title.js +7 -12
  37. package/components/ion-card.js +12 -26
  38. package/components/ion-chip.js +10 -57
  39. package/components/ion-col.js +52 -55
  40. package/components/ion-datetime-button.js +7 -12
  41. package/components/ion-datetime.js +27 -106
  42. package/components/ion-fab-button.js +18 -36
  43. package/components/ion-fab-list.js +7 -9
  44. package/components/ion-fab.js +8 -10
  45. package/components/ion-footer.js +15 -22
  46. package/components/ion-grid.js +7 -9
  47. package/components/ion-img.js +4 -9
  48. package/components/ion-infinite-scroll-content.js +10 -15
  49. package/components/ion-infinite-scroll.js +8 -82
  50. package/components/ion-input-otp.js +8 -13
  51. package/components/ion-input-password-toggle.js +15 -55
  52. package/components/ion-input.js +31 -125
  53. package/components/ion-item-divider.js +7 -12
  54. package/components/ion-item-group.js +7 -12
  55. package/components/ion-item-option.js +11 -40
  56. package/components/ion-item-options.js +9 -14
  57. package/components/ion-item-sliding.js +7 -9
  58. package/components/ion-loading.js +14 -19
  59. package/components/ion-menu-button.js +12 -30
  60. package/components/ion-menu-toggle.js +7 -9
  61. package/components/ion-menu.js +10 -14
  62. package/components/ion-nav-link.js +5 -7
  63. package/components/ion-nav.js +8 -12
  64. package/components/ion-note.js +7 -12
  65. package/components/ion-picker-legacy.js +12 -14
  66. package/components/ion-progress-bar.js +9 -29
  67. package/components/ion-range.js +12 -17
  68. package/components/ion-refresher-content.js +10 -27
  69. package/components/ion-refresher.js +9 -14
  70. package/components/ion-reorder-group.js +7 -9
  71. package/components/ion-reorder.js +7 -34
  72. package/components/ion-route-redirect.js +2 -4
  73. package/components/ion-route.js +5 -7
  74. package/components/ion-router-link.js +9 -11
  75. package/components/ion-router-outlet.js +7 -9
  76. package/components/ion-router.js +2 -4
  77. package/components/ion-row.js +5 -10
  78. package/components/ion-searchbar.js +25 -141
  79. package/components/ion-segment-button.js +9 -14
  80. package/components/ion-segment-content.js +3 -5
  81. package/components/ion-segment-view.js +4 -9
  82. package/components/ion-segment.js +9 -14
  83. package/components/ion-select-option.js +4 -9
  84. package/components/ion-select.js +35 -121
  85. package/components/ion-skeleton-text.js +7 -9
  86. package/components/ion-split-pane.js +10 -15
  87. package/components/ion-tab-bar.js +11 -43
  88. package/components/ion-tab-button.js +9 -29
  89. package/components/ion-tab.js +4 -6
  90. package/components/ion-tabs.js +4 -6
  91. package/components/ion-text.js +7 -9
  92. package/components/ion-textarea.js +14 -57
  93. package/components/ion-thumbnail.js +4 -9
  94. package/components/ion-toast.js +17 -44
  95. package/components/ion-toggle.js +19 -78
  96. package/components/ionic-global.js +15 -349
  97. package/components/ios.transition.js +0 -1
  98. package/components/item.js +17 -44
  99. package/components/keyboard-controller.js +2 -4
  100. package/components/label.js +7 -12
  101. package/components/list-header.js +9 -14
  102. package/components/list.js +8 -31
  103. package/components/modal.js +27 -57
  104. package/components/notch-controller.js +1 -1
  105. package/components/overlays.js +4 -3
  106. package/components/picker-column-option.js +7 -12
  107. package/components/picker-column.js +10 -11
  108. package/components/picker-column2.js +6 -8
  109. package/components/picker.js +6 -11
  110. package/components/popover.js +15 -20
  111. package/components/radio-group.js +7 -14
  112. package/components/radio.js +10 -15
  113. package/components/ripple-effect.js +9 -19
  114. package/components/select-modal.js +6 -8
  115. package/components/select-popover.js +4 -12
  116. package/components/spinner.js +10 -35
  117. package/components/status-tap.js +1 -1
  118. package/components/title.js +9 -14
  119. package/components/toolbar.js +11 -157
  120. package/css/core.css +1 -1
  121. package/css/core.css.map +1 -1
  122. package/css/display.css +1 -1
  123. package/css/display.css.map +1 -1
  124. package/css/flex-utils.css +1 -1
  125. package/css/flex-utils.css.map +1 -1
  126. package/css/float-elements.css.map +1 -1
  127. package/css/global.bundle.css.map +1 -1
  128. package/css/ionic-swiper.css +1 -1
  129. package/css/ionic-swiper.css.map +1 -1
  130. package/css/ionic.bundle.css +1 -1
  131. package/css/ionic.bundle.css.map +1 -1
  132. package/css/normalize.css.map +1 -1
  133. package/css/padding.css.map +1 -1
  134. package/css/palettes/dark.always.css.map +1 -1
  135. package/css/palettes/dark.class.css.map +1 -1
  136. package/css/palettes/dark.system.css.map +1 -1
  137. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  138. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  139. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  140. package/css/palettes/high-contrast.always.css.map +1 -1
  141. package/css/palettes/high-contrast.class.css.map +1 -1
  142. package/css/palettes/high-contrast.system.css.map +1 -1
  143. package/css/structure.css.map +1 -1
  144. package/css/text-alignment.css.map +1 -1
  145. package/css/text-transformation.css.map +1 -1
  146. package/css/typography.css.map +1 -1
  147. package/css/utils.bundle.css +1 -1
  148. package/css/utils.bundle.css.map +1 -1
  149. package/dist/cjs/{animation-BYsP2q5j.js → animation-ZJ1lAkZD.js} +3 -3
  150. package/dist/cjs/{app-globals-CrtAvKxl.js → app-globals-77ZfuXXk.js} +1 -1
  151. package/dist/cjs/{button-active-CDa7BeCl.js → button-active-BzZenWWH.js} +2 -2
  152. package/dist/cjs/{capacitor-BMhHF0O5.js → capacitor-DmA66EwP.js} +3 -3
  153. package/dist/cjs/{config-C5fsO43a.js → config-CKhELRRu.js} +1 -1
  154. package/dist/cjs/{data-MoL8Ckx5.js → data-DW6ofvJ8.js} +12 -15
  155. package/dist/{esm/focus-visible-vXpMhGrs.js → cjs/focus-visible-CCvKiLh3.js} +3 -23
  156. package/dist/cjs/{framework-delegate-Bwdk9vFS.js → framework-delegate-WkyjrnCx.js} +2 -4
  157. package/dist/cjs/{haptic-Cy3moXzO.js → haptic-ClPPQ_PS.js} +1 -1
  158. package/dist/cjs/hardware-back-button-BxdNu76F.js +121 -0
  159. package/dist/cjs/{helpers-DnouLczu.js → helpers-DgwmcYAu.js} +3 -42
  160. package/dist/cjs/{index-Dbl8V7hw.js → index--3s2Phef.js} +74 -7
  161. package/dist/cjs/{index-DUoP_H1L.js → index-Cc5PNMyz.js} +2 -2
  162. package/dist/cjs/{index-XjN3PjKG.js → index-D24wggHR.js} +15 -15
  163. package/dist/cjs/{index-D6Wc6v08.js → index-DNh170BW.js} +47 -51
  164. package/dist/cjs/index-DkNv4J_i.js +10 -0
  165. package/dist/cjs/{index-Bq6U5NAb.js → index-bGpoPC4u.js} +8 -9
  166. package/dist/cjs/index.cjs.js +13 -12
  167. package/dist/cjs/{input-shims-D6DHFHsE.js → input-shims-CLI_OrmU.js} +17 -18
  168. package/dist/cjs/{input.utils-BVyJKWft.js → input.utils-B2hZ5tX6.js} +5 -5
  169. package/dist/cjs/ion-accordion_2.cjs.entry.js +27 -56
  170. package/dist/cjs/ion-action-sheet.cjs.entry.js +19 -22
  171. package/dist/cjs/ion-alert.cjs.entry.js +22 -24
  172. package/dist/cjs/ion-app_8.cjs.entry.js +145 -244
  173. package/dist/cjs/ion-avatar_3.cjs.entry.js +12 -124
  174. package/dist/cjs/ion-back-button.cjs.entry.js +20 -29
  175. package/dist/cjs/ion-backdrop.cjs.entry.js +7 -10
  176. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +16 -52
  177. package/dist/cjs/ion-button_2.cjs.entry.js +12 -44
  178. package/dist/cjs/ion-card_5.cjs.entry.js +30 -54
  179. package/dist/cjs/ion-checkbox.cjs.entry.js +14 -32
  180. package/dist/cjs/ion-chip.cjs.entry.js +8 -49
  181. package/dist/cjs/ion-col_3.cjs.entry.js +57 -54
  182. package/dist/cjs/ion-datetime-button.cjs.entry.js +8 -12
  183. package/dist/cjs/ion-datetime_3.cjs.entry.js +39 -114
  184. package/dist/cjs/ion-fab_3.cjs.entry.js +26 -42
  185. package/dist/cjs/ion-img.cjs.entry.js +4 -8
  186. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +16 -91
  187. package/dist/cjs/ion-input-otp.cjs.entry.js +8 -12
  188. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +13 -51
  189. package/dist/cjs/ion-input.cjs.entry.js +31 -121
  190. package/dist/cjs/ion-item-option_3.cjs.entry.js +20 -49
  191. package/dist/cjs/ion-item_8.cjs.entry.js +46 -106
  192. package/dist/cjs/ion-loading.cjs.entry.js +17 -19
  193. package/dist/cjs/ion-menu_3.cjs.entry.js +27 -45
  194. package/dist/cjs/ion-modal.cjs.entry.js +69 -96
  195. package/dist/cjs/ion-nav_2.cjs.entry.js +11 -14
  196. package/dist/cjs/ion-picker-column-option.cjs.entry.js +7 -11
  197. package/dist/cjs/ion-picker-column.cjs.entry.js +13 -13
  198. package/dist/cjs/ion-picker.cjs.entry.js +6 -10
  199. package/dist/cjs/ion-popover.cjs.entry.js +17 -19
  200. package/dist/cjs/ion-progress-bar.cjs.entry.js +8 -26
  201. package/dist/cjs/ion-radio_2.cjs.entry.js +14 -23
  202. package/dist/cjs/ion-range.cjs.entry.js +11 -15
  203. package/dist/cjs/ion-refresher_2.cjs.entry.js +20 -38
  204. package/dist/cjs/ion-reorder_2.cjs.entry.js +13 -37
  205. package/dist/cjs/ion-ripple-effect.cjs.entry.js +7 -15
  206. package/dist/cjs/ion-route_4.cjs.entry.js +8 -9
  207. package/dist/cjs/ion-searchbar.cjs.entry.js +22 -135
  208. package/dist/cjs/ion-segment-content.cjs.entry.js +2 -2
  209. package/dist/cjs/ion-segment-view.cjs.entry.js +3 -6
  210. package/dist/cjs/ion-segment_2.cjs.entry.js +15 -22
  211. package/dist/cjs/ion-select-modal.cjs.entry.js +10 -9
  212. package/dist/cjs/ion-select_3.cjs.entry.js +39 -130
  213. package/dist/cjs/ion-spinner.cjs.entry.js +7 -29
  214. package/dist/cjs/ion-split-pane.cjs.entry.js +9 -12
  215. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +21 -66
  216. package/dist/cjs/ion-tab_2.cjs.entry.js +7 -8
  217. package/dist/cjs/ion-text.cjs.entry.js +6 -6
  218. package/dist/cjs/ion-textarea.cjs.entry.js +16 -56
  219. package/dist/cjs/ion-toast.cjs.entry.js +44 -67
  220. package/dist/cjs/ion-toggle.cjs.entry.js +22 -79
  221. package/dist/cjs/ionic-global-UI5YPSi-.js +151 -0
  222. package/dist/cjs/ionic.cjs.js +5 -5
  223. package/dist/cjs/{ios.transition-2wtm_6Ok.js → ios.transition-B_rsAM9j.js} +5 -7
  224. package/dist/cjs/{keyboard-UYQhk8rB.js → keyboard-UuAS4D_9.js} +1 -1
  225. package/dist/cjs/{keyboard-controller-ts0z4BIe.js → keyboard-controller-GXBiBRKS.js} +9 -11
  226. package/dist/cjs/{keyboard-C1Ds9WQH.js → keyboard-hHzlEQpk.js} +3 -4
  227. package/dist/cjs/loader.cjs.js +4 -4
  228. package/dist/cjs/{md.transition-DCNdoS7u.js → md.transition-CQt0eBw-.js} +5 -6
  229. package/dist/cjs/{notch-controller-BX7CnNaL.js → notch-controller-Bf5Rr4R5.js} +4 -4
  230. package/dist/cjs/{overlays-pdcfssMG.js → overlays-czPyT6xP.js} +10 -9
  231. package/dist/cjs/{status-tap-e-hyosXV.js → status-tap-D9YPr62n.js} +3 -4
  232. package/dist/cjs/{swipe-back-CR060nOX.js → swipe-back-C1wRtoww.js} +2 -3
  233. package/dist/collection/collection-manifest.json +1 -2
  234. package/dist/collection/components/accordion/accordion.ios.css +58 -73
  235. package/dist/collection/components/accordion/accordion.js +30 -40
  236. package/dist/collection/components/accordion/accordion.md.css +59 -67
  237. package/dist/collection/components/accordion-group/accordion-group.ios.css +4 -16
  238. package/dist/collection/components/accordion-group/accordion-group.js +16 -52
  239. package/dist/collection/components/accordion-group/accordion-group.md.css +4 -22
  240. package/dist/collection/components/action-sheet/action-sheet.ios.css +6 -18
  241. package/dist/collection/components/action-sheet/action-sheet.js +32 -31
  242. package/dist/collection/components/action-sheet/action-sheet.md.css +5 -17
  243. package/dist/collection/components/alert/alert.ios.css +1 -19
  244. package/dist/collection/components/alert/alert.js +37 -34
  245. package/dist/collection/components/alert/alert.md.css +1 -19
  246. package/dist/collection/components/app/app.js +78 -15
  247. package/dist/collection/components/avatar/avatar.ios.css +33 -7
  248. package/dist/collection/components/avatar/avatar.js +4 -120
  249. package/dist/collection/components/avatar/avatar.md.css +0 -51
  250. package/dist/collection/components/back-button/back-button.ios.css +48 -60
  251. package/dist/collection/components/back-button/back-button.js +30 -37
  252. package/dist/collection/components/back-button/back-button.md.css +48 -60
  253. package/dist/collection/components/backdrop/backdrop.ios.css +19 -56
  254. package/dist/collection/components/backdrop/backdrop.js +9 -15
  255. package/dist/collection/components/backdrop/backdrop.md.css +19 -56
  256. package/dist/collection/components/badge/badge.ios.css +12 -139
  257. package/dist/collection/components/badge/badge.js +11 -147
  258. package/dist/collection/components/badge/badge.md.css +12 -123
  259. package/dist/collection/components/breadcrumb/breadcrumb.ios.css +8 -20
  260. package/dist/collection/components/breadcrumb/breadcrumb.js +32 -63
  261. package/dist/collection/components/breadcrumb/breadcrumb.md.css +8 -20
  262. package/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +0 -6
  263. package/dist/collection/components/breadcrumbs/breadcrumbs.js +15 -17
  264. package/dist/collection/components/breadcrumbs/breadcrumbs.md.css +0 -6
  265. package/dist/collection/components/button/button.ios.css +46 -135
  266. package/dist/collection/components/button/button.js +43 -73
  267. package/dist/collection/components/button/button.md.css +50 -126
  268. package/dist/collection/components/buttons/buttons.ios.css +7 -59
  269. package/dist/collection/components/buttons/buttons.js +10 -16
  270. package/dist/collection/components/buttons/buttons.md.css +3 -55
  271. package/dist/collection/components/card/card.ios.css +14 -65
  272. package/dist/collection/components/card/card.js +25 -55
  273. package/dist/collection/components/card/card.md.css +14 -65
  274. package/dist/collection/components/card-content/card-content.ios.css +1 -16
  275. package/dist/collection/components/card-content/card-content.js +8 -11
  276. package/dist/collection/components/card-content/card-content.md.css +1 -16
  277. package/dist/collection/components/card-header/card-header.ios.css +15 -27
  278. package/dist/collection/components/card-header/card-header.js +13 -16
  279. package/dist/collection/components/card-header/card-header.md.css +15 -27
  280. package/dist/collection/components/card-subtitle/card-subtitle.ios.css +0 -12
  281. package/dist/collection/components/card-subtitle/card-subtitle.js +10 -13
  282. package/dist/collection/components/card-subtitle/card-subtitle.md.css +0 -12
  283. package/dist/collection/components/card-title/card-title.ios.css +0 -73
  284. package/dist/collection/components/card-title/card-title.js +10 -13
  285. package/dist/collection/components/card-title/card-title.md.css +0 -73
  286. package/dist/collection/components/checkbox/checkbox.ios.css +101 -161
  287. package/dist/collection/components/checkbox/checkbox.js +31 -87
  288. package/dist/collection/components/checkbox/checkbox.md.css +102 -162
  289. package/dist/collection/components/chip/chip.ios.css +14 -67
  290. package/dist/collection/components/chip/chip.js +12 -112
  291. package/dist/collection/components/chip/chip.md.css +14 -67
  292. package/dist/collection/components/col/col.css +4 -192
  293. package/dist/collection/components/col/col.js +109 -258
  294. package/dist/collection/components/content/content.css +2 -8
  295. package/dist/collection/components/content/content.js +20 -25
  296. package/dist/collection/components/datetime/datetime.ios.css +86 -242
  297. package/dist/collection/components/datetime/datetime.js +60 -134
  298. package/dist/collection/components/datetime/datetime.md.css +86 -242
  299. package/dist/collection/components/datetime/utils/data.js +5 -5
  300. package/dist/collection/components/datetime-button/datetime-button.ios.css +0 -6
  301. package/dist/collection/components/datetime-button/datetime-button.js +12 -15
  302. package/dist/collection/components/datetime-button/datetime-button.md.css +0 -6
  303. package/dist/collection/components/fab/fab.css +1 -25
  304. package/dist/collection/components/fab/fab.js +11 -15
  305. package/dist/collection/components/fab-button/fab-button.ios.css +6 -18
  306. package/dist/collection/components/fab-button/fab-button.js +40 -54
  307. package/dist/collection/components/fab-button/fab-button.md.css +8 -20
  308. package/dist/collection/components/fab-list/fab-list.css +0 -12
  309. package/dist/collection/components/fab-list/fab-list.js +7 -11
  310. package/dist/collection/components/footer/footer.ios.css +2 -14
  311. package/dist/collection/components/footer/footer.js +19 -24
  312. package/dist/collection/components/footer/footer.md.css +0 -12
  313. package/dist/collection/components/grid/grid.css +0 -12
  314. package/dist/collection/components/grid/grid.js +6 -10
  315. package/dist/collection/components/header/header.ios.css +37 -26
  316. package/dist/collection/components/header/header.js +21 -52
  317. package/dist/collection/components/header/header.md.css +8 -23
  318. package/dist/collection/components/img/img.js +6 -12
  319. package/dist/collection/components/infinite-scroll/infinite-scroll.js +8 -103
  320. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +0 -12
  321. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +14 -20
  322. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +0 -12
  323. package/dist/collection/components/input/input.ios.css +140 -223
  324. package/dist/collection/components/input/input.js +90 -200
  325. package/dist/collection/components/input/input.md.css +212 -193
  326. package/dist/collection/components/input-otp/input-otp.ios.css +60 -106
  327. package/dist/collection/components/input-otp/input-otp.js +22 -24
  328. package/dist/collection/components/input-otp/input-otp.md.css +60 -106
  329. package/dist/collection/components/input-password-toggle/input-password-toggle.js +19 -55
  330. package/dist/collection/components/item/item.ios.css +69 -109
  331. package/dist/collection/components/item/item.js +38 -61
  332. package/dist/collection/components/item/item.md.css +68 -120
  333. package/dist/collection/components/item-divider/item-divider.ios.css +0 -18
  334. package/dist/collection/components/item-divider/item-divider.js +11 -14
  335. package/dist/collection/components/item-divider/item-divider.md.css +0 -18
  336. package/dist/collection/components/item-group/item-group.ios.css +0 -12
  337. package/dist/collection/components/item-group/item-group.js +7 -13
  338. package/dist/collection/components/item-group/item-group.md.css +0 -12
  339. package/dist/collection/components/item-option/item-option.ios.css +29 -136
  340. package/dist/collection/components/item-option/item-option.js +22 -86
  341. package/dist/collection/components/item-option/item-option.md.css +29 -136
  342. package/dist/collection/components/item-options/item-options.ios.css +34 -77
  343. package/dist/collection/components/item-options/item-options.js +8 -14
  344. package/dist/collection/components/item-options/item-options.md.css +34 -77
  345. package/dist/collection/components/item-sliding/item-sliding.css +0 -6
  346. package/dist/collection/components/item-sliding/item-sliding.js +5 -9
  347. package/dist/collection/components/label/label.ios.css +0 -18
  348. package/dist/collection/components/label/label.js +12 -15
  349. package/dist/collection/components/label/label.md.css +0 -18
  350. package/dist/collection/components/list/list.ios.css +14 -54
  351. package/dist/collection/components/list/list.js +12 -51
  352. package/dist/collection/components/list/list.md.css +16 -56
  353. package/dist/collection/components/list-header/list-header.ios.css +38 -82
  354. package/dist/collection/components/list-header/list-header.js +12 -15
  355. package/dist/collection/components/list-header/list-header.md.css +38 -82
  356. package/dist/collection/components/loading/loading.ios.css +1 -13
  357. package/dist/collection/components/loading/loading.js +33 -32
  358. package/dist/collection/components/loading/loading.md.css +1 -13
  359. package/dist/collection/components/menu/menu.ios.css +3 -15
  360. package/dist/collection/components/menu/menu.js +17 -22
  361. package/dist/collection/components/menu/menu.md.css +3 -15
  362. package/dist/collection/components/menu-button/menu-button.ios.css +14 -48
  363. package/dist/collection/components/menu-button/menu-button.js +17 -33
  364. package/dist/collection/components/menu-button/menu-button.md.css +15 -49
  365. package/dist/collection/components/menu-toggle/menu-toggle.js +8 -11
  366. package/dist/collection/components/modal/animations/sheet.js +2 -8
  367. package/dist/collection/components/modal/gestures/sheet.js +6 -10
  368. package/dist/collection/components/modal/modal.ios.css +70 -174
  369. package/dist/collection/components/modal/modal.js +42 -72
  370. package/dist/collection/components/modal/modal.md.css +70 -174
  371. package/dist/collection/components/nav/nav.css +1 -7
  372. package/dist/collection/components/nav/nav.js +13 -16
  373. package/dist/collection/components/nav-link/nav-link.js +6 -8
  374. package/dist/collection/components/note/note.ios.css +0 -12
  375. package/dist/collection/components/note/note.js +10 -13
  376. package/dist/collection/components/note/note.md.css +0 -12
  377. package/dist/collection/components/picker/picker.ios.css +3 -15
  378. package/dist/collection/components/picker/picker.js +5 -8
  379. package/dist/collection/components/picker/picker.md.css +3 -15
  380. package/dist/collection/components/picker-column/picker-column.css +2 -9
  381. package/dist/collection/components/picker-column/picker-column.js +12 -13
  382. package/dist/collection/components/picker-column-option/picker-column-option.ios.css +0 -6
  383. package/dist/collection/components/picker-column-option/picker-column-option.js +11 -17
  384. package/dist/collection/components/picker-column-option/picker-column-option.md.css +0 -6
  385. package/dist/collection/components/picker-legacy/picker.ios.css +1 -13
  386. package/dist/collection/components/picker-legacy/picker.js +25 -20
  387. package/dist/collection/components/picker-legacy/picker.md.css +1 -13
  388. package/dist/collection/components/picker-legacy-column/picker-column.ios.css +0 -12
  389. package/dist/collection/components/picker-legacy-column/picker-column.js +5 -4
  390. package/dist/collection/components/picker-legacy-column/picker-column.md.css +0 -12
  391. package/dist/collection/components/popover/popover.ios.css +1 -13
  392. package/dist/collection/components/popover/popover.js +47 -45
  393. package/dist/collection/components/popover/popover.md.css +1 -13
  394. package/dist/collection/components/progress-bar/progress-bar.ios.css +17 -48
  395. package/dist/collection/components/progress-bar/progress-bar.js +13 -49
  396. package/dist/collection/components/progress-bar/progress-bar.md.css +17 -48
  397. package/dist/collection/components/radio/radio.ios.css +91 -134
  398. package/dist/collection/components/radio/radio.js +20 -23
  399. package/dist/collection/components/radio/radio.md.css +91 -134
  400. package/dist/collection/components/radio-group/radio-group.ios.css +18 -42
  401. package/dist/collection/components/radio-group/radio-group.js +15 -23
  402. package/dist/collection/components/radio-group/radio-group.md.css +18 -42
  403. package/dist/collection/components/range/range.ios.css +85 -128
  404. package/dist/collection/components/range/range.js +29 -31
  405. package/dist/collection/components/range/range.md.css +85 -128
  406. package/dist/collection/components/refresher/refresher.ios.css +1 -14
  407. package/dist/collection/components/refresher/refresher.js +14 -17
  408. package/dist/collection/components/refresher/refresher.md.css +2 -15
  409. package/dist/collection/components/refresher-content/refresher-content.js +15 -36
  410. package/dist/collection/components/reorder/reorder.ios.css +0 -6
  411. package/dist/collection/components/reorder/reorder.js +6 -33
  412. package/dist/collection/components/reorder/reorder.md.css +0 -6
  413. package/dist/collection/components/reorder-group/reorder-group.css +0 -6
  414. package/dist/collection/components/reorder-group/reorder-group.js +5 -9
  415. package/dist/collection/components/ripple-effect/{ripple-effect.common.css → ripple-effect.css} +1 -7
  416. package/dist/collection/components/ripple-effect/ripple-effect.js +7 -15
  417. package/dist/collection/components/route/route.js +6 -7
  418. package/dist/collection/components/route-redirect/route-redirect.js +4 -4
  419. package/dist/collection/components/router/router.js +2 -6
  420. package/dist/collection/components/router-link/router-link.css +2 -8
  421. package/dist/collection/components/router-link/router-link.js +15 -18
  422. package/dist/collection/components/router-outlet/router-outlet.css +1 -7
  423. package/dist/collection/components/router-outlet/router-outlet.js +8 -8
  424. package/dist/collection/components/row/row.css +0 -16
  425. package/dist/collection/components/row/row.js +2 -9
  426. package/dist/collection/components/searchbar/searchbar.ios.css +18 -56
  427. package/dist/collection/components/searchbar/searchbar.js +63 -210
  428. package/dist/collection/components/searchbar/searchbar.md.css +18 -56
  429. package/dist/collection/components/segment/segment.ios.css +2 -45
  430. package/dist/collection/components/segment/segment.js +16 -19
  431. package/dist/collection/components/segment/segment.md.css +2 -45
  432. package/dist/collection/components/segment-button/segment-button.ios.css +105 -146
  433. package/dist/collection/components/segment-button/segment-button.js +14 -17
  434. package/dist/collection/components/segment-button/segment-button.md.css +107 -148
  435. package/dist/collection/components/segment-content/segment-content.js +1 -1
  436. package/dist/collection/components/segment-view/segment-view.ios.css +0 -6
  437. package/dist/collection/components/segment-view/segment-view.js +5 -7
  438. package/dist/collection/components/segment-view/segment-view.md.css +0 -6
  439. package/dist/collection/components/select/select.ios.css +176 -315
  440. package/dist/collection/components/select/select.js +86 -189
  441. package/dist/collection/components/select/select.md.css +178 -331
  442. package/dist/collection/components/select-modal/select-modal.ios.css +0 -18
  443. package/dist/collection/components/select-modal/select-modal.js +8 -7
  444. package/dist/collection/components/select-modal/select-modal.md.css +3 -7
  445. package/dist/collection/components/select-option/select-option.js +5 -12
  446. package/dist/collection/components/select-popover/select-popover.ios.css +0 -18
  447. package/dist/collection/components/select-popover/select-popover.js +13 -20
  448. package/dist/collection/components/select-popover/select-popover.md.css +0 -18
  449. package/dist/collection/components/skeleton-text/skeleton-text.css +0 -6
  450. package/dist/collection/components/skeleton-text/skeleton-text.js +6 -10
  451. package/dist/collection/components/spinner/{spinner.ionic.css → spinner.css} +10 -77
  452. package/dist/collection/components/spinner/spinner.js +13 -54
  453. package/dist/collection/components/split-pane/split-pane.ios.css +2 -20
  454. package/dist/collection/components/split-pane/split-pane.js +12 -18
  455. package/dist/collection/components/split-pane/split-pane.md.css +2 -20
  456. package/dist/collection/components/tab/tab.js +8 -11
  457. package/dist/collection/components/tab-bar/tab-bar.ios.css +43 -71
  458. package/dist/collection/components/tab-bar/tab-bar.js +16 -83
  459. package/dist/collection/components/tab-bar/tab-bar.md.css +43 -71
  460. package/dist/collection/components/tab-button/tab-button.ios.css +95 -171
  461. package/dist/collection/components/tab-button/tab-button.js +22 -58
  462. package/dist/collection/components/tab-button/tab-button.md.css +93 -137
  463. package/dist/collection/components/tabs/tabs.css +1 -7
  464. package/dist/collection/components/tabs/tabs.js +2 -5
  465. package/dist/collection/components/text/text.css +0 -6
  466. package/dist/collection/components/text/text.js +8 -9
  467. package/dist/collection/components/textarea/textarea.ios.css +139 -275
  468. package/dist/collection/components/textarea/textarea.js +59 -118
  469. package/dist/collection/components/textarea/textarea.md.css +140 -288
  470. package/dist/collection/components/thumbnail/thumbnail.css +0 -6
  471. package/dist/collection/components/thumbnail/thumbnail.js +2 -9
  472. package/dist/collection/components/title/title.ios.css +4 -32
  473. package/dist/collection/components/title/title.js +11 -17
  474. package/dist/collection/components/title/title.md.css +4 -32
  475. package/dist/collection/components/toast/animations/utils.js +1 -1
  476. package/dist/collection/components/toast/toast.ios.css +45 -84
  477. package/dist/collection/components/toast/toast.js +43 -101
  478. package/dist/collection/components/toast/toast.md.css +45 -84
  479. package/dist/collection/components/toggle/toggle.ios.css +131 -247
  480. package/dist/collection/components/toggle/toggle.js +35 -90
  481. package/dist/collection/components/toggle/toggle.md.css +131 -244
  482. package/dist/collection/components/toolbar/toolbar.ios.css +47 -90
  483. package/dist/collection/components/toolbar/toolbar.js +15 -159
  484. package/dist/collection/components/toolbar/toolbar.md.css +47 -90
  485. package/dist/collection/global/ionic-global.js +13 -228
  486. package/dist/collection/utils/focus-visible.js +0 -22
  487. package/dist/collection/utils/framework-delegate.js +1 -3
  488. package/dist/collection/utils/helpers.js +2 -42
  489. package/dist/collection/utils/keyboard/keyboard-controller.js +1 -3
  490. package/dist/collection/utils/menu-controller/animations/overlay.js +3 -3
  491. package/dist/collection/utils/menu-controller/animations/push.js +1 -2
  492. package/dist/collection/utils/menu-controller/animations/reveal.js +1 -2
  493. package/dist/collection/utils/overlays.js +1 -2
  494. package/dist/collection/utils/test/playwright/generator.js +23 -48
  495. package/dist/collection/utils/test/playwright/page/utils/goto.js +5 -14
  496. package/dist/collection/utils/test/playwright/page/utils/set-content.js +3 -24
  497. package/dist/collection/utils/transition/index.js +70 -3
  498. package/dist/collection/utils/transition/ios.transition.js +0 -1
  499. package/dist/docs.json +426 -8169
  500. package/dist/esm/{animation-DGDOQ6ES.js → animation-BvhAtgca.js} +2 -2
  501. package/dist/esm/{app-globals-BNKecRVD.js → app-globals-CvLYUxE9.js} +1 -1
  502. package/dist/esm/{button-active-C_l8DIlb.js → button-active-DBUPuLNw.js} +2 -2
  503. package/dist/esm/{capacitor-CiBLEyrT.js → capacitor-CFERIeaU.js} +1 -1
  504. package/dist/esm/{config-mCdtaoPe.js → config-Dx_6wPIJ.js} +1 -1
  505. package/dist/esm/{data-DFCY8gnk.js → data-CKHMWxfe.js} +12 -15
  506. package/dist/{cjs/focus-visible-BIj-I3-C.js → esm/focus-visible-BmVRXR1y.js} +1 -27
  507. package/dist/esm/{framework-delegate-D2mUP0WI.js → framework-delegate-BLEBgH06.js} +2 -4
  508. package/dist/esm/{haptic-7RTk38ue.js → haptic-DzAMWJuk.js} +1 -1
  509. package/dist/esm/hardware-back-button-Dhbd-23H.js +115 -0
  510. package/dist/esm/{helpers-Bsml3FcE.js → helpers-8KSQQGQy.js} +3 -42
  511. package/dist/esm/{index-C8IsBmNU.js → index-4DxY6_gG.js} +47 -51
  512. package/dist/esm/{index-BpFi2B8W.js → index-7UbSlv7N.js} +2 -2
  513. package/dist/esm/{index-Djo-Eq70.js → index-BQc4arca.js} +74 -7
  514. package/dist/esm/{index-rXea6WR_.js → index-C6WeRr09.js} +3 -4
  515. package/dist/esm/{index-DWD4QoaP.js → index-CXSTcaAW.js} +11 -11
  516. package/dist/esm/{index-COG0_eom.js → index-DV3sJJW8.js} +1 -1
  517. package/dist/esm/index-ZjP4CjeZ.js +7 -0
  518. package/dist/esm/index.js +13 -12
  519. package/dist/esm/{input-shims-Bz3HiPwU.js → input-shims-C4KDnhxb.js} +6 -7
  520. package/dist/esm/{input.utils-BQAE1QTA.js → input.utils-be4gBvVY.js} +3 -3
  521. package/dist/esm/ion-accordion_2.entry.js +28 -57
  522. package/dist/esm/ion-action-sheet.entry.js +19 -22
  523. package/dist/esm/ion-alert.entry.js +22 -24
  524. package/dist/esm/ion-app_8.entry.js +145 -244
  525. package/dist/esm/ion-avatar_3.entry.js +13 -125
  526. package/dist/esm/ion-back-button.entry.js +21 -30
  527. package/dist/esm/ion-backdrop.entry.js +7 -10
  528. package/dist/esm/ion-breadcrumb_2.entry.js +17 -53
  529. package/dist/esm/ion-button_2.entry.js +12 -44
  530. package/dist/esm/ion-card_5.entry.js +30 -54
  531. package/dist/esm/ion-checkbox.entry.js +14 -32
  532. package/dist/esm/ion-chip.entry.js +8 -49
  533. package/dist/esm/ion-col_3.entry.js +57 -54
  534. package/dist/esm/ion-datetime-button.entry.js +8 -12
  535. package/dist/esm/ion-datetime_3.entry.js +40 -115
  536. package/dist/esm/ion-fab_3.entry.js +27 -43
  537. package/dist/esm/ion-img.entry.js +4 -8
  538. package/dist/esm/ion-infinite-scroll_2.entry.js +16 -91
  539. package/dist/esm/ion-input-otp.entry.js +8 -12
  540. package/dist/esm/ion-input-password-toggle.entry.js +14 -52
  541. package/dist/esm/ion-input.entry.js +32 -122
  542. package/dist/esm/ion-item-option_3.entry.js +20 -49
  543. package/dist/esm/ion-item_8.entry.js +47 -107
  544. package/dist/esm/ion-loading.entry.js +17 -19
  545. package/dist/esm/ion-menu_3.entry.js +28 -46
  546. package/dist/esm/ion-modal.entry.js +30 -57
  547. package/dist/esm/ion-nav_2.entry.js +11 -14
  548. package/dist/esm/ion-picker-column-option.entry.js +7 -11
  549. package/dist/esm/ion-picker-column.entry.js +12 -12
  550. package/dist/esm/ion-picker.entry.js +6 -10
  551. package/dist/esm/ion-popover.entry.js +17 -19
  552. package/dist/esm/ion-progress-bar.entry.js +8 -26
  553. package/dist/esm/ion-radio_2.entry.js +14 -23
  554. package/dist/esm/ion-range.entry.js +11 -15
  555. package/dist/esm/ion-refresher_2.entry.js +21 -39
  556. package/dist/esm/ion-reorder_2.entry.js +14 -38
  557. package/dist/esm/ion-ripple-effect.entry.js +7 -15
  558. package/dist/esm/ion-route_4.entry.js +8 -9
  559. package/dist/esm/ion-searchbar.entry.js +24 -137
  560. package/dist/esm/ion-segment-content.entry.js +2 -2
  561. package/dist/esm/ion-segment-view.entry.js +3 -6
  562. package/dist/esm/ion-segment_2.entry.js +15 -22
  563. package/dist/esm/ion-select-modal.entry.js +10 -9
  564. package/dist/esm/ion-select_3.entry.js +40 -131
  565. package/dist/esm/ion-spinner.entry.js +7 -29
  566. package/dist/esm/ion-split-pane.entry.js +9 -12
  567. package/dist/esm/ion-tab-bar_2.entry.js +21 -66
  568. package/dist/esm/ion-tab_2.entry.js +7 -8
  569. package/dist/esm/ion-text.entry.js +6 -6
  570. package/dist/esm/ion-textarea.entry.js +16 -56
  571. package/dist/esm/ion-toast.entry.js +19 -42
  572. package/dist/esm/ion-toggle.entry.js +23 -80
  573. package/dist/esm/ionic-global-CTSyufhF.js +146 -0
  574. package/dist/esm/ionic.js +6 -6
  575. package/dist/esm/{ios.transition-cQ5XYp4s.js → ios.transition-eOa-6o5F.js} +5 -7
  576. package/dist/esm/{keyboard-WCK1pWfR.js → keyboard-CUw4ekVy.js} +1 -1
  577. package/dist/esm/{keyboard-controller-Bc4alOiF.js → keyboard-controller-BaaVITYt.js} +3 -5
  578. package/dist/esm/{keyboard-DuUgrXrK.js → keyboard-ywgs5efA.js} +3 -4
  579. package/dist/esm/loader.js +5 -5
  580. package/dist/esm/{md.transition-CYFYc3-3.js → md.transition-B99keElo.js} +5 -6
  581. package/dist/esm/{notch-controller-DO30Bsls.js → notch-controller-lb417-kU.js} +2 -2
  582. package/dist/esm/{overlays-Da_6xSKI.js → overlays-BYcYBCrx.js} +7 -6
  583. package/dist/esm/{status-tap-DXVlluKS.js → status-tap-pATNXEtr.js} +3 -4
  584. package/dist/esm/{swipe-back-DNhAt9fY.js → swipe-back-B2YfOHRM.js} +2 -3
  585. package/dist/html.html-data.json +428 -2522
  586. package/dist/ionic/index.esm.js +1 -1
  587. package/dist/ionic/ionic.esm.js +1 -1
  588. package/dist/ionic/p-0793aea6.entry.js +4 -0
  589. package/dist/ionic/p-0831d492.entry.js +4 -0
  590. package/dist/ionic/p-0f396661.entry.js +4 -0
  591. package/dist/ionic/p-117e7a3f.entry.js +4 -0
  592. package/dist/ionic/p-1191a2d9.entry.js +4 -0
  593. package/dist/ionic/p-148bdf18.entry.js +4 -0
  594. package/dist/ionic/p-16116947.entry.js +4 -0
  595. package/dist/ionic/p-19f80390.entry.js +4 -0
  596. package/dist/ionic/p-1GR6N4h5.js +4 -0
  597. package/dist/ionic/p-1a91f317.entry.js +4 -0
  598. package/dist/ionic/p-1bbd0a23.entry.js +4 -0
  599. package/dist/ionic/p-1f68cb59.entry.js +4 -0
  600. package/dist/ionic/p-24159ff7.entry.js +4 -0
  601. package/dist/ionic/p-25e5e5cc.entry.js +4 -0
  602. package/dist/ionic/p-2cb0f39f.entry.js +4 -0
  603. package/dist/ionic/p-3392f558.entry.js +4 -0
  604. package/dist/ionic/p-349fc921.entry.js +4 -0
  605. package/dist/ionic/p-3624b640.entry.js +4 -0
  606. package/dist/ionic/p-36a54836.entry.js +4 -0
  607. package/dist/ionic/p-39ed3212.entry.js +4 -0
  608. package/dist/ionic/p-44e3b33a.entry.js +4 -0
  609. package/dist/ionic/p-4DxY6_gG.js +5 -0
  610. package/dist/ionic/p-528af4e6.entry.js +4 -0
  611. package/dist/ionic/p-54dec9b1.entry.js +4 -0
  612. package/dist/ionic/p-568efea2.entry.js +4 -0
  613. package/dist/ionic/p-5bf5bde8.entry.js +4 -0
  614. package/dist/ionic/p-5c976c00.entry.js +4 -0
  615. package/dist/ionic/p-6383afc2.entry.js +4 -0
  616. package/dist/ionic/p-63852736.entry.js +4 -0
  617. package/dist/ionic/p-746cd400.entry.js +4 -0
  618. package/dist/ionic/p-7a53f04c.entry.js +4 -0
  619. package/dist/ionic/p-7b12d853.entry.js +4 -0
  620. package/dist/ionic/p-7da05504.entry.js +4 -0
  621. package/dist/ionic/p-8888efe4.entry.js +4 -0
  622. package/dist/ionic/p-8cdb4ff5.entry.js +4 -0
  623. package/dist/ionic/p-90f4cc71.entry.js +4 -0
  624. package/dist/ionic/p-9ddf2620.entry.js +4 -0
  625. package/dist/ionic/p-9eeaBrnk.js +4 -0
  626. package/dist/ionic/{p-BbT4IAlw.js → p-B1xocg0A.js} +1 -1
  627. package/dist/ionic/p-B5MDSrGg.js +4 -0
  628. package/dist/ionic/p-BHGXdud8.js +4 -0
  629. package/dist/ionic/{p-B3uz75uZ.js → p-BhNEp2QP.js} +1 -1
  630. package/dist/ionic/p-BmVRXR1y.js +4 -0
  631. package/dist/ionic/p-Br3vSlYh.js +4 -0
  632. package/dist/ionic/p-C-Cct-6D.js +4 -0
  633. package/dist/ionic/p-C4I6B3uV.js +4 -0
  634. package/dist/ionic/p-C87oPMMF.js +4 -0
  635. package/dist/ionic/p-C8d2ebIg.js +4 -0
  636. package/dist/ionic/p-CIGNaXM1.js +4 -0
  637. package/dist/ionic/{p-DxFexTIr.js → p-CKvCXMs9.js} +1 -1
  638. package/dist/ionic/{p-DBaOCAfc.js → p-CWvl4RPO.js} +1 -1
  639. package/dist/ionic/p-Cnh7O81W.js +4 -0
  640. package/dist/ionic/p-CtWGkNnJ.js +4 -0
  641. package/dist/ionic/p-CvaZMP6T.js +4 -0
  642. package/dist/ionic/{p-Q7JLYEUZ.js → p-D13Eaw-8.js} +1 -1
  643. package/dist/ionic/p-D2fQU_qK.js +4 -0
  644. package/dist/ionic/p-DA3JEZwK.js +4 -0
  645. package/dist/ionic/p-DAfH9Iif.js +4 -0
  646. package/dist/ionic/p-DJKvq7vb.js +4 -0
  647. package/dist/ionic/{p-COG0_eom.js → p-DV3sJJW8.js} +1 -1
  648. package/dist/ionic/p-DW5tZAde.js +4 -0
  649. package/dist/ionic/{p-HpOiAvpC.js → p-DiZPU8BH.js} +1 -1
  650. package/dist/ionic/p-Dm_oBkW1.js +4 -0
  651. package/dist/ionic/{p-DbQ5QkTP.js → p-EnaLTYYj.js} +1 -1
  652. package/dist/ionic/p-ZjP4CjeZ.js +4 -0
  653. package/dist/ionic/p-a00ad0f2.entry.js +4 -0
  654. package/dist/ionic/p-a81be128.entry.js +4 -0
  655. package/dist/ionic/p-afeb9df6.entry.js +4 -0
  656. package/dist/ionic/p-b292804d.entry.js +4 -0
  657. package/dist/ionic/p-bc9f9032.entry.js +4 -0
  658. package/dist/ionic/p-bf81a468.entry.js +4 -0
  659. package/dist/ionic/p-c6d35cdd.entry.js +4 -0
  660. package/dist/ionic/p-cde6d39b.entry.js +4 -0
  661. package/dist/ionic/p-d04d66fc.entry.js +4 -0
  662. package/dist/ionic/p-d3df6032.entry.js +4 -0
  663. package/dist/ionic/p-dbba38cf.entry.js +4 -0
  664. package/dist/ionic/p-e6c3214c.entry.js +4 -0
  665. package/dist/ionic/p-e6c465ff.entry.js +4 -0
  666. package/dist/ionic/p-ec76fec4.entry.js +4 -0
  667. package/dist/ionic/p-ee2e35a6.entry.js +4 -0
  668. package/dist/ionic/p-f7db572a.entry.js +4 -0
  669. package/dist/ionic/p-f9eb54ee.entry.js +4 -0
  670. package/dist/types/components/accordion/accordion.d.ts +3 -5
  671. package/dist/types/components/accordion-group/accordion-group.d.ts +1 -12
  672. package/dist/types/components/action-sheet/action-sheet-interface.d.ts +7 -3
  673. package/dist/types/components/action-sheet/action-sheet.d.ts +2 -3
  674. package/dist/types/components/alert/alert-interface.d.ts +7 -3
  675. package/dist/types/components/alert/alert.d.ts +2 -3
  676. package/dist/types/components/app/app.d.ts +2 -4
  677. package/dist/types/components/avatar/avatar.d.ts +0 -32
  678. package/dist/types/components/back-button/back-button.d.ts +1 -2
  679. package/dist/types/components/backdrop/backdrop.d.ts +0 -4
  680. package/dist/types/components/badge/badge.d.ts +1 -34
  681. package/dist/types/components/breadcrumb/breadcrumb.d.ts +1 -4
  682. package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +2 -2
  683. package/dist/types/components/button/button.d.ts +6 -19
  684. package/dist/types/components/buttons/buttons.d.ts +1 -5
  685. package/dist/types/components/card/card.d.ts +1 -8
  686. package/dist/types/components/card-content/card-content.d.ts +1 -2
  687. package/dist/types/components/card-header/card-header.d.ts +2 -3
  688. package/dist/types/components/card-subtitle/card-subtitle.d.ts +1 -2
  689. package/dist/types/components/card-title/card-title.d.ts +1 -2
  690. package/dist/types/components/checkbox/checkbox.d.ts +4 -14
  691. package/dist/types/components/chip/chip.d.ts +1 -26
  692. package/dist/types/components/col/col.d.ts +5 -52
  693. package/dist/types/components/content/content.d.ts +0 -3
  694. package/dist/types/components/datetime/datetime.d.ts +1 -26
  695. package/dist/types/components/datetime/utils/data.d.ts +5 -5
  696. package/dist/types/components/datetime-button/datetime-button.d.ts +1 -2
  697. package/dist/types/components/fab/fab.d.ts +0 -4
  698. package/dist/types/components/fab-button/fab-button.d.ts +3 -5
  699. package/dist/types/components/fab-list/fab-list.d.ts +0 -4
  700. package/dist/types/components/footer/footer.d.ts +3 -4
  701. package/dist/types/components/grid/grid.d.ts +0 -4
  702. package/dist/types/components/header/header.d.ts +3 -9
  703. package/dist/types/components/img/img.d.ts +0 -3
  704. package/dist/types/components/infinite-scroll/infinite-scroll.d.ts +0 -21
  705. package/dist/types/components/infinite-scroll-content/infinite-scroll-content.d.ts +0 -4
  706. package/dist/types/components/input/input.d.ts +5 -31
  707. package/dist/types/components/input-password-toggle/input-password-toggle.d.ts +0 -2
  708. package/dist/types/components/item/item.d.ts +4 -11
  709. package/dist/types/components/item-divider/item-divider.d.ts +1 -2
  710. package/dist/types/components/item-group/item-group.d.ts +0 -4
  711. package/dist/types/components/item-option/item-option.d.ts +1 -18
  712. package/dist/types/components/item-options/item-options.d.ts +0 -4
  713. package/dist/types/components/item-sliding/item-sliding.d.ts +0 -4
  714. package/dist/types/components/label/label.d.ts +1 -2
  715. package/dist/types/components/list/list.d.ts +1 -15
  716. package/dist/types/components/list-header/list-header.d.ts +1 -2
  717. package/dist/types/components/loading/loading-interface.d.ts +7 -2
  718. package/dist/types/components/loading/loading.d.ts +2 -3
  719. package/dist/types/components/menu/menu.d.ts +0 -3
  720. package/dist/types/components/menu-button/menu-button.d.ts +1 -3
  721. package/dist/types/components/menu-toggle/menu-toggle.d.ts +0 -3
  722. package/dist/types/components/modal/gestures/sheet.d.ts +1 -1
  723. package/dist/types/components/modal/modal-interface.d.ts +7 -4
  724. package/dist/types/components/modal/modal.d.ts +1 -11
  725. package/dist/types/components/nav/nav-interface.d.ts +1 -9
  726. package/dist/types/components/nav/nav.d.ts +1 -5
  727. package/dist/types/components/nav-link/nav-link.d.ts +0 -4
  728. package/dist/types/components/note/note.d.ts +1 -2
  729. package/dist/types/components/picker/picker.d.ts +1 -2
  730. package/dist/types/components/picker-column/picker-column.d.ts +1 -2
  731. package/dist/types/components/picker-column-option/picker-column-option.d.ts +0 -4
  732. package/dist/types/components/picker-legacy/picker.d.ts +1 -2
  733. package/dist/types/components/popover/popover-interface.d.ts +6 -3
  734. package/dist/types/components/popover/popover.d.ts +5 -6
  735. package/dist/types/components/progress-bar/progress-bar.d.ts +1 -10
  736. package/dist/types/components/radio/radio.d.ts +1 -2
  737. package/dist/types/components/radio-group/radio-group.d.ts +0 -4
  738. package/dist/types/components/range/range.d.ts +1 -2
  739. package/dist/types/components/refresher/refresher.d.ts +1 -2
  740. package/dist/types/components/refresher-content/refresher-content.d.ts +0 -4
  741. package/dist/types/components/reorder/reorder.d.ts +0 -9
  742. package/dist/types/components/reorder-group/reorder-group.d.ts +0 -4
  743. package/dist/types/components/ripple-effect/ripple-effect.d.ts +0 -4
  744. package/dist/types/components/route/route.d.ts +0 -4
  745. package/dist/types/components/router/router.d.ts +0 -4
  746. package/dist/types/components/router-link/router-link.d.ts +0 -4
  747. package/dist/types/components/router-outlet/router-outlet.d.ts +1 -4
  748. package/dist/types/components/row/row.d.ts +0 -4
  749. package/dist/types/components/searchbar/searchbar.d.ts +9 -51
  750. package/dist/types/components/segment/segment.d.ts +1 -2
  751. package/dist/types/components/segment-button/segment-button.d.ts +1 -2
  752. package/dist/types/components/select/select.d.ts +13 -41
  753. package/dist/types/components/select-option/select-option.d.ts +0 -4
  754. package/dist/types/components/select-popover/select-popover.d.ts +0 -3
  755. package/dist/types/components/skeleton-text/skeleton-text.d.ts +0 -4
  756. package/dist/types/components/spinner/spinner.d.ts +0 -15
  757. package/dist/types/components/split-pane/split-pane.d.ts +0 -4
  758. package/dist/types/components/tab/tab.d.ts +0 -4
  759. package/dist/types/components/tab-bar/tab-bar.d.ts +2 -22
  760. package/dist/types/components/tab-button/tab-button.d.ts +1 -11
  761. package/dist/types/components/tabs/tabs.d.ts +0 -3
  762. package/dist/types/components/text/text.d.ts +1 -2
  763. package/dist/types/components/textarea/textarea.d.ts +4 -17
  764. package/dist/types/components/thumbnail/thumbnail.d.ts +0 -4
  765. package/dist/types/components/title/title.d.ts +0 -4
  766. package/dist/types/components/toast/animations/utils.d.ts +2 -2
  767. package/dist/types/components/toast/toast-interface.d.ts +7 -3
  768. package/dist/types/components/toast/toast.d.ts +2 -19
  769. package/dist/types/components/toggle/toggle.d.ts +1 -15
  770. package/dist/types/components/toolbar/toolbar.d.ts +3 -20
  771. package/dist/types/components.d.ts +196 -1593
  772. package/dist/types/global/ionic-global.d.ts +2 -27
  773. package/dist/types/interface.d.ts +0 -3
  774. package/dist/types/stencil-public-runtime.d.ts +2 -39
  775. package/dist/types/utils/config.d.ts +2 -106
  776. package/dist/types/utils/focus-visible.d.ts +0 -13
  777. package/dist/types/utils/helpers.d.ts +0 -11
  778. package/dist/types/utils/overlays-interface.d.ts +1 -31
  779. package/dist/types/utils/test/playwright/generator.d.ts +2 -31
  780. package/dist/types/utils/transition/index.d.ts +9 -0
  781. package/hydrate/index.d.ts +0 -2
  782. package/hydrate/index.js +1115 -2957
  783. package/hydrate/index.mjs +1115 -2957
  784. package/package.json +5 -10
  785. package/components/caret-down.js +0 -6
  786. package/components/caret-left.js +0 -6
  787. package/components/caret-right.js +0 -6
  788. package/components/ion-divider.d.ts +0 -11
  789. package/components/ion-divider.js +0 -72
  790. package/components/list2.js +0 -6
  791. package/components/x.js +0 -6
  792. package/css/ionic/bundle.ionic.css +0 -1
  793. package/css/ionic/bundle.ionic.css.map +0 -1
  794. package/css/ionic/core.ionic.css +0 -1
  795. package/css/ionic/core.ionic.css.map +0 -1
  796. package/css/ionic/global.bundle.ionic.css +0 -1
  797. package/css/ionic/global.bundle.ionic.css.map +0 -1
  798. package/css/ionic/ionic-swiper.ionic.css +0 -1
  799. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  800. package/css/ionic/link.ionic.css +0 -1
  801. package/css/ionic/link.ionic.css.map +0 -1
  802. package/css/ionic/structure.ionic.css +0 -1
  803. package/css/ionic/structure.ionic.css.map +0 -1
  804. package/css/ionic/typography.ionic.css +0 -1
  805. package/css/ionic/typography.ionic.css.map +0 -1
  806. package/css/ionic/utils.bundle.ionic.css +0 -1
  807. package/css/ionic/utils.bundle.ionic.css.map +0 -1
  808. package/dist/cjs/caret-down-vtVgfXIs.js +0 -8
  809. package/dist/cjs/caret-left-CxZXLRv5.js +0 -8
  810. package/dist/cjs/caret-right-CRCgv98E.js +0 -8
  811. package/dist/cjs/ion-divider.cjs.entry.js +0 -51
  812. package/dist/cjs/ionic-global-DuRUel5m.js +0 -491
  813. package/dist/cjs/list-a-7GSA6K.js +0 -8
  814. package/dist/cjs/x-BTF99yFH.js +0 -8
  815. package/dist/collection/components/accordion/accordion.ionic.css +0 -196
  816. package/dist/collection/components/accordion-group/accordion-group.ionic.css +0 -93
  817. package/dist/collection/components/avatar/avatar.ionic.css +0 -391
  818. package/dist/collection/components/backdrop/backdrop.ionic.css +0 -109
  819. package/dist/collection/components/badge/badge.ionic.css +0 -275
  820. package/dist/collection/components/button/button.ionic.css +0 -620
  821. package/dist/collection/components/buttons/buttons.ionic.css +0 -97
  822. package/dist/collection/components/card/card.ionic.css +0 -144
  823. package/dist/collection/components/card-content/card-content.ionic.css +0 -92
  824. package/dist/collection/components/card-header/card-header.ionic.css +0 -85
  825. package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +0 -144
  826. package/dist/collection/components/checkbox/checkbox.ionic.css +0 -539
  827. package/dist/collection/components/chip/chip.ionic.css +0 -228
  828. package/dist/collection/components/datetime/datetime.ionic.css +0 -697
  829. package/dist/collection/components/divider/divider.ionic.css +0 -148
  830. package/dist/collection/components/divider/divider.ios.css +0 -87
  831. package/dist/collection/components/divider/divider.js +0 -94
  832. package/dist/collection/components/divider/divider.md.css +0 -87
  833. package/dist/collection/components/header/header.ionic.css +0 -98
  834. package/dist/collection/components/input/input.ionic.css +0 -881
  835. package/dist/collection/components/input-otp/input-otp.ionic.css +0 -369
  836. package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +0 -78
  837. package/dist/collection/components/input-password-toggle/input-password-toggle.native.css +0 -61
  838. package/dist/collection/components/item/item.ionic.css +0 -499
  839. package/dist/collection/components/item-option/item-option.ionic.css +0 -278
  840. package/dist/collection/components/item-options/item-options.ionic.css +0 -221
  841. package/dist/collection/components/list/list.ionic.css +0 -212
  842. package/dist/collection/components/list-header/list-header.ionic.css +0 -190
  843. package/dist/collection/components/menu-button/menu-button.ionic.css +0 -236
  844. package/dist/collection/components/modal/modal.ionic.css +0 -241
  845. package/dist/collection/components/progress-bar/progress-bar.ionic.css +0 -287
  846. package/dist/collection/components/radio/radio.ionic.css +0 -422
  847. package/dist/collection/components/radio-group/radio-group.ionic.css +0 -125
  848. package/dist/collection/components/range/range.ionic.css +0 -563
  849. package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +0 -215
  850. package/dist/collection/components/searchbar/searchbar.ionic.css +0 -626
  851. package/dist/collection/components/segment/segment.ionic.css +0 -115
  852. package/dist/collection/components/segment-button/segment-button.ionic.css +0 -353
  853. package/dist/collection/components/select/select.ionic.css +0 -763
  854. package/dist/collection/components/select-modal/select-modal.ionic.css +0 -123
  855. package/dist/collection/components/spinner/spinner.native.css +0 -198
  856. package/dist/collection/components/tab-bar/tab-bar.ionic.css +0 -186
  857. package/dist/collection/components/tab-button/tab-button.ionic.css +0 -336
  858. package/dist/collection/components/textarea/textarea.ionic.css +0 -881
  859. package/dist/collection/components/title/title.ionic.css +0 -127
  860. package/dist/collection/components/toast/toast.ionic.css +0 -394
  861. package/dist/collection/components/toggle/toggle.ionic.css +0 -509
  862. package/dist/collection/components/toolbar/test/image.svg +0 -1
  863. package/dist/collection/components/toolbar/toolbar.ionic.css +0 -241
  864. package/dist/esm/caret-down-D1t981Ih.js +0 -6
  865. package/dist/esm/caret-left-fIOYmaqA.js +0 -6
  866. package/dist/esm/caret-right-BYSs-jZz.js +0 -6
  867. package/dist/esm/ion-divider.entry.js +0 -49
  868. package/dist/esm/ionic-global-2R0iPB51.js +0 -480
  869. package/dist/esm/list-Dhi5xtNS.js +0 -6
  870. package/dist/esm/x-BDqjX7Z_.js +0 -6
  871. package/dist/ionic/p--8Ga2Cg0.js +0 -4
  872. package/dist/ionic/p-16c5a01c.entry.js +0 -4
  873. package/dist/ionic/p-1f981d06.entry.js +0 -4
  874. package/dist/ionic/p-22c02aea.entry.js +0 -4
  875. package/dist/ionic/p-23e4b68a.entry.js +0 -4
  876. package/dist/ionic/p-28571945.entry.js +0 -4
  877. package/dist/ionic/p-2bab0853.entry.js +0 -4
  878. package/dist/ionic/p-2e19a4dd.entry.js +0 -4
  879. package/dist/ionic/p-2e900f67.entry.js +0 -4
  880. package/dist/ionic/p-31f13e98.entry.js +0 -4
  881. package/dist/ionic/p-3622a9ea.entry.js +0 -4
  882. package/dist/ionic/p-3a6a92ab.entry.js +0 -4
  883. package/dist/ionic/p-3cb3d194.entry.js +0 -4
  884. package/dist/ionic/p-418e4330.entry.js +0 -4
  885. package/dist/ionic/p-4261dc5d.entry.js +0 -4
  886. package/dist/ionic/p-4e13d498.entry.js +0 -4
  887. package/dist/ionic/p-55e2352e.entry.js +0 -4
  888. package/dist/ionic/p-56a9319e.entry.js +0 -4
  889. package/dist/ionic/p-59a79bd9.entry.js +0 -4
  890. package/dist/ionic/p-59e6c978.entry.js +0 -4
  891. package/dist/ionic/p-642b022d.entry.js +0 -4
  892. package/dist/ionic/p-64385b66.entry.js +0 -4
  893. package/dist/ionic/p-66397fac.entry.js +0 -4
  894. package/dist/ionic/p-66d094b2.entry.js +0 -4
  895. package/dist/ionic/p-6fac73e6.entry.js +0 -4
  896. package/dist/ionic/p-7d450184.entry.js +0 -4
  897. package/dist/ionic/p-81770a5c.entry.js +0 -4
  898. package/dist/ionic/p-844bd58c.entry.js +0 -4
  899. package/dist/ionic/p-86b82096.entry.js +0 -4
  900. package/dist/ionic/p-87678140.entry.js +0 -4
  901. package/dist/ionic/p-88ef6829.entry.js +0 -4
  902. package/dist/ionic/p-89743bba.entry.js +0 -4
  903. package/dist/ionic/p-90320028.entry.js +0 -4
  904. package/dist/ionic/p-916685a9.entry.js +0 -4
  905. package/dist/ionic/p-91966afa.entry.js +0 -4
  906. package/dist/ionic/p-B-N4FEiY.js +0 -4
  907. package/dist/ionic/p-BDqjX7Z_.js +0 -4
  908. package/dist/ionic/p-BRd1Ag6P.js +0 -4
  909. package/dist/ionic/p-BYSs-jZz.js +0 -4
  910. package/dist/ionic/p-BiTKUjko.js +0 -4
  911. package/dist/ionic/p-C8IsBmNU.js +0 -5
  912. package/dist/ionic/p-CK1xn1Nt.js +0 -4
  913. package/dist/ionic/p-CK4YXTyz.js +0 -4
  914. package/dist/ionic/p-CeO9Shc9.js +0 -4
  915. package/dist/ionic/p-Cm5sQeXL.js +0 -4
  916. package/dist/ionic/p-D1t981Ih.js +0 -4
  917. package/dist/ionic/p-DHCQ1qFC.js +0 -4
  918. package/dist/ionic/p-DPNSAVjP.js +0 -4
  919. package/dist/ionic/p-D_8SMvQ3.js +0 -4
  920. package/dist/ionic/p-DdaOdN_z.js +0 -4
  921. package/dist/ionic/p-Dhi5xtNS.js +0 -4
  922. package/dist/ionic/p-Dq8ap6AD.js +0 -4
  923. package/dist/ionic/p-Dv5UHqHj.js +0 -4
  924. package/dist/ionic/p-DyaKZbAH.js +0 -4
  925. package/dist/ionic/p-W-2TssC9.js +0 -4
  926. package/dist/ionic/p-a1128f7f.entry.js +0 -4
  927. package/dist/ionic/p-a57c0cce.entry.js +0 -4
  928. package/dist/ionic/p-acb9905c.entry.js +0 -4
  929. package/dist/ionic/p-b2291ef0.entry.js +0 -4
  930. package/dist/ionic/p-bf461512.entry.js +0 -4
  931. package/dist/ionic/p-c289efa5.entry.js +0 -4
  932. package/dist/ionic/p-c2f738d2.entry.js +0 -4
  933. package/dist/ionic/p-c775e3c0.entry.js +0 -4
  934. package/dist/ionic/p-ce510c06.entry.js +0 -4
  935. package/dist/ionic/p-cea1ee31.entry.js +0 -4
  936. package/dist/ionic/p-d1c60c1c.entry.js +0 -4
  937. package/dist/ionic/p-db90b95a.entry.js +0 -4
  938. package/dist/ionic/p-dcfb2b1d.entry.js +0 -4
  939. package/dist/ionic/p-e2171c27.entry.js +0 -4
  940. package/dist/ionic/p-e28d6a81.entry.js +0 -4
  941. package/dist/ionic/p-ec02238a.entry.js +0 -4
  942. package/dist/ionic/p-ecc8aebb.entry.js +0 -4
  943. package/dist/ionic/p-f3de58bd.entry.js +0 -4
  944. package/dist/ionic/p-fIOYmaqA.js +0 -4
  945. package/dist/ionic/p-ff757a50.entry.js +0 -4
  946. package/dist/ionic/p-szCM2gDt.js +0 -4
  947. package/dist/ionic/p-vXpMhGrs.js +0 -4
  948. package/dist/ionic/p-vpXGWZiy.js +0 -4
  949. package/dist/types/components/divider/divider.d.ts +0 -20
  950. /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\"`"
@@ -175,14 +130,26 @@
175
130
  "name": "backdrop-dismiss",
176
131
  "description": "If `true`, the action sheet will be dismissed when the backdrop is clicked."
177
132
  },
133
+ {
134
+ "name": "buttons",
135
+ "description": "An array of buttons for the action sheet."
136
+ },
178
137
  {
179
138
  "name": "css-class",
180
139
  "description": "Additional classes to apply for custom CSS. If multiple classes are\nprovided they should be separated by spaces."
181
140
  },
141
+ {
142
+ "name": "enter-animation",
143
+ "description": "Animation to use when the action sheet is presented."
144
+ },
182
145
  {
183
146
  "name": "header",
184
147
  "description": "Title for the action sheet."
185
148
  },
149
+ {
150
+ "name": "html-attributes",
151
+ "description": "Additional attributes to pass to the action sheet."
152
+ },
186
153
  {
187
154
  "name": "is-open",
188
155
  "description": "If `true`, the action sheet will open. If `false`, the action sheet will close.\nUse this if you need finer grained control over presentation, otherwise\njust use the actionSheetController or the `trigger` property.\nNote: `isOpen` will not automatically be set back to `false` when\nthe action sheet dismisses. You will need to do that in your code."
@@ -191,9 +158,13 @@
191
158
  "name": "keyboard-close",
192
159
  "description": "If `true`, the keyboard will be automatically dismissed when the overlay is presented."
193
160
  },
161
+ {
162
+ "name": "leave-animation",
163
+ "description": "Animation to use when the action sheet is dismissed."
164
+ },
194
165
  {
195
166
  "name": "mode",
196
- "description": "The mode determines the platform behaviors of the component.",
167
+ "description": "The mode determines which platform styles to use.",
197
168
  "values": [
198
169
  {
199
170
  "name": "ios"
@@ -207,24 +178,9 @@
207
178
  "name": "sub-header",
208
179
  "description": "Subtitle for the action sheet."
209
180
  },
210
- {
211
- "name": "theme",
212
- "description": "The theme determines the visual appearance of the component.",
213
- "values": [
214
- {
215
- "name": "ios"
216
- },
217
- {
218
- "name": "md"
219
- },
220
- {
221
- "name": "ionic"
222
- }
223
- ]
224
- },
225
181
  {
226
182
  "name": "translucent",
227
- "description": "If `true`, the action sheet will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
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)."
228
184
  },
229
185
  {
230
186
  "name": "trigger",
@@ -253,14 +209,30 @@
253
209
  "name": "backdrop-dismiss",
254
210
  "description": "If `true`, the alert will be dismissed when the backdrop is clicked."
255
211
  },
212
+ {
213
+ "name": "buttons",
214
+ "description": "Array of buttons to be added to the alert."
215
+ },
256
216
  {
257
217
  "name": "css-class",
258
218
  "description": "Additional classes to apply for custom CSS. If multiple classes are\nprovided they should be separated by spaces."
259
219
  },
220
+ {
221
+ "name": "enter-animation",
222
+ "description": "Animation to use when the alert is presented."
223
+ },
260
224
  {
261
225
  "name": "header",
262
226
  "description": "The main title in the heading of the alert."
263
227
  },
228
+ {
229
+ "name": "html-attributes",
230
+ "description": "Additional attributes to pass to the alert."
231
+ },
232
+ {
233
+ "name": "inputs",
234
+ "description": "Array of input to show in the alert."
235
+ },
264
236
  {
265
237
  "name": "is-open",
266
238
  "description": "If `true`, the alert will open. If `false`, the alert will close.\nUse this if you need finer grained control over presentation, otherwise\njust use the alertController or the `trigger` property.\nNote: `isOpen` will not automatically be set back to `false` when\nthe alert dismisses. You will need to do that in your code."
@@ -269,13 +241,17 @@
269
241
  "name": "keyboard-close",
270
242
  "description": "If `true`, the keyboard will be automatically dismissed when the overlay is presented."
271
243
  },
244
+ {
245
+ "name": "leave-animation",
246
+ "description": "Animation to use when the alert is dismissed."
247
+ },
272
248
  {
273
249
  "name": "message",
274
250
  "description": "The main message to be displayed in the alert.\n`message` 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."
275
251
  },
276
252
  {
277
253
  "name": "mode",
278
- "description": "The mode determines the platform behaviors of the component.",
254
+ "description": "The mode determines which platform styles to use.",
279
255
  "values": [
280
256
  {
281
257
  "name": "ios"
@@ -289,24 +265,9 @@
289
265
  "name": "sub-header",
290
266
  "description": "The subtitle in the heading of the alert. Displayed under the title."
291
267
  },
292
- {
293
- "name": "theme",
294
- "description": "The theme determines the visual appearance of the component.",
295
- "values": [
296
- {
297
- "name": "ios"
298
- },
299
- {
300
- "name": "md"
301
- },
302
- {
303
- "name": "ionic"
304
- }
305
- ]
306
- },
307
268
  {
308
269
  "name": "translucent",
309
- "description": "If `true`, the alert will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
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)."
310
271
  },
311
272
  {
312
273
  "name": "trigger",
@@ -326,35 +287,7 @@
326
287
  "kind": "markdown",
327
288
  "value": ""
328
289
  },
329
- "attributes": [
330
- {
331
- "name": "mode",
332
- "description": "The mode determines the platform behaviors of the component.",
333
- "values": [
334
- {
335
- "name": "ios"
336
- },
337
- {
338
- "name": "md"
339
- }
340
- ]
341
- },
342
- {
343
- "name": "theme",
344
- "description": "The theme determines the visual appearance of the component.",
345
- "values": [
346
- {
347
- "name": "ios"
348
- },
349
- {
350
- "name": "md"
351
- },
352
- {
353
- "name": "ionic"
354
- }
355
- ]
356
- }
357
- ],
290
+ "attributes": [],
358
291
  "references": [
359
292
  {
360
293
  "name": "Source code",
@@ -368,78 +301,7 @@
368
301
  "kind": "markdown",
369
302
  "value": ""
370
303
  },
371
- "attributes": [
372
- {
373
- "name": "disabled",
374
- "description": "If `true`, the user cannot interact with the avatar."
375
- },
376
- {
377
- "name": "mode",
378
- "description": "The mode determines the platform behaviors of the component.",
379
- "values": [
380
- {
381
- "name": "ios"
382
- },
383
- {
384
- "name": "md"
385
- }
386
- ]
387
- },
388
- {
389
- "name": "shape",
390
- "description": "Set to `\"soft\"` for an avatar with slightly rounded corners,\n`\"round\"` for an avatar with fully rounded corners, or `\"rectangular\"`\nfor an avatar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
391
- "values": [
392
- {
393
- "name": "rectangular"
394
- },
395
- {
396
- "name": "round"
397
- },
398
- {
399
- "name": "soft"
400
- }
401
- ]
402
- },
403
- {
404
- "name": "size",
405
- "description": "Set to `\"xxsmall\"` for the smallest size.\nSet to `\"xsmall\"` for a very small size.\nSet to `\"small\"` for a compact size.\nSet to `\"medium\"` for the default height and width.\nSet to `\"large\"` for a larger size.\nSet to `\"xlarge\"` for the largest dimensions.\n\nDefaults to `\"medium\"` for the `ionic` theme, undefined for all other themes.",
406
- "values": [
407
- {
408
- "name": "large"
409
- },
410
- {
411
- "name": "medium"
412
- },
413
- {
414
- "name": "small"
415
- },
416
- {
417
- "name": "xlarge"
418
- },
419
- {
420
- "name": "xsmall"
421
- },
422
- {
423
- "name": "xxsmall"
424
- }
425
- ]
426
- },
427
- {
428
- "name": "theme",
429
- "description": "The theme determines the visual appearance of the component.",
430
- "values": [
431
- {
432
- "name": "ios"
433
- },
434
- {
435
- "name": "md"
436
- },
437
- {
438
- "name": "ionic"
439
- }
440
- ]
441
- }
442
- ],
304
+ "attributes": [],
443
305
  "references": [
444
306
  {
445
307
  "name": "Source code",
@@ -501,7 +363,7 @@
501
363
  },
502
364
  {
503
365
  "name": "mode",
504
- "description": "The mode determines the platform behaviors of the component.",
366
+ "description": "The mode determines which platform styles to use.",
505
367
  "values": [
506
368
  {
507
369
  "name": "ios"
@@ -512,23 +374,12 @@
512
374
  ]
513
375
  },
514
376
  {
515
- "name": "text",
516
- "description": "The text to display in the back button."
377
+ "name": "router-animation",
378
+ "description": "When using a router, it specifies the transition animation when navigating to\nanother page."
517
379
  },
518
380
  {
519
- "name": "theme",
520
- "description": "The theme determines the visual appearance of the component.",
521
- "values": [
522
- {
523
- "name": "ios"
524
- },
525
- {
526
- "name": "md"
527
- },
528
- {
529
- "name": "ionic"
530
- }
531
- ]
381
+ "name": "text",
382
+ "description": "The text to display in the back button."
532
383
  },
533
384
  {
534
385
  "name": "type",
@@ -560,18 +411,6 @@
560
411
  "value": ""
561
412
  },
562
413
  "attributes": [
563
- {
564
- "name": "mode",
565
- "description": "The mode determines the platform behaviors of the component.",
566
- "values": [
567
- {
568
- "name": "ios"
569
- },
570
- {
571
- "name": "md"
572
- }
573
- ]
574
- },
575
414
  {
576
415
  "name": "stop-propagation",
577
416
  "description": "If `true`, the backdrop will stop propagation on tap."
@@ -580,21 +419,6 @@
580
419
  "name": "tappable",
581
420
  "description": "If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event."
582
421
  },
583
- {
584
- "name": "theme",
585
- "description": "The theme determines the visual appearance of the component.",
586
- "values": [
587
- {
588
- "name": "ios"
589
- },
590
- {
591
- "name": "md"
592
- },
593
- {
594
- "name": "ionic"
595
- }
596
- ]
597
- },
598
422
  {
599
423
  "name": "visible",
600
424
  "description": "If `true`, the backdrop will be visible."
@@ -647,21 +471,9 @@
647
471
  }
648
472
  ]
649
473
  },
650
- {
651
- "name": "hue",
652
- "description": "Set to `\"bold\"` for a badge with vibrant, bold colors or to `\"subtle\"` for\na badge with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
653
- "values": [
654
- {
655
- "name": "bold"
656
- },
657
- {
658
- "name": "subtle"
659
- }
660
- ]
661
- },
662
474
  {
663
475
  "name": "mode",
664
- "description": "The mode determines the platform behaviors of the component.",
476
+ "description": "The mode determines which platform styles to use.",
665
477
  "values": [
666
478
  {
667
479
  "name": "ios"
@@ -670,89 +482,38 @@
670
482
  "name": "md"
671
483
  }
672
484
  ]
673
- },
485
+ }
486
+ ],
487
+ "references": [
674
488
  {
675
- "name": "shape",
676
- "description": "Set to `\"rectangular\"` for non-rounded corners.\nSet to `\"soft\"` for slightly rounded corners.\nSet to `\"round\"` for fully rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
677
- "values": [
678
- {
679
- "name": "soft"
680
- }
681
- ]
489
+ "name": "Source code",
490
+ "url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/badge/badge.tsx"
491
+ }
492
+ ]
493
+ },
494
+ {
495
+ "name": "ion-breadcrumb",
496
+ "description": {
497
+ "kind": "markdown",
498
+ "value": ""
499
+ },
500
+ "attributes": [
501
+ {
502
+ "name": "active",
503
+ "description": "If `true`, the breadcrumb will take on a different look to show that\nit is the currently active breadcrumb. Defaults to `true` for the\nlast breadcrumb if it is not set on any."
682
504
  },
683
505
  {
684
- "name": "size",
685
- "description": "Set to `\"small\"` for a small badge.\nSet to `\"medium\"` for a medium badge.\nSet to `\"large\"` for a large badge, when it is empty (no text or icon).\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
506
+ "name": "color",
507
+ "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
686
508
  "values": [
687
509
  {
688
- "name": "large"
689
- },
690
- {
691
- "name": "medium"
692
- },
693
- {
694
- "name": "small"
695
- }
696
- ]
697
- },
698
- {
699
- "name": "theme",
700
- "description": "The theme determines the visual appearance of the component.",
701
- "values": [
702
- {
703
- "name": "ios"
704
- },
705
- {
706
- "name": "md"
707
- },
708
- {
709
- "name": "ionic"
710
- }
711
- ]
712
- },
713
- {
714
- "name": "vertical",
715
- "description": "Set to `\"top\"` to position the badge on top right absolute position of the parent element.\nSet to `\"bottom\"` to position the badge on bottom right absolute position of the parent element.",
716
- "values": [
717
- {
718
- "name": "bottom"
719
- },
720
- {
721
- "name": "top"
722
- }
723
- ]
724
- }
725
- ],
726
- "references": [
727
- {
728
- "name": "Source code",
729
- "url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/badge/badge.tsx"
730
- }
731
- ]
732
- },
733
- {
734
- "name": "ion-breadcrumb",
735
- "description": {
736
- "kind": "markdown",
737
- "value": ""
738
- },
739
- "attributes": [
740
- {
741
- "name": "active",
742
- "description": "If `true`, the breadcrumb will take on a different look to show that\nit is the currently active breadcrumb. Defaults to `true` for the\nlast breadcrumb if it is not set on any."
743
- },
744
- {
745
- "name": "color",
746
- "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
747
- "values": [
748
- {
749
- "name": "danger"
750
- },
751
- {
752
- "name": "dark"
753
- },
754
- {
755
- "name": "light"
510
+ "name": "danger"
511
+ },
512
+ {
513
+ "name": "dark"
514
+ },
515
+ {
516
+ "name": "light"
756
517
  },
757
518
  {
758
519
  "name": "medium"
@@ -788,7 +549,7 @@
788
549
  },
789
550
  {
790
551
  "name": "mode",
791
- "description": "The mode determines the platform behaviors of the component.",
552
+ "description": "The mode determines which platform styles to use.",
792
553
  "values": [
793
554
  {
794
555
  "name": "ios"
@@ -802,6 +563,10 @@
802
563
  "name": "rel",
803
564
  "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)."
804
565
  },
566
+ {
567
+ "name": "router-animation",
568
+ "description": "When using a router, it specifies the transition animation when navigating to\nanother page using `href`."
569
+ },
805
570
  {
806
571
  "name": "router-direction",
807
572
  "description": "When using a router, it specifies the transition direction when navigating to\nanother page using `href`.",
@@ -824,21 +589,6 @@
824
589
  {
825
590
  "name": "target",
826
591
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
827
- },
828
- {
829
- "name": "theme",
830
- "description": "The theme determines the visual appearance of the component.",
831
- "values": [
832
- {
833
- "name": "ios"
834
- },
835
- {
836
- "name": "md"
837
- },
838
- {
839
- "name": "ionic"
840
- }
841
- ]
842
592
  }
843
593
  ],
844
594
  "references": [
@@ -902,28 +652,13 @@
902
652
  },
903
653
  {
904
654
  "name": "mode",
905
- "description": "The mode determines the platform behaviors of the component.",
906
- "values": [
907
- {
908
- "name": "ios"
909
- },
910
- {
911
- "name": "md"
912
- }
913
- ]
914
- },
915
- {
916
- "name": "theme",
917
- "description": "The theme determines the visual appearance of the component.",
655
+ "description": "The mode determines which platform styles to use.",
918
656
  "values": [
919
657
  {
920
658
  "name": "ios"
921
659
  },
922
660
  {
923
661
  "name": "md"
924
- },
925
- {
926
- "name": "ionic"
927
662
  }
928
663
  ]
929
664
  }
@@ -1027,7 +762,7 @@
1027
762
  },
1028
763
  {
1029
764
  "name": "mode",
1030
- "description": "The mode determines the platform behaviors of the component.",
765
+ "description": "The mode determines which platform styles to use.",
1031
766
  "values": [
1032
767
  {
1033
768
  "name": "ios"
@@ -1041,6 +776,10 @@
1041
776
  "name": "rel",
1042
777
  "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)."
1043
778
  },
779
+ {
780
+ "name": "router-animation",
781
+ "description": "When using a router, it specifies the transition animation when navigating to\nanother page using `href`."
782
+ },
1044
783
  {
1045
784
  "name": "router-direction",
1046
785
  "description": "When using a router, it specifies the transition direction when navigating to\nanother page using `href`.",
@@ -1058,22 +797,16 @@
1058
797
  },
1059
798
  {
1060
799
  "name": "shape",
1061
- "description": "Set to `\"soft\"` for a button with slightly rounded corners, `\"round\"` for a button with fully\nrounded corners, or `\"rectangular\"` for a button without rounded corners.\nDefaults to `\"soft\"` for the `\"ios\"` theme and `\"round\"` for all other themes.",
800
+ "description": "Set to `\"round\"` for a button with more rounded corners.",
1062
801
  "values": [
1063
- {
1064
- "name": "rectangular"
1065
- },
1066
802
  {
1067
803
  "name": "round"
1068
- },
1069
- {
1070
- "name": "soft"
1071
804
  }
1072
805
  ]
1073
806
  },
1074
807
  {
1075
808
  "name": "size",
1076
- "description": "Set to `\"small\"` for a button with less height and padding, to `\"medium\"`\nfor a button with the medium height and padding, or to `\"large\"` for a button\nwith more height and padding. By default the size is unset, unless the button\nis inside of an item, where the size is `\"small\"` by default. Set the size to\n`\"default\"` inside of an item to make it a standard size button.",
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.",
1077
810
  "values": [
1078
811
  {
1079
812
  "name": "default"
@@ -1081,9 +814,6 @@
1081
814
  {
1082
815
  "name": "large"
1083
816
  },
1084
- {
1085
- "name": "medium"
1086
- },
1087
817
  {
1088
818
  "name": "small"
1089
819
  }
@@ -1097,21 +827,6 @@
1097
827
  "name": "target",
1098
828
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
1099
829
  },
1100
- {
1101
- "name": "theme",
1102
- "description": "The theme determines the visual appearance of the component.",
1103
- "values": [
1104
- {
1105
- "name": "ios"
1106
- },
1107
- {
1108
- "name": "md"
1109
- },
1110
- {
1111
- "name": "ionic"
1112
- }
1113
- ]
1114
- },
1115
830
  {
1116
831
  "name": "type",
1117
832
  "description": "The type of the button.",
@@ -1144,34 +859,7 @@
1144
859
  "attributes": [
1145
860
  {
1146
861
  "name": "collapse",
1147
- "description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in the `ios` theme with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)"
1148
- },
1149
- {
1150
- "name": "mode",
1151
- "description": "The mode determines the platform behaviors of the component.",
1152
- "values": [
1153
- {
1154
- "name": "ios"
1155
- },
1156
- {
1157
- "name": "md"
1158
- }
1159
- ]
1160
- },
1161
- {
1162
- "name": "theme",
1163
- "description": "The theme determines the visual appearance of the component.",
1164
- "values": [
1165
- {
1166
- "name": "ios"
1167
- },
1168
- {
1169
- "name": "md"
1170
- },
1171
- {
1172
- "name": "ionic"
1173
- }
1174
- ]
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)"
1175
863
  }
1176
864
  ],
1177
865
  "references": [
@@ -1239,7 +927,7 @@
1239
927
  },
1240
928
  {
1241
929
  "name": "mode",
1242
- "description": "The mode determines the platform behaviors of the component.",
930
+ "description": "The mode determines which platform styles to use.",
1243
931
  "values": [
1244
932
  {
1245
933
  "name": "ios"
@@ -1253,6 +941,10 @@
1253
941
  "name": "rel",
1254
942
  "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)."
1255
943
  },
944
+ {
945
+ "name": "router-animation",
946
+ "description": "When using a router, it specifies the transition animation when navigating to\nanother page using `href`."
947
+ },
1256
948
  {
1257
949
  "name": "router-direction",
1258
950
  "description": "When using a router, it specifies the transition direction when navigating to\nanother page using `href`.",
@@ -1268,40 +960,10 @@
1268
960
  }
1269
961
  ]
1270
962
  },
1271
- {
1272
- "name": "shape",
1273
- "description": "Set to `\"soft\"` for a card with slightly rounded corners, `\"round\"` for a card with more\nrounded corners, or `\"rectangular\"` for a card without rounded corners.\nDefaults to `\"round\"`.",
1274
- "values": [
1275
- {
1276
- "name": "rectangular"
1277
- },
1278
- {
1279
- "name": "round"
1280
- },
1281
- {
1282
- "name": "soft"
1283
- }
1284
- ]
1285
- },
1286
963
  {
1287
964
  "name": "target",
1288
965
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
1289
966
  },
1290
- {
1291
- "name": "theme",
1292
- "description": "The theme determines the visual appearance of the component.",
1293
- "values": [
1294
- {
1295
- "name": "ios"
1296
- },
1297
- {
1298
- "name": "md"
1299
- },
1300
- {
1301
- "name": "ionic"
1302
- }
1303
- ]
1304
- },
1305
967
  {
1306
968
  "name": "type",
1307
969
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -1334,28 +996,13 @@
1334
996
  "attributes": [
1335
997
  {
1336
998
  "name": "mode",
1337
- "description": "The mode determines the platform behaviors of the component.",
1338
- "values": [
1339
- {
1340
- "name": "ios"
1341
- },
1342
- {
1343
- "name": "md"
1344
- }
1345
- ]
1346
- },
1347
- {
1348
- "name": "theme",
1349
- "description": "The theme determines the visual appearance of the component.",
999
+ "description": "The mode determines which platform styles to use.",
1350
1000
  "values": [
1351
1001
  {
1352
1002
  "name": "ios"
1353
1003
  },
1354
1004
  {
1355
1005
  "name": "md"
1356
- },
1357
- {
1358
- "name": "ionic"
1359
1006
  }
1360
1007
  ]
1361
1008
  }
@@ -1409,34 +1056,19 @@
1409
1056
  },
1410
1057
  {
1411
1058
  "name": "mode",
1412
- "description": "The mode determines the platform behaviors of the component.",
1413
- "values": [
1414
- {
1415
- "name": "ios"
1416
- },
1417
- {
1418
- "name": "md"
1419
- }
1420
- ]
1421
- },
1422
- {
1423
- "name": "theme",
1424
- "description": "The theme determines the visual appearance of the component.",
1059
+ "description": "The mode determines which platform styles to use.",
1425
1060
  "values": [
1426
1061
  {
1427
1062
  "name": "ios"
1428
1063
  },
1429
1064
  {
1430
1065
  "name": "md"
1431
- },
1432
- {
1433
- "name": "ionic"
1434
1066
  }
1435
1067
  ]
1436
1068
  },
1437
1069
  {
1438
1070
  "name": "translucent",
1439
- "description": "If `true`, the card header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
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)."
1440
1072
  }
1441
1073
  ],
1442
1074
  "references": [
@@ -1488,28 +1120,13 @@
1488
1120
  },
1489
1121
  {
1490
1122
  "name": "mode",
1491
- "description": "The mode determines the platform behaviors of the component.",
1492
- "values": [
1493
- {
1494
- "name": "ios"
1495
- },
1496
- {
1497
- "name": "md"
1498
- }
1499
- ]
1500
- },
1501
- {
1502
- "name": "theme",
1503
- "description": "The theme determines the visual appearance of the component.",
1123
+ "description": "The mode determines which platform styles to use.",
1504
1124
  "values": [
1505
1125
  {
1506
1126
  "name": "ios"
1507
1127
  },
1508
1128
  {
1509
1129
  "name": "md"
1510
- },
1511
- {
1512
- "name": "ionic"
1513
1130
  }
1514
1131
  ]
1515
1132
  }
@@ -1563,28 +1180,13 @@
1563
1180
  },
1564
1181
  {
1565
1182
  "name": "mode",
1566
- "description": "The mode determines the platform behaviors of the component.",
1567
- "values": [
1568
- {
1569
- "name": "ios"
1570
- },
1571
- {
1572
- "name": "md"
1573
- }
1574
- ]
1575
- },
1576
- {
1577
- "name": "theme",
1578
- "description": "The theme determines the visual appearance of the component.",
1183
+ "description": "The mode determines which platform styles to use.",
1579
1184
  "values": [
1580
1185
  {
1581
1186
  "name": "ios"
1582
1187
  },
1583
1188
  {
1584
1189
  "name": "md"
1585
- },
1586
- {
1587
- "name": "ionic"
1588
1190
  }
1589
1191
  ]
1590
1192
  }
@@ -1703,7 +1305,7 @@
1703
1305
  },
1704
1306
  {
1705
1307
  "name": "mode",
1706
- "description": "The mode determines the platform behaviors of the component.",
1308
+ "description": "The mode determines which platform styles to use.",
1707
1309
  "values": [
1708
1310
  {
1709
1311
  "name": "ios"
@@ -1721,42 +1323,6 @@
1721
1323
  "name": "required",
1722
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."
1723
1325
  },
1724
- {
1725
- "name": "shape",
1726
- "description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
1727
- "values": [
1728
- {
1729
- "name": "rectangular"
1730
- },
1731
- {
1732
- "name": "soft"
1733
- }
1734
- ]
1735
- },
1736
- {
1737
- "name": "size",
1738
- "description": "Set to `\"small\"` for a checkbox with less height and padding.",
1739
- "values": [
1740
- {
1741
- "name": "small"
1742
- }
1743
- ]
1744
- },
1745
- {
1746
- "name": "theme",
1747
- "description": "The theme determines the visual appearance of the component.",
1748
- "values": [
1749
- {
1750
- "name": "ios"
1751
- },
1752
- {
1753
- "name": "md"
1754
- },
1755
- {
1756
- "name": "ionic"
1757
- }
1758
- ]
1759
- },
1760
1326
  {
1761
1327
  "name": "value",
1762
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>`."
@@ -1814,74 +1380,20 @@
1814
1380
  "description": "If `true`, the user cannot interact with the chip."
1815
1381
  },
1816
1382
  {
1817
- "name": "hue",
1818
- "description": "Set to `\"bold\"` for a chip with vibrant, bold colors or to `\"subtle\"` for\na chip with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
1383
+ "name": "mode",
1384
+ "description": "The mode determines which platform styles to use.",
1819
1385
  "values": [
1820
1386
  {
1821
- "name": "bold"
1387
+ "name": "ios"
1822
1388
  },
1823
1389
  {
1824
- "name": "subtle"
1825
- }
1826
- ]
1827
- },
1828
- {
1829
- "name": "mode",
1830
- "description": "The mode determines the platform behaviors of the component.",
1831
- "values": [
1832
- {
1833
- "name": "ios"
1834
- },
1835
- {
1836
- "name": "md"
1390
+ "name": "md"
1837
1391
  }
1838
1392
  ]
1839
1393
  },
1840
1394
  {
1841
1395
  "name": "outline",
1842
1396
  "description": "Display an outline style button."
1843
- },
1844
- {
1845
- "name": "shape",
1846
- "description": "Set to `\"soft\"` for a chip with slightly rounded corners, `\"round\"` for a chip with fully\nrounded corners, or `\"rectangular\"` for a chip without rounded corners.\nDefaults to `\"round\"` for the `\"ionic\"` theme and `\"soft\"` for all other themes.",
1847
- "values": [
1848
- {
1849
- "name": "rectangular"
1850
- },
1851
- {
1852
- "name": "round"
1853
- },
1854
- {
1855
- "name": "soft"
1856
- }
1857
- ]
1858
- },
1859
- {
1860
- "name": "size",
1861
- "description": "Set to `\"small\"` for a chip with less height and padding.\n\nDefaults to `\"large\"` for the ionic theme, and undefined for all other themes.",
1862
- "values": [
1863
- {
1864
- "name": "large"
1865
- },
1866
- {
1867
- "name": "small"
1868
- }
1869
- ]
1870
- },
1871
- {
1872
- "name": "theme",
1873
- "description": "The theme determines the visual appearance of the component.",
1874
- "values": [
1875
- {
1876
- "name": "ios"
1877
- },
1878
- {
1879
- "name": "md"
1880
- },
1881
- {
1882
- "name": "ionic"
1883
- }
1884
- ]
1885
1397
  }
1886
1398
  ],
1887
1399
  "references": [
@@ -1898,18 +1410,6 @@
1898
1410
  "value": ""
1899
1411
  },
1900
1412
  "attributes": [
1901
- {
1902
- "name": "mode",
1903
- "description": "The mode determines the platform behaviors of the component.",
1904
- "values": [
1905
- {
1906
- "name": "ios"
1907
- },
1908
- {
1909
- "name": "md"
1910
- }
1911
- ]
1912
- },
1913
1413
  {
1914
1414
  "name": "offset",
1915
1415
  "description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available."
@@ -1934,30 +1434,6 @@
1934
1434
  "name": "offset-xs",
1935
1435
  "description": "The amount to offset the column for xs screens, in terms of how many columns it should shift\nto the end of the total available."
1936
1436
  },
1937
- {
1938
- "name": "order",
1939
- "description": "The order of the column, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure."
1940
- },
1941
- {
1942
- "name": "order-lg",
1943
- "description": "The order of the column for lg screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure."
1944
- },
1945
- {
1946
- "name": "order-md",
1947
- "description": "The order of the column for md screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure."
1948
- },
1949
- {
1950
- "name": "order-sm",
1951
- "description": "The order of the column for sm screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure."
1952
- },
1953
- {
1954
- "name": "order-xl",
1955
- "description": "The order of the column for xl screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure."
1956
- },
1957
- {
1958
- "name": "order-xs",
1959
- "description": "The order of the column for xs screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure."
1960
- },
1961
1437
  {
1962
1438
  "name": "pull",
1963
1439
  "description": "The amount to pull the column, in terms of how many columns it should shift to the start of\nthe total available."
@@ -2029,21 +1505,6 @@
2029
1505
  {
2030
1506
  "name": "size-xs",
2031
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."
2032
- },
2033
- {
2034
- "name": "theme",
2035
- "description": "The theme determines the visual appearance of the component.",
2036
- "values": [
2037
- {
2038
- "name": "ios"
2039
- },
2040
- {
2041
- "name": "md"
2042
- },
2043
- {
2044
- "name": "ionic"
2045
- }
2046
- ]
2047
1508
  }
2048
1509
  ],
2049
1510
  "references": [
@@ -2113,18 +1574,6 @@
2113
1574
  "name": "fullscreen",
2114
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."
2115
1576
  },
2116
- {
2117
- "name": "mode",
2118
- "description": "The mode determines the platform behaviors of the component.",
2119
- "values": [
2120
- {
2121
- "name": "ios"
2122
- },
2123
- {
2124
- "name": "md"
2125
- }
2126
- ]
2127
- },
2128
1577
  {
2129
1578
  "name": "scroll-events",
2130
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`."
@@ -2136,21 +1585,6 @@
2136
1585
  {
2137
1586
  "name": "scroll-y",
2138
1587
  "description": "If you want to disable the content scrolling in the Y axis, set this property to `false`."
2139
- },
2140
- {
2141
- "name": "theme",
2142
- "description": "The theme determines the visual appearance of the component.",
2143
- "values": [
2144
- {
2145
- "name": "ios"
2146
- },
2147
- {
2148
- "name": "md"
2149
- },
2150
- {
2151
- "name": "ionic"
2152
- }
2153
- ]
2154
1588
  }
2155
1589
  ],
2156
1590
  "references": [
@@ -2224,6 +1658,14 @@
2224
1658
  "name": "first-day-of-week",
2225
1659
  "description": "The first day of the week to use for `ion-datetime`. The\ndefault value is `0` and represents Sunday."
2226
1660
  },
1661
+ {
1662
+ "name": "format-options",
1663
+ "description": "Formatting options for dates and times.\nShould include a 'date' and/or 'time' object, each of which is of type [Intl.DateTimeFormatOptions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat#options)."
1664
+ },
1665
+ {
1666
+ "name": "highlighted-dates",
1667
+ "description": "Used to apply custom text and background colors to specific dates.\n\nCan be either an array of objects containing ISO strings and colors,\nor a callback that receives an ISO string and returns the colors.\n\nOnly applies to the `date`, `date-time`, and `time-date` presentations,\nwith `preferWheel=\"false\"`."
1668
+ },
2227
1669
  {
2228
1670
  "name": "hour-cycle",
2229
1671
  "description": "The hour cycle of the `ion-datetime`. If no value is set, this is\nspecified by the current locale.",
@@ -2246,6 +1688,10 @@
2246
1688
  "name": "hour-values",
2247
1689
  "description": "Values used to create the list of selectable hours. By default\nthe hour values range from `0` to `23` for 24-hour, or `1` to `12` for 12-hour. However,\nto control exactly which hours to display, the `hourValues` input can take a number, an\narray of numbers, or a string of comma separated numbers."
2248
1690
  },
1691
+ {
1692
+ "name": "is-date-enabled",
1693
+ "description": "Returns if an individual date (calendar day) is enabled or disabled.\n\nIf `true`, the day will be enabled/interactive.\nIf `false`, the day will be disabled/non-interactive.\n\nThe function accepts an ISO 8601 date string of a given day.\nBy default, all days are enabled. Developers can use this function\nto write custom logic to disable certain days.\n\nThe function is called for each rendered calendar day, for the previous, current and next month.\nCustom implementations should be optimized for performance to avoid jank."
1694
+ },
2249
1695
  {
2250
1696
  "name": "locale",
2251
1697
  "description": "The locale to use for `ion-datetime`. This\nimpacts month and day name formatting.\nThe `\"default\"` value refers to the default\nlocale set by your device."
@@ -2264,7 +1710,7 @@
2264
1710
  },
2265
1711
  {
2266
1712
  "name": "mode",
2267
- "description": "The mode determines the platform behaviors of the component.",
1713
+ "description": "The mode determines which platform styles to use.",
2268
1714
  "values": [
2269
1715
  {
2270
1716
  "name": "ios"
@@ -2354,19 +1800,8 @@
2354
1800
  ]
2355
1801
  },
2356
1802
  {
2357
- "name": "theme",
2358
- "description": "The theme determines the visual appearance of the component.",
2359
- "values": [
2360
- {
2361
- "name": "ios"
2362
- },
2363
- {
2364
- "name": "md"
2365
- },
2366
- {
2367
- "name": "ionic"
2368
- }
2369
- ]
1803
+ "name": "title-selected-dates-formatter",
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."
2370
1805
  },
2371
1806
  {
2372
1807
  "name": "value",
@@ -2434,28 +1869,13 @@
2434
1869
  },
2435
1870
  {
2436
1871
  "name": "mode",
2437
- "description": "The mode determines the platform behaviors of the component.",
2438
- "values": [
2439
- {
2440
- "name": "ios"
2441
- },
2442
- {
2443
- "name": "md"
2444
- }
2445
- ]
2446
- },
2447
- {
2448
- "name": "theme",
2449
- "description": "The theme determines the visual appearance of the component.",
1872
+ "description": "The mode determines which platform styles to use.",
2450
1873
  "values": [
2451
1874
  {
2452
1875
  "name": "ios"
2453
1876
  },
2454
1877
  {
2455
1878
  "name": "md"
2456
- },
2457
- {
2458
- "name": "ionic"
2459
1879
  }
2460
1880
  ]
2461
1881
  }
@@ -2467,52 +1887,6 @@
2467
1887
  }
2468
1888
  ]
2469
1889
  },
2470
- {
2471
- "name": "ion-divider",
2472
- "description": {
2473
- "kind": "markdown",
2474
- "value": ""
2475
- },
2476
- "attributes": [
2477
- {
2478
- "name": "inset",
2479
- "description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`"
2480
- },
2481
- {
2482
- "name": "spacing",
2483
- "description": "Set to `\"xxsmall\"` for the smallest spacing.\nSet to \"xsmall\" for very small spacing.\nSet to `\"small\"` for small spacing.\nSet to \"medium\" for medium spacing.\nSet to \"large\" for large spacing.\nSet to `\"xlarge\"` for the largest spacing.\n\nDefaults to `\"medium\"`.",
2484
- "values": [
2485
- {
2486
- "name": "large"
2487
- },
2488
- {
2489
- "name": "medium"
2490
- },
2491
- {
2492
- "name": "small"
2493
- },
2494
- {
2495
- "name": "xlarge"
2496
- },
2497
- {
2498
- "name": "xsmall"
2499
- },
2500
- {
2501
- "name": "xxlarge"
2502
- },
2503
- {
2504
- "name": "xxsmall"
2505
- }
2506
- ]
2507
- }
2508
- ],
2509
- "references": [
2510
- {
2511
- "name": "Source code",
2512
- "url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/divider/divider.tsx"
2513
- }
2514
- ]
2515
- },
2516
1890
  {
2517
1891
  "name": "ion-fab",
2518
1892
  "description": {
@@ -2543,33 +1917,6 @@
2543
1917
  }
2544
1918
  ]
2545
1919
  },
2546
- {
2547
- "name": "mode",
2548
- "description": "The mode determines the platform behaviors of the component.",
2549
- "values": [
2550
- {
2551
- "name": "ios"
2552
- },
2553
- {
2554
- "name": "md"
2555
- }
2556
- ]
2557
- },
2558
- {
2559
- "name": "theme",
2560
- "description": "The theme determines the visual appearance of the component.",
2561
- "values": [
2562
- {
2563
- "name": "ios"
2564
- },
2565
- {
2566
- "name": "md"
2567
- },
2568
- {
2569
- "name": "ionic"
2570
- }
2571
- ]
2572
- },
2573
1920
  {
2574
1921
  "name": "vertical",
2575
1922
  "description": "Where to align the fab vertically in the viewport.",
@@ -2655,7 +2002,7 @@
2655
2002
  },
2656
2003
  {
2657
2004
  "name": "mode",
2658
- "description": "The mode determines the platform behaviors of the component.",
2005
+ "description": "The mode determines which platform styles to use.",
2659
2006
  "values": [
2660
2007
  {
2661
2008
  "name": "ios"
@@ -2669,6 +2016,10 @@
2669
2016
  "name": "rel",
2670
2017
  "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)."
2671
2018
  },
2019
+ {
2020
+ "name": "router-animation",
2021
+ "description": "When using a router, it specifies the transition animation when navigating to\nanother page using `href`."
2022
+ },
2672
2023
  {
2673
2024
  "name": "router-direction",
2674
2025
  "description": "When using a router, it specifies the transition direction when navigating to\nanother page using `href`.",
@@ -2701,24 +2052,9 @@
2701
2052
  "name": "target",
2702
2053
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
2703
2054
  },
2704
- {
2705
- "name": "theme",
2706
- "description": "The theme determines the visual appearance of the component.",
2707
- "values": [
2708
- {
2709
- "name": "ios"
2710
- },
2711
- {
2712
- "name": "md"
2713
- },
2714
- {
2715
- "name": "ionic"
2716
- }
2717
- ]
2718
- },
2719
2055
  {
2720
2056
  "name": "translucent",
2721
- "description": "If `true`, the fab button will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
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)."
2722
2058
  },
2723
2059
  {
2724
2060
  "name": "type",
@@ -2754,18 +2090,6 @@
2754
2090
  "name": "activated",
2755
2091
  "description": "If `true`, the fab list will show all fab buttons in the list."
2756
2092
  },
2757
- {
2758
- "name": "mode",
2759
- "description": "The mode determines the platform behaviors of the component.",
2760
- "values": [
2761
- {
2762
- "name": "ios"
2763
- },
2764
- {
2765
- "name": "md"
2766
- }
2767
- ]
2768
- },
2769
2093
  {
2770
2094
  "name": "side",
2771
2095
  "description": "The side the fab list will show on relative to the main fab button.",
@@ -2783,21 +2107,6 @@
2783
2107
  "name": "top"
2784
2108
  }
2785
2109
  ]
2786
- },
2787
- {
2788
- "name": "theme",
2789
- "description": "The theme determines the visual appearance of the component.",
2790
- "values": [
2791
- {
2792
- "name": "ios"
2793
- },
2794
- {
2795
- "name": "md"
2796
- },
2797
- {
2798
- "name": "ionic"
2799
- }
2800
- ]
2801
2110
  }
2802
2111
  ],
2803
2112
  "references": [
@@ -2816,7 +2125,7 @@
2816
2125
  "attributes": [
2817
2126
  {
2818
2127
  "name": "collapse",
2819
- "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.",
2820
2129
  "values": [
2821
2130
  {
2822
2131
  "name": "fade"
@@ -2825,34 +2134,19 @@
2825
2134
  },
2826
2135
  {
2827
2136
  "name": "mode",
2828
- "description": "The mode determines the platform behaviors of the component.",
2829
- "values": [
2830
- {
2831
- "name": "ios"
2832
- },
2833
- {
2834
- "name": "md"
2835
- }
2836
- ]
2837
- },
2838
- {
2839
- "name": "theme",
2840
- "description": "The theme determines the visual appearance of the component.",
2137
+ "description": "The mode determines which platform styles to use.",
2841
2138
  "values": [
2842
2139
  {
2843
2140
  "name": "ios"
2844
2141
  },
2845
2142
  {
2846
2143
  "name": "md"
2847
- },
2848
- {
2849
- "name": "ionic"
2850
2144
  }
2851
2145
  ]
2852
2146
  },
2853
2147
  {
2854
2148
  "name": "translucent",
2855
- "description": "If `true`, the footer will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the footer, the `fullscreen`\nattribute needs to be set on the content."
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."
2856
2150
  }
2857
2151
  ],
2858
2152
  "references": [
@@ -2872,36 +2166,9 @@
2872
2166
  {
2873
2167
  "name": "fixed",
2874
2168
  "description": "If `true`, the grid will have a fixed width based on the screen size."
2875
- },
2876
- {
2877
- "name": "mode",
2878
- "description": "The mode determines the platform behaviors of the component.",
2879
- "values": [
2880
- {
2881
- "name": "ios"
2882
- },
2883
- {
2884
- "name": "md"
2885
- }
2886
- ]
2887
- },
2888
- {
2889
- "name": "theme",
2890
- "description": "The theme determines the visual appearance of the component.",
2891
- "values": [
2892
- {
2893
- "name": "ios"
2894
- },
2895
- {
2896
- "name": "md"
2897
- },
2898
- {
2899
- "name": "ionic"
2900
- }
2901
- ]
2902
- }
2903
- ],
2904
- "references": [
2169
+ }
2170
+ ],
2171
+ "references": [
2905
2172
  {
2906
2173
  "name": "Source code",
2907
2174
  "url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/grid/grid.tsx"
@@ -2917,7 +2184,7 @@
2917
2184
  "attributes": [
2918
2185
  {
2919
2186
  "name": "collapse",
2920
- "description": "Describes the scroll effect that will be applied to the header.\nOnly applies when the theme is `\"ios\"`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
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)",
2921
2188
  "values": [
2922
2189
  {
2923
2190
  "name": "condense"
@@ -2927,40 +2194,21 @@
2927
2194
  }
2928
2195
  ]
2929
2196
  },
2930
- {
2931
- "name": "divider",
2932
- "description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes"
2933
- },
2934
2197
  {
2935
2198
  "name": "mode",
2936
- "description": "The mode determines the platform behaviors of the component.",
2937
- "values": [
2938
- {
2939
- "name": "ios"
2940
- },
2941
- {
2942
- "name": "md"
2943
- }
2944
- ]
2945
- },
2946
- {
2947
- "name": "theme",
2948
- "description": "The theme determines the visual appearance of the component.",
2199
+ "description": "The mode determines which platform styles to use.",
2949
2200
  "values": [
2950
2201
  {
2951
2202
  "name": "ios"
2952
2203
  },
2953
2204
  {
2954
2205
  "name": "md"
2955
- },
2956
- {
2957
- "name": "ionic"
2958
2206
  }
2959
2207
  ]
2960
2208
  },
2961
2209
  {
2962
2210
  "name": "translucent",
2963
- "description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` or `\"ionic\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content."
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."
2964
2212
  }
2965
2213
  ],
2966
2214
  "references": [
@@ -2981,36 +2229,9 @@
2981
2229
  "name": "alt",
2982
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."
2983
2231
  },
2984
- {
2985
- "name": "mode",
2986
- "description": "The mode determines the platform behaviors of the component.",
2987
- "values": [
2988
- {
2989
- "name": "ios"
2990
- },
2991
- {
2992
- "name": "md"
2993
- }
2994
- ]
2995
- },
2996
2232
  {
2997
2233
  "name": "src",
2998
2234
  "description": "The image URL. This attribute is mandatory for the `<img>` element."
2999
- },
3000
- {
3001
- "name": "theme",
3002
- "description": "The theme determines the visual appearance of the component.",
3003
- "values": [
3004
- {
3005
- "name": "ios"
3006
- },
3007
- {
3008
- "name": "md"
3009
- },
3010
- {
3011
- "name": "ionic"
3012
- }
3013
- ]
3014
2235
  }
3015
2236
  ],
3016
2237
  "references": [
@@ -3031,18 +2252,6 @@
3031
2252
  "name": "disabled",
3032
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."
3033
2254
  },
3034
- {
3035
- "name": "mode",
3036
- "description": "The mode determines the platform behaviors of the component.",
3037
- "values": [
3038
- {
3039
- "name": "ios"
3040
- },
3041
- {
3042
- "name": "md"
3043
- }
3044
- ]
3045
- },
3046
2255
  {
3047
2256
  "name": "position",
3048
2257
  "description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
@@ -3055,25 +2264,6 @@
3055
2264
  }
3056
2265
  ]
3057
2266
  },
3058
- {
3059
- "name": "preserve-rerender-scroll-position",
3060
- "description": "If `true`, the infinite scroll will preserve the scroll position\nwhen the content is re-rendered. This is useful when the content is\nre-rendered with new keys, and the scroll position should be preserved."
3061
- },
3062
- {
3063
- "name": "theme",
3064
- "description": "The theme determines the visual appearance of the component.",
3065
- "values": [
3066
- {
3067
- "name": "ios"
3068
- },
3069
- {
3070
- "name": "md"
3071
- },
3072
- {
3073
- "name": "ionic"
3074
- }
3075
- ]
3076
- },
3077
2267
  {
3078
2268
  "name": "threshold",
3079
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."
@@ -3129,33 +2319,6 @@
3129
2319
  {
3130
2320
  "name": "loading-text",
3131
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."
3132
- },
3133
- {
3134
- "name": "mode",
3135
- "description": "The mode determines the platform behaviors of the component.",
3136
- "values": [
3137
- {
3138
- "name": "ios"
3139
- },
3140
- {
3141
- "name": "md"
3142
- }
3143
- ]
3144
- },
3145
- {
3146
- "name": "theme",
3147
- "description": "The theme determines the visual appearance of the component.",
3148
- "values": [
3149
- {
3150
- "name": "ios"
3151
- },
3152
- {
3153
- "name": "md"
3154
- },
3155
- {
3156
- "name": "ionic"
3157
- }
3158
- ]
3159
2322
  }
3160
2323
  ],
3161
2324
  "references": [
@@ -3184,157 +2347,157 @@
3184
2347
  "name": "name"
3185
2348
  },
3186
2349
  {
3187
- "name": "url"
2350
+ "name": "email"
3188
2351
  },
3189
2352
  {
3190
- "name": "off"
2353
+ "name": "tel"
3191
2354
  },
3192
2355
  {
3193
- "name": "on"
2356
+ "name": "url"
3194
2357
  },
3195
2358
  {
3196
- "name": "additional-name"
2359
+ "name": "on"
3197
2360
  },
3198
2361
  {
3199
- "name": "address-level1"
2362
+ "name": "off"
3200
2363
  },
3201
2364
  {
3202
- "name": "address-level2"
2365
+ "name": "honorific-prefix"
3203
2366
  },
3204
2367
  {
3205
- "name": "address-level3"
2368
+ "name": "given-name"
3206
2369
  },
3207
2370
  {
3208
- "name": "address-level4"
2371
+ "name": "additional-name"
3209
2372
  },
3210
2373
  {
3211
- "name": "address-line1"
2374
+ "name": "family-name"
3212
2375
  },
3213
2376
  {
3214
- "name": "address-line2"
2377
+ "name": "honorific-suffix"
3215
2378
  },
3216
2379
  {
3217
- "name": "address-line3"
2380
+ "name": "nickname"
3218
2381
  },
3219
2382
  {
3220
- "name": "bday-day"
2383
+ "name": "username"
3221
2384
  },
3222
2385
  {
3223
- "name": "bday-month"
2386
+ "name": "new-password"
3224
2387
  },
3225
2388
  {
3226
- "name": "bday-year"
2389
+ "name": "current-password"
3227
2390
  },
3228
2391
  {
3229
- "name": "cc-csc"
2392
+ "name": "one-time-code"
3230
2393
  },
3231
2394
  {
3232
- "name": "cc-exp"
2395
+ "name": "organization-title"
3233
2396
  },
3234
2397
  {
3235
- "name": "cc-exp-month"
2398
+ "name": "organization"
3236
2399
  },
3237
2400
  {
3238
- "name": "cc-exp-year"
2401
+ "name": "street-address"
3239
2402
  },
3240
2403
  {
3241
- "name": "cc-family-name"
2404
+ "name": "address-line1"
3242
2405
  },
3243
2406
  {
3244
- "name": "cc-given-name"
2407
+ "name": "address-line2"
3245
2408
  },
3246
2409
  {
3247
- "name": "cc-name"
2410
+ "name": "address-line3"
3248
2411
  },
3249
2412
  {
3250
- "name": "cc-number"
2413
+ "name": "address-level4"
3251
2414
  },
3252
2415
  {
3253
- "name": "cc-type"
2416
+ "name": "address-level3"
3254
2417
  },
3255
2418
  {
3256
- "name": "country"
2419
+ "name": "address-level2"
3257
2420
  },
3258
2421
  {
3259
- "name": "country-name"
2422
+ "name": "address-level1"
3260
2423
  },
3261
2424
  {
3262
- "name": "current-password"
2425
+ "name": "country"
3263
2426
  },
3264
2427
  {
3265
- "name": "family-name"
2428
+ "name": "country-name"
3266
2429
  },
3267
2430
  {
3268
- "name": "given-name"
2431
+ "name": "postal-code"
3269
2432
  },
3270
2433
  {
3271
- "name": "honorific-prefix"
2434
+ "name": "cc-name"
3272
2435
  },
3273
2436
  {
3274
- "name": "honorific-suffix"
2437
+ "name": "cc-given-name"
3275
2438
  },
3276
2439
  {
3277
- "name": "new-password"
2440
+ "name": "cc-additional-name"
3278
2441
  },
3279
2442
  {
3280
- "name": "one-time-code"
2443
+ "name": "cc-family-name"
3281
2444
  },
3282
2445
  {
3283
- "name": "organization"
2446
+ "name": "cc-number"
3284
2447
  },
3285
2448
  {
3286
- "name": "postal-code"
2449
+ "name": "cc-exp"
3287
2450
  },
3288
2451
  {
3289
- "name": "street-address"
2452
+ "name": "cc-exp-month"
3290
2453
  },
3291
2454
  {
3292
- "name": "transaction-amount"
2455
+ "name": "cc-exp-year"
3293
2456
  },
3294
2457
  {
3295
- "name": "transaction-currency"
2458
+ "name": "cc-csc"
3296
2459
  },
3297
2460
  {
3298
- "name": "username"
2461
+ "name": "cc-type"
3299
2462
  },
3300
2463
  {
3301
- "name": "email"
2464
+ "name": "transaction-currency"
3302
2465
  },
3303
2466
  {
3304
- "name": "tel"
2467
+ "name": "transaction-amount"
3305
2468
  },
3306
2469
  {
3307
- "name": "tel-area-code"
2470
+ "name": "language"
3308
2471
  },
3309
2472
  {
3310
- "name": "tel-country-code"
2473
+ "name": "bday"
3311
2474
  },
3312
2475
  {
3313
- "name": "tel-extension"
2476
+ "name": "bday-day"
3314
2477
  },
3315
2478
  {
3316
- "name": "tel-local"
2479
+ "name": "bday-month"
3317
2480
  },
3318
2481
  {
3319
- "name": "tel-national"
2482
+ "name": "bday-year"
3320
2483
  },
3321
2484
  {
3322
- "name": "nickname"
2485
+ "name": "sex"
3323
2486
  },
3324
2487
  {
3325
- "name": "organization-title"
2488
+ "name": "tel-country-code"
3326
2489
  },
3327
2490
  {
3328
- "name": "cc-additional-name"
2491
+ "name": "tel-national"
3329
2492
  },
3330
2493
  {
3331
- "name": "language"
2494
+ "name": "tel-area-code"
3332
2495
  },
3333
2496
  {
3334
- "name": "bday"
2497
+ "name": "tel-local"
3335
2498
  },
3336
2499
  {
3337
- "name": "sex"
2500
+ "name": "tel-extension"
3338
2501
  },
3339
2502
  {
3340
2503
  "name": "impp"
@@ -3409,6 +2572,10 @@
3409
2572
  "name": "counter",
3410
2573
  "description": "If `true`, a character counter will display the ratio of characters used and the total character limit. Developers must also set the `maxlength` property for the counter to be calculated correctly."
3411
2574
  },
2575
+ {
2576
+ "name": "counter-formatter",
2577
+ "description": "A callback used to format the counter text.\nBy default the counter text is set to \"itemLength / maxLength\".\n\nSee https://ionicframework.com/docs/troubleshooting/runtime#accessing-this\nif you need to access `this` from within the callback."
2578
+ },
3412
2579
  {
3413
2580
  "name": "debounce",
3414
2581
  "description": "Set the amount of time, in milliseconds, to wait to trigger the `ionInput` event after each keystroke."
@@ -3450,7 +2617,7 @@
3450
2617
  },
3451
2618
  {
3452
2619
  "name": "fill",
3453
- "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available when the theme is `\"md\"`.",
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.",
3454
2621
  "values": [
3455
2622
  {
3456
2623
  "name": "outline"
@@ -3500,7 +2667,7 @@
3500
2667
  },
3501
2668
  {
3502
2669
  "name": "label-placement",
3503
- "description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the input in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the input in LTR and to the left in RTL.\n`\"floating\"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input.\n`\"stacked\"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").\n\nDefaults to \"stacked\" for the ionic theme, or \"start\" for all other themes.\n\nIn the ionic theme, only the values \"stacked\" and \"floating\" are supported.",
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 (\"...\").",
3504
2671
  "values": [
3505
2672
  {
3506
2673
  "name": "end"
@@ -3537,7 +2704,7 @@
3537
2704
  },
3538
2705
  {
3539
2706
  "name": "mode",
3540
- "description": "The mode determines the platform behaviors of the component.",
2707
+ "description": "The mode determines which platform styles to use.",
3541
2708
  "values": [
3542
2709
  {
3543
2710
  "name": "ios"
@@ -3573,31 +2740,10 @@
3573
2740
  },
3574
2741
  {
3575
2742
  "name": "shape",
3576
- "description": "Set to `\"soft\"` for an input with slightly rounded corners, `\"round\"` for an input with fully\nrounded corners, or `\"rectangular\"` for an input without rounded corners.\nDefaults to `\"round\"` for the ionic theme, and `undefined` for all other themes.\nOnly applies when the fill is set to `\"solid\"` or `\"outline\"`.",
2743
+ "description": "The shape of the input. If \"round\" it will have an increased border radius.",
3577
2744
  "values": [
3578
- {
3579
- "name": "rectangular"
3580
- },
3581
2745
  {
3582
2746
  "name": "round"
3583
- },
3584
- {
3585
- "name": "soft"
3586
- }
3587
- ]
3588
- },
3589
- {
3590
- "name": "size",
3591
- "description": "The size of the input. If \"large\", it will have an increased height. By default the\nsize is medium. This property only applies to the `\"ionic\"` theme.",
3592
- "values": [
3593
- {
3594
- "name": "large"
3595
- },
3596
- {
3597
- "name": "medium"
3598
- },
3599
- {
3600
- "name": "xlarge"
3601
2747
  }
3602
2748
  ]
3603
2749
  },
@@ -3609,21 +2755,6 @@
3609
2755
  "name": "step",
3610
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."
3611
2757
  },
3612
- {
3613
- "name": "theme",
3614
- "description": "The theme determines the visual appearance of the component.",
3615
- "values": [
3616
- {
3617
- "name": "ios"
3618
- },
3619
- {
3620
- "name": "md"
3621
- },
3622
- {
3623
- "name": "ionic"
3624
- }
3625
- ]
3626
- },
3627
2758
  {
3628
2759
  "name": "type",
3629
2760
  "description": "The type of control to display. The default type is text.",
@@ -3952,7 +3083,7 @@
3952
3083
  },
3953
3084
  {
3954
3085
  "name": "detail",
3955
- "description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `theme`\nis `\"ios\"` and an `href` or `button` property is present."
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."
3956
3087
  },
3957
3088
  {
3958
3089
  "name": "detail-icon",
@@ -3987,7 +3118,7 @@
3987
3118
  },
3988
3119
  {
3989
3120
  "name": "mode",
3990
- "description": "The mode determines the platform behaviors of the component.",
3121
+ "description": "The mode determines which platform styles to use.",
3991
3122
  "values": [
3992
3123
  {
3993
3124
  "name": "ios"
@@ -4001,6 +3132,10 @@
4001
3132
  "name": "rel",
4002
3133
  "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)."
4003
3134
  },
3135
+ {
3136
+ "name": "router-animation",
3137
+ "description": "When using a router, it specifies the transition animation when navigating to\nanother page using `href`."
3138
+ },
4004
3139
  {
4005
3140
  "name": "router-direction",
4006
3141
  "description": "When using a router, it specifies the transition direction when navigating to\nanother page using `href`.",
@@ -4020,21 +3155,6 @@
4020
3155
  "name": "target",
4021
3156
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
4022
3157
  },
4023
- {
4024
- "name": "theme",
4025
- "description": "The theme determines the visual appearance of the component.",
4026
- "values": [
4027
- {
4028
- "name": "ios"
4029
- },
4030
- {
4031
- "name": "md"
4032
- },
4033
- {
4034
- "name": "ionic"
4035
- }
4036
- ]
4037
- },
4038
3158
  {
4039
3159
  "name": "type",
4040
3160
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -4100,7 +3220,7 @@
4100
3220
  },
4101
3221
  {
4102
3222
  "name": "mode",
4103
- "description": "The mode determines the platform behaviors of the component.",
3223
+ "description": "The mode determines which platform styles to use.",
4104
3224
  "values": [
4105
3225
  {
4106
3226
  "name": "ios"
@@ -4113,21 +3233,6 @@
4113
3233
  {
4114
3234
  "name": "sticky",
4115
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"
4116
- },
4117
- {
4118
- "name": "theme",
4119
- "description": "The theme determines the visual appearance of the component.",
4120
- "values": [
4121
- {
4122
- "name": "ios"
4123
- },
4124
- {
4125
- "name": "md"
4126
- },
4127
- {
4128
- "name": "ionic"
4129
- }
4130
- ]
4131
3236
  }
4132
3237
  ],
4133
3238
  "references": [
@@ -4143,35 +3248,7 @@
4143
3248
  "kind": "markdown",
4144
3249
  "value": ""
4145
3250
  },
4146
- "attributes": [
4147
- {
4148
- "name": "mode",
4149
- "description": "The mode determines the platform behaviors of the component.",
4150
- "values": [
4151
- {
4152
- "name": "ios"
4153
- },
4154
- {
4155
- "name": "md"
4156
- }
4157
- ]
4158
- },
4159
- {
4160
- "name": "theme",
4161
- "description": "The theme determines the visual appearance of the component.",
4162
- "values": [
4163
- {
4164
- "name": "ios"
4165
- },
4166
- {
4167
- "name": "md"
4168
- },
4169
- {
4170
- "name": "ionic"
4171
- }
4172
- ]
4173
- }
4174
- ],
3251
+ "attributes": [],
4175
3252
  "references": [
4176
3253
  {
4177
3254
  "name": "Source code",
@@ -4235,21 +3312,9 @@
4235
3312
  "name": "href",
4236
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."
4237
3314
  },
4238
- {
4239
- "name": "hue",
4240
- "description": "Set to `\"bold\"` for an option with vibrant, bold colors or to `\"subtle\"` for\nan option with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
4241
- "values": [
4242
- {
4243
- "name": "bold"
4244
- },
4245
- {
4246
- "name": "subtle"
4247
- }
4248
- ]
4249
- },
4250
3315
  {
4251
3316
  "name": "mode",
4252
- "description": "The mode determines the platform behaviors of the component.",
3317
+ "description": "The mode determines which platform styles to use.",
4253
3318
  "values": [
4254
3319
  {
4255
3320
  "name": "ios"
@@ -4263,40 +3328,10 @@
4263
3328
  "name": "rel",
4264
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)."
4265
3330
  },
4266
- {
4267
- "name": "shape",
4268
- "description": "Set to `\"rectangular\"` for non-rounded corners.\nSet to `\"soft\"` for slightly rounded corners.\nSet to `\"round\"` for fully rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
4269
- "values": [
4270
- {
4271
- "name": "rectangular"
4272
- },
4273
- {
4274
- "name": "round"
4275
- },
4276
- {
4277
- "name": "soft"
4278
- }
4279
- ]
4280
- },
4281
3331
  {
4282
3332
  "name": "target",
4283
3333
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
4284
3334
  },
4285
- {
4286
- "name": "theme",
4287
- "description": "The theme determines the visual appearance of the component.",
4288
- "values": [
4289
- {
4290
- "name": "ios"
4291
- },
4292
- {
4293
- "name": "md"
4294
- },
4295
- {
4296
- "name": "ionic"
4297
- }
4298
- ]
4299
- },
4300
3335
  {
4301
3336
  "name": "type",
4302
3337
  "description": "The type of the button.",
@@ -4327,18 +3362,6 @@
4327
3362
  "value": ""
4328
3363
  },
4329
3364
  "attributes": [
4330
- {
4331
- "name": "mode",
4332
- "description": "The mode determines the platform behaviors of the component.",
4333
- "values": [
4334
- {
4335
- "name": "ios"
4336
- },
4337
- {
4338
- "name": "md"
4339
- }
4340
- ]
4341
- },
4342
3365
  {
4343
3366
  "name": "side",
4344
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.",
@@ -4350,21 +3373,6 @@
4350
3373
  "name": "start"
4351
3374
  }
4352
3375
  ]
4353
- },
4354
- {
4355
- "name": "theme",
4356
- "description": "The theme determines the visual appearance of the component.",
4357
- "values": [
4358
- {
4359
- "name": "ios"
4360
- },
4361
- {
4362
- "name": "md"
4363
- },
4364
- {
4365
- "name": "ionic"
4366
- }
4367
- ]
4368
3376
  }
4369
3377
  ],
4370
3378
  "references": [
@@ -4384,33 +3392,6 @@
4384
3392
  {
4385
3393
  "name": "disabled",
4386
3394
  "description": "If `true`, the user cannot interact with the sliding item."
4387
- },
4388
- {
4389
- "name": "mode",
4390
- "description": "The mode determines the platform behaviors of the component.",
4391
- "values": [
4392
- {
4393
- "name": "ios"
4394
- },
4395
- {
4396
- "name": "md"
4397
- }
4398
- ]
4399
- },
4400
- {
4401
- "name": "theme",
4402
- "description": "The theme determines the visual appearance of the component.",
4403
- "values": [
4404
- {
4405
- "name": "ios"
4406
- },
4407
- {
4408
- "name": "md"
4409
- },
4410
- {
4411
- "name": "ionic"
4412
- }
4413
- ]
4414
3395
  }
4415
3396
  ],
4416
3397
  "references": [
@@ -4462,7 +3443,7 @@
4462
3443
  },
4463
3444
  {
4464
3445
  "name": "mode",
4465
- "description": "The mode determines the platform behaviors of the component.",
3446
+ "description": "The mode determines which platform styles to use.",
4466
3447
  "values": [
4467
3448
  {
4468
3449
  "name": "ios"
@@ -4486,21 +3467,6 @@
4486
3467
  "name": "stacked"
4487
3468
  }
4488
3469
  ]
4489
- },
4490
- {
4491
- "name": "theme",
4492
- "description": "The theme determines the visual appearance of the component.",
4493
- "values": [
4494
- {
4495
- "name": "ios"
4496
- },
4497
- {
4498
- "name": "md"
4499
- },
4500
- {
4501
- "name": "ionic"
4502
- }
4503
- ]
4504
3470
  }
4505
3471
  ],
4506
3472
  "references": [
@@ -4538,43 +3504,13 @@
4538
3504
  },
4539
3505
  {
4540
3506
  "name": "mode",
4541
- "description": "The mode determines the platform behaviors of the component.",
4542
- "values": [
4543
- {
4544
- "name": "ios"
4545
- },
4546
- {
4547
- "name": "md"
4548
- }
4549
- ]
4550
- },
4551
- {
4552
- "name": "shape",
4553
- "description": "Set to `\"soft\"` for slightly rounded corners,\n`\"round\"` for fully rounded corners,\nor `\"rectangular\"` for no rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme\nwhen inset is `true`\ndefaults to `\"rectangular\"` for the `ionic`\ntheme when inset is `false`,\nundefined for all other themes.",
4554
- "values": [
4555
- {
4556
- "name": "rectangular"
4557
- },
4558
- {
4559
- "name": "round"
4560
- },
4561
- {
4562
- "name": "soft"
4563
- }
4564
- ]
4565
- },
4566
- {
4567
- "name": "theme",
4568
- "description": "The theme determines the visual appearance of the component.",
3507
+ "description": "The mode determines which platform styles to use.",
4569
3508
  "values": [
4570
3509
  {
4571
3510
  "name": "ios"
4572
3511
  },
4573
3512
  {
4574
3513
  "name": "md"
4575
- },
4576
- {
4577
- "name": "ionic"
4578
3514
  }
4579
3515
  ]
4580
3516
  }
@@ -4643,28 +3579,13 @@
4643
3579
  },
4644
3580
  {
4645
3581
  "name": "mode",
4646
- "description": "The mode determines the platform behaviors of the component.",
4647
- "values": [
4648
- {
4649
- "name": "ios"
4650
- },
4651
- {
4652
- "name": "md"
4653
- }
4654
- ]
4655
- },
4656
- {
4657
- "name": "theme",
4658
- "description": "The theme determines the visual appearance of the component.",
3582
+ "description": "The mode determines which platform styles to use.",
4659
3583
  "values": [
4660
3584
  {
4661
3585
  "name": "ios"
4662
3586
  },
4663
3587
  {
4664
3588
  "name": "md"
4665
- },
4666
- {
4667
- "name": "ionic"
4668
3589
  }
4669
3590
  ]
4670
3591
  }
@@ -4699,6 +3620,14 @@
4699
3620
  "name": "duration",
4700
3621
  "description": "Number of milliseconds to wait before dismissing the loading indicator."
4701
3622
  },
3623
+ {
3624
+ "name": "enter-animation",
3625
+ "description": "Animation to use when the loading indicator is presented."
3626
+ },
3627
+ {
3628
+ "name": "html-attributes",
3629
+ "description": "Additional attributes to pass to the loader."
3630
+ },
4702
3631
  {
4703
3632
  "name": "is-open",
4704
3633
  "description": "If `true`, the loading indicator will open. If `false`, the loading indicator will close.\nUse this if you need finer grained control over presentation, otherwise\njust use the loadingController or the `trigger` property.\nNote: `isOpen` will not automatically be set back to `false` when\nthe loading indicator dismisses. You will need to do that in your code."
@@ -4707,13 +3636,17 @@
4707
3636
  "name": "keyboard-close",
4708
3637
  "description": "If `true`, the keyboard will be automatically dismissed when the overlay is presented."
4709
3638
  },
3639
+ {
3640
+ "name": "leave-animation",
3641
+ "description": "Animation to use when the loading indicator is dismissed."
3642
+ },
4710
3643
  {
4711
3644
  "name": "message",
4712
3645
  "description": "Optional text content to display in the loading indicator.\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."
4713
3646
  },
4714
3647
  {
4715
3648
  "name": "mode",
4716
- "description": "The mode determines the platform behaviors of the component.",
3649
+ "description": "The mode determines which platform styles to use.",
4717
3650
  "values": [
4718
3651
  {
4719
3652
  "name": "ios"
@@ -4760,24 +3693,9 @@
4760
3693
  }
4761
3694
  ]
4762
3695
  },
4763
- {
4764
- "name": "theme",
4765
- "description": "The theme determines the visual appearance of the component.",
4766
- "values": [
4767
- {
4768
- "name": "ios"
4769
- },
4770
- {
4771
- "name": "md"
4772
- },
4773
- {
4774
- "name": "ionic"
4775
- }
4776
- ]
4777
- },
4778
3696
  {
4779
3697
  "name": "translucent",
4780
- "description": "If `true`, the loading indicator will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
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)."
4781
3699
  },
4782
3700
  {
4783
3701
  "name": "trigger",
@@ -4814,18 +3732,6 @@
4814
3732
  "name": "menu-id",
4815
3733
  "description": "An id for the menu."
4816
3734
  },
4817
- {
4818
- "name": "mode",
4819
- "description": "The mode determines the platform behaviors of the component.",
4820
- "values": [
4821
- {
4822
- "name": "ios"
4823
- },
4824
- {
4825
- "name": "md"
4826
- }
4827
- ]
4828
- },
4829
3735
  {
4830
3736
  "name": "side",
4831
3737
  "description": "Which side of the view the menu should be placed.",
@@ -4842,21 +3748,6 @@
4842
3748
  "name": "swipe-gesture",
4843
3749
  "description": "If `true`, swiping the menu is enabled."
4844
3750
  },
4845
- {
4846
- "name": "theme",
4847
- "description": "The theme determines the visual appearance of the component.",
4848
- "values": [
4849
- {
4850
- "name": "ios"
4851
- },
4852
- {
4853
- "name": "md"
4854
- },
4855
- {
4856
- "name": "ionic"
4857
- }
4858
- ]
4859
- },
4860
3751
  {
4861
3752
  "name": "type",
4862
3753
  "description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
@@ -4934,28 +3825,13 @@
4934
3825
  },
4935
3826
  {
4936
3827
  "name": "mode",
4937
- "description": "The mode determines the platform behaviors of the component.",
4938
- "values": [
4939
- {
4940
- "name": "ios"
4941
- },
4942
- {
4943
- "name": "md"
4944
- }
4945
- ]
4946
- },
4947
- {
4948
- "name": "theme",
4949
- "description": "The theme determines the visual appearance of the component.",
3828
+ "description": "The mode determines which platform styles to use.",
4950
3829
  "values": [
4951
3830
  {
4952
3831
  "name": "ios"
4953
3832
  },
4954
3833
  {
4955
3834
  "name": "md"
4956
- },
4957
- {
4958
- "name": "ionic"
4959
3835
  }
4960
3836
  ]
4961
3837
  },
@@ -4996,33 +3872,6 @@
4996
3872
  {
4997
3873
  "name": "menu",
4998
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."
4999
- },
5000
- {
5001
- "name": "mode",
5002
- "description": "The mode determines the platform behaviors of the component.",
5003
- "values": [
5004
- {
5005
- "name": "ios"
5006
- },
5007
- {
5008
- "name": "md"
5009
- }
5010
- ]
5011
- },
5012
- {
5013
- "name": "theme",
5014
- "description": "The theme determines the visual appearance of the component.",
5015
- "values": [
5016
- {
5017
- "name": "ios"
5018
- },
5019
- {
5020
- "name": "md"
5021
- },
5022
- {
5023
- "name": "ionic"
5024
- }
5025
- ]
5026
3875
  }
5027
3876
  ],
5028
3877
  "references": [
@@ -5051,10 +3900,18 @@
5051
3900
  "name": "backdrop-dismiss",
5052
3901
  "description": "If `true`, the modal will be dismissed when the backdrop is clicked."
5053
3902
  },
3903
+ {
3904
+ "name": "breakpoints",
3905
+ "description": "The breakpoints to use when creating a sheet modal. Each value in the\narray must be a decimal between 0 and 1 where 0 indicates the modal is fully\nclosed and 1 indicates the modal is fully open. Values are relative\nto the height of the modal, not the height of the screen. One of the values in this\narray must be the value of the `initialBreakpoint` property.\nFor example: [0, .25, .5, 1]"
3906
+ },
5054
3907
  {
5055
3908
  "name": "can-dismiss",
5056
3909
  "description": "Determines whether or not a modal can dismiss\nwhen calling the `dismiss` method.\n\nIf the value is `true` or the value's function returns `true`, the modal will close when trying to dismiss.\nIf the value is `false` or the value's function returns `false`, the modal will not close when trying to dismiss.\n\nSee https://ionicframework.com/docs/troubleshooting/runtime#accessing-this\nif you need to access `this` from within the callback."
5057
3910
  },
3911
+ {
3912
+ "name": "enter-animation",
3913
+ "description": "Animation to use when the modal is presented."
3914
+ },
5058
3915
  {
5059
3916
  "name": "expand-to-scroll",
5060
3917
  "description": "Controls whether scrolling or dragging within the sheet modal expands\nit to a larger breakpoint. This only takes effect when `breakpoints`\nand `initialBreakpoint` are set.\n\nIf `true`, scrolling or dragging anywhere in the modal will first expand\nit to the next breakpoint. Once fully expanded, scrolling will affect the\ncontent.\nIf `false`, scrolling will always affect the content. The modal will\nonly expand when dragging the header or handle. The modal will close when\ndragging the header or handle. It can also be closed when dragging the\ncontent, but only if the content is scrolled to the top."
@@ -5080,7 +3937,11 @@
5080
3937
  ]
5081
3938
  },
5082
3939
  {
5083
- "name": "initial-breakpoint",
3940
+ "name": "html-attributes",
3941
+ "description": "Additional attributes to pass to the modal."
3942
+ },
3943
+ {
3944
+ "name": "initial-breakpoint",
5084
3945
  "description": "A decimal value between 0 and 1 that indicates the\ninitial point the modal will open at when creating a\nsheet modal. This value must also be listed in the\n`breakpoints` array."
5085
3946
  },
5086
3947
  {
@@ -5095,9 +3956,13 @@
5095
3956
  "name": "keyboard-close",
5096
3957
  "description": "If `true`, the keyboard will be automatically dismissed when the overlay is presented."
5097
3958
  },
3959
+ {
3960
+ "name": "leave-animation",
3961
+ "description": "Animation to use when the modal is dismissed."
3962
+ },
5098
3963
  {
5099
3964
  "name": "mode",
5100
- "description": "The mode determines the platform behaviors of the component.",
3965
+ "description": "The mode determines which platform styles to use.",
5101
3966
  "values": [
5102
3967
  {
5103
3968
  "name": "ios"
@@ -5108,39 +3973,13 @@
5108
3973
  ]
5109
3974
  },
5110
3975
  {
5111
- "name": "shape",
5112
- "description": "Set to `\"soft\"` for a modal with slightly rounded corners,\n`\"round\"` for a modal with fully rounded corners, or `\"rectangular\"`\nfor a modal without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
5113
- "values": [
5114
- {
5115
- "name": "rectangular"
5116
- },
5117
- {
5118
- "name": "round"
5119
- },
5120
- {
5121
- "name": "soft"
5122
- }
5123
- ]
3976
+ "name": "presenting-element",
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."
5124
3978
  },
5125
3979
  {
5126
3980
  "name": "show-backdrop",
5127
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."
5128
3982
  },
5129
- {
5130
- "name": "theme",
5131
- "description": "The theme determines the visual appearance of the component.",
5132
- "values": [
5133
- {
5134
- "name": "ios"
5135
- },
5136
- {
5137
- "name": "md"
5138
- },
5139
- {
5140
- "name": "ionic"
5141
- }
5142
- ]
5143
- },
5144
3983
  {
5145
3984
  "name": "trigger",
5146
3985
  "description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked."
@@ -5165,39 +4004,20 @@
5165
4004
  "description": "If `true`, the nav should animate the transition of components."
5166
4005
  },
5167
4006
  {
5168
- "name": "mode",
5169
- "description": "The mode determines the platform behaviors of the component.",
5170
- "values": [
5171
- {
5172
- "name": "ios"
5173
- },
5174
- {
5175
- "name": "md"
5176
- }
5177
- ]
4007
+ "name": "animation",
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."
5178
4009
  },
5179
4010
  {
5180
4011
  "name": "root",
5181
4012
  "description": "Root NavComponent to load"
5182
4013
  },
5183
4014
  {
5184
- "name": "swipe-gesture",
5185
- "description": "If the nav component should allow for swipe-to-go-back."
4015
+ "name": "root-params",
4016
+ "description": "Any parameters for the root component"
5186
4017
  },
5187
4018
  {
5188
- "name": "theme",
5189
- "description": "The theme determines the visual appearance of the component.",
5190
- "values": [
5191
- {
5192
- "name": "ios"
5193
- },
5194
- {
5195
- "name": "md"
5196
- },
5197
- {
5198
- "name": "ionic"
5199
- }
5200
- ]
4019
+ "name": "swipe-gesture",
4020
+ "description": "If the nav component should allow for swipe-to-go-back."
5201
4021
  }
5202
4022
  ],
5203
4023
  "references": [
@@ -5219,16 +4039,12 @@
5219
4039
  "description": "Component to navigate to. Only used if the `routerDirection` is `\"forward\"` or `\"root\"`."
5220
4040
  },
5221
4041
  {
5222
- "name": "mode",
5223
- "description": "The mode determines the platform behaviors of the component.",
5224
- "values": [
5225
- {
5226
- "name": "ios"
5227
- },
5228
- {
5229
- "name": "md"
5230
- }
5231
- ]
4042
+ "name": "component-props",
4043
+ "description": "Data you want to pass to the component as props. Only used if the `\"routerDirection\"` is `\"forward\"` or `\"root\"`."
4044
+ },
4045
+ {
4046
+ "name": "router-animation",
4047
+ "description": "The transition animation when navigating to another page."
5232
4048
  },
5233
4049
  {
5234
4050
  "name": "router-direction",
@@ -5244,21 +4060,6 @@
5244
4060
  "name": "root"
5245
4061
  }
5246
4062
  ]
5247
- },
5248
- {
5249
- "name": "theme",
5250
- "description": "The theme determines the visual appearance of the component.",
5251
- "values": [
5252
- {
5253
- "name": "ios"
5254
- },
5255
- {
5256
- "name": "md"
5257
- },
5258
- {
5259
- "name": "ionic"
5260
- }
5261
- ]
5262
4063
  }
5263
4064
  ],
5264
4065
  "references": [
@@ -5310,28 +4111,13 @@
5310
4111
  },
5311
4112
  {
5312
4113
  "name": "mode",
5313
- "description": "The mode determines the platform behaviors of the component.",
5314
- "values": [
5315
- {
5316
- "name": "ios"
5317
- },
5318
- {
5319
- "name": "md"
5320
- }
5321
- ]
5322
- },
5323
- {
5324
- "name": "theme",
5325
- "description": "The theme determines the visual appearance of the component.",
4114
+ "description": "The mode determines which platform styles to use.",
5326
4115
  "values": [
5327
4116
  {
5328
4117
  "name": "ios"
5329
4118
  },
5330
4119
  {
5331
4120
  "name": "md"
5332
- },
5333
- {
5334
- "name": "ionic"
5335
4121
  }
5336
4122
  ]
5337
4123
  }
@@ -5352,28 +4138,13 @@
5352
4138
  "attributes": [
5353
4139
  {
5354
4140
  "name": "mode",
5355
- "description": "The mode determines the platform behaviors of the component.",
5356
- "values": [
5357
- {
5358
- "name": "ios"
5359
- },
5360
- {
5361
- "name": "md"
5362
- }
5363
- ]
5364
- },
5365
- {
5366
- "name": "theme",
5367
- "description": "The theme determines the visual appearance of the component.",
4141
+ "description": "The mode determines which platform styles to use.",
5368
4142
  "values": [
5369
4143
  {
5370
4144
  "name": "ios"
5371
4145
  },
5372
4146
  {
5373
4147
  "name": "md"
5374
- },
5375
- {
5376
- "name": "ionic"
5377
4148
  }
5378
4149
  ]
5379
4150
  }
@@ -5431,28 +4202,13 @@
5431
4202
  },
5432
4203
  {
5433
4204
  "name": "mode",
5434
- "description": "The mode determines the platform behaviors of the component.",
5435
- "values": [
5436
- {
5437
- "name": "ios"
5438
- },
5439
- {
5440
- "name": "md"
5441
- }
5442
- ]
5443
- },
5444
- {
5445
- "name": "theme",
5446
- "description": "The theme determines the visual appearance of the component.",
4205
+ "description": "The mode determines which platform styles to use.",
5447
4206
  "values": [
5448
4207
  {
5449
4208
  "name": "ios"
5450
4209
  },
5451
4210
  {
5452
4211
  "name": "md"
5453
- },
5454
- {
5455
- "name": "ionic"
5456
4212
  }
5457
4213
  ]
5458
4214
  },
@@ -5512,33 +4268,6 @@
5512
4268
  "name": "disabled",
5513
4269
  "description": "If `true`, the user cannot interact with the picker column option."
5514
4270
  },
5515
- {
5516
- "name": "mode",
5517
- "description": "The mode determines the platform behaviors of the component.",
5518
- "values": [
5519
- {
5520
- "name": "ios"
5521
- },
5522
- {
5523
- "name": "md"
5524
- }
5525
- ]
5526
- },
5527
- {
5528
- "name": "theme",
5529
- "description": "The theme determines the visual appearance of the component.",
5530
- "values": [
5531
- {
5532
- "name": "ios"
5533
- },
5534
- {
5535
- "name": "md"
5536
- },
5537
- {
5538
- "name": "ionic"
5539
- }
5540
- ]
5541
- },
5542
4271
  {
5543
4272
  "name": "value",
5544
4273
  "description": "The text value of the option."
@@ -5566,6 +4295,14 @@
5566
4295
  "name": "backdrop-dismiss",
5567
4296
  "description": "If `true`, the picker will be dismissed when the backdrop is clicked."
5568
4297
  },
4298
+ {
4299
+ "name": "buttons",
4300
+ "description": "Array of buttons to be displayed at the top of the picker."
4301
+ },
4302
+ {
4303
+ "name": "columns",
4304
+ "description": "Array of columns to be displayed in the picker."
4305
+ },
5569
4306
  {
5570
4307
  "name": "css-class",
5571
4308
  "description": "Additional classes to apply for custom CSS. If multiple classes are\nprovided they should be separated by spaces."
@@ -5574,6 +4311,14 @@
5574
4311
  "name": "duration",
5575
4312
  "description": "Number of milliseconds to wait before dismissing the picker."
5576
4313
  },
4314
+ {
4315
+ "name": "enter-animation",
4316
+ "description": "Animation to use when the picker is presented."
4317
+ },
4318
+ {
4319
+ "name": "html-attributes",
4320
+ "description": "Additional attributes to pass to the picker."
4321
+ },
5577
4322
  {
5578
4323
  "name": "is-open",
5579
4324
  "description": "If `true`, the picker will open. If `false`, the picker will close.\nUse this if you need finer grained control over presentation, otherwise\njust use the pickerController or the `trigger` property.\nNote: `isOpen` will not automatically be set back to `false` when\nthe picker dismisses. You will need to do that in your code."
@@ -5582,9 +4327,13 @@
5582
4327
  "name": "keyboard-close",
5583
4328
  "description": "If `true`, the keyboard will be automatically dismissed when the overlay is presented."
5584
4329
  },
4330
+ {
4331
+ "name": "leave-animation",
4332
+ "description": "Animation to use when the picker is dismissed."
4333
+ },
5585
4334
  {
5586
4335
  "name": "mode",
5587
- "description": "The mode determines the platform behaviors of the component.",
4336
+ "description": "The mode determines which platform styles to use.",
5588
4337
  "values": [
5589
4338
  {
5590
4339
  "name": "ios"
@@ -5598,21 +4347,6 @@
5598
4347
  "name": "show-backdrop",
5599
4348
  "description": "If `true`, a backdrop will be displayed behind the picker."
5600
4349
  },
5601
- {
5602
- "name": "theme",
5603
- "description": "The theme determines the visual appearance of the component.",
5604
- "values": [
5605
- {
5606
- "name": "ios"
5607
- },
5608
- {
5609
- "name": "md"
5610
- },
5611
- {
5612
- "name": "ionic"
5613
- }
5614
- ]
5615
- },
5616
4350
  {
5617
4351
  "name": "trigger",
5618
4352
  "description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked."
@@ -5634,7 +4368,7 @@
5634
4368
  "attributes": [
5635
4369
  {
5636
4370
  "name": "alignment",
5637
- "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
4371
+ "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
5638
4372
  "values": [
5639
4373
  {
5640
4374
  "name": "center"
@@ -5653,7 +4387,7 @@
5653
4387
  },
5654
4388
  {
5655
4389
  "name": "arrow",
5656
- "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."
5657
4391
  },
5658
4392
  {
5659
4393
  "name": "backdrop-dismiss",
@@ -5663,10 +4397,18 @@
5663
4397
  "name": "component",
5664
4398
  "description": "The component to display inside of the popover.\nYou only need to use this if you are not using\na JavaScript framework. Otherwise, you can just\nslot your component inside of `ion-popover`."
5665
4399
  },
4400
+ {
4401
+ "name": "component-props",
4402
+ "description": "The data to pass to the popover component.\nYou only need to use this if you are not using\na JavaScript framework. Otherwise, you can just\nset the props directly on your component."
4403
+ },
5666
4404
  {
5667
4405
  "name": "dismiss-on-select",
5668
4406
  "description": "If `true`, the popover will be automatically\ndismissed when the content has been clicked."
5669
4407
  },
4408
+ {
4409
+ "name": "enter-animation",
4410
+ "description": "Animation to use when the popover is presented."
4411
+ },
5670
4412
  {
5671
4413
  "name": "event",
5672
4414
  "description": "The event to pass to the popover animation."
@@ -5675,6 +4417,10 @@
5675
4417
  "name": "focus-trap",
5676
4418
  "description": "If `true`, focus will not be allowed to move outside of this overlay.\nIf `false`, focus will be allowed to move outside of the overlay.\n\nIn most scenarios this property should remain set to `true`. Setting\nthis property to `false` can cause severe accessibility issues as users\nrelying on assistive technologies may be able to move focus into\na confusing state. We recommend only setting this to `false` when\nabsolutely necessary.\n\nDevelopers may want to consider disabling focus trapping if this\noverlay presents a non-Ionic overlay from a 3rd party library.\nDevelopers would disable focus trapping on the Ionic overlay\nwhen presenting the 3rd party overlay and then re-enable\nfocus trapping when dismissing the 3rd party overlay and moving\nfocus back to the Ionic overlay."
5677
4419
  },
4420
+ {
4421
+ "name": "html-attributes",
4422
+ "description": "Additional attributes to pass to the popover."
4423
+ },
5678
4424
  {
5679
4425
  "name": "is-open",
5680
4426
  "description": "If `true`, the popover will open. If `false`, the popover will close.\nUse this if you need finer grained control over presentation, otherwise\njust use the popoverController or the `trigger` property.\nNote: `isOpen` will not automatically be set back to `false` when\nthe popover dismisses. You will need to do that in your code."
@@ -5687,9 +4433,13 @@
5687
4433
  "name": "keyboard-close",
5688
4434
  "description": "If `true`, the keyboard will be automatically dismissed when the overlay is presented."
5689
4435
  },
4436
+ {
4437
+ "name": "leave-animation",
4438
+ "description": "Animation to use when the popover is dismissed."
4439
+ },
5690
4440
  {
5691
4441
  "name": "mode",
5692
- "description": "The mode determines the platform behaviors of the component.",
4442
+ "description": "The mode determines which platform styles to use.",
5693
4443
  "values": [
5694
4444
  {
5695
4445
  "name": "ios"
@@ -5751,24 +4501,9 @@
5751
4501
  }
5752
4502
  ]
5753
4503
  },
5754
- {
5755
- "name": "theme",
5756
- "description": "The theme determines the visual appearance of the component.",
5757
- "values": [
5758
- {
5759
- "name": "ios"
5760
- },
5761
- {
5762
- "name": "md"
5763
- },
5764
- {
5765
- "name": "ionic"
5766
- }
5767
- ]
5768
- },
5769
4504
  {
5770
4505
  "name": "translucent",
5771
- "description": "If `true`, the popover will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
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)."
5772
4507
  },
5773
4508
  {
5774
4509
  "name": "trigger",
@@ -5843,7 +4578,7 @@
5843
4578
  },
5844
4579
  {
5845
4580
  "name": "mode",
5846
- "description": "The mode determines the platform behaviors of the component.",
4581
+ "description": "The mode determines which platform styles to use.",
5847
4582
  "values": [
5848
4583
  {
5849
4584
  "name": "ios"
@@ -5857,33 +4592,6 @@
5857
4592
  "name": "reversed",
5858
4593
  "description": "If true, reverse the progress bar direction."
5859
4594
  },
5860
- {
5861
- "name": "shape",
5862
- "description": "Set to `\"round\"` for a progress bar with rounded corners, or `\"rectangular\"`\nfor a progress bar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
5863
- "values": [
5864
- {
5865
- "name": "rectangular"
5866
- },
5867
- {
5868
- "name": "round"
5869
- }
5870
- ]
5871
- },
5872
- {
5873
- "name": "theme",
5874
- "description": "The theme determines the visual appearance of the component.",
5875
- "values": [
5876
- {
5877
- "name": "ios"
5878
- },
5879
- {
5880
- "name": "md"
5881
- },
5882
- {
5883
- "name": "ionic"
5884
- }
5885
- ]
5886
- },
5887
4595
  {
5888
4596
  "name": "type",
5889
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).",
@@ -5999,7 +4707,7 @@
5999
4707
  },
6000
4708
  {
6001
4709
  "name": "mode",
6002
- "description": "The mode determines the platform behaviors of the component.",
4710
+ "description": "The mode determines which platform styles to use.",
6003
4711
  "values": [
6004
4712
  {
6005
4713
  "name": "ios"
@@ -6013,21 +4721,6 @@
6013
4721
  "name": "name",
6014
4722
  "description": "The name of the control, which is submitted with the form data."
6015
4723
  },
6016
- {
6017
- "name": "theme",
6018
- "description": "The theme determines the visual appearance of the component.",
6019
- "values": [
6020
- {
6021
- "name": "ios"
6022
- },
6023
- {
6024
- "name": "md"
6025
- },
6026
- {
6027
- "name": "ionic"
6028
- }
6029
- ]
6030
- },
6031
4724
  {
6032
4725
  "name": "value",
6033
4726
  "description": "the value of the radio."
@@ -6063,37 +4756,10 @@
6063
4756
  "name": "helper-text",
6064
4757
  "description": "The helper text to display at the top of the radio group."
6065
4758
  },
6066
- {
6067
- "name": "mode",
6068
- "description": "The mode determines the platform behaviors of the component.",
6069
- "values": [
6070
- {
6071
- "name": "ios"
6072
- },
6073
- {
6074
- "name": "md"
6075
- }
6076
- ]
6077
- },
6078
4759
  {
6079
4760
  "name": "name",
6080
4761
  "description": "The name of the control, which is submitted with the form data."
6081
4762
  },
6082
- {
6083
- "name": "theme",
6084
- "description": "The theme determines the visual appearance of the component.",
6085
- "values": [
6086
- {
6087
- "name": "ios"
6088
- },
6089
- {
6090
- "name": "md"
6091
- },
6092
- {
6093
- "name": "ionic"
6094
- }
6095
- ]
6096
- },
6097
4763
  {
6098
4764
  "name": "value",
6099
4765
  "description": "the value of the radio group."
@@ -6194,7 +4860,7 @@
6194
4860
  },
6195
4861
  {
6196
4862
  "name": "mode",
6197
- "description": "The mode determines the platform behaviors of the component.",
4863
+ "description": "The mode determines which platform styles to use.",
6198
4864
  "values": [
6199
4865
  {
6200
4866
  "name": "ios"
@@ -6212,6 +4878,10 @@
6212
4878
  "name": "pin",
6213
4879
  "description": "If `true`, a pin with integer value is shown when the knob\nis pressed."
6214
4880
  },
4881
+ {
4882
+ "name": "pin-formatter",
4883
+ "description": "A callback used to format the pin text.\nBy default the pin text is set to `Math.round(value)`.\n\nSee https://ionicframework.com/docs/troubleshooting/runtime#accessing-this\nif you need to access `this` from within the callback."
4884
+ },
6215
4885
  {
6216
4886
  "name": "snaps",
6217
4887
  "description": "If `true`, the knob snaps to tick marks evenly spaced based\non the step property value."
@@ -6220,21 +4890,6 @@
6220
4890
  "name": "step",
6221
4891
  "description": "Specifies the value granularity."
6222
4892
  },
6223
- {
6224
- "name": "theme",
6225
- "description": "The theme determines the visual appearance of the component.",
6226
- "values": [
6227
- {
6228
- "name": "ios"
6229
- },
6230
- {
6231
- "name": "md"
6232
- },
6233
- {
6234
- "name": "ionic"
6235
- }
6236
- ]
6237
- },
6238
4893
  {
6239
4894
  "name": "ticks",
6240
4895
  "description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`."
@@ -6268,7 +4923,7 @@
6268
4923
  },
6269
4924
  {
6270
4925
  "name": "mode",
6271
- "description": "The mode determines the platform behaviors of the component.",
4926
+ "description": "The mode determines which platform styles to use.",
6272
4927
  "values": [
6273
4928
  {
6274
4929
  "name": "ios"
@@ -6293,21 +4948,6 @@
6293
4948
  {
6294
4949
  "name": "snapback-duration",
6295
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."
6296
- },
6297
- {
6298
- "name": "theme",
6299
- "description": "The theme determines the visual appearance of the component.",
6300
- "values": [
6301
- {
6302
- "name": "ios"
6303
- },
6304
- {
6305
- "name": "md"
6306
- },
6307
- {
6308
- "name": "ionic"
6309
- }
6310
- ]
6311
4951
  }
6312
4952
  ],
6313
4953
  "references": [
@@ -6324,18 +4964,6 @@
6324
4964
  "value": ""
6325
4965
  },
6326
4966
  "attributes": [
6327
- {
6328
- "name": "mode",
6329
- "description": "The mode determines the platform behaviors of the component.",
6330
- "values": [
6331
- {
6332
- "name": "ios"
6333
- },
6334
- {
6335
- "name": "md"
6336
- }
6337
- ]
6338
- },
6339
4967
  {
6340
4968
  "name": "pulling-icon",
6341
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."
@@ -6380,21 +5008,6 @@
6380
5008
  {
6381
5009
  "name": "refreshing-text",
6382
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."
6383
- },
6384
- {
6385
- "name": "theme",
6386
- "description": "The theme determines the visual appearance of the component.",
6387
- "values": [
6388
- {
6389
- "name": "ios"
6390
- },
6391
- {
6392
- "name": "md"
6393
- },
6394
- {
6395
- "name": "ionic"
6396
- }
6397
- ]
6398
5011
  }
6399
5012
  ],
6400
5013
  "references": [
@@ -6410,35 +5023,7 @@
6410
5023
  "kind": "markdown",
6411
5024
  "value": ""
6412
5025
  },
6413
- "attributes": [
6414
- {
6415
- "name": "mode",
6416
- "description": "The mode determines the platform behaviors of the component.",
6417
- "values": [
6418
- {
6419
- "name": "ios"
6420
- },
6421
- {
6422
- "name": "md"
6423
- }
6424
- ]
6425
- },
6426
- {
6427
- "name": "theme",
6428
- "description": "The theme determines the visual appearance of the component.",
6429
- "values": [
6430
- {
6431
- "name": "ios"
6432
- },
6433
- {
6434
- "name": "md"
6435
- },
6436
- {
6437
- "name": "ionic"
6438
- }
6439
- ]
6440
- }
6441
- ],
5026
+ "attributes": [],
6442
5027
  "references": [
6443
5028
  {
6444
5029
  "name": "Source code",
@@ -6456,33 +5041,6 @@
6456
5041
  {
6457
5042
  "name": "disabled",
6458
5043
  "description": "If `true`, the reorder will be hidden."
6459
- },
6460
- {
6461
- "name": "mode",
6462
- "description": "The mode determines the platform behaviors of the component.",
6463
- "values": [
6464
- {
6465
- "name": "ios"
6466
- },
6467
- {
6468
- "name": "md"
6469
- }
6470
- ]
6471
- },
6472
- {
6473
- "name": "theme",
6474
- "description": "The theme determines the visual appearance of the component.",
6475
- "values": [
6476
- {
6477
- "name": "ios"
6478
- },
6479
- {
6480
- "name": "md"
6481
- },
6482
- {
6483
- "name": "ionic"
6484
- }
6485
- ]
6486
5044
  }
6487
5045
  ],
6488
5046
  "references": [
@@ -6499,33 +5057,6 @@
6499
5057
  "value": ""
6500
5058
  },
6501
5059
  "attributes": [
6502
- {
6503
- "name": "mode",
6504
- "description": "The mode determines the platform behaviors of the component.",
6505
- "values": [
6506
- {
6507
- "name": "ios"
6508
- },
6509
- {
6510
- "name": "md"
6511
- }
6512
- ]
6513
- },
6514
- {
6515
- "name": "theme",
6516
- "description": "The theme determines the visual appearance of the component.",
6517
- "values": [
6518
- {
6519
- "name": "ios"
6520
- },
6521
- {
6522
- "name": "md"
6523
- },
6524
- {
6525
- "name": "ionic"
6526
- }
6527
- ]
6528
- },
6529
5060
  {
6530
5061
  "name": "type",
6531
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.",
@@ -6554,35 +5085,20 @@
6554
5085
  },
6555
5086
  "attributes": [
6556
5087
  {
6557
- "name": "component",
6558
- "description": "Name of the component to load/select in the navigation outlet (`ion-tabs`, `ion-nav`)\nwhen the route matches.\n\nThe value of this property is not always the tagname of the component to load,\nin `ion-tabs` it actually refers to the name of the `ion-tab` to select."
5088
+ "name": "before-enter",
5089
+ "description": "A navigation hook that is fired when the route tries to enter.\nReturning `true` allows the navigation to proceed, while returning\n`false` causes it to be cancelled. Returning a `NavigationHookOptions`\nobject causes the router to redirect to the path specified."
6559
5090
  },
6560
5091
  {
6561
- "name": "mode",
6562
- "description": "The mode determines the platform behaviors of the component.",
6563
- "values": [
6564
- {
6565
- "name": "ios"
6566
- },
6567
- {
6568
- "name": "md"
6569
- }
6570
- ]
5092
+ "name": "before-leave",
5093
+ "description": "A navigation hook that is fired when the route tries to leave.\nReturning `true` allows the navigation to proceed, while returning\n`false` causes it to be cancelled. Returning a `NavigationHookOptions`\nobject causes the router to redirect to the path specified."
6571
5094
  },
6572
5095
  {
6573
- "name": "theme",
6574
- "description": "The theme determines the visual appearance of the component.",
6575
- "values": [
6576
- {
6577
- "name": "ios"
6578
- },
6579
- {
6580
- "name": "md"
6581
- },
6582
- {
6583
- "name": "ionic"
6584
- }
6585
- ]
5096
+ "name": "component",
5097
+ "description": "Name of the component to load/select in the navigation outlet (`ion-tabs`, `ion-nav`)\nwhen the route matches.\n\nThe value of this property is not always the tagname of the component to load,\nin `ion-tabs` it actually refers to the name of the `ion-tab` to select."
5098
+ },
5099
+ {
5100
+ "name": "component-props",
5101
+ "description": "A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed\nto the defined component when rendered."
6586
5102
  },
6587
5103
  {
6588
5104
  "name": "url",
@@ -6626,37 +5142,10 @@
6626
5142
  "value": ""
6627
5143
  },
6628
5144
  "attributes": [
6629
- {
6630
- "name": "mode",
6631
- "description": "The mode determines the platform behaviors of the component.",
6632
- "values": [
6633
- {
6634
- "name": "ios"
6635
- },
6636
- {
6637
- "name": "md"
6638
- }
6639
- ]
6640
- },
6641
5145
  {
6642
5146
  "name": "root",
6643
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."
6644
5148
  },
6645
- {
6646
- "name": "theme",
6647
- "description": "The theme determines the visual appearance of the component.",
6648
- "values": [
6649
- {
6650
- "name": "ios"
6651
- },
6652
- {
6653
- "name": "md"
6654
- },
6655
- {
6656
- "name": "ionic"
6657
- }
6658
- ]
6659
- },
6660
5149
  {
6661
5150
  "name": "use-hash",
6662
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."
@@ -6713,22 +5202,14 @@
6713
5202
  "name": "href",
6714
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."
6715
5204
  },
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
5205
  {
6729
5206
  "name": "rel",
6730
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)."
6731
5208
  },
5209
+ {
5210
+ "name": "router-animation",
5211
+ "description": "When using a router, it specifies the transition animation when navigating to\nanother page using `href`."
5212
+ },
6732
5213
  {
6733
5214
  "name": "router-direction",
6734
5215
  "description": "When using a router, it specifies the transition direction when navigating to\nanother page using `href`.",
@@ -6747,21 +5228,6 @@
6747
5228
  {
6748
5229
  "name": "target",
6749
5230
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
6750
- },
6751
- {
6752
- "name": "theme",
6753
- "description": "The theme determines the visual appearance of the component.",
6754
- "values": [
6755
- {
6756
- "name": "ios"
6757
- },
6758
- {
6759
- "name": "md"
6760
- },
6761
- {
6762
- "name": "ionic"
6763
- }
6764
- ]
6765
5231
  }
6766
5232
  ],
6767
5233
  "references": [
@@ -6783,29 +5249,18 @@
6783
5249
  "description": "If `true`, the router-outlet should animate the transition of components."
6784
5250
  },
6785
5251
  {
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
- ]
5252
+ "name": "animation",
5253
+ "description": "This property allows to create custom transition using AnimationBuilder functions."
6796
5254
  },
6797
5255
  {
6798
- "name": "theme",
6799
- "description": "The theme determines the visual appearance of the component.",
5256
+ "name": "mode",
5257
+ "description": "The mode determines which platform styles to use.",
6800
5258
  "values": [
6801
5259
  {
6802
5260
  "name": "ios"
6803
5261
  },
6804
5262
  {
6805
5263
  "name": "md"
6806
- },
6807
- {
6808
- "name": "ionic"
6809
5264
  }
6810
5265
  ]
6811
5266
  }
@@ -6823,35 +5278,7 @@
6823
5278
  "kind": "markdown",
6824
5279
  "value": ""
6825
5280
  },
6826
- "attributes": [
6827
- {
6828
- "name": "mode",
6829
- "description": "The mode determines the platform behaviors of the component.",
6830
- "values": [
6831
- {
6832
- "name": "ios"
6833
- },
6834
- {
6835
- "name": "md"
6836
- }
6837
- ]
6838
- },
6839
- {
6840
- "name": "theme",
6841
- "description": "The theme determines the visual appearance of the component.",
6842
- "values": [
6843
- {
6844
- "name": "ios"
6845
- },
6846
- {
6847
- "name": "md"
6848
- },
6849
- {
6850
- "name": "ionic"
6851
- }
6852
- ]
6853
- }
6854
- ],
5281
+ "attributes": [],
6855
5282
  "references": [
6856
5283
  {
6857
5284
  "name": "Source code",
@@ -6882,157 +5309,157 @@
6882
5309
  "name": "name"
6883
5310
  },
6884
5311
  {
6885
- "name": "url"
5312
+ "name": "email"
6886
5313
  },
6887
5314
  {
6888
- "name": "off"
5315
+ "name": "tel"
6889
5316
  },
6890
5317
  {
6891
- "name": "on"
5318
+ "name": "url"
6892
5319
  },
6893
5320
  {
6894
- "name": "additional-name"
5321
+ "name": "on"
6895
5322
  },
6896
5323
  {
6897
- "name": "address-level1"
5324
+ "name": "off"
6898
5325
  },
6899
5326
  {
6900
- "name": "address-level2"
5327
+ "name": "honorific-prefix"
6901
5328
  },
6902
5329
  {
6903
- "name": "address-level3"
5330
+ "name": "given-name"
6904
5331
  },
6905
5332
  {
6906
- "name": "address-level4"
5333
+ "name": "additional-name"
6907
5334
  },
6908
5335
  {
6909
- "name": "address-line1"
5336
+ "name": "family-name"
6910
5337
  },
6911
5338
  {
6912
- "name": "address-line2"
5339
+ "name": "honorific-suffix"
6913
5340
  },
6914
5341
  {
6915
- "name": "address-line3"
5342
+ "name": "nickname"
6916
5343
  },
6917
5344
  {
6918
- "name": "bday-day"
5345
+ "name": "username"
6919
5346
  },
6920
5347
  {
6921
- "name": "bday-month"
5348
+ "name": "new-password"
6922
5349
  },
6923
5350
  {
6924
- "name": "bday-year"
5351
+ "name": "current-password"
6925
5352
  },
6926
5353
  {
6927
- "name": "cc-csc"
5354
+ "name": "one-time-code"
6928
5355
  },
6929
5356
  {
6930
- "name": "cc-exp"
5357
+ "name": "organization-title"
6931
5358
  },
6932
5359
  {
6933
- "name": "cc-exp-month"
5360
+ "name": "organization"
6934
5361
  },
6935
5362
  {
6936
- "name": "cc-exp-year"
5363
+ "name": "street-address"
6937
5364
  },
6938
5365
  {
6939
- "name": "cc-family-name"
5366
+ "name": "address-line1"
6940
5367
  },
6941
5368
  {
6942
- "name": "cc-given-name"
5369
+ "name": "address-line2"
6943
5370
  },
6944
5371
  {
6945
- "name": "cc-name"
5372
+ "name": "address-line3"
6946
5373
  },
6947
5374
  {
6948
- "name": "cc-number"
5375
+ "name": "address-level4"
6949
5376
  },
6950
5377
  {
6951
- "name": "cc-type"
5378
+ "name": "address-level3"
6952
5379
  },
6953
5380
  {
6954
- "name": "country"
5381
+ "name": "address-level2"
6955
5382
  },
6956
5383
  {
6957
- "name": "country-name"
5384
+ "name": "address-level1"
6958
5385
  },
6959
5386
  {
6960
- "name": "current-password"
5387
+ "name": "country"
6961
5388
  },
6962
5389
  {
6963
- "name": "family-name"
5390
+ "name": "country-name"
6964
5391
  },
6965
5392
  {
6966
- "name": "given-name"
5393
+ "name": "postal-code"
6967
5394
  },
6968
5395
  {
6969
- "name": "honorific-prefix"
5396
+ "name": "cc-name"
6970
5397
  },
6971
5398
  {
6972
- "name": "honorific-suffix"
5399
+ "name": "cc-given-name"
6973
5400
  },
6974
5401
  {
6975
- "name": "new-password"
5402
+ "name": "cc-additional-name"
6976
5403
  },
6977
5404
  {
6978
- "name": "one-time-code"
5405
+ "name": "cc-family-name"
6979
5406
  },
6980
5407
  {
6981
- "name": "organization"
5408
+ "name": "cc-number"
6982
5409
  },
6983
5410
  {
6984
- "name": "postal-code"
5411
+ "name": "cc-exp"
6985
5412
  },
6986
5413
  {
6987
- "name": "street-address"
5414
+ "name": "cc-exp-month"
6988
5415
  },
6989
5416
  {
6990
- "name": "transaction-amount"
5417
+ "name": "cc-exp-year"
6991
5418
  },
6992
5419
  {
6993
- "name": "transaction-currency"
5420
+ "name": "cc-csc"
6994
5421
  },
6995
5422
  {
6996
- "name": "username"
5423
+ "name": "cc-type"
6997
5424
  },
6998
5425
  {
6999
- "name": "email"
5426
+ "name": "transaction-currency"
7000
5427
  },
7001
5428
  {
7002
- "name": "tel"
5429
+ "name": "transaction-amount"
7003
5430
  },
7004
5431
  {
7005
- "name": "tel-area-code"
5432
+ "name": "language"
7006
5433
  },
7007
5434
  {
7008
- "name": "tel-country-code"
5435
+ "name": "bday"
7009
5436
  },
7010
5437
  {
7011
- "name": "tel-extension"
5438
+ "name": "bday-day"
7012
5439
  },
7013
5440
  {
7014
- "name": "tel-local"
5441
+ "name": "bday-month"
7015
5442
  },
7016
5443
  {
7017
- "name": "tel-national"
5444
+ "name": "bday-year"
7018
5445
  },
7019
5446
  {
7020
- "name": "nickname"
5447
+ "name": "sex"
7021
5448
  },
7022
5449
  {
7023
- "name": "organization-title"
5450
+ "name": "tel-country-code"
7024
5451
  },
7025
5452
  {
7026
- "name": "cc-additional-name"
5453
+ "name": "tel-national"
7027
5454
  },
7028
5455
  {
7029
- "name": "language"
5456
+ "name": "tel-area-code"
7030
5457
  },
7031
5458
  {
7032
- "name": "bday"
5459
+ "name": "tel-local"
7033
5460
  },
7034
5461
  {
7035
- "name": "sex"
5462
+ "name": "tel-extension"
7036
5463
  },
7037
5464
  {
7038
5465
  "name": "impp"
@@ -7056,15 +5483,15 @@
7056
5483
  },
7057
5484
  {
7058
5485
  "name": "cancel-button-icon",
7059
- "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`."
7060
5487
  },
7061
5488
  {
7062
5489
  "name": "cancel-button-text",
7063
- "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."
7064
5491
  },
7065
5492
  {
7066
5493
  "name": "clear-icon",
7067
- "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`."
7068
5495
  },
7069
5496
  {
7070
5497
  "name": "color",
@@ -7174,7 +5601,7 @@
7174
5601
  },
7175
5602
  {
7176
5603
  "name": "mode",
7177
- "description": "The mode determines the platform behaviors of the component.",
5604
+ "description": "The mode determines which platform styles to use.",
7178
5605
  "values": [
7179
5606
  {
7180
5607
  "name": "ios"
@@ -7194,22 +5621,7 @@
7194
5621
  },
7195
5622
  {
7196
5623
  "name": "search-icon",
7197
- "description": "The icon to use as the search icon. Defaults to `\"search-outline\"` in\nthe `\"ios\"` theme and `\"search-sharp\"` in the `\"md\"` and `\"ionic\"` themes.\nIf `false`, no search icon will be displayed."
7198
- },
7199
- {
7200
- "name": "shape",
7201
- "description": "Set to `\"soft\"` for a searchbar with slightly rounded corners,\n`\"round\"` for a searchbar with fully rounded corners,\nor `\"rectangular\"` for a searchbar without rounded corners.\n\nDefaults to `\"round\"` for the ionic theme, and `undefined` for all other themes.",
7202
- "values": [
7203
- {
7204
- "name": "rectangular"
7205
- },
7206
- {
7207
- "name": "round"
7208
- },
7209
- {
7210
- "name": "soft"
7211
- }
7212
- ]
5624
+ "description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode."
7213
5625
  },
7214
5626
  {
7215
5627
  "name": "show-cancel-button",
@@ -7241,40 +5653,10 @@
7241
5653
  }
7242
5654
  ]
7243
5655
  },
7244
- {
7245
- "name": "size",
7246
- "description": "Set to `\"large\"` for a searchbar with an increase in height,\nwhile \"small\" and \"medium\" provide progressively smaller heights.\n\nDefaults to `\"medium\"` for the ionic theme, and `undefined` for all other themes.",
7247
- "values": [
7248
- {
7249
- "name": "large"
7250
- },
7251
- {
7252
- "name": "medium"
7253
- },
7254
- {
7255
- "name": "small"
7256
- }
7257
- ]
7258
- },
7259
5656
  {
7260
5657
  "name": "spellcheck",
7261
5658
  "description": "If `true`, enable spellcheck on the input."
7262
5659
  },
7263
- {
7264
- "name": "theme",
7265
- "description": "The theme determines the visual appearance of the component.",
7266
- "values": [
7267
- {
7268
- "name": "ios"
7269
- },
7270
- {
7271
- "name": "md"
7272
- },
7273
- {
7274
- "name": "ionic"
7275
- }
7276
- ]
7277
- },
7278
5660
  {
7279
5661
  "name": "type",
7280
5662
  "description": "Set the type of the input.",
@@ -7360,7 +5742,7 @@
7360
5742
  },
7361
5743
  {
7362
5744
  "name": "mode",
7363
- "description": "The mode determines the platform behaviors of the component.",
5745
+ "description": "The mode determines which platform styles to use.",
7364
5746
  "values": [
7365
5747
  {
7366
5748
  "name": "ios"
@@ -7382,21 +5764,6 @@
7382
5764
  "name": "swipe-gesture",
7383
5765
  "description": "If `true`, users will be able to swipe between segment buttons to activate them."
7384
5766
  },
7385
- {
7386
- "name": "theme",
7387
- "description": "The theme determines the visual appearance of the component.",
7388
- "values": [
7389
- {
7390
- "name": "ios"
7391
- },
7392
- {
7393
- "name": "md"
7394
- },
7395
- {
7396
- "name": "ionic"
7397
- }
7398
- ]
7399
- },
7400
5767
  {
7401
5768
  "name": "value",
7402
5769
  "description": "the value of the segment."
@@ -7450,28 +5817,13 @@
7450
5817
  },
7451
5818
  {
7452
5819
  "name": "mode",
7453
- "description": "The mode determines the platform behaviors of the component.",
7454
- "values": [
7455
- {
7456
- "name": "ios"
7457
- },
7458
- {
7459
- "name": "md"
7460
- }
7461
- ]
7462
- },
7463
- {
7464
- "name": "theme",
7465
- "description": "The theme determines the visual appearance of the component.",
5820
+ "description": "The mode determines which platform styles to use.",
7466
5821
  "values": [
7467
5822
  {
7468
5823
  "name": "ios"
7469
5824
  },
7470
5825
  {
7471
5826
  "name": "md"
7472
- },
7473
- {
7474
- "name": "ionic"
7475
5827
  }
7476
5828
  ]
7477
5829
  },
@@ -7593,11 +5945,11 @@
7593
5945
  },
7594
5946
  {
7595
5947
  "name": "expanded-icon",
7596
- "description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in `\"md\"` theme will be disabled. If undefined, `toggleIcon`\nwill be used for when the select is both open and closed."
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."
7597
5949
  },
7598
5950
  {
7599
5951
  "name": "fill",
7600
- "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in the `\"md\"` theme.",
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.",
7601
5953
  "values": [
7602
5954
  {
7603
5955
  "name": "outline"
@@ -7675,7 +6027,7 @@
7675
6027
  },
7676
6028
  {
7677
6029
  "name": "mode",
7678
- "description": "The mode determines the platform behaviors of the component.",
6030
+ "description": "The mode determines which platform styles to use.",
7679
6031
  "values": [
7680
6032
  {
7681
6033
  "name": "ios"
@@ -7711,52 +6063,16 @@
7711
6063
  },
7712
6064
  {
7713
6065
  "name": "shape",
7714
- "description": "Set to `\"soft\"` for a select with slightly rounded corners,\n`\"round\"` for a select with fully rounded corners,\nor `\"rectangular\"` for a select without rounded corners.\n\nDefaults to `\"round\"` for the `\"ionic\"` theme, undefined for all other themes.",
6066
+ "description": "The shape of the select. If \"round\" it will have an increased border radius.",
7715
6067
  "values": [
7716
- {
7717
- "name": "rectangular"
7718
- },
7719
6068
  {
7720
6069
  "name": "round"
7721
- },
7722
- {
7723
- "name": "soft"
7724
- }
7725
- ]
7726
- },
7727
- {
7728
- "name": "size",
7729
- "description": "The size of the select. If \"large\" it will increase the height of the select, while\n\"small\" and \"medium\" provide progressively smaller heights.\n\nDefaults to `\"medium\"` for the ionic theme, and undefined for all other themes.",
7730
- "values": [
7731
- {
7732
- "name": "large"
7733
- },
7734
- {
7735
- "name": "medium"
7736
- },
7737
- {
7738
- "name": "small"
7739
- }
7740
- ]
7741
- },
7742
- {
7743
- "name": "theme",
7744
- "description": "The theme determines the visual appearance of the component.",
7745
- "values": [
7746
- {
7747
- "name": "ios"
7748
- },
7749
- {
7750
- "name": "md"
7751
- },
7752
- {
7753
- "name": "ionic"
7754
6070
  }
7755
6071
  ]
7756
6072
  },
7757
6073
  {
7758
6074
  "name": "toggle-icon",
7759
- "description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes."
6075
+ "description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode."
7760
6076
  },
7761
6077
  {
7762
6078
  "name": "value",
@@ -7784,6 +6100,10 @@
7784
6100
  {
7785
6101
  "name": "multiple",
7786
6102
  "description": ""
6103
+ },
6104
+ {
6105
+ "name": "options",
6106
+ "description": ""
7787
6107
  }
7788
6108
  ],
7789
6109
  "references": [
@@ -7804,33 +6124,6 @@
7804
6124
  "name": "disabled",
7805
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."
7806
6126
  },
7807
- {
7808
- "name": "mode",
7809
- "description": "The mode determines the platform behaviors of the component.",
7810
- "values": [
7811
- {
7812
- "name": "ios"
7813
- },
7814
- {
7815
- "name": "md"
7816
- }
7817
- ]
7818
- },
7819
- {
7820
- "name": "theme",
7821
- "description": "The theme determines the visual appearance of the component.",
7822
- "values": [
7823
- {
7824
- "name": "ios"
7825
- },
7826
- {
7827
- "name": "md"
7828
- },
7829
- {
7830
- "name": "ionic"
7831
- }
7832
- ]
7833
- },
7834
6127
  {
7835
6128
  "name": "value",
7836
6129
  "description": "The text value of the option."
@@ -7853,33 +6146,6 @@
7853
6146
  {
7854
6147
  "name": "animated",
7855
6148
  "description": "If `true`, the skeleton text will animate."
7856
- },
7857
- {
7858
- "name": "mode",
7859
- "description": "The mode determines the platform behaviors of the component.",
7860
- "values": [
7861
- {
7862
- "name": "ios"
7863
- },
7864
- {
7865
- "name": "md"
7866
- }
7867
- ]
7868
- },
7869
- {
7870
- "name": "theme",
7871
- "description": "The theme determines the visual appearance of the component.",
7872
- "values": [
7873
- {
7874
- "name": "ios"
7875
- },
7876
- {
7877
- "name": "md"
7878
- },
7879
- {
7880
- "name": "ionic"
7881
- }
7882
- ]
7883
6149
  }
7884
6150
  ],
7885
6151
  "references": [
@@ -7933,18 +6199,6 @@
7933
6199
  "name": "duration",
7934
6200
  "description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner."
7935
6201
  },
7936
- {
7937
- "name": "mode",
7938
- "description": "The mode determines the platform behaviors of the component.",
7939
- "values": [
7940
- {
7941
- "name": "ios"
7942
- },
7943
- {
7944
- "name": "md"
7945
- }
7946
- ]
7947
- },
7948
6202
  {
7949
6203
  "name": "name",
7950
6204
  "description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
@@ -7981,42 +6235,6 @@
7981
6235
  {
7982
6236
  "name": "paused",
7983
6237
  "description": "If `true`, the spinner's animation will be paused."
7984
- },
7985
- {
7986
- "name": "size",
7987
- "description": "Set to `\"xsmall\"` for the smallest size.\nSet to `\"small\"` for a smaller size.\nSet to `\"medium\"` for a medium size.\nSet to `\"large\"` for a large size.\nSet to `\"xlarge\"` for the largest size.\n\nDefaults to `\"xsmall\"` for the `ionic` theme, undefined for all other themes.",
7988
- "values": [
7989
- {
7990
- "name": "large"
7991
- },
7992
- {
7993
- "name": "medium"
7994
- },
7995
- {
7996
- "name": "small"
7997
- },
7998
- {
7999
- "name": "xlarge"
8000
- },
8001
- {
8002
- "name": "xsmall"
8003
- }
8004
- ]
8005
- },
8006
- {
8007
- "name": "theme",
8008
- "description": "The theme determines the visual appearance of the component.",
8009
- "values": [
8010
- {
8011
- "name": "ios"
8012
- },
8013
- {
8014
- "name": "md"
8015
- },
8016
- {
8017
- "name": "ionic"
8018
- }
8019
- ]
8020
6238
  }
8021
6239
  ],
8022
6240
  "references": [
@@ -8041,33 +6259,6 @@
8041
6259
  "name": "disabled",
8042
6260
  "description": "If `true`, the split pane will be hidden."
8043
6261
  },
8044
- {
8045
- "name": "mode",
8046
- "description": "The mode determines the platform behaviors of the component.",
8047
- "values": [
8048
- {
8049
- "name": "ios"
8050
- },
8051
- {
8052
- "name": "md"
8053
- }
8054
- ]
8055
- },
8056
- {
8057
- "name": "theme",
8058
- "description": "The theme determines the visual appearance of the component.",
8059
- "values": [
8060
- {
8061
- "name": "ios"
8062
- },
8063
- {
8064
- "name": "md"
8065
- },
8066
- {
8067
- "name": "ionic"
8068
- }
8069
- ]
8070
- },
8071
6262
  {
8072
6263
  "name": "when",
8073
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."
@@ -8091,36 +6282,9 @@
8091
6282
  "name": "component",
8092
6283
  "description": "The component to display inside of the tab."
8093
6284
  },
8094
- {
8095
- "name": "mode",
8096
- "description": "The mode determines the platform behaviors of the component.",
8097
- "values": [
8098
- {
8099
- "name": "ios"
8100
- },
8101
- {
8102
- "name": "md"
8103
- }
8104
- ]
8105
- },
8106
- {
8107
- "name": "tab",
8108
- "description": "A tab id must be provided for each `ion-tab`. It's used internally to reference\nthe selected tab or by the router to switch between them."
8109
- },
8110
- {
8111
- "name": "theme",
8112
- "description": "The theme determines the visual appearance of the component.",
8113
- "values": [
8114
- {
8115
- "name": "ios"
8116
- },
8117
- {
8118
- "name": "md"
8119
- },
8120
- {
8121
- "name": "ionic"
8122
- }
8123
- ]
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."
8124
6288
  }
8125
6289
  ],
8126
6290
  "references": [
@@ -8170,21 +6334,9 @@
8170
6334
  }
8171
6335
  ]
8172
6336
  },
8173
- {
8174
- "name": "expand",
8175
- "description": "Set to `\"compact\"` to display a width based on the items\ninside the tab bar. This value will only work for the\n`ionic` theme.\n\nSet to `\"full\"` to display a full width tab bar.\n\nDefaults to `\"full\"`.",
8176
- "values": [
8177
- {
8178
- "name": "compact"
8179
- },
8180
- {
8181
- "name": "full"
8182
- }
8183
- ]
8184
- },
8185
6337
  {
8186
6338
  "name": "mode",
8187
- "description": "The mode determines the platform behaviors of the component.",
6339
+ "description": "The mode determines which platform styles to use.",
8188
6340
  "values": [
8189
6341
  {
8190
6342
  "name": "ios"
@@ -8198,39 +6350,9 @@
8198
6350
  "name": "selected-tab",
8199
6351
  "description": "The selected tab component"
8200
6352
  },
8201
- {
8202
- "name": "shape",
8203
- "description": "Set to `\"soft\"` for a tab bar with slightly rounded corners,\n`\"round\"` for a tab bar with fully rounded corners, or\n`\"rectangular\"` for a tab bar without rounded corners.\n\nDefaults to `\"round\"` for the `\"ionic\"` theme, undefined for all other themes.",
8204
- "values": [
8205
- {
8206
- "name": "rectangular"
8207
- },
8208
- {
8209
- "name": "round"
8210
- },
8211
- {
8212
- "name": "soft"
8213
- }
8214
- ]
8215
- },
8216
- {
8217
- "name": "theme",
8218
- "description": "The theme determines the visual appearance of the component.",
8219
- "values": [
8220
- {
8221
- "name": "ios"
8222
- },
8223
- {
8224
- "name": "md"
8225
- },
8226
- {
8227
- "name": "ionic"
8228
- }
8229
- ]
8230
- },
8231
6353
  {
8232
6354
  "name": "translucent",
8233
- "description": "If `true`, the tab bar will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
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)."
8234
6356
  }
8235
6357
  ],
8236
6358
  "references": [
@@ -8285,7 +6407,7 @@
8285
6407
  },
8286
6408
  {
8287
6409
  "name": "mode",
8288
- "description": "The mode determines the platform behaviors of the component.",
6410
+ "description": "The mode determines which platform styles to use.",
8289
6411
  "values": [
8290
6412
  {
8291
6413
  "name": "ios"
@@ -8303,21 +6425,6 @@
8303
6425
  "name": "selected",
8304
6426
  "description": "The selected tab component"
8305
6427
  },
8306
- {
8307
- "name": "shape",
8308
- "description": "Set to `\"soft\"` for a tab-button with slightly rounded corners,\n`\"round\"` for a tab-button with fully rounded corners, or `\"rectangular\"`\nfor a tab-button without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
8309
- "values": [
8310
- {
8311
- "name": "rectangular"
8312
- },
8313
- {
8314
- "name": "round"
8315
- },
8316
- {
8317
- "name": "soft"
8318
- }
8319
- ]
8320
- },
8321
6428
  {
8322
6429
  "name": "tab",
8323
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."
@@ -8325,21 +6432,6 @@
8325
6432
  {
8326
6433
  "name": "target",
8327
6434
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
8328
- },
8329
- {
8330
- "name": "theme",
8331
- "description": "The theme determines the visual appearance of the component.",
8332
- "values": [
8333
- {
8334
- "name": "ios"
8335
- },
8336
- {
8337
- "name": "md"
8338
- },
8339
- {
8340
- "name": "ionic"
8341
- }
8342
- ]
8343
6435
  }
8344
6436
  ],
8345
6437
  "references": [
@@ -8355,35 +6447,7 @@
8355
6447
  "kind": "markdown",
8356
6448
  "value": ""
8357
6449
  },
8358
- "attributes": [
8359
- {
8360
- "name": "mode",
8361
- "description": "The mode determines the platform behaviors of the component.",
8362
- "values": [
8363
- {
8364
- "name": "ios"
8365
- },
8366
- {
8367
- "name": "md"
8368
- }
8369
- ]
8370
- },
8371
- {
8372
- "name": "theme",
8373
- "description": "The theme determines the visual appearance of the component.",
8374
- "values": [
8375
- {
8376
- "name": "ios"
8377
- },
8378
- {
8379
- "name": "md"
8380
- },
8381
- {
8382
- "name": "ionic"
8383
- }
8384
- ]
8385
- }
8386
- ],
6450
+ "attributes": [],
8387
6451
  "references": [
8388
6452
  {
8389
6453
  "name": "Source code",
@@ -8433,28 +6497,13 @@
8433
6497
  },
8434
6498
  {
8435
6499
  "name": "mode",
8436
- "description": "The mode determines the platform behaviors of the component.",
8437
- "values": [
8438
- {
8439
- "name": "ios"
8440
- },
8441
- {
8442
- "name": "md"
8443
- }
8444
- ]
8445
- },
8446
- {
8447
- "name": "theme",
8448
- "description": "The theme determines the visual appearance of the component.",
6500
+ "description": "The mode determines which platform styles to use.",
8449
6501
  "values": [
8450
6502
  {
8451
6503
  "name": "ios"
8452
6504
  },
8453
6505
  {
8454
6506
  "name": "md"
8455
- },
8456
- {
8457
- "name": "ionic"
8458
6507
  }
8459
6508
  ]
8460
6509
  }
@@ -8530,6 +6579,10 @@
8530
6579
  "name": "counter",
8531
6580
  "description": "If `true`, a character counter will display the ratio of characters used and the total character limit.\nDevelopers must also set the `maxlength` property for the counter to be calculated correctly."
8532
6581
  },
6582
+ {
6583
+ "name": "counter-formatter",
6584
+ "description": "A callback used to format the counter text.\nBy default the counter text is set to \"itemLength / maxLength\".\n\nSee https://ionicframework.com/docs/troubleshooting/runtime#accessing-this\nif you need to access `this` from within the callback."
6585
+ },
8533
6586
  {
8534
6587
  "name": "debounce",
8535
6588
  "description": "Set the amount of time, in milliseconds, to wait to trigger the `ionInput` event after each keystroke."
@@ -8571,7 +6624,7 @@
8571
6624
  },
8572
6625
  {
8573
6626
  "name": "fill",
8574
- "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available when the theme is `\"md\"`.",
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.",
8575
6628
  "values": [
8576
6629
  {
8577
6630
  "name": "outline"
@@ -8650,7 +6703,7 @@
8650
6703
  },
8651
6704
  {
8652
6705
  "name": "mode",
8653
- "description": "The mode determines the platform behaviors of the component.",
6706
+ "description": "The mode determines which platform styles to use.",
8654
6707
  "values": [
8655
6708
  {
8656
6709
  "name": "ios"
@@ -8682,31 +6735,10 @@
8682
6735
  },
8683
6736
  {
8684
6737
  "name": "shape",
8685
- "description": "Set to `\"soft\"` for a textarea with slightly rounded corners,\n`\"round\"` for a textarea with fully rounded corners, or `\"rectangular\"`\nfor a textarea without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
6738
+ "description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
8686
6739
  "values": [
8687
- {
8688
- "name": "rectangular"
8689
- },
8690
6740
  {
8691
6741
  "name": "round"
8692
- },
8693
- {
8694
- "name": "soft"
8695
- }
8696
- ]
8697
- },
8698
- {
8699
- "name": "size",
8700
- "description": "The size of the textarea. If \"large\" it will increase the height of the textarea, while\n\"small\" and \"medium\" provide progressively smaller heights. The default size is \"medium\".\nThis property only applies to the `\"ionic\"` theme.",
8701
- "values": [
8702
- {
8703
- "name": "large"
8704
- },
8705
- {
8706
- "name": "medium"
8707
- },
8708
- {
8709
- "name": "small"
8710
6742
  }
8711
6743
  ]
8712
6744
  },
@@ -8714,21 +6746,6 @@
8714
6746
  "name": "spellcheck",
8715
6747
  "description": "If `true`, the element will have its spelling and grammar checked."
8716
6748
  },
8717
- {
8718
- "name": "theme",
8719
- "description": "The theme determines the visual appearance of the component.",
8720
- "values": [
8721
- {
8722
- "name": "ios"
8723
- },
8724
- {
8725
- "name": "md"
8726
- },
8727
- {
8728
- "name": "ionic"
8729
- }
8730
- ]
8731
- },
8732
6749
  {
8733
6750
  "name": "value",
8734
6751
  "description": "The value of the textarea."
@@ -8762,35 +6779,7 @@
8762
6779
  "kind": "markdown",
8763
6780
  "value": ""
8764
6781
  },
8765
- "attributes": [
8766
- {
8767
- "name": "mode",
8768
- "description": "The mode determines the platform behaviors of the component.",
8769
- "values": [
8770
- {
8771
- "name": "ios"
8772
- },
8773
- {
8774
- "name": "md"
8775
- }
8776
- ]
8777
- },
8778
- {
8779
- "name": "theme",
8780
- "description": "The theme determines the visual appearance of the component.",
8781
- "values": [
8782
- {
8783
- "name": "ios"
8784
- },
8785
- {
8786
- "name": "md"
8787
- },
8788
- {
8789
- "name": "ionic"
8790
- }
8791
- ]
8792
- }
8793
- ],
6782
+ "attributes": [],
8794
6783
  "references": [
8795
6784
  {
8796
6785
  "name": "Source code",
@@ -8838,18 +6827,6 @@
8838
6827
  }
8839
6828
  ]
8840
6829
  },
8841
- {
8842
- "name": "mode",
8843
- "description": "The mode determines the platform behaviors of the component.",
8844
- "values": [
8845
- {
8846
- "name": "ios"
8847
- },
8848
- {
8849
- "name": "md"
8850
- }
8851
- ]
8852
- },
8853
6830
  {
8854
6831
  "name": "size",
8855
6832
  "description": "The size of the toolbar title.",
@@ -8861,21 +6838,6 @@
8861
6838
  "name": "small"
8862
6839
  }
8863
6840
  ]
8864
- },
8865
- {
8866
- "name": "theme",
8867
- "description": "The theme determines the visual appearance of the component.",
8868
- "values": [
8869
- {
8870
- "name": "ios"
8871
- },
8872
- {
8873
- "name": "md"
8874
- },
8875
- {
8876
- "name": "ionic"
8877
- }
8878
- ]
8879
6841
  }
8880
6842
  ],
8881
6843
  "references": [
@@ -8896,6 +6858,10 @@
8896
6858
  "name": "animated",
8897
6859
  "description": "If `true`, the toast will animate."
8898
6860
  },
6861
+ {
6862
+ "name": "buttons",
6863
+ "description": "An array of buttons for the toast."
6864
+ },
8899
6865
  {
8900
6866
  "name": "color",
8901
6867
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -8937,21 +6903,17 @@
8937
6903
  "name": "duration",
8938
6904
  "description": "How many milliseconds to wait before hiding the toast. By default, it will show\nuntil `dismiss()` is called."
8939
6905
  },
6906
+ {
6907
+ "name": "enter-animation",
6908
+ "description": "Animation to use when the toast is presented."
6909
+ },
8940
6910
  {
8941
6911
  "name": "header",
8942
6912
  "description": "Header to be shown in the toast."
8943
6913
  },
8944
6914
  {
8945
- "name": "hue",
8946
- "description": "Set to `\"bold\"` for a toast with vibrant, bold colors or to `\"subtle\"` for\na toast with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
8947
- "values": [
8948
- {
8949
- "name": "bold"
8950
- },
8951
- {
8952
- "name": "subtle"
8953
- }
8954
- ]
6915
+ "name": "html-attributes",
6916
+ "description": "Additional attributes to pass to the toast."
8955
6917
  },
8956
6918
  {
8957
6919
  "name": "icon",
@@ -8977,13 +6939,17 @@
8977
6939
  }
8978
6940
  ]
8979
6941
  },
6942
+ {
6943
+ "name": "leave-animation",
6944
+ "description": "Animation to use when the toast is dismissed."
6945
+ },
8980
6946
  {
8981
6947
  "name": "message",
8982
6948
  "description": "Message to be shown in the toast.\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."
8983
6949
  },
8984
6950
  {
8985
6951
  "name": "mode",
8986
- "description": "The mode determines the platform behaviors of the component.",
6952
+ "description": "The mode determines which platform styles to use.",
8987
6953
  "values": [
8988
6954
  {
8989
6955
  "name": "ios"
@@ -9012,21 +6978,6 @@
9012
6978
  "name": "position-anchor",
9013
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."
9014
6980
  },
9015
- {
9016
- "name": "shape",
9017
- "description": "Set to `\"soft\"` for a toast with slightly rounded corners,\n`\"round\"` for a toast with fully rounded corners, or `\"rectangular\"`\nfor a toast without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
9018
- "values": [
9019
- {
9020
- "name": "rectangular"
9021
- },
9022
- {
9023
- "name": "round"
9024
- },
9025
- {
9026
- "name": "soft"
9027
- }
9028
- ]
9029
- },
9030
6981
  {
9031
6982
  "name": "swipe-gesture",
9032
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.",
@@ -9036,24 +6987,9 @@
9036
6987
  }
9037
6988
  ]
9038
6989
  },
9039
- {
9040
- "name": "theme",
9041
- "description": "The theme determines the visual appearance of the component.",
9042
- "values": [
9043
- {
9044
- "name": "ios"
9045
- },
9046
- {
9047
- "name": "md"
9048
- },
9049
- {
9050
- "name": "ionic"
9051
- }
9052
- ]
9053
- },
9054
6990
  {
9055
6991
  "name": "translucent",
9056
- "description": "If `true`, the toast will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
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)."
9057
6993
  },
9058
6994
  {
9059
6995
  "name": "trigger",
@@ -9174,7 +7110,7 @@
9174
7110
  },
9175
7111
  {
9176
7112
  "name": "mode",
9177
- "description": "The mode determines the platform behaviors of the component.",
7113
+ "description": "The mode determines which platform styles to use.",
9178
7114
  "values": [
9179
7115
  {
9180
7116
  "name": "ios"
@@ -9192,21 +7128,6 @@
9192
7128
  "name": "required",
9193
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."
9194
7130
  },
9195
- {
9196
- "name": "theme",
9197
- "description": "The theme determines the visual appearance of the component.",
9198
- "values": [
9199
- {
9200
- "name": "ios"
9201
- },
9202
- {
9203
- "name": "md"
9204
- },
9205
- {
9206
- "name": "ionic"
9207
- }
9208
- ]
9209
- },
9210
7131
  {
9211
7132
  "name": "value",
9212
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>`."
@@ -9261,28 +7182,13 @@
9261
7182
  },
9262
7183
  {
9263
7184
  "name": "mode",
9264
- "description": "The mode determines the platform behaviors of the component.",
9265
- "values": [
9266
- {
9267
- "name": "ios"
9268
- },
9269
- {
9270
- "name": "md"
9271
- }
9272
- ]
9273
- },
9274
- {
9275
- "name": "theme",
9276
- "description": "The theme determines the visual appearance of the component.",
7185
+ "description": "The mode determines which platform styles to use.",
9277
7186
  "values": [
9278
7187
  {
9279
7188
  "name": "ios"
9280
7189
  },
9281
7190
  {
9282
7191
  "name": "md"
9283
- },
9284
- {
9285
- "name": "ionic"
9286
7192
  }
9287
7193
  ]
9288
7194
  }