@ionic/core 8.3.3 → 8.3.4-dev.11729606086.12d2b081
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 +13 -8
- package/components/alert.js +15 -10
- package/components/animation.js +1 -1
- package/components/backdrop.js +10 -6
- package/components/button.js +41 -11
- package/components/buttons.js +11 -7
- package/components/capacitor.js +1 -1
- package/components/caret-down.js +6 -0
- package/components/caret-left.js +6 -0
- package/components/caret-right.js +6 -0
- package/components/checkbox.js +30 -13
- package/components/config2.js +79 -0
- package/components/data.js +4 -4
- package/components/focus-visible.js +8 -1
- package/components/framework-delegate.js +3 -1
- package/components/helpers.js +4 -1
- package/components/index2.js +2 -2
- package/components/index4.js +8 -9
- package/components/index5.js +27 -3
- package/components/index6.js +114 -20
- package/components/index7.js +163 -27
- package/components/input-shims.js +2 -2
- package/components/input.utils.js +1 -2
- package/components/ion-accordion-group.js +9 -6
- package/components/ion-accordion.js +36 -17
- package/components/ion-app.js +9 -77
- package/components/ion-avatar.js +52 -3
- package/components/ion-back-button.js +29 -19
- package/components/ion-badge.js +44 -8
- package/components/ion-breadcrumb.js +45 -11
- package/components/ion-breadcrumbs.js +9 -5
- package/components/ion-card-content.js +11 -7
- package/components/ion-card-header.js +9 -5
- package/components/ion-card-subtitle.js +9 -5
- package/components/ion-card-title.js +9 -5
- package/components/ion-card.js +17 -9
- package/components/ion-chip.js +45 -8
- package/components/ion-col.js +5 -5
- package/components/ion-content.js +14 -12
- package/components/ion-datetime-button.js +9 -6
- package/components/ion-datetime.js +96 -20
- package/components/ion-fab-button.js +33 -10
- package/components/ion-fab-list.js +5 -5
- package/components/ion-fab.js +6 -6
- package/components/ion-footer.js +18 -12
- package/components/ion-grid.js +5 -5
- package/components/ion-header.js +24 -15
- package/components/ion-img.js +5 -2
- package/components/ion-infinite-scroll-content.js +13 -8
- package/components/ion-infinite-scroll.js +5 -5
- package/components/ion-input-password-toggle.js +53 -14
- package/components/ion-input.js +118 -20
- package/components/ion-item-divider.js +9 -5
- package/components/ion-item-group.js +9 -5
- package/components/ion-item-option.js +28 -8
- package/components/ion-item-options.js +9 -5
- package/components/ion-item-sliding.js +5 -5
- package/components/ion-loading.js +13 -8
- package/components/ion-menu-button.js +28 -10
- package/components/ion-menu-toggle.js +5 -5
- package/components/ion-menu.js +12 -8
- package/components/ion-modal.js +47 -21
- package/components/ion-nav-link.js +1 -1
- package/components/ion-nav.js +8 -6
- package/components/ion-note.js +9 -5
- package/components/ion-picker-legacy.js +7 -8
- package/components/ion-progress-bar.js +11 -6
- package/components/ion-range.js +11 -8
- package/components/ion-refresher-content.js +28 -9
- package/components/ion-refresher.js +11 -7
- package/components/ion-reorder-group.js +5 -5
- package/components/ion-reorder.js +31 -5
- package/components/ion-router-link.js +6 -6
- package/components/ion-router-outlet.js +4 -3
- package/components/ion-row.js +5 -2
- package/components/ion-searchbar.js +93 -16
- package/components/ion-segment-button.js +12 -8
- package/components/ion-segment.js +11 -7
- package/components/ion-select-option.js +5 -2
- package/components/ion-select.js +77 -28
- package/components/ion-skeleton-text.js +6 -5
- package/components/ion-split-pane.js +12 -8
- package/components/ion-tab-bar.js +31 -8
- package/components/ion-tab-button.js +12 -7
- package/components/ion-tab.js +2 -2
- package/components/ion-tabs.js +2 -2
- package/components/ion-text.js +5 -5
- package/components/ion-textarea.js +38 -11
- package/components/ion-thumbnail.js +5 -2
- package/components/ion-title.js +11 -7
- package/components/ion-toast.js +30 -12
- package/components/ion-toggle.js +77 -18
- package/components/ion-toolbar.js +11 -7
- package/components/ionic-global.js +374 -84
- package/components/ios.transition.js +1 -0
- package/components/item.js +41 -11
- package/components/keyboard-controller.js +4 -2
- package/components/label.js +9 -5
- package/components/list-header.js +9 -5
- package/components/list.js +29 -6
- package/components/list2.js +6 -0
- package/components/notch-controller.js +1 -1
- package/components/overlays.js +4 -5
- package/components/picker-column-option.js +9 -5
- package/components/picker-column.js +7 -8
- package/components/picker-column2.js +4 -4
- package/components/picker.js +8 -4
- package/components/popover.js +11 -8
- package/components/radio-group.js +5 -3
- package/components/radio.js +12 -8
- package/components/ripple-effect.js +18 -8
- package/components/select-popover.js +9 -2
- package/components/spinner.js +36 -9
- package/components/status-tap.js +1 -1
- package/components/x.js +6 -0
- package/css/core.css +1 -1
- package/css/core.css.map +1 -1
- package/css/display.css.map +1 -1
- package/css/flex-utils.css.map +1 -1
- package/css/float-elements.css.map +1 -1
- package/css/global.bundle.css.map +1 -1
- package/css/ionic/bundle.ionic.css +1 -0
- package/css/ionic/bundle.ionic.css.map +1 -0
- package/css/ionic/core.ionic.css +1 -0
- package/css/ionic/core.ionic.css.map +1 -0
- package/css/ionic/global.bundle.ionic.css +1 -0
- package/css/ionic/global.bundle.ionic.css.map +1 -0
- package/css/ionic/ionic-swiper.ionic.css +1 -0
- package/css/ionic/ionic-swiper.ionic.css.map +1 -0
- package/css/ionic/link.ionic.css +1 -0
- package/css/ionic/link.ionic.css.map +1 -0
- package/css/ionic/structure.ionic.css +1 -0
- package/css/ionic/structure.ionic.css.map +1 -0
- package/css/ionic/typography.ionic.css +1 -0
- package/css/ionic/typography.ionic.css.map +1 -0
- package/css/ionic/utils.bundle.ionic.css +1 -0
- package/css/ionic/utils.bundle.ionic.css.map +1 -0
- package/css/ionic-swiper.css +1 -1
- package/css/ionic-swiper.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/css/normalize.css.map +1 -1
- package/css/padding.css.map +1 -1
- package/css/palettes/dark.always.css.map +1 -1
- package/css/palettes/dark.class.css.map +1 -1
- package/css/palettes/dark.system.css.map +1 -1
- package/css/palettes/high-contrast-dark.always.css.map +1 -1
- package/css/palettes/high-contrast-dark.class.css.map +1 -1
- package/css/palettes/high-contrast-dark.system.css.map +1 -1
- package/css/palettes/high-contrast.always.css.map +1 -1
- package/css/palettes/high-contrast.class.css.map +1 -1
- package/css/palettes/high-contrast.system.css.map +1 -1
- package/css/structure.css.map +1 -1
- package/css/text-alignment.css.map +1 -1
- package/css/text-transformation.css.map +1 -1
- package/css/typography.css.map +1 -1
- package/css/utils.bundle.css.map +1 -1
- package/dist/cjs/{animation-b4fdf128.js → animation-232e0c8f.js} +2 -2
- package/dist/cjs/{app-globals-21afee77.js → app-globals-0189a70c.js} +1 -1
- package/dist/cjs/{button-active-3f2f60b4.js → button-active-41228dbf.js} +4 -4
- package/dist/cjs/{capacitor-c04564bf.js → capacitor-806e7fee.js} +3 -3
- package/dist/cjs/caret-down-3c215cff.js +8 -0
- package/dist/cjs/caret-left-2bb66970.js +8 -0
- package/dist/cjs/caret-right-88e03970.js +8 -0
- package/dist/cjs/{index-73f75efb.js → config-1349d5b4.js} +79 -0
- package/dist/cjs/{data-21dc0f81.js → data-cad5d489.js} +6 -6
- package/dist/cjs/{focus-visible-7a0ce04f.js → focus-visible-9aa87fa3.js} +8 -0
- package/dist/cjs/{framework-delegate-55f5683a.js → framework-delegate-cf116b1d.js} +4 -2
- package/dist/cjs/{haptic-f6b37aa3.js → haptic-f0cad9a6.js} +1 -1
- package/dist/cjs/{helpers-afaa9001.js → helpers-e75eb909.js} +4 -1
- package/dist/cjs/{index-5b6a7459.js → index-1d02518d.js} +3 -3
- package/dist/cjs/{index-9509ecad.js → index-2c8b42cd.js} +8 -7
- package/dist/cjs/{index-f05acd21.js → index-3ac79a1b.js} +11 -12
- package/dist/cjs/{index-9cd00dc3.js → index-71085796.js} +14 -15
- package/dist/cjs/index.cjs.js +10 -13
- package/dist/cjs/{input-shims-9e59ef62.js → input-shims-2958dcc9.js} +17 -17
- package/dist/cjs/{input.utils-611cde0b.js → input.utils-ed749ecb.js} +4 -5
- package/dist/cjs/ion-accordion_2.cjs.entry.js +53 -32
- package/dist/cjs/ion-action-sheet.cjs.entry.js +32 -30
- package/dist/cjs/ion-alert.cjs.entry.js +42 -41
- package/dist/cjs/ion-app_8.cjs.entry.js +144 -189
- package/dist/cjs/ion-avatar_3.cjs.entry.js +96 -13
- package/dist/cjs/ion-back-button.cjs.entry.js +34 -25
- package/dist/cjs/ion-backdrop.cjs.entry.js +13 -9
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +62 -25
- package/dist/cjs/ion-button_2.cjs.entry.js +54 -24
- package/dist/cjs/ion-card_5.cjs.entry.js +59 -36
- package/dist/cjs/ion-checkbox.cjs.entry.js +36 -21
- package/dist/cjs/ion-chip.cjs.entry.js +44 -9
- package/dist/cjs/ion-col_3.cjs.entry.js +18 -15
- package/dist/cjs/ion-datetime-button.cjs.entry.js +18 -15
- package/dist/cjs/ion-datetime_3.cjs.entry.js +188 -115
- package/dist/cjs/ion-fab_3.cjs.entry.js +51 -29
- package/dist/cjs/ion-img.cjs.entry.js +12 -9
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +32 -29
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +57 -19
- package/dist/cjs/ion-input.cjs.entry.js +133 -39
- package/dist/cjs/ion-item-option_3.cjs.entry.js +51 -29
- package/dist/cjs/ion-item_8.cjs.entry.js +131 -60
- package/dist/cjs/ion-loading.cjs.entry.js +31 -30
- package/dist/cjs/ion-menu_3.cjs.entry.js +67 -49
- package/dist/cjs/ion-modal.cjs.entry.js +90 -67
- package/dist/cjs/ion-nav_2.cjs.entry.js +29 -28
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +13 -9
- package/dist/cjs/ion-picker-column.cjs.entry.js +16 -17
- package/dist/cjs/ion-picker.cjs.entry.js +13 -9
- package/dist/cjs/ion-popover.cjs.entry.js +31 -30
- package/dist/cjs/ion-progress-bar.cjs.entry.js +18 -14
- package/dist/cjs/ion-radio_2.cjs.entry.js +27 -21
- package/dist/cjs/ion-range.cjs.entry.js +31 -28
- package/dist/cjs/ion-refresher_2.cjs.entry.js +73 -53
- package/dist/cjs/ion-reorder_2.cjs.entry.js +45 -22
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +22 -12
- package/dist/cjs/ion-route_4.cjs.entry.js +17 -17
- package/dist/cjs/ion-searchbar.cjs.entry.js +107 -31
- package/dist/cjs/ion-segment_2.cjs.entry.js +33 -25
- package/dist/cjs/ion-select_3.cjs.entry.js +118 -63
- package/dist/cjs/ion-spinner.cjs.entry.js +42 -17
- package/dist/cjs/ion-split-pane.cjs.entry.js +16 -12
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +52 -28
- package/dist/cjs/ion-tab_2.cjs.entry.js +14 -14
- package/dist/cjs/ion-text.cjs.entry.js +7 -7
- package/dist/cjs/ion-textarea.cjs.entry.js +56 -32
- package/dist/cjs/ion-toast.cjs.entry.js +58 -43
- package/dist/cjs/ion-toggle.cjs.entry.js +88 -31
- package/dist/cjs/ionic-global-3647b9f5.js +534 -0
- package/dist/cjs/ionic.cjs.js +7 -7
- package/dist/cjs/{ios.transition-cf40433b.js → ios.transition-4411892c.js} +6 -7
- package/dist/cjs/{keyboard-controller-c05e747a.js → keyboard-controller-020444ad.js} +11 -9
- package/dist/cjs/{keyboard-af1bb365.js → keyboard-e0062bfc.js} +4 -3
- package/dist/cjs/{keyboard-0272231f.js → keyboard-ed6e1327.js} +1 -1
- package/dist/cjs/list-2930c629.js +8 -0
- package/dist/cjs/loader.cjs.js +5 -5
- package/dist/cjs/{md.transition-ededf99f.js → md.transition-261f9f67.js} +5 -7
- package/dist/cjs/{notch-controller-d69150f5.js → notch-controller-70ad2323.js} +4 -4
- package/dist/cjs/{overlays-0123d7d4.js → overlays-22320753.js} +18 -19
- package/dist/cjs/{status-tap-37681226.js → status-tap-cfc7f9a5.js} +8 -8
- package/dist/cjs/{swipe-back-0303a5e4.js → swipe-back-ecdf1cf5.js} +2 -1
- package/dist/cjs/x-81a8f51c.js +8 -0
- package/dist/collection/components/accordion/accordion.ionic.css +203 -0
- package/dist/collection/components/accordion/accordion.ios.css +73 -58
- package/dist/collection/components/accordion/accordion.js +37 -21
- package/dist/collection/components/accordion/accordion.md.css +67 -59
- package/dist/collection/components/accordion-group/accordion-group.ionic.css +83 -0
- package/dist/collection/components/accordion-group/accordion-group.ios.css +16 -4
- package/dist/collection/components/accordion-group/accordion-group.js +11 -8
- package/dist/collection/components/accordion-group/accordion-group.md.css +22 -4
- package/dist/collection/components/action-sheet/action-sheet.ios.css +18 -6
- package/dist/collection/components/action-sheet/action-sheet.js +14 -10
- package/dist/collection/components/action-sheet/action-sheet.md.css +17 -5
- package/dist/collection/components/alert/alert.ios.css +19 -1
- package/dist/collection/components/alert/alert.js +15 -12
- package/dist/collection/components/alert/alert.md.css +19 -1
- package/dist/collection/components/app/app.js +12 -78
- package/dist/collection/components/avatar/avatar.ionic.css +271 -0
- package/dist/collection/components/avatar/avatar.ios.css +12 -0
- package/dist/collection/components/avatar/avatar.js +92 -4
- package/dist/collection/components/avatar/avatar.md.css +12 -0
- package/dist/collection/components/back-button/back-button.ios.css +60 -48
- package/dist/collection/components/back-button/back-button.js +27 -19
- package/dist/collection/components/back-button/back-button.md.css +60 -48
- package/dist/collection/components/backdrop/backdrop.ionic.css +153 -0
- package/dist/collection/components/backdrop/backdrop.ios.css +13 -1
- package/dist/collection/components/backdrop/backdrop.js +12 -6
- package/dist/collection/components/backdrop/backdrop.md.css +13 -1
- package/dist/collection/components/badge/badge.ionic.css +251 -0
- package/dist/collection/components/badge/badge.ios.css +106 -3
- package/dist/collection/components/badge/badge.js +75 -8
- package/dist/collection/components/badge/badge.md.css +106 -3
- package/dist/collection/components/breadcrumb/breadcrumb.ios.css +20 -8
- package/dist/collection/components/breadcrumb/breadcrumb.js +43 -11
- package/dist/collection/components/breadcrumb/breadcrumb.md.css +20 -8
- package/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +6 -0
- package/dist/collection/components/breadcrumbs/breadcrumbs.js +11 -9
- package/dist/collection/components/breadcrumbs/breadcrumbs.md.css +6 -0
- package/dist/collection/components/button/button.ionic.css +591 -0
- package/dist/collection/components/button/button.ios.css +129 -36
- package/dist/collection/components/button/button.js +46 -16
- package/dist/collection/components/button/button.md.css +120 -40
- package/dist/collection/components/buttons/buttons.ionic.css +101 -0
- package/dist/collection/components/buttons/buttons.ios.css +59 -7
- package/dist/collection/components/buttons/buttons.js +14 -8
- package/dist/collection/components/buttons/buttons.md.css +55 -3
- package/dist/collection/components/card/card.ionic.css +139 -0
- package/dist/collection/components/card/card.ios.css +65 -14
- package/dist/collection/components/card/card.js +34 -10
- package/dist/collection/components/card/card.md.css +65 -14
- package/dist/collection/components/card-content/card-content.ionic.css +92 -0
- package/dist/collection/components/card-content/card-content.ios.css +16 -1
- package/dist/collection/components/card-content/card-content.js +11 -8
- package/dist/collection/components/card-content/card-content.md.css +16 -1
- package/dist/collection/components/card-header/card-header.ionic.css +89 -0
- package/dist/collection/components/card-header/card-header.ios.css +27 -15
- package/dist/collection/components/card-header/card-header.js +12 -9
- package/dist/collection/components/card-header/card-header.md.css +27 -15
- package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +148 -0
- package/dist/collection/components/card-subtitle/card-subtitle.ios.css +12 -0
- package/dist/collection/components/card-subtitle/card-subtitle.js +11 -8
- package/dist/collection/components/card-subtitle/card-subtitle.md.css +12 -0
- package/dist/collection/components/card-title/card-title.ios.css +73 -0
- package/dist/collection/components/card-title/card-title.js +11 -8
- package/dist/collection/components/card-title/card-title.md.css +73 -0
- package/dist/collection/components/checkbox/checkbox.ionic.css +409 -0
- package/dist/collection/components/checkbox/checkbox.ios.css +20 -2
- package/dist/collection/components/checkbox/checkbox.js +63 -14
- package/dist/collection/components/checkbox/checkbox.md.css +21 -3
- package/dist/collection/components/chip/chip.ionic.css +162 -0
- package/dist/collection/components/chip/chip.ios.css +20 -1
- package/dist/collection/components/chip/chip.js +77 -8
- package/dist/collection/components/chip/chip.md.css +20 -1
- package/dist/collection/components/col/col.css +12 -0
- package/dist/collection/components/col/col.js +9 -5
- package/dist/collection/components/content/content.css +8 -2
- package/dist/collection/components/content/content.js +16 -11
- package/dist/collection/components/datetime/datetime.ionic.css +670 -0
- package/dist/collection/components/datetime/datetime.ios.css +232 -73
- package/dist/collection/components/datetime/datetime.js +95 -19
- package/dist/collection/components/datetime/datetime.md.css +232 -73
- package/dist/collection/components/datetime/utils/data.js +3 -3
- package/dist/collection/components/datetime-button/datetime-button.ios.css +6 -0
- package/dist/collection/components/datetime-button/datetime-button.js +11 -8
- package/dist/collection/components/datetime-button/datetime-button.md.css +6 -0
- package/dist/collection/components/fab/fab.css +25 -1
- package/dist/collection/components/fab/fab.js +9 -5
- package/dist/collection/components/fab-button/fab-button.ios.css +18 -6
- package/dist/collection/components/fab-button/fab-button.js +36 -15
- package/dist/collection/components/fab-button/fab-button.md.css +20 -8
- package/dist/collection/components/fab-list/fab-list.css +12 -0
- package/dist/collection/components/fab-list/fab-list.js +9 -5
- package/dist/collection/components/footer/footer.ios.css +14 -2
- package/dist/collection/components/footer/footer.js +20 -15
- package/dist/collection/components/footer/footer.md.css +12 -0
- package/dist/collection/components/grid/grid.css +12 -0
- package/dist/collection/components/grid/grid.js +9 -5
- package/dist/collection/components/header/header.ionic.css +88 -0
- package/dist/collection/components/header/header.ios.css +25 -10
- package/dist/collection/components/header/header.js +42 -17
- package/dist/collection/components/header/header.md.css +23 -8
- package/dist/collection/components/img/img.js +8 -2
- package/dist/collection/components/infinite-scroll/infinite-scroll.js +8 -4
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +12 -0
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +16 -10
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +12 -0
- package/dist/collection/components/input/input.ionic.css +1099 -0
- package/dist/collection/components/input/input.ios.css +21 -2
- package/dist/collection/components/input/input.js +144 -30
- package/dist/collection/components/input/input.md.css +43 -4
- package/dist/collection/components/input-password-toggle/input-password-toggle.common.css +61 -0
- package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +143 -0
- package/dist/collection/components/input-password-toggle/input-password-toggle.js +48 -12
- package/dist/collection/components/item/item.ionic.css +504 -0
- package/dist/collection/components/item/item.ios.css +109 -69
- package/dist/collection/components/item/item.js +44 -16
- package/dist/collection/components/item/item.md.css +120 -68
- package/dist/collection/components/item-divider/item-divider.ios.css +18 -0
- package/dist/collection/components/item-divider/item-divider.js +11 -8
- package/dist/collection/components/item-divider/item-divider.md.css +18 -0
- package/dist/collection/components/item-group/item-group.ios.css +12 -0
- package/dist/collection/components/item-group/item-group.js +13 -7
- package/dist/collection/components/item-group/item-group.md.css +12 -0
- package/dist/collection/components/item-option/item-option.ionic.css +334 -0
- package/dist/collection/components/item-option/item-option.ios.css +14 -2
- package/dist/collection/components/item-option/item-option.js +43 -8
- package/dist/collection/components/item-option/item-option.md.css +14 -2
- package/dist/collection/components/item-options/item-options.ionic.css +260 -0
- package/dist/collection/components/item-options/item-options.ios.css +18 -0
- package/dist/collection/components/item-options/item-options.js +13 -7
- package/dist/collection/components/item-options/item-options.md.css +18 -0
- package/dist/collection/components/item-sliding/item-sliding.css +6 -0
- package/dist/collection/components/item-sliding/item-sliding.js +8 -4
- package/dist/collection/components/label/label.ios.css +18 -0
- package/dist/collection/components/label/label.js +11 -8
- package/dist/collection/components/label/label.md.css +18 -0
- package/dist/collection/components/list/list.ionic.css +196 -0
- package/dist/collection/components/list/list.ios.css +18 -0
- package/dist/collection/components/list/list.js +47 -9
- package/dist/collection/components/list/list.md.css +20 -2
- package/dist/collection/components/list-header/list-header.ionic.css +238 -0
- package/dist/collection/components/list-header/list-header.ios.css +18 -0
- package/dist/collection/components/list-header/list-header.js +11 -8
- package/dist/collection/components/list-header/list-header.md.css +18 -0
- package/dist/collection/components/loading/loading.ios.css +13 -1
- package/dist/collection/components/loading/loading.js +13 -10
- package/dist/collection/components/loading/loading.md.css +13 -1
- package/dist/collection/components/menu/menu.ios.css +15 -3
- package/dist/collection/components/menu/menu.js +12 -7
- package/dist/collection/components/menu/menu.md.css +15 -3
- package/dist/collection/components/menu-button/menu-button.ionic.css +240 -0
- package/dist/collection/components/menu-button/menu-button.ios.css +48 -14
- package/dist/collection/components/menu-button/menu-button.js +26 -10
- package/dist/collection/components/menu-button/menu-button.md.css +49 -15
- package/dist/collection/components/menu-toggle/menu-toggle.js +8 -5
- package/dist/collection/components/modal/animations/sheet.js +4 -2
- package/dist/collection/components/modal/gestures/sheet.js +10 -6
- package/dist/collection/components/modal/modal.ionic.css +241 -0
- package/dist/collection/components/modal/modal.ios.css +106 -63
- package/dist/collection/components/modal/modal.js +47 -11
- package/dist/collection/components/modal/modal.md.css +106 -63
- package/dist/collection/components/nav/nav.css +7 -1
- package/dist/collection/components/nav/nav.js +11 -5
- package/dist/collection/components/nav-link/nav-link.js +5 -1
- package/dist/collection/components/note/note.ios.css +12 -0
- package/dist/collection/components/note/note.js +11 -8
- package/dist/collection/components/note/note.md.css +12 -0
- package/dist/collection/components/picker/picker.ios.css +15 -3
- package/dist/collection/components/picker/picker.js +8 -5
- package/dist/collection/components/picker/picker.md.css +15 -3
- package/dist/collection/components/picker-column/picker-column.css +9 -2
- package/dist/collection/components/picker-column/picker-column.js +8 -7
- package/dist/collection/components/picker-column-option/picker-column-option.ios.css +6 -0
- package/dist/collection/components/picker-column-option/picker-column-option.js +13 -7
- package/dist/collection/components/picker-column-option/picker-column-option.md.css +6 -0
- package/dist/collection/components/picker-legacy/picker.ios.css +13 -1
- package/dist/collection/components/picker-legacy/picker.js +7 -6
- package/dist/collection/components/picker-legacy/picker.md.css +13 -1
- package/dist/collection/components/picker-legacy-column/picker-column.ios.css +12 -0
- package/dist/collection/components/picker-legacy-column/picker-column.js +4 -4
- package/dist/collection/components/picker-legacy-column/picker-column.md.css +12 -0
- package/dist/collection/components/popover/popover.ios.css +13 -1
- package/dist/collection/components/popover/popover.js +15 -12
- package/dist/collection/components/popover/popover.md.css +13 -1
- package/dist/collection/components/progress-bar/progress-bar.ios.css +8 -2
- package/dist/collection/components/progress-bar/progress-bar.js +10 -7
- package/dist/collection/components/progress-bar/progress-bar.md.css +8 -2
- package/dist/collection/components/radio/radio.ionic.css +420 -0
- package/dist/collection/components/radio/radio.ios.css +134 -91
- package/dist/collection/components/radio/radio.js +12 -9
- package/dist/collection/components/radio/radio.md.css +134 -91
- package/dist/collection/components/radio-group/radio-group.js +9 -3
- package/dist/collection/components/range/range.ios.css +12 -0
- package/dist/collection/components/range/range.js +12 -9
- package/dist/collection/components/range/range.md.css +12 -0
- package/dist/collection/components/refresher/refresher.ios.css +14 -1
- package/dist/collection/components/refresher/refresher.js +11 -8
- package/dist/collection/components/refresher/refresher.md.css +15 -2
- package/dist/collection/components/refresher-content/refresher-content.js +28 -7
- package/dist/collection/components/reorder/reorder.ios.css +6 -0
- package/dist/collection/components/reorder/reorder.js +33 -6
- package/dist/collection/components/reorder/reorder.md.css +6 -0
- package/dist/collection/components/reorder-group/reorder-group.css +6 -0
- package/dist/collection/components/reorder-group/reorder-group.js +8 -4
- package/dist/collection/components/ripple-effect/{ripple-effect.css → ripple-effect.common.css} +7 -1
- package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +154 -0
- package/dist/collection/components/ripple-effect/ripple-effect.js +14 -6
- package/dist/collection/components/route/route.js +4 -0
- package/dist/collection/components/router/router.js +4 -0
- package/dist/collection/components/router-link/router-link.css +8 -2
- package/dist/collection/components/router-link/router-link.js +9 -5
- package/dist/collection/components/router-outlet/router-outlet.css +7 -1
- package/dist/collection/components/router-outlet/router-outlet.js +5 -2
- package/dist/collection/components/row/row.css +12 -0
- package/dist/collection/components/row/row.js +9 -2
- package/dist/collection/components/searchbar/searchbar.ionic.css +347 -0
- package/dist/collection/components/searchbar/searchbar.ios.css +56 -18
- package/dist/collection/components/searchbar/searchbar.js +97 -25
- package/dist/collection/components/searchbar/searchbar.md.css +56 -18
- package/dist/collection/components/segment/segment.ionic.css +119 -0
- package/dist/collection/components/segment/segment.ios.css +45 -2
- package/dist/collection/components/segment/segment.js +11 -8
- package/dist/collection/components/segment/segment.md.css +45 -2
- package/dist/collection/components/segment-button/segment-button.ionic.css +352 -0
- package/dist/collection/components/segment-button/segment-button.ios.css +146 -105
- package/dist/collection/components/segment-button/segment-button.js +12 -9
- package/dist/collection/components/segment-button/segment-button.md.css +148 -107
- package/dist/collection/components/select/select.ios.css +22 -3
- package/dist/collection/components/select/select.js +79 -31
- package/dist/collection/components/select/select.md.css +38 -5
- package/dist/collection/components/select-option/select-option.js +9 -2
- package/dist/collection/components/select-popover/select-popover.ios.css +18 -0
- package/dist/collection/components/select-popover/select-popover.js +12 -4
- package/dist/collection/components/select-popover/select-popover.md.css +18 -0
- package/dist/collection/components/skeleton-text/skeleton-text.css +6 -0
- package/dist/collection/components/skeleton-text/skeleton-text.js +9 -5
- package/dist/collection/components/spinner/spinner.common.css +199 -0
- package/dist/collection/components/spinner/{spinner.css → spinner.ionic.css} +65 -0
- package/dist/collection/components/spinner/spinner.js +46 -6
- package/dist/collection/components/split-pane/split-pane.ios.css +20 -2
- package/dist/collection/components/split-pane/split-pane.js +14 -8
- package/dist/collection/components/split-pane/split-pane.md.css +20 -2
- package/dist/collection/components/tab/tab.js +6 -2
- package/dist/collection/components/tab-bar/tab-bar.ionic.css +254 -0
- package/dist/collection/components/tab-bar/tab-bar.ios.css +71 -43
- package/dist/collection/components/tab-bar/tab-bar.js +65 -10
- package/dist/collection/components/tab-bar/tab-bar.md.css +71 -43
- package/dist/collection/components/tab-button/tab-button.ionic.css +273 -0
- package/dist/collection/components/tab-button/tab-button.ios.css +103 -88
- package/dist/collection/components/tab-button/tab-button.js +11 -8
- package/dist/collection/components/tab-button/tab-button.md.css +103 -88
- package/dist/collection/components/tabs/tabs.css +7 -1
- package/dist/collection/components/tabs/tabs.js +4 -1
- package/dist/collection/components/text/text.css +6 -0
- package/dist/collection/components/text/text.js +7 -6
- package/dist/collection/components/textarea/textarea.ionic.css +806 -0
- package/dist/collection/components/textarea/textarea.ios.css +201 -96
- package/dist/collection/components/textarea/textarea.js +59 -16
- package/dist/collection/components/textarea/textarea.md.css +214 -97
- package/dist/collection/components/thumbnail/thumbnail.css +6 -0
- package/dist/collection/components/thumbnail/thumbnail.js +9 -2
- package/dist/collection/components/title/title.ionic.css +147 -0
- package/dist/collection/components/title/title.ios.css +32 -4
- package/dist/collection/components/title/title.js +13 -7
- package/dist/collection/components/title/title.md.css +32 -4
- package/dist/collection/components/toast/animations/utils.js +1 -1
- package/dist/collection/components/toast/toast.ionic.css +359 -0
- package/dist/collection/components/toast/toast.ios.css +74 -35
- package/dist/collection/components/toast/toast.js +45 -11
- package/dist/collection/components/toast/toast.md.css +74 -35
- package/dist/collection/components/toggle/toggle.ionic.css +421 -0
- package/dist/collection/components/toggle/toggle.ios.css +166 -120
- package/dist/collection/components/toggle/toggle.js +73 -18
- package/dist/collection/components/toggle/toggle.md.css +163 -120
- package/dist/collection/components/toolbar/toolbar.ionic.css +235 -0
- package/dist/collection/components/toolbar/toolbar.ios.css +90 -47
- package/dist/collection/components/toolbar/toolbar.js +13 -10
- package/dist/collection/components/toolbar/toolbar.md.css +90 -47
- package/dist/collection/global/ionic-global.js +229 -13
- package/dist/collection/utils/focus-visible.js +7 -0
- package/dist/collection/utils/framework-delegate.js +3 -1
- package/dist/collection/utils/helpers.js +3 -1
- package/dist/collection/utils/keyboard/keyboard-controller.js +3 -1
- package/dist/collection/utils/menu-controller/animations/overlay.js +3 -3
- package/dist/collection/utils/menu-controller/animations/push.js +2 -1
- package/dist/collection/utils/menu-controller/animations/reveal.js +2 -1
- package/dist/collection/utils/overlays.js +2 -1
- package/dist/collection/utils/test/playwright/generator.js +48 -23
- package/dist/collection/utils/test/playwright/page/utils/goto.js +14 -5
- package/dist/collection/utils/test/playwright/page/utils/set-content.js +14 -1
- package/dist/collection/utils/transition/ios.transition.js +1 -0
- package/dist/docs.json +6997 -321
- package/dist/esm/{animation-eab5a4ca.js → animation-16546c84.js} +1 -1
- package/dist/esm/{app-globals-5dbb61a5.js → app-globals-35381e66.js} +1 -1
- package/dist/esm/{button-active-f6503382.js → button-active-c768aceb.js} +2 -2
- package/dist/esm/{capacitor-59395cbd.js → capacitor-0897b83c.js} +1 -1
- package/dist/esm/caret-down-3eaad1cc.js +6 -0
- package/dist/esm/caret-left-33424bb0.js +6 -0
- package/dist/esm/caret-right-68d856ad.js +6 -0
- package/dist/esm/{index-28849c61.js → config-0b6b1b3d.js} +76 -1
- package/dist/esm/{data-ae11fd43.js → data-d9b1fbdb.js} +4 -4
- package/dist/esm/{focus-visible-dd40d69f.js → focus-visible-501aff19.js} +8 -1
- package/dist/esm/{framework-delegate-63d1a679.js → framework-delegate-56698eb0.js} +4 -2
- package/dist/esm/{haptic-ac164e4c.js → haptic-d9a770b8.js} +1 -1
- package/dist/esm/{helpers-da915de8.js → helpers-d57f52c8.js} +4 -1
- package/{components/index9.js → dist/esm/index-7f65e865.js} +3 -2
- package/dist/esm/{index-fe1782b1.js → index-82405a4a.js} +10 -11
- package/dist/esm/{index-e2cf2ceb.js → index-d997525d.js} +1 -1
- package/dist/esm/{index-3ad7f18b.js → index-edf94b3b.js} +5 -6
- package/dist/esm/{index-5cc724f3.js → index-f8ad386a.js} +2 -2
- package/dist/esm/index.js +10 -13
- package/dist/esm/{input-shims-0314bbe5.js → input-shims-0f3cc1c3.js} +6 -6
- package/dist/esm/{input.utils-09c71bc7.js → input.utils-ef4d8197.js} +2 -3
- package/dist/esm/ion-accordion_2.entry.js +45 -24
- package/dist/esm/ion-action-sheet.entry.js +21 -19
- package/dist/esm/ion-alert.entry.js +22 -21
- package/dist/esm/ion-app_8.entry.js +95 -140
- package/dist/esm/ion-avatar_3.entry.js +93 -10
- package/dist/esm/ion-back-button.entry.js +30 -21
- package/dist/esm/ion-backdrop.entry.js +11 -7
- package/dist/esm/ion-breadcrumb_2.entry.js +54 -17
- package/dist/esm/ion-button_2.entry.js +43 -13
- package/dist/esm/ion-card_5.entry.js +52 -29
- package/dist/esm/ion-checkbox.entry.js +29 -14
- package/dist/esm/ion-chip.entry.js +43 -8
- package/dist/esm/ion-col_3.entry.js +14 -11
- package/dist/esm/ion-datetime-button.entry.js +12 -9
- package/dist/esm/ion-datetime_3.entry.js +113 -40
- package/dist/esm/ion-fab_3.entry.js +43 -21
- package/dist/esm/ion-img.entry.js +7 -4
- package/dist/esm/ion-infinite-scroll_2.entry.js +18 -15
- package/dist/esm/ion-input-password-toggle.entry.js +53 -15
- package/dist/esm/ion-input.entry.js +119 -25
- package/dist/esm/ion-item-option_3.entry.js +40 -18
- package/dist/esm/ion-item_8.entry.js +113 -42
- package/dist/esm/ion-loading.entry.js +17 -16
- package/dist/esm/ion-menu_3.entry.js +47 -29
- package/dist/esm/ion-modal.entry.js +54 -31
- package/dist/esm/ion-nav_2.entry.js +13 -12
- package/dist/esm/ion-picker-column-option.entry.js +11 -7
- package/dist/esm/ion-picker-column.entry.js +11 -12
- package/dist/esm/ion-picker.entry.js +10 -6
- package/dist/esm/ion-popover.entry.js +17 -16
- package/dist/esm/ion-progress-bar.entry.js +12 -8
- package/dist/esm/ion-radio_2.entry.js +18 -12
- package/dist/esm/ion-range.entry.js +13 -10
- package/dist/esm/ion-refresher_2.entry.js +41 -21
- package/dist/esm/ion-reorder_2.entry.js +38 -15
- package/dist/esm/ion-ripple-effect.entry.js +18 -8
- package/dist/esm/ion-route_4.entry.js +8 -8
- package/dist/esm/ion-searchbar.entry.js +94 -18
- package/dist/esm/ion-segment_2.entry.js +24 -16
- package/dist/esm/ion-select_3.entry.js +93 -38
- package/dist/esm/ion-spinner.entry.js +33 -8
- package/dist/esm/ion-split-pane.entry.js +13 -9
- package/dist/esm/ion-tab-bar_2.entry.js +44 -20
- package/dist/esm/ion-tab_2.entry.js +7 -7
- package/dist/esm/ion-text.entry.js +6 -6
- package/dist/esm/ion-textarea.entry.js +41 -17
- package/dist/esm/ion-toast.entry.js +33 -18
- package/dist/esm/ion-toggle.entry.js +80 -23
- package/dist/esm/ionic-global-d7017fd9.js +520 -0
- package/dist/esm/ionic.js +5 -5
- package/dist/esm/{ios.transition-4ee1a3af.js → ios.transition-4b9fe79e.js} +6 -7
- package/dist/esm/{keyboard-52278bd7.js → keyboard-584d2e6f.js} +4 -3
- package/dist/esm/{keyboard-73175e24.js → keyboard-ad38b8fc.js} +1 -1
- package/dist/esm/{keyboard-controller-ec5c2bfa.js → keyboard-controller-9c9c2301.js} +5 -3
- package/dist/esm/list-6524700c.js +6 -0
- package/dist/esm/loader.js +5 -5
- package/dist/esm/{md.transition-5106a0d2.js → md.transition-a71dc418.js} +5 -7
- package/dist/esm/{notch-controller-55b09e11.js → notch-controller-4d9a7b28.js} +2 -2
- package/dist/esm/{overlays-9c75ec54.js → overlays-9da9aef5.js} +6 -7
- package/dist/esm/{status-tap-f472b09f.js → status-tap-82f51b25.js} +4 -4
- package/dist/esm/{swipe-back-e5394307.js → swipe-back-c5709ce5.js} +2 -1
- package/dist/esm/x-a64bcd9f.js +6 -0
- package/dist/esm-es5/animation-16546c84.js +4 -0
- package/dist/esm-es5/app-globals-35381e66.js +4 -0
- package/dist/esm-es5/button-active-c768aceb.js +4 -0
- package/dist/esm-es5/capacitor-0897b83c.js +4 -0
- package/dist/esm-es5/caret-down-3eaad1cc.js +4 -0
- package/dist/esm-es5/caret-left-33424bb0.js +4 -0
- package/dist/esm-es5/caret-right-68d856ad.js +4 -0
- package/dist/esm-es5/{index-28849c61.js → config-0b6b1b3d.js} +2 -2
- package/dist/esm-es5/data-d9b1fbdb.js +4 -0
- package/dist/esm-es5/focus-visible-501aff19.js +4 -0
- package/dist/esm-es5/framework-delegate-56698eb0.js +4 -0
- package/dist/esm-es5/{haptic-ac164e4c.js → haptic-d9a770b8.js} +1 -1
- package/dist/esm-es5/helpers-d57f52c8.js +4 -0
- package/dist/esm-es5/index-7f65e865.js +4 -0
- package/dist/esm-es5/index-82405a4a.js +4 -0
- package/dist/esm-es5/{index-e2cf2ceb.js → index-d997525d.js} +1 -1
- package/dist/esm-es5/index-edf94b3b.js +4 -0
- package/dist/esm-es5/index-f8ad386a.js +4 -0
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/input-shims-0f3cc1c3.js +4 -0
- package/dist/esm-es5/input.utils-ef4d8197.js +4 -0
- package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
- package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
- package/dist/esm-es5/ion-alert.entry.js +1 -1
- package/dist/esm-es5/ion-app_8.entry.js +1 -1
- package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
- package/dist/esm-es5/ion-back-button.entry.js +1 -1
- package/dist/esm-es5/ion-backdrop.entry.js +1 -1
- package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
- package/dist/esm-es5/ion-button_2.entry.js +1 -1
- package/dist/esm-es5/ion-card_5.entry.js +1 -1
- package/dist/esm-es5/ion-checkbox.entry.js +1 -1
- package/dist/esm-es5/ion-chip.entry.js +1 -1
- package/dist/esm-es5/ion-col_3.entry.js +1 -1
- package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
- package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
- package/dist/esm-es5/ion-fab_3.entry.js +1 -1
- package/dist/esm-es5/ion-img.entry.js +1 -1
- package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
- package/dist/esm-es5/ion-input-password-toggle.entry.js +1 -1
- package/dist/esm-es5/ion-input.entry.js +1 -1
- package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
- package/dist/esm-es5/ion-item_8.entry.js +1 -1
- package/dist/esm-es5/ion-loading.entry.js +1 -1
- package/dist/esm-es5/ion-menu_3.entry.js +1 -1
- package/dist/esm-es5/ion-modal.entry.js +1 -1
- package/dist/esm-es5/ion-nav_2.entry.js +1 -1
- package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
- package/dist/esm-es5/ion-picker-column.entry.js +1 -1
- package/dist/esm-es5/ion-picker.entry.js +1 -1
- package/dist/esm-es5/ion-popover.entry.js +1 -1
- package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
- package/dist/esm-es5/ion-radio_2.entry.js +1 -1
- package/dist/esm-es5/ion-range.entry.js +1 -1
- package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
- package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
- package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
- package/dist/esm-es5/ion-route_4.entry.js +1 -1
- package/dist/esm-es5/ion-searchbar.entry.js +1 -1
- package/dist/esm-es5/ion-segment_2.entry.js +1 -1
- package/dist/esm-es5/ion-select_3.entry.js +1 -1
- package/dist/esm-es5/ion-spinner.entry.js +1 -1
- package/dist/esm-es5/ion-split-pane.entry.js +1 -1
- package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
- package/dist/esm-es5/ion-tab_2.entry.js +1 -1
- package/dist/esm-es5/ion-text.entry.js +1 -1
- package/dist/esm-es5/ion-textarea.entry.js +1 -1
- package/dist/esm-es5/ion-toast.entry.js +1 -1
- package/dist/esm-es5/ion-toggle.entry.js +1 -1
- package/dist/esm-es5/ionic-global-d7017fd9.js +4 -0
- package/dist/esm-es5/ionic.js +1 -1
- package/dist/esm-es5/ios.transition-4b9fe79e.js +4 -0
- package/dist/esm-es5/keyboard-584d2e6f.js +4 -0
- package/dist/esm-es5/{keyboard-73175e24.js → keyboard-ad38b8fc.js} +1 -1
- package/dist/esm-es5/keyboard-controller-9c9c2301.js +4 -0
- package/dist/esm-es5/list-6524700c.js +4 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/md.transition-a71dc418.js +4 -0
- package/dist/esm-es5/notch-controller-4d9a7b28.js +4 -0
- package/dist/esm-es5/overlays-9da9aef5.js +4 -0
- package/dist/esm-es5/status-tap-82f51b25.js +4 -0
- package/dist/esm-es5/swipe-back-c5709ce5.js +4 -0
- package/dist/esm-es5/x-a64bcd9f.js +4 -0
- package/dist/html.html-data.json +2302 -215
- package/dist/ionic/index.esm.js +1 -1
- package/dist/ionic/ionic.esm.js +1 -1
- package/dist/ionic/ionic.js +1 -1
- package/dist/ionic/p-01d80901.system.js +4 -0
- package/dist/ionic/p-027d729e.entry.js +4 -0
- package/dist/ionic/p-036e1c5b.entry.js +4 -0
- package/dist/ionic/{p-fcd71204.system.entry.js → p-0695a0af.system.entry.js} +1 -1
- package/dist/ionic/p-06ec4706.js +4 -0
- package/dist/ionic/p-08df90cf.system.js +4 -0
- package/dist/ionic/p-08f1ef0c.entry.js +4 -0
- package/dist/ionic/{p-973f0b15.system.entry.js → p-093de343.system.entry.js} +1 -1
- package/dist/ionic/p-0a701833.entry.js +4 -0
- package/dist/ionic/{p-d60342e3.js → p-0a820472.js} +1 -1
- package/dist/ionic/p-0ade0499.system.entry.js +4 -0
- package/dist/ionic/p-1037b7dd.js +4 -0
- package/dist/ionic/{p-1e955a45.system.js → p-115d74cd.system.js} +1 -1
- package/dist/ionic/p-12e3e308.entry.js +4 -0
- package/dist/ionic/p-14719a77.entry.js +4 -0
- package/dist/ionic/p-15d51b10.js +4 -0
- package/dist/ionic/p-221e5078.system.js +4 -0
- package/dist/ionic/p-243adf8c.js +4 -0
- package/dist/ionic/{p-dfb78785.system.js → p-25e2c98f.system.js} +1 -1
- package/dist/ionic/p-26f7c080.system.js +4 -0
- package/dist/ionic/p-28d04212.system.js +4 -0
- package/dist/ionic/p-291dc0b3.system.entry.js +4 -0
- package/dist/ionic/p-29d6d1fc.system.entry.js +4 -0
- package/dist/ionic/p-2a559ac6.js +4 -0
- package/dist/ionic/p-2a79e451.entry.js +4 -0
- package/dist/ionic/{p-89a0a446.entry.js → p-2b428cf6.entry.js} +1 -1
- package/dist/ionic/p-2c368e32.entry.js +4 -0
- package/dist/ionic/{p-372ae7f4.system.js → p-2c5d7d84.system.js} +1 -1
- package/dist/ionic/p-2d621d56.system.entry.js +4 -0
- package/dist/ionic/p-2da8c20c.system.entry.js +4 -0
- package/dist/ionic/p-334c09da.entry.js +4 -0
- package/dist/ionic/p-33a1d951.system.entry.js +4 -0
- package/dist/ionic/p-36bdcfc4.js +4 -0
- package/dist/ionic/p-388ac217.js +4 -0
- package/dist/ionic/p-38f9a43d.entry.js +4 -0
- package/dist/ionic/p-39c02066.system.entry.js +4 -0
- package/dist/ionic/{p-9ea607bd.system.js → p-3a11234f.system.js} +2 -2
- package/dist/ionic/{p-5da94421.system.js → p-3bfe43bc.system.js} +2 -2
- package/dist/ionic/p-3c24f9f2.entry.js +4 -0
- package/dist/ionic/p-3ca5196c.js +4 -0
- package/dist/ionic/p-3d9cad0b.system.entry.js +4 -0
- package/dist/ionic/p-413a936c.entry.js +4 -0
- package/dist/ionic/p-419fac38.entry.js +4 -0
- package/dist/ionic/p-429dd2b5.system.js +4 -0
- package/dist/ionic/p-434c7348.system.entry.js +4 -0
- package/dist/ionic/p-45c0763d.system.entry.js +4 -0
- package/dist/ionic/p-45e150eb.js +4 -0
- package/dist/ionic/p-46787abb.system.js +4 -0
- package/dist/ionic/p-46cc2492.system.js +4 -0
- package/dist/ionic/p-49a3fc76.entry.js +4 -0
- package/dist/ionic/p-49d80815.entry.js +4 -0
- package/dist/ionic/p-4a9b61ed.system.entry.js +4 -0
- package/dist/ionic/{p-49bc6544.entry.js → p-4b153a9f.entry.js} +1 -1
- package/dist/ionic/p-4c251d59.entry.js +4 -0
- package/dist/ionic/p-4d000ec5.entry.js +4 -0
- package/dist/ionic/p-4e202665.js +4 -0
- package/dist/ionic/{p-27281edd.js → p-4ed7dfdb.js} +1 -1
- package/dist/ionic/p-4f4ad0e8.system.entry.js +4 -0
- package/dist/ionic/p-4feea938.entry.js +4 -0
- package/dist/ionic/p-501ae197.system.entry.js +4 -0
- package/dist/ionic/p-521ef3a2.entry.js +4 -0
- package/dist/ionic/p-5468bfbf.entry.js +4 -0
- package/dist/ionic/{p-da2b833b.js → p-58f16ef6.js} +1 -1
- package/dist/ionic/p-5b57d327.system.js +4 -0
- package/dist/ionic/p-5ce35a03.js +4 -0
- package/dist/ionic/p-607c9c33.js +4 -0
- package/dist/ionic/{p-19ea7bff.system.js → p-61a51379.system.js} +1 -1
- package/dist/ionic/p-643e2eb8.js +4 -0
- package/dist/ionic/p-64a3567c.system.entry.js +4 -0
- package/dist/ionic/p-660f3b98.entry.js +4 -0
- package/dist/ionic/p-68f3fa48.system.entry.js +4 -0
- package/dist/ionic/p-69e54172.js +4 -0
- package/dist/ionic/p-6a0dd6bc.js +4 -0
- package/dist/ionic/p-6ad6d594.js +4 -0
- package/dist/ionic/p-6d9e1887.system.entry.js +4 -0
- package/dist/ionic/p-6df759c8.system.entry.js +4 -0
- package/dist/ionic/{p-fd0cb4ef.entry.js → p-6ecebfc6.entry.js} +1 -1
- package/dist/ionic/{p-313ccc01.system.entry.js → p-6f8c2e62.system.entry.js} +1 -1
- package/dist/ionic/p-70c6cd75.system.js +4 -0
- package/dist/ionic/p-71e8ffdd.system.js +4 -0
- package/dist/ionic/p-726b9197.system.entry.js +4 -0
- package/dist/ionic/p-729e689f.entry.js +4 -0
- package/dist/ionic/p-73e32456.system.js +4 -0
- package/dist/ionic/{p-9146695e.system.js → p-747e9c9a.system.js} +1 -1
- package/dist/ionic/p-7ebc381e.entry.js +4 -0
- package/dist/ionic/p-80342c88.system.entry.js +4 -0
- package/dist/ionic/p-8421aedf.js +4 -0
- package/dist/ionic/p-846dd10a.entry.js +4 -0
- package/dist/ionic/p-90089868.system.entry.js +4 -0
- package/dist/ionic/p-9152f6a3.system.entry.js +4 -0
- package/dist/ionic/p-92b48263.entry.js +4 -0
- package/dist/ionic/p-931dc464.entry.js +4 -0
- package/dist/ionic/p-9a9eb866.entry.js +4 -0
- package/dist/ionic/p-9c526519.entry.js +4 -0
- package/dist/ionic/p-9e4ede77.system.entry.js +4 -0
- package/dist/ionic/p-9e8e25e4.system.js +4 -0
- package/dist/ionic/p-9e9bff83.system.js +4 -0
- package/dist/ionic/p-9f51595b.entry.js +4 -0
- package/dist/ionic/{p-836d39d4.system.entry.js → p-a65fe34d.system.entry.js} +1 -1
- package/dist/ionic/p-a6aaef61.system.entry.js +4 -0
- package/dist/ionic/p-a856dbc6.entry.js +4 -0
- package/dist/ionic/p-a9af4103.js +4 -0
- package/dist/ionic/{p-d836d43e.js → p-a9fd9d48.js} +2 -2
- package/dist/ionic/p-aacc6ddd.system.js +5 -0
- package/dist/ionic/p-ab6e0f02.system.entry.js +4 -0
- package/dist/ionic/p-ac64cba5.entry.js +4 -0
- package/dist/ionic/p-adaa7af1.entry.js +4 -0
- package/dist/ionic/{p-75c0dc65.system.entry.js → p-adec897a.system.entry.js} +1 -1
- package/dist/ionic/p-b0e10591.entry.js +4 -0
- package/dist/ionic/p-b14c601a.entry.js +4 -0
- package/dist/ionic/p-b19a9aa9.system.js +4 -0
- package/dist/ionic/p-b297c7b5.system.js +4 -0
- package/dist/ionic/p-b6fc8ee2.system.entry.js +4 -0
- package/dist/ionic/{p-89b61afc.js → p-b9b36d56.js} +1 -1
- package/dist/ionic/p-ba3ddec4.js +4 -0
- package/dist/ionic/p-bd50f24e.system.entry.js +4 -0
- package/dist/ionic/p-c248c88d.system.js +4 -0
- package/dist/ionic/p-c2a4c5c5.system.entry.js +4 -0
- package/dist/ionic/p-c6191942.js +4 -0
- package/dist/ionic/p-c6e47379.entry.js +4 -0
- package/dist/ionic/p-c7e967c0.system.entry.js +4 -0
- package/dist/ionic/p-c8097757.system.entry.js +4 -0
- package/dist/ionic/p-c8a54d29.system.entry.js +4 -0
- package/dist/ionic/{p-b06ac4a5.system.js → p-c9ef0ca7.system.js} +1 -1
- package/dist/ionic/p-cb131dda.system.entry.js +4 -0
- package/dist/ionic/p-cb8800fe.system.entry.js +4 -0
- package/dist/ionic/p-cf2f1ede.entry.js +4 -0
- package/dist/ionic/p-d0259f44.system.js +4 -0
- package/dist/ionic/p-d085c881.system.entry.js +4 -0
- package/dist/ionic/p-d0953ec9.system.entry.js +4 -0
- package/dist/ionic/p-d0b7fe70.entry.js +4 -0
- package/dist/ionic/p-d10313a6.system.js +4 -0
- package/dist/ionic/{p-c7e16491.js → p-d1e991c3.js} +1 -1
- package/dist/ionic/p-d2a55f0a.system.entry.js +4 -0
- package/dist/ionic/p-d2ef848a.entry.js +4 -0
- package/dist/ionic/p-d346c889.system.entry.js +4 -0
- package/dist/ionic/{p-3c8e5c23.system.js → p-d8339079.system.js} +1 -1
- package/dist/ionic/{p-f687573e.system.js → p-d9e1c48c.system.js} +1 -1
- package/dist/ionic/p-da968066.entry.js +4 -0
- package/dist/ionic/p-db8aeb40.system.js +4 -0
- package/dist/ionic/{p-d743e981.js → p-dbfc5db6.js} +1 -1
- package/dist/ionic/p-dd50ef12.js +4 -0
- package/dist/ionic/p-e270862e.js +4 -0
- package/dist/ionic/p-e3b70846.system.js +4 -0
- package/dist/ionic/p-e5239905.system.entry.js +4 -0
- package/dist/ionic/{p-8985cdb6.system.js → p-e61e3bb4.system.js} +1 -1
- package/dist/ionic/p-e7546060.entry.js +4 -0
- package/dist/ionic/p-e9f8aa95.entry.js +4 -0
- package/dist/ionic/p-ea2ed35e.system.entry.js +4 -0
- package/dist/ionic/p-ecae6572.entry.js +4 -0
- package/dist/ionic/p-eeb60a8f.entry.js +4 -0
- package/dist/ionic/p-f065578f.js +4 -0
- package/dist/ionic/p-f41914c0.system.entry.js +4 -0
- package/dist/ionic/p-f4ae533b.js +4 -0
- package/dist/ionic/p-f61ce679.js +4 -0
- package/dist/ionic/p-f63f81aa.system.entry.js +4 -0
- package/dist/ionic/p-f670192b.system.entry.js +4 -0
- package/dist/ionic/{p-a93873de.system.js → p-f8e329da.system.js} +1 -1
- package/dist/ionic/p-fac985b6.system.entry.js +4 -0
- package/dist/ionic/p-fafdb8b2.entry.js +4 -0
- package/dist/ionic/p-fbcb3139.entry.js +4 -0
- package/dist/ionic/p-fbcf9790.system.entry.js +4 -0
- package/dist/types/components/accordion/accordion.d.ts +5 -3
- package/dist/types/components/accordion-group/accordion-group.d.ts +2 -1
- package/dist/types/components/action-sheet/action-sheet-interface.d.ts +3 -7
- package/dist/types/components/action-sheet/action-sheet.d.ts +3 -2
- package/dist/types/components/alert/alert-interface.d.ts +3 -7
- package/dist/types/components/alert/alert.d.ts +3 -2
- package/dist/types/components/app/app.d.ts +4 -2
- package/dist/types/components/avatar/avatar.d.ts +28 -0
- package/dist/types/components/back-button/back-button.d.ts +2 -1
- package/dist/types/components/backdrop/backdrop.d.ts +4 -0
- package/dist/types/components/badge/badge.d.ts +23 -1
- package/dist/types/components/breadcrumb/breadcrumb.d.ts +4 -1
- package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +2 -2
- package/dist/types/components/button/button.d.ts +15 -4
- package/dist/types/components/buttons/buttons.d.ts +5 -1
- package/dist/types/components/card/card.d.ts +8 -1
- package/dist/types/components/card-content/card-content.d.ts +2 -1
- package/dist/types/components/card-header/card-header.d.ts +3 -2
- package/dist/types/components/card-subtitle/card-subtitle.d.ts +2 -1
- package/dist/types/components/card-title/card-title.d.ts +2 -1
- package/dist/types/components/checkbox/checkbox.d.ts +14 -4
- package/dist/types/components/chip/chip.d.ts +19 -1
- package/dist/types/components/col/col.d.ts +4 -0
- package/dist/types/components/content/content.d.ts +3 -0
- package/dist/types/components/datetime/datetime.d.ts +26 -1
- package/dist/types/components/datetime/utils/data.d.ts +3 -3
- package/dist/types/components/datetime-button/datetime-button.d.ts +2 -1
- package/dist/types/components/fab/fab.d.ts +4 -0
- package/dist/types/components/fab-button/fab-button.d.ts +5 -3
- package/dist/types/components/fab-list/fab-list.d.ts +4 -0
- package/dist/types/components/footer/footer.d.ts +4 -3
- package/dist/types/components/grid/grid.d.ts +4 -0
- package/dist/types/components/header/header.d.ts +9 -3
- package/dist/types/components/img/img.d.ts +3 -0
- package/dist/types/components/infinite-scroll/infinite-scroll.d.ts +4 -0
- package/dist/types/components/infinite-scroll-content/infinite-scroll-content.d.ts +4 -0
- package/dist/types/components/input/input.d.ts +31 -5
- package/dist/types/components/input-password-toggle/input-password-toggle.d.ts +2 -0
- package/dist/types/components/item/item.d.ts +11 -4
- package/dist/types/components/item-divider/item-divider.d.ts +2 -1
- package/dist/types/components/item-group/item-group.d.ts +4 -0
- package/dist/types/components/item-option/item-option.d.ts +11 -1
- package/dist/types/components/item-options/item-options.d.ts +4 -0
- package/dist/types/components/item-sliding/item-sliding.d.ts +4 -0
- package/dist/types/components/label/label.d.ts +2 -1
- package/dist/types/components/list/list.d.ts +15 -1
- package/dist/types/components/list-header/list-header.d.ts +2 -1
- package/dist/types/components/loading/loading-interface.d.ts +2 -7
- package/dist/types/components/loading/loading.d.ts +3 -2
- package/dist/types/components/menu/menu.d.ts +3 -0
- package/dist/types/components/menu-button/menu-button.d.ts +3 -1
- package/dist/types/components/menu-toggle/menu-toggle.d.ts +3 -0
- package/dist/types/components/modal/gestures/sheet.d.ts +1 -1
- package/dist/types/components/modal/modal-interface.d.ts +4 -7
- package/dist/types/components/modal/modal.d.ts +11 -1
- package/dist/types/components/nav/nav-interface.d.ts +9 -1
- package/dist/types/components/nav/nav.d.ts +5 -1
- package/dist/types/components/nav-link/nav-link.d.ts +4 -0
- package/dist/types/components/note/note.d.ts +2 -1
- package/dist/types/components/picker/picker.d.ts +2 -1
- package/dist/types/components/picker-column/picker-column.d.ts +2 -1
- package/dist/types/components/picker-column-option/picker-column-option.d.ts +4 -0
- package/dist/types/components/picker-legacy/picker.d.ts +2 -1
- package/dist/types/components/popover/popover-interface.d.ts +3 -6
- package/dist/types/components/popover/popover.d.ts +6 -5
- package/dist/types/components/progress-bar/progress-bar.d.ts +2 -1
- package/dist/types/components/radio/radio.d.ts +2 -1
- package/dist/types/components/radio-group/radio-group.d.ts +4 -0
- package/dist/types/components/range/range.d.ts +2 -1
- package/dist/types/components/refresher/refresher.d.ts +2 -1
- package/dist/types/components/refresher-content/refresher-content.d.ts +4 -0
- package/dist/types/components/reorder/reorder.d.ts +9 -0
- package/dist/types/components/reorder-group/reorder-group.d.ts +4 -0
- package/dist/types/components/ripple-effect/ripple-effect.d.ts +4 -0
- package/dist/types/components/route/route.d.ts +4 -0
- package/dist/types/components/router/router.d.ts +4 -0
- package/dist/types/components/router-link/router-link.d.ts +4 -0
- package/dist/types/components/router-outlet/router-outlet.d.ts +4 -1
- package/dist/types/components/row/row.d.ts +4 -0
- package/dist/types/components/searchbar/searchbar.d.ts +30 -8
- package/dist/types/components/segment/segment.d.ts +2 -1
- package/dist/types/components/segment-button/segment-button.d.ts +2 -1
- package/dist/types/components/select/select.d.ts +20 -5
- package/dist/types/components/select-option/select-option.d.ts +4 -0
- package/dist/types/components/select-popover/select-popover.d.ts +3 -0
- package/dist/types/components/skeleton-text/skeleton-text.d.ts +4 -0
- package/dist/types/components/spinner/spinner.d.ts +15 -0
- package/dist/types/components/split-pane/split-pane.d.ts +4 -0
- package/dist/types/components/tab/tab.d.ts +4 -0
- package/dist/types/components/tab-bar/tab-bar.d.ts +22 -2
- package/dist/types/components/tab-button/tab-button.d.ts +2 -1
- package/dist/types/components/tabs/tabs.d.ts +3 -0
- package/dist/types/components/text/text.d.ts +2 -1
- package/dist/types/components/textarea/textarea.d.ts +16 -4
- package/dist/types/components/thumbnail/thumbnail.d.ts +4 -0
- package/dist/types/components/title/title.d.ts +4 -0
- package/dist/types/components/toast/animations/utils.d.ts +2 -2
- package/dist/types/components/toast/toast-interface.d.ts +3 -7
- package/dist/types/components/toast/toast.d.ts +12 -2
- package/dist/types/components/toggle/toggle.d.ts +15 -1
- package/dist/types/components/toolbar/toolbar.d.ts +4 -3
- package/dist/types/components.d.ts +1354 -178
- package/dist/types/global/ionic-global.d.ts +27 -2
- package/dist/types/interface.d.ts +3 -0
- package/dist/types/utils/config.d.ts +106 -2
- package/dist/types/utils/focus-visible.d.ts +1 -0
- package/dist/types/utils/overlays-interface.d.ts +31 -1
- package/dist/types/utils/test/playwright/generator.d.ts +31 -2
- package/hydrate/index.js +2244 -847
- package/hydrate/index.mjs +2244 -847
- package/package.json +9 -5
- package/components/hardware-back-button.js +0 -115
- package/components/index8.js +0 -128
- package/dist/cjs/hardware-back-button-9e8a2c4f.js +0 -122
- package/dist/cjs/index-5915f9b3.js +0 -38
- package/dist/cjs/index-c8d52405.js +0 -10
- package/dist/cjs/ionic-global-d9a8bb5b.js +0 -237
- package/dist/esm/hardware-back-button-06ef3c3e.js +0 -116
- package/dist/esm/index-79b30591.js +0 -167
- package/dist/esm/index-9b0d46f4.js +0 -34
- package/dist/esm/index-a5d50daf.js +0 -7
- package/dist/esm/ionic-global-c81d82ab.js +0 -231
- package/dist/esm-es5/animation-eab5a4ca.js +0 -4
- package/dist/esm-es5/app-globals-5dbb61a5.js +0 -4
- package/dist/esm-es5/button-active-f6503382.js +0 -4
- package/dist/esm-es5/capacitor-59395cbd.js +0 -4
- package/dist/esm-es5/data-ae11fd43.js +0 -4
- package/dist/esm-es5/focus-visible-dd40d69f.js +0 -4
- package/dist/esm-es5/framework-delegate-63d1a679.js +0 -4
- package/dist/esm-es5/hardware-back-button-06ef3c3e.js +0 -4
- package/dist/esm-es5/helpers-da915de8.js +0 -4
- package/dist/esm-es5/index-3ad7f18b.js +0 -4
- package/dist/esm-es5/index-5cc724f3.js +0 -4
- package/dist/esm-es5/index-79b30591.js +0 -4
- package/dist/esm-es5/index-9b0d46f4.js +0 -4
- package/dist/esm-es5/index-a5d50daf.js +0 -4
- package/dist/esm-es5/index-fe1782b1.js +0 -4
- package/dist/esm-es5/input-shims-0314bbe5.js +0 -4
- package/dist/esm-es5/input.utils-09c71bc7.js +0 -4
- package/dist/esm-es5/ionic-global-c81d82ab.js +0 -4
- package/dist/esm-es5/ios.transition-4ee1a3af.js +0 -4
- package/dist/esm-es5/keyboard-52278bd7.js +0 -4
- package/dist/esm-es5/keyboard-controller-ec5c2bfa.js +0 -4
- package/dist/esm-es5/md.transition-5106a0d2.js +0 -4
- package/dist/esm-es5/notch-controller-55b09e11.js +0 -4
- package/dist/esm-es5/overlays-9c75ec54.js +0 -4
- package/dist/esm-es5/status-tap-f472b09f.js +0 -4
- package/dist/esm-es5/swipe-back-e5394307.js +0 -4
- package/dist/ionic/p-003eecb9.entry.js +0 -4
- package/dist/ionic/p-00b01a55.system.entry.js +0 -4
- package/dist/ionic/p-01503bbd.system.entry.js +0 -4
- package/dist/ionic/p-0303d0f8.js +0 -4
- package/dist/ionic/p-0373d924.system.entry.js +0 -4
- package/dist/ionic/p-0574e87e.js +0 -4
- package/dist/ionic/p-05beda73.entry.js +0 -4
- package/dist/ionic/p-06e58c4e.js +0 -4
- package/dist/ionic/p-06fee233.js +0 -4
- package/dist/ionic/p-0c06e09b.system.js +0 -4
- package/dist/ionic/p-0fa0c92b.entry.js +0 -4
- package/dist/ionic/p-100b83fd.system.entry.js +0 -4
- package/dist/ionic/p-17474161.system.js +0 -4
- package/dist/ionic/p-176b372f.entry.js +0 -4
- package/dist/ionic/p-1dfc11b3.system.js +0 -4
- package/dist/ionic/p-1e4371bd.js +0 -4
- package/dist/ionic/p-21cfd4de.entry.js +0 -4
- package/dist/ionic/p-21e5e7e4.js +0 -4
- package/dist/ionic/p-2200e26b.entry.js +0 -4
- package/dist/ionic/p-22c020db.system.entry.js +0 -4
- package/dist/ionic/p-233e6c93.entry.js +0 -4
- package/dist/ionic/p-25180df3.system.js +0 -5
- package/dist/ionic/p-25928b83.system.entry.js +0 -4
- package/dist/ionic/p-2690b1de.js +0 -4
- package/dist/ionic/p-293ed6ac.system.entry.js +0 -4
- package/dist/ionic/p-2b7827c7.js +0 -4
- package/dist/ionic/p-2b7c93b4.entry.js +0 -4
- package/dist/ionic/p-2c4bdd9d.entry.js +0 -4
- package/dist/ionic/p-2ca6eac2.system.entry.js +0 -4
- package/dist/ionic/p-2ea1ca4f.system.entry.js +0 -4
- package/dist/ionic/p-322c5fb4.system.js +0 -4
- package/dist/ionic/p-34b11c24.js +0 -4
- package/dist/ionic/p-3ad285e3.system.js +0 -4
- package/dist/ionic/p-3c968c7f.system.entry.js +0 -4
- package/dist/ionic/p-3cc276f4.js +0 -4
- package/dist/ionic/p-44d1539c.system.entry.js +0 -4
- package/dist/ionic/p-4a0a4204.system.entry.js +0 -4
- package/dist/ionic/p-4a82bd1c.system.entry.js +0 -4
- package/dist/ionic/p-4b0fedb7.system.entry.js +0 -4
- package/dist/ionic/p-4c2d5b80.system.js +0 -4
- package/dist/ionic/p-4c8fceb0.entry.js +0 -4
- package/dist/ionic/p-521eca2e.entry.js +0 -4
- package/dist/ionic/p-53854390.entry.js +0 -4
- package/dist/ionic/p-5417b9bb.entry.js +0 -4
- package/dist/ionic/p-5e66bcf2.entry.js +0 -4
- package/dist/ionic/p-5e842258.entry.js +0 -4
- package/dist/ionic/p-6562e0a9.system.entry.js +0 -4
- package/dist/ionic/p-661ce4a8.entry.js +0 -4
- package/dist/ionic/p-6817cf42.system.entry.js +0 -4
- package/dist/ionic/p-68c4df55.entry.js +0 -4
- package/dist/ionic/p-69066a53.js +0 -4
- package/dist/ionic/p-6b8893dd.entry.js +0 -4
- package/dist/ionic/p-6e85e450.entry.js +0 -4
- package/dist/ionic/p-7243df6f.entry.js +0 -4
- package/dist/ionic/p-7251fed5.entry.js +0 -4
- package/dist/ionic/p-72812e99.js +0 -4
- package/dist/ionic/p-72bc8a1c.js +0 -4
- package/dist/ionic/p-72ffd137.system.entry.js +0 -4
- package/dist/ionic/p-755b27f0.system.entry.js +0 -4
- package/dist/ionic/p-772dacba.system.entry.js +0 -4
- package/dist/ionic/p-773d118d.entry.js +0 -4
- package/dist/ionic/p-7740e32c.system.js +0 -4
- package/dist/ionic/p-792919fd.system.js +0 -4
- package/dist/ionic/p-7b30edcc.js +0 -4
- package/dist/ionic/p-7c50965e.entry.js +0 -4
- package/dist/ionic/p-82ab7ccb.entry.js +0 -4
- package/dist/ionic/p-8635f5e6.system.js +0 -4
- package/dist/ionic/p-8836d0eb.system.entry.js +0 -4
- package/dist/ionic/p-88e63c7d.js +0 -4
- package/dist/ionic/p-8b6232a6.system.entry.js +0 -4
- package/dist/ionic/p-8d44cf1f.entry.js +0 -4
- package/dist/ionic/p-8ed31163.system.entry.js +0 -4
- package/dist/ionic/p-9172535c.entry.js +0 -4
- package/dist/ionic/p-92d7a3d1.entry.js +0 -4
- package/dist/ionic/p-93f37ceb.system.entry.js +0 -4
- package/dist/ionic/p-95823c62.system.entry.js +0 -4
- package/dist/ionic/p-960803fc.system.entry.js +0 -4
- package/dist/ionic/p-96cc4814.js +0 -4
- package/dist/ionic/p-98871496.system.js +0 -4
- package/dist/ionic/p-9b6c6302.system.entry.js +0 -4
- package/dist/ionic/p-9c23044d.entry.js +0 -4
- package/dist/ionic/p-9cc3bcc5.system.entry.js +0 -4
- package/dist/ionic/p-9ece8dcf.entry.js +0 -4
- package/dist/ionic/p-9f3008d4.system.js +0 -4
- package/dist/ionic/p-9fef1364.entry.js +0 -4
- package/dist/ionic/p-a0c88dc2.system.entry.js +0 -4
- package/dist/ionic/p-a15ddedb.system.js +0 -4
- package/dist/ionic/p-a3711608.system.entry.js +0 -4
- package/dist/ionic/p-a41699db.entry.js +0 -4
- package/dist/ionic/p-a440397c.js +0 -4
- package/dist/ionic/p-a4565eb5.system.js +0 -4
- package/dist/ionic/p-a4d51b8d.system.js +0 -4
- package/dist/ionic/p-a69b9fc5.system.js +0 -4
- package/dist/ionic/p-a72fb8a1.system.entry.js +0 -4
- package/dist/ionic/p-a879ecb7.system.entry.js +0 -4
- package/dist/ionic/p-a90e2708.system.entry.js +0 -4
- package/dist/ionic/p-ab8a2ff1.entry.js +0 -4
- package/dist/ionic/p-abe101da.system.js +0 -4
- package/dist/ionic/p-af999a31.entry.js +0 -4
- package/dist/ionic/p-b0568945.system.entry.js +0 -4
- package/dist/ionic/p-b4c950f8.entry.js +0 -4
- package/dist/ionic/p-b51e4004.js +0 -4
- package/dist/ionic/p-b54fc1ae.entry.js +0 -4
- package/dist/ionic/p-b7657e8d.entry.js +0 -4
- package/dist/ionic/p-baffaf8d.system.entry.js +0 -4
- package/dist/ionic/p-bd25d639.system.entry.js +0 -4
- package/dist/ionic/p-bfa2e81c.entry.js +0 -4
- package/dist/ionic/p-c34659b9.entry.js +0 -4
- package/dist/ionic/p-c468af8a.system.js +0 -4
- package/dist/ionic/p-c61cc894.js +0 -4
- package/dist/ionic/p-cdb11938.system.entry.js +0 -4
- package/dist/ionic/p-ce705aac.system.entry.js +0 -4
- package/dist/ionic/p-cff5585e.system.entry.js +0 -4
- package/dist/ionic/p-d47265c8.js +0 -4
- package/dist/ionic/p-d6841eac.js +0 -4
- package/dist/ionic/p-d77e12ca.entry.js +0 -4
- package/dist/ionic/p-da263d8e.entry.js +0 -4
- package/dist/ionic/p-df83e308.system.entry.js +0 -4
- package/dist/ionic/p-e3a5da9d.entry.js +0 -4
- package/dist/ionic/p-e3e1e3de.entry.js +0 -4
- package/dist/ionic/p-e3f13b08.js +0 -4
- package/dist/ionic/p-ecb57d24.system.entry.js +0 -4
- package/dist/ionic/p-ecceeb90.js +0 -4
- package/dist/ionic/p-efaffe74.entry.js +0 -4
- package/dist/ionic/p-f1acf541.system.entry.js +0 -4
- package/dist/ionic/p-f50ae0d5.system.entry.js +0 -4
- package/dist/ionic/p-f88ebc36.entry.js +0 -4
- package/dist/ionic/p-f8c8b9ba.entry.js +0 -4
- package/dist/ionic/p-f9a53abb.system.js +0 -4
- package/dist/ionic/p-ff4b7e40.system.js +0 -4
- package/dist/ionic/p-ffb17177.system.entry.js +0 -4
- /package/dist/collection/components/{input-password-toggle/input-password-toggle.css → refresher-content/refresher-content.css} +0 -0
|
@@ -82,17 +82,21 @@ export namespace Components {
|
|
|
82
82
|
*/
|
|
83
83
|
"disabled": boolean;
|
|
84
84
|
/**
|
|
85
|
-
* The mode determines
|
|
85
|
+
* The mode determines the platform behaviors of the component.
|
|
86
86
|
*/
|
|
87
87
|
"mode"?: "ios" | "md";
|
|
88
88
|
/**
|
|
89
89
|
* If `true`, the accordion cannot be interacted with, but does not alter the opacity.
|
|
90
90
|
*/
|
|
91
91
|
"readonly": boolean;
|
|
92
|
+
/**
|
|
93
|
+
* The theme determines the visual appearance of the component.
|
|
94
|
+
*/
|
|
95
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
92
96
|
/**
|
|
93
97
|
* The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
|
|
94
98
|
*/
|
|
95
|
-
"toggleIcon"
|
|
99
|
+
"toggleIcon"?: string;
|
|
96
100
|
/**
|
|
97
101
|
* The slot inside of `ion-item` to place the toggle icon. Defaults to `"end"`.
|
|
98
102
|
*/
|
|
@@ -117,7 +121,7 @@ export namespace Components {
|
|
|
117
121
|
"expand": 'compact' | 'inset';
|
|
118
122
|
"getAccordions": () => Promise<HTMLIonAccordionElement[]>;
|
|
119
123
|
/**
|
|
120
|
-
* The mode determines
|
|
124
|
+
* The mode determines the platform behaviors of the component.
|
|
121
125
|
*/
|
|
122
126
|
"mode"?: "ios" | "md";
|
|
123
127
|
/**
|
|
@@ -132,6 +136,10 @@ export namespace Components {
|
|
|
132
136
|
* This method is used to ensure that the value of ion-accordion-group is being set in a valid way. This method should only be called in response to a user generated action.
|
|
133
137
|
*/
|
|
134
138
|
"requestAccordionToggle": (accordionValue: string | undefined, accordionExpand: boolean) => Promise<void>;
|
|
139
|
+
/**
|
|
140
|
+
* The theme determines the visual appearance of the component.
|
|
141
|
+
*/
|
|
142
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
135
143
|
/**
|
|
136
144
|
* The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
|
|
137
145
|
*/
|
|
@@ -187,7 +195,7 @@ export namespace Components {
|
|
|
187
195
|
*/
|
|
188
196
|
"leaveAnimation"?: AnimationBuilder;
|
|
189
197
|
/**
|
|
190
|
-
* The mode determines
|
|
198
|
+
* The mode determines the platform behaviors of the component.
|
|
191
199
|
*/
|
|
192
200
|
"mode"?: "ios" | "md";
|
|
193
201
|
/**
|
|
@@ -208,7 +216,11 @@ export namespace Components {
|
|
|
208
216
|
*/
|
|
209
217
|
"subHeader"?: string;
|
|
210
218
|
/**
|
|
211
|
-
*
|
|
219
|
+
* The theme determines the visual appearance of the component.
|
|
220
|
+
*/
|
|
221
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
222
|
+
/**
|
|
223
|
+
* If `true`, the action sheet will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
212
224
|
*/
|
|
213
225
|
"translucent": boolean;
|
|
214
226
|
/**
|
|
@@ -274,7 +286,7 @@ export namespace Components {
|
|
|
274
286
|
*/
|
|
275
287
|
"message"?: string | IonicSafeString;
|
|
276
288
|
/**
|
|
277
|
-
* The mode determines
|
|
289
|
+
* The mode determines the platform behaviors of the component.
|
|
278
290
|
*/
|
|
279
291
|
"mode"?: "ios" | "md";
|
|
280
292
|
/**
|
|
@@ -295,7 +307,11 @@ export namespace Components {
|
|
|
295
307
|
*/
|
|
296
308
|
"subHeader"?: string;
|
|
297
309
|
/**
|
|
298
|
-
*
|
|
310
|
+
* The theme determines the visual appearance of the component.
|
|
311
|
+
*/
|
|
312
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
313
|
+
/**
|
|
314
|
+
* If `true`, the alert will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
299
315
|
*/
|
|
300
316
|
"translucent": boolean;
|
|
301
317
|
/**
|
|
@@ -304,12 +320,36 @@ export namespace Components {
|
|
|
304
320
|
"trigger": string | undefined;
|
|
305
321
|
}
|
|
306
322
|
interface IonApp {
|
|
323
|
+
/**
|
|
324
|
+
* The mode determines the platform behaviors of the component.
|
|
325
|
+
*/
|
|
326
|
+
"mode"?: "ios" | "md";
|
|
307
327
|
/**
|
|
308
328
|
* 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.)
|
|
309
329
|
*/
|
|
310
330
|
"setFocus": (elements: HTMLElement[]) => Promise<void>;
|
|
331
|
+
/**
|
|
332
|
+
* The theme determines the visual appearance of the component.
|
|
333
|
+
*/
|
|
334
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
311
335
|
}
|
|
312
336
|
interface IonAvatar {
|
|
337
|
+
/**
|
|
338
|
+
* The mode determines the platform behaviors of the component.
|
|
339
|
+
*/
|
|
340
|
+
"mode"?: "ios" | "md";
|
|
341
|
+
/**
|
|
342
|
+
* Set to `"soft"` for an avatar with slightly rounded corners, `"round"` for an avatar with fully rounded corners, or `"rectangular"` for an avatar without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
|
|
343
|
+
*/
|
|
344
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
345
|
+
/**
|
|
346
|
+
* Set to `"xxsmall"` for the smallest size. Set to `"xsmall"` for a very small size. Set to `"small"` for a compact size. Set to `"medium"` for the default height and width. Set to `"large"` for a larger size. Set to `"xlarge"` for the largest dimensions. Defaults to `"medium"` for the `ionic` theme, undefined for all other themes.
|
|
347
|
+
*/
|
|
348
|
+
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
349
|
+
/**
|
|
350
|
+
* The theme determines the visual appearance of the component.
|
|
351
|
+
*/
|
|
352
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
313
353
|
}
|
|
314
354
|
interface IonBackButton {
|
|
315
355
|
/**
|
|
@@ -329,7 +369,7 @@ export namespace Components {
|
|
|
329
369
|
*/
|
|
330
370
|
"icon"?: string | null;
|
|
331
371
|
/**
|
|
332
|
-
* The mode determines
|
|
372
|
+
* The mode determines the platform behaviors of the component.
|
|
333
373
|
*/
|
|
334
374
|
"mode"?: "ios" | "md";
|
|
335
375
|
/**
|
|
@@ -340,12 +380,20 @@ export namespace Components {
|
|
|
340
380
|
* The text to display in the back button.
|
|
341
381
|
*/
|
|
342
382
|
"text"?: string | null;
|
|
383
|
+
/**
|
|
384
|
+
* The theme determines the visual appearance of the component.
|
|
385
|
+
*/
|
|
386
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
343
387
|
/**
|
|
344
388
|
* The type of the button.
|
|
345
389
|
*/
|
|
346
390
|
"type": 'submit' | 'reset' | 'button';
|
|
347
391
|
}
|
|
348
392
|
interface IonBackdrop {
|
|
393
|
+
/**
|
|
394
|
+
* The mode determines the platform behaviors of the component.
|
|
395
|
+
*/
|
|
396
|
+
"mode"?: "ios" | "md";
|
|
349
397
|
/**
|
|
350
398
|
* If `true`, the backdrop will stop propagation on tap.
|
|
351
399
|
*/
|
|
@@ -354,6 +402,10 @@ export namespace Components {
|
|
|
354
402
|
* If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.
|
|
355
403
|
*/
|
|
356
404
|
"tappable": boolean;
|
|
405
|
+
/**
|
|
406
|
+
* The theme determines the visual appearance of the component.
|
|
407
|
+
*/
|
|
408
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
357
409
|
/**
|
|
358
410
|
* If `true`, the backdrop will be visible.
|
|
359
411
|
*/
|
|
@@ -365,9 +417,21 @@ export namespace Components {
|
|
|
365
417
|
*/
|
|
366
418
|
"color"?: Color;
|
|
367
419
|
/**
|
|
368
|
-
* The mode determines
|
|
420
|
+
* The mode determines the platform behaviors of the component.
|
|
369
421
|
*/
|
|
370
422
|
"mode"?: "ios" | "md";
|
|
423
|
+
/**
|
|
424
|
+
* Set to `"rectangular"` for non-rounded corners. Set to `"soft"` for slightly rounded corners. Set to `"round"` for fully rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
|
|
425
|
+
*/
|
|
426
|
+
"shape"?: 'soft' | 'round | rectangular';
|
|
427
|
+
/**
|
|
428
|
+
* Set to `"xxsmall"` for the smallest badge. Set to "xsmall" for a very small badge. Set to `"small"` for a small badge. Set to "medium" for a medium badge. Set to "large" for a large badge. Set to `"xlarge"` for the largest badge. Defaults to `"small"` for the `ionic` theme, undefined for all other themes.
|
|
429
|
+
*/
|
|
430
|
+
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
431
|
+
/**
|
|
432
|
+
* The theme determines the visual appearance of the component.
|
|
433
|
+
*/
|
|
434
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
371
435
|
}
|
|
372
436
|
interface IonBreadcrumb {
|
|
373
437
|
/**
|
|
@@ -393,7 +457,7 @@ export namespace Components {
|
|
|
393
457
|
"href": string | undefined;
|
|
394
458
|
"last": boolean;
|
|
395
459
|
/**
|
|
396
|
-
* The mode determines
|
|
460
|
+
* The mode determines the platform behaviors of the component.
|
|
397
461
|
*/
|
|
398
462
|
"mode"?: "ios" | "md";
|
|
399
463
|
/**
|
|
@@ -417,6 +481,10 @@ export namespace Components {
|
|
|
417
481
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
418
482
|
*/
|
|
419
483
|
"target": string | undefined;
|
|
484
|
+
/**
|
|
485
|
+
* The theme determines the visual appearance of the component.
|
|
486
|
+
*/
|
|
487
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
420
488
|
}
|
|
421
489
|
interface IonBreadcrumbs {
|
|
422
490
|
/**
|
|
@@ -436,9 +504,13 @@ export namespace Components {
|
|
|
436
504
|
*/
|
|
437
505
|
"maxItems"?: number;
|
|
438
506
|
/**
|
|
439
|
-
* The mode determines
|
|
507
|
+
* The mode determines the platform behaviors of the component.
|
|
440
508
|
*/
|
|
441
509
|
"mode"?: "ios" | "md";
|
|
510
|
+
/**
|
|
511
|
+
* The theme determines the visual appearance of the component.
|
|
512
|
+
*/
|
|
513
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
442
514
|
}
|
|
443
515
|
interface IonButton {
|
|
444
516
|
/**
|
|
@@ -474,7 +546,7 @@ export namespace Components {
|
|
|
474
546
|
*/
|
|
475
547
|
"href": string | undefined;
|
|
476
548
|
/**
|
|
477
|
-
* The mode determines
|
|
549
|
+
* The mode determines the platform behaviors of the component.
|
|
478
550
|
*/
|
|
479
551
|
"mode"?: "ios" | "md";
|
|
480
552
|
/**
|
|
@@ -490,13 +562,13 @@ export namespace Components {
|
|
|
490
562
|
*/
|
|
491
563
|
"routerDirection": RouterDirection;
|
|
492
564
|
/**
|
|
493
|
-
* Set to `"round"` for a button with
|
|
565
|
+
* Set to `"soft"` for a button with slightly rounded corners, `"round"` for a button with fully rounded corners, or `"rectangular"` for a button without rounded corners. Defaults to `"soft"` for the `"ios"` theme and `"round"` for all other themes.
|
|
494
566
|
*/
|
|
495
|
-
"shape"?: 'round';
|
|
567
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
496
568
|
/**
|
|
497
569
|
* Set to `"small"` for a button with less height and padding, to `"default"` for a button with the default height and padding, or to `"large"` for a button with more height and padding. By default the size is unset, unless the button is inside of an item, where the size is `"small"` by default. Set the size to `"default"` inside of an item to make it a standard size button.
|
|
498
570
|
*/
|
|
499
|
-
"size"?: 'small' | 'default' | 'large';
|
|
571
|
+
"size"?: 'xsmall' | 'small' | 'default' | 'large' | 'xlarge';
|
|
500
572
|
/**
|
|
501
573
|
* If `true`, activates a button with a heavier font weight.
|
|
502
574
|
*/
|
|
@@ -505,6 +577,10 @@ export namespace Components {
|
|
|
505
577
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
506
578
|
*/
|
|
507
579
|
"target": string | undefined;
|
|
580
|
+
/**
|
|
581
|
+
* The theme determines the visual appearance of the component.
|
|
582
|
+
*/
|
|
583
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
508
584
|
/**
|
|
509
585
|
* The type of the button.
|
|
510
586
|
*/
|
|
@@ -512,9 +588,17 @@ export namespace Components {
|
|
|
512
588
|
}
|
|
513
589
|
interface IonButtons {
|
|
514
590
|
/**
|
|
515
|
-
* 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`
|
|
591
|
+
* 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 the `ios` theme with `collapse` set to `true` on `ion-header`. Typically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)
|
|
516
592
|
*/
|
|
517
593
|
"collapse": boolean;
|
|
594
|
+
/**
|
|
595
|
+
* The mode determines the platform behaviors of the component.
|
|
596
|
+
*/
|
|
597
|
+
"mode"?: "ios" | "md";
|
|
598
|
+
/**
|
|
599
|
+
* The theme determines the visual appearance of the component.
|
|
600
|
+
*/
|
|
601
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
518
602
|
}
|
|
519
603
|
interface IonCard {
|
|
520
604
|
/**
|
|
@@ -538,7 +622,7 @@ export namespace Components {
|
|
|
538
622
|
*/
|
|
539
623
|
"href": string | undefined;
|
|
540
624
|
/**
|
|
541
|
-
* The mode determines
|
|
625
|
+
* The mode determines the platform behaviors of the component.
|
|
542
626
|
*/
|
|
543
627
|
"mode"?: "ios" | "md";
|
|
544
628
|
/**
|
|
@@ -553,10 +637,18 @@ export namespace Components {
|
|
|
553
637
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
554
638
|
*/
|
|
555
639
|
"routerDirection": RouterDirection;
|
|
640
|
+
/**
|
|
641
|
+
* Set to `"soft"` for a card with slightly rounded corners, `"round"` for a card with more rounded corners, or `"rectangular"` for a card without rounded corners. Defaults to `"round"`.
|
|
642
|
+
*/
|
|
643
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
556
644
|
/**
|
|
557
645
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
558
646
|
*/
|
|
559
647
|
"target": string | undefined;
|
|
648
|
+
/**
|
|
649
|
+
* The theme determines the visual appearance of the component.
|
|
650
|
+
*/
|
|
651
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
560
652
|
/**
|
|
561
653
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
562
654
|
*/
|
|
@@ -564,9 +656,13 @@ export namespace Components {
|
|
|
564
656
|
}
|
|
565
657
|
interface IonCardContent {
|
|
566
658
|
/**
|
|
567
|
-
* The mode determines
|
|
659
|
+
* The mode determines the platform behaviors of the component.
|
|
568
660
|
*/
|
|
569
661
|
"mode"?: "ios" | "md";
|
|
662
|
+
/**
|
|
663
|
+
* The theme determines the visual appearance of the component.
|
|
664
|
+
*/
|
|
665
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
570
666
|
}
|
|
571
667
|
interface IonCardHeader {
|
|
572
668
|
/**
|
|
@@ -574,11 +670,15 @@ export namespace Components {
|
|
|
574
670
|
*/
|
|
575
671
|
"color"?: Color;
|
|
576
672
|
/**
|
|
577
|
-
* The mode determines
|
|
673
|
+
* The mode determines the platform behaviors of the component.
|
|
578
674
|
*/
|
|
579
675
|
"mode"?: "ios" | "md";
|
|
580
676
|
/**
|
|
581
|
-
*
|
|
677
|
+
* The theme determines the visual appearance of the component.
|
|
678
|
+
*/
|
|
679
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
680
|
+
/**
|
|
681
|
+
* If `true`, the card header will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
582
682
|
*/
|
|
583
683
|
"translucent": boolean;
|
|
584
684
|
}
|
|
@@ -588,9 +688,13 @@ export namespace Components {
|
|
|
588
688
|
*/
|
|
589
689
|
"color"?: Color;
|
|
590
690
|
/**
|
|
591
|
-
* The mode determines
|
|
691
|
+
* The mode determines the platform behaviors of the component.
|
|
592
692
|
*/
|
|
593
693
|
"mode"?: "ios" | "md";
|
|
694
|
+
/**
|
|
695
|
+
* The theme determines the visual appearance of the component.
|
|
696
|
+
*/
|
|
697
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
594
698
|
}
|
|
595
699
|
interface IonCardTitle {
|
|
596
700
|
/**
|
|
@@ -598,9 +702,13 @@ export namespace Components {
|
|
|
598
702
|
*/
|
|
599
703
|
"color"?: Color;
|
|
600
704
|
/**
|
|
601
|
-
* The mode determines
|
|
705
|
+
* The mode determines the platform behaviors of the component.
|
|
602
706
|
*/
|
|
603
707
|
"mode"?: "ios" | "md";
|
|
708
|
+
/**
|
|
709
|
+
* The theme determines the visual appearance of the component.
|
|
710
|
+
*/
|
|
711
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
604
712
|
}
|
|
605
713
|
interface IonCheckbox {
|
|
606
714
|
/**
|
|
@@ -632,13 +740,25 @@ export namespace Components {
|
|
|
632
740
|
*/
|
|
633
741
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
634
742
|
/**
|
|
635
|
-
* The mode determines
|
|
743
|
+
* The mode determines the platform behaviors of the component.
|
|
636
744
|
*/
|
|
637
745
|
"mode"?: "ios" | "md";
|
|
638
746
|
/**
|
|
639
747
|
* The name of the control, which is submitted with the form data.
|
|
640
748
|
*/
|
|
641
749
|
"name": string;
|
|
750
|
+
/**
|
|
751
|
+
* Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
|
|
752
|
+
*/
|
|
753
|
+
"shape"?: 'soft' | 'rectangular';
|
|
754
|
+
/**
|
|
755
|
+
* Set to `"small"` for a checkbox with less height and padding.
|
|
756
|
+
*/
|
|
757
|
+
"size"?: 'small';
|
|
758
|
+
/**
|
|
759
|
+
* The theme determines the visual appearance of the component.
|
|
760
|
+
*/
|
|
761
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
642
762
|
/**
|
|
643
763
|
* 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>`.
|
|
644
764
|
*/
|
|
@@ -654,15 +774,31 @@ export namespace Components {
|
|
|
654
774
|
*/
|
|
655
775
|
"disabled": boolean;
|
|
656
776
|
/**
|
|
657
|
-
* The mode determines
|
|
777
|
+
* The mode determines the platform behaviors of the component.
|
|
658
778
|
*/
|
|
659
779
|
"mode"?: "ios" | "md";
|
|
660
780
|
/**
|
|
661
781
|
* Display an outline style button.
|
|
662
782
|
*/
|
|
663
783
|
"outline": boolean;
|
|
784
|
+
/**
|
|
785
|
+
* Set to `"soft"` for a chip with slightly rounded corners, `"round"` for a chip with fully rounded corners, or `"rectangular"` for a chip without rounded corners. Defaults to `"round"` for the `"ionic"` theme and `"soft"` for all other themes.
|
|
786
|
+
*/
|
|
787
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
788
|
+
/**
|
|
789
|
+
* Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
|
|
790
|
+
*/
|
|
791
|
+
"size"?: 'small' | 'large';
|
|
792
|
+
/**
|
|
793
|
+
* The theme determines the visual appearance of the component.
|
|
794
|
+
*/
|
|
795
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
664
796
|
}
|
|
665
797
|
interface IonCol {
|
|
798
|
+
/**
|
|
799
|
+
* The mode determines the platform behaviors of the component.
|
|
800
|
+
*/
|
|
801
|
+
"mode"?: "ios" | "md";
|
|
666
802
|
/**
|
|
667
803
|
* The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
|
|
668
804
|
*/
|
|
@@ -759,6 +895,10 @@ export namespace Components {
|
|
|
759
895
|
* The size of the column for xs screens, in terms of how many columns it should take up out of the total available. If `"auto"` is passed, the column will be the size of its content.
|
|
760
896
|
*/
|
|
761
897
|
"sizeXs"?: string;
|
|
898
|
+
/**
|
|
899
|
+
* The theme determines the visual appearance of the component.
|
|
900
|
+
*/
|
|
901
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
762
902
|
}
|
|
763
903
|
interface IonContent {
|
|
764
904
|
/**
|
|
@@ -785,6 +925,10 @@ export namespace Components {
|
|
|
785
925
|
* Get the element where the actual scrolling takes place. This element can be used to subscribe to `scroll` events or manually modify `scrollTop`. However, it's recommended to use the API provided by `ion-content`: i.e. Using `ionScroll`, `ionScrollStart`, `ionScrollEnd` for scrolling events and `scrollToPoint()` to scroll the content into a certain point.
|
|
786
926
|
*/
|
|
787
927
|
"getScrollElement": () => Promise<HTMLElement>;
|
|
928
|
+
/**
|
|
929
|
+
* The mode determines the platform behaviors of the component.
|
|
930
|
+
*/
|
|
931
|
+
"mode"?: "ios" | "md";
|
|
788
932
|
/**
|
|
789
933
|
* Scroll by a specified X/Y distance in the component.
|
|
790
934
|
* @param x The amount to scroll by on the horizontal axis.
|
|
@@ -821,6 +965,10 @@ export namespace Components {
|
|
|
821
965
|
* If you want to disable the content scrolling in the Y axis, set this property to `false`.
|
|
822
966
|
*/
|
|
823
967
|
"scrollY": boolean;
|
|
968
|
+
/**
|
|
969
|
+
* The theme determines the visual appearance of the component.
|
|
970
|
+
*/
|
|
971
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
824
972
|
}
|
|
825
973
|
interface IonDatetime {
|
|
826
974
|
/**
|
|
@@ -896,7 +1044,7 @@ export namespace Components {
|
|
|
896
1044
|
*/
|
|
897
1045
|
"minuteValues"?: number[] | number | string;
|
|
898
1046
|
/**
|
|
899
|
-
* The mode determines
|
|
1047
|
+
* The mode determines the platform behaviors of the component.
|
|
900
1048
|
*/
|
|
901
1049
|
"mode"?: "ios" | "md";
|
|
902
1050
|
/**
|
|
@@ -947,6 +1095,10 @@ export namespace Components {
|
|
|
947
1095
|
* 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.
|
|
948
1096
|
*/
|
|
949
1097
|
"size": 'cover' | 'fixed';
|
|
1098
|
+
/**
|
|
1099
|
+
* The theme determines the visual appearance of the component.
|
|
1100
|
+
*/
|
|
1101
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
950
1102
|
/**
|
|
951
1103
|
* A callback used to format the header text that shows how many dates are selected. Only used if there are 0 or more than 1 selected (i.e. unused for exactly 1). By default, the header text is set to "numberOfDates days". See https://ionicframework.com/docs/troubleshooting/runtime#accessing-this if you need to access `this` from within the callback.
|
|
952
1104
|
*/
|
|
@@ -974,9 +1126,13 @@ export namespace Components {
|
|
|
974
1126
|
*/
|
|
975
1127
|
"disabled": boolean;
|
|
976
1128
|
/**
|
|
977
|
-
* The mode determines
|
|
1129
|
+
* The mode determines the platform behaviors of the component.
|
|
978
1130
|
*/
|
|
979
1131
|
"mode"?: "ios" | "md";
|
|
1132
|
+
/**
|
|
1133
|
+
* The theme determines the visual appearance of the component.
|
|
1134
|
+
*/
|
|
1135
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
980
1136
|
}
|
|
981
1137
|
interface IonFab {
|
|
982
1138
|
/**
|
|
@@ -995,6 +1151,14 @@ export namespace Components {
|
|
|
995
1151
|
* Where to align the fab horizontally in the viewport.
|
|
996
1152
|
*/
|
|
997
1153
|
"horizontal"?: 'start' | 'end' | 'center';
|
|
1154
|
+
/**
|
|
1155
|
+
* The mode determines the platform behaviors of the component.
|
|
1156
|
+
*/
|
|
1157
|
+
"mode"?: "ios" | "md";
|
|
1158
|
+
/**
|
|
1159
|
+
* The theme determines the visual appearance of the component.
|
|
1160
|
+
*/
|
|
1161
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
998
1162
|
/**
|
|
999
1163
|
* Opens/Closes the FAB list container.
|
|
1000
1164
|
*/
|
|
@@ -1012,7 +1176,7 @@ export namespace Components {
|
|
|
1012
1176
|
/**
|
|
1013
1177
|
* 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.
|
|
1014
1178
|
*/
|
|
1015
|
-
"closeIcon"
|
|
1179
|
+
"closeIcon"?: string;
|
|
1016
1180
|
/**
|
|
1017
1181
|
* 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).
|
|
1018
1182
|
*/
|
|
@@ -1030,7 +1194,7 @@ export namespace Components {
|
|
|
1030
1194
|
*/
|
|
1031
1195
|
"href": string | undefined;
|
|
1032
1196
|
/**
|
|
1033
|
-
* The mode determines
|
|
1197
|
+
* The mode determines the platform behaviors of the component.
|
|
1034
1198
|
*/
|
|
1035
1199
|
"mode"?: "ios" | "md";
|
|
1036
1200
|
/**
|
|
@@ -1058,7 +1222,11 @@ export namespace Components {
|
|
|
1058
1222
|
*/
|
|
1059
1223
|
"target": string | undefined;
|
|
1060
1224
|
/**
|
|
1061
|
-
*
|
|
1225
|
+
* The theme determines the visual appearance of the component.
|
|
1226
|
+
*/
|
|
1227
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1228
|
+
/**
|
|
1229
|
+
* If `true`, the fab button will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
1062
1230
|
*/
|
|
1063
1231
|
"translucent": boolean;
|
|
1064
1232
|
/**
|
|
@@ -1071,22 +1239,34 @@ export namespace Components {
|
|
|
1071
1239
|
* If `true`, the fab list will show all fab buttons in the list.
|
|
1072
1240
|
*/
|
|
1073
1241
|
"activated": boolean;
|
|
1242
|
+
/**
|
|
1243
|
+
* The mode determines the platform behaviors of the component.
|
|
1244
|
+
*/
|
|
1245
|
+
"mode"?: "ios" | "md";
|
|
1074
1246
|
/**
|
|
1075
1247
|
* The side the fab list will show on relative to the main fab button.
|
|
1076
1248
|
*/
|
|
1077
1249
|
"side": 'start' | 'end' | 'top' | 'bottom';
|
|
1250
|
+
/**
|
|
1251
|
+
* The theme determines the visual appearance of the component.
|
|
1252
|
+
*/
|
|
1253
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1078
1254
|
}
|
|
1079
1255
|
interface IonFooter {
|
|
1080
1256
|
/**
|
|
1081
|
-
* Describes the scroll effect that will be applied to the footer. Only applies
|
|
1257
|
+
* Describes the scroll effect that will be applied to the footer. Only applies when the theme is `"ios"`.
|
|
1082
1258
|
*/
|
|
1083
1259
|
"collapse"?: 'fade';
|
|
1084
1260
|
/**
|
|
1085
|
-
* The mode determines
|
|
1261
|
+
* The mode determines the platform behaviors of the component.
|
|
1086
1262
|
*/
|
|
1087
1263
|
"mode"?: "ios" | "md";
|
|
1088
1264
|
/**
|
|
1089
|
-
*
|
|
1265
|
+
* The theme determines the visual appearance of the component.
|
|
1266
|
+
*/
|
|
1267
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1268
|
+
/**
|
|
1269
|
+
* If `true`, the footer will be translucent. Only applies when the theme 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.
|
|
1090
1270
|
*/
|
|
1091
1271
|
"translucent": boolean;
|
|
1092
1272
|
}
|
|
@@ -1095,18 +1275,34 @@ export namespace Components {
|
|
|
1095
1275
|
* If `true`, the grid will have a fixed width based on the screen size.
|
|
1096
1276
|
*/
|
|
1097
1277
|
"fixed": boolean;
|
|
1278
|
+
/**
|
|
1279
|
+
* The mode determines the platform behaviors of the component.
|
|
1280
|
+
*/
|
|
1281
|
+
"mode"?: "ios" | "md";
|
|
1282
|
+
/**
|
|
1283
|
+
* The theme determines the visual appearance of the component.
|
|
1284
|
+
*/
|
|
1285
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1098
1286
|
}
|
|
1099
1287
|
interface IonHeader {
|
|
1100
1288
|
/**
|
|
1101
|
-
* Describes the scroll effect that will be applied to the header. Only applies
|
|
1289
|
+
* Describes the scroll effect that will be applied to the header. Only applies when the theme is `"ios"`. Typically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)
|
|
1102
1290
|
*/
|
|
1103
1291
|
"collapse"?: 'condense' | 'fade';
|
|
1104
1292
|
/**
|
|
1105
|
-
*
|
|
1293
|
+
* If `true`, the header will have a line at the bottom. TODO(ROU-10855): add support for this prop on ios/md themes
|
|
1294
|
+
*/
|
|
1295
|
+
"divider": boolean;
|
|
1296
|
+
/**
|
|
1297
|
+
* The mode determines the platform behaviors of the component.
|
|
1106
1298
|
*/
|
|
1107
1299
|
"mode"?: "ios" | "md";
|
|
1108
1300
|
/**
|
|
1109
|
-
*
|
|
1301
|
+
* The theme determines the visual appearance of the component.
|
|
1302
|
+
*/
|
|
1303
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1304
|
+
/**
|
|
1305
|
+
* If `true`, the header will be translucent. Only applies when the theme 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.
|
|
1110
1306
|
*/
|
|
1111
1307
|
"translucent": boolean;
|
|
1112
1308
|
}
|
|
@@ -1115,10 +1311,18 @@ export namespace Components {
|
|
|
1115
1311
|
* This attribute defines the alternative text describing the image. Users will see this text displayed if the image URL is wrong, the image is not in one of the supported formats, or if the image is not yet downloaded.
|
|
1116
1312
|
*/
|
|
1117
1313
|
"alt"?: string;
|
|
1314
|
+
/**
|
|
1315
|
+
* The mode determines the platform behaviors of the component.
|
|
1316
|
+
*/
|
|
1317
|
+
"mode"?: "ios" | "md";
|
|
1118
1318
|
/**
|
|
1119
1319
|
* The image URL. This attribute is mandatory for the `<img>` element.
|
|
1120
1320
|
*/
|
|
1121
1321
|
"src"?: string;
|
|
1322
|
+
/**
|
|
1323
|
+
* The theme determines the visual appearance of the component.
|
|
1324
|
+
*/
|
|
1325
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1122
1326
|
}
|
|
1123
1327
|
interface IonInfiniteScroll {
|
|
1124
1328
|
/**
|
|
@@ -1129,10 +1333,18 @@ export namespace Components {
|
|
|
1129
1333
|
* 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.
|
|
1130
1334
|
*/
|
|
1131
1335
|
"disabled": boolean;
|
|
1336
|
+
/**
|
|
1337
|
+
* The mode determines the platform behaviors of the component.
|
|
1338
|
+
*/
|
|
1339
|
+
"mode"?: "ios" | "md";
|
|
1132
1340
|
/**
|
|
1133
1341
|
* The position of the infinite scroll element. The value can be either `top` or `bottom`.
|
|
1134
1342
|
*/
|
|
1135
1343
|
"position": 'top' | 'bottom';
|
|
1344
|
+
/**
|
|
1345
|
+
* The theme determines the visual appearance of the component.
|
|
1346
|
+
*/
|
|
1347
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1136
1348
|
/**
|
|
1137
1349
|
* 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.
|
|
1138
1350
|
*/
|
|
@@ -1147,6 +1359,14 @@ export namespace Components {
|
|
|
1147
1359
|
* Optional text to display while loading. `loadingText` 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) This property accepts custom HTML as a string. Content is parsed as plaintext by default. `innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config before custom HTML can be used.
|
|
1148
1360
|
*/
|
|
1149
1361
|
"loadingText"?: string | IonicSafeString;
|
|
1362
|
+
/**
|
|
1363
|
+
* The mode determines the platform behaviors of the component.
|
|
1364
|
+
*/
|
|
1365
|
+
"mode"?: "ios" | "md";
|
|
1366
|
+
/**
|
|
1367
|
+
* The theme determines the visual appearance of the component.
|
|
1368
|
+
*/
|
|
1369
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1150
1370
|
}
|
|
1151
1371
|
interface IonInput {
|
|
1152
1372
|
/**
|
|
@@ -1206,7 +1426,7 @@ export namespace Components {
|
|
|
1206
1426
|
*/
|
|
1207
1427
|
"errorText"?: string;
|
|
1208
1428
|
/**
|
|
1209
|
-
* The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available
|
|
1429
|
+
* The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available when the theme is `"md"`.
|
|
1210
1430
|
*/
|
|
1211
1431
|
"fill"?: 'outline' | 'solid';
|
|
1212
1432
|
/**
|
|
@@ -1226,9 +1446,9 @@ export namespace Components {
|
|
|
1226
1446
|
*/
|
|
1227
1447
|
"label"?: string;
|
|
1228
1448
|
/**
|
|
1229
|
-
* 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 ("...").
|
|
1449
|
+
* 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 ("..."). Defaults to "stacked" for the ionic theme, or "start" for all other themes. In the ionic theme, only the values "stacked" and "floating" are supported.
|
|
1230
1450
|
*/
|
|
1231
|
-
"labelPlacement"
|
|
1451
|
+
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
1232
1452
|
/**
|
|
1233
1453
|
* The maximum value, which must not be less than its minimum (min attribute) value.
|
|
1234
1454
|
*/
|
|
@@ -1246,7 +1466,7 @@ export namespace Components {
|
|
|
1246
1466
|
*/
|
|
1247
1467
|
"minlength"?: number;
|
|
1248
1468
|
/**
|
|
1249
|
-
* The mode determines
|
|
1469
|
+
* The mode determines the platform behaviors of the component.
|
|
1250
1470
|
*/
|
|
1251
1471
|
"mode"?: "ios" | "md";
|
|
1252
1472
|
/**
|
|
@@ -1278,9 +1498,13 @@ export namespace Components {
|
|
|
1278
1498
|
*/
|
|
1279
1499
|
"setFocus": () => Promise<void>;
|
|
1280
1500
|
/**
|
|
1281
|
-
*
|
|
1501
|
+
* Set to `"soft"` for an input with slightly rounded corners, `"round"` for an input with fully rounded corners, or `"rectangular"` for an input without rounded corners. Defaults to `"round"` for the ionic theme, and `undefined` for all other themes. Only applies when the fill is set to `"solid"` or `"outline"`.
|
|
1282
1502
|
*/
|
|
1283
|
-
"shape"?: 'round';
|
|
1503
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1504
|
+
/**
|
|
1505
|
+
* The size of the input. If "large", it will have an increased height. By default the size is medium. This property only applies to the `"ionic"` theme.
|
|
1506
|
+
*/
|
|
1507
|
+
"size"?: 'medium' | 'large' | 'xlarge';
|
|
1284
1508
|
/**
|
|
1285
1509
|
* If `true`, the element will have its spelling and grammar checked.
|
|
1286
1510
|
*/
|
|
@@ -1289,6 +1513,10 @@ export namespace Components {
|
|
|
1289
1513
|
* Works with the min and max attributes to limit the increments at which a value can be set. Possible values are: `"any"` or a positive floating point number.
|
|
1290
1514
|
*/
|
|
1291
1515
|
"step"?: string;
|
|
1516
|
+
/**
|
|
1517
|
+
* The theme determines the visual appearance of the component.
|
|
1518
|
+
*/
|
|
1519
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1292
1520
|
/**
|
|
1293
1521
|
* The type of control to display. The default type is text.
|
|
1294
1522
|
*/
|
|
@@ -1327,13 +1555,13 @@ export namespace Components {
|
|
|
1327
1555
|
*/
|
|
1328
1556
|
"color"?: Color;
|
|
1329
1557
|
/**
|
|
1330
|
-
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
1558
|
+
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `theme` is `"ios"` and an `href` or `button` property is present.
|
|
1331
1559
|
*/
|
|
1332
1560
|
"detail"?: boolean;
|
|
1333
1561
|
/**
|
|
1334
1562
|
* The icon to use when `detail` is set to `true`.
|
|
1335
1563
|
*/
|
|
1336
|
-
"detailIcon"
|
|
1564
|
+
"detailIcon"?: string;
|
|
1337
1565
|
/**
|
|
1338
1566
|
* If `true`, the user cannot interact with the item.
|
|
1339
1567
|
*/
|
|
@@ -1351,7 +1579,7 @@ export namespace Components {
|
|
|
1351
1579
|
*/
|
|
1352
1580
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1353
1581
|
/**
|
|
1354
|
-
* The mode determines
|
|
1582
|
+
* The mode determines the platform behaviors of the component.
|
|
1355
1583
|
*/
|
|
1356
1584
|
"mode"?: "ios" | "md";
|
|
1357
1585
|
/**
|
|
@@ -1370,6 +1598,10 @@ export namespace Components {
|
|
|
1370
1598
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
1371
1599
|
*/
|
|
1372
1600
|
"target": string | undefined;
|
|
1601
|
+
/**
|
|
1602
|
+
* The theme determines the visual appearance of the component.
|
|
1603
|
+
*/
|
|
1604
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1373
1605
|
/**
|
|
1374
1606
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
1375
1607
|
*/
|
|
@@ -1381,15 +1613,27 @@ export namespace Components {
|
|
|
1381
1613
|
*/
|
|
1382
1614
|
"color"?: Color;
|
|
1383
1615
|
/**
|
|
1384
|
-
* The mode determines
|
|
1616
|
+
* The mode determines the platform behaviors of the component.
|
|
1385
1617
|
*/
|
|
1386
1618
|
"mode"?: "ios" | "md";
|
|
1387
1619
|
/**
|
|
1388
1620
|
* 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
|
|
1389
1621
|
*/
|
|
1390
1622
|
"sticky": boolean;
|
|
1623
|
+
/**
|
|
1624
|
+
* The theme determines the visual appearance of the component.
|
|
1625
|
+
*/
|
|
1626
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1391
1627
|
}
|
|
1392
1628
|
interface IonItemGroup {
|
|
1629
|
+
/**
|
|
1630
|
+
* The mode determines the platform behaviors of the component.
|
|
1631
|
+
*/
|
|
1632
|
+
"mode"?: "ios" | "md";
|
|
1633
|
+
/**
|
|
1634
|
+
* The theme determines the visual appearance of the component.
|
|
1635
|
+
*/
|
|
1636
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1393
1637
|
}
|
|
1394
1638
|
interface IonItemOption {
|
|
1395
1639
|
/**
|
|
@@ -1413,17 +1657,25 @@ export namespace Components {
|
|
|
1413
1657
|
*/
|
|
1414
1658
|
"href": string | undefined;
|
|
1415
1659
|
/**
|
|
1416
|
-
* The mode determines
|
|
1660
|
+
* The mode determines the platform behaviors of the component.
|
|
1417
1661
|
*/
|
|
1418
1662
|
"mode"?: "ios" | "md";
|
|
1419
1663
|
/**
|
|
1420
1664
|
* Specifies the relationship of the target object to the link object. The value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types).
|
|
1421
1665
|
*/
|
|
1422
1666
|
"rel": string | undefined;
|
|
1667
|
+
/**
|
|
1668
|
+
* Set to `"rectangular"` for non-rounded corners. Set to `"soft"` for slightly rounded corners. Set to `"round"` for fully rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
|
|
1669
|
+
*/
|
|
1670
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1423
1671
|
/**
|
|
1424
1672
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
1425
1673
|
*/
|
|
1426
1674
|
"target": string | undefined;
|
|
1675
|
+
/**
|
|
1676
|
+
* The theme determines the visual appearance of the component.
|
|
1677
|
+
*/
|
|
1678
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1427
1679
|
/**
|
|
1428
1680
|
* The type of the button.
|
|
1429
1681
|
*/
|
|
@@ -1431,10 +1683,18 @@ export namespace Components {
|
|
|
1431
1683
|
}
|
|
1432
1684
|
interface IonItemOptions {
|
|
1433
1685
|
"fireSwipeEvent": () => Promise<void>;
|
|
1686
|
+
/**
|
|
1687
|
+
* The mode determines the platform behaviors of the component.
|
|
1688
|
+
*/
|
|
1689
|
+
"mode"?: "ios" | "md";
|
|
1434
1690
|
/**
|
|
1435
1691
|
* 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.
|
|
1436
1692
|
*/
|
|
1437
1693
|
"side": Side;
|
|
1694
|
+
/**
|
|
1695
|
+
* The theme determines the visual appearance of the component.
|
|
1696
|
+
*/
|
|
1697
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1438
1698
|
}
|
|
1439
1699
|
interface IonItemSliding {
|
|
1440
1700
|
/**
|
|
@@ -1457,11 +1717,19 @@ export namespace Components {
|
|
|
1457
1717
|
* Get the ratio of the open amount of the item compared to the width of the options. If the number returned is positive, then the options on the right side are open. If the number returned is negative, then the options on the left side are open. If the absolute value of the number is greater than 1, the item is open more than the width of the options.
|
|
1458
1718
|
*/
|
|
1459
1719
|
"getSlidingRatio": () => Promise<number>;
|
|
1720
|
+
/**
|
|
1721
|
+
* The mode determines the platform behaviors of the component.
|
|
1722
|
+
*/
|
|
1723
|
+
"mode"?: "ios" | "md";
|
|
1460
1724
|
/**
|
|
1461
1725
|
* Open the sliding item.
|
|
1462
1726
|
* @param side The side of the options to open. If a side is not provided, it will open the first set of options it finds within the item.
|
|
1463
1727
|
*/
|
|
1464
1728
|
"open": (side: Side | undefined) => Promise<void>;
|
|
1729
|
+
/**
|
|
1730
|
+
* The theme determines the visual appearance of the component.
|
|
1731
|
+
*/
|
|
1732
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1465
1733
|
}
|
|
1466
1734
|
interface IonLabel {
|
|
1467
1735
|
/**
|
|
@@ -1469,13 +1737,17 @@ export namespace Components {
|
|
|
1469
1737
|
*/
|
|
1470
1738
|
"color"?: Color;
|
|
1471
1739
|
/**
|
|
1472
|
-
* The mode determines
|
|
1740
|
+
* The mode determines the platform behaviors of the component.
|
|
1473
1741
|
*/
|
|
1474
1742
|
"mode"?: "ios" | "md";
|
|
1475
1743
|
/**
|
|
1476
1744
|
* The position determines where and how the label behaves inside an item.
|
|
1477
1745
|
*/
|
|
1478
1746
|
"position"?: 'fixed' | 'stacked' | 'floating';
|
|
1747
|
+
/**
|
|
1748
|
+
* The theme determines the visual appearance of the component.
|
|
1749
|
+
*/
|
|
1750
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1479
1751
|
}
|
|
1480
1752
|
interface IonList {
|
|
1481
1753
|
/**
|
|
@@ -1491,9 +1763,17 @@ export namespace Components {
|
|
|
1491
1763
|
*/
|
|
1492
1764
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1493
1765
|
/**
|
|
1494
|
-
* The mode determines
|
|
1766
|
+
* The mode determines the platform behaviors of the component.
|
|
1495
1767
|
*/
|
|
1496
1768
|
"mode"?: "ios" | "md";
|
|
1769
|
+
/**
|
|
1770
|
+
* Set to `"soft"` for slightly rounded corners, `"round"` for fully rounded corners, or `"rectangular"` for no rounded corners. Defaults to `"round"` for the `ionic` theme when inset is `true` defaults to `"rectangular"` for the `ionic` theme when inset is `false`, undefined for all other themes.
|
|
1771
|
+
*/
|
|
1772
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1773
|
+
/**
|
|
1774
|
+
* The theme determines the visual appearance of the component.
|
|
1775
|
+
*/
|
|
1776
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1497
1777
|
}
|
|
1498
1778
|
interface IonListHeader {
|
|
1499
1779
|
/**
|
|
@@ -1505,9 +1785,13 @@ export namespace Components {
|
|
|
1505
1785
|
*/
|
|
1506
1786
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1507
1787
|
/**
|
|
1508
|
-
* The mode determines
|
|
1788
|
+
* The mode determines the platform behaviors of the component.
|
|
1509
1789
|
*/
|
|
1510
1790
|
"mode"?: "ios" | "md";
|
|
1791
|
+
/**
|
|
1792
|
+
* The theme determines the visual appearance of the component.
|
|
1793
|
+
*/
|
|
1794
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1511
1795
|
}
|
|
1512
1796
|
interface IonLoading {
|
|
1513
1797
|
/**
|
|
@@ -1559,7 +1843,7 @@ export namespace Components {
|
|
|
1559
1843
|
*/
|
|
1560
1844
|
"message"?: string | IonicSafeString;
|
|
1561
1845
|
/**
|
|
1562
|
-
* The mode determines
|
|
1846
|
+
* The mode determines the platform behaviors of the component.
|
|
1563
1847
|
*/
|
|
1564
1848
|
"mode"?: "ios" | "md";
|
|
1565
1849
|
/**
|
|
@@ -1584,7 +1868,11 @@ export namespace Components {
|
|
|
1584
1868
|
*/
|
|
1585
1869
|
"spinner"?: SpinnerTypes | null;
|
|
1586
1870
|
/**
|
|
1587
|
-
*
|
|
1871
|
+
* The theme determines the visual appearance of the component.
|
|
1872
|
+
*/
|
|
1873
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1874
|
+
/**
|
|
1875
|
+
* If `true`, the loading indicator will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
1588
1876
|
*/
|
|
1589
1877
|
"translucent": boolean;
|
|
1590
1878
|
/**
|
|
@@ -1621,6 +1909,10 @@ export namespace Components {
|
|
|
1621
1909
|
* An id for the menu.
|
|
1622
1910
|
*/
|
|
1623
1911
|
"menuId"?: string;
|
|
1912
|
+
/**
|
|
1913
|
+
* The mode determines the platform behaviors of the component.
|
|
1914
|
+
*/
|
|
1915
|
+
"mode"?: "ios" | "md";
|
|
1624
1916
|
/**
|
|
1625
1917
|
* Opens the menu. If the menu is already open or it can't be opened, it returns `false`.
|
|
1626
1918
|
*/
|
|
@@ -1637,6 +1929,10 @@ export namespace Components {
|
|
|
1637
1929
|
* If `true`, swiping the menu is enabled.
|
|
1638
1930
|
*/
|
|
1639
1931
|
"swipeGesture": boolean;
|
|
1932
|
+
/**
|
|
1933
|
+
* The theme determines the visual appearance of the component.
|
|
1934
|
+
*/
|
|
1935
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1640
1936
|
/**
|
|
1641
1937
|
* 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`.
|
|
1642
1938
|
*/
|
|
@@ -1664,9 +1960,13 @@ export namespace Components {
|
|
|
1664
1960
|
*/
|
|
1665
1961
|
"menu"?: string;
|
|
1666
1962
|
/**
|
|
1667
|
-
* The mode determines
|
|
1963
|
+
* The mode determines the platform behaviors of the component.
|
|
1668
1964
|
*/
|
|
1669
1965
|
"mode"?: "ios" | "md";
|
|
1966
|
+
/**
|
|
1967
|
+
* The theme determines the visual appearance of the component.
|
|
1968
|
+
*/
|
|
1969
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1670
1970
|
/**
|
|
1671
1971
|
* The type of the button.
|
|
1672
1972
|
*/
|
|
@@ -1681,6 +1981,14 @@ export namespace Components {
|
|
|
1681
1981
|
* Optional property that maps to a Menu's `menuId` prop. Can also be `start` or `end` for the menu side. This is used to find the correct menu to toggle. If this property is not used, `ion-menu-toggle` will toggle the first menu that is active.
|
|
1682
1982
|
*/
|
|
1683
1983
|
"menu"?: string;
|
|
1984
|
+
/**
|
|
1985
|
+
* The mode determines the platform behaviors of the component.
|
|
1986
|
+
*/
|
|
1987
|
+
"mode"?: "ios" | "md";
|
|
1988
|
+
/**
|
|
1989
|
+
* The theme determines the visual appearance of the component.
|
|
1990
|
+
*/
|
|
1991
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1684
1992
|
}
|
|
1685
1993
|
interface IonModal {
|
|
1686
1994
|
/**
|
|
@@ -1768,7 +2076,7 @@ export namespace Components {
|
|
|
1768
2076
|
*/
|
|
1769
2077
|
"leaveAnimation"?: AnimationBuilder;
|
|
1770
2078
|
/**
|
|
1771
|
-
* The mode determines
|
|
2079
|
+
* The mode determines the platform behaviors of the component.
|
|
1772
2080
|
*/
|
|
1773
2081
|
"mode"?: "ios" | "md";
|
|
1774
2082
|
/**
|
|
@@ -1792,10 +2100,18 @@ export namespace Components {
|
|
|
1792
2100
|
* Move a sheet style modal to a specific breakpoint. The breakpoint value must be a value defined in your `breakpoints` array.
|
|
1793
2101
|
*/
|
|
1794
2102
|
"setCurrentBreakpoint": (breakpoint: number) => Promise<void>;
|
|
2103
|
+
/**
|
|
2104
|
+
* Set to `"soft"` for a modal with slightly rounded corners, `"round"` for a modal with fully rounded corners, or `"rectangular"` for a modal without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
|
|
2105
|
+
*/
|
|
2106
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1795
2107
|
/**
|
|
1796
2108
|
* 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.
|
|
1797
2109
|
*/
|
|
1798
2110
|
"showBackdrop": boolean;
|
|
2111
|
+
/**
|
|
2112
|
+
* The theme determines the visual appearance of the component.
|
|
2113
|
+
*/
|
|
2114
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1799
2115
|
/**
|
|
1800
2116
|
* An ID corresponding to the trigger element that causes the modal to open when clicked.
|
|
1801
2117
|
*/
|
|
@@ -1807,7 +2123,7 @@ export namespace Components {
|
|
|
1807
2123
|
*/
|
|
1808
2124
|
"animated": boolean;
|
|
1809
2125
|
/**
|
|
1810
|
-
* By default `ion-nav` animates transition between pages based
|
|
2126
|
+
* By default `ion-nav` animates transition between pages based on the mode ("ios" or "md"). However, this property allows to create custom transition using `AnimationBuilder` functions.
|
|
1811
2127
|
*/
|
|
1812
2128
|
"animation"?: AnimationBuilder;
|
|
1813
2129
|
/**
|
|
@@ -1855,6 +2171,10 @@ export namespace Components {
|
|
|
1855
2171
|
* @param done The transition complete function.
|
|
1856
2172
|
*/
|
|
1857
2173
|
"insertPages": (insertIndex: number, insertComponents: NavComponent[] | NavComponentWithProps[], opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>;
|
|
2174
|
+
/**
|
|
2175
|
+
* The mode determines the platform behaviors of the component.
|
|
2176
|
+
*/
|
|
2177
|
+
"mode"?: "ios" | "md";
|
|
1858
2178
|
/**
|
|
1859
2179
|
* Pop a component off of the navigation stack. Navigates back from the current component.
|
|
1860
2180
|
* @param opts The navigation options.
|
|
@@ -1926,6 +2246,10 @@ export namespace Components {
|
|
|
1926
2246
|
* If the nav component should allow for swipe-to-go-back.
|
|
1927
2247
|
*/
|
|
1928
2248
|
"swipeGesture"?: boolean;
|
|
2249
|
+
/**
|
|
2250
|
+
* The theme determines the visual appearance of the component.
|
|
2251
|
+
*/
|
|
2252
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1929
2253
|
}
|
|
1930
2254
|
interface IonNavLink {
|
|
1931
2255
|
/**
|
|
@@ -1936,6 +2260,10 @@ export namespace Components {
|
|
|
1936
2260
|
* Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
|
|
1937
2261
|
*/
|
|
1938
2262
|
"componentProps"?: ComponentProps;
|
|
2263
|
+
/**
|
|
2264
|
+
* The mode determines the platform behaviors of the component.
|
|
2265
|
+
*/
|
|
2266
|
+
"mode"?: "ios" | "md";
|
|
1939
2267
|
/**
|
|
1940
2268
|
* The transition animation when navigating to another page.
|
|
1941
2269
|
*/
|
|
@@ -1944,6 +2272,10 @@ export namespace Components {
|
|
|
1944
2272
|
* The transition direction when navigating to another page.
|
|
1945
2273
|
*/
|
|
1946
2274
|
"routerDirection": RouterDirection;
|
|
2275
|
+
/**
|
|
2276
|
+
* The theme determines the visual appearance of the component.
|
|
2277
|
+
*/
|
|
2278
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1947
2279
|
}
|
|
1948
2280
|
interface IonNote {
|
|
1949
2281
|
/**
|
|
@@ -1951,16 +2283,24 @@ export namespace Components {
|
|
|
1951
2283
|
*/
|
|
1952
2284
|
"color"?: Color;
|
|
1953
2285
|
/**
|
|
1954
|
-
* The mode determines
|
|
2286
|
+
* The mode determines the platform behaviors of the component.
|
|
1955
2287
|
*/
|
|
1956
2288
|
"mode"?: "ios" | "md";
|
|
2289
|
+
/**
|
|
2290
|
+
* The theme determines the visual appearance of the component.
|
|
2291
|
+
*/
|
|
2292
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1957
2293
|
}
|
|
1958
2294
|
interface IonPicker {
|
|
1959
2295
|
"exitInputMode": () => Promise<void>;
|
|
1960
2296
|
/**
|
|
1961
|
-
* The mode determines
|
|
2297
|
+
* The mode determines the platform behaviors of the component.
|
|
1962
2298
|
*/
|
|
1963
2299
|
"mode"?: "ios" | "md";
|
|
2300
|
+
/**
|
|
2301
|
+
* The theme determines the visual appearance of the component.
|
|
2302
|
+
*/
|
|
2303
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1964
2304
|
}
|
|
1965
2305
|
interface IonPickerColumn {
|
|
1966
2306
|
/**
|
|
@@ -1972,7 +2312,7 @@ export namespace Components {
|
|
|
1972
2312
|
*/
|
|
1973
2313
|
"disabled": boolean;
|
|
1974
2314
|
/**
|
|
1975
|
-
* The mode determines
|
|
2315
|
+
* The mode determines the platform behaviors of the component.
|
|
1976
2316
|
*/
|
|
1977
2317
|
"mode"?: "ios" | "md";
|
|
1978
2318
|
/**
|
|
@@ -1988,6 +2328,10 @@ export namespace Components {
|
|
|
1988
2328
|
* Sets the value prop and fires the ionChange event. This is used when we need to fire ionChange from user-generated events that cannot be caught with normal input/change event listeners.
|
|
1989
2329
|
*/
|
|
1990
2330
|
"setValue": (value: PickerColumnValue) => Promise<void>;
|
|
2331
|
+
/**
|
|
2332
|
+
* The theme determines the visual appearance of the component.
|
|
2333
|
+
*/
|
|
2334
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1991
2335
|
/**
|
|
1992
2336
|
* The selected option in the picker.
|
|
1993
2337
|
*/
|
|
@@ -2002,6 +2346,14 @@ export namespace Components {
|
|
|
2002
2346
|
* If `true`, the user cannot interact with the picker column option.
|
|
2003
2347
|
*/
|
|
2004
2348
|
"disabled": boolean;
|
|
2349
|
+
/**
|
|
2350
|
+
* The mode determines the platform behaviors of the component.
|
|
2351
|
+
*/
|
|
2352
|
+
"mode"?: "ios" | "md";
|
|
2353
|
+
/**
|
|
2354
|
+
* The theme determines the visual appearance of the component.
|
|
2355
|
+
*/
|
|
2356
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2005
2357
|
/**
|
|
2006
2358
|
* The text value of the option.
|
|
2007
2359
|
*/
|
|
@@ -2066,7 +2418,7 @@ export namespace Components {
|
|
|
2066
2418
|
*/
|
|
2067
2419
|
"leaveAnimation"?: AnimationBuilder;
|
|
2068
2420
|
/**
|
|
2069
|
-
* The mode determines
|
|
2421
|
+
* The mode determines the platform behaviors of the component.
|
|
2070
2422
|
*/
|
|
2071
2423
|
"mode"?: "ios" | "md";
|
|
2072
2424
|
/**
|
|
@@ -2086,6 +2438,10 @@ export namespace Components {
|
|
|
2086
2438
|
* If `true`, a backdrop will be displayed behind the picker.
|
|
2087
2439
|
*/
|
|
2088
2440
|
"showBackdrop": boolean;
|
|
2441
|
+
/**
|
|
2442
|
+
* The theme determines the visual appearance of the component.
|
|
2443
|
+
*/
|
|
2444
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2089
2445
|
/**
|
|
2090
2446
|
* An ID corresponding to the trigger element that causes the picker to open when clicked.
|
|
2091
2447
|
*/
|
|
@@ -2099,7 +2455,7 @@ export namespace Components {
|
|
|
2099
2455
|
}
|
|
2100
2456
|
interface IonPopover {
|
|
2101
2457
|
/**
|
|
2102
|
-
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios`
|
|
2458
|
+
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `"ios"` theme, and `"start"` for `"md"` theme.
|
|
2103
2459
|
*/
|
|
2104
2460
|
"alignment"?: PositionAlign;
|
|
2105
2461
|
/**
|
|
@@ -2107,7 +2463,7 @@ export namespace Components {
|
|
|
2107
2463
|
*/
|
|
2108
2464
|
"animated": boolean;
|
|
2109
2465
|
/**
|
|
2110
|
-
* If `true`, the popover will display an arrow that points at the `reference`
|
|
2466
|
+
* If `true`, the popover will display an arrow that points at the `reference` on `"ios"` theme.
|
|
2111
2467
|
*/
|
|
2112
2468
|
"arrow": boolean;
|
|
2113
2469
|
/**
|
|
@@ -2174,7 +2530,7 @@ export namespace Components {
|
|
|
2174
2530
|
*/
|
|
2175
2531
|
"leaveAnimation"?: AnimationBuilder;
|
|
2176
2532
|
/**
|
|
2177
|
-
* The mode determines
|
|
2533
|
+
* The mode determines the platform behaviors of the component.
|
|
2178
2534
|
*/
|
|
2179
2535
|
"mode"?: "ios" | "md";
|
|
2180
2536
|
/**
|
|
@@ -2211,7 +2567,11 @@ export namespace Components {
|
|
|
2211
2567
|
*/
|
|
2212
2568
|
"size": PopoverSize;
|
|
2213
2569
|
/**
|
|
2214
|
-
*
|
|
2570
|
+
* The theme determines the visual appearance of the component.
|
|
2571
|
+
*/
|
|
2572
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2573
|
+
/**
|
|
2574
|
+
* If `true`, the popover will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
2215
2575
|
*/
|
|
2216
2576
|
"translucent": boolean;
|
|
2217
2577
|
/**
|
|
@@ -2233,13 +2593,17 @@ export namespace Components {
|
|
|
2233
2593
|
*/
|
|
2234
2594
|
"color"?: Color;
|
|
2235
2595
|
/**
|
|
2236
|
-
* The mode determines
|
|
2596
|
+
* The mode determines the platform behaviors of the component.
|
|
2237
2597
|
*/
|
|
2238
2598
|
"mode"?: "ios" | "md";
|
|
2239
2599
|
/**
|
|
2240
2600
|
* If true, reverse the progress bar direction.
|
|
2241
2601
|
*/
|
|
2242
2602
|
"reversed": boolean;
|
|
2603
|
+
/**
|
|
2604
|
+
* The theme determines the visual appearance of the component.
|
|
2605
|
+
*/
|
|
2606
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2243
2607
|
/**
|
|
2244
2608
|
* 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).
|
|
2245
2609
|
*/
|
|
@@ -2271,7 +2635,7 @@ export namespace Components {
|
|
|
2271
2635
|
*/
|
|
2272
2636
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
2273
2637
|
/**
|
|
2274
|
-
* The mode determines
|
|
2638
|
+
* The mode determines the platform behaviors of the component.
|
|
2275
2639
|
*/
|
|
2276
2640
|
"mode"?: "ios" | "md";
|
|
2277
2641
|
/**
|
|
@@ -2280,6 +2644,10 @@ export namespace Components {
|
|
|
2280
2644
|
"name": string;
|
|
2281
2645
|
"setButtonTabindex": (value: number) => Promise<void>;
|
|
2282
2646
|
"setFocus": (ev: globalThis.Event) => Promise<void>;
|
|
2647
|
+
/**
|
|
2648
|
+
* The theme determines the visual appearance of the component.
|
|
2649
|
+
*/
|
|
2650
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2283
2651
|
/**
|
|
2284
2652
|
* the value of the radio.
|
|
2285
2653
|
*/
|
|
@@ -2294,10 +2662,18 @@ export namespace Components {
|
|
|
2294
2662
|
* This property allows developers to specify a custom function or property name for comparing objects when determining the selected option in the ion-radio-group. When not specified, the default behavior will use strict equality (===) for comparison.
|
|
2295
2663
|
*/
|
|
2296
2664
|
"compareWith"?: string | RadioGroupCompareFn | null;
|
|
2665
|
+
/**
|
|
2666
|
+
* The mode determines the platform behaviors of the component.
|
|
2667
|
+
*/
|
|
2668
|
+
"mode"?: "ios" | "md";
|
|
2297
2669
|
/**
|
|
2298
2670
|
* The name of the control, which is submitted with the form data.
|
|
2299
2671
|
*/
|
|
2300
2672
|
"name": string;
|
|
2673
|
+
/**
|
|
2674
|
+
* The theme determines the visual appearance of the component.
|
|
2675
|
+
*/
|
|
2676
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2301
2677
|
/**
|
|
2302
2678
|
* the value of the radio group.
|
|
2303
2679
|
*/
|
|
@@ -2341,7 +2717,7 @@ export namespace Components {
|
|
|
2341
2717
|
*/
|
|
2342
2718
|
"min": number;
|
|
2343
2719
|
/**
|
|
2344
|
-
* The mode determines
|
|
2720
|
+
* The mode determines the platform behaviors of the component.
|
|
2345
2721
|
*/
|
|
2346
2722
|
"mode"?: "ios" | "md";
|
|
2347
2723
|
/**
|
|
@@ -2364,6 +2740,10 @@ export namespace Components {
|
|
|
2364
2740
|
* Specifies the value granularity.
|
|
2365
2741
|
*/
|
|
2366
2742
|
"step": number;
|
|
2743
|
+
/**
|
|
2744
|
+
* The theme determines the visual appearance of the component.
|
|
2745
|
+
*/
|
|
2746
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2367
2747
|
/**
|
|
2368
2748
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
2369
2749
|
*/
|
|
@@ -2395,7 +2775,7 @@ export namespace Components {
|
|
|
2395
2775
|
*/
|
|
2396
2776
|
"getProgress": () => Promise<number>;
|
|
2397
2777
|
/**
|
|
2398
|
-
* The mode determines
|
|
2778
|
+
* The mode determines the platform behaviors of the component.
|
|
2399
2779
|
*/
|
|
2400
2780
|
"mode"?: "ios" | "md";
|
|
2401
2781
|
/**
|
|
@@ -2414,8 +2794,16 @@ export namespace Components {
|
|
|
2414
2794
|
* 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.
|
|
2415
2795
|
*/
|
|
2416
2796
|
"snapbackDuration": string;
|
|
2797
|
+
/**
|
|
2798
|
+
* The theme determines the visual appearance of the component.
|
|
2799
|
+
*/
|
|
2800
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2417
2801
|
}
|
|
2418
2802
|
interface IonRefresherContent {
|
|
2803
|
+
/**
|
|
2804
|
+
* The mode determines the platform behaviors of the component.
|
|
2805
|
+
*/
|
|
2806
|
+
"mode"?: "ios" | "md";
|
|
2419
2807
|
/**
|
|
2420
2808
|
* A static icon or a spinner to display when you begin to pull down. A spinner name can be provided to gradually show tick marks when pulling down on iOS devices.
|
|
2421
2809
|
*/
|
|
@@ -2432,8 +2820,20 @@ export namespace Components {
|
|
|
2432
2820
|
* The text you want to display when performing a refresh. `refreshingText` 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) Content is parsed as plaintext by default. `innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config before custom HTML can be used.
|
|
2433
2821
|
*/
|
|
2434
2822
|
"refreshingText"?: string | IonicSafeString;
|
|
2823
|
+
/**
|
|
2824
|
+
* The theme determines the visual appearance of the component.
|
|
2825
|
+
*/
|
|
2826
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2435
2827
|
}
|
|
2436
2828
|
interface IonReorder {
|
|
2829
|
+
/**
|
|
2830
|
+
* The mode determines the platform behaviors of the component.
|
|
2831
|
+
*/
|
|
2832
|
+
"mode"?: "ios" | "md";
|
|
2833
|
+
/**
|
|
2834
|
+
* The theme determines the visual appearance of the component.
|
|
2835
|
+
*/
|
|
2836
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2437
2837
|
}
|
|
2438
2838
|
interface IonReorderGroup {
|
|
2439
2839
|
/**
|
|
@@ -2445,6 +2845,14 @@ export namespace Components {
|
|
|
2445
2845
|
* If `true`, the reorder will be hidden.
|
|
2446
2846
|
*/
|
|
2447
2847
|
"disabled": boolean;
|
|
2848
|
+
/**
|
|
2849
|
+
* The mode determines the platform behaviors of the component.
|
|
2850
|
+
*/
|
|
2851
|
+
"mode"?: "ios" | "md";
|
|
2852
|
+
/**
|
|
2853
|
+
* The theme determines the visual appearance of the component.
|
|
2854
|
+
*/
|
|
2855
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2448
2856
|
}
|
|
2449
2857
|
interface IonRippleEffect {
|
|
2450
2858
|
/**
|
|
@@ -2453,6 +2861,14 @@ export namespace Components {
|
|
|
2453
2861
|
* @param y The vertical coordinate of where the ripple should start.
|
|
2454
2862
|
*/
|
|
2455
2863
|
"addRipple": (x: number, y: number) => Promise<() => void>;
|
|
2864
|
+
/**
|
|
2865
|
+
* The mode determines the platform behaviors of the component.
|
|
2866
|
+
*/
|
|
2867
|
+
"mode"?: "ios" | "md";
|
|
2868
|
+
/**
|
|
2869
|
+
* The theme determines the visual appearance of the component.
|
|
2870
|
+
*/
|
|
2871
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2456
2872
|
/**
|
|
2457
2873
|
* 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.
|
|
2458
2874
|
*/
|
|
@@ -2475,6 +2891,14 @@ export namespace Components {
|
|
|
2475
2891
|
* A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
|
|
2476
2892
|
*/
|
|
2477
2893
|
"componentProps"?: { [key: string]: any };
|
|
2894
|
+
/**
|
|
2895
|
+
* The mode determines the platform behaviors of the component.
|
|
2896
|
+
*/
|
|
2897
|
+
"mode"?: "ios" | "md";
|
|
2898
|
+
/**
|
|
2899
|
+
* The theme determines the visual appearance of the component.
|
|
2900
|
+
*/
|
|
2901
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2478
2902
|
/**
|
|
2479
2903
|
* 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.
|
|
2480
2904
|
*/
|
|
@@ -2496,6 +2920,10 @@ export namespace Components {
|
|
|
2496
2920
|
*/
|
|
2497
2921
|
"back": () => Promise<void>;
|
|
2498
2922
|
"canTransition": () => Promise<string | boolean>;
|
|
2923
|
+
/**
|
|
2924
|
+
* The mode determines the platform behaviors of the component.
|
|
2925
|
+
*/
|
|
2926
|
+
"mode"?: "ios" | "md";
|
|
2499
2927
|
"navChanged": (direction: RouterDirection) => Promise<boolean>;
|
|
2500
2928
|
"printDebug": () => Promise<void>;
|
|
2501
2929
|
/**
|
|
@@ -2508,6 +2936,10 @@ export namespace Components {
|
|
|
2508
2936
|
* 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.
|
|
2509
2937
|
*/
|
|
2510
2938
|
"root": string;
|
|
2939
|
+
/**
|
|
2940
|
+
* The theme determines the visual appearance of the component.
|
|
2941
|
+
*/
|
|
2942
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2511
2943
|
/**
|
|
2512
2944
|
* 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.
|
|
2513
2945
|
*/
|
|
@@ -2522,6 +2954,10 @@ export namespace Components {
|
|
|
2522
2954
|
* Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
|
|
2523
2955
|
*/
|
|
2524
2956
|
"href": string | undefined;
|
|
2957
|
+
/**
|
|
2958
|
+
* The mode determines the platform behaviors of the component.
|
|
2959
|
+
*/
|
|
2960
|
+
"mode"?: "ios" | "md";
|
|
2525
2961
|
/**
|
|
2526
2962
|
* Specifies the relationship of the target object to the link object. The value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types).
|
|
2527
2963
|
*/
|
|
@@ -2538,6 +2974,10 @@ export namespace Components {
|
|
|
2538
2974
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
2539
2975
|
*/
|
|
2540
2976
|
"target": string | undefined;
|
|
2977
|
+
/**
|
|
2978
|
+
* The theme determines the visual appearance of the component.
|
|
2979
|
+
*/
|
|
2980
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2541
2981
|
}
|
|
2542
2982
|
interface IonRouterOutlet {
|
|
2543
2983
|
/**
|
|
@@ -2552,13 +2992,25 @@ export namespace Components {
|
|
|
2552
2992
|
"delegate"?: FrameworkDelegate;
|
|
2553
2993
|
"getRouteId": () => Promise<RouteID | undefined>;
|
|
2554
2994
|
/**
|
|
2555
|
-
* The mode determines
|
|
2995
|
+
* The mode determines the platform behaviors of the component.
|
|
2556
2996
|
*/
|
|
2557
2997
|
"mode": "ios" | "md";
|
|
2558
2998
|
"setRouteId": (id: string, params: ComponentProps | undefined, direction: RouterDirection, animation?: AnimationBuilder) => Promise<RouteWrite>;
|
|
2559
2999
|
"swipeHandler"?: SwipeGestureHandler;
|
|
3000
|
+
/**
|
|
3001
|
+
* The theme determines the visual appearance of the component.
|
|
3002
|
+
*/
|
|
3003
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2560
3004
|
}
|
|
2561
3005
|
interface IonRow {
|
|
3006
|
+
/**
|
|
3007
|
+
* The mode determines the platform behaviors of the component.
|
|
3008
|
+
*/
|
|
3009
|
+
"mode"?: "ios" | "md";
|
|
3010
|
+
/**
|
|
3011
|
+
* The theme determines the visual appearance of the component.
|
|
3012
|
+
*/
|
|
3013
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2562
3014
|
}
|
|
2563
3015
|
interface IonSearchbar {
|
|
2564
3016
|
/**
|
|
@@ -2578,15 +3030,15 @@ export namespace Components {
|
|
|
2578
3030
|
*/
|
|
2579
3031
|
"autocorrect": 'on' | 'off';
|
|
2580
3032
|
/**
|
|
2581
|
-
* Set the cancel button icon. Only
|
|
3033
|
+
* Set the cancel button icon. Only available when the theme is `"md"`. Defaults to `"arrow-back-sharp"`.
|
|
2582
3034
|
*/
|
|
2583
|
-
"cancelButtonIcon"
|
|
3035
|
+
"cancelButtonIcon"?: string;
|
|
2584
3036
|
/**
|
|
2585
|
-
* Set the the cancel button text. Only
|
|
3037
|
+
* Set the the cancel button text. Only available when the theme is `"ios"`.
|
|
2586
3038
|
*/
|
|
2587
3039
|
"cancelButtonText": string;
|
|
2588
3040
|
/**
|
|
2589
|
-
* Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md
|
|
3041
|
+
* Set the clear icon. Defaults to `"close-circle"` for `"ios"` theme and `"close-sharp"` for `"md"` and `"ionic"` theme.
|
|
2590
3042
|
*/
|
|
2591
3043
|
"clearIcon"?: string;
|
|
2592
3044
|
/**
|
|
@@ -2622,7 +3074,7 @@ export namespace Components {
|
|
|
2622
3074
|
*/
|
|
2623
3075
|
"minlength"?: number;
|
|
2624
3076
|
/**
|
|
2625
|
-
* The mode determines
|
|
3077
|
+
* The mode determines the platform behaviors of the component.
|
|
2626
3078
|
*/
|
|
2627
3079
|
"mode"?: "ios" | "md";
|
|
2628
3080
|
/**
|
|
@@ -2634,7 +3086,7 @@ export namespace Components {
|
|
|
2634
3086
|
*/
|
|
2635
3087
|
"placeholder": string;
|
|
2636
3088
|
/**
|
|
2637
|
-
* The icon to use as the search icon. Defaults to `search-outline` in `ios`
|
|
3089
|
+
* The icon to use as the search icon. Defaults to `"search-outline"` in the `"ios"` theme and `"search-sharp"` in the `"md"` and `"ionic"` themes.
|
|
2638
3090
|
*/
|
|
2639
3091
|
"searchIcon"?: string;
|
|
2640
3092
|
/**
|
|
@@ -2653,6 +3105,10 @@ export namespace Components {
|
|
|
2653
3105
|
* If `true`, enable spellcheck on the input.
|
|
2654
3106
|
*/
|
|
2655
3107
|
"spellcheck": boolean;
|
|
3108
|
+
/**
|
|
3109
|
+
* The theme determines the visual appearance of the component.
|
|
3110
|
+
*/
|
|
3111
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2656
3112
|
/**
|
|
2657
3113
|
* Set the type of the input.
|
|
2658
3114
|
*/
|
|
@@ -2672,7 +3128,7 @@ export namespace Components {
|
|
|
2672
3128
|
*/
|
|
2673
3129
|
"disabled": boolean;
|
|
2674
3130
|
/**
|
|
2675
|
-
* The mode determines
|
|
3131
|
+
* The mode determines the platform behaviors of the component.
|
|
2676
3132
|
*/
|
|
2677
3133
|
"mode"?: "ios" | "md";
|
|
2678
3134
|
/**
|
|
@@ -2687,6 +3143,10 @@ export namespace Components {
|
|
|
2687
3143
|
* If `true`, users will be able to swipe between segment buttons to activate them.
|
|
2688
3144
|
*/
|
|
2689
3145
|
"swipeGesture": boolean;
|
|
3146
|
+
/**
|
|
3147
|
+
* The theme determines the visual appearance of the component.
|
|
3148
|
+
*/
|
|
3149
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2690
3150
|
/**
|
|
2691
3151
|
* the value of the segment.
|
|
2692
3152
|
*/
|
|
@@ -2702,10 +3162,14 @@ export namespace Components {
|
|
|
2702
3162
|
*/
|
|
2703
3163
|
"layout"?: SegmentButtonLayout;
|
|
2704
3164
|
/**
|
|
2705
|
-
* The mode determines
|
|
3165
|
+
* The mode determines the platform behaviors of the component.
|
|
2706
3166
|
*/
|
|
2707
3167
|
"mode"?: "ios" | "md";
|
|
2708
3168
|
"setFocus": () => Promise<void>;
|
|
3169
|
+
/**
|
|
3170
|
+
* The theme determines the visual appearance of the component.
|
|
3171
|
+
*/
|
|
3172
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2709
3173
|
/**
|
|
2710
3174
|
* The type of the button.
|
|
2711
3175
|
*/
|
|
@@ -2733,11 +3197,11 @@ export namespace Components {
|
|
|
2733
3197
|
*/
|
|
2734
3198
|
"disabled": boolean;
|
|
2735
3199
|
/**
|
|
2736
|
-
* The toggle icon to show when the select is open. If defined, the icon rotation behavior in `md`
|
|
3200
|
+
* The toggle icon to show when the select is open. If defined, the icon rotation behavior in `"md"` theme will be disabled. If undefined, `toggleIcon` will be used for when the select is both open and closed.
|
|
2737
3201
|
*/
|
|
2738
3202
|
"expandedIcon"?: string;
|
|
2739
3203
|
/**
|
|
2740
|
-
* The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available in `md`
|
|
3204
|
+
* The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available in the `"md"` theme.
|
|
2741
3205
|
*/
|
|
2742
3206
|
"fill"?: 'outline' | 'solid';
|
|
2743
3207
|
/**
|
|
@@ -2761,7 +3225,7 @@ export namespace Components {
|
|
|
2761
3225
|
*/
|
|
2762
3226
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
2763
3227
|
/**
|
|
2764
|
-
* The mode determines
|
|
3228
|
+
* The mode determines the platform behaviors of the component.
|
|
2765
3229
|
*/
|
|
2766
3230
|
"mode"?: "ios" | "md";
|
|
2767
3231
|
/**
|
|
@@ -2794,7 +3258,11 @@ export namespace Components {
|
|
|
2794
3258
|
*/
|
|
2795
3259
|
"shape"?: 'round';
|
|
2796
3260
|
/**
|
|
2797
|
-
* The
|
|
3261
|
+
* The theme determines the visual appearance of the component.
|
|
3262
|
+
*/
|
|
3263
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3264
|
+
/**
|
|
3265
|
+
* The toggle icon to use. Defaults to `"chevronExpand"` for the `"ios"` theme, or `"caretDownSharp"` for the `"md"` and `"ionic"` themes.
|
|
2798
3266
|
*/
|
|
2799
3267
|
"toggleIcon"?: string;
|
|
2800
3268
|
/**
|
|
@@ -2807,6 +3275,14 @@ export namespace Components {
|
|
|
2807
3275
|
* 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.
|
|
2808
3276
|
*/
|
|
2809
3277
|
"disabled": boolean;
|
|
3278
|
+
/**
|
|
3279
|
+
* The mode determines the platform behaviors of the component.
|
|
3280
|
+
*/
|
|
3281
|
+
"mode"?: "ios" | "md";
|
|
3282
|
+
/**
|
|
3283
|
+
* The theme determines the visual appearance of the component.
|
|
3284
|
+
*/
|
|
3285
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2810
3286
|
/**
|
|
2811
3287
|
* The text value of the option.
|
|
2812
3288
|
*/
|
|
@@ -2821,6 +3297,10 @@ export namespace Components {
|
|
|
2821
3297
|
* The text content of the popover body
|
|
2822
3298
|
*/
|
|
2823
3299
|
"message"?: string;
|
|
3300
|
+
/**
|
|
3301
|
+
* The mode determines the platform behaviors of the component.
|
|
3302
|
+
*/
|
|
3303
|
+
"mode"?: "ios" | "md";
|
|
2824
3304
|
/**
|
|
2825
3305
|
* If true, the select accepts multiple values
|
|
2826
3306
|
*/
|
|
@@ -2833,12 +3313,24 @@ export namespace Components {
|
|
|
2833
3313
|
* The subheader text of the popover
|
|
2834
3314
|
*/
|
|
2835
3315
|
"subHeader"?: string;
|
|
3316
|
+
/**
|
|
3317
|
+
* The theme determines the visual appearance of the component.
|
|
3318
|
+
*/
|
|
3319
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2836
3320
|
}
|
|
2837
3321
|
interface IonSkeletonText {
|
|
2838
3322
|
/**
|
|
2839
3323
|
* If `true`, the skeleton text will animate.
|
|
2840
3324
|
*/
|
|
2841
3325
|
"animated": boolean;
|
|
3326
|
+
/**
|
|
3327
|
+
* The mode determines the platform behaviors of the component.
|
|
3328
|
+
*/
|
|
3329
|
+
"mode"?: "ios" | "md";
|
|
3330
|
+
/**
|
|
3331
|
+
* The theme determines the visual appearance of the component.
|
|
3332
|
+
*/
|
|
3333
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2842
3334
|
}
|
|
2843
3335
|
interface IonSpinner {
|
|
2844
3336
|
/**
|
|
@@ -2849,6 +3341,10 @@ export namespace Components {
|
|
|
2849
3341
|
* Duration of the spinner animation in milliseconds. The default varies based on the spinner.
|
|
2850
3342
|
*/
|
|
2851
3343
|
"duration"?: number;
|
|
3344
|
+
/**
|
|
3345
|
+
* The mode determines the platform behaviors of the component.
|
|
3346
|
+
*/
|
|
3347
|
+
"mode"?: "ios" | "md";
|
|
2852
3348
|
/**
|
|
2853
3349
|
* The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
|
|
2854
3350
|
*/
|
|
@@ -2857,6 +3353,14 @@ export namespace Components {
|
|
|
2857
3353
|
* If `true`, the spinner's animation will be paused.
|
|
2858
3354
|
*/
|
|
2859
3355
|
"paused": boolean;
|
|
3356
|
+
/**
|
|
3357
|
+
* Set to `"xsmall"` for the smallest size. Set to `"small"` for a smaller size. Set to `"medium"` for a medium size. Set to `"large"` for a large size. Set to `"xlarge"` for the largest size. Defaults to `"xsmall"` for the `ionic` theme, undefined for all other themes.
|
|
3358
|
+
*/
|
|
3359
|
+
"size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
3360
|
+
/**
|
|
3361
|
+
* The theme determines the visual appearance of the component.
|
|
3362
|
+
*/
|
|
3363
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2860
3364
|
}
|
|
2861
3365
|
interface IonSplitPane {
|
|
2862
3366
|
/**
|
|
@@ -2868,6 +3372,14 @@ export namespace Components {
|
|
|
2868
3372
|
*/
|
|
2869
3373
|
"disabled": boolean;
|
|
2870
3374
|
"isVisible": () => Promise<boolean>;
|
|
3375
|
+
/**
|
|
3376
|
+
* The mode determines the platform behaviors of the component.
|
|
3377
|
+
*/
|
|
3378
|
+
"mode"?: "ios" | "md";
|
|
3379
|
+
/**
|
|
3380
|
+
* The theme determines the visual appearance of the component.
|
|
3381
|
+
*/
|
|
3382
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2871
3383
|
/**
|
|
2872
3384
|
* When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
|
|
2873
3385
|
*/
|
|
@@ -2880,6 +3392,10 @@ export namespace Components {
|
|
|
2880
3392
|
*/
|
|
2881
3393
|
"component"?: ComponentRef;
|
|
2882
3394
|
"delegate"?: FrameworkDelegate;
|
|
3395
|
+
/**
|
|
3396
|
+
* The mode determines the platform behaviors of the component.
|
|
3397
|
+
*/
|
|
3398
|
+
"mode"?: "ios" | "md";
|
|
2883
3399
|
/**
|
|
2884
3400
|
* Set the active component for the tab
|
|
2885
3401
|
*/
|
|
@@ -2888,6 +3404,10 @@ export namespace Components {
|
|
|
2888
3404
|
* A tab id must be provided for each `ion-tab`. It's used internally to reference the selected tab or by the router to switch between them.
|
|
2889
3405
|
*/
|
|
2890
3406
|
"tab": string;
|
|
3407
|
+
/**
|
|
3408
|
+
* The theme determines the visual appearance of the component.
|
|
3409
|
+
*/
|
|
3410
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2891
3411
|
}
|
|
2892
3412
|
interface IonTabBar {
|
|
2893
3413
|
/**
|
|
@@ -2895,7 +3415,11 @@ export namespace Components {
|
|
|
2895
3415
|
*/
|
|
2896
3416
|
"color"?: Color;
|
|
2897
3417
|
/**
|
|
2898
|
-
*
|
|
3418
|
+
* Set to `"compact"` to display a width based on the items inside the tab bar. This value will only work for the `ionic` theme. Set to `"full"` to display a full width tab bar. Defaults to `"full"`.
|
|
3419
|
+
*/
|
|
3420
|
+
"expand": 'compact' | 'full';
|
|
3421
|
+
/**
|
|
3422
|
+
* The mode determines the platform behaviors of the component.
|
|
2899
3423
|
*/
|
|
2900
3424
|
"mode"?: "ios" | "md";
|
|
2901
3425
|
/**
|
|
@@ -2903,7 +3427,15 @@ export namespace Components {
|
|
|
2903
3427
|
*/
|
|
2904
3428
|
"selectedTab"?: string;
|
|
2905
3429
|
/**
|
|
2906
|
-
*
|
|
3430
|
+
* Set to `"soft"` for a tab bar with slightly rounded corners, `"round"` for a tab bar with fully rounded corners, or `"rectangular"` for a tab bar without rounded corners. Defaults to `"round"` for the `"ionic"` theme, undefined for all other themes.
|
|
3431
|
+
*/
|
|
3432
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3433
|
+
/**
|
|
3434
|
+
* The theme determines the visual appearance of the component.
|
|
3435
|
+
*/
|
|
3436
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3437
|
+
/**
|
|
3438
|
+
* If `true`, the tab bar will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
2907
3439
|
*/
|
|
2908
3440
|
"translucent": boolean;
|
|
2909
3441
|
}
|
|
@@ -2925,7 +3457,7 @@ export namespace Components {
|
|
|
2925
3457
|
*/
|
|
2926
3458
|
"layout"?: TabButtonLayout;
|
|
2927
3459
|
/**
|
|
2928
|
-
* The mode determines
|
|
3460
|
+
* The mode determines the platform behaviors of the component.
|
|
2929
3461
|
*/
|
|
2930
3462
|
"mode"?: "ios" | "md";
|
|
2931
3463
|
/**
|
|
@@ -2944,6 +3476,10 @@ export namespace Components {
|
|
|
2944
3476
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
2945
3477
|
*/
|
|
2946
3478
|
"target": string | undefined;
|
|
3479
|
+
/**
|
|
3480
|
+
* The theme determines the visual appearance of the component.
|
|
3481
|
+
*/
|
|
3482
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2947
3483
|
}
|
|
2948
3484
|
interface IonTabs {
|
|
2949
3485
|
"getRouteId": () => Promise<RouteID | undefined>;
|
|
@@ -2956,12 +3492,20 @@ export namespace Components {
|
|
|
2956
3492
|
* @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
|
|
2957
3493
|
*/
|
|
2958
3494
|
"getTab": (tab: string | HTMLIonTabElement) => Promise<HTMLIonTabElement | undefined>;
|
|
3495
|
+
/**
|
|
3496
|
+
* The mode determines the platform behaviors of the component.
|
|
3497
|
+
*/
|
|
3498
|
+
"mode"?: "ios" | "md";
|
|
2959
3499
|
/**
|
|
2960
3500
|
* Select a tab by the value of its `tab` property or an element reference. This method is only available for vanilla JavaScript projects. The Angular, React, and Vue implementations of tabs are coupled to each framework's router.
|
|
2961
3501
|
* @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
|
|
2962
3502
|
*/
|
|
2963
3503
|
"select": (tab: string | HTMLIonTabElement) => Promise<boolean>;
|
|
2964
3504
|
"setRouteId": (id: string) => Promise<RouteWrite>;
|
|
3505
|
+
/**
|
|
3506
|
+
* The theme determines the visual appearance of the component.
|
|
3507
|
+
*/
|
|
3508
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2965
3509
|
"useRouter": boolean;
|
|
2966
3510
|
}
|
|
2967
3511
|
interface IonText {
|
|
@@ -2970,9 +3514,13 @@ export namespace Components {
|
|
|
2970
3514
|
*/
|
|
2971
3515
|
"color"?: Color;
|
|
2972
3516
|
/**
|
|
2973
|
-
* The mode determines
|
|
3517
|
+
* The mode determines the platform behaviors of the component.
|
|
2974
3518
|
*/
|
|
2975
3519
|
"mode"?: "ios" | "md";
|
|
3520
|
+
/**
|
|
3521
|
+
* The theme determines the visual appearance of the component.
|
|
3522
|
+
*/
|
|
3523
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2976
3524
|
}
|
|
2977
3525
|
interface IonTextarea {
|
|
2978
3526
|
/**
|
|
@@ -3024,7 +3572,7 @@ export namespace Components {
|
|
|
3024
3572
|
*/
|
|
3025
3573
|
"errorText"?: string;
|
|
3026
3574
|
/**
|
|
3027
|
-
* The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available
|
|
3575
|
+
* The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available when the theme is `"md"`.
|
|
3028
3576
|
*/
|
|
3029
3577
|
"fill"?: 'outline' | 'solid';
|
|
3030
3578
|
/**
|
|
@@ -3056,7 +3604,7 @@ export namespace Components {
|
|
|
3056
3604
|
*/
|
|
3057
3605
|
"minlength"?: number;
|
|
3058
3606
|
/**
|
|
3059
|
-
* The mode determines
|
|
3607
|
+
* The mode determines the platform behaviors of the component.
|
|
3060
3608
|
*/
|
|
3061
3609
|
"mode"?: "ios" | "md";
|
|
3062
3610
|
/**
|
|
@@ -3084,13 +3632,21 @@ export namespace Components {
|
|
|
3084
3632
|
*/
|
|
3085
3633
|
"setFocus": () => Promise<void>;
|
|
3086
3634
|
/**
|
|
3087
|
-
*
|
|
3635
|
+
* Set to `"soft"` for a textarea with slightly rounded corners, `"round"` for a textarea with fully rounded corners, or `"rectangular"` for a textarea without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
|
|
3088
3636
|
*/
|
|
3089
|
-
"shape"?: 'round';
|
|
3637
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3638
|
+
/**
|
|
3639
|
+
* The size of the textarea. If "large" it will increase the height of the textarea, while "small" and "medium" provide progressively smaller heights. The default size is "medium". This property only applies to the `"ionic"` theme.
|
|
3640
|
+
*/
|
|
3641
|
+
"size"?: 'small' | 'medium' | 'large';
|
|
3090
3642
|
/**
|
|
3091
3643
|
* If `true`, the element will have its spelling and grammar checked.
|
|
3092
3644
|
*/
|
|
3093
3645
|
"spellcheck": boolean;
|
|
3646
|
+
/**
|
|
3647
|
+
* The theme determines the visual appearance of the component.
|
|
3648
|
+
*/
|
|
3649
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3094
3650
|
/**
|
|
3095
3651
|
* The value of the textarea.
|
|
3096
3652
|
*/
|
|
@@ -3101,16 +3657,32 @@ export namespace Components {
|
|
|
3101
3657
|
"wrap"?: 'hard' | 'soft' | 'off';
|
|
3102
3658
|
}
|
|
3103
3659
|
interface IonThumbnail {
|
|
3660
|
+
/**
|
|
3661
|
+
* The mode determines the platform behaviors of the component.
|
|
3662
|
+
*/
|
|
3663
|
+
"mode"?: "ios" | "md";
|
|
3664
|
+
/**
|
|
3665
|
+
* The theme determines the visual appearance of the component.
|
|
3666
|
+
*/
|
|
3667
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3104
3668
|
}
|
|
3105
3669
|
interface IonTitle {
|
|
3106
3670
|
/**
|
|
3107
3671
|
* 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).
|
|
3108
3672
|
*/
|
|
3109
3673
|
"color"?: Color;
|
|
3674
|
+
/**
|
|
3675
|
+
* The mode determines the platform behaviors of the component.
|
|
3676
|
+
*/
|
|
3677
|
+
"mode"?: "ios" | "md";
|
|
3110
3678
|
/**
|
|
3111
3679
|
* The size of the toolbar title.
|
|
3112
3680
|
*/
|
|
3113
3681
|
"size"?: 'large' | 'small';
|
|
3682
|
+
/**
|
|
3683
|
+
* The theme determines the visual appearance of the component.
|
|
3684
|
+
*/
|
|
3685
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3114
3686
|
}
|
|
3115
3687
|
interface IonToast {
|
|
3116
3688
|
/**
|
|
@@ -3178,7 +3750,7 @@ export namespace Components {
|
|
|
3178
3750
|
*/
|
|
3179
3751
|
"message"?: string | IonicSafeString;
|
|
3180
3752
|
/**
|
|
3181
|
-
* The mode determines
|
|
3753
|
+
* The mode determines the platform behaviors of the component.
|
|
3182
3754
|
*/
|
|
3183
3755
|
"mode"?: "ios" | "md";
|
|
3184
3756
|
/**
|
|
@@ -3202,12 +3774,20 @@ export namespace Components {
|
|
|
3202
3774
|
* Present the toast overlay after it has been created.
|
|
3203
3775
|
*/
|
|
3204
3776
|
"present": () => Promise<void>;
|
|
3777
|
+
/**
|
|
3778
|
+
* Set to `"soft"` for a toast with slightly rounded corners, `"round"` for a toast with fully rounded corners, or `"rectangular"` for a toast without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
|
|
3779
|
+
*/
|
|
3780
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3205
3781
|
/**
|
|
3206
3782
|
* If set to 'vertical', the Toast can be dismissed with a swipe gesture. The swipe direction is determined by the value of the `position` property: `top`: The Toast can be swiped up to dismiss. `bottom`: The Toast can be swiped down to dismiss. `middle`: The Toast can be swiped up or down to dismiss.
|
|
3207
3783
|
*/
|
|
3208
3784
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
3209
3785
|
/**
|
|
3210
|
-
*
|
|
3786
|
+
* The theme determines the visual appearance of the component.
|
|
3787
|
+
*/
|
|
3788
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3789
|
+
/**
|
|
3790
|
+
* If `true`, the toast will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
3211
3791
|
*/
|
|
3212
3792
|
"translucent": boolean;
|
|
3213
3793
|
/**
|
|
@@ -3245,13 +3825,17 @@ export namespace Components {
|
|
|
3245
3825
|
*/
|
|
3246
3826
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
3247
3827
|
/**
|
|
3248
|
-
* The mode determines
|
|
3828
|
+
* The mode determines the platform behaviors of the component.
|
|
3249
3829
|
*/
|
|
3250
3830
|
"mode"?: "ios" | "md";
|
|
3251
3831
|
/**
|
|
3252
3832
|
* The name of the control, which is submitted with the form data.
|
|
3253
3833
|
*/
|
|
3254
3834
|
"name": string;
|
|
3835
|
+
/**
|
|
3836
|
+
* The theme determines the visual appearance of the component.
|
|
3837
|
+
*/
|
|
3838
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3255
3839
|
/**
|
|
3256
3840
|
* 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>`.
|
|
3257
3841
|
*/
|
|
@@ -3263,9 +3847,13 @@ export namespace Components {
|
|
|
3263
3847
|
*/
|
|
3264
3848
|
"color"?: Color;
|
|
3265
3849
|
/**
|
|
3266
|
-
* The mode determines
|
|
3850
|
+
* The mode determines the platform behaviors of the component.
|
|
3267
3851
|
*/
|
|
3268
3852
|
"mode"?: "ios" | "md";
|
|
3853
|
+
/**
|
|
3854
|
+
* The theme determines the visual appearance of the component.
|
|
3855
|
+
*/
|
|
3856
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3269
3857
|
}
|
|
3270
3858
|
}
|
|
3271
3859
|
export interface IonAccordionGroupCustomEvent<T> extends CustomEvent<T> {
|
|
@@ -4747,13 +5335,17 @@ declare namespace LocalJSX {
|
|
|
4747
5335
|
*/
|
|
4748
5336
|
"disabled"?: boolean;
|
|
4749
5337
|
/**
|
|
4750
|
-
* The mode determines
|
|
5338
|
+
* The mode determines the platform behaviors of the component.
|
|
4751
5339
|
*/
|
|
4752
5340
|
"mode"?: "ios" | "md";
|
|
4753
5341
|
/**
|
|
4754
5342
|
* If `true`, the accordion cannot be interacted with, but does not alter the opacity.
|
|
4755
5343
|
*/
|
|
4756
5344
|
"readonly"?: boolean;
|
|
5345
|
+
/**
|
|
5346
|
+
* The theme determines the visual appearance of the component.
|
|
5347
|
+
*/
|
|
5348
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
4757
5349
|
/**
|
|
4758
5350
|
* The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
|
|
4759
5351
|
*/
|
|
@@ -4781,7 +5373,7 @@ declare namespace LocalJSX {
|
|
|
4781
5373
|
*/
|
|
4782
5374
|
"expand"?: 'compact' | 'inset';
|
|
4783
5375
|
/**
|
|
4784
|
-
* The mode determines
|
|
5376
|
+
* The mode determines the platform behaviors of the component.
|
|
4785
5377
|
*/
|
|
4786
5378
|
"mode"?: "ios" | "md";
|
|
4787
5379
|
/**
|
|
@@ -4796,6 +5388,10 @@ declare namespace LocalJSX {
|
|
|
4796
5388
|
* If `true`, the accordion group cannot be interacted with, but does not alter the opacity.
|
|
4797
5389
|
*/
|
|
4798
5390
|
"readonly"?: boolean;
|
|
5391
|
+
/**
|
|
5392
|
+
* The theme determines the visual appearance of the component.
|
|
5393
|
+
*/
|
|
5394
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
4799
5395
|
/**
|
|
4800
5396
|
* The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
|
|
4801
5397
|
*/
|
|
@@ -4843,7 +5439,7 @@ declare namespace LocalJSX {
|
|
|
4843
5439
|
*/
|
|
4844
5440
|
"leaveAnimation"?: AnimationBuilder;
|
|
4845
5441
|
/**
|
|
4846
|
-
* The mode determines
|
|
5442
|
+
* The mode determines the platform behaviors of the component.
|
|
4847
5443
|
*/
|
|
4848
5444
|
"mode"?: "ios" | "md";
|
|
4849
5445
|
/**
|
|
@@ -4883,7 +5479,11 @@ declare namespace LocalJSX {
|
|
|
4883
5479
|
*/
|
|
4884
5480
|
"subHeader"?: string;
|
|
4885
5481
|
/**
|
|
4886
|
-
*
|
|
5482
|
+
* The theme determines the visual appearance of the component.
|
|
5483
|
+
*/
|
|
5484
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5485
|
+
/**
|
|
5486
|
+
* If `true`, the action sheet will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
4887
5487
|
*/
|
|
4888
5488
|
"translucent"?: boolean;
|
|
4889
5489
|
/**
|
|
@@ -4941,7 +5541,7 @@ declare namespace LocalJSX {
|
|
|
4941
5541
|
*/
|
|
4942
5542
|
"message"?: string | IonicSafeString;
|
|
4943
5543
|
/**
|
|
4944
|
-
* The mode determines
|
|
5544
|
+
* The mode determines the platform behaviors of the component.
|
|
4945
5545
|
*/
|
|
4946
5546
|
"mode"?: "ios" | "md";
|
|
4947
5547
|
/**
|
|
@@ -4981,7 +5581,11 @@ declare namespace LocalJSX {
|
|
|
4981
5581
|
*/
|
|
4982
5582
|
"subHeader"?: string;
|
|
4983
5583
|
/**
|
|
4984
|
-
*
|
|
5584
|
+
* The theme determines the visual appearance of the component.
|
|
5585
|
+
*/
|
|
5586
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5587
|
+
/**
|
|
5588
|
+
* If `true`, the alert will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
4985
5589
|
*/
|
|
4986
5590
|
"translucent"?: boolean;
|
|
4987
5591
|
/**
|
|
@@ -4990,8 +5594,32 @@ declare namespace LocalJSX {
|
|
|
4990
5594
|
"trigger"?: string | undefined;
|
|
4991
5595
|
}
|
|
4992
5596
|
interface IonApp {
|
|
5597
|
+
/**
|
|
5598
|
+
* The mode determines the platform behaviors of the component.
|
|
5599
|
+
*/
|
|
5600
|
+
"mode"?: "ios" | "md";
|
|
5601
|
+
/**
|
|
5602
|
+
* The theme determines the visual appearance of the component.
|
|
5603
|
+
*/
|
|
5604
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
4993
5605
|
}
|
|
4994
5606
|
interface IonAvatar {
|
|
5607
|
+
/**
|
|
5608
|
+
* The mode determines the platform behaviors of the component.
|
|
5609
|
+
*/
|
|
5610
|
+
"mode"?: "ios" | "md";
|
|
5611
|
+
/**
|
|
5612
|
+
* Set to `"soft"` for an avatar with slightly rounded corners, `"round"` for an avatar with fully rounded corners, or `"rectangular"` for an avatar without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
|
|
5613
|
+
*/
|
|
5614
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5615
|
+
/**
|
|
5616
|
+
* Set to `"xxsmall"` for the smallest size. Set to `"xsmall"` for a very small size. Set to `"small"` for a compact size. Set to `"medium"` for the default height and width. Set to `"large"` for a larger size. Set to `"xlarge"` for the largest dimensions. Defaults to `"medium"` for the `ionic` theme, undefined for all other themes.
|
|
5617
|
+
*/
|
|
5618
|
+
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
5619
|
+
/**
|
|
5620
|
+
* The theme determines the visual appearance of the component.
|
|
5621
|
+
*/
|
|
5622
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
4995
5623
|
}
|
|
4996
5624
|
interface IonBackButton {
|
|
4997
5625
|
/**
|
|
@@ -5011,7 +5639,7 @@ declare namespace LocalJSX {
|
|
|
5011
5639
|
*/
|
|
5012
5640
|
"icon"?: string | null;
|
|
5013
5641
|
/**
|
|
5014
|
-
* The mode determines
|
|
5642
|
+
* The mode determines the platform behaviors of the component.
|
|
5015
5643
|
*/
|
|
5016
5644
|
"mode"?: "ios" | "md";
|
|
5017
5645
|
/**
|
|
@@ -5022,12 +5650,20 @@ declare namespace LocalJSX {
|
|
|
5022
5650
|
* The text to display in the back button.
|
|
5023
5651
|
*/
|
|
5024
5652
|
"text"?: string | null;
|
|
5653
|
+
/**
|
|
5654
|
+
* The theme determines the visual appearance of the component.
|
|
5655
|
+
*/
|
|
5656
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5025
5657
|
/**
|
|
5026
5658
|
* The type of the button.
|
|
5027
5659
|
*/
|
|
5028
5660
|
"type"?: 'submit' | 'reset' | 'button';
|
|
5029
5661
|
}
|
|
5030
5662
|
interface IonBackdrop {
|
|
5663
|
+
/**
|
|
5664
|
+
* The mode determines the platform behaviors of the component.
|
|
5665
|
+
*/
|
|
5666
|
+
"mode"?: "ios" | "md";
|
|
5031
5667
|
/**
|
|
5032
5668
|
* Emitted when the backdrop is tapped.
|
|
5033
5669
|
*/
|
|
@@ -5040,6 +5676,10 @@ declare namespace LocalJSX {
|
|
|
5040
5676
|
* If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.
|
|
5041
5677
|
*/
|
|
5042
5678
|
"tappable"?: boolean;
|
|
5679
|
+
/**
|
|
5680
|
+
* The theme determines the visual appearance of the component.
|
|
5681
|
+
*/
|
|
5682
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5043
5683
|
/**
|
|
5044
5684
|
* If `true`, the backdrop will be visible.
|
|
5045
5685
|
*/
|
|
@@ -5051,9 +5691,21 @@ declare namespace LocalJSX {
|
|
|
5051
5691
|
*/
|
|
5052
5692
|
"color"?: Color;
|
|
5053
5693
|
/**
|
|
5054
|
-
* The mode determines
|
|
5694
|
+
* The mode determines the platform behaviors of the component.
|
|
5055
5695
|
*/
|
|
5056
5696
|
"mode"?: "ios" | "md";
|
|
5697
|
+
/**
|
|
5698
|
+
* Set to `"rectangular"` for non-rounded corners. Set to `"soft"` for slightly rounded corners. Set to `"round"` for fully rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
|
|
5699
|
+
*/
|
|
5700
|
+
"shape"?: 'soft' | 'round | rectangular';
|
|
5701
|
+
/**
|
|
5702
|
+
* Set to `"xxsmall"` for the smallest badge. Set to "xsmall" for a very small badge. Set to `"small"` for a small badge. Set to "medium" for a medium badge. Set to "large" for a large badge. Set to `"xlarge"` for the largest badge. Defaults to `"small"` for the `ionic` theme, undefined for all other themes.
|
|
5703
|
+
*/
|
|
5704
|
+
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
5705
|
+
/**
|
|
5706
|
+
* The theme determines the visual appearance of the component.
|
|
5707
|
+
*/
|
|
5708
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5057
5709
|
}
|
|
5058
5710
|
interface IonBreadcrumb {
|
|
5059
5711
|
/**
|
|
@@ -5077,7 +5729,7 @@ declare namespace LocalJSX {
|
|
|
5077
5729
|
*/
|
|
5078
5730
|
"href"?: string | undefined;
|
|
5079
5731
|
/**
|
|
5080
|
-
* The mode determines
|
|
5732
|
+
* The mode determines the platform behaviors of the component.
|
|
5081
5733
|
*/
|
|
5082
5734
|
"mode"?: "ios" | "md";
|
|
5083
5735
|
/**
|
|
@@ -5108,6 +5760,10 @@ declare namespace LocalJSX {
|
|
|
5108
5760
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
5109
5761
|
*/
|
|
5110
5762
|
"target"?: string | undefined;
|
|
5763
|
+
/**
|
|
5764
|
+
* The theme determines the visual appearance of the component.
|
|
5765
|
+
*/
|
|
5766
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5111
5767
|
}
|
|
5112
5768
|
interface IonBreadcrumbs {
|
|
5113
5769
|
/**
|
|
@@ -5127,13 +5783,17 @@ declare namespace LocalJSX {
|
|
|
5127
5783
|
*/
|
|
5128
5784
|
"maxItems"?: number;
|
|
5129
5785
|
/**
|
|
5130
|
-
* The mode determines
|
|
5786
|
+
* The mode determines the platform behaviors of the component.
|
|
5131
5787
|
*/
|
|
5132
5788
|
"mode"?: "ios" | "md";
|
|
5133
5789
|
/**
|
|
5134
5790
|
* Emitted when the collapsed indicator is clicked on.
|
|
5135
5791
|
*/
|
|
5136
5792
|
"onIonCollapsedClick"?: (event: IonBreadcrumbsCustomEvent<BreadcrumbCollapsedClickEventDetail>) => void;
|
|
5793
|
+
/**
|
|
5794
|
+
* The theme determines the visual appearance of the component.
|
|
5795
|
+
*/
|
|
5796
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5137
5797
|
}
|
|
5138
5798
|
interface IonButton {
|
|
5139
5799
|
/**
|
|
@@ -5169,7 +5829,7 @@ declare namespace LocalJSX {
|
|
|
5169
5829
|
*/
|
|
5170
5830
|
"href"?: string | undefined;
|
|
5171
5831
|
/**
|
|
5172
|
-
* The mode determines
|
|
5832
|
+
* The mode determines the platform behaviors of the component.
|
|
5173
5833
|
*/
|
|
5174
5834
|
"mode"?: "ios" | "md";
|
|
5175
5835
|
/**
|
|
@@ -5193,13 +5853,13 @@ declare namespace LocalJSX {
|
|
|
5193
5853
|
*/
|
|
5194
5854
|
"routerDirection"?: RouterDirection;
|
|
5195
5855
|
/**
|
|
5196
|
-
* Set to `"round"` for a button with
|
|
5856
|
+
* Set to `"soft"` for a button with slightly rounded corners, `"round"` for a button with fully rounded corners, or `"rectangular"` for a button without rounded corners. Defaults to `"soft"` for the `"ios"` theme and `"round"` for all other themes.
|
|
5197
5857
|
*/
|
|
5198
|
-
"shape"?: 'round';
|
|
5858
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5199
5859
|
/**
|
|
5200
5860
|
* Set to `"small"` for a button with less height and padding, to `"default"` for a button with the default height and padding, or to `"large"` for a button with more height and padding. By default the size is unset, unless the button is inside of an item, where the size is `"small"` by default. Set the size to `"default"` inside of an item to make it a standard size button.
|
|
5201
5861
|
*/
|
|
5202
|
-
"size"?: 'small' | 'default' | 'large';
|
|
5862
|
+
"size"?: 'xsmall' | 'small' | 'default' | 'large' | 'xlarge';
|
|
5203
5863
|
/**
|
|
5204
5864
|
* If `true`, activates a button with a heavier font weight.
|
|
5205
5865
|
*/
|
|
@@ -5208,6 +5868,10 @@ declare namespace LocalJSX {
|
|
|
5208
5868
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
5209
5869
|
*/
|
|
5210
5870
|
"target"?: string | undefined;
|
|
5871
|
+
/**
|
|
5872
|
+
* The theme determines the visual appearance of the component.
|
|
5873
|
+
*/
|
|
5874
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5211
5875
|
/**
|
|
5212
5876
|
* The type of the button.
|
|
5213
5877
|
*/
|
|
@@ -5215,9 +5879,17 @@ declare namespace LocalJSX {
|
|
|
5215
5879
|
}
|
|
5216
5880
|
interface IonButtons {
|
|
5217
5881
|
/**
|
|
5218
|
-
* 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`
|
|
5882
|
+
* 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 the `ios` theme with `collapse` set to `true` on `ion-header`. Typically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)
|
|
5219
5883
|
*/
|
|
5220
5884
|
"collapse"?: boolean;
|
|
5885
|
+
/**
|
|
5886
|
+
* The mode determines the platform behaviors of the component.
|
|
5887
|
+
*/
|
|
5888
|
+
"mode"?: "ios" | "md";
|
|
5889
|
+
/**
|
|
5890
|
+
* The theme determines the visual appearance of the component.
|
|
5891
|
+
*/
|
|
5892
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5221
5893
|
}
|
|
5222
5894
|
interface IonCard {
|
|
5223
5895
|
/**
|
|
@@ -5241,7 +5913,7 @@ declare namespace LocalJSX {
|
|
|
5241
5913
|
*/
|
|
5242
5914
|
"href"?: string | undefined;
|
|
5243
5915
|
/**
|
|
5244
|
-
* The mode determines
|
|
5916
|
+
* The mode determines the platform behaviors of the component.
|
|
5245
5917
|
*/
|
|
5246
5918
|
"mode"?: "ios" | "md";
|
|
5247
5919
|
/**
|
|
@@ -5256,10 +5928,18 @@ declare namespace LocalJSX {
|
|
|
5256
5928
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
5257
5929
|
*/
|
|
5258
5930
|
"routerDirection"?: RouterDirection;
|
|
5931
|
+
/**
|
|
5932
|
+
* Set to `"soft"` for a card with slightly rounded corners, `"round"` for a card with more rounded corners, or `"rectangular"` for a card without rounded corners. Defaults to `"round"`.
|
|
5933
|
+
*/
|
|
5934
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5259
5935
|
/**
|
|
5260
5936
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
5261
5937
|
*/
|
|
5262
5938
|
"target"?: string | undefined;
|
|
5939
|
+
/**
|
|
5940
|
+
* The theme determines the visual appearance of the component.
|
|
5941
|
+
*/
|
|
5942
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5263
5943
|
/**
|
|
5264
5944
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
5265
5945
|
*/
|
|
@@ -5267,9 +5947,13 @@ declare namespace LocalJSX {
|
|
|
5267
5947
|
}
|
|
5268
5948
|
interface IonCardContent {
|
|
5269
5949
|
/**
|
|
5270
|
-
* The mode determines
|
|
5950
|
+
* The mode determines the platform behaviors of the component.
|
|
5271
5951
|
*/
|
|
5272
5952
|
"mode"?: "ios" | "md";
|
|
5953
|
+
/**
|
|
5954
|
+
* The theme determines the visual appearance of the component.
|
|
5955
|
+
*/
|
|
5956
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5273
5957
|
}
|
|
5274
5958
|
interface IonCardHeader {
|
|
5275
5959
|
/**
|
|
@@ -5277,11 +5961,15 @@ declare namespace LocalJSX {
|
|
|
5277
5961
|
*/
|
|
5278
5962
|
"color"?: Color;
|
|
5279
5963
|
/**
|
|
5280
|
-
* The mode determines
|
|
5964
|
+
* The mode determines the platform behaviors of the component.
|
|
5281
5965
|
*/
|
|
5282
5966
|
"mode"?: "ios" | "md";
|
|
5283
5967
|
/**
|
|
5284
|
-
*
|
|
5968
|
+
* The theme determines the visual appearance of the component.
|
|
5969
|
+
*/
|
|
5970
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5971
|
+
/**
|
|
5972
|
+
* If `true`, the card header will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
5285
5973
|
*/
|
|
5286
5974
|
"translucent"?: boolean;
|
|
5287
5975
|
}
|
|
@@ -5291,9 +5979,13 @@ declare namespace LocalJSX {
|
|
|
5291
5979
|
*/
|
|
5292
5980
|
"color"?: Color;
|
|
5293
5981
|
/**
|
|
5294
|
-
* The mode determines
|
|
5982
|
+
* The mode determines the platform behaviors of the component.
|
|
5295
5983
|
*/
|
|
5296
5984
|
"mode"?: "ios" | "md";
|
|
5985
|
+
/**
|
|
5986
|
+
* The theme determines the visual appearance of the component.
|
|
5987
|
+
*/
|
|
5988
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5297
5989
|
}
|
|
5298
5990
|
interface IonCardTitle {
|
|
5299
5991
|
/**
|
|
@@ -5301,9 +5993,13 @@ declare namespace LocalJSX {
|
|
|
5301
5993
|
*/
|
|
5302
5994
|
"color"?: Color;
|
|
5303
5995
|
/**
|
|
5304
|
-
* The mode determines
|
|
5996
|
+
* The mode determines the platform behaviors of the component.
|
|
5305
5997
|
*/
|
|
5306
5998
|
"mode"?: "ios" | "md";
|
|
5999
|
+
/**
|
|
6000
|
+
* The theme determines the visual appearance of the component.
|
|
6001
|
+
*/
|
|
6002
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5307
6003
|
}
|
|
5308
6004
|
interface IonCheckbox {
|
|
5309
6005
|
/**
|
|
@@ -5335,7 +6031,7 @@ declare namespace LocalJSX {
|
|
|
5335
6031
|
*/
|
|
5336
6032
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
5337
6033
|
/**
|
|
5338
|
-
* The mode determines
|
|
6034
|
+
* The mode determines the platform behaviors of the component.
|
|
5339
6035
|
*/
|
|
5340
6036
|
"mode"?: "ios" | "md";
|
|
5341
6037
|
/**
|
|
@@ -5347,13 +6043,25 @@ declare namespace LocalJSX {
|
|
|
5347
6043
|
*/
|
|
5348
6044
|
"onIonBlur"?: (event: IonCheckboxCustomEvent<void>) => void;
|
|
5349
6045
|
/**
|
|
5350
|
-
* Emitted when the checked property has changed as a result of a user action such as a click.
|
|
6046
|
+
* Emitted when the checked property has changed as a result of a user action such as a click. This event will not emit when programmatically setting the `checked` property.
|
|
5351
6047
|
*/
|
|
5352
6048
|
"onIonChange"?: (event: IonCheckboxCustomEvent<CheckboxChangeEventDetail>) => void;
|
|
5353
6049
|
/**
|
|
5354
6050
|
* Emitted when the checkbox has focus.
|
|
5355
6051
|
*/
|
|
5356
6052
|
"onIonFocus"?: (event: IonCheckboxCustomEvent<void>) => void;
|
|
6053
|
+
/**
|
|
6054
|
+
* Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
|
|
6055
|
+
*/
|
|
6056
|
+
"shape"?: 'soft' | 'rectangular';
|
|
6057
|
+
/**
|
|
6058
|
+
* Set to `"small"` for a checkbox with less height and padding.
|
|
6059
|
+
*/
|
|
6060
|
+
"size"?: 'small';
|
|
6061
|
+
/**
|
|
6062
|
+
* The theme determines the visual appearance of the component.
|
|
6063
|
+
*/
|
|
6064
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5357
6065
|
/**
|
|
5358
6066
|
* 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>`.
|
|
5359
6067
|
*/
|
|
@@ -5369,15 +6077,31 @@ declare namespace LocalJSX {
|
|
|
5369
6077
|
*/
|
|
5370
6078
|
"disabled"?: boolean;
|
|
5371
6079
|
/**
|
|
5372
|
-
* The mode determines
|
|
6080
|
+
* The mode determines the platform behaviors of the component.
|
|
5373
6081
|
*/
|
|
5374
6082
|
"mode"?: "ios" | "md";
|
|
5375
6083
|
/**
|
|
5376
6084
|
* Display an outline style button.
|
|
5377
6085
|
*/
|
|
5378
6086
|
"outline"?: boolean;
|
|
6087
|
+
/**
|
|
6088
|
+
* Set to `"soft"` for a chip with slightly rounded corners, `"round"` for a chip with fully rounded corners, or `"rectangular"` for a chip without rounded corners. Defaults to `"round"` for the `"ionic"` theme and `"soft"` for all other themes.
|
|
6089
|
+
*/
|
|
6090
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6091
|
+
/**
|
|
6092
|
+
* Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
|
|
6093
|
+
*/
|
|
6094
|
+
"size"?: 'small' | 'large';
|
|
6095
|
+
/**
|
|
6096
|
+
* The theme determines the visual appearance of the component.
|
|
6097
|
+
*/
|
|
6098
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5379
6099
|
}
|
|
5380
6100
|
interface IonCol {
|
|
6101
|
+
/**
|
|
6102
|
+
* The mode determines the platform behaviors of the component.
|
|
6103
|
+
*/
|
|
6104
|
+
"mode"?: "ios" | "md";
|
|
5381
6105
|
/**
|
|
5382
6106
|
* The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
|
|
5383
6107
|
*/
|
|
@@ -5474,6 +6198,10 @@ declare namespace LocalJSX {
|
|
|
5474
6198
|
* The size of the column for xs screens, in terms of how many columns it should take up out of the total available. If `"auto"` is passed, the column will be the size of its content.
|
|
5475
6199
|
*/
|
|
5476
6200
|
"sizeXs"?: string;
|
|
6201
|
+
/**
|
|
6202
|
+
* The theme determines the visual appearance of the component.
|
|
6203
|
+
*/
|
|
6204
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5477
6205
|
}
|
|
5478
6206
|
interface IonContent {
|
|
5479
6207
|
/**
|
|
@@ -5492,6 +6220,10 @@ declare namespace LocalJSX {
|
|
|
5492
6220
|
* If `true`, the content will scroll behind the headers and footers. This effect can easily be seen by setting the toolbar to transparent.
|
|
5493
6221
|
*/
|
|
5494
6222
|
"fullscreen"?: boolean;
|
|
6223
|
+
/**
|
|
6224
|
+
* The mode determines the platform behaviors of the component.
|
|
6225
|
+
*/
|
|
6226
|
+
"mode"?: "ios" | "md";
|
|
5495
6227
|
/**
|
|
5496
6228
|
* Emitted while scrolling. This event is disabled by default. Set `scrollEvents` to `true` to enable.
|
|
5497
6229
|
*/
|
|
@@ -5516,6 +6248,10 @@ declare namespace LocalJSX {
|
|
|
5516
6248
|
* If you want to disable the content scrolling in the Y axis, set this property to `false`.
|
|
5517
6249
|
*/
|
|
5518
6250
|
"scrollY"?: boolean;
|
|
6251
|
+
/**
|
|
6252
|
+
* The theme determines the visual appearance of the component.
|
|
6253
|
+
*/
|
|
6254
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5519
6255
|
}
|
|
5520
6256
|
interface IonDatetime {
|
|
5521
6257
|
/**
|
|
@@ -5583,7 +6319,7 @@ declare namespace LocalJSX {
|
|
|
5583
6319
|
*/
|
|
5584
6320
|
"minuteValues"?: number[] | number | string;
|
|
5585
6321
|
/**
|
|
5586
|
-
* The mode determines
|
|
6322
|
+
* The mode determines the platform behaviors of the component.
|
|
5587
6323
|
*/
|
|
5588
6324
|
"mode"?: "ios" | "md";
|
|
5589
6325
|
/**
|
|
@@ -5646,6 +6382,10 @@ declare namespace LocalJSX {
|
|
|
5646
6382
|
* 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.
|
|
5647
6383
|
*/
|
|
5648
6384
|
"size"?: 'cover' | 'fixed';
|
|
6385
|
+
/**
|
|
6386
|
+
* The theme determines the visual appearance of the component.
|
|
6387
|
+
*/
|
|
6388
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5649
6389
|
/**
|
|
5650
6390
|
* A callback used to format the header text that shows how many dates are selected. Only used if there are 0 or more than 1 selected (i.e. unused for exactly 1). By default, the header text is set to "numberOfDates days". See https://ionicframework.com/docs/troubleshooting/runtime#accessing-this if you need to access `this` from within the callback.
|
|
5651
6391
|
*/
|
|
@@ -5673,9 +6413,13 @@ declare namespace LocalJSX {
|
|
|
5673
6413
|
*/
|
|
5674
6414
|
"disabled"?: boolean;
|
|
5675
6415
|
/**
|
|
5676
|
-
* The mode determines
|
|
6416
|
+
* The mode determines the platform behaviors of the component.
|
|
5677
6417
|
*/
|
|
5678
6418
|
"mode"?: "ios" | "md";
|
|
6419
|
+
/**
|
|
6420
|
+
* The theme determines the visual appearance of the component.
|
|
6421
|
+
*/
|
|
6422
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5679
6423
|
}
|
|
5680
6424
|
interface IonFab {
|
|
5681
6425
|
/**
|
|
@@ -5690,6 +6434,14 @@ declare namespace LocalJSX {
|
|
|
5690
6434
|
* Where to align the fab horizontally in the viewport.
|
|
5691
6435
|
*/
|
|
5692
6436
|
"horizontal"?: 'start' | 'end' | 'center';
|
|
6437
|
+
/**
|
|
6438
|
+
* The mode determines the platform behaviors of the component.
|
|
6439
|
+
*/
|
|
6440
|
+
"mode"?: "ios" | "md";
|
|
6441
|
+
/**
|
|
6442
|
+
* The theme determines the visual appearance of the component.
|
|
6443
|
+
*/
|
|
6444
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5693
6445
|
/**
|
|
5694
6446
|
* Where to align the fab vertically in the viewport.
|
|
5695
6447
|
*/
|
|
@@ -5721,7 +6473,7 @@ declare namespace LocalJSX {
|
|
|
5721
6473
|
*/
|
|
5722
6474
|
"href"?: string | undefined;
|
|
5723
6475
|
/**
|
|
5724
|
-
* The mode determines
|
|
6476
|
+
* The mode determines the platform behaviors of the component.
|
|
5725
6477
|
*/
|
|
5726
6478
|
"mode"?: "ios" | "md";
|
|
5727
6479
|
/**
|
|
@@ -5757,7 +6509,11 @@ declare namespace LocalJSX {
|
|
|
5757
6509
|
*/
|
|
5758
6510
|
"target"?: string | undefined;
|
|
5759
6511
|
/**
|
|
5760
|
-
*
|
|
6512
|
+
* The theme determines the visual appearance of the component.
|
|
6513
|
+
*/
|
|
6514
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6515
|
+
/**
|
|
6516
|
+
* If `true`, the fab button will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
5761
6517
|
*/
|
|
5762
6518
|
"translucent"?: boolean;
|
|
5763
6519
|
/**
|
|
@@ -5770,22 +6526,34 @@ declare namespace LocalJSX {
|
|
|
5770
6526
|
* If `true`, the fab list will show all fab buttons in the list.
|
|
5771
6527
|
*/
|
|
5772
6528
|
"activated"?: boolean;
|
|
6529
|
+
/**
|
|
6530
|
+
* The mode determines the platform behaviors of the component.
|
|
6531
|
+
*/
|
|
6532
|
+
"mode"?: "ios" | "md";
|
|
5773
6533
|
/**
|
|
5774
6534
|
* The side the fab list will show on relative to the main fab button.
|
|
5775
6535
|
*/
|
|
5776
6536
|
"side"?: 'start' | 'end' | 'top' | 'bottom';
|
|
6537
|
+
/**
|
|
6538
|
+
* The theme determines the visual appearance of the component.
|
|
6539
|
+
*/
|
|
6540
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5777
6541
|
}
|
|
5778
6542
|
interface IonFooter {
|
|
5779
6543
|
/**
|
|
5780
|
-
* Describes the scroll effect that will be applied to the footer. Only applies
|
|
6544
|
+
* Describes the scroll effect that will be applied to the footer. Only applies when the theme is `"ios"`.
|
|
5781
6545
|
*/
|
|
5782
6546
|
"collapse"?: 'fade';
|
|
5783
6547
|
/**
|
|
5784
|
-
* The mode determines
|
|
6548
|
+
* The mode determines the platform behaviors of the component.
|
|
5785
6549
|
*/
|
|
5786
6550
|
"mode"?: "ios" | "md";
|
|
5787
6551
|
/**
|
|
5788
|
-
*
|
|
6552
|
+
* The theme determines the visual appearance of the component.
|
|
6553
|
+
*/
|
|
6554
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6555
|
+
/**
|
|
6556
|
+
* If `true`, the footer will be translucent. Only applies when the theme 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.
|
|
5789
6557
|
*/
|
|
5790
6558
|
"translucent"?: boolean;
|
|
5791
6559
|
}
|
|
@@ -5794,18 +6562,34 @@ declare namespace LocalJSX {
|
|
|
5794
6562
|
* If `true`, the grid will have a fixed width based on the screen size.
|
|
5795
6563
|
*/
|
|
5796
6564
|
"fixed"?: boolean;
|
|
6565
|
+
/**
|
|
6566
|
+
* The mode determines the platform behaviors of the component.
|
|
6567
|
+
*/
|
|
6568
|
+
"mode"?: "ios" | "md";
|
|
6569
|
+
/**
|
|
6570
|
+
* The theme determines the visual appearance of the component.
|
|
6571
|
+
*/
|
|
6572
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5797
6573
|
}
|
|
5798
6574
|
interface IonHeader {
|
|
5799
6575
|
/**
|
|
5800
|
-
* Describes the scroll effect that will be applied to the header. Only applies
|
|
6576
|
+
* Describes the scroll effect that will be applied to the header. Only applies when the theme is `"ios"`. Typically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)
|
|
5801
6577
|
*/
|
|
5802
6578
|
"collapse"?: 'condense' | 'fade';
|
|
5803
6579
|
/**
|
|
5804
|
-
*
|
|
6580
|
+
* If `true`, the header will have a line at the bottom. TODO(ROU-10855): add support for this prop on ios/md themes
|
|
6581
|
+
*/
|
|
6582
|
+
"divider"?: boolean;
|
|
6583
|
+
/**
|
|
6584
|
+
* The mode determines the platform behaviors of the component.
|
|
5805
6585
|
*/
|
|
5806
6586
|
"mode"?: "ios" | "md";
|
|
5807
6587
|
/**
|
|
5808
|
-
*
|
|
6588
|
+
* The theme determines the visual appearance of the component.
|
|
6589
|
+
*/
|
|
6590
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6591
|
+
/**
|
|
6592
|
+
* If `true`, the header will be translucent. Only applies when the theme 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.
|
|
5809
6593
|
*/
|
|
5810
6594
|
"translucent"?: boolean;
|
|
5811
6595
|
}
|
|
@@ -5814,6 +6598,10 @@ declare namespace LocalJSX {
|
|
|
5814
6598
|
* This attribute defines the alternative text describing the image. Users will see this text displayed if the image URL is wrong, the image is not in one of the supported formats, or if the image is not yet downloaded.
|
|
5815
6599
|
*/
|
|
5816
6600
|
"alt"?: string;
|
|
6601
|
+
/**
|
|
6602
|
+
* The mode determines the platform behaviors of the component.
|
|
6603
|
+
*/
|
|
6604
|
+
"mode"?: "ios" | "md";
|
|
5817
6605
|
/**
|
|
5818
6606
|
* Emitted when the img fails to load
|
|
5819
6607
|
*/
|
|
@@ -5830,12 +6618,20 @@ declare namespace LocalJSX {
|
|
|
5830
6618
|
* The image URL. This attribute is mandatory for the `<img>` element.
|
|
5831
6619
|
*/
|
|
5832
6620
|
"src"?: string;
|
|
6621
|
+
/**
|
|
6622
|
+
* The theme determines the visual appearance of the component.
|
|
6623
|
+
*/
|
|
6624
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5833
6625
|
}
|
|
5834
6626
|
interface IonInfiniteScroll {
|
|
5835
6627
|
/**
|
|
5836
6628
|
* 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.
|
|
5837
6629
|
*/
|
|
5838
6630
|
"disabled"?: boolean;
|
|
6631
|
+
/**
|
|
6632
|
+
* The mode determines the platform behaviors of the component.
|
|
6633
|
+
*/
|
|
6634
|
+
"mode"?: "ios" | "md";
|
|
5839
6635
|
/**
|
|
5840
6636
|
* Emitted when the scroll reaches the threshold distance. From within your infinite handler, you must call the infinite scroll's `complete()` method when your async operation has completed.
|
|
5841
6637
|
*/
|
|
@@ -5844,6 +6640,10 @@ declare namespace LocalJSX {
|
|
|
5844
6640
|
* The position of the infinite scroll element. The value can be either `top` or `bottom`.
|
|
5845
6641
|
*/
|
|
5846
6642
|
"position"?: 'top' | 'bottom';
|
|
6643
|
+
/**
|
|
6644
|
+
* The theme determines the visual appearance of the component.
|
|
6645
|
+
*/
|
|
6646
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5847
6647
|
/**
|
|
5848
6648
|
* 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.
|
|
5849
6649
|
*/
|
|
@@ -5858,6 +6658,14 @@ declare namespace LocalJSX {
|
|
|
5858
6658
|
* Optional text to display while loading. `loadingText` 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) This property accepts custom HTML as a string. Content is parsed as plaintext by default. `innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config before custom HTML can be used.
|
|
5859
6659
|
*/
|
|
5860
6660
|
"loadingText"?: string | IonicSafeString;
|
|
6661
|
+
/**
|
|
6662
|
+
* The mode determines the platform behaviors of the component.
|
|
6663
|
+
*/
|
|
6664
|
+
"mode"?: "ios" | "md";
|
|
6665
|
+
/**
|
|
6666
|
+
* The theme determines the visual appearance of the component.
|
|
6667
|
+
*/
|
|
6668
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5861
6669
|
}
|
|
5862
6670
|
interface IonInput {
|
|
5863
6671
|
/**
|
|
@@ -5917,7 +6725,7 @@ declare namespace LocalJSX {
|
|
|
5917
6725
|
*/
|
|
5918
6726
|
"errorText"?: string;
|
|
5919
6727
|
/**
|
|
5920
|
-
* The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available
|
|
6728
|
+
* The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available when the theme is `"md"`.
|
|
5921
6729
|
*/
|
|
5922
6730
|
"fill"?: 'outline' | 'solid';
|
|
5923
6731
|
/**
|
|
@@ -5933,7 +6741,7 @@ declare namespace LocalJSX {
|
|
|
5933
6741
|
*/
|
|
5934
6742
|
"label"?: string;
|
|
5935
6743
|
/**
|
|
5936
|
-
* 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 ("...").
|
|
6744
|
+
* 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 ("..."). Defaults to "stacked" for the ionic theme, or "start" for all other themes. In the ionic theme, only the values "stacked" and "floating" are supported.
|
|
5937
6745
|
*/
|
|
5938
6746
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
5939
6747
|
/**
|
|
@@ -5953,7 +6761,7 @@ declare namespace LocalJSX {
|
|
|
5953
6761
|
*/
|
|
5954
6762
|
"minlength"?: number;
|
|
5955
6763
|
/**
|
|
5956
|
-
* The mode determines
|
|
6764
|
+
* The mode determines the platform behaviors of the component.
|
|
5957
6765
|
*/
|
|
5958
6766
|
"mode"?: "ios" | "md";
|
|
5959
6767
|
/**
|
|
@@ -5997,9 +6805,13 @@ declare namespace LocalJSX {
|
|
|
5997
6805
|
*/
|
|
5998
6806
|
"required"?: boolean;
|
|
5999
6807
|
/**
|
|
6000
|
-
*
|
|
6808
|
+
* Set to `"soft"` for an input with slightly rounded corners, `"round"` for an input with fully rounded corners, or `"rectangular"` for an input without rounded corners. Defaults to `"round"` for the ionic theme, and `undefined` for all other themes. Only applies when the fill is set to `"solid"` or `"outline"`.
|
|
6001
6809
|
*/
|
|
6002
|
-
"shape"?: 'round';
|
|
6810
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6811
|
+
/**
|
|
6812
|
+
* The size of the input. If "large", it will have an increased height. By default the size is medium. This property only applies to the `"ionic"` theme.
|
|
6813
|
+
*/
|
|
6814
|
+
"size"?: 'medium' | 'large' | 'xlarge';
|
|
6003
6815
|
/**
|
|
6004
6816
|
* If `true`, the element will have its spelling and grammar checked.
|
|
6005
6817
|
*/
|
|
@@ -6008,6 +6820,10 @@ declare namespace LocalJSX {
|
|
|
6008
6820
|
* Works with the min and max attributes to limit the increments at which a value can be set. Possible values are: `"any"` or a positive floating point number.
|
|
6009
6821
|
*/
|
|
6010
6822
|
"step"?: string;
|
|
6823
|
+
/**
|
|
6824
|
+
* The theme determines the visual appearance of the component.
|
|
6825
|
+
*/
|
|
6826
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6011
6827
|
/**
|
|
6012
6828
|
* The type of control to display. The default type is text.
|
|
6013
6829
|
*/
|
|
@@ -6045,7 +6861,7 @@ declare namespace LocalJSX {
|
|
|
6045
6861
|
*/
|
|
6046
6862
|
"color"?: Color;
|
|
6047
6863
|
/**
|
|
6048
|
-
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
6864
|
+
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `theme` is `"ios"` and an `href` or `button` property is present.
|
|
6049
6865
|
*/
|
|
6050
6866
|
"detail"?: boolean;
|
|
6051
6867
|
/**
|
|
@@ -6069,7 +6885,7 @@ declare namespace LocalJSX {
|
|
|
6069
6885
|
*/
|
|
6070
6886
|
"lines"?: 'full' | 'inset' | 'none';
|
|
6071
6887
|
/**
|
|
6072
|
-
* The mode determines
|
|
6888
|
+
* The mode determines the platform behaviors of the component.
|
|
6073
6889
|
*/
|
|
6074
6890
|
"mode"?: "ios" | "md";
|
|
6075
6891
|
/**
|
|
@@ -6088,6 +6904,10 @@ declare namespace LocalJSX {
|
|
|
6088
6904
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6089
6905
|
*/
|
|
6090
6906
|
"target"?: string | undefined;
|
|
6907
|
+
/**
|
|
6908
|
+
* The theme determines the visual appearance of the component.
|
|
6909
|
+
*/
|
|
6910
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6091
6911
|
/**
|
|
6092
6912
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
6093
6913
|
*/
|
|
@@ -6099,15 +6919,27 @@ declare namespace LocalJSX {
|
|
|
6099
6919
|
*/
|
|
6100
6920
|
"color"?: Color;
|
|
6101
6921
|
/**
|
|
6102
|
-
* The mode determines
|
|
6922
|
+
* The mode determines the platform behaviors of the component.
|
|
6103
6923
|
*/
|
|
6104
6924
|
"mode"?: "ios" | "md";
|
|
6105
6925
|
/**
|
|
6106
6926
|
* 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
|
|
6107
6927
|
*/
|
|
6108
6928
|
"sticky"?: boolean;
|
|
6929
|
+
/**
|
|
6930
|
+
* The theme determines the visual appearance of the component.
|
|
6931
|
+
*/
|
|
6932
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6109
6933
|
}
|
|
6110
6934
|
interface IonItemGroup {
|
|
6935
|
+
/**
|
|
6936
|
+
* The mode determines the platform behaviors of the component.
|
|
6937
|
+
*/
|
|
6938
|
+
"mode"?: "ios" | "md";
|
|
6939
|
+
/**
|
|
6940
|
+
* The theme determines the visual appearance of the component.
|
|
6941
|
+
*/
|
|
6942
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6111
6943
|
}
|
|
6112
6944
|
interface IonItemOption {
|
|
6113
6945
|
/**
|
|
@@ -6131,23 +6963,35 @@ declare namespace LocalJSX {
|
|
|
6131
6963
|
*/
|
|
6132
6964
|
"href"?: string | undefined;
|
|
6133
6965
|
/**
|
|
6134
|
-
* The mode determines
|
|
6966
|
+
* The mode determines the platform behaviors of the component.
|
|
6135
6967
|
*/
|
|
6136
6968
|
"mode"?: "ios" | "md";
|
|
6137
6969
|
/**
|
|
6138
6970
|
* Specifies the relationship of the target object to the link object. The value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types).
|
|
6139
6971
|
*/
|
|
6140
6972
|
"rel"?: string | undefined;
|
|
6973
|
+
/**
|
|
6974
|
+
* Set to `"rectangular"` for non-rounded corners. Set to `"soft"` for slightly rounded corners. Set to `"round"` for fully rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
|
|
6975
|
+
*/
|
|
6976
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6141
6977
|
/**
|
|
6142
6978
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6143
6979
|
*/
|
|
6144
6980
|
"target"?: string | undefined;
|
|
6981
|
+
/**
|
|
6982
|
+
* The theme determines the visual appearance of the component.
|
|
6983
|
+
*/
|
|
6984
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6145
6985
|
/**
|
|
6146
6986
|
* The type of the button.
|
|
6147
6987
|
*/
|
|
6148
6988
|
"type"?: 'submit' | 'reset' | 'button';
|
|
6149
6989
|
}
|
|
6150
6990
|
interface IonItemOptions {
|
|
6991
|
+
/**
|
|
6992
|
+
* The mode determines the platform behaviors of the component.
|
|
6993
|
+
*/
|
|
6994
|
+
"mode"?: "ios" | "md";
|
|
6151
6995
|
/**
|
|
6152
6996
|
* Emitted when the item has been fully swiped.
|
|
6153
6997
|
*/
|
|
@@ -6156,16 +7000,28 @@ declare namespace LocalJSX {
|
|
|
6156
7000
|
* 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.
|
|
6157
7001
|
*/
|
|
6158
7002
|
"side"?: Side;
|
|
7003
|
+
/**
|
|
7004
|
+
* The theme determines the visual appearance of the component.
|
|
7005
|
+
*/
|
|
7006
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6159
7007
|
}
|
|
6160
7008
|
interface IonItemSliding {
|
|
6161
7009
|
/**
|
|
6162
7010
|
* If `true`, the user cannot interact with the sliding item.
|
|
6163
7011
|
*/
|
|
6164
7012
|
"disabled"?: boolean;
|
|
7013
|
+
/**
|
|
7014
|
+
* The mode determines the platform behaviors of the component.
|
|
7015
|
+
*/
|
|
7016
|
+
"mode"?: "ios" | "md";
|
|
6165
7017
|
/**
|
|
6166
7018
|
* Emitted when the sliding position changes.
|
|
6167
7019
|
*/
|
|
6168
7020
|
"onIonDrag"?: (event: IonItemSlidingCustomEvent<any>) => void;
|
|
7021
|
+
/**
|
|
7022
|
+
* The theme determines the visual appearance of the component.
|
|
7023
|
+
*/
|
|
7024
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6169
7025
|
}
|
|
6170
7026
|
interface IonLabel {
|
|
6171
7027
|
/**
|
|
@@ -6173,13 +7029,17 @@ declare namespace LocalJSX {
|
|
|
6173
7029
|
*/
|
|
6174
7030
|
"color"?: Color;
|
|
6175
7031
|
/**
|
|
6176
|
-
* The mode determines
|
|
7032
|
+
* The mode determines the platform behaviors of the component.
|
|
6177
7033
|
*/
|
|
6178
7034
|
"mode"?: "ios" | "md";
|
|
6179
7035
|
/**
|
|
6180
7036
|
* The position determines where and how the label behaves inside an item.
|
|
6181
7037
|
*/
|
|
6182
7038
|
"position"?: 'fixed' | 'stacked' | 'floating';
|
|
7039
|
+
/**
|
|
7040
|
+
* The theme determines the visual appearance of the component.
|
|
7041
|
+
*/
|
|
7042
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6183
7043
|
}
|
|
6184
7044
|
interface IonList {
|
|
6185
7045
|
/**
|
|
@@ -6191,9 +7051,17 @@ declare namespace LocalJSX {
|
|
|
6191
7051
|
*/
|
|
6192
7052
|
"lines"?: 'full' | 'inset' | 'none';
|
|
6193
7053
|
/**
|
|
6194
|
-
* The mode determines
|
|
7054
|
+
* The mode determines the platform behaviors of the component.
|
|
6195
7055
|
*/
|
|
6196
7056
|
"mode"?: "ios" | "md";
|
|
7057
|
+
/**
|
|
7058
|
+
* Set to `"soft"` for slightly rounded corners, `"round"` for fully rounded corners, or `"rectangular"` for no rounded corners. Defaults to `"round"` for the `ionic` theme when inset is `true` defaults to `"rectangular"` for the `ionic` theme when inset is `false`, undefined for all other themes.
|
|
7059
|
+
*/
|
|
7060
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7061
|
+
/**
|
|
7062
|
+
* The theme determines the visual appearance of the component.
|
|
7063
|
+
*/
|
|
7064
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6197
7065
|
}
|
|
6198
7066
|
interface IonListHeader {
|
|
6199
7067
|
/**
|
|
@@ -6205,9 +7073,13 @@ declare namespace LocalJSX {
|
|
|
6205
7073
|
*/
|
|
6206
7074
|
"lines"?: 'full' | 'inset' | 'none';
|
|
6207
7075
|
/**
|
|
6208
|
-
* The mode determines
|
|
7076
|
+
* The mode determines the platform behaviors of the component.
|
|
6209
7077
|
*/
|
|
6210
7078
|
"mode"?: "ios" | "md";
|
|
7079
|
+
/**
|
|
7080
|
+
* The theme determines the visual appearance of the component.
|
|
7081
|
+
*/
|
|
7082
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6211
7083
|
}
|
|
6212
7084
|
interface IonLoading {
|
|
6213
7085
|
/**
|
|
@@ -6251,7 +7123,7 @@ declare namespace LocalJSX {
|
|
|
6251
7123
|
*/
|
|
6252
7124
|
"message"?: string | IonicSafeString;
|
|
6253
7125
|
/**
|
|
6254
|
-
* The mode determines
|
|
7126
|
+
* The mode determines the platform behaviors of the component.
|
|
6255
7127
|
*/
|
|
6256
7128
|
"mode"?: "ios" | "md";
|
|
6257
7129
|
/**
|
|
@@ -6295,7 +7167,11 @@ declare namespace LocalJSX {
|
|
|
6295
7167
|
*/
|
|
6296
7168
|
"spinner"?: SpinnerTypes | null;
|
|
6297
7169
|
/**
|
|
6298
|
-
*
|
|
7170
|
+
* The theme determines the visual appearance of the component.
|
|
7171
|
+
*/
|
|
7172
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7173
|
+
/**
|
|
7174
|
+
* If `true`, the loading indicator will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
6299
7175
|
*/
|
|
6300
7176
|
"translucent"?: boolean;
|
|
6301
7177
|
/**
|
|
@@ -6320,6 +7196,10 @@ declare namespace LocalJSX {
|
|
|
6320
7196
|
* An id for the menu.
|
|
6321
7197
|
*/
|
|
6322
7198
|
"menuId"?: string;
|
|
7199
|
+
/**
|
|
7200
|
+
* The mode determines the platform behaviors of the component.
|
|
7201
|
+
*/
|
|
7202
|
+
"mode"?: "ios" | "md";
|
|
6323
7203
|
/**
|
|
6324
7204
|
* Emitted when the menu is closed.
|
|
6325
7205
|
*/
|
|
@@ -6344,6 +7224,10 @@ declare namespace LocalJSX {
|
|
|
6344
7224
|
* If `true`, swiping the menu is enabled.
|
|
6345
7225
|
*/
|
|
6346
7226
|
"swipeGesture"?: boolean;
|
|
7227
|
+
/**
|
|
7228
|
+
* The theme determines the visual appearance of the component.
|
|
7229
|
+
*/
|
|
7230
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6347
7231
|
/**
|
|
6348
7232
|
* The display type of the menu. Available options: `"overlay"`, `"reveal"`, `"push"`.
|
|
6349
7233
|
*/
|
|
@@ -6367,9 +7251,13 @@ declare namespace LocalJSX {
|
|
|
6367
7251
|
*/
|
|
6368
7252
|
"menu"?: string;
|
|
6369
7253
|
/**
|
|
6370
|
-
* The mode determines
|
|
7254
|
+
* The mode determines the platform behaviors of the component.
|
|
6371
7255
|
*/
|
|
6372
7256
|
"mode"?: "ios" | "md";
|
|
7257
|
+
/**
|
|
7258
|
+
* The theme determines the visual appearance of the component.
|
|
7259
|
+
*/
|
|
7260
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6373
7261
|
/**
|
|
6374
7262
|
* The type of the button.
|
|
6375
7263
|
*/
|
|
@@ -6384,6 +7272,14 @@ declare namespace LocalJSX {
|
|
|
6384
7272
|
* Optional property that maps to a Menu's `menuId` prop. Can also be `start` or `end` for the menu side. This is used to find the correct menu to toggle. If this property is not used, `ion-menu-toggle` will toggle the first menu that is active.
|
|
6385
7273
|
*/
|
|
6386
7274
|
"menu"?: string;
|
|
7275
|
+
/**
|
|
7276
|
+
* The mode determines the platform behaviors of the component.
|
|
7277
|
+
*/
|
|
7278
|
+
"mode"?: "ios" | "md";
|
|
7279
|
+
/**
|
|
7280
|
+
* The theme determines the visual appearance of the component.
|
|
7281
|
+
*/
|
|
7282
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6387
7283
|
}
|
|
6388
7284
|
interface IonModal {
|
|
6389
7285
|
/**
|
|
@@ -6447,7 +7343,7 @@ declare namespace LocalJSX {
|
|
|
6447
7343
|
*/
|
|
6448
7344
|
"leaveAnimation"?: AnimationBuilder;
|
|
6449
7345
|
/**
|
|
6450
|
-
* The mode determines
|
|
7346
|
+
* The mode determines the platform behaviors of the component.
|
|
6451
7347
|
*/
|
|
6452
7348
|
"mode"?: "ios" | "md";
|
|
6453
7349
|
/**
|
|
@@ -6490,10 +7386,18 @@ declare namespace LocalJSX {
|
|
|
6490
7386
|
* The element that presented the modal. This is used for card presentation effects and for stacking multiple modals on top of each other. Only applies in iOS mode.
|
|
6491
7387
|
*/
|
|
6492
7388
|
"presentingElement"?: HTMLElement;
|
|
7389
|
+
/**
|
|
7390
|
+
* Set to `"soft"` for a modal with slightly rounded corners, `"round"` for a modal with fully rounded corners, or `"rectangular"` for a modal without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
|
|
7391
|
+
*/
|
|
7392
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6493
7393
|
/**
|
|
6494
7394
|
* 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.
|
|
6495
7395
|
*/
|
|
6496
7396
|
"showBackdrop"?: boolean;
|
|
7397
|
+
/**
|
|
7398
|
+
* The theme determines the visual appearance of the component.
|
|
7399
|
+
*/
|
|
7400
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6497
7401
|
/**
|
|
6498
7402
|
* An ID corresponding to the trigger element that causes the modal to open when clicked.
|
|
6499
7403
|
*/
|
|
@@ -6505,9 +7409,13 @@ declare namespace LocalJSX {
|
|
|
6505
7409
|
*/
|
|
6506
7410
|
"animated"?: boolean;
|
|
6507
7411
|
/**
|
|
6508
|
-
* By default `ion-nav` animates transition between pages based
|
|
7412
|
+
* By default `ion-nav` animates transition between pages based on the mode ("ios" or "md"). However, this property allows to create custom transition using `AnimationBuilder` functions.
|
|
6509
7413
|
*/
|
|
6510
7414
|
"animation"?: AnimationBuilder;
|
|
7415
|
+
/**
|
|
7416
|
+
* The mode determines the platform behaviors of the component.
|
|
7417
|
+
*/
|
|
7418
|
+
"mode"?: "ios" | "md";
|
|
6511
7419
|
/**
|
|
6512
7420
|
* Event fired when the nav has changed components
|
|
6513
7421
|
*/
|
|
@@ -6528,6 +7436,10 @@ declare namespace LocalJSX {
|
|
|
6528
7436
|
* If the nav component should allow for swipe-to-go-back.
|
|
6529
7437
|
*/
|
|
6530
7438
|
"swipeGesture"?: boolean;
|
|
7439
|
+
/**
|
|
7440
|
+
* The theme determines the visual appearance of the component.
|
|
7441
|
+
*/
|
|
7442
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6531
7443
|
}
|
|
6532
7444
|
interface IonNavLink {
|
|
6533
7445
|
/**
|
|
@@ -6538,6 +7450,10 @@ declare namespace LocalJSX {
|
|
|
6538
7450
|
* Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
|
|
6539
7451
|
*/
|
|
6540
7452
|
"componentProps"?: ComponentProps;
|
|
7453
|
+
/**
|
|
7454
|
+
* The mode determines the platform behaviors of the component.
|
|
7455
|
+
*/
|
|
7456
|
+
"mode"?: "ios" | "md";
|
|
6541
7457
|
/**
|
|
6542
7458
|
* The transition animation when navigating to another page.
|
|
6543
7459
|
*/
|
|
@@ -6546,6 +7462,10 @@ declare namespace LocalJSX {
|
|
|
6546
7462
|
* The transition direction when navigating to another page.
|
|
6547
7463
|
*/
|
|
6548
7464
|
"routerDirection"?: RouterDirection;
|
|
7465
|
+
/**
|
|
7466
|
+
* The theme determines the visual appearance of the component.
|
|
7467
|
+
*/
|
|
7468
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6549
7469
|
}
|
|
6550
7470
|
interface IonNote {
|
|
6551
7471
|
/**
|
|
@@ -6553,15 +7473,23 @@ declare namespace LocalJSX {
|
|
|
6553
7473
|
*/
|
|
6554
7474
|
"color"?: Color;
|
|
6555
7475
|
/**
|
|
6556
|
-
* The mode determines
|
|
7476
|
+
* The mode determines the platform behaviors of the component.
|
|
6557
7477
|
*/
|
|
6558
7478
|
"mode"?: "ios" | "md";
|
|
7479
|
+
/**
|
|
7480
|
+
* The theme determines the visual appearance of the component.
|
|
7481
|
+
*/
|
|
7482
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6559
7483
|
}
|
|
6560
7484
|
interface IonPicker {
|
|
6561
7485
|
/**
|
|
6562
|
-
* The mode determines
|
|
7486
|
+
* The mode determines the platform behaviors of the component.
|
|
6563
7487
|
*/
|
|
6564
7488
|
"mode"?: "ios" | "md";
|
|
7489
|
+
/**
|
|
7490
|
+
* The theme determines the visual appearance of the component.
|
|
7491
|
+
*/
|
|
7492
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6565
7493
|
}
|
|
6566
7494
|
interface IonPickerColumn {
|
|
6567
7495
|
/**
|
|
@@ -6573,13 +7501,17 @@ declare namespace LocalJSX {
|
|
|
6573
7501
|
*/
|
|
6574
7502
|
"disabled"?: boolean;
|
|
6575
7503
|
/**
|
|
6576
|
-
* The mode determines
|
|
7504
|
+
* The mode determines the platform behaviors of the component.
|
|
6577
7505
|
*/
|
|
6578
7506
|
"mode"?: "ios" | "md";
|
|
6579
7507
|
/**
|
|
6580
7508
|
* Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
|
|
6581
7509
|
*/
|
|
6582
7510
|
"onIonChange"?: (event: IonPickerColumnCustomEvent<PickerColumnChangeEventDetail>) => void;
|
|
7511
|
+
/**
|
|
7512
|
+
* The theme determines the visual appearance of the component.
|
|
7513
|
+
*/
|
|
7514
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6583
7515
|
/**
|
|
6584
7516
|
* The selected option in the picker.
|
|
6585
7517
|
*/
|
|
@@ -6594,6 +7526,14 @@ declare namespace LocalJSX {
|
|
|
6594
7526
|
* If `true`, the user cannot interact with the picker column option.
|
|
6595
7527
|
*/
|
|
6596
7528
|
"disabled"?: boolean;
|
|
7529
|
+
/**
|
|
7530
|
+
* The mode determines the platform behaviors of the component.
|
|
7531
|
+
*/
|
|
7532
|
+
"mode"?: "ios" | "md";
|
|
7533
|
+
/**
|
|
7534
|
+
* The theme determines the visual appearance of the component.
|
|
7535
|
+
*/
|
|
7536
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6597
7537
|
/**
|
|
6598
7538
|
* The text value of the option.
|
|
6599
7539
|
*/
|
|
@@ -6645,7 +7585,7 @@ declare namespace LocalJSX {
|
|
|
6645
7585
|
*/
|
|
6646
7586
|
"leaveAnimation"?: AnimationBuilder;
|
|
6647
7587
|
/**
|
|
6648
|
-
* The mode determines
|
|
7588
|
+
* The mode determines the platform behaviors of the component.
|
|
6649
7589
|
*/
|
|
6650
7590
|
"mode"?: "ios" | "md";
|
|
6651
7591
|
/**
|
|
@@ -6684,6 +7624,10 @@ declare namespace LocalJSX {
|
|
|
6684
7624
|
* If `true`, a backdrop will be displayed behind the picker.
|
|
6685
7625
|
*/
|
|
6686
7626
|
"showBackdrop"?: boolean;
|
|
7627
|
+
/**
|
|
7628
|
+
* The theme determines the visual appearance of the component.
|
|
7629
|
+
*/
|
|
7630
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6687
7631
|
/**
|
|
6688
7632
|
* An ID corresponding to the trigger element that causes the picker to open when clicked.
|
|
6689
7633
|
*/
|
|
@@ -6697,7 +7641,7 @@ declare namespace LocalJSX {
|
|
|
6697
7641
|
}
|
|
6698
7642
|
interface IonPopover {
|
|
6699
7643
|
/**
|
|
6700
|
-
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios`
|
|
7644
|
+
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `"ios"` theme, and `"start"` for `"md"` theme.
|
|
6701
7645
|
*/
|
|
6702
7646
|
"alignment"?: PositionAlign;
|
|
6703
7647
|
/**
|
|
@@ -6705,7 +7649,7 @@ declare namespace LocalJSX {
|
|
|
6705
7649
|
*/
|
|
6706
7650
|
"animated"?: boolean;
|
|
6707
7651
|
/**
|
|
6708
|
-
* If `true`, the popover will display an arrow that points at the `reference`
|
|
7652
|
+
* If `true`, the popover will display an arrow that points at the `reference` on `"ios"` theme.
|
|
6709
7653
|
*/
|
|
6710
7654
|
"arrow"?: boolean;
|
|
6711
7655
|
/**
|
|
@@ -6757,7 +7701,7 @@ declare namespace LocalJSX {
|
|
|
6757
7701
|
*/
|
|
6758
7702
|
"leaveAnimation"?: AnimationBuilder;
|
|
6759
7703
|
/**
|
|
6760
|
-
* The mode determines
|
|
7704
|
+
* The mode determines the platform behaviors of the component.
|
|
6761
7705
|
*/
|
|
6762
7706
|
"mode"?: "ios" | "md";
|
|
6763
7707
|
/**
|
|
@@ -6809,7 +7753,11 @@ declare namespace LocalJSX {
|
|
|
6809
7753
|
*/
|
|
6810
7754
|
"size"?: PopoverSize;
|
|
6811
7755
|
/**
|
|
6812
|
-
*
|
|
7756
|
+
* The theme determines the visual appearance of the component.
|
|
7757
|
+
*/
|
|
7758
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7759
|
+
/**
|
|
7760
|
+
* If `true`, the popover will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
6813
7761
|
*/
|
|
6814
7762
|
"translucent"?: boolean;
|
|
6815
7763
|
/**
|
|
@@ -6831,13 +7779,17 @@ declare namespace LocalJSX {
|
|
|
6831
7779
|
*/
|
|
6832
7780
|
"color"?: Color;
|
|
6833
7781
|
/**
|
|
6834
|
-
* The mode determines
|
|
7782
|
+
* The mode determines the platform behaviors of the component.
|
|
6835
7783
|
*/
|
|
6836
7784
|
"mode"?: "ios" | "md";
|
|
6837
7785
|
/**
|
|
6838
7786
|
* If true, reverse the progress bar direction.
|
|
6839
7787
|
*/
|
|
6840
7788
|
"reversed"?: boolean;
|
|
7789
|
+
/**
|
|
7790
|
+
* The theme determines the visual appearance of the component.
|
|
7791
|
+
*/
|
|
7792
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6841
7793
|
/**
|
|
6842
7794
|
* 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).
|
|
6843
7795
|
*/
|
|
@@ -6869,7 +7821,7 @@ declare namespace LocalJSX {
|
|
|
6869
7821
|
*/
|
|
6870
7822
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
6871
7823
|
/**
|
|
6872
|
-
* The mode determines
|
|
7824
|
+
* The mode determines the platform behaviors of the component.
|
|
6873
7825
|
*/
|
|
6874
7826
|
"mode"?: "ios" | "md";
|
|
6875
7827
|
/**
|
|
@@ -6884,6 +7836,10 @@ declare namespace LocalJSX {
|
|
|
6884
7836
|
* Emitted when the radio button has focus.
|
|
6885
7837
|
*/
|
|
6886
7838
|
"onIonFocus"?: (event: IonRadioCustomEvent<void>) => void;
|
|
7839
|
+
/**
|
|
7840
|
+
* The theme determines the visual appearance of the component.
|
|
7841
|
+
*/
|
|
7842
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6887
7843
|
/**
|
|
6888
7844
|
* the value of the radio.
|
|
6889
7845
|
*/
|
|
@@ -6898,6 +7854,10 @@ declare namespace LocalJSX {
|
|
|
6898
7854
|
* This property allows developers to specify a custom function or property name for comparing objects when determining the selected option in the ion-radio-group. When not specified, the default behavior will use strict equality (===) for comparison.
|
|
6899
7855
|
*/
|
|
6900
7856
|
"compareWith"?: string | RadioGroupCompareFn | null;
|
|
7857
|
+
/**
|
|
7858
|
+
* The mode determines the platform behaviors of the component.
|
|
7859
|
+
*/
|
|
7860
|
+
"mode"?: "ios" | "md";
|
|
6901
7861
|
/**
|
|
6902
7862
|
* The name of the control, which is submitted with the form data.
|
|
6903
7863
|
*/
|
|
@@ -6906,6 +7866,10 @@ declare namespace LocalJSX {
|
|
|
6906
7866
|
* Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
|
|
6907
7867
|
*/
|
|
6908
7868
|
"onIonChange"?: (event: IonRadioGroupCustomEvent<RadioGroupChangeEventDetail>) => void;
|
|
7869
|
+
/**
|
|
7870
|
+
* The theme determines the visual appearance of the component.
|
|
7871
|
+
*/
|
|
7872
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6909
7873
|
/**
|
|
6910
7874
|
* the value of the radio group.
|
|
6911
7875
|
*/
|
|
@@ -6949,7 +7913,7 @@ declare namespace LocalJSX {
|
|
|
6949
7913
|
*/
|
|
6950
7914
|
"min"?: number;
|
|
6951
7915
|
/**
|
|
6952
|
-
* The mode determines
|
|
7916
|
+
* The mode determines the platform behaviors of the component.
|
|
6953
7917
|
*/
|
|
6954
7918
|
"mode"?: "ios" | "md";
|
|
6955
7919
|
/**
|
|
@@ -6996,6 +7960,10 @@ declare namespace LocalJSX {
|
|
|
6996
7960
|
* Specifies the value granularity.
|
|
6997
7961
|
*/
|
|
6998
7962
|
"step"?: number;
|
|
7963
|
+
/**
|
|
7964
|
+
* The theme determines the visual appearance of the component.
|
|
7965
|
+
*/
|
|
7966
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6999
7967
|
/**
|
|
7000
7968
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
7001
7969
|
*/
|
|
@@ -7015,7 +7983,7 @@ declare namespace LocalJSX {
|
|
|
7015
7983
|
*/
|
|
7016
7984
|
"disabled"?: boolean;
|
|
7017
7985
|
/**
|
|
7018
|
-
* The mode determines
|
|
7986
|
+
* The mode determines the platform behaviors of the component.
|
|
7019
7987
|
*/
|
|
7020
7988
|
"mode"?: "ios" | "md";
|
|
7021
7989
|
/**
|
|
@@ -7046,8 +8014,16 @@ declare namespace LocalJSX {
|
|
|
7046
8014
|
* 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.
|
|
7047
8015
|
*/
|
|
7048
8016
|
"snapbackDuration"?: string;
|
|
8017
|
+
/**
|
|
8018
|
+
* The theme determines the visual appearance of the component.
|
|
8019
|
+
*/
|
|
8020
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7049
8021
|
}
|
|
7050
8022
|
interface IonRefresherContent {
|
|
8023
|
+
/**
|
|
8024
|
+
* The mode determines the platform behaviors of the component.
|
|
8025
|
+
*/
|
|
8026
|
+
"mode"?: "ios" | "md";
|
|
7051
8027
|
/**
|
|
7052
8028
|
* A static icon or a spinner to display when you begin to pull down. A spinner name can be provided to gradually show tick marks when pulling down on iOS devices.
|
|
7053
8029
|
*/
|
|
@@ -7064,20 +8040,48 @@ declare namespace LocalJSX {
|
|
|
7064
8040
|
* The text you want to display when performing a refresh. `refreshingText` 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) Content is parsed as plaintext by default. `innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config before custom HTML can be used.
|
|
7065
8041
|
*/
|
|
7066
8042
|
"refreshingText"?: string | IonicSafeString;
|
|
8043
|
+
/**
|
|
8044
|
+
* The theme determines the visual appearance of the component.
|
|
8045
|
+
*/
|
|
8046
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7067
8047
|
}
|
|
7068
8048
|
interface IonReorder {
|
|
8049
|
+
/**
|
|
8050
|
+
* The mode determines the platform behaviors of the component.
|
|
8051
|
+
*/
|
|
8052
|
+
"mode"?: "ios" | "md";
|
|
8053
|
+
/**
|
|
8054
|
+
* The theme determines the visual appearance of the component.
|
|
8055
|
+
*/
|
|
8056
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7069
8057
|
}
|
|
7070
8058
|
interface IonReorderGroup {
|
|
7071
8059
|
/**
|
|
7072
8060
|
* If `true`, the reorder will be hidden.
|
|
7073
8061
|
*/
|
|
7074
8062
|
"disabled"?: boolean;
|
|
8063
|
+
/**
|
|
8064
|
+
* The mode determines the platform behaviors of the component.
|
|
8065
|
+
*/
|
|
8066
|
+
"mode"?: "ios" | "md";
|
|
7075
8067
|
/**
|
|
7076
8068
|
* Event that needs to be listened to in order to complete the reorder action. Once the event has been emitted, the `complete()` method then needs to be called in order to finalize the reorder action.
|
|
7077
8069
|
*/
|
|
7078
8070
|
"onIonItemReorder"?: (event: IonReorderGroupCustomEvent<ItemReorderEventDetail>) => void;
|
|
8071
|
+
/**
|
|
8072
|
+
* The theme determines the visual appearance of the component.
|
|
8073
|
+
*/
|
|
8074
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7079
8075
|
}
|
|
7080
8076
|
interface IonRippleEffect {
|
|
8077
|
+
/**
|
|
8078
|
+
* The mode determines the platform behaviors of the component.
|
|
8079
|
+
*/
|
|
8080
|
+
"mode"?: "ios" | "md";
|
|
8081
|
+
/**
|
|
8082
|
+
* The theme determines the visual appearance of the component.
|
|
8083
|
+
*/
|
|
8084
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7081
8085
|
/**
|
|
7082
8086
|
* 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.
|
|
7083
8087
|
*/
|
|
@@ -7100,10 +8104,18 @@ declare namespace LocalJSX {
|
|
|
7100
8104
|
* A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
|
|
7101
8105
|
*/
|
|
7102
8106
|
"componentProps"?: { [key: string]: any };
|
|
8107
|
+
/**
|
|
8108
|
+
* The mode determines the platform behaviors of the component.
|
|
8109
|
+
*/
|
|
8110
|
+
"mode"?: "ios" | "md";
|
|
7103
8111
|
/**
|
|
7104
8112
|
* Used internally by `ion-router` to know when this route did change.
|
|
7105
8113
|
*/
|
|
7106
8114
|
"onIonRouteDataChanged"?: (event: IonRouteCustomEvent<any>) => void;
|
|
8115
|
+
/**
|
|
8116
|
+
* The theme determines the visual appearance of the component.
|
|
8117
|
+
*/
|
|
8118
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7107
8119
|
/**
|
|
7108
8120
|
* 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.
|
|
7109
8121
|
*/
|
|
@@ -7124,6 +8136,10 @@ declare namespace LocalJSX {
|
|
|
7124
8136
|
"to": string | undefined | null;
|
|
7125
8137
|
}
|
|
7126
8138
|
interface IonRouter {
|
|
8139
|
+
/**
|
|
8140
|
+
* The mode determines the platform behaviors of the component.
|
|
8141
|
+
*/
|
|
8142
|
+
"mode"?: "ios" | "md";
|
|
7127
8143
|
/**
|
|
7128
8144
|
* Emitted when the route had changed
|
|
7129
8145
|
*/
|
|
@@ -7136,6 +8152,10 @@ declare namespace LocalJSX {
|
|
|
7136
8152
|
* 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.
|
|
7137
8153
|
*/
|
|
7138
8154
|
"root"?: string;
|
|
8155
|
+
/**
|
|
8156
|
+
* The theme determines the visual appearance of the component.
|
|
8157
|
+
*/
|
|
8158
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7139
8159
|
/**
|
|
7140
8160
|
* 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.
|
|
7141
8161
|
*/
|
|
@@ -7150,6 +8170,10 @@ declare namespace LocalJSX {
|
|
|
7150
8170
|
* Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
|
|
7151
8171
|
*/
|
|
7152
8172
|
"href"?: string | undefined;
|
|
8173
|
+
/**
|
|
8174
|
+
* The mode determines the platform behaviors of the component.
|
|
8175
|
+
*/
|
|
8176
|
+
"mode"?: "ios" | "md";
|
|
7153
8177
|
/**
|
|
7154
8178
|
* Specifies the relationship of the target object to the link object. The value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types).
|
|
7155
8179
|
*/
|
|
@@ -7166,6 +8190,10 @@ declare namespace LocalJSX {
|
|
|
7166
8190
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
7167
8191
|
*/
|
|
7168
8192
|
"target"?: string | undefined;
|
|
8193
|
+
/**
|
|
8194
|
+
* The theme determines the visual appearance of the component.
|
|
8195
|
+
*/
|
|
8196
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7169
8197
|
}
|
|
7170
8198
|
interface IonRouterOutlet {
|
|
7171
8199
|
/**
|
|
@@ -7177,11 +8205,23 @@ declare namespace LocalJSX {
|
|
|
7177
8205
|
*/
|
|
7178
8206
|
"animation"?: AnimationBuilder;
|
|
7179
8207
|
/**
|
|
7180
|
-
* The mode determines
|
|
8208
|
+
* The mode determines the platform behaviors of the component.
|
|
7181
8209
|
*/
|
|
7182
8210
|
"mode"?: "ios" | "md";
|
|
8211
|
+
/**
|
|
8212
|
+
* The theme determines the visual appearance of the component.
|
|
8213
|
+
*/
|
|
8214
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7183
8215
|
}
|
|
7184
8216
|
interface IonRow {
|
|
8217
|
+
/**
|
|
8218
|
+
* The mode determines the platform behaviors of the component.
|
|
8219
|
+
*/
|
|
8220
|
+
"mode"?: "ios" | "md";
|
|
8221
|
+
/**
|
|
8222
|
+
* The theme determines the visual appearance of the component.
|
|
8223
|
+
*/
|
|
8224
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7185
8225
|
}
|
|
7186
8226
|
interface IonSearchbar {
|
|
7187
8227
|
/**
|
|
@@ -7201,15 +8241,15 @@ declare namespace LocalJSX {
|
|
|
7201
8241
|
*/
|
|
7202
8242
|
"autocorrect"?: 'on' | 'off';
|
|
7203
8243
|
/**
|
|
7204
|
-
* Set the cancel button icon. Only
|
|
8244
|
+
* Set the cancel button icon. Only available when the theme is `"md"`. Defaults to `"arrow-back-sharp"`.
|
|
7205
8245
|
*/
|
|
7206
8246
|
"cancelButtonIcon"?: string;
|
|
7207
8247
|
/**
|
|
7208
|
-
* Set the the cancel button text. Only
|
|
8248
|
+
* Set the the cancel button text. Only available when the theme is `"ios"`.
|
|
7209
8249
|
*/
|
|
7210
8250
|
"cancelButtonText"?: string;
|
|
7211
8251
|
/**
|
|
7212
|
-
* Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md
|
|
8252
|
+
* Set the clear icon. Defaults to `"close-circle"` for `"ios"` theme and `"close-sharp"` for `"md"` and `"ionic"` theme.
|
|
7213
8253
|
*/
|
|
7214
8254
|
"clearIcon"?: string;
|
|
7215
8255
|
/**
|
|
@@ -7241,7 +8281,7 @@ declare namespace LocalJSX {
|
|
|
7241
8281
|
*/
|
|
7242
8282
|
"minlength"?: number;
|
|
7243
8283
|
/**
|
|
7244
|
-
* The mode determines
|
|
8284
|
+
* The mode determines the platform behaviors of the component.
|
|
7245
8285
|
*/
|
|
7246
8286
|
"mode"?: "ios" | "md";
|
|
7247
8287
|
/**
|
|
@@ -7277,7 +8317,7 @@ declare namespace LocalJSX {
|
|
|
7277
8317
|
*/
|
|
7278
8318
|
"placeholder"?: string;
|
|
7279
8319
|
/**
|
|
7280
|
-
* The icon to use as the search icon. Defaults to `search-outline` in `ios`
|
|
8320
|
+
* The icon to use as the search icon. Defaults to `"search-outline"` in the `"ios"` theme and `"search-sharp"` in the `"md"` and `"ionic"` themes.
|
|
7281
8321
|
*/
|
|
7282
8322
|
"searchIcon"?: string;
|
|
7283
8323
|
/**
|
|
@@ -7292,6 +8332,10 @@ declare namespace LocalJSX {
|
|
|
7292
8332
|
* If `true`, enable spellcheck on the input.
|
|
7293
8333
|
*/
|
|
7294
8334
|
"spellcheck"?: boolean;
|
|
8335
|
+
/**
|
|
8336
|
+
* The theme determines the visual appearance of the component.
|
|
8337
|
+
*/
|
|
8338
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7295
8339
|
/**
|
|
7296
8340
|
* Set the type of the input.
|
|
7297
8341
|
*/
|
|
@@ -7311,7 +8355,7 @@ declare namespace LocalJSX {
|
|
|
7311
8355
|
*/
|
|
7312
8356
|
"disabled"?: boolean;
|
|
7313
8357
|
/**
|
|
7314
|
-
* The mode determines
|
|
8358
|
+
* The mode determines the platform behaviors of the component.
|
|
7315
8359
|
*/
|
|
7316
8360
|
"mode"?: "ios" | "md";
|
|
7317
8361
|
/**
|
|
@@ -7330,6 +8374,10 @@ declare namespace LocalJSX {
|
|
|
7330
8374
|
* If `true`, users will be able to swipe between segment buttons to activate them.
|
|
7331
8375
|
*/
|
|
7332
8376
|
"swipeGesture"?: boolean;
|
|
8377
|
+
/**
|
|
8378
|
+
* The theme determines the visual appearance of the component.
|
|
8379
|
+
*/
|
|
8380
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7333
8381
|
/**
|
|
7334
8382
|
* the value of the segment.
|
|
7335
8383
|
*/
|
|
@@ -7345,9 +8393,13 @@ declare namespace LocalJSX {
|
|
|
7345
8393
|
*/
|
|
7346
8394
|
"layout"?: SegmentButtonLayout;
|
|
7347
8395
|
/**
|
|
7348
|
-
* The mode determines
|
|
8396
|
+
* The mode determines the platform behaviors of the component.
|
|
7349
8397
|
*/
|
|
7350
8398
|
"mode"?: "ios" | "md";
|
|
8399
|
+
/**
|
|
8400
|
+
* The theme determines the visual appearance of the component.
|
|
8401
|
+
*/
|
|
8402
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7351
8403
|
/**
|
|
7352
8404
|
* The type of the button.
|
|
7353
8405
|
*/
|
|
@@ -7375,11 +8427,11 @@ declare namespace LocalJSX {
|
|
|
7375
8427
|
*/
|
|
7376
8428
|
"disabled"?: boolean;
|
|
7377
8429
|
/**
|
|
7378
|
-
* The toggle icon to show when the select is open. If defined, the icon rotation behavior in `md`
|
|
8430
|
+
* The toggle icon to show when the select is open. If defined, the icon rotation behavior in `"md"` theme will be disabled. If undefined, `toggleIcon` will be used for when the select is both open and closed.
|
|
7379
8431
|
*/
|
|
7380
8432
|
"expandedIcon"?: string;
|
|
7381
8433
|
/**
|
|
7382
|
-
* The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available in `md`
|
|
8434
|
+
* The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available in the `"md"` theme.
|
|
7383
8435
|
*/
|
|
7384
8436
|
"fill"?: 'outline' | 'solid';
|
|
7385
8437
|
/**
|
|
@@ -7403,7 +8455,7 @@ declare namespace LocalJSX {
|
|
|
7403
8455
|
*/
|
|
7404
8456
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
7405
8457
|
/**
|
|
7406
|
-
* The mode determines
|
|
8458
|
+
* The mode determines the platform behaviors of the component.
|
|
7407
8459
|
*/
|
|
7408
8460
|
"mode"?: "ios" | "md";
|
|
7409
8461
|
/**
|
|
@@ -7451,7 +8503,11 @@ declare namespace LocalJSX {
|
|
|
7451
8503
|
*/
|
|
7452
8504
|
"shape"?: 'round';
|
|
7453
8505
|
/**
|
|
7454
|
-
* The
|
|
8506
|
+
* The theme determines the visual appearance of the component.
|
|
8507
|
+
*/
|
|
8508
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
8509
|
+
/**
|
|
8510
|
+
* The toggle icon to use. Defaults to `"chevronExpand"` for the `"ios"` theme, or `"caretDownSharp"` for the `"md"` and `"ionic"` themes.
|
|
7455
8511
|
*/
|
|
7456
8512
|
"toggleIcon"?: string;
|
|
7457
8513
|
/**
|
|
@@ -7464,6 +8520,14 @@ declare namespace LocalJSX {
|
|
|
7464
8520
|
* 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.
|
|
7465
8521
|
*/
|
|
7466
8522
|
"disabled"?: boolean;
|
|
8523
|
+
/**
|
|
8524
|
+
* The mode determines the platform behaviors of the component.
|
|
8525
|
+
*/
|
|
8526
|
+
"mode"?: "ios" | "md";
|
|
8527
|
+
/**
|
|
8528
|
+
* The theme determines the visual appearance of the component.
|
|
8529
|
+
*/
|
|
8530
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7467
8531
|
/**
|
|
7468
8532
|
* The text value of the option.
|
|
7469
8533
|
*/
|
|
@@ -7478,6 +8542,10 @@ declare namespace LocalJSX {
|
|
|
7478
8542
|
* The text content of the popover body
|
|
7479
8543
|
*/
|
|
7480
8544
|
"message"?: string;
|
|
8545
|
+
/**
|
|
8546
|
+
* The mode determines the platform behaviors of the component.
|
|
8547
|
+
*/
|
|
8548
|
+
"mode"?: "ios" | "md";
|
|
7481
8549
|
/**
|
|
7482
8550
|
* If true, the select accepts multiple values
|
|
7483
8551
|
*/
|
|
@@ -7490,12 +8558,24 @@ declare namespace LocalJSX {
|
|
|
7490
8558
|
* The subheader text of the popover
|
|
7491
8559
|
*/
|
|
7492
8560
|
"subHeader"?: string;
|
|
8561
|
+
/**
|
|
8562
|
+
* The theme determines the visual appearance of the component.
|
|
8563
|
+
*/
|
|
8564
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7493
8565
|
}
|
|
7494
8566
|
interface IonSkeletonText {
|
|
7495
8567
|
/**
|
|
7496
8568
|
* If `true`, the skeleton text will animate.
|
|
7497
8569
|
*/
|
|
7498
8570
|
"animated"?: boolean;
|
|
8571
|
+
/**
|
|
8572
|
+
* The mode determines the platform behaviors of the component.
|
|
8573
|
+
*/
|
|
8574
|
+
"mode"?: "ios" | "md";
|
|
8575
|
+
/**
|
|
8576
|
+
* The theme determines the visual appearance of the component.
|
|
8577
|
+
*/
|
|
8578
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7499
8579
|
}
|
|
7500
8580
|
interface IonSpinner {
|
|
7501
8581
|
/**
|
|
@@ -7506,6 +8586,10 @@ declare namespace LocalJSX {
|
|
|
7506
8586
|
* Duration of the spinner animation in milliseconds. The default varies based on the spinner.
|
|
7507
8587
|
*/
|
|
7508
8588
|
"duration"?: number;
|
|
8589
|
+
/**
|
|
8590
|
+
* The mode determines the platform behaviors of the component.
|
|
8591
|
+
*/
|
|
8592
|
+
"mode"?: "ios" | "md";
|
|
7509
8593
|
/**
|
|
7510
8594
|
* The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
|
|
7511
8595
|
*/
|
|
@@ -7514,6 +8598,14 @@ declare namespace LocalJSX {
|
|
|
7514
8598
|
* If `true`, the spinner's animation will be paused.
|
|
7515
8599
|
*/
|
|
7516
8600
|
"paused"?: boolean;
|
|
8601
|
+
/**
|
|
8602
|
+
* Set to `"xsmall"` for the smallest size. Set to `"small"` for a smaller size. Set to `"medium"` for a medium size. Set to `"large"` for a large size. Set to `"xlarge"` for the largest size. Defaults to `"xsmall"` for the `ionic` theme, undefined for all other themes.
|
|
8603
|
+
*/
|
|
8604
|
+
"size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
8605
|
+
/**
|
|
8606
|
+
* The theme determines the visual appearance of the component.
|
|
8607
|
+
*/
|
|
8608
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7517
8609
|
}
|
|
7518
8610
|
interface IonSplitPane {
|
|
7519
8611
|
/**
|
|
@@ -7524,10 +8616,18 @@ declare namespace LocalJSX {
|
|
|
7524
8616
|
* If `true`, the split pane will be hidden.
|
|
7525
8617
|
*/
|
|
7526
8618
|
"disabled"?: boolean;
|
|
8619
|
+
/**
|
|
8620
|
+
* The mode determines the platform behaviors of the component.
|
|
8621
|
+
*/
|
|
8622
|
+
"mode"?: "ios" | "md";
|
|
7527
8623
|
/**
|
|
7528
8624
|
* Expression to be called when the split-pane visibility has changed
|
|
7529
8625
|
*/
|
|
7530
8626
|
"onIonSplitPaneVisible"?: (event: IonSplitPaneCustomEvent<{ visible: boolean }>) => void;
|
|
8627
|
+
/**
|
|
8628
|
+
* The theme determines the visual appearance of the component.
|
|
8629
|
+
*/
|
|
8630
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7531
8631
|
/**
|
|
7532
8632
|
* When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
|
|
7533
8633
|
*/
|
|
@@ -7538,10 +8638,18 @@ declare namespace LocalJSX {
|
|
|
7538
8638
|
* The component to display inside of the tab.
|
|
7539
8639
|
*/
|
|
7540
8640
|
"component"?: ComponentRef;
|
|
8641
|
+
/**
|
|
8642
|
+
* The mode determines the platform behaviors of the component.
|
|
8643
|
+
*/
|
|
8644
|
+
"mode"?: "ios" | "md";
|
|
7541
8645
|
/**
|
|
7542
8646
|
* A tab id must be provided for each `ion-tab`. It's used internally to reference the selected tab or by the router to switch between them.
|
|
7543
8647
|
*/
|
|
7544
8648
|
"tab": string;
|
|
8649
|
+
/**
|
|
8650
|
+
* The theme determines the visual appearance of the component.
|
|
8651
|
+
*/
|
|
8652
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7545
8653
|
}
|
|
7546
8654
|
interface IonTabBar {
|
|
7547
8655
|
/**
|
|
@@ -7549,7 +8657,11 @@ declare namespace LocalJSX {
|
|
|
7549
8657
|
*/
|
|
7550
8658
|
"color"?: Color;
|
|
7551
8659
|
/**
|
|
7552
|
-
*
|
|
8660
|
+
* Set to `"compact"` to display a width based on the items inside the tab bar. This value will only work for the `ionic` theme. Set to `"full"` to display a full width tab bar. Defaults to `"full"`.
|
|
8661
|
+
*/
|
|
8662
|
+
"expand"?: 'compact' | 'full';
|
|
8663
|
+
/**
|
|
8664
|
+
* The mode determines the platform behaviors of the component.
|
|
7553
8665
|
*/
|
|
7554
8666
|
"mode"?: "ios" | "md";
|
|
7555
8667
|
/**
|
|
@@ -7557,7 +8669,15 @@ declare namespace LocalJSX {
|
|
|
7557
8669
|
*/
|
|
7558
8670
|
"selectedTab"?: string;
|
|
7559
8671
|
/**
|
|
7560
|
-
*
|
|
8672
|
+
* Set to `"soft"` for a tab bar with slightly rounded corners, `"round"` for a tab bar with fully rounded corners, or `"rectangular"` for a tab bar without rounded corners. Defaults to `"round"` for the `"ionic"` theme, undefined for all other themes.
|
|
8673
|
+
*/
|
|
8674
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
8675
|
+
/**
|
|
8676
|
+
* The theme determines the visual appearance of the component.
|
|
8677
|
+
*/
|
|
8678
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
8679
|
+
/**
|
|
8680
|
+
* If `true`, the tab bar will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
7561
8681
|
*/
|
|
7562
8682
|
"translucent"?: boolean;
|
|
7563
8683
|
}
|
|
@@ -7579,7 +8699,7 @@ declare namespace LocalJSX {
|
|
|
7579
8699
|
*/
|
|
7580
8700
|
"layout"?: TabButtonLayout;
|
|
7581
8701
|
/**
|
|
7582
|
-
* The mode determines
|
|
8702
|
+
* The mode determines the platform behaviors of the component.
|
|
7583
8703
|
*/
|
|
7584
8704
|
"mode"?: "ios" | "md";
|
|
7585
8705
|
/**
|
|
@@ -7598,8 +8718,16 @@ declare namespace LocalJSX {
|
|
|
7598
8718
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
7599
8719
|
*/
|
|
7600
8720
|
"target"?: string | undefined;
|
|
8721
|
+
/**
|
|
8722
|
+
* The theme determines the visual appearance of the component.
|
|
8723
|
+
*/
|
|
8724
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7601
8725
|
}
|
|
7602
8726
|
interface IonTabs {
|
|
8727
|
+
/**
|
|
8728
|
+
* The mode determines the platform behaviors of the component.
|
|
8729
|
+
*/
|
|
8730
|
+
"mode"?: "ios" | "md";
|
|
7603
8731
|
/**
|
|
7604
8732
|
* Emitted when the navigation has finished transitioning to a new component.
|
|
7605
8733
|
*/
|
|
@@ -7608,6 +8736,10 @@ declare namespace LocalJSX {
|
|
|
7608
8736
|
* Emitted when the navigation is about to transition to a new component.
|
|
7609
8737
|
*/
|
|
7610
8738
|
"onIonTabsWillChange"?: (event: IonTabsCustomEvent<{ tab: string }>) => void;
|
|
8739
|
+
/**
|
|
8740
|
+
* The theme determines the visual appearance of the component.
|
|
8741
|
+
*/
|
|
8742
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7611
8743
|
}
|
|
7612
8744
|
interface IonText {
|
|
7613
8745
|
/**
|
|
@@ -7615,9 +8747,13 @@ declare namespace LocalJSX {
|
|
|
7615
8747
|
*/
|
|
7616
8748
|
"color"?: Color;
|
|
7617
8749
|
/**
|
|
7618
|
-
* The mode determines
|
|
8750
|
+
* The mode determines the platform behaviors of the component.
|
|
7619
8751
|
*/
|
|
7620
8752
|
"mode"?: "ios" | "md";
|
|
8753
|
+
/**
|
|
8754
|
+
* The theme determines the visual appearance of the component.
|
|
8755
|
+
*/
|
|
8756
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7621
8757
|
}
|
|
7622
8758
|
interface IonTextarea {
|
|
7623
8759
|
/**
|
|
@@ -7669,7 +8805,7 @@ declare namespace LocalJSX {
|
|
|
7669
8805
|
*/
|
|
7670
8806
|
"errorText"?: string;
|
|
7671
8807
|
/**
|
|
7672
|
-
* The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available
|
|
8808
|
+
* The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available when the theme is `"md"`.
|
|
7673
8809
|
*/
|
|
7674
8810
|
"fill"?: 'outline' | 'solid';
|
|
7675
8811
|
/**
|
|
@@ -7697,7 +8833,7 @@ declare namespace LocalJSX {
|
|
|
7697
8833
|
*/
|
|
7698
8834
|
"minlength"?: number;
|
|
7699
8835
|
/**
|
|
7700
|
-
* The mode determines
|
|
8836
|
+
* The mode determines the platform behaviors of the component.
|
|
7701
8837
|
*/
|
|
7702
8838
|
"mode"?: "ios" | "md";
|
|
7703
8839
|
/**
|
|
@@ -7737,13 +8873,21 @@ declare namespace LocalJSX {
|
|
|
7737
8873
|
*/
|
|
7738
8874
|
"rows"?: number;
|
|
7739
8875
|
/**
|
|
7740
|
-
*
|
|
8876
|
+
* Set to `"soft"` for a textarea with slightly rounded corners, `"round"` for a textarea with fully rounded corners, or `"rectangular"` for a textarea without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
|
|
7741
8877
|
*/
|
|
7742
|
-
"shape"?: 'round';
|
|
8878
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
8879
|
+
/**
|
|
8880
|
+
* The size of the textarea. If "large" it will increase the height of the textarea, while "small" and "medium" provide progressively smaller heights. The default size is "medium". This property only applies to the `"ionic"` theme.
|
|
8881
|
+
*/
|
|
8882
|
+
"size"?: 'small' | 'medium' | 'large';
|
|
7743
8883
|
/**
|
|
7744
8884
|
* If `true`, the element will have its spelling and grammar checked.
|
|
7745
8885
|
*/
|
|
7746
8886
|
"spellcheck"?: boolean;
|
|
8887
|
+
/**
|
|
8888
|
+
* The theme determines the visual appearance of the component.
|
|
8889
|
+
*/
|
|
8890
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7747
8891
|
/**
|
|
7748
8892
|
* The value of the textarea.
|
|
7749
8893
|
*/
|
|
@@ -7754,16 +8898,32 @@ declare namespace LocalJSX {
|
|
|
7754
8898
|
"wrap"?: 'hard' | 'soft' | 'off';
|
|
7755
8899
|
}
|
|
7756
8900
|
interface IonThumbnail {
|
|
8901
|
+
/**
|
|
8902
|
+
* The mode determines the platform behaviors of the component.
|
|
8903
|
+
*/
|
|
8904
|
+
"mode"?: "ios" | "md";
|
|
8905
|
+
/**
|
|
8906
|
+
* The theme determines the visual appearance of the component.
|
|
8907
|
+
*/
|
|
8908
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7757
8909
|
}
|
|
7758
8910
|
interface IonTitle {
|
|
7759
8911
|
/**
|
|
7760
8912
|
* 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).
|
|
7761
8913
|
*/
|
|
7762
8914
|
"color"?: Color;
|
|
8915
|
+
/**
|
|
8916
|
+
* The mode determines the platform behaviors of the component.
|
|
8917
|
+
*/
|
|
8918
|
+
"mode"?: "ios" | "md";
|
|
7763
8919
|
/**
|
|
7764
8920
|
* The size of the toolbar title.
|
|
7765
8921
|
*/
|
|
7766
8922
|
"size"?: 'large' | 'small';
|
|
8923
|
+
/**
|
|
8924
|
+
* The theme determines the visual appearance of the component.
|
|
8925
|
+
*/
|
|
8926
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7767
8927
|
}
|
|
7768
8928
|
interface IonToast {
|
|
7769
8929
|
/**
|
|
@@ -7823,7 +8983,7 @@ declare namespace LocalJSX {
|
|
|
7823
8983
|
*/
|
|
7824
8984
|
"message"?: string | IonicSafeString;
|
|
7825
8985
|
/**
|
|
7826
|
-
* The mode determines
|
|
8986
|
+
* The mode determines the platform behaviors of the component.
|
|
7827
8987
|
*/
|
|
7828
8988
|
"mode"?: "ios" | "md";
|
|
7829
8989
|
/**
|
|
@@ -7866,12 +9026,20 @@ declare namespace LocalJSX {
|
|
|
7866
9026
|
* The element to anchor the toast's position to. Can be set as a direct reference or the ID of the element. With `position="bottom"`, the toast will sit above the chosen element. With `position="top"`, the toast will sit below the chosen element. With `position="middle"`, the value of `positionAnchor` is ignored.
|
|
7867
9027
|
*/
|
|
7868
9028
|
"positionAnchor"?: HTMLElement | string;
|
|
9029
|
+
/**
|
|
9030
|
+
* Set to `"soft"` for a toast with slightly rounded corners, `"round"` for a toast with fully rounded corners, or `"rectangular"` for a toast without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
|
|
9031
|
+
*/
|
|
9032
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7869
9033
|
/**
|
|
7870
9034
|
* If set to 'vertical', the Toast can be dismissed with a swipe gesture. The swipe direction is determined by the value of the `position` property: `top`: The Toast can be swiped up to dismiss. `bottom`: The Toast can be swiped down to dismiss. `middle`: The Toast can be swiped up or down to dismiss.
|
|
7871
9035
|
*/
|
|
7872
9036
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
7873
9037
|
/**
|
|
7874
|
-
*
|
|
9038
|
+
* The theme determines the visual appearance of the component.
|
|
9039
|
+
*/
|
|
9040
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
9041
|
+
/**
|
|
9042
|
+
* If `true`, the toast will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
7875
9043
|
*/
|
|
7876
9044
|
"translucent"?: boolean;
|
|
7877
9045
|
/**
|
|
@@ -7909,7 +9077,7 @@ declare namespace LocalJSX {
|
|
|
7909
9077
|
*/
|
|
7910
9078
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
7911
9079
|
/**
|
|
7912
|
-
* The mode determines
|
|
9080
|
+
* The mode determines the platform behaviors of the component.
|
|
7913
9081
|
*/
|
|
7914
9082
|
"mode"?: "ios" | "md";
|
|
7915
9083
|
/**
|
|
@@ -7928,6 +9096,10 @@ declare namespace LocalJSX {
|
|
|
7928
9096
|
* Emitted when the toggle has focus.
|
|
7929
9097
|
*/
|
|
7930
9098
|
"onIonFocus"?: (event: IonToggleCustomEvent<void>) => void;
|
|
9099
|
+
/**
|
|
9100
|
+
* The theme determines the visual appearance of the component.
|
|
9101
|
+
*/
|
|
9102
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7931
9103
|
/**
|
|
7932
9104
|
* 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>`.
|
|
7933
9105
|
*/
|
|
@@ -7939,9 +9111,13 @@ declare namespace LocalJSX {
|
|
|
7939
9111
|
*/
|
|
7940
9112
|
"color"?: Color;
|
|
7941
9113
|
/**
|
|
7942
|
-
* The mode determines
|
|
9114
|
+
* The mode determines the platform behaviors of the component.
|
|
7943
9115
|
*/
|
|
7944
9116
|
"mode"?: "ios" | "md";
|
|
9117
|
+
/**
|
|
9118
|
+
* The theme determines the visual appearance of the component.
|
|
9119
|
+
*/
|
|
9120
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7945
9121
|
}
|
|
7946
9122
|
interface IntrinsicElements {
|
|
7947
9123
|
"ion-accordion": IonAccordion;
|