@ionic/core 8.3.2-dev.11728314937.130218e6 → 8.3.2-dev.11728333520.118877e0

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 (1136) hide show
  1. package/components/action-sheet.js +8 -13
  2. package/components/alert.js +36 -19
  3. package/components/animation.js +1 -1
  4. package/components/backdrop.js +6 -10
  5. package/components/button.js +11 -41
  6. package/components/buttons.js +7 -11
  7. package/components/capacitor.js +1 -1
  8. package/components/checkbox.js +13 -30
  9. package/components/data.js +4 -4
  10. package/components/focus-visible.js +1 -8
  11. package/components/framework-delegate.js +1 -3
  12. package/components/hardware-back-button.js +115 -0
  13. package/components/helpers.js +1 -4
  14. package/components/index2.js +2 -2
  15. package/components/index4.js +9 -8
  16. package/components/index5.js +3 -27
  17. package/components/index6.js +20 -114
  18. package/components/index7.js +27 -163
  19. package/components/index8.js +128 -0
  20. package/{dist/esm/index-7f65e865.js → components/index9.js} +2 -3
  21. package/components/input-shims.js +2 -2
  22. package/components/input.utils.js +2 -1
  23. package/components/ion-accordion-group.js +6 -9
  24. package/components/ion-accordion.js +9 -32
  25. package/components/ion-app.js +77 -10
  26. package/components/ion-avatar.js +3 -52
  27. package/components/ion-back-button.js +19 -29
  28. package/components/ion-badge.js +8 -44
  29. package/components/ion-breadcrumb.js +11 -45
  30. package/components/ion-breadcrumbs.js +5 -9
  31. package/components/ion-card-content.js +7 -11
  32. package/components/ion-card-header.js +5 -9
  33. package/components/ion-card-subtitle.js +5 -9
  34. package/components/ion-card-title.js +5 -9
  35. package/components/ion-card.js +9 -17
  36. package/components/ion-chip.js +8 -45
  37. package/components/ion-col.js +5 -5
  38. package/components/ion-content.js +12 -14
  39. package/components/ion-datetime-button.js +6 -9
  40. package/components/ion-datetime.js +20 -96
  41. package/components/ion-fab-button.js +10 -33
  42. package/components/ion-fab-list.js +5 -5
  43. package/components/ion-fab.js +6 -6
  44. package/components/ion-footer.js +12 -18
  45. package/components/ion-grid.js +5 -5
  46. package/components/ion-header.js +15 -24
  47. package/components/ion-img.js +2 -5
  48. package/components/ion-infinite-scroll-content.js +8 -13
  49. package/components/ion-infinite-scroll.js +5 -5
  50. package/components/ion-input-password-toggle.js +14 -53
  51. package/components/ion-input.js +20 -118
  52. package/components/ion-item-divider.js +5 -9
  53. package/components/ion-item-group.js +5 -9
  54. package/components/ion-item-option.js +8 -28
  55. package/components/ion-item-options.js +5 -9
  56. package/components/ion-item-sliding.js +5 -5
  57. package/components/ion-loading.js +8 -13
  58. package/components/ion-menu-button.js +10 -28
  59. package/components/ion-menu-toggle.js +5 -5
  60. package/components/ion-menu.js +8 -12
  61. package/components/ion-modal.js +12 -30
  62. package/components/ion-nav-link.js +1 -1
  63. package/components/ion-nav.js +6 -8
  64. package/components/ion-note.js +5 -9
  65. package/components/ion-picker-legacy.js +8 -7
  66. package/components/ion-progress-bar.js +6 -11
  67. package/components/ion-range.js +8 -11
  68. package/components/ion-refresher-content.js +9 -28
  69. package/components/ion-refresher.js +7 -11
  70. package/components/ion-reorder-group.js +5 -5
  71. package/components/ion-reorder.js +5 -31
  72. package/components/ion-router-link.js +6 -6
  73. package/components/ion-router-outlet.js +3 -4
  74. package/components/ion-row.js +2 -5
  75. package/components/ion-searchbar.js +16 -93
  76. package/components/ion-segment-button.js +8 -12
  77. package/components/ion-segment.js +24 -15
  78. package/components/ion-select-option.js +2 -5
  79. package/components/ion-select.js +28 -77
  80. package/components/ion-skeleton-text.js +5 -6
  81. package/components/ion-split-pane.js +8 -12
  82. package/components/ion-tab-bar.js +8 -31
  83. package/components/ion-tab-button.js +7 -12
  84. package/components/ion-tab.js +2 -2
  85. package/components/ion-tabs.js +2 -2
  86. package/components/ion-text.js +5 -5
  87. package/components/ion-textarea.js +11 -38
  88. package/components/ion-thumbnail.js +2 -5
  89. package/components/ion-title.js +7 -11
  90. package/components/ion-toast.js +10 -14
  91. package/components/ion-toggle.js +18 -77
  92. package/components/ion-toolbar.js +7 -11
  93. package/components/ionic-global.js +84 -374
  94. package/components/ios.transition.js +0 -1
  95. package/components/item.js +11 -41
  96. package/components/keyboard-controller.js +2 -4
  97. package/components/label.js +5 -9
  98. package/components/list-header.js +5 -9
  99. package/components/list.js +6 -29
  100. package/components/notch-controller.js +1 -1
  101. package/components/overlays.js +5 -4
  102. package/components/picker-column-option.js +5 -9
  103. package/components/picker-column.js +8 -7
  104. package/components/picker-column2.js +4 -4
  105. package/components/picker.js +4 -8
  106. package/components/popover.js +8 -11
  107. package/components/radio-group.js +3 -5
  108. package/components/radio.js +8 -12
  109. package/components/ripple-effect.js +8 -18
  110. package/components/select-popover.js +2 -9
  111. package/components/spinner.js +9 -36
  112. package/components/status-tap.js +1 -1
  113. package/css/core.css +1 -1
  114. package/css/core.css.map +1 -1
  115. package/css/display.css.map +1 -1
  116. package/css/flex-utils.css.map +1 -1
  117. package/css/float-elements.css.map +1 -1
  118. package/css/global.bundle.css.map +1 -1
  119. package/css/ionic-swiper.css +1 -1
  120. package/css/ionic-swiper.css.map +1 -1
  121. package/css/ionic.bundle.css +1 -1
  122. package/css/ionic.bundle.css.map +1 -1
  123. package/css/normalize.css.map +1 -1
  124. package/css/padding.css.map +1 -1
  125. package/css/palettes/dark.always.css.map +1 -1
  126. package/css/palettes/dark.class.css.map +1 -1
  127. package/css/palettes/dark.system.css.map +1 -1
  128. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  129. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  130. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  131. package/css/palettes/high-contrast.always.css.map +1 -1
  132. package/css/palettes/high-contrast.class.css.map +1 -1
  133. package/css/palettes/high-contrast.system.css.map +1 -1
  134. package/css/structure.css.map +1 -1
  135. package/css/text-alignment.css.map +1 -1
  136. package/css/text-transformation.css.map +1 -1
  137. package/css/typography.css.map +1 -1
  138. package/css/utils.bundle.css.map +1 -1
  139. package/dist/cjs/{animation-232e0c8f.js → animation-b4fdf128.js} +2 -2
  140. package/dist/cjs/{app-globals-0189a70c.js → app-globals-21afee77.js} +1 -1
  141. package/dist/cjs/{button-active-41228dbf.js → button-active-3f2f60b4.js} +4 -4
  142. package/dist/cjs/{capacitor-806e7fee.js → capacitor-c04564bf.js} +3 -3
  143. package/dist/cjs/{data-cad5d489.js → data-21dc0f81.js} +6 -6
  144. package/dist/{esm/focus-visible-501aff19.js → cjs/focus-visible-7a0ce04f.js} +3 -8
  145. package/dist/cjs/{framework-delegate-cf116b1d.js → framework-delegate-55f5683a.js} +2 -4
  146. package/dist/cjs/{haptic-f0cad9a6.js → haptic-f6b37aa3.js} +1 -1
  147. package/dist/cjs/hardware-back-button-9e8a2c4f.js +122 -0
  148. package/dist/cjs/{helpers-e75eb909.js → helpers-afaa9001.js} +1 -4
  149. package/dist/cjs/index-5915f9b3.js +38 -0
  150. package/dist/cjs/{index-1d02518d.js → index-5b6a7459.js} +3 -3
  151. package/dist/cjs/{config-1349d5b4.js → index-73f75efb.js} +0 -79
  152. package/dist/cjs/{index-2c8b42cd.js → index-9509ecad.js} +7 -8
  153. package/dist/cjs/{index-71085796.js → index-9cd00dc3.js} +15 -14
  154. package/dist/cjs/index-c8d52405.js +10 -0
  155. package/dist/cjs/{index-3ac79a1b.js → index-f05acd21.js} +12 -11
  156. package/dist/cjs/index.cjs.js +13 -10
  157. package/dist/cjs/{input-shims-2958dcc9.js → input-shims-9e59ef62.js} +17 -17
  158. package/dist/cjs/{input.utils-ed749ecb.js → input.utils-611cde0b.js} +5 -4
  159. package/dist/cjs/ion-accordion_2.cjs.entry.js +24 -49
  160. package/dist/cjs/ion-action-sheet.cjs.entry.js +30 -32
  161. package/dist/cjs/ion-alert.cjs.entry.js +67 -46
  162. package/dist/cjs/ion-app_8.cjs.entry.js +189 -145
  163. package/dist/cjs/ion-avatar_3.cjs.entry.js +13 -96
  164. package/dist/cjs/ion-back-button.cjs.entry.js +25 -34
  165. package/dist/cjs/ion-backdrop.cjs.entry.js +9 -13
  166. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +25 -62
  167. package/dist/cjs/ion-button_2.cjs.entry.js +24 -54
  168. package/dist/cjs/ion-card_5.cjs.entry.js +36 -59
  169. package/dist/cjs/ion-checkbox.cjs.entry.js +21 -36
  170. package/dist/cjs/ion-chip.cjs.entry.js +9 -44
  171. package/dist/cjs/ion-col_3.cjs.entry.js +15 -18
  172. package/dist/cjs/ion-datetime-button.cjs.entry.js +15 -18
  173. package/dist/cjs/ion-datetime_3.cjs.entry.js +115 -188
  174. package/dist/cjs/ion-fab_3.cjs.entry.js +29 -51
  175. package/dist/cjs/ion-img.cjs.entry.js +9 -12
  176. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +29 -32
  177. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +19 -57
  178. package/dist/cjs/ion-input.cjs.entry.js +39 -133
  179. package/dist/cjs/ion-item-option_3.cjs.entry.js +29 -51
  180. package/dist/cjs/ion-item_8.cjs.entry.js +60 -131
  181. package/dist/cjs/ion-loading.cjs.entry.js +30 -31
  182. package/dist/cjs/ion-menu_3.cjs.entry.js +49 -67
  183. package/dist/cjs/ion-modal.cjs.entry.js +58 -73
  184. package/dist/cjs/ion-nav_2.cjs.entry.js +28 -29
  185. package/dist/cjs/ion-picker-column-option.cjs.entry.js +9 -13
  186. package/dist/cjs/ion-picker-column.cjs.entry.js +17 -16
  187. package/dist/cjs/ion-picker.cjs.entry.js +9 -13
  188. package/dist/cjs/ion-popover.cjs.entry.js +30 -31
  189. package/dist/cjs/ion-progress-bar.cjs.entry.js +14 -18
  190. package/dist/cjs/ion-radio_2.cjs.entry.js +21 -27
  191. package/dist/cjs/ion-range.cjs.entry.js +28 -31
  192. package/dist/cjs/ion-refresher_2.cjs.entry.js +53 -73
  193. package/dist/cjs/ion-reorder_2.cjs.entry.js +22 -45
  194. package/dist/cjs/ion-ripple-effect.cjs.entry.js +12 -22
  195. package/dist/cjs/ion-route_4.cjs.entry.js +17 -17
  196. package/dist/cjs/ion-searchbar.cjs.entry.js +31 -107
  197. package/dist/cjs/ion-segment_2.cjs.entry.js +42 -37
  198. package/dist/cjs/ion-select_3.cjs.entry.js +63 -118
  199. package/dist/cjs/ion-spinner.cjs.entry.js +17 -42
  200. package/dist/cjs/ion-split-pane.cjs.entry.js +12 -16
  201. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +28 -52
  202. package/dist/cjs/ion-tab_2.cjs.entry.js +14 -14
  203. package/dist/cjs/ion-text.cjs.entry.js +7 -7
  204. package/dist/cjs/ion-textarea.cjs.entry.js +32 -56
  205. package/dist/cjs/ion-toast.cjs.entry.js +41 -43
  206. package/dist/cjs/ion-toggle.cjs.entry.js +31 -88
  207. package/dist/cjs/ionic-global-d9a8bb5b.js +237 -0
  208. package/dist/cjs/ionic.cjs.js +7 -7
  209. package/dist/cjs/{ios.transition-4411892c.js → ios.transition-cf40433b.js} +7 -6
  210. package/dist/cjs/{keyboard-ed6e1327.js → keyboard-0272231f.js} +1 -1
  211. package/dist/cjs/{keyboard-e0062bfc.js → keyboard-af1bb365.js} +3 -4
  212. package/dist/cjs/{keyboard-controller-020444ad.js → keyboard-controller-c05e747a.js} +9 -11
  213. package/dist/cjs/loader.cjs.js +5 -5
  214. package/dist/cjs/{md.transition-261f9f67.js → md.transition-ededf99f.js} +7 -5
  215. package/dist/cjs/{notch-controller-70ad2323.js → notch-controller-d69150f5.js} +4 -4
  216. package/dist/cjs/{overlays-22320753.js → overlays-0123d7d4.js} +19 -18
  217. package/dist/cjs/{status-tap-cfc7f9a5.js → status-tap-37681226.js} +8 -8
  218. package/dist/cjs/{swipe-back-ecdf1cf5.js → swipe-back-0303a5e4.js} +1 -2
  219. package/dist/collection/components/accordion/accordion.ios.css +0 -12
  220. package/dist/collection/components/accordion/accordion.js +15 -35
  221. package/dist/collection/components/accordion/accordion.md.css +0 -6
  222. package/dist/collection/components/accordion-group/accordion-group.ios.css +0 -12
  223. package/dist/collection/components/accordion-group/accordion-group.js +8 -11
  224. package/dist/collection/components/accordion-group/accordion-group.md.css +0 -18
  225. package/dist/collection/components/action-sheet/action-sheet.ios.css +6 -18
  226. package/dist/collection/components/action-sheet/action-sheet.js +10 -14
  227. package/dist/collection/components/action-sheet/action-sheet.md.css +5 -17
  228. package/dist/collection/components/alert/alert.ios.css +1 -19
  229. package/dist/collection/components/alert/alert.js +42 -19
  230. package/dist/collection/components/alert/alert.md.css +1 -19
  231. package/dist/collection/components/app/app.js +80 -18
  232. package/dist/collection/components/avatar/avatar.ios.css +0 -12
  233. package/dist/collection/components/avatar/avatar.js +4 -92
  234. package/dist/collection/components/avatar/avatar.md.css +0 -12
  235. package/dist/collection/components/back-button/back-button.ios.css +48 -60
  236. package/dist/collection/components/back-button/back-button.js +19 -27
  237. package/dist/collection/components/back-button/back-button.md.css +48 -60
  238. package/dist/collection/components/backdrop/backdrop.ios.css +1 -13
  239. package/dist/collection/components/backdrop/backdrop.js +6 -12
  240. package/dist/collection/components/backdrop/backdrop.md.css +1 -13
  241. package/dist/collection/components/badge/badge.ios.css +3 -106
  242. package/dist/collection/components/badge/badge.js +8 -75
  243. package/dist/collection/components/badge/badge.md.css +3 -106
  244. package/dist/collection/components/breadcrumb/breadcrumb.ios.css +8 -20
  245. package/dist/collection/components/breadcrumb/breadcrumb.js +11 -43
  246. package/dist/collection/components/breadcrumb/breadcrumb.md.css +8 -20
  247. package/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +0 -6
  248. package/dist/collection/components/breadcrumbs/breadcrumbs.js +9 -11
  249. package/dist/collection/components/breadcrumbs/breadcrumbs.md.css +0 -6
  250. package/dist/collection/components/button/button.ios.css +36 -129
  251. package/dist/collection/components/button/button.js +16 -46
  252. package/dist/collection/components/button/button.md.css +40 -120
  253. package/dist/collection/components/buttons/buttons.ios.css +7 -59
  254. package/dist/collection/components/buttons/buttons.js +8 -14
  255. package/dist/collection/components/buttons/buttons.md.css +3 -55
  256. package/dist/collection/components/card/card.ios.css +14 -65
  257. package/dist/collection/components/card/card.js +10 -34
  258. package/dist/collection/components/card/card.md.css +14 -65
  259. package/dist/collection/components/card-content/card-content.ios.css +1 -16
  260. package/dist/collection/components/card-content/card-content.js +8 -11
  261. package/dist/collection/components/card-content/card-content.md.css +1 -16
  262. package/dist/collection/components/card-header/card-header.ios.css +15 -27
  263. package/dist/collection/components/card-header/card-header.js +9 -12
  264. package/dist/collection/components/card-header/card-header.md.css +15 -27
  265. package/dist/collection/components/card-subtitle/card-subtitle.ios.css +0 -12
  266. package/dist/collection/components/card-subtitle/card-subtitle.js +8 -11
  267. package/dist/collection/components/card-subtitle/card-subtitle.md.css +0 -12
  268. package/dist/collection/components/card-title/card-title.ios.css +0 -73
  269. package/dist/collection/components/card-title/card-title.js +8 -11
  270. package/dist/collection/components/card-title/card-title.md.css +0 -73
  271. package/dist/collection/components/checkbox/checkbox.ios.css +2 -20
  272. package/dist/collection/components/checkbox/checkbox.js +14 -63
  273. package/dist/collection/components/checkbox/checkbox.md.css +3 -21
  274. package/dist/collection/components/chip/chip.ios.css +1 -20
  275. package/dist/collection/components/chip/chip.js +8 -77
  276. package/dist/collection/components/chip/chip.md.css +1 -20
  277. package/dist/collection/components/col/col.css +0 -12
  278. package/dist/collection/components/col/col.js +5 -9
  279. package/dist/collection/components/content/content.css +2 -8
  280. package/dist/collection/components/content/content.js +11 -16
  281. package/dist/collection/components/datetime/datetime.ios.css +73 -232
  282. package/dist/collection/components/datetime/datetime.js +19 -95
  283. package/dist/collection/components/datetime/datetime.md.css +73 -232
  284. package/dist/collection/components/datetime/utils/data.js +3 -3
  285. package/dist/collection/components/datetime-button/datetime-button.ios.css +0 -6
  286. package/dist/collection/components/datetime-button/datetime-button.js +8 -11
  287. package/dist/collection/components/datetime-button/datetime-button.md.css +0 -6
  288. package/dist/collection/components/fab/fab.css +1 -25
  289. package/dist/collection/components/fab/fab.js +5 -9
  290. package/dist/collection/components/fab-button/fab-button.ios.css +6 -18
  291. package/dist/collection/components/fab-button/fab-button.js +15 -36
  292. package/dist/collection/components/fab-button/fab-button.md.css +8 -20
  293. package/dist/collection/components/fab-list/fab-list.css +0 -12
  294. package/dist/collection/components/fab-list/fab-list.js +5 -9
  295. package/dist/collection/components/footer/footer.ios.css +2 -14
  296. package/dist/collection/components/footer/footer.js +15 -20
  297. package/dist/collection/components/footer/footer.md.css +0 -12
  298. package/dist/collection/components/grid/grid.css +0 -12
  299. package/dist/collection/components/grid/grid.js +5 -9
  300. package/dist/collection/components/header/header.ios.css +10 -25
  301. package/dist/collection/components/header/header.js +17 -42
  302. package/dist/collection/components/header/header.md.css +8 -23
  303. package/dist/collection/components/img/img.js +2 -8
  304. package/dist/collection/components/infinite-scroll/infinite-scroll.js +4 -8
  305. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +0 -12
  306. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +10 -16
  307. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +0 -12
  308. package/dist/collection/components/input/input.ios.css +2 -21
  309. package/dist/collection/components/input/input.js +30 -144
  310. package/dist/collection/components/input/input.md.css +4 -43
  311. package/dist/collection/components/input-password-toggle/input-password-toggle.js +12 -48
  312. package/dist/collection/components/item/item.ios.css +69 -108
  313. package/dist/collection/components/item/item.js +16 -44
  314. package/dist/collection/components/item/item.md.css +68 -119
  315. package/dist/collection/components/item-divider/item-divider.ios.css +0 -18
  316. package/dist/collection/components/item-divider/item-divider.js +8 -11
  317. package/dist/collection/components/item-divider/item-divider.md.css +0 -18
  318. package/dist/collection/components/item-group/item-group.ios.css +0 -12
  319. package/dist/collection/components/item-group/item-group.js +7 -13
  320. package/dist/collection/components/item-group/item-group.md.css +0 -12
  321. package/dist/collection/components/item-option/item-option.ios.css +2 -14
  322. package/dist/collection/components/item-option/item-option.js +8 -43
  323. package/dist/collection/components/item-option/item-option.md.css +2 -14
  324. package/dist/collection/components/item-options/item-options.ios.css +0 -18
  325. package/dist/collection/components/item-options/item-options.js +7 -13
  326. package/dist/collection/components/item-options/item-options.md.css +0 -18
  327. package/dist/collection/components/item-sliding/item-sliding.css +0 -6
  328. package/dist/collection/components/item-sliding/item-sliding.js +4 -8
  329. package/dist/collection/components/label/label.ios.css +0 -18
  330. package/dist/collection/components/label/label.js +8 -11
  331. package/dist/collection/components/label/label.md.css +0 -18
  332. package/dist/collection/components/list/list.ios.css +0 -18
  333. package/dist/collection/components/list/list.js +9 -47
  334. package/dist/collection/components/list/list.md.css +2 -20
  335. package/dist/collection/components/list-header/list-header.ios.css +0 -18
  336. package/dist/collection/components/list-header/list-header.js +8 -11
  337. package/dist/collection/components/list-header/list-header.md.css +0 -18
  338. package/dist/collection/components/loading/loading.ios.css +1 -13
  339. package/dist/collection/components/loading/loading.js +10 -13
  340. package/dist/collection/components/loading/loading.md.css +1 -13
  341. package/dist/collection/components/menu/menu.ios.css +3 -15
  342. package/dist/collection/components/menu/menu.js +7 -12
  343. package/dist/collection/components/menu/menu.md.css +3 -15
  344. package/dist/collection/components/menu-button/menu-button.ios.css +14 -48
  345. package/dist/collection/components/menu-button/menu-button.js +10 -26
  346. package/dist/collection/components/menu-button/menu-button.md.css +15 -49
  347. package/dist/collection/components/menu-toggle/menu-toggle.js +5 -8
  348. package/dist/collection/components/modal/modal.ios.css +63 -106
  349. package/dist/collection/components/modal/modal.js +10 -44
  350. package/dist/collection/components/modal/modal.md.css +63 -106
  351. package/dist/collection/components/nav/nav.css +1 -7
  352. package/dist/collection/components/nav/nav.js +5 -11
  353. package/dist/collection/components/nav-link/nav-link.js +1 -5
  354. package/dist/collection/components/note/note.ios.css +0 -12
  355. package/dist/collection/components/note/note.js +8 -11
  356. package/dist/collection/components/note/note.md.css +0 -12
  357. package/dist/collection/components/picker/picker.ios.css +3 -15
  358. package/dist/collection/components/picker/picker.js +5 -8
  359. package/dist/collection/components/picker/picker.md.css +3 -15
  360. package/dist/collection/components/picker-column/picker-column.css +2 -9
  361. package/dist/collection/components/picker-column/picker-column.js +7 -8
  362. package/dist/collection/components/picker-column-option/picker-column-option.ios.css +0 -6
  363. package/dist/collection/components/picker-column-option/picker-column-option.js +7 -13
  364. package/dist/collection/components/picker-column-option/picker-column-option.md.css +0 -6
  365. package/dist/collection/components/picker-legacy/picker.ios.css +1 -13
  366. package/dist/collection/components/picker-legacy/picker.js +6 -7
  367. package/dist/collection/components/picker-legacy/picker.md.css +1 -13
  368. package/dist/collection/components/picker-legacy-column/picker-column.ios.css +0 -12
  369. package/dist/collection/components/picker-legacy-column/picker-column.js +4 -4
  370. package/dist/collection/components/picker-legacy-column/picker-column.md.css +0 -12
  371. package/dist/collection/components/popover/popover.ios.css +1 -13
  372. package/dist/collection/components/popover/popover.js +12 -15
  373. package/dist/collection/components/popover/popover.md.css +1 -13
  374. package/dist/collection/components/progress-bar/progress-bar.ios.css +2 -8
  375. package/dist/collection/components/progress-bar/progress-bar.js +7 -10
  376. package/dist/collection/components/progress-bar/progress-bar.md.css +2 -8
  377. package/dist/collection/components/radio/radio.ios.css +91 -134
  378. package/dist/collection/components/radio/radio.js +9 -12
  379. package/dist/collection/components/radio/radio.md.css +91 -134
  380. package/dist/collection/components/radio-group/radio-group.js +3 -9
  381. package/dist/collection/components/range/range.ios.css +0 -12
  382. package/dist/collection/components/range/range.js +9 -12
  383. package/dist/collection/components/range/range.md.css +0 -12
  384. package/dist/collection/components/refresher/refresher.ios.css +1 -14
  385. package/dist/collection/components/refresher/refresher.js +8 -11
  386. package/dist/collection/components/refresher/refresher.md.css +2 -15
  387. package/dist/collection/components/refresher-content/refresher-content.js +7 -28
  388. package/dist/collection/components/reorder/reorder.ios.css +0 -6
  389. package/dist/collection/components/reorder/reorder.js +6 -33
  390. package/dist/collection/components/reorder/reorder.md.css +0 -6
  391. package/dist/collection/components/reorder-group/reorder-group.css +0 -6
  392. package/dist/collection/components/reorder-group/reorder-group.js +4 -8
  393. package/dist/collection/components/ripple-effect/{ripple-effect.common.css → ripple-effect.css} +1 -7
  394. package/dist/collection/components/ripple-effect/ripple-effect.js +6 -14
  395. package/dist/collection/components/route/route.js +0 -4
  396. package/dist/collection/components/router/router.js +0 -4
  397. package/dist/collection/components/router-link/router-link.css +2 -8
  398. package/dist/collection/components/router-link/router-link.js +5 -9
  399. package/dist/collection/components/router-outlet/router-outlet.css +1 -7
  400. package/dist/collection/components/router-outlet/router-outlet.js +2 -5
  401. package/dist/collection/components/row/row.css +0 -12
  402. package/dist/collection/components/row/row.js +2 -9
  403. package/dist/collection/components/searchbar/searchbar.ios.css +18 -56
  404. package/dist/collection/components/searchbar/searchbar.js +25 -97
  405. package/dist/collection/components/searchbar/searchbar.md.css +18 -56
  406. package/dist/collection/components/segment/segment.ios.css +2 -45
  407. package/dist/collection/components/segment/segment.js +25 -15
  408. package/dist/collection/components/segment/segment.md.css +2 -45
  409. package/dist/collection/components/segment-button/segment-button.ios.css +105 -146
  410. package/dist/collection/components/segment-button/segment-button.js +9 -12
  411. package/dist/collection/components/segment-button/segment-button.md.css +107 -148
  412. package/dist/collection/components/select/select.ios.css +3 -22
  413. package/dist/collection/components/select/select.js +31 -79
  414. package/dist/collection/components/select/select.md.css +5 -38
  415. package/dist/collection/components/select-option/select-option.js +2 -9
  416. package/dist/collection/components/select-popover/select-popover.ios.css +0 -18
  417. package/dist/collection/components/select-popover/select-popover.js +4 -12
  418. package/dist/collection/components/select-popover/select-popover.md.css +0 -18
  419. package/dist/collection/components/skeleton-text/skeleton-text.css +0 -6
  420. package/dist/collection/components/skeleton-text/skeleton-text.js +5 -9
  421. package/dist/collection/components/spinner/{spinner.ionic.css → spinner.css} +0 -65
  422. package/dist/collection/components/spinner/spinner.js +6 -46
  423. package/dist/collection/components/split-pane/split-pane.ios.css +2 -20
  424. package/dist/collection/components/split-pane/split-pane.js +8 -14
  425. package/dist/collection/components/split-pane/split-pane.md.css +2 -20
  426. package/dist/collection/components/tab/tab.js +2 -6
  427. package/dist/collection/components/tab-bar/tab-bar.ios.css +43 -71
  428. package/dist/collection/components/tab-bar/tab-bar.js +10 -65
  429. package/dist/collection/components/tab-bar/tab-bar.md.css +43 -71
  430. package/dist/collection/components/tab-button/tab-button.ios.css +88 -103
  431. package/dist/collection/components/tab-button/tab-button.js +8 -11
  432. package/dist/collection/components/tab-button/tab-button.md.css +88 -103
  433. package/dist/collection/components/tabs/tabs.css +1 -7
  434. package/dist/collection/components/tabs/tabs.js +1 -4
  435. package/dist/collection/components/text/text.css +0 -6
  436. package/dist/collection/components/text/text.js +6 -7
  437. package/dist/collection/components/textarea/textarea.ios.css +96 -201
  438. package/dist/collection/components/textarea/textarea.js +16 -59
  439. package/dist/collection/components/textarea/textarea.md.css +97 -214
  440. package/dist/collection/components/thumbnail/thumbnail.css +0 -6
  441. package/dist/collection/components/thumbnail/thumbnail.js +2 -9
  442. package/dist/collection/components/title/title.ios.css +4 -32
  443. package/dist/collection/components/title/title.js +7 -13
  444. package/dist/collection/components/title/title.md.css +4 -32
  445. package/dist/collection/components/toast/animations/utils.js +1 -1
  446. package/dist/collection/components/toast/toast.ios.css +0 -12
  447. package/dist/collection/components/toast/toast.js +11 -15
  448. package/dist/collection/components/toast/toast.md.css +0 -12
  449. package/dist/collection/components/toggle/toggle.ios.css +120 -166
  450. package/dist/collection/components/toggle/toggle.js +18 -73
  451. package/dist/collection/components/toggle/toggle.md.css +120 -163
  452. package/dist/collection/components/toolbar/toolbar.ios.css +47 -90
  453. package/dist/collection/components/toolbar/toolbar.js +10 -13
  454. package/dist/collection/components/toolbar/toolbar.md.css +47 -90
  455. package/dist/collection/global/ionic-global.js +13 -229
  456. package/dist/collection/utils/focus-visible.js +0 -7
  457. package/dist/collection/utils/framework-delegate.js +1 -3
  458. package/dist/collection/utils/helpers.js +1 -3
  459. package/dist/collection/utils/keyboard/keyboard-controller.js +1 -3
  460. package/dist/collection/utils/menu-controller/animations/overlay.js +3 -3
  461. package/dist/collection/utils/menu-controller/animations/push.js +1 -2
  462. package/dist/collection/utils/menu-controller/animations/reveal.js +1 -2
  463. package/dist/collection/utils/overlays.js +1 -2
  464. package/dist/collection/utils/test/playwright/generator.js +23 -48
  465. package/dist/collection/utils/test/playwright/page/utils/goto.js +5 -14
  466. package/dist/collection/utils/test/playwright/page/utils/set-content.js +1 -14
  467. package/dist/collection/utils/transition/ios.transition.js +0 -1
  468. package/dist/docs.json +358 -6946
  469. package/dist/esm/{animation-16546c84.js → animation-eab5a4ca.js} +1 -1
  470. package/dist/esm/{app-globals-35381e66.js → app-globals-5dbb61a5.js} +1 -1
  471. package/dist/esm/{button-active-c768aceb.js → button-active-f6503382.js} +2 -2
  472. package/dist/esm/{capacitor-0897b83c.js → capacitor-59395cbd.js} +1 -1
  473. package/dist/esm/{data-d9b1fbdb.js → data-ae11fd43.js} +4 -4
  474. package/dist/{cjs/focus-visible-9aa87fa3.js → esm/focus-visible-dd40d69f.js} +1 -11
  475. package/dist/esm/{framework-delegate-56698eb0.js → framework-delegate-63d1a679.js} +2 -4
  476. package/dist/esm/{haptic-d9a770b8.js → haptic-ac164e4c.js} +1 -1
  477. package/dist/esm/hardware-back-button-06ef3c3e.js +116 -0
  478. package/dist/esm/{helpers-d57f52c8.js → helpers-da915de8.js} +1 -4
  479. package/dist/esm/{config-0b6b1b3d.js → index-28849c61.js} +1 -76
  480. package/dist/esm/{index-edf94b3b.js → index-3ad7f18b.js} +6 -5
  481. package/dist/esm/{index-f8ad386a.js → index-5cc724f3.js} +2 -2
  482. package/dist/esm/index-79b30591.js +167 -0
  483. package/dist/esm/index-9b0d46f4.js +34 -0
  484. package/dist/esm/index-a5d50daf.js +7 -0
  485. package/dist/esm/{index-d997525d.js → index-e2cf2ceb.js} +1 -1
  486. package/dist/esm/{index-82405a4a.js → index-fe1782b1.js} +11 -10
  487. package/dist/esm/index.js +13 -10
  488. package/dist/esm/{input-shims-0f3cc1c3.js → input-shims-0314bbe5.js} +6 -6
  489. package/dist/esm/{input.utils-ef4d8197.js → input.utils-09c71bc7.js} +3 -2
  490. package/dist/esm/ion-accordion_2.entry.js +16 -41
  491. package/dist/esm/ion-action-sheet.entry.js +19 -21
  492. package/dist/esm/ion-alert.entry.js +47 -26
  493. package/dist/esm/ion-app_8.entry.js +140 -96
  494. package/dist/esm/ion-avatar_3.entry.js +10 -93
  495. package/dist/esm/ion-back-button.entry.js +21 -30
  496. package/dist/esm/ion-backdrop.entry.js +7 -11
  497. package/dist/esm/ion-breadcrumb_2.entry.js +17 -54
  498. package/dist/esm/ion-button_2.entry.js +13 -43
  499. package/dist/esm/ion-card_5.entry.js +29 -52
  500. package/dist/esm/ion-checkbox.entry.js +14 -29
  501. package/dist/esm/ion-chip.entry.js +8 -43
  502. package/dist/esm/ion-col_3.entry.js +11 -14
  503. package/dist/esm/ion-datetime-button.entry.js +9 -12
  504. package/dist/esm/ion-datetime_3.entry.js +40 -113
  505. package/dist/esm/ion-fab_3.entry.js +21 -43
  506. package/dist/esm/ion-img.entry.js +4 -7
  507. package/dist/esm/ion-infinite-scroll_2.entry.js +15 -18
  508. package/dist/esm/ion-input-password-toggle.entry.js +15 -53
  509. package/dist/esm/ion-input.entry.js +25 -119
  510. package/dist/esm/ion-item-option_3.entry.js +18 -40
  511. package/dist/esm/ion-item_8.entry.js +42 -113
  512. package/dist/esm/ion-loading.entry.js +16 -17
  513. package/dist/esm/ion-menu_3.entry.js +29 -47
  514. package/dist/esm/ion-modal.entry.js +22 -37
  515. package/dist/esm/ion-nav_2.entry.js +12 -13
  516. package/dist/esm/ion-picker-column-option.entry.js +7 -11
  517. package/dist/esm/ion-picker-column.entry.js +12 -11
  518. package/dist/esm/ion-picker.entry.js +6 -10
  519. package/dist/esm/ion-popover.entry.js +16 -17
  520. package/dist/esm/ion-progress-bar.entry.js +8 -12
  521. package/dist/esm/ion-radio_2.entry.js +12 -18
  522. package/dist/esm/ion-range.entry.js +10 -13
  523. package/dist/esm/ion-refresher_2.entry.js +21 -41
  524. package/dist/esm/ion-reorder_2.entry.js +15 -38
  525. package/dist/esm/ion-ripple-effect.entry.js +8 -18
  526. package/dist/esm/ion-route_4.entry.js +8 -8
  527. package/dist/esm/ion-searchbar.entry.js +18 -94
  528. package/dist/esm/ion-segment_2.entry.js +33 -28
  529. package/dist/esm/ion-select_3.entry.js +38 -93
  530. package/dist/esm/ion-spinner.entry.js +8 -33
  531. package/dist/esm/ion-split-pane.entry.js +9 -13
  532. package/dist/esm/ion-tab-bar_2.entry.js +20 -44
  533. package/dist/esm/ion-tab_2.entry.js +7 -7
  534. package/dist/esm/ion-text.entry.js +6 -6
  535. package/dist/esm/ion-textarea.entry.js +17 -41
  536. package/dist/esm/ion-toast.entry.js +16 -18
  537. package/dist/esm/ion-toggle.entry.js +23 -80
  538. package/dist/esm/ionic-global-c81d82ab.js +231 -0
  539. package/dist/esm/ionic.js +5 -5
  540. package/dist/esm/{ios.transition-4b9fe79e.js → ios.transition-4ee1a3af.js} +7 -6
  541. package/dist/esm/{keyboard-584d2e6f.js → keyboard-52278bd7.js} +3 -4
  542. package/dist/esm/{keyboard-ad38b8fc.js → keyboard-73175e24.js} +1 -1
  543. package/dist/esm/{keyboard-controller-9c9c2301.js → keyboard-controller-ec5c2bfa.js} +3 -5
  544. package/dist/esm/loader.js +5 -5
  545. package/dist/esm/{md.transition-a71dc418.js → md.transition-5106a0d2.js} +7 -5
  546. package/dist/esm/{notch-controller-4d9a7b28.js → notch-controller-55b09e11.js} +2 -2
  547. package/dist/esm/{overlays-9da9aef5.js → overlays-9c75ec54.js} +7 -6
  548. package/dist/esm/{status-tap-82f51b25.js → status-tap-f472b09f.js} +4 -4
  549. package/dist/esm/{swipe-back-c5709ce5.js → swipe-back-e5394307.js} +1 -2
  550. package/dist/esm-es5/animation-eab5a4ca.js +4 -0
  551. package/dist/esm-es5/app-globals-5dbb61a5.js +4 -0
  552. package/dist/esm-es5/button-active-f6503382.js +4 -0
  553. package/dist/esm-es5/capacitor-59395cbd.js +4 -0
  554. package/dist/esm-es5/data-ae11fd43.js +4 -0
  555. package/dist/esm-es5/focus-visible-dd40d69f.js +4 -0
  556. package/dist/esm-es5/framework-delegate-63d1a679.js +4 -0
  557. package/dist/esm-es5/{haptic-d9a770b8.js → haptic-ac164e4c.js} +1 -1
  558. package/dist/esm-es5/hardware-back-button-06ef3c3e.js +4 -0
  559. package/dist/esm-es5/helpers-da915de8.js +4 -0
  560. package/dist/esm-es5/{config-0b6b1b3d.js → index-28849c61.js} +2 -2
  561. package/dist/esm-es5/index-3ad7f18b.js +4 -0
  562. package/dist/esm-es5/index-5cc724f3.js +4 -0
  563. package/dist/esm-es5/index-79b30591.js +4 -0
  564. package/dist/esm-es5/index-9b0d46f4.js +4 -0
  565. package/dist/esm-es5/index-a5d50daf.js +4 -0
  566. package/dist/esm-es5/{index-d997525d.js → index-e2cf2ceb.js} +1 -1
  567. package/dist/esm-es5/index-fe1782b1.js +4 -0
  568. package/dist/esm-es5/index.js +1 -1
  569. package/dist/esm-es5/input-shims-0314bbe5.js +4 -0
  570. package/dist/esm-es5/input.utils-09c71bc7.js +4 -0
  571. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  572. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  573. package/dist/esm-es5/ion-alert.entry.js +1 -1
  574. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  575. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  576. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  577. package/dist/esm-es5/ion-backdrop.entry.js +1 -1
  578. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  579. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  580. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  581. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  582. package/dist/esm-es5/ion-chip.entry.js +1 -1
  583. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  584. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  585. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  586. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  587. package/dist/esm-es5/ion-img.entry.js +1 -1
  588. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  589. package/dist/esm-es5/ion-input-password-toggle.entry.js +1 -1
  590. package/dist/esm-es5/ion-input.entry.js +1 -1
  591. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  592. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  593. package/dist/esm-es5/ion-loading.entry.js +1 -1
  594. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  595. package/dist/esm-es5/ion-modal.entry.js +1 -1
  596. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  597. package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
  598. package/dist/esm-es5/ion-picker-column.entry.js +1 -1
  599. package/dist/esm-es5/ion-picker.entry.js +1 -1
  600. package/dist/esm-es5/ion-popover.entry.js +1 -1
  601. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  602. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  603. package/dist/esm-es5/ion-range.entry.js +1 -1
  604. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  605. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  606. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  607. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  608. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  609. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  610. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  611. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  612. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  613. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  614. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  615. package/dist/esm-es5/ion-text.entry.js +1 -1
  616. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  617. package/dist/esm-es5/ion-toast.entry.js +1 -1
  618. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  619. package/dist/esm-es5/ionic-global-c81d82ab.js +4 -0
  620. package/dist/esm-es5/ionic.js +1 -1
  621. package/dist/esm-es5/ios.transition-4ee1a3af.js +4 -0
  622. package/dist/esm-es5/keyboard-52278bd7.js +4 -0
  623. package/dist/esm-es5/{keyboard-ad38b8fc.js → keyboard-73175e24.js} +1 -1
  624. package/dist/esm-es5/keyboard-controller-ec5c2bfa.js +4 -0
  625. package/dist/esm-es5/loader.js +1 -1
  626. package/dist/esm-es5/md.transition-5106a0d2.js +4 -0
  627. package/dist/esm-es5/notch-controller-55b09e11.js +4 -0
  628. package/dist/esm-es5/overlays-9c75ec54.js +4 -0
  629. package/dist/esm-es5/status-tap-f472b09f.js +4 -0
  630. package/dist/esm-es5/swipe-back-e5394307.js +4 -0
  631. package/dist/html.html-data.json +211 -2283
  632. package/dist/ionic/index.esm.js +1 -1
  633. package/dist/ionic/ionic.esm.js +1 -1
  634. package/dist/ionic/ionic.js +1 -1
  635. package/dist/ionic/{p-6f8c2e62.system.entry.js → p-01186920.system.entry.js} +1 -1
  636. package/dist/ionic/p-0303d0f8.js +4 -0
  637. package/dist/ionic/p-0574e87e.js +4 -0
  638. package/dist/ionic/p-06e07c7b.system.entry.js +4 -0
  639. package/dist/ionic/p-06e58c4e.js +4 -0
  640. package/dist/ionic/p-06fee233.js +4 -0
  641. package/dist/ionic/p-081a4ce4.entry.js +4 -0
  642. package/dist/ionic/p-0c06e09b.system.js +4 -0
  643. package/dist/ionic/p-1136a842.entry.js +4 -0
  644. package/dist/ionic/p-15e76dd1.entry.js +4 -0
  645. package/dist/ionic/p-17474161.system.js +4 -0
  646. package/dist/ionic/{p-61a51379.system.js → p-19ea7bff.system.js} +1 -1
  647. package/dist/ionic/p-19ec4f42.entry.js +4 -0
  648. package/dist/ionic/p-1acf0142.entry.js +4 -0
  649. package/dist/ionic/p-1dfc11b3.system.js +4 -0
  650. package/dist/ionic/p-1e010627.system.entry.js +4 -0
  651. package/dist/ionic/p-1e4371bd.js +4 -0
  652. package/dist/ionic/p-1e67b266.system.entry.js +4 -0
  653. package/dist/ionic/{p-115d74cd.system.js → p-1e955a45.system.js} +1 -1
  654. package/dist/ionic/p-2097482f.entry.js +4 -0
  655. package/dist/ionic/p-21e5e7e4.js +4 -0
  656. package/dist/ionic/p-22c020db.system.entry.js +4 -0
  657. package/dist/ionic/p-2507278c.system.entry.js +4 -0
  658. package/dist/ionic/p-25180df3.system.js +5 -0
  659. package/dist/ionic/p-2690b1de.js +4 -0
  660. package/dist/ionic/{p-4ed7dfdb.js → p-27281edd.js} +1 -1
  661. package/dist/ionic/{p-adec897a.system.entry.js → p-2799c6d3.system.entry.js} +1 -1
  662. package/dist/ionic/p-2b7827c7.js +4 -0
  663. package/dist/ionic/p-2e46590d.system.entry.js +4 -0
  664. package/dist/ionic/p-2eba228d.system.entry.js +4 -0
  665. package/dist/ionic/p-322c5fb4.system.js +4 -0
  666. package/dist/ionic/p-3254d107.entry.js +4 -0
  667. package/dist/ionic/p-347ac2ef.system.entry.js +4 -0
  668. package/dist/ionic/p-34b11c24.js +4 -0
  669. package/dist/ionic/{p-2c5d7d84.system.js → p-372ae7f4.system.js} +1 -1
  670. package/dist/ionic/p-3ad285e3.system.js +4 -0
  671. package/dist/ionic/p-3b323c61.entry.js +4 -0
  672. package/dist/ionic/{p-d8339079.system.js → p-3c8e5c23.system.js} +1 -1
  673. package/dist/ionic/p-3cc276f4.js +4 -0
  674. package/dist/ionic/p-3cd3704c.entry.js +4 -0
  675. package/dist/ionic/p-41b6ad85.system.entry.js +4 -0
  676. package/dist/ionic/p-42eee9d3.system.entry.js +4 -0
  677. package/dist/ionic/p-4439fc2a.entry.js +4 -0
  678. package/dist/ionic/p-449ec9f0.system.entry.js +4 -0
  679. package/dist/ionic/p-45693d7e.entry.js +4 -0
  680. package/dist/ionic/p-469e0773.entry.js +4 -0
  681. package/dist/ionic/p-4c2d5b80.system.js +4 -0
  682. package/dist/ionic/p-52d7a191.entry.js +4 -0
  683. package/dist/ionic/p-53b77274.system.entry.js +4 -0
  684. package/dist/ionic/p-567de071.system.entry.js +4 -0
  685. package/dist/ionic/p-5823babc.system.entry.js +4 -0
  686. package/dist/ionic/p-58d5df0c.system.entry.js +4 -0
  687. package/dist/ionic/p-5988556c.system.entry.js +4 -0
  688. package/dist/ionic/p-5a6d132d.entry.js +4 -0
  689. package/dist/ionic/p-5ad5dd4e.entry.js +4 -0
  690. package/dist/ionic/{p-3bfe43bc.system.js → p-5da94421.system.js} +2 -2
  691. package/dist/ionic/p-5f9b0722.entry.js +4 -0
  692. package/dist/ionic/p-61e494dc.system.entry.js +4 -0
  693. package/dist/ionic/p-63b0abde.system.entry.js +4 -0
  694. package/dist/ionic/p-66640ff7.system.entry.js +4 -0
  695. package/dist/ionic/p-68642392.entry.js +4 -0
  696. package/dist/ionic/p-69066a53.js +4 -0
  697. package/dist/ionic/p-6d32975a.entry.js +4 -0
  698. package/dist/ionic/p-72812e99.js +4 -0
  699. package/dist/ionic/p-72bc8a1c.js +4 -0
  700. package/dist/ionic/{p-0695a0af.system.entry.js → p-7458862e.system.entry.js} +1 -1
  701. package/dist/ionic/p-7740e32c.system.js +4 -0
  702. package/dist/ionic/p-78feb35d.entry.js +4 -0
  703. package/dist/ionic/p-792919fd.system.js +4 -0
  704. package/dist/ionic/p-7b30edcc.js +4 -0
  705. package/dist/ionic/p-7b9a2b23.entry.js +4 -0
  706. package/dist/ionic/p-7ed1657c.system.entry.js +4 -0
  707. package/dist/ionic/p-802b4ce7.entry.js +4 -0
  708. package/dist/ionic/p-850a3c12.entry.js +4 -0
  709. package/dist/ionic/p-8635f5e6.system.js +4 -0
  710. package/dist/ionic/p-87a5f97a.system.entry.js +4 -0
  711. package/dist/ionic/p-88e63c7d.js +4 -0
  712. package/dist/ionic/{p-e61e3bb4.system.js → p-8985cdb6.system.js} +1 -1
  713. package/dist/ionic/{p-b9b36d56.js → p-89b61afc.js} +1 -1
  714. package/dist/ionic/p-8ebd3f36.system.entry.js +4 -0
  715. package/dist/ionic/p-90df71aa.system.entry.js +4 -0
  716. package/dist/ionic/{p-747e9c9a.system.js → p-9146695e.system.js} +1 -1
  717. package/dist/ionic/p-927f180c.system.entry.js +4 -0
  718. package/dist/ionic/p-92a96c69.system.entry.js +4 -0
  719. package/dist/ionic/p-937a7e21.entry.js +4 -0
  720. package/dist/ionic/p-9644984a.entry.js +4 -0
  721. package/dist/ionic/p-96cc4814.js +4 -0
  722. package/dist/ionic/{p-093de343.system.entry.js → p-98231c01.system.entry.js} +1 -1
  723. package/dist/ionic/p-985a7e17.system.entry.js +4 -0
  724. package/dist/ionic/p-98871496.system.js +4 -0
  725. package/dist/ionic/p-98e71235.system.entry.js +4 -0
  726. package/dist/ionic/p-9c901780.entry.js +4 -0
  727. package/dist/ionic/p-9df2c6fb.entry.js +4 -0
  728. package/dist/ionic/{p-3a11234f.system.js → p-9ea607bd.system.js} +2 -2
  729. package/dist/ionic/p-9ee1e8a6.entry.js +4 -0
  730. package/dist/ionic/p-9f18a6cf.entry.js +4 -0
  731. package/dist/ionic/p-9f3008d4.system.js +4 -0
  732. package/dist/ionic/p-9fa07aec.entry.js +4 -0
  733. package/dist/ionic/p-a15ddedb.system.js +4 -0
  734. package/dist/ionic/p-a440397c.js +4 -0
  735. package/dist/ionic/p-a4565eb5.system.js +4 -0
  736. package/dist/ionic/p-a49378bb.system.entry.js +4 -0
  737. package/dist/ionic/p-a4d51b8d.system.js +4 -0
  738. package/dist/ionic/p-a61cba41.entry.js +4 -0
  739. package/dist/ionic/p-a69b9fc5.system.js +4 -0
  740. package/dist/ionic/p-a6d7bc6c.entry.js +4 -0
  741. package/dist/ionic/{p-f8e329da.system.js → p-a93873de.system.js} +1 -1
  742. package/dist/ionic/p-abe101da.system.js +4 -0
  743. package/dist/ionic/p-adcb6def.system.entry.js +4 -0
  744. package/dist/ionic/p-adceb282.system.entry.js +4 -0
  745. package/dist/ionic/{p-4b153a9f.entry.js → p-afecb188.entry.js} +1 -1
  746. package/dist/ionic/{p-c9ef0ca7.system.js → p-b06ac4a5.system.js} +1 -1
  747. package/dist/ionic/p-b14210d4.system.entry.js +4 -0
  748. package/dist/ionic/p-b398aa77.entry.js +4 -0
  749. package/dist/ionic/p-b51e4004.js +4 -0
  750. package/dist/ionic/p-b9d7015f.entry.js +4 -0
  751. package/dist/ionic/p-bb0db172.entry.js +4 -0
  752. package/dist/ionic/p-bc36ad98.system.entry.js +4 -0
  753. package/dist/ionic/p-bdad26e3.entry.js +4 -0
  754. package/dist/ionic/p-bfceff7f.system.entry.js +4 -0
  755. package/dist/ionic/{p-a65fe34d.system.entry.js → p-c0b0a426.system.entry.js} +2 -2
  756. package/dist/ionic/p-c29f8157.system.entry.js +4 -0
  757. package/dist/ionic/p-c41ac815.entry.js +4 -0
  758. package/dist/ionic/p-c468af8a.system.js +4 -0
  759. package/dist/ionic/p-c61cc894.js +4 -0
  760. package/dist/ionic/p-c7b03316.entry.js +4 -0
  761. package/dist/ionic/{p-d1e991c3.js → p-c7e16491.js} +1 -1
  762. package/dist/ionic/p-c9f3a539.entry.js +4 -0
  763. package/dist/ionic/p-ca065903.system.entry.js +4 -0
  764. package/dist/ionic/p-cac0e0b3.system.entry.js +4 -0
  765. package/dist/ionic/p-cfab4f20.entry.js +4 -0
  766. package/dist/ionic/p-d04481d7.entry.js +4 -0
  767. package/dist/ionic/p-d18ab582.system.entry.js +4 -0
  768. package/dist/ionic/p-d1db10ed.system.entry.js +4 -0
  769. package/dist/ionic/p-d47265c8.js +4 -0
  770. package/dist/ionic/{p-0a820472.js → p-d60342e3.js} +1 -1
  771. package/dist/ionic/p-d6841eac.js +4 -0
  772. package/dist/ionic/{p-dbfc5db6.js → p-d743e981.js} +1 -1
  773. package/dist/ionic/p-d77e12ca.entry.js +4 -0
  774. package/dist/ionic/p-d7aa6b00.entry.js +4 -0
  775. package/dist/ionic/{p-a9fd9d48.js → p-d836d43e.js} +2 -2
  776. package/dist/ionic/p-da074ff7.entry.js +4 -0
  777. package/dist/ionic/{p-58f16ef6.js → p-da2b833b.js} +1 -1
  778. package/dist/ionic/{p-2b428cf6.entry.js → p-de930745.entry.js} +1 -1
  779. package/dist/ionic/{p-25e2c98f.system.js → p-dfb78785.system.js} +1 -1
  780. package/dist/ionic/p-e2fb0d06.system.entry.js +4 -0
  781. package/dist/ionic/p-e3f13b08.js +4 -0
  782. package/dist/ionic/p-e4ee80be.system.entry.js +4 -0
  783. package/dist/ionic/p-eba29931.entry.js +4 -0
  784. package/dist/ionic/p-eba81f15.entry.js +4 -0
  785. package/dist/ionic/p-ecceeb90.js +4 -0
  786. package/dist/ionic/p-efaffe74.entry.js +4 -0
  787. package/dist/ionic/p-f1acf541.system.entry.js +4 -0
  788. package/dist/ionic/p-f3102647.system.entry.js +4 -0
  789. package/dist/ionic/p-f43382c8.system.entry.js +4 -0
  790. package/dist/ionic/{p-d9e1c48c.system.js → p-f687573e.system.js} +1 -1
  791. package/dist/ionic/p-f9a53abb.system.js +4 -0
  792. package/dist/ionic/p-ff4b7e40.system.js +4 -0
  793. package/dist/types/components/accordion/accordion.d.ts +2 -4
  794. package/dist/types/components/accordion-group/accordion-group.d.ts +1 -2
  795. package/dist/types/components/action-sheet/action-sheet-interface.d.ts +7 -3
  796. package/dist/types/components/action-sheet/action-sheet.d.ts +2 -3
  797. package/dist/types/components/alert/alert-interface.d.ts +7 -3
  798. package/dist/types/components/alert/alert.d.ts +2 -3
  799. package/dist/types/components/app/app.d.ts +2 -5
  800. package/dist/types/components/avatar/avatar.d.ts +0 -28
  801. package/dist/types/components/back-button/back-button.d.ts +1 -2
  802. package/dist/types/components/backdrop/backdrop.d.ts +0 -4
  803. package/dist/types/components/badge/badge.d.ts +1 -23
  804. package/dist/types/components/breadcrumb/breadcrumb.d.ts +1 -4
  805. package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +2 -2
  806. package/dist/types/components/button/button.d.ts +4 -15
  807. package/dist/types/components/buttons/buttons.d.ts +1 -5
  808. package/dist/types/components/card/card.d.ts +1 -8
  809. package/dist/types/components/card-content/card-content.d.ts +1 -2
  810. package/dist/types/components/card-header/card-header.d.ts +2 -3
  811. package/dist/types/components/card-subtitle/card-subtitle.d.ts +1 -2
  812. package/dist/types/components/card-title/card-title.d.ts +1 -2
  813. package/dist/types/components/checkbox/checkbox.d.ts +4 -14
  814. package/dist/types/components/chip/chip.d.ts +1 -19
  815. package/dist/types/components/col/col.d.ts +0 -4
  816. package/dist/types/components/content/content.d.ts +0 -3
  817. package/dist/types/components/datetime/datetime.d.ts +1 -26
  818. package/dist/types/components/datetime/utils/data.d.ts +3 -3
  819. package/dist/types/components/datetime-button/datetime-button.d.ts +1 -2
  820. package/dist/types/components/fab/fab.d.ts +0 -4
  821. package/dist/types/components/fab-button/fab-button.d.ts +3 -5
  822. package/dist/types/components/fab-list/fab-list.d.ts +0 -4
  823. package/dist/types/components/footer/footer.d.ts +3 -4
  824. package/dist/types/components/grid/grid.d.ts +0 -4
  825. package/dist/types/components/header/header.d.ts +3 -9
  826. package/dist/types/components/img/img.d.ts +0 -3
  827. package/dist/types/components/infinite-scroll/infinite-scroll.d.ts +0 -4
  828. package/dist/types/components/infinite-scroll-content/infinite-scroll-content.d.ts +0 -4
  829. package/dist/types/components/input/input.d.ts +5 -31
  830. package/dist/types/components/input-password-toggle/input-password-toggle.d.ts +0 -2
  831. package/dist/types/components/item/item.d.ts +4 -11
  832. package/dist/types/components/item-divider/item-divider.d.ts +1 -2
  833. package/dist/types/components/item-group/item-group.d.ts +0 -4
  834. package/dist/types/components/item-option/item-option.d.ts +1 -11
  835. package/dist/types/components/item-options/item-options.d.ts +0 -4
  836. package/dist/types/components/item-sliding/item-sliding.d.ts +0 -4
  837. package/dist/types/components/label/label.d.ts +1 -2
  838. package/dist/types/components/list/list.d.ts +1 -15
  839. package/dist/types/components/list-header/list-header.d.ts +1 -2
  840. package/dist/types/components/loading/loading-interface.d.ts +7 -2
  841. package/dist/types/components/loading/loading.d.ts +2 -3
  842. package/dist/types/components/menu/menu.d.ts +0 -3
  843. package/dist/types/components/menu-button/menu-button.d.ts +1 -3
  844. package/dist/types/components/menu-toggle/menu-toggle.d.ts +0 -3
  845. package/dist/types/components/modal/modal-interface.d.ts +7 -3
  846. package/dist/types/components/modal/modal.d.ts +1 -11
  847. package/dist/types/components/nav/nav-interface.d.ts +1 -9
  848. package/dist/types/components/nav/nav.d.ts +1 -5
  849. package/dist/types/components/nav-link/nav-link.d.ts +0 -4
  850. package/dist/types/components/note/note.d.ts +1 -2
  851. package/dist/types/components/picker/picker.d.ts +1 -2
  852. package/dist/types/components/picker-column/picker-column.d.ts +1 -2
  853. package/dist/types/components/picker-column-option/picker-column-option.d.ts +0 -4
  854. package/dist/types/components/picker-legacy/picker.d.ts +1 -2
  855. package/dist/types/components/popover/popover-interface.d.ts +6 -3
  856. package/dist/types/components/popover/popover.d.ts +5 -6
  857. package/dist/types/components/progress-bar/progress-bar.d.ts +1 -2
  858. package/dist/types/components/radio/radio.d.ts +1 -2
  859. package/dist/types/components/radio-group/radio-group.d.ts +0 -4
  860. package/dist/types/components/range/range.d.ts +1 -2
  861. package/dist/types/components/refresher/refresher.d.ts +1 -2
  862. package/dist/types/components/refresher-content/refresher-content.d.ts +0 -4
  863. package/dist/types/components/reorder/reorder.d.ts +0 -9
  864. package/dist/types/components/reorder-group/reorder-group.d.ts +0 -4
  865. package/dist/types/components/ripple-effect/ripple-effect.d.ts +0 -4
  866. package/dist/types/components/route/route.d.ts +0 -4
  867. package/dist/types/components/router/router.d.ts +0 -4
  868. package/dist/types/components/router-link/router-link.d.ts +0 -4
  869. package/dist/types/components/router-outlet/router-outlet.d.ts +1 -4
  870. package/dist/types/components/row/row.d.ts +0 -4
  871. package/dist/types/components/searchbar/searchbar.d.ts +8 -30
  872. package/dist/types/components/segment/segment.d.ts +1 -2
  873. package/dist/types/components/segment-button/segment-button.d.ts +1 -2
  874. package/dist/types/components/select/select.d.ts +5 -20
  875. package/dist/types/components/select-option/select-option.d.ts +0 -4
  876. package/dist/types/components/select-popover/select-popover.d.ts +0 -3
  877. package/dist/types/components/skeleton-text/skeleton-text.d.ts +0 -4
  878. package/dist/types/components/spinner/spinner.d.ts +0 -15
  879. package/dist/types/components/split-pane/split-pane.d.ts +0 -4
  880. package/dist/types/components/tab/tab.d.ts +0 -4
  881. package/dist/types/components/tab-bar/tab-bar.d.ts +2 -22
  882. package/dist/types/components/tab-button/tab-button.d.ts +1 -2
  883. package/dist/types/components/tabs/tabs.d.ts +0 -3
  884. package/dist/types/components/text/text.d.ts +1 -2
  885. package/dist/types/components/textarea/textarea.d.ts +4 -16
  886. package/dist/types/components/thumbnail/thumbnail.d.ts +0 -4
  887. package/dist/types/components/title/title.d.ts +0 -4
  888. package/dist/types/components/toast/animations/utils.d.ts +2 -2
  889. package/dist/types/components/toast/toast-interface.d.ts +7 -3
  890. package/dist/types/components/toast/toast.d.ts +2 -3
  891. package/dist/types/components/toggle/toggle.d.ts +1 -15
  892. package/dist/types/components/toolbar/toolbar.d.ts +3 -4
  893. package/dist/types/components.d.ts +181 -1346
  894. package/dist/types/global/ionic-global.d.ts +2 -27
  895. package/dist/types/interface.d.ts +0 -3
  896. package/dist/types/utils/config.d.ts +2 -106
  897. package/dist/types/utils/focus-visible.d.ts +0 -1
  898. package/dist/types/utils/overlays-interface.d.ts +1 -31
  899. package/dist/types/utils/test/playwright/generator.d.ts +2 -31
  900. package/hydrate/index.js +832 -2178
  901. package/hydrate/index.mjs +832 -2178
  902. package/package.json +5 -9
  903. package/components/caret-down.js +0 -6
  904. package/components/caret-left.js +0 -6
  905. package/components/caret-right.js +0 -6
  906. package/components/config2.js +0 -79
  907. package/components/list2.js +0 -6
  908. package/components/x.js +0 -6
  909. package/css/ionic/bundle.ionic.css +0 -1
  910. package/css/ionic/bundle.ionic.css.map +0 -1
  911. package/css/ionic/core.ionic.css +0 -1
  912. package/css/ionic/core.ionic.css.map +0 -1
  913. package/css/ionic/global.bundle.ionic.css +0 -1
  914. package/css/ionic/global.bundle.ionic.css.map +0 -1
  915. package/css/ionic/ionic-swiper.ionic.css +0 -1
  916. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  917. package/css/ionic/link.ionic.css +0 -1
  918. package/css/ionic/link.ionic.css.map +0 -1
  919. package/css/ionic/structure.ionic.css +0 -1
  920. package/css/ionic/structure.ionic.css.map +0 -1
  921. package/css/ionic/typography.ionic.css +0 -1
  922. package/css/ionic/typography.ionic.css.map +0 -1
  923. package/css/ionic/utils.bundle.ionic.css +0 -1
  924. package/css/ionic/utils.bundle.ionic.css.map +0 -1
  925. package/dist/cjs/caret-down-3c215cff.js +0 -8
  926. package/dist/cjs/caret-left-2bb66970.js +0 -8
  927. package/dist/cjs/caret-right-88e03970.js +0 -8
  928. package/dist/cjs/ionic-global-3647b9f5.js +0 -534
  929. package/dist/cjs/list-2930c629.js +0 -8
  930. package/dist/cjs/x-81a8f51c.js +0 -8
  931. package/dist/collection/components/avatar/avatar.ionic.css +0 -271
  932. package/dist/collection/components/backdrop/backdrop.ionic.css +0 -153
  933. package/dist/collection/components/badge/badge.ionic.css +0 -251
  934. package/dist/collection/components/button/button.ionic.css +0 -591
  935. package/dist/collection/components/buttons/buttons.ionic.css +0 -101
  936. package/dist/collection/components/card/card.ionic.css +0 -139
  937. package/dist/collection/components/card-content/card-content.ionic.css +0 -92
  938. package/dist/collection/components/card-header/card-header.ionic.css +0 -89
  939. package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +0 -148
  940. package/dist/collection/components/checkbox/checkbox.ionic.css +0 -409
  941. package/dist/collection/components/chip/chip.ionic.css +0 -162
  942. package/dist/collection/components/datetime/datetime.ionic.css +0 -670
  943. package/dist/collection/components/header/header.ionic.css +0 -88
  944. package/dist/collection/components/input/input.ionic.css +0 -1099
  945. package/dist/collection/components/input-password-toggle/input-password-toggle.common.css +0 -61
  946. package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +0 -143
  947. package/dist/collection/components/item/item.ionic.css +0 -502
  948. package/dist/collection/components/item-option/item-option.ionic.css +0 -334
  949. package/dist/collection/components/item-options/item-options.ionic.css +0 -260
  950. package/dist/collection/components/list/list.ionic.css +0 -196
  951. package/dist/collection/components/list-header/list-header.ionic.css +0 -238
  952. package/dist/collection/components/menu-button/menu-button.ionic.css +0 -240
  953. package/dist/collection/components/modal/modal.ionic.css +0 -241
  954. package/dist/collection/components/radio/radio.ionic.css +0 -420
  955. package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +0 -154
  956. package/dist/collection/components/searchbar/searchbar.ionic.css +0 -270
  957. package/dist/collection/components/segment/segment.ionic.css +0 -119
  958. package/dist/collection/components/segment-button/segment-button.ionic.css +0 -352
  959. package/dist/collection/components/spinner/spinner.common.css +0 -199
  960. package/dist/collection/components/tab-bar/tab-bar.ionic.css +0 -254
  961. package/dist/collection/components/tab-button/tab-button.ionic.css +0 -273
  962. package/dist/collection/components/textarea/textarea.ionic.css +0 -806
  963. package/dist/collection/components/title/title.ionic.css +0 -147
  964. package/dist/collection/components/toggle/toggle.ionic.css +0 -421
  965. package/dist/collection/components/toolbar/toolbar.ionic.css +0 -235
  966. package/dist/esm/caret-down-3eaad1cc.js +0 -6
  967. package/dist/esm/caret-left-33424bb0.js +0 -6
  968. package/dist/esm/caret-right-68d856ad.js +0 -6
  969. package/dist/esm/ionic-global-d7017fd9.js +0 -520
  970. package/dist/esm/list-6524700c.js +0 -6
  971. package/dist/esm/x-a64bcd9f.js +0 -6
  972. package/dist/esm-es5/animation-16546c84.js +0 -4
  973. package/dist/esm-es5/app-globals-35381e66.js +0 -4
  974. package/dist/esm-es5/button-active-c768aceb.js +0 -4
  975. package/dist/esm-es5/capacitor-0897b83c.js +0 -4
  976. package/dist/esm-es5/caret-down-3eaad1cc.js +0 -4
  977. package/dist/esm-es5/caret-left-33424bb0.js +0 -4
  978. package/dist/esm-es5/caret-right-68d856ad.js +0 -4
  979. package/dist/esm-es5/data-d9b1fbdb.js +0 -4
  980. package/dist/esm-es5/focus-visible-501aff19.js +0 -4
  981. package/dist/esm-es5/framework-delegate-56698eb0.js +0 -4
  982. package/dist/esm-es5/helpers-d57f52c8.js +0 -4
  983. package/dist/esm-es5/index-7f65e865.js +0 -4
  984. package/dist/esm-es5/index-82405a4a.js +0 -4
  985. package/dist/esm-es5/index-edf94b3b.js +0 -4
  986. package/dist/esm-es5/index-f8ad386a.js +0 -4
  987. package/dist/esm-es5/input-shims-0f3cc1c3.js +0 -4
  988. package/dist/esm-es5/input.utils-ef4d8197.js +0 -4
  989. package/dist/esm-es5/ionic-global-d7017fd9.js +0 -4
  990. package/dist/esm-es5/ios.transition-4b9fe79e.js +0 -4
  991. package/dist/esm-es5/keyboard-584d2e6f.js +0 -4
  992. package/dist/esm-es5/keyboard-controller-9c9c2301.js +0 -4
  993. package/dist/esm-es5/list-6524700c.js +0 -4
  994. package/dist/esm-es5/md.transition-a71dc418.js +0 -4
  995. package/dist/esm-es5/notch-controller-4d9a7b28.js +0 -4
  996. package/dist/esm-es5/overlays-9da9aef5.js +0 -4
  997. package/dist/esm-es5/status-tap-82f51b25.js +0 -4
  998. package/dist/esm-es5/swipe-back-c5709ce5.js +0 -4
  999. package/dist/esm-es5/x-a64bcd9f.js +0 -4
  1000. package/dist/ionic/p-01d80901.system.js +0 -4
  1001. package/dist/ionic/p-027d729e.entry.js +0 -4
  1002. package/dist/ionic/p-036e1c5b.entry.js +0 -4
  1003. package/dist/ionic/p-06ec4706.js +0 -4
  1004. package/dist/ionic/p-08df90cf.system.js +0 -4
  1005. package/dist/ionic/p-08f1ef0c.entry.js +0 -4
  1006. package/dist/ionic/p-0a701833.entry.js +0 -4
  1007. package/dist/ionic/p-0ade0499.system.entry.js +0 -4
  1008. package/dist/ionic/p-1037b7dd.js +0 -4
  1009. package/dist/ionic/p-11915ee9.system.entry.js +0 -4
  1010. package/dist/ionic/p-12e3e308.entry.js +0 -4
  1011. package/dist/ionic/p-14719a77.entry.js +0 -4
  1012. package/dist/ionic/p-15d007ee.system.entry.js +0 -4
  1013. package/dist/ionic/p-15d51b10.js +0 -4
  1014. package/dist/ionic/p-221e5078.system.js +0 -4
  1015. package/dist/ionic/p-243adf8c.js +0 -4
  1016. package/dist/ionic/p-26f7c080.system.js +0 -4
  1017. package/dist/ionic/p-28d04212.system.js +0 -4
  1018. package/dist/ionic/p-291dc0b3.system.entry.js +0 -4
  1019. package/dist/ionic/p-29d6d1fc.system.entry.js +0 -4
  1020. package/dist/ionic/p-2a559ac6.js +0 -4
  1021. package/dist/ionic/p-2a79e451.entry.js +0 -4
  1022. package/dist/ionic/p-2c368e32.entry.js +0 -4
  1023. package/dist/ionic/p-2d621d56.system.entry.js +0 -4
  1024. package/dist/ionic/p-2da8c20c.system.entry.js +0 -4
  1025. package/dist/ionic/p-334c09da.entry.js +0 -4
  1026. package/dist/ionic/p-33a1d951.system.entry.js +0 -4
  1027. package/dist/ionic/p-36bdcfc4.js +0 -4
  1028. package/dist/ionic/p-388ac217.js +0 -4
  1029. package/dist/ionic/p-39c02066.system.entry.js +0 -4
  1030. package/dist/ionic/p-3ca5196c.js +0 -4
  1031. package/dist/ionic/p-3d9cad0b.system.entry.js +0 -4
  1032. package/dist/ionic/p-413a936c.entry.js +0 -4
  1033. package/dist/ionic/p-419fac38.entry.js +0 -4
  1034. package/dist/ionic/p-429dd2b5.system.js +0 -4
  1035. package/dist/ionic/p-434c7348.system.entry.js +0 -4
  1036. package/dist/ionic/p-45e150eb.js +0 -4
  1037. package/dist/ionic/p-46787abb.system.js +0 -4
  1038. package/dist/ionic/p-46cc2492.system.js +0 -4
  1039. package/dist/ionic/p-49a3fc76.entry.js +0 -4
  1040. package/dist/ionic/p-49d80815.entry.js +0 -4
  1041. package/dist/ionic/p-4a9b61ed.system.entry.js +0 -4
  1042. package/dist/ionic/p-4c251d59.entry.js +0 -4
  1043. package/dist/ionic/p-4d000ec5.entry.js +0 -4
  1044. package/dist/ionic/p-4e202665.js +0 -4
  1045. package/dist/ionic/p-4ea10a10.entry.js +0 -4
  1046. package/dist/ionic/p-4feea938.entry.js +0 -4
  1047. package/dist/ionic/p-5468bfbf.entry.js +0 -4
  1048. package/dist/ionic/p-5655419d.system.entry.js +0 -4
  1049. package/dist/ionic/p-5b57d327.system.js +0 -4
  1050. package/dist/ionic/p-5ce35a03.js +0 -4
  1051. package/dist/ionic/p-5dc2a7c6.entry.js +0 -4
  1052. package/dist/ionic/p-607c9c33.js +0 -4
  1053. package/dist/ionic/p-6320cbc1.system.entry.js +0 -4
  1054. package/dist/ionic/p-643e2eb8.js +0 -4
  1055. package/dist/ionic/p-660f3b98.entry.js +0 -4
  1056. package/dist/ionic/p-68f3fa48.system.entry.js +0 -4
  1057. package/dist/ionic/p-69e54172.js +0 -4
  1058. package/dist/ionic/p-6a0dd6bc.js +0 -4
  1059. package/dist/ionic/p-6ad6d594.js +0 -4
  1060. package/dist/ionic/p-6d9e1887.system.entry.js +0 -4
  1061. package/dist/ionic/p-6ecebfc6.entry.js +0 -4
  1062. package/dist/ionic/p-70c6cd75.system.js +0 -4
  1063. package/dist/ionic/p-71e8ffdd.system.js +0 -4
  1064. package/dist/ionic/p-726b9197.system.entry.js +0 -4
  1065. package/dist/ionic/p-73e32456.system.js +0 -4
  1066. package/dist/ionic/p-7759fac2.system.entry.js +0 -4
  1067. package/dist/ionic/p-7ebc381e.entry.js +0 -4
  1068. package/dist/ionic/p-80342c88.system.entry.js +0 -4
  1069. package/dist/ionic/p-82832f09.system.entry.js +0 -4
  1070. package/dist/ionic/p-83d5ee25.entry.js +0 -4
  1071. package/dist/ionic/p-8421aedf.js +0 -4
  1072. package/dist/ionic/p-846dd10a.entry.js +0 -4
  1073. package/dist/ionic/p-90089868.system.entry.js +0 -4
  1074. package/dist/ionic/p-9152f6a3.system.entry.js +0 -4
  1075. package/dist/ionic/p-92b48263.entry.js +0 -4
  1076. package/dist/ionic/p-931dc464.entry.js +0 -4
  1077. package/dist/ionic/p-95e22fa9.entry.js +0 -4
  1078. package/dist/ionic/p-9a9eb866.entry.js +0 -4
  1079. package/dist/ionic/p-9c526519.entry.js +0 -4
  1080. package/dist/ionic/p-9e4ede77.system.entry.js +0 -4
  1081. package/dist/ionic/p-9e8e25e4.system.js +0 -4
  1082. package/dist/ionic/p-9e9bff83.system.js +0 -4
  1083. package/dist/ionic/p-9f51595b.entry.js +0 -4
  1084. package/dist/ionic/p-a4df1928.entry.js +0 -4
  1085. package/dist/ionic/p-a6aaef61.system.entry.js +0 -4
  1086. package/dist/ionic/p-a856dbc6.entry.js +0 -4
  1087. package/dist/ionic/p-a9af4103.js +0 -4
  1088. package/dist/ionic/p-aacc6ddd.system.js +0 -5
  1089. package/dist/ionic/p-ab6e0f02.system.entry.js +0 -4
  1090. package/dist/ionic/p-ac64cba5.entry.js +0 -4
  1091. package/dist/ionic/p-adaa7af1.entry.js +0 -4
  1092. package/dist/ionic/p-b0e10591.entry.js +0 -4
  1093. package/dist/ionic/p-b14c601a.entry.js +0 -4
  1094. package/dist/ionic/p-b19a9aa9.system.js +0 -4
  1095. package/dist/ionic/p-b297c7b5.system.js +0 -4
  1096. package/dist/ionic/p-b6fc8ee2.system.entry.js +0 -4
  1097. package/dist/ionic/p-ba3ddec4.js +0 -4
  1098. package/dist/ionic/p-bd50f24e.system.entry.js +0 -4
  1099. package/dist/ionic/p-c248c88d.system.js +0 -4
  1100. package/dist/ionic/p-c2a4c5c5.system.entry.js +0 -4
  1101. package/dist/ionic/p-c6191942.js +0 -4
  1102. package/dist/ionic/p-c6e47379.entry.js +0 -4
  1103. package/dist/ionic/p-c7e967c0.system.entry.js +0 -4
  1104. package/dist/ionic/p-c8097757.system.entry.js +0 -4
  1105. package/dist/ionic/p-cb131dda.system.entry.js +0 -4
  1106. package/dist/ionic/p-cb8800fe.system.entry.js +0 -4
  1107. package/dist/ionic/p-cf2f1ede.entry.js +0 -4
  1108. package/dist/ionic/p-d0259f44.system.js +0 -4
  1109. package/dist/ionic/p-d085c881.system.entry.js +0 -4
  1110. package/dist/ionic/p-d0953ec9.system.entry.js +0 -4
  1111. package/dist/ionic/p-d0b7fe70.entry.js +0 -4
  1112. package/dist/ionic/p-d10313a6.system.js +0 -4
  1113. package/dist/ionic/p-d2a55f0a.system.entry.js +0 -4
  1114. package/dist/ionic/p-d2ef848a.entry.js +0 -4
  1115. package/dist/ionic/p-d346c889.system.entry.js +0 -4
  1116. package/dist/ionic/p-da968066.entry.js +0 -4
  1117. package/dist/ionic/p-db8aeb40.system.js +0 -4
  1118. package/dist/ionic/p-dd50ef12.js +0 -4
  1119. package/dist/ionic/p-e270862e.js +0 -4
  1120. package/dist/ionic/p-e3b70846.system.js +0 -4
  1121. package/dist/ionic/p-e5239905.system.entry.js +0 -4
  1122. package/dist/ionic/p-e7546060.entry.js +0 -4
  1123. package/dist/ionic/p-eb376af4.entry.js +0 -4
  1124. package/dist/ionic/p-ee091b80.system.entry.js +0 -4
  1125. package/dist/ionic/p-eeb60a8f.entry.js +0 -4
  1126. package/dist/ionic/p-f065578f.js +0 -4
  1127. package/dist/ionic/p-f41914c0.system.entry.js +0 -4
  1128. package/dist/ionic/p-f4ae533b.js +0 -4
  1129. package/dist/ionic/p-f61ce679.js +0 -4
  1130. package/dist/ionic/p-f63f81aa.system.entry.js +0 -4
  1131. package/dist/ionic/p-f670192b.system.entry.js +0 -4
  1132. package/dist/ionic/p-fac985b6.system.entry.js +0 -4
  1133. package/dist/ionic/p-fb0c3efa.entry.js +0 -4
  1134. package/dist/ionic/p-fbcb3139.entry.js +0 -4
  1135. package/dist/ionic/p-fbcf9790.system.entry.js +0 -4
  1136. /package/dist/collection/components/{refresher-content/refresher-content.css → input-password-toggle/input-password-toggle.css} +0 -0
@@ -14,7 +14,7 @@
14
14
  },
15
15
  {
16
16
  "name": "mode",
17
- "description": "The mode determines the platform behaviors of the component.",
17
+ "description": "The mode determines which platform styles to use.",
18
18
  "values": [
19
19
  {
20
20
  "name": "ios"
@@ -28,21 +28,6 @@
28
28
  "name": "readonly",
29
29
  "description": "If `true`, the accordion cannot be interacted with,\nbut does not alter the opacity."
30
30
  },
31
- {
32
- "name": "theme",
33
- "description": "The theme determines the visual appearance of the component.",
34
- "values": [
35
- {
36
- "name": "ios"
37
- },
38
- {
39
- "name": "md"
40
- },
41
- {
42
- "name": "ionic"
43
- }
44
- ]
45
- },
46
31
  {
47
32
  "name": "toggle-icon",
48
33
  "description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed."
@@ -100,7 +85,7 @@
100
85
  },
101
86
  {
102
87
  "name": "mode",
103
- "description": "The mode determines the platform behaviors of the component.",
88
+ "description": "The mode determines which platform styles to use.",
104
89
  "values": [
105
90
  {
106
91
  "name": "ios"
@@ -118,21 +103,6 @@
118
103
  "name": "readonly",
119
104
  "description": "If `true`, the accordion group cannot be interacted with,\nbut does not alter the opacity."
120
105
  },
121
- {
122
- "name": "theme",
123
- "description": "The theme determines the visual appearance of the component.",
124
- "values": [
125
- {
126
- "name": "ios"
127
- },
128
- {
129
- "name": "md"
130
- },
131
- {
132
- "name": "ionic"
133
- }
134
- ]
135
- },
136
106
  {
137
107
  "name": "value",
138
108
  "description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`"
@@ -178,7 +148,7 @@
178
148
  },
179
149
  {
180
150
  "name": "mode",
181
- "description": "The mode determines the platform behaviors of the component.",
151
+ "description": "The mode determines which platform styles to use.",
182
152
  "values": [
183
153
  {
184
154
  "name": "ios"
@@ -192,24 +162,9 @@
192
162
  "name": "sub-header",
193
163
  "description": "Subtitle for the action sheet."
194
164
  },
195
- {
196
- "name": "theme",
197
- "description": "The theme determines the visual appearance of the component.",
198
- "values": [
199
- {
200
- "name": "ios"
201
- },
202
- {
203
- "name": "md"
204
- },
205
- {
206
- "name": "ionic"
207
- }
208
- ]
209
- },
210
165
  {
211
166
  "name": "translucent",
212
- "description": "If `true`, the action sheet will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
167
+ "description": "If `true`, the action sheet will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
213
168
  },
214
169
  {
215
170
  "name": "trigger",
@@ -260,7 +215,7 @@
260
215
  },
261
216
  {
262
217
  "name": "mode",
263
- "description": "The mode determines the platform behaviors of the component.",
218
+ "description": "The mode determines which platform styles to use.",
264
219
  "values": [
265
220
  {
266
221
  "name": "ios"
@@ -274,24 +229,9 @@
274
229
  "name": "sub-header",
275
230
  "description": "The subtitle in the heading of the alert. Displayed under the title."
276
231
  },
277
- {
278
- "name": "theme",
279
- "description": "The theme determines the visual appearance of the component.",
280
- "values": [
281
- {
282
- "name": "ios"
283
- },
284
- {
285
- "name": "md"
286
- },
287
- {
288
- "name": "ionic"
289
- }
290
- ]
291
- },
292
232
  {
293
233
  "name": "translucent",
294
- "description": "If `true`, the alert will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
234
+ "description": "If `true`, the alert will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
295
235
  },
296
236
  {
297
237
  "name": "trigger",
@@ -311,35 +251,7 @@
311
251
  "kind": "markdown",
312
252
  "value": ""
313
253
  },
314
- "attributes": [
315
- {
316
- "name": "mode",
317
- "description": "The mode determines the platform behaviors of the component.",
318
- "values": [
319
- {
320
- "name": "ios"
321
- },
322
- {
323
- "name": "md"
324
- }
325
- ]
326
- },
327
- {
328
- "name": "theme",
329
- "description": "The theme determines the visual appearance of the component.",
330
- "values": [
331
- {
332
- "name": "ios"
333
- },
334
- {
335
- "name": "md"
336
- },
337
- {
338
- "name": "ionic"
339
- }
340
- ]
341
- }
342
- ],
254
+ "attributes": [],
343
255
  "references": [
344
256
  {
345
257
  "name": "Source code",
@@ -353,74 +265,7 @@
353
265
  "kind": "markdown",
354
266
  "value": ""
355
267
  },
356
- "attributes": [
357
- {
358
- "name": "mode",
359
- "description": "The mode determines the platform behaviors of the component.",
360
- "values": [
361
- {
362
- "name": "ios"
363
- },
364
- {
365
- "name": "md"
366
- }
367
- ]
368
- },
369
- {
370
- "name": "shape",
371
- "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.",
372
- "values": [
373
- {
374
- "name": "rectangular"
375
- },
376
- {
377
- "name": "round"
378
- },
379
- {
380
- "name": "soft"
381
- }
382
- ]
383
- },
384
- {
385
- "name": "size",
386
- "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.",
387
- "values": [
388
- {
389
- "name": "large"
390
- },
391
- {
392
- "name": "medium"
393
- },
394
- {
395
- "name": "small"
396
- },
397
- {
398
- "name": "xlarge"
399
- },
400
- {
401
- "name": "xsmall"
402
- },
403
- {
404
- "name": "xxsmall"
405
- }
406
- ]
407
- },
408
- {
409
- "name": "theme",
410
- "description": "The theme determines the visual appearance of the component.",
411
- "values": [
412
- {
413
- "name": "ios"
414
- },
415
- {
416
- "name": "md"
417
- },
418
- {
419
- "name": "ionic"
420
- }
421
- ]
422
- }
423
- ],
268
+ "attributes": [],
424
269
  "references": [
425
270
  {
426
271
  "name": "Source code",
@@ -482,7 +327,7 @@
482
327
  },
483
328
  {
484
329
  "name": "mode",
485
- "description": "The mode determines the platform behaviors of the component.",
330
+ "description": "The mode determines which platform styles to use.",
486
331
  "values": [
487
332
  {
488
333
  "name": "ios"
@@ -496,21 +341,6 @@
496
341
  "name": "text",
497
342
  "description": "The text to display in the back button."
498
343
  },
499
- {
500
- "name": "theme",
501
- "description": "The theme determines the visual appearance of the component.",
502
- "values": [
503
- {
504
- "name": "ios"
505
- },
506
- {
507
- "name": "md"
508
- },
509
- {
510
- "name": "ionic"
511
- }
512
- ]
513
- },
514
344
  {
515
345
  "name": "type",
516
346
  "description": "The type of the button.",
@@ -541,18 +371,6 @@
541
371
  "value": ""
542
372
  },
543
373
  "attributes": [
544
- {
545
- "name": "mode",
546
- "description": "The mode determines the platform behaviors of the component.",
547
- "values": [
548
- {
549
- "name": "ios"
550
- },
551
- {
552
- "name": "md"
553
- }
554
- ]
555
- },
556
374
  {
557
375
  "name": "stop-propagation",
558
376
  "description": "If `true`, the backdrop will stop propagation on tap."
@@ -561,21 +379,6 @@
561
379
  "name": "tappable",
562
380
  "description": "If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event."
563
381
  },
564
- {
565
- "name": "theme",
566
- "description": "The theme determines the visual appearance of the component.",
567
- "values": [
568
- {
569
- "name": "ios"
570
- },
571
- {
572
- "name": "md"
573
- },
574
- {
575
- "name": "ionic"
576
- }
577
- ]
578
- },
579
382
  {
580
383
  "name": "visible",
581
384
  "description": "If `true`, the backdrop will be visible."
@@ -630,61 +433,13 @@
630
433
  },
631
434
  {
632
435
  "name": "mode",
633
- "description": "The mode determines the platform behaviors of the component.",
634
- "values": [
635
- {
636
- "name": "ios"
637
- },
638
- {
639
- "name": "md"
640
- }
641
- ]
642
- },
643
- {
644
- "name": "shape",
645
- "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.",
646
- "values": [
647
- {
648
- "name": "soft"
649
- }
650
- ]
651
- },
652
- {
653
- "name": "size",
654
- "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.",
655
- "values": [
656
- {
657
- "name": "large"
658
- },
659
- {
660
- "name": "medium"
661
- },
662
- {
663
- "name": "small"
664
- },
665
- {
666
- "name": "xlarge"
667
- },
668
- {
669
- "name": "xsmall"
670
- },
671
- {
672
- "name": "xxsmall"
673
- }
674
- ]
675
- },
676
- {
677
- "name": "theme",
678
- "description": "The theme determines the visual appearance of the component.",
436
+ "description": "The mode determines which platform styles to use.",
679
437
  "values": [
680
438
  {
681
439
  "name": "ios"
682
440
  },
683
441
  {
684
442
  "name": "md"
685
- },
686
- {
687
- "name": "ionic"
688
443
  }
689
444
  ]
690
445
  }
@@ -754,7 +509,7 @@
754
509
  },
755
510
  {
756
511
  "name": "mode",
757
- "description": "The mode determines the platform behaviors of the component.",
512
+ "description": "The mode determines which platform styles to use.",
758
513
  "values": [
759
514
  {
760
515
  "name": "ios"
@@ -790,21 +545,6 @@
790
545
  {
791
546
  "name": "target",
792
547
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
793
- },
794
- {
795
- "name": "theme",
796
- "description": "The theme determines the visual appearance of the component.",
797
- "values": [
798
- {
799
- "name": "ios"
800
- },
801
- {
802
- "name": "md"
803
- },
804
- {
805
- "name": "ionic"
806
- }
807
- ]
808
548
  }
809
549
  ],
810
550
  "references": [
@@ -868,28 +608,13 @@
868
608
  },
869
609
  {
870
610
  "name": "mode",
871
- "description": "The mode determines the platform behaviors of the component.",
872
- "values": [
873
- {
874
- "name": "ios"
875
- },
876
- {
877
- "name": "md"
878
- }
879
- ]
880
- },
881
- {
882
- "name": "theme",
883
- "description": "The theme determines the visual appearance of the component.",
611
+ "description": "The mode determines which platform styles to use.",
884
612
  "values": [
885
613
  {
886
614
  "name": "ios"
887
615
  },
888
616
  {
889
617
  "name": "md"
890
- },
891
- {
892
- "name": "ionic"
893
618
  }
894
619
  ]
895
620
  }
@@ -993,7 +718,7 @@
993
718
  },
994
719
  {
995
720
  "name": "mode",
996
- "description": "The mode determines the platform behaviors of the component.",
721
+ "description": "The mode determines which platform styles to use.",
997
722
  "values": [
998
723
  {
999
724
  "name": "ios"
@@ -1024,16 +749,10 @@
1024
749
  },
1025
750
  {
1026
751
  "name": "shape",
1027
- "description": "Set to `\"soft\"` for a button with slightly rounded corners, `\"round\"` for a button with fully\nrounded corners, or `\"rectangular\"` for a button without rounded corners.\nDefaults to `\"soft\"` for the `\"ios\"` theme and `\"round\"` for all other themes.",
752
+ "description": "Set to `\"round\"` for a button with more rounded corners.",
1028
753
  "values": [
1029
- {
1030
- "name": "rectangular"
1031
- },
1032
754
  {
1033
755
  "name": "round"
1034
- },
1035
- {
1036
- "name": "soft"
1037
756
  }
1038
757
  ]
1039
758
  },
@@ -1049,12 +768,6 @@
1049
768
  },
1050
769
  {
1051
770
  "name": "small"
1052
- },
1053
- {
1054
- "name": "xlarge"
1055
- },
1056
- {
1057
- "name": "xsmall"
1058
771
  }
1059
772
  ]
1060
773
  },
@@ -1067,32 +780,17 @@
1067
780
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
1068
781
  },
1069
782
  {
1070
- "name": "theme",
1071
- "description": "The theme determines the visual appearance of the component.",
783
+ "name": "type",
784
+ "description": "The type of the button.",
1072
785
  "values": [
1073
786
  {
1074
- "name": "ios"
787
+ "name": "button"
1075
788
  },
1076
789
  {
1077
- "name": "md"
790
+ "name": "reset"
1078
791
  },
1079
792
  {
1080
- "name": "ionic"
1081
- }
1082
- ]
1083
- },
1084
- {
1085
- "name": "type",
1086
- "description": "The type of the button.",
1087
- "values": [
1088
- {
1089
- "name": "button"
1090
- },
1091
- {
1092
- "name": "reset"
1093
- },
1094
- {
1095
- "name": "submit"
793
+ "name": "submit"
1096
794
  }
1097
795
  ]
1098
796
  }
@@ -1113,34 +811,7 @@
1113
811
  "attributes": [
1114
812
  {
1115
813
  "name": "collapse",
1116
- "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)"
1117
- },
1118
- {
1119
- "name": "mode",
1120
- "description": "The mode determines the platform behaviors of the component.",
1121
- "values": [
1122
- {
1123
- "name": "ios"
1124
- },
1125
- {
1126
- "name": "md"
1127
- }
1128
- ]
1129
- },
1130
- {
1131
- "name": "theme",
1132
- "description": "The theme determines the visual appearance of the component.",
1133
- "values": [
1134
- {
1135
- "name": "ios"
1136
- },
1137
- {
1138
- "name": "md"
1139
- },
1140
- {
1141
- "name": "ionic"
1142
- }
1143
- ]
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)"
1144
815
  }
1145
816
  ],
1146
817
  "references": [
@@ -1208,7 +879,7 @@
1208
879
  },
1209
880
  {
1210
881
  "name": "mode",
1211
- "description": "The mode determines the platform behaviors of the component.",
882
+ "description": "The mode determines which platform styles to use.",
1212
883
  "values": [
1213
884
  {
1214
885
  "name": "ios"
@@ -1237,40 +908,10 @@
1237
908
  }
1238
909
  ]
1239
910
  },
1240
- {
1241
- "name": "shape",
1242
- "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\"`.",
1243
- "values": [
1244
- {
1245
- "name": "rectangular"
1246
- },
1247
- {
1248
- "name": "round"
1249
- },
1250
- {
1251
- "name": "soft"
1252
- }
1253
- ]
1254
- },
1255
911
  {
1256
912
  "name": "target",
1257
913
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
1258
914
  },
1259
- {
1260
- "name": "theme",
1261
- "description": "The theme determines the visual appearance of the component.",
1262
- "values": [
1263
- {
1264
- "name": "ios"
1265
- },
1266
- {
1267
- "name": "md"
1268
- },
1269
- {
1270
- "name": "ionic"
1271
- }
1272
- ]
1273
- },
1274
915
  {
1275
916
  "name": "type",
1276
917
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -1303,28 +944,13 @@
1303
944
  "attributes": [
1304
945
  {
1305
946
  "name": "mode",
1306
- "description": "The mode determines the platform behaviors of the component.",
1307
- "values": [
1308
- {
1309
- "name": "ios"
1310
- },
1311
- {
1312
- "name": "md"
1313
- }
1314
- ]
1315
- },
1316
- {
1317
- "name": "theme",
1318
- "description": "The theme determines the visual appearance of the component.",
947
+ "description": "The mode determines which platform styles to use.",
1319
948
  "values": [
1320
949
  {
1321
950
  "name": "ios"
1322
951
  },
1323
952
  {
1324
953
  "name": "md"
1325
- },
1326
- {
1327
- "name": "ionic"
1328
954
  }
1329
955
  ]
1330
956
  }
@@ -1378,34 +1004,19 @@
1378
1004
  },
1379
1005
  {
1380
1006
  "name": "mode",
1381
- "description": "The mode determines the platform behaviors of the component.",
1382
- "values": [
1383
- {
1384
- "name": "ios"
1385
- },
1386
- {
1387
- "name": "md"
1388
- }
1389
- ]
1390
- },
1391
- {
1392
- "name": "theme",
1393
- "description": "The theme determines the visual appearance of the component.",
1007
+ "description": "The mode determines which platform styles to use.",
1394
1008
  "values": [
1395
1009
  {
1396
1010
  "name": "ios"
1397
1011
  },
1398
1012
  {
1399
1013
  "name": "md"
1400
- },
1401
- {
1402
- "name": "ionic"
1403
1014
  }
1404
1015
  ]
1405
1016
  },
1406
1017
  {
1407
1018
  "name": "translucent",
1408
- "description": "If `true`, the card header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
1019
+ "description": "If `true`, the card header will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
1409
1020
  }
1410
1021
  ],
1411
1022
  "references": [
@@ -1457,28 +1068,13 @@
1457
1068
  },
1458
1069
  {
1459
1070
  "name": "mode",
1460
- "description": "The mode determines the platform behaviors of the component.",
1461
- "values": [
1462
- {
1463
- "name": "ios"
1464
- },
1465
- {
1466
- "name": "md"
1467
- }
1468
- ]
1469
- },
1470
- {
1471
- "name": "theme",
1472
- "description": "The theme determines the visual appearance of the component.",
1071
+ "description": "The mode determines which platform styles to use.",
1473
1072
  "values": [
1474
1073
  {
1475
1074
  "name": "ios"
1476
1075
  },
1477
1076
  {
1478
1077
  "name": "md"
1479
- },
1480
- {
1481
- "name": "ionic"
1482
1078
  }
1483
1079
  ]
1484
1080
  }
@@ -1532,28 +1128,13 @@
1532
1128
  },
1533
1129
  {
1534
1130
  "name": "mode",
1535
- "description": "The mode determines the platform behaviors of the component.",
1536
- "values": [
1537
- {
1538
- "name": "ios"
1539
- },
1540
- {
1541
- "name": "md"
1542
- }
1543
- ]
1544
- },
1545
- {
1546
- "name": "theme",
1547
- "description": "The theme determines the visual appearance of the component.",
1131
+ "description": "The mode determines which platform styles to use.",
1548
1132
  "values": [
1549
1133
  {
1550
1134
  "name": "ios"
1551
1135
  },
1552
1136
  {
1553
1137
  "name": "md"
1554
- },
1555
- {
1556
- "name": "ionic"
1557
1138
  }
1558
1139
  ]
1559
1140
  }
@@ -1664,7 +1245,7 @@
1664
1245
  },
1665
1246
  {
1666
1247
  "name": "mode",
1667
- "description": "The mode determines the platform behaviors of the component.",
1248
+ "description": "The mode determines which platform styles to use.",
1668
1249
  "values": [
1669
1250
  {
1670
1251
  "name": "ios"
@@ -1678,42 +1259,6 @@
1678
1259
  "name": "name",
1679
1260
  "description": "The name of the control, which is submitted with the form data."
1680
1261
  },
1681
- {
1682
- "name": "shape",
1683
- "description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
1684
- "values": [
1685
- {
1686
- "name": "rectangular"
1687
- },
1688
- {
1689
- "name": "soft"
1690
- }
1691
- ]
1692
- },
1693
- {
1694
- "name": "size",
1695
- "description": "Set to `\"small\"` for a checkbox with less height and padding.",
1696
- "values": [
1697
- {
1698
- "name": "small"
1699
- }
1700
- ]
1701
- },
1702
- {
1703
- "name": "theme",
1704
- "description": "The theme determines the visual appearance of the component.",
1705
- "values": [
1706
- {
1707
- "name": "ios"
1708
- },
1709
- {
1710
- "name": "md"
1711
- },
1712
- {
1713
- "name": "ionic"
1714
- }
1715
- ]
1716
- },
1717
1262
  {
1718
1263
  "name": "value",
1719
1264
  "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>`."
@@ -1772,7 +1317,7 @@
1772
1317
  },
1773
1318
  {
1774
1319
  "name": "mode",
1775
- "description": "The mode determines the platform behaviors of the component.",
1320
+ "description": "The mode determines which platform styles to use.",
1776
1321
  "values": [
1777
1322
  {
1778
1323
  "name": "ios"
@@ -1785,48 +1330,6 @@
1785
1330
  {
1786
1331
  "name": "outline",
1787
1332
  "description": "Display an outline style button."
1788
- },
1789
- {
1790
- "name": "shape",
1791
- "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.",
1792
- "values": [
1793
- {
1794
- "name": "rectangular"
1795
- },
1796
- {
1797
- "name": "round"
1798
- },
1799
- {
1800
- "name": "soft"
1801
- }
1802
- ]
1803
- },
1804
- {
1805
- "name": "size",
1806
- "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.",
1807
- "values": [
1808
- {
1809
- "name": "large"
1810
- },
1811
- {
1812
- "name": "small"
1813
- }
1814
- ]
1815
- },
1816
- {
1817
- "name": "theme",
1818
- "description": "The theme determines the visual appearance of the component.",
1819
- "values": [
1820
- {
1821
- "name": "ios"
1822
- },
1823
- {
1824
- "name": "md"
1825
- },
1826
- {
1827
- "name": "ionic"
1828
- }
1829
- ]
1830
1333
  }
1831
1334
  ],
1832
1335
  "references": [
@@ -1843,18 +1346,6 @@
1843
1346
  "value": ""
1844
1347
  },
1845
1348
  "attributes": [
1846
- {
1847
- "name": "mode",
1848
- "description": "The mode determines the platform behaviors of the component.",
1849
- "values": [
1850
- {
1851
- "name": "ios"
1852
- },
1853
- {
1854
- "name": "md"
1855
- }
1856
- ]
1857
- },
1858
1349
  {
1859
1350
  "name": "offset",
1860
1351
  "description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available."
@@ -1950,21 +1441,6 @@
1950
1441
  {
1951
1442
  "name": "size-xs",
1952
1443
  "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."
1953
- },
1954
- {
1955
- "name": "theme",
1956
- "description": "The theme determines the visual appearance of the component.",
1957
- "values": [
1958
- {
1959
- "name": "ios"
1960
- },
1961
- {
1962
- "name": "md"
1963
- },
1964
- {
1965
- "name": "ionic"
1966
- }
1967
- ]
1968
1444
  }
1969
1445
  ],
1970
1446
  "references": [
@@ -2034,18 +1510,6 @@
2034
1510
  "name": "fullscreen",
2035
1511
  "description": "If `true`, the content will scroll behind the headers\nand footers. This effect can easily be seen by setting the toolbar\nto transparent."
2036
1512
  },
2037
- {
2038
- "name": "mode",
2039
- "description": "The mode determines the platform behaviors of the component.",
2040
- "values": [
2041
- {
2042
- "name": "ios"
2043
- },
2044
- {
2045
- "name": "md"
2046
- }
2047
- ]
2048
- },
2049
1513
  {
2050
1514
  "name": "scroll-events",
2051
1515
  "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`."
@@ -2057,21 +1521,6 @@
2057
1521
  {
2058
1522
  "name": "scroll-y",
2059
1523
  "description": "If you want to disable the content scrolling in the Y axis, set this property to `false`."
2060
- },
2061
- {
2062
- "name": "theme",
2063
- "description": "The theme determines the visual appearance of the component.",
2064
- "values": [
2065
- {
2066
- "name": "ios"
2067
- },
2068
- {
2069
- "name": "md"
2070
- },
2071
- {
2072
- "name": "ionic"
2073
- }
2074
- ]
2075
1524
  }
2076
1525
  ],
2077
1526
  "references": [
@@ -2185,7 +1634,7 @@
2185
1634
  },
2186
1635
  {
2187
1636
  "name": "mode",
2188
- "description": "The mode determines the platform behaviors of the component.",
1637
+ "description": "The mode determines which platform styles to use.",
2189
1638
  "values": [
2190
1639
  {
2191
1640
  "name": "ios"
@@ -2270,21 +1719,6 @@
2270
1719
  }
2271
1720
  ]
2272
1721
  },
2273
- {
2274
- "name": "theme",
2275
- "description": "The theme determines the visual appearance of the component.",
2276
- "values": [
2277
- {
2278
- "name": "ios"
2279
- },
2280
- {
2281
- "name": "md"
2282
- },
2283
- {
2284
- "name": "ionic"
2285
- }
2286
- ]
2287
- },
2288
1722
  {
2289
1723
  "name": "value",
2290
1724
  "description": "The value of the datetime as a valid ISO 8601 datetime string.\nThis should be an array of strings only when `multiple=\"true\"`."
@@ -2351,28 +1785,13 @@
2351
1785
  },
2352
1786
  {
2353
1787
  "name": "mode",
2354
- "description": "The mode determines the platform behaviors of the component.",
2355
- "values": [
2356
- {
2357
- "name": "ios"
2358
- },
2359
- {
2360
- "name": "md"
2361
- }
2362
- ]
2363
- },
2364
- {
2365
- "name": "theme",
2366
- "description": "The theme determines the visual appearance of the component.",
1788
+ "description": "The mode determines which platform styles to use.",
2367
1789
  "values": [
2368
1790
  {
2369
1791
  "name": "ios"
2370
1792
  },
2371
1793
  {
2372
1794
  "name": "md"
2373
- },
2374
- {
2375
- "name": "ionic"
2376
1795
  }
2377
1796
  ]
2378
1797
  }
@@ -2414,33 +1833,6 @@
2414
1833
  }
2415
1834
  ]
2416
1835
  },
2417
- {
2418
- "name": "mode",
2419
- "description": "The mode determines the platform behaviors of the component.",
2420
- "values": [
2421
- {
2422
- "name": "ios"
2423
- },
2424
- {
2425
- "name": "md"
2426
- }
2427
- ]
2428
- },
2429
- {
2430
- "name": "theme",
2431
- "description": "The theme determines the visual appearance of the component.",
2432
- "values": [
2433
- {
2434
- "name": "ios"
2435
- },
2436
- {
2437
- "name": "md"
2438
- },
2439
- {
2440
- "name": "ionic"
2441
- }
2442
- ]
2443
- },
2444
1836
  {
2445
1837
  "name": "vertical",
2446
1838
  "description": "Where to align the fab vertically in the viewport.",
@@ -2526,7 +1918,7 @@
2526
1918
  },
2527
1919
  {
2528
1920
  "name": "mode",
2529
- "description": "The mode determines the platform behaviors of the component.",
1921
+ "description": "The mode determines which platform styles to use.",
2530
1922
  "values": [
2531
1923
  {
2532
1924
  "name": "ios"
@@ -2572,24 +1964,9 @@
2572
1964
  "name": "target",
2573
1965
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
2574
1966
  },
2575
- {
2576
- "name": "theme",
2577
- "description": "The theme determines the visual appearance of the component.",
2578
- "values": [
2579
- {
2580
- "name": "ios"
2581
- },
2582
- {
2583
- "name": "md"
2584
- },
2585
- {
2586
- "name": "ionic"
2587
- }
2588
- ]
2589
- },
2590
1967
  {
2591
1968
  "name": "translucent",
2592
- "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)."
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)."
2593
1970
  },
2594
1971
  {
2595
1972
  "name": "type",
@@ -2625,18 +2002,6 @@
2625
2002
  "name": "activated",
2626
2003
  "description": "If `true`, the fab list will show all fab buttons in the list."
2627
2004
  },
2628
- {
2629
- "name": "mode",
2630
- "description": "The mode determines the platform behaviors of the component.",
2631
- "values": [
2632
- {
2633
- "name": "ios"
2634
- },
2635
- {
2636
- "name": "md"
2637
- }
2638
- ]
2639
- },
2640
2005
  {
2641
2006
  "name": "side",
2642
2007
  "description": "The side the fab list will show on relative to the main fab button.",
@@ -2654,21 +2019,6 @@
2654
2019
  "name": "top"
2655
2020
  }
2656
2021
  ]
2657
- },
2658
- {
2659
- "name": "theme",
2660
- "description": "The theme determines the visual appearance of the component.",
2661
- "values": [
2662
- {
2663
- "name": "ios"
2664
- },
2665
- {
2666
- "name": "md"
2667
- },
2668
- {
2669
- "name": "ionic"
2670
- }
2671
- ]
2672
2022
  }
2673
2023
  ],
2674
2024
  "references": [
@@ -2687,7 +2037,7 @@
2687
2037
  "attributes": [
2688
2038
  {
2689
2039
  "name": "collapse",
2690
- "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
2040
+ "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
2691
2041
  "values": [
2692
2042
  {
2693
2043
  "name": "fade"
@@ -2696,34 +2046,19 @@
2696
2046
  },
2697
2047
  {
2698
2048
  "name": "mode",
2699
- "description": "The mode determines the platform behaviors of the component.",
2700
- "values": [
2701
- {
2702
- "name": "ios"
2703
- },
2704
- {
2705
- "name": "md"
2706
- }
2707
- ]
2708
- },
2709
- {
2710
- "name": "theme",
2711
- "description": "The theme determines the visual appearance of the component.",
2049
+ "description": "The mode determines which platform styles to use.",
2712
2050
  "values": [
2713
2051
  {
2714
2052
  "name": "ios"
2715
2053
  },
2716
2054
  {
2717
2055
  "name": "md"
2718
- },
2719
- {
2720
- "name": "ionic"
2721
2056
  }
2722
2057
  ]
2723
2058
  },
2724
2059
  {
2725
2060
  "name": "translucent",
2726
- "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."
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."
2727
2062
  }
2728
2063
  ],
2729
2064
  "references": [
@@ -2743,33 +2078,6 @@
2743
2078
  {
2744
2079
  "name": "fixed",
2745
2080
  "description": "If `true`, the grid will have a fixed width based on the screen size."
2746
- },
2747
- {
2748
- "name": "mode",
2749
- "description": "The mode determines the platform behaviors of the component.",
2750
- "values": [
2751
- {
2752
- "name": "ios"
2753
- },
2754
- {
2755
- "name": "md"
2756
- }
2757
- ]
2758
- },
2759
- {
2760
- "name": "theme",
2761
- "description": "The theme determines the visual appearance of the component.",
2762
- "values": [
2763
- {
2764
- "name": "ios"
2765
- },
2766
- {
2767
- "name": "md"
2768
- },
2769
- {
2770
- "name": "ionic"
2771
- }
2772
- ]
2773
2081
  }
2774
2082
  ],
2775
2083
  "references": [
@@ -2788,7 +2096,7 @@
2788
2096
  "attributes": [
2789
2097
  {
2790
2098
  "name": "collapse",
2791
- "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)",
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)",
2792
2100
  "values": [
2793
2101
  {
2794
2102
  "name": "condense"
@@ -2798,40 +2106,21 @@
2798
2106
  }
2799
2107
  ]
2800
2108
  },
2801
- {
2802
- "name": "divider",
2803
- "description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes"
2804
- },
2805
2109
  {
2806
2110
  "name": "mode",
2807
- "description": "The mode determines the platform behaviors of the component.",
2808
- "values": [
2809
- {
2810
- "name": "ios"
2811
- },
2812
- {
2813
- "name": "md"
2814
- }
2815
- ]
2816
- },
2817
- {
2818
- "name": "theme",
2819
- "description": "The theme determines the visual appearance of the component.",
2111
+ "description": "The mode determines which platform styles to use.",
2820
2112
  "values": [
2821
2113
  {
2822
2114
  "name": "ios"
2823
2115
  },
2824
2116
  {
2825
2117
  "name": "md"
2826
- },
2827
- {
2828
- "name": "ionic"
2829
2118
  }
2830
2119
  ]
2831
2120
  },
2832
2121
  {
2833
2122
  "name": "translucent",
2834
- "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."
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."
2835
2124
  }
2836
2125
  ],
2837
2126
  "references": [
@@ -2852,36 +2141,9 @@
2852
2141
  "name": "alt",
2853
2142
  "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."
2854
2143
  },
2855
- {
2856
- "name": "mode",
2857
- "description": "The mode determines the platform behaviors of the component.",
2858
- "values": [
2859
- {
2860
- "name": "ios"
2861
- },
2862
- {
2863
- "name": "md"
2864
- }
2865
- ]
2866
- },
2867
2144
  {
2868
2145
  "name": "src",
2869
2146
  "description": "The image URL. This attribute is mandatory for the `<img>` element."
2870
- },
2871
- {
2872
- "name": "theme",
2873
- "description": "The theme determines the visual appearance of the component.",
2874
- "values": [
2875
- {
2876
- "name": "ios"
2877
- },
2878
- {
2879
- "name": "md"
2880
- },
2881
- {
2882
- "name": "ionic"
2883
- }
2884
- ]
2885
2147
  }
2886
2148
  ],
2887
2149
  "references": [
@@ -2902,18 +2164,6 @@
2902
2164
  "name": "disabled",
2903
2165
  "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."
2904
2166
  },
2905
- {
2906
- "name": "mode",
2907
- "description": "The mode determines the platform behaviors of the component.",
2908
- "values": [
2909
- {
2910
- "name": "ios"
2911
- },
2912
- {
2913
- "name": "md"
2914
- }
2915
- ]
2916
- },
2917
2167
  {
2918
2168
  "name": "position",
2919
2169
  "description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
@@ -2926,21 +2176,6 @@
2926
2176
  }
2927
2177
  ]
2928
2178
  },
2929
- {
2930
- "name": "theme",
2931
- "description": "The theme determines the visual appearance of the component.",
2932
- "values": [
2933
- {
2934
- "name": "ios"
2935
- },
2936
- {
2937
- "name": "md"
2938
- },
2939
- {
2940
- "name": "ionic"
2941
- }
2942
- ]
2943
- },
2944
2179
  {
2945
2180
  "name": "threshold",
2946
2181
  "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."
@@ -2996,33 +2231,6 @@
2996
2231
  {
2997
2232
  "name": "loading-text",
2998
2233
  "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."
2999
- },
3000
- {
3001
- "name": "mode",
3002
- "description": "The mode determines the platform behaviors of the component.",
3003
- "values": [
3004
- {
3005
- "name": "ios"
3006
- },
3007
- {
3008
- "name": "md"
3009
- }
3010
- ]
3011
- },
3012
- {
3013
- "name": "theme",
3014
- "description": "The theme determines the visual appearance of the component.",
3015
- "values": [
3016
- {
3017
- "name": "ios"
3018
- },
3019
- {
3020
- "name": "md"
3021
- },
3022
- {
3023
- "name": "ionic"
3024
- }
3025
- ]
3026
2234
  }
3027
2235
  ],
3028
2236
  "references": [
@@ -3051,73 +2259,79 @@
3051
2259
  "name": "name"
3052
2260
  },
3053
2261
  {
3054
- "name": "url"
2262
+ "name": "email"
3055
2263
  },
3056
2264
  {
3057
- "name": "off"
2265
+ "name": "tel"
2266
+ },
2267
+ {
2268
+ "name": "url"
3058
2269
  },
3059
2270
  {
3060
2271
  "name": "on"
3061
2272
  },
3062
2273
  {
3063
- "name": "additional-name"
2274
+ "name": "off"
3064
2275
  },
3065
2276
  {
3066
- "name": "address-level1"
2277
+ "name": "honorific-prefix"
3067
2278
  },
3068
2279
  {
3069
- "name": "address-level2"
2280
+ "name": "given-name"
3070
2281
  },
3071
2282
  {
3072
- "name": "address-level3"
2283
+ "name": "additional-name"
3073
2284
  },
3074
2285
  {
3075
- "name": "address-level4"
2286
+ "name": "family-name"
3076
2287
  },
3077
2288
  {
3078
- "name": "address-line1"
2289
+ "name": "honorific-suffix"
3079
2290
  },
3080
2291
  {
3081
- "name": "address-line2"
2292
+ "name": "nickname"
3082
2293
  },
3083
2294
  {
3084
- "name": "address-line3"
2295
+ "name": "username"
3085
2296
  },
3086
2297
  {
3087
- "name": "bday-day"
2298
+ "name": "new-password"
3088
2299
  },
3089
2300
  {
3090
- "name": "bday-month"
2301
+ "name": "current-password"
3091
2302
  },
3092
2303
  {
3093
- "name": "bday-year"
2304
+ "name": "one-time-code"
3094
2305
  },
3095
2306
  {
3096
- "name": "cc-csc"
2307
+ "name": "organization-title"
3097
2308
  },
3098
2309
  {
3099
- "name": "cc-exp"
2310
+ "name": "organization"
3100
2311
  },
3101
2312
  {
3102
- "name": "cc-exp-month"
2313
+ "name": "street-address"
3103
2314
  },
3104
2315
  {
3105
- "name": "cc-exp-year"
2316
+ "name": "address-line1"
3106
2317
  },
3107
2318
  {
3108
- "name": "cc-family-name"
2319
+ "name": "address-line2"
3109
2320
  },
3110
2321
  {
3111
- "name": "cc-given-name"
2322
+ "name": "address-line3"
3112
2323
  },
3113
2324
  {
3114
- "name": "cc-name"
2325
+ "name": "address-level4"
3115
2326
  },
3116
2327
  {
3117
- "name": "cc-number"
2328
+ "name": "address-level3"
3118
2329
  },
3119
2330
  {
3120
- "name": "cc-type"
2331
+ "name": "address-level2"
2332
+ },
2333
+ {
2334
+ "name": "address-level1"
3121
2335
  },
3122
2336
  {
3123
2337
  "name": "country"
@@ -3126,82 +2340,76 @@
3126
2340
  "name": "country-name"
3127
2341
  },
3128
2342
  {
3129
- "name": "current-password"
2343
+ "name": "postal-code"
3130
2344
  },
3131
2345
  {
3132
- "name": "family-name"
2346
+ "name": "cc-name"
3133
2347
  },
3134
2348
  {
3135
- "name": "given-name"
2349
+ "name": "cc-given-name"
3136
2350
  },
3137
2351
  {
3138
- "name": "honorific-prefix"
2352
+ "name": "cc-additional-name"
3139
2353
  },
3140
2354
  {
3141
- "name": "honorific-suffix"
2355
+ "name": "cc-family-name"
3142
2356
  },
3143
2357
  {
3144
- "name": "new-password"
2358
+ "name": "cc-number"
3145
2359
  },
3146
2360
  {
3147
- "name": "one-time-code"
2361
+ "name": "cc-exp"
3148
2362
  },
3149
2363
  {
3150
- "name": "organization"
2364
+ "name": "cc-exp-month"
3151
2365
  },
3152
2366
  {
3153
- "name": "postal-code"
2367
+ "name": "cc-exp-year"
3154
2368
  },
3155
2369
  {
3156
- "name": "street-address"
2370
+ "name": "cc-csc"
3157
2371
  },
3158
2372
  {
3159
- "name": "transaction-amount"
2373
+ "name": "cc-type"
3160
2374
  },
3161
2375
  {
3162
2376
  "name": "transaction-currency"
3163
2377
  },
3164
2378
  {
3165
- "name": "username"
2379
+ "name": "transaction-amount"
3166
2380
  },
3167
2381
  {
3168
- "name": "email"
2382
+ "name": "language"
3169
2383
  },
3170
2384
  {
3171
- "name": "tel"
2385
+ "name": "bday"
3172
2386
  },
3173
2387
  {
3174
- "name": "tel-area-code"
3175
- },
3176
- {
3177
- "name": "tel-country-code"
3178
- },
3179
- {
3180
- "name": "tel-extension"
2388
+ "name": "bday-day"
3181
2389
  },
3182
2390
  {
3183
- "name": "tel-local"
2391
+ "name": "bday-month"
3184
2392
  },
3185
2393
  {
3186
- "name": "tel-national"
2394
+ "name": "bday-year"
3187
2395
  },
3188
2396
  {
3189
- "name": "nickname"
2397
+ "name": "sex"
3190
2398
  },
3191
2399
  {
3192
- "name": "organization-title"
2400
+ "name": "tel-country-code"
3193
2401
  },
3194
2402
  {
3195
- "name": "cc-additional-name"
2403
+ "name": "tel-national"
3196
2404
  },
3197
2405
  {
3198
- "name": "language"
2406
+ "name": "tel-area-code"
3199
2407
  },
3200
2408
  {
3201
- "name": "bday"
2409
+ "name": "tel-local"
3202
2410
  },
3203
2411
  {
3204
- "name": "sex"
2412
+ "name": "tel-extension"
3205
2413
  },
3206
2414
  {
3207
2415
  "name": "impp"
@@ -3317,7 +2525,7 @@
3317
2525
  },
3318
2526
  {
3319
2527
  "name": "fill",
3320
- "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\"`.",
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.",
3321
2529
  "values": [
3322
2530
  {
3323
2531
  "name": "outline"
@@ -3367,7 +2575,7 @@
3367
2575
  },
3368
2576
  {
3369
2577
  "name": "label-placement",
3370
- "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.",
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 (\"...\").",
3371
2579
  "values": [
3372
2580
  {
3373
2581
  "name": "end"
@@ -3404,7 +2612,7 @@
3404
2612
  },
3405
2613
  {
3406
2614
  "name": "mode",
3407
- "description": "The mode determines the platform behaviors of the component.",
2615
+ "description": "The mode determines which platform styles to use.",
3408
2616
  "values": [
3409
2617
  {
3410
2618
  "name": "ios"
@@ -3440,31 +2648,10 @@
3440
2648
  },
3441
2649
  {
3442
2650
  "name": "shape",
3443
- "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\"`.",
2651
+ "description": "The shape of the input. If \"round\" it will have an increased border radius.",
3444
2652
  "values": [
3445
- {
3446
- "name": "rectangular"
3447
- },
3448
2653
  {
3449
2654
  "name": "round"
3450
- },
3451
- {
3452
- "name": "soft"
3453
- }
3454
- ]
3455
- },
3456
- {
3457
- "name": "size",
3458
- "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.",
3459
- "values": [
3460
- {
3461
- "name": "large"
3462
- },
3463
- {
3464
- "name": "medium"
3465
- },
3466
- {
3467
- "name": "xlarge"
3468
2655
  }
3469
2656
  ]
3470
2657
  },
@@ -3476,21 +2663,6 @@
3476
2663
  "name": "step",
3477
2664
  "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."
3478
2665
  },
3479
- {
3480
- "name": "theme",
3481
- "description": "The theme determines the visual appearance of the component.",
3482
- "values": [
3483
- {
3484
- "name": "ios"
3485
- },
3486
- {
3487
- "name": "md"
3488
- },
3489
- {
3490
- "name": "ionic"
3491
- }
3492
- ]
3493
- },
3494
2666
  {
3495
2667
  "name": "type",
3496
2668
  "description": "The type of control to display. The default type is text.",
@@ -3659,7 +2831,7 @@
3659
2831
  },
3660
2832
  {
3661
2833
  "name": "detail",
3662
- "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."
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."
3663
2835
  },
3664
2836
  {
3665
2837
  "name": "detail-icon",
@@ -3694,7 +2866,7 @@
3694
2866
  },
3695
2867
  {
3696
2868
  "name": "mode",
3697
- "description": "The mode determines the platform behaviors of the component.",
2869
+ "description": "The mode determines which platform styles to use.",
3698
2870
  "values": [
3699
2871
  {
3700
2872
  "name": "ios"
@@ -3727,21 +2899,6 @@
3727
2899
  "name": "target",
3728
2900
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
3729
2901
  },
3730
- {
3731
- "name": "theme",
3732
- "description": "The theme determines the visual appearance of the component.",
3733
- "values": [
3734
- {
3735
- "name": "ios"
3736
- },
3737
- {
3738
- "name": "md"
3739
- },
3740
- {
3741
- "name": "ionic"
3742
- }
3743
- ]
3744
- },
3745
2902
  {
3746
2903
  "name": "type",
3747
2904
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -3807,7 +2964,7 @@
3807
2964
  },
3808
2965
  {
3809
2966
  "name": "mode",
3810
- "description": "The mode determines the platform behaviors of the component.",
2967
+ "description": "The mode determines which platform styles to use.",
3811
2968
  "values": [
3812
2969
  {
3813
2970
  "name": "ios"
@@ -3820,21 +2977,6 @@
3820
2977
  {
3821
2978
  "name": "sticky",
3822
2979
  "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"
3823
- },
3824
- {
3825
- "name": "theme",
3826
- "description": "The theme determines the visual appearance of the component.",
3827
- "values": [
3828
- {
3829
- "name": "ios"
3830
- },
3831
- {
3832
- "name": "md"
3833
- },
3834
- {
3835
- "name": "ionic"
3836
- }
3837
- ]
3838
2980
  }
3839
2981
  ],
3840
2982
  "references": [
@@ -3850,35 +2992,7 @@
3850
2992
  "kind": "markdown",
3851
2993
  "value": ""
3852
2994
  },
3853
- "attributes": [
3854
- {
3855
- "name": "mode",
3856
- "description": "The mode determines the platform behaviors of the component.",
3857
- "values": [
3858
- {
3859
- "name": "ios"
3860
- },
3861
- {
3862
- "name": "md"
3863
- }
3864
- ]
3865
- },
3866
- {
3867
- "name": "theme",
3868
- "description": "The theme determines the visual appearance of the component.",
3869
- "values": [
3870
- {
3871
- "name": "ios"
3872
- },
3873
- {
3874
- "name": "md"
3875
- },
3876
- {
3877
- "name": "ionic"
3878
- }
3879
- ]
3880
- }
3881
- ],
2995
+ "attributes": [],
3882
2996
  "references": [
3883
2997
  {
3884
2998
  "name": "Source code",
@@ -3944,7 +3058,7 @@
3944
3058
  },
3945
3059
  {
3946
3060
  "name": "mode",
3947
- "description": "The mode determines the platform behaviors of the component.",
3061
+ "description": "The mode determines which platform styles to use.",
3948
3062
  "values": [
3949
3063
  {
3950
3064
  "name": "ios"
@@ -3958,40 +3072,10 @@
3958
3072
  "name": "rel",
3959
3073
  "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)."
3960
3074
  },
3961
- {
3962
- "name": "shape",
3963
- "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.",
3964
- "values": [
3965
- {
3966
- "name": "rectangular"
3967
- },
3968
- {
3969
- "name": "round"
3970
- },
3971
- {
3972
- "name": "soft"
3973
- }
3974
- ]
3975
- },
3976
3075
  {
3977
3076
  "name": "target",
3978
3077
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
3979
3078
  },
3980
- {
3981
- "name": "theme",
3982
- "description": "The theme determines the visual appearance of the component.",
3983
- "values": [
3984
- {
3985
- "name": "ios"
3986
- },
3987
- {
3988
- "name": "md"
3989
- },
3990
- {
3991
- "name": "ionic"
3992
- }
3993
- ]
3994
- },
3995
3079
  {
3996
3080
  "name": "type",
3997
3081
  "description": "The type of the button.",
@@ -4022,18 +3106,6 @@
4022
3106
  "value": ""
4023
3107
  },
4024
3108
  "attributes": [
4025
- {
4026
- "name": "mode",
4027
- "description": "The mode determines the platform behaviors of the component.",
4028
- "values": [
4029
- {
4030
- "name": "ios"
4031
- },
4032
- {
4033
- "name": "md"
4034
- }
4035
- ]
4036
- },
4037
3109
  {
4038
3110
  "name": "side",
4039
3111
  "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.",
@@ -4045,21 +3117,6 @@
4045
3117
  "name": "start"
4046
3118
  }
4047
3119
  ]
4048
- },
4049
- {
4050
- "name": "theme",
4051
- "description": "The theme determines the visual appearance of the component.",
4052
- "values": [
4053
- {
4054
- "name": "ios"
4055
- },
4056
- {
4057
- "name": "md"
4058
- },
4059
- {
4060
- "name": "ionic"
4061
- }
4062
- ]
4063
3120
  }
4064
3121
  ],
4065
3122
  "references": [
@@ -4079,33 +3136,6 @@
4079
3136
  {
4080
3137
  "name": "disabled",
4081
3138
  "description": "If `true`, the user cannot interact with the sliding item."
4082
- },
4083
- {
4084
- "name": "mode",
4085
- "description": "The mode determines the platform behaviors of the component.",
4086
- "values": [
4087
- {
4088
- "name": "ios"
4089
- },
4090
- {
4091
- "name": "md"
4092
- }
4093
- ]
4094
- },
4095
- {
4096
- "name": "theme",
4097
- "description": "The theme determines the visual appearance of the component.",
4098
- "values": [
4099
- {
4100
- "name": "ios"
4101
- },
4102
- {
4103
- "name": "md"
4104
- },
4105
- {
4106
- "name": "ionic"
4107
- }
4108
- ]
4109
3139
  }
4110
3140
  ],
4111
3141
  "references": [
@@ -4157,7 +3187,7 @@
4157
3187
  },
4158
3188
  {
4159
3189
  "name": "mode",
4160
- "description": "The mode determines the platform behaviors of the component.",
3190
+ "description": "The mode determines which platform styles to use.",
4161
3191
  "values": [
4162
3192
  {
4163
3193
  "name": "ios"
@@ -4181,21 +3211,6 @@
4181
3211
  "name": "stacked"
4182
3212
  }
4183
3213
  ]
4184
- },
4185
- {
4186
- "name": "theme",
4187
- "description": "The theme determines the visual appearance of the component.",
4188
- "values": [
4189
- {
4190
- "name": "ios"
4191
- },
4192
- {
4193
- "name": "md"
4194
- },
4195
- {
4196
- "name": "ionic"
4197
- }
4198
- ]
4199
3214
  }
4200
3215
  ],
4201
3216
  "references": [
@@ -4233,43 +3248,13 @@
4233
3248
  },
4234
3249
  {
4235
3250
  "name": "mode",
4236
- "description": "The mode determines the platform behaviors of the component.",
4237
- "values": [
4238
- {
4239
- "name": "ios"
4240
- },
4241
- {
4242
- "name": "md"
4243
- }
4244
- ]
4245
- },
4246
- {
4247
- "name": "shape",
4248
- "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.",
4249
- "values": [
4250
- {
4251
- "name": "rectangular"
4252
- },
4253
- {
4254
- "name": "round"
4255
- },
4256
- {
4257
- "name": "soft"
4258
- }
4259
- ]
4260
- },
4261
- {
4262
- "name": "theme",
4263
- "description": "The theme determines the visual appearance of the component.",
3251
+ "description": "The mode determines which platform styles to use.",
4264
3252
  "values": [
4265
3253
  {
4266
3254
  "name": "ios"
4267
3255
  },
4268
3256
  {
4269
3257
  "name": "md"
4270
- },
4271
- {
4272
- "name": "ionic"
4273
3258
  }
4274
3259
  ]
4275
3260
  }
@@ -4338,28 +3323,13 @@
4338
3323
  },
4339
3324
  {
4340
3325
  "name": "mode",
4341
- "description": "The mode determines the platform behaviors of the component.",
4342
- "values": [
4343
- {
4344
- "name": "ios"
4345
- },
4346
- {
4347
- "name": "md"
4348
- }
4349
- ]
4350
- },
4351
- {
4352
- "name": "theme",
4353
- "description": "The theme determines the visual appearance of the component.",
3326
+ "description": "The mode determines which platform styles to use.",
4354
3327
  "values": [
4355
3328
  {
4356
3329
  "name": "ios"
4357
3330
  },
4358
3331
  {
4359
3332
  "name": "md"
4360
- },
4361
- {
4362
- "name": "ionic"
4363
3333
  }
4364
3334
  ]
4365
3335
  }
@@ -4408,7 +3378,7 @@
4408
3378
  },
4409
3379
  {
4410
3380
  "name": "mode",
4411
- "description": "The mode determines the platform behaviors of the component.",
3381
+ "description": "The mode determines which platform styles to use.",
4412
3382
  "values": [
4413
3383
  {
4414
3384
  "name": "ios"
@@ -4455,24 +3425,9 @@
4455
3425
  }
4456
3426
  ]
4457
3427
  },
4458
- {
4459
- "name": "theme",
4460
- "description": "The theme determines the visual appearance of the component.",
4461
- "values": [
4462
- {
4463
- "name": "ios"
4464
- },
4465
- {
4466
- "name": "md"
4467
- },
4468
- {
4469
- "name": "ionic"
4470
- }
4471
- ]
4472
- },
4473
3428
  {
4474
3429
  "name": "translucent",
4475
- "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)."
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)."
4476
3431
  },
4477
3432
  {
4478
3433
  "name": "trigger",
@@ -4509,18 +3464,6 @@
4509
3464
  "name": "menu-id",
4510
3465
  "description": "An id for the menu."
4511
3466
  },
4512
- {
4513
- "name": "mode",
4514
- "description": "The mode determines the platform behaviors of the component.",
4515
- "values": [
4516
- {
4517
- "name": "ios"
4518
- },
4519
- {
4520
- "name": "md"
4521
- }
4522
- ]
4523
- },
4524
3467
  {
4525
3468
  "name": "side",
4526
3469
  "description": "Which side of the view the menu should be placed.",
@@ -4538,23 +3481,8 @@
4538
3481
  "description": "If `true`, swiping the menu is enabled."
4539
3482
  },
4540
3483
  {
4541
- "name": "theme",
4542
- "description": "The theme determines the visual appearance of the component.",
4543
- "values": [
4544
- {
4545
- "name": "ios"
4546
- },
4547
- {
4548
- "name": "md"
4549
- },
4550
- {
4551
- "name": "ionic"
4552
- }
4553
- ]
4554
- },
4555
- {
4556
- "name": "type",
4557
- "description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
3484
+ "name": "type",
3485
+ "description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
4558
3486
  "values": [
4559
3487
  {
4560
3488
  "name": "overlay"
@@ -4629,28 +3557,13 @@
4629
3557
  },
4630
3558
  {
4631
3559
  "name": "mode",
4632
- "description": "The mode determines the platform behaviors of the component.",
4633
- "values": [
4634
- {
4635
- "name": "ios"
4636
- },
4637
- {
4638
- "name": "md"
4639
- }
4640
- ]
4641
- },
4642
- {
4643
- "name": "theme",
4644
- "description": "The theme determines the visual appearance of the component.",
3560
+ "description": "The mode determines which platform styles to use.",
4645
3561
  "values": [
4646
3562
  {
4647
3563
  "name": "ios"
4648
3564
  },
4649
3565
  {
4650
3566
  "name": "md"
4651
- },
4652
- {
4653
- "name": "ionic"
4654
3567
  }
4655
3568
  ]
4656
3569
  },
@@ -4691,33 +3604,6 @@
4691
3604
  {
4692
3605
  "name": "menu",
4693
3606
  "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."
4694
- },
4695
- {
4696
- "name": "mode",
4697
- "description": "The mode determines the platform behaviors of the component.",
4698
- "values": [
4699
- {
4700
- "name": "ios"
4701
- },
4702
- {
4703
- "name": "md"
4704
- }
4705
- ]
4706
- },
4707
- {
4708
- "name": "theme",
4709
- "description": "The theme determines the visual appearance of the component.",
4710
- "values": [
4711
- {
4712
- "name": "ios"
4713
- },
4714
- {
4715
- "name": "md"
4716
- },
4717
- {
4718
- "name": "ionic"
4719
- }
4720
- ]
4721
3607
  }
4722
3608
  ],
4723
3609
  "references": [
@@ -4788,7 +3674,7 @@
4788
3674
  },
4789
3675
  {
4790
3676
  "name": "mode",
4791
- "description": "The mode determines the platform behaviors of the component.",
3677
+ "description": "The mode determines which platform styles to use.",
4792
3678
  "values": [
4793
3679
  {
4794
3680
  "name": "ios"
@@ -4798,40 +3684,10 @@
4798
3684
  }
4799
3685
  ]
4800
3686
  },
4801
- {
4802
- "name": "shape",
4803
- "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.",
4804
- "values": [
4805
- {
4806
- "name": "rectangular"
4807
- },
4808
- {
4809
- "name": "round"
4810
- },
4811
- {
4812
- "name": "soft"
4813
- }
4814
- ]
4815
- },
4816
3687
  {
4817
3688
  "name": "show-backdrop",
4818
3689
  "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."
4819
3690
  },
4820
- {
4821
- "name": "theme",
4822
- "description": "The theme determines the visual appearance of the component.",
4823
- "values": [
4824
- {
4825
- "name": "ios"
4826
- },
4827
- {
4828
- "name": "md"
4829
- },
4830
- {
4831
- "name": "ionic"
4832
- }
4833
- ]
4834
- },
4835
3691
  {
4836
3692
  "name": "trigger",
4837
3693
  "description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked."
@@ -4855,18 +3711,6 @@
4855
3711
  "name": "animated",
4856
3712
  "description": "If `true`, the nav should animate the transition of components."
4857
3713
  },
4858
- {
4859
- "name": "mode",
4860
- "description": "The mode determines the platform behaviors of the component.",
4861
- "values": [
4862
- {
4863
- "name": "ios"
4864
- },
4865
- {
4866
- "name": "md"
4867
- }
4868
- ]
4869
- },
4870
3714
  {
4871
3715
  "name": "root",
4872
3716
  "description": "Root NavComponent to load"
@@ -4874,21 +3718,6 @@
4874
3718
  {
4875
3719
  "name": "swipe-gesture",
4876
3720
  "description": "If the nav component should allow for swipe-to-go-back."
4877
- },
4878
- {
4879
- "name": "theme",
4880
- "description": "The theme determines the visual appearance of the component.",
4881
- "values": [
4882
- {
4883
- "name": "ios"
4884
- },
4885
- {
4886
- "name": "md"
4887
- },
4888
- {
4889
- "name": "ionic"
4890
- }
4891
- ]
4892
3721
  }
4893
3722
  ],
4894
3723
  "references": [
@@ -4909,18 +3738,6 @@
4909
3738
  "name": "component",
4910
3739
  "description": "Component to navigate to. Only used if the `routerDirection` is `\"forward\"` or `\"root\"`."
4911
3740
  },
4912
- {
4913
- "name": "mode",
4914
- "description": "The mode determines the platform behaviors of the component.",
4915
- "values": [
4916
- {
4917
- "name": "ios"
4918
- },
4919
- {
4920
- "name": "md"
4921
- }
4922
- ]
4923
- },
4924
3741
  {
4925
3742
  "name": "router-direction",
4926
3743
  "description": "The transition direction when navigating to another page.",
@@ -4935,21 +3752,6 @@
4935
3752
  "name": "root"
4936
3753
  }
4937
3754
  ]
4938
- },
4939
- {
4940
- "name": "theme",
4941
- "description": "The theme determines the visual appearance of the component.",
4942
- "values": [
4943
- {
4944
- "name": "ios"
4945
- },
4946
- {
4947
- "name": "md"
4948
- },
4949
- {
4950
- "name": "ionic"
4951
- }
4952
- ]
4953
3755
  }
4954
3756
  ],
4955
3757
  "references": [
@@ -5001,28 +3803,13 @@
5001
3803
  },
5002
3804
  {
5003
3805
  "name": "mode",
5004
- "description": "The mode determines the platform behaviors of the component.",
5005
- "values": [
5006
- {
5007
- "name": "ios"
5008
- },
5009
- {
5010
- "name": "md"
5011
- }
5012
- ]
5013
- },
5014
- {
5015
- "name": "theme",
5016
- "description": "The theme determines the visual appearance of the component.",
3806
+ "description": "The mode determines which platform styles to use.",
5017
3807
  "values": [
5018
3808
  {
5019
3809
  "name": "ios"
5020
3810
  },
5021
3811
  {
5022
3812
  "name": "md"
5023
- },
5024
- {
5025
- "name": "ionic"
5026
3813
  }
5027
3814
  ]
5028
3815
  }
@@ -5043,28 +3830,13 @@
5043
3830
  "attributes": [
5044
3831
  {
5045
3832
  "name": "mode",
5046
- "description": "The mode determines the platform behaviors of the component.",
5047
- "values": [
5048
- {
5049
- "name": "ios"
5050
- },
5051
- {
5052
- "name": "md"
5053
- }
5054
- ]
5055
- },
5056
- {
5057
- "name": "theme",
5058
- "description": "The theme determines the visual appearance of the component.",
3833
+ "description": "The mode determines which platform styles to use.",
5059
3834
  "values": [
5060
3835
  {
5061
3836
  "name": "ios"
5062
3837
  },
5063
3838
  {
5064
3839
  "name": "md"
5065
- },
5066
- {
5067
- "name": "ionic"
5068
3840
  }
5069
3841
  ]
5070
3842
  }
@@ -5122,28 +3894,13 @@
5122
3894
  },
5123
3895
  {
5124
3896
  "name": "mode",
5125
- "description": "The mode determines the platform behaviors of the component.",
5126
- "values": [
5127
- {
5128
- "name": "ios"
5129
- },
5130
- {
5131
- "name": "md"
5132
- }
5133
- ]
5134
- },
5135
- {
5136
- "name": "theme",
5137
- "description": "The theme determines the visual appearance of the component.",
3897
+ "description": "The mode determines which platform styles to use.",
5138
3898
  "values": [
5139
3899
  {
5140
3900
  "name": "ios"
5141
3901
  },
5142
3902
  {
5143
3903
  "name": "md"
5144
- },
5145
- {
5146
- "name": "ionic"
5147
3904
  }
5148
3905
  ]
5149
3906
  },
@@ -5203,33 +3960,6 @@
5203
3960
  "name": "disabled",
5204
3961
  "description": "If `true`, the user cannot interact with the picker column option."
5205
3962
  },
5206
- {
5207
- "name": "mode",
5208
- "description": "The mode determines the platform behaviors of the component.",
5209
- "values": [
5210
- {
5211
- "name": "ios"
5212
- },
5213
- {
5214
- "name": "md"
5215
- }
5216
- ]
5217
- },
5218
- {
5219
- "name": "theme",
5220
- "description": "The theme determines the visual appearance of the component.",
5221
- "values": [
5222
- {
5223
- "name": "ios"
5224
- },
5225
- {
5226
- "name": "md"
5227
- },
5228
- {
5229
- "name": "ionic"
5230
- }
5231
- ]
5232
- },
5233
3963
  {
5234
3964
  "name": "value",
5235
3965
  "description": "The text value of the option."
@@ -5275,7 +4005,7 @@
5275
4005
  },
5276
4006
  {
5277
4007
  "name": "mode",
5278
- "description": "The mode determines the platform behaviors of the component.",
4008
+ "description": "The mode determines which platform styles to use.",
5279
4009
  "values": [
5280
4010
  {
5281
4011
  "name": "ios"
@@ -5289,21 +4019,6 @@
5289
4019
  "name": "show-backdrop",
5290
4020
  "description": "If `true`, a backdrop will be displayed behind the picker."
5291
4021
  },
5292
- {
5293
- "name": "theme",
5294
- "description": "The theme determines the visual appearance of the component.",
5295
- "values": [
5296
- {
5297
- "name": "ios"
5298
- },
5299
- {
5300
- "name": "md"
5301
- },
5302
- {
5303
- "name": "ionic"
5304
- }
5305
- ]
5306
- },
5307
4022
  {
5308
4023
  "name": "trigger",
5309
4024
  "description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked."
@@ -5325,7 +4040,7 @@
5325
4040
  "attributes": [
5326
4041
  {
5327
4042
  "name": "alignment",
5328
- "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
4043
+ "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
5329
4044
  "values": [
5330
4045
  {
5331
4046
  "name": "center"
@@ -5344,7 +4059,7 @@
5344
4059
  },
5345
4060
  {
5346
4061
  "name": "arrow",
5347
- "description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme."
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."
5348
4063
  },
5349
4064
  {
5350
4065
  "name": "backdrop-dismiss",
@@ -5380,7 +4095,7 @@
5380
4095
  },
5381
4096
  {
5382
4097
  "name": "mode",
5383
- "description": "The mode determines the platform behaviors of the component.",
4098
+ "description": "The mode determines which platform styles to use.",
5384
4099
  "values": [
5385
4100
  {
5386
4101
  "name": "ios"
@@ -5442,24 +4157,9 @@
5442
4157
  }
5443
4158
  ]
5444
4159
  },
5445
- {
5446
- "name": "theme",
5447
- "description": "The theme determines the visual appearance of the component.",
5448
- "values": [
5449
- {
5450
- "name": "ios"
5451
- },
5452
- {
5453
- "name": "md"
5454
- },
5455
- {
5456
- "name": "ionic"
5457
- }
5458
- ]
5459
- },
5460
4160
  {
5461
4161
  "name": "translucent",
5462
- "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)."
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)."
5463
4163
  },
5464
4164
  {
5465
4165
  "name": "trigger",
@@ -5534,7 +4234,7 @@
5534
4234
  },
5535
4235
  {
5536
4236
  "name": "mode",
5537
- "description": "The mode determines the platform behaviors of the component.",
4237
+ "description": "The mode determines which platform styles to use.",
5538
4238
  "values": [
5539
4239
  {
5540
4240
  "name": "ios"
@@ -5548,21 +4248,6 @@
5548
4248
  "name": "reversed",
5549
4249
  "description": "If true, reverse the progress bar direction."
5550
4250
  },
5551
- {
5552
- "name": "theme",
5553
- "description": "The theme determines the visual appearance of the component.",
5554
- "values": [
5555
- {
5556
- "name": "ios"
5557
- },
5558
- {
5559
- "name": "md"
5560
- },
5561
- {
5562
- "name": "ionic"
5563
- }
5564
- ]
5565
- },
5566
4251
  {
5567
4252
  "name": "type",
5568
4253
  "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).",
@@ -5678,7 +4363,7 @@
5678
4363
  },
5679
4364
  {
5680
4365
  "name": "mode",
5681
- "description": "The mode determines the platform behaviors of the component.",
4366
+ "description": "The mode determines which platform styles to use.",
5682
4367
  "values": [
5683
4368
  {
5684
4369
  "name": "ios"
@@ -5692,21 +4377,6 @@
5692
4377
  "name": "name",
5693
4378
  "description": "The name of the control, which is submitted with the form data."
5694
4379
  },
5695
- {
5696
- "name": "theme",
5697
- "description": "The theme determines the visual appearance of the component.",
5698
- "values": [
5699
- {
5700
- "name": "ios"
5701
- },
5702
- {
5703
- "name": "md"
5704
- },
5705
- {
5706
- "name": "ionic"
5707
- }
5708
- ]
5709
- },
5710
4380
  {
5711
4381
  "name": "value",
5712
4382
  "description": "the value of the radio."
@@ -5734,37 +4404,10 @@
5734
4404
  "name": "compare-with",
5735
4405
  "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."
5736
4406
  },
5737
- {
5738
- "name": "mode",
5739
- "description": "The mode determines the platform behaviors of the component.",
5740
- "values": [
5741
- {
5742
- "name": "ios"
5743
- },
5744
- {
5745
- "name": "md"
5746
- }
5747
- ]
5748
- },
5749
4407
  {
5750
4408
  "name": "name",
5751
4409
  "description": "The name of the control, which is submitted with the form data."
5752
4410
  },
5753
- {
5754
- "name": "theme",
5755
- "description": "The theme determines the visual appearance of the component.",
5756
- "values": [
5757
- {
5758
- "name": "ios"
5759
- },
5760
- {
5761
- "name": "md"
5762
- },
5763
- {
5764
- "name": "ionic"
5765
- }
5766
- ]
5767
- },
5768
4411
  {
5769
4412
  "name": "value",
5770
4413
  "description": "the value of the radio group."
@@ -5865,7 +4508,7 @@
5865
4508
  },
5866
4509
  {
5867
4510
  "name": "mode",
5868
- "description": "The mode determines the platform behaviors of the component.",
4511
+ "description": "The mode determines which platform styles to use.",
5869
4512
  "values": [
5870
4513
  {
5871
4514
  "name": "ios"
@@ -5891,21 +4534,6 @@
5891
4534
  "name": "step",
5892
4535
  "description": "Specifies the value granularity."
5893
4536
  },
5894
- {
5895
- "name": "theme",
5896
- "description": "The theme determines the visual appearance of the component.",
5897
- "values": [
5898
- {
5899
- "name": "ios"
5900
- },
5901
- {
5902
- "name": "md"
5903
- },
5904
- {
5905
- "name": "ionic"
5906
- }
5907
- ]
5908
- },
5909
4537
  {
5910
4538
  "name": "ticks",
5911
4539
  "description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`."
@@ -5939,7 +4567,7 @@
5939
4567
  },
5940
4568
  {
5941
4569
  "name": "mode",
5942
- "description": "The mode determines the platform behaviors of the component.",
4570
+ "description": "The mode determines which platform styles to use.",
5943
4571
  "values": [
5944
4572
  {
5945
4573
  "name": "ios"
@@ -5964,21 +4592,6 @@
5964
4592
  {
5965
4593
  "name": "snapback-duration",
5966
4594
  "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."
5967
- },
5968
- {
5969
- "name": "theme",
5970
- "description": "The theme determines the visual appearance of the component.",
5971
- "values": [
5972
- {
5973
- "name": "ios"
5974
- },
5975
- {
5976
- "name": "md"
5977
- },
5978
- {
5979
- "name": "ionic"
5980
- }
5981
- ]
5982
4595
  }
5983
4596
  ],
5984
4597
  "references": [
@@ -5995,18 +4608,6 @@
5995
4608
  "value": ""
5996
4609
  },
5997
4610
  "attributes": [
5998
- {
5999
- "name": "mode",
6000
- "description": "The mode determines the platform behaviors of the component.",
6001
- "values": [
6002
- {
6003
- "name": "ios"
6004
- },
6005
- {
6006
- "name": "md"
6007
- }
6008
- ]
6009
- },
6010
4611
  {
6011
4612
  "name": "pulling-icon",
6012
4613
  "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."
@@ -6051,21 +4652,6 @@
6051
4652
  {
6052
4653
  "name": "refreshing-text",
6053
4654
  "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."
6054
- },
6055
- {
6056
- "name": "theme",
6057
- "description": "The theme determines the visual appearance of the component.",
6058
- "values": [
6059
- {
6060
- "name": "ios"
6061
- },
6062
- {
6063
- "name": "md"
6064
- },
6065
- {
6066
- "name": "ionic"
6067
- }
6068
- ]
6069
4655
  }
6070
4656
  ],
6071
4657
  "references": [
@@ -6081,35 +4667,7 @@
6081
4667
  "kind": "markdown",
6082
4668
  "value": ""
6083
4669
  },
6084
- "attributes": [
6085
- {
6086
- "name": "mode",
6087
- "description": "The mode determines the platform behaviors of the component.",
6088
- "values": [
6089
- {
6090
- "name": "ios"
6091
- },
6092
- {
6093
- "name": "md"
6094
- }
6095
- ]
6096
- },
6097
- {
6098
- "name": "theme",
6099
- "description": "The theme determines the visual appearance of the component.",
6100
- "values": [
6101
- {
6102
- "name": "ios"
6103
- },
6104
- {
6105
- "name": "md"
6106
- },
6107
- {
6108
- "name": "ionic"
6109
- }
6110
- ]
6111
- }
6112
- ],
4670
+ "attributes": [],
6113
4671
  "references": [
6114
4672
  {
6115
4673
  "name": "Source code",
@@ -6127,33 +4685,6 @@
6127
4685
  {
6128
4686
  "name": "disabled",
6129
4687
  "description": "If `true`, the reorder will be hidden."
6130
- },
6131
- {
6132
- "name": "mode",
6133
- "description": "The mode determines the platform behaviors of the component.",
6134
- "values": [
6135
- {
6136
- "name": "ios"
6137
- },
6138
- {
6139
- "name": "md"
6140
- }
6141
- ]
6142
- },
6143
- {
6144
- "name": "theme",
6145
- "description": "The theme determines the visual appearance of the component.",
6146
- "values": [
6147
- {
6148
- "name": "ios"
6149
- },
6150
- {
6151
- "name": "md"
6152
- },
6153
- {
6154
- "name": "ionic"
6155
- }
6156
- ]
6157
4688
  }
6158
4689
  ],
6159
4690
  "references": [
@@ -6170,33 +4701,6 @@
6170
4701
  "value": ""
6171
4702
  },
6172
4703
  "attributes": [
6173
- {
6174
- "name": "mode",
6175
- "description": "The mode determines the platform behaviors of the component.",
6176
- "values": [
6177
- {
6178
- "name": "ios"
6179
- },
6180
- {
6181
- "name": "md"
6182
- }
6183
- ]
6184
- },
6185
- {
6186
- "name": "theme",
6187
- "description": "The theme determines the visual appearance of the component.",
6188
- "values": [
6189
- {
6190
- "name": "ios"
6191
- },
6192
- {
6193
- "name": "md"
6194
- },
6195
- {
6196
- "name": "ionic"
6197
- }
6198
- ]
6199
- },
6200
4704
  {
6201
4705
  "name": "type",
6202
4706
  "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.",
@@ -6228,33 +4732,6 @@
6228
4732
  "name": "component",
6229
4733
  "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."
6230
4734
  },
6231
- {
6232
- "name": "mode",
6233
- "description": "The mode determines the platform behaviors of the component.",
6234
- "values": [
6235
- {
6236
- "name": "ios"
6237
- },
6238
- {
6239
- "name": "md"
6240
- }
6241
- ]
6242
- },
6243
- {
6244
- "name": "theme",
6245
- "description": "The theme determines the visual appearance of the component.",
6246
- "values": [
6247
- {
6248
- "name": "ios"
6249
- },
6250
- {
6251
- "name": "md"
6252
- },
6253
- {
6254
- "name": "ionic"
6255
- }
6256
- ]
6257
- },
6258
4735
  {
6259
4736
  "name": "url",
6260
4737
  "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."
@@ -6297,37 +4774,10 @@
6297
4774
  "value": ""
6298
4775
  },
6299
4776
  "attributes": [
6300
- {
6301
- "name": "mode",
6302
- "description": "The mode determines the platform behaviors of the component.",
6303
- "values": [
6304
- {
6305
- "name": "ios"
6306
- },
6307
- {
6308
- "name": "md"
6309
- }
6310
- ]
6311
- },
6312
4777
  {
6313
4778
  "name": "root",
6314
4779
  "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."
6315
4780
  },
6316
- {
6317
- "name": "theme",
6318
- "description": "The theme determines the visual appearance of the component.",
6319
- "values": [
6320
- {
6321
- "name": "ios"
6322
- },
6323
- {
6324
- "name": "md"
6325
- },
6326
- {
6327
- "name": "ionic"
6328
- }
6329
- ]
6330
- },
6331
4781
  {
6332
4782
  "name": "use-hash",
6333
4783
  "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."
@@ -6384,18 +4834,6 @@
6384
4834
  "name": "href",
6385
4835
  "description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered."
6386
4836
  },
6387
- {
6388
- "name": "mode",
6389
- "description": "The mode determines the platform behaviors of the component.",
6390
- "values": [
6391
- {
6392
- "name": "ios"
6393
- },
6394
- {
6395
- "name": "md"
6396
- }
6397
- ]
6398
- },
6399
4837
  {
6400
4838
  "name": "rel",
6401
4839
  "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)."
@@ -6418,21 +4856,6 @@
6418
4856
  {
6419
4857
  "name": "target",
6420
4858
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
6421
- },
6422
- {
6423
- "name": "theme",
6424
- "description": "The theme determines the visual appearance of the component.",
6425
- "values": [
6426
- {
6427
- "name": "ios"
6428
- },
6429
- {
6430
- "name": "md"
6431
- },
6432
- {
6433
- "name": "ionic"
6434
- }
6435
- ]
6436
4859
  }
6437
4860
  ],
6438
4861
  "references": [
@@ -6455,74 +4878,31 @@
6455
4878
  },
6456
4879
  {
6457
4880
  "name": "mode",
6458
- "description": "The mode determines the platform behaviors of the component.",
6459
- "values": [
6460
- {
6461
- "name": "ios"
6462
- },
6463
- {
6464
- "name": "md"
6465
- }
6466
- ]
6467
- },
6468
- {
6469
- "name": "theme",
6470
- "description": "The theme determines the visual appearance of the component.",
4881
+ "description": "The mode determines which platform styles to use.",
6471
4882
  "values": [
6472
4883
  {
6473
4884
  "name": "ios"
6474
4885
  },
6475
4886
  {
6476
4887
  "name": "md"
6477
- },
6478
- {
6479
- "name": "ionic"
6480
4888
  }
6481
4889
  ]
6482
4890
  }
6483
4891
  ],
6484
4892
  "references": [
6485
- {
6486
- "name": "Source code",
6487
- "url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/router-outlet/router-outlet.tsx"
6488
- }
6489
- ]
6490
- },
6491
- {
6492
- "name": "ion-row",
6493
- "description": {
6494
- "kind": "markdown",
6495
- "value": ""
6496
- },
6497
- "attributes": [
6498
- {
6499
- "name": "mode",
6500
- "description": "The mode determines the platform behaviors of the component.",
6501
- "values": [
6502
- {
6503
- "name": "ios"
6504
- },
6505
- {
6506
- "name": "md"
6507
- }
6508
- ]
6509
- },
6510
- {
6511
- "name": "theme",
6512
- "description": "The theme determines the visual appearance of the component.",
6513
- "values": [
6514
- {
6515
- "name": "ios"
6516
- },
6517
- {
6518
- "name": "md"
6519
- },
6520
- {
6521
- "name": "ionic"
6522
- }
6523
- ]
4893
+ {
4894
+ "name": "Source code",
4895
+ "url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/router-outlet/router-outlet.tsx"
6524
4896
  }
6525
- ],
4897
+ ]
4898
+ },
4899
+ {
4900
+ "name": "ion-row",
4901
+ "description": {
4902
+ "kind": "markdown",
4903
+ "value": ""
4904
+ },
4905
+ "attributes": [],
6526
4906
  "references": [
6527
4907
  {
6528
4908
  "name": "Source code",
@@ -6553,157 +4933,157 @@
6553
4933
  "name": "name"
6554
4934
  },
6555
4935
  {
6556
- "name": "url"
4936
+ "name": "email"
6557
4937
  },
6558
4938
  {
6559
- "name": "off"
4939
+ "name": "tel"
6560
4940
  },
6561
4941
  {
6562
- "name": "on"
4942
+ "name": "url"
6563
4943
  },
6564
4944
  {
6565
- "name": "additional-name"
4945
+ "name": "on"
6566
4946
  },
6567
4947
  {
6568
- "name": "address-level1"
4948
+ "name": "off"
6569
4949
  },
6570
4950
  {
6571
- "name": "address-level2"
4951
+ "name": "honorific-prefix"
6572
4952
  },
6573
4953
  {
6574
- "name": "address-level3"
4954
+ "name": "given-name"
6575
4955
  },
6576
4956
  {
6577
- "name": "address-level4"
4957
+ "name": "additional-name"
6578
4958
  },
6579
4959
  {
6580
- "name": "address-line1"
4960
+ "name": "family-name"
6581
4961
  },
6582
4962
  {
6583
- "name": "address-line2"
4963
+ "name": "honorific-suffix"
6584
4964
  },
6585
4965
  {
6586
- "name": "address-line3"
4966
+ "name": "nickname"
6587
4967
  },
6588
4968
  {
6589
- "name": "bday-day"
4969
+ "name": "username"
6590
4970
  },
6591
4971
  {
6592
- "name": "bday-month"
4972
+ "name": "new-password"
6593
4973
  },
6594
4974
  {
6595
- "name": "bday-year"
4975
+ "name": "current-password"
6596
4976
  },
6597
4977
  {
6598
- "name": "cc-csc"
4978
+ "name": "one-time-code"
6599
4979
  },
6600
4980
  {
6601
- "name": "cc-exp"
4981
+ "name": "organization-title"
6602
4982
  },
6603
4983
  {
6604
- "name": "cc-exp-month"
4984
+ "name": "organization"
6605
4985
  },
6606
4986
  {
6607
- "name": "cc-exp-year"
4987
+ "name": "street-address"
6608
4988
  },
6609
4989
  {
6610
- "name": "cc-family-name"
4990
+ "name": "address-line1"
6611
4991
  },
6612
4992
  {
6613
- "name": "cc-given-name"
4993
+ "name": "address-line2"
6614
4994
  },
6615
4995
  {
6616
- "name": "cc-name"
4996
+ "name": "address-line3"
6617
4997
  },
6618
4998
  {
6619
- "name": "cc-number"
4999
+ "name": "address-level4"
6620
5000
  },
6621
5001
  {
6622
- "name": "cc-type"
5002
+ "name": "address-level3"
6623
5003
  },
6624
5004
  {
6625
- "name": "country"
5005
+ "name": "address-level2"
6626
5006
  },
6627
5007
  {
6628
- "name": "country-name"
5008
+ "name": "address-level1"
6629
5009
  },
6630
5010
  {
6631
- "name": "current-password"
5011
+ "name": "country"
6632
5012
  },
6633
5013
  {
6634
- "name": "family-name"
5014
+ "name": "country-name"
6635
5015
  },
6636
5016
  {
6637
- "name": "given-name"
5017
+ "name": "postal-code"
6638
5018
  },
6639
5019
  {
6640
- "name": "honorific-prefix"
5020
+ "name": "cc-name"
6641
5021
  },
6642
5022
  {
6643
- "name": "honorific-suffix"
5023
+ "name": "cc-given-name"
6644
5024
  },
6645
5025
  {
6646
- "name": "new-password"
5026
+ "name": "cc-additional-name"
6647
5027
  },
6648
5028
  {
6649
- "name": "one-time-code"
5029
+ "name": "cc-family-name"
6650
5030
  },
6651
5031
  {
6652
- "name": "organization"
5032
+ "name": "cc-number"
6653
5033
  },
6654
5034
  {
6655
- "name": "postal-code"
5035
+ "name": "cc-exp"
6656
5036
  },
6657
5037
  {
6658
- "name": "street-address"
5038
+ "name": "cc-exp-month"
6659
5039
  },
6660
5040
  {
6661
- "name": "transaction-amount"
5041
+ "name": "cc-exp-year"
6662
5042
  },
6663
5043
  {
6664
- "name": "transaction-currency"
5044
+ "name": "cc-csc"
6665
5045
  },
6666
5046
  {
6667
- "name": "username"
5047
+ "name": "cc-type"
6668
5048
  },
6669
5049
  {
6670
- "name": "email"
5050
+ "name": "transaction-currency"
6671
5051
  },
6672
5052
  {
6673
- "name": "tel"
5053
+ "name": "transaction-amount"
6674
5054
  },
6675
5055
  {
6676
- "name": "tel-area-code"
5056
+ "name": "language"
6677
5057
  },
6678
5058
  {
6679
- "name": "tel-country-code"
5059
+ "name": "bday"
6680
5060
  },
6681
5061
  {
6682
- "name": "tel-extension"
5062
+ "name": "bday-day"
6683
5063
  },
6684
5064
  {
6685
- "name": "tel-local"
5065
+ "name": "bday-month"
6686
5066
  },
6687
5067
  {
6688
- "name": "tel-national"
5068
+ "name": "bday-year"
6689
5069
  },
6690
5070
  {
6691
- "name": "nickname"
5071
+ "name": "sex"
6692
5072
  },
6693
5073
  {
6694
- "name": "organization-title"
5074
+ "name": "tel-country-code"
6695
5075
  },
6696
5076
  {
6697
- "name": "cc-additional-name"
5077
+ "name": "tel-national"
6698
5078
  },
6699
5079
  {
6700
- "name": "language"
5080
+ "name": "tel-area-code"
6701
5081
  },
6702
5082
  {
6703
- "name": "bday"
5083
+ "name": "tel-local"
6704
5084
  },
6705
5085
  {
6706
- "name": "sex"
5086
+ "name": "tel-extension"
6707
5087
  },
6708
5088
  {
6709
5089
  "name": "impp"
@@ -6727,15 +5107,15 @@
6727
5107
  },
6728
5108
  {
6729
5109
  "name": "cancel-button-icon",
6730
- "description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`."
5110
+ "description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`."
6731
5111
  },
6732
5112
  {
6733
5113
  "name": "cancel-button-text",
6734
- "description": "Set the the cancel button text. Only available when the theme is `\"ios\"`."
5114
+ "description": "Set the the cancel button text. Only applies to `ios` mode."
6735
5115
  },
6736
5116
  {
6737
5117
  "name": "clear-icon",
6738
- "description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme."
5118
+ "description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`."
6739
5119
  },
6740
5120
  {
6741
5121
  "name": "color",
@@ -6845,7 +5225,7 @@
6845
5225
  },
6846
5226
  {
6847
5227
  "name": "mode",
6848
- "description": "The mode determines the platform behaviors of the component.",
5228
+ "description": "The mode determines which platform styles to use.",
6849
5229
  "values": [
6850
5230
  {
6851
5231
  "name": "ios"
@@ -6865,7 +5245,7 @@
6865
5245
  },
6866
5246
  {
6867
5247
  "name": "search-icon",
6868
- "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."
5248
+ "description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode."
6869
5249
  },
6870
5250
  {
6871
5251
  "name": "show-cancel-button",
@@ -6901,21 +5281,6 @@
6901
5281
  "name": "spellcheck",
6902
5282
  "description": "If `true`, enable spellcheck on the input."
6903
5283
  },
6904
- {
6905
- "name": "theme",
6906
- "description": "The theme determines the visual appearance of the component.",
6907
- "values": [
6908
- {
6909
- "name": "ios"
6910
- },
6911
- {
6912
- "name": "md"
6913
- },
6914
- {
6915
- "name": "ionic"
6916
- }
6917
- ]
6918
- },
6919
5284
  {
6920
5285
  "name": "type",
6921
5286
  "description": "Set the type of the input.",
@@ -7001,7 +5366,7 @@
7001
5366
  },
7002
5367
  {
7003
5368
  "name": "mode",
7004
- "description": "The mode determines the platform behaviors of the component.",
5369
+ "description": "The mode determines which platform styles to use.",
7005
5370
  "values": [
7006
5371
  {
7007
5372
  "name": "ios"
@@ -7023,21 +5388,6 @@
7023
5388
  "name": "swipe-gesture",
7024
5389
  "description": "If `true`, users will be able to swipe between segment buttons to activate them."
7025
5390
  },
7026
- {
7027
- "name": "theme",
7028
- "description": "The theme determines the visual appearance of the component.",
7029
- "values": [
7030
- {
7031
- "name": "ios"
7032
- },
7033
- {
7034
- "name": "md"
7035
- },
7036
- {
7037
- "name": "ionic"
7038
- }
7039
- ]
7040
- },
7041
5391
  {
7042
5392
  "name": "value",
7043
5393
  "description": "the value of the segment."
@@ -7087,28 +5437,13 @@
7087
5437
  },
7088
5438
  {
7089
5439
  "name": "mode",
7090
- "description": "The mode determines the platform behaviors of the component.",
7091
- "values": [
7092
- {
7093
- "name": "ios"
7094
- },
7095
- {
7096
- "name": "md"
7097
- }
7098
- ]
7099
- },
7100
- {
7101
- "name": "theme",
7102
- "description": "The theme determines the visual appearance of the component.",
5440
+ "description": "The mode determines which platform styles to use.",
7103
5441
  "values": [
7104
5442
  {
7105
5443
  "name": "ios"
7106
5444
  },
7107
5445
  {
7108
5446
  "name": "md"
7109
- },
7110
- {
7111
- "name": "ionic"
7112
5447
  }
7113
5448
  ]
7114
5449
  },
@@ -7193,11 +5528,11 @@
7193
5528
  },
7194
5529
  {
7195
5530
  "name": "expanded-icon",
7196
- "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."
5531
+ "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."
7197
5532
  },
7198
5533
  {
7199
5534
  "name": "fill",
7200
- "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.",
5535
+ "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.",
7201
5536
  "values": [
7202
5537
  {
7203
5538
  "name": "outline"
@@ -7268,7 +5603,7 @@
7268
5603
  },
7269
5604
  {
7270
5605
  "name": "mode",
7271
- "description": "The mode determines the platform behaviors of the component.",
5606
+ "description": "The mode determines which platform styles to use.",
7272
5607
  "values": [
7273
5608
  {
7274
5609
  "name": "ios"
@@ -7307,24 +5642,9 @@
7307
5642
  }
7308
5643
  ]
7309
5644
  },
7310
- {
7311
- "name": "theme",
7312
- "description": "The theme determines the visual appearance of the component.",
7313
- "values": [
7314
- {
7315
- "name": "ios"
7316
- },
7317
- {
7318
- "name": "md"
7319
- },
7320
- {
7321
- "name": "ionic"
7322
- }
7323
- ]
7324
- },
7325
5645
  {
7326
5646
  "name": "toggle-icon",
7327
- "description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes."
5647
+ "description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode."
7328
5648
  },
7329
5649
  {
7330
5650
  "name": "value",
@@ -7349,33 +5669,6 @@
7349
5669
  "name": "disabled",
7350
5670
  "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."
7351
5671
  },
7352
- {
7353
- "name": "mode",
7354
- "description": "The mode determines the platform behaviors of the component.",
7355
- "values": [
7356
- {
7357
- "name": "ios"
7358
- },
7359
- {
7360
- "name": "md"
7361
- }
7362
- ]
7363
- },
7364
- {
7365
- "name": "theme",
7366
- "description": "The theme determines the visual appearance of the component.",
7367
- "values": [
7368
- {
7369
- "name": "ios"
7370
- },
7371
- {
7372
- "name": "md"
7373
- },
7374
- {
7375
- "name": "ionic"
7376
- }
7377
- ]
7378
- },
7379
5672
  {
7380
5673
  "name": "value",
7381
5674
  "description": "The text value of the option."
@@ -7398,33 +5691,6 @@
7398
5691
  {
7399
5692
  "name": "animated",
7400
5693
  "description": "If `true`, the skeleton text will animate."
7401
- },
7402
- {
7403
- "name": "mode",
7404
- "description": "The mode determines the platform behaviors of the component.",
7405
- "values": [
7406
- {
7407
- "name": "ios"
7408
- },
7409
- {
7410
- "name": "md"
7411
- }
7412
- ]
7413
- },
7414
- {
7415
- "name": "theme",
7416
- "description": "The theme determines the visual appearance of the component.",
7417
- "values": [
7418
- {
7419
- "name": "ios"
7420
- },
7421
- {
7422
- "name": "md"
7423
- },
7424
- {
7425
- "name": "ionic"
7426
- }
7427
- ]
7428
5694
  }
7429
5695
  ],
7430
5696
  "references": [
@@ -7478,18 +5744,6 @@
7478
5744
  "name": "duration",
7479
5745
  "description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner."
7480
5746
  },
7481
- {
7482
- "name": "mode",
7483
- "description": "The mode determines the platform behaviors of the component.",
7484
- "values": [
7485
- {
7486
- "name": "ios"
7487
- },
7488
- {
7489
- "name": "md"
7490
- }
7491
- ]
7492
- },
7493
5747
  {
7494
5748
  "name": "name",
7495
5749
  "description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
@@ -7523,45 +5777,9 @@
7523
5777
  }
7524
5778
  ]
7525
5779
  },
7526
- {
7527
- "name": "paused",
7528
- "description": "If `true`, the spinner's animation will be paused."
7529
- },
7530
- {
7531
- "name": "size",
7532
- "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.",
7533
- "values": [
7534
- {
7535
- "name": "large"
7536
- },
7537
- {
7538
- "name": "medium"
7539
- },
7540
- {
7541
- "name": "small"
7542
- },
7543
- {
7544
- "name": "xlarge"
7545
- },
7546
- {
7547
- "name": "xsmall"
7548
- }
7549
- ]
7550
- },
7551
- {
7552
- "name": "theme",
7553
- "description": "The theme determines the visual appearance of the component.",
7554
- "values": [
7555
- {
7556
- "name": "ios"
7557
- },
7558
- {
7559
- "name": "md"
7560
- },
7561
- {
7562
- "name": "ionic"
7563
- }
7564
- ]
5780
+ {
5781
+ "name": "paused",
5782
+ "description": "If `true`, the spinner's animation will be paused."
7565
5783
  }
7566
5784
  ],
7567
5785
  "references": [
@@ -7586,33 +5804,6 @@
7586
5804
  "name": "disabled",
7587
5805
  "description": "If `true`, the split pane will be hidden."
7588
5806
  },
7589
- {
7590
- "name": "mode",
7591
- "description": "The mode determines the platform behaviors of the component.",
7592
- "values": [
7593
- {
7594
- "name": "ios"
7595
- },
7596
- {
7597
- "name": "md"
7598
- }
7599
- ]
7600
- },
7601
- {
7602
- "name": "theme",
7603
- "description": "The theme determines the visual appearance of the component.",
7604
- "values": [
7605
- {
7606
- "name": "ios"
7607
- },
7608
- {
7609
- "name": "md"
7610
- },
7611
- {
7612
- "name": "ionic"
7613
- }
7614
- ]
7615
- },
7616
5807
  {
7617
5808
  "name": "when",
7618
5809
  "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."
@@ -7636,36 +5827,9 @@
7636
5827
  "name": "component",
7637
5828
  "description": "The component to display inside of the tab."
7638
5829
  },
7639
- {
7640
- "name": "mode",
7641
- "description": "The mode determines the platform behaviors of the component.",
7642
- "values": [
7643
- {
7644
- "name": "ios"
7645
- },
7646
- {
7647
- "name": "md"
7648
- }
7649
- ]
7650
- },
7651
5830
  {
7652
5831
  "name": "tab",
7653
5832
  "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."
7654
- },
7655
- {
7656
- "name": "theme",
7657
- "description": "The theme determines the visual appearance of the component.",
7658
- "values": [
7659
- {
7660
- "name": "ios"
7661
- },
7662
- {
7663
- "name": "md"
7664
- },
7665
- {
7666
- "name": "ionic"
7667
- }
7668
- ]
7669
5833
  }
7670
5834
  ],
7671
5835
  "references": [
@@ -7715,21 +5879,9 @@
7715
5879
  }
7716
5880
  ]
7717
5881
  },
7718
- {
7719
- "name": "expand",
7720
- "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\"`.",
7721
- "values": [
7722
- {
7723
- "name": "compact"
7724
- },
7725
- {
7726
- "name": "full"
7727
- }
7728
- ]
7729
- },
7730
5882
  {
7731
5883
  "name": "mode",
7732
- "description": "The mode determines the platform behaviors of the component.",
5884
+ "description": "The mode determines which platform styles to use.",
7733
5885
  "values": [
7734
5886
  {
7735
5887
  "name": "ios"
@@ -7743,39 +5895,9 @@
7743
5895
  "name": "selected-tab",
7744
5896
  "description": "The selected tab component"
7745
5897
  },
7746
- {
7747
- "name": "shape",
7748
- "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.",
7749
- "values": [
7750
- {
7751
- "name": "rectangular"
7752
- },
7753
- {
7754
- "name": "round"
7755
- },
7756
- {
7757
- "name": "soft"
7758
- }
7759
- ]
7760
- },
7761
- {
7762
- "name": "theme",
7763
- "description": "The theme determines the visual appearance of the component.",
7764
- "values": [
7765
- {
7766
- "name": "ios"
7767
- },
7768
- {
7769
- "name": "md"
7770
- },
7771
- {
7772
- "name": "ionic"
7773
- }
7774
- ]
7775
- },
7776
5898
  {
7777
5899
  "name": "translucent",
7778
- "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)."
5900
+ "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)."
7779
5901
  }
7780
5902
  ],
7781
5903
  "references": [
@@ -7830,7 +5952,7 @@
7830
5952
  },
7831
5953
  {
7832
5954
  "name": "mode",
7833
- "description": "The mode determines the platform behaviors of the component.",
5955
+ "description": "The mode determines which platform styles to use.",
7834
5956
  "values": [
7835
5957
  {
7836
5958
  "name": "ios"
@@ -7855,21 +5977,6 @@
7855
5977
  {
7856
5978
  "name": "target",
7857
5979
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
7858
- },
7859
- {
7860
- "name": "theme",
7861
- "description": "The theme determines the visual appearance of the component.",
7862
- "values": [
7863
- {
7864
- "name": "ios"
7865
- },
7866
- {
7867
- "name": "md"
7868
- },
7869
- {
7870
- "name": "ionic"
7871
- }
7872
- ]
7873
5980
  }
7874
5981
  ],
7875
5982
  "references": [
@@ -7885,35 +5992,7 @@
7885
5992
  "kind": "markdown",
7886
5993
  "value": ""
7887
5994
  },
7888
- "attributes": [
7889
- {
7890
- "name": "mode",
7891
- "description": "The mode determines the platform behaviors of the component.",
7892
- "values": [
7893
- {
7894
- "name": "ios"
7895
- },
7896
- {
7897
- "name": "md"
7898
- }
7899
- ]
7900
- },
7901
- {
7902
- "name": "theme",
7903
- "description": "The theme determines the visual appearance of the component.",
7904
- "values": [
7905
- {
7906
- "name": "ios"
7907
- },
7908
- {
7909
- "name": "md"
7910
- },
7911
- {
7912
- "name": "ionic"
7913
- }
7914
- ]
7915
- }
7916
- ],
5995
+ "attributes": [],
7917
5996
  "references": [
7918
5997
  {
7919
5998
  "name": "Source code",
@@ -7963,28 +6042,13 @@
7963
6042
  },
7964
6043
  {
7965
6044
  "name": "mode",
7966
- "description": "The mode determines the platform behaviors of the component.",
7967
- "values": [
7968
- {
7969
- "name": "ios"
7970
- },
7971
- {
7972
- "name": "md"
7973
- }
7974
- ]
7975
- },
7976
- {
7977
- "name": "theme",
7978
- "description": "The theme determines the visual appearance of the component.",
6045
+ "description": "The mode determines which platform styles to use.",
7979
6046
  "values": [
7980
6047
  {
7981
6048
  "name": "ios"
7982
6049
  },
7983
6050
  {
7984
6051
  "name": "md"
7985
- },
7986
- {
7987
- "name": "ionic"
7988
6052
  }
7989
6053
  ]
7990
6054
  }
@@ -8101,7 +6165,7 @@
8101
6165
  },
8102
6166
  {
8103
6167
  "name": "fill",
8104
- "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\"`.",
6168
+ "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.",
8105
6169
  "values": [
8106
6170
  {
8107
6171
  "name": "outline"
@@ -8180,7 +6244,7 @@
8180
6244
  },
8181
6245
  {
8182
6246
  "name": "mode",
8183
- "description": "The mode determines the platform behaviors of the component.",
6247
+ "description": "The mode determines which platform styles to use.",
8184
6248
  "values": [
8185
6249
  {
8186
6250
  "name": "ios"
@@ -8212,31 +6276,10 @@
8212
6276
  },
8213
6277
  {
8214
6278
  "name": "shape",
8215
- "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.",
6279
+ "description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
8216
6280
  "values": [
8217
- {
8218
- "name": "rectangular"
8219
- },
8220
6281
  {
8221
6282
  "name": "round"
8222
- },
8223
- {
8224
- "name": "soft"
8225
- }
8226
- ]
8227
- },
8228
- {
8229
- "name": "size",
8230
- "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.",
8231
- "values": [
8232
- {
8233
- "name": "large"
8234
- },
8235
- {
8236
- "name": "medium"
8237
- },
8238
- {
8239
- "name": "small"
8240
6283
  }
8241
6284
  ]
8242
6285
  },
@@ -8244,21 +6287,6 @@
8244
6287
  "name": "spellcheck",
8245
6288
  "description": "If `true`, the element will have its spelling and grammar checked."
8246
6289
  },
8247
- {
8248
- "name": "theme",
8249
- "description": "The theme determines the visual appearance of the component.",
8250
- "values": [
8251
- {
8252
- "name": "ios"
8253
- },
8254
- {
8255
- "name": "md"
8256
- },
8257
- {
8258
- "name": "ionic"
8259
- }
8260
- ]
8261
- },
8262
6290
  {
8263
6291
  "name": "value",
8264
6292
  "description": "The value of the textarea."
@@ -8292,35 +6320,7 @@
8292
6320
  "kind": "markdown",
8293
6321
  "value": ""
8294
6322
  },
8295
- "attributes": [
8296
- {
8297
- "name": "mode",
8298
- "description": "The mode determines the platform behaviors of the component.",
8299
- "values": [
8300
- {
8301
- "name": "ios"
8302
- },
8303
- {
8304
- "name": "md"
8305
- }
8306
- ]
8307
- },
8308
- {
8309
- "name": "theme",
8310
- "description": "The theme determines the visual appearance of the component.",
8311
- "values": [
8312
- {
8313
- "name": "ios"
8314
- },
8315
- {
8316
- "name": "md"
8317
- },
8318
- {
8319
- "name": "ionic"
8320
- }
8321
- ]
8322
- }
8323
- ],
6323
+ "attributes": [],
8324
6324
  "references": [
8325
6325
  {
8326
6326
  "name": "Source code",
@@ -8368,18 +6368,6 @@
8368
6368
  }
8369
6369
  ]
8370
6370
  },
8371
- {
8372
- "name": "mode",
8373
- "description": "The mode determines the platform behaviors of the component.",
8374
- "values": [
8375
- {
8376
- "name": "ios"
8377
- },
8378
- {
8379
- "name": "md"
8380
- }
8381
- ]
8382
- },
8383
6371
  {
8384
6372
  "name": "size",
8385
6373
  "description": "The size of the toolbar title.",
@@ -8391,21 +6379,6 @@
8391
6379
  "name": "small"
8392
6380
  }
8393
6381
  ]
8394
- },
8395
- {
8396
- "name": "theme",
8397
- "description": "The theme determines the visual appearance of the component.",
8398
- "values": [
8399
- {
8400
- "name": "ios"
8401
- },
8402
- {
8403
- "name": "md"
8404
- },
8405
- {
8406
- "name": "ionic"
8407
- }
8408
- ]
8409
6382
  }
8410
6383
  ],
8411
6384
  "references": [
@@ -8501,7 +6474,7 @@
8501
6474
  },
8502
6475
  {
8503
6476
  "name": "mode",
8504
- "description": "The mode determines the platform behaviors of the component.",
6477
+ "description": "The mode determines which platform styles to use.",
8505
6478
  "values": [
8506
6479
  {
8507
6480
  "name": "ios"
@@ -8539,24 +6512,9 @@
8539
6512
  }
8540
6513
  ]
8541
6514
  },
8542
- {
8543
- "name": "theme",
8544
- "description": "The theme determines the visual appearance of the component.",
8545
- "values": [
8546
- {
8547
- "name": "ios"
8548
- },
8549
- {
8550
- "name": "md"
8551
- },
8552
- {
8553
- "name": "ionic"
8554
- }
8555
- ]
8556
- },
8557
6515
  {
8558
6516
  "name": "translucent",
8559
- "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)."
6517
+ "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)."
8560
6518
  },
8561
6519
  {
8562
6520
  "name": "trigger",
@@ -8669,7 +6627,7 @@
8669
6627
  },
8670
6628
  {
8671
6629
  "name": "mode",
8672
- "description": "The mode determines the platform behaviors of the component.",
6630
+ "description": "The mode determines which platform styles to use.",
8673
6631
  "values": [
8674
6632
  {
8675
6633
  "name": "ios"
@@ -8683,21 +6641,6 @@
8683
6641
  "name": "name",
8684
6642
  "description": "The name of the control, which is submitted with the form data."
8685
6643
  },
8686
- {
8687
- "name": "theme",
8688
- "description": "The theme determines the visual appearance of the component.",
8689
- "values": [
8690
- {
8691
- "name": "ios"
8692
- },
8693
- {
8694
- "name": "md"
8695
- },
8696
- {
8697
- "name": "ionic"
8698
- }
8699
- ]
8700
- },
8701
6644
  {
8702
6645
  "name": "value",
8703
6646
  "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>`."
@@ -8752,28 +6695,13 @@
8752
6695
  },
8753
6696
  {
8754
6697
  "name": "mode",
8755
- "description": "The mode determines the platform behaviors of the component.",
8756
- "values": [
8757
- {
8758
- "name": "ios"
8759
- },
8760
- {
8761
- "name": "md"
8762
- }
8763
- ]
8764
- },
8765
- {
8766
- "name": "theme",
8767
- "description": "The theme determines the visual appearance of the component.",
6698
+ "description": "The mode determines which platform styles to use.",
8768
6699
  "values": [
8769
6700
  {
8770
6701
  "name": "ios"
8771
6702
  },
8772
6703
  {
8773
6704
  "name": "md"
8774
- },
8775
- {
8776
- "name": "ionic"
8777
6705
  }
8778
6706
  ]
8779
6707
  }