@ionic/core 8.5.1 → 8.5.2-dev.11742465639.13a7dc3e
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 -12
- package/components/config2.js +79 -0
- package/components/content.js +14 -12
- package/components/data.js +6 -6
- package/components/focus-visible.js +23 -1
- package/components/framework-delegate.js +3 -1
- package/components/header.js +24 -15
- package/components/helpers.js +43 -2
- package/components/index2.js +2 -2
- package/components/index4.js +8 -9
- package/components/index5.js +27 -3
- package/components/index6.js +110 -24
- 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 +14 -77
- package/components/ion-avatar.js +54 -5
- package/components/ion-back-button.js +29 -19
- package/components/ion-badge.js +47 -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-divider.d.ts +11 -0
- package/components/ion-divider.js +66 -0
- 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 +141 -18
- package/components/ion-segment-button.js +11 -7
- 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 -33
- 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 +48 -11
- package/components/ion-thumbnail.js +5 -2
- package/components/ion-toast.js +30 -11
- package/components/ion-toggle.js +77 -18
- package/components/ionic-global.js +378 -82
- 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 +5 -3
- package/components/radio.js +12 -8
- package/components/ripple-effect.js +18 -8
- package/components/select-modal.js +3 -3
- 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-124b7017.js} +2 -2
- package/dist/cjs/{app-globals-dd592863.js → app-globals-04316582.js} +1 -1
- package/dist/cjs/{button-active-43e2b419.js → button-active-6c0ef0f0.js} +1 -1
- package/dist/cjs/{capacitor-c04564bf.js → capacitor-ec2a454d.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-27cc2c9c.js → data-ae8423e6.js} +8 -8
- package/dist/{esm/focus-visible-dd40d69f.js → cjs/focus-visible-fe3acfb5.js} +27 -1
- package/dist/cjs/{framework-delegate-11b0ba2f.js → framework-delegate-4de32fdc.js} +4 -2
- package/dist/cjs/{haptic-f6b37aa3.js → haptic-f262299e.js} +1 -1
- package/dist/cjs/{helpers-d0dfbb50.js → helpers-4211d834.js} +43 -2
- package/dist/cjs/{index-f68a486a.js → index-042a8f38.js} +12 -12
- package/dist/cjs/{index-363fe6b2.js → index-3d31ef2d.js} +10 -7
- package/dist/cjs/{index-fd6383b6.js → index-943c0438.js} +14 -15
- package/dist/cjs/{index-9b945a2d.js → index-f835dc22.js} +3 -3
- package/dist/cjs/index.cjs.js +11 -12
- package/dist/cjs/{input-shims-2d27a5be.js → input-shims-c93f3c7f.js} +18 -18
- package/dist/cjs/{input.utils-2f642324.js → input.utils-00741e7b.js} +4 -5
- package/dist/cjs/ion-accordion_2.cjs.entry.js +62 -24
- package/dist/cjs/ion-action-sheet.cjs.entry.js +22 -18
- package/dist/cjs/ion-alert.cjs.entry.js +26 -23
- package/dist/cjs/ion-app_8.cjs.entry.js +113 -152
- package/dist/cjs/ion-avatar_3.cjs.entry.js +97 -11
- package/dist/cjs/ion-back-button.cjs.entry.js +32 -21
- package/dist/cjs/ion-backdrop.cjs.entry.js +11 -6
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +54 -15
- package/dist/cjs/ion-button_2.cjs.entry.js +47 -15
- package/dist/cjs/ion-card_5.cjs.entry.js +53 -28
- package/dist/cjs/ion-checkbox.cjs.entry.js +31 -13
- 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 +17 -12
- package/dist/cjs/ion-datetime_3.cjs.entry.js +191 -115
- package/dist/cjs/ion-divider.cjs.entry.js +50 -0
- package/dist/cjs/ion-fab_3.cjs.entry.js +43 -19
- package/dist/cjs/ion-img.cjs.entry.js +8 -3
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +22 -17
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +55 -16
- package/dist/cjs/ion-input.cjs.entry.js +119 -23
- package/dist/cjs/ion-item-option_3.cjs.entry.js +41 -17
- package/dist/cjs/ion-item_8.cjs.entry.js +114 -41
- package/dist/cjs/ion-loading.cjs.entry.js +21 -18
- package/dist/cjs/ion-menu_3.cjs.entry.js +49 -29
- package/dist/cjs/ion-modal.cjs.entry.js +99 -70
- package/dist/cjs/ion-nav_2.cjs.entry.js +16 -13
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +12 -6
- package/dist/cjs/ion-picker-column.cjs.entry.js +13 -12
- package/dist/cjs/ion-picker.cjs.entry.js +11 -5
- package/dist/cjs/ion-popover.cjs.entry.js +21 -18
- package/dist/cjs/ion-progress-bar.cjs.entry.js +29 -8
- package/dist/cjs/ion-radio_2.cjs.entry.js +19 -11
- package/dist/cjs/ion-range.cjs.entry.js +21 -16
- package/dist/cjs/ion-refresher_2.cjs.entry.js +45 -23
- package/dist/cjs/ion-reorder_2.cjs.entry.js +38 -13
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +18 -7
- package/dist/cjs/ion-route_4.cjs.entry.js +9 -7
- package/dist/cjs/ion-searchbar.cjs.entry.js +139 -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 +24 -14
- package/dist/cjs/ion-select-modal.cjs.entry.js +9 -10
- package/dist/cjs/ion-select_3.cjs.entry.js +134 -40
- 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 +61 -20
- package/dist/cjs/ion-tab_2.cjs.entry.js +8 -6
- package/dist/cjs/ion-text.cjs.entry.js +6 -5
- package/dist/cjs/ion-textarea.cjs.entry.js +52 -16
- package/dist/cjs/ion-toast.cjs.entry.js +60 -42
- package/dist/cjs/ion-toggle.cjs.entry.js +81 -22
- package/dist/cjs/ionic-global-5c446a5e.js +531 -0
- package/dist/cjs/ionic.cjs.js +4 -3
- package/dist/cjs/{ios.transition-f970164c.js → ios.transition-cdf1959e.js} +7 -6
- package/dist/cjs/{keyboard-0272231f.js → keyboard-924ba9a2.js} +1 -1
- package/dist/cjs/{keyboard-af1bb365.js → keyboard-9cd4a473.js} +5 -3
- package/dist/cjs/{keyboard-controller-c05e747a.js → keyboard-controller-dc7a55c4.js} +11 -9
- package/dist/cjs/list-2930c629.js +8 -0
- package/dist/cjs/loader.cjs.js +4 -3
- package/dist/cjs/{md.transition-aa8820dd.js → md.transition-6a00a3e7.js} +6 -6
- package/dist/cjs/{notch-controller-58d2e557.js → notch-controller-14681d65.js} +4 -4
- package/dist/cjs/{overlays-737576a2.js → overlays-288b775b.js} +19 -20
- package/dist/cjs/{status-tap-08d1ac81.js → status-tap-a41ad873.js} +5 -4
- package/dist/cjs/{swipe-back-951be2fd.js → swipe-back-cf9385d3.js} +3 -1
- package/dist/cjs/x-81a8f51c.js +8 -0
- package/dist/collection/collection-manifest.json +1 -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 +22 -80
- package/dist/collection/components/avatar/avatar.ionic.css +285 -0
- package/dist/collection/components/avatar/avatar.ios.css +13 -0
- package/dist/collection/components/avatar/avatar.js +92 -4
- package/dist/collection/components/avatar/avatar.md.css +21 -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 +150 -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 +313 -0
- package/dist/collection/components/badge/badge.ios.css +128 -4
- package/dist/collection/components/badge/badge.js +94 -8
- package/dist/collection/components/badge/badge.md.css +128 -4
- 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 +609 -0
- package/dist/collection/components/button/button.ios.css +131 -37
- package/dist/collection/components/button/button.js +46 -16
- package/dist/collection/components/button/button.md.css +122 -41
- 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 +64 -14
- package/dist/collection/components/checkbox/checkbox.md.css +21 -3
- package/dist/collection/components/chip/chip.ionic.css +160 -0
- package/dist/collection/components/chip/chip.ios.css +20 -1
- package/dist/collection/components/chip/chip.js +77 -8
- package/dist/collection/components/chip/chip.md.css +20 -1
- package/dist/collection/components/col/col.css +12 -0
- package/dist/collection/components/col/col.js +9 -5
- package/dist/collection/components/content/content.css +8 -2
- package/dist/collection/components/content/content.js +16 -11
- package/dist/collection/components/datetime/datetime.ionic.css +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/divider/divider.css +187 -0
- package/dist/collection/components/divider/divider.js +82 -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 +1079 -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 +245 -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.ios.css +18 -0
- package/dist/collection/components/radio-group/radio-group.js +9 -3
- package/dist/collection/components/radio-group/radio-group.md.css +18 -0
- 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 +628 -0
- package/dist/collection/components/searchbar/searchbar.ios.css +56 -18
- package/dist/collection/components/searchbar/searchbar.js +179 -29
- 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 +11 -8
- 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 +824 -0
- package/dist/collection/components/select/select.ios.css +248 -121
- package/dist/collection/components/select/select.js +157 -55
- package/dist/collection/components/select/select.md.css +264 -123
- package/dist/collection/components/select-modal/select-modal.ionic.css +121 -0
- package/dist/collection/components/select-modal/select-modal.ios.css +18 -0
- package/dist/collection/components/select-modal/select-modal.js +3 -3
- 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 +860 -0
- package/dist/collection/components/textarea/textarea.ios.css +201 -94
- package/dist/collection/components/textarea/textarea.js +69 -16
- package/dist/collection/components/textarea/textarea.md.css +214 -95
- 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 +516 -0
- package/dist/collection/components/toggle/toggle.ios.css +228 -121
- package/dist/collection/components/toggle/toggle.js +73 -18
- package/dist/collection/components/toggle/toggle.md.css +225 -121
- 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 +22 -0
- package/dist/collection/utils/framework-delegate.js +3 -1
- package/dist/collection/utils/helpers.js +42 -2
- 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 +7412 -331
- package/dist/esm/{animation-eab5a4ca.js → animation-12d440f3.js} +1 -1
- package/dist/esm/{app-globals-7b6cbf1a.js → app-globals-2497eeed.js} +1 -1
- package/dist/esm/{button-active-90f1dbc4.js → button-active-8f33f086.js} +2 -2
- package/dist/esm/{capacitor-59395cbd.js → capacitor-39edcb1f.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-174ad5e0.js → data-591c1b05.js} +6 -6
- package/dist/{cjs/focus-visible-7a0ce04f.js → esm/focus-visible-6827442c.js} +23 -3
- package/dist/esm/{framework-delegate-c7d92b77.js → framework-delegate-9ad3e427.js} +4 -2
- package/dist/esm/{haptic-ac164e4c.js → haptic-946542b8.js} +1 -1
- package/dist/esm/{helpers-e48b0397.js → helpers-ea1f7324.js} +43 -2
- package/dist/esm/{index-c63afbe6.js → index-036caa00.js} +10 -11
- package/{components/index9.js → dist/esm/index-0c65e393.js} +5 -2
- package/dist/esm/{index-527b9e34.js → index-4c3c5d46.js} +1 -1
- package/dist/esm/{index-e2cf2ceb.js → index-d997525d.js} +1 -1
- package/dist/esm/{index-a313df53.js → index-eb1203fa.js} +6 -6
- package/dist/esm/{index-933ca126.js → index-f36a3fa4.js} +2 -2
- package/dist/esm/index.js +12 -13
- package/dist/esm/{input-shims-3070628a.js → input-shims-96f8d7c2.js} +8 -8
- package/dist/esm/{input.utils-926c04a8.js → input.utils-22a20c3a.js} +2 -3
- package/dist/esm/ion-accordion_2.entry.js +62 -24
- package/dist/esm/ion-action-sheet.entry.js +23 -19
- package/dist/esm/ion-alert.entry.js +24 -21
- package/dist/esm/ion-app_8.entry.js +101 -140
- package/dist/esm/ion-avatar_3.entry.js +98 -12
- package/dist/esm/ion-back-button.entry.js +32 -21
- package/dist/esm/ion-backdrop.entry.js +12 -7
- package/dist/esm/ion-breadcrumb_2.entry.js +56 -17
- package/dist/esm/ion-button_2.entry.js +45 -13
- package/dist/esm/ion-card_5.entry.js +54 -29
- package/dist/esm/ion-checkbox.entry.js +32 -14
- 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 +14 -9
- package/dist/esm/ion-datetime_3.entry.js +117 -41
- package/dist/esm/ion-divider.entry.js +46 -0
- package/dist/esm/ion-fab_3.entry.js +45 -21
- package/dist/esm/ion-img.entry.js +9 -4
- package/dist/esm/ion-infinite-scroll_2.entry.js +20 -15
- package/dist/esm/ion-input-password-toggle.entry.js +54 -15
- package/dist/esm/ion-input.entry.js +121 -25
- package/dist/esm/ion-item-option_3.entry.js +42 -18
- package/dist/esm/ion-item_8.entry.js +115 -42
- package/dist/esm/ion-loading.entry.js +19 -16
- package/dist/esm/ion-menu_3.entry.js +49 -29
- package/dist/esm/ion-modal.entry.js +60 -31
- package/dist/esm/ion-nav_2.entry.js +15 -12
- package/dist/esm/ion-picker-column-option.entry.js +13 -7
- package/dist/esm/ion-picker-column.entry.js +13 -12
- package/dist/esm/ion-picker.entry.js +12 -6
- package/dist/esm/ion-popover.entry.js +19 -16
- package/dist/esm/ion-progress-bar.entry.js +29 -8
- package/dist/esm/ion-radio_2.entry.js +20 -12
- package/dist/esm/ion-range.entry.js +17 -12
- package/dist/esm/ion-refresher_2.entry.js +43 -21
- package/dist/esm/ion-reorder_2.entry.js +40 -15
- package/dist/esm/ion-ripple-effect.entry.js +19 -8
- package/dist/esm/ion-route_4.entry.js +10 -8
- package/dist/esm/ion-searchbar.entry.js +141 -19
- 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 +25 -15
- package/dist/esm/ion-select-modal.entry.js +10 -11
- package/dist/esm/ion-select_3.entry.js +136 -42
- 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 +61 -20
- package/dist/esm/ion-tab_2.entry.js +9 -7
- package/dist/esm/ion-text.entry.js +7 -6
- package/dist/esm/ion-textarea.entry.js +53 -17
- package/dist/esm/ion-toast.entry.js +35 -17
- package/dist/esm/ion-toggle.entry.js +82 -23
- package/dist/esm/ionic-global-b30d2cc2.js +517 -0
- package/dist/esm/ionic.js +6 -5
- package/dist/esm/{ios.transition-5fe4d6c8.js → ios.transition-cbbf0bd1.js} +8 -7
- package/dist/esm/{keyboard-52278bd7.js → keyboard-0af19ead.js} +5 -3
- package/dist/esm/{keyboard-73175e24.js → keyboard-ceb6990d.js} +1 -1
- package/dist/esm/{keyboard-controller-ec5c2bfa.js → keyboard-controller-7e2da6b9.js} +5 -3
- package/dist/esm/list-6524700c.js +6 -0
- package/dist/esm/loader.js +6 -5
- package/dist/esm/{md.transition-3d0d3730.js → md.transition-21c93656.js} +7 -7
- package/dist/esm/{notch-controller-381a5334.js → notch-controller-cd983e05.js} +2 -2
- package/dist/esm/{overlays-7579a420.js → overlays-d60b1d1e.js} +6 -7
- package/dist/esm/{status-tap-6367b913.js → status-tap-bf78b74d.js} +6 -5
- package/dist/esm/{swipe-back-276cda49.js → swipe-back-fff82194.js} +3 -1
- package/dist/esm/x-a64bcd9f.js +6 -0
- package/dist/esm-es5/animation-12d440f3.js +4 -0
- package/dist/esm-es5/app-globals-2497eeed.js +4 -0
- package/dist/esm-es5/{button-active-90f1dbc4.js → button-active-8f33f086.js} +1 -1
- package/dist/esm-es5/capacitor-39edcb1f.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-591c1b05.js +4 -0
- package/dist/esm-es5/focus-visible-6827442c.js +4 -0
- package/dist/esm-es5/framework-delegate-9ad3e427.js +4 -0
- package/dist/esm-es5/{haptic-ac164e4c.js → haptic-946542b8.js} +1 -1
- package/dist/esm-es5/helpers-ea1f7324.js +4 -0
- package/dist/esm-es5/index-036caa00.js +4 -0
- package/dist/esm-es5/index-0c65e393.js +4 -0
- package/dist/esm-es5/{index-527b9e34.js → index-4c3c5d46.js} +1 -1
- package/dist/esm-es5/{index-e2cf2ceb.js → index-d997525d.js} +1 -1
- package/dist/esm-es5/index-eb1203fa.js +4 -0
- package/dist/esm-es5/index-f36a3fa4.js +4 -0
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/input-shims-96f8d7c2.js +4 -0
- package/dist/esm-es5/input.utils-22a20c3a.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-divider.entry.js +4 -0
- 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-b30d2cc2.js +4 -0
- package/dist/esm-es5/ionic.js +1 -1
- package/dist/esm-es5/ios.transition-cbbf0bd1.js +4 -0
- package/dist/esm-es5/{keyboard-52278bd7.js → keyboard-0af19ead.js} +1 -1
- package/dist/esm-es5/{keyboard-73175e24.js → keyboard-ceb6990d.js} +1 -1
- package/dist/esm-es5/keyboard-controller-7e2da6b9.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-21c93656.js +4 -0
- package/dist/esm-es5/notch-controller-cd983e05.js +4 -0
- package/dist/esm-es5/overlays-d60b1d1e.js +4 -0
- package/dist/esm-es5/status-tap-bf78b74d.js +4 -0
- package/dist/esm-es5/swipe-back-fff82194.js +4 -0
- package/dist/esm-es5/x-a64bcd9f.js +4 -0
- package/dist/html.html-data.json +2449 -211
- 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-01717254.entry.js +4 -0
- package/dist/ionic/p-0175d2ed.system.js +4 -0
- package/dist/ionic/p-01d80901.system.js +4 -0
- package/dist/ionic/p-0354fd7d.system.entry.js +4 -0
- package/dist/ionic/p-047943a4.entry.js +4 -0
- package/dist/ionic/p-04ca2bc3.system.js +4 -0
- package/dist/ionic/p-051208d8.system.js +4 -0
- package/dist/ionic/p-0571060e.system.js +4 -0
- package/dist/ionic/p-06a7a822.system.entry.js +4 -0
- package/dist/ionic/p-06ec4706.js +4 -0
- package/dist/ionic/p-081a0931.entry.js +4 -0
- package/dist/ionic/p-0b07a566.system.entry.js +4 -0
- package/dist/ionic/p-0c0a2f5c.entry.js +4 -0
- package/dist/ionic/p-0c5e0dc8.system.entry.js +4 -0
- package/dist/ionic/p-0e08325d.entry.js +4 -0
- package/dist/ionic/p-0e25995f.entry.js +4 -0
- package/dist/ionic/p-0eaae446.js +4 -0
- package/dist/ionic/p-107ddb23.entry.js +4 -0
- package/dist/ionic/{p-1e955a45.system.js → p-115d74cd.system.js} +1 -1
- package/dist/ionic/p-11ac6c97.entry.js +4 -0
- package/dist/ionic/p-148ed064.entry.js +4 -0
- package/dist/ionic/p-1613cd36.system.entry.js +4 -0
- package/dist/ionic/p-17f49808.system.entry.js +4 -0
- package/dist/ionic/p-195c7099.system.entry.js +4 -0
- package/dist/ionic/p-1a3b4566.system.entry.js +4 -0
- package/dist/ionic/p-1bb9592a.entry.js +4 -0
- package/dist/ionic/p-1c8f3fef.system.entry.js +4 -0
- package/dist/ionic/p-1ee39457.system.entry.js +4 -0
- package/dist/ionic/p-1fd5c378.system.js +4 -0
- package/dist/ionic/p-20ec20dc.system.js +4 -0
- package/dist/ionic/p-243adf8c.js +4 -0
- package/dist/ionic/p-266448a7.system.entry.js +4 -0
- package/dist/ionic/p-29b8f112.js +4 -0
- package/dist/ionic/p-2a1b5646.system.js +4 -0
- package/dist/ionic/p-2a4ebf7b.entry.js +4 -0
- package/dist/ionic/p-2a6e60d2.system.entry.js +4 -0
- package/dist/ionic/p-2aca2df7.entry.js +4 -0
- package/dist/ionic/{p-a93873de.system.js → p-2b8078c3.system.js} +1 -1
- package/dist/ionic/{p-89b61afc.js → p-2c0735b6.js} +1 -1
- package/dist/ionic/p-2c4d0578.system.entry.js +4 -0
- package/dist/ionic/{p-f7ce606e.js → p-2cbcecdb.js} +1 -1
- package/dist/ionic/p-2cede1ff.system.entry.js +4 -0
- package/dist/ionic/{p-22bc235f.js → p-2d30c885.js} +1 -1
- package/dist/ionic/p-2f14ca13.js +4 -0
- package/dist/ionic/p-31956865.system.entry.js +4 -0
- package/dist/ionic/{p-6797c66e.system.js → p-34fa2a61.system.js} +2 -2
- package/dist/ionic/p-36b11a30.system.entry.js +4 -0
- package/dist/ionic/p-3775da84.system.entry.js +4 -0
- package/dist/ionic/p-396bdcf7.js +4 -0
- package/dist/ionic/p-3cdea564.system.entry.js +4 -0
- package/dist/ionic/p-3dd43dba.system.entry.js +4 -0
- package/dist/ionic/{p-c8402249.js → p-3e9058ad.js} +1 -1
- package/dist/ionic/p-3fa3fd4a.system.entry.js +4 -0
- package/dist/ionic/p-40ea7c52.js +4 -0
- package/dist/ionic/p-4279f787.entry.js +4 -0
- package/dist/ionic/p-429dd2b5.system.js +4 -0
- package/dist/ionic/p-42acd60b.system.entry.js +4 -0
- package/dist/ionic/{p-a4866e3e.system.js → p-42e12526.system.js} +1 -1
- package/dist/ionic/p-43b4ca5b.entry.js +4 -0
- package/dist/ionic/p-443152fd.js +4 -0
- package/dist/ionic/p-4459a66e.system.js +4 -0
- package/dist/ionic/p-4606e323.system.entry.js +4 -0
- package/dist/ionic/p-46204887.entry.js +4 -0
- package/dist/ionic/p-495eb25e.entry.js +4 -0
- package/dist/ionic/p-534b5031.js +4 -0
- package/dist/ionic/{p-66a5d6a8.js → p-578d5013.js} +1 -1
- package/dist/ionic/p-579b4a63.entry.js +4 -0
- package/dist/ionic/p-583f0c5f.js +4 -0
- package/dist/ionic/p-58a30d90.entry.js +4 -0
- package/dist/ionic/{p-da2b833b.js → p-58f16ef6.js} +1 -1
- package/dist/ionic/p-5b57d327.system.js +4 -0
- package/dist/ionic/p-5c586ac1.entry.js +4 -0
- package/dist/ionic/p-5c9aab48.system.entry.js +4 -0
- package/dist/ionic/p-5dce701d.js +4 -0
- package/dist/ionic/{p-9146695e.system.js → p-5df8d52a.system.js} +1 -1
- package/dist/ionic/p-607c9c33.js +4 -0
- package/dist/ionic/p-61977a32.entry.js +4 -0
- package/dist/ionic/p-64771457.system.entry.js +4 -0
- package/dist/ionic/p-653e4810.entry.js +4 -0
- package/dist/ionic/p-6620dffa.entry.js +4 -0
- package/dist/ionic/p-663ace5f.entry.js +4 -0
- package/dist/ionic/p-66a495c4.system.entry.js +4 -0
- package/dist/ionic/p-6761a590.js +4 -0
- package/dist/ionic/p-689a94b3.system.entry.js +4 -0
- package/dist/ionic/p-6a0dd6bc.js +4 -0
- package/dist/ionic/p-6bf6e9e8.entry.js +4 -0
- package/dist/ionic/p-6ce59667.entry.js +4 -0
- package/dist/ionic/{p-b06ac4a5.system.js → p-6eb15fc1.system.js} +1 -1
- package/dist/ionic/p-7071d7ca.js +4 -0
- package/dist/ionic/p-70d36cb8.system.js +4 -0
- package/dist/ionic/p-71d96a02.system.entry.js +4 -0
- package/dist/ionic/p-72d019c5.system.entry.js +4 -0
- package/dist/ionic/p-730993c9.system.entry.js +4 -0
- package/dist/ionic/p-787d9af9.js +4 -0
- package/dist/ionic/p-78fbb151.system.js +4 -0
- package/dist/ionic/p-7beb0900.system.entry.js +4 -0
- package/dist/ionic/p-7d8e1a3d.system.entry.js +4 -0
- package/dist/ionic/p-7dbbb35d.entry.js +4 -0
- package/dist/ionic/p-7e4cf8e1.entry.js +4 -0
- package/dist/ionic/p-80263807.system.js +4 -0
- package/dist/ionic/p-83d7c238.system.entry.js +4 -0
- package/dist/ionic/p-85bb90f6.entry.js +4 -0
- package/dist/ionic/p-85cee6c9.entry.js +4 -0
- package/dist/ionic/p-86a390a7.js +4 -0
- package/dist/ionic/p-883ff61d.system.entry.js +4 -0
- package/dist/ionic/p-8870fcbd.entry.js +4 -0
- package/dist/ionic/p-8cba58fa.system.entry.js +4 -0
- package/dist/ionic/p-8cfd2546.entry.js +4 -0
- package/dist/ionic/p-8d7684b7.entry.js +4 -0
- package/dist/ionic/p-8d7bbe79.system.entry.js +4 -0
- package/dist/ionic/p-8f3bd9ab.system.js +4 -0
- package/dist/ionic/p-90ac5fdf.entry.js +4 -0
- package/dist/ionic/p-90ec152d.system.js +4 -0
- package/dist/ionic/p-91ce2114.entry.js +4 -0
- package/dist/ionic/p-97ce7496.system.entry.js +4 -0
- package/dist/ionic/p-981b8086.entry.js +4 -0
- package/dist/ionic/p-999a0cef.system.entry.js +4 -0
- package/dist/ionic/p-9b177519.js +4 -0
- package/dist/ionic/p-9dab7e7c.js +4 -0
- package/dist/ionic/p-9e9999d5.entry.js +4 -0
- package/dist/ionic/p-a3144a1e.entry.js +4 -0
- package/dist/ionic/{p-5eb6f582.system.js → p-a3ad8084.system.js} +1 -1
- package/dist/ionic/p-a4c11918.system.entry.js +4 -0
- package/dist/ionic/p-a4c64c42.entry.js +4 -0
- package/dist/ionic/{p-c7e16491.js → p-a92ad86c.js} +1 -1
- package/dist/ionic/p-a9af4103.js +4 -0
- package/dist/ionic/p-b1618321.entry.js +4 -0
- package/dist/ionic/{p-9a2ff5ea.system.js → p-b3b40a2f.system.js} +1 -1
- package/dist/ionic/p-b6baf215.entry.js +4 -0
- package/dist/ionic/p-bb79b24d.system.entry.js +4 -0
- package/dist/ionic/p-bc0ab45b.entry.js +4 -0
- package/dist/ionic/p-bcfc28b7.system.entry.js +4 -0
- package/dist/ionic/p-bd215938.system.entry.js +4 -0
- package/dist/ionic/{p-2027221d.js → p-be1800d4.js} +1 -1
- package/dist/ionic/p-befb004d.entry.js +4 -0
- package/dist/ionic/{p-a6625de8.system.js → p-c0abf8f8.system.js} +1 -1
- package/dist/ionic/p-c248c88d.system.js +4 -0
- package/dist/ionic/p-c27342bf.system.entry.js +4 -0
- package/dist/ionic/p-c47cb709.js +4 -0
- package/dist/ionic/p-cbad55f3.system.entry.js +4 -0
- package/dist/ionic/p-cef4553b.entry.js +4 -0
- package/dist/ionic/p-cff47c26.system.entry.js +4 -0
- package/dist/ionic/{p-042d5353.system.js → p-d197eaeb.system.js} +1 -1
- package/dist/ionic/{p-f11a9436.system.js → p-d2536fe8.system.js} +1 -1
- package/dist/ionic/p-d2e6afa9.system.js +4 -0
- package/dist/ionic/p-d35e20cf.system.entry.js +4 -0
- package/dist/ionic/p-d4a21287.js +4 -0
- package/dist/ionic/p-d534a6c8.entry.js +4 -0
- package/dist/ionic/p-d75951ba.system.entry.js +4 -0
- package/dist/ionic/p-d760d709.entry.js +4 -0
- package/dist/ionic/p-da7bd63e.system.entry.js +4 -0
- package/dist/ionic/p-de32ae2a.system.entry.js +4 -0
- package/dist/ionic/{p-27281edd.js → p-de9f68cb.js} +1 -1
- package/dist/ionic/p-dea6541e.entry.js +4 -0
- package/dist/ionic/p-deb05ec4.js +4 -0
- package/dist/ionic/p-dff0b93b.system.entry.js +4 -0
- package/dist/ionic/{p-1bf5ec17.system.js → p-e028d393.system.js} +1 -1
- package/dist/ionic/p-e028d3f1.entry.js +4 -0
- package/dist/ionic/p-e3b70846.system.js +4 -0
- package/dist/ionic/p-e913a8ec.system.entry.js +4 -0
- package/dist/ionic/p-eb15cdb8.entry.js +4 -0
- package/dist/ionic/p-ed32d861.system.entry.js +4 -0
- package/dist/ionic/p-ef74796f.entry.js +4 -0
- package/dist/ionic/p-ef7f7ba9.js +4 -0
- package/dist/ionic/p-effec462.system.js +4 -0
- package/dist/ionic/{p-8985cdb6.system.js → p-f3fed3f9.system.js} +1 -1
- package/dist/ionic/p-f4a27763.entry.js +4 -0
- package/dist/ionic/p-f63db3d4.entry.js +4 -0
- package/dist/ionic/p-f853b71b.entry.js +4 -0
- package/dist/ionic/p-fb0197d6.system.entry.js +4 -0
- package/dist/ionic/{p-77991411.system.js → p-fcedca77.system.js} +1 -1
- package/dist/ionic/p-fdcaa201.system.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 +6 -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 +28 -1
- package/dist/types/components/breadcrumb/breadcrumb.d.ts +4 -1
- package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +2 -2
- package/dist/types/components/button/button.d.ts +15 -4
- package/dist/types/components/buttons/buttons.d.ts +5 -1
- package/dist/types/components/card/card.d.ts +8 -1
- package/dist/types/components/card-content/card-content.d.ts +2 -1
- package/dist/types/components/card-header/card-header.d.ts +3 -2
- package/dist/types/components/card-subtitle/card-subtitle.d.ts +2 -1
- package/dist/types/components/card-title/card-title.d.ts +2 -1
- package/dist/types/components/checkbox/checkbox.d.ts +14 -4
- package/dist/types/components/chip/chip.d.ts +19 -1
- package/dist/types/components/col/col.d.ts +4 -0
- package/dist/types/components/content/content.d.ts +3 -0
- package/dist/types/components/datetime/datetime.d.ts +26 -1
- package/dist/types/components/datetime/utils/data.d.ts +5 -5
- package/dist/types/components/datetime-button/datetime-button.d.ts +2 -1
- package/dist/types/components/divider/divider.d.ts +21 -0
- 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 -0
- package/dist/types/components/range/range.d.ts +2 -1
- package/dist/types/components/refresher/refresher.d.ts +2 -1
- package/dist/types/components/refresher-content/refresher-content.d.ts +4 -0
- package/dist/types/components/reorder/reorder.d.ts +9 -0
- package/dist/types/components/reorder-group/reorder-group.d.ts +4 -0
- package/dist/types/components/ripple-effect/ripple-effect.d.ts +4 -0
- package/dist/types/components/route/route.d.ts +4 -0
- package/dist/types/components/router/router.d.ts +4 -0
- package/dist/types/components/router-link/router-link.d.ts +4 -0
- package/dist/types/components/router-outlet/router-outlet.d.ts +4 -1
- package/dist/types/components/row/row.d.ts +4 -0
- package/dist/types/components/searchbar/searchbar.d.ts +51 -9
- package/dist/types/components/segment/segment.d.ts +2 -1
- package/dist/types/components/segment-button/segment-button.d.ts +2 -1
- package/dist/types/components/select/select.d.ts +41 -13
- 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 -1
- package/dist/types/components/toolbar/toolbar.d.ts +4 -3
- package/dist/types/components.d.ts +1457 -195
- 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 +13 -0
- package/dist/types/utils/helpers.d.ts +11 -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 +2554 -893
- package/hydrate/index.mjs +2554 -893
- package/package.json +9 -4
- package/components/hardware-back-button.js +0 -115
- package/components/index8.js +0 -128
- package/dist/cjs/hardware-back-button-5a99001f.js +0 -122
- package/dist/cjs/index-48b2a28e.js +0 -46
- package/dist/cjs/index-c8d52405.js +0 -10
- package/dist/cjs/ionic-global-acb665ad.js +0 -227
- package/dist/esm/hardware-back-button-864101a3.js +0 -116
- package/dist/esm/index-738d7504.js +0 -42
- package/dist/esm/index-8222b29f.js +0 -167
- package/dist/esm/index-a5d50daf.js +0 -7
- package/dist/esm/ionic-global-ca86cf32.js +0 -221
- package/dist/esm-es5/animation-eab5a4ca.js +0 -4
- package/dist/esm-es5/app-globals-7b6cbf1a.js +0 -4
- package/dist/esm-es5/capacitor-59395cbd.js +0 -4
- package/dist/esm-es5/data-174ad5e0.js +0 -4
- package/dist/esm-es5/focus-visible-dd40d69f.js +0 -4
- package/dist/esm-es5/framework-delegate-c7d92b77.js +0 -4
- package/dist/esm-es5/hardware-back-button-864101a3.js +0 -4
- package/dist/esm-es5/helpers-e48b0397.js +0 -4
- package/dist/esm-es5/index-738d7504.js +0 -4
- package/dist/esm-es5/index-8222b29f.js +0 -4
- package/dist/esm-es5/index-933ca126.js +0 -4
- package/dist/esm-es5/index-a313df53.js +0 -4
- package/dist/esm-es5/index-a5d50daf.js +0 -4
- package/dist/esm-es5/index-c63afbe6.js +0 -4
- package/dist/esm-es5/input-shims-3070628a.js +0 -4
- package/dist/esm-es5/input.utils-926c04a8.js +0 -4
- package/dist/esm-es5/ionic-global-ca86cf32.js +0 -4
- package/dist/esm-es5/ios.transition-5fe4d6c8.js +0 -4
- package/dist/esm-es5/keyboard-controller-ec5c2bfa.js +0 -4
- package/dist/esm-es5/md.transition-3d0d3730.js +0 -4
- package/dist/esm-es5/notch-controller-381a5334.js +0 -4
- package/dist/esm-es5/overlays-7579a420.js +0 -4
- package/dist/esm-es5/status-tap-6367b913.js +0 -4
- package/dist/esm-es5/swipe-back-276cda49.js +0 -4
- package/dist/ionic/p-023e8017.system.entry.js +0 -4
- package/dist/ionic/p-060e4551.js +0 -4
- package/dist/ionic/p-0749768d.entry.js +0 -4
- package/dist/ionic/p-094c82d7.entry.js +0 -4
- package/dist/ionic/p-0adb6909.system.entry.js +0 -4
- package/dist/ionic/p-0be8a0b5.entry.js +0 -4
- package/dist/ionic/p-0bedc891.system.entry.js +0 -4
- package/dist/ionic/p-0c0ec971.entry.js +0 -4
- package/dist/ionic/p-0c9b8240.system.entry.js +0 -4
- package/dist/ionic/p-0ec5b7cf.system.js +0 -4
- package/dist/ionic/p-1164ff6b.system.entry.js +0 -4
- package/dist/ionic/p-13886789.entry.js +0 -4
- package/dist/ionic/p-143ff664.system.entry.js +0 -4
- package/dist/ionic/p-18f9b6d5.entry.js +0 -4
- package/dist/ionic/p-19c32a76.entry.js +0 -4
- package/dist/ionic/p-1a9613bf.system.entry.js +0 -4
- package/dist/ionic/p-1c1d781d.system.entry.js +0 -4
- package/dist/ionic/p-1d2844a5.system.entry.js +0 -4
- package/dist/ionic/p-1d98a7f1.entry.js +0 -4
- package/dist/ionic/p-1dfc11b3.system.js +0 -4
- package/dist/ionic/p-1e4371bd.js +0 -4
- package/dist/ionic/p-1f837356.entry.js +0 -4
- package/dist/ionic/p-21371278.system.entry.js +0 -4
- package/dist/ionic/p-21891ead.js +0 -4
- package/dist/ionic/p-24ae7b33.system.js +0 -4
- package/dist/ionic/p-297d6806.system.js +0 -4
- package/dist/ionic/p-29a5b4e4.entry.js +0 -4
- package/dist/ionic/p-2ab4a324.system.entry.js +0 -4
- package/dist/ionic/p-2b7827c7.js +0 -4
- package/dist/ionic/p-2ee9a2c6.entry.js +0 -4
- package/dist/ionic/p-2fa5a4b1.entry.js +0 -4
- package/dist/ionic/p-3479f51b.system.js +0 -4
- package/dist/ionic/p-35f14792.entry.js +0 -4
- package/dist/ionic/p-37a438ad.system.entry.js +0 -4
- package/dist/ionic/p-3af7b907.entry.js +0 -4
- package/dist/ionic/p-3bd5fedc.system.js +0 -4
- package/dist/ionic/p-3be7cdeb.system.entry.js +0 -4
- package/dist/ionic/p-3e86b4fa.system.js +0 -4
- package/dist/ionic/p-3f4327f7.js +0 -4
- package/dist/ionic/p-42f6e75c.entry.js +0 -4
- package/dist/ionic/p-4470f87b.system.entry.js +0 -4
- package/dist/ionic/p-4493c1ac.entry.js +0 -4
- package/dist/ionic/p-44e168f3.system.js +0 -4
- package/dist/ionic/p-4630688e.system.entry.js +0 -4
- package/dist/ionic/p-472c7e08.system.entry.js +0 -4
- package/dist/ionic/p-491de063.system.entry.js +0 -4
- package/dist/ionic/p-49cb79a1.system.entry.js +0 -4
- package/dist/ionic/p-4c44d04c.js +0 -4
- package/dist/ionic/p-4c94580e.js +0 -4
- package/dist/ionic/p-4d0190ad.system.entry.js +0 -4
- package/dist/ionic/p-50f38461.entry.js +0 -4
- package/dist/ionic/p-51c363e7.system.js +0 -4
- package/dist/ionic/p-524ad57e.system.entry.js +0 -4
- package/dist/ionic/p-54893ae3.entry.js +0 -4
- package/dist/ionic/p-54e9620f.js +0 -4
- package/dist/ionic/p-58c482af.entry.js +0 -4
- package/dist/ionic/p-597ff9af.js +0 -4
- package/dist/ionic/p-5f4ff20a.entry.js +0 -4
- package/dist/ionic/p-606887b7.system.entry.js +0 -4
- package/dist/ionic/p-61e794fb.entry.js +0 -4
- package/dist/ionic/p-6e24cf82.entry.js +0 -4
- package/dist/ionic/p-72e6a9c6.entry.js +0 -4
- package/dist/ionic/p-747f9517.entry.js +0 -4
- package/dist/ionic/p-792919fd.system.js +0 -4
- package/dist/ionic/p-7b30edcc.js +0 -4
- package/dist/ionic/p-7cc33a9a.system.js +0 -4
- package/dist/ionic/p-7e3b5638.system.entry.js +0 -4
- package/dist/ionic/p-7f39653f.entry.js +0 -4
- package/dist/ionic/p-7ff4f502.entry.js +0 -4
- package/dist/ionic/p-81378456.system.entry.js +0 -4
- package/dist/ionic/p-81474833.system.entry.js +0 -4
- package/dist/ionic/p-838cc359.entry.js +0 -4
- package/dist/ionic/p-85f6070f.entry.js +0 -4
- package/dist/ionic/p-888d383b.system.entry.js +0 -4
- package/dist/ionic/p-8b1c1fd7.entry.js +0 -4
- package/dist/ionic/p-8deac7df.system.entry.js +0 -4
- package/dist/ionic/p-8fa4fa3f.entry.js +0 -4
- package/dist/ionic/p-8fa62efe.system.entry.js +0 -4
- package/dist/ionic/p-8fc426e2.entry.js +0 -4
- package/dist/ionic/p-941c06bc.js +0 -4
- package/dist/ionic/p-959cf042.system.entry.js +0 -4
- package/dist/ionic/p-988a0306.system.js +0 -4
- package/dist/ionic/p-9af7f110.js +0 -4
- package/dist/ionic/p-9b069739.entry.js +0 -4
- package/dist/ionic/p-9df36075.system.entry.js +0 -4
- package/dist/ionic/p-9e51f822.js +0 -4
- package/dist/ionic/p-a0a40004.system.entry.js +0 -4
- package/dist/ionic/p-a520973b.entry.js +0 -4
- package/dist/ionic/p-a587b2ae.system.js +0 -4
- package/dist/ionic/p-a63b345e.system.entry.js +0 -4
- package/dist/ionic/p-a9f2c0a7.entry.js +0 -4
- package/dist/ionic/p-ab7337e1.entry.js +0 -4
- package/dist/ionic/p-abe101da.system.js +0 -4
- package/dist/ionic/p-ac58d726.system.entry.js +0 -4
- package/dist/ionic/p-ace2d2be.entry.js +0 -4
- package/dist/ionic/p-ada878ce.entry.js +0 -4
- package/dist/ionic/p-b055d618.entry.js +0 -4
- package/dist/ionic/p-b2296998.system.entry.js +0 -4
- package/dist/ionic/p-b2ee0628.system.entry.js +0 -4
- package/dist/ionic/p-b6174297.entry.js +0 -4
- package/dist/ionic/p-b85d199c.entry.js +0 -4
- package/dist/ionic/p-b8c2dbcd.entry.js +0 -4
- package/dist/ionic/p-b9ea58ef.js +0 -4
- package/dist/ionic/p-b9eb1465.system.entry.js +0 -4
- package/dist/ionic/p-b9f2e353.entry.js +0 -4
- package/dist/ionic/p-bbc6db8c.entry.js +0 -4
- package/dist/ionic/p-bf64af90.system.js +0 -4
- package/dist/ionic/p-c005cc37.entry.js +0 -4
- package/dist/ionic/p-c25c0ba4.entry.js +0 -4
- package/dist/ionic/p-c468af8a.system.js +0 -4
- package/dist/ionic/p-c5b5f44a.entry.js +0 -4
- package/dist/ionic/p-c61cc894.js +0 -4
- package/dist/ionic/p-c6a20407.system.entry.js +0 -4
- package/dist/ionic/p-c8331397.system.entry.js +0 -4
- package/dist/ionic/p-c8bf9ba7.entry.js +0 -4
- package/dist/ionic/p-ceaea4ce.js +0 -4
- package/dist/ionic/p-d37fdc68.system.entry.js +0 -4
- package/dist/ionic/p-d47265c8.js +0 -4
- package/dist/ionic/p-d7032956.system.js +0 -4
- package/dist/ionic/p-d8c9d5ac.system.entry.js +0 -4
- package/dist/ionic/p-daf1e8ec.system.entry.js +0 -4
- package/dist/ionic/p-def7a8bd.system.entry.js +0 -4
- package/dist/ionic/p-e00b72ce.js +0 -4
- package/dist/ionic/p-e0a05506.js +0 -4
- package/dist/ionic/p-e0c0218f.system.entry.js +0 -4
- package/dist/ionic/p-e0c43e11.system.entry.js +0 -4
- package/dist/ionic/p-e4683bfd.system.entry.js +0 -4
- package/dist/ionic/p-e5708e5d.system.entry.js +0 -4
- package/dist/ionic/p-e5c27d9f.system.entry.js +0 -4
- package/dist/ionic/p-e5cf01f1.entry.js +0 -4
- package/dist/ionic/p-e7309bfa.js +0 -4
- package/dist/ionic/p-ed768b77.entry.js +0 -4
- package/dist/ionic/p-eec4b772.entry.js +0 -4
- package/dist/ionic/p-eeee3990.system.entry.js +0 -4
- package/dist/ionic/p-efa0f3f5.entry.js +0 -4
- package/dist/ionic/p-f02e9382.system.entry.js +0 -4
- package/dist/ionic/p-f201b53a.system.js +0 -4
- package/dist/ionic/p-f554845e.js +0 -4
- package/dist/ionic/p-f6bb9be7.system.entry.js +0 -4
- package/dist/ionic/p-f94b2f2f.system.entry.js +0 -4
- package/dist/ionic/p-ff4a1ba0.system.entry.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,37 @@ 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.)
|
|
337
|
+
* @param elements - The elements to set focus on.
|
|
313
338
|
*/
|
|
314
339
|
"setFocus": (elements: HTMLElement[]) => Promise<void>;
|
|
340
|
+
/**
|
|
341
|
+
* The theme determines the visual appearance of the component.
|
|
342
|
+
*/
|
|
343
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
315
344
|
}
|
|
316
345
|
interface IonAvatar {
|
|
346
|
+
/**
|
|
347
|
+
* The mode determines the platform behaviors of the component.
|
|
348
|
+
*/
|
|
349
|
+
"mode"?: "ios" | "md";
|
|
350
|
+
/**
|
|
351
|
+
* 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.
|
|
352
|
+
*/
|
|
353
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
354
|
+
/**
|
|
355
|
+
* 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.
|
|
356
|
+
*/
|
|
357
|
+
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
358
|
+
/**
|
|
359
|
+
* The theme determines the visual appearance of the component.
|
|
360
|
+
*/
|
|
361
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
317
362
|
}
|
|
318
363
|
interface IonBackButton {
|
|
319
364
|
/**
|
|
@@ -333,7 +378,7 @@ export namespace Components {
|
|
|
333
378
|
*/
|
|
334
379
|
"icon"?: string | null;
|
|
335
380
|
/**
|
|
336
|
-
* The mode determines
|
|
381
|
+
* The mode determines the platform behaviors of the component.
|
|
337
382
|
*/
|
|
338
383
|
"mode"?: "ios" | "md";
|
|
339
384
|
/**
|
|
@@ -344,12 +389,20 @@ export namespace Components {
|
|
|
344
389
|
* The text to display in the back button.
|
|
345
390
|
*/
|
|
346
391
|
"text"?: string | null;
|
|
392
|
+
/**
|
|
393
|
+
* The theme determines the visual appearance of the component.
|
|
394
|
+
*/
|
|
395
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
347
396
|
/**
|
|
348
397
|
* The type of the button.
|
|
349
398
|
*/
|
|
350
399
|
"type": 'submit' | 'reset' | 'button';
|
|
351
400
|
}
|
|
352
401
|
interface IonBackdrop {
|
|
402
|
+
/**
|
|
403
|
+
* The mode determines the platform behaviors of the component.
|
|
404
|
+
*/
|
|
405
|
+
"mode"?: "ios" | "md";
|
|
353
406
|
/**
|
|
354
407
|
* If `true`, the backdrop will stop propagation on tap.
|
|
355
408
|
*/
|
|
@@ -358,6 +411,10 @@ export namespace Components {
|
|
|
358
411
|
* If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.
|
|
359
412
|
*/
|
|
360
413
|
"tappable": boolean;
|
|
414
|
+
/**
|
|
415
|
+
* The theme determines the visual appearance of the component.
|
|
416
|
+
*/
|
|
417
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
361
418
|
/**
|
|
362
419
|
* If `true`, the backdrop will be visible.
|
|
363
420
|
*/
|
|
@@ -369,9 +426,25 @@ export namespace Components {
|
|
|
369
426
|
*/
|
|
370
427
|
"color"?: Color;
|
|
371
428
|
/**
|
|
372
|
-
* The mode determines
|
|
429
|
+
* The mode determines the platform behaviors of the component.
|
|
373
430
|
*/
|
|
374
431
|
"mode"?: "ios" | "md";
|
|
432
|
+
/**
|
|
433
|
+
* 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.
|
|
434
|
+
*/
|
|
435
|
+
"shape"?: 'soft' | 'round | rectangular';
|
|
436
|
+
/**
|
|
437
|
+
* 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.
|
|
438
|
+
*/
|
|
439
|
+
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
440
|
+
/**
|
|
441
|
+
* The theme determines the visual appearance of the component.
|
|
442
|
+
*/
|
|
443
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
444
|
+
/**
|
|
445
|
+
* Set to `"top"` to position the badge on top right absolute position of the parent element. Set to `"bottom"` to position the badge on bottom right absolute position of the parent element.
|
|
446
|
+
*/
|
|
447
|
+
"vertical"?: 'top' | 'bottom';
|
|
375
448
|
}
|
|
376
449
|
interface IonBreadcrumb {
|
|
377
450
|
/**
|
|
@@ -397,7 +470,7 @@ export namespace Components {
|
|
|
397
470
|
"href": string | undefined;
|
|
398
471
|
"last": boolean;
|
|
399
472
|
/**
|
|
400
|
-
* The mode determines
|
|
473
|
+
* The mode determines the platform behaviors of the component.
|
|
401
474
|
*/
|
|
402
475
|
"mode"?: "ios" | "md";
|
|
403
476
|
/**
|
|
@@ -421,6 +494,10 @@ export namespace Components {
|
|
|
421
494
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
422
495
|
*/
|
|
423
496
|
"target": string | undefined;
|
|
497
|
+
/**
|
|
498
|
+
* The theme determines the visual appearance of the component.
|
|
499
|
+
*/
|
|
500
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
424
501
|
}
|
|
425
502
|
interface IonBreadcrumbs {
|
|
426
503
|
/**
|
|
@@ -440,9 +517,13 @@ export namespace Components {
|
|
|
440
517
|
*/
|
|
441
518
|
"maxItems"?: number;
|
|
442
519
|
/**
|
|
443
|
-
* The mode determines
|
|
520
|
+
* The mode determines the platform behaviors of the component.
|
|
444
521
|
*/
|
|
445
522
|
"mode"?: "ios" | "md";
|
|
523
|
+
/**
|
|
524
|
+
* The theme determines the visual appearance of the component.
|
|
525
|
+
*/
|
|
526
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
446
527
|
}
|
|
447
528
|
interface IonButton {
|
|
448
529
|
/**
|
|
@@ -478,7 +559,7 @@ export namespace Components {
|
|
|
478
559
|
*/
|
|
479
560
|
"href": string | undefined;
|
|
480
561
|
/**
|
|
481
|
-
* The mode determines
|
|
562
|
+
* The mode determines the platform behaviors of the component.
|
|
482
563
|
*/
|
|
483
564
|
"mode"?: "ios" | "md";
|
|
484
565
|
/**
|
|
@@ -494,13 +575,13 @@ export namespace Components {
|
|
|
494
575
|
*/
|
|
495
576
|
"routerDirection": RouterDirection;
|
|
496
577
|
/**
|
|
497
|
-
* Set to `"round"` for a button with
|
|
578
|
+
* 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
579
|
*/
|
|
499
|
-
"shape"?: 'round';
|
|
580
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
500
581
|
/**
|
|
501
582
|
* 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
583
|
*/
|
|
503
|
-
"size"?: 'small' | 'default' | 'large';
|
|
584
|
+
"size"?: 'xsmall' | 'small' | 'default' | 'large' | 'xlarge';
|
|
504
585
|
/**
|
|
505
586
|
* If `true`, activates a button with a heavier font weight.
|
|
506
587
|
*/
|
|
@@ -509,6 +590,10 @@ export namespace Components {
|
|
|
509
590
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
510
591
|
*/
|
|
511
592
|
"target": string | undefined;
|
|
593
|
+
/**
|
|
594
|
+
* The theme determines the visual appearance of the component.
|
|
595
|
+
*/
|
|
596
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
512
597
|
/**
|
|
513
598
|
* The type of the button.
|
|
514
599
|
*/
|
|
@@ -516,9 +601,17 @@ export namespace Components {
|
|
|
516
601
|
}
|
|
517
602
|
interface IonButtons {
|
|
518
603
|
/**
|
|
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`
|
|
604
|
+
* 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
605
|
*/
|
|
521
606
|
"collapse": boolean;
|
|
607
|
+
/**
|
|
608
|
+
* The mode determines the platform behaviors of the component.
|
|
609
|
+
*/
|
|
610
|
+
"mode"?: "ios" | "md";
|
|
611
|
+
/**
|
|
612
|
+
* The theme determines the visual appearance of the component.
|
|
613
|
+
*/
|
|
614
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
522
615
|
}
|
|
523
616
|
interface IonCard {
|
|
524
617
|
/**
|
|
@@ -542,7 +635,7 @@ export namespace Components {
|
|
|
542
635
|
*/
|
|
543
636
|
"href": string | undefined;
|
|
544
637
|
/**
|
|
545
|
-
* The mode determines
|
|
638
|
+
* The mode determines the platform behaviors of the component.
|
|
546
639
|
*/
|
|
547
640
|
"mode"?: "ios" | "md";
|
|
548
641
|
/**
|
|
@@ -557,10 +650,18 @@ export namespace Components {
|
|
|
557
650
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
558
651
|
*/
|
|
559
652
|
"routerDirection": RouterDirection;
|
|
653
|
+
/**
|
|
654
|
+
* 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"`.
|
|
655
|
+
*/
|
|
656
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
560
657
|
/**
|
|
561
658
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
562
659
|
*/
|
|
563
660
|
"target": string | undefined;
|
|
661
|
+
/**
|
|
662
|
+
* The theme determines the visual appearance of the component.
|
|
663
|
+
*/
|
|
664
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
564
665
|
/**
|
|
565
666
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
566
667
|
*/
|
|
@@ -568,9 +669,13 @@ export namespace Components {
|
|
|
568
669
|
}
|
|
569
670
|
interface IonCardContent {
|
|
570
671
|
/**
|
|
571
|
-
* The mode determines
|
|
672
|
+
* The mode determines the platform behaviors of the component.
|
|
572
673
|
*/
|
|
573
674
|
"mode"?: "ios" | "md";
|
|
675
|
+
/**
|
|
676
|
+
* The theme determines the visual appearance of the component.
|
|
677
|
+
*/
|
|
678
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
574
679
|
}
|
|
575
680
|
interface IonCardHeader {
|
|
576
681
|
/**
|
|
@@ -578,11 +683,15 @@ export namespace Components {
|
|
|
578
683
|
*/
|
|
579
684
|
"color"?: Color;
|
|
580
685
|
/**
|
|
581
|
-
* The mode determines
|
|
686
|
+
* The mode determines the platform behaviors of the component.
|
|
582
687
|
*/
|
|
583
688
|
"mode"?: "ios" | "md";
|
|
584
689
|
/**
|
|
585
|
-
*
|
|
690
|
+
* The theme determines the visual appearance of the component.
|
|
691
|
+
*/
|
|
692
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
693
|
+
/**
|
|
694
|
+
* 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
695
|
*/
|
|
587
696
|
"translucent": boolean;
|
|
588
697
|
}
|
|
@@ -592,9 +701,13 @@ export namespace Components {
|
|
|
592
701
|
*/
|
|
593
702
|
"color"?: Color;
|
|
594
703
|
/**
|
|
595
|
-
* The mode determines
|
|
704
|
+
* The mode determines the platform behaviors of the component.
|
|
596
705
|
*/
|
|
597
706
|
"mode"?: "ios" | "md";
|
|
707
|
+
/**
|
|
708
|
+
* The theme determines the visual appearance of the component.
|
|
709
|
+
*/
|
|
710
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
598
711
|
}
|
|
599
712
|
interface IonCardTitle {
|
|
600
713
|
/**
|
|
@@ -602,9 +715,13 @@ export namespace Components {
|
|
|
602
715
|
*/
|
|
603
716
|
"color"?: Color;
|
|
604
717
|
/**
|
|
605
|
-
* The mode determines
|
|
718
|
+
* The mode determines the platform behaviors of the component.
|
|
606
719
|
*/
|
|
607
720
|
"mode"?: "ios" | "md";
|
|
721
|
+
/**
|
|
722
|
+
* The theme determines the visual appearance of the component.
|
|
723
|
+
*/
|
|
724
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
608
725
|
}
|
|
609
726
|
interface IonCheckbox {
|
|
610
727
|
/**
|
|
@@ -644,7 +761,7 @@ export namespace Components {
|
|
|
644
761
|
*/
|
|
645
762
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
646
763
|
/**
|
|
647
|
-
* The mode determines
|
|
764
|
+
* The mode determines the platform behaviors of the component.
|
|
648
765
|
*/
|
|
649
766
|
"mode"?: "ios" | "md";
|
|
650
767
|
/**
|
|
@@ -656,6 +773,18 @@ export namespace Components {
|
|
|
656
773
|
*/
|
|
657
774
|
"required": boolean;
|
|
658
775
|
"setFocus": () => Promise<void>;
|
|
776
|
+
/**
|
|
777
|
+
* Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
|
|
778
|
+
*/
|
|
779
|
+
"shape"?: 'soft' | 'rectangular';
|
|
780
|
+
/**
|
|
781
|
+
* Set to `"small"` for a checkbox with less height and padding.
|
|
782
|
+
*/
|
|
783
|
+
"size"?: 'small';
|
|
784
|
+
/**
|
|
785
|
+
* The theme determines the visual appearance of the component.
|
|
786
|
+
*/
|
|
787
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
659
788
|
/**
|
|
660
789
|
* 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>`.
|
|
661
790
|
*/
|
|
@@ -671,15 +800,31 @@ export namespace Components {
|
|
|
671
800
|
*/
|
|
672
801
|
"disabled": boolean;
|
|
673
802
|
/**
|
|
674
|
-
* The mode determines
|
|
803
|
+
* The mode determines the platform behaviors of the component.
|
|
675
804
|
*/
|
|
676
805
|
"mode"?: "ios" | "md";
|
|
677
806
|
/**
|
|
678
807
|
* Display an outline style button.
|
|
679
808
|
*/
|
|
680
809
|
"outline": boolean;
|
|
810
|
+
/**
|
|
811
|
+
* 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.
|
|
812
|
+
*/
|
|
813
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
814
|
+
/**
|
|
815
|
+
* Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
|
|
816
|
+
*/
|
|
817
|
+
"size"?: 'small' | 'large';
|
|
818
|
+
/**
|
|
819
|
+
* The theme determines the visual appearance of the component.
|
|
820
|
+
*/
|
|
821
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
681
822
|
}
|
|
682
823
|
interface IonCol {
|
|
824
|
+
/**
|
|
825
|
+
* The mode determines the platform behaviors of the component.
|
|
826
|
+
*/
|
|
827
|
+
"mode"?: "ios" | "md";
|
|
683
828
|
/**
|
|
684
829
|
* The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
|
|
685
830
|
*/
|
|
@@ -776,6 +921,10 @@ export namespace Components {
|
|
|
776
921
|
* 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.
|
|
777
922
|
*/
|
|
778
923
|
"sizeXs"?: string;
|
|
924
|
+
/**
|
|
925
|
+
* The theme determines the visual appearance of the component.
|
|
926
|
+
*/
|
|
927
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
779
928
|
}
|
|
780
929
|
interface IonContent {
|
|
781
930
|
/**
|
|
@@ -802,6 +951,10 @@ export namespace Components {
|
|
|
802
951
|
* 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.
|
|
803
952
|
*/
|
|
804
953
|
"getScrollElement": () => Promise<HTMLElement>;
|
|
954
|
+
/**
|
|
955
|
+
* The mode determines the platform behaviors of the component.
|
|
956
|
+
*/
|
|
957
|
+
"mode"?: "ios" | "md";
|
|
805
958
|
/**
|
|
806
959
|
* Scroll by a specified X/Y distance in the component.
|
|
807
960
|
* @param x The amount to scroll by on the horizontal axis.
|
|
@@ -838,6 +991,10 @@ export namespace Components {
|
|
|
838
991
|
* If you want to disable the content scrolling in the Y axis, set this property to `false`.
|
|
839
992
|
*/
|
|
840
993
|
"scrollY": boolean;
|
|
994
|
+
/**
|
|
995
|
+
* The theme determines the visual appearance of the component.
|
|
996
|
+
*/
|
|
997
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
841
998
|
}
|
|
842
999
|
interface IonDatetime {
|
|
843
1000
|
/**
|
|
@@ -913,7 +1070,7 @@ export namespace Components {
|
|
|
913
1070
|
*/
|
|
914
1071
|
"minuteValues"?: number[] | number | string;
|
|
915
1072
|
/**
|
|
916
|
-
* The mode determines
|
|
1073
|
+
* The mode determines the platform behaviors of the component.
|
|
917
1074
|
*/
|
|
918
1075
|
"mode"?: "ios" | "md";
|
|
919
1076
|
/**
|
|
@@ -964,6 +1121,10 @@ export namespace Components {
|
|
|
964
1121
|
* 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.
|
|
965
1122
|
*/
|
|
966
1123
|
"size": 'cover' | 'fixed';
|
|
1124
|
+
/**
|
|
1125
|
+
* The theme determines the visual appearance of the component.
|
|
1126
|
+
*/
|
|
1127
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
967
1128
|
/**
|
|
968
1129
|
* 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.
|
|
969
1130
|
*/
|
|
@@ -991,9 +1152,23 @@ export namespace Components {
|
|
|
991
1152
|
*/
|
|
992
1153
|
"disabled": boolean;
|
|
993
1154
|
/**
|
|
994
|
-
* The mode determines
|
|
1155
|
+
* The mode determines the platform behaviors of the component.
|
|
995
1156
|
*/
|
|
996
1157
|
"mode"?: "ios" | "md";
|
|
1158
|
+
/**
|
|
1159
|
+
* The theme determines the visual appearance of the component.
|
|
1160
|
+
*/
|
|
1161
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1162
|
+
}
|
|
1163
|
+
interface IonDivider {
|
|
1164
|
+
/**
|
|
1165
|
+
* If `true`, the divider will have horizontal margins By default, it's `false`
|
|
1166
|
+
*/
|
|
1167
|
+
"inset"?: boolean;
|
|
1168
|
+
/**
|
|
1169
|
+
* Set to `"xxsmall"` for the smallest spacing. Set to "xsmall" for a very small spacing. Set to `"small"` for a small spacing. Set to "medium" for a medium spacing. Set to "large" for a large spacing. Set to `"xlarge"` for the largest spacing. Defaults to `"small"` for the `ionic` theme, undefined for all other themes.
|
|
1170
|
+
*/
|
|
1171
|
+
"spacing"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge';
|
|
997
1172
|
}
|
|
998
1173
|
interface IonFab {
|
|
999
1174
|
/**
|
|
@@ -1012,6 +1187,14 @@ export namespace Components {
|
|
|
1012
1187
|
* Where to align the fab horizontally in the viewport.
|
|
1013
1188
|
*/
|
|
1014
1189
|
"horizontal"?: 'start' | 'end' | 'center';
|
|
1190
|
+
/**
|
|
1191
|
+
* The mode determines the platform behaviors of the component.
|
|
1192
|
+
*/
|
|
1193
|
+
"mode"?: "ios" | "md";
|
|
1194
|
+
/**
|
|
1195
|
+
* The theme determines the visual appearance of the component.
|
|
1196
|
+
*/
|
|
1197
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1015
1198
|
/**
|
|
1016
1199
|
* Opens/Closes the FAB list container.
|
|
1017
1200
|
*/
|
|
@@ -1029,7 +1212,7 @@ export namespace Components {
|
|
|
1029
1212
|
/**
|
|
1030
1213
|
* 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.
|
|
1031
1214
|
*/
|
|
1032
|
-
"closeIcon"
|
|
1215
|
+
"closeIcon"?: string;
|
|
1033
1216
|
/**
|
|
1034
1217
|
* 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).
|
|
1035
1218
|
*/
|
|
@@ -1047,7 +1230,7 @@ export namespace Components {
|
|
|
1047
1230
|
*/
|
|
1048
1231
|
"href": string | undefined;
|
|
1049
1232
|
/**
|
|
1050
|
-
* The mode determines
|
|
1233
|
+
* The mode determines the platform behaviors of the component.
|
|
1051
1234
|
*/
|
|
1052
1235
|
"mode"?: "ios" | "md";
|
|
1053
1236
|
/**
|
|
@@ -1075,7 +1258,11 @@ export namespace Components {
|
|
|
1075
1258
|
*/
|
|
1076
1259
|
"target": string | undefined;
|
|
1077
1260
|
/**
|
|
1078
|
-
*
|
|
1261
|
+
* The theme determines the visual appearance of the component.
|
|
1262
|
+
*/
|
|
1263
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1264
|
+
/**
|
|
1265
|
+
* 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).
|
|
1079
1266
|
*/
|
|
1080
1267
|
"translucent": boolean;
|
|
1081
1268
|
/**
|
|
@@ -1088,22 +1275,34 @@ export namespace Components {
|
|
|
1088
1275
|
* If `true`, the fab list will show all fab buttons in the list.
|
|
1089
1276
|
*/
|
|
1090
1277
|
"activated": boolean;
|
|
1278
|
+
/**
|
|
1279
|
+
* The mode determines the platform behaviors of the component.
|
|
1280
|
+
*/
|
|
1281
|
+
"mode"?: "ios" | "md";
|
|
1091
1282
|
/**
|
|
1092
1283
|
* The side the fab list will show on relative to the main fab button.
|
|
1093
1284
|
*/
|
|
1094
1285
|
"side": 'start' | 'end' | 'top' | 'bottom';
|
|
1286
|
+
/**
|
|
1287
|
+
* The theme determines the visual appearance of the component.
|
|
1288
|
+
*/
|
|
1289
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1095
1290
|
}
|
|
1096
1291
|
interface IonFooter {
|
|
1097
1292
|
/**
|
|
1098
|
-
* Describes the scroll effect that will be applied to the footer. Only applies
|
|
1293
|
+
* Describes the scroll effect that will be applied to the footer. Only applies when the theme is `"ios"`.
|
|
1099
1294
|
*/
|
|
1100
1295
|
"collapse"?: 'fade';
|
|
1101
1296
|
/**
|
|
1102
|
-
* The mode determines
|
|
1297
|
+
* The mode determines the platform behaviors of the component.
|
|
1103
1298
|
*/
|
|
1104
1299
|
"mode"?: "ios" | "md";
|
|
1105
1300
|
/**
|
|
1106
|
-
*
|
|
1301
|
+
* The theme determines the visual appearance of the component.
|
|
1302
|
+
*/
|
|
1303
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1304
|
+
/**
|
|
1305
|
+
* 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.
|
|
1107
1306
|
*/
|
|
1108
1307
|
"translucent": boolean;
|
|
1109
1308
|
}
|
|
@@ -1112,18 +1311,34 @@ export namespace Components {
|
|
|
1112
1311
|
* If `true`, the grid will have a fixed width based on the screen size.
|
|
1113
1312
|
*/
|
|
1114
1313
|
"fixed": boolean;
|
|
1314
|
+
/**
|
|
1315
|
+
* The mode determines the platform behaviors of the component.
|
|
1316
|
+
*/
|
|
1317
|
+
"mode"?: "ios" | "md";
|
|
1318
|
+
/**
|
|
1319
|
+
* The theme determines the visual appearance of the component.
|
|
1320
|
+
*/
|
|
1321
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1115
1322
|
}
|
|
1116
1323
|
interface IonHeader {
|
|
1117
1324
|
/**
|
|
1118
|
-
* Describes the scroll effect that will be applied to the header. Only applies
|
|
1325
|
+
* 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)
|
|
1119
1326
|
*/
|
|
1120
1327
|
"collapse"?: 'condense' | 'fade';
|
|
1121
1328
|
/**
|
|
1122
|
-
*
|
|
1329
|
+
* If `true`, the header will have a line at the bottom. TODO(ROU-10855): add support for this prop on ios/md themes
|
|
1330
|
+
*/
|
|
1331
|
+
"divider": boolean;
|
|
1332
|
+
/**
|
|
1333
|
+
* The mode determines the platform behaviors of the component.
|
|
1123
1334
|
*/
|
|
1124
1335
|
"mode"?: "ios" | "md";
|
|
1125
1336
|
/**
|
|
1126
|
-
*
|
|
1337
|
+
* The theme determines the visual appearance of the component.
|
|
1338
|
+
*/
|
|
1339
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1340
|
+
/**
|
|
1341
|
+
* 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.
|
|
1127
1342
|
*/
|
|
1128
1343
|
"translucent": boolean;
|
|
1129
1344
|
}
|
|
@@ -1132,10 +1347,18 @@ export namespace Components {
|
|
|
1132
1347
|
* 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.
|
|
1133
1348
|
*/
|
|
1134
1349
|
"alt"?: string;
|
|
1350
|
+
/**
|
|
1351
|
+
* The mode determines the platform behaviors of the component.
|
|
1352
|
+
*/
|
|
1353
|
+
"mode"?: "ios" | "md";
|
|
1135
1354
|
/**
|
|
1136
1355
|
* The image URL. This attribute is mandatory for the `<img>` element.
|
|
1137
1356
|
*/
|
|
1138
1357
|
"src"?: string;
|
|
1358
|
+
/**
|
|
1359
|
+
* The theme determines the visual appearance of the component.
|
|
1360
|
+
*/
|
|
1361
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1139
1362
|
}
|
|
1140
1363
|
interface IonInfiniteScroll {
|
|
1141
1364
|
/**
|
|
@@ -1146,10 +1369,18 @@ export namespace Components {
|
|
|
1146
1369
|
* 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.
|
|
1147
1370
|
*/
|
|
1148
1371
|
"disabled": boolean;
|
|
1372
|
+
/**
|
|
1373
|
+
* The mode determines the platform behaviors of the component.
|
|
1374
|
+
*/
|
|
1375
|
+
"mode"?: "ios" | "md";
|
|
1149
1376
|
/**
|
|
1150
1377
|
* The position of the infinite scroll element. The value can be either `top` or `bottom`.
|
|
1151
1378
|
*/
|
|
1152
1379
|
"position": 'top' | 'bottom';
|
|
1380
|
+
/**
|
|
1381
|
+
* The theme determines the visual appearance of the component.
|
|
1382
|
+
*/
|
|
1383
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1153
1384
|
/**
|
|
1154
1385
|
* 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.
|
|
1155
1386
|
*/
|
|
@@ -1164,6 +1395,14 @@ export namespace Components {
|
|
|
1164
1395
|
* 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.
|
|
1165
1396
|
*/
|
|
1166
1397
|
"loadingText"?: string | IonicSafeString;
|
|
1398
|
+
/**
|
|
1399
|
+
* The mode determines the platform behaviors of the component.
|
|
1400
|
+
*/
|
|
1401
|
+
"mode"?: "ios" | "md";
|
|
1402
|
+
/**
|
|
1403
|
+
* The theme determines the visual appearance of the component.
|
|
1404
|
+
*/
|
|
1405
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1167
1406
|
}
|
|
1168
1407
|
interface IonInput {
|
|
1169
1408
|
/**
|
|
@@ -1223,7 +1462,7 @@ export namespace Components {
|
|
|
1223
1462
|
*/
|
|
1224
1463
|
"errorText"?: string;
|
|
1225
1464
|
/**
|
|
1226
|
-
* 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
|
|
1465
|
+
* 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"`.
|
|
1227
1466
|
*/
|
|
1228
1467
|
"fill"?: 'outline' | 'solid';
|
|
1229
1468
|
/**
|
|
@@ -1243,9 +1482,9 @@ export namespace Components {
|
|
|
1243
1482
|
*/
|
|
1244
1483
|
"label"?: string;
|
|
1245
1484
|
/**
|
|
1246
|
-
* 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 ("...").
|
|
1485
|
+
* 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.
|
|
1247
1486
|
*/
|
|
1248
|
-
"labelPlacement"
|
|
1487
|
+
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
1249
1488
|
/**
|
|
1250
1489
|
* The maximum value, which must not be less than its minimum (min attribute) value.
|
|
1251
1490
|
*/
|
|
@@ -1263,7 +1502,7 @@ export namespace Components {
|
|
|
1263
1502
|
*/
|
|
1264
1503
|
"minlength"?: number;
|
|
1265
1504
|
/**
|
|
1266
|
-
* The mode determines
|
|
1505
|
+
* The mode determines the platform behaviors of the component.
|
|
1267
1506
|
*/
|
|
1268
1507
|
"mode"?: "ios" | "md";
|
|
1269
1508
|
/**
|
|
@@ -1295,9 +1534,13 @@ export namespace Components {
|
|
|
1295
1534
|
*/
|
|
1296
1535
|
"setFocus": () => Promise<void>;
|
|
1297
1536
|
/**
|
|
1298
|
-
*
|
|
1537
|
+
* 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"`.
|
|
1538
|
+
*/
|
|
1539
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1540
|
+
/**
|
|
1541
|
+
* 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.
|
|
1299
1542
|
*/
|
|
1300
|
-
"
|
|
1543
|
+
"size"?: 'medium' | 'large' | 'xlarge';
|
|
1301
1544
|
/**
|
|
1302
1545
|
* If `true`, the element will have its spelling and grammar checked.
|
|
1303
1546
|
*/
|
|
@@ -1306,6 +1549,10 @@ export namespace Components {
|
|
|
1306
1549
|
* 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.
|
|
1307
1550
|
*/
|
|
1308
1551
|
"step"?: string;
|
|
1552
|
+
/**
|
|
1553
|
+
* The theme determines the visual appearance of the component.
|
|
1554
|
+
*/
|
|
1555
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1309
1556
|
/**
|
|
1310
1557
|
* The type of control to display. The default type is text.
|
|
1311
1558
|
*/
|
|
@@ -1344,13 +1591,13 @@ export namespace Components {
|
|
|
1344
1591
|
*/
|
|
1345
1592
|
"color"?: Color;
|
|
1346
1593
|
/**
|
|
1347
|
-
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
1594
|
+
* 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.
|
|
1348
1595
|
*/
|
|
1349
1596
|
"detail"?: boolean;
|
|
1350
1597
|
/**
|
|
1351
1598
|
* The icon to use when `detail` is set to `true`.
|
|
1352
1599
|
*/
|
|
1353
|
-
"detailIcon"
|
|
1600
|
+
"detailIcon"?: string;
|
|
1354
1601
|
/**
|
|
1355
1602
|
* If `true`, the user cannot interact with the item.
|
|
1356
1603
|
*/
|
|
@@ -1368,7 +1615,7 @@ export namespace Components {
|
|
|
1368
1615
|
*/
|
|
1369
1616
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1370
1617
|
/**
|
|
1371
|
-
* The mode determines
|
|
1618
|
+
* The mode determines the platform behaviors of the component.
|
|
1372
1619
|
*/
|
|
1373
1620
|
"mode"?: "ios" | "md";
|
|
1374
1621
|
/**
|
|
@@ -1387,6 +1634,10 @@ export namespace Components {
|
|
|
1387
1634
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
1388
1635
|
*/
|
|
1389
1636
|
"target": string | undefined;
|
|
1637
|
+
/**
|
|
1638
|
+
* The theme determines the visual appearance of the component.
|
|
1639
|
+
*/
|
|
1640
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1390
1641
|
/**
|
|
1391
1642
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
1392
1643
|
*/
|
|
@@ -1398,15 +1649,27 @@ export namespace Components {
|
|
|
1398
1649
|
*/
|
|
1399
1650
|
"color"?: Color;
|
|
1400
1651
|
/**
|
|
1401
|
-
* The mode determines
|
|
1652
|
+
* The mode determines the platform behaviors of the component.
|
|
1402
1653
|
*/
|
|
1403
1654
|
"mode"?: "ios" | "md";
|
|
1404
1655
|
/**
|
|
1405
1656
|
* 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
|
|
1406
1657
|
*/
|
|
1407
1658
|
"sticky": boolean;
|
|
1659
|
+
/**
|
|
1660
|
+
* The theme determines the visual appearance of the component.
|
|
1661
|
+
*/
|
|
1662
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1408
1663
|
}
|
|
1409
1664
|
interface IonItemGroup {
|
|
1665
|
+
/**
|
|
1666
|
+
* The mode determines the platform behaviors of the component.
|
|
1667
|
+
*/
|
|
1668
|
+
"mode"?: "ios" | "md";
|
|
1669
|
+
/**
|
|
1670
|
+
* The theme determines the visual appearance of the component.
|
|
1671
|
+
*/
|
|
1672
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1410
1673
|
}
|
|
1411
1674
|
interface IonItemOption {
|
|
1412
1675
|
/**
|
|
@@ -1430,17 +1693,25 @@ export namespace Components {
|
|
|
1430
1693
|
*/
|
|
1431
1694
|
"href": string | undefined;
|
|
1432
1695
|
/**
|
|
1433
|
-
* The mode determines
|
|
1696
|
+
* The mode determines the platform behaviors of the component.
|
|
1434
1697
|
*/
|
|
1435
1698
|
"mode"?: "ios" | "md";
|
|
1436
1699
|
/**
|
|
1437
1700
|
* 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).
|
|
1438
1701
|
*/
|
|
1439
1702
|
"rel": string | undefined;
|
|
1703
|
+
/**
|
|
1704
|
+
* 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.
|
|
1705
|
+
*/
|
|
1706
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1440
1707
|
/**
|
|
1441
1708
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
1442
1709
|
*/
|
|
1443
1710
|
"target": string | undefined;
|
|
1711
|
+
/**
|
|
1712
|
+
* The theme determines the visual appearance of the component.
|
|
1713
|
+
*/
|
|
1714
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1444
1715
|
/**
|
|
1445
1716
|
* The type of the button.
|
|
1446
1717
|
*/
|
|
@@ -1448,10 +1719,18 @@ export namespace Components {
|
|
|
1448
1719
|
}
|
|
1449
1720
|
interface IonItemOptions {
|
|
1450
1721
|
"fireSwipeEvent": () => Promise<void>;
|
|
1722
|
+
/**
|
|
1723
|
+
* The mode determines the platform behaviors of the component.
|
|
1724
|
+
*/
|
|
1725
|
+
"mode"?: "ios" | "md";
|
|
1451
1726
|
/**
|
|
1452
1727
|
* 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.
|
|
1453
1728
|
*/
|
|
1454
1729
|
"side": Side;
|
|
1730
|
+
/**
|
|
1731
|
+
* The theme determines the visual appearance of the component.
|
|
1732
|
+
*/
|
|
1733
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1455
1734
|
}
|
|
1456
1735
|
interface IonItemSliding {
|
|
1457
1736
|
/**
|
|
@@ -1474,11 +1753,19 @@ export namespace Components {
|
|
|
1474
1753
|
* 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.
|
|
1475
1754
|
*/
|
|
1476
1755
|
"getSlidingRatio": () => Promise<number>;
|
|
1756
|
+
/**
|
|
1757
|
+
* The mode determines the platform behaviors of the component.
|
|
1758
|
+
*/
|
|
1759
|
+
"mode"?: "ios" | "md";
|
|
1477
1760
|
/**
|
|
1478
1761
|
* Open the sliding item.
|
|
1479
1762
|
* @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.
|
|
1480
1763
|
*/
|
|
1481
1764
|
"open": (side: Side | undefined) => Promise<void>;
|
|
1765
|
+
/**
|
|
1766
|
+
* The theme determines the visual appearance of the component.
|
|
1767
|
+
*/
|
|
1768
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1482
1769
|
}
|
|
1483
1770
|
interface IonLabel {
|
|
1484
1771
|
/**
|
|
@@ -1486,13 +1773,17 @@ export namespace Components {
|
|
|
1486
1773
|
*/
|
|
1487
1774
|
"color"?: Color;
|
|
1488
1775
|
/**
|
|
1489
|
-
* The mode determines
|
|
1776
|
+
* The mode determines the platform behaviors of the component.
|
|
1490
1777
|
*/
|
|
1491
1778
|
"mode"?: "ios" | "md";
|
|
1492
1779
|
/**
|
|
1493
1780
|
* The position determines where and how the label behaves inside an item.
|
|
1494
1781
|
*/
|
|
1495
1782
|
"position"?: 'fixed' | 'stacked' | 'floating';
|
|
1783
|
+
/**
|
|
1784
|
+
* The theme determines the visual appearance of the component.
|
|
1785
|
+
*/
|
|
1786
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1496
1787
|
}
|
|
1497
1788
|
interface IonList {
|
|
1498
1789
|
/**
|
|
@@ -1508,9 +1799,17 @@ export namespace Components {
|
|
|
1508
1799
|
*/
|
|
1509
1800
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1510
1801
|
/**
|
|
1511
|
-
* The mode determines
|
|
1802
|
+
* The mode determines the platform behaviors of the component.
|
|
1512
1803
|
*/
|
|
1513
1804
|
"mode"?: "ios" | "md";
|
|
1805
|
+
/**
|
|
1806
|
+
* 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.
|
|
1807
|
+
*/
|
|
1808
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1809
|
+
/**
|
|
1810
|
+
* The theme determines the visual appearance of the component.
|
|
1811
|
+
*/
|
|
1812
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1514
1813
|
}
|
|
1515
1814
|
interface IonListHeader {
|
|
1516
1815
|
/**
|
|
@@ -1522,9 +1821,13 @@ export namespace Components {
|
|
|
1522
1821
|
*/
|
|
1523
1822
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1524
1823
|
/**
|
|
1525
|
-
* The mode determines
|
|
1824
|
+
* The mode determines the platform behaviors of the component.
|
|
1526
1825
|
*/
|
|
1527
1826
|
"mode"?: "ios" | "md";
|
|
1827
|
+
/**
|
|
1828
|
+
* The theme determines the visual appearance of the component.
|
|
1829
|
+
*/
|
|
1830
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1528
1831
|
}
|
|
1529
1832
|
interface IonLoading {
|
|
1530
1833
|
/**
|
|
@@ -1576,7 +1879,7 @@ export namespace Components {
|
|
|
1576
1879
|
*/
|
|
1577
1880
|
"message"?: string | IonicSafeString;
|
|
1578
1881
|
/**
|
|
1579
|
-
* The mode determines
|
|
1882
|
+
* The mode determines the platform behaviors of the component.
|
|
1580
1883
|
*/
|
|
1581
1884
|
"mode"?: "ios" | "md";
|
|
1582
1885
|
/**
|
|
@@ -1601,7 +1904,11 @@ export namespace Components {
|
|
|
1601
1904
|
*/
|
|
1602
1905
|
"spinner"?: SpinnerTypes | null;
|
|
1603
1906
|
/**
|
|
1604
|
-
*
|
|
1907
|
+
* The theme determines the visual appearance of the component.
|
|
1908
|
+
*/
|
|
1909
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1910
|
+
/**
|
|
1911
|
+
* 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).
|
|
1605
1912
|
*/
|
|
1606
1913
|
"translucent": boolean;
|
|
1607
1914
|
/**
|
|
@@ -1638,6 +1945,10 @@ export namespace Components {
|
|
|
1638
1945
|
* An id for the menu.
|
|
1639
1946
|
*/
|
|
1640
1947
|
"menuId"?: string;
|
|
1948
|
+
/**
|
|
1949
|
+
* The mode determines the platform behaviors of the component.
|
|
1950
|
+
*/
|
|
1951
|
+
"mode"?: "ios" | "md";
|
|
1641
1952
|
/**
|
|
1642
1953
|
* Opens the menu. If the menu is already open or it can't be opened, it returns `false`.
|
|
1643
1954
|
*/
|
|
@@ -1654,6 +1965,10 @@ export namespace Components {
|
|
|
1654
1965
|
* If `true`, swiping the menu is enabled.
|
|
1655
1966
|
*/
|
|
1656
1967
|
"swipeGesture": boolean;
|
|
1968
|
+
/**
|
|
1969
|
+
* The theme determines the visual appearance of the component.
|
|
1970
|
+
*/
|
|
1971
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1657
1972
|
/**
|
|
1658
1973
|
* 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`.
|
|
1659
1974
|
*/
|
|
@@ -1681,9 +1996,13 @@ export namespace Components {
|
|
|
1681
1996
|
*/
|
|
1682
1997
|
"menu"?: string;
|
|
1683
1998
|
/**
|
|
1684
|
-
* The mode determines
|
|
1999
|
+
* The mode determines the platform behaviors of the component.
|
|
1685
2000
|
*/
|
|
1686
2001
|
"mode"?: "ios" | "md";
|
|
2002
|
+
/**
|
|
2003
|
+
* The theme determines the visual appearance of the component.
|
|
2004
|
+
*/
|
|
2005
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1687
2006
|
/**
|
|
1688
2007
|
* The type of the button.
|
|
1689
2008
|
*/
|
|
@@ -1698,6 +2017,14 @@ export namespace Components {
|
|
|
1698
2017
|
* 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.
|
|
1699
2018
|
*/
|
|
1700
2019
|
"menu"?: string;
|
|
2020
|
+
/**
|
|
2021
|
+
* The mode determines the platform behaviors of the component.
|
|
2022
|
+
*/
|
|
2023
|
+
"mode"?: "ios" | "md";
|
|
2024
|
+
/**
|
|
2025
|
+
* The theme determines the visual appearance of the component.
|
|
2026
|
+
*/
|
|
2027
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1701
2028
|
}
|
|
1702
2029
|
interface IonModal {
|
|
1703
2030
|
/**
|
|
@@ -1789,7 +2116,7 @@ export namespace Components {
|
|
|
1789
2116
|
*/
|
|
1790
2117
|
"leaveAnimation"?: AnimationBuilder;
|
|
1791
2118
|
/**
|
|
1792
|
-
* The mode determines
|
|
2119
|
+
* The mode determines the platform behaviors of the component.
|
|
1793
2120
|
*/
|
|
1794
2121
|
"mode"?: "ios" | "md";
|
|
1795
2122
|
/**
|
|
@@ -1813,10 +2140,18 @@ export namespace Components {
|
|
|
1813
2140
|
* Move a sheet style modal to a specific breakpoint. The breakpoint value must be a value defined in your `breakpoints` array.
|
|
1814
2141
|
*/
|
|
1815
2142
|
"setCurrentBreakpoint": (breakpoint: number) => Promise<void>;
|
|
2143
|
+
/**
|
|
2144
|
+
* 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.
|
|
2145
|
+
*/
|
|
2146
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1816
2147
|
/**
|
|
1817
2148
|
* 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.
|
|
1818
2149
|
*/
|
|
1819
2150
|
"showBackdrop": boolean;
|
|
2151
|
+
/**
|
|
2152
|
+
* The theme determines the visual appearance of the component.
|
|
2153
|
+
*/
|
|
2154
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1820
2155
|
/**
|
|
1821
2156
|
* An ID corresponding to the trigger element that causes the modal to open when clicked.
|
|
1822
2157
|
*/
|
|
@@ -1828,7 +2163,7 @@ export namespace Components {
|
|
|
1828
2163
|
*/
|
|
1829
2164
|
"animated": boolean;
|
|
1830
2165
|
/**
|
|
1831
|
-
* By default `ion-nav` animates transition between pages based
|
|
2166
|
+
* 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.
|
|
1832
2167
|
*/
|
|
1833
2168
|
"animation"?: AnimationBuilder;
|
|
1834
2169
|
/**
|
|
@@ -1876,6 +2211,10 @@ export namespace Components {
|
|
|
1876
2211
|
* @param done The transition complete function.
|
|
1877
2212
|
*/
|
|
1878
2213
|
"insertPages": (insertIndex: number, insertComponents: NavComponent[] | NavComponentWithProps[], opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>;
|
|
2214
|
+
/**
|
|
2215
|
+
* The mode determines the platform behaviors of the component.
|
|
2216
|
+
*/
|
|
2217
|
+
"mode"?: "ios" | "md";
|
|
1879
2218
|
/**
|
|
1880
2219
|
* Pop a component off of the navigation stack. Navigates back from the current component.
|
|
1881
2220
|
* @param opts The navigation options.
|
|
@@ -1947,6 +2286,10 @@ export namespace Components {
|
|
|
1947
2286
|
* If the nav component should allow for swipe-to-go-back.
|
|
1948
2287
|
*/
|
|
1949
2288
|
"swipeGesture"?: boolean;
|
|
2289
|
+
/**
|
|
2290
|
+
* The theme determines the visual appearance of the component.
|
|
2291
|
+
*/
|
|
2292
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1950
2293
|
}
|
|
1951
2294
|
interface IonNavLink {
|
|
1952
2295
|
/**
|
|
@@ -1957,6 +2300,10 @@ export namespace Components {
|
|
|
1957
2300
|
* Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
|
|
1958
2301
|
*/
|
|
1959
2302
|
"componentProps"?: ComponentProps;
|
|
2303
|
+
/**
|
|
2304
|
+
* The mode determines the platform behaviors of the component.
|
|
2305
|
+
*/
|
|
2306
|
+
"mode"?: "ios" | "md";
|
|
1960
2307
|
/**
|
|
1961
2308
|
* The transition animation when navigating to another page.
|
|
1962
2309
|
*/
|
|
@@ -1965,6 +2312,10 @@ export namespace Components {
|
|
|
1965
2312
|
* The transition direction when navigating to another page.
|
|
1966
2313
|
*/
|
|
1967
2314
|
"routerDirection": RouterDirection;
|
|
2315
|
+
/**
|
|
2316
|
+
* The theme determines the visual appearance of the component.
|
|
2317
|
+
*/
|
|
2318
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1968
2319
|
}
|
|
1969
2320
|
interface IonNote {
|
|
1970
2321
|
/**
|
|
@@ -1972,16 +2323,24 @@ export namespace Components {
|
|
|
1972
2323
|
*/
|
|
1973
2324
|
"color"?: Color;
|
|
1974
2325
|
/**
|
|
1975
|
-
* The mode determines
|
|
2326
|
+
* The mode determines the platform behaviors of the component.
|
|
1976
2327
|
*/
|
|
1977
2328
|
"mode"?: "ios" | "md";
|
|
2329
|
+
/**
|
|
2330
|
+
* The theme determines the visual appearance of the component.
|
|
2331
|
+
*/
|
|
2332
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1978
2333
|
}
|
|
1979
2334
|
interface IonPicker {
|
|
1980
2335
|
"exitInputMode": () => Promise<void>;
|
|
1981
2336
|
/**
|
|
1982
|
-
* The mode determines
|
|
2337
|
+
* The mode determines the platform behaviors of the component.
|
|
1983
2338
|
*/
|
|
1984
2339
|
"mode"?: "ios" | "md";
|
|
2340
|
+
/**
|
|
2341
|
+
* The theme determines the visual appearance of the component.
|
|
2342
|
+
*/
|
|
2343
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
1985
2344
|
}
|
|
1986
2345
|
interface IonPickerColumn {
|
|
1987
2346
|
/**
|
|
@@ -1993,7 +2352,7 @@ export namespace Components {
|
|
|
1993
2352
|
*/
|
|
1994
2353
|
"disabled": boolean;
|
|
1995
2354
|
/**
|
|
1996
|
-
* The mode determines
|
|
2355
|
+
* The mode determines the platform behaviors of the component.
|
|
1997
2356
|
*/
|
|
1998
2357
|
"mode"?: "ios" | "md";
|
|
1999
2358
|
/**
|
|
@@ -2009,6 +2368,10 @@ export namespace Components {
|
|
|
2009
2368
|
* 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.
|
|
2010
2369
|
*/
|
|
2011
2370
|
"setValue": (value: PickerColumnValue) => Promise<void>;
|
|
2371
|
+
/**
|
|
2372
|
+
* The theme determines the visual appearance of the component.
|
|
2373
|
+
*/
|
|
2374
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2012
2375
|
/**
|
|
2013
2376
|
* The selected option in the picker.
|
|
2014
2377
|
*/
|
|
@@ -2023,6 +2386,14 @@ export namespace Components {
|
|
|
2023
2386
|
* If `true`, the user cannot interact with the picker column option.
|
|
2024
2387
|
*/
|
|
2025
2388
|
"disabled": boolean;
|
|
2389
|
+
/**
|
|
2390
|
+
* The mode determines the platform behaviors of the component.
|
|
2391
|
+
*/
|
|
2392
|
+
"mode"?: "ios" | "md";
|
|
2393
|
+
/**
|
|
2394
|
+
* The theme determines the visual appearance of the component.
|
|
2395
|
+
*/
|
|
2396
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2026
2397
|
/**
|
|
2027
2398
|
* The text value of the option.
|
|
2028
2399
|
*/
|
|
@@ -2087,7 +2458,7 @@ export namespace Components {
|
|
|
2087
2458
|
*/
|
|
2088
2459
|
"leaveAnimation"?: AnimationBuilder;
|
|
2089
2460
|
/**
|
|
2090
|
-
* The mode determines
|
|
2461
|
+
* The mode determines the platform behaviors of the component.
|
|
2091
2462
|
*/
|
|
2092
2463
|
"mode"?: "ios" | "md";
|
|
2093
2464
|
/**
|
|
@@ -2107,6 +2478,10 @@ export namespace Components {
|
|
|
2107
2478
|
* If `true`, a backdrop will be displayed behind the picker.
|
|
2108
2479
|
*/
|
|
2109
2480
|
"showBackdrop": boolean;
|
|
2481
|
+
/**
|
|
2482
|
+
* The theme determines the visual appearance of the component.
|
|
2483
|
+
*/
|
|
2484
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2110
2485
|
/**
|
|
2111
2486
|
* An ID corresponding to the trigger element that causes the picker to open when clicked.
|
|
2112
2487
|
*/
|
|
@@ -2120,7 +2495,7 @@ export namespace Components {
|
|
|
2120
2495
|
}
|
|
2121
2496
|
interface IonPopover {
|
|
2122
2497
|
/**
|
|
2123
|
-
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios`
|
|
2498
|
+
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `"ios"` theme, and `"start"` for `"md"` theme.
|
|
2124
2499
|
*/
|
|
2125
2500
|
"alignment"?: PositionAlign;
|
|
2126
2501
|
/**
|
|
@@ -2128,7 +2503,7 @@ export namespace Components {
|
|
|
2128
2503
|
*/
|
|
2129
2504
|
"animated": boolean;
|
|
2130
2505
|
/**
|
|
2131
|
-
* If `true`, the popover will display an arrow that points at the `reference`
|
|
2506
|
+
* If `true`, the popover will display an arrow that points at the `reference` on `"ios"` theme.
|
|
2132
2507
|
*/
|
|
2133
2508
|
"arrow": boolean;
|
|
2134
2509
|
/**
|
|
@@ -2195,7 +2570,7 @@ export namespace Components {
|
|
|
2195
2570
|
*/
|
|
2196
2571
|
"leaveAnimation"?: AnimationBuilder;
|
|
2197
2572
|
/**
|
|
2198
|
-
* The mode determines
|
|
2573
|
+
* The mode determines the platform behaviors of the component.
|
|
2199
2574
|
*/
|
|
2200
2575
|
"mode"?: "ios" | "md";
|
|
2201
2576
|
/**
|
|
@@ -2232,7 +2607,11 @@ export namespace Components {
|
|
|
2232
2607
|
*/
|
|
2233
2608
|
"size": PopoverSize;
|
|
2234
2609
|
/**
|
|
2235
|
-
*
|
|
2610
|
+
* The theme determines the visual appearance of the component.
|
|
2611
|
+
*/
|
|
2612
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2613
|
+
/**
|
|
2614
|
+
* 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).
|
|
2236
2615
|
*/
|
|
2237
2616
|
"translucent": boolean;
|
|
2238
2617
|
/**
|
|
@@ -2254,7 +2633,7 @@ export namespace Components {
|
|
|
2254
2633
|
*/
|
|
2255
2634
|
"color"?: Color;
|
|
2256
2635
|
/**
|
|
2257
|
-
* The mode determines
|
|
2636
|
+
* The mode determines the platform behaviors of the component.
|
|
2258
2637
|
*/
|
|
2259
2638
|
"mode"?: "ios" | "md";
|
|
2260
2639
|
/**
|
|
@@ -2262,11 +2641,19 @@ export namespace Components {
|
|
|
2262
2641
|
*/
|
|
2263
2642
|
"reversed": boolean;
|
|
2264
2643
|
/**
|
|
2265
|
-
*
|
|
2644
|
+
* 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.
|
|
2266
2645
|
*/
|
|
2267
|
-
"
|
|
2646
|
+
"shape"?: 'round' | 'rectangular';
|
|
2268
2647
|
/**
|
|
2269
|
-
* The
|
|
2648
|
+
* The theme determines the visual appearance of the component.
|
|
2649
|
+
*/
|
|
2650
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2651
|
+
/**
|
|
2652
|
+
* 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).
|
|
2653
|
+
*/
|
|
2654
|
+
"type": 'determinate' | 'indeterminate';
|
|
2655
|
+
/**
|
|
2656
|
+
* The value determines how much of the active bar should display when the `type` is `"determinate"`. The value should be between [0, 1].
|
|
2270
2657
|
*/
|
|
2271
2658
|
"value": number;
|
|
2272
2659
|
}
|
|
@@ -2292,7 +2679,7 @@ export namespace Components {
|
|
|
2292
2679
|
*/
|
|
2293
2680
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
2294
2681
|
/**
|
|
2295
|
-
* The mode determines
|
|
2682
|
+
* The mode determines the platform behaviors of the component.
|
|
2296
2683
|
*/
|
|
2297
2684
|
"mode"?: "ios" | "md";
|
|
2298
2685
|
/**
|
|
@@ -2301,6 +2688,10 @@ export namespace Components {
|
|
|
2301
2688
|
"name": string;
|
|
2302
2689
|
"setButtonTabindex": (value: number) => Promise<void>;
|
|
2303
2690
|
"setFocus": (ev?: globalThis.Event) => Promise<void>;
|
|
2691
|
+
/**
|
|
2692
|
+
* The theme determines the visual appearance of the component.
|
|
2693
|
+
*/
|
|
2694
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2304
2695
|
/**
|
|
2305
2696
|
* the value of the radio.
|
|
2306
2697
|
*/
|
|
@@ -2323,11 +2714,19 @@ export namespace Components {
|
|
|
2323
2714
|
* The helper text to display at the top of the radio group.
|
|
2324
2715
|
*/
|
|
2325
2716
|
"helperText"?: string;
|
|
2717
|
+
/**
|
|
2718
|
+
* The mode determines the platform behaviors of the component.
|
|
2719
|
+
*/
|
|
2720
|
+
"mode"?: "ios" | "md";
|
|
2326
2721
|
/**
|
|
2327
2722
|
* The name of the control, which is submitted with the form data.
|
|
2328
2723
|
*/
|
|
2329
2724
|
"name": string;
|
|
2330
2725
|
"setFocus": () => Promise<void>;
|
|
2726
|
+
/**
|
|
2727
|
+
* The theme determines the visual appearance of the component.
|
|
2728
|
+
*/
|
|
2729
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2331
2730
|
/**
|
|
2332
2731
|
* the value of the radio group.
|
|
2333
2732
|
*/
|
|
@@ -2371,7 +2770,7 @@ export namespace Components {
|
|
|
2371
2770
|
*/
|
|
2372
2771
|
"min": number;
|
|
2373
2772
|
/**
|
|
2374
|
-
* The mode determines
|
|
2773
|
+
* The mode determines the platform behaviors of the component.
|
|
2375
2774
|
*/
|
|
2376
2775
|
"mode"?: "ios" | "md";
|
|
2377
2776
|
/**
|
|
@@ -2394,6 +2793,10 @@ export namespace Components {
|
|
|
2394
2793
|
* Specifies the value granularity.
|
|
2395
2794
|
*/
|
|
2396
2795
|
"step": number;
|
|
2796
|
+
/**
|
|
2797
|
+
* The theme determines the visual appearance of the component.
|
|
2798
|
+
*/
|
|
2799
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2397
2800
|
/**
|
|
2398
2801
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
2399
2802
|
*/
|
|
@@ -2425,7 +2828,7 @@ export namespace Components {
|
|
|
2425
2828
|
*/
|
|
2426
2829
|
"getProgress": () => Promise<number>;
|
|
2427
2830
|
/**
|
|
2428
|
-
* The mode determines
|
|
2831
|
+
* The mode determines the platform behaviors of the component.
|
|
2429
2832
|
*/
|
|
2430
2833
|
"mode"?: "ios" | "md";
|
|
2431
2834
|
/**
|
|
@@ -2444,8 +2847,16 @@ export namespace Components {
|
|
|
2444
2847
|
* 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.
|
|
2445
2848
|
*/
|
|
2446
2849
|
"snapbackDuration": string;
|
|
2850
|
+
/**
|
|
2851
|
+
* The theme determines the visual appearance of the component.
|
|
2852
|
+
*/
|
|
2853
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2447
2854
|
}
|
|
2448
2855
|
interface IonRefresherContent {
|
|
2856
|
+
/**
|
|
2857
|
+
* The mode determines the platform behaviors of the component.
|
|
2858
|
+
*/
|
|
2859
|
+
"mode"?: "ios" | "md";
|
|
2449
2860
|
/**
|
|
2450
2861
|
* 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.
|
|
2451
2862
|
*/
|
|
@@ -2462,8 +2873,20 @@ export namespace Components {
|
|
|
2462
2873
|
* 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.
|
|
2463
2874
|
*/
|
|
2464
2875
|
"refreshingText"?: string | IonicSafeString;
|
|
2876
|
+
/**
|
|
2877
|
+
* The theme determines the visual appearance of the component.
|
|
2878
|
+
*/
|
|
2879
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2465
2880
|
}
|
|
2466
2881
|
interface IonReorder {
|
|
2882
|
+
/**
|
|
2883
|
+
* The mode determines the platform behaviors of the component.
|
|
2884
|
+
*/
|
|
2885
|
+
"mode"?: "ios" | "md";
|
|
2886
|
+
/**
|
|
2887
|
+
* The theme determines the visual appearance of the component.
|
|
2888
|
+
*/
|
|
2889
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2467
2890
|
}
|
|
2468
2891
|
interface IonReorderGroup {
|
|
2469
2892
|
/**
|
|
@@ -2475,6 +2898,14 @@ export namespace Components {
|
|
|
2475
2898
|
* If `true`, the reorder will be hidden.
|
|
2476
2899
|
*/
|
|
2477
2900
|
"disabled": boolean;
|
|
2901
|
+
/**
|
|
2902
|
+
* The mode determines the platform behaviors of the component.
|
|
2903
|
+
*/
|
|
2904
|
+
"mode"?: "ios" | "md";
|
|
2905
|
+
/**
|
|
2906
|
+
* The theme determines the visual appearance of the component.
|
|
2907
|
+
*/
|
|
2908
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2478
2909
|
}
|
|
2479
2910
|
interface IonRippleEffect {
|
|
2480
2911
|
/**
|
|
@@ -2483,6 +2914,14 @@ export namespace Components {
|
|
|
2483
2914
|
* @param y The vertical coordinate of where the ripple should start.
|
|
2484
2915
|
*/
|
|
2485
2916
|
"addRipple": (x: number, y: number) => Promise<() => void>;
|
|
2917
|
+
/**
|
|
2918
|
+
* The mode determines the platform behaviors of the component.
|
|
2919
|
+
*/
|
|
2920
|
+
"mode"?: "ios" | "md";
|
|
2921
|
+
/**
|
|
2922
|
+
* The theme determines the visual appearance of the component.
|
|
2923
|
+
*/
|
|
2924
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2486
2925
|
/**
|
|
2487
2926
|
* 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.
|
|
2488
2927
|
*/
|
|
@@ -2505,6 +2944,14 @@ export namespace Components {
|
|
|
2505
2944
|
* A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
|
|
2506
2945
|
*/
|
|
2507
2946
|
"componentProps"?: { [key: string]: any };
|
|
2947
|
+
/**
|
|
2948
|
+
* The mode determines the platform behaviors of the component.
|
|
2949
|
+
*/
|
|
2950
|
+
"mode"?: "ios" | "md";
|
|
2951
|
+
/**
|
|
2952
|
+
* The theme determines the visual appearance of the component.
|
|
2953
|
+
*/
|
|
2954
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2508
2955
|
/**
|
|
2509
2956
|
* 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.
|
|
2510
2957
|
*/
|
|
@@ -2526,6 +2973,10 @@ export namespace Components {
|
|
|
2526
2973
|
*/
|
|
2527
2974
|
"back": () => Promise<void>;
|
|
2528
2975
|
"canTransition": () => Promise<string | boolean>;
|
|
2976
|
+
/**
|
|
2977
|
+
* The mode determines the platform behaviors of the component.
|
|
2978
|
+
*/
|
|
2979
|
+
"mode"?: "ios" | "md";
|
|
2529
2980
|
"navChanged": (direction: RouterDirection) => Promise<boolean>;
|
|
2530
2981
|
"printDebug": () => Promise<void>;
|
|
2531
2982
|
/**
|
|
@@ -2538,6 +2989,10 @@ export namespace Components {
|
|
|
2538
2989
|
* 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.
|
|
2539
2990
|
*/
|
|
2540
2991
|
"root": string;
|
|
2992
|
+
/**
|
|
2993
|
+
* The theme determines the visual appearance of the component.
|
|
2994
|
+
*/
|
|
2995
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2541
2996
|
/**
|
|
2542
2997
|
* 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.
|
|
2543
2998
|
*/
|
|
@@ -2552,6 +3007,10 @@ export namespace Components {
|
|
|
2552
3007
|
* Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
|
|
2553
3008
|
*/
|
|
2554
3009
|
"href": string | undefined;
|
|
3010
|
+
/**
|
|
3011
|
+
* The mode determines the platform behaviors of the component.
|
|
3012
|
+
*/
|
|
3013
|
+
"mode"?: "ios" | "md";
|
|
2555
3014
|
/**
|
|
2556
3015
|
* 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).
|
|
2557
3016
|
*/
|
|
@@ -2568,6 +3027,10 @@ export namespace Components {
|
|
|
2568
3027
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
2569
3028
|
*/
|
|
2570
3029
|
"target": string | undefined;
|
|
3030
|
+
/**
|
|
3031
|
+
* The theme determines the visual appearance of the component.
|
|
3032
|
+
*/
|
|
3033
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2571
3034
|
}
|
|
2572
3035
|
interface IonRouterOutlet {
|
|
2573
3036
|
/**
|
|
@@ -2582,13 +3045,25 @@ export namespace Components {
|
|
|
2582
3045
|
"delegate"?: FrameworkDelegate;
|
|
2583
3046
|
"getRouteId": () => Promise<RouteID | undefined>;
|
|
2584
3047
|
/**
|
|
2585
|
-
* The mode determines
|
|
3048
|
+
* The mode determines the platform behaviors of the component.
|
|
2586
3049
|
*/
|
|
2587
3050
|
"mode": "ios" | "md";
|
|
2588
3051
|
"setRouteId": (id: string, params: ComponentProps | undefined, direction: RouterDirection, animation?: AnimationBuilder) => Promise<RouteWrite>;
|
|
2589
3052
|
"swipeHandler"?: SwipeGestureHandler;
|
|
3053
|
+
/**
|
|
3054
|
+
* The theme determines the visual appearance of the component.
|
|
3055
|
+
*/
|
|
3056
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2590
3057
|
}
|
|
2591
3058
|
interface IonRow {
|
|
3059
|
+
/**
|
|
3060
|
+
* The mode determines the platform behaviors of the component.
|
|
3061
|
+
*/
|
|
3062
|
+
"mode"?: "ios" | "md";
|
|
3063
|
+
/**
|
|
3064
|
+
* The theme determines the visual appearance of the component.
|
|
3065
|
+
*/
|
|
3066
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2592
3067
|
}
|
|
2593
3068
|
interface IonSearchbar {
|
|
2594
3069
|
/**
|
|
@@ -2608,15 +3083,15 @@ export namespace Components {
|
|
|
2608
3083
|
*/
|
|
2609
3084
|
"autocorrect": 'on' | 'off';
|
|
2610
3085
|
/**
|
|
2611
|
-
* Set the cancel button icon. Only
|
|
3086
|
+
* Set the cancel button icon. Only available when the theme is `"md"`. Defaults to `"arrow-back-sharp"`.
|
|
2612
3087
|
*/
|
|
2613
|
-
"cancelButtonIcon"
|
|
3088
|
+
"cancelButtonIcon"?: string;
|
|
2614
3089
|
/**
|
|
2615
|
-
* Set the
|
|
3090
|
+
* Set the cancel button text. Only available when the theme is `"ios"`.
|
|
2616
3091
|
*/
|
|
2617
3092
|
"cancelButtonText": string;
|
|
2618
3093
|
/**
|
|
2619
|
-
* Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md
|
|
3094
|
+
* Set the clear icon. Defaults to `"close-circle"` for `"ios"` theme and `"close-sharp"` for `"md"` and `"ionic"` theme.
|
|
2620
3095
|
*/
|
|
2621
3096
|
"clearIcon"?: string;
|
|
2622
3097
|
/**
|
|
@@ -2652,7 +3127,7 @@ export namespace Components {
|
|
|
2652
3127
|
*/
|
|
2653
3128
|
"minlength"?: number;
|
|
2654
3129
|
/**
|
|
2655
|
-
* The mode determines
|
|
3130
|
+
* The mode determines the platform behaviors of the component.
|
|
2656
3131
|
*/
|
|
2657
3132
|
"mode"?: "ios" | "md";
|
|
2658
3133
|
/**
|
|
@@ -2664,13 +3139,17 @@ export namespace Components {
|
|
|
2664
3139
|
*/
|
|
2665
3140
|
"placeholder": string;
|
|
2666
3141
|
/**
|
|
2667
|
-
* The icon to use as the search icon. Defaults to `search-outline` in `ios`
|
|
3142
|
+
* 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. If `false`, no search icon will be displayed.
|
|
2668
3143
|
*/
|
|
2669
|
-
"searchIcon"?: string;
|
|
3144
|
+
"searchIcon"?: string | boolean;
|
|
2670
3145
|
/**
|
|
2671
3146
|
* Sets focus on the native `input` in `ion-searchbar`. Use this method instead of the global `input.focus()`. Developers who wish to focus an input when a page enters should call `setFocus()` in the `ionViewDidEnter()` lifecycle method. Developers who wish to focus an input when an overlay is presented should call `setFocus` after `didPresent` has resolved. See [managing focus](/docs/developing/managing-focus) for more information.
|
|
2672
3147
|
*/
|
|
2673
3148
|
"setFocus": () => Promise<void>;
|
|
3149
|
+
/**
|
|
3150
|
+
* Set to `"soft"` for a searchbar with slightly rounded corners, `"round"` for a searchbar with fully rounded corners, or `"rectangular"` for a searchbar without rounded corners. Defaults to `"round"` for the ionic theme, and `undefined` for all other themes.
|
|
3151
|
+
*/
|
|
3152
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
2674
3153
|
/**
|
|
2675
3154
|
* Sets the behavior for the cancel button. Defaults to `"never"`. Setting to `"focus"` shows the cancel button on focus. Setting to `"never"` hides the cancel button. Setting to `"always"` shows the cancel button regardless of focus state.
|
|
2676
3155
|
*/
|
|
@@ -2679,10 +3158,18 @@ export namespace Components {
|
|
|
2679
3158
|
* Sets the behavior for the clear button. Defaults to `"focus"`. Setting to `"focus"` shows the clear button on focus if the input is not empty. Setting to `"never"` hides the clear button. Setting to `"always"` shows the clear button regardless of focus state, but only if the input is not empty.
|
|
2680
3159
|
*/
|
|
2681
3160
|
"showClearButton": 'never' | 'focus' | 'always';
|
|
3161
|
+
/**
|
|
3162
|
+
* Set to `"large"` for a searchbar with an increase in height, while "small" and "medium" provide progressively smaller heights. Defaults to `"medium"` for the ionic theme, and `undefined` for all other themes.
|
|
3163
|
+
*/
|
|
3164
|
+
"size"?: 'small' | 'medium' | 'large';
|
|
2682
3165
|
/**
|
|
2683
3166
|
* If `true`, enable spellcheck on the input.
|
|
2684
3167
|
*/
|
|
2685
3168
|
"spellcheck": boolean;
|
|
3169
|
+
/**
|
|
3170
|
+
* The theme determines the visual appearance of the component.
|
|
3171
|
+
*/
|
|
3172
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2686
3173
|
/**
|
|
2687
3174
|
* Set the type of the input.
|
|
2688
3175
|
*/
|
|
@@ -2702,7 +3189,7 @@ export namespace Components {
|
|
|
2702
3189
|
*/
|
|
2703
3190
|
"disabled": boolean;
|
|
2704
3191
|
/**
|
|
2705
|
-
* The mode determines
|
|
3192
|
+
* The mode determines the platform behaviors of the component.
|
|
2706
3193
|
*/
|
|
2707
3194
|
"mode"?: "ios" | "md";
|
|
2708
3195
|
/**
|
|
@@ -2717,6 +3204,10 @@ export namespace Components {
|
|
|
2717
3204
|
* If `true`, users will be able to swipe between segment buttons to activate them.
|
|
2718
3205
|
*/
|
|
2719
3206
|
"swipeGesture": boolean;
|
|
3207
|
+
/**
|
|
3208
|
+
* The theme determines the visual appearance of the component.
|
|
3209
|
+
*/
|
|
3210
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2720
3211
|
/**
|
|
2721
3212
|
* the value of the segment.
|
|
2722
3213
|
*/
|
|
@@ -2736,10 +3227,14 @@ export namespace Components {
|
|
|
2736
3227
|
*/
|
|
2737
3228
|
"layout"?: SegmentButtonLayout;
|
|
2738
3229
|
/**
|
|
2739
|
-
* The mode determines
|
|
3230
|
+
* The mode determines the platform behaviors of the component.
|
|
2740
3231
|
*/
|
|
2741
3232
|
"mode"?: "ios" | "md";
|
|
2742
3233
|
"setFocus": () => Promise<void>;
|
|
3234
|
+
/**
|
|
3235
|
+
* The theme determines the visual appearance of the component.
|
|
3236
|
+
*/
|
|
3237
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2743
3238
|
/**
|
|
2744
3239
|
* The type of the button.
|
|
2745
3240
|
*/
|
|
@@ -2784,11 +3279,11 @@ export namespace Components {
|
|
|
2784
3279
|
*/
|
|
2785
3280
|
"errorText"?: string;
|
|
2786
3281
|
/**
|
|
2787
|
-
* The toggle icon to show when the select is open. If defined, the icon rotation behavior in `md`
|
|
3282
|
+
* 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.
|
|
2788
3283
|
*/
|
|
2789
3284
|
"expandedIcon"?: string;
|
|
2790
3285
|
/**
|
|
2791
|
-
* 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`
|
|
3286
|
+
* 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.
|
|
2792
3287
|
*/
|
|
2793
3288
|
"fill"?: 'outline' | 'solid';
|
|
2794
3289
|
/**
|
|
@@ -2816,7 +3311,7 @@ export namespace Components {
|
|
|
2816
3311
|
*/
|
|
2817
3312
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
2818
3313
|
/**
|
|
2819
|
-
* The mode determines
|
|
3314
|
+
* The mode determines the platform behaviors of the component.
|
|
2820
3315
|
*/
|
|
2821
3316
|
"mode"?: "ios" | "md";
|
|
2822
3317
|
/**
|
|
@@ -2849,11 +3344,19 @@ export namespace Components {
|
|
|
2849
3344
|
*/
|
|
2850
3345
|
"selectedText"?: string | null;
|
|
2851
3346
|
/**
|
|
2852
|
-
*
|
|
3347
|
+
* 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.
|
|
3348
|
+
*/
|
|
3349
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3350
|
+
/**
|
|
3351
|
+
* 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.
|
|
3352
|
+
*/
|
|
3353
|
+
"size"?: 'small' | 'medium' | 'large';
|
|
3354
|
+
/**
|
|
3355
|
+
* The theme determines the visual appearance of the component.
|
|
2853
3356
|
*/
|
|
2854
|
-
"
|
|
3357
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2855
3358
|
/**
|
|
2856
|
-
* The toggle icon to use. Defaults to `chevronExpand` for `ios`
|
|
3359
|
+
* The toggle icon to use. Defaults to `"chevronExpand"` for the `"ios"` theme, or `"caretDownSharp"` for the `"md"` and `"ionic"` themes.
|
|
2857
3360
|
*/
|
|
2858
3361
|
"toggleIcon"?: string;
|
|
2859
3362
|
/**
|
|
@@ -2871,6 +3374,14 @@ export namespace Components {
|
|
|
2871
3374
|
* 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.
|
|
2872
3375
|
*/
|
|
2873
3376
|
"disabled": boolean;
|
|
3377
|
+
/**
|
|
3378
|
+
* The mode determines the platform behaviors of the component.
|
|
3379
|
+
*/
|
|
3380
|
+
"mode"?: "ios" | "md";
|
|
3381
|
+
/**
|
|
3382
|
+
* The theme determines the visual appearance of the component.
|
|
3383
|
+
*/
|
|
3384
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2874
3385
|
/**
|
|
2875
3386
|
* The text value of the option.
|
|
2876
3387
|
*/
|
|
@@ -2885,6 +3396,10 @@ export namespace Components {
|
|
|
2885
3396
|
* The text content of the popover body
|
|
2886
3397
|
*/
|
|
2887
3398
|
"message"?: string;
|
|
3399
|
+
/**
|
|
3400
|
+
* The mode determines the platform behaviors of the component.
|
|
3401
|
+
*/
|
|
3402
|
+
"mode"?: "ios" | "md";
|
|
2888
3403
|
/**
|
|
2889
3404
|
* If true, the select accepts multiple values
|
|
2890
3405
|
*/
|
|
@@ -2897,12 +3412,24 @@ export namespace Components {
|
|
|
2897
3412
|
* The subheader text of the popover
|
|
2898
3413
|
*/
|
|
2899
3414
|
"subHeader"?: string;
|
|
3415
|
+
/**
|
|
3416
|
+
* The theme determines the visual appearance of the component.
|
|
3417
|
+
*/
|
|
3418
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2900
3419
|
}
|
|
2901
3420
|
interface IonSkeletonText {
|
|
2902
3421
|
/**
|
|
2903
3422
|
* If `true`, the skeleton text will animate.
|
|
2904
3423
|
*/
|
|
2905
3424
|
"animated": boolean;
|
|
3425
|
+
/**
|
|
3426
|
+
* The mode determines the platform behaviors of the component.
|
|
3427
|
+
*/
|
|
3428
|
+
"mode"?: "ios" | "md";
|
|
3429
|
+
/**
|
|
3430
|
+
* The theme determines the visual appearance of the component.
|
|
3431
|
+
*/
|
|
3432
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2906
3433
|
}
|
|
2907
3434
|
interface IonSpinner {
|
|
2908
3435
|
/**
|
|
@@ -2913,6 +3440,10 @@ export namespace Components {
|
|
|
2913
3440
|
* Duration of the spinner animation in milliseconds. The default varies based on the spinner.
|
|
2914
3441
|
*/
|
|
2915
3442
|
"duration"?: number;
|
|
3443
|
+
/**
|
|
3444
|
+
* The mode determines the platform behaviors of the component.
|
|
3445
|
+
*/
|
|
3446
|
+
"mode"?: "ios" | "md";
|
|
2916
3447
|
/**
|
|
2917
3448
|
* The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
|
|
2918
3449
|
*/
|
|
@@ -2921,6 +3452,14 @@ export namespace Components {
|
|
|
2921
3452
|
* If `true`, the spinner's animation will be paused.
|
|
2922
3453
|
*/
|
|
2923
3454
|
"paused": boolean;
|
|
3455
|
+
/**
|
|
3456
|
+
* 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.
|
|
3457
|
+
*/
|
|
3458
|
+
"size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
3459
|
+
/**
|
|
3460
|
+
* The theme determines the visual appearance of the component.
|
|
3461
|
+
*/
|
|
3462
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2924
3463
|
}
|
|
2925
3464
|
interface IonSplitPane {
|
|
2926
3465
|
/**
|
|
@@ -2932,6 +3471,14 @@ export namespace Components {
|
|
|
2932
3471
|
*/
|
|
2933
3472
|
"disabled": boolean;
|
|
2934
3473
|
"isVisible": () => Promise<boolean>;
|
|
3474
|
+
/**
|
|
3475
|
+
* The mode determines the platform behaviors of the component.
|
|
3476
|
+
*/
|
|
3477
|
+
"mode"?: "ios" | "md";
|
|
3478
|
+
/**
|
|
3479
|
+
* The theme determines the visual appearance of the component.
|
|
3480
|
+
*/
|
|
3481
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2935
3482
|
/**
|
|
2936
3483
|
* When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
|
|
2937
3484
|
*/
|
|
@@ -2944,6 +3491,10 @@ export namespace Components {
|
|
|
2944
3491
|
*/
|
|
2945
3492
|
"component"?: ComponentRef;
|
|
2946
3493
|
"delegate"?: FrameworkDelegate;
|
|
3494
|
+
/**
|
|
3495
|
+
* The mode determines the platform behaviors of the component.
|
|
3496
|
+
*/
|
|
3497
|
+
"mode"?: "ios" | "md";
|
|
2947
3498
|
/**
|
|
2948
3499
|
* Set the active component for the tab
|
|
2949
3500
|
*/
|
|
@@ -2952,6 +3503,10 @@ export namespace Components {
|
|
|
2952
3503
|
* 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.
|
|
2953
3504
|
*/
|
|
2954
3505
|
"tab": string;
|
|
3506
|
+
/**
|
|
3507
|
+
* The theme determines the visual appearance of the component.
|
|
3508
|
+
*/
|
|
3509
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
2955
3510
|
}
|
|
2956
3511
|
interface IonTabBar {
|
|
2957
3512
|
/**
|
|
@@ -2959,7 +3514,11 @@ export namespace Components {
|
|
|
2959
3514
|
*/
|
|
2960
3515
|
"color"?: Color;
|
|
2961
3516
|
/**
|
|
2962
|
-
*
|
|
3517
|
+
* 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"`.
|
|
3518
|
+
*/
|
|
3519
|
+
"expand": 'compact' | 'full';
|
|
3520
|
+
/**
|
|
3521
|
+
* The mode determines the platform behaviors of the component.
|
|
2963
3522
|
*/
|
|
2964
3523
|
"mode"?: "ios" | "md";
|
|
2965
3524
|
/**
|
|
@@ -2967,7 +3526,15 @@ export namespace Components {
|
|
|
2967
3526
|
*/
|
|
2968
3527
|
"selectedTab"?: string;
|
|
2969
3528
|
/**
|
|
2970
|
-
*
|
|
3529
|
+
* 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.
|
|
3530
|
+
*/
|
|
3531
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3532
|
+
/**
|
|
3533
|
+
* The theme determines the visual appearance of the component.
|
|
3534
|
+
*/
|
|
3535
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3536
|
+
/**
|
|
3537
|
+
* 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).
|
|
2971
3538
|
*/
|
|
2972
3539
|
"translucent": boolean;
|
|
2973
3540
|
}
|
|
@@ -2989,7 +3556,7 @@ export namespace Components {
|
|
|
2989
3556
|
*/
|
|
2990
3557
|
"layout"?: TabButtonLayout;
|
|
2991
3558
|
/**
|
|
2992
|
-
* The mode determines
|
|
3559
|
+
* The mode determines the platform behaviors of the component.
|
|
2993
3560
|
*/
|
|
2994
3561
|
"mode"?: "ios" | "md";
|
|
2995
3562
|
/**
|
|
@@ -3000,6 +3567,10 @@ export namespace Components {
|
|
|
3000
3567
|
* The selected tab component
|
|
3001
3568
|
*/
|
|
3002
3569
|
"selected": boolean;
|
|
3570
|
+
/**
|
|
3571
|
+
* 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.
|
|
3572
|
+
*/
|
|
3573
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3003
3574
|
/**
|
|
3004
3575
|
* 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.
|
|
3005
3576
|
*/
|
|
@@ -3008,6 +3579,10 @@ export namespace Components {
|
|
|
3008
3579
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
3009
3580
|
*/
|
|
3010
3581
|
"target": string | undefined;
|
|
3582
|
+
/**
|
|
3583
|
+
* The theme determines the visual appearance of the component.
|
|
3584
|
+
*/
|
|
3585
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3011
3586
|
}
|
|
3012
3587
|
interface IonTabs {
|
|
3013
3588
|
"getRouteId": () => Promise<RouteID | undefined>;
|
|
@@ -3020,12 +3595,20 @@ export namespace Components {
|
|
|
3020
3595
|
* @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
|
|
3021
3596
|
*/
|
|
3022
3597
|
"getTab": (tab: string | HTMLIonTabElement) => Promise<HTMLIonTabElement | undefined>;
|
|
3598
|
+
/**
|
|
3599
|
+
* The mode determines the platform behaviors of the component.
|
|
3600
|
+
*/
|
|
3601
|
+
"mode"?: "ios" | "md";
|
|
3023
3602
|
/**
|
|
3024
3603
|
* 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.
|
|
3025
3604
|
* @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
|
|
3026
3605
|
*/
|
|
3027
3606
|
"select": (tab: string | HTMLIonTabElement) => Promise<boolean>;
|
|
3028
3607
|
"setRouteId": (id: string) => Promise<RouteWrite>;
|
|
3608
|
+
/**
|
|
3609
|
+
* The theme determines the visual appearance of the component.
|
|
3610
|
+
*/
|
|
3611
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3029
3612
|
"useRouter": boolean;
|
|
3030
3613
|
}
|
|
3031
3614
|
interface IonText {
|
|
@@ -3034,9 +3617,13 @@ export namespace Components {
|
|
|
3034
3617
|
*/
|
|
3035
3618
|
"color"?: Color;
|
|
3036
3619
|
/**
|
|
3037
|
-
* The mode determines
|
|
3620
|
+
* The mode determines the platform behaviors of the component.
|
|
3038
3621
|
*/
|
|
3039
3622
|
"mode"?: "ios" | "md";
|
|
3623
|
+
/**
|
|
3624
|
+
* The theme determines the visual appearance of the component.
|
|
3625
|
+
*/
|
|
3626
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3040
3627
|
}
|
|
3041
3628
|
interface IonTextarea {
|
|
3042
3629
|
/**
|
|
@@ -3088,7 +3675,7 @@ export namespace Components {
|
|
|
3088
3675
|
*/
|
|
3089
3676
|
"errorText"?: string;
|
|
3090
3677
|
/**
|
|
3091
|
-
* 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
|
|
3678
|
+
* 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"`.
|
|
3092
3679
|
*/
|
|
3093
3680
|
"fill"?: 'outline' | 'solid';
|
|
3094
3681
|
/**
|
|
@@ -3120,7 +3707,7 @@ export namespace Components {
|
|
|
3120
3707
|
*/
|
|
3121
3708
|
"minlength"?: number;
|
|
3122
3709
|
/**
|
|
3123
|
-
* The mode determines
|
|
3710
|
+
* The mode determines the platform behaviors of the component.
|
|
3124
3711
|
*/
|
|
3125
3712
|
"mode"?: "ios" | "md";
|
|
3126
3713
|
/**
|
|
@@ -3148,13 +3735,21 @@ export namespace Components {
|
|
|
3148
3735
|
*/
|
|
3149
3736
|
"setFocus": () => Promise<void>;
|
|
3150
3737
|
/**
|
|
3151
|
-
*
|
|
3738
|
+
* 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.
|
|
3152
3739
|
*/
|
|
3153
|
-
"shape"?: 'round';
|
|
3740
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3741
|
+
/**
|
|
3742
|
+
* 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.
|
|
3743
|
+
*/
|
|
3744
|
+
"size"?: 'small' | 'medium' | 'large';
|
|
3154
3745
|
/**
|
|
3155
3746
|
* If `true`, the element will have its spelling and grammar checked.
|
|
3156
3747
|
*/
|
|
3157
3748
|
"spellcheck": boolean;
|
|
3749
|
+
/**
|
|
3750
|
+
* The theme determines the visual appearance of the component.
|
|
3751
|
+
*/
|
|
3752
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3158
3753
|
/**
|
|
3159
3754
|
* The value of the textarea.
|
|
3160
3755
|
*/
|
|
@@ -3165,16 +3760,32 @@ export namespace Components {
|
|
|
3165
3760
|
"wrap"?: 'hard' | 'soft' | 'off';
|
|
3166
3761
|
}
|
|
3167
3762
|
interface IonThumbnail {
|
|
3763
|
+
/**
|
|
3764
|
+
* The mode determines the platform behaviors of the component.
|
|
3765
|
+
*/
|
|
3766
|
+
"mode"?: "ios" | "md";
|
|
3767
|
+
/**
|
|
3768
|
+
* The theme determines the visual appearance of the component.
|
|
3769
|
+
*/
|
|
3770
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3168
3771
|
}
|
|
3169
3772
|
interface IonTitle {
|
|
3170
3773
|
/**
|
|
3171
3774
|
* 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).
|
|
3172
3775
|
*/
|
|
3173
3776
|
"color"?: Color;
|
|
3777
|
+
/**
|
|
3778
|
+
* The mode determines the platform behaviors of the component.
|
|
3779
|
+
*/
|
|
3780
|
+
"mode"?: "ios" | "md";
|
|
3174
3781
|
/**
|
|
3175
3782
|
* The size of the toolbar title.
|
|
3176
3783
|
*/
|
|
3177
3784
|
"size"?: 'large' | 'small';
|
|
3785
|
+
/**
|
|
3786
|
+
* The theme determines the visual appearance of the component.
|
|
3787
|
+
*/
|
|
3788
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3178
3789
|
}
|
|
3179
3790
|
interface IonToast {
|
|
3180
3791
|
/**
|
|
@@ -3242,7 +3853,7 @@ export namespace Components {
|
|
|
3242
3853
|
*/
|
|
3243
3854
|
"message"?: string | IonicSafeString;
|
|
3244
3855
|
/**
|
|
3245
|
-
* The mode determines
|
|
3856
|
+
* The mode determines the platform behaviors of the component.
|
|
3246
3857
|
*/
|
|
3247
3858
|
"mode"?: "ios" | "md";
|
|
3248
3859
|
/**
|
|
@@ -3266,12 +3877,20 @@ export namespace Components {
|
|
|
3266
3877
|
* Present the toast overlay after it has been created.
|
|
3267
3878
|
*/
|
|
3268
3879
|
"present": () => Promise<void>;
|
|
3880
|
+
/**
|
|
3881
|
+
* 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.
|
|
3882
|
+
*/
|
|
3883
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3269
3884
|
/**
|
|
3270
3885
|
* 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.
|
|
3271
3886
|
*/
|
|
3272
3887
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
3273
3888
|
/**
|
|
3274
|
-
*
|
|
3889
|
+
* The theme determines the visual appearance of the component.
|
|
3890
|
+
*/
|
|
3891
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3892
|
+
/**
|
|
3893
|
+
* 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).
|
|
3275
3894
|
*/
|
|
3276
3895
|
"translucent": boolean;
|
|
3277
3896
|
/**
|
|
@@ -3317,7 +3936,7 @@ export namespace Components {
|
|
|
3317
3936
|
*/
|
|
3318
3937
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
3319
3938
|
/**
|
|
3320
|
-
* The mode determines
|
|
3939
|
+
* The mode determines the platform behaviors of the component.
|
|
3321
3940
|
*/
|
|
3322
3941
|
"mode"?: "ios" | "md";
|
|
3323
3942
|
/**
|
|
@@ -3328,6 +3947,10 @@ export namespace Components {
|
|
|
3328
3947
|
* If true, screen readers will announce it as a required field. This property works only for accessibility purposes, it will not prevent the form from submitting if the value is invalid.
|
|
3329
3948
|
*/
|
|
3330
3949
|
"required": boolean;
|
|
3950
|
+
/**
|
|
3951
|
+
* The theme determines the visual appearance of the component.
|
|
3952
|
+
*/
|
|
3953
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3331
3954
|
/**
|
|
3332
3955
|
* 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>`.
|
|
3333
3956
|
*/
|
|
@@ -3339,9 +3962,13 @@ export namespace Components {
|
|
|
3339
3962
|
*/
|
|
3340
3963
|
"color"?: Color;
|
|
3341
3964
|
/**
|
|
3342
|
-
* The mode determines
|
|
3965
|
+
* The mode determines the platform behaviors of the component.
|
|
3343
3966
|
*/
|
|
3344
3967
|
"mode"?: "ios" | "md";
|
|
3968
|
+
/**
|
|
3969
|
+
* The theme determines the visual appearance of the component.
|
|
3970
|
+
*/
|
|
3971
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
3345
3972
|
}
|
|
3346
3973
|
}
|
|
3347
3974
|
export interface IonAccordionGroupCustomEvent<T> extends CustomEvent<T> {
|
|
@@ -3819,6 +4446,12 @@ declare global {
|
|
|
3819
4446
|
prototype: HTMLIonDatetimeButtonElement;
|
|
3820
4447
|
new (): HTMLIonDatetimeButtonElement;
|
|
3821
4448
|
};
|
|
4449
|
+
interface HTMLIonDividerElement extends Components.IonDivider, HTMLStencilElement {
|
|
4450
|
+
}
|
|
4451
|
+
var HTMLIonDividerElement: {
|
|
4452
|
+
prototype: HTMLIonDividerElement;
|
|
4453
|
+
new (): HTMLIonDividerElement;
|
|
4454
|
+
};
|
|
3822
4455
|
interface HTMLIonFabElement extends Components.IonFab, HTMLStencilElement {
|
|
3823
4456
|
}
|
|
3824
4457
|
var HTMLIonFabElement: {
|
|
@@ -4778,6 +5411,7 @@ declare global {
|
|
|
4778
5411
|
"ion-content": HTMLIonContentElement;
|
|
4779
5412
|
"ion-datetime": HTMLIonDatetimeElement;
|
|
4780
5413
|
"ion-datetime-button": HTMLIonDatetimeButtonElement;
|
|
5414
|
+
"ion-divider": HTMLIonDividerElement;
|
|
4781
5415
|
"ion-fab": HTMLIonFabElement;
|
|
4782
5416
|
"ion-fab-button": HTMLIonFabButtonElement;
|
|
4783
5417
|
"ion-fab-list": HTMLIonFabListElement;
|
|
@@ -4859,13 +5493,17 @@ declare namespace LocalJSX {
|
|
|
4859
5493
|
*/
|
|
4860
5494
|
"disabled"?: boolean;
|
|
4861
5495
|
/**
|
|
4862
|
-
* The mode determines
|
|
5496
|
+
* The mode determines the platform behaviors of the component.
|
|
4863
5497
|
*/
|
|
4864
5498
|
"mode"?: "ios" | "md";
|
|
4865
5499
|
/**
|
|
4866
5500
|
* If `true`, the accordion cannot be interacted with, but does not alter the opacity.
|
|
4867
5501
|
*/
|
|
4868
5502
|
"readonly"?: boolean;
|
|
5503
|
+
/**
|
|
5504
|
+
* The theme determines the visual appearance of the component.
|
|
5505
|
+
*/
|
|
5506
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
4869
5507
|
/**
|
|
4870
5508
|
* The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
|
|
4871
5509
|
*/
|
|
@@ -4893,7 +5531,7 @@ declare namespace LocalJSX {
|
|
|
4893
5531
|
*/
|
|
4894
5532
|
"expand"?: 'compact' | 'inset';
|
|
4895
5533
|
/**
|
|
4896
|
-
* The mode determines
|
|
5534
|
+
* The mode determines the platform behaviors of the component.
|
|
4897
5535
|
*/
|
|
4898
5536
|
"mode"?: "ios" | "md";
|
|
4899
5537
|
/**
|
|
@@ -4908,6 +5546,14 @@ declare namespace LocalJSX {
|
|
|
4908
5546
|
* If `true`, the accordion group cannot be interacted with, but does not alter the opacity.
|
|
4909
5547
|
*/
|
|
4910
5548
|
"readonly"?: boolean;
|
|
5549
|
+
/**
|
|
5550
|
+
* 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"`.
|
|
5551
|
+
*/
|
|
5552
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5553
|
+
/**
|
|
5554
|
+
* The theme determines the visual appearance of the component.
|
|
5555
|
+
*/
|
|
5556
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
4911
5557
|
/**
|
|
4912
5558
|
* The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
|
|
4913
5559
|
*/
|
|
@@ -4955,7 +5601,7 @@ declare namespace LocalJSX {
|
|
|
4955
5601
|
*/
|
|
4956
5602
|
"leaveAnimation"?: AnimationBuilder;
|
|
4957
5603
|
/**
|
|
4958
|
-
* The mode determines
|
|
5604
|
+
* The mode determines the platform behaviors of the component.
|
|
4959
5605
|
*/
|
|
4960
5606
|
"mode"?: "ios" | "md";
|
|
4961
5607
|
/**
|
|
@@ -4995,7 +5641,11 @@ declare namespace LocalJSX {
|
|
|
4995
5641
|
*/
|
|
4996
5642
|
"subHeader"?: string;
|
|
4997
5643
|
/**
|
|
4998
|
-
*
|
|
5644
|
+
* The theme determines the visual appearance of the component.
|
|
5645
|
+
*/
|
|
5646
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5647
|
+
/**
|
|
5648
|
+
* 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).
|
|
4999
5649
|
*/
|
|
5000
5650
|
"translucent"?: boolean;
|
|
5001
5651
|
/**
|
|
@@ -5053,7 +5703,7 @@ declare namespace LocalJSX {
|
|
|
5053
5703
|
*/
|
|
5054
5704
|
"message"?: string | IonicSafeString;
|
|
5055
5705
|
/**
|
|
5056
|
-
* The mode determines
|
|
5706
|
+
* The mode determines the platform behaviors of the component.
|
|
5057
5707
|
*/
|
|
5058
5708
|
"mode"?: "ios" | "md";
|
|
5059
5709
|
/**
|
|
@@ -5093,7 +5743,11 @@ declare namespace LocalJSX {
|
|
|
5093
5743
|
*/
|
|
5094
5744
|
"subHeader"?: string;
|
|
5095
5745
|
/**
|
|
5096
|
-
*
|
|
5746
|
+
* The theme determines the visual appearance of the component.
|
|
5747
|
+
*/
|
|
5748
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5749
|
+
/**
|
|
5750
|
+
* 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).
|
|
5097
5751
|
*/
|
|
5098
5752
|
"translucent"?: boolean;
|
|
5099
5753
|
/**
|
|
@@ -5102,8 +5756,32 @@ declare namespace LocalJSX {
|
|
|
5102
5756
|
"trigger"?: string | undefined;
|
|
5103
5757
|
}
|
|
5104
5758
|
interface IonApp {
|
|
5759
|
+
/**
|
|
5760
|
+
* The mode determines the platform behaviors of the component.
|
|
5761
|
+
*/
|
|
5762
|
+
"mode"?: "ios" | "md";
|
|
5763
|
+
/**
|
|
5764
|
+
* The theme determines the visual appearance of the component.
|
|
5765
|
+
*/
|
|
5766
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5105
5767
|
}
|
|
5106
5768
|
interface IonAvatar {
|
|
5769
|
+
/**
|
|
5770
|
+
* The mode determines the platform behaviors of the component.
|
|
5771
|
+
*/
|
|
5772
|
+
"mode"?: "ios" | "md";
|
|
5773
|
+
/**
|
|
5774
|
+
* 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.
|
|
5775
|
+
*/
|
|
5776
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5777
|
+
/**
|
|
5778
|
+
* 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.
|
|
5779
|
+
*/
|
|
5780
|
+
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
5781
|
+
/**
|
|
5782
|
+
* The theme determines the visual appearance of the component.
|
|
5783
|
+
*/
|
|
5784
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5107
5785
|
}
|
|
5108
5786
|
interface IonBackButton {
|
|
5109
5787
|
/**
|
|
@@ -5123,7 +5801,7 @@ declare namespace LocalJSX {
|
|
|
5123
5801
|
*/
|
|
5124
5802
|
"icon"?: string | null;
|
|
5125
5803
|
/**
|
|
5126
|
-
* The mode determines
|
|
5804
|
+
* The mode determines the platform behaviors of the component.
|
|
5127
5805
|
*/
|
|
5128
5806
|
"mode"?: "ios" | "md";
|
|
5129
5807
|
/**
|
|
@@ -5134,12 +5812,20 @@ declare namespace LocalJSX {
|
|
|
5134
5812
|
* The text to display in the back button.
|
|
5135
5813
|
*/
|
|
5136
5814
|
"text"?: string | null;
|
|
5815
|
+
/**
|
|
5816
|
+
* The theme determines the visual appearance of the component.
|
|
5817
|
+
*/
|
|
5818
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5137
5819
|
/**
|
|
5138
5820
|
* The type of the button.
|
|
5139
5821
|
*/
|
|
5140
5822
|
"type"?: 'submit' | 'reset' | 'button';
|
|
5141
5823
|
}
|
|
5142
5824
|
interface IonBackdrop {
|
|
5825
|
+
/**
|
|
5826
|
+
* The mode determines the platform behaviors of the component.
|
|
5827
|
+
*/
|
|
5828
|
+
"mode"?: "ios" | "md";
|
|
5143
5829
|
/**
|
|
5144
5830
|
* Emitted when the backdrop is tapped.
|
|
5145
5831
|
*/
|
|
@@ -5152,6 +5838,10 @@ declare namespace LocalJSX {
|
|
|
5152
5838
|
* If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.
|
|
5153
5839
|
*/
|
|
5154
5840
|
"tappable"?: boolean;
|
|
5841
|
+
/**
|
|
5842
|
+
* The theme determines the visual appearance of the component.
|
|
5843
|
+
*/
|
|
5844
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5155
5845
|
/**
|
|
5156
5846
|
* If `true`, the backdrop will be visible.
|
|
5157
5847
|
*/
|
|
@@ -5163,9 +5853,25 @@ declare namespace LocalJSX {
|
|
|
5163
5853
|
*/
|
|
5164
5854
|
"color"?: Color;
|
|
5165
5855
|
/**
|
|
5166
|
-
* The mode determines
|
|
5856
|
+
* The mode determines the platform behaviors of the component.
|
|
5167
5857
|
*/
|
|
5168
5858
|
"mode"?: "ios" | "md";
|
|
5859
|
+
/**
|
|
5860
|
+
* 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.
|
|
5861
|
+
*/
|
|
5862
|
+
"shape"?: 'soft' | 'round | rectangular';
|
|
5863
|
+
/**
|
|
5864
|
+
* 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.
|
|
5865
|
+
*/
|
|
5866
|
+
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
5867
|
+
/**
|
|
5868
|
+
* The theme determines the visual appearance of the component.
|
|
5869
|
+
*/
|
|
5870
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5871
|
+
/**
|
|
5872
|
+
* Set to `"top"` to position the badge on top right absolute position of the parent element. Set to `"bottom"` to position the badge on bottom right absolute position of the parent element.
|
|
5873
|
+
*/
|
|
5874
|
+
"vertical"?: 'top' | 'bottom';
|
|
5169
5875
|
}
|
|
5170
5876
|
interface IonBreadcrumb {
|
|
5171
5877
|
/**
|
|
@@ -5189,7 +5895,7 @@ declare namespace LocalJSX {
|
|
|
5189
5895
|
*/
|
|
5190
5896
|
"href"?: string | undefined;
|
|
5191
5897
|
/**
|
|
5192
|
-
* The mode determines
|
|
5898
|
+
* The mode determines the platform behaviors of the component.
|
|
5193
5899
|
*/
|
|
5194
5900
|
"mode"?: "ios" | "md";
|
|
5195
5901
|
/**
|
|
@@ -5220,6 +5926,10 @@ declare namespace LocalJSX {
|
|
|
5220
5926
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
5221
5927
|
*/
|
|
5222
5928
|
"target"?: string | undefined;
|
|
5929
|
+
/**
|
|
5930
|
+
* The theme determines the visual appearance of the component.
|
|
5931
|
+
*/
|
|
5932
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5223
5933
|
}
|
|
5224
5934
|
interface IonBreadcrumbs {
|
|
5225
5935
|
/**
|
|
@@ -5239,13 +5949,17 @@ declare namespace LocalJSX {
|
|
|
5239
5949
|
*/
|
|
5240
5950
|
"maxItems"?: number;
|
|
5241
5951
|
/**
|
|
5242
|
-
* The mode determines
|
|
5952
|
+
* The mode determines the platform behaviors of the component.
|
|
5243
5953
|
*/
|
|
5244
5954
|
"mode"?: "ios" | "md";
|
|
5245
5955
|
/**
|
|
5246
5956
|
* Emitted when the collapsed indicator is clicked on.
|
|
5247
5957
|
*/
|
|
5248
5958
|
"onIonCollapsedClick"?: (event: IonBreadcrumbsCustomEvent<BreadcrumbCollapsedClickEventDetail>) => void;
|
|
5959
|
+
/**
|
|
5960
|
+
* The theme determines the visual appearance of the component.
|
|
5961
|
+
*/
|
|
5962
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5249
5963
|
}
|
|
5250
5964
|
interface IonButton {
|
|
5251
5965
|
/**
|
|
@@ -5281,7 +5995,7 @@ declare namespace LocalJSX {
|
|
|
5281
5995
|
*/
|
|
5282
5996
|
"href"?: string | undefined;
|
|
5283
5997
|
/**
|
|
5284
|
-
* The mode determines
|
|
5998
|
+
* The mode determines the platform behaviors of the component.
|
|
5285
5999
|
*/
|
|
5286
6000
|
"mode"?: "ios" | "md";
|
|
5287
6001
|
/**
|
|
@@ -5305,13 +6019,13 @@ declare namespace LocalJSX {
|
|
|
5305
6019
|
*/
|
|
5306
6020
|
"routerDirection"?: RouterDirection;
|
|
5307
6021
|
/**
|
|
5308
|
-
* Set to `"round"` for a button with
|
|
6022
|
+
* 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.
|
|
5309
6023
|
*/
|
|
5310
|
-
"shape"?: 'round';
|
|
6024
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5311
6025
|
/**
|
|
5312
6026
|
* 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.
|
|
5313
6027
|
*/
|
|
5314
|
-
"size"?: 'small' | 'default' | 'large';
|
|
6028
|
+
"size"?: 'xsmall' | 'small' | 'default' | 'large' | 'xlarge';
|
|
5315
6029
|
/**
|
|
5316
6030
|
* If `true`, activates a button with a heavier font weight.
|
|
5317
6031
|
*/
|
|
@@ -5320,6 +6034,10 @@ declare namespace LocalJSX {
|
|
|
5320
6034
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
5321
6035
|
*/
|
|
5322
6036
|
"target"?: string | undefined;
|
|
6037
|
+
/**
|
|
6038
|
+
* The theme determines the visual appearance of the component.
|
|
6039
|
+
*/
|
|
6040
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5323
6041
|
/**
|
|
5324
6042
|
* The type of the button.
|
|
5325
6043
|
*/
|
|
@@ -5327,9 +6045,17 @@ declare namespace LocalJSX {
|
|
|
5327
6045
|
}
|
|
5328
6046
|
interface IonButtons {
|
|
5329
6047
|
/**
|
|
5330
|
-
* 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`
|
|
6048
|
+
* 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)
|
|
5331
6049
|
*/
|
|
5332
6050
|
"collapse"?: boolean;
|
|
6051
|
+
/**
|
|
6052
|
+
* The mode determines the platform behaviors of the component.
|
|
6053
|
+
*/
|
|
6054
|
+
"mode"?: "ios" | "md";
|
|
6055
|
+
/**
|
|
6056
|
+
* The theme determines the visual appearance of the component.
|
|
6057
|
+
*/
|
|
6058
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5333
6059
|
}
|
|
5334
6060
|
interface IonCard {
|
|
5335
6061
|
/**
|
|
@@ -5353,7 +6079,7 @@ declare namespace LocalJSX {
|
|
|
5353
6079
|
*/
|
|
5354
6080
|
"href"?: string | undefined;
|
|
5355
6081
|
/**
|
|
5356
|
-
* The mode determines
|
|
6082
|
+
* The mode determines the platform behaviors of the component.
|
|
5357
6083
|
*/
|
|
5358
6084
|
"mode"?: "ios" | "md";
|
|
5359
6085
|
/**
|
|
@@ -5368,10 +6094,18 @@ declare namespace LocalJSX {
|
|
|
5368
6094
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
5369
6095
|
*/
|
|
5370
6096
|
"routerDirection"?: RouterDirection;
|
|
6097
|
+
/**
|
|
6098
|
+
* 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"`.
|
|
6099
|
+
*/
|
|
6100
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5371
6101
|
/**
|
|
5372
6102
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
5373
6103
|
*/
|
|
5374
6104
|
"target"?: string | undefined;
|
|
6105
|
+
/**
|
|
6106
|
+
* The theme determines the visual appearance of the component.
|
|
6107
|
+
*/
|
|
6108
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5375
6109
|
/**
|
|
5376
6110
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
5377
6111
|
*/
|
|
@@ -5379,9 +6113,13 @@ declare namespace LocalJSX {
|
|
|
5379
6113
|
}
|
|
5380
6114
|
interface IonCardContent {
|
|
5381
6115
|
/**
|
|
5382
|
-
* The mode determines
|
|
6116
|
+
* The mode determines the platform behaviors of the component.
|
|
5383
6117
|
*/
|
|
5384
6118
|
"mode"?: "ios" | "md";
|
|
6119
|
+
/**
|
|
6120
|
+
* The theme determines the visual appearance of the component.
|
|
6121
|
+
*/
|
|
6122
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5385
6123
|
}
|
|
5386
6124
|
interface IonCardHeader {
|
|
5387
6125
|
/**
|
|
@@ -5389,11 +6127,15 @@ declare namespace LocalJSX {
|
|
|
5389
6127
|
*/
|
|
5390
6128
|
"color"?: Color;
|
|
5391
6129
|
/**
|
|
5392
|
-
* The mode determines
|
|
6130
|
+
* The mode determines the platform behaviors of the component.
|
|
5393
6131
|
*/
|
|
5394
6132
|
"mode"?: "ios" | "md";
|
|
5395
6133
|
/**
|
|
5396
|
-
*
|
|
6134
|
+
* The theme determines the visual appearance of the component.
|
|
6135
|
+
*/
|
|
6136
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6137
|
+
/**
|
|
6138
|
+
* 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).
|
|
5397
6139
|
*/
|
|
5398
6140
|
"translucent"?: boolean;
|
|
5399
6141
|
}
|
|
@@ -5403,9 +6145,13 @@ declare namespace LocalJSX {
|
|
|
5403
6145
|
*/
|
|
5404
6146
|
"color"?: Color;
|
|
5405
6147
|
/**
|
|
5406
|
-
* The mode determines
|
|
6148
|
+
* The mode determines the platform behaviors of the component.
|
|
5407
6149
|
*/
|
|
5408
6150
|
"mode"?: "ios" | "md";
|
|
6151
|
+
/**
|
|
6152
|
+
* The theme determines the visual appearance of the component.
|
|
6153
|
+
*/
|
|
6154
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5409
6155
|
}
|
|
5410
6156
|
interface IonCardTitle {
|
|
5411
6157
|
/**
|
|
@@ -5413,9 +6159,13 @@ declare namespace LocalJSX {
|
|
|
5413
6159
|
*/
|
|
5414
6160
|
"color"?: Color;
|
|
5415
6161
|
/**
|
|
5416
|
-
* The mode determines
|
|
6162
|
+
* The mode determines the platform behaviors of the component.
|
|
5417
6163
|
*/
|
|
5418
6164
|
"mode"?: "ios" | "md";
|
|
6165
|
+
/**
|
|
6166
|
+
* The theme determines the visual appearance of the component.
|
|
6167
|
+
*/
|
|
6168
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5419
6169
|
}
|
|
5420
6170
|
interface IonCheckbox {
|
|
5421
6171
|
/**
|
|
@@ -5455,7 +6205,7 @@ declare namespace LocalJSX {
|
|
|
5455
6205
|
*/
|
|
5456
6206
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
5457
6207
|
/**
|
|
5458
|
-
* The mode determines
|
|
6208
|
+
* The mode determines the platform behaviors of the component.
|
|
5459
6209
|
*/
|
|
5460
6210
|
"mode"?: "ios" | "md";
|
|
5461
6211
|
/**
|
|
@@ -5467,7 +6217,7 @@ declare namespace LocalJSX {
|
|
|
5467
6217
|
*/
|
|
5468
6218
|
"onIonBlur"?: (event: IonCheckboxCustomEvent<void>) => void;
|
|
5469
6219
|
/**
|
|
5470
|
-
* Emitted when the checked property has changed as a result of a user action such as a click.
|
|
6220
|
+
* 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.
|
|
5471
6221
|
*/
|
|
5472
6222
|
"onIonChange"?: (event: IonCheckboxCustomEvent<CheckboxChangeEventDetail>) => void;
|
|
5473
6223
|
/**
|
|
@@ -5478,6 +6228,18 @@ declare namespace LocalJSX {
|
|
|
5478
6228
|
* If true, screen readers will announce it as a required field. This property works only for accessibility purposes, it will not prevent the form from submitting if the value is invalid.
|
|
5479
6229
|
*/
|
|
5480
6230
|
"required"?: boolean;
|
|
6231
|
+
/**
|
|
6232
|
+
* Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
|
|
6233
|
+
*/
|
|
6234
|
+
"shape"?: 'soft' | 'rectangular';
|
|
6235
|
+
/**
|
|
6236
|
+
* Set to `"small"` for a checkbox with less height and padding.
|
|
6237
|
+
*/
|
|
6238
|
+
"size"?: 'small';
|
|
6239
|
+
/**
|
|
6240
|
+
* The theme determines the visual appearance of the component.
|
|
6241
|
+
*/
|
|
6242
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5481
6243
|
/**
|
|
5482
6244
|
* 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>`.
|
|
5483
6245
|
*/
|
|
@@ -5493,27 +6255,43 @@ declare namespace LocalJSX {
|
|
|
5493
6255
|
*/
|
|
5494
6256
|
"disabled"?: boolean;
|
|
5495
6257
|
/**
|
|
5496
|
-
* The mode determines
|
|
6258
|
+
* The mode determines the platform behaviors of the component.
|
|
5497
6259
|
*/
|
|
5498
6260
|
"mode"?: "ios" | "md";
|
|
5499
6261
|
/**
|
|
5500
6262
|
* Display an outline style button.
|
|
5501
6263
|
*/
|
|
5502
6264
|
"outline"?: boolean;
|
|
5503
|
-
}
|
|
5504
|
-
interface IonCol {
|
|
5505
6265
|
/**
|
|
5506
|
-
*
|
|
6266
|
+
* 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.
|
|
5507
6267
|
*/
|
|
5508
|
-
"
|
|
6268
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5509
6269
|
/**
|
|
5510
|
-
*
|
|
6270
|
+
* Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
|
|
5511
6271
|
*/
|
|
5512
|
-
"
|
|
6272
|
+
"size"?: 'small' | 'large';
|
|
5513
6273
|
/**
|
|
5514
|
-
* The
|
|
6274
|
+
* The theme determines the visual appearance of the component.
|
|
5515
6275
|
*/
|
|
5516
|
-
"
|
|
6276
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6277
|
+
}
|
|
6278
|
+
interface IonCol {
|
|
6279
|
+
/**
|
|
6280
|
+
* The mode determines the platform behaviors of the component.
|
|
6281
|
+
*/
|
|
6282
|
+
"mode"?: "ios" | "md";
|
|
6283
|
+
/**
|
|
6284
|
+
* The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
|
|
6285
|
+
*/
|
|
6286
|
+
"offset"?: string;
|
|
6287
|
+
/**
|
|
6288
|
+
* The amount to offset the column for lg screens, in terms of how many columns it should shift to the end of the total available.
|
|
6289
|
+
*/
|
|
6290
|
+
"offsetLg"?: string;
|
|
6291
|
+
/**
|
|
6292
|
+
* The amount to offset the column for md screens, in terms of how many columns it should shift to the end of the total available.
|
|
6293
|
+
*/
|
|
6294
|
+
"offsetMd"?: string;
|
|
5517
6295
|
/**
|
|
5518
6296
|
* The amount to offset the column for sm screens, in terms of how many columns it should shift to the end of the total available.
|
|
5519
6297
|
*/
|
|
@@ -5598,6 +6376,10 @@ declare namespace LocalJSX {
|
|
|
5598
6376
|
* 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.
|
|
5599
6377
|
*/
|
|
5600
6378
|
"sizeXs"?: string;
|
|
6379
|
+
/**
|
|
6380
|
+
* The theme determines the visual appearance of the component.
|
|
6381
|
+
*/
|
|
6382
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5601
6383
|
}
|
|
5602
6384
|
interface IonContent {
|
|
5603
6385
|
/**
|
|
@@ -5616,6 +6398,10 @@ declare namespace LocalJSX {
|
|
|
5616
6398
|
* If `true`, the content will scroll behind the headers and footers. This effect can easily be seen by setting the toolbar to transparent.
|
|
5617
6399
|
*/
|
|
5618
6400
|
"fullscreen"?: boolean;
|
|
6401
|
+
/**
|
|
6402
|
+
* The mode determines the platform behaviors of the component.
|
|
6403
|
+
*/
|
|
6404
|
+
"mode"?: "ios" | "md";
|
|
5619
6405
|
/**
|
|
5620
6406
|
* Emitted while scrolling. This event is disabled by default. Set `scrollEvents` to `true` to enable.
|
|
5621
6407
|
*/
|
|
@@ -5640,6 +6426,10 @@ declare namespace LocalJSX {
|
|
|
5640
6426
|
* If you want to disable the content scrolling in the Y axis, set this property to `false`.
|
|
5641
6427
|
*/
|
|
5642
6428
|
"scrollY"?: boolean;
|
|
6429
|
+
/**
|
|
6430
|
+
* The theme determines the visual appearance of the component.
|
|
6431
|
+
*/
|
|
6432
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5643
6433
|
}
|
|
5644
6434
|
interface IonDatetime {
|
|
5645
6435
|
/**
|
|
@@ -5707,7 +6497,7 @@ declare namespace LocalJSX {
|
|
|
5707
6497
|
*/
|
|
5708
6498
|
"minuteValues"?: number[] | number | string;
|
|
5709
6499
|
/**
|
|
5710
|
-
* The mode determines
|
|
6500
|
+
* The mode determines the platform behaviors of the component.
|
|
5711
6501
|
*/
|
|
5712
6502
|
"mode"?: "ios" | "md";
|
|
5713
6503
|
/**
|
|
@@ -5770,6 +6560,10 @@ declare namespace LocalJSX {
|
|
|
5770
6560
|
* 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.
|
|
5771
6561
|
*/
|
|
5772
6562
|
"size"?: 'cover' | 'fixed';
|
|
6563
|
+
/**
|
|
6564
|
+
* The theme determines the visual appearance of the component.
|
|
6565
|
+
*/
|
|
6566
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5773
6567
|
/**
|
|
5774
6568
|
* 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.
|
|
5775
6569
|
*/
|
|
@@ -5797,9 +6591,23 @@ declare namespace LocalJSX {
|
|
|
5797
6591
|
*/
|
|
5798
6592
|
"disabled"?: boolean;
|
|
5799
6593
|
/**
|
|
5800
|
-
* The mode determines
|
|
6594
|
+
* The mode determines the platform behaviors of the component.
|
|
5801
6595
|
*/
|
|
5802
6596
|
"mode"?: "ios" | "md";
|
|
6597
|
+
/**
|
|
6598
|
+
* The theme determines the visual appearance of the component.
|
|
6599
|
+
*/
|
|
6600
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6601
|
+
}
|
|
6602
|
+
interface IonDivider {
|
|
6603
|
+
/**
|
|
6604
|
+
* If `true`, the divider will have horizontal margins By default, it's `false`
|
|
6605
|
+
*/
|
|
6606
|
+
"inset"?: boolean;
|
|
6607
|
+
/**
|
|
6608
|
+
* Set to `"xxsmall"` for the smallest spacing. Set to "xsmall" for a very small spacing. Set to `"small"` for a small spacing. Set to "medium" for a medium spacing. Set to "large" for a large spacing. Set to `"xlarge"` for the largest spacing. Defaults to `"small"` for the `ionic` theme, undefined for all other themes.
|
|
6609
|
+
*/
|
|
6610
|
+
"spacing"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge';
|
|
5803
6611
|
}
|
|
5804
6612
|
interface IonFab {
|
|
5805
6613
|
/**
|
|
@@ -5814,6 +6622,14 @@ declare namespace LocalJSX {
|
|
|
5814
6622
|
* Where to align the fab horizontally in the viewport.
|
|
5815
6623
|
*/
|
|
5816
6624
|
"horizontal"?: 'start' | 'end' | 'center';
|
|
6625
|
+
/**
|
|
6626
|
+
* The mode determines the platform behaviors of the component.
|
|
6627
|
+
*/
|
|
6628
|
+
"mode"?: "ios" | "md";
|
|
6629
|
+
/**
|
|
6630
|
+
* The theme determines the visual appearance of the component.
|
|
6631
|
+
*/
|
|
6632
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5817
6633
|
/**
|
|
5818
6634
|
* Where to align the fab vertically in the viewport.
|
|
5819
6635
|
*/
|
|
@@ -5845,7 +6661,7 @@ declare namespace LocalJSX {
|
|
|
5845
6661
|
*/
|
|
5846
6662
|
"href"?: string | undefined;
|
|
5847
6663
|
/**
|
|
5848
|
-
* The mode determines
|
|
6664
|
+
* The mode determines the platform behaviors of the component.
|
|
5849
6665
|
*/
|
|
5850
6666
|
"mode"?: "ios" | "md";
|
|
5851
6667
|
/**
|
|
@@ -5881,7 +6697,11 @@ declare namespace LocalJSX {
|
|
|
5881
6697
|
*/
|
|
5882
6698
|
"target"?: string | undefined;
|
|
5883
6699
|
/**
|
|
5884
|
-
*
|
|
6700
|
+
* The theme determines the visual appearance of the component.
|
|
6701
|
+
*/
|
|
6702
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6703
|
+
/**
|
|
6704
|
+
* 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).
|
|
5885
6705
|
*/
|
|
5886
6706
|
"translucent"?: boolean;
|
|
5887
6707
|
/**
|
|
@@ -5894,22 +6714,34 @@ declare namespace LocalJSX {
|
|
|
5894
6714
|
* If `true`, the fab list will show all fab buttons in the list.
|
|
5895
6715
|
*/
|
|
5896
6716
|
"activated"?: boolean;
|
|
6717
|
+
/**
|
|
6718
|
+
* The mode determines the platform behaviors of the component.
|
|
6719
|
+
*/
|
|
6720
|
+
"mode"?: "ios" | "md";
|
|
5897
6721
|
/**
|
|
5898
6722
|
* The side the fab list will show on relative to the main fab button.
|
|
5899
6723
|
*/
|
|
5900
6724
|
"side"?: 'start' | 'end' | 'top' | 'bottom';
|
|
6725
|
+
/**
|
|
6726
|
+
* The theme determines the visual appearance of the component.
|
|
6727
|
+
*/
|
|
6728
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5901
6729
|
}
|
|
5902
6730
|
interface IonFooter {
|
|
5903
6731
|
/**
|
|
5904
|
-
* Describes the scroll effect that will be applied to the footer. Only applies
|
|
6732
|
+
* Describes the scroll effect that will be applied to the footer. Only applies when the theme is `"ios"`.
|
|
5905
6733
|
*/
|
|
5906
6734
|
"collapse"?: 'fade';
|
|
5907
6735
|
/**
|
|
5908
|
-
* The mode determines
|
|
6736
|
+
* The mode determines the platform behaviors of the component.
|
|
5909
6737
|
*/
|
|
5910
6738
|
"mode"?: "ios" | "md";
|
|
5911
6739
|
/**
|
|
5912
|
-
*
|
|
6740
|
+
* The theme determines the visual appearance of the component.
|
|
6741
|
+
*/
|
|
6742
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6743
|
+
/**
|
|
6744
|
+
* 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.
|
|
5913
6745
|
*/
|
|
5914
6746
|
"translucent"?: boolean;
|
|
5915
6747
|
}
|
|
@@ -5918,18 +6750,34 @@ declare namespace LocalJSX {
|
|
|
5918
6750
|
* If `true`, the grid will have a fixed width based on the screen size.
|
|
5919
6751
|
*/
|
|
5920
6752
|
"fixed"?: boolean;
|
|
6753
|
+
/**
|
|
6754
|
+
* The mode determines the platform behaviors of the component.
|
|
6755
|
+
*/
|
|
6756
|
+
"mode"?: "ios" | "md";
|
|
6757
|
+
/**
|
|
6758
|
+
* The theme determines the visual appearance of the component.
|
|
6759
|
+
*/
|
|
6760
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5921
6761
|
}
|
|
5922
6762
|
interface IonHeader {
|
|
5923
6763
|
/**
|
|
5924
|
-
* Describes the scroll effect that will be applied to the header. Only applies
|
|
6764
|
+
* 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)
|
|
5925
6765
|
*/
|
|
5926
6766
|
"collapse"?: 'condense' | 'fade';
|
|
5927
6767
|
/**
|
|
5928
|
-
*
|
|
6768
|
+
* If `true`, the header will have a line at the bottom. TODO(ROU-10855): add support for this prop on ios/md themes
|
|
6769
|
+
*/
|
|
6770
|
+
"divider"?: boolean;
|
|
6771
|
+
/**
|
|
6772
|
+
* The mode determines the platform behaviors of the component.
|
|
5929
6773
|
*/
|
|
5930
6774
|
"mode"?: "ios" | "md";
|
|
5931
6775
|
/**
|
|
5932
|
-
*
|
|
6776
|
+
* The theme determines the visual appearance of the component.
|
|
6777
|
+
*/
|
|
6778
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6779
|
+
/**
|
|
6780
|
+
* 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.
|
|
5933
6781
|
*/
|
|
5934
6782
|
"translucent"?: boolean;
|
|
5935
6783
|
}
|
|
@@ -5938,6 +6786,10 @@ declare namespace LocalJSX {
|
|
|
5938
6786
|
* 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.
|
|
5939
6787
|
*/
|
|
5940
6788
|
"alt"?: string;
|
|
6789
|
+
/**
|
|
6790
|
+
* The mode determines the platform behaviors of the component.
|
|
6791
|
+
*/
|
|
6792
|
+
"mode"?: "ios" | "md";
|
|
5941
6793
|
/**
|
|
5942
6794
|
* Emitted when the img fails to load
|
|
5943
6795
|
*/
|
|
@@ -5954,12 +6806,20 @@ declare namespace LocalJSX {
|
|
|
5954
6806
|
* The image URL. This attribute is mandatory for the `<img>` element.
|
|
5955
6807
|
*/
|
|
5956
6808
|
"src"?: string;
|
|
6809
|
+
/**
|
|
6810
|
+
* The theme determines the visual appearance of the component.
|
|
6811
|
+
*/
|
|
6812
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5957
6813
|
}
|
|
5958
6814
|
interface IonInfiniteScroll {
|
|
5959
6815
|
/**
|
|
5960
6816
|
* 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.
|
|
5961
6817
|
*/
|
|
5962
6818
|
"disabled"?: boolean;
|
|
6819
|
+
/**
|
|
6820
|
+
* The mode determines the platform behaviors of the component.
|
|
6821
|
+
*/
|
|
6822
|
+
"mode"?: "ios" | "md";
|
|
5963
6823
|
/**
|
|
5964
6824
|
* 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.
|
|
5965
6825
|
*/
|
|
@@ -5968,6 +6828,10 @@ declare namespace LocalJSX {
|
|
|
5968
6828
|
* The position of the infinite scroll element. The value can be either `top` or `bottom`.
|
|
5969
6829
|
*/
|
|
5970
6830
|
"position"?: 'top' | 'bottom';
|
|
6831
|
+
/**
|
|
6832
|
+
* The theme determines the visual appearance of the component.
|
|
6833
|
+
*/
|
|
6834
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5971
6835
|
/**
|
|
5972
6836
|
* 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.
|
|
5973
6837
|
*/
|
|
@@ -5982,6 +6846,14 @@ declare namespace LocalJSX {
|
|
|
5982
6846
|
* 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.
|
|
5983
6847
|
*/
|
|
5984
6848
|
"loadingText"?: string | IonicSafeString;
|
|
6849
|
+
/**
|
|
6850
|
+
* The mode determines the platform behaviors of the component.
|
|
6851
|
+
*/
|
|
6852
|
+
"mode"?: "ios" | "md";
|
|
6853
|
+
/**
|
|
6854
|
+
* The theme determines the visual appearance of the component.
|
|
6855
|
+
*/
|
|
6856
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
5985
6857
|
}
|
|
5986
6858
|
interface IonInput {
|
|
5987
6859
|
/**
|
|
@@ -6041,7 +6913,7 @@ declare namespace LocalJSX {
|
|
|
6041
6913
|
*/
|
|
6042
6914
|
"errorText"?: string;
|
|
6043
6915
|
/**
|
|
6044
|
-
* 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
|
|
6916
|
+
* 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"`.
|
|
6045
6917
|
*/
|
|
6046
6918
|
"fill"?: 'outline' | 'solid';
|
|
6047
6919
|
/**
|
|
@@ -6057,7 +6929,7 @@ declare namespace LocalJSX {
|
|
|
6057
6929
|
*/
|
|
6058
6930
|
"label"?: string;
|
|
6059
6931
|
/**
|
|
6060
|
-
* 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 ("...").
|
|
6932
|
+
* 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.
|
|
6061
6933
|
*/
|
|
6062
6934
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
6063
6935
|
/**
|
|
@@ -6077,7 +6949,7 @@ declare namespace LocalJSX {
|
|
|
6077
6949
|
*/
|
|
6078
6950
|
"minlength"?: number;
|
|
6079
6951
|
/**
|
|
6080
|
-
* The mode determines
|
|
6952
|
+
* The mode determines the platform behaviors of the component.
|
|
6081
6953
|
*/
|
|
6082
6954
|
"mode"?: "ios" | "md";
|
|
6083
6955
|
/**
|
|
@@ -6121,9 +6993,13 @@ declare namespace LocalJSX {
|
|
|
6121
6993
|
*/
|
|
6122
6994
|
"required"?: boolean;
|
|
6123
6995
|
/**
|
|
6124
|
-
*
|
|
6996
|
+
* 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"`.
|
|
6997
|
+
*/
|
|
6998
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6999
|
+
/**
|
|
7000
|
+
* 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.
|
|
6125
7001
|
*/
|
|
6126
|
-
"
|
|
7002
|
+
"size"?: 'medium' | 'large' | 'xlarge';
|
|
6127
7003
|
/**
|
|
6128
7004
|
* If `true`, the element will have its spelling and grammar checked.
|
|
6129
7005
|
*/
|
|
@@ -6132,6 +7008,10 @@ declare namespace LocalJSX {
|
|
|
6132
7008
|
* 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.
|
|
6133
7009
|
*/
|
|
6134
7010
|
"step"?: string;
|
|
7011
|
+
/**
|
|
7012
|
+
* The theme determines the visual appearance of the component.
|
|
7013
|
+
*/
|
|
7014
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6135
7015
|
/**
|
|
6136
7016
|
* The type of control to display. The default type is text.
|
|
6137
7017
|
*/
|
|
@@ -6169,7 +7049,7 @@ declare namespace LocalJSX {
|
|
|
6169
7049
|
*/
|
|
6170
7050
|
"color"?: Color;
|
|
6171
7051
|
/**
|
|
6172
|
-
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
7052
|
+
* 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.
|
|
6173
7053
|
*/
|
|
6174
7054
|
"detail"?: boolean;
|
|
6175
7055
|
/**
|
|
@@ -6193,7 +7073,7 @@ declare namespace LocalJSX {
|
|
|
6193
7073
|
*/
|
|
6194
7074
|
"lines"?: 'full' | 'inset' | 'none';
|
|
6195
7075
|
/**
|
|
6196
|
-
* The mode determines
|
|
7076
|
+
* The mode determines the platform behaviors of the component.
|
|
6197
7077
|
*/
|
|
6198
7078
|
"mode"?: "ios" | "md";
|
|
6199
7079
|
/**
|
|
@@ -6212,6 +7092,10 @@ declare namespace LocalJSX {
|
|
|
6212
7092
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6213
7093
|
*/
|
|
6214
7094
|
"target"?: string | undefined;
|
|
7095
|
+
/**
|
|
7096
|
+
* The theme determines the visual appearance of the component.
|
|
7097
|
+
*/
|
|
7098
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6215
7099
|
/**
|
|
6216
7100
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
6217
7101
|
*/
|
|
@@ -6223,15 +7107,27 @@ declare namespace LocalJSX {
|
|
|
6223
7107
|
*/
|
|
6224
7108
|
"color"?: Color;
|
|
6225
7109
|
/**
|
|
6226
|
-
* The mode determines
|
|
7110
|
+
* The mode determines the platform behaviors of the component.
|
|
6227
7111
|
*/
|
|
6228
7112
|
"mode"?: "ios" | "md";
|
|
6229
7113
|
/**
|
|
6230
7114
|
* 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
|
|
6231
7115
|
*/
|
|
6232
7116
|
"sticky"?: boolean;
|
|
7117
|
+
/**
|
|
7118
|
+
* The theme determines the visual appearance of the component.
|
|
7119
|
+
*/
|
|
7120
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6233
7121
|
}
|
|
6234
7122
|
interface IonItemGroup {
|
|
7123
|
+
/**
|
|
7124
|
+
* The mode determines the platform behaviors of the component.
|
|
7125
|
+
*/
|
|
7126
|
+
"mode"?: "ios" | "md";
|
|
7127
|
+
/**
|
|
7128
|
+
* The theme determines the visual appearance of the component.
|
|
7129
|
+
*/
|
|
7130
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6235
7131
|
}
|
|
6236
7132
|
interface IonItemOption {
|
|
6237
7133
|
/**
|
|
@@ -6255,23 +7151,35 @@ declare namespace LocalJSX {
|
|
|
6255
7151
|
*/
|
|
6256
7152
|
"href"?: string | undefined;
|
|
6257
7153
|
/**
|
|
6258
|
-
* The mode determines
|
|
7154
|
+
* The mode determines the platform behaviors of the component.
|
|
6259
7155
|
*/
|
|
6260
7156
|
"mode"?: "ios" | "md";
|
|
6261
7157
|
/**
|
|
6262
7158
|
* 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).
|
|
6263
7159
|
*/
|
|
6264
7160
|
"rel"?: string | undefined;
|
|
7161
|
+
/**
|
|
7162
|
+
* 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.
|
|
7163
|
+
*/
|
|
7164
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6265
7165
|
/**
|
|
6266
7166
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6267
7167
|
*/
|
|
6268
7168
|
"target"?: string | undefined;
|
|
7169
|
+
/**
|
|
7170
|
+
* The theme determines the visual appearance of the component.
|
|
7171
|
+
*/
|
|
7172
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6269
7173
|
/**
|
|
6270
7174
|
* The type of the button.
|
|
6271
7175
|
*/
|
|
6272
7176
|
"type"?: 'submit' | 'reset' | 'button';
|
|
6273
7177
|
}
|
|
6274
7178
|
interface IonItemOptions {
|
|
7179
|
+
/**
|
|
7180
|
+
* The mode determines the platform behaviors of the component.
|
|
7181
|
+
*/
|
|
7182
|
+
"mode"?: "ios" | "md";
|
|
6275
7183
|
/**
|
|
6276
7184
|
* Emitted when the item has been fully swiped.
|
|
6277
7185
|
*/
|
|
@@ -6280,16 +7188,28 @@ declare namespace LocalJSX {
|
|
|
6280
7188
|
* 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.
|
|
6281
7189
|
*/
|
|
6282
7190
|
"side"?: Side;
|
|
7191
|
+
/**
|
|
7192
|
+
* The theme determines the visual appearance of the component.
|
|
7193
|
+
*/
|
|
7194
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6283
7195
|
}
|
|
6284
7196
|
interface IonItemSliding {
|
|
6285
7197
|
/**
|
|
6286
7198
|
* If `true`, the user cannot interact with the sliding item.
|
|
6287
7199
|
*/
|
|
6288
7200
|
"disabled"?: boolean;
|
|
7201
|
+
/**
|
|
7202
|
+
* The mode determines the platform behaviors of the component.
|
|
7203
|
+
*/
|
|
7204
|
+
"mode"?: "ios" | "md";
|
|
6289
7205
|
/**
|
|
6290
7206
|
* Emitted when the sliding position changes.
|
|
6291
7207
|
*/
|
|
6292
7208
|
"onIonDrag"?: (event: IonItemSlidingCustomEvent<any>) => void;
|
|
7209
|
+
/**
|
|
7210
|
+
* The theme determines the visual appearance of the component.
|
|
7211
|
+
*/
|
|
7212
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6293
7213
|
}
|
|
6294
7214
|
interface IonLabel {
|
|
6295
7215
|
/**
|
|
@@ -6297,13 +7217,17 @@ declare namespace LocalJSX {
|
|
|
6297
7217
|
*/
|
|
6298
7218
|
"color"?: Color;
|
|
6299
7219
|
/**
|
|
6300
|
-
* The mode determines
|
|
7220
|
+
* The mode determines the platform behaviors of the component.
|
|
6301
7221
|
*/
|
|
6302
7222
|
"mode"?: "ios" | "md";
|
|
6303
7223
|
/**
|
|
6304
7224
|
* The position determines where and how the label behaves inside an item.
|
|
6305
7225
|
*/
|
|
6306
7226
|
"position"?: 'fixed' | 'stacked' | 'floating';
|
|
7227
|
+
/**
|
|
7228
|
+
* The theme determines the visual appearance of the component.
|
|
7229
|
+
*/
|
|
7230
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6307
7231
|
}
|
|
6308
7232
|
interface IonList {
|
|
6309
7233
|
/**
|
|
@@ -6315,9 +7239,17 @@ declare namespace LocalJSX {
|
|
|
6315
7239
|
*/
|
|
6316
7240
|
"lines"?: 'full' | 'inset' | 'none';
|
|
6317
7241
|
/**
|
|
6318
|
-
* The mode determines
|
|
7242
|
+
* The mode determines the platform behaviors of the component.
|
|
6319
7243
|
*/
|
|
6320
7244
|
"mode"?: "ios" | "md";
|
|
7245
|
+
/**
|
|
7246
|
+
* 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.
|
|
7247
|
+
*/
|
|
7248
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7249
|
+
/**
|
|
7250
|
+
* The theme determines the visual appearance of the component.
|
|
7251
|
+
*/
|
|
7252
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6321
7253
|
}
|
|
6322
7254
|
interface IonListHeader {
|
|
6323
7255
|
/**
|
|
@@ -6329,9 +7261,13 @@ declare namespace LocalJSX {
|
|
|
6329
7261
|
*/
|
|
6330
7262
|
"lines"?: 'full' | 'inset' | 'none';
|
|
6331
7263
|
/**
|
|
6332
|
-
* The mode determines
|
|
7264
|
+
* The mode determines the platform behaviors of the component.
|
|
6333
7265
|
*/
|
|
6334
7266
|
"mode"?: "ios" | "md";
|
|
7267
|
+
/**
|
|
7268
|
+
* The theme determines the visual appearance of the component.
|
|
7269
|
+
*/
|
|
7270
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6335
7271
|
}
|
|
6336
7272
|
interface IonLoading {
|
|
6337
7273
|
/**
|
|
@@ -6375,7 +7311,7 @@ declare namespace LocalJSX {
|
|
|
6375
7311
|
*/
|
|
6376
7312
|
"message"?: string | IonicSafeString;
|
|
6377
7313
|
/**
|
|
6378
|
-
* The mode determines
|
|
7314
|
+
* The mode determines the platform behaviors of the component.
|
|
6379
7315
|
*/
|
|
6380
7316
|
"mode"?: "ios" | "md";
|
|
6381
7317
|
/**
|
|
@@ -6419,7 +7355,11 @@ declare namespace LocalJSX {
|
|
|
6419
7355
|
*/
|
|
6420
7356
|
"spinner"?: SpinnerTypes | null;
|
|
6421
7357
|
/**
|
|
6422
|
-
*
|
|
7358
|
+
* The theme determines the visual appearance of the component.
|
|
7359
|
+
*/
|
|
7360
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7361
|
+
/**
|
|
7362
|
+
* 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).
|
|
6423
7363
|
*/
|
|
6424
7364
|
"translucent"?: boolean;
|
|
6425
7365
|
/**
|
|
@@ -6444,6 +7384,10 @@ declare namespace LocalJSX {
|
|
|
6444
7384
|
* An id for the menu.
|
|
6445
7385
|
*/
|
|
6446
7386
|
"menuId"?: string;
|
|
7387
|
+
/**
|
|
7388
|
+
* The mode determines the platform behaviors of the component.
|
|
7389
|
+
*/
|
|
7390
|
+
"mode"?: "ios" | "md";
|
|
6447
7391
|
/**
|
|
6448
7392
|
* Emitted when the menu is closed.
|
|
6449
7393
|
*/
|
|
@@ -6468,6 +7412,10 @@ declare namespace LocalJSX {
|
|
|
6468
7412
|
* If `true`, swiping the menu is enabled.
|
|
6469
7413
|
*/
|
|
6470
7414
|
"swipeGesture"?: boolean;
|
|
7415
|
+
/**
|
|
7416
|
+
* The theme determines the visual appearance of the component.
|
|
7417
|
+
*/
|
|
7418
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6471
7419
|
/**
|
|
6472
7420
|
* The display type of the menu. Available options: `"overlay"`, `"reveal"`, `"push"`.
|
|
6473
7421
|
*/
|
|
@@ -6491,9 +7439,13 @@ declare namespace LocalJSX {
|
|
|
6491
7439
|
*/
|
|
6492
7440
|
"menu"?: string;
|
|
6493
7441
|
/**
|
|
6494
|
-
* The mode determines
|
|
7442
|
+
* The mode determines the platform behaviors of the component.
|
|
6495
7443
|
*/
|
|
6496
7444
|
"mode"?: "ios" | "md";
|
|
7445
|
+
/**
|
|
7446
|
+
* The theme determines the visual appearance of the component.
|
|
7447
|
+
*/
|
|
7448
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6497
7449
|
/**
|
|
6498
7450
|
* The type of the button.
|
|
6499
7451
|
*/
|
|
@@ -6508,6 +7460,14 @@ declare namespace LocalJSX {
|
|
|
6508
7460
|
* 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.
|
|
6509
7461
|
*/
|
|
6510
7462
|
"menu"?: string;
|
|
7463
|
+
/**
|
|
7464
|
+
* The mode determines the platform behaviors of the component.
|
|
7465
|
+
*/
|
|
7466
|
+
"mode"?: "ios" | "md";
|
|
7467
|
+
/**
|
|
7468
|
+
* The theme determines the visual appearance of the component.
|
|
7469
|
+
*/
|
|
7470
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6511
7471
|
}
|
|
6512
7472
|
interface IonModal {
|
|
6513
7473
|
/**
|
|
@@ -6575,7 +7535,7 @@ declare namespace LocalJSX {
|
|
|
6575
7535
|
*/
|
|
6576
7536
|
"leaveAnimation"?: AnimationBuilder;
|
|
6577
7537
|
/**
|
|
6578
|
-
* The mode determines
|
|
7538
|
+
* The mode determines the platform behaviors of the component.
|
|
6579
7539
|
*/
|
|
6580
7540
|
"mode"?: "ios" | "md";
|
|
6581
7541
|
/**
|
|
@@ -6618,10 +7578,18 @@ declare namespace LocalJSX {
|
|
|
6618
7578
|
* 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.
|
|
6619
7579
|
*/
|
|
6620
7580
|
"presentingElement"?: HTMLElement;
|
|
7581
|
+
/**
|
|
7582
|
+
* 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.
|
|
7583
|
+
*/
|
|
7584
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6621
7585
|
/**
|
|
6622
7586
|
* 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.
|
|
6623
7587
|
*/
|
|
6624
7588
|
"showBackdrop"?: boolean;
|
|
7589
|
+
/**
|
|
7590
|
+
* The theme determines the visual appearance of the component.
|
|
7591
|
+
*/
|
|
7592
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6625
7593
|
/**
|
|
6626
7594
|
* An ID corresponding to the trigger element that causes the modal to open when clicked.
|
|
6627
7595
|
*/
|
|
@@ -6633,9 +7601,13 @@ declare namespace LocalJSX {
|
|
|
6633
7601
|
*/
|
|
6634
7602
|
"animated"?: boolean;
|
|
6635
7603
|
/**
|
|
6636
|
-
* By default `ion-nav` animates transition between pages based
|
|
7604
|
+
* 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.
|
|
6637
7605
|
*/
|
|
6638
7606
|
"animation"?: AnimationBuilder;
|
|
7607
|
+
/**
|
|
7608
|
+
* The mode determines the platform behaviors of the component.
|
|
7609
|
+
*/
|
|
7610
|
+
"mode"?: "ios" | "md";
|
|
6639
7611
|
/**
|
|
6640
7612
|
* Event fired when the nav has changed components
|
|
6641
7613
|
*/
|
|
@@ -6656,6 +7628,10 @@ declare namespace LocalJSX {
|
|
|
6656
7628
|
* If the nav component should allow for swipe-to-go-back.
|
|
6657
7629
|
*/
|
|
6658
7630
|
"swipeGesture"?: boolean;
|
|
7631
|
+
/**
|
|
7632
|
+
* The theme determines the visual appearance of the component.
|
|
7633
|
+
*/
|
|
7634
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6659
7635
|
}
|
|
6660
7636
|
interface IonNavLink {
|
|
6661
7637
|
/**
|
|
@@ -6666,6 +7642,10 @@ declare namespace LocalJSX {
|
|
|
6666
7642
|
* Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
|
|
6667
7643
|
*/
|
|
6668
7644
|
"componentProps"?: ComponentProps;
|
|
7645
|
+
/**
|
|
7646
|
+
* The mode determines the platform behaviors of the component.
|
|
7647
|
+
*/
|
|
7648
|
+
"mode"?: "ios" | "md";
|
|
6669
7649
|
/**
|
|
6670
7650
|
* The transition animation when navigating to another page.
|
|
6671
7651
|
*/
|
|
@@ -6674,6 +7654,10 @@ declare namespace LocalJSX {
|
|
|
6674
7654
|
* The transition direction when navigating to another page.
|
|
6675
7655
|
*/
|
|
6676
7656
|
"routerDirection"?: RouterDirection;
|
|
7657
|
+
/**
|
|
7658
|
+
* The theme determines the visual appearance of the component.
|
|
7659
|
+
*/
|
|
7660
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6677
7661
|
}
|
|
6678
7662
|
interface IonNote {
|
|
6679
7663
|
/**
|
|
@@ -6681,15 +7665,23 @@ declare namespace LocalJSX {
|
|
|
6681
7665
|
*/
|
|
6682
7666
|
"color"?: Color;
|
|
6683
7667
|
/**
|
|
6684
|
-
* The mode determines
|
|
7668
|
+
* The mode determines the platform behaviors of the component.
|
|
6685
7669
|
*/
|
|
6686
7670
|
"mode"?: "ios" | "md";
|
|
7671
|
+
/**
|
|
7672
|
+
* The theme determines the visual appearance of the component.
|
|
7673
|
+
*/
|
|
7674
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6687
7675
|
}
|
|
6688
7676
|
interface IonPicker {
|
|
6689
7677
|
/**
|
|
6690
|
-
* The mode determines
|
|
7678
|
+
* The mode determines the platform behaviors of the component.
|
|
6691
7679
|
*/
|
|
6692
7680
|
"mode"?: "ios" | "md";
|
|
7681
|
+
/**
|
|
7682
|
+
* The theme determines the visual appearance of the component.
|
|
7683
|
+
*/
|
|
7684
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6693
7685
|
}
|
|
6694
7686
|
interface IonPickerColumn {
|
|
6695
7687
|
/**
|
|
@@ -6701,13 +7693,17 @@ declare namespace LocalJSX {
|
|
|
6701
7693
|
*/
|
|
6702
7694
|
"disabled"?: boolean;
|
|
6703
7695
|
/**
|
|
6704
|
-
* The mode determines
|
|
7696
|
+
* The mode determines the platform behaviors of the component.
|
|
6705
7697
|
*/
|
|
6706
7698
|
"mode"?: "ios" | "md";
|
|
6707
7699
|
/**
|
|
6708
7700
|
* Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
|
|
6709
7701
|
*/
|
|
6710
7702
|
"onIonChange"?: (event: IonPickerColumnCustomEvent<PickerColumnChangeEventDetail>) => void;
|
|
7703
|
+
/**
|
|
7704
|
+
* The theme determines the visual appearance of the component.
|
|
7705
|
+
*/
|
|
7706
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6711
7707
|
/**
|
|
6712
7708
|
* The selected option in the picker.
|
|
6713
7709
|
*/
|
|
@@ -6722,6 +7718,14 @@ declare namespace LocalJSX {
|
|
|
6722
7718
|
* If `true`, the user cannot interact with the picker column option.
|
|
6723
7719
|
*/
|
|
6724
7720
|
"disabled"?: boolean;
|
|
7721
|
+
/**
|
|
7722
|
+
* The mode determines the platform behaviors of the component.
|
|
7723
|
+
*/
|
|
7724
|
+
"mode"?: "ios" | "md";
|
|
7725
|
+
/**
|
|
7726
|
+
* The theme determines the visual appearance of the component.
|
|
7727
|
+
*/
|
|
7728
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6725
7729
|
/**
|
|
6726
7730
|
* The text value of the option.
|
|
6727
7731
|
*/
|
|
@@ -6773,7 +7777,7 @@ declare namespace LocalJSX {
|
|
|
6773
7777
|
*/
|
|
6774
7778
|
"leaveAnimation"?: AnimationBuilder;
|
|
6775
7779
|
/**
|
|
6776
|
-
* The mode determines
|
|
7780
|
+
* The mode determines the platform behaviors of the component.
|
|
6777
7781
|
*/
|
|
6778
7782
|
"mode"?: "ios" | "md";
|
|
6779
7783
|
/**
|
|
@@ -6812,6 +7816,10 @@ declare namespace LocalJSX {
|
|
|
6812
7816
|
* If `true`, a backdrop will be displayed behind the picker.
|
|
6813
7817
|
*/
|
|
6814
7818
|
"showBackdrop"?: boolean;
|
|
7819
|
+
/**
|
|
7820
|
+
* The theme determines the visual appearance of the component.
|
|
7821
|
+
*/
|
|
7822
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6815
7823
|
/**
|
|
6816
7824
|
* An ID corresponding to the trigger element that causes the picker to open when clicked.
|
|
6817
7825
|
*/
|
|
@@ -6825,7 +7833,7 @@ declare namespace LocalJSX {
|
|
|
6825
7833
|
}
|
|
6826
7834
|
interface IonPopover {
|
|
6827
7835
|
/**
|
|
6828
|
-
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios`
|
|
7836
|
+
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `"ios"` theme, and `"start"` for `"md"` theme.
|
|
6829
7837
|
*/
|
|
6830
7838
|
"alignment"?: PositionAlign;
|
|
6831
7839
|
/**
|
|
@@ -6833,7 +7841,7 @@ declare namespace LocalJSX {
|
|
|
6833
7841
|
*/
|
|
6834
7842
|
"animated"?: boolean;
|
|
6835
7843
|
/**
|
|
6836
|
-
* If `true`, the popover will display an arrow that points at the `reference`
|
|
7844
|
+
* If `true`, the popover will display an arrow that points at the `reference` on `"ios"` theme.
|
|
6837
7845
|
*/
|
|
6838
7846
|
"arrow"?: boolean;
|
|
6839
7847
|
/**
|
|
@@ -6885,7 +7893,7 @@ declare namespace LocalJSX {
|
|
|
6885
7893
|
*/
|
|
6886
7894
|
"leaveAnimation"?: AnimationBuilder;
|
|
6887
7895
|
/**
|
|
6888
|
-
* The mode determines
|
|
7896
|
+
* The mode determines the platform behaviors of the component.
|
|
6889
7897
|
*/
|
|
6890
7898
|
"mode"?: "ios" | "md";
|
|
6891
7899
|
/**
|
|
@@ -6937,7 +7945,11 @@ declare namespace LocalJSX {
|
|
|
6937
7945
|
*/
|
|
6938
7946
|
"size"?: PopoverSize;
|
|
6939
7947
|
/**
|
|
6940
|
-
*
|
|
7948
|
+
* The theme determines the visual appearance of the component.
|
|
7949
|
+
*/
|
|
7950
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7951
|
+
/**
|
|
7952
|
+
* 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).
|
|
6941
7953
|
*/
|
|
6942
7954
|
"translucent"?: boolean;
|
|
6943
7955
|
/**
|
|
@@ -6959,13 +7971,21 @@ declare namespace LocalJSX {
|
|
|
6959
7971
|
*/
|
|
6960
7972
|
"color"?: Color;
|
|
6961
7973
|
/**
|
|
6962
|
-
* The mode determines
|
|
7974
|
+
* The mode determines the platform behaviors of the component.
|
|
6963
7975
|
*/
|
|
6964
7976
|
"mode"?: "ios" | "md";
|
|
6965
7977
|
/**
|
|
6966
7978
|
* If true, reverse the progress bar direction.
|
|
6967
7979
|
*/
|
|
6968
7980
|
"reversed"?: boolean;
|
|
7981
|
+
/**
|
|
7982
|
+
* 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.
|
|
7983
|
+
*/
|
|
7984
|
+
"shape"?: 'round' | 'rectangular';
|
|
7985
|
+
/**
|
|
7986
|
+
* The theme determines the visual appearance of the component.
|
|
7987
|
+
*/
|
|
7988
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
6969
7989
|
/**
|
|
6970
7990
|
* 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).
|
|
6971
7991
|
*/
|
|
@@ -6997,7 +8017,7 @@ declare namespace LocalJSX {
|
|
|
6997
8017
|
*/
|
|
6998
8018
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
6999
8019
|
/**
|
|
7000
|
-
* The mode determines
|
|
8020
|
+
* The mode determines the platform behaviors of the component.
|
|
7001
8021
|
*/
|
|
7002
8022
|
"mode"?: "ios" | "md";
|
|
7003
8023
|
/**
|
|
@@ -7012,6 +8032,10 @@ declare namespace LocalJSX {
|
|
|
7012
8032
|
* Emitted when the radio button has focus.
|
|
7013
8033
|
*/
|
|
7014
8034
|
"onIonFocus"?: (event: IonRadioCustomEvent<void>) => void;
|
|
8035
|
+
/**
|
|
8036
|
+
* The theme determines the visual appearance of the component.
|
|
8037
|
+
*/
|
|
8038
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7015
8039
|
/**
|
|
7016
8040
|
* the value of the radio.
|
|
7017
8041
|
*/
|
|
@@ -7034,6 +8058,10 @@ declare namespace LocalJSX {
|
|
|
7034
8058
|
* The helper text to display at the top of the radio group.
|
|
7035
8059
|
*/
|
|
7036
8060
|
"helperText"?: string;
|
|
8061
|
+
/**
|
|
8062
|
+
* The mode determines the platform behaviors of the component.
|
|
8063
|
+
*/
|
|
8064
|
+
"mode"?: "ios" | "md";
|
|
7037
8065
|
/**
|
|
7038
8066
|
* The name of the control, which is submitted with the form data.
|
|
7039
8067
|
*/
|
|
@@ -7042,6 +8070,10 @@ declare namespace LocalJSX {
|
|
|
7042
8070
|
* Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
|
|
7043
8071
|
*/
|
|
7044
8072
|
"onIonChange"?: (event: IonRadioGroupCustomEvent<RadioGroupChangeEventDetail>) => void;
|
|
8073
|
+
/**
|
|
8074
|
+
* The theme determines the visual appearance of the component.
|
|
8075
|
+
*/
|
|
8076
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7045
8077
|
/**
|
|
7046
8078
|
* the value of the radio group.
|
|
7047
8079
|
*/
|
|
@@ -7085,7 +8117,7 @@ declare namespace LocalJSX {
|
|
|
7085
8117
|
*/
|
|
7086
8118
|
"min"?: number;
|
|
7087
8119
|
/**
|
|
7088
|
-
* The mode determines
|
|
8120
|
+
* The mode determines the platform behaviors of the component.
|
|
7089
8121
|
*/
|
|
7090
8122
|
"mode"?: "ios" | "md";
|
|
7091
8123
|
/**
|
|
@@ -7132,6 +8164,10 @@ declare namespace LocalJSX {
|
|
|
7132
8164
|
* Specifies the value granularity.
|
|
7133
8165
|
*/
|
|
7134
8166
|
"step"?: number;
|
|
8167
|
+
/**
|
|
8168
|
+
* The theme determines the visual appearance of the component.
|
|
8169
|
+
*/
|
|
8170
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7135
8171
|
/**
|
|
7136
8172
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
7137
8173
|
*/
|
|
@@ -7151,7 +8187,7 @@ declare namespace LocalJSX {
|
|
|
7151
8187
|
*/
|
|
7152
8188
|
"disabled"?: boolean;
|
|
7153
8189
|
/**
|
|
7154
|
-
* The mode determines
|
|
8190
|
+
* The mode determines the platform behaviors of the component.
|
|
7155
8191
|
*/
|
|
7156
8192
|
"mode"?: "ios" | "md";
|
|
7157
8193
|
/**
|
|
@@ -7182,8 +8218,16 @@ declare namespace LocalJSX {
|
|
|
7182
8218
|
* 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.
|
|
7183
8219
|
*/
|
|
7184
8220
|
"snapbackDuration"?: string;
|
|
8221
|
+
/**
|
|
8222
|
+
* The theme determines the visual appearance of the component.
|
|
8223
|
+
*/
|
|
8224
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7185
8225
|
}
|
|
7186
8226
|
interface IonRefresherContent {
|
|
8227
|
+
/**
|
|
8228
|
+
* The mode determines the platform behaviors of the component.
|
|
8229
|
+
*/
|
|
8230
|
+
"mode"?: "ios" | "md";
|
|
7187
8231
|
/**
|
|
7188
8232
|
* 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.
|
|
7189
8233
|
*/
|
|
@@ -7200,20 +8244,48 @@ declare namespace LocalJSX {
|
|
|
7200
8244
|
* 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.
|
|
7201
8245
|
*/
|
|
7202
8246
|
"refreshingText"?: string | IonicSafeString;
|
|
8247
|
+
/**
|
|
8248
|
+
* The theme determines the visual appearance of the component.
|
|
8249
|
+
*/
|
|
8250
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7203
8251
|
}
|
|
7204
8252
|
interface IonReorder {
|
|
8253
|
+
/**
|
|
8254
|
+
* The mode determines the platform behaviors of the component.
|
|
8255
|
+
*/
|
|
8256
|
+
"mode"?: "ios" | "md";
|
|
8257
|
+
/**
|
|
8258
|
+
* The theme determines the visual appearance of the component.
|
|
8259
|
+
*/
|
|
8260
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7205
8261
|
}
|
|
7206
8262
|
interface IonReorderGroup {
|
|
7207
8263
|
/**
|
|
7208
8264
|
* If `true`, the reorder will be hidden.
|
|
7209
8265
|
*/
|
|
7210
8266
|
"disabled"?: boolean;
|
|
8267
|
+
/**
|
|
8268
|
+
* The mode determines the platform behaviors of the component.
|
|
8269
|
+
*/
|
|
8270
|
+
"mode"?: "ios" | "md";
|
|
7211
8271
|
/**
|
|
7212
8272
|
* 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.
|
|
7213
8273
|
*/
|
|
7214
8274
|
"onIonItemReorder"?: (event: IonReorderGroupCustomEvent<ItemReorderEventDetail>) => void;
|
|
8275
|
+
/**
|
|
8276
|
+
* The theme determines the visual appearance of the component.
|
|
8277
|
+
*/
|
|
8278
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7215
8279
|
}
|
|
7216
8280
|
interface IonRippleEffect {
|
|
8281
|
+
/**
|
|
8282
|
+
* The mode determines the platform behaviors of the component.
|
|
8283
|
+
*/
|
|
8284
|
+
"mode"?: "ios" | "md";
|
|
8285
|
+
/**
|
|
8286
|
+
* The theme determines the visual appearance of the component.
|
|
8287
|
+
*/
|
|
8288
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7217
8289
|
/**
|
|
7218
8290
|
* 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.
|
|
7219
8291
|
*/
|
|
@@ -7236,10 +8308,18 @@ declare namespace LocalJSX {
|
|
|
7236
8308
|
* A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
|
|
7237
8309
|
*/
|
|
7238
8310
|
"componentProps"?: { [key: string]: any };
|
|
8311
|
+
/**
|
|
8312
|
+
* The mode determines the platform behaviors of the component.
|
|
8313
|
+
*/
|
|
8314
|
+
"mode"?: "ios" | "md";
|
|
7239
8315
|
/**
|
|
7240
8316
|
* Used internally by `ion-router` to know when this route did change.
|
|
7241
8317
|
*/
|
|
7242
8318
|
"onIonRouteDataChanged"?: (event: IonRouteCustomEvent<any>) => void;
|
|
8319
|
+
/**
|
|
8320
|
+
* The theme determines the visual appearance of the component.
|
|
8321
|
+
*/
|
|
8322
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7243
8323
|
/**
|
|
7244
8324
|
* 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.
|
|
7245
8325
|
*/
|
|
@@ -7260,6 +8340,10 @@ declare namespace LocalJSX {
|
|
|
7260
8340
|
"to": string | undefined | null;
|
|
7261
8341
|
}
|
|
7262
8342
|
interface IonRouter {
|
|
8343
|
+
/**
|
|
8344
|
+
* The mode determines the platform behaviors of the component.
|
|
8345
|
+
*/
|
|
8346
|
+
"mode"?: "ios" | "md";
|
|
7263
8347
|
/**
|
|
7264
8348
|
* Emitted when the route had changed
|
|
7265
8349
|
*/
|
|
@@ -7272,6 +8356,10 @@ declare namespace LocalJSX {
|
|
|
7272
8356
|
* 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.
|
|
7273
8357
|
*/
|
|
7274
8358
|
"root"?: string;
|
|
8359
|
+
/**
|
|
8360
|
+
* The theme determines the visual appearance of the component.
|
|
8361
|
+
*/
|
|
8362
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7275
8363
|
/**
|
|
7276
8364
|
* 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.
|
|
7277
8365
|
*/
|
|
@@ -7286,6 +8374,10 @@ declare namespace LocalJSX {
|
|
|
7286
8374
|
* Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
|
|
7287
8375
|
*/
|
|
7288
8376
|
"href"?: string | undefined;
|
|
8377
|
+
/**
|
|
8378
|
+
* The mode determines the platform behaviors of the component.
|
|
8379
|
+
*/
|
|
8380
|
+
"mode"?: "ios" | "md";
|
|
7289
8381
|
/**
|
|
7290
8382
|
* 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).
|
|
7291
8383
|
*/
|
|
@@ -7302,6 +8394,10 @@ declare namespace LocalJSX {
|
|
|
7302
8394
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
7303
8395
|
*/
|
|
7304
8396
|
"target"?: string | undefined;
|
|
8397
|
+
/**
|
|
8398
|
+
* The theme determines the visual appearance of the component.
|
|
8399
|
+
*/
|
|
8400
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7305
8401
|
}
|
|
7306
8402
|
interface IonRouterOutlet {
|
|
7307
8403
|
/**
|
|
@@ -7313,11 +8409,23 @@ declare namespace LocalJSX {
|
|
|
7313
8409
|
*/
|
|
7314
8410
|
"animation"?: AnimationBuilder;
|
|
7315
8411
|
/**
|
|
7316
|
-
* The mode determines
|
|
8412
|
+
* The mode determines the platform behaviors of the component.
|
|
7317
8413
|
*/
|
|
7318
8414
|
"mode"?: "ios" | "md";
|
|
8415
|
+
/**
|
|
8416
|
+
* The theme determines the visual appearance of the component.
|
|
8417
|
+
*/
|
|
8418
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7319
8419
|
}
|
|
7320
8420
|
interface IonRow {
|
|
8421
|
+
/**
|
|
8422
|
+
* The mode determines the platform behaviors of the component.
|
|
8423
|
+
*/
|
|
8424
|
+
"mode"?: "ios" | "md";
|
|
8425
|
+
/**
|
|
8426
|
+
* The theme determines the visual appearance of the component.
|
|
8427
|
+
*/
|
|
8428
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7321
8429
|
}
|
|
7322
8430
|
interface IonSearchbar {
|
|
7323
8431
|
/**
|
|
@@ -7337,15 +8445,15 @@ declare namespace LocalJSX {
|
|
|
7337
8445
|
*/
|
|
7338
8446
|
"autocorrect"?: 'on' | 'off';
|
|
7339
8447
|
/**
|
|
7340
|
-
* Set the cancel button icon. Only
|
|
8448
|
+
* Set the cancel button icon. Only available when the theme is `"md"`. Defaults to `"arrow-back-sharp"`.
|
|
7341
8449
|
*/
|
|
7342
8450
|
"cancelButtonIcon"?: string;
|
|
7343
8451
|
/**
|
|
7344
|
-
* Set the
|
|
8452
|
+
* Set the cancel button text. Only available when the theme is `"ios"`.
|
|
7345
8453
|
*/
|
|
7346
8454
|
"cancelButtonText"?: string;
|
|
7347
8455
|
/**
|
|
7348
|
-
* Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md
|
|
8456
|
+
* Set the clear icon. Defaults to `"close-circle"` for `"ios"` theme and `"close-sharp"` for `"md"` and `"ionic"` theme.
|
|
7349
8457
|
*/
|
|
7350
8458
|
"clearIcon"?: string;
|
|
7351
8459
|
/**
|
|
@@ -7377,7 +8485,7 @@ declare namespace LocalJSX {
|
|
|
7377
8485
|
*/
|
|
7378
8486
|
"minlength"?: number;
|
|
7379
8487
|
/**
|
|
7380
|
-
* The mode determines
|
|
8488
|
+
* The mode determines the platform behaviors of the component.
|
|
7381
8489
|
*/
|
|
7382
8490
|
"mode"?: "ios" | "md";
|
|
7383
8491
|
/**
|
|
@@ -7413,9 +8521,13 @@ declare namespace LocalJSX {
|
|
|
7413
8521
|
*/
|
|
7414
8522
|
"placeholder"?: string;
|
|
7415
8523
|
/**
|
|
7416
|
-
* The icon to use as the search icon. Defaults to `search-outline` in `ios`
|
|
8524
|
+
* 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. If `false`, no search icon will be displayed.
|
|
7417
8525
|
*/
|
|
7418
|
-
"searchIcon"?: string;
|
|
8526
|
+
"searchIcon"?: string | boolean;
|
|
8527
|
+
/**
|
|
8528
|
+
* Set to `"soft"` for a searchbar with slightly rounded corners, `"round"` for a searchbar with fully rounded corners, or `"rectangular"` for a searchbar without rounded corners. Defaults to `"round"` for the ionic theme, and `undefined` for all other themes.
|
|
8529
|
+
*/
|
|
8530
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7419
8531
|
/**
|
|
7420
8532
|
* Sets the behavior for the cancel button. Defaults to `"never"`. Setting to `"focus"` shows the cancel button on focus. Setting to `"never"` hides the cancel button. Setting to `"always"` shows the cancel button regardless of focus state.
|
|
7421
8533
|
*/
|
|
@@ -7424,10 +8536,18 @@ declare namespace LocalJSX {
|
|
|
7424
8536
|
* Sets the behavior for the clear button. Defaults to `"focus"`. Setting to `"focus"` shows the clear button on focus if the input is not empty. Setting to `"never"` hides the clear button. Setting to `"always"` shows the clear button regardless of focus state, but only if the input is not empty.
|
|
7425
8537
|
*/
|
|
7426
8538
|
"showClearButton"?: 'never' | 'focus' | 'always';
|
|
8539
|
+
/**
|
|
8540
|
+
* Set to `"large"` for a searchbar with an increase in height, while "small" and "medium" provide progressively smaller heights. Defaults to `"medium"` for the ionic theme, and `undefined` for all other themes.
|
|
8541
|
+
*/
|
|
8542
|
+
"size"?: 'small' | 'medium' | 'large';
|
|
7427
8543
|
/**
|
|
7428
8544
|
* If `true`, enable spellcheck on the input.
|
|
7429
8545
|
*/
|
|
7430
8546
|
"spellcheck"?: boolean;
|
|
8547
|
+
/**
|
|
8548
|
+
* The theme determines the visual appearance of the component.
|
|
8549
|
+
*/
|
|
8550
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7431
8551
|
/**
|
|
7432
8552
|
* Set the type of the input.
|
|
7433
8553
|
*/
|
|
@@ -7447,7 +8567,7 @@ declare namespace LocalJSX {
|
|
|
7447
8567
|
*/
|
|
7448
8568
|
"disabled"?: boolean;
|
|
7449
8569
|
/**
|
|
7450
|
-
* The mode determines
|
|
8570
|
+
* The mode determines the platform behaviors of the component.
|
|
7451
8571
|
*/
|
|
7452
8572
|
"mode"?: "ios" | "md";
|
|
7453
8573
|
/**
|
|
@@ -7466,6 +8586,10 @@ declare namespace LocalJSX {
|
|
|
7466
8586
|
* If `true`, users will be able to swipe between segment buttons to activate them.
|
|
7467
8587
|
*/
|
|
7468
8588
|
"swipeGesture"?: boolean;
|
|
8589
|
+
/**
|
|
8590
|
+
* The theme determines the visual appearance of the component.
|
|
8591
|
+
*/
|
|
8592
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7469
8593
|
/**
|
|
7470
8594
|
* the value of the segment.
|
|
7471
8595
|
*/
|
|
@@ -7485,9 +8609,13 @@ declare namespace LocalJSX {
|
|
|
7485
8609
|
*/
|
|
7486
8610
|
"layout"?: SegmentButtonLayout;
|
|
7487
8611
|
/**
|
|
7488
|
-
* The mode determines
|
|
8612
|
+
* The mode determines the platform behaviors of the component.
|
|
7489
8613
|
*/
|
|
7490
8614
|
"mode"?: "ios" | "md";
|
|
8615
|
+
/**
|
|
8616
|
+
* The theme determines the visual appearance of the component.
|
|
8617
|
+
*/
|
|
8618
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7491
8619
|
/**
|
|
7492
8620
|
* The type of the button.
|
|
7493
8621
|
*/
|
|
@@ -7531,11 +8659,11 @@ declare namespace LocalJSX {
|
|
|
7531
8659
|
*/
|
|
7532
8660
|
"errorText"?: string;
|
|
7533
8661
|
/**
|
|
7534
|
-
* The toggle icon to show when the select is open. If defined, the icon rotation behavior in `md`
|
|
8662
|
+
* 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.
|
|
7535
8663
|
*/
|
|
7536
8664
|
"expandedIcon"?: string;
|
|
7537
8665
|
/**
|
|
7538
|
-
* 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`
|
|
8666
|
+
* 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.
|
|
7539
8667
|
*/
|
|
7540
8668
|
"fill"?: 'outline' | 'solid';
|
|
7541
8669
|
/**
|
|
@@ -7563,7 +8691,7 @@ declare namespace LocalJSX {
|
|
|
7563
8691
|
*/
|
|
7564
8692
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
7565
8693
|
/**
|
|
7566
|
-
* The mode determines
|
|
8694
|
+
* The mode determines the platform behaviors of the component.
|
|
7567
8695
|
*/
|
|
7568
8696
|
"mode"?: "ios" | "md";
|
|
7569
8697
|
/**
|
|
@@ -7611,11 +8739,19 @@ declare namespace LocalJSX {
|
|
|
7611
8739
|
*/
|
|
7612
8740
|
"selectedText"?: string | null;
|
|
7613
8741
|
/**
|
|
7614
|
-
*
|
|
8742
|
+
* 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.
|
|
7615
8743
|
*/
|
|
7616
|
-
"shape"?: 'round';
|
|
8744
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7617
8745
|
/**
|
|
7618
|
-
* The
|
|
8746
|
+
* 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.
|
|
8747
|
+
*/
|
|
8748
|
+
"size"?: 'small' | 'medium' | 'large';
|
|
8749
|
+
/**
|
|
8750
|
+
* The theme determines the visual appearance of the component.
|
|
8751
|
+
*/
|
|
8752
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
8753
|
+
/**
|
|
8754
|
+
* The toggle icon to use. Defaults to `"chevronExpand"` for the `"ios"` theme, or `"caretDownSharp"` for the `"md"` and `"ionic"` themes.
|
|
7619
8755
|
*/
|
|
7620
8756
|
"toggleIcon"?: string;
|
|
7621
8757
|
/**
|
|
@@ -7633,6 +8769,14 @@ declare namespace LocalJSX {
|
|
|
7633
8769
|
* 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.
|
|
7634
8770
|
*/
|
|
7635
8771
|
"disabled"?: boolean;
|
|
8772
|
+
/**
|
|
8773
|
+
* The mode determines the platform behaviors of the component.
|
|
8774
|
+
*/
|
|
8775
|
+
"mode"?: "ios" | "md";
|
|
8776
|
+
/**
|
|
8777
|
+
* The theme determines the visual appearance of the component.
|
|
8778
|
+
*/
|
|
8779
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7636
8780
|
/**
|
|
7637
8781
|
* The text value of the option.
|
|
7638
8782
|
*/
|
|
@@ -7647,6 +8791,10 @@ declare namespace LocalJSX {
|
|
|
7647
8791
|
* The text content of the popover body
|
|
7648
8792
|
*/
|
|
7649
8793
|
"message"?: string;
|
|
8794
|
+
/**
|
|
8795
|
+
* The mode determines the platform behaviors of the component.
|
|
8796
|
+
*/
|
|
8797
|
+
"mode"?: "ios" | "md";
|
|
7650
8798
|
/**
|
|
7651
8799
|
* If true, the select accepts multiple values
|
|
7652
8800
|
*/
|
|
@@ -7659,12 +8807,24 @@ declare namespace LocalJSX {
|
|
|
7659
8807
|
* The subheader text of the popover
|
|
7660
8808
|
*/
|
|
7661
8809
|
"subHeader"?: string;
|
|
8810
|
+
/**
|
|
8811
|
+
* The theme determines the visual appearance of the component.
|
|
8812
|
+
*/
|
|
8813
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7662
8814
|
}
|
|
7663
8815
|
interface IonSkeletonText {
|
|
7664
8816
|
/**
|
|
7665
8817
|
* If `true`, the skeleton text will animate.
|
|
7666
8818
|
*/
|
|
7667
8819
|
"animated"?: boolean;
|
|
8820
|
+
/**
|
|
8821
|
+
* The mode determines the platform behaviors of the component.
|
|
8822
|
+
*/
|
|
8823
|
+
"mode"?: "ios" | "md";
|
|
8824
|
+
/**
|
|
8825
|
+
* The theme determines the visual appearance of the component.
|
|
8826
|
+
*/
|
|
8827
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7668
8828
|
}
|
|
7669
8829
|
interface IonSpinner {
|
|
7670
8830
|
/**
|
|
@@ -7675,6 +8835,10 @@ declare namespace LocalJSX {
|
|
|
7675
8835
|
* Duration of the spinner animation in milliseconds. The default varies based on the spinner.
|
|
7676
8836
|
*/
|
|
7677
8837
|
"duration"?: number;
|
|
8838
|
+
/**
|
|
8839
|
+
* The mode determines the platform behaviors of the component.
|
|
8840
|
+
*/
|
|
8841
|
+
"mode"?: "ios" | "md";
|
|
7678
8842
|
/**
|
|
7679
8843
|
* The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
|
|
7680
8844
|
*/
|
|
@@ -7683,6 +8847,14 @@ declare namespace LocalJSX {
|
|
|
7683
8847
|
* If `true`, the spinner's animation will be paused.
|
|
7684
8848
|
*/
|
|
7685
8849
|
"paused"?: boolean;
|
|
8850
|
+
/**
|
|
8851
|
+
* 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.
|
|
8852
|
+
*/
|
|
8853
|
+
"size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
8854
|
+
/**
|
|
8855
|
+
* The theme determines the visual appearance of the component.
|
|
8856
|
+
*/
|
|
8857
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7686
8858
|
}
|
|
7687
8859
|
interface IonSplitPane {
|
|
7688
8860
|
/**
|
|
@@ -7693,10 +8865,18 @@ declare namespace LocalJSX {
|
|
|
7693
8865
|
* If `true`, the split pane will be hidden.
|
|
7694
8866
|
*/
|
|
7695
8867
|
"disabled"?: boolean;
|
|
8868
|
+
/**
|
|
8869
|
+
* The mode determines the platform behaviors of the component.
|
|
8870
|
+
*/
|
|
8871
|
+
"mode"?: "ios" | "md";
|
|
7696
8872
|
/**
|
|
7697
8873
|
* Expression to be called when the split-pane visibility has changed
|
|
7698
8874
|
*/
|
|
7699
8875
|
"onIonSplitPaneVisible"?: (event: IonSplitPaneCustomEvent<{ visible: boolean }>) => void;
|
|
8876
|
+
/**
|
|
8877
|
+
* The theme determines the visual appearance of the component.
|
|
8878
|
+
*/
|
|
8879
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7700
8880
|
/**
|
|
7701
8881
|
* When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
|
|
7702
8882
|
*/
|
|
@@ -7707,10 +8887,18 @@ declare namespace LocalJSX {
|
|
|
7707
8887
|
* The component to display inside of the tab.
|
|
7708
8888
|
*/
|
|
7709
8889
|
"component"?: ComponentRef;
|
|
8890
|
+
/**
|
|
8891
|
+
* The mode determines the platform behaviors of the component.
|
|
8892
|
+
*/
|
|
8893
|
+
"mode"?: "ios" | "md";
|
|
7710
8894
|
/**
|
|
7711
8895
|
* 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.
|
|
7712
8896
|
*/
|
|
7713
8897
|
"tab": string;
|
|
8898
|
+
/**
|
|
8899
|
+
* The theme determines the visual appearance of the component.
|
|
8900
|
+
*/
|
|
8901
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7714
8902
|
}
|
|
7715
8903
|
interface IonTabBar {
|
|
7716
8904
|
/**
|
|
@@ -7718,7 +8906,11 @@ declare namespace LocalJSX {
|
|
|
7718
8906
|
*/
|
|
7719
8907
|
"color"?: Color;
|
|
7720
8908
|
/**
|
|
7721
|
-
*
|
|
8909
|
+
* 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"`.
|
|
8910
|
+
*/
|
|
8911
|
+
"expand"?: 'compact' | 'full';
|
|
8912
|
+
/**
|
|
8913
|
+
* The mode determines the platform behaviors of the component.
|
|
7722
8914
|
*/
|
|
7723
8915
|
"mode"?: "ios" | "md";
|
|
7724
8916
|
/**
|
|
@@ -7726,7 +8918,15 @@ declare namespace LocalJSX {
|
|
|
7726
8918
|
*/
|
|
7727
8919
|
"selectedTab"?: string;
|
|
7728
8920
|
/**
|
|
7729
|
-
*
|
|
8921
|
+
* 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.
|
|
8922
|
+
*/
|
|
8923
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
8924
|
+
/**
|
|
8925
|
+
* The theme determines the visual appearance of the component.
|
|
8926
|
+
*/
|
|
8927
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
8928
|
+
/**
|
|
8929
|
+
* 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).
|
|
7730
8930
|
*/
|
|
7731
8931
|
"translucent"?: boolean;
|
|
7732
8932
|
}
|
|
@@ -7748,7 +8948,7 @@ declare namespace LocalJSX {
|
|
|
7748
8948
|
*/
|
|
7749
8949
|
"layout"?: TabButtonLayout;
|
|
7750
8950
|
/**
|
|
7751
|
-
* The mode determines
|
|
8951
|
+
* The mode determines the platform behaviors of the component.
|
|
7752
8952
|
*/
|
|
7753
8953
|
"mode"?: "ios" | "md";
|
|
7754
8954
|
/**
|
|
@@ -7759,6 +8959,10 @@ declare namespace LocalJSX {
|
|
|
7759
8959
|
* The selected tab component
|
|
7760
8960
|
*/
|
|
7761
8961
|
"selected"?: boolean;
|
|
8962
|
+
/**
|
|
8963
|
+
* 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.
|
|
8964
|
+
*/
|
|
8965
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7762
8966
|
/**
|
|
7763
8967
|
* 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.
|
|
7764
8968
|
*/
|
|
@@ -7767,8 +8971,16 @@ declare namespace LocalJSX {
|
|
|
7767
8971
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
7768
8972
|
*/
|
|
7769
8973
|
"target"?: string | undefined;
|
|
8974
|
+
/**
|
|
8975
|
+
* The theme determines the visual appearance of the component.
|
|
8976
|
+
*/
|
|
8977
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7770
8978
|
}
|
|
7771
8979
|
interface IonTabs {
|
|
8980
|
+
/**
|
|
8981
|
+
* The mode determines the platform behaviors of the component.
|
|
8982
|
+
*/
|
|
8983
|
+
"mode"?: "ios" | "md";
|
|
7772
8984
|
/**
|
|
7773
8985
|
* Emitted when the navigation has finished transitioning to a new component.
|
|
7774
8986
|
*/
|
|
@@ -7777,6 +8989,10 @@ declare namespace LocalJSX {
|
|
|
7777
8989
|
* Emitted when the navigation is about to transition to a new component.
|
|
7778
8990
|
*/
|
|
7779
8991
|
"onIonTabsWillChange"?: (event: IonTabsCustomEvent<{ tab: string }>) => void;
|
|
8992
|
+
/**
|
|
8993
|
+
* The theme determines the visual appearance of the component.
|
|
8994
|
+
*/
|
|
8995
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7780
8996
|
}
|
|
7781
8997
|
interface IonText {
|
|
7782
8998
|
/**
|
|
@@ -7784,9 +9000,13 @@ declare namespace LocalJSX {
|
|
|
7784
9000
|
*/
|
|
7785
9001
|
"color"?: Color;
|
|
7786
9002
|
/**
|
|
7787
|
-
* The mode determines
|
|
9003
|
+
* The mode determines the platform behaviors of the component.
|
|
7788
9004
|
*/
|
|
7789
9005
|
"mode"?: "ios" | "md";
|
|
9006
|
+
/**
|
|
9007
|
+
* The theme determines the visual appearance of the component.
|
|
9008
|
+
*/
|
|
9009
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7790
9010
|
}
|
|
7791
9011
|
interface IonTextarea {
|
|
7792
9012
|
/**
|
|
@@ -7838,7 +9058,7 @@ declare namespace LocalJSX {
|
|
|
7838
9058
|
*/
|
|
7839
9059
|
"errorText"?: string;
|
|
7840
9060
|
/**
|
|
7841
|
-
* 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
|
|
9061
|
+
* 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"`.
|
|
7842
9062
|
*/
|
|
7843
9063
|
"fill"?: 'outline' | 'solid';
|
|
7844
9064
|
/**
|
|
@@ -7866,7 +9086,7 @@ declare namespace LocalJSX {
|
|
|
7866
9086
|
*/
|
|
7867
9087
|
"minlength"?: number;
|
|
7868
9088
|
/**
|
|
7869
|
-
* The mode determines
|
|
9089
|
+
* The mode determines the platform behaviors of the component.
|
|
7870
9090
|
*/
|
|
7871
9091
|
"mode"?: "ios" | "md";
|
|
7872
9092
|
/**
|
|
@@ -7906,13 +9126,21 @@ declare namespace LocalJSX {
|
|
|
7906
9126
|
*/
|
|
7907
9127
|
"rows"?: number;
|
|
7908
9128
|
/**
|
|
7909
|
-
*
|
|
9129
|
+
* 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.
|
|
7910
9130
|
*/
|
|
7911
|
-
"shape"?: 'round';
|
|
9131
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
9132
|
+
/**
|
|
9133
|
+
* 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.
|
|
9134
|
+
*/
|
|
9135
|
+
"size"?: 'small' | 'medium' | 'large';
|
|
7912
9136
|
/**
|
|
7913
9137
|
* If `true`, the element will have its spelling and grammar checked.
|
|
7914
9138
|
*/
|
|
7915
9139
|
"spellcheck"?: boolean;
|
|
9140
|
+
/**
|
|
9141
|
+
* The theme determines the visual appearance of the component.
|
|
9142
|
+
*/
|
|
9143
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7916
9144
|
/**
|
|
7917
9145
|
* The value of the textarea.
|
|
7918
9146
|
*/
|
|
@@ -7923,16 +9151,32 @@ declare namespace LocalJSX {
|
|
|
7923
9151
|
"wrap"?: 'hard' | 'soft' | 'off';
|
|
7924
9152
|
}
|
|
7925
9153
|
interface IonThumbnail {
|
|
9154
|
+
/**
|
|
9155
|
+
* The mode determines the platform behaviors of the component.
|
|
9156
|
+
*/
|
|
9157
|
+
"mode"?: "ios" | "md";
|
|
9158
|
+
/**
|
|
9159
|
+
* The theme determines the visual appearance of the component.
|
|
9160
|
+
*/
|
|
9161
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7926
9162
|
}
|
|
7927
9163
|
interface IonTitle {
|
|
7928
9164
|
/**
|
|
7929
9165
|
* 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).
|
|
7930
9166
|
*/
|
|
7931
9167
|
"color"?: Color;
|
|
9168
|
+
/**
|
|
9169
|
+
* The mode determines the platform behaviors of the component.
|
|
9170
|
+
*/
|
|
9171
|
+
"mode"?: "ios" | "md";
|
|
7932
9172
|
/**
|
|
7933
9173
|
* The size of the toolbar title.
|
|
7934
9174
|
*/
|
|
7935
9175
|
"size"?: 'large' | 'small';
|
|
9176
|
+
/**
|
|
9177
|
+
* The theme determines the visual appearance of the component.
|
|
9178
|
+
*/
|
|
9179
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
7936
9180
|
}
|
|
7937
9181
|
interface IonToast {
|
|
7938
9182
|
/**
|
|
@@ -7992,7 +9236,7 @@ declare namespace LocalJSX {
|
|
|
7992
9236
|
*/
|
|
7993
9237
|
"message"?: string | IonicSafeString;
|
|
7994
9238
|
/**
|
|
7995
|
-
* The mode determines
|
|
9239
|
+
* The mode determines the platform behaviors of the component.
|
|
7996
9240
|
*/
|
|
7997
9241
|
"mode"?: "ios" | "md";
|
|
7998
9242
|
/**
|
|
@@ -8035,12 +9279,20 @@ declare namespace LocalJSX {
|
|
|
8035
9279
|
* 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.
|
|
8036
9280
|
*/
|
|
8037
9281
|
"positionAnchor"?: HTMLElement | string;
|
|
9282
|
+
/**
|
|
9283
|
+
* 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.
|
|
9284
|
+
*/
|
|
9285
|
+
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
8038
9286
|
/**
|
|
8039
9287
|
* 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.
|
|
8040
9288
|
*/
|
|
8041
9289
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
8042
9290
|
/**
|
|
8043
|
-
*
|
|
9291
|
+
* The theme determines the visual appearance of the component.
|
|
9292
|
+
*/
|
|
9293
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
9294
|
+
/**
|
|
9295
|
+
* 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).
|
|
8044
9296
|
*/
|
|
8045
9297
|
"translucent"?: boolean;
|
|
8046
9298
|
/**
|
|
@@ -8086,7 +9338,7 @@ declare namespace LocalJSX {
|
|
|
8086
9338
|
*/
|
|
8087
9339
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
8088
9340
|
/**
|
|
8089
|
-
* The mode determines
|
|
9341
|
+
* The mode determines the platform behaviors of the component.
|
|
8090
9342
|
*/
|
|
8091
9343
|
"mode"?: "ios" | "md";
|
|
8092
9344
|
/**
|
|
@@ -8109,6 +9361,10 @@ declare namespace LocalJSX {
|
|
|
8109
9361
|
* If true, screen readers will announce it as a required field. This property works only for accessibility purposes, it will not prevent the form from submitting if the value is invalid.
|
|
8110
9362
|
*/
|
|
8111
9363
|
"required"?: boolean;
|
|
9364
|
+
/**
|
|
9365
|
+
* The theme determines the visual appearance of the component.
|
|
9366
|
+
*/
|
|
9367
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
8112
9368
|
/**
|
|
8113
9369
|
* 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>`.
|
|
8114
9370
|
*/
|
|
@@ -8120,9 +9376,13 @@ declare namespace LocalJSX {
|
|
|
8120
9376
|
*/
|
|
8121
9377
|
"color"?: Color;
|
|
8122
9378
|
/**
|
|
8123
|
-
* The mode determines
|
|
9379
|
+
* The mode determines the platform behaviors of the component.
|
|
8124
9380
|
*/
|
|
8125
9381
|
"mode"?: "ios" | "md";
|
|
9382
|
+
/**
|
|
9383
|
+
* The theme determines the visual appearance of the component.
|
|
9384
|
+
*/
|
|
9385
|
+
"theme"?: "ios" | "md" | "ionic";
|
|
8126
9386
|
}
|
|
8127
9387
|
interface IntrinsicElements {
|
|
8128
9388
|
"ion-accordion": IonAccordion;
|
|
@@ -8149,6 +9409,7 @@ declare namespace LocalJSX {
|
|
|
8149
9409
|
"ion-content": IonContent;
|
|
8150
9410
|
"ion-datetime": IonDatetime;
|
|
8151
9411
|
"ion-datetime-button": IonDatetimeButton;
|
|
9412
|
+
"ion-divider": IonDivider;
|
|
8152
9413
|
"ion-fab": IonFab;
|
|
8153
9414
|
"ion-fab-button": IonFabButton;
|
|
8154
9415
|
"ion-fab-list": IonFabList;
|
|
@@ -8251,6 +9512,7 @@ declare module "@stencil/core" {
|
|
|
8251
9512
|
"ion-content": LocalJSX.IonContent & JSXBase.HTMLAttributes<HTMLIonContentElement>;
|
|
8252
9513
|
"ion-datetime": LocalJSX.IonDatetime & JSXBase.HTMLAttributes<HTMLIonDatetimeElement>;
|
|
8253
9514
|
"ion-datetime-button": LocalJSX.IonDatetimeButton & JSXBase.HTMLAttributes<HTMLIonDatetimeButtonElement>;
|
|
9515
|
+
"ion-divider": LocalJSX.IonDivider & JSXBase.HTMLAttributes<HTMLIonDividerElement>;
|
|
8254
9516
|
"ion-fab": LocalJSX.IonFab & JSXBase.HTMLAttributes<HTMLIonFabElement>;
|
|
8255
9517
|
"ion-fab-button": LocalJSX.IonFabButton & JSXBase.HTMLAttributes<HTMLIonFabButtonElement>;
|
|
8256
9518
|
"ion-fab-list": LocalJSX.IonFabList & JSXBase.HTMLAttributes<HTMLIonFabListElement>;
|