@ionic/core 8.3.4 → 8.3.5-dev.11730311720.151cb777
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 +25 -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 +51 -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 +68 -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 +134 -40
- 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 +94 -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 +57 -33
- 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-ba0f6986.js → overlays-4cf5527f.js} +19 -20
- 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 +201 -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 +92 -0
- package/dist/collection/components/accordion-group/accordion-group.ios.css +16 -4
- package/dist/collection/components/accordion-group/accordion-group.js +43 -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 +269 -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 +151 -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 +249 -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 +589 -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 +100 -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 +137 -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 +90 -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 +87 -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 +146 -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 +402 -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 +160 -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 +668 -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 +86 -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 +1096 -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 +141 -0
- package/dist/collection/components/input-password-toggle/input-password-toggle.js +48 -12
- package/dist/collection/components/item/item.ionic.css +501 -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 +332 -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 +258 -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 +193 -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 +236 -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 +238 -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 +8 -2
- package/dist/collection/components/modal/gestures/sheet.js +10 -6
- package/dist/collection/components/modal/modal.ionic.css +239 -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 +418 -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 +345 -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 +117 -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 +350 -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} +63 -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 +250 -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 +271 -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 +804 -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 +145 -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 +358 -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 +419 -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 +233 -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 +7030 -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 +60 -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 +58 -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-ae10d43d.js → overlays-7c93836c.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-7c93836c.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 +2308 -206
- 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-036e1c5b.entry.js +4 -0
- package/dist/ionic/p-03ef41e4.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-087e8765.system.entry.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-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-13046601.system.entry.js +4 -0
- package/dist/ionic/p-1331f417.system.entry.js +4 -0
- package/dist/ionic/p-15d51b10.js +4 -0
- package/dist/ionic/p-15e64bf5.system.js +4 -0
- package/dist/ionic/p-16f25b81.system.entry.js +4 -0
- package/dist/ionic/p-18816182.system.entry.js +4 -0
- package/dist/ionic/p-19ac8e04.system.entry.js +4 -0
- package/dist/ionic/p-1efeb14d.entry.js +4 -0
- package/dist/ionic/p-221e5078.system.js +4 -0
- package/dist/ionic/p-243adf8c.js +4 -0
- package/dist/ionic/p-25564f4c.system.entry.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-2be91f19.entry.js +4 -0
- 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-2d580501.entry.js +4 -0
- package/dist/ionic/p-2d621d56.system.entry.js +4 -0
- package/dist/ionic/p-2da8c20c.system.entry.js +4 -0
- package/dist/ionic/p-2e6d744f.system.entry.js +4 -0
- package/dist/ionic/p-2f785444.entry.js +4 -0
- package/dist/ionic/p-36bdcfc4.js +4 -0
- package/dist/ionic/p-36ee0d3f.entry.js +4 -0
- package/dist/ionic/p-388ac217.js +4 -0
- package/dist/ionic/p-39d15e64.system.entry.js +4 -0
- package/dist/ionic/{p-9ea607bd.system.js → p-3a11234f.system.js} +2 -2
- package/dist/ionic/p-3a5869c3.entry.js +4 -0
- package/dist/ionic/{p-5da94421.system.js → p-3bfe43bc.system.js} +2 -2
- package/dist/ionic/p-3ca5196c.js +4 -0
- package/dist/ionic/p-4228a245.entry.js +4 -0
- package/dist/ionic/p-429dd2b5.system.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-4859c1a1.entry.js +4 -0
- package/dist/ionic/p-493c3b4d.system.entry.js +4 -0
- package/dist/ionic/p-49a3fc76.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-4c036203.system.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-51151575.system.entry.js +4 -0
- package/dist/ionic/p-51a3bd57.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-660f3b98.entry.js +4 -0
- package/dist/ionic/p-6703f239.entry.js +4 -0
- package/dist/ionic/p-68f3fa48.system.entry.js +4 -0
- package/dist/ionic/p-69653c36.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-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-719fca78.entry.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-73a3640d.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-774d5b57.system.entry.js +4 -0
- package/dist/ionic/p-776adb3d.entry.js +4 -0
- package/dist/ionic/p-7811f251.system.entry.js +4 -0
- package/dist/ionic/p-7d02004b.entry.js +4 -0
- package/dist/ionic/p-7ebc381e.entry.js +4 -0
- package/dist/ionic/p-80342c88.system.entry.js +4 -0
- package/dist/ionic/p-8181e971.entry.js +4 -0
- package/dist/ionic/p-8248976b.system.entry.js +4 -0
- package/dist/ionic/p-8421aedf.js +4 -0
- package/dist/ionic/p-931d77d5.entry.js +4 -0
- package/dist/ionic/p-974aaf78.entry.js +4 -0
- package/dist/ionic/p-9ad5334e.system.entry.js +4 -0
- package/dist/ionic/p-9ae1ada0.system.entry.js +4 -0
- package/dist/ionic/p-9cf790b6.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-9fa0b117.entry.js +4 -0
- package/dist/ionic/p-a26bb61b.system.entry.js +4 -0
- package/dist/ionic/p-a2c41606.entry.js +4 -0
- package/dist/ionic/{p-836d39d4.system.entry.js → p-a65fe34d.system.entry.js} +1 -1
- 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-ab2142f4.entry.js +4 -0
- package/dist/ionic/p-ab6db1f0.entry.js +4 -0
- package/dist/ionic/p-ab6e0f02.system.entry.js +4 -0
- package/dist/ionic/{p-75c0dc65.system.entry.js → p-adec897a.system.entry.js} +1 -1
- package/dist/ionic/p-b19a9aa9.system.js +4 -0
- package/dist/ionic/p-b297c7b5.system.js +4 -0
- package/dist/ionic/p-b4a2715f.system.entry.js +4 -0
- package/dist/ionic/p-b5bf8a04.entry.js +4 -0
- package/dist/ionic/p-b64f71d8.system.entry.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-bce49f55.system.entry.js +4 -0
- package/dist/ionic/p-bd50f24e.system.entry.js +4 -0
- package/dist/ionic/p-c00fd7f7.entry.js +4 -0
- package/dist/ionic/p-c248c88d.system.js +4 -0
- package/dist/ionic/p-c24ff776.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-c8097757.system.entry.js +4 -0
- package/dist/ionic/p-c8f207d8.entry.js +4 -0
- package/dist/ionic/{p-b06ac4a5.system.js → p-c9ef0ca7.system.js} +1 -1
- package/dist/ionic/{p-c7e16491.js → p-d1e991c3.js} +1 -1
- package/dist/ionic/p-d2ef848a.entry.js +4 -0
- package/dist/ionic/p-d346c889.system.entry.js +4 -0
- package/dist/ionic/p-d54e6089.entry.js +4 -0
- package/dist/ionic/p-d67b88b0.system.entry.js +4 -0
- package/dist/ionic/{p-3c8e5c23.system.js → p-d8339079.system.js} +1 -1
- package/dist/ionic/p-d8b501bd.system.entry.js +4 -0
- 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-df668729.entry.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-e6244686.system.entry.js +4 -0
- package/dist/ionic/p-eeb60a8f.entry.js +4 -0
- package/dist/ionic/p-f04a45f1.entry.js +4 -0
- package/dist/ionic/p-f065578f.js +4 -0
- package/dist/ionic/p-f4ae533b.js +4 -0
- package/dist/ionic/p-f61ce679.js +4 -0
- package/dist/ionic/{p-a93873de.system.js → p-f8e329da.system.js} +1 -1
- package/dist/ionic/p-fbcb3139.entry.js +4 -0
- package/dist/ionic/p-fc502a48.system.js +4 -0
- package/dist/ionic/p-fd400e7d.entry.js +4 -0
- package/dist/ionic/p-ffa51f41.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 +12 -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 +1363 -179
- 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 +2264 -847
- package/hydrate/index.mjs +2264 -847
- package/package.json +9 -4
- 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-ae10d43d.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-04fc24ee.system.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-0790b342.system.entry.js +0 -4
- package/dist/ionic/p-0c06e09b.system.js +0 -4
- package/dist/ionic/p-110e03be.system.entry.js +0 -4
- package/dist/ionic/p-148b8abb.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-18105026.system.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-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-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-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-53add985.system.entry.js +0 -4
- package/dist/ionic/p-5417b9bb.entry.js +0 -4
- package/dist/ionic/p-5c831f49.js +0 -4
- package/dist/ionic/p-5e842258.entry.js +0 -4
- package/dist/ionic/p-60cc7986.entry.js +0 -4
- package/dist/ionic/p-63d65dbc.system.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-6ceb04b5.entry.js +0 -4
- package/dist/ionic/p-6d50faff.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-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-79b12fda.system.js +0 -4
- package/dist/ionic/p-79e7be3a.system.entry.js +0 -4
- package/dist/ionic/p-7b30edcc.js +0 -4
- package/dist/ionic/p-82ab7ccb.entry.js +0 -4
- package/dist/ionic/p-857ca696.system.entry.js +0 -4
- package/dist/ionic/p-8635f5e6.system.js +0 -4
- package/dist/ionic/p-8640e9cd.entry.js +0 -4
- package/dist/ionic/p-87a4407b.entry.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-9172535c.entry.js +0 -4
- package/dist/ionic/p-921e159f.system.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-9895e7f3.entry.js +0 -4
- package/dist/ionic/p-9910f786.entry.js +0 -4
- package/dist/ionic/p-9b6c6302.system.entry.js +0 -4
- package/dist/ionic/p-9e208825.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-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-a4565eb5.system.js +0 -4
- package/dist/ionic/p-a69b9fc5.system.js +0 -4
- package/dist/ionic/p-a879ecb7.system.entry.js +0 -4
- package/dist/ionic/p-a89dac49.entry.js +0 -4
- package/dist/ionic/p-a90e2708.system.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-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-be715dd3.system.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-c71f301f.system.entry.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-d47265c8.js +0 -4
- package/dist/ionic/p-d58f21d2.entry.js +0 -4
- package/dist/ionic/p-d6841eac.js +0 -4
- package/dist/ionic/p-d754c709.system.entry.js +0 -4
- package/dist/ionic/p-da263d8e.entry.js +0 -4
- package/dist/ionic/p-dda5c73d.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-ecceeb90.js +0 -4
- package/dist/ionic/p-efaffe74.entry.js +0 -4
- package/dist/ionic/p-f0ab13a8.system.entry.js +0 -4
- package/dist/ionic/p-f1acf541.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,14 @@ 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
|
+
* Set to `"soft"` for an accordion group with slightly rounded corners, `"round"` for an accordion group with fully rounded corners, or `"rectangular"` for an accordion group without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes. Only applies when `expand` is set to `"inset"`.
|
|
141
|
+
*/
|
|
142
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
143
|
+
/**
|
|
144
|
+
* The theme determines the visual appearance of the component.
|
|
145
|
+
*/
|
|
146
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
135
147
|
/**
|
|
136
148
|
* The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
|
|
137
149
|
*/
|
|
@@ -187,7 +199,7 @@ export namespace Components {
|
|
|
187
199
|
*/
|
|
188
200
|
"leaveAnimation"?: AnimationBuilder;
|
|
189
201
|
/**
|
|
190
|
-
* The mode determines
|
|
202
|
+
* The mode determines the platform behaviors of the component.
|
|
191
203
|
*/
|
|
192
204
|
"mode"?: "ios" | "md";
|
|
193
205
|
/**
|
|
@@ -208,7 +220,11 @@ export namespace Components {
|
|
|
208
220
|
*/
|
|
209
221
|
"subHeader"?: string;
|
|
210
222
|
/**
|
|
211
|
-
*
|
|
223
|
+
* The theme determines the visual appearance of the component.
|
|
224
|
+
*/
|
|
225
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
226
|
+
/**
|
|
227
|
+
* 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
228
|
*/
|
|
213
229
|
"translucent": boolean;
|
|
214
230
|
/**
|
|
@@ -274,7 +290,7 @@ export namespace Components {
|
|
|
274
290
|
*/
|
|
275
291
|
"message"?: string | IonicSafeString;
|
|
276
292
|
/**
|
|
277
|
-
* The mode determines
|
|
293
|
+
* The mode determines the platform behaviors of the component.
|
|
278
294
|
*/
|
|
279
295
|
"mode"?: "ios" | "md";
|
|
280
296
|
/**
|
|
@@ -295,7 +311,11 @@ export namespace Components {
|
|
|
295
311
|
*/
|
|
296
312
|
"subHeader"?: string;
|
|
297
313
|
/**
|
|
298
|
-
*
|
|
314
|
+
* The theme determines the visual appearance of the component.
|
|
315
|
+
*/
|
|
316
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
317
|
+
/**
|
|
318
|
+
* 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
319
|
*/
|
|
300
320
|
"translucent": boolean;
|
|
301
321
|
/**
|
|
@@ -304,12 +324,36 @@ export namespace Components {
|
|
|
304
324
|
"trigger": string | undefined;
|
|
305
325
|
}
|
|
306
326
|
interface IonApp {
|
|
327
|
+
/**
|
|
328
|
+
* The mode determines the platform behaviors of the component.
|
|
329
|
+
*/
|
|
330
|
+
"mode"?: "ios" | "md";
|
|
307
331
|
/**
|
|
308
332
|
* 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
333
|
*/
|
|
310
334
|
"setFocus": (elements: HTMLElement[]) => Promise<void>;
|
|
335
|
+
/**
|
|
336
|
+
* The theme determines the visual appearance of the component.
|
|
337
|
+
*/
|
|
338
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
311
339
|
}
|
|
312
340
|
interface IonAvatar {
|
|
341
|
+
/**
|
|
342
|
+
* The mode determines the platform behaviors of the component.
|
|
343
|
+
*/
|
|
344
|
+
"mode"?: "ios" | "md";
|
|
345
|
+
/**
|
|
346
|
+
* 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.
|
|
347
|
+
*/
|
|
348
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
349
|
+
/**
|
|
350
|
+
* 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.
|
|
351
|
+
*/
|
|
352
|
+
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
353
|
+
/**
|
|
354
|
+
* The theme determines the visual appearance of the component.
|
|
355
|
+
*/
|
|
356
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
313
357
|
}
|
|
314
358
|
interface IonBackButton {
|
|
315
359
|
/**
|
|
@@ -329,7 +373,7 @@ export namespace Components {
|
|
|
329
373
|
*/
|
|
330
374
|
"icon"?: string | null;
|
|
331
375
|
/**
|
|
332
|
-
* The mode determines
|
|
376
|
+
* The mode determines the platform behaviors of the component.
|
|
333
377
|
*/
|
|
334
378
|
"mode"?: "ios" | "md";
|
|
335
379
|
/**
|
|
@@ -340,12 +384,20 @@ export namespace Components {
|
|
|
340
384
|
* The text to display in the back button.
|
|
341
385
|
*/
|
|
342
386
|
"text"?: string | null;
|
|
387
|
+
/**
|
|
388
|
+
* The theme determines the visual appearance of the component.
|
|
389
|
+
*/
|
|
390
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
343
391
|
/**
|
|
344
392
|
* The type of the button.
|
|
345
393
|
*/
|
|
346
394
|
"type": 'submit' | 'reset' | 'button';
|
|
347
395
|
}
|
|
348
396
|
interface IonBackdrop {
|
|
397
|
+
/**
|
|
398
|
+
* The mode determines the platform behaviors of the component.
|
|
399
|
+
*/
|
|
400
|
+
"mode"?: "ios" | "md";
|
|
349
401
|
/**
|
|
350
402
|
* If `true`, the backdrop will stop propagation on tap.
|
|
351
403
|
*/
|
|
@@ -354,6 +406,10 @@ export namespace Components {
|
|
|
354
406
|
* If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.
|
|
355
407
|
*/
|
|
356
408
|
"tappable": boolean;
|
|
409
|
+
/**
|
|
410
|
+
* The theme determines the visual appearance of the component.
|
|
411
|
+
*/
|
|
412
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
357
413
|
/**
|
|
358
414
|
* If `true`, the backdrop will be visible.
|
|
359
415
|
*/
|
|
@@ -365,9 +421,21 @@ export namespace Components {
|
|
|
365
421
|
*/
|
|
366
422
|
"color"?: Color;
|
|
367
423
|
/**
|
|
368
|
-
* The mode determines
|
|
424
|
+
* The mode determines the platform behaviors of the component.
|
|
369
425
|
*/
|
|
370
426
|
"mode"?: "ios" | "md";
|
|
427
|
+
/**
|
|
428
|
+
* 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.
|
|
429
|
+
*/
|
|
430
|
+
"shape"?: 'soft' | 'round | rectangular';
|
|
431
|
+
/**
|
|
432
|
+
* 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.
|
|
433
|
+
*/
|
|
434
|
+
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
435
|
+
/**
|
|
436
|
+
* The theme determines the visual appearance of the component.
|
|
437
|
+
*/
|
|
438
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
371
439
|
}
|
|
372
440
|
interface IonBreadcrumb {
|
|
373
441
|
/**
|
|
@@ -393,7 +461,7 @@ export namespace Components {
|
|
|
393
461
|
"href": string | undefined;
|
|
394
462
|
"last": boolean;
|
|
395
463
|
/**
|
|
396
|
-
* The mode determines
|
|
464
|
+
* The mode determines the platform behaviors of the component.
|
|
397
465
|
*/
|
|
398
466
|
"mode"?: "ios" | "md";
|
|
399
467
|
/**
|
|
@@ -417,6 +485,10 @@ export namespace Components {
|
|
|
417
485
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
418
486
|
*/
|
|
419
487
|
"target": string | undefined;
|
|
488
|
+
/**
|
|
489
|
+
* The theme determines the visual appearance of the component.
|
|
490
|
+
*/
|
|
491
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
420
492
|
}
|
|
421
493
|
interface IonBreadcrumbs {
|
|
422
494
|
/**
|
|
@@ -436,9 +508,13 @@ export namespace Components {
|
|
|
436
508
|
*/
|
|
437
509
|
"maxItems"?: number;
|
|
438
510
|
/**
|
|
439
|
-
* The mode determines
|
|
511
|
+
* The mode determines the platform behaviors of the component.
|
|
440
512
|
*/
|
|
441
513
|
"mode"?: "ios" | "md";
|
|
514
|
+
/**
|
|
515
|
+
* The theme determines the visual appearance of the component.
|
|
516
|
+
*/
|
|
517
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
442
518
|
}
|
|
443
519
|
interface IonButton {
|
|
444
520
|
/**
|
|
@@ -474,7 +550,7 @@ export namespace Components {
|
|
|
474
550
|
*/
|
|
475
551
|
"href": string | undefined;
|
|
476
552
|
/**
|
|
477
|
-
* The mode determines
|
|
553
|
+
* The mode determines the platform behaviors of the component.
|
|
478
554
|
*/
|
|
479
555
|
"mode"?: "ios" | "md";
|
|
480
556
|
/**
|
|
@@ -490,13 +566,13 @@ export namespace Components {
|
|
|
490
566
|
*/
|
|
491
567
|
"routerDirection": RouterDirection;
|
|
492
568
|
/**
|
|
493
|
-
* Set to `"round"` for a button with
|
|
569
|
+
* 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
570
|
*/
|
|
495
|
-
"shape"?: 'round';
|
|
571
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
496
572
|
/**
|
|
497
573
|
* 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
574
|
*/
|
|
499
|
-
"size"?: 'small' | 'default' | 'large';
|
|
575
|
+
"size"?: 'xsmall' | 'small' | 'default' | 'large' | 'xlarge';
|
|
500
576
|
/**
|
|
501
577
|
* If `true`, activates a button with a heavier font weight.
|
|
502
578
|
*/
|
|
@@ -505,6 +581,10 @@ export namespace Components {
|
|
|
505
581
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
506
582
|
*/
|
|
507
583
|
"target": string | undefined;
|
|
584
|
+
/**
|
|
585
|
+
* The theme determines the visual appearance of the component.
|
|
586
|
+
*/
|
|
587
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
508
588
|
/**
|
|
509
589
|
* The type of the button.
|
|
510
590
|
*/
|
|
@@ -512,9 +592,17 @@ export namespace Components {
|
|
|
512
592
|
}
|
|
513
593
|
interface IonButtons {
|
|
514
594
|
/**
|
|
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`
|
|
595
|
+
* 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
596
|
*/
|
|
517
597
|
"collapse": boolean;
|
|
598
|
+
/**
|
|
599
|
+
* The mode determines the platform behaviors of the component.
|
|
600
|
+
*/
|
|
601
|
+
"mode"?: "ios" | "md";
|
|
602
|
+
/**
|
|
603
|
+
* The theme determines the visual appearance of the component.
|
|
604
|
+
*/
|
|
605
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
518
606
|
}
|
|
519
607
|
interface IonCard {
|
|
520
608
|
/**
|
|
@@ -538,7 +626,7 @@ export namespace Components {
|
|
|
538
626
|
*/
|
|
539
627
|
"href": string | undefined;
|
|
540
628
|
/**
|
|
541
|
-
* The mode determines
|
|
629
|
+
* The mode determines the platform behaviors of the component.
|
|
542
630
|
*/
|
|
543
631
|
"mode"?: "ios" | "md";
|
|
544
632
|
/**
|
|
@@ -553,10 +641,18 @@ export namespace Components {
|
|
|
553
641
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
554
642
|
*/
|
|
555
643
|
"routerDirection": RouterDirection;
|
|
644
|
+
/**
|
|
645
|
+
* 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"`.
|
|
646
|
+
*/
|
|
647
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
556
648
|
/**
|
|
557
649
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
558
650
|
*/
|
|
559
651
|
"target": string | undefined;
|
|
652
|
+
/**
|
|
653
|
+
* The theme determines the visual appearance of the component.
|
|
654
|
+
*/
|
|
655
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
560
656
|
/**
|
|
561
657
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
562
658
|
*/
|
|
@@ -564,9 +660,13 @@ export namespace Components {
|
|
|
564
660
|
}
|
|
565
661
|
interface IonCardContent {
|
|
566
662
|
/**
|
|
567
|
-
* The mode determines
|
|
663
|
+
* The mode determines the platform behaviors of the component.
|
|
568
664
|
*/
|
|
569
665
|
"mode"?: "ios" | "md";
|
|
666
|
+
/**
|
|
667
|
+
* The theme determines the visual appearance of the component.
|
|
668
|
+
*/
|
|
669
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
570
670
|
}
|
|
571
671
|
interface IonCardHeader {
|
|
572
672
|
/**
|
|
@@ -574,11 +674,15 @@ export namespace Components {
|
|
|
574
674
|
*/
|
|
575
675
|
"color"?: Color;
|
|
576
676
|
/**
|
|
577
|
-
* The mode determines
|
|
677
|
+
* The mode determines the platform behaviors of the component.
|
|
578
678
|
*/
|
|
579
679
|
"mode"?: "ios" | "md";
|
|
580
680
|
/**
|
|
581
|
-
*
|
|
681
|
+
* The theme determines the visual appearance of the component.
|
|
682
|
+
*/
|
|
683
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
684
|
+
/**
|
|
685
|
+
* 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
686
|
*/
|
|
583
687
|
"translucent": boolean;
|
|
584
688
|
}
|
|
@@ -588,9 +692,13 @@ export namespace Components {
|
|
|
588
692
|
*/
|
|
589
693
|
"color"?: Color;
|
|
590
694
|
/**
|
|
591
|
-
* The mode determines
|
|
695
|
+
* The mode determines the platform behaviors of the component.
|
|
592
696
|
*/
|
|
593
697
|
"mode"?: "ios" | "md";
|
|
698
|
+
/**
|
|
699
|
+
* The theme determines the visual appearance of the component.
|
|
700
|
+
*/
|
|
701
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
594
702
|
}
|
|
595
703
|
interface IonCardTitle {
|
|
596
704
|
/**
|
|
@@ -598,9 +706,13 @@ export namespace Components {
|
|
|
598
706
|
*/
|
|
599
707
|
"color"?: Color;
|
|
600
708
|
/**
|
|
601
|
-
* The mode determines
|
|
709
|
+
* The mode determines the platform behaviors of the component.
|
|
602
710
|
*/
|
|
603
711
|
"mode"?: "ios" | "md";
|
|
712
|
+
/**
|
|
713
|
+
* The theme determines the visual appearance of the component.
|
|
714
|
+
*/
|
|
715
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
604
716
|
}
|
|
605
717
|
interface IonCheckbox {
|
|
606
718
|
/**
|
|
@@ -632,13 +744,25 @@ export namespace Components {
|
|
|
632
744
|
*/
|
|
633
745
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
634
746
|
/**
|
|
635
|
-
* The mode determines
|
|
747
|
+
* The mode determines the platform behaviors of the component.
|
|
636
748
|
*/
|
|
637
749
|
"mode"?: "ios" | "md";
|
|
638
750
|
/**
|
|
639
751
|
* The name of the control, which is submitted with the form data.
|
|
640
752
|
*/
|
|
641
753
|
"name": string;
|
|
754
|
+
/**
|
|
755
|
+
* Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
|
|
756
|
+
*/
|
|
757
|
+
"shape"?: 'soft' | 'rectangular';
|
|
758
|
+
/**
|
|
759
|
+
* Set to `"small"` for a checkbox with less height and padding.
|
|
760
|
+
*/
|
|
761
|
+
"size"?: 'small';
|
|
762
|
+
/**
|
|
763
|
+
* The theme determines the visual appearance of the component.
|
|
764
|
+
*/
|
|
765
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
642
766
|
/**
|
|
643
767
|
* 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
768
|
*/
|
|
@@ -654,15 +778,31 @@ export namespace Components {
|
|
|
654
778
|
*/
|
|
655
779
|
"disabled": boolean;
|
|
656
780
|
/**
|
|
657
|
-
* The mode determines
|
|
781
|
+
* The mode determines the platform behaviors of the component.
|
|
658
782
|
*/
|
|
659
783
|
"mode"?: "ios" | "md";
|
|
660
784
|
/**
|
|
661
785
|
* Display an outline style button.
|
|
662
786
|
*/
|
|
663
787
|
"outline": boolean;
|
|
788
|
+
/**
|
|
789
|
+
* 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.
|
|
790
|
+
*/
|
|
791
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
792
|
+
/**
|
|
793
|
+
* Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
|
|
794
|
+
*/
|
|
795
|
+
"size"?: 'small' | 'large';
|
|
796
|
+
/**
|
|
797
|
+
* The theme determines the visual appearance of the component.
|
|
798
|
+
*/
|
|
799
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
664
800
|
}
|
|
665
801
|
interface IonCol {
|
|
802
|
+
/**
|
|
803
|
+
* The mode determines the platform behaviors of the component.
|
|
804
|
+
*/
|
|
805
|
+
"mode"?: "ios" | "md";
|
|
666
806
|
/**
|
|
667
807
|
* The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
|
|
668
808
|
*/
|
|
@@ -759,6 +899,10 @@ export namespace Components {
|
|
|
759
899
|
* 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
900
|
*/
|
|
761
901
|
"sizeXs"?: string;
|
|
902
|
+
/**
|
|
903
|
+
* The theme determines the visual appearance of the component.
|
|
904
|
+
*/
|
|
905
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
762
906
|
}
|
|
763
907
|
interface IonContent {
|
|
764
908
|
/**
|
|
@@ -785,6 +929,10 @@ export namespace Components {
|
|
|
785
929
|
* 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
930
|
*/
|
|
787
931
|
"getScrollElement": () => Promise<HTMLElement>;
|
|
932
|
+
/**
|
|
933
|
+
* The mode determines the platform behaviors of the component.
|
|
934
|
+
*/
|
|
935
|
+
"mode"?: "ios" | "md";
|
|
788
936
|
/**
|
|
789
937
|
* Scroll by a specified X/Y distance in the component.
|
|
790
938
|
* @param x The amount to scroll by on the horizontal axis.
|
|
@@ -821,6 +969,10 @@ export namespace Components {
|
|
|
821
969
|
* If you want to disable the content scrolling in the Y axis, set this property to `false`.
|
|
822
970
|
*/
|
|
823
971
|
"scrollY": boolean;
|
|
972
|
+
/**
|
|
973
|
+
* The theme determines the visual appearance of the component.
|
|
974
|
+
*/
|
|
975
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
824
976
|
}
|
|
825
977
|
interface IonDatetime {
|
|
826
978
|
/**
|
|
@@ -896,7 +1048,7 @@ export namespace Components {
|
|
|
896
1048
|
*/
|
|
897
1049
|
"minuteValues"?: number[] | number | string;
|
|
898
1050
|
/**
|
|
899
|
-
* The mode determines
|
|
1051
|
+
* The mode determines the platform behaviors of the component.
|
|
900
1052
|
*/
|
|
901
1053
|
"mode"?: "ios" | "md";
|
|
902
1054
|
/**
|
|
@@ -947,6 +1099,10 @@ export namespace Components {
|
|
|
947
1099
|
* 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
1100
|
*/
|
|
949
1101
|
"size": 'cover' | 'fixed';
|
|
1102
|
+
/**
|
|
1103
|
+
* The theme determines the visual appearance of the component.
|
|
1104
|
+
*/
|
|
1105
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
950
1106
|
/**
|
|
951
1107
|
* 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
1108
|
*/
|
|
@@ -974,9 +1130,13 @@ export namespace Components {
|
|
|
974
1130
|
*/
|
|
975
1131
|
"disabled": boolean;
|
|
976
1132
|
/**
|
|
977
|
-
* The mode determines
|
|
1133
|
+
* The mode determines the platform behaviors of the component.
|
|
978
1134
|
*/
|
|
979
1135
|
"mode"?: "ios" | "md";
|
|
1136
|
+
/**
|
|
1137
|
+
* The theme determines the visual appearance of the component.
|
|
1138
|
+
*/
|
|
1139
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
980
1140
|
}
|
|
981
1141
|
interface IonFab {
|
|
982
1142
|
/**
|
|
@@ -995,6 +1155,14 @@ export namespace Components {
|
|
|
995
1155
|
* Where to align the fab horizontally in the viewport.
|
|
996
1156
|
*/
|
|
997
1157
|
"horizontal"?: 'start' | 'end' | 'center';
|
|
1158
|
+
/**
|
|
1159
|
+
* The mode determines the platform behaviors of the component.
|
|
1160
|
+
*/
|
|
1161
|
+
"mode"?: "ios" | "md";
|
|
1162
|
+
/**
|
|
1163
|
+
* The theme determines the visual appearance of the component.
|
|
1164
|
+
*/
|
|
1165
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
998
1166
|
/**
|
|
999
1167
|
* Opens/Closes the FAB list container.
|
|
1000
1168
|
*/
|
|
@@ -1012,7 +1180,7 @@ export namespace Components {
|
|
|
1012
1180
|
/**
|
|
1013
1181
|
* 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
1182
|
*/
|
|
1015
|
-
"closeIcon"
|
|
1183
|
+
"closeIcon"?: string;
|
|
1016
1184
|
/**
|
|
1017
1185
|
* 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
1186
|
*/
|
|
@@ -1030,7 +1198,7 @@ export namespace Components {
|
|
|
1030
1198
|
*/
|
|
1031
1199
|
"href": string | undefined;
|
|
1032
1200
|
/**
|
|
1033
|
-
* The mode determines
|
|
1201
|
+
* The mode determines the platform behaviors of the component.
|
|
1034
1202
|
*/
|
|
1035
1203
|
"mode"?: "ios" | "md";
|
|
1036
1204
|
/**
|
|
@@ -1058,7 +1226,11 @@ export namespace Components {
|
|
|
1058
1226
|
*/
|
|
1059
1227
|
"target": string | undefined;
|
|
1060
1228
|
/**
|
|
1061
|
-
*
|
|
1229
|
+
* The theme determines the visual appearance of the component.
|
|
1230
|
+
*/
|
|
1231
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1232
|
+
/**
|
|
1233
|
+
* 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
1234
|
*/
|
|
1063
1235
|
"translucent": boolean;
|
|
1064
1236
|
/**
|
|
@@ -1071,22 +1243,34 @@ export namespace Components {
|
|
|
1071
1243
|
* If `true`, the fab list will show all fab buttons in the list.
|
|
1072
1244
|
*/
|
|
1073
1245
|
"activated": boolean;
|
|
1246
|
+
/**
|
|
1247
|
+
* The mode determines the platform behaviors of the component.
|
|
1248
|
+
*/
|
|
1249
|
+
"mode"?: "ios" | "md";
|
|
1074
1250
|
/**
|
|
1075
1251
|
* The side the fab list will show on relative to the main fab button.
|
|
1076
1252
|
*/
|
|
1077
1253
|
"side": 'start' | 'end' | 'top' | 'bottom';
|
|
1254
|
+
/**
|
|
1255
|
+
* The theme determines the visual appearance of the component.
|
|
1256
|
+
*/
|
|
1257
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1078
1258
|
}
|
|
1079
1259
|
interface IonFooter {
|
|
1080
1260
|
/**
|
|
1081
|
-
* Describes the scroll effect that will be applied to the footer. Only applies
|
|
1261
|
+
* Describes the scroll effect that will be applied to the footer. Only applies when the theme is `"ios"`.
|
|
1082
1262
|
*/
|
|
1083
1263
|
"collapse"?: 'fade';
|
|
1084
1264
|
/**
|
|
1085
|
-
* The mode determines
|
|
1265
|
+
* The mode determines the platform behaviors of the component.
|
|
1086
1266
|
*/
|
|
1087
1267
|
"mode"?: "ios" | "md";
|
|
1088
1268
|
/**
|
|
1089
|
-
*
|
|
1269
|
+
* The theme determines the visual appearance of the component.
|
|
1270
|
+
*/
|
|
1271
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1272
|
+
/**
|
|
1273
|
+
* 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
1274
|
*/
|
|
1091
1275
|
"translucent": boolean;
|
|
1092
1276
|
}
|
|
@@ -1095,18 +1279,34 @@ export namespace Components {
|
|
|
1095
1279
|
* If `true`, the grid will have a fixed width based on the screen size.
|
|
1096
1280
|
*/
|
|
1097
1281
|
"fixed": boolean;
|
|
1282
|
+
/**
|
|
1283
|
+
* The mode determines the platform behaviors of the component.
|
|
1284
|
+
*/
|
|
1285
|
+
"mode"?: "ios" | "md";
|
|
1286
|
+
/**
|
|
1287
|
+
* The theme determines the visual appearance of the component.
|
|
1288
|
+
*/
|
|
1289
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1098
1290
|
}
|
|
1099
1291
|
interface IonHeader {
|
|
1100
1292
|
/**
|
|
1101
|
-
* Describes the scroll effect that will be applied to the header. Only applies
|
|
1293
|
+
* 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
1294
|
*/
|
|
1103
1295
|
"collapse"?: 'condense' | 'fade';
|
|
1104
1296
|
/**
|
|
1105
|
-
*
|
|
1297
|
+
* If `true`, the header will have a line at the bottom. TODO(ROU-10855): add support for this prop on ios/md themes
|
|
1298
|
+
*/
|
|
1299
|
+
"divider": boolean;
|
|
1300
|
+
/**
|
|
1301
|
+
* The mode determines the platform behaviors of the component.
|
|
1106
1302
|
*/
|
|
1107
1303
|
"mode"?: "ios" | "md";
|
|
1108
1304
|
/**
|
|
1109
|
-
*
|
|
1305
|
+
* The theme determines the visual appearance of the component.
|
|
1306
|
+
*/
|
|
1307
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1308
|
+
/**
|
|
1309
|
+
* 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
1310
|
*/
|
|
1111
1311
|
"translucent": boolean;
|
|
1112
1312
|
}
|
|
@@ -1115,10 +1315,18 @@ export namespace Components {
|
|
|
1115
1315
|
* 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
1316
|
*/
|
|
1117
1317
|
"alt"?: string;
|
|
1318
|
+
/**
|
|
1319
|
+
* The mode determines the platform behaviors of the component.
|
|
1320
|
+
*/
|
|
1321
|
+
"mode"?: "ios" | "md";
|
|
1118
1322
|
/**
|
|
1119
1323
|
* The image URL. This attribute is mandatory for the `<img>` element.
|
|
1120
1324
|
*/
|
|
1121
1325
|
"src"?: string;
|
|
1326
|
+
/**
|
|
1327
|
+
* The theme determines the visual appearance of the component.
|
|
1328
|
+
*/
|
|
1329
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1122
1330
|
}
|
|
1123
1331
|
interface IonInfiniteScroll {
|
|
1124
1332
|
/**
|
|
@@ -1129,10 +1337,18 @@ export namespace Components {
|
|
|
1129
1337
|
* 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
1338
|
*/
|
|
1131
1339
|
"disabled": boolean;
|
|
1340
|
+
/**
|
|
1341
|
+
* The mode determines the platform behaviors of the component.
|
|
1342
|
+
*/
|
|
1343
|
+
"mode"?: "ios" | "md";
|
|
1132
1344
|
/**
|
|
1133
1345
|
* The position of the infinite scroll element. The value can be either `top` or `bottom`.
|
|
1134
1346
|
*/
|
|
1135
1347
|
"position": 'top' | 'bottom';
|
|
1348
|
+
/**
|
|
1349
|
+
* The theme determines the visual appearance of the component.
|
|
1350
|
+
*/
|
|
1351
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1136
1352
|
/**
|
|
1137
1353
|
* 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
1354
|
*/
|
|
@@ -1147,6 +1363,14 @@ export namespace Components {
|
|
|
1147
1363
|
* 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
1364
|
*/
|
|
1149
1365
|
"loadingText"?: string | IonicSafeString;
|
|
1366
|
+
/**
|
|
1367
|
+
* The mode determines the platform behaviors of the component.
|
|
1368
|
+
*/
|
|
1369
|
+
"mode"?: "ios" | "md";
|
|
1370
|
+
/**
|
|
1371
|
+
* The theme determines the visual appearance of the component.
|
|
1372
|
+
*/
|
|
1373
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1150
1374
|
}
|
|
1151
1375
|
interface IonInput {
|
|
1152
1376
|
/**
|
|
@@ -1206,7 +1430,7 @@ export namespace Components {
|
|
|
1206
1430
|
*/
|
|
1207
1431
|
"errorText"?: string;
|
|
1208
1432
|
/**
|
|
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
|
|
1433
|
+
* 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
1434
|
*/
|
|
1211
1435
|
"fill"?: 'outline' | 'solid';
|
|
1212
1436
|
/**
|
|
@@ -1226,9 +1450,9 @@ export namespace Components {
|
|
|
1226
1450
|
*/
|
|
1227
1451
|
"label"?: string;
|
|
1228
1452
|
/**
|
|
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 ("...").
|
|
1453
|
+
* 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
1454
|
*/
|
|
1231
|
-
"labelPlacement"
|
|
1455
|
+
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
1232
1456
|
/**
|
|
1233
1457
|
* The maximum value, which must not be less than its minimum (min attribute) value.
|
|
1234
1458
|
*/
|
|
@@ -1246,7 +1470,7 @@ export namespace Components {
|
|
|
1246
1470
|
*/
|
|
1247
1471
|
"minlength"?: number;
|
|
1248
1472
|
/**
|
|
1249
|
-
* The mode determines
|
|
1473
|
+
* The mode determines the platform behaviors of the component.
|
|
1250
1474
|
*/
|
|
1251
1475
|
"mode"?: "ios" | "md";
|
|
1252
1476
|
/**
|
|
@@ -1278,9 +1502,13 @@ export namespace Components {
|
|
|
1278
1502
|
*/
|
|
1279
1503
|
"setFocus": () => Promise<void>;
|
|
1280
1504
|
/**
|
|
1281
|
-
*
|
|
1505
|
+
* 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
1506
|
*/
|
|
1283
|
-
"shape"?: 'round';
|
|
1507
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1508
|
+
/**
|
|
1509
|
+
* 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.
|
|
1510
|
+
*/
|
|
1511
|
+
"size"?: 'medium' | 'large' | 'xlarge';
|
|
1284
1512
|
/**
|
|
1285
1513
|
* If `true`, the element will have its spelling and grammar checked.
|
|
1286
1514
|
*/
|
|
@@ -1289,6 +1517,10 @@ export namespace Components {
|
|
|
1289
1517
|
* 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
1518
|
*/
|
|
1291
1519
|
"step"?: string;
|
|
1520
|
+
/**
|
|
1521
|
+
* The theme determines the visual appearance of the component.
|
|
1522
|
+
*/
|
|
1523
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1292
1524
|
/**
|
|
1293
1525
|
* The type of control to display. The default type is text.
|
|
1294
1526
|
*/
|
|
@@ -1327,13 +1559,13 @@ export namespace Components {
|
|
|
1327
1559
|
*/
|
|
1328
1560
|
"color"?: Color;
|
|
1329
1561
|
/**
|
|
1330
|
-
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
1562
|
+
* 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
1563
|
*/
|
|
1332
1564
|
"detail"?: boolean;
|
|
1333
1565
|
/**
|
|
1334
1566
|
* The icon to use when `detail` is set to `true`.
|
|
1335
1567
|
*/
|
|
1336
|
-
"detailIcon"
|
|
1568
|
+
"detailIcon"?: string;
|
|
1337
1569
|
/**
|
|
1338
1570
|
* If `true`, the user cannot interact with the item.
|
|
1339
1571
|
*/
|
|
@@ -1351,7 +1583,7 @@ export namespace Components {
|
|
|
1351
1583
|
*/
|
|
1352
1584
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1353
1585
|
/**
|
|
1354
|
-
* The mode determines
|
|
1586
|
+
* The mode determines the platform behaviors of the component.
|
|
1355
1587
|
*/
|
|
1356
1588
|
"mode"?: "ios" | "md";
|
|
1357
1589
|
/**
|
|
@@ -1370,6 +1602,10 @@ export namespace Components {
|
|
|
1370
1602
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
1371
1603
|
*/
|
|
1372
1604
|
"target": string | undefined;
|
|
1605
|
+
/**
|
|
1606
|
+
* The theme determines the visual appearance of the component.
|
|
1607
|
+
*/
|
|
1608
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1373
1609
|
/**
|
|
1374
1610
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
1375
1611
|
*/
|
|
@@ -1381,15 +1617,27 @@ export namespace Components {
|
|
|
1381
1617
|
*/
|
|
1382
1618
|
"color"?: Color;
|
|
1383
1619
|
/**
|
|
1384
|
-
* The mode determines
|
|
1620
|
+
* The mode determines the platform behaviors of the component.
|
|
1385
1621
|
*/
|
|
1386
1622
|
"mode"?: "ios" | "md";
|
|
1387
1623
|
/**
|
|
1388
1624
|
* 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
1625
|
*/
|
|
1390
1626
|
"sticky": boolean;
|
|
1627
|
+
/**
|
|
1628
|
+
* The theme determines the visual appearance of the component.
|
|
1629
|
+
*/
|
|
1630
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1391
1631
|
}
|
|
1392
1632
|
interface IonItemGroup {
|
|
1633
|
+
/**
|
|
1634
|
+
* The mode determines the platform behaviors of the component.
|
|
1635
|
+
*/
|
|
1636
|
+
"mode"?: "ios" | "md";
|
|
1637
|
+
/**
|
|
1638
|
+
* The theme determines the visual appearance of the component.
|
|
1639
|
+
*/
|
|
1640
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1393
1641
|
}
|
|
1394
1642
|
interface IonItemOption {
|
|
1395
1643
|
/**
|
|
@@ -1413,17 +1661,25 @@ export namespace Components {
|
|
|
1413
1661
|
*/
|
|
1414
1662
|
"href": string | undefined;
|
|
1415
1663
|
/**
|
|
1416
|
-
* The mode determines
|
|
1664
|
+
* The mode determines the platform behaviors of the component.
|
|
1417
1665
|
*/
|
|
1418
1666
|
"mode"?: "ios" | "md";
|
|
1419
1667
|
/**
|
|
1420
1668
|
* 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
1669
|
*/
|
|
1422
1670
|
"rel": string | undefined;
|
|
1671
|
+
/**
|
|
1672
|
+
* 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.
|
|
1673
|
+
*/
|
|
1674
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1423
1675
|
/**
|
|
1424
1676
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
1425
1677
|
*/
|
|
1426
1678
|
"target": string | undefined;
|
|
1679
|
+
/**
|
|
1680
|
+
* The theme determines the visual appearance of the component.
|
|
1681
|
+
*/
|
|
1682
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1427
1683
|
/**
|
|
1428
1684
|
* The type of the button.
|
|
1429
1685
|
*/
|
|
@@ -1431,10 +1687,18 @@ export namespace Components {
|
|
|
1431
1687
|
}
|
|
1432
1688
|
interface IonItemOptions {
|
|
1433
1689
|
"fireSwipeEvent": () => Promise<void>;
|
|
1690
|
+
/**
|
|
1691
|
+
* The mode determines the platform behaviors of the component.
|
|
1692
|
+
*/
|
|
1693
|
+
"mode"?: "ios" | "md";
|
|
1434
1694
|
/**
|
|
1435
1695
|
* 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
1696
|
*/
|
|
1437
1697
|
"side": Side;
|
|
1698
|
+
/**
|
|
1699
|
+
* The theme determines the visual appearance of the component.
|
|
1700
|
+
*/
|
|
1701
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1438
1702
|
}
|
|
1439
1703
|
interface IonItemSliding {
|
|
1440
1704
|
/**
|
|
@@ -1457,11 +1721,19 @@ export namespace Components {
|
|
|
1457
1721
|
* 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
1722
|
*/
|
|
1459
1723
|
"getSlidingRatio": () => Promise<number>;
|
|
1724
|
+
/**
|
|
1725
|
+
* The mode determines the platform behaviors of the component.
|
|
1726
|
+
*/
|
|
1727
|
+
"mode"?: "ios" | "md";
|
|
1460
1728
|
/**
|
|
1461
1729
|
* Open the sliding item.
|
|
1462
1730
|
* @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
1731
|
*/
|
|
1464
1732
|
"open": (side: Side | undefined) => Promise<void>;
|
|
1733
|
+
/**
|
|
1734
|
+
* The theme determines the visual appearance of the component.
|
|
1735
|
+
*/
|
|
1736
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1465
1737
|
}
|
|
1466
1738
|
interface IonLabel {
|
|
1467
1739
|
/**
|
|
@@ -1469,13 +1741,17 @@ export namespace Components {
|
|
|
1469
1741
|
*/
|
|
1470
1742
|
"color"?: Color;
|
|
1471
1743
|
/**
|
|
1472
|
-
* The mode determines
|
|
1744
|
+
* The mode determines the platform behaviors of the component.
|
|
1473
1745
|
*/
|
|
1474
1746
|
"mode"?: "ios" | "md";
|
|
1475
1747
|
/**
|
|
1476
1748
|
* The position determines where and how the label behaves inside an item.
|
|
1477
1749
|
*/
|
|
1478
1750
|
"position"?: 'fixed' | 'stacked' | 'floating';
|
|
1751
|
+
/**
|
|
1752
|
+
* The theme determines the visual appearance of the component.
|
|
1753
|
+
*/
|
|
1754
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1479
1755
|
}
|
|
1480
1756
|
interface IonList {
|
|
1481
1757
|
/**
|
|
@@ -1491,9 +1767,17 @@ export namespace Components {
|
|
|
1491
1767
|
*/
|
|
1492
1768
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1493
1769
|
/**
|
|
1494
|
-
* The mode determines
|
|
1770
|
+
* The mode determines the platform behaviors of the component.
|
|
1495
1771
|
*/
|
|
1496
1772
|
"mode"?: "ios" | "md";
|
|
1773
|
+
/**
|
|
1774
|
+
* 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.
|
|
1775
|
+
*/
|
|
1776
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1777
|
+
/**
|
|
1778
|
+
* The theme determines the visual appearance of the component.
|
|
1779
|
+
*/
|
|
1780
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1497
1781
|
}
|
|
1498
1782
|
interface IonListHeader {
|
|
1499
1783
|
/**
|
|
@@ -1505,9 +1789,13 @@ export namespace Components {
|
|
|
1505
1789
|
*/
|
|
1506
1790
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1507
1791
|
/**
|
|
1508
|
-
* The mode determines
|
|
1792
|
+
* The mode determines the platform behaviors of the component.
|
|
1509
1793
|
*/
|
|
1510
1794
|
"mode"?: "ios" | "md";
|
|
1795
|
+
/**
|
|
1796
|
+
* The theme determines the visual appearance of the component.
|
|
1797
|
+
*/
|
|
1798
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1511
1799
|
}
|
|
1512
1800
|
interface IonLoading {
|
|
1513
1801
|
/**
|
|
@@ -1559,7 +1847,7 @@ export namespace Components {
|
|
|
1559
1847
|
*/
|
|
1560
1848
|
"message"?: string | IonicSafeString;
|
|
1561
1849
|
/**
|
|
1562
|
-
* The mode determines
|
|
1850
|
+
* The mode determines the platform behaviors of the component.
|
|
1563
1851
|
*/
|
|
1564
1852
|
"mode"?: "ios" | "md";
|
|
1565
1853
|
/**
|
|
@@ -1584,7 +1872,11 @@ export namespace Components {
|
|
|
1584
1872
|
*/
|
|
1585
1873
|
"spinner"?: SpinnerTypes | null;
|
|
1586
1874
|
/**
|
|
1587
|
-
*
|
|
1875
|
+
* The theme determines the visual appearance of the component.
|
|
1876
|
+
*/
|
|
1877
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1878
|
+
/**
|
|
1879
|
+
* 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
1880
|
*/
|
|
1589
1881
|
"translucent": boolean;
|
|
1590
1882
|
/**
|
|
@@ -1621,6 +1913,10 @@ export namespace Components {
|
|
|
1621
1913
|
* An id for the menu.
|
|
1622
1914
|
*/
|
|
1623
1915
|
"menuId"?: string;
|
|
1916
|
+
/**
|
|
1917
|
+
* The mode determines the platform behaviors of the component.
|
|
1918
|
+
*/
|
|
1919
|
+
"mode"?: "ios" | "md";
|
|
1624
1920
|
/**
|
|
1625
1921
|
* Opens the menu. If the menu is already open or it can't be opened, it returns `false`.
|
|
1626
1922
|
*/
|
|
@@ -1637,6 +1933,10 @@ export namespace Components {
|
|
|
1637
1933
|
* If `true`, swiping the menu is enabled.
|
|
1638
1934
|
*/
|
|
1639
1935
|
"swipeGesture": boolean;
|
|
1936
|
+
/**
|
|
1937
|
+
* The theme determines the visual appearance of the component.
|
|
1938
|
+
*/
|
|
1939
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1640
1940
|
/**
|
|
1641
1941
|
* 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
1942
|
*/
|
|
@@ -1664,9 +1964,13 @@ export namespace Components {
|
|
|
1664
1964
|
*/
|
|
1665
1965
|
"menu"?: string;
|
|
1666
1966
|
/**
|
|
1667
|
-
* The mode determines
|
|
1967
|
+
* The mode determines the platform behaviors of the component.
|
|
1668
1968
|
*/
|
|
1669
1969
|
"mode"?: "ios" | "md";
|
|
1970
|
+
/**
|
|
1971
|
+
* The theme determines the visual appearance of the component.
|
|
1972
|
+
*/
|
|
1973
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1670
1974
|
/**
|
|
1671
1975
|
* The type of the button.
|
|
1672
1976
|
*/
|
|
@@ -1681,6 +1985,14 @@ export namespace Components {
|
|
|
1681
1985
|
* 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
1986
|
*/
|
|
1683
1987
|
"menu"?: string;
|
|
1988
|
+
/**
|
|
1989
|
+
* The mode determines the platform behaviors of the component.
|
|
1990
|
+
*/
|
|
1991
|
+
"mode"?: "ios" | "md";
|
|
1992
|
+
/**
|
|
1993
|
+
* The theme determines the visual appearance of the component.
|
|
1994
|
+
*/
|
|
1995
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1684
1996
|
}
|
|
1685
1997
|
interface IonModal {
|
|
1686
1998
|
/**
|
|
@@ -1768,7 +2080,7 @@ export namespace Components {
|
|
|
1768
2080
|
*/
|
|
1769
2081
|
"leaveAnimation"?: AnimationBuilder;
|
|
1770
2082
|
/**
|
|
1771
|
-
* The mode determines
|
|
2083
|
+
* The mode determines the platform behaviors of the component.
|
|
1772
2084
|
*/
|
|
1773
2085
|
"mode"?: "ios" | "md";
|
|
1774
2086
|
/**
|
|
@@ -1792,10 +2104,18 @@ export namespace Components {
|
|
|
1792
2104
|
* Move a sheet style modal to a specific breakpoint. The breakpoint value must be a value defined in your `breakpoints` array.
|
|
1793
2105
|
*/
|
|
1794
2106
|
"setCurrentBreakpoint": (breakpoint: number) => Promise<void>;
|
|
2107
|
+
/**
|
|
2108
|
+
* 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.
|
|
2109
|
+
*/
|
|
2110
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1795
2111
|
/**
|
|
1796
2112
|
* 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
2113
|
*/
|
|
1798
2114
|
"showBackdrop": boolean;
|
|
2115
|
+
/**
|
|
2116
|
+
* The theme determines the visual appearance of the component.
|
|
2117
|
+
*/
|
|
2118
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1799
2119
|
/**
|
|
1800
2120
|
* An ID corresponding to the trigger element that causes the modal to open when clicked.
|
|
1801
2121
|
*/
|
|
@@ -1807,7 +2127,7 @@ export namespace Components {
|
|
|
1807
2127
|
*/
|
|
1808
2128
|
"animated": boolean;
|
|
1809
2129
|
/**
|
|
1810
|
-
* By default `ion-nav` animates transition between pages based
|
|
2130
|
+
* 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
2131
|
*/
|
|
1812
2132
|
"animation"?: AnimationBuilder;
|
|
1813
2133
|
/**
|
|
@@ -1855,6 +2175,10 @@ export namespace Components {
|
|
|
1855
2175
|
* @param done The transition complete function.
|
|
1856
2176
|
*/
|
|
1857
2177
|
"insertPages": (insertIndex: number, insertComponents: NavComponent[] | NavComponentWithProps[], opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>;
|
|
2178
|
+
/**
|
|
2179
|
+
* The mode determines the platform behaviors of the component.
|
|
2180
|
+
*/
|
|
2181
|
+
"mode"?: "ios" | "md";
|
|
1858
2182
|
/**
|
|
1859
2183
|
* Pop a component off of the navigation stack. Navigates back from the current component.
|
|
1860
2184
|
* @param opts The navigation options.
|
|
@@ -1926,6 +2250,10 @@ export namespace Components {
|
|
|
1926
2250
|
* If the nav component should allow for swipe-to-go-back.
|
|
1927
2251
|
*/
|
|
1928
2252
|
"swipeGesture"?: boolean;
|
|
2253
|
+
/**
|
|
2254
|
+
* The theme determines the visual appearance of the component.
|
|
2255
|
+
*/
|
|
2256
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1929
2257
|
}
|
|
1930
2258
|
interface IonNavLink {
|
|
1931
2259
|
/**
|
|
@@ -1936,6 +2264,10 @@ export namespace Components {
|
|
|
1936
2264
|
* Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
|
|
1937
2265
|
*/
|
|
1938
2266
|
"componentProps"?: ComponentProps;
|
|
2267
|
+
/**
|
|
2268
|
+
* The mode determines the platform behaviors of the component.
|
|
2269
|
+
*/
|
|
2270
|
+
"mode"?: "ios" | "md";
|
|
1939
2271
|
/**
|
|
1940
2272
|
* The transition animation when navigating to another page.
|
|
1941
2273
|
*/
|
|
@@ -1944,6 +2276,10 @@ export namespace Components {
|
|
|
1944
2276
|
* The transition direction when navigating to another page.
|
|
1945
2277
|
*/
|
|
1946
2278
|
"routerDirection": RouterDirection;
|
|
2279
|
+
/**
|
|
2280
|
+
* The theme determines the visual appearance of the component.
|
|
2281
|
+
*/
|
|
2282
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1947
2283
|
}
|
|
1948
2284
|
interface IonNote {
|
|
1949
2285
|
/**
|
|
@@ -1951,16 +2287,24 @@ export namespace Components {
|
|
|
1951
2287
|
*/
|
|
1952
2288
|
"color"?: Color;
|
|
1953
2289
|
/**
|
|
1954
|
-
* The mode determines
|
|
2290
|
+
* The mode determines the platform behaviors of the component.
|
|
1955
2291
|
*/
|
|
1956
2292
|
"mode"?: "ios" | "md";
|
|
2293
|
+
/**
|
|
2294
|
+
* The theme determines the visual appearance of the component.
|
|
2295
|
+
*/
|
|
2296
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1957
2297
|
}
|
|
1958
2298
|
interface IonPicker {
|
|
1959
2299
|
"exitInputMode": () => Promise<void>;
|
|
1960
2300
|
/**
|
|
1961
|
-
* The mode determines
|
|
2301
|
+
* The mode determines the platform behaviors of the component.
|
|
1962
2302
|
*/
|
|
1963
2303
|
"mode"?: "ios" | "md";
|
|
2304
|
+
/**
|
|
2305
|
+
* The theme determines the visual appearance of the component.
|
|
2306
|
+
*/
|
|
2307
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1964
2308
|
}
|
|
1965
2309
|
interface IonPickerColumn {
|
|
1966
2310
|
/**
|
|
@@ -1972,7 +2316,7 @@ export namespace Components {
|
|
|
1972
2316
|
*/
|
|
1973
2317
|
"disabled": boolean;
|
|
1974
2318
|
/**
|
|
1975
|
-
* The mode determines
|
|
2319
|
+
* The mode determines the platform behaviors of the component.
|
|
1976
2320
|
*/
|
|
1977
2321
|
"mode"?: "ios" | "md";
|
|
1978
2322
|
/**
|
|
@@ -1988,6 +2332,10 @@ export namespace Components {
|
|
|
1988
2332
|
* 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
2333
|
*/
|
|
1990
2334
|
"setValue": (value: PickerColumnValue) => Promise<void>;
|
|
2335
|
+
/**
|
|
2336
|
+
* The theme determines the visual appearance of the component.
|
|
2337
|
+
*/
|
|
2338
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1991
2339
|
/**
|
|
1992
2340
|
* The selected option in the picker.
|
|
1993
2341
|
*/
|
|
@@ -2002,6 +2350,14 @@ export namespace Components {
|
|
|
2002
2350
|
* If `true`, the user cannot interact with the picker column option.
|
|
2003
2351
|
*/
|
|
2004
2352
|
"disabled": boolean;
|
|
2353
|
+
/**
|
|
2354
|
+
* The mode determines the platform behaviors of the component.
|
|
2355
|
+
*/
|
|
2356
|
+
"mode"?: "ios" | "md";
|
|
2357
|
+
/**
|
|
2358
|
+
* The theme determines the visual appearance of the component.
|
|
2359
|
+
*/
|
|
2360
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2005
2361
|
/**
|
|
2006
2362
|
* The text value of the option.
|
|
2007
2363
|
*/
|
|
@@ -2066,7 +2422,7 @@ export namespace Components {
|
|
|
2066
2422
|
*/
|
|
2067
2423
|
"leaveAnimation"?: AnimationBuilder;
|
|
2068
2424
|
/**
|
|
2069
|
-
* The mode determines
|
|
2425
|
+
* The mode determines the platform behaviors of the component.
|
|
2070
2426
|
*/
|
|
2071
2427
|
"mode"?: "ios" | "md";
|
|
2072
2428
|
/**
|
|
@@ -2086,6 +2442,10 @@ export namespace Components {
|
|
|
2086
2442
|
* If `true`, a backdrop will be displayed behind the picker.
|
|
2087
2443
|
*/
|
|
2088
2444
|
"showBackdrop": boolean;
|
|
2445
|
+
/**
|
|
2446
|
+
* The theme determines the visual appearance of the component.
|
|
2447
|
+
*/
|
|
2448
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2089
2449
|
/**
|
|
2090
2450
|
* An ID corresponding to the trigger element that causes the picker to open when clicked.
|
|
2091
2451
|
*/
|
|
@@ -2099,7 +2459,7 @@ export namespace Components {
|
|
|
2099
2459
|
}
|
|
2100
2460
|
interface IonPopover {
|
|
2101
2461
|
/**
|
|
2102
|
-
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios`
|
|
2462
|
+
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `"ios"` theme, and `"start"` for `"md"` theme.
|
|
2103
2463
|
*/
|
|
2104
2464
|
"alignment"?: PositionAlign;
|
|
2105
2465
|
/**
|
|
@@ -2107,7 +2467,7 @@ export namespace Components {
|
|
|
2107
2467
|
*/
|
|
2108
2468
|
"animated": boolean;
|
|
2109
2469
|
/**
|
|
2110
|
-
* If `true`, the popover will display an arrow that points at the `reference`
|
|
2470
|
+
* If `true`, the popover will display an arrow that points at the `reference` on `"ios"` theme.
|
|
2111
2471
|
*/
|
|
2112
2472
|
"arrow": boolean;
|
|
2113
2473
|
/**
|
|
@@ -2174,7 +2534,7 @@ export namespace Components {
|
|
|
2174
2534
|
*/
|
|
2175
2535
|
"leaveAnimation"?: AnimationBuilder;
|
|
2176
2536
|
/**
|
|
2177
|
-
* The mode determines
|
|
2537
|
+
* The mode determines the platform behaviors of the component.
|
|
2178
2538
|
*/
|
|
2179
2539
|
"mode"?: "ios" | "md";
|
|
2180
2540
|
/**
|
|
@@ -2211,7 +2571,11 @@ export namespace Components {
|
|
|
2211
2571
|
*/
|
|
2212
2572
|
"size": PopoverSize;
|
|
2213
2573
|
/**
|
|
2214
|
-
*
|
|
2574
|
+
* The theme determines the visual appearance of the component.
|
|
2575
|
+
*/
|
|
2576
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2577
|
+
/**
|
|
2578
|
+
* 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
2579
|
*/
|
|
2216
2580
|
"translucent": boolean;
|
|
2217
2581
|
/**
|
|
@@ -2233,13 +2597,17 @@ export namespace Components {
|
|
|
2233
2597
|
*/
|
|
2234
2598
|
"color"?: Color;
|
|
2235
2599
|
/**
|
|
2236
|
-
* The mode determines
|
|
2600
|
+
* The mode determines the platform behaviors of the component.
|
|
2237
2601
|
*/
|
|
2238
2602
|
"mode"?: "ios" | "md";
|
|
2239
2603
|
/**
|
|
2240
2604
|
* If true, reverse the progress bar direction.
|
|
2241
2605
|
*/
|
|
2242
2606
|
"reversed": boolean;
|
|
2607
|
+
/**
|
|
2608
|
+
* The theme determines the visual appearance of the component.
|
|
2609
|
+
*/
|
|
2610
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2243
2611
|
/**
|
|
2244
2612
|
* 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
2613
|
*/
|
|
@@ -2271,7 +2639,7 @@ export namespace Components {
|
|
|
2271
2639
|
*/
|
|
2272
2640
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
2273
2641
|
/**
|
|
2274
|
-
* The mode determines
|
|
2642
|
+
* The mode determines the platform behaviors of the component.
|
|
2275
2643
|
*/
|
|
2276
2644
|
"mode"?: "ios" | "md";
|
|
2277
2645
|
/**
|
|
@@ -2280,6 +2648,10 @@ export namespace Components {
|
|
|
2280
2648
|
"name": string;
|
|
2281
2649
|
"setButtonTabindex": (value: number) => Promise<void>;
|
|
2282
2650
|
"setFocus": (ev: globalThis.Event) => Promise<void>;
|
|
2651
|
+
/**
|
|
2652
|
+
* The theme determines the visual appearance of the component.
|
|
2653
|
+
*/
|
|
2654
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2283
2655
|
/**
|
|
2284
2656
|
* the value of the radio.
|
|
2285
2657
|
*/
|
|
@@ -2294,12 +2666,20 @@ export namespace Components {
|
|
|
2294
2666
|
* 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
2667
|
*/
|
|
2296
2668
|
"compareWith"?: string | RadioGroupCompareFn | null;
|
|
2669
|
+
/**
|
|
2670
|
+
* The mode determines the platform behaviors of the component.
|
|
2671
|
+
*/
|
|
2672
|
+
"mode"?: "ios" | "md";
|
|
2297
2673
|
/**
|
|
2298
2674
|
* The name of the control, which is submitted with the form data.
|
|
2299
2675
|
*/
|
|
2300
2676
|
"name": string;
|
|
2301
2677
|
/**
|
|
2302
|
-
* the
|
|
2678
|
+
* The theme determines the visual appearance of the component.
|
|
2679
|
+
*/
|
|
2680
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2681
|
+
/**
|
|
2682
|
+
* the value of the radio group.
|
|
2303
2683
|
*/
|
|
2304
2684
|
"value"?: any | null;
|
|
2305
2685
|
}
|
|
@@ -2341,7 +2721,7 @@ export namespace Components {
|
|
|
2341
2721
|
*/
|
|
2342
2722
|
"min": number;
|
|
2343
2723
|
/**
|
|
2344
|
-
* The mode determines
|
|
2724
|
+
* The mode determines the platform behaviors of the component.
|
|
2345
2725
|
*/
|
|
2346
2726
|
"mode"?: "ios" | "md";
|
|
2347
2727
|
/**
|
|
@@ -2364,6 +2744,10 @@ export namespace Components {
|
|
|
2364
2744
|
* Specifies the value granularity.
|
|
2365
2745
|
*/
|
|
2366
2746
|
"step": number;
|
|
2747
|
+
/**
|
|
2748
|
+
* The theme determines the visual appearance of the component.
|
|
2749
|
+
*/
|
|
2750
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2367
2751
|
/**
|
|
2368
2752
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
2369
2753
|
*/
|
|
@@ -2395,7 +2779,7 @@ export namespace Components {
|
|
|
2395
2779
|
*/
|
|
2396
2780
|
"getProgress": () => Promise<number>;
|
|
2397
2781
|
/**
|
|
2398
|
-
* The mode determines
|
|
2782
|
+
* The mode determines the platform behaviors of the component.
|
|
2399
2783
|
*/
|
|
2400
2784
|
"mode"?: "ios" | "md";
|
|
2401
2785
|
/**
|
|
@@ -2414,8 +2798,16 @@ export namespace Components {
|
|
|
2414
2798
|
* 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
2799
|
*/
|
|
2416
2800
|
"snapbackDuration": string;
|
|
2801
|
+
/**
|
|
2802
|
+
* The theme determines the visual appearance of the component.
|
|
2803
|
+
*/
|
|
2804
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2417
2805
|
}
|
|
2418
2806
|
interface IonRefresherContent {
|
|
2807
|
+
/**
|
|
2808
|
+
* The mode determines the platform behaviors of the component.
|
|
2809
|
+
*/
|
|
2810
|
+
"mode"?: "ios" | "md";
|
|
2419
2811
|
/**
|
|
2420
2812
|
* 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
2813
|
*/
|
|
@@ -2432,8 +2824,20 @@ export namespace Components {
|
|
|
2432
2824
|
* 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
2825
|
*/
|
|
2434
2826
|
"refreshingText"?: string | IonicSafeString;
|
|
2827
|
+
/**
|
|
2828
|
+
* The theme determines the visual appearance of the component.
|
|
2829
|
+
*/
|
|
2830
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2435
2831
|
}
|
|
2436
2832
|
interface IonReorder {
|
|
2833
|
+
/**
|
|
2834
|
+
* The mode determines the platform behaviors of the component.
|
|
2835
|
+
*/
|
|
2836
|
+
"mode"?: "ios" | "md";
|
|
2837
|
+
/**
|
|
2838
|
+
* The theme determines the visual appearance of the component.
|
|
2839
|
+
*/
|
|
2840
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2437
2841
|
}
|
|
2438
2842
|
interface IonReorderGroup {
|
|
2439
2843
|
/**
|
|
@@ -2445,6 +2849,14 @@ export namespace Components {
|
|
|
2445
2849
|
* If `true`, the reorder will be hidden.
|
|
2446
2850
|
*/
|
|
2447
2851
|
"disabled": boolean;
|
|
2852
|
+
/**
|
|
2853
|
+
* The mode determines the platform behaviors of the component.
|
|
2854
|
+
*/
|
|
2855
|
+
"mode"?: "ios" | "md";
|
|
2856
|
+
/**
|
|
2857
|
+
* The theme determines the visual appearance of the component.
|
|
2858
|
+
*/
|
|
2859
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2448
2860
|
}
|
|
2449
2861
|
interface IonRippleEffect {
|
|
2450
2862
|
/**
|
|
@@ -2453,6 +2865,14 @@ export namespace Components {
|
|
|
2453
2865
|
* @param y The vertical coordinate of where the ripple should start.
|
|
2454
2866
|
*/
|
|
2455
2867
|
"addRipple": (x: number, y: number) => Promise<() => void>;
|
|
2868
|
+
/**
|
|
2869
|
+
* The mode determines the platform behaviors of the component.
|
|
2870
|
+
*/
|
|
2871
|
+
"mode"?: "ios" | "md";
|
|
2872
|
+
/**
|
|
2873
|
+
* The theme determines the visual appearance of the component.
|
|
2874
|
+
*/
|
|
2875
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2456
2876
|
/**
|
|
2457
2877
|
* 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
2878
|
*/
|
|
@@ -2475,6 +2895,14 @@ export namespace Components {
|
|
|
2475
2895
|
* A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
|
|
2476
2896
|
*/
|
|
2477
2897
|
"componentProps"?: { [key: string]: any };
|
|
2898
|
+
/**
|
|
2899
|
+
* The mode determines the platform behaviors of the component.
|
|
2900
|
+
*/
|
|
2901
|
+
"mode"?: "ios" | "md";
|
|
2902
|
+
/**
|
|
2903
|
+
* The theme determines the visual appearance of the component.
|
|
2904
|
+
*/
|
|
2905
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2478
2906
|
/**
|
|
2479
2907
|
* 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
2908
|
*/
|
|
@@ -2496,6 +2924,10 @@ export namespace Components {
|
|
|
2496
2924
|
*/
|
|
2497
2925
|
"back": () => Promise<void>;
|
|
2498
2926
|
"canTransition": () => Promise<string | boolean>;
|
|
2927
|
+
/**
|
|
2928
|
+
* The mode determines the platform behaviors of the component.
|
|
2929
|
+
*/
|
|
2930
|
+
"mode"?: "ios" | "md";
|
|
2499
2931
|
"navChanged": (direction: RouterDirection) => Promise<boolean>;
|
|
2500
2932
|
"printDebug": () => Promise<void>;
|
|
2501
2933
|
/**
|
|
@@ -2508,6 +2940,10 @@ export namespace Components {
|
|
|
2508
2940
|
* 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
2941
|
*/
|
|
2510
2942
|
"root": string;
|
|
2943
|
+
/**
|
|
2944
|
+
* The theme determines the visual appearance of the component.
|
|
2945
|
+
*/
|
|
2946
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2511
2947
|
/**
|
|
2512
2948
|
* 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
2949
|
*/
|
|
@@ -2522,6 +2958,10 @@ export namespace Components {
|
|
|
2522
2958
|
* Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
|
|
2523
2959
|
*/
|
|
2524
2960
|
"href": string | undefined;
|
|
2961
|
+
/**
|
|
2962
|
+
* The mode determines the platform behaviors of the component.
|
|
2963
|
+
*/
|
|
2964
|
+
"mode"?: "ios" | "md";
|
|
2525
2965
|
/**
|
|
2526
2966
|
* 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
2967
|
*/
|
|
@@ -2538,6 +2978,10 @@ export namespace Components {
|
|
|
2538
2978
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
2539
2979
|
*/
|
|
2540
2980
|
"target": string | undefined;
|
|
2981
|
+
/**
|
|
2982
|
+
* The theme determines the visual appearance of the component.
|
|
2983
|
+
*/
|
|
2984
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2541
2985
|
}
|
|
2542
2986
|
interface IonRouterOutlet {
|
|
2543
2987
|
/**
|
|
@@ -2552,13 +2996,25 @@ export namespace Components {
|
|
|
2552
2996
|
"delegate"?: FrameworkDelegate;
|
|
2553
2997
|
"getRouteId": () => Promise<RouteID | undefined>;
|
|
2554
2998
|
/**
|
|
2555
|
-
* The mode determines
|
|
2999
|
+
* The mode determines the platform behaviors of the component.
|
|
2556
3000
|
*/
|
|
2557
3001
|
"mode": "ios" | "md";
|
|
2558
3002
|
"setRouteId": (id: string, params: ComponentProps | undefined, direction: RouterDirection, animation?: AnimationBuilder) => Promise<RouteWrite>;
|
|
2559
3003
|
"swipeHandler"?: SwipeGestureHandler;
|
|
3004
|
+
/**
|
|
3005
|
+
* The theme determines the visual appearance of the component.
|
|
3006
|
+
*/
|
|
3007
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2560
3008
|
}
|
|
2561
3009
|
interface IonRow {
|
|
3010
|
+
/**
|
|
3011
|
+
* The mode determines the platform behaviors of the component.
|
|
3012
|
+
*/
|
|
3013
|
+
"mode"?: "ios" | "md";
|
|
3014
|
+
/**
|
|
3015
|
+
* The theme determines the visual appearance of the component.
|
|
3016
|
+
*/
|
|
3017
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2562
3018
|
}
|
|
2563
3019
|
interface IonSearchbar {
|
|
2564
3020
|
/**
|
|
@@ -2578,15 +3034,15 @@ export namespace Components {
|
|
|
2578
3034
|
*/
|
|
2579
3035
|
"autocorrect": 'on' | 'off';
|
|
2580
3036
|
/**
|
|
2581
|
-
* Set the cancel button icon. Only
|
|
3037
|
+
* Set the cancel button icon. Only available when the theme is `"md"`. Defaults to `"arrow-back-sharp"`.
|
|
2582
3038
|
*/
|
|
2583
|
-
"cancelButtonIcon"
|
|
3039
|
+
"cancelButtonIcon"?: string;
|
|
2584
3040
|
/**
|
|
2585
|
-
* Set the the cancel button text. Only
|
|
3041
|
+
* Set the the cancel button text. Only available when the theme is `"ios"`.
|
|
2586
3042
|
*/
|
|
2587
3043
|
"cancelButtonText": string;
|
|
2588
3044
|
/**
|
|
2589
|
-
* Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md
|
|
3045
|
+
* Set the clear icon. Defaults to `"close-circle"` for `"ios"` theme and `"close-sharp"` for `"md"` and `"ionic"` theme.
|
|
2590
3046
|
*/
|
|
2591
3047
|
"clearIcon"?: string;
|
|
2592
3048
|
/**
|
|
@@ -2622,7 +3078,7 @@ export namespace Components {
|
|
|
2622
3078
|
*/
|
|
2623
3079
|
"minlength"?: number;
|
|
2624
3080
|
/**
|
|
2625
|
-
* The mode determines
|
|
3081
|
+
* The mode determines the platform behaviors of the component.
|
|
2626
3082
|
*/
|
|
2627
3083
|
"mode"?: "ios" | "md";
|
|
2628
3084
|
/**
|
|
@@ -2634,7 +3090,7 @@ export namespace Components {
|
|
|
2634
3090
|
*/
|
|
2635
3091
|
"placeholder": string;
|
|
2636
3092
|
/**
|
|
2637
|
-
* The icon to use as the search icon. Defaults to `search-outline` in `ios`
|
|
3093
|
+
* 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
3094
|
*/
|
|
2639
3095
|
"searchIcon"?: string;
|
|
2640
3096
|
/**
|
|
@@ -2653,6 +3109,10 @@ export namespace Components {
|
|
|
2653
3109
|
* If `true`, enable spellcheck on the input.
|
|
2654
3110
|
*/
|
|
2655
3111
|
"spellcheck": boolean;
|
|
3112
|
+
/**
|
|
3113
|
+
* The theme determines the visual appearance of the component.
|
|
3114
|
+
*/
|
|
3115
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2656
3116
|
/**
|
|
2657
3117
|
* Set the type of the input.
|
|
2658
3118
|
*/
|
|
@@ -2672,7 +3132,7 @@ export namespace Components {
|
|
|
2672
3132
|
*/
|
|
2673
3133
|
"disabled": boolean;
|
|
2674
3134
|
/**
|
|
2675
|
-
* The mode determines
|
|
3135
|
+
* The mode determines the platform behaviors of the component.
|
|
2676
3136
|
*/
|
|
2677
3137
|
"mode"?: "ios" | "md";
|
|
2678
3138
|
/**
|
|
@@ -2687,6 +3147,10 @@ export namespace Components {
|
|
|
2687
3147
|
* If `true`, users will be able to swipe between segment buttons to activate them.
|
|
2688
3148
|
*/
|
|
2689
3149
|
"swipeGesture": boolean;
|
|
3150
|
+
/**
|
|
3151
|
+
* The theme determines the visual appearance of the component.
|
|
3152
|
+
*/
|
|
3153
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2690
3154
|
/**
|
|
2691
3155
|
* the value of the segment.
|
|
2692
3156
|
*/
|
|
@@ -2702,10 +3166,14 @@ export namespace Components {
|
|
|
2702
3166
|
*/
|
|
2703
3167
|
"layout"?: SegmentButtonLayout;
|
|
2704
3168
|
/**
|
|
2705
|
-
* The mode determines
|
|
3169
|
+
* The mode determines the platform behaviors of the component.
|
|
2706
3170
|
*/
|
|
2707
3171
|
"mode"?: "ios" | "md";
|
|
2708
3172
|
"setFocus": () => Promise<void>;
|
|
3173
|
+
/**
|
|
3174
|
+
* The theme determines the visual appearance of the component.
|
|
3175
|
+
*/
|
|
3176
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2709
3177
|
/**
|
|
2710
3178
|
* The type of the button.
|
|
2711
3179
|
*/
|
|
@@ -2733,11 +3201,11 @@ export namespace Components {
|
|
|
2733
3201
|
*/
|
|
2734
3202
|
"disabled": boolean;
|
|
2735
3203
|
/**
|
|
2736
|
-
* The toggle icon to show when the select is open. If defined, the icon rotation behavior in `md`
|
|
3204
|
+
* 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
3205
|
*/
|
|
2738
3206
|
"expandedIcon"?: string;
|
|
2739
3207
|
/**
|
|
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`
|
|
3208
|
+
* 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
3209
|
*/
|
|
2742
3210
|
"fill"?: 'outline' | 'solid';
|
|
2743
3211
|
/**
|
|
@@ -2761,7 +3229,7 @@ export namespace Components {
|
|
|
2761
3229
|
*/
|
|
2762
3230
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
2763
3231
|
/**
|
|
2764
|
-
* The mode determines
|
|
3232
|
+
* The mode determines the platform behaviors of the component.
|
|
2765
3233
|
*/
|
|
2766
3234
|
"mode"?: "ios" | "md";
|
|
2767
3235
|
/**
|
|
@@ -2794,7 +3262,11 @@ export namespace Components {
|
|
|
2794
3262
|
*/
|
|
2795
3263
|
"shape"?: 'round';
|
|
2796
3264
|
/**
|
|
2797
|
-
* The
|
|
3265
|
+
* The theme determines the visual appearance of the component.
|
|
3266
|
+
*/
|
|
3267
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3268
|
+
/**
|
|
3269
|
+
* The toggle icon to use. Defaults to `"chevronExpand"` for the `"ios"` theme, or `"caretDownSharp"` for the `"md"` and `"ionic"` themes.
|
|
2798
3270
|
*/
|
|
2799
3271
|
"toggleIcon"?: string;
|
|
2800
3272
|
/**
|
|
@@ -2807,6 +3279,14 @@ export namespace Components {
|
|
|
2807
3279
|
* 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
3280
|
*/
|
|
2809
3281
|
"disabled": boolean;
|
|
3282
|
+
/**
|
|
3283
|
+
* The mode determines the platform behaviors of the component.
|
|
3284
|
+
*/
|
|
3285
|
+
"mode"?: "ios" | "md";
|
|
3286
|
+
/**
|
|
3287
|
+
* The theme determines the visual appearance of the component.
|
|
3288
|
+
*/
|
|
3289
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2810
3290
|
/**
|
|
2811
3291
|
* The text value of the option.
|
|
2812
3292
|
*/
|
|
@@ -2821,6 +3301,10 @@ export namespace Components {
|
|
|
2821
3301
|
* The text content of the popover body
|
|
2822
3302
|
*/
|
|
2823
3303
|
"message"?: string;
|
|
3304
|
+
/**
|
|
3305
|
+
* The mode determines the platform behaviors of the component.
|
|
3306
|
+
*/
|
|
3307
|
+
"mode"?: "ios" | "md";
|
|
2824
3308
|
/**
|
|
2825
3309
|
* If true, the select accepts multiple values
|
|
2826
3310
|
*/
|
|
@@ -2833,12 +3317,24 @@ export namespace Components {
|
|
|
2833
3317
|
* The subheader text of the popover
|
|
2834
3318
|
*/
|
|
2835
3319
|
"subHeader"?: string;
|
|
3320
|
+
/**
|
|
3321
|
+
* The theme determines the visual appearance of the component.
|
|
3322
|
+
*/
|
|
3323
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2836
3324
|
}
|
|
2837
3325
|
interface IonSkeletonText {
|
|
2838
3326
|
/**
|
|
2839
3327
|
* If `true`, the skeleton text will animate.
|
|
2840
3328
|
*/
|
|
2841
3329
|
"animated": boolean;
|
|
3330
|
+
/**
|
|
3331
|
+
* The mode determines the platform behaviors of the component.
|
|
3332
|
+
*/
|
|
3333
|
+
"mode"?: "ios" | "md";
|
|
3334
|
+
/**
|
|
3335
|
+
* The theme determines the visual appearance of the component.
|
|
3336
|
+
*/
|
|
3337
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2842
3338
|
}
|
|
2843
3339
|
interface IonSpinner {
|
|
2844
3340
|
/**
|
|
@@ -2849,6 +3345,10 @@ export namespace Components {
|
|
|
2849
3345
|
* Duration of the spinner animation in milliseconds. The default varies based on the spinner.
|
|
2850
3346
|
*/
|
|
2851
3347
|
"duration"?: number;
|
|
3348
|
+
/**
|
|
3349
|
+
* The mode determines the platform behaviors of the component.
|
|
3350
|
+
*/
|
|
3351
|
+
"mode"?: "ios" | "md";
|
|
2852
3352
|
/**
|
|
2853
3353
|
* The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
|
|
2854
3354
|
*/
|
|
@@ -2857,6 +3357,14 @@ export namespace Components {
|
|
|
2857
3357
|
* If `true`, the spinner's animation will be paused.
|
|
2858
3358
|
*/
|
|
2859
3359
|
"paused": boolean;
|
|
3360
|
+
/**
|
|
3361
|
+
* 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.
|
|
3362
|
+
*/
|
|
3363
|
+
"size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
3364
|
+
/**
|
|
3365
|
+
* The theme determines the visual appearance of the component.
|
|
3366
|
+
*/
|
|
3367
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2860
3368
|
}
|
|
2861
3369
|
interface IonSplitPane {
|
|
2862
3370
|
/**
|
|
@@ -2868,6 +3376,14 @@ export namespace Components {
|
|
|
2868
3376
|
*/
|
|
2869
3377
|
"disabled": boolean;
|
|
2870
3378
|
"isVisible": () => Promise<boolean>;
|
|
3379
|
+
/**
|
|
3380
|
+
* The mode determines the platform behaviors of the component.
|
|
3381
|
+
*/
|
|
3382
|
+
"mode"?: "ios" | "md";
|
|
3383
|
+
/**
|
|
3384
|
+
* The theme determines the visual appearance of the component.
|
|
3385
|
+
*/
|
|
3386
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2871
3387
|
/**
|
|
2872
3388
|
* 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
3389
|
*/
|
|
@@ -2880,6 +3396,10 @@ export namespace Components {
|
|
|
2880
3396
|
*/
|
|
2881
3397
|
"component"?: ComponentRef;
|
|
2882
3398
|
"delegate"?: FrameworkDelegate;
|
|
3399
|
+
/**
|
|
3400
|
+
* The mode determines the platform behaviors of the component.
|
|
3401
|
+
*/
|
|
3402
|
+
"mode"?: "ios" | "md";
|
|
2883
3403
|
/**
|
|
2884
3404
|
* Set the active component for the tab
|
|
2885
3405
|
*/
|
|
@@ -2888,6 +3408,10 @@ export namespace Components {
|
|
|
2888
3408
|
* 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
3409
|
*/
|
|
2890
3410
|
"tab": string;
|
|
3411
|
+
/**
|
|
3412
|
+
* The theme determines the visual appearance of the component.
|
|
3413
|
+
*/
|
|
3414
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2891
3415
|
}
|
|
2892
3416
|
interface IonTabBar {
|
|
2893
3417
|
/**
|
|
@@ -2895,7 +3419,11 @@ export namespace Components {
|
|
|
2895
3419
|
*/
|
|
2896
3420
|
"color"?: Color;
|
|
2897
3421
|
/**
|
|
2898
|
-
*
|
|
3422
|
+
* 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"`.
|
|
3423
|
+
*/
|
|
3424
|
+
"expand": 'compact' | 'full';
|
|
3425
|
+
/**
|
|
3426
|
+
* The mode determines the platform behaviors of the component.
|
|
2899
3427
|
*/
|
|
2900
3428
|
"mode"?: "ios" | "md";
|
|
2901
3429
|
/**
|
|
@@ -2903,7 +3431,15 @@ export namespace Components {
|
|
|
2903
3431
|
*/
|
|
2904
3432
|
"selectedTab"?: string;
|
|
2905
3433
|
/**
|
|
2906
|
-
*
|
|
3434
|
+
* 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.
|
|
3435
|
+
*/
|
|
3436
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3437
|
+
/**
|
|
3438
|
+
* The theme determines the visual appearance of the component.
|
|
3439
|
+
*/
|
|
3440
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3441
|
+
/**
|
|
3442
|
+
* 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
3443
|
*/
|
|
2908
3444
|
"translucent": boolean;
|
|
2909
3445
|
}
|
|
@@ -2925,7 +3461,7 @@ export namespace Components {
|
|
|
2925
3461
|
*/
|
|
2926
3462
|
"layout"?: TabButtonLayout;
|
|
2927
3463
|
/**
|
|
2928
|
-
* The mode determines
|
|
3464
|
+
* The mode determines the platform behaviors of the component.
|
|
2929
3465
|
*/
|
|
2930
3466
|
"mode"?: "ios" | "md";
|
|
2931
3467
|
/**
|
|
@@ -2944,6 +3480,10 @@ export namespace Components {
|
|
|
2944
3480
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
2945
3481
|
*/
|
|
2946
3482
|
"target": string | undefined;
|
|
3483
|
+
/**
|
|
3484
|
+
* The theme determines the visual appearance of the component.
|
|
3485
|
+
*/
|
|
3486
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2947
3487
|
}
|
|
2948
3488
|
interface IonTabs {
|
|
2949
3489
|
"getRouteId": () => Promise<RouteID | undefined>;
|
|
@@ -2956,12 +3496,20 @@ export namespace Components {
|
|
|
2956
3496
|
* @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
|
|
2957
3497
|
*/
|
|
2958
3498
|
"getTab": (tab: string | HTMLIonTabElement) => Promise<HTMLIonTabElement | undefined>;
|
|
3499
|
+
/**
|
|
3500
|
+
* The mode determines the platform behaviors of the component.
|
|
3501
|
+
*/
|
|
3502
|
+
"mode"?: "ios" | "md";
|
|
2959
3503
|
/**
|
|
2960
3504
|
* 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
3505
|
* @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
|
|
2962
3506
|
*/
|
|
2963
3507
|
"select": (tab: string | HTMLIonTabElement) => Promise<boolean>;
|
|
2964
3508
|
"setRouteId": (id: string) => Promise<RouteWrite>;
|
|
3509
|
+
/**
|
|
3510
|
+
* The theme determines the visual appearance of the component.
|
|
3511
|
+
*/
|
|
3512
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2965
3513
|
"useRouter": boolean;
|
|
2966
3514
|
}
|
|
2967
3515
|
interface IonText {
|
|
@@ -2970,9 +3518,13 @@ export namespace Components {
|
|
|
2970
3518
|
*/
|
|
2971
3519
|
"color"?: Color;
|
|
2972
3520
|
/**
|
|
2973
|
-
* The mode determines
|
|
3521
|
+
* The mode determines the platform behaviors of the component.
|
|
2974
3522
|
*/
|
|
2975
3523
|
"mode"?: "ios" | "md";
|
|
3524
|
+
/**
|
|
3525
|
+
* The theme determines the visual appearance of the component.
|
|
3526
|
+
*/
|
|
3527
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2976
3528
|
}
|
|
2977
3529
|
interface IonTextarea {
|
|
2978
3530
|
/**
|
|
@@ -3024,7 +3576,7 @@ export namespace Components {
|
|
|
3024
3576
|
*/
|
|
3025
3577
|
"errorText"?: string;
|
|
3026
3578
|
/**
|
|
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
|
|
3579
|
+
* 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
3580
|
*/
|
|
3029
3581
|
"fill"?: 'outline' | 'solid';
|
|
3030
3582
|
/**
|
|
@@ -3056,7 +3608,7 @@ export namespace Components {
|
|
|
3056
3608
|
*/
|
|
3057
3609
|
"minlength"?: number;
|
|
3058
3610
|
/**
|
|
3059
|
-
* The mode determines
|
|
3611
|
+
* The mode determines the platform behaviors of the component.
|
|
3060
3612
|
*/
|
|
3061
3613
|
"mode"?: "ios" | "md";
|
|
3062
3614
|
/**
|
|
@@ -3084,13 +3636,21 @@ export namespace Components {
|
|
|
3084
3636
|
*/
|
|
3085
3637
|
"setFocus": () => Promise<void>;
|
|
3086
3638
|
/**
|
|
3087
|
-
*
|
|
3639
|
+
* 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
3640
|
*/
|
|
3089
|
-
"shape"?: 'round';
|
|
3641
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3642
|
+
/**
|
|
3643
|
+
* 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.
|
|
3644
|
+
*/
|
|
3645
|
+
"size"?: 'small' | 'medium' | 'large';
|
|
3090
3646
|
/**
|
|
3091
3647
|
* If `true`, the element will have its spelling and grammar checked.
|
|
3092
3648
|
*/
|
|
3093
3649
|
"spellcheck": boolean;
|
|
3650
|
+
/**
|
|
3651
|
+
* The theme determines the visual appearance of the component.
|
|
3652
|
+
*/
|
|
3653
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3094
3654
|
/**
|
|
3095
3655
|
* The value of the textarea.
|
|
3096
3656
|
*/
|
|
@@ -3101,16 +3661,32 @@ export namespace Components {
|
|
|
3101
3661
|
"wrap"?: 'hard' | 'soft' | 'off';
|
|
3102
3662
|
}
|
|
3103
3663
|
interface IonThumbnail {
|
|
3664
|
+
/**
|
|
3665
|
+
* The mode determines the platform behaviors of the component.
|
|
3666
|
+
*/
|
|
3667
|
+
"mode"?: "ios" | "md";
|
|
3668
|
+
/**
|
|
3669
|
+
* The theme determines the visual appearance of the component.
|
|
3670
|
+
*/
|
|
3671
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3104
3672
|
}
|
|
3105
3673
|
interface IonTitle {
|
|
3106
3674
|
/**
|
|
3107
3675
|
* 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
3676
|
*/
|
|
3109
3677
|
"color"?: Color;
|
|
3678
|
+
/**
|
|
3679
|
+
* The mode determines the platform behaviors of the component.
|
|
3680
|
+
*/
|
|
3681
|
+
"mode"?: "ios" | "md";
|
|
3110
3682
|
/**
|
|
3111
3683
|
* The size of the toolbar title.
|
|
3112
3684
|
*/
|
|
3113
3685
|
"size"?: 'large' | 'small';
|
|
3686
|
+
/**
|
|
3687
|
+
* The theme determines the visual appearance of the component.
|
|
3688
|
+
*/
|
|
3689
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3114
3690
|
}
|
|
3115
3691
|
interface IonToast {
|
|
3116
3692
|
/**
|
|
@@ -3178,7 +3754,7 @@ export namespace Components {
|
|
|
3178
3754
|
*/
|
|
3179
3755
|
"message"?: string | IonicSafeString;
|
|
3180
3756
|
/**
|
|
3181
|
-
* The mode determines
|
|
3757
|
+
* The mode determines the platform behaviors of the component.
|
|
3182
3758
|
*/
|
|
3183
3759
|
"mode"?: "ios" | "md";
|
|
3184
3760
|
/**
|
|
@@ -3202,12 +3778,20 @@ export namespace Components {
|
|
|
3202
3778
|
* Present the toast overlay after it has been created.
|
|
3203
3779
|
*/
|
|
3204
3780
|
"present": () => Promise<void>;
|
|
3781
|
+
/**
|
|
3782
|
+
* 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.
|
|
3783
|
+
*/
|
|
3784
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3205
3785
|
/**
|
|
3206
3786
|
* 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
3787
|
*/
|
|
3208
3788
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
3209
3789
|
/**
|
|
3210
|
-
*
|
|
3790
|
+
* The theme determines the visual appearance of the component.
|
|
3791
|
+
*/
|
|
3792
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3793
|
+
/**
|
|
3794
|
+
* 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
3795
|
*/
|
|
3212
3796
|
"translucent": boolean;
|
|
3213
3797
|
/**
|
|
@@ -3245,13 +3829,17 @@ export namespace Components {
|
|
|
3245
3829
|
*/
|
|
3246
3830
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
3247
3831
|
/**
|
|
3248
|
-
* The mode determines
|
|
3832
|
+
* The mode determines the platform behaviors of the component.
|
|
3249
3833
|
*/
|
|
3250
3834
|
"mode"?: "ios" | "md";
|
|
3251
3835
|
/**
|
|
3252
3836
|
* The name of the control, which is submitted with the form data.
|
|
3253
3837
|
*/
|
|
3254
3838
|
"name": string;
|
|
3839
|
+
/**
|
|
3840
|
+
* The theme determines the visual appearance of the component.
|
|
3841
|
+
*/
|
|
3842
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3255
3843
|
/**
|
|
3256
3844
|
* 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
3845
|
*/
|
|
@@ -3263,9 +3851,13 @@ export namespace Components {
|
|
|
3263
3851
|
*/
|
|
3264
3852
|
"color"?: Color;
|
|
3265
3853
|
/**
|
|
3266
|
-
* The mode determines
|
|
3854
|
+
* The mode determines the platform behaviors of the component.
|
|
3267
3855
|
*/
|
|
3268
3856
|
"mode"?: "ios" | "md";
|
|
3857
|
+
/**
|
|
3858
|
+
* The theme determines the visual appearance of the component.
|
|
3859
|
+
*/
|
|
3860
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3269
3861
|
}
|
|
3270
3862
|
}
|
|
3271
3863
|
export interface IonAccordionGroupCustomEvent<T> extends CustomEvent<T> {
|
|
@@ -4747,13 +5339,17 @@ declare namespace LocalJSX {
|
|
|
4747
5339
|
*/
|
|
4748
5340
|
"disabled"?: boolean;
|
|
4749
5341
|
/**
|
|
4750
|
-
* The mode determines
|
|
5342
|
+
* The mode determines the platform behaviors of the component.
|
|
4751
5343
|
*/
|
|
4752
5344
|
"mode"?: "ios" | "md";
|
|
4753
5345
|
/**
|
|
4754
5346
|
* If `true`, the accordion cannot be interacted with, but does not alter the opacity.
|
|
4755
5347
|
*/
|
|
4756
5348
|
"readonly"?: boolean;
|
|
5349
|
+
/**
|
|
5350
|
+
* The theme determines the visual appearance of the component.
|
|
5351
|
+
*/
|
|
5352
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
4757
5353
|
/**
|
|
4758
5354
|
* The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
|
|
4759
5355
|
*/
|
|
@@ -4781,7 +5377,7 @@ declare namespace LocalJSX {
|
|
|
4781
5377
|
*/
|
|
4782
5378
|
"expand"?: 'compact' | 'inset';
|
|
4783
5379
|
/**
|
|
4784
|
-
* The mode determines
|
|
5380
|
+
* The mode determines the platform behaviors of the component.
|
|
4785
5381
|
*/
|
|
4786
5382
|
"mode"?: "ios" | "md";
|
|
4787
5383
|
/**
|
|
@@ -4796,6 +5392,14 @@ declare namespace LocalJSX {
|
|
|
4796
5392
|
* If `true`, the accordion group cannot be interacted with, but does not alter the opacity.
|
|
4797
5393
|
*/
|
|
4798
5394
|
"readonly"?: boolean;
|
|
5395
|
+
/**
|
|
5396
|
+
* Set to `"soft"` for an accordion group with slightly rounded corners, `"round"` for an accordion group with fully rounded corners, or `"rectangular"` for an accordion group without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes. Only applies when `expand` is set to `"inset"`.
|
|
5397
|
+
*/
|
|
5398
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5399
|
+
/**
|
|
5400
|
+
* The theme determines the visual appearance of the component.
|
|
5401
|
+
*/
|
|
5402
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
4799
5403
|
/**
|
|
4800
5404
|
* The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
|
|
4801
5405
|
*/
|
|
@@ -4843,7 +5447,7 @@ declare namespace LocalJSX {
|
|
|
4843
5447
|
*/
|
|
4844
5448
|
"leaveAnimation"?: AnimationBuilder;
|
|
4845
5449
|
/**
|
|
4846
|
-
* The mode determines
|
|
5450
|
+
* The mode determines the platform behaviors of the component.
|
|
4847
5451
|
*/
|
|
4848
5452
|
"mode"?: "ios" | "md";
|
|
4849
5453
|
/**
|
|
@@ -4883,7 +5487,11 @@ declare namespace LocalJSX {
|
|
|
4883
5487
|
*/
|
|
4884
5488
|
"subHeader"?: string;
|
|
4885
5489
|
/**
|
|
4886
|
-
*
|
|
5490
|
+
* The theme determines the visual appearance of the component.
|
|
5491
|
+
*/
|
|
5492
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5493
|
+
/**
|
|
5494
|
+
* 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
5495
|
*/
|
|
4888
5496
|
"translucent"?: boolean;
|
|
4889
5497
|
/**
|
|
@@ -4941,7 +5549,7 @@ declare namespace LocalJSX {
|
|
|
4941
5549
|
*/
|
|
4942
5550
|
"message"?: string | IonicSafeString;
|
|
4943
5551
|
/**
|
|
4944
|
-
* The mode determines
|
|
5552
|
+
* The mode determines the platform behaviors of the component.
|
|
4945
5553
|
*/
|
|
4946
5554
|
"mode"?: "ios" | "md";
|
|
4947
5555
|
/**
|
|
@@ -4981,7 +5589,11 @@ declare namespace LocalJSX {
|
|
|
4981
5589
|
*/
|
|
4982
5590
|
"subHeader"?: string;
|
|
4983
5591
|
/**
|
|
4984
|
-
*
|
|
5592
|
+
* The theme determines the visual appearance of the component.
|
|
5593
|
+
*/
|
|
5594
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5595
|
+
/**
|
|
5596
|
+
* 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
5597
|
*/
|
|
4986
5598
|
"translucent"?: boolean;
|
|
4987
5599
|
/**
|
|
@@ -4990,8 +5602,32 @@ declare namespace LocalJSX {
|
|
|
4990
5602
|
"trigger"?: string | undefined;
|
|
4991
5603
|
}
|
|
4992
5604
|
interface IonApp {
|
|
5605
|
+
/**
|
|
5606
|
+
* The mode determines the platform behaviors of the component.
|
|
5607
|
+
*/
|
|
5608
|
+
"mode"?: "ios" | "md";
|
|
5609
|
+
/**
|
|
5610
|
+
* The theme determines the visual appearance of the component.
|
|
5611
|
+
*/
|
|
5612
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
4993
5613
|
}
|
|
4994
5614
|
interface IonAvatar {
|
|
5615
|
+
/**
|
|
5616
|
+
* The mode determines the platform behaviors of the component.
|
|
5617
|
+
*/
|
|
5618
|
+
"mode"?: "ios" | "md";
|
|
5619
|
+
/**
|
|
5620
|
+
* 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.
|
|
5621
|
+
*/
|
|
5622
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5623
|
+
/**
|
|
5624
|
+
* 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.
|
|
5625
|
+
*/
|
|
5626
|
+
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
5627
|
+
/**
|
|
5628
|
+
* The theme determines the visual appearance of the component.
|
|
5629
|
+
*/
|
|
5630
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
4995
5631
|
}
|
|
4996
5632
|
interface IonBackButton {
|
|
4997
5633
|
/**
|
|
@@ -5011,7 +5647,7 @@ declare namespace LocalJSX {
|
|
|
5011
5647
|
*/
|
|
5012
5648
|
"icon"?: string | null;
|
|
5013
5649
|
/**
|
|
5014
|
-
* The mode determines
|
|
5650
|
+
* The mode determines the platform behaviors of the component.
|
|
5015
5651
|
*/
|
|
5016
5652
|
"mode"?: "ios" | "md";
|
|
5017
5653
|
/**
|
|
@@ -5022,12 +5658,20 @@ declare namespace LocalJSX {
|
|
|
5022
5658
|
* The text to display in the back button.
|
|
5023
5659
|
*/
|
|
5024
5660
|
"text"?: string | null;
|
|
5661
|
+
/**
|
|
5662
|
+
* The theme determines the visual appearance of the component.
|
|
5663
|
+
*/
|
|
5664
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5025
5665
|
/**
|
|
5026
5666
|
* The type of the button.
|
|
5027
5667
|
*/
|
|
5028
5668
|
"type"?: 'submit' | 'reset' | 'button';
|
|
5029
5669
|
}
|
|
5030
5670
|
interface IonBackdrop {
|
|
5671
|
+
/**
|
|
5672
|
+
* The mode determines the platform behaviors of the component.
|
|
5673
|
+
*/
|
|
5674
|
+
"mode"?: "ios" | "md";
|
|
5031
5675
|
/**
|
|
5032
5676
|
* Emitted when the backdrop is tapped.
|
|
5033
5677
|
*/
|
|
@@ -5040,6 +5684,10 @@ declare namespace LocalJSX {
|
|
|
5040
5684
|
* If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.
|
|
5041
5685
|
*/
|
|
5042
5686
|
"tappable"?: boolean;
|
|
5687
|
+
/**
|
|
5688
|
+
* The theme determines the visual appearance of the component.
|
|
5689
|
+
*/
|
|
5690
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5043
5691
|
/**
|
|
5044
5692
|
* If `true`, the backdrop will be visible.
|
|
5045
5693
|
*/
|
|
@@ -5051,9 +5699,21 @@ declare namespace LocalJSX {
|
|
|
5051
5699
|
*/
|
|
5052
5700
|
"color"?: Color;
|
|
5053
5701
|
/**
|
|
5054
|
-
* The mode determines
|
|
5702
|
+
* The mode determines the platform behaviors of the component.
|
|
5055
5703
|
*/
|
|
5056
5704
|
"mode"?: "ios" | "md";
|
|
5705
|
+
/**
|
|
5706
|
+
* 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.
|
|
5707
|
+
*/
|
|
5708
|
+
"shape"?: 'soft' | 'round | rectangular';
|
|
5709
|
+
/**
|
|
5710
|
+
* 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.
|
|
5711
|
+
*/
|
|
5712
|
+
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
5713
|
+
/**
|
|
5714
|
+
* The theme determines the visual appearance of the component.
|
|
5715
|
+
*/
|
|
5716
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5057
5717
|
}
|
|
5058
5718
|
interface IonBreadcrumb {
|
|
5059
5719
|
/**
|
|
@@ -5077,7 +5737,7 @@ declare namespace LocalJSX {
|
|
|
5077
5737
|
*/
|
|
5078
5738
|
"href"?: string | undefined;
|
|
5079
5739
|
/**
|
|
5080
|
-
* The mode determines
|
|
5740
|
+
* The mode determines the platform behaviors of the component.
|
|
5081
5741
|
*/
|
|
5082
5742
|
"mode"?: "ios" | "md";
|
|
5083
5743
|
/**
|
|
@@ -5108,6 +5768,10 @@ declare namespace LocalJSX {
|
|
|
5108
5768
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
5109
5769
|
*/
|
|
5110
5770
|
"target"?: string | undefined;
|
|
5771
|
+
/**
|
|
5772
|
+
* The theme determines the visual appearance of the component.
|
|
5773
|
+
*/
|
|
5774
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5111
5775
|
}
|
|
5112
5776
|
interface IonBreadcrumbs {
|
|
5113
5777
|
/**
|
|
@@ -5127,13 +5791,17 @@ declare namespace LocalJSX {
|
|
|
5127
5791
|
*/
|
|
5128
5792
|
"maxItems"?: number;
|
|
5129
5793
|
/**
|
|
5130
|
-
* The mode determines
|
|
5794
|
+
* The mode determines the platform behaviors of the component.
|
|
5131
5795
|
*/
|
|
5132
5796
|
"mode"?: "ios" | "md";
|
|
5133
5797
|
/**
|
|
5134
5798
|
* Emitted when the collapsed indicator is clicked on.
|
|
5135
5799
|
*/
|
|
5136
5800
|
"onIonCollapsedClick"?: (event: IonBreadcrumbsCustomEvent<BreadcrumbCollapsedClickEventDetail>) => void;
|
|
5801
|
+
/**
|
|
5802
|
+
* The theme determines the visual appearance of the component.
|
|
5803
|
+
*/
|
|
5804
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5137
5805
|
}
|
|
5138
5806
|
interface IonButton {
|
|
5139
5807
|
/**
|
|
@@ -5169,7 +5837,7 @@ declare namespace LocalJSX {
|
|
|
5169
5837
|
*/
|
|
5170
5838
|
"href"?: string | undefined;
|
|
5171
5839
|
/**
|
|
5172
|
-
* The mode determines
|
|
5840
|
+
* The mode determines the platform behaviors of the component.
|
|
5173
5841
|
*/
|
|
5174
5842
|
"mode"?: "ios" | "md";
|
|
5175
5843
|
/**
|
|
@@ -5193,13 +5861,13 @@ declare namespace LocalJSX {
|
|
|
5193
5861
|
*/
|
|
5194
5862
|
"routerDirection"?: RouterDirection;
|
|
5195
5863
|
/**
|
|
5196
|
-
* Set to `"round"` for a button with
|
|
5864
|
+
* 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
5865
|
*/
|
|
5198
|
-
"shape"?: 'round';
|
|
5866
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5199
5867
|
/**
|
|
5200
5868
|
* 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
5869
|
*/
|
|
5202
|
-
"size"?: 'small' | 'default' | 'large';
|
|
5870
|
+
"size"?: 'xsmall' | 'small' | 'default' | 'large' | 'xlarge';
|
|
5203
5871
|
/**
|
|
5204
5872
|
* If `true`, activates a button with a heavier font weight.
|
|
5205
5873
|
*/
|
|
@@ -5208,6 +5876,10 @@ declare namespace LocalJSX {
|
|
|
5208
5876
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
5209
5877
|
*/
|
|
5210
5878
|
"target"?: string | undefined;
|
|
5879
|
+
/**
|
|
5880
|
+
* The theme determines the visual appearance of the component.
|
|
5881
|
+
*/
|
|
5882
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5211
5883
|
/**
|
|
5212
5884
|
* The type of the button.
|
|
5213
5885
|
*/
|
|
@@ -5215,9 +5887,17 @@ declare namespace LocalJSX {
|
|
|
5215
5887
|
}
|
|
5216
5888
|
interface IonButtons {
|
|
5217
5889
|
/**
|
|
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`
|
|
5890
|
+
* 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
5891
|
*/
|
|
5220
5892
|
"collapse"?: boolean;
|
|
5893
|
+
/**
|
|
5894
|
+
* The mode determines the platform behaviors of the component.
|
|
5895
|
+
*/
|
|
5896
|
+
"mode"?: "ios" | "md";
|
|
5897
|
+
/**
|
|
5898
|
+
* The theme determines the visual appearance of the component.
|
|
5899
|
+
*/
|
|
5900
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5221
5901
|
}
|
|
5222
5902
|
interface IonCard {
|
|
5223
5903
|
/**
|
|
@@ -5241,7 +5921,7 @@ declare namespace LocalJSX {
|
|
|
5241
5921
|
*/
|
|
5242
5922
|
"href"?: string | undefined;
|
|
5243
5923
|
/**
|
|
5244
|
-
* The mode determines
|
|
5924
|
+
* The mode determines the platform behaviors of the component.
|
|
5245
5925
|
*/
|
|
5246
5926
|
"mode"?: "ios" | "md";
|
|
5247
5927
|
/**
|
|
@@ -5256,10 +5936,18 @@ declare namespace LocalJSX {
|
|
|
5256
5936
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
5257
5937
|
*/
|
|
5258
5938
|
"routerDirection"?: RouterDirection;
|
|
5939
|
+
/**
|
|
5940
|
+
* 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"`.
|
|
5941
|
+
*/
|
|
5942
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5259
5943
|
/**
|
|
5260
5944
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
5261
5945
|
*/
|
|
5262
5946
|
"target"?: string | undefined;
|
|
5947
|
+
/**
|
|
5948
|
+
* The theme determines the visual appearance of the component.
|
|
5949
|
+
*/
|
|
5950
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5263
5951
|
/**
|
|
5264
5952
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
5265
5953
|
*/
|
|
@@ -5267,9 +5955,13 @@ declare namespace LocalJSX {
|
|
|
5267
5955
|
}
|
|
5268
5956
|
interface IonCardContent {
|
|
5269
5957
|
/**
|
|
5270
|
-
* The mode determines
|
|
5958
|
+
* The mode determines the platform behaviors of the component.
|
|
5271
5959
|
*/
|
|
5272
5960
|
"mode"?: "ios" | "md";
|
|
5961
|
+
/**
|
|
5962
|
+
* The theme determines the visual appearance of the component.
|
|
5963
|
+
*/
|
|
5964
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5273
5965
|
}
|
|
5274
5966
|
interface IonCardHeader {
|
|
5275
5967
|
/**
|
|
@@ -5277,11 +5969,15 @@ declare namespace LocalJSX {
|
|
|
5277
5969
|
*/
|
|
5278
5970
|
"color"?: Color;
|
|
5279
5971
|
/**
|
|
5280
|
-
* The mode determines
|
|
5972
|
+
* The mode determines the platform behaviors of the component.
|
|
5281
5973
|
*/
|
|
5282
5974
|
"mode"?: "ios" | "md";
|
|
5283
5975
|
/**
|
|
5284
|
-
*
|
|
5976
|
+
* The theme determines the visual appearance of the component.
|
|
5977
|
+
*/
|
|
5978
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5979
|
+
/**
|
|
5980
|
+
* 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
5981
|
*/
|
|
5286
5982
|
"translucent"?: boolean;
|
|
5287
5983
|
}
|
|
@@ -5291,9 +5987,13 @@ declare namespace LocalJSX {
|
|
|
5291
5987
|
*/
|
|
5292
5988
|
"color"?: Color;
|
|
5293
5989
|
/**
|
|
5294
|
-
* The mode determines
|
|
5990
|
+
* The mode determines the platform behaviors of the component.
|
|
5295
5991
|
*/
|
|
5296
5992
|
"mode"?: "ios" | "md";
|
|
5993
|
+
/**
|
|
5994
|
+
* The theme determines the visual appearance of the component.
|
|
5995
|
+
*/
|
|
5996
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5297
5997
|
}
|
|
5298
5998
|
interface IonCardTitle {
|
|
5299
5999
|
/**
|
|
@@ -5301,9 +6001,13 @@ declare namespace LocalJSX {
|
|
|
5301
6001
|
*/
|
|
5302
6002
|
"color"?: Color;
|
|
5303
6003
|
/**
|
|
5304
|
-
* The mode determines
|
|
6004
|
+
* The mode determines the platform behaviors of the component.
|
|
5305
6005
|
*/
|
|
5306
6006
|
"mode"?: "ios" | "md";
|
|
6007
|
+
/**
|
|
6008
|
+
* The theme determines the visual appearance of the component.
|
|
6009
|
+
*/
|
|
6010
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5307
6011
|
}
|
|
5308
6012
|
interface IonCheckbox {
|
|
5309
6013
|
/**
|
|
@@ -5335,7 +6039,7 @@ declare namespace LocalJSX {
|
|
|
5335
6039
|
*/
|
|
5336
6040
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
5337
6041
|
/**
|
|
5338
|
-
* The mode determines
|
|
6042
|
+
* The mode determines the platform behaviors of the component.
|
|
5339
6043
|
*/
|
|
5340
6044
|
"mode"?: "ios" | "md";
|
|
5341
6045
|
/**
|
|
@@ -5347,13 +6051,25 @@ declare namespace LocalJSX {
|
|
|
5347
6051
|
*/
|
|
5348
6052
|
"onIonBlur"?: (event: IonCheckboxCustomEvent<void>) => void;
|
|
5349
6053
|
/**
|
|
5350
|
-
* Emitted when the checked property has changed as a result of a user action such as a click.
|
|
6054
|
+
* 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
6055
|
*/
|
|
5352
6056
|
"onIonChange"?: (event: IonCheckboxCustomEvent<CheckboxChangeEventDetail>) => void;
|
|
5353
6057
|
/**
|
|
5354
6058
|
* Emitted when the checkbox has focus.
|
|
5355
6059
|
*/
|
|
5356
6060
|
"onIonFocus"?: (event: IonCheckboxCustomEvent<void>) => void;
|
|
6061
|
+
/**
|
|
6062
|
+
* Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
|
|
6063
|
+
*/
|
|
6064
|
+
"shape"?: 'soft' | 'rectangular';
|
|
6065
|
+
/**
|
|
6066
|
+
* Set to `"small"` for a checkbox with less height and padding.
|
|
6067
|
+
*/
|
|
6068
|
+
"size"?: 'small';
|
|
6069
|
+
/**
|
|
6070
|
+
* The theme determines the visual appearance of the component.
|
|
6071
|
+
*/
|
|
6072
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5357
6073
|
/**
|
|
5358
6074
|
* 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
6075
|
*/
|
|
@@ -5369,15 +6085,31 @@ declare namespace LocalJSX {
|
|
|
5369
6085
|
*/
|
|
5370
6086
|
"disabled"?: boolean;
|
|
5371
6087
|
/**
|
|
5372
|
-
* The mode determines
|
|
6088
|
+
* The mode determines the platform behaviors of the component.
|
|
5373
6089
|
*/
|
|
5374
6090
|
"mode"?: "ios" | "md";
|
|
5375
6091
|
/**
|
|
5376
6092
|
* Display an outline style button.
|
|
5377
6093
|
*/
|
|
5378
6094
|
"outline"?: boolean;
|
|
6095
|
+
/**
|
|
6096
|
+
* 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.
|
|
6097
|
+
*/
|
|
6098
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6099
|
+
/**
|
|
6100
|
+
* Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
|
|
6101
|
+
*/
|
|
6102
|
+
"size"?: 'small' | 'large';
|
|
6103
|
+
/**
|
|
6104
|
+
* The theme determines the visual appearance of the component.
|
|
6105
|
+
*/
|
|
6106
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5379
6107
|
}
|
|
5380
6108
|
interface IonCol {
|
|
6109
|
+
/**
|
|
6110
|
+
* The mode determines the platform behaviors of the component.
|
|
6111
|
+
*/
|
|
6112
|
+
"mode"?: "ios" | "md";
|
|
5381
6113
|
/**
|
|
5382
6114
|
* The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
|
|
5383
6115
|
*/
|
|
@@ -5474,6 +6206,10 @@ declare namespace LocalJSX {
|
|
|
5474
6206
|
* 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
6207
|
*/
|
|
5476
6208
|
"sizeXs"?: string;
|
|
6209
|
+
/**
|
|
6210
|
+
* The theme determines the visual appearance of the component.
|
|
6211
|
+
*/
|
|
6212
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5477
6213
|
}
|
|
5478
6214
|
interface IonContent {
|
|
5479
6215
|
/**
|
|
@@ -5492,6 +6228,10 @@ declare namespace LocalJSX {
|
|
|
5492
6228
|
* If `true`, the content will scroll behind the headers and footers. This effect can easily be seen by setting the toolbar to transparent.
|
|
5493
6229
|
*/
|
|
5494
6230
|
"fullscreen"?: boolean;
|
|
6231
|
+
/**
|
|
6232
|
+
* The mode determines the platform behaviors of the component.
|
|
6233
|
+
*/
|
|
6234
|
+
"mode"?: "ios" | "md";
|
|
5495
6235
|
/**
|
|
5496
6236
|
* Emitted while scrolling. This event is disabled by default. Set `scrollEvents` to `true` to enable.
|
|
5497
6237
|
*/
|
|
@@ -5516,6 +6256,10 @@ declare namespace LocalJSX {
|
|
|
5516
6256
|
* If you want to disable the content scrolling in the Y axis, set this property to `false`.
|
|
5517
6257
|
*/
|
|
5518
6258
|
"scrollY"?: boolean;
|
|
6259
|
+
/**
|
|
6260
|
+
* The theme determines the visual appearance of the component.
|
|
6261
|
+
*/
|
|
6262
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5519
6263
|
}
|
|
5520
6264
|
interface IonDatetime {
|
|
5521
6265
|
/**
|
|
@@ -5583,7 +6327,7 @@ declare namespace LocalJSX {
|
|
|
5583
6327
|
*/
|
|
5584
6328
|
"minuteValues"?: number[] | number | string;
|
|
5585
6329
|
/**
|
|
5586
|
-
* The mode determines
|
|
6330
|
+
* The mode determines the platform behaviors of the component.
|
|
5587
6331
|
*/
|
|
5588
6332
|
"mode"?: "ios" | "md";
|
|
5589
6333
|
/**
|
|
@@ -5646,6 +6390,10 @@ declare namespace LocalJSX {
|
|
|
5646
6390
|
* 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
6391
|
*/
|
|
5648
6392
|
"size"?: 'cover' | 'fixed';
|
|
6393
|
+
/**
|
|
6394
|
+
* The theme determines the visual appearance of the component.
|
|
6395
|
+
*/
|
|
6396
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5649
6397
|
/**
|
|
5650
6398
|
* 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
6399
|
*/
|
|
@@ -5673,9 +6421,13 @@ declare namespace LocalJSX {
|
|
|
5673
6421
|
*/
|
|
5674
6422
|
"disabled"?: boolean;
|
|
5675
6423
|
/**
|
|
5676
|
-
* The mode determines
|
|
6424
|
+
* The mode determines the platform behaviors of the component.
|
|
5677
6425
|
*/
|
|
5678
6426
|
"mode"?: "ios" | "md";
|
|
6427
|
+
/**
|
|
6428
|
+
* The theme determines the visual appearance of the component.
|
|
6429
|
+
*/
|
|
6430
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5679
6431
|
}
|
|
5680
6432
|
interface IonFab {
|
|
5681
6433
|
/**
|
|
@@ -5690,6 +6442,14 @@ declare namespace LocalJSX {
|
|
|
5690
6442
|
* Where to align the fab horizontally in the viewport.
|
|
5691
6443
|
*/
|
|
5692
6444
|
"horizontal"?: 'start' | 'end' | 'center';
|
|
6445
|
+
/**
|
|
6446
|
+
* The mode determines the platform behaviors of the component.
|
|
6447
|
+
*/
|
|
6448
|
+
"mode"?: "ios" | "md";
|
|
6449
|
+
/**
|
|
6450
|
+
* The theme determines the visual appearance of the component.
|
|
6451
|
+
*/
|
|
6452
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5693
6453
|
/**
|
|
5694
6454
|
* Where to align the fab vertically in the viewport.
|
|
5695
6455
|
*/
|
|
@@ -5721,7 +6481,7 @@ declare namespace LocalJSX {
|
|
|
5721
6481
|
*/
|
|
5722
6482
|
"href"?: string | undefined;
|
|
5723
6483
|
/**
|
|
5724
|
-
* The mode determines
|
|
6484
|
+
* The mode determines the platform behaviors of the component.
|
|
5725
6485
|
*/
|
|
5726
6486
|
"mode"?: "ios" | "md";
|
|
5727
6487
|
/**
|
|
@@ -5757,7 +6517,11 @@ declare namespace LocalJSX {
|
|
|
5757
6517
|
*/
|
|
5758
6518
|
"target"?: string | undefined;
|
|
5759
6519
|
/**
|
|
5760
|
-
*
|
|
6520
|
+
* The theme determines the visual appearance of the component.
|
|
6521
|
+
*/
|
|
6522
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6523
|
+
/**
|
|
6524
|
+
* 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
6525
|
*/
|
|
5762
6526
|
"translucent"?: boolean;
|
|
5763
6527
|
/**
|
|
@@ -5770,22 +6534,34 @@ declare namespace LocalJSX {
|
|
|
5770
6534
|
* If `true`, the fab list will show all fab buttons in the list.
|
|
5771
6535
|
*/
|
|
5772
6536
|
"activated"?: boolean;
|
|
6537
|
+
/**
|
|
6538
|
+
* The mode determines the platform behaviors of the component.
|
|
6539
|
+
*/
|
|
6540
|
+
"mode"?: "ios" | "md";
|
|
5773
6541
|
/**
|
|
5774
6542
|
* The side the fab list will show on relative to the main fab button.
|
|
5775
6543
|
*/
|
|
5776
6544
|
"side"?: 'start' | 'end' | 'top' | 'bottom';
|
|
6545
|
+
/**
|
|
6546
|
+
* The theme determines the visual appearance of the component.
|
|
6547
|
+
*/
|
|
6548
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5777
6549
|
}
|
|
5778
6550
|
interface IonFooter {
|
|
5779
6551
|
/**
|
|
5780
|
-
* Describes the scroll effect that will be applied to the footer. Only applies
|
|
6552
|
+
* Describes the scroll effect that will be applied to the footer. Only applies when the theme is `"ios"`.
|
|
5781
6553
|
*/
|
|
5782
6554
|
"collapse"?: 'fade';
|
|
5783
6555
|
/**
|
|
5784
|
-
* The mode determines
|
|
6556
|
+
* The mode determines the platform behaviors of the component.
|
|
5785
6557
|
*/
|
|
5786
6558
|
"mode"?: "ios" | "md";
|
|
5787
6559
|
/**
|
|
5788
|
-
*
|
|
6560
|
+
* The theme determines the visual appearance of the component.
|
|
6561
|
+
*/
|
|
6562
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6563
|
+
/**
|
|
6564
|
+
* 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
6565
|
*/
|
|
5790
6566
|
"translucent"?: boolean;
|
|
5791
6567
|
}
|
|
@@ -5794,18 +6570,34 @@ declare namespace LocalJSX {
|
|
|
5794
6570
|
* If `true`, the grid will have a fixed width based on the screen size.
|
|
5795
6571
|
*/
|
|
5796
6572
|
"fixed"?: boolean;
|
|
6573
|
+
/**
|
|
6574
|
+
* The mode determines the platform behaviors of the component.
|
|
6575
|
+
*/
|
|
6576
|
+
"mode"?: "ios" | "md";
|
|
6577
|
+
/**
|
|
6578
|
+
* The theme determines the visual appearance of the component.
|
|
6579
|
+
*/
|
|
6580
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5797
6581
|
}
|
|
5798
6582
|
interface IonHeader {
|
|
5799
6583
|
/**
|
|
5800
|
-
* Describes the scroll effect that will be applied to the header. Only applies
|
|
6584
|
+
* 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
6585
|
*/
|
|
5802
6586
|
"collapse"?: 'condense' | 'fade';
|
|
5803
6587
|
/**
|
|
5804
|
-
*
|
|
6588
|
+
* If `true`, the header will have a line at the bottom. TODO(ROU-10855): add support for this prop on ios/md themes
|
|
6589
|
+
*/
|
|
6590
|
+
"divider"?: boolean;
|
|
6591
|
+
/**
|
|
6592
|
+
* The mode determines the platform behaviors of the component.
|
|
5805
6593
|
*/
|
|
5806
6594
|
"mode"?: "ios" | "md";
|
|
5807
6595
|
/**
|
|
5808
|
-
*
|
|
6596
|
+
* The theme determines the visual appearance of the component.
|
|
6597
|
+
*/
|
|
6598
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6599
|
+
/**
|
|
6600
|
+
* 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
6601
|
*/
|
|
5810
6602
|
"translucent"?: boolean;
|
|
5811
6603
|
}
|
|
@@ -5814,6 +6606,10 @@ declare namespace LocalJSX {
|
|
|
5814
6606
|
* 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
6607
|
*/
|
|
5816
6608
|
"alt"?: string;
|
|
6609
|
+
/**
|
|
6610
|
+
* The mode determines the platform behaviors of the component.
|
|
6611
|
+
*/
|
|
6612
|
+
"mode"?: "ios" | "md";
|
|
5817
6613
|
/**
|
|
5818
6614
|
* Emitted when the img fails to load
|
|
5819
6615
|
*/
|
|
@@ -5830,12 +6626,20 @@ declare namespace LocalJSX {
|
|
|
5830
6626
|
* The image URL. This attribute is mandatory for the `<img>` element.
|
|
5831
6627
|
*/
|
|
5832
6628
|
"src"?: string;
|
|
6629
|
+
/**
|
|
6630
|
+
* The theme determines the visual appearance of the component.
|
|
6631
|
+
*/
|
|
6632
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5833
6633
|
}
|
|
5834
6634
|
interface IonInfiniteScroll {
|
|
5835
6635
|
/**
|
|
5836
6636
|
* 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
6637
|
*/
|
|
5838
6638
|
"disabled"?: boolean;
|
|
6639
|
+
/**
|
|
6640
|
+
* The mode determines the platform behaviors of the component.
|
|
6641
|
+
*/
|
|
6642
|
+
"mode"?: "ios" | "md";
|
|
5839
6643
|
/**
|
|
5840
6644
|
* 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
6645
|
*/
|
|
@@ -5844,6 +6648,10 @@ declare namespace LocalJSX {
|
|
|
5844
6648
|
* The position of the infinite scroll element. The value can be either `top` or `bottom`.
|
|
5845
6649
|
*/
|
|
5846
6650
|
"position"?: 'top' | 'bottom';
|
|
6651
|
+
/**
|
|
6652
|
+
* The theme determines the visual appearance of the component.
|
|
6653
|
+
*/
|
|
6654
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5847
6655
|
/**
|
|
5848
6656
|
* 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
6657
|
*/
|
|
@@ -5858,6 +6666,14 @@ declare namespace LocalJSX {
|
|
|
5858
6666
|
* 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
6667
|
*/
|
|
5860
6668
|
"loadingText"?: string | IonicSafeString;
|
|
6669
|
+
/**
|
|
6670
|
+
* The mode determines the platform behaviors of the component.
|
|
6671
|
+
*/
|
|
6672
|
+
"mode"?: "ios" | "md";
|
|
6673
|
+
/**
|
|
6674
|
+
* The theme determines the visual appearance of the component.
|
|
6675
|
+
*/
|
|
6676
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5861
6677
|
}
|
|
5862
6678
|
interface IonInput {
|
|
5863
6679
|
/**
|
|
@@ -5917,7 +6733,7 @@ declare namespace LocalJSX {
|
|
|
5917
6733
|
*/
|
|
5918
6734
|
"errorText"?: string;
|
|
5919
6735
|
/**
|
|
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
|
|
6736
|
+
* 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
6737
|
*/
|
|
5922
6738
|
"fill"?: 'outline' | 'solid';
|
|
5923
6739
|
/**
|
|
@@ -5933,7 +6749,7 @@ declare namespace LocalJSX {
|
|
|
5933
6749
|
*/
|
|
5934
6750
|
"label"?: string;
|
|
5935
6751
|
/**
|
|
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 ("...").
|
|
6752
|
+
* 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
6753
|
*/
|
|
5938
6754
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
5939
6755
|
/**
|
|
@@ -5953,7 +6769,7 @@ declare namespace LocalJSX {
|
|
|
5953
6769
|
*/
|
|
5954
6770
|
"minlength"?: number;
|
|
5955
6771
|
/**
|
|
5956
|
-
* The mode determines
|
|
6772
|
+
* The mode determines the platform behaviors of the component.
|
|
5957
6773
|
*/
|
|
5958
6774
|
"mode"?: "ios" | "md";
|
|
5959
6775
|
/**
|
|
@@ -5997,9 +6813,13 @@ declare namespace LocalJSX {
|
|
|
5997
6813
|
*/
|
|
5998
6814
|
"required"?: boolean;
|
|
5999
6815
|
/**
|
|
6000
|
-
*
|
|
6816
|
+
* 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
6817
|
*/
|
|
6002
|
-
"shape"?: 'round';
|
|
6818
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6819
|
+
/**
|
|
6820
|
+
* 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.
|
|
6821
|
+
*/
|
|
6822
|
+
"size"?: 'medium' | 'large' | 'xlarge';
|
|
6003
6823
|
/**
|
|
6004
6824
|
* If `true`, the element will have its spelling and grammar checked.
|
|
6005
6825
|
*/
|
|
@@ -6008,6 +6828,10 @@ declare namespace LocalJSX {
|
|
|
6008
6828
|
* 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
6829
|
*/
|
|
6010
6830
|
"step"?: string;
|
|
6831
|
+
/**
|
|
6832
|
+
* The theme determines the visual appearance of the component.
|
|
6833
|
+
*/
|
|
6834
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6011
6835
|
/**
|
|
6012
6836
|
* The type of control to display. The default type is text.
|
|
6013
6837
|
*/
|
|
@@ -6045,7 +6869,7 @@ declare namespace LocalJSX {
|
|
|
6045
6869
|
*/
|
|
6046
6870
|
"color"?: Color;
|
|
6047
6871
|
/**
|
|
6048
|
-
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
6872
|
+
* 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
6873
|
*/
|
|
6050
6874
|
"detail"?: boolean;
|
|
6051
6875
|
/**
|
|
@@ -6069,7 +6893,7 @@ declare namespace LocalJSX {
|
|
|
6069
6893
|
*/
|
|
6070
6894
|
"lines"?: 'full' | 'inset' | 'none';
|
|
6071
6895
|
/**
|
|
6072
|
-
* The mode determines
|
|
6896
|
+
* The mode determines the platform behaviors of the component.
|
|
6073
6897
|
*/
|
|
6074
6898
|
"mode"?: "ios" | "md";
|
|
6075
6899
|
/**
|
|
@@ -6088,6 +6912,10 @@ declare namespace LocalJSX {
|
|
|
6088
6912
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6089
6913
|
*/
|
|
6090
6914
|
"target"?: string | undefined;
|
|
6915
|
+
/**
|
|
6916
|
+
* The theme determines the visual appearance of the component.
|
|
6917
|
+
*/
|
|
6918
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6091
6919
|
/**
|
|
6092
6920
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
6093
6921
|
*/
|
|
@@ -6099,15 +6927,27 @@ declare namespace LocalJSX {
|
|
|
6099
6927
|
*/
|
|
6100
6928
|
"color"?: Color;
|
|
6101
6929
|
/**
|
|
6102
|
-
* The mode determines
|
|
6930
|
+
* The mode determines the platform behaviors of the component.
|
|
6103
6931
|
*/
|
|
6104
6932
|
"mode"?: "ios" | "md";
|
|
6105
6933
|
/**
|
|
6106
6934
|
* 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
6935
|
*/
|
|
6108
6936
|
"sticky"?: boolean;
|
|
6937
|
+
/**
|
|
6938
|
+
* The theme determines the visual appearance of the component.
|
|
6939
|
+
*/
|
|
6940
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6109
6941
|
}
|
|
6110
6942
|
interface IonItemGroup {
|
|
6943
|
+
/**
|
|
6944
|
+
* The mode determines the platform behaviors of the component.
|
|
6945
|
+
*/
|
|
6946
|
+
"mode"?: "ios" | "md";
|
|
6947
|
+
/**
|
|
6948
|
+
* The theme determines the visual appearance of the component.
|
|
6949
|
+
*/
|
|
6950
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6111
6951
|
}
|
|
6112
6952
|
interface IonItemOption {
|
|
6113
6953
|
/**
|
|
@@ -6131,23 +6971,35 @@ declare namespace LocalJSX {
|
|
|
6131
6971
|
*/
|
|
6132
6972
|
"href"?: string | undefined;
|
|
6133
6973
|
/**
|
|
6134
|
-
* The mode determines
|
|
6974
|
+
* The mode determines the platform behaviors of the component.
|
|
6135
6975
|
*/
|
|
6136
6976
|
"mode"?: "ios" | "md";
|
|
6137
6977
|
/**
|
|
6138
6978
|
* 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
6979
|
*/
|
|
6140
6980
|
"rel"?: string | undefined;
|
|
6981
|
+
/**
|
|
6982
|
+
* 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.
|
|
6983
|
+
*/
|
|
6984
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6141
6985
|
/**
|
|
6142
6986
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6143
6987
|
*/
|
|
6144
6988
|
"target"?: string | undefined;
|
|
6989
|
+
/**
|
|
6990
|
+
* The theme determines the visual appearance of the component.
|
|
6991
|
+
*/
|
|
6992
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6145
6993
|
/**
|
|
6146
6994
|
* The type of the button.
|
|
6147
6995
|
*/
|
|
6148
6996
|
"type"?: 'submit' | 'reset' | 'button';
|
|
6149
6997
|
}
|
|
6150
6998
|
interface IonItemOptions {
|
|
6999
|
+
/**
|
|
7000
|
+
* The mode determines the platform behaviors of the component.
|
|
7001
|
+
*/
|
|
7002
|
+
"mode"?: "ios" | "md";
|
|
6151
7003
|
/**
|
|
6152
7004
|
* Emitted when the item has been fully swiped.
|
|
6153
7005
|
*/
|
|
@@ -6156,16 +7008,28 @@ declare namespace LocalJSX {
|
|
|
6156
7008
|
* 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
7009
|
*/
|
|
6158
7010
|
"side"?: Side;
|
|
7011
|
+
/**
|
|
7012
|
+
* The theme determines the visual appearance of the component.
|
|
7013
|
+
*/
|
|
7014
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6159
7015
|
}
|
|
6160
7016
|
interface IonItemSliding {
|
|
6161
7017
|
/**
|
|
6162
7018
|
* If `true`, the user cannot interact with the sliding item.
|
|
6163
7019
|
*/
|
|
6164
7020
|
"disabled"?: boolean;
|
|
7021
|
+
/**
|
|
7022
|
+
* The mode determines the platform behaviors of the component.
|
|
7023
|
+
*/
|
|
7024
|
+
"mode"?: "ios" | "md";
|
|
6165
7025
|
/**
|
|
6166
7026
|
* Emitted when the sliding position changes.
|
|
6167
7027
|
*/
|
|
6168
7028
|
"onIonDrag"?: (event: IonItemSlidingCustomEvent<any>) => void;
|
|
7029
|
+
/**
|
|
7030
|
+
* The theme determines the visual appearance of the component.
|
|
7031
|
+
*/
|
|
7032
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6169
7033
|
}
|
|
6170
7034
|
interface IonLabel {
|
|
6171
7035
|
/**
|
|
@@ -6173,13 +7037,17 @@ declare namespace LocalJSX {
|
|
|
6173
7037
|
*/
|
|
6174
7038
|
"color"?: Color;
|
|
6175
7039
|
/**
|
|
6176
|
-
* The mode determines
|
|
7040
|
+
* The mode determines the platform behaviors of the component.
|
|
6177
7041
|
*/
|
|
6178
7042
|
"mode"?: "ios" | "md";
|
|
6179
7043
|
/**
|
|
6180
7044
|
* The position determines where and how the label behaves inside an item.
|
|
6181
7045
|
*/
|
|
6182
7046
|
"position"?: 'fixed' | 'stacked' | 'floating';
|
|
7047
|
+
/**
|
|
7048
|
+
* The theme determines the visual appearance of the component.
|
|
7049
|
+
*/
|
|
7050
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6183
7051
|
}
|
|
6184
7052
|
interface IonList {
|
|
6185
7053
|
/**
|
|
@@ -6191,9 +7059,17 @@ declare namespace LocalJSX {
|
|
|
6191
7059
|
*/
|
|
6192
7060
|
"lines"?: 'full' | 'inset' | 'none';
|
|
6193
7061
|
/**
|
|
6194
|
-
* The mode determines
|
|
7062
|
+
* The mode determines the platform behaviors of the component.
|
|
6195
7063
|
*/
|
|
6196
7064
|
"mode"?: "ios" | "md";
|
|
7065
|
+
/**
|
|
7066
|
+
* 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.
|
|
7067
|
+
*/
|
|
7068
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7069
|
+
/**
|
|
7070
|
+
* The theme determines the visual appearance of the component.
|
|
7071
|
+
*/
|
|
7072
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6197
7073
|
}
|
|
6198
7074
|
interface IonListHeader {
|
|
6199
7075
|
/**
|
|
@@ -6205,9 +7081,13 @@ declare namespace LocalJSX {
|
|
|
6205
7081
|
*/
|
|
6206
7082
|
"lines"?: 'full' | 'inset' | 'none';
|
|
6207
7083
|
/**
|
|
6208
|
-
* The mode determines
|
|
7084
|
+
* The mode determines the platform behaviors of the component.
|
|
6209
7085
|
*/
|
|
6210
7086
|
"mode"?: "ios" | "md";
|
|
7087
|
+
/**
|
|
7088
|
+
* The theme determines the visual appearance of the component.
|
|
7089
|
+
*/
|
|
7090
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6211
7091
|
}
|
|
6212
7092
|
interface IonLoading {
|
|
6213
7093
|
/**
|
|
@@ -6251,7 +7131,7 @@ declare namespace LocalJSX {
|
|
|
6251
7131
|
*/
|
|
6252
7132
|
"message"?: string | IonicSafeString;
|
|
6253
7133
|
/**
|
|
6254
|
-
* The mode determines
|
|
7134
|
+
* The mode determines the platform behaviors of the component.
|
|
6255
7135
|
*/
|
|
6256
7136
|
"mode"?: "ios" | "md";
|
|
6257
7137
|
/**
|
|
@@ -6295,7 +7175,11 @@ declare namespace LocalJSX {
|
|
|
6295
7175
|
*/
|
|
6296
7176
|
"spinner"?: SpinnerTypes | null;
|
|
6297
7177
|
/**
|
|
6298
|
-
*
|
|
7178
|
+
* The theme determines the visual appearance of the component.
|
|
7179
|
+
*/
|
|
7180
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7181
|
+
/**
|
|
7182
|
+
* 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
7183
|
*/
|
|
6300
7184
|
"translucent"?: boolean;
|
|
6301
7185
|
/**
|
|
@@ -6320,6 +7204,10 @@ declare namespace LocalJSX {
|
|
|
6320
7204
|
* An id for the menu.
|
|
6321
7205
|
*/
|
|
6322
7206
|
"menuId"?: string;
|
|
7207
|
+
/**
|
|
7208
|
+
* The mode determines the platform behaviors of the component.
|
|
7209
|
+
*/
|
|
7210
|
+
"mode"?: "ios" | "md";
|
|
6323
7211
|
/**
|
|
6324
7212
|
* Emitted when the menu is closed.
|
|
6325
7213
|
*/
|
|
@@ -6344,6 +7232,10 @@ declare namespace LocalJSX {
|
|
|
6344
7232
|
* If `true`, swiping the menu is enabled.
|
|
6345
7233
|
*/
|
|
6346
7234
|
"swipeGesture"?: boolean;
|
|
7235
|
+
/**
|
|
7236
|
+
* The theme determines the visual appearance of the component.
|
|
7237
|
+
*/
|
|
7238
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6347
7239
|
/**
|
|
6348
7240
|
* The display type of the menu. Available options: `"overlay"`, `"reveal"`, `"push"`.
|
|
6349
7241
|
*/
|
|
@@ -6367,9 +7259,13 @@ declare namespace LocalJSX {
|
|
|
6367
7259
|
*/
|
|
6368
7260
|
"menu"?: string;
|
|
6369
7261
|
/**
|
|
6370
|
-
* The mode determines
|
|
7262
|
+
* The mode determines the platform behaviors of the component.
|
|
6371
7263
|
*/
|
|
6372
7264
|
"mode"?: "ios" | "md";
|
|
7265
|
+
/**
|
|
7266
|
+
* The theme determines the visual appearance of the component.
|
|
7267
|
+
*/
|
|
7268
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6373
7269
|
/**
|
|
6374
7270
|
* The type of the button.
|
|
6375
7271
|
*/
|
|
@@ -6384,6 +7280,14 @@ declare namespace LocalJSX {
|
|
|
6384
7280
|
* 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
7281
|
*/
|
|
6386
7282
|
"menu"?: string;
|
|
7283
|
+
/**
|
|
7284
|
+
* The mode determines the platform behaviors of the component.
|
|
7285
|
+
*/
|
|
7286
|
+
"mode"?: "ios" | "md";
|
|
7287
|
+
/**
|
|
7288
|
+
* The theme determines the visual appearance of the component.
|
|
7289
|
+
*/
|
|
7290
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6387
7291
|
}
|
|
6388
7292
|
interface IonModal {
|
|
6389
7293
|
/**
|
|
@@ -6447,7 +7351,7 @@ declare namespace LocalJSX {
|
|
|
6447
7351
|
*/
|
|
6448
7352
|
"leaveAnimation"?: AnimationBuilder;
|
|
6449
7353
|
/**
|
|
6450
|
-
* The mode determines
|
|
7354
|
+
* The mode determines the platform behaviors of the component.
|
|
6451
7355
|
*/
|
|
6452
7356
|
"mode"?: "ios" | "md";
|
|
6453
7357
|
/**
|
|
@@ -6490,10 +7394,18 @@ declare namespace LocalJSX {
|
|
|
6490
7394
|
* 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
7395
|
*/
|
|
6492
7396
|
"presentingElement"?: HTMLElement;
|
|
7397
|
+
/**
|
|
7398
|
+
* 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.
|
|
7399
|
+
*/
|
|
7400
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6493
7401
|
/**
|
|
6494
7402
|
* 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
7403
|
*/
|
|
6496
7404
|
"showBackdrop"?: boolean;
|
|
7405
|
+
/**
|
|
7406
|
+
* The theme determines the visual appearance of the component.
|
|
7407
|
+
*/
|
|
7408
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6497
7409
|
/**
|
|
6498
7410
|
* An ID corresponding to the trigger element that causes the modal to open when clicked.
|
|
6499
7411
|
*/
|
|
@@ -6505,9 +7417,13 @@ declare namespace LocalJSX {
|
|
|
6505
7417
|
*/
|
|
6506
7418
|
"animated"?: boolean;
|
|
6507
7419
|
/**
|
|
6508
|
-
* By default `ion-nav` animates transition between pages based
|
|
7420
|
+
* 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
7421
|
*/
|
|
6510
7422
|
"animation"?: AnimationBuilder;
|
|
7423
|
+
/**
|
|
7424
|
+
* The mode determines the platform behaviors of the component.
|
|
7425
|
+
*/
|
|
7426
|
+
"mode"?: "ios" | "md";
|
|
6511
7427
|
/**
|
|
6512
7428
|
* Event fired when the nav has changed components
|
|
6513
7429
|
*/
|
|
@@ -6528,6 +7444,10 @@ declare namespace LocalJSX {
|
|
|
6528
7444
|
* If the nav component should allow for swipe-to-go-back.
|
|
6529
7445
|
*/
|
|
6530
7446
|
"swipeGesture"?: boolean;
|
|
7447
|
+
/**
|
|
7448
|
+
* The theme determines the visual appearance of the component.
|
|
7449
|
+
*/
|
|
7450
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6531
7451
|
}
|
|
6532
7452
|
interface IonNavLink {
|
|
6533
7453
|
/**
|
|
@@ -6538,6 +7458,10 @@ declare namespace LocalJSX {
|
|
|
6538
7458
|
* Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
|
|
6539
7459
|
*/
|
|
6540
7460
|
"componentProps"?: ComponentProps;
|
|
7461
|
+
/**
|
|
7462
|
+
* The mode determines the platform behaviors of the component.
|
|
7463
|
+
*/
|
|
7464
|
+
"mode"?: "ios" | "md";
|
|
6541
7465
|
/**
|
|
6542
7466
|
* The transition animation when navigating to another page.
|
|
6543
7467
|
*/
|
|
@@ -6546,6 +7470,10 @@ declare namespace LocalJSX {
|
|
|
6546
7470
|
* The transition direction when navigating to another page.
|
|
6547
7471
|
*/
|
|
6548
7472
|
"routerDirection"?: RouterDirection;
|
|
7473
|
+
/**
|
|
7474
|
+
* The theme determines the visual appearance of the component.
|
|
7475
|
+
*/
|
|
7476
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6549
7477
|
}
|
|
6550
7478
|
interface IonNote {
|
|
6551
7479
|
/**
|
|
@@ -6553,15 +7481,23 @@ declare namespace LocalJSX {
|
|
|
6553
7481
|
*/
|
|
6554
7482
|
"color"?: Color;
|
|
6555
7483
|
/**
|
|
6556
|
-
* The mode determines
|
|
7484
|
+
* The mode determines the platform behaviors of the component.
|
|
6557
7485
|
*/
|
|
6558
7486
|
"mode"?: "ios" | "md";
|
|
7487
|
+
/**
|
|
7488
|
+
* The theme determines the visual appearance of the component.
|
|
7489
|
+
*/
|
|
7490
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6559
7491
|
}
|
|
6560
7492
|
interface IonPicker {
|
|
6561
7493
|
/**
|
|
6562
|
-
* The mode determines
|
|
7494
|
+
* The mode determines the platform behaviors of the component.
|
|
6563
7495
|
*/
|
|
6564
7496
|
"mode"?: "ios" | "md";
|
|
7497
|
+
/**
|
|
7498
|
+
* The theme determines the visual appearance of the component.
|
|
7499
|
+
*/
|
|
7500
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6565
7501
|
}
|
|
6566
7502
|
interface IonPickerColumn {
|
|
6567
7503
|
/**
|
|
@@ -6573,13 +7509,17 @@ declare namespace LocalJSX {
|
|
|
6573
7509
|
*/
|
|
6574
7510
|
"disabled"?: boolean;
|
|
6575
7511
|
/**
|
|
6576
|
-
* The mode determines
|
|
7512
|
+
* The mode determines the platform behaviors of the component.
|
|
6577
7513
|
*/
|
|
6578
7514
|
"mode"?: "ios" | "md";
|
|
6579
7515
|
/**
|
|
6580
7516
|
* Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
|
|
6581
7517
|
*/
|
|
6582
7518
|
"onIonChange"?: (event: IonPickerColumnCustomEvent<PickerColumnChangeEventDetail>) => void;
|
|
7519
|
+
/**
|
|
7520
|
+
* The theme determines the visual appearance of the component.
|
|
7521
|
+
*/
|
|
7522
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6583
7523
|
/**
|
|
6584
7524
|
* The selected option in the picker.
|
|
6585
7525
|
*/
|
|
@@ -6594,6 +7534,14 @@ declare namespace LocalJSX {
|
|
|
6594
7534
|
* If `true`, the user cannot interact with the picker column option.
|
|
6595
7535
|
*/
|
|
6596
7536
|
"disabled"?: boolean;
|
|
7537
|
+
/**
|
|
7538
|
+
* The mode determines the platform behaviors of the component.
|
|
7539
|
+
*/
|
|
7540
|
+
"mode"?: "ios" | "md";
|
|
7541
|
+
/**
|
|
7542
|
+
* The theme determines the visual appearance of the component.
|
|
7543
|
+
*/
|
|
7544
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6597
7545
|
/**
|
|
6598
7546
|
* The text value of the option.
|
|
6599
7547
|
*/
|
|
@@ -6645,7 +7593,7 @@ declare namespace LocalJSX {
|
|
|
6645
7593
|
*/
|
|
6646
7594
|
"leaveAnimation"?: AnimationBuilder;
|
|
6647
7595
|
/**
|
|
6648
|
-
* The mode determines
|
|
7596
|
+
* The mode determines the platform behaviors of the component.
|
|
6649
7597
|
*/
|
|
6650
7598
|
"mode"?: "ios" | "md";
|
|
6651
7599
|
/**
|
|
@@ -6684,6 +7632,10 @@ declare namespace LocalJSX {
|
|
|
6684
7632
|
* If `true`, a backdrop will be displayed behind the picker.
|
|
6685
7633
|
*/
|
|
6686
7634
|
"showBackdrop"?: boolean;
|
|
7635
|
+
/**
|
|
7636
|
+
* The theme determines the visual appearance of the component.
|
|
7637
|
+
*/
|
|
7638
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6687
7639
|
/**
|
|
6688
7640
|
* An ID corresponding to the trigger element that causes the picker to open when clicked.
|
|
6689
7641
|
*/
|
|
@@ -6697,7 +7649,7 @@ declare namespace LocalJSX {
|
|
|
6697
7649
|
}
|
|
6698
7650
|
interface IonPopover {
|
|
6699
7651
|
/**
|
|
6700
|
-
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios`
|
|
7652
|
+
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `"ios"` theme, and `"start"` for `"md"` theme.
|
|
6701
7653
|
*/
|
|
6702
7654
|
"alignment"?: PositionAlign;
|
|
6703
7655
|
/**
|
|
@@ -6705,7 +7657,7 @@ declare namespace LocalJSX {
|
|
|
6705
7657
|
*/
|
|
6706
7658
|
"animated"?: boolean;
|
|
6707
7659
|
/**
|
|
6708
|
-
* If `true`, the popover will display an arrow that points at the `reference`
|
|
7660
|
+
* If `true`, the popover will display an arrow that points at the `reference` on `"ios"` theme.
|
|
6709
7661
|
*/
|
|
6710
7662
|
"arrow"?: boolean;
|
|
6711
7663
|
/**
|
|
@@ -6757,7 +7709,7 @@ declare namespace LocalJSX {
|
|
|
6757
7709
|
*/
|
|
6758
7710
|
"leaveAnimation"?: AnimationBuilder;
|
|
6759
7711
|
/**
|
|
6760
|
-
* The mode determines
|
|
7712
|
+
* The mode determines the platform behaviors of the component.
|
|
6761
7713
|
*/
|
|
6762
7714
|
"mode"?: "ios" | "md";
|
|
6763
7715
|
/**
|
|
@@ -6809,7 +7761,11 @@ declare namespace LocalJSX {
|
|
|
6809
7761
|
*/
|
|
6810
7762
|
"size"?: PopoverSize;
|
|
6811
7763
|
/**
|
|
6812
|
-
*
|
|
7764
|
+
* The theme determines the visual appearance of the component.
|
|
7765
|
+
*/
|
|
7766
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7767
|
+
/**
|
|
7768
|
+
* 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
7769
|
*/
|
|
6814
7770
|
"translucent"?: boolean;
|
|
6815
7771
|
/**
|
|
@@ -6831,13 +7787,17 @@ declare namespace LocalJSX {
|
|
|
6831
7787
|
*/
|
|
6832
7788
|
"color"?: Color;
|
|
6833
7789
|
/**
|
|
6834
|
-
* The mode determines
|
|
7790
|
+
* The mode determines the platform behaviors of the component.
|
|
6835
7791
|
*/
|
|
6836
7792
|
"mode"?: "ios" | "md";
|
|
6837
7793
|
/**
|
|
6838
7794
|
* If true, reverse the progress bar direction.
|
|
6839
7795
|
*/
|
|
6840
7796
|
"reversed"?: boolean;
|
|
7797
|
+
/**
|
|
7798
|
+
* The theme determines the visual appearance of the component.
|
|
7799
|
+
*/
|
|
7800
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6841
7801
|
/**
|
|
6842
7802
|
* 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
7803
|
*/
|
|
@@ -6869,7 +7829,7 @@ declare namespace LocalJSX {
|
|
|
6869
7829
|
*/
|
|
6870
7830
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
6871
7831
|
/**
|
|
6872
|
-
* The mode determines
|
|
7832
|
+
* The mode determines the platform behaviors of the component.
|
|
6873
7833
|
*/
|
|
6874
7834
|
"mode"?: "ios" | "md";
|
|
6875
7835
|
/**
|
|
@@ -6884,6 +7844,10 @@ declare namespace LocalJSX {
|
|
|
6884
7844
|
* Emitted when the radio button has focus.
|
|
6885
7845
|
*/
|
|
6886
7846
|
"onIonFocus"?: (event: IonRadioCustomEvent<void>) => void;
|
|
7847
|
+
/**
|
|
7848
|
+
* The theme determines the visual appearance of the component.
|
|
7849
|
+
*/
|
|
7850
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6887
7851
|
/**
|
|
6888
7852
|
* the value of the radio.
|
|
6889
7853
|
*/
|
|
@@ -6898,6 +7862,10 @@ declare namespace LocalJSX {
|
|
|
6898
7862
|
* 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
7863
|
*/
|
|
6900
7864
|
"compareWith"?: string | RadioGroupCompareFn | null;
|
|
7865
|
+
/**
|
|
7866
|
+
* The mode determines the platform behaviors of the component.
|
|
7867
|
+
*/
|
|
7868
|
+
"mode"?: "ios" | "md";
|
|
6901
7869
|
/**
|
|
6902
7870
|
* The name of the control, which is submitted with the form data.
|
|
6903
7871
|
*/
|
|
@@ -6906,6 +7874,10 @@ declare namespace LocalJSX {
|
|
|
6906
7874
|
* Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
|
|
6907
7875
|
*/
|
|
6908
7876
|
"onIonChange"?: (event: IonRadioGroupCustomEvent<RadioGroupChangeEventDetail>) => void;
|
|
7877
|
+
/**
|
|
7878
|
+
* The theme determines the visual appearance of the component.
|
|
7879
|
+
*/
|
|
7880
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6909
7881
|
/**
|
|
6910
7882
|
* the value of the radio group.
|
|
6911
7883
|
*/
|
|
@@ -6949,7 +7921,7 @@ declare namespace LocalJSX {
|
|
|
6949
7921
|
*/
|
|
6950
7922
|
"min"?: number;
|
|
6951
7923
|
/**
|
|
6952
|
-
* The mode determines
|
|
7924
|
+
* The mode determines the platform behaviors of the component.
|
|
6953
7925
|
*/
|
|
6954
7926
|
"mode"?: "ios" | "md";
|
|
6955
7927
|
/**
|
|
@@ -6996,6 +7968,10 @@ declare namespace LocalJSX {
|
|
|
6996
7968
|
* Specifies the value granularity.
|
|
6997
7969
|
*/
|
|
6998
7970
|
"step"?: number;
|
|
7971
|
+
/**
|
|
7972
|
+
* The theme determines the visual appearance of the component.
|
|
7973
|
+
*/
|
|
7974
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6999
7975
|
/**
|
|
7000
7976
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
7001
7977
|
*/
|
|
@@ -7015,7 +7991,7 @@ declare namespace LocalJSX {
|
|
|
7015
7991
|
*/
|
|
7016
7992
|
"disabled"?: boolean;
|
|
7017
7993
|
/**
|
|
7018
|
-
* The mode determines
|
|
7994
|
+
* The mode determines the platform behaviors of the component.
|
|
7019
7995
|
*/
|
|
7020
7996
|
"mode"?: "ios" | "md";
|
|
7021
7997
|
/**
|
|
@@ -7046,8 +8022,16 @@ declare namespace LocalJSX {
|
|
|
7046
8022
|
* 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
8023
|
*/
|
|
7048
8024
|
"snapbackDuration"?: string;
|
|
8025
|
+
/**
|
|
8026
|
+
* The theme determines the visual appearance of the component.
|
|
8027
|
+
*/
|
|
8028
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7049
8029
|
}
|
|
7050
8030
|
interface IonRefresherContent {
|
|
8031
|
+
/**
|
|
8032
|
+
* The mode determines the platform behaviors of the component.
|
|
8033
|
+
*/
|
|
8034
|
+
"mode"?: "ios" | "md";
|
|
7051
8035
|
/**
|
|
7052
8036
|
* 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
8037
|
*/
|
|
@@ -7064,20 +8048,48 @@ declare namespace LocalJSX {
|
|
|
7064
8048
|
* 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
8049
|
*/
|
|
7066
8050
|
"refreshingText"?: string | IonicSafeString;
|
|
8051
|
+
/**
|
|
8052
|
+
* The theme determines the visual appearance of the component.
|
|
8053
|
+
*/
|
|
8054
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7067
8055
|
}
|
|
7068
8056
|
interface IonReorder {
|
|
8057
|
+
/**
|
|
8058
|
+
* The mode determines the platform behaviors of the component.
|
|
8059
|
+
*/
|
|
8060
|
+
"mode"?: "ios" | "md";
|
|
8061
|
+
/**
|
|
8062
|
+
* The theme determines the visual appearance of the component.
|
|
8063
|
+
*/
|
|
8064
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7069
8065
|
}
|
|
7070
8066
|
interface IonReorderGroup {
|
|
7071
8067
|
/**
|
|
7072
8068
|
* If `true`, the reorder will be hidden.
|
|
7073
8069
|
*/
|
|
7074
8070
|
"disabled"?: boolean;
|
|
8071
|
+
/**
|
|
8072
|
+
* The mode determines the platform behaviors of the component.
|
|
8073
|
+
*/
|
|
8074
|
+
"mode"?: "ios" | "md";
|
|
7075
8075
|
/**
|
|
7076
8076
|
* 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
8077
|
*/
|
|
7078
8078
|
"onIonItemReorder"?: (event: IonReorderGroupCustomEvent<ItemReorderEventDetail>) => void;
|
|
8079
|
+
/**
|
|
8080
|
+
* The theme determines the visual appearance of the component.
|
|
8081
|
+
*/
|
|
8082
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7079
8083
|
}
|
|
7080
8084
|
interface IonRippleEffect {
|
|
8085
|
+
/**
|
|
8086
|
+
* The mode determines the platform behaviors of the component.
|
|
8087
|
+
*/
|
|
8088
|
+
"mode"?: "ios" | "md";
|
|
8089
|
+
/**
|
|
8090
|
+
* The theme determines the visual appearance of the component.
|
|
8091
|
+
*/
|
|
8092
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7081
8093
|
/**
|
|
7082
8094
|
* 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
8095
|
*/
|
|
@@ -7100,10 +8112,18 @@ declare namespace LocalJSX {
|
|
|
7100
8112
|
* A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
|
|
7101
8113
|
*/
|
|
7102
8114
|
"componentProps"?: { [key: string]: any };
|
|
8115
|
+
/**
|
|
8116
|
+
* The mode determines the platform behaviors of the component.
|
|
8117
|
+
*/
|
|
8118
|
+
"mode"?: "ios" | "md";
|
|
7103
8119
|
/**
|
|
7104
8120
|
* Used internally by `ion-router` to know when this route did change.
|
|
7105
8121
|
*/
|
|
7106
8122
|
"onIonRouteDataChanged"?: (event: IonRouteCustomEvent<any>) => void;
|
|
8123
|
+
/**
|
|
8124
|
+
* The theme determines the visual appearance of the component.
|
|
8125
|
+
*/
|
|
8126
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7107
8127
|
/**
|
|
7108
8128
|
* 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
8129
|
*/
|
|
@@ -7124,6 +8144,10 @@ declare namespace LocalJSX {
|
|
|
7124
8144
|
"to": string | undefined | null;
|
|
7125
8145
|
}
|
|
7126
8146
|
interface IonRouter {
|
|
8147
|
+
/**
|
|
8148
|
+
* The mode determines the platform behaviors of the component.
|
|
8149
|
+
*/
|
|
8150
|
+
"mode"?: "ios" | "md";
|
|
7127
8151
|
/**
|
|
7128
8152
|
* Emitted when the route had changed
|
|
7129
8153
|
*/
|
|
@@ -7136,6 +8160,10 @@ declare namespace LocalJSX {
|
|
|
7136
8160
|
* 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
8161
|
*/
|
|
7138
8162
|
"root"?: string;
|
|
8163
|
+
/**
|
|
8164
|
+
* The theme determines the visual appearance of the component.
|
|
8165
|
+
*/
|
|
8166
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7139
8167
|
/**
|
|
7140
8168
|
* 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
8169
|
*/
|
|
@@ -7150,6 +8178,10 @@ declare namespace LocalJSX {
|
|
|
7150
8178
|
* Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
|
|
7151
8179
|
*/
|
|
7152
8180
|
"href"?: string | undefined;
|
|
8181
|
+
/**
|
|
8182
|
+
* The mode determines the platform behaviors of the component.
|
|
8183
|
+
*/
|
|
8184
|
+
"mode"?: "ios" | "md";
|
|
7153
8185
|
/**
|
|
7154
8186
|
* 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
8187
|
*/
|
|
@@ -7166,6 +8198,10 @@ declare namespace LocalJSX {
|
|
|
7166
8198
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
7167
8199
|
*/
|
|
7168
8200
|
"target"?: string | undefined;
|
|
8201
|
+
/**
|
|
8202
|
+
* The theme determines the visual appearance of the component.
|
|
8203
|
+
*/
|
|
8204
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7169
8205
|
}
|
|
7170
8206
|
interface IonRouterOutlet {
|
|
7171
8207
|
/**
|
|
@@ -7177,11 +8213,23 @@ declare namespace LocalJSX {
|
|
|
7177
8213
|
*/
|
|
7178
8214
|
"animation"?: AnimationBuilder;
|
|
7179
8215
|
/**
|
|
7180
|
-
* The mode determines
|
|
8216
|
+
* The mode determines the platform behaviors of the component.
|
|
7181
8217
|
*/
|
|
7182
8218
|
"mode"?: "ios" | "md";
|
|
8219
|
+
/**
|
|
8220
|
+
* The theme determines the visual appearance of the component.
|
|
8221
|
+
*/
|
|
8222
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7183
8223
|
}
|
|
7184
8224
|
interface IonRow {
|
|
8225
|
+
/**
|
|
8226
|
+
* The mode determines the platform behaviors of the component.
|
|
8227
|
+
*/
|
|
8228
|
+
"mode"?: "ios" | "md";
|
|
8229
|
+
/**
|
|
8230
|
+
* The theme determines the visual appearance of the component.
|
|
8231
|
+
*/
|
|
8232
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7185
8233
|
}
|
|
7186
8234
|
interface IonSearchbar {
|
|
7187
8235
|
/**
|
|
@@ -7201,15 +8249,15 @@ declare namespace LocalJSX {
|
|
|
7201
8249
|
*/
|
|
7202
8250
|
"autocorrect"?: 'on' | 'off';
|
|
7203
8251
|
/**
|
|
7204
|
-
* Set the cancel button icon. Only
|
|
8252
|
+
* Set the cancel button icon. Only available when the theme is `"md"`. Defaults to `"arrow-back-sharp"`.
|
|
7205
8253
|
*/
|
|
7206
8254
|
"cancelButtonIcon"?: string;
|
|
7207
8255
|
/**
|
|
7208
|
-
* Set the the cancel button text. Only
|
|
8256
|
+
* Set the the cancel button text. Only available when the theme is `"ios"`.
|
|
7209
8257
|
*/
|
|
7210
8258
|
"cancelButtonText"?: string;
|
|
7211
8259
|
/**
|
|
7212
|
-
* Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md
|
|
8260
|
+
* Set the clear icon. Defaults to `"close-circle"` for `"ios"` theme and `"close-sharp"` for `"md"` and `"ionic"` theme.
|
|
7213
8261
|
*/
|
|
7214
8262
|
"clearIcon"?: string;
|
|
7215
8263
|
/**
|
|
@@ -7241,7 +8289,7 @@ declare namespace LocalJSX {
|
|
|
7241
8289
|
*/
|
|
7242
8290
|
"minlength"?: number;
|
|
7243
8291
|
/**
|
|
7244
|
-
* The mode determines
|
|
8292
|
+
* The mode determines the platform behaviors of the component.
|
|
7245
8293
|
*/
|
|
7246
8294
|
"mode"?: "ios" | "md";
|
|
7247
8295
|
/**
|
|
@@ -7277,7 +8325,7 @@ declare namespace LocalJSX {
|
|
|
7277
8325
|
*/
|
|
7278
8326
|
"placeholder"?: string;
|
|
7279
8327
|
/**
|
|
7280
|
-
* The icon to use as the search icon. Defaults to `search-outline` in `ios`
|
|
8328
|
+
* 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
8329
|
*/
|
|
7282
8330
|
"searchIcon"?: string;
|
|
7283
8331
|
/**
|
|
@@ -7292,6 +8340,10 @@ declare namespace LocalJSX {
|
|
|
7292
8340
|
* If `true`, enable spellcheck on the input.
|
|
7293
8341
|
*/
|
|
7294
8342
|
"spellcheck"?: boolean;
|
|
8343
|
+
/**
|
|
8344
|
+
* The theme determines the visual appearance of the component.
|
|
8345
|
+
*/
|
|
8346
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7295
8347
|
/**
|
|
7296
8348
|
* Set the type of the input.
|
|
7297
8349
|
*/
|
|
@@ -7311,7 +8363,7 @@ declare namespace LocalJSX {
|
|
|
7311
8363
|
*/
|
|
7312
8364
|
"disabled"?: boolean;
|
|
7313
8365
|
/**
|
|
7314
|
-
* The mode determines
|
|
8366
|
+
* The mode determines the platform behaviors of the component.
|
|
7315
8367
|
*/
|
|
7316
8368
|
"mode"?: "ios" | "md";
|
|
7317
8369
|
/**
|
|
@@ -7330,6 +8382,10 @@ declare namespace LocalJSX {
|
|
|
7330
8382
|
* If `true`, users will be able to swipe between segment buttons to activate them.
|
|
7331
8383
|
*/
|
|
7332
8384
|
"swipeGesture"?: boolean;
|
|
8385
|
+
/**
|
|
8386
|
+
* The theme determines the visual appearance of the component.
|
|
8387
|
+
*/
|
|
8388
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7333
8389
|
/**
|
|
7334
8390
|
* the value of the segment.
|
|
7335
8391
|
*/
|
|
@@ -7345,9 +8401,13 @@ declare namespace LocalJSX {
|
|
|
7345
8401
|
*/
|
|
7346
8402
|
"layout"?: SegmentButtonLayout;
|
|
7347
8403
|
/**
|
|
7348
|
-
* The mode determines
|
|
8404
|
+
* The mode determines the platform behaviors of the component.
|
|
7349
8405
|
*/
|
|
7350
8406
|
"mode"?: "ios" | "md";
|
|
8407
|
+
/**
|
|
8408
|
+
* The theme determines the visual appearance of the component.
|
|
8409
|
+
*/
|
|
8410
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7351
8411
|
/**
|
|
7352
8412
|
* The type of the button.
|
|
7353
8413
|
*/
|
|
@@ -7375,11 +8435,11 @@ declare namespace LocalJSX {
|
|
|
7375
8435
|
*/
|
|
7376
8436
|
"disabled"?: boolean;
|
|
7377
8437
|
/**
|
|
7378
|
-
* The toggle icon to show when the select is open. If defined, the icon rotation behavior in `md`
|
|
8438
|
+
* 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
8439
|
*/
|
|
7380
8440
|
"expandedIcon"?: string;
|
|
7381
8441
|
/**
|
|
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`
|
|
8442
|
+
* 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
8443
|
*/
|
|
7384
8444
|
"fill"?: 'outline' | 'solid';
|
|
7385
8445
|
/**
|
|
@@ -7403,7 +8463,7 @@ declare namespace LocalJSX {
|
|
|
7403
8463
|
*/
|
|
7404
8464
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
7405
8465
|
/**
|
|
7406
|
-
* The mode determines
|
|
8466
|
+
* The mode determines the platform behaviors of the component.
|
|
7407
8467
|
*/
|
|
7408
8468
|
"mode"?: "ios" | "md";
|
|
7409
8469
|
/**
|
|
@@ -7451,7 +8511,11 @@ declare namespace LocalJSX {
|
|
|
7451
8511
|
*/
|
|
7452
8512
|
"shape"?: 'round';
|
|
7453
8513
|
/**
|
|
7454
|
-
* The
|
|
8514
|
+
* The theme determines the visual appearance of the component.
|
|
8515
|
+
*/
|
|
8516
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
8517
|
+
/**
|
|
8518
|
+
* The toggle icon to use. Defaults to `"chevronExpand"` for the `"ios"` theme, or `"caretDownSharp"` for the `"md"` and `"ionic"` themes.
|
|
7455
8519
|
*/
|
|
7456
8520
|
"toggleIcon"?: string;
|
|
7457
8521
|
/**
|
|
@@ -7464,6 +8528,14 @@ declare namespace LocalJSX {
|
|
|
7464
8528
|
* 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
8529
|
*/
|
|
7466
8530
|
"disabled"?: boolean;
|
|
8531
|
+
/**
|
|
8532
|
+
* The mode determines the platform behaviors of the component.
|
|
8533
|
+
*/
|
|
8534
|
+
"mode"?: "ios" | "md";
|
|
8535
|
+
/**
|
|
8536
|
+
* The theme determines the visual appearance of the component.
|
|
8537
|
+
*/
|
|
8538
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7467
8539
|
/**
|
|
7468
8540
|
* The text value of the option.
|
|
7469
8541
|
*/
|
|
@@ -7478,6 +8550,10 @@ declare namespace LocalJSX {
|
|
|
7478
8550
|
* The text content of the popover body
|
|
7479
8551
|
*/
|
|
7480
8552
|
"message"?: string;
|
|
8553
|
+
/**
|
|
8554
|
+
* The mode determines the platform behaviors of the component.
|
|
8555
|
+
*/
|
|
8556
|
+
"mode"?: "ios" | "md";
|
|
7481
8557
|
/**
|
|
7482
8558
|
* If true, the select accepts multiple values
|
|
7483
8559
|
*/
|
|
@@ -7490,12 +8566,24 @@ declare namespace LocalJSX {
|
|
|
7490
8566
|
* The subheader text of the popover
|
|
7491
8567
|
*/
|
|
7492
8568
|
"subHeader"?: string;
|
|
8569
|
+
/**
|
|
8570
|
+
* The theme determines the visual appearance of the component.
|
|
8571
|
+
*/
|
|
8572
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7493
8573
|
}
|
|
7494
8574
|
interface IonSkeletonText {
|
|
7495
8575
|
/**
|
|
7496
8576
|
* If `true`, the skeleton text will animate.
|
|
7497
8577
|
*/
|
|
7498
8578
|
"animated"?: boolean;
|
|
8579
|
+
/**
|
|
8580
|
+
* The mode determines the platform behaviors of the component.
|
|
8581
|
+
*/
|
|
8582
|
+
"mode"?: "ios" | "md";
|
|
8583
|
+
/**
|
|
8584
|
+
* The theme determines the visual appearance of the component.
|
|
8585
|
+
*/
|
|
8586
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7499
8587
|
}
|
|
7500
8588
|
interface IonSpinner {
|
|
7501
8589
|
/**
|
|
@@ -7506,6 +8594,10 @@ declare namespace LocalJSX {
|
|
|
7506
8594
|
* Duration of the spinner animation in milliseconds. The default varies based on the spinner.
|
|
7507
8595
|
*/
|
|
7508
8596
|
"duration"?: number;
|
|
8597
|
+
/**
|
|
8598
|
+
* The mode determines the platform behaviors of the component.
|
|
8599
|
+
*/
|
|
8600
|
+
"mode"?: "ios" | "md";
|
|
7509
8601
|
/**
|
|
7510
8602
|
* The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
|
|
7511
8603
|
*/
|
|
@@ -7514,6 +8606,14 @@ declare namespace LocalJSX {
|
|
|
7514
8606
|
* If `true`, the spinner's animation will be paused.
|
|
7515
8607
|
*/
|
|
7516
8608
|
"paused"?: boolean;
|
|
8609
|
+
/**
|
|
8610
|
+
* 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.
|
|
8611
|
+
*/
|
|
8612
|
+
"size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
8613
|
+
/**
|
|
8614
|
+
* The theme determines the visual appearance of the component.
|
|
8615
|
+
*/
|
|
8616
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7517
8617
|
}
|
|
7518
8618
|
interface IonSplitPane {
|
|
7519
8619
|
/**
|
|
@@ -7524,10 +8624,18 @@ declare namespace LocalJSX {
|
|
|
7524
8624
|
* If `true`, the split pane will be hidden.
|
|
7525
8625
|
*/
|
|
7526
8626
|
"disabled"?: boolean;
|
|
8627
|
+
/**
|
|
8628
|
+
* The mode determines the platform behaviors of the component.
|
|
8629
|
+
*/
|
|
8630
|
+
"mode"?: "ios" | "md";
|
|
7527
8631
|
/**
|
|
7528
8632
|
* Expression to be called when the split-pane visibility has changed
|
|
7529
8633
|
*/
|
|
7530
8634
|
"onIonSplitPaneVisible"?: (event: IonSplitPaneCustomEvent<{ visible: boolean }>) => void;
|
|
8635
|
+
/**
|
|
8636
|
+
* The theme determines the visual appearance of the component.
|
|
8637
|
+
*/
|
|
8638
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7531
8639
|
/**
|
|
7532
8640
|
* 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
8641
|
*/
|
|
@@ -7538,10 +8646,18 @@ declare namespace LocalJSX {
|
|
|
7538
8646
|
* The component to display inside of the tab.
|
|
7539
8647
|
*/
|
|
7540
8648
|
"component"?: ComponentRef;
|
|
8649
|
+
/**
|
|
8650
|
+
* The mode determines the platform behaviors of the component.
|
|
8651
|
+
*/
|
|
8652
|
+
"mode"?: "ios" | "md";
|
|
7541
8653
|
/**
|
|
7542
8654
|
* 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
8655
|
*/
|
|
7544
8656
|
"tab": string;
|
|
8657
|
+
/**
|
|
8658
|
+
* The theme determines the visual appearance of the component.
|
|
8659
|
+
*/
|
|
8660
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7545
8661
|
}
|
|
7546
8662
|
interface IonTabBar {
|
|
7547
8663
|
/**
|
|
@@ -7549,7 +8665,11 @@ declare namespace LocalJSX {
|
|
|
7549
8665
|
*/
|
|
7550
8666
|
"color"?: Color;
|
|
7551
8667
|
/**
|
|
7552
|
-
*
|
|
8668
|
+
* 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"`.
|
|
8669
|
+
*/
|
|
8670
|
+
"expand"?: 'compact' | 'full';
|
|
8671
|
+
/**
|
|
8672
|
+
* The mode determines the platform behaviors of the component.
|
|
7553
8673
|
*/
|
|
7554
8674
|
"mode"?: "ios" | "md";
|
|
7555
8675
|
/**
|
|
@@ -7557,7 +8677,15 @@ declare namespace LocalJSX {
|
|
|
7557
8677
|
*/
|
|
7558
8678
|
"selectedTab"?: string;
|
|
7559
8679
|
/**
|
|
7560
|
-
*
|
|
8680
|
+
* 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.
|
|
8681
|
+
*/
|
|
8682
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
8683
|
+
/**
|
|
8684
|
+
* The theme determines the visual appearance of the component.
|
|
8685
|
+
*/
|
|
8686
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
8687
|
+
/**
|
|
8688
|
+
* 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
8689
|
*/
|
|
7562
8690
|
"translucent"?: boolean;
|
|
7563
8691
|
}
|
|
@@ -7579,7 +8707,7 @@ declare namespace LocalJSX {
|
|
|
7579
8707
|
*/
|
|
7580
8708
|
"layout"?: TabButtonLayout;
|
|
7581
8709
|
/**
|
|
7582
|
-
* The mode determines
|
|
8710
|
+
* The mode determines the platform behaviors of the component.
|
|
7583
8711
|
*/
|
|
7584
8712
|
"mode"?: "ios" | "md";
|
|
7585
8713
|
/**
|
|
@@ -7598,8 +8726,16 @@ declare namespace LocalJSX {
|
|
|
7598
8726
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
7599
8727
|
*/
|
|
7600
8728
|
"target"?: string | undefined;
|
|
8729
|
+
/**
|
|
8730
|
+
* The theme determines the visual appearance of the component.
|
|
8731
|
+
*/
|
|
8732
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7601
8733
|
}
|
|
7602
8734
|
interface IonTabs {
|
|
8735
|
+
/**
|
|
8736
|
+
* The mode determines the platform behaviors of the component.
|
|
8737
|
+
*/
|
|
8738
|
+
"mode"?: "ios" | "md";
|
|
7603
8739
|
/**
|
|
7604
8740
|
* Emitted when the navigation has finished transitioning to a new component.
|
|
7605
8741
|
*/
|
|
@@ -7608,6 +8744,10 @@ declare namespace LocalJSX {
|
|
|
7608
8744
|
* Emitted when the navigation is about to transition to a new component.
|
|
7609
8745
|
*/
|
|
7610
8746
|
"onIonTabsWillChange"?: (event: IonTabsCustomEvent<{ tab: string }>) => void;
|
|
8747
|
+
/**
|
|
8748
|
+
* The theme determines the visual appearance of the component.
|
|
8749
|
+
*/
|
|
8750
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7611
8751
|
}
|
|
7612
8752
|
interface IonText {
|
|
7613
8753
|
/**
|
|
@@ -7615,9 +8755,13 @@ declare namespace LocalJSX {
|
|
|
7615
8755
|
*/
|
|
7616
8756
|
"color"?: Color;
|
|
7617
8757
|
/**
|
|
7618
|
-
* The mode determines
|
|
8758
|
+
* The mode determines the platform behaviors of the component.
|
|
7619
8759
|
*/
|
|
7620
8760
|
"mode"?: "ios" | "md";
|
|
8761
|
+
/**
|
|
8762
|
+
* The theme determines the visual appearance of the component.
|
|
8763
|
+
*/
|
|
8764
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7621
8765
|
}
|
|
7622
8766
|
interface IonTextarea {
|
|
7623
8767
|
/**
|
|
@@ -7669,7 +8813,7 @@ declare namespace LocalJSX {
|
|
|
7669
8813
|
*/
|
|
7670
8814
|
"errorText"?: string;
|
|
7671
8815
|
/**
|
|
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
|
|
8816
|
+
* 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
8817
|
*/
|
|
7674
8818
|
"fill"?: 'outline' | 'solid';
|
|
7675
8819
|
/**
|
|
@@ -7697,7 +8841,7 @@ declare namespace LocalJSX {
|
|
|
7697
8841
|
*/
|
|
7698
8842
|
"minlength"?: number;
|
|
7699
8843
|
/**
|
|
7700
|
-
* The mode determines
|
|
8844
|
+
* The mode determines the platform behaviors of the component.
|
|
7701
8845
|
*/
|
|
7702
8846
|
"mode"?: "ios" | "md";
|
|
7703
8847
|
/**
|
|
@@ -7737,13 +8881,21 @@ declare namespace LocalJSX {
|
|
|
7737
8881
|
*/
|
|
7738
8882
|
"rows"?: number;
|
|
7739
8883
|
/**
|
|
7740
|
-
*
|
|
8884
|
+
* 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
8885
|
*/
|
|
7742
|
-
"shape"?: 'round';
|
|
8886
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
8887
|
+
/**
|
|
8888
|
+
* 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.
|
|
8889
|
+
*/
|
|
8890
|
+
"size"?: 'small' | 'medium' | 'large';
|
|
7743
8891
|
/**
|
|
7744
8892
|
* If `true`, the element will have its spelling and grammar checked.
|
|
7745
8893
|
*/
|
|
7746
8894
|
"spellcheck"?: boolean;
|
|
8895
|
+
/**
|
|
8896
|
+
* The theme determines the visual appearance of the component.
|
|
8897
|
+
*/
|
|
8898
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7747
8899
|
/**
|
|
7748
8900
|
* The value of the textarea.
|
|
7749
8901
|
*/
|
|
@@ -7754,16 +8906,32 @@ declare namespace LocalJSX {
|
|
|
7754
8906
|
"wrap"?: 'hard' | 'soft' | 'off';
|
|
7755
8907
|
}
|
|
7756
8908
|
interface IonThumbnail {
|
|
8909
|
+
/**
|
|
8910
|
+
* The mode determines the platform behaviors of the component.
|
|
8911
|
+
*/
|
|
8912
|
+
"mode"?: "ios" | "md";
|
|
8913
|
+
/**
|
|
8914
|
+
* The theme determines the visual appearance of the component.
|
|
8915
|
+
*/
|
|
8916
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7757
8917
|
}
|
|
7758
8918
|
interface IonTitle {
|
|
7759
8919
|
/**
|
|
7760
8920
|
* 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
8921
|
*/
|
|
7762
8922
|
"color"?: Color;
|
|
8923
|
+
/**
|
|
8924
|
+
* The mode determines the platform behaviors of the component.
|
|
8925
|
+
*/
|
|
8926
|
+
"mode"?: "ios" | "md";
|
|
7763
8927
|
/**
|
|
7764
8928
|
* The size of the toolbar title.
|
|
7765
8929
|
*/
|
|
7766
8930
|
"size"?: 'large' | 'small';
|
|
8931
|
+
/**
|
|
8932
|
+
* The theme determines the visual appearance of the component.
|
|
8933
|
+
*/
|
|
8934
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7767
8935
|
}
|
|
7768
8936
|
interface IonToast {
|
|
7769
8937
|
/**
|
|
@@ -7823,7 +8991,7 @@ declare namespace LocalJSX {
|
|
|
7823
8991
|
*/
|
|
7824
8992
|
"message"?: string | IonicSafeString;
|
|
7825
8993
|
/**
|
|
7826
|
-
* The mode determines
|
|
8994
|
+
* The mode determines the platform behaviors of the component.
|
|
7827
8995
|
*/
|
|
7828
8996
|
"mode"?: "ios" | "md";
|
|
7829
8997
|
/**
|
|
@@ -7866,12 +9034,20 @@ declare namespace LocalJSX {
|
|
|
7866
9034
|
* 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
9035
|
*/
|
|
7868
9036
|
"positionAnchor"?: HTMLElement | string;
|
|
9037
|
+
/**
|
|
9038
|
+
* 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.
|
|
9039
|
+
*/
|
|
9040
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7869
9041
|
/**
|
|
7870
9042
|
* 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
9043
|
*/
|
|
7872
9044
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
7873
9045
|
/**
|
|
7874
|
-
*
|
|
9046
|
+
* The theme determines the visual appearance of the component.
|
|
9047
|
+
*/
|
|
9048
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
9049
|
+
/**
|
|
9050
|
+
* 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
9051
|
*/
|
|
7876
9052
|
"translucent"?: boolean;
|
|
7877
9053
|
/**
|
|
@@ -7909,7 +9085,7 @@ declare namespace LocalJSX {
|
|
|
7909
9085
|
*/
|
|
7910
9086
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
7911
9087
|
/**
|
|
7912
|
-
* The mode determines
|
|
9088
|
+
* The mode determines the platform behaviors of the component.
|
|
7913
9089
|
*/
|
|
7914
9090
|
"mode"?: "ios" | "md";
|
|
7915
9091
|
/**
|
|
@@ -7928,6 +9104,10 @@ declare namespace LocalJSX {
|
|
|
7928
9104
|
* Emitted when the toggle has focus.
|
|
7929
9105
|
*/
|
|
7930
9106
|
"onIonFocus"?: (event: IonToggleCustomEvent<void>) => void;
|
|
9107
|
+
/**
|
|
9108
|
+
* The theme determines the visual appearance of the component.
|
|
9109
|
+
*/
|
|
9110
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7931
9111
|
/**
|
|
7932
9112
|
* 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
9113
|
*/
|
|
@@ -7939,9 +9119,13 @@ declare namespace LocalJSX {
|
|
|
7939
9119
|
*/
|
|
7940
9120
|
"color"?: Color;
|
|
7941
9121
|
/**
|
|
7942
|
-
* The mode determines
|
|
9122
|
+
* The mode determines the platform behaviors of the component.
|
|
7943
9123
|
*/
|
|
7944
9124
|
"mode"?: "ios" | "md";
|
|
9125
|
+
/**
|
|
9126
|
+
* The theme determines the visual appearance of the component.
|
|
9127
|
+
*/
|
|
9128
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7945
9129
|
}
|
|
7946
9130
|
interface IntrinsicElements {
|
|
7947
9131
|
"ion-accordion": IonAccordion;
|