voyager-ionic-core 8.5.7 → 8.7.1
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.
- package/components/action-sheet.js +46 -33
- package/components/alert.js +50 -35
- package/components/animation.js +2 -2
- package/components/backdrop.js +12 -5
- package/components/button-active.js +1 -1
- package/components/button.js +54 -30
- package/components/buttons.js +15 -5
- package/components/capacitor.js +1 -1
- package/components/checkbox.js +41 -17
- package/components/config.js +1 -1
- package/components/content.js +25 -6
- package/components/data.js +31 -6
- package/components/gesture-controller.js +1 -1
- package/components/haptic.js +1 -1
- package/components/hardware-back-button.js +2 -2
- package/components/header.js +13 -8
- package/components/helpers.js +3 -6
- package/components/icon.js +269 -201
- package/components/index.js +1 -1
- package/components/index2.js +1 -1
- package/components/index3.js +3 -5
- package/components/index4.js +1 -1
- package/components/index5.js +2 -2
- package/components/index6.js +28 -3
- package/components/index7.js +163 -27
- package/components/index8.js +1 -1
- package/components/index9.js +3 -163
- package/components/input-shims.js +25 -2
- package/components/input.utils.js +2 -2
- package/components/ion-accordion-group.js +21 -8
- package/components/ion-accordion.js +33 -15
- package/components/ion-app.js +8 -7
- package/components/ion-avatar.js +3 -5
- package/components/ion-back-button.js +13 -14
- package/components/ion-badge.js +3 -6
- package/components/ion-breadcrumb.js +23 -21
- package/components/ion-breadcrumbs.js +15 -11
- package/components/ion-card-content.js +3 -5
- package/components/ion-card-header.js +8 -6
- package/components/ion-card-subtitle.js +3 -6
- package/components/ion-card-title.js +3 -6
- package/components/ion-card.js +17 -12
- package/components/ion-chip.js +9 -6
- package/components/ion-col.js +2 -27
- package/components/ion-datetime-button.js +17 -15
- package/components/ion-datetime.js +231 -132
- package/components/ion-fab-button.js +38 -21
- package/components/ion-fab-list.js +8 -3
- package/components/ion-fab.js +11 -5
- package/components/ion-footer.js +14 -9
- package/components/ion-grid.js +5 -3
- package/components/ion-img.js +2 -7
- package/components/ion-infinite-scroll-content.js +3 -7
- package/components/ion-infinite-scroll.js +28 -7
- package/components/ion-input-otp.d.ts +11 -0
- package/components/ion-input-otp.js +684 -0
- package/components/ion-input-password-toggle.js +12 -14
- package/components/ion-input.js +82 -54
- package/components/ion-item-divider.js +12 -8
- package/components/ion-item-group.js +4 -6
- package/components/ion-item-option.js +17 -15
- package/components/ion-item-options.js +8 -6
- package/components/ion-item-sliding.js +9 -6
- package/components/ion-loading.js +44 -28
- package/components/ion-menu-button.js +18 -13
- package/components/ion-menu-toggle.js +12 -8
- package/components/ion-menu.js +54 -16
- package/components/ion-nav-link.js +8 -8
- package/components/ion-nav.js +10 -13
- package/components/ion-note.js +5 -8
- package/components/ion-picker-legacy.js +48 -28
- package/components/ion-progress-bar.js +22 -8
- package/components/ion-range.js +115 -32
- package/components/ion-refresher-content.js +3 -7
- package/components/ion-refresher.js +57 -9
- package/components/ion-reorder-group.js +27 -10
- package/components/ion-reorder.js +5 -7
- package/components/ion-route-redirect.js +0 -2
- package/components/ion-route.js +9 -7
- package/components/ion-router-link.js +10 -12
- package/components/ion-router-outlet.js +13 -11
- package/components/ion-router.js +20 -1
- package/components/ion-row.js +3 -4
- package/components/ion-searchbar.js +83 -36
- package/components/ion-segment-button.js +23 -14
- package/components/ion-segment-content.js +4 -5
- package/components/ion-segment-view.js +8 -8
- package/components/ion-segment.js +25 -14
- package/components/ion-select-option.js +6 -5
- package/components/ion-select.js +70 -36
- package/components/ion-skeleton-text.js +7 -5
- package/components/ion-split-pane.js +14 -9
- package/components/ion-tab-bar.js +10 -9
- package/components/ion-tab-button.js +13 -15
- package/components/ion-tab.js +6 -9
- package/components/ion-tabs.js +6 -7
- package/components/ion-text.js +4 -6
- package/components/ion-textarea.js +73 -37
- package/components/ion-thumbnail.js +3 -4
- package/components/ion-toast.js +63 -41
- package/components/ion-toggle.js +56 -25
- package/components/ionic-global.js +1 -1
- package/components/item.js +49 -22
- package/components/keyboard-controller.js +2 -2
- package/components/keyboard.js +134 -69
- package/components/keyboard2.js +69 -134
- package/components/label.js +5 -9
- package/components/list-header.js +5 -9
- package/components/list.js +7 -7
- package/components/modal.js +630 -217
- package/components/notch-controller.js +1 -1
- package/components/overlays.js +3 -3
- package/components/picker-column-option.js +21 -8
- package/components/picker-column.js +48 -15
- package/components/picker-column2.js +9 -12
- package/components/picker.js +3 -5
- package/components/popover.js +139 -46
- package/components/radio-group.js +12 -12
- package/components/radio.js +31 -17
- package/components/refresher.utils.js +2 -2
- package/components/ripple-effect.js +12 -4
- package/components/select-modal.js +7 -12
- package/components/select-popover.js +8 -11
- package/components/spinner.js +6 -7
- package/components/swipe-back.js +1 -1
- package/components/title.js +5 -9
- package/components/toolbar.js +5 -8
- package/css/core.css +1 -1
- package/css/core.css.map +1 -1
- package/css/display.css +1 -1
- package/css/display.css.map +1 -1
- package/css/flex-utils.css +1 -1
- package/css/flex-utils.css.map +1 -1
- package/css/global.bundle.css +1 -1
- package/css/global.bundle.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/css/structure.css +1 -1
- package/css/structure.css.map +1 -1
- package/css/utils.bundle.css +1 -1
- package/css/utils.bundle.css.map +1 -1
- package/dist/cjs/{animation-ab2d3449.js → animation-ZJ1lAkZD.js} +2 -2
- package/dist/cjs/{app-globals-ddceb1f4.js → app-globals-77ZfuXXk.js} +1 -1
- package/dist/cjs/{button-active-43e2b419.js → button-active-BzZenWWH.js} +3 -3
- package/dist/cjs/{capacitor-c04564bf.js → capacitor-DmA66EwP.js} +1 -1
- package/dist/cjs/{config-f6225ae7.js → config-CKhELRRu.js} +1 -1
- package/dist/cjs/{data-94e8d392.js → data-DW6ofvJ8.js} +30 -5
- package/dist/cjs/{framework-delegate-862d9d00.js → framework-delegate-WkyjrnCx.js} +1 -1
- package/dist/cjs/{gesture-controller-9436f482.js → gesture-controller-dtqlP_q4.js} +1 -1
- package/dist/cjs/{haptic-f6b37aa3.js → haptic-ClPPQ_PS.js} +1 -1
- package/dist/cjs/{hardware-back-button-3d2b1004.js → hardware-back-button-BxdNu76F.js} +2 -2
- package/dist/cjs/{helpers-8a48fdea.js → helpers-DgwmcYAu.js} +2 -5
- package/dist/cjs/{index-1eff7149.js → index-BzEyuIww.js} +6 -7
- package/dist/cjs/{index-ee07ed59.js → index-CAvQ7Tka.js} +3 -4
- package/dist/cjs/{index-31b07b9c.js → index-Cc5PNMyz.js} +3 -3
- package/dist/cjs/{index-a96d31ae.js → index-D24wggHR.js} +9 -9
- package/dist/cjs/{index-2e236a04.js → index-DNh170BW.js} +1710 -754
- package/dist/cjs/index-DqmRDbxg.js +58 -0
- package/dist/cjs/{index-dbe01e08.js → index-bGpoPC4u.js} +3 -3
- package/dist/cjs/index.cjs.js +19 -24
- package/dist/cjs/{input-shims-415be7ee.js → input-shims-CLI_OrmU.js} +29 -6
- package/dist/cjs/{input.utils-a7957fd6.js → input.utils-B2hZ5tX6.js} +3 -3
- package/dist/cjs/ion-accordion_2.cjs.entry.js +55 -27
- package/dist/cjs/ion-action-sheet.cjs.entry.js +57 -47
- package/dist/cjs/ion-alert.cjs.entry.js +63 -51
- package/dist/cjs/ion-app_8.cjs.entry.js +122 -90
- package/dist/cjs/ion-avatar_3.cjs.entry.js +9 -18
- package/dist/cjs/ion-back-button.cjs.entry.js +19 -23
- package/dist/cjs/ion-backdrop.cjs.entry.js +13 -9
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +38 -35
- package/dist/cjs/ion-button_2.cjs.entry.js +367 -280
- package/dist/cjs/ion-card_5.cjs.entry.js +32 -36
- package/dist/cjs/ion-checkbox.cjs.entry.js +44 -23
- package/dist/cjs/ion-chip.cjs.entry.js +11 -11
- package/dist/cjs/ion-col_3.cjs.entry.js +9 -36
- package/dist/cjs/ion-datetime-button.cjs.entry.js +23 -24
- package/dist/cjs/ion-datetime_3.cjs.entry.js +348 -236
- package/dist/cjs/ion-fab_3.cjs.entry.js +57 -32
- package/dist/cjs/ion-img.cjs.entry.js +4 -12
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +36 -22
- package/dist/cjs/ion-input-otp.cjs.entry.js +646 -0
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +17 -22
- package/dist/cjs/ion-input.cjs.entry.js +87 -62
- package/dist/cjs/ion-item-option_3.cjs.entry.js +38 -34
- package/dist/cjs/ion-item_8.cjs.entry.js +88 -72
- package/dist/cjs/ion-loading.cjs.entry.js +54 -41
- package/dist/cjs/ion-menu_3.cjs.entry.js +104 -60
- package/dist/cjs/ion-modal.cjs.entry.js +644 -234
- package/dist/cjs/ion-nav_2.cjs.entry.js +29 -35
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +24 -14
- package/dist/cjs/ion-picker-column.cjs.entry.js +52 -22
- package/dist/cjs/ion-picker.cjs.entry.js +4 -9
- package/dist/cjs/ion-popover.cjs.entry.js +147 -57
- package/dist/cjs/ion-progress-bar.cjs.entry.js +25 -14
- package/dist/cjs/ion-radio_2.cjs.entry.js +46 -35
- package/dist/cjs/ion-range.cjs.entry.js +123 -43
- package/dist/cjs/ion-refresher_2.cjs.entry.js +74 -33
- package/dist/cjs/ion-reorder_2.cjs.entry.js +37 -25
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +13 -8
- package/dist/cjs/ion-route_4.cjs.entry.js +53 -39
- package/dist/cjs/ion-searchbar.cjs.entry.js +90 -46
- package/dist/cjs/ion-segment-content.cjs.entry.js +4 -7
- package/dist/cjs/ion-segment-view.cjs.entry.js +8 -10
- package/dist/cjs/ion-segment_2.cjs.entry.js +54 -37
- package/dist/cjs/ion-select-modal.cjs.entry.js +15 -23
- package/dist/cjs/ion-select_3.cjs.entry.js +94 -65
- package/dist/cjs/ion-spinner.cjs.entry.js +11 -15
- package/dist/cjs/ion-split-pane.cjs.entry.js +16 -14
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +30 -34
- package/dist/cjs/ion-tab_2.cjs.entry.js +13 -20
- package/dist/cjs/ion-text.cjs.entry.js +6 -11
- package/dist/cjs/ion-textarea.cjs.entry.js +78 -45
- package/dist/cjs/ion-toast.cjs.entry.js +84 -65
- package/dist/cjs/ion-toggle.cjs.entry.js +63 -35
- package/dist/cjs/{ionic-global-6dea5a96.js → ionic-global-UI5YPSi-.js} +3 -4
- package/dist/cjs/ionic.cjs.js +8 -9
- package/dist/cjs/{ios.transition-a131cd4d.js → ios.transition-DEitrLlG.js} +5 -6
- package/dist/cjs/{keyboard-0272231f.js → keyboard-UuAS4D_9.js} +1 -1
- package/dist/cjs/{keyboard-controller-c05e747a.js → keyboard-controller-GXBiBRKS.js} +2 -2
- package/dist/cjs/{keyboard-af1bb365.js → keyboard-hHzlEQpk.js} +3 -3
- package/dist/cjs/loader.cjs.js +4 -7
- package/dist/cjs/{md.transition-e018ebe5.js → md.transition-BHtGC-Wg.js} +5 -6
- package/dist/cjs/{notch-controller-09b7f358.js → notch-controller-Bf5Rr4R5.js} +2 -2
- package/dist/cjs/{overlays-4c291a05.js → overlays-CglR7j-u.js} +7 -7
- package/dist/cjs/{status-tap-f1acefac.js → status-tap-D9YPr62n.js} +3 -4
- package/dist/cjs/{swipe-back-442ca3d7.js → swipe-back-Ck8mDs0g.js} +5 -5
- package/dist/collection/collection-manifest.json +3 -2
- package/dist/collection/components/accordion/accordion.js +43 -13
- package/dist/collection/components/accordion-group/accordion-group.js +35 -8
- package/dist/collection/components/action-sheet/action-sheet.js +95 -43
- package/dist/collection/components/alert/alert.js +104 -45
- package/dist/collection/components/app/app.js +8 -3
- package/dist/collection/components/back-button/back-button.js +30 -14
- package/dist/collection/components/backdrop/backdrop.js +18 -3
- package/dist/collection/components/badge/badge.js +3 -4
- package/dist/collection/components/breadcrumb/breadcrumb.js +57 -26
- package/dist/collection/components/breadcrumbs/breadcrumbs.js +24 -10
- package/dist/collection/components/button/button.js +97 -36
- package/dist/collection/components/buttons/buttons.js +15 -1
- package/dist/collection/components/card/card.js +44 -16
- package/dist/collection/components/card-header/card-header.js +11 -3
- package/dist/collection/components/card-subtitle/card-subtitle.js +3 -4
- package/dist/collection/components/card-title/card-title.js +3 -4
- package/dist/collection/components/checkbox/checkbox.js +74 -24
- package/dist/collection/components/chip/chip.js +15 -4
- package/dist/collection/components/col/col.js +72 -50
- package/dist/collection/components/content/content.js +43 -9
- package/dist/collection/components/datetime/datetime.ios.css +7 -2
- package/dist/collection/components/datetime/datetime.js +345 -153
- package/dist/collection/components/datetime/datetime.md.css +9 -3
- package/dist/collection/components/datetime/utils/data.js +29 -4
- package/dist/collection/components/datetime/utils/state.js +1 -0
- package/dist/collection/components/datetime-button/datetime-button.js +21 -11
- package/dist/collection/components/fab/fab.js +21 -6
- package/dist/collection/components/fab-button/fab-button.js +76 -28
- package/dist/collection/components/fab-list/fab-list.js +12 -2
- package/dist/collection/components/footer/footer.js +16 -5
- package/dist/collection/components/grid/grid.js +6 -1
- package/dist/collection/components/header/header.js +15 -4
- package/dist/collection/components/img/img.js +6 -6
- package/dist/collection/components/infinite-scroll/infinite-scroll.js +35 -7
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +6 -4
- package/dist/collection/components/input/input.ios.css +1 -1
- package/dist/collection/components/input/input.js +178 -79
- package/dist/collection/components/input/input.md.css +1 -1
- package/dist/collection/components/input-otp/input-otp-interface.js +1 -0
- package/dist/collection/components/input-otp/input-otp.ios.css +381 -0
- package/dist/collection/components/input-otp/input-otp.js +1056 -0
- package/dist/collection/components/input-otp/input-otp.md.css +381 -0
- package/dist/collection/components/input-password-toggle/input-password-toggle.js +19 -11
- package/dist/collection/components/item/item.js +84 -28
- package/dist/collection/components/item-divider/item-divider.js +15 -5
- package/dist/collection/components/item-group/item-group.js +1 -1
- package/dist/collection/components/item-option/item-option.js +38 -18
- package/dist/collection/components/item-options/item-options.js +8 -2
- package/dist/collection/components/item-sliding/item-sliding.js +9 -3
- package/dist/collection/components/label/label.js +8 -6
- package/dist/collection/components/list/list.js +10 -4
- package/dist/collection/components/list-header/list-header.js +8 -8
- package/dist/collection/components/loading/loading.js +96 -40
- package/dist/collection/components/menu/menu.js +104 -29
- package/dist/collection/components/menu-button/menu-button.js +29 -12
- package/dist/collection/components/menu-toggle/menu-toggle.js +16 -7
- package/dist/collection/components/modal/animations/ios.enter.js +3 -43
- package/dist/collection/components/modal/animations/ios.leave.js +4 -26
- package/dist/collection/components/modal/animations/ios.transition.js +152 -0
- package/dist/collection/components/modal/animations/md.enter.js +2 -42
- package/dist/collection/components/modal/animations/md.leave.js +2 -24
- package/dist/collection/components/modal/gestures/sheet.js +122 -29
- package/dist/collection/components/modal/modal.ios.css +0 -10
- package/dist/collection/components/modal/modal.js +446 -69
- package/dist/collection/components/nav/nav.js +25 -12
- package/dist/collection/components/nav-link/nav-link.js +19 -9
- package/dist/collection/components/note/note.js +5 -6
- package/dist/collection/components/picker-column/picker-column.js +56 -14
- package/dist/collection/components/picker-column-option/picker-column-option.js +27 -6
- package/dist/collection/components/picker-legacy/picker.js +93 -33
- package/dist/collection/components/picker-legacy-column/picker-column.js +7 -5
- package/dist/collection/components/popover/popover.js +227 -70
- package/dist/collection/components/progress-bar/progress-bar.js +33 -7
- package/dist/collection/components/radio/radio.js +49 -19
- package/dist/collection/components/radio-group/radio-group.js +27 -13
- package/dist/collection/components/range/range.js +157 -39
- package/dist/collection/components/refresher/refresher.js +69 -7
- package/dist/collection/components/refresher-content/refresher-content.js +13 -9
- package/dist/collection/components/reorder/reorder.js +1 -1
- package/dist/collection/components/reorder-group/reorder-group.js +86 -9
- package/dist/collection/components/ripple-effect/ripple-effect.js +13 -2
- package/dist/collection/components/route/route.js +24 -9
- package/dist/collection/components/route-redirect/route-redirect.js +6 -6
- package/dist/collection/components/router/router.js +29 -3
- package/dist/collection/components/router-link/router-link.js +26 -14
- package/dist/collection/components/router-outlet/router-outlet.js +25 -9
- package/dist/collection/components/row/row.js +1 -1
- package/dist/collection/components/searchbar/searchbar.js +147 -54
- package/dist/collection/components/segment/segment.js +40 -15
- package/dist/collection/components/segment-button/segment-button.js +34 -13
- package/dist/collection/components/segment-content/segment-content.css +1 -0
- package/dist/collection/components/segment-content/segment-content.js +1 -1
- package/dist/collection/components/segment-view/segment-view.js +8 -4
- package/dist/collection/components/select/select.js +129 -49
- package/dist/collection/components/select-modal/select-modal.js +10 -5
- package/dist/collection/components/select-option/select-option.js +10 -4
- package/dist/collection/components/select-popover/select-popover.js +19 -9
- package/dist/collection/components/skeleton-text/skeleton-text.js +8 -3
- package/dist/collection/components/spinner/spinner.js +16 -8
- package/dist/collection/components/split-pane/split-pane.js +19 -6
- package/dist/collection/components/tab/tab.js +16 -9
- package/dist/collection/components/tab-bar/tab-bar.js +16 -7
- package/dist/collection/components/tab-button/tab-button.js +34 -18
- package/dist/collection/components/tabs/tabs.js +6 -4
- package/dist/collection/components/text/text.js +5 -6
- package/dist/collection/components/textarea/textarea.js +154 -59
- package/dist/collection/components/thumbnail/thumbnail.js +1 -1
- package/dist/collection/components/title/title.js +8 -8
- package/dist/collection/components/toast/toast.js +128 -55
- package/dist/collection/components/toggle/toggle.js +86 -28
- package/dist/collection/components/toolbar/toolbar.js +5 -4
- package/dist/collection/utils/input-shims/hacks/scroll-assist.js +23 -0
- package/dist/collection/utils/test/playwright/page/utils/set-content.js +20 -2
- package/dist/docs.d.ts +8 -0
- package/dist/docs.json +5522 -1831
- package/dist/esm/{animation-8b25e105.js → animation-BvhAtgca.js} +2 -2
- package/dist/esm/{app-globals-dbdbb3df.js → app-globals-CvLYUxE9.js} +1 -1
- package/dist/esm/{button-active-90f1dbc4.js → button-active-DBUPuLNw.js} +3 -3
- package/dist/esm/{capacitor-59395cbd.js → capacitor-CFERIeaU.js} +1 -1
- package/dist/esm/{config-9898ed97.js → config-Dx_6wPIJ.js} +1 -1
- package/dist/esm/{data-0d7ea6eb.js → data-CKHMWxfe.js} +31 -6
- package/dist/esm/{framework-delegate-56b467ad.js → framework-delegate-BLEBgH06.js} +1 -1
- package/dist/esm/{gesture-controller-314a54f6.js → gesture-controller-BTEOs1at.js} +1 -1
- package/dist/esm/{haptic-ac164e4c.js → haptic-DzAMWJuk.js} +2 -2
- package/dist/esm/{hardware-back-button-a7eb8233.js → hardware-back-button-Dhbd-23H.js} +2 -2
- package/dist/esm/{helpers-d94bc8ad.js → helpers-8KSQQGQy.js} +3 -6
- package/dist/esm/{index-527b9e34.js → index-4DxY6_gG.js} +1703 -735
- package/dist/esm/{index-9a17db3d.js → index-7UbSlv7N.js} +3 -3
- package/dist/esm/{index-be190feb.js → index-C6WeRr09.js} +3 -3
- package/dist/esm/{index-18f31305.js → index-CXSTcaAW.js} +6 -6
- package/dist/esm/{index-39782642.js → index-CfgBF1SE.js} +4 -6
- package/dist/esm/index-DV3sJJW8.js +32 -0
- package/dist/esm/{index-68c0d151.js → index-Dp7GXH1z.js} +4 -5
- package/dist/esm/index.js +17 -18
- package/dist/esm/{input-shims-279903e2.js → input-shims-C4KDnhxb.js} +29 -6
- package/dist/esm/{input.utils-40504d6d.js → input.utils-be4gBvVY.js} +3 -3
- package/dist/esm/ion-accordion_2.entry.js +53 -23
- package/dist/esm/ion-action-sheet.entry.js +57 -45
- package/dist/esm/ion-alert.entry.js +61 -47
- package/dist/esm/ion-app_8.entry.js +103 -69
- package/dist/esm/ion-avatar_3.entry.js +9 -16
- package/dist/esm/ion-back-button.entry.js +15 -17
- package/dist/esm/ion-backdrop.entry.js +13 -7
- package/dist/esm/ion-breadcrumb_2.entry.js +38 -33
- package/dist/esm/ion-button_2.entry.js +364 -275
- package/dist/esm/ion-card_5.entry.js +32 -34
- package/dist/esm/ion-checkbox.entry.js +44 -21
- package/dist/esm/ion-chip.entry.js +11 -9
- package/dist/esm/ion-col_3.entry.js +9 -34
- package/dist/esm/ion-datetime-button.entry.js +19 -18
- package/dist/esm/ion-datetime_3.entry.js +288 -174
- package/dist/esm/ion-fab_3.entry.js +57 -30
- package/dist/esm/ion-img.entry.js +4 -10
- package/dist/esm/ion-infinite-scroll_2.entry.js +34 -18
- package/dist/esm/ion-input-otp.entry.js +644 -0
- package/dist/esm/ion-input-password-toggle.entry.js +13 -16
- package/dist/esm/ion-input.entry.js +87 -60
- package/dist/esm/ion-item-option_3.entry.js +37 -31
- package/dist/esm/ion-item_8.entry.js +87 -69
- package/dist/esm/ion-loading.entry.js +52 -37
- package/dist/esm/ion-menu_3.entry.js +92 -46
- package/dist/esm/ion-modal.entry.js +637 -225
- package/dist/esm/ion-nav_2.entry.js +18 -22
- package/dist/esm/ion-picker-column-option.entry.js +24 -12
- package/dist/esm/ion-picker-column.entry.js +52 -20
- package/dist/esm/ion-picker.entry.js +4 -7
- package/dist/esm/ion-popover.entry.js +144 -52
- package/dist/esm/ion-progress-bar.entry.js +24 -11
- package/dist/esm/ion-radio_2.entry.js +46 -33
- package/dist/esm/ion-range.entry.js +118 -36
- package/dist/esm/ion-refresher_2.entry.js +69 -26
- package/dist/esm/ion-reorder_2.entry.js +37 -23
- package/dist/esm/ion-ripple-effect.entry.js +13 -6
- package/dist/esm/ion-route_4.entry.js +37 -21
- package/dist/esm/ion-searchbar.entry.js +87 -41
- package/dist/esm/ion-segment-content.entry.js +4 -5
- package/dist/esm/ion-segment-view.entry.js +8 -8
- package/dist/esm/ion-segment_2.entry.js +51 -32
- package/dist/esm/ion-select-modal.entry.js +15 -21
- package/dist/esm/ion-select_3.entry.js +91 -60
- package/dist/esm/ion-spinner.entry.js +9 -11
- package/dist/esm/ion-split-pane.entry.js +14 -10
- package/dist/esm/ion-tab-bar_2.entry.js +29 -31
- package/dist/esm/ion-tab_2.entry.js +11 -16
- package/dist/esm/ion-text.entry.js +6 -9
- package/dist/esm/ion-textarea.entry.js +78 -43
- package/dist/esm/ion-toast.entry.js +70 -49
- package/dist/esm/ion-toggle.entry.js +63 -33
- package/dist/esm/{ionic-global-b26f573e.js → ionic-global-CTSyufhF.js} +1 -2
- package/dist/esm/ionic.js +7 -7
- package/dist/esm/{ios.transition-4047cb68.js → ios.transition-eAEkgVAv.js} +5 -6
- package/dist/esm/{keyboard-73175e24.js → keyboard-CUw4ekVy.js} +1 -1
- package/dist/esm/{keyboard-controller-ec5c2bfa.js → keyboard-controller-BaaVITYt.js} +2 -2
- package/dist/esm/{keyboard-52278bd7.js → keyboard-ywgs5efA.js} +3 -3
- package/dist/esm/loader.js +5 -6
- package/dist/esm/{md.transition-30ce8d1b.js → md.transition-D8TeJ_Pz.js} +5 -6
- package/dist/esm/{notch-controller-1a1f7183.js → notch-controller-lb417-kU.js} +2 -2
- package/dist/esm/{overlays-d99dcb0a.js → overlays-ZX_4-t_r.js} +7 -7
- package/dist/esm/{status-tap-42a8af65.js → status-tap-pATNXEtr.js} +3 -4
- package/dist/esm/{swipe-back-04123e7c.js → swipe-back-tV63j0BI.js} +5 -5
- package/dist/html.html-data.json +377 -1
- package/dist/index.js +1 -1
- package/dist/ionic/index.esm.js +1 -1
- package/dist/ionic/ionic.esm.js +1 -1
- package/dist/ionic/p-0f396661.entry.js +4 -0
- package/dist/ionic/p-1191a2d9.entry.js +4 -0
- package/dist/ionic/p-1488b7cc.entry.js +4 -0
- package/dist/ionic/p-148bdf18.entry.js +4 -0
- package/dist/ionic/p-16116947.entry.js +4 -0
- package/dist/ionic/p-19f80390.entry.js +4 -0
- package/dist/ionic/p-1bbd0a23.entry.js +4 -0
- package/dist/ionic/p-1d5b934a.entry.js +4 -0
- package/dist/ionic/p-29032e49.entry.js +4 -0
- package/dist/ionic/p-2cb0f39f.entry.js +4 -0
- package/dist/ionic/p-349fc921.entry.js +4 -0
- package/dist/ionic/p-3624b640.entry.js +4 -0
- package/dist/ionic/p-36a54836.entry.js +4 -0
- package/dist/ionic/p-39ed3212.entry.js +4 -0
- package/dist/ionic/p-3e426ddc.entry.js +4 -0
- package/dist/ionic/p-4DxY6_gG.js +5 -0
- package/dist/ionic/p-504e4c9c.entry.js +4 -0
- package/dist/ionic/p-528af4e6.entry.js +4 -0
- package/dist/ionic/p-54dec9b1.entry.js +4 -0
- package/dist/ionic/p-5c976c00.entry.js +4 -0
- package/dist/ionic/p-6383afc2.entry.js +4 -0
- package/dist/ionic/p-6701ab96.entry.js +4 -0
- package/dist/ionic/p-6d26651e.entry.js +4 -0
- package/dist/ionic/p-7a53f04c.entry.js +4 -0
- package/dist/ionic/p-7bac2c5f.entry.js +4 -0
- package/dist/ionic/p-7da05504.entry.js +4 -0
- package/dist/ionic/p-7fa27903.entry.js +4 -0
- package/dist/ionic/p-8d96a0cd.entry.js +4 -0
- package/dist/ionic/p-91d6ccb0.entry.js +4 -0
- package/dist/ionic/p-982fe1c4.entry.js +4 -0
- package/dist/ionic/p-9ddf2620.entry.js +4 -0
- package/dist/ionic/p-9eeaBrnk.js +4 -0
- package/dist/ionic/{p-8d2d39d0.js → p-B1xocg0A.js} +1 -1
- package/dist/ionic/{p-2bb55ebc.js → p-B5MDSrGg.js} +1 -1
- package/dist/ionic/p-BB-JoKGB.js +4 -0
- package/dist/ionic/{p-0f5e6225.js → p-BHGXdud8.js} +1 -1
- package/dist/ionic/p-BhNEp2QP.js +4 -0
- package/dist/ionic/p-Br3vSlYh.js +4 -0
- package/dist/ionic/p-C-Cct-6D.js +4 -0
- package/dist/ionic/p-C87oPMMF.js +4 -0
- package/dist/ionic/{p-aded71ec.js → p-C8d2ebIg.js} +1 -1
- package/dist/ionic/p-CIGNaXM1.js +4 -0
- package/dist/ionic/{p-89b61afc.js → p-CKvCXMs9.js} +1 -1
- package/dist/ionic/{p-95001a19.js → p-CSwZyt05.js} +1 -1
- package/dist/ionic/p-CWvl4RPO.js +4 -0
- package/dist/ionic/p-Cl0B-RWe.js +4 -0
- package/dist/ionic/p-CtWGkNnJ.js +4 -0
- package/dist/ionic/p-CvaZMP6T.js +4 -0
- package/dist/ionic/{p-27281edd.js → p-D13Eaw-8.js} +1 -1
- package/dist/ionic/p-D2fQU_qK.js +4 -0
- package/dist/ionic/p-D2re3d9B.js +4 -0
- package/dist/ionic/p-DAfH9Iif.js +4 -0
- package/dist/ionic/p-DCuOL88l.js +4 -0
- package/dist/ionic/p-DJKvq7vb.js +4 -0
- package/dist/ionic/p-DV3sJJW8.js +4 -0
- package/dist/ionic/{p-ed005d9c.js → p-DiZPU8BH.js} +1 -1
- package/dist/ionic/p-Dm_oBkW1.js +4 -0
- package/dist/ionic/{p-10a1bddc.js → p-EnaLTYYj.js} +1 -1
- package/dist/ionic/p-LaGjiAVo.js +4 -0
- package/dist/ionic/p-a81be128.entry.js +4 -0
- package/dist/ionic/p-ab33ef20.entry.js +4 -0
- package/dist/ionic/p-ac2be9d6.entry.js +4 -0
- package/dist/ionic/p-ac434970.entry.js +4 -0
- package/dist/ionic/p-afeb9df6.entry.js +4 -0
- package/dist/ionic/p-bc9f9032.entry.js +4 -0
- package/dist/ionic/p-bf81a468.entry.js +4 -0
- package/dist/ionic/p-c0d58c8e.entry.js +4 -0
- package/dist/ionic/p-c5210d3e.entry.js +4 -0
- package/dist/ionic/p-c575e7ce.entry.js +4 -0
- package/dist/ionic/p-c836e1a2.entry.js +4 -0
- package/dist/ionic/p-cb335dbc.entry.js +4 -0
- package/dist/ionic/p-d04d66fc.entry.js +4 -0
- package/dist/ionic/p-d3df6032.entry.js +4 -0
- package/dist/ionic/p-dbba38cf.entry.js +4 -0
- package/dist/ionic/p-e6c465ff.entry.js +4 -0
- package/dist/ionic/p-ec76fec4.entry.js +4 -0
- package/dist/ionic/p-ee2e35a6.entry.js +4 -0
- package/dist/ionic/p-f2884bc2.entry.js +4 -0
- package/dist/ionic/p-f456d176.entry.js +4 -0
- package/dist/ionic/p-f7db572a.entry.js +4 -0
- package/dist/ionic/p-f9eb54ee.entry.js +4 -0
- package/dist/ionic/svg/accessibility-outline.svg +1 -1
- package/dist/ionic/svg/accessibility-sharp.svg +1 -1
- package/dist/ionic/svg/accessibility.svg +1 -1
- package/dist/ionic/svg/add-circle-outline.svg +1 -1
- package/dist/ionic/svg/add-circle-sharp.svg +1 -1
- package/dist/ionic/svg/add-circle.svg +1 -1
- package/dist/ionic/svg/add-outline.svg +1 -1
- package/dist/ionic/svg/add-sharp.svg +1 -1
- package/dist/ionic/svg/add.svg +1 -1
- package/dist/ionic/svg/airplane-outline.svg +1 -1
- package/dist/ionic/svg/airplane-sharp.svg +1 -1
- package/dist/ionic/svg/airplane.svg +1 -1
- package/dist/ionic/svg/alarm-outline.svg +1 -1
- package/dist/ionic/svg/alarm-sharp.svg +1 -1
- package/dist/ionic/svg/alarm.svg +1 -1
- package/dist/ionic/svg/albums-outline.svg +1 -1
- package/dist/ionic/svg/albums-sharp.svg +1 -1
- package/dist/ionic/svg/albums.svg +1 -1
- package/dist/ionic/svg/alert-circle-outline.svg +1 -1
- package/dist/ionic/svg/alert-circle-sharp.svg +1 -1
- package/dist/ionic/svg/alert-circle.svg +1 -1
- package/dist/ionic/svg/alert-outline.svg +1 -1
- package/dist/ionic/svg/alert-sharp.svg +1 -1
- package/dist/ionic/svg/alert.svg +1 -1
- package/dist/ionic/svg/american-football-outline.svg +1 -1
- package/dist/ionic/svg/american-football-sharp.svg +1 -1
- package/dist/ionic/svg/american-football.svg +1 -1
- package/dist/ionic/svg/analytics-outline.svg +1 -1
- package/dist/ionic/svg/analytics-sharp.svg +1 -1
- package/dist/ionic/svg/analytics.svg +1 -1
- package/dist/ionic/svg/aperture-outline.svg +1 -1
- package/dist/ionic/svg/aperture-sharp.svg +1 -1
- package/dist/ionic/svg/aperture.svg +1 -1
- package/dist/ionic/svg/apps-outline.svg +1 -1
- package/dist/ionic/svg/apps-sharp.svg +1 -1
- package/dist/ionic/svg/apps.svg +1 -1
- package/dist/ionic/svg/archive-outline.svg +1 -1
- package/dist/ionic/svg/archive-sharp.svg +1 -1
- package/dist/ionic/svg/archive.svg +1 -1
- package/dist/ionic/svg/arrow-back-circle-outline.svg +1 -1
- package/dist/ionic/svg/arrow-back-circle-sharp.svg +1 -1
- package/dist/ionic/svg/arrow-back-circle.svg +1 -1
- package/dist/ionic/svg/arrow-back-outline.svg +1 -1
- package/dist/ionic/svg/arrow-back-sharp.svg +1 -1
- package/dist/ionic/svg/arrow-back.svg +1 -1
- package/dist/ionic/svg/arrow-down-circle-outline.svg +1 -1
- package/dist/ionic/svg/arrow-down-circle-sharp.svg +1 -1
- package/dist/ionic/svg/arrow-down-circle.svg +1 -1
- package/dist/ionic/svg/arrow-down-left-box-outline.svg +1 -0
- package/dist/ionic/svg/arrow-down-left-box-sharp.svg +1 -0
- package/dist/ionic/svg/arrow-down-left-box.svg +1 -0
- package/dist/ionic/svg/arrow-down-outline.svg +1 -1
- package/dist/ionic/svg/arrow-down-right-box-outline.svg +1 -0
- package/dist/ionic/svg/arrow-down-right-box-sharp.svg +1 -0
- package/dist/ionic/svg/arrow-down-right-box.svg +1 -0
- package/dist/ionic/svg/arrow-down-sharp.svg +1 -1
- package/dist/ionic/svg/arrow-down.svg +1 -1
- package/dist/ionic/svg/arrow-forward-circle-outline.svg +1 -1
- package/dist/ionic/svg/arrow-forward-circle-sharp.svg +1 -1
- package/dist/ionic/svg/arrow-forward-circle.svg +1 -1
- package/dist/ionic/svg/arrow-forward-outline.svg +1 -1
- package/dist/ionic/svg/arrow-forward-sharp.svg +1 -1
- package/dist/ionic/svg/arrow-forward.svg +1 -1
- package/dist/ionic/svg/arrow-redo-circle-outline.svg +1 -1
- package/dist/ionic/svg/arrow-redo-circle-sharp.svg +1 -1
- package/dist/ionic/svg/arrow-redo-circle.svg +1 -1
- package/dist/ionic/svg/arrow-redo-outline.svg +1 -1
- package/dist/ionic/svg/arrow-redo-sharp.svg +1 -1
- package/dist/ionic/svg/arrow-redo.svg +1 -1
- package/dist/ionic/svg/arrow-undo-circle-outline.svg +1 -1
- package/dist/ionic/svg/arrow-undo-circle-sharp.svg +1 -1
- package/dist/ionic/svg/arrow-undo-circle.svg +1 -1
- package/dist/ionic/svg/arrow-undo-outline.svg +1 -1
- package/dist/ionic/svg/arrow-undo-sharp.svg +1 -1
- package/dist/ionic/svg/arrow-undo.svg +1 -1
- package/dist/ionic/svg/arrow-up-circle-outline.svg +1 -1
- package/dist/ionic/svg/arrow-up-circle-sharp.svg +1 -1
- package/dist/ionic/svg/arrow-up-circle.svg +1 -1
- package/dist/ionic/svg/arrow-up-left-box-outline.svg +1 -0
- package/dist/ionic/svg/arrow-up-left-box-sharp.svg +1 -0
- package/dist/ionic/svg/arrow-up-left-box.svg +1 -0
- package/dist/ionic/svg/arrow-up-outline.svg +1 -1
- package/dist/ionic/svg/arrow-up-right-box-outline.svg +1 -0
- package/dist/ionic/svg/arrow-up-right-box-sharp.svg +1 -0
- package/dist/ionic/svg/arrow-up-right-box.svg +1 -0
- package/dist/ionic/svg/arrow-up-sharp.svg +1 -1
- package/dist/ionic/svg/arrow-up.svg +1 -1
- package/dist/ionic/svg/at-circle-outline.svg +1 -1
- package/dist/ionic/svg/at-circle-sharp.svg +1 -1
- package/dist/ionic/svg/at-circle.svg +1 -1
- package/dist/ionic/svg/at-outline.svg +1 -1
- package/dist/ionic/svg/at-sharp.svg +1 -1
- package/dist/ionic/svg/at.svg +1 -1
- package/dist/ionic/svg/attach-outline.svg +1 -1
- package/dist/ionic/svg/attach-sharp.svg +1 -1
- package/dist/ionic/svg/attach.svg +1 -1
- package/dist/ionic/svg/backspace-outline.svg +1 -1
- package/dist/ionic/svg/backspace-sharp.svg +1 -1
- package/dist/ionic/svg/backspace.svg +1 -1
- package/dist/ionic/svg/bag-add-outline.svg +1 -1
- package/dist/ionic/svg/bag-add-sharp.svg +1 -1
- package/dist/ionic/svg/bag-add.svg +1 -1
- package/dist/ionic/svg/bag-check-outline.svg +1 -1
- package/dist/ionic/svg/bag-check-sharp.svg +1 -1
- package/dist/ionic/svg/bag-check.svg +1 -1
- package/dist/ionic/svg/bag-handle-outline.svg +1 -1
- package/dist/ionic/svg/bag-handle-sharp.svg +1 -1
- package/dist/ionic/svg/bag-handle.svg +1 -1
- package/dist/ionic/svg/bag-outline.svg +1 -1
- package/dist/ionic/svg/bag-remove-outline.svg +1 -1
- package/dist/ionic/svg/bag-remove-sharp.svg +1 -1
- package/dist/ionic/svg/bag-remove.svg +1 -1
- package/dist/ionic/svg/bag-sharp.svg +1 -1
- package/dist/ionic/svg/bag.svg +1 -1
- package/dist/ionic/svg/balloon-outline.svg +1 -1
- package/dist/ionic/svg/balloon-sharp.svg +1 -1
- package/dist/ionic/svg/balloon.svg +1 -1
- package/dist/ionic/svg/ban-outline.svg +1 -1
- package/dist/ionic/svg/ban-sharp.svg +1 -1
- package/dist/ionic/svg/ban.svg +1 -1
- package/dist/ionic/svg/bandage-outline.svg +1 -1
- package/dist/ionic/svg/bandage-sharp.svg +1 -1
- package/dist/ionic/svg/bandage.svg +1 -1
- package/dist/ionic/svg/bar-chart-outline.svg +1 -1
- package/dist/ionic/svg/bar-chart-sharp.svg +1 -1
- package/dist/ionic/svg/bar-chart.svg +1 -1
- package/dist/ionic/svg/barbell-outline.svg +1 -1
- package/dist/ionic/svg/barbell-sharp.svg +1 -1
- package/dist/ionic/svg/barbell.svg +1 -1
- package/dist/ionic/svg/barcode-outline.svg +1 -1
- package/dist/ionic/svg/barcode-sharp.svg +1 -1
- package/dist/ionic/svg/barcode.svg +1 -1
- package/dist/ionic/svg/baseball-outline.svg +1 -1
- package/dist/ionic/svg/baseball-sharp.svg +1 -1
- package/dist/ionic/svg/baseball.svg +1 -1
- package/dist/ionic/svg/basket-outline.svg +1 -1
- package/dist/ionic/svg/basket-sharp.svg +1 -1
- package/dist/ionic/svg/basket.svg +1 -1
- package/dist/ionic/svg/basketball-outline.svg +1 -1
- package/dist/ionic/svg/basketball-sharp.svg +1 -1
- package/dist/ionic/svg/basketball.svg +1 -1
- package/dist/ionic/svg/battery-charging-outline.svg +1 -1
- package/dist/ionic/svg/battery-charging-sharp.svg +1 -1
- package/dist/ionic/svg/battery-charging.svg +1 -1
- package/dist/ionic/svg/battery-dead-outline.svg +1 -1
- package/dist/ionic/svg/battery-dead-sharp.svg +1 -1
- package/dist/ionic/svg/battery-dead.svg +1 -1
- package/dist/ionic/svg/battery-full-outline.svg +1 -1
- package/dist/ionic/svg/battery-full-sharp.svg +1 -1
- package/dist/ionic/svg/battery-full.svg +1 -1
- package/dist/ionic/svg/battery-half-outline.svg +1 -1
- package/dist/ionic/svg/battery-half-sharp.svg +1 -1
- package/dist/ionic/svg/battery-half.svg +1 -1
- package/dist/ionic/svg/beaker-outline.svg +1 -1
- package/dist/ionic/svg/beaker-sharp.svg +1 -1
- package/dist/ionic/svg/beaker.svg +1 -1
- package/dist/ionic/svg/bed-outline.svg +1 -1
- package/dist/ionic/svg/bed-sharp.svg +1 -1
- package/dist/ionic/svg/bed.svg +1 -1
- package/dist/ionic/svg/beer-outline.svg +1 -1
- package/dist/ionic/svg/beer-sharp.svg +1 -1
- package/dist/ionic/svg/beer.svg +1 -1
- package/dist/ionic/svg/bicycle-outline.svg +1 -1
- package/dist/ionic/svg/bicycle-sharp.svg +1 -1
- package/dist/ionic/svg/bicycle.svg +1 -1
- package/dist/ionic/svg/binoculars-outline.svg +1 -0
- package/dist/ionic/svg/binoculars-sharp.svg +1 -0
- package/dist/ionic/svg/binoculars.svg +1 -0
- package/dist/ionic/svg/bluetooth-outline.svg +1 -1
- package/dist/ionic/svg/bluetooth-sharp.svg +1 -1
- package/dist/ionic/svg/bluetooth.svg +1 -1
- package/dist/ionic/svg/boat-outline.svg +1 -1
- package/dist/ionic/svg/boat-sharp.svg +1 -1
- package/dist/ionic/svg/boat.svg +1 -1
- package/dist/ionic/svg/body-outline.svg +1 -1
- package/dist/ionic/svg/body-sharp.svg +1 -1
- package/dist/ionic/svg/body.svg +1 -1
- package/dist/ionic/svg/bonfire-outline.svg +1 -1
- package/dist/ionic/svg/bonfire-sharp.svg +1 -1
- package/dist/ionic/svg/bonfire.svg +1 -1
- package/dist/ionic/svg/book-outline.svg +1 -1
- package/dist/ionic/svg/book-sharp.svg +1 -1
- package/dist/ionic/svg/book.svg +1 -1
- package/dist/ionic/svg/bookmark-outline.svg +1 -1
- package/dist/ionic/svg/bookmark-sharp.svg +1 -1
- package/dist/ionic/svg/bookmark.svg +1 -1
- package/dist/ionic/svg/bookmarks-outline.svg +1 -1
- package/dist/ionic/svg/bookmarks-sharp.svg +1 -1
- package/dist/ionic/svg/bookmarks.svg +1 -1
- package/dist/ionic/svg/bowling-ball-outline.svg +1 -1
- package/dist/ionic/svg/bowling-ball-sharp.svg +1 -1
- package/dist/ionic/svg/bowling-ball.svg +1 -1
- package/dist/ionic/svg/briefcase-outline.svg +1 -1
- package/dist/ionic/svg/briefcase-sharp.svg +1 -1
- package/dist/ionic/svg/briefcase.svg +1 -1
- package/dist/ionic/svg/browsers-outline.svg +1 -1
- package/dist/ionic/svg/browsers-sharp.svg +1 -1
- package/dist/ionic/svg/browsers.svg +1 -1
- package/dist/ionic/svg/brush-outline.svg +1 -1
- package/dist/ionic/svg/brush-sharp.svg +1 -1
- package/dist/ionic/svg/brush.svg +1 -1
- package/dist/ionic/svg/bug-outline.svg +1 -1
- package/dist/ionic/svg/bug-sharp.svg +1 -1
- package/dist/ionic/svg/bug.svg +1 -1
- package/dist/ionic/svg/build-outline.svg +1 -1
- package/dist/ionic/svg/build-sharp.svg +1 -1
- package/dist/ionic/svg/build.svg +1 -1
- package/dist/ionic/svg/bulb-outline.svg +1 -1
- package/dist/ionic/svg/bulb-sharp.svg +1 -1
- package/dist/ionic/svg/bulb.svg +1 -1
- package/dist/ionic/svg/bus-outline.svg +1 -1
- package/dist/ionic/svg/bus-sharp.svg +1 -1
- package/dist/ionic/svg/bus.svg +1 -1
- package/dist/ionic/svg/business-outline.svg +1 -1
- package/dist/ionic/svg/business-sharp.svg +1 -1
- package/dist/ionic/svg/business.svg +1 -1
- package/dist/ionic/svg/cafe-outline.svg +1 -1
- package/dist/ionic/svg/cafe-sharp.svg +1 -1
- package/dist/ionic/svg/cafe.svg +1 -1
- package/dist/ionic/svg/calculator-outline.svg +1 -1
- package/dist/ionic/svg/calculator-sharp.svg +1 -1
- package/dist/ionic/svg/calculator.svg +1 -1
- package/dist/ionic/svg/calendar-clear-outline.svg +1 -1
- package/dist/ionic/svg/calendar-clear-sharp.svg +1 -1
- package/dist/ionic/svg/calendar-clear.svg +1 -1
- package/dist/ionic/svg/calendar-number-outline.svg +1 -1
- package/dist/ionic/svg/calendar-number-sharp.svg +1 -1
- package/dist/ionic/svg/calendar-number.svg +1 -1
- package/dist/ionic/svg/calendar-outline.svg +1 -1
- package/dist/ionic/svg/calendar-sharp.svg +1 -1
- package/dist/ionic/svg/calendar.svg +1 -1
- package/dist/ionic/svg/call-outline.svg +1 -1
- package/dist/ionic/svg/call-sharp.svg +1 -1
- package/dist/ionic/svg/call.svg +1 -1
- package/dist/ionic/svg/camera-outline.svg +1 -1
- package/dist/ionic/svg/camera-reverse-outline.svg +1 -1
- package/dist/ionic/svg/camera-reverse-sharp.svg +1 -1
- package/dist/ionic/svg/camera-reverse.svg +1 -1
- package/dist/ionic/svg/camera-sharp.svg +1 -1
- package/dist/ionic/svg/camera.svg +1 -1
- package/dist/ionic/svg/car-outline.svg +1 -1
- package/dist/ionic/svg/car-sharp.svg +1 -1
- package/dist/ionic/svg/car-sport-outline.svg +1 -1
- package/dist/ionic/svg/car-sport-sharp.svg +1 -1
- package/dist/ionic/svg/car-sport.svg +1 -1
- package/dist/ionic/svg/car.svg +1 -1
- package/dist/ionic/svg/card-outline.svg +1 -1
- package/dist/ionic/svg/card-sharp.svg +1 -1
- package/dist/ionic/svg/card.svg +1 -1
- package/dist/ionic/svg/caret-back-circle-outline.svg +1 -1
- package/dist/ionic/svg/caret-back-circle-sharp.svg +1 -1
- package/dist/ionic/svg/caret-back-circle.svg +1 -1
- package/dist/ionic/svg/caret-back-outline.svg +1 -1
- package/dist/ionic/svg/caret-back-sharp.svg +1 -1
- package/dist/ionic/svg/caret-back.svg +1 -1
- package/dist/ionic/svg/caret-down-circle-outline.svg +1 -1
- package/dist/ionic/svg/caret-down-circle-sharp.svg +1 -1
- package/dist/ionic/svg/caret-down-circle.svg +1 -1
- package/dist/ionic/svg/caret-down-outline.svg +1 -1
- package/dist/ionic/svg/caret-down-sharp.svg +1 -1
- package/dist/ionic/svg/caret-down.svg +1 -1
- package/dist/ionic/svg/caret-forward-circle-outline.svg +1 -1
- package/dist/ionic/svg/caret-forward-circle-sharp.svg +1 -1
- package/dist/ionic/svg/caret-forward-circle.svg +1 -1
- package/dist/ionic/svg/caret-forward-outline.svg +1 -1
- package/dist/ionic/svg/caret-forward-sharp.svg +1 -1
- package/dist/ionic/svg/caret-forward.svg +1 -1
- package/dist/ionic/svg/caret-up-circle-outline.svg +1 -1
- package/dist/ionic/svg/caret-up-circle-sharp.svg +1 -1
- package/dist/ionic/svg/caret-up-circle.svg +1 -1
- package/dist/ionic/svg/caret-up-outline.svg +1 -1
- package/dist/ionic/svg/caret-up-sharp.svg +1 -1
- package/dist/ionic/svg/caret-up.svg +1 -1
- package/dist/ionic/svg/cart-outline.svg +1 -1
- package/dist/ionic/svg/cart-sharp.svg +1 -1
- package/dist/ionic/svg/cart.svg +1 -1
- package/dist/ionic/svg/cash-outline.svg +1 -1
- package/dist/ionic/svg/cash-sharp.svg +1 -1
- package/dist/ionic/svg/cash.svg +1 -1
- package/dist/ionic/svg/cellular-outline.svg +1 -1
- package/dist/ionic/svg/cellular-sharp.svg +1 -1
- package/dist/ionic/svg/cellular.svg +1 -1
- package/dist/ionic/svg/chatbox-ellipses-outline.svg +1 -1
- package/dist/ionic/svg/chatbox-ellipses-sharp.svg +1 -1
- package/dist/ionic/svg/chatbox-ellipses.svg +1 -1
- package/dist/ionic/svg/chatbox-outline.svg +1 -1
- package/dist/ionic/svg/chatbox-sharp.svg +1 -1
- package/dist/ionic/svg/chatbox.svg +1 -1
- package/dist/ionic/svg/chatbubble-ellipses-outline.svg +1 -1
- package/dist/ionic/svg/chatbubble-ellipses-sharp.svg +1 -1
- package/dist/ionic/svg/chatbubble-ellipses.svg +1 -1
- package/dist/ionic/svg/chatbubble-outline.svg +1 -1
- package/dist/ionic/svg/chatbubble-sharp.svg +1 -1
- package/dist/ionic/svg/chatbubble.svg +1 -1
- package/dist/ionic/svg/chatbubbles-outline.svg +1 -1
- package/dist/ionic/svg/chatbubbles-sharp.svg +1 -1
- package/dist/ionic/svg/chatbubbles.svg +1 -1
- package/dist/ionic/svg/checkbox-outline.svg +1 -1
- package/dist/ionic/svg/checkbox-sharp.svg +1 -1
- package/dist/ionic/svg/checkbox.svg +1 -1
- package/dist/ionic/svg/checkmark-circle-outline.svg +1 -1
- package/dist/ionic/svg/checkmark-circle-sharp.svg +1 -1
- package/dist/ionic/svg/checkmark-circle.svg +1 -1
- package/dist/ionic/svg/checkmark-done-circle-outline.svg +1 -1
- package/dist/ionic/svg/checkmark-done-circle-sharp.svg +1 -1
- package/dist/ionic/svg/checkmark-done-circle.svg +1 -1
- package/dist/ionic/svg/checkmark-done-outline.svg +1 -1
- package/dist/ionic/svg/checkmark-done-sharp.svg +1 -1
- package/dist/ionic/svg/checkmark-done.svg +1 -1
- package/dist/ionic/svg/checkmark-outline.svg +1 -1
- package/dist/ionic/svg/checkmark-sharp.svg +1 -1
- package/dist/ionic/svg/checkmark.svg +1 -1
- package/dist/ionic/svg/chevron-back-circle-outline.svg +1 -1
- package/dist/ionic/svg/chevron-back-circle-sharp.svg +1 -1
- package/dist/ionic/svg/chevron-back-circle.svg +1 -1
- package/dist/ionic/svg/chevron-back-outline.svg +1 -1
- package/dist/ionic/svg/chevron-back-sharp.svg +1 -1
- package/dist/ionic/svg/chevron-back.svg +1 -1
- package/dist/ionic/svg/chevron-collapse-outline.svg +1 -1
- package/dist/ionic/svg/chevron-collapse-sharp.svg +1 -1
- package/dist/ionic/svg/chevron-collapse.svg +1 -1
- package/dist/ionic/svg/chevron-down-circle-outline.svg +1 -1
- package/dist/ionic/svg/chevron-down-circle-sharp.svg +1 -1
- package/dist/ionic/svg/chevron-down-circle.svg +1 -1
- package/dist/ionic/svg/chevron-down-outline.svg +1 -1
- package/dist/ionic/svg/chevron-down-sharp.svg +1 -1
- package/dist/ionic/svg/chevron-down.svg +1 -1
- package/dist/ionic/svg/chevron-expand-outline.svg +1 -1
- package/dist/ionic/svg/chevron-expand-sharp.svg +1 -1
- package/dist/ionic/svg/chevron-expand.svg +1 -1
- package/dist/ionic/svg/chevron-forward-circle-outline.svg +1 -1
- package/dist/ionic/svg/chevron-forward-circle-sharp.svg +1 -1
- package/dist/ionic/svg/chevron-forward-circle.svg +1 -1
- package/dist/ionic/svg/chevron-forward-outline.svg +1 -1
- package/dist/ionic/svg/chevron-forward-sharp.svg +1 -1
- package/dist/ionic/svg/chevron-forward.svg +1 -1
- package/dist/ionic/svg/chevron-up-circle-outline.svg +1 -1
- package/dist/ionic/svg/chevron-up-circle-sharp.svg +1 -1
- package/dist/ionic/svg/chevron-up-circle.svg +1 -1
- package/dist/ionic/svg/chevron-up-outline.svg +1 -1
- package/dist/ionic/svg/chevron-up-sharp.svg +1 -1
- package/dist/ionic/svg/chevron-up.svg +1 -1
- package/dist/ionic/svg/clipboard-outline.svg +1 -1
- package/dist/ionic/svg/clipboard-sharp.svg +1 -1
- package/dist/ionic/svg/clipboard.svg +1 -1
- package/dist/ionic/svg/close-circle-outline.svg +1 -1
- package/dist/ionic/svg/close-circle-sharp.svg +1 -1
- package/dist/ionic/svg/close-circle.svg +1 -1
- package/dist/ionic/svg/close-outline.svg +1 -1
- package/dist/ionic/svg/close-sharp.svg +1 -1
- package/dist/ionic/svg/close.svg +1 -1
- package/dist/ionic/svg/cloud-circle-outline.svg +1 -1
- package/dist/ionic/svg/cloud-circle-sharp.svg +1 -1
- package/dist/ionic/svg/cloud-circle.svg +1 -1
- package/dist/ionic/svg/cloud-done-outline.svg +1 -1
- package/dist/ionic/svg/cloud-done-sharp.svg +1 -1
- package/dist/ionic/svg/cloud-done.svg +1 -1
- package/dist/ionic/svg/cloud-download-outline.svg +1 -1
- package/dist/ionic/svg/cloud-download-sharp.svg +1 -1
- package/dist/ionic/svg/cloud-download.svg +1 -1
- package/dist/ionic/svg/cloud-offline-outline.svg +1 -1
- package/dist/ionic/svg/cloud-offline-sharp.svg +1 -1
- package/dist/ionic/svg/cloud-offline.svg +1 -1
- package/dist/ionic/svg/cloud-outline.svg +1 -1
- package/dist/ionic/svg/cloud-sharp.svg +1 -1
- package/dist/ionic/svg/cloud-upload-outline.svg +1 -1
- package/dist/ionic/svg/cloud-upload-sharp.svg +1 -1
- package/dist/ionic/svg/cloud-upload.svg +1 -1
- package/dist/ionic/svg/cloud.svg +1 -1
- package/dist/ionic/svg/cloudy-night-outline.svg +1 -1
- package/dist/ionic/svg/cloudy-night-sharp.svg +1 -1
- package/dist/ionic/svg/cloudy-night.svg +1 -1
- package/dist/ionic/svg/cloudy-outline.svg +1 -1
- package/dist/ionic/svg/cloudy-sharp.svg +1 -1
- package/dist/ionic/svg/cloudy.svg +1 -1
- package/dist/ionic/svg/code-download-outline.svg +1 -1
- package/dist/ionic/svg/code-download-sharp.svg +1 -1
- package/dist/ionic/svg/code-download.svg +1 -1
- package/dist/ionic/svg/code-outline.svg +1 -1
- package/dist/ionic/svg/code-sharp.svg +1 -1
- package/dist/ionic/svg/code-slash-outline.svg +1 -1
- package/dist/ionic/svg/code-slash-sharp.svg +1 -1
- package/dist/ionic/svg/code-slash.svg +1 -1
- package/dist/ionic/svg/code-working-outline.svg +1 -1
- package/dist/ionic/svg/code-working-sharp.svg +1 -1
- package/dist/ionic/svg/code-working.svg +1 -1
- package/dist/ionic/svg/code.svg +1 -1
- package/dist/ionic/svg/cog-outline.svg +1 -1
- package/dist/ionic/svg/cog-sharp.svg +1 -1
- package/dist/ionic/svg/cog.svg +1 -1
- package/dist/ionic/svg/color-fill-outline.svg +1 -1
- package/dist/ionic/svg/color-fill-sharp.svg +1 -1
- package/dist/ionic/svg/color-fill.svg +1 -1
- package/dist/ionic/svg/color-filter-outline.svg +1 -1
- package/dist/ionic/svg/color-filter-sharp.svg +1 -1
- package/dist/ionic/svg/color-filter.svg +1 -1
- package/dist/ionic/svg/color-palette-outline.svg +1 -1
- package/dist/ionic/svg/color-palette-sharp.svg +1 -1
- package/dist/ionic/svg/color-palette.svg +1 -1
- package/dist/ionic/svg/color-wand-outline.svg +1 -1
- package/dist/ionic/svg/color-wand-sharp.svg +1 -1
- package/dist/ionic/svg/color-wand.svg +1 -1
- package/dist/ionic/svg/compass-outline.svg +1 -1
- package/dist/ionic/svg/compass-sharp.svg +1 -1
- package/dist/ionic/svg/compass.svg +1 -1
- package/dist/ionic/svg/construct-outline.svg +1 -1
- package/dist/ionic/svg/construct-sharp.svg +1 -1
- package/dist/ionic/svg/construct.svg +1 -1
- package/dist/ionic/svg/contract-outline.svg +1 -1
- package/dist/ionic/svg/contract-sharp.svg +1 -1
- package/dist/ionic/svg/contract.svg +1 -1
- package/dist/ionic/svg/contrast-outline.svg +1 -1
- package/dist/ionic/svg/contrast-sharp.svg +1 -1
- package/dist/ionic/svg/contrast.svg +1 -1
- package/dist/ionic/svg/copy-outline.svg +1 -1
- package/dist/ionic/svg/copy-sharp.svg +1 -1
- package/dist/ionic/svg/copy.svg +1 -1
- package/dist/ionic/svg/create-outline.svg +1 -1
- package/dist/ionic/svg/create-sharp.svg +1 -1
- package/dist/ionic/svg/create.svg +1 -1
- package/dist/ionic/svg/crop-outline.svg +1 -1
- package/dist/ionic/svg/crop-sharp.svg +1 -1
- package/dist/ionic/svg/crop.svg +1 -1
- package/dist/ionic/svg/cube-outline.svg +1 -1
- package/dist/ionic/svg/cube-sharp.svg +1 -1
- package/dist/ionic/svg/cube.svg +1 -1
- package/dist/ionic/svg/cut-outline.svg +1 -1
- package/dist/ionic/svg/cut-sharp.svg +1 -1
- package/dist/ionic/svg/cut.svg +1 -1
- package/dist/ionic/svg/desktop-outline.svg +1 -1
- package/dist/ionic/svg/desktop-sharp.svg +1 -1
- package/dist/ionic/svg/desktop.svg +1 -1
- package/dist/ionic/svg/diamond-outline.svg +1 -1
- package/dist/ionic/svg/diamond-sharp.svg +1 -1
- package/dist/ionic/svg/diamond.svg +1 -1
- package/dist/ionic/svg/dice-outline.svg +1 -1
- package/dist/ionic/svg/dice-sharp.svg +1 -1
- package/dist/ionic/svg/dice.svg +1 -1
- package/dist/ionic/svg/disc-outline.svg +1 -1
- package/dist/ionic/svg/disc-sharp.svg +1 -1
- package/dist/ionic/svg/disc.svg +1 -1
- package/dist/ionic/svg/document-attach-outline.svg +1 -1
- package/dist/ionic/svg/document-attach-sharp.svg +1 -1
- package/dist/ionic/svg/document-attach.svg +1 -1
- package/dist/ionic/svg/document-lock-outline.svg +1 -1
- package/dist/ionic/svg/document-lock-sharp.svg +1 -1
- package/dist/ionic/svg/document-lock.svg +1 -1
- package/dist/ionic/svg/document-outline.svg +1 -1
- package/dist/ionic/svg/document-sharp.svg +1 -1
- package/dist/ionic/svg/document-text-outline.svg +1 -1
- package/dist/ionic/svg/document-text-sharp.svg +1 -1
- package/dist/ionic/svg/document-text.svg +1 -1
- package/dist/ionic/svg/document.svg +1 -1
- package/dist/ionic/svg/documents-outline.svg +1 -1
- package/dist/ionic/svg/documents-sharp.svg +1 -1
- package/dist/ionic/svg/documents.svg +1 -1
- package/dist/ionic/svg/download-outline.svg +1 -1
- package/dist/ionic/svg/download-sharp.svg +1 -1
- package/dist/ionic/svg/download.svg +1 -1
- package/dist/ionic/svg/duplicate-outline.svg +1 -1
- package/dist/ionic/svg/duplicate-sharp.svg +1 -1
- package/dist/ionic/svg/duplicate.svg +1 -1
- package/dist/ionic/svg/ear-outline.svg +1 -1
- package/dist/ionic/svg/ear-sharp.svg +1 -1
- package/dist/ionic/svg/ear.svg +1 -1
- package/dist/ionic/svg/earth-outline.svg +1 -1
- package/dist/ionic/svg/earth-sharp.svg +1 -1
- package/dist/ionic/svg/earth.svg +1 -1
- package/dist/ionic/svg/easel-outline.svg +1 -1
- package/dist/ionic/svg/easel-sharp.svg +1 -1
- package/dist/ionic/svg/easel.svg +1 -1
- package/dist/ionic/svg/egg-outline.svg +1 -1
- package/dist/ionic/svg/egg-sharp.svg +1 -1
- package/dist/ionic/svg/egg.svg +1 -1
- package/dist/ionic/svg/ellipse-outline.svg +1 -1
- package/dist/ionic/svg/ellipse-sharp.svg +1 -1
- package/dist/ionic/svg/ellipse.svg +1 -1
- package/dist/ionic/svg/ellipsis-horizontal-circle-outline.svg +1 -1
- package/dist/ionic/svg/ellipsis-horizontal-circle-sharp.svg +1 -1
- package/dist/ionic/svg/ellipsis-horizontal-circle.svg +1 -1
- package/dist/ionic/svg/ellipsis-horizontal-outline.svg +1 -1
- package/dist/ionic/svg/ellipsis-horizontal-sharp.svg +1 -1
- package/dist/ionic/svg/ellipsis-horizontal.svg +1 -1
- package/dist/ionic/svg/ellipsis-vertical-circle-outline.svg +1 -1
- package/dist/ionic/svg/ellipsis-vertical-circle-sharp.svg +1 -1
- package/dist/ionic/svg/ellipsis-vertical-circle.svg +1 -1
- package/dist/ionic/svg/ellipsis-vertical-outline.svg +1 -1
- package/dist/ionic/svg/ellipsis-vertical-sharp.svg +1 -1
- package/dist/ionic/svg/ellipsis-vertical.svg +1 -1
- package/dist/ionic/svg/enter-outline.svg +1 -1
- package/dist/ionic/svg/enter-sharp.svg +1 -1
- package/dist/ionic/svg/enter.svg +1 -1
- package/dist/ionic/svg/exit-outline.svg +1 -1
- package/dist/ionic/svg/exit-sharp.svg +1 -1
- package/dist/ionic/svg/exit.svg +1 -1
- package/dist/ionic/svg/expand-outline.svg +1 -1
- package/dist/ionic/svg/expand-sharp.svg +1 -1
- package/dist/ionic/svg/expand.svg +1 -1
- package/dist/ionic/svg/extension-puzzle-outline.svg +1 -1
- package/dist/ionic/svg/extension-puzzle-sharp.svg +1 -1
- package/dist/ionic/svg/extension-puzzle.svg +1 -1
- package/dist/ionic/svg/eye-off-outline.svg +1 -1
- package/dist/ionic/svg/eye-off-sharp.svg +1 -1
- package/dist/ionic/svg/eye-off.svg +1 -1
- package/dist/ionic/svg/eye-outline.svg +1 -1
- package/dist/ionic/svg/eye-sharp.svg +1 -1
- package/dist/ionic/svg/eye.svg +1 -1
- package/dist/ionic/svg/eyedrop-outline.svg +1 -1
- package/dist/ionic/svg/eyedrop-sharp.svg +1 -1
- package/dist/ionic/svg/eyedrop.svg +1 -1
- package/dist/ionic/svg/fast-food-outline.svg +1 -1
- package/dist/ionic/svg/fast-food-sharp.svg +1 -1
- package/dist/ionic/svg/fast-food.svg +1 -1
- package/dist/ionic/svg/female-outline.svg +1 -1
- package/dist/ionic/svg/female-sharp.svg +1 -1
- package/dist/ionic/svg/female.svg +1 -1
- package/dist/ionic/svg/file-tray-full-outline.svg +1 -1
- package/dist/ionic/svg/file-tray-full-sharp.svg +1 -1
- package/dist/ionic/svg/file-tray-full.svg +1 -1
- package/dist/ionic/svg/file-tray-outline.svg +1 -1
- package/dist/ionic/svg/file-tray-sharp.svg +1 -1
- package/dist/ionic/svg/file-tray-stacked-outline.svg +1 -1
- package/dist/ionic/svg/file-tray-stacked-sharp.svg +1 -1
- package/dist/ionic/svg/file-tray-stacked.svg +1 -1
- package/dist/ionic/svg/file-tray.svg +1 -1
- package/dist/ionic/svg/film-outline.svg +1 -1
- package/dist/ionic/svg/film-sharp.svg +1 -1
- package/dist/ionic/svg/film.svg +1 -1
- package/dist/ionic/svg/filter-circle-outline.svg +1 -1
- package/dist/ionic/svg/filter-circle-sharp.svg +1 -1
- package/dist/ionic/svg/filter-circle.svg +1 -1
- package/dist/ionic/svg/filter-outline.svg +1 -1
- package/dist/ionic/svg/filter-sharp.svg +1 -1
- package/dist/ionic/svg/filter.svg +1 -1
- package/dist/ionic/svg/finger-print-outline.svg +1 -1
- package/dist/ionic/svg/finger-print-sharp.svg +1 -1
- package/dist/ionic/svg/finger-print.svg +1 -1
- package/dist/ionic/svg/fish-outline.svg +1 -1
- package/dist/ionic/svg/fish-sharp.svg +1 -1
- package/dist/ionic/svg/fish.svg +1 -1
- package/dist/ionic/svg/fitness-outline.svg +1 -1
- package/dist/ionic/svg/fitness-sharp.svg +1 -1
- package/dist/ionic/svg/fitness.svg +1 -1
- package/dist/ionic/svg/flag-outline.svg +1 -1
- package/dist/ionic/svg/flag-sharp.svg +1 -1
- package/dist/ionic/svg/flag.svg +1 -1
- package/dist/ionic/svg/flame-outline.svg +1 -1
- package/dist/ionic/svg/flame-sharp.svg +1 -1
- package/dist/ionic/svg/flame.svg +1 -1
- package/dist/ionic/svg/flash-off-outline.svg +1 -1
- package/dist/ionic/svg/flash-off-sharp.svg +1 -1
- package/dist/ionic/svg/flash-off.svg +1 -1
- package/dist/ionic/svg/flash-outline.svg +1 -1
- package/dist/ionic/svg/flash-sharp.svg +1 -1
- package/dist/ionic/svg/flash.svg +1 -1
- package/dist/ionic/svg/flashlight-outline.svg +1 -1
- package/dist/ionic/svg/flashlight-sharp.svg +1 -1
- package/dist/ionic/svg/flashlight.svg +1 -1
- package/dist/ionic/svg/flask-outline.svg +1 -1
- package/dist/ionic/svg/flask-sharp.svg +1 -1
- package/dist/ionic/svg/flask.svg +1 -1
- package/dist/ionic/svg/flower-outline.svg +1 -1
- package/dist/ionic/svg/flower-sharp.svg +1 -1
- package/dist/ionic/svg/flower.svg +1 -1
- package/dist/ionic/svg/folder-open-outline.svg +1 -1
- package/dist/ionic/svg/folder-open-sharp.svg +1 -1
- package/dist/ionic/svg/folder-open.svg +1 -1
- package/dist/ionic/svg/folder-outline.svg +1 -1
- package/dist/ionic/svg/folder-sharp.svg +1 -1
- package/dist/ionic/svg/folder.svg +1 -1
- package/dist/ionic/svg/football-outline.svg +1 -1
- package/dist/ionic/svg/football-sharp.svg +1 -1
- package/dist/ionic/svg/football.svg +1 -1
- package/dist/ionic/svg/footsteps-outline.svg +1 -1
- package/dist/ionic/svg/footsteps-sharp.svg +1 -1
- package/dist/ionic/svg/footsteps.svg +1 -1
- package/dist/ionic/svg/funnel-outline.svg +1 -1
- package/dist/ionic/svg/funnel-sharp.svg +1 -1
- package/dist/ionic/svg/funnel.svg +1 -1
- package/dist/ionic/svg/game-controller-outline.svg +1 -1
- package/dist/ionic/svg/game-controller-sharp.svg +1 -1
- package/dist/ionic/svg/game-controller.svg +1 -1
- package/dist/ionic/svg/gift-outline.svg +1 -1
- package/dist/ionic/svg/gift-sharp.svg +1 -1
- package/dist/ionic/svg/gift.svg +1 -1
- package/dist/ionic/svg/git-branch-outline.svg +1 -1
- package/dist/ionic/svg/git-branch-sharp.svg +1 -1
- package/dist/ionic/svg/git-branch.svg +1 -1
- package/dist/ionic/svg/git-commit-outline.svg +1 -1
- package/dist/ionic/svg/git-commit-sharp.svg +1 -1
- package/dist/ionic/svg/git-commit.svg +1 -1
- package/dist/ionic/svg/git-compare-outline.svg +1 -1
- package/dist/ionic/svg/git-compare-sharp.svg +1 -1
- package/dist/ionic/svg/git-compare.svg +1 -1
- package/dist/ionic/svg/git-merge-outline.svg +1 -1
- package/dist/ionic/svg/git-merge-sharp.svg +1 -1
- package/dist/ionic/svg/git-merge.svg +1 -1
- package/dist/ionic/svg/git-network-outline.svg +1 -1
- package/dist/ionic/svg/git-network-sharp.svg +1 -1
- package/dist/ionic/svg/git-network.svg +1 -1
- package/dist/ionic/svg/git-pull-request-outline.svg +1 -1
- package/dist/ionic/svg/git-pull-request-sharp.svg +1 -1
- package/dist/ionic/svg/git-pull-request.svg +1 -1
- package/dist/ionic/svg/glasses-outline.svg +1 -1
- package/dist/ionic/svg/glasses-sharp.svg +1 -1
- package/dist/ionic/svg/glasses.svg +1 -1
- package/dist/ionic/svg/globe-outline.svg +1 -1
- package/dist/ionic/svg/globe-sharp.svg +1 -1
- package/dist/ionic/svg/globe.svg +1 -1
- package/dist/ionic/svg/golf-outline.svg +1 -1
- package/dist/ionic/svg/golf-sharp.svg +1 -1
- package/dist/ionic/svg/golf.svg +1 -1
- package/dist/ionic/svg/grid-outline.svg +1 -1
- package/dist/ionic/svg/grid-sharp.svg +1 -1
- package/dist/ionic/svg/grid.svg +1 -1
- package/dist/ionic/svg/hammer-outline.svg +1 -1
- package/dist/ionic/svg/hammer-sharp.svg +1 -1
- package/dist/ionic/svg/hammer.svg +1 -1
- package/dist/ionic/svg/hand-left-outline.svg +1 -1
- package/dist/ionic/svg/hand-left-sharp.svg +1 -1
- package/dist/ionic/svg/hand-left.svg +1 -1
- package/dist/ionic/svg/hand-right-outline.svg +1 -1
- package/dist/ionic/svg/hand-right-sharp.svg +1 -1
- package/dist/ionic/svg/hand-right.svg +1 -1
- package/dist/ionic/svg/happy-outline.svg +1 -1
- package/dist/ionic/svg/happy-sharp.svg +1 -1
- package/dist/ionic/svg/happy.svg +1 -1
- package/dist/ionic/svg/hardware-chip-outline.svg +1 -1
- package/dist/ionic/svg/hardware-chip-sharp.svg +1 -1
- package/dist/ionic/svg/hardware-chip.svg +1 -1
- package/dist/ionic/svg/headset-outline.svg +1 -1
- package/dist/ionic/svg/headset-sharp.svg +1 -1
- package/dist/ionic/svg/headset.svg +1 -1
- package/dist/ionic/svg/heart-circle-outline.svg +1 -1
- package/dist/ionic/svg/heart-circle-sharp.svg +1 -1
- package/dist/ionic/svg/heart-circle.svg +1 -1
- package/dist/ionic/svg/heart-dislike-circle-outline.svg +1 -1
- package/dist/ionic/svg/heart-dislike-circle-sharp.svg +1 -1
- package/dist/ionic/svg/heart-dislike-circle.svg +1 -1
- package/dist/ionic/svg/heart-dislike-outline.svg +1 -1
- package/dist/ionic/svg/heart-dislike-sharp.svg +1 -1
- package/dist/ionic/svg/heart-dislike.svg +1 -1
- package/dist/ionic/svg/heart-half-outline.svg +1 -1
- package/dist/ionic/svg/heart-half-sharp.svg +1 -1
- package/dist/ionic/svg/heart-half.svg +1 -1
- package/dist/ionic/svg/heart-outline.svg +1 -1
- package/dist/ionic/svg/heart-sharp.svg +1 -1
- package/dist/ionic/svg/heart.svg +1 -1
- package/dist/ionic/svg/help-buoy-outline.svg +1 -1
- package/dist/ionic/svg/help-buoy-sharp.svg +1 -1
- package/dist/ionic/svg/help-buoy.svg +1 -1
- package/dist/ionic/svg/help-circle-outline.svg +1 -1
- package/dist/ionic/svg/help-circle-sharp.svg +1 -1
- package/dist/ionic/svg/help-circle.svg +1 -1
- package/dist/ionic/svg/help-outline.svg +1 -1
- package/dist/ionic/svg/help-sharp.svg +1 -1
- package/dist/ionic/svg/help.svg +1 -1
- package/dist/ionic/svg/home-outline.svg +1 -1
- package/dist/ionic/svg/home-sharp.svg +1 -1
- package/dist/ionic/svg/home.svg +1 -1
- package/dist/ionic/svg/hourglass-outline.svg +1 -1
- package/dist/ionic/svg/hourglass-sharp.svg +1 -1
- package/dist/ionic/svg/hourglass.svg +1 -1
- package/dist/ionic/svg/ice-cream-outline.svg +1 -1
- package/dist/ionic/svg/ice-cream-sharp.svg +1 -1
- package/dist/ionic/svg/ice-cream.svg +1 -1
- package/dist/ionic/svg/id-card-outline.svg +1 -1
- package/dist/ionic/svg/id-card-sharp.svg +1 -1
- package/dist/ionic/svg/id-card.svg +1 -1
- package/dist/ionic/svg/image-outline.svg +1 -1
- package/dist/ionic/svg/image-sharp.svg +1 -1
- package/dist/ionic/svg/image.svg +1 -1
- package/dist/ionic/svg/images-outline.svg +1 -1
- package/dist/ionic/svg/images-sharp.svg +1 -1
- package/dist/ionic/svg/images.svg +1 -1
- package/dist/ionic/svg/infinite-outline.svg +1 -1
- package/dist/ionic/svg/infinite-sharp.svg +1 -1
- package/dist/ionic/svg/infinite.svg +1 -1
- package/dist/ionic/svg/information-circle-outline.svg +1 -1
- package/dist/ionic/svg/information-circle-sharp.svg +1 -1
- package/dist/ionic/svg/information-circle.svg +1 -1
- package/dist/ionic/svg/information-outline.svg +1 -1
- package/dist/ionic/svg/information-sharp.svg +1 -1
- package/dist/ionic/svg/information.svg +1 -1
- package/dist/ionic/svg/invert-mode-outline.svg +1 -1
- package/dist/ionic/svg/invert-mode-sharp.svg +1 -1
- package/dist/ionic/svg/invert-mode.svg +1 -1
- package/dist/ionic/svg/journal-outline.svg +1 -1
- package/dist/ionic/svg/journal-sharp.svg +1 -1
- package/dist/ionic/svg/journal.svg +1 -1
- package/dist/ionic/svg/key-outline.svg +1 -1
- package/dist/ionic/svg/key-sharp.svg +1 -1
- package/dist/ionic/svg/key.svg +1 -1
- package/dist/ionic/svg/keypad-outline.svg +1 -1
- package/dist/ionic/svg/keypad-sharp.svg +1 -1
- package/dist/ionic/svg/keypad.svg +1 -1
- package/dist/ionic/svg/language-outline.svg +1 -1
- package/dist/ionic/svg/language-sharp.svg +1 -1
- package/dist/ionic/svg/language.svg +1 -1
- package/dist/ionic/svg/laptop-outline.svg +1 -1
- package/dist/ionic/svg/laptop-sharp.svg +1 -1
- package/dist/ionic/svg/laptop.svg +1 -1
- package/dist/ionic/svg/layers-outline.svg +1 -1
- package/dist/ionic/svg/layers-sharp.svg +1 -1
- package/dist/ionic/svg/layers.svg +1 -1
- package/dist/ionic/svg/leaf-outline.svg +1 -1
- package/dist/ionic/svg/leaf-sharp.svg +1 -1
- package/dist/ionic/svg/leaf.svg +1 -1
- package/dist/ionic/svg/library-outline.svg +1 -1
- package/dist/ionic/svg/library-sharp.svg +1 -1
- package/dist/ionic/svg/library.svg +1 -1
- package/dist/ionic/svg/link-outline.svg +1 -1
- package/dist/ionic/svg/link-sharp.svg +1 -1
- package/dist/ionic/svg/link.svg +1 -1
- package/dist/ionic/svg/list-circle-outline.svg +1 -1
- package/dist/ionic/svg/list-circle-sharp.svg +1 -1
- package/dist/ionic/svg/list-circle.svg +1 -1
- package/dist/ionic/svg/list-outline.svg +1 -1
- package/dist/ionic/svg/list-sharp.svg +1 -1
- package/dist/ionic/svg/list.svg +1 -1
- package/dist/ionic/svg/locate-outline.svg +1 -1
- package/dist/ionic/svg/locate-sharp.svg +1 -1
- package/dist/ionic/svg/locate.svg +1 -1
- package/dist/ionic/svg/location-outline.svg +1 -1
- package/dist/ionic/svg/location-sharp.svg +1 -1
- package/dist/ionic/svg/location.svg +1 -1
- package/dist/ionic/svg/lock-closed-outline.svg +1 -1
- package/dist/ionic/svg/lock-closed-sharp.svg +1 -1
- package/dist/ionic/svg/lock-closed.svg +1 -1
- package/dist/ionic/svg/lock-open-outline.svg +1 -1
- package/dist/ionic/svg/lock-open-sharp.svg +1 -1
- package/dist/ionic/svg/lock-open.svg +1 -1
- package/dist/ionic/svg/log-in-outline.svg +1 -1
- package/dist/ionic/svg/log-in-sharp.svg +1 -1
- package/dist/ionic/svg/log-in.svg +1 -1
- package/dist/ionic/svg/log-out-outline.svg +1 -1
- package/dist/ionic/svg/log-out-sharp.svg +1 -1
- package/dist/ionic/svg/log-out.svg +1 -1
- package/dist/ionic/svg/logo-alipay.svg +1 -1
- package/dist/ionic/svg/logo-amazon.svg +1 -1
- package/dist/ionic/svg/logo-amplify.svg +1 -1
- package/dist/ionic/svg/logo-android.svg +1 -1
- package/dist/ionic/svg/logo-angular.svg +1 -1
- package/dist/ionic/svg/logo-appflow.svg +1 -0
- package/dist/ionic/svg/logo-apple-appstore.svg +1 -1
- package/dist/ionic/svg/logo-apple-ar.svg +1 -1
- package/dist/ionic/svg/logo-apple.svg +1 -1
- package/dist/ionic/svg/logo-behance.svg +1 -1
- package/dist/ionic/svg/logo-bitbucket.svg +1 -1
- package/dist/ionic/svg/logo-bitcoin.svg +1 -1
- package/dist/ionic/svg/logo-buffer.svg +1 -1
- package/dist/ionic/svg/logo-capacitor.svg +1 -1
- package/dist/ionic/svg/logo-chrome.svg +1 -1
- package/dist/ionic/svg/logo-closed-captioning.svg +1 -1
- package/dist/ionic/svg/logo-codepen.svg +1 -1
- package/dist/ionic/svg/logo-css3.svg +1 -1
- package/dist/ionic/svg/logo-designernews.svg +1 -1
- package/dist/ionic/svg/logo-deviantart.svg +1 -1
- package/dist/ionic/svg/logo-discord.svg +1 -1
- package/dist/ionic/svg/logo-docker.svg +1 -1
- package/dist/ionic/svg/logo-dribbble.svg +1 -1
- package/dist/ionic/svg/logo-dropbox.svg +1 -1
- package/dist/ionic/svg/logo-edge.svg +1 -1
- package/dist/ionic/svg/logo-electron.svg +1 -1
- package/dist/ionic/svg/logo-euro.svg +1 -1
- package/dist/ionic/svg/logo-facebook.svg +1 -1
- package/dist/ionic/svg/logo-figma.svg +1 -1
- package/dist/ionic/svg/logo-firebase.svg +1 -1
- package/dist/ionic/svg/logo-firefox.svg +1 -1
- package/dist/ionic/svg/logo-flickr.svg +1 -1
- package/dist/ionic/svg/logo-foursquare.svg +1 -1
- package/dist/ionic/svg/logo-github.svg +1 -1
- package/dist/ionic/svg/logo-gitlab.svg +1 -1
- package/dist/ionic/svg/logo-google-playstore.svg +1 -1
- package/dist/ionic/svg/logo-google.svg +1 -1
- package/dist/ionic/svg/logo-hackernews.svg +1 -1
- package/dist/ionic/svg/logo-html5.svg +1 -1
- package/dist/ionic/svg/logo-instagram.svg +1 -1
- package/dist/ionic/svg/logo-ionic.svg +1 -1
- package/dist/ionic/svg/logo-ionitron.svg +1 -1
- package/dist/ionic/svg/logo-javascript.svg +1 -1
- package/dist/ionic/svg/logo-laravel.svg +1 -1
- package/dist/ionic/svg/logo-linkedin.svg +1 -1
- package/dist/ionic/svg/logo-markdown.svg +1 -1
- package/dist/ionic/svg/logo-mastodon.svg +1 -1
- package/dist/ionic/svg/logo-medium.svg +1 -1
- package/dist/ionic/svg/logo-microsoft.svg +1 -1
- package/dist/ionic/svg/logo-no-smoking.svg +1 -1
- package/dist/ionic/svg/logo-nodejs.svg +1 -1
- package/dist/ionic/svg/logo-npm.svg +1 -1
- package/dist/ionic/svg/logo-octocat.svg +1 -1
- package/dist/ionic/svg/logo-paypal.svg +1 -1
- package/dist/ionic/svg/logo-pinterest.svg +1 -1
- package/dist/ionic/svg/logo-playstation.svg +1 -1
- package/dist/ionic/svg/logo-pwa.svg +1 -1
- package/dist/ionic/svg/logo-python.svg +1 -1
- package/dist/ionic/svg/logo-react.svg +1 -1
- package/dist/ionic/svg/logo-reddit.svg +1 -1
- package/dist/ionic/svg/logo-rss.svg +1 -1
- package/dist/ionic/svg/logo-sass.svg +1 -1
- package/dist/ionic/svg/logo-skype.svg +1 -1
- package/dist/ionic/svg/logo-slack.svg +1 -1
- package/dist/ionic/svg/logo-snapchat.svg +1 -1
- package/dist/ionic/svg/logo-soundcloud.svg +1 -1
- package/dist/ionic/svg/logo-stackoverflow.svg +1 -1
- package/dist/ionic/svg/logo-steam.svg +1 -1
- package/dist/ionic/svg/logo-stencil.svg +1 -1
- package/dist/ionic/svg/logo-tableau.svg +1 -1
- package/dist/ionic/svg/logo-threads.svg +1 -0
- package/dist/ionic/svg/logo-tiktok.svg +1 -1
- package/dist/ionic/svg/logo-trapeze.svg +1 -0
- package/dist/ionic/svg/logo-tumblr.svg +1 -1
- package/dist/ionic/svg/logo-tux.svg +1 -1
- package/dist/ionic/svg/logo-twitch.svg +1 -1
- package/dist/ionic/svg/logo-twitter.svg +1 -1
- package/dist/ionic/svg/logo-usd.svg +1 -1
- package/dist/ionic/svg/logo-venmo.svg +1 -1
- package/dist/ionic/svg/logo-vercel.svg +1 -1
- package/dist/ionic/svg/logo-vimeo.svg +1 -1
- package/dist/ionic/svg/logo-vk.svg +1 -1
- package/dist/ionic/svg/logo-vue.svg +1 -1
- package/dist/ionic/svg/logo-web-component.svg +1 -1
- package/dist/ionic/svg/logo-wechat.svg +1 -1
- package/dist/ionic/svg/logo-whatsapp.svg +1 -1
- package/dist/ionic/svg/logo-windows.svg +1 -1
- package/dist/ionic/svg/logo-wordpress.svg +1 -1
- package/dist/ionic/svg/logo-x.svg +1 -0
- package/dist/ionic/svg/logo-xbox.svg +1 -1
- package/dist/ionic/svg/logo-xing.svg +1 -1
- package/dist/ionic/svg/logo-yahoo.svg +1 -1
- package/dist/ionic/svg/logo-yen.svg +1 -1
- package/dist/ionic/svg/logo-youtube.svg +1 -1
- package/dist/ionic/svg/magnet-outline.svg +1 -1
- package/dist/ionic/svg/magnet-sharp.svg +1 -1
- package/dist/ionic/svg/magnet.svg +1 -1
- package/dist/ionic/svg/mail-open-outline.svg +1 -1
- package/dist/ionic/svg/mail-open-sharp.svg +1 -1
- package/dist/ionic/svg/mail-open.svg +1 -1
- package/dist/ionic/svg/mail-outline.svg +1 -1
- package/dist/ionic/svg/mail-sharp.svg +1 -1
- package/dist/ionic/svg/mail-unread-outline.svg +1 -1
- package/dist/ionic/svg/mail-unread-sharp.svg +1 -1
- package/dist/ionic/svg/mail-unread.svg +1 -1
- package/dist/ionic/svg/mail.svg +1 -1
- package/dist/ionic/svg/male-female-outline.svg +1 -1
- package/dist/ionic/svg/male-female-sharp.svg +1 -1
- package/dist/ionic/svg/male-female.svg +1 -1
- package/dist/ionic/svg/male-outline.svg +1 -1
- package/dist/ionic/svg/male-sharp.svg +1 -1
- package/dist/ionic/svg/male.svg +1 -1
- package/dist/ionic/svg/man-outline.svg +1 -1
- package/dist/ionic/svg/man-sharp.svg +1 -1
- package/dist/ionic/svg/man.svg +1 -1
- package/dist/ionic/svg/map-outline.svg +1 -1
- package/dist/ionic/svg/map-sharp.svg +1 -1
- package/dist/ionic/svg/map.svg +1 -1
- package/dist/ionic/svg/medal-outline.svg +1 -1
- package/dist/ionic/svg/medal-sharp.svg +1 -1
- package/dist/ionic/svg/medal.svg +1 -1
- package/dist/ionic/svg/medical-outline.svg +1 -1
- package/dist/ionic/svg/medical-sharp.svg +1 -1
- package/dist/ionic/svg/medical.svg +1 -1
- package/dist/ionic/svg/medkit-outline.svg +1 -1
- package/dist/ionic/svg/medkit-sharp.svg +1 -1
- package/dist/ionic/svg/medkit.svg +1 -1
- package/dist/ionic/svg/megaphone-outline.svg +1 -1
- package/dist/ionic/svg/megaphone-sharp.svg +1 -1
- package/dist/ionic/svg/megaphone.svg +1 -1
- package/dist/ionic/svg/menu-outline.svg +1 -1
- package/dist/ionic/svg/menu-sharp.svg +1 -1
- package/dist/ionic/svg/menu.svg +1 -1
- package/dist/ionic/svg/mic-circle-outline.svg +1 -1
- package/dist/ionic/svg/mic-circle-sharp.svg +1 -1
- package/dist/ionic/svg/mic-circle.svg +1 -1
- package/dist/ionic/svg/mic-off-circle-outline.svg +1 -1
- package/dist/ionic/svg/mic-off-circle-sharp.svg +1 -1
- package/dist/ionic/svg/mic-off-circle.svg +1 -1
- package/dist/ionic/svg/mic-off-outline.svg +1 -1
- package/dist/ionic/svg/mic-off-sharp.svg +1 -1
- package/dist/ionic/svg/mic-off.svg +1 -1
- package/dist/ionic/svg/mic-outline.svg +1 -1
- package/dist/ionic/svg/mic-sharp.svg +1 -1
- package/dist/ionic/svg/mic.svg +1 -1
- package/dist/ionic/svg/moon-outline.svg +1 -1
- package/dist/ionic/svg/moon-sharp.svg +1 -1
- package/dist/ionic/svg/moon.svg +1 -1
- package/dist/ionic/svg/move-outline.svg +1 -1
- package/dist/ionic/svg/move-sharp.svg +1 -1
- package/dist/ionic/svg/move.svg +1 -1
- package/dist/ionic/svg/musical-note-outline.svg +1 -1
- package/dist/ionic/svg/musical-note-sharp.svg +1 -1
- package/dist/ionic/svg/musical-note.svg +1 -1
- package/dist/ionic/svg/musical-notes-outline.svg +1 -1
- package/dist/ionic/svg/musical-notes-sharp.svg +1 -1
- package/dist/ionic/svg/musical-notes.svg +1 -1
- package/dist/ionic/svg/navigate-circle-outline.svg +1 -1
- package/dist/ionic/svg/navigate-circle-sharp.svg +1 -1
- package/dist/ionic/svg/navigate-circle.svg +1 -1
- package/dist/ionic/svg/navigate-outline.svg +1 -1
- package/dist/ionic/svg/navigate-sharp.svg +1 -1
- package/dist/ionic/svg/navigate.svg +1 -1
- package/dist/ionic/svg/newspaper-outline.svg +1 -1
- package/dist/ionic/svg/newspaper-sharp.svg +1 -1
- package/dist/ionic/svg/newspaper.svg +1 -1
- package/dist/ionic/svg/notifications-circle-outline.svg +1 -1
- package/dist/ionic/svg/notifications-circle-sharp.svg +1 -1
- package/dist/ionic/svg/notifications-circle.svg +1 -1
- package/dist/ionic/svg/notifications-off-circle-outline.svg +1 -1
- package/dist/ionic/svg/notifications-off-circle-sharp.svg +1 -1
- package/dist/ionic/svg/notifications-off-circle.svg +1 -1
- package/dist/ionic/svg/notifications-off-outline.svg +1 -1
- package/dist/ionic/svg/notifications-off-sharp.svg +1 -1
- package/dist/ionic/svg/notifications-off.svg +1 -1
- package/dist/ionic/svg/notifications-outline.svg +1 -1
- package/dist/ionic/svg/notifications-sharp.svg +1 -1
- package/dist/ionic/svg/notifications.svg +1 -1
- package/dist/ionic/svg/nuclear-outline.svg +1 -1
- package/dist/ionic/svg/nuclear-sharp.svg +1 -1
- package/dist/ionic/svg/nuclear.svg +1 -1
- package/dist/ionic/svg/nutrition-outline.svg +1 -1
- package/dist/ionic/svg/nutrition-sharp.svg +1 -1
- package/dist/ionic/svg/nutrition.svg +1 -1
- package/dist/ionic/svg/open-outline.svg +1 -1
- package/dist/ionic/svg/open-sharp.svg +1 -1
- package/dist/ionic/svg/open.svg +1 -1
- package/dist/ionic/svg/options-outline.svg +1 -1
- package/dist/ionic/svg/options-sharp.svg +1 -1
- package/dist/ionic/svg/options.svg +1 -1
- package/dist/ionic/svg/paper-plane-outline.svg +1 -1
- package/dist/ionic/svg/paper-plane-sharp.svg +1 -1
- package/dist/ionic/svg/paper-plane.svg +1 -1
- package/dist/ionic/svg/partly-sunny-outline.svg +1 -1
- package/dist/ionic/svg/partly-sunny-sharp.svg +1 -1
- package/dist/ionic/svg/partly-sunny.svg +1 -1
- package/dist/ionic/svg/pause-circle-outline.svg +1 -1
- package/dist/ionic/svg/pause-circle-sharp.svg +1 -1
- package/dist/ionic/svg/pause-circle.svg +1 -1
- package/dist/ionic/svg/pause-outline.svg +1 -1
- package/dist/ionic/svg/pause-sharp.svg +1 -1
- package/dist/ionic/svg/pause.svg +1 -1
- package/dist/ionic/svg/paw-outline.svg +1 -1
- package/dist/ionic/svg/paw-sharp.svg +1 -1
- package/dist/ionic/svg/paw.svg +1 -1
- package/dist/ionic/svg/pencil-outline.svg +1 -1
- package/dist/ionic/svg/pencil-sharp.svg +1 -1
- package/dist/ionic/svg/pencil.svg +1 -1
- package/dist/ionic/svg/people-circle-outline.svg +1 -1
- package/dist/ionic/svg/people-circle-sharp.svg +1 -1
- package/dist/ionic/svg/people-circle.svg +1 -1
- package/dist/ionic/svg/people-outline.svg +1 -1
- package/dist/ionic/svg/people-sharp.svg +1 -1
- package/dist/ionic/svg/people.svg +1 -1
- package/dist/ionic/svg/person-add-outline.svg +1 -1
- package/dist/ionic/svg/person-add-sharp.svg +1 -1
- package/dist/ionic/svg/person-add.svg +1 -1
- package/dist/ionic/svg/person-circle-outline.svg +1 -1
- package/dist/ionic/svg/person-circle-sharp.svg +1 -1
- package/dist/ionic/svg/person-circle.svg +1 -1
- package/dist/ionic/svg/person-outline.svg +1 -1
- package/dist/ionic/svg/person-remove-outline.svg +1 -1
- package/dist/ionic/svg/person-remove-sharp.svg +1 -1
- package/dist/ionic/svg/person-remove.svg +1 -1
- package/dist/ionic/svg/person-sharp.svg +1 -1
- package/dist/ionic/svg/person.svg +1 -1
- package/dist/ionic/svg/phone-landscape-outline.svg +1 -1
- package/dist/ionic/svg/phone-landscape-sharp.svg +1 -1
- package/dist/ionic/svg/phone-landscape.svg +1 -1
- package/dist/ionic/svg/phone-portrait-outline.svg +1 -1
- package/dist/ionic/svg/phone-portrait-sharp.svg +1 -1
- package/dist/ionic/svg/phone-portrait.svg +1 -1
- package/dist/ionic/svg/pie-chart-outline.svg +1 -1
- package/dist/ionic/svg/pie-chart-sharp.svg +1 -1
- package/dist/ionic/svg/pie-chart.svg +1 -1
- package/dist/ionic/svg/pin-outline.svg +1 -1
- package/dist/ionic/svg/pin-sharp.svg +1 -1
- package/dist/ionic/svg/pin.svg +1 -1
- package/dist/ionic/svg/pint-outline.svg +1 -1
- package/dist/ionic/svg/pint-sharp.svg +1 -1
- package/dist/ionic/svg/pint.svg +1 -1
- package/dist/ionic/svg/pizza-outline.svg +1 -1
- package/dist/ionic/svg/pizza-sharp.svg +1 -1
- package/dist/ionic/svg/pizza.svg +1 -1
- package/dist/ionic/svg/planet-outline.svg +1 -1
- package/dist/ionic/svg/planet-sharp.svg +1 -1
- package/dist/ionic/svg/planet.svg +1 -1
- package/dist/ionic/svg/play-back-circle-outline.svg +1 -1
- package/dist/ionic/svg/play-back-circle-sharp.svg +1 -1
- package/dist/ionic/svg/play-back-circle.svg +1 -1
- package/dist/ionic/svg/play-back-outline.svg +1 -1
- package/dist/ionic/svg/play-back-sharp.svg +1 -1
- package/dist/ionic/svg/play-back.svg +1 -1
- package/dist/ionic/svg/play-circle-outline.svg +1 -1
- package/dist/ionic/svg/play-circle-sharp.svg +1 -1
- package/dist/ionic/svg/play-circle.svg +1 -1
- package/dist/ionic/svg/play-forward-circle-outline.svg +1 -1
- package/dist/ionic/svg/play-forward-circle-sharp.svg +1 -1
- package/dist/ionic/svg/play-forward-circle.svg +1 -1
- package/dist/ionic/svg/play-forward-outline.svg +1 -1
- package/dist/ionic/svg/play-forward-sharp.svg +1 -1
- package/dist/ionic/svg/play-forward.svg +1 -1
- package/dist/ionic/svg/play-outline.svg +1 -1
- package/dist/ionic/svg/play-sharp.svg +1 -1
- package/dist/ionic/svg/play-skip-back-circle-outline.svg +1 -1
- package/dist/ionic/svg/play-skip-back-circle-sharp.svg +1 -1
- package/dist/ionic/svg/play-skip-back-circle.svg +1 -1
- package/dist/ionic/svg/play-skip-back-outline.svg +1 -1
- package/dist/ionic/svg/play-skip-back-sharp.svg +1 -1
- package/dist/ionic/svg/play-skip-back.svg +1 -1
- package/dist/ionic/svg/play-skip-forward-circle-outline.svg +1 -1
- package/dist/ionic/svg/play-skip-forward-circle-sharp.svg +1 -1
- package/dist/ionic/svg/play-skip-forward-circle.svg +1 -1
- package/dist/ionic/svg/play-skip-forward-outline.svg +1 -1
- package/dist/ionic/svg/play-skip-forward-sharp.svg +1 -1
- package/dist/ionic/svg/play-skip-forward.svg +1 -1
- package/dist/ionic/svg/play.svg +1 -1
- package/dist/ionic/svg/podium-outline.svg +1 -1
- package/dist/ionic/svg/podium-sharp.svg +1 -1
- package/dist/ionic/svg/podium.svg +1 -1
- package/dist/ionic/svg/power-outline.svg +1 -1
- package/dist/ionic/svg/power-sharp.svg +1 -1
- package/dist/ionic/svg/power.svg +1 -1
- package/dist/ionic/svg/pricetag-outline.svg +1 -1
- package/dist/ionic/svg/pricetag-sharp.svg +1 -1
- package/dist/ionic/svg/pricetag.svg +1 -1
- package/dist/ionic/svg/pricetags-outline.svg +1 -1
- package/dist/ionic/svg/pricetags-sharp.svg +1 -1
- package/dist/ionic/svg/pricetags.svg +1 -1
- package/dist/ionic/svg/print-outline.svg +1 -1
- package/dist/ionic/svg/print-sharp.svg +1 -1
- package/dist/ionic/svg/print.svg +1 -1
- package/dist/ionic/svg/prism-outline.svg +1 -1
- package/dist/ionic/svg/prism-sharp.svg +1 -1
- package/dist/ionic/svg/prism.svg +1 -1
- package/dist/ionic/svg/pulse-outline.svg +1 -1
- package/dist/ionic/svg/pulse-sharp.svg +1 -1
- package/dist/ionic/svg/pulse.svg +1 -1
- package/dist/ionic/svg/push-outline.svg +1 -1
- package/dist/ionic/svg/push-sharp.svg +1 -1
- package/dist/ionic/svg/push.svg +1 -1
- package/dist/ionic/svg/qr-code-outline.svg +1 -1
- package/dist/ionic/svg/qr-code-sharp.svg +1 -1
- package/dist/ionic/svg/qr-code.svg +1 -1
- package/dist/ionic/svg/radio-button-off-outline.svg +1 -1
- package/dist/ionic/svg/radio-button-off-sharp.svg +1 -1
- package/dist/ionic/svg/radio-button-off.svg +1 -1
- package/dist/ionic/svg/radio-button-on-outline.svg +1 -1
- package/dist/ionic/svg/radio-button-on-sharp.svg +1 -1
- package/dist/ionic/svg/radio-button-on.svg +1 -1
- package/dist/ionic/svg/radio-outline.svg +1 -1
- package/dist/ionic/svg/radio-sharp.svg +1 -1
- package/dist/ionic/svg/radio.svg +1 -1
- package/dist/ionic/svg/rainy-outline.svg +1 -1
- package/dist/ionic/svg/rainy-sharp.svg +1 -1
- package/dist/ionic/svg/rainy.svg +1 -1
- package/dist/ionic/svg/reader-outline.svg +1 -1
- package/dist/ionic/svg/reader-sharp.svg +1 -1
- package/dist/ionic/svg/reader.svg +1 -1
- package/dist/ionic/svg/receipt-outline.svg +1 -1
- package/dist/ionic/svg/receipt-sharp.svg +1 -1
- package/dist/ionic/svg/receipt.svg +1 -1
- package/dist/ionic/svg/recording-outline.svg +1 -1
- package/dist/ionic/svg/recording-sharp.svg +1 -1
- package/dist/ionic/svg/recording.svg +1 -1
- package/dist/ionic/svg/refresh-circle-outline.svg +1 -1
- package/dist/ionic/svg/refresh-circle-sharp.svg +1 -1
- package/dist/ionic/svg/refresh-circle.svg +1 -1
- package/dist/ionic/svg/refresh-outline.svg +1 -1
- package/dist/ionic/svg/refresh-sharp.svg +1 -1
- package/dist/ionic/svg/refresh.svg +1 -1
- package/dist/ionic/svg/reload-circle-outline.svg +1 -1
- package/dist/ionic/svg/reload-circle-sharp.svg +1 -1
- package/dist/ionic/svg/reload-circle.svg +1 -1
- package/dist/ionic/svg/reload-outline.svg +1 -1
- package/dist/ionic/svg/reload-sharp.svg +1 -1
- package/dist/ionic/svg/reload.svg +1 -1
- package/dist/ionic/svg/remove-circle-outline.svg +1 -1
- package/dist/ionic/svg/remove-circle-sharp.svg +1 -1
- package/dist/ionic/svg/remove-circle.svg +1 -1
- package/dist/ionic/svg/remove-outline.svg +1 -1
- package/dist/ionic/svg/remove-sharp.svg +1 -1
- package/dist/ionic/svg/remove.svg +1 -1
- package/dist/ionic/svg/reorder-four-outline.svg +1 -1
- package/dist/ionic/svg/reorder-four-sharp.svg +1 -1
- package/dist/ionic/svg/reorder-four.svg +1 -1
- package/dist/ionic/svg/reorder-three-outline.svg +1 -1
- package/dist/ionic/svg/reorder-three-sharp.svg +1 -1
- package/dist/ionic/svg/reorder-three.svg +1 -1
- package/dist/ionic/svg/reorder-two-outline.svg +1 -1
- package/dist/ionic/svg/reorder-two-sharp.svg +1 -1
- package/dist/ionic/svg/reorder-two.svg +1 -1
- package/dist/ionic/svg/repeat-outline.svg +1 -1
- package/dist/ionic/svg/repeat-sharp.svg +1 -1
- package/dist/ionic/svg/repeat.svg +1 -1
- package/dist/ionic/svg/resize-outline.svg +1 -1
- package/dist/ionic/svg/resize-sharp.svg +1 -1
- package/dist/ionic/svg/resize.svg +1 -1
- package/dist/ionic/svg/restaurant-outline.svg +1 -1
- package/dist/ionic/svg/restaurant-sharp.svg +1 -1
- package/dist/ionic/svg/restaurant.svg +1 -1
- package/dist/ionic/svg/return-down-back-outline.svg +1 -1
- package/dist/ionic/svg/return-down-back-sharp.svg +1 -1
- package/dist/ionic/svg/return-down-back.svg +1 -1
- package/dist/ionic/svg/return-down-forward-outline.svg +1 -1
- package/dist/ionic/svg/return-down-forward-sharp.svg +1 -1
- package/dist/ionic/svg/return-down-forward.svg +1 -1
- package/dist/ionic/svg/return-up-back-outline.svg +1 -1
- package/dist/ionic/svg/return-up-back-sharp.svg +1 -1
- package/dist/ionic/svg/return-up-back.svg +1 -1
- package/dist/ionic/svg/return-up-forward-outline.svg +1 -1
- package/dist/ionic/svg/return-up-forward-sharp.svg +1 -1
- package/dist/ionic/svg/return-up-forward.svg +1 -1
- package/dist/ionic/svg/ribbon-outline.svg +1 -1
- package/dist/ionic/svg/ribbon-sharp.svg +1 -1
- package/dist/ionic/svg/ribbon.svg +1 -1
- package/dist/ionic/svg/rocket-outline.svg +1 -1
- package/dist/ionic/svg/rocket-sharp.svg +1 -1
- package/dist/ionic/svg/rocket.svg +1 -1
- package/dist/ionic/svg/rose-outline.svg +1 -1
- package/dist/ionic/svg/rose-sharp.svg +1 -1
- package/dist/ionic/svg/rose.svg +1 -1
- package/dist/ionic/svg/sad-outline.svg +1 -1
- package/dist/ionic/svg/sad-sharp.svg +1 -1
- package/dist/ionic/svg/sad.svg +1 -1
- package/dist/ionic/svg/save-outline.svg +1 -1
- package/dist/ionic/svg/save-sharp.svg +1 -1
- package/dist/ionic/svg/save.svg +1 -1
- package/dist/ionic/svg/scale-outline.svg +1 -1
- package/dist/ionic/svg/scale-sharp.svg +1 -1
- package/dist/ionic/svg/scale.svg +1 -1
- package/dist/ionic/svg/scan-circle-outline.svg +1 -1
- package/dist/ionic/svg/scan-circle-sharp.svg +1 -1
- package/dist/ionic/svg/scan-circle.svg +1 -1
- package/dist/ionic/svg/scan-outline.svg +1 -1
- package/dist/ionic/svg/scan-sharp.svg +1 -1
- package/dist/ionic/svg/scan.svg +1 -1
- package/dist/ionic/svg/school-outline.svg +1 -1
- package/dist/ionic/svg/school-sharp.svg +1 -1
- package/dist/ionic/svg/school.svg +1 -1
- package/dist/ionic/svg/search-circle-outline.svg +1 -1
- package/dist/ionic/svg/search-circle-sharp.svg +1 -1
- package/dist/ionic/svg/search-circle.svg +1 -1
- package/dist/ionic/svg/search-outline.svg +1 -1
- package/dist/ionic/svg/search-sharp.svg +1 -1
- package/dist/ionic/svg/search.svg +1 -1
- package/dist/ionic/svg/send-outline.svg +1 -1
- package/dist/ionic/svg/send-sharp.svg +1 -1
- package/dist/ionic/svg/send.svg +1 -1
- package/dist/ionic/svg/server-outline.svg +1 -1
- package/dist/ionic/svg/server-sharp.svg +1 -1
- package/dist/ionic/svg/server.svg +1 -1
- package/dist/ionic/svg/settings-outline.svg +1 -1
- package/dist/ionic/svg/settings-sharp.svg +1 -1
- package/dist/ionic/svg/settings.svg +1 -1
- package/dist/ionic/svg/shapes-outline.svg +1 -1
- package/dist/ionic/svg/shapes-sharp.svg +1 -1
- package/dist/ionic/svg/shapes.svg +1 -1
- package/dist/ionic/svg/share-outline.svg +1 -1
- package/dist/ionic/svg/share-sharp.svg +1 -1
- package/dist/ionic/svg/share-social-outline.svg +1 -1
- package/dist/ionic/svg/share-social-sharp.svg +1 -1
- package/dist/ionic/svg/share-social.svg +1 -1
- package/dist/ionic/svg/share.svg +1 -1
- package/dist/ionic/svg/shield-checkmark-outline.svg +1 -1
- package/dist/ionic/svg/shield-checkmark-sharp.svg +1 -1
- package/dist/ionic/svg/shield-checkmark.svg +1 -1
- package/dist/ionic/svg/shield-half-outline.svg +1 -1
- package/dist/ionic/svg/shield-half-sharp.svg +1 -1
- package/dist/ionic/svg/shield-half.svg +1 -1
- package/dist/ionic/svg/shield-outline.svg +1 -1
- package/dist/ionic/svg/shield-sharp.svg +1 -1
- package/dist/ionic/svg/shield.svg +1 -1
- package/dist/ionic/svg/shirt-outline.svg +1 -1
- package/dist/ionic/svg/shirt-sharp.svg +1 -1
- package/dist/ionic/svg/shirt.svg +1 -1
- package/dist/ionic/svg/shuffle-outline.svg +1 -1
- package/dist/ionic/svg/shuffle-sharp.svg +1 -1
- package/dist/ionic/svg/shuffle.svg +1 -1
- package/dist/ionic/svg/skull-outline.svg +1 -1
- package/dist/ionic/svg/skull-sharp.svg +1 -1
- package/dist/ionic/svg/skull.svg +1 -1
- package/dist/ionic/svg/snow-outline.svg +1 -1
- package/dist/ionic/svg/snow-sharp.svg +1 -1
- package/dist/ionic/svg/snow.svg +1 -1
- package/dist/ionic/svg/sparkles-outline.svg +1 -1
- package/dist/ionic/svg/sparkles-sharp.svg +1 -1
- package/dist/ionic/svg/sparkles.svg +1 -1
- package/dist/ionic/svg/speedometer-outline.svg +1 -1
- package/dist/ionic/svg/speedometer-sharp.svg +1 -1
- package/dist/ionic/svg/speedometer.svg +1 -1
- package/dist/ionic/svg/square-outline.svg +1 -1
- package/dist/ionic/svg/square-sharp.svg +1 -1
- package/dist/ionic/svg/square.svg +1 -1
- package/dist/ionic/svg/star-half-outline.svg +1 -1
- package/dist/ionic/svg/star-half-sharp.svg +1 -1
- package/dist/ionic/svg/star-half.svg +1 -1
- package/dist/ionic/svg/star-outline.svg +1 -1
- package/dist/ionic/svg/star-sharp.svg +1 -1
- package/dist/ionic/svg/star.svg +1 -1
- package/dist/ionic/svg/stats-chart-outline.svg +1 -1
- package/dist/ionic/svg/stats-chart-sharp.svg +1 -1
- package/dist/ionic/svg/stats-chart.svg +1 -1
- package/dist/ionic/svg/stop-circle-outline.svg +1 -1
- package/dist/ionic/svg/stop-circle-sharp.svg +1 -1
- package/dist/ionic/svg/stop-circle.svg +1 -1
- package/dist/ionic/svg/stop-outline.svg +1 -1
- package/dist/ionic/svg/stop-sharp.svg +1 -1
- package/dist/ionic/svg/stop.svg +1 -1
- package/dist/ionic/svg/stopwatch-outline.svg +1 -1
- package/dist/ionic/svg/stopwatch-sharp.svg +1 -1
- package/dist/ionic/svg/stopwatch.svg +1 -1
- package/dist/ionic/svg/storefront-outline.svg +1 -1
- package/dist/ionic/svg/storefront-sharp.svg +1 -1
- package/dist/ionic/svg/storefront.svg +1 -1
- package/dist/ionic/svg/subway-outline.svg +1 -1
- package/dist/ionic/svg/subway-sharp.svg +1 -1
- package/dist/ionic/svg/subway.svg +1 -1
- package/dist/ionic/svg/sunny-outline.svg +1 -1
- package/dist/ionic/svg/sunny-sharp.svg +1 -1
- package/dist/ionic/svg/sunny.svg +1 -1
- package/dist/ionic/svg/swap-horizontal-outline.svg +1 -1
- package/dist/ionic/svg/swap-horizontal-sharp.svg +1 -1
- package/dist/ionic/svg/swap-horizontal.svg +1 -1
- package/dist/ionic/svg/swap-vertical-outline.svg +1 -1
- package/dist/ionic/svg/swap-vertical-sharp.svg +1 -1
- package/dist/ionic/svg/swap-vertical.svg +1 -1
- package/dist/ionic/svg/sync-circle-outline.svg +1 -1
- package/dist/ionic/svg/sync-circle-sharp.svg +1 -1
- package/dist/ionic/svg/sync-circle.svg +1 -1
- package/dist/ionic/svg/sync-outline.svg +1 -1
- package/dist/ionic/svg/sync-sharp.svg +1 -1
- package/dist/ionic/svg/sync.svg +1 -1
- package/dist/ionic/svg/tablet-landscape-outline.svg +1 -1
- package/dist/ionic/svg/tablet-landscape-sharp.svg +1 -1
- package/dist/ionic/svg/tablet-landscape.svg +1 -1
- package/dist/ionic/svg/tablet-portrait-outline.svg +1 -1
- package/dist/ionic/svg/tablet-portrait-sharp.svg +1 -1
- package/dist/ionic/svg/tablet-portrait.svg +1 -1
- package/dist/ionic/svg/telescope-outline.svg +1 -1
- package/dist/ionic/svg/telescope-sharp.svg +1 -1
- package/dist/ionic/svg/telescope.svg +1 -1
- package/dist/ionic/svg/tennisball-outline.svg +1 -1
- package/dist/ionic/svg/tennisball-sharp.svg +1 -1
- package/dist/ionic/svg/tennisball.svg +1 -1
- package/dist/ionic/svg/terminal-outline.svg +1 -1
- package/dist/ionic/svg/terminal-sharp.svg +1 -1
- package/dist/ionic/svg/terminal.svg +1 -1
- package/dist/ionic/svg/text-outline.svg +1 -1
- package/dist/ionic/svg/text-sharp.svg +1 -1
- package/dist/ionic/svg/text.svg +1 -1
- package/dist/ionic/svg/thermometer-outline.svg +1 -1
- package/dist/ionic/svg/thermometer-sharp.svg +1 -1
- package/dist/ionic/svg/thermometer.svg +1 -1
- package/dist/ionic/svg/thumbs-down-outline.svg +1 -1
- package/dist/ionic/svg/thumbs-down-sharp.svg +1 -1
- package/dist/ionic/svg/thumbs-down.svg +1 -1
- package/dist/ionic/svg/thumbs-up-outline.svg +1 -1
- package/dist/ionic/svg/thumbs-up-sharp.svg +1 -1
- package/dist/ionic/svg/thumbs-up.svg +1 -1
- package/dist/ionic/svg/thunderstorm-outline.svg +1 -1
- package/dist/ionic/svg/thunderstorm-sharp.svg +1 -1
- package/dist/ionic/svg/thunderstorm.svg +1 -1
- package/dist/ionic/svg/ticket-outline.svg +1 -1
- package/dist/ionic/svg/ticket-sharp.svg +1 -1
- package/dist/ionic/svg/ticket.svg +1 -1
- package/dist/ionic/svg/time-outline.svg +1 -1
- package/dist/ionic/svg/time-sharp.svg +1 -1
- package/dist/ionic/svg/time.svg +1 -1
- package/dist/ionic/svg/timer-outline.svg +1 -1
- package/dist/ionic/svg/timer-sharp.svg +1 -1
- package/dist/ionic/svg/timer.svg +1 -1
- package/dist/ionic/svg/today-outline.svg +1 -1
- package/dist/ionic/svg/today-sharp.svg +1 -1
- package/dist/ionic/svg/today.svg +1 -1
- package/dist/ionic/svg/toggle-outline.svg +1 -1
- package/dist/ionic/svg/toggle-sharp.svg +1 -1
- package/dist/ionic/svg/toggle.svg +1 -1
- package/dist/ionic/svg/trail-sign-outline.svg +1 -1
- package/dist/ionic/svg/trail-sign-sharp.svg +1 -1
- package/dist/ionic/svg/trail-sign.svg +1 -1
- package/dist/ionic/svg/train-outline.svg +1 -1
- package/dist/ionic/svg/train-sharp.svg +1 -1
- package/dist/ionic/svg/train.svg +1 -1
- package/dist/ionic/svg/transgender-outline.svg +1 -1
- package/dist/ionic/svg/transgender-sharp.svg +1 -1
- package/dist/ionic/svg/transgender.svg +1 -1
- package/dist/ionic/svg/trash-bin-outline.svg +1 -1
- package/dist/ionic/svg/trash-bin-sharp.svg +1 -1
- package/dist/ionic/svg/trash-bin.svg +1 -1
- package/dist/ionic/svg/trash-outline.svg +1 -1
- package/dist/ionic/svg/trash-sharp.svg +1 -1
- package/dist/ionic/svg/trash.svg +1 -1
- package/dist/ionic/svg/trending-down-outline.svg +1 -1
- package/dist/ionic/svg/trending-down-sharp.svg +1 -1
- package/dist/ionic/svg/trending-down.svg +1 -1
- package/dist/ionic/svg/trending-up-outline.svg +1 -1
- package/dist/ionic/svg/trending-up-sharp.svg +1 -1
- package/dist/ionic/svg/trending-up.svg +1 -1
- package/dist/ionic/svg/triangle-outline.svg +1 -1
- package/dist/ionic/svg/triangle-sharp.svg +1 -1
- package/dist/ionic/svg/triangle.svg +1 -1
- package/dist/ionic/svg/trophy-outline.svg +1 -1
- package/dist/ionic/svg/trophy-sharp.svg +1 -1
- package/dist/ionic/svg/trophy.svg +1 -1
- package/dist/ionic/svg/tv-outline.svg +1 -1
- package/dist/ionic/svg/tv-sharp.svg +1 -1
- package/dist/ionic/svg/tv.svg +1 -1
- package/dist/ionic/svg/umbrella-outline.svg +1 -1
- package/dist/ionic/svg/umbrella-sharp.svg +1 -1
- package/dist/ionic/svg/umbrella.svg +1 -1
- package/dist/ionic/svg/unlink-outline.svg +1 -1
- package/dist/ionic/svg/unlink-sharp.svg +1 -1
- package/dist/ionic/svg/unlink.svg +1 -1
- package/dist/ionic/svg/videocam-off-outline.svg +1 -1
- package/dist/ionic/svg/videocam-off-sharp.svg +1 -1
- package/dist/ionic/svg/videocam-off.svg +1 -1
- package/dist/ionic/svg/videocam-outline.svg +1 -1
- package/dist/ionic/svg/videocam-sharp.svg +1 -1
- package/dist/ionic/svg/videocam.svg +1 -1
- package/dist/ionic/svg/volume-high-outline.svg +1 -1
- package/dist/ionic/svg/volume-high-sharp.svg +1 -1
- package/dist/ionic/svg/volume-high.svg +1 -1
- package/dist/ionic/svg/volume-low-outline.svg +1 -1
- package/dist/ionic/svg/volume-low-sharp.svg +1 -1
- package/dist/ionic/svg/volume-low.svg +1 -1
- package/dist/ionic/svg/volume-medium-outline.svg +1 -1
- package/dist/ionic/svg/volume-medium-sharp.svg +1 -1
- package/dist/ionic/svg/volume-medium.svg +1 -1
- package/dist/ionic/svg/volume-mute-outline.svg +1 -1
- package/dist/ionic/svg/volume-mute-sharp.svg +1 -1
- package/dist/ionic/svg/volume-mute.svg +1 -1
- package/dist/ionic/svg/volume-off-outline.svg +1 -1
- package/dist/ionic/svg/volume-off-sharp.svg +1 -1
- package/dist/ionic/svg/volume-off.svg +1 -1
- package/dist/ionic/svg/walk-outline.svg +1 -1
- package/dist/ionic/svg/walk-sharp.svg +1 -1
- package/dist/ionic/svg/walk.svg +1 -1
- package/dist/ionic/svg/wallet-outline.svg +1 -1
- package/dist/ionic/svg/wallet-sharp.svg +1 -1
- package/dist/ionic/svg/wallet.svg +1 -1
- package/dist/ionic/svg/warning-outline.svg +1 -1
- package/dist/ionic/svg/warning-sharp.svg +1 -1
- package/dist/ionic/svg/warning.svg +1 -1
- package/dist/ionic/svg/watch-outline.svg +1 -1
- package/dist/ionic/svg/watch-sharp.svg +1 -1
- package/dist/ionic/svg/watch.svg +1 -1
- package/dist/ionic/svg/water-outline.svg +1 -1
- package/dist/ionic/svg/water-sharp.svg +1 -1
- package/dist/ionic/svg/water.svg +1 -1
- package/dist/ionic/svg/wifi-outline.svg +1 -1
- package/dist/ionic/svg/wifi-sharp.svg +1 -1
- package/dist/ionic/svg/wifi.svg +1 -1
- package/dist/ionic/svg/wine-outline.svg +1 -1
- package/dist/ionic/svg/wine-sharp.svg +1 -1
- package/dist/ionic/svg/wine.svg +1 -1
- package/dist/ionic/svg/woman-outline.svg +1 -1
- package/dist/ionic/svg/woman-sharp.svg +1 -1
- package/dist/ionic/svg/woman.svg +1 -1
- package/dist/types/components/action-sheet/action-sheet.d.ts +5 -6
- package/dist/types/components/alert/alert.d.ts +5 -6
- package/dist/types/components/app/app.d.ts +2 -0
- package/dist/types/components/button/button.d.ts +11 -0
- package/dist/types/components/datetime/datetime-interface.d.ts +12 -3
- package/dist/types/components/datetime/datetime.d.ts +12 -0
- package/dist/types/components/datetime/utils/data.d.ts +3 -1
- package/dist/types/components/datetime/utils/manipulation.d.ts +1 -0
- package/dist/types/components/input-otp/input-otp-interface.d.ts +21 -0
- package/dist/types/components/input-otp/input-otp.d.ts +272 -0
- package/dist/types/components/item/item.d.ts +4 -0
- package/dist/types/components/loading/loading.d.ts +5 -6
- package/dist/types/components/menu/menu.d.ts +25 -3
- package/dist/types/components/modal/animations/ios.transition.d.ts +14 -0
- package/dist/types/components/modal/modal.d.ts +36 -6
- package/dist/types/components/popover/popover.d.ts +6 -5
- package/dist/types/components/range/range.d.ts +2 -0
- package/dist/types/components/reorder-group/reorder-group-interface.d.ts +17 -0
- package/dist/types/components/reorder-group/reorder-group.d.ts +24 -4
- package/dist/types/components/router/router.d.ts +1 -0
- package/dist/types/components/router/utils/interface.d.ts +1 -4
- package/dist/types/components/searchbar/searchbar.d.ts +1 -3
- package/dist/types/components/toast/toast.d.ts +4 -5
- package/dist/types/components.d.ts +837 -23
- package/dist/types/interface.d.ts +8 -2
- package/dist/types/stencil-public-runtime.d.ts +37 -2
- package/dist/types/utils/element-interface.d.ts +10 -0
- package/dist/types/utils/test/playwright/playwright-declarations.d.ts +5 -0
- package/hydrate/index.d.ts +44 -7
- package/hydrate/index.js +6783 -2909
- package/hydrate/index.mjs +6782 -2908
- package/loader/cdn.js +1 -2
- package/loader/index.cjs.js +1 -2
- package/loader/index.es2017.js +0 -1
- package/loader/index.js +1 -2
- package/package.json +7 -7
- package/dist/cjs/index-073c7cdc.js +0 -57
- package/dist/cjs/index-cc858e97.js +0 -129
- package/dist/esm/index-cfd9c1f2.js +0 -121
- package/dist/esm/index-e2cf2ceb.js +0 -31
- package/dist/esm/polyfills/core-js.js +0 -11
- package/dist/esm/polyfills/dom.js +0 -79
- package/dist/esm/polyfills/es5-html-element.js +0 -1
- package/dist/esm/polyfills/index.js +0 -34
- package/dist/esm/polyfills/system.js +0 -6
- package/dist/esm-es5/animation-8b25e105.js +0 -4
- package/dist/esm-es5/app-globals-dbdbb3df.js +0 -4
- package/dist/esm-es5/button-active-90f1dbc4.js +0 -4
- package/dist/esm-es5/capacitor-59395cbd.js +0 -4
- package/dist/esm-es5/compare-with-utils-a96ff2ea.js +0 -4
- package/dist/esm-es5/config-9898ed97.js +0 -4
- package/dist/esm-es5/cubic-bezier-fe2083dc.js +0 -4
- package/dist/esm-es5/data-0d7ea6eb.js +0 -4
- package/dist/esm-es5/dir-babeabeb.js +0 -4
- package/dist/esm-es5/focus-visible-dd40d69f.js +0 -4
- package/dist/esm-es5/framework-delegate-56b467ad.js +0 -4
- package/dist/esm-es5/gesture-controller-314a54f6.js +0 -4
- package/dist/esm-es5/haptic-ac164e4c.js +0 -4
- package/dist/esm-es5/hardware-back-button-a7eb8233.js +0 -4
- package/dist/esm-es5/helpers-d94bc8ad.js +0 -4
- package/dist/esm-es5/index-18f31305.js +0 -4
- package/dist/esm-es5/index-39782642.js +0 -4
- package/dist/esm-es5/index-527b9e34.js +0 -5
- package/dist/esm-es5/index-68c0d151.js +0 -4
- package/dist/esm-es5/index-9a17db3d.js +0 -4
- package/dist/esm-es5/index-a5d50daf.js +0 -4
- package/dist/esm-es5/index-be190feb.js +0 -4
- package/dist/esm-es5/index-cfd9c1f2.js +0 -5
- package/dist/esm-es5/index-e2cf2ceb.js +0 -4
- package/dist/esm-es5/index.js +0 -4
- package/dist/esm-es5/input-shims-279903e2.js +0 -4
- package/dist/esm-es5/input.utils-40504d6d.js +0 -4
- package/dist/esm-es5/ion-accordion_2.entry.js +0 -4
- package/dist/esm-es5/ion-action-sheet.entry.js +0 -4
- package/dist/esm-es5/ion-alert.entry.js +0 -4
- package/dist/esm-es5/ion-app_8.entry.js +0 -4
- package/dist/esm-es5/ion-avatar_3.entry.js +0 -4
- package/dist/esm-es5/ion-back-button.entry.js +0 -4
- package/dist/esm-es5/ion-backdrop.entry.js +0 -4
- package/dist/esm-es5/ion-breadcrumb_2.entry.js +0 -4
- package/dist/esm-es5/ion-button_2.entry.js +0 -4
- package/dist/esm-es5/ion-card_5.entry.js +0 -4
- package/dist/esm-es5/ion-checkbox.entry.js +0 -4
- package/dist/esm-es5/ion-chip.entry.js +0 -4
- package/dist/esm-es5/ion-col_3.entry.js +0 -4
- package/dist/esm-es5/ion-datetime-button.entry.js +0 -4
- package/dist/esm-es5/ion-datetime_3.entry.js +0 -4
- package/dist/esm-es5/ion-fab_3.entry.js +0 -4
- package/dist/esm-es5/ion-img.entry.js +0 -4
- package/dist/esm-es5/ion-infinite-scroll_2.entry.js +0 -4
- package/dist/esm-es5/ion-input-password-toggle.entry.js +0 -4
- package/dist/esm-es5/ion-input.entry.js +0 -4
- package/dist/esm-es5/ion-item-option_3.entry.js +0 -4
- package/dist/esm-es5/ion-item_8.entry.js +0 -4
- package/dist/esm-es5/ion-loading.entry.js +0 -4
- package/dist/esm-es5/ion-menu_3.entry.js +0 -4
- package/dist/esm-es5/ion-modal.entry.js +0 -4
- package/dist/esm-es5/ion-nav_2.entry.js +0 -4
- package/dist/esm-es5/ion-picker-column-option.entry.js +0 -4
- package/dist/esm-es5/ion-picker-column.entry.js +0 -4
- package/dist/esm-es5/ion-picker.entry.js +0 -4
- package/dist/esm-es5/ion-popover.entry.js +0 -4
- package/dist/esm-es5/ion-progress-bar.entry.js +0 -4
- package/dist/esm-es5/ion-radio_2.entry.js +0 -4
- package/dist/esm-es5/ion-range.entry.js +0 -4
- package/dist/esm-es5/ion-refresher_2.entry.js +0 -4
- package/dist/esm-es5/ion-reorder_2.entry.js +0 -4
- package/dist/esm-es5/ion-ripple-effect.entry.js +0 -4
- package/dist/esm-es5/ion-route_4.entry.js +0 -4
- package/dist/esm-es5/ion-searchbar.entry.js +0 -4
- package/dist/esm-es5/ion-segment-content.entry.js +0 -4
- package/dist/esm-es5/ion-segment-view.entry.js +0 -4
- package/dist/esm-es5/ion-segment_2.entry.js +0 -4
- package/dist/esm-es5/ion-select-modal.entry.js +0 -4
- package/dist/esm-es5/ion-select_3.entry.js +0 -4
- package/dist/esm-es5/ion-spinner.entry.js +0 -4
- package/dist/esm-es5/ion-split-pane.entry.js +0 -4
- package/dist/esm-es5/ion-tab-bar_2.entry.js +0 -4
- package/dist/esm-es5/ion-tab_2.entry.js +0 -4
- package/dist/esm-es5/ion-text.entry.js +0 -4
- package/dist/esm-es5/ion-textarea.entry.js +0 -4
- package/dist/esm-es5/ion-toast.entry.js +0 -4
- package/dist/esm-es5/ion-toggle.entry.js +0 -4
- package/dist/esm-es5/ionic-global-b26f573e.js +0 -4
- package/dist/esm-es5/ionic.js +0 -4
- package/dist/esm-es5/ios.transition-4047cb68.js +0 -4
- package/dist/esm-es5/keyboard-52278bd7.js +0 -4
- package/dist/esm-es5/keyboard-73175e24.js +0 -4
- package/dist/esm-es5/keyboard-controller-ec5c2bfa.js +0 -4
- package/dist/esm-es5/loader.js +0 -4
- package/dist/esm-es5/lock-controller-316928be.js +0 -4
- package/dist/esm-es5/md.transition-30ce8d1b.js +0 -4
- package/dist/esm-es5/notch-controller-1a1f7183.js +0 -4
- package/dist/esm-es5/overlays-d99dcb0a.js +0 -4
- package/dist/esm-es5/spinner-configs-964f7cf3.js +0 -4
- package/dist/esm-es5/status-tap-42a8af65.js +0 -4
- package/dist/esm-es5/swipe-back-04123e7c.js +0 -4
- package/dist/esm-es5/theme-01f3f29c.js +0 -4
- package/dist/esm-es5/watch-options-c2911ace.js +0 -4
- package/dist/ionic/ionic.js +0 -127
- package/dist/ionic/p-00023f5a.system.js +0 -4
- package/dist/ionic/p-012c3ceb.system.js +0 -4
- package/dist/ionic/p-03480b95.system.entry.js +0 -4
- package/dist/ionic/p-08cef0b1.entry.js +0 -4
- package/dist/ionic/p-08e01816.system.js +0 -4
- package/dist/ionic/p-0af640d6.entry.js +0 -4
- package/dist/ionic/p-105b2e8b.entry.js +0 -4
- package/dist/ionic/p-117d0013.system.entry.js +0 -4
- package/dist/ionic/p-11dca959.entry.js +0 -4
- package/dist/ionic/p-12193821.system.js +0 -4
- package/dist/ionic/p-12830298.system.entry.js +0 -4
- package/dist/ionic/p-14154301.system.entry.js +0 -4
- package/dist/ionic/p-1706b406.system.entry.js +0 -4
- package/dist/ionic/p-17e21141.js +0 -4
- package/dist/ionic/p-19494658.system.entry.js +0 -4
- package/dist/ionic/p-1966a13c.system.js +0 -4
- package/dist/ionic/p-1974d5b2.system.js +0 -4
- package/dist/ionic/p-1a7df1c3.system.js +0 -4
- package/dist/ionic/p-1a81ac09.system.js +0 -4
- package/dist/ionic/p-1b9c59ab.js +0 -4
- package/dist/ionic/p-1d307396.system.js +0 -4
- package/dist/ionic/p-1dfc11b3.system.js +0 -4
- package/dist/ionic/p-1e4371bd.js +0 -4
- package/dist/ionic/p-1e955a45.system.js +0 -4
- package/dist/ionic/p-200fc491.js +0 -4
- package/dist/ionic/p-20d469d0.system.js +0 -4
- package/dist/ionic/p-21891ead.js +0 -4
- package/dist/ionic/p-2233344a.system.js +0 -4
- package/dist/ionic/p-2469240b.entry.js +0 -4
- package/dist/ionic/p-24a6c8a3.system.entry.js +0 -4
- package/dist/ionic/p-257fb777.entry.js +0 -4
- package/dist/ionic/p-25b10f81.js +0 -4
- package/dist/ionic/p-2b7827c7.js +0 -4
- package/dist/ionic/p-2bff0e69.system.entry.js +0 -4
- package/dist/ionic/p-31dc303d.entry.js +0 -4
- package/dist/ionic/p-3535d6b5.entry.js +0 -4
- package/dist/ionic/p-35cdfd77.system.entry.js +0 -4
- package/dist/ionic/p-393ffcc2.entry.js +0 -4
- package/dist/ionic/p-39fa7dd1.system.entry.js +0 -4
- package/dist/ionic/p-3a30f31b.system.entry.js +0 -4
- package/dist/ionic/p-3e1e14d9.system.js +0 -4
- package/dist/ionic/p-42f08b26.system.entry.js +0 -4
- package/dist/ionic/p-4609d030.system.js +0 -4
- package/dist/ionic/p-481e0885.entry.js +0 -4
- package/dist/ionic/p-4a5be299.system.entry.js +0 -4
- package/dist/ionic/p-4c667fce.js +0 -4
- package/dist/ionic/p-4cf4172e.entry.js +0 -4
- package/dist/ionic/p-4da92dac.entry.js +0 -4
- package/dist/ionic/p-4ed5db19.system.js +0 -4
- package/dist/ionic/p-4f255d5a.system.js +0 -4
- package/dist/ionic/p-50cb2e8b.system.entry.js +0 -4
- package/dist/ionic/p-57957c0f.entry.js +0 -4
- package/dist/ionic/p-57d6e18e.entry.js +0 -4
- package/dist/ionic/p-57e55ecb.system.js +0 -4
- package/dist/ionic/p-5b67b447.js +0 -4
- package/dist/ionic/p-5c9feddc.system.entry.js +0 -4
- package/dist/ionic/p-5fac20aa.system.entry.js +0 -4
- package/dist/ionic/p-612096e6.system.entry.js +0 -4
- package/dist/ionic/p-6201c4ba.entry.js +0 -4
- package/dist/ionic/p-625248d0.system.js +0 -4
- package/dist/ionic/p-663413be.system.js +0 -4
- package/dist/ionic/p-6636a436.js +0 -4
- package/dist/ionic/p-66a5d6a8.js +0 -5
- package/dist/ionic/p-66df5468.system.entry.js +0 -4
- package/dist/ionic/p-67077d48.entry.js +0 -4
- package/dist/ionic/p-67cacd6d.entry.js +0 -4
- package/dist/ionic/p-6835ebdd.system.entry.js +0 -4
- package/dist/ionic/p-6b8530f5.system.entry.js +0 -4
- package/dist/ionic/p-6c474e87.entry.js +0 -4
- package/dist/ionic/p-6dd86ff5.system.entry.js +0 -4
- package/dist/ionic/p-6ec0c94a.entry.js +0 -4
- package/dist/ionic/p-6f832afe.system.entry.js +0 -4
- package/dist/ionic/p-707408c5.system.entry.js +0 -4
- package/dist/ionic/p-712c0131.entry.js +0 -4
- package/dist/ionic/p-721f43f9.entry.js +0 -4
- package/dist/ionic/p-7445a2e5.system.js +0 -4
- package/dist/ionic/p-7611ede3.system.entry.js +0 -4
- package/dist/ionic/p-781e2dbb.system.js +0 -4
- package/dist/ionic/p-792919fd.system.js +0 -4
- package/dist/ionic/p-7b8c12c3.entry.js +0 -4
- package/dist/ionic/p-7c5c7ae1.system.entry.js +0 -4
- package/dist/ionic/p-7e3e6ed2.entry.js +0 -4
- package/dist/ionic/p-7ffedf77.system.entry.js +0 -4
- package/dist/ionic/p-809483ac.js +0 -4
- package/dist/ionic/p-81904a80.entry.js +0 -4
- package/dist/ionic/p-84096b45.system.js +0 -4
- package/dist/ionic/p-8450f761.entry.js +0 -4
- package/dist/ionic/p-8460d95a.entry.js +0 -4
- package/dist/ionic/p-85b01465.js +0 -4
- package/dist/ionic/p-865fe95c.entry.js +0 -4
- package/dist/ionic/p-8674af94.entry.js +0 -4
- package/dist/ionic/p-890a4ee2.entry.js +0 -4
- package/dist/ionic/p-891553d8.entry.js +0 -4
- package/dist/ionic/p-8985cdb6.system.js +0 -4
- package/dist/ionic/p-8b050e84.system.js +0 -4
- package/dist/ionic/p-8dacf4e2.entry.js +0 -4
- package/dist/ionic/p-8ededb41.js +0 -4
- package/dist/ionic/p-94551927.js +0 -4
- package/dist/ionic/p-965287fb.system.entry.js +0 -4
- package/dist/ionic/p-979d4f5c.system.js +0 -4
- package/dist/ionic/p-98fd942b.system.entry.js +0 -4
- package/dist/ionic/p-9df5043e.system.entry.js +0 -4
- package/dist/ionic/p-9e753482.system.entry.js +0 -4
- package/dist/ionic/p-a0fd2fe5.system.entry.js +0 -4
- package/dist/ionic/p-a2c6a9c8.entry.js +0 -4
- package/dist/ionic/p-a2dd5b69.system.entry.js +0 -4
- package/dist/ionic/p-a4866e3e.system.js +0 -4
- package/dist/ionic/p-a5dbe0ff.system.entry.js +0 -4
- package/dist/ionic/p-a7a97bf4.system.entry.js +0 -4
- package/dist/ionic/p-a835aca8.entry.js +0 -4
- package/dist/ionic/p-a83e3290.system.js +0 -4
- package/dist/ionic/p-a93873de.system.js +0 -4
- package/dist/ionic/p-aad57e35.entry.js +0 -4
- package/dist/ionic/p-ab7337e1.entry.js +0 -4
- package/dist/ionic/p-abe101da.system.js +0 -4
- package/dist/ionic/p-ad592db9.entry.js +0 -4
- package/dist/ionic/p-ae039072.entry.js +0 -4
- package/dist/ionic/p-aebfab05.system.entry.js +0 -4
- package/dist/ionic/p-b06ac4a5.system.js +0 -4
- package/dist/ionic/p-b2e7eda0.system.entry.js +0 -4
- package/dist/ionic/p-b445ff65.entry.js +0 -4
- package/dist/ionic/p-b4d17da0.system.entry.js +0 -4
- package/dist/ionic/p-b5432d15.entry.js +0 -4
- package/dist/ionic/p-b6d324f0.js +0 -4
- package/dist/ionic/p-b7b1d91a.js +0 -4
- package/dist/ionic/p-b8050298.system.entry.js +0 -4
- package/dist/ionic/p-b904cfe2.system.entry.js +0 -4
- package/dist/ionic/p-b9c793d4.entry.js +0 -4
- package/dist/ionic/p-bafc3eae.system.entry.js +0 -4
- package/dist/ionic/p-bf184319.system.entry.js +0 -4
- package/dist/ionic/p-bfb763d0.system.entry.js +0 -4
- package/dist/ionic/p-c16443a8.system.js +0 -4
- package/dist/ionic/p-c1b7d311.system.entry.js +0 -4
- package/dist/ionic/p-c2160d8c.entry.js +0 -4
- package/dist/ionic/p-c468af8a.system.js +0 -4
- package/dist/ionic/p-c5b77054.entry.js +0 -4
- package/dist/ionic/p-c5bfa3e9.entry.js +0 -4
- package/dist/ionic/p-c61cc894.js +0 -4
- package/dist/ionic/p-cad82569.entry.js +0 -4
- package/dist/ionic/p-d16fab3f.entry.js +0 -4
- package/dist/ionic/p-d1eb2d7f.entry.js +0 -4
- package/dist/ionic/p-d382f09c.system.js +0 -4
- package/dist/ionic/p-d8d84afa.system.js +0 -4
- package/dist/ionic/p-d984c1ab.system.entry.js +0 -4
- package/dist/ionic/p-da2b833b.js +0 -4
- package/dist/ionic/p-dabe3bd4.js +0 -4
- package/dist/ionic/p-df069a0d.entry.js +0 -4
- package/dist/ionic/p-e1678e42.entry.js +0 -4
- package/dist/ionic/p-e6068998.system.entry.js +0 -4
- package/dist/ionic/p-e673a0a2.system.js +0 -4
- package/dist/ionic/p-e727e32d.system.entry.js +0 -4
- package/dist/ionic/p-e8245753.entry.js +0 -4
- package/dist/ionic/p-e887b6a9.system.js +0 -4
- package/dist/ionic/p-f08a92cc.js +0 -4
- package/dist/ionic/p-f08dfb19.entry.js +0 -4
- package/dist/ionic/p-f0c9f8e3.system.entry.js +0 -4
- package/dist/ionic/p-f0ef39ab.entry.js +0 -4
- package/dist/ionic/p-f11a9436.system.js +0 -5
- package/dist/ionic/p-f22490a7.system.entry.js +0 -4
- package/dist/ionic/p-f6bb9be7.system.entry.js +0 -4
- package/dist/ionic/p-f6e7d104.system.js +0 -4
- package/dist/ionic/p-f725bf9e.system.js +0 -4
- package/dist/ionic/p-f9a87db2.system.entry.js +0 -4
- package/dist/ionic/p-fa3f4b96.system.js +0 -4
- package/dist/ionic/p-fe063952.system.entry.js +0 -4
- package/dist/node_modules/ionicons/dist/collection/components/icon/icon.css +0 -144
- package/loader/package.json +0 -11
- /package/dist/cjs/{compare-with-utils-df1001d7.js → compare-with-utils-DSicavqM.js} +0 -0
- /package/dist/cjs/{cubic-bezier-f2dccc53.js → cubic-bezier-DAjy1V-e.js} +0 -0
- /package/dist/cjs/{dir-94c21456.js → dir-Cn0z1rJH.js} +0 -0
- /package/dist/cjs/{focus-visible-7a0ce04f.js → focus-visible-CCvKiLh3.js} +0 -0
- /package/dist/cjs/{index-c8d52405.js → index-DkNv4J_i.js} +0 -0
- /package/dist/cjs/{lock-controller-6585a42a.js → lock-controller-aDB9wrEf.js} +0 -0
- /package/dist/cjs/{spinner-configs-282fd50a.js → spinner-configs-DxHKnd3-.js} +0 -0
- /package/dist/cjs/{theme-d1c573d2.js → theme-CeDs6Hcv.js} +0 -0
- /package/dist/cjs/{watch-options-f5f3e158.js → watch-options-CviOsrTS.js} +0 -0
- /package/dist/esm/{compare-with-utils-a96ff2ea.js → compare-with-utils-sObYyvOy.js} +0 -0
- /package/dist/esm/{cubic-bezier-fe2083dc.js → cubic-bezier-hHmYLOfE.js} +0 -0
- /package/dist/esm/{dir-babeabeb.js → dir-C53feagD.js} +0 -0
- /package/dist/esm/{focus-visible-dd40d69f.js → focus-visible-BmVRXR1y.js} +0 -0
- /package/dist/esm/{index-a5d50daf.js → index-ZjP4CjeZ.js} +0 -0
- /package/dist/esm/{lock-controller-316928be.js → lock-controller-B-hirT0v.js} +0 -0
- /package/dist/esm/{spinner-configs-964f7cf3.js → spinner-configs-D4RIp70E.js} +0 -0
- /package/dist/esm/{theme-01f3f29c.js → theme-DiVJyqlX.js} +0 -0
- /package/dist/esm/{watch-options-c2911ace.js → watch-options-Dtdm8lKC.js} +0 -0
- /package/dist/ionic/{p-ccd02320.js → p-B-hirT0v.js} +0 -0
- /package/dist/ionic/{p-9b97df10.js → p-BTEOs1at.js} +0 -0
- /package/dist/ionic/{p-d47265c8.js → p-BmVRXR1y.js} +0 -0
- /package/dist/ionic/{p-fb813dab.js → p-C53feagD.js} +0 -0
- /package/dist/ionic/{p-f0c2a614.js → p-D4RIp70E.js} +0 -0
- /package/dist/ionic/{p-47794def.js → p-DiVJyqlX.js} +0 -0
- /package/dist/ionic/{p-459d13d5.js → p-Dtdm8lKC.js} +0 -0
- /package/dist/ionic/{p-7b30edcc.js → p-ZjP4CjeZ.js} +0 -0
- /package/dist/ionic/{p-2408c236.js → p-hHmYLOfE.js} +0 -0
- /package/dist/ionic/{p-de756e5c.js → p-sObYyvOy.js} +0 -0
|
@@ -18,6 +18,7 @@ import { ScrollBaseDetail, ScrollDetail } from "./components/content/content-int
|
|
|
18
18
|
import { DatetimeChangeEventDetail, DatetimeHighlight, DatetimeHighlightCallback, DatetimeHourCycle, DatetimePresentation, FormatOptions, TitleSelectedDatesFormatter } from "./components/datetime/datetime-interface";
|
|
19
19
|
import { SpinnerTypes } from "./components/spinner/spinner-configs";
|
|
20
20
|
import { InputChangeEventDetail, InputInputEventDetail } from "./components/input/input-interface";
|
|
21
|
+
import { InputOtpChangeEventDetail, InputOtpCompleteEventDetail, InputOtpInputEventDetail } from "./components/input-otp/input-otp-interface";
|
|
21
22
|
import { MenuChangeEventDetail, MenuCloseEventDetail, MenuType, Side } from "./components/menu/menu-interface";
|
|
22
23
|
import { ModalBreakpointChangeEventDetail, ModalHandleBehavior } from "./components/modal/modal-interface";
|
|
23
24
|
import { NavComponent, NavComponentWithProps, NavOptions, RouterOutletOptions, SwipeGestureHandler, TransitionDoneFn, TransitionInstruction } from "./components/nav/nav-interface";
|
|
@@ -29,7 +30,7 @@ import { PopoverSize, PositionAlign, PositionReference, PositionSide, TriggerAct
|
|
|
29
30
|
import { RadioGroupChangeEventDetail, RadioGroupCompareFn } from "./components/radio-group/radio-group-interface";
|
|
30
31
|
import { PinFormatter, RangeChangeEventDetail, RangeKnobMoveEndEventDetail, RangeKnobMoveStartEventDetail, RangeValue } from "./components/range/range-interface";
|
|
31
32
|
import { RefresherEventDetail } from "./components/refresher/refresher-interface";
|
|
32
|
-
import { ItemReorderEventDetail } from "./components/reorder-group/reorder-group-interface";
|
|
33
|
+
import { ItemReorderEventDetail, ReorderEndEventDetail, ReorderMoveEventDetail } from "./components/reorder-group/reorder-group-interface";
|
|
33
34
|
import { NavigationHookCallback } from "./components/route/route-interface";
|
|
34
35
|
import { SearchbarChangeEventDetail, SearchbarInputEventDetail } from "./components/searchbar/searchbar-interface";
|
|
35
36
|
import { SegmentChangeEventDetail, SegmentValue } from "./components/segment/segment-interface";
|
|
@@ -55,6 +56,7 @@ export { ScrollBaseDetail, ScrollDetail } from "./components/content/content-int
|
|
|
55
56
|
export { DatetimeChangeEventDetail, DatetimeHighlight, DatetimeHighlightCallback, DatetimeHourCycle, DatetimePresentation, FormatOptions, TitleSelectedDatesFormatter } from "./components/datetime/datetime-interface";
|
|
56
57
|
export { SpinnerTypes } from "./components/spinner/spinner-configs";
|
|
57
58
|
export { InputChangeEventDetail, InputInputEventDetail } from "./components/input/input-interface";
|
|
59
|
+
export { InputOtpChangeEventDetail, InputOtpCompleteEventDetail, InputOtpInputEventDetail } from "./components/input-otp/input-otp-interface";
|
|
58
60
|
export { MenuChangeEventDetail, MenuCloseEventDetail, MenuType, Side } from "./components/menu/menu-interface";
|
|
59
61
|
export { ModalBreakpointChangeEventDetail, ModalHandleBehavior } from "./components/modal/modal-interface";
|
|
60
62
|
export { NavComponent, NavComponentWithProps, NavOptions, RouterOutletOptions, SwipeGestureHandler, TransitionDoneFn, TransitionInstruction } from "./components/nav/nav-interface";
|
|
@@ -66,7 +68,7 @@ export { PopoverSize, PositionAlign, PositionReference, PositionSide, TriggerAct
|
|
|
66
68
|
export { RadioGroupChangeEventDetail, RadioGroupCompareFn } from "./components/radio-group/radio-group-interface";
|
|
67
69
|
export { PinFormatter, RangeChangeEventDetail, RangeKnobMoveEndEventDetail, RangeKnobMoveStartEventDetail, RangeValue } from "./components/range/range-interface";
|
|
68
70
|
export { RefresherEventDetail } from "./components/refresher/refresher-interface";
|
|
69
|
-
export { ItemReorderEventDetail } from "./components/reorder-group/reorder-group-interface";
|
|
71
|
+
export { ItemReorderEventDetail, ReorderEndEventDetail, ReorderMoveEventDetail } from "./components/reorder-group/reorder-group-interface";
|
|
70
72
|
export { NavigationHookCallback } from "./components/route/route-interface";
|
|
71
73
|
export { SearchbarChangeEventDetail, SearchbarInputEventDetail } from "./components/searchbar/searchbar-interface";
|
|
72
74
|
export { SegmentChangeEventDetail, SegmentValue } from "./components/segment/segment-interface";
|
|
@@ -83,6 +85,7 @@ export namespace Components {
|
|
|
83
85
|
interface IonAccordion {
|
|
84
86
|
/**
|
|
85
87
|
* If `true`, the accordion cannot be interacted with.
|
|
88
|
+
* @default false
|
|
86
89
|
*/
|
|
87
90
|
"disabled": boolean;
|
|
88
91
|
/**
|
|
@@ -91,32 +94,39 @@ export namespace Components {
|
|
|
91
94
|
"mode"?: "ios" | "md";
|
|
92
95
|
/**
|
|
93
96
|
* If `true`, the accordion cannot be interacted with, but does not alter the opacity.
|
|
97
|
+
* @default false
|
|
94
98
|
*/
|
|
95
99
|
"readonly": boolean;
|
|
96
100
|
/**
|
|
97
101
|
* The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
|
|
102
|
+
* @default chevronDown
|
|
98
103
|
*/
|
|
99
104
|
"toggleIcon": string;
|
|
100
105
|
/**
|
|
101
106
|
* The slot inside of `ion-item` to place the toggle icon. Defaults to `"end"`.
|
|
107
|
+
* @default 'end'
|
|
102
108
|
*/
|
|
103
109
|
"toggleIconSlot": 'start' | 'end';
|
|
104
110
|
/**
|
|
105
111
|
* The value of the accordion. Defaults to an autogenerated value.
|
|
112
|
+
* @default `ion-accordion-${accordionIds++}`
|
|
106
113
|
*/
|
|
107
114
|
"value": string;
|
|
108
115
|
}
|
|
109
116
|
interface IonAccordionGroup {
|
|
110
117
|
/**
|
|
111
118
|
* If `true`, all accordions inside of the accordion group will animate when expanding or collapsing.
|
|
119
|
+
* @default true
|
|
112
120
|
*/
|
|
113
121
|
"animated": boolean;
|
|
114
122
|
/**
|
|
115
123
|
* If `true`, the accordion group cannot be interacted with.
|
|
124
|
+
* @default false
|
|
116
125
|
*/
|
|
117
126
|
"disabled": boolean;
|
|
118
127
|
/**
|
|
119
128
|
* Describes the expansion behavior for each accordion. Possible values are `"compact"` and `"inset"`. Defaults to `"compact"`.
|
|
129
|
+
* @default 'compact'
|
|
120
130
|
*/
|
|
121
131
|
"expand": 'compact' | 'inset';
|
|
122
132
|
"getAccordions": () => Promise<HTMLIonAccordionElement[]>;
|
|
@@ -130,6 +140,7 @@ export namespace Components {
|
|
|
130
140
|
"multiple"?: boolean;
|
|
131
141
|
/**
|
|
132
142
|
* If `true`, the accordion group cannot be interacted with, but does not alter the opacity.
|
|
143
|
+
* @default false
|
|
133
144
|
*/
|
|
134
145
|
"readonly": boolean;
|
|
135
146
|
/**
|
|
@@ -144,14 +155,17 @@ export namespace Components {
|
|
|
144
155
|
interface IonActionSheet {
|
|
145
156
|
/**
|
|
146
157
|
* If `true`, the action sheet will animate.
|
|
158
|
+
* @default true
|
|
147
159
|
*/
|
|
148
160
|
"animated": boolean;
|
|
149
161
|
/**
|
|
150
162
|
* If `true`, the action sheet will be dismissed when the backdrop is clicked.
|
|
163
|
+
* @default true
|
|
151
164
|
*/
|
|
152
165
|
"backdropDismiss": boolean;
|
|
153
166
|
/**
|
|
154
167
|
* An array of buttons for the action sheet.
|
|
168
|
+
* @default []
|
|
155
169
|
*/
|
|
156
170
|
"buttons": (ActionSheetButton | string)[];
|
|
157
171
|
/**
|
|
@@ -160,15 +174,18 @@ export namespace Components {
|
|
|
160
174
|
"cssClass"?: string | string[];
|
|
161
175
|
"delegate"?: FrameworkDelegate;
|
|
162
176
|
/**
|
|
163
|
-
* Dismiss the action sheet overlay after it has been presented.
|
|
177
|
+
* Dismiss the action sheet overlay after it has been presented. This is a no-op if the overlay has not been presented yet. If you want to remove an overlay from the DOM that was never presented, use the [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
|
|
164
178
|
* @param data Any data to emit in the dismiss events.
|
|
165
|
-
* @param role The role of the element that is dismissing the action sheet. This can be useful in a button handler for determining which button was clicked to dismiss the action sheet. Some examples include:
|
|
179
|
+
* @param role The role of the element that is dismissing the action sheet. This can be useful in a button handler for determining which button was clicked to dismiss the action sheet. Some examples include: `"cancel"`, `"destructive"`, `"selected"`, and `"backdrop"`.
|
|
166
180
|
*/
|
|
167
181
|
"dismiss": (data?: any, role?: string) => Promise<boolean>;
|
|
168
182
|
/**
|
|
169
183
|
* Animation to use when the action sheet is presented.
|
|
170
184
|
*/
|
|
171
185
|
"enterAnimation"?: AnimationBuilder;
|
|
186
|
+
/**
|
|
187
|
+
* @default false
|
|
188
|
+
*/
|
|
172
189
|
"hasController": boolean;
|
|
173
190
|
/**
|
|
174
191
|
* Title for the action sheet.
|
|
@@ -180,10 +197,12 @@ export namespace Components {
|
|
|
180
197
|
"htmlAttributes"?: { [key: string]: any };
|
|
181
198
|
/**
|
|
182
199
|
* If `true`, the action sheet will open. If `false`, the action sheet will close. Use this if you need finer grained control over presentation, otherwise just use the actionSheetController or the `trigger` property. Note: `isOpen` will not automatically be set back to `false` when the action sheet dismisses. You will need to do that in your code.
|
|
200
|
+
* @default false
|
|
183
201
|
*/
|
|
184
202
|
"isOpen": boolean;
|
|
185
203
|
/**
|
|
186
204
|
* If `true`, the keyboard will be automatically dismissed when the overlay is presented.
|
|
205
|
+
* @default true
|
|
187
206
|
*/
|
|
188
207
|
"keyboardClose": boolean;
|
|
189
208
|
/**
|
|
@@ -213,6 +232,7 @@ export namespace Components {
|
|
|
213
232
|
"subHeader"?: string;
|
|
214
233
|
/**
|
|
215
234
|
* If `true`, the action sheet will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
235
|
+
* @default false
|
|
216
236
|
*/
|
|
217
237
|
"translucent": boolean;
|
|
218
238
|
/**
|
|
@@ -223,14 +243,17 @@ export namespace Components {
|
|
|
223
243
|
interface IonAlert {
|
|
224
244
|
/**
|
|
225
245
|
* If `true`, the alert will animate.
|
|
246
|
+
* @default true
|
|
226
247
|
*/
|
|
227
248
|
"animated": boolean;
|
|
228
249
|
/**
|
|
229
250
|
* If `true`, the alert will be dismissed when the backdrop is clicked.
|
|
251
|
+
* @default true
|
|
230
252
|
*/
|
|
231
253
|
"backdropDismiss": boolean;
|
|
232
254
|
/**
|
|
233
255
|
* Array of buttons to be added to the alert.
|
|
256
|
+
* @default []
|
|
234
257
|
*/
|
|
235
258
|
"buttons": (AlertButton | string)[];
|
|
236
259
|
/**
|
|
@@ -239,15 +262,18 @@ export namespace Components {
|
|
|
239
262
|
"cssClass"?: string | string[];
|
|
240
263
|
"delegate"?: FrameworkDelegate;
|
|
241
264
|
/**
|
|
242
|
-
* Dismiss the alert overlay after it has been presented.
|
|
265
|
+
* Dismiss the alert overlay after it has been presented. This is a no-op if the overlay has not been presented yet. If you want to remove an overlay from the DOM that was never presented, use the [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
|
|
243
266
|
* @param data Any data to emit in the dismiss events.
|
|
244
|
-
* @param role The role of the element that is dismissing the alert. This can be useful in a button handler for determining which button was clicked to dismiss the alert. Some examples include:
|
|
267
|
+
* @param role The role of the element that is dismissing the alert. This can be useful in a button handler for determining which button was clicked to dismiss the alert. Some examples include: `"cancel"`, `"destructive"`, `"selected"`, and `"backdrop"`.
|
|
245
268
|
*/
|
|
246
269
|
"dismiss": (data?: any, role?: string) => Promise<boolean>;
|
|
247
270
|
/**
|
|
248
271
|
* Animation to use when the alert is presented.
|
|
249
272
|
*/
|
|
250
273
|
"enterAnimation"?: AnimationBuilder;
|
|
274
|
+
/**
|
|
275
|
+
* @default false
|
|
276
|
+
*/
|
|
251
277
|
"hasController": boolean;
|
|
252
278
|
/**
|
|
253
279
|
* The main title in the heading of the alert.
|
|
@@ -259,14 +285,17 @@ export namespace Components {
|
|
|
259
285
|
"htmlAttributes"?: { [key: string]: any };
|
|
260
286
|
/**
|
|
261
287
|
* Array of input to show in the alert.
|
|
288
|
+
* @default []
|
|
262
289
|
*/
|
|
263
290
|
"inputs": AlertInput[];
|
|
264
291
|
/**
|
|
265
292
|
* If `true`, the alert will open. If `false`, the alert will close. Use this if you need finer grained control over presentation, otherwise just use the alertController or the `trigger` property. Note: `isOpen` will not automatically be set back to `false` when the alert dismisses. You will need to do that in your code.
|
|
293
|
+
* @default false
|
|
266
294
|
*/
|
|
267
295
|
"isOpen": boolean;
|
|
268
296
|
/**
|
|
269
297
|
* If `true`, the keyboard will be automatically dismissed when the overlay is presented.
|
|
298
|
+
* @default true
|
|
270
299
|
*/
|
|
271
300
|
"keyboardClose": boolean;
|
|
272
301
|
/**
|
|
@@ -300,6 +329,7 @@ export namespace Components {
|
|
|
300
329
|
"subHeader"?: string;
|
|
301
330
|
/**
|
|
302
331
|
* If `true`, the alert will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
332
|
+
* @default false
|
|
303
333
|
*/
|
|
304
334
|
"translucent": boolean;
|
|
305
335
|
/**
|
|
@@ -310,6 +340,7 @@ export namespace Components {
|
|
|
310
340
|
interface IonApp {
|
|
311
341
|
/**
|
|
312
342
|
* Used to set focus on an element that uses `ion-focusable`. Do not use this if focusing the element as a result of a keyboard event as the focus utility should handle this for us. This method should be used when we want to programmatically focus an element as a result of another user action. (Ex: We focus the first element inside of a popover when the user presents it, but the popover is not always presented as a result of keyboard action.)
|
|
343
|
+
* @param elements An array of HTML elements to set focus on.
|
|
313
344
|
*/
|
|
314
345
|
"setFocus": (elements: HTMLElement[]) => Promise<void>;
|
|
315
346
|
}
|
|
@@ -326,6 +357,7 @@ export namespace Components {
|
|
|
326
357
|
"defaultHref"?: string;
|
|
327
358
|
/**
|
|
328
359
|
* If `true`, the user cannot interact with the button.
|
|
360
|
+
* @default false
|
|
329
361
|
*/
|
|
330
362
|
"disabled": boolean;
|
|
331
363
|
/**
|
|
@@ -346,20 +378,24 @@ export namespace Components {
|
|
|
346
378
|
"text"?: string | null;
|
|
347
379
|
/**
|
|
348
380
|
* The type of the button.
|
|
381
|
+
* @default 'button'
|
|
349
382
|
*/
|
|
350
383
|
"type": 'submit' | 'reset' | 'button';
|
|
351
384
|
}
|
|
352
385
|
interface IonBackdrop {
|
|
353
386
|
/**
|
|
354
387
|
* If `true`, the backdrop will stop propagation on tap.
|
|
388
|
+
* @default true
|
|
355
389
|
*/
|
|
356
390
|
"stopPropagation": boolean;
|
|
357
391
|
/**
|
|
358
392
|
* If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.
|
|
393
|
+
* @default true
|
|
359
394
|
*/
|
|
360
395
|
"tappable": boolean;
|
|
361
396
|
/**
|
|
362
397
|
* If `true`, the backdrop will be visible.
|
|
398
|
+
* @default true
|
|
363
399
|
*/
|
|
364
400
|
"visible": boolean;
|
|
365
401
|
}
|
|
@@ -376,8 +412,12 @@ export namespace Components {
|
|
|
376
412
|
interface IonBreadcrumb {
|
|
377
413
|
/**
|
|
378
414
|
* If `true`, the breadcrumb will take on a different look to show that it is the currently active breadcrumb. Defaults to `true` for the last breadcrumb if it is not set on any.
|
|
415
|
+
* @default false
|
|
379
416
|
*/
|
|
380
417
|
"active": boolean;
|
|
418
|
+
/**
|
|
419
|
+
* @default false
|
|
420
|
+
*/
|
|
381
421
|
"collapsed": boolean;
|
|
382
422
|
/**
|
|
383
423
|
* The color to use from your application's color palette. Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`. For more information on colors, see [theming](/docs/theming/basics).
|
|
@@ -385,6 +425,7 @@ export namespace Components {
|
|
|
385
425
|
"color"?: Color;
|
|
386
426
|
/**
|
|
387
427
|
* If `true`, the user cannot interact with the breadcrumb.
|
|
428
|
+
* @default false
|
|
388
429
|
*/
|
|
389
430
|
"disabled": boolean;
|
|
390
431
|
/**
|
|
@@ -410,6 +451,7 @@ export namespace Components {
|
|
|
410
451
|
"routerAnimation": AnimationBuilder | undefined;
|
|
411
452
|
/**
|
|
412
453
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
454
|
+
* @default 'forward'
|
|
413
455
|
*/
|
|
414
456
|
"routerDirection": RouterDirection;
|
|
415
457
|
/**
|
|
@@ -429,10 +471,12 @@ export namespace Components {
|
|
|
429
471
|
"color"?: Color;
|
|
430
472
|
/**
|
|
431
473
|
* The number of breadcrumbs to show after the collapsed indicator. If `itemsBeforeCollapse` + `itemsAfterCollapse` is greater than `maxItems`, the breadcrumbs will not be collapsed.
|
|
474
|
+
* @default 1
|
|
432
475
|
*/
|
|
433
476
|
"itemsAfterCollapse": number;
|
|
434
477
|
/**
|
|
435
478
|
* The number of breadcrumbs to show before the collapsed indicator. If `itemsBeforeCollapse` + `itemsAfterCollapse` is greater than `maxItems`, the breadcrumbs will not be collapsed.
|
|
479
|
+
* @default 1
|
|
436
480
|
*/
|
|
437
481
|
"itemsBeforeCollapse": number;
|
|
438
482
|
/**
|
|
@@ -447,6 +491,7 @@ export namespace Components {
|
|
|
447
491
|
interface IonButton {
|
|
448
492
|
/**
|
|
449
493
|
* The type of button.
|
|
494
|
+
* @default 'button'
|
|
450
495
|
*/
|
|
451
496
|
"buttonType": string;
|
|
452
497
|
/**
|
|
@@ -455,6 +500,7 @@ export namespace Components {
|
|
|
455
500
|
"color"?: Color;
|
|
456
501
|
/**
|
|
457
502
|
* If `true`, the user cannot interact with the button.
|
|
503
|
+
* @default false
|
|
458
504
|
*/
|
|
459
505
|
"disabled": boolean;
|
|
460
506
|
/**
|
|
@@ -491,6 +537,7 @@ export namespace Components {
|
|
|
491
537
|
"routerAnimation": AnimationBuilder | undefined;
|
|
492
538
|
/**
|
|
493
539
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
540
|
+
* @default 'forward'
|
|
494
541
|
*/
|
|
495
542
|
"routerDirection": RouterDirection;
|
|
496
543
|
/**
|
|
@@ -503,6 +550,7 @@ export namespace Components {
|
|
|
503
550
|
"size"?: 'small' | 'default' | 'large';
|
|
504
551
|
/**
|
|
505
552
|
* If `true`, activates a button with a heavier font weight.
|
|
553
|
+
* @default false
|
|
506
554
|
*/
|
|
507
555
|
"strong": boolean;
|
|
508
556
|
/**
|
|
@@ -511,18 +559,21 @@ export namespace Components {
|
|
|
511
559
|
"target": string | undefined;
|
|
512
560
|
/**
|
|
513
561
|
* The type of the button.
|
|
562
|
+
* @default 'button'
|
|
514
563
|
*/
|
|
515
564
|
"type": 'submit' | 'reset' | 'button';
|
|
516
565
|
}
|
|
517
566
|
interface IonButtons {
|
|
518
567
|
/**
|
|
519
568
|
* If true, buttons will disappear when its parent toolbar has fully collapsed if the toolbar is not the first toolbar. If the toolbar is the first toolbar, the buttons will be hidden and will only be shown once all toolbars have fully collapsed. Only applies in `ios` mode with `collapse` set to `true` on `ion-header`. Typically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)
|
|
569
|
+
* @default false
|
|
520
570
|
*/
|
|
521
571
|
"collapse": boolean;
|
|
522
572
|
}
|
|
523
573
|
interface IonCard {
|
|
524
574
|
/**
|
|
525
575
|
* If `true`, a button tag will be rendered and the card will be tappable.
|
|
576
|
+
* @default false
|
|
526
577
|
*/
|
|
527
578
|
"button": boolean;
|
|
528
579
|
/**
|
|
@@ -531,6 +582,7 @@ export namespace Components {
|
|
|
531
582
|
"color"?: Color;
|
|
532
583
|
/**
|
|
533
584
|
* If `true`, the user cannot interact with the card.
|
|
585
|
+
* @default false
|
|
534
586
|
*/
|
|
535
587
|
"disabled": boolean;
|
|
536
588
|
/**
|
|
@@ -555,6 +607,7 @@ export namespace Components {
|
|
|
555
607
|
"routerAnimation": AnimationBuilder | undefined;
|
|
556
608
|
/**
|
|
557
609
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
610
|
+
* @default 'forward'
|
|
558
611
|
*/
|
|
559
612
|
"routerDirection": RouterDirection;
|
|
560
613
|
/**
|
|
@@ -563,6 +616,7 @@ export namespace Components {
|
|
|
563
616
|
"target": string | undefined;
|
|
564
617
|
/**
|
|
565
618
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
619
|
+
* @default 'button'
|
|
566
620
|
*/
|
|
567
621
|
"type": 'submit' | 'reset' | 'button';
|
|
568
622
|
}
|
|
@@ -583,6 +637,7 @@ export namespace Components {
|
|
|
583
637
|
"mode"?: "ios" | "md";
|
|
584
638
|
/**
|
|
585
639
|
* If `true`, the card header will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
640
|
+
* @default false
|
|
586
641
|
*/
|
|
587
642
|
"translucent": boolean;
|
|
588
643
|
}
|
|
@@ -613,6 +668,7 @@ export namespace Components {
|
|
|
613
668
|
"alignment"?: 'start' | 'center';
|
|
614
669
|
/**
|
|
615
670
|
* If `true`, the checkbox is selected.
|
|
671
|
+
* @default false
|
|
616
672
|
*/
|
|
617
673
|
"checked": boolean;
|
|
618
674
|
/**
|
|
@@ -621,6 +677,7 @@ export namespace Components {
|
|
|
621
677
|
"color"?: Color;
|
|
622
678
|
/**
|
|
623
679
|
* If `true`, the user cannot interact with the checkbox.
|
|
680
|
+
* @default false
|
|
624
681
|
*/
|
|
625
682
|
"disabled": boolean;
|
|
626
683
|
/**
|
|
@@ -633,6 +690,7 @@ export namespace Components {
|
|
|
633
690
|
"helperText"?: string;
|
|
634
691
|
/**
|
|
635
692
|
* If `true`, the checkbox will visually appear as indeterminate.
|
|
693
|
+
* @default false
|
|
636
694
|
*/
|
|
637
695
|
"indeterminate": boolean;
|
|
638
696
|
/**
|
|
@@ -641,6 +699,7 @@ export namespace Components {
|
|
|
641
699
|
"justify"?: 'start' | 'end' | 'space-between';
|
|
642
700
|
/**
|
|
643
701
|
* Where to place the label relative to the checkbox. `"start"`: The label will appear to the left of the checkbox in LTR and to the right in RTL. `"end"`: The label will appear to the right of the checkbox in LTR and to the left in RTL. `"fixed"`: The label has the same behavior as `"start"` except it also has a fixed width. Long text will be truncated with ellipses ("..."). `"stacked"`: The label will appear above the checkbox regardless of the direction. The alignment of the label can be controlled with the `alignment` property.
|
|
702
|
+
* @default 'start'
|
|
644
703
|
*/
|
|
645
704
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
646
705
|
/**
|
|
@@ -649,15 +708,18 @@ export namespace Components {
|
|
|
649
708
|
"mode"?: "ios" | "md";
|
|
650
709
|
/**
|
|
651
710
|
* The name of the control, which is submitted with the form data.
|
|
711
|
+
* @default this.inputId
|
|
652
712
|
*/
|
|
653
713
|
"name": string;
|
|
654
714
|
/**
|
|
655
715
|
* If true, screen readers will announce it as a required field. This property works only for accessibility purposes, it will not prevent the form from submitting if the value is invalid.
|
|
716
|
+
* @default false
|
|
656
717
|
*/
|
|
657
718
|
"required": boolean;
|
|
658
719
|
"setFocus": () => Promise<void>;
|
|
659
720
|
/**
|
|
660
721
|
* The value of the checkbox does not mean if it's checked or not, use the `checked` property for that. The value of a checkbox is analogous to the value of an `<input type="checkbox">`, it's only used when the checkbox participates in a native `<form>`.
|
|
722
|
+
* @default 'on'
|
|
661
723
|
*/
|
|
662
724
|
"value": any | null;
|
|
663
725
|
}
|
|
@@ -668,6 +730,7 @@ export namespace Components {
|
|
|
668
730
|
"color"?: Color;
|
|
669
731
|
/**
|
|
670
732
|
* If `true`, the user cannot interact with the chip.
|
|
733
|
+
* @default false
|
|
671
734
|
*/
|
|
672
735
|
"disabled": boolean;
|
|
673
736
|
/**
|
|
@@ -676,6 +739,7 @@ export namespace Components {
|
|
|
676
739
|
"mode"?: "ios" | "md";
|
|
677
740
|
/**
|
|
678
741
|
* Display an outline style button.
|
|
742
|
+
* @default false
|
|
679
743
|
*/
|
|
680
744
|
"outline": boolean;
|
|
681
745
|
}
|
|
@@ -784,6 +848,7 @@ export namespace Components {
|
|
|
784
848
|
"color"?: Color;
|
|
785
849
|
/**
|
|
786
850
|
* Controls where the fixed content is placed relative to the main content in the DOM. This can be used to control the order in which fixed elements receive keyboard focus. For example, if a FAB in the fixed slot should receive keyboard focus before the main page content, set this property to `'before'`.
|
|
851
|
+
* @default 'after'
|
|
787
852
|
*/
|
|
788
853
|
"fixedSlotPlacement": 'after' | 'before';
|
|
789
854
|
/**
|
|
@@ -792,6 +857,7 @@ export namespace Components {
|
|
|
792
857
|
"forceOverscroll"?: boolean;
|
|
793
858
|
/**
|
|
794
859
|
* If `true`, the content will scroll behind the headers and footers. This effect can easily be seen by setting the toolbar to transparent.
|
|
860
|
+
* @default false
|
|
795
861
|
*/
|
|
796
862
|
"fullscreen": boolean;
|
|
797
863
|
/**
|
|
@@ -811,6 +877,7 @@ export namespace Components {
|
|
|
811
877
|
"scrollByPoint": (x: number, y: number, duration: number) => Promise<void>;
|
|
812
878
|
/**
|
|
813
879
|
* Because of performance reasons, ionScroll events are disabled by default, in order to enable them and start listening from (ionScroll), set this property to `true`.
|
|
880
|
+
* @default false
|
|
814
881
|
*/
|
|
815
882
|
"scrollEvents": boolean;
|
|
816
883
|
/**
|
|
@@ -832,32 +899,39 @@ export namespace Components {
|
|
|
832
899
|
"scrollToTop": (duration?: number) => Promise<void>;
|
|
833
900
|
/**
|
|
834
901
|
* If you want to enable the content scrolling in the X axis, set this property to `true`.
|
|
902
|
+
* @default false
|
|
835
903
|
*/
|
|
836
904
|
"scrollX": boolean;
|
|
837
905
|
/**
|
|
838
906
|
* If you want to disable the content scrolling in the Y axis, set this property to `false`.
|
|
907
|
+
* @default true
|
|
839
908
|
*/
|
|
840
909
|
"scrollY": boolean;
|
|
841
910
|
}
|
|
842
911
|
interface IonDatetime {
|
|
843
912
|
/**
|
|
844
913
|
* Emits the ionCancel event and optionally closes the popover or modal that the datetime was presented in.
|
|
914
|
+
* @param closeOverlay If `true`, closes the parent overlay. Defaults to `false`.
|
|
845
915
|
*/
|
|
846
916
|
"cancel": (closeOverlay?: boolean) => Promise<void>;
|
|
847
917
|
/**
|
|
848
918
|
* The text to display on the picker's cancel button.
|
|
919
|
+
* @default 'Cancel'
|
|
849
920
|
*/
|
|
850
921
|
"cancelText": string;
|
|
851
922
|
/**
|
|
852
923
|
* The text to display on the picker's "Clear" button.
|
|
924
|
+
* @default 'Clear'
|
|
853
925
|
*/
|
|
854
926
|
"clearText": string;
|
|
855
927
|
/**
|
|
856
928
|
* The color to use from your application's color palette. Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`. For more information on colors, see [theming](/docs/theming/basics).
|
|
929
|
+
* @default 'primary'
|
|
857
930
|
*/
|
|
858
931
|
"color"?: Color;
|
|
859
932
|
/**
|
|
860
933
|
* Confirms the selected datetime value, updates the `value` property, and optionally closes the popover or modal that the datetime was presented in.
|
|
934
|
+
* @param closeOverlay If `true`, closes the parent overlay. Defaults to `false`.
|
|
861
935
|
*/
|
|
862
936
|
"confirm": (closeOverlay?: boolean) => Promise<void>;
|
|
863
937
|
/**
|
|
@@ -866,14 +940,17 @@ export namespace Components {
|
|
|
866
940
|
"dayValues"?: number[] | number | string;
|
|
867
941
|
/**
|
|
868
942
|
* If `true`, the user cannot interact with the datetime.
|
|
943
|
+
* @default false
|
|
869
944
|
*/
|
|
870
945
|
"disabled": boolean;
|
|
871
946
|
/**
|
|
872
947
|
* The text to display on the picker's "Done" button.
|
|
948
|
+
* @default 'Done'
|
|
873
949
|
*/
|
|
874
950
|
"doneText": string;
|
|
875
951
|
/**
|
|
876
952
|
* The first day of the week to use for `ion-datetime`. The default value is `0` and represents Sunday.
|
|
953
|
+
* @default 0
|
|
877
954
|
*/
|
|
878
955
|
"firstDayOfWeek": number;
|
|
879
956
|
/**
|
|
@@ -898,6 +975,7 @@ export namespace Components {
|
|
|
898
975
|
"isDateEnabled"?: (dateIsoString: string) => boolean;
|
|
899
976
|
/**
|
|
900
977
|
* The locale to use for `ion-datetime`. This impacts month and day name formatting. The `"default"` value refers to the default locale set by your device.
|
|
978
|
+
* @default 'default'
|
|
901
979
|
*/
|
|
902
980
|
"locale": string;
|
|
903
981
|
/**
|
|
@@ -922,46 +1000,62 @@ export namespace Components {
|
|
|
922
1000
|
"monthValues"?: number[] | number | string;
|
|
923
1001
|
/**
|
|
924
1002
|
* If `true`, multiple dates can be selected at once. Only applies to `presentation="date"` and `preferWheel="false"`.
|
|
1003
|
+
* @default false
|
|
925
1004
|
*/
|
|
926
1005
|
"multiple": boolean;
|
|
927
1006
|
/**
|
|
928
1007
|
* The name of the control, which is submitted with the form data.
|
|
1008
|
+
* @default this.inputId
|
|
929
1009
|
*/
|
|
930
1010
|
"name": string;
|
|
931
1011
|
/**
|
|
932
1012
|
* If `true`, a wheel picker will be rendered instead of a calendar grid where possible. If `false`, a calendar grid will be rendered instead of a wheel picker where possible. A wheel picker can be rendered instead of a grid when `presentation` is one of the following values: `"date"`, `"date-time"`, or `"time-date"`. A wheel picker will always be rendered regardless of the `preferWheel` value when `presentation` is one of the following values: `"time"`, `"month"`, `"month-year"`, or `"year"`.
|
|
1013
|
+
* @default false
|
|
933
1014
|
*/
|
|
934
1015
|
"preferWheel": boolean;
|
|
935
1016
|
/**
|
|
936
1017
|
* Which values you want to select. `"date"` will show a calendar picker to select the month, day, and year. `"time"` will show a time picker to select the hour, minute, and (optionally) AM/PM. `"date-time"` will show the date picker first and time picker second. `"time-date"` will show the time picker first and date picker second.
|
|
1018
|
+
* @default 'date-time'
|
|
937
1019
|
*/
|
|
938
1020
|
"presentation": DatetimePresentation;
|
|
939
1021
|
/**
|
|
940
1022
|
* If `true`, the datetime appears normal but the selected date cannot be changed.
|
|
1023
|
+
* @default false
|
|
941
1024
|
*/
|
|
942
1025
|
"readonly": boolean;
|
|
943
1026
|
/**
|
|
944
1027
|
* Resets the internal state of the datetime but does not update the value. Passing a valid ISO-8601 string will reset the state of the component to the provided date. If no value is provided, the internal state will be reset to the clamped value of the min, max and today.
|
|
1028
|
+
* @param startDate A valid [ISO-8601 string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#date_time_string_format) to reset the datetime state to.
|
|
945
1029
|
*/
|
|
946
1030
|
"reset": (startDate?: string) => Promise<void>;
|
|
1031
|
+
/**
|
|
1032
|
+
* If `true`, the datetime calendar displays a six-week (42-day) layout, including days from the previous and next months to fill the grid. These adjacent days are selectable unless disabled.
|
|
1033
|
+
* @default false
|
|
1034
|
+
*/
|
|
1035
|
+
"showAdjacentDays": boolean;
|
|
947
1036
|
/**
|
|
948
1037
|
* If `true`, a "Clear" button will be rendered alongside the default "Cancel" and "OK" buttons at the bottom of the `ion-datetime` component. Developers can also use the `button` slot if they want to customize these buttons. If custom buttons are set in the `button` slot then the default buttons will not be rendered.
|
|
1038
|
+
* @default false
|
|
949
1039
|
*/
|
|
950
1040
|
"showClearButton": boolean;
|
|
951
1041
|
/**
|
|
952
1042
|
* If `true`, the default "Cancel" and "OK" buttons will be rendered at the bottom of the `ion-datetime` component. Developers can also use the `button` slot if they want to customize these buttons. If custom buttons are set in the `button` slot then the default buttons will not be rendered.
|
|
1043
|
+
* @default false
|
|
953
1044
|
*/
|
|
954
1045
|
"showDefaultButtons": boolean;
|
|
955
1046
|
/**
|
|
956
1047
|
* If `true`, the default "Time" label will be rendered for the time selector of the `ion-datetime` component. Developers can also use the `time-label` slot if they want to customize this label. If a custom label is set in the `time-label` slot then the default label will not be rendered.
|
|
1048
|
+
* @default true
|
|
957
1049
|
*/
|
|
958
1050
|
"showDefaultTimeLabel": boolean;
|
|
959
1051
|
/**
|
|
960
1052
|
* If `true`, a header will be shown above the calendar picker. This will include both the slotted title, and the selected date.
|
|
1053
|
+
* @default false
|
|
961
1054
|
*/
|
|
962
1055
|
"showDefaultTitle": boolean;
|
|
963
1056
|
/**
|
|
964
1057
|
* If `cover`, the `ion-datetime` will expand to cover the full width of its container. If `fixed`, the `ion-datetime` will have a fixed width.
|
|
1058
|
+
* @default 'fixed'
|
|
965
1059
|
*/
|
|
966
1060
|
"size": 'cover' | 'fixed';
|
|
967
1061
|
/**
|
|
@@ -980,6 +1074,7 @@ export namespace Components {
|
|
|
980
1074
|
interface IonDatetimeButton {
|
|
981
1075
|
/**
|
|
982
1076
|
* The color to use from your application's color palette. Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`. For more information on colors, see [theming](/docs/theming/basics).
|
|
1077
|
+
* @default 'primary'
|
|
983
1078
|
*/
|
|
984
1079
|
"color"?: Color;
|
|
985
1080
|
/**
|
|
@@ -988,6 +1083,7 @@ export namespace Components {
|
|
|
988
1083
|
"datetime"?: string;
|
|
989
1084
|
/**
|
|
990
1085
|
* If `true`, the user cannot interact with the button.
|
|
1086
|
+
* @default false
|
|
991
1087
|
*/
|
|
992
1088
|
"disabled": boolean;
|
|
993
1089
|
/**
|
|
@@ -998,6 +1094,7 @@ export namespace Components {
|
|
|
998
1094
|
interface IonFab {
|
|
999
1095
|
/**
|
|
1000
1096
|
* If `true`, both the `ion-fab-button` and all `ion-fab-list` inside `ion-fab` will become active. That means `ion-fab-button` will become a `close` icon and `ion-fab-list` will become visible.
|
|
1097
|
+
* @default false
|
|
1001
1098
|
*/
|
|
1002
1099
|
"activated": boolean;
|
|
1003
1100
|
/**
|
|
@@ -1006,6 +1103,7 @@ export namespace Components {
|
|
|
1006
1103
|
"close": () => Promise<void>;
|
|
1007
1104
|
/**
|
|
1008
1105
|
* If `true`, the fab will display on the edge of the header if `vertical` is `"top"`, and on the edge of the footer if it is `"bottom"`. Should be used with a `fixed` slot.
|
|
1106
|
+
* @default false
|
|
1009
1107
|
*/
|
|
1010
1108
|
"edge": boolean;
|
|
1011
1109
|
/**
|
|
@@ -1024,10 +1122,12 @@ export namespace Components {
|
|
|
1024
1122
|
interface IonFabButton {
|
|
1025
1123
|
/**
|
|
1026
1124
|
* If `true`, the fab button will be show a close icon.
|
|
1125
|
+
* @default false
|
|
1027
1126
|
*/
|
|
1028
1127
|
"activated": boolean;
|
|
1029
1128
|
/**
|
|
1030
1129
|
* The icon name to use for the close icon. This will appear when the fab button is pressed. Only applies if it is the main button inside of a fab containing a fab list.
|
|
1130
|
+
* @default close
|
|
1031
1131
|
*/
|
|
1032
1132
|
"closeIcon": string;
|
|
1033
1133
|
/**
|
|
@@ -1036,6 +1136,7 @@ export namespace Components {
|
|
|
1036
1136
|
"color"?: Color;
|
|
1037
1137
|
/**
|
|
1038
1138
|
* If `true`, the user cannot interact with the fab button.
|
|
1139
|
+
* @default false
|
|
1039
1140
|
*/
|
|
1040
1141
|
"disabled": boolean;
|
|
1041
1142
|
/**
|
|
@@ -1060,10 +1161,12 @@ export namespace Components {
|
|
|
1060
1161
|
"routerAnimation": AnimationBuilder | undefined;
|
|
1061
1162
|
/**
|
|
1062
1163
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
1164
|
+
* @default 'forward'
|
|
1063
1165
|
*/
|
|
1064
1166
|
"routerDirection": RouterDirection;
|
|
1065
1167
|
/**
|
|
1066
1168
|
* If `true`, the fab button will show when in a fab-list.
|
|
1169
|
+
* @default false
|
|
1067
1170
|
*/
|
|
1068
1171
|
"show": boolean;
|
|
1069
1172
|
/**
|
|
@@ -1076,20 +1179,24 @@ export namespace Components {
|
|
|
1076
1179
|
"target": string | undefined;
|
|
1077
1180
|
/**
|
|
1078
1181
|
* If `true`, the fab button will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
1182
|
+
* @default false
|
|
1079
1183
|
*/
|
|
1080
1184
|
"translucent": boolean;
|
|
1081
1185
|
/**
|
|
1082
1186
|
* The type of the button.
|
|
1187
|
+
* @default 'button'
|
|
1083
1188
|
*/
|
|
1084
1189
|
"type": 'submit' | 'reset' | 'button';
|
|
1085
1190
|
}
|
|
1086
1191
|
interface IonFabList {
|
|
1087
1192
|
/**
|
|
1088
1193
|
* If `true`, the fab list will show all fab buttons in the list.
|
|
1194
|
+
* @default false
|
|
1089
1195
|
*/
|
|
1090
1196
|
"activated": boolean;
|
|
1091
1197
|
/**
|
|
1092
1198
|
* The side the fab list will show on relative to the main fab button.
|
|
1199
|
+
* @default 'bottom'
|
|
1093
1200
|
*/
|
|
1094
1201
|
"side": 'start' | 'end' | 'top' | 'bottom';
|
|
1095
1202
|
}
|
|
@@ -1104,12 +1211,14 @@ export namespace Components {
|
|
|
1104
1211
|
"mode"?: "ios" | "md";
|
|
1105
1212
|
/**
|
|
1106
1213
|
* If `true`, the footer will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility). Note: In order to scroll content behind the footer, the `fullscreen` attribute needs to be set on the content.
|
|
1214
|
+
* @default false
|
|
1107
1215
|
*/
|
|
1108
1216
|
"translucent": boolean;
|
|
1109
1217
|
}
|
|
1110
1218
|
interface IonGrid {
|
|
1111
1219
|
/**
|
|
1112
1220
|
* If `true`, the grid will have a fixed width based on the screen size.
|
|
1221
|
+
* @default false
|
|
1113
1222
|
*/
|
|
1114
1223
|
"fixed": boolean;
|
|
1115
1224
|
}
|
|
@@ -1124,6 +1233,7 @@ export namespace Components {
|
|
|
1124
1233
|
"mode"?: "ios" | "md";
|
|
1125
1234
|
/**
|
|
1126
1235
|
* If `true`, the header will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility). Note: In order to scroll content behind the header, the `fullscreen` attribute needs to be set on the content.
|
|
1236
|
+
* @default false
|
|
1127
1237
|
*/
|
|
1128
1238
|
"translucent": boolean;
|
|
1129
1239
|
}
|
|
@@ -1144,14 +1254,17 @@ export namespace Components {
|
|
|
1144
1254
|
"complete": () => Promise<void>;
|
|
1145
1255
|
/**
|
|
1146
1256
|
* If `true`, the infinite scroll will be hidden and scroll event listeners will be removed. Set this to true to disable the infinite scroll from actively trying to receive new data while scrolling. This is useful when it is known that there is no more data that can be added, and the infinite scroll is no longer needed.
|
|
1257
|
+
* @default false
|
|
1147
1258
|
*/
|
|
1148
1259
|
"disabled": boolean;
|
|
1149
1260
|
/**
|
|
1150
1261
|
* The position of the infinite scroll element. The value can be either `top` or `bottom`.
|
|
1262
|
+
* @default 'bottom'
|
|
1151
1263
|
*/
|
|
1152
1264
|
"position": 'top' | 'bottom';
|
|
1153
1265
|
/**
|
|
1154
1266
|
* The threshold distance from the bottom of the content to call the `infinite` output event when scrolled. The threshold value can be either a percent, or in pixels. For example, use the value of `10%` for the `infinite` output event to get called when the user has scrolled 10% from the bottom of the page. Use the value `100px` when the scroll is within 100 pixels from the bottom of the page.
|
|
1267
|
+
* @default '15%'
|
|
1155
1268
|
*/
|
|
1156
1269
|
"threshold": string;
|
|
1157
1270
|
}
|
|
@@ -1168,22 +1281,27 @@ export namespace Components {
|
|
|
1168
1281
|
interface IonInput {
|
|
1169
1282
|
/**
|
|
1170
1283
|
* Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user. Available options: `"off"`, `"none"`, `"on"`, `"sentences"`, `"words"`, `"characters"`.
|
|
1284
|
+
* @default 'off'
|
|
1171
1285
|
*/
|
|
1172
1286
|
"autocapitalize": string;
|
|
1173
1287
|
/**
|
|
1174
1288
|
* Indicates whether the value of the control can be automatically completed by the browser.
|
|
1289
|
+
* @default 'off'
|
|
1175
1290
|
*/
|
|
1176
1291
|
"autocomplete": AutocompleteTypes;
|
|
1177
1292
|
/**
|
|
1178
1293
|
* Whether auto correction should be enabled when the user is entering/editing the text value.
|
|
1294
|
+
* @default 'off'
|
|
1179
1295
|
*/
|
|
1180
1296
|
"autocorrect": 'on' | 'off';
|
|
1181
1297
|
/**
|
|
1182
1298
|
* Sets the [`autofocus` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autofocus) on the native input element. This may not be sufficient for the element to be focused on page load. See [managing focus](/docs/developing/managing-focus) for more information.
|
|
1299
|
+
* @default false
|
|
1183
1300
|
*/
|
|
1184
1301
|
"autofocus": boolean;
|
|
1185
1302
|
/**
|
|
1186
1303
|
* If `true`, a clear icon will appear in the input when there is a value. Clicking it clears the input.
|
|
1304
|
+
* @default false
|
|
1187
1305
|
*/
|
|
1188
1306
|
"clearInput": boolean;
|
|
1189
1307
|
/**
|
|
@@ -1200,6 +1318,7 @@ export namespace Components {
|
|
|
1200
1318
|
"color"?: Color;
|
|
1201
1319
|
/**
|
|
1202
1320
|
* If `true`, a character counter will display the ratio of characters used and the total character limit. Developers must also set the `maxlength` property for the counter to be calculated correctly.
|
|
1321
|
+
* @default false
|
|
1203
1322
|
*/
|
|
1204
1323
|
"counter": boolean;
|
|
1205
1324
|
/**
|
|
@@ -1212,6 +1331,7 @@ export namespace Components {
|
|
|
1212
1331
|
"debounce"?: number;
|
|
1213
1332
|
/**
|
|
1214
1333
|
* If `true`, the user cannot interact with the input.
|
|
1334
|
+
* @default false
|
|
1215
1335
|
*/
|
|
1216
1336
|
"disabled": boolean;
|
|
1217
1337
|
/**
|
|
@@ -1244,6 +1364,7 @@ export namespace Components {
|
|
|
1244
1364
|
"label"?: string;
|
|
1245
1365
|
/**
|
|
1246
1366
|
* Where to place the label relative to the input. `"start"`: The label will appear to the left of the input in LTR and to the right in RTL. `"end"`: The label will appear to the right of the input in LTR and to the left in RTL. `"floating"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input. `"stacked"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value. `"fixed"`: The label has the same behavior as `"start"` except it also has a fixed width. Long text will be truncated with ellipses ("...").
|
|
1367
|
+
* @default 'start'
|
|
1247
1368
|
*/
|
|
1248
1369
|
"labelPlacement": 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
1249
1370
|
/**
|
|
@@ -1272,6 +1393,7 @@ export namespace Components {
|
|
|
1272
1393
|
"multiple"?: boolean;
|
|
1273
1394
|
/**
|
|
1274
1395
|
* The name of the control, which is submitted with the form data.
|
|
1396
|
+
* @default this.inputId
|
|
1275
1397
|
*/
|
|
1276
1398
|
"name": string;
|
|
1277
1399
|
/**
|
|
@@ -1284,10 +1406,12 @@ export namespace Components {
|
|
|
1284
1406
|
"placeholder"?: string;
|
|
1285
1407
|
/**
|
|
1286
1408
|
* If `true`, the user cannot modify the value.
|
|
1409
|
+
* @default false
|
|
1287
1410
|
*/
|
|
1288
1411
|
"readonly": boolean;
|
|
1289
1412
|
/**
|
|
1290
1413
|
* If `true`, the user must fill in a value before submitting a form.
|
|
1414
|
+
* @default false
|
|
1291
1415
|
*/
|
|
1292
1416
|
"required": boolean;
|
|
1293
1417
|
/**
|
|
@@ -1300,6 +1424,7 @@ export namespace Components {
|
|
|
1300
1424
|
"shape"?: 'round';
|
|
1301
1425
|
/**
|
|
1302
1426
|
* If `true`, the element will have its spelling and grammar checked.
|
|
1427
|
+
* @default false
|
|
1303
1428
|
*/
|
|
1304
1429
|
"spellcheck": boolean;
|
|
1305
1430
|
/**
|
|
@@ -1308,10 +1433,80 @@ export namespace Components {
|
|
|
1308
1433
|
"step"?: string;
|
|
1309
1434
|
/**
|
|
1310
1435
|
* The type of control to display. The default type is text.
|
|
1436
|
+
* @default 'text'
|
|
1311
1437
|
*/
|
|
1312
1438
|
"type": TextFieldTypes;
|
|
1313
1439
|
/**
|
|
1314
1440
|
* The value of the input.
|
|
1441
|
+
* @default ''
|
|
1442
|
+
*/
|
|
1443
|
+
"value"?: string | number | null;
|
|
1444
|
+
}
|
|
1445
|
+
interface IonInputOtp {
|
|
1446
|
+
/**
|
|
1447
|
+
* Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user. Available options: `"off"`, `"none"`, `"on"`, `"sentences"`, `"words"`, `"characters"`.
|
|
1448
|
+
* @default 'off'
|
|
1449
|
+
*/
|
|
1450
|
+
"autocapitalize": string;
|
|
1451
|
+
/**
|
|
1452
|
+
* The color to use from your application's color palette. Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`. For more information on colors, see [theming](/docs/theming/basics).
|
|
1453
|
+
*/
|
|
1454
|
+
"color"?: Color;
|
|
1455
|
+
/**
|
|
1456
|
+
* If `true`, the user cannot interact with the input.
|
|
1457
|
+
* @default false
|
|
1458
|
+
*/
|
|
1459
|
+
"disabled": boolean;
|
|
1460
|
+
/**
|
|
1461
|
+
* The fill for the input boxes. If `"solid"` the input boxes will have a background. If `"outline"` the input boxes will be transparent with a border.
|
|
1462
|
+
* @default 'outline'
|
|
1463
|
+
*/
|
|
1464
|
+
"fill"?: 'outline' | 'solid';
|
|
1465
|
+
/**
|
|
1466
|
+
* A hint to the browser for which keyboard to display. Possible values: `"none"`, `"text"`, `"tel"`, `"url"`, `"email"`, `"numeric"`, `"decimal"`, and `"search"`. For numbers (type="number"): "numeric" For text (type="text"): "text"
|
|
1467
|
+
*/
|
|
1468
|
+
"inputmode"?: 'none' | 'text' | 'tel' | 'url' | 'email' | 'numeric' | 'decimal' | 'search';
|
|
1469
|
+
/**
|
|
1470
|
+
* The number of input boxes to display.
|
|
1471
|
+
* @default 4
|
|
1472
|
+
*/
|
|
1473
|
+
"length": number;
|
|
1474
|
+
/**
|
|
1475
|
+
* A regex pattern string for allowed characters. Defaults based on type. For numbers (`type="number"`): `"[\p{N}]"` For text (`type="text"`): `"[\p{L}\p{N}]"`
|
|
1476
|
+
*/
|
|
1477
|
+
"pattern"?: string;
|
|
1478
|
+
/**
|
|
1479
|
+
* If `true`, the user cannot modify the value.
|
|
1480
|
+
* @default false
|
|
1481
|
+
*/
|
|
1482
|
+
"readonly": boolean;
|
|
1483
|
+
/**
|
|
1484
|
+
* Where separators should be shown between input boxes. Can be a comma-separated string or an array of numbers. For example: `"3"` will show a separator after the 3rd input box. `[1,4]` will show a separator after the 1st and 4th input boxes. `"all"` will show a separator between every input box.
|
|
1485
|
+
*/
|
|
1486
|
+
"separators"?: 'all' | string | number[];
|
|
1487
|
+
/**
|
|
1488
|
+
* Sets focus to an input box.
|
|
1489
|
+
* @param index - The index of the input box to focus (0-based). If provided and the input box has a value, the input box at that index will be focused. Otherwise, the first empty input box or the last input if all are filled will be focused.
|
|
1490
|
+
*/
|
|
1491
|
+
"setFocus": (index?: number) => Promise<void>;
|
|
1492
|
+
/**
|
|
1493
|
+
* The shape of the input boxes. If "round" they will have an increased border radius. If "rectangular" they will have no border radius. If "soft" they will have a soft border radius.
|
|
1494
|
+
* @default 'round'
|
|
1495
|
+
*/
|
|
1496
|
+
"shape": 'round' | 'rectangular' | 'soft';
|
|
1497
|
+
/**
|
|
1498
|
+
* The size of the input boxes.
|
|
1499
|
+
* @default 'medium'
|
|
1500
|
+
*/
|
|
1501
|
+
"size": 'small' | 'medium' | 'large';
|
|
1502
|
+
/**
|
|
1503
|
+
* The type of input allowed in the input boxes.
|
|
1504
|
+
* @default 'number'
|
|
1505
|
+
*/
|
|
1506
|
+
"type": 'text' | 'number';
|
|
1507
|
+
/**
|
|
1508
|
+
* The value of the input group.
|
|
1509
|
+
* @default ''
|
|
1315
1510
|
*/
|
|
1316
1511
|
"value"?: string | number | null;
|
|
1317
1512
|
}
|
|
@@ -1332,11 +1527,15 @@ export namespace Components {
|
|
|
1332
1527
|
* The icon that can be used to represent showing a password. If not set, the "eye" Ionicon will be used.
|
|
1333
1528
|
*/
|
|
1334
1529
|
"showIcon"?: string;
|
|
1530
|
+
/**
|
|
1531
|
+
* @default 'password'
|
|
1532
|
+
*/
|
|
1335
1533
|
"type": TextFieldTypes;
|
|
1336
1534
|
}
|
|
1337
1535
|
interface IonItem {
|
|
1338
1536
|
/**
|
|
1339
1537
|
* If `true`, a button tag will be rendered and the item will be tappable.
|
|
1538
|
+
* @default false
|
|
1340
1539
|
*/
|
|
1341
1540
|
"button": boolean;
|
|
1342
1541
|
/**
|
|
@@ -1349,10 +1548,12 @@ export namespace Components {
|
|
|
1349
1548
|
"detail"?: boolean;
|
|
1350
1549
|
/**
|
|
1351
1550
|
* The icon to use when `detail` is set to `true`.
|
|
1551
|
+
* @default chevronForward
|
|
1352
1552
|
*/
|
|
1353
1553
|
"detailIcon": string;
|
|
1354
1554
|
/**
|
|
1355
1555
|
* If `true`, the user cannot interact with the item.
|
|
1556
|
+
* @default false
|
|
1356
1557
|
*/
|
|
1357
1558
|
"disabled": boolean;
|
|
1358
1559
|
/**
|
|
@@ -1381,6 +1582,7 @@ export namespace Components {
|
|
|
1381
1582
|
"routerAnimation": AnimationBuilder | undefined;
|
|
1382
1583
|
/**
|
|
1383
1584
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
1585
|
+
* @default 'forward'
|
|
1384
1586
|
*/
|
|
1385
1587
|
"routerDirection": RouterDirection;
|
|
1386
1588
|
/**
|
|
@@ -1389,6 +1591,7 @@ export namespace Components {
|
|
|
1389
1591
|
"target": string | undefined;
|
|
1390
1592
|
/**
|
|
1391
1593
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
1594
|
+
* @default 'button'
|
|
1392
1595
|
*/
|
|
1393
1596
|
"type": 'submit' | 'reset' | 'button';
|
|
1394
1597
|
}
|
|
@@ -1403,6 +1606,7 @@ export namespace Components {
|
|
|
1403
1606
|
"mode"?: "ios" | "md";
|
|
1404
1607
|
/**
|
|
1405
1608
|
* When it's set to `true`, the item-divider will stay visible when it reaches the top of the viewport until the next `ion-item-divider` replaces it. This feature relies in `position:sticky`: https://caniuse.com/#feat=css-sticky
|
|
1609
|
+
* @default false
|
|
1406
1610
|
*/
|
|
1407
1611
|
"sticky": boolean;
|
|
1408
1612
|
}
|
|
@@ -1415,6 +1619,7 @@ export namespace Components {
|
|
|
1415
1619
|
"color"?: Color;
|
|
1416
1620
|
/**
|
|
1417
1621
|
* If `true`, the user cannot interact with the item option.
|
|
1622
|
+
* @default false
|
|
1418
1623
|
*/
|
|
1419
1624
|
"disabled": boolean;
|
|
1420
1625
|
/**
|
|
@@ -1423,6 +1628,7 @@ export namespace Components {
|
|
|
1423
1628
|
"download": string | undefined;
|
|
1424
1629
|
/**
|
|
1425
1630
|
* If `true`, the option will expand to take up the available width and cover any other options.
|
|
1631
|
+
* @default false
|
|
1426
1632
|
*/
|
|
1427
1633
|
"expandable": boolean;
|
|
1428
1634
|
/**
|
|
@@ -1443,6 +1649,7 @@ export namespace Components {
|
|
|
1443
1649
|
"target": string | undefined;
|
|
1444
1650
|
/**
|
|
1445
1651
|
* The type of the button.
|
|
1652
|
+
* @default 'button'
|
|
1446
1653
|
*/
|
|
1447
1654
|
"type": 'submit' | 'reset' | 'button';
|
|
1448
1655
|
}
|
|
@@ -1450,6 +1657,7 @@ export namespace Components {
|
|
|
1450
1657
|
"fireSwipeEvent": () => Promise<void>;
|
|
1451
1658
|
/**
|
|
1452
1659
|
* The side the option button should be on. Possible values: `"start"` and `"end"`. If you have multiple `ion-item-options`, a side must be provided for each.
|
|
1660
|
+
* @default 'end'
|
|
1453
1661
|
*/
|
|
1454
1662
|
"side": Side;
|
|
1455
1663
|
}
|
|
@@ -1464,6 +1672,7 @@ export namespace Components {
|
|
|
1464
1672
|
"closeOpened": () => Promise<boolean>;
|
|
1465
1673
|
/**
|
|
1466
1674
|
* If `true`, the user cannot interact with the sliding item.
|
|
1675
|
+
* @default false
|
|
1467
1676
|
*/
|
|
1468
1677
|
"disabled": boolean;
|
|
1469
1678
|
/**
|
|
@@ -1501,6 +1710,7 @@ export namespace Components {
|
|
|
1501
1710
|
"closeSlidingItems": () => Promise<boolean>;
|
|
1502
1711
|
/**
|
|
1503
1712
|
* If `true`, the list will have margin around it and rounded corners.
|
|
1713
|
+
* @default false
|
|
1504
1714
|
*/
|
|
1505
1715
|
"inset": boolean;
|
|
1506
1716
|
/**
|
|
@@ -1529,10 +1739,12 @@ export namespace Components {
|
|
|
1529
1739
|
interface IonLoading {
|
|
1530
1740
|
/**
|
|
1531
1741
|
* If `true`, the loading indicator will animate.
|
|
1742
|
+
* @default true
|
|
1532
1743
|
*/
|
|
1533
1744
|
"animated": boolean;
|
|
1534
1745
|
/**
|
|
1535
1746
|
* If `true`, the loading indicator will be dismissed when the backdrop is clicked.
|
|
1747
|
+
* @default false
|
|
1536
1748
|
*/
|
|
1537
1749
|
"backdropDismiss": boolean;
|
|
1538
1750
|
/**
|
|
@@ -1541,19 +1753,23 @@ export namespace Components {
|
|
|
1541
1753
|
"cssClass"?: string | string[];
|
|
1542
1754
|
"delegate"?: FrameworkDelegate;
|
|
1543
1755
|
/**
|
|
1544
|
-
* Dismiss the loading overlay after it has been presented.
|
|
1756
|
+
* Dismiss the loading overlay after it has been presented. This is a no-op if the overlay has not been presented yet. If you want to remove an overlay from the DOM that was never presented, use the [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
|
|
1545
1757
|
* @param data Any data to emit in the dismiss events.
|
|
1546
|
-
* @param role The role of the element that is dismissing the loading. This can be useful in a button handler for determining which button was clicked to dismiss the loading. Some examples include:
|
|
1758
|
+
* @param role The role of the element that is dismissing the loading. This can be useful in a button handler for determining which button was clicked to dismiss the loading. Some examples include: `"cancel"`, `"destructive"`, `"selected"`, and `"backdrop"`.
|
|
1547
1759
|
*/
|
|
1548
1760
|
"dismiss": (data?: any, role?: string) => Promise<boolean>;
|
|
1549
1761
|
/**
|
|
1550
1762
|
* Number of milliseconds to wait before dismissing the loading indicator.
|
|
1763
|
+
* @default 0
|
|
1551
1764
|
*/
|
|
1552
1765
|
"duration": number;
|
|
1553
1766
|
/**
|
|
1554
1767
|
* Animation to use when the loading indicator is presented.
|
|
1555
1768
|
*/
|
|
1556
1769
|
"enterAnimation"?: AnimationBuilder;
|
|
1770
|
+
/**
|
|
1771
|
+
* @default false
|
|
1772
|
+
*/
|
|
1557
1773
|
"hasController": boolean;
|
|
1558
1774
|
/**
|
|
1559
1775
|
* Additional attributes to pass to the loader.
|
|
@@ -1561,10 +1777,12 @@ export namespace Components {
|
|
|
1561
1777
|
"htmlAttributes"?: { [key: string]: any };
|
|
1562
1778
|
/**
|
|
1563
1779
|
* If `true`, the loading indicator will open. If `false`, the loading indicator will close. Use this if you need finer grained control over presentation, otherwise just use the loadingController or the `trigger` property. Note: `isOpen` will not automatically be set back to `false` when the loading indicator dismisses. You will need to do that in your code.
|
|
1780
|
+
* @default false
|
|
1564
1781
|
*/
|
|
1565
1782
|
"isOpen": boolean;
|
|
1566
1783
|
/**
|
|
1567
1784
|
* If `true`, the keyboard will be automatically dismissed when the overlay is presented.
|
|
1785
|
+
* @default true
|
|
1568
1786
|
*/
|
|
1569
1787
|
"keyboardClose": boolean;
|
|
1570
1788
|
/**
|
|
@@ -1594,6 +1812,7 @@ export namespace Components {
|
|
|
1594
1812
|
"present": () => Promise<void>;
|
|
1595
1813
|
/**
|
|
1596
1814
|
* If `true`, a backdrop will be displayed behind the loading indicator.
|
|
1815
|
+
* @default true
|
|
1597
1816
|
*/
|
|
1598
1817
|
"showBackdrop": boolean;
|
|
1599
1818
|
/**
|
|
@@ -1602,6 +1821,7 @@ export namespace Components {
|
|
|
1602
1821
|
"spinner"?: SpinnerTypes | null;
|
|
1603
1822
|
/**
|
|
1604
1823
|
* If `true`, the loading indicator will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
1824
|
+
* @default false
|
|
1605
1825
|
*/
|
|
1606
1826
|
"translucent": boolean;
|
|
1607
1827
|
/**
|
|
@@ -1612,6 +1832,8 @@ export namespace Components {
|
|
|
1612
1832
|
interface IonMenu {
|
|
1613
1833
|
/**
|
|
1614
1834
|
* Closes the menu. If the menu is already closed or it can't be closed, it returns `false`.
|
|
1835
|
+
* @param animated If `true`, the menu will animate when closing. If `false`, the menu will close instantly without animation. Defaults to `true`.
|
|
1836
|
+
* @param role The role of the element that is closing the menu. This can be useful in a button handler for determining which button was clicked to close the menu. Some examples include: `"cancel"`, `"destructive"`, `"selected"`, and `"backdrop"`.
|
|
1615
1837
|
*/
|
|
1616
1838
|
"close": (animated?: boolean, role?: string) => Promise<boolean>;
|
|
1617
1839
|
/**
|
|
@@ -1620,10 +1842,11 @@ export namespace Components {
|
|
|
1620
1842
|
"contentId"?: string;
|
|
1621
1843
|
/**
|
|
1622
1844
|
* If `true`, the menu is disabled.
|
|
1845
|
+
* @default false
|
|
1623
1846
|
*/
|
|
1624
1847
|
"disabled": boolean;
|
|
1625
1848
|
/**
|
|
1626
|
-
* Returns `true`
|
|
1849
|
+
* Returns `true` if the menu is active. A menu is active when it can be opened or closed, meaning it's enabled and it's not part of a `ion-split-pane`.
|
|
1627
1850
|
*/
|
|
1628
1851
|
"isActive": () => Promise<boolean>;
|
|
1629
1852
|
/**
|
|
@@ -1632,6 +1855,7 @@ export namespace Components {
|
|
|
1632
1855
|
"isOpen": () => Promise<boolean>;
|
|
1633
1856
|
/**
|
|
1634
1857
|
* The edge threshold for dragging the menu open. If a drag/swipe happens over this value, the menu is not triggered.
|
|
1858
|
+
* @default 50
|
|
1635
1859
|
*/
|
|
1636
1860
|
"maxEdgeStart": number;
|
|
1637
1861
|
/**
|
|
@@ -1640,22 +1864,29 @@ export namespace Components {
|
|
|
1640
1864
|
"menuId"?: string;
|
|
1641
1865
|
/**
|
|
1642
1866
|
* Opens the menu. If the menu is already open or it can't be opened, it returns `false`.
|
|
1867
|
+
* @param animated If `true`, the menu will animate when opening. If `false`, the menu will open instantly without animation. Defaults to `true`.
|
|
1643
1868
|
*/
|
|
1644
1869
|
"open": (animated?: boolean) => Promise<boolean>;
|
|
1645
1870
|
/**
|
|
1646
|
-
* Opens or closes the
|
|
1871
|
+
* Opens or closes the menu. If the operation can't be completed successfully, it returns `false`.
|
|
1872
|
+
* @param shouldOpen If `true`, the menu will open. If `false`, the menu will close.
|
|
1873
|
+
* @param animated If `true`, the menu will animate when opening/closing. If `false`, the menu will open/close instantly without animation.
|
|
1874
|
+
* @param role The role of the element that is closing the menu.
|
|
1647
1875
|
*/
|
|
1648
1876
|
"setOpen": (shouldOpen: boolean, animated?: boolean, role?: string) => Promise<boolean>;
|
|
1649
1877
|
/**
|
|
1650
1878
|
* Which side of the view the menu should be placed.
|
|
1879
|
+
* @default 'start'
|
|
1651
1880
|
*/
|
|
1652
1881
|
"side": Side;
|
|
1653
1882
|
/**
|
|
1654
1883
|
* If `true`, swiping the menu is enabled.
|
|
1884
|
+
* @default true
|
|
1655
1885
|
*/
|
|
1656
1886
|
"swipeGesture": boolean;
|
|
1657
1887
|
/**
|
|
1658
1888
|
* Toggles the menu. If the menu is already open, it will try to close, otherwise it will try to open it. If the operation can't be completed successfully, it returns `false`.
|
|
1889
|
+
* @param animated If `true`, the menu will animate when opening/closing. If `false`, the menu will open/close instantly without animation. Defaults to `true`.
|
|
1659
1890
|
*/
|
|
1660
1891
|
"toggle": (animated?: boolean) => Promise<boolean>;
|
|
1661
1892
|
/**
|
|
@@ -1666,6 +1897,7 @@ export namespace Components {
|
|
|
1666
1897
|
interface IonMenuButton {
|
|
1667
1898
|
/**
|
|
1668
1899
|
* Automatically hides the menu button when the corresponding menu is not active
|
|
1900
|
+
* @default true
|
|
1669
1901
|
*/
|
|
1670
1902
|
"autoHide": boolean;
|
|
1671
1903
|
/**
|
|
@@ -1674,6 +1906,7 @@ export namespace Components {
|
|
|
1674
1906
|
"color"?: Color;
|
|
1675
1907
|
/**
|
|
1676
1908
|
* If `true`, the user cannot interact with the menu button.
|
|
1909
|
+
* @default false
|
|
1677
1910
|
*/
|
|
1678
1911
|
"disabled": boolean;
|
|
1679
1912
|
/**
|
|
@@ -1686,12 +1919,14 @@ export namespace Components {
|
|
|
1686
1919
|
"mode"?: "ios" | "md";
|
|
1687
1920
|
/**
|
|
1688
1921
|
* The type of the button.
|
|
1922
|
+
* @default 'button'
|
|
1689
1923
|
*/
|
|
1690
1924
|
"type": 'submit' | 'reset' | 'button';
|
|
1691
1925
|
}
|
|
1692
1926
|
interface IonMenuToggle {
|
|
1693
1927
|
/**
|
|
1694
1928
|
* Automatically hides the content when the corresponding menu is not active. By default, it's `true`. Change it to `false` in order to keep `ion-menu-toggle` always visible regardless the state of the menu.
|
|
1929
|
+
* @default true
|
|
1695
1930
|
*/
|
|
1696
1931
|
"autoHide": boolean;
|
|
1697
1932
|
/**
|
|
@@ -1702,14 +1937,17 @@ export namespace Components {
|
|
|
1702
1937
|
interface IonModal {
|
|
1703
1938
|
/**
|
|
1704
1939
|
* If `true`, the modal will animate.
|
|
1940
|
+
* @default true
|
|
1705
1941
|
*/
|
|
1706
1942
|
"animated": boolean;
|
|
1707
1943
|
/**
|
|
1708
1944
|
* A decimal value between 0 and 1 that indicates the point after which the backdrop will begin to fade in when using a sheet modal. Prior to this point, the backdrop will be hidden and the content underneath the sheet can be interacted with. This value is exclusive meaning the backdrop will become active after the value specified.
|
|
1945
|
+
* @default 0
|
|
1709
1946
|
*/
|
|
1710
1947
|
"backdropBreakpoint": number;
|
|
1711
1948
|
/**
|
|
1712
1949
|
* If `true`, the modal will be dismissed when the backdrop is clicked.
|
|
1950
|
+
* @default true
|
|
1713
1951
|
*/
|
|
1714
1952
|
"backdropDismiss": boolean;
|
|
1715
1953
|
/**
|
|
@@ -1718,6 +1956,7 @@ export namespace Components {
|
|
|
1718
1956
|
"breakpoints"?: number[];
|
|
1719
1957
|
/**
|
|
1720
1958
|
* Determines whether or not a modal can dismiss when calling the `dismiss` method. If the value is `true` or the value's function returns `true`, the modal will close when trying to dismiss. If the value is `false` or the value's function returns `false`, the modal will not close when trying to dismiss. See https://ionicframework.com/docs/troubleshooting/runtime#accessing-this if you need to access `this` from within the callback.
|
|
1959
|
+
* @default true
|
|
1721
1960
|
*/
|
|
1722
1961
|
"canDismiss": boolean | ((data?: any, role?: string) => Promise<boolean>);
|
|
1723
1962
|
/**
|
|
@@ -1734,9 +1973,9 @@ export namespace Components {
|
|
|
1734
1973
|
"cssClass"?: string | string[];
|
|
1735
1974
|
"delegate"?: FrameworkDelegate;
|
|
1736
1975
|
/**
|
|
1737
|
-
* Dismiss the modal overlay after it has been presented.
|
|
1976
|
+
* Dismiss the modal overlay after it has been presented. This is a no-op if the overlay has not been presented yet. If you want to remove an overlay from the DOM that was never presented, use the [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
|
|
1738
1977
|
* @param data Any data to emit in the dismiss events.
|
|
1739
|
-
* @param role The role of the element that is dismissing the modal. For example,
|
|
1978
|
+
* @param role The role of the element that is dismissing the modal. For example, `cancel` or `backdrop`.
|
|
1740
1979
|
*/
|
|
1741
1980
|
"dismiss": (data?: any, role?: string) => Promise<boolean>;
|
|
1742
1981
|
/**
|
|
@@ -1745,10 +1984,12 @@ export namespace Components {
|
|
|
1745
1984
|
"enterAnimation"?: AnimationBuilder;
|
|
1746
1985
|
/**
|
|
1747
1986
|
* Controls whether scrolling or dragging within the sheet modal expands it to a larger breakpoint. This only takes effect when `breakpoints` and `initialBreakpoint` are set. If `true`, scrolling or dragging anywhere in the modal will first expand it to the next breakpoint. Once fully expanded, scrolling will affect the content. If `false`, scrolling will always affect the content. The modal will only expand when dragging the header or handle. The modal will close when dragging the header or handle. It can also be closed when dragging the content, but only if the content is scrolled to the top.
|
|
1987
|
+
* @default true
|
|
1748
1988
|
*/
|
|
1749
1989
|
"expandToScroll": boolean;
|
|
1750
1990
|
/**
|
|
1751
1991
|
* If `true`, focus will not be allowed to move outside of this overlay. If `false`, focus will be allowed to move outside of the overlay. In most scenarios this property should remain set to `true`. Setting this property to `false` can cause severe accessibility issues as users relying on assistive technologies may be able to move focus into a confusing state. We recommend only setting this to `false` when absolutely necessary. Developers may want to consider disabling focus trapping if this overlay presents a non-Ionic overlay from a 3rd party library. Developers would disable focus trapping on the Ionic overlay when presenting the 3rd party overlay and then re-enable focus trapping when dismissing the 3rd party overlay and moving focus back to the Ionic overlay.
|
|
1992
|
+
* @default true
|
|
1752
1993
|
*/
|
|
1753
1994
|
"focusTrap": boolean;
|
|
1754
1995
|
/**
|
|
@@ -1761,8 +2002,12 @@ export namespace Components {
|
|
|
1761
2002
|
"handle"?: boolean;
|
|
1762
2003
|
/**
|
|
1763
2004
|
* The interaction behavior for the sheet modal when the handle is pressed. Defaults to `"none"`, which means the modal will not change size or position when the handle is pressed. Set to `"cycle"` to let the modal cycle between available breakpoints when pressed. Handle behavior is unavailable when the `handle` property is set to `false` or when the `breakpoints` property is not set (using a fullscreen or card modal).
|
|
2005
|
+
* @default 'none'
|
|
1764
2006
|
*/
|
|
1765
2007
|
"handleBehavior"?: ModalHandleBehavior;
|
|
2008
|
+
/**
|
|
2009
|
+
* @default false
|
|
2010
|
+
*/
|
|
1766
2011
|
"hasController": boolean;
|
|
1767
2012
|
/**
|
|
1768
2013
|
* Additional attributes to pass to the modal.
|
|
@@ -1774,14 +2019,17 @@ export namespace Components {
|
|
|
1774
2019
|
"initialBreakpoint"?: number;
|
|
1775
2020
|
/**
|
|
1776
2021
|
* If `true`, the modal will open. If `false`, the modal will close. Use this if you need finer grained control over presentation, otherwise just use the modalController or the `trigger` property. Note: `isOpen` will not automatically be set back to `false` when the modal dismisses. You will need to do that in your code.
|
|
2022
|
+
* @default false
|
|
1777
2023
|
*/
|
|
1778
2024
|
"isOpen": boolean;
|
|
1779
2025
|
/**
|
|
1780
2026
|
* If `true`, the component passed into `ion-modal` will automatically be mounted when the modal is created. The component will remain mounted even when the modal is dismissed. However, the component will be destroyed when the modal is destroyed. This property is not reactive and should only be used when initially creating a modal. Note: This feature only applies to inline modals in JavaScript frameworks such as Angular, React, and Vue.
|
|
2027
|
+
* @default false
|
|
1781
2028
|
*/
|
|
1782
2029
|
"keepContentsMounted": boolean;
|
|
1783
2030
|
/**
|
|
1784
2031
|
* If `true`, the keyboard will be automatically dismissed when the overlay is presented.
|
|
2032
|
+
* @default true
|
|
1785
2033
|
*/
|
|
1786
2034
|
"keyboardClose": boolean;
|
|
1787
2035
|
/**
|
|
@@ -1810,11 +2058,13 @@ export namespace Components {
|
|
|
1810
2058
|
*/
|
|
1811
2059
|
"presentingElement"?: HTMLElement;
|
|
1812
2060
|
/**
|
|
1813
|
-
* Move a sheet style modal to a specific breakpoint.
|
|
2061
|
+
* Move a sheet style modal to a specific breakpoint.
|
|
2062
|
+
* @param breakpoint The breakpoint value to move the sheet modal to. Must be a value defined in your `breakpoints` array.
|
|
1814
2063
|
*/
|
|
1815
2064
|
"setCurrentBreakpoint": (breakpoint: number) => Promise<void>;
|
|
1816
2065
|
/**
|
|
1817
2066
|
* If `true`, a backdrop will be displayed behind the modal. This property controls whether or not the backdrop darkens the screen when the modal is presented. It does not control whether or not the backdrop is active or present in the DOM.
|
|
2067
|
+
* @default true
|
|
1818
2068
|
*/
|
|
1819
2069
|
"showBackdrop": boolean;
|
|
1820
2070
|
/**
|
|
@@ -1825,6 +2075,7 @@ export namespace Components {
|
|
|
1825
2075
|
interface IonNav {
|
|
1826
2076
|
/**
|
|
1827
2077
|
* If `true`, the nav should animate the transition of components.
|
|
2078
|
+
* @default true
|
|
1828
2079
|
*/
|
|
1829
2080
|
"animated": boolean;
|
|
1830
2081
|
/**
|
|
@@ -1963,6 +2214,7 @@ export namespace Components {
|
|
|
1963
2214
|
"routerAnimation"?: AnimationBuilder;
|
|
1964
2215
|
/**
|
|
1965
2216
|
* The transition direction when navigating to another page.
|
|
2217
|
+
* @default 'forward'
|
|
1966
2218
|
*/
|
|
1967
2219
|
"routerDirection": RouterDirection;
|
|
1968
2220
|
}
|
|
@@ -1986,10 +2238,12 @@ export namespace Components {
|
|
|
1986
2238
|
interface IonPickerColumn {
|
|
1987
2239
|
/**
|
|
1988
2240
|
* The color to use from your application's color palette. Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`. For more information on colors, see [theming](/docs/theming/basics).
|
|
2241
|
+
* @default 'primary'
|
|
1989
2242
|
*/
|
|
1990
2243
|
"color"?: Color;
|
|
1991
2244
|
/**
|
|
1992
2245
|
* If `true`, the user cannot interact with the picker.
|
|
2246
|
+
* @default false
|
|
1993
2247
|
*/
|
|
1994
2248
|
"disabled": boolean;
|
|
1995
2249
|
/**
|
|
@@ -1998,6 +2252,7 @@ export namespace Components {
|
|
|
1998
2252
|
"mode"?: "ios" | "md";
|
|
1999
2253
|
/**
|
|
2000
2254
|
* If `true`, tapping the picker will reveal a number input keyboard that lets the user type in values for each picker column. This is useful when working with time pickers.
|
|
2255
|
+
* @default false
|
|
2001
2256
|
*/
|
|
2002
2257
|
"numericInput": boolean;
|
|
2003
2258
|
"scrollActiveItemIntoView": (smooth?: boolean) => Promise<void>;
|
|
@@ -2017,10 +2272,12 @@ export namespace Components {
|
|
|
2017
2272
|
interface IonPickerColumnOption {
|
|
2018
2273
|
/**
|
|
2019
2274
|
* The color to use from your application's color palette. Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`. For more information on colors, see [theming](/docs/theming/basics).
|
|
2275
|
+
* @default 'primary'
|
|
2020
2276
|
*/
|
|
2021
2277
|
"color"?: Color;
|
|
2022
2278
|
/**
|
|
2023
2279
|
* If `true`, the user cannot interact with the picker column option.
|
|
2280
|
+
* @default false
|
|
2024
2281
|
*/
|
|
2025
2282
|
"disabled": boolean;
|
|
2026
2283
|
/**
|
|
@@ -2031,18 +2288,22 @@ export namespace Components {
|
|
|
2031
2288
|
interface IonPickerLegacy {
|
|
2032
2289
|
/**
|
|
2033
2290
|
* If `true`, the picker will animate.
|
|
2291
|
+
* @default true
|
|
2034
2292
|
*/
|
|
2035
2293
|
"animated": boolean;
|
|
2036
2294
|
/**
|
|
2037
2295
|
* If `true`, the picker will be dismissed when the backdrop is clicked.
|
|
2296
|
+
* @default true
|
|
2038
2297
|
*/
|
|
2039
2298
|
"backdropDismiss": boolean;
|
|
2040
2299
|
/**
|
|
2041
2300
|
* Array of buttons to be displayed at the top of the picker.
|
|
2301
|
+
* @default []
|
|
2042
2302
|
*/
|
|
2043
2303
|
"buttons": PickerButton[];
|
|
2044
2304
|
/**
|
|
2045
2305
|
* Array of columns to be displayed in the picker.
|
|
2306
|
+
* @default []
|
|
2046
2307
|
*/
|
|
2047
2308
|
"columns": PickerColumn[];
|
|
2048
2309
|
/**
|
|
@@ -2058,6 +2319,7 @@ export namespace Components {
|
|
|
2058
2319
|
"dismiss": (data?: any, role?: string) => Promise<boolean>;
|
|
2059
2320
|
/**
|
|
2060
2321
|
* Number of milliseconds to wait before dismissing the picker.
|
|
2322
|
+
* @default 0
|
|
2061
2323
|
*/
|
|
2062
2324
|
"duration": number;
|
|
2063
2325
|
/**
|
|
@@ -2069,6 +2331,9 @@ export namespace Components {
|
|
|
2069
2331
|
* @param name The name of the column.
|
|
2070
2332
|
*/
|
|
2071
2333
|
"getColumn": (name: string) => Promise<PickerColumn | undefined>;
|
|
2334
|
+
/**
|
|
2335
|
+
* @default false
|
|
2336
|
+
*/
|
|
2072
2337
|
"hasController": boolean;
|
|
2073
2338
|
/**
|
|
2074
2339
|
* Additional attributes to pass to the picker.
|
|
@@ -2076,10 +2341,12 @@ export namespace Components {
|
|
|
2076
2341
|
"htmlAttributes"?: { [key: string]: any };
|
|
2077
2342
|
/**
|
|
2078
2343
|
* If `true`, the picker will open. If `false`, the picker will close. Use this if you need finer grained control over presentation, otherwise just use the pickerController or the `trigger` property. Note: `isOpen` will not automatically be set back to `false` when the picker dismisses. You will need to do that in your code.
|
|
2344
|
+
* @default false
|
|
2079
2345
|
*/
|
|
2080
2346
|
"isOpen": boolean;
|
|
2081
2347
|
/**
|
|
2082
2348
|
* If `true`, the keyboard will be automatically dismissed when the overlay is presented.
|
|
2349
|
+
* @default true
|
|
2083
2350
|
*/
|
|
2084
2351
|
"keyboardClose": boolean;
|
|
2085
2352
|
/**
|
|
@@ -2105,6 +2372,7 @@ export namespace Components {
|
|
|
2105
2372
|
"present": () => Promise<void>;
|
|
2106
2373
|
/**
|
|
2107
2374
|
* If `true`, a backdrop will be displayed behind the picker.
|
|
2375
|
+
* @default true
|
|
2108
2376
|
*/
|
|
2109
2377
|
"showBackdrop": boolean;
|
|
2110
2378
|
/**
|
|
@@ -2125,14 +2393,17 @@ export namespace Components {
|
|
|
2125
2393
|
"alignment"?: PositionAlign;
|
|
2126
2394
|
/**
|
|
2127
2395
|
* If `true`, the popover will animate.
|
|
2396
|
+
* @default true
|
|
2128
2397
|
*/
|
|
2129
2398
|
"animated": boolean;
|
|
2130
2399
|
/**
|
|
2131
2400
|
* If `true`, the popover will display an arrow that points at the `reference` when running in `ios` mode. Does not apply in `md` mode.
|
|
2401
|
+
* @default true
|
|
2132
2402
|
*/
|
|
2133
2403
|
"arrow": boolean;
|
|
2134
2404
|
/**
|
|
2135
2405
|
* If `true`, the popover will be dismissed when the backdrop is clicked.
|
|
2406
|
+
* @default true
|
|
2136
2407
|
*/
|
|
2137
2408
|
"backdropDismiss": boolean;
|
|
2138
2409
|
/**
|
|
@@ -2149,14 +2420,15 @@ export namespace Components {
|
|
|
2149
2420
|
"cssClass"?: string | string[];
|
|
2150
2421
|
"delegate"?: FrameworkDelegate;
|
|
2151
2422
|
/**
|
|
2152
|
-
* Dismiss the popover overlay after it has been presented.
|
|
2423
|
+
* Dismiss the popover overlay after it has been presented. This is a no-op if the overlay has not been presented yet. If you want to remove an overlay from the DOM that was never presented, use the [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
|
|
2153
2424
|
* @param data Any data to emit in the dismiss events.
|
|
2154
|
-
* @param role The role of the element that is dismissing the popover. For example,
|
|
2155
|
-
* @param dismissParentPopover If `true`, dismissing this popover will also dismiss a parent popover if this popover is nested. Defaults to `true`.
|
|
2425
|
+
* @param role The role of the element that is dismissing the popover. For example, `cancel` or `backdrop`.
|
|
2426
|
+
* @param dismissParentPopover If `true`, dismissing this popover will also dismiss a parent popover if this popover is nested. Defaults to `true`.
|
|
2156
2427
|
*/
|
|
2157
2428
|
"dismiss": (data?: any, role?: string, dismissParentPopover?: boolean) => Promise<boolean>;
|
|
2158
2429
|
/**
|
|
2159
2430
|
* If `true`, the popover will be automatically dismissed when the content has been clicked.
|
|
2431
|
+
* @default false
|
|
2160
2432
|
*/
|
|
2161
2433
|
"dismissOnSelect": boolean;
|
|
2162
2434
|
/**
|
|
@@ -2169,9 +2441,13 @@ export namespace Components {
|
|
|
2169
2441
|
"event": any;
|
|
2170
2442
|
/**
|
|
2171
2443
|
* If `true`, focus will not be allowed to move outside of this overlay. If `false`, focus will be allowed to move outside of the overlay. In most scenarios this property should remain set to `true`. Setting this property to `false` can cause severe accessibility issues as users relying on assistive technologies may be able to move focus into a confusing state. We recommend only setting this to `false` when absolutely necessary. Developers may want to consider disabling focus trapping if this overlay presents a non-Ionic overlay from a 3rd party library. Developers would disable focus trapping on the Ionic overlay when presenting the 3rd party overlay and then re-enable focus trapping when dismissing the 3rd party overlay and moving focus back to the Ionic overlay.
|
|
2444
|
+
* @default true
|
|
2172
2445
|
*/
|
|
2173
2446
|
"focusTrap": boolean;
|
|
2174
2447
|
"getParentPopover": () => Promise<HTMLIonPopoverElement | null>;
|
|
2448
|
+
/**
|
|
2449
|
+
* @default false
|
|
2450
|
+
*/
|
|
2175
2451
|
"hasController": boolean;
|
|
2176
2452
|
/**
|
|
2177
2453
|
* Additional attributes to pass to the popover.
|
|
@@ -2179,16 +2455,22 @@ export namespace Components {
|
|
|
2179
2455
|
"htmlAttributes"?: { [key: string]: any };
|
|
2180
2456
|
/**
|
|
2181
2457
|
* If `true`, the popover will open. If `false`, the popover will close. Use this if you need finer grained control over presentation, otherwise just use the popoverController or the `trigger` property. Note: `isOpen` will not automatically be set back to `false` when the popover dismisses. You will need to do that in your code.
|
|
2458
|
+
* @default false
|
|
2182
2459
|
*/
|
|
2183
2460
|
"isOpen": boolean;
|
|
2184
2461
|
/**
|
|
2185
2462
|
* If `true`, the component passed into `ion-popover` will automatically be mounted when the popover is created. The component will remain mounted even when the popover is dismissed. However, the component will be destroyed when the popover is destroyed. This property is not reactive and should only be used when initially creating a popover. Note: This feature only applies to inline popovers in JavaScript frameworks such as Angular, React, and Vue.
|
|
2463
|
+
* @default false
|
|
2186
2464
|
*/
|
|
2187
2465
|
"keepContentsMounted": boolean;
|
|
2188
2466
|
/**
|
|
2189
2467
|
* If `true`, the keyboard will be automatically dismissed when the overlay is presented.
|
|
2468
|
+
* @default true
|
|
2190
2469
|
*/
|
|
2191
2470
|
"keyboardClose": boolean;
|
|
2471
|
+
/**
|
|
2472
|
+
* @default false
|
|
2473
|
+
*/
|
|
2192
2474
|
"keyboardEvents": boolean;
|
|
2193
2475
|
/**
|
|
2194
2476
|
* Animation to use when the popover is dismissed.
|
|
@@ -2209,6 +2491,7 @@ export namespace Components {
|
|
|
2209
2491
|
"overlayIndex": number;
|
|
2210
2492
|
/**
|
|
2211
2493
|
* Present the popover overlay after it has been created. Developers can pass a mouse, touch, or pointer event to position the popover relative to where that event was dispatched.
|
|
2494
|
+
* @param event The event to position the popover relative to.
|
|
2212
2495
|
*/
|
|
2213
2496
|
"present": (event?: MouseEvent | TouchEvent | PointerEvent | CustomEvent) => Promise<void>;
|
|
2214
2497
|
/**
|
|
@@ -2217,22 +2500,27 @@ export namespace Components {
|
|
|
2217
2500
|
"presentFromTrigger": (event?: any, focusDescendant?: boolean) => Promise<void>;
|
|
2218
2501
|
/**
|
|
2219
2502
|
* Describes what to position the popover relative to. If `"trigger"`, the popover will be positioned relative to the trigger button. If passing in an event, this is determined via event.target. If `"event"`, the popover will be positioned relative to the x/y coordinates of the trigger action. If passing in an event, this is determined via event.clientX and event.clientY.
|
|
2503
|
+
* @default 'trigger'
|
|
2220
2504
|
*/
|
|
2221
2505
|
"reference": PositionReference;
|
|
2222
2506
|
/**
|
|
2223
2507
|
* If `true`, a backdrop will be displayed behind the popover. This property controls whether or not the backdrop darkens the screen when the popover is presented. It does not control whether or not the backdrop is active or present in the DOM.
|
|
2508
|
+
* @default true
|
|
2224
2509
|
*/
|
|
2225
2510
|
"showBackdrop": boolean;
|
|
2226
2511
|
/**
|
|
2227
2512
|
* Describes which side of the `reference` point to position the popover on. The `"start"` and `"end"` values are RTL-aware, and the `"left"` and `"right"` values are not.
|
|
2513
|
+
* @default 'bottom'
|
|
2228
2514
|
*/
|
|
2229
2515
|
"side": PositionSide;
|
|
2230
2516
|
/**
|
|
2231
2517
|
* Describes how to calculate the popover width. If `"cover"`, the popover width will match the width of the trigger. If `"auto"`, the popover width will be set to a static default value.
|
|
2518
|
+
* @default 'auto'
|
|
2232
2519
|
*/
|
|
2233
2520
|
"size": PopoverSize;
|
|
2234
2521
|
/**
|
|
2235
2522
|
* If `true`, the popover will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
2523
|
+
* @default false
|
|
2236
2524
|
*/
|
|
2237
2525
|
"translucent": boolean;
|
|
2238
2526
|
/**
|
|
@@ -2241,12 +2529,14 @@ export namespace Components {
|
|
|
2241
2529
|
"trigger": string | undefined;
|
|
2242
2530
|
/**
|
|
2243
2531
|
* Describes what kind of interaction with the trigger that should cause the popover to open. Does not apply when the `trigger` property is `undefined`. If `"click"`, the popover will be presented when the trigger is left clicked. If `"hover"`, the popover will be presented when a pointer hovers over the trigger. If `"context-menu"`, the popover will be presented when the trigger is right clicked on desktop and long pressed on mobile. This will also prevent your device's normal context menu from appearing.
|
|
2532
|
+
* @default 'click'
|
|
2244
2533
|
*/
|
|
2245
2534
|
"triggerAction": TriggerAction;
|
|
2246
2535
|
}
|
|
2247
2536
|
interface IonProgressBar {
|
|
2248
2537
|
/**
|
|
2249
2538
|
* If the buffer and value are smaller than 1, the buffer circles will show. The buffer should be between [0, 1].
|
|
2539
|
+
* @default 1
|
|
2250
2540
|
*/
|
|
2251
2541
|
"buffer": number;
|
|
2252
2542
|
/**
|
|
@@ -2259,14 +2549,17 @@ export namespace Components {
|
|
|
2259
2549
|
"mode"?: "ios" | "md";
|
|
2260
2550
|
/**
|
|
2261
2551
|
* If true, reverse the progress bar direction.
|
|
2552
|
+
* @default false
|
|
2262
2553
|
*/
|
|
2263
2554
|
"reversed": boolean;
|
|
2264
2555
|
/**
|
|
2265
2556
|
* The state of the progress bar, based on if the time the process takes is known or not. Default options are: `"determinate"` (no animation), `"indeterminate"` (animate from left to right).
|
|
2557
|
+
* @default 'determinate'
|
|
2266
2558
|
*/
|
|
2267
2559
|
"type": 'determinate' | 'indeterminate';
|
|
2268
2560
|
/**
|
|
2269
2561
|
* The value determines how much of the active bar should display when the `type` is `"determinate"`. The value should be between [0, 1].
|
|
2562
|
+
* @default 0
|
|
2270
2563
|
*/
|
|
2271
2564
|
"value": number;
|
|
2272
2565
|
}
|
|
@@ -2281,6 +2574,7 @@ export namespace Components {
|
|
|
2281
2574
|
"color"?: Color;
|
|
2282
2575
|
/**
|
|
2283
2576
|
* If `true`, the user cannot interact with the radio.
|
|
2577
|
+
* @default false
|
|
2284
2578
|
*/
|
|
2285
2579
|
"disabled": boolean;
|
|
2286
2580
|
/**
|
|
@@ -2289,6 +2583,7 @@ export namespace Components {
|
|
|
2289
2583
|
"justify"?: 'start' | 'end' | 'space-between';
|
|
2290
2584
|
/**
|
|
2291
2585
|
* Where to place the label relative to the radio. `"start"`: The label will appear to the left of the radio in LTR and to the right in RTL. `"end"`: The label will appear to the right of the radio in LTR and to the left in RTL. `"fixed"`: The label has the same behavior as `"start"` except it also has a fixed width. Long text will be truncated with ellipses ("..."). `"stacked"`: The label will appear above the radio regardless of the direction. The alignment of the label can be controlled with the `alignment` property.
|
|
2586
|
+
* @default 'start'
|
|
2292
2587
|
*/
|
|
2293
2588
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
2294
2589
|
/**
|
|
@@ -2297,6 +2592,7 @@ export namespace Components {
|
|
|
2297
2592
|
"mode"?: "ios" | "md";
|
|
2298
2593
|
/**
|
|
2299
2594
|
* The name of the control, which is submitted with the form data.
|
|
2595
|
+
* @default this.inputId
|
|
2300
2596
|
*/
|
|
2301
2597
|
"name": string;
|
|
2302
2598
|
"setButtonTabindex": (value: number) => Promise<void>;
|
|
@@ -2309,6 +2605,7 @@ export namespace Components {
|
|
|
2309
2605
|
interface IonRadioGroup {
|
|
2310
2606
|
/**
|
|
2311
2607
|
* If `true`, the radios can be deselected.
|
|
2608
|
+
* @default false
|
|
2312
2609
|
*/
|
|
2313
2610
|
"allowEmptySelection": boolean;
|
|
2314
2611
|
/**
|
|
@@ -2325,6 +2622,7 @@ export namespace Components {
|
|
|
2325
2622
|
"helperText"?: string;
|
|
2326
2623
|
/**
|
|
2327
2624
|
* The name of the control, which is submitted with the form data.
|
|
2625
|
+
* @default this.inputId
|
|
2328
2626
|
*/
|
|
2329
2627
|
"name": string;
|
|
2330
2628
|
"setFocus": () => Promise<void>;
|
|
@@ -2348,10 +2646,12 @@ export namespace Components {
|
|
|
2348
2646
|
"debounce"?: number;
|
|
2349
2647
|
/**
|
|
2350
2648
|
* If `true`, the user cannot interact with the range.
|
|
2649
|
+
* @default false
|
|
2351
2650
|
*/
|
|
2352
2651
|
"disabled": boolean;
|
|
2353
2652
|
/**
|
|
2354
2653
|
* Show two knobs.
|
|
2654
|
+
* @default false
|
|
2355
2655
|
*/
|
|
2356
2656
|
"dualKnobs": boolean;
|
|
2357
2657
|
/**
|
|
@@ -2360,14 +2660,17 @@ export namespace Components {
|
|
|
2360
2660
|
"label"?: string;
|
|
2361
2661
|
/**
|
|
2362
2662
|
* Where to place the label relative to the range. `"start"`: The label will appear to the left of the range in LTR and to the right in RTL. `"end"`: The label will appear to the right of the range in LTR and to the left in RTL. `"fixed"`: The label has the same behavior as `"start"` except it also has a fixed width. Long text will be truncated with ellipses ("..."). `"stacked"`: The label will appear above the range regardless of the direction.
|
|
2663
|
+
* @default 'start'
|
|
2363
2664
|
*/
|
|
2364
2665
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
2365
2666
|
/**
|
|
2366
2667
|
* Maximum integer value of the range.
|
|
2668
|
+
* @default 100
|
|
2367
2669
|
*/
|
|
2368
2670
|
"max": number;
|
|
2369
2671
|
/**
|
|
2370
2672
|
* Minimum integer value of the range.
|
|
2673
|
+
* @default 0
|
|
2371
2674
|
*/
|
|
2372
2675
|
"min": number;
|
|
2373
2676
|
/**
|
|
@@ -2376,30 +2679,37 @@ export namespace Components {
|
|
|
2376
2679
|
"mode"?: "ios" | "md";
|
|
2377
2680
|
/**
|
|
2378
2681
|
* The name of the control, which is submitted with the form data.
|
|
2682
|
+
* @default this.rangeId
|
|
2379
2683
|
*/
|
|
2380
2684
|
"name": string;
|
|
2381
2685
|
/**
|
|
2382
2686
|
* If `true`, a pin with integer value is shown when the knob is pressed.
|
|
2687
|
+
* @default false
|
|
2383
2688
|
*/
|
|
2384
2689
|
"pin": boolean;
|
|
2385
2690
|
/**
|
|
2386
2691
|
* A callback used to format the pin text. By default the pin text is set to `Math.round(value)`. See https://ionicframework.com/docs/troubleshooting/runtime#accessing-this if you need to access `this` from within the callback.
|
|
2692
|
+
* @default (value: number): number => Math.round(value)
|
|
2387
2693
|
*/
|
|
2388
2694
|
"pinFormatter": PinFormatter;
|
|
2389
2695
|
/**
|
|
2390
2696
|
* If `true`, the knob snaps to tick marks evenly spaced based on the step property value.
|
|
2697
|
+
* @default false
|
|
2391
2698
|
*/
|
|
2392
2699
|
"snaps": boolean;
|
|
2393
2700
|
/**
|
|
2394
2701
|
* Specifies the value granularity.
|
|
2702
|
+
* @default 1
|
|
2395
2703
|
*/
|
|
2396
2704
|
"step": number;
|
|
2397
2705
|
/**
|
|
2398
2706
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
2707
|
+
* @default true
|
|
2399
2708
|
*/
|
|
2400
2709
|
"ticks": boolean;
|
|
2401
2710
|
/**
|
|
2402
2711
|
* the value of the range.
|
|
2712
|
+
* @default 0
|
|
2403
2713
|
*/
|
|
2404
2714
|
"value": RangeValue;
|
|
2405
2715
|
}
|
|
@@ -2410,6 +2720,7 @@ export namespace Components {
|
|
|
2410
2720
|
"cancel": () => Promise<void>;
|
|
2411
2721
|
/**
|
|
2412
2722
|
* Time it takes to close the refresher. Does not apply when the refresher content uses a spinner, enabling the native refresher.
|
|
2723
|
+
* @default '280ms'
|
|
2413
2724
|
*/
|
|
2414
2725
|
"closeDuration": string;
|
|
2415
2726
|
/**
|
|
@@ -2418,6 +2729,7 @@ export namespace Components {
|
|
|
2418
2729
|
"complete": () => Promise<void>;
|
|
2419
2730
|
/**
|
|
2420
2731
|
* If `true`, the refresher will be hidden.
|
|
2732
|
+
* @default false
|
|
2421
2733
|
*/
|
|
2422
2734
|
"disabled": boolean;
|
|
2423
2735
|
/**
|
|
@@ -2430,18 +2742,22 @@ export namespace Components {
|
|
|
2430
2742
|
"mode"?: "ios" | "md";
|
|
2431
2743
|
/**
|
|
2432
2744
|
* How much to multiply the pull speed by. To slow the pull animation down, pass a number less than `1`. To speed up the pull, pass a number greater than `1`. The default value is `1` which is equal to the speed of the cursor. If a negative value is passed in, the factor will be `1` instead. For example: If the value passed is `1.2` and the content is dragged by `10` pixels, instead of `10` pixels the content will be pulled by `12` pixels (an increase of 20 percent). If the value passed is `0.8`, the dragged amount will be `8` pixels, less than the amount the cursor has moved. Does not apply when the refresher content uses a spinner, enabling the native refresher.
|
|
2745
|
+
* @default 1
|
|
2433
2746
|
*/
|
|
2434
2747
|
"pullFactor": number;
|
|
2435
2748
|
/**
|
|
2436
2749
|
* The maximum distance of the pull until the refresher will automatically go into the `refreshing` state. Defaults to the result of `pullMin + 60`. Does not apply when the refresher content uses a spinner, enabling the native refresher.
|
|
2750
|
+
* @default this.pullMin + 60
|
|
2437
2751
|
*/
|
|
2438
2752
|
"pullMax": number;
|
|
2439
2753
|
/**
|
|
2440
2754
|
* The minimum distance the user must pull down until the refresher will go into the `refreshing` state. Does not apply when the refresher content uses a spinner, enabling the native refresher.
|
|
2755
|
+
* @default 60
|
|
2441
2756
|
*/
|
|
2442
2757
|
"pullMin": number;
|
|
2443
2758
|
/**
|
|
2444
2759
|
* Time it takes the refresher to snap back to the `refreshing` state. Does not apply when the refresher content uses a spinner, enabling the native refresher.
|
|
2760
|
+
* @default '280ms'
|
|
2445
2761
|
*/
|
|
2446
2762
|
"snapbackDuration": string;
|
|
2447
2763
|
}
|
|
@@ -2467,12 +2783,13 @@ export namespace Components {
|
|
|
2467
2783
|
}
|
|
2468
2784
|
interface IonReorderGroup {
|
|
2469
2785
|
/**
|
|
2470
|
-
* Completes the reorder operation. Must be called by the `
|
|
2786
|
+
* Completes the reorder operation. Must be called by the `ionReorderEnd` event. If a list of items is passed, the list will be reordered and returned in the proper order. If no parameters are passed or if `true` is passed in, the reorder will complete and the item will remain in the position it was dragged to. If `false` is passed, the reorder will complete and the item will bounce back to its original position.
|
|
2471
2787
|
* @param listOrReorder A list of items to be sorted and returned in the new order or a boolean of whether or not the reorder should reposition the item.
|
|
2472
2788
|
*/
|
|
2473
2789
|
"complete": (listOrReorder?: boolean | any[]) => Promise<any>;
|
|
2474
2790
|
/**
|
|
2475
2791
|
* If `true`, the reorder will be hidden.
|
|
2792
|
+
* @default true
|
|
2476
2793
|
*/
|
|
2477
2794
|
"disabled": boolean;
|
|
2478
2795
|
}
|
|
@@ -2485,6 +2802,7 @@ export namespace Components {
|
|
|
2485
2802
|
"addRipple": (x: number, y: number) => Promise<() => void>;
|
|
2486
2803
|
/**
|
|
2487
2804
|
* Sets the type of ripple-effect: - `bounded`: the ripple effect expands from the user's click position - `unbounded`: the ripple effect expands from the center of the button and overflows the container. NOTE: Surfaces for bounded ripples should have the overflow property set to hidden, while surfaces for unbounded ripples should have it set to visible.
|
|
2805
|
+
* @default 'bounded'
|
|
2488
2806
|
*/
|
|
2489
2807
|
"type": 'bounded' | 'unbounded';
|
|
2490
2808
|
}
|
|
@@ -2507,6 +2825,7 @@ export namespace Components {
|
|
|
2507
2825
|
"componentProps"?: { [key: string]: any };
|
|
2508
2826
|
/**
|
|
2509
2827
|
* Relative path that needs to match in order for this route to apply. Accepts paths similar to expressjs so that you can define parameters in the url /foo/:bar where bar would be available in incoming props.
|
|
2828
|
+
* @default ''
|
|
2510
2829
|
*/
|
|
2511
2830
|
"url": string;
|
|
2512
2831
|
}
|
|
@@ -2532,14 +2851,17 @@ export namespace Components {
|
|
|
2532
2851
|
* Navigate to the specified path.
|
|
2533
2852
|
* @param path The path to navigate to.
|
|
2534
2853
|
* @param direction The direction of the animation. Defaults to `"forward"`.
|
|
2854
|
+
* @param animation A custom animation to use for the transition.
|
|
2535
2855
|
*/
|
|
2536
2856
|
"push": (path: string, direction?: RouterDirection, animation?: AnimationBuilder) => Promise<boolean>;
|
|
2537
2857
|
/**
|
|
2538
2858
|
* The root path to use when matching URLs. By default, this is set to "/", but you can specify an alternate prefix for all URL paths.
|
|
2859
|
+
* @default '/'
|
|
2539
2860
|
*/
|
|
2540
2861
|
"root": string;
|
|
2541
2862
|
/**
|
|
2542
2863
|
* The router can work in two "modes": - With hash: `/index.html#/path/to/page` - Without hash: `/path/to/page` Using one or another might depend in the requirements of your app and/or where it's deployed. Usually "hash-less" navigation works better for SEO and it's more user friendly too, but it might requires additional server-side configuration in order to properly work. On the other side hash-navigation is much easier to deploy, it even works over the file protocol. By default, this property is `true`, change to `false` to allow hash-less URLs.
|
|
2864
|
+
* @default true
|
|
2543
2865
|
*/
|
|
2544
2866
|
"useHash": boolean;
|
|
2545
2867
|
}
|
|
@@ -2562,6 +2884,7 @@ export namespace Components {
|
|
|
2562
2884
|
"routerAnimation": AnimationBuilder | undefined;
|
|
2563
2885
|
/**
|
|
2564
2886
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
2887
|
+
* @default 'forward'
|
|
2565
2888
|
*/
|
|
2566
2889
|
"routerDirection": RouterDirection;
|
|
2567
2890
|
/**
|
|
@@ -2572,6 +2895,7 @@ export namespace Components {
|
|
|
2572
2895
|
interface IonRouterOutlet {
|
|
2573
2896
|
/**
|
|
2574
2897
|
* If `true`, the router-outlet should animate the transition of components.
|
|
2898
|
+
* @default true
|
|
2575
2899
|
*/
|
|
2576
2900
|
"animated": boolean;
|
|
2577
2901
|
/**
|
|
@@ -2583,6 +2907,7 @@ export namespace Components {
|
|
|
2583
2907
|
"getRouteId": () => Promise<RouteID | undefined>;
|
|
2584
2908
|
/**
|
|
2585
2909
|
* The mode determines which platform styles to use.
|
|
2910
|
+
* @default getIonMode(this)
|
|
2586
2911
|
*/
|
|
2587
2912
|
"mode": "ios" | "md";
|
|
2588
2913
|
"setRouteId": (id: string, params: ComponentProps | undefined, direction: RouterDirection, animation?: AnimationBuilder) => Promise<RouteWrite>;
|
|
@@ -2593,26 +2918,32 @@ export namespace Components {
|
|
|
2593
2918
|
interface IonSearchbar {
|
|
2594
2919
|
/**
|
|
2595
2920
|
* If `true`, enable searchbar animation.
|
|
2921
|
+
* @default false
|
|
2596
2922
|
*/
|
|
2597
2923
|
"animated": boolean;
|
|
2598
2924
|
/**
|
|
2599
2925
|
* Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user. Available options: `"off"`, `"none"`, `"on"`, `"sentences"`, `"words"`, `"characters"`.
|
|
2926
|
+
* @default 'off'
|
|
2600
2927
|
*/
|
|
2601
2928
|
"autocapitalize": string;
|
|
2602
2929
|
/**
|
|
2603
2930
|
* Set the input's autocomplete property.
|
|
2931
|
+
* @default 'off'
|
|
2604
2932
|
*/
|
|
2605
2933
|
"autocomplete": AutocompleteTypes;
|
|
2606
2934
|
/**
|
|
2607
2935
|
* Set the input's autocorrect property.
|
|
2936
|
+
* @default 'off'
|
|
2608
2937
|
*/
|
|
2609
2938
|
"autocorrect": 'on' | 'off';
|
|
2610
2939
|
/**
|
|
2611
2940
|
* Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
|
|
2941
|
+
* @default config.get('backButtonIcon', arrowBackSharp) as string
|
|
2612
2942
|
*/
|
|
2613
2943
|
"cancelButtonIcon": string;
|
|
2614
2944
|
/**
|
|
2615
|
-
* Set the
|
|
2945
|
+
* Set the cancel button text. Only applies to `ios` mode.
|
|
2946
|
+
* @default 'Cancel'
|
|
2616
2947
|
*/
|
|
2617
2948
|
"cancelButtonText": string;
|
|
2618
2949
|
/**
|
|
@@ -2629,6 +2960,7 @@ export namespace Components {
|
|
|
2629
2960
|
"debounce"?: number;
|
|
2630
2961
|
/**
|
|
2631
2962
|
* If `true`, the user cannot interact with the input.
|
|
2963
|
+
* @default false
|
|
2632
2964
|
*/
|
|
2633
2965
|
"disabled": boolean;
|
|
2634
2966
|
/**
|
|
@@ -2657,10 +2989,12 @@ export namespace Components {
|
|
|
2657
2989
|
"mode"?: "ios" | "md";
|
|
2658
2990
|
/**
|
|
2659
2991
|
* If used in a form, set the name of the control, which is submitted with the form data.
|
|
2992
|
+
* @default this.inputId
|
|
2660
2993
|
*/
|
|
2661
2994
|
"name": string;
|
|
2662
2995
|
/**
|
|
2663
2996
|
* Set the input's placeholder. `placeholder` can accept either plaintext or HTML as a string. To display characters normally reserved for HTML, they must be escaped. For example `<Ionic>` would become `<Ionic>` For more information: [Security Documentation](https://ionicframework.com/docs/faq/security)
|
|
2997
|
+
* @default 'Search'
|
|
2664
2998
|
*/
|
|
2665
2999
|
"placeholder": string;
|
|
2666
3000
|
/**
|
|
@@ -2668,27 +3002,32 @@ export namespace Components {
|
|
|
2668
3002
|
*/
|
|
2669
3003
|
"searchIcon"?: string;
|
|
2670
3004
|
/**
|
|
2671
|
-
* Sets focus on the native `input` in `ion-searchbar`. Use this method instead of the global `input.focus()`.
|
|
3005
|
+
* Sets focus on the native `input` in `ion-searchbar`. Use this method instead of the global `input.focus()`. Developers who wish to focus an input when a page enters should call `setFocus()` in the `ionViewDidEnter()` lifecycle method. Developers who wish to focus an input when an overlay is presented should call `setFocus` after `didPresent` has resolved. See [managing focus](/docs/developing/managing-focus) for more information.
|
|
2672
3006
|
*/
|
|
2673
3007
|
"setFocus": () => Promise<void>;
|
|
2674
3008
|
/**
|
|
2675
3009
|
* Sets the behavior for the cancel button. Defaults to `"never"`. Setting to `"focus"` shows the cancel button on focus. Setting to `"never"` hides the cancel button. Setting to `"always"` shows the cancel button regardless of focus state.
|
|
3010
|
+
* @default 'never'
|
|
2676
3011
|
*/
|
|
2677
3012
|
"showCancelButton": 'never' | 'focus' | 'always';
|
|
2678
3013
|
/**
|
|
2679
3014
|
* Sets the behavior for the clear button. Defaults to `"focus"`. Setting to `"focus"` shows the clear button on focus if the input is not empty. Setting to `"never"` hides the clear button. Setting to `"always"` shows the clear button regardless of focus state, but only if the input is not empty.
|
|
3015
|
+
* @default 'always'
|
|
2680
3016
|
*/
|
|
2681
3017
|
"showClearButton": 'never' | 'focus' | 'always';
|
|
2682
3018
|
/**
|
|
2683
3019
|
* If `true`, enable spellcheck on the input.
|
|
3020
|
+
* @default false
|
|
2684
3021
|
*/
|
|
2685
3022
|
"spellcheck": boolean;
|
|
2686
3023
|
/**
|
|
2687
3024
|
* Set the type of the input.
|
|
3025
|
+
* @default 'search'
|
|
2688
3026
|
*/
|
|
2689
3027
|
"type": 'text' | 'password' | 'email' | 'number' | 'search' | 'tel' | 'url';
|
|
2690
3028
|
/**
|
|
2691
3029
|
* the value of the searchbar.
|
|
3030
|
+
* @default ''
|
|
2692
3031
|
*/
|
|
2693
3032
|
"value"?: string | null;
|
|
2694
3033
|
}
|
|
@@ -2699,6 +3038,7 @@ export namespace Components {
|
|
|
2699
3038
|
"color"?: Color;
|
|
2700
3039
|
/**
|
|
2701
3040
|
* If `true`, the user cannot interact with the segment.
|
|
3041
|
+
* @default false
|
|
2702
3042
|
*/
|
|
2703
3043
|
"disabled": boolean;
|
|
2704
3044
|
/**
|
|
@@ -2707,14 +3047,17 @@ export namespace Components {
|
|
|
2707
3047
|
"mode"?: "ios" | "md";
|
|
2708
3048
|
/**
|
|
2709
3049
|
* If `true`, the segment buttons will overflow and the user can swipe to see them. In addition, this will disable the gesture to drag the indicator between the buttons in order to swipe to see hidden buttons.
|
|
3050
|
+
* @default false
|
|
2710
3051
|
*/
|
|
2711
3052
|
"scrollable": boolean;
|
|
2712
3053
|
/**
|
|
2713
3054
|
* If `true`, navigating to an `ion-segment-button` with the keyboard will focus and select the element. If `false`, keyboard navigation will only focus the `ion-segment-button` element.
|
|
3055
|
+
* @default false
|
|
2714
3056
|
*/
|
|
2715
3057
|
"selectOnFocus": boolean;
|
|
2716
3058
|
/**
|
|
2717
3059
|
* If `true`, users will be able to swipe between segment buttons to activate them.
|
|
3060
|
+
* @default true
|
|
2718
3061
|
*/
|
|
2719
3062
|
"swipeGesture": boolean;
|
|
2720
3063
|
/**
|
|
@@ -2729,10 +3072,12 @@ export namespace Components {
|
|
|
2729
3072
|
"contentId"?: string;
|
|
2730
3073
|
/**
|
|
2731
3074
|
* If `true`, the user cannot interact with the segment button.
|
|
3075
|
+
* @default false
|
|
2732
3076
|
*/
|
|
2733
3077
|
"disabled": boolean;
|
|
2734
3078
|
/**
|
|
2735
3079
|
* Set the layout of the text and icon in the segment.
|
|
3080
|
+
* @default 'icon-top'
|
|
2736
3081
|
*/
|
|
2737
3082
|
"layout"?: SegmentButtonLayout;
|
|
2738
3083
|
/**
|
|
@@ -2742,10 +3087,12 @@ export namespace Components {
|
|
|
2742
3087
|
"setFocus": () => Promise<void>;
|
|
2743
3088
|
/**
|
|
2744
3089
|
* The type of the button.
|
|
3090
|
+
* @default 'button'
|
|
2745
3091
|
*/
|
|
2746
3092
|
"type": 'submit' | 'reset' | 'button';
|
|
2747
3093
|
/**
|
|
2748
3094
|
* The value of the segment button.
|
|
3095
|
+
* @default 'ion-sb-' + ids++
|
|
2749
3096
|
*/
|
|
2750
3097
|
"value": SegmentValue;
|
|
2751
3098
|
}
|
|
@@ -2754,6 +3101,7 @@ export namespace Components {
|
|
|
2754
3101
|
interface IonSegmentView {
|
|
2755
3102
|
/**
|
|
2756
3103
|
* If `true`, the segment view cannot be interacted with.
|
|
3104
|
+
* @default false
|
|
2757
3105
|
*/
|
|
2758
3106
|
"disabled": boolean;
|
|
2759
3107
|
/**
|
|
@@ -2765,6 +3113,7 @@ export namespace Components {
|
|
|
2765
3113
|
interface IonSelect {
|
|
2766
3114
|
/**
|
|
2767
3115
|
* The text to display on the cancel button.
|
|
3116
|
+
* @default 'Cancel'
|
|
2768
3117
|
*/
|
|
2769
3118
|
"cancelText": string;
|
|
2770
3119
|
/**
|
|
@@ -2777,6 +3126,7 @@ export namespace Components {
|
|
|
2777
3126
|
"compareWith"?: string | SelectCompareFn | null;
|
|
2778
3127
|
/**
|
|
2779
3128
|
* If `true`, the user cannot interact with the select.
|
|
3129
|
+
* @default false
|
|
2780
3130
|
*/
|
|
2781
3131
|
"disabled": boolean;
|
|
2782
3132
|
/**
|
|
@@ -2797,10 +3147,12 @@ export namespace Components {
|
|
|
2797
3147
|
"helperText"?: string;
|
|
2798
3148
|
/**
|
|
2799
3149
|
* The interface the select should use: `action-sheet`, `popover`, `alert`, or `modal`.
|
|
3150
|
+
* @default 'alert'
|
|
2800
3151
|
*/
|
|
2801
3152
|
"interface": SelectInterface;
|
|
2802
3153
|
/**
|
|
2803
3154
|
* Any additional options that the `alert`, `action-sheet` or `popover` interface can take. See the [ion-alert docs](./alert), the [ion-action-sheet docs](./action-sheet), the [ion-popover docs](./popover), and the [ion-modal docs](./modal) for the create options for each interface. Note: `interfaceOptions` will not override `inputs` or `buttons` with the `alert` interface.
|
|
3155
|
+
* @default {}
|
|
2804
3156
|
*/
|
|
2805
3157
|
"interfaceOptions": any;
|
|
2806
3158
|
/**
|
|
@@ -2813,6 +3165,7 @@ export namespace Components {
|
|
|
2813
3165
|
"label"?: string;
|
|
2814
3166
|
/**
|
|
2815
3167
|
* Where to place the label relative to the select. `"start"`: The label will appear to the left of the select in LTR and to the right in RTL. `"end"`: The label will appear to the right of the select in LTR and to the left in RTL. `"floating"`: The label will appear smaller and above the select when the select is focused or it has a value. Otherwise it will appear on top of the select. `"stacked"`: The label will appear smaller and above the select regardless even when the select is blurred or has no value. `"fixed"`: The label has the same behavior as `"start"` except it also has a fixed width. Long text will be truncated with ellipses ("..."). When using `"floating"` or `"stacked"` we recommend initializing the select with either a `value` or a `placeholder`.
|
|
3168
|
+
* @default 'start'
|
|
2816
3169
|
*/
|
|
2817
3170
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
2818
3171
|
/**
|
|
@@ -2821,14 +3174,17 @@ export namespace Components {
|
|
|
2821
3174
|
"mode"?: "ios" | "md";
|
|
2822
3175
|
/**
|
|
2823
3176
|
* If `true`, the select can accept multiple values.
|
|
3177
|
+
* @default false
|
|
2824
3178
|
*/
|
|
2825
3179
|
"multiple": boolean;
|
|
2826
3180
|
/**
|
|
2827
3181
|
* The name of the control, which is submitted with the form data.
|
|
3182
|
+
* @default this.inputId
|
|
2828
3183
|
*/
|
|
2829
3184
|
"name": string;
|
|
2830
3185
|
/**
|
|
2831
3186
|
* The text to display on the ok button.
|
|
3187
|
+
* @default 'OK'
|
|
2832
3188
|
*/
|
|
2833
3189
|
"okText": string;
|
|
2834
3190
|
/**
|
|
@@ -2842,6 +3198,7 @@ export namespace Components {
|
|
|
2842
3198
|
"placeholder"?: string;
|
|
2843
3199
|
/**
|
|
2844
3200
|
* If true, screen readers will announce it as a required field. This property works only for accessibility purposes, it will not prevent the form from submitting if the value is invalid.
|
|
3201
|
+
* @default false
|
|
2845
3202
|
*/
|
|
2846
3203
|
"required": boolean;
|
|
2847
3204
|
/**
|
|
@@ -2864,11 +3221,15 @@ export namespace Components {
|
|
|
2864
3221
|
interface IonSelectModal {
|
|
2865
3222
|
"header"?: string;
|
|
2866
3223
|
"multiple"?: boolean;
|
|
3224
|
+
/**
|
|
3225
|
+
* @default []
|
|
3226
|
+
*/
|
|
2867
3227
|
"options": SelectModalOption[];
|
|
2868
3228
|
}
|
|
2869
3229
|
interface IonSelectOption {
|
|
2870
3230
|
/**
|
|
2871
3231
|
* If `true`, the user cannot interact with the select option. This property does not apply when `interface="action-sheet"` as `ion-action-sheet` does not allow for disabled buttons.
|
|
3232
|
+
* @default false
|
|
2872
3233
|
*/
|
|
2873
3234
|
"disabled": boolean;
|
|
2874
3235
|
/**
|
|
@@ -2891,6 +3252,7 @@ export namespace Components {
|
|
|
2891
3252
|
"multiple"?: boolean;
|
|
2892
3253
|
/**
|
|
2893
3254
|
* An array of options for the popover
|
|
3255
|
+
* @default []
|
|
2894
3256
|
*/
|
|
2895
3257
|
"options": SelectPopoverOption[];
|
|
2896
3258
|
/**
|
|
@@ -2901,6 +3263,7 @@ export namespace Components {
|
|
|
2901
3263
|
interface IonSkeletonText {
|
|
2902
3264
|
/**
|
|
2903
3265
|
* If `true`, the skeleton text will animate.
|
|
3266
|
+
* @default false
|
|
2904
3267
|
*/
|
|
2905
3268
|
"animated": boolean;
|
|
2906
3269
|
}
|
|
@@ -2919,6 +3282,7 @@ export namespace Components {
|
|
|
2919
3282
|
"name"?: SpinnerTypes;
|
|
2920
3283
|
/**
|
|
2921
3284
|
* If `true`, the spinner's animation will be paused.
|
|
3285
|
+
* @default false
|
|
2922
3286
|
*/
|
|
2923
3287
|
"paused": boolean;
|
|
2924
3288
|
}
|
|
@@ -2929,15 +3293,20 @@ export namespace Components {
|
|
|
2929
3293
|
"contentId"?: string;
|
|
2930
3294
|
/**
|
|
2931
3295
|
* If `true`, the split pane will be hidden.
|
|
3296
|
+
* @default false
|
|
2932
3297
|
*/
|
|
2933
3298
|
"disabled": boolean;
|
|
2934
3299
|
"isVisible": () => Promise<boolean>;
|
|
2935
3300
|
/**
|
|
2936
3301
|
* When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
|
|
3302
|
+
* @default QUERY['lg']
|
|
2937
3303
|
*/
|
|
2938
3304
|
"when": string | boolean;
|
|
2939
3305
|
}
|
|
2940
3306
|
interface IonTab {
|
|
3307
|
+
/**
|
|
3308
|
+
* @default false
|
|
3309
|
+
*/
|
|
2941
3310
|
"active": boolean;
|
|
2942
3311
|
/**
|
|
2943
3312
|
* The component to display inside of the tab.
|
|
@@ -2968,12 +3337,14 @@ export namespace Components {
|
|
|
2968
3337
|
"selectedTab"?: string;
|
|
2969
3338
|
/**
|
|
2970
3339
|
* If `true`, the tab bar will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
3340
|
+
* @default false
|
|
2971
3341
|
*/
|
|
2972
3342
|
"translucent": boolean;
|
|
2973
3343
|
}
|
|
2974
3344
|
interface IonTabButton {
|
|
2975
3345
|
/**
|
|
2976
3346
|
* If `true`, the user cannot interact with the tab button.
|
|
3347
|
+
* @default false
|
|
2977
3348
|
*/
|
|
2978
3349
|
"disabled": boolean;
|
|
2979
3350
|
/**
|
|
@@ -2998,6 +3369,7 @@ export namespace Components {
|
|
|
2998
3369
|
"rel": string | undefined;
|
|
2999
3370
|
/**
|
|
3000
3371
|
* The selected tab component
|
|
3372
|
+
* @default false
|
|
3001
3373
|
*/
|
|
3002
3374
|
"selected": boolean;
|
|
3003
3375
|
/**
|
|
@@ -3026,6 +3398,9 @@ export namespace Components {
|
|
|
3026
3398
|
*/
|
|
3027
3399
|
"select": (tab: string | HTMLIonTabElement) => Promise<boolean>;
|
|
3028
3400
|
"setRouteId": (id: string) => Promise<RouteWrite>;
|
|
3401
|
+
/**
|
|
3402
|
+
* @default false
|
|
3403
|
+
*/
|
|
3029
3404
|
"useRouter": boolean;
|
|
3030
3405
|
}
|
|
3031
3406
|
interface IonText {
|
|
@@ -3041,18 +3416,22 @@ export namespace Components {
|
|
|
3041
3416
|
interface IonTextarea {
|
|
3042
3417
|
/**
|
|
3043
3418
|
* If `true`, the textarea container will grow and shrink based on the contents of the textarea.
|
|
3419
|
+
* @default false
|
|
3044
3420
|
*/
|
|
3045
3421
|
"autoGrow": boolean;
|
|
3046
3422
|
/**
|
|
3047
3423
|
* Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user. Available options: `"off"`, `"none"`, `"on"`, `"sentences"`, `"words"`, `"characters"`.
|
|
3424
|
+
* @default 'none'
|
|
3048
3425
|
*/
|
|
3049
3426
|
"autocapitalize": string;
|
|
3050
3427
|
/**
|
|
3051
3428
|
* Sets the [`autofocus` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autofocus) on the native input element. This may not be sufficient for the element to be focused on page load. See [managing focus](/docs/developing/managing-focus) for more information.
|
|
3429
|
+
* @default false
|
|
3052
3430
|
*/
|
|
3053
3431
|
"autofocus": boolean;
|
|
3054
3432
|
/**
|
|
3055
3433
|
* If `true`, the value will be cleared after focus upon edit.
|
|
3434
|
+
* @default false
|
|
3056
3435
|
*/
|
|
3057
3436
|
"clearOnEdit": boolean;
|
|
3058
3437
|
/**
|
|
@@ -3065,6 +3444,7 @@ export namespace Components {
|
|
|
3065
3444
|
"cols"?: number;
|
|
3066
3445
|
/**
|
|
3067
3446
|
* If `true`, a character counter will display the ratio of characters used and the total character limit. Developers must also set the `maxlength` property for the counter to be calculated correctly.
|
|
3447
|
+
* @default false
|
|
3068
3448
|
*/
|
|
3069
3449
|
"counter": boolean;
|
|
3070
3450
|
/**
|
|
@@ -3077,6 +3457,7 @@ export namespace Components {
|
|
|
3077
3457
|
"debounce"?: number;
|
|
3078
3458
|
/**
|
|
3079
3459
|
* If `true`, the user cannot interact with the textarea.
|
|
3460
|
+
* @default false
|
|
3080
3461
|
*/
|
|
3081
3462
|
"disabled": boolean;
|
|
3082
3463
|
/**
|
|
@@ -3109,6 +3490,7 @@ export namespace Components {
|
|
|
3109
3490
|
"label"?: string;
|
|
3110
3491
|
/**
|
|
3111
3492
|
* Where to place the label relative to the textarea. `"start"`: The label will appear to the left of the textarea in LTR and to the right in RTL. `"end"`: The label will appear to the right of the textarea in LTR and to the left in RTL. `"floating"`: The label will appear smaller and above the textarea when the textarea is focused or it has a value. Otherwise it will appear on top of the textarea. `"stacked"`: The label will appear smaller and above the textarea regardless even when the textarea is blurred or has no value. `"fixed"`: The label has the same behavior as `"start"` except it also has a fixed width. Long text will be truncated with ellipses ("...").
|
|
3493
|
+
* @default 'start'
|
|
3112
3494
|
*/
|
|
3113
3495
|
"labelPlacement": 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
3114
3496
|
/**
|
|
@@ -3125,6 +3507,7 @@ export namespace Components {
|
|
|
3125
3507
|
"mode"?: "ios" | "md";
|
|
3126
3508
|
/**
|
|
3127
3509
|
* The name of the control, which is submitted with the form data.
|
|
3510
|
+
* @default this.inputId
|
|
3128
3511
|
*/
|
|
3129
3512
|
"name": string;
|
|
3130
3513
|
/**
|
|
@@ -3133,10 +3516,12 @@ export namespace Components {
|
|
|
3133
3516
|
"placeholder"?: string;
|
|
3134
3517
|
/**
|
|
3135
3518
|
* If `true`, the user cannot modify the value.
|
|
3519
|
+
* @default false
|
|
3136
3520
|
*/
|
|
3137
3521
|
"readonly": boolean;
|
|
3138
3522
|
/**
|
|
3139
3523
|
* If `true`, the user must fill in a value before submitting a form.
|
|
3524
|
+
* @default false
|
|
3140
3525
|
*/
|
|
3141
3526
|
"required": boolean;
|
|
3142
3527
|
/**
|
|
@@ -3153,10 +3538,12 @@ export namespace Components {
|
|
|
3153
3538
|
"shape"?: 'round';
|
|
3154
3539
|
/**
|
|
3155
3540
|
* If `true`, the element will have its spelling and grammar checked.
|
|
3541
|
+
* @default false
|
|
3156
3542
|
*/
|
|
3157
3543
|
"spellcheck": boolean;
|
|
3158
3544
|
/**
|
|
3159
3545
|
* The value of the textarea.
|
|
3546
|
+
* @default ''
|
|
3160
3547
|
*/
|
|
3161
3548
|
"value"?: string | null;
|
|
3162
3549
|
/**
|
|
@@ -3179,6 +3566,7 @@ export namespace Components {
|
|
|
3179
3566
|
interface IonToast {
|
|
3180
3567
|
/**
|
|
3181
3568
|
* If `true`, the toast will animate.
|
|
3569
|
+
* @default true
|
|
3182
3570
|
*/
|
|
3183
3571
|
"animated": boolean;
|
|
3184
3572
|
/**
|
|
@@ -3195,19 +3583,23 @@ export namespace Components {
|
|
|
3195
3583
|
"cssClass"?: string | string[];
|
|
3196
3584
|
"delegate"?: FrameworkDelegate;
|
|
3197
3585
|
/**
|
|
3198
|
-
* Dismiss the toast overlay after it has been presented.
|
|
3586
|
+
* Dismiss the toast overlay after it has been presented. This is a no-op if the overlay has not been presented yet. If you want to remove an overlay from the DOM that was never presented, use the [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
|
|
3199
3587
|
* @param data Any data to emit in the dismiss events.
|
|
3200
|
-
* @param role The role of the element that is dismissing the toast. This can be useful in a button handler for determining which button was clicked to dismiss the toast. Some examples include:
|
|
3588
|
+
* @param role The role of the element that is dismissing the toast. This can be useful in a button handler for determining which button was clicked to dismiss the toast. Some examples include: `"cancel"`, `"destructive"`, `"selected"`, and `"backdrop"`.
|
|
3201
3589
|
*/
|
|
3202
3590
|
"dismiss": (data?: any, role?: string) => Promise<boolean>;
|
|
3203
3591
|
/**
|
|
3204
3592
|
* How many milliseconds to wait before hiding the toast. By default, it will show until `dismiss()` is called.
|
|
3593
|
+
* @default config.getNumber('toastDuration', 0)
|
|
3205
3594
|
*/
|
|
3206
3595
|
"duration": number;
|
|
3207
3596
|
/**
|
|
3208
3597
|
* Animation to use when the toast is presented.
|
|
3209
3598
|
*/
|
|
3210
3599
|
"enterAnimation"?: AnimationBuilder;
|
|
3600
|
+
/**
|
|
3601
|
+
* @default false
|
|
3602
|
+
*/
|
|
3211
3603
|
"hasController": boolean;
|
|
3212
3604
|
/**
|
|
3213
3605
|
* Header to be shown in the toast.
|
|
@@ -3223,14 +3615,17 @@ export namespace Components {
|
|
|
3223
3615
|
"icon"?: string;
|
|
3224
3616
|
/**
|
|
3225
3617
|
* If `true`, the toast will open. If `false`, the toast will close. Use this if you need finer grained control over presentation, otherwise just use the toastController or the `trigger` property. Note: `isOpen` will not automatically be set back to `false` when the toast dismisses. You will need to do that in your code.
|
|
3618
|
+
* @default false
|
|
3226
3619
|
*/
|
|
3227
3620
|
"isOpen": boolean;
|
|
3228
3621
|
/**
|
|
3229
3622
|
* If `true`, the keyboard will be automatically dismissed when the overlay is presented.
|
|
3623
|
+
* @default false
|
|
3230
3624
|
*/
|
|
3231
3625
|
"keyboardClose": boolean;
|
|
3232
3626
|
/**
|
|
3233
3627
|
* Defines how the message and buttons are laid out in the toast. 'baseline': The message and the buttons will appear on the same line. Message text may wrap within the message container. 'stacked': The buttons containers and message will stack on top of each other. Use this if you have long text in your buttons.
|
|
3628
|
+
* @default 'baseline'
|
|
3234
3629
|
*/
|
|
3235
3630
|
"layout": ToastLayout;
|
|
3236
3631
|
/**
|
|
@@ -3256,6 +3651,7 @@ export namespace Components {
|
|
|
3256
3651
|
"overlayIndex": number;
|
|
3257
3652
|
/**
|
|
3258
3653
|
* The starting position of the toast on the screen. Can be tweaked further using the `positionAnchor` property.
|
|
3654
|
+
* @default 'bottom'
|
|
3259
3655
|
*/
|
|
3260
3656
|
"position": ToastPosition;
|
|
3261
3657
|
/**
|
|
@@ -3272,6 +3668,7 @@ export namespace Components {
|
|
|
3272
3668
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
3273
3669
|
/**
|
|
3274
3670
|
* If `true`, the toast will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
3671
|
+
* @default false
|
|
3275
3672
|
*/
|
|
3276
3673
|
"translucent": boolean;
|
|
3277
3674
|
/**
|
|
@@ -3286,6 +3683,7 @@ export namespace Components {
|
|
|
3286
3683
|
"alignment"?: 'start' | 'center';
|
|
3287
3684
|
/**
|
|
3288
3685
|
* If `true`, the toggle is selected.
|
|
3686
|
+
* @default false
|
|
3289
3687
|
*/
|
|
3290
3688
|
"checked": boolean;
|
|
3291
3689
|
/**
|
|
@@ -3294,10 +3692,12 @@ export namespace Components {
|
|
|
3294
3692
|
"color"?: Color;
|
|
3295
3693
|
/**
|
|
3296
3694
|
* If `true`, the user cannot interact with the toggle.
|
|
3695
|
+
* @default false
|
|
3297
3696
|
*/
|
|
3298
3697
|
"disabled": boolean;
|
|
3299
3698
|
/**
|
|
3300
3699
|
* Enables the on/off accessibility switch labels within the toggle.
|
|
3700
|
+
* @default config.get('toggleOnOffLabels')
|
|
3301
3701
|
*/
|
|
3302
3702
|
"enableOnOffLabels": boolean | undefined;
|
|
3303
3703
|
/**
|
|
@@ -3314,6 +3714,7 @@ export namespace Components {
|
|
|
3314
3714
|
"justify"?: 'start' | 'end' | 'space-between';
|
|
3315
3715
|
/**
|
|
3316
3716
|
* Where to place the label relative to the input. `"start"`: The label will appear to the left of the toggle in LTR and to the right in RTL. `"end"`: The label will appear to the right of the toggle in LTR and to the left in RTL. `"fixed"`: The label has the same behavior as `"start"` except it also has a fixed width. Long text will be truncated with ellipses ("..."). `"stacked"`: The label will appear above the toggle regardless of the direction. The alignment of the label can be controlled with the `alignment` property.
|
|
3717
|
+
* @default 'start'
|
|
3317
3718
|
*/
|
|
3318
3719
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
3319
3720
|
/**
|
|
@@ -3322,14 +3723,17 @@ export namespace Components {
|
|
|
3322
3723
|
"mode"?: "ios" | "md";
|
|
3323
3724
|
/**
|
|
3324
3725
|
* The name of the control, which is submitted with the form data.
|
|
3726
|
+
* @default this.inputId
|
|
3325
3727
|
*/
|
|
3326
3728
|
"name": string;
|
|
3327
3729
|
/**
|
|
3328
3730
|
* If true, screen readers will announce it as a required field. This property works only for accessibility purposes, it will not prevent the form from submitting if the value is invalid.
|
|
3731
|
+
* @default false
|
|
3329
3732
|
*/
|
|
3330
3733
|
"required": boolean;
|
|
3331
3734
|
/**
|
|
3332
3735
|
* The value of the toggle does not mean if it's checked or not, use the `checked` property for that. The value of a toggle is analogous to the value of a `<input type="checkbox">`, it's only used when the toggle participates in a native `<form>`.
|
|
3736
|
+
* @default 'on'
|
|
3333
3737
|
*/
|
|
3334
3738
|
"value"?: string | null;
|
|
3335
3739
|
}
|
|
@@ -3400,6 +3804,10 @@ export interface IonInputCustomEvent<T> extends CustomEvent<T> {
|
|
|
3400
3804
|
detail: T;
|
|
3401
3805
|
target: HTMLIonInputElement;
|
|
3402
3806
|
}
|
|
3807
|
+
export interface IonInputOtpCustomEvent<T> extends CustomEvent<T> {
|
|
3808
|
+
detail: T;
|
|
3809
|
+
target: HTMLIonInputOtpElement;
|
|
3810
|
+
}
|
|
3403
3811
|
export interface IonItemOptionsCustomEvent<T> extends CustomEvent<T> {
|
|
3404
3812
|
detail: T;
|
|
3405
3813
|
target: HTMLIonItemOptionsElement;
|
|
@@ -3929,6 +4337,27 @@ declare global {
|
|
|
3929
4337
|
prototype: HTMLIonInputElement;
|
|
3930
4338
|
new (): HTMLIonInputElement;
|
|
3931
4339
|
};
|
|
4340
|
+
interface HTMLIonInputOtpElementEventMap {
|
|
4341
|
+
"ionInput": InputOtpInputEventDetail;
|
|
4342
|
+
"ionChange": InputOtpChangeEventDetail;
|
|
4343
|
+
"ionComplete": InputOtpCompleteEventDetail;
|
|
4344
|
+
"ionBlur": FocusEvent;
|
|
4345
|
+
"ionFocus": FocusEvent;
|
|
4346
|
+
}
|
|
4347
|
+
interface HTMLIonInputOtpElement extends Components.IonInputOtp, HTMLStencilElement {
|
|
4348
|
+
addEventListener<K extends keyof HTMLIonInputOtpElementEventMap>(type: K, listener: (this: HTMLIonInputOtpElement, ev: IonInputOtpCustomEvent<HTMLIonInputOtpElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4349
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4350
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4351
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4352
|
+
removeEventListener<K extends keyof HTMLIonInputOtpElementEventMap>(type: K, listener: (this: HTMLIonInputOtpElement, ev: IonInputOtpCustomEvent<HTMLIonInputOtpElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4353
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4354
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4355
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
4356
|
+
}
|
|
4357
|
+
var HTMLIonInputOtpElement: {
|
|
4358
|
+
prototype: HTMLIonInputOtpElement;
|
|
4359
|
+
new (): HTMLIonInputOtpElement;
|
|
4360
|
+
};
|
|
3932
4361
|
interface HTMLIonInputPasswordToggleElement extends Components.IonInputPasswordToggle, HTMLStencilElement {
|
|
3933
4362
|
}
|
|
3934
4363
|
var HTMLIonInputPasswordToggleElement: {
|
|
@@ -4340,6 +4769,9 @@ declare global {
|
|
|
4340
4769
|
};
|
|
4341
4770
|
interface HTMLIonReorderGroupElementEventMap {
|
|
4342
4771
|
"ionItemReorder": ItemReorderEventDetail;
|
|
4772
|
+
"ionReorderStart": void;
|
|
4773
|
+
"ionReorderMove": ReorderMoveEventDetail;
|
|
4774
|
+
"ionReorderEnd": ReorderEndEventDetail;
|
|
4343
4775
|
}
|
|
4344
4776
|
interface HTMLIonReorderGroupElement extends Components.IonReorderGroup, HTMLStencilElement {
|
|
4345
4777
|
addEventListener<K extends keyof HTMLIonReorderGroupElementEventMap>(type: K, listener: (this: HTMLIonReorderGroupElement, ev: IonReorderGroupCustomEvent<HTMLIonReorderGroupElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -4788,6 +5220,7 @@ declare global {
|
|
|
4788
5220
|
"ion-infinite-scroll": HTMLIonInfiniteScrollElement;
|
|
4789
5221
|
"ion-infinite-scroll-content": HTMLIonInfiniteScrollContentElement;
|
|
4790
5222
|
"ion-input": HTMLIonInputElement;
|
|
5223
|
+
"ion-input-otp": HTMLIonInputOtpElement;
|
|
4791
5224
|
"ion-input-password-toggle": HTMLIonInputPasswordToggleElement;
|
|
4792
5225
|
"ion-item": HTMLIonItemElement;
|
|
4793
5226
|
"ion-item-divider": HTMLIonItemDividerElement;
|
|
@@ -4856,6 +5289,7 @@ declare namespace LocalJSX {
|
|
|
4856
5289
|
interface IonAccordion {
|
|
4857
5290
|
/**
|
|
4858
5291
|
* If `true`, the accordion cannot be interacted with.
|
|
5292
|
+
* @default false
|
|
4859
5293
|
*/
|
|
4860
5294
|
"disabled"?: boolean;
|
|
4861
5295
|
/**
|
|
@@ -4864,32 +5298,39 @@ declare namespace LocalJSX {
|
|
|
4864
5298
|
"mode"?: "ios" | "md";
|
|
4865
5299
|
/**
|
|
4866
5300
|
* If `true`, the accordion cannot be interacted with, but does not alter the opacity.
|
|
5301
|
+
* @default false
|
|
4867
5302
|
*/
|
|
4868
5303
|
"readonly"?: boolean;
|
|
4869
5304
|
/**
|
|
4870
5305
|
* The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
|
|
5306
|
+
* @default chevronDown
|
|
4871
5307
|
*/
|
|
4872
5308
|
"toggleIcon"?: string;
|
|
4873
5309
|
/**
|
|
4874
5310
|
* The slot inside of `ion-item` to place the toggle icon. Defaults to `"end"`.
|
|
5311
|
+
* @default 'end'
|
|
4875
5312
|
*/
|
|
4876
5313
|
"toggleIconSlot"?: 'start' | 'end';
|
|
4877
5314
|
/**
|
|
4878
5315
|
* The value of the accordion. Defaults to an autogenerated value.
|
|
5316
|
+
* @default `ion-accordion-${accordionIds++}`
|
|
4879
5317
|
*/
|
|
4880
5318
|
"value"?: string;
|
|
4881
5319
|
}
|
|
4882
5320
|
interface IonAccordionGroup {
|
|
4883
5321
|
/**
|
|
4884
5322
|
* If `true`, all accordions inside of the accordion group will animate when expanding or collapsing.
|
|
5323
|
+
* @default true
|
|
4885
5324
|
*/
|
|
4886
5325
|
"animated"?: boolean;
|
|
4887
5326
|
/**
|
|
4888
5327
|
* If `true`, the accordion group cannot be interacted with.
|
|
5328
|
+
* @default false
|
|
4889
5329
|
*/
|
|
4890
5330
|
"disabled"?: boolean;
|
|
4891
5331
|
/**
|
|
4892
5332
|
* Describes the expansion behavior for each accordion. Possible values are `"compact"` and `"inset"`. Defaults to `"compact"`.
|
|
5333
|
+
* @default 'compact'
|
|
4893
5334
|
*/
|
|
4894
5335
|
"expand"?: 'compact' | 'inset';
|
|
4895
5336
|
/**
|
|
@@ -4906,6 +5347,7 @@ declare namespace LocalJSX {
|
|
|
4906
5347
|
"onIonChange"?: (event: IonAccordionGroupCustomEvent<AccordionGroupChangeEventDetail>) => void;
|
|
4907
5348
|
/**
|
|
4908
5349
|
* If `true`, the accordion group cannot be interacted with, but does not alter the opacity.
|
|
5350
|
+
* @default false
|
|
4909
5351
|
*/
|
|
4910
5352
|
"readonly"?: boolean;
|
|
4911
5353
|
/**
|
|
@@ -4916,14 +5358,17 @@ declare namespace LocalJSX {
|
|
|
4916
5358
|
interface IonActionSheet {
|
|
4917
5359
|
/**
|
|
4918
5360
|
* If `true`, the action sheet will animate.
|
|
5361
|
+
* @default true
|
|
4919
5362
|
*/
|
|
4920
5363
|
"animated"?: boolean;
|
|
4921
5364
|
/**
|
|
4922
5365
|
* If `true`, the action sheet will be dismissed when the backdrop is clicked.
|
|
5366
|
+
* @default true
|
|
4923
5367
|
*/
|
|
4924
5368
|
"backdropDismiss"?: boolean;
|
|
4925
5369
|
/**
|
|
4926
5370
|
* An array of buttons for the action sheet.
|
|
5371
|
+
* @default []
|
|
4927
5372
|
*/
|
|
4928
5373
|
"buttons"?: (ActionSheetButton | string)[];
|
|
4929
5374
|
/**
|
|
@@ -4944,10 +5389,12 @@ declare namespace LocalJSX {
|
|
|
4944
5389
|
"htmlAttributes"?: { [key: string]: any };
|
|
4945
5390
|
/**
|
|
4946
5391
|
* If `true`, the action sheet will open. If `false`, the action sheet will close. Use this if you need finer grained control over presentation, otherwise just use the actionSheetController or the `trigger` property. Note: `isOpen` will not automatically be set back to `false` when the action sheet dismisses. You will need to do that in your code.
|
|
5392
|
+
* @default false
|
|
4947
5393
|
*/
|
|
4948
5394
|
"isOpen"?: boolean;
|
|
4949
5395
|
/**
|
|
4950
5396
|
* If `true`, the keyboard will be automatically dismissed when the overlay is presented.
|
|
5397
|
+
* @default true
|
|
4951
5398
|
*/
|
|
4952
5399
|
"keyboardClose"?: boolean;
|
|
4953
5400
|
/**
|
|
@@ -4996,6 +5443,7 @@ declare namespace LocalJSX {
|
|
|
4996
5443
|
"subHeader"?: string;
|
|
4997
5444
|
/**
|
|
4998
5445
|
* If `true`, the action sheet will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
5446
|
+
* @default false
|
|
4999
5447
|
*/
|
|
5000
5448
|
"translucent"?: boolean;
|
|
5001
5449
|
/**
|
|
@@ -5006,14 +5454,17 @@ declare namespace LocalJSX {
|
|
|
5006
5454
|
interface IonAlert {
|
|
5007
5455
|
/**
|
|
5008
5456
|
* If `true`, the alert will animate.
|
|
5457
|
+
* @default true
|
|
5009
5458
|
*/
|
|
5010
5459
|
"animated"?: boolean;
|
|
5011
5460
|
/**
|
|
5012
5461
|
* If `true`, the alert will be dismissed when the backdrop is clicked.
|
|
5462
|
+
* @default true
|
|
5013
5463
|
*/
|
|
5014
5464
|
"backdropDismiss"?: boolean;
|
|
5015
5465
|
/**
|
|
5016
5466
|
* Array of buttons to be added to the alert.
|
|
5467
|
+
* @default []
|
|
5017
5468
|
*/
|
|
5018
5469
|
"buttons"?: (AlertButton | string)[];
|
|
5019
5470
|
/**
|
|
@@ -5034,14 +5485,17 @@ declare namespace LocalJSX {
|
|
|
5034
5485
|
"htmlAttributes"?: { [key: string]: any };
|
|
5035
5486
|
/**
|
|
5036
5487
|
* Array of input to show in the alert.
|
|
5488
|
+
* @default []
|
|
5037
5489
|
*/
|
|
5038
5490
|
"inputs"?: AlertInput[];
|
|
5039
5491
|
/**
|
|
5040
5492
|
* If `true`, the alert will open. If `false`, the alert will close. Use this if you need finer grained control over presentation, otherwise just use the alertController or the `trigger` property. Note: `isOpen` will not automatically be set back to `false` when the alert dismisses. You will need to do that in your code.
|
|
5493
|
+
* @default false
|
|
5041
5494
|
*/
|
|
5042
5495
|
"isOpen"?: boolean;
|
|
5043
5496
|
/**
|
|
5044
5497
|
* If `true`, the keyboard will be automatically dismissed when the overlay is presented.
|
|
5498
|
+
* @default true
|
|
5045
5499
|
*/
|
|
5046
5500
|
"keyboardClose"?: boolean;
|
|
5047
5501
|
/**
|
|
@@ -5094,6 +5548,7 @@ declare namespace LocalJSX {
|
|
|
5094
5548
|
"subHeader"?: string;
|
|
5095
5549
|
/**
|
|
5096
5550
|
* If `true`, the alert will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
5551
|
+
* @default false
|
|
5097
5552
|
*/
|
|
5098
5553
|
"translucent"?: boolean;
|
|
5099
5554
|
/**
|
|
@@ -5116,6 +5571,7 @@ declare namespace LocalJSX {
|
|
|
5116
5571
|
"defaultHref"?: string;
|
|
5117
5572
|
/**
|
|
5118
5573
|
* If `true`, the user cannot interact with the button.
|
|
5574
|
+
* @default false
|
|
5119
5575
|
*/
|
|
5120
5576
|
"disabled"?: boolean;
|
|
5121
5577
|
/**
|
|
@@ -5136,6 +5592,7 @@ declare namespace LocalJSX {
|
|
|
5136
5592
|
"text"?: string | null;
|
|
5137
5593
|
/**
|
|
5138
5594
|
* The type of the button.
|
|
5595
|
+
* @default 'button'
|
|
5139
5596
|
*/
|
|
5140
5597
|
"type"?: 'submit' | 'reset' | 'button';
|
|
5141
5598
|
}
|
|
@@ -5146,14 +5603,17 @@ declare namespace LocalJSX {
|
|
|
5146
5603
|
"onIonBackdropTap"?: (event: IonBackdropCustomEvent<void>) => void;
|
|
5147
5604
|
/**
|
|
5148
5605
|
* If `true`, the backdrop will stop propagation on tap.
|
|
5606
|
+
* @default true
|
|
5149
5607
|
*/
|
|
5150
5608
|
"stopPropagation"?: boolean;
|
|
5151
5609
|
/**
|
|
5152
5610
|
* If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.
|
|
5611
|
+
* @default true
|
|
5153
5612
|
*/
|
|
5154
5613
|
"tappable"?: boolean;
|
|
5155
5614
|
/**
|
|
5156
5615
|
* If `true`, the backdrop will be visible.
|
|
5616
|
+
* @default true
|
|
5157
5617
|
*/
|
|
5158
5618
|
"visible"?: boolean;
|
|
5159
5619
|
}
|
|
@@ -5170,6 +5630,7 @@ declare namespace LocalJSX {
|
|
|
5170
5630
|
interface IonBreadcrumb {
|
|
5171
5631
|
/**
|
|
5172
5632
|
* If `true`, the breadcrumb will take on a different look to show that it is the currently active breadcrumb. Defaults to `true` for the last breadcrumb if it is not set on any.
|
|
5633
|
+
* @default false
|
|
5173
5634
|
*/
|
|
5174
5635
|
"active"?: boolean;
|
|
5175
5636
|
/**
|
|
@@ -5178,6 +5639,7 @@ declare namespace LocalJSX {
|
|
|
5178
5639
|
"color"?: Color;
|
|
5179
5640
|
/**
|
|
5180
5641
|
* If `true`, the user cannot interact with the breadcrumb.
|
|
5642
|
+
* @default false
|
|
5181
5643
|
*/
|
|
5182
5644
|
"disabled"?: boolean;
|
|
5183
5645
|
/**
|
|
@@ -5210,6 +5672,7 @@ declare namespace LocalJSX {
|
|
|
5210
5672
|
"routerAnimation"?: AnimationBuilder | undefined;
|
|
5211
5673
|
/**
|
|
5212
5674
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
5675
|
+
* @default 'forward'
|
|
5213
5676
|
*/
|
|
5214
5677
|
"routerDirection"?: RouterDirection;
|
|
5215
5678
|
/**
|
|
@@ -5228,10 +5691,12 @@ declare namespace LocalJSX {
|
|
|
5228
5691
|
"color"?: Color;
|
|
5229
5692
|
/**
|
|
5230
5693
|
* The number of breadcrumbs to show after the collapsed indicator. If `itemsBeforeCollapse` + `itemsAfterCollapse` is greater than `maxItems`, the breadcrumbs will not be collapsed.
|
|
5694
|
+
* @default 1
|
|
5231
5695
|
*/
|
|
5232
5696
|
"itemsAfterCollapse"?: number;
|
|
5233
5697
|
/**
|
|
5234
5698
|
* The number of breadcrumbs to show before the collapsed indicator. If `itemsBeforeCollapse` + `itemsAfterCollapse` is greater than `maxItems`, the breadcrumbs will not be collapsed.
|
|
5699
|
+
* @default 1
|
|
5235
5700
|
*/
|
|
5236
5701
|
"itemsBeforeCollapse"?: number;
|
|
5237
5702
|
/**
|
|
@@ -5250,6 +5715,7 @@ declare namespace LocalJSX {
|
|
|
5250
5715
|
interface IonButton {
|
|
5251
5716
|
/**
|
|
5252
5717
|
* The type of button.
|
|
5718
|
+
* @default 'button'
|
|
5253
5719
|
*/
|
|
5254
5720
|
"buttonType"?: string;
|
|
5255
5721
|
/**
|
|
@@ -5258,6 +5724,7 @@ declare namespace LocalJSX {
|
|
|
5258
5724
|
"color"?: Color;
|
|
5259
5725
|
/**
|
|
5260
5726
|
* If `true`, the user cannot interact with the button.
|
|
5727
|
+
* @default false
|
|
5261
5728
|
*/
|
|
5262
5729
|
"disabled"?: boolean;
|
|
5263
5730
|
/**
|
|
@@ -5302,6 +5769,7 @@ declare namespace LocalJSX {
|
|
|
5302
5769
|
"routerAnimation"?: AnimationBuilder | undefined;
|
|
5303
5770
|
/**
|
|
5304
5771
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
5772
|
+
* @default 'forward'
|
|
5305
5773
|
*/
|
|
5306
5774
|
"routerDirection"?: RouterDirection;
|
|
5307
5775
|
/**
|
|
@@ -5314,6 +5782,7 @@ declare namespace LocalJSX {
|
|
|
5314
5782
|
"size"?: 'small' | 'default' | 'large';
|
|
5315
5783
|
/**
|
|
5316
5784
|
* If `true`, activates a button with a heavier font weight.
|
|
5785
|
+
* @default false
|
|
5317
5786
|
*/
|
|
5318
5787
|
"strong"?: boolean;
|
|
5319
5788
|
/**
|
|
@@ -5322,18 +5791,21 @@ declare namespace LocalJSX {
|
|
|
5322
5791
|
"target"?: string | undefined;
|
|
5323
5792
|
/**
|
|
5324
5793
|
* The type of the button.
|
|
5794
|
+
* @default 'button'
|
|
5325
5795
|
*/
|
|
5326
5796
|
"type"?: 'submit' | 'reset' | 'button';
|
|
5327
5797
|
}
|
|
5328
5798
|
interface IonButtons {
|
|
5329
5799
|
/**
|
|
5330
5800
|
* If true, buttons will disappear when its parent toolbar has fully collapsed if the toolbar is not the first toolbar. If the toolbar is the first toolbar, the buttons will be hidden and will only be shown once all toolbars have fully collapsed. Only applies in `ios` mode with `collapse` set to `true` on `ion-header`. Typically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)
|
|
5801
|
+
* @default false
|
|
5331
5802
|
*/
|
|
5332
5803
|
"collapse"?: boolean;
|
|
5333
5804
|
}
|
|
5334
5805
|
interface IonCard {
|
|
5335
5806
|
/**
|
|
5336
5807
|
* If `true`, a button tag will be rendered and the card will be tappable.
|
|
5808
|
+
* @default false
|
|
5337
5809
|
*/
|
|
5338
5810
|
"button"?: boolean;
|
|
5339
5811
|
/**
|
|
@@ -5342,6 +5814,7 @@ declare namespace LocalJSX {
|
|
|
5342
5814
|
"color"?: Color;
|
|
5343
5815
|
/**
|
|
5344
5816
|
* If `true`, the user cannot interact with the card.
|
|
5817
|
+
* @default false
|
|
5345
5818
|
*/
|
|
5346
5819
|
"disabled"?: boolean;
|
|
5347
5820
|
/**
|
|
@@ -5366,6 +5839,7 @@ declare namespace LocalJSX {
|
|
|
5366
5839
|
"routerAnimation"?: AnimationBuilder | undefined;
|
|
5367
5840
|
/**
|
|
5368
5841
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
5842
|
+
* @default 'forward'
|
|
5369
5843
|
*/
|
|
5370
5844
|
"routerDirection"?: RouterDirection;
|
|
5371
5845
|
/**
|
|
@@ -5374,6 +5848,7 @@ declare namespace LocalJSX {
|
|
|
5374
5848
|
"target"?: string | undefined;
|
|
5375
5849
|
/**
|
|
5376
5850
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
5851
|
+
* @default 'button'
|
|
5377
5852
|
*/
|
|
5378
5853
|
"type"?: 'submit' | 'reset' | 'button';
|
|
5379
5854
|
}
|
|
@@ -5394,6 +5869,7 @@ declare namespace LocalJSX {
|
|
|
5394
5869
|
"mode"?: "ios" | "md";
|
|
5395
5870
|
/**
|
|
5396
5871
|
* If `true`, the card header will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
5872
|
+
* @default false
|
|
5397
5873
|
*/
|
|
5398
5874
|
"translucent"?: boolean;
|
|
5399
5875
|
}
|
|
@@ -5424,6 +5900,7 @@ declare namespace LocalJSX {
|
|
|
5424
5900
|
"alignment"?: 'start' | 'center';
|
|
5425
5901
|
/**
|
|
5426
5902
|
* If `true`, the checkbox is selected.
|
|
5903
|
+
* @default false
|
|
5427
5904
|
*/
|
|
5428
5905
|
"checked"?: boolean;
|
|
5429
5906
|
/**
|
|
@@ -5432,6 +5909,7 @@ declare namespace LocalJSX {
|
|
|
5432
5909
|
"color"?: Color;
|
|
5433
5910
|
/**
|
|
5434
5911
|
* If `true`, the user cannot interact with the checkbox.
|
|
5912
|
+
* @default false
|
|
5435
5913
|
*/
|
|
5436
5914
|
"disabled"?: boolean;
|
|
5437
5915
|
/**
|
|
@@ -5444,6 +5922,7 @@ declare namespace LocalJSX {
|
|
|
5444
5922
|
"helperText"?: string;
|
|
5445
5923
|
/**
|
|
5446
5924
|
* If `true`, the checkbox will visually appear as indeterminate.
|
|
5925
|
+
* @default false
|
|
5447
5926
|
*/
|
|
5448
5927
|
"indeterminate"?: boolean;
|
|
5449
5928
|
/**
|
|
@@ -5452,6 +5931,7 @@ declare namespace LocalJSX {
|
|
|
5452
5931
|
"justify"?: 'start' | 'end' | 'space-between';
|
|
5453
5932
|
/**
|
|
5454
5933
|
* Where to place the label relative to the checkbox. `"start"`: The label will appear to the left of the checkbox in LTR and to the right in RTL. `"end"`: The label will appear to the right of the checkbox in LTR and to the left in RTL. `"fixed"`: The label has the same behavior as `"start"` except it also has a fixed width. Long text will be truncated with ellipses ("..."). `"stacked"`: The label will appear above the checkbox regardless of the direction. The alignment of the label can be controlled with the `alignment` property.
|
|
5934
|
+
* @default 'start'
|
|
5455
5935
|
*/
|
|
5456
5936
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
5457
5937
|
/**
|
|
@@ -5460,6 +5940,7 @@ declare namespace LocalJSX {
|
|
|
5460
5940
|
"mode"?: "ios" | "md";
|
|
5461
5941
|
/**
|
|
5462
5942
|
* The name of the control, which is submitted with the form data.
|
|
5943
|
+
* @default this.inputId
|
|
5463
5944
|
*/
|
|
5464
5945
|
"name"?: string;
|
|
5465
5946
|
/**
|
|
@@ -5476,10 +5957,12 @@ declare namespace LocalJSX {
|
|
|
5476
5957
|
"onIonFocus"?: (event: IonCheckboxCustomEvent<void>) => void;
|
|
5477
5958
|
/**
|
|
5478
5959
|
* If true, screen readers will announce it as a required field. This property works only for accessibility purposes, it will not prevent the form from submitting if the value is invalid.
|
|
5960
|
+
* @default false
|
|
5479
5961
|
*/
|
|
5480
5962
|
"required"?: boolean;
|
|
5481
5963
|
/**
|
|
5482
5964
|
* The value of the checkbox does not mean if it's checked or not, use the `checked` property for that. The value of a checkbox is analogous to the value of an `<input type="checkbox">`, it's only used when the checkbox participates in a native `<form>`.
|
|
5965
|
+
* @default 'on'
|
|
5483
5966
|
*/
|
|
5484
5967
|
"value"?: any | null;
|
|
5485
5968
|
}
|
|
@@ -5490,6 +5973,7 @@ declare namespace LocalJSX {
|
|
|
5490
5973
|
"color"?: Color;
|
|
5491
5974
|
/**
|
|
5492
5975
|
* If `true`, the user cannot interact with the chip.
|
|
5976
|
+
* @default false
|
|
5493
5977
|
*/
|
|
5494
5978
|
"disabled"?: boolean;
|
|
5495
5979
|
/**
|
|
@@ -5498,6 +5982,7 @@ declare namespace LocalJSX {
|
|
|
5498
5982
|
"mode"?: "ios" | "md";
|
|
5499
5983
|
/**
|
|
5500
5984
|
* Display an outline style button.
|
|
5985
|
+
* @default false
|
|
5501
5986
|
*/
|
|
5502
5987
|
"outline"?: boolean;
|
|
5503
5988
|
}
|
|
@@ -5606,6 +6091,7 @@ declare namespace LocalJSX {
|
|
|
5606
6091
|
"color"?: Color;
|
|
5607
6092
|
/**
|
|
5608
6093
|
* Controls where the fixed content is placed relative to the main content in the DOM. This can be used to control the order in which fixed elements receive keyboard focus. For example, if a FAB in the fixed slot should receive keyboard focus before the main page content, set this property to `'before'`.
|
|
6094
|
+
* @default 'after'
|
|
5609
6095
|
*/
|
|
5610
6096
|
"fixedSlotPlacement"?: 'after' | 'before';
|
|
5611
6097
|
/**
|
|
@@ -5614,6 +6100,7 @@ declare namespace LocalJSX {
|
|
|
5614
6100
|
"forceOverscroll"?: boolean;
|
|
5615
6101
|
/**
|
|
5616
6102
|
* If `true`, the content will scroll behind the headers and footers. This effect can easily be seen by setting the toolbar to transparent.
|
|
6103
|
+
* @default false
|
|
5617
6104
|
*/
|
|
5618
6105
|
"fullscreen"?: boolean;
|
|
5619
6106
|
/**
|
|
@@ -5630,28 +6117,34 @@ declare namespace LocalJSX {
|
|
|
5630
6117
|
"onIonScrollStart"?: (event: IonContentCustomEvent<ScrollBaseDetail>) => void;
|
|
5631
6118
|
/**
|
|
5632
6119
|
* Because of performance reasons, ionScroll events are disabled by default, in order to enable them and start listening from (ionScroll), set this property to `true`.
|
|
6120
|
+
* @default false
|
|
5633
6121
|
*/
|
|
5634
6122
|
"scrollEvents"?: boolean;
|
|
5635
6123
|
/**
|
|
5636
6124
|
* If you want to enable the content scrolling in the X axis, set this property to `true`.
|
|
6125
|
+
* @default false
|
|
5637
6126
|
*/
|
|
5638
6127
|
"scrollX"?: boolean;
|
|
5639
6128
|
/**
|
|
5640
6129
|
* If you want to disable the content scrolling in the Y axis, set this property to `false`.
|
|
6130
|
+
* @default true
|
|
5641
6131
|
*/
|
|
5642
6132
|
"scrollY"?: boolean;
|
|
5643
6133
|
}
|
|
5644
6134
|
interface IonDatetime {
|
|
5645
6135
|
/**
|
|
5646
6136
|
* The text to display on the picker's cancel button.
|
|
6137
|
+
* @default 'Cancel'
|
|
5647
6138
|
*/
|
|
5648
6139
|
"cancelText"?: string;
|
|
5649
6140
|
/**
|
|
5650
6141
|
* The text to display on the picker's "Clear" button.
|
|
6142
|
+
* @default 'Clear'
|
|
5651
6143
|
*/
|
|
5652
6144
|
"clearText"?: string;
|
|
5653
6145
|
/**
|
|
5654
6146
|
* The color to use from your application's color palette. Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`. For more information on colors, see [theming](/docs/theming/basics).
|
|
6147
|
+
* @default 'primary'
|
|
5655
6148
|
*/
|
|
5656
6149
|
"color"?: Color;
|
|
5657
6150
|
/**
|
|
@@ -5660,14 +6153,17 @@ declare namespace LocalJSX {
|
|
|
5660
6153
|
"dayValues"?: number[] | number | string;
|
|
5661
6154
|
/**
|
|
5662
6155
|
* If `true`, the user cannot interact with the datetime.
|
|
6156
|
+
* @default false
|
|
5663
6157
|
*/
|
|
5664
6158
|
"disabled"?: boolean;
|
|
5665
6159
|
/**
|
|
5666
6160
|
* The text to display on the picker's "Done" button.
|
|
6161
|
+
* @default 'Done'
|
|
5667
6162
|
*/
|
|
5668
6163
|
"doneText"?: string;
|
|
5669
6164
|
/**
|
|
5670
6165
|
* The first day of the week to use for `ion-datetime`. The default value is `0` and represents Sunday.
|
|
6166
|
+
* @default 0
|
|
5671
6167
|
*/
|
|
5672
6168
|
"firstDayOfWeek"?: number;
|
|
5673
6169
|
/**
|
|
@@ -5692,6 +6188,7 @@ declare namespace LocalJSX {
|
|
|
5692
6188
|
"isDateEnabled"?: (dateIsoString: string) => boolean;
|
|
5693
6189
|
/**
|
|
5694
6190
|
* The locale to use for `ion-datetime`. This impacts month and day name formatting. The `"default"` value refers to the default locale set by your device.
|
|
6191
|
+
* @default 'default'
|
|
5695
6192
|
*/
|
|
5696
6193
|
"locale"?: string;
|
|
5697
6194
|
/**
|
|
@@ -5716,10 +6213,12 @@ declare namespace LocalJSX {
|
|
|
5716
6213
|
"monthValues"?: number[] | number | string;
|
|
5717
6214
|
/**
|
|
5718
6215
|
* If `true`, multiple dates can be selected at once. Only applies to `presentation="date"` and `preferWheel="false"`.
|
|
6216
|
+
* @default false
|
|
5719
6217
|
*/
|
|
5720
6218
|
"multiple"?: boolean;
|
|
5721
6219
|
/**
|
|
5722
6220
|
* The name of the control, which is submitted with the form data.
|
|
6221
|
+
* @default this.inputId
|
|
5723
6222
|
*/
|
|
5724
6223
|
"name"?: string;
|
|
5725
6224
|
/**
|
|
@@ -5740,34 +6239,47 @@ declare namespace LocalJSX {
|
|
|
5740
6239
|
"onIonFocus"?: (event: IonDatetimeCustomEvent<void>) => void;
|
|
5741
6240
|
/**
|
|
5742
6241
|
* If `true`, a wheel picker will be rendered instead of a calendar grid where possible. If `false`, a calendar grid will be rendered instead of a wheel picker where possible. A wheel picker can be rendered instead of a grid when `presentation` is one of the following values: `"date"`, `"date-time"`, or `"time-date"`. A wheel picker will always be rendered regardless of the `preferWheel` value when `presentation` is one of the following values: `"time"`, `"month"`, `"month-year"`, or `"year"`.
|
|
6242
|
+
* @default false
|
|
5743
6243
|
*/
|
|
5744
6244
|
"preferWheel"?: boolean;
|
|
5745
6245
|
/**
|
|
5746
6246
|
* Which values you want to select. `"date"` will show a calendar picker to select the month, day, and year. `"time"` will show a time picker to select the hour, minute, and (optionally) AM/PM. `"date-time"` will show the date picker first and time picker second. `"time-date"` will show the time picker first and date picker second.
|
|
6247
|
+
* @default 'date-time'
|
|
5747
6248
|
*/
|
|
5748
6249
|
"presentation"?: DatetimePresentation;
|
|
5749
6250
|
/**
|
|
5750
6251
|
* If `true`, the datetime appears normal but the selected date cannot be changed.
|
|
6252
|
+
* @default false
|
|
5751
6253
|
*/
|
|
5752
6254
|
"readonly"?: boolean;
|
|
6255
|
+
/**
|
|
6256
|
+
* If `true`, the datetime calendar displays a six-week (42-day) layout, including days from the previous and next months to fill the grid. These adjacent days are selectable unless disabled.
|
|
6257
|
+
* @default false
|
|
6258
|
+
*/
|
|
6259
|
+
"showAdjacentDays"?: boolean;
|
|
5753
6260
|
/**
|
|
5754
6261
|
* If `true`, a "Clear" button will be rendered alongside the default "Cancel" and "OK" buttons at the bottom of the `ion-datetime` component. Developers can also use the `button` slot if they want to customize these buttons. If custom buttons are set in the `button` slot then the default buttons will not be rendered.
|
|
6262
|
+
* @default false
|
|
5755
6263
|
*/
|
|
5756
6264
|
"showClearButton"?: boolean;
|
|
5757
6265
|
/**
|
|
5758
6266
|
* If `true`, the default "Cancel" and "OK" buttons will be rendered at the bottom of the `ion-datetime` component. Developers can also use the `button` slot if they want to customize these buttons. If custom buttons are set in the `button` slot then the default buttons will not be rendered.
|
|
6267
|
+
* @default false
|
|
5759
6268
|
*/
|
|
5760
6269
|
"showDefaultButtons"?: boolean;
|
|
5761
6270
|
/**
|
|
5762
6271
|
* If `true`, the default "Time" label will be rendered for the time selector of the `ion-datetime` component. Developers can also use the `time-label` slot if they want to customize this label. If a custom label is set in the `time-label` slot then the default label will not be rendered.
|
|
6272
|
+
* @default true
|
|
5763
6273
|
*/
|
|
5764
6274
|
"showDefaultTimeLabel"?: boolean;
|
|
5765
6275
|
/**
|
|
5766
6276
|
* If `true`, a header will be shown above the calendar picker. This will include both the slotted title, and the selected date.
|
|
6277
|
+
* @default false
|
|
5767
6278
|
*/
|
|
5768
6279
|
"showDefaultTitle"?: boolean;
|
|
5769
6280
|
/**
|
|
5770
6281
|
* If `cover`, the `ion-datetime` will expand to cover the full width of its container. If `fixed`, the `ion-datetime` will have a fixed width.
|
|
6282
|
+
* @default 'fixed'
|
|
5771
6283
|
*/
|
|
5772
6284
|
"size"?: 'cover' | 'fixed';
|
|
5773
6285
|
/**
|
|
@@ -5786,6 +6298,7 @@ declare namespace LocalJSX {
|
|
|
5786
6298
|
interface IonDatetimeButton {
|
|
5787
6299
|
/**
|
|
5788
6300
|
* The color to use from your application's color palette. Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`. For more information on colors, see [theming](/docs/theming/basics).
|
|
6301
|
+
* @default 'primary'
|
|
5789
6302
|
*/
|
|
5790
6303
|
"color"?: Color;
|
|
5791
6304
|
/**
|
|
@@ -5794,6 +6307,7 @@ declare namespace LocalJSX {
|
|
|
5794
6307
|
"datetime"?: string;
|
|
5795
6308
|
/**
|
|
5796
6309
|
* If `true`, the user cannot interact with the button.
|
|
6310
|
+
* @default false
|
|
5797
6311
|
*/
|
|
5798
6312
|
"disabled"?: boolean;
|
|
5799
6313
|
/**
|
|
@@ -5804,10 +6318,12 @@ declare namespace LocalJSX {
|
|
|
5804
6318
|
interface IonFab {
|
|
5805
6319
|
/**
|
|
5806
6320
|
* If `true`, both the `ion-fab-button` and all `ion-fab-list` inside `ion-fab` will become active. That means `ion-fab-button` will become a `close` icon and `ion-fab-list` will become visible.
|
|
6321
|
+
* @default false
|
|
5807
6322
|
*/
|
|
5808
6323
|
"activated"?: boolean;
|
|
5809
6324
|
/**
|
|
5810
6325
|
* If `true`, the fab will display on the edge of the header if `vertical` is `"top"`, and on the edge of the footer if it is `"bottom"`. Should be used with a `fixed` slot.
|
|
6326
|
+
* @default false
|
|
5811
6327
|
*/
|
|
5812
6328
|
"edge"?: boolean;
|
|
5813
6329
|
/**
|
|
@@ -5822,10 +6338,12 @@ declare namespace LocalJSX {
|
|
|
5822
6338
|
interface IonFabButton {
|
|
5823
6339
|
/**
|
|
5824
6340
|
* If `true`, the fab button will be show a close icon.
|
|
6341
|
+
* @default false
|
|
5825
6342
|
*/
|
|
5826
6343
|
"activated"?: boolean;
|
|
5827
6344
|
/**
|
|
5828
6345
|
* The icon name to use for the close icon. This will appear when the fab button is pressed. Only applies if it is the main button inside of a fab containing a fab list.
|
|
6346
|
+
* @default close
|
|
5829
6347
|
*/
|
|
5830
6348
|
"closeIcon"?: string;
|
|
5831
6349
|
/**
|
|
@@ -5834,6 +6352,7 @@ declare namespace LocalJSX {
|
|
|
5834
6352
|
"color"?: Color;
|
|
5835
6353
|
/**
|
|
5836
6354
|
* If `true`, the user cannot interact with the fab button.
|
|
6355
|
+
* @default false
|
|
5837
6356
|
*/
|
|
5838
6357
|
"disabled"?: boolean;
|
|
5839
6358
|
/**
|
|
@@ -5866,10 +6385,12 @@ declare namespace LocalJSX {
|
|
|
5866
6385
|
"routerAnimation"?: AnimationBuilder | undefined;
|
|
5867
6386
|
/**
|
|
5868
6387
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
6388
|
+
* @default 'forward'
|
|
5869
6389
|
*/
|
|
5870
6390
|
"routerDirection"?: RouterDirection;
|
|
5871
6391
|
/**
|
|
5872
6392
|
* If `true`, the fab button will show when in a fab-list.
|
|
6393
|
+
* @default false
|
|
5873
6394
|
*/
|
|
5874
6395
|
"show"?: boolean;
|
|
5875
6396
|
/**
|
|
@@ -5882,20 +6403,24 @@ declare namespace LocalJSX {
|
|
|
5882
6403
|
"target"?: string | undefined;
|
|
5883
6404
|
/**
|
|
5884
6405
|
* If `true`, the fab button will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
6406
|
+
* @default false
|
|
5885
6407
|
*/
|
|
5886
6408
|
"translucent"?: boolean;
|
|
5887
6409
|
/**
|
|
5888
6410
|
* The type of the button.
|
|
6411
|
+
* @default 'button'
|
|
5889
6412
|
*/
|
|
5890
6413
|
"type"?: 'submit' | 'reset' | 'button';
|
|
5891
6414
|
}
|
|
5892
6415
|
interface IonFabList {
|
|
5893
6416
|
/**
|
|
5894
6417
|
* If `true`, the fab list will show all fab buttons in the list.
|
|
6418
|
+
* @default false
|
|
5895
6419
|
*/
|
|
5896
6420
|
"activated"?: boolean;
|
|
5897
6421
|
/**
|
|
5898
6422
|
* The side the fab list will show on relative to the main fab button.
|
|
6423
|
+
* @default 'bottom'
|
|
5899
6424
|
*/
|
|
5900
6425
|
"side"?: 'start' | 'end' | 'top' | 'bottom';
|
|
5901
6426
|
}
|
|
@@ -5910,12 +6435,14 @@ declare namespace LocalJSX {
|
|
|
5910
6435
|
"mode"?: "ios" | "md";
|
|
5911
6436
|
/**
|
|
5912
6437
|
* If `true`, the footer will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility). Note: In order to scroll content behind the footer, the `fullscreen` attribute needs to be set on the content.
|
|
6438
|
+
* @default false
|
|
5913
6439
|
*/
|
|
5914
6440
|
"translucent"?: boolean;
|
|
5915
6441
|
}
|
|
5916
6442
|
interface IonGrid {
|
|
5917
6443
|
/**
|
|
5918
6444
|
* If `true`, the grid will have a fixed width based on the screen size.
|
|
6445
|
+
* @default false
|
|
5919
6446
|
*/
|
|
5920
6447
|
"fixed"?: boolean;
|
|
5921
6448
|
}
|
|
@@ -5930,6 +6457,7 @@ declare namespace LocalJSX {
|
|
|
5930
6457
|
"mode"?: "ios" | "md";
|
|
5931
6458
|
/**
|
|
5932
6459
|
* If `true`, the header will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility). Note: In order to scroll content behind the header, the `fullscreen` attribute needs to be set on the content.
|
|
6460
|
+
* @default false
|
|
5933
6461
|
*/
|
|
5934
6462
|
"translucent"?: boolean;
|
|
5935
6463
|
}
|
|
@@ -5958,6 +6486,7 @@ declare namespace LocalJSX {
|
|
|
5958
6486
|
interface IonInfiniteScroll {
|
|
5959
6487
|
/**
|
|
5960
6488
|
* If `true`, the infinite scroll will be hidden and scroll event listeners will be removed. Set this to true to disable the infinite scroll from actively trying to receive new data while scrolling. This is useful when it is known that there is no more data that can be added, and the infinite scroll is no longer needed.
|
|
6489
|
+
* @default false
|
|
5961
6490
|
*/
|
|
5962
6491
|
"disabled"?: boolean;
|
|
5963
6492
|
/**
|
|
@@ -5966,10 +6495,12 @@ declare namespace LocalJSX {
|
|
|
5966
6495
|
"onIonInfinite"?: (event: IonInfiniteScrollCustomEvent<void>) => void;
|
|
5967
6496
|
/**
|
|
5968
6497
|
* The position of the infinite scroll element. The value can be either `top` or `bottom`.
|
|
6498
|
+
* @default 'bottom'
|
|
5969
6499
|
*/
|
|
5970
6500
|
"position"?: 'top' | 'bottom';
|
|
5971
6501
|
/**
|
|
5972
6502
|
* The threshold distance from the bottom of the content to call the `infinite` output event when scrolled. The threshold value can be either a percent, or in pixels. For example, use the value of `10%` for the `infinite` output event to get called when the user has scrolled 10% from the bottom of the page. Use the value `100px` when the scroll is within 100 pixels from the bottom of the page.
|
|
6503
|
+
* @default '15%'
|
|
5973
6504
|
*/
|
|
5974
6505
|
"threshold"?: string;
|
|
5975
6506
|
}
|
|
@@ -5986,22 +6517,27 @@ declare namespace LocalJSX {
|
|
|
5986
6517
|
interface IonInput {
|
|
5987
6518
|
/**
|
|
5988
6519
|
* Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user. Available options: `"off"`, `"none"`, `"on"`, `"sentences"`, `"words"`, `"characters"`.
|
|
6520
|
+
* @default 'off'
|
|
5989
6521
|
*/
|
|
5990
6522
|
"autocapitalize"?: string;
|
|
5991
6523
|
/**
|
|
5992
6524
|
* Indicates whether the value of the control can be automatically completed by the browser.
|
|
6525
|
+
* @default 'off'
|
|
5993
6526
|
*/
|
|
5994
6527
|
"autocomplete"?: AutocompleteTypes;
|
|
5995
6528
|
/**
|
|
5996
6529
|
* Whether auto correction should be enabled when the user is entering/editing the text value.
|
|
6530
|
+
* @default 'off'
|
|
5997
6531
|
*/
|
|
5998
6532
|
"autocorrect"?: 'on' | 'off';
|
|
5999
6533
|
/**
|
|
6000
6534
|
* Sets the [`autofocus` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autofocus) on the native input element. This may not be sufficient for the element to be focused on page load. See [managing focus](/docs/developing/managing-focus) for more information.
|
|
6535
|
+
* @default false
|
|
6001
6536
|
*/
|
|
6002
6537
|
"autofocus"?: boolean;
|
|
6003
6538
|
/**
|
|
6004
6539
|
* If `true`, a clear icon will appear in the input when there is a value. Clicking it clears the input.
|
|
6540
|
+
* @default false
|
|
6005
6541
|
*/
|
|
6006
6542
|
"clearInput"?: boolean;
|
|
6007
6543
|
/**
|
|
@@ -6018,6 +6554,7 @@ declare namespace LocalJSX {
|
|
|
6018
6554
|
"color"?: Color;
|
|
6019
6555
|
/**
|
|
6020
6556
|
* If `true`, a character counter will display the ratio of characters used and the total character limit. Developers must also set the `maxlength` property for the counter to be calculated correctly.
|
|
6557
|
+
* @default false
|
|
6021
6558
|
*/
|
|
6022
6559
|
"counter"?: boolean;
|
|
6023
6560
|
/**
|
|
@@ -6030,6 +6567,7 @@ declare namespace LocalJSX {
|
|
|
6030
6567
|
"debounce"?: number;
|
|
6031
6568
|
/**
|
|
6032
6569
|
* If `true`, the user cannot interact with the input.
|
|
6570
|
+
* @default false
|
|
6033
6571
|
*/
|
|
6034
6572
|
"disabled"?: boolean;
|
|
6035
6573
|
/**
|
|
@@ -6058,6 +6596,7 @@ declare namespace LocalJSX {
|
|
|
6058
6596
|
"label"?: string;
|
|
6059
6597
|
/**
|
|
6060
6598
|
* Where to place the label relative to the input. `"start"`: The label will appear to the left of the input in LTR and to the right in RTL. `"end"`: The label will appear to the right of the input in LTR and to the left in RTL. `"floating"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input. `"stacked"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value. `"fixed"`: The label has the same behavior as `"start"` except it also has a fixed width. Long text will be truncated with ellipses ("...").
|
|
6599
|
+
* @default 'start'
|
|
6061
6600
|
*/
|
|
6062
6601
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
6063
6602
|
/**
|
|
@@ -6086,6 +6625,7 @@ declare namespace LocalJSX {
|
|
|
6086
6625
|
"multiple"?: boolean;
|
|
6087
6626
|
/**
|
|
6088
6627
|
* The name of the control, which is submitted with the form data.
|
|
6628
|
+
* @default this.inputId
|
|
6089
6629
|
*/
|
|
6090
6630
|
"name"?: string;
|
|
6091
6631
|
/**
|
|
@@ -6114,10 +6654,12 @@ declare namespace LocalJSX {
|
|
|
6114
6654
|
"placeholder"?: string;
|
|
6115
6655
|
/**
|
|
6116
6656
|
* If `true`, the user cannot modify the value.
|
|
6657
|
+
* @default false
|
|
6117
6658
|
*/
|
|
6118
6659
|
"readonly"?: boolean;
|
|
6119
6660
|
/**
|
|
6120
6661
|
* If `true`, the user must fill in a value before submitting a form.
|
|
6662
|
+
* @default false
|
|
6121
6663
|
*/
|
|
6122
6664
|
"required"?: boolean;
|
|
6123
6665
|
/**
|
|
@@ -6126,6 +6668,7 @@ declare namespace LocalJSX {
|
|
|
6126
6668
|
"shape"?: 'round';
|
|
6127
6669
|
/**
|
|
6128
6670
|
* If `true`, the element will have its spelling and grammar checked.
|
|
6671
|
+
* @default false
|
|
6129
6672
|
*/
|
|
6130
6673
|
"spellcheck"?: boolean;
|
|
6131
6674
|
/**
|
|
@@ -6134,10 +6677,95 @@ declare namespace LocalJSX {
|
|
|
6134
6677
|
"step"?: string;
|
|
6135
6678
|
/**
|
|
6136
6679
|
* The type of control to display. The default type is text.
|
|
6680
|
+
* @default 'text'
|
|
6137
6681
|
*/
|
|
6138
6682
|
"type"?: TextFieldTypes;
|
|
6139
6683
|
/**
|
|
6140
6684
|
* The value of the input.
|
|
6685
|
+
* @default ''
|
|
6686
|
+
*/
|
|
6687
|
+
"value"?: string | number | null;
|
|
6688
|
+
}
|
|
6689
|
+
interface IonInputOtp {
|
|
6690
|
+
/**
|
|
6691
|
+
* Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user. Available options: `"off"`, `"none"`, `"on"`, `"sentences"`, `"words"`, `"characters"`.
|
|
6692
|
+
* @default 'off'
|
|
6693
|
+
*/
|
|
6694
|
+
"autocapitalize"?: string;
|
|
6695
|
+
/**
|
|
6696
|
+
* The color to use from your application's color palette. Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`. For more information on colors, see [theming](/docs/theming/basics).
|
|
6697
|
+
*/
|
|
6698
|
+
"color"?: Color;
|
|
6699
|
+
/**
|
|
6700
|
+
* If `true`, the user cannot interact with the input.
|
|
6701
|
+
* @default false
|
|
6702
|
+
*/
|
|
6703
|
+
"disabled"?: boolean;
|
|
6704
|
+
/**
|
|
6705
|
+
* The fill for the input boxes. If `"solid"` the input boxes will have a background. If `"outline"` the input boxes will be transparent with a border.
|
|
6706
|
+
* @default 'outline'
|
|
6707
|
+
*/
|
|
6708
|
+
"fill"?: 'outline' | 'solid';
|
|
6709
|
+
/**
|
|
6710
|
+
* A hint to the browser for which keyboard to display. Possible values: `"none"`, `"text"`, `"tel"`, `"url"`, `"email"`, `"numeric"`, `"decimal"`, and `"search"`. For numbers (type="number"): "numeric" For text (type="text"): "text"
|
|
6711
|
+
*/
|
|
6712
|
+
"inputmode"?: 'none' | 'text' | 'tel' | 'url' | 'email' | 'numeric' | 'decimal' | 'search';
|
|
6713
|
+
/**
|
|
6714
|
+
* The number of input boxes to display.
|
|
6715
|
+
* @default 4
|
|
6716
|
+
*/
|
|
6717
|
+
"length"?: number;
|
|
6718
|
+
/**
|
|
6719
|
+
* Emitted when the input group loses focus.
|
|
6720
|
+
*/
|
|
6721
|
+
"onIonBlur"?: (event: IonInputOtpCustomEvent<FocusEvent>) => void;
|
|
6722
|
+
/**
|
|
6723
|
+
* The `ionChange` event is fired when the user modifies the input's value. Unlike the `ionInput` event, the `ionChange` event is only fired when changes are committed, not as the user types. The `ionChange` event fires when the `<ion-input-otp>` component loses focus after its value has changed. This event will not emit when programmatically setting the `value` property.
|
|
6724
|
+
*/
|
|
6725
|
+
"onIonChange"?: (event: IonInputOtpCustomEvent<InputOtpChangeEventDetail>) => void;
|
|
6726
|
+
/**
|
|
6727
|
+
* Emitted when all input boxes have been filled with valid values.
|
|
6728
|
+
*/
|
|
6729
|
+
"onIonComplete"?: (event: IonInputOtpCustomEvent<InputOtpCompleteEventDetail>) => void;
|
|
6730
|
+
/**
|
|
6731
|
+
* Emitted when the input group has focus.
|
|
6732
|
+
*/
|
|
6733
|
+
"onIonFocus"?: (event: IonInputOtpCustomEvent<FocusEvent>) => void;
|
|
6734
|
+
/**
|
|
6735
|
+
* The `ionInput` event is fired each time the user modifies the input's value. Unlike the `ionChange` event, the `ionInput` event is fired for each alteration to the input's value. This typically happens for each keystroke as the user types. For elements that accept text input (`type=text`, `type=tel`, etc.), the interface is [`InputEvent`](https://developer.mozilla.org/en-US/docs/Web/API/InputEvent); for others, the interface is [`Event`](https://developer.mozilla.org/en-US/docs/Web/API/Event). If the input is cleared on edit, the type is `null`.
|
|
6736
|
+
*/
|
|
6737
|
+
"onIonInput"?: (event: IonInputOtpCustomEvent<InputOtpInputEventDetail>) => void;
|
|
6738
|
+
/**
|
|
6739
|
+
* A regex pattern string for allowed characters. Defaults based on type. For numbers (`type="number"`): `"[\p{N}]"` For text (`type="text"`): `"[\p{L}\p{N}]"`
|
|
6740
|
+
*/
|
|
6741
|
+
"pattern"?: string;
|
|
6742
|
+
/**
|
|
6743
|
+
* If `true`, the user cannot modify the value.
|
|
6744
|
+
* @default false
|
|
6745
|
+
*/
|
|
6746
|
+
"readonly"?: boolean;
|
|
6747
|
+
/**
|
|
6748
|
+
* Where separators should be shown between input boxes. Can be a comma-separated string or an array of numbers. For example: `"3"` will show a separator after the 3rd input box. `[1,4]` will show a separator after the 1st and 4th input boxes. `"all"` will show a separator between every input box.
|
|
6749
|
+
*/
|
|
6750
|
+
"separators"?: 'all' | string | number[];
|
|
6751
|
+
/**
|
|
6752
|
+
* The shape of the input boxes. If "round" they will have an increased border radius. If "rectangular" they will have no border radius. If "soft" they will have a soft border radius.
|
|
6753
|
+
* @default 'round'
|
|
6754
|
+
*/
|
|
6755
|
+
"shape"?: 'round' | 'rectangular' | 'soft';
|
|
6756
|
+
/**
|
|
6757
|
+
* The size of the input boxes.
|
|
6758
|
+
* @default 'medium'
|
|
6759
|
+
*/
|
|
6760
|
+
"size"?: 'small' | 'medium' | 'large';
|
|
6761
|
+
/**
|
|
6762
|
+
* The type of input allowed in the input boxes.
|
|
6763
|
+
* @default 'number'
|
|
6764
|
+
*/
|
|
6765
|
+
"type"?: 'text' | 'number';
|
|
6766
|
+
/**
|
|
6767
|
+
* The value of the input group.
|
|
6768
|
+
* @default ''
|
|
6141
6769
|
*/
|
|
6142
6770
|
"value"?: string | number | null;
|
|
6143
6771
|
}
|
|
@@ -6162,6 +6790,7 @@ declare namespace LocalJSX {
|
|
|
6162
6790
|
interface IonItem {
|
|
6163
6791
|
/**
|
|
6164
6792
|
* If `true`, a button tag will be rendered and the item will be tappable.
|
|
6793
|
+
* @default false
|
|
6165
6794
|
*/
|
|
6166
6795
|
"button"?: boolean;
|
|
6167
6796
|
/**
|
|
@@ -6174,10 +6803,12 @@ declare namespace LocalJSX {
|
|
|
6174
6803
|
"detail"?: boolean;
|
|
6175
6804
|
/**
|
|
6176
6805
|
* The icon to use when `detail` is set to `true`.
|
|
6806
|
+
* @default chevronForward
|
|
6177
6807
|
*/
|
|
6178
6808
|
"detailIcon"?: string;
|
|
6179
6809
|
/**
|
|
6180
6810
|
* If `true`, the user cannot interact with the item.
|
|
6811
|
+
* @default false
|
|
6181
6812
|
*/
|
|
6182
6813
|
"disabled"?: boolean;
|
|
6183
6814
|
/**
|
|
@@ -6206,6 +6837,7 @@ declare namespace LocalJSX {
|
|
|
6206
6837
|
"routerAnimation"?: AnimationBuilder | undefined;
|
|
6207
6838
|
/**
|
|
6208
6839
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
6840
|
+
* @default 'forward'
|
|
6209
6841
|
*/
|
|
6210
6842
|
"routerDirection"?: RouterDirection;
|
|
6211
6843
|
/**
|
|
@@ -6214,6 +6846,7 @@ declare namespace LocalJSX {
|
|
|
6214
6846
|
"target"?: string | undefined;
|
|
6215
6847
|
/**
|
|
6216
6848
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
6849
|
+
* @default 'button'
|
|
6217
6850
|
*/
|
|
6218
6851
|
"type"?: 'submit' | 'reset' | 'button';
|
|
6219
6852
|
}
|
|
@@ -6228,6 +6861,7 @@ declare namespace LocalJSX {
|
|
|
6228
6861
|
"mode"?: "ios" | "md";
|
|
6229
6862
|
/**
|
|
6230
6863
|
* When it's set to `true`, the item-divider will stay visible when it reaches the top of the viewport until the next `ion-item-divider` replaces it. This feature relies in `position:sticky`: https://caniuse.com/#feat=css-sticky
|
|
6864
|
+
* @default false
|
|
6231
6865
|
*/
|
|
6232
6866
|
"sticky"?: boolean;
|
|
6233
6867
|
}
|
|
@@ -6240,6 +6874,7 @@ declare namespace LocalJSX {
|
|
|
6240
6874
|
"color"?: Color;
|
|
6241
6875
|
/**
|
|
6242
6876
|
* If `true`, the user cannot interact with the item option.
|
|
6877
|
+
* @default false
|
|
6243
6878
|
*/
|
|
6244
6879
|
"disabled"?: boolean;
|
|
6245
6880
|
/**
|
|
@@ -6248,6 +6883,7 @@ declare namespace LocalJSX {
|
|
|
6248
6883
|
"download"?: string | undefined;
|
|
6249
6884
|
/**
|
|
6250
6885
|
* If `true`, the option will expand to take up the available width and cover any other options.
|
|
6886
|
+
* @default false
|
|
6251
6887
|
*/
|
|
6252
6888
|
"expandable"?: boolean;
|
|
6253
6889
|
/**
|
|
@@ -6268,6 +6904,7 @@ declare namespace LocalJSX {
|
|
|
6268
6904
|
"target"?: string | undefined;
|
|
6269
6905
|
/**
|
|
6270
6906
|
* The type of the button.
|
|
6907
|
+
* @default 'button'
|
|
6271
6908
|
*/
|
|
6272
6909
|
"type"?: 'submit' | 'reset' | 'button';
|
|
6273
6910
|
}
|
|
@@ -6278,12 +6915,14 @@ declare namespace LocalJSX {
|
|
|
6278
6915
|
"onIonSwipe"?: (event: IonItemOptionsCustomEvent<any>) => void;
|
|
6279
6916
|
/**
|
|
6280
6917
|
* The side the option button should be on. Possible values: `"start"` and `"end"`. If you have multiple `ion-item-options`, a side must be provided for each.
|
|
6918
|
+
* @default 'end'
|
|
6281
6919
|
*/
|
|
6282
6920
|
"side"?: Side;
|
|
6283
6921
|
}
|
|
6284
6922
|
interface IonItemSliding {
|
|
6285
6923
|
/**
|
|
6286
6924
|
* If `true`, the user cannot interact with the sliding item.
|
|
6925
|
+
* @default false
|
|
6287
6926
|
*/
|
|
6288
6927
|
"disabled"?: boolean;
|
|
6289
6928
|
/**
|
|
@@ -6308,6 +6947,7 @@ declare namespace LocalJSX {
|
|
|
6308
6947
|
interface IonList {
|
|
6309
6948
|
/**
|
|
6310
6949
|
* If `true`, the list will have margin around it and rounded corners.
|
|
6950
|
+
* @default false
|
|
6311
6951
|
*/
|
|
6312
6952
|
"inset"?: boolean;
|
|
6313
6953
|
/**
|
|
@@ -6336,10 +6976,12 @@ declare namespace LocalJSX {
|
|
|
6336
6976
|
interface IonLoading {
|
|
6337
6977
|
/**
|
|
6338
6978
|
* If `true`, the loading indicator will animate.
|
|
6979
|
+
* @default true
|
|
6339
6980
|
*/
|
|
6340
6981
|
"animated"?: boolean;
|
|
6341
6982
|
/**
|
|
6342
6983
|
* If `true`, the loading indicator will be dismissed when the backdrop is clicked.
|
|
6984
|
+
* @default false
|
|
6343
6985
|
*/
|
|
6344
6986
|
"backdropDismiss"?: boolean;
|
|
6345
6987
|
/**
|
|
@@ -6348,6 +6990,7 @@ declare namespace LocalJSX {
|
|
|
6348
6990
|
"cssClass"?: string | string[];
|
|
6349
6991
|
/**
|
|
6350
6992
|
* Number of milliseconds to wait before dismissing the loading indicator.
|
|
6993
|
+
* @default 0
|
|
6351
6994
|
*/
|
|
6352
6995
|
"duration"?: number;
|
|
6353
6996
|
/**
|
|
@@ -6360,10 +7003,12 @@ declare namespace LocalJSX {
|
|
|
6360
7003
|
"htmlAttributes"?: { [key: string]: any };
|
|
6361
7004
|
/**
|
|
6362
7005
|
* If `true`, the loading indicator will open. If `false`, the loading indicator will close. Use this if you need finer grained control over presentation, otherwise just use the loadingController or the `trigger` property. Note: `isOpen` will not automatically be set back to `false` when the loading indicator dismisses. You will need to do that in your code.
|
|
7006
|
+
* @default false
|
|
6363
7007
|
*/
|
|
6364
7008
|
"isOpen"?: boolean;
|
|
6365
7009
|
/**
|
|
6366
7010
|
* If `true`, the keyboard will be automatically dismissed when the overlay is presented.
|
|
7011
|
+
* @default true
|
|
6367
7012
|
*/
|
|
6368
7013
|
"keyboardClose"?: boolean;
|
|
6369
7014
|
/**
|
|
@@ -6412,6 +7057,7 @@ declare namespace LocalJSX {
|
|
|
6412
7057
|
"onWillPresent"?: (event: IonLoadingCustomEvent<void>) => void;
|
|
6413
7058
|
/**
|
|
6414
7059
|
* If `true`, a backdrop will be displayed behind the loading indicator.
|
|
7060
|
+
* @default true
|
|
6415
7061
|
*/
|
|
6416
7062
|
"showBackdrop"?: boolean;
|
|
6417
7063
|
/**
|
|
@@ -6420,6 +7066,7 @@ declare namespace LocalJSX {
|
|
|
6420
7066
|
"spinner"?: SpinnerTypes | null;
|
|
6421
7067
|
/**
|
|
6422
7068
|
* If `true`, the loading indicator will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
7069
|
+
* @default false
|
|
6423
7070
|
*/
|
|
6424
7071
|
"translucent"?: boolean;
|
|
6425
7072
|
/**
|
|
@@ -6434,10 +7081,12 @@ declare namespace LocalJSX {
|
|
|
6434
7081
|
"contentId"?: string;
|
|
6435
7082
|
/**
|
|
6436
7083
|
* If `true`, the menu is disabled.
|
|
7084
|
+
* @default false
|
|
6437
7085
|
*/
|
|
6438
7086
|
"disabled"?: boolean;
|
|
6439
7087
|
/**
|
|
6440
7088
|
* The edge threshold for dragging the menu open. If a drag/swipe happens over this value, the menu is not triggered.
|
|
7089
|
+
* @default 50
|
|
6441
7090
|
*/
|
|
6442
7091
|
"maxEdgeStart"?: number;
|
|
6443
7092
|
/**
|
|
@@ -6462,10 +7111,12 @@ declare namespace LocalJSX {
|
|
|
6462
7111
|
"onIonWillOpen"?: (event: IonMenuCustomEvent<void>) => void;
|
|
6463
7112
|
/**
|
|
6464
7113
|
* Which side of the view the menu should be placed.
|
|
7114
|
+
* @default 'start'
|
|
6465
7115
|
*/
|
|
6466
7116
|
"side"?: Side;
|
|
6467
7117
|
/**
|
|
6468
7118
|
* If `true`, swiping the menu is enabled.
|
|
7119
|
+
* @default true
|
|
6469
7120
|
*/
|
|
6470
7121
|
"swipeGesture"?: boolean;
|
|
6471
7122
|
/**
|
|
@@ -6476,6 +7127,7 @@ declare namespace LocalJSX {
|
|
|
6476
7127
|
interface IonMenuButton {
|
|
6477
7128
|
/**
|
|
6478
7129
|
* Automatically hides the menu button when the corresponding menu is not active
|
|
7130
|
+
* @default true
|
|
6479
7131
|
*/
|
|
6480
7132
|
"autoHide"?: boolean;
|
|
6481
7133
|
/**
|
|
@@ -6484,6 +7136,7 @@ declare namespace LocalJSX {
|
|
|
6484
7136
|
"color"?: Color;
|
|
6485
7137
|
/**
|
|
6486
7138
|
* If `true`, the user cannot interact with the menu button.
|
|
7139
|
+
* @default false
|
|
6487
7140
|
*/
|
|
6488
7141
|
"disabled"?: boolean;
|
|
6489
7142
|
/**
|
|
@@ -6496,12 +7149,14 @@ declare namespace LocalJSX {
|
|
|
6496
7149
|
"mode"?: "ios" | "md";
|
|
6497
7150
|
/**
|
|
6498
7151
|
* The type of the button.
|
|
7152
|
+
* @default 'button'
|
|
6499
7153
|
*/
|
|
6500
7154
|
"type"?: 'submit' | 'reset' | 'button';
|
|
6501
7155
|
}
|
|
6502
7156
|
interface IonMenuToggle {
|
|
6503
7157
|
/**
|
|
6504
7158
|
* Automatically hides the content when the corresponding menu is not active. By default, it's `true`. Change it to `false` in order to keep `ion-menu-toggle` always visible regardless the state of the menu.
|
|
7159
|
+
* @default true
|
|
6505
7160
|
*/
|
|
6506
7161
|
"autoHide"?: boolean;
|
|
6507
7162
|
/**
|
|
@@ -6512,14 +7167,17 @@ declare namespace LocalJSX {
|
|
|
6512
7167
|
interface IonModal {
|
|
6513
7168
|
/**
|
|
6514
7169
|
* If `true`, the modal will animate.
|
|
7170
|
+
* @default true
|
|
6515
7171
|
*/
|
|
6516
7172
|
"animated"?: boolean;
|
|
6517
7173
|
/**
|
|
6518
7174
|
* A decimal value between 0 and 1 that indicates the point after which the backdrop will begin to fade in when using a sheet modal. Prior to this point, the backdrop will be hidden and the content underneath the sheet can be interacted with. This value is exclusive meaning the backdrop will become active after the value specified.
|
|
7175
|
+
* @default 0
|
|
6519
7176
|
*/
|
|
6520
7177
|
"backdropBreakpoint"?: number;
|
|
6521
7178
|
/**
|
|
6522
7179
|
* If `true`, the modal will be dismissed when the backdrop is clicked.
|
|
7180
|
+
* @default true
|
|
6523
7181
|
*/
|
|
6524
7182
|
"backdropDismiss"?: boolean;
|
|
6525
7183
|
/**
|
|
@@ -6528,6 +7186,7 @@ declare namespace LocalJSX {
|
|
|
6528
7186
|
"breakpoints"?: number[];
|
|
6529
7187
|
/**
|
|
6530
7188
|
* Determines whether or not a modal can dismiss when calling the `dismiss` method. If the value is `true` or the value's function returns `true`, the modal will close when trying to dismiss. If the value is `false` or the value's function returns `false`, the modal will not close when trying to dismiss. See https://ionicframework.com/docs/troubleshooting/runtime#accessing-this if you need to access `this` from within the callback.
|
|
7189
|
+
* @default true
|
|
6531
7190
|
*/
|
|
6532
7191
|
"canDismiss"?: boolean | ((data?: any, role?: string) => Promise<boolean>);
|
|
6533
7192
|
/**
|
|
@@ -6536,10 +7195,12 @@ declare namespace LocalJSX {
|
|
|
6536
7195
|
"enterAnimation"?: AnimationBuilder;
|
|
6537
7196
|
/**
|
|
6538
7197
|
* Controls whether scrolling or dragging within the sheet modal expands it to a larger breakpoint. This only takes effect when `breakpoints` and `initialBreakpoint` are set. If `true`, scrolling or dragging anywhere in the modal will first expand it to the next breakpoint. Once fully expanded, scrolling will affect the content. If `false`, scrolling will always affect the content. The modal will only expand when dragging the header or handle. The modal will close when dragging the header or handle. It can also be closed when dragging the content, but only if the content is scrolled to the top.
|
|
7198
|
+
* @default true
|
|
6539
7199
|
*/
|
|
6540
7200
|
"expandToScroll"?: boolean;
|
|
6541
7201
|
/**
|
|
6542
7202
|
* If `true`, focus will not be allowed to move outside of this overlay. If `false`, focus will be allowed to move outside of the overlay. In most scenarios this property should remain set to `true`. Setting this property to `false` can cause severe accessibility issues as users relying on assistive technologies may be able to move focus into a confusing state. We recommend only setting this to `false` when absolutely necessary. Developers may want to consider disabling focus trapping if this overlay presents a non-Ionic overlay from a 3rd party library. Developers would disable focus trapping on the Ionic overlay when presenting the 3rd party overlay and then re-enable focus trapping when dismissing the 3rd party overlay and moving focus back to the Ionic overlay.
|
|
7203
|
+
* @default true
|
|
6543
7204
|
*/
|
|
6544
7205
|
"focusTrap"?: boolean;
|
|
6545
7206
|
/**
|
|
@@ -6548,6 +7209,7 @@ declare namespace LocalJSX {
|
|
|
6548
7209
|
"handle"?: boolean;
|
|
6549
7210
|
/**
|
|
6550
7211
|
* The interaction behavior for the sheet modal when the handle is pressed. Defaults to `"none"`, which means the modal will not change size or position when the handle is pressed. Set to `"cycle"` to let the modal cycle between available breakpoints when pressed. Handle behavior is unavailable when the `handle` property is set to `false` or when the `breakpoints` property is not set (using a fullscreen or card modal).
|
|
7212
|
+
* @default 'none'
|
|
6551
7213
|
*/
|
|
6552
7214
|
"handleBehavior"?: ModalHandleBehavior;
|
|
6553
7215
|
/**
|
|
@@ -6560,14 +7222,17 @@ declare namespace LocalJSX {
|
|
|
6560
7222
|
"initialBreakpoint"?: number;
|
|
6561
7223
|
/**
|
|
6562
7224
|
* If `true`, the modal will open. If `false`, the modal will close. Use this if you need finer grained control over presentation, otherwise just use the modalController or the `trigger` property. Note: `isOpen` will not automatically be set back to `false` when the modal dismisses. You will need to do that in your code.
|
|
7225
|
+
* @default false
|
|
6563
7226
|
*/
|
|
6564
7227
|
"isOpen"?: boolean;
|
|
6565
7228
|
/**
|
|
6566
7229
|
* If `true`, the component passed into `ion-modal` will automatically be mounted when the modal is created. The component will remain mounted even when the modal is dismissed. However, the component will be destroyed when the modal is destroyed. This property is not reactive and should only be used when initially creating a modal. Note: This feature only applies to inline modals in JavaScript frameworks such as Angular, React, and Vue.
|
|
7230
|
+
* @default false
|
|
6567
7231
|
*/
|
|
6568
7232
|
"keepContentsMounted"?: boolean;
|
|
6569
7233
|
/**
|
|
6570
7234
|
* If `true`, the keyboard will be automatically dismissed when the overlay is presented.
|
|
7235
|
+
* @default true
|
|
6571
7236
|
*/
|
|
6572
7237
|
"keyboardClose"?: boolean;
|
|
6573
7238
|
/**
|
|
@@ -6620,6 +7285,7 @@ declare namespace LocalJSX {
|
|
|
6620
7285
|
"presentingElement"?: HTMLElement;
|
|
6621
7286
|
/**
|
|
6622
7287
|
* If `true`, a backdrop will be displayed behind the modal. This property controls whether or not the backdrop darkens the screen when the modal is presented. It does not control whether or not the backdrop is active or present in the DOM.
|
|
7288
|
+
* @default true
|
|
6623
7289
|
*/
|
|
6624
7290
|
"showBackdrop"?: boolean;
|
|
6625
7291
|
/**
|
|
@@ -6630,6 +7296,7 @@ declare namespace LocalJSX {
|
|
|
6630
7296
|
interface IonNav {
|
|
6631
7297
|
/**
|
|
6632
7298
|
* If `true`, the nav should animate the transition of components.
|
|
7299
|
+
* @default true
|
|
6633
7300
|
*/
|
|
6634
7301
|
"animated"?: boolean;
|
|
6635
7302
|
/**
|
|
@@ -6672,6 +7339,7 @@ declare namespace LocalJSX {
|
|
|
6672
7339
|
"routerAnimation"?: AnimationBuilder;
|
|
6673
7340
|
/**
|
|
6674
7341
|
* The transition direction when navigating to another page.
|
|
7342
|
+
* @default 'forward'
|
|
6675
7343
|
*/
|
|
6676
7344
|
"routerDirection"?: RouterDirection;
|
|
6677
7345
|
}
|
|
@@ -6694,10 +7362,12 @@ declare namespace LocalJSX {
|
|
|
6694
7362
|
interface IonPickerColumn {
|
|
6695
7363
|
/**
|
|
6696
7364
|
* The color to use from your application's color palette. Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`. For more information on colors, see [theming](/docs/theming/basics).
|
|
7365
|
+
* @default 'primary'
|
|
6697
7366
|
*/
|
|
6698
7367
|
"color"?: Color;
|
|
6699
7368
|
/**
|
|
6700
7369
|
* If `true`, the user cannot interact with the picker.
|
|
7370
|
+
* @default false
|
|
6701
7371
|
*/
|
|
6702
7372
|
"disabled"?: boolean;
|
|
6703
7373
|
/**
|
|
@@ -6716,10 +7386,12 @@ declare namespace LocalJSX {
|
|
|
6716
7386
|
interface IonPickerColumnOption {
|
|
6717
7387
|
/**
|
|
6718
7388
|
* The color to use from your application's color palette. Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`. For more information on colors, see [theming](/docs/theming/basics).
|
|
7389
|
+
* @default 'primary'
|
|
6719
7390
|
*/
|
|
6720
7391
|
"color"?: Color;
|
|
6721
7392
|
/**
|
|
6722
7393
|
* If `true`, the user cannot interact with the picker column option.
|
|
7394
|
+
* @default false
|
|
6723
7395
|
*/
|
|
6724
7396
|
"disabled"?: boolean;
|
|
6725
7397
|
/**
|
|
@@ -6730,18 +7402,22 @@ declare namespace LocalJSX {
|
|
|
6730
7402
|
interface IonPickerLegacy {
|
|
6731
7403
|
/**
|
|
6732
7404
|
* If `true`, the picker will animate.
|
|
7405
|
+
* @default true
|
|
6733
7406
|
*/
|
|
6734
7407
|
"animated"?: boolean;
|
|
6735
7408
|
/**
|
|
6736
7409
|
* If `true`, the picker will be dismissed when the backdrop is clicked.
|
|
7410
|
+
* @default true
|
|
6737
7411
|
*/
|
|
6738
7412
|
"backdropDismiss"?: boolean;
|
|
6739
7413
|
/**
|
|
6740
7414
|
* Array of buttons to be displayed at the top of the picker.
|
|
7415
|
+
* @default []
|
|
6741
7416
|
*/
|
|
6742
7417
|
"buttons"?: PickerButton[];
|
|
6743
7418
|
/**
|
|
6744
7419
|
* Array of columns to be displayed in the picker.
|
|
7420
|
+
* @default []
|
|
6745
7421
|
*/
|
|
6746
7422
|
"columns"?: PickerColumn[];
|
|
6747
7423
|
/**
|
|
@@ -6750,6 +7426,7 @@ declare namespace LocalJSX {
|
|
|
6750
7426
|
"cssClass"?: string | string[];
|
|
6751
7427
|
/**
|
|
6752
7428
|
* Number of milliseconds to wait before dismissing the picker.
|
|
7429
|
+
* @default 0
|
|
6753
7430
|
*/
|
|
6754
7431
|
"duration"?: number;
|
|
6755
7432
|
/**
|
|
@@ -6762,10 +7439,12 @@ declare namespace LocalJSX {
|
|
|
6762
7439
|
"htmlAttributes"?: { [key: string]: any };
|
|
6763
7440
|
/**
|
|
6764
7441
|
* If `true`, the picker will open. If `false`, the picker will close. Use this if you need finer grained control over presentation, otherwise just use the pickerController or the `trigger` property. Note: `isOpen` will not automatically be set back to `false` when the picker dismisses. You will need to do that in your code.
|
|
7442
|
+
* @default false
|
|
6765
7443
|
*/
|
|
6766
7444
|
"isOpen"?: boolean;
|
|
6767
7445
|
/**
|
|
6768
7446
|
* If `true`, the keyboard will be automatically dismissed when the overlay is presented.
|
|
7447
|
+
* @default true
|
|
6769
7448
|
*/
|
|
6770
7449
|
"keyboardClose"?: boolean;
|
|
6771
7450
|
/**
|
|
@@ -6810,6 +7489,7 @@ declare namespace LocalJSX {
|
|
|
6810
7489
|
"onWillPresent"?: (event: IonPickerLegacyCustomEvent<void>) => void;
|
|
6811
7490
|
/**
|
|
6812
7491
|
* If `true`, a backdrop will be displayed behind the picker.
|
|
7492
|
+
* @default true
|
|
6813
7493
|
*/
|
|
6814
7494
|
"showBackdrop"?: boolean;
|
|
6815
7495
|
/**
|
|
@@ -6830,14 +7510,17 @@ declare namespace LocalJSX {
|
|
|
6830
7510
|
"alignment"?: PositionAlign;
|
|
6831
7511
|
/**
|
|
6832
7512
|
* If `true`, the popover will animate.
|
|
7513
|
+
* @default true
|
|
6833
7514
|
*/
|
|
6834
7515
|
"animated"?: boolean;
|
|
6835
7516
|
/**
|
|
6836
7517
|
* If `true`, the popover will display an arrow that points at the `reference` when running in `ios` mode. Does not apply in `md` mode.
|
|
7518
|
+
* @default true
|
|
6837
7519
|
*/
|
|
6838
7520
|
"arrow"?: boolean;
|
|
6839
7521
|
/**
|
|
6840
7522
|
* If `true`, the popover will be dismissed when the backdrop is clicked.
|
|
7523
|
+
* @default true
|
|
6841
7524
|
*/
|
|
6842
7525
|
"backdropDismiss"?: boolean;
|
|
6843
7526
|
/**
|
|
@@ -6850,6 +7533,7 @@ declare namespace LocalJSX {
|
|
|
6850
7533
|
"componentProps"?: ComponentProps;
|
|
6851
7534
|
/**
|
|
6852
7535
|
* If `true`, the popover will be automatically dismissed when the content has been clicked.
|
|
7536
|
+
* @default false
|
|
6853
7537
|
*/
|
|
6854
7538
|
"dismissOnSelect"?: boolean;
|
|
6855
7539
|
/**
|
|
@@ -6862,6 +7546,7 @@ declare namespace LocalJSX {
|
|
|
6862
7546
|
"event"?: any;
|
|
6863
7547
|
/**
|
|
6864
7548
|
* If `true`, focus will not be allowed to move outside of this overlay. If `false`, focus will be allowed to move outside of the overlay. In most scenarios this property should remain set to `true`. Setting this property to `false` can cause severe accessibility issues as users relying on assistive technologies may be able to move focus into a confusing state. We recommend only setting this to `false` when absolutely necessary. Developers may want to consider disabling focus trapping if this overlay presents a non-Ionic overlay from a 3rd party library. Developers would disable focus trapping on the Ionic overlay when presenting the 3rd party overlay and then re-enable focus trapping when dismissing the 3rd party overlay and moving focus back to the Ionic overlay.
|
|
7549
|
+
* @default true
|
|
6865
7550
|
*/
|
|
6866
7551
|
"focusTrap"?: boolean;
|
|
6867
7552
|
/**
|
|
@@ -6870,14 +7555,17 @@ declare namespace LocalJSX {
|
|
|
6870
7555
|
"htmlAttributes"?: { [key: string]: any };
|
|
6871
7556
|
/**
|
|
6872
7557
|
* If `true`, the popover will open. If `false`, the popover will close. Use this if you need finer grained control over presentation, otherwise just use the popoverController or the `trigger` property. Note: `isOpen` will not automatically be set back to `false` when the popover dismisses. You will need to do that in your code.
|
|
7558
|
+
* @default false
|
|
6873
7559
|
*/
|
|
6874
7560
|
"isOpen"?: boolean;
|
|
6875
7561
|
/**
|
|
6876
7562
|
* If `true`, the component passed into `ion-popover` will automatically be mounted when the popover is created. The component will remain mounted even when the popover is dismissed. However, the component will be destroyed when the popover is destroyed. This property is not reactive and should only be used when initially creating a popover. Note: This feature only applies to inline popovers in JavaScript frameworks such as Angular, React, and Vue.
|
|
7563
|
+
* @default false
|
|
6877
7564
|
*/
|
|
6878
7565
|
"keepContentsMounted"?: boolean;
|
|
6879
7566
|
/**
|
|
6880
7567
|
* If `true`, the keyboard will be automatically dismissed when the overlay is presented.
|
|
7568
|
+
* @default true
|
|
6881
7569
|
*/
|
|
6882
7570
|
"keyboardClose"?: boolean;
|
|
6883
7571
|
/**
|
|
@@ -6922,22 +7610,27 @@ declare namespace LocalJSX {
|
|
|
6922
7610
|
"onWillPresent"?: (event: IonPopoverCustomEvent<void>) => void;
|
|
6923
7611
|
/**
|
|
6924
7612
|
* Describes what to position the popover relative to. If `"trigger"`, the popover will be positioned relative to the trigger button. If passing in an event, this is determined via event.target. If `"event"`, the popover will be positioned relative to the x/y coordinates of the trigger action. If passing in an event, this is determined via event.clientX and event.clientY.
|
|
7613
|
+
* @default 'trigger'
|
|
6925
7614
|
*/
|
|
6926
7615
|
"reference"?: PositionReference;
|
|
6927
7616
|
/**
|
|
6928
7617
|
* If `true`, a backdrop will be displayed behind the popover. This property controls whether or not the backdrop darkens the screen when the popover is presented. It does not control whether or not the backdrop is active or present in the DOM.
|
|
7618
|
+
* @default true
|
|
6929
7619
|
*/
|
|
6930
7620
|
"showBackdrop"?: boolean;
|
|
6931
7621
|
/**
|
|
6932
7622
|
* Describes which side of the `reference` point to position the popover on. The `"start"` and `"end"` values are RTL-aware, and the `"left"` and `"right"` values are not.
|
|
7623
|
+
* @default 'bottom'
|
|
6933
7624
|
*/
|
|
6934
7625
|
"side"?: PositionSide;
|
|
6935
7626
|
/**
|
|
6936
7627
|
* Describes how to calculate the popover width. If `"cover"`, the popover width will match the width of the trigger. If `"auto"`, the popover width will be set to a static default value.
|
|
7628
|
+
* @default 'auto'
|
|
6937
7629
|
*/
|
|
6938
7630
|
"size"?: PopoverSize;
|
|
6939
7631
|
/**
|
|
6940
7632
|
* If `true`, the popover will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
7633
|
+
* @default false
|
|
6941
7634
|
*/
|
|
6942
7635
|
"translucent"?: boolean;
|
|
6943
7636
|
/**
|
|
@@ -6946,12 +7639,14 @@ declare namespace LocalJSX {
|
|
|
6946
7639
|
"trigger"?: string | undefined;
|
|
6947
7640
|
/**
|
|
6948
7641
|
* Describes what kind of interaction with the trigger that should cause the popover to open. Does not apply when the `trigger` property is `undefined`. If `"click"`, the popover will be presented when the trigger is left clicked. If `"hover"`, the popover will be presented when a pointer hovers over the trigger. If `"context-menu"`, the popover will be presented when the trigger is right clicked on desktop and long pressed on mobile. This will also prevent your device's normal context menu from appearing.
|
|
7642
|
+
* @default 'click'
|
|
6949
7643
|
*/
|
|
6950
7644
|
"triggerAction"?: TriggerAction;
|
|
6951
7645
|
}
|
|
6952
7646
|
interface IonProgressBar {
|
|
6953
7647
|
/**
|
|
6954
7648
|
* If the buffer and value are smaller than 1, the buffer circles will show. The buffer should be between [0, 1].
|
|
7649
|
+
* @default 1
|
|
6955
7650
|
*/
|
|
6956
7651
|
"buffer"?: number;
|
|
6957
7652
|
/**
|
|
@@ -6964,14 +7659,17 @@ declare namespace LocalJSX {
|
|
|
6964
7659
|
"mode"?: "ios" | "md";
|
|
6965
7660
|
/**
|
|
6966
7661
|
* If true, reverse the progress bar direction.
|
|
7662
|
+
* @default false
|
|
6967
7663
|
*/
|
|
6968
7664
|
"reversed"?: boolean;
|
|
6969
7665
|
/**
|
|
6970
7666
|
* The state of the progress bar, based on if the time the process takes is known or not. Default options are: `"determinate"` (no animation), `"indeterminate"` (animate from left to right).
|
|
7667
|
+
* @default 'determinate'
|
|
6971
7668
|
*/
|
|
6972
7669
|
"type"?: 'determinate' | 'indeterminate';
|
|
6973
7670
|
/**
|
|
6974
7671
|
* The value determines how much of the active bar should display when the `type` is `"determinate"`. The value should be between [0, 1].
|
|
7672
|
+
* @default 0
|
|
6975
7673
|
*/
|
|
6976
7674
|
"value"?: number;
|
|
6977
7675
|
}
|
|
@@ -6986,6 +7684,7 @@ declare namespace LocalJSX {
|
|
|
6986
7684
|
"color"?: Color;
|
|
6987
7685
|
/**
|
|
6988
7686
|
* If `true`, the user cannot interact with the radio.
|
|
7687
|
+
* @default false
|
|
6989
7688
|
*/
|
|
6990
7689
|
"disabled"?: boolean;
|
|
6991
7690
|
/**
|
|
@@ -6994,6 +7693,7 @@ declare namespace LocalJSX {
|
|
|
6994
7693
|
"justify"?: 'start' | 'end' | 'space-between';
|
|
6995
7694
|
/**
|
|
6996
7695
|
* Where to place the label relative to the radio. `"start"`: The label will appear to the left of the radio in LTR and to the right in RTL. `"end"`: The label will appear to the right of the radio in LTR and to the left in RTL. `"fixed"`: The label has the same behavior as `"start"` except it also has a fixed width. Long text will be truncated with ellipses ("..."). `"stacked"`: The label will appear above the radio regardless of the direction. The alignment of the label can be controlled with the `alignment` property.
|
|
7696
|
+
* @default 'start'
|
|
6997
7697
|
*/
|
|
6998
7698
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
6999
7699
|
/**
|
|
@@ -7002,6 +7702,7 @@ declare namespace LocalJSX {
|
|
|
7002
7702
|
"mode"?: "ios" | "md";
|
|
7003
7703
|
/**
|
|
7004
7704
|
* The name of the control, which is submitted with the form data.
|
|
7705
|
+
* @default this.inputId
|
|
7005
7706
|
*/
|
|
7006
7707
|
"name"?: string;
|
|
7007
7708
|
/**
|
|
@@ -7020,6 +7721,7 @@ declare namespace LocalJSX {
|
|
|
7020
7721
|
interface IonRadioGroup {
|
|
7021
7722
|
/**
|
|
7022
7723
|
* If `true`, the radios can be deselected.
|
|
7724
|
+
* @default false
|
|
7023
7725
|
*/
|
|
7024
7726
|
"allowEmptySelection"?: boolean;
|
|
7025
7727
|
/**
|
|
@@ -7036,6 +7738,7 @@ declare namespace LocalJSX {
|
|
|
7036
7738
|
"helperText"?: string;
|
|
7037
7739
|
/**
|
|
7038
7740
|
* The name of the control, which is submitted with the form data.
|
|
7741
|
+
* @default this.inputId
|
|
7039
7742
|
*/
|
|
7040
7743
|
"name"?: string;
|
|
7041
7744
|
/**
|
|
@@ -7062,10 +7765,12 @@ declare namespace LocalJSX {
|
|
|
7062
7765
|
"debounce"?: number;
|
|
7063
7766
|
/**
|
|
7064
7767
|
* If `true`, the user cannot interact with the range.
|
|
7768
|
+
* @default false
|
|
7065
7769
|
*/
|
|
7066
7770
|
"disabled"?: boolean;
|
|
7067
7771
|
/**
|
|
7068
7772
|
* Show two knobs.
|
|
7773
|
+
* @default false
|
|
7069
7774
|
*/
|
|
7070
7775
|
"dualKnobs"?: boolean;
|
|
7071
7776
|
/**
|
|
@@ -7074,14 +7779,17 @@ declare namespace LocalJSX {
|
|
|
7074
7779
|
"label"?: string;
|
|
7075
7780
|
/**
|
|
7076
7781
|
* Where to place the label relative to the range. `"start"`: The label will appear to the left of the range in LTR and to the right in RTL. `"end"`: The label will appear to the right of the range in LTR and to the left in RTL. `"fixed"`: The label has the same behavior as `"start"` except it also has a fixed width. Long text will be truncated with ellipses ("..."). `"stacked"`: The label will appear above the range regardless of the direction.
|
|
7782
|
+
* @default 'start'
|
|
7077
7783
|
*/
|
|
7078
7784
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
7079
7785
|
/**
|
|
7080
7786
|
* Maximum integer value of the range.
|
|
7787
|
+
* @default 100
|
|
7081
7788
|
*/
|
|
7082
7789
|
"max"?: number;
|
|
7083
7790
|
/**
|
|
7084
7791
|
* Minimum integer value of the range.
|
|
7792
|
+
* @default 0
|
|
7085
7793
|
*/
|
|
7086
7794
|
"min"?: number;
|
|
7087
7795
|
/**
|
|
@@ -7090,6 +7798,7 @@ declare namespace LocalJSX {
|
|
|
7090
7798
|
"mode"?: "ios" | "md";
|
|
7091
7799
|
/**
|
|
7092
7800
|
* The name of the control, which is submitted with the form data.
|
|
7801
|
+
* @default this.rangeId
|
|
7093
7802
|
*/
|
|
7094
7803
|
"name"?: string;
|
|
7095
7804
|
/**
|
|
@@ -7118,36 +7827,44 @@ declare namespace LocalJSX {
|
|
|
7118
7827
|
"onIonKnobMoveStart"?: (event: IonRangeCustomEvent<RangeKnobMoveStartEventDetail>) => void;
|
|
7119
7828
|
/**
|
|
7120
7829
|
* If `true`, a pin with integer value is shown when the knob is pressed.
|
|
7830
|
+
* @default false
|
|
7121
7831
|
*/
|
|
7122
7832
|
"pin"?: boolean;
|
|
7123
7833
|
/**
|
|
7124
7834
|
* A callback used to format the pin text. By default the pin text is set to `Math.round(value)`. See https://ionicframework.com/docs/troubleshooting/runtime#accessing-this if you need to access `this` from within the callback.
|
|
7835
|
+
* @default (value: number): number => Math.round(value)
|
|
7125
7836
|
*/
|
|
7126
7837
|
"pinFormatter"?: PinFormatter;
|
|
7127
7838
|
/**
|
|
7128
7839
|
* If `true`, the knob snaps to tick marks evenly spaced based on the step property value.
|
|
7840
|
+
* @default false
|
|
7129
7841
|
*/
|
|
7130
7842
|
"snaps"?: boolean;
|
|
7131
7843
|
/**
|
|
7132
7844
|
* Specifies the value granularity.
|
|
7845
|
+
* @default 1
|
|
7133
7846
|
*/
|
|
7134
7847
|
"step"?: number;
|
|
7135
7848
|
/**
|
|
7136
7849
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
7850
|
+
* @default true
|
|
7137
7851
|
*/
|
|
7138
7852
|
"ticks"?: boolean;
|
|
7139
7853
|
/**
|
|
7140
7854
|
* the value of the range.
|
|
7855
|
+
* @default 0
|
|
7141
7856
|
*/
|
|
7142
7857
|
"value"?: RangeValue;
|
|
7143
7858
|
}
|
|
7144
7859
|
interface IonRefresher {
|
|
7145
7860
|
/**
|
|
7146
7861
|
* Time it takes to close the refresher. Does not apply when the refresher content uses a spinner, enabling the native refresher.
|
|
7862
|
+
* @default '280ms'
|
|
7147
7863
|
*/
|
|
7148
7864
|
"closeDuration"?: string;
|
|
7149
7865
|
/**
|
|
7150
7866
|
* If `true`, the refresher will be hidden.
|
|
7867
|
+
* @default false
|
|
7151
7868
|
*/
|
|
7152
7869
|
"disabled"?: boolean;
|
|
7153
7870
|
/**
|
|
@@ -7168,18 +7885,22 @@ declare namespace LocalJSX {
|
|
|
7168
7885
|
"onIonStart"?: (event: IonRefresherCustomEvent<void>) => void;
|
|
7169
7886
|
/**
|
|
7170
7887
|
* How much to multiply the pull speed by. To slow the pull animation down, pass a number less than `1`. To speed up the pull, pass a number greater than `1`. The default value is `1` which is equal to the speed of the cursor. If a negative value is passed in, the factor will be `1` instead. For example: If the value passed is `1.2` and the content is dragged by `10` pixels, instead of `10` pixels the content will be pulled by `12` pixels (an increase of 20 percent). If the value passed is `0.8`, the dragged amount will be `8` pixels, less than the amount the cursor has moved. Does not apply when the refresher content uses a spinner, enabling the native refresher.
|
|
7888
|
+
* @default 1
|
|
7171
7889
|
*/
|
|
7172
7890
|
"pullFactor"?: number;
|
|
7173
7891
|
/**
|
|
7174
7892
|
* The maximum distance of the pull until the refresher will automatically go into the `refreshing` state. Defaults to the result of `pullMin + 60`. Does not apply when the refresher content uses a spinner, enabling the native refresher.
|
|
7893
|
+
* @default this.pullMin + 60
|
|
7175
7894
|
*/
|
|
7176
7895
|
"pullMax"?: number;
|
|
7177
7896
|
/**
|
|
7178
7897
|
* The minimum distance the user must pull down until the refresher will go into the `refreshing` state. Does not apply when the refresher content uses a spinner, enabling the native refresher.
|
|
7898
|
+
* @default 60
|
|
7179
7899
|
*/
|
|
7180
7900
|
"pullMin"?: number;
|
|
7181
7901
|
/**
|
|
7182
7902
|
* Time it takes the refresher to snap back to the `refreshing` state. Does not apply when the refresher content uses a spinner, enabling the native refresher.
|
|
7903
|
+
* @default '280ms'
|
|
7183
7904
|
*/
|
|
7184
7905
|
"snapbackDuration"?: string;
|
|
7185
7906
|
}
|
|
@@ -7206,16 +7927,31 @@ declare namespace LocalJSX {
|
|
|
7206
7927
|
interface IonReorderGroup {
|
|
7207
7928
|
/**
|
|
7208
7929
|
* If `true`, the reorder will be hidden.
|
|
7930
|
+
* @default true
|
|
7209
7931
|
*/
|
|
7210
7932
|
"disabled"?: boolean;
|
|
7211
7933
|
/**
|
|
7212
|
-
* Event that needs to be listened to in order to complete the reorder action.
|
|
7934
|
+
* Event that needs to be listened to in order to complete the reorder action.
|
|
7935
|
+
* @deprecated Use `ionReorderEnd` instead. If you are accessing `event.detail.from` or `event.detail.to` and relying on them being different you should now add checks as they are always emitted in `ionReorderEnd`, even when they are the same.
|
|
7213
7936
|
*/
|
|
7214
7937
|
"onIonItemReorder"?: (event: IonReorderGroupCustomEvent<ItemReorderEventDetail>) => void;
|
|
7938
|
+
/**
|
|
7939
|
+
* Event that is emitted when the reorder gesture ends. The from and to properties are always available, regardless of if the reorder gesture moved the item. If the item did not change from its start position, the from and to properties will be the same. Once the event has been emitted, the `complete()` method then needs to be called in order to finalize the reorder action.
|
|
7940
|
+
*/
|
|
7941
|
+
"onIonReorderEnd"?: (event: IonReorderGroupCustomEvent<ReorderEndEventDetail>) => void;
|
|
7942
|
+
/**
|
|
7943
|
+
* Event that is emitted as the reorder gesture moves.
|
|
7944
|
+
*/
|
|
7945
|
+
"onIonReorderMove"?: (event: IonReorderGroupCustomEvent<ReorderMoveEventDetail>) => void;
|
|
7946
|
+
/**
|
|
7947
|
+
* Event that is emitted when the reorder gesture starts.
|
|
7948
|
+
*/
|
|
7949
|
+
"onIonReorderStart"?: (event: IonReorderGroupCustomEvent<void>) => void;
|
|
7215
7950
|
}
|
|
7216
7951
|
interface IonRippleEffect {
|
|
7217
7952
|
/**
|
|
7218
7953
|
* Sets the type of ripple-effect: - `bounded`: the ripple effect expands from the user's click position - `unbounded`: the ripple effect expands from the center of the button and overflows the container. NOTE: Surfaces for bounded ripples should have the overflow property set to hidden, while surfaces for unbounded ripples should have it set to visible.
|
|
7954
|
+
* @default 'bounded'
|
|
7219
7955
|
*/
|
|
7220
7956
|
"type"?: 'bounded' | 'unbounded';
|
|
7221
7957
|
}
|
|
@@ -7242,6 +7978,7 @@ declare namespace LocalJSX {
|
|
|
7242
7978
|
"onIonRouteDataChanged"?: (event: IonRouteCustomEvent<any>) => void;
|
|
7243
7979
|
/**
|
|
7244
7980
|
* Relative path that needs to match in order for this route to apply. Accepts paths similar to expressjs so that you can define parameters in the url /foo/:bar where bar would be available in incoming props.
|
|
7981
|
+
* @default ''
|
|
7245
7982
|
*/
|
|
7246
7983
|
"url"?: string;
|
|
7247
7984
|
}
|
|
@@ -7270,10 +8007,12 @@ declare namespace LocalJSX {
|
|
|
7270
8007
|
"onIonRouteWillChange"?: (event: IonRouterCustomEvent<RouterEventDetail>) => void;
|
|
7271
8008
|
/**
|
|
7272
8009
|
* The root path to use when matching URLs. By default, this is set to "/", but you can specify an alternate prefix for all URL paths.
|
|
8010
|
+
* @default '/'
|
|
7273
8011
|
*/
|
|
7274
8012
|
"root"?: string;
|
|
7275
8013
|
/**
|
|
7276
8014
|
* The router can work in two "modes": - With hash: `/index.html#/path/to/page` - Without hash: `/path/to/page` Using one or another might depend in the requirements of your app and/or where it's deployed. Usually "hash-less" navigation works better for SEO and it's more user friendly too, but it might requires additional server-side configuration in order to properly work. On the other side hash-navigation is much easier to deploy, it even works over the file protocol. By default, this property is `true`, change to `false` to allow hash-less URLs.
|
|
8015
|
+
* @default true
|
|
7277
8016
|
*/
|
|
7278
8017
|
"useHash"?: boolean;
|
|
7279
8018
|
}
|
|
@@ -7296,6 +8035,7 @@ declare namespace LocalJSX {
|
|
|
7296
8035
|
"routerAnimation"?: AnimationBuilder | undefined;
|
|
7297
8036
|
/**
|
|
7298
8037
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
8038
|
+
* @default 'forward'
|
|
7299
8039
|
*/
|
|
7300
8040
|
"routerDirection"?: RouterDirection;
|
|
7301
8041
|
/**
|
|
@@ -7306,6 +8046,7 @@ declare namespace LocalJSX {
|
|
|
7306
8046
|
interface IonRouterOutlet {
|
|
7307
8047
|
/**
|
|
7308
8048
|
* If `true`, the router-outlet should animate the transition of components.
|
|
8049
|
+
* @default true
|
|
7309
8050
|
*/
|
|
7310
8051
|
"animated"?: boolean;
|
|
7311
8052
|
/**
|
|
@@ -7314,6 +8055,7 @@ declare namespace LocalJSX {
|
|
|
7314
8055
|
"animation"?: AnimationBuilder;
|
|
7315
8056
|
/**
|
|
7316
8057
|
* The mode determines which platform styles to use.
|
|
8058
|
+
* @default getIonMode(this)
|
|
7317
8059
|
*/
|
|
7318
8060
|
"mode"?: "ios" | "md";
|
|
7319
8061
|
}
|
|
@@ -7322,26 +8064,32 @@ declare namespace LocalJSX {
|
|
|
7322
8064
|
interface IonSearchbar {
|
|
7323
8065
|
/**
|
|
7324
8066
|
* If `true`, enable searchbar animation.
|
|
8067
|
+
* @default false
|
|
7325
8068
|
*/
|
|
7326
8069
|
"animated"?: boolean;
|
|
7327
8070
|
/**
|
|
7328
8071
|
* Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user. Available options: `"off"`, `"none"`, `"on"`, `"sentences"`, `"words"`, `"characters"`.
|
|
8072
|
+
* @default 'off'
|
|
7329
8073
|
*/
|
|
7330
8074
|
"autocapitalize"?: string;
|
|
7331
8075
|
/**
|
|
7332
8076
|
* Set the input's autocomplete property.
|
|
8077
|
+
* @default 'off'
|
|
7333
8078
|
*/
|
|
7334
8079
|
"autocomplete"?: AutocompleteTypes;
|
|
7335
8080
|
/**
|
|
7336
8081
|
* Set the input's autocorrect property.
|
|
8082
|
+
* @default 'off'
|
|
7337
8083
|
*/
|
|
7338
8084
|
"autocorrect"?: 'on' | 'off';
|
|
7339
8085
|
/**
|
|
7340
8086
|
* Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
|
|
8087
|
+
* @default config.get('backButtonIcon', arrowBackSharp) as string
|
|
7341
8088
|
*/
|
|
7342
8089
|
"cancelButtonIcon"?: string;
|
|
7343
8090
|
/**
|
|
7344
|
-
* Set the
|
|
8091
|
+
* Set the cancel button text. Only applies to `ios` mode.
|
|
8092
|
+
* @default 'Cancel'
|
|
7345
8093
|
*/
|
|
7346
8094
|
"cancelButtonText"?: string;
|
|
7347
8095
|
/**
|
|
@@ -7358,6 +8106,7 @@ declare namespace LocalJSX {
|
|
|
7358
8106
|
"debounce"?: number;
|
|
7359
8107
|
/**
|
|
7360
8108
|
* If `true`, the user cannot interact with the input.
|
|
8109
|
+
* @default false
|
|
7361
8110
|
*/
|
|
7362
8111
|
"disabled"?: boolean;
|
|
7363
8112
|
/**
|
|
@@ -7382,6 +8131,7 @@ declare namespace LocalJSX {
|
|
|
7382
8131
|
"mode"?: "ios" | "md";
|
|
7383
8132
|
/**
|
|
7384
8133
|
* If used in a form, set the name of the control, which is submitted with the form data.
|
|
8134
|
+
* @default this.inputId
|
|
7385
8135
|
*/
|
|
7386
8136
|
"name"?: string;
|
|
7387
8137
|
/**
|
|
@@ -7410,6 +8160,7 @@ declare namespace LocalJSX {
|
|
|
7410
8160
|
"onIonInput"?: (event: IonSearchbarCustomEvent<SearchbarInputEventDetail>) => void;
|
|
7411
8161
|
/**
|
|
7412
8162
|
* Set the input's placeholder. `placeholder` can accept either plaintext or HTML as a string. To display characters normally reserved for HTML, they must be escaped. For example `<Ionic>` would become `<Ionic>` For more information: [Security Documentation](https://ionicframework.com/docs/faq/security)
|
|
8163
|
+
* @default 'Search'
|
|
7413
8164
|
*/
|
|
7414
8165
|
"placeholder"?: string;
|
|
7415
8166
|
/**
|
|
@@ -7418,22 +8169,27 @@ declare namespace LocalJSX {
|
|
|
7418
8169
|
"searchIcon"?: string;
|
|
7419
8170
|
/**
|
|
7420
8171
|
* Sets the behavior for the cancel button. Defaults to `"never"`. Setting to `"focus"` shows the cancel button on focus. Setting to `"never"` hides the cancel button. Setting to `"always"` shows the cancel button regardless of focus state.
|
|
8172
|
+
* @default 'never'
|
|
7421
8173
|
*/
|
|
7422
8174
|
"showCancelButton"?: 'never' | 'focus' | 'always';
|
|
7423
8175
|
/**
|
|
7424
8176
|
* Sets the behavior for the clear button. Defaults to `"focus"`. Setting to `"focus"` shows the clear button on focus if the input is not empty. Setting to `"never"` hides the clear button. Setting to `"always"` shows the clear button regardless of focus state, but only if the input is not empty.
|
|
8177
|
+
* @default 'always'
|
|
7425
8178
|
*/
|
|
7426
8179
|
"showClearButton"?: 'never' | 'focus' | 'always';
|
|
7427
8180
|
/**
|
|
7428
8181
|
* If `true`, enable spellcheck on the input.
|
|
8182
|
+
* @default false
|
|
7429
8183
|
*/
|
|
7430
8184
|
"spellcheck"?: boolean;
|
|
7431
8185
|
/**
|
|
7432
8186
|
* Set the type of the input.
|
|
8187
|
+
* @default 'search'
|
|
7433
8188
|
*/
|
|
7434
8189
|
"type"?: 'text' | 'password' | 'email' | 'number' | 'search' | 'tel' | 'url';
|
|
7435
8190
|
/**
|
|
7436
8191
|
* the value of the searchbar.
|
|
8192
|
+
* @default ''
|
|
7437
8193
|
*/
|
|
7438
8194
|
"value"?: string | null;
|
|
7439
8195
|
}
|
|
@@ -7444,6 +8200,7 @@ declare namespace LocalJSX {
|
|
|
7444
8200
|
"color"?: Color;
|
|
7445
8201
|
/**
|
|
7446
8202
|
* If `true`, the user cannot interact with the segment.
|
|
8203
|
+
* @default false
|
|
7447
8204
|
*/
|
|
7448
8205
|
"disabled"?: boolean;
|
|
7449
8206
|
/**
|
|
@@ -7456,14 +8213,17 @@ declare namespace LocalJSX {
|
|
|
7456
8213
|
"onIonChange"?: (event: IonSegmentCustomEvent<SegmentChangeEventDetail>) => void;
|
|
7457
8214
|
/**
|
|
7458
8215
|
* If `true`, the segment buttons will overflow and the user can swipe to see them. In addition, this will disable the gesture to drag the indicator between the buttons in order to swipe to see hidden buttons.
|
|
8216
|
+
* @default false
|
|
7459
8217
|
*/
|
|
7460
8218
|
"scrollable"?: boolean;
|
|
7461
8219
|
/**
|
|
7462
8220
|
* If `true`, navigating to an `ion-segment-button` with the keyboard will focus and select the element. If `false`, keyboard navigation will only focus the `ion-segment-button` element.
|
|
8221
|
+
* @default false
|
|
7463
8222
|
*/
|
|
7464
8223
|
"selectOnFocus"?: boolean;
|
|
7465
8224
|
/**
|
|
7466
8225
|
* If `true`, users will be able to swipe between segment buttons to activate them.
|
|
8226
|
+
* @default true
|
|
7467
8227
|
*/
|
|
7468
8228
|
"swipeGesture"?: boolean;
|
|
7469
8229
|
/**
|
|
@@ -7478,10 +8238,12 @@ declare namespace LocalJSX {
|
|
|
7478
8238
|
"contentId"?: string;
|
|
7479
8239
|
/**
|
|
7480
8240
|
* If `true`, the user cannot interact with the segment button.
|
|
8241
|
+
* @default false
|
|
7481
8242
|
*/
|
|
7482
8243
|
"disabled"?: boolean;
|
|
7483
8244
|
/**
|
|
7484
8245
|
* Set the layout of the text and icon in the segment.
|
|
8246
|
+
* @default 'icon-top'
|
|
7485
8247
|
*/
|
|
7486
8248
|
"layout"?: SegmentButtonLayout;
|
|
7487
8249
|
/**
|
|
@@ -7490,10 +8252,12 @@ declare namespace LocalJSX {
|
|
|
7490
8252
|
"mode"?: "ios" | "md";
|
|
7491
8253
|
/**
|
|
7492
8254
|
* The type of the button.
|
|
8255
|
+
* @default 'button'
|
|
7493
8256
|
*/
|
|
7494
8257
|
"type"?: 'submit' | 'reset' | 'button';
|
|
7495
8258
|
/**
|
|
7496
8259
|
* The value of the segment button.
|
|
8260
|
+
* @default 'ion-sb-' + ids++
|
|
7497
8261
|
*/
|
|
7498
8262
|
"value"?: SegmentValue;
|
|
7499
8263
|
}
|
|
@@ -7502,6 +8266,7 @@ declare namespace LocalJSX {
|
|
|
7502
8266
|
interface IonSegmentView {
|
|
7503
8267
|
/**
|
|
7504
8268
|
* If `true`, the segment view cannot be interacted with.
|
|
8269
|
+
* @default false
|
|
7505
8270
|
*/
|
|
7506
8271
|
"disabled"?: boolean;
|
|
7507
8272
|
/**
|
|
@@ -7512,6 +8277,7 @@ declare namespace LocalJSX {
|
|
|
7512
8277
|
interface IonSelect {
|
|
7513
8278
|
/**
|
|
7514
8279
|
* The text to display on the cancel button.
|
|
8280
|
+
* @default 'Cancel'
|
|
7515
8281
|
*/
|
|
7516
8282
|
"cancelText"?: string;
|
|
7517
8283
|
/**
|
|
@@ -7524,6 +8290,7 @@ declare namespace LocalJSX {
|
|
|
7524
8290
|
"compareWith"?: string | SelectCompareFn | null;
|
|
7525
8291
|
/**
|
|
7526
8292
|
* If `true`, the user cannot interact with the select.
|
|
8293
|
+
* @default false
|
|
7527
8294
|
*/
|
|
7528
8295
|
"disabled"?: boolean;
|
|
7529
8296
|
/**
|
|
@@ -7544,10 +8311,12 @@ declare namespace LocalJSX {
|
|
|
7544
8311
|
"helperText"?: string;
|
|
7545
8312
|
/**
|
|
7546
8313
|
* The interface the select should use: `action-sheet`, `popover`, `alert`, or `modal`.
|
|
8314
|
+
* @default 'alert'
|
|
7547
8315
|
*/
|
|
7548
8316
|
"interface"?: SelectInterface;
|
|
7549
8317
|
/**
|
|
7550
8318
|
* Any additional options that the `alert`, `action-sheet` or `popover` interface can take. See the [ion-alert docs](./alert), the [ion-action-sheet docs](./action-sheet), the [ion-popover docs](./popover), and the [ion-modal docs](./modal) for the create options for each interface. Note: `interfaceOptions` will not override `inputs` or `buttons` with the `alert` interface.
|
|
8319
|
+
* @default {}
|
|
7551
8320
|
*/
|
|
7552
8321
|
"interfaceOptions"?: any;
|
|
7553
8322
|
/**
|
|
@@ -7560,6 +8329,7 @@ declare namespace LocalJSX {
|
|
|
7560
8329
|
"label"?: string;
|
|
7561
8330
|
/**
|
|
7562
8331
|
* Where to place the label relative to the select. `"start"`: The label will appear to the left of the select in LTR and to the right in RTL. `"end"`: The label will appear to the right of the select in LTR and to the left in RTL. `"floating"`: The label will appear smaller and above the select when the select is focused or it has a value. Otherwise it will appear on top of the select. `"stacked"`: The label will appear smaller and above the select regardless even when the select is blurred or has no value. `"fixed"`: The label has the same behavior as `"start"` except it also has a fixed width. Long text will be truncated with ellipses ("..."). When using `"floating"` or `"stacked"` we recommend initializing the select with either a `value` or a `placeholder`.
|
|
8332
|
+
* @default 'start'
|
|
7563
8333
|
*/
|
|
7564
8334
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
7565
8335
|
/**
|
|
@@ -7568,14 +8338,17 @@ declare namespace LocalJSX {
|
|
|
7568
8338
|
"mode"?: "ios" | "md";
|
|
7569
8339
|
/**
|
|
7570
8340
|
* If `true`, the select can accept multiple values.
|
|
8341
|
+
* @default false
|
|
7571
8342
|
*/
|
|
7572
8343
|
"multiple"?: boolean;
|
|
7573
8344
|
/**
|
|
7574
8345
|
* The name of the control, which is submitted with the form data.
|
|
8346
|
+
* @default this.inputId
|
|
7575
8347
|
*/
|
|
7576
8348
|
"name"?: string;
|
|
7577
8349
|
/**
|
|
7578
8350
|
* The text to display on the ok button.
|
|
8351
|
+
* @default 'OK'
|
|
7579
8352
|
*/
|
|
7580
8353
|
"okText"?: string;
|
|
7581
8354
|
/**
|
|
@@ -7604,6 +8377,7 @@ declare namespace LocalJSX {
|
|
|
7604
8377
|
"placeholder"?: string;
|
|
7605
8378
|
/**
|
|
7606
8379
|
* If true, screen readers will announce it as a required field. This property works only for accessibility purposes, it will not prevent the form from submitting if the value is invalid.
|
|
8380
|
+
* @default false
|
|
7607
8381
|
*/
|
|
7608
8382
|
"required"?: boolean;
|
|
7609
8383
|
/**
|
|
@@ -7626,11 +8400,15 @@ declare namespace LocalJSX {
|
|
|
7626
8400
|
interface IonSelectModal {
|
|
7627
8401
|
"header"?: string;
|
|
7628
8402
|
"multiple"?: boolean;
|
|
8403
|
+
/**
|
|
8404
|
+
* @default []
|
|
8405
|
+
*/
|
|
7629
8406
|
"options"?: SelectModalOption[];
|
|
7630
8407
|
}
|
|
7631
8408
|
interface IonSelectOption {
|
|
7632
8409
|
/**
|
|
7633
8410
|
* If `true`, the user cannot interact with the select option. This property does not apply when `interface="action-sheet"` as `ion-action-sheet` does not allow for disabled buttons.
|
|
8411
|
+
* @default false
|
|
7634
8412
|
*/
|
|
7635
8413
|
"disabled"?: boolean;
|
|
7636
8414
|
/**
|
|
@@ -7653,6 +8431,7 @@ declare namespace LocalJSX {
|
|
|
7653
8431
|
"multiple"?: boolean;
|
|
7654
8432
|
/**
|
|
7655
8433
|
* An array of options for the popover
|
|
8434
|
+
* @default []
|
|
7656
8435
|
*/
|
|
7657
8436
|
"options"?: SelectPopoverOption[];
|
|
7658
8437
|
/**
|
|
@@ -7663,6 +8442,7 @@ declare namespace LocalJSX {
|
|
|
7663
8442
|
interface IonSkeletonText {
|
|
7664
8443
|
/**
|
|
7665
8444
|
* If `true`, the skeleton text will animate.
|
|
8445
|
+
* @default false
|
|
7666
8446
|
*/
|
|
7667
8447
|
"animated"?: boolean;
|
|
7668
8448
|
}
|
|
@@ -7681,6 +8461,7 @@ declare namespace LocalJSX {
|
|
|
7681
8461
|
"name"?: SpinnerTypes;
|
|
7682
8462
|
/**
|
|
7683
8463
|
* If `true`, the spinner's animation will be paused.
|
|
8464
|
+
* @default false
|
|
7684
8465
|
*/
|
|
7685
8466
|
"paused"?: boolean;
|
|
7686
8467
|
}
|
|
@@ -7691,6 +8472,7 @@ declare namespace LocalJSX {
|
|
|
7691
8472
|
"contentId"?: string;
|
|
7692
8473
|
/**
|
|
7693
8474
|
* If `true`, the split pane will be hidden.
|
|
8475
|
+
* @default false
|
|
7694
8476
|
*/
|
|
7695
8477
|
"disabled"?: boolean;
|
|
7696
8478
|
/**
|
|
@@ -7699,6 +8481,7 @@ declare namespace LocalJSX {
|
|
|
7699
8481
|
"onIonSplitPaneVisible"?: (event: IonSplitPaneCustomEvent<{ visible: boolean }>) => void;
|
|
7700
8482
|
/**
|
|
7701
8483
|
* When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
|
|
8484
|
+
* @default QUERY['lg']
|
|
7702
8485
|
*/
|
|
7703
8486
|
"when"?: string | boolean;
|
|
7704
8487
|
}
|
|
@@ -7727,12 +8510,14 @@ declare namespace LocalJSX {
|
|
|
7727
8510
|
"selectedTab"?: string;
|
|
7728
8511
|
/**
|
|
7729
8512
|
* If `true`, the tab bar will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
8513
|
+
* @default false
|
|
7730
8514
|
*/
|
|
7731
8515
|
"translucent"?: boolean;
|
|
7732
8516
|
}
|
|
7733
8517
|
interface IonTabButton {
|
|
7734
8518
|
/**
|
|
7735
8519
|
* If `true`, the user cannot interact with the tab button.
|
|
8520
|
+
* @default false
|
|
7736
8521
|
*/
|
|
7737
8522
|
"disabled"?: boolean;
|
|
7738
8523
|
/**
|
|
@@ -7757,6 +8542,7 @@ declare namespace LocalJSX {
|
|
|
7757
8542
|
"rel"?: string | undefined;
|
|
7758
8543
|
/**
|
|
7759
8544
|
* The selected tab component
|
|
8545
|
+
* @default false
|
|
7760
8546
|
*/
|
|
7761
8547
|
"selected"?: boolean;
|
|
7762
8548
|
/**
|
|
@@ -7791,18 +8577,22 @@ declare namespace LocalJSX {
|
|
|
7791
8577
|
interface IonTextarea {
|
|
7792
8578
|
/**
|
|
7793
8579
|
* If `true`, the textarea container will grow and shrink based on the contents of the textarea.
|
|
8580
|
+
* @default false
|
|
7794
8581
|
*/
|
|
7795
8582
|
"autoGrow"?: boolean;
|
|
7796
8583
|
/**
|
|
7797
8584
|
* Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user. Available options: `"off"`, `"none"`, `"on"`, `"sentences"`, `"words"`, `"characters"`.
|
|
8585
|
+
* @default 'none'
|
|
7798
8586
|
*/
|
|
7799
8587
|
"autocapitalize"?: string;
|
|
7800
8588
|
/**
|
|
7801
8589
|
* Sets the [`autofocus` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autofocus) on the native input element. This may not be sufficient for the element to be focused on page load. See [managing focus](/docs/developing/managing-focus) for more information.
|
|
8590
|
+
* @default false
|
|
7802
8591
|
*/
|
|
7803
8592
|
"autofocus"?: boolean;
|
|
7804
8593
|
/**
|
|
7805
8594
|
* If `true`, the value will be cleared after focus upon edit.
|
|
8595
|
+
* @default false
|
|
7806
8596
|
*/
|
|
7807
8597
|
"clearOnEdit"?: boolean;
|
|
7808
8598
|
/**
|
|
@@ -7815,6 +8605,7 @@ declare namespace LocalJSX {
|
|
|
7815
8605
|
"cols"?: number;
|
|
7816
8606
|
/**
|
|
7817
8607
|
* If `true`, a character counter will display the ratio of characters used and the total character limit. Developers must also set the `maxlength` property for the counter to be calculated correctly.
|
|
8608
|
+
* @default false
|
|
7818
8609
|
*/
|
|
7819
8610
|
"counter"?: boolean;
|
|
7820
8611
|
/**
|
|
@@ -7827,6 +8618,7 @@ declare namespace LocalJSX {
|
|
|
7827
8618
|
"debounce"?: number;
|
|
7828
8619
|
/**
|
|
7829
8620
|
* If `true`, the user cannot interact with the textarea.
|
|
8621
|
+
* @default false
|
|
7830
8622
|
*/
|
|
7831
8623
|
"disabled"?: boolean;
|
|
7832
8624
|
/**
|
|
@@ -7855,6 +8647,7 @@ declare namespace LocalJSX {
|
|
|
7855
8647
|
"label"?: string;
|
|
7856
8648
|
/**
|
|
7857
8649
|
* Where to place the label relative to the textarea. `"start"`: The label will appear to the left of the textarea in LTR and to the right in RTL. `"end"`: The label will appear to the right of the textarea in LTR and to the left in RTL. `"floating"`: The label will appear smaller and above the textarea when the textarea is focused or it has a value. Otherwise it will appear on top of the textarea. `"stacked"`: The label will appear smaller and above the textarea regardless even when the textarea is blurred or has no value. `"fixed"`: The label has the same behavior as `"start"` except it also has a fixed width. Long text will be truncated with ellipses ("...").
|
|
8650
|
+
* @default 'start'
|
|
7858
8651
|
*/
|
|
7859
8652
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
7860
8653
|
/**
|
|
@@ -7871,6 +8664,7 @@ declare namespace LocalJSX {
|
|
|
7871
8664
|
"mode"?: "ios" | "md";
|
|
7872
8665
|
/**
|
|
7873
8666
|
* The name of the control, which is submitted with the form data.
|
|
8667
|
+
* @default this.inputId
|
|
7874
8668
|
*/
|
|
7875
8669
|
"name"?: string;
|
|
7876
8670
|
/**
|
|
@@ -7895,10 +8689,12 @@ declare namespace LocalJSX {
|
|
|
7895
8689
|
"placeholder"?: string;
|
|
7896
8690
|
/**
|
|
7897
8691
|
* If `true`, the user cannot modify the value.
|
|
8692
|
+
* @default false
|
|
7898
8693
|
*/
|
|
7899
8694
|
"readonly"?: boolean;
|
|
7900
8695
|
/**
|
|
7901
8696
|
* If `true`, the user must fill in a value before submitting a form.
|
|
8697
|
+
* @default false
|
|
7902
8698
|
*/
|
|
7903
8699
|
"required"?: boolean;
|
|
7904
8700
|
/**
|
|
@@ -7911,10 +8707,12 @@ declare namespace LocalJSX {
|
|
|
7911
8707
|
"shape"?: 'round';
|
|
7912
8708
|
/**
|
|
7913
8709
|
* If `true`, the element will have its spelling and grammar checked.
|
|
8710
|
+
* @default false
|
|
7914
8711
|
*/
|
|
7915
8712
|
"spellcheck"?: boolean;
|
|
7916
8713
|
/**
|
|
7917
8714
|
* The value of the textarea.
|
|
8715
|
+
* @default ''
|
|
7918
8716
|
*/
|
|
7919
8717
|
"value"?: string | null;
|
|
7920
8718
|
/**
|
|
@@ -7937,6 +8735,7 @@ declare namespace LocalJSX {
|
|
|
7937
8735
|
interface IonToast {
|
|
7938
8736
|
/**
|
|
7939
8737
|
* If `true`, the toast will animate.
|
|
8738
|
+
* @default true
|
|
7940
8739
|
*/
|
|
7941
8740
|
"animated"?: boolean;
|
|
7942
8741
|
/**
|
|
@@ -7953,6 +8752,7 @@ declare namespace LocalJSX {
|
|
|
7953
8752
|
"cssClass"?: string | string[];
|
|
7954
8753
|
/**
|
|
7955
8754
|
* How many milliseconds to wait before hiding the toast. By default, it will show until `dismiss()` is called.
|
|
8755
|
+
* @default config.getNumber('toastDuration', 0)
|
|
7956
8756
|
*/
|
|
7957
8757
|
"duration"?: number;
|
|
7958
8758
|
/**
|
|
@@ -7973,14 +8773,17 @@ declare namespace LocalJSX {
|
|
|
7973
8773
|
"icon"?: string;
|
|
7974
8774
|
/**
|
|
7975
8775
|
* If `true`, the toast will open. If `false`, the toast will close. Use this if you need finer grained control over presentation, otherwise just use the toastController or the `trigger` property. Note: `isOpen` will not automatically be set back to `false` when the toast dismisses. You will need to do that in your code.
|
|
8776
|
+
* @default false
|
|
7976
8777
|
*/
|
|
7977
8778
|
"isOpen"?: boolean;
|
|
7978
8779
|
/**
|
|
7979
8780
|
* If `true`, the keyboard will be automatically dismissed when the overlay is presented.
|
|
8781
|
+
* @default false
|
|
7980
8782
|
*/
|
|
7981
8783
|
"keyboardClose"?: boolean;
|
|
7982
8784
|
/**
|
|
7983
8785
|
* Defines how the message and buttons are laid out in the toast. 'baseline': The message and the buttons will appear on the same line. Message text may wrap within the message container. 'stacked': The buttons containers and message will stack on top of each other. Use this if you have long text in your buttons.
|
|
8786
|
+
* @default 'baseline'
|
|
7984
8787
|
*/
|
|
7985
8788
|
"layout"?: ToastLayout;
|
|
7986
8789
|
/**
|
|
@@ -8029,6 +8832,7 @@ declare namespace LocalJSX {
|
|
|
8029
8832
|
"onWillPresent"?: (event: IonToastCustomEvent<void>) => void;
|
|
8030
8833
|
/**
|
|
8031
8834
|
* The starting position of the toast on the screen. Can be tweaked further using the `positionAnchor` property.
|
|
8835
|
+
* @default 'bottom'
|
|
8032
8836
|
*/
|
|
8033
8837
|
"position"?: ToastPosition;
|
|
8034
8838
|
/**
|
|
@@ -8041,6 +8845,7 @@ declare namespace LocalJSX {
|
|
|
8041
8845
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
8042
8846
|
/**
|
|
8043
8847
|
* If `true`, the toast will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
8848
|
+
* @default false
|
|
8044
8849
|
*/
|
|
8045
8850
|
"translucent"?: boolean;
|
|
8046
8851
|
/**
|
|
@@ -8055,6 +8860,7 @@ declare namespace LocalJSX {
|
|
|
8055
8860
|
"alignment"?: 'start' | 'center';
|
|
8056
8861
|
/**
|
|
8057
8862
|
* If `true`, the toggle is selected.
|
|
8863
|
+
* @default false
|
|
8058
8864
|
*/
|
|
8059
8865
|
"checked"?: boolean;
|
|
8060
8866
|
/**
|
|
@@ -8063,10 +8869,12 @@ declare namespace LocalJSX {
|
|
|
8063
8869
|
"color"?: Color;
|
|
8064
8870
|
/**
|
|
8065
8871
|
* If `true`, the user cannot interact with the toggle.
|
|
8872
|
+
* @default false
|
|
8066
8873
|
*/
|
|
8067
8874
|
"disabled"?: boolean;
|
|
8068
8875
|
/**
|
|
8069
8876
|
* Enables the on/off accessibility switch labels within the toggle.
|
|
8877
|
+
* @default config.get('toggleOnOffLabels')
|
|
8070
8878
|
*/
|
|
8071
8879
|
"enableOnOffLabels"?: boolean | undefined;
|
|
8072
8880
|
/**
|
|
@@ -8083,6 +8891,7 @@ declare namespace LocalJSX {
|
|
|
8083
8891
|
"justify"?: 'start' | 'end' | 'space-between';
|
|
8084
8892
|
/**
|
|
8085
8893
|
* Where to place the label relative to the input. `"start"`: The label will appear to the left of the toggle in LTR and to the right in RTL. `"end"`: The label will appear to the right of the toggle in LTR and to the left in RTL. `"fixed"`: The label has the same behavior as `"start"` except it also has a fixed width. Long text will be truncated with ellipses ("..."). `"stacked"`: The label will appear above the toggle regardless of the direction. The alignment of the label can be controlled with the `alignment` property.
|
|
8894
|
+
* @default 'start'
|
|
8086
8895
|
*/
|
|
8087
8896
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
8088
8897
|
/**
|
|
@@ -8091,6 +8900,7 @@ declare namespace LocalJSX {
|
|
|
8091
8900
|
"mode"?: "ios" | "md";
|
|
8092
8901
|
/**
|
|
8093
8902
|
* The name of the control, which is submitted with the form data.
|
|
8903
|
+
* @default this.inputId
|
|
8094
8904
|
*/
|
|
8095
8905
|
"name"?: string;
|
|
8096
8906
|
/**
|
|
@@ -8107,10 +8917,12 @@ declare namespace LocalJSX {
|
|
|
8107
8917
|
"onIonFocus"?: (event: IonToggleCustomEvent<void>) => void;
|
|
8108
8918
|
/**
|
|
8109
8919
|
* If true, screen readers will announce it as a required field. This property works only for accessibility purposes, it will not prevent the form from submitting if the value is invalid.
|
|
8920
|
+
* @default false
|
|
8110
8921
|
*/
|
|
8111
8922
|
"required"?: boolean;
|
|
8112
8923
|
/**
|
|
8113
8924
|
* The value of the toggle does not mean if it's checked or not, use the `checked` property for that. The value of a toggle is analogous to the value of a `<input type="checkbox">`, it's only used when the toggle participates in a native `<form>`.
|
|
8925
|
+
* @default 'on'
|
|
8114
8926
|
*/
|
|
8115
8927
|
"value"?: string | null;
|
|
8116
8928
|
}
|
|
@@ -8159,6 +8971,7 @@ declare namespace LocalJSX {
|
|
|
8159
8971
|
"ion-infinite-scroll": IonInfiniteScroll;
|
|
8160
8972
|
"ion-infinite-scroll-content": IonInfiniteScrollContent;
|
|
8161
8973
|
"ion-input": IonInput;
|
|
8974
|
+
"ion-input-otp": IonInputOtp;
|
|
8162
8975
|
"ion-input-password-toggle": IonInputPasswordToggle;
|
|
8163
8976
|
"ion-item": IonItem;
|
|
8164
8977
|
"ion-item-divider": IonItemDivider;
|
|
@@ -8261,6 +9074,7 @@ declare module "@stencil/core" {
|
|
|
8261
9074
|
"ion-infinite-scroll": LocalJSX.IonInfiniteScroll & JSXBase.HTMLAttributes<HTMLIonInfiniteScrollElement>;
|
|
8262
9075
|
"ion-infinite-scroll-content": LocalJSX.IonInfiniteScrollContent & JSXBase.HTMLAttributes<HTMLIonInfiniteScrollContentElement>;
|
|
8263
9076
|
"ion-input": LocalJSX.IonInput & JSXBase.HTMLAttributes<HTMLIonInputElement>;
|
|
9077
|
+
"ion-input-otp": LocalJSX.IonInputOtp & JSXBase.HTMLAttributes<HTMLIonInputOtpElement>;
|
|
8264
9078
|
"ion-input-password-toggle": LocalJSX.IonInputPasswordToggle & JSXBase.HTMLAttributes<HTMLIonInputPasswordToggleElement>;
|
|
8265
9079
|
"ion-item": LocalJSX.IonItem & JSXBase.HTMLAttributes<HTMLIonItemElement>;
|
|
8266
9080
|
"ion-item-divider": LocalJSX.IonItemDivider & JSXBase.HTMLAttributes<HTMLIonItemDividerElement>;
|