@ionic/core 8.7.14-dev.11765982433.1ecdbcee → 8.7.14-nightly.20251216
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 +11 -15
- package/components/alert.js +11 -14
- package/components/animation.js +1 -1
- package/components/backdrop.js +6 -9
- package/components/button.js +10 -41
- package/components/buttons.js +8 -11
- package/components/capacitor.js +1 -1
- package/components/checkbox.js +12 -31
- package/components/content.js +12 -14
- package/components/data.js +5 -5
- package/components/focus-visible.js +1 -23
- package/components/framework-delegate.js +1 -3
- package/components/hardware-back-button.js +115 -0
- package/components/header.js +22 -34
- package/components/helpers.js +3 -42
- package/components/index5.js +8 -8
- package/components/index6.js +1 -1
- package/components/index7.js +150 -111
- package/components/index8.js +111 -150
- package/components/index9.js +7 -0
- package/components/input-shims.js +2 -2
- package/components/input.utils.js +1 -1
- package/components/ion-accordion-group.js +5 -23
- package/components/ion-accordion.js +21 -32
- package/components/ion-app.js +77 -12
- package/components/ion-avatar.js +5 -58
- package/components/ion-back-button.js +19 -27
- package/components/ion-badge.js +9 -73
- package/components/ion-breadcrumb.js +10 -43
- package/components/ion-breadcrumbs.js +5 -8
- package/components/ion-card-content.js +7 -10
- package/components/ion-card-header.js +6 -9
- package/components/ion-card-subtitle.js +5 -8
- package/components/ion-card-title.js +5 -8
- package/components/ion-card.js +9 -21
- package/components/ion-chip.js +8 -53
- package/components/ion-col.js +50 -51
- package/components/ion-datetime-button.js +5 -8
- package/components/ion-datetime.js +21 -98
- package/components/ion-fab-button.js +15 -31
- package/components/ion-fab-list.js +5 -5
- package/components/ion-fab.js +6 -6
- package/components/ion-footer.js +13 -18
- package/components/ion-grid.js +5 -5
- package/components/ion-img.js +2 -5
- package/components/ion-infinite-scroll-content.js +8 -11
- package/components/ion-infinite-scroll.js +6 -78
- package/components/ion-input-otp.js +6 -9
- package/components/ion-input-password-toggle.js +13 -51
- package/components/ion-input.js +28 -120
- package/components/ion-item-divider.js +5 -8
- package/components/ion-item-group.js +5 -8
- package/components/ion-item-option.js +9 -36
- package/components/ion-item-options.js +7 -10
- package/components/ion-item-sliding.js +5 -5
- package/components/ion-loading.js +9 -12
- package/components/ion-menu-button.js +10 -26
- package/components/ion-menu-toggle.js +5 -5
- package/components/ion-menu.js +8 -10
- package/components/ion-nav-link.js +1 -1
- package/components/ion-nav.js +5 -7
- package/components/ion-note.js +5 -8
- package/components/ion-picker-legacy.js +7 -7
- package/components/ion-progress-bar.js +7 -25
- package/components/ion-range.js +9 -12
- package/components/ion-refresher-content.js +8 -23
- package/components/ion-refresher.js +7 -10
- package/components/ion-reorder-group.js +5 -5
- package/components/ion-reorder.js +5 -30
- package/components/ion-router-link.js +6 -6
- package/components/ion-router-outlet.js +4 -4
- package/components/ion-row.js +3 -6
- package/components/ion-searchbar.js +23 -137
- package/components/ion-segment-button.js +7 -10
- package/components/ion-segment-content.js +1 -1
- package/components/ion-segment-view.js +2 -5
- package/components/ion-segment.js +7 -10
- package/components/ion-select-option.js +2 -5
- package/components/ion-select.js +33 -117
- package/components/ion-skeleton-text.js +5 -5
- package/components/ion-split-pane.js +8 -11
- package/components/ion-tab-bar.js +9 -39
- package/components/ion-tab-button.js +8 -35
- 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 +11 -52
- package/components/ion-thumbnail.js +2 -5
- package/components/ion-toast.js +12 -37
- package/components/ion-toggle.js +17 -74
- package/components/ionic-global.js +15 -364
- package/components/ios.transition.js +0 -1
- package/components/item.js +15 -47
- package/components/keyboard-controller.js +2 -4
- package/components/label.js +5 -8
- package/components/list-header.js +7 -10
- package/components/list.js +6 -27
- package/components/modal.js +20 -48
- package/components/notch-controller.js +1 -1
- package/components/overlays.js +4 -3
- package/components/picker-column-option.js +5 -8
- package/components/picker-column.js +8 -7
- package/components/picker-column2.js +4 -4
- package/components/picker.js +4 -7
- package/components/popover.js +9 -12
- package/components/radio-group.js +7 -15
- package/components/radio.js +8 -11
- package/components/ripple-effect.js +7 -15
- package/components/select-modal.js +5 -12
- package/components/select-popover.js +2 -8
- package/components/spinner.js +8 -31
- package/components/status-tap.js +1 -1
- package/components/title.js +7 -10
- package/components/toolbar.js +9 -153
- 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-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-CD5nuON9.js → animation-Bt3H9L1C.js} +2 -2
- package/dist/cjs/{app-globals-CoW5jvJu.js → app-globals-Ciccnk9_.js} +1 -1
- package/dist/cjs/{button-active-Dxyabn6T.js → button-active-CMc8cD90.js} +1 -1
- package/dist/cjs/{capacitor-C8raJ_tU.js → capacitor-DmA66EwP.js} +3 -3
- package/dist/cjs/{data-MoL8Ckx5.js → data-JwZKaIQB.js} +5 -5
- package/dist/{esm/focus-visible-vXpMhGrs.js → cjs/focus-visible-CCvKiLh3.js} +3 -23
- package/dist/cjs/{framework-delegate-Bwdk9vFS.js → framework-delegate-DMJRBuDi.js} +2 -4
- package/dist/cjs/{haptic-BU6_qLwg.js → haptic-ClPPQ_PS.js} +1 -1
- package/dist/cjs/hardware-back-button-VCK4V3mG.js +121 -0
- package/dist/cjs/{helpers-DnouLczu.js → helpers-DrTqNghc.js} +2 -41
- package/dist/cjs/{index-JtyffOXl.js → index-094mMFB-.js} +3 -3
- package/dist/cjs/{index-CADY2xEW.js → index-C534ULug.js} +7 -8
- package/dist/cjs/{index-DUoP_H1L.js → index-CO6eryBo.js} +1 -1
- package/dist/cjs/index-DkNv4J_i.js +10 -0
- package/dist/cjs/{index-C4_FN9N0.js → index-DrMUZJj6.js} +15 -15
- package/dist/cjs/index.cjs.js +11 -10
- package/dist/cjs/{input-shims-C-YCyXjg.js → input-shims-CW0KUFTQ.js} +16 -17
- package/dist/cjs/{input.utils-C3-BwdV0.js → input.utils-B_QROI2g.js} +5 -5
- package/dist/cjs/ion-accordion_2.cjs.entry.js +26 -55
- package/dist/cjs/ion-action-sheet.cjs.entry.js +20 -23
- package/dist/cjs/ion-alert.cjs.entry.js +20 -22
- package/dist/cjs/ion-app_8.cjs.entry.js +150 -249
- package/dist/cjs/ion-avatar_3.cjs.entry.js +11 -123
- package/dist/cjs/ion-back-button.cjs.entry.js +19 -28
- package/dist/cjs/ion-backdrop.cjs.entry.js +6 -9
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +15 -51
- package/dist/cjs/ion-button_2.cjs.entry.js +11 -43
- package/dist/cjs/ion-card_5.cjs.entry.js +29 -53
- package/dist/cjs/ion-checkbox.cjs.entry.js +13 -31
- package/dist/cjs/ion-chip.cjs.entry.js +7 -48
- package/dist/cjs/ion-col_3.cjs.entry.js +56 -53
- package/dist/cjs/ion-datetime-button.cjs.entry.js +7 -11
- package/dist/cjs/ion-datetime_3.cjs.entry.js +38 -113
- package/dist/cjs/ion-fab_3.cjs.entry.js +25 -41
- package/dist/cjs/ion-img.cjs.entry.js +3 -7
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +14 -89
- package/dist/cjs/ion-input-otp.cjs.entry.js +7 -11
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +12 -50
- package/dist/cjs/ion-input.cjs.entry.js +30 -120
- package/dist/cjs/ion-item-option_3.cjs.entry.js +19 -48
- package/dist/cjs/ion-item_8.cjs.entry.js +46 -113
- package/dist/cjs/ion-loading.cjs.entry.js +15 -17
- package/dist/cjs/ion-menu_3.cjs.entry.js +26 -44
- package/dist/cjs/ion-modal.cjs.entry.js +69 -96
- package/dist/cjs/ion-nav_2.cjs.entry.js +10 -13
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +6 -10
- package/dist/cjs/ion-picker-column.cjs.entry.js +12 -12
- package/dist/cjs/ion-picker.cjs.entry.js +5 -9
- package/dist/cjs/ion-popover.cjs.entry.js +16 -18
- package/dist/cjs/ion-progress-bar.cjs.entry.js +7 -25
- package/dist/cjs/ion-radio_2.cjs.entry.js +14 -24
- package/dist/cjs/ion-range.cjs.entry.js +10 -14
- package/dist/cjs/ion-refresher_2.cjs.entry.js +18 -36
- package/dist/cjs/ion-reorder_2.cjs.entry.js +12 -36
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +6 -14
- package/dist/cjs/ion-route_4.cjs.entry.js +7 -8
- package/dist/cjs/ion-searchbar.cjs.entry.js +21 -134
- package/dist/cjs/ion-segment-content.cjs.entry.js +1 -1
- package/dist/cjs/ion-segment-view.cjs.entry.js +2 -5
- package/dist/cjs/ion-segment_2.cjs.entry.js +14 -21
- package/dist/cjs/ion-select-modal.cjs.entry.js +9 -15
- package/dist/cjs/ion-select_3.cjs.entry.js +38 -129
- package/dist/cjs/ion-spinner.cjs.entry.js +6 -28
- package/dist/cjs/ion-split-pane.cjs.entry.js +8 -11
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +21 -75
- package/dist/cjs/ion-tab_2.cjs.entry.js +6 -7
- package/dist/cjs/ion-text.cjs.entry.js +5 -5
- package/dist/cjs/ion-textarea.cjs.entry.js +15 -55
- package/dist/cjs/ion-toast.cjs.entry.js +43 -66
- package/dist/cjs/ion-toggle.cjs.entry.js +21 -78
- package/dist/cjs/ionic-global-HMVqOFGO.js +151 -0
- package/dist/cjs/ionic.cjs.js +3 -3
- package/dist/cjs/{ios.transition-Dt4GT8w5.js → ios.transition-BOt_uW73.js} +4 -6
- package/dist/cjs/{keyboard-BlrG3xPK.js → keyboard-UuAS4D_9.js} +1 -1
- package/dist/cjs/{keyboard-controller-O8n0dTQz.js → keyboard-controller-GXBiBRKS.js} +9 -11
- package/dist/cjs/{keyboard-B8HJHbg3.js → keyboard-hHzlEQpk.js} +3 -4
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/{md.transition-BolcQzNP.js → md.transition-Dt968VXB.js} +4 -5
- package/dist/cjs/{notch-controller-BE80VRju.js → notch-controller-Bzqhjm4f.js} +4 -4
- package/dist/cjs/{overlays-D7GuFhXb.js → overlays--dagG4QM.js} +9 -8
- package/dist/cjs/{status-tap-e-hyosXV.js → status-tap-g0sWWkXk.js} +2 -3
- package/dist/cjs/{swipe-back-CR060nOX.js → swipe-back-BIayeNOD.js} +1 -2
- package/dist/collection/collection-manifest.json +0 -1
- package/dist/collection/components/accordion/accordion.ios.css +58 -73
- package/dist/collection/components/accordion/accordion.js +26 -36
- package/dist/collection/components/accordion/accordion.md.css +59 -67
- package/dist/collection/components/accordion-group/accordion-group.ios.css +4 -16
- package/dist/collection/components/accordion-group/accordion-group.js +8 -44
- package/dist/collection/components/accordion-group/accordion-group.md.css +4 -22
- package/dist/collection/components/action-sheet/action-sheet.ios.css +6 -18
- package/dist/collection/components/action-sheet/action-sheet.js +13 -17
- package/dist/collection/components/action-sheet/action-sheet.md.css +5 -17
- package/dist/collection/components/alert/alert.ios.css +1 -19
- package/dist/collection/components/alert/alert.js +13 -16
- package/dist/collection/components/alert/alert.md.css +1 -19
- package/dist/collection/components/app/app.js +78 -15
- package/dist/collection/components/avatar/avatar.ios.css +33 -7
- package/dist/collection/components/avatar/avatar.js +4 -120
- package/dist/collection/components/avatar/avatar.md.css +0 -51
- package/dist/collection/components/back-button/back-button.ios.css +48 -60
- package/dist/collection/components/back-button/back-button.js +19 -27
- package/dist/collection/components/back-button/back-button.md.css +48 -60
- package/dist/collection/components/backdrop/backdrop.ios.css +19 -56
- package/dist/collection/components/backdrop/backdrop.js +6 -12
- package/dist/collection/components/backdrop/backdrop.md.css +19 -56
- package/dist/collection/components/badge/badge.ios.css +12 -139
- package/dist/collection/components/badge/badge.js +9 -145
- package/dist/collection/components/badge/badge.md.css +12 -123
- package/dist/collection/components/breadcrumb/breadcrumb.ios.css +8 -20
- package/dist/collection/components/breadcrumb/breadcrumb.js +11 -43
- package/dist/collection/components/breadcrumb/breadcrumb.md.css +8 -20
- package/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +0 -6
- package/dist/collection/components/breadcrumbs/breadcrumbs.js +9 -11
- package/dist/collection/components/breadcrumbs/breadcrumbs.md.css +0 -6
- package/dist/collection/components/button/button.ios.css +46 -135
- package/dist/collection/components/button/button.js +17 -48
- package/dist/collection/components/button/button.md.css +50 -126
- package/dist/collection/components/buttons/buttons.ios.css +7 -59
- package/dist/collection/components/buttons/buttons.js +9 -15
- package/dist/collection/components/buttons/buttons.md.css +3 -55
- package/dist/collection/components/card/card.ios.css +14 -65
- package/dist/collection/components/card/card.js +10 -41
- package/dist/collection/components/card/card.md.css +14 -65
- package/dist/collection/components/card-content/card-content.ios.css +1 -16
- package/dist/collection/components/card-content/card-content.js +8 -11
- package/dist/collection/components/card-content/card-content.md.css +1 -16
- package/dist/collection/components/card-header/card-header.ios.css +15 -27
- package/dist/collection/components/card-header/card-header.js +10 -13
- package/dist/collection/components/card-header/card-header.md.css +15 -27
- package/dist/collection/components/card-subtitle/card-subtitle.ios.css +0 -12
- package/dist/collection/components/card-subtitle/card-subtitle.js +8 -11
- package/dist/collection/components/card-subtitle/card-subtitle.md.css +0 -12
- package/dist/collection/components/card-title/card-title.ios.css +0 -73
- package/dist/collection/components/card-title/card-title.js +8 -11
- package/dist/collection/components/card-title/card-title.md.css +0 -73
- package/dist/collection/components/checkbox/checkbox.ios.css +101 -161
- package/dist/collection/components/checkbox/checkbox.js +14 -70
- package/dist/collection/components/checkbox/checkbox.md.css +102 -162
- package/dist/collection/components/chip/chip.ios.css +14 -67
- package/dist/collection/components/chip/chip.js +8 -108
- package/dist/collection/components/chip/chip.md.css +14 -67
- package/dist/collection/components/col/col.css +4 -192
- package/dist/collection/components/col/col.js +61 -210
- package/dist/collection/components/content/content.css +2 -8
- package/dist/collection/components/content/content.js +11 -16
- package/dist/collection/components/datetime/datetime.ios.css +96 -258
- package/dist/collection/components/datetime/datetime.js +20 -98
- package/dist/collection/components/datetime/datetime.md.css +96 -258
- package/dist/collection/components/datetime/utils/data.js +5 -5
- package/dist/collection/components/datetime-button/datetime-button.ios.css +0 -6
- package/dist/collection/components/datetime-button/datetime-button.js +8 -11
- package/dist/collection/components/datetime-button/datetime-button.md.css +0 -6
- package/dist/collection/components/fab/fab.css +1 -25
- package/dist/collection/components/fab/fab.js +5 -9
- package/dist/collection/components/fab-button/fab-button.ios.css +6 -18
- package/dist/collection/components/fab-button/fab-button.js +21 -36
- package/dist/collection/components/fab-button/fab-button.md.css +8 -20
- package/dist/collection/components/fab-list/fab-list.css +0 -12
- package/dist/collection/components/fab-list/fab-list.js +5 -9
- package/dist/collection/components/footer/footer.ios.css +2 -14
- package/dist/collection/components/footer/footer.js +16 -21
- package/dist/collection/components/footer/footer.md.css +0 -12
- package/dist/collection/components/grid/grid.css +0 -12
- package/dist/collection/components/grid/grid.js +5 -9
- package/dist/collection/components/header/header.ios.css +10 -25
- package/dist/collection/components/header/header.js +19 -50
- package/dist/collection/components/header/header.md.css +8 -23
- package/dist/collection/components/header/header.utils.js +5 -5
- package/dist/collection/components/img/img.js +2 -8
- package/dist/collection/components/infinite-scroll/infinite-scroll.js +5 -100
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +0 -12
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +10 -16
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +0 -12
- package/dist/collection/components/input/input.ios.css +140 -223
- package/dist/collection/components/input/input.js +38 -149
- package/dist/collection/components/input/input.md.css +212 -193
- package/dist/collection/components/input-otp/input-otp.ios.css +60 -102
- package/dist/collection/components/input-otp/input-otp.js +5 -7
- package/dist/collection/components/input-otp/input-otp.md.css +60 -102
- package/dist/collection/components/input-password-toggle/input-password-toggle.js +12 -48
- package/dist/collection/components/item/item.ios.css +69 -109
- package/dist/collection/components/item/item.js +20 -51
- package/dist/collection/components/item/item.md.css +68 -120
- package/dist/collection/components/item-divider/item-divider.ios.css +0 -18
- package/dist/collection/components/item-divider/item-divider.js +8 -11
- package/dist/collection/components/item-divider/item-divider.md.css +0 -18
- package/dist/collection/components/item-group/item-group.ios.css +0 -12
- package/dist/collection/components/item-group/item-group.js +7 -13
- package/dist/collection/components/item-group/item-group.md.css +0 -12
- package/dist/collection/components/item-option/item-option.ios.css +29 -136
- package/dist/collection/components/item-option/item-option.js +9 -73
- package/dist/collection/components/item-option/item-option.md.css +29 -136
- package/dist/collection/components/item-options/item-options.ios.css +34 -77
- package/dist/collection/components/item-options/item-options.js +7 -13
- package/dist/collection/components/item-options/item-options.md.css +34 -77
- package/dist/collection/components/item-sliding/item-sliding.css +0 -6
- package/dist/collection/components/item-sliding/item-sliding.js +4 -8
- package/dist/collection/components/label/label.ios.css +0 -18
- package/dist/collection/components/label/label.js +8 -11
- package/dist/collection/components/label/label.md.css +0 -18
- package/dist/collection/components/list/list.ios.css +14 -54
- package/dist/collection/components/list/list.js +9 -48
- package/dist/collection/components/list/list.md.css +16 -56
- package/dist/collection/components/list-header/list-header.ios.css +38 -82
- package/dist/collection/components/list-header/list-header.js +8 -11
- package/dist/collection/components/list-header/list-header.md.css +38 -82
- package/dist/collection/components/loading/loading.ios.css +1 -13
- package/dist/collection/components/loading/loading.js +11 -14
- package/dist/collection/components/loading/loading.md.css +1 -13
- package/dist/collection/components/menu/menu.ios.css +3 -15
- package/dist/collection/components/menu/menu.js +7 -12
- package/dist/collection/components/menu/menu.md.css +3 -15
- package/dist/collection/components/menu-button/menu-button.ios.css +14 -48
- package/dist/collection/components/menu-button/menu-button.js +10 -26
- package/dist/collection/components/menu-button/menu-button.md.css +15 -49
- package/dist/collection/components/menu-toggle/menu-toggle.js +5 -8
- package/dist/collection/components/modal/animations/sheet.js +2 -8
- package/dist/collection/components/modal/gestures/sheet.js +6 -10
- package/dist/collection/components/modal/modal.ios.css +70 -174
- package/dist/collection/components/modal/modal.js +11 -48
- package/dist/collection/components/modal/modal.md.css +70 -174
- package/dist/collection/components/nav/nav.css +1 -7
- package/dist/collection/components/nav/nav.js +5 -11
- package/dist/collection/components/nav-link/nav-link.js +1 -5
- package/dist/collection/components/note/note.ios.css +0 -12
- package/dist/collection/components/note/note.js +8 -11
- package/dist/collection/components/note/note.md.css +0 -12
- package/dist/collection/components/picker/picker.ios.css +3 -15
- package/dist/collection/components/picker/picker.js +5 -8
- package/dist/collection/components/picker/picker.md.css +3 -15
- package/dist/collection/components/picker-column/picker-column.css +2 -9
- package/dist/collection/components/picker-column/picker-column.js +7 -8
- package/dist/collection/components/picker-column-option/picker-column-option.ios.css +0 -6
- package/dist/collection/components/picker-column-option/picker-column-option.js +7 -13
- package/dist/collection/components/picker-column-option/picker-column-option.md.css +0 -6
- package/dist/collection/components/picker-legacy/picker.ios.css +1 -13
- package/dist/collection/components/picker-legacy/picker.js +6 -7
- package/dist/collection/components/picker-legacy/picker.md.css +1 -13
- package/dist/collection/components/picker-legacy-column/picker-column.ios.css +0 -12
- package/dist/collection/components/picker-legacy-column/picker-column.js +4 -4
- package/dist/collection/components/picker-legacy-column/picker-column.md.css +0 -12
- package/dist/collection/components/popover/popover.ios.css +1 -13
- package/dist/collection/components/popover/popover.js +14 -17
- package/dist/collection/components/popover/popover.md.css +1 -13
- package/dist/collection/components/progress-bar/progress-bar.ios.css +17 -48
- package/dist/collection/components/progress-bar/progress-bar.js +7 -43
- package/dist/collection/components/progress-bar/progress-bar.md.css +17 -48
- package/dist/collection/components/radio/radio.ios.css +91 -134
- package/dist/collection/components/radio/radio.js +9 -12
- package/dist/collection/components/radio/radio.md.css +91 -134
- package/dist/collection/components/radio-group/radio-group.ios.css +23 -43
- package/dist/collection/components/radio-group/radio-group.js +6 -21
- package/dist/collection/components/radio-group/radio-group.md.css +23 -43
- package/dist/collection/components/range/range.ios.css +85 -128
- package/dist/collection/components/range/range.js +9 -12
- package/dist/collection/components/range/range.md.css +85 -128
- package/dist/collection/components/refresher/refresher.ios.css +1 -14
- package/dist/collection/components/refresher/refresher.js +8 -11
- package/dist/collection/components/refresher/refresher.md.css +2 -15
- package/dist/collection/components/refresher-content/refresher-content.js +7 -28
- package/dist/collection/components/reorder/reorder.ios.css +0 -6
- package/dist/collection/components/reorder/reorder.js +6 -33
- package/dist/collection/components/reorder/reorder.md.css +0 -6
- package/dist/collection/components/reorder-group/reorder-group.css +0 -6
- package/dist/collection/components/reorder-group/reorder-group.js +4 -8
- package/dist/collection/components/ripple-effect/{ripple-effect.common.css → ripple-effect.css} +1 -7
- package/dist/collection/components/ripple-effect/ripple-effect.js +6 -14
- package/dist/collection/components/route/route.js +0 -4
- package/dist/collection/components/router/router.js +0 -4
- package/dist/collection/components/router-link/router-link.css +2 -8
- package/dist/collection/components/router-link/router-link.js +5 -9
- package/dist/collection/components/router-outlet/router-outlet.css +1 -7
- package/dist/collection/components/router-outlet/router-outlet.js +3 -6
- package/dist/collection/components/row/row.css +0 -16
- package/dist/collection/components/row/row.js +2 -9
- package/dist/collection/components/searchbar/searchbar.ios.css +18 -56
- package/dist/collection/components/searchbar/searchbar.js +34 -181
- package/dist/collection/components/searchbar/searchbar.md.css +18 -56
- package/dist/collection/components/segment/segment.ios.css +2 -45
- package/dist/collection/components/segment/segment.js +8 -11
- package/dist/collection/components/segment/segment.md.css +2 -45
- package/dist/collection/components/segment-button/segment-button.ios.css +105 -146
- package/dist/collection/components/segment-button/segment-button.js +8 -11
- package/dist/collection/components/segment-button/segment-button.md.css +107 -148
- package/dist/collection/components/segment-content/segment-content.js +1 -1
- package/dist/collection/components/segment-view/segment-view.ios.css +0 -6
- package/dist/collection/components/segment-view/segment-view.js +4 -6
- package/dist/collection/components/segment-view/segment-view.md.css +0 -6
- package/dist/collection/components/select/select.ios.css +176 -315
- package/dist/collection/components/select/select.js +53 -156
- package/dist/collection/components/select/select.md.css +178 -331
- package/dist/collection/components/select-modal/select-modal.ios.css +0 -18
- package/dist/collection/components/select-modal/select-modal.js +4 -11
- package/dist/collection/components/select-modal/select-modal.md.css +3 -7
- package/dist/collection/components/select-option/select-option.js +2 -9
- package/dist/collection/components/select-popover/select-popover.ios.css +0 -18
- package/dist/collection/components/select-popover/select-popover.js +4 -12
- package/dist/collection/components/select-popover/select-popover.md.css +0 -18
- package/dist/collection/components/skeleton-text/skeleton-text.css +0 -6
- package/dist/collection/components/skeleton-text/skeleton-text.js +5 -9
- package/dist/collection/components/spinner/{spinner.ionic.css → spinner.css} +10 -77
- package/dist/collection/components/spinner/spinner.js +6 -47
- package/dist/collection/components/split-pane/split-pane.ios.css +2 -20
- package/dist/collection/components/split-pane/split-pane.js +8 -14
- package/dist/collection/components/split-pane/split-pane.md.css +2 -20
- package/dist/collection/components/tab/tab.js +2 -6
- package/dist/collection/components/tab-bar/tab-bar.ios.css +43 -71
- package/dist/collection/components/tab-bar/tab-bar.js +11 -78
- package/dist/collection/components/tab-bar/tab-bar.md.css +43 -71
- package/dist/collection/components/tab-button/tab-button.ios.css +95 -171
- package/dist/collection/components/tab-button/tab-button.js +9 -54
- package/dist/collection/components/tab-button/tab-button.md.css +93 -137
- package/dist/collection/components/tabs/tabs.css +1 -7
- package/dist/collection/components/tabs/tabs.js +1 -4
- package/dist/collection/components/text/text.css +0 -6
- package/dist/collection/components/text/text.js +6 -7
- package/dist/collection/components/textarea/textarea.ios.css +139 -275
- package/dist/collection/components/textarea/textarea.js +16 -76
- package/dist/collection/components/textarea/textarea.md.css +140 -288
- package/dist/collection/components/thumbnail/thumbnail.css +0 -6
- package/dist/collection/components/thumbnail/thumbnail.js +2 -9
- package/dist/collection/components/title/title.ios.css +4 -32
- package/dist/collection/components/title/title.js +7 -13
- package/dist/collection/components/title/title.md.css +4 -32
- package/dist/collection/components/toast/animations/utils.js +1 -1
- package/dist/collection/components/toast/toast.ios.css +45 -84
- package/dist/collection/components/toast/toast.js +12 -75
- package/dist/collection/components/toast/toast.md.css +45 -84
- package/dist/collection/components/toggle/toggle.ios.css +131 -247
- package/dist/collection/components/toggle/toggle.js +18 -73
- package/dist/collection/components/toggle/toggle.md.css +131 -244
- package/dist/collection/components/toolbar/toolbar.ios.css +47 -90
- package/dist/collection/components/toolbar/toolbar.js +13 -157
- package/dist/collection/components/toolbar/toolbar.md.css +47 -90
- package/dist/collection/global/ionic-global.js +13 -228
- package/dist/collection/utils/focus-visible.js +0 -22
- package/dist/collection/utils/framework-delegate.js +1 -3
- package/dist/collection/utils/hardware-back-button.js +0 -15
- package/dist/collection/utils/helpers.js +2 -42
- package/dist/collection/utils/keyboard/keyboard-controller.js +1 -3
- package/dist/collection/utils/menu-controller/animations/overlay.js +3 -3
- package/dist/collection/utils/menu-controller/animations/push.js +1 -2
- package/dist/collection/utils/menu-controller/animations/reveal.js +1 -2
- package/dist/collection/utils/overlays.js +1 -2
- package/dist/collection/utils/test/playwright/generator.js +23 -48
- package/dist/collection/utils/test/playwright/page/utils/goto.js +5 -14
- package/dist/collection/utils/test/playwright/page/utils/set-content.js +3 -26
- package/dist/collection/utils/transition/ios.transition.js +0 -1
- package/dist/docs.json +374 -8195
- package/dist/esm/{animation-BNuoDl-O.js → animation-Dt8bGnA-.js} +1 -1
- package/dist/esm/{app-globals-tX0s9Zd7.js → app-globals-BDSf8fOA.js} +1 -1
- package/dist/esm/{button-active-BF6GZ_yH.js → button-active-L570Swow.js} +1 -1
- package/dist/esm/{capacitor-pzVAlnC0.js → capacitor-CFERIeaU.js} +1 -1
- package/dist/esm/{data-DFCY8gnk.js → data-DCORV9FH.js} +5 -5
- package/dist/{cjs/focus-visible-BIj-I3-C.js → esm/focus-visible-BmVRXR1y.js} +1 -27
- package/dist/esm/{framework-delegate-D2mUP0WI.js → framework-delegate-BYawdMXj.js} +2 -4
- package/dist/esm/{haptic-bBvyATla.js → haptic-DzAMWJuk.js} +1 -1
- package/dist/esm/hardware-back-button-CPLxO-Ev.js +115 -0
- package/dist/esm/{helpers-Bsml3FcE.js → helpers-DEn3pfjm.js} +3 -42
- package/dist/esm/{index-BpFi2B8W.js → index-Bs3kT4bc.js} +1 -1
- package/dist/esm/{index-BQI9hSZP.js → index-CvDIirVx.js} +10 -10
- package/dist/esm/{index-COG0_eom.js → index-DV3sJJW8.js} +1 -1
- package/dist/esm/index-ZjP4CjeZ.js +7 -0
- package/dist/esm/{index-Bnw-zNoN.js → index-ceb5RaMT.js} +2 -3
- package/dist/esm/{index-M3l-IyxQ.js → index-r2D9DEro.js} +3 -3
- package/dist/esm/index.js +11 -10
- package/dist/esm/{input-shims-ACbgRt10.js → input-shims-DyOpfTg6.js} +5 -6
- package/dist/esm/{input.utils-loPnHH5H.js → input.utils-DrvTa8gz.js} +2 -2
- package/dist/esm/ion-accordion_2.entry.js +27 -56
- package/dist/esm/ion-action-sheet.entry.js +20 -23
- package/dist/esm/ion-alert.entry.js +20 -22
- package/dist/esm/ion-app_8.entry.js +151 -250
- package/dist/esm/ion-avatar_3.entry.js +13 -125
- package/dist/esm/ion-back-button.entry.js +20 -29
- package/dist/esm/ion-backdrop.entry.js +6 -9
- package/dist/esm/ion-breadcrumb_2.entry.js +17 -53
- package/dist/esm/ion-button_2.entry.js +11 -43
- package/dist/esm/ion-card_5.entry.js +29 -53
- package/dist/esm/ion-checkbox.entry.js +13 -31
- package/dist/esm/ion-chip.entry.js +8 -49
- package/dist/esm/ion-col_3.entry.js +57 -54
- package/dist/esm/ion-datetime-button.entry.js +7 -11
- package/dist/esm/ion-datetime_3.entry.js +40 -115
- package/dist/esm/ion-fab_3.entry.js +27 -43
- package/dist/esm/ion-img.entry.js +3 -7
- package/dist/esm/ion-infinite-scroll_2.entry.js +14 -89
- package/dist/esm/ion-input-otp.entry.js +7 -11
- package/dist/esm/ion-input-password-toggle.entry.js +14 -52
- package/dist/esm/ion-input.entry.js +32 -122
- package/dist/esm/ion-item-option_3.entry.js +19 -48
- package/dist/esm/ion-item_8.entry.js +48 -115
- package/dist/esm/ion-loading.entry.js +15 -17
- package/dist/esm/ion-menu_3.entry.js +27 -45
- package/dist/esm/ion-modal.entry.js +29 -56
- package/dist/esm/ion-nav_2.entry.js +10 -13
- package/dist/esm/ion-picker-column-option.entry.js +6 -10
- package/dist/esm/ion-picker-column.entry.js +11 -11
- package/dist/esm/ion-picker.entry.js +5 -9
- package/dist/esm/ion-popover.entry.js +16 -18
- package/dist/esm/ion-progress-bar.entry.js +7 -25
- package/dist/esm/ion-radio_2.entry.js +14 -24
- package/dist/esm/ion-range.entry.js +10 -14
- package/dist/esm/ion-refresher_2.entry.js +19 -37
- package/dist/esm/ion-reorder_2.entry.js +14 -38
- package/dist/esm/ion-ripple-effect.entry.js +6 -14
- package/dist/esm/ion-route_4.entry.js +7 -8
- package/dist/esm/ion-searchbar.entry.js +24 -137
- package/dist/esm/ion-segment-content.entry.js +1 -1
- package/dist/esm/ion-segment-view.entry.js +2 -5
- package/dist/esm/ion-segment_2.entry.js +14 -21
- package/dist/esm/ion-select-modal.entry.js +10 -16
- package/dist/esm/ion-select_3.entry.js +40 -131
- package/dist/esm/ion-spinner.entry.js +6 -28
- package/dist/esm/ion-split-pane.entry.js +8 -11
- package/dist/esm/ion-tab-bar_2.entry.js +21 -75
- package/dist/esm/ion-tab_2.entry.js +6 -7
- package/dist/esm/ion-text.entry.js +5 -5
- package/dist/esm/ion-textarea.entry.js +15 -55
- package/dist/esm/ion-toast.entry.js +17 -40
- package/dist/esm/ion-toggle.entry.js +22 -79
- package/dist/esm/ionic-global-CDrldh-5.js +146 -0
- package/dist/esm/ionic.js +3 -3
- package/dist/esm/{ios.transition-uJxJFbq8.js → ios.transition-BDzw0_Hm.js} +4 -6
- package/dist/esm/{keyboard-CU1vRv-b.js → keyboard-CUw4ekVy.js} +1 -1
- package/dist/esm/{keyboard-controller-Dplyc4OV.js → keyboard-controller-BaaVITYt.js} +3 -5
- package/dist/esm/{keyboard-B-HHSSYU.js → keyboard-ywgs5efA.js} +3 -4
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{md.transition-Dp4NTeSh.js → md.transition-BzDYi3qq.js} +4 -5
- package/dist/esm/{notch-controller-BvFDmO69.js → notch-controller-BwelN_JM.js} +2 -2
- package/dist/esm/{overlays-Bi5WpIkN.js → overlays-DCabi1dI.js} +6 -5
- package/dist/esm/{status-tap-DXVlluKS.js → status-tap-5DQ7Fc4V.js} +2 -3
- package/dist/esm/{swipe-back-DNhAt9fY.js → swipe-back-BKw2CAHc.js} +1 -2
- package/dist/html.html-data.json +214 -2520
- package/dist/ionic/index.esm.js +1 -1
- package/dist/ionic/ionic.esm.js +1 -1
- package/dist/ionic/p-020af078.entry.js +4 -0
- package/dist/ionic/p-074839fc.entry.js +4 -0
- package/dist/ionic/p-07753df3.entry.js +4 -0
- package/dist/ionic/p-0abeb0fc.entry.js +4 -0
- package/dist/ionic/p-0bf76d0f.entry.js +4 -0
- package/dist/ionic/p-0dfa5a37.entry.js +4 -0
- package/dist/ionic/p-11518b31.entry.js +4 -0
- package/dist/ionic/p-1647c46c.entry.js +4 -0
- package/dist/ionic/p-2a939845.entry.js +4 -0
- package/dist/ionic/p-316c0420.entry.js +4 -0
- package/dist/ionic/p-31f7095f.entry.js +4 -0
- package/dist/ionic/p-370e4237.entry.js +4 -0
- package/dist/ionic/p-3a6caca9.entry.js +4 -0
- package/dist/ionic/p-40c261a3.entry.js +4 -0
- package/dist/ionic/p-43ed1ef5.entry.js +4 -0
- package/dist/ionic/p-46d74291.entry.js +4 -0
- package/dist/ionic/p-49d06882.entry.js +4 -0
- package/dist/ionic/p-4b658a7c.entry.js +4 -0
- package/dist/ionic/p-4e41ea20.entry.js +4 -0
- package/dist/ionic/p-51a60e0f.entry.js +4 -0
- package/dist/ionic/p-576e0965.entry.js +4 -0
- package/dist/ionic/p-582824c5.entry.js +4 -0
- package/dist/ionic/p-6241ce47.entry.js +4 -0
- package/dist/ionic/p-639dd543.entry.js +4 -0
- package/dist/ionic/p-6444c606.entry.js +4 -0
- package/dist/ionic/p-675b1a31.entry.js +4 -0
- package/dist/ionic/p-6d070558.entry.js +4 -0
- package/dist/ionic/p-7268efa5.entry.js +4 -0
- package/dist/ionic/p-72c38b88.entry.js +4 -0
- package/dist/ionic/p-75ae4733.entry.js +4 -0
- package/dist/ionic/p-79bd78f9.entry.js +4 -0
- package/dist/ionic/p-86f53961.entry.js +4 -0
- package/dist/ionic/p-94de5cfa.entry.js +4 -0
- package/dist/ionic/p-9575b654.entry.js +4 -0
- package/dist/ionic/p-9eeaBrnk.js +4 -0
- package/dist/ionic/p-B0q1YL7N.js +4 -0
- package/dist/ionic/p-BFvmZNyx.js +4 -0
- package/dist/ionic/p-BKc55Xev.js +4 -0
- package/dist/ionic/p-BOVrCkpJ.js +4 -0
- package/dist/ionic/p-BYEqWnSg.js +4 -0
- package/dist/ionic/p-BmVRXR1y.js +4 -0
- package/dist/ionic/p-Bmgaetn_.js +4 -0
- package/dist/ionic/p-C6F4hat2.js +4 -0
- package/dist/ionic/p-C7hRNDhM.js +4 -0
- package/dist/ionic/p-CIGNaXM1.js +4 -0
- package/dist/ionic/{p-D-BelbiX.js → p-CJxh_yLS.js} +1 -1
- package/dist/ionic/{p-Cq83JWMg.js → p-CKvCXMs9.js} +1 -1
- package/dist/ionic/p-CTfR9YZG.js +4 -0
- package/dist/ionic/p-CtWGkNnJ.js +4 -0
- package/dist/ionic/{p-B3uz75uZ.js → p-CwgG81ZD.js} +1 -1
- package/dist/ionic/p-D-eFFUkA.js +4 -0
- package/dist/ionic/{p-HpOiAvpC.js → p-D0dMcSkw.js} +1 -1
- package/dist/ionic/{p-B-D7Cfki.js → p-D13Eaw-8.js} +1 -1
- package/dist/ionic/{p-C8r4dtYR.js → p-DCv9sLH2.js} +1 -1
- package/dist/ionic/p-DDb5r57F.js +4 -0
- package/dist/ionic/p-DNcfiJwE.js +4 -0
- package/dist/ionic/{p-q1ZSn0l7.js → p-DUt5fQmA.js} +1 -1
- package/dist/ionic/{p-COG0_eom.js → p-DV3sJJW8.js} +1 -1
- package/dist/ionic/p-DZRJwG4S.js +4 -0
- package/dist/ionic/{p-CtUK3cKk.js → p-Dc45iWE4.js} +1 -1
- package/dist/ionic/p-QHYY4sjU.js +4 -0
- package/dist/ionic/p-ZjP4CjeZ.js +4 -0
- package/dist/ionic/p-a127bee2.entry.js +4 -0
- package/dist/ionic/p-a8ed848b.entry.js +4 -0
- package/dist/ionic/p-ac4eb91d.entry.js +4 -0
- package/dist/ionic/p-b0a7585c.entry.js +4 -0
- package/dist/ionic/p-b57c6d3e.entry.js +4 -0
- package/dist/ionic/p-c19f63d0.entry.js +4 -0
- package/dist/ionic/p-c85a2127.entry.js +4 -0
- package/dist/ionic/p-cc45bcbc.entry.js +4 -0
- package/dist/ionic/p-cebb0328.entry.js +4 -0
- package/dist/ionic/p-d0a2a1ab.entry.js +4 -0
- package/dist/ionic/p-d126e8d3.entry.js +4 -0
- package/dist/ionic/p-d1f54e28.entry.js +4 -0
- package/dist/ionic/p-d3014190.entry.js +4 -0
- package/dist/ionic/p-da7d04cc.entry.js +4 -0
- package/dist/ionic/p-dbbe606a.entry.js +4 -0
- package/dist/ionic/p-ea509e3c.entry.js +4 -0
- package/dist/ionic/p-ec654c42.entry.js +4 -0
- package/dist/ionic/p-f8f22cc0.entry.js +4 -0
- package/dist/types/components/accordion/accordion.d.ts +3 -5
- package/dist/types/components/accordion-group/accordion-group.d.ts +1 -12
- package/dist/types/components/action-sheet/action-sheet-interface.d.ts +7 -3
- package/dist/types/components/action-sheet/action-sheet.d.ts +2 -3
- package/dist/types/components/alert/alert-interface.d.ts +7 -3
- package/dist/types/components/alert/alert.d.ts +2 -3
- package/dist/types/components/app/app.d.ts +2 -4
- package/dist/types/components/avatar/avatar.d.ts +0 -32
- package/dist/types/components/back-button/back-button.d.ts +1 -2
- package/dist/types/components/backdrop/backdrop.d.ts +0 -4
- package/dist/types/components/badge/badge.d.ts +1 -34
- package/dist/types/components/breadcrumb/breadcrumb.d.ts +1 -4
- package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +2 -2
- package/dist/types/components/button/button.d.ts +6 -19
- package/dist/types/components/buttons/buttons.d.ts +1 -5
- package/dist/types/components/card/card.d.ts +1 -8
- package/dist/types/components/card-content/card-content.d.ts +1 -2
- package/dist/types/components/card-header/card-header.d.ts +2 -3
- package/dist/types/components/card-subtitle/card-subtitle.d.ts +1 -2
- package/dist/types/components/card-title/card-title.d.ts +1 -2
- package/dist/types/components/checkbox/checkbox.d.ts +4 -14
- package/dist/types/components/chip/chip.d.ts +1 -26
- package/dist/types/components/col/col.d.ts +5 -52
- package/dist/types/components/content/content.d.ts +0 -3
- package/dist/types/components/datetime/datetime.d.ts +1 -26
- package/dist/types/components/datetime/utils/data.d.ts +5 -5
- package/dist/types/components/datetime-button/datetime-button.d.ts +1 -2
- package/dist/types/components/fab/fab.d.ts +0 -4
- package/dist/types/components/fab-button/fab-button.d.ts +3 -5
- package/dist/types/components/fab-list/fab-list.d.ts +0 -4
- package/dist/types/components/footer/footer.d.ts +3 -4
- package/dist/types/components/grid/grid.d.ts +0 -4
- package/dist/types/components/header/header.d.ts +3 -9
- package/dist/types/components/header/header.utils.d.ts +3 -3
- package/dist/types/components/img/img.d.ts +0 -3
- package/dist/types/components/infinite-scroll/infinite-scroll.d.ts +0 -21
- package/dist/types/components/infinite-scroll-content/infinite-scroll-content.d.ts +0 -4
- package/dist/types/components/input/input.d.ts +5 -31
- package/dist/types/components/input-password-toggle/input-password-toggle.d.ts +0 -2
- package/dist/types/components/item/item.d.ts +4 -11
- package/dist/types/components/item-divider/item-divider.d.ts +1 -2
- package/dist/types/components/item-group/item-group.d.ts +0 -4
- package/dist/types/components/item-option/item-option.d.ts +1 -18
- package/dist/types/components/item-options/item-options.d.ts +0 -4
- package/dist/types/components/item-sliding/item-sliding.d.ts +0 -4
- package/dist/types/components/label/label.d.ts +1 -2
- package/dist/types/components/list/list.d.ts +1 -15
- package/dist/types/components/list-header/list-header.d.ts +1 -2
- package/dist/types/components/loading/loading-interface.d.ts +7 -2
- package/dist/types/components/loading/loading.d.ts +2 -3
- package/dist/types/components/menu/menu.d.ts +0 -3
- package/dist/types/components/menu-button/menu-button.d.ts +1 -3
- package/dist/types/components/menu-toggle/menu-toggle.d.ts +0 -3
- package/dist/types/components/modal/gestures/sheet.d.ts +1 -1
- package/dist/types/components/modal/modal-interface.d.ts +7 -4
- package/dist/types/components/modal/modal.d.ts +1 -11
- package/dist/types/components/nav/nav-interface.d.ts +1 -9
- package/dist/types/components/nav/nav.d.ts +1 -5
- package/dist/types/components/nav-link/nav-link.d.ts +0 -4
- package/dist/types/components/note/note.d.ts +1 -2
- package/dist/types/components/picker/picker.d.ts +1 -2
- package/dist/types/components/picker-column/picker-column.d.ts +1 -2
- package/dist/types/components/picker-column-option/picker-column-option.d.ts +0 -4
- package/dist/types/components/picker-legacy/picker.d.ts +1 -2
- package/dist/types/components/popover/popover-interface.d.ts +6 -3
- package/dist/types/components/popover/popover.d.ts +5 -6
- package/dist/types/components/progress-bar/progress-bar.d.ts +1 -10
- package/dist/types/components/radio/radio.d.ts +1 -2
- package/dist/types/components/radio-group/radio-group.d.ts +0 -8
- package/dist/types/components/range/range.d.ts +1 -2
- package/dist/types/components/refresher/refresher.d.ts +1 -2
- package/dist/types/components/refresher-content/refresher-content.d.ts +0 -4
- package/dist/types/components/reorder/reorder.d.ts +0 -9
- package/dist/types/components/reorder-group/reorder-group.d.ts +0 -4
- package/dist/types/components/ripple-effect/ripple-effect.d.ts +0 -4
- package/dist/types/components/route/route.d.ts +0 -4
- package/dist/types/components/router/router.d.ts +0 -4
- package/dist/types/components/router-link/router-link.d.ts +0 -4
- package/dist/types/components/router-outlet/router-outlet.d.ts +1 -4
- package/dist/types/components/row/row.d.ts +0 -4
- package/dist/types/components/searchbar/searchbar.d.ts +9 -51
- package/dist/types/components/segment/segment.d.ts +1 -2
- package/dist/types/components/segment-button/segment-button.d.ts +1 -2
- package/dist/types/components/select/select.d.ts +13 -41
- package/dist/types/components/select-modal/select-modal.d.ts +0 -1
- package/dist/types/components/select-option/select-option.d.ts +0 -4
- package/dist/types/components/select-popover/select-popover.d.ts +0 -3
- package/dist/types/components/skeleton-text/skeleton-text.d.ts +0 -4
- package/dist/types/components/spinner/spinner.d.ts +0 -15
- package/dist/types/components/split-pane/split-pane.d.ts +0 -4
- package/dist/types/components/tab/tab.d.ts +0 -4
- package/dist/types/components/tab-bar/tab-bar.d.ts +2 -22
- package/dist/types/components/tab-button/tab-button.d.ts +1 -12
- package/dist/types/components/tabs/tabs.d.ts +0 -3
- package/dist/types/components/text/text.d.ts +1 -2
- package/dist/types/components/textarea/textarea.d.ts +4 -17
- package/dist/types/components/thumbnail/thumbnail.d.ts +0 -4
- package/dist/types/components/title/title.d.ts +0 -4
- package/dist/types/components/toast/animations/utils.d.ts +2 -2
- package/dist/types/components/toast/toast-interface.d.ts +7 -3
- package/dist/types/components/toast/toast.d.ts +2 -19
- package/dist/types/components/toggle/toggle.d.ts +1 -15
- package/dist/types/components/toolbar/toolbar.d.ts +3 -20
- package/dist/types/components.d.ts +196 -1593
- package/dist/types/global/ionic-global.d.ts +2 -27
- package/dist/types/interface.d.ts +0 -3
- package/dist/types/utils/config.d.ts +2 -106
- package/dist/types/utils/focus-visible.d.ts +0 -13
- package/dist/types/utils/helpers.d.ts +0 -11
- package/dist/types/utils/overlays-interface.d.ts +1 -31
- package/dist/types/utils/test/playwright/generator.d.ts +2 -31
- package/hydrate/index.js +948 -2877
- package/hydrate/index.mjs +948 -2877
- package/package.json +4 -8
- package/components/caret-down.js +0 -6
- package/components/caret-left.js +0 -6
- package/components/caret-right.js +0 -6
- package/components/ion-divider.d.ts +0 -11
- package/components/ion-divider.js +0 -72
- package/components/list2.js +0 -6
- package/components/x.js +0 -6
- package/css/ionic/bundle.ionic.css +0 -1
- package/css/ionic/bundle.ionic.css.map +0 -1
- package/css/ionic/core.ionic.css +0 -1
- package/css/ionic/core.ionic.css.map +0 -1
- package/css/ionic/global.bundle.ionic.css +0 -1
- package/css/ionic/global.bundle.ionic.css.map +0 -1
- package/css/ionic/ionic-swiper.ionic.css +0 -1
- package/css/ionic/ionic-swiper.ionic.css.map +0 -1
- package/css/ionic/link.ionic.css +0 -1
- package/css/ionic/link.ionic.css.map +0 -1
- package/css/ionic/structure.ionic.css +0 -1
- package/css/ionic/structure.ionic.css.map +0 -1
- package/css/ionic/typography.ionic.css +0 -1
- package/css/ionic/typography.ionic.css.map +0 -1
- package/css/ionic/utils.bundle.ionic.css +0 -1
- package/css/ionic/utils.bundle.ionic.css.map +0 -1
- package/dist/cjs/caret-down-vtVgfXIs.js +0 -8
- package/dist/cjs/caret-left-CxZXLRv5.js +0 -8
- package/dist/cjs/caret-right-CRCgv98E.js +0 -8
- package/dist/cjs/ion-divider.cjs.entry.js +0 -51
- package/dist/cjs/ionic-global-DpRwOXLK.js +0 -506
- package/dist/cjs/list-a-7GSA6K.js +0 -8
- package/dist/cjs/x-BTF99yFH.js +0 -8
- package/dist/collection/components/accordion/accordion.ionic.css +0 -196
- package/dist/collection/components/accordion-group/accordion-group.ionic.css +0 -93
- package/dist/collection/components/avatar/avatar.ionic.css +0 -391
- package/dist/collection/components/backdrop/backdrop.ionic.css +0 -109
- package/dist/collection/components/badge/badge.ionic.css +0 -275
- package/dist/collection/components/button/button.ionic.css +0 -636
- package/dist/collection/components/buttons/buttons.ionic.css +0 -97
- package/dist/collection/components/card/card.ionic.css +0 -144
- package/dist/collection/components/card-content/card-content.ionic.css +0 -92
- package/dist/collection/components/card-header/card-header.ionic.css +0 -85
- package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +0 -144
- package/dist/collection/components/checkbox/checkbox.ionic.css +0 -539
- package/dist/collection/components/chip/chip.ionic.css +0 -215
- package/dist/collection/components/datetime/datetime.ionic.css +0 -711
- package/dist/collection/components/divider/divider.ionic.css +0 -148
- package/dist/collection/components/divider/divider.ios.css +0 -87
- package/dist/collection/components/divider/divider.js +0 -94
- package/dist/collection/components/divider/divider.md.css +0 -87
- package/dist/collection/components/header/header.ionic.css +0 -97
- package/dist/collection/components/input/input.ionic.css +0 -885
- package/dist/collection/components/input-otp/input-otp.ionic.css +0 -369
- package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +0 -78
- package/dist/collection/components/input-password-toggle/input-password-toggle.native.css +0 -61
- package/dist/collection/components/item/item.ionic.css +0 -508
- package/dist/collection/components/item-option/item-option.ionic.css +0 -278
- package/dist/collection/components/item-options/item-options.ionic.css +0 -221
- package/dist/collection/components/list/list.ionic.css +0 -212
- package/dist/collection/components/list-header/list-header.ionic.css +0 -190
- package/dist/collection/components/menu-button/menu-button.ionic.css +0 -236
- package/dist/collection/components/modal/modal.ionic.css +0 -247
- package/dist/collection/components/progress-bar/progress-bar.ionic.css +0 -287
- package/dist/collection/components/radio/radio.ionic.css +0 -422
- package/dist/collection/components/radio-group/radio-group.ionic.css +0 -119
- package/dist/collection/components/range/range.ionic.css +0 -563
- package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +0 -215
- package/dist/collection/components/searchbar/searchbar.ionic.css +0 -626
- package/dist/collection/components/segment/segment.ionic.css +0 -115
- package/dist/collection/components/segment-button/segment-button.ionic.css +0 -353
- package/dist/collection/components/select/select.ionic.css +0 -777
- package/dist/collection/components/select-modal/select-modal.ionic.css +0 -130
- package/dist/collection/components/spinner/spinner.native.css +0 -198
- package/dist/collection/components/tab-bar/tab-bar.ionic.css +0 -201
- package/dist/collection/components/tab-button/tab-button.ionic.css +0 -337
- package/dist/collection/components/textarea/textarea.ionic.css +0 -885
- package/dist/collection/components/title/title.ionic.css +0 -127
- package/dist/collection/components/toast/toast.ionic.css +0 -394
- package/dist/collection/components/toggle/toggle.ionic.css +0 -508
- package/dist/collection/components/toolbar/test/image.svg +0 -1
- package/dist/collection/components/toolbar/toolbar.ionic.css +0 -241
- package/dist/esm/caret-down-D1t981Ih.js +0 -6
- package/dist/esm/caret-left-fIOYmaqA.js +0 -6
- package/dist/esm/caret-right-BYSs-jZz.js +0 -6
- package/dist/esm/ion-divider.entry.js +0 -49
- package/dist/esm/ionic-global-2lDD9k7y.js +0 -495
- package/dist/esm/list-Dhi5xtNS.js +0 -6
- package/dist/esm/x-BDqjX7Z_.js +0 -6
- package/dist/ionic/p-01577340.entry.js +0 -4
- package/dist/ionic/p-03a794dc.entry.js +0 -4
- package/dist/ionic/p-04b1d37a.entry.js +0 -4
- package/dist/ionic/p-04e0ff62.entry.js +0 -4
- package/dist/ionic/p-0607ce8e.entry.js +0 -4
- package/dist/ionic/p-0744265c.entry.js +0 -4
- package/dist/ionic/p-0ac7c560.entry.js +0 -4
- package/dist/ionic/p-0c41c8a8.entry.js +0 -4
- package/dist/ionic/p-0eecce18.entry.js +0 -4
- package/dist/ionic/p-0f124806.entry.js +0 -4
- package/dist/ionic/p-0f3ca9c1.entry.js +0 -4
- package/dist/ionic/p-19b2060d.entry.js +0 -4
- package/dist/ionic/p-2536e681.entry.js +0 -4
- package/dist/ionic/p-27dbb44c.entry.js +0 -4
- package/dist/ionic/p-28a9d991.entry.js +0 -4
- package/dist/ionic/p-2920da49.entry.js +0 -4
- package/dist/ionic/p-2dc676b2.entry.js +0 -4
- package/dist/ionic/p-363a3268.entry.js +0 -4
- package/dist/ionic/p-381eb2a4.entry.js +0 -4
- package/dist/ionic/p-412d5d9e.entry.js +0 -4
- package/dist/ionic/p-4c31db58.entry.js +0 -4
- package/dist/ionic/p-5543b7b8.entry.js +0 -4
- package/dist/ionic/p-57a2d30b.entry.js +0 -4
- package/dist/ionic/p-59a79bd9.entry.js +0 -4
- package/dist/ionic/p-5b64852f.entry.js +0 -4
- package/dist/ionic/p-5daa0980.entry.js +0 -4
- package/dist/ionic/p-5f9d9c14.entry.js +0 -4
- package/dist/ionic/p-67a63ae1.entry.js +0 -4
- package/dist/ionic/p-6bb99f41.entry.js +0 -4
- package/dist/ionic/p-6e3686f8.entry.js +0 -4
- package/dist/ionic/p-742fed9f.entry.js +0 -4
- package/dist/ionic/p-7fe3ea65.entry.js +0 -4
- package/dist/ionic/p-826267d6.entry.js +0 -4
- package/dist/ionic/p-83ba2260.entry.js +0 -4
- package/dist/ionic/p-8681a2a7.entry.js +0 -4
- package/dist/ionic/p-BDqjX7Z_.js +0 -4
- package/dist/ionic/p-BYSs-jZz.js +0 -4
- package/dist/ionic/p-BiTKUjko.js +0 -4
- package/dist/ionic/p-ByhhQryg.js +0 -4
- package/dist/ionic/p-CK1xn1Nt.js +0 -4
- package/dist/ionic/p-COLHV2ym.js +0 -4
- package/dist/ionic/p-CvRDI-Iz.js +0 -4
- package/dist/ionic/p-D1t981Ih.js +0 -4
- package/dist/ionic/p-DHeUgOSJ.js +0 -4
- package/dist/ionic/p-DM-v_NNE.js +0 -4
- package/dist/ionic/p-DeEDqH91.js +0 -4
- package/dist/ionic/p-Dhi5xtNS.js +0 -4
- package/dist/ionic/p-DoGrslUl.js +0 -4
- package/dist/ionic/p-Dq8ap6AD.js +0 -4
- package/dist/ionic/p-DyaKZbAH.js +0 -4
- package/dist/ionic/p-U97FCefb.js +0 -4
- package/dist/ionic/p-UafGZQ8e.js +0 -4
- package/dist/ionic/p-a0362df3.entry.js +0 -4
- package/dist/ionic/p-a6a37a34.entry.js +0 -4
- package/dist/ionic/p-a6fb1f64.entry.js +0 -4
- package/dist/ionic/p-a89211bd.entry.js +0 -4
- package/dist/ionic/p-ab6f89e1.entry.js +0 -4
- package/dist/ionic/p-b475ec18.entry.js +0 -4
- package/dist/ionic/p-c082f853.entry.js +0 -4
- package/dist/ionic/p-cdbfbff6.entry.js +0 -4
- package/dist/ionic/p-d3f64c58.entry.js +0 -4
- package/dist/ionic/p-d70bba84.entry.js +0 -4
- package/dist/ionic/p-d9c9592a.entry.js +0 -4
- package/dist/ionic/p-da0a2ca6.entry.js +0 -4
- package/dist/ionic/p-da5f08cf.entry.js +0 -4
- package/dist/ionic/p-da8e21af.entry.js +0 -4
- package/dist/ionic/p-dacd8666.entry.js +0 -4
- package/dist/ionic/p-e90bbe85.entry.js +0 -4
- package/dist/ionic/p-ecba552f.entry.js +0 -4
- package/dist/ionic/p-ecf8e713.entry.js +0 -4
- package/dist/ionic/p-fIOYmaqA.js +0 -4
- package/dist/ionic/p-nP9c7bo5.js +0 -4
- package/dist/ionic/p-of4jy1ch.js +0 -4
- package/dist/ionic/p-qZR4N8Lu.js +0 -4
- package/dist/ionic/p-vXpMhGrs.js +0 -4
- package/dist/types/components/divider/divider.d.ts +0 -20
- /package/dist/collection/components/{refresher-content/refresher-content.css → input-password-toggle/input-password-toggle.css} +0 -0
|
@@ -89,7 +89,7 @@ export namespace Components {
|
|
|
89
89
|
*/
|
|
90
90
|
"disabled": boolean;
|
|
91
91
|
/**
|
|
92
|
-
* The mode determines
|
|
92
|
+
* The mode determines which platform styles to use.
|
|
93
93
|
*/
|
|
94
94
|
"mode"?: "ios" | "md";
|
|
95
95
|
/**
|
|
@@ -97,14 +97,11 @@ export namespace Components {
|
|
|
97
97
|
* @default false
|
|
98
98
|
*/
|
|
99
99
|
"readonly": boolean;
|
|
100
|
-
/**
|
|
101
|
-
* The theme determines the visual appearance of the component.
|
|
102
|
-
*/
|
|
103
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
104
100
|
/**
|
|
105
101
|
* The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
|
|
102
|
+
* @default chevronDown
|
|
106
103
|
*/
|
|
107
|
-
"toggleIcon"
|
|
104
|
+
"toggleIcon": string;
|
|
108
105
|
/**
|
|
109
106
|
* The slot inside of `ion-item` to place the toggle icon. Defaults to `"end"`.
|
|
110
107
|
* @default 'end'
|
|
@@ -134,7 +131,7 @@ export namespace Components {
|
|
|
134
131
|
"expand": 'compact' | 'inset';
|
|
135
132
|
"getAccordions": () => Promise<HTMLIonAccordionElement[]>;
|
|
136
133
|
/**
|
|
137
|
-
* The mode determines
|
|
134
|
+
* The mode determines which platform styles to use.
|
|
138
135
|
*/
|
|
139
136
|
"mode"?: "ios" | "md";
|
|
140
137
|
/**
|
|
@@ -150,14 +147,6 @@ export namespace Components {
|
|
|
150
147
|
* 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.
|
|
151
148
|
*/
|
|
152
149
|
"requestAccordionToggle": (accordionValue: string | undefined, accordionExpand: boolean) => Promise<void>;
|
|
153
|
-
/**
|
|
154
|
-
* 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"`.
|
|
155
|
-
*/
|
|
156
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
157
|
-
/**
|
|
158
|
-
* The theme determines the visual appearance of the component.
|
|
159
|
-
*/
|
|
160
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
161
150
|
/**
|
|
162
151
|
* The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
|
|
163
152
|
*/
|
|
@@ -221,7 +210,7 @@ export namespace Components {
|
|
|
221
210
|
*/
|
|
222
211
|
"leaveAnimation"?: AnimationBuilder;
|
|
223
212
|
/**
|
|
224
|
-
* The mode determines
|
|
213
|
+
* The mode determines which platform styles to use.
|
|
225
214
|
*/
|
|
226
215
|
"mode"?: "ios" | "md";
|
|
227
216
|
/**
|
|
@@ -242,11 +231,7 @@ export namespace Components {
|
|
|
242
231
|
*/
|
|
243
232
|
"subHeader"?: string;
|
|
244
233
|
/**
|
|
245
|
-
*
|
|
246
|
-
*/
|
|
247
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
248
|
-
/**
|
|
249
|
-
* 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).
|
|
234
|
+
* If `true`, the action sheet will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
250
235
|
* @default false
|
|
251
236
|
*/
|
|
252
237
|
"translucent": boolean;
|
|
@@ -322,7 +307,7 @@ export namespace Components {
|
|
|
322
307
|
*/
|
|
323
308
|
"message"?: string | IonicSafeString;
|
|
324
309
|
/**
|
|
325
|
-
* The mode determines
|
|
310
|
+
* The mode determines which platform styles to use.
|
|
326
311
|
*/
|
|
327
312
|
"mode"?: "ios" | "md";
|
|
328
313
|
/**
|
|
@@ -343,11 +328,7 @@ export namespace Components {
|
|
|
343
328
|
*/
|
|
344
329
|
"subHeader"?: string;
|
|
345
330
|
/**
|
|
346
|
-
*
|
|
347
|
-
*/
|
|
348
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
349
|
-
/**
|
|
350
|
-
* 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).
|
|
331
|
+
* If `true`, the alert will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
351
332
|
* @default false
|
|
352
333
|
*/
|
|
353
334
|
"translucent": boolean;
|
|
@@ -357,42 +338,13 @@ export namespace Components {
|
|
|
357
338
|
"trigger": string | undefined;
|
|
358
339
|
}
|
|
359
340
|
interface IonApp {
|
|
360
|
-
/**
|
|
361
|
-
* The mode determines the platform behaviors of the component.
|
|
362
|
-
*/
|
|
363
|
-
"mode"?: "ios" | "md";
|
|
364
341
|
/**
|
|
365
342
|
* Used to set focus on an element that uses `ion-focusable`. Do not use this if focusing the element as a result of a keyboard event as the focus utility should handle this for us. This method should be used when we want to programmatically focus an element as a result of another user action. (Ex: We focus the first element inside of a popover when the user presents it, but the popover is not always presented as a result of keyboard action.)
|
|
366
343
|
* @param elements An array of HTML elements to set focus on.
|
|
367
344
|
*/
|
|
368
345
|
"setFocus": (elements: HTMLElement[]) => Promise<void>;
|
|
369
|
-
/**
|
|
370
|
-
* The theme determines the visual appearance of the component.
|
|
371
|
-
*/
|
|
372
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
373
346
|
}
|
|
374
347
|
interface IonAvatar {
|
|
375
|
-
/**
|
|
376
|
-
* If `true`, the user cannot interact with the avatar.
|
|
377
|
-
* @default false
|
|
378
|
-
*/
|
|
379
|
-
"disabled": boolean;
|
|
380
|
-
/**
|
|
381
|
-
* The mode determines the platform behaviors of the component.
|
|
382
|
-
*/
|
|
383
|
-
"mode"?: "ios" | "md";
|
|
384
|
-
/**
|
|
385
|
-
* 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.
|
|
386
|
-
*/
|
|
387
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
388
|
-
/**
|
|
389
|
-
* 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.
|
|
390
|
-
*/
|
|
391
|
-
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
392
|
-
/**
|
|
393
|
-
* The theme determines the visual appearance of the component.
|
|
394
|
-
*/
|
|
395
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
396
348
|
}
|
|
397
349
|
interface IonBackButton {
|
|
398
350
|
/**
|
|
@@ -413,7 +365,7 @@ export namespace Components {
|
|
|
413
365
|
*/
|
|
414
366
|
"icon"?: string | null;
|
|
415
367
|
/**
|
|
416
|
-
* The mode determines
|
|
368
|
+
* The mode determines which platform styles to use.
|
|
417
369
|
*/
|
|
418
370
|
"mode"?: "ios" | "md";
|
|
419
371
|
/**
|
|
@@ -424,10 +376,6 @@ export namespace Components {
|
|
|
424
376
|
* The text to display in the back button.
|
|
425
377
|
*/
|
|
426
378
|
"text"?: string | null;
|
|
427
|
-
/**
|
|
428
|
-
* The theme determines the visual appearance of the component.
|
|
429
|
-
*/
|
|
430
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
431
379
|
/**
|
|
432
380
|
* The type of the button.
|
|
433
381
|
* @default 'button'
|
|
@@ -435,10 +383,6 @@ export namespace Components {
|
|
|
435
383
|
"type": 'submit' | 'reset' | 'button';
|
|
436
384
|
}
|
|
437
385
|
interface IonBackdrop {
|
|
438
|
-
/**
|
|
439
|
-
* The mode determines the platform behaviors of the component.
|
|
440
|
-
*/
|
|
441
|
-
"mode"?: "ios" | "md";
|
|
442
386
|
/**
|
|
443
387
|
* If `true`, the backdrop will stop propagation on tap.
|
|
444
388
|
* @default true
|
|
@@ -449,10 +393,6 @@ export namespace Components {
|
|
|
449
393
|
* @default true
|
|
450
394
|
*/
|
|
451
395
|
"tappable": boolean;
|
|
452
|
-
/**
|
|
453
|
-
* The theme determines the visual appearance of the component.
|
|
454
|
-
*/
|
|
455
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
456
396
|
/**
|
|
457
397
|
* If `true`, the backdrop will be visible.
|
|
458
398
|
* @default true
|
|
@@ -465,29 +405,9 @@ export namespace Components {
|
|
|
465
405
|
*/
|
|
466
406
|
"color"?: Color;
|
|
467
407
|
/**
|
|
468
|
-
*
|
|
469
|
-
*/
|
|
470
|
-
"hue"?: 'bold' | 'subtle';
|
|
471
|
-
/**
|
|
472
|
-
* The mode determines the platform behaviors of the component.
|
|
408
|
+
* The mode determines which platform styles to use.
|
|
473
409
|
*/
|
|
474
410
|
"mode"?: "ios" | "md";
|
|
475
|
-
/**
|
|
476
|
-
* 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.
|
|
477
|
-
*/
|
|
478
|
-
"shape"?: 'soft' | 'round | rectangular';
|
|
479
|
-
/**
|
|
480
|
-
* Set to `"small"` for a small badge. Set to `"medium"` for a medium badge. Set to `"large"` for a large badge, when it is empty (no text or icon). Defaults to `"small"` for the `ionic` theme, undefined for all other themes.
|
|
481
|
-
*/
|
|
482
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
483
|
-
/**
|
|
484
|
-
* The theme determines the visual appearance of the component.
|
|
485
|
-
*/
|
|
486
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
487
|
-
/**
|
|
488
|
-
* 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.
|
|
489
|
-
*/
|
|
490
|
-
"vertical"?: 'top' | 'bottom';
|
|
491
411
|
}
|
|
492
412
|
interface IonBreadcrumb {
|
|
493
413
|
/**
|
|
@@ -518,7 +438,7 @@ export namespace Components {
|
|
|
518
438
|
"href": string | undefined;
|
|
519
439
|
"last": boolean;
|
|
520
440
|
/**
|
|
521
|
-
* The mode determines
|
|
441
|
+
* The mode determines which platform styles to use.
|
|
522
442
|
*/
|
|
523
443
|
"mode"?: "ios" | "md";
|
|
524
444
|
/**
|
|
@@ -543,10 +463,6 @@ export namespace Components {
|
|
|
543
463
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
544
464
|
*/
|
|
545
465
|
"target": string | undefined;
|
|
546
|
-
/**
|
|
547
|
-
* The theme determines the visual appearance of the component.
|
|
548
|
-
*/
|
|
549
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
550
466
|
}
|
|
551
467
|
interface IonBreadcrumbs {
|
|
552
468
|
/**
|
|
@@ -568,13 +484,9 @@ export namespace Components {
|
|
|
568
484
|
*/
|
|
569
485
|
"maxItems"?: number;
|
|
570
486
|
/**
|
|
571
|
-
* The mode determines
|
|
487
|
+
* The mode determines which platform styles to use.
|
|
572
488
|
*/
|
|
573
489
|
"mode"?: "ios" | "md";
|
|
574
|
-
/**
|
|
575
|
-
* The theme determines the visual appearance of the component.
|
|
576
|
-
*/
|
|
577
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
578
490
|
}
|
|
579
491
|
interface IonButton {
|
|
580
492
|
/**
|
|
@@ -612,7 +524,7 @@ export namespace Components {
|
|
|
612
524
|
*/
|
|
613
525
|
"href": string | undefined;
|
|
614
526
|
/**
|
|
615
|
-
* The mode determines
|
|
527
|
+
* The mode determines which platform styles to use.
|
|
616
528
|
*/
|
|
617
529
|
"mode"?: "ios" | "md";
|
|
618
530
|
/**
|
|
@@ -629,13 +541,13 @@ export namespace Components {
|
|
|
629
541
|
*/
|
|
630
542
|
"routerDirection": RouterDirection;
|
|
631
543
|
/**
|
|
632
|
-
* Set to `"
|
|
544
|
+
* Set to `"round"` for a button with more rounded corners.
|
|
633
545
|
*/
|
|
634
|
-
"shape"?: '
|
|
546
|
+
"shape"?: 'round';
|
|
635
547
|
/**
|
|
636
|
-
* Set to `"small"` for a button with less height and padding, to `"
|
|
548
|
+
* 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.
|
|
637
549
|
*/
|
|
638
|
-
"size"?: 'small' | 'default' | '
|
|
550
|
+
"size"?: 'small' | 'default' | 'large';
|
|
639
551
|
/**
|
|
640
552
|
* If `true`, activates a button with a heavier font weight.
|
|
641
553
|
* @default false
|
|
@@ -645,10 +557,6 @@ export namespace Components {
|
|
|
645
557
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
646
558
|
*/
|
|
647
559
|
"target": string | undefined;
|
|
648
|
-
/**
|
|
649
|
-
* The theme determines the visual appearance of the component.
|
|
650
|
-
*/
|
|
651
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
652
560
|
/**
|
|
653
561
|
* The type of the button.
|
|
654
562
|
* @default 'button'
|
|
@@ -657,18 +565,10 @@ export namespace Components {
|
|
|
657
565
|
}
|
|
658
566
|
interface IonButtons {
|
|
659
567
|
/**
|
|
660
|
-
* 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
|
|
568
|
+
* If true, buttons will disappear when its parent toolbar has fully collapsed if the toolbar is not the first toolbar. If the toolbar is the first toolbar, the buttons will be hidden and will only be shown once all toolbars have fully collapsed. Only applies in `ios` mode with `collapse` set to `true` on `ion-header`. Typically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)
|
|
661
569
|
* @default false
|
|
662
570
|
*/
|
|
663
571
|
"collapse": boolean;
|
|
664
|
-
/**
|
|
665
|
-
* The mode determines the platform behaviors of the component.
|
|
666
|
-
*/
|
|
667
|
-
"mode"?: "ios" | "md";
|
|
668
|
-
/**
|
|
669
|
-
* The theme determines the visual appearance of the component.
|
|
670
|
-
*/
|
|
671
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
672
572
|
}
|
|
673
573
|
interface IonCard {
|
|
674
574
|
/**
|
|
@@ -694,7 +594,7 @@ export namespace Components {
|
|
|
694
594
|
*/
|
|
695
595
|
"href": string | undefined;
|
|
696
596
|
/**
|
|
697
|
-
* The mode determines
|
|
597
|
+
* The mode determines which platform styles to use.
|
|
698
598
|
*/
|
|
699
599
|
"mode"?: "ios" | "md";
|
|
700
600
|
/**
|
|
@@ -710,19 +610,10 @@ export namespace Components {
|
|
|
710
610
|
* @default 'forward'
|
|
711
611
|
*/
|
|
712
612
|
"routerDirection": RouterDirection;
|
|
713
|
-
/**
|
|
714
|
-
* 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"`.
|
|
715
|
-
* @default 'round'
|
|
716
|
-
*/
|
|
717
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
718
613
|
/**
|
|
719
614
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
720
615
|
*/
|
|
721
616
|
"target": string | undefined;
|
|
722
|
-
/**
|
|
723
|
-
* The theme determines the visual appearance of the component.
|
|
724
|
-
*/
|
|
725
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
726
617
|
/**
|
|
727
618
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
728
619
|
* @default 'button'
|
|
@@ -731,13 +622,9 @@ export namespace Components {
|
|
|
731
622
|
}
|
|
732
623
|
interface IonCardContent {
|
|
733
624
|
/**
|
|
734
|
-
* The mode determines
|
|
625
|
+
* The mode determines which platform styles to use.
|
|
735
626
|
*/
|
|
736
627
|
"mode"?: "ios" | "md";
|
|
737
|
-
/**
|
|
738
|
-
* The theme determines the visual appearance of the component.
|
|
739
|
-
*/
|
|
740
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
741
628
|
}
|
|
742
629
|
interface IonCardHeader {
|
|
743
630
|
/**
|
|
@@ -745,15 +632,11 @@ export namespace Components {
|
|
|
745
632
|
*/
|
|
746
633
|
"color"?: Color;
|
|
747
634
|
/**
|
|
748
|
-
* The mode determines
|
|
635
|
+
* The mode determines which platform styles to use.
|
|
749
636
|
*/
|
|
750
637
|
"mode"?: "ios" | "md";
|
|
751
638
|
/**
|
|
752
|
-
*
|
|
753
|
-
*/
|
|
754
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
755
|
-
/**
|
|
756
|
-
* 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).
|
|
639
|
+
* If `true`, the card header will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
757
640
|
* @default false
|
|
758
641
|
*/
|
|
759
642
|
"translucent": boolean;
|
|
@@ -764,13 +647,9 @@ export namespace Components {
|
|
|
764
647
|
*/
|
|
765
648
|
"color"?: Color;
|
|
766
649
|
/**
|
|
767
|
-
* The mode determines
|
|
650
|
+
* The mode determines which platform styles to use.
|
|
768
651
|
*/
|
|
769
652
|
"mode"?: "ios" | "md";
|
|
770
|
-
/**
|
|
771
|
-
* The theme determines the visual appearance of the component.
|
|
772
|
-
*/
|
|
773
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
774
653
|
}
|
|
775
654
|
interface IonCardTitle {
|
|
776
655
|
/**
|
|
@@ -778,13 +657,9 @@ export namespace Components {
|
|
|
778
657
|
*/
|
|
779
658
|
"color"?: Color;
|
|
780
659
|
/**
|
|
781
|
-
* The mode determines
|
|
660
|
+
* The mode determines which platform styles to use.
|
|
782
661
|
*/
|
|
783
662
|
"mode"?: "ios" | "md";
|
|
784
|
-
/**
|
|
785
|
-
* The theme determines the visual appearance of the component.
|
|
786
|
-
*/
|
|
787
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
788
663
|
}
|
|
789
664
|
interface IonCheckbox {
|
|
790
665
|
/**
|
|
@@ -828,7 +703,7 @@ export namespace Components {
|
|
|
828
703
|
*/
|
|
829
704
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
830
705
|
/**
|
|
831
|
-
* The mode determines
|
|
706
|
+
* The mode determines which platform styles to use.
|
|
832
707
|
*/
|
|
833
708
|
"mode"?: "ios" | "md";
|
|
834
709
|
/**
|
|
@@ -842,19 +717,6 @@ export namespace Components {
|
|
|
842
717
|
*/
|
|
843
718
|
"required": boolean;
|
|
844
719
|
"setFocus": () => Promise<void>;
|
|
845
|
-
/**
|
|
846
|
-
* Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
|
|
847
|
-
* @default 'soft'
|
|
848
|
-
*/
|
|
849
|
-
"shape"?: 'soft' | 'rectangular';
|
|
850
|
-
/**
|
|
851
|
-
* Set to `"small"` for a checkbox with less height and padding.
|
|
852
|
-
*/
|
|
853
|
-
"size"?: 'small';
|
|
854
|
-
/**
|
|
855
|
-
* The theme determines the visual appearance of the component.
|
|
856
|
-
*/
|
|
857
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
858
720
|
/**
|
|
859
721
|
* The value of the checkbox does not mean if it's checked or not, use the `checked` property for that. The value of a checkbox is analogous to the value of an `<input type="checkbox">`, it's only used when the checkbox participates in a native `<form>`.
|
|
860
722
|
* @default 'on'
|
|
@@ -872,12 +734,7 @@ export namespace Components {
|
|
|
872
734
|
*/
|
|
873
735
|
"disabled": boolean;
|
|
874
736
|
/**
|
|
875
|
-
*
|
|
876
|
-
* @default 'subtle'
|
|
877
|
-
*/
|
|
878
|
-
"hue"?: 'bold' | 'subtle';
|
|
879
|
-
/**
|
|
880
|
-
* The mode determines the platform behaviors of the component.
|
|
737
|
+
* The mode determines which platform styles to use.
|
|
881
738
|
*/
|
|
882
739
|
"mode"?: "ios" | "md";
|
|
883
740
|
/**
|
|
@@ -885,24 +742,8 @@ export namespace Components {
|
|
|
885
742
|
* @default false
|
|
886
743
|
*/
|
|
887
744
|
"outline": boolean;
|
|
888
|
-
/**
|
|
889
|
-
* 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.
|
|
890
|
-
*/
|
|
891
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
892
|
-
/**
|
|
893
|
-
* Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
|
|
894
|
-
*/
|
|
895
|
-
"size"?: 'small' | 'large';
|
|
896
|
-
/**
|
|
897
|
-
* The theme determines the visual appearance of the component.
|
|
898
|
-
*/
|
|
899
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
900
745
|
}
|
|
901
746
|
interface IonCol {
|
|
902
|
-
/**
|
|
903
|
-
* The mode determines the platform behaviors of the component.
|
|
904
|
-
*/
|
|
905
|
-
"mode"?: "ios" | "md";
|
|
906
747
|
/**
|
|
907
748
|
* The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
|
|
908
749
|
*/
|
|
@@ -927,88 +768,52 @@ export namespace Components {
|
|
|
927
768
|
* The amount to offset the column for xs screens, in terms of how many columns it should shift to the end of the total available.
|
|
928
769
|
*/
|
|
929
770
|
"offsetXs"?: string;
|
|
930
|
-
/**
|
|
931
|
-
* The order of the column, in terms of where the column should position itself in the columns renderer. If no value is passed, the column order implicit value will be the order in the html structure.
|
|
932
|
-
*/
|
|
933
|
-
"order"?: string;
|
|
934
|
-
/**
|
|
935
|
-
* The order of the column for lg screens, in terms of where the column should position itself in the columns renderer. If no value is passed, the column order implicit value will be the order in the html structure.
|
|
936
|
-
*/
|
|
937
|
-
"orderLg"?: string;
|
|
938
|
-
/**
|
|
939
|
-
* The order of the column for md screens, in terms of where the column should position itself in the columns renderer. If no value is passed, the column order implicit value will be the order in the html structure.
|
|
940
|
-
*/
|
|
941
|
-
"orderMd"?: string;
|
|
942
|
-
/**
|
|
943
|
-
* The order of the column for sm screens, in terms of where the column should position itself in the columns renderer. If no value is passed, the column order implicit value will be the order in the html structure.
|
|
944
|
-
*/
|
|
945
|
-
"orderSm"?: string;
|
|
946
|
-
/**
|
|
947
|
-
* The order of the column for xl screens, in terms of where the column should position itself in the columns renderer. If no value is passed, the column order implicit value will be the order in the html structure.
|
|
948
|
-
*/
|
|
949
|
-
"orderXl"?: string;
|
|
950
|
-
/**
|
|
951
|
-
* The order of the column for xs screens, in terms of where the column should position itself in the columns renderer. If no value is passed, the column order implicit value will be the order in the html structure.
|
|
952
|
-
*/
|
|
953
|
-
"orderXs"?: string;
|
|
954
771
|
/**
|
|
955
772
|
* The amount to pull the column, in terms of how many columns it should shift to the start of the total available.
|
|
956
|
-
* @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
|
|
957
773
|
*/
|
|
958
774
|
"pull"?: string;
|
|
959
775
|
/**
|
|
960
776
|
* The amount to pull the column for lg screens, in terms of how many columns it should shift to the start of the total available.
|
|
961
|
-
* @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
|
|
962
777
|
*/
|
|
963
778
|
"pullLg"?: string;
|
|
964
779
|
/**
|
|
965
780
|
* The amount to pull the column for md screens, in terms of how many columns it should shift to the start of the total available.
|
|
966
|
-
* @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
|
|
967
781
|
*/
|
|
968
782
|
"pullMd"?: string;
|
|
969
783
|
/**
|
|
970
784
|
* The amount to pull the column for sm screens, in terms of how many columns it should shift to the start of the total available.
|
|
971
|
-
* @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
|
|
972
785
|
*/
|
|
973
786
|
"pullSm"?: string;
|
|
974
787
|
/**
|
|
975
788
|
* The amount to pull the column for xl screens, in terms of how many columns it should shift to the start of the total available.
|
|
976
|
-
* @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
|
|
977
789
|
*/
|
|
978
790
|
"pullXl"?: string;
|
|
979
791
|
/**
|
|
980
792
|
* The amount to pull the column for xs screens, in terms of how many columns it should shift to the start of the total available.
|
|
981
|
-
* @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
|
|
982
793
|
*/
|
|
983
794
|
"pullXs"?: string;
|
|
984
795
|
/**
|
|
985
796
|
* The amount to push the column, in terms of how many columns it should shift to the end of the total available.
|
|
986
|
-
* @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
|
|
987
797
|
*/
|
|
988
798
|
"push"?: string;
|
|
989
799
|
/**
|
|
990
800
|
* The amount to push the column for lg screens, in terms of how many columns it should shift to the end of the total available.
|
|
991
|
-
* @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
|
|
992
801
|
*/
|
|
993
802
|
"pushLg"?: string;
|
|
994
803
|
/**
|
|
995
804
|
* The amount to push the column for md screens, in terms of how many columns it should shift to the end of the total available.
|
|
996
|
-
* @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
|
|
997
805
|
*/
|
|
998
806
|
"pushMd"?: string;
|
|
999
807
|
/**
|
|
1000
808
|
* The amount to push the column for sm screens, in terms of how many columns it should shift to the end of the total available.
|
|
1001
|
-
* @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
|
|
1002
809
|
*/
|
|
1003
810
|
"pushSm"?: string;
|
|
1004
811
|
/**
|
|
1005
812
|
* The amount to push the column for xl screens, in terms of how many columns it should shift to the end of the total available.
|
|
1006
|
-
* @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
|
|
1007
813
|
*/
|
|
1008
814
|
"pushXl"?: string;
|
|
1009
815
|
/**
|
|
1010
816
|
* The amount to push the column for xs screens, in terms of how many columns it should shift to the end of the total available.
|
|
1011
|
-
* @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
|
|
1012
817
|
*/
|
|
1013
818
|
"pushXs"?: string;
|
|
1014
819
|
/**
|
|
@@ -1035,10 +840,6 @@ export namespace Components {
|
|
|
1035
840
|
* 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.
|
|
1036
841
|
*/
|
|
1037
842
|
"sizeXs"?: string;
|
|
1038
|
-
/**
|
|
1039
|
-
* The theme determines the visual appearance of the component.
|
|
1040
|
-
*/
|
|
1041
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1042
843
|
}
|
|
1043
844
|
interface IonContent {
|
|
1044
845
|
/**
|
|
@@ -1067,10 +868,6 @@ export namespace Components {
|
|
|
1067
868
|
* 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.
|
|
1068
869
|
*/
|
|
1069
870
|
"getScrollElement": () => Promise<HTMLElement>;
|
|
1070
|
-
/**
|
|
1071
|
-
* The mode determines the platform behaviors of the component.
|
|
1072
|
-
*/
|
|
1073
|
-
"mode"?: "ios" | "md";
|
|
1074
871
|
/**
|
|
1075
872
|
* Recalculate content dimensions. Called by overlays (e.g., popover) when sibling elements like headers or footers have finished rendering and their heights are available, ensuring accurate offset-top calculations.
|
|
1076
873
|
*/
|
|
@@ -1114,10 +911,6 @@ export namespace Components {
|
|
|
1114
911
|
* @default true
|
|
1115
912
|
*/
|
|
1116
913
|
"scrollY": boolean;
|
|
1117
|
-
/**
|
|
1118
|
-
* The theme determines the visual appearance of the component.
|
|
1119
|
-
*/
|
|
1120
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1121
914
|
}
|
|
1122
915
|
interface IonDatetime {
|
|
1123
916
|
/**
|
|
@@ -1202,7 +995,7 @@ export namespace Components {
|
|
|
1202
995
|
*/
|
|
1203
996
|
"minuteValues"?: number[] | number | string;
|
|
1204
997
|
/**
|
|
1205
|
-
* The mode determines
|
|
998
|
+
* The mode determines which platform styles to use.
|
|
1206
999
|
*/
|
|
1207
1000
|
"mode"?: "ios" | "md";
|
|
1208
1001
|
/**
|
|
@@ -1269,10 +1062,6 @@ export namespace Components {
|
|
|
1269
1062
|
* @default 'fixed'
|
|
1270
1063
|
*/
|
|
1271
1064
|
"size": 'cover' | 'fixed';
|
|
1272
|
-
/**
|
|
1273
|
-
* The theme determines the visual appearance of the component.
|
|
1274
|
-
*/
|
|
1275
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1276
1065
|
/**
|
|
1277
1066
|
* 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.
|
|
1278
1067
|
*/
|
|
@@ -1302,25 +1091,9 @@ export namespace Components {
|
|
|
1302
1091
|
*/
|
|
1303
1092
|
"disabled": boolean;
|
|
1304
1093
|
/**
|
|
1305
|
-
* The mode determines
|
|
1094
|
+
* The mode determines which platform styles to use.
|
|
1306
1095
|
*/
|
|
1307
1096
|
"mode"?: "ios" | "md";
|
|
1308
|
-
/**
|
|
1309
|
-
* The theme determines the visual appearance of the component.
|
|
1310
|
-
*/
|
|
1311
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1312
|
-
}
|
|
1313
|
-
interface IonDivider {
|
|
1314
|
-
/**
|
|
1315
|
-
* If `true`, the divider will have horizontal margins By default, it's `false`
|
|
1316
|
-
* @default false
|
|
1317
|
-
*/
|
|
1318
|
-
"inset": boolean;
|
|
1319
|
-
/**
|
|
1320
|
-
* Set to `"xxsmall"` for the smallest spacing. Set to "xsmall" for very small spacing. Set to `"small"` for small spacing. Set to "medium" for medium spacing. Set to "large" for large spacing. Set to `"xlarge"` for the largest spacing. Defaults to `"medium"`.
|
|
1321
|
-
* @default 'medium'
|
|
1322
|
-
*/
|
|
1323
|
-
"spacing"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge';
|
|
1324
1097
|
}
|
|
1325
1098
|
interface IonFab {
|
|
1326
1099
|
/**
|
|
@@ -1341,14 +1114,6 @@ export namespace Components {
|
|
|
1341
1114
|
* Where to align the fab horizontally in the viewport.
|
|
1342
1115
|
*/
|
|
1343
1116
|
"horizontal"?: 'start' | 'end' | 'center';
|
|
1344
|
-
/**
|
|
1345
|
-
* The mode determines the platform behaviors of the component.
|
|
1346
|
-
*/
|
|
1347
|
-
"mode"?: "ios" | "md";
|
|
1348
|
-
/**
|
|
1349
|
-
* The theme determines the visual appearance of the component.
|
|
1350
|
-
*/
|
|
1351
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1352
1117
|
/**
|
|
1353
1118
|
* Opens/Closes the FAB list container.
|
|
1354
1119
|
*/
|
|
@@ -1366,8 +1131,9 @@ export namespace Components {
|
|
|
1366
1131
|
"activated": boolean;
|
|
1367
1132
|
/**
|
|
1368
1133
|
* 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.
|
|
1134
|
+
* @default close
|
|
1369
1135
|
*/
|
|
1370
|
-
"closeIcon"
|
|
1136
|
+
"closeIcon": string;
|
|
1371
1137
|
/**
|
|
1372
1138
|
* 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).
|
|
1373
1139
|
*/
|
|
@@ -1386,7 +1152,7 @@ export namespace Components {
|
|
|
1386
1152
|
*/
|
|
1387
1153
|
"href": string | undefined;
|
|
1388
1154
|
/**
|
|
1389
|
-
* The mode determines
|
|
1155
|
+
* The mode determines which platform styles to use.
|
|
1390
1156
|
*/
|
|
1391
1157
|
"mode"?: "ios" | "md";
|
|
1392
1158
|
/**
|
|
@@ -1416,11 +1182,7 @@ export namespace Components {
|
|
|
1416
1182
|
*/
|
|
1417
1183
|
"target": string | undefined;
|
|
1418
1184
|
/**
|
|
1419
|
-
*
|
|
1420
|
-
*/
|
|
1421
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1422
|
-
/**
|
|
1423
|
-
* 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).
|
|
1185
|
+
* If `true`, the fab button will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
1424
1186
|
* @default false
|
|
1425
1187
|
*/
|
|
1426
1188
|
"translucent": boolean;
|
|
@@ -1436,35 +1198,23 @@ export namespace Components {
|
|
|
1436
1198
|
* @default false
|
|
1437
1199
|
*/
|
|
1438
1200
|
"activated": boolean;
|
|
1439
|
-
/**
|
|
1440
|
-
* The mode determines the platform behaviors of the component.
|
|
1441
|
-
*/
|
|
1442
|
-
"mode"?: "ios" | "md";
|
|
1443
1201
|
/**
|
|
1444
1202
|
* The side the fab list will show on relative to the main fab button.
|
|
1445
1203
|
* @default 'bottom'
|
|
1446
1204
|
*/
|
|
1447
1205
|
"side": 'start' | 'end' | 'top' | 'bottom';
|
|
1448
|
-
/**
|
|
1449
|
-
* The theme determines the visual appearance of the component.
|
|
1450
|
-
*/
|
|
1451
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1452
1206
|
}
|
|
1453
1207
|
interface IonFooter {
|
|
1454
1208
|
/**
|
|
1455
|
-
* Describes the scroll effect that will be applied to the footer. Only applies
|
|
1209
|
+
* Describes the scroll effect that will be applied to the footer. Only applies in iOS mode.
|
|
1456
1210
|
*/
|
|
1457
1211
|
"collapse"?: 'fade';
|
|
1458
1212
|
/**
|
|
1459
|
-
* The mode determines
|
|
1213
|
+
* The mode determines which platform styles to use.
|
|
1460
1214
|
*/
|
|
1461
1215
|
"mode"?: "ios" | "md";
|
|
1462
1216
|
/**
|
|
1463
|
-
*
|
|
1464
|
-
*/
|
|
1465
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1466
|
-
/**
|
|
1467
|
-
* 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.
|
|
1217
|
+
* If `true`, the footer will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility). Note: In order to scroll content behind the footer, the `fullscreen` attribute needs to be set on the content.
|
|
1468
1218
|
* @default false
|
|
1469
1219
|
*/
|
|
1470
1220
|
"translucent": boolean;
|
|
@@ -1475,35 +1225,18 @@ export namespace Components {
|
|
|
1475
1225
|
* @default false
|
|
1476
1226
|
*/
|
|
1477
1227
|
"fixed": boolean;
|
|
1478
|
-
/**
|
|
1479
|
-
* The mode determines the platform behaviors of the component.
|
|
1480
|
-
*/
|
|
1481
|
-
"mode"?: "ios" | "md";
|
|
1482
|
-
/**
|
|
1483
|
-
* The theme determines the visual appearance of the component.
|
|
1484
|
-
*/
|
|
1485
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1486
1228
|
}
|
|
1487
1229
|
interface IonHeader {
|
|
1488
1230
|
/**
|
|
1489
|
-
* Describes the scroll effect that will be applied to the header. Only applies
|
|
1231
|
+
* Describes the scroll effect that will be applied to the header. Only applies in iOS mode. Typically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)
|
|
1490
1232
|
*/
|
|
1491
1233
|
"collapse"?: 'condense' | 'fade';
|
|
1492
1234
|
/**
|
|
1493
|
-
*
|
|
1494
|
-
* @default false
|
|
1495
|
-
*/
|
|
1496
|
-
"divider": boolean;
|
|
1497
|
-
/**
|
|
1498
|
-
* The mode determines the platform behaviors of the component.
|
|
1235
|
+
* The mode determines which platform styles to use.
|
|
1499
1236
|
*/
|
|
1500
1237
|
"mode"?: "ios" | "md";
|
|
1501
1238
|
/**
|
|
1502
|
-
*
|
|
1503
|
-
*/
|
|
1504
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1505
|
-
/**
|
|
1506
|
-
* If `true`, the header will be translucent. Only applies when the theme is `"ios"` or `"ionic"` 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.
|
|
1239
|
+
* If `true`, the header will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility). Note: In order to scroll content behind the header, the `fullscreen` attribute needs to be set on the content.
|
|
1507
1240
|
* @default false
|
|
1508
1241
|
*/
|
|
1509
1242
|
"translucent": boolean;
|
|
@@ -1513,18 +1246,10 @@ export namespace Components {
|
|
|
1513
1246
|
* 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.
|
|
1514
1247
|
*/
|
|
1515
1248
|
"alt"?: string;
|
|
1516
|
-
/**
|
|
1517
|
-
* The mode determines the platform behaviors of the component.
|
|
1518
|
-
*/
|
|
1519
|
-
"mode"?: "ios" | "md";
|
|
1520
1249
|
/**
|
|
1521
1250
|
* The image URL. This attribute is mandatory for the `<img>` element.
|
|
1522
1251
|
*/
|
|
1523
1252
|
"src"?: string;
|
|
1524
|
-
/**
|
|
1525
|
-
* The theme determines the visual appearance of the component.
|
|
1526
|
-
*/
|
|
1527
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1528
1253
|
}
|
|
1529
1254
|
interface IonInfiniteScroll {
|
|
1530
1255
|
/**
|
|
@@ -1536,24 +1261,11 @@ export namespace Components {
|
|
|
1536
1261
|
* @default false
|
|
1537
1262
|
*/
|
|
1538
1263
|
"disabled": boolean;
|
|
1539
|
-
/**
|
|
1540
|
-
* The mode determines the platform behaviors of the component.
|
|
1541
|
-
*/
|
|
1542
|
-
"mode"?: "ios" | "md";
|
|
1543
1264
|
/**
|
|
1544
1265
|
* The position of the infinite scroll element. The value can be either `top` or `bottom`.
|
|
1545
1266
|
* @default 'bottom'
|
|
1546
1267
|
*/
|
|
1547
1268
|
"position": 'top' | 'bottom';
|
|
1548
|
-
/**
|
|
1549
|
-
* If `true`, the infinite scroll will preserve the scroll position when the content is re-rendered. This is useful when the content is re-rendered with new keys, and the scroll position should be preserved.
|
|
1550
|
-
* @default false
|
|
1551
|
-
*/
|
|
1552
|
-
"preserveRerenderScrollPosition": boolean;
|
|
1553
|
-
/**
|
|
1554
|
-
* The theme determines the visual appearance of the component.
|
|
1555
|
-
*/
|
|
1556
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1557
1269
|
/**
|
|
1558
1270
|
* 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.
|
|
1559
1271
|
* @default '15%'
|
|
@@ -1569,14 +1281,6 @@ export namespace Components {
|
|
|
1569
1281
|
* 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.
|
|
1570
1282
|
*/
|
|
1571
1283
|
"loadingText"?: string | IonicSafeString;
|
|
1572
|
-
/**
|
|
1573
|
-
* The mode determines the platform behaviors of the component.
|
|
1574
|
-
*/
|
|
1575
|
-
"mode"?: "ios" | "md";
|
|
1576
|
-
/**
|
|
1577
|
-
* The theme determines the visual appearance of the component.
|
|
1578
|
-
*/
|
|
1579
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1580
1284
|
}
|
|
1581
1285
|
interface IonInput {
|
|
1582
1286
|
/**
|
|
@@ -1643,7 +1347,7 @@ export namespace Components {
|
|
|
1643
1347
|
*/
|
|
1644
1348
|
"errorText"?: string;
|
|
1645
1349
|
/**
|
|
1646
|
-
* 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
|
|
1350
|
+
* 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` mode.
|
|
1647
1351
|
*/
|
|
1648
1352
|
"fill"?: 'outline' | 'solid';
|
|
1649
1353
|
/**
|
|
@@ -1663,9 +1367,10 @@ export namespace Components {
|
|
|
1663
1367
|
*/
|
|
1664
1368
|
"label"?: string;
|
|
1665
1369
|
/**
|
|
1666
|
-
* 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 ("...").
|
|
1370
|
+
* 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 ("...").
|
|
1371
|
+
* @default 'start'
|
|
1667
1372
|
*/
|
|
1668
|
-
"labelPlacement"
|
|
1373
|
+
"labelPlacement": 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
1669
1374
|
/**
|
|
1670
1375
|
* The maximum value, which must not be less than its minimum (min attribute) value.
|
|
1671
1376
|
*/
|
|
@@ -1683,7 +1388,7 @@ export namespace Components {
|
|
|
1683
1388
|
*/
|
|
1684
1389
|
"minlength"?: number;
|
|
1685
1390
|
/**
|
|
1686
|
-
* The mode determines
|
|
1391
|
+
* The mode determines which platform styles to use.
|
|
1687
1392
|
*/
|
|
1688
1393
|
"mode"?: "ios" | "md";
|
|
1689
1394
|
/**
|
|
@@ -1718,14 +1423,9 @@ export namespace Components {
|
|
|
1718
1423
|
*/
|
|
1719
1424
|
"setFocus": () => Promise<void>;
|
|
1720
1425
|
/**
|
|
1721
|
-
*
|
|
1722
|
-
*/
|
|
1723
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1724
|
-
/**
|
|
1725
|
-
* 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.
|
|
1726
|
-
* @default 'medium'
|
|
1426
|
+
* The shape of the input. If "round" it will have an increased border radius.
|
|
1727
1427
|
*/
|
|
1728
|
-
"
|
|
1428
|
+
"shape"?: 'round';
|
|
1729
1429
|
/**
|
|
1730
1430
|
* If `true`, the element will have its spelling and grammar checked.
|
|
1731
1431
|
* @default false
|
|
@@ -1735,10 +1435,6 @@ export namespace Components {
|
|
|
1735
1435
|
* 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.
|
|
1736
1436
|
*/
|
|
1737
1437
|
"step"?: string;
|
|
1738
|
-
/**
|
|
1739
|
-
* The theme determines the visual appearance of the component.
|
|
1740
|
-
*/
|
|
1741
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1742
1438
|
/**
|
|
1743
1439
|
* The type of control to display. The default type is text.
|
|
1744
1440
|
* @default 'text'
|
|
@@ -1851,13 +1547,14 @@ export namespace Components {
|
|
|
1851
1547
|
*/
|
|
1852
1548
|
"color"?: Color;
|
|
1853
1549
|
/**
|
|
1854
|
-
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
1550
|
+
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `mode` is `ios` and an `href` or `button` property is present.
|
|
1855
1551
|
*/
|
|
1856
1552
|
"detail"?: boolean;
|
|
1857
1553
|
/**
|
|
1858
1554
|
* The icon to use when `detail` is set to `true`.
|
|
1555
|
+
* @default chevronForward
|
|
1859
1556
|
*/
|
|
1860
|
-
"detailIcon"
|
|
1557
|
+
"detailIcon": string;
|
|
1861
1558
|
/**
|
|
1862
1559
|
* If `true`, the user cannot interact with the item.
|
|
1863
1560
|
* @default false
|
|
@@ -1876,7 +1573,7 @@ export namespace Components {
|
|
|
1876
1573
|
*/
|
|
1877
1574
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1878
1575
|
/**
|
|
1879
|
-
* The mode determines
|
|
1576
|
+
* The mode determines which platform styles to use.
|
|
1880
1577
|
*/
|
|
1881
1578
|
"mode"?: "ios" | "md";
|
|
1882
1579
|
/**
|
|
@@ -1896,10 +1593,6 @@ export namespace Components {
|
|
|
1896
1593
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
1897
1594
|
*/
|
|
1898
1595
|
"target": string | undefined;
|
|
1899
|
-
/**
|
|
1900
|
-
* The theme determines the visual appearance of the component.
|
|
1901
|
-
*/
|
|
1902
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1903
1596
|
/**
|
|
1904
1597
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
1905
1598
|
* @default 'button'
|
|
@@ -1912,7 +1605,7 @@ export namespace Components {
|
|
|
1912
1605
|
*/
|
|
1913
1606
|
"color"?: Color;
|
|
1914
1607
|
/**
|
|
1915
|
-
* The mode determines
|
|
1608
|
+
* The mode determines which platform styles to use.
|
|
1916
1609
|
*/
|
|
1917
1610
|
"mode"?: "ios" | "md";
|
|
1918
1611
|
/**
|
|
@@ -1920,20 +1613,8 @@ export namespace Components {
|
|
|
1920
1613
|
* @default false
|
|
1921
1614
|
*/
|
|
1922
1615
|
"sticky": boolean;
|
|
1923
|
-
/**
|
|
1924
|
-
* The theme determines the visual appearance of the component.
|
|
1925
|
-
*/
|
|
1926
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1927
1616
|
}
|
|
1928
1617
|
interface IonItemGroup {
|
|
1929
|
-
/**
|
|
1930
|
-
* The mode determines the platform behaviors of the component.
|
|
1931
|
-
*/
|
|
1932
|
-
"mode"?: "ios" | "md";
|
|
1933
|
-
/**
|
|
1934
|
-
* The theme determines the visual appearance of the component.
|
|
1935
|
-
*/
|
|
1936
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1937
1618
|
}
|
|
1938
1619
|
interface IonItemOption {
|
|
1939
1620
|
/**
|
|
@@ -1959,30 +1640,17 @@ export namespace Components {
|
|
|
1959
1640
|
*/
|
|
1960
1641
|
"href": string | undefined;
|
|
1961
1642
|
/**
|
|
1962
|
-
*
|
|
1963
|
-
* @default 'subtle'
|
|
1964
|
-
*/
|
|
1965
|
-
"hue"?: 'bold' | 'subtle';
|
|
1966
|
-
/**
|
|
1967
|
-
* The mode determines the platform behaviors of the component.
|
|
1643
|
+
* The mode determines which platform styles to use.
|
|
1968
1644
|
*/
|
|
1969
1645
|
"mode"?: "ios" | "md";
|
|
1970
1646
|
/**
|
|
1971
1647
|
* 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).
|
|
1972
1648
|
*/
|
|
1973
1649
|
"rel": string | undefined;
|
|
1974
|
-
/**
|
|
1975
|
-
* 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.
|
|
1976
|
-
*/
|
|
1977
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1978
1650
|
/**
|
|
1979
1651
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
1980
1652
|
*/
|
|
1981
1653
|
"target": string | undefined;
|
|
1982
|
-
/**
|
|
1983
|
-
* The theme determines the visual appearance of the component.
|
|
1984
|
-
*/
|
|
1985
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1986
1654
|
/**
|
|
1987
1655
|
* The type of the button.
|
|
1988
1656
|
* @default 'button'
|
|
@@ -1991,19 +1659,11 @@ export namespace Components {
|
|
|
1991
1659
|
}
|
|
1992
1660
|
interface IonItemOptions {
|
|
1993
1661
|
"fireSwipeEvent": () => Promise<void>;
|
|
1994
|
-
/**
|
|
1995
|
-
* The mode determines the platform behaviors of the component.
|
|
1996
|
-
*/
|
|
1997
|
-
"mode"?: "ios" | "md";
|
|
1998
1662
|
/**
|
|
1999
1663
|
* 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.
|
|
2000
1664
|
* @default 'end'
|
|
2001
1665
|
*/
|
|
2002
1666
|
"side": Side;
|
|
2003
|
-
/**
|
|
2004
|
-
* The theme determines the visual appearance of the component.
|
|
2005
|
-
*/
|
|
2006
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2007
1667
|
}
|
|
2008
1668
|
interface IonItemSliding {
|
|
2009
1669
|
/**
|
|
@@ -2027,19 +1687,11 @@ export namespace Components {
|
|
|
2027
1687
|
* 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.
|
|
2028
1688
|
*/
|
|
2029
1689
|
"getSlidingRatio": () => Promise<number>;
|
|
2030
|
-
/**
|
|
2031
|
-
* The mode determines the platform behaviors of the component.
|
|
2032
|
-
*/
|
|
2033
|
-
"mode"?: "ios" | "md";
|
|
2034
1690
|
/**
|
|
2035
1691
|
* Open the sliding item.
|
|
2036
1692
|
* @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.
|
|
2037
1693
|
*/
|
|
2038
1694
|
"open": (side: Side | undefined) => Promise<void>;
|
|
2039
|
-
/**
|
|
2040
|
-
* The theme determines the visual appearance of the component.
|
|
2041
|
-
*/
|
|
2042
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2043
1695
|
}
|
|
2044
1696
|
interface IonLabel {
|
|
2045
1697
|
/**
|
|
@@ -2047,17 +1699,13 @@ export namespace Components {
|
|
|
2047
1699
|
*/
|
|
2048
1700
|
"color"?: Color;
|
|
2049
1701
|
/**
|
|
2050
|
-
* The mode determines
|
|
1702
|
+
* The mode determines which platform styles to use.
|
|
2051
1703
|
*/
|
|
2052
1704
|
"mode"?: "ios" | "md";
|
|
2053
1705
|
/**
|
|
2054
1706
|
* The position determines where and how the label behaves inside an item.
|
|
2055
1707
|
*/
|
|
2056
1708
|
"position"?: 'fixed' | 'stacked' | 'floating';
|
|
2057
|
-
/**
|
|
2058
|
-
* The theme determines the visual appearance of the component.
|
|
2059
|
-
*/
|
|
2060
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2061
1709
|
}
|
|
2062
1710
|
interface IonList {
|
|
2063
1711
|
/**
|
|
@@ -2074,17 +1722,9 @@ export namespace Components {
|
|
|
2074
1722
|
*/
|
|
2075
1723
|
"lines"?: 'full' | 'inset' | 'none';
|
|
2076
1724
|
/**
|
|
2077
|
-
* The mode determines
|
|
1725
|
+
* The mode determines which platform styles to use.
|
|
2078
1726
|
*/
|
|
2079
1727
|
"mode"?: "ios" | "md";
|
|
2080
|
-
/**
|
|
2081
|
-
* 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.
|
|
2082
|
-
*/
|
|
2083
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
2084
|
-
/**
|
|
2085
|
-
* The theme determines the visual appearance of the component.
|
|
2086
|
-
*/
|
|
2087
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2088
1728
|
}
|
|
2089
1729
|
interface IonListHeader {
|
|
2090
1730
|
/**
|
|
@@ -2096,13 +1736,9 @@ export namespace Components {
|
|
|
2096
1736
|
*/
|
|
2097
1737
|
"lines"?: 'full' | 'inset' | 'none';
|
|
2098
1738
|
/**
|
|
2099
|
-
* The mode determines
|
|
1739
|
+
* The mode determines which platform styles to use.
|
|
2100
1740
|
*/
|
|
2101
1741
|
"mode"?: "ios" | "md";
|
|
2102
|
-
/**
|
|
2103
|
-
* The theme determines the visual appearance of the component.
|
|
2104
|
-
*/
|
|
2105
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2106
1742
|
}
|
|
2107
1743
|
interface IonLoading {
|
|
2108
1744
|
/**
|
|
@@ -2162,7 +1798,7 @@ export namespace Components {
|
|
|
2162
1798
|
*/
|
|
2163
1799
|
"message"?: string | IonicSafeString;
|
|
2164
1800
|
/**
|
|
2165
|
-
* The mode determines
|
|
1801
|
+
* The mode determines which platform styles to use.
|
|
2166
1802
|
*/
|
|
2167
1803
|
"mode"?: "ios" | "md";
|
|
2168
1804
|
/**
|
|
@@ -2188,11 +1824,7 @@ export namespace Components {
|
|
|
2188
1824
|
*/
|
|
2189
1825
|
"spinner"?: SpinnerTypes | null;
|
|
2190
1826
|
/**
|
|
2191
|
-
*
|
|
2192
|
-
*/
|
|
2193
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2194
|
-
/**
|
|
2195
|
-
* 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).
|
|
1827
|
+
* If `true`, the loading indicator will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
2196
1828
|
* @default false
|
|
2197
1829
|
*/
|
|
2198
1830
|
"translucent": boolean;
|
|
@@ -2234,10 +1866,6 @@ export namespace Components {
|
|
|
2234
1866
|
* An id for the menu.
|
|
2235
1867
|
*/
|
|
2236
1868
|
"menuId"?: string;
|
|
2237
|
-
/**
|
|
2238
|
-
* The mode determines the platform behaviors of the component.
|
|
2239
|
-
*/
|
|
2240
|
-
"mode"?: "ios" | "md";
|
|
2241
1869
|
/**
|
|
2242
1870
|
* Opens the menu. If the menu is already open or it can't be opened, it returns `false`.
|
|
2243
1871
|
* @param animated If `true`, the menu will animate when opening. If `false`, the menu will open instantly without animation. Defaults to `true`.
|
|
@@ -2260,10 +1888,6 @@ export namespace Components {
|
|
|
2260
1888
|
* @default true
|
|
2261
1889
|
*/
|
|
2262
1890
|
"swipeGesture": boolean;
|
|
2263
|
-
/**
|
|
2264
|
-
* The theme determines the visual appearance of the component.
|
|
2265
|
-
*/
|
|
2266
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2267
1891
|
/**
|
|
2268
1892
|
* 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`.
|
|
2269
1893
|
* @param animated If `true`, the menu will animate when opening/closing. If `false`, the menu will open/close instantly without animation. Defaults to `true`.
|
|
@@ -2294,13 +1918,9 @@ export namespace Components {
|
|
|
2294
1918
|
*/
|
|
2295
1919
|
"menu"?: string;
|
|
2296
1920
|
/**
|
|
2297
|
-
* The mode determines
|
|
1921
|
+
* The mode determines which platform styles to use.
|
|
2298
1922
|
*/
|
|
2299
1923
|
"mode"?: "ios" | "md";
|
|
2300
|
-
/**
|
|
2301
|
-
* The theme determines the visual appearance of the component.
|
|
2302
|
-
*/
|
|
2303
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2304
1924
|
/**
|
|
2305
1925
|
* The type of the button.
|
|
2306
1926
|
* @default 'button'
|
|
@@ -2317,14 +1937,6 @@ export namespace Components {
|
|
|
2317
1937
|
* 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.
|
|
2318
1938
|
*/
|
|
2319
1939
|
"menu"?: string;
|
|
2320
|
-
/**
|
|
2321
|
-
* The mode determines the platform behaviors of the component.
|
|
2322
|
-
*/
|
|
2323
|
-
"mode"?: "ios" | "md";
|
|
2324
|
-
/**
|
|
2325
|
-
* The theme determines the visual appearance of the component.
|
|
2326
|
-
*/
|
|
2327
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2328
1940
|
}
|
|
2329
1941
|
interface IonModal {
|
|
2330
1942
|
/**
|
|
@@ -2429,7 +2041,7 @@ export namespace Components {
|
|
|
2429
2041
|
*/
|
|
2430
2042
|
"leaveAnimation"?: AnimationBuilder;
|
|
2431
2043
|
/**
|
|
2432
|
-
* The mode determines
|
|
2044
|
+
* The mode determines which platform styles to use.
|
|
2433
2045
|
*/
|
|
2434
2046
|
"mode"?: "ios" | "md";
|
|
2435
2047
|
/**
|
|
@@ -2454,19 +2066,11 @@ export namespace Components {
|
|
|
2454
2066
|
* @param breakpoint The breakpoint value to move the sheet modal to. Must be a value defined in your `breakpoints` array.
|
|
2455
2067
|
*/
|
|
2456
2068
|
"setCurrentBreakpoint": (breakpoint: number) => Promise<void>;
|
|
2457
|
-
/**
|
|
2458
|
-
* 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.
|
|
2459
|
-
*/
|
|
2460
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
2461
2069
|
/**
|
|
2462
2070
|
* 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.
|
|
2463
2071
|
* @default true
|
|
2464
2072
|
*/
|
|
2465
2073
|
"showBackdrop": boolean;
|
|
2466
|
-
/**
|
|
2467
|
-
* The theme determines the visual appearance of the component.
|
|
2468
|
-
*/
|
|
2469
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2470
2074
|
/**
|
|
2471
2075
|
* An ID corresponding to the trigger element that causes the modal to open when clicked.
|
|
2472
2076
|
*/
|
|
@@ -2479,7 +2083,7 @@ export namespace Components {
|
|
|
2479
2083
|
*/
|
|
2480
2084
|
"animated": boolean;
|
|
2481
2085
|
/**
|
|
2482
|
-
* By default `ion-nav` animates transition between pages based
|
|
2086
|
+
* By default `ion-nav` animates transition between pages based in the mode (ios or material design). However, this property allows to create custom transition using `AnimationBuilder` functions.
|
|
2483
2087
|
*/
|
|
2484
2088
|
"animation"?: AnimationBuilder;
|
|
2485
2089
|
/**
|
|
@@ -2527,10 +2131,6 @@ export namespace Components {
|
|
|
2527
2131
|
* @param done The transition complete function.
|
|
2528
2132
|
*/
|
|
2529
2133
|
"insertPages": (insertIndex: number, insertComponents: NavComponent[] | NavComponentWithProps[], opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>;
|
|
2530
|
-
/**
|
|
2531
|
-
* The mode determines the platform behaviors of the component.
|
|
2532
|
-
*/
|
|
2533
|
-
"mode"?: "ios" | "md";
|
|
2534
2134
|
/**
|
|
2535
2135
|
* Pop a component off of the navigation stack. Navigates back from the current component.
|
|
2536
2136
|
* @param opts The navigation options.
|
|
@@ -2602,10 +2202,6 @@ export namespace Components {
|
|
|
2602
2202
|
* If the nav component should allow for swipe-to-go-back.
|
|
2603
2203
|
*/
|
|
2604
2204
|
"swipeGesture"?: boolean;
|
|
2605
|
-
/**
|
|
2606
|
-
* The theme determines the visual appearance of the component.
|
|
2607
|
-
*/
|
|
2608
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2609
2205
|
}
|
|
2610
2206
|
interface IonNavLink {
|
|
2611
2207
|
/**
|
|
@@ -2616,10 +2212,6 @@ export namespace Components {
|
|
|
2616
2212
|
* Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
|
|
2617
2213
|
*/
|
|
2618
2214
|
"componentProps"?: ComponentProps;
|
|
2619
|
-
/**
|
|
2620
|
-
* The mode determines the platform behaviors of the component.
|
|
2621
|
-
*/
|
|
2622
|
-
"mode"?: "ios" | "md";
|
|
2623
2215
|
/**
|
|
2624
2216
|
* The transition animation when navigating to another page.
|
|
2625
2217
|
*/
|
|
@@ -2629,10 +2221,6 @@ export namespace Components {
|
|
|
2629
2221
|
* @default 'forward'
|
|
2630
2222
|
*/
|
|
2631
2223
|
"routerDirection": RouterDirection;
|
|
2632
|
-
/**
|
|
2633
|
-
* The theme determines the visual appearance of the component.
|
|
2634
|
-
*/
|
|
2635
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2636
2224
|
}
|
|
2637
2225
|
interface IonNote {
|
|
2638
2226
|
/**
|
|
@@ -2640,24 +2228,16 @@ export namespace Components {
|
|
|
2640
2228
|
*/
|
|
2641
2229
|
"color"?: Color;
|
|
2642
2230
|
/**
|
|
2643
|
-
* The mode determines
|
|
2231
|
+
* The mode determines which platform styles to use.
|
|
2644
2232
|
*/
|
|
2645
2233
|
"mode"?: "ios" | "md";
|
|
2646
|
-
/**
|
|
2647
|
-
* The theme determines the visual appearance of the component.
|
|
2648
|
-
*/
|
|
2649
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2650
2234
|
}
|
|
2651
2235
|
interface IonPicker {
|
|
2652
2236
|
"exitInputMode": () => Promise<void>;
|
|
2653
2237
|
/**
|
|
2654
|
-
* The mode determines
|
|
2238
|
+
* The mode determines which platform styles to use.
|
|
2655
2239
|
*/
|
|
2656
2240
|
"mode"?: "ios" | "md";
|
|
2657
|
-
/**
|
|
2658
|
-
* The theme determines the visual appearance of the component.
|
|
2659
|
-
*/
|
|
2660
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2661
2241
|
}
|
|
2662
2242
|
interface IonPickerColumn {
|
|
2663
2243
|
/**
|
|
@@ -2671,7 +2251,7 @@ export namespace Components {
|
|
|
2671
2251
|
*/
|
|
2672
2252
|
"disabled": boolean;
|
|
2673
2253
|
/**
|
|
2674
|
-
* The mode determines
|
|
2254
|
+
* The mode determines which platform styles to use.
|
|
2675
2255
|
*/
|
|
2676
2256
|
"mode"?: "ios" | "md";
|
|
2677
2257
|
/**
|
|
@@ -2688,10 +2268,6 @@ export namespace Components {
|
|
|
2688
2268
|
* 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.
|
|
2689
2269
|
*/
|
|
2690
2270
|
"setValue": (value: PickerColumnValue) => Promise<void>;
|
|
2691
|
-
/**
|
|
2692
|
-
* The theme determines the visual appearance of the component.
|
|
2693
|
-
*/
|
|
2694
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2695
2271
|
/**
|
|
2696
2272
|
* The selected option in the picker.
|
|
2697
2273
|
*/
|
|
@@ -2708,14 +2284,6 @@ export namespace Components {
|
|
|
2708
2284
|
* @default false
|
|
2709
2285
|
*/
|
|
2710
2286
|
"disabled": boolean;
|
|
2711
|
-
/**
|
|
2712
|
-
* The mode determines the platform behaviors of the component.
|
|
2713
|
-
*/
|
|
2714
|
-
"mode"?: "ios" | "md";
|
|
2715
|
-
/**
|
|
2716
|
-
* The theme determines the visual appearance of the component.
|
|
2717
|
-
*/
|
|
2718
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2719
2287
|
/**
|
|
2720
2288
|
* The text value of the option.
|
|
2721
2289
|
*/
|
|
@@ -2790,7 +2358,7 @@ export namespace Components {
|
|
|
2790
2358
|
*/
|
|
2791
2359
|
"leaveAnimation"?: AnimationBuilder;
|
|
2792
2360
|
/**
|
|
2793
|
-
* The mode determines
|
|
2361
|
+
* The mode determines which platform styles to use.
|
|
2794
2362
|
*/
|
|
2795
2363
|
"mode"?: "ios" | "md";
|
|
2796
2364
|
/**
|
|
@@ -2811,10 +2379,6 @@ export namespace Components {
|
|
|
2811
2379
|
* @default true
|
|
2812
2380
|
*/
|
|
2813
2381
|
"showBackdrop": boolean;
|
|
2814
|
-
/**
|
|
2815
|
-
* The theme determines the visual appearance of the component.
|
|
2816
|
-
*/
|
|
2817
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2818
2382
|
/**
|
|
2819
2383
|
* An ID corresponding to the trigger element that causes the picker to open when clicked.
|
|
2820
2384
|
*/
|
|
@@ -2828,7 +2392,7 @@ export namespace Components {
|
|
|
2828
2392
|
}
|
|
2829
2393
|
interface IonPopover {
|
|
2830
2394
|
/**
|
|
2831
|
-
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `
|
|
2395
|
+
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios` mode, and `"start"` for `md` mode.
|
|
2832
2396
|
*/
|
|
2833
2397
|
"alignment"?: PositionAlign;
|
|
2834
2398
|
/**
|
|
@@ -2837,7 +2401,7 @@ export namespace Components {
|
|
|
2837
2401
|
*/
|
|
2838
2402
|
"animated": boolean;
|
|
2839
2403
|
/**
|
|
2840
|
-
* If `true`, the popover will display an arrow that points at the `reference`
|
|
2404
|
+
* If `true`, the popover will display an arrow that points at the `reference` when running in `ios` mode. Does not apply in `md` mode.
|
|
2841
2405
|
* @default true
|
|
2842
2406
|
*/
|
|
2843
2407
|
"arrow": boolean;
|
|
@@ -2917,7 +2481,7 @@ export namespace Components {
|
|
|
2917
2481
|
*/
|
|
2918
2482
|
"leaveAnimation"?: AnimationBuilder;
|
|
2919
2483
|
/**
|
|
2920
|
-
* The mode determines
|
|
2484
|
+
* The mode determines which platform styles to use.
|
|
2921
2485
|
*/
|
|
2922
2486
|
"mode"?: "ios" | "md";
|
|
2923
2487
|
/**
|
|
@@ -2959,11 +2523,7 @@ export namespace Components {
|
|
|
2959
2523
|
*/
|
|
2960
2524
|
"size": PopoverSize;
|
|
2961
2525
|
/**
|
|
2962
|
-
*
|
|
2963
|
-
*/
|
|
2964
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2965
|
-
/**
|
|
2966
|
-
* 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).
|
|
2526
|
+
* If `true`, the popover will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
2967
2527
|
* @default false
|
|
2968
2528
|
*/
|
|
2969
2529
|
"translucent": boolean;
|
|
@@ -2988,7 +2548,7 @@ export namespace Components {
|
|
|
2988
2548
|
*/
|
|
2989
2549
|
"color"?: Color;
|
|
2990
2550
|
/**
|
|
2991
|
-
* The mode determines
|
|
2551
|
+
* The mode determines which platform styles to use.
|
|
2992
2552
|
*/
|
|
2993
2553
|
"mode"?: "ios" | "md";
|
|
2994
2554
|
/**
|
|
@@ -2996,14 +2556,6 @@ export namespace Components {
|
|
|
2996
2556
|
* @default false
|
|
2997
2557
|
*/
|
|
2998
2558
|
"reversed": boolean;
|
|
2999
|
-
/**
|
|
3000
|
-
* 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.
|
|
3001
|
-
*/
|
|
3002
|
-
"shape"?: 'round' | 'rectangular';
|
|
3003
|
-
/**
|
|
3004
|
-
* The theme determines the visual appearance of the component.
|
|
3005
|
-
*/
|
|
3006
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3007
2559
|
/**
|
|
3008
2560
|
* 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).
|
|
3009
2561
|
* @default 'determinate'
|
|
@@ -3039,7 +2591,7 @@ export namespace Components {
|
|
|
3039
2591
|
*/
|
|
3040
2592
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
3041
2593
|
/**
|
|
3042
|
-
* The mode determines
|
|
2594
|
+
* The mode determines which platform styles to use.
|
|
3043
2595
|
*/
|
|
3044
2596
|
"mode"?: "ios" | "md";
|
|
3045
2597
|
/**
|
|
@@ -3049,10 +2601,6 @@ export namespace Components {
|
|
|
3049
2601
|
"name": string;
|
|
3050
2602
|
"setButtonTabindex": (value: number) => Promise<void>;
|
|
3051
2603
|
"setFocus": (ev?: globalThis.Event) => Promise<void>;
|
|
3052
|
-
/**
|
|
3053
|
-
* The theme determines the visual appearance of the component.
|
|
3054
|
-
*/
|
|
3055
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3056
2604
|
/**
|
|
3057
2605
|
* the value of the radio.
|
|
3058
2606
|
*/
|
|
@@ -3076,20 +2624,12 @@ export namespace Components {
|
|
|
3076
2624
|
* The helper text to display at the top of the radio group.
|
|
3077
2625
|
*/
|
|
3078
2626
|
"helperText"?: string;
|
|
3079
|
-
/**
|
|
3080
|
-
* The mode determines the platform behaviors of the component.
|
|
3081
|
-
*/
|
|
3082
|
-
"mode"?: "ios" | "md";
|
|
3083
2627
|
/**
|
|
3084
2628
|
* The name of the control, which is submitted with the form data.
|
|
3085
2629
|
* @default this.inputId
|
|
3086
2630
|
*/
|
|
3087
2631
|
"name": string;
|
|
3088
2632
|
"setFocus": () => Promise<void>;
|
|
3089
|
-
/**
|
|
3090
|
-
* The theme determines the visual appearance of the component.
|
|
3091
|
-
*/
|
|
3092
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3093
2633
|
/**
|
|
3094
2634
|
* the value of the radio group.
|
|
3095
2635
|
*/
|
|
@@ -3138,7 +2678,7 @@ export namespace Components {
|
|
|
3138
2678
|
*/
|
|
3139
2679
|
"min": number;
|
|
3140
2680
|
/**
|
|
3141
|
-
* The mode determines
|
|
2681
|
+
* The mode determines which platform styles to use.
|
|
3142
2682
|
*/
|
|
3143
2683
|
"mode"?: "ios" | "md";
|
|
3144
2684
|
/**
|
|
@@ -3166,10 +2706,6 @@ export namespace Components {
|
|
|
3166
2706
|
* @default 1
|
|
3167
2707
|
*/
|
|
3168
2708
|
"step": number;
|
|
3169
|
-
/**
|
|
3170
|
-
* The theme determines the visual appearance of the component.
|
|
3171
|
-
*/
|
|
3172
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3173
2709
|
/**
|
|
3174
2710
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
3175
2711
|
* @default true
|
|
@@ -3205,7 +2741,7 @@ export namespace Components {
|
|
|
3205
2741
|
*/
|
|
3206
2742
|
"getProgress": () => Promise<number>;
|
|
3207
2743
|
/**
|
|
3208
|
-
* The mode determines
|
|
2744
|
+
* The mode determines which platform styles to use.
|
|
3209
2745
|
*/
|
|
3210
2746
|
"mode"?: "ios" | "md";
|
|
3211
2747
|
/**
|
|
@@ -3228,16 +2764,8 @@ export namespace Components {
|
|
|
3228
2764
|
* @default '280ms'
|
|
3229
2765
|
*/
|
|
3230
2766
|
"snapbackDuration": string;
|
|
3231
|
-
/**
|
|
3232
|
-
* The theme determines the visual appearance of the component.
|
|
3233
|
-
*/
|
|
3234
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3235
2767
|
}
|
|
3236
2768
|
interface IonRefresherContent {
|
|
3237
|
-
/**
|
|
3238
|
-
* The mode determines the platform behaviors of the component.
|
|
3239
|
-
*/
|
|
3240
|
-
"mode"?: "ios" | "md";
|
|
3241
2769
|
/**
|
|
3242
2770
|
* 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.
|
|
3243
2771
|
*/
|
|
@@ -3254,20 +2782,8 @@ export namespace Components {
|
|
|
3254
2782
|
* 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.
|
|
3255
2783
|
*/
|
|
3256
2784
|
"refreshingText"?: string | IonicSafeString;
|
|
3257
|
-
/**
|
|
3258
|
-
* The theme determines the visual appearance of the component.
|
|
3259
|
-
*/
|
|
3260
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3261
2785
|
}
|
|
3262
2786
|
interface IonReorder {
|
|
3263
|
-
/**
|
|
3264
|
-
* The mode determines the platform behaviors of the component.
|
|
3265
|
-
*/
|
|
3266
|
-
"mode"?: "ios" | "md";
|
|
3267
|
-
/**
|
|
3268
|
-
* The theme determines the visual appearance of the component.
|
|
3269
|
-
*/
|
|
3270
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3271
2787
|
}
|
|
3272
2788
|
interface IonReorderGroup {
|
|
3273
2789
|
/**
|
|
@@ -3280,14 +2796,6 @@ export namespace Components {
|
|
|
3280
2796
|
* @default true
|
|
3281
2797
|
*/
|
|
3282
2798
|
"disabled": boolean;
|
|
3283
|
-
/**
|
|
3284
|
-
* The mode determines the platform behaviors of the component.
|
|
3285
|
-
*/
|
|
3286
|
-
"mode"?: "ios" | "md";
|
|
3287
|
-
/**
|
|
3288
|
-
* The theme determines the visual appearance of the component.
|
|
3289
|
-
*/
|
|
3290
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3291
2799
|
}
|
|
3292
2800
|
interface IonRippleEffect {
|
|
3293
2801
|
/**
|
|
@@ -3296,14 +2804,6 @@ export namespace Components {
|
|
|
3296
2804
|
* @param y The vertical coordinate of where the ripple should start.
|
|
3297
2805
|
*/
|
|
3298
2806
|
"addRipple": (x: number, y: number) => Promise<() => void>;
|
|
3299
|
-
/**
|
|
3300
|
-
* The mode determines the platform behaviors of the component.
|
|
3301
|
-
*/
|
|
3302
|
-
"mode"?: "ios" | "md";
|
|
3303
|
-
/**
|
|
3304
|
-
* The theme determines the visual appearance of the component.
|
|
3305
|
-
*/
|
|
3306
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3307
2807
|
/**
|
|
3308
2808
|
* 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.
|
|
3309
2809
|
* @default 'bounded'
|
|
@@ -3327,14 +2827,6 @@ export namespace Components {
|
|
|
3327
2827
|
* A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
|
|
3328
2828
|
*/
|
|
3329
2829
|
"componentProps"?: { [key: string]: any };
|
|
3330
|
-
/**
|
|
3331
|
-
* The mode determines the platform behaviors of the component.
|
|
3332
|
-
*/
|
|
3333
|
-
"mode"?: "ios" | "md";
|
|
3334
|
-
/**
|
|
3335
|
-
* The theme determines the visual appearance of the component.
|
|
3336
|
-
*/
|
|
3337
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3338
2830
|
/**
|
|
3339
2831
|
* 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.
|
|
3340
2832
|
* @default ''
|
|
@@ -3357,10 +2849,6 @@ export namespace Components {
|
|
|
3357
2849
|
*/
|
|
3358
2850
|
"back": () => Promise<void>;
|
|
3359
2851
|
"canTransition": () => Promise<string | boolean>;
|
|
3360
|
-
/**
|
|
3361
|
-
* The mode determines the platform behaviors of the component.
|
|
3362
|
-
*/
|
|
3363
|
-
"mode"?: "ios" | "md";
|
|
3364
2852
|
"navChanged": (direction: RouterDirection) => Promise<boolean>;
|
|
3365
2853
|
"printDebug": () => Promise<void>;
|
|
3366
2854
|
/**
|
|
@@ -3375,10 +2863,6 @@ export namespace Components {
|
|
|
3375
2863
|
* @default '/'
|
|
3376
2864
|
*/
|
|
3377
2865
|
"root": string;
|
|
3378
|
-
/**
|
|
3379
|
-
* The theme determines the visual appearance of the component.
|
|
3380
|
-
*/
|
|
3381
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3382
2866
|
/**
|
|
3383
2867
|
* 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.
|
|
3384
2868
|
* @default true
|
|
@@ -3394,10 +2878,6 @@ export namespace Components {
|
|
|
3394
2878
|
* Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
|
|
3395
2879
|
*/
|
|
3396
2880
|
"href": string | undefined;
|
|
3397
|
-
/**
|
|
3398
|
-
* The mode determines the platform behaviors of the component.
|
|
3399
|
-
*/
|
|
3400
|
-
"mode"?: "ios" | "md";
|
|
3401
2881
|
/**
|
|
3402
2882
|
* 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).
|
|
3403
2883
|
*/
|
|
@@ -3415,10 +2895,6 @@ export namespace Components {
|
|
|
3415
2895
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
3416
2896
|
*/
|
|
3417
2897
|
"target": string | undefined;
|
|
3418
|
-
/**
|
|
3419
|
-
* The theme determines the visual appearance of the component.
|
|
3420
|
-
*/
|
|
3421
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3422
2898
|
}
|
|
3423
2899
|
interface IonRouterOutlet {
|
|
3424
2900
|
/**
|
|
@@ -3434,26 +2910,14 @@ export namespace Components {
|
|
|
3434
2910
|
"delegate"?: FrameworkDelegate;
|
|
3435
2911
|
"getRouteId": () => Promise<RouteID | undefined>;
|
|
3436
2912
|
/**
|
|
3437
|
-
* The mode determines
|
|
2913
|
+
* The mode determines which platform styles to use.
|
|
3438
2914
|
* @default getIonMode(this)
|
|
3439
2915
|
*/
|
|
3440
2916
|
"mode": "ios" | "md";
|
|
3441
2917
|
"setRouteId": (id: string, params: ComponentProps | undefined, direction: RouterDirection, animation?: AnimationBuilder) => Promise<RouteWrite>;
|
|
3442
2918
|
"swipeHandler"?: SwipeGestureHandler;
|
|
3443
|
-
/**
|
|
3444
|
-
* The theme determines the visual appearance of the component.
|
|
3445
|
-
*/
|
|
3446
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3447
2919
|
}
|
|
3448
2920
|
interface IonRow {
|
|
3449
|
-
/**
|
|
3450
|
-
* The mode determines the platform behaviors of the component.
|
|
3451
|
-
*/
|
|
3452
|
-
"mode"?: "ios" | "md";
|
|
3453
|
-
/**
|
|
3454
|
-
* The theme determines the visual appearance of the component.
|
|
3455
|
-
*/
|
|
3456
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3457
2921
|
}
|
|
3458
2922
|
interface IonSearchbar {
|
|
3459
2923
|
/**
|
|
@@ -3477,16 +2941,17 @@ export namespace Components {
|
|
|
3477
2941
|
*/
|
|
3478
2942
|
"autocorrect": 'on' | 'off';
|
|
3479
2943
|
/**
|
|
3480
|
-
* Set the cancel button icon. Only
|
|
2944
|
+
* Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
|
|
2945
|
+
* @default config.get('backButtonIcon', arrowBackSharp) as string
|
|
3481
2946
|
*/
|
|
3482
|
-
"cancelButtonIcon"
|
|
2947
|
+
"cancelButtonIcon": string;
|
|
3483
2948
|
/**
|
|
3484
|
-
* Set the cancel button text. Only
|
|
2949
|
+
* Set the cancel button text. Only applies to `ios` mode.
|
|
3485
2950
|
* @default 'Cancel'
|
|
3486
2951
|
*/
|
|
3487
2952
|
"cancelButtonText": string;
|
|
3488
2953
|
/**
|
|
3489
|
-
* Set the clear icon. Defaults to `
|
|
2954
|
+
* Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.
|
|
3490
2955
|
*/
|
|
3491
2956
|
"clearIcon"?: string;
|
|
3492
2957
|
/**
|
|
@@ -3523,7 +2988,7 @@ export namespace Components {
|
|
|
3523
2988
|
*/
|
|
3524
2989
|
"minlength"?: number;
|
|
3525
2990
|
/**
|
|
3526
|
-
* The mode determines
|
|
2991
|
+
* The mode determines which platform styles to use.
|
|
3527
2992
|
*/
|
|
3528
2993
|
"mode"?: "ios" | "md";
|
|
3529
2994
|
/**
|
|
@@ -3537,17 +3002,13 @@ export namespace Components {
|
|
|
3537
3002
|
*/
|
|
3538
3003
|
"placeholder": string;
|
|
3539
3004
|
/**
|
|
3540
|
-
* The icon to use as the search icon. Defaults to `
|
|
3005
|
+
* The icon to use as the search icon. Defaults to `search-outline` in `ios` mode and `search-sharp` in `md` mode.
|
|
3541
3006
|
*/
|
|
3542
|
-
"searchIcon"?: string
|
|
3007
|
+
"searchIcon"?: string;
|
|
3543
3008
|
/**
|
|
3544
3009
|
* 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.
|
|
3545
3010
|
*/
|
|
3546
3011
|
"setFocus": () => Promise<void>;
|
|
3547
|
-
/**
|
|
3548
|
-
* 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.
|
|
3549
|
-
*/
|
|
3550
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3551
3012
|
/**
|
|
3552
3013
|
* 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.
|
|
3553
3014
|
* @default 'never'
|
|
@@ -3558,19 +3019,11 @@ export namespace Components {
|
|
|
3558
3019
|
* @default 'always'
|
|
3559
3020
|
*/
|
|
3560
3021
|
"showClearButton": 'never' | 'focus' | 'always';
|
|
3561
|
-
/**
|
|
3562
|
-
* 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.
|
|
3563
|
-
*/
|
|
3564
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
3565
3022
|
/**
|
|
3566
3023
|
* If `true`, enable spellcheck on the input.
|
|
3567
3024
|
* @default false
|
|
3568
3025
|
*/
|
|
3569
3026
|
"spellcheck": boolean;
|
|
3570
|
-
/**
|
|
3571
|
-
* The theme determines the visual appearance of the component.
|
|
3572
|
-
*/
|
|
3573
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3574
3027
|
/**
|
|
3575
3028
|
* Set the type of the input.
|
|
3576
3029
|
* @default 'search'
|
|
@@ -3593,7 +3046,7 @@ export namespace Components {
|
|
|
3593
3046
|
*/
|
|
3594
3047
|
"disabled": boolean;
|
|
3595
3048
|
/**
|
|
3596
|
-
* The mode determines
|
|
3049
|
+
* The mode determines which platform styles to use.
|
|
3597
3050
|
*/
|
|
3598
3051
|
"mode"?: "ios" | "md";
|
|
3599
3052
|
/**
|
|
@@ -3611,10 +3064,6 @@ export namespace Components {
|
|
|
3611
3064
|
* @default true
|
|
3612
3065
|
*/
|
|
3613
3066
|
"swipeGesture": boolean;
|
|
3614
|
-
/**
|
|
3615
|
-
* The theme determines the visual appearance of the component.
|
|
3616
|
-
*/
|
|
3617
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3618
3067
|
/**
|
|
3619
3068
|
* the value of the segment.
|
|
3620
3069
|
*/
|
|
@@ -3636,14 +3085,10 @@ export namespace Components {
|
|
|
3636
3085
|
*/
|
|
3637
3086
|
"layout"?: SegmentButtonLayout;
|
|
3638
3087
|
/**
|
|
3639
|
-
* The mode determines
|
|
3088
|
+
* The mode determines which platform styles to use.
|
|
3640
3089
|
*/
|
|
3641
3090
|
"mode"?: "ios" | "md";
|
|
3642
3091
|
"setFocus": () => Promise<void>;
|
|
3643
|
-
/**
|
|
3644
|
-
* The theme determines the visual appearance of the component.
|
|
3645
|
-
*/
|
|
3646
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3647
3092
|
/**
|
|
3648
3093
|
* The type of the button.
|
|
3649
3094
|
* @default 'button'
|
|
@@ -3693,11 +3138,11 @@ export namespace Components {
|
|
|
3693
3138
|
*/
|
|
3694
3139
|
"errorText"?: string;
|
|
3695
3140
|
/**
|
|
3696
|
-
* The toggle icon to show when the select is open. If defined, the icon rotation behavior in `
|
|
3141
|
+
* The toggle icon to show when the select is open. If defined, the icon rotation behavior in `md` mode will be disabled. If undefined, `toggleIcon` will be used for when the select is both open and closed.
|
|
3697
3142
|
*/
|
|
3698
3143
|
"expandedIcon"?: string;
|
|
3699
3144
|
/**
|
|
3700
|
-
* 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
|
|
3145
|
+
* 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` mode.
|
|
3701
3146
|
*/
|
|
3702
3147
|
"fill"?: 'outline' | 'solid';
|
|
3703
3148
|
/**
|
|
@@ -3728,7 +3173,7 @@ export namespace Components {
|
|
|
3728
3173
|
*/
|
|
3729
3174
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
3730
3175
|
/**
|
|
3731
|
-
* The mode determines
|
|
3176
|
+
* The mode determines which platform styles to use.
|
|
3732
3177
|
*/
|
|
3733
3178
|
"mode"?: "ios" | "md";
|
|
3734
3179
|
/**
|
|
@@ -3765,19 +3210,11 @@ export namespace Components {
|
|
|
3765
3210
|
*/
|
|
3766
3211
|
"selectedText"?: string | null;
|
|
3767
3212
|
/**
|
|
3768
|
-
*
|
|
3769
|
-
*/
|
|
3770
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3771
|
-
/**
|
|
3772
|
-
* 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.
|
|
3773
|
-
*/
|
|
3774
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
3775
|
-
/**
|
|
3776
|
-
* The theme determines the visual appearance of the component.
|
|
3213
|
+
* The shape of the select. If "round" it will have an increased border radius.
|
|
3777
3214
|
*/
|
|
3778
|
-
"
|
|
3215
|
+
"shape"?: 'round';
|
|
3779
3216
|
/**
|
|
3780
|
-
* The toggle icon to use. Defaults to `
|
|
3217
|
+
* The toggle icon to use. Defaults to `chevronExpand` for `ios` mode, or `caretDownSharp` for `md` mode.
|
|
3781
3218
|
*/
|
|
3782
3219
|
"toggleIcon"?: string;
|
|
3783
3220
|
/**
|
|
@@ -3799,14 +3236,6 @@ export namespace Components {
|
|
|
3799
3236
|
* @default false
|
|
3800
3237
|
*/
|
|
3801
3238
|
"disabled": boolean;
|
|
3802
|
-
/**
|
|
3803
|
-
* The mode determines the platform behaviors of the component.
|
|
3804
|
-
*/
|
|
3805
|
-
"mode"?: "ios" | "md";
|
|
3806
|
-
/**
|
|
3807
|
-
* The theme determines the visual appearance of the component.
|
|
3808
|
-
*/
|
|
3809
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3810
3239
|
/**
|
|
3811
3240
|
* The text value of the option.
|
|
3812
3241
|
*/
|
|
@@ -3821,10 +3250,6 @@ export namespace Components {
|
|
|
3821
3250
|
* The text content of the popover body
|
|
3822
3251
|
*/
|
|
3823
3252
|
"message"?: string;
|
|
3824
|
-
/**
|
|
3825
|
-
* The mode determines the platform behaviors of the component.
|
|
3826
|
-
*/
|
|
3827
|
-
"mode"?: "ios" | "md";
|
|
3828
3253
|
/**
|
|
3829
3254
|
* If true, the select accepts multiple values
|
|
3830
3255
|
*/
|
|
@@ -3838,10 +3263,6 @@ export namespace Components {
|
|
|
3838
3263
|
* The subheader text of the popover
|
|
3839
3264
|
*/
|
|
3840
3265
|
"subHeader"?: string;
|
|
3841
|
-
/**
|
|
3842
|
-
* The theme determines the visual appearance of the component.
|
|
3843
|
-
*/
|
|
3844
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3845
3266
|
}
|
|
3846
3267
|
interface IonSkeletonText {
|
|
3847
3268
|
/**
|
|
@@ -3849,14 +3270,6 @@ export namespace Components {
|
|
|
3849
3270
|
* @default false
|
|
3850
3271
|
*/
|
|
3851
3272
|
"animated": boolean;
|
|
3852
|
-
/**
|
|
3853
|
-
* The mode determines the platform behaviors of the component.
|
|
3854
|
-
*/
|
|
3855
|
-
"mode"?: "ios" | "md";
|
|
3856
|
-
/**
|
|
3857
|
-
* The theme determines the visual appearance of the component.
|
|
3858
|
-
*/
|
|
3859
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3860
3273
|
}
|
|
3861
3274
|
interface IonSpinner {
|
|
3862
3275
|
/**
|
|
@@ -3867,10 +3280,6 @@ export namespace Components {
|
|
|
3867
3280
|
* Duration of the spinner animation in milliseconds. The default varies based on the spinner.
|
|
3868
3281
|
*/
|
|
3869
3282
|
"duration"?: number;
|
|
3870
|
-
/**
|
|
3871
|
-
* The mode determines the platform behaviors of the component.
|
|
3872
|
-
*/
|
|
3873
|
-
"mode"?: "ios" | "md";
|
|
3874
3283
|
/**
|
|
3875
3284
|
* The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
|
|
3876
3285
|
*/
|
|
@@ -3880,14 +3289,6 @@ export namespace Components {
|
|
|
3880
3289
|
* @default false
|
|
3881
3290
|
*/
|
|
3882
3291
|
"paused": boolean;
|
|
3883
|
-
/**
|
|
3884
|
-
* 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.
|
|
3885
|
-
*/
|
|
3886
|
-
"size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
3887
|
-
/**
|
|
3888
|
-
* The theme determines the visual appearance of the component.
|
|
3889
|
-
*/
|
|
3890
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3891
3292
|
}
|
|
3892
3293
|
interface IonSplitPane {
|
|
3893
3294
|
/**
|
|
@@ -3900,14 +3301,6 @@ export namespace Components {
|
|
|
3900
3301
|
*/
|
|
3901
3302
|
"disabled": boolean;
|
|
3902
3303
|
"isVisible": () => Promise<boolean>;
|
|
3903
|
-
/**
|
|
3904
|
-
* The mode determines the platform behaviors of the component.
|
|
3905
|
-
*/
|
|
3906
|
-
"mode"?: "ios" | "md";
|
|
3907
|
-
/**
|
|
3908
|
-
* The theme determines the visual appearance of the component.
|
|
3909
|
-
*/
|
|
3910
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3911
3304
|
/**
|
|
3912
3305
|
* When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
|
|
3913
3306
|
* @default QUERY['lg']
|
|
@@ -3924,10 +3317,6 @@ export namespace Components {
|
|
|
3924
3317
|
*/
|
|
3925
3318
|
"component"?: ComponentRef;
|
|
3926
3319
|
"delegate"?: FrameworkDelegate;
|
|
3927
|
-
/**
|
|
3928
|
-
* The mode determines the platform behaviors of the component.
|
|
3929
|
-
*/
|
|
3930
|
-
"mode"?: "ios" | "md";
|
|
3931
3320
|
/**
|
|
3932
3321
|
* Set the active component for the tab
|
|
3933
3322
|
*/
|
|
@@ -3936,10 +3325,6 @@ export namespace Components {
|
|
|
3936
3325
|
* 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.
|
|
3937
3326
|
*/
|
|
3938
3327
|
"tab": string;
|
|
3939
|
-
/**
|
|
3940
|
-
* The theme determines the visual appearance of the component.
|
|
3941
|
-
*/
|
|
3942
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3943
3328
|
}
|
|
3944
3329
|
interface IonTabBar {
|
|
3945
3330
|
/**
|
|
@@ -3947,12 +3332,7 @@ export namespace Components {
|
|
|
3947
3332
|
*/
|
|
3948
3333
|
"color"?: Color;
|
|
3949
3334
|
/**
|
|
3950
|
-
*
|
|
3951
|
-
* @default 'full'
|
|
3952
|
-
*/
|
|
3953
|
-
"expand": 'compact' | 'full';
|
|
3954
|
-
/**
|
|
3955
|
-
* The mode determines the platform behaviors of the component.
|
|
3335
|
+
* The mode determines which platform styles to use.
|
|
3956
3336
|
*/
|
|
3957
3337
|
"mode"?: "ios" | "md";
|
|
3958
3338
|
/**
|
|
@@ -3960,15 +3340,7 @@ export namespace Components {
|
|
|
3960
3340
|
*/
|
|
3961
3341
|
"selectedTab"?: string;
|
|
3962
3342
|
/**
|
|
3963
|
-
*
|
|
3964
|
-
*/
|
|
3965
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3966
|
-
/**
|
|
3967
|
-
* The theme determines the visual appearance of the component.
|
|
3968
|
-
*/
|
|
3969
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3970
|
-
/**
|
|
3971
|
-
* 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).
|
|
3343
|
+
* If `true`, the tab bar will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
3972
3344
|
* @default false
|
|
3973
3345
|
*/
|
|
3974
3346
|
"translucent": boolean;
|
|
@@ -3992,7 +3364,7 @@ export namespace Components {
|
|
|
3992
3364
|
*/
|
|
3993
3365
|
"layout"?: TabButtonLayout;
|
|
3994
3366
|
/**
|
|
3995
|
-
* The mode determines
|
|
3367
|
+
* The mode determines which platform styles to use.
|
|
3996
3368
|
*/
|
|
3997
3369
|
"mode"?: "ios" | "md";
|
|
3998
3370
|
/**
|
|
@@ -4004,10 +3376,6 @@ export namespace Components {
|
|
|
4004
3376
|
* @default false
|
|
4005
3377
|
*/
|
|
4006
3378
|
"selected": boolean;
|
|
4007
|
-
/**
|
|
4008
|
-
* 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.
|
|
4009
|
-
*/
|
|
4010
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
4011
3379
|
/**
|
|
4012
3380
|
* 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.
|
|
4013
3381
|
*/
|
|
@@ -4016,10 +3384,6 @@ export namespace Components {
|
|
|
4016
3384
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
4017
3385
|
*/
|
|
4018
3386
|
"target": string | undefined;
|
|
4019
|
-
/**
|
|
4020
|
-
* The theme determines the visual appearance of the component.
|
|
4021
|
-
*/
|
|
4022
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
4023
3387
|
}
|
|
4024
3388
|
interface IonTabs {
|
|
4025
3389
|
"getRouteId": () => Promise<RouteID | undefined>;
|
|
@@ -4032,20 +3396,12 @@ export namespace Components {
|
|
|
4032
3396
|
* @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
|
|
4033
3397
|
*/
|
|
4034
3398
|
"getTab": (tab: string | HTMLIonTabElement) => Promise<HTMLIonTabElement | undefined>;
|
|
4035
|
-
/**
|
|
4036
|
-
* The mode determines the platform behaviors of the component.
|
|
4037
|
-
*/
|
|
4038
|
-
"mode"?: "ios" | "md";
|
|
4039
3399
|
/**
|
|
4040
3400
|
* 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.
|
|
4041
3401
|
* @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
|
|
4042
3402
|
*/
|
|
4043
3403
|
"select": (tab: string | HTMLIonTabElement) => Promise<boolean>;
|
|
4044
3404
|
"setRouteId": (id: string) => Promise<RouteWrite>;
|
|
4045
|
-
/**
|
|
4046
|
-
* The theme determines the visual appearance of the component.
|
|
4047
|
-
*/
|
|
4048
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
4049
3405
|
/**
|
|
4050
3406
|
* @default false
|
|
4051
3407
|
*/
|
|
@@ -4057,13 +3413,9 @@ export namespace Components {
|
|
|
4057
3413
|
*/
|
|
4058
3414
|
"color"?: Color;
|
|
4059
3415
|
/**
|
|
4060
|
-
* The mode determines
|
|
3416
|
+
* The mode determines which platform styles to use.
|
|
4061
3417
|
*/
|
|
4062
3418
|
"mode"?: "ios" | "md";
|
|
4063
|
-
/**
|
|
4064
|
-
* The theme determines the visual appearance of the component.
|
|
4065
|
-
*/
|
|
4066
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
4067
3419
|
}
|
|
4068
3420
|
interface IonTextarea {
|
|
4069
3421
|
/**
|
|
@@ -4121,7 +3473,7 @@ export namespace Components {
|
|
|
4121
3473
|
*/
|
|
4122
3474
|
"errorText"?: string;
|
|
4123
3475
|
/**
|
|
4124
|
-
* 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
|
|
3476
|
+
* 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` mode.
|
|
4125
3477
|
*/
|
|
4126
3478
|
"fill"?: 'outline' | 'solid';
|
|
4127
3479
|
/**
|
|
@@ -4154,7 +3506,7 @@ export namespace Components {
|
|
|
4154
3506
|
*/
|
|
4155
3507
|
"minlength"?: number;
|
|
4156
3508
|
/**
|
|
4157
|
-
* The mode determines
|
|
3509
|
+
* The mode determines which platform styles to use.
|
|
4158
3510
|
*/
|
|
4159
3511
|
"mode"?: "ios" | "md";
|
|
4160
3512
|
/**
|
|
@@ -4185,23 +3537,14 @@ export namespace Components {
|
|
|
4185
3537
|
*/
|
|
4186
3538
|
"setFocus": () => Promise<void>;
|
|
4187
3539
|
/**
|
|
4188
|
-
*
|
|
4189
|
-
*/
|
|
4190
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
4191
|
-
/**
|
|
4192
|
-
* 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.
|
|
4193
|
-
* @default 'medium'
|
|
3540
|
+
* The shape of the textarea. If "round" it will have an increased border radius.
|
|
4194
3541
|
*/
|
|
4195
|
-
"
|
|
3542
|
+
"shape"?: 'round';
|
|
4196
3543
|
/**
|
|
4197
3544
|
* If `true`, the element will have its spelling and grammar checked.
|
|
4198
3545
|
* @default false
|
|
4199
3546
|
*/
|
|
4200
3547
|
"spellcheck": boolean;
|
|
4201
|
-
/**
|
|
4202
|
-
* The theme determines the visual appearance of the component.
|
|
4203
|
-
*/
|
|
4204
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
4205
3548
|
/**
|
|
4206
3549
|
* The value of the textarea.
|
|
4207
3550
|
* @default ''
|
|
@@ -4213,32 +3556,16 @@ export namespace Components {
|
|
|
4213
3556
|
"wrap"?: 'hard' | 'soft' | 'off';
|
|
4214
3557
|
}
|
|
4215
3558
|
interface IonThumbnail {
|
|
4216
|
-
/**
|
|
4217
|
-
* The mode determines the platform behaviors of the component.
|
|
4218
|
-
*/
|
|
4219
|
-
"mode"?: "ios" | "md";
|
|
4220
|
-
/**
|
|
4221
|
-
* The theme determines the visual appearance of the component.
|
|
4222
|
-
*/
|
|
4223
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
4224
3559
|
}
|
|
4225
3560
|
interface IonTitle {
|
|
4226
3561
|
/**
|
|
4227
3562
|
* 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).
|
|
4228
3563
|
*/
|
|
4229
3564
|
"color"?: Color;
|
|
4230
|
-
/**
|
|
4231
|
-
* The mode determines the platform behaviors of the component.
|
|
4232
|
-
*/
|
|
4233
|
-
"mode"?: "ios" | "md";
|
|
4234
3565
|
/**
|
|
4235
3566
|
* The size of the toolbar title.
|
|
4236
3567
|
*/
|
|
4237
3568
|
"size"?: 'large' | 'small';
|
|
4238
|
-
/**
|
|
4239
|
-
* The theme determines the visual appearance of the component.
|
|
4240
|
-
*/
|
|
4241
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
4242
3569
|
}
|
|
4243
3570
|
interface IonToast {
|
|
4244
3571
|
/**
|
|
@@ -4286,11 +3613,6 @@ export namespace Components {
|
|
|
4286
3613
|
* Additional attributes to pass to the toast.
|
|
4287
3614
|
*/
|
|
4288
3615
|
"htmlAttributes"?: { [key: string]: any };
|
|
4289
|
-
/**
|
|
4290
|
-
* Set to `"bold"` for a toast with vibrant, bold colors or to `"subtle"` for a toast with muted, subtle colors. Only applies to the `ionic` theme.
|
|
4291
|
-
* @default 'subtle'
|
|
4292
|
-
*/
|
|
4293
|
-
"hue"?: 'bold' | 'subtle';
|
|
4294
3616
|
/**
|
|
4295
3617
|
* The name of the icon to display, or the path to a valid SVG file. See `ion-icon`. https://ionic.io/ionicons
|
|
4296
3618
|
*/
|
|
@@ -4319,7 +3641,7 @@ export namespace Components {
|
|
|
4319
3641
|
*/
|
|
4320
3642
|
"message"?: string | IonicSafeString;
|
|
4321
3643
|
/**
|
|
4322
|
-
* The mode determines
|
|
3644
|
+
* The mode determines which platform styles to use.
|
|
4323
3645
|
*/
|
|
4324
3646
|
"mode"?: "ios" | "md";
|
|
4325
3647
|
/**
|
|
@@ -4344,20 +3666,12 @@ export namespace Components {
|
|
|
4344
3666
|
* Present the toast overlay after it has been created.
|
|
4345
3667
|
*/
|
|
4346
3668
|
"present": () => Promise<void>;
|
|
4347
|
-
/**
|
|
4348
|
-
* 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.
|
|
4349
|
-
*/
|
|
4350
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
4351
3669
|
/**
|
|
4352
3670
|
* 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.
|
|
4353
3671
|
*/
|
|
4354
3672
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
4355
3673
|
/**
|
|
4356
|
-
*
|
|
4357
|
-
*/
|
|
4358
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
4359
|
-
/**
|
|
4360
|
-
* 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).
|
|
3674
|
+
* If `true`, the toast will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
4361
3675
|
* @default false
|
|
4362
3676
|
*/
|
|
4363
3677
|
"translucent": boolean;
|
|
@@ -4408,7 +3722,7 @@ export namespace Components {
|
|
|
4408
3722
|
*/
|
|
4409
3723
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
4410
3724
|
/**
|
|
4411
|
-
* The mode determines
|
|
3725
|
+
* The mode determines which platform styles to use.
|
|
4412
3726
|
*/
|
|
4413
3727
|
"mode"?: "ios" | "md";
|
|
4414
3728
|
/**
|
|
@@ -4421,10 +3735,6 @@ export namespace Components {
|
|
|
4421
3735
|
* @default false
|
|
4422
3736
|
*/
|
|
4423
3737
|
"required": boolean;
|
|
4424
|
-
/**
|
|
4425
|
-
* The theme determines the visual appearance of the component.
|
|
4426
|
-
*/
|
|
4427
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
4428
3738
|
/**
|
|
4429
3739
|
* 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>`.
|
|
4430
3740
|
* @default 'on'
|
|
@@ -4437,13 +3747,9 @@ export namespace Components {
|
|
|
4437
3747
|
*/
|
|
4438
3748
|
"color"?: Color;
|
|
4439
3749
|
/**
|
|
4440
|
-
* The mode determines
|
|
3750
|
+
* The mode determines which platform styles to use.
|
|
4441
3751
|
*/
|
|
4442
3752
|
"mode"?: "ios" | "md";
|
|
4443
|
-
/**
|
|
4444
|
-
* The theme determines the visual appearance of the component.
|
|
4445
|
-
*/
|
|
4446
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
4447
3753
|
}
|
|
4448
3754
|
}
|
|
4449
3755
|
export interface IonAccordionGroupCustomEvent<T> extends CustomEvent<T> {
|
|
@@ -4925,12 +4231,6 @@ declare global {
|
|
|
4925
4231
|
prototype: HTMLIonDatetimeButtonElement;
|
|
4926
4232
|
new (): HTMLIonDatetimeButtonElement;
|
|
4927
4233
|
};
|
|
4928
|
-
interface HTMLIonDividerElement extends Components.IonDivider, HTMLStencilElement {
|
|
4929
|
-
}
|
|
4930
|
-
var HTMLIonDividerElement: {
|
|
4931
|
-
prototype: HTMLIonDividerElement;
|
|
4932
|
-
new (): HTMLIonDividerElement;
|
|
4933
|
-
};
|
|
4934
4234
|
interface HTMLIonFabElement extends Components.IonFab, HTMLStencilElement {
|
|
4935
4235
|
}
|
|
4936
4236
|
var HTMLIonFabElement: {
|
|
@@ -5914,7 +5214,6 @@ declare global {
|
|
|
5914
5214
|
"ion-content": HTMLIonContentElement;
|
|
5915
5215
|
"ion-datetime": HTMLIonDatetimeElement;
|
|
5916
5216
|
"ion-datetime-button": HTMLIonDatetimeButtonElement;
|
|
5917
|
-
"ion-divider": HTMLIonDividerElement;
|
|
5918
5217
|
"ion-fab": HTMLIonFabElement;
|
|
5919
5218
|
"ion-fab-button": HTMLIonFabButtonElement;
|
|
5920
5219
|
"ion-fab-list": HTMLIonFabListElement;
|
|
@@ -5998,7 +5297,7 @@ declare namespace LocalJSX {
|
|
|
5998
5297
|
*/
|
|
5999
5298
|
"disabled"?: boolean;
|
|
6000
5299
|
/**
|
|
6001
|
-
* The mode determines
|
|
5300
|
+
* The mode determines which platform styles to use.
|
|
6002
5301
|
*/
|
|
6003
5302
|
"mode"?: "ios" | "md";
|
|
6004
5303
|
/**
|
|
@@ -6006,12 +5305,9 @@ declare namespace LocalJSX {
|
|
|
6006
5305
|
* @default false
|
|
6007
5306
|
*/
|
|
6008
5307
|
"readonly"?: boolean;
|
|
6009
|
-
/**
|
|
6010
|
-
* The theme determines the visual appearance of the component.
|
|
6011
|
-
*/
|
|
6012
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6013
5308
|
/**
|
|
6014
5309
|
* The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
|
|
5310
|
+
* @default chevronDown
|
|
6015
5311
|
*/
|
|
6016
5312
|
"toggleIcon"?: string;
|
|
6017
5313
|
/**
|
|
@@ -6042,7 +5338,7 @@ declare namespace LocalJSX {
|
|
|
6042
5338
|
*/
|
|
6043
5339
|
"expand"?: 'compact' | 'inset';
|
|
6044
5340
|
/**
|
|
6045
|
-
* The mode determines
|
|
5341
|
+
* The mode determines which platform styles to use.
|
|
6046
5342
|
*/
|
|
6047
5343
|
"mode"?: "ios" | "md";
|
|
6048
5344
|
/**
|
|
@@ -6058,14 +5354,6 @@ declare namespace LocalJSX {
|
|
|
6058
5354
|
* @default false
|
|
6059
5355
|
*/
|
|
6060
5356
|
"readonly"?: boolean;
|
|
6061
|
-
/**
|
|
6062
|
-
* 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"`.
|
|
6063
|
-
*/
|
|
6064
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6065
|
-
/**
|
|
6066
|
-
* The theme determines the visual appearance of the component.
|
|
6067
|
-
*/
|
|
6068
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6069
5357
|
/**
|
|
6070
5358
|
* The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
|
|
6071
5359
|
*/
|
|
@@ -6118,7 +5406,7 @@ declare namespace LocalJSX {
|
|
|
6118
5406
|
*/
|
|
6119
5407
|
"leaveAnimation"?: AnimationBuilder;
|
|
6120
5408
|
/**
|
|
6121
|
-
* The mode determines
|
|
5409
|
+
* The mode determines which platform styles to use.
|
|
6122
5410
|
*/
|
|
6123
5411
|
"mode"?: "ios" | "md";
|
|
6124
5412
|
/**
|
|
@@ -6158,11 +5446,7 @@ declare namespace LocalJSX {
|
|
|
6158
5446
|
*/
|
|
6159
5447
|
"subHeader"?: string;
|
|
6160
5448
|
/**
|
|
6161
|
-
*
|
|
6162
|
-
*/
|
|
6163
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6164
|
-
/**
|
|
6165
|
-
* 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).
|
|
5449
|
+
* If `true`, the action sheet will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
6166
5450
|
* @default false
|
|
6167
5451
|
*/
|
|
6168
5452
|
"translucent"?: boolean;
|
|
@@ -6227,7 +5511,7 @@ declare namespace LocalJSX {
|
|
|
6227
5511
|
*/
|
|
6228
5512
|
"message"?: string | IonicSafeString;
|
|
6229
5513
|
/**
|
|
6230
|
-
* The mode determines
|
|
5514
|
+
* The mode determines which platform styles to use.
|
|
6231
5515
|
*/
|
|
6232
5516
|
"mode"?: "ios" | "md";
|
|
6233
5517
|
/**
|
|
@@ -6267,11 +5551,7 @@ declare namespace LocalJSX {
|
|
|
6267
5551
|
*/
|
|
6268
5552
|
"subHeader"?: string;
|
|
6269
5553
|
/**
|
|
6270
|
-
*
|
|
6271
|
-
*/
|
|
6272
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6273
|
-
/**
|
|
6274
|
-
* 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).
|
|
5554
|
+
* If `true`, the alert will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
6275
5555
|
* @default false
|
|
6276
5556
|
*/
|
|
6277
5557
|
"translucent"?: boolean;
|
|
@@ -6281,37 +5561,8 @@ declare namespace LocalJSX {
|
|
|
6281
5561
|
"trigger"?: string | undefined;
|
|
6282
5562
|
}
|
|
6283
5563
|
interface IonApp {
|
|
6284
|
-
/**
|
|
6285
|
-
* The mode determines the platform behaviors of the component.
|
|
6286
|
-
*/
|
|
6287
|
-
"mode"?: "ios" | "md";
|
|
6288
|
-
/**
|
|
6289
|
-
* The theme determines the visual appearance of the component.
|
|
6290
|
-
*/
|
|
6291
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6292
5564
|
}
|
|
6293
5565
|
interface IonAvatar {
|
|
6294
|
-
/**
|
|
6295
|
-
* If `true`, the user cannot interact with the avatar.
|
|
6296
|
-
* @default false
|
|
6297
|
-
*/
|
|
6298
|
-
"disabled"?: boolean;
|
|
6299
|
-
/**
|
|
6300
|
-
* The mode determines the platform behaviors of the component.
|
|
6301
|
-
*/
|
|
6302
|
-
"mode"?: "ios" | "md";
|
|
6303
|
-
/**
|
|
6304
|
-
* 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.
|
|
6305
|
-
*/
|
|
6306
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6307
|
-
/**
|
|
6308
|
-
* 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.
|
|
6309
|
-
*/
|
|
6310
|
-
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
6311
|
-
/**
|
|
6312
|
-
* The theme determines the visual appearance of the component.
|
|
6313
|
-
*/
|
|
6314
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6315
5566
|
}
|
|
6316
5567
|
interface IonBackButton {
|
|
6317
5568
|
/**
|
|
@@ -6332,7 +5583,7 @@ declare namespace LocalJSX {
|
|
|
6332
5583
|
*/
|
|
6333
5584
|
"icon"?: string | null;
|
|
6334
5585
|
/**
|
|
6335
|
-
* The mode determines
|
|
5586
|
+
* The mode determines which platform styles to use.
|
|
6336
5587
|
*/
|
|
6337
5588
|
"mode"?: "ios" | "md";
|
|
6338
5589
|
/**
|
|
@@ -6343,10 +5594,6 @@ declare namespace LocalJSX {
|
|
|
6343
5594
|
* The text to display in the back button.
|
|
6344
5595
|
*/
|
|
6345
5596
|
"text"?: string | null;
|
|
6346
|
-
/**
|
|
6347
|
-
* The theme determines the visual appearance of the component.
|
|
6348
|
-
*/
|
|
6349
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6350
5597
|
/**
|
|
6351
5598
|
* The type of the button.
|
|
6352
5599
|
* @default 'button'
|
|
@@ -6354,10 +5601,6 @@ declare namespace LocalJSX {
|
|
|
6354
5601
|
"type"?: 'submit' | 'reset' | 'button';
|
|
6355
5602
|
}
|
|
6356
5603
|
interface IonBackdrop {
|
|
6357
|
-
/**
|
|
6358
|
-
* The mode determines the platform behaviors of the component.
|
|
6359
|
-
*/
|
|
6360
|
-
"mode"?: "ios" | "md";
|
|
6361
5604
|
/**
|
|
6362
5605
|
* Emitted when the backdrop is tapped.
|
|
6363
5606
|
*/
|
|
@@ -6372,10 +5615,6 @@ declare namespace LocalJSX {
|
|
|
6372
5615
|
* @default true
|
|
6373
5616
|
*/
|
|
6374
5617
|
"tappable"?: boolean;
|
|
6375
|
-
/**
|
|
6376
|
-
* The theme determines the visual appearance of the component.
|
|
6377
|
-
*/
|
|
6378
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6379
5618
|
/**
|
|
6380
5619
|
* If `true`, the backdrop will be visible.
|
|
6381
5620
|
* @default true
|
|
@@ -6388,29 +5627,9 @@ declare namespace LocalJSX {
|
|
|
6388
5627
|
*/
|
|
6389
5628
|
"color"?: Color;
|
|
6390
5629
|
/**
|
|
6391
|
-
*
|
|
6392
|
-
*/
|
|
6393
|
-
"hue"?: 'bold' | 'subtle';
|
|
6394
|
-
/**
|
|
6395
|
-
* The mode determines the platform behaviors of the component.
|
|
5630
|
+
* The mode determines which platform styles to use.
|
|
6396
5631
|
*/
|
|
6397
5632
|
"mode"?: "ios" | "md";
|
|
6398
|
-
/**
|
|
6399
|
-
* 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.
|
|
6400
|
-
*/
|
|
6401
|
-
"shape"?: 'soft' | 'round | rectangular';
|
|
6402
|
-
/**
|
|
6403
|
-
* Set to `"small"` for a small badge. Set to `"medium"` for a medium badge. Set to `"large"` for a large badge, when it is empty (no text or icon). Defaults to `"small"` for the `ionic` theme, undefined for all other themes.
|
|
6404
|
-
*/
|
|
6405
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
6406
|
-
/**
|
|
6407
|
-
* The theme determines the visual appearance of the component.
|
|
6408
|
-
*/
|
|
6409
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6410
|
-
/**
|
|
6411
|
-
* 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.
|
|
6412
|
-
*/
|
|
6413
|
-
"vertical"?: 'top' | 'bottom';
|
|
6414
5633
|
}
|
|
6415
5634
|
interface IonBreadcrumb {
|
|
6416
5635
|
/**
|
|
@@ -6436,7 +5655,7 @@ declare namespace LocalJSX {
|
|
|
6436
5655
|
*/
|
|
6437
5656
|
"href"?: string | undefined;
|
|
6438
5657
|
/**
|
|
6439
|
-
* The mode determines
|
|
5658
|
+
* The mode determines which platform styles to use.
|
|
6440
5659
|
*/
|
|
6441
5660
|
"mode"?: "ios" | "md";
|
|
6442
5661
|
/**
|
|
@@ -6468,10 +5687,6 @@ declare namespace LocalJSX {
|
|
|
6468
5687
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6469
5688
|
*/
|
|
6470
5689
|
"target"?: string | undefined;
|
|
6471
|
-
/**
|
|
6472
|
-
* The theme determines the visual appearance of the component.
|
|
6473
|
-
*/
|
|
6474
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6475
5690
|
}
|
|
6476
5691
|
interface IonBreadcrumbs {
|
|
6477
5692
|
/**
|
|
@@ -6493,17 +5708,13 @@ declare namespace LocalJSX {
|
|
|
6493
5708
|
*/
|
|
6494
5709
|
"maxItems"?: number;
|
|
6495
5710
|
/**
|
|
6496
|
-
* The mode determines
|
|
5711
|
+
* The mode determines which platform styles to use.
|
|
6497
5712
|
*/
|
|
6498
5713
|
"mode"?: "ios" | "md";
|
|
6499
5714
|
/**
|
|
6500
5715
|
* Emitted when the collapsed indicator is clicked on.
|
|
6501
5716
|
*/
|
|
6502
5717
|
"onIonCollapsedClick"?: (event: IonBreadcrumbsCustomEvent<BreadcrumbCollapsedClickEventDetail>) => void;
|
|
6503
|
-
/**
|
|
6504
|
-
* The theme determines the visual appearance of the component.
|
|
6505
|
-
*/
|
|
6506
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6507
5718
|
}
|
|
6508
5719
|
interface IonButton {
|
|
6509
5720
|
/**
|
|
@@ -6541,7 +5752,7 @@ declare namespace LocalJSX {
|
|
|
6541
5752
|
*/
|
|
6542
5753
|
"href"?: string | undefined;
|
|
6543
5754
|
/**
|
|
6544
|
-
* The mode determines
|
|
5755
|
+
* The mode determines which platform styles to use.
|
|
6545
5756
|
*/
|
|
6546
5757
|
"mode"?: "ios" | "md";
|
|
6547
5758
|
/**
|
|
@@ -6566,13 +5777,13 @@ declare namespace LocalJSX {
|
|
|
6566
5777
|
*/
|
|
6567
5778
|
"routerDirection"?: RouterDirection;
|
|
6568
5779
|
/**
|
|
6569
|
-
* Set to `"
|
|
5780
|
+
* Set to `"round"` for a button with more rounded corners.
|
|
6570
5781
|
*/
|
|
6571
|
-
"shape"?: '
|
|
5782
|
+
"shape"?: 'round';
|
|
6572
5783
|
/**
|
|
6573
|
-
* Set to `"small"` for a button with less height and padding, to `"
|
|
5784
|
+
* 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.
|
|
6574
5785
|
*/
|
|
6575
|
-
"size"?: 'small' | 'default' | '
|
|
5786
|
+
"size"?: 'small' | 'default' | 'large';
|
|
6576
5787
|
/**
|
|
6577
5788
|
* If `true`, activates a button with a heavier font weight.
|
|
6578
5789
|
* @default false
|
|
@@ -6582,10 +5793,6 @@ declare namespace LocalJSX {
|
|
|
6582
5793
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6583
5794
|
*/
|
|
6584
5795
|
"target"?: string | undefined;
|
|
6585
|
-
/**
|
|
6586
|
-
* The theme determines the visual appearance of the component.
|
|
6587
|
-
*/
|
|
6588
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6589
5796
|
/**
|
|
6590
5797
|
* The type of the button.
|
|
6591
5798
|
* @default 'button'
|
|
@@ -6594,18 +5801,10 @@ declare namespace LocalJSX {
|
|
|
6594
5801
|
}
|
|
6595
5802
|
interface IonButtons {
|
|
6596
5803
|
/**
|
|
6597
|
-
* 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
|
|
5804
|
+
* If true, buttons will disappear when its parent toolbar has fully collapsed if the toolbar is not the first toolbar. If the toolbar is the first toolbar, the buttons will be hidden and will only be shown once all toolbars have fully collapsed. Only applies in `ios` mode with `collapse` set to `true` on `ion-header`. Typically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)
|
|
6598
5805
|
* @default false
|
|
6599
5806
|
*/
|
|
6600
5807
|
"collapse"?: boolean;
|
|
6601
|
-
/**
|
|
6602
|
-
* The mode determines the platform behaviors of the component.
|
|
6603
|
-
*/
|
|
6604
|
-
"mode"?: "ios" | "md";
|
|
6605
|
-
/**
|
|
6606
|
-
* The theme determines the visual appearance of the component.
|
|
6607
|
-
*/
|
|
6608
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6609
5808
|
}
|
|
6610
5809
|
interface IonCard {
|
|
6611
5810
|
/**
|
|
@@ -6631,7 +5830,7 @@ declare namespace LocalJSX {
|
|
|
6631
5830
|
*/
|
|
6632
5831
|
"href"?: string | undefined;
|
|
6633
5832
|
/**
|
|
6634
|
-
* The mode determines
|
|
5833
|
+
* The mode determines which platform styles to use.
|
|
6635
5834
|
*/
|
|
6636
5835
|
"mode"?: "ios" | "md";
|
|
6637
5836
|
/**
|
|
@@ -6647,19 +5846,10 @@ declare namespace LocalJSX {
|
|
|
6647
5846
|
* @default 'forward'
|
|
6648
5847
|
*/
|
|
6649
5848
|
"routerDirection"?: RouterDirection;
|
|
6650
|
-
/**
|
|
6651
|
-
* 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"`.
|
|
6652
|
-
* @default 'round'
|
|
6653
|
-
*/
|
|
6654
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6655
5849
|
/**
|
|
6656
5850
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6657
5851
|
*/
|
|
6658
5852
|
"target"?: string | undefined;
|
|
6659
|
-
/**
|
|
6660
|
-
* The theme determines the visual appearance of the component.
|
|
6661
|
-
*/
|
|
6662
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6663
5853
|
/**
|
|
6664
5854
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
6665
5855
|
* @default 'button'
|
|
@@ -6668,13 +5858,9 @@ declare namespace LocalJSX {
|
|
|
6668
5858
|
}
|
|
6669
5859
|
interface IonCardContent {
|
|
6670
5860
|
/**
|
|
6671
|
-
* The mode determines
|
|
5861
|
+
* The mode determines which platform styles to use.
|
|
6672
5862
|
*/
|
|
6673
5863
|
"mode"?: "ios" | "md";
|
|
6674
|
-
/**
|
|
6675
|
-
* The theme determines the visual appearance of the component.
|
|
6676
|
-
*/
|
|
6677
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6678
5864
|
}
|
|
6679
5865
|
interface IonCardHeader {
|
|
6680
5866
|
/**
|
|
@@ -6682,15 +5868,11 @@ declare namespace LocalJSX {
|
|
|
6682
5868
|
*/
|
|
6683
5869
|
"color"?: Color;
|
|
6684
5870
|
/**
|
|
6685
|
-
* The mode determines
|
|
5871
|
+
* The mode determines which platform styles to use.
|
|
6686
5872
|
*/
|
|
6687
5873
|
"mode"?: "ios" | "md";
|
|
6688
5874
|
/**
|
|
6689
|
-
*
|
|
6690
|
-
*/
|
|
6691
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6692
|
-
/**
|
|
6693
|
-
* 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).
|
|
5875
|
+
* If `true`, the card header will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
6694
5876
|
* @default false
|
|
6695
5877
|
*/
|
|
6696
5878
|
"translucent"?: boolean;
|
|
@@ -6701,13 +5883,9 @@ declare namespace LocalJSX {
|
|
|
6701
5883
|
*/
|
|
6702
5884
|
"color"?: Color;
|
|
6703
5885
|
/**
|
|
6704
|
-
* The mode determines
|
|
5886
|
+
* The mode determines which platform styles to use.
|
|
6705
5887
|
*/
|
|
6706
5888
|
"mode"?: "ios" | "md";
|
|
6707
|
-
/**
|
|
6708
|
-
* The theme determines the visual appearance of the component.
|
|
6709
|
-
*/
|
|
6710
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6711
5889
|
}
|
|
6712
5890
|
interface IonCardTitle {
|
|
6713
5891
|
/**
|
|
@@ -6715,13 +5893,9 @@ declare namespace LocalJSX {
|
|
|
6715
5893
|
*/
|
|
6716
5894
|
"color"?: Color;
|
|
6717
5895
|
/**
|
|
6718
|
-
* The mode determines
|
|
5896
|
+
* The mode determines which platform styles to use.
|
|
6719
5897
|
*/
|
|
6720
5898
|
"mode"?: "ios" | "md";
|
|
6721
|
-
/**
|
|
6722
|
-
* The theme determines the visual appearance of the component.
|
|
6723
|
-
*/
|
|
6724
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6725
5899
|
}
|
|
6726
5900
|
interface IonCheckbox {
|
|
6727
5901
|
/**
|
|
@@ -6765,7 +5939,7 @@ declare namespace LocalJSX {
|
|
|
6765
5939
|
*/
|
|
6766
5940
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
6767
5941
|
/**
|
|
6768
|
-
* The mode determines
|
|
5942
|
+
* The mode determines which platform styles to use.
|
|
6769
5943
|
*/
|
|
6770
5944
|
"mode"?: "ios" | "md";
|
|
6771
5945
|
/**
|
|
@@ -6778,7 +5952,7 @@ declare namespace LocalJSX {
|
|
|
6778
5952
|
*/
|
|
6779
5953
|
"onIonBlur"?: (event: IonCheckboxCustomEvent<void>) => void;
|
|
6780
5954
|
/**
|
|
6781
|
-
* Emitted when the checked property has changed as a result of a user action such as a click.
|
|
5955
|
+
* 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.
|
|
6782
5956
|
*/
|
|
6783
5957
|
"onIonChange"?: (event: IonCheckboxCustomEvent<CheckboxChangeEventDetail>) => void;
|
|
6784
5958
|
/**
|
|
@@ -6790,19 +5964,6 @@ declare namespace LocalJSX {
|
|
|
6790
5964
|
* @default false
|
|
6791
5965
|
*/
|
|
6792
5966
|
"required"?: boolean;
|
|
6793
|
-
/**
|
|
6794
|
-
* Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
|
|
6795
|
-
* @default 'soft'
|
|
6796
|
-
*/
|
|
6797
|
-
"shape"?: 'soft' | 'rectangular';
|
|
6798
|
-
/**
|
|
6799
|
-
* Set to `"small"` for a checkbox with less height and padding.
|
|
6800
|
-
*/
|
|
6801
|
-
"size"?: 'small';
|
|
6802
|
-
/**
|
|
6803
|
-
* The theme determines the visual appearance of the component.
|
|
6804
|
-
*/
|
|
6805
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6806
5967
|
/**
|
|
6807
5968
|
* 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>`.
|
|
6808
5969
|
* @default 'on'
|
|
@@ -6820,12 +5981,7 @@ declare namespace LocalJSX {
|
|
|
6820
5981
|
*/
|
|
6821
5982
|
"disabled"?: boolean;
|
|
6822
5983
|
/**
|
|
6823
|
-
*
|
|
6824
|
-
* @default 'subtle'
|
|
6825
|
-
*/
|
|
6826
|
-
"hue"?: 'bold' | 'subtle';
|
|
6827
|
-
/**
|
|
6828
|
-
* The mode determines the platform behaviors of the component.
|
|
5984
|
+
* The mode determines which platform styles to use.
|
|
6829
5985
|
*/
|
|
6830
5986
|
"mode"?: "ios" | "md";
|
|
6831
5987
|
/**
|
|
@@ -6833,24 +5989,8 @@ declare namespace LocalJSX {
|
|
|
6833
5989
|
* @default false
|
|
6834
5990
|
*/
|
|
6835
5991
|
"outline"?: boolean;
|
|
6836
|
-
/**
|
|
6837
|
-
* 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.
|
|
6838
|
-
*/
|
|
6839
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6840
|
-
/**
|
|
6841
|
-
* Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
|
|
6842
|
-
*/
|
|
6843
|
-
"size"?: 'small' | 'large';
|
|
6844
|
-
/**
|
|
6845
|
-
* The theme determines the visual appearance of the component.
|
|
6846
|
-
*/
|
|
6847
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6848
5992
|
}
|
|
6849
5993
|
interface IonCol {
|
|
6850
|
-
/**
|
|
6851
|
-
* The mode determines the platform behaviors of the component.
|
|
6852
|
-
*/
|
|
6853
|
-
"mode"?: "ios" | "md";
|
|
6854
5994
|
/**
|
|
6855
5995
|
* The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
|
|
6856
5996
|
*/
|
|
@@ -6875,88 +6015,52 @@ declare namespace LocalJSX {
|
|
|
6875
6015
|
* The amount to offset the column for xs screens, in terms of how many columns it should shift to the end of the total available.
|
|
6876
6016
|
*/
|
|
6877
6017
|
"offsetXs"?: string;
|
|
6878
|
-
/**
|
|
6879
|
-
* The order of the column, in terms of where the column should position itself in the columns renderer. If no value is passed, the column order implicit value will be the order in the html structure.
|
|
6880
|
-
*/
|
|
6881
|
-
"order"?: string;
|
|
6882
|
-
/**
|
|
6883
|
-
* The order of the column for lg screens, in terms of where the column should position itself in the columns renderer. If no value is passed, the column order implicit value will be the order in the html structure.
|
|
6884
|
-
*/
|
|
6885
|
-
"orderLg"?: string;
|
|
6886
|
-
/**
|
|
6887
|
-
* The order of the column for md screens, in terms of where the column should position itself in the columns renderer. If no value is passed, the column order implicit value will be the order in the html structure.
|
|
6888
|
-
*/
|
|
6889
|
-
"orderMd"?: string;
|
|
6890
|
-
/**
|
|
6891
|
-
* The order of the column for sm screens, in terms of where the column should position itself in the columns renderer. If no value is passed, the column order implicit value will be the order in the html structure.
|
|
6892
|
-
*/
|
|
6893
|
-
"orderSm"?: string;
|
|
6894
|
-
/**
|
|
6895
|
-
* The order of the column for xl screens, in terms of where the column should position itself in the columns renderer. If no value is passed, the column order implicit value will be the order in the html structure.
|
|
6896
|
-
*/
|
|
6897
|
-
"orderXl"?: string;
|
|
6898
|
-
/**
|
|
6899
|
-
* The order of the column for xs screens, in terms of where the column should position itself in the columns renderer. If no value is passed, the column order implicit value will be the order in the html structure.
|
|
6900
|
-
*/
|
|
6901
|
-
"orderXs"?: string;
|
|
6902
6018
|
/**
|
|
6903
6019
|
* The amount to pull the column, in terms of how many columns it should shift to the start of the total available.
|
|
6904
|
-
* @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
|
|
6905
6020
|
*/
|
|
6906
6021
|
"pull"?: string;
|
|
6907
6022
|
/**
|
|
6908
6023
|
* The amount to pull the column for lg screens, in terms of how many columns it should shift to the start of the total available.
|
|
6909
|
-
* @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
|
|
6910
6024
|
*/
|
|
6911
6025
|
"pullLg"?: string;
|
|
6912
6026
|
/**
|
|
6913
6027
|
* The amount to pull the column for md screens, in terms of how many columns it should shift to the start of the total available.
|
|
6914
|
-
* @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
|
|
6915
6028
|
*/
|
|
6916
6029
|
"pullMd"?: string;
|
|
6917
6030
|
/**
|
|
6918
6031
|
* The amount to pull the column for sm screens, in terms of how many columns it should shift to the start of the total available.
|
|
6919
|
-
* @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
|
|
6920
6032
|
*/
|
|
6921
6033
|
"pullSm"?: string;
|
|
6922
6034
|
/**
|
|
6923
6035
|
* The amount to pull the column for xl screens, in terms of how many columns it should shift to the start of the total available.
|
|
6924
|
-
* @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
|
|
6925
6036
|
*/
|
|
6926
6037
|
"pullXl"?: string;
|
|
6927
6038
|
/**
|
|
6928
6039
|
* The amount to pull the column for xs screens, in terms of how many columns it should shift to the start of the total available.
|
|
6929
|
-
* @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
|
|
6930
6040
|
*/
|
|
6931
6041
|
"pullXs"?: string;
|
|
6932
6042
|
/**
|
|
6933
6043
|
* The amount to push the column, in terms of how many columns it should shift to the end of the total available.
|
|
6934
|
-
* @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
|
|
6935
6044
|
*/
|
|
6936
6045
|
"push"?: string;
|
|
6937
6046
|
/**
|
|
6938
6047
|
* The amount to push the column for lg screens, in terms of how many columns it should shift to the end of the total available.
|
|
6939
|
-
* @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
|
|
6940
6048
|
*/
|
|
6941
6049
|
"pushLg"?: string;
|
|
6942
6050
|
/**
|
|
6943
6051
|
* The amount to push the column for md screens, in terms of how many columns it should shift to the end of the total available.
|
|
6944
|
-
* @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
|
|
6945
6052
|
*/
|
|
6946
6053
|
"pushMd"?: string;
|
|
6947
6054
|
/**
|
|
6948
6055
|
* The amount to push the column for sm screens, in terms of how many columns it should shift to the end of the total available.
|
|
6949
|
-
* @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
|
|
6950
6056
|
*/
|
|
6951
6057
|
"pushSm"?: string;
|
|
6952
6058
|
/**
|
|
6953
6059
|
* The amount to push the column for xl screens, in terms of how many columns it should shift to the end of the total available.
|
|
6954
|
-
* @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
|
|
6955
6060
|
*/
|
|
6956
6061
|
"pushXl"?: string;
|
|
6957
6062
|
/**
|
|
6958
6063
|
* The amount to push the column for xs screens, in terms of how many columns it should shift to the end of the total available.
|
|
6959
|
-
* @deprecated Use the combination of `size` and `order` properties to achieve the same effect.
|
|
6960
6064
|
*/
|
|
6961
6065
|
"pushXs"?: string;
|
|
6962
6066
|
/**
|
|
@@ -6983,10 +6087,6 @@ declare namespace LocalJSX {
|
|
|
6983
6087
|
* 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.
|
|
6984
6088
|
*/
|
|
6985
6089
|
"sizeXs"?: string;
|
|
6986
|
-
/**
|
|
6987
|
-
* The theme determines the visual appearance of the component.
|
|
6988
|
-
*/
|
|
6989
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6990
6090
|
}
|
|
6991
6091
|
interface IonContent {
|
|
6992
6092
|
/**
|
|
@@ -7007,10 +6107,6 @@ declare namespace LocalJSX {
|
|
|
7007
6107
|
* @default false
|
|
7008
6108
|
*/
|
|
7009
6109
|
"fullscreen"?: boolean;
|
|
7010
|
-
/**
|
|
7011
|
-
* The mode determines the platform behaviors of the component.
|
|
7012
|
-
*/
|
|
7013
|
-
"mode"?: "ios" | "md";
|
|
7014
6110
|
/**
|
|
7015
6111
|
* Emitted while scrolling. This event is disabled by default. Set `scrollEvents` to `true` to enable.
|
|
7016
6112
|
*/
|
|
@@ -7038,10 +6134,6 @@ declare namespace LocalJSX {
|
|
|
7038
6134
|
* @default true
|
|
7039
6135
|
*/
|
|
7040
6136
|
"scrollY"?: boolean;
|
|
7041
|
-
/**
|
|
7042
|
-
* The theme determines the visual appearance of the component.
|
|
7043
|
-
*/
|
|
7044
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7045
6137
|
}
|
|
7046
6138
|
interface IonDatetime {
|
|
7047
6139
|
/**
|
|
@@ -7116,7 +6208,7 @@ declare namespace LocalJSX {
|
|
|
7116
6208
|
*/
|
|
7117
6209
|
"minuteValues"?: number[] | number | string;
|
|
7118
6210
|
/**
|
|
7119
|
-
* The mode determines
|
|
6211
|
+
* The mode determines which platform styles to use.
|
|
7120
6212
|
*/
|
|
7121
6213
|
"mode"?: "ios" | "md";
|
|
7122
6214
|
/**
|
|
@@ -7194,10 +6286,6 @@ declare namespace LocalJSX {
|
|
|
7194
6286
|
* @default 'fixed'
|
|
7195
6287
|
*/
|
|
7196
6288
|
"size"?: 'cover' | 'fixed';
|
|
7197
|
-
/**
|
|
7198
|
-
* The theme determines the visual appearance of the component.
|
|
7199
|
-
*/
|
|
7200
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7201
6289
|
/**
|
|
7202
6290
|
* 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.
|
|
7203
6291
|
*/
|
|
@@ -7227,25 +6315,9 @@ declare namespace LocalJSX {
|
|
|
7227
6315
|
*/
|
|
7228
6316
|
"disabled"?: boolean;
|
|
7229
6317
|
/**
|
|
7230
|
-
* The mode determines
|
|
6318
|
+
* The mode determines which platform styles to use.
|
|
7231
6319
|
*/
|
|
7232
6320
|
"mode"?: "ios" | "md";
|
|
7233
|
-
/**
|
|
7234
|
-
* The theme determines the visual appearance of the component.
|
|
7235
|
-
*/
|
|
7236
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7237
|
-
}
|
|
7238
|
-
interface IonDivider {
|
|
7239
|
-
/**
|
|
7240
|
-
* If `true`, the divider will have horizontal margins By default, it's `false`
|
|
7241
|
-
* @default false
|
|
7242
|
-
*/
|
|
7243
|
-
"inset"?: boolean;
|
|
7244
|
-
/**
|
|
7245
|
-
* Set to `"xxsmall"` for the smallest spacing. Set to "xsmall" for very small spacing. Set to `"small"` for small spacing. Set to "medium" for medium spacing. Set to "large" for large spacing. Set to `"xlarge"` for the largest spacing. Defaults to `"medium"`.
|
|
7246
|
-
* @default 'medium'
|
|
7247
|
-
*/
|
|
7248
|
-
"spacing"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge';
|
|
7249
6321
|
}
|
|
7250
6322
|
interface IonFab {
|
|
7251
6323
|
/**
|
|
@@ -7262,14 +6334,6 @@ declare namespace LocalJSX {
|
|
|
7262
6334
|
* Where to align the fab horizontally in the viewport.
|
|
7263
6335
|
*/
|
|
7264
6336
|
"horizontal"?: 'start' | 'end' | 'center';
|
|
7265
|
-
/**
|
|
7266
|
-
* The mode determines the platform behaviors of the component.
|
|
7267
|
-
*/
|
|
7268
|
-
"mode"?: "ios" | "md";
|
|
7269
|
-
/**
|
|
7270
|
-
* The theme determines the visual appearance of the component.
|
|
7271
|
-
*/
|
|
7272
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7273
6337
|
/**
|
|
7274
6338
|
* Where to align the fab vertically in the viewport.
|
|
7275
6339
|
*/
|
|
@@ -7283,6 +6347,7 @@ declare namespace LocalJSX {
|
|
|
7283
6347
|
"activated"?: boolean;
|
|
7284
6348
|
/**
|
|
7285
6349
|
* 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.
|
|
6350
|
+
* @default close
|
|
7286
6351
|
*/
|
|
7287
6352
|
"closeIcon"?: string;
|
|
7288
6353
|
/**
|
|
@@ -7303,7 +6368,7 @@ declare namespace LocalJSX {
|
|
|
7303
6368
|
*/
|
|
7304
6369
|
"href"?: string | undefined;
|
|
7305
6370
|
/**
|
|
7306
|
-
* The mode determines
|
|
6371
|
+
* The mode determines which platform styles to use.
|
|
7307
6372
|
*/
|
|
7308
6373
|
"mode"?: "ios" | "md";
|
|
7309
6374
|
/**
|
|
@@ -7341,11 +6406,7 @@ declare namespace LocalJSX {
|
|
|
7341
6406
|
*/
|
|
7342
6407
|
"target"?: string | undefined;
|
|
7343
6408
|
/**
|
|
7344
|
-
*
|
|
7345
|
-
*/
|
|
7346
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7347
|
-
/**
|
|
7348
|
-
* 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).
|
|
6409
|
+
* If `true`, the fab button will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
7349
6410
|
* @default false
|
|
7350
6411
|
*/
|
|
7351
6412
|
"translucent"?: boolean;
|
|
@@ -7361,35 +6422,23 @@ declare namespace LocalJSX {
|
|
|
7361
6422
|
* @default false
|
|
7362
6423
|
*/
|
|
7363
6424
|
"activated"?: boolean;
|
|
7364
|
-
/**
|
|
7365
|
-
* The mode determines the platform behaviors of the component.
|
|
7366
|
-
*/
|
|
7367
|
-
"mode"?: "ios" | "md";
|
|
7368
6425
|
/**
|
|
7369
6426
|
* The side the fab list will show on relative to the main fab button.
|
|
7370
6427
|
* @default 'bottom'
|
|
7371
6428
|
*/
|
|
7372
6429
|
"side"?: 'start' | 'end' | 'top' | 'bottom';
|
|
7373
|
-
/**
|
|
7374
|
-
* The theme determines the visual appearance of the component.
|
|
7375
|
-
*/
|
|
7376
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7377
6430
|
}
|
|
7378
6431
|
interface IonFooter {
|
|
7379
6432
|
/**
|
|
7380
|
-
* Describes the scroll effect that will be applied to the footer. Only applies
|
|
6433
|
+
* Describes the scroll effect that will be applied to the footer. Only applies in iOS mode.
|
|
7381
6434
|
*/
|
|
7382
6435
|
"collapse"?: 'fade';
|
|
7383
6436
|
/**
|
|
7384
|
-
* The mode determines
|
|
6437
|
+
* The mode determines which platform styles to use.
|
|
7385
6438
|
*/
|
|
7386
6439
|
"mode"?: "ios" | "md";
|
|
7387
6440
|
/**
|
|
7388
|
-
*
|
|
7389
|
-
*/
|
|
7390
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7391
|
-
/**
|
|
7392
|
-
* 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.
|
|
6441
|
+
* If `true`, the footer will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility). Note: In order to scroll content behind the footer, the `fullscreen` attribute needs to be set on the content.
|
|
7393
6442
|
* @default false
|
|
7394
6443
|
*/
|
|
7395
6444
|
"translucent"?: boolean;
|
|
@@ -7400,35 +6449,18 @@ declare namespace LocalJSX {
|
|
|
7400
6449
|
* @default false
|
|
7401
6450
|
*/
|
|
7402
6451
|
"fixed"?: boolean;
|
|
7403
|
-
/**
|
|
7404
|
-
* The mode determines the platform behaviors of the component.
|
|
7405
|
-
*/
|
|
7406
|
-
"mode"?: "ios" | "md";
|
|
7407
|
-
/**
|
|
7408
|
-
* The theme determines the visual appearance of the component.
|
|
7409
|
-
*/
|
|
7410
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7411
6452
|
}
|
|
7412
6453
|
interface IonHeader {
|
|
7413
6454
|
/**
|
|
7414
|
-
* Describes the scroll effect that will be applied to the header. Only applies
|
|
6455
|
+
* Describes the scroll effect that will be applied to the header. Only applies in iOS mode. Typically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)
|
|
7415
6456
|
*/
|
|
7416
6457
|
"collapse"?: 'condense' | 'fade';
|
|
7417
6458
|
/**
|
|
7418
|
-
*
|
|
7419
|
-
* @default false
|
|
7420
|
-
*/
|
|
7421
|
-
"divider"?: boolean;
|
|
7422
|
-
/**
|
|
7423
|
-
* The mode determines the platform behaviors of the component.
|
|
6459
|
+
* The mode determines which platform styles to use.
|
|
7424
6460
|
*/
|
|
7425
6461
|
"mode"?: "ios" | "md";
|
|
7426
6462
|
/**
|
|
7427
|
-
*
|
|
7428
|
-
*/
|
|
7429
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7430
|
-
/**
|
|
7431
|
-
* If `true`, the header will be translucent. Only applies when the theme is `"ios"` or `"ionic"` 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.
|
|
6463
|
+
* If `true`, the header will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility). Note: In order to scroll content behind the header, the `fullscreen` attribute needs to be set on the content.
|
|
7432
6464
|
* @default false
|
|
7433
6465
|
*/
|
|
7434
6466
|
"translucent"?: boolean;
|
|
@@ -7438,10 +6470,6 @@ declare namespace LocalJSX {
|
|
|
7438
6470
|
* 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.
|
|
7439
6471
|
*/
|
|
7440
6472
|
"alt"?: string;
|
|
7441
|
-
/**
|
|
7442
|
-
* The mode determines the platform behaviors of the component.
|
|
7443
|
-
*/
|
|
7444
|
-
"mode"?: "ios" | "md";
|
|
7445
6473
|
/**
|
|
7446
6474
|
* Emitted when the img fails to load
|
|
7447
6475
|
*/
|
|
@@ -7458,10 +6486,6 @@ declare namespace LocalJSX {
|
|
|
7458
6486
|
* The image URL. This attribute is mandatory for the `<img>` element.
|
|
7459
6487
|
*/
|
|
7460
6488
|
"src"?: string;
|
|
7461
|
-
/**
|
|
7462
|
-
* The theme determines the visual appearance of the component.
|
|
7463
|
-
*/
|
|
7464
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7465
6489
|
}
|
|
7466
6490
|
interface IonInfiniteScroll {
|
|
7467
6491
|
/**
|
|
@@ -7469,10 +6493,6 @@ declare namespace LocalJSX {
|
|
|
7469
6493
|
* @default false
|
|
7470
6494
|
*/
|
|
7471
6495
|
"disabled"?: boolean;
|
|
7472
|
-
/**
|
|
7473
|
-
* The mode determines the platform behaviors of the component.
|
|
7474
|
-
*/
|
|
7475
|
-
"mode"?: "ios" | "md";
|
|
7476
6496
|
/**
|
|
7477
6497
|
* 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.
|
|
7478
6498
|
*/
|
|
@@ -7482,15 +6502,6 @@ declare namespace LocalJSX {
|
|
|
7482
6502
|
* @default 'bottom'
|
|
7483
6503
|
*/
|
|
7484
6504
|
"position"?: 'top' | 'bottom';
|
|
7485
|
-
/**
|
|
7486
|
-
* If `true`, the infinite scroll will preserve the scroll position when the content is re-rendered. This is useful when the content is re-rendered with new keys, and the scroll position should be preserved.
|
|
7487
|
-
* @default false
|
|
7488
|
-
*/
|
|
7489
|
-
"preserveRerenderScrollPosition"?: boolean;
|
|
7490
|
-
/**
|
|
7491
|
-
* The theme determines the visual appearance of the component.
|
|
7492
|
-
*/
|
|
7493
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7494
6505
|
/**
|
|
7495
6506
|
* 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.
|
|
7496
6507
|
* @default '15%'
|
|
@@ -7506,14 +6517,6 @@ declare namespace LocalJSX {
|
|
|
7506
6517
|
* 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.
|
|
7507
6518
|
*/
|
|
7508
6519
|
"loadingText"?: string | IonicSafeString;
|
|
7509
|
-
/**
|
|
7510
|
-
* The mode determines the platform behaviors of the component.
|
|
7511
|
-
*/
|
|
7512
|
-
"mode"?: "ios" | "md";
|
|
7513
|
-
/**
|
|
7514
|
-
* The theme determines the visual appearance of the component.
|
|
7515
|
-
*/
|
|
7516
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7517
6520
|
}
|
|
7518
6521
|
interface IonInput {
|
|
7519
6522
|
/**
|
|
@@ -7580,7 +6583,7 @@ declare namespace LocalJSX {
|
|
|
7580
6583
|
*/
|
|
7581
6584
|
"errorText"?: string;
|
|
7582
6585
|
/**
|
|
7583
|
-
* 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
|
|
6586
|
+
* 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` mode.
|
|
7584
6587
|
*/
|
|
7585
6588
|
"fill"?: 'outline' | 'solid';
|
|
7586
6589
|
/**
|
|
@@ -7596,7 +6599,8 @@ declare namespace LocalJSX {
|
|
|
7596
6599
|
*/
|
|
7597
6600
|
"label"?: string;
|
|
7598
6601
|
/**
|
|
7599
|
-
* 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 ("...").
|
|
6602
|
+
* 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 ("...").
|
|
6603
|
+
* @default 'start'
|
|
7600
6604
|
*/
|
|
7601
6605
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
7602
6606
|
/**
|
|
@@ -7616,7 +6620,7 @@ declare namespace LocalJSX {
|
|
|
7616
6620
|
*/
|
|
7617
6621
|
"minlength"?: number;
|
|
7618
6622
|
/**
|
|
7619
|
-
* The mode determines
|
|
6623
|
+
* The mode determines which platform styles to use.
|
|
7620
6624
|
*/
|
|
7621
6625
|
"mode"?: "ios" | "md";
|
|
7622
6626
|
/**
|
|
@@ -7663,14 +6667,9 @@ declare namespace LocalJSX {
|
|
|
7663
6667
|
*/
|
|
7664
6668
|
"required"?: boolean;
|
|
7665
6669
|
/**
|
|
7666
|
-
*
|
|
7667
|
-
*/
|
|
7668
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7669
|
-
/**
|
|
7670
|
-
* 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.
|
|
7671
|
-
* @default 'medium'
|
|
6670
|
+
* The shape of the input. If "round" it will have an increased border radius.
|
|
7672
6671
|
*/
|
|
7673
|
-
"
|
|
6672
|
+
"shape"?: 'round';
|
|
7674
6673
|
/**
|
|
7675
6674
|
* If `true`, the element will have its spelling and grammar checked.
|
|
7676
6675
|
* @default false
|
|
@@ -7680,10 +6679,6 @@ declare namespace LocalJSX {
|
|
|
7680
6679
|
* 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.
|
|
7681
6680
|
*/
|
|
7682
6681
|
"step"?: string;
|
|
7683
|
-
/**
|
|
7684
|
-
* The theme determines the visual appearance of the component.
|
|
7685
|
-
*/
|
|
7686
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7687
6682
|
/**
|
|
7688
6683
|
* The type of control to display. The default type is text.
|
|
7689
6684
|
* @default 'text'
|
|
@@ -7807,11 +6802,12 @@ declare namespace LocalJSX {
|
|
|
7807
6802
|
*/
|
|
7808
6803
|
"color"?: Color;
|
|
7809
6804
|
/**
|
|
7810
|
-
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
6805
|
+
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `mode` is `ios` and an `href` or `button` property is present.
|
|
7811
6806
|
*/
|
|
7812
6807
|
"detail"?: boolean;
|
|
7813
6808
|
/**
|
|
7814
6809
|
* The icon to use when `detail` is set to `true`.
|
|
6810
|
+
* @default chevronForward
|
|
7815
6811
|
*/
|
|
7816
6812
|
"detailIcon"?: string;
|
|
7817
6813
|
/**
|
|
@@ -7832,7 +6828,7 @@ declare namespace LocalJSX {
|
|
|
7832
6828
|
*/
|
|
7833
6829
|
"lines"?: 'full' | 'inset' | 'none';
|
|
7834
6830
|
/**
|
|
7835
|
-
* The mode determines
|
|
6831
|
+
* The mode determines which platform styles to use.
|
|
7836
6832
|
*/
|
|
7837
6833
|
"mode"?: "ios" | "md";
|
|
7838
6834
|
/**
|
|
@@ -7852,10 +6848,6 @@ declare namespace LocalJSX {
|
|
|
7852
6848
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
7853
6849
|
*/
|
|
7854
6850
|
"target"?: string | undefined;
|
|
7855
|
-
/**
|
|
7856
|
-
* The theme determines the visual appearance of the component.
|
|
7857
|
-
*/
|
|
7858
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7859
6851
|
/**
|
|
7860
6852
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
7861
6853
|
* @default 'button'
|
|
@@ -7868,7 +6860,7 @@ declare namespace LocalJSX {
|
|
|
7868
6860
|
*/
|
|
7869
6861
|
"color"?: Color;
|
|
7870
6862
|
/**
|
|
7871
|
-
* The mode determines
|
|
6863
|
+
* The mode determines which platform styles to use.
|
|
7872
6864
|
*/
|
|
7873
6865
|
"mode"?: "ios" | "md";
|
|
7874
6866
|
/**
|
|
@@ -7876,20 +6868,8 @@ declare namespace LocalJSX {
|
|
|
7876
6868
|
* @default false
|
|
7877
6869
|
*/
|
|
7878
6870
|
"sticky"?: boolean;
|
|
7879
|
-
/**
|
|
7880
|
-
* The theme determines the visual appearance of the component.
|
|
7881
|
-
*/
|
|
7882
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7883
6871
|
}
|
|
7884
6872
|
interface IonItemGroup {
|
|
7885
|
-
/**
|
|
7886
|
-
* The mode determines the platform behaviors of the component.
|
|
7887
|
-
*/
|
|
7888
|
-
"mode"?: "ios" | "md";
|
|
7889
|
-
/**
|
|
7890
|
-
* The theme determines the visual appearance of the component.
|
|
7891
|
-
*/
|
|
7892
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7893
6873
|
}
|
|
7894
6874
|
interface IonItemOption {
|
|
7895
6875
|
/**
|
|
@@ -7915,30 +6895,17 @@ declare namespace LocalJSX {
|
|
|
7915
6895
|
*/
|
|
7916
6896
|
"href"?: string | undefined;
|
|
7917
6897
|
/**
|
|
7918
|
-
*
|
|
7919
|
-
* @default 'subtle'
|
|
7920
|
-
*/
|
|
7921
|
-
"hue"?: 'bold' | 'subtle';
|
|
7922
|
-
/**
|
|
7923
|
-
* The mode determines the platform behaviors of the component.
|
|
6898
|
+
* The mode determines which platform styles to use.
|
|
7924
6899
|
*/
|
|
7925
6900
|
"mode"?: "ios" | "md";
|
|
7926
6901
|
/**
|
|
7927
6902
|
* 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).
|
|
7928
6903
|
*/
|
|
7929
6904
|
"rel"?: string | undefined;
|
|
7930
|
-
/**
|
|
7931
|
-
* 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.
|
|
7932
|
-
*/
|
|
7933
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7934
6905
|
/**
|
|
7935
6906
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
7936
6907
|
*/
|
|
7937
6908
|
"target"?: string | undefined;
|
|
7938
|
-
/**
|
|
7939
|
-
* The theme determines the visual appearance of the component.
|
|
7940
|
-
*/
|
|
7941
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7942
6909
|
/**
|
|
7943
6910
|
* The type of the button.
|
|
7944
6911
|
* @default 'button'
|
|
@@ -7946,10 +6913,6 @@ declare namespace LocalJSX {
|
|
|
7946
6913
|
"type"?: 'submit' | 'reset' | 'button';
|
|
7947
6914
|
}
|
|
7948
6915
|
interface IonItemOptions {
|
|
7949
|
-
/**
|
|
7950
|
-
* The mode determines the platform behaviors of the component.
|
|
7951
|
-
*/
|
|
7952
|
-
"mode"?: "ios" | "md";
|
|
7953
6916
|
/**
|
|
7954
6917
|
* Emitted when the item has been fully swiped.
|
|
7955
6918
|
*/
|
|
@@ -7959,10 +6922,6 @@ declare namespace LocalJSX {
|
|
|
7959
6922
|
* @default 'end'
|
|
7960
6923
|
*/
|
|
7961
6924
|
"side"?: Side;
|
|
7962
|
-
/**
|
|
7963
|
-
* The theme determines the visual appearance of the component.
|
|
7964
|
-
*/
|
|
7965
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7966
6925
|
}
|
|
7967
6926
|
interface IonItemSliding {
|
|
7968
6927
|
/**
|
|
@@ -7970,18 +6929,10 @@ declare namespace LocalJSX {
|
|
|
7970
6929
|
* @default false
|
|
7971
6930
|
*/
|
|
7972
6931
|
"disabled"?: boolean;
|
|
7973
|
-
/**
|
|
7974
|
-
* The mode determines the platform behaviors of the component.
|
|
7975
|
-
*/
|
|
7976
|
-
"mode"?: "ios" | "md";
|
|
7977
6932
|
/**
|
|
7978
6933
|
* Emitted when the sliding position changes.
|
|
7979
6934
|
*/
|
|
7980
6935
|
"onIonDrag"?: (event: IonItemSlidingCustomEvent<any>) => void;
|
|
7981
|
-
/**
|
|
7982
|
-
* The theme determines the visual appearance of the component.
|
|
7983
|
-
*/
|
|
7984
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7985
6936
|
}
|
|
7986
6937
|
interface IonLabel {
|
|
7987
6938
|
/**
|
|
@@ -7989,17 +6940,13 @@ declare namespace LocalJSX {
|
|
|
7989
6940
|
*/
|
|
7990
6941
|
"color"?: Color;
|
|
7991
6942
|
/**
|
|
7992
|
-
* The mode determines
|
|
6943
|
+
* The mode determines which platform styles to use.
|
|
7993
6944
|
*/
|
|
7994
6945
|
"mode"?: "ios" | "md";
|
|
7995
6946
|
/**
|
|
7996
6947
|
* The position determines where and how the label behaves inside an item.
|
|
7997
6948
|
*/
|
|
7998
6949
|
"position"?: 'fixed' | 'stacked' | 'floating';
|
|
7999
|
-
/**
|
|
8000
|
-
* The theme determines the visual appearance of the component.
|
|
8001
|
-
*/
|
|
8002
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8003
6950
|
}
|
|
8004
6951
|
interface IonList {
|
|
8005
6952
|
/**
|
|
@@ -8012,17 +6959,9 @@ declare namespace LocalJSX {
|
|
|
8012
6959
|
*/
|
|
8013
6960
|
"lines"?: 'full' | 'inset' | 'none';
|
|
8014
6961
|
/**
|
|
8015
|
-
* The mode determines
|
|
6962
|
+
* The mode determines which platform styles to use.
|
|
8016
6963
|
*/
|
|
8017
6964
|
"mode"?: "ios" | "md";
|
|
8018
|
-
/**
|
|
8019
|
-
* 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.
|
|
8020
|
-
*/
|
|
8021
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
8022
|
-
/**
|
|
8023
|
-
* The theme determines the visual appearance of the component.
|
|
8024
|
-
*/
|
|
8025
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8026
6965
|
}
|
|
8027
6966
|
interface IonListHeader {
|
|
8028
6967
|
/**
|
|
@@ -8034,13 +6973,9 @@ declare namespace LocalJSX {
|
|
|
8034
6973
|
*/
|
|
8035
6974
|
"lines"?: 'full' | 'inset' | 'none';
|
|
8036
6975
|
/**
|
|
8037
|
-
* The mode determines
|
|
6976
|
+
* The mode determines which platform styles to use.
|
|
8038
6977
|
*/
|
|
8039
6978
|
"mode"?: "ios" | "md";
|
|
8040
|
-
/**
|
|
8041
|
-
* The theme determines the visual appearance of the component.
|
|
8042
|
-
*/
|
|
8043
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8044
6979
|
}
|
|
8045
6980
|
interface IonLoading {
|
|
8046
6981
|
/**
|
|
@@ -8089,7 +7024,7 @@ declare namespace LocalJSX {
|
|
|
8089
7024
|
*/
|
|
8090
7025
|
"message"?: string | IonicSafeString;
|
|
8091
7026
|
/**
|
|
8092
|
-
* The mode determines
|
|
7027
|
+
* The mode determines which platform styles to use.
|
|
8093
7028
|
*/
|
|
8094
7029
|
"mode"?: "ios" | "md";
|
|
8095
7030
|
/**
|
|
@@ -8134,11 +7069,7 @@ declare namespace LocalJSX {
|
|
|
8134
7069
|
*/
|
|
8135
7070
|
"spinner"?: SpinnerTypes | null;
|
|
8136
7071
|
/**
|
|
8137
|
-
*
|
|
8138
|
-
*/
|
|
8139
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8140
|
-
/**
|
|
8141
|
-
* 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).
|
|
7072
|
+
* If `true`, the loading indicator will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
8142
7073
|
* @default false
|
|
8143
7074
|
*/
|
|
8144
7075
|
"translucent"?: boolean;
|
|
@@ -8166,10 +7097,6 @@ declare namespace LocalJSX {
|
|
|
8166
7097
|
* An id for the menu.
|
|
8167
7098
|
*/
|
|
8168
7099
|
"menuId"?: string;
|
|
8169
|
-
/**
|
|
8170
|
-
* The mode determines the platform behaviors of the component.
|
|
8171
|
-
*/
|
|
8172
|
-
"mode"?: "ios" | "md";
|
|
8173
7100
|
/**
|
|
8174
7101
|
* Emitted when the menu is closed.
|
|
8175
7102
|
*/
|
|
@@ -8196,10 +7123,6 @@ declare namespace LocalJSX {
|
|
|
8196
7123
|
* @default true
|
|
8197
7124
|
*/
|
|
8198
7125
|
"swipeGesture"?: boolean;
|
|
8199
|
-
/**
|
|
8200
|
-
* The theme determines the visual appearance of the component.
|
|
8201
|
-
*/
|
|
8202
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8203
7126
|
/**
|
|
8204
7127
|
* The display type of the menu. Available options: `"overlay"`, `"reveal"`, `"push"`.
|
|
8205
7128
|
*/
|
|
@@ -8225,13 +7148,9 @@ declare namespace LocalJSX {
|
|
|
8225
7148
|
*/
|
|
8226
7149
|
"menu"?: string;
|
|
8227
7150
|
/**
|
|
8228
|
-
* The mode determines
|
|
7151
|
+
* The mode determines which platform styles to use.
|
|
8229
7152
|
*/
|
|
8230
7153
|
"mode"?: "ios" | "md";
|
|
8231
|
-
/**
|
|
8232
|
-
* The theme determines the visual appearance of the component.
|
|
8233
|
-
*/
|
|
8234
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8235
7154
|
/**
|
|
8236
7155
|
* The type of the button.
|
|
8237
7156
|
* @default 'button'
|
|
@@ -8248,14 +7167,6 @@ declare namespace LocalJSX {
|
|
|
8248
7167
|
* 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.
|
|
8249
7168
|
*/
|
|
8250
7169
|
"menu"?: string;
|
|
8251
|
-
/**
|
|
8252
|
-
* The mode determines the platform behaviors of the component.
|
|
8253
|
-
*/
|
|
8254
|
-
"mode"?: "ios" | "md";
|
|
8255
|
-
/**
|
|
8256
|
-
* The theme determines the visual appearance of the component.
|
|
8257
|
-
*/
|
|
8258
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8259
7170
|
}
|
|
8260
7171
|
interface IonModal {
|
|
8261
7172
|
/**
|
|
@@ -8333,7 +7244,7 @@ declare namespace LocalJSX {
|
|
|
8333
7244
|
*/
|
|
8334
7245
|
"leaveAnimation"?: AnimationBuilder;
|
|
8335
7246
|
/**
|
|
8336
|
-
* The mode determines
|
|
7247
|
+
* The mode determines which platform styles to use.
|
|
8337
7248
|
*/
|
|
8338
7249
|
"mode"?: "ios" | "md";
|
|
8339
7250
|
/**
|
|
@@ -8376,19 +7287,11 @@ declare namespace LocalJSX {
|
|
|
8376
7287
|
* 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.
|
|
8377
7288
|
*/
|
|
8378
7289
|
"presentingElement"?: HTMLElement;
|
|
8379
|
-
/**
|
|
8380
|
-
* 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.
|
|
8381
|
-
*/
|
|
8382
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
8383
7290
|
/**
|
|
8384
7291
|
* 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.
|
|
8385
7292
|
* @default true
|
|
8386
7293
|
*/
|
|
8387
7294
|
"showBackdrop"?: boolean;
|
|
8388
|
-
/**
|
|
8389
|
-
* The theme determines the visual appearance of the component.
|
|
8390
|
-
*/
|
|
8391
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8392
7295
|
/**
|
|
8393
7296
|
* An ID corresponding to the trigger element that causes the modal to open when clicked.
|
|
8394
7297
|
*/
|
|
@@ -8401,13 +7304,9 @@ declare namespace LocalJSX {
|
|
|
8401
7304
|
*/
|
|
8402
7305
|
"animated"?: boolean;
|
|
8403
7306
|
/**
|
|
8404
|
-
* By default `ion-nav` animates transition between pages based
|
|
7307
|
+
* By default `ion-nav` animates transition between pages based in the mode (ios or material design). However, this property allows to create custom transition using `AnimationBuilder` functions.
|
|
8405
7308
|
*/
|
|
8406
7309
|
"animation"?: AnimationBuilder;
|
|
8407
|
-
/**
|
|
8408
|
-
* The mode determines the platform behaviors of the component.
|
|
8409
|
-
*/
|
|
8410
|
-
"mode"?: "ios" | "md";
|
|
8411
7310
|
/**
|
|
8412
7311
|
* Event fired when the nav has changed components
|
|
8413
7312
|
*/
|
|
@@ -8428,10 +7327,6 @@ declare namespace LocalJSX {
|
|
|
8428
7327
|
* If the nav component should allow for swipe-to-go-back.
|
|
8429
7328
|
*/
|
|
8430
7329
|
"swipeGesture"?: boolean;
|
|
8431
|
-
/**
|
|
8432
|
-
* The theme determines the visual appearance of the component.
|
|
8433
|
-
*/
|
|
8434
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8435
7330
|
}
|
|
8436
7331
|
interface IonNavLink {
|
|
8437
7332
|
/**
|
|
@@ -8442,10 +7337,6 @@ declare namespace LocalJSX {
|
|
|
8442
7337
|
* Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
|
|
8443
7338
|
*/
|
|
8444
7339
|
"componentProps"?: ComponentProps;
|
|
8445
|
-
/**
|
|
8446
|
-
* The mode determines the platform behaviors of the component.
|
|
8447
|
-
*/
|
|
8448
|
-
"mode"?: "ios" | "md";
|
|
8449
7340
|
/**
|
|
8450
7341
|
* The transition animation when navigating to another page.
|
|
8451
7342
|
*/
|
|
@@ -8455,10 +7346,6 @@ declare namespace LocalJSX {
|
|
|
8455
7346
|
* @default 'forward'
|
|
8456
7347
|
*/
|
|
8457
7348
|
"routerDirection"?: RouterDirection;
|
|
8458
|
-
/**
|
|
8459
|
-
* The theme determines the visual appearance of the component.
|
|
8460
|
-
*/
|
|
8461
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8462
7349
|
}
|
|
8463
7350
|
interface IonNote {
|
|
8464
7351
|
/**
|
|
@@ -8466,23 +7353,15 @@ declare namespace LocalJSX {
|
|
|
8466
7353
|
*/
|
|
8467
7354
|
"color"?: Color;
|
|
8468
7355
|
/**
|
|
8469
|
-
* The mode determines
|
|
7356
|
+
* The mode determines which platform styles to use.
|
|
8470
7357
|
*/
|
|
8471
7358
|
"mode"?: "ios" | "md";
|
|
8472
|
-
/**
|
|
8473
|
-
* The theme determines the visual appearance of the component.
|
|
8474
|
-
*/
|
|
8475
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8476
7359
|
}
|
|
8477
7360
|
interface IonPicker {
|
|
8478
7361
|
/**
|
|
8479
|
-
* The mode determines
|
|
7362
|
+
* The mode determines which platform styles to use.
|
|
8480
7363
|
*/
|
|
8481
7364
|
"mode"?: "ios" | "md";
|
|
8482
|
-
/**
|
|
8483
|
-
* The theme determines the visual appearance of the component.
|
|
8484
|
-
*/
|
|
8485
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8486
7365
|
}
|
|
8487
7366
|
interface IonPickerColumn {
|
|
8488
7367
|
/**
|
|
@@ -8496,17 +7375,13 @@ declare namespace LocalJSX {
|
|
|
8496
7375
|
*/
|
|
8497
7376
|
"disabled"?: boolean;
|
|
8498
7377
|
/**
|
|
8499
|
-
* The mode determines
|
|
7378
|
+
* The mode determines which platform styles to use.
|
|
8500
7379
|
*/
|
|
8501
7380
|
"mode"?: "ios" | "md";
|
|
8502
7381
|
/**
|
|
8503
7382
|
* Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
|
|
8504
7383
|
*/
|
|
8505
7384
|
"onIonChange"?: (event: IonPickerColumnCustomEvent<PickerColumnChangeEventDetail>) => void;
|
|
8506
|
-
/**
|
|
8507
|
-
* The theme determines the visual appearance of the component.
|
|
8508
|
-
*/
|
|
8509
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8510
7385
|
/**
|
|
8511
7386
|
* The selected option in the picker.
|
|
8512
7387
|
*/
|
|
@@ -8523,14 +7398,6 @@ declare namespace LocalJSX {
|
|
|
8523
7398
|
* @default false
|
|
8524
7399
|
*/
|
|
8525
7400
|
"disabled"?: boolean;
|
|
8526
|
-
/**
|
|
8527
|
-
* The mode determines the platform behaviors of the component.
|
|
8528
|
-
*/
|
|
8529
|
-
"mode"?: "ios" | "md";
|
|
8530
|
-
/**
|
|
8531
|
-
* The theme determines the visual appearance of the component.
|
|
8532
|
-
*/
|
|
8533
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8534
7401
|
/**
|
|
8535
7402
|
* The text value of the option.
|
|
8536
7403
|
*/
|
|
@@ -8589,7 +7456,7 @@ declare namespace LocalJSX {
|
|
|
8589
7456
|
*/
|
|
8590
7457
|
"leaveAnimation"?: AnimationBuilder;
|
|
8591
7458
|
/**
|
|
8592
|
-
* The mode determines
|
|
7459
|
+
* The mode determines which platform styles to use.
|
|
8593
7460
|
*/
|
|
8594
7461
|
"mode"?: "ios" | "md";
|
|
8595
7462
|
/**
|
|
@@ -8629,10 +7496,6 @@ declare namespace LocalJSX {
|
|
|
8629
7496
|
* @default true
|
|
8630
7497
|
*/
|
|
8631
7498
|
"showBackdrop"?: boolean;
|
|
8632
|
-
/**
|
|
8633
|
-
* The theme determines the visual appearance of the component.
|
|
8634
|
-
*/
|
|
8635
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8636
7499
|
/**
|
|
8637
7500
|
* An ID corresponding to the trigger element that causes the picker to open when clicked.
|
|
8638
7501
|
*/
|
|
@@ -8646,7 +7509,7 @@ declare namespace LocalJSX {
|
|
|
8646
7509
|
}
|
|
8647
7510
|
interface IonPopover {
|
|
8648
7511
|
/**
|
|
8649
|
-
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `
|
|
7512
|
+
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios` mode, and `"start"` for `md` mode.
|
|
8650
7513
|
*/
|
|
8651
7514
|
"alignment"?: PositionAlign;
|
|
8652
7515
|
/**
|
|
@@ -8655,7 +7518,7 @@ declare namespace LocalJSX {
|
|
|
8655
7518
|
*/
|
|
8656
7519
|
"animated"?: boolean;
|
|
8657
7520
|
/**
|
|
8658
|
-
* If `true`, the popover will display an arrow that points at the `reference`
|
|
7521
|
+
* If `true`, the popover will display an arrow that points at the `reference` when running in `ios` mode. Does not apply in `md` mode.
|
|
8659
7522
|
* @default true
|
|
8660
7523
|
*/
|
|
8661
7524
|
"arrow"?: boolean;
|
|
@@ -8714,7 +7577,7 @@ declare namespace LocalJSX {
|
|
|
8714
7577
|
*/
|
|
8715
7578
|
"leaveAnimation"?: AnimationBuilder;
|
|
8716
7579
|
/**
|
|
8717
|
-
* The mode determines
|
|
7580
|
+
* The mode determines which platform styles to use.
|
|
8718
7581
|
*/
|
|
8719
7582
|
"mode"?: "ios" | "md";
|
|
8720
7583
|
/**
|
|
@@ -8770,11 +7633,7 @@ declare namespace LocalJSX {
|
|
|
8770
7633
|
*/
|
|
8771
7634
|
"size"?: PopoverSize;
|
|
8772
7635
|
/**
|
|
8773
|
-
*
|
|
8774
|
-
*/
|
|
8775
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8776
|
-
/**
|
|
8777
|
-
* 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).
|
|
7636
|
+
* If `true`, the popover will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
8778
7637
|
* @default false
|
|
8779
7638
|
*/
|
|
8780
7639
|
"translucent"?: boolean;
|
|
@@ -8799,7 +7658,7 @@ declare namespace LocalJSX {
|
|
|
8799
7658
|
*/
|
|
8800
7659
|
"color"?: Color;
|
|
8801
7660
|
/**
|
|
8802
|
-
* The mode determines
|
|
7661
|
+
* The mode determines which platform styles to use.
|
|
8803
7662
|
*/
|
|
8804
7663
|
"mode"?: "ios" | "md";
|
|
8805
7664
|
/**
|
|
@@ -8807,14 +7666,6 @@ declare namespace LocalJSX {
|
|
|
8807
7666
|
* @default false
|
|
8808
7667
|
*/
|
|
8809
7668
|
"reversed"?: boolean;
|
|
8810
|
-
/**
|
|
8811
|
-
* 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.
|
|
8812
|
-
*/
|
|
8813
|
-
"shape"?: 'round' | 'rectangular';
|
|
8814
|
-
/**
|
|
8815
|
-
* The theme determines the visual appearance of the component.
|
|
8816
|
-
*/
|
|
8817
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8818
7669
|
/**
|
|
8819
7670
|
* 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).
|
|
8820
7671
|
* @default 'determinate'
|
|
@@ -8850,7 +7701,7 @@ declare namespace LocalJSX {
|
|
|
8850
7701
|
*/
|
|
8851
7702
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
8852
7703
|
/**
|
|
8853
|
-
* The mode determines
|
|
7704
|
+
* The mode determines which platform styles to use.
|
|
8854
7705
|
*/
|
|
8855
7706
|
"mode"?: "ios" | "md";
|
|
8856
7707
|
/**
|
|
@@ -8866,10 +7717,6 @@ declare namespace LocalJSX {
|
|
|
8866
7717
|
* Emitted when the radio button has focus.
|
|
8867
7718
|
*/
|
|
8868
7719
|
"onIonFocus"?: (event: IonRadioCustomEvent<void>) => void;
|
|
8869
|
-
/**
|
|
8870
|
-
* The theme determines the visual appearance of the component.
|
|
8871
|
-
*/
|
|
8872
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8873
7720
|
/**
|
|
8874
7721
|
* the value of the radio.
|
|
8875
7722
|
*/
|
|
@@ -8893,10 +7740,6 @@ declare namespace LocalJSX {
|
|
|
8893
7740
|
* The helper text to display at the top of the radio group.
|
|
8894
7741
|
*/
|
|
8895
7742
|
"helperText"?: string;
|
|
8896
|
-
/**
|
|
8897
|
-
* The mode determines the platform behaviors of the component.
|
|
8898
|
-
*/
|
|
8899
|
-
"mode"?: "ios" | "md";
|
|
8900
7743
|
/**
|
|
8901
7744
|
* The name of the control, which is submitted with the form data.
|
|
8902
7745
|
* @default this.inputId
|
|
@@ -8906,10 +7749,6 @@ declare namespace LocalJSX {
|
|
|
8906
7749
|
* Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
|
|
8907
7750
|
*/
|
|
8908
7751
|
"onIonChange"?: (event: IonRadioGroupCustomEvent<RadioGroupChangeEventDetail>) => void;
|
|
8909
|
-
/**
|
|
8910
|
-
* The theme determines the visual appearance of the component.
|
|
8911
|
-
*/
|
|
8912
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8913
7752
|
/**
|
|
8914
7753
|
* the value of the radio group.
|
|
8915
7754
|
*/
|
|
@@ -8958,7 +7797,7 @@ declare namespace LocalJSX {
|
|
|
8958
7797
|
*/
|
|
8959
7798
|
"min"?: number;
|
|
8960
7799
|
/**
|
|
8961
|
-
* The mode determines
|
|
7800
|
+
* The mode determines which platform styles to use.
|
|
8962
7801
|
*/
|
|
8963
7802
|
"mode"?: "ios" | "md";
|
|
8964
7803
|
/**
|
|
@@ -9010,10 +7849,6 @@ declare namespace LocalJSX {
|
|
|
9010
7849
|
* @default 1
|
|
9011
7850
|
*/
|
|
9012
7851
|
"step"?: number;
|
|
9013
|
-
/**
|
|
9014
|
-
* The theme determines the visual appearance of the component.
|
|
9015
|
-
*/
|
|
9016
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9017
7852
|
/**
|
|
9018
7853
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
9019
7854
|
* @default true
|
|
@@ -9037,7 +7872,7 @@ declare namespace LocalJSX {
|
|
|
9037
7872
|
*/
|
|
9038
7873
|
"disabled"?: boolean;
|
|
9039
7874
|
/**
|
|
9040
|
-
* The mode determines
|
|
7875
|
+
* The mode determines which platform styles to use.
|
|
9041
7876
|
*/
|
|
9042
7877
|
"mode"?: "ios" | "md";
|
|
9043
7878
|
/**
|
|
@@ -9072,16 +7907,8 @@ declare namespace LocalJSX {
|
|
|
9072
7907
|
* @default '280ms'
|
|
9073
7908
|
*/
|
|
9074
7909
|
"snapbackDuration"?: string;
|
|
9075
|
-
/**
|
|
9076
|
-
* The theme determines the visual appearance of the component.
|
|
9077
|
-
*/
|
|
9078
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9079
7910
|
}
|
|
9080
7911
|
interface IonRefresherContent {
|
|
9081
|
-
/**
|
|
9082
|
-
* The mode determines the platform behaviors of the component.
|
|
9083
|
-
*/
|
|
9084
|
-
"mode"?: "ios" | "md";
|
|
9085
7912
|
/**
|
|
9086
7913
|
* 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.
|
|
9087
7914
|
*/
|
|
@@ -9098,20 +7925,8 @@ declare namespace LocalJSX {
|
|
|
9098
7925
|
* 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.
|
|
9099
7926
|
*/
|
|
9100
7927
|
"refreshingText"?: string | IonicSafeString;
|
|
9101
|
-
/**
|
|
9102
|
-
* The theme determines the visual appearance of the component.
|
|
9103
|
-
*/
|
|
9104
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9105
7928
|
}
|
|
9106
7929
|
interface IonReorder {
|
|
9107
|
-
/**
|
|
9108
|
-
* The mode determines the platform behaviors of the component.
|
|
9109
|
-
*/
|
|
9110
|
-
"mode"?: "ios" | "md";
|
|
9111
|
-
/**
|
|
9112
|
-
* The theme determines the visual appearance of the component.
|
|
9113
|
-
*/
|
|
9114
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9115
7930
|
}
|
|
9116
7931
|
interface IonReorderGroup {
|
|
9117
7932
|
/**
|
|
@@ -9119,10 +7934,6 @@ declare namespace LocalJSX {
|
|
|
9119
7934
|
* @default true
|
|
9120
7935
|
*/
|
|
9121
7936
|
"disabled"?: boolean;
|
|
9122
|
-
/**
|
|
9123
|
-
* The mode determines the platform behaviors of the component.
|
|
9124
|
-
*/
|
|
9125
|
-
"mode"?: "ios" | "md";
|
|
9126
7937
|
/**
|
|
9127
7938
|
* Event that needs to be listened to in order to complete the reorder action.
|
|
9128
7939
|
* @deprecated Use `ionReorderEnd` instead. If you are accessing `event.detail.from` or `event.detail.to` and relying on them being different you should now add checks as they are always emitted in `ionReorderEnd`, even when they are the same.
|
|
@@ -9140,20 +7951,8 @@ declare namespace LocalJSX {
|
|
|
9140
7951
|
* Event that is emitted when the reorder gesture starts.
|
|
9141
7952
|
*/
|
|
9142
7953
|
"onIonReorderStart"?: (event: IonReorderGroupCustomEvent<void>) => void;
|
|
9143
|
-
/**
|
|
9144
|
-
* The theme determines the visual appearance of the component.
|
|
9145
|
-
*/
|
|
9146
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9147
7954
|
}
|
|
9148
7955
|
interface IonRippleEffect {
|
|
9149
|
-
/**
|
|
9150
|
-
* The mode determines the platform behaviors of the component.
|
|
9151
|
-
*/
|
|
9152
|
-
"mode"?: "ios" | "md";
|
|
9153
|
-
/**
|
|
9154
|
-
* The theme determines the visual appearance of the component.
|
|
9155
|
-
*/
|
|
9156
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9157
7956
|
/**
|
|
9158
7957
|
* 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.
|
|
9159
7958
|
* @default 'bounded'
|
|
@@ -9177,18 +7976,10 @@ declare namespace LocalJSX {
|
|
|
9177
7976
|
* A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
|
|
9178
7977
|
*/
|
|
9179
7978
|
"componentProps"?: { [key: string]: any };
|
|
9180
|
-
/**
|
|
9181
|
-
* The mode determines the platform behaviors of the component.
|
|
9182
|
-
*/
|
|
9183
|
-
"mode"?: "ios" | "md";
|
|
9184
7979
|
/**
|
|
9185
7980
|
* Used internally by `ion-router` to know when this route did change.
|
|
9186
7981
|
*/
|
|
9187
7982
|
"onIonRouteDataChanged"?: (event: IonRouteCustomEvent<any>) => void;
|
|
9188
|
-
/**
|
|
9189
|
-
* The theme determines the visual appearance of the component.
|
|
9190
|
-
*/
|
|
9191
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9192
7983
|
/**
|
|
9193
7984
|
* 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.
|
|
9194
7985
|
* @default ''
|
|
@@ -9210,10 +8001,6 @@ declare namespace LocalJSX {
|
|
|
9210
8001
|
"to": string | undefined | null;
|
|
9211
8002
|
}
|
|
9212
8003
|
interface IonRouter {
|
|
9213
|
-
/**
|
|
9214
|
-
* The mode determines the platform behaviors of the component.
|
|
9215
|
-
*/
|
|
9216
|
-
"mode"?: "ios" | "md";
|
|
9217
8004
|
/**
|
|
9218
8005
|
* Emitted when the route had changed
|
|
9219
8006
|
*/
|
|
@@ -9227,10 +8014,6 @@ declare namespace LocalJSX {
|
|
|
9227
8014
|
* @default '/'
|
|
9228
8015
|
*/
|
|
9229
8016
|
"root"?: string;
|
|
9230
|
-
/**
|
|
9231
|
-
* The theme determines the visual appearance of the component.
|
|
9232
|
-
*/
|
|
9233
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9234
8017
|
/**
|
|
9235
8018
|
* 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.
|
|
9236
8019
|
* @default true
|
|
@@ -9246,10 +8029,6 @@ declare namespace LocalJSX {
|
|
|
9246
8029
|
* Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
|
|
9247
8030
|
*/
|
|
9248
8031
|
"href"?: string | undefined;
|
|
9249
|
-
/**
|
|
9250
|
-
* The mode determines the platform behaviors of the component.
|
|
9251
|
-
*/
|
|
9252
|
-
"mode"?: "ios" | "md";
|
|
9253
8032
|
/**
|
|
9254
8033
|
* 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).
|
|
9255
8034
|
*/
|
|
@@ -9267,10 +8046,6 @@ declare namespace LocalJSX {
|
|
|
9267
8046
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
9268
8047
|
*/
|
|
9269
8048
|
"target"?: string | undefined;
|
|
9270
|
-
/**
|
|
9271
|
-
* The theme determines the visual appearance of the component.
|
|
9272
|
-
*/
|
|
9273
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9274
8049
|
}
|
|
9275
8050
|
interface IonRouterOutlet {
|
|
9276
8051
|
/**
|
|
@@ -9283,24 +8058,12 @@ declare namespace LocalJSX {
|
|
|
9283
8058
|
*/
|
|
9284
8059
|
"animation"?: AnimationBuilder;
|
|
9285
8060
|
/**
|
|
9286
|
-
* The mode determines
|
|
8061
|
+
* The mode determines which platform styles to use.
|
|
9287
8062
|
* @default getIonMode(this)
|
|
9288
8063
|
*/
|
|
9289
8064
|
"mode"?: "ios" | "md";
|
|
9290
|
-
/**
|
|
9291
|
-
* The theme determines the visual appearance of the component.
|
|
9292
|
-
*/
|
|
9293
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9294
8065
|
}
|
|
9295
8066
|
interface IonRow {
|
|
9296
|
-
/**
|
|
9297
|
-
* The mode determines the platform behaviors of the component.
|
|
9298
|
-
*/
|
|
9299
|
-
"mode"?: "ios" | "md";
|
|
9300
|
-
/**
|
|
9301
|
-
* The theme determines the visual appearance of the component.
|
|
9302
|
-
*/
|
|
9303
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9304
8067
|
}
|
|
9305
8068
|
interface IonSearchbar {
|
|
9306
8069
|
/**
|
|
@@ -9324,16 +8087,17 @@ declare namespace LocalJSX {
|
|
|
9324
8087
|
*/
|
|
9325
8088
|
"autocorrect"?: 'on' | 'off';
|
|
9326
8089
|
/**
|
|
9327
|
-
* Set the cancel button icon. Only
|
|
8090
|
+
* Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
|
|
8091
|
+
* @default config.get('backButtonIcon', arrowBackSharp) as string
|
|
9328
8092
|
*/
|
|
9329
8093
|
"cancelButtonIcon"?: string;
|
|
9330
8094
|
/**
|
|
9331
|
-
* Set the cancel button text. Only
|
|
8095
|
+
* Set the cancel button text. Only applies to `ios` mode.
|
|
9332
8096
|
* @default 'Cancel'
|
|
9333
8097
|
*/
|
|
9334
8098
|
"cancelButtonText"?: string;
|
|
9335
8099
|
/**
|
|
9336
|
-
* Set the clear icon. Defaults to `
|
|
8100
|
+
* Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.
|
|
9337
8101
|
*/
|
|
9338
8102
|
"clearIcon"?: string;
|
|
9339
8103
|
/**
|
|
@@ -9366,7 +8130,7 @@ declare namespace LocalJSX {
|
|
|
9366
8130
|
*/
|
|
9367
8131
|
"minlength"?: number;
|
|
9368
8132
|
/**
|
|
9369
|
-
* The mode determines
|
|
8133
|
+
* The mode determines which platform styles to use.
|
|
9370
8134
|
*/
|
|
9371
8135
|
"mode"?: "ios" | "md";
|
|
9372
8136
|
/**
|
|
@@ -9404,13 +8168,9 @@ declare namespace LocalJSX {
|
|
|
9404
8168
|
*/
|
|
9405
8169
|
"placeholder"?: string;
|
|
9406
8170
|
/**
|
|
9407
|
-
* The icon to use as the search icon. Defaults to `
|
|
9408
|
-
*/
|
|
9409
|
-
"searchIcon"?: string | boolean;
|
|
9410
|
-
/**
|
|
9411
|
-
* 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.
|
|
8171
|
+
* The icon to use as the search icon. Defaults to `search-outline` in `ios` mode and `search-sharp` in `md` mode.
|
|
9412
8172
|
*/
|
|
9413
|
-
"
|
|
8173
|
+
"searchIcon"?: string;
|
|
9414
8174
|
/**
|
|
9415
8175
|
* 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.
|
|
9416
8176
|
* @default 'never'
|
|
@@ -9421,19 +8181,11 @@ declare namespace LocalJSX {
|
|
|
9421
8181
|
* @default 'always'
|
|
9422
8182
|
*/
|
|
9423
8183
|
"showClearButton"?: 'never' | 'focus' | 'always';
|
|
9424
|
-
/**
|
|
9425
|
-
* 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.
|
|
9426
|
-
*/
|
|
9427
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
9428
8184
|
/**
|
|
9429
8185
|
* If `true`, enable spellcheck on the input.
|
|
9430
8186
|
* @default false
|
|
9431
8187
|
*/
|
|
9432
8188
|
"spellcheck"?: boolean;
|
|
9433
|
-
/**
|
|
9434
|
-
* The theme determines the visual appearance of the component.
|
|
9435
|
-
*/
|
|
9436
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9437
8189
|
/**
|
|
9438
8190
|
* Set the type of the input.
|
|
9439
8191
|
* @default 'search'
|
|
@@ -9456,7 +8208,7 @@ declare namespace LocalJSX {
|
|
|
9456
8208
|
*/
|
|
9457
8209
|
"disabled"?: boolean;
|
|
9458
8210
|
/**
|
|
9459
|
-
* The mode determines
|
|
8211
|
+
* The mode determines which platform styles to use.
|
|
9460
8212
|
*/
|
|
9461
8213
|
"mode"?: "ios" | "md";
|
|
9462
8214
|
/**
|
|
@@ -9478,10 +8230,6 @@ declare namespace LocalJSX {
|
|
|
9478
8230
|
* @default true
|
|
9479
8231
|
*/
|
|
9480
8232
|
"swipeGesture"?: boolean;
|
|
9481
|
-
/**
|
|
9482
|
-
* The theme determines the visual appearance of the component.
|
|
9483
|
-
*/
|
|
9484
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9485
8233
|
/**
|
|
9486
8234
|
* the value of the segment.
|
|
9487
8235
|
*/
|
|
@@ -9503,13 +8251,9 @@ declare namespace LocalJSX {
|
|
|
9503
8251
|
*/
|
|
9504
8252
|
"layout"?: SegmentButtonLayout;
|
|
9505
8253
|
/**
|
|
9506
|
-
* The mode determines
|
|
8254
|
+
* The mode determines which platform styles to use.
|
|
9507
8255
|
*/
|
|
9508
8256
|
"mode"?: "ios" | "md";
|
|
9509
|
-
/**
|
|
9510
|
-
* The theme determines the visual appearance of the component.
|
|
9511
|
-
*/
|
|
9512
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9513
8257
|
/**
|
|
9514
8258
|
* The type of the button.
|
|
9515
8259
|
* @default 'button'
|
|
@@ -9558,11 +8302,11 @@ declare namespace LocalJSX {
|
|
|
9558
8302
|
*/
|
|
9559
8303
|
"errorText"?: string;
|
|
9560
8304
|
/**
|
|
9561
|
-
* The toggle icon to show when the select is open. If defined, the icon rotation behavior in `
|
|
8305
|
+
* The toggle icon to show when the select is open. If defined, the icon rotation behavior in `md` mode will be disabled. If undefined, `toggleIcon` will be used for when the select is both open and closed.
|
|
9562
8306
|
*/
|
|
9563
8307
|
"expandedIcon"?: string;
|
|
9564
8308
|
/**
|
|
9565
|
-
* 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
|
|
8309
|
+
* 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` mode.
|
|
9566
8310
|
*/
|
|
9567
8311
|
"fill"?: 'outline' | 'solid';
|
|
9568
8312
|
/**
|
|
@@ -9593,7 +8337,7 @@ declare namespace LocalJSX {
|
|
|
9593
8337
|
*/
|
|
9594
8338
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
9595
8339
|
/**
|
|
9596
|
-
* The mode determines
|
|
8340
|
+
* The mode determines which platform styles to use.
|
|
9597
8341
|
*/
|
|
9598
8342
|
"mode"?: "ios" | "md";
|
|
9599
8343
|
/**
|
|
@@ -9645,19 +8389,11 @@ declare namespace LocalJSX {
|
|
|
9645
8389
|
*/
|
|
9646
8390
|
"selectedText"?: string | null;
|
|
9647
8391
|
/**
|
|
9648
|
-
*
|
|
9649
|
-
*/
|
|
9650
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
9651
|
-
/**
|
|
9652
|
-
* 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.
|
|
9653
|
-
*/
|
|
9654
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
9655
|
-
/**
|
|
9656
|
-
* The theme determines the visual appearance of the component.
|
|
8392
|
+
* The shape of the select. If "round" it will have an increased border radius.
|
|
9657
8393
|
*/
|
|
9658
|
-
"
|
|
8394
|
+
"shape"?: 'round';
|
|
9659
8395
|
/**
|
|
9660
|
-
* The toggle icon to use. Defaults to `
|
|
8396
|
+
* The toggle icon to use. Defaults to `chevronExpand` for `ios` mode, or `caretDownSharp` for `md` mode.
|
|
9661
8397
|
*/
|
|
9662
8398
|
"toggleIcon"?: string;
|
|
9663
8399
|
/**
|
|
@@ -9679,14 +8415,6 @@ declare namespace LocalJSX {
|
|
|
9679
8415
|
* @default false
|
|
9680
8416
|
*/
|
|
9681
8417
|
"disabled"?: boolean;
|
|
9682
|
-
/**
|
|
9683
|
-
* The mode determines the platform behaviors of the component.
|
|
9684
|
-
*/
|
|
9685
|
-
"mode"?: "ios" | "md";
|
|
9686
|
-
/**
|
|
9687
|
-
* The theme determines the visual appearance of the component.
|
|
9688
|
-
*/
|
|
9689
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9690
8418
|
/**
|
|
9691
8419
|
* The text value of the option.
|
|
9692
8420
|
*/
|
|
@@ -9701,10 +8429,6 @@ declare namespace LocalJSX {
|
|
|
9701
8429
|
* The text content of the popover body
|
|
9702
8430
|
*/
|
|
9703
8431
|
"message"?: string;
|
|
9704
|
-
/**
|
|
9705
|
-
* The mode determines the platform behaviors of the component.
|
|
9706
|
-
*/
|
|
9707
|
-
"mode"?: "ios" | "md";
|
|
9708
8432
|
/**
|
|
9709
8433
|
* If true, the select accepts multiple values
|
|
9710
8434
|
*/
|
|
@@ -9718,10 +8442,6 @@ declare namespace LocalJSX {
|
|
|
9718
8442
|
* The subheader text of the popover
|
|
9719
8443
|
*/
|
|
9720
8444
|
"subHeader"?: string;
|
|
9721
|
-
/**
|
|
9722
|
-
* The theme determines the visual appearance of the component.
|
|
9723
|
-
*/
|
|
9724
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9725
8445
|
}
|
|
9726
8446
|
interface IonSkeletonText {
|
|
9727
8447
|
/**
|
|
@@ -9729,14 +8449,6 @@ declare namespace LocalJSX {
|
|
|
9729
8449
|
* @default false
|
|
9730
8450
|
*/
|
|
9731
8451
|
"animated"?: boolean;
|
|
9732
|
-
/**
|
|
9733
|
-
* The mode determines the platform behaviors of the component.
|
|
9734
|
-
*/
|
|
9735
|
-
"mode"?: "ios" | "md";
|
|
9736
|
-
/**
|
|
9737
|
-
* The theme determines the visual appearance of the component.
|
|
9738
|
-
*/
|
|
9739
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9740
8452
|
}
|
|
9741
8453
|
interface IonSpinner {
|
|
9742
8454
|
/**
|
|
@@ -9747,10 +8459,6 @@ declare namespace LocalJSX {
|
|
|
9747
8459
|
* Duration of the spinner animation in milliseconds. The default varies based on the spinner.
|
|
9748
8460
|
*/
|
|
9749
8461
|
"duration"?: number;
|
|
9750
|
-
/**
|
|
9751
|
-
* The mode determines the platform behaviors of the component.
|
|
9752
|
-
*/
|
|
9753
|
-
"mode"?: "ios" | "md";
|
|
9754
8462
|
/**
|
|
9755
8463
|
* The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
|
|
9756
8464
|
*/
|
|
@@ -9760,14 +8468,6 @@ declare namespace LocalJSX {
|
|
|
9760
8468
|
* @default false
|
|
9761
8469
|
*/
|
|
9762
8470
|
"paused"?: boolean;
|
|
9763
|
-
/**
|
|
9764
|
-
* 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.
|
|
9765
|
-
*/
|
|
9766
|
-
"size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
9767
|
-
/**
|
|
9768
|
-
* The theme determines the visual appearance of the component.
|
|
9769
|
-
*/
|
|
9770
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9771
8471
|
}
|
|
9772
8472
|
interface IonSplitPane {
|
|
9773
8473
|
/**
|
|
@@ -9779,18 +8479,10 @@ declare namespace LocalJSX {
|
|
|
9779
8479
|
* @default false
|
|
9780
8480
|
*/
|
|
9781
8481
|
"disabled"?: boolean;
|
|
9782
|
-
/**
|
|
9783
|
-
* The mode determines the platform behaviors of the component.
|
|
9784
|
-
*/
|
|
9785
|
-
"mode"?: "ios" | "md";
|
|
9786
8482
|
/**
|
|
9787
8483
|
* Expression to be called when the split-pane visibility has changed
|
|
9788
8484
|
*/
|
|
9789
8485
|
"onIonSplitPaneVisible"?: (event: IonSplitPaneCustomEvent<{ visible: boolean }>) => void;
|
|
9790
|
-
/**
|
|
9791
|
-
* The theme determines the visual appearance of the component.
|
|
9792
|
-
*/
|
|
9793
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9794
8486
|
/**
|
|
9795
8487
|
* When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
|
|
9796
8488
|
* @default QUERY['lg']
|
|
@@ -9802,18 +8494,10 @@ declare namespace LocalJSX {
|
|
|
9802
8494
|
* The component to display inside of the tab.
|
|
9803
8495
|
*/
|
|
9804
8496
|
"component"?: ComponentRef;
|
|
9805
|
-
/**
|
|
9806
|
-
* The mode determines the platform behaviors of the component.
|
|
9807
|
-
*/
|
|
9808
|
-
"mode"?: "ios" | "md";
|
|
9809
8497
|
/**
|
|
9810
8498
|
* 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.
|
|
9811
8499
|
*/
|
|
9812
8500
|
"tab": string;
|
|
9813
|
-
/**
|
|
9814
|
-
* The theme determines the visual appearance of the component.
|
|
9815
|
-
*/
|
|
9816
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9817
8501
|
}
|
|
9818
8502
|
interface IonTabBar {
|
|
9819
8503
|
/**
|
|
@@ -9821,12 +8505,7 @@ declare namespace LocalJSX {
|
|
|
9821
8505
|
*/
|
|
9822
8506
|
"color"?: Color;
|
|
9823
8507
|
/**
|
|
9824
|
-
*
|
|
9825
|
-
* @default 'full'
|
|
9826
|
-
*/
|
|
9827
|
-
"expand"?: 'compact' | 'full';
|
|
9828
|
-
/**
|
|
9829
|
-
* The mode determines the platform behaviors of the component.
|
|
8508
|
+
* The mode determines which platform styles to use.
|
|
9830
8509
|
*/
|
|
9831
8510
|
"mode"?: "ios" | "md";
|
|
9832
8511
|
/**
|
|
@@ -9834,15 +8513,7 @@ declare namespace LocalJSX {
|
|
|
9834
8513
|
*/
|
|
9835
8514
|
"selectedTab"?: string;
|
|
9836
8515
|
/**
|
|
9837
|
-
*
|
|
9838
|
-
*/
|
|
9839
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
9840
|
-
/**
|
|
9841
|
-
* The theme determines the visual appearance of the component.
|
|
9842
|
-
*/
|
|
9843
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9844
|
-
/**
|
|
9845
|
-
* 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).
|
|
8516
|
+
* If `true`, the tab bar will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
9846
8517
|
* @default false
|
|
9847
8518
|
*/
|
|
9848
8519
|
"translucent"?: boolean;
|
|
@@ -9866,7 +8537,7 @@ declare namespace LocalJSX {
|
|
|
9866
8537
|
*/
|
|
9867
8538
|
"layout"?: TabButtonLayout;
|
|
9868
8539
|
/**
|
|
9869
|
-
* The mode determines
|
|
8540
|
+
* The mode determines which platform styles to use.
|
|
9870
8541
|
*/
|
|
9871
8542
|
"mode"?: "ios" | "md";
|
|
9872
8543
|
/**
|
|
@@ -9878,10 +8549,6 @@ declare namespace LocalJSX {
|
|
|
9878
8549
|
* @default false
|
|
9879
8550
|
*/
|
|
9880
8551
|
"selected"?: boolean;
|
|
9881
|
-
/**
|
|
9882
|
-
* 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.
|
|
9883
|
-
*/
|
|
9884
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
9885
8552
|
/**
|
|
9886
8553
|
* 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.
|
|
9887
8554
|
*/
|
|
@@ -9890,16 +8557,8 @@ declare namespace LocalJSX {
|
|
|
9890
8557
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
9891
8558
|
*/
|
|
9892
8559
|
"target"?: string | undefined;
|
|
9893
|
-
/**
|
|
9894
|
-
* The theme determines the visual appearance of the component.
|
|
9895
|
-
*/
|
|
9896
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9897
8560
|
}
|
|
9898
8561
|
interface IonTabs {
|
|
9899
|
-
/**
|
|
9900
|
-
* The mode determines the platform behaviors of the component.
|
|
9901
|
-
*/
|
|
9902
|
-
"mode"?: "ios" | "md";
|
|
9903
8562
|
/**
|
|
9904
8563
|
* Emitted when the navigation has finished transitioning to a new component.
|
|
9905
8564
|
*/
|
|
@@ -9908,10 +8567,6 @@ declare namespace LocalJSX {
|
|
|
9908
8567
|
* Emitted when the navigation is about to transition to a new component.
|
|
9909
8568
|
*/
|
|
9910
8569
|
"onIonTabsWillChange"?: (event: IonTabsCustomEvent<{ tab: string }>) => void;
|
|
9911
|
-
/**
|
|
9912
|
-
* The theme determines the visual appearance of the component.
|
|
9913
|
-
*/
|
|
9914
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9915
8570
|
}
|
|
9916
8571
|
interface IonText {
|
|
9917
8572
|
/**
|
|
@@ -9919,13 +8574,9 @@ declare namespace LocalJSX {
|
|
|
9919
8574
|
*/
|
|
9920
8575
|
"color"?: Color;
|
|
9921
8576
|
/**
|
|
9922
|
-
* The mode determines
|
|
8577
|
+
* The mode determines which platform styles to use.
|
|
9923
8578
|
*/
|
|
9924
8579
|
"mode"?: "ios" | "md";
|
|
9925
|
-
/**
|
|
9926
|
-
* The theme determines the visual appearance of the component.
|
|
9927
|
-
*/
|
|
9928
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9929
8580
|
}
|
|
9930
8581
|
interface IonTextarea {
|
|
9931
8582
|
/**
|
|
@@ -9983,7 +8634,7 @@ declare namespace LocalJSX {
|
|
|
9983
8634
|
*/
|
|
9984
8635
|
"errorText"?: string;
|
|
9985
8636
|
/**
|
|
9986
|
-
* 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
|
|
8637
|
+
* 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` mode.
|
|
9987
8638
|
*/
|
|
9988
8639
|
"fill"?: 'outline' | 'solid';
|
|
9989
8640
|
/**
|
|
@@ -10012,7 +8663,7 @@ declare namespace LocalJSX {
|
|
|
10012
8663
|
*/
|
|
10013
8664
|
"minlength"?: number;
|
|
10014
8665
|
/**
|
|
10015
|
-
* The mode determines
|
|
8666
|
+
* The mode determines which platform styles to use.
|
|
10016
8667
|
*/
|
|
10017
8668
|
"mode"?: "ios" | "md";
|
|
10018
8669
|
/**
|
|
@@ -10055,23 +8706,14 @@ declare namespace LocalJSX {
|
|
|
10055
8706
|
*/
|
|
10056
8707
|
"rows"?: number;
|
|
10057
8708
|
/**
|
|
10058
|
-
*
|
|
10059
|
-
*/
|
|
10060
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
10061
|
-
/**
|
|
10062
|
-
* 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.
|
|
10063
|
-
* @default 'medium'
|
|
8709
|
+
* The shape of the textarea. If "round" it will have an increased border radius.
|
|
10064
8710
|
*/
|
|
10065
|
-
"
|
|
8711
|
+
"shape"?: 'round';
|
|
10066
8712
|
/**
|
|
10067
8713
|
* If `true`, the element will have its spelling and grammar checked.
|
|
10068
8714
|
* @default false
|
|
10069
8715
|
*/
|
|
10070
8716
|
"spellcheck"?: boolean;
|
|
10071
|
-
/**
|
|
10072
|
-
* The theme determines the visual appearance of the component.
|
|
10073
|
-
*/
|
|
10074
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
10075
8717
|
/**
|
|
10076
8718
|
* The value of the textarea.
|
|
10077
8719
|
* @default ''
|
|
@@ -10083,32 +8725,16 @@ declare namespace LocalJSX {
|
|
|
10083
8725
|
"wrap"?: 'hard' | 'soft' | 'off';
|
|
10084
8726
|
}
|
|
10085
8727
|
interface IonThumbnail {
|
|
10086
|
-
/**
|
|
10087
|
-
* The mode determines the platform behaviors of the component.
|
|
10088
|
-
*/
|
|
10089
|
-
"mode"?: "ios" | "md";
|
|
10090
|
-
/**
|
|
10091
|
-
* The theme determines the visual appearance of the component.
|
|
10092
|
-
*/
|
|
10093
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
10094
8728
|
}
|
|
10095
8729
|
interface IonTitle {
|
|
10096
8730
|
/**
|
|
10097
8731
|
* 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).
|
|
10098
8732
|
*/
|
|
10099
8733
|
"color"?: Color;
|
|
10100
|
-
/**
|
|
10101
|
-
* The mode determines the platform behaviors of the component.
|
|
10102
|
-
*/
|
|
10103
|
-
"mode"?: "ios" | "md";
|
|
10104
8734
|
/**
|
|
10105
8735
|
* The size of the toolbar title.
|
|
10106
8736
|
*/
|
|
10107
8737
|
"size"?: 'large' | 'small';
|
|
10108
|
-
/**
|
|
10109
|
-
* The theme determines the visual appearance of the component.
|
|
10110
|
-
*/
|
|
10111
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
10112
8738
|
}
|
|
10113
8739
|
interface IonToast {
|
|
10114
8740
|
/**
|
|
@@ -10145,11 +8771,6 @@ declare namespace LocalJSX {
|
|
|
10145
8771
|
* Additional attributes to pass to the toast.
|
|
10146
8772
|
*/
|
|
10147
8773
|
"htmlAttributes"?: { [key: string]: any };
|
|
10148
|
-
/**
|
|
10149
|
-
* Set to `"bold"` for a toast with vibrant, bold colors or to `"subtle"` for a toast with muted, subtle colors. Only applies to the `ionic` theme.
|
|
10150
|
-
* @default 'subtle'
|
|
10151
|
-
*/
|
|
10152
|
-
"hue"?: 'bold' | 'subtle';
|
|
10153
8774
|
/**
|
|
10154
8775
|
* The name of the icon to display, or the path to a valid SVG file. See `ion-icon`. https://ionic.io/ionicons
|
|
10155
8776
|
*/
|
|
@@ -10178,7 +8799,7 @@ declare namespace LocalJSX {
|
|
|
10178
8799
|
*/
|
|
10179
8800
|
"message"?: string | IonicSafeString;
|
|
10180
8801
|
/**
|
|
10181
|
-
* The mode determines
|
|
8802
|
+
* The mode determines which platform styles to use.
|
|
10182
8803
|
*/
|
|
10183
8804
|
"mode"?: "ios" | "md";
|
|
10184
8805
|
/**
|
|
@@ -10222,20 +8843,12 @@ declare namespace LocalJSX {
|
|
|
10222
8843
|
* 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.
|
|
10223
8844
|
*/
|
|
10224
8845
|
"positionAnchor"?: HTMLElement | string;
|
|
10225
|
-
/**
|
|
10226
|
-
* 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.
|
|
10227
|
-
*/
|
|
10228
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
10229
8846
|
/**
|
|
10230
8847
|
* 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.
|
|
10231
8848
|
*/
|
|
10232
8849
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
10233
8850
|
/**
|
|
10234
|
-
*
|
|
10235
|
-
*/
|
|
10236
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
10237
|
-
/**
|
|
10238
|
-
* 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).
|
|
8851
|
+
* If `true`, the toast will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
10239
8852
|
* @default false
|
|
10240
8853
|
*/
|
|
10241
8854
|
"translucent"?: boolean;
|
|
@@ -10286,7 +8899,7 @@ declare namespace LocalJSX {
|
|
|
10286
8899
|
*/
|
|
10287
8900
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
10288
8901
|
/**
|
|
10289
|
-
* The mode determines
|
|
8902
|
+
* The mode determines which platform styles to use.
|
|
10290
8903
|
*/
|
|
10291
8904
|
"mode"?: "ios" | "md";
|
|
10292
8905
|
/**
|
|
@@ -10311,10 +8924,6 @@ declare namespace LocalJSX {
|
|
|
10311
8924
|
* @default false
|
|
10312
8925
|
*/
|
|
10313
8926
|
"required"?: boolean;
|
|
10314
|
-
/**
|
|
10315
|
-
* The theme determines the visual appearance of the component.
|
|
10316
|
-
*/
|
|
10317
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
10318
8927
|
/**
|
|
10319
8928
|
* 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>`.
|
|
10320
8929
|
* @default 'on'
|
|
@@ -10327,13 +8936,9 @@ declare namespace LocalJSX {
|
|
|
10327
8936
|
*/
|
|
10328
8937
|
"color"?: Color;
|
|
10329
8938
|
/**
|
|
10330
|
-
* The mode determines
|
|
8939
|
+
* The mode determines which platform styles to use.
|
|
10331
8940
|
*/
|
|
10332
8941
|
"mode"?: "ios" | "md";
|
|
10333
|
-
/**
|
|
10334
|
-
* The theme determines the visual appearance of the component.
|
|
10335
|
-
*/
|
|
10336
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
10337
8942
|
}
|
|
10338
8943
|
interface IntrinsicElements {
|
|
10339
8944
|
"ion-accordion": IonAccordion;
|
|
@@ -10360,7 +8965,6 @@ declare namespace LocalJSX {
|
|
|
10360
8965
|
"ion-content": IonContent;
|
|
10361
8966
|
"ion-datetime": IonDatetime;
|
|
10362
8967
|
"ion-datetime-button": IonDatetimeButton;
|
|
10363
|
-
"ion-divider": IonDivider;
|
|
10364
8968
|
"ion-fab": IonFab;
|
|
10365
8969
|
"ion-fab-button": IonFabButton;
|
|
10366
8970
|
"ion-fab-list": IonFabList;
|
|
@@ -10464,7 +9068,6 @@ declare module "@stencil/core" {
|
|
|
10464
9068
|
"ion-content": LocalJSX.IonContent & JSXBase.HTMLAttributes<HTMLIonContentElement>;
|
|
10465
9069
|
"ion-datetime": LocalJSX.IonDatetime & JSXBase.HTMLAttributes<HTMLIonDatetimeElement>;
|
|
10466
9070
|
"ion-datetime-button": LocalJSX.IonDatetimeButton & JSXBase.HTMLAttributes<HTMLIonDatetimeButtonElement>;
|
|
10467
|
-
"ion-divider": LocalJSX.IonDivider & JSXBase.HTMLAttributes<HTMLIonDividerElement>;
|
|
10468
9071
|
"ion-fab": LocalJSX.IonFab & JSXBase.HTMLAttributes<HTMLIonFabElement>;
|
|
10469
9072
|
"ion-fab-button": LocalJSX.IonFabButton & JSXBase.HTMLAttributes<HTMLIonFabButtonElement>;
|
|
10470
9073
|
"ion-fab-list": LocalJSX.IonFabList & JSXBase.HTMLAttributes<HTMLIonFabListElement>;
|