@ionic/core 8.4.2-dev.11736507189.18234064 → 8.4.2-dev.11737633140.1934dd0f

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 (1183) hide show
  1. package/components/action-sheet.js +8 -13
  2. package/components/alert.js +10 -15
  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 +14 -30
  9. package/components/content.js +12 -14
  10. package/components/data.js +4 -4
  11. package/components/focus-visible.js +1 -8
  12. package/components/framework-delegate.js +1 -3
  13. package/components/hardware-back-button.js +115 -0
  14. package/components/header.js +15 -24
  15. package/components/helpers.js +1 -4
  16. package/components/index2.js +2 -2
  17. package/components/index4.js +9 -8
  18. package/components/index5.js +3 -27
  19. package/components/index6.js +20 -114
  20. package/components/index7.js +27 -163
  21. package/components/index8.js +128 -0
  22. package/{dist/esm/index-62b4a18b.js → components/index9.js} +2 -4
  23. package/components/input-shims.js +2 -2
  24. package/components/input.utils.js +2 -1
  25. package/components/ion-accordion-group.js +6 -25
  26. package/components/ion-accordion.js +17 -36
  27. package/components/ion-app.js +77 -9
  28. package/components/ion-avatar.js +3 -52
  29. package/components/ion-back-button.js +19 -29
  30. package/components/ion-badge.js +8 -44
  31. package/components/ion-breadcrumb.js +11 -45
  32. package/components/ion-breadcrumbs.js +5 -9
  33. package/components/ion-card-content.js +7 -11
  34. package/components/ion-card-header.js +5 -9
  35. package/components/ion-card-subtitle.js +5 -9
  36. package/components/ion-card-title.js +5 -9
  37. package/components/ion-card.js +9 -17
  38. package/components/ion-chip.js +8 -45
  39. package/components/ion-col.js +5 -5
  40. package/components/ion-datetime-button.js +6 -9
  41. package/components/ion-datetime.js +21 -99
  42. package/components/ion-fab-button.js +10 -33
  43. package/components/ion-fab-list.js +5 -5
  44. package/components/ion-fab.js +6 -6
  45. package/components/ion-footer.js +12 -18
  46. package/components/ion-grid.js +5 -5
  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-nav-link.js +1 -1
  62. package/components/ion-nav.js +6 -8
  63. package/components/ion-note.js +5 -9
  64. package/components/ion-picker-legacy.js +8 -7
  65. package/components/ion-progress-bar.js +6 -11
  66. package/components/ion-range.js +10 -13
  67. package/components/ion-refresher-content.js +9 -28
  68. package/components/ion-refresher.js +7 -11
  69. package/components/ion-reorder-group.js +5 -5
  70. package/components/ion-reorder.js +5 -31
  71. package/components/ion-router-link.js +6 -6
  72. package/components/ion-router-outlet.js +3 -4
  73. package/components/ion-row.js +2 -5
  74. package/components/ion-searchbar.js +16 -93
  75. package/components/ion-segment-button.js +7 -11
  76. package/components/ion-segment-content.js +1 -1
  77. package/components/ion-segment-view.js +2 -6
  78. package/components/ion-segment.js +7 -11
  79. package/components/ion-select-option.js +2 -5
  80. package/components/ion-select.js +35 -120
  81. package/components/ion-skeleton-text.js +5 -6
  82. package/components/ion-split-pane.js +8 -12
  83. package/components/ion-tab-bar.js +8 -31
  84. package/components/ion-tab-button.js +7 -28
  85. package/components/ion-tab.js +2 -2
  86. package/components/ion-tabs.js +2 -2
  87. package/components/ion-text.js +5 -5
  88. package/components/ion-textarea.js +11 -38
  89. package/components/ion-thumbnail.js +2 -5
  90. package/components/ion-toast.js +11 -30
  91. package/components/ion-toggle.js +21 -78
  92. package/components/ionic-global.js +84 -374
  93. package/components/ios.transition.js +0 -1
  94. package/components/item.js +11 -41
  95. package/components/keyboard-controller.js +2 -4
  96. package/components/label.js +5 -9
  97. package/components/list-header.js +5 -9
  98. package/components/list.js +6 -29
  99. package/components/modal.js +21 -51
  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 +6 -6
  108. package/components/radio.js +8 -12
  109. package/components/ripple-effect.js +8 -18
  110. package/components/select-modal.js +5 -5
  111. package/components/select-popover.js +2 -9
  112. package/components/spinner.js +9 -36
  113. package/components/status-tap.js +1 -1
  114. package/components/title.js +7 -11
  115. package/components/toolbar.js +7 -11
  116. package/css/core.css +1 -1
  117. package/css/core.css.map +1 -1
  118. package/css/display.css +1 -1
  119. package/css/display.css.map +1 -1
  120. package/css/flex-utils.css.map +1 -1
  121. package/css/float-elements.css.map +1 -1
  122. package/css/global.bundle.css.map +1 -1
  123. package/css/ionic-swiper.css +1 -1
  124. package/css/ionic-swiper.css.map +1 -1
  125. package/css/ionic.bundle.css +1 -1
  126. package/css/ionic.bundle.css.map +1 -1
  127. package/css/normalize.css.map +1 -1
  128. package/css/padding.css.map +1 -1
  129. package/css/palettes/dark.always.css.map +1 -1
  130. package/css/palettes/dark.class.css.map +1 -1
  131. package/css/palettes/dark.system.css.map +1 -1
  132. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  133. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  134. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  135. package/css/palettes/high-contrast.always.css.map +1 -1
  136. package/css/palettes/high-contrast.class.css.map +1 -1
  137. package/css/palettes/high-contrast.system.css.map +1 -1
  138. package/css/structure.css.map +1 -1
  139. package/css/text-alignment.css.map +1 -1
  140. package/css/text-transformation.css.map +1 -1
  141. package/css/typography.css.map +1 -1
  142. package/css/utils.bundle.css +1 -1
  143. package/css/utils.bundle.css.map +1 -1
  144. package/dist/cjs/{animation-58015a44.js → animation-b4fdf128.js} +2 -2
  145. package/dist/cjs/{app-globals-d64148d3.js → app-globals-21afee77.js} +1 -1
  146. package/dist/cjs/{button-active-ec1fd1d8.js → button-active-3f2f60b4.js} +1 -1
  147. package/dist/cjs/{capacitor-454dd071.js → capacitor-c04564bf.js} +3 -3
  148. package/dist/cjs/{data-b726dbee.js → data-21dc0f81.js} +6 -6
  149. package/dist/{esm/focus-visible-501aff19.js → cjs/focus-visible-7a0ce04f.js} +3 -8
  150. package/dist/cjs/{framework-delegate-32f1a0e4.js → framework-delegate-55f5683a.js} +2 -4
  151. package/dist/cjs/{haptic-7c25be74.js → haptic-f6b37aa3.js} +1 -1
  152. package/dist/cjs/hardware-back-button-9e8a2c4f.js +122 -0
  153. package/dist/cjs/{helpers-4e2936d2.js → helpers-afaa9001.js} +1 -4
  154. package/dist/cjs/index-5915f9b3.js +38 -0
  155. package/dist/cjs/{index-604c36ae.js → index-5b6a7459.js} +3 -3
  156. package/dist/cjs/{index-03fbee1d.js → index-8e789962.js} +15 -14
  157. package/dist/cjs/{index-0e0c6196.js → index-9509ecad.js} +7 -9
  158. package/dist/cjs/index-c8d52405.js +10 -0
  159. package/dist/cjs/{index-8f975cf4.js → index-f05acd21.js} +12 -12
  160. package/dist/cjs/index.cjs.js +12 -10
  161. package/dist/cjs/{input-shims-4b4d2251.js → input-shims-9e59ef62.js} +17 -18
  162. package/dist/cjs/{input.utils-fb1debe4.js → input.utils-611cde0b.js} +5 -4
  163. package/dist/cjs/ion-accordion_2.cjs.entry.js +24 -61
  164. package/dist/cjs/ion-action-sheet.cjs.entry.js +18 -21
  165. package/dist/cjs/ion-alert.cjs.entry.js +23 -25
  166. package/dist/cjs/ion-app_8.cjs.entry.js +152 -108
  167. package/dist/cjs/ion-avatar_3.cjs.entry.js +9 -93
  168. package/dist/cjs/ion-back-button.cjs.entry.js +21 -31
  169. package/dist/cjs/ion-backdrop.cjs.entry.js +6 -11
  170. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +15 -53
  171. package/dist/cjs/ion-button_2.cjs.entry.js +15 -46
  172. package/dist/cjs/ion-card_5.cjs.entry.js +28 -52
  173. package/dist/cjs/ion-checkbox.cjs.entry.js +14 -30
  174. package/dist/cjs/ion-chip.cjs.entry.js +7 -43
  175. package/dist/cjs/ion-col_3.cjs.entry.js +10 -14
  176. package/dist/cjs/ion-datetime-button.cjs.entry.js +12 -16
  177. package/dist/cjs/ion-datetime_3.cjs.entry.js +115 -191
  178. package/dist/cjs/ion-fab_3.cjs.entry.js +19 -42
  179. package/dist/cjs/ion-img.cjs.entry.js +3 -7
  180. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +17 -21
  181. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +16 -55
  182. package/dist/cjs/ion-input.cjs.entry.js +23 -118
  183. package/dist/cjs/ion-item-option_3.cjs.entry.js +17 -40
  184. package/dist/cjs/ion-item_8.cjs.entry.js +41 -113
  185. package/dist/cjs/ion-loading.cjs.entry.js +18 -20
  186. package/dist/cjs/ion-menu_3.cjs.entry.js +29 -48
  187. package/dist/cjs/ion-modal.cjs.entry.js +67 -95
  188. package/dist/cjs/ion-nav_2.cjs.entry.js +13 -15
  189. package/dist/cjs/ion-picker-column-option.cjs.entry.js +6 -11
  190. package/dist/cjs/ion-picker-column.cjs.entry.js +12 -12
  191. package/dist/cjs/ion-picker.cjs.entry.js +5 -10
  192. package/dist/cjs/ion-popover.cjs.entry.js +18 -20
  193. package/dist/cjs/ion-progress-bar.cjs.entry.js +8 -13
  194. package/dist/cjs/ion-radio_2.cjs.entry.js +13 -19
  195. package/dist/cjs/ion-range.cjs.entry.js +16 -20
  196. package/dist/cjs/ion-refresher_2.cjs.entry.js +23 -44
  197. package/dist/cjs/ion-reorder_2.cjs.entry.js +13 -37
  198. package/dist/cjs/ion-ripple-effect.cjs.entry.js +7 -18
  199. package/dist/cjs/ion-route_4.cjs.entry.js +7 -8
  200. package/dist/cjs/ion-searchbar.cjs.entry.js +17 -94
  201. package/dist/cjs/ion-segment-content.cjs.entry.js +1 -1
  202. package/dist/cjs/ion-segment-view.cjs.entry.js +2 -6
  203. package/dist/cjs/ion-segment_2.cjs.entry.js +14 -23
  204. package/dist/cjs/ion-select-modal.cjs.entry.js +12 -10
  205. package/dist/cjs/ion-select_3.cjs.entry.js +42 -134
  206. package/dist/cjs/ion-spinner.cjs.entry.js +9 -35
  207. package/dist/cjs/ion-split-pane.cjs.entry.js +8 -13
  208. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +20 -60
  209. package/dist/cjs/ion-tab_2.cjs.entry.js +6 -7
  210. package/dist/cjs/ion-text.cjs.entry.js +5 -6
  211. package/dist/cjs/ion-textarea.cjs.entry.js +16 -41
  212. package/dist/cjs/ion-toast.cjs.entry.js +42 -59
  213. package/dist/cjs/ion-toggle.cjs.entry.js +24 -81
  214. package/dist/cjs/ionic-global-d9a8bb5b.js +237 -0
  215. package/dist/cjs/ionic.cjs.js +3 -4
  216. package/dist/cjs/{ios.transition-2bb0f7d5.js → ios.transition-cf40433b.js} +6 -6
  217. package/dist/cjs/{keyboard-53c12a15.js → keyboard-0272231f.js} +1 -1
  218. package/dist/cjs/{keyboard-0a5d46dd.js → keyboard-af1bb365.js} +3 -5
  219. package/dist/cjs/{keyboard-controller-102bad3e.js → keyboard-controller-c05e747a.js} +9 -11
  220. package/dist/cjs/loader.cjs.js +3 -4
  221. package/dist/cjs/{md.transition-cf600117.js → md.transition-ededf99f.js} +6 -5
  222. package/dist/cjs/{notch-controller-ea70e230.js → notch-controller-d69150f5.js} +4 -4
  223. package/dist/cjs/{overlays-542a90b3.js → overlays-aa669eb8.js} +20 -19
  224. package/dist/cjs/{status-tap-aa97d209.js → status-tap-37681226.js} +3 -4
  225. package/dist/cjs/{swipe-back-27975274.js → swipe-back-0303a5e4.js} +1 -2
  226. package/dist/collection/components/accordion/accordion.ios.css +58 -73
  227. package/dist/collection/components/accordion/accordion.js +21 -37
  228. package/dist/collection/components/accordion/accordion.md.css +59 -67
  229. package/dist/collection/components/accordion-group/accordion-group.ios.css +4 -16
  230. package/dist/collection/components/accordion-group/accordion-group.js +8 -43
  231. package/dist/collection/components/accordion-group/accordion-group.md.css +4 -22
  232. package/dist/collection/components/action-sheet/action-sheet.ios.css +6 -18
  233. package/dist/collection/components/action-sheet/action-sheet.js +10 -14
  234. package/dist/collection/components/action-sheet/action-sheet.md.css +5 -17
  235. package/dist/collection/components/alert/alert.ios.css +1 -19
  236. package/dist/collection/components/alert/alert.js +12 -15
  237. package/dist/collection/components/alert/alert.md.css +1 -19
  238. package/dist/collection/components/app/app.js +78 -12
  239. package/dist/collection/components/avatar/avatar.ios.css +0 -12
  240. package/dist/collection/components/avatar/avatar.js +4 -92
  241. package/dist/collection/components/avatar/avatar.md.css +0 -12
  242. package/dist/collection/components/back-button/back-button.ios.css +48 -60
  243. package/dist/collection/components/back-button/back-button.js +19 -27
  244. package/dist/collection/components/back-button/back-button.md.css +48 -60
  245. package/dist/collection/components/backdrop/backdrop.ios.css +1 -13
  246. package/dist/collection/components/backdrop/backdrop.js +6 -12
  247. package/dist/collection/components/backdrop/backdrop.md.css +1 -13
  248. package/dist/collection/components/badge/badge.ios.css +3 -106
  249. package/dist/collection/components/badge/badge.js +8 -75
  250. package/dist/collection/components/badge/badge.md.css +3 -106
  251. package/dist/collection/components/breadcrumb/breadcrumb.ios.css +8 -20
  252. package/dist/collection/components/breadcrumb/breadcrumb.js +11 -43
  253. package/dist/collection/components/breadcrumb/breadcrumb.md.css +8 -20
  254. package/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +0 -6
  255. package/dist/collection/components/breadcrumbs/breadcrumbs.js +9 -11
  256. package/dist/collection/components/breadcrumbs/breadcrumbs.md.css +0 -6
  257. package/dist/collection/components/button/button.ios.css +36 -129
  258. package/dist/collection/components/button/button.js +16 -46
  259. package/dist/collection/components/button/button.md.css +40 -120
  260. package/dist/collection/components/buttons/buttons.ios.css +7 -59
  261. package/dist/collection/components/buttons/buttons.js +8 -14
  262. package/dist/collection/components/buttons/buttons.md.css +3 -55
  263. package/dist/collection/components/card/card.ios.css +14 -65
  264. package/dist/collection/components/card/card.js +10 -34
  265. package/dist/collection/components/card/card.md.css +14 -65
  266. package/dist/collection/components/card-content/card-content.ios.css +1 -16
  267. package/dist/collection/components/card-content/card-content.js +8 -11
  268. package/dist/collection/components/card-content/card-content.md.css +1 -16
  269. package/dist/collection/components/card-header/card-header.ios.css +15 -27
  270. package/dist/collection/components/card-header/card-header.js +9 -12
  271. package/dist/collection/components/card-header/card-header.md.css +15 -27
  272. package/dist/collection/components/card-subtitle/card-subtitle.ios.css +0 -12
  273. package/dist/collection/components/card-subtitle/card-subtitle.js +8 -11
  274. package/dist/collection/components/card-subtitle/card-subtitle.md.css +0 -12
  275. package/dist/collection/components/card-title/card-title.ios.css +0 -73
  276. package/dist/collection/components/card-title/card-title.js +8 -11
  277. package/dist/collection/components/card-title/card-title.md.css +0 -73
  278. package/dist/collection/components/checkbox/checkbox.ios.css +2 -20
  279. package/dist/collection/components/checkbox/checkbox.js +23 -54
  280. package/dist/collection/components/checkbox/checkbox.md.css +3 -21
  281. package/dist/collection/components/chip/chip.ios.css +1 -20
  282. package/dist/collection/components/chip/chip.js +8 -77
  283. package/dist/collection/components/chip/chip.md.css +1 -20
  284. package/dist/collection/components/col/col.css +0 -12
  285. package/dist/collection/components/col/col.js +5 -9
  286. package/dist/collection/components/content/content.css +2 -8
  287. package/dist/collection/components/content/content.js +11 -16
  288. package/dist/collection/components/datetime/datetime.ios.css +86 -237
  289. package/dist/collection/components/datetime/datetime.js +20 -98
  290. package/dist/collection/components/datetime/datetime.md.css +86 -237
  291. package/dist/collection/components/datetime/utils/data.js +3 -3
  292. package/dist/collection/components/datetime-button/datetime-button.ios.css +0 -6
  293. package/dist/collection/components/datetime-button/datetime-button.js +8 -11
  294. package/dist/collection/components/datetime-button/datetime-button.md.css +0 -6
  295. package/dist/collection/components/fab/fab.css +1 -25
  296. package/dist/collection/components/fab/fab.js +5 -9
  297. package/dist/collection/components/fab-button/fab-button.ios.css +6 -18
  298. package/dist/collection/components/fab-button/fab-button.js +15 -36
  299. package/dist/collection/components/fab-button/fab-button.md.css +8 -20
  300. package/dist/collection/components/fab-list/fab-list.css +0 -12
  301. package/dist/collection/components/fab-list/fab-list.js +5 -9
  302. package/dist/collection/components/footer/footer.ios.css +2 -14
  303. package/dist/collection/components/footer/footer.js +15 -20
  304. package/dist/collection/components/footer/footer.md.css +0 -12
  305. package/dist/collection/components/grid/grid.css +0 -12
  306. package/dist/collection/components/grid/grid.js +5 -9
  307. package/dist/collection/components/header/header.ios.css +10 -25
  308. package/dist/collection/components/header/header.js +17 -42
  309. package/dist/collection/components/header/header.md.css +8 -23
  310. package/dist/collection/components/img/img.js +2 -8
  311. package/dist/collection/components/infinite-scroll/infinite-scroll.js +4 -8
  312. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +0 -12
  313. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +10 -16
  314. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +0 -12
  315. package/dist/collection/components/input/input.ios.css +2 -21
  316. package/dist/collection/components/input/input.js +30 -144
  317. package/dist/collection/components/input/input.md.css +4 -43
  318. package/dist/collection/components/input-password-toggle/input-password-toggle.js +12 -48
  319. package/dist/collection/components/item/item.ios.css +69 -109
  320. package/dist/collection/components/item/item.js +16 -44
  321. package/dist/collection/components/item/item.md.css +68 -120
  322. package/dist/collection/components/item-divider/item-divider.ios.css +0 -18
  323. package/dist/collection/components/item-divider/item-divider.js +8 -11
  324. package/dist/collection/components/item-divider/item-divider.md.css +0 -18
  325. package/dist/collection/components/item-group/item-group.ios.css +0 -12
  326. package/dist/collection/components/item-group/item-group.js +7 -13
  327. package/dist/collection/components/item-group/item-group.md.css +0 -12
  328. package/dist/collection/components/item-option/item-option.ios.css +2 -14
  329. package/dist/collection/components/item-option/item-option.js +8 -43
  330. package/dist/collection/components/item-option/item-option.md.css +2 -14
  331. package/dist/collection/components/item-options/item-options.ios.css +0 -18
  332. package/dist/collection/components/item-options/item-options.js +7 -13
  333. package/dist/collection/components/item-options/item-options.md.css +0 -18
  334. package/dist/collection/components/item-sliding/item-sliding.css +0 -6
  335. package/dist/collection/components/item-sliding/item-sliding.js +4 -8
  336. package/dist/collection/components/label/label.ios.css +0 -18
  337. package/dist/collection/components/label/label.js +8 -11
  338. package/dist/collection/components/label/label.md.css +0 -18
  339. package/dist/collection/components/list/list.ios.css +0 -18
  340. package/dist/collection/components/list/list.js +9 -47
  341. package/dist/collection/components/list/list.md.css +2 -20
  342. package/dist/collection/components/list-header/list-header.ios.css +0 -18
  343. package/dist/collection/components/list-header/list-header.js +8 -11
  344. package/dist/collection/components/list-header/list-header.md.css +0 -18
  345. package/dist/collection/components/loading/loading.ios.css +1 -13
  346. package/dist/collection/components/loading/loading.js +10 -13
  347. package/dist/collection/components/loading/loading.md.css +1 -13
  348. package/dist/collection/components/menu/menu.ios.css +3 -15
  349. package/dist/collection/components/menu/menu.js +7 -12
  350. package/dist/collection/components/menu/menu.md.css +3 -15
  351. package/dist/collection/components/menu-button/menu-button.ios.css +14 -48
  352. package/dist/collection/components/menu-button/menu-button.js +10 -26
  353. package/dist/collection/components/menu-button/menu-button.md.css +15 -49
  354. package/dist/collection/components/menu-toggle/menu-toggle.js +5 -8
  355. package/dist/collection/components/modal/animations/sheet.js +2 -8
  356. package/dist/collection/components/modal/gestures/sheet.js +6 -10
  357. package/dist/collection/components/modal/modal.ios.css +63 -106
  358. package/dist/collection/components/modal/modal.js +11 -47
  359. package/dist/collection/components/modal/modal.md.css +63 -106
  360. package/dist/collection/components/nav/nav.css +1 -7
  361. package/dist/collection/components/nav/nav.js +5 -11
  362. package/dist/collection/components/nav-link/nav-link.js +1 -5
  363. package/dist/collection/components/note/note.ios.css +0 -12
  364. package/dist/collection/components/note/note.js +8 -11
  365. package/dist/collection/components/note/note.md.css +0 -12
  366. package/dist/collection/components/picker/picker.ios.css +3 -15
  367. package/dist/collection/components/picker/picker.js +5 -8
  368. package/dist/collection/components/picker/picker.md.css +3 -15
  369. package/dist/collection/components/picker-column/picker-column.css +2 -9
  370. package/dist/collection/components/picker-column/picker-column.js +7 -8
  371. package/dist/collection/components/picker-column-option/picker-column-option.ios.css +0 -6
  372. package/dist/collection/components/picker-column-option/picker-column-option.js +7 -13
  373. package/dist/collection/components/picker-column-option/picker-column-option.md.css +0 -6
  374. package/dist/collection/components/picker-legacy/picker.ios.css +1 -13
  375. package/dist/collection/components/picker-legacy/picker.js +6 -7
  376. package/dist/collection/components/picker-legacy/picker.md.css +1 -13
  377. package/dist/collection/components/picker-legacy-column/picker-column.ios.css +0 -12
  378. package/dist/collection/components/picker-legacy-column/picker-column.js +4 -4
  379. package/dist/collection/components/picker-legacy-column/picker-column.md.css +0 -12
  380. package/dist/collection/components/popover/popover.ios.css +1 -13
  381. package/dist/collection/components/popover/popover.js +12 -15
  382. package/dist/collection/components/popover/popover.md.css +1 -13
  383. package/dist/collection/components/progress-bar/progress-bar.ios.css +2 -8
  384. package/dist/collection/components/progress-bar/progress-bar.js +7 -10
  385. package/dist/collection/components/progress-bar/progress-bar.md.css +2 -8
  386. package/dist/collection/components/radio/radio.ios.css +91 -134
  387. package/dist/collection/components/radio/radio.js +9 -12
  388. package/dist/collection/components/radio/radio.md.css +91 -134
  389. package/dist/collection/components/radio-group/radio-group.js +23 -10
  390. package/dist/collection/components/range/range.ios.css +85 -128
  391. package/dist/collection/components/range/range.js +9 -12
  392. package/dist/collection/components/range/range.md.css +85 -128
  393. package/dist/collection/components/refresher/refresher.ios.css +1 -14
  394. package/dist/collection/components/refresher/refresher.js +8 -11
  395. package/dist/collection/components/refresher/refresher.md.css +2 -15
  396. package/dist/collection/components/refresher-content/refresher-content.js +7 -28
  397. package/dist/collection/components/reorder/reorder.ios.css +0 -6
  398. package/dist/collection/components/reorder/reorder.js +6 -33
  399. package/dist/collection/components/reorder/reorder.md.css +0 -6
  400. package/dist/collection/components/reorder-group/reorder-group.css +0 -6
  401. package/dist/collection/components/reorder-group/reorder-group.js +4 -8
  402. package/dist/collection/components/ripple-effect/{ripple-effect.common.css → ripple-effect.css} +1 -7
  403. package/dist/collection/components/ripple-effect/ripple-effect.js +6 -14
  404. package/dist/collection/components/route/route.js +0 -4
  405. package/dist/collection/components/router/router.js +0 -4
  406. package/dist/collection/components/router-link/router-link.css +2 -8
  407. package/dist/collection/components/router-link/router-link.js +5 -9
  408. package/dist/collection/components/router-outlet/router-outlet.css +1 -7
  409. package/dist/collection/components/router-outlet/router-outlet.js +2 -5
  410. package/dist/collection/components/row/row.css +0 -12
  411. package/dist/collection/components/row/row.js +2 -9
  412. package/dist/collection/components/searchbar/searchbar.ios.css +18 -56
  413. package/dist/collection/components/searchbar/searchbar.js +25 -97
  414. package/dist/collection/components/searchbar/searchbar.md.css +18 -56
  415. package/dist/collection/components/segment/segment.ios.css +2 -45
  416. package/dist/collection/components/segment/segment.js +8 -11
  417. package/dist/collection/components/segment/segment.md.css +2 -45
  418. package/dist/collection/components/segment-button/segment-button.ios.css +105 -146
  419. package/dist/collection/components/segment-button/segment-button.js +8 -11
  420. package/dist/collection/components/segment-button/segment-button.md.css +107 -148
  421. package/dist/collection/components/segment-content/segment-content.js +1 -1
  422. package/dist/collection/components/segment-view/segment-view.ios.css +0 -6
  423. package/dist/collection/components/segment-view/segment-view.js +4 -6
  424. package/dist/collection/components/segment-view/segment-view.md.css +0 -6
  425. package/dist/collection/components/select/select.ios.css +121 -187
  426. package/dist/collection/components/select/select.js +49 -132
  427. package/dist/collection/components/select/select.md.css +226 -184
  428. package/dist/collection/components/select-modal/select-modal.ios.css +186 -0
  429. package/dist/collection/components/select-modal/select-modal.js +4 -4
  430. package/dist/collection/components/select-modal/select-modal.md.css +3 -7
  431. package/dist/collection/components/select-option/select-option.js +2 -9
  432. package/dist/collection/components/select-popover/select-popover.ios.css +0 -18
  433. package/dist/collection/components/select-popover/select-popover.js +4 -12
  434. package/dist/collection/components/select-popover/select-popover.md.css +0 -18
  435. package/dist/collection/components/skeleton-text/skeleton-text.css +0 -6
  436. package/dist/collection/components/skeleton-text/skeleton-text.js +5 -9
  437. package/dist/collection/components/spinner/{spinner.ionic.css → spinner.css} +0 -63
  438. package/dist/collection/components/spinner/spinner.js +6 -46
  439. package/dist/collection/components/split-pane/split-pane.ios.css +2 -20
  440. package/dist/collection/components/split-pane/split-pane.js +8 -14
  441. package/dist/collection/components/split-pane/split-pane.md.css +2 -20
  442. package/dist/collection/components/tab/tab.js +2 -6
  443. package/dist/collection/components/tab-bar/tab-bar.ios.css +43 -71
  444. package/dist/collection/components/tab-bar/tab-bar.js +10 -65
  445. package/dist/collection/components/tab-bar/tab-bar.md.css +43 -71
  446. package/dist/collection/components/tab-button/tab-button.ios.css +88 -103
  447. package/dist/collection/components/tab-button/tab-button.js +8 -43
  448. package/dist/collection/components/tab-button/tab-button.md.css +88 -103
  449. package/dist/collection/components/tabs/tabs.css +1 -7
  450. package/dist/collection/components/tabs/tabs.js +1 -4
  451. package/dist/collection/components/text/text.css +0 -6
  452. package/dist/collection/components/text/text.js +6 -7
  453. package/dist/collection/components/textarea/textarea.ios.css +96 -201
  454. package/dist/collection/components/textarea/textarea.js +16 -59
  455. package/dist/collection/components/textarea/textarea.md.css +97 -214
  456. package/dist/collection/components/thumbnail/thumbnail.css +0 -6
  457. package/dist/collection/components/thumbnail/thumbnail.js +2 -9
  458. package/dist/collection/components/title/title.ios.css +4 -32
  459. package/dist/collection/components/title/title.js +7 -13
  460. package/dist/collection/components/title/title.md.css +4 -32
  461. package/dist/collection/components/toast/animations/utils.js +1 -1
  462. package/dist/collection/components/toast/toast.ios.css +35 -74
  463. package/dist/collection/components/toast/toast.js +10 -45
  464. package/dist/collection/components/toast/toast.md.css +35 -74
  465. package/dist/collection/components/toggle/toggle.ios.css +120 -166
  466. package/dist/collection/components/toggle/toggle.js +38 -74
  467. package/dist/collection/components/toggle/toggle.md.css +120 -163
  468. package/dist/collection/components/toolbar/toolbar.ios.css +47 -90
  469. package/dist/collection/components/toolbar/toolbar.js +10 -13
  470. package/dist/collection/components/toolbar/toolbar.md.css +47 -90
  471. package/dist/collection/global/ionic-global.js +13 -229
  472. package/dist/collection/utils/focus-visible.js +0 -7
  473. package/dist/collection/utils/framework-delegate.js +1 -3
  474. package/dist/collection/utils/helpers.js +1 -3
  475. package/dist/collection/utils/keyboard/keyboard-controller.js +1 -3
  476. package/dist/collection/utils/menu-controller/animations/overlay.js +3 -3
  477. package/dist/collection/utils/menu-controller/animations/push.js +1 -2
  478. package/dist/collection/utils/menu-controller/animations/reveal.js +1 -2
  479. package/dist/collection/utils/overlays.js +1 -2
  480. package/dist/collection/utils/test/playwright/generator.js +23 -48
  481. package/dist/collection/utils/test/playwright/page/utils/goto.js +5 -14
  482. package/dist/collection/utils/test/playwright/page/utils/set-content.js +2 -16
  483. package/dist/collection/utils/transition/ios.transition.js +0 -1
  484. package/dist/docs.json +377 -7072
  485. package/dist/esm/{animation-f1a88600.js → animation-eab5a4ca.js} +1 -1
  486. package/dist/esm/{app-globals-eceadabb.js → app-globals-5dbb61a5.js} +1 -1
  487. package/dist/esm/{button-active-321f0dba.js → button-active-f6503382.js} +2 -2
  488. package/dist/esm/{capacitor-6b0341c8.js → capacitor-59395cbd.js} +1 -1
  489. package/dist/esm/{data-a753c96a.js → data-ae11fd43.js} +4 -4
  490. package/dist/{cjs/focus-visible-9aa87fa3.js → esm/focus-visible-dd40d69f.js} +1 -11
  491. package/dist/esm/{framework-delegate-3e4a8c9f.js → framework-delegate-63d1a679.js} +2 -4
  492. package/dist/esm/{haptic-dd6c0ea9.js → haptic-ac164e4c.js} +1 -1
  493. package/dist/esm/hardware-back-button-06ef3c3e.js +116 -0
  494. package/dist/esm/{helpers-f08d15bd.js → helpers-da915de8.js} +1 -4
  495. package/dist/esm/{index-31109e63.js → index-24b48b06.js} +11 -10
  496. package/dist/esm/{index-723c0e5d.js → index-28849c61.js} +1 -1
  497. package/dist/esm/{index-59f81cb8.js → index-3ad7f18b.js} +6 -6
  498. package/dist/esm/{index-7bd160c2.js → index-5cc724f3.js} +2 -2
  499. package/dist/esm/index-79b30591.js +167 -0
  500. package/dist/esm/index-9b0d46f4.js +34 -0
  501. package/dist/esm/index-a5d50daf.js +7 -0
  502. package/dist/esm/{index-d997525d.js → index-e2cf2ceb.js} +1 -1
  503. package/dist/esm/index.js +13 -11
  504. package/dist/esm/{input-shims-6be83e59.js → input-shims-0314bbe5.js} +6 -7
  505. package/dist/esm/{input.utils-67459bae.js → input.utils-09c71bc7.js} +3 -2
  506. package/dist/esm/ion-accordion_2.entry.js +24 -61
  507. package/dist/esm/ion-action-sheet.entry.js +19 -22
  508. package/dist/esm/ion-alert.entry.js +21 -23
  509. package/dist/esm/ion-app_8.entry.js +140 -96
  510. package/dist/esm/ion-avatar_3.entry.js +10 -94
  511. package/dist/esm/ion-back-button.entry.js +21 -31
  512. package/dist/esm/ion-backdrop.entry.js +7 -12
  513. package/dist/esm/ion-breadcrumb_2.entry.js +17 -55
  514. package/dist/esm/ion-button_2.entry.js +13 -44
  515. package/dist/esm/ion-card_5.entry.js +29 -53
  516. package/dist/esm/ion-checkbox.entry.js +15 -31
  517. package/dist/esm/ion-chip.entry.js +8 -44
  518. package/dist/esm/ion-col_3.entry.js +11 -15
  519. package/dist/esm/ion-datetime-button.entry.js +9 -13
  520. package/dist/esm/ion-datetime_3.entry.js +41 -117
  521. package/dist/esm/ion-fab_3.entry.js +21 -44
  522. package/dist/esm/ion-img.entry.js +4 -8
  523. package/dist/esm/ion-infinite-scroll_2.entry.js +15 -19
  524. package/dist/esm/ion-input-password-toggle.entry.js +15 -54
  525. package/dist/esm/ion-input.entry.js +25 -120
  526. package/dist/esm/ion-item-option_3.entry.js +18 -41
  527. package/dist/esm/ion-item_8.entry.js +42 -114
  528. package/dist/esm/ion-loading.entry.js +16 -18
  529. package/dist/esm/ion-menu_3.entry.js +29 -48
  530. package/dist/esm/ion-modal.entry.js +31 -59
  531. package/dist/esm/ion-nav_2.entry.js +12 -14
  532. package/dist/esm/ion-picker-column-option.entry.js +7 -12
  533. package/dist/esm/ion-picker-column.entry.js +12 -12
  534. package/dist/esm/ion-picker.entry.js +6 -11
  535. package/dist/esm/ion-popover.entry.js +16 -18
  536. package/dist/esm/ion-progress-bar.entry.js +8 -13
  537. package/dist/esm/ion-radio_2.entry.js +14 -20
  538. package/dist/esm/ion-range.entry.js +12 -16
  539. package/dist/esm/ion-refresher_2.entry.js +21 -42
  540. package/dist/esm/ion-reorder_2.entry.js +15 -39
  541. package/dist/esm/ion-ripple-effect.entry.js +8 -19
  542. package/dist/esm/ion-route_4.entry.js +8 -9
  543. package/dist/esm/ion-searchbar.entry.js +18 -95
  544. package/dist/esm/ion-segment-content.entry.js +2 -2
  545. package/dist/esm/ion-segment-view.entry.js +3 -7
  546. package/dist/esm/ion-segment_2.entry.js +15 -24
  547. package/dist/esm/ion-select-modal.entry.js +13 -11
  548. package/dist/esm/ion-select_3.entry.js +44 -136
  549. package/dist/esm/ion-spinner.entry.js +8 -34
  550. package/dist/esm/ion-split-pane.entry.js +9 -14
  551. package/dist/esm/ion-tab-bar_2.entry.js +20 -60
  552. package/dist/esm/ion-tab_2.entry.js +7 -8
  553. package/dist/esm/ion-text.entry.js +6 -7
  554. package/dist/esm/ion-textarea.entry.js +17 -42
  555. package/dist/esm/ion-toast.entry.js +17 -34
  556. package/dist/esm/ion-toggle.entry.js +25 -82
  557. package/dist/esm/ionic-global-c81d82ab.js +231 -0
  558. package/dist/esm/ionic.js +5 -6
  559. package/dist/esm/{ios.transition-06b78ea0.js → ios.transition-4ee1a3af.js} +7 -7
  560. package/dist/esm/{keyboard-5b1b354d.js → keyboard-52278bd7.js} +3 -5
  561. package/dist/esm/{keyboard-9bbd546a.js → keyboard-73175e24.js} +1 -1
  562. package/dist/esm/{keyboard-controller-aff395fd.js → keyboard-controller-ec5c2bfa.js} +3 -5
  563. package/dist/esm/loader.js +5 -6
  564. package/dist/esm/{md.transition-e5712bda.js → md.transition-5106a0d2.js} +7 -6
  565. package/dist/esm/{notch-controller-c0bd22ff.js → notch-controller-55b09e11.js} +2 -2
  566. package/dist/esm/{overlays-66cb5522.js → overlays-e7b9d6d9.js} +7 -6
  567. package/dist/esm/{status-tap-edf9f395.js → status-tap-f472b09f.js} +4 -5
  568. package/dist/esm/{swipe-back-17c42610.js → swipe-back-e5394307.js} +1 -2
  569. package/dist/esm-es5/animation-eab5a4ca.js +4 -0
  570. package/dist/esm-es5/app-globals-5dbb61a5.js +4 -0
  571. package/dist/esm-es5/{button-active-321f0dba.js → button-active-f6503382.js} +1 -1
  572. package/dist/esm-es5/capacitor-59395cbd.js +4 -0
  573. package/dist/esm-es5/data-ae11fd43.js +4 -0
  574. package/dist/esm-es5/focus-visible-dd40d69f.js +4 -0
  575. package/dist/esm-es5/framework-delegate-63d1a679.js +4 -0
  576. package/dist/esm-es5/{haptic-dd6c0ea9.js → haptic-ac164e4c.js} +1 -1
  577. package/dist/esm-es5/hardware-back-button-06ef3c3e.js +4 -0
  578. package/dist/esm-es5/helpers-da915de8.js +4 -0
  579. package/dist/esm-es5/index-24b48b06.js +4 -0
  580. package/dist/esm-es5/{index-723c0e5d.js → index-28849c61.js} +1 -1
  581. package/dist/esm-es5/index-3ad7f18b.js +4 -0
  582. package/dist/esm-es5/index-5cc724f3.js +4 -0
  583. package/dist/esm-es5/{index-62b4a18b.js → index-79b30591.js} +1 -1
  584. package/dist/esm-es5/index-9b0d46f4.js +4 -0
  585. package/dist/esm-es5/index-a5d50daf.js +4 -0
  586. package/dist/esm-es5/{index-d997525d.js → index-e2cf2ceb.js} +1 -1
  587. package/dist/esm-es5/index.js +1 -1
  588. package/dist/esm-es5/input-shims-0314bbe5.js +4 -0
  589. package/dist/esm-es5/input.utils-09c71bc7.js +4 -0
  590. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  591. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  592. package/dist/esm-es5/ion-alert.entry.js +1 -1
  593. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  594. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  595. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  596. package/dist/esm-es5/ion-backdrop.entry.js +1 -1
  597. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  598. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  599. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  600. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  601. package/dist/esm-es5/ion-chip.entry.js +1 -1
  602. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  603. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  604. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  605. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  606. package/dist/esm-es5/ion-img.entry.js +1 -1
  607. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  608. package/dist/esm-es5/ion-input-password-toggle.entry.js +1 -1
  609. package/dist/esm-es5/ion-input.entry.js +1 -1
  610. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  611. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  612. package/dist/esm-es5/ion-loading.entry.js +1 -1
  613. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  614. package/dist/esm-es5/ion-modal.entry.js +1 -1
  615. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  616. package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
  617. package/dist/esm-es5/ion-picker-column.entry.js +1 -1
  618. package/dist/esm-es5/ion-picker.entry.js +1 -1
  619. package/dist/esm-es5/ion-popover.entry.js +1 -1
  620. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  621. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  622. package/dist/esm-es5/ion-range.entry.js +1 -1
  623. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  624. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  625. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  626. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  627. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  628. package/dist/esm-es5/ion-segment-content.entry.js +1 -1
  629. package/dist/esm-es5/ion-segment-view.entry.js +1 -1
  630. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  631. package/dist/esm-es5/ion-select-modal.entry.js +1 -1
  632. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  633. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  634. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  635. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  636. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  637. package/dist/esm-es5/ion-text.entry.js +1 -1
  638. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  639. package/dist/esm-es5/ion-toast.entry.js +1 -1
  640. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  641. package/dist/esm-es5/ionic-global-c81d82ab.js +4 -0
  642. package/dist/esm-es5/ionic.js +1 -1
  643. package/dist/esm-es5/ios.transition-4ee1a3af.js +4 -0
  644. package/dist/esm-es5/{keyboard-5b1b354d.js → keyboard-52278bd7.js} +1 -1
  645. package/dist/esm-es5/{keyboard-9bbd546a.js → keyboard-73175e24.js} +1 -1
  646. package/dist/esm-es5/keyboard-controller-ec5c2bfa.js +4 -0
  647. package/dist/esm-es5/loader.js +1 -1
  648. package/dist/esm-es5/md.transition-5106a0d2.js +4 -0
  649. package/dist/esm-es5/notch-controller-55b09e11.js +4 -0
  650. package/dist/esm-es5/overlays-e7b9d6d9.js +4 -0
  651. package/dist/esm-es5/status-tap-f472b09f.js +4 -0
  652. package/dist/esm-es5/swipe-back-e5394307.js +4 -0
  653. package/dist/html.html-data.json +213 -2335
  654. package/dist/ionic/index.esm.js +1 -1
  655. package/dist/ionic/ionic.esm.js +1 -1
  656. package/dist/ionic/ionic.js +1 -1
  657. package/dist/ionic/p-001f0962.entry.js +4 -0
  658. package/dist/ionic/p-01186920.system.entry.js +4 -0
  659. package/dist/ionic/p-0303d0f8.js +4 -0
  660. package/dist/ionic/p-0574e87e.js +4 -0
  661. package/dist/ionic/p-06e58c4e.js +4 -0
  662. package/dist/ionic/p-06fee233.js +4 -0
  663. package/dist/ionic/p-081a4ce4.entry.js +4 -0
  664. package/dist/ionic/p-0aa833fb.system.js +4 -0
  665. package/dist/ionic/p-0abaa255.entry.js +4 -0
  666. package/dist/ionic/p-0c06e09b.system.js +4 -0
  667. package/dist/ionic/p-1046866e.system.entry.js +4 -0
  668. package/dist/ionic/p-12a722b8.system.entry.js +4 -0
  669. package/dist/ionic/p-14be4015.entry.js +4 -0
  670. package/dist/ionic/p-14e159ea.system.entry.js +4 -0
  671. package/dist/ionic/p-15e76dd1.entry.js +4 -0
  672. package/dist/ionic/p-16188af7.entry.js +4 -0
  673. package/dist/ionic/p-16799667.system.entry.js +4 -0
  674. package/dist/ionic/p-16bfb979.system.entry.js +4 -0
  675. package/dist/ionic/p-17474161.system.js +4 -0
  676. package/dist/ionic/p-19a5be0a.entry.js +4 -0
  677. package/dist/ionic/{p-dbd39afd.system.js → p-19ea7bff.system.js} +1 -1
  678. package/dist/ionic/p-19ec4f42.entry.js +4 -0
  679. package/dist/ionic/p-1dfc11b3.system.js +4 -0
  680. package/dist/ionic/p-1e010627.system.entry.js +4 -0
  681. package/dist/ionic/p-1e4371bd.js +4 -0
  682. package/dist/ionic/p-1e67b266.system.entry.js +4 -0
  683. package/dist/ionic/{p-115d74cd.system.js → p-1e955a45.system.js} +1 -1
  684. package/dist/ionic/p-1fe02220.system.entry.js +4 -0
  685. package/dist/ionic/p-2172893e.system.entry.js +4 -0
  686. package/dist/ionic/p-21e5e7e4.js +4 -0
  687. package/dist/ionic/p-2507278c.system.entry.js +4 -0
  688. package/dist/ionic/{p-0fa218e9.system.js → p-25180df3.system.js} +1 -1
  689. package/dist/ionic/p-2690b1de.js +4 -0
  690. package/dist/ionic/{p-93e47936.js → p-27281edd.js} +1 -1
  691. package/dist/ionic/p-2799c6d3.system.entry.js +4 -0
  692. package/dist/ionic/p-29a5d6ed.system.entry.js +4 -0
  693. package/dist/ionic/p-2abae1cc.system.entry.js +4 -0
  694. package/dist/ionic/p-2b7827c7.js +4 -0
  695. package/dist/ionic/p-2b838f86.system.entry.js +4 -0
  696. package/dist/ionic/p-2bd0ae94.system.entry.js +4 -0
  697. package/dist/ionic/p-2e46590d.system.entry.js +4 -0
  698. package/dist/ionic/p-2fc0dafe.entry.js +4 -0
  699. package/dist/ionic/p-322c5fb4.system.js +4 -0
  700. package/dist/ionic/p-32d44024.system.entry.js +4 -0
  701. package/dist/ionic/p-33a8a71b.entry.js +4 -0
  702. package/dist/ionic/{p-12d6df53.js → p-34b11c24.js} +1 -1
  703. package/dist/ionic/{p-f193945e.system.js → p-372ae7f4.system.js} +1 -1
  704. package/dist/ionic/p-37cb43bd.system.entry.js +4 -0
  705. package/dist/ionic/p-3ad285e3.system.js +4 -0
  706. package/dist/ionic/{p-41c19986.system.js → p-3c8e5c23.system.js} +1 -1
  707. package/dist/ionic/p-3cc276f4.js +4 -0
  708. package/dist/ionic/p-424eb140.system.entry.js +4 -0
  709. package/dist/ionic/p-4439fc2a.entry.js +4 -0
  710. package/dist/ionic/p-45693d7e.entry.js +4 -0
  711. package/dist/ionic/p-49a0e74c.entry.js +4 -0
  712. package/dist/ionic/p-4c2d5b80.system.js +4 -0
  713. package/dist/ionic/p-4ec778aa.entry.js +4 -0
  714. package/dist/ionic/p-508d024a.entry.js +4 -0
  715. package/dist/ionic/p-52d7a191.entry.js +4 -0
  716. package/dist/ionic/p-567de071.system.entry.js +4 -0
  717. package/dist/ionic/p-5823babc.system.entry.js +4 -0
  718. package/dist/ionic/{p-86e9a917.system.entry.js → p-58d5df0c.system.entry.js} +1 -1
  719. package/dist/ionic/p-58dc63cc.system.entry.js +4 -0
  720. package/dist/ionic/p-5b932840.entry.js +4 -0
  721. package/dist/ionic/{p-f8c63ac0.system.js → p-5da94421.system.js} +2 -2
  722. package/dist/ionic/p-5fce0c0b.system.entry.js +4 -0
  723. package/dist/ionic/p-61e3f887.entry.js +4 -0
  724. package/dist/ionic/p-62af944c.entry.js +4 -0
  725. package/dist/ionic/p-63b0abde.system.entry.js +4 -0
  726. package/dist/ionic/p-6499df44.system.entry.js +4 -0
  727. package/dist/ionic/p-66640ff7.system.entry.js +4 -0
  728. package/dist/ionic/p-677f0eb7.system.entry.js +4 -0
  729. package/dist/ionic/p-69066a53.js +4 -0
  730. package/dist/ionic/p-6b280620.entry.js +4 -0
  731. package/dist/ionic/p-6d32975a.entry.js +4 -0
  732. package/dist/ionic/p-72812e99.js +4 -0
  733. package/dist/ionic/p-72bc8a1c.js +4 -0
  734. package/dist/ionic/p-73dc4950.entry.js +4 -0
  735. package/dist/ionic/p-7458862e.system.entry.js +4 -0
  736. package/dist/ionic/p-792919fd.system.js +4 -0
  737. package/dist/ionic/p-797eeea8.system.entry.js +4 -0
  738. package/dist/ionic/p-7b30edcc.js +4 -0
  739. package/dist/ionic/p-7b9a2b23.entry.js +4 -0
  740. package/dist/ionic/p-7ed1657c.system.entry.js +4 -0
  741. package/dist/ionic/p-8635f5e6.system.js +4 -0
  742. package/dist/ionic/p-88e63c7d.js +4 -0
  743. package/dist/ionic/{p-4626fb32.system.js → p-8985cdb6.system.js} +1 -1
  744. package/dist/ionic/{p-4c275462.js → p-89b61afc.js} +1 -1
  745. package/dist/ionic/p-8b8be2fd.entry.js +4 -0
  746. package/dist/ionic/{p-62887754.system.js → p-9146695e.system.js} +1 -1
  747. package/dist/ionic/p-91545b88.entry.js +4 -0
  748. package/dist/ionic/p-937a7e21.entry.js +4 -0
  749. package/dist/ionic/p-942b5e13.entry.js +4 -0
  750. package/dist/ionic/p-95775830.entry.js +4 -0
  751. package/dist/ionic/p-96cc4814.js +4 -0
  752. package/dist/ionic/p-982315a6.entry.js +4 -0
  753. package/dist/ionic/p-98231c01.system.entry.js +4 -0
  754. package/dist/ionic/p-985a7e17.system.entry.js +4 -0
  755. package/dist/ionic/p-98ff6b32.entry.js +4 -0
  756. package/dist/ionic/p-9df2c6fb.entry.js +4 -0
  757. package/dist/ionic/p-9e33104d.entry.js +4 -0
  758. package/dist/ionic/{p-3e91ea3a.system.js → p-9ea607bd.system.js} +2 -2
  759. package/dist/ionic/p-9ee1e8a6.entry.js +4 -0
  760. package/dist/ionic/p-9f3008d4.system.js +4 -0
  761. package/dist/ionic/p-9fa07aec.entry.js +4 -0
  762. package/dist/ionic/p-a15ddedb.system.js +4 -0
  763. package/dist/ionic/p-a43467d8.entry.js +4 -0
  764. package/dist/ionic/p-a4565eb5.system.js +4 -0
  765. package/dist/ionic/p-a49378bb.system.entry.js +4 -0
  766. package/dist/ionic/p-a61cba41.entry.js +4 -0
  767. package/dist/ionic/p-a69b9fc5.system.js +4 -0
  768. package/dist/ionic/{p-94816e7a.system.js → p-a93873de.system.js} +1 -1
  769. package/dist/ionic/p-abe101da.system.js +4 -0
  770. package/dist/ionic/p-afecb188.entry.js +4 -0
  771. package/dist/ionic/{p-18f86177.system.js → p-b06ac4a5.system.js} +1 -1
  772. package/dist/ionic/p-b25a40f6.system.entry.js +4 -0
  773. package/dist/ionic/p-b335ffed.system.entry.js +4 -0
  774. package/dist/ionic/p-b51e4004.js +4 -0
  775. package/dist/ionic/p-b79ba17c.entry.js +4 -0
  776. package/dist/ionic/p-b82d4cab.js +4 -0
  777. package/dist/ionic/p-b9d7015f.entry.js +4 -0
  778. package/dist/ionic/p-bb0db172.entry.js +4 -0
  779. package/dist/ionic/p-bb5d8e9e.entry.js +4 -0
  780. package/dist/ionic/p-bc36ad98.system.entry.js +4 -0
  781. package/dist/ionic/p-bdad26e3.entry.js +4 -0
  782. package/dist/ionic/p-c29f8157.system.entry.js +4 -0
  783. package/dist/ionic/p-c41ac815.entry.js +4 -0
  784. package/dist/ionic/p-c449820c.system.js +4 -0
  785. package/dist/ionic/p-c468af8a.system.js +4 -0
  786. package/dist/ionic/p-c4b53b16.system.entry.js +4 -0
  787. package/dist/ionic/p-c61cc894.js +4 -0
  788. package/dist/ionic/{p-11266916.js → p-c7e16491.js} +1 -1
  789. package/dist/ionic/p-c9f3a539.entry.js +4 -0
  790. package/dist/ionic/p-ca065903.system.entry.js +4 -0
  791. package/dist/ionic/p-cac0e0b3.system.entry.js +4 -0
  792. package/dist/ionic/p-cdc83025.entry.js +4 -0
  793. package/dist/ionic/p-d18ab582.system.entry.js +4 -0
  794. package/dist/ionic/p-d47265c8.js +4 -0
  795. package/dist/ionic/{p-aaccbb95.js → p-d60342e3.js} +1 -1
  796. package/dist/ionic/p-d6841eac.js +4 -0
  797. package/dist/ionic/{p-a510e9c0.js → p-d743e981.js} +1 -1
  798. package/dist/ionic/p-d7aa6b00.entry.js +4 -0
  799. package/dist/ionic/{p-83948e48.js → p-d836d43e.js} +1 -1
  800. package/dist/ionic/p-da074ff7.entry.js +4 -0
  801. package/dist/ionic/{p-58f16ef6.js → p-da2b833b.js} +1 -1
  802. package/dist/ionic/p-ddaa748a.system.entry.js +4 -0
  803. package/dist/ionic/p-de930745.entry.js +4 -0
  804. package/dist/ionic/p-dfb78785.system.js +4 -0
  805. package/dist/ionic/p-e4ee80be.system.entry.js +4 -0
  806. package/dist/ionic/p-e4f69534.system.entry.js +4 -0
  807. package/dist/ionic/p-e563a35c.entry.js +4 -0
  808. package/dist/ionic/p-e6635685.js +4 -0
  809. package/dist/ionic/p-e7ed4a7f.system.js +4 -0
  810. package/dist/ionic/p-e85d901b.system.entry.js +4 -0
  811. package/dist/ionic/p-eba29931.entry.js +4 -0
  812. package/dist/ionic/p-ecceeb90.js +4 -0
  813. package/dist/ionic/p-ed75fcfb.system.entry.js +4 -0
  814. package/dist/ionic/p-efaffe74.entry.js +4 -0
  815. package/dist/ionic/p-f1acf541.system.entry.js +4 -0
  816. package/dist/ionic/p-f3102647.system.entry.js +4 -0
  817. package/dist/ionic/{p-44ad86d7.system.js → p-f687573e.system.js} +1 -1
  818. package/dist/ionic/{p-58aa8a36.system.js → p-f9a53abb.system.js} +1 -1
  819. package/dist/ionic/p-fca6ef5f.system.entry.js +4 -0
  820. package/dist/ionic/p-ff4b7e40.system.js +4 -0
  821. package/dist/types/components/accordion/accordion.d.ts +3 -5
  822. package/dist/types/components/accordion-group/accordion-group.d.ts +1 -12
  823. package/dist/types/components/action-sheet/action-sheet-interface.d.ts +7 -3
  824. package/dist/types/components/action-sheet/action-sheet.d.ts +2 -3
  825. package/dist/types/components/alert/alert-interface.d.ts +7 -3
  826. package/dist/types/components/alert/alert.d.ts +2 -3
  827. package/dist/types/components/app/app.d.ts +2 -4
  828. package/dist/types/components/avatar/avatar.d.ts +0 -28
  829. package/dist/types/components/back-button/back-button.d.ts +1 -2
  830. package/dist/types/components/backdrop/backdrop.d.ts +0 -4
  831. package/dist/types/components/badge/badge.d.ts +1 -23
  832. package/dist/types/components/breadcrumb/breadcrumb.d.ts +1 -4
  833. package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +2 -2
  834. package/dist/types/components/button/button.d.ts +4 -15
  835. package/dist/types/components/buttons/buttons.d.ts +1 -5
  836. package/dist/types/components/card/card.d.ts +1 -8
  837. package/dist/types/components/card-content/card-content.d.ts +1 -2
  838. package/dist/types/components/card-header/card-header.d.ts +2 -3
  839. package/dist/types/components/card-subtitle/card-subtitle.d.ts +1 -2
  840. package/dist/types/components/card-title/card-title.d.ts +1 -2
  841. package/dist/types/components/checkbox/checkbox.d.ts +6 -12
  842. package/dist/types/components/chip/chip.d.ts +1 -19
  843. package/dist/types/components/col/col.d.ts +0 -4
  844. package/dist/types/components/content/content.d.ts +0 -3
  845. package/dist/types/components/datetime/datetime.d.ts +1 -26
  846. package/dist/types/components/datetime/utils/data.d.ts +3 -3
  847. package/dist/types/components/datetime-button/datetime-button.d.ts +1 -2
  848. package/dist/types/components/fab/fab.d.ts +0 -4
  849. package/dist/types/components/fab-button/fab-button.d.ts +3 -5
  850. package/dist/types/components/fab-list/fab-list.d.ts +0 -4
  851. package/dist/types/components/footer/footer.d.ts +3 -4
  852. package/dist/types/components/grid/grid.d.ts +0 -4
  853. package/dist/types/components/header/header.d.ts +3 -9
  854. package/dist/types/components/img/img.d.ts +0 -3
  855. package/dist/types/components/infinite-scroll/infinite-scroll.d.ts +0 -4
  856. package/dist/types/components/infinite-scroll-content/infinite-scroll-content.d.ts +0 -4
  857. package/dist/types/components/input/input.d.ts +5 -31
  858. package/dist/types/components/input-password-toggle/input-password-toggle.d.ts +0 -2
  859. package/dist/types/components/item/item.d.ts +4 -11
  860. package/dist/types/components/item-divider/item-divider.d.ts +1 -2
  861. package/dist/types/components/item-group/item-group.d.ts +0 -4
  862. package/dist/types/components/item-option/item-option.d.ts +1 -11
  863. package/dist/types/components/item-options/item-options.d.ts +0 -4
  864. package/dist/types/components/item-sliding/item-sliding.d.ts +0 -4
  865. package/dist/types/components/label/label.d.ts +1 -2
  866. package/dist/types/components/list/list.d.ts +1 -15
  867. package/dist/types/components/list-header/list-header.d.ts +1 -2
  868. package/dist/types/components/loading/loading-interface.d.ts +7 -2
  869. package/dist/types/components/loading/loading.d.ts +2 -3
  870. package/dist/types/components/menu/menu.d.ts +0 -3
  871. package/dist/types/components/menu-button/menu-button.d.ts +1 -3
  872. package/dist/types/components/menu-toggle/menu-toggle.d.ts +0 -3
  873. package/dist/types/components/modal/gestures/sheet.d.ts +1 -1
  874. package/dist/types/components/modal/modal-interface.d.ts +7 -4
  875. package/dist/types/components/modal/modal.d.ts +1 -11
  876. package/dist/types/components/nav/nav-interface.d.ts +1 -9
  877. package/dist/types/components/nav/nav.d.ts +1 -5
  878. package/dist/types/components/nav-link/nav-link.d.ts +0 -4
  879. package/dist/types/components/note/note.d.ts +1 -2
  880. package/dist/types/components/picker/picker.d.ts +1 -2
  881. package/dist/types/components/picker-column/picker-column.d.ts +1 -2
  882. package/dist/types/components/picker-column-option/picker-column-option.d.ts +0 -4
  883. package/dist/types/components/picker-legacy/picker.d.ts +1 -2
  884. package/dist/types/components/popover/popover-interface.d.ts +6 -3
  885. package/dist/types/components/popover/popover.d.ts +5 -6
  886. package/dist/types/components/progress-bar/progress-bar.d.ts +1 -2
  887. package/dist/types/components/radio/radio.d.ts +1 -2
  888. package/dist/types/components/radio-group/radio-group.d.ts +4 -4
  889. package/dist/types/components/range/range.d.ts +1 -2
  890. package/dist/types/components/refresher/refresher.d.ts +1 -2
  891. package/dist/types/components/refresher-content/refresher-content.d.ts +0 -4
  892. package/dist/types/components/reorder/reorder.d.ts +0 -9
  893. package/dist/types/components/reorder-group/reorder-group.d.ts +0 -4
  894. package/dist/types/components/ripple-effect/ripple-effect.d.ts +0 -4
  895. package/dist/types/components/route/route.d.ts +0 -4
  896. package/dist/types/components/router/router.d.ts +0 -4
  897. package/dist/types/components/router-link/router-link.d.ts +0 -4
  898. package/dist/types/components/router-outlet/router-outlet.d.ts +1 -4
  899. package/dist/types/components/row/row.d.ts +0 -4
  900. package/dist/types/components/searchbar/searchbar.d.ts +8 -30
  901. package/dist/types/components/segment/segment.d.ts +1 -2
  902. package/dist/types/components/segment-button/segment-button.d.ts +1 -2
  903. package/dist/types/components/select/select.d.ts +9 -33
  904. package/dist/types/components/select-option/select-option.d.ts +0 -4
  905. package/dist/types/components/select-popover/select-popover.d.ts +0 -3
  906. package/dist/types/components/skeleton-text/skeleton-text.d.ts +0 -4
  907. package/dist/types/components/spinner/spinner.d.ts +0 -15
  908. package/dist/types/components/split-pane/split-pane.d.ts +0 -4
  909. package/dist/types/components/tab/tab.d.ts +0 -4
  910. package/dist/types/components/tab-bar/tab-bar.d.ts +2 -22
  911. package/dist/types/components/tab-button/tab-button.d.ts +1 -11
  912. package/dist/types/components/tabs/tabs.d.ts +0 -3
  913. package/dist/types/components/text/text.d.ts +1 -2
  914. package/dist/types/components/textarea/textarea.d.ts +4 -16
  915. package/dist/types/components/thumbnail/thumbnail.d.ts +0 -4
  916. package/dist/types/components/title/title.d.ts +0 -4
  917. package/dist/types/components/toast/animations/utils.d.ts +2 -2
  918. package/dist/types/components/toast/toast-interface.d.ts +7 -3
  919. package/dist/types/components/toast/toast.d.ts +2 -12
  920. package/dist/types/components/toggle/toggle.d.ts +5 -15
  921. package/dist/types/components/toolbar/toolbar.d.ts +3 -4
  922. package/dist/types/components.d.ts +205 -1373
  923. package/dist/types/global/ionic-global.d.ts +2 -27
  924. package/dist/types/interface.d.ts +0 -3
  925. package/dist/types/utils/config.d.ts +2 -106
  926. package/dist/types/utils/focus-visible.d.ts +0 -1
  927. package/dist/types/utils/overlays-interface.d.ts +1 -31
  928. package/dist/types/utils/test/playwright/generator.d.ts +2 -31
  929. package/hydrate/index.js +874 -2345
  930. package/hydrate/index.mjs +874 -2345
  931. package/package.json +6 -11
  932. package/components/caret-down.js +0 -6
  933. package/components/caret-left.js +0 -6
  934. package/components/caret-right.js +0 -6
  935. package/components/config2.js +0 -79
  936. package/components/list2.js +0 -6
  937. package/components/x.js +0 -6
  938. package/css/ionic/bundle.ionic.css +0 -1
  939. package/css/ionic/bundle.ionic.css.map +0 -1
  940. package/css/ionic/core.ionic.css +0 -1
  941. package/css/ionic/core.ionic.css.map +0 -1
  942. package/css/ionic/global.bundle.ionic.css +0 -1
  943. package/css/ionic/global.bundle.ionic.css.map +0 -1
  944. package/css/ionic/ionic-swiper.ionic.css +0 -1
  945. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  946. package/css/ionic/link.ionic.css +0 -1
  947. package/css/ionic/link.ionic.css.map +0 -1
  948. package/css/ionic/structure.ionic.css +0 -1
  949. package/css/ionic/structure.ionic.css.map +0 -1
  950. package/css/ionic/typography.ionic.css +0 -1
  951. package/css/ionic/typography.ionic.css.map +0 -1
  952. package/css/ionic/utils.bundle.ionic.css +0 -1
  953. package/css/ionic/utils.bundle.ionic.css.map +0 -1
  954. package/dist/cjs/caret-down-3c215cff.js +0 -8
  955. package/dist/cjs/caret-left-2bb66970.js +0 -8
  956. package/dist/cjs/caret-right-88e03970.js +0 -8
  957. package/dist/cjs/config-aff4ff52.js +0 -84
  958. package/dist/cjs/ionic-global-14af9c21.js +0 -535
  959. package/dist/cjs/list-2930c629.js +0 -8
  960. package/dist/cjs/x-81a8f51c.js +0 -8
  961. package/dist/collection/components/accordion/accordion.ionic.css +0 -197
  962. package/dist/collection/components/accordion-group/accordion-group.ionic.css +0 -95
  963. package/dist/collection/components/avatar/avatar.ionic.css +0 -268
  964. package/dist/collection/components/backdrop/backdrop.ionic.css +0 -151
  965. package/dist/collection/components/badge/badge.ionic.css +0 -249
  966. package/dist/collection/components/button/button.ionic.css +0 -589
  967. package/dist/collection/components/buttons/buttons.ionic.css +0 -100
  968. package/dist/collection/components/card/card.ionic.css +0 -137
  969. package/dist/collection/components/card-content/card-content.ionic.css +0 -90
  970. package/dist/collection/components/card-header/card-header.ionic.css +0 -87
  971. package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +0 -146
  972. package/dist/collection/components/checkbox/checkbox.ionic.css +0 -402
  973. package/dist/collection/components/chip/chip.ionic.css +0 -160
  974. package/dist/collection/components/datetime/datetime.ionic.css +0 -673
  975. package/dist/collection/components/header/header.ionic.css +0 -86
  976. package/dist/collection/components/input/input.ionic.css +0 -1096
  977. package/dist/collection/components/input-password-toggle/input-password-toggle.common.css +0 -61
  978. package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +0 -141
  979. package/dist/collection/components/item/item.ionic.css +0 -497
  980. package/dist/collection/components/item-option/item-option.ionic.css +0 -332
  981. package/dist/collection/components/item-options/item-options.ionic.css +0 -259
  982. package/dist/collection/components/list/list.ionic.css +0 -192
  983. package/dist/collection/components/list-header/list-header.ionic.css +0 -236
  984. package/dist/collection/components/menu-button/menu-button.ionic.css +0 -238
  985. package/dist/collection/components/modal/modal.ionic.css +0 -239
  986. package/dist/collection/components/radio/radio.ionic.css +0 -424
  987. package/dist/collection/components/range/range.ionic.css +0 -555
  988. package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +0 -154
  989. package/dist/collection/components/searchbar/searchbar.ionic.css +0 -345
  990. package/dist/collection/components/segment/segment.ionic.css +0 -117
  991. package/dist/collection/components/segment-button/segment-button.ionic.css +0 -355
  992. package/dist/collection/components/select/select.ionic.css +0 -706
  993. package/dist/collection/components/select-modal/select-modal.ionic.css +0 -121
  994. package/dist/collection/components/spinner/spinner.common.css +0 -199
  995. package/dist/collection/components/tab-bar/tab-bar.ionic.css +0 -188
  996. package/dist/collection/components/tab-button/tab-button.ionic.css +0 -282
  997. package/dist/collection/components/textarea/textarea.ionic.css +0 -834
  998. package/dist/collection/components/title/title.ionic.css +0 -145
  999. package/dist/collection/components/toast/toast.ionic.css +0 -377
  1000. package/dist/collection/components/toggle/toggle.ionic.css +0 -419
  1001. package/dist/collection/components/toolbar/toolbar.ionic.css +0 -233
  1002. package/dist/esm/caret-down-3eaad1cc.js +0 -6
  1003. package/dist/esm/caret-left-33424bb0.js +0 -6
  1004. package/dist/esm/caret-right-68d856ad.js +0 -6
  1005. package/dist/esm/config-84eb9670.js +0 -79
  1006. package/dist/esm/ionic-global-3c97a4aa.js +0 -521
  1007. package/dist/esm/list-6524700c.js +0 -6
  1008. package/dist/esm/x-a64bcd9f.js +0 -6
  1009. package/dist/esm-es5/animation-f1a88600.js +0 -4
  1010. package/dist/esm-es5/app-globals-eceadabb.js +0 -4
  1011. package/dist/esm-es5/capacitor-6b0341c8.js +0 -4
  1012. package/dist/esm-es5/caret-down-3eaad1cc.js +0 -4
  1013. package/dist/esm-es5/caret-left-33424bb0.js +0 -4
  1014. package/dist/esm-es5/caret-right-68d856ad.js +0 -4
  1015. package/dist/esm-es5/config-84eb9670.js +0 -4
  1016. package/dist/esm-es5/data-a753c96a.js +0 -4
  1017. package/dist/esm-es5/focus-visible-501aff19.js +0 -4
  1018. package/dist/esm-es5/framework-delegate-3e4a8c9f.js +0 -4
  1019. package/dist/esm-es5/helpers-f08d15bd.js +0 -4
  1020. package/dist/esm-es5/index-31109e63.js +0 -4
  1021. package/dist/esm-es5/index-59f81cb8.js +0 -4
  1022. package/dist/esm-es5/index-7bd160c2.js +0 -4
  1023. package/dist/esm-es5/input-shims-6be83e59.js +0 -4
  1024. package/dist/esm-es5/input.utils-67459bae.js +0 -4
  1025. package/dist/esm-es5/ionic-global-3c97a4aa.js +0 -4
  1026. package/dist/esm-es5/ios.transition-06b78ea0.js +0 -4
  1027. package/dist/esm-es5/keyboard-controller-aff395fd.js +0 -4
  1028. package/dist/esm-es5/list-6524700c.js +0 -4
  1029. package/dist/esm-es5/md.transition-e5712bda.js +0 -4
  1030. package/dist/esm-es5/notch-controller-c0bd22ff.js +0 -4
  1031. package/dist/esm-es5/overlays-66cb5522.js +0 -4
  1032. package/dist/esm-es5/status-tap-edf9f395.js +0 -4
  1033. package/dist/esm-es5/swipe-back-17c42610.js +0 -4
  1034. package/dist/esm-es5/x-a64bcd9f.js +0 -4
  1035. package/dist/ionic/p-01d80901.system.js +0 -4
  1036. package/dist/ionic/p-038a6294.js +0 -4
  1037. package/dist/ionic/p-06ec4706.js +0 -4
  1038. package/dist/ionic/p-06f2f110.system.entry.js +0 -4
  1039. package/dist/ionic/p-09125f4f.entry.js +0 -4
  1040. package/dist/ionic/p-096e5f6d.system.entry.js +0 -4
  1041. package/dist/ionic/p-09c6b5e4.js +0 -4
  1042. package/dist/ionic/p-0a0ce78f.system.entry.js +0 -4
  1043. package/dist/ionic/p-0ae8c3eb.entry.js +0 -4
  1044. package/dist/ionic/p-101ccd60.system.entry.js +0 -4
  1045. package/dist/ionic/p-112120d7.system.js +0 -4
  1046. package/dist/ionic/p-12337305.system.entry.js +0 -4
  1047. package/dist/ionic/p-156d17cd.js +0 -4
  1048. package/dist/ionic/p-18892506.entry.js +0 -4
  1049. package/dist/ionic/p-1abd1c99.entry.js +0 -4
  1050. package/dist/ionic/p-1cf1141c.system.entry.js +0 -4
  1051. package/dist/ionic/p-1dd2b0af.entry.js +0 -4
  1052. package/dist/ionic/p-1eeb9796.entry.js +0 -4
  1053. package/dist/ionic/p-1efa63f2.js +0 -4
  1054. package/dist/ionic/p-23b31425.entry.js +0 -4
  1055. package/dist/ionic/p-243adf8c.js +0 -4
  1056. package/dist/ionic/p-24f15ce4.system.entry.js +0 -4
  1057. package/dist/ionic/p-25cc2477.entry.js +0 -4
  1058. package/dist/ionic/p-27258d5a.entry.js +0 -4
  1059. package/dist/ionic/p-29ca4da2.entry.js +0 -4
  1060. package/dist/ionic/p-2e35a770.system.js +0 -4
  1061. package/dist/ionic/p-2ef115ec.system.entry.js +0 -4
  1062. package/dist/ionic/p-2fe21cb8.system.entry.js +0 -4
  1063. package/dist/ionic/p-330e703e.entry.js +0 -4
  1064. package/dist/ionic/p-33dc4514.js +0 -4
  1065. package/dist/ionic/p-346c67b0.js +0 -4
  1066. package/dist/ionic/p-3583dd40.system.entry.js +0 -4
  1067. package/dist/ionic/p-3608e72b.entry.js +0 -4
  1068. package/dist/ionic/p-398b00a5.system.entry.js +0 -4
  1069. package/dist/ionic/p-3c4c73f9.system.entry.js +0 -4
  1070. package/dist/ionic/p-3ce95a91.entry.js +0 -4
  1071. package/dist/ionic/p-3d61263b.system.entry.js +0 -4
  1072. package/dist/ionic/p-3d7eb7bf.system.entry.js +0 -4
  1073. package/dist/ionic/p-41f06734.entry.js +0 -4
  1074. package/dist/ionic/p-4219582c.system.js +0 -4
  1075. package/dist/ionic/p-429dd2b5.system.js +0 -4
  1076. package/dist/ionic/p-4385e3fb.system.entry.js +0 -4
  1077. package/dist/ionic/p-4459a66e.system.js +0 -4
  1078. package/dist/ionic/p-46787abb.system.js +0 -4
  1079. package/dist/ionic/p-47fd935c.system.js +0 -4
  1080. package/dist/ionic/p-4a39ba11.entry.js +0 -4
  1081. package/dist/ionic/p-4a6d4288.entry.js +0 -4
  1082. package/dist/ionic/p-4a869870.entry.js +0 -4
  1083. package/dist/ionic/p-4ac4f52a.system.entry.js +0 -4
  1084. package/dist/ionic/p-4b4e4592.system.entry.js +0 -4
  1085. package/dist/ionic/p-4c9e1b2c.js +0 -4
  1086. package/dist/ionic/p-51371e21.system.js +0 -4
  1087. package/dist/ionic/p-530c591a.entry.js +0 -4
  1088. package/dist/ionic/p-55546d77.system.entry.js +0 -4
  1089. package/dist/ionic/p-556778bd.system.js +0 -4
  1090. package/dist/ionic/p-5684893b.system.entry.js +0 -4
  1091. package/dist/ionic/p-57de8d54.system.entry.js +0 -4
  1092. package/dist/ionic/p-58c64779.system.entry.js +0 -4
  1093. package/dist/ionic/p-5a6b3c0d.entry.js +0 -4
  1094. package/dist/ionic/p-5a6d245d.system.entry.js +0 -4
  1095. package/dist/ionic/p-5b57d327.system.js +0 -4
  1096. package/dist/ionic/p-5ce35a03.js +0 -4
  1097. package/dist/ionic/p-5deb874f.entry.js +0 -4
  1098. package/dist/ionic/p-5eb8561f.system.entry.js +0 -4
  1099. package/dist/ionic/p-607c9c33.js +0 -4
  1100. package/dist/ionic/p-60d21ee9.system.entry.js +0 -4
  1101. package/dist/ionic/p-61eefc4d.system.entry.js +0 -4
  1102. package/dist/ionic/p-63fde7fe.entry.js +0 -4
  1103. package/dist/ionic/p-6433742e.system.entry.js +0 -4
  1104. package/dist/ionic/p-67b6e18d.entry.js +0 -4
  1105. package/dist/ionic/p-6a0dd6bc.js +0 -4
  1106. package/dist/ionic/p-6bc2795b.entry.js +0 -4
  1107. package/dist/ionic/p-6bd1c0ee.system.entry.js +0 -4
  1108. package/dist/ionic/p-6caa76ec.js +0 -4
  1109. package/dist/ionic/p-6cbca6c5.system.entry.js +0 -4
  1110. package/dist/ionic/p-6dc32e8b.entry.js +0 -4
  1111. package/dist/ionic/p-6e53290f.system.entry.js +0 -4
  1112. package/dist/ionic/p-7071d7ca.js +0 -4
  1113. package/dist/ionic/p-70e5bb40.entry.js +0 -4
  1114. package/dist/ionic/p-72cbf799.system.entry.js +0 -4
  1115. package/dist/ionic/p-74d76684.js +0 -4
  1116. package/dist/ionic/p-7607d8ba.system.entry.js +0 -4
  1117. package/dist/ionic/p-78ed8923.js +0 -4
  1118. package/dist/ionic/p-7a858bae.system.js +0 -4
  1119. package/dist/ionic/p-7d36cf9f.system.entry.js +0 -4
  1120. package/dist/ionic/p-815f649a.system.entry.js +0 -4
  1121. package/dist/ionic/p-81b72701.entry.js +0 -4
  1122. package/dist/ionic/p-822e47a9.system.js +0 -4
  1123. package/dist/ionic/p-82cb4235.js +0 -4
  1124. package/dist/ionic/p-8463212e.js +0 -4
  1125. package/dist/ionic/p-84667060.entry.js +0 -4
  1126. package/dist/ionic/p-857ba8d4.entry.js +0 -4
  1127. package/dist/ionic/p-86d98446.system.entry.js +0 -4
  1128. package/dist/ionic/p-871f4046.entry.js +0 -4
  1129. package/dist/ionic/p-8956f9a8.system.entry.js +0 -4
  1130. package/dist/ionic/p-8b0f0a87.entry.js +0 -4
  1131. package/dist/ionic/p-8dbfae64.entry.js +0 -4
  1132. package/dist/ionic/p-903c544a.js +0 -4
  1133. package/dist/ionic/p-916bc9ed.system.entry.js +0 -4
  1134. package/dist/ionic/p-92646426.js +0 -4
  1135. package/dist/ionic/p-94fc2104.system.entry.js +0 -4
  1136. package/dist/ionic/p-986855d6.js +0 -4
  1137. package/dist/ionic/p-9abb7d9b.entry.js +0 -4
  1138. package/dist/ionic/p-9ac1a506.system.js +0 -4
  1139. package/dist/ionic/p-a1cdc742.js +0 -4
  1140. package/dist/ionic/p-a2814291.system.js +0 -4
  1141. package/dist/ionic/p-a538ab98.js +0 -4
  1142. package/dist/ionic/p-a5a9206f.entry.js +0 -4
  1143. package/dist/ionic/p-a685da08.system.entry.js +0 -4
  1144. package/dist/ionic/p-a98061d0.entry.js +0 -4
  1145. package/dist/ionic/p-a9af4103.js +0 -4
  1146. package/dist/ionic/p-ac1c2b6a.js +0 -4
  1147. package/dist/ionic/p-b18c52cd.entry.js +0 -4
  1148. package/dist/ionic/p-b517144d.system.entry.js +0 -4
  1149. package/dist/ionic/p-b5dc9a32.system.entry.js +0 -4
  1150. package/dist/ionic/p-b79f3ded.entry.js +0 -4
  1151. package/dist/ionic/p-b80582fe.system.entry.js +0 -4
  1152. package/dist/ionic/p-b8b89651.system.entry.js +0 -4
  1153. package/dist/ionic/p-bbcec459.system.js +0 -4
  1154. package/dist/ionic/p-bcdd3eaf.entry.js +0 -4
  1155. package/dist/ionic/p-be87ec25.entry.js +0 -4
  1156. package/dist/ionic/p-c248c88d.system.js +0 -4
  1157. package/dist/ionic/p-c373eebd.system.js +0 -4
  1158. package/dist/ionic/p-c9d5da01.entry.js +0 -4
  1159. package/dist/ionic/p-cdff6a80.system.entry.js +0 -4
  1160. package/dist/ionic/p-cea92c46.system.js +0 -4
  1161. package/dist/ionic/p-d4862803.entry.js +0 -4
  1162. package/dist/ionic/p-d6ed3be1.entry.js +0 -4
  1163. package/dist/ionic/p-d9edb291.entry.js +0 -4
  1164. package/dist/ionic/p-dc286a59.entry.js +0 -4
  1165. package/dist/ionic/p-df09db21.entry.js +0 -4
  1166. package/dist/ionic/p-df4b88fc.system.entry.js +0 -4
  1167. package/dist/ionic/p-e3b70846.system.js +0 -4
  1168. package/dist/ionic/p-ea3ca474.system.js +0 -4
  1169. package/dist/ionic/p-eb4ba253.entry.js +0 -4
  1170. package/dist/ionic/p-ebd641e4.system.entry.js +0 -4
  1171. package/dist/ionic/p-ebe94d15.entry.js +0 -4
  1172. package/dist/ionic/p-eda736d7.entry.js +0 -4
  1173. package/dist/ionic/p-ee17be82.entry.js +0 -4
  1174. package/dist/ionic/p-eee899d5.system.entry.js +0 -4
  1175. package/dist/ionic/p-f116fb3f.system.js +0 -4
  1176. package/dist/ionic/p-f1e11e93.entry.js +0 -4
  1177. package/dist/ionic/p-f25ad420.system.entry.js +0 -4
  1178. package/dist/ionic/p-f44c9c6e.system.entry.js +0 -4
  1179. package/dist/ionic/p-f5be97b8.entry.js +0 -4
  1180. package/dist/ionic/p-f8123284.entry.js +0 -4
  1181. package/dist/ionic/p-f99cf3f7.system.entry.js +0 -4
  1182. package/dist/ionic/p-fff78cd2.system.entry.js +0 -4
  1183. /package/dist/collection/components/{refresher-content/refresher-content.css → input-password-toggle/input-password-toggle.css} +0 -0
@@ -14,7 +14,7 @@
14
14
  },
15
15
  {
16
16
  "name": "mode",
17
- "description": "The mode determines the platform behaviors of the component.",
17
+ "description": "The mode determines which platform styles to use.",
18
18
  "values": [
19
19
  {
20
20
  "name": "ios"
@@ -28,21 +28,6 @@
28
28
  "name": "readonly",
29
29
  "description": "If `true`, the accordion cannot be interacted with,\nbut does not alter the opacity."
30
30
  },
31
- {
32
- "name": "theme",
33
- "description": "The theme determines the visual appearance of the component.",
34
- "values": [
35
- {
36
- "name": "ios"
37
- },
38
- {
39
- "name": "md"
40
- },
41
- {
42
- "name": "ionic"
43
- }
44
- ]
45
- },
46
31
  {
47
32
  "name": "toggle-icon",
48
33
  "description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed."
@@ -100,7 +85,7 @@
100
85
  },
101
86
  {
102
87
  "name": "mode",
103
- "description": "The mode determines the platform behaviors of the component.",
88
+ "description": "The mode determines which platform styles to use.",
104
89
  "values": [
105
90
  {
106
91
  "name": "ios"
@@ -118,36 +103,6 @@
118
103
  "name": "readonly",
119
104
  "description": "If `true`, the accordion group cannot be interacted with,\nbut does not alter the opacity."
120
105
  },
121
- {
122
- "name": "shape",
123
- "description": "Set to `\"soft\"` for an accordion group with slightly rounded corners,\n`\"round\"` for an accordion group with fully rounded corners, or\n`\"rectangular\"` for an accordion group without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.\nOnly applies when `expand` is set to `\"inset\"`.",
124
- "values": [
125
- {
126
- "name": "rectangular"
127
- },
128
- {
129
- "name": "round"
130
- },
131
- {
132
- "name": "soft"
133
- }
134
- ]
135
- },
136
- {
137
- "name": "theme",
138
- "description": "The theme determines the visual appearance of the component.",
139
- "values": [
140
- {
141
- "name": "ios"
142
- },
143
- {
144
- "name": "md"
145
- },
146
- {
147
- "name": "ionic"
148
- }
149
- ]
150
- },
151
106
  {
152
107
  "name": "value",
153
108
  "description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`"
@@ -193,7 +148,7 @@
193
148
  },
194
149
  {
195
150
  "name": "mode",
196
- "description": "The mode determines the platform behaviors of the component.",
151
+ "description": "The mode determines which platform styles to use.",
197
152
  "values": [
198
153
  {
199
154
  "name": "ios"
@@ -207,24 +162,9 @@
207
162
  "name": "sub-header",
208
163
  "description": "Subtitle for the action sheet."
209
164
  },
210
- {
211
- "name": "theme",
212
- "description": "The theme determines the visual appearance of the component.",
213
- "values": [
214
- {
215
- "name": "ios"
216
- },
217
- {
218
- "name": "md"
219
- },
220
- {
221
- "name": "ionic"
222
- }
223
- ]
224
- },
225
165
  {
226
166
  "name": "translucent",
227
- "description": "If `true`, the action sheet will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
167
+ "description": "If `true`, the action sheet will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
228
168
  },
229
169
  {
230
170
  "name": "trigger",
@@ -275,7 +215,7 @@
275
215
  },
276
216
  {
277
217
  "name": "mode",
278
- "description": "The mode determines the platform behaviors of the component.",
218
+ "description": "The mode determines which platform styles to use.",
279
219
  "values": [
280
220
  {
281
221
  "name": "ios"
@@ -289,24 +229,9 @@
289
229
  "name": "sub-header",
290
230
  "description": "The subtitle in the heading of the alert. Displayed under the title."
291
231
  },
292
- {
293
- "name": "theme",
294
- "description": "The theme determines the visual appearance of the component.",
295
- "values": [
296
- {
297
- "name": "ios"
298
- },
299
- {
300
- "name": "md"
301
- },
302
- {
303
- "name": "ionic"
304
- }
305
- ]
306
- },
307
232
  {
308
233
  "name": "translucent",
309
- "description": "If `true`, the alert will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
234
+ "description": "If `true`, the alert will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
310
235
  },
311
236
  {
312
237
  "name": "trigger",
@@ -326,35 +251,7 @@
326
251
  "kind": "markdown",
327
252
  "value": ""
328
253
  },
329
- "attributes": [
330
- {
331
- "name": "mode",
332
- "description": "The mode determines the platform behaviors of the component.",
333
- "values": [
334
- {
335
- "name": "ios"
336
- },
337
- {
338
- "name": "md"
339
- }
340
- ]
341
- },
342
- {
343
- "name": "theme",
344
- "description": "The theme determines the visual appearance of the component.",
345
- "values": [
346
- {
347
- "name": "ios"
348
- },
349
- {
350
- "name": "md"
351
- },
352
- {
353
- "name": "ionic"
354
- }
355
- ]
356
- }
357
- ],
254
+ "attributes": [],
358
255
  "references": [
359
256
  {
360
257
  "name": "Source code",
@@ -368,74 +265,7 @@
368
265
  "kind": "markdown",
369
266
  "value": ""
370
267
  },
371
- "attributes": [
372
- {
373
- "name": "mode",
374
- "description": "The mode determines the platform behaviors of the component.",
375
- "values": [
376
- {
377
- "name": "ios"
378
- },
379
- {
380
- "name": "md"
381
- }
382
- ]
383
- },
384
- {
385
- "name": "shape",
386
- "description": "Set to `\"soft\"` for an avatar with slightly rounded corners,\n`\"round\"` for an avatar with fully rounded corners, or `\"rectangular\"`\nfor an avatar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
387
- "values": [
388
- {
389
- "name": "rectangular"
390
- },
391
- {
392
- "name": "round"
393
- },
394
- {
395
- "name": "soft"
396
- }
397
- ]
398
- },
399
- {
400
- "name": "size",
401
- "description": "Set to `\"xxsmall\"` for the smallest size.\nSet to `\"xsmall\"` for a very small size.\nSet to `\"small\"` for a compact size.\nSet to `\"medium\"` for the default height and width.\nSet to `\"large\"` for a larger size.\nSet to `\"xlarge\"` for the largest dimensions.\n\nDefaults to `\"medium\"` for the `ionic` theme, undefined for all other themes.",
402
- "values": [
403
- {
404
- "name": "large"
405
- },
406
- {
407
- "name": "medium"
408
- },
409
- {
410
- "name": "small"
411
- },
412
- {
413
- "name": "xlarge"
414
- },
415
- {
416
- "name": "xsmall"
417
- },
418
- {
419
- "name": "xxsmall"
420
- }
421
- ]
422
- },
423
- {
424
- "name": "theme",
425
- "description": "The theme determines the visual appearance of the component.",
426
- "values": [
427
- {
428
- "name": "ios"
429
- },
430
- {
431
- "name": "md"
432
- },
433
- {
434
- "name": "ionic"
435
- }
436
- ]
437
- }
438
- ],
268
+ "attributes": [],
439
269
  "references": [
440
270
  {
441
271
  "name": "Source code",
@@ -497,7 +327,7 @@
497
327
  },
498
328
  {
499
329
  "name": "mode",
500
- "description": "The mode determines the platform behaviors of the component.",
330
+ "description": "The mode determines which platform styles to use.",
501
331
  "values": [
502
332
  {
503
333
  "name": "ios"
@@ -511,21 +341,6 @@
511
341
  "name": "text",
512
342
  "description": "The text to display in the back button."
513
343
  },
514
- {
515
- "name": "theme",
516
- "description": "The theme determines the visual appearance of the component.",
517
- "values": [
518
- {
519
- "name": "ios"
520
- },
521
- {
522
- "name": "md"
523
- },
524
- {
525
- "name": "ionic"
526
- }
527
- ]
528
- },
529
344
  {
530
345
  "name": "type",
531
346
  "description": "The type of the button.",
@@ -556,18 +371,6 @@
556
371
  "value": ""
557
372
  },
558
373
  "attributes": [
559
- {
560
- "name": "mode",
561
- "description": "The mode determines the platform behaviors of the component.",
562
- "values": [
563
- {
564
- "name": "ios"
565
- },
566
- {
567
- "name": "md"
568
- }
569
- ]
570
- },
571
374
  {
572
375
  "name": "stop-propagation",
573
376
  "description": "If `true`, the backdrop will stop propagation on tap."
@@ -576,21 +379,6 @@
576
379
  "name": "tappable",
577
380
  "description": "If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event."
578
381
  },
579
- {
580
- "name": "theme",
581
- "description": "The theme determines the visual appearance of the component.",
582
- "values": [
583
- {
584
- "name": "ios"
585
- },
586
- {
587
- "name": "md"
588
- },
589
- {
590
- "name": "ionic"
591
- }
592
- ]
593
- },
594
382
  {
595
383
  "name": "visible",
596
384
  "description": "If `true`, the backdrop will be visible."
@@ -645,61 +433,13 @@
645
433
  },
646
434
  {
647
435
  "name": "mode",
648
- "description": "The mode determines the platform behaviors of the component.",
649
- "values": [
650
- {
651
- "name": "ios"
652
- },
653
- {
654
- "name": "md"
655
- }
656
- ]
657
- },
658
- {
659
- "name": "shape",
660
- "description": "Set to `\"rectangular\"` for non-rounded corners.\nSet to `\"soft\"` for slightly rounded corners.\nSet to `\"round\"` for fully rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
661
- "values": [
662
- {
663
- "name": "soft"
664
- }
665
- ]
666
- },
667
- {
668
- "name": "size",
669
- "description": "Set to `\"xxsmall\"` for the smallest badge.\nSet to \"xsmall\" for a very small badge.\nSet to `\"small\"` for a small badge.\nSet to \"medium\" for a medium badge.\nSet to \"large\" for a large badge.\nSet to `\"xlarge\"` for the largest badge.\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
670
- "values": [
671
- {
672
- "name": "large"
673
- },
674
- {
675
- "name": "medium"
676
- },
677
- {
678
- "name": "small"
679
- },
680
- {
681
- "name": "xlarge"
682
- },
683
- {
684
- "name": "xsmall"
685
- },
686
- {
687
- "name": "xxsmall"
688
- }
689
- ]
690
- },
691
- {
692
- "name": "theme",
693
- "description": "The theme determines the visual appearance of the component.",
436
+ "description": "The mode determines which platform styles to use.",
694
437
  "values": [
695
438
  {
696
439
  "name": "ios"
697
440
  },
698
441
  {
699
442
  "name": "md"
700
- },
701
- {
702
- "name": "ionic"
703
443
  }
704
444
  ]
705
445
  }
@@ -769,7 +509,7 @@
769
509
  },
770
510
  {
771
511
  "name": "mode",
772
- "description": "The mode determines the platform behaviors of the component.",
512
+ "description": "The mode determines which platform styles to use.",
773
513
  "values": [
774
514
  {
775
515
  "name": "ios"
@@ -805,21 +545,6 @@
805
545
  {
806
546
  "name": "target",
807
547
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
808
- },
809
- {
810
- "name": "theme",
811
- "description": "The theme determines the visual appearance of the component.",
812
- "values": [
813
- {
814
- "name": "ios"
815
- },
816
- {
817
- "name": "md"
818
- },
819
- {
820
- "name": "ionic"
821
- }
822
- ]
823
548
  }
824
549
  ],
825
550
  "references": [
@@ -883,28 +608,13 @@
883
608
  },
884
609
  {
885
610
  "name": "mode",
886
- "description": "The mode determines the platform behaviors of the component.",
887
- "values": [
888
- {
889
- "name": "ios"
890
- },
891
- {
892
- "name": "md"
893
- }
894
- ]
895
- },
896
- {
897
- "name": "theme",
898
- "description": "The theme determines the visual appearance of the component.",
611
+ "description": "The mode determines which platform styles to use.",
899
612
  "values": [
900
613
  {
901
614
  "name": "ios"
902
615
  },
903
616
  {
904
617
  "name": "md"
905
- },
906
- {
907
- "name": "ionic"
908
618
  }
909
619
  ]
910
620
  }
@@ -1008,7 +718,7 @@
1008
718
  },
1009
719
  {
1010
720
  "name": "mode",
1011
- "description": "The mode determines the platform behaviors of the component.",
721
+ "description": "The mode determines which platform styles to use.",
1012
722
  "values": [
1013
723
  {
1014
724
  "name": "ios"
@@ -1039,16 +749,10 @@
1039
749
  },
1040
750
  {
1041
751
  "name": "shape",
1042
- "description": "Set to `\"soft\"` for a button with slightly rounded corners, `\"round\"` for a button with fully\nrounded corners, or `\"rectangular\"` for a button without rounded corners.\nDefaults to `\"soft\"` for the `\"ios\"` theme and `\"round\"` for all other themes.",
752
+ "description": "Set to `\"round\"` for a button with more rounded corners.",
1043
753
  "values": [
1044
- {
1045
- "name": "rectangular"
1046
- },
1047
754
  {
1048
755
  "name": "round"
1049
- },
1050
- {
1051
- "name": "soft"
1052
756
  }
1053
757
  ]
1054
758
  },
@@ -1064,12 +768,6 @@
1064
768
  },
1065
769
  {
1066
770
  "name": "small"
1067
- },
1068
- {
1069
- "name": "xlarge"
1070
- },
1071
- {
1072
- "name": "xsmall"
1073
771
  }
1074
772
  ]
1075
773
  },
@@ -1081,21 +779,6 @@
1081
779
  "name": "target",
1082
780
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
1083
781
  },
1084
- {
1085
- "name": "theme",
1086
- "description": "The theme determines the visual appearance of the component.",
1087
- "values": [
1088
- {
1089
- "name": "ios"
1090
- },
1091
- {
1092
- "name": "md"
1093
- },
1094
- {
1095
- "name": "ionic"
1096
- }
1097
- ]
1098
- },
1099
782
  {
1100
783
  "name": "type",
1101
784
  "description": "The type of the button.",
@@ -1128,34 +811,7 @@
1128
811
  "attributes": [
1129
812
  {
1130
813
  "name": "collapse",
1131
- "description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in the `ios` theme with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)"
1132
- },
1133
- {
1134
- "name": "mode",
1135
- "description": "The mode determines the platform behaviors of the component.",
1136
- "values": [
1137
- {
1138
- "name": "ios"
1139
- },
1140
- {
1141
- "name": "md"
1142
- }
1143
- ]
1144
- },
1145
- {
1146
- "name": "theme",
1147
- "description": "The theme determines the visual appearance of the component.",
1148
- "values": [
1149
- {
1150
- "name": "ios"
1151
- },
1152
- {
1153
- "name": "md"
1154
- },
1155
- {
1156
- "name": "ionic"
1157
- }
1158
- ]
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)"
1159
815
  }
1160
816
  ],
1161
817
  "references": [
@@ -1223,7 +879,7 @@
1223
879
  },
1224
880
  {
1225
881
  "name": "mode",
1226
- "description": "The mode determines the platform behaviors of the component.",
882
+ "description": "The mode determines which platform styles to use.",
1227
883
  "values": [
1228
884
  {
1229
885
  "name": "ios"
@@ -1252,40 +908,10 @@
1252
908
  }
1253
909
  ]
1254
910
  },
1255
- {
1256
- "name": "shape",
1257
- "description": "Set to `\"soft\"` for a card with slightly rounded corners, `\"round\"` for a card with more\nrounded corners, or `\"rectangular\"` for a card without rounded corners.\nDefaults to `\"round\"`.",
1258
- "values": [
1259
- {
1260
- "name": "rectangular"
1261
- },
1262
- {
1263
- "name": "round"
1264
- },
1265
- {
1266
- "name": "soft"
1267
- }
1268
- ]
1269
- },
1270
911
  {
1271
912
  "name": "target",
1272
913
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
1273
914
  },
1274
- {
1275
- "name": "theme",
1276
- "description": "The theme determines the visual appearance of the component.",
1277
- "values": [
1278
- {
1279
- "name": "ios"
1280
- },
1281
- {
1282
- "name": "md"
1283
- },
1284
- {
1285
- "name": "ionic"
1286
- }
1287
- ]
1288
- },
1289
915
  {
1290
916
  "name": "type",
1291
917
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -1318,28 +944,13 @@
1318
944
  "attributes": [
1319
945
  {
1320
946
  "name": "mode",
1321
- "description": "The mode determines the platform behaviors of the component.",
1322
- "values": [
1323
- {
1324
- "name": "ios"
1325
- },
1326
- {
1327
- "name": "md"
1328
- }
1329
- ]
1330
- },
1331
- {
1332
- "name": "theme",
1333
- "description": "The theme determines the visual appearance of the component.",
947
+ "description": "The mode determines which platform styles to use.",
1334
948
  "values": [
1335
949
  {
1336
950
  "name": "ios"
1337
951
  },
1338
952
  {
1339
953
  "name": "md"
1340
- },
1341
- {
1342
- "name": "ionic"
1343
954
  }
1344
955
  ]
1345
956
  }
@@ -1393,34 +1004,19 @@
1393
1004
  },
1394
1005
  {
1395
1006
  "name": "mode",
1396
- "description": "The mode determines the platform behaviors of the component.",
1397
- "values": [
1398
- {
1399
- "name": "ios"
1400
- },
1401
- {
1402
- "name": "md"
1403
- }
1404
- ]
1405
- },
1406
- {
1407
- "name": "theme",
1408
- "description": "The theme determines the visual appearance of the component.",
1007
+ "description": "The mode determines which platform styles to use.",
1409
1008
  "values": [
1410
1009
  {
1411
1010
  "name": "ios"
1412
1011
  },
1413
1012
  {
1414
1013
  "name": "md"
1415
- },
1416
- {
1417
- "name": "ionic"
1418
1014
  }
1419
1015
  ]
1420
1016
  },
1421
1017
  {
1422
1018
  "name": "translucent",
1423
- "description": "If `true`, the card header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
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)."
1424
1020
  }
1425
1021
  ],
1426
1022
  "references": [
@@ -1472,28 +1068,13 @@
1472
1068
  },
1473
1069
  {
1474
1070
  "name": "mode",
1475
- "description": "The mode determines the platform behaviors of the component.",
1476
- "values": [
1477
- {
1478
- "name": "ios"
1479
- },
1480
- {
1481
- "name": "md"
1482
- }
1483
- ]
1484
- },
1485
- {
1486
- "name": "theme",
1487
- "description": "The theme determines the visual appearance of the component.",
1071
+ "description": "The mode determines which platform styles to use.",
1488
1072
  "values": [
1489
1073
  {
1490
1074
  "name": "ios"
1491
1075
  },
1492
1076
  {
1493
1077
  "name": "md"
1494
- },
1495
- {
1496
- "name": "ionic"
1497
1078
  }
1498
1079
  ]
1499
1080
  }
@@ -1547,28 +1128,13 @@
1547
1128
  },
1548
1129
  {
1549
1130
  "name": "mode",
1550
- "description": "The mode determines the platform behaviors of the component.",
1551
- "values": [
1552
- {
1553
- "name": "ios"
1554
- },
1555
- {
1556
- "name": "md"
1557
- }
1558
- ]
1559
- },
1560
- {
1561
- "name": "theme",
1562
- "description": "The theme determines the visual appearance of the component.",
1131
+ "description": "The mode determines which platform styles to use.",
1563
1132
  "values": [
1564
1133
  {
1565
1134
  "name": "ios"
1566
1135
  },
1567
1136
  {
1568
1137
  "name": "md"
1569
- },
1570
- {
1571
- "name": "ionic"
1572
1138
  }
1573
1139
  ]
1574
1140
  }
@@ -1679,7 +1245,7 @@
1679
1245
  },
1680
1246
  {
1681
1247
  "name": "mode",
1682
- "description": "The mode determines the platform behaviors of the component.",
1248
+ "description": "The mode determines which platform styles to use.",
1683
1249
  "values": [
1684
1250
  {
1685
1251
  "name": "ios"
@@ -1694,40 +1260,8 @@
1694
1260
  "description": "The name of the control, which is submitted with the form data."
1695
1261
  },
1696
1262
  {
1697
- "name": "shape",
1698
- "description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
1699
- "values": [
1700
- {
1701
- "name": "rectangular"
1702
- },
1703
- {
1704
- "name": "soft"
1705
- }
1706
- ]
1707
- },
1708
- {
1709
- "name": "size",
1710
- "description": "Set to `\"small\"` for a checkbox with less height and padding.",
1711
- "values": [
1712
- {
1713
- "name": "small"
1714
- }
1715
- ]
1716
- },
1717
- {
1718
- "name": "theme",
1719
- "description": "The theme determines the visual appearance of the component.",
1720
- "values": [
1721
- {
1722
- "name": "ios"
1723
- },
1724
- {
1725
- "name": "md"
1726
- },
1727
- {
1728
- "name": "ionic"
1729
- }
1730
- ]
1263
+ "name": "required",
1264
+ "description": "If `true`, the user must fill in a value before submitting a form."
1731
1265
  },
1732
1266
  {
1733
1267
  "name": "value",
@@ -1787,7 +1321,7 @@
1787
1321
  },
1788
1322
  {
1789
1323
  "name": "mode",
1790
- "description": "The mode determines the platform behaviors of the component.",
1324
+ "description": "The mode determines which platform styles to use.",
1791
1325
  "values": [
1792
1326
  {
1793
1327
  "name": "ios"
@@ -1800,48 +1334,6 @@
1800
1334
  {
1801
1335
  "name": "outline",
1802
1336
  "description": "Display an outline style button."
1803
- },
1804
- {
1805
- "name": "shape",
1806
- "description": "Set to `\"soft\"` for a chip with slightly rounded corners, `\"round\"` for a chip with fully\nrounded corners, or `\"rectangular\"` for a chip without rounded corners.\nDefaults to `\"round\"` for the `\"ionic\"` theme and `\"soft\"` for all other themes.",
1807
- "values": [
1808
- {
1809
- "name": "rectangular"
1810
- },
1811
- {
1812
- "name": "round"
1813
- },
1814
- {
1815
- "name": "soft"
1816
- }
1817
- ]
1818
- },
1819
- {
1820
- "name": "size",
1821
- "description": "Set to `\"small\"` for a chip with less height and padding.\n\nDefaults to `\"large\"` for the ionic theme, and undefined for all other themes.",
1822
- "values": [
1823
- {
1824
- "name": "large"
1825
- },
1826
- {
1827
- "name": "small"
1828
- }
1829
- ]
1830
- },
1831
- {
1832
- "name": "theme",
1833
- "description": "The theme determines the visual appearance of the component.",
1834
- "values": [
1835
- {
1836
- "name": "ios"
1837
- },
1838
- {
1839
- "name": "md"
1840
- },
1841
- {
1842
- "name": "ionic"
1843
- }
1844
- ]
1845
1337
  }
1846
1338
  ],
1847
1339
  "references": [
@@ -1858,18 +1350,6 @@
1858
1350
  "value": ""
1859
1351
  },
1860
1352
  "attributes": [
1861
- {
1862
- "name": "mode",
1863
- "description": "The mode determines the platform behaviors of the component.",
1864
- "values": [
1865
- {
1866
- "name": "ios"
1867
- },
1868
- {
1869
- "name": "md"
1870
- }
1871
- ]
1872
- },
1873
1353
  {
1874
1354
  "name": "offset",
1875
1355
  "description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available."
@@ -1965,21 +1445,6 @@
1965
1445
  {
1966
1446
  "name": "size-xs",
1967
1447
  "description": "The size of the column for xs screens, in terms of how many columns it should take up out\nof the total available. If `\"auto\"` is passed, the column will be the size of its content."
1968
- },
1969
- {
1970
- "name": "theme",
1971
- "description": "The theme determines the visual appearance of the component.",
1972
- "values": [
1973
- {
1974
- "name": "ios"
1975
- },
1976
- {
1977
- "name": "md"
1978
- },
1979
- {
1980
- "name": "ionic"
1981
- }
1982
- ]
1983
1448
  }
1984
1449
  ],
1985
1450
  "references": [
@@ -2049,18 +1514,6 @@
2049
1514
  "name": "fullscreen",
2050
1515
  "description": "If `true`, the content will scroll behind the headers\nand footers. This effect can easily be seen by setting the toolbar\nto transparent."
2051
1516
  },
2052
- {
2053
- "name": "mode",
2054
- "description": "The mode determines the platform behaviors of the component.",
2055
- "values": [
2056
- {
2057
- "name": "ios"
2058
- },
2059
- {
2060
- "name": "md"
2061
- }
2062
- ]
2063
- },
2064
1517
  {
2065
1518
  "name": "scroll-events",
2066
1519
  "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`."
@@ -2072,21 +1525,6 @@
2072
1525
  {
2073
1526
  "name": "scroll-y",
2074
1527
  "description": "If you want to disable the content scrolling in the Y axis, set this property to `false`."
2075
- },
2076
- {
2077
- "name": "theme",
2078
- "description": "The theme determines the visual appearance of the component.",
2079
- "values": [
2080
- {
2081
- "name": "ios"
2082
- },
2083
- {
2084
- "name": "md"
2085
- },
2086
- {
2087
- "name": "ionic"
2088
- }
2089
- ]
2090
1528
  }
2091
1529
  ],
2092
1530
  "references": [
@@ -2200,7 +1638,7 @@
2200
1638
  },
2201
1639
  {
2202
1640
  "name": "mode",
2203
- "description": "The mode determines the platform behaviors of the component.",
1641
+ "description": "The mode determines which platform styles to use.",
2204
1642
  "values": [
2205
1643
  {
2206
1644
  "name": "ios"
@@ -2285,21 +1723,6 @@
2285
1723
  }
2286
1724
  ]
2287
1725
  },
2288
- {
2289
- "name": "theme",
2290
- "description": "The theme determines the visual appearance of the component.",
2291
- "values": [
2292
- {
2293
- "name": "ios"
2294
- },
2295
- {
2296
- "name": "md"
2297
- },
2298
- {
2299
- "name": "ionic"
2300
- }
2301
- ]
2302
- },
2303
1726
  {
2304
1727
  "name": "value",
2305
1728
  "description": "The value of the datetime as a valid ISO 8601 datetime string.\nThis should be an array of strings only when `multiple=\"true\"`."
@@ -2366,7 +1789,7 @@
2366
1789
  },
2367
1790
  {
2368
1791
  "name": "mode",
2369
- "description": "The mode determines the platform behaviors of the component.",
1792
+ "description": "The mode determines which platform styles to use.",
2370
1793
  "values": [
2371
1794
  {
2372
1795
  "name": "ios"
@@ -2375,24 +1798,9 @@
2375
1798
  "name": "md"
2376
1799
  }
2377
1800
  ]
2378
- },
2379
- {
2380
- "name": "theme",
2381
- "description": "The theme determines the visual appearance of the component.",
2382
- "values": [
2383
- {
2384
- "name": "ios"
2385
- },
2386
- {
2387
- "name": "md"
2388
- },
2389
- {
2390
- "name": "ionic"
2391
- }
2392
- ]
2393
- }
2394
- ],
2395
- "references": [
1801
+ }
1802
+ ],
1803
+ "references": [
2396
1804
  {
2397
1805
  "name": "Source code",
2398
1806
  "url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/datetime-button/datetime-button.tsx"
@@ -2429,33 +1837,6 @@
2429
1837
  }
2430
1838
  ]
2431
1839
  },
2432
- {
2433
- "name": "mode",
2434
- "description": "The mode determines the platform behaviors of the component.",
2435
- "values": [
2436
- {
2437
- "name": "ios"
2438
- },
2439
- {
2440
- "name": "md"
2441
- }
2442
- ]
2443
- },
2444
- {
2445
- "name": "theme",
2446
- "description": "The theme determines the visual appearance of the component.",
2447
- "values": [
2448
- {
2449
- "name": "ios"
2450
- },
2451
- {
2452
- "name": "md"
2453
- },
2454
- {
2455
- "name": "ionic"
2456
- }
2457
- ]
2458
- },
2459
1840
  {
2460
1841
  "name": "vertical",
2461
1842
  "description": "Where to align the fab vertically in the viewport.",
@@ -2541,7 +1922,7 @@
2541
1922
  },
2542
1923
  {
2543
1924
  "name": "mode",
2544
- "description": "The mode determines the platform behaviors of the component.",
1925
+ "description": "The mode determines which platform styles to use.",
2545
1926
  "values": [
2546
1927
  {
2547
1928
  "name": "ios"
@@ -2587,24 +1968,9 @@
2587
1968
  "name": "target",
2588
1969
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
2589
1970
  },
2590
- {
2591
- "name": "theme",
2592
- "description": "The theme determines the visual appearance of the component.",
2593
- "values": [
2594
- {
2595
- "name": "ios"
2596
- },
2597
- {
2598
- "name": "md"
2599
- },
2600
- {
2601
- "name": "ionic"
2602
- }
2603
- ]
2604
- },
2605
1971
  {
2606
1972
  "name": "translucent",
2607
- "description": "If `true`, the fab button will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
1973
+ "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)."
2608
1974
  },
2609
1975
  {
2610
1976
  "name": "type",
@@ -2640,18 +2006,6 @@
2640
2006
  "name": "activated",
2641
2007
  "description": "If `true`, the fab list will show all fab buttons in the list."
2642
2008
  },
2643
- {
2644
- "name": "mode",
2645
- "description": "The mode determines the platform behaviors of the component.",
2646
- "values": [
2647
- {
2648
- "name": "ios"
2649
- },
2650
- {
2651
- "name": "md"
2652
- }
2653
- ]
2654
- },
2655
2009
  {
2656
2010
  "name": "side",
2657
2011
  "description": "The side the fab list will show on relative to the main fab button.",
@@ -2669,21 +2023,6 @@
2669
2023
  "name": "top"
2670
2024
  }
2671
2025
  ]
2672
- },
2673
- {
2674
- "name": "theme",
2675
- "description": "The theme determines the visual appearance of the component.",
2676
- "values": [
2677
- {
2678
- "name": "ios"
2679
- },
2680
- {
2681
- "name": "md"
2682
- },
2683
- {
2684
- "name": "ionic"
2685
- }
2686
- ]
2687
2026
  }
2688
2027
  ],
2689
2028
  "references": [
@@ -2702,7 +2041,7 @@
2702
2041
  "attributes": [
2703
2042
  {
2704
2043
  "name": "collapse",
2705
- "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
2044
+ "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
2706
2045
  "values": [
2707
2046
  {
2708
2047
  "name": "fade"
@@ -2711,34 +2050,19 @@
2711
2050
  },
2712
2051
  {
2713
2052
  "name": "mode",
2714
- "description": "The mode determines the platform behaviors of the component.",
2715
- "values": [
2716
- {
2717
- "name": "ios"
2718
- },
2719
- {
2720
- "name": "md"
2721
- }
2722
- ]
2723
- },
2724
- {
2725
- "name": "theme",
2726
- "description": "The theme determines the visual appearance of the component.",
2053
+ "description": "The mode determines which platform styles to use.",
2727
2054
  "values": [
2728
2055
  {
2729
2056
  "name": "ios"
2730
2057
  },
2731
2058
  {
2732
2059
  "name": "md"
2733
- },
2734
- {
2735
- "name": "ionic"
2736
2060
  }
2737
2061
  ]
2738
2062
  },
2739
2063
  {
2740
2064
  "name": "translucent",
2741
- "description": "If `true`, the footer will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the footer, the `fullscreen`\nattribute needs to be set on the content."
2065
+ "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."
2742
2066
  }
2743
2067
  ],
2744
2068
  "references": [
@@ -2758,33 +2082,6 @@
2758
2082
  {
2759
2083
  "name": "fixed",
2760
2084
  "description": "If `true`, the grid will have a fixed width based on the screen size."
2761
- },
2762
- {
2763
- "name": "mode",
2764
- "description": "The mode determines the platform behaviors of the component.",
2765
- "values": [
2766
- {
2767
- "name": "ios"
2768
- },
2769
- {
2770
- "name": "md"
2771
- }
2772
- ]
2773
- },
2774
- {
2775
- "name": "theme",
2776
- "description": "The theme determines the visual appearance of the component.",
2777
- "values": [
2778
- {
2779
- "name": "ios"
2780
- },
2781
- {
2782
- "name": "md"
2783
- },
2784
- {
2785
- "name": "ionic"
2786
- }
2787
- ]
2788
2085
  }
2789
2086
  ],
2790
2087
  "references": [
@@ -2803,7 +2100,7 @@
2803
2100
  "attributes": [
2804
2101
  {
2805
2102
  "name": "collapse",
2806
- "description": "Describes the scroll effect that will be applied to the header.\nOnly applies when the theme is `\"ios\"`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
2103
+ "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)",
2807
2104
  "values": [
2808
2105
  {
2809
2106
  "name": "condense"
@@ -2813,40 +2110,21 @@
2813
2110
  }
2814
2111
  ]
2815
2112
  },
2816
- {
2817
- "name": "divider",
2818
- "description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes"
2819
- },
2820
2113
  {
2821
2114
  "name": "mode",
2822
- "description": "The mode determines the platform behaviors of the component.",
2823
- "values": [
2824
- {
2825
- "name": "ios"
2826
- },
2827
- {
2828
- "name": "md"
2829
- }
2830
- ]
2831
- },
2832
- {
2833
- "name": "theme",
2834
- "description": "The theme determines the visual appearance of the component.",
2115
+ "description": "The mode determines which platform styles to use.",
2835
2116
  "values": [
2836
2117
  {
2837
2118
  "name": "ios"
2838
2119
  },
2839
2120
  {
2840
2121
  "name": "md"
2841
- },
2842
- {
2843
- "name": "ionic"
2844
2122
  }
2845
2123
  ]
2846
2124
  },
2847
2125
  {
2848
2126
  "name": "translucent",
2849
- "description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content."
2127
+ "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."
2850
2128
  }
2851
2129
  ],
2852
2130
  "references": [
@@ -2867,36 +2145,9 @@
2867
2145
  "name": "alt",
2868
2146
  "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."
2869
2147
  },
2870
- {
2871
- "name": "mode",
2872
- "description": "The mode determines the platform behaviors of the component.",
2873
- "values": [
2874
- {
2875
- "name": "ios"
2876
- },
2877
- {
2878
- "name": "md"
2879
- }
2880
- ]
2881
- },
2882
2148
  {
2883
2149
  "name": "src",
2884
2150
  "description": "The image URL. This attribute is mandatory for the `<img>` element."
2885
- },
2886
- {
2887
- "name": "theme",
2888
- "description": "The theme determines the visual appearance of the component.",
2889
- "values": [
2890
- {
2891
- "name": "ios"
2892
- },
2893
- {
2894
- "name": "md"
2895
- },
2896
- {
2897
- "name": "ionic"
2898
- }
2899
- ]
2900
2151
  }
2901
2152
  ],
2902
2153
  "references": [
@@ -2917,18 +2168,6 @@
2917
2168
  "name": "disabled",
2918
2169
  "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."
2919
2170
  },
2920
- {
2921
- "name": "mode",
2922
- "description": "The mode determines the platform behaviors of the component.",
2923
- "values": [
2924
- {
2925
- "name": "ios"
2926
- },
2927
- {
2928
- "name": "md"
2929
- }
2930
- ]
2931
- },
2932
2171
  {
2933
2172
  "name": "position",
2934
2173
  "description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
@@ -2941,21 +2180,6 @@
2941
2180
  }
2942
2181
  ]
2943
2182
  },
2944
- {
2945
- "name": "theme",
2946
- "description": "The theme determines the visual appearance of the component.",
2947
- "values": [
2948
- {
2949
- "name": "ios"
2950
- },
2951
- {
2952
- "name": "md"
2953
- },
2954
- {
2955
- "name": "ionic"
2956
- }
2957
- ]
2958
- },
2959
2183
  {
2960
2184
  "name": "threshold",
2961
2185
  "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."
@@ -3011,33 +2235,6 @@
3011
2235
  {
3012
2236
  "name": "loading-text",
3013
2237
  "description": "Optional text to display while loading.\n`loadingText` can accept either plaintext or HTML as a string.\nTo display characters normally reserved for HTML, they\nmust be escaped. For example `<Ionic>` would become\n`&lt;Ionic&gt;`\n\nFor more information: [Security Documentation](https://ionicframework.com/docs/faq/security)\n\nThis property accepts custom HTML as a string.\nContent is parsed as plaintext by default.\n`innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config\nbefore custom HTML can be used."
3014
- },
3015
- {
3016
- "name": "mode",
3017
- "description": "The mode determines the platform behaviors of the component.",
3018
- "values": [
3019
- {
3020
- "name": "ios"
3021
- },
3022
- {
3023
- "name": "md"
3024
- }
3025
- ]
3026
- },
3027
- {
3028
- "name": "theme",
3029
- "description": "The theme determines the visual appearance of the component.",
3030
- "values": [
3031
- {
3032
- "name": "ios"
3033
- },
3034
- {
3035
- "name": "md"
3036
- },
3037
- {
3038
- "name": "ionic"
3039
- }
3040
- ]
3041
2238
  }
3042
2239
  ],
3043
2240
  "references": [
@@ -3066,73 +2263,79 @@
3066
2263
  "name": "name"
3067
2264
  },
3068
2265
  {
3069
- "name": "url"
2266
+ "name": "email"
3070
2267
  },
3071
2268
  {
3072
- "name": "off"
2269
+ "name": "tel"
2270
+ },
2271
+ {
2272
+ "name": "url"
3073
2273
  },
3074
2274
  {
3075
2275
  "name": "on"
3076
2276
  },
3077
2277
  {
3078
- "name": "additional-name"
2278
+ "name": "off"
3079
2279
  },
3080
2280
  {
3081
- "name": "address-level1"
2281
+ "name": "honorific-prefix"
3082
2282
  },
3083
2283
  {
3084
- "name": "address-level2"
2284
+ "name": "given-name"
3085
2285
  },
3086
2286
  {
3087
- "name": "address-level3"
2287
+ "name": "additional-name"
3088
2288
  },
3089
2289
  {
3090
- "name": "address-level4"
2290
+ "name": "family-name"
3091
2291
  },
3092
2292
  {
3093
- "name": "address-line1"
2293
+ "name": "honorific-suffix"
3094
2294
  },
3095
2295
  {
3096
- "name": "address-line2"
2296
+ "name": "nickname"
3097
2297
  },
3098
2298
  {
3099
- "name": "address-line3"
2299
+ "name": "username"
3100
2300
  },
3101
2301
  {
3102
- "name": "bday-day"
2302
+ "name": "new-password"
3103
2303
  },
3104
2304
  {
3105
- "name": "bday-month"
2305
+ "name": "current-password"
3106
2306
  },
3107
2307
  {
3108
- "name": "bday-year"
2308
+ "name": "one-time-code"
3109
2309
  },
3110
2310
  {
3111
- "name": "cc-csc"
2311
+ "name": "organization-title"
3112
2312
  },
3113
2313
  {
3114
- "name": "cc-exp"
2314
+ "name": "organization"
3115
2315
  },
3116
2316
  {
3117
- "name": "cc-exp-month"
2317
+ "name": "street-address"
3118
2318
  },
3119
2319
  {
3120
- "name": "cc-exp-year"
2320
+ "name": "address-line1"
3121
2321
  },
3122
2322
  {
3123
- "name": "cc-family-name"
2323
+ "name": "address-line2"
3124
2324
  },
3125
2325
  {
3126
- "name": "cc-given-name"
2326
+ "name": "address-line3"
3127
2327
  },
3128
2328
  {
3129
- "name": "cc-name"
2329
+ "name": "address-level4"
3130
2330
  },
3131
2331
  {
3132
- "name": "cc-number"
2332
+ "name": "address-level3"
3133
2333
  },
3134
2334
  {
3135
- "name": "cc-type"
2335
+ "name": "address-level2"
2336
+ },
2337
+ {
2338
+ "name": "address-level1"
3136
2339
  },
3137
2340
  {
3138
2341
  "name": "country"
@@ -3141,82 +2344,76 @@
3141
2344
  "name": "country-name"
3142
2345
  },
3143
2346
  {
3144
- "name": "current-password"
2347
+ "name": "postal-code"
3145
2348
  },
3146
2349
  {
3147
- "name": "family-name"
2350
+ "name": "cc-name"
3148
2351
  },
3149
2352
  {
3150
- "name": "given-name"
2353
+ "name": "cc-given-name"
3151
2354
  },
3152
2355
  {
3153
- "name": "honorific-prefix"
2356
+ "name": "cc-additional-name"
3154
2357
  },
3155
2358
  {
3156
- "name": "honorific-suffix"
2359
+ "name": "cc-family-name"
3157
2360
  },
3158
2361
  {
3159
- "name": "new-password"
2362
+ "name": "cc-number"
3160
2363
  },
3161
2364
  {
3162
- "name": "one-time-code"
2365
+ "name": "cc-exp"
3163
2366
  },
3164
2367
  {
3165
- "name": "organization"
2368
+ "name": "cc-exp-month"
3166
2369
  },
3167
2370
  {
3168
- "name": "postal-code"
2371
+ "name": "cc-exp-year"
3169
2372
  },
3170
2373
  {
3171
- "name": "street-address"
2374
+ "name": "cc-csc"
3172
2375
  },
3173
2376
  {
3174
- "name": "transaction-amount"
2377
+ "name": "cc-type"
3175
2378
  },
3176
2379
  {
3177
2380
  "name": "transaction-currency"
3178
2381
  },
3179
2382
  {
3180
- "name": "username"
3181
- },
3182
- {
3183
- "name": "email"
3184
- },
3185
- {
3186
- "name": "tel"
2383
+ "name": "transaction-amount"
3187
2384
  },
3188
2385
  {
3189
- "name": "tel-area-code"
2386
+ "name": "language"
3190
2387
  },
3191
2388
  {
3192
- "name": "tel-country-code"
2389
+ "name": "bday"
3193
2390
  },
3194
2391
  {
3195
- "name": "tel-extension"
2392
+ "name": "bday-day"
3196
2393
  },
3197
2394
  {
3198
- "name": "tel-local"
2395
+ "name": "bday-month"
3199
2396
  },
3200
2397
  {
3201
- "name": "tel-national"
2398
+ "name": "bday-year"
3202
2399
  },
3203
2400
  {
3204
- "name": "nickname"
2401
+ "name": "sex"
3205
2402
  },
3206
2403
  {
3207
- "name": "organization-title"
2404
+ "name": "tel-country-code"
3208
2405
  },
3209
2406
  {
3210
- "name": "cc-additional-name"
2407
+ "name": "tel-national"
3211
2408
  },
3212
2409
  {
3213
- "name": "language"
2410
+ "name": "tel-area-code"
3214
2411
  },
3215
2412
  {
3216
- "name": "bday"
2413
+ "name": "tel-local"
3217
2414
  },
3218
2415
  {
3219
- "name": "sex"
2416
+ "name": "tel-extension"
3220
2417
  },
3221
2418
  {
3222
2419
  "name": "impp"
@@ -3332,7 +2529,7 @@
3332
2529
  },
3333
2530
  {
3334
2531
  "name": "fill",
3335
- "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available when the theme is `\"md\"`.",
2532
+ "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.",
3336
2533
  "values": [
3337
2534
  {
3338
2535
  "name": "outline"
@@ -3382,7 +2579,7 @@
3382
2579
  },
3383
2580
  {
3384
2581
  "name": "label-placement",
3385
- "description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the input in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the input in LTR and to the left in RTL.\n`\"floating\"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input.\n`\"stacked\"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").\n\nDefaults to \"stacked\" for the ionic theme, or \"start\" for all other themes.\n\nIn the ionic theme, only the values \"stacked\" and \"floating\" are supported.",
2582
+ "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 (\"...\").",
3386
2583
  "values": [
3387
2584
  {
3388
2585
  "name": "end"
@@ -3419,7 +2616,7 @@
3419
2616
  },
3420
2617
  {
3421
2618
  "name": "mode",
3422
- "description": "The mode determines the platform behaviors of the component.",
2619
+ "description": "The mode determines which platform styles to use.",
3423
2620
  "values": [
3424
2621
  {
3425
2622
  "name": "ios"
@@ -3455,31 +2652,10 @@
3455
2652
  },
3456
2653
  {
3457
2654
  "name": "shape",
3458
- "description": "Set to `\"soft\"` for an input with slightly rounded corners, `\"round\"` for an input with fully\nrounded corners, or `\"rectangular\"` for an input without rounded corners.\nDefaults to `\"round\"` for the ionic theme, and `undefined` for all other themes.\nOnly applies when the fill is set to `\"solid\"` or `\"outline\"`.",
2655
+ "description": "The shape of the input. If \"round\" it will have an increased border radius.",
3459
2656
  "values": [
3460
- {
3461
- "name": "rectangular"
3462
- },
3463
2657
  {
3464
2658
  "name": "round"
3465
- },
3466
- {
3467
- "name": "soft"
3468
- }
3469
- ]
3470
- },
3471
- {
3472
- "name": "size",
3473
- "description": "The size of the input. If \"large\", it will have an increased height. By default the\nsize is medium. This property only applies to the `\"ionic\"` theme.",
3474
- "values": [
3475
- {
3476
- "name": "large"
3477
- },
3478
- {
3479
- "name": "medium"
3480
- },
3481
- {
3482
- "name": "xlarge"
3483
2659
  }
3484
2660
  ]
3485
2661
  },
@@ -3491,21 +2667,6 @@
3491
2667
  "name": "step",
3492
2668
  "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."
3493
2669
  },
3494
- {
3495
- "name": "theme",
3496
- "description": "The theme determines the visual appearance of the component.",
3497
- "values": [
3498
- {
3499
- "name": "ios"
3500
- },
3501
- {
3502
- "name": "md"
3503
- },
3504
- {
3505
- "name": "ionic"
3506
- }
3507
- ]
3508
- },
3509
2670
  {
3510
2671
  "name": "type",
3511
2672
  "description": "The type of control to display. The default type is text.",
@@ -3674,7 +2835,7 @@
3674
2835
  },
3675
2836
  {
3676
2837
  "name": "detail",
3677
- "description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `theme`\nis `\"ios\"` and an `href` or `button` property is present."
2838
+ "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."
3678
2839
  },
3679
2840
  {
3680
2841
  "name": "detail-icon",
@@ -3709,7 +2870,7 @@
3709
2870
  },
3710
2871
  {
3711
2872
  "name": "mode",
3712
- "description": "The mode determines the platform behaviors of the component.",
2873
+ "description": "The mode determines which platform styles to use.",
3713
2874
  "values": [
3714
2875
  {
3715
2876
  "name": "ios"
@@ -3742,21 +2903,6 @@
3742
2903
  "name": "target",
3743
2904
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
3744
2905
  },
3745
- {
3746
- "name": "theme",
3747
- "description": "The theme determines the visual appearance of the component.",
3748
- "values": [
3749
- {
3750
- "name": "ios"
3751
- },
3752
- {
3753
- "name": "md"
3754
- },
3755
- {
3756
- "name": "ionic"
3757
- }
3758
- ]
3759
- },
3760
2906
  {
3761
2907
  "name": "type",
3762
2908
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -3822,7 +2968,7 @@
3822
2968
  },
3823
2969
  {
3824
2970
  "name": "mode",
3825
- "description": "The mode determines the platform behaviors of the component.",
2971
+ "description": "The mode determines which platform styles to use.",
3826
2972
  "values": [
3827
2973
  {
3828
2974
  "name": "ios"
@@ -3835,21 +2981,6 @@
3835
2981
  {
3836
2982
  "name": "sticky",
3837
2983
  "description": "When it's set to `true`, the item-divider will stay visible when it reaches the top\nof the viewport until the next `ion-item-divider` replaces it.\n\nThis feature relies in `position:sticky`:\nhttps://caniuse.com/#feat=css-sticky"
3838
- },
3839
- {
3840
- "name": "theme",
3841
- "description": "The theme determines the visual appearance of the component.",
3842
- "values": [
3843
- {
3844
- "name": "ios"
3845
- },
3846
- {
3847
- "name": "md"
3848
- },
3849
- {
3850
- "name": "ionic"
3851
- }
3852
- ]
3853
2984
  }
3854
2985
  ],
3855
2986
  "references": [
@@ -3865,35 +2996,7 @@
3865
2996
  "kind": "markdown",
3866
2997
  "value": ""
3867
2998
  },
3868
- "attributes": [
3869
- {
3870
- "name": "mode",
3871
- "description": "The mode determines the platform behaviors of the component.",
3872
- "values": [
3873
- {
3874
- "name": "ios"
3875
- },
3876
- {
3877
- "name": "md"
3878
- }
3879
- ]
3880
- },
3881
- {
3882
- "name": "theme",
3883
- "description": "The theme determines the visual appearance of the component.",
3884
- "values": [
3885
- {
3886
- "name": "ios"
3887
- },
3888
- {
3889
- "name": "md"
3890
- },
3891
- {
3892
- "name": "ionic"
3893
- }
3894
- ]
3895
- }
3896
- ],
2999
+ "attributes": [],
3897
3000
  "references": [
3898
3001
  {
3899
3002
  "name": "Source code",
@@ -3959,7 +3062,7 @@
3959
3062
  },
3960
3063
  {
3961
3064
  "name": "mode",
3962
- "description": "The mode determines the platform behaviors of the component.",
3065
+ "description": "The mode determines which platform styles to use.",
3963
3066
  "values": [
3964
3067
  {
3965
3068
  "name": "ios"
@@ -3973,40 +3076,10 @@
3973
3076
  "name": "rel",
3974
3077
  "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)."
3975
3078
  },
3976
- {
3977
- "name": "shape",
3978
- "description": "Set to `\"rectangular\"` for non-rounded corners.\nSet to `\"soft\"` for slightly rounded corners.\nSet to `\"round\"` for fully rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
3979
- "values": [
3980
- {
3981
- "name": "rectangular"
3982
- },
3983
- {
3984
- "name": "round"
3985
- },
3986
- {
3987
- "name": "soft"
3988
- }
3989
- ]
3990
- },
3991
3079
  {
3992
3080
  "name": "target",
3993
3081
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
3994
3082
  },
3995
- {
3996
- "name": "theme",
3997
- "description": "The theme determines the visual appearance of the component.",
3998
- "values": [
3999
- {
4000
- "name": "ios"
4001
- },
4002
- {
4003
- "name": "md"
4004
- },
4005
- {
4006
- "name": "ionic"
4007
- }
4008
- ]
4009
- },
4010
3083
  {
4011
3084
  "name": "type",
4012
3085
  "description": "The type of the button.",
@@ -4037,18 +3110,6 @@
4037
3110
  "value": ""
4038
3111
  },
4039
3112
  "attributes": [
4040
- {
4041
- "name": "mode",
4042
- "description": "The mode determines the platform behaviors of the component.",
4043
- "values": [
4044
- {
4045
- "name": "ios"
4046
- },
4047
- {
4048
- "name": "md"
4049
- }
4050
- ]
4051
- },
4052
3113
  {
4053
3114
  "name": "side",
4054
3115
  "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.",
@@ -4060,21 +3121,6 @@
4060
3121
  "name": "start"
4061
3122
  }
4062
3123
  ]
4063
- },
4064
- {
4065
- "name": "theme",
4066
- "description": "The theme determines the visual appearance of the component.",
4067
- "values": [
4068
- {
4069
- "name": "ios"
4070
- },
4071
- {
4072
- "name": "md"
4073
- },
4074
- {
4075
- "name": "ionic"
4076
- }
4077
- ]
4078
3124
  }
4079
3125
  ],
4080
3126
  "references": [
@@ -4094,33 +3140,6 @@
4094
3140
  {
4095
3141
  "name": "disabled",
4096
3142
  "description": "If `true`, the user cannot interact with the sliding item."
4097
- },
4098
- {
4099
- "name": "mode",
4100
- "description": "The mode determines the platform behaviors of the component.",
4101
- "values": [
4102
- {
4103
- "name": "ios"
4104
- },
4105
- {
4106
- "name": "md"
4107
- }
4108
- ]
4109
- },
4110
- {
4111
- "name": "theme",
4112
- "description": "The theme determines the visual appearance of the component.",
4113
- "values": [
4114
- {
4115
- "name": "ios"
4116
- },
4117
- {
4118
- "name": "md"
4119
- },
4120
- {
4121
- "name": "ionic"
4122
- }
4123
- ]
4124
3143
  }
4125
3144
  ],
4126
3145
  "references": [
@@ -4172,7 +3191,7 @@
4172
3191
  },
4173
3192
  {
4174
3193
  "name": "mode",
4175
- "description": "The mode determines the platform behaviors of the component.",
3194
+ "description": "The mode determines which platform styles to use.",
4176
3195
  "values": [
4177
3196
  {
4178
3197
  "name": "ios"
@@ -4196,21 +3215,6 @@
4196
3215
  "name": "stacked"
4197
3216
  }
4198
3217
  ]
4199
- },
4200
- {
4201
- "name": "theme",
4202
- "description": "The theme determines the visual appearance of the component.",
4203
- "values": [
4204
- {
4205
- "name": "ios"
4206
- },
4207
- {
4208
- "name": "md"
4209
- },
4210
- {
4211
- "name": "ionic"
4212
- }
4213
- ]
4214
3218
  }
4215
3219
  ],
4216
3220
  "references": [
@@ -4248,43 +3252,13 @@
4248
3252
  },
4249
3253
  {
4250
3254
  "name": "mode",
4251
- "description": "The mode determines the platform behaviors of the component.",
4252
- "values": [
4253
- {
4254
- "name": "ios"
4255
- },
4256
- {
4257
- "name": "md"
4258
- }
4259
- ]
4260
- },
4261
- {
4262
- "name": "shape",
4263
- "description": "Set to `\"soft\"` for slightly rounded corners,\n`\"round\"` for fully rounded corners,\nor `\"rectangular\"` for no rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme\nwhen inset is `true`\ndefaults to `\"rectangular\"` for the `ionic`\ntheme when inset is `false`,\nundefined for all other themes.",
4264
- "values": [
4265
- {
4266
- "name": "rectangular"
4267
- },
4268
- {
4269
- "name": "round"
4270
- },
4271
- {
4272
- "name": "soft"
4273
- }
4274
- ]
4275
- },
4276
- {
4277
- "name": "theme",
4278
- "description": "The theme determines the visual appearance of the component.",
3255
+ "description": "The mode determines which platform styles to use.",
4279
3256
  "values": [
4280
3257
  {
4281
3258
  "name": "ios"
4282
3259
  },
4283
3260
  {
4284
3261
  "name": "md"
4285
- },
4286
- {
4287
- "name": "ionic"
4288
3262
  }
4289
3263
  ]
4290
3264
  }
@@ -4353,28 +3327,13 @@
4353
3327
  },
4354
3328
  {
4355
3329
  "name": "mode",
4356
- "description": "The mode determines the platform behaviors of the component.",
4357
- "values": [
4358
- {
4359
- "name": "ios"
4360
- },
4361
- {
4362
- "name": "md"
4363
- }
4364
- ]
4365
- },
4366
- {
4367
- "name": "theme",
4368
- "description": "The theme determines the visual appearance of the component.",
3330
+ "description": "The mode determines which platform styles to use.",
4369
3331
  "values": [
4370
3332
  {
4371
3333
  "name": "ios"
4372
3334
  },
4373
3335
  {
4374
3336
  "name": "md"
4375
- },
4376
- {
4377
- "name": "ionic"
4378
3337
  }
4379
3338
  ]
4380
3339
  }
@@ -4423,7 +3382,7 @@
4423
3382
  },
4424
3383
  {
4425
3384
  "name": "mode",
4426
- "description": "The mode determines the platform behaviors of the component.",
3385
+ "description": "The mode determines which platform styles to use.",
4427
3386
  "values": [
4428
3387
  {
4429
3388
  "name": "ios"
@@ -4470,24 +3429,9 @@
4470
3429
  }
4471
3430
  ]
4472
3431
  },
4473
- {
4474
- "name": "theme",
4475
- "description": "The theme determines the visual appearance of the component.",
4476
- "values": [
4477
- {
4478
- "name": "ios"
4479
- },
4480
- {
4481
- "name": "md"
4482
- },
4483
- {
4484
- "name": "ionic"
4485
- }
4486
- ]
4487
- },
4488
3432
  {
4489
3433
  "name": "translucent",
4490
- "description": "If `true`, the loading indicator will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
3434
+ "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)."
4491
3435
  },
4492
3436
  {
4493
3437
  "name": "trigger",
@@ -4524,18 +3468,6 @@
4524
3468
  "name": "menu-id",
4525
3469
  "description": "An id for the menu."
4526
3470
  },
4527
- {
4528
- "name": "mode",
4529
- "description": "The mode determines the platform behaviors of the component.",
4530
- "values": [
4531
- {
4532
- "name": "ios"
4533
- },
4534
- {
4535
- "name": "md"
4536
- }
4537
- ]
4538
- },
4539
3471
  {
4540
3472
  "name": "side",
4541
3473
  "description": "Which side of the view the menu should be placed.",
@@ -4552,21 +3484,6 @@
4552
3484
  "name": "swipe-gesture",
4553
3485
  "description": "If `true`, swiping the menu is enabled."
4554
3486
  },
4555
- {
4556
- "name": "theme",
4557
- "description": "The theme determines the visual appearance of the component.",
4558
- "values": [
4559
- {
4560
- "name": "ios"
4561
- },
4562
- {
4563
- "name": "md"
4564
- },
4565
- {
4566
- "name": "ionic"
4567
- }
4568
- ]
4569
- },
4570
3487
  {
4571
3488
  "name": "type",
4572
3489
  "description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
@@ -4644,28 +3561,13 @@
4644
3561
  },
4645
3562
  {
4646
3563
  "name": "mode",
4647
- "description": "The mode determines the platform behaviors of the component.",
4648
- "values": [
4649
- {
4650
- "name": "ios"
4651
- },
4652
- {
4653
- "name": "md"
4654
- }
4655
- ]
4656
- },
4657
- {
4658
- "name": "theme",
4659
- "description": "The theme determines the visual appearance of the component.",
3564
+ "description": "The mode determines which platform styles to use.",
4660
3565
  "values": [
4661
3566
  {
4662
3567
  "name": "ios"
4663
3568
  },
4664
3569
  {
4665
3570
  "name": "md"
4666
- },
4667
- {
4668
- "name": "ionic"
4669
3571
  }
4670
3572
  ]
4671
3573
  },
@@ -4706,33 +3608,6 @@
4706
3608
  {
4707
3609
  "name": "menu",
4708
3610
  "description": "Optional property that maps to a Menu's `menuId` prop.\nCan also be `start` or `end` for the menu side.\nThis is used to find the correct menu to toggle.\n\nIf this property is not used, `ion-menu-toggle` will toggle the\nfirst menu that is active."
4709
- },
4710
- {
4711
- "name": "mode",
4712
- "description": "The mode determines the platform behaviors of the component.",
4713
- "values": [
4714
- {
4715
- "name": "ios"
4716
- },
4717
- {
4718
- "name": "md"
4719
- }
4720
- ]
4721
- },
4722
- {
4723
- "name": "theme",
4724
- "description": "The theme determines the visual appearance of the component.",
4725
- "values": [
4726
- {
4727
- "name": "ios"
4728
- },
4729
- {
4730
- "name": "md"
4731
- },
4732
- {
4733
- "name": "ionic"
4734
- }
4735
- ]
4736
3611
  }
4737
3612
  ],
4738
3613
  "references": [
@@ -4803,7 +3678,7 @@
4803
3678
  },
4804
3679
  {
4805
3680
  "name": "mode",
4806
- "description": "The mode determines the platform behaviors of the component.",
3681
+ "description": "The mode determines which platform styles to use.",
4807
3682
  "values": [
4808
3683
  {
4809
3684
  "name": "ios"
@@ -4813,40 +3688,10 @@
4813
3688
  }
4814
3689
  ]
4815
3690
  },
4816
- {
4817
- "name": "shape",
4818
- "description": "Set to `\"soft\"` for a modal with slightly rounded corners,\n`\"round\"` for a modal with fully rounded corners, or `\"rectangular\"`\nfor a modal without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
4819
- "values": [
4820
- {
4821
- "name": "rectangular"
4822
- },
4823
- {
4824
- "name": "round"
4825
- },
4826
- {
4827
- "name": "soft"
4828
- }
4829
- ]
4830
- },
4831
3691
  {
4832
3692
  "name": "show-backdrop",
4833
3693
  "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."
4834
3694
  },
4835
- {
4836
- "name": "theme",
4837
- "description": "The theme determines the visual appearance of the component.",
4838
- "values": [
4839
- {
4840
- "name": "ios"
4841
- },
4842
- {
4843
- "name": "md"
4844
- },
4845
- {
4846
- "name": "ionic"
4847
- }
4848
- ]
4849
- },
4850
3695
  {
4851
3696
  "name": "trigger",
4852
3697
  "description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked."
@@ -4870,18 +3715,6 @@
4870
3715
  "name": "animated",
4871
3716
  "description": "If `true`, the nav should animate the transition of components."
4872
3717
  },
4873
- {
4874
- "name": "mode",
4875
- "description": "The mode determines the platform behaviors of the component.",
4876
- "values": [
4877
- {
4878
- "name": "ios"
4879
- },
4880
- {
4881
- "name": "md"
4882
- }
4883
- ]
4884
- },
4885
3718
  {
4886
3719
  "name": "root",
4887
3720
  "description": "Root NavComponent to load"
@@ -4889,21 +3722,6 @@
4889
3722
  {
4890
3723
  "name": "swipe-gesture",
4891
3724
  "description": "If the nav component should allow for swipe-to-go-back."
4892
- },
4893
- {
4894
- "name": "theme",
4895
- "description": "The theme determines the visual appearance of the component.",
4896
- "values": [
4897
- {
4898
- "name": "ios"
4899
- },
4900
- {
4901
- "name": "md"
4902
- },
4903
- {
4904
- "name": "ionic"
4905
- }
4906
- ]
4907
3725
  }
4908
3726
  ],
4909
3727
  "references": [
@@ -4924,18 +3742,6 @@
4924
3742
  "name": "component",
4925
3743
  "description": "Component to navigate to. Only used if the `routerDirection` is `\"forward\"` or `\"root\"`."
4926
3744
  },
4927
- {
4928
- "name": "mode",
4929
- "description": "The mode determines the platform behaviors of the component.",
4930
- "values": [
4931
- {
4932
- "name": "ios"
4933
- },
4934
- {
4935
- "name": "md"
4936
- }
4937
- ]
4938
- },
4939
3745
  {
4940
3746
  "name": "router-direction",
4941
3747
  "description": "The transition direction when navigating to another page.",
@@ -4950,21 +3756,6 @@
4950
3756
  "name": "root"
4951
3757
  }
4952
3758
  ]
4953
- },
4954
- {
4955
- "name": "theme",
4956
- "description": "The theme determines the visual appearance of the component.",
4957
- "values": [
4958
- {
4959
- "name": "ios"
4960
- },
4961
- {
4962
- "name": "md"
4963
- },
4964
- {
4965
- "name": "ionic"
4966
- }
4967
- ]
4968
3759
  }
4969
3760
  ],
4970
3761
  "references": [
@@ -5016,28 +3807,13 @@
5016
3807
  },
5017
3808
  {
5018
3809
  "name": "mode",
5019
- "description": "The mode determines the platform behaviors of the component.",
5020
- "values": [
5021
- {
5022
- "name": "ios"
5023
- },
5024
- {
5025
- "name": "md"
5026
- }
5027
- ]
5028
- },
5029
- {
5030
- "name": "theme",
5031
- "description": "The theme determines the visual appearance of the component.",
3810
+ "description": "The mode determines which platform styles to use.",
5032
3811
  "values": [
5033
3812
  {
5034
3813
  "name": "ios"
5035
3814
  },
5036
3815
  {
5037
3816
  "name": "md"
5038
- },
5039
- {
5040
- "name": "ionic"
5041
3817
  }
5042
3818
  ]
5043
3819
  }
@@ -5058,28 +3834,13 @@
5058
3834
  "attributes": [
5059
3835
  {
5060
3836
  "name": "mode",
5061
- "description": "The mode determines the platform behaviors of the component.",
5062
- "values": [
5063
- {
5064
- "name": "ios"
5065
- },
5066
- {
5067
- "name": "md"
5068
- }
5069
- ]
5070
- },
5071
- {
5072
- "name": "theme",
5073
- "description": "The theme determines the visual appearance of the component.",
3837
+ "description": "The mode determines which platform styles to use.",
5074
3838
  "values": [
5075
3839
  {
5076
3840
  "name": "ios"
5077
3841
  },
5078
3842
  {
5079
3843
  "name": "md"
5080
- },
5081
- {
5082
- "name": "ionic"
5083
3844
  }
5084
3845
  ]
5085
3846
  }
@@ -5137,28 +3898,13 @@
5137
3898
  },
5138
3899
  {
5139
3900
  "name": "mode",
5140
- "description": "The mode determines the platform behaviors of the component.",
5141
- "values": [
5142
- {
5143
- "name": "ios"
5144
- },
5145
- {
5146
- "name": "md"
5147
- }
5148
- ]
5149
- },
5150
- {
5151
- "name": "theme",
5152
- "description": "The theme determines the visual appearance of the component.",
3901
+ "description": "The mode determines which platform styles to use.",
5153
3902
  "values": [
5154
3903
  {
5155
3904
  "name": "ios"
5156
3905
  },
5157
3906
  {
5158
3907
  "name": "md"
5159
- },
5160
- {
5161
- "name": "ionic"
5162
3908
  }
5163
3909
  ]
5164
3910
  },
@@ -5218,33 +3964,6 @@
5218
3964
  "name": "disabled",
5219
3965
  "description": "If `true`, the user cannot interact with the picker column option."
5220
3966
  },
5221
- {
5222
- "name": "mode",
5223
- "description": "The mode determines the platform behaviors of the component.",
5224
- "values": [
5225
- {
5226
- "name": "ios"
5227
- },
5228
- {
5229
- "name": "md"
5230
- }
5231
- ]
5232
- },
5233
- {
5234
- "name": "theme",
5235
- "description": "The theme determines the visual appearance of the component.",
5236
- "values": [
5237
- {
5238
- "name": "ios"
5239
- },
5240
- {
5241
- "name": "md"
5242
- },
5243
- {
5244
- "name": "ionic"
5245
- }
5246
- ]
5247
- },
5248
3967
  {
5249
3968
  "name": "value",
5250
3969
  "description": "The text value of the option."
@@ -5290,7 +4009,7 @@
5290
4009
  },
5291
4010
  {
5292
4011
  "name": "mode",
5293
- "description": "The mode determines the platform behaviors of the component.",
4012
+ "description": "The mode determines which platform styles to use.",
5294
4013
  "values": [
5295
4014
  {
5296
4015
  "name": "ios"
@@ -5304,21 +4023,6 @@
5304
4023
  "name": "show-backdrop",
5305
4024
  "description": "If `true`, a backdrop will be displayed behind the picker."
5306
4025
  },
5307
- {
5308
- "name": "theme",
5309
- "description": "The theme determines the visual appearance of the component.",
5310
- "values": [
5311
- {
5312
- "name": "ios"
5313
- },
5314
- {
5315
- "name": "md"
5316
- },
5317
- {
5318
- "name": "ionic"
5319
- }
5320
- ]
5321
- },
5322
4026
  {
5323
4027
  "name": "trigger",
5324
4028
  "description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked."
@@ -5340,7 +4044,7 @@
5340
4044
  "attributes": [
5341
4045
  {
5342
4046
  "name": "alignment",
5343
- "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
4047
+ "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
5344
4048
  "values": [
5345
4049
  {
5346
4050
  "name": "center"
@@ -5359,7 +4063,7 @@
5359
4063
  },
5360
4064
  {
5361
4065
  "name": "arrow",
5362
- "description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme."
4066
+ "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."
5363
4067
  },
5364
4068
  {
5365
4069
  "name": "backdrop-dismiss",
@@ -5395,7 +4099,7 @@
5395
4099
  },
5396
4100
  {
5397
4101
  "name": "mode",
5398
- "description": "The mode determines the platform behaviors of the component.",
4102
+ "description": "The mode determines which platform styles to use.",
5399
4103
  "values": [
5400
4104
  {
5401
4105
  "name": "ios"
@@ -5457,24 +4161,9 @@
5457
4161
  }
5458
4162
  ]
5459
4163
  },
5460
- {
5461
- "name": "theme",
5462
- "description": "The theme determines the visual appearance of the component.",
5463
- "values": [
5464
- {
5465
- "name": "ios"
5466
- },
5467
- {
5468
- "name": "md"
5469
- },
5470
- {
5471
- "name": "ionic"
5472
- }
5473
- ]
5474
- },
5475
4164
  {
5476
4165
  "name": "translucent",
5477
- "description": "If `true`, the popover will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
4166
+ "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)."
5478
4167
  },
5479
4168
  {
5480
4169
  "name": "trigger",
@@ -5549,7 +4238,7 @@
5549
4238
  },
5550
4239
  {
5551
4240
  "name": "mode",
5552
- "description": "The mode determines the platform behaviors of the component.",
4241
+ "description": "The mode determines which platform styles to use.",
5553
4242
  "values": [
5554
4243
  {
5555
4244
  "name": "ios"
@@ -5563,21 +4252,6 @@
5563
4252
  "name": "reversed",
5564
4253
  "description": "If true, reverse the progress bar direction."
5565
4254
  },
5566
- {
5567
- "name": "theme",
5568
- "description": "The theme determines the visual appearance of the component.",
5569
- "values": [
5570
- {
5571
- "name": "ios"
5572
- },
5573
- {
5574
- "name": "md"
5575
- },
5576
- {
5577
- "name": "ionic"
5578
- }
5579
- ]
5580
- },
5581
4255
  {
5582
4256
  "name": "type",
5583
4257
  "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).",
@@ -5693,7 +4367,7 @@
5693
4367
  },
5694
4368
  {
5695
4369
  "name": "mode",
5696
- "description": "The mode determines the platform behaviors of the component.",
4370
+ "description": "The mode determines which platform styles to use.",
5697
4371
  "values": [
5698
4372
  {
5699
4373
  "name": "ios"
@@ -5707,21 +4381,6 @@
5707
4381
  "name": "name",
5708
4382
  "description": "The name of the control, which is submitted with the form data."
5709
4383
  },
5710
- {
5711
- "name": "theme",
5712
- "description": "The theme determines the visual appearance of the component.",
5713
- "values": [
5714
- {
5715
- "name": "ios"
5716
- },
5717
- {
5718
- "name": "md"
5719
- },
5720
- {
5721
- "name": "ionic"
5722
- }
5723
- ]
5724
- },
5725
4384
  {
5726
4385
  "name": "value",
5727
4386
  "description": "the value of the radio."
@@ -5749,36 +4408,13 @@
5749
4408
  "name": "compare-with",
5750
4409
  "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."
5751
4410
  },
5752
- {
5753
- "name": "mode",
5754
- "description": "The mode determines the platform behaviors of the component.",
5755
- "values": [
5756
- {
5757
- "name": "ios"
5758
- },
5759
- {
5760
- "name": "md"
5761
- }
5762
- ]
5763
- },
5764
4411
  {
5765
4412
  "name": "name",
5766
4413
  "description": "The name of the control, which is submitted with the form data."
5767
4414
  },
5768
4415
  {
5769
- "name": "theme",
5770
- "description": "The theme determines the visual appearance of the component.",
5771
- "values": [
5772
- {
5773
- "name": "ios"
5774
- },
5775
- {
5776
- "name": "md"
5777
- },
5778
- {
5779
- "name": "ionic"
5780
- }
5781
- ]
4416
+ "name": "required",
4417
+ "description": "If `true`, the user must fill in a value before submitting a form."
5782
4418
  },
5783
4419
  {
5784
4420
  "name": "value",
@@ -5880,7 +4516,7 @@
5880
4516
  },
5881
4517
  {
5882
4518
  "name": "mode",
5883
- "description": "The mode determines the platform behaviors of the component.",
4519
+ "description": "The mode determines which platform styles to use.",
5884
4520
  "values": [
5885
4521
  {
5886
4522
  "name": "ios"
@@ -5906,21 +4542,6 @@
5906
4542
  "name": "step",
5907
4543
  "description": "Specifies the value granularity."
5908
4544
  },
5909
- {
5910
- "name": "theme",
5911
- "description": "The theme determines the visual appearance of the component.",
5912
- "values": [
5913
- {
5914
- "name": "ios"
5915
- },
5916
- {
5917
- "name": "md"
5918
- },
5919
- {
5920
- "name": "ionic"
5921
- }
5922
- ]
5923
- },
5924
4545
  {
5925
4546
  "name": "ticks",
5926
4547
  "description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`."
@@ -5954,7 +4575,7 @@
5954
4575
  },
5955
4576
  {
5956
4577
  "name": "mode",
5957
- "description": "The mode determines the platform behaviors of the component.",
4578
+ "description": "The mode determines which platform styles to use.",
5958
4579
  "values": [
5959
4580
  {
5960
4581
  "name": "ios"
@@ -5979,21 +4600,6 @@
5979
4600
  {
5980
4601
  "name": "snapback-duration",
5981
4602
  "description": "Time it takes the refresher to snap back to the `refreshing` state.\nDoes not apply when the refresher content uses a spinner,\nenabling the native refresher."
5982
- },
5983
- {
5984
- "name": "theme",
5985
- "description": "The theme determines the visual appearance of the component.",
5986
- "values": [
5987
- {
5988
- "name": "ios"
5989
- },
5990
- {
5991
- "name": "md"
5992
- },
5993
- {
5994
- "name": "ionic"
5995
- }
5996
- ]
5997
4603
  }
5998
4604
  ],
5999
4605
  "references": [
@@ -6010,18 +4616,6 @@
6010
4616
  "value": ""
6011
4617
  },
6012
4618
  "attributes": [
6013
- {
6014
- "name": "mode",
6015
- "description": "The mode determines the platform behaviors of the component.",
6016
- "values": [
6017
- {
6018
- "name": "ios"
6019
- },
6020
- {
6021
- "name": "md"
6022
- }
6023
- ]
6024
- },
6025
4619
  {
6026
4620
  "name": "pulling-icon",
6027
4621
  "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."
@@ -6066,21 +4660,6 @@
6066
4660
  {
6067
4661
  "name": "refreshing-text",
6068
4662
  "description": "The text you want to display when performing a refresh.\n`refreshingText` can accept either plaintext or HTML as a string.\nTo display characters normally reserved for HTML, they\nmust be escaped. For example `<Ionic>` would become\n`&lt;Ionic&gt;`\n\nFor more information: [Security Documentation](https://ionicframework.com/docs/faq/security)\n\nContent is parsed as plaintext by default.\n`innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config\nbefore custom HTML can be used."
6069
- },
6070
- {
6071
- "name": "theme",
6072
- "description": "The theme determines the visual appearance of the component.",
6073
- "values": [
6074
- {
6075
- "name": "ios"
6076
- },
6077
- {
6078
- "name": "md"
6079
- },
6080
- {
6081
- "name": "ionic"
6082
- }
6083
- ]
6084
4663
  }
6085
4664
  ],
6086
4665
  "references": [
@@ -6096,35 +4675,7 @@
6096
4675
  "kind": "markdown",
6097
4676
  "value": ""
6098
4677
  },
6099
- "attributes": [
6100
- {
6101
- "name": "mode",
6102
- "description": "The mode determines the platform behaviors of the component.",
6103
- "values": [
6104
- {
6105
- "name": "ios"
6106
- },
6107
- {
6108
- "name": "md"
6109
- }
6110
- ]
6111
- },
6112
- {
6113
- "name": "theme",
6114
- "description": "The theme determines the visual appearance of the component.",
6115
- "values": [
6116
- {
6117
- "name": "ios"
6118
- },
6119
- {
6120
- "name": "md"
6121
- },
6122
- {
6123
- "name": "ionic"
6124
- }
6125
- ]
6126
- }
6127
- ],
4678
+ "attributes": [],
6128
4679
  "references": [
6129
4680
  {
6130
4681
  "name": "Source code",
@@ -6142,33 +4693,6 @@
6142
4693
  {
6143
4694
  "name": "disabled",
6144
4695
  "description": "If `true`, the reorder will be hidden."
6145
- },
6146
- {
6147
- "name": "mode",
6148
- "description": "The mode determines the platform behaviors of the component.",
6149
- "values": [
6150
- {
6151
- "name": "ios"
6152
- },
6153
- {
6154
- "name": "md"
6155
- }
6156
- ]
6157
- },
6158
- {
6159
- "name": "theme",
6160
- "description": "The theme determines the visual appearance of the component.",
6161
- "values": [
6162
- {
6163
- "name": "ios"
6164
- },
6165
- {
6166
- "name": "md"
6167
- },
6168
- {
6169
- "name": "ionic"
6170
- }
6171
- ]
6172
4696
  }
6173
4697
  ],
6174
4698
  "references": [
@@ -6185,33 +4709,6 @@
6185
4709
  "value": ""
6186
4710
  },
6187
4711
  "attributes": [
6188
- {
6189
- "name": "mode",
6190
- "description": "The mode determines the platform behaviors of the component.",
6191
- "values": [
6192
- {
6193
- "name": "ios"
6194
- },
6195
- {
6196
- "name": "md"
6197
- }
6198
- ]
6199
- },
6200
- {
6201
- "name": "theme",
6202
- "description": "The theme determines the visual appearance of the component.",
6203
- "values": [
6204
- {
6205
- "name": "ios"
6206
- },
6207
- {
6208
- "name": "md"
6209
- },
6210
- {
6211
- "name": "ionic"
6212
- }
6213
- ]
6214
- },
6215
4712
  {
6216
4713
  "name": "type",
6217
4714
  "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.",
@@ -6243,33 +4740,6 @@
6243
4740
  "name": "component",
6244
4741
  "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."
6245
4742
  },
6246
- {
6247
- "name": "mode",
6248
- "description": "The mode determines the platform behaviors of the component.",
6249
- "values": [
6250
- {
6251
- "name": "ios"
6252
- },
6253
- {
6254
- "name": "md"
6255
- }
6256
- ]
6257
- },
6258
- {
6259
- "name": "theme",
6260
- "description": "The theme determines the visual appearance of the component.",
6261
- "values": [
6262
- {
6263
- "name": "ios"
6264
- },
6265
- {
6266
- "name": "md"
6267
- },
6268
- {
6269
- "name": "ionic"
6270
- }
6271
- ]
6272
- },
6273
4743
  {
6274
4744
  "name": "url",
6275
4745
  "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."
@@ -6312,37 +4782,10 @@
6312
4782
  "value": ""
6313
4783
  },
6314
4784
  "attributes": [
6315
- {
6316
- "name": "mode",
6317
- "description": "The mode determines the platform behaviors of the component.",
6318
- "values": [
6319
- {
6320
- "name": "ios"
6321
- },
6322
- {
6323
- "name": "md"
6324
- }
6325
- ]
6326
- },
6327
4785
  {
6328
4786
  "name": "root",
6329
4787
  "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."
6330
4788
  },
6331
- {
6332
- "name": "theme",
6333
- "description": "The theme determines the visual appearance of the component.",
6334
- "values": [
6335
- {
6336
- "name": "ios"
6337
- },
6338
- {
6339
- "name": "md"
6340
- },
6341
- {
6342
- "name": "ionic"
6343
- }
6344
- ]
6345
- },
6346
4789
  {
6347
4790
  "name": "use-hash",
6348
4791
  "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."
@@ -6399,18 +4842,6 @@
6399
4842
  "name": "href",
6400
4843
  "description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered."
6401
4844
  },
6402
- {
6403
- "name": "mode",
6404
- "description": "The mode determines the platform behaviors of the component.",
6405
- "values": [
6406
- {
6407
- "name": "ios"
6408
- },
6409
- {
6410
- "name": "md"
6411
- }
6412
- ]
6413
- },
6414
4845
  {
6415
4846
  "name": "rel",
6416
4847
  "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)."
@@ -6433,21 +4864,6 @@
6433
4864
  {
6434
4865
  "name": "target",
6435
4866
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
6436
- },
6437
- {
6438
- "name": "theme",
6439
- "description": "The theme determines the visual appearance of the component.",
6440
- "values": [
6441
- {
6442
- "name": "ios"
6443
- },
6444
- {
6445
- "name": "md"
6446
- },
6447
- {
6448
- "name": "ionic"
6449
- }
6450
- ]
6451
4867
  }
6452
4868
  ],
6453
4869
  "references": [
@@ -6470,28 +4886,13 @@
6470
4886
  },
6471
4887
  {
6472
4888
  "name": "mode",
6473
- "description": "The mode determines the platform behaviors of the component.",
6474
- "values": [
6475
- {
6476
- "name": "ios"
6477
- },
6478
- {
6479
- "name": "md"
6480
- }
6481
- ]
6482
- },
6483
- {
6484
- "name": "theme",
6485
- "description": "The theme determines the visual appearance of the component.",
4889
+ "description": "The mode determines which platform styles to use.",
6486
4890
  "values": [
6487
4891
  {
6488
4892
  "name": "ios"
6489
4893
  },
6490
4894
  {
6491
4895
  "name": "md"
6492
- },
6493
- {
6494
- "name": "ionic"
6495
4896
  }
6496
4897
  ]
6497
4898
  }
@@ -6509,35 +4910,7 @@
6509
4910
  "kind": "markdown",
6510
4911
  "value": ""
6511
4912
  },
6512
- "attributes": [
6513
- {
6514
- "name": "mode",
6515
- "description": "The mode determines the platform behaviors of the component.",
6516
- "values": [
6517
- {
6518
- "name": "ios"
6519
- },
6520
- {
6521
- "name": "md"
6522
- }
6523
- ]
6524
- },
6525
- {
6526
- "name": "theme",
6527
- "description": "The theme determines the visual appearance of the component.",
6528
- "values": [
6529
- {
6530
- "name": "ios"
6531
- },
6532
- {
6533
- "name": "md"
6534
- },
6535
- {
6536
- "name": "ionic"
6537
- }
6538
- ]
6539
- }
6540
- ],
4913
+ "attributes": [],
6541
4914
  "references": [
6542
4915
  {
6543
4916
  "name": "Source code",
@@ -6568,157 +4941,157 @@
6568
4941
  "name": "name"
6569
4942
  },
6570
4943
  {
6571
- "name": "url"
4944
+ "name": "email"
6572
4945
  },
6573
4946
  {
6574
- "name": "off"
4947
+ "name": "tel"
6575
4948
  },
6576
4949
  {
6577
- "name": "on"
4950
+ "name": "url"
6578
4951
  },
6579
4952
  {
6580
- "name": "additional-name"
4953
+ "name": "on"
6581
4954
  },
6582
4955
  {
6583
- "name": "address-level1"
4956
+ "name": "off"
6584
4957
  },
6585
4958
  {
6586
- "name": "address-level2"
4959
+ "name": "honorific-prefix"
6587
4960
  },
6588
4961
  {
6589
- "name": "address-level3"
4962
+ "name": "given-name"
6590
4963
  },
6591
4964
  {
6592
- "name": "address-level4"
4965
+ "name": "additional-name"
6593
4966
  },
6594
4967
  {
6595
- "name": "address-line1"
4968
+ "name": "family-name"
6596
4969
  },
6597
4970
  {
6598
- "name": "address-line2"
4971
+ "name": "honorific-suffix"
6599
4972
  },
6600
4973
  {
6601
- "name": "address-line3"
4974
+ "name": "nickname"
6602
4975
  },
6603
4976
  {
6604
- "name": "bday-day"
4977
+ "name": "username"
6605
4978
  },
6606
4979
  {
6607
- "name": "bday-month"
4980
+ "name": "new-password"
6608
4981
  },
6609
4982
  {
6610
- "name": "bday-year"
4983
+ "name": "current-password"
6611
4984
  },
6612
4985
  {
6613
- "name": "cc-csc"
4986
+ "name": "one-time-code"
6614
4987
  },
6615
4988
  {
6616
- "name": "cc-exp"
4989
+ "name": "organization-title"
6617
4990
  },
6618
4991
  {
6619
- "name": "cc-exp-month"
4992
+ "name": "organization"
6620
4993
  },
6621
4994
  {
6622
- "name": "cc-exp-year"
4995
+ "name": "street-address"
6623
4996
  },
6624
4997
  {
6625
- "name": "cc-family-name"
4998
+ "name": "address-line1"
6626
4999
  },
6627
5000
  {
6628
- "name": "cc-given-name"
5001
+ "name": "address-line2"
6629
5002
  },
6630
5003
  {
6631
- "name": "cc-name"
5004
+ "name": "address-line3"
6632
5005
  },
6633
5006
  {
6634
- "name": "cc-number"
5007
+ "name": "address-level4"
6635
5008
  },
6636
5009
  {
6637
- "name": "cc-type"
5010
+ "name": "address-level3"
6638
5011
  },
6639
5012
  {
6640
- "name": "country"
5013
+ "name": "address-level2"
6641
5014
  },
6642
5015
  {
6643
- "name": "country-name"
5016
+ "name": "address-level1"
6644
5017
  },
6645
5018
  {
6646
- "name": "current-password"
5019
+ "name": "country"
6647
5020
  },
6648
5021
  {
6649
- "name": "family-name"
5022
+ "name": "country-name"
6650
5023
  },
6651
5024
  {
6652
- "name": "given-name"
5025
+ "name": "postal-code"
6653
5026
  },
6654
5027
  {
6655
- "name": "honorific-prefix"
5028
+ "name": "cc-name"
6656
5029
  },
6657
5030
  {
6658
- "name": "honorific-suffix"
5031
+ "name": "cc-given-name"
6659
5032
  },
6660
5033
  {
6661
- "name": "new-password"
5034
+ "name": "cc-additional-name"
6662
5035
  },
6663
5036
  {
6664
- "name": "one-time-code"
5037
+ "name": "cc-family-name"
6665
5038
  },
6666
5039
  {
6667
- "name": "organization"
5040
+ "name": "cc-number"
6668
5041
  },
6669
5042
  {
6670
- "name": "postal-code"
5043
+ "name": "cc-exp"
6671
5044
  },
6672
5045
  {
6673
- "name": "street-address"
5046
+ "name": "cc-exp-month"
6674
5047
  },
6675
5048
  {
6676
- "name": "transaction-amount"
5049
+ "name": "cc-exp-year"
6677
5050
  },
6678
5051
  {
6679
- "name": "transaction-currency"
5052
+ "name": "cc-csc"
6680
5053
  },
6681
5054
  {
6682
- "name": "username"
5055
+ "name": "cc-type"
6683
5056
  },
6684
5057
  {
6685
- "name": "email"
5058
+ "name": "transaction-currency"
6686
5059
  },
6687
5060
  {
6688
- "name": "tel"
5061
+ "name": "transaction-amount"
6689
5062
  },
6690
5063
  {
6691
- "name": "tel-area-code"
5064
+ "name": "language"
6692
5065
  },
6693
5066
  {
6694
- "name": "tel-country-code"
5067
+ "name": "bday"
6695
5068
  },
6696
5069
  {
6697
- "name": "tel-extension"
5070
+ "name": "bday-day"
6698
5071
  },
6699
5072
  {
6700
- "name": "tel-local"
5073
+ "name": "bday-month"
6701
5074
  },
6702
5075
  {
6703
- "name": "tel-national"
5076
+ "name": "bday-year"
6704
5077
  },
6705
5078
  {
6706
- "name": "nickname"
5079
+ "name": "sex"
6707
5080
  },
6708
5081
  {
6709
- "name": "organization-title"
5082
+ "name": "tel-country-code"
6710
5083
  },
6711
5084
  {
6712
- "name": "cc-additional-name"
5085
+ "name": "tel-national"
6713
5086
  },
6714
5087
  {
6715
- "name": "language"
5088
+ "name": "tel-area-code"
6716
5089
  },
6717
5090
  {
6718
- "name": "bday"
5091
+ "name": "tel-local"
6719
5092
  },
6720
5093
  {
6721
- "name": "sex"
5094
+ "name": "tel-extension"
6722
5095
  },
6723
5096
  {
6724
5097
  "name": "impp"
@@ -6742,15 +5115,15 @@
6742
5115
  },
6743
5116
  {
6744
5117
  "name": "cancel-button-icon",
6745
- "description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`."
5118
+ "description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`."
6746
5119
  },
6747
5120
  {
6748
5121
  "name": "cancel-button-text",
6749
- "description": "Set the the cancel button text. Only available when the theme is `\"ios\"`."
5122
+ "description": "Set the the cancel button text. Only applies to `ios` mode."
6750
5123
  },
6751
5124
  {
6752
5125
  "name": "clear-icon",
6753
- "description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme."
5126
+ "description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`."
6754
5127
  },
6755
5128
  {
6756
5129
  "name": "color",
@@ -6860,7 +5233,7 @@
6860
5233
  },
6861
5234
  {
6862
5235
  "name": "mode",
6863
- "description": "The mode determines the platform behaviors of the component.",
5236
+ "description": "The mode determines which platform styles to use.",
6864
5237
  "values": [
6865
5238
  {
6866
5239
  "name": "ios"
@@ -6880,7 +5253,7 @@
6880
5253
  },
6881
5254
  {
6882
5255
  "name": "search-icon",
6883
- "description": "The icon to use as the search icon. Defaults to `\"search-outline\"` in\nthe `\"ios\"` theme and `\"search-sharp\"` in the `\"md\"` and `\"ionic\"` themes."
5256
+ "description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode."
6884
5257
  },
6885
5258
  {
6886
5259
  "name": "show-cancel-button",
@@ -6916,21 +5289,6 @@
6916
5289
  "name": "spellcheck",
6917
5290
  "description": "If `true`, enable spellcheck on the input."
6918
5291
  },
6919
- {
6920
- "name": "theme",
6921
- "description": "The theme determines the visual appearance of the component.",
6922
- "values": [
6923
- {
6924
- "name": "ios"
6925
- },
6926
- {
6927
- "name": "md"
6928
- },
6929
- {
6930
- "name": "ionic"
6931
- }
6932
- ]
6933
- },
6934
5292
  {
6935
5293
  "name": "type",
6936
5294
  "description": "Set the type of the input.",
@@ -7016,7 +5374,7 @@
7016
5374
  },
7017
5375
  {
7018
5376
  "name": "mode",
7019
- "description": "The mode determines the platform behaviors of the component.",
5377
+ "description": "The mode determines which platform styles to use.",
7020
5378
  "values": [
7021
5379
  {
7022
5380
  "name": "ios"
@@ -7038,21 +5396,6 @@
7038
5396
  "name": "swipe-gesture",
7039
5397
  "description": "If `true`, users will be able to swipe between segment buttons to activate them."
7040
5398
  },
7041
- {
7042
- "name": "theme",
7043
- "description": "The theme determines the visual appearance of the component.",
7044
- "values": [
7045
- {
7046
- "name": "ios"
7047
- },
7048
- {
7049
- "name": "md"
7050
- },
7051
- {
7052
- "name": "ionic"
7053
- }
7054
- ]
7055
- },
7056
5399
  {
7057
5400
  "name": "value",
7058
5401
  "description": "the value of the segment."
@@ -7106,28 +5449,13 @@
7106
5449
  },
7107
5450
  {
7108
5451
  "name": "mode",
7109
- "description": "The mode determines the platform behaviors of the component.",
7110
- "values": [
7111
- {
7112
- "name": "ios"
7113
- },
7114
- {
7115
- "name": "md"
7116
- }
7117
- ]
7118
- },
7119
- {
7120
- "name": "theme",
7121
- "description": "The theme determines the visual appearance of the component.",
5452
+ "description": "The mode determines which platform styles to use.",
7122
5453
  "values": [
7123
5454
  {
7124
5455
  "name": "ios"
7125
5456
  },
7126
5457
  {
7127
5458
  "name": "md"
7128
- },
7129
- {
7130
- "name": "ionic"
7131
5459
  }
7132
5460
  ]
7133
5461
  },
@@ -7245,11 +5573,11 @@
7245
5573
  },
7246
5574
  {
7247
5575
  "name": "expanded-icon",
7248
- "description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in `\"md\"` theme will be disabled. If undefined, `toggleIcon`\nwill be used for when the select is both open and closed."
5576
+ "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."
7249
5577
  },
7250
5578
  {
7251
5579
  "name": "fill",
7252
- "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in the `\"md\"` theme.",
5580
+ "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.",
7253
5581
  "values": [
7254
5582
  {
7255
5583
  "name": "outline"
@@ -7323,7 +5651,7 @@
7323
5651
  },
7324
5652
  {
7325
5653
  "name": "mode",
7326
- "description": "The mode determines the platform behaviors of the component.",
5654
+ "description": "The mode determines which platform styles to use.",
7327
5655
  "values": [
7328
5656
  {
7329
5657
  "name": "ios"
@@ -7349,58 +5677,26 @@
7349
5677
  "name": "placeholder",
7350
5678
  "description": "The text to display when the select is empty."
7351
5679
  },
5680
+ {
5681
+ "name": "required",
5682
+ "description": "If `true`, the user must fill in a value before submitting a form."
5683
+ },
7352
5684
  {
7353
5685
  "name": "selected-text",
7354
5686
  "description": "The text to display instead of the selected option's value."
7355
5687
  },
7356
5688
  {
7357
5689
  "name": "shape",
7358
- "description": "Set to `\"soft\"` for a select with slightly rounded corners,\n`\"round\"` for a select with fully rounded corners,\nor `\"rectangular\"` for a select without rounded corners.\n\nDefaults to `\"round\"` for the `\"ionic\"` theme, undefined for all other themes.",
5690
+ "description": "The shape of the select. If \"round\" it will have an increased border radius.",
7359
5691
  "values": [
7360
- {
7361
- "name": "rectangular"
7362
- },
7363
5692
  {
7364
5693
  "name": "round"
7365
- },
7366
- {
7367
- "name": "soft"
7368
- }
7369
- ]
7370
- },
7371
- {
7372
- "name": "size",
7373
- "description": "The size of the select. If \"large\" it will increase the height of the select, while\n\"small\" and \"medium\" provide progressively smaller heights.\n\nDefaults to `\"medium\"` for the ionic theme, and undefined for all other themes.",
7374
- "values": [
7375
- {
7376
- "name": "large"
7377
- },
7378
- {
7379
- "name": "medium"
7380
- },
7381
- {
7382
- "name": "small"
7383
- }
7384
- ]
7385
- },
7386
- {
7387
- "name": "theme",
7388
- "description": "The theme determines the visual appearance of the component.",
7389
- "values": [
7390
- {
7391
- "name": "ios"
7392
- },
7393
- {
7394
- "name": "md"
7395
- },
7396
- {
7397
- "name": "ionic"
7398
5694
  }
7399
5695
  ]
7400
5696
  },
7401
5697
  {
7402
5698
  "name": "toggle-icon",
7403
- "description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes."
5699
+ "description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode."
7404
5700
  },
7405
5701
  {
7406
5702
  "name": "value",
@@ -7448,33 +5744,6 @@
7448
5744
  "name": "disabled",
7449
5745
  "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."
7450
5746
  },
7451
- {
7452
- "name": "mode",
7453
- "description": "The mode determines the platform behaviors of the component.",
7454
- "values": [
7455
- {
7456
- "name": "ios"
7457
- },
7458
- {
7459
- "name": "md"
7460
- }
7461
- ]
7462
- },
7463
- {
7464
- "name": "theme",
7465
- "description": "The theme determines the visual appearance of the component.",
7466
- "values": [
7467
- {
7468
- "name": "ios"
7469
- },
7470
- {
7471
- "name": "md"
7472
- },
7473
- {
7474
- "name": "ionic"
7475
- }
7476
- ]
7477
- },
7478
5747
  {
7479
5748
  "name": "value",
7480
5749
  "description": "The text value of the option."
@@ -7497,33 +5766,6 @@
7497
5766
  {
7498
5767
  "name": "animated",
7499
5768
  "description": "If `true`, the skeleton text will animate."
7500
- },
7501
- {
7502
- "name": "mode",
7503
- "description": "The mode determines the platform behaviors of the component.",
7504
- "values": [
7505
- {
7506
- "name": "ios"
7507
- },
7508
- {
7509
- "name": "md"
7510
- }
7511
- ]
7512
- },
7513
- {
7514
- "name": "theme",
7515
- "description": "The theme determines the visual appearance of the component.",
7516
- "values": [
7517
- {
7518
- "name": "ios"
7519
- },
7520
- {
7521
- "name": "md"
7522
- },
7523
- {
7524
- "name": "ionic"
7525
- }
7526
- ]
7527
5769
  }
7528
5770
  ],
7529
5771
  "references": [
@@ -7577,18 +5819,6 @@
7577
5819
  "name": "duration",
7578
5820
  "description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner."
7579
5821
  },
7580
- {
7581
- "name": "mode",
7582
- "description": "The mode determines the platform behaviors of the component.",
7583
- "values": [
7584
- {
7585
- "name": "ios"
7586
- },
7587
- {
7588
- "name": "md"
7589
- }
7590
- ]
7591
- },
7592
5822
  {
7593
5823
  "name": "name",
7594
5824
  "description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
@@ -7625,42 +5855,6 @@
7625
5855
  {
7626
5856
  "name": "paused",
7627
5857
  "description": "If `true`, the spinner's animation will be paused."
7628
- },
7629
- {
7630
- "name": "size",
7631
- "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.",
7632
- "values": [
7633
- {
7634
- "name": "large"
7635
- },
7636
- {
7637
- "name": "medium"
7638
- },
7639
- {
7640
- "name": "small"
7641
- },
7642
- {
7643
- "name": "xlarge"
7644
- },
7645
- {
7646
- "name": "xsmall"
7647
- }
7648
- ]
7649
- },
7650
- {
7651
- "name": "theme",
7652
- "description": "The theme determines the visual appearance of the component.",
7653
- "values": [
7654
- {
7655
- "name": "ios"
7656
- },
7657
- {
7658
- "name": "md"
7659
- },
7660
- {
7661
- "name": "ionic"
7662
- }
7663
- ]
7664
5858
  }
7665
5859
  ],
7666
5860
  "references": [
@@ -7685,33 +5879,6 @@
7685
5879
  "name": "disabled",
7686
5880
  "description": "If `true`, the split pane will be hidden."
7687
5881
  },
7688
- {
7689
- "name": "mode",
7690
- "description": "The mode determines the platform behaviors of the component.",
7691
- "values": [
7692
- {
7693
- "name": "ios"
7694
- },
7695
- {
7696
- "name": "md"
7697
- }
7698
- ]
7699
- },
7700
- {
7701
- "name": "theme",
7702
- "description": "The theme determines the visual appearance of the component.",
7703
- "values": [
7704
- {
7705
- "name": "ios"
7706
- },
7707
- {
7708
- "name": "md"
7709
- },
7710
- {
7711
- "name": "ionic"
7712
- }
7713
- ]
7714
- },
7715
5882
  {
7716
5883
  "name": "when",
7717
5884
  "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."
@@ -7725,46 +5892,19 @@
7725
5892
  ]
7726
5893
  },
7727
5894
  {
7728
- "name": "ion-tab",
7729
- "description": {
7730
- "kind": "markdown",
7731
- "value": ""
7732
- },
7733
- "attributes": [
7734
- {
7735
- "name": "component",
7736
- "description": "The component to display inside of the tab."
7737
- },
7738
- {
7739
- "name": "mode",
7740
- "description": "The mode determines the platform behaviors of the component.",
7741
- "values": [
7742
- {
7743
- "name": "ios"
7744
- },
7745
- {
7746
- "name": "md"
7747
- }
7748
- ]
5895
+ "name": "ion-tab",
5896
+ "description": {
5897
+ "kind": "markdown",
5898
+ "value": ""
5899
+ },
5900
+ "attributes": [
5901
+ {
5902
+ "name": "component",
5903
+ "description": "The component to display inside of the tab."
7749
5904
  },
7750
5905
  {
7751
5906
  "name": "tab",
7752
5907
  "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."
7753
- },
7754
- {
7755
- "name": "theme",
7756
- "description": "The theme determines the visual appearance of the component.",
7757
- "values": [
7758
- {
7759
- "name": "ios"
7760
- },
7761
- {
7762
- "name": "md"
7763
- },
7764
- {
7765
- "name": "ionic"
7766
- }
7767
- ]
7768
5908
  }
7769
5909
  ],
7770
5910
  "references": [
@@ -7814,21 +5954,9 @@
7814
5954
  }
7815
5955
  ]
7816
5956
  },
7817
- {
7818
- "name": "expand",
7819
- "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\"`.",
7820
- "values": [
7821
- {
7822
- "name": "compact"
7823
- },
7824
- {
7825
- "name": "full"
7826
- }
7827
- ]
7828
- },
7829
5957
  {
7830
5958
  "name": "mode",
7831
- "description": "The mode determines the platform behaviors of the component.",
5959
+ "description": "The mode determines which platform styles to use.",
7832
5960
  "values": [
7833
5961
  {
7834
5962
  "name": "ios"
@@ -7842,39 +5970,9 @@
7842
5970
  "name": "selected-tab",
7843
5971
  "description": "The selected tab component"
7844
5972
  },
7845
- {
7846
- "name": "shape",
7847
- "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.",
7848
- "values": [
7849
- {
7850
- "name": "rectangular"
7851
- },
7852
- {
7853
- "name": "round"
7854
- },
7855
- {
7856
- "name": "soft"
7857
- }
7858
- ]
7859
- },
7860
- {
7861
- "name": "theme",
7862
- "description": "The theme determines the visual appearance of the component.",
7863
- "values": [
7864
- {
7865
- "name": "ios"
7866
- },
7867
- {
7868
- "name": "md"
7869
- },
7870
- {
7871
- "name": "ionic"
7872
- }
7873
- ]
7874
- },
7875
5973
  {
7876
5974
  "name": "translucent",
7877
- "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)."
5975
+ "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)."
7878
5976
  }
7879
5977
  ],
7880
5978
  "references": [
@@ -7929,7 +6027,7 @@
7929
6027
  },
7930
6028
  {
7931
6029
  "name": "mode",
7932
- "description": "The mode determines the platform behaviors of the component.",
6030
+ "description": "The mode determines which platform styles to use.",
7933
6031
  "values": [
7934
6032
  {
7935
6033
  "name": "ios"
@@ -7947,21 +6045,6 @@
7947
6045
  "name": "selected",
7948
6046
  "description": "The selected tab component"
7949
6047
  },
7950
- {
7951
- "name": "shape",
7952
- "description": "Set to `\"soft\"` for a tab-button with slightly rounded corners,\n`\"round\"` for a tab-button with fully rounded corners, or `\"rectangular\"`\nfor a tab-button without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
7953
- "values": [
7954
- {
7955
- "name": "rectangular"
7956
- },
7957
- {
7958
- "name": "round"
7959
- },
7960
- {
7961
- "name": "soft"
7962
- }
7963
- ]
7964
- },
7965
6048
  {
7966
6049
  "name": "tab",
7967
6050
  "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."
@@ -7969,21 +6052,6 @@
7969
6052
  {
7970
6053
  "name": "target",
7971
6054
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
7972
- },
7973
- {
7974
- "name": "theme",
7975
- "description": "The theme determines the visual appearance of the component.",
7976
- "values": [
7977
- {
7978
- "name": "ios"
7979
- },
7980
- {
7981
- "name": "md"
7982
- },
7983
- {
7984
- "name": "ionic"
7985
- }
7986
- ]
7987
6055
  }
7988
6056
  ],
7989
6057
  "references": [
@@ -7999,35 +6067,7 @@
7999
6067
  "kind": "markdown",
8000
6068
  "value": ""
8001
6069
  },
8002
- "attributes": [
8003
- {
8004
- "name": "mode",
8005
- "description": "The mode determines the platform behaviors of the component.",
8006
- "values": [
8007
- {
8008
- "name": "ios"
8009
- },
8010
- {
8011
- "name": "md"
8012
- }
8013
- ]
8014
- },
8015
- {
8016
- "name": "theme",
8017
- "description": "The theme determines the visual appearance of the component.",
8018
- "values": [
8019
- {
8020
- "name": "ios"
8021
- },
8022
- {
8023
- "name": "md"
8024
- },
8025
- {
8026
- "name": "ionic"
8027
- }
8028
- ]
8029
- }
8030
- ],
6070
+ "attributes": [],
8031
6071
  "references": [
8032
6072
  {
8033
6073
  "name": "Source code",
@@ -8077,28 +6117,13 @@
8077
6117
  },
8078
6118
  {
8079
6119
  "name": "mode",
8080
- "description": "The mode determines the platform behaviors of the component.",
8081
- "values": [
8082
- {
8083
- "name": "ios"
8084
- },
8085
- {
8086
- "name": "md"
8087
- }
8088
- ]
8089
- },
8090
- {
8091
- "name": "theme",
8092
- "description": "The theme determines the visual appearance of the component.",
6120
+ "description": "The mode determines which platform styles to use.",
8093
6121
  "values": [
8094
6122
  {
8095
6123
  "name": "ios"
8096
6124
  },
8097
6125
  {
8098
6126
  "name": "md"
8099
- },
8100
- {
8101
- "name": "ionic"
8102
6127
  }
8103
6128
  ]
8104
6129
  }
@@ -8215,7 +6240,7 @@
8215
6240
  },
8216
6241
  {
8217
6242
  "name": "fill",
8218
- "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\"`.",
6243
+ "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.",
8219
6244
  "values": [
8220
6245
  {
8221
6246
  "name": "outline"
@@ -8294,7 +6319,7 @@
8294
6319
  },
8295
6320
  {
8296
6321
  "name": "mode",
8297
- "description": "The mode determines the platform behaviors of the component.",
6322
+ "description": "The mode determines which platform styles to use.",
8298
6323
  "values": [
8299
6324
  {
8300
6325
  "name": "ios"
@@ -8326,31 +6351,10 @@
8326
6351
  },
8327
6352
  {
8328
6353
  "name": "shape",
8329
- "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.",
6354
+ "description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
8330
6355
  "values": [
8331
- {
8332
- "name": "rectangular"
8333
- },
8334
6356
  {
8335
6357
  "name": "round"
8336
- },
8337
- {
8338
- "name": "soft"
8339
- }
8340
- ]
8341
- },
8342
- {
8343
- "name": "size",
8344
- "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.",
8345
- "values": [
8346
- {
8347
- "name": "large"
8348
- },
8349
- {
8350
- "name": "medium"
8351
- },
8352
- {
8353
- "name": "small"
8354
6358
  }
8355
6359
  ]
8356
6360
  },
@@ -8358,21 +6362,6 @@
8358
6362
  "name": "spellcheck",
8359
6363
  "description": "If `true`, the element will have its spelling and grammar checked."
8360
6364
  },
8361
- {
8362
- "name": "theme",
8363
- "description": "The theme determines the visual appearance of the component.",
8364
- "values": [
8365
- {
8366
- "name": "ios"
8367
- },
8368
- {
8369
- "name": "md"
8370
- },
8371
- {
8372
- "name": "ionic"
8373
- }
8374
- ]
8375
- },
8376
6365
  {
8377
6366
  "name": "value",
8378
6367
  "description": "The value of the textarea."
@@ -8406,35 +6395,7 @@
8406
6395
  "kind": "markdown",
8407
6396
  "value": ""
8408
6397
  },
8409
- "attributes": [
8410
- {
8411
- "name": "mode",
8412
- "description": "The mode determines the platform behaviors of the component.",
8413
- "values": [
8414
- {
8415
- "name": "ios"
8416
- },
8417
- {
8418
- "name": "md"
8419
- }
8420
- ]
8421
- },
8422
- {
8423
- "name": "theme",
8424
- "description": "The theme determines the visual appearance of the component.",
8425
- "values": [
8426
- {
8427
- "name": "ios"
8428
- },
8429
- {
8430
- "name": "md"
8431
- },
8432
- {
8433
- "name": "ionic"
8434
- }
8435
- ]
8436
- }
8437
- ],
6398
+ "attributes": [],
8438
6399
  "references": [
8439
6400
  {
8440
6401
  "name": "Source code",
@@ -8482,18 +6443,6 @@
8482
6443
  }
8483
6444
  ]
8484
6445
  },
8485
- {
8486
- "name": "mode",
8487
- "description": "The mode determines the platform behaviors of the component.",
8488
- "values": [
8489
- {
8490
- "name": "ios"
8491
- },
8492
- {
8493
- "name": "md"
8494
- }
8495
- ]
8496
- },
8497
6446
  {
8498
6447
  "name": "size",
8499
6448
  "description": "The size of the toolbar title.",
@@ -8505,21 +6454,6 @@
8505
6454
  "name": "small"
8506
6455
  }
8507
6456
  ]
8508
- },
8509
- {
8510
- "name": "theme",
8511
- "description": "The theme determines the visual appearance of the component.",
8512
- "values": [
8513
- {
8514
- "name": "ios"
8515
- },
8516
- {
8517
- "name": "md"
8518
- },
8519
- {
8520
- "name": "ionic"
8521
- }
8522
- ]
8523
6457
  }
8524
6458
  ],
8525
6459
  "references": [
@@ -8615,7 +6549,7 @@
8615
6549
  },
8616
6550
  {
8617
6551
  "name": "mode",
8618
- "description": "The mode determines the platform behaviors of the component.",
6552
+ "description": "The mode determines which platform styles to use.",
8619
6553
  "values": [
8620
6554
  {
8621
6555
  "name": "ios"
@@ -8644,21 +6578,6 @@
8644
6578
  "name": "position-anchor",
8645
6579
  "description": "The element to anchor the toast's position to. Can be set as a direct reference\nor the ID of the element. With `position=\"bottom\"`, the toast will sit above the\nchosen element. With `position=\"top\"`, the toast will sit below the chosen element.\nWith `position=\"middle\"`, the value of `positionAnchor` is ignored."
8646
6580
  },
8647
- {
8648
- "name": "shape",
8649
- "description": "Set to `\"soft\"` for a toast with slightly rounded corners,\n`\"round\"` for a toast with fully rounded corners, or `\"rectangular\"`\nfor a toast without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
8650
- "values": [
8651
- {
8652
- "name": "rectangular"
8653
- },
8654
- {
8655
- "name": "round"
8656
- },
8657
- {
8658
- "name": "soft"
8659
- }
8660
- ]
8661
- },
8662
6581
  {
8663
6582
  "name": "swipe-gesture",
8664
6583
  "description": "If set to 'vertical', the Toast can be dismissed with\na swipe gesture. The swipe direction is determined by\nthe value of the `position` property:\n`top`: The Toast can be swiped up to dismiss.\n`bottom`: The Toast can be swiped down to dismiss.\n`middle`: The Toast can be swiped up or down to dismiss.",
@@ -8668,24 +6587,9 @@
8668
6587
  }
8669
6588
  ]
8670
6589
  },
8671
- {
8672
- "name": "theme",
8673
- "description": "The theme determines the visual appearance of the component.",
8674
- "values": [
8675
- {
8676
- "name": "ios"
8677
- },
8678
- {
8679
- "name": "md"
8680
- },
8681
- {
8682
- "name": "ionic"
8683
- }
8684
- ]
8685
- },
8686
6590
  {
8687
6591
  "name": "translucent",
8688
- "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)."
6592
+ "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)."
8689
6593
  },
8690
6594
  {
8691
6595
  "name": "trigger",
@@ -8798,7 +6702,7 @@
8798
6702
  },
8799
6703
  {
8800
6704
  "name": "mode",
8801
- "description": "The mode determines the platform behaviors of the component.",
6705
+ "description": "The mode determines which platform styles to use.",
8802
6706
  "values": [
8803
6707
  {
8804
6708
  "name": "ios"
@@ -8813,19 +6717,8 @@
8813
6717
  "description": "The name of the control, which is submitted with the form data."
8814
6718
  },
8815
6719
  {
8816
- "name": "theme",
8817
- "description": "The theme determines the visual appearance of the component.",
8818
- "values": [
8819
- {
8820
- "name": "ios"
8821
- },
8822
- {
8823
- "name": "md"
8824
- },
8825
- {
8826
- "name": "ionic"
8827
- }
8828
- ]
6720
+ "name": "required",
6721
+ "description": "If `true`, the user must fill in a value before submitting a form."
8829
6722
  },
8830
6723
  {
8831
6724
  "name": "value",
@@ -8881,28 +6774,13 @@
8881
6774
  },
8882
6775
  {
8883
6776
  "name": "mode",
8884
- "description": "The mode determines the platform behaviors of the component.",
8885
- "values": [
8886
- {
8887
- "name": "ios"
8888
- },
8889
- {
8890
- "name": "md"
8891
- }
8892
- ]
8893
- },
8894
- {
8895
- "name": "theme",
8896
- "description": "The theme determines the visual appearance of the component.",
6777
+ "description": "The mode determines which platform styles to use.",
8897
6778
  "values": [
8898
6779
  {
8899
6780
  "name": "ios"
8900
6781
  },
8901
6782
  {
8902
6783
  "name": "md"
8903
- },
8904
- {
8905
- "name": "ionic"
8906
6784
  }
8907
6785
  ]
8908
6786
  }