voyager-ionic-core 7.6.3 → 7.7.0

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 (718) hide show
  1. package/components/action-sheet.js +7 -5
  2. package/components/alert.js +7 -5
  3. package/components/backdrop.js +5 -3
  4. package/components/button.js +6 -4
  5. package/components/buttons.js +5 -3
  6. package/components/checkbox.js +4 -2
  7. package/components/data.js +1 -1
  8. package/components/hardware-back-button.js +47 -3
  9. package/components/helpers.js +1 -1
  10. package/components/icon.js +2 -1
  11. package/components/ion-accordion-group.js +6 -4
  12. package/components/ion-accordion.js +9 -5
  13. package/components/ion-app.js +14 -3
  14. package/components/ion-avatar.js +5 -3
  15. package/components/ion-back-button.js +7 -5
  16. package/components/ion-badge.js +6 -4
  17. package/components/ion-breadcrumb.js +6 -4
  18. package/components/ion-breadcrumbs.js +6 -4
  19. package/components/ion-card-content.js +5 -3
  20. package/components/ion-card-header.js +6 -4
  21. package/components/ion-card-subtitle.js +6 -4
  22. package/components/ion-card-title.js +6 -4
  23. package/components/ion-card.js +5 -3
  24. package/components/ion-chip.js +6 -4
  25. package/components/ion-col.js +4 -3
  26. package/components/ion-content.js +5 -4
  27. package/components/ion-datetime-button.js +6 -4
  28. package/components/ion-datetime.js +40 -19
  29. package/components/ion-fab-button.js +6 -4
  30. package/components/ion-fab-list.js +4 -3
  31. package/components/ion-fab.js +4 -3
  32. package/components/ion-footer.js +6 -4
  33. package/components/ion-grid.js +4 -3
  34. package/components/ion-header.js +6 -4
  35. package/components/ion-img.js +3 -2
  36. package/components/ion-infinite-scroll-content.js +6 -4
  37. package/components/ion-infinite-scroll.js +3 -2
  38. package/components/ion-input.js +6 -4
  39. package/components/ion-item-divider.js +6 -4
  40. package/components/ion-item-group.js +5 -3
  41. package/components/ion-item-option.js +6 -4
  42. package/components/ion-item-options.js +5 -3
  43. package/components/ion-item-sliding.js +3 -2
  44. package/components/ion-loading.js +6 -4
  45. package/components/ion-menu-button.js +7 -5
  46. package/components/ion-menu-toggle.js +4 -3
  47. package/components/ion-menu.js +13 -5
  48. package/components/ion-modal.js +8 -7
  49. package/components/ion-nav-link.js +1 -1
  50. package/components/ion-nav.js +3 -2
  51. package/components/ion-picker.js +6 -4
  52. package/components/ion-progress-bar.js +5 -3
  53. package/components/ion-range.js +4 -2
  54. package/components/ion-refresher-content.js +1 -1
  55. package/components/ion-refresher.js +5 -3
  56. package/components/ion-reorder-group.js +3 -2
  57. package/components/ion-reorder.js +5 -3
  58. package/components/ion-router-link.js +4 -3
  59. package/components/ion-router-outlet.js +3 -2
  60. package/components/ion-row.js +3 -2
  61. package/components/ion-searchbar.js +8 -6
  62. package/components/ion-segment-button.js +7 -5
  63. package/components/ion-segment.js +13 -4
  64. package/components/ion-select-option.js +3 -2
  65. package/components/ion-select.js +24 -3
  66. package/components/ion-skeleton-text.js +4 -3
  67. package/components/ion-split-pane.js +15 -14
  68. package/components/ion-tab-bar.js +6 -4
  69. package/components/ion-tab-button.js +6 -4
  70. package/components/ion-tab.js +4 -3
  71. package/components/ion-tabs.js +3 -2
  72. package/components/ion-text.js +4 -3
  73. package/components/ion-textarea.js +4 -2
  74. package/components/ion-thumbnail.js +3 -2
  75. package/components/ion-title.js +6 -4
  76. package/components/ion-toast.js +6 -4
  77. package/components/ion-toggle.js +4 -2
  78. package/components/ion-toolbar.js +6 -4
  79. package/components/item.js +14 -6
  80. package/components/label.js +5 -3
  81. package/components/list-header.js +6 -4
  82. package/components/list.js +6 -4
  83. package/components/note.js +6 -4
  84. package/components/overlays.js +41 -13
  85. package/components/picker-column-internal.js +7 -5
  86. package/components/picker-column.js +6 -4
  87. package/components/picker-internal.js +21 -3
  88. package/components/popover.js +8 -6
  89. package/components/radio-group.js +1 -1
  90. package/components/radio.js +4 -2
  91. package/components/ripple-effect.js +3 -2
  92. package/components/select-popover.js +5 -3
  93. package/components/spinner.js +4 -3
  94. package/css/core.css +28 -0
  95. package/css/core.css.map +1 -1
  96. package/css/ionic.bundle.css +1 -1
  97. package/css/ionic.bundle.css.map +1 -1
  98. package/dist/cjs/{animation-9b401d39.js → animation-fdab9de5.js} +1 -1
  99. package/dist/cjs/{app-globals-7def22c8.js → app-globals-5a17c5e1.js} +1 -1
  100. package/dist/cjs/{button-active-962fe442.js → button-active-b8c3f603.js} +1 -1
  101. package/dist/cjs/{form-controller-7d42a722.js → form-controller-7b90d7b7.js} +1 -1
  102. package/dist/cjs/{framework-delegate-1c29b14a.js → framework-delegate-a3e6d060.js} +1 -1
  103. package/dist/cjs/{hardware-back-button-76833cac.js → hardware-back-button-d23873bb.js} +48 -2
  104. package/dist/cjs/{helpers-76bb7efb.js → helpers-2e1028fa.js} +1 -1
  105. package/dist/cjs/{index-b4f986cd.js → index-10da82ce.js} +1 -1
  106. package/dist/cjs/{index-da15e99c.js → index-53d162b2.js} +1 -1
  107. package/dist/cjs/{index-50dcfe2f.js → index-5a471146.js} +57 -29
  108. package/dist/cjs/{index-17ab7794.js → index-84351d21.js} +4 -4
  109. package/dist/cjs/{index-3b012034.js → index-8c679cbf.js} +4 -4
  110. package/dist/cjs/index.cjs.js +11 -11
  111. package/dist/cjs/{input-shims-a23bb0f4.js → input-shims-6f804705.js} +2 -2
  112. package/dist/cjs/{input.utils-3d0166a2.js → input.utils-d693d18a.js} +1 -1
  113. package/dist/cjs/ion-accordion_2.cjs.entry.js +18 -12
  114. package/dist/cjs/ion-action-sheet.cjs.entry.js +15 -13
  115. package/dist/cjs/ion-alert.cjs.entry.js +15 -13
  116. package/dist/cjs/ion-app_8.cjs.entry.js +72 -50
  117. package/dist/cjs/ion-avatar_3.cjs.entry.js +16 -11
  118. package/dist/cjs/ion-back-button.cjs.entry.js +10 -8
  119. package/dist/cjs/ion-backdrop.cjs.entry.js +7 -5
  120. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +15 -11
  121. package/dist/cjs/ion-button_2.cjs.entry.js +11 -8
  122. package/dist/cjs/ion-card_5.cjs.entry.js +31 -21
  123. package/dist/cjs/ion-checkbox.cjs.entry.js +8 -6
  124. package/dist/cjs/ion-chip.cjs.entry.js +8 -6
  125. package/dist/cjs/ion-col_3.cjs.entry.js +13 -10
  126. package/dist/cjs/ion-datetime-button.cjs.entry.js +8 -6
  127. package/dist/cjs/ion-datetime_3.cjs.entry.js +58 -33
  128. package/dist/cjs/ion-fab_3.cjs.entry.js +17 -13
  129. package/dist/cjs/ion-img.cjs.entry.js +6 -5
  130. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +13 -10
  131. package/dist/cjs/ion-input.cjs.entry.js +12 -10
  132. package/dist/cjs/ion-item-option_3.cjs.entry.js +18 -13
  133. package/dist/cjs/ion-item_8.cjs.entry.js +54 -34
  134. package/dist/cjs/ion-loading.cjs.entry.js +13 -11
  135. package/dist/cjs/ion-menu_3.cjs.entry.js +30 -20
  136. package/dist/cjs/ion-modal.cjs.entry.js +17 -16
  137. package/dist/cjs/ion-nav_2.cjs.entry.js +10 -9
  138. package/dist/cjs/ion-picker-column-internal.cjs.entry.js +10 -8
  139. package/dist/cjs/ion-picker-internal.cjs.entry.js +23 -5
  140. package/dist/cjs/ion-popover.cjs.entry.js +16 -14
  141. package/dist/cjs/ion-progress-bar.cjs.entry.js +8 -6
  142. package/dist/cjs/ion-radio_2.cjs.entry.js +9 -7
  143. package/dist/cjs/ion-range.cjs.entry.js +9 -7
  144. package/dist/cjs/ion-refresher_2.cjs.entry.js +11 -9
  145. package/dist/cjs/ion-reorder_2.cjs.entry.js +12 -9
  146. package/dist/cjs/ion-ripple-effect.cjs.entry.js +5 -4
  147. package/dist/cjs/ion-route_4.cjs.entry.js +7 -6
  148. package/dist/cjs/ion-searchbar.cjs.entry.js +11 -9
  149. package/dist/cjs/ion-segment_2.cjs.entry.js +23 -12
  150. package/dist/cjs/ion-select_3.cjs.entry.js +40 -16
  151. package/dist/cjs/ion-spinner.cjs.entry.js +6 -5
  152. package/dist/cjs/ion-split-pane.cjs.entry.js +17 -16
  153. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +15 -11
  154. package/dist/cjs/ion-tab_2.cjs.entry.js +10 -8
  155. package/dist/cjs/ion-text.cjs.entry.js +6 -5
  156. package/dist/cjs/ion-textarea.cjs.entry.js +10 -8
  157. package/dist/cjs/ion-toast.cjs.entry.js +13 -11
  158. package/dist/cjs/ion-toggle.cjs.entry.js +8 -6
  159. package/dist/cjs/{ionic-global-a4edbf03.js → ionic-global-7358c23e.js} +1 -1
  160. package/dist/cjs/ionic.cjs.js +5 -5
  161. package/dist/cjs/{ios.transition-b5353f3e.js → ios.transition-8e40c54e.js} +4 -4
  162. package/dist/cjs/loader.cjs.js +4 -4
  163. package/dist/cjs/{md.transition-67157dd9.js → md.transition-597a2479.js} +4 -4
  164. package/dist/cjs/{notch-controller-9735e7ac.js → notch-controller-db0127c4.js} +1 -1
  165. package/dist/cjs/{overlays-e77cc023.js → overlays-eaf2075f.js} +44 -16
  166. package/dist/cjs/{status-tap-b5d77c08.js → status-tap-b0bfea34.js} +3 -3
  167. package/dist/cjs/{swipe-back-e37a1a5c.js → swipe-back-7a848bb8.js} +1 -1
  168. package/dist/collection/collection-manifest.json +2 -2
  169. package/dist/collection/components/accordion/accordion.js +5 -3
  170. package/dist/collection/components/accordion/test/disabled/accordion.e2e.js +94 -0
  171. package/dist/collection/components/accordion/test/readonly/accordion.e2e.js +94 -0
  172. package/dist/collection/components/accordion-group/accordion-group.js +8 -6
  173. package/dist/collection/components/action-sheet/action-sheet.js +9 -13
  174. package/dist/collection/components/alert/alert.ios.css +23 -0
  175. package/dist/collection/components/alert/alert.js +8 -12
  176. package/dist/collection/components/alert/test/basic/alert.e2e.js +29 -4
  177. package/dist/collection/components/app/app.js +15 -4
  178. package/dist/collection/components/avatar/avatar.js +1 -1
  179. package/dist/collection/components/back-button/back-button.js +3 -3
  180. package/dist/collection/components/backdrop/backdrop.js +1 -1
  181. package/dist/collection/components/badge/badge.js +2 -2
  182. package/dist/collection/components/breadcrumb/breadcrumb.js +2 -2
  183. package/dist/collection/components/breadcrumbs/breadcrumbs.js +2 -2
  184. package/dist/collection/components/button/button.js +2 -2
  185. package/dist/collection/components/button/test/basic/button.e2e.js +1 -1
  186. package/dist/collection/components/buttons/buttons.js +1 -1
  187. package/dist/collection/components/card/card.js +1 -1
  188. package/dist/collection/components/card-content/card-content.js +1 -1
  189. package/dist/collection/components/card-header/card-header.js +2 -2
  190. package/dist/collection/components/card-subtitle/card-subtitle.js +2 -2
  191. package/dist/collection/components/card-title/card-title.js +2 -2
  192. package/dist/collection/components/chip/chip.js +2 -2
  193. package/dist/collection/components/col/col.js +2 -2
  194. package/dist/collection/components/content/content.js +27 -43
  195. package/dist/collection/components/datetime/datetime.js +44 -22
  196. package/dist/collection/components/datetime/test/a11y/datetime.e2e.js +3 -3
  197. package/dist/collection/components/datetime/test/basic/datetime.e2e.js +12 -12
  198. package/dist/collection/components/datetime/test/datetime.e2e.js +1 -1
  199. package/dist/collection/components/datetime/test/disable-dates/datetime.e2e.js +1 -1
  200. package/dist/collection/components/datetime/test/disabled/datetime.e2e.js +4 -4
  201. package/dist/collection/components/datetime/test/display/datetime.e2e.js +9 -9
  202. package/dist/collection/components/datetime/test/highlighted-dates/datetime.e2e.js +1 -1
  203. package/dist/collection/components/datetime/test/locale/datetime.e2e.js +3 -3
  204. package/dist/collection/components/datetime/test/minmax/datetime.e2e.js +11 -11
  205. package/dist/collection/components/datetime/test/month-year-picker/datetime.e2e.js +1 -1
  206. package/dist/collection/components/datetime/test/multiple/datetime.e2e.js +22 -5
  207. package/dist/collection/components/datetime/test/position/datetime.e2e.js +1 -1
  208. package/dist/collection/components/datetime/test/prefer-wheel/datetime.e2e.js +32 -32
  209. package/dist/collection/components/datetime/test/presentation/datetime.e2e.js +3 -3
  210. package/dist/collection/components/datetime/test/readonly/datetime.e2e.js +4 -4
  211. package/dist/collection/components/datetime/test/set-value/datetime.e2e.js +4 -4
  212. package/dist/collection/components/datetime/test/time-label/datetime.e2e.js +2 -2
  213. package/dist/collection/components/datetime/test/values/datetime.e2e.js +4 -4
  214. package/dist/collection/components/datetime-button/datetime-button.js +1 -1
  215. package/dist/collection/components/datetime-button/test/basic/datetime-button.e2e.js +14 -14
  216. package/dist/collection/components/datetime-button/test/disabled/datetime-button.e2e.js +2 -2
  217. package/dist/collection/components/datetime-button/test/multiple/datetime-button.e2e.js +6 -6
  218. package/dist/collection/components/fab/fab.js +2 -2
  219. package/dist/collection/components/fab-button/fab-button.js +2 -2
  220. package/dist/collection/components/fab-list/fab-list.js +2 -2
  221. package/dist/collection/components/footer/footer.js +2 -2
  222. package/dist/collection/components/grid/grid.js +2 -2
  223. package/dist/collection/components/header/header.js +2 -2
  224. package/dist/collection/components/header/test/condense/header.e2e.js +2 -2
  225. package/dist/collection/components/img/img.js +1 -1
  226. package/dist/collection/components/infinite-scroll/infinite-scroll.js +1 -1
  227. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +2 -2
  228. package/dist/collection/components/input/input.ios.css +4 -4
  229. package/dist/collection/components/input/input.md.css +4 -4
  230. package/dist/collection/components/item/item.ios.css +2 -39
  231. package/dist/collection/components/item/item.js +9 -2
  232. package/dist/collection/components/item/item.md.css +2 -39
  233. package/dist/collection/components/item/test/item.spec.js +20 -0
  234. package/dist/collection/components/item-divider/item-divider.js +2 -2
  235. package/dist/collection/components/item-group/item-group.js +1 -1
  236. package/dist/collection/components/item-option/item-option.js +2 -2
  237. package/dist/collection/components/item-options/item-options.js +1 -1
  238. package/dist/collection/components/item-sliding/item-sliding.js +4 -6
  239. package/dist/collection/components/label/label.js +1 -1
  240. package/dist/collection/components/label/test/basic/label.e2e.js +2 -2
  241. package/dist/collection/components/list/list.js +1 -1
  242. package/dist/collection/components/list/list.md.css +1 -21
  243. package/dist/collection/components/list-header/list-header.js +2 -2
  244. package/dist/collection/components/loading/loading.js +8 -12
  245. package/dist/collection/components/menu/menu.js +23 -18
  246. package/dist/collection/components/menu-button/menu-button.js +3 -3
  247. package/dist/collection/components/menu-toggle/menu-toggle.js +2 -2
  248. package/dist/collection/components/modal/modal.js +13 -17
  249. package/dist/collection/components/modal/test/sheet/modal.e2e.js +1 -1
  250. package/dist/collection/components/modal/test/standalone/modal.e2e.js +1 -1
  251. package/dist/collection/components/nav/nav.js +115 -191
  252. package/dist/collection/components/nav-link/nav-link.js +1 -1
  253. package/dist/collection/components/note/note.js +2 -2
  254. package/dist/collection/components/note/test/a11y/note.e2e.js +6 -6
  255. package/dist/collection/components/picker/picker.js +11 -17
  256. package/dist/collection/components/picker-column/picker-column.js +2 -2
  257. package/dist/collection/components/picker-column-internal/picker-column-internal.js +6 -5
  258. package/dist/collection/components/picker-internal/picker-internal.js +17 -1
  259. package/dist/collection/components/picker-internal/test/keyboard-entry/picker-internal.e2e.js +32 -0
  260. package/dist/collection/components/popover/popover.ios.css +1 -1
  261. package/dist/collection/components/popover/popover.js +20 -23
  262. package/dist/collection/components/popover/popover.md.css +1 -1
  263. package/dist/collection/components/progress-bar/progress-bar.js +1 -1
  264. package/dist/collection/components/radio/radio.js +6 -4
  265. package/dist/collection/components/radio-group/radio-group.js +1 -1
  266. package/dist/collection/components/radio-group/test/radio-group-events.e2e.js +15 -15
  267. package/dist/collection/components/range/test/label/range.e2e.js +2 -2
  268. package/dist/collection/components/range/test/range-events.e2e.js +2 -2
  269. package/dist/collection/components/refresher/refresher.js +1 -1
  270. package/dist/collection/components/refresher/test/test.utils.js +1 -1
  271. package/dist/collection/components/refresher-content/refresher-content.js +1 -1
  272. package/dist/collection/components/reorder/reorder.js +1 -1
  273. package/dist/collection/components/reorder-group/reorder-group.js +4 -6
  274. package/dist/collection/components/ripple-effect/ripple-effect.js +7 -11
  275. package/dist/collection/components/ripple-effect/test/basic/ripple-effect.e2e.js +2 -2
  276. package/dist/collection/components/router/router.js +12 -14
  277. package/dist/collection/components/router-link/router-link.js +2 -2
  278. package/dist/collection/components/router-outlet/router-outlet.js +22 -15
  279. package/dist/collection/components/row/row.js +1 -1
  280. package/dist/collection/components/searchbar/searchbar.js +4 -4
  281. package/dist/collection/components/segment/segment.js +9 -2
  282. package/dist/collection/components/segment-button/segment-button.js +3 -3
  283. package/dist/collection/components/select/select.js +23 -6
  284. package/dist/collection/components/select/test/disabled/select.e2e.js +1 -1
  285. package/dist/collection/components/select/test/select.spec.js +15 -0
  286. package/dist/collection/components/select-option/select-option.js +1 -1
  287. package/dist/collection/components/select-popover/select-popover.js +1 -1
  288. package/dist/collection/components/skeleton-text/skeleton-text.js +2 -2
  289. package/dist/collection/components/spinner/spinner.js +2 -2
  290. package/dist/collection/components/split-pane/split-pane.js +11 -12
  291. package/dist/collection/components/tab/tab.js +2 -2
  292. package/dist/collection/components/tab-bar/tab-bar.js +2 -2
  293. package/dist/collection/components/tab-button/tab-button.js +2 -2
  294. package/dist/collection/components/tabs/tabs.js +10 -13
  295. package/dist/collection/components/text/text.js +2 -2
  296. package/dist/collection/components/textarea/test/textarea-events.e2e.js +4 -4
  297. package/dist/collection/components/thumbnail/thumbnail.js +1 -1
  298. package/dist/collection/components/title/title.js +2 -2
  299. package/dist/collection/components/toast/toast.js +8 -12
  300. package/dist/collection/components/toolbar/toolbar.js +2 -2
  301. package/dist/collection/utils/hardware-back-button.js +45 -2
  302. package/dist/collection/utils/helpers.js +1 -1
  303. package/dist/collection/utils/overlays.js +41 -12
  304. package/dist/collection/utils/test/hardware-back-button.spec.js +38 -0
  305. package/dist/docs.d.ts +1 -21
  306. package/dist/docs.json +710 -542
  307. package/dist/esm/{animation-dde8cc0d.js → animation-60dbdd13.js} +1 -1
  308. package/dist/esm/{app-globals-8c62bec2.js → app-globals-47226a12.js} +1 -1
  309. package/dist/esm/{button-active-308d3edd.js → button-active-4bee452c.js} +1 -1
  310. package/dist/esm/{data-775093f5.js → data-0f3ab200.js} +1 -1
  311. package/dist/esm/{form-controller-548aa79c.js → form-controller-014aa89f.js} +1 -1
  312. package/dist/esm/{framework-delegate-bc1fd82a.js → framework-delegate-fed7fe7c.js} +1 -1
  313. package/dist/esm/{hardware-back-button-b2bc76db.js → hardware-back-button-f42b9c80.js} +48 -3
  314. package/dist/esm/{helpers-ae653409.js → helpers-c0b9ca37.js} +1 -1
  315. package/dist/esm/{index-1193f005.js → index-48209844.js} +4 -4
  316. package/dist/esm/{index-4743453d.js → index-4b98143d.js} +4 -4
  317. package/dist/esm/{index-b7d870cf.js → index-73881b51.js} +57 -29
  318. package/dist/esm/{index-82eeb47f.js → index-d64f34ea.js} +1 -1
  319. package/dist/esm/{index-b9e742e5.js → index-eb12ef92.js} +1 -1
  320. package/dist/esm/index.js +11 -11
  321. package/dist/esm/{input-shims-6539ce13.js → input-shims-b90ca55f.js} +2 -2
  322. package/dist/esm/{input.utils-a5a2d164.js → input.utils-6e9b0046.js} +1 -1
  323. package/dist/esm/ion-accordion_2.entry.js +18 -12
  324. package/dist/esm/ion-action-sheet.entry.js +15 -13
  325. package/dist/esm/ion-alert.entry.js +15 -13
  326. package/dist/esm/ion-app_8.entry.js +62 -40
  327. package/dist/esm/ion-avatar_3.entry.js +16 -11
  328. package/dist/esm/ion-back-button.entry.js +10 -8
  329. package/dist/esm/ion-backdrop.entry.js +7 -5
  330. package/dist/esm/ion-breadcrumb_2.entry.js +15 -11
  331. package/dist/esm/ion-button_2.entry.js +11 -8
  332. package/dist/esm/ion-card_5.entry.js +31 -21
  333. package/dist/esm/ion-checkbox.entry.js +8 -6
  334. package/dist/esm/ion-chip.entry.js +8 -6
  335. package/dist/esm/ion-col_3.entry.js +13 -10
  336. package/dist/esm/ion-datetime-button.entry.js +9 -7
  337. package/dist/esm/ion-datetime_3.entry.js +59 -34
  338. package/dist/esm/ion-fab_3.entry.js +17 -13
  339. package/dist/esm/ion-img.entry.js +6 -5
  340. package/dist/esm/ion-infinite-scroll_2.entry.js +13 -10
  341. package/dist/esm/ion-input.entry.js +12 -10
  342. package/dist/esm/ion-item-option_3.entry.js +18 -13
  343. package/dist/esm/ion-item_8.entry.js +54 -34
  344. package/dist/esm/ion-loading.entry.js +13 -11
  345. package/dist/esm/ion-menu_3.entry.js +30 -20
  346. package/dist/esm/ion-modal.entry.js +17 -16
  347. package/dist/esm/ion-nav_2.entry.js +10 -9
  348. package/dist/esm/ion-picker-column-internal.entry.js +10 -8
  349. package/dist/esm/ion-picker-internal.entry.js +23 -5
  350. package/dist/esm/ion-popover.entry.js +16 -14
  351. package/dist/esm/ion-progress-bar.entry.js +8 -6
  352. package/dist/esm/ion-radio_2.entry.js +9 -7
  353. package/dist/esm/ion-range.entry.js +9 -7
  354. package/dist/esm/ion-refresher_2.entry.js +11 -9
  355. package/dist/esm/ion-reorder_2.entry.js +12 -9
  356. package/dist/esm/ion-ripple-effect.entry.js +5 -4
  357. package/dist/esm/ion-route_4.entry.js +7 -6
  358. package/dist/esm/ion-searchbar.entry.js +11 -9
  359. package/dist/esm/ion-segment_2.entry.js +23 -12
  360. package/dist/esm/ion-select_3.entry.js +40 -16
  361. package/dist/esm/ion-spinner.entry.js +6 -5
  362. package/dist/esm/ion-split-pane.entry.js +17 -16
  363. package/dist/esm/ion-tab-bar_2.entry.js +15 -11
  364. package/dist/esm/ion-tab_2.entry.js +10 -8
  365. package/dist/esm/ion-text.entry.js +6 -5
  366. package/dist/esm/ion-textarea.entry.js +10 -8
  367. package/dist/esm/ion-toast.entry.js +13 -11
  368. package/dist/esm/ion-toggle.entry.js +8 -6
  369. package/dist/esm/{ionic-global-1f99b929.js → ionic-global-778b7863.js} +1 -1
  370. package/dist/esm/ionic.js +6 -6
  371. package/dist/esm/{ios.transition-3376ccb2.js → ios.transition-7ff7381d.js} +4 -4
  372. package/dist/esm/loader.js +5 -5
  373. package/dist/esm/{md.transition-f992779f.js → md.transition-28a9a26b.js} +4 -4
  374. package/dist/esm/{notch-controller-fea7f9c5.js → notch-controller-15d281a4.js} +1 -1
  375. package/dist/esm/{overlays-b33f6bca.js → overlays-fad5fe01.js} +44 -16
  376. package/dist/esm/{status-tap-16fd8f3d.js → status-tap-2b335fb7.js} +3 -3
  377. package/dist/esm/{swipe-back-18cb49f7.js → swipe-back-fa0ec5cd.js} +1 -1
  378. package/dist/esm-es5/{animation-dde8cc0d.js → animation-60dbdd13.js} +1 -1
  379. package/dist/esm-es5/app-globals-47226a12.js +4 -0
  380. package/dist/esm-es5/{button-active-308d3edd.js → button-active-4bee452c.js} +1 -1
  381. package/dist/esm-es5/{data-775093f5.js → data-0f3ab200.js} +1 -1
  382. package/dist/esm-es5/{form-controller-548aa79c.js → form-controller-014aa89f.js} +1 -1
  383. package/dist/esm-es5/{framework-delegate-bc1fd82a.js → framework-delegate-fed7fe7c.js} +1 -1
  384. package/dist/esm-es5/hardware-back-button-f42b9c80.js +4 -0
  385. package/dist/esm-es5/helpers-c0b9ca37.js +4 -0
  386. package/dist/esm-es5/{index-1193f005.js → index-48209844.js} +1 -1
  387. package/dist/esm-es5/{index-4743453d.js → index-4b98143d.js} +1 -1
  388. package/dist/esm-es5/index-73881b51.js +5 -0
  389. package/dist/esm-es5/index-d64f34ea.js +4 -0
  390. package/dist/esm-es5/{index-b9e742e5.js → index-eb12ef92.js} +1 -1
  391. package/dist/esm-es5/index.js +1 -1
  392. package/dist/esm-es5/{input-shims-6539ce13.js → input-shims-b90ca55f.js} +1 -1
  393. package/dist/esm-es5/{input.utils-a5a2d164.js → input.utils-6e9b0046.js} +1 -1
  394. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  395. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  396. package/dist/esm-es5/ion-alert.entry.js +1 -1
  397. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  398. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  399. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  400. package/dist/esm-es5/ion-backdrop.entry.js +1 -1
  401. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  402. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  403. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  404. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  405. package/dist/esm-es5/ion-chip.entry.js +1 -1
  406. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  407. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  408. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  409. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  410. package/dist/esm-es5/ion-img.entry.js +1 -1
  411. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  412. package/dist/esm-es5/ion-input.entry.js +1 -1
  413. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  414. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  415. package/dist/esm-es5/ion-loading.entry.js +1 -1
  416. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  417. package/dist/esm-es5/ion-modal.entry.js +1 -1
  418. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  419. package/dist/esm-es5/ion-picker-column-internal.entry.js +1 -1
  420. package/dist/esm-es5/ion-picker-internal.entry.js +1 -1
  421. package/dist/esm-es5/ion-popover.entry.js +1 -1
  422. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  423. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  424. package/dist/esm-es5/ion-range.entry.js +1 -1
  425. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  426. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  427. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  428. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  429. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  430. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  431. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  432. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  433. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  434. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  435. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  436. package/dist/esm-es5/ion-text.entry.js +1 -1
  437. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  438. package/dist/esm-es5/ion-toast.entry.js +1 -1
  439. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  440. package/dist/esm-es5/{ionic-global-1f99b929.js → ionic-global-778b7863.js} +1 -1
  441. package/dist/esm-es5/ionic.js +1 -1
  442. package/dist/esm-es5/{ios.transition-3376ccb2.js → ios.transition-7ff7381d.js} +1 -1
  443. package/dist/esm-es5/loader.js +1 -1
  444. package/dist/esm-es5/md.transition-28a9a26b.js +4 -0
  445. package/dist/esm-es5/{notch-controller-fea7f9c5.js → notch-controller-15d281a4.js} +1 -1
  446. package/dist/esm-es5/overlays-fad5fe01.js +4 -0
  447. package/dist/esm-es5/{status-tap-16fd8f3d.js → status-tap-2b335fb7.js} +1 -1
  448. package/dist/esm-es5/{swipe-back-18cb49f7.js → swipe-back-fa0ec5cd.js} +1 -1
  449. package/dist/ionic/index.esm.js +1 -1
  450. package/dist/ionic/ionic.esm.js +1 -1
  451. package/dist/ionic/ionic.js +1 -1
  452. package/dist/ionic/p-001010b6.system.js +4 -0
  453. package/dist/ionic/p-044ad008.system.entry.js +4 -0
  454. package/dist/ionic/p-078fd095.system.entry.js +4 -0
  455. package/dist/ionic/p-0ae25399.system.entry.js +4 -0
  456. package/dist/ionic/p-0b955124.system.js +4 -0
  457. package/dist/ionic/p-0e29919c.system.entry.js +4 -0
  458. package/dist/ionic/p-0eef8b34.system.entry.js +4 -0
  459. package/dist/ionic/p-0fd295ef.system.entry.js +4 -0
  460. package/dist/ionic/{p-799da666.entry.js → p-108f730a.entry.js} +1 -1
  461. package/dist/ionic/p-1375f21f.js +4 -0
  462. package/dist/ionic/{p-7fae5c36.js → p-1aa7c019.js} +1 -1
  463. package/dist/ionic/{p-e33d1ebc.entry.js → p-1c531ca2.entry.js} +1 -1
  464. package/dist/ionic/p-1d8c2cfc.system.entry.js +4 -0
  465. package/dist/ionic/{p-53ec4f1c.system.js → p-1dfc11b3.system.js} +1 -1
  466. package/dist/ionic/p-1f6cdf2c.system.entry.js +4 -0
  467. package/dist/ionic/p-20a6513f.system.entry.js +4 -0
  468. package/dist/ionic/p-20f7a91e.system.entry.js +4 -0
  469. package/dist/ionic/{p-0aa78a8d.system.js → p-25b08bc4.system.js} +1 -1
  470. package/dist/ionic/p-2da0a76c.entry.js +4 -0
  471. package/dist/ionic/p-2f66e177.system.entry.js +4 -0
  472. package/dist/ionic/p-30c9e049.system.entry.js +4 -0
  473. package/dist/ionic/p-30d77a91.system.js +4 -0
  474. package/dist/ionic/{p-376a6063.js → p-31c495c2.js} +1 -1
  475. package/dist/ionic/p-333f06ed.entry.js +4 -0
  476. package/dist/ionic/{p-0509fd34.js → p-341b4519.js} +1 -1
  477. package/dist/ionic/p-34947dff.system.entry.js +4 -0
  478. package/dist/ionic/{p-cabad15b.system.js → p-37c33319.system.js} +1 -1
  479. package/dist/ionic/p-38a6fee7.entry.js +4 -0
  480. package/dist/ionic/p-396c1a55.entry.js +4 -0
  481. package/dist/ionic/p-3a54c070.system.entry.js +4 -0
  482. package/dist/ionic/p-3a98f8db.entry.js +4 -0
  483. package/dist/ionic/{p-d51674c5.system.js → p-3c6f02cf.system.js} +1 -1
  484. package/dist/ionic/{p-bdf71399.entry.js → p-3cdbaa49.entry.js} +1 -1
  485. package/dist/ionic/p-3eb2da31.js +4 -0
  486. package/dist/ionic/{p-1501b945.system.js → p-3f028207.system.js} +1 -1
  487. package/dist/ionic/p-400574bf.entry.js +4 -0
  488. package/dist/ionic/p-41fde260.entry.js +4 -0
  489. package/dist/ionic/{p-8aa1d0b7.system.js → p-49543c9c.system.js} +1 -1
  490. package/dist/ionic/p-4b2d5b9c.js +4 -0
  491. package/dist/ionic/{p-88d5fbd3.js → p-4f777b5e.js} +1 -1
  492. package/dist/ionic/p-4fc40349.system.entry.js +4 -0
  493. package/dist/ionic/p-51f08a9f.entry.js +4 -0
  494. package/dist/ionic/p-52e02877.entry.js +4 -0
  495. package/dist/ionic/{p-afa9f205.system.js → p-55d5cd00.system.js} +1 -1
  496. package/dist/ionic/p-5615cf3f.system.entry.js +4 -0
  497. package/dist/ionic/p-58e3ae88.system.entry.js +4 -0
  498. package/dist/ionic/p-594ead2f.entry.js +4 -0
  499. package/dist/ionic/{p-b964aba3.entry.js → p-5a0c301f.entry.js} +1 -1
  500. package/dist/ionic/p-5e60dbc8.entry.js +4 -0
  501. package/dist/ionic/{p-f6e9c227.system.js → p-5eea8b4c.system.js} +1 -1
  502. package/dist/ionic/p-5f456b3c.system.entry.js +4 -0
  503. package/dist/ionic/p-61ba2137.system.js +4 -0
  504. package/dist/ionic/{p-17d283b9.system.entry.js → p-62067818.system.entry.js} +1 -1
  505. package/dist/ionic/{p-5ad1fe3b.system.js → p-62a3c609.system.js} +1 -1
  506. package/dist/ionic/p-680f96e8.system.entry.js +4 -0
  507. package/dist/ionic/p-6871553b.system.js +4 -0
  508. package/dist/ionic/p-6b02edd6.js +4 -0
  509. package/dist/ionic/p-6f38d0c5.system.entry.js +4 -0
  510. package/dist/ionic/p-70026e8f.system.entry.js +4 -0
  511. package/dist/ionic/{p-87bb3735.system.js → p-7330c044.system.js} +1 -1
  512. package/dist/ionic/p-76893257.system.js +5 -0
  513. package/dist/ionic/p-78edc0cd.system.entry.js +4 -0
  514. package/dist/ionic/p-7c32fb95.system.entry.js +4 -0
  515. package/dist/ionic/p-84879f61.system.entry.js +4 -0
  516. package/dist/ionic/p-84f589e1.entry.js +4 -0
  517. package/dist/ionic/p-8569d759.system.entry.js +4 -0
  518. package/dist/ionic/p-86670b91.system.js +4 -0
  519. package/dist/ionic/p-88ca4854.entry.js +4 -0
  520. package/dist/ionic/{p-1c249831.entry.js → p-89b5aff2.entry.js} +1 -1
  521. package/dist/ionic/p-8a671f16.entry.js +4 -0
  522. package/dist/ionic/{p-44a56556.js → p-8ddc00f7.js} +1 -1
  523. package/dist/ionic/p-8f1ce253.js +4 -0
  524. package/dist/ionic/p-92c2178e.system.entry.js +4 -0
  525. package/dist/ionic/{p-29d03b3a.js → p-9393a49f.js} +1 -1
  526. package/dist/ionic/{p-3a75d7fd.js → p-94be3ad7.js} +1 -1
  527. package/dist/ionic/p-95c44e02.system.js +4 -0
  528. package/dist/ionic/p-97eca294.entry.js +4 -0
  529. package/dist/ionic/{p-d93eed83.system.entry.js → p-9a6ab80a.system.entry.js} +1 -1
  530. package/dist/ionic/p-9db1e4c5.entry.js +4 -0
  531. package/dist/ionic/p-9eb4ea47.system.entry.js +4 -0
  532. package/dist/ionic/p-9f5b40c0.system.entry.js +4 -0
  533. package/dist/ionic/p-9f6397ce.entry.js +4 -0
  534. package/dist/ionic/p-a02b2d75.entry.js +4 -0
  535. package/dist/ionic/p-a051c371.entry.js +4 -0
  536. package/dist/ionic/{p-ade3cf46.entry.js → p-a114530c.entry.js} +1 -1
  537. package/dist/ionic/p-a19f5ae1.entry.js +4 -0
  538. package/dist/ionic/p-a1bfaa5c.system.entry.js +4 -0
  539. package/dist/ionic/p-a2ad515b.entry.js +4 -0
  540. package/dist/ionic/{p-4180a747.js → p-a3f572a7.js} +1 -1
  541. package/dist/ionic/p-aa7ae6aa.entry.js +4 -0
  542. package/dist/ionic/{p-0bd51c34.system.js → p-abe101da.system.js} +1 -1
  543. package/dist/ionic/p-ac20160b.system.entry.js +4 -0
  544. package/dist/ionic/p-b06ac4a5.system.js +4 -0
  545. package/dist/ionic/p-b1f0c48e.system.entry.js +4 -0
  546. package/dist/ionic/{p-66d633fb.js → p-b253ad7f.js} +1 -1
  547. package/dist/ionic/p-b4a95b80.system.entry.js +4 -0
  548. package/dist/ionic/{p-04377cfa.js → p-b4d8fe47.js} +1 -1
  549. package/dist/ionic/p-b5839dc2.js +4 -0
  550. package/dist/ionic/p-b8c4df21.entry.js +4 -0
  551. package/dist/ionic/p-b8c685a7.system.js +4 -0
  552. package/dist/ionic/{p-9f94c72e.system.js → p-b94882a9.system.js} +1 -1
  553. package/dist/ionic/{p-41208f54.system.entry.js → p-bc2c03d7.system.entry.js} +1 -1
  554. package/dist/ionic/{p-36d187af.js → p-c2289cd1.js} +1 -1
  555. package/dist/ionic/p-c3d041af.entry.js +4 -0
  556. package/dist/ionic/p-c569d1c8.entry.js +4 -0
  557. package/dist/ionic/p-c5c3710c.js +4 -0
  558. package/dist/ionic/{p-a074be82.system.js → p-c6fef62b.system.js} +1 -1
  559. package/dist/ionic/{p-7798c78a.system.js → p-c80c7e90.system.js} +1 -1
  560. package/dist/ionic/{p-013013a3.js → p-c858f685.js} +1 -1
  561. package/dist/ionic/p-c995da88.system.js +4 -0
  562. package/dist/ionic/p-cd055d60.system.entry.js +4 -0
  563. package/dist/ionic/p-ce2eabd5.entry.js +4 -0
  564. package/dist/ionic/p-d181166c.system.entry.js +4 -0
  565. package/dist/ionic/p-d7260b87.entry.js +4 -0
  566. package/dist/ionic/p-d74ca358.entry.js +4 -0
  567. package/dist/ionic/p-d8607ede.entry.js +4 -0
  568. package/dist/ionic/p-d95c8e90.entry.js +4 -0
  569. package/dist/ionic/p-dbb4c012.entry.js +4 -0
  570. package/dist/ionic/p-dce9bc53.entry.js +4 -0
  571. package/dist/ionic/p-dd60faa5.system.entry.js +4 -0
  572. package/dist/ionic/p-df281664.system.entry.js +4 -0
  573. package/dist/ionic/p-df468a8f.entry.js +4 -0
  574. package/dist/ionic/p-e1271366.js +5 -0
  575. package/dist/ionic/{p-38f2c6bb.system.js → p-e2bb92ed.system.js} +1 -1
  576. package/dist/ionic/p-e68980ff.system.entry.js +4 -0
  577. package/dist/ionic/p-e6aaff14.system.entry.js +4 -0
  578. package/dist/ionic/p-e6cfaa07.system.entry.js +4 -0
  579. package/dist/ionic/{p-4f400544.entry.js → p-ea8fbf09.entry.js} +1 -1
  580. package/dist/ionic/p-eb1fdf9f.system.entry.js +4 -0
  581. package/dist/ionic/p-eda7a1db.system.entry.js +4 -0
  582. package/dist/ionic/p-ef441122.entry.js +4 -0
  583. package/dist/ionic/p-efe9180b.entry.js +4 -0
  584. package/dist/ionic/p-f46775e4.entry.js +4 -0
  585. package/dist/ionic/p-f7b43141.system.entry.js +4 -0
  586. package/dist/ionic/{p-18cae04f.js → p-f7dce541.js} +1 -1
  587. package/dist/ionic/p-f88dd429.entry.js +4 -0
  588. package/dist/ionic/p-f97b9cdd.system.entry.js +4 -0
  589. package/dist/ionic/p-fd2aa50c.js +4 -0
  590. package/dist/ionic/p-fd36799d.system.js +4 -0
  591. package/dist/ionic/{p-767f1a92.entry.js → p-fd3f475f.entry.js} +1 -1
  592. package/dist/ionic/p-fd8ced99.system.js +4 -0
  593. package/dist/ionic/p-fe92da17.entry.js +4 -0
  594. package/dist/types/components/action-sheet/action-sheet-interface.d.ts +2 -2
  595. package/dist/types/components/alert/alert-interface.d.ts +2 -2
  596. package/dist/types/components/item/item.d.ts +1 -0
  597. package/dist/types/components/spinner/spinner-interface.d.ts +3 -1
  598. package/dist/types/components/split-pane/split-pane.d.ts +1 -1
  599. package/dist/types/components/toast/toast-interface.d.ts +2 -2
  600. package/dist/types/interface.d.ts +1 -1
  601. package/dist/types/utils/browser/index.d.ts +22 -1
  602. package/dist/types/utils/config.d.ts +7 -0
  603. package/dist/types/utils/hardware-back-button.d.ts +13 -0
  604. package/dist/types/utils/helpers.d.ts +1 -1
  605. package/hydrate/index.d.ts +2 -2
  606. package/hydrate/index.js +2380 -437
  607. package/package.json +6 -6
  608. package/dist/collection/components/accordion/test/accordion.e2e.js +0 -39
  609. package/dist/esm-es5/app-globals-8c62bec2.js +0 -4
  610. package/dist/esm-es5/hardware-back-button-b2bc76db.js +0 -4
  611. package/dist/esm-es5/helpers-ae653409.js +0 -4
  612. package/dist/esm-es5/index-82eeb47f.js +0 -4
  613. package/dist/esm-es5/index-b7d870cf.js +0 -5
  614. package/dist/esm-es5/md.transition-f992779f.js +0 -4
  615. package/dist/esm-es5/overlays-b33f6bca.js +0 -4
  616. package/dist/ionic/p-0235067a.js +0 -4
  617. package/dist/ionic/p-02cb0cf0.entry.js +0 -4
  618. package/dist/ionic/p-043aa6cc.system.entry.js +0 -4
  619. package/dist/ionic/p-0550f802.entry.js +0 -4
  620. package/dist/ionic/p-068ec6d3.system.entry.js +0 -4
  621. package/dist/ionic/p-06abe918.system.entry.js +0 -4
  622. package/dist/ionic/p-0ebc87b7.system.entry.js +0 -4
  623. package/dist/ionic/p-149567b1.system.entry.js +0 -4
  624. package/dist/ionic/p-154e5e06.entry.js +0 -4
  625. package/dist/ionic/p-158efe8d.system.entry.js +0 -4
  626. package/dist/ionic/p-19d9ceb8.system.js +0 -4
  627. package/dist/ionic/p-1b27ac67.entry.js +0 -4
  628. package/dist/ionic/p-1cca10d6.system.js +0 -4
  629. package/dist/ionic/p-20e0e75d.system.entry.js +0 -4
  630. package/dist/ionic/p-213e377d.system.entry.js +0 -4
  631. package/dist/ionic/p-23a9d086.js +0 -4
  632. package/dist/ionic/p-254ec7c0.system.entry.js +0 -4
  633. package/dist/ionic/p-26c4bf85.entry.js +0 -4
  634. package/dist/ionic/p-2894d5f6.entry.js +0 -4
  635. package/dist/ionic/p-290d3fe9.js +0 -5
  636. package/dist/ionic/p-2b3debd5.entry.js +0 -4
  637. package/dist/ionic/p-2ba9a9bd.system.entry.js +0 -4
  638. package/dist/ionic/p-328107a5.system.entry.js +0 -4
  639. package/dist/ionic/p-328b49db.system.entry.js +0 -4
  640. package/dist/ionic/p-32ad210f.system.js +0 -4
  641. package/dist/ionic/p-3313c481.entry.js +0 -4
  642. package/dist/ionic/p-332ea4d3.system.entry.js +0 -4
  643. package/dist/ionic/p-3381c3f4.entry.js +0 -4
  644. package/dist/ionic/p-3671f1b9.system.js +0 -4
  645. package/dist/ionic/p-38c337e7.system.js +0 -4
  646. package/dist/ionic/p-39f96ff6.system.entry.js +0 -4
  647. package/dist/ionic/p-3dfc522b.entry.js +0 -4
  648. package/dist/ionic/p-3e8d5e53.entry.js +0 -4
  649. package/dist/ionic/p-40f68333.system.js +0 -4
  650. package/dist/ionic/p-43f03cf4.system.entry.js +0 -4
  651. package/dist/ionic/p-4489dd20.system.entry.js +0 -4
  652. package/dist/ionic/p-44dc52e5.entry.js +0 -4
  653. package/dist/ionic/p-47bb15a1.entry.js +0 -4
  654. package/dist/ionic/p-4a3218d4.system.entry.js +0 -4
  655. package/dist/ionic/p-4b3623da.js +0 -4
  656. package/dist/ionic/p-507ddbfe.system.entry.js +0 -4
  657. package/dist/ionic/p-52cfafe9.system.js +0 -5
  658. package/dist/ionic/p-5e0c7fdc.entry.js +0 -4
  659. package/dist/ionic/p-5ff99b79.entry.js +0 -4
  660. package/dist/ionic/p-60959b71.entry.js +0 -4
  661. package/dist/ionic/p-61e4d3ec.entry.js +0 -4
  662. package/dist/ionic/p-6337e56b.system.entry.js +0 -4
  663. package/dist/ionic/p-648ad047.system.entry.js +0 -4
  664. package/dist/ionic/p-6855f26a.entry.js +0 -4
  665. package/dist/ionic/p-69641343.system.entry.js +0 -4
  666. package/dist/ionic/p-6ab03751.js +0 -4
  667. package/dist/ionic/p-6c277fa2.system.entry.js +0 -4
  668. package/dist/ionic/p-6e0539ea.system.entry.js +0 -4
  669. package/dist/ionic/p-6fba0ce1.system.entry.js +0 -4
  670. package/dist/ionic/p-72cb0718.system.entry.js +0 -4
  671. package/dist/ionic/p-745e3339.system.entry.js +0 -4
  672. package/dist/ionic/p-790220fd.system.js +0 -4
  673. package/dist/ionic/p-793a10e0.system.entry.js +0 -4
  674. package/dist/ionic/p-84b567a6.entry.js +0 -4
  675. package/dist/ionic/p-85f48531.entry.js +0 -4
  676. package/dist/ionic/p-888db766.system.js +0 -4
  677. package/dist/ionic/p-8dae44aa.entry.js +0 -4
  678. package/dist/ionic/p-8f301ac5.system.entry.js +0 -4
  679. package/dist/ionic/p-928ee57a.entry.js +0 -4
  680. package/dist/ionic/p-93390f78.entry.js +0 -4
  681. package/dist/ionic/p-93419ece.system.entry.js +0 -4
  682. package/dist/ionic/p-97174c1e.js +0 -4
  683. package/dist/ionic/p-98f35d98.js +0 -4
  684. package/dist/ionic/p-9a68d8ef.system.js +0 -4
  685. package/dist/ionic/p-9fb45814.entry.js +0 -4
  686. package/dist/ionic/p-9fda6824.system.entry.js +0 -4
  687. package/dist/ionic/p-a20bb802.entry.js +0 -4
  688. package/dist/ionic/p-a3013394.entry.js +0 -4
  689. package/dist/ionic/p-a4461d1c.system.entry.js +0 -4
  690. package/dist/ionic/p-a49931aa.system.js +0 -4
  691. package/dist/ionic/p-a821750c.system.entry.js +0 -4
  692. package/dist/ionic/p-abd5d0d5.system.entry.js +0 -4
  693. package/dist/ionic/p-aed4931c.entry.js +0 -4
  694. package/dist/ionic/p-b7058a0e.system.entry.js +0 -4
  695. package/dist/ionic/p-b7a2ffc9.system.entry.js +0 -4
  696. package/dist/ionic/p-b8a9e195.system.entry.js +0 -4
  697. package/dist/ionic/p-beeed22c.system.entry.js +0 -4
  698. package/dist/ionic/p-c08fe2c0.entry.js +0 -4
  699. package/dist/ionic/p-c1701827.entry.js +0 -4
  700. package/dist/ionic/p-c23eff76.entry.js +0 -4
  701. package/dist/ionic/p-c68dd1e0.entry.js +0 -4
  702. package/dist/ionic/p-c8aadc98.system.entry.js +0 -4
  703. package/dist/ionic/p-cad1126a.entry.js +0 -4
  704. package/dist/ionic/p-cd1b920b.entry.js +0 -4
  705. package/dist/ionic/p-cd574dfa.js +0 -4
  706. package/dist/ionic/p-cf235986.entry.js +0 -4
  707. package/dist/ionic/p-d0748f6d.entry.js +0 -4
  708. package/dist/ionic/p-da5e2652.entry.js +0 -4
  709. package/dist/ionic/p-da666998.system.entry.js +0 -4
  710. package/dist/ionic/p-dc71e4ef.system.entry.js +0 -4
  711. package/dist/ionic/p-ddbb2d5b.system.js +0 -4
  712. package/dist/ionic/p-ddd48faf.system.entry.js +0 -4
  713. package/dist/ionic/p-de6f8b28.system.js +0 -4
  714. package/dist/ionic/p-e2903cdc.system.entry.js +0 -4
  715. package/dist/ionic/p-eb246b50.entry.js +0 -4
  716. package/dist/ionic/p-ee810056.system.entry.js +0 -4
  717. package/dist/ionic/p-eef72e06.js +0 -4
  718. package/dist/ionic/p-f894e0ad.entry.js +0 -4
package/dist/docs.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
- "timestamp": "2024-01-03T23:38:55",
2
+ "timestamp": "2024-02-02T00:56:23",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
- "version": "4.8.2",
6
- "typescriptVersion": "5.2.2"
5
+ "version": "4.12.0",
6
+ "typescriptVersion": "5.3.3"
7
7
  },
8
8
  "components": [
9
9
  {
@@ -799,22 +799,14 @@
799
799
  "signature": "(data?: any, role?: string) => Promise<boolean>",
800
800
  "parameters": [
801
801
  {
802
- "tags": [
803
- {
804
- "name": "param",
805
- "text": "data Any data to emit in the dismiss events."
806
- }
807
- ],
808
- "text": "Any data to emit in the dismiss events."
802
+ "name": "data",
803
+ "type": "any",
804
+ "docs": "Any data to emit in the dismiss events."
809
805
  },
810
806
  {
811
- "tags": [
812
- {
813
- "name": "param",
814
- "text": "role The role of the element that is dismissing the action sheet.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the action sheet.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
815
- }
816
- ],
817
- "text": "The role of the element that is dismissing the action sheet.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the action sheet.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
807
+ "name": "role",
808
+ "type": "string | undefined",
809
+ "docs": "The role of the element that is dismissing the action sheet.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the action sheet.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
818
810
  }
819
811
  ],
820
812
  "references": {
@@ -826,7 +818,18 @@
826
818
  "return": "Promise<boolean>"
827
819
  },
828
820
  "signature": "dismiss(data?: any, role?: string) => Promise<boolean>",
829
- "parameters": [],
821
+ "parameters": [
822
+ {
823
+ "name": "data",
824
+ "type": "any",
825
+ "docs": "Any data to emit in the dismiss events."
826
+ },
827
+ {
828
+ "name": "role",
829
+ "type": "string | undefined",
830
+ "docs": "The role of the element that is dismissing the action sheet.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the action sheet.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
831
+ }
832
+ ],
830
833
  "docs": "Dismiss the action sheet overlay after it has been presented.",
831
834
  "docsTags": [
832
835
  {
@@ -1627,22 +1630,14 @@
1627
1630
  "signature": "(data?: any, role?: string) => Promise<boolean>",
1628
1631
  "parameters": [
1629
1632
  {
1630
- "tags": [
1631
- {
1632
- "name": "param",
1633
- "text": "data Any data to emit in the dismiss events."
1634
- }
1635
- ],
1636
- "text": "Any data to emit in the dismiss events."
1633
+ "name": "data",
1634
+ "type": "any",
1635
+ "docs": "Any data to emit in the dismiss events."
1637
1636
  },
1638
1637
  {
1639
- "tags": [
1640
- {
1641
- "name": "param",
1642
- "text": "role The role of the element that is dismissing the alert.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the alert.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
1643
- }
1644
- ],
1645
- "text": "The role of the element that is dismissing the alert.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the alert.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
1638
+ "name": "role",
1639
+ "type": "string | undefined",
1640
+ "docs": "The role of the element that is dismissing the alert.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the alert.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
1646
1641
  }
1647
1642
  ],
1648
1643
  "references": {
@@ -1654,7 +1649,18 @@
1654
1649
  "return": "Promise<boolean>"
1655
1650
  },
1656
1651
  "signature": "dismiss(data?: any, role?: string) => Promise<boolean>",
1657
- "parameters": [],
1652
+ "parameters": [
1653
+ {
1654
+ "name": "data",
1655
+ "type": "any",
1656
+ "docs": "Any data to emit in the dismiss events."
1657
+ },
1658
+ {
1659
+ "name": "role",
1660
+ "type": "string | undefined",
1661
+ "docs": "The role of the element that is dismissing the alert.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the alert.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
1662
+ }
1663
+ ],
1658
1664
  "docs": "Dismiss the alert overlay after it has been presented.",
1659
1665
  "docsTags": [
1660
1666
  {
@@ -6468,31 +6474,19 @@
6468
6474
  "signature": "(x: number, y: number, duration: number) => Promise<void>",
6469
6475
  "parameters": [
6470
6476
  {
6471
- "tags": [
6472
- {
6473
- "name": "param",
6474
- "text": "x The amount to scroll by on the horizontal axis."
6475
- }
6476
- ],
6477
- "text": "The amount to scroll by on the horizontal axis."
6477
+ "name": "x",
6478
+ "type": "number",
6479
+ "docs": "The amount to scroll by on the horizontal axis."
6478
6480
  },
6479
6481
  {
6480
- "tags": [
6481
- {
6482
- "name": "param",
6483
- "text": "y The amount to scroll by on the vertical axis."
6484
- }
6485
- ],
6486
- "text": "The amount to scroll by on the vertical axis."
6482
+ "name": "y",
6483
+ "type": "number",
6484
+ "docs": "The amount to scroll by on the vertical axis."
6487
6485
  },
6488
6486
  {
6489
- "tags": [
6490
- {
6491
- "name": "param",
6492
- "text": "duration The amount of time to take scrolling by that amount."
6493
- }
6494
- ],
6495
- "text": "The amount of time to take scrolling by that amount."
6487
+ "name": "duration",
6488
+ "type": "number",
6489
+ "docs": "The amount of time to take scrolling by that amount."
6496
6490
  }
6497
6491
  ],
6498
6492
  "references": {
@@ -6504,7 +6498,23 @@
6504
6498
  "return": "Promise<void>"
6505
6499
  },
6506
6500
  "signature": "scrollByPoint(x: number, y: number, duration: number) => Promise<void>",
6507
- "parameters": [],
6501
+ "parameters": [
6502
+ {
6503
+ "name": "x",
6504
+ "type": "number",
6505
+ "docs": "The amount to scroll by on the horizontal axis."
6506
+ },
6507
+ {
6508
+ "name": "y",
6509
+ "type": "number",
6510
+ "docs": "The amount to scroll by on the vertical axis."
6511
+ },
6512
+ {
6513
+ "name": "duration",
6514
+ "type": "number",
6515
+ "docs": "The amount of time to take scrolling by that amount."
6516
+ }
6517
+ ],
6508
6518
  "docs": "Scroll by a specified X/Y distance in the component.",
6509
6519
  "docsTags": [
6510
6520
  {
@@ -6531,13 +6541,9 @@
6531
6541
  "signature": "(duration?: number) => Promise<void>",
6532
6542
  "parameters": [
6533
6543
  {
6534
- "tags": [
6535
- {
6536
- "name": "param",
6537
- "text": "duration The amount of time to take scrolling to the bottom. Defaults to `0`."
6538
- }
6539
- ],
6540
- "text": "The amount of time to take scrolling to the bottom. Defaults to `0`."
6544
+ "name": "duration",
6545
+ "type": "number",
6546
+ "docs": "The amount of time to take scrolling to the bottom. Defaults to `0`."
6541
6547
  }
6542
6548
  ],
6543
6549
  "references": {
@@ -6549,7 +6555,13 @@
6549
6555
  "return": "Promise<void>"
6550
6556
  },
6551
6557
  "signature": "scrollToBottom(duration?: number) => Promise<void>",
6552
- "parameters": [],
6558
+ "parameters": [
6559
+ {
6560
+ "name": "duration",
6561
+ "type": "number",
6562
+ "docs": "The amount of time to take scrolling to the bottom. Defaults to `0`."
6563
+ }
6564
+ ],
6553
6565
  "docs": "Scroll to the bottom of the component.",
6554
6566
  "docsTags": [
6555
6567
  {
@@ -6568,31 +6580,19 @@
6568
6580
  "signature": "(x: number | undefined | null, y: number | undefined | null, duration?: number) => Promise<void>",
6569
6581
  "parameters": [
6570
6582
  {
6571
- "tags": [
6572
- {
6573
- "name": "param",
6574
- "text": "x The point to scroll to on the horizontal axis."
6575
- }
6576
- ],
6577
- "text": "The point to scroll to on the horizontal axis."
6583
+ "name": "x",
6584
+ "type": "number | null | undefined",
6585
+ "docs": "The point to scroll to on the horizontal axis."
6578
6586
  },
6579
6587
  {
6580
- "tags": [
6581
- {
6582
- "name": "param",
6583
- "text": "y The point to scroll to on the vertical axis."
6584
- }
6585
- ],
6586
- "text": "The point to scroll to on the vertical axis."
6588
+ "name": "y",
6589
+ "type": "number | null | undefined",
6590
+ "docs": "The point to scroll to on the vertical axis."
6587
6591
  },
6588
6592
  {
6589
- "tags": [
6590
- {
6591
- "name": "param",
6592
- "text": "duration The amount of time to take scrolling to that point. Defaults to `0`."
6593
- }
6594
- ],
6595
- "text": "The amount of time to take scrolling to that point. Defaults to `0`."
6593
+ "name": "duration",
6594
+ "type": "number",
6595
+ "docs": "The amount of time to take scrolling to that point. Defaults to `0`."
6596
6596
  }
6597
6597
  ],
6598
6598
  "references": {
@@ -6604,7 +6604,23 @@
6604
6604
  "return": "Promise<void>"
6605
6605
  },
6606
6606
  "signature": "scrollToPoint(x: number | undefined | null, y: number | undefined | null, duration?: number) => Promise<void>",
6607
- "parameters": [],
6607
+ "parameters": [
6608
+ {
6609
+ "name": "x",
6610
+ "type": "number | null | undefined",
6611
+ "docs": "The point to scroll to on the horizontal axis."
6612
+ },
6613
+ {
6614
+ "name": "y",
6615
+ "type": "number | null | undefined",
6616
+ "docs": "The point to scroll to on the vertical axis."
6617
+ },
6618
+ {
6619
+ "name": "duration",
6620
+ "type": "number",
6621
+ "docs": "The amount of time to take scrolling to that point. Defaults to `0`."
6622
+ }
6623
+ ],
6608
6624
  "docs": "Scroll to a specified X/Y location in the component.",
6609
6625
  "docsTags": [
6610
6626
  {
@@ -6631,13 +6647,9 @@
6631
6647
  "signature": "(duration?: number) => Promise<void>",
6632
6648
  "parameters": [
6633
6649
  {
6634
- "tags": [
6635
- {
6636
- "name": "param",
6637
- "text": "duration The amount of time to take scrolling to the top. Defaults to `0`."
6638
- }
6639
- ],
6640
- "text": "The amount of time to take scrolling to the top. Defaults to `0`."
6650
+ "name": "duration",
6651
+ "type": "number",
6652
+ "docs": "The amount of time to take scrolling to the top. Defaults to `0`."
6641
6653
  }
6642
6654
  ],
6643
6655
  "references": {
@@ -6649,7 +6661,13 @@
6649
6661
  "return": "Promise<void>"
6650
6662
  },
6651
6663
  "signature": "scrollToTop(duration?: number) => Promise<void>",
6652
- "parameters": [],
6664
+ "parameters": [
6665
+ {
6666
+ "name": "duration",
6667
+ "type": "number",
6668
+ "docs": "The amount of time to take scrolling to the top. Defaults to `0`."
6669
+ }
6670
+ ],
6653
6671
  "docs": "Scroll to the top of the component.",
6654
6672
  "docsTags": [
6655
6673
  {
@@ -7712,8 +7730,9 @@
7712
7730
  "signature": "(closeOverlay?: boolean) => Promise<void>",
7713
7731
  "parameters": [
7714
7732
  {
7715
- "tags": [],
7716
- "text": ""
7733
+ "name": "closeOverlay",
7734
+ "type": "boolean",
7735
+ "docs": ""
7717
7736
  }
7718
7737
  ],
7719
7738
  "references": {
@@ -7725,7 +7744,13 @@
7725
7744
  "return": "Promise<void>"
7726
7745
  },
7727
7746
  "signature": "cancel(closeOverlay?: boolean) => Promise<void>",
7728
- "parameters": [],
7747
+ "parameters": [
7748
+ {
7749
+ "name": "closeOverlay",
7750
+ "type": "boolean",
7751
+ "docs": ""
7752
+ }
7753
+ ],
7729
7754
  "docs": "Emits the ionCancel event and\noptionally closes the popover\nor modal that the datetime was\npresented in.",
7730
7755
  "docsTags": []
7731
7756
  },
@@ -7739,8 +7764,9 @@
7739
7764
  "signature": "(closeOverlay?: boolean) => Promise<void>",
7740
7765
  "parameters": [
7741
7766
  {
7742
- "tags": [],
7743
- "text": ""
7767
+ "name": "closeOverlay",
7768
+ "type": "boolean",
7769
+ "docs": ""
7744
7770
  }
7745
7771
  ],
7746
7772
  "references": {
@@ -7752,7 +7778,13 @@
7752
7778
  "return": "Promise<void>"
7753
7779
  },
7754
7780
  "signature": "confirm(closeOverlay?: boolean) => Promise<void>",
7755
- "parameters": [],
7781
+ "parameters": [
7782
+ {
7783
+ "name": "closeOverlay",
7784
+ "type": "boolean",
7785
+ "docs": ""
7786
+ }
7787
+ ],
7756
7788
  "docs": "Confirms the selected datetime value, updates the\n`value` property, and optionally closes the popover\nor modal that the datetime was presented in.",
7757
7789
  "docsTags": []
7758
7790
  },
@@ -7766,8 +7798,9 @@
7766
7798
  "signature": "(startDate?: string) => Promise<void>",
7767
7799
  "parameters": [
7768
7800
  {
7769
- "tags": [],
7770
- "text": ""
7801
+ "name": "startDate",
7802
+ "type": "string | undefined",
7803
+ "docs": ""
7771
7804
  }
7772
7805
  ],
7773
7806
  "references": {
@@ -7779,7 +7812,13 @@
7779
7812
  "return": "Promise<void>"
7780
7813
  },
7781
7814
  "signature": "reset(startDate?: string) => Promise<void>",
7782
- "parameters": [],
7815
+ "parameters": [
7816
+ {
7817
+ "name": "startDate",
7818
+ "type": "string | undefined",
7819
+ "docs": ""
7820
+ }
7821
+ ],
7783
7822
  "docs": "Resets the internal state of the datetime but does not update the value.\nPassing a valid ISO-8601 string will reset the state of the component to the provided date.\nIf no value is provided, the internal state will be reset to the clamped value of the min, max and today.",
7784
7823
  "docsTags": []
7785
7824
  }
@@ -12791,13 +12830,9 @@
12791
12830
  "signature": "(side: Side | undefined) => Promise<void>",
12792
12831
  "parameters": [
12793
12832
  {
12794
- "tags": [
12795
- {
12796
- "name": "param",
12797
- "text": "side The side of the options to open. If a side is not provided, it will open the first set of options it finds within the item."
12798
- }
12799
- ],
12800
- "text": "The side of the options to open. If a side is not provided, it will open the first set of options it finds within the item."
12833
+ "name": "side",
12834
+ "type": "Side | undefined",
12835
+ "docs": "The side of the options to open. If a side is not provided, it will open the first set of options it finds within the item."
12801
12836
  }
12802
12837
  ],
12803
12838
  "references": {
@@ -12814,7 +12849,13 @@
12814
12849
  "return": "Promise<void>"
12815
12850
  },
12816
12851
  "signature": "open(side: Side | undefined) => Promise<void>",
12817
- "parameters": [],
12852
+ "parameters": [
12853
+ {
12854
+ "name": "side",
12855
+ "type": "Side | undefined",
12856
+ "docs": "The side of the options to open. If a side is not provided, it will open the first set of options it finds within the item."
12857
+ }
12858
+ ],
12818
12859
  "docs": "Open the sliding item.",
12819
12860
  "docsTags": [
12820
12861
  {
@@ -13749,22 +13790,14 @@
13749
13790
  "signature": "(data?: any, role?: string) => Promise<boolean>",
13750
13791
  "parameters": [
13751
13792
  {
13752
- "tags": [
13753
- {
13754
- "name": "param",
13755
- "text": "data Any data to emit in the dismiss events."
13756
- }
13757
- ],
13758
- "text": "Any data to emit in the dismiss events."
13793
+ "name": "data",
13794
+ "type": "any",
13795
+ "docs": "Any data to emit in the dismiss events."
13759
13796
  },
13760
13797
  {
13761
- "tags": [
13762
- {
13763
- "name": "param",
13764
- "text": "role The role of the element that is dismissing the loading.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the loading.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
13765
- }
13766
- ],
13767
- "text": "The role of the element that is dismissing the loading.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the loading.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
13798
+ "name": "role",
13799
+ "type": "string | undefined",
13800
+ "docs": "The role of the element that is dismissing the loading.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the loading.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
13768
13801
  }
13769
13802
  ],
13770
13803
  "references": {
@@ -13776,7 +13809,18 @@
13776
13809
  "return": "Promise<boolean>"
13777
13810
  },
13778
13811
  "signature": "dismiss(data?: any, role?: string) => Promise<boolean>",
13779
- "parameters": [],
13812
+ "parameters": [
13813
+ {
13814
+ "name": "data",
13815
+ "type": "any",
13816
+ "docs": "Any data to emit in the dismiss events."
13817
+ },
13818
+ {
13819
+ "name": "role",
13820
+ "type": "string | undefined",
13821
+ "docs": "The role of the element that is dismissing the loading.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the loading.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
13822
+ }
13823
+ ],
13780
13824
  "docs": "Dismiss the loading overlay after it has been presented.",
13781
13825
  "docsTags": [
13782
13826
  {
@@ -14274,8 +14318,9 @@
14274
14318
  "signature": "(animated?: boolean) => Promise<boolean>",
14275
14319
  "parameters": [
14276
14320
  {
14277
- "tags": [],
14278
- "text": ""
14321
+ "name": "animated",
14322
+ "type": "boolean",
14323
+ "docs": ""
14279
14324
  }
14280
14325
  ],
14281
14326
  "references": {
@@ -14287,7 +14332,13 @@
14287
14332
  "return": "Promise<boolean>"
14288
14333
  },
14289
14334
  "signature": "close(animated?: boolean) => Promise<boolean>",
14290
- "parameters": [],
14335
+ "parameters": [
14336
+ {
14337
+ "name": "animated",
14338
+ "type": "boolean",
14339
+ "docs": ""
14340
+ }
14341
+ ],
14291
14342
  "docs": "Closes the menu. If the menu is already closed or it can't be closed,\nit returns `false`.",
14292
14343
  "docsTags": []
14293
14344
  },
@@ -14345,8 +14396,9 @@
14345
14396
  "signature": "(animated?: boolean) => Promise<boolean>",
14346
14397
  "parameters": [
14347
14398
  {
14348
- "tags": [],
14349
- "text": ""
14399
+ "name": "animated",
14400
+ "type": "boolean",
14401
+ "docs": ""
14350
14402
  }
14351
14403
  ],
14352
14404
  "references": {
@@ -14358,7 +14410,13 @@
14358
14410
  "return": "Promise<boolean>"
14359
14411
  },
14360
14412
  "signature": "open(animated?: boolean) => Promise<boolean>",
14361
- "parameters": [],
14413
+ "parameters": [
14414
+ {
14415
+ "name": "animated",
14416
+ "type": "boolean",
14417
+ "docs": ""
14418
+ }
14419
+ ],
14362
14420
  "docs": "Opens the menu. If the menu is already open or it can't be opened,\nit returns `false`.",
14363
14421
  "docsTags": []
14364
14422
  },
@@ -14372,12 +14430,14 @@
14372
14430
  "signature": "(shouldOpen: boolean, animated?: boolean) => Promise<boolean>",
14373
14431
  "parameters": [
14374
14432
  {
14375
- "tags": [],
14376
- "text": ""
14433
+ "name": "shouldOpen",
14434
+ "type": "boolean",
14435
+ "docs": ""
14377
14436
  },
14378
14437
  {
14379
- "tags": [],
14380
- "text": ""
14438
+ "name": "animated",
14439
+ "type": "boolean",
14440
+ "docs": ""
14381
14441
  }
14382
14442
  ],
14383
14443
  "references": {
@@ -14389,7 +14449,18 @@
14389
14449
  "return": "Promise<boolean>"
14390
14450
  },
14391
14451
  "signature": "setOpen(shouldOpen: boolean, animated?: boolean) => Promise<boolean>",
14392
- "parameters": [],
14452
+ "parameters": [
14453
+ {
14454
+ "name": "shouldOpen",
14455
+ "type": "boolean",
14456
+ "docs": ""
14457
+ },
14458
+ {
14459
+ "name": "animated",
14460
+ "type": "boolean",
14461
+ "docs": ""
14462
+ }
14463
+ ],
14393
14464
  "docs": "Opens or closes the button.\nIf the operation can't be completed successfully, it returns `false`.",
14394
14465
  "docsTags": []
14395
14466
  },
@@ -14403,8 +14474,9 @@
14403
14474
  "signature": "(animated?: boolean) => Promise<boolean>",
14404
14475
  "parameters": [
14405
14476
  {
14406
- "tags": [],
14407
- "text": ""
14477
+ "name": "animated",
14478
+ "type": "boolean",
14479
+ "docs": ""
14408
14480
  }
14409
14481
  ],
14410
14482
  "references": {
@@ -14416,7 +14488,13 @@
14416
14488
  "return": "Promise<boolean>"
14417
14489
  },
14418
14490
  "signature": "toggle(animated?: boolean) => Promise<boolean>",
14419
- "parameters": [],
14491
+ "parameters": [
14492
+ {
14493
+ "name": "animated",
14494
+ "type": "boolean",
14495
+ "docs": ""
14496
+ }
14497
+ ],
14420
14498
  "docs": "Toggles the menu. If the menu is already open, it will try to close, otherwise it will try to open it.\nIf the operation can't be completed successfully, it returns `false`.",
14421
14499
  "docsTags": []
14422
14500
  }
@@ -14490,11 +14568,6 @@
14490
14568
  "event": "click",
14491
14569
  "capture": true,
14492
14570
  "passive": false
14493
- },
14494
- {
14495
- "event": "keydown",
14496
- "capture": false,
14497
- "passive": false
14498
14571
  }
14499
14572
  ],
14500
14573
  "styles": [
@@ -15446,22 +15519,14 @@
15446
15519
  "signature": "(data?: any, role?: string) => Promise<boolean>",
15447
15520
  "parameters": [
15448
15521
  {
15449
- "tags": [
15450
- {
15451
- "name": "param",
15452
- "text": "data Any data to emit in the dismiss events."
15453
- }
15454
- ],
15455
- "text": "Any data to emit in the dismiss events."
15522
+ "name": "data",
15523
+ "type": "any",
15524
+ "docs": "Any data to emit in the dismiss events."
15456
15525
  },
15457
15526
  {
15458
- "tags": [
15459
- {
15460
- "name": "param",
15461
- "text": "role The role of the element that is dismissing the modal. For example, 'cancel' or 'backdrop'."
15462
- }
15463
- ],
15464
- "text": "The role of the element that is dismissing the modal. For example, 'cancel' or 'backdrop'."
15527
+ "name": "role",
15528
+ "type": "string | undefined",
15529
+ "docs": "The role of the element that is dismissing the modal. For example, 'cancel' or 'backdrop'."
15465
15530
  }
15466
15531
  ],
15467
15532
  "references": {
@@ -15477,7 +15542,18 @@
15477
15542
  "return": "Promise<boolean>"
15478
15543
  },
15479
15544
  "signature": "dismiss(data?: any, role?: string) => Promise<boolean>",
15480
- "parameters": [],
15545
+ "parameters": [
15546
+ {
15547
+ "name": "data",
15548
+ "type": "any",
15549
+ "docs": "Any data to emit in the dismiss events."
15550
+ },
15551
+ {
15552
+ "name": "role",
15553
+ "type": "string | undefined",
15554
+ "docs": "The role of the element that is dismissing the modal. For example, 'cancel' or 'backdrop'."
15555
+ }
15556
+ ],
15481
15557
  "docs": "Dismiss the modal overlay after it has been presented.",
15482
15558
  "docsTags": [
15483
15559
  {
@@ -15610,8 +15686,9 @@
15610
15686
  "signature": "(breakpoint: number) => Promise<void>",
15611
15687
  "parameters": [
15612
15688
  {
15613
- "tags": [],
15614
- "text": ""
15689
+ "name": "breakpoint",
15690
+ "type": "number",
15691
+ "docs": ""
15615
15692
  }
15616
15693
  ],
15617
15694
  "references": {
@@ -15623,7 +15700,13 @@
15623
15700
  "return": "Promise<void>"
15624
15701
  },
15625
15702
  "signature": "setCurrentBreakpoint(breakpoint: number) => Promise<void>",
15626
- "parameters": [],
15703
+ "parameters": [
15704
+ {
15705
+ "name": "breakpoint",
15706
+ "type": "number",
15707
+ "docs": ""
15708
+ }
15709
+ ],
15627
15710
  "docs": "Move a sheet style modal to a specific breakpoint. The breakpoint value must\nbe a value defined in your `breakpoints` array.",
15628
15711
  "docsTags": []
15629
15712
  }
@@ -16045,13 +16128,9 @@
16045
16128
  "signature": "(view?: ViewController) => Promise<boolean>",
16046
16129
  "parameters": [
16047
16130
  {
16048
- "tags": [
16049
- {
16050
- "name": "param",
16051
- "text": "view The view to check."
16052
- }
16053
- ],
16054
- "text": "The view to check."
16131
+ "name": "view",
16132
+ "type": "ViewController | undefined",
16133
+ "docs": "The view to check."
16055
16134
  }
16056
16135
  ],
16057
16136
  "references": {
@@ -16068,7 +16147,13 @@
16068
16147
  "return": "Promise<boolean>"
16069
16148
  },
16070
16149
  "signature": "canGoBack(view?: ViewController) => Promise<boolean>",
16071
- "parameters": [],
16150
+ "parameters": [
16151
+ {
16152
+ "name": "view",
16153
+ "type": "ViewController | undefined",
16154
+ "docs": "The view to check."
16155
+ }
16156
+ ],
16072
16157
  "docs": "Returns `true` if the current view can go back.",
16073
16158
  "docsTags": [
16074
16159
  {
@@ -16114,13 +16199,9 @@
16114
16199
  "signature": "(index: number) => Promise<ViewController | undefined>",
16115
16200
  "parameters": [
16116
16201
  {
16117
- "tags": [
16118
- {
16119
- "name": "param",
16120
- "text": "index The index of the view."
16121
- }
16122
- ],
16123
- "text": "The index of the view."
16202
+ "name": "index",
16203
+ "type": "number",
16204
+ "docs": "The index of the view."
16124
16205
  }
16125
16206
  ],
16126
16207
  "references": {
@@ -16137,7 +16218,13 @@
16137
16218
  "return": "Promise<ViewController | undefined>"
16138
16219
  },
16139
16220
  "signature": "getByIndex(index: number) => Promise<ViewController | undefined>",
16140
- "parameters": [],
16221
+ "parameters": [
16222
+ {
16223
+ "name": "index",
16224
+ "type": "number",
16225
+ "docs": "The index of the view."
16226
+ }
16227
+ ],
16141
16228
  "docs": "Get the view at the specified index.",
16142
16229
  "docsTags": [
16143
16230
  {
@@ -16156,13 +16243,9 @@
16156
16243
  "signature": "(view?: ViewController) => Promise<ViewController | undefined>",
16157
16244
  "parameters": [
16158
16245
  {
16159
- "tags": [
16160
- {
16161
- "name": "param",
16162
- "text": "view The view to get."
16163
- }
16164
- ],
16165
- "text": "The view to get."
16246
+ "name": "view",
16247
+ "type": "ViewController | undefined",
16248
+ "docs": "The view to get."
16166
16249
  }
16167
16250
  ],
16168
16251
  "references": {
@@ -16179,7 +16262,13 @@
16179
16262
  "return": "Promise<ViewController | undefined>"
16180
16263
  },
16181
16264
  "signature": "getPrevious(view?: ViewController) => Promise<ViewController | undefined>",
16182
- "parameters": [],
16265
+ "parameters": [
16266
+ {
16267
+ "name": "view",
16268
+ "type": "ViewController | undefined",
16269
+ "docs": "The view to get."
16270
+ }
16271
+ ],
16183
16272
  "docs": "Get the previous view.",
16184
16273
  "docsTags": [
16185
16274
  {
@@ -16198,49 +16287,29 @@
16198
16287
  "signature": "<T extends NavComponent>(insertIndex: number, component: T, componentProps?: ComponentProps<T> | null, opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>",
16199
16288
  "parameters": [
16200
16289
  {
16201
- "tags": [
16202
- {
16203
- "name": "param",
16204
- "text": "insertIndex The index to insert the component at in the stack."
16205
- }
16206
- ],
16207
- "text": "The index to insert the component at in the stack."
16290
+ "name": "insertIndex",
16291
+ "type": "number",
16292
+ "docs": "The index to insert the component at in the stack."
16208
16293
  },
16209
16294
  {
16210
- "tags": [
16211
- {
16212
- "name": "param",
16213
- "text": "component The component to insert into the navigation stack."
16214
- }
16215
- ],
16216
- "text": "The component to insert into the navigation stack."
16295
+ "name": "component",
16296
+ "type": "T",
16297
+ "docs": "The component to insert into the navigation stack."
16217
16298
  },
16218
16299
  {
16219
- "tags": [
16220
- {
16221
- "name": "param",
16222
- "text": "componentProps Any properties of the component."
16223
- }
16224
- ],
16225
- "text": "Any properties of the component."
16300
+ "name": "componentProps",
16301
+ "type": "ComponentProps<T> | null | undefined",
16302
+ "docs": "Any properties of the component."
16226
16303
  },
16227
16304
  {
16228
- "tags": [
16229
- {
16230
- "name": "param",
16231
- "text": "opts The navigation options."
16232
- }
16233
- ],
16234
- "text": "The navigation options."
16305
+ "name": "opts",
16306
+ "type": "NavOptions | null | undefined",
16307
+ "docs": "The navigation options."
16235
16308
  },
16236
16309
  {
16237
- "tags": [
16238
- {
16239
- "name": "param",
16240
- "text": "done The transition complete function."
16241
- }
16242
- ],
16243
- "text": "The transition complete function."
16310
+ "name": "done",
16311
+ "type": "TransitionDoneFn | undefined",
16312
+ "docs": "The transition complete function."
16244
16313
  }
16245
16314
  ],
16246
16315
  "references": {
@@ -16276,7 +16345,33 @@
16276
16345
  "return": "Promise<boolean>"
16277
16346
  },
16278
16347
  "signature": "insert<T extends NavComponent>(insertIndex: number, component: T, componentProps?: ComponentProps<T> | null, opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>",
16279
- "parameters": [],
16348
+ "parameters": [
16349
+ {
16350
+ "name": "insertIndex",
16351
+ "type": "number",
16352
+ "docs": "The index to insert the component at in the stack."
16353
+ },
16354
+ {
16355
+ "name": "component",
16356
+ "type": "T",
16357
+ "docs": "The component to insert into the navigation stack."
16358
+ },
16359
+ {
16360
+ "name": "componentProps",
16361
+ "type": "ComponentProps<T> | null | undefined",
16362
+ "docs": "Any properties of the component."
16363
+ },
16364
+ {
16365
+ "name": "opts",
16366
+ "type": "NavOptions | null | undefined",
16367
+ "docs": "The navigation options."
16368
+ },
16369
+ {
16370
+ "name": "done",
16371
+ "type": "TransitionDoneFn | undefined",
16372
+ "docs": "The transition complete function."
16373
+ }
16374
+ ],
16280
16375
  "docs": "Inserts a component into the navigation stack at the specified index.\nThis is useful to add a component at any point in the navigation stack.",
16281
16376
  "docsTags": [
16282
16377
  {
@@ -16311,40 +16406,24 @@
16311
16406
  "signature": "(insertIndex: number, insertComponents: NavComponent[] | NavComponentWithProps[], opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>",
16312
16407
  "parameters": [
16313
16408
  {
16314
- "tags": [
16315
- {
16316
- "name": "param",
16317
- "text": "insertIndex The index to insert the components at in the stack."
16318
- }
16319
- ],
16320
- "text": "The index to insert the components at in the stack."
16409
+ "name": "insertIndex",
16410
+ "type": "number",
16411
+ "docs": "The index to insert the components at in the stack."
16321
16412
  },
16322
16413
  {
16323
- "tags": [
16324
- {
16325
- "name": "param",
16326
- "text": "insertComponents The components to insert into the navigation stack."
16327
- }
16328
- ],
16329
- "text": "The components to insert into the navigation stack."
16414
+ "name": "insertComponents",
16415
+ "type": "NavComponentWithProps<any>[] | NavComponent[]",
16416
+ "docs": "The components to insert into the navigation stack."
16330
16417
  },
16331
16418
  {
16332
- "tags": [
16333
- {
16334
- "name": "param",
16335
- "text": "opts The navigation options."
16336
- }
16337
- ],
16338
- "text": "The navigation options."
16419
+ "name": "opts",
16420
+ "type": "NavOptions | null | undefined",
16421
+ "docs": "The navigation options."
16339
16422
  },
16340
16423
  {
16341
- "tags": [
16342
- {
16343
- "name": "param",
16344
- "text": "done The transition complete function."
16345
- }
16346
- ],
16347
- "text": "The transition complete function."
16424
+ "name": "done",
16425
+ "type": "TransitionDoneFn | undefined",
16426
+ "docs": "The transition complete function."
16348
16427
  }
16349
16428
  ],
16350
16429
  "references": {
@@ -16376,7 +16455,28 @@
16376
16455
  "return": "Promise<boolean>"
16377
16456
  },
16378
16457
  "signature": "insertPages(insertIndex: number, insertComponents: NavComponent[] | NavComponentWithProps[], opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>",
16379
- "parameters": [],
16458
+ "parameters": [
16459
+ {
16460
+ "name": "insertIndex",
16461
+ "type": "number",
16462
+ "docs": "The index to insert the components at in the stack."
16463
+ },
16464
+ {
16465
+ "name": "insertComponents",
16466
+ "type": "NavComponentWithProps<any>[] | NavComponent[]",
16467
+ "docs": "The components to insert into the navigation stack."
16468
+ },
16469
+ {
16470
+ "name": "opts",
16471
+ "type": "NavOptions | null | undefined",
16472
+ "docs": "The navigation options."
16473
+ },
16474
+ {
16475
+ "name": "done",
16476
+ "type": "TransitionDoneFn | undefined",
16477
+ "docs": "The transition complete function."
16478
+ }
16479
+ ],
16380
16480
  "docs": "Inserts an array of components into the navigation stack at the specified index.\nThe last component in the array will become instantiated as a view, and animate\nin to become the active view.",
16381
16481
  "docsTags": [
16382
16482
  {
@@ -16407,22 +16507,14 @@
16407
16507
  "signature": "(opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>",
16408
16508
  "parameters": [
16409
16509
  {
16410
- "tags": [
16411
- {
16412
- "name": "param",
16413
- "text": "opts The navigation options."
16414
- }
16415
- ],
16416
- "text": "The navigation options."
16510
+ "name": "opts",
16511
+ "type": "NavOptions | null | undefined",
16512
+ "docs": "The navigation options."
16417
16513
  },
16418
16514
  {
16419
- "tags": [
16420
- {
16421
- "name": "param",
16422
- "text": "done The transition complete function."
16423
- }
16424
- ],
16425
- "text": "The transition complete function."
16515
+ "name": "done",
16516
+ "type": "TransitionDoneFn | undefined",
16517
+ "docs": "The transition complete function."
16426
16518
  }
16427
16519
  ],
16428
16520
  "references": {
@@ -16444,7 +16536,18 @@
16444
16536
  "return": "Promise<boolean>"
16445
16537
  },
16446
16538
  "signature": "pop(opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>",
16447
- "parameters": [],
16539
+ "parameters": [
16540
+ {
16541
+ "name": "opts",
16542
+ "type": "NavOptions | null | undefined",
16543
+ "docs": "The navigation options."
16544
+ },
16545
+ {
16546
+ "name": "done",
16547
+ "type": "TransitionDoneFn | undefined",
16548
+ "docs": "The transition complete function."
16549
+ }
16550
+ ],
16448
16551
  "docs": "Pop a component off of the navigation stack. Navigates back from the current\ncomponent.",
16449
16552
  "docsTags": [
16450
16553
  {
@@ -16467,31 +16570,19 @@
16467
16570
  "signature": "(indexOrViewCtrl: number | ViewController, opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>",
16468
16571
  "parameters": [
16469
16572
  {
16470
- "tags": [
16471
- {
16472
- "name": "param",
16473
- "text": "indexOrViewCtrl The index or view controller to pop to."
16474
- }
16475
- ],
16476
- "text": "The index or view controller to pop to."
16573
+ "name": "indexOrViewCtrl",
16574
+ "type": "number | ViewController",
16575
+ "docs": "The index or view controller to pop to."
16477
16576
  },
16478
16577
  {
16479
- "tags": [
16480
- {
16481
- "name": "param",
16482
- "text": "opts The navigation options."
16483
- }
16484
- ],
16485
- "text": "The navigation options."
16578
+ "name": "opts",
16579
+ "type": "NavOptions | null | undefined",
16580
+ "docs": "The navigation options."
16486
16581
  },
16487
16582
  {
16488
- "tags": [
16489
- {
16490
- "name": "param",
16491
- "text": "done The transition complete function."
16492
- }
16493
- ],
16494
- "text": "The transition complete function."
16583
+ "name": "done",
16584
+ "type": "TransitionDoneFn | undefined",
16585
+ "docs": "The transition complete function."
16495
16586
  }
16496
16587
  ],
16497
16588
  "references": {
@@ -16523,7 +16614,23 @@
16523
16614
  "return": "Promise<boolean>"
16524
16615
  },
16525
16616
  "signature": "popTo(indexOrViewCtrl: number | ViewController, opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>",
16526
- "parameters": [],
16617
+ "parameters": [
16618
+ {
16619
+ "name": "indexOrViewCtrl",
16620
+ "type": "number | ViewController",
16621
+ "docs": "The index or view controller to pop to."
16622
+ },
16623
+ {
16624
+ "name": "opts",
16625
+ "type": "NavOptions | null | undefined",
16626
+ "docs": "The navigation options."
16627
+ },
16628
+ {
16629
+ "name": "done",
16630
+ "type": "TransitionDoneFn | undefined",
16631
+ "docs": "The transition complete function."
16632
+ }
16633
+ ],
16527
16634
  "docs": "Pop to a specific index in the navigation stack.",
16528
16635
  "docsTags": [
16529
16636
  {
@@ -16550,22 +16657,14 @@
16550
16657
  "signature": "(opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>",
16551
16658
  "parameters": [
16552
16659
  {
16553
- "tags": [
16554
- {
16555
- "name": "param",
16556
- "text": "opts The navigation options."
16557
- }
16558
- ],
16559
- "text": "The navigation options."
16660
+ "name": "opts",
16661
+ "type": "NavOptions | null | undefined",
16662
+ "docs": "The navigation options."
16560
16663
  },
16561
16664
  {
16562
- "tags": [
16563
- {
16564
- "name": "param",
16565
- "text": "done The transition complete function."
16566
- }
16567
- ],
16568
- "text": "The transition complete function."
16665
+ "name": "done",
16666
+ "type": "TransitionDoneFn | undefined",
16667
+ "docs": "The transition complete function."
16569
16668
  }
16570
16669
  ],
16571
16670
  "references": {
@@ -16587,7 +16686,18 @@
16587
16686
  "return": "Promise<boolean>"
16588
16687
  },
16589
16688
  "signature": "popToRoot(opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>",
16590
- "parameters": [],
16689
+ "parameters": [
16690
+ {
16691
+ "name": "opts",
16692
+ "type": "NavOptions | null | undefined",
16693
+ "docs": "The navigation options."
16694
+ },
16695
+ {
16696
+ "name": "done",
16697
+ "type": "TransitionDoneFn | undefined",
16698
+ "docs": "The transition complete function."
16699
+ }
16700
+ ],
16591
16701
  "docs": "Navigate back to the root of the stack, no matter how far back that is.",
16592
16702
  "docsTags": [
16593
16703
  {
@@ -16610,40 +16720,24 @@
16610
16720
  "signature": "<T extends NavComponent>(component: T, componentProps?: ComponentProps<T> | null, opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>",
16611
16721
  "parameters": [
16612
16722
  {
16613
- "tags": [
16614
- {
16615
- "name": "param",
16616
- "text": "component The component to push onto the navigation stack."
16617
- }
16618
- ],
16619
- "text": "The component to push onto the navigation stack."
16723
+ "name": "component",
16724
+ "type": "T",
16725
+ "docs": "The component to push onto the navigation stack."
16620
16726
  },
16621
16727
  {
16622
- "tags": [
16623
- {
16624
- "name": "param",
16625
- "text": "componentProps Any properties of the component."
16626
- }
16627
- ],
16628
- "text": "Any properties of the component."
16728
+ "name": "componentProps",
16729
+ "type": "ComponentProps<T> | null | undefined",
16730
+ "docs": "Any properties of the component."
16629
16731
  },
16630
16732
  {
16631
- "tags": [
16632
- {
16633
- "name": "param",
16634
- "text": "opts The navigation options."
16635
- }
16636
- ],
16637
- "text": "The navigation options."
16733
+ "name": "opts",
16734
+ "type": "NavOptions | null | undefined",
16735
+ "docs": "The navigation options."
16638
16736
  },
16639
16737
  {
16640
- "tags": [
16641
- {
16642
- "name": "param",
16643
- "text": "done The transition complete function."
16644
- }
16645
- ],
16646
- "text": "The transition complete function."
16738
+ "name": "done",
16739
+ "type": "TransitionDoneFn | undefined",
16740
+ "docs": "The transition complete function."
16647
16741
  }
16648
16742
  ],
16649
16743
  "references": {
@@ -16679,7 +16773,28 @@
16679
16773
  "return": "Promise<boolean>"
16680
16774
  },
16681
16775
  "signature": "push<T extends NavComponent>(component: T, componentProps?: ComponentProps<T> | null, opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>",
16682
- "parameters": [],
16776
+ "parameters": [
16777
+ {
16778
+ "name": "component",
16779
+ "type": "T",
16780
+ "docs": "The component to push onto the navigation stack."
16781
+ },
16782
+ {
16783
+ "name": "componentProps",
16784
+ "type": "ComponentProps<T> | null | undefined",
16785
+ "docs": "Any properties of the component."
16786
+ },
16787
+ {
16788
+ "name": "opts",
16789
+ "type": "NavOptions | null | undefined",
16790
+ "docs": "The navigation options."
16791
+ },
16792
+ {
16793
+ "name": "done",
16794
+ "type": "TransitionDoneFn | undefined",
16795
+ "docs": "The transition complete function."
16796
+ }
16797
+ ],
16683
16798
  "docs": "Push a new component onto the current navigation stack. Pass any additional\ninformation along as an object. This additional information is accessible\nthrough NavParams.",
16684
16799
  "docsTags": [
16685
16800
  {
@@ -16710,40 +16825,24 @@
16710
16825
  "signature": "(startIndex: number, removeCount?: number, opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>",
16711
16826
  "parameters": [
16712
16827
  {
16713
- "tags": [
16714
- {
16715
- "name": "param",
16716
- "text": "startIndex The number to begin removal at."
16717
- }
16718
- ],
16719
- "text": "The number to begin removal at."
16828
+ "name": "startIndex",
16829
+ "type": "number",
16830
+ "docs": "The number to begin removal at."
16720
16831
  },
16721
16832
  {
16722
- "tags": [
16723
- {
16724
- "name": "param",
16725
- "text": "removeCount The number of components to remove."
16726
- }
16727
- ],
16728
- "text": "The number of components to remove."
16833
+ "name": "removeCount",
16834
+ "type": "number",
16835
+ "docs": "The number of components to remove."
16729
16836
  },
16730
16837
  {
16731
- "tags": [
16732
- {
16733
- "name": "param",
16734
- "text": "opts The navigation options."
16735
- }
16736
- ],
16737
- "text": "The navigation options."
16838
+ "name": "opts",
16839
+ "type": "NavOptions | null | undefined",
16840
+ "docs": "The navigation options."
16738
16841
  },
16739
16842
  {
16740
- "tags": [
16741
- {
16742
- "name": "param",
16743
- "text": "done The transition complete function."
16744
- }
16745
- ],
16746
- "text": "The transition complete function."
16843
+ "name": "done",
16844
+ "type": "TransitionDoneFn | undefined",
16845
+ "docs": "The transition complete function."
16747
16846
  }
16748
16847
  ],
16749
16848
  "references": {
@@ -16765,7 +16864,28 @@
16765
16864
  "return": "Promise<boolean>"
16766
16865
  },
16767
16866
  "signature": "removeIndex(startIndex: number, removeCount?: number, opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>",
16768
- "parameters": [],
16867
+ "parameters": [
16868
+ {
16869
+ "name": "startIndex",
16870
+ "type": "number",
16871
+ "docs": "The number to begin removal at."
16872
+ },
16873
+ {
16874
+ "name": "removeCount",
16875
+ "type": "number",
16876
+ "docs": "The number of components to remove."
16877
+ },
16878
+ {
16879
+ "name": "opts",
16880
+ "type": "NavOptions | null | undefined",
16881
+ "docs": "The navigation options."
16882
+ },
16883
+ {
16884
+ "name": "done",
16885
+ "type": "TransitionDoneFn | undefined",
16886
+ "docs": "The transition complete function."
16887
+ }
16888
+ ],
16769
16889
  "docs": "Removes a component from the navigation stack at the specified index.",
16770
16890
  "docsTags": [
16771
16891
  {
@@ -16796,31 +16916,19 @@
16796
16916
  "signature": "(views: NavComponent[] | NavComponentWithProps[], opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>",
16797
16917
  "parameters": [
16798
16918
  {
16799
- "tags": [
16800
- {
16801
- "name": "param",
16802
- "text": "views The list of views to set as the navigation stack."
16803
- }
16804
- ],
16805
- "text": "The list of views to set as the navigation stack."
16919
+ "name": "views",
16920
+ "type": "NavComponentWithProps<any>[] | NavComponent[]",
16921
+ "docs": "The list of views to set as the navigation stack."
16806
16922
  },
16807
16923
  {
16808
- "tags": [
16809
- {
16810
- "name": "param",
16811
- "text": "opts The navigation options."
16812
- }
16813
- ],
16814
- "text": "The navigation options."
16924
+ "name": "opts",
16925
+ "type": "NavOptions | null | undefined",
16926
+ "docs": "The navigation options."
16815
16927
  },
16816
16928
  {
16817
- "tags": [
16818
- {
16819
- "name": "param",
16820
- "text": "done The transition complete function."
16821
- }
16822
- ],
16823
- "text": "The transition complete function."
16929
+ "name": "done",
16930
+ "type": "TransitionDoneFn | undefined",
16931
+ "docs": "The transition complete function."
16824
16932
  }
16825
16933
  ],
16826
16934
  "references": {
@@ -16852,7 +16960,23 @@
16852
16960
  "return": "Promise<boolean>"
16853
16961
  },
16854
16962
  "signature": "setPages(views: NavComponent[] | NavComponentWithProps[], opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>",
16855
- "parameters": [],
16963
+ "parameters": [
16964
+ {
16965
+ "name": "views",
16966
+ "type": "NavComponentWithProps<any>[] | NavComponent[]",
16967
+ "docs": "The list of views to set as the navigation stack."
16968
+ },
16969
+ {
16970
+ "name": "opts",
16971
+ "type": "NavOptions | null | undefined",
16972
+ "docs": "The navigation options."
16973
+ },
16974
+ {
16975
+ "name": "done",
16976
+ "type": "TransitionDoneFn | undefined",
16977
+ "docs": "The transition complete function."
16978
+ }
16979
+ ],
16856
16980
  "docs": "Set the views of the current navigation stack and navigate to the last view.\nBy default animations are disabled, but they can be enabled by passing options\nto the navigation controller. Navigation parameters can also be passed to the\nindividual pages in the array.",
16857
16981
  "docsTags": [
16858
16982
  {
@@ -16879,40 +17003,24 @@
16879
17003
  "signature": "<T extends NavComponent>(component: T, componentProps?: ComponentProps<T> | null, opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>",
16880
17004
  "parameters": [
16881
17005
  {
16882
- "tags": [
16883
- {
16884
- "name": "param",
16885
- "text": "component The component to set as the root of the navigation stack."
16886
- }
16887
- ],
16888
- "text": "The component to set as the root of the navigation stack."
17006
+ "name": "component",
17007
+ "type": "T",
17008
+ "docs": "The component to set as the root of the navigation stack."
16889
17009
  },
16890
17010
  {
16891
- "tags": [
16892
- {
16893
- "name": "param",
16894
- "text": "componentProps Any properties of the component."
16895
- }
16896
- ],
16897
- "text": "Any properties of the component."
17011
+ "name": "componentProps",
17012
+ "type": "ComponentProps<T> | null | undefined",
17013
+ "docs": "Any properties of the component."
16898
17014
  },
16899
17015
  {
16900
- "tags": [
16901
- {
16902
- "name": "param",
16903
- "text": "opts The navigation options."
16904
- }
16905
- ],
16906
- "text": "The navigation options."
17016
+ "name": "opts",
17017
+ "type": "NavOptions | null | undefined",
17018
+ "docs": "The navigation options."
16907
17019
  },
16908
17020
  {
16909
- "tags": [
16910
- {
16911
- "name": "param",
16912
- "text": "done The transition complete function."
16913
- }
16914
- ],
16915
- "text": "The transition complete function."
17021
+ "name": "done",
17022
+ "type": "TransitionDoneFn | undefined",
17023
+ "docs": "The transition complete function."
16916
17024
  }
16917
17025
  ],
16918
17026
  "references": {
@@ -16948,7 +17056,28 @@
16948
17056
  "return": "Promise<boolean>"
16949
17057
  },
16950
17058
  "signature": "setRoot<T extends NavComponent>(component: T, componentProps?: ComponentProps<T> | null, opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>",
16951
- "parameters": [],
17059
+ "parameters": [
17060
+ {
17061
+ "name": "component",
17062
+ "type": "T",
17063
+ "docs": "The component to set as the root of the navigation stack."
17064
+ },
17065
+ {
17066
+ "name": "componentProps",
17067
+ "type": "ComponentProps<T> | null | undefined",
17068
+ "docs": "Any properties of the component."
17069
+ },
17070
+ {
17071
+ "name": "opts",
17072
+ "type": "NavOptions | null | undefined",
17073
+ "docs": "The navigation options."
17074
+ },
17075
+ {
17076
+ "name": "done",
17077
+ "type": "TransitionDoneFn | undefined",
17078
+ "docs": "The transition complete function."
17079
+ }
17080
+ ],
16952
17081
  "docs": "Set the root for the current navigation stack to a component.",
16953
17082
  "docsTags": [
16954
17083
  {
@@ -17651,22 +17780,14 @@
17651
17780
  "signature": "(data?: any, role?: string) => Promise<boolean>",
17652
17781
  "parameters": [
17653
17782
  {
17654
- "tags": [
17655
- {
17656
- "name": "param",
17657
- "text": "data Any data to emit in the dismiss events."
17658
- }
17659
- ],
17660
- "text": "Any data to emit in the dismiss events."
17783
+ "name": "data",
17784
+ "type": "any",
17785
+ "docs": "Any data to emit in the dismiss events."
17661
17786
  },
17662
17787
  {
17663
- "tags": [
17664
- {
17665
- "name": "param",
17666
- "text": "role The role of the element that is dismissing the picker.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the picker.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
17667
- }
17668
- ],
17669
- "text": "The role of the element that is dismissing the picker.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the picker.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
17788
+ "name": "role",
17789
+ "type": "string | undefined",
17790
+ "docs": "The role of the element that is dismissing the picker.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the picker.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
17670
17791
  }
17671
17792
  ],
17672
17793
  "references": {
@@ -17678,7 +17799,18 @@
17678
17799
  "return": "Promise<boolean>"
17679
17800
  },
17680
17801
  "signature": "dismiss(data?: any, role?: string) => Promise<boolean>",
17681
- "parameters": [],
17802
+ "parameters": [
17803
+ {
17804
+ "name": "data",
17805
+ "type": "any",
17806
+ "docs": "Any data to emit in the dismiss events."
17807
+ },
17808
+ {
17809
+ "name": "role",
17810
+ "type": "string | undefined",
17811
+ "docs": "The role of the element that is dismissing the picker.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the picker.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
17812
+ }
17813
+ ],
17682
17814
  "docs": "Dismiss the picker overlay after it has been presented.",
17683
17815
  "docsTags": [
17684
17816
  {
@@ -17701,13 +17833,9 @@
17701
17833
  "signature": "(name: string) => Promise<PickerColumn | undefined>",
17702
17834
  "parameters": [
17703
17835
  {
17704
- "tags": [
17705
- {
17706
- "name": "param",
17707
- "text": "name The name of the column."
17708
- }
17709
- ],
17710
- "text": "The name of the column."
17836
+ "name": "name",
17837
+ "type": "string",
17838
+ "docs": "The name of the column."
17711
17839
  }
17712
17840
  ],
17713
17841
  "references": {
@@ -17724,7 +17852,13 @@
17724
17852
  "return": "Promise<PickerColumn | undefined>"
17725
17853
  },
17726
17854
  "signature": "getColumn(name: string) => Promise<PickerColumn | undefined>",
17727
- "parameters": [],
17855
+ "parameters": [
17856
+ {
17857
+ "name": "name",
17858
+ "type": "string",
17859
+ "docs": "The name of the column."
17860
+ }
17861
+ ],
17728
17862
  "docs": "Get the column that matches the specified name.",
17729
17863
  "docsTags": [
17730
17864
  {
@@ -18683,31 +18817,19 @@
18683
18817
  "signature": "(data?: any, role?: string, dismissParentPopover?: boolean) => Promise<boolean>",
18684
18818
  "parameters": [
18685
18819
  {
18686
- "tags": [
18687
- {
18688
- "name": "param",
18689
- "text": "data Any data to emit in the dismiss events."
18690
- }
18691
- ],
18692
- "text": "Any data to emit in the dismiss events."
18820
+ "name": "data",
18821
+ "type": "any",
18822
+ "docs": "Any data to emit in the dismiss events."
18693
18823
  },
18694
18824
  {
18695
- "tags": [
18696
- {
18697
- "name": "param",
18698
- "text": "role The role of the element that is dismissing the popover. For example, 'cancel' or 'backdrop'."
18699
- }
18700
- ],
18701
- "text": "The role of the element that is dismissing the popover. For example, 'cancel' or 'backdrop'."
18825
+ "name": "role",
18826
+ "type": "string | undefined",
18827
+ "docs": "The role of the element that is dismissing the popover. For example, 'cancel' or 'backdrop'."
18702
18828
  },
18703
18829
  {
18704
- "tags": [
18705
- {
18706
- "name": "param",
18707
- "text": "dismissParentPopover If `true`, dismissing this popover will also dismiss\na parent popover if this popover is nested. Defaults to `true`."
18708
- }
18709
- ],
18710
- "text": "If `true`, dismissing this popover will also dismiss\na parent popover if this popover is nested. Defaults to `true`."
18830
+ "name": "dismissParentPopover",
18831
+ "type": "boolean",
18832
+ "docs": "If `true`, dismissing this popover will also dismiss\na parent popover if this popover is nested. Defaults to `true`."
18711
18833
  }
18712
18834
  ],
18713
18835
  "references": {
@@ -18723,7 +18845,23 @@
18723
18845
  "return": "Promise<boolean>"
18724
18846
  },
18725
18847
  "signature": "dismiss(data?: any, role?: string, dismissParentPopover?: boolean) => Promise<boolean>",
18726
- "parameters": [],
18848
+ "parameters": [
18849
+ {
18850
+ "name": "data",
18851
+ "type": "any",
18852
+ "docs": "Any data to emit in the dismiss events."
18853
+ },
18854
+ {
18855
+ "name": "role",
18856
+ "type": "string | undefined",
18857
+ "docs": "The role of the element that is dismissing the popover. For example, 'cancel' or 'backdrop'."
18858
+ },
18859
+ {
18860
+ "name": "dismissParentPopover",
18861
+ "type": "boolean",
18862
+ "docs": "If `true`, dismissing this popover will also dismiss\na parent popover if this popover is nested. Defaults to `true`."
18863
+ }
18864
+ ],
18727
18865
  "docs": "Dismiss the popover overlay after it has been presented.",
18728
18866
  "docsTags": [
18729
18867
  {
@@ -18812,8 +18950,9 @@
18812
18950
  "signature": "(event?: MouseEvent | TouchEvent | PointerEvent | CustomEvent) => Promise<void>",
18813
18951
  "parameters": [
18814
18952
  {
18815
- "tags": [],
18816
- "text": ""
18953
+ "name": "event",
18954
+ "type": "MouseEvent | TouchEvent | PointerEvent | CustomEvent<any> | undefined",
18955
+ "docs": ""
18817
18956
  }
18818
18957
  ],
18819
18958
  "references": {
@@ -18845,7 +18984,13 @@
18845
18984
  "return": "Promise<void>"
18846
18985
  },
18847
18986
  "signature": "present(event?: MouseEvent | TouchEvent | PointerEvent | CustomEvent) => Promise<void>",
18848
- "parameters": [],
18987
+ "parameters": [
18988
+ {
18989
+ "name": "event",
18990
+ "type": "MouseEvent | TouchEvent | PointerEvent | CustomEvent<any> | undefined",
18991
+ "docs": ""
18992
+ }
18993
+ ],
18849
18994
  "docs": "Present the popover overlay after it has been created.\nDevelopers can pass a mouse, touch, or pointer event\nto position the popover relative to where that event\nwas dispatched.",
18850
18995
  "docsTags": []
18851
18996
  }
@@ -21182,13 +21327,9 @@
21182
21327
  "signature": "(listOrReorder?: boolean | any[]) => Promise<any>",
21183
21328
  "parameters": [
21184
21329
  {
21185
- "tags": [
21186
- {
21187
- "name": "param",
21188
- "text": "listOrReorder A list of items to be sorted and returned in the new order or a\nboolean of whether or not the reorder should reposition the item."
21189
- }
21190
- ],
21191
- "text": "A list of items to be sorted and returned in the new order or a\nboolean of whether or not the reorder should reposition the item."
21330
+ "name": "listOrReorder",
21331
+ "type": "boolean | any[] | undefined",
21332
+ "docs": "A list of items to be sorted and returned in the new order or a\nboolean of whether or not the reorder should reposition the item."
21192
21333
  }
21193
21334
  ],
21194
21335
  "references": {
@@ -21200,7 +21341,13 @@
21200
21341
  "return": "Promise<any>"
21201
21342
  },
21202
21343
  "signature": "complete(listOrReorder?: boolean | any[]) => Promise<any>",
21203
- "parameters": [],
21344
+ "parameters": [
21345
+ {
21346
+ "name": "listOrReorder",
21347
+ "type": "boolean | any[] | undefined",
21348
+ "docs": "A list of items to be sorted and returned in the new order or a\nboolean of whether or not the reorder should reposition the item."
21349
+ }
21350
+ ],
21204
21351
  "docs": "Completes the reorder operation. Must be called by the `ionItemReorder` event.\n\nIf a list of items is passed, the list will be reordered and returned in the\nproper order.\n\nIf no parameters are passed or if `true` is passed in, the reorder will complete\nand the item will remain in the position it was dragged to. If `false` is passed,\nthe reorder will complete and the item will bounce back to its original position.",
21205
21352
  "docsTags": [
21206
21353
  {
@@ -21287,22 +21434,14 @@
21287
21434
  "signature": "(x: number, y: number) => Promise<() => void>",
21288
21435
  "parameters": [
21289
21436
  {
21290
- "tags": [
21291
- {
21292
- "name": "param",
21293
- "text": "x The horizontal coordinate of where the ripple should start."
21294
- }
21295
- ],
21296
- "text": "The horizontal coordinate of where the ripple should start."
21437
+ "name": "x",
21438
+ "type": "number",
21439
+ "docs": "The horizontal coordinate of where the ripple should start."
21297
21440
  },
21298
21441
  {
21299
- "tags": [
21300
- {
21301
- "name": "param",
21302
- "text": "y The vertical coordinate of where the ripple should start."
21303
- }
21304
- ],
21305
- "text": "The vertical coordinate of where the ripple should start."
21442
+ "name": "y",
21443
+ "type": "number",
21444
+ "docs": "The vertical coordinate of where the ripple should start."
21306
21445
  }
21307
21446
  ],
21308
21447
  "references": {
@@ -21314,7 +21453,18 @@
21314
21453
  "return": "Promise<() => void>"
21315
21454
  },
21316
21455
  "signature": "addRipple(x: number, y: number) => Promise<() => void>",
21317
- "parameters": [],
21456
+ "parameters": [
21457
+ {
21458
+ "name": "x",
21459
+ "type": "number",
21460
+ "docs": "The horizontal coordinate of where the ripple should start."
21461
+ },
21462
+ {
21463
+ "name": "y",
21464
+ "type": "number",
21465
+ "docs": "The vertical coordinate of where the ripple should start."
21466
+ }
21467
+ ],
21318
21468
  "docs": "Adds the ripple effect to the parent element.",
21319
21469
  "docsTags": [
21320
21470
  {
@@ -21727,26 +21877,19 @@
21727
21877
  "signature": "(path: string, direction?: RouterDirection, animation?: AnimationBuilder) => Promise<boolean>",
21728
21878
  "parameters": [
21729
21879
  {
21730
- "tags": [
21731
- {
21732
- "name": "param",
21733
- "text": "path The path to navigate to."
21734
- }
21735
- ],
21736
- "text": "The path to navigate to."
21880
+ "name": "path",
21881
+ "type": "string",
21882
+ "docs": "The path to navigate to."
21737
21883
  },
21738
21884
  {
21739
- "tags": [
21740
- {
21741
- "name": "param",
21742
- "text": "direction The direction of the animation. Defaults to `\"forward\"`."
21743
- }
21744
- ],
21745
- "text": "The direction of the animation. Defaults to `\"forward\"`."
21885
+ "name": "direction",
21886
+ "type": "\"root\" | \"back\" | \"forward\"",
21887
+ "docs": "The direction of the animation. Defaults to `\"forward\"`."
21746
21888
  },
21747
21889
  {
21748
- "tags": [],
21749
- "text": ""
21890
+ "name": "animation",
21891
+ "type": "AnimationBuilder | undefined",
21892
+ "docs": ""
21750
21893
  }
21751
21894
  ],
21752
21895
  "references": {
@@ -21768,7 +21911,23 @@
21768
21911
  "return": "Promise<boolean>"
21769
21912
  },
21770
21913
  "signature": "push(path: string, direction?: RouterDirection, animation?: AnimationBuilder) => Promise<boolean>",
21771
- "parameters": [],
21914
+ "parameters": [
21915
+ {
21916
+ "name": "path",
21917
+ "type": "string",
21918
+ "docs": "The path to navigate to."
21919
+ },
21920
+ {
21921
+ "name": "direction",
21922
+ "type": "\"root\" | \"back\" | \"forward\"",
21923
+ "docs": "The direction of the animation. Defaults to `\"forward\"`."
21924
+ },
21925
+ {
21926
+ "name": "animation",
21927
+ "type": "AnimationBuilder | undefined",
21928
+ "docs": ""
21929
+ }
21930
+ ],
21772
21931
  "docs": "Navigate to the specified path.",
21773
21932
  "docsTags": [
21774
21933
  {
@@ -24513,13 +24672,9 @@
24513
24672
  "signature": "(event?: UIEvent) => Promise<any>",
24514
24673
  "parameters": [
24515
24674
  {
24516
- "tags": [
24517
- {
24518
- "name": "param",
24519
- "text": "event The user interface event that called the open."
24520
- }
24521
- ],
24522
- "text": "The user interface event that called the open."
24675
+ "name": "event",
24676
+ "type": "UIEvent | undefined",
24677
+ "docs": "The user interface event that called the open."
24523
24678
  }
24524
24679
  ],
24525
24680
  "references": {
@@ -24539,7 +24694,13 @@
24539
24694
  "return": "Promise<any>"
24540
24695
  },
24541
24696
  "signature": "open(event?: UIEvent) => Promise<any>",
24542
- "parameters": [],
24697
+ "parameters": [
24698
+ {
24699
+ "name": "event",
24700
+ "type": "UIEvent | undefined",
24701
+ "docs": "The user interface event that called the open."
24702
+ }
24703
+ ],
24543
24704
  "docs": "Open the select overlay. The overlay is either an alert, action sheet, or popover,\ndepending on the `interface` property on the `ion-select`.",
24544
24705
  "docsTags": [
24545
24706
  {
@@ -25911,13 +26072,9 @@
25911
26072
  "signature": "(tab: string | HTMLIonTabElement) => Promise<HTMLIonTabElement | undefined>",
25912
26073
  "parameters": [
25913
26074
  {
25914
- "tags": [
25915
- {
25916
- "name": "param",
25917
- "text": "tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property."
25918
- }
25919
- ],
25920
- "text": "The tab instance to select. If passed a string, it should be the value of the tab's `tab` property."
26075
+ "name": "tab",
26076
+ "type": "string | HTMLIonTabElement",
26077
+ "docs": "The tab instance to select. If passed a string, it should be the value of the tab's `tab` property."
25921
26078
  }
25922
26079
  ],
25923
26080
  "references": {
@@ -25933,7 +26090,13 @@
25933
26090
  "return": "Promise<HTMLIonTabElement | undefined>"
25934
26091
  },
25935
26092
  "signature": "getTab(tab: string | HTMLIonTabElement) => Promise<HTMLIonTabElement | undefined>",
25936
- "parameters": [],
26093
+ "parameters": [
26094
+ {
26095
+ "name": "tab",
26096
+ "type": "string | HTMLIonTabElement",
26097
+ "docs": "The tab instance to select. If passed a string, it should be the value of the tab's `tab` property."
26098
+ }
26099
+ ],
25937
26100
  "docs": "Get a specific tab by the value of its `tab` property or an element reference. This method is only available for vanilla JavaScript projects. The Angular, React, and Vue implementations of tabs are coupled to each framework's router.",
25938
26101
  "docsTags": [
25939
26102
  {
@@ -25952,13 +26115,9 @@
25952
26115
  "signature": "(tab: string | HTMLIonTabElement) => Promise<boolean>",
25953
26116
  "parameters": [
25954
26117
  {
25955
- "tags": [
25956
- {
25957
- "name": "param",
25958
- "text": "tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property."
25959
- }
25960
- ],
25961
- "text": "The tab instance to select. If passed a string, it should be the value of the tab's `tab` property."
26118
+ "name": "tab",
26119
+ "type": "string | HTMLIonTabElement",
26120
+ "docs": "The tab instance to select. If passed a string, it should be the value of the tab's `tab` property."
25962
26121
  }
25963
26122
  ],
25964
26123
  "references": {
@@ -25974,7 +26133,13 @@
25974
26133
  "return": "Promise<boolean>"
25975
26134
  },
25976
26135
  "signature": "select(tab: string | HTMLIonTabElement) => Promise<boolean>",
25977
- "parameters": [],
26136
+ "parameters": [
26137
+ {
26138
+ "name": "tab",
26139
+ "type": "string | HTMLIonTabElement",
26140
+ "docs": "The tab instance to select. If passed a string, it should be the value of the tab's `tab` property."
26141
+ }
26142
+ ],
25978
26143
  "docs": "Select a tab by the value of its `tab` property or an element reference. This method is only available for vanilla JavaScript projects. The Angular, React, and Vue implementations of tabs are coupled to each framework's router.",
25979
26144
  "docsTags": [
25980
26145
  {
@@ -28008,22 +28173,14 @@
28008
28173
  "signature": "(data?: any, role?: string) => Promise<boolean>",
28009
28174
  "parameters": [
28010
28175
  {
28011
- "tags": [
28012
- {
28013
- "name": "param",
28014
- "text": "data Any data to emit in the dismiss events."
28015
- }
28016
- ],
28017
- "text": "Any data to emit in the dismiss events."
28176
+ "name": "data",
28177
+ "type": "any",
28178
+ "docs": "Any data to emit in the dismiss events."
28018
28179
  },
28019
28180
  {
28020
- "tags": [
28021
- {
28022
- "name": "param",
28023
- "text": "role The role of the element that is dismissing the toast.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the toast.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
28024
- }
28025
- ],
28026
- "text": "The role of the element that is dismissing the toast.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the toast.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
28181
+ "name": "role",
28182
+ "type": "string | undefined",
28183
+ "docs": "The role of the element that is dismissing the toast.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the toast.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
28027
28184
  }
28028
28185
  ],
28029
28186
  "references": {
@@ -28040,7 +28197,18 @@
28040
28197
  "return": "Promise<boolean>"
28041
28198
  },
28042
28199
  "signature": "dismiss(data?: any, role?: string) => Promise<boolean>",
28043
- "parameters": [],
28200
+ "parameters": [
28201
+ {
28202
+ "name": "data",
28203
+ "type": "any",
28204
+ "docs": "Any data to emit in the dismiss events."
28205
+ },
28206
+ {
28207
+ "name": "role",
28208
+ "type": "string | undefined",
28209
+ "docs": "The role of the element that is dismissing the toast.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the toast.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
28210
+ }
28211
+ ],
28044
28212
  "docs": "Dismiss the toast overlay after it has been presented.",
28045
28213
  "docsTags": [
28046
28214
  {
@@ -29152,7 +29320,7 @@
29152
29320
  "path": "src/interface.d.ts"
29153
29321
  },
29154
29322
  "src/components/action-sheet/action-sheet-interface.ts::ActionSheetButton": {
29155
- "declaration": "export interface ActionSheetButton<T = any> {\n text?: string;\n role?: 'cancel' | 'destructive' | 'selected' | string;\n icon?: string;\n cssClass?: string | string[];\n id?: string;\n htmlAttributes?: { [key: string]: any };\n handler?: () => boolean | void | Promise<boolean | void>;\n data?: T;\n}",
29323
+ "declaration": "export interface ActionSheetButton<T = any> {\n text?: string;\n role?: LiteralUnion<'cancel' | 'destructive' | 'selected', string>;\n icon?: string;\n cssClass?: string | string[];\n id?: string;\n htmlAttributes?: { [key: string]: any };\n handler?: () => boolean | void | Promise<boolean | void>;\n data?: T;\n}",
29156
29324
  "docstring": "",
29157
29325
  "path": "src/components/action-sheet/action-sheet-interface.ts"
29158
29326
  },
@@ -29167,7 +29335,7 @@
29167
29335
  "path": "src/utils/sanitization/index.ts"
29168
29336
  },
29169
29337
  "src/components/alert/alert-interface.ts::AlertButton": {
29170
- "declaration": "export interface AlertButton {\n text: string;\n role?: 'cancel' | 'destructive' | string;\n cssClass?: string | string[];\n id?: string;\n htmlAttributes?: { [key: string]: any };\n // TODO(FW-2832): type\n handler?: (value: any) => AlertButtonOverlayHandler | Promise<AlertButtonOverlayHandler>;\n}",
29338
+ "declaration": "export interface AlertButton {\n text: string;\n role?: LiteralUnion<'cancel' | 'destructive', string>;\n cssClass?: string | string[];\n id?: string;\n htmlAttributes?: { [key: string]: any };\n // TODO(FW-2832): type\n handler?: (value: any) => AlertButtonOverlayHandler | Promise<AlertButtonOverlayHandler>;\n}",
29171
29339
  "docstring": "",
29172
29340
  "path": "src/components/alert/alert-interface.ts"
29173
29341
  },
@@ -29517,7 +29685,7 @@
29517
29685
  "path": "src/components/toast/toast-interface.ts"
29518
29686
  },
29519
29687
  "src/components/toast/toast-interface.ts::ToastButton": {
29520
- "declaration": "export interface ToastButton {\n text?: string;\n icon?: string;\n side?: 'start' | 'end';\n role?: 'cancel' | string;\n\n /**\n * @deprecated Use the toast button's CSS Shadow Parts instead.\n */\n cssClass?: string | string[];\n htmlAttributes?: { [key: string]: any };\n handler?: () => boolean | void | Promise<boolean | void>;\n}",
29688
+ "declaration": "export interface ToastButton {\n text?: string;\n icon?: string;\n side?: 'start' | 'end';\n role?: LiteralUnion<'cancel', string>;\n /**\n * @deprecated Use the toast button's CSS Shadow Parts instead.\n */\n cssClass?: string | string[];\n htmlAttributes?: { [key: string]: any };\n handler?: () => boolean | void | Promise<boolean | void>;\n}",
29521
29689
  "docstring": "",
29522
29690
  "path": "src/components/toast/toast-interface.ts"
29523
29691
  },