@ionic/core 8.4.0 → 8.4.1-dev.11730807985.1b046f37

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 (1175) hide show
  1. package/components/action-sheet.js +13 -8
  2. package/components/alert.js +15 -10
  3. package/components/animation.js +1 -1
  4. package/components/backdrop.js +10 -6
  5. package/components/button.js +41 -11
  6. package/components/buttons.js +11 -7
  7. package/components/capacitor.js +1 -1
  8. package/components/caret-down.js +6 -0
  9. package/components/caret-left.js +6 -0
  10. package/components/caret-right.js +6 -0
  11. package/components/checkbox.js +29 -12
  12. package/components/config2.js +79 -0
  13. package/components/content.js +14 -12
  14. package/components/data.js +4 -4
  15. package/components/focus-visible.js +8 -1
  16. package/components/framework-delegate.js +3 -1
  17. package/components/header.js +24 -15
  18. package/components/helpers.js +4 -1
  19. package/components/index2.js +2 -2
  20. package/components/index4.js +8 -9
  21. package/components/index5.js +27 -3
  22. package/components/index6.js +114 -20
  23. package/components/index7.js +163 -27
  24. package/components/input-shims.js +2 -2
  25. package/components/input.utils.js +1 -2
  26. package/components/ion-accordion-group.js +25 -6
  27. package/components/ion-accordion.js +36 -17
  28. package/components/ion-app.js +9 -77
  29. package/components/ion-avatar.js +52 -3
  30. package/components/ion-back-button.js +29 -19
  31. package/components/ion-badge.js +44 -8
  32. package/components/ion-breadcrumb.js +45 -11
  33. package/components/ion-breadcrumbs.js +9 -5
  34. package/components/ion-card-content.js +11 -7
  35. package/components/ion-card-header.js +9 -5
  36. package/components/ion-card-subtitle.js +9 -5
  37. package/components/ion-card-title.js +9 -5
  38. package/components/ion-card.js +17 -9
  39. package/components/ion-chip.js +45 -8
  40. package/components/ion-col.js +5 -5
  41. package/components/ion-datetime-button.js +9 -6
  42. package/components/ion-datetime.js +96 -20
  43. package/components/ion-fab-button.js +33 -10
  44. package/components/ion-fab-list.js +5 -5
  45. package/components/ion-fab.js +6 -6
  46. package/components/ion-footer.js +18 -12
  47. package/components/ion-grid.js +5 -5
  48. package/components/ion-img.js +5 -2
  49. package/components/ion-infinite-scroll-content.js +13 -8
  50. package/components/ion-infinite-scroll.js +5 -5
  51. package/components/ion-input-password-toggle.js +53 -14
  52. package/components/ion-input.js +118 -20
  53. package/components/ion-item-divider.js +9 -5
  54. package/components/ion-item-group.js +9 -5
  55. package/components/ion-item-option.js +28 -8
  56. package/components/ion-item-options.js +9 -5
  57. package/components/ion-item-sliding.js +5 -5
  58. package/components/ion-loading.js +13 -8
  59. package/components/ion-menu-button.js +28 -10
  60. package/components/ion-menu-toggle.js +5 -5
  61. package/components/ion-menu.js +12 -8
  62. package/components/ion-nav-link.js +1 -1
  63. package/components/ion-nav.js +8 -6
  64. package/components/ion-note.js +9 -5
  65. package/components/ion-picker-legacy.js +7 -8
  66. package/components/ion-progress-bar.js +11 -6
  67. package/components/ion-range.js +11 -8
  68. package/components/ion-refresher-content.js +28 -9
  69. package/components/ion-refresher.js +11 -7
  70. package/components/ion-reorder-group.js +5 -5
  71. package/components/ion-reorder.js +31 -5
  72. package/components/ion-router-link.js +6 -6
  73. package/components/ion-router-outlet.js +4 -3
  74. package/components/ion-row.js +5 -2
  75. package/components/ion-searchbar.js +93 -16
  76. package/components/ion-segment-button.js +11 -7
  77. package/components/ion-segment-content.js +1 -1
  78. package/components/ion-segment-view.js +2 -2
  79. package/components/ion-segment.js +11 -7
  80. package/components/ion-select-option.js +5 -2
  81. package/components/ion-select.js +79 -30
  82. package/components/ion-skeleton-text.js +6 -5
  83. package/components/ion-split-pane.js +12 -8
  84. package/components/ion-tab-bar.js +31 -8
  85. package/components/ion-tab-button.js +12 -7
  86. package/components/ion-tab.js +2 -2
  87. package/components/ion-tabs.js +2 -2
  88. package/components/ion-text.js +5 -5
  89. package/components/ion-textarea.js +38 -11
  90. package/components/ion-thumbnail.js +5 -2
  91. package/components/ion-toast.js +30 -12
  92. package/components/ion-toggle.js +77 -18
  93. package/components/ionic-global.js +374 -84
  94. package/components/ios.transition.js +1 -0
  95. package/components/item.js +41 -11
  96. package/components/keyboard-controller.js +4 -2
  97. package/components/label.js +9 -5
  98. package/components/list-header.js +9 -5
  99. package/components/list.js +29 -6
  100. package/components/list2.js +6 -0
  101. package/components/modal.js +51 -21
  102. package/components/notch-controller.js +1 -1
  103. package/components/overlays.js +4 -5
  104. package/components/picker-column-option.js +9 -5
  105. package/components/picker-column.js +7 -8
  106. package/components/picker-column2.js +4 -4
  107. package/components/picker.js +8 -4
  108. package/components/popover.js +11 -8
  109. package/components/radio-group.js +5 -3
  110. package/components/radio.js +12 -8
  111. package/components/ripple-effect.js +18 -8
  112. package/components/select-modal.js +1 -1
  113. package/components/select-popover.js +9 -2
  114. package/components/spinner.js +36 -9
  115. package/components/status-tap.js +1 -1
  116. package/components/title.js +11 -7
  117. package/components/toolbar.js +11 -7
  118. package/components/x.js +6 -0
  119. package/css/core.css +1 -1
  120. package/css/core.css.map +1 -1
  121. package/css/display.css.map +1 -1
  122. package/css/flex-utils.css.map +1 -1
  123. package/css/float-elements.css.map +1 -1
  124. package/css/global.bundle.css.map +1 -1
  125. package/css/ionic/bundle.ionic.css +1 -0
  126. package/css/ionic/bundle.ionic.css.map +1 -0
  127. package/css/ionic/core.ionic.css +1 -0
  128. package/css/ionic/core.ionic.css.map +1 -0
  129. package/css/ionic/global.bundle.ionic.css +1 -0
  130. package/css/ionic/global.bundle.ionic.css.map +1 -0
  131. package/css/ionic/ionic-swiper.ionic.css +1 -0
  132. package/css/ionic/ionic-swiper.ionic.css.map +1 -0
  133. package/css/ionic/link.ionic.css +1 -0
  134. package/css/ionic/link.ionic.css.map +1 -0
  135. package/css/ionic/structure.ionic.css +1 -0
  136. package/css/ionic/structure.ionic.css.map +1 -0
  137. package/css/ionic/typography.ionic.css +1 -0
  138. package/css/ionic/typography.ionic.css.map +1 -0
  139. package/css/ionic/utils.bundle.ionic.css +1 -0
  140. package/css/ionic/utils.bundle.ionic.css.map +1 -0
  141. package/css/ionic-swiper.css +1 -1
  142. package/css/ionic-swiper.css.map +1 -1
  143. package/css/ionic.bundle.css +1 -1
  144. package/css/ionic.bundle.css.map +1 -1
  145. package/css/normalize.css.map +1 -1
  146. package/css/padding.css.map +1 -1
  147. package/css/palettes/dark.always.css.map +1 -1
  148. package/css/palettes/dark.class.css.map +1 -1
  149. package/css/palettes/dark.system.css.map +1 -1
  150. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  151. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  152. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  153. package/css/palettes/high-contrast.always.css.map +1 -1
  154. package/css/palettes/high-contrast.class.css.map +1 -1
  155. package/css/palettes/high-contrast.system.css.map +1 -1
  156. package/css/structure.css.map +1 -1
  157. package/css/text-alignment.css.map +1 -1
  158. package/css/text-transformation.css.map +1 -1
  159. package/css/typography.css.map +1 -1
  160. package/css/utils.bundle.css.map +1 -1
  161. package/dist/cjs/{animation-b4fdf128.js → animation-58015a44.js} +2 -2
  162. package/dist/cjs/{app-globals-21afee77.js → app-globals-d64148d3.js} +1 -1
  163. package/dist/cjs/{button-active-3f2f60b4.js → button-active-ec1fd1d8.js} +1 -1
  164. package/dist/cjs/{capacitor-c04564bf.js → capacitor-454dd071.js} +3 -3
  165. package/dist/cjs/caret-down-3c215cff.js +8 -0
  166. package/dist/cjs/caret-left-2bb66970.js +8 -0
  167. package/dist/cjs/caret-right-88e03970.js +8 -0
  168. package/dist/cjs/config-aff4ff52.js +84 -0
  169. package/dist/cjs/{data-21dc0f81.js → data-b726dbee.js} +6 -6
  170. package/dist/cjs/{focus-visible-7a0ce04f.js → focus-visible-9aa87fa3.js} +8 -0
  171. package/dist/cjs/{framework-delegate-55f5683a.js → framework-delegate-32f1a0e4.js} +4 -2
  172. package/dist/cjs/{haptic-f6b37aa3.js → haptic-7c25be74.js} +1 -1
  173. package/dist/cjs/{helpers-afaa9001.js → helpers-4e2936d2.js} +4 -1
  174. package/dist/cjs/{index-8e789962.js → index-03fbee1d.js} +14 -15
  175. package/dist/cjs/{index-9509ecad.js → index-0e0c6196.js} +9 -7
  176. package/dist/cjs/{index-5b6a7459.js → index-604c36ae.js} +3 -3
  177. package/dist/cjs/{index-f05acd21.js → index-8f975cf4.js} +12 -12
  178. package/dist/cjs/index.cjs.js +10 -12
  179. package/dist/cjs/{input-shims-9e59ef62.js → input-shims-4b4d2251.js} +18 -17
  180. package/dist/cjs/{input.utils-611cde0b.js → input.utils-fb1debe4.js} +4 -5
  181. package/dist/cjs/ion-accordion_2.cjs.entry.js +61 -24
  182. package/dist/cjs/ion-action-sheet.cjs.entry.js +21 -18
  183. package/dist/cjs/ion-alert.cjs.entry.js +25 -23
  184. package/dist/cjs/ion-app_8.cjs.entry.js +108 -152
  185. package/dist/cjs/ion-avatar_3.cjs.entry.js +93 -9
  186. package/dist/cjs/ion-back-button.cjs.entry.js +31 -21
  187. package/dist/cjs/ion-backdrop.cjs.entry.js +11 -6
  188. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +53 -15
  189. package/dist/cjs/ion-button_2.cjs.entry.js +46 -15
  190. package/dist/cjs/ion-card_5.cjs.entry.js +52 -28
  191. package/dist/cjs/ion-checkbox.cjs.entry.js +29 -13
  192. package/dist/cjs/ion-chip.cjs.entry.js +43 -7
  193. package/dist/cjs/ion-col_3.cjs.entry.js +14 -10
  194. package/dist/cjs/ion-datetime-button.cjs.entry.js +16 -12
  195. package/dist/cjs/ion-datetime_3.cjs.entry.js +189 -115
  196. package/dist/cjs/ion-fab_3.cjs.entry.js +42 -19
  197. package/dist/cjs/ion-img.cjs.entry.js +7 -3
  198. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +21 -17
  199. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +55 -16
  200. package/dist/cjs/ion-input.cjs.entry.js +118 -23
  201. package/dist/cjs/ion-item-option_3.cjs.entry.js +40 -17
  202. package/dist/cjs/ion-item_8.cjs.entry.js +113 -41
  203. package/dist/cjs/ion-loading.cjs.entry.js +20 -18
  204. package/dist/cjs/ion-menu_3.cjs.entry.js +48 -29
  205. package/dist/cjs/ion-modal.cjs.entry.js +95 -67
  206. package/dist/cjs/ion-nav_2.cjs.entry.js +15 -13
  207. package/dist/cjs/ion-picker-column-option.cjs.entry.js +11 -6
  208. package/dist/cjs/ion-picker-column.cjs.entry.js +12 -12
  209. package/dist/cjs/ion-picker.cjs.entry.js +10 -5
  210. package/dist/cjs/ion-popover.cjs.entry.js +20 -18
  211. package/dist/cjs/ion-progress-bar.cjs.entry.js +13 -8
  212. package/dist/cjs/ion-radio_2.cjs.entry.js +18 -11
  213. package/dist/cjs/ion-range.cjs.entry.js +18 -14
  214. package/dist/cjs/ion-refresher_2.cjs.entry.js +44 -23
  215. package/dist/cjs/ion-reorder_2.cjs.entry.js +37 -13
  216. package/dist/cjs/ion-ripple-effect.cjs.entry.js +18 -7
  217. package/dist/cjs/ion-route_4.cjs.entry.js +8 -7
  218. package/dist/cjs/ion-searchbar.cjs.entry.js +94 -17
  219. package/dist/cjs/ion-segment-content.cjs.entry.js +1 -1
  220. package/dist/cjs/ion-segment-view.cjs.entry.js +2 -2
  221. package/dist/cjs/ion-segment_2.cjs.entry.js +23 -14
  222. package/dist/cjs/ion-select-modal.cjs.entry.js +6 -8
  223. package/dist/cjs/ion-select_3.cjs.entry.js +94 -38
  224. package/dist/cjs/ion-spinner.cjs.entry.js +35 -9
  225. package/dist/cjs/ion-split-pane.cjs.entry.js +13 -8
  226. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +45 -20
  227. package/dist/cjs/ion-tab_2.cjs.entry.js +7 -6
  228. package/dist/cjs/ion-text.cjs.entry.js +6 -5
  229. package/dist/cjs/ion-textarea.cjs.entry.js +41 -16
  230. package/dist/cjs/ion-toast.cjs.entry.js +59 -43
  231. package/dist/cjs/ion-toggle.cjs.entry.js +80 -22
  232. package/dist/cjs/ionic-global-14af9c21.js +535 -0
  233. package/dist/cjs/ionic.cjs.js +4 -3
  234. package/dist/cjs/{ios.transition-cf40433b.js → ios.transition-2bb0f7d5.js} +6 -6
  235. package/dist/cjs/{keyboard-af1bb365.js → keyboard-0a5d46dd.js} +5 -3
  236. package/dist/cjs/{keyboard-0272231f.js → keyboard-53c12a15.js} +1 -1
  237. package/dist/cjs/{keyboard-controller-c05e747a.js → keyboard-controller-102bad3e.js} +11 -9
  238. package/dist/cjs/list-2930c629.js +8 -0
  239. package/dist/cjs/loader.cjs.js +4 -3
  240. package/dist/cjs/{md.transition-ededf99f.js → md.transition-cf600117.js} +5 -6
  241. package/dist/cjs/{notch-controller-d69150f5.js → notch-controller-ea70e230.js} +4 -4
  242. package/dist/cjs/{overlays-ba0f6986.js → overlays-a698a408.js} +19 -20
  243. package/dist/cjs/{status-tap-37681226.js → status-tap-aa97d209.js} +4 -3
  244. package/dist/cjs/{swipe-back-0303a5e4.js → swipe-back-27975274.js} +2 -1
  245. package/dist/cjs/x-81a8f51c.js +8 -0
  246. package/dist/collection/components/accordion/accordion.ionic.css +197 -0
  247. package/dist/collection/components/accordion/accordion.ios.css +73 -58
  248. package/dist/collection/components/accordion/accordion.js +37 -21
  249. package/dist/collection/components/accordion/accordion.md.css +67 -59
  250. package/dist/collection/components/accordion-group/accordion-group.ionic.css +95 -0
  251. package/dist/collection/components/accordion-group/accordion-group.ios.css +16 -4
  252. package/dist/collection/components/accordion-group/accordion-group.js +43 -8
  253. package/dist/collection/components/accordion-group/accordion-group.md.css +22 -4
  254. package/dist/collection/components/action-sheet/action-sheet.ios.css +18 -6
  255. package/dist/collection/components/action-sheet/action-sheet.js +14 -10
  256. package/dist/collection/components/action-sheet/action-sheet.md.css +17 -5
  257. package/dist/collection/components/alert/alert.ios.css +19 -1
  258. package/dist/collection/components/alert/alert.js +15 -12
  259. package/dist/collection/components/alert/alert.md.css +19 -1
  260. package/dist/collection/components/app/app.js +12 -78
  261. package/dist/collection/components/avatar/avatar.ionic.css +269 -0
  262. package/dist/collection/components/avatar/avatar.ios.css +12 -0
  263. package/dist/collection/components/avatar/avatar.js +92 -4
  264. package/dist/collection/components/avatar/avatar.md.css +12 -0
  265. package/dist/collection/components/back-button/back-button.ios.css +60 -48
  266. package/dist/collection/components/back-button/back-button.js +27 -19
  267. package/dist/collection/components/back-button/back-button.md.css +60 -48
  268. package/dist/collection/components/backdrop/backdrop.ionic.css +151 -0
  269. package/dist/collection/components/backdrop/backdrop.ios.css +13 -1
  270. package/dist/collection/components/backdrop/backdrop.js +12 -6
  271. package/dist/collection/components/backdrop/backdrop.md.css +13 -1
  272. package/dist/collection/components/badge/badge.ionic.css +249 -0
  273. package/dist/collection/components/badge/badge.ios.css +106 -3
  274. package/dist/collection/components/badge/badge.js +75 -8
  275. package/dist/collection/components/badge/badge.md.css +106 -3
  276. package/dist/collection/components/breadcrumb/breadcrumb.ios.css +20 -8
  277. package/dist/collection/components/breadcrumb/breadcrumb.js +43 -11
  278. package/dist/collection/components/breadcrumb/breadcrumb.md.css +20 -8
  279. package/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +6 -0
  280. package/dist/collection/components/breadcrumbs/breadcrumbs.js +11 -9
  281. package/dist/collection/components/breadcrumbs/breadcrumbs.md.css +6 -0
  282. package/dist/collection/components/button/button.ionic.css +589 -0
  283. package/dist/collection/components/button/button.ios.css +129 -36
  284. package/dist/collection/components/button/button.js +46 -16
  285. package/dist/collection/components/button/button.md.css +120 -40
  286. package/dist/collection/components/buttons/buttons.ionic.css +100 -0
  287. package/dist/collection/components/buttons/buttons.ios.css +59 -7
  288. package/dist/collection/components/buttons/buttons.js +14 -8
  289. package/dist/collection/components/buttons/buttons.md.css +55 -3
  290. package/dist/collection/components/card/card.ionic.css +137 -0
  291. package/dist/collection/components/card/card.ios.css +65 -14
  292. package/dist/collection/components/card/card.js +34 -10
  293. package/dist/collection/components/card/card.md.css +65 -14
  294. package/dist/collection/components/card-content/card-content.ionic.css +90 -0
  295. package/dist/collection/components/card-content/card-content.ios.css +16 -1
  296. package/dist/collection/components/card-content/card-content.js +11 -8
  297. package/dist/collection/components/card-content/card-content.md.css +16 -1
  298. package/dist/collection/components/card-header/card-header.ionic.css +87 -0
  299. package/dist/collection/components/card-header/card-header.ios.css +27 -15
  300. package/dist/collection/components/card-header/card-header.js +12 -9
  301. package/dist/collection/components/card-header/card-header.md.css +27 -15
  302. package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +146 -0
  303. package/dist/collection/components/card-subtitle/card-subtitle.ios.css +12 -0
  304. package/dist/collection/components/card-subtitle/card-subtitle.js +11 -8
  305. package/dist/collection/components/card-subtitle/card-subtitle.md.css +12 -0
  306. package/dist/collection/components/card-title/card-title.ios.css +73 -0
  307. package/dist/collection/components/card-title/card-title.js +11 -8
  308. package/dist/collection/components/card-title/card-title.md.css +73 -0
  309. package/dist/collection/components/checkbox/checkbox.ionic.css +402 -0
  310. package/dist/collection/components/checkbox/checkbox.ios.css +20 -2
  311. package/dist/collection/components/checkbox/checkbox.js +63 -14
  312. package/dist/collection/components/checkbox/checkbox.md.css +21 -3
  313. package/dist/collection/components/chip/chip.ionic.css +160 -0
  314. package/dist/collection/components/chip/chip.ios.css +20 -1
  315. package/dist/collection/components/chip/chip.js +77 -8
  316. package/dist/collection/components/chip/chip.md.css +20 -1
  317. package/dist/collection/components/col/col.css +12 -0
  318. package/dist/collection/components/col/col.js +9 -5
  319. package/dist/collection/components/content/content.css +8 -2
  320. package/dist/collection/components/content/content.js +16 -11
  321. package/dist/collection/components/datetime/datetime.ionic.css +668 -0
  322. package/dist/collection/components/datetime/datetime.ios.css +232 -73
  323. package/dist/collection/components/datetime/datetime.js +95 -19
  324. package/dist/collection/components/datetime/datetime.md.css +232 -73
  325. package/dist/collection/components/datetime/utils/data.js +3 -3
  326. package/dist/collection/components/datetime-button/datetime-button.ios.css +6 -0
  327. package/dist/collection/components/datetime-button/datetime-button.js +11 -8
  328. package/dist/collection/components/datetime-button/datetime-button.md.css +6 -0
  329. package/dist/collection/components/fab/fab.css +25 -1
  330. package/dist/collection/components/fab/fab.js +9 -5
  331. package/dist/collection/components/fab-button/fab-button.ios.css +18 -6
  332. package/dist/collection/components/fab-button/fab-button.js +36 -15
  333. package/dist/collection/components/fab-button/fab-button.md.css +20 -8
  334. package/dist/collection/components/fab-list/fab-list.css +12 -0
  335. package/dist/collection/components/fab-list/fab-list.js +9 -5
  336. package/dist/collection/components/footer/footer.ios.css +14 -2
  337. package/dist/collection/components/footer/footer.js +20 -15
  338. package/dist/collection/components/footer/footer.md.css +12 -0
  339. package/dist/collection/components/grid/grid.css +12 -0
  340. package/dist/collection/components/grid/grid.js +9 -5
  341. package/dist/collection/components/header/header.ionic.css +86 -0
  342. package/dist/collection/components/header/header.ios.css +25 -10
  343. package/dist/collection/components/header/header.js +42 -17
  344. package/dist/collection/components/header/header.md.css +23 -8
  345. package/dist/collection/components/img/img.js +8 -2
  346. package/dist/collection/components/infinite-scroll/infinite-scroll.js +8 -4
  347. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +12 -0
  348. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +16 -10
  349. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +12 -0
  350. package/dist/collection/components/input/input.ionic.css +1096 -0
  351. package/dist/collection/components/input/input.ios.css +21 -2
  352. package/dist/collection/components/input/input.js +144 -30
  353. package/dist/collection/components/input/input.md.css +43 -4
  354. package/dist/collection/components/input-password-toggle/input-password-toggle.common.css +61 -0
  355. package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +141 -0
  356. package/dist/collection/components/input-password-toggle/input-password-toggle.js +48 -12
  357. package/dist/collection/components/item/item.ionic.css +501 -0
  358. package/dist/collection/components/item/item.ios.css +109 -69
  359. package/dist/collection/components/item/item.js +44 -16
  360. package/dist/collection/components/item/item.md.css +120 -68
  361. package/dist/collection/components/item-divider/item-divider.ios.css +18 -0
  362. package/dist/collection/components/item-divider/item-divider.js +11 -8
  363. package/dist/collection/components/item-divider/item-divider.md.css +18 -0
  364. package/dist/collection/components/item-group/item-group.ios.css +12 -0
  365. package/dist/collection/components/item-group/item-group.js +13 -7
  366. package/dist/collection/components/item-group/item-group.md.css +12 -0
  367. package/dist/collection/components/item-option/item-option.ionic.css +332 -0
  368. package/dist/collection/components/item-option/item-option.ios.css +14 -2
  369. package/dist/collection/components/item-option/item-option.js +43 -8
  370. package/dist/collection/components/item-option/item-option.md.css +14 -2
  371. package/dist/collection/components/item-options/item-options.ionic.css +258 -0
  372. package/dist/collection/components/item-options/item-options.ios.css +18 -0
  373. package/dist/collection/components/item-options/item-options.js +13 -7
  374. package/dist/collection/components/item-options/item-options.md.css +18 -0
  375. package/dist/collection/components/item-sliding/item-sliding.css +6 -0
  376. package/dist/collection/components/item-sliding/item-sliding.js +8 -4
  377. package/dist/collection/components/label/label.ios.css +18 -0
  378. package/dist/collection/components/label/label.js +11 -8
  379. package/dist/collection/components/label/label.md.css +18 -0
  380. package/dist/collection/components/list/list.ionic.css +193 -0
  381. package/dist/collection/components/list/list.ios.css +18 -0
  382. package/dist/collection/components/list/list.js +47 -9
  383. package/dist/collection/components/list/list.md.css +20 -2
  384. package/dist/collection/components/list-header/list-header.ionic.css +236 -0
  385. package/dist/collection/components/list-header/list-header.ios.css +18 -0
  386. package/dist/collection/components/list-header/list-header.js +11 -8
  387. package/dist/collection/components/list-header/list-header.md.css +18 -0
  388. package/dist/collection/components/loading/loading.ios.css +13 -1
  389. package/dist/collection/components/loading/loading.js +13 -10
  390. package/dist/collection/components/loading/loading.md.css +13 -1
  391. package/dist/collection/components/menu/menu.ios.css +15 -3
  392. package/dist/collection/components/menu/menu.js +12 -7
  393. package/dist/collection/components/menu/menu.md.css +15 -3
  394. package/dist/collection/components/menu-button/menu-button.ionic.css +238 -0
  395. package/dist/collection/components/menu-button/menu-button.ios.css +48 -14
  396. package/dist/collection/components/menu-button/menu-button.js +26 -10
  397. package/dist/collection/components/menu-button/menu-button.md.css +49 -15
  398. package/dist/collection/components/menu-toggle/menu-toggle.js +8 -5
  399. package/dist/collection/components/modal/animations/sheet.js +8 -2
  400. package/dist/collection/components/modal/gestures/sheet.js +10 -6
  401. package/dist/collection/components/modal/modal.ionic.css +239 -0
  402. package/dist/collection/components/modal/modal.ios.css +106 -63
  403. package/dist/collection/components/modal/modal.js +47 -11
  404. package/dist/collection/components/modal/modal.md.css +106 -63
  405. package/dist/collection/components/nav/nav.css +7 -1
  406. package/dist/collection/components/nav/nav.js +11 -5
  407. package/dist/collection/components/nav-link/nav-link.js +5 -1
  408. package/dist/collection/components/note/note.ios.css +12 -0
  409. package/dist/collection/components/note/note.js +11 -8
  410. package/dist/collection/components/note/note.md.css +12 -0
  411. package/dist/collection/components/picker/picker.ios.css +15 -3
  412. package/dist/collection/components/picker/picker.js +8 -5
  413. package/dist/collection/components/picker/picker.md.css +15 -3
  414. package/dist/collection/components/picker-column/picker-column.css +9 -2
  415. package/dist/collection/components/picker-column/picker-column.js +8 -7
  416. package/dist/collection/components/picker-column-option/picker-column-option.ios.css +6 -0
  417. package/dist/collection/components/picker-column-option/picker-column-option.js +13 -7
  418. package/dist/collection/components/picker-column-option/picker-column-option.md.css +6 -0
  419. package/dist/collection/components/picker-legacy/picker.ios.css +13 -1
  420. package/dist/collection/components/picker-legacy/picker.js +7 -6
  421. package/dist/collection/components/picker-legacy/picker.md.css +13 -1
  422. package/dist/collection/components/picker-legacy-column/picker-column.ios.css +12 -0
  423. package/dist/collection/components/picker-legacy-column/picker-column.js +4 -4
  424. package/dist/collection/components/picker-legacy-column/picker-column.md.css +12 -0
  425. package/dist/collection/components/popover/popover.ios.css +13 -1
  426. package/dist/collection/components/popover/popover.js +15 -12
  427. package/dist/collection/components/popover/popover.md.css +13 -1
  428. package/dist/collection/components/progress-bar/progress-bar.ios.css +8 -2
  429. package/dist/collection/components/progress-bar/progress-bar.js +10 -7
  430. package/dist/collection/components/progress-bar/progress-bar.md.css +8 -2
  431. package/dist/collection/components/radio/radio.ionic.css +418 -0
  432. package/dist/collection/components/radio/radio.ios.css +134 -91
  433. package/dist/collection/components/radio/radio.js +12 -9
  434. package/dist/collection/components/radio/radio.md.css +134 -91
  435. package/dist/collection/components/radio-group/radio-group.js +9 -3
  436. package/dist/collection/components/range/range.ios.css +12 -0
  437. package/dist/collection/components/range/range.js +12 -9
  438. package/dist/collection/components/range/range.md.css +12 -0
  439. package/dist/collection/components/refresher/refresher.ios.css +14 -1
  440. package/dist/collection/components/refresher/refresher.js +11 -8
  441. package/dist/collection/components/refresher/refresher.md.css +15 -2
  442. package/dist/collection/components/refresher-content/refresher-content.js +28 -7
  443. package/dist/collection/components/reorder/reorder.ios.css +6 -0
  444. package/dist/collection/components/reorder/reorder.js +33 -6
  445. package/dist/collection/components/reorder/reorder.md.css +6 -0
  446. package/dist/collection/components/reorder-group/reorder-group.css +6 -0
  447. package/dist/collection/components/reorder-group/reorder-group.js +8 -4
  448. package/dist/collection/components/ripple-effect/{ripple-effect.css → ripple-effect.common.css} +7 -1
  449. package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +154 -0
  450. package/dist/collection/components/ripple-effect/ripple-effect.js +14 -6
  451. package/dist/collection/components/route/route.js +4 -0
  452. package/dist/collection/components/router/router.js +4 -0
  453. package/dist/collection/components/router-link/router-link.css +8 -2
  454. package/dist/collection/components/router-link/router-link.js +9 -5
  455. package/dist/collection/components/router-outlet/router-outlet.css +7 -1
  456. package/dist/collection/components/router-outlet/router-outlet.js +5 -2
  457. package/dist/collection/components/row/row.css +12 -0
  458. package/dist/collection/components/row/row.js +9 -2
  459. package/dist/collection/components/searchbar/searchbar.ionic.css +345 -0
  460. package/dist/collection/components/searchbar/searchbar.ios.css +56 -18
  461. package/dist/collection/components/searchbar/searchbar.js +97 -25
  462. package/dist/collection/components/searchbar/searchbar.md.css +56 -18
  463. package/dist/collection/components/segment/segment.ionic.css +117 -0
  464. package/dist/collection/components/segment/segment.ios.css +45 -2
  465. package/dist/collection/components/segment/segment.js +11 -8
  466. package/dist/collection/components/segment/segment.md.css +45 -2
  467. package/dist/collection/components/segment-button/segment-button.ionic.css +350 -0
  468. package/dist/collection/components/segment-button/segment-button.ios.css +146 -105
  469. package/dist/collection/components/segment-button/segment-button.js +11 -8
  470. package/dist/collection/components/segment-button/segment-button.md.css +148 -107
  471. package/dist/collection/components/segment-content/segment-content.js +1 -1
  472. package/dist/collection/components/segment-view/segment-view.ios.css +6 -0
  473. package/dist/collection/components/segment-view/segment-view.js +2 -2
  474. package/dist/collection/components/segment-view/segment-view.md.css +6 -0
  475. package/dist/collection/components/select/select.ios.css +22 -3
  476. package/dist/collection/components/select/select.js +81 -33
  477. package/dist/collection/components/select/select.md.css +38 -5
  478. package/dist/collection/components/select-modal/select-modal.js +1 -1
  479. package/dist/collection/components/select-modal/select-modal.md.css +7 -3
  480. package/dist/collection/components/select-option/select-option.js +9 -2
  481. package/dist/collection/components/select-popover/select-popover.ios.css +18 -0
  482. package/dist/collection/components/select-popover/select-popover.js +12 -4
  483. package/dist/collection/components/select-popover/select-popover.md.css +18 -0
  484. package/dist/collection/components/skeleton-text/skeleton-text.css +6 -0
  485. package/dist/collection/components/skeleton-text/skeleton-text.js +9 -5
  486. package/dist/collection/components/spinner/spinner.common.css +199 -0
  487. package/dist/collection/components/spinner/{spinner.css → spinner.ionic.css} +63 -0
  488. package/dist/collection/components/spinner/spinner.js +46 -6
  489. package/dist/collection/components/split-pane/split-pane.ios.css +20 -2
  490. package/dist/collection/components/split-pane/split-pane.js +14 -8
  491. package/dist/collection/components/split-pane/split-pane.md.css +20 -2
  492. package/dist/collection/components/tab/tab.js +6 -2
  493. package/dist/collection/components/tab-bar/tab-bar.ionic.css +188 -0
  494. package/dist/collection/components/tab-bar/tab-bar.ios.css +71 -43
  495. package/dist/collection/components/tab-bar/tab-bar.js +65 -10
  496. package/dist/collection/components/tab-bar/tab-bar.md.css +71 -43
  497. package/dist/collection/components/tab-button/tab-button.ionic.css +271 -0
  498. package/dist/collection/components/tab-button/tab-button.ios.css +103 -88
  499. package/dist/collection/components/tab-button/tab-button.js +11 -8
  500. package/dist/collection/components/tab-button/tab-button.md.css +103 -88
  501. package/dist/collection/components/tabs/tabs.css +7 -1
  502. package/dist/collection/components/tabs/tabs.js +4 -1
  503. package/dist/collection/components/text/text.css +6 -0
  504. package/dist/collection/components/text/text.js +7 -6
  505. package/dist/collection/components/textarea/textarea.ionic.css +804 -0
  506. package/dist/collection/components/textarea/textarea.ios.css +201 -96
  507. package/dist/collection/components/textarea/textarea.js +59 -16
  508. package/dist/collection/components/textarea/textarea.md.css +214 -97
  509. package/dist/collection/components/thumbnail/thumbnail.css +6 -0
  510. package/dist/collection/components/thumbnail/thumbnail.js +9 -2
  511. package/dist/collection/components/title/title.ionic.css +145 -0
  512. package/dist/collection/components/title/title.ios.css +32 -4
  513. package/dist/collection/components/title/title.js +13 -7
  514. package/dist/collection/components/title/title.md.css +32 -4
  515. package/dist/collection/components/toast/animations/utils.js +1 -1
  516. package/dist/collection/components/toast/toast.ionic.css +358 -0
  517. package/dist/collection/components/toast/toast.ios.css +74 -35
  518. package/dist/collection/components/toast/toast.js +45 -11
  519. package/dist/collection/components/toast/toast.md.css +74 -35
  520. package/dist/collection/components/toggle/toggle.ionic.css +419 -0
  521. package/dist/collection/components/toggle/toggle.ios.css +166 -120
  522. package/dist/collection/components/toggle/toggle.js +73 -18
  523. package/dist/collection/components/toggle/toggle.md.css +163 -120
  524. package/dist/collection/components/toolbar/toolbar.ionic.css +233 -0
  525. package/dist/collection/components/toolbar/toolbar.ios.css +90 -47
  526. package/dist/collection/components/toolbar/toolbar.js +13 -10
  527. package/dist/collection/components/toolbar/toolbar.md.css +90 -47
  528. package/dist/collection/global/ionic-global.js +229 -13
  529. package/dist/collection/utils/focus-visible.js +7 -0
  530. package/dist/collection/utils/framework-delegate.js +3 -1
  531. package/dist/collection/utils/helpers.js +3 -1
  532. package/dist/collection/utils/keyboard/keyboard-controller.js +3 -1
  533. package/dist/collection/utils/menu-controller/animations/overlay.js +3 -3
  534. package/dist/collection/utils/menu-controller/animations/push.js +2 -1
  535. package/dist/collection/utils/menu-controller/animations/reveal.js +2 -1
  536. package/dist/collection/utils/overlays.js +2 -1
  537. package/dist/collection/utils/test/playwright/generator.js +48 -23
  538. package/dist/collection/utils/test/playwright/page/utils/goto.js +14 -5
  539. package/dist/collection/utils/test/playwright/page/utils/set-content.js +16 -2
  540. package/dist/collection/utils/transition/ios.transition.js +1 -0
  541. package/dist/docs.json +7030 -321
  542. package/dist/esm/{animation-eab5a4ca.js → animation-f1a88600.js} +1 -1
  543. package/dist/esm/{app-globals-5dbb61a5.js → app-globals-eceadabb.js} +1 -1
  544. package/dist/esm/{button-active-f6503382.js → button-active-321f0dba.js} +2 -2
  545. package/dist/esm/{capacitor-59395cbd.js → capacitor-6b0341c8.js} +1 -1
  546. package/dist/esm/caret-down-3eaad1cc.js +6 -0
  547. package/dist/esm/caret-left-33424bb0.js +6 -0
  548. package/dist/esm/caret-right-68d856ad.js +6 -0
  549. package/dist/esm/config-84eb9670.js +79 -0
  550. package/dist/esm/{data-ae11fd43.js → data-a753c96a.js} +4 -4
  551. package/dist/esm/{focus-visible-dd40d69f.js → focus-visible-501aff19.js} +8 -1
  552. package/dist/esm/{framework-delegate-63d1a679.js → framework-delegate-3e4a8c9f.js} +4 -2
  553. package/dist/esm/{haptic-ac164e4c.js → haptic-dd6c0ea9.js} +1 -1
  554. package/dist/esm/{helpers-da915de8.js → helpers-f08d15bd.js} +4 -1
  555. package/dist/esm/{index-24b48b06.js → index-31109e63.js} +10 -11
  556. package/dist/esm/{index-3ad7f18b.js → index-59f81cb8.js} +6 -6
  557. package/{components/index9.js → dist/esm/index-62b4a18b.js} +4 -2
  558. package/dist/esm/{index-28849c61.js → index-723c0e5d.js} +1 -1
  559. package/dist/esm/{index-5cc724f3.js → index-7bd160c2.js} +2 -2
  560. package/dist/esm/{index-e2cf2ceb.js → index-d997525d.js} +1 -1
  561. package/dist/esm/index.js +11 -13
  562. package/dist/esm/{input-shims-0314bbe5.js → input-shims-6be83e59.js} +7 -6
  563. package/dist/esm/{input.utils-09c71bc7.js → input.utils-67459bae.js} +2 -3
  564. package/dist/esm/ion-accordion_2.entry.js +61 -24
  565. package/dist/esm/ion-action-sheet.entry.js +22 -19
  566. package/dist/esm/ion-alert.entry.js +23 -21
  567. package/dist/esm/ion-app_8.entry.js +96 -140
  568. package/dist/esm/ion-avatar_3.entry.js +94 -10
  569. package/dist/esm/ion-back-button.entry.js +31 -21
  570. package/dist/esm/ion-backdrop.entry.js +12 -7
  571. package/dist/esm/ion-breadcrumb_2.entry.js +55 -17
  572. package/dist/esm/ion-button_2.entry.js +44 -13
  573. package/dist/esm/ion-card_5.entry.js +53 -29
  574. package/dist/esm/ion-checkbox.entry.js +30 -14
  575. package/dist/esm/ion-chip.entry.js +44 -8
  576. package/dist/esm/ion-col_3.entry.js +15 -11
  577. package/dist/esm/ion-datetime-button.entry.js +13 -9
  578. package/dist/esm/ion-datetime_3.entry.js +114 -40
  579. package/dist/esm/ion-fab_3.entry.js +44 -21
  580. package/dist/esm/ion-img.entry.js +8 -4
  581. package/dist/esm/ion-infinite-scroll_2.entry.js +19 -15
  582. package/dist/esm/ion-input-password-toggle.entry.js +54 -15
  583. package/dist/esm/ion-input.entry.js +120 -25
  584. package/dist/esm/ion-item-option_3.entry.js +41 -18
  585. package/dist/esm/ion-item_8.entry.js +114 -42
  586. package/dist/esm/ion-loading.entry.js +18 -16
  587. package/dist/esm/ion-menu_3.entry.js +48 -29
  588. package/dist/esm/ion-modal.entry.js +59 -31
  589. package/dist/esm/ion-nav_2.entry.js +14 -12
  590. package/dist/esm/ion-picker-column-option.entry.js +12 -7
  591. package/dist/esm/ion-picker-column.entry.js +12 -12
  592. package/dist/esm/ion-picker.entry.js +11 -6
  593. package/dist/esm/ion-popover.entry.js +18 -16
  594. package/dist/esm/ion-progress-bar.entry.js +13 -8
  595. package/dist/esm/ion-radio_2.entry.js +19 -12
  596. package/dist/esm/ion-range.entry.js +14 -10
  597. package/dist/esm/ion-refresher_2.entry.js +42 -21
  598. package/dist/esm/ion-reorder_2.entry.js +39 -15
  599. package/dist/esm/ion-ripple-effect.entry.js +19 -8
  600. package/dist/esm/ion-route_4.entry.js +9 -8
  601. package/dist/esm/ion-searchbar.entry.js +95 -18
  602. package/dist/esm/ion-segment-content.entry.js +2 -2
  603. package/dist/esm/ion-segment-view.entry.js +3 -3
  604. package/dist/esm/ion-segment_2.entry.js +24 -15
  605. package/dist/esm/ion-select-modal.entry.js +7 -9
  606. package/dist/esm/ion-select_3.entry.js +96 -40
  607. package/dist/esm/ion-spinner.entry.js +34 -8
  608. package/dist/esm/ion-split-pane.entry.js +14 -9
  609. package/dist/esm/ion-tab-bar_2.entry.js +45 -20
  610. package/dist/esm/ion-tab_2.entry.js +8 -7
  611. package/dist/esm/ion-text.entry.js +7 -6
  612. package/dist/esm/ion-textarea.entry.js +42 -17
  613. package/dist/esm/ion-toast.entry.js +34 -18
  614. package/dist/esm/ion-toggle.entry.js +81 -23
  615. package/dist/esm/ionic-global-3c97a4aa.js +521 -0
  616. package/dist/esm/ionic.js +6 -5
  617. package/dist/esm/{ios.transition-4ee1a3af.js → ios.transition-06b78ea0.js} +7 -7
  618. package/dist/esm/{keyboard-52278bd7.js → keyboard-5b1b354d.js} +5 -3
  619. package/dist/esm/{keyboard-73175e24.js → keyboard-9bbd546a.js} +1 -1
  620. package/dist/esm/{keyboard-controller-ec5c2bfa.js → keyboard-controller-aff395fd.js} +5 -3
  621. package/dist/esm/list-6524700c.js +6 -0
  622. package/dist/esm/loader.js +6 -5
  623. package/dist/esm/{md.transition-5106a0d2.js → md.transition-e5712bda.js} +6 -7
  624. package/dist/esm/{notch-controller-55b09e11.js → notch-controller-c0bd22ff.js} +2 -2
  625. package/dist/esm/{overlays-ae10d43d.js → overlays-ce6f6b23.js} +6 -7
  626. package/dist/esm/{status-tap-f472b09f.js → status-tap-edf9f395.js} +5 -4
  627. package/dist/esm/{swipe-back-e5394307.js → swipe-back-17c42610.js} +2 -1
  628. package/dist/esm/x-a64bcd9f.js +6 -0
  629. package/dist/esm-es5/animation-f1a88600.js +4 -0
  630. package/dist/esm-es5/app-globals-eceadabb.js +4 -0
  631. package/dist/esm-es5/{button-active-f6503382.js → button-active-321f0dba.js} +1 -1
  632. package/dist/esm-es5/capacitor-6b0341c8.js +4 -0
  633. package/dist/esm-es5/caret-down-3eaad1cc.js +4 -0
  634. package/dist/esm-es5/caret-left-33424bb0.js +4 -0
  635. package/dist/esm-es5/caret-right-68d856ad.js +4 -0
  636. package/dist/esm-es5/config-84eb9670.js +4 -0
  637. package/dist/esm-es5/data-a753c96a.js +4 -0
  638. package/dist/esm-es5/focus-visible-501aff19.js +4 -0
  639. package/dist/esm-es5/framework-delegate-3e4a8c9f.js +4 -0
  640. package/dist/esm-es5/{haptic-ac164e4c.js → haptic-dd6c0ea9.js} +1 -1
  641. package/dist/esm-es5/helpers-f08d15bd.js +4 -0
  642. package/dist/esm-es5/index-31109e63.js +4 -0
  643. package/dist/esm-es5/index-59f81cb8.js +4 -0
  644. package/dist/esm-es5/{index-79b30591.js → index-62b4a18b.js} +1 -1
  645. package/dist/esm-es5/{index-28849c61.js → index-723c0e5d.js} +1 -1
  646. package/dist/esm-es5/index-7bd160c2.js +4 -0
  647. package/dist/esm-es5/{index-e2cf2ceb.js → index-d997525d.js} +1 -1
  648. package/dist/esm-es5/index.js +1 -1
  649. package/dist/esm-es5/input-shims-6be83e59.js +4 -0
  650. package/dist/esm-es5/input.utils-67459bae.js +4 -0
  651. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  652. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  653. package/dist/esm-es5/ion-alert.entry.js +1 -1
  654. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  655. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  656. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  657. package/dist/esm-es5/ion-backdrop.entry.js +1 -1
  658. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  659. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  660. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  661. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  662. package/dist/esm-es5/ion-chip.entry.js +1 -1
  663. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  664. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  665. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  666. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  667. package/dist/esm-es5/ion-img.entry.js +1 -1
  668. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  669. package/dist/esm-es5/ion-input-password-toggle.entry.js +1 -1
  670. package/dist/esm-es5/ion-input.entry.js +1 -1
  671. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  672. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  673. package/dist/esm-es5/ion-loading.entry.js +1 -1
  674. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  675. package/dist/esm-es5/ion-modal.entry.js +1 -1
  676. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  677. package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
  678. package/dist/esm-es5/ion-picker-column.entry.js +1 -1
  679. package/dist/esm-es5/ion-picker.entry.js +1 -1
  680. package/dist/esm-es5/ion-popover.entry.js +1 -1
  681. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  682. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  683. package/dist/esm-es5/ion-range.entry.js +1 -1
  684. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  685. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  686. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  687. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  688. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  689. package/dist/esm-es5/ion-segment-content.entry.js +1 -1
  690. package/dist/esm-es5/ion-segment-view.entry.js +1 -1
  691. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  692. package/dist/esm-es5/ion-select-modal.entry.js +1 -1
  693. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  694. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  695. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  696. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  697. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  698. package/dist/esm-es5/ion-text.entry.js +1 -1
  699. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  700. package/dist/esm-es5/ion-toast.entry.js +1 -1
  701. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  702. package/dist/esm-es5/ionic-global-3c97a4aa.js +4 -0
  703. package/dist/esm-es5/ionic.js +1 -1
  704. package/dist/esm-es5/ios.transition-06b78ea0.js +4 -0
  705. package/dist/esm-es5/{keyboard-52278bd7.js → keyboard-5b1b354d.js} +1 -1
  706. package/dist/esm-es5/{keyboard-73175e24.js → keyboard-9bbd546a.js} +1 -1
  707. package/dist/esm-es5/keyboard-controller-aff395fd.js +4 -0
  708. package/dist/esm-es5/list-6524700c.js +4 -0
  709. package/dist/esm-es5/loader.js +1 -1
  710. package/dist/esm-es5/md.transition-e5712bda.js +4 -0
  711. package/dist/esm-es5/notch-controller-c0bd22ff.js +4 -0
  712. package/dist/esm-es5/overlays-ce6f6b23.js +4 -0
  713. package/dist/esm-es5/status-tap-edf9f395.js +4 -0
  714. package/dist/esm-es5/swipe-back-17c42610.js +4 -0
  715. package/dist/esm-es5/x-a64bcd9f.js +4 -0
  716. package/dist/html.html-data.json +2306 -204
  717. package/dist/ionic/index.esm.js +1 -1
  718. package/dist/ionic/ionic.esm.js +1 -1
  719. package/dist/ionic/ionic.js +1 -1
  720. package/dist/ionic/p-01d80901.system.js +4 -0
  721. package/dist/ionic/p-02db6423.entry.js +4 -0
  722. package/dist/ionic/p-038a6294.js +4 -0
  723. package/dist/ionic/p-043483dc.entry.js +4 -0
  724. package/dist/ionic/p-055ae36e.system.entry.js +4 -0
  725. package/dist/ionic/p-06ca2619.system.entry.js +4 -0
  726. package/dist/ionic/p-06ec4706.js +4 -0
  727. package/dist/ionic/p-08b2ba53.system.entry.js +4 -0
  728. package/dist/ionic/p-08f4a45d.system.entry.js +4 -0
  729. package/dist/ionic/p-096e5f6d.system.entry.js +4 -0
  730. package/dist/ionic/p-09c6b5e4.js +4 -0
  731. package/dist/ionic/p-0a0ce78f.system.entry.js +4 -0
  732. package/dist/ionic/{p-25180df3.system.js → p-0fa218e9.system.js} +1 -1
  733. package/dist/ionic/{p-424eb140.system.entry.js → p-10961893.system.entry.js} +1 -1
  734. package/dist/ionic/p-112120d7.system.js +4 -0
  735. package/dist/ionic/{p-c7e16491.js → p-11266916.js} +1 -1
  736. package/dist/ionic/{p-1e955a45.system.js → p-115d74cd.system.js} +1 -1
  737. package/dist/ionic/{p-34b11c24.js → p-12d6df53.js} +1 -1
  738. package/dist/ionic/p-156d17cd.js +4 -0
  739. package/dist/ionic/p-161ecf50.system.entry.js +4 -0
  740. package/dist/ionic/{p-b06ac4a5.system.js → p-18f86177.system.js} +1 -1
  741. package/dist/ionic/p-1a64d63d.system.entry.js +4 -0
  742. package/dist/ionic/p-1da82a87.system.entry.js +4 -0
  743. package/dist/ionic/p-1e4fd112.entry.js +4 -0
  744. package/dist/ionic/p-1efa63f2.js +4 -0
  745. package/dist/ionic/p-1fba8e90.system.entry.js +4 -0
  746. package/dist/ionic/p-211b0fba.system.entry.js +4 -0
  747. package/dist/ionic/p-23b31425.entry.js +4 -0
  748. package/dist/ionic/p-243adf8c.js +4 -0
  749. package/dist/ionic/p-24f15ce4.system.entry.js +4 -0
  750. package/dist/ionic/p-2978f27e.entry.js +4 -0
  751. package/dist/ionic/p-2ef115ec.system.entry.js +4 -0
  752. package/dist/ionic/p-31fa1052.system.entry.js +4 -0
  753. package/dist/ionic/p-33dc4514.js +4 -0
  754. package/dist/ionic/p-346c67b0.js +4 -0
  755. package/dist/ionic/p-35362c9f.entry.js +4 -0
  756. package/dist/ionic/p-3608e72b.entry.js +4 -0
  757. package/dist/ionic/p-3b520400.system.entry.js +4 -0
  758. package/dist/ionic/p-3c4c73f9.system.entry.js +4 -0
  759. package/dist/ionic/p-3ce95a91.entry.js +4 -0
  760. package/dist/ionic/p-3d61263b.system.entry.js +4 -0
  761. package/dist/ionic/{p-9ea607bd.system.js → p-3e91ea3a.system.js} +2 -2
  762. package/dist/ionic/p-3f1e20d1.system.entry.js +4 -0
  763. package/dist/ionic/p-3fc0ba02.system.entry.js +4 -0
  764. package/dist/ionic/p-4130574e.entry.js +4 -0
  765. package/dist/ionic/{p-3c8e5c23.system.js → p-41c19986.system.js} +1 -1
  766. package/dist/ionic/p-41f06734.entry.js +4 -0
  767. package/dist/ionic/p-4219582c.system.js +4 -0
  768. package/dist/ionic/p-429dd2b5.system.js +4 -0
  769. package/dist/ionic/p-430d860e.entry.js +4 -0
  770. package/dist/ionic/p-43df37ca.entry.js +4 -0
  771. package/dist/ionic/p-4459a66e.system.js +4 -0
  772. package/dist/ionic/{p-f687573e.system.js → p-44ad86d7.system.js} +1 -1
  773. package/dist/ionic/p-458a2899.entry.js +4 -0
  774. package/dist/ionic/{p-8985cdb6.system.js → p-4626fb32.system.js} +1 -1
  775. package/dist/ionic/p-46787abb.system.js +4 -0
  776. package/dist/ionic/p-4683bb1b.entry.js +4 -0
  777. package/dist/ionic/p-47fd935c.system.js +4 -0
  778. package/dist/ionic/p-4a89c1ec.system.js +4 -0
  779. package/dist/ionic/p-4ac4f52a.system.entry.js +4 -0
  780. package/dist/ionic/p-4b4e4592.system.entry.js +4 -0
  781. package/dist/ionic/{p-89b61afc.js → p-4c275462.js} +1 -1
  782. package/dist/ionic/p-4c9e1b2c.js +4 -0
  783. package/dist/ionic/p-4edc0fda.system.entry.js +4 -0
  784. package/dist/ionic/p-4f127a09.system.entry.js +4 -0
  785. package/dist/ionic/p-51371e21.system.js +4 -0
  786. package/dist/ionic/p-530c591a.entry.js +4 -0
  787. package/dist/ionic/p-5474c7c4.entry.js +4 -0
  788. package/dist/ionic/p-55546d77.system.entry.js +4 -0
  789. package/dist/ionic/p-556778bd.system.js +4 -0
  790. package/dist/ionic/p-56be80f7.entry.js +4 -0
  791. package/dist/ionic/p-578a8bdf.entry.js +4 -0
  792. package/dist/ionic/p-57de8d54.system.entry.js +4 -0
  793. package/dist/ionic/{p-f9a53abb.system.js → p-58aa8a36.system.js} +1 -1
  794. package/dist/ionic/p-58c64779.system.entry.js +4 -0
  795. package/dist/ionic/{p-da2b833b.js → p-58f16ef6.js} +1 -1
  796. package/dist/ionic/p-5a6b3c0d.entry.js +4 -0
  797. package/dist/ionic/p-5a6d245d.system.entry.js +4 -0
  798. package/dist/ionic/p-5b57d327.system.js +4 -0
  799. package/dist/ionic/p-5ce35a03.js +4 -0
  800. package/dist/ionic/p-5e9730c2.entry.js +4 -0
  801. package/dist/ionic/p-607c9c33.js +4 -0
  802. package/dist/ionic/{p-9146695e.system.js → p-62887754.system.js} +1 -1
  803. package/dist/ionic/p-63fde7fe.entry.js +4 -0
  804. package/dist/ionic/p-67b6e18d.entry.js +4 -0
  805. package/dist/ionic/p-699c1e19.entry.js +4 -0
  806. package/dist/ionic/p-6a0dd6bc.js +4 -0
  807. package/dist/ionic/p-6bc2795b.entry.js +4 -0
  808. package/dist/ionic/p-6bd1c0ee.system.entry.js +4 -0
  809. package/dist/ionic/p-6caa76ec.js +4 -0
  810. package/dist/ionic/p-6f941957.entry.js +4 -0
  811. package/dist/ionic/p-7071d7ca.js +4 -0
  812. package/dist/ionic/p-72cbf799.system.entry.js +4 -0
  813. package/dist/ionic/p-74a20601.system.entry.js +4 -0
  814. package/dist/ionic/p-74d76684.js +4 -0
  815. package/dist/ionic/p-7557a7de.system.entry.js +4 -0
  816. package/dist/ionic/p-7607d8ba.system.entry.js +4 -0
  817. package/dist/ionic/p-78ed8923.js +4 -0
  818. package/dist/ionic/p-7a858bae.system.js +4 -0
  819. package/dist/ionic/p-81e632cb.entry.js +4 -0
  820. package/dist/ionic/p-82cb4235.js +4 -0
  821. package/dist/ionic/{p-d836d43e.js → p-83948e48.js} +1 -1
  822. package/dist/ionic/p-8463212e.js +4 -0
  823. package/dist/ionic/p-84667060.entry.js +4 -0
  824. package/dist/ionic/p-857ba8d4.entry.js +4 -0
  825. package/dist/ionic/p-86d98446.system.entry.js +4 -0
  826. package/dist/ionic/{p-58d5df0c.system.entry.js → p-86e9a917.system.entry.js} +1 -1
  827. package/dist/ionic/p-87049797.js +4 -0
  828. package/dist/ionic/p-88290bd9.system.entry.js +4 -0
  829. package/dist/ionic/p-8956f9a8.system.entry.js +4 -0
  830. package/dist/ionic/p-8b0f0a87.entry.js +4 -0
  831. package/dist/ionic/p-8db246c2.system.js +4 -0
  832. package/dist/ionic/p-8dbfae64.entry.js +4 -0
  833. package/dist/ionic/p-903c544a.js +4 -0
  834. package/dist/ionic/p-916bc9ed.system.entry.js +4 -0
  835. package/dist/ionic/p-92646426.js +4 -0
  836. package/dist/ionic/{p-27281edd.js → p-93e47936.js} +1 -1
  837. package/dist/ionic/{p-a93873de.system.js → p-94816e7a.system.js} +1 -1
  838. package/dist/ionic/p-986855d6.js +4 -0
  839. package/dist/ionic/p-9abb7d9b.entry.js +4 -0
  840. package/dist/ionic/p-9ac1a506.system.js +4 -0
  841. package/dist/ionic/p-a1cdc742.js +4 -0
  842. package/dist/ionic/p-a2814291.system.js +4 -0
  843. package/dist/ionic/p-a42eccfb.entry.js +4 -0
  844. package/dist/ionic/{p-d743e981.js → p-a510e9c0.js} +1 -1
  845. package/dist/ionic/p-a5a9206f.entry.js +4 -0
  846. package/dist/ionic/p-a616b6e4.entry.js +4 -0
  847. package/dist/ionic/p-a9af4103.js +4 -0
  848. package/dist/ionic/{p-d60342e3.js → p-aaccbb95.js} +1 -1
  849. package/dist/ionic/{p-73dc4950.entry.js → p-ab21d58c.entry.js} +1 -1
  850. package/dist/ionic/p-ac1c2b6a.js +4 -0
  851. package/dist/ionic/p-ae55c4c7.system.entry.js +4 -0
  852. package/dist/ionic/p-b18c52cd.entry.js +4 -0
  853. package/dist/ionic/p-b2df786a.system.entry.js +4 -0
  854. package/dist/ionic/p-b517144d.system.entry.js +4 -0
  855. package/dist/ionic/p-b5dc9a32.system.entry.js +4 -0
  856. package/dist/ionic/p-b79f3ded.entry.js +4 -0
  857. package/dist/ionic/p-bbcec459.system.js +4 -0
  858. package/dist/ionic/p-be87ec25.entry.js +4 -0
  859. package/dist/ionic/p-c248c88d.system.js +4 -0
  860. package/dist/ionic/p-c373eebd.system.js +4 -0
  861. package/dist/ionic/p-ccce3322.system.entry.js +4 -0
  862. package/dist/ionic/p-ce2e8a94.system.entry.js +4 -0
  863. package/dist/ionic/p-ce46d44a.entry.js +4 -0
  864. package/dist/ionic/p-cea92c46.system.js +4 -0
  865. package/dist/ionic/p-d7894208.entry.js +4 -0
  866. package/dist/ionic/p-da96f15f.entry.js +4 -0
  867. package/dist/ionic/{p-19ea7bff.system.js → p-dbd39afd.system.js} +1 -1
  868. package/dist/ionic/p-ddbf4ca9.entry.js +4 -0
  869. package/dist/ionic/p-df09db21.entry.js +4 -0
  870. package/dist/ionic/p-e3b70846.system.js +4 -0
  871. package/dist/ionic/p-e9eb25ba.system.entry.js +4 -0
  872. package/dist/ionic/p-ea0b8c64.system.entry.js +4 -0
  873. package/dist/ionic/p-ea3ca474.system.js +4 -0
  874. package/dist/ionic/p-ebe94d15.entry.js +4 -0
  875. package/dist/ionic/p-eda736d7.entry.js +4 -0
  876. package/dist/ionic/p-eecb1b04.entry.js +4 -0
  877. package/dist/ionic/p-eee899d5.system.entry.js +4 -0
  878. package/dist/ionic/p-f09c06e8.entry.js +4 -0
  879. package/dist/ionic/p-f116fb3f.system.js +4 -0
  880. package/dist/ionic/{p-372ae7f4.system.js → p-f193945e.system.js} +1 -1
  881. package/dist/ionic/p-f1e11e93.entry.js +4 -0
  882. package/dist/ionic/p-f28ac1ad.entry.js +4 -0
  883. package/dist/ionic/p-f44934a7.system.entry.js +4 -0
  884. package/dist/ionic/p-f44c9c6e.system.entry.js +4 -0
  885. package/dist/ionic/p-f61375b7.system.entry.js +4 -0
  886. package/dist/ionic/p-f8123284.entry.js +4 -0
  887. package/dist/ionic/p-f83d18c1.entry.js +4 -0
  888. package/dist/ionic/{p-5da94421.system.js → p-f8c63ac0.system.js} +2 -2
  889. package/dist/ionic/p-fc8359aa.system.entry.js +4 -0
  890. package/dist/types/components/accordion/accordion.d.ts +5 -3
  891. package/dist/types/components/accordion-group/accordion-group.d.ts +12 -1
  892. package/dist/types/components/action-sheet/action-sheet-interface.d.ts +3 -7
  893. package/dist/types/components/action-sheet/action-sheet.d.ts +3 -2
  894. package/dist/types/components/alert/alert-interface.d.ts +3 -7
  895. package/dist/types/components/alert/alert.d.ts +3 -2
  896. package/dist/types/components/app/app.d.ts +4 -2
  897. package/dist/types/components/avatar/avatar.d.ts +28 -0
  898. package/dist/types/components/back-button/back-button.d.ts +2 -1
  899. package/dist/types/components/backdrop/backdrop.d.ts +4 -0
  900. package/dist/types/components/badge/badge.d.ts +23 -1
  901. package/dist/types/components/breadcrumb/breadcrumb.d.ts +4 -1
  902. package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +2 -2
  903. package/dist/types/components/button/button.d.ts +15 -4
  904. package/dist/types/components/buttons/buttons.d.ts +5 -1
  905. package/dist/types/components/card/card.d.ts +8 -1
  906. package/dist/types/components/card-content/card-content.d.ts +2 -1
  907. package/dist/types/components/card-header/card-header.d.ts +3 -2
  908. package/dist/types/components/card-subtitle/card-subtitle.d.ts +2 -1
  909. package/dist/types/components/card-title/card-title.d.ts +2 -1
  910. package/dist/types/components/checkbox/checkbox.d.ts +14 -4
  911. package/dist/types/components/chip/chip.d.ts +19 -1
  912. package/dist/types/components/col/col.d.ts +4 -0
  913. package/dist/types/components/content/content.d.ts +3 -0
  914. package/dist/types/components/datetime/datetime.d.ts +26 -1
  915. package/dist/types/components/datetime/utils/data.d.ts +3 -3
  916. package/dist/types/components/datetime-button/datetime-button.d.ts +2 -1
  917. package/dist/types/components/fab/fab.d.ts +4 -0
  918. package/dist/types/components/fab-button/fab-button.d.ts +5 -3
  919. package/dist/types/components/fab-list/fab-list.d.ts +4 -0
  920. package/dist/types/components/footer/footer.d.ts +4 -3
  921. package/dist/types/components/grid/grid.d.ts +4 -0
  922. package/dist/types/components/header/header.d.ts +9 -3
  923. package/dist/types/components/img/img.d.ts +3 -0
  924. package/dist/types/components/infinite-scroll/infinite-scroll.d.ts +4 -0
  925. package/dist/types/components/infinite-scroll-content/infinite-scroll-content.d.ts +4 -0
  926. package/dist/types/components/input/input.d.ts +31 -5
  927. package/dist/types/components/input-password-toggle/input-password-toggle.d.ts +2 -0
  928. package/dist/types/components/item/item.d.ts +11 -4
  929. package/dist/types/components/item-divider/item-divider.d.ts +2 -1
  930. package/dist/types/components/item-group/item-group.d.ts +4 -0
  931. package/dist/types/components/item-option/item-option.d.ts +11 -1
  932. package/dist/types/components/item-options/item-options.d.ts +4 -0
  933. package/dist/types/components/item-sliding/item-sliding.d.ts +4 -0
  934. package/dist/types/components/label/label.d.ts +2 -1
  935. package/dist/types/components/list/list.d.ts +15 -1
  936. package/dist/types/components/list-header/list-header.d.ts +2 -1
  937. package/dist/types/components/loading/loading-interface.d.ts +2 -7
  938. package/dist/types/components/loading/loading.d.ts +3 -2
  939. package/dist/types/components/menu/menu.d.ts +3 -0
  940. package/dist/types/components/menu-button/menu-button.d.ts +3 -1
  941. package/dist/types/components/menu-toggle/menu-toggle.d.ts +3 -0
  942. package/dist/types/components/modal/gestures/sheet.d.ts +1 -1
  943. package/dist/types/components/modal/modal-interface.d.ts +4 -7
  944. package/dist/types/components/modal/modal.d.ts +11 -1
  945. package/dist/types/components/nav/nav-interface.d.ts +9 -1
  946. package/dist/types/components/nav/nav.d.ts +5 -1
  947. package/dist/types/components/nav-link/nav-link.d.ts +4 -0
  948. package/dist/types/components/note/note.d.ts +2 -1
  949. package/dist/types/components/picker/picker.d.ts +2 -1
  950. package/dist/types/components/picker-column/picker-column.d.ts +2 -1
  951. package/dist/types/components/picker-column-option/picker-column-option.d.ts +4 -0
  952. package/dist/types/components/picker-legacy/picker.d.ts +2 -1
  953. package/dist/types/components/popover/popover-interface.d.ts +3 -6
  954. package/dist/types/components/popover/popover.d.ts +6 -5
  955. package/dist/types/components/progress-bar/progress-bar.d.ts +2 -1
  956. package/dist/types/components/radio/radio.d.ts +2 -1
  957. package/dist/types/components/radio-group/radio-group.d.ts +4 -0
  958. package/dist/types/components/range/range.d.ts +2 -1
  959. package/dist/types/components/refresher/refresher.d.ts +2 -1
  960. package/dist/types/components/refresher-content/refresher-content.d.ts +4 -0
  961. package/dist/types/components/reorder/reorder.d.ts +9 -0
  962. package/dist/types/components/reorder-group/reorder-group.d.ts +4 -0
  963. package/dist/types/components/ripple-effect/ripple-effect.d.ts +4 -0
  964. package/dist/types/components/route/route.d.ts +4 -0
  965. package/dist/types/components/router/router.d.ts +4 -0
  966. package/dist/types/components/router-link/router-link.d.ts +4 -0
  967. package/dist/types/components/router-outlet/router-outlet.d.ts +4 -1
  968. package/dist/types/components/row/row.d.ts +4 -0
  969. package/dist/types/components/searchbar/searchbar.d.ts +30 -8
  970. package/dist/types/components/segment/segment.d.ts +2 -1
  971. package/dist/types/components/segment-button/segment-button.d.ts +2 -1
  972. package/dist/types/components/select/select.d.ts +20 -5
  973. package/dist/types/components/select-option/select-option.d.ts +4 -0
  974. package/dist/types/components/select-popover/select-popover.d.ts +3 -0
  975. package/dist/types/components/skeleton-text/skeleton-text.d.ts +4 -0
  976. package/dist/types/components/spinner/spinner.d.ts +15 -0
  977. package/dist/types/components/split-pane/split-pane.d.ts +4 -0
  978. package/dist/types/components/tab/tab.d.ts +4 -0
  979. package/dist/types/components/tab-bar/tab-bar.d.ts +22 -2
  980. package/dist/types/components/tab-button/tab-button.d.ts +2 -1
  981. package/dist/types/components/tabs/tabs.d.ts +3 -0
  982. package/dist/types/components/text/text.d.ts +2 -1
  983. package/dist/types/components/textarea/textarea.d.ts +16 -4
  984. package/dist/types/components/thumbnail/thumbnail.d.ts +4 -0
  985. package/dist/types/components/title/title.d.ts +4 -0
  986. package/dist/types/components/toast/animations/utils.d.ts +2 -2
  987. package/dist/types/components/toast/toast-interface.d.ts +3 -7
  988. package/dist/types/components/toast/toast.d.ts +12 -2
  989. package/dist/types/components/toggle/toggle.d.ts +15 -1
  990. package/dist/types/components/toolbar/toolbar.d.ts +4 -3
  991. package/dist/types/components.d.ts +1363 -179
  992. package/dist/types/global/ionic-global.d.ts +27 -2
  993. package/dist/types/interface.d.ts +3 -0
  994. package/dist/types/utils/config.d.ts +106 -2
  995. package/dist/types/utils/focus-visible.d.ts +1 -0
  996. package/dist/types/utils/overlays-interface.d.ts +31 -1
  997. package/dist/types/utils/test/playwright/generator.d.ts +31 -2
  998. package/hydrate/index.js +2273 -856
  999. package/hydrate/index.mjs +2273 -856
  1000. package/package.json +9 -4
  1001. package/components/hardware-back-button.js +0 -115
  1002. package/components/index8.js +0 -128
  1003. package/dist/cjs/hardware-back-button-9e8a2c4f.js +0 -122
  1004. package/dist/cjs/index-5915f9b3.js +0 -38
  1005. package/dist/cjs/index-c8d52405.js +0 -10
  1006. package/dist/cjs/ionic-global-d9a8bb5b.js +0 -237
  1007. package/dist/esm/hardware-back-button-06ef3c3e.js +0 -116
  1008. package/dist/esm/index-79b30591.js +0 -167
  1009. package/dist/esm/index-9b0d46f4.js +0 -34
  1010. package/dist/esm/index-a5d50daf.js +0 -7
  1011. package/dist/esm/ionic-global-c81d82ab.js +0 -231
  1012. package/dist/esm-es5/animation-eab5a4ca.js +0 -4
  1013. package/dist/esm-es5/app-globals-5dbb61a5.js +0 -4
  1014. package/dist/esm-es5/capacitor-59395cbd.js +0 -4
  1015. package/dist/esm-es5/data-ae11fd43.js +0 -4
  1016. package/dist/esm-es5/focus-visible-dd40d69f.js +0 -4
  1017. package/dist/esm-es5/framework-delegate-63d1a679.js +0 -4
  1018. package/dist/esm-es5/hardware-back-button-06ef3c3e.js +0 -4
  1019. package/dist/esm-es5/helpers-da915de8.js +0 -4
  1020. package/dist/esm-es5/index-24b48b06.js +0 -4
  1021. package/dist/esm-es5/index-3ad7f18b.js +0 -4
  1022. package/dist/esm-es5/index-5cc724f3.js +0 -4
  1023. package/dist/esm-es5/index-9b0d46f4.js +0 -4
  1024. package/dist/esm-es5/index-a5d50daf.js +0 -4
  1025. package/dist/esm-es5/input-shims-0314bbe5.js +0 -4
  1026. package/dist/esm-es5/input.utils-09c71bc7.js +0 -4
  1027. package/dist/esm-es5/ionic-global-c81d82ab.js +0 -4
  1028. package/dist/esm-es5/ios.transition-4ee1a3af.js +0 -4
  1029. package/dist/esm-es5/keyboard-controller-ec5c2bfa.js +0 -4
  1030. package/dist/esm-es5/md.transition-5106a0d2.js +0 -4
  1031. package/dist/esm-es5/notch-controller-55b09e11.js +0 -4
  1032. package/dist/esm-es5/overlays-ae10d43d.js +0 -4
  1033. package/dist/esm-es5/status-tap-f472b09f.js +0 -4
  1034. package/dist/esm-es5/swipe-back-e5394307.js +0 -4
  1035. package/dist/ionic/p-01186920.system.entry.js +0 -4
  1036. package/dist/ionic/p-0161caf9.system.entry.js +0 -4
  1037. package/dist/ionic/p-0303d0f8.js +0 -4
  1038. package/dist/ionic/p-0437ace4.system.entry.js +0 -4
  1039. package/dist/ionic/p-04fc24ee.system.js +0 -4
  1040. package/dist/ionic/p-0574e87e.js +0 -4
  1041. package/dist/ionic/p-06e58c4e.js +0 -4
  1042. package/dist/ionic/p-06fee233.js +0 -4
  1043. package/dist/ionic/p-081a4ce4.entry.js +0 -4
  1044. package/dist/ionic/p-09cf2394.entry.js +0 -4
  1045. package/dist/ionic/p-0c06e09b.system.js +0 -4
  1046. package/dist/ionic/p-14be4015.entry.js +0 -4
  1047. package/dist/ionic/p-15e76dd1.entry.js +0 -4
  1048. package/dist/ionic/p-16188af7.entry.js +0 -4
  1049. package/dist/ionic/p-16799667.system.entry.js +0 -4
  1050. package/dist/ionic/p-16bfb979.system.entry.js +0 -4
  1051. package/dist/ionic/p-17474161.system.js +0 -4
  1052. package/dist/ionic/p-19ec4f42.entry.js +0 -4
  1053. package/dist/ionic/p-1b7605a7.system.entry.js +0 -4
  1054. package/dist/ionic/p-1c1b8e1f.entry.js +0 -4
  1055. package/dist/ionic/p-1dfc11b3.system.js +0 -4
  1056. package/dist/ionic/p-1e010627.system.entry.js +0 -4
  1057. package/dist/ionic/p-1e41f2aa.system.entry.js +0 -4
  1058. package/dist/ionic/p-1e4371bd.js +0 -4
  1059. package/dist/ionic/p-1e67b266.system.entry.js +0 -4
  1060. package/dist/ionic/p-1ebd1e27.system.entry.js +0 -4
  1061. package/dist/ionic/p-2172893e.system.entry.js +0 -4
  1062. package/dist/ionic/p-21e5e7e4.js +0 -4
  1063. package/dist/ionic/p-2507278c.system.entry.js +0 -4
  1064. package/dist/ionic/p-2690b1de.js +0 -4
  1065. package/dist/ionic/p-2799c6d3.system.entry.js +0 -4
  1066. package/dist/ionic/p-2abae1cc.system.entry.js +0 -4
  1067. package/dist/ionic/p-2b7827c7.js +0 -4
  1068. package/dist/ionic/p-2b838f86.system.entry.js +0 -4
  1069. package/dist/ionic/p-2e46590d.system.entry.js +0 -4
  1070. package/dist/ionic/p-2fc0dafe.entry.js +0 -4
  1071. package/dist/ionic/p-322c5fb4.system.js +0 -4
  1072. package/dist/ionic/p-33a8a71b.entry.js +0 -4
  1073. package/dist/ionic/p-37cb43bd.system.entry.js +0 -4
  1074. package/dist/ionic/p-3ad285e3.system.js +0 -4
  1075. package/dist/ionic/p-3cc276f4.js +0 -4
  1076. package/dist/ionic/p-4439fc2a.entry.js +0 -4
  1077. package/dist/ionic/p-45693d7e.entry.js +0 -4
  1078. package/dist/ionic/p-49a0e74c.entry.js +0 -4
  1079. package/dist/ionic/p-4a274c89.entry.js +0 -4
  1080. package/dist/ionic/p-4c2d5b80.system.js +0 -4
  1081. package/dist/ionic/p-4ec778aa.entry.js +0 -4
  1082. package/dist/ionic/p-52d7a191.entry.js +0 -4
  1083. package/dist/ionic/p-5393e8bb.system.entry.js +0 -4
  1084. package/dist/ionic/p-567de071.system.entry.js +0 -4
  1085. package/dist/ionic/p-5823babc.system.entry.js +0 -4
  1086. package/dist/ionic/p-5972efea.system.entry.js +0 -4
  1087. package/dist/ionic/p-5ab1b709.entry.js +0 -4
  1088. package/dist/ionic/p-5b5c1505.system.entry.js +0 -4
  1089. package/dist/ionic/p-5b932840.entry.js +0 -4
  1090. package/dist/ionic/p-5bd39e5e.system.entry.js +0 -4
  1091. package/dist/ionic/p-5c831f49.js +0 -4
  1092. package/dist/ionic/p-5fce0c0b.system.entry.js +0 -4
  1093. package/dist/ionic/p-62af944c.entry.js +0 -4
  1094. package/dist/ionic/p-63b0abde.system.entry.js +0 -4
  1095. package/dist/ionic/p-66640ff7.system.entry.js +0 -4
  1096. package/dist/ionic/p-6734db42.system.entry.js +0 -4
  1097. package/dist/ionic/p-69066a53.js +0 -4
  1098. package/dist/ionic/p-69666e8a.system.entry.js +0 -4
  1099. package/dist/ionic/p-6d32975a.entry.js +0 -4
  1100. package/dist/ionic/p-72812e99.js +0 -4
  1101. package/dist/ionic/p-72bc8a1c.js +0 -4
  1102. package/dist/ionic/p-7458862e.system.entry.js +0 -4
  1103. package/dist/ionic/p-792919fd.system.js +0 -4
  1104. package/dist/ionic/p-797eeea8.system.entry.js +0 -4
  1105. package/dist/ionic/p-7b30edcc.js +0 -4
  1106. package/dist/ionic/p-7b9a2b23.entry.js +0 -4
  1107. package/dist/ionic/p-7ed1657c.system.entry.js +0 -4
  1108. package/dist/ionic/p-857ca696.system.entry.js +0 -4
  1109. package/dist/ionic/p-8635f5e6.system.js +0 -4
  1110. package/dist/ionic/p-88e63c7d.js +0 -4
  1111. package/dist/ionic/p-8f05ba3b.system.js +0 -4
  1112. package/dist/ionic/p-908d6080.entry.js +0 -4
  1113. package/dist/ionic/p-937a7e21.entry.js +0 -4
  1114. package/dist/ionic/p-95775830.entry.js +0 -4
  1115. package/dist/ionic/p-96cc4814.js +0 -4
  1116. package/dist/ionic/p-98231c01.system.entry.js +0 -4
  1117. package/dist/ionic/p-985a7e17.system.entry.js +0 -4
  1118. package/dist/ionic/p-98ff6b32.entry.js +0 -4
  1119. package/dist/ionic/p-9910f786.entry.js +0 -4
  1120. package/dist/ionic/p-9df2c6fb.entry.js +0 -4
  1121. package/dist/ionic/p-9ee1e8a6.entry.js +0 -4
  1122. package/dist/ionic/p-9f3008d4.system.js +0 -4
  1123. package/dist/ionic/p-9fa07aec.entry.js +0 -4
  1124. package/dist/ionic/p-a1051806.entry.js +0 -4
  1125. package/dist/ionic/p-a15ddedb.system.js +0 -4
  1126. package/dist/ionic/p-a1b9a163.entry.js +0 -4
  1127. package/dist/ionic/p-a34b4d94.entry.js +0 -4
  1128. package/dist/ionic/p-a4565eb5.system.js +0 -4
  1129. package/dist/ionic/p-a49378bb.system.entry.js +0 -4
  1130. package/dist/ionic/p-a61cba41.entry.js +0 -4
  1131. package/dist/ionic/p-a69b9fc5.system.js +0 -4
  1132. package/dist/ionic/p-abe101da.system.js +0 -4
  1133. package/dist/ionic/p-adbc4bdf.entry.js +0 -4
  1134. package/dist/ionic/p-afecb188.entry.js +0 -4
  1135. package/dist/ionic/p-b335ffed.system.entry.js +0 -4
  1136. package/dist/ionic/p-b51e4004.js +0 -4
  1137. package/dist/ionic/p-b82d4cab.js +0 -4
  1138. package/dist/ionic/p-b9d7015f.entry.js +0 -4
  1139. package/dist/ionic/p-bb0db172.entry.js +0 -4
  1140. package/dist/ionic/p-bc36ad98.system.entry.js +0 -4
  1141. package/dist/ionic/p-bdad26e3.entry.js +0 -4
  1142. package/dist/ionic/p-c29f8157.system.entry.js +0 -4
  1143. package/dist/ionic/p-c2b74d92.system.entry.js +0 -4
  1144. package/dist/ionic/p-c41ac815.entry.js +0 -4
  1145. package/dist/ionic/p-c468af8a.system.js +0 -4
  1146. package/dist/ionic/p-c61cc894.js +0 -4
  1147. package/dist/ionic/p-c9f3a539.entry.js +0 -4
  1148. package/dist/ionic/p-ca065903.system.entry.js +0 -4
  1149. package/dist/ionic/p-cac0e0b3.system.entry.js +0 -4
  1150. package/dist/ionic/p-d18ab582.system.entry.js +0 -4
  1151. package/dist/ionic/p-d47265c8.js +0 -4
  1152. package/dist/ionic/p-d6841eac.js +0 -4
  1153. package/dist/ionic/p-d7aa6b00.entry.js +0 -4
  1154. package/dist/ionic/p-d7e982e7.system.entry.js +0 -4
  1155. package/dist/ionic/p-da074ff7.entry.js +0 -4
  1156. package/dist/ionic/p-db0c8e7d.entry.js +0 -4
  1157. package/dist/ionic/p-de930745.entry.js +0 -4
  1158. package/dist/ionic/p-dfb78785.system.js +0 -4
  1159. package/dist/ionic/p-e2252ad6.entry.js +0 -4
  1160. package/dist/ionic/p-e4ee80be.system.entry.js +0 -4
  1161. package/dist/ionic/p-e563a35c.entry.js +0 -4
  1162. package/dist/ionic/p-e7ed4a7f.system.js +0 -4
  1163. package/dist/ionic/p-e9a173ed.entry.js +0 -4
  1164. package/dist/ionic/p-eba29931.entry.js +0 -4
  1165. package/dist/ionic/p-ebf042e0.system.entry.js +0 -4
  1166. package/dist/ionic/p-ecceeb90.js +0 -4
  1167. package/dist/ionic/p-ed75fcfb.system.entry.js +0 -4
  1168. package/dist/ionic/p-ee7ba749.entry.js +0 -4
  1169. package/dist/ionic/p-efaffe74.entry.js +0 -4
  1170. package/dist/ionic/p-f10b70a1.entry.js +0 -4
  1171. package/dist/ionic/p-f1acf541.system.entry.js +0 -4
  1172. package/dist/ionic/p-f3102647.system.entry.js +0 -4
  1173. package/dist/ionic/p-fca6ef5f.system.entry.js +0 -4
  1174. package/dist/ionic/p-ff4b7e40.system.js +0 -4
  1175. /package/dist/collection/components/{input-password-toggle/input-password-toggle.css → refresher-content/refresher-content.css} +0 -0
@@ -14,7 +14,7 @@
14
14
  },
15
15
  {
16
16
  "name": "mode",
17
- "description": "The mode determines which platform styles to use.",
17
+ "description": "The mode determines the platform behaviors of the component.",
18
18
  "values": [
19
19
  {
20
20
  "name": "ios"
@@ -28,6 +28,21 @@
28
28
  "name": "readonly",
29
29
  "description": "If `true`, the accordion cannot be interacted with,\nbut does not alter the opacity."
30
30
  },
31
+ {
32
+ "name": "theme",
33
+ "description": "The theme determines the visual appearance of the component.",
34
+ "values": [
35
+ {
36
+ "name": "ios"
37
+ },
38
+ {
39
+ "name": "md"
40
+ },
41
+ {
42
+ "name": "ionic"
43
+ }
44
+ ]
45
+ },
31
46
  {
32
47
  "name": "toggle-icon",
33
48
  "description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed."
@@ -85,7 +100,7 @@
85
100
  },
86
101
  {
87
102
  "name": "mode",
88
- "description": "The mode determines which platform styles to use.",
103
+ "description": "The mode determines the platform behaviors of the component.",
89
104
  "values": [
90
105
  {
91
106
  "name": "ios"
@@ -103,6 +118,36 @@
103
118
  "name": "readonly",
104
119
  "description": "If `true`, the accordion group cannot be interacted with,\nbut does not alter the opacity."
105
120
  },
121
+ {
122
+ "name": "shape",
123
+ "description": "Set to `\"soft\"` for an accordion group with slightly rounded corners,\n`\"round\"` for an accordion group with fully rounded corners, or\n`\"rectangular\"` for an accordion group without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.\nOnly applies when `expand` is set to `\"inset\"`.",
124
+ "values": [
125
+ {
126
+ "name": "rectangular"
127
+ },
128
+ {
129
+ "name": "round"
130
+ },
131
+ {
132
+ "name": "soft"
133
+ }
134
+ ]
135
+ },
136
+ {
137
+ "name": "theme",
138
+ "description": "The theme determines the visual appearance of the component.",
139
+ "values": [
140
+ {
141
+ "name": "ios"
142
+ },
143
+ {
144
+ "name": "md"
145
+ },
146
+ {
147
+ "name": "ionic"
148
+ }
149
+ ]
150
+ },
106
151
  {
107
152
  "name": "value",
108
153
  "description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`"
@@ -148,7 +193,7 @@
148
193
  },
149
194
  {
150
195
  "name": "mode",
151
- "description": "The mode determines which platform styles to use.",
196
+ "description": "The mode determines the platform behaviors of the component.",
152
197
  "values": [
153
198
  {
154
199
  "name": "ios"
@@ -162,9 +207,24 @@
162
207
  "name": "sub-header",
163
208
  "description": "Subtitle for the action sheet."
164
209
  },
210
+ {
211
+ "name": "theme",
212
+ "description": "The theme determines the visual appearance of the component.",
213
+ "values": [
214
+ {
215
+ "name": "ios"
216
+ },
217
+ {
218
+ "name": "md"
219
+ },
220
+ {
221
+ "name": "ionic"
222
+ }
223
+ ]
224
+ },
165
225
  {
166
226
  "name": "translucent",
167
- "description": "If `true`, the action sheet will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
227
+ "description": "If `true`, the action sheet will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
168
228
  },
169
229
  {
170
230
  "name": "trigger",
@@ -215,7 +275,7 @@
215
275
  },
216
276
  {
217
277
  "name": "mode",
218
- "description": "The mode determines which platform styles to use.",
278
+ "description": "The mode determines the platform behaviors of the component.",
219
279
  "values": [
220
280
  {
221
281
  "name": "ios"
@@ -229,9 +289,24 @@
229
289
  "name": "sub-header",
230
290
  "description": "The subtitle in the heading of the alert. Displayed under the title."
231
291
  },
292
+ {
293
+ "name": "theme",
294
+ "description": "The theme determines the visual appearance of the component.",
295
+ "values": [
296
+ {
297
+ "name": "ios"
298
+ },
299
+ {
300
+ "name": "md"
301
+ },
302
+ {
303
+ "name": "ionic"
304
+ }
305
+ ]
306
+ },
232
307
  {
233
308
  "name": "translucent",
234
- "description": "If `true`, the alert will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
309
+ "description": "If `true`, the alert will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
235
310
  },
236
311
  {
237
312
  "name": "trigger",
@@ -251,7 +326,35 @@
251
326
  "kind": "markdown",
252
327
  "value": ""
253
328
  },
254
- "attributes": [],
329
+ "attributes": [
330
+ {
331
+ "name": "mode",
332
+ "description": "The mode determines the platform behaviors of the component.",
333
+ "values": [
334
+ {
335
+ "name": "ios"
336
+ },
337
+ {
338
+ "name": "md"
339
+ }
340
+ ]
341
+ },
342
+ {
343
+ "name": "theme",
344
+ "description": "The theme determines the visual appearance of the component.",
345
+ "values": [
346
+ {
347
+ "name": "ios"
348
+ },
349
+ {
350
+ "name": "md"
351
+ },
352
+ {
353
+ "name": "ionic"
354
+ }
355
+ ]
356
+ }
357
+ ],
255
358
  "references": [
256
359
  {
257
360
  "name": "Source code",
@@ -265,7 +368,74 @@
265
368
  "kind": "markdown",
266
369
  "value": ""
267
370
  },
268
- "attributes": [],
371
+ "attributes": [
372
+ {
373
+ "name": "mode",
374
+ "description": "The mode determines the platform behaviors of the component.",
375
+ "values": [
376
+ {
377
+ "name": "ios"
378
+ },
379
+ {
380
+ "name": "md"
381
+ }
382
+ ]
383
+ },
384
+ {
385
+ "name": "shape",
386
+ "description": "Set to `\"soft\"` for an avatar with slightly rounded corners,\n`\"round\"` for an avatar with fully rounded corners, or `\"rectangular\"`\nfor an avatar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
387
+ "values": [
388
+ {
389
+ "name": "rectangular"
390
+ },
391
+ {
392
+ "name": "round"
393
+ },
394
+ {
395
+ "name": "soft"
396
+ }
397
+ ]
398
+ },
399
+ {
400
+ "name": "size",
401
+ "description": "Set to `\"xxsmall\"` for the smallest size.\nSet to `\"xsmall\"` for a very small size.\nSet to `\"small\"` for a compact size.\nSet to `\"medium\"` for the default height and width.\nSet to `\"large\"` for a larger size.\nSet to `\"xlarge\"` for the largest dimensions.\n\nDefaults to `\"medium\"` for the `ionic` theme, undefined for all other themes.",
402
+ "values": [
403
+ {
404
+ "name": "large"
405
+ },
406
+ {
407
+ "name": "medium"
408
+ },
409
+ {
410
+ "name": "small"
411
+ },
412
+ {
413
+ "name": "xlarge"
414
+ },
415
+ {
416
+ "name": "xsmall"
417
+ },
418
+ {
419
+ "name": "xxsmall"
420
+ }
421
+ ]
422
+ },
423
+ {
424
+ "name": "theme",
425
+ "description": "The theme determines the visual appearance of the component.",
426
+ "values": [
427
+ {
428
+ "name": "ios"
429
+ },
430
+ {
431
+ "name": "md"
432
+ },
433
+ {
434
+ "name": "ionic"
435
+ }
436
+ ]
437
+ }
438
+ ],
269
439
  "references": [
270
440
  {
271
441
  "name": "Source code",
@@ -327,7 +497,7 @@
327
497
  },
328
498
  {
329
499
  "name": "mode",
330
- "description": "The mode determines which platform styles to use.",
500
+ "description": "The mode determines the platform behaviors of the component.",
331
501
  "values": [
332
502
  {
333
503
  "name": "ios"
@@ -341,6 +511,21 @@
341
511
  "name": "text",
342
512
  "description": "The text to display in the back button."
343
513
  },
514
+ {
515
+ "name": "theme",
516
+ "description": "The theme determines the visual appearance of the component.",
517
+ "values": [
518
+ {
519
+ "name": "ios"
520
+ },
521
+ {
522
+ "name": "md"
523
+ },
524
+ {
525
+ "name": "ionic"
526
+ }
527
+ ]
528
+ },
344
529
  {
345
530
  "name": "type",
346
531
  "description": "The type of the button.",
@@ -371,6 +556,18 @@
371
556
  "value": ""
372
557
  },
373
558
  "attributes": [
559
+ {
560
+ "name": "mode",
561
+ "description": "The mode determines the platform behaviors of the component.",
562
+ "values": [
563
+ {
564
+ "name": "ios"
565
+ },
566
+ {
567
+ "name": "md"
568
+ }
569
+ ]
570
+ },
374
571
  {
375
572
  "name": "stop-propagation",
376
573
  "description": "If `true`, the backdrop will stop propagation on tap."
@@ -379,6 +576,21 @@
379
576
  "name": "tappable",
380
577
  "description": "If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event."
381
578
  },
579
+ {
580
+ "name": "theme",
581
+ "description": "The theme determines the visual appearance of the component.",
582
+ "values": [
583
+ {
584
+ "name": "ios"
585
+ },
586
+ {
587
+ "name": "md"
588
+ },
589
+ {
590
+ "name": "ionic"
591
+ }
592
+ ]
593
+ },
382
594
  {
383
595
  "name": "visible",
384
596
  "description": "If `true`, the backdrop will be visible."
@@ -433,13 +645,61 @@
433
645
  },
434
646
  {
435
647
  "name": "mode",
436
- "description": "The mode determines which platform styles to use.",
648
+ "description": "The mode determines the platform behaviors of the component.",
649
+ "values": [
650
+ {
651
+ "name": "ios"
652
+ },
653
+ {
654
+ "name": "md"
655
+ }
656
+ ]
657
+ },
658
+ {
659
+ "name": "shape",
660
+ "description": "Set to `\"rectangular\"` for non-rounded corners.\nSet to `\"soft\"` for slightly rounded corners.\nSet to `\"round\"` for fully rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
661
+ "values": [
662
+ {
663
+ "name": "soft"
664
+ }
665
+ ]
666
+ },
667
+ {
668
+ "name": "size",
669
+ "description": "Set to `\"xxsmall\"` for the smallest badge.\nSet to \"xsmall\" for a very small badge.\nSet to `\"small\"` for a small badge.\nSet to \"medium\" for a medium badge.\nSet to \"large\" for a large badge.\nSet to `\"xlarge\"` for the largest badge.\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
670
+ "values": [
671
+ {
672
+ "name": "large"
673
+ },
674
+ {
675
+ "name": "medium"
676
+ },
677
+ {
678
+ "name": "small"
679
+ },
680
+ {
681
+ "name": "xlarge"
682
+ },
683
+ {
684
+ "name": "xsmall"
685
+ },
686
+ {
687
+ "name": "xxsmall"
688
+ }
689
+ ]
690
+ },
691
+ {
692
+ "name": "theme",
693
+ "description": "The theme determines the visual appearance of the component.",
437
694
  "values": [
438
695
  {
439
696
  "name": "ios"
440
697
  },
441
698
  {
442
699
  "name": "md"
700
+ },
701
+ {
702
+ "name": "ionic"
443
703
  }
444
704
  ]
445
705
  }
@@ -509,7 +769,7 @@
509
769
  },
510
770
  {
511
771
  "name": "mode",
512
- "description": "The mode determines which platform styles to use.",
772
+ "description": "The mode determines the platform behaviors of the component.",
513
773
  "values": [
514
774
  {
515
775
  "name": "ios"
@@ -545,6 +805,21 @@
545
805
  {
546
806
  "name": "target",
547
807
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
808
+ },
809
+ {
810
+ "name": "theme",
811
+ "description": "The theme determines the visual appearance of the component.",
812
+ "values": [
813
+ {
814
+ "name": "ios"
815
+ },
816
+ {
817
+ "name": "md"
818
+ },
819
+ {
820
+ "name": "ionic"
821
+ }
822
+ ]
548
823
  }
549
824
  ],
550
825
  "references": [
@@ -608,13 +883,28 @@
608
883
  },
609
884
  {
610
885
  "name": "mode",
611
- "description": "The mode determines which platform styles to use.",
886
+ "description": "The mode determines the platform behaviors of the component.",
887
+ "values": [
888
+ {
889
+ "name": "ios"
890
+ },
891
+ {
892
+ "name": "md"
893
+ }
894
+ ]
895
+ },
896
+ {
897
+ "name": "theme",
898
+ "description": "The theme determines the visual appearance of the component.",
612
899
  "values": [
613
900
  {
614
901
  "name": "ios"
615
902
  },
616
903
  {
617
904
  "name": "md"
905
+ },
906
+ {
907
+ "name": "ionic"
618
908
  }
619
909
  ]
620
910
  }
@@ -718,7 +1008,7 @@
718
1008
  },
719
1009
  {
720
1010
  "name": "mode",
721
- "description": "The mode determines which platform styles to use.",
1011
+ "description": "The mode determines the platform behaviors of the component.",
722
1012
  "values": [
723
1013
  {
724
1014
  "name": "ios"
@@ -749,10 +1039,16 @@
749
1039
  },
750
1040
  {
751
1041
  "name": "shape",
752
- "description": "Set to `\"round\"` for a button with more rounded corners.",
1042
+ "description": "Set to `\"soft\"` for a button with slightly rounded corners, `\"round\"` for a button with fully\nrounded corners, or `\"rectangular\"` for a button without rounded corners.\nDefaults to `\"soft\"` for the `\"ios\"` theme and `\"round\"` for all other themes.",
753
1043
  "values": [
1044
+ {
1045
+ "name": "rectangular"
1046
+ },
754
1047
  {
755
1048
  "name": "round"
1049
+ },
1050
+ {
1051
+ "name": "soft"
756
1052
  }
757
1053
  ]
758
1054
  },
@@ -768,6 +1064,12 @@
768
1064
  },
769
1065
  {
770
1066
  "name": "small"
1067
+ },
1068
+ {
1069
+ "name": "xlarge"
1070
+ },
1071
+ {
1072
+ "name": "xsmall"
771
1073
  }
772
1074
  ]
773
1075
  },
@@ -779,6 +1081,21 @@
779
1081
  "name": "target",
780
1082
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
781
1083
  },
1084
+ {
1085
+ "name": "theme",
1086
+ "description": "The theme determines the visual appearance of the component.",
1087
+ "values": [
1088
+ {
1089
+ "name": "ios"
1090
+ },
1091
+ {
1092
+ "name": "md"
1093
+ },
1094
+ {
1095
+ "name": "ionic"
1096
+ }
1097
+ ]
1098
+ },
782
1099
  {
783
1100
  "name": "type",
784
1101
  "description": "The type of the button.",
@@ -811,7 +1128,34 @@
811
1128
  "attributes": [
812
1129
  {
813
1130
  "name": "collapse",
814
- "description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in `ios` mode with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)"
1131
+ "description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in the `ios` theme with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)"
1132
+ },
1133
+ {
1134
+ "name": "mode",
1135
+ "description": "The mode determines the platform behaviors of the component.",
1136
+ "values": [
1137
+ {
1138
+ "name": "ios"
1139
+ },
1140
+ {
1141
+ "name": "md"
1142
+ }
1143
+ ]
1144
+ },
1145
+ {
1146
+ "name": "theme",
1147
+ "description": "The theme determines the visual appearance of the component.",
1148
+ "values": [
1149
+ {
1150
+ "name": "ios"
1151
+ },
1152
+ {
1153
+ "name": "md"
1154
+ },
1155
+ {
1156
+ "name": "ionic"
1157
+ }
1158
+ ]
815
1159
  }
816
1160
  ],
817
1161
  "references": [
@@ -879,7 +1223,7 @@
879
1223
  },
880
1224
  {
881
1225
  "name": "mode",
882
- "description": "The mode determines which platform styles to use.",
1226
+ "description": "The mode determines the platform behaviors of the component.",
883
1227
  "values": [
884
1228
  {
885
1229
  "name": "ios"
@@ -908,10 +1252,40 @@
908
1252
  }
909
1253
  ]
910
1254
  },
1255
+ {
1256
+ "name": "shape",
1257
+ "description": "Set to `\"soft\"` for a card with slightly rounded corners, `\"round\"` for a card with more\nrounded corners, or `\"rectangular\"` for a card without rounded corners.\nDefaults to `\"round\"`.",
1258
+ "values": [
1259
+ {
1260
+ "name": "rectangular"
1261
+ },
1262
+ {
1263
+ "name": "round"
1264
+ },
1265
+ {
1266
+ "name": "soft"
1267
+ }
1268
+ ]
1269
+ },
911
1270
  {
912
1271
  "name": "target",
913
1272
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
914
1273
  },
1274
+ {
1275
+ "name": "theme",
1276
+ "description": "The theme determines the visual appearance of the component.",
1277
+ "values": [
1278
+ {
1279
+ "name": "ios"
1280
+ },
1281
+ {
1282
+ "name": "md"
1283
+ },
1284
+ {
1285
+ "name": "ionic"
1286
+ }
1287
+ ]
1288
+ },
915
1289
  {
916
1290
  "name": "type",
917
1291
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -944,13 +1318,28 @@
944
1318
  "attributes": [
945
1319
  {
946
1320
  "name": "mode",
947
- "description": "The mode determines which platform styles to use.",
1321
+ "description": "The mode determines the platform behaviors of the component.",
1322
+ "values": [
1323
+ {
1324
+ "name": "ios"
1325
+ },
1326
+ {
1327
+ "name": "md"
1328
+ }
1329
+ ]
1330
+ },
1331
+ {
1332
+ "name": "theme",
1333
+ "description": "The theme determines the visual appearance of the component.",
948
1334
  "values": [
949
1335
  {
950
1336
  "name": "ios"
951
1337
  },
952
1338
  {
953
1339
  "name": "md"
1340
+ },
1341
+ {
1342
+ "name": "ionic"
954
1343
  }
955
1344
  ]
956
1345
  }
@@ -1004,19 +1393,34 @@
1004
1393
  },
1005
1394
  {
1006
1395
  "name": "mode",
1007
- "description": "The mode determines which platform styles to use.",
1396
+ "description": "The mode determines the platform behaviors of the component.",
1397
+ "values": [
1398
+ {
1399
+ "name": "ios"
1400
+ },
1401
+ {
1402
+ "name": "md"
1403
+ }
1404
+ ]
1405
+ },
1406
+ {
1407
+ "name": "theme",
1408
+ "description": "The theme determines the visual appearance of the component.",
1008
1409
  "values": [
1009
1410
  {
1010
1411
  "name": "ios"
1011
1412
  },
1012
1413
  {
1013
1414
  "name": "md"
1415
+ },
1416
+ {
1417
+ "name": "ionic"
1014
1418
  }
1015
1419
  ]
1016
1420
  },
1017
1421
  {
1018
1422
  "name": "translucent",
1019
- "description": "If `true`, the card header will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
1423
+ "description": "If `true`, the card header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
1020
1424
  }
1021
1425
  ],
1022
1426
  "references": [
@@ -1068,13 +1472,28 @@
1068
1472
  },
1069
1473
  {
1070
1474
  "name": "mode",
1071
- "description": "The mode determines which platform styles to use.",
1475
+ "description": "The mode determines the platform behaviors of the component.",
1476
+ "values": [
1477
+ {
1478
+ "name": "ios"
1479
+ },
1480
+ {
1481
+ "name": "md"
1482
+ }
1483
+ ]
1484
+ },
1485
+ {
1486
+ "name": "theme",
1487
+ "description": "The theme determines the visual appearance of the component.",
1072
1488
  "values": [
1073
1489
  {
1074
1490
  "name": "ios"
1075
1491
  },
1076
1492
  {
1077
1493
  "name": "md"
1494
+ },
1495
+ {
1496
+ "name": "ionic"
1078
1497
  }
1079
1498
  ]
1080
1499
  }
@@ -1128,13 +1547,28 @@
1128
1547
  },
1129
1548
  {
1130
1549
  "name": "mode",
1131
- "description": "The mode determines which platform styles to use.",
1550
+ "description": "The mode determines the platform behaviors of the component.",
1551
+ "values": [
1552
+ {
1553
+ "name": "ios"
1554
+ },
1555
+ {
1556
+ "name": "md"
1557
+ }
1558
+ ]
1559
+ },
1560
+ {
1561
+ "name": "theme",
1562
+ "description": "The theme determines the visual appearance of the component.",
1132
1563
  "values": [
1133
1564
  {
1134
1565
  "name": "ios"
1135
1566
  },
1136
1567
  {
1137
1568
  "name": "md"
1569
+ },
1570
+ {
1571
+ "name": "ionic"
1138
1572
  }
1139
1573
  ]
1140
1574
  }
@@ -1245,7 +1679,7 @@
1245
1679
  },
1246
1680
  {
1247
1681
  "name": "mode",
1248
- "description": "The mode determines which platform styles to use.",
1682
+ "description": "The mode determines the platform behaviors of the component.",
1249
1683
  "values": [
1250
1684
  {
1251
1685
  "name": "ios"
@@ -1259,6 +1693,42 @@
1259
1693
  "name": "name",
1260
1694
  "description": "The name of the control, which is submitted with the form data."
1261
1695
  },
1696
+ {
1697
+ "name": "shape",
1698
+ "description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
1699
+ "values": [
1700
+ {
1701
+ "name": "rectangular"
1702
+ },
1703
+ {
1704
+ "name": "soft"
1705
+ }
1706
+ ]
1707
+ },
1708
+ {
1709
+ "name": "size",
1710
+ "description": "Set to `\"small\"` for a checkbox with less height and padding.",
1711
+ "values": [
1712
+ {
1713
+ "name": "small"
1714
+ }
1715
+ ]
1716
+ },
1717
+ {
1718
+ "name": "theme",
1719
+ "description": "The theme determines the visual appearance of the component.",
1720
+ "values": [
1721
+ {
1722
+ "name": "ios"
1723
+ },
1724
+ {
1725
+ "name": "md"
1726
+ },
1727
+ {
1728
+ "name": "ionic"
1729
+ }
1730
+ ]
1731
+ },
1262
1732
  {
1263
1733
  "name": "value",
1264
1734
  "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>`."
@@ -1317,7 +1787,7 @@
1317
1787
  },
1318
1788
  {
1319
1789
  "name": "mode",
1320
- "description": "The mode determines which platform styles to use.",
1790
+ "description": "The mode determines the platform behaviors of the component.",
1321
1791
  "values": [
1322
1792
  {
1323
1793
  "name": "ios"
@@ -1330,6 +1800,48 @@
1330
1800
  {
1331
1801
  "name": "outline",
1332
1802
  "description": "Display an outline style button."
1803
+ },
1804
+ {
1805
+ "name": "shape",
1806
+ "description": "Set to `\"soft\"` for a chip with slightly rounded corners, `\"round\"` for a chip with fully\nrounded corners, or `\"rectangular\"` for a chip without rounded corners.\nDefaults to `\"round\"` for the `\"ionic\"` theme and `\"soft\"` for all other themes.",
1807
+ "values": [
1808
+ {
1809
+ "name": "rectangular"
1810
+ },
1811
+ {
1812
+ "name": "round"
1813
+ },
1814
+ {
1815
+ "name": "soft"
1816
+ }
1817
+ ]
1818
+ },
1819
+ {
1820
+ "name": "size",
1821
+ "description": "Set to `\"small\"` for a chip with less height and padding.\n\nDefaults to `\"large\"` for the ionic theme, and undefined for all other themes.",
1822
+ "values": [
1823
+ {
1824
+ "name": "large"
1825
+ },
1826
+ {
1827
+ "name": "small"
1828
+ }
1829
+ ]
1830
+ },
1831
+ {
1832
+ "name": "theme",
1833
+ "description": "The theme determines the visual appearance of the component.",
1834
+ "values": [
1835
+ {
1836
+ "name": "ios"
1837
+ },
1838
+ {
1839
+ "name": "md"
1840
+ },
1841
+ {
1842
+ "name": "ionic"
1843
+ }
1844
+ ]
1333
1845
  }
1334
1846
  ],
1335
1847
  "references": [
@@ -1346,6 +1858,18 @@
1346
1858
  "value": ""
1347
1859
  },
1348
1860
  "attributes": [
1861
+ {
1862
+ "name": "mode",
1863
+ "description": "The mode determines the platform behaviors of the component.",
1864
+ "values": [
1865
+ {
1866
+ "name": "ios"
1867
+ },
1868
+ {
1869
+ "name": "md"
1870
+ }
1871
+ ]
1872
+ },
1349
1873
  {
1350
1874
  "name": "offset",
1351
1875
  "description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available."
@@ -1441,6 +1965,21 @@
1441
1965
  {
1442
1966
  "name": "size-xs",
1443
1967
  "description": "The size of the column for xs screens, in terms of how many columns it should take up out\nof the total available. If `\"auto\"` is passed, the column will be the size of its content."
1968
+ },
1969
+ {
1970
+ "name": "theme",
1971
+ "description": "The theme determines the visual appearance of the component.",
1972
+ "values": [
1973
+ {
1974
+ "name": "ios"
1975
+ },
1976
+ {
1977
+ "name": "md"
1978
+ },
1979
+ {
1980
+ "name": "ionic"
1981
+ }
1982
+ ]
1444
1983
  }
1445
1984
  ],
1446
1985
  "references": [
@@ -1510,6 +2049,18 @@
1510
2049
  "name": "fullscreen",
1511
2050
  "description": "If `true`, the content will scroll behind the headers\nand footers. This effect can easily be seen by setting the toolbar\nto transparent."
1512
2051
  },
2052
+ {
2053
+ "name": "mode",
2054
+ "description": "The mode determines the platform behaviors of the component.",
2055
+ "values": [
2056
+ {
2057
+ "name": "ios"
2058
+ },
2059
+ {
2060
+ "name": "md"
2061
+ }
2062
+ ]
2063
+ },
1513
2064
  {
1514
2065
  "name": "scroll-events",
1515
2066
  "description": "Because of performance reasons, ionScroll events are disabled by default, in order to enable them\nand start listening from (ionScroll), set this property to `true`."
@@ -1521,6 +2072,21 @@
1521
2072
  {
1522
2073
  "name": "scroll-y",
1523
2074
  "description": "If you want to disable the content scrolling in the Y axis, set this property to `false`."
2075
+ },
2076
+ {
2077
+ "name": "theme",
2078
+ "description": "The theme determines the visual appearance of the component.",
2079
+ "values": [
2080
+ {
2081
+ "name": "ios"
2082
+ },
2083
+ {
2084
+ "name": "md"
2085
+ },
2086
+ {
2087
+ "name": "ionic"
2088
+ }
2089
+ ]
1524
2090
  }
1525
2091
  ],
1526
2092
  "references": [
@@ -1634,7 +2200,7 @@
1634
2200
  },
1635
2201
  {
1636
2202
  "name": "mode",
1637
- "description": "The mode determines which platform styles to use.",
2203
+ "description": "The mode determines the platform behaviors of the component.",
1638
2204
  "values": [
1639
2205
  {
1640
2206
  "name": "ios"
@@ -1719,6 +2285,21 @@
1719
2285
  }
1720
2286
  ]
1721
2287
  },
2288
+ {
2289
+ "name": "theme",
2290
+ "description": "The theme determines the visual appearance of the component.",
2291
+ "values": [
2292
+ {
2293
+ "name": "ios"
2294
+ },
2295
+ {
2296
+ "name": "md"
2297
+ },
2298
+ {
2299
+ "name": "ionic"
2300
+ }
2301
+ ]
2302
+ },
1722
2303
  {
1723
2304
  "name": "value",
1724
2305
  "description": "The value of the datetime as a valid ISO 8601 datetime string.\nThis should be an array of strings only when `multiple=\"true\"`."
@@ -1785,7 +2366,7 @@
1785
2366
  },
1786
2367
  {
1787
2368
  "name": "mode",
1788
- "description": "The mode determines which platform styles to use.",
2369
+ "description": "The mode determines the platform behaviors of the component.",
1789
2370
  "values": [
1790
2371
  {
1791
2372
  "name": "ios"
@@ -1794,14 +2375,29 @@
1794
2375
  "name": "md"
1795
2376
  }
1796
2377
  ]
1797
- }
1798
- ],
1799
- "references": [
2378
+ },
1800
2379
  {
1801
- "name": "Source code",
1802
- "url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/datetime-button/datetime-button.tsx"
1803
- }
1804
- ]
2380
+ "name": "theme",
2381
+ "description": "The theme determines the visual appearance of the component.",
2382
+ "values": [
2383
+ {
2384
+ "name": "ios"
2385
+ },
2386
+ {
2387
+ "name": "md"
2388
+ },
2389
+ {
2390
+ "name": "ionic"
2391
+ }
2392
+ ]
2393
+ }
2394
+ ],
2395
+ "references": [
2396
+ {
2397
+ "name": "Source code",
2398
+ "url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/datetime-button/datetime-button.tsx"
2399
+ }
2400
+ ]
1805
2401
  },
1806
2402
  {
1807
2403
  "name": "ion-fab",
@@ -1833,6 +2429,33 @@
1833
2429
  }
1834
2430
  ]
1835
2431
  },
2432
+ {
2433
+ "name": "mode",
2434
+ "description": "The mode determines the platform behaviors of the component.",
2435
+ "values": [
2436
+ {
2437
+ "name": "ios"
2438
+ },
2439
+ {
2440
+ "name": "md"
2441
+ }
2442
+ ]
2443
+ },
2444
+ {
2445
+ "name": "theme",
2446
+ "description": "The theme determines the visual appearance of the component.",
2447
+ "values": [
2448
+ {
2449
+ "name": "ios"
2450
+ },
2451
+ {
2452
+ "name": "md"
2453
+ },
2454
+ {
2455
+ "name": "ionic"
2456
+ }
2457
+ ]
2458
+ },
1836
2459
  {
1837
2460
  "name": "vertical",
1838
2461
  "description": "Where to align the fab vertically in the viewport.",
@@ -1918,7 +2541,7 @@
1918
2541
  },
1919
2542
  {
1920
2543
  "name": "mode",
1921
- "description": "The mode determines which platform styles to use.",
2544
+ "description": "The mode determines the platform behaviors of the component.",
1922
2545
  "values": [
1923
2546
  {
1924
2547
  "name": "ios"
@@ -1964,9 +2587,24 @@
1964
2587
  "name": "target",
1965
2588
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
1966
2589
  },
2590
+ {
2591
+ "name": "theme",
2592
+ "description": "The theme determines the visual appearance of the component.",
2593
+ "values": [
2594
+ {
2595
+ "name": "ios"
2596
+ },
2597
+ {
2598
+ "name": "md"
2599
+ },
2600
+ {
2601
+ "name": "ionic"
2602
+ }
2603
+ ]
2604
+ },
1967
2605
  {
1968
2606
  "name": "translucent",
1969
- "description": "If `true`, the fab button will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
2607
+ "description": "If `true`, the fab button will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
1970
2608
  },
1971
2609
  {
1972
2610
  "name": "type",
@@ -2002,6 +2640,18 @@
2002
2640
  "name": "activated",
2003
2641
  "description": "If `true`, the fab list will show all fab buttons in the list."
2004
2642
  },
2643
+ {
2644
+ "name": "mode",
2645
+ "description": "The mode determines the platform behaviors of the component.",
2646
+ "values": [
2647
+ {
2648
+ "name": "ios"
2649
+ },
2650
+ {
2651
+ "name": "md"
2652
+ }
2653
+ ]
2654
+ },
2005
2655
  {
2006
2656
  "name": "side",
2007
2657
  "description": "The side the fab list will show on relative to the main fab button.",
@@ -2019,6 +2669,21 @@
2019
2669
  "name": "top"
2020
2670
  }
2021
2671
  ]
2672
+ },
2673
+ {
2674
+ "name": "theme",
2675
+ "description": "The theme determines the visual appearance of the component.",
2676
+ "values": [
2677
+ {
2678
+ "name": "ios"
2679
+ },
2680
+ {
2681
+ "name": "md"
2682
+ },
2683
+ {
2684
+ "name": "ionic"
2685
+ }
2686
+ ]
2022
2687
  }
2023
2688
  ],
2024
2689
  "references": [
@@ -2037,7 +2702,7 @@
2037
2702
  "attributes": [
2038
2703
  {
2039
2704
  "name": "collapse",
2040
- "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
2705
+ "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
2041
2706
  "values": [
2042
2707
  {
2043
2708
  "name": "fade"
@@ -2046,7 +2711,7 @@
2046
2711
  },
2047
2712
  {
2048
2713
  "name": "mode",
2049
- "description": "The mode determines which platform styles to use.",
2714
+ "description": "The mode determines the platform behaviors of the component.",
2050
2715
  "values": [
2051
2716
  {
2052
2717
  "name": "ios"
@@ -2056,9 +2721,24 @@
2056
2721
  }
2057
2722
  ]
2058
2723
  },
2724
+ {
2725
+ "name": "theme",
2726
+ "description": "The theme determines the visual appearance of the component.",
2727
+ "values": [
2728
+ {
2729
+ "name": "ios"
2730
+ },
2731
+ {
2732
+ "name": "md"
2733
+ },
2734
+ {
2735
+ "name": "ionic"
2736
+ }
2737
+ ]
2738
+ },
2059
2739
  {
2060
2740
  "name": "translucent",
2061
- "description": "If `true`, the footer will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the footer, the `fullscreen`\nattribute needs to be set on the content."
2741
+ "description": "If `true`, the footer will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the footer, the `fullscreen`\nattribute needs to be set on the content."
2062
2742
  }
2063
2743
  ],
2064
2744
  "references": [
@@ -2078,6 +2758,33 @@
2078
2758
  {
2079
2759
  "name": "fixed",
2080
2760
  "description": "If `true`, the grid will have a fixed width based on the screen size."
2761
+ },
2762
+ {
2763
+ "name": "mode",
2764
+ "description": "The mode determines the platform behaviors of the component.",
2765
+ "values": [
2766
+ {
2767
+ "name": "ios"
2768
+ },
2769
+ {
2770
+ "name": "md"
2771
+ }
2772
+ ]
2773
+ },
2774
+ {
2775
+ "name": "theme",
2776
+ "description": "The theme determines the visual appearance of the component.",
2777
+ "values": [
2778
+ {
2779
+ "name": "ios"
2780
+ },
2781
+ {
2782
+ "name": "md"
2783
+ },
2784
+ {
2785
+ "name": "ionic"
2786
+ }
2787
+ ]
2081
2788
  }
2082
2789
  ],
2083
2790
  "references": [
@@ -2096,7 +2803,7 @@
2096
2803
  "attributes": [
2097
2804
  {
2098
2805
  "name": "collapse",
2099
- "description": "Describes the scroll effect that will be applied to the header.\nOnly applies in iOS mode.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
2806
+ "description": "Describes the scroll effect that will be applied to the header.\nOnly applies when the theme is `\"ios\"`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
2100
2807
  "values": [
2101
2808
  {
2102
2809
  "name": "condense"
@@ -2106,21 +2813,40 @@
2106
2813
  }
2107
2814
  ]
2108
2815
  },
2816
+ {
2817
+ "name": "divider",
2818
+ "description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes"
2819
+ },
2109
2820
  {
2110
2821
  "name": "mode",
2111
- "description": "The mode determines which platform styles to use.",
2822
+ "description": "The mode determines the platform behaviors of the component.",
2823
+ "values": [
2824
+ {
2825
+ "name": "ios"
2826
+ },
2827
+ {
2828
+ "name": "md"
2829
+ }
2830
+ ]
2831
+ },
2832
+ {
2833
+ "name": "theme",
2834
+ "description": "The theme determines the visual appearance of the component.",
2112
2835
  "values": [
2113
2836
  {
2114
2837
  "name": "ios"
2115
2838
  },
2116
2839
  {
2117
2840
  "name": "md"
2841
+ },
2842
+ {
2843
+ "name": "ionic"
2118
2844
  }
2119
2845
  ]
2120
2846
  },
2121
2847
  {
2122
2848
  "name": "translucent",
2123
- "description": "If `true`, the header will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content."
2849
+ "description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content."
2124
2850
  }
2125
2851
  ],
2126
2852
  "references": [
@@ -2141,9 +2867,36 @@
2141
2867
  "name": "alt",
2142
2868
  "description": "This attribute defines the alternative text describing the image.\nUsers will see this text displayed if the image URL is wrong,\nthe image is not in one of the supported formats, or if the image is not yet downloaded."
2143
2869
  },
2870
+ {
2871
+ "name": "mode",
2872
+ "description": "The mode determines the platform behaviors of the component.",
2873
+ "values": [
2874
+ {
2875
+ "name": "ios"
2876
+ },
2877
+ {
2878
+ "name": "md"
2879
+ }
2880
+ ]
2881
+ },
2144
2882
  {
2145
2883
  "name": "src",
2146
2884
  "description": "The image URL. This attribute is mandatory for the `<img>` element."
2885
+ },
2886
+ {
2887
+ "name": "theme",
2888
+ "description": "The theme determines the visual appearance of the component.",
2889
+ "values": [
2890
+ {
2891
+ "name": "ios"
2892
+ },
2893
+ {
2894
+ "name": "md"
2895
+ },
2896
+ {
2897
+ "name": "ionic"
2898
+ }
2899
+ ]
2147
2900
  }
2148
2901
  ],
2149
2902
  "references": [
@@ -2164,6 +2917,18 @@
2164
2917
  "name": "disabled",
2165
2918
  "description": "If `true`, the infinite scroll will be hidden and scroll event listeners\nwill be removed.\n\nSet this to true to disable the infinite scroll from actively\ntrying to receive new data while scrolling. This is useful\nwhen it is known that there is no more data that can be added, and\nthe infinite scroll is no longer needed."
2166
2919
  },
2920
+ {
2921
+ "name": "mode",
2922
+ "description": "The mode determines the platform behaviors of the component.",
2923
+ "values": [
2924
+ {
2925
+ "name": "ios"
2926
+ },
2927
+ {
2928
+ "name": "md"
2929
+ }
2930
+ ]
2931
+ },
2167
2932
  {
2168
2933
  "name": "position",
2169
2934
  "description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
@@ -2176,6 +2941,21 @@
2176
2941
  }
2177
2942
  ]
2178
2943
  },
2944
+ {
2945
+ "name": "theme",
2946
+ "description": "The theme determines the visual appearance of the component.",
2947
+ "values": [
2948
+ {
2949
+ "name": "ios"
2950
+ },
2951
+ {
2952
+ "name": "md"
2953
+ },
2954
+ {
2955
+ "name": "ionic"
2956
+ }
2957
+ ]
2958
+ },
2179
2959
  {
2180
2960
  "name": "threshold",
2181
2961
  "description": "The threshold distance from the bottom\nof the content to call the `infinite` output event when scrolled.\nThe threshold value can be either a percent, or\nin pixels. For example, use the value of `10%` for the `infinite`\noutput event to get called when the user has scrolled 10%\nfrom the bottom of the page. Use the value `100px` when the\nscroll is within 100 pixels from the bottom of the page."
@@ -2231,6 +3011,33 @@
2231
3011
  {
2232
3012
  "name": "loading-text",
2233
3013
  "description": "Optional text to display while loading.\n`loadingText` can accept either plaintext or HTML as a string.\nTo display characters normally reserved for HTML, they\nmust be escaped. For example `<Ionic>` would become\n`&lt;Ionic&gt;`\n\nFor more information: [Security Documentation](https://ionicframework.com/docs/faq/security)\n\nThis property accepts custom HTML as a string.\nContent is parsed as plaintext by default.\n`innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config\nbefore custom HTML can be used."
3014
+ },
3015
+ {
3016
+ "name": "mode",
3017
+ "description": "The mode determines the platform behaviors of the component.",
3018
+ "values": [
3019
+ {
3020
+ "name": "ios"
3021
+ },
3022
+ {
3023
+ "name": "md"
3024
+ }
3025
+ ]
3026
+ },
3027
+ {
3028
+ "name": "theme",
3029
+ "description": "The theme determines the visual appearance of the component.",
3030
+ "values": [
3031
+ {
3032
+ "name": "ios"
3033
+ },
3034
+ {
3035
+ "name": "md"
3036
+ },
3037
+ {
3038
+ "name": "ionic"
3039
+ }
3040
+ ]
2234
3041
  }
2235
3042
  ],
2236
3043
  "references": [
@@ -2259,157 +3066,157 @@
2259
3066
  "name": "name"
2260
3067
  },
2261
3068
  {
2262
- "name": "email"
3069
+ "name": "url"
2263
3070
  },
2264
3071
  {
2265
- "name": "tel"
3072
+ "name": "off"
2266
3073
  },
2267
3074
  {
2268
- "name": "url"
3075
+ "name": "on"
2269
3076
  },
2270
3077
  {
2271
- "name": "on"
3078
+ "name": "additional-name"
2272
3079
  },
2273
3080
  {
2274
- "name": "off"
3081
+ "name": "address-level1"
2275
3082
  },
2276
3083
  {
2277
- "name": "honorific-prefix"
3084
+ "name": "address-level2"
2278
3085
  },
2279
3086
  {
2280
- "name": "given-name"
3087
+ "name": "address-level3"
2281
3088
  },
2282
3089
  {
2283
- "name": "additional-name"
3090
+ "name": "address-level4"
2284
3091
  },
2285
3092
  {
2286
- "name": "family-name"
3093
+ "name": "address-line1"
2287
3094
  },
2288
3095
  {
2289
- "name": "honorific-suffix"
3096
+ "name": "address-line2"
2290
3097
  },
2291
3098
  {
2292
- "name": "nickname"
3099
+ "name": "address-line3"
2293
3100
  },
2294
3101
  {
2295
- "name": "username"
3102
+ "name": "bday-day"
2296
3103
  },
2297
3104
  {
2298
- "name": "new-password"
3105
+ "name": "bday-month"
2299
3106
  },
2300
3107
  {
2301
- "name": "current-password"
3108
+ "name": "bday-year"
2302
3109
  },
2303
3110
  {
2304
- "name": "one-time-code"
3111
+ "name": "cc-csc"
2305
3112
  },
2306
3113
  {
2307
- "name": "organization-title"
3114
+ "name": "cc-exp"
2308
3115
  },
2309
3116
  {
2310
- "name": "organization"
3117
+ "name": "cc-exp-month"
2311
3118
  },
2312
3119
  {
2313
- "name": "street-address"
3120
+ "name": "cc-exp-year"
2314
3121
  },
2315
3122
  {
2316
- "name": "address-line1"
3123
+ "name": "cc-family-name"
2317
3124
  },
2318
3125
  {
2319
- "name": "address-line2"
3126
+ "name": "cc-given-name"
2320
3127
  },
2321
3128
  {
2322
- "name": "address-line3"
3129
+ "name": "cc-name"
2323
3130
  },
2324
3131
  {
2325
- "name": "address-level4"
3132
+ "name": "cc-number"
2326
3133
  },
2327
3134
  {
2328
- "name": "address-level3"
3135
+ "name": "cc-type"
2329
3136
  },
2330
3137
  {
2331
- "name": "address-level2"
3138
+ "name": "country"
2332
3139
  },
2333
3140
  {
2334
- "name": "address-level1"
3141
+ "name": "country-name"
2335
3142
  },
2336
3143
  {
2337
- "name": "country"
3144
+ "name": "current-password"
2338
3145
  },
2339
3146
  {
2340
- "name": "country-name"
3147
+ "name": "family-name"
2341
3148
  },
2342
3149
  {
2343
- "name": "postal-code"
3150
+ "name": "given-name"
2344
3151
  },
2345
3152
  {
2346
- "name": "cc-name"
3153
+ "name": "honorific-prefix"
2347
3154
  },
2348
3155
  {
2349
- "name": "cc-given-name"
3156
+ "name": "honorific-suffix"
2350
3157
  },
2351
3158
  {
2352
- "name": "cc-additional-name"
3159
+ "name": "new-password"
2353
3160
  },
2354
3161
  {
2355
- "name": "cc-family-name"
3162
+ "name": "one-time-code"
2356
3163
  },
2357
3164
  {
2358
- "name": "cc-number"
3165
+ "name": "organization"
2359
3166
  },
2360
3167
  {
2361
- "name": "cc-exp"
3168
+ "name": "postal-code"
2362
3169
  },
2363
3170
  {
2364
- "name": "cc-exp-month"
3171
+ "name": "street-address"
2365
3172
  },
2366
3173
  {
2367
- "name": "cc-exp-year"
3174
+ "name": "transaction-amount"
2368
3175
  },
2369
3176
  {
2370
- "name": "cc-csc"
3177
+ "name": "transaction-currency"
2371
3178
  },
2372
3179
  {
2373
- "name": "cc-type"
3180
+ "name": "username"
2374
3181
  },
2375
3182
  {
2376
- "name": "transaction-currency"
3183
+ "name": "email"
2377
3184
  },
2378
3185
  {
2379
- "name": "transaction-amount"
3186
+ "name": "tel"
2380
3187
  },
2381
3188
  {
2382
- "name": "language"
3189
+ "name": "tel-area-code"
2383
3190
  },
2384
3191
  {
2385
- "name": "bday"
3192
+ "name": "tel-country-code"
2386
3193
  },
2387
3194
  {
2388
- "name": "bday-day"
3195
+ "name": "tel-extension"
2389
3196
  },
2390
3197
  {
2391
- "name": "bday-month"
3198
+ "name": "tel-local"
2392
3199
  },
2393
3200
  {
2394
- "name": "bday-year"
3201
+ "name": "tel-national"
2395
3202
  },
2396
3203
  {
2397
- "name": "sex"
3204
+ "name": "nickname"
2398
3205
  },
2399
3206
  {
2400
- "name": "tel-country-code"
3207
+ "name": "organization-title"
2401
3208
  },
2402
3209
  {
2403
- "name": "tel-national"
3210
+ "name": "cc-additional-name"
2404
3211
  },
2405
3212
  {
2406
- "name": "tel-area-code"
3213
+ "name": "language"
2407
3214
  },
2408
3215
  {
2409
- "name": "tel-local"
3216
+ "name": "bday"
2410
3217
  },
2411
3218
  {
2412
- "name": "tel-extension"
3219
+ "name": "sex"
2413
3220
  },
2414
3221
  {
2415
3222
  "name": "impp"
@@ -2525,7 +3332,7 @@
2525
3332
  },
2526
3333
  {
2527
3334
  "name": "fill",
2528
- "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
3335
+ "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available when the theme is `\"md\"`.",
2529
3336
  "values": [
2530
3337
  {
2531
3338
  "name": "outline"
@@ -2575,7 +3382,7 @@
2575
3382
  },
2576
3383
  {
2577
3384
  "name": "label-placement",
2578
- "description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the input in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the input in LTR and to the left in RTL.\n`\"floating\"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input.\n`\"stacked\"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").",
3385
+ "description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the input in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the input in LTR and to the left in RTL.\n`\"floating\"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input.\n`\"stacked\"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").\n\nDefaults to \"stacked\" for the ionic theme, or \"start\" for all other themes.\n\nIn the ionic theme, only the values \"stacked\" and \"floating\" are supported.",
2579
3386
  "values": [
2580
3387
  {
2581
3388
  "name": "end"
@@ -2612,7 +3419,7 @@
2612
3419
  },
2613
3420
  {
2614
3421
  "name": "mode",
2615
- "description": "The mode determines which platform styles to use.",
3422
+ "description": "The mode determines the platform behaviors of the component.",
2616
3423
  "values": [
2617
3424
  {
2618
3425
  "name": "ios"
@@ -2648,10 +3455,31 @@
2648
3455
  },
2649
3456
  {
2650
3457
  "name": "shape",
2651
- "description": "The shape of the input. If \"round\" it will have an increased border radius.",
3458
+ "description": "Set to `\"soft\"` for an input with slightly rounded corners, `\"round\"` for an input with fully\nrounded corners, or `\"rectangular\"` for an input without rounded corners.\nDefaults to `\"round\"` for the ionic theme, and `undefined` for all other themes.\nOnly applies when the fill is set to `\"solid\"` or `\"outline\"`.",
2652
3459
  "values": [
3460
+ {
3461
+ "name": "rectangular"
3462
+ },
2653
3463
  {
2654
3464
  "name": "round"
3465
+ },
3466
+ {
3467
+ "name": "soft"
3468
+ }
3469
+ ]
3470
+ },
3471
+ {
3472
+ "name": "size",
3473
+ "description": "The size of the input. If \"large\", it will have an increased height. By default the\nsize is medium. This property only applies to the `\"ionic\"` theme.",
3474
+ "values": [
3475
+ {
3476
+ "name": "large"
3477
+ },
3478
+ {
3479
+ "name": "medium"
3480
+ },
3481
+ {
3482
+ "name": "xlarge"
2655
3483
  }
2656
3484
  ]
2657
3485
  },
@@ -2663,6 +3491,21 @@
2663
3491
  "name": "step",
2664
3492
  "description": "Works with the min and max attributes to limit the increments at which a value can be set.\nPossible values are: `\"any\"` or a positive floating point number."
2665
3493
  },
3494
+ {
3495
+ "name": "theme",
3496
+ "description": "The theme determines the visual appearance of the component.",
3497
+ "values": [
3498
+ {
3499
+ "name": "ios"
3500
+ },
3501
+ {
3502
+ "name": "md"
3503
+ },
3504
+ {
3505
+ "name": "ionic"
3506
+ }
3507
+ ]
3508
+ },
2666
3509
  {
2667
3510
  "name": "type",
2668
3511
  "description": "The type of control to display. The default type is text.",
@@ -2831,7 +3674,7 @@
2831
3674
  },
2832
3675
  {
2833
3676
  "name": "detail",
2834
- "description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `mode`\nis `ios` and an `href` or `button` property is present."
3677
+ "description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `theme`\nis `\"ios\"` and an `href` or `button` property is present."
2835
3678
  },
2836
3679
  {
2837
3680
  "name": "detail-icon",
@@ -2866,7 +3709,7 @@
2866
3709
  },
2867
3710
  {
2868
3711
  "name": "mode",
2869
- "description": "The mode determines which platform styles to use.",
3712
+ "description": "The mode determines the platform behaviors of the component.",
2870
3713
  "values": [
2871
3714
  {
2872
3715
  "name": "ios"
@@ -2899,6 +3742,21 @@
2899
3742
  "name": "target",
2900
3743
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
2901
3744
  },
3745
+ {
3746
+ "name": "theme",
3747
+ "description": "The theme determines the visual appearance of the component.",
3748
+ "values": [
3749
+ {
3750
+ "name": "ios"
3751
+ },
3752
+ {
3753
+ "name": "md"
3754
+ },
3755
+ {
3756
+ "name": "ionic"
3757
+ }
3758
+ ]
3759
+ },
2902
3760
  {
2903
3761
  "name": "type",
2904
3762
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -2964,7 +3822,7 @@
2964
3822
  },
2965
3823
  {
2966
3824
  "name": "mode",
2967
- "description": "The mode determines which platform styles to use.",
3825
+ "description": "The mode determines the platform behaviors of the component.",
2968
3826
  "values": [
2969
3827
  {
2970
3828
  "name": "ios"
@@ -2977,6 +3835,21 @@
2977
3835
  {
2978
3836
  "name": "sticky",
2979
3837
  "description": "When it's set to `true`, the item-divider will stay visible when it reaches the top\nof the viewport until the next `ion-item-divider` replaces it.\n\nThis feature relies in `position:sticky`:\nhttps://caniuse.com/#feat=css-sticky"
3838
+ },
3839
+ {
3840
+ "name": "theme",
3841
+ "description": "The theme determines the visual appearance of the component.",
3842
+ "values": [
3843
+ {
3844
+ "name": "ios"
3845
+ },
3846
+ {
3847
+ "name": "md"
3848
+ },
3849
+ {
3850
+ "name": "ionic"
3851
+ }
3852
+ ]
2980
3853
  }
2981
3854
  ],
2982
3855
  "references": [
@@ -2992,7 +3865,35 @@
2992
3865
  "kind": "markdown",
2993
3866
  "value": ""
2994
3867
  },
2995
- "attributes": [],
3868
+ "attributes": [
3869
+ {
3870
+ "name": "mode",
3871
+ "description": "The mode determines the platform behaviors of the component.",
3872
+ "values": [
3873
+ {
3874
+ "name": "ios"
3875
+ },
3876
+ {
3877
+ "name": "md"
3878
+ }
3879
+ ]
3880
+ },
3881
+ {
3882
+ "name": "theme",
3883
+ "description": "The theme determines the visual appearance of the component.",
3884
+ "values": [
3885
+ {
3886
+ "name": "ios"
3887
+ },
3888
+ {
3889
+ "name": "md"
3890
+ },
3891
+ {
3892
+ "name": "ionic"
3893
+ }
3894
+ ]
3895
+ }
3896
+ ],
2996
3897
  "references": [
2997
3898
  {
2998
3899
  "name": "Source code",
@@ -3058,7 +3959,7 @@
3058
3959
  },
3059
3960
  {
3060
3961
  "name": "mode",
3061
- "description": "The mode determines which platform styles to use.",
3962
+ "description": "The mode determines the platform behaviors of the component.",
3062
3963
  "values": [
3063
3964
  {
3064
3965
  "name": "ios"
@@ -3072,10 +3973,40 @@
3072
3973
  "name": "rel",
3073
3974
  "description": "Specifies the relationship of the target object to the link object.\nThe value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types)."
3074
3975
  },
3976
+ {
3977
+ "name": "shape",
3978
+ "description": "Set to `\"rectangular\"` for non-rounded corners.\nSet to `\"soft\"` for slightly rounded corners.\nSet to `\"round\"` for fully rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
3979
+ "values": [
3980
+ {
3981
+ "name": "rectangular"
3982
+ },
3983
+ {
3984
+ "name": "round"
3985
+ },
3986
+ {
3987
+ "name": "soft"
3988
+ }
3989
+ ]
3990
+ },
3075
3991
  {
3076
3992
  "name": "target",
3077
3993
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
3078
3994
  },
3995
+ {
3996
+ "name": "theme",
3997
+ "description": "The theme determines the visual appearance of the component.",
3998
+ "values": [
3999
+ {
4000
+ "name": "ios"
4001
+ },
4002
+ {
4003
+ "name": "md"
4004
+ },
4005
+ {
4006
+ "name": "ionic"
4007
+ }
4008
+ ]
4009
+ },
3079
4010
  {
3080
4011
  "name": "type",
3081
4012
  "description": "The type of the button.",
@@ -3106,6 +4037,18 @@
3106
4037
  "value": ""
3107
4038
  },
3108
4039
  "attributes": [
4040
+ {
4041
+ "name": "mode",
4042
+ "description": "The mode determines the platform behaviors of the component.",
4043
+ "values": [
4044
+ {
4045
+ "name": "ios"
4046
+ },
4047
+ {
4048
+ "name": "md"
4049
+ }
4050
+ ]
4051
+ },
3109
4052
  {
3110
4053
  "name": "side",
3111
4054
  "description": "The side the option button should be on. Possible values: `\"start\"` and `\"end\"`. If you have multiple `ion-item-options`, a side must be provided for each.",
@@ -3117,6 +4060,21 @@
3117
4060
  "name": "start"
3118
4061
  }
3119
4062
  ]
4063
+ },
4064
+ {
4065
+ "name": "theme",
4066
+ "description": "The theme determines the visual appearance of the component.",
4067
+ "values": [
4068
+ {
4069
+ "name": "ios"
4070
+ },
4071
+ {
4072
+ "name": "md"
4073
+ },
4074
+ {
4075
+ "name": "ionic"
4076
+ }
4077
+ ]
3120
4078
  }
3121
4079
  ],
3122
4080
  "references": [
@@ -3136,6 +4094,33 @@
3136
4094
  {
3137
4095
  "name": "disabled",
3138
4096
  "description": "If `true`, the user cannot interact with the sliding item."
4097
+ },
4098
+ {
4099
+ "name": "mode",
4100
+ "description": "The mode determines the platform behaviors of the component.",
4101
+ "values": [
4102
+ {
4103
+ "name": "ios"
4104
+ },
4105
+ {
4106
+ "name": "md"
4107
+ }
4108
+ ]
4109
+ },
4110
+ {
4111
+ "name": "theme",
4112
+ "description": "The theme determines the visual appearance of the component.",
4113
+ "values": [
4114
+ {
4115
+ "name": "ios"
4116
+ },
4117
+ {
4118
+ "name": "md"
4119
+ },
4120
+ {
4121
+ "name": "ionic"
4122
+ }
4123
+ ]
3139
4124
  }
3140
4125
  ],
3141
4126
  "references": [
@@ -3187,7 +4172,7 @@
3187
4172
  },
3188
4173
  {
3189
4174
  "name": "mode",
3190
- "description": "The mode determines which platform styles to use.",
4175
+ "description": "The mode determines the platform behaviors of the component.",
3191
4176
  "values": [
3192
4177
  {
3193
4178
  "name": "ios"
@@ -3211,6 +4196,21 @@
3211
4196
  "name": "stacked"
3212
4197
  }
3213
4198
  ]
4199
+ },
4200
+ {
4201
+ "name": "theme",
4202
+ "description": "The theme determines the visual appearance of the component.",
4203
+ "values": [
4204
+ {
4205
+ "name": "ios"
4206
+ },
4207
+ {
4208
+ "name": "md"
4209
+ },
4210
+ {
4211
+ "name": "ionic"
4212
+ }
4213
+ ]
3214
4214
  }
3215
4215
  ],
3216
4216
  "references": [
@@ -3248,13 +4248,43 @@
3248
4248
  },
3249
4249
  {
3250
4250
  "name": "mode",
3251
- "description": "The mode determines which platform styles to use.",
4251
+ "description": "The mode determines the platform behaviors of the component.",
4252
+ "values": [
4253
+ {
4254
+ "name": "ios"
4255
+ },
4256
+ {
4257
+ "name": "md"
4258
+ }
4259
+ ]
4260
+ },
4261
+ {
4262
+ "name": "shape",
4263
+ "description": "Set to `\"soft\"` for slightly rounded corners,\n`\"round\"` for fully rounded corners,\nor `\"rectangular\"` for no rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme\nwhen inset is `true`\ndefaults to `\"rectangular\"` for the `ionic`\ntheme when inset is `false`,\nundefined for all other themes.",
4264
+ "values": [
4265
+ {
4266
+ "name": "rectangular"
4267
+ },
4268
+ {
4269
+ "name": "round"
4270
+ },
4271
+ {
4272
+ "name": "soft"
4273
+ }
4274
+ ]
4275
+ },
4276
+ {
4277
+ "name": "theme",
4278
+ "description": "The theme determines the visual appearance of the component.",
3252
4279
  "values": [
3253
4280
  {
3254
4281
  "name": "ios"
3255
4282
  },
3256
4283
  {
3257
4284
  "name": "md"
4285
+ },
4286
+ {
4287
+ "name": "ionic"
3258
4288
  }
3259
4289
  ]
3260
4290
  }
@@ -3323,13 +4353,28 @@
3323
4353
  },
3324
4354
  {
3325
4355
  "name": "mode",
3326
- "description": "The mode determines which platform styles to use.",
4356
+ "description": "The mode determines the platform behaviors of the component.",
4357
+ "values": [
4358
+ {
4359
+ "name": "ios"
4360
+ },
4361
+ {
4362
+ "name": "md"
4363
+ }
4364
+ ]
4365
+ },
4366
+ {
4367
+ "name": "theme",
4368
+ "description": "The theme determines the visual appearance of the component.",
3327
4369
  "values": [
3328
4370
  {
3329
4371
  "name": "ios"
3330
4372
  },
3331
4373
  {
3332
4374
  "name": "md"
4375
+ },
4376
+ {
4377
+ "name": "ionic"
3333
4378
  }
3334
4379
  ]
3335
4380
  }
@@ -3378,7 +4423,7 @@
3378
4423
  },
3379
4424
  {
3380
4425
  "name": "mode",
3381
- "description": "The mode determines which platform styles to use.",
4426
+ "description": "The mode determines the platform behaviors of the component.",
3382
4427
  "values": [
3383
4428
  {
3384
4429
  "name": "ios"
@@ -3415,19 +4460,34 @@
3415
4460
  "name": "lines"
3416
4461
  },
3417
4462
  {
3418
- "name": "lines-sharp"
4463
+ "name": "lines-sharp"
4464
+ },
4465
+ {
4466
+ "name": "lines-sharp-small"
4467
+ },
4468
+ {
4469
+ "name": "lines-small"
4470
+ }
4471
+ ]
4472
+ },
4473
+ {
4474
+ "name": "theme",
4475
+ "description": "The theme determines the visual appearance of the component.",
4476
+ "values": [
4477
+ {
4478
+ "name": "ios"
3419
4479
  },
3420
4480
  {
3421
- "name": "lines-sharp-small"
4481
+ "name": "md"
3422
4482
  },
3423
4483
  {
3424
- "name": "lines-small"
4484
+ "name": "ionic"
3425
4485
  }
3426
4486
  ]
3427
4487
  },
3428
4488
  {
3429
4489
  "name": "translucent",
3430
- "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)."
4490
+ "description": "If `true`, the loading indicator will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
3431
4491
  },
3432
4492
  {
3433
4493
  "name": "trigger",
@@ -3464,6 +4524,18 @@
3464
4524
  "name": "menu-id",
3465
4525
  "description": "An id for the menu."
3466
4526
  },
4527
+ {
4528
+ "name": "mode",
4529
+ "description": "The mode determines the platform behaviors of the component.",
4530
+ "values": [
4531
+ {
4532
+ "name": "ios"
4533
+ },
4534
+ {
4535
+ "name": "md"
4536
+ }
4537
+ ]
4538
+ },
3467
4539
  {
3468
4540
  "name": "side",
3469
4541
  "description": "Which side of the view the menu should be placed.",
@@ -3480,6 +4552,21 @@
3480
4552
  "name": "swipe-gesture",
3481
4553
  "description": "If `true`, swiping the menu is enabled."
3482
4554
  },
4555
+ {
4556
+ "name": "theme",
4557
+ "description": "The theme determines the visual appearance of the component.",
4558
+ "values": [
4559
+ {
4560
+ "name": "ios"
4561
+ },
4562
+ {
4563
+ "name": "md"
4564
+ },
4565
+ {
4566
+ "name": "ionic"
4567
+ }
4568
+ ]
4569
+ },
3483
4570
  {
3484
4571
  "name": "type",
3485
4572
  "description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
@@ -3557,13 +4644,28 @@
3557
4644
  },
3558
4645
  {
3559
4646
  "name": "mode",
3560
- "description": "The mode determines which platform styles to use.",
4647
+ "description": "The mode determines the platform behaviors of the component.",
4648
+ "values": [
4649
+ {
4650
+ "name": "ios"
4651
+ },
4652
+ {
4653
+ "name": "md"
4654
+ }
4655
+ ]
4656
+ },
4657
+ {
4658
+ "name": "theme",
4659
+ "description": "The theme determines the visual appearance of the component.",
3561
4660
  "values": [
3562
4661
  {
3563
4662
  "name": "ios"
3564
4663
  },
3565
4664
  {
3566
4665
  "name": "md"
4666
+ },
4667
+ {
4668
+ "name": "ionic"
3567
4669
  }
3568
4670
  ]
3569
4671
  },
@@ -3604,6 +4706,33 @@
3604
4706
  {
3605
4707
  "name": "menu",
3606
4708
  "description": "Optional property that maps to a Menu's `menuId` prop.\nCan also be `start` or `end` for the menu side.\nThis is used to find the correct menu to toggle.\n\nIf this property is not used, `ion-menu-toggle` will toggle the\nfirst menu that is active."
4709
+ },
4710
+ {
4711
+ "name": "mode",
4712
+ "description": "The mode determines the platform behaviors of the component.",
4713
+ "values": [
4714
+ {
4715
+ "name": "ios"
4716
+ },
4717
+ {
4718
+ "name": "md"
4719
+ }
4720
+ ]
4721
+ },
4722
+ {
4723
+ "name": "theme",
4724
+ "description": "The theme determines the visual appearance of the component.",
4725
+ "values": [
4726
+ {
4727
+ "name": "ios"
4728
+ },
4729
+ {
4730
+ "name": "md"
4731
+ },
4732
+ {
4733
+ "name": "ionic"
4734
+ }
4735
+ ]
3607
4736
  }
3608
4737
  ],
3609
4738
  "references": [
@@ -3674,7 +4803,7 @@
3674
4803
  },
3675
4804
  {
3676
4805
  "name": "mode",
3677
- "description": "The mode determines which platform styles to use.",
4806
+ "description": "The mode determines the platform behaviors of the component.",
3678
4807
  "values": [
3679
4808
  {
3680
4809
  "name": "ios"
@@ -3684,10 +4813,40 @@
3684
4813
  }
3685
4814
  ]
3686
4815
  },
4816
+ {
4817
+ "name": "shape",
4818
+ "description": "Set to `\"soft\"` for a modal with slightly rounded corners,\n`\"round\"` for a modal with fully rounded corners, or `\"rectangular\"`\nfor a modal without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
4819
+ "values": [
4820
+ {
4821
+ "name": "rectangular"
4822
+ },
4823
+ {
4824
+ "name": "round"
4825
+ },
4826
+ {
4827
+ "name": "soft"
4828
+ }
4829
+ ]
4830
+ },
3687
4831
  {
3688
4832
  "name": "show-backdrop",
3689
4833
  "description": "If `true`, a backdrop will be displayed behind the modal.\nThis property controls whether or not the backdrop\ndarkens the screen when the modal is presented.\nIt does not control whether or not the backdrop\nis active or present in the DOM."
3690
4834
  },
4835
+ {
4836
+ "name": "theme",
4837
+ "description": "The theme determines the visual appearance of the component.",
4838
+ "values": [
4839
+ {
4840
+ "name": "ios"
4841
+ },
4842
+ {
4843
+ "name": "md"
4844
+ },
4845
+ {
4846
+ "name": "ionic"
4847
+ }
4848
+ ]
4849
+ },
3691
4850
  {
3692
4851
  "name": "trigger",
3693
4852
  "description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked."
@@ -3711,6 +4870,18 @@
3711
4870
  "name": "animated",
3712
4871
  "description": "If `true`, the nav should animate the transition of components."
3713
4872
  },
4873
+ {
4874
+ "name": "mode",
4875
+ "description": "The mode determines the platform behaviors of the component.",
4876
+ "values": [
4877
+ {
4878
+ "name": "ios"
4879
+ },
4880
+ {
4881
+ "name": "md"
4882
+ }
4883
+ ]
4884
+ },
3714
4885
  {
3715
4886
  "name": "root",
3716
4887
  "description": "Root NavComponent to load"
@@ -3718,6 +4889,21 @@
3718
4889
  {
3719
4890
  "name": "swipe-gesture",
3720
4891
  "description": "If the nav component should allow for swipe-to-go-back."
4892
+ },
4893
+ {
4894
+ "name": "theme",
4895
+ "description": "The theme determines the visual appearance of the component.",
4896
+ "values": [
4897
+ {
4898
+ "name": "ios"
4899
+ },
4900
+ {
4901
+ "name": "md"
4902
+ },
4903
+ {
4904
+ "name": "ionic"
4905
+ }
4906
+ ]
3721
4907
  }
3722
4908
  ],
3723
4909
  "references": [
@@ -3738,6 +4924,18 @@
3738
4924
  "name": "component",
3739
4925
  "description": "Component to navigate to. Only used if the `routerDirection` is `\"forward\"` or `\"root\"`."
3740
4926
  },
4927
+ {
4928
+ "name": "mode",
4929
+ "description": "The mode determines the platform behaviors of the component.",
4930
+ "values": [
4931
+ {
4932
+ "name": "ios"
4933
+ },
4934
+ {
4935
+ "name": "md"
4936
+ }
4937
+ ]
4938
+ },
3741
4939
  {
3742
4940
  "name": "router-direction",
3743
4941
  "description": "The transition direction when navigating to another page.",
@@ -3752,6 +4950,21 @@
3752
4950
  "name": "root"
3753
4951
  }
3754
4952
  ]
4953
+ },
4954
+ {
4955
+ "name": "theme",
4956
+ "description": "The theme determines the visual appearance of the component.",
4957
+ "values": [
4958
+ {
4959
+ "name": "ios"
4960
+ },
4961
+ {
4962
+ "name": "md"
4963
+ },
4964
+ {
4965
+ "name": "ionic"
4966
+ }
4967
+ ]
3755
4968
  }
3756
4969
  ],
3757
4970
  "references": [
@@ -3803,13 +5016,28 @@
3803
5016
  },
3804
5017
  {
3805
5018
  "name": "mode",
3806
- "description": "The mode determines which platform styles to use.",
5019
+ "description": "The mode determines the platform behaviors of the component.",
5020
+ "values": [
5021
+ {
5022
+ "name": "ios"
5023
+ },
5024
+ {
5025
+ "name": "md"
5026
+ }
5027
+ ]
5028
+ },
5029
+ {
5030
+ "name": "theme",
5031
+ "description": "The theme determines the visual appearance of the component.",
3807
5032
  "values": [
3808
5033
  {
3809
5034
  "name": "ios"
3810
5035
  },
3811
5036
  {
3812
5037
  "name": "md"
5038
+ },
5039
+ {
5040
+ "name": "ionic"
3813
5041
  }
3814
5042
  ]
3815
5043
  }
@@ -3830,13 +5058,28 @@
3830
5058
  "attributes": [
3831
5059
  {
3832
5060
  "name": "mode",
3833
- "description": "The mode determines which platform styles to use.",
5061
+ "description": "The mode determines the platform behaviors of the component.",
5062
+ "values": [
5063
+ {
5064
+ "name": "ios"
5065
+ },
5066
+ {
5067
+ "name": "md"
5068
+ }
5069
+ ]
5070
+ },
5071
+ {
5072
+ "name": "theme",
5073
+ "description": "The theme determines the visual appearance of the component.",
3834
5074
  "values": [
3835
5075
  {
3836
5076
  "name": "ios"
3837
5077
  },
3838
5078
  {
3839
5079
  "name": "md"
5080
+ },
5081
+ {
5082
+ "name": "ionic"
3840
5083
  }
3841
5084
  ]
3842
5085
  }
@@ -3894,13 +5137,28 @@
3894
5137
  },
3895
5138
  {
3896
5139
  "name": "mode",
3897
- "description": "The mode determines which platform styles to use.",
5140
+ "description": "The mode determines the platform behaviors of the component.",
5141
+ "values": [
5142
+ {
5143
+ "name": "ios"
5144
+ },
5145
+ {
5146
+ "name": "md"
5147
+ }
5148
+ ]
5149
+ },
5150
+ {
5151
+ "name": "theme",
5152
+ "description": "The theme determines the visual appearance of the component.",
3898
5153
  "values": [
3899
5154
  {
3900
5155
  "name": "ios"
3901
5156
  },
3902
5157
  {
3903
5158
  "name": "md"
5159
+ },
5160
+ {
5161
+ "name": "ionic"
3904
5162
  }
3905
5163
  ]
3906
5164
  },
@@ -3960,6 +5218,33 @@
3960
5218
  "name": "disabled",
3961
5219
  "description": "If `true`, the user cannot interact with the picker column option."
3962
5220
  },
5221
+ {
5222
+ "name": "mode",
5223
+ "description": "The mode determines the platform behaviors of the component.",
5224
+ "values": [
5225
+ {
5226
+ "name": "ios"
5227
+ },
5228
+ {
5229
+ "name": "md"
5230
+ }
5231
+ ]
5232
+ },
5233
+ {
5234
+ "name": "theme",
5235
+ "description": "The theme determines the visual appearance of the component.",
5236
+ "values": [
5237
+ {
5238
+ "name": "ios"
5239
+ },
5240
+ {
5241
+ "name": "md"
5242
+ },
5243
+ {
5244
+ "name": "ionic"
5245
+ }
5246
+ ]
5247
+ },
3963
5248
  {
3964
5249
  "name": "value",
3965
5250
  "description": "The text value of the option."
@@ -4005,7 +5290,7 @@
4005
5290
  },
4006
5291
  {
4007
5292
  "name": "mode",
4008
- "description": "The mode determines which platform styles to use.",
5293
+ "description": "The mode determines the platform behaviors of the component.",
4009
5294
  "values": [
4010
5295
  {
4011
5296
  "name": "ios"
@@ -4019,6 +5304,21 @@
4019
5304
  "name": "show-backdrop",
4020
5305
  "description": "If `true`, a backdrop will be displayed behind the picker."
4021
5306
  },
5307
+ {
5308
+ "name": "theme",
5309
+ "description": "The theme determines the visual appearance of the component.",
5310
+ "values": [
5311
+ {
5312
+ "name": "ios"
5313
+ },
5314
+ {
5315
+ "name": "md"
5316
+ },
5317
+ {
5318
+ "name": "ionic"
5319
+ }
5320
+ ]
5321
+ },
4022
5322
  {
4023
5323
  "name": "trigger",
4024
5324
  "description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked."
@@ -4040,7 +5340,7 @@
4040
5340
  "attributes": [
4041
5341
  {
4042
5342
  "name": "alignment",
4043
- "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
5343
+ "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
4044
5344
  "values": [
4045
5345
  {
4046
5346
  "name": "center"
@@ -4059,7 +5359,7 @@
4059
5359
  },
4060
5360
  {
4061
5361
  "name": "arrow",
4062
- "description": "If `true`, the popover will display an arrow that points at the\n`reference` when running in `ios` mode. Does not apply in `md` mode."
5362
+ "description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme."
4063
5363
  },
4064
5364
  {
4065
5365
  "name": "backdrop-dismiss",
@@ -4095,7 +5395,7 @@
4095
5395
  },
4096
5396
  {
4097
5397
  "name": "mode",
4098
- "description": "The mode determines which platform styles to use.",
5398
+ "description": "The mode determines the platform behaviors of the component.",
4099
5399
  "values": [
4100
5400
  {
4101
5401
  "name": "ios"
@@ -4157,9 +5457,24 @@
4157
5457
  }
4158
5458
  ]
4159
5459
  },
5460
+ {
5461
+ "name": "theme",
5462
+ "description": "The theme determines the visual appearance of the component.",
5463
+ "values": [
5464
+ {
5465
+ "name": "ios"
5466
+ },
5467
+ {
5468
+ "name": "md"
5469
+ },
5470
+ {
5471
+ "name": "ionic"
5472
+ }
5473
+ ]
5474
+ },
4160
5475
  {
4161
5476
  "name": "translucent",
4162
- "description": "If `true`, the popover will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
5477
+ "description": "If `true`, the popover will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
4163
5478
  },
4164
5479
  {
4165
5480
  "name": "trigger",
@@ -4234,7 +5549,7 @@
4234
5549
  },
4235
5550
  {
4236
5551
  "name": "mode",
4237
- "description": "The mode determines which platform styles to use.",
5552
+ "description": "The mode determines the platform behaviors of the component.",
4238
5553
  "values": [
4239
5554
  {
4240
5555
  "name": "ios"
@@ -4248,6 +5563,21 @@
4248
5563
  "name": "reversed",
4249
5564
  "description": "If true, reverse the progress bar direction."
4250
5565
  },
5566
+ {
5567
+ "name": "theme",
5568
+ "description": "The theme determines the visual appearance of the component.",
5569
+ "values": [
5570
+ {
5571
+ "name": "ios"
5572
+ },
5573
+ {
5574
+ "name": "md"
5575
+ },
5576
+ {
5577
+ "name": "ionic"
5578
+ }
5579
+ ]
5580
+ },
4251
5581
  {
4252
5582
  "name": "type",
4253
5583
  "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).",
@@ -4363,20 +5693,35 @@
4363
5693
  },
4364
5694
  {
4365
5695
  "name": "mode",
4366
- "description": "The mode determines which platform styles to use.",
5696
+ "description": "The mode determines the platform behaviors of the component.",
5697
+ "values": [
5698
+ {
5699
+ "name": "ios"
5700
+ },
5701
+ {
5702
+ "name": "md"
5703
+ }
5704
+ ]
5705
+ },
5706
+ {
5707
+ "name": "name",
5708
+ "description": "The name of the control, which is submitted with the form data."
5709
+ },
5710
+ {
5711
+ "name": "theme",
5712
+ "description": "The theme determines the visual appearance of the component.",
4367
5713
  "values": [
4368
5714
  {
4369
5715
  "name": "ios"
4370
5716
  },
4371
5717
  {
4372
5718
  "name": "md"
5719
+ },
5720
+ {
5721
+ "name": "ionic"
4373
5722
  }
4374
5723
  ]
4375
5724
  },
4376
- {
4377
- "name": "name",
4378
- "description": "The name of the control, which is submitted with the form data."
4379
- },
4380
5725
  {
4381
5726
  "name": "value",
4382
5727
  "description": "the value of the radio."
@@ -4404,10 +5749,37 @@
4404
5749
  "name": "compare-with",
4405
5750
  "description": "This property allows developers to specify a custom function or property\nname for comparing objects when determining the selected option in the\nion-radio-group. When not specified, the default behavior will use strict\nequality (===) for comparison."
4406
5751
  },
5752
+ {
5753
+ "name": "mode",
5754
+ "description": "The mode determines the platform behaviors of the component.",
5755
+ "values": [
5756
+ {
5757
+ "name": "ios"
5758
+ },
5759
+ {
5760
+ "name": "md"
5761
+ }
5762
+ ]
5763
+ },
4407
5764
  {
4408
5765
  "name": "name",
4409
5766
  "description": "The name of the control, which is submitted with the form data."
4410
5767
  },
5768
+ {
5769
+ "name": "theme",
5770
+ "description": "The theme determines the visual appearance of the component.",
5771
+ "values": [
5772
+ {
5773
+ "name": "ios"
5774
+ },
5775
+ {
5776
+ "name": "md"
5777
+ },
5778
+ {
5779
+ "name": "ionic"
5780
+ }
5781
+ ]
5782
+ },
4411
5783
  {
4412
5784
  "name": "value",
4413
5785
  "description": "the value of the radio group."
@@ -4508,7 +5880,7 @@
4508
5880
  },
4509
5881
  {
4510
5882
  "name": "mode",
4511
- "description": "The mode determines which platform styles to use.",
5883
+ "description": "The mode determines the platform behaviors of the component.",
4512
5884
  "values": [
4513
5885
  {
4514
5886
  "name": "ios"
@@ -4534,6 +5906,21 @@
4534
5906
  "name": "step",
4535
5907
  "description": "Specifies the value granularity."
4536
5908
  },
5909
+ {
5910
+ "name": "theme",
5911
+ "description": "The theme determines the visual appearance of the component.",
5912
+ "values": [
5913
+ {
5914
+ "name": "ios"
5915
+ },
5916
+ {
5917
+ "name": "md"
5918
+ },
5919
+ {
5920
+ "name": "ionic"
5921
+ }
5922
+ ]
5923
+ },
4537
5924
  {
4538
5925
  "name": "ticks",
4539
5926
  "description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`."
@@ -4567,7 +5954,7 @@
4567
5954
  },
4568
5955
  {
4569
5956
  "name": "mode",
4570
- "description": "The mode determines which platform styles to use.",
5957
+ "description": "The mode determines the platform behaviors of the component.",
4571
5958
  "values": [
4572
5959
  {
4573
5960
  "name": "ios"
@@ -4592,6 +5979,21 @@
4592
5979
  {
4593
5980
  "name": "snapback-duration",
4594
5981
  "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."
5982
+ },
5983
+ {
5984
+ "name": "theme",
5985
+ "description": "The theme determines the visual appearance of the component.",
5986
+ "values": [
5987
+ {
5988
+ "name": "ios"
5989
+ },
5990
+ {
5991
+ "name": "md"
5992
+ },
5993
+ {
5994
+ "name": "ionic"
5995
+ }
5996
+ ]
4595
5997
  }
4596
5998
  ],
4597
5999
  "references": [
@@ -4608,6 +6010,18 @@
4608
6010
  "value": ""
4609
6011
  },
4610
6012
  "attributes": [
6013
+ {
6014
+ "name": "mode",
6015
+ "description": "The mode determines the platform behaviors of the component.",
6016
+ "values": [
6017
+ {
6018
+ "name": "ios"
6019
+ },
6020
+ {
6021
+ "name": "md"
6022
+ }
6023
+ ]
6024
+ },
4611
6025
  {
4612
6026
  "name": "pulling-icon",
4613
6027
  "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."
@@ -4652,6 +6066,21 @@
4652
6066
  {
4653
6067
  "name": "refreshing-text",
4654
6068
  "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."
6069
+ },
6070
+ {
6071
+ "name": "theme",
6072
+ "description": "The theme determines the visual appearance of the component.",
6073
+ "values": [
6074
+ {
6075
+ "name": "ios"
6076
+ },
6077
+ {
6078
+ "name": "md"
6079
+ },
6080
+ {
6081
+ "name": "ionic"
6082
+ }
6083
+ ]
4655
6084
  }
4656
6085
  ],
4657
6086
  "references": [
@@ -4667,7 +6096,35 @@
4667
6096
  "kind": "markdown",
4668
6097
  "value": ""
4669
6098
  },
4670
- "attributes": [],
6099
+ "attributes": [
6100
+ {
6101
+ "name": "mode",
6102
+ "description": "The mode determines the platform behaviors of the component.",
6103
+ "values": [
6104
+ {
6105
+ "name": "ios"
6106
+ },
6107
+ {
6108
+ "name": "md"
6109
+ }
6110
+ ]
6111
+ },
6112
+ {
6113
+ "name": "theme",
6114
+ "description": "The theme determines the visual appearance of the component.",
6115
+ "values": [
6116
+ {
6117
+ "name": "ios"
6118
+ },
6119
+ {
6120
+ "name": "md"
6121
+ },
6122
+ {
6123
+ "name": "ionic"
6124
+ }
6125
+ ]
6126
+ }
6127
+ ],
4671
6128
  "references": [
4672
6129
  {
4673
6130
  "name": "Source code",
@@ -4685,6 +6142,33 @@
4685
6142
  {
4686
6143
  "name": "disabled",
4687
6144
  "description": "If `true`, the reorder will be hidden."
6145
+ },
6146
+ {
6147
+ "name": "mode",
6148
+ "description": "The mode determines the platform behaviors of the component.",
6149
+ "values": [
6150
+ {
6151
+ "name": "ios"
6152
+ },
6153
+ {
6154
+ "name": "md"
6155
+ }
6156
+ ]
6157
+ },
6158
+ {
6159
+ "name": "theme",
6160
+ "description": "The theme determines the visual appearance of the component.",
6161
+ "values": [
6162
+ {
6163
+ "name": "ios"
6164
+ },
6165
+ {
6166
+ "name": "md"
6167
+ },
6168
+ {
6169
+ "name": "ionic"
6170
+ }
6171
+ ]
4688
6172
  }
4689
6173
  ],
4690
6174
  "references": [
@@ -4701,6 +6185,33 @@
4701
6185
  "value": ""
4702
6186
  },
4703
6187
  "attributes": [
6188
+ {
6189
+ "name": "mode",
6190
+ "description": "The mode determines the platform behaviors of the component.",
6191
+ "values": [
6192
+ {
6193
+ "name": "ios"
6194
+ },
6195
+ {
6196
+ "name": "md"
6197
+ }
6198
+ ]
6199
+ },
6200
+ {
6201
+ "name": "theme",
6202
+ "description": "The theme determines the visual appearance of the component.",
6203
+ "values": [
6204
+ {
6205
+ "name": "ios"
6206
+ },
6207
+ {
6208
+ "name": "md"
6209
+ },
6210
+ {
6211
+ "name": "ionic"
6212
+ }
6213
+ ]
6214
+ },
4704
6215
  {
4705
6216
  "name": "type",
4706
6217
  "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.",
@@ -4732,6 +6243,33 @@
4732
6243
  "name": "component",
4733
6244
  "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."
4734
6245
  },
6246
+ {
6247
+ "name": "mode",
6248
+ "description": "The mode determines the platform behaviors of the component.",
6249
+ "values": [
6250
+ {
6251
+ "name": "ios"
6252
+ },
6253
+ {
6254
+ "name": "md"
6255
+ }
6256
+ ]
6257
+ },
6258
+ {
6259
+ "name": "theme",
6260
+ "description": "The theme determines the visual appearance of the component.",
6261
+ "values": [
6262
+ {
6263
+ "name": "ios"
6264
+ },
6265
+ {
6266
+ "name": "md"
6267
+ },
6268
+ {
6269
+ "name": "ionic"
6270
+ }
6271
+ ]
6272
+ },
4735
6273
  {
4736
6274
  "name": "url",
4737
6275
  "description": "Relative path that needs to match in order for this route to apply.\n\nAccepts paths similar to expressjs so that you can define parameters\nin the url /foo/:bar where bar would be available in incoming props."
@@ -4774,10 +6312,37 @@
4774
6312
  "value": ""
4775
6313
  },
4776
6314
  "attributes": [
6315
+ {
6316
+ "name": "mode",
6317
+ "description": "The mode determines the platform behaviors of the component.",
6318
+ "values": [
6319
+ {
6320
+ "name": "ios"
6321
+ },
6322
+ {
6323
+ "name": "md"
6324
+ }
6325
+ ]
6326
+ },
4777
6327
  {
4778
6328
  "name": "root",
4779
6329
  "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."
4780
6330
  },
6331
+ {
6332
+ "name": "theme",
6333
+ "description": "The theme determines the visual appearance of the component.",
6334
+ "values": [
6335
+ {
6336
+ "name": "ios"
6337
+ },
6338
+ {
6339
+ "name": "md"
6340
+ },
6341
+ {
6342
+ "name": "ionic"
6343
+ }
6344
+ ]
6345
+ },
4781
6346
  {
4782
6347
  "name": "use-hash",
4783
6348
  "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."
@@ -4834,6 +6399,18 @@
4834
6399
  "name": "href",
4835
6400
  "description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered."
4836
6401
  },
6402
+ {
6403
+ "name": "mode",
6404
+ "description": "The mode determines the platform behaviors of the component.",
6405
+ "values": [
6406
+ {
6407
+ "name": "ios"
6408
+ },
6409
+ {
6410
+ "name": "md"
6411
+ }
6412
+ ]
6413
+ },
4837
6414
  {
4838
6415
  "name": "rel",
4839
6416
  "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)."
@@ -4856,6 +6433,21 @@
4856
6433
  {
4857
6434
  "name": "target",
4858
6435
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
6436
+ },
6437
+ {
6438
+ "name": "theme",
6439
+ "description": "The theme determines the visual appearance of the component.",
6440
+ "values": [
6441
+ {
6442
+ "name": "ios"
6443
+ },
6444
+ {
6445
+ "name": "md"
6446
+ },
6447
+ {
6448
+ "name": "ionic"
6449
+ }
6450
+ ]
4859
6451
  }
4860
6452
  ],
4861
6453
  "references": [
@@ -4878,13 +6470,28 @@
4878
6470
  },
4879
6471
  {
4880
6472
  "name": "mode",
4881
- "description": "The mode determines which platform styles to use.",
6473
+ "description": "The mode determines the platform behaviors of the component.",
6474
+ "values": [
6475
+ {
6476
+ "name": "ios"
6477
+ },
6478
+ {
6479
+ "name": "md"
6480
+ }
6481
+ ]
6482
+ },
6483
+ {
6484
+ "name": "theme",
6485
+ "description": "The theme determines the visual appearance of the component.",
4882
6486
  "values": [
4883
6487
  {
4884
6488
  "name": "ios"
4885
6489
  },
4886
6490
  {
4887
6491
  "name": "md"
6492
+ },
6493
+ {
6494
+ "name": "ionic"
4888
6495
  }
4889
6496
  ]
4890
6497
  }
@@ -4902,7 +6509,35 @@
4902
6509
  "kind": "markdown",
4903
6510
  "value": ""
4904
6511
  },
4905
- "attributes": [],
6512
+ "attributes": [
6513
+ {
6514
+ "name": "mode",
6515
+ "description": "The mode determines the platform behaviors of the component.",
6516
+ "values": [
6517
+ {
6518
+ "name": "ios"
6519
+ },
6520
+ {
6521
+ "name": "md"
6522
+ }
6523
+ ]
6524
+ },
6525
+ {
6526
+ "name": "theme",
6527
+ "description": "The theme determines the visual appearance of the component.",
6528
+ "values": [
6529
+ {
6530
+ "name": "ios"
6531
+ },
6532
+ {
6533
+ "name": "md"
6534
+ },
6535
+ {
6536
+ "name": "ionic"
6537
+ }
6538
+ ]
6539
+ }
6540
+ ],
4906
6541
  "references": [
4907
6542
  {
4908
6543
  "name": "Source code",
@@ -4932,80 +6567,74 @@
4932
6567
  {
4933
6568
  "name": "name"
4934
6569
  },
4935
- {
4936
- "name": "email"
4937
- },
4938
- {
4939
- "name": "tel"
4940
- },
4941
6570
  {
4942
6571
  "name": "url"
4943
6572
  },
4944
6573
  {
4945
- "name": "on"
6574
+ "name": "off"
4946
6575
  },
4947
6576
  {
4948
- "name": "off"
6577
+ "name": "on"
4949
6578
  },
4950
6579
  {
4951
- "name": "honorific-prefix"
6580
+ "name": "additional-name"
4952
6581
  },
4953
6582
  {
4954
- "name": "given-name"
6583
+ "name": "address-level1"
4955
6584
  },
4956
6585
  {
4957
- "name": "additional-name"
6586
+ "name": "address-level2"
4958
6587
  },
4959
6588
  {
4960
- "name": "family-name"
6589
+ "name": "address-level3"
4961
6590
  },
4962
6591
  {
4963
- "name": "honorific-suffix"
6592
+ "name": "address-level4"
4964
6593
  },
4965
6594
  {
4966
- "name": "nickname"
6595
+ "name": "address-line1"
4967
6596
  },
4968
6597
  {
4969
- "name": "username"
6598
+ "name": "address-line2"
4970
6599
  },
4971
6600
  {
4972
- "name": "new-password"
6601
+ "name": "address-line3"
4973
6602
  },
4974
6603
  {
4975
- "name": "current-password"
6604
+ "name": "bday-day"
4976
6605
  },
4977
6606
  {
4978
- "name": "one-time-code"
6607
+ "name": "bday-month"
4979
6608
  },
4980
6609
  {
4981
- "name": "organization-title"
6610
+ "name": "bday-year"
4982
6611
  },
4983
6612
  {
4984
- "name": "organization"
6613
+ "name": "cc-csc"
4985
6614
  },
4986
6615
  {
4987
- "name": "street-address"
6616
+ "name": "cc-exp"
4988
6617
  },
4989
6618
  {
4990
- "name": "address-line1"
6619
+ "name": "cc-exp-month"
4991
6620
  },
4992
6621
  {
4993
- "name": "address-line2"
6622
+ "name": "cc-exp-year"
4994
6623
  },
4995
6624
  {
4996
- "name": "address-line3"
6625
+ "name": "cc-family-name"
4997
6626
  },
4998
6627
  {
4999
- "name": "address-level4"
6628
+ "name": "cc-given-name"
5000
6629
  },
5001
6630
  {
5002
- "name": "address-level3"
6631
+ "name": "cc-name"
5003
6632
  },
5004
6633
  {
5005
- "name": "address-level2"
6634
+ "name": "cc-number"
5006
6635
  },
5007
6636
  {
5008
- "name": "address-level1"
6637
+ "name": "cc-type"
5009
6638
  },
5010
6639
  {
5011
6640
  "name": "country"
@@ -5014,76 +6643,82 @@
5014
6643
  "name": "country-name"
5015
6644
  },
5016
6645
  {
5017
- "name": "postal-code"
6646
+ "name": "current-password"
5018
6647
  },
5019
6648
  {
5020
- "name": "cc-name"
6649
+ "name": "family-name"
5021
6650
  },
5022
6651
  {
5023
- "name": "cc-given-name"
6652
+ "name": "given-name"
5024
6653
  },
5025
6654
  {
5026
- "name": "cc-additional-name"
6655
+ "name": "honorific-prefix"
5027
6656
  },
5028
6657
  {
5029
- "name": "cc-family-name"
6658
+ "name": "honorific-suffix"
5030
6659
  },
5031
6660
  {
5032
- "name": "cc-number"
6661
+ "name": "new-password"
5033
6662
  },
5034
6663
  {
5035
- "name": "cc-exp"
6664
+ "name": "one-time-code"
5036
6665
  },
5037
6666
  {
5038
- "name": "cc-exp-month"
6667
+ "name": "organization"
5039
6668
  },
5040
6669
  {
5041
- "name": "cc-exp-year"
6670
+ "name": "postal-code"
5042
6671
  },
5043
6672
  {
5044
- "name": "cc-csc"
6673
+ "name": "street-address"
5045
6674
  },
5046
6675
  {
5047
- "name": "cc-type"
6676
+ "name": "transaction-amount"
5048
6677
  },
5049
6678
  {
5050
6679
  "name": "transaction-currency"
5051
6680
  },
5052
6681
  {
5053
- "name": "transaction-amount"
6682
+ "name": "username"
5054
6683
  },
5055
6684
  {
5056
- "name": "language"
6685
+ "name": "email"
5057
6686
  },
5058
6687
  {
5059
- "name": "bday"
6688
+ "name": "tel"
5060
6689
  },
5061
6690
  {
5062
- "name": "bday-day"
6691
+ "name": "tel-area-code"
5063
6692
  },
5064
6693
  {
5065
- "name": "bday-month"
6694
+ "name": "tel-country-code"
5066
6695
  },
5067
6696
  {
5068
- "name": "bday-year"
6697
+ "name": "tel-extension"
5069
6698
  },
5070
6699
  {
5071
- "name": "sex"
6700
+ "name": "tel-local"
5072
6701
  },
5073
6702
  {
5074
- "name": "tel-country-code"
6703
+ "name": "tel-national"
5075
6704
  },
5076
6705
  {
5077
- "name": "tel-national"
6706
+ "name": "nickname"
5078
6707
  },
5079
6708
  {
5080
- "name": "tel-area-code"
6709
+ "name": "organization-title"
5081
6710
  },
5082
6711
  {
5083
- "name": "tel-local"
6712
+ "name": "cc-additional-name"
5084
6713
  },
5085
6714
  {
5086
- "name": "tel-extension"
6715
+ "name": "language"
6716
+ },
6717
+ {
6718
+ "name": "bday"
6719
+ },
6720
+ {
6721
+ "name": "sex"
5087
6722
  },
5088
6723
  {
5089
6724
  "name": "impp"
@@ -5107,15 +6742,15 @@
5107
6742
  },
5108
6743
  {
5109
6744
  "name": "cancel-button-icon",
5110
- "description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`."
6745
+ "description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`."
5111
6746
  },
5112
6747
  {
5113
6748
  "name": "cancel-button-text",
5114
- "description": "Set the the cancel button text. Only applies to `ios` mode."
6749
+ "description": "Set the the cancel button text. Only available when the theme is `\"ios\"`."
5115
6750
  },
5116
6751
  {
5117
6752
  "name": "clear-icon",
5118
- "description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`."
6753
+ "description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme."
5119
6754
  },
5120
6755
  {
5121
6756
  "name": "color",
@@ -5225,7 +6860,7 @@
5225
6860
  },
5226
6861
  {
5227
6862
  "name": "mode",
5228
- "description": "The mode determines which platform styles to use.",
6863
+ "description": "The mode determines the platform behaviors of the component.",
5229
6864
  "values": [
5230
6865
  {
5231
6866
  "name": "ios"
@@ -5245,7 +6880,7 @@
5245
6880
  },
5246
6881
  {
5247
6882
  "name": "search-icon",
5248
- "description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode."
6883
+ "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."
5249
6884
  },
5250
6885
  {
5251
6886
  "name": "show-cancel-button",
@@ -5281,6 +6916,21 @@
5281
6916
  "name": "spellcheck",
5282
6917
  "description": "If `true`, enable spellcheck on the input."
5283
6918
  },
6919
+ {
6920
+ "name": "theme",
6921
+ "description": "The theme determines the visual appearance of the component.",
6922
+ "values": [
6923
+ {
6924
+ "name": "ios"
6925
+ },
6926
+ {
6927
+ "name": "md"
6928
+ },
6929
+ {
6930
+ "name": "ionic"
6931
+ }
6932
+ ]
6933
+ },
5284
6934
  {
5285
6935
  "name": "type",
5286
6936
  "description": "Set the type of the input.",
@@ -5366,7 +7016,7 @@
5366
7016
  },
5367
7017
  {
5368
7018
  "name": "mode",
5369
- "description": "The mode determines which platform styles to use.",
7019
+ "description": "The mode determines the platform behaviors of the component.",
5370
7020
  "values": [
5371
7021
  {
5372
7022
  "name": "ios"
@@ -5388,6 +7038,21 @@
5388
7038
  "name": "swipe-gesture",
5389
7039
  "description": "If `true`, users will be able to swipe between segment buttons to activate them."
5390
7040
  },
7041
+ {
7042
+ "name": "theme",
7043
+ "description": "The theme determines the visual appearance of the component.",
7044
+ "values": [
7045
+ {
7046
+ "name": "ios"
7047
+ },
7048
+ {
7049
+ "name": "md"
7050
+ },
7051
+ {
7052
+ "name": "ionic"
7053
+ }
7054
+ ]
7055
+ },
5391
7056
  {
5392
7057
  "name": "value",
5393
7058
  "description": "the value of the segment."
@@ -5441,13 +7106,28 @@
5441
7106
  },
5442
7107
  {
5443
7108
  "name": "mode",
5444
- "description": "The mode determines which platform styles to use.",
7109
+ "description": "The mode determines the platform behaviors of the component.",
7110
+ "values": [
7111
+ {
7112
+ "name": "ios"
7113
+ },
7114
+ {
7115
+ "name": "md"
7116
+ }
7117
+ ]
7118
+ },
7119
+ {
7120
+ "name": "theme",
7121
+ "description": "The theme determines the visual appearance of the component.",
5445
7122
  "values": [
5446
7123
  {
5447
7124
  "name": "ios"
5448
7125
  },
5449
7126
  {
5450
7127
  "name": "md"
7128
+ },
7129
+ {
7130
+ "name": "ionic"
5451
7131
  }
5452
7132
  ]
5453
7133
  },
@@ -5565,11 +7245,11 @@
5565
7245
  },
5566
7246
  {
5567
7247
  "name": "expanded-icon",
5568
- "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."
7248
+ "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."
5569
7249
  },
5570
7250
  {
5571
7251
  "name": "fill",
5572
- "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.",
7252
+ "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.",
5573
7253
  "values": [
5574
7254
  {
5575
7255
  "name": "outline"
@@ -5643,7 +7323,7 @@
5643
7323
  },
5644
7324
  {
5645
7325
  "name": "mode",
5646
- "description": "The mode determines which platform styles to use.",
7326
+ "description": "The mode determines the platform behaviors of the component.",
5647
7327
  "values": [
5648
7328
  {
5649
7329
  "name": "ios"
@@ -5682,9 +7362,24 @@
5682
7362
  }
5683
7363
  ]
5684
7364
  },
7365
+ {
7366
+ "name": "theme",
7367
+ "description": "The theme determines the visual appearance of the component.",
7368
+ "values": [
7369
+ {
7370
+ "name": "ios"
7371
+ },
7372
+ {
7373
+ "name": "md"
7374
+ },
7375
+ {
7376
+ "name": "ionic"
7377
+ }
7378
+ ]
7379
+ },
5685
7380
  {
5686
7381
  "name": "toggle-icon",
5687
- "description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode."
7382
+ "description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes."
5688
7383
  },
5689
7384
  {
5690
7385
  "name": "value",
@@ -5732,6 +7427,33 @@
5732
7427
  "name": "disabled",
5733
7428
  "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."
5734
7429
  },
7430
+ {
7431
+ "name": "mode",
7432
+ "description": "The mode determines the platform behaviors of the component.",
7433
+ "values": [
7434
+ {
7435
+ "name": "ios"
7436
+ },
7437
+ {
7438
+ "name": "md"
7439
+ }
7440
+ ]
7441
+ },
7442
+ {
7443
+ "name": "theme",
7444
+ "description": "The theme determines the visual appearance of the component.",
7445
+ "values": [
7446
+ {
7447
+ "name": "ios"
7448
+ },
7449
+ {
7450
+ "name": "md"
7451
+ },
7452
+ {
7453
+ "name": "ionic"
7454
+ }
7455
+ ]
7456
+ },
5735
7457
  {
5736
7458
  "name": "value",
5737
7459
  "description": "The text value of the option."
@@ -5754,6 +7476,33 @@
5754
7476
  {
5755
7477
  "name": "animated",
5756
7478
  "description": "If `true`, the skeleton text will animate."
7479
+ },
7480
+ {
7481
+ "name": "mode",
7482
+ "description": "The mode determines the platform behaviors of the component.",
7483
+ "values": [
7484
+ {
7485
+ "name": "ios"
7486
+ },
7487
+ {
7488
+ "name": "md"
7489
+ }
7490
+ ]
7491
+ },
7492
+ {
7493
+ "name": "theme",
7494
+ "description": "The theme determines the visual appearance of the component.",
7495
+ "values": [
7496
+ {
7497
+ "name": "ios"
7498
+ },
7499
+ {
7500
+ "name": "md"
7501
+ },
7502
+ {
7503
+ "name": "ionic"
7504
+ }
7505
+ ]
5757
7506
  }
5758
7507
  ],
5759
7508
  "references": [
@@ -5807,6 +7556,18 @@
5807
7556
  "name": "duration",
5808
7557
  "description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner."
5809
7558
  },
7559
+ {
7560
+ "name": "mode",
7561
+ "description": "The mode determines the platform behaviors of the component.",
7562
+ "values": [
7563
+ {
7564
+ "name": "ios"
7565
+ },
7566
+ {
7567
+ "name": "md"
7568
+ }
7569
+ ]
7570
+ },
5810
7571
  {
5811
7572
  "name": "name",
5812
7573
  "description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
@@ -5843,6 +7604,42 @@
5843
7604
  {
5844
7605
  "name": "paused",
5845
7606
  "description": "If `true`, the spinner's animation will be paused."
7607
+ },
7608
+ {
7609
+ "name": "size",
7610
+ "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.",
7611
+ "values": [
7612
+ {
7613
+ "name": "large"
7614
+ },
7615
+ {
7616
+ "name": "medium"
7617
+ },
7618
+ {
7619
+ "name": "small"
7620
+ },
7621
+ {
7622
+ "name": "xlarge"
7623
+ },
7624
+ {
7625
+ "name": "xsmall"
7626
+ }
7627
+ ]
7628
+ },
7629
+ {
7630
+ "name": "theme",
7631
+ "description": "The theme determines the visual appearance of the component.",
7632
+ "values": [
7633
+ {
7634
+ "name": "ios"
7635
+ },
7636
+ {
7637
+ "name": "md"
7638
+ },
7639
+ {
7640
+ "name": "ionic"
7641
+ }
7642
+ ]
5846
7643
  }
5847
7644
  ],
5848
7645
  "references": [
@@ -5867,6 +7664,33 @@
5867
7664
  "name": "disabled",
5868
7665
  "description": "If `true`, the split pane will be hidden."
5869
7666
  },
7667
+ {
7668
+ "name": "mode",
7669
+ "description": "The mode determines the platform behaviors of the component.",
7670
+ "values": [
7671
+ {
7672
+ "name": "ios"
7673
+ },
7674
+ {
7675
+ "name": "md"
7676
+ }
7677
+ ]
7678
+ },
7679
+ {
7680
+ "name": "theme",
7681
+ "description": "The theme determines the visual appearance of the component.",
7682
+ "values": [
7683
+ {
7684
+ "name": "ios"
7685
+ },
7686
+ {
7687
+ "name": "md"
7688
+ },
7689
+ {
7690
+ "name": "ionic"
7691
+ }
7692
+ ]
7693
+ },
5870
7694
  {
5871
7695
  "name": "when",
5872
7696
  "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."
@@ -5890,9 +7714,36 @@
5890
7714
  "name": "component",
5891
7715
  "description": "The component to display inside of the tab."
5892
7716
  },
7717
+ {
7718
+ "name": "mode",
7719
+ "description": "The mode determines the platform behaviors of the component.",
7720
+ "values": [
7721
+ {
7722
+ "name": "ios"
7723
+ },
7724
+ {
7725
+ "name": "md"
7726
+ }
7727
+ ]
7728
+ },
5893
7729
  {
5894
7730
  "name": "tab",
5895
7731
  "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."
7732
+ },
7733
+ {
7734
+ "name": "theme",
7735
+ "description": "The theme determines the visual appearance of the component.",
7736
+ "values": [
7737
+ {
7738
+ "name": "ios"
7739
+ },
7740
+ {
7741
+ "name": "md"
7742
+ },
7743
+ {
7744
+ "name": "ionic"
7745
+ }
7746
+ ]
5896
7747
  }
5897
7748
  ],
5898
7749
  "references": [
@@ -5942,9 +7793,21 @@
5942
7793
  }
5943
7794
  ]
5944
7795
  },
7796
+ {
7797
+ "name": "expand",
7798
+ "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\"`.",
7799
+ "values": [
7800
+ {
7801
+ "name": "compact"
7802
+ },
7803
+ {
7804
+ "name": "full"
7805
+ }
7806
+ ]
7807
+ },
5945
7808
  {
5946
7809
  "name": "mode",
5947
- "description": "The mode determines which platform styles to use.",
7810
+ "description": "The mode determines the platform behaviors of the component.",
5948
7811
  "values": [
5949
7812
  {
5950
7813
  "name": "ios"
@@ -5958,9 +7821,39 @@
5958
7821
  "name": "selected-tab",
5959
7822
  "description": "The selected tab component"
5960
7823
  },
7824
+ {
7825
+ "name": "shape",
7826
+ "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.",
7827
+ "values": [
7828
+ {
7829
+ "name": "rectangular"
7830
+ },
7831
+ {
7832
+ "name": "round"
7833
+ },
7834
+ {
7835
+ "name": "soft"
7836
+ }
7837
+ ]
7838
+ },
7839
+ {
7840
+ "name": "theme",
7841
+ "description": "The theme determines the visual appearance of the component.",
7842
+ "values": [
7843
+ {
7844
+ "name": "ios"
7845
+ },
7846
+ {
7847
+ "name": "md"
7848
+ },
7849
+ {
7850
+ "name": "ionic"
7851
+ }
7852
+ ]
7853
+ },
5961
7854
  {
5962
7855
  "name": "translucent",
5963
- "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)."
7856
+ "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)."
5964
7857
  }
5965
7858
  ],
5966
7859
  "references": [
@@ -6015,7 +7908,7 @@
6015
7908
  },
6016
7909
  {
6017
7910
  "name": "mode",
6018
- "description": "The mode determines which platform styles to use.",
7911
+ "description": "The mode determines the platform behaviors of the component.",
6019
7912
  "values": [
6020
7913
  {
6021
7914
  "name": "ios"
@@ -6040,6 +7933,21 @@
6040
7933
  {
6041
7934
  "name": "target",
6042
7935
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
7936
+ },
7937
+ {
7938
+ "name": "theme",
7939
+ "description": "The theme determines the visual appearance of the component.",
7940
+ "values": [
7941
+ {
7942
+ "name": "ios"
7943
+ },
7944
+ {
7945
+ "name": "md"
7946
+ },
7947
+ {
7948
+ "name": "ionic"
7949
+ }
7950
+ ]
6043
7951
  }
6044
7952
  ],
6045
7953
  "references": [
@@ -6055,7 +7963,35 @@
6055
7963
  "kind": "markdown",
6056
7964
  "value": ""
6057
7965
  },
6058
- "attributes": [],
7966
+ "attributes": [
7967
+ {
7968
+ "name": "mode",
7969
+ "description": "The mode determines the platform behaviors of the component.",
7970
+ "values": [
7971
+ {
7972
+ "name": "ios"
7973
+ },
7974
+ {
7975
+ "name": "md"
7976
+ }
7977
+ ]
7978
+ },
7979
+ {
7980
+ "name": "theme",
7981
+ "description": "The theme determines the visual appearance of the component.",
7982
+ "values": [
7983
+ {
7984
+ "name": "ios"
7985
+ },
7986
+ {
7987
+ "name": "md"
7988
+ },
7989
+ {
7990
+ "name": "ionic"
7991
+ }
7992
+ ]
7993
+ }
7994
+ ],
6059
7995
  "references": [
6060
7996
  {
6061
7997
  "name": "Source code",
@@ -6105,13 +8041,28 @@
6105
8041
  },
6106
8042
  {
6107
8043
  "name": "mode",
6108
- "description": "The mode determines which platform styles to use.",
8044
+ "description": "The mode determines the platform behaviors of the component.",
8045
+ "values": [
8046
+ {
8047
+ "name": "ios"
8048
+ },
8049
+ {
8050
+ "name": "md"
8051
+ }
8052
+ ]
8053
+ },
8054
+ {
8055
+ "name": "theme",
8056
+ "description": "The theme determines the visual appearance of the component.",
6109
8057
  "values": [
6110
8058
  {
6111
8059
  "name": "ios"
6112
8060
  },
6113
8061
  {
6114
8062
  "name": "md"
8063
+ },
8064
+ {
8065
+ "name": "ionic"
6115
8066
  }
6116
8067
  ]
6117
8068
  }
@@ -6228,7 +8179,7 @@
6228
8179
  },
6229
8180
  {
6230
8181
  "name": "fill",
6231
- "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.",
8182
+ "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\"`.",
6232
8183
  "values": [
6233
8184
  {
6234
8185
  "name": "outline"
@@ -6307,7 +8258,7 @@
6307
8258
  },
6308
8259
  {
6309
8260
  "name": "mode",
6310
- "description": "The mode determines which platform styles to use.",
8261
+ "description": "The mode determines the platform behaviors of the component.",
6311
8262
  "values": [
6312
8263
  {
6313
8264
  "name": "ios"
@@ -6339,10 +8290,31 @@
6339
8290
  },
6340
8291
  {
6341
8292
  "name": "shape",
6342
- "description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
8293
+ "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.",
6343
8294
  "values": [
8295
+ {
8296
+ "name": "rectangular"
8297
+ },
6344
8298
  {
6345
8299
  "name": "round"
8300
+ },
8301
+ {
8302
+ "name": "soft"
8303
+ }
8304
+ ]
8305
+ },
8306
+ {
8307
+ "name": "size",
8308
+ "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.",
8309
+ "values": [
8310
+ {
8311
+ "name": "large"
8312
+ },
8313
+ {
8314
+ "name": "medium"
8315
+ },
8316
+ {
8317
+ "name": "small"
6346
8318
  }
6347
8319
  ]
6348
8320
  },
@@ -6350,6 +8322,21 @@
6350
8322
  "name": "spellcheck",
6351
8323
  "description": "If `true`, the element will have its spelling and grammar checked."
6352
8324
  },
8325
+ {
8326
+ "name": "theme",
8327
+ "description": "The theme determines the visual appearance of the component.",
8328
+ "values": [
8329
+ {
8330
+ "name": "ios"
8331
+ },
8332
+ {
8333
+ "name": "md"
8334
+ },
8335
+ {
8336
+ "name": "ionic"
8337
+ }
8338
+ ]
8339
+ },
6353
8340
  {
6354
8341
  "name": "value",
6355
8342
  "description": "The value of the textarea."
@@ -6383,7 +8370,35 @@
6383
8370
  "kind": "markdown",
6384
8371
  "value": ""
6385
8372
  },
6386
- "attributes": [],
8373
+ "attributes": [
8374
+ {
8375
+ "name": "mode",
8376
+ "description": "The mode determines the platform behaviors of the component.",
8377
+ "values": [
8378
+ {
8379
+ "name": "ios"
8380
+ },
8381
+ {
8382
+ "name": "md"
8383
+ }
8384
+ ]
8385
+ },
8386
+ {
8387
+ "name": "theme",
8388
+ "description": "The theme determines the visual appearance of the component.",
8389
+ "values": [
8390
+ {
8391
+ "name": "ios"
8392
+ },
8393
+ {
8394
+ "name": "md"
8395
+ },
8396
+ {
8397
+ "name": "ionic"
8398
+ }
8399
+ ]
8400
+ }
8401
+ ],
6387
8402
  "references": [
6388
8403
  {
6389
8404
  "name": "Source code",
@@ -6431,6 +8446,18 @@
6431
8446
  }
6432
8447
  ]
6433
8448
  },
8449
+ {
8450
+ "name": "mode",
8451
+ "description": "The mode determines the platform behaviors of the component.",
8452
+ "values": [
8453
+ {
8454
+ "name": "ios"
8455
+ },
8456
+ {
8457
+ "name": "md"
8458
+ }
8459
+ ]
8460
+ },
6434
8461
  {
6435
8462
  "name": "size",
6436
8463
  "description": "The size of the toolbar title.",
@@ -6442,6 +8469,21 @@
6442
8469
  "name": "small"
6443
8470
  }
6444
8471
  ]
8472
+ },
8473
+ {
8474
+ "name": "theme",
8475
+ "description": "The theme determines the visual appearance of the component.",
8476
+ "values": [
8477
+ {
8478
+ "name": "ios"
8479
+ },
8480
+ {
8481
+ "name": "md"
8482
+ },
8483
+ {
8484
+ "name": "ionic"
8485
+ }
8486
+ ]
6445
8487
  }
6446
8488
  ],
6447
8489
  "references": [
@@ -6537,7 +8579,7 @@
6537
8579
  },
6538
8580
  {
6539
8581
  "name": "mode",
6540
- "description": "The mode determines which platform styles to use.",
8582
+ "description": "The mode determines the platform behaviors of the component.",
6541
8583
  "values": [
6542
8584
  {
6543
8585
  "name": "ios"
@@ -6566,6 +8608,21 @@
6566
8608
  "name": "position-anchor",
6567
8609
  "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."
6568
8610
  },
8611
+ {
8612
+ "name": "shape",
8613
+ "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.",
8614
+ "values": [
8615
+ {
8616
+ "name": "rectangular"
8617
+ },
8618
+ {
8619
+ "name": "round"
8620
+ },
8621
+ {
8622
+ "name": "soft"
8623
+ }
8624
+ ]
8625
+ },
6569
8626
  {
6570
8627
  "name": "swipe-gesture",
6571
8628
  "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.",
@@ -6575,9 +8632,24 @@
6575
8632
  }
6576
8633
  ]
6577
8634
  },
8635
+ {
8636
+ "name": "theme",
8637
+ "description": "The theme determines the visual appearance of the component.",
8638
+ "values": [
8639
+ {
8640
+ "name": "ios"
8641
+ },
8642
+ {
8643
+ "name": "md"
8644
+ },
8645
+ {
8646
+ "name": "ionic"
8647
+ }
8648
+ ]
8649
+ },
6578
8650
  {
6579
8651
  "name": "translucent",
6580
- "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)."
8652
+ "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)."
6581
8653
  },
6582
8654
  {
6583
8655
  "name": "trigger",
@@ -6690,7 +8762,7 @@
6690
8762
  },
6691
8763
  {
6692
8764
  "name": "mode",
6693
- "description": "The mode determines which platform styles to use.",
8765
+ "description": "The mode determines the platform behaviors of the component.",
6694
8766
  "values": [
6695
8767
  {
6696
8768
  "name": "ios"
@@ -6704,6 +8776,21 @@
6704
8776
  "name": "name",
6705
8777
  "description": "The name of the control, which is submitted with the form data."
6706
8778
  },
8779
+ {
8780
+ "name": "theme",
8781
+ "description": "The theme determines the visual appearance of the component.",
8782
+ "values": [
8783
+ {
8784
+ "name": "ios"
8785
+ },
8786
+ {
8787
+ "name": "md"
8788
+ },
8789
+ {
8790
+ "name": "ionic"
8791
+ }
8792
+ ]
8793
+ },
6707
8794
  {
6708
8795
  "name": "value",
6709
8796
  "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>`."
@@ -6758,13 +8845,28 @@
6758
8845
  },
6759
8846
  {
6760
8847
  "name": "mode",
6761
- "description": "The mode determines which platform styles to use.",
8848
+ "description": "The mode determines the platform behaviors of the component.",
8849
+ "values": [
8850
+ {
8851
+ "name": "ios"
8852
+ },
8853
+ {
8854
+ "name": "md"
8855
+ }
8856
+ ]
8857
+ },
8858
+ {
8859
+ "name": "theme",
8860
+ "description": "The theme determines the visual appearance of the component.",
6762
8861
  "values": [
6763
8862
  {
6764
8863
  "name": "ios"
6765
8864
  },
6766
8865
  {
6767
8866
  "name": "md"
8867
+ },
8868
+ {
8869
+ "name": "ionic"
6768
8870
  }
6769
8871
  ]
6770
8872
  }