@ionic/core 8.4.2-dev.11737633140.1934dd0f → 8.4.2-dev.11739468652.1ae78967
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 -14
- package/components/config2.js +79 -0
- package/components/content.js +14 -12
- package/components/data.js +6 -6
- package/components/focus-visible.js +8 -1
- package/components/framework-delegate.js +3 -1
- package/components/header.js +24 -15
- 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-datetime-button.js +9 -6
- package/components/ion-datetime.js +99 -21
- 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-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-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 +28 -7
- package/components/ion-range.js +13 -10
- 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 +58 -13
- package/components/ion-segment-content.js +1 -1
- package/components/ion-segment-view.js +6 -2
- package/components/ion-segment.js +11 -7
- package/components/ion-select-option.js +5 -2
- package/components/ion-select.js +120 -35
- 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 +28 -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 +47 -11
- package/components/ion-thumbnail.js +5 -2
- package/components/ion-toast.js +30 -11
- package/components/ion-toggle.js +78 -21
- 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/modal.js +51 -21
- 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 +6 -6
- package/components/radio.js +12 -8
- package/components/ripple-effect.js +18 -8
- package/components/select-modal.js +5 -5
- package/components/select-popover.js +9 -2
- package/components/spinner.js +36 -9
- package/components/status-tap.js +1 -1
- package/components/title.js +11 -7
- package/components/toolbar.js +11 -7
- package/components/x.js +6 -0
- package/css/core.css +1 -1
- package/css/core.css.map +1 -1
- package/css/display.css +1 -1
- package/css/display.css.map +1 -1
- package/css/flex-utils.css +1 -1
- package/css/flex-utils.css.map +1 -1
- package/css/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 +1 -1
- package/css/utils.bundle.css.map +1 -1
- package/dist/cjs/{animation-b4fdf128.js → animation-58015a44.js} +2 -2
- package/dist/cjs/{app-globals-21afee77.js → app-globals-d64148d3.js} +1 -1
- package/dist/cjs/{button-active-3f2f60b4.js → button-active-ec1fd1d8.js} +1 -1
- package/dist/cjs/{capacitor-c04564bf.js → capacitor-454dd071.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/config-aff4ff52.js +84 -0
- package/dist/cjs/{data-21dc0f81.js → data-5a4013f1.js} +8 -8
- package/dist/cjs/{focus-visible-7a0ce04f.js → focus-visible-9aa87fa3.js} +8 -0
- package/dist/cjs/{framework-delegate-55f5683a.js → framework-delegate-32f1a0e4.js} +4 -2
- package/dist/cjs/{haptic-f6b37aa3.js → haptic-7c25be74.js} +1 -1
- package/dist/cjs/{helpers-afaa9001.js → helpers-4e2936d2.js} +4 -1
- package/dist/cjs/{index-8e789962.js → index-03fbee1d.js} +14 -15
- package/dist/cjs/{index-9509ecad.js → index-0e0c6196.js} +9 -7
- package/dist/cjs/{index-5b6a7459.js → index-604c36ae.js} +3 -3
- package/dist/cjs/{index-f05acd21.js → index-8f975cf4.js} +12 -12
- package/dist/cjs/index.cjs.js +10 -12
- package/dist/cjs/{input-shims-9e59ef62.js → input-shims-4b4d2251.js} +18 -17
- package/dist/cjs/{input.utils-611cde0b.js → input.utils-fb1debe4.js} +4 -5
- package/dist/cjs/ion-accordion_2.cjs.entry.js +61 -24
- package/dist/cjs/ion-action-sheet.cjs.entry.js +21 -18
- package/dist/cjs/ion-alert.cjs.entry.js +25 -23
- package/dist/cjs/ion-app_8.cjs.entry.js +108 -152
- package/dist/cjs/ion-avatar_3.cjs.entry.js +93 -9
- package/dist/cjs/ion-back-button.cjs.entry.js +31 -21
- package/dist/cjs/ion-backdrop.cjs.entry.js +11 -6
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +53 -15
- package/dist/cjs/ion-button_2.cjs.entry.js +46 -15
- package/dist/cjs/ion-card_5.cjs.entry.js +52 -28
- package/dist/cjs/ion-checkbox.cjs.entry.js +30 -14
- package/dist/cjs/ion-chip.cjs.entry.js +43 -7
- package/dist/cjs/ion-col_3.cjs.entry.js +14 -10
- package/dist/cjs/ion-datetime-button.cjs.entry.js +16 -12
- package/dist/cjs/ion-datetime_3.cjs.entry.js +191 -115
- package/dist/cjs/ion-fab_3.cjs.entry.js +42 -19
- package/dist/cjs/ion-img.cjs.entry.js +7 -3
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +21 -17
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +55 -16
- package/dist/cjs/ion-input.cjs.entry.js +118 -23
- package/dist/cjs/ion-item-option_3.cjs.entry.js +40 -17
- package/dist/cjs/ion-item_8.cjs.entry.js +113 -41
- package/dist/cjs/ion-loading.cjs.entry.js +20 -18
- package/dist/cjs/ion-menu_3.cjs.entry.js +48 -29
- package/dist/cjs/ion-modal.cjs.entry.js +95 -67
- package/dist/cjs/ion-nav_2.cjs.entry.js +15 -13
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +11 -6
- package/dist/cjs/ion-picker-column.cjs.entry.js +12 -12
- package/dist/cjs/ion-picker.cjs.entry.js +10 -5
- package/dist/cjs/ion-popover.cjs.entry.js +20 -18
- package/dist/cjs/ion-progress-bar.cjs.entry.js +28 -8
- package/dist/cjs/ion-radio_2.cjs.entry.js +19 -13
- package/dist/cjs/ion-range.cjs.entry.js +20 -16
- package/dist/cjs/ion-refresher_2.cjs.entry.js +44 -23
- package/dist/cjs/ion-reorder_2.cjs.entry.js +37 -13
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +18 -7
- package/dist/cjs/ion-route_4.cjs.entry.js +8 -7
- package/dist/cjs/ion-searchbar.cjs.entry.js +94 -17
- package/dist/cjs/ion-segment-content.cjs.entry.js +1 -1
- package/dist/cjs/ion-segment-view.cjs.entry.js +6 -2
- package/dist/cjs/ion-segment_2.cjs.entry.js +70 -20
- package/dist/cjs/ion-select-modal.cjs.entry.js +10 -12
- package/dist/cjs/ion-select_3.cjs.entry.js +134 -42
- package/dist/cjs/ion-spinner.cjs.entry.js +35 -9
- package/dist/cjs/ion-split-pane.cjs.entry.js +13 -8
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +60 -20
- package/dist/cjs/ion-tab_2.cjs.entry.js +7 -6
- package/dist/cjs/ion-text.cjs.entry.js +6 -5
- package/dist/cjs/ion-textarea.cjs.entry.js +50 -16
- package/dist/cjs/ion-toast.cjs.entry.js +59 -42
- package/dist/cjs/ion-toggle.cjs.entry.js +81 -24
- package/dist/cjs/ionic-global-14af9c21.js +535 -0
- package/dist/cjs/ionic.cjs.js +4 -3
- package/dist/cjs/{ios.transition-cf40433b.js → ios.transition-2bb0f7d5.js} +6 -6
- package/dist/cjs/{keyboard-af1bb365.js → keyboard-0a5d46dd.js} +5 -3
- package/dist/cjs/{keyboard-0272231f.js → keyboard-53c12a15.js} +1 -1
- package/dist/cjs/{keyboard-controller-c05e747a.js → keyboard-controller-102bad3e.js} +11 -9
- package/dist/cjs/list-2930c629.js +8 -0
- package/dist/cjs/loader.cjs.js +4 -3
- package/dist/cjs/{md.transition-ededf99f.js → md.transition-cf600117.js} +5 -6
- package/dist/cjs/{notch-controller-d69150f5.js → notch-controller-ea70e230.js} +4 -4
- package/dist/cjs/{overlays-aa669eb8.js → overlays-542a90b3.js} +19 -20
- package/dist/cjs/{status-tap-37681226.js → status-tap-aa97d209.js} +4 -3
- package/dist/cjs/{swipe-back-0303a5e4.js → swipe-back-27975274.js} +2 -1
- package/dist/cjs/x-81a8f51c.js +8 -0
- package/dist/collection/components/accordion/accordion.ionic.css +197 -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 +95 -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 +268 -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 +54 -23
- 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 +673 -0
- package/dist/collection/components/datetime/datetime.ios.css +237 -86
- package/dist/collection/components/datetime/datetime.js +98 -20
- package/dist/collection/components/datetime/datetime.md.css +237 -86
- package/dist/collection/components/datetime/utils/data.js +5 -5
- 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 +1078 -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 +497 -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 +259 -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 +192 -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.ionic.css +333 -0
- package/dist/collection/components/progress-bar/progress-bar.ios.css +8 -2
- package/dist/collection/components/progress-bar/progress-bar.js +42 -7
- package/dist/collection/components/progress-bar/progress-bar.md.css +8 -2
- package/dist/collection/components/radio/radio.ionic.css +424 -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 +10 -23
- package/dist/collection/components/range/range.ionic.css +555 -0
- package/dist/collection/components/range/range.ios.css +128 -85
- package/dist/collection/components/range/range.js +12 -9
- package/dist/collection/components/range/range.md.css +128 -85
- 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 +355 -0
- package/dist/collection/components/segment-button/segment-button.ios.css +146 -105
- package/dist/collection/components/segment-button/segment-button.js +58 -14
- package/dist/collection/components/segment-button/segment-button.md.css +148 -107
- package/dist/collection/components/segment-content/segment-content.js +1 -1
- package/dist/collection/components/segment-view/segment-view.ios.css +6 -0
- package/dist/collection/components/segment-view/segment-view.js +6 -4
- package/dist/collection/components/segment-view/segment-view.md.css +6 -0
- package/dist/collection/components/select/select.ionic.css +706 -0
- package/dist/collection/components/select/select.ios.css +187 -121
- package/dist/collection/components/select/select.js +132 -49
- package/dist/collection/components/select/select.md.css +184 -226
- package/dist/collection/components/select-modal/select-modal.ionic.css +121 -0
- package/dist/collection/components/select-modal/select-modal.ios.css +0 -186
- package/dist/collection/components/select-modal/select-modal.js +4 -4
- package/dist/collection/components/select-modal/select-modal.md.css +7 -3
- 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 +188 -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 +282 -0
- package/dist/collection/components/tab-button/tab-button.ios.css +103 -88
- package/dist/collection/components/tab-button/tab-button.js +43 -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 +834 -0
- package/dist/collection/components/textarea/textarea.ios.css +201 -96
- package/dist/collection/components/textarea/textarea.js +68 -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 +377 -0
- package/dist/collection/components/toast/toast.ios.css +74 -35
- package/dist/collection/components/toast/toast.js +45 -10
- 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 +74 -38
- 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 +16 -2
- package/dist/collection/utils/transition/ios.transition.js +1 -0
- package/dist/docs.json +7101 -377
- package/dist/esm/{animation-eab5a4ca.js → animation-f1a88600.js} +1 -1
- package/dist/esm/{app-globals-5dbb61a5.js → app-globals-eceadabb.js} +1 -1
- package/dist/esm/{button-active-f6503382.js → button-active-321f0dba.js} +2 -2
- package/dist/esm/{capacitor-59395cbd.js → capacitor-6b0341c8.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/config-84eb9670.js +79 -0
- package/dist/esm/{data-ae11fd43.js → data-98c06dea.js} +6 -6
- package/dist/esm/{focus-visible-dd40d69f.js → focus-visible-501aff19.js} +8 -1
- package/dist/esm/{framework-delegate-63d1a679.js → framework-delegate-3e4a8c9f.js} +4 -2
- package/dist/esm/{haptic-ac164e4c.js → haptic-dd6c0ea9.js} +1 -1
- package/dist/esm/{helpers-da915de8.js → helpers-f08d15bd.js} +4 -1
- package/dist/esm/{index-24b48b06.js → index-31109e63.js} +10 -11
- package/dist/esm/{index-3ad7f18b.js → index-59f81cb8.js} +6 -6
- package/{components/index9.js → dist/esm/index-62b4a18b.js} +4 -2
- package/dist/esm/{index-28849c61.js → index-723c0e5d.js} +1 -1
- package/dist/esm/{index-5cc724f3.js → index-7bd160c2.js} +2 -2
- package/dist/esm/{index-e2cf2ceb.js → index-d997525d.js} +1 -1
- package/dist/esm/index.js +11 -13
- package/dist/esm/{input-shims-0314bbe5.js → input-shims-6be83e59.js} +7 -6
- package/dist/esm/{input.utils-09c71bc7.js → input.utils-67459bae.js} +2 -3
- package/dist/esm/ion-accordion_2.entry.js +61 -24
- package/dist/esm/ion-action-sheet.entry.js +22 -19
- package/dist/esm/ion-alert.entry.js +23 -21
- package/dist/esm/ion-app_8.entry.js +96 -140
- package/dist/esm/ion-avatar_3.entry.js +94 -10
- package/dist/esm/ion-back-button.entry.js +31 -21
- package/dist/esm/ion-backdrop.entry.js +12 -7
- package/dist/esm/ion-breadcrumb_2.entry.js +55 -17
- package/dist/esm/ion-button_2.entry.js +44 -13
- package/dist/esm/ion-card_5.entry.js +53 -29
- package/dist/esm/ion-checkbox.entry.js +31 -15
- package/dist/esm/ion-chip.entry.js +44 -8
- package/dist/esm/ion-col_3.entry.js +15 -11
- package/dist/esm/ion-datetime-button.entry.js +13 -9
- package/dist/esm/ion-datetime_3.entry.js +117 -41
- package/dist/esm/ion-fab_3.entry.js +44 -21
- package/dist/esm/ion-img.entry.js +8 -4
- package/dist/esm/ion-infinite-scroll_2.entry.js +19 -15
- package/dist/esm/ion-input-password-toggle.entry.js +54 -15
- package/dist/esm/ion-input.entry.js +120 -25
- package/dist/esm/ion-item-option_3.entry.js +41 -18
- package/dist/esm/ion-item_8.entry.js +114 -42
- package/dist/esm/ion-loading.entry.js +18 -16
- package/dist/esm/ion-menu_3.entry.js +48 -29
- package/dist/esm/ion-modal.entry.js +59 -31
- package/dist/esm/ion-nav_2.entry.js +14 -12
- package/dist/esm/ion-picker-column-option.entry.js +12 -7
- package/dist/esm/ion-picker-column.entry.js +12 -12
- package/dist/esm/ion-picker.entry.js +11 -6
- package/dist/esm/ion-popover.entry.js +18 -16
- package/dist/esm/ion-progress-bar.entry.js +28 -8
- package/dist/esm/ion-radio_2.entry.js +20 -14
- package/dist/esm/ion-range.entry.js +16 -12
- package/dist/esm/ion-refresher_2.entry.js +42 -21
- package/dist/esm/ion-reorder_2.entry.js +39 -15
- package/dist/esm/ion-ripple-effect.entry.js +19 -8
- package/dist/esm/ion-route_4.entry.js +9 -8
- package/dist/esm/ion-searchbar.entry.js +95 -18
- package/dist/esm/ion-segment-content.entry.js +2 -2
- package/dist/esm/ion-segment-view.entry.js +7 -3
- package/dist/esm/ion-segment_2.entry.js +71 -21
- package/dist/esm/ion-select-modal.entry.js +11 -13
- package/dist/esm/ion-select_3.entry.js +136 -44
- package/dist/esm/ion-spinner.entry.js +34 -8
- package/dist/esm/ion-split-pane.entry.js +14 -9
- package/dist/esm/ion-tab-bar_2.entry.js +60 -20
- package/dist/esm/ion-tab_2.entry.js +8 -7
- package/dist/esm/ion-text.entry.js +7 -6
- package/dist/esm/ion-textarea.entry.js +51 -17
- package/dist/esm/ion-toast.entry.js +34 -17
- package/dist/esm/ion-toggle.entry.js +82 -25
- package/dist/esm/ionic-global-3c97a4aa.js +521 -0
- package/dist/esm/ionic.js +6 -5
- package/dist/esm/{ios.transition-4ee1a3af.js → ios.transition-06b78ea0.js} +7 -7
- package/dist/esm/{keyboard-52278bd7.js → keyboard-5b1b354d.js} +5 -3
- package/dist/esm/{keyboard-73175e24.js → keyboard-9bbd546a.js} +1 -1
- package/dist/esm/{keyboard-controller-ec5c2bfa.js → keyboard-controller-aff395fd.js} +5 -3
- package/dist/esm/list-6524700c.js +6 -0
- package/dist/esm/loader.js +6 -5
- package/dist/esm/{md.transition-5106a0d2.js → md.transition-e5712bda.js} +6 -7
- package/dist/esm/{notch-controller-55b09e11.js → notch-controller-c0bd22ff.js} +2 -2
- package/dist/esm/{overlays-e7b9d6d9.js → overlays-66cb5522.js} +6 -7
- package/dist/esm/{status-tap-f472b09f.js → status-tap-edf9f395.js} +5 -4
- package/dist/esm/{swipe-back-e5394307.js → swipe-back-17c42610.js} +2 -1
- package/dist/esm/x-a64bcd9f.js +6 -0
- package/dist/esm-es5/animation-f1a88600.js +4 -0
- package/dist/esm-es5/app-globals-eceadabb.js +4 -0
- package/dist/esm-es5/{button-active-f6503382.js → button-active-321f0dba.js} +1 -1
- package/dist/esm-es5/capacitor-6b0341c8.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/config-84eb9670.js +4 -0
- package/dist/esm-es5/data-98c06dea.js +4 -0
- package/dist/esm-es5/focus-visible-501aff19.js +4 -0
- package/dist/esm-es5/framework-delegate-3e4a8c9f.js +4 -0
- package/dist/esm-es5/{haptic-ac164e4c.js → haptic-dd6c0ea9.js} +1 -1
- package/dist/esm-es5/helpers-f08d15bd.js +4 -0
- package/dist/esm-es5/index-31109e63.js +4 -0
- package/dist/esm-es5/index-59f81cb8.js +4 -0
- package/dist/esm-es5/{index-79b30591.js → index-62b4a18b.js} +1 -1
- package/dist/esm-es5/{index-28849c61.js → index-723c0e5d.js} +1 -1
- package/dist/esm-es5/index-7bd160c2.js +4 -0
- package/dist/esm-es5/{index-e2cf2ceb.js → index-d997525d.js} +1 -1
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/input-shims-6be83e59.js +4 -0
- package/dist/esm-es5/input.utils-67459bae.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-content.entry.js +1 -1
- package/dist/esm-es5/ion-segment-view.entry.js +1 -1
- package/dist/esm-es5/ion-segment_2.entry.js +1 -1
- package/dist/esm-es5/ion-select-modal.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-3c97a4aa.js +4 -0
- package/dist/esm-es5/ionic.js +1 -1
- package/dist/esm-es5/ios.transition-06b78ea0.js +4 -0
- package/dist/esm-es5/{keyboard-52278bd7.js → keyboard-5b1b354d.js} +1 -1
- package/dist/esm-es5/{keyboard-73175e24.js → keyboard-9bbd546a.js} +1 -1
- package/dist/esm-es5/keyboard-controller-aff395fd.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-e5712bda.js +4 -0
- package/dist/esm-es5/notch-controller-c0bd22ff.js +4 -0
- package/dist/esm-es5/overlays-66cb5522.js +4 -0
- package/dist/esm-es5/status-tap-edf9f395.js +4 -0
- package/dist/esm-es5/swipe-back-17c42610.js +4 -0
- package/dist/esm-es5/x-a64bcd9f.js +4 -0
- package/dist/html.html-data.json +2364 -230
- 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-01451762.entry.js +4 -0
- package/dist/ionic/p-01d80901.system.js +4 -0
- package/dist/ionic/p-038a6294.js +4 -0
- package/dist/ionic/p-06ec4706.js +4 -0
- package/dist/ionic/p-06f2f110.system.entry.js +4 -0
- package/dist/ionic/p-09125f4f.entry.js +4 -0
- package/dist/ionic/p-096e5f6d.system.entry.js +4 -0
- package/dist/ionic/p-09c6b5e4.js +4 -0
- package/dist/ionic/p-0a0ce78f.system.entry.js +4 -0
- package/dist/ionic/p-0db90e9b.entry.js +4 -0
- package/dist/ionic/{p-25180df3.system.js → p-0fa218e9.system.js} +1 -1
- package/dist/ionic/p-101ccd60.system.entry.js +4 -0
- package/dist/ionic/p-112120d7.system.js +4 -0
- package/dist/ionic/{p-c7e16491.js → p-11266916.js} +1 -1
- package/dist/ionic/{p-1e955a45.system.js → p-115d74cd.system.js} +1 -1
- package/dist/ionic/p-12337305.system.entry.js +4 -0
- package/dist/ionic/{p-34b11c24.js → p-12d6df53.js} +1 -1
- package/dist/ionic/p-156d17cd.js +4 -0
- package/dist/ionic/p-18892506.entry.js +4 -0
- package/dist/ionic/p-18bbe9a5.entry.js +4 -0
- package/dist/ionic/p-18c930a5.system.entry.js +4 -0
- package/dist/ionic/{p-b06ac4a5.system.js → p-18f86177.system.js} +1 -1
- package/dist/ionic/p-1abd1c99.entry.js +4 -0
- package/dist/ionic/p-1cf1141c.system.entry.js +4 -0
- package/dist/ionic/p-1dd2b0af.entry.js +4 -0
- package/dist/ionic/p-1eeb9796.entry.js +4 -0
- package/dist/ionic/p-1efa63f2.js +4 -0
- package/dist/ionic/p-23b31425.entry.js +4 -0
- package/dist/ionic/p-243adf8c.js +4 -0
- package/dist/ionic/p-24f15ce4.system.entry.js +4 -0
- package/dist/ionic/p-25cc2477.entry.js +4 -0
- package/dist/ionic/p-27258d5a.entry.js +4 -0
- package/dist/ionic/p-29ca4da2.entry.js +4 -0
- package/dist/ionic/p-2e35a770.system.js +4 -0
- package/dist/ionic/p-2ef115ec.system.entry.js +4 -0
- package/dist/ionic/p-330e703e.entry.js +4 -0
- package/dist/ionic/p-33dc4514.js +4 -0
- package/dist/ionic/p-346c67b0.js +4 -0
- package/dist/ionic/p-3583dd40.system.entry.js +4 -0
- package/dist/ionic/p-3608e72b.entry.js +4 -0
- package/dist/ionic/p-398b00a5.system.entry.js +4 -0
- package/dist/ionic/p-3b7adbc3.system.entry.js +4 -0
- package/dist/ionic/p-3ce95a91.entry.js +4 -0
- package/dist/ionic/p-3d61263b.system.entry.js +4 -0
- package/dist/ionic/{p-9ea607bd.system.js → p-3e91ea3a.system.js} +2 -2
- package/dist/ionic/{p-3c8e5c23.system.js → p-41c19986.system.js} +1 -1
- package/dist/ionic/p-41f06734.entry.js +4 -0
- package/dist/ionic/p-4219582c.system.js +4 -0
- package/dist/ionic/p-429dd2b5.system.js +4 -0
- package/dist/ionic/p-4385e3fb.system.entry.js +4 -0
- package/dist/ionic/p-4459a66e.system.js +4 -0
- package/dist/ionic/{p-8985cdb6.system.js → p-4626fb32.system.js} +1 -1
- package/dist/ionic/p-46787abb.system.js +4 -0
- package/dist/ionic/p-47fd935c.system.js +4 -0
- package/dist/ionic/p-4a39ba11.entry.js +4 -0
- package/dist/ionic/p-4a6d4288.entry.js +4 -0
- package/dist/ionic/p-4a869870.entry.js +4 -0
- package/dist/ionic/p-4ac4f52a.system.entry.js +4 -0
- package/dist/ionic/p-4b4e4592.system.entry.js +4 -0
- package/dist/ionic/{p-89b61afc.js → p-4c275462.js} +1 -1
- package/dist/ionic/p-4c9e1b2c.js +4 -0
- package/dist/ionic/p-51371e21.system.js +4 -0
- package/dist/ionic/p-530c591a.entry.js +4 -0
- package/dist/ionic/p-5377db51.system.entry.js +4 -0
- package/dist/ionic/p-55546d77.system.entry.js +4 -0
- package/dist/ionic/p-556778bd.system.js +4 -0
- package/dist/ionic/p-5684893b.system.entry.js +4 -0
- package/dist/ionic/p-57de8d54.system.entry.js +4 -0
- package/dist/ionic/{p-f9a53abb.system.js → p-58aa8a36.system.js} +1 -1
- package/dist/ionic/p-58c64779.system.entry.js +4 -0
- package/dist/ionic/{p-da2b833b.js → p-58f16ef6.js} +1 -1
- package/dist/ionic/p-5a6b3c0d.entry.js +4 -0
- package/dist/ionic/p-5a6d245d.system.entry.js +4 -0
- package/dist/ionic/p-5b57d327.system.js +4 -0
- package/dist/ionic/p-5ce35a03.js +4 -0
- package/dist/ionic/p-5eb8561f.system.entry.js +4 -0
- package/dist/ionic/p-5ff5d2bb.entry.js +4 -0
- package/dist/ionic/p-607c9c33.js +4 -0
- package/dist/ionic/p-60c310ae.system.entry.js +4 -0
- package/dist/ionic/p-60d21ee9.system.entry.js +4 -0
- package/dist/ionic/p-61f85a49.system.entry.js +4 -0
- package/dist/ionic/p-623fcccc.entry.js +4 -0
- package/dist/ionic/{p-9146695e.system.js → p-62887754.system.js} +1 -1
- package/dist/ionic/p-63fde7fe.entry.js +4 -0
- package/dist/ionic/p-6433742e.system.entry.js +4 -0
- package/dist/ionic/p-67b6e18d.entry.js +4 -0
- package/dist/ionic/p-697eee8c.system.entry.js +4 -0
- package/dist/ionic/p-6a0dd6bc.js +4 -0
- package/dist/ionic/p-6bc2795b.entry.js +4 -0
- package/dist/ionic/p-6caa76ec.js +4 -0
- package/dist/ionic/p-6cbca6c5.system.entry.js +4 -0
- package/dist/ionic/p-6dc32e8b.entry.js +4 -0
- package/dist/ionic/p-6e53290f.system.entry.js +4 -0
- package/dist/ionic/p-7071d7ca.js +4 -0
- package/dist/ionic/{p-f687573e.system.js → p-728f5b22.system.js} +1 -1
- package/dist/ionic/p-72cbf799.system.entry.js +4 -0
- package/dist/ionic/p-74d76684.js +4 -0
- package/dist/ionic/p-7607d8ba.system.entry.js +4 -0
- package/dist/ionic/p-78ed8923.js +4 -0
- package/dist/ionic/p-7a858bae.system.js +4 -0
- package/dist/ionic/p-7d36cf9f.system.entry.js +4 -0
- package/dist/ionic/p-815f649a.system.entry.js +4 -0
- package/dist/ionic/p-81b72701.entry.js +4 -0
- package/dist/ionic/p-822e47a9.system.js +4 -0
- package/dist/ionic/p-82cb4235.js +4 -0
- package/dist/ionic/{p-d836d43e.js → p-83948e48.js} +1 -1
- package/dist/ionic/p-8463212e.js +4 -0
- package/dist/ionic/p-84667060.entry.js +4 -0
- package/dist/ionic/p-857ba8d4.entry.js +4 -0
- package/dist/ionic/p-86d98446.system.entry.js +4 -0
- package/dist/ionic/{p-58d5df0c.system.entry.js → p-86e9a917.system.entry.js} +1 -1
- package/dist/ionic/p-871f4046.entry.js +4 -0
- package/dist/ionic/p-8956f9a8.system.entry.js +4 -0
- package/dist/ionic/p-8a5c53fa.entry.js +4 -0
- package/dist/ionic/p-8b0f0a87.entry.js +4 -0
- package/dist/ionic/p-8dbfae64.entry.js +4 -0
- package/dist/ionic/p-903c544a.js +4 -0
- package/dist/ionic/p-916bc9ed.system.entry.js +4 -0
- package/dist/ionic/p-92646426.js +4 -0
- package/dist/ionic/{p-27281edd.js → p-93e47936.js} +1 -1
- package/dist/ionic/{p-a93873de.system.js → p-94816e7a.system.js} +1 -1
- package/dist/ionic/p-94fc2104.system.entry.js +4 -0
- package/dist/ionic/p-986855d6.js +4 -0
- package/dist/ionic/p-9abb7d9b.entry.js +4 -0
- package/dist/ionic/p-9ac1a506.system.js +4 -0
- package/dist/ionic/{p-d60342e3.js → p-9ed87d1b.js} +1 -1
- package/dist/ionic/p-a1cdc742.js +4 -0
- package/dist/ionic/p-a2814291.system.js +4 -0
- package/dist/ionic/{p-d743e981.js → p-a510e9c0.js} +1 -1
- package/dist/ionic/p-a538ab98.js +4 -0
- package/dist/ionic/p-a5a9206f.entry.js +4 -0
- package/dist/ionic/p-a685da08.system.entry.js +4 -0
- package/dist/ionic/p-a98061d0.entry.js +4 -0
- package/dist/ionic/p-a9af4103.js +4 -0
- package/dist/ionic/p-ac1c2b6a.js +4 -0
- package/dist/ionic/p-b18c52cd.entry.js +4 -0
- package/dist/ionic/p-b517144d.system.entry.js +4 -0
- package/dist/ionic/p-b5dc9a32.system.entry.js +4 -0
- package/dist/ionic/p-b80582fe.system.entry.js +4 -0
- package/dist/ionic/p-b9d2d554.entry.js +4 -0
- package/dist/ionic/p-bbcec459.system.js +4 -0
- package/dist/ionic/p-bcdd3eaf.entry.js +4 -0
- package/dist/ionic/p-be87ec25.entry.js +4 -0
- package/dist/ionic/p-c248c88d.system.js +4 -0
- package/dist/ionic/p-c373eebd.system.js +4 -0
- package/dist/ionic/p-cdff6a80.system.entry.js +4 -0
- package/dist/ionic/p-cea92c46.system.js +4 -0
- package/dist/ionic/p-d4862803.entry.js +4 -0
- package/dist/ionic/p-d6ed3be1.entry.js +4 -0
- package/dist/ionic/{p-19ea7bff.system.js → p-dbd39afd.system.js} +1 -1
- package/dist/ionic/p-dc286a59.entry.js +4 -0
- package/dist/ionic/p-df09db21.entry.js +4 -0
- package/dist/ionic/p-df4b88fc.system.entry.js +4 -0
- package/dist/ionic/p-e3b70846.system.js +4 -0
- package/dist/ionic/p-ea3ca474.system.js +4 -0
- package/dist/ionic/p-eb4ba253.entry.js +4 -0
- package/dist/ionic/p-ebd641e4.system.entry.js +4 -0
- package/dist/ionic/p-ebe94d15.entry.js +4 -0
- package/dist/ionic/p-eda736d7.entry.js +4 -0
- package/dist/ionic/p-ee17be82.entry.js +4 -0
- package/dist/ionic/p-eee899d5.system.entry.js +4 -0
- package/dist/ionic/p-f116fb3f.system.js +4 -0
- package/dist/ionic/{p-372ae7f4.system.js → p-f193945e.system.js} +1 -1
- package/dist/ionic/p-f25ad420.system.entry.js +4 -0
- package/dist/ionic/p-f44c9c6e.system.entry.js +4 -0
- package/dist/ionic/p-f5be97b8.entry.js +4 -0
- package/dist/ionic/p-f8123284.entry.js +4 -0
- package/dist/ionic/{p-5da94421.system.js → p-f8c63ac0.system.js} +2 -2
- package/dist/ionic/p-fad81132.system.entry.js +4 -0
- package/dist/ionic/p-fff78cd2.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 +12 -6
- 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 +5 -5
- 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 +10 -1
- package/dist/types/components/radio/radio.d.ts +2 -1
- package/dist/types/components/radio-group/radio-group.d.ts +4 -4
- 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 +5 -2
- package/dist/types/components/select/select.d.ts +33 -9
- 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 +11 -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 +17 -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 -5
- package/dist/types/components/toolbar/toolbar.d.ts +4 -3
- package/dist/types/components.d.ts +1381 -205
- 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 +2469 -932
- package/hydrate/index.mjs +2469 -932
- package/package.json +11 -6
- 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/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-24b48b06.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-9b0d46f4.js +0 -4
- package/dist/esm-es5/index-a5d50daf.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-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-e7b9d6d9.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-001f0962.entry.js +0 -4
- package/dist/ionic/p-01186920.system.entry.js +0 -4
- package/dist/ionic/p-0303d0f8.js +0 -4
- package/dist/ionic/p-0574e87e.js +0 -4
- package/dist/ionic/p-06e58c4e.js +0 -4
- package/dist/ionic/p-06fee233.js +0 -4
- package/dist/ionic/p-081a4ce4.entry.js +0 -4
- package/dist/ionic/p-0aa833fb.system.js +0 -4
- package/dist/ionic/p-0abaa255.entry.js +0 -4
- package/dist/ionic/p-0c06e09b.system.js +0 -4
- package/dist/ionic/p-1046866e.system.entry.js +0 -4
- package/dist/ionic/p-12a722b8.system.entry.js +0 -4
- package/dist/ionic/p-14be4015.entry.js +0 -4
- package/dist/ionic/p-14e159ea.system.entry.js +0 -4
- package/dist/ionic/p-15e76dd1.entry.js +0 -4
- package/dist/ionic/p-16188af7.entry.js +0 -4
- package/dist/ionic/p-16799667.system.entry.js +0 -4
- package/dist/ionic/p-16bfb979.system.entry.js +0 -4
- package/dist/ionic/p-17474161.system.js +0 -4
- package/dist/ionic/p-19a5be0a.entry.js +0 -4
- package/dist/ionic/p-19ec4f42.entry.js +0 -4
- package/dist/ionic/p-1dfc11b3.system.js +0 -4
- package/dist/ionic/p-1e010627.system.entry.js +0 -4
- package/dist/ionic/p-1e4371bd.js +0 -4
- package/dist/ionic/p-1e67b266.system.entry.js +0 -4
- package/dist/ionic/p-1fe02220.system.entry.js +0 -4
- package/dist/ionic/p-2172893e.system.entry.js +0 -4
- package/dist/ionic/p-21e5e7e4.js +0 -4
- package/dist/ionic/p-2507278c.system.entry.js +0 -4
- package/dist/ionic/p-2690b1de.js +0 -4
- package/dist/ionic/p-2799c6d3.system.entry.js +0 -4
- package/dist/ionic/p-29a5d6ed.system.entry.js +0 -4
- package/dist/ionic/p-2abae1cc.system.entry.js +0 -4
- package/dist/ionic/p-2b7827c7.js +0 -4
- package/dist/ionic/p-2b838f86.system.entry.js +0 -4
- package/dist/ionic/p-2bd0ae94.system.entry.js +0 -4
- package/dist/ionic/p-2e46590d.system.entry.js +0 -4
- package/dist/ionic/p-2fc0dafe.entry.js +0 -4
- package/dist/ionic/p-322c5fb4.system.js +0 -4
- package/dist/ionic/p-32d44024.system.entry.js +0 -4
- package/dist/ionic/p-33a8a71b.entry.js +0 -4
- package/dist/ionic/p-37cb43bd.system.entry.js +0 -4
- package/dist/ionic/p-3ad285e3.system.js +0 -4
- package/dist/ionic/p-3cc276f4.js +0 -4
- package/dist/ionic/p-424eb140.system.entry.js +0 -4
- package/dist/ionic/p-4439fc2a.entry.js +0 -4
- package/dist/ionic/p-45693d7e.entry.js +0 -4
- package/dist/ionic/p-49a0e74c.entry.js +0 -4
- package/dist/ionic/p-4c2d5b80.system.js +0 -4
- package/dist/ionic/p-4ec778aa.entry.js +0 -4
- package/dist/ionic/p-508d024a.entry.js +0 -4
- package/dist/ionic/p-52d7a191.entry.js +0 -4
- package/dist/ionic/p-567de071.system.entry.js +0 -4
- package/dist/ionic/p-5823babc.system.entry.js +0 -4
- package/dist/ionic/p-58dc63cc.system.entry.js +0 -4
- package/dist/ionic/p-5b932840.entry.js +0 -4
- package/dist/ionic/p-5fce0c0b.system.entry.js +0 -4
- package/dist/ionic/p-61e3f887.entry.js +0 -4
- package/dist/ionic/p-62af944c.entry.js +0 -4
- package/dist/ionic/p-63b0abde.system.entry.js +0 -4
- package/dist/ionic/p-6499df44.system.entry.js +0 -4
- package/dist/ionic/p-66640ff7.system.entry.js +0 -4
- package/dist/ionic/p-677f0eb7.system.entry.js +0 -4
- package/dist/ionic/p-69066a53.js +0 -4
- package/dist/ionic/p-6b280620.entry.js +0 -4
- package/dist/ionic/p-6d32975a.entry.js +0 -4
- package/dist/ionic/p-72812e99.js +0 -4
- package/dist/ionic/p-72bc8a1c.js +0 -4
- package/dist/ionic/p-73dc4950.entry.js +0 -4
- package/dist/ionic/p-7458862e.system.entry.js +0 -4
- package/dist/ionic/p-792919fd.system.js +0 -4
- package/dist/ionic/p-797eeea8.system.entry.js +0 -4
- package/dist/ionic/p-7b30edcc.js +0 -4
- package/dist/ionic/p-7b9a2b23.entry.js +0 -4
- package/dist/ionic/p-7ed1657c.system.entry.js +0 -4
- package/dist/ionic/p-8635f5e6.system.js +0 -4
- package/dist/ionic/p-88e63c7d.js +0 -4
- package/dist/ionic/p-8b8be2fd.entry.js +0 -4
- package/dist/ionic/p-91545b88.entry.js +0 -4
- package/dist/ionic/p-937a7e21.entry.js +0 -4
- package/dist/ionic/p-942b5e13.entry.js +0 -4
- package/dist/ionic/p-95775830.entry.js +0 -4
- package/dist/ionic/p-96cc4814.js +0 -4
- package/dist/ionic/p-982315a6.entry.js +0 -4
- package/dist/ionic/p-98231c01.system.entry.js +0 -4
- package/dist/ionic/p-985a7e17.system.entry.js +0 -4
- package/dist/ionic/p-98ff6b32.entry.js +0 -4
- package/dist/ionic/p-9df2c6fb.entry.js +0 -4
- package/dist/ionic/p-9e33104d.entry.js +0 -4
- package/dist/ionic/p-9ee1e8a6.entry.js +0 -4
- package/dist/ionic/p-9f3008d4.system.js +0 -4
- package/dist/ionic/p-9fa07aec.entry.js +0 -4
- package/dist/ionic/p-a15ddedb.system.js +0 -4
- package/dist/ionic/p-a43467d8.entry.js +0 -4
- package/dist/ionic/p-a4565eb5.system.js +0 -4
- package/dist/ionic/p-a49378bb.system.entry.js +0 -4
- package/dist/ionic/p-a61cba41.entry.js +0 -4
- package/dist/ionic/p-a69b9fc5.system.js +0 -4
- package/dist/ionic/p-abe101da.system.js +0 -4
- package/dist/ionic/p-afecb188.entry.js +0 -4
- package/dist/ionic/p-b25a40f6.system.entry.js +0 -4
- package/dist/ionic/p-b335ffed.system.entry.js +0 -4
- package/dist/ionic/p-b51e4004.js +0 -4
- package/dist/ionic/p-b79ba17c.entry.js +0 -4
- package/dist/ionic/p-b82d4cab.js +0 -4
- package/dist/ionic/p-b9d7015f.entry.js +0 -4
- package/dist/ionic/p-bb0db172.entry.js +0 -4
- package/dist/ionic/p-bb5d8e9e.entry.js +0 -4
- package/dist/ionic/p-bc36ad98.system.entry.js +0 -4
- package/dist/ionic/p-bdad26e3.entry.js +0 -4
- package/dist/ionic/p-c29f8157.system.entry.js +0 -4
- package/dist/ionic/p-c41ac815.entry.js +0 -4
- package/dist/ionic/p-c449820c.system.js +0 -4
- package/dist/ionic/p-c468af8a.system.js +0 -4
- package/dist/ionic/p-c4b53b16.system.entry.js +0 -4
- package/dist/ionic/p-c61cc894.js +0 -4
- package/dist/ionic/p-c9f3a539.entry.js +0 -4
- package/dist/ionic/p-ca065903.system.entry.js +0 -4
- package/dist/ionic/p-cac0e0b3.system.entry.js +0 -4
- package/dist/ionic/p-cdc83025.entry.js +0 -4
- package/dist/ionic/p-d18ab582.system.entry.js +0 -4
- package/dist/ionic/p-d47265c8.js +0 -4
- package/dist/ionic/p-d6841eac.js +0 -4
- package/dist/ionic/p-d7aa6b00.entry.js +0 -4
- package/dist/ionic/p-da074ff7.entry.js +0 -4
- package/dist/ionic/p-ddaa748a.system.entry.js +0 -4
- package/dist/ionic/p-de930745.entry.js +0 -4
- package/dist/ionic/p-dfb78785.system.js +0 -4
- package/dist/ionic/p-e4ee80be.system.entry.js +0 -4
- package/dist/ionic/p-e4f69534.system.entry.js +0 -4
- package/dist/ionic/p-e563a35c.entry.js +0 -4
- package/dist/ionic/p-e6635685.js +0 -4
- package/dist/ionic/p-e7ed4a7f.system.js +0 -4
- package/dist/ionic/p-e85d901b.system.entry.js +0 -4
- package/dist/ionic/p-eba29931.entry.js +0 -4
- package/dist/ionic/p-ecceeb90.js +0 -4
- package/dist/ionic/p-ed75fcfb.system.entry.js +0 -4
- package/dist/ionic/p-efaffe74.entry.js +0 -4
- package/dist/ionic/p-f1acf541.system.entry.js +0 -4
- package/dist/ionic/p-f3102647.system.entry.js +0 -4
- package/dist/ionic/p-fca6ef5f.system.entry.js +0 -4
- package/dist/ionic/p-ff4b7e40.system.js +0 -4
- /package/dist/collection/components/{input-password-toggle/input-password-toggle.css → refresher-content/refresher-content.css} +0 -0
|
@@ -86,17 +86,21 @@ export namespace Components {
|
|
|
86
86
|
*/
|
|
87
87
|
"disabled": boolean;
|
|
88
88
|
/**
|
|
89
|
-
* The mode determines
|
|
89
|
+
* The mode determines the platform behaviors of the component.
|
|
90
90
|
*/
|
|
91
91
|
"mode"?: "ios" | "md";
|
|
92
92
|
/**
|
|
93
93
|
* If `true`, the accordion cannot be interacted with, but does not alter the opacity.
|
|
94
94
|
*/
|
|
95
95
|
"readonly": boolean;
|
|
96
|
+
/**
|
|
97
|
+
* The theme determines the visual appearance of the component.
|
|
98
|
+
*/
|
|
99
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
96
100
|
/**
|
|
97
101
|
* The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
|
|
98
102
|
*/
|
|
99
|
-
"toggleIcon"
|
|
103
|
+
"toggleIcon"?: string;
|
|
100
104
|
/**
|
|
101
105
|
* The slot inside of `ion-item` to place the toggle icon. Defaults to `"end"`.
|
|
102
106
|
*/
|
|
@@ -121,7 +125,7 @@ export namespace Components {
|
|
|
121
125
|
"expand": 'compact' | 'inset';
|
|
122
126
|
"getAccordions": () => Promise<HTMLIonAccordionElement[]>;
|
|
123
127
|
/**
|
|
124
|
-
* The mode determines
|
|
128
|
+
* The mode determines the platform behaviors of the component.
|
|
125
129
|
*/
|
|
126
130
|
"mode"?: "ios" | "md";
|
|
127
131
|
/**
|
|
@@ -136,6 +140,14 @@ export namespace Components {
|
|
|
136
140
|
* 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.
|
|
137
141
|
*/
|
|
138
142
|
"requestAccordionToggle": (accordionValue: string | undefined, accordionExpand: boolean) => Promise<void>;
|
|
143
|
+
/**
|
|
144
|
+
* 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"`.
|
|
145
|
+
*/
|
|
146
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
147
|
+
/**
|
|
148
|
+
* The theme determines the visual appearance of the component.
|
|
149
|
+
*/
|
|
150
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
139
151
|
/**
|
|
140
152
|
* The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
|
|
141
153
|
*/
|
|
@@ -191,7 +203,7 @@ export namespace Components {
|
|
|
191
203
|
*/
|
|
192
204
|
"leaveAnimation"?: AnimationBuilder;
|
|
193
205
|
/**
|
|
194
|
-
* The mode determines
|
|
206
|
+
* The mode determines the platform behaviors of the component.
|
|
195
207
|
*/
|
|
196
208
|
"mode"?: "ios" | "md";
|
|
197
209
|
/**
|
|
@@ -212,7 +224,11 @@ export namespace Components {
|
|
|
212
224
|
*/
|
|
213
225
|
"subHeader"?: string;
|
|
214
226
|
/**
|
|
215
|
-
*
|
|
227
|
+
* The theme determines the visual appearance of the component.
|
|
228
|
+
*/
|
|
229
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
230
|
+
/**
|
|
231
|
+
* 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).
|
|
216
232
|
*/
|
|
217
233
|
"translucent": boolean;
|
|
218
234
|
/**
|
|
@@ -278,7 +294,7 @@ export namespace Components {
|
|
|
278
294
|
*/
|
|
279
295
|
"message"?: string | IonicSafeString;
|
|
280
296
|
/**
|
|
281
|
-
* The mode determines
|
|
297
|
+
* The mode determines the platform behaviors of the component.
|
|
282
298
|
*/
|
|
283
299
|
"mode"?: "ios" | "md";
|
|
284
300
|
/**
|
|
@@ -299,7 +315,11 @@ export namespace Components {
|
|
|
299
315
|
*/
|
|
300
316
|
"subHeader"?: string;
|
|
301
317
|
/**
|
|
302
|
-
*
|
|
318
|
+
* The theme determines the visual appearance of the component.
|
|
319
|
+
*/
|
|
320
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
321
|
+
/**
|
|
322
|
+
* 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).
|
|
303
323
|
*/
|
|
304
324
|
"translucent": boolean;
|
|
305
325
|
/**
|
|
@@ -308,12 +328,36 @@ export namespace Components {
|
|
|
308
328
|
"trigger": string | undefined;
|
|
309
329
|
}
|
|
310
330
|
interface IonApp {
|
|
331
|
+
/**
|
|
332
|
+
* The mode determines the platform behaviors of the component.
|
|
333
|
+
*/
|
|
334
|
+
"mode"?: "ios" | "md";
|
|
311
335
|
/**
|
|
312
336
|
* 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.)
|
|
313
337
|
*/
|
|
314
338
|
"setFocus": (elements: HTMLElement[]) => Promise<void>;
|
|
339
|
+
/**
|
|
340
|
+
* The theme determines the visual appearance of the component.
|
|
341
|
+
*/
|
|
342
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
315
343
|
}
|
|
316
344
|
interface IonAvatar {
|
|
345
|
+
/**
|
|
346
|
+
* The mode determines the platform behaviors of the component.
|
|
347
|
+
*/
|
|
348
|
+
"mode"?: "ios" | "md";
|
|
349
|
+
/**
|
|
350
|
+
* 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.
|
|
351
|
+
*/
|
|
352
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
353
|
+
/**
|
|
354
|
+
* 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.
|
|
355
|
+
*/
|
|
356
|
+
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
357
|
+
/**
|
|
358
|
+
* The theme determines the visual appearance of the component.
|
|
359
|
+
*/
|
|
360
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
317
361
|
}
|
|
318
362
|
interface IonBackButton {
|
|
319
363
|
/**
|
|
@@ -333,7 +377,7 @@ export namespace Components {
|
|
|
333
377
|
*/
|
|
334
378
|
"icon"?: string | null;
|
|
335
379
|
/**
|
|
336
|
-
* The mode determines
|
|
380
|
+
* The mode determines the platform behaviors of the component.
|
|
337
381
|
*/
|
|
338
382
|
"mode"?: "ios" | "md";
|
|
339
383
|
/**
|
|
@@ -344,12 +388,20 @@ export namespace Components {
|
|
|
344
388
|
* The text to display in the back button.
|
|
345
389
|
*/
|
|
346
390
|
"text"?: string | null;
|
|
391
|
+
/**
|
|
392
|
+
* The theme determines the visual appearance of the component.
|
|
393
|
+
*/
|
|
394
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
347
395
|
/**
|
|
348
396
|
* The type of the button.
|
|
349
397
|
*/
|
|
350
398
|
"type": 'submit' | 'reset' | 'button';
|
|
351
399
|
}
|
|
352
400
|
interface IonBackdrop {
|
|
401
|
+
/**
|
|
402
|
+
* The mode determines the platform behaviors of the component.
|
|
403
|
+
*/
|
|
404
|
+
"mode"?: "ios" | "md";
|
|
353
405
|
/**
|
|
354
406
|
* If `true`, the backdrop will stop propagation on tap.
|
|
355
407
|
*/
|
|
@@ -358,6 +410,10 @@ export namespace Components {
|
|
|
358
410
|
* If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.
|
|
359
411
|
*/
|
|
360
412
|
"tappable": boolean;
|
|
413
|
+
/**
|
|
414
|
+
* The theme determines the visual appearance of the component.
|
|
415
|
+
*/
|
|
416
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
361
417
|
/**
|
|
362
418
|
* If `true`, the backdrop will be visible.
|
|
363
419
|
*/
|
|
@@ -369,9 +425,21 @@ export namespace Components {
|
|
|
369
425
|
*/
|
|
370
426
|
"color"?: Color;
|
|
371
427
|
/**
|
|
372
|
-
* The mode determines
|
|
428
|
+
* The mode determines the platform behaviors of the component.
|
|
373
429
|
*/
|
|
374
430
|
"mode"?: "ios" | "md";
|
|
431
|
+
/**
|
|
432
|
+
* 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.
|
|
433
|
+
*/
|
|
434
|
+
"shape"?: 'soft' | 'round | rectangular';
|
|
435
|
+
/**
|
|
436
|
+
* 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.
|
|
437
|
+
*/
|
|
438
|
+
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
439
|
+
/**
|
|
440
|
+
* The theme determines the visual appearance of the component.
|
|
441
|
+
*/
|
|
442
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
375
443
|
}
|
|
376
444
|
interface IonBreadcrumb {
|
|
377
445
|
/**
|
|
@@ -397,7 +465,7 @@ export namespace Components {
|
|
|
397
465
|
"href": string | undefined;
|
|
398
466
|
"last": boolean;
|
|
399
467
|
/**
|
|
400
|
-
* The mode determines
|
|
468
|
+
* The mode determines the platform behaviors of the component.
|
|
401
469
|
*/
|
|
402
470
|
"mode"?: "ios" | "md";
|
|
403
471
|
/**
|
|
@@ -421,6 +489,10 @@ export namespace Components {
|
|
|
421
489
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
422
490
|
*/
|
|
423
491
|
"target": string | undefined;
|
|
492
|
+
/**
|
|
493
|
+
* The theme determines the visual appearance of the component.
|
|
494
|
+
*/
|
|
495
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
424
496
|
}
|
|
425
497
|
interface IonBreadcrumbs {
|
|
426
498
|
/**
|
|
@@ -440,9 +512,13 @@ export namespace Components {
|
|
|
440
512
|
*/
|
|
441
513
|
"maxItems"?: number;
|
|
442
514
|
/**
|
|
443
|
-
* The mode determines
|
|
515
|
+
* The mode determines the platform behaviors of the component.
|
|
444
516
|
*/
|
|
445
517
|
"mode"?: "ios" | "md";
|
|
518
|
+
/**
|
|
519
|
+
* The theme determines the visual appearance of the component.
|
|
520
|
+
*/
|
|
521
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
446
522
|
}
|
|
447
523
|
interface IonButton {
|
|
448
524
|
/**
|
|
@@ -478,7 +554,7 @@ export namespace Components {
|
|
|
478
554
|
*/
|
|
479
555
|
"href": string | undefined;
|
|
480
556
|
/**
|
|
481
|
-
* The mode determines
|
|
557
|
+
* The mode determines the platform behaviors of the component.
|
|
482
558
|
*/
|
|
483
559
|
"mode"?: "ios" | "md";
|
|
484
560
|
/**
|
|
@@ -494,13 +570,13 @@ export namespace Components {
|
|
|
494
570
|
*/
|
|
495
571
|
"routerDirection": RouterDirection;
|
|
496
572
|
/**
|
|
497
|
-
* Set to `"round"` for a button with
|
|
573
|
+
* 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.
|
|
498
574
|
*/
|
|
499
|
-
"shape"?: 'round';
|
|
575
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
500
576
|
/**
|
|
501
577
|
* 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.
|
|
502
578
|
*/
|
|
503
|
-
"size"?: 'small' | 'default' | 'large';
|
|
579
|
+
"size"?: 'xsmall' | 'small' | 'default' | 'large' | 'xlarge';
|
|
504
580
|
/**
|
|
505
581
|
* If `true`, activates a button with a heavier font weight.
|
|
506
582
|
*/
|
|
@@ -509,6 +585,10 @@ export namespace Components {
|
|
|
509
585
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
510
586
|
*/
|
|
511
587
|
"target": string | undefined;
|
|
588
|
+
/**
|
|
589
|
+
* The theme determines the visual appearance of the component.
|
|
590
|
+
*/
|
|
591
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
512
592
|
/**
|
|
513
593
|
* The type of the button.
|
|
514
594
|
*/
|
|
@@ -516,9 +596,17 @@ export namespace Components {
|
|
|
516
596
|
}
|
|
517
597
|
interface IonButtons {
|
|
518
598
|
/**
|
|
519
|
-
* 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`
|
|
599
|
+
* 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)
|
|
520
600
|
*/
|
|
521
601
|
"collapse": boolean;
|
|
602
|
+
/**
|
|
603
|
+
* The mode determines the platform behaviors of the component.
|
|
604
|
+
*/
|
|
605
|
+
"mode"?: "ios" | "md";
|
|
606
|
+
/**
|
|
607
|
+
* The theme determines the visual appearance of the component.
|
|
608
|
+
*/
|
|
609
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
522
610
|
}
|
|
523
611
|
interface IonCard {
|
|
524
612
|
/**
|
|
@@ -542,7 +630,7 @@ export namespace Components {
|
|
|
542
630
|
*/
|
|
543
631
|
"href": string | undefined;
|
|
544
632
|
/**
|
|
545
|
-
* The mode determines
|
|
633
|
+
* The mode determines the platform behaviors of the component.
|
|
546
634
|
*/
|
|
547
635
|
"mode"?: "ios" | "md";
|
|
548
636
|
/**
|
|
@@ -557,10 +645,18 @@ export namespace Components {
|
|
|
557
645
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
558
646
|
*/
|
|
559
647
|
"routerDirection": RouterDirection;
|
|
648
|
+
/**
|
|
649
|
+
* 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"`.
|
|
650
|
+
*/
|
|
651
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
560
652
|
/**
|
|
561
653
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
562
654
|
*/
|
|
563
655
|
"target": string | undefined;
|
|
656
|
+
/**
|
|
657
|
+
* The theme determines the visual appearance of the component.
|
|
658
|
+
*/
|
|
659
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
564
660
|
/**
|
|
565
661
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
566
662
|
*/
|
|
@@ -568,9 +664,13 @@ export namespace Components {
|
|
|
568
664
|
}
|
|
569
665
|
interface IonCardContent {
|
|
570
666
|
/**
|
|
571
|
-
* The mode determines
|
|
667
|
+
* The mode determines the platform behaviors of the component.
|
|
572
668
|
*/
|
|
573
669
|
"mode"?: "ios" | "md";
|
|
670
|
+
/**
|
|
671
|
+
* The theme determines the visual appearance of the component.
|
|
672
|
+
*/
|
|
673
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
574
674
|
}
|
|
575
675
|
interface IonCardHeader {
|
|
576
676
|
/**
|
|
@@ -578,11 +678,15 @@ export namespace Components {
|
|
|
578
678
|
*/
|
|
579
679
|
"color"?: Color;
|
|
580
680
|
/**
|
|
581
|
-
* The mode determines
|
|
681
|
+
* The mode determines the platform behaviors of the component.
|
|
582
682
|
*/
|
|
583
683
|
"mode"?: "ios" | "md";
|
|
584
684
|
/**
|
|
585
|
-
*
|
|
685
|
+
* The theme determines the visual appearance of the component.
|
|
686
|
+
*/
|
|
687
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
688
|
+
/**
|
|
689
|
+
* 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).
|
|
586
690
|
*/
|
|
587
691
|
"translucent": boolean;
|
|
588
692
|
}
|
|
@@ -592,9 +696,13 @@ export namespace Components {
|
|
|
592
696
|
*/
|
|
593
697
|
"color"?: Color;
|
|
594
698
|
/**
|
|
595
|
-
* The mode determines
|
|
699
|
+
* The mode determines the platform behaviors of the component.
|
|
596
700
|
*/
|
|
597
701
|
"mode"?: "ios" | "md";
|
|
702
|
+
/**
|
|
703
|
+
* The theme determines the visual appearance of the component.
|
|
704
|
+
*/
|
|
705
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
598
706
|
}
|
|
599
707
|
interface IonCardTitle {
|
|
600
708
|
/**
|
|
@@ -602,9 +710,13 @@ export namespace Components {
|
|
|
602
710
|
*/
|
|
603
711
|
"color"?: Color;
|
|
604
712
|
/**
|
|
605
|
-
* The mode determines
|
|
713
|
+
* The mode determines the platform behaviors of the component.
|
|
606
714
|
*/
|
|
607
715
|
"mode"?: "ios" | "md";
|
|
716
|
+
/**
|
|
717
|
+
* The theme determines the visual appearance of the component.
|
|
718
|
+
*/
|
|
719
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
608
720
|
}
|
|
609
721
|
interface IonCheckbox {
|
|
610
722
|
/**
|
|
@@ -636,18 +748,26 @@ export namespace Components {
|
|
|
636
748
|
*/
|
|
637
749
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
638
750
|
/**
|
|
639
|
-
* The mode determines
|
|
751
|
+
* The mode determines the platform behaviors of the component.
|
|
640
752
|
*/
|
|
641
753
|
"mode"?: "ios" | "md";
|
|
642
754
|
/**
|
|
643
755
|
* The name of the control, which is submitted with the form data.
|
|
644
756
|
*/
|
|
645
757
|
"name": string;
|
|
758
|
+
"setFocus": () => Promise<void>;
|
|
646
759
|
/**
|
|
647
|
-
*
|
|
760
|
+
* Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
|
|
648
761
|
*/
|
|
649
|
-
"
|
|
650
|
-
|
|
762
|
+
"shape"?: 'soft' | 'rectangular';
|
|
763
|
+
/**
|
|
764
|
+
* Set to `"small"` for a checkbox with less height and padding.
|
|
765
|
+
*/
|
|
766
|
+
"size"?: 'small';
|
|
767
|
+
/**
|
|
768
|
+
* The theme determines the visual appearance of the component.
|
|
769
|
+
*/
|
|
770
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
651
771
|
/**
|
|
652
772
|
* 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>`.
|
|
653
773
|
*/
|
|
@@ -663,15 +783,31 @@ export namespace Components {
|
|
|
663
783
|
*/
|
|
664
784
|
"disabled": boolean;
|
|
665
785
|
/**
|
|
666
|
-
* The mode determines
|
|
786
|
+
* The mode determines the platform behaviors of the component.
|
|
667
787
|
*/
|
|
668
788
|
"mode"?: "ios" | "md";
|
|
669
789
|
/**
|
|
670
790
|
* Display an outline style button.
|
|
671
791
|
*/
|
|
672
792
|
"outline": boolean;
|
|
793
|
+
/**
|
|
794
|
+
* 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.
|
|
795
|
+
*/
|
|
796
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
797
|
+
/**
|
|
798
|
+
* Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
|
|
799
|
+
*/
|
|
800
|
+
"size"?: 'small' | 'large';
|
|
801
|
+
/**
|
|
802
|
+
* The theme determines the visual appearance of the component.
|
|
803
|
+
*/
|
|
804
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
673
805
|
}
|
|
674
806
|
interface IonCol {
|
|
807
|
+
/**
|
|
808
|
+
* The mode determines the platform behaviors of the component.
|
|
809
|
+
*/
|
|
810
|
+
"mode"?: "ios" | "md";
|
|
675
811
|
/**
|
|
676
812
|
* The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
|
|
677
813
|
*/
|
|
@@ -768,6 +904,10 @@ export namespace Components {
|
|
|
768
904
|
* 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.
|
|
769
905
|
*/
|
|
770
906
|
"sizeXs"?: string;
|
|
907
|
+
/**
|
|
908
|
+
* The theme determines the visual appearance of the component.
|
|
909
|
+
*/
|
|
910
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
771
911
|
}
|
|
772
912
|
interface IonContent {
|
|
773
913
|
/**
|
|
@@ -794,6 +934,10 @@ export namespace Components {
|
|
|
794
934
|
* 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.
|
|
795
935
|
*/
|
|
796
936
|
"getScrollElement": () => Promise<HTMLElement>;
|
|
937
|
+
/**
|
|
938
|
+
* The mode determines the platform behaviors of the component.
|
|
939
|
+
*/
|
|
940
|
+
"mode"?: "ios" | "md";
|
|
797
941
|
/**
|
|
798
942
|
* Scroll by a specified X/Y distance in the component.
|
|
799
943
|
* @param x The amount to scroll by on the horizontal axis.
|
|
@@ -830,6 +974,10 @@ export namespace Components {
|
|
|
830
974
|
* If you want to disable the content scrolling in the Y axis, set this property to `false`.
|
|
831
975
|
*/
|
|
832
976
|
"scrollY": boolean;
|
|
977
|
+
/**
|
|
978
|
+
* The theme determines the visual appearance of the component.
|
|
979
|
+
*/
|
|
980
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
833
981
|
}
|
|
834
982
|
interface IonDatetime {
|
|
835
983
|
/**
|
|
@@ -905,7 +1053,7 @@ export namespace Components {
|
|
|
905
1053
|
*/
|
|
906
1054
|
"minuteValues"?: number[] | number | string;
|
|
907
1055
|
/**
|
|
908
|
-
* The mode determines
|
|
1056
|
+
* The mode determines the platform behaviors of the component.
|
|
909
1057
|
*/
|
|
910
1058
|
"mode"?: "ios" | "md";
|
|
911
1059
|
/**
|
|
@@ -956,6 +1104,10 @@ export namespace Components {
|
|
|
956
1104
|
* 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.
|
|
957
1105
|
*/
|
|
958
1106
|
"size": 'cover' | 'fixed';
|
|
1107
|
+
/**
|
|
1108
|
+
* The theme determines the visual appearance of the component.
|
|
1109
|
+
*/
|
|
1110
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
959
1111
|
/**
|
|
960
1112
|
* 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.
|
|
961
1113
|
*/
|
|
@@ -983,9 +1135,13 @@ export namespace Components {
|
|
|
983
1135
|
*/
|
|
984
1136
|
"disabled": boolean;
|
|
985
1137
|
/**
|
|
986
|
-
* The mode determines
|
|
1138
|
+
* The mode determines the platform behaviors of the component.
|
|
987
1139
|
*/
|
|
988
1140
|
"mode"?: "ios" | "md";
|
|
1141
|
+
/**
|
|
1142
|
+
* The theme determines the visual appearance of the component.
|
|
1143
|
+
*/
|
|
1144
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
989
1145
|
}
|
|
990
1146
|
interface IonFab {
|
|
991
1147
|
/**
|
|
@@ -1004,6 +1160,14 @@ export namespace Components {
|
|
|
1004
1160
|
* Where to align the fab horizontally in the viewport.
|
|
1005
1161
|
*/
|
|
1006
1162
|
"horizontal"?: 'start' | 'end' | 'center';
|
|
1163
|
+
/**
|
|
1164
|
+
* The mode determines the platform behaviors of the component.
|
|
1165
|
+
*/
|
|
1166
|
+
"mode"?: "ios" | "md";
|
|
1167
|
+
/**
|
|
1168
|
+
* The theme determines the visual appearance of the component.
|
|
1169
|
+
*/
|
|
1170
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1007
1171
|
/**
|
|
1008
1172
|
* Opens/Closes the FAB list container.
|
|
1009
1173
|
*/
|
|
@@ -1021,7 +1185,7 @@ export namespace Components {
|
|
|
1021
1185
|
/**
|
|
1022
1186
|
* 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.
|
|
1023
1187
|
*/
|
|
1024
|
-
"closeIcon"
|
|
1188
|
+
"closeIcon"?: string;
|
|
1025
1189
|
/**
|
|
1026
1190
|
* 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).
|
|
1027
1191
|
*/
|
|
@@ -1039,7 +1203,7 @@ export namespace Components {
|
|
|
1039
1203
|
*/
|
|
1040
1204
|
"href": string | undefined;
|
|
1041
1205
|
/**
|
|
1042
|
-
* The mode determines
|
|
1206
|
+
* The mode determines the platform behaviors of the component.
|
|
1043
1207
|
*/
|
|
1044
1208
|
"mode"?: "ios" | "md";
|
|
1045
1209
|
/**
|
|
@@ -1067,7 +1231,11 @@ export namespace Components {
|
|
|
1067
1231
|
*/
|
|
1068
1232
|
"target": string | undefined;
|
|
1069
1233
|
/**
|
|
1070
|
-
*
|
|
1234
|
+
* The theme determines the visual appearance of the component.
|
|
1235
|
+
*/
|
|
1236
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1237
|
+
/**
|
|
1238
|
+
* 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).
|
|
1071
1239
|
*/
|
|
1072
1240
|
"translucent": boolean;
|
|
1073
1241
|
/**
|
|
@@ -1080,22 +1248,34 @@ export namespace Components {
|
|
|
1080
1248
|
* If `true`, the fab list will show all fab buttons in the list.
|
|
1081
1249
|
*/
|
|
1082
1250
|
"activated": boolean;
|
|
1251
|
+
/**
|
|
1252
|
+
* The mode determines the platform behaviors of the component.
|
|
1253
|
+
*/
|
|
1254
|
+
"mode"?: "ios" | "md";
|
|
1083
1255
|
/**
|
|
1084
1256
|
* The side the fab list will show on relative to the main fab button.
|
|
1085
1257
|
*/
|
|
1086
1258
|
"side": 'start' | 'end' | 'top' | 'bottom';
|
|
1259
|
+
/**
|
|
1260
|
+
* The theme determines the visual appearance of the component.
|
|
1261
|
+
*/
|
|
1262
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1087
1263
|
}
|
|
1088
1264
|
interface IonFooter {
|
|
1089
1265
|
/**
|
|
1090
|
-
* Describes the scroll effect that will be applied to the footer. Only applies
|
|
1266
|
+
* Describes the scroll effect that will be applied to the footer. Only applies when the theme is `"ios"`.
|
|
1091
1267
|
*/
|
|
1092
1268
|
"collapse"?: 'fade';
|
|
1093
1269
|
/**
|
|
1094
|
-
* The mode determines
|
|
1270
|
+
* The mode determines the platform behaviors of the component.
|
|
1095
1271
|
*/
|
|
1096
1272
|
"mode"?: "ios" | "md";
|
|
1097
1273
|
/**
|
|
1098
|
-
*
|
|
1274
|
+
* The theme determines the visual appearance of the component.
|
|
1275
|
+
*/
|
|
1276
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1277
|
+
/**
|
|
1278
|
+
* 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.
|
|
1099
1279
|
*/
|
|
1100
1280
|
"translucent": boolean;
|
|
1101
1281
|
}
|
|
@@ -1104,18 +1284,34 @@ export namespace Components {
|
|
|
1104
1284
|
* If `true`, the grid will have a fixed width based on the screen size.
|
|
1105
1285
|
*/
|
|
1106
1286
|
"fixed": boolean;
|
|
1287
|
+
/**
|
|
1288
|
+
* The mode determines the platform behaviors of the component.
|
|
1289
|
+
*/
|
|
1290
|
+
"mode"?: "ios" | "md";
|
|
1291
|
+
/**
|
|
1292
|
+
* The theme determines the visual appearance of the component.
|
|
1293
|
+
*/
|
|
1294
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1107
1295
|
}
|
|
1108
1296
|
interface IonHeader {
|
|
1109
1297
|
/**
|
|
1110
|
-
* Describes the scroll effect that will be applied to the header. Only applies
|
|
1298
|
+
* 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)
|
|
1111
1299
|
*/
|
|
1112
1300
|
"collapse"?: 'condense' | 'fade';
|
|
1113
1301
|
/**
|
|
1114
|
-
*
|
|
1302
|
+
* If `true`, the header will have a line at the bottom. TODO(ROU-10855): add support for this prop on ios/md themes
|
|
1303
|
+
*/
|
|
1304
|
+
"divider": boolean;
|
|
1305
|
+
/**
|
|
1306
|
+
* The mode determines the platform behaviors of the component.
|
|
1115
1307
|
*/
|
|
1116
1308
|
"mode"?: "ios" | "md";
|
|
1117
1309
|
/**
|
|
1118
|
-
*
|
|
1310
|
+
* The theme determines the visual appearance of the component.
|
|
1311
|
+
*/
|
|
1312
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1313
|
+
/**
|
|
1314
|
+
* 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.
|
|
1119
1315
|
*/
|
|
1120
1316
|
"translucent": boolean;
|
|
1121
1317
|
}
|
|
@@ -1124,10 +1320,18 @@ export namespace Components {
|
|
|
1124
1320
|
* 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.
|
|
1125
1321
|
*/
|
|
1126
1322
|
"alt"?: string;
|
|
1323
|
+
/**
|
|
1324
|
+
* The mode determines the platform behaviors of the component.
|
|
1325
|
+
*/
|
|
1326
|
+
"mode"?: "ios" | "md";
|
|
1127
1327
|
/**
|
|
1128
1328
|
* The image URL. This attribute is mandatory for the `<img>` element.
|
|
1129
1329
|
*/
|
|
1130
1330
|
"src"?: string;
|
|
1331
|
+
/**
|
|
1332
|
+
* The theme determines the visual appearance of the component.
|
|
1333
|
+
*/
|
|
1334
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1131
1335
|
}
|
|
1132
1336
|
interface IonInfiniteScroll {
|
|
1133
1337
|
/**
|
|
@@ -1138,10 +1342,18 @@ export namespace Components {
|
|
|
1138
1342
|
* 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.
|
|
1139
1343
|
*/
|
|
1140
1344
|
"disabled": boolean;
|
|
1345
|
+
/**
|
|
1346
|
+
* The mode determines the platform behaviors of the component.
|
|
1347
|
+
*/
|
|
1348
|
+
"mode"?: "ios" | "md";
|
|
1141
1349
|
/**
|
|
1142
1350
|
* The position of the infinite scroll element. The value can be either `top` or `bottom`.
|
|
1143
1351
|
*/
|
|
1144
1352
|
"position": 'top' | 'bottom';
|
|
1353
|
+
/**
|
|
1354
|
+
* The theme determines the visual appearance of the component.
|
|
1355
|
+
*/
|
|
1356
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1145
1357
|
/**
|
|
1146
1358
|
* 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.
|
|
1147
1359
|
*/
|
|
@@ -1156,6 +1368,14 @@ export namespace Components {
|
|
|
1156
1368
|
* 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.
|
|
1157
1369
|
*/
|
|
1158
1370
|
"loadingText"?: string | IonicSafeString;
|
|
1371
|
+
/**
|
|
1372
|
+
* The mode determines the platform behaviors of the component.
|
|
1373
|
+
*/
|
|
1374
|
+
"mode"?: "ios" | "md";
|
|
1375
|
+
/**
|
|
1376
|
+
* The theme determines the visual appearance of the component.
|
|
1377
|
+
*/
|
|
1378
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1159
1379
|
}
|
|
1160
1380
|
interface IonInput {
|
|
1161
1381
|
/**
|
|
@@ -1215,7 +1435,7 @@ export namespace Components {
|
|
|
1215
1435
|
*/
|
|
1216
1436
|
"errorText"?: string;
|
|
1217
1437
|
/**
|
|
1218
|
-
* 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
|
|
1438
|
+
* 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"`.
|
|
1219
1439
|
*/
|
|
1220
1440
|
"fill"?: 'outline' | 'solid';
|
|
1221
1441
|
/**
|
|
@@ -1235,9 +1455,9 @@ export namespace Components {
|
|
|
1235
1455
|
*/
|
|
1236
1456
|
"label"?: string;
|
|
1237
1457
|
/**
|
|
1238
|
-
* 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 ("...").
|
|
1458
|
+
* 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.
|
|
1239
1459
|
*/
|
|
1240
|
-
"labelPlacement"
|
|
1460
|
+
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
1241
1461
|
/**
|
|
1242
1462
|
* The maximum value, which must not be less than its minimum (min attribute) value.
|
|
1243
1463
|
*/
|
|
@@ -1255,7 +1475,7 @@ export namespace Components {
|
|
|
1255
1475
|
*/
|
|
1256
1476
|
"minlength"?: number;
|
|
1257
1477
|
/**
|
|
1258
|
-
* The mode determines
|
|
1478
|
+
* The mode determines the platform behaviors of the component.
|
|
1259
1479
|
*/
|
|
1260
1480
|
"mode"?: "ios" | "md";
|
|
1261
1481
|
/**
|
|
@@ -1287,9 +1507,13 @@ export namespace Components {
|
|
|
1287
1507
|
*/
|
|
1288
1508
|
"setFocus": () => Promise<void>;
|
|
1289
1509
|
/**
|
|
1290
|
-
*
|
|
1510
|
+
* 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"`.
|
|
1511
|
+
*/
|
|
1512
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1513
|
+
/**
|
|
1514
|
+
* 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.
|
|
1291
1515
|
*/
|
|
1292
|
-
"
|
|
1516
|
+
"size"?: 'medium' | 'large' | 'xlarge';
|
|
1293
1517
|
/**
|
|
1294
1518
|
* If `true`, the element will have its spelling and grammar checked.
|
|
1295
1519
|
*/
|
|
@@ -1298,6 +1522,10 @@ export namespace Components {
|
|
|
1298
1522
|
* 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.
|
|
1299
1523
|
*/
|
|
1300
1524
|
"step"?: string;
|
|
1525
|
+
/**
|
|
1526
|
+
* The theme determines the visual appearance of the component.
|
|
1527
|
+
*/
|
|
1528
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1301
1529
|
/**
|
|
1302
1530
|
* The type of control to display. The default type is text.
|
|
1303
1531
|
*/
|
|
@@ -1336,13 +1564,13 @@ export namespace Components {
|
|
|
1336
1564
|
*/
|
|
1337
1565
|
"color"?: Color;
|
|
1338
1566
|
/**
|
|
1339
|
-
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
1567
|
+
* 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.
|
|
1340
1568
|
*/
|
|
1341
1569
|
"detail"?: boolean;
|
|
1342
1570
|
/**
|
|
1343
1571
|
* The icon to use when `detail` is set to `true`.
|
|
1344
1572
|
*/
|
|
1345
|
-
"detailIcon"
|
|
1573
|
+
"detailIcon"?: string;
|
|
1346
1574
|
/**
|
|
1347
1575
|
* If `true`, the user cannot interact with the item.
|
|
1348
1576
|
*/
|
|
@@ -1360,7 +1588,7 @@ export namespace Components {
|
|
|
1360
1588
|
*/
|
|
1361
1589
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1362
1590
|
/**
|
|
1363
|
-
* The mode determines
|
|
1591
|
+
* The mode determines the platform behaviors of the component.
|
|
1364
1592
|
*/
|
|
1365
1593
|
"mode"?: "ios" | "md";
|
|
1366
1594
|
/**
|
|
@@ -1379,6 +1607,10 @@ export namespace Components {
|
|
|
1379
1607
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
1380
1608
|
*/
|
|
1381
1609
|
"target": string | undefined;
|
|
1610
|
+
/**
|
|
1611
|
+
* The theme determines the visual appearance of the component.
|
|
1612
|
+
*/
|
|
1613
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1382
1614
|
/**
|
|
1383
1615
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
1384
1616
|
*/
|
|
@@ -1390,15 +1622,27 @@ export namespace Components {
|
|
|
1390
1622
|
*/
|
|
1391
1623
|
"color"?: Color;
|
|
1392
1624
|
/**
|
|
1393
|
-
* The mode determines
|
|
1625
|
+
* The mode determines the platform behaviors of the component.
|
|
1394
1626
|
*/
|
|
1395
1627
|
"mode"?: "ios" | "md";
|
|
1396
1628
|
/**
|
|
1397
1629
|
* 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
|
|
1398
1630
|
*/
|
|
1399
1631
|
"sticky": boolean;
|
|
1632
|
+
/**
|
|
1633
|
+
* The theme determines the visual appearance of the component.
|
|
1634
|
+
*/
|
|
1635
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1400
1636
|
}
|
|
1401
1637
|
interface IonItemGroup {
|
|
1638
|
+
/**
|
|
1639
|
+
* The mode determines the platform behaviors of the component.
|
|
1640
|
+
*/
|
|
1641
|
+
"mode"?: "ios" | "md";
|
|
1642
|
+
/**
|
|
1643
|
+
* The theme determines the visual appearance of the component.
|
|
1644
|
+
*/
|
|
1645
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1402
1646
|
}
|
|
1403
1647
|
interface IonItemOption {
|
|
1404
1648
|
/**
|
|
@@ -1422,17 +1666,25 @@ export namespace Components {
|
|
|
1422
1666
|
*/
|
|
1423
1667
|
"href": string | undefined;
|
|
1424
1668
|
/**
|
|
1425
|
-
* The mode determines
|
|
1669
|
+
* The mode determines the platform behaviors of the component.
|
|
1426
1670
|
*/
|
|
1427
1671
|
"mode"?: "ios" | "md";
|
|
1428
1672
|
/**
|
|
1429
1673
|
* 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).
|
|
1430
1674
|
*/
|
|
1431
1675
|
"rel": string | undefined;
|
|
1676
|
+
/**
|
|
1677
|
+
* 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.
|
|
1678
|
+
*/
|
|
1679
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1432
1680
|
/**
|
|
1433
1681
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
1434
1682
|
*/
|
|
1435
1683
|
"target": string | undefined;
|
|
1684
|
+
/**
|
|
1685
|
+
* The theme determines the visual appearance of the component.
|
|
1686
|
+
*/
|
|
1687
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1436
1688
|
/**
|
|
1437
1689
|
* The type of the button.
|
|
1438
1690
|
*/
|
|
@@ -1440,10 +1692,18 @@ export namespace Components {
|
|
|
1440
1692
|
}
|
|
1441
1693
|
interface IonItemOptions {
|
|
1442
1694
|
"fireSwipeEvent": () => Promise<void>;
|
|
1695
|
+
/**
|
|
1696
|
+
* The mode determines the platform behaviors of the component.
|
|
1697
|
+
*/
|
|
1698
|
+
"mode"?: "ios" | "md";
|
|
1443
1699
|
/**
|
|
1444
1700
|
* 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.
|
|
1445
1701
|
*/
|
|
1446
1702
|
"side": Side;
|
|
1703
|
+
/**
|
|
1704
|
+
* The theme determines the visual appearance of the component.
|
|
1705
|
+
*/
|
|
1706
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1447
1707
|
}
|
|
1448
1708
|
interface IonItemSliding {
|
|
1449
1709
|
/**
|
|
@@ -1466,11 +1726,19 @@ export namespace Components {
|
|
|
1466
1726
|
* 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.
|
|
1467
1727
|
*/
|
|
1468
1728
|
"getSlidingRatio": () => Promise<number>;
|
|
1729
|
+
/**
|
|
1730
|
+
* The mode determines the platform behaviors of the component.
|
|
1731
|
+
*/
|
|
1732
|
+
"mode"?: "ios" | "md";
|
|
1469
1733
|
/**
|
|
1470
1734
|
* Open the sliding item.
|
|
1471
1735
|
* @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.
|
|
1472
1736
|
*/
|
|
1473
1737
|
"open": (side: Side | undefined) => Promise<void>;
|
|
1738
|
+
/**
|
|
1739
|
+
* The theme determines the visual appearance of the component.
|
|
1740
|
+
*/
|
|
1741
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1474
1742
|
}
|
|
1475
1743
|
interface IonLabel {
|
|
1476
1744
|
/**
|
|
@@ -1478,13 +1746,17 @@ export namespace Components {
|
|
|
1478
1746
|
*/
|
|
1479
1747
|
"color"?: Color;
|
|
1480
1748
|
/**
|
|
1481
|
-
* The mode determines
|
|
1749
|
+
* The mode determines the platform behaviors of the component.
|
|
1482
1750
|
*/
|
|
1483
1751
|
"mode"?: "ios" | "md";
|
|
1484
1752
|
/**
|
|
1485
1753
|
* The position determines where and how the label behaves inside an item.
|
|
1486
1754
|
*/
|
|
1487
1755
|
"position"?: 'fixed' | 'stacked' | 'floating';
|
|
1756
|
+
/**
|
|
1757
|
+
* The theme determines the visual appearance of the component.
|
|
1758
|
+
*/
|
|
1759
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1488
1760
|
}
|
|
1489
1761
|
interface IonList {
|
|
1490
1762
|
/**
|
|
@@ -1500,9 +1772,17 @@ export namespace Components {
|
|
|
1500
1772
|
*/
|
|
1501
1773
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1502
1774
|
/**
|
|
1503
|
-
* The mode determines
|
|
1775
|
+
* The mode determines the platform behaviors of the component.
|
|
1504
1776
|
*/
|
|
1505
1777
|
"mode"?: "ios" | "md";
|
|
1778
|
+
/**
|
|
1779
|
+
* 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.
|
|
1780
|
+
*/
|
|
1781
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1782
|
+
/**
|
|
1783
|
+
* The theme determines the visual appearance of the component.
|
|
1784
|
+
*/
|
|
1785
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1506
1786
|
}
|
|
1507
1787
|
interface IonListHeader {
|
|
1508
1788
|
/**
|
|
@@ -1514,9 +1794,13 @@ export namespace Components {
|
|
|
1514
1794
|
*/
|
|
1515
1795
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1516
1796
|
/**
|
|
1517
|
-
* The mode determines
|
|
1797
|
+
* The mode determines the platform behaviors of the component.
|
|
1518
1798
|
*/
|
|
1519
1799
|
"mode"?: "ios" | "md";
|
|
1800
|
+
/**
|
|
1801
|
+
* The theme determines the visual appearance of the component.
|
|
1802
|
+
*/
|
|
1803
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1520
1804
|
}
|
|
1521
1805
|
interface IonLoading {
|
|
1522
1806
|
/**
|
|
@@ -1568,7 +1852,7 @@ export namespace Components {
|
|
|
1568
1852
|
*/
|
|
1569
1853
|
"message"?: string | IonicSafeString;
|
|
1570
1854
|
/**
|
|
1571
|
-
* The mode determines
|
|
1855
|
+
* The mode determines the platform behaviors of the component.
|
|
1572
1856
|
*/
|
|
1573
1857
|
"mode"?: "ios" | "md";
|
|
1574
1858
|
/**
|
|
@@ -1593,7 +1877,11 @@ export namespace Components {
|
|
|
1593
1877
|
*/
|
|
1594
1878
|
"spinner"?: SpinnerTypes | null;
|
|
1595
1879
|
/**
|
|
1596
|
-
*
|
|
1880
|
+
* The theme determines the visual appearance of the component.
|
|
1881
|
+
*/
|
|
1882
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1883
|
+
/**
|
|
1884
|
+
* 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).
|
|
1597
1885
|
*/
|
|
1598
1886
|
"translucent": boolean;
|
|
1599
1887
|
/**
|
|
@@ -1630,6 +1918,10 @@ export namespace Components {
|
|
|
1630
1918
|
* An id for the menu.
|
|
1631
1919
|
*/
|
|
1632
1920
|
"menuId"?: string;
|
|
1921
|
+
/**
|
|
1922
|
+
* The mode determines the platform behaviors of the component.
|
|
1923
|
+
*/
|
|
1924
|
+
"mode"?: "ios" | "md";
|
|
1633
1925
|
/**
|
|
1634
1926
|
* Opens the menu. If the menu is already open or it can't be opened, it returns `false`.
|
|
1635
1927
|
*/
|
|
@@ -1646,6 +1938,10 @@ export namespace Components {
|
|
|
1646
1938
|
* If `true`, swiping the menu is enabled.
|
|
1647
1939
|
*/
|
|
1648
1940
|
"swipeGesture": boolean;
|
|
1941
|
+
/**
|
|
1942
|
+
* The theme determines the visual appearance of the component.
|
|
1943
|
+
*/
|
|
1944
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1649
1945
|
/**
|
|
1650
1946
|
* 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`.
|
|
1651
1947
|
*/
|
|
@@ -1673,9 +1969,13 @@ export namespace Components {
|
|
|
1673
1969
|
*/
|
|
1674
1970
|
"menu"?: string;
|
|
1675
1971
|
/**
|
|
1676
|
-
* The mode determines
|
|
1972
|
+
* The mode determines the platform behaviors of the component.
|
|
1677
1973
|
*/
|
|
1678
1974
|
"mode"?: "ios" | "md";
|
|
1975
|
+
/**
|
|
1976
|
+
* The theme determines the visual appearance of the component.
|
|
1977
|
+
*/
|
|
1978
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1679
1979
|
/**
|
|
1680
1980
|
* The type of the button.
|
|
1681
1981
|
*/
|
|
@@ -1690,6 +1990,14 @@ export namespace Components {
|
|
|
1690
1990
|
* 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.
|
|
1691
1991
|
*/
|
|
1692
1992
|
"menu"?: string;
|
|
1993
|
+
/**
|
|
1994
|
+
* The mode determines the platform behaviors of the component.
|
|
1995
|
+
*/
|
|
1996
|
+
"mode"?: "ios" | "md";
|
|
1997
|
+
/**
|
|
1998
|
+
* The theme determines the visual appearance of the component.
|
|
1999
|
+
*/
|
|
2000
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1693
2001
|
}
|
|
1694
2002
|
interface IonModal {
|
|
1695
2003
|
/**
|
|
@@ -1777,7 +2085,7 @@ export namespace Components {
|
|
|
1777
2085
|
*/
|
|
1778
2086
|
"leaveAnimation"?: AnimationBuilder;
|
|
1779
2087
|
/**
|
|
1780
|
-
* The mode determines
|
|
2088
|
+
* The mode determines the platform behaviors of the component.
|
|
1781
2089
|
*/
|
|
1782
2090
|
"mode"?: "ios" | "md";
|
|
1783
2091
|
/**
|
|
@@ -1801,10 +2109,18 @@ export namespace Components {
|
|
|
1801
2109
|
* Move a sheet style modal to a specific breakpoint. The breakpoint value must be a value defined in your `breakpoints` array.
|
|
1802
2110
|
*/
|
|
1803
2111
|
"setCurrentBreakpoint": (breakpoint: number) => Promise<void>;
|
|
2112
|
+
/**
|
|
2113
|
+
* 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.
|
|
2114
|
+
*/
|
|
2115
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1804
2116
|
/**
|
|
1805
2117
|
* 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.
|
|
1806
2118
|
*/
|
|
1807
2119
|
"showBackdrop": boolean;
|
|
2120
|
+
/**
|
|
2121
|
+
* The theme determines the visual appearance of the component.
|
|
2122
|
+
*/
|
|
2123
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1808
2124
|
/**
|
|
1809
2125
|
* An ID corresponding to the trigger element that causes the modal to open when clicked.
|
|
1810
2126
|
*/
|
|
@@ -1816,7 +2132,7 @@ export namespace Components {
|
|
|
1816
2132
|
*/
|
|
1817
2133
|
"animated": boolean;
|
|
1818
2134
|
/**
|
|
1819
|
-
* By default `ion-nav` animates transition between pages based
|
|
2135
|
+
* 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.
|
|
1820
2136
|
*/
|
|
1821
2137
|
"animation"?: AnimationBuilder;
|
|
1822
2138
|
/**
|
|
@@ -1864,6 +2180,10 @@ export namespace Components {
|
|
|
1864
2180
|
* @param done The transition complete function.
|
|
1865
2181
|
*/
|
|
1866
2182
|
"insertPages": (insertIndex: number, insertComponents: NavComponent[] | NavComponentWithProps[], opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>;
|
|
2183
|
+
/**
|
|
2184
|
+
* The mode determines the platform behaviors of the component.
|
|
2185
|
+
*/
|
|
2186
|
+
"mode"?: "ios" | "md";
|
|
1867
2187
|
/**
|
|
1868
2188
|
* Pop a component off of the navigation stack. Navigates back from the current component.
|
|
1869
2189
|
* @param opts The navigation options.
|
|
@@ -1935,6 +2255,10 @@ export namespace Components {
|
|
|
1935
2255
|
* If the nav component should allow for swipe-to-go-back.
|
|
1936
2256
|
*/
|
|
1937
2257
|
"swipeGesture"?: boolean;
|
|
2258
|
+
/**
|
|
2259
|
+
* The theme determines the visual appearance of the component.
|
|
2260
|
+
*/
|
|
2261
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1938
2262
|
}
|
|
1939
2263
|
interface IonNavLink {
|
|
1940
2264
|
/**
|
|
@@ -1945,6 +2269,10 @@ export namespace Components {
|
|
|
1945
2269
|
* Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
|
|
1946
2270
|
*/
|
|
1947
2271
|
"componentProps"?: ComponentProps;
|
|
2272
|
+
/**
|
|
2273
|
+
* The mode determines the platform behaviors of the component.
|
|
2274
|
+
*/
|
|
2275
|
+
"mode"?: "ios" | "md";
|
|
1948
2276
|
/**
|
|
1949
2277
|
* The transition animation when navigating to another page.
|
|
1950
2278
|
*/
|
|
@@ -1953,6 +2281,10 @@ export namespace Components {
|
|
|
1953
2281
|
* The transition direction when navigating to another page.
|
|
1954
2282
|
*/
|
|
1955
2283
|
"routerDirection": RouterDirection;
|
|
2284
|
+
/**
|
|
2285
|
+
* The theme determines the visual appearance of the component.
|
|
2286
|
+
*/
|
|
2287
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1956
2288
|
}
|
|
1957
2289
|
interface IonNote {
|
|
1958
2290
|
/**
|
|
@@ -1960,16 +2292,24 @@ export namespace Components {
|
|
|
1960
2292
|
*/
|
|
1961
2293
|
"color"?: Color;
|
|
1962
2294
|
/**
|
|
1963
|
-
* The mode determines
|
|
2295
|
+
* The mode determines the platform behaviors of the component.
|
|
1964
2296
|
*/
|
|
1965
2297
|
"mode"?: "ios" | "md";
|
|
2298
|
+
/**
|
|
2299
|
+
* The theme determines the visual appearance of the component.
|
|
2300
|
+
*/
|
|
2301
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1966
2302
|
}
|
|
1967
2303
|
interface IonPicker {
|
|
1968
2304
|
"exitInputMode": () => Promise<void>;
|
|
1969
2305
|
/**
|
|
1970
|
-
* The mode determines
|
|
2306
|
+
* The mode determines the platform behaviors of the component.
|
|
1971
2307
|
*/
|
|
1972
2308
|
"mode"?: "ios" | "md";
|
|
2309
|
+
/**
|
|
2310
|
+
* The theme determines the visual appearance of the component.
|
|
2311
|
+
*/
|
|
2312
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1973
2313
|
}
|
|
1974
2314
|
interface IonPickerColumn {
|
|
1975
2315
|
/**
|
|
@@ -1981,7 +2321,7 @@ export namespace Components {
|
|
|
1981
2321
|
*/
|
|
1982
2322
|
"disabled": boolean;
|
|
1983
2323
|
/**
|
|
1984
|
-
* The mode determines
|
|
2324
|
+
* The mode determines the platform behaviors of the component.
|
|
1985
2325
|
*/
|
|
1986
2326
|
"mode"?: "ios" | "md";
|
|
1987
2327
|
/**
|
|
@@ -1997,6 +2337,10 @@ export namespace Components {
|
|
|
1997
2337
|
* 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.
|
|
1998
2338
|
*/
|
|
1999
2339
|
"setValue": (value: PickerColumnValue) => Promise<void>;
|
|
2340
|
+
/**
|
|
2341
|
+
* The theme determines the visual appearance of the component.
|
|
2342
|
+
*/
|
|
2343
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2000
2344
|
/**
|
|
2001
2345
|
* The selected option in the picker.
|
|
2002
2346
|
*/
|
|
@@ -2011,6 +2355,14 @@ export namespace Components {
|
|
|
2011
2355
|
* If `true`, the user cannot interact with the picker column option.
|
|
2012
2356
|
*/
|
|
2013
2357
|
"disabled": boolean;
|
|
2358
|
+
/**
|
|
2359
|
+
* The mode determines the platform behaviors of the component.
|
|
2360
|
+
*/
|
|
2361
|
+
"mode"?: "ios" | "md";
|
|
2362
|
+
/**
|
|
2363
|
+
* The theme determines the visual appearance of the component.
|
|
2364
|
+
*/
|
|
2365
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2014
2366
|
/**
|
|
2015
2367
|
* The text value of the option.
|
|
2016
2368
|
*/
|
|
@@ -2075,7 +2427,7 @@ export namespace Components {
|
|
|
2075
2427
|
*/
|
|
2076
2428
|
"leaveAnimation"?: AnimationBuilder;
|
|
2077
2429
|
/**
|
|
2078
|
-
* The mode determines
|
|
2430
|
+
* The mode determines the platform behaviors of the component.
|
|
2079
2431
|
*/
|
|
2080
2432
|
"mode"?: "ios" | "md";
|
|
2081
2433
|
/**
|
|
@@ -2095,6 +2447,10 @@ export namespace Components {
|
|
|
2095
2447
|
* If `true`, a backdrop will be displayed behind the picker.
|
|
2096
2448
|
*/
|
|
2097
2449
|
"showBackdrop": boolean;
|
|
2450
|
+
/**
|
|
2451
|
+
* The theme determines the visual appearance of the component.
|
|
2452
|
+
*/
|
|
2453
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2098
2454
|
/**
|
|
2099
2455
|
* An ID corresponding to the trigger element that causes the picker to open when clicked.
|
|
2100
2456
|
*/
|
|
@@ -2108,7 +2464,7 @@ export namespace Components {
|
|
|
2108
2464
|
}
|
|
2109
2465
|
interface IonPopover {
|
|
2110
2466
|
/**
|
|
2111
|
-
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios`
|
|
2467
|
+
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `"ios"` theme, and `"start"` for `"md"` theme.
|
|
2112
2468
|
*/
|
|
2113
2469
|
"alignment"?: PositionAlign;
|
|
2114
2470
|
/**
|
|
@@ -2116,7 +2472,7 @@ export namespace Components {
|
|
|
2116
2472
|
*/
|
|
2117
2473
|
"animated": boolean;
|
|
2118
2474
|
/**
|
|
2119
|
-
* If `true`, the popover will display an arrow that points at the `reference`
|
|
2475
|
+
* If `true`, the popover will display an arrow that points at the `reference` on `"ios"` theme.
|
|
2120
2476
|
*/
|
|
2121
2477
|
"arrow": boolean;
|
|
2122
2478
|
/**
|
|
@@ -2183,7 +2539,7 @@ export namespace Components {
|
|
|
2183
2539
|
*/
|
|
2184
2540
|
"leaveAnimation"?: AnimationBuilder;
|
|
2185
2541
|
/**
|
|
2186
|
-
* The mode determines
|
|
2542
|
+
* The mode determines the platform behaviors of the component.
|
|
2187
2543
|
*/
|
|
2188
2544
|
"mode"?: "ios" | "md";
|
|
2189
2545
|
/**
|
|
@@ -2220,7 +2576,11 @@ export namespace Components {
|
|
|
2220
2576
|
*/
|
|
2221
2577
|
"size": PopoverSize;
|
|
2222
2578
|
/**
|
|
2223
|
-
*
|
|
2579
|
+
* The theme determines the visual appearance of the component.
|
|
2580
|
+
*/
|
|
2581
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2582
|
+
/**
|
|
2583
|
+
* 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).
|
|
2224
2584
|
*/
|
|
2225
2585
|
"translucent": boolean;
|
|
2226
2586
|
/**
|
|
@@ -2242,13 +2602,21 @@ export namespace Components {
|
|
|
2242
2602
|
*/
|
|
2243
2603
|
"color"?: Color;
|
|
2244
2604
|
/**
|
|
2245
|
-
* The mode determines
|
|
2605
|
+
* The mode determines the platform behaviors of the component.
|
|
2246
2606
|
*/
|
|
2247
2607
|
"mode"?: "ios" | "md";
|
|
2248
2608
|
/**
|
|
2249
2609
|
* If true, reverse the progress bar direction.
|
|
2250
2610
|
*/
|
|
2251
2611
|
"reversed": boolean;
|
|
2612
|
+
/**
|
|
2613
|
+
* Set to `"round"` for a progress bar with rounded corners, or `"rectangular"` for a progress bar without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
|
|
2614
|
+
*/
|
|
2615
|
+
"shape"?: 'round' | 'rectangular';
|
|
2616
|
+
/**
|
|
2617
|
+
* The theme determines the visual appearance of the component.
|
|
2618
|
+
*/
|
|
2619
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2252
2620
|
/**
|
|
2253
2621
|
* 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).
|
|
2254
2622
|
*/
|
|
@@ -2280,7 +2648,7 @@ export namespace Components {
|
|
|
2280
2648
|
*/
|
|
2281
2649
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
2282
2650
|
/**
|
|
2283
|
-
* The mode determines
|
|
2651
|
+
* The mode determines the platform behaviors of the component.
|
|
2284
2652
|
*/
|
|
2285
2653
|
"mode"?: "ios" | "md";
|
|
2286
2654
|
/**
|
|
@@ -2289,6 +2657,10 @@ export namespace Components {
|
|
|
2289
2657
|
"name": string;
|
|
2290
2658
|
"setButtonTabindex": (value: number) => Promise<void>;
|
|
2291
2659
|
"setFocus": (ev?: globalThis.Event) => Promise<void>;
|
|
2660
|
+
/**
|
|
2661
|
+
* The theme determines the visual appearance of the component.
|
|
2662
|
+
*/
|
|
2663
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2292
2664
|
/**
|
|
2293
2665
|
* the value of the radio.
|
|
2294
2666
|
*/
|
|
@@ -2304,14 +2676,18 @@ export namespace Components {
|
|
|
2304
2676
|
*/
|
|
2305
2677
|
"compareWith"?: string | RadioGroupCompareFn | null;
|
|
2306
2678
|
/**
|
|
2307
|
-
* The
|
|
2679
|
+
* The mode determines the platform behaviors of the component.
|
|
2308
2680
|
*/
|
|
2309
|
-
"
|
|
2681
|
+
"mode"?: "ios" | "md";
|
|
2310
2682
|
/**
|
|
2311
|
-
*
|
|
2683
|
+
* The name of the control, which is submitted with the form data.
|
|
2312
2684
|
*/
|
|
2313
|
-
"
|
|
2685
|
+
"name": string;
|
|
2314
2686
|
"setFocus": () => Promise<void>;
|
|
2687
|
+
/**
|
|
2688
|
+
* The theme determines the visual appearance of the component.
|
|
2689
|
+
*/
|
|
2690
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2315
2691
|
/**
|
|
2316
2692
|
* the value of the radio group.
|
|
2317
2693
|
*/
|
|
@@ -2355,7 +2731,7 @@ export namespace Components {
|
|
|
2355
2731
|
*/
|
|
2356
2732
|
"min": number;
|
|
2357
2733
|
/**
|
|
2358
|
-
* The mode determines
|
|
2734
|
+
* The mode determines the platform behaviors of the component.
|
|
2359
2735
|
*/
|
|
2360
2736
|
"mode"?: "ios" | "md";
|
|
2361
2737
|
/**
|
|
@@ -2378,6 +2754,10 @@ export namespace Components {
|
|
|
2378
2754
|
* Specifies the value granularity.
|
|
2379
2755
|
*/
|
|
2380
2756
|
"step": number;
|
|
2757
|
+
/**
|
|
2758
|
+
* The theme determines the visual appearance of the component.
|
|
2759
|
+
*/
|
|
2760
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2381
2761
|
/**
|
|
2382
2762
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
2383
2763
|
*/
|
|
@@ -2409,7 +2789,7 @@ export namespace Components {
|
|
|
2409
2789
|
*/
|
|
2410
2790
|
"getProgress": () => Promise<number>;
|
|
2411
2791
|
/**
|
|
2412
|
-
* The mode determines
|
|
2792
|
+
* The mode determines the platform behaviors of the component.
|
|
2413
2793
|
*/
|
|
2414
2794
|
"mode"?: "ios" | "md";
|
|
2415
2795
|
/**
|
|
@@ -2428,8 +2808,16 @@ export namespace Components {
|
|
|
2428
2808
|
* 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.
|
|
2429
2809
|
*/
|
|
2430
2810
|
"snapbackDuration": string;
|
|
2811
|
+
/**
|
|
2812
|
+
* The theme determines the visual appearance of the component.
|
|
2813
|
+
*/
|
|
2814
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2431
2815
|
}
|
|
2432
2816
|
interface IonRefresherContent {
|
|
2817
|
+
/**
|
|
2818
|
+
* The mode determines the platform behaviors of the component.
|
|
2819
|
+
*/
|
|
2820
|
+
"mode"?: "ios" | "md";
|
|
2433
2821
|
/**
|
|
2434
2822
|
* 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.
|
|
2435
2823
|
*/
|
|
@@ -2446,8 +2834,20 @@ export namespace Components {
|
|
|
2446
2834
|
* 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.
|
|
2447
2835
|
*/
|
|
2448
2836
|
"refreshingText"?: string | IonicSafeString;
|
|
2837
|
+
/**
|
|
2838
|
+
* The theme determines the visual appearance of the component.
|
|
2839
|
+
*/
|
|
2840
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2449
2841
|
}
|
|
2450
2842
|
interface IonReorder {
|
|
2843
|
+
/**
|
|
2844
|
+
* The mode determines the platform behaviors of the component.
|
|
2845
|
+
*/
|
|
2846
|
+
"mode"?: "ios" | "md";
|
|
2847
|
+
/**
|
|
2848
|
+
* The theme determines the visual appearance of the component.
|
|
2849
|
+
*/
|
|
2850
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2451
2851
|
}
|
|
2452
2852
|
interface IonReorderGroup {
|
|
2453
2853
|
/**
|
|
@@ -2459,6 +2859,14 @@ export namespace Components {
|
|
|
2459
2859
|
* If `true`, the reorder will be hidden.
|
|
2460
2860
|
*/
|
|
2461
2861
|
"disabled": boolean;
|
|
2862
|
+
/**
|
|
2863
|
+
* The mode determines the platform behaviors of the component.
|
|
2864
|
+
*/
|
|
2865
|
+
"mode"?: "ios" | "md";
|
|
2866
|
+
/**
|
|
2867
|
+
* The theme determines the visual appearance of the component.
|
|
2868
|
+
*/
|
|
2869
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2462
2870
|
}
|
|
2463
2871
|
interface IonRippleEffect {
|
|
2464
2872
|
/**
|
|
@@ -2467,6 +2875,14 @@ export namespace Components {
|
|
|
2467
2875
|
* @param y The vertical coordinate of where the ripple should start.
|
|
2468
2876
|
*/
|
|
2469
2877
|
"addRipple": (x: number, y: number) => Promise<() => void>;
|
|
2878
|
+
/**
|
|
2879
|
+
* The mode determines the platform behaviors of the component.
|
|
2880
|
+
*/
|
|
2881
|
+
"mode"?: "ios" | "md";
|
|
2882
|
+
/**
|
|
2883
|
+
* The theme determines the visual appearance of the component.
|
|
2884
|
+
*/
|
|
2885
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2470
2886
|
/**
|
|
2471
2887
|
* 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.
|
|
2472
2888
|
*/
|
|
@@ -2489,6 +2905,14 @@ export namespace Components {
|
|
|
2489
2905
|
* A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
|
|
2490
2906
|
*/
|
|
2491
2907
|
"componentProps"?: { [key: string]: any };
|
|
2908
|
+
/**
|
|
2909
|
+
* The mode determines the platform behaviors of the component.
|
|
2910
|
+
*/
|
|
2911
|
+
"mode"?: "ios" | "md";
|
|
2912
|
+
/**
|
|
2913
|
+
* The theme determines the visual appearance of the component.
|
|
2914
|
+
*/
|
|
2915
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2492
2916
|
/**
|
|
2493
2917
|
* 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.
|
|
2494
2918
|
*/
|
|
@@ -2510,6 +2934,10 @@ export namespace Components {
|
|
|
2510
2934
|
*/
|
|
2511
2935
|
"back": () => Promise<void>;
|
|
2512
2936
|
"canTransition": () => Promise<string | boolean>;
|
|
2937
|
+
/**
|
|
2938
|
+
* The mode determines the platform behaviors of the component.
|
|
2939
|
+
*/
|
|
2940
|
+
"mode"?: "ios" | "md";
|
|
2513
2941
|
"navChanged": (direction: RouterDirection) => Promise<boolean>;
|
|
2514
2942
|
"printDebug": () => Promise<void>;
|
|
2515
2943
|
/**
|
|
@@ -2522,6 +2950,10 @@ export namespace Components {
|
|
|
2522
2950
|
* 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.
|
|
2523
2951
|
*/
|
|
2524
2952
|
"root": string;
|
|
2953
|
+
/**
|
|
2954
|
+
* The theme determines the visual appearance of the component.
|
|
2955
|
+
*/
|
|
2956
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2525
2957
|
/**
|
|
2526
2958
|
* 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.
|
|
2527
2959
|
*/
|
|
@@ -2536,6 +2968,10 @@ export namespace Components {
|
|
|
2536
2968
|
* Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
|
|
2537
2969
|
*/
|
|
2538
2970
|
"href": string | undefined;
|
|
2971
|
+
/**
|
|
2972
|
+
* The mode determines the platform behaviors of the component.
|
|
2973
|
+
*/
|
|
2974
|
+
"mode"?: "ios" | "md";
|
|
2539
2975
|
/**
|
|
2540
2976
|
* 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).
|
|
2541
2977
|
*/
|
|
@@ -2552,6 +2988,10 @@ export namespace Components {
|
|
|
2552
2988
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
2553
2989
|
*/
|
|
2554
2990
|
"target": string | undefined;
|
|
2991
|
+
/**
|
|
2992
|
+
* The theme determines the visual appearance of the component.
|
|
2993
|
+
*/
|
|
2994
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2555
2995
|
}
|
|
2556
2996
|
interface IonRouterOutlet {
|
|
2557
2997
|
/**
|
|
@@ -2566,13 +3006,25 @@ export namespace Components {
|
|
|
2566
3006
|
"delegate"?: FrameworkDelegate;
|
|
2567
3007
|
"getRouteId": () => Promise<RouteID | undefined>;
|
|
2568
3008
|
/**
|
|
2569
|
-
* The mode determines
|
|
3009
|
+
* The mode determines the platform behaviors of the component.
|
|
2570
3010
|
*/
|
|
2571
3011
|
"mode": "ios" | "md";
|
|
2572
3012
|
"setRouteId": (id: string, params: ComponentProps | undefined, direction: RouterDirection, animation?: AnimationBuilder) => Promise<RouteWrite>;
|
|
2573
3013
|
"swipeHandler"?: SwipeGestureHandler;
|
|
3014
|
+
/**
|
|
3015
|
+
* The theme determines the visual appearance of the component.
|
|
3016
|
+
*/
|
|
3017
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2574
3018
|
}
|
|
2575
3019
|
interface IonRow {
|
|
3020
|
+
/**
|
|
3021
|
+
* The mode determines the platform behaviors of the component.
|
|
3022
|
+
*/
|
|
3023
|
+
"mode"?: "ios" | "md";
|
|
3024
|
+
/**
|
|
3025
|
+
* The theme determines the visual appearance of the component.
|
|
3026
|
+
*/
|
|
3027
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2576
3028
|
}
|
|
2577
3029
|
interface IonSearchbar {
|
|
2578
3030
|
/**
|
|
@@ -2592,15 +3044,15 @@ export namespace Components {
|
|
|
2592
3044
|
*/
|
|
2593
3045
|
"autocorrect": 'on' | 'off';
|
|
2594
3046
|
/**
|
|
2595
|
-
* Set the cancel button icon. Only
|
|
3047
|
+
* Set the cancel button icon. Only available when the theme is `"md"`. Defaults to `"arrow-back-sharp"`.
|
|
2596
3048
|
*/
|
|
2597
|
-
"cancelButtonIcon"
|
|
3049
|
+
"cancelButtonIcon"?: string;
|
|
2598
3050
|
/**
|
|
2599
|
-
* Set the the cancel button text. Only
|
|
3051
|
+
* Set the the cancel button text. Only available when the theme is `"ios"`.
|
|
2600
3052
|
*/
|
|
2601
3053
|
"cancelButtonText": string;
|
|
2602
3054
|
/**
|
|
2603
|
-
* Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md
|
|
3055
|
+
* Set the clear icon. Defaults to `"close-circle"` for `"ios"` theme and `"close-sharp"` for `"md"` and `"ionic"` theme.
|
|
2604
3056
|
*/
|
|
2605
3057
|
"clearIcon"?: string;
|
|
2606
3058
|
/**
|
|
@@ -2636,7 +3088,7 @@ export namespace Components {
|
|
|
2636
3088
|
*/
|
|
2637
3089
|
"minlength"?: number;
|
|
2638
3090
|
/**
|
|
2639
|
-
* The mode determines
|
|
3091
|
+
* The mode determines the platform behaviors of the component.
|
|
2640
3092
|
*/
|
|
2641
3093
|
"mode"?: "ios" | "md";
|
|
2642
3094
|
/**
|
|
@@ -2648,7 +3100,7 @@ export namespace Components {
|
|
|
2648
3100
|
*/
|
|
2649
3101
|
"placeholder": string;
|
|
2650
3102
|
/**
|
|
2651
|
-
* The icon to use as the search icon. Defaults to `search-outline` in `ios`
|
|
3103
|
+
* 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.
|
|
2652
3104
|
*/
|
|
2653
3105
|
"searchIcon"?: string;
|
|
2654
3106
|
/**
|
|
@@ -2667,6 +3119,10 @@ export namespace Components {
|
|
|
2667
3119
|
* If `true`, enable spellcheck on the input.
|
|
2668
3120
|
*/
|
|
2669
3121
|
"spellcheck": boolean;
|
|
3122
|
+
/**
|
|
3123
|
+
* The theme determines the visual appearance of the component.
|
|
3124
|
+
*/
|
|
3125
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2670
3126
|
/**
|
|
2671
3127
|
* Set the type of the input.
|
|
2672
3128
|
*/
|
|
@@ -2686,7 +3142,7 @@ export namespace Components {
|
|
|
2686
3142
|
*/
|
|
2687
3143
|
"disabled": boolean;
|
|
2688
3144
|
/**
|
|
2689
|
-
* The mode determines
|
|
3145
|
+
* The mode determines the platform behaviors of the component.
|
|
2690
3146
|
*/
|
|
2691
3147
|
"mode"?: "ios" | "md";
|
|
2692
3148
|
/**
|
|
@@ -2701,6 +3157,10 @@ export namespace Components {
|
|
|
2701
3157
|
* If `true`, users will be able to swipe between segment buttons to activate them.
|
|
2702
3158
|
*/
|
|
2703
3159
|
"swipeGesture": boolean;
|
|
3160
|
+
/**
|
|
3161
|
+
* The theme determines the visual appearance of the component.
|
|
3162
|
+
*/
|
|
3163
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2704
3164
|
/**
|
|
2705
3165
|
* the value of the segment.
|
|
2706
3166
|
*/
|
|
@@ -2720,10 +3180,14 @@ export namespace Components {
|
|
|
2720
3180
|
*/
|
|
2721
3181
|
"layout"?: SegmentButtonLayout;
|
|
2722
3182
|
/**
|
|
2723
|
-
* The mode determines
|
|
3183
|
+
* The mode determines the platform behaviors of the component.
|
|
2724
3184
|
*/
|
|
2725
3185
|
"mode"?: "ios" | "md";
|
|
2726
3186
|
"setFocus": () => Promise<void>;
|
|
3187
|
+
/**
|
|
3188
|
+
* The theme determines the visual appearance of the component.
|
|
3189
|
+
*/
|
|
3190
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2727
3191
|
/**
|
|
2728
3192
|
* The type of the button.
|
|
2729
3193
|
*/
|
|
@@ -2764,11 +3228,11 @@ export namespace Components {
|
|
|
2764
3228
|
*/
|
|
2765
3229
|
"disabled": boolean;
|
|
2766
3230
|
/**
|
|
2767
|
-
* The toggle icon to show when the select is open. If defined, the icon rotation behavior in `md`
|
|
3231
|
+
* 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.
|
|
2768
3232
|
*/
|
|
2769
3233
|
"expandedIcon"?: string;
|
|
2770
3234
|
/**
|
|
2771
|
-
* 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`
|
|
3235
|
+
* 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.
|
|
2772
3236
|
*/
|
|
2773
3237
|
"fill"?: 'outline' | 'solid';
|
|
2774
3238
|
/**
|
|
@@ -2792,7 +3256,7 @@ export namespace Components {
|
|
|
2792
3256
|
*/
|
|
2793
3257
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
2794
3258
|
/**
|
|
2795
|
-
* The mode determines
|
|
3259
|
+
* The mode determines the platform behaviors of the component.
|
|
2796
3260
|
*/
|
|
2797
3261
|
"mode"?: "ios" | "md";
|
|
2798
3262
|
/**
|
|
@@ -2816,20 +3280,24 @@ export namespace Components {
|
|
|
2816
3280
|
* The text to display when the select is empty.
|
|
2817
3281
|
*/
|
|
2818
3282
|
"placeholder"?: string;
|
|
2819
|
-
/**
|
|
2820
|
-
* If `true`, the user must fill in a value before submitting a form.
|
|
2821
|
-
*/
|
|
2822
|
-
"required": boolean;
|
|
2823
3283
|
/**
|
|
2824
3284
|
* The text to display instead of the selected option's value.
|
|
2825
3285
|
*/
|
|
2826
3286
|
"selectedText"?: string | null;
|
|
2827
3287
|
/**
|
|
2828
|
-
*
|
|
3288
|
+
* Set to `"soft"` for a select with slightly rounded corners, `"round"` for a select with fully rounded corners, or `"rectangular"` for a select without rounded corners. Defaults to `"round"` for the `"ionic"` theme, undefined for all other themes.
|
|
3289
|
+
*/
|
|
3290
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3291
|
+
/**
|
|
3292
|
+
* The size of the select. If "large" it will increase the height of the select, while "small" and "medium" provide progressively smaller heights. Defaults to `"medium"` for the ionic theme, and undefined for all other themes.
|
|
3293
|
+
*/
|
|
3294
|
+
"size"?: 'small' | 'medium' | 'large';
|
|
3295
|
+
/**
|
|
3296
|
+
* The theme determines the visual appearance of the component.
|
|
2829
3297
|
*/
|
|
2830
|
-
"
|
|
3298
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2831
3299
|
/**
|
|
2832
|
-
* The toggle icon to use. Defaults to `chevronExpand` for `ios`
|
|
3300
|
+
* The toggle icon to use. Defaults to `"chevronExpand"` for the `"ios"` theme, or `"caretDownSharp"` for the `"md"` and `"ionic"` themes.
|
|
2833
3301
|
*/
|
|
2834
3302
|
"toggleIcon"?: string;
|
|
2835
3303
|
/**
|
|
@@ -2847,6 +3315,14 @@ export namespace Components {
|
|
|
2847
3315
|
* 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.
|
|
2848
3316
|
*/
|
|
2849
3317
|
"disabled": boolean;
|
|
3318
|
+
/**
|
|
3319
|
+
* The mode determines the platform behaviors of the component.
|
|
3320
|
+
*/
|
|
3321
|
+
"mode"?: "ios" | "md";
|
|
3322
|
+
/**
|
|
3323
|
+
* The theme determines the visual appearance of the component.
|
|
3324
|
+
*/
|
|
3325
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2850
3326
|
/**
|
|
2851
3327
|
* The text value of the option.
|
|
2852
3328
|
*/
|
|
@@ -2861,6 +3337,10 @@ export namespace Components {
|
|
|
2861
3337
|
* The text content of the popover body
|
|
2862
3338
|
*/
|
|
2863
3339
|
"message"?: string;
|
|
3340
|
+
/**
|
|
3341
|
+
* The mode determines the platform behaviors of the component.
|
|
3342
|
+
*/
|
|
3343
|
+
"mode"?: "ios" | "md";
|
|
2864
3344
|
/**
|
|
2865
3345
|
* If true, the select accepts multiple values
|
|
2866
3346
|
*/
|
|
@@ -2873,12 +3353,24 @@ export namespace Components {
|
|
|
2873
3353
|
* The subheader text of the popover
|
|
2874
3354
|
*/
|
|
2875
3355
|
"subHeader"?: string;
|
|
3356
|
+
/**
|
|
3357
|
+
* The theme determines the visual appearance of the component.
|
|
3358
|
+
*/
|
|
3359
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2876
3360
|
}
|
|
2877
3361
|
interface IonSkeletonText {
|
|
2878
3362
|
/**
|
|
2879
3363
|
* If `true`, the skeleton text will animate.
|
|
2880
3364
|
*/
|
|
2881
3365
|
"animated": boolean;
|
|
3366
|
+
/**
|
|
3367
|
+
* The mode determines the platform behaviors of the component.
|
|
3368
|
+
*/
|
|
3369
|
+
"mode"?: "ios" | "md";
|
|
3370
|
+
/**
|
|
3371
|
+
* The theme determines the visual appearance of the component.
|
|
3372
|
+
*/
|
|
3373
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2882
3374
|
}
|
|
2883
3375
|
interface IonSpinner {
|
|
2884
3376
|
/**
|
|
@@ -2889,6 +3381,10 @@ export namespace Components {
|
|
|
2889
3381
|
* Duration of the spinner animation in milliseconds. The default varies based on the spinner.
|
|
2890
3382
|
*/
|
|
2891
3383
|
"duration"?: number;
|
|
3384
|
+
/**
|
|
3385
|
+
* The mode determines the platform behaviors of the component.
|
|
3386
|
+
*/
|
|
3387
|
+
"mode"?: "ios" | "md";
|
|
2892
3388
|
/**
|
|
2893
3389
|
* The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
|
|
2894
3390
|
*/
|
|
@@ -2897,6 +3393,14 @@ export namespace Components {
|
|
|
2897
3393
|
* If `true`, the spinner's animation will be paused.
|
|
2898
3394
|
*/
|
|
2899
3395
|
"paused": boolean;
|
|
3396
|
+
/**
|
|
3397
|
+
* 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.
|
|
3398
|
+
*/
|
|
3399
|
+
"size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
3400
|
+
/**
|
|
3401
|
+
* The theme determines the visual appearance of the component.
|
|
3402
|
+
*/
|
|
3403
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2900
3404
|
}
|
|
2901
3405
|
interface IonSplitPane {
|
|
2902
3406
|
/**
|
|
@@ -2908,6 +3412,14 @@ export namespace Components {
|
|
|
2908
3412
|
*/
|
|
2909
3413
|
"disabled": boolean;
|
|
2910
3414
|
"isVisible": () => Promise<boolean>;
|
|
3415
|
+
/**
|
|
3416
|
+
* The mode determines the platform behaviors of the component.
|
|
3417
|
+
*/
|
|
3418
|
+
"mode"?: "ios" | "md";
|
|
3419
|
+
/**
|
|
3420
|
+
* The theme determines the visual appearance of the component.
|
|
3421
|
+
*/
|
|
3422
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2911
3423
|
/**
|
|
2912
3424
|
* When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
|
|
2913
3425
|
*/
|
|
@@ -2920,6 +3432,10 @@ export namespace Components {
|
|
|
2920
3432
|
*/
|
|
2921
3433
|
"component"?: ComponentRef;
|
|
2922
3434
|
"delegate"?: FrameworkDelegate;
|
|
3435
|
+
/**
|
|
3436
|
+
* The mode determines the platform behaviors of the component.
|
|
3437
|
+
*/
|
|
3438
|
+
"mode"?: "ios" | "md";
|
|
2923
3439
|
/**
|
|
2924
3440
|
* Set the active component for the tab
|
|
2925
3441
|
*/
|
|
@@ -2928,6 +3444,10 @@ export namespace Components {
|
|
|
2928
3444
|
* 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.
|
|
2929
3445
|
*/
|
|
2930
3446
|
"tab": string;
|
|
3447
|
+
/**
|
|
3448
|
+
* The theme determines the visual appearance of the component.
|
|
3449
|
+
*/
|
|
3450
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2931
3451
|
}
|
|
2932
3452
|
interface IonTabBar {
|
|
2933
3453
|
/**
|
|
@@ -2935,7 +3455,11 @@ export namespace Components {
|
|
|
2935
3455
|
*/
|
|
2936
3456
|
"color"?: Color;
|
|
2937
3457
|
/**
|
|
2938
|
-
*
|
|
3458
|
+
* 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"`.
|
|
3459
|
+
*/
|
|
3460
|
+
"expand": 'compact' | 'full';
|
|
3461
|
+
/**
|
|
3462
|
+
* The mode determines the platform behaviors of the component.
|
|
2939
3463
|
*/
|
|
2940
3464
|
"mode"?: "ios" | "md";
|
|
2941
3465
|
/**
|
|
@@ -2943,7 +3467,15 @@ export namespace Components {
|
|
|
2943
3467
|
*/
|
|
2944
3468
|
"selectedTab"?: string;
|
|
2945
3469
|
/**
|
|
2946
|
-
*
|
|
3470
|
+
* 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.
|
|
3471
|
+
*/
|
|
3472
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3473
|
+
/**
|
|
3474
|
+
* The theme determines the visual appearance of the component.
|
|
3475
|
+
*/
|
|
3476
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3477
|
+
/**
|
|
3478
|
+
* 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).
|
|
2947
3479
|
*/
|
|
2948
3480
|
"translucent": boolean;
|
|
2949
3481
|
}
|
|
@@ -2965,7 +3497,7 @@ export namespace Components {
|
|
|
2965
3497
|
*/
|
|
2966
3498
|
"layout"?: TabButtonLayout;
|
|
2967
3499
|
/**
|
|
2968
|
-
* The mode determines
|
|
3500
|
+
* The mode determines the platform behaviors of the component.
|
|
2969
3501
|
*/
|
|
2970
3502
|
"mode"?: "ios" | "md";
|
|
2971
3503
|
/**
|
|
@@ -2976,6 +3508,10 @@ export namespace Components {
|
|
|
2976
3508
|
* The selected tab component
|
|
2977
3509
|
*/
|
|
2978
3510
|
"selected": boolean;
|
|
3511
|
+
/**
|
|
3512
|
+
* Set to `"soft"` for a tab-button with slightly rounded corners, `"round"` for a tab-button with fully rounded corners, or `"rectangular"` for a tab-button without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
|
|
3513
|
+
*/
|
|
3514
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
2979
3515
|
/**
|
|
2980
3516
|
* 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.
|
|
2981
3517
|
*/
|
|
@@ -2984,6 +3520,10 @@ export namespace Components {
|
|
|
2984
3520
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
2985
3521
|
*/
|
|
2986
3522
|
"target": string | undefined;
|
|
3523
|
+
/**
|
|
3524
|
+
* The theme determines the visual appearance of the component.
|
|
3525
|
+
*/
|
|
3526
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2987
3527
|
}
|
|
2988
3528
|
interface IonTabs {
|
|
2989
3529
|
"getRouteId": () => Promise<RouteID | undefined>;
|
|
@@ -2996,12 +3536,20 @@ export namespace Components {
|
|
|
2996
3536
|
* @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
|
|
2997
3537
|
*/
|
|
2998
3538
|
"getTab": (tab: string | HTMLIonTabElement) => Promise<HTMLIonTabElement | undefined>;
|
|
3539
|
+
/**
|
|
3540
|
+
* The mode determines the platform behaviors of the component.
|
|
3541
|
+
*/
|
|
3542
|
+
"mode"?: "ios" | "md";
|
|
2999
3543
|
/**
|
|
3000
3544
|
* 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.
|
|
3001
3545
|
* @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
|
|
3002
3546
|
*/
|
|
3003
3547
|
"select": (tab: string | HTMLIonTabElement) => Promise<boolean>;
|
|
3004
3548
|
"setRouteId": (id: string) => Promise<RouteWrite>;
|
|
3549
|
+
/**
|
|
3550
|
+
* The theme determines the visual appearance of the component.
|
|
3551
|
+
*/
|
|
3552
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3005
3553
|
"useRouter": boolean;
|
|
3006
3554
|
}
|
|
3007
3555
|
interface IonText {
|
|
@@ -3010,9 +3558,13 @@ export namespace Components {
|
|
|
3010
3558
|
*/
|
|
3011
3559
|
"color"?: Color;
|
|
3012
3560
|
/**
|
|
3013
|
-
* The mode determines
|
|
3561
|
+
* The mode determines the platform behaviors of the component.
|
|
3014
3562
|
*/
|
|
3015
3563
|
"mode"?: "ios" | "md";
|
|
3564
|
+
/**
|
|
3565
|
+
* The theme determines the visual appearance of the component.
|
|
3566
|
+
*/
|
|
3567
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3016
3568
|
}
|
|
3017
3569
|
interface IonTextarea {
|
|
3018
3570
|
/**
|
|
@@ -3064,7 +3616,7 @@ export namespace Components {
|
|
|
3064
3616
|
*/
|
|
3065
3617
|
"errorText"?: string;
|
|
3066
3618
|
/**
|
|
3067
|
-
* 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
|
|
3619
|
+
* 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"`.
|
|
3068
3620
|
*/
|
|
3069
3621
|
"fill"?: 'outline' | 'solid';
|
|
3070
3622
|
/**
|
|
@@ -3096,7 +3648,7 @@ export namespace Components {
|
|
|
3096
3648
|
*/
|
|
3097
3649
|
"minlength"?: number;
|
|
3098
3650
|
/**
|
|
3099
|
-
* The mode determines
|
|
3651
|
+
* The mode determines the platform behaviors of the component.
|
|
3100
3652
|
*/
|
|
3101
3653
|
"mode"?: "ios" | "md";
|
|
3102
3654
|
/**
|
|
@@ -3124,13 +3676,21 @@ export namespace Components {
|
|
|
3124
3676
|
*/
|
|
3125
3677
|
"setFocus": () => Promise<void>;
|
|
3126
3678
|
/**
|
|
3127
|
-
*
|
|
3679
|
+
* 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.
|
|
3128
3680
|
*/
|
|
3129
|
-
"shape"?: 'round';
|
|
3681
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3682
|
+
/**
|
|
3683
|
+
* 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.
|
|
3684
|
+
*/
|
|
3685
|
+
"size"?: 'small' | 'medium' | 'large';
|
|
3130
3686
|
/**
|
|
3131
3687
|
* If `true`, the element will have its spelling and grammar checked.
|
|
3132
3688
|
*/
|
|
3133
3689
|
"spellcheck": boolean;
|
|
3690
|
+
/**
|
|
3691
|
+
* The theme determines the visual appearance of the component.
|
|
3692
|
+
*/
|
|
3693
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3134
3694
|
/**
|
|
3135
3695
|
* The value of the textarea.
|
|
3136
3696
|
*/
|
|
@@ -3141,16 +3701,32 @@ export namespace Components {
|
|
|
3141
3701
|
"wrap"?: 'hard' | 'soft' | 'off';
|
|
3142
3702
|
}
|
|
3143
3703
|
interface IonThumbnail {
|
|
3704
|
+
/**
|
|
3705
|
+
* The mode determines the platform behaviors of the component.
|
|
3706
|
+
*/
|
|
3707
|
+
"mode"?: "ios" | "md";
|
|
3708
|
+
/**
|
|
3709
|
+
* The theme determines the visual appearance of the component.
|
|
3710
|
+
*/
|
|
3711
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3144
3712
|
}
|
|
3145
3713
|
interface IonTitle {
|
|
3146
3714
|
/**
|
|
3147
3715
|
* 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).
|
|
3148
3716
|
*/
|
|
3149
3717
|
"color"?: Color;
|
|
3718
|
+
/**
|
|
3719
|
+
* The mode determines the platform behaviors of the component.
|
|
3720
|
+
*/
|
|
3721
|
+
"mode"?: "ios" | "md";
|
|
3150
3722
|
/**
|
|
3151
3723
|
* The size of the toolbar title.
|
|
3152
3724
|
*/
|
|
3153
3725
|
"size"?: 'large' | 'small';
|
|
3726
|
+
/**
|
|
3727
|
+
* The theme determines the visual appearance of the component.
|
|
3728
|
+
*/
|
|
3729
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3154
3730
|
}
|
|
3155
3731
|
interface IonToast {
|
|
3156
3732
|
/**
|
|
@@ -3218,7 +3794,7 @@ export namespace Components {
|
|
|
3218
3794
|
*/
|
|
3219
3795
|
"message"?: string | IonicSafeString;
|
|
3220
3796
|
/**
|
|
3221
|
-
* The mode determines
|
|
3797
|
+
* The mode determines the platform behaviors of the component.
|
|
3222
3798
|
*/
|
|
3223
3799
|
"mode"?: "ios" | "md";
|
|
3224
3800
|
/**
|
|
@@ -3242,12 +3818,20 @@ export namespace Components {
|
|
|
3242
3818
|
* Present the toast overlay after it has been created.
|
|
3243
3819
|
*/
|
|
3244
3820
|
"present": () => Promise<void>;
|
|
3821
|
+
/**
|
|
3822
|
+
* 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.
|
|
3823
|
+
*/
|
|
3824
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3245
3825
|
/**
|
|
3246
3826
|
* 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.
|
|
3247
3827
|
*/
|
|
3248
3828
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
3249
3829
|
/**
|
|
3250
|
-
*
|
|
3830
|
+
* The theme determines the visual appearance of the component.
|
|
3831
|
+
*/
|
|
3832
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3833
|
+
/**
|
|
3834
|
+
* 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).
|
|
3251
3835
|
*/
|
|
3252
3836
|
"translucent": boolean;
|
|
3253
3837
|
/**
|
|
@@ -3285,7 +3869,7 @@ export namespace Components {
|
|
|
3285
3869
|
*/
|
|
3286
3870
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
3287
3871
|
/**
|
|
3288
|
-
* The mode determines
|
|
3872
|
+
* The mode determines the platform behaviors of the component.
|
|
3289
3873
|
*/
|
|
3290
3874
|
"mode"?: "ios" | "md";
|
|
3291
3875
|
/**
|
|
@@ -3293,9 +3877,9 @@ export namespace Components {
|
|
|
3293
3877
|
*/
|
|
3294
3878
|
"name": string;
|
|
3295
3879
|
/**
|
|
3296
|
-
*
|
|
3880
|
+
* The theme determines the visual appearance of the component.
|
|
3297
3881
|
*/
|
|
3298
|
-
"
|
|
3882
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3299
3883
|
/**
|
|
3300
3884
|
* 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>`.
|
|
3301
3885
|
*/
|
|
@@ -3307,9 +3891,13 @@ export namespace Components {
|
|
|
3307
3891
|
*/
|
|
3308
3892
|
"color"?: Color;
|
|
3309
3893
|
/**
|
|
3310
|
-
* The mode determines
|
|
3894
|
+
* The mode determines the platform behaviors of the component.
|
|
3311
3895
|
*/
|
|
3312
3896
|
"mode"?: "ios" | "md";
|
|
3897
|
+
/**
|
|
3898
|
+
* The theme determines the visual appearance of the component.
|
|
3899
|
+
*/
|
|
3900
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3313
3901
|
}
|
|
3314
3902
|
}
|
|
3315
3903
|
export interface IonAccordionGroupCustomEvent<T> extends CustomEvent<T> {
|
|
@@ -4827,13 +5415,17 @@ declare namespace LocalJSX {
|
|
|
4827
5415
|
*/
|
|
4828
5416
|
"disabled"?: boolean;
|
|
4829
5417
|
/**
|
|
4830
|
-
* The mode determines
|
|
5418
|
+
* The mode determines the platform behaviors of the component.
|
|
4831
5419
|
*/
|
|
4832
5420
|
"mode"?: "ios" | "md";
|
|
4833
5421
|
/**
|
|
4834
5422
|
* If `true`, the accordion cannot be interacted with, but does not alter the opacity.
|
|
4835
5423
|
*/
|
|
4836
5424
|
"readonly"?: boolean;
|
|
5425
|
+
/**
|
|
5426
|
+
* The theme determines the visual appearance of the component.
|
|
5427
|
+
*/
|
|
5428
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
4837
5429
|
/**
|
|
4838
5430
|
* The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
|
|
4839
5431
|
*/
|
|
@@ -4861,7 +5453,7 @@ declare namespace LocalJSX {
|
|
|
4861
5453
|
*/
|
|
4862
5454
|
"expand"?: 'compact' | 'inset';
|
|
4863
5455
|
/**
|
|
4864
|
-
* The mode determines
|
|
5456
|
+
* The mode determines the platform behaviors of the component.
|
|
4865
5457
|
*/
|
|
4866
5458
|
"mode"?: "ios" | "md";
|
|
4867
5459
|
/**
|
|
@@ -4876,6 +5468,14 @@ declare namespace LocalJSX {
|
|
|
4876
5468
|
* If `true`, the accordion group cannot be interacted with, but does not alter the opacity.
|
|
4877
5469
|
*/
|
|
4878
5470
|
"readonly"?: boolean;
|
|
5471
|
+
/**
|
|
5472
|
+
* 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"`.
|
|
5473
|
+
*/
|
|
5474
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5475
|
+
/**
|
|
5476
|
+
* The theme determines the visual appearance of the component.
|
|
5477
|
+
*/
|
|
5478
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
4879
5479
|
/**
|
|
4880
5480
|
* The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
|
|
4881
5481
|
*/
|
|
@@ -4923,7 +5523,7 @@ declare namespace LocalJSX {
|
|
|
4923
5523
|
*/
|
|
4924
5524
|
"leaveAnimation"?: AnimationBuilder;
|
|
4925
5525
|
/**
|
|
4926
|
-
* The mode determines
|
|
5526
|
+
* The mode determines the platform behaviors of the component.
|
|
4927
5527
|
*/
|
|
4928
5528
|
"mode"?: "ios" | "md";
|
|
4929
5529
|
/**
|
|
@@ -4963,7 +5563,11 @@ declare namespace LocalJSX {
|
|
|
4963
5563
|
*/
|
|
4964
5564
|
"subHeader"?: string;
|
|
4965
5565
|
/**
|
|
4966
|
-
*
|
|
5566
|
+
* The theme determines the visual appearance of the component.
|
|
5567
|
+
*/
|
|
5568
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5569
|
+
/**
|
|
5570
|
+
* 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).
|
|
4967
5571
|
*/
|
|
4968
5572
|
"translucent"?: boolean;
|
|
4969
5573
|
/**
|
|
@@ -5021,7 +5625,7 @@ declare namespace LocalJSX {
|
|
|
5021
5625
|
*/
|
|
5022
5626
|
"message"?: string | IonicSafeString;
|
|
5023
5627
|
/**
|
|
5024
|
-
* The mode determines
|
|
5628
|
+
* The mode determines the platform behaviors of the component.
|
|
5025
5629
|
*/
|
|
5026
5630
|
"mode"?: "ios" | "md";
|
|
5027
5631
|
/**
|
|
@@ -5061,7 +5665,11 @@ declare namespace LocalJSX {
|
|
|
5061
5665
|
*/
|
|
5062
5666
|
"subHeader"?: string;
|
|
5063
5667
|
/**
|
|
5064
|
-
*
|
|
5668
|
+
* The theme determines the visual appearance of the component.
|
|
5669
|
+
*/
|
|
5670
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5671
|
+
/**
|
|
5672
|
+
* 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).
|
|
5065
5673
|
*/
|
|
5066
5674
|
"translucent"?: boolean;
|
|
5067
5675
|
/**
|
|
@@ -5070,8 +5678,32 @@ declare namespace LocalJSX {
|
|
|
5070
5678
|
"trigger"?: string | undefined;
|
|
5071
5679
|
}
|
|
5072
5680
|
interface IonApp {
|
|
5681
|
+
/**
|
|
5682
|
+
* The mode determines the platform behaviors of the component.
|
|
5683
|
+
*/
|
|
5684
|
+
"mode"?: "ios" | "md";
|
|
5685
|
+
/**
|
|
5686
|
+
* The theme determines the visual appearance of the component.
|
|
5687
|
+
*/
|
|
5688
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5073
5689
|
}
|
|
5074
5690
|
interface IonAvatar {
|
|
5691
|
+
/**
|
|
5692
|
+
* The mode determines the platform behaviors of the component.
|
|
5693
|
+
*/
|
|
5694
|
+
"mode"?: "ios" | "md";
|
|
5695
|
+
/**
|
|
5696
|
+
* 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.
|
|
5697
|
+
*/
|
|
5698
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5699
|
+
/**
|
|
5700
|
+
* 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.
|
|
5701
|
+
*/
|
|
5702
|
+
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
5703
|
+
/**
|
|
5704
|
+
* The theme determines the visual appearance of the component.
|
|
5705
|
+
*/
|
|
5706
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5075
5707
|
}
|
|
5076
5708
|
interface IonBackButton {
|
|
5077
5709
|
/**
|
|
@@ -5091,7 +5723,7 @@ declare namespace LocalJSX {
|
|
|
5091
5723
|
*/
|
|
5092
5724
|
"icon"?: string | null;
|
|
5093
5725
|
/**
|
|
5094
|
-
* The mode determines
|
|
5726
|
+
* The mode determines the platform behaviors of the component.
|
|
5095
5727
|
*/
|
|
5096
5728
|
"mode"?: "ios" | "md";
|
|
5097
5729
|
/**
|
|
@@ -5102,12 +5734,20 @@ declare namespace LocalJSX {
|
|
|
5102
5734
|
* The text to display in the back button.
|
|
5103
5735
|
*/
|
|
5104
5736
|
"text"?: string | null;
|
|
5737
|
+
/**
|
|
5738
|
+
* The theme determines the visual appearance of the component.
|
|
5739
|
+
*/
|
|
5740
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5105
5741
|
/**
|
|
5106
5742
|
* The type of the button.
|
|
5107
5743
|
*/
|
|
5108
5744
|
"type"?: 'submit' | 'reset' | 'button';
|
|
5109
5745
|
}
|
|
5110
5746
|
interface IonBackdrop {
|
|
5747
|
+
/**
|
|
5748
|
+
* The mode determines the platform behaviors of the component.
|
|
5749
|
+
*/
|
|
5750
|
+
"mode"?: "ios" | "md";
|
|
5111
5751
|
/**
|
|
5112
5752
|
* Emitted when the backdrop is tapped.
|
|
5113
5753
|
*/
|
|
@@ -5120,6 +5760,10 @@ declare namespace LocalJSX {
|
|
|
5120
5760
|
* If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.
|
|
5121
5761
|
*/
|
|
5122
5762
|
"tappable"?: boolean;
|
|
5763
|
+
/**
|
|
5764
|
+
* The theme determines the visual appearance of the component.
|
|
5765
|
+
*/
|
|
5766
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5123
5767
|
/**
|
|
5124
5768
|
* If `true`, the backdrop will be visible.
|
|
5125
5769
|
*/
|
|
@@ -5131,9 +5775,21 @@ declare namespace LocalJSX {
|
|
|
5131
5775
|
*/
|
|
5132
5776
|
"color"?: Color;
|
|
5133
5777
|
/**
|
|
5134
|
-
* The mode determines
|
|
5778
|
+
* The mode determines the platform behaviors of the component.
|
|
5135
5779
|
*/
|
|
5136
5780
|
"mode"?: "ios" | "md";
|
|
5781
|
+
/**
|
|
5782
|
+
* 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.
|
|
5783
|
+
*/
|
|
5784
|
+
"shape"?: 'soft' | 'round | rectangular';
|
|
5785
|
+
/**
|
|
5786
|
+
* 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.
|
|
5787
|
+
*/
|
|
5788
|
+
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
5789
|
+
/**
|
|
5790
|
+
* The theme determines the visual appearance of the component.
|
|
5791
|
+
*/
|
|
5792
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5137
5793
|
}
|
|
5138
5794
|
interface IonBreadcrumb {
|
|
5139
5795
|
/**
|
|
@@ -5157,7 +5813,7 @@ declare namespace LocalJSX {
|
|
|
5157
5813
|
*/
|
|
5158
5814
|
"href"?: string | undefined;
|
|
5159
5815
|
/**
|
|
5160
|
-
* The mode determines
|
|
5816
|
+
* The mode determines the platform behaviors of the component.
|
|
5161
5817
|
*/
|
|
5162
5818
|
"mode"?: "ios" | "md";
|
|
5163
5819
|
/**
|
|
@@ -5188,6 +5844,10 @@ declare namespace LocalJSX {
|
|
|
5188
5844
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
5189
5845
|
*/
|
|
5190
5846
|
"target"?: string | undefined;
|
|
5847
|
+
/**
|
|
5848
|
+
* The theme determines the visual appearance of the component.
|
|
5849
|
+
*/
|
|
5850
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5191
5851
|
}
|
|
5192
5852
|
interface IonBreadcrumbs {
|
|
5193
5853
|
/**
|
|
@@ -5207,13 +5867,17 @@ declare namespace LocalJSX {
|
|
|
5207
5867
|
*/
|
|
5208
5868
|
"maxItems"?: number;
|
|
5209
5869
|
/**
|
|
5210
|
-
* The mode determines
|
|
5870
|
+
* The mode determines the platform behaviors of the component.
|
|
5211
5871
|
*/
|
|
5212
5872
|
"mode"?: "ios" | "md";
|
|
5213
5873
|
/**
|
|
5214
5874
|
* Emitted when the collapsed indicator is clicked on.
|
|
5215
5875
|
*/
|
|
5216
5876
|
"onIonCollapsedClick"?: (event: IonBreadcrumbsCustomEvent<BreadcrumbCollapsedClickEventDetail>) => void;
|
|
5877
|
+
/**
|
|
5878
|
+
* The theme determines the visual appearance of the component.
|
|
5879
|
+
*/
|
|
5880
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5217
5881
|
}
|
|
5218
5882
|
interface IonButton {
|
|
5219
5883
|
/**
|
|
@@ -5249,7 +5913,7 @@ declare namespace LocalJSX {
|
|
|
5249
5913
|
*/
|
|
5250
5914
|
"href"?: string | undefined;
|
|
5251
5915
|
/**
|
|
5252
|
-
* The mode determines
|
|
5916
|
+
* The mode determines the platform behaviors of the component.
|
|
5253
5917
|
*/
|
|
5254
5918
|
"mode"?: "ios" | "md";
|
|
5255
5919
|
/**
|
|
@@ -5273,13 +5937,13 @@ declare namespace LocalJSX {
|
|
|
5273
5937
|
*/
|
|
5274
5938
|
"routerDirection"?: RouterDirection;
|
|
5275
5939
|
/**
|
|
5276
|
-
* Set to `"round"` for a button with
|
|
5940
|
+
* 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.
|
|
5277
5941
|
*/
|
|
5278
|
-
"shape"?: 'round';
|
|
5942
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5279
5943
|
/**
|
|
5280
5944
|
* 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.
|
|
5281
5945
|
*/
|
|
5282
|
-
"size"?: 'small' | 'default' | 'large';
|
|
5946
|
+
"size"?: 'xsmall' | 'small' | 'default' | 'large' | 'xlarge';
|
|
5283
5947
|
/**
|
|
5284
5948
|
* If `true`, activates a button with a heavier font weight.
|
|
5285
5949
|
*/
|
|
@@ -5288,6 +5952,10 @@ declare namespace LocalJSX {
|
|
|
5288
5952
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
5289
5953
|
*/
|
|
5290
5954
|
"target"?: string | undefined;
|
|
5955
|
+
/**
|
|
5956
|
+
* The theme determines the visual appearance of the component.
|
|
5957
|
+
*/
|
|
5958
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5291
5959
|
/**
|
|
5292
5960
|
* The type of the button.
|
|
5293
5961
|
*/
|
|
@@ -5295,9 +5963,17 @@ declare namespace LocalJSX {
|
|
|
5295
5963
|
}
|
|
5296
5964
|
interface IonButtons {
|
|
5297
5965
|
/**
|
|
5298
|
-
* 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`
|
|
5966
|
+
* 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)
|
|
5299
5967
|
*/
|
|
5300
5968
|
"collapse"?: boolean;
|
|
5969
|
+
/**
|
|
5970
|
+
* The mode determines the platform behaviors of the component.
|
|
5971
|
+
*/
|
|
5972
|
+
"mode"?: "ios" | "md";
|
|
5973
|
+
/**
|
|
5974
|
+
* The theme determines the visual appearance of the component.
|
|
5975
|
+
*/
|
|
5976
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5301
5977
|
}
|
|
5302
5978
|
interface IonCard {
|
|
5303
5979
|
/**
|
|
@@ -5321,7 +5997,7 @@ declare namespace LocalJSX {
|
|
|
5321
5997
|
*/
|
|
5322
5998
|
"href"?: string | undefined;
|
|
5323
5999
|
/**
|
|
5324
|
-
* The mode determines
|
|
6000
|
+
* The mode determines the platform behaviors of the component.
|
|
5325
6001
|
*/
|
|
5326
6002
|
"mode"?: "ios" | "md";
|
|
5327
6003
|
/**
|
|
@@ -5336,10 +6012,18 @@ declare namespace LocalJSX {
|
|
|
5336
6012
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
5337
6013
|
*/
|
|
5338
6014
|
"routerDirection"?: RouterDirection;
|
|
6015
|
+
/**
|
|
6016
|
+
* 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"`.
|
|
6017
|
+
*/
|
|
6018
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5339
6019
|
/**
|
|
5340
6020
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
5341
6021
|
*/
|
|
5342
6022
|
"target"?: string | undefined;
|
|
6023
|
+
/**
|
|
6024
|
+
* The theme determines the visual appearance of the component.
|
|
6025
|
+
*/
|
|
6026
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5343
6027
|
/**
|
|
5344
6028
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
5345
6029
|
*/
|
|
@@ -5347,9 +6031,13 @@ declare namespace LocalJSX {
|
|
|
5347
6031
|
}
|
|
5348
6032
|
interface IonCardContent {
|
|
5349
6033
|
/**
|
|
5350
|
-
* The mode determines
|
|
6034
|
+
* The mode determines the platform behaviors of the component.
|
|
5351
6035
|
*/
|
|
5352
6036
|
"mode"?: "ios" | "md";
|
|
6037
|
+
/**
|
|
6038
|
+
* The theme determines the visual appearance of the component.
|
|
6039
|
+
*/
|
|
6040
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5353
6041
|
}
|
|
5354
6042
|
interface IonCardHeader {
|
|
5355
6043
|
/**
|
|
@@ -5357,11 +6045,15 @@ declare namespace LocalJSX {
|
|
|
5357
6045
|
*/
|
|
5358
6046
|
"color"?: Color;
|
|
5359
6047
|
/**
|
|
5360
|
-
* The mode determines
|
|
6048
|
+
* The mode determines the platform behaviors of the component.
|
|
5361
6049
|
*/
|
|
5362
6050
|
"mode"?: "ios" | "md";
|
|
5363
6051
|
/**
|
|
5364
|
-
*
|
|
6052
|
+
* The theme determines the visual appearance of the component.
|
|
6053
|
+
*/
|
|
6054
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6055
|
+
/**
|
|
6056
|
+
* 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).
|
|
5365
6057
|
*/
|
|
5366
6058
|
"translucent"?: boolean;
|
|
5367
6059
|
}
|
|
@@ -5371,9 +6063,13 @@ declare namespace LocalJSX {
|
|
|
5371
6063
|
*/
|
|
5372
6064
|
"color"?: Color;
|
|
5373
6065
|
/**
|
|
5374
|
-
* The mode determines
|
|
6066
|
+
* The mode determines the platform behaviors of the component.
|
|
5375
6067
|
*/
|
|
5376
6068
|
"mode"?: "ios" | "md";
|
|
6069
|
+
/**
|
|
6070
|
+
* The theme determines the visual appearance of the component.
|
|
6071
|
+
*/
|
|
6072
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5377
6073
|
}
|
|
5378
6074
|
interface IonCardTitle {
|
|
5379
6075
|
/**
|
|
@@ -5381,9 +6077,13 @@ declare namespace LocalJSX {
|
|
|
5381
6077
|
*/
|
|
5382
6078
|
"color"?: Color;
|
|
5383
6079
|
/**
|
|
5384
|
-
* The mode determines
|
|
6080
|
+
* The mode determines the platform behaviors of the component.
|
|
5385
6081
|
*/
|
|
5386
6082
|
"mode"?: "ios" | "md";
|
|
6083
|
+
/**
|
|
6084
|
+
* The theme determines the visual appearance of the component.
|
|
6085
|
+
*/
|
|
6086
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5387
6087
|
}
|
|
5388
6088
|
interface IonCheckbox {
|
|
5389
6089
|
/**
|
|
@@ -5415,7 +6115,7 @@ declare namespace LocalJSX {
|
|
|
5415
6115
|
*/
|
|
5416
6116
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
5417
6117
|
/**
|
|
5418
|
-
* The mode determines
|
|
6118
|
+
* The mode determines the platform behaviors of the component.
|
|
5419
6119
|
*/
|
|
5420
6120
|
"mode"?: "ios" | "md";
|
|
5421
6121
|
/**
|
|
@@ -5427,7 +6127,7 @@ declare namespace LocalJSX {
|
|
|
5427
6127
|
*/
|
|
5428
6128
|
"onIonBlur"?: (event: IonCheckboxCustomEvent<void>) => void;
|
|
5429
6129
|
/**
|
|
5430
|
-
* Emitted when the checked property has changed as a result of a user action such as a click.
|
|
6130
|
+
* 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.
|
|
5431
6131
|
*/
|
|
5432
6132
|
"onIonChange"?: (event: IonCheckboxCustomEvent<CheckboxChangeEventDetail>) => void;
|
|
5433
6133
|
/**
|
|
@@ -5435,9 +6135,17 @@ declare namespace LocalJSX {
|
|
|
5435
6135
|
*/
|
|
5436
6136
|
"onIonFocus"?: (event: IonCheckboxCustomEvent<void>) => void;
|
|
5437
6137
|
/**
|
|
5438
|
-
*
|
|
6138
|
+
* Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
|
|
5439
6139
|
*/
|
|
5440
|
-
"
|
|
6140
|
+
"shape"?: 'soft' | 'rectangular';
|
|
6141
|
+
/**
|
|
6142
|
+
* Set to `"small"` for a checkbox with less height and padding.
|
|
6143
|
+
*/
|
|
6144
|
+
"size"?: 'small';
|
|
6145
|
+
/**
|
|
6146
|
+
* The theme determines the visual appearance of the component.
|
|
6147
|
+
*/
|
|
6148
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5441
6149
|
/**
|
|
5442
6150
|
* 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>`.
|
|
5443
6151
|
*/
|
|
@@ -5453,15 +6161,31 @@ declare namespace LocalJSX {
|
|
|
5453
6161
|
*/
|
|
5454
6162
|
"disabled"?: boolean;
|
|
5455
6163
|
/**
|
|
5456
|
-
* The mode determines
|
|
6164
|
+
* The mode determines the platform behaviors of the component.
|
|
5457
6165
|
*/
|
|
5458
6166
|
"mode"?: "ios" | "md";
|
|
5459
6167
|
/**
|
|
5460
6168
|
* Display an outline style button.
|
|
5461
6169
|
*/
|
|
5462
6170
|
"outline"?: boolean;
|
|
6171
|
+
/**
|
|
6172
|
+
* 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.
|
|
6173
|
+
*/
|
|
6174
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6175
|
+
/**
|
|
6176
|
+
* Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
|
|
6177
|
+
*/
|
|
6178
|
+
"size"?: 'small' | 'large';
|
|
6179
|
+
/**
|
|
6180
|
+
* The theme determines the visual appearance of the component.
|
|
6181
|
+
*/
|
|
6182
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5463
6183
|
}
|
|
5464
6184
|
interface IonCol {
|
|
6185
|
+
/**
|
|
6186
|
+
* The mode determines the platform behaviors of the component.
|
|
6187
|
+
*/
|
|
6188
|
+
"mode"?: "ios" | "md";
|
|
5465
6189
|
/**
|
|
5466
6190
|
* The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
|
|
5467
6191
|
*/
|
|
@@ -5558,6 +6282,10 @@ declare namespace LocalJSX {
|
|
|
5558
6282
|
* 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.
|
|
5559
6283
|
*/
|
|
5560
6284
|
"sizeXs"?: string;
|
|
6285
|
+
/**
|
|
6286
|
+
* The theme determines the visual appearance of the component.
|
|
6287
|
+
*/
|
|
6288
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5561
6289
|
}
|
|
5562
6290
|
interface IonContent {
|
|
5563
6291
|
/**
|
|
@@ -5576,6 +6304,10 @@ declare namespace LocalJSX {
|
|
|
5576
6304
|
* If `true`, the content will scroll behind the headers and footers. This effect can easily be seen by setting the toolbar to transparent.
|
|
5577
6305
|
*/
|
|
5578
6306
|
"fullscreen"?: boolean;
|
|
6307
|
+
/**
|
|
6308
|
+
* The mode determines the platform behaviors of the component.
|
|
6309
|
+
*/
|
|
6310
|
+
"mode"?: "ios" | "md";
|
|
5579
6311
|
/**
|
|
5580
6312
|
* Emitted while scrolling. This event is disabled by default. Set `scrollEvents` to `true` to enable.
|
|
5581
6313
|
*/
|
|
@@ -5600,6 +6332,10 @@ declare namespace LocalJSX {
|
|
|
5600
6332
|
* If you want to disable the content scrolling in the Y axis, set this property to `false`.
|
|
5601
6333
|
*/
|
|
5602
6334
|
"scrollY"?: boolean;
|
|
6335
|
+
/**
|
|
6336
|
+
* The theme determines the visual appearance of the component.
|
|
6337
|
+
*/
|
|
6338
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5603
6339
|
}
|
|
5604
6340
|
interface IonDatetime {
|
|
5605
6341
|
/**
|
|
@@ -5667,7 +6403,7 @@ declare namespace LocalJSX {
|
|
|
5667
6403
|
*/
|
|
5668
6404
|
"minuteValues"?: number[] | number | string;
|
|
5669
6405
|
/**
|
|
5670
|
-
* The mode determines
|
|
6406
|
+
* The mode determines the platform behaviors of the component.
|
|
5671
6407
|
*/
|
|
5672
6408
|
"mode"?: "ios" | "md";
|
|
5673
6409
|
/**
|
|
@@ -5730,6 +6466,10 @@ declare namespace LocalJSX {
|
|
|
5730
6466
|
* 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.
|
|
5731
6467
|
*/
|
|
5732
6468
|
"size"?: 'cover' | 'fixed';
|
|
6469
|
+
/**
|
|
6470
|
+
* The theme determines the visual appearance of the component.
|
|
6471
|
+
*/
|
|
6472
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5733
6473
|
/**
|
|
5734
6474
|
* 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.
|
|
5735
6475
|
*/
|
|
@@ -5757,9 +6497,13 @@ declare namespace LocalJSX {
|
|
|
5757
6497
|
*/
|
|
5758
6498
|
"disabled"?: boolean;
|
|
5759
6499
|
/**
|
|
5760
|
-
* The mode determines
|
|
6500
|
+
* The mode determines the platform behaviors of the component.
|
|
5761
6501
|
*/
|
|
5762
6502
|
"mode"?: "ios" | "md";
|
|
6503
|
+
/**
|
|
6504
|
+
* The theme determines the visual appearance of the component.
|
|
6505
|
+
*/
|
|
6506
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5763
6507
|
}
|
|
5764
6508
|
interface IonFab {
|
|
5765
6509
|
/**
|
|
@@ -5774,6 +6518,14 @@ declare namespace LocalJSX {
|
|
|
5774
6518
|
* Where to align the fab horizontally in the viewport.
|
|
5775
6519
|
*/
|
|
5776
6520
|
"horizontal"?: 'start' | 'end' | 'center';
|
|
6521
|
+
/**
|
|
6522
|
+
* The mode determines the platform behaviors of the component.
|
|
6523
|
+
*/
|
|
6524
|
+
"mode"?: "ios" | "md";
|
|
6525
|
+
/**
|
|
6526
|
+
* The theme determines the visual appearance of the component.
|
|
6527
|
+
*/
|
|
6528
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5777
6529
|
/**
|
|
5778
6530
|
* Where to align the fab vertically in the viewport.
|
|
5779
6531
|
*/
|
|
@@ -5805,7 +6557,7 @@ declare namespace LocalJSX {
|
|
|
5805
6557
|
*/
|
|
5806
6558
|
"href"?: string | undefined;
|
|
5807
6559
|
/**
|
|
5808
|
-
* The mode determines
|
|
6560
|
+
* The mode determines the platform behaviors of the component.
|
|
5809
6561
|
*/
|
|
5810
6562
|
"mode"?: "ios" | "md";
|
|
5811
6563
|
/**
|
|
@@ -5841,7 +6593,11 @@ declare namespace LocalJSX {
|
|
|
5841
6593
|
*/
|
|
5842
6594
|
"target"?: string | undefined;
|
|
5843
6595
|
/**
|
|
5844
|
-
*
|
|
6596
|
+
* The theme determines the visual appearance of the component.
|
|
6597
|
+
*/
|
|
6598
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6599
|
+
/**
|
|
6600
|
+
* 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).
|
|
5845
6601
|
*/
|
|
5846
6602
|
"translucent"?: boolean;
|
|
5847
6603
|
/**
|
|
@@ -5854,22 +6610,34 @@ declare namespace LocalJSX {
|
|
|
5854
6610
|
* If `true`, the fab list will show all fab buttons in the list.
|
|
5855
6611
|
*/
|
|
5856
6612
|
"activated"?: boolean;
|
|
6613
|
+
/**
|
|
6614
|
+
* The mode determines the platform behaviors of the component.
|
|
6615
|
+
*/
|
|
6616
|
+
"mode"?: "ios" | "md";
|
|
5857
6617
|
/**
|
|
5858
6618
|
* The side the fab list will show on relative to the main fab button.
|
|
5859
6619
|
*/
|
|
5860
6620
|
"side"?: 'start' | 'end' | 'top' | 'bottom';
|
|
6621
|
+
/**
|
|
6622
|
+
* The theme determines the visual appearance of the component.
|
|
6623
|
+
*/
|
|
6624
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5861
6625
|
}
|
|
5862
6626
|
interface IonFooter {
|
|
5863
6627
|
/**
|
|
5864
|
-
* Describes the scroll effect that will be applied to the footer. Only applies
|
|
6628
|
+
* Describes the scroll effect that will be applied to the footer. Only applies when the theme is `"ios"`.
|
|
5865
6629
|
*/
|
|
5866
6630
|
"collapse"?: 'fade';
|
|
5867
6631
|
/**
|
|
5868
|
-
* The mode determines
|
|
6632
|
+
* The mode determines the platform behaviors of the component.
|
|
5869
6633
|
*/
|
|
5870
6634
|
"mode"?: "ios" | "md";
|
|
5871
6635
|
/**
|
|
5872
|
-
*
|
|
6636
|
+
* The theme determines the visual appearance of the component.
|
|
6637
|
+
*/
|
|
6638
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6639
|
+
/**
|
|
6640
|
+
* 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.
|
|
5873
6641
|
*/
|
|
5874
6642
|
"translucent"?: boolean;
|
|
5875
6643
|
}
|
|
@@ -5878,18 +6646,34 @@ declare namespace LocalJSX {
|
|
|
5878
6646
|
* If `true`, the grid will have a fixed width based on the screen size.
|
|
5879
6647
|
*/
|
|
5880
6648
|
"fixed"?: boolean;
|
|
6649
|
+
/**
|
|
6650
|
+
* The mode determines the platform behaviors of the component.
|
|
6651
|
+
*/
|
|
6652
|
+
"mode"?: "ios" | "md";
|
|
6653
|
+
/**
|
|
6654
|
+
* The theme determines the visual appearance of the component.
|
|
6655
|
+
*/
|
|
6656
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5881
6657
|
}
|
|
5882
6658
|
interface IonHeader {
|
|
5883
6659
|
/**
|
|
5884
|
-
* Describes the scroll effect that will be applied to the header. Only applies
|
|
6660
|
+
* 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)
|
|
5885
6661
|
*/
|
|
5886
6662
|
"collapse"?: 'condense' | 'fade';
|
|
5887
6663
|
/**
|
|
5888
|
-
*
|
|
6664
|
+
* If `true`, the header will have a line at the bottom. TODO(ROU-10855): add support for this prop on ios/md themes
|
|
6665
|
+
*/
|
|
6666
|
+
"divider"?: boolean;
|
|
6667
|
+
/**
|
|
6668
|
+
* The mode determines the platform behaviors of the component.
|
|
5889
6669
|
*/
|
|
5890
6670
|
"mode"?: "ios" | "md";
|
|
5891
6671
|
/**
|
|
5892
|
-
*
|
|
6672
|
+
* The theme determines the visual appearance of the component.
|
|
6673
|
+
*/
|
|
6674
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6675
|
+
/**
|
|
6676
|
+
* 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.
|
|
5893
6677
|
*/
|
|
5894
6678
|
"translucent"?: boolean;
|
|
5895
6679
|
}
|
|
@@ -5898,6 +6682,10 @@ declare namespace LocalJSX {
|
|
|
5898
6682
|
* 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.
|
|
5899
6683
|
*/
|
|
5900
6684
|
"alt"?: string;
|
|
6685
|
+
/**
|
|
6686
|
+
* The mode determines the platform behaviors of the component.
|
|
6687
|
+
*/
|
|
6688
|
+
"mode"?: "ios" | "md";
|
|
5901
6689
|
/**
|
|
5902
6690
|
* Emitted when the img fails to load
|
|
5903
6691
|
*/
|
|
@@ -5914,12 +6702,20 @@ declare namespace LocalJSX {
|
|
|
5914
6702
|
* The image URL. This attribute is mandatory for the `<img>` element.
|
|
5915
6703
|
*/
|
|
5916
6704
|
"src"?: string;
|
|
6705
|
+
/**
|
|
6706
|
+
* The theme determines the visual appearance of the component.
|
|
6707
|
+
*/
|
|
6708
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5917
6709
|
}
|
|
5918
6710
|
interface IonInfiniteScroll {
|
|
5919
6711
|
/**
|
|
5920
6712
|
* 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.
|
|
5921
6713
|
*/
|
|
5922
6714
|
"disabled"?: boolean;
|
|
6715
|
+
/**
|
|
6716
|
+
* The mode determines the platform behaviors of the component.
|
|
6717
|
+
*/
|
|
6718
|
+
"mode"?: "ios" | "md";
|
|
5923
6719
|
/**
|
|
5924
6720
|
* 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.
|
|
5925
6721
|
*/
|
|
@@ -5928,6 +6724,10 @@ declare namespace LocalJSX {
|
|
|
5928
6724
|
* The position of the infinite scroll element. The value can be either `top` or `bottom`.
|
|
5929
6725
|
*/
|
|
5930
6726
|
"position"?: 'top' | 'bottom';
|
|
6727
|
+
/**
|
|
6728
|
+
* The theme determines the visual appearance of the component.
|
|
6729
|
+
*/
|
|
6730
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5931
6731
|
/**
|
|
5932
6732
|
* 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.
|
|
5933
6733
|
*/
|
|
@@ -5942,6 +6742,14 @@ declare namespace LocalJSX {
|
|
|
5942
6742
|
* 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.
|
|
5943
6743
|
*/
|
|
5944
6744
|
"loadingText"?: string | IonicSafeString;
|
|
6745
|
+
/**
|
|
6746
|
+
* The mode determines the platform behaviors of the component.
|
|
6747
|
+
*/
|
|
6748
|
+
"mode"?: "ios" | "md";
|
|
6749
|
+
/**
|
|
6750
|
+
* The theme determines the visual appearance of the component.
|
|
6751
|
+
*/
|
|
6752
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5945
6753
|
}
|
|
5946
6754
|
interface IonInput {
|
|
5947
6755
|
/**
|
|
@@ -6001,7 +6809,7 @@ declare namespace LocalJSX {
|
|
|
6001
6809
|
*/
|
|
6002
6810
|
"errorText"?: string;
|
|
6003
6811
|
/**
|
|
6004
|
-
* 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
|
|
6812
|
+
* 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"`.
|
|
6005
6813
|
*/
|
|
6006
6814
|
"fill"?: 'outline' | 'solid';
|
|
6007
6815
|
/**
|
|
@@ -6017,7 +6825,7 @@ declare namespace LocalJSX {
|
|
|
6017
6825
|
*/
|
|
6018
6826
|
"label"?: string;
|
|
6019
6827
|
/**
|
|
6020
|
-
* 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 ("...").
|
|
6828
|
+
* 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.
|
|
6021
6829
|
*/
|
|
6022
6830
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
6023
6831
|
/**
|
|
@@ -6037,7 +6845,7 @@ declare namespace LocalJSX {
|
|
|
6037
6845
|
*/
|
|
6038
6846
|
"minlength"?: number;
|
|
6039
6847
|
/**
|
|
6040
|
-
* The mode determines
|
|
6848
|
+
* The mode determines the platform behaviors of the component.
|
|
6041
6849
|
*/
|
|
6042
6850
|
"mode"?: "ios" | "md";
|
|
6043
6851
|
/**
|
|
@@ -6081,9 +6889,13 @@ declare namespace LocalJSX {
|
|
|
6081
6889
|
*/
|
|
6082
6890
|
"required"?: boolean;
|
|
6083
6891
|
/**
|
|
6084
|
-
*
|
|
6892
|
+
* 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"`.
|
|
6085
6893
|
*/
|
|
6086
|
-
"shape"?: 'round';
|
|
6894
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6895
|
+
/**
|
|
6896
|
+
* 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.
|
|
6897
|
+
*/
|
|
6898
|
+
"size"?: 'medium' | 'large' | 'xlarge';
|
|
6087
6899
|
/**
|
|
6088
6900
|
* If `true`, the element will have its spelling and grammar checked.
|
|
6089
6901
|
*/
|
|
@@ -6092,6 +6904,10 @@ declare namespace LocalJSX {
|
|
|
6092
6904
|
* 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.
|
|
6093
6905
|
*/
|
|
6094
6906
|
"step"?: string;
|
|
6907
|
+
/**
|
|
6908
|
+
* The theme determines the visual appearance of the component.
|
|
6909
|
+
*/
|
|
6910
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6095
6911
|
/**
|
|
6096
6912
|
* The type of control to display. The default type is text.
|
|
6097
6913
|
*/
|
|
@@ -6129,7 +6945,7 @@ declare namespace LocalJSX {
|
|
|
6129
6945
|
*/
|
|
6130
6946
|
"color"?: Color;
|
|
6131
6947
|
/**
|
|
6132
|
-
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
6948
|
+
* 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.
|
|
6133
6949
|
*/
|
|
6134
6950
|
"detail"?: boolean;
|
|
6135
6951
|
/**
|
|
@@ -6153,7 +6969,7 @@ declare namespace LocalJSX {
|
|
|
6153
6969
|
*/
|
|
6154
6970
|
"lines"?: 'full' | 'inset' | 'none';
|
|
6155
6971
|
/**
|
|
6156
|
-
* The mode determines
|
|
6972
|
+
* The mode determines the platform behaviors of the component.
|
|
6157
6973
|
*/
|
|
6158
6974
|
"mode"?: "ios" | "md";
|
|
6159
6975
|
/**
|
|
@@ -6172,6 +6988,10 @@ declare namespace LocalJSX {
|
|
|
6172
6988
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6173
6989
|
*/
|
|
6174
6990
|
"target"?: string | undefined;
|
|
6991
|
+
/**
|
|
6992
|
+
* The theme determines the visual appearance of the component.
|
|
6993
|
+
*/
|
|
6994
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6175
6995
|
/**
|
|
6176
6996
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
6177
6997
|
*/
|
|
@@ -6183,15 +7003,27 @@ declare namespace LocalJSX {
|
|
|
6183
7003
|
*/
|
|
6184
7004
|
"color"?: Color;
|
|
6185
7005
|
/**
|
|
6186
|
-
* The mode determines
|
|
7006
|
+
* The mode determines the platform behaviors of the component.
|
|
6187
7007
|
*/
|
|
6188
7008
|
"mode"?: "ios" | "md";
|
|
6189
7009
|
/**
|
|
6190
7010
|
* 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
|
|
6191
7011
|
*/
|
|
6192
7012
|
"sticky"?: boolean;
|
|
7013
|
+
/**
|
|
7014
|
+
* The theme determines the visual appearance of the component.
|
|
7015
|
+
*/
|
|
7016
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6193
7017
|
}
|
|
6194
7018
|
interface IonItemGroup {
|
|
7019
|
+
/**
|
|
7020
|
+
* The mode determines the platform behaviors of the component.
|
|
7021
|
+
*/
|
|
7022
|
+
"mode"?: "ios" | "md";
|
|
7023
|
+
/**
|
|
7024
|
+
* The theme determines the visual appearance of the component.
|
|
7025
|
+
*/
|
|
7026
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6195
7027
|
}
|
|
6196
7028
|
interface IonItemOption {
|
|
6197
7029
|
/**
|
|
@@ -6215,23 +7047,35 @@ declare namespace LocalJSX {
|
|
|
6215
7047
|
*/
|
|
6216
7048
|
"href"?: string | undefined;
|
|
6217
7049
|
/**
|
|
6218
|
-
* The mode determines
|
|
7050
|
+
* The mode determines the platform behaviors of the component.
|
|
6219
7051
|
*/
|
|
6220
7052
|
"mode"?: "ios" | "md";
|
|
6221
7053
|
/**
|
|
6222
7054
|
* 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).
|
|
6223
7055
|
*/
|
|
6224
7056
|
"rel"?: string | undefined;
|
|
7057
|
+
/**
|
|
7058
|
+
* 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.
|
|
7059
|
+
*/
|
|
7060
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6225
7061
|
/**
|
|
6226
7062
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6227
7063
|
*/
|
|
6228
7064
|
"target"?: string | undefined;
|
|
7065
|
+
/**
|
|
7066
|
+
* The theme determines the visual appearance of the component.
|
|
7067
|
+
*/
|
|
7068
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6229
7069
|
/**
|
|
6230
7070
|
* The type of the button.
|
|
6231
7071
|
*/
|
|
6232
7072
|
"type"?: 'submit' | 'reset' | 'button';
|
|
6233
7073
|
}
|
|
6234
7074
|
interface IonItemOptions {
|
|
7075
|
+
/**
|
|
7076
|
+
* The mode determines the platform behaviors of the component.
|
|
7077
|
+
*/
|
|
7078
|
+
"mode"?: "ios" | "md";
|
|
6235
7079
|
/**
|
|
6236
7080
|
* Emitted when the item has been fully swiped.
|
|
6237
7081
|
*/
|
|
@@ -6240,16 +7084,28 @@ declare namespace LocalJSX {
|
|
|
6240
7084
|
* 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.
|
|
6241
7085
|
*/
|
|
6242
7086
|
"side"?: Side;
|
|
7087
|
+
/**
|
|
7088
|
+
* The theme determines the visual appearance of the component.
|
|
7089
|
+
*/
|
|
7090
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6243
7091
|
}
|
|
6244
7092
|
interface IonItemSliding {
|
|
6245
7093
|
/**
|
|
6246
7094
|
* If `true`, the user cannot interact with the sliding item.
|
|
6247
7095
|
*/
|
|
6248
7096
|
"disabled"?: boolean;
|
|
7097
|
+
/**
|
|
7098
|
+
* The mode determines the platform behaviors of the component.
|
|
7099
|
+
*/
|
|
7100
|
+
"mode"?: "ios" | "md";
|
|
6249
7101
|
/**
|
|
6250
7102
|
* Emitted when the sliding position changes.
|
|
6251
7103
|
*/
|
|
6252
7104
|
"onIonDrag"?: (event: IonItemSlidingCustomEvent<any>) => void;
|
|
7105
|
+
/**
|
|
7106
|
+
* The theme determines the visual appearance of the component.
|
|
7107
|
+
*/
|
|
7108
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6253
7109
|
}
|
|
6254
7110
|
interface IonLabel {
|
|
6255
7111
|
/**
|
|
@@ -6257,13 +7113,17 @@ declare namespace LocalJSX {
|
|
|
6257
7113
|
*/
|
|
6258
7114
|
"color"?: Color;
|
|
6259
7115
|
/**
|
|
6260
|
-
* The mode determines
|
|
7116
|
+
* The mode determines the platform behaviors of the component.
|
|
6261
7117
|
*/
|
|
6262
7118
|
"mode"?: "ios" | "md";
|
|
6263
7119
|
/**
|
|
6264
7120
|
* The position determines where and how the label behaves inside an item.
|
|
6265
7121
|
*/
|
|
6266
7122
|
"position"?: 'fixed' | 'stacked' | 'floating';
|
|
7123
|
+
/**
|
|
7124
|
+
* The theme determines the visual appearance of the component.
|
|
7125
|
+
*/
|
|
7126
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6267
7127
|
}
|
|
6268
7128
|
interface IonList {
|
|
6269
7129
|
/**
|
|
@@ -6275,9 +7135,17 @@ declare namespace LocalJSX {
|
|
|
6275
7135
|
*/
|
|
6276
7136
|
"lines"?: 'full' | 'inset' | 'none';
|
|
6277
7137
|
/**
|
|
6278
|
-
* The mode determines
|
|
7138
|
+
* The mode determines the platform behaviors of the component.
|
|
6279
7139
|
*/
|
|
6280
7140
|
"mode"?: "ios" | "md";
|
|
7141
|
+
/**
|
|
7142
|
+
* 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.
|
|
7143
|
+
*/
|
|
7144
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7145
|
+
/**
|
|
7146
|
+
* The theme determines the visual appearance of the component.
|
|
7147
|
+
*/
|
|
7148
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6281
7149
|
}
|
|
6282
7150
|
interface IonListHeader {
|
|
6283
7151
|
/**
|
|
@@ -6289,9 +7157,13 @@ declare namespace LocalJSX {
|
|
|
6289
7157
|
*/
|
|
6290
7158
|
"lines"?: 'full' | 'inset' | 'none';
|
|
6291
7159
|
/**
|
|
6292
|
-
* The mode determines
|
|
7160
|
+
* The mode determines the platform behaviors of the component.
|
|
6293
7161
|
*/
|
|
6294
7162
|
"mode"?: "ios" | "md";
|
|
7163
|
+
/**
|
|
7164
|
+
* The theme determines the visual appearance of the component.
|
|
7165
|
+
*/
|
|
7166
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6295
7167
|
}
|
|
6296
7168
|
interface IonLoading {
|
|
6297
7169
|
/**
|
|
@@ -6335,7 +7207,7 @@ declare namespace LocalJSX {
|
|
|
6335
7207
|
*/
|
|
6336
7208
|
"message"?: string | IonicSafeString;
|
|
6337
7209
|
/**
|
|
6338
|
-
* The mode determines
|
|
7210
|
+
* The mode determines the platform behaviors of the component.
|
|
6339
7211
|
*/
|
|
6340
7212
|
"mode"?: "ios" | "md";
|
|
6341
7213
|
/**
|
|
@@ -6379,7 +7251,11 @@ declare namespace LocalJSX {
|
|
|
6379
7251
|
*/
|
|
6380
7252
|
"spinner"?: SpinnerTypes | null;
|
|
6381
7253
|
/**
|
|
6382
|
-
*
|
|
7254
|
+
* The theme determines the visual appearance of the component.
|
|
7255
|
+
*/
|
|
7256
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7257
|
+
/**
|
|
7258
|
+
* 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).
|
|
6383
7259
|
*/
|
|
6384
7260
|
"translucent"?: boolean;
|
|
6385
7261
|
/**
|
|
@@ -6404,6 +7280,10 @@ declare namespace LocalJSX {
|
|
|
6404
7280
|
* An id for the menu.
|
|
6405
7281
|
*/
|
|
6406
7282
|
"menuId"?: string;
|
|
7283
|
+
/**
|
|
7284
|
+
* The mode determines the platform behaviors of the component.
|
|
7285
|
+
*/
|
|
7286
|
+
"mode"?: "ios" | "md";
|
|
6407
7287
|
/**
|
|
6408
7288
|
* Emitted when the menu is closed.
|
|
6409
7289
|
*/
|
|
@@ -6428,6 +7308,10 @@ declare namespace LocalJSX {
|
|
|
6428
7308
|
* If `true`, swiping the menu is enabled.
|
|
6429
7309
|
*/
|
|
6430
7310
|
"swipeGesture"?: boolean;
|
|
7311
|
+
/**
|
|
7312
|
+
* The theme determines the visual appearance of the component.
|
|
7313
|
+
*/
|
|
7314
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6431
7315
|
/**
|
|
6432
7316
|
* The display type of the menu. Available options: `"overlay"`, `"reveal"`, `"push"`.
|
|
6433
7317
|
*/
|
|
@@ -6451,9 +7335,13 @@ declare namespace LocalJSX {
|
|
|
6451
7335
|
*/
|
|
6452
7336
|
"menu"?: string;
|
|
6453
7337
|
/**
|
|
6454
|
-
* The mode determines
|
|
7338
|
+
* The mode determines the platform behaviors of the component.
|
|
6455
7339
|
*/
|
|
6456
7340
|
"mode"?: "ios" | "md";
|
|
7341
|
+
/**
|
|
7342
|
+
* The theme determines the visual appearance of the component.
|
|
7343
|
+
*/
|
|
7344
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6457
7345
|
/**
|
|
6458
7346
|
* The type of the button.
|
|
6459
7347
|
*/
|
|
@@ -6468,6 +7356,14 @@ declare namespace LocalJSX {
|
|
|
6468
7356
|
* 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.
|
|
6469
7357
|
*/
|
|
6470
7358
|
"menu"?: string;
|
|
7359
|
+
/**
|
|
7360
|
+
* The mode determines the platform behaviors of the component.
|
|
7361
|
+
*/
|
|
7362
|
+
"mode"?: "ios" | "md";
|
|
7363
|
+
/**
|
|
7364
|
+
* The theme determines the visual appearance of the component.
|
|
7365
|
+
*/
|
|
7366
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6471
7367
|
}
|
|
6472
7368
|
interface IonModal {
|
|
6473
7369
|
/**
|
|
@@ -6531,7 +7427,7 @@ declare namespace LocalJSX {
|
|
|
6531
7427
|
*/
|
|
6532
7428
|
"leaveAnimation"?: AnimationBuilder;
|
|
6533
7429
|
/**
|
|
6534
|
-
* The mode determines
|
|
7430
|
+
* The mode determines the platform behaviors of the component.
|
|
6535
7431
|
*/
|
|
6536
7432
|
"mode"?: "ios" | "md";
|
|
6537
7433
|
/**
|
|
@@ -6574,10 +7470,18 @@ declare namespace LocalJSX {
|
|
|
6574
7470
|
* 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.
|
|
6575
7471
|
*/
|
|
6576
7472
|
"presentingElement"?: HTMLElement;
|
|
7473
|
+
/**
|
|
7474
|
+
* 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.
|
|
7475
|
+
*/
|
|
7476
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6577
7477
|
/**
|
|
6578
7478
|
* 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.
|
|
6579
7479
|
*/
|
|
6580
7480
|
"showBackdrop"?: boolean;
|
|
7481
|
+
/**
|
|
7482
|
+
* The theme determines the visual appearance of the component.
|
|
7483
|
+
*/
|
|
7484
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6581
7485
|
/**
|
|
6582
7486
|
* An ID corresponding to the trigger element that causes the modal to open when clicked.
|
|
6583
7487
|
*/
|
|
@@ -6589,9 +7493,13 @@ declare namespace LocalJSX {
|
|
|
6589
7493
|
*/
|
|
6590
7494
|
"animated"?: boolean;
|
|
6591
7495
|
/**
|
|
6592
|
-
* By default `ion-nav` animates transition between pages based
|
|
7496
|
+
* 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.
|
|
6593
7497
|
*/
|
|
6594
7498
|
"animation"?: AnimationBuilder;
|
|
7499
|
+
/**
|
|
7500
|
+
* The mode determines the platform behaviors of the component.
|
|
7501
|
+
*/
|
|
7502
|
+
"mode"?: "ios" | "md";
|
|
6595
7503
|
/**
|
|
6596
7504
|
* Event fired when the nav has changed components
|
|
6597
7505
|
*/
|
|
@@ -6612,6 +7520,10 @@ declare namespace LocalJSX {
|
|
|
6612
7520
|
* If the nav component should allow for swipe-to-go-back.
|
|
6613
7521
|
*/
|
|
6614
7522
|
"swipeGesture"?: boolean;
|
|
7523
|
+
/**
|
|
7524
|
+
* The theme determines the visual appearance of the component.
|
|
7525
|
+
*/
|
|
7526
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6615
7527
|
}
|
|
6616
7528
|
interface IonNavLink {
|
|
6617
7529
|
/**
|
|
@@ -6622,6 +7534,10 @@ declare namespace LocalJSX {
|
|
|
6622
7534
|
* Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
|
|
6623
7535
|
*/
|
|
6624
7536
|
"componentProps"?: ComponentProps;
|
|
7537
|
+
/**
|
|
7538
|
+
* The mode determines the platform behaviors of the component.
|
|
7539
|
+
*/
|
|
7540
|
+
"mode"?: "ios" | "md";
|
|
6625
7541
|
/**
|
|
6626
7542
|
* The transition animation when navigating to another page.
|
|
6627
7543
|
*/
|
|
@@ -6630,6 +7546,10 @@ declare namespace LocalJSX {
|
|
|
6630
7546
|
* The transition direction when navigating to another page.
|
|
6631
7547
|
*/
|
|
6632
7548
|
"routerDirection"?: RouterDirection;
|
|
7549
|
+
/**
|
|
7550
|
+
* The theme determines the visual appearance of the component.
|
|
7551
|
+
*/
|
|
7552
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6633
7553
|
}
|
|
6634
7554
|
interface IonNote {
|
|
6635
7555
|
/**
|
|
@@ -6637,15 +7557,23 @@ declare namespace LocalJSX {
|
|
|
6637
7557
|
*/
|
|
6638
7558
|
"color"?: Color;
|
|
6639
7559
|
/**
|
|
6640
|
-
* The mode determines
|
|
7560
|
+
* The mode determines the platform behaviors of the component.
|
|
6641
7561
|
*/
|
|
6642
7562
|
"mode"?: "ios" | "md";
|
|
7563
|
+
/**
|
|
7564
|
+
* The theme determines the visual appearance of the component.
|
|
7565
|
+
*/
|
|
7566
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6643
7567
|
}
|
|
6644
7568
|
interface IonPicker {
|
|
6645
7569
|
/**
|
|
6646
|
-
* The mode determines
|
|
7570
|
+
* The mode determines the platform behaviors of the component.
|
|
6647
7571
|
*/
|
|
6648
7572
|
"mode"?: "ios" | "md";
|
|
7573
|
+
/**
|
|
7574
|
+
* The theme determines the visual appearance of the component.
|
|
7575
|
+
*/
|
|
7576
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6649
7577
|
}
|
|
6650
7578
|
interface IonPickerColumn {
|
|
6651
7579
|
/**
|
|
@@ -6657,13 +7585,17 @@ declare namespace LocalJSX {
|
|
|
6657
7585
|
*/
|
|
6658
7586
|
"disabled"?: boolean;
|
|
6659
7587
|
/**
|
|
6660
|
-
* The mode determines
|
|
7588
|
+
* The mode determines the platform behaviors of the component.
|
|
6661
7589
|
*/
|
|
6662
7590
|
"mode"?: "ios" | "md";
|
|
6663
7591
|
/**
|
|
6664
7592
|
* Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
|
|
6665
7593
|
*/
|
|
6666
7594
|
"onIonChange"?: (event: IonPickerColumnCustomEvent<PickerColumnChangeEventDetail>) => void;
|
|
7595
|
+
/**
|
|
7596
|
+
* The theme determines the visual appearance of the component.
|
|
7597
|
+
*/
|
|
7598
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6667
7599
|
/**
|
|
6668
7600
|
* The selected option in the picker.
|
|
6669
7601
|
*/
|
|
@@ -6678,6 +7610,14 @@ declare namespace LocalJSX {
|
|
|
6678
7610
|
* If `true`, the user cannot interact with the picker column option.
|
|
6679
7611
|
*/
|
|
6680
7612
|
"disabled"?: boolean;
|
|
7613
|
+
/**
|
|
7614
|
+
* The mode determines the platform behaviors of the component.
|
|
7615
|
+
*/
|
|
7616
|
+
"mode"?: "ios" | "md";
|
|
7617
|
+
/**
|
|
7618
|
+
* The theme determines the visual appearance of the component.
|
|
7619
|
+
*/
|
|
7620
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6681
7621
|
/**
|
|
6682
7622
|
* The text value of the option.
|
|
6683
7623
|
*/
|
|
@@ -6729,7 +7669,7 @@ declare namespace LocalJSX {
|
|
|
6729
7669
|
*/
|
|
6730
7670
|
"leaveAnimation"?: AnimationBuilder;
|
|
6731
7671
|
/**
|
|
6732
|
-
* The mode determines
|
|
7672
|
+
* The mode determines the platform behaviors of the component.
|
|
6733
7673
|
*/
|
|
6734
7674
|
"mode"?: "ios" | "md";
|
|
6735
7675
|
/**
|
|
@@ -6768,6 +7708,10 @@ declare namespace LocalJSX {
|
|
|
6768
7708
|
* If `true`, a backdrop will be displayed behind the picker.
|
|
6769
7709
|
*/
|
|
6770
7710
|
"showBackdrop"?: boolean;
|
|
7711
|
+
/**
|
|
7712
|
+
* The theme determines the visual appearance of the component.
|
|
7713
|
+
*/
|
|
7714
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6771
7715
|
/**
|
|
6772
7716
|
* An ID corresponding to the trigger element that causes the picker to open when clicked.
|
|
6773
7717
|
*/
|
|
@@ -6781,7 +7725,7 @@ declare namespace LocalJSX {
|
|
|
6781
7725
|
}
|
|
6782
7726
|
interface IonPopover {
|
|
6783
7727
|
/**
|
|
6784
|
-
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios`
|
|
7728
|
+
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `"ios"` theme, and `"start"` for `"md"` theme.
|
|
6785
7729
|
*/
|
|
6786
7730
|
"alignment"?: PositionAlign;
|
|
6787
7731
|
/**
|
|
@@ -6789,7 +7733,7 @@ declare namespace LocalJSX {
|
|
|
6789
7733
|
*/
|
|
6790
7734
|
"animated"?: boolean;
|
|
6791
7735
|
/**
|
|
6792
|
-
* If `true`, the popover will display an arrow that points at the `reference`
|
|
7736
|
+
* If `true`, the popover will display an arrow that points at the `reference` on `"ios"` theme.
|
|
6793
7737
|
*/
|
|
6794
7738
|
"arrow"?: boolean;
|
|
6795
7739
|
/**
|
|
@@ -6841,7 +7785,7 @@ declare namespace LocalJSX {
|
|
|
6841
7785
|
*/
|
|
6842
7786
|
"leaveAnimation"?: AnimationBuilder;
|
|
6843
7787
|
/**
|
|
6844
|
-
* The mode determines
|
|
7788
|
+
* The mode determines the platform behaviors of the component.
|
|
6845
7789
|
*/
|
|
6846
7790
|
"mode"?: "ios" | "md";
|
|
6847
7791
|
/**
|
|
@@ -6893,7 +7837,11 @@ declare namespace LocalJSX {
|
|
|
6893
7837
|
*/
|
|
6894
7838
|
"size"?: PopoverSize;
|
|
6895
7839
|
/**
|
|
6896
|
-
*
|
|
7840
|
+
* The theme determines the visual appearance of the component.
|
|
7841
|
+
*/
|
|
7842
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7843
|
+
/**
|
|
7844
|
+
* 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).
|
|
6897
7845
|
*/
|
|
6898
7846
|
"translucent"?: boolean;
|
|
6899
7847
|
/**
|
|
@@ -6915,13 +7863,21 @@ declare namespace LocalJSX {
|
|
|
6915
7863
|
*/
|
|
6916
7864
|
"color"?: Color;
|
|
6917
7865
|
/**
|
|
6918
|
-
* The mode determines
|
|
7866
|
+
* The mode determines the platform behaviors of the component.
|
|
6919
7867
|
*/
|
|
6920
7868
|
"mode"?: "ios" | "md";
|
|
6921
7869
|
/**
|
|
6922
7870
|
* If true, reverse the progress bar direction.
|
|
6923
7871
|
*/
|
|
6924
7872
|
"reversed"?: boolean;
|
|
7873
|
+
/**
|
|
7874
|
+
* Set to `"round"` for a progress bar with rounded corners, or `"rectangular"` for a progress bar without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
|
|
7875
|
+
*/
|
|
7876
|
+
"shape"?: 'round' | 'rectangular';
|
|
7877
|
+
/**
|
|
7878
|
+
* The theme determines the visual appearance of the component.
|
|
7879
|
+
*/
|
|
7880
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6925
7881
|
/**
|
|
6926
7882
|
* 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).
|
|
6927
7883
|
*/
|
|
@@ -6953,7 +7909,7 @@ declare namespace LocalJSX {
|
|
|
6953
7909
|
*/
|
|
6954
7910
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
6955
7911
|
/**
|
|
6956
|
-
* The mode determines
|
|
7912
|
+
* The mode determines the platform behaviors of the component.
|
|
6957
7913
|
*/
|
|
6958
7914
|
"mode"?: "ios" | "md";
|
|
6959
7915
|
/**
|
|
@@ -6968,6 +7924,10 @@ declare namespace LocalJSX {
|
|
|
6968
7924
|
* Emitted when the radio button has focus.
|
|
6969
7925
|
*/
|
|
6970
7926
|
"onIonFocus"?: (event: IonRadioCustomEvent<void>) => void;
|
|
7927
|
+
/**
|
|
7928
|
+
* The theme determines the visual appearance of the component.
|
|
7929
|
+
*/
|
|
7930
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6971
7931
|
/**
|
|
6972
7932
|
* the value of the radio.
|
|
6973
7933
|
*/
|
|
@@ -6982,6 +7942,10 @@ declare namespace LocalJSX {
|
|
|
6982
7942
|
* 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.
|
|
6983
7943
|
*/
|
|
6984
7944
|
"compareWith"?: string | RadioGroupCompareFn | null;
|
|
7945
|
+
/**
|
|
7946
|
+
* The mode determines the platform behaviors of the component.
|
|
7947
|
+
*/
|
|
7948
|
+
"mode"?: "ios" | "md";
|
|
6985
7949
|
/**
|
|
6986
7950
|
* The name of the control, which is submitted with the form data.
|
|
6987
7951
|
*/
|
|
@@ -6991,9 +7955,9 @@ declare namespace LocalJSX {
|
|
|
6991
7955
|
*/
|
|
6992
7956
|
"onIonChange"?: (event: IonRadioGroupCustomEvent<RadioGroupChangeEventDetail>) => void;
|
|
6993
7957
|
/**
|
|
6994
|
-
*
|
|
7958
|
+
* The theme determines the visual appearance of the component.
|
|
6995
7959
|
*/
|
|
6996
|
-
"
|
|
7960
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6997
7961
|
/**
|
|
6998
7962
|
* the value of the radio group.
|
|
6999
7963
|
*/
|
|
@@ -7037,7 +8001,7 @@ declare namespace LocalJSX {
|
|
|
7037
8001
|
*/
|
|
7038
8002
|
"min"?: number;
|
|
7039
8003
|
/**
|
|
7040
|
-
* The mode determines
|
|
8004
|
+
* The mode determines the platform behaviors of the component.
|
|
7041
8005
|
*/
|
|
7042
8006
|
"mode"?: "ios" | "md";
|
|
7043
8007
|
/**
|
|
@@ -7084,6 +8048,10 @@ declare namespace LocalJSX {
|
|
|
7084
8048
|
* Specifies the value granularity.
|
|
7085
8049
|
*/
|
|
7086
8050
|
"step"?: number;
|
|
8051
|
+
/**
|
|
8052
|
+
* The theme determines the visual appearance of the component.
|
|
8053
|
+
*/
|
|
8054
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7087
8055
|
/**
|
|
7088
8056
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
7089
8057
|
*/
|
|
@@ -7103,7 +8071,7 @@ declare namespace LocalJSX {
|
|
|
7103
8071
|
*/
|
|
7104
8072
|
"disabled"?: boolean;
|
|
7105
8073
|
/**
|
|
7106
|
-
* The mode determines
|
|
8074
|
+
* The mode determines the platform behaviors of the component.
|
|
7107
8075
|
*/
|
|
7108
8076
|
"mode"?: "ios" | "md";
|
|
7109
8077
|
/**
|
|
@@ -7134,8 +8102,16 @@ declare namespace LocalJSX {
|
|
|
7134
8102
|
* 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.
|
|
7135
8103
|
*/
|
|
7136
8104
|
"snapbackDuration"?: string;
|
|
8105
|
+
/**
|
|
8106
|
+
* The theme determines the visual appearance of the component.
|
|
8107
|
+
*/
|
|
8108
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7137
8109
|
}
|
|
7138
8110
|
interface IonRefresherContent {
|
|
8111
|
+
/**
|
|
8112
|
+
* The mode determines the platform behaviors of the component.
|
|
8113
|
+
*/
|
|
8114
|
+
"mode"?: "ios" | "md";
|
|
7139
8115
|
/**
|
|
7140
8116
|
* 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.
|
|
7141
8117
|
*/
|
|
@@ -7152,20 +8128,48 @@ declare namespace LocalJSX {
|
|
|
7152
8128
|
* 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.
|
|
7153
8129
|
*/
|
|
7154
8130
|
"refreshingText"?: string | IonicSafeString;
|
|
8131
|
+
/**
|
|
8132
|
+
* The theme determines the visual appearance of the component.
|
|
8133
|
+
*/
|
|
8134
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7155
8135
|
}
|
|
7156
8136
|
interface IonReorder {
|
|
8137
|
+
/**
|
|
8138
|
+
* The mode determines the platform behaviors of the component.
|
|
8139
|
+
*/
|
|
8140
|
+
"mode"?: "ios" | "md";
|
|
8141
|
+
/**
|
|
8142
|
+
* The theme determines the visual appearance of the component.
|
|
8143
|
+
*/
|
|
8144
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7157
8145
|
}
|
|
7158
8146
|
interface IonReorderGroup {
|
|
7159
8147
|
/**
|
|
7160
8148
|
* If `true`, the reorder will be hidden.
|
|
7161
8149
|
*/
|
|
7162
8150
|
"disabled"?: boolean;
|
|
8151
|
+
/**
|
|
8152
|
+
* The mode determines the platform behaviors of the component.
|
|
8153
|
+
*/
|
|
8154
|
+
"mode"?: "ios" | "md";
|
|
7163
8155
|
/**
|
|
7164
8156
|
* 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.
|
|
7165
8157
|
*/
|
|
7166
8158
|
"onIonItemReorder"?: (event: IonReorderGroupCustomEvent<ItemReorderEventDetail>) => void;
|
|
8159
|
+
/**
|
|
8160
|
+
* The theme determines the visual appearance of the component.
|
|
8161
|
+
*/
|
|
8162
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7167
8163
|
}
|
|
7168
8164
|
interface IonRippleEffect {
|
|
8165
|
+
/**
|
|
8166
|
+
* The mode determines the platform behaviors of the component.
|
|
8167
|
+
*/
|
|
8168
|
+
"mode"?: "ios" | "md";
|
|
8169
|
+
/**
|
|
8170
|
+
* The theme determines the visual appearance of the component.
|
|
8171
|
+
*/
|
|
8172
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7169
8173
|
/**
|
|
7170
8174
|
* 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.
|
|
7171
8175
|
*/
|
|
@@ -7188,10 +8192,18 @@ declare namespace LocalJSX {
|
|
|
7188
8192
|
* A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
|
|
7189
8193
|
*/
|
|
7190
8194
|
"componentProps"?: { [key: string]: any };
|
|
8195
|
+
/**
|
|
8196
|
+
* The mode determines the platform behaviors of the component.
|
|
8197
|
+
*/
|
|
8198
|
+
"mode"?: "ios" | "md";
|
|
7191
8199
|
/**
|
|
7192
8200
|
* Used internally by `ion-router` to know when this route did change.
|
|
7193
8201
|
*/
|
|
7194
8202
|
"onIonRouteDataChanged"?: (event: IonRouteCustomEvent<any>) => void;
|
|
8203
|
+
/**
|
|
8204
|
+
* The theme determines the visual appearance of the component.
|
|
8205
|
+
*/
|
|
8206
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7195
8207
|
/**
|
|
7196
8208
|
* 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.
|
|
7197
8209
|
*/
|
|
@@ -7212,6 +8224,10 @@ declare namespace LocalJSX {
|
|
|
7212
8224
|
"to": string | undefined | null;
|
|
7213
8225
|
}
|
|
7214
8226
|
interface IonRouter {
|
|
8227
|
+
/**
|
|
8228
|
+
* The mode determines the platform behaviors of the component.
|
|
8229
|
+
*/
|
|
8230
|
+
"mode"?: "ios" | "md";
|
|
7215
8231
|
/**
|
|
7216
8232
|
* Emitted when the route had changed
|
|
7217
8233
|
*/
|
|
@@ -7224,6 +8240,10 @@ declare namespace LocalJSX {
|
|
|
7224
8240
|
* 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.
|
|
7225
8241
|
*/
|
|
7226
8242
|
"root"?: string;
|
|
8243
|
+
/**
|
|
8244
|
+
* The theme determines the visual appearance of the component.
|
|
8245
|
+
*/
|
|
8246
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7227
8247
|
/**
|
|
7228
8248
|
* 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.
|
|
7229
8249
|
*/
|
|
@@ -7238,6 +8258,10 @@ declare namespace LocalJSX {
|
|
|
7238
8258
|
* Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
|
|
7239
8259
|
*/
|
|
7240
8260
|
"href"?: string | undefined;
|
|
8261
|
+
/**
|
|
8262
|
+
* The mode determines the platform behaviors of the component.
|
|
8263
|
+
*/
|
|
8264
|
+
"mode"?: "ios" | "md";
|
|
7241
8265
|
/**
|
|
7242
8266
|
* 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).
|
|
7243
8267
|
*/
|
|
@@ -7254,6 +8278,10 @@ declare namespace LocalJSX {
|
|
|
7254
8278
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
7255
8279
|
*/
|
|
7256
8280
|
"target"?: string | undefined;
|
|
8281
|
+
/**
|
|
8282
|
+
* The theme determines the visual appearance of the component.
|
|
8283
|
+
*/
|
|
8284
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7257
8285
|
}
|
|
7258
8286
|
interface IonRouterOutlet {
|
|
7259
8287
|
/**
|
|
@@ -7265,11 +8293,23 @@ declare namespace LocalJSX {
|
|
|
7265
8293
|
*/
|
|
7266
8294
|
"animation"?: AnimationBuilder;
|
|
7267
8295
|
/**
|
|
7268
|
-
* The mode determines
|
|
8296
|
+
* The mode determines the platform behaviors of the component.
|
|
7269
8297
|
*/
|
|
7270
8298
|
"mode"?: "ios" | "md";
|
|
8299
|
+
/**
|
|
8300
|
+
* The theme determines the visual appearance of the component.
|
|
8301
|
+
*/
|
|
8302
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7271
8303
|
}
|
|
7272
8304
|
interface IonRow {
|
|
8305
|
+
/**
|
|
8306
|
+
* The mode determines the platform behaviors of the component.
|
|
8307
|
+
*/
|
|
8308
|
+
"mode"?: "ios" | "md";
|
|
8309
|
+
/**
|
|
8310
|
+
* The theme determines the visual appearance of the component.
|
|
8311
|
+
*/
|
|
8312
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7273
8313
|
}
|
|
7274
8314
|
interface IonSearchbar {
|
|
7275
8315
|
/**
|
|
@@ -7289,15 +8329,15 @@ declare namespace LocalJSX {
|
|
|
7289
8329
|
*/
|
|
7290
8330
|
"autocorrect"?: 'on' | 'off';
|
|
7291
8331
|
/**
|
|
7292
|
-
* Set the cancel button icon. Only
|
|
8332
|
+
* Set the cancel button icon. Only available when the theme is `"md"`. Defaults to `"arrow-back-sharp"`.
|
|
7293
8333
|
*/
|
|
7294
8334
|
"cancelButtonIcon"?: string;
|
|
7295
8335
|
/**
|
|
7296
|
-
* Set the the cancel button text. Only
|
|
8336
|
+
* Set the the cancel button text. Only available when the theme is `"ios"`.
|
|
7297
8337
|
*/
|
|
7298
8338
|
"cancelButtonText"?: string;
|
|
7299
8339
|
/**
|
|
7300
|
-
* Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md
|
|
8340
|
+
* Set the clear icon. Defaults to `"close-circle"` for `"ios"` theme and `"close-sharp"` for `"md"` and `"ionic"` theme.
|
|
7301
8341
|
*/
|
|
7302
8342
|
"clearIcon"?: string;
|
|
7303
8343
|
/**
|
|
@@ -7329,7 +8369,7 @@ declare namespace LocalJSX {
|
|
|
7329
8369
|
*/
|
|
7330
8370
|
"minlength"?: number;
|
|
7331
8371
|
/**
|
|
7332
|
-
* The mode determines
|
|
8372
|
+
* The mode determines the platform behaviors of the component.
|
|
7333
8373
|
*/
|
|
7334
8374
|
"mode"?: "ios" | "md";
|
|
7335
8375
|
/**
|
|
@@ -7365,7 +8405,7 @@ declare namespace LocalJSX {
|
|
|
7365
8405
|
*/
|
|
7366
8406
|
"placeholder"?: string;
|
|
7367
8407
|
/**
|
|
7368
|
-
* The icon to use as the search icon. Defaults to `search-outline` in `ios`
|
|
8408
|
+
* 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.
|
|
7369
8409
|
*/
|
|
7370
8410
|
"searchIcon"?: string;
|
|
7371
8411
|
/**
|
|
@@ -7380,6 +8420,10 @@ declare namespace LocalJSX {
|
|
|
7380
8420
|
* If `true`, enable spellcheck on the input.
|
|
7381
8421
|
*/
|
|
7382
8422
|
"spellcheck"?: boolean;
|
|
8423
|
+
/**
|
|
8424
|
+
* The theme determines the visual appearance of the component.
|
|
8425
|
+
*/
|
|
8426
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7383
8427
|
/**
|
|
7384
8428
|
* Set the type of the input.
|
|
7385
8429
|
*/
|
|
@@ -7399,7 +8443,7 @@ declare namespace LocalJSX {
|
|
|
7399
8443
|
*/
|
|
7400
8444
|
"disabled"?: boolean;
|
|
7401
8445
|
/**
|
|
7402
|
-
* The mode determines
|
|
8446
|
+
* The mode determines the platform behaviors of the component.
|
|
7403
8447
|
*/
|
|
7404
8448
|
"mode"?: "ios" | "md";
|
|
7405
8449
|
/**
|
|
@@ -7418,6 +8462,10 @@ declare namespace LocalJSX {
|
|
|
7418
8462
|
* If `true`, users will be able to swipe between segment buttons to activate them.
|
|
7419
8463
|
*/
|
|
7420
8464
|
"swipeGesture"?: boolean;
|
|
8465
|
+
/**
|
|
8466
|
+
* The theme determines the visual appearance of the component.
|
|
8467
|
+
*/
|
|
8468
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7421
8469
|
/**
|
|
7422
8470
|
* the value of the segment.
|
|
7423
8471
|
*/
|
|
@@ -7437,9 +8485,13 @@ declare namespace LocalJSX {
|
|
|
7437
8485
|
*/
|
|
7438
8486
|
"layout"?: SegmentButtonLayout;
|
|
7439
8487
|
/**
|
|
7440
|
-
* The mode determines
|
|
8488
|
+
* The mode determines the platform behaviors of the component.
|
|
7441
8489
|
*/
|
|
7442
8490
|
"mode"?: "ios" | "md";
|
|
8491
|
+
/**
|
|
8492
|
+
* The theme determines the visual appearance of the component.
|
|
8493
|
+
*/
|
|
8494
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7443
8495
|
/**
|
|
7444
8496
|
* The type of the button.
|
|
7445
8497
|
*/
|
|
@@ -7479,11 +8531,11 @@ declare namespace LocalJSX {
|
|
|
7479
8531
|
*/
|
|
7480
8532
|
"disabled"?: boolean;
|
|
7481
8533
|
/**
|
|
7482
|
-
* The toggle icon to show when the select is open. If defined, the icon rotation behavior in `md`
|
|
8534
|
+
* 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.
|
|
7483
8535
|
*/
|
|
7484
8536
|
"expandedIcon"?: string;
|
|
7485
8537
|
/**
|
|
7486
|
-
* 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`
|
|
8538
|
+
* 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.
|
|
7487
8539
|
*/
|
|
7488
8540
|
"fill"?: 'outline' | 'solid';
|
|
7489
8541
|
/**
|
|
@@ -7507,7 +8559,7 @@ declare namespace LocalJSX {
|
|
|
7507
8559
|
*/
|
|
7508
8560
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
7509
8561
|
/**
|
|
7510
|
-
* The mode determines
|
|
8562
|
+
* The mode determines the platform behaviors of the component.
|
|
7511
8563
|
*/
|
|
7512
8564
|
"mode"?: "ios" | "md";
|
|
7513
8565
|
/**
|
|
@@ -7546,20 +8598,24 @@ declare namespace LocalJSX {
|
|
|
7546
8598
|
* The text to display when the select is empty.
|
|
7547
8599
|
*/
|
|
7548
8600
|
"placeholder"?: string;
|
|
7549
|
-
/**
|
|
7550
|
-
* If `true`, the user must fill in a value before submitting a form.
|
|
7551
|
-
*/
|
|
7552
|
-
"required"?: boolean;
|
|
7553
8601
|
/**
|
|
7554
8602
|
* The text to display instead of the selected option's value.
|
|
7555
8603
|
*/
|
|
7556
8604
|
"selectedText"?: string | null;
|
|
7557
8605
|
/**
|
|
7558
|
-
*
|
|
8606
|
+
* Set to `"soft"` for a select with slightly rounded corners, `"round"` for a select with fully rounded corners, or `"rectangular"` for a select without rounded corners. Defaults to `"round"` for the `"ionic"` theme, undefined for all other themes.
|
|
7559
8607
|
*/
|
|
7560
|
-
"shape"?: 'round';
|
|
8608
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7561
8609
|
/**
|
|
7562
|
-
* The
|
|
8610
|
+
* The size of the select. If "large" it will increase the height of the select, while "small" and "medium" provide progressively smaller heights. Defaults to `"medium"` for the ionic theme, and undefined for all other themes.
|
|
8611
|
+
*/
|
|
8612
|
+
"size"?: 'small' | 'medium' | 'large';
|
|
8613
|
+
/**
|
|
8614
|
+
* The theme determines the visual appearance of the component.
|
|
8615
|
+
*/
|
|
8616
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
8617
|
+
/**
|
|
8618
|
+
* The toggle icon to use. Defaults to `"chevronExpand"` for the `"ios"` theme, or `"caretDownSharp"` for the `"md"` and `"ionic"` themes.
|
|
7563
8619
|
*/
|
|
7564
8620
|
"toggleIcon"?: string;
|
|
7565
8621
|
/**
|
|
@@ -7577,6 +8633,14 @@ declare namespace LocalJSX {
|
|
|
7577
8633
|
* 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.
|
|
7578
8634
|
*/
|
|
7579
8635
|
"disabled"?: boolean;
|
|
8636
|
+
/**
|
|
8637
|
+
* The mode determines the platform behaviors of the component.
|
|
8638
|
+
*/
|
|
8639
|
+
"mode"?: "ios" | "md";
|
|
8640
|
+
/**
|
|
8641
|
+
* The theme determines the visual appearance of the component.
|
|
8642
|
+
*/
|
|
8643
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7580
8644
|
/**
|
|
7581
8645
|
* The text value of the option.
|
|
7582
8646
|
*/
|
|
@@ -7591,6 +8655,10 @@ declare namespace LocalJSX {
|
|
|
7591
8655
|
* The text content of the popover body
|
|
7592
8656
|
*/
|
|
7593
8657
|
"message"?: string;
|
|
8658
|
+
/**
|
|
8659
|
+
* The mode determines the platform behaviors of the component.
|
|
8660
|
+
*/
|
|
8661
|
+
"mode"?: "ios" | "md";
|
|
7594
8662
|
/**
|
|
7595
8663
|
* If true, the select accepts multiple values
|
|
7596
8664
|
*/
|
|
@@ -7603,12 +8671,24 @@ declare namespace LocalJSX {
|
|
|
7603
8671
|
* The subheader text of the popover
|
|
7604
8672
|
*/
|
|
7605
8673
|
"subHeader"?: string;
|
|
8674
|
+
/**
|
|
8675
|
+
* The theme determines the visual appearance of the component.
|
|
8676
|
+
*/
|
|
8677
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7606
8678
|
}
|
|
7607
8679
|
interface IonSkeletonText {
|
|
7608
8680
|
/**
|
|
7609
8681
|
* If `true`, the skeleton text will animate.
|
|
7610
8682
|
*/
|
|
7611
8683
|
"animated"?: boolean;
|
|
8684
|
+
/**
|
|
8685
|
+
* The mode determines the platform behaviors of the component.
|
|
8686
|
+
*/
|
|
8687
|
+
"mode"?: "ios" | "md";
|
|
8688
|
+
/**
|
|
8689
|
+
* The theme determines the visual appearance of the component.
|
|
8690
|
+
*/
|
|
8691
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7612
8692
|
}
|
|
7613
8693
|
interface IonSpinner {
|
|
7614
8694
|
/**
|
|
@@ -7619,6 +8699,10 @@ declare namespace LocalJSX {
|
|
|
7619
8699
|
* Duration of the spinner animation in milliseconds. The default varies based on the spinner.
|
|
7620
8700
|
*/
|
|
7621
8701
|
"duration"?: number;
|
|
8702
|
+
/**
|
|
8703
|
+
* The mode determines the platform behaviors of the component.
|
|
8704
|
+
*/
|
|
8705
|
+
"mode"?: "ios" | "md";
|
|
7622
8706
|
/**
|
|
7623
8707
|
* The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
|
|
7624
8708
|
*/
|
|
@@ -7627,6 +8711,14 @@ declare namespace LocalJSX {
|
|
|
7627
8711
|
* If `true`, the spinner's animation will be paused.
|
|
7628
8712
|
*/
|
|
7629
8713
|
"paused"?: boolean;
|
|
8714
|
+
/**
|
|
8715
|
+
* 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.
|
|
8716
|
+
*/
|
|
8717
|
+
"size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
8718
|
+
/**
|
|
8719
|
+
* The theme determines the visual appearance of the component.
|
|
8720
|
+
*/
|
|
8721
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7630
8722
|
}
|
|
7631
8723
|
interface IonSplitPane {
|
|
7632
8724
|
/**
|
|
@@ -7637,10 +8729,18 @@ declare namespace LocalJSX {
|
|
|
7637
8729
|
* If `true`, the split pane will be hidden.
|
|
7638
8730
|
*/
|
|
7639
8731
|
"disabled"?: boolean;
|
|
8732
|
+
/**
|
|
8733
|
+
* The mode determines the platform behaviors of the component.
|
|
8734
|
+
*/
|
|
8735
|
+
"mode"?: "ios" | "md";
|
|
7640
8736
|
/**
|
|
7641
8737
|
* Expression to be called when the split-pane visibility has changed
|
|
7642
8738
|
*/
|
|
7643
8739
|
"onIonSplitPaneVisible"?: (event: IonSplitPaneCustomEvent<{ visible: boolean }>) => void;
|
|
8740
|
+
/**
|
|
8741
|
+
* The theme determines the visual appearance of the component.
|
|
8742
|
+
*/
|
|
8743
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7644
8744
|
/**
|
|
7645
8745
|
* When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
|
|
7646
8746
|
*/
|
|
@@ -7651,10 +8751,18 @@ declare namespace LocalJSX {
|
|
|
7651
8751
|
* The component to display inside of the tab.
|
|
7652
8752
|
*/
|
|
7653
8753
|
"component"?: ComponentRef;
|
|
8754
|
+
/**
|
|
8755
|
+
* The mode determines the platform behaviors of the component.
|
|
8756
|
+
*/
|
|
8757
|
+
"mode"?: "ios" | "md";
|
|
7654
8758
|
/**
|
|
7655
8759
|
* 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.
|
|
7656
8760
|
*/
|
|
7657
8761
|
"tab": string;
|
|
8762
|
+
/**
|
|
8763
|
+
* The theme determines the visual appearance of the component.
|
|
8764
|
+
*/
|
|
8765
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7658
8766
|
}
|
|
7659
8767
|
interface IonTabBar {
|
|
7660
8768
|
/**
|
|
@@ -7662,7 +8770,11 @@ declare namespace LocalJSX {
|
|
|
7662
8770
|
*/
|
|
7663
8771
|
"color"?: Color;
|
|
7664
8772
|
/**
|
|
7665
|
-
*
|
|
8773
|
+
* 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"`.
|
|
8774
|
+
*/
|
|
8775
|
+
"expand"?: 'compact' | 'full';
|
|
8776
|
+
/**
|
|
8777
|
+
* The mode determines the platform behaviors of the component.
|
|
7666
8778
|
*/
|
|
7667
8779
|
"mode"?: "ios" | "md";
|
|
7668
8780
|
/**
|
|
@@ -7670,7 +8782,15 @@ declare namespace LocalJSX {
|
|
|
7670
8782
|
*/
|
|
7671
8783
|
"selectedTab"?: string;
|
|
7672
8784
|
/**
|
|
7673
|
-
*
|
|
8785
|
+
* 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.
|
|
8786
|
+
*/
|
|
8787
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
8788
|
+
/**
|
|
8789
|
+
* The theme determines the visual appearance of the component.
|
|
8790
|
+
*/
|
|
8791
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
8792
|
+
/**
|
|
8793
|
+
* 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).
|
|
7674
8794
|
*/
|
|
7675
8795
|
"translucent"?: boolean;
|
|
7676
8796
|
}
|
|
@@ -7692,7 +8812,7 @@ declare namespace LocalJSX {
|
|
|
7692
8812
|
*/
|
|
7693
8813
|
"layout"?: TabButtonLayout;
|
|
7694
8814
|
/**
|
|
7695
|
-
* The mode determines
|
|
8815
|
+
* The mode determines the platform behaviors of the component.
|
|
7696
8816
|
*/
|
|
7697
8817
|
"mode"?: "ios" | "md";
|
|
7698
8818
|
/**
|
|
@@ -7703,6 +8823,10 @@ declare namespace LocalJSX {
|
|
|
7703
8823
|
* The selected tab component
|
|
7704
8824
|
*/
|
|
7705
8825
|
"selected"?: boolean;
|
|
8826
|
+
/**
|
|
8827
|
+
* Set to `"soft"` for a tab-button with slightly rounded corners, `"round"` for a tab-button with fully rounded corners, or `"rectangular"` for a tab-button without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
|
|
8828
|
+
*/
|
|
8829
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7706
8830
|
/**
|
|
7707
8831
|
* 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.
|
|
7708
8832
|
*/
|
|
@@ -7711,8 +8835,16 @@ declare namespace LocalJSX {
|
|
|
7711
8835
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
7712
8836
|
*/
|
|
7713
8837
|
"target"?: string | undefined;
|
|
8838
|
+
/**
|
|
8839
|
+
* The theme determines the visual appearance of the component.
|
|
8840
|
+
*/
|
|
8841
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7714
8842
|
}
|
|
7715
8843
|
interface IonTabs {
|
|
8844
|
+
/**
|
|
8845
|
+
* The mode determines the platform behaviors of the component.
|
|
8846
|
+
*/
|
|
8847
|
+
"mode"?: "ios" | "md";
|
|
7716
8848
|
/**
|
|
7717
8849
|
* Emitted when the navigation has finished transitioning to a new component.
|
|
7718
8850
|
*/
|
|
@@ -7721,6 +8853,10 @@ declare namespace LocalJSX {
|
|
|
7721
8853
|
* Emitted when the navigation is about to transition to a new component.
|
|
7722
8854
|
*/
|
|
7723
8855
|
"onIonTabsWillChange"?: (event: IonTabsCustomEvent<{ tab: string }>) => void;
|
|
8856
|
+
/**
|
|
8857
|
+
* The theme determines the visual appearance of the component.
|
|
8858
|
+
*/
|
|
8859
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7724
8860
|
}
|
|
7725
8861
|
interface IonText {
|
|
7726
8862
|
/**
|
|
@@ -7728,9 +8864,13 @@ declare namespace LocalJSX {
|
|
|
7728
8864
|
*/
|
|
7729
8865
|
"color"?: Color;
|
|
7730
8866
|
/**
|
|
7731
|
-
* The mode determines
|
|
8867
|
+
* The mode determines the platform behaviors of the component.
|
|
7732
8868
|
*/
|
|
7733
8869
|
"mode"?: "ios" | "md";
|
|
8870
|
+
/**
|
|
8871
|
+
* The theme determines the visual appearance of the component.
|
|
8872
|
+
*/
|
|
8873
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7734
8874
|
}
|
|
7735
8875
|
interface IonTextarea {
|
|
7736
8876
|
/**
|
|
@@ -7782,7 +8922,7 @@ declare namespace LocalJSX {
|
|
|
7782
8922
|
*/
|
|
7783
8923
|
"errorText"?: string;
|
|
7784
8924
|
/**
|
|
7785
|
-
* 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
|
|
8925
|
+
* 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"`.
|
|
7786
8926
|
*/
|
|
7787
8927
|
"fill"?: 'outline' | 'solid';
|
|
7788
8928
|
/**
|
|
@@ -7810,7 +8950,7 @@ declare namespace LocalJSX {
|
|
|
7810
8950
|
*/
|
|
7811
8951
|
"minlength"?: number;
|
|
7812
8952
|
/**
|
|
7813
|
-
* The mode determines
|
|
8953
|
+
* The mode determines the platform behaviors of the component.
|
|
7814
8954
|
*/
|
|
7815
8955
|
"mode"?: "ios" | "md";
|
|
7816
8956
|
/**
|
|
@@ -7850,13 +8990,21 @@ declare namespace LocalJSX {
|
|
|
7850
8990
|
*/
|
|
7851
8991
|
"rows"?: number;
|
|
7852
8992
|
/**
|
|
7853
|
-
*
|
|
8993
|
+
* 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.
|
|
7854
8994
|
*/
|
|
7855
|
-
"shape"?: 'round';
|
|
8995
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
8996
|
+
/**
|
|
8997
|
+
* 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.
|
|
8998
|
+
*/
|
|
8999
|
+
"size"?: 'small' | 'medium' | 'large';
|
|
7856
9000
|
/**
|
|
7857
9001
|
* If `true`, the element will have its spelling and grammar checked.
|
|
7858
9002
|
*/
|
|
7859
9003
|
"spellcheck"?: boolean;
|
|
9004
|
+
/**
|
|
9005
|
+
* The theme determines the visual appearance of the component.
|
|
9006
|
+
*/
|
|
9007
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7860
9008
|
/**
|
|
7861
9009
|
* The value of the textarea.
|
|
7862
9010
|
*/
|
|
@@ -7867,16 +9015,32 @@ declare namespace LocalJSX {
|
|
|
7867
9015
|
"wrap"?: 'hard' | 'soft' | 'off';
|
|
7868
9016
|
}
|
|
7869
9017
|
interface IonThumbnail {
|
|
9018
|
+
/**
|
|
9019
|
+
* The mode determines the platform behaviors of the component.
|
|
9020
|
+
*/
|
|
9021
|
+
"mode"?: "ios" | "md";
|
|
9022
|
+
/**
|
|
9023
|
+
* The theme determines the visual appearance of the component.
|
|
9024
|
+
*/
|
|
9025
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7870
9026
|
}
|
|
7871
9027
|
interface IonTitle {
|
|
7872
9028
|
/**
|
|
7873
9029
|
* 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).
|
|
7874
9030
|
*/
|
|
7875
9031
|
"color"?: Color;
|
|
9032
|
+
/**
|
|
9033
|
+
* The mode determines the platform behaviors of the component.
|
|
9034
|
+
*/
|
|
9035
|
+
"mode"?: "ios" | "md";
|
|
7876
9036
|
/**
|
|
7877
9037
|
* The size of the toolbar title.
|
|
7878
9038
|
*/
|
|
7879
9039
|
"size"?: 'large' | 'small';
|
|
9040
|
+
/**
|
|
9041
|
+
* The theme determines the visual appearance of the component.
|
|
9042
|
+
*/
|
|
9043
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7880
9044
|
}
|
|
7881
9045
|
interface IonToast {
|
|
7882
9046
|
/**
|
|
@@ -7936,7 +9100,7 @@ declare namespace LocalJSX {
|
|
|
7936
9100
|
*/
|
|
7937
9101
|
"message"?: string | IonicSafeString;
|
|
7938
9102
|
/**
|
|
7939
|
-
* The mode determines
|
|
9103
|
+
* The mode determines the platform behaviors of the component.
|
|
7940
9104
|
*/
|
|
7941
9105
|
"mode"?: "ios" | "md";
|
|
7942
9106
|
/**
|
|
@@ -7979,12 +9143,20 @@ declare namespace LocalJSX {
|
|
|
7979
9143
|
* 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.
|
|
7980
9144
|
*/
|
|
7981
9145
|
"positionAnchor"?: HTMLElement | string;
|
|
9146
|
+
/**
|
|
9147
|
+
* 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.
|
|
9148
|
+
*/
|
|
9149
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7982
9150
|
/**
|
|
7983
9151
|
* 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.
|
|
7984
9152
|
*/
|
|
7985
9153
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
7986
9154
|
/**
|
|
7987
|
-
*
|
|
9155
|
+
* The theme determines the visual appearance of the component.
|
|
9156
|
+
*/
|
|
9157
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
9158
|
+
/**
|
|
9159
|
+
* 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).
|
|
7988
9160
|
*/
|
|
7989
9161
|
"translucent"?: boolean;
|
|
7990
9162
|
/**
|
|
@@ -8022,7 +9194,7 @@ declare namespace LocalJSX {
|
|
|
8022
9194
|
*/
|
|
8023
9195
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
8024
9196
|
/**
|
|
8025
|
-
* The mode determines
|
|
9197
|
+
* The mode determines the platform behaviors of the component.
|
|
8026
9198
|
*/
|
|
8027
9199
|
"mode"?: "ios" | "md";
|
|
8028
9200
|
/**
|
|
@@ -8042,9 +9214,9 @@ declare namespace LocalJSX {
|
|
|
8042
9214
|
*/
|
|
8043
9215
|
"onIonFocus"?: (event: IonToggleCustomEvent<void>) => void;
|
|
8044
9216
|
/**
|
|
8045
|
-
*
|
|
9217
|
+
* The theme determines the visual appearance of the component.
|
|
8046
9218
|
*/
|
|
8047
|
-
"
|
|
9219
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
8048
9220
|
/**
|
|
8049
9221
|
* 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>`.
|
|
8050
9222
|
*/
|
|
@@ -8056,9 +9228,13 @@ declare namespace LocalJSX {
|
|
|
8056
9228
|
*/
|
|
8057
9229
|
"color"?: Color;
|
|
8058
9230
|
/**
|
|
8059
|
-
* The mode determines
|
|
9231
|
+
* The mode determines the platform behaviors of the component.
|
|
8060
9232
|
*/
|
|
8061
9233
|
"mode"?: "ios" | "md";
|
|
9234
|
+
/**
|
|
9235
|
+
* The theme determines the visual appearance of the component.
|
|
9236
|
+
*/
|
|
9237
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
8062
9238
|
}
|
|
8063
9239
|
interface IntrinsicElements {
|
|
8064
9240
|
"ion-accordion": IonAccordion;
|