@ionic/core 8.6.6-dev.11753723348.11c41280 → 8.6.6-dev.11754079589.14074817
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 +9 -13
- 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 +16 -28
- package/components/helpers.js +3 -42
- package/components/index5.js +8 -8
- package/components/index6.js +3 -3
- 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 +5 -5
- package/components/ion-datetime-button.js +5 -8
- package/components/ion-datetime.js +23 -99
- 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 +2 -5
- 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 +7 -25
- 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 -349
- package/components/ios.transition.js +0 -1
- package/components/item.js +14 -39
- 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 -99
- package/components/picker-column-option.js +7 -10
- package/components/picker-column.js +8 -43
- package/components/picker-column2.js +4 -4
- package/components/picker.js +4 -7
- package/components/popover.js +9 -12
- package/components/radio-group.js +5 -10
- package/components/radio.js +8 -11
- package/components/ripple-effect.js +7 -15
- package/components/select-modal.js +4 -4
- 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-Bcz4qmJk.js → animation-0T7gKwOt.js} +3 -2
- package/dist/cjs/{button-active-1nO6qpCH.js → button-active-C-4ud7Ht.js} +2 -2
- package/dist/cjs/{capacitor-CzFst28-.js → capacitor-DmA66EwP.js} +1 -1
- package/dist/cjs/{config-DGKt4XfG.js → config-U7OAuj53.js} +1 -1
- package/dist/cjs/{data-B3i-krcw.js → data-DRqa6oM4.js} +6 -6
- package/dist/{esm/focus-visible-vXpMhGrs.js → cjs/focus-visible-CCvKiLh3.js} +3 -23
- package/dist/cjs/{framework-delegate-DfEY5uyC.js → framework-delegate-C7sIJyT5.js} +2 -4
- package/dist/cjs/{haptic-DbqPcCc9.js → haptic-ClPPQ_PS.js} +1 -1
- package/dist/cjs/hardware-back-button-D90qZxju.js +121 -0
- package/dist/cjs/{helpers-DmAvmm2T.js → helpers-BITAzJfi.js} +3 -42
- package/dist/cjs/{index-YEjC0pvJ.js → index-BDBT0u4l.js} +3 -3
- package/dist/cjs/{index-DPBLiXfW.js → index-CPbAsnJK.js} +2 -2
- package/dist/cjs/{index-CaZ3uzAD.js → index-CVa6JE57.js} +2 -2
- package/dist/cjs/{index-DcPe_YcG.js → index-CxfLS2mX.js} +12 -12
- package/dist/cjs/{index-CmckMMX1.js → index-DODXXb_r.js} +12 -352
- package/dist/cjs/index-DkNv4J_i.js +10 -0
- package/dist/cjs/{index-DxVhwe3d.js → index-y0QaNtCi.js} +4 -4
- package/dist/cjs/index.cjs.js +12 -11
- package/dist/cjs/{input-shims-BwdlNkON.js → input-shims-D1Mfgd4s.js} +6 -6
- package/dist/cjs/{input.utils-CfjyQhpu.js → input.utils-DSoBEyUu.js} +4 -3
- package/dist/cjs/ion-accordion_2.cjs.entry.js +27 -56
- package/dist/cjs/ion-action-sheet.cjs.entry.js +18 -21
- package/dist/cjs/ion-alert.cjs.entry.js +21 -23
- package/dist/cjs/ion-app_8.cjs.entry.js +144 -243
- package/dist/cjs/ion-avatar_3.cjs.entry.js +11 -123
- package/dist/cjs/ion-back-button.cjs.entry.js +20 -29
- package/dist/cjs/ion-backdrop.cjs.entry.js +6 -9
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +16 -52
- 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 +10 -13
- package/dist/cjs/ion-datetime-button.cjs.entry.js +7 -11
- package/dist/cjs/ion-datetime_3.cjs.entry.js +40 -115
- package/dist/cjs/ion-fab_3.cjs.entry.js +26 -42
- package/dist/cjs/ion-img.cjs.entry.js +3 -7
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +15 -90
- package/dist/cjs/ion-input-otp.cjs.entry.js +7 -11
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +13 -51
- package/dist/cjs/ion-input.cjs.entry.js +31 -121
- package/dist/cjs/ion-item-option_3.cjs.entry.js +19 -48
- package/dist/cjs/ion-item_8.cjs.entry.js +46 -106
- package/dist/cjs/ion-loading.cjs.entry.js +16 -18
- package/dist/cjs/ion-menu_3.cjs.entry.js +27 -45
- package/dist/cjs/ion-modal.cjs.entry.js +56 -83
- package/dist/cjs/ion-nav_2.cjs.entry.js +10 -13
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +8 -12
- package/dist/cjs/ion-picker-column.cjs.entry.js +12 -48
- package/dist/cjs/ion-picker.cjs.entry.js +6 -10
- 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 +13 -22
- package/dist/cjs/ion-range.cjs.entry.js +10 -14
- package/dist/cjs/ion-refresher_2.cjs.entry.js +20 -38
- package/dist/cjs/ion-reorder_2.cjs.entry.js +13 -37
- 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 +22 -135
- package/dist/cjs/ion-segment-content.cjs.entry.js +2 -2
- package/dist/cjs/ion-segment-view.cjs.entry.js +3 -6
- package/dist/cjs/ion-segment_2.cjs.entry.js +14 -21
- package/dist/cjs/ion-select-modal.cjs.entry.js +9 -8
- package/dist/cjs/ion-select_3.cjs.entry.js +39 -130
- 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 +20 -65
- package/dist/cjs/ion-tab_2.cjs.entry.js +7 -8
- 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 +42 -65
- package/dist/cjs/ion-toggle.cjs.entry.js +22 -79
- package/dist/cjs/ionic.cjs.js +2 -2
- package/dist/cjs/{ios.transition-BMRClUxZ.js → ios.transition-baEy2tr4.js} +5 -6
- package/dist/cjs/{keyboard-Chl5cusY.js → keyboard-UuAS4D_9.js} +1 -1
- package/dist/cjs/{keyboard-controller-yLvXRMuh.js → keyboard-controller-GXBiBRKS.js} +3 -4
- package/dist/cjs/{keyboard-nXDIskl9.js → keyboard-hHzlEQpk.js} +3 -3
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{md.transition-D2ZL4jgW.js → md.transition-Bvc-JrM5.js} +5 -5
- package/dist/cjs/{notch-controller-S50JyZJs.js → notch-controller-BAbqGXRi.js} +2 -2
- package/dist/cjs/{overlays-DbrifhWu.js → overlays-C7qzO8d7.js} +9 -104
- package/dist/cjs/{status-tap-DMaRrHIS.js → status-tap-Db3WeCkO.js} +3 -4
- package/dist/cjs/{swipe-back-CEVlQT7C.js → swipe-back-D_VN6H9r.js} +2 -3
- 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 +11 -15
- 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 +0 -12
- package/dist/collection/components/col/col.js +5 -9
- 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 +86 -242
- package/dist/collection/components/datetime/datetime.js +22 -99
- package/dist/collection/components/datetime/datetime.md.css +86 -242
- 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 +18 -49
- package/dist/collection/components/header/header.md.css +8 -23
- 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 -106
- package/dist/collection/components/input-otp/input-otp.js +5 -7
- package/dist/collection/components/input-otp/input-otp.md.css +60 -106
- 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 +19 -43
- 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 -44
- package/dist/collection/components/picker-column-option/picker-column-option.ios.css +2 -8
- 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 +2 -8
- 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 +18 -42
- package/dist/collection/components/radio-group/radio-group.js +5 -13
- package/dist/collection/components/radio-group/radio-group.md.css +18 -42
- 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 -12
- 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 +54 -157
- 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 +3 -3
- 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 -79
- 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 +8 -44
- 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/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 -99
- 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 -24
- package/dist/collection/utils/transition/ios.transition.js +0 -1
- package/dist/docs.json +359 -7916
- package/dist/esm/{animation-Cgfm6Out.js → animation-BWcUKtbn.js} +2 -1
- package/dist/esm/{button-active-DvzVF2u_.js → button-active-Bxcnevju.js} +2 -2
- package/dist/esm/{capacitor-Dvc8Ydvg.js → capacitor-CFERIeaU.js} +1 -1
- package/dist/esm/{config-DwiPHIF5.js → config-AaTyISnm.js} +1 -1
- package/dist/esm/{data-HHZs0eLV.js → data-GIsHsYIB.js} +6 -6
- package/dist/{cjs/focus-visible-BIj-I3-C.js → esm/focus-visible-BmVRXR1y.js} +1 -27
- package/dist/esm/{framework-delegate-B4Rily6A.js → framework-delegate-DxcnWic_.js} +2 -4
- package/dist/esm/{haptic-ZZTn7IWt.js → haptic-DzAMWJuk.js} +1 -1
- package/dist/esm/hardware-back-button-DcH0BbDp.js +115 -0
- package/dist/esm/{helpers-D_90HVv6.js → helpers-1O4D2b7y.js} +3 -42
- package/dist/esm/{index-CFd-a2gp.js → index-BLV6ykCk.js} +3 -3
- package/dist/esm/{index-BBrR3goV.js → index-B_U9CtaY.js} +13 -347
- package/dist/esm/{index-ByqmqxGO.js → index-BlJTBdxG.js} +2 -2
- package/dist/esm/{index-k4x4i7EL.js → index-CWbP1eJz.js} +3 -3
- package/dist/esm/{index-D4D_NUAr.js → index-D8sncTHY.js} +10 -10
- package/dist/esm/{index-BoSPzYKk.js → index-DfBA5ztX.js} +4 -4
- package/dist/esm/index-ZjP4CjeZ.js +7 -0
- package/dist/esm/index.js +12 -11
- package/dist/esm/{input-shims-DEtEJcaS.js → input-shims-C3lNp93k.js} +6 -6
- package/dist/esm/{input.utils-DNE0LB5g.js → input.utils-zWijNCrx.js} +3 -2
- package/dist/esm/ion-accordion_2.entry.js +27 -56
- package/dist/esm/ion-action-sheet.entry.js +18 -21
- package/dist/esm/ion-alert.entry.js +21 -23
- package/dist/esm/ion-app_8.entry.js +144 -243
- package/dist/esm/ion-avatar_3.entry.js +12 -124
- 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 +16 -52
- 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 +7 -48
- package/dist/esm/ion-col_3.entry.js +10 -13
- 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 +26 -42
- package/dist/esm/ion-img.entry.js +3 -7
- package/dist/esm/ion-infinite-scroll_2.entry.js +15 -90
- package/dist/esm/ion-input-otp.entry.js +7 -11
- package/dist/esm/ion-input-password-toggle.entry.js +13 -51
- package/dist/esm/ion-input.entry.js +31 -121
- package/dist/esm/ion-item-option_3.entry.js +19 -48
- package/dist/esm/ion-item_8.entry.js +46 -106
- package/dist/esm/ion-loading.entry.js +16 -18
- 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 +8 -12
- package/dist/esm/ion-picker-column.entry.js +11 -47
- package/dist/esm/ion-picker.entry.js +6 -10
- 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 +13 -22
- package/dist/esm/ion-range.entry.js +10 -14
- package/dist/esm/ion-refresher_2.entry.js +20 -38
- package/dist/esm/ion-reorder_2.entry.js +13 -37
- 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 +23 -136
- package/dist/esm/ion-segment-content.entry.js +2 -2
- package/dist/esm/ion-segment-view.entry.js +3 -6
- package/dist/esm/ion-segment_2.entry.js +14 -21
- package/dist/esm/ion-select-modal.entry.js +9 -8
- package/dist/esm/ion-select_3.entry.js +39 -130
- 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 +20 -65
- package/dist/esm/ion-tab_2.entry.js +7 -8
- 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 +18 -41
- package/dist/esm/ion-toggle.entry.js +22 -79
- package/dist/esm/ionic.js +3 -3
- package/dist/esm/{ios.transition-C_-UP8wE.js → ios.transition-BmXtMRXZ.js} +5 -6
- package/dist/esm/{keyboard-Cvigb3Rv.js → keyboard-CUw4ekVy.js} +1 -1
- package/dist/esm/{keyboard-controller-lts2Pswq.js → keyboard-controller-BaaVITYt.js} +3 -4
- package/dist/esm/{keyboard-BsZp3qPH.js → keyboard-ywgs5efA.js} +3 -3
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{md.transition-BDWkLsNw.js → md.transition-CLI683c7.js} +5 -5
- package/dist/esm/{notch-controller-ClKrf2l9.js → notch-controller-C5LPspO8.js} +2 -2
- package/dist/esm/{overlays-DDeOq6un.js → overlays-B9c8xDgx.js} +6 -101
- package/dist/esm/{status-tap-DLatL9pG.js → status-tap-7t9T91bG.js} +3 -4
- package/dist/esm/{swipe-back-YYylMb0l.js → swipe-back-VdaUzLWy.js} +2 -3
- package/dist/html.html-data.json +228 -2510
- package/dist/ionic/index.esm.js +1 -1
- package/dist/ionic/ionic.esm.js +1 -1
- package/dist/ionic/p-0fc6fc38.entry.js +4 -0
- package/dist/ionic/p-15fd6748.entry.js +4 -0
- package/dist/ionic/p-1739f5f2.entry.js +4 -0
- package/dist/ionic/p-18f1813b.entry.js +4 -0
- package/dist/ionic/p-26d0d48c.entry.js +4 -0
- package/dist/ionic/p-2bc871ee.entry.js +4 -0
- package/dist/ionic/p-2c6c6991.entry.js +4 -0
- package/dist/ionic/p-2cfd6b61.entry.js +4 -0
- package/dist/ionic/p-35c4a63f.entry.js +4 -0
- package/dist/ionic/p-3c855fa9.entry.js +4 -0
- package/dist/ionic/p-4b7d1f35.entry.js +4 -0
- package/dist/ionic/p-4d61f20b.entry.js +4 -0
- package/dist/ionic/p-5484cc68.entry.js +4 -0
- package/dist/ionic/p-5f671887.entry.js +4 -0
- package/dist/ionic/p-73d7ad90.entry.js +4 -0
- package/dist/ionic/p-76b697a3.entry.js +4 -0
- package/dist/ionic/p-7821a95f.entry.js +4 -0
- package/dist/ionic/{p-D-g7JYuH.js → p-7qk7mxdr.js} +1 -1
- package/dist/ionic/p-8957540a.entry.js +4 -0
- package/dist/ionic/p-89b13ae2.entry.js +4 -0
- package/dist/ionic/p-8a8ef46b.entry.js +4 -0
- package/dist/ionic/p-8c674371.entry.js +4 -0
- package/dist/ionic/p-8f2f76e0.entry.js +4 -0
- package/dist/ionic/p-91bde659.entry.js +4 -0
- package/dist/ionic/p-97667b9c.entry.js +4 -0
- package/dist/ionic/p-9b46b31b.entry.js +4 -0
- package/dist/ionic/p-9eeaBrnk.js +4 -0
- package/dist/ionic/p-B1MNHTYX.js +4 -0
- package/dist/ionic/p-B3XSxWNQ.js +4 -0
- package/dist/ionic/{p-CFd-a2gp.js → p-BLV6ykCk.js} +1 -1
- package/dist/ionic/p-BROiNJRB.js +4 -0
- package/dist/ionic/p-B_U9CtaY.js +5 -0
- package/dist/ionic/p-BhLqfMrf.js +4 -0
- package/dist/ionic/p-BmQduG8c.js +4 -0
- package/dist/ionic/p-BmVRXR1y.js +4 -0
- package/dist/ionic/p-CIGNaXM1.js +4 -0
- package/dist/ionic/{p-BuAY53fC.js → p-CKvCXMs9.js} +1 -1
- package/dist/ionic/p-CL-KfWxq.js +4 -0
- package/dist/ionic/{p-DIZM2shZ.js → p-CPgXVSua.js} +1 -1
- package/dist/ionic/p-CRiGyYOA.js +4 -0
- package/dist/ionic/p-CbI9XwwW.js +4 -0
- package/dist/ionic/p-CtWGkNnJ.js +4 -0
- package/dist/ionic/p-D-7TeYC4.js +4 -0
- package/dist/ionic/{p-Bi_aZreq.js → p-D13Eaw-8.js} +1 -1
- package/dist/ionic/p-DCfS5Jk_.js +4 -0
- package/dist/ionic/p-DgdWETCP.js +4 -0
- package/dist/ionic/p-Do-uqmtX.js +4 -0
- package/dist/ionic/p-DzH0J0yi.js +4 -0
- package/dist/ionic/p-GOP-p4rH.js +4 -0
- package/dist/ionic/p-QwEXyOze.js +4 -0
- package/dist/ionic/p-ZjP4CjeZ.js +4 -0
- package/dist/ionic/p-a2a19cce.entry.js +4 -0
- package/dist/ionic/p-a6282370.entry.js +4 -0
- package/dist/ionic/p-a92bfa13.entry.js +4 -0
- package/dist/ionic/{p-b2fe9962.entry.js → p-a9ac80bd.entry.js} +1 -1
- package/dist/ionic/p-a9f99c74.entry.js +4 -0
- package/dist/ionic/p-aa8956c2.entry.js +4 -0
- package/dist/ionic/p-b2eebf52.entry.js +4 -0
- package/dist/ionic/p-b758a177.entry.js +4 -0
- package/dist/ionic/p-b9ba04ca.entry.js +4 -0
- package/dist/ionic/p-b9f79efc.entry.js +4 -0
- package/dist/ionic/p-bNmY-WfR.js +4 -0
- package/dist/ionic/p-c0335397.entry.js +4 -0
- package/dist/ionic/p-c4912ca5.entry.js +4 -0
- package/dist/ionic/p-c884d7e3.entry.js +4 -0
- package/dist/ionic/p-ce016b13.entry.js +4 -0
- package/dist/ionic/p-ce94f09b.entry.js +4 -0
- package/dist/ionic/p-cf632ee2.entry.js +4 -0
- package/dist/ionic/p-d333541f.entry.js +4 -0
- package/dist/ionic/p-d47b85ea.entry.js +4 -0
- package/dist/ionic/p-d8ed5df0.entry.js +4 -0
- package/dist/ionic/p-da4a9096.entry.js +4 -0
- package/dist/ionic/p-e1260ed5.entry.js +4 -0
- package/dist/ionic/p-e90652a0.entry.js +4 -0
- package/dist/ionic/p-ef939868.entry.js +4 -0
- package/dist/ionic/{p-eZzo_1L1.js → p-ei_RiGrl.js} +1 -1
- package/dist/ionic/p-f83db8cd.entry.js +4 -0
- package/dist/ionic/p-fb74fc38.entry.js +4 -0
- package/dist/ionic/p-fbc5481b.entry.js +4 -0
- package/dist/ionic/p-fcc7437b.entry.js +4 -0
- package/dist/ionic/svg/accessibility-outline.svg +1 -1
- package/dist/ionic/svg/accessibility-sharp.svg +1 -1
- package/dist/ionic/svg/accessibility.svg +1 -1
- package/dist/ionic/svg/bag-add-outline.svg +1 -1
- package/dist/ionic/svg/bag-add-sharp.svg +1 -1
- package/dist/ionic/svg/bag-add.svg +1 -1
- package/dist/ionic/svg/bag-check-outline.svg +1 -1
- package/dist/ionic/svg/bag-check-sharp.svg +1 -1
- package/dist/ionic/svg/bag-check.svg +1 -1
- package/dist/ionic/svg/bag-handle-outline.svg +1 -1
- package/dist/ionic/svg/bag-handle-sharp.svg +1 -1
- package/dist/ionic/svg/bag-handle.svg +1 -1
- package/dist/ionic/svg/bag-outline.svg +1 -1
- package/dist/ionic/svg/bag-remove-outline.svg +1 -1
- package/dist/ionic/svg/bag-remove-sharp.svg +1 -1
- package/dist/ionic/svg/bag-remove.svg +1 -1
- package/dist/ionic/svg/bag-sharp.svg +1 -1
- package/dist/ionic/svg/bag.svg +1 -1
- package/dist/ionic/svg/balloon-outline.svg +1 -1
- package/dist/ionic/svg/balloon-sharp.svg +1 -1
- package/dist/ionic/svg/balloon.svg +1 -1
- package/dist/ionic/svg/ban-outline.svg +1 -1
- package/dist/ionic/svg/ban-sharp.svg +1 -1
- package/dist/ionic/svg/ban.svg +1 -1
- package/dist/ionic/svg/body-outline.svg +1 -1
- package/dist/ionic/svg/bowling-ball-outline.svg +1 -1
- package/dist/ionic/svg/bowling-ball-sharp.svg +1 -1
- package/dist/ionic/svg/bowling-ball.svg +1 -1
- package/dist/ionic/svg/calendar-clear-outline.svg +1 -1
- package/dist/ionic/svg/calendar-clear-sharp.svg +1 -1
- package/dist/ionic/svg/calendar-clear.svg +1 -1
- package/dist/ionic/svg/calendar-number-outline.svg +1 -1
- package/dist/ionic/svg/calendar-number-sharp.svg +1 -1
- package/dist/ionic/svg/calendar-number.svg +1 -1
- package/dist/ionic/svg/calendar-outline.svg +1 -1
- package/dist/ionic/svg/calendar-sharp.svg +1 -1
- package/dist/ionic/svg/calendar.svg +1 -1
- package/dist/ionic/svg/chevron-collapse-outline.svg +1 -1
- package/dist/ionic/svg/chevron-collapse-sharp.svg +1 -1
- package/dist/ionic/svg/chevron-collapse.svg +1 -1
- package/dist/ionic/svg/chevron-expand-outline.svg +1 -1
- package/dist/ionic/svg/chevron-expand-sharp.svg +1 -1
- package/dist/ionic/svg/chevron-expand.svg +1 -1
- package/dist/ionic/svg/color-wand-outline.svg +1 -1
- package/dist/ionic/svg/color-wand.svg +1 -1
- package/dist/ionic/svg/diamond-outline.svg +1 -1
- package/dist/ionic/svg/diamond-sharp.svg +1 -1
- package/dist/ionic/svg/diamond.svg +1 -1
- package/dist/ionic/svg/dice-outline.svg +1 -1
- package/dist/ionic/svg/dice-sharp.svg +1 -1
- package/dist/ionic/svg/dice.svg +1 -1
- package/dist/ionic/svg/document-lock-outline.svg +1 -1
- package/dist/ionic/svg/document-lock-sharp.svg +1 -1
- package/dist/ionic/svg/document-lock.svg +1 -1
- package/dist/ionic/svg/extension-puzzle-outline.svg +1 -1
- package/dist/ionic/svg/extension-puzzle-sharp.svg +1 -1
- package/dist/ionic/svg/extension-puzzle.svg +1 -1
- package/dist/ionic/svg/filter-circle-outline.svg +1 -1
- package/dist/ionic/svg/filter-circle-sharp.svg +1 -1
- package/dist/ionic/svg/filter-circle.svg +1 -1
- package/dist/ionic/svg/fish-outline.svg +1 -1
- package/dist/ionic/svg/fish-sharp.svg +1 -1
- package/dist/ionic/svg/fish.svg +1 -1
- package/dist/ionic/svg/footsteps-outline.svg +1 -1
- package/dist/ionic/svg/footsteps-sharp.svg +1 -1
- package/dist/ionic/svg/footsteps.svg +1 -1
- package/dist/ionic/svg/id-card-outline.svg +1 -1
- package/dist/ionic/svg/id-card-sharp.svg +1 -1
- package/dist/ionic/svg/id-card.svg +1 -1
- package/dist/ionic/svg/invert-mode-outline.svg +1 -1
- package/dist/ionic/svg/invert-mode-sharp.svg +1 -1
- package/dist/ionic/svg/invert-mode.svg +1 -1
- package/dist/ionic/svg/logo-alipay.svg +1 -1
- package/dist/ionic/svg/logo-android.svg +1 -1
- package/dist/ionic/svg/logo-apple-ar.svg +1 -1
- package/dist/ionic/svg/logo-behance.svg +1 -1
- package/dist/ionic/svg/logo-bitbucket.svg +1 -1
- package/dist/ionic/svg/logo-deviantart.svg +1 -1
- package/dist/ionic/svg/logo-discord.svg +1 -1
- package/dist/ionic/svg/logo-docker.svg +1 -1
- package/dist/ionic/svg/logo-edge.svg +1 -1
- package/dist/ionic/svg/logo-facebook.svg +1 -1
- package/dist/ionic/svg/logo-figma.svg +1 -1
- package/dist/ionic/svg/logo-firebase.svg +1 -1
- package/dist/ionic/svg/logo-gitlab.svg +1 -1
- package/dist/ionic/svg/logo-ionic.svg +1 -1
- package/dist/ionic/svg/logo-mastodon.svg +1 -1
- package/dist/ionic/svg/logo-medium.svg +1 -1
- package/dist/ionic/svg/logo-microsoft.svg +1 -1
- package/dist/ionic/svg/logo-npm.svg +1 -1
- package/dist/ionic/svg/logo-paypal.svg +1 -1
- package/dist/ionic/svg/logo-soundcloud.svg +1 -1
- package/dist/ionic/svg/logo-tableau.svg +1 -1
- package/dist/ionic/svg/logo-tiktok.svg +1 -1
- package/dist/ionic/svg/logo-venmo.svg +1 -1
- package/dist/ionic/svg/logo-vercel.svg +1 -1
- package/dist/ionic/svg/logo-wechat.svg +1 -1
- package/dist/ionic/svg/logo-yahoo.svg +1 -1
- package/dist/ionic/svg/prism-outline.svg +1 -1
- package/dist/ionic/svg/prism-sharp.svg +1 -1
- package/dist/ionic/svg/prism.svg +1 -1
- package/dist/ionic/svg/scale-outline.svg +1 -1
- package/dist/ionic/svg/scale-sharp.svg +1 -1
- package/dist/ionic/svg/scale.svg +1 -1
- package/dist/ionic/svg/server-outline.svg +1 -1
- package/dist/ionic/svg/server-sharp.svg +1 -1
- package/dist/ionic/svg/server.svg +1 -1
- package/dist/ionic/svg/shield-half-outline.svg +1 -1
- package/dist/ionic/svg/shield-half-sharp.svg +1 -1
- package/dist/ionic/svg/shield-half.svg +1 -1
- package/dist/ionic/svg/sparkles-outline.svg +1 -1
- package/dist/ionic/svg/sparkles-sharp.svg +1 -1
- package/dist/ionic/svg/sparkles.svg +1 -1
- package/dist/ionic/svg/storefront-outline.svg +1 -1
- package/dist/ionic/svg/storefront-sharp.svg +1 -1
- package/dist/ionic/svg/storefront.svg +1 -1
- package/dist/ionic/svg/telescope-outline.svg +1 -1
- package/dist/ionic/svg/telescope-sharp.svg +1 -1
- package/dist/ionic/svg/telescope.svg +1 -1
- package/dist/ionic/svg/ticket-outline.svg +1 -1
- package/dist/ionic/svg/ticket-sharp.svg +1 -1
- package/dist/ionic/svg/ticket.svg +1 -1
- package/dist/ionic/svg/today-outline.svg +1 -1
- package/dist/ionic/svg/today-sharp.svg +1 -1
- package/dist/ionic/svg/today.svg +1 -1
- package/dist/ionic/svg/unlink-outline.svg +1 -1
- package/dist/ionic/svg/unlink-sharp.svg +1 -1
- package/dist/ionic/svg/unlink.svg +1 -1
- package/dist/ionic/svg/videocam-off-outline.svg +1 -1
- package/dist/ionic/svg/videocam-off-sharp.svg +1 -1
- package/dist/ionic/svg/videocam-off.svg +1 -1
- package/dist/ionic/svg/wifi-outline.svg +1 -1
- package/dist/ionic/svg/wifi-sharp.svg +1 -1
- package/dist/ionic/svg/wifi.svg +1 -1
- 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 +0 -4
- 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/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 -9
- 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 -4
- 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-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 -11
- 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 +198 -1523
- 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 +901 -2934
- package/hydrate/index.mjs +901 -2934
- package/package.json +4 -9
- 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 -70
- 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 -50
- 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 -197
- package/dist/collection/components/accordion-group/accordion-group.ionic.css +0 -95
- package/dist/collection/components/avatar/avatar.ionic.css +0 -365
- package/dist/collection/components/backdrop/backdrop.ionic.css +0 -111
- package/dist/collection/components/badge/badge.ionic.css +0 -277
- package/dist/collection/components/button/button.ionic.css +0 -622
- package/dist/collection/components/buttons/buttons.ionic.css +0 -100
- package/dist/collection/components/card/card.ionic.css +0 -146
- package/dist/collection/components/card-content/card-content.ionic.css +0 -94
- package/dist/collection/components/card-header/card-header.ionic.css +0 -87
- package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +0 -146
- package/dist/collection/components/checkbox/checkbox.ionic.css +0 -541
- package/dist/collection/components/chip/chip.ionic.css +0 -230
- package/dist/collection/components/datetime/datetime.ionic.css +0 -699
- package/dist/collection/components/divider/divider.ionic.css +0 -150
- 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 -100
- package/dist/collection/components/input/input.ionic.css +0 -883
- package/dist/collection/components/input-otp/input-otp.ionic.css +0 -371
- package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +0 -80
- package/dist/collection/components/input-password-toggle/input-password-toggle.native.css +0 -61
- package/dist/collection/components/item/item.ionic.css +0 -502
- package/dist/collection/components/item-option/item-option.ionic.css +0 -280
- package/dist/collection/components/item-options/item-options.ionic.css +0 -223
- package/dist/collection/components/list/list.ionic.css +0 -214
- package/dist/collection/components/list-header/list-header.ionic.css +0 -192
- package/dist/collection/components/menu-button/menu-button.ionic.css +0 -238
- package/dist/collection/components/modal/modal.ionic.css +0 -243
- package/dist/collection/components/progress-bar/progress-bar.ionic.css +0 -289
- package/dist/collection/components/radio/radio.ionic.css +0 -424
- package/dist/collection/components/radio-group/radio-group.ionic.css +0 -127
- package/dist/collection/components/range/range.ionic.css +0 -555
- package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +0 -217
- package/dist/collection/components/searchbar/searchbar.ionic.css +0 -628
- package/dist/collection/components/segment/segment.ionic.css +0 -117
- package/dist/collection/components/segment-button/segment-button.ionic.css +0 -355
- package/dist/collection/components/select/select.ionic.css +0 -765
- package/dist/collection/components/select-modal/select-modal.ionic.css +0 -121
- package/dist/collection/components/spinner/spinner.native.css +0 -198
- package/dist/collection/components/tab-bar/tab-bar.ionic.css +0 -188
- package/dist/collection/components/tab-button/tab-button.ionic.css +0 -338
- package/dist/collection/components/textarea/textarea.ionic.css +0 -830
- package/dist/collection/components/title/title.ionic.css +0 -129
- package/dist/collection/components/toast/toast.ionic.css +0 -396
- package/dist/collection/components/toggle/toggle.ionic.css +0 -511
- package/dist/collection/components/toolbar/test/image.svg +0 -1
- package/dist/collection/components/toolbar/toolbar.ionic.css +0 -243
- 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 -48
- package/dist/esm/list-Dhi5xtNS.js +0 -6
- package/dist/esm/x-BDqjX7Z_.js +0 -6
- package/dist/ionic/p-034b2ca2.entry.js +0 -4
- package/dist/ionic/p-075e80e7.entry.js +0 -4
- package/dist/ionic/p-08dfb85e.entry.js +0 -4
- package/dist/ionic/p-0db4cc59.entry.js +0 -4
- package/dist/ionic/p-0eab9ecf.entry.js +0 -4
- package/dist/ionic/p-13c72b4e.entry.js +0 -4
- package/dist/ionic/p-1761f72f.entry.js +0 -4
- package/dist/ionic/p-1984e701.entry.js +0 -4
- package/dist/ionic/p-19959eec.entry.js +0 -4
- package/dist/ionic/p-1f66d38f.entry.js +0 -4
- package/dist/ionic/p-1f976fad.entry.js +0 -4
- package/dist/ionic/p-1fd06a55.entry.js +0 -4
- package/dist/ionic/p-1fedceb6.entry.js +0 -4
- package/dist/ionic/p-208954ca.entry.js +0 -4
- package/dist/ionic/p-2d5f9656.entry.js +0 -4
- package/dist/ionic/p-32f9c041.entry.js +0 -4
- package/dist/ionic/p-3a2af867.entry.js +0 -4
- package/dist/ionic/p-3c361403.entry.js +0 -4
- package/dist/ionic/p-40f4609e.entry.js +0 -4
- package/dist/ionic/p-4d4dcd38.entry.js +0 -4
- package/dist/ionic/p-4d7ac4db.entry.js +0 -4
- package/dist/ionic/p-52c29f3f.entry.js +0 -4
- package/dist/ionic/p-63766f09.entry.js +0 -4
- package/dist/ionic/p-6957ab67.entry.js +0 -4
- package/dist/ionic/p-6e6ce506.entry.js +0 -4
- package/dist/ionic/p-6ea34add.entry.js +0 -4
- package/dist/ionic/p-6f17f8ed.entry.js +0 -4
- package/dist/ionic/p-7049bf1c.entry.js +0 -4
- package/dist/ionic/p-7ace7638.entry.js +0 -4
- package/dist/ionic/p-7f1e83a4.entry.js +0 -4
- package/dist/ionic/p-82796bb0.entry.js +0 -4
- package/dist/ionic/p-9cb0fd91.entry.js +0 -4
- package/dist/ionic/p-BDqjX7Z_.js +0 -4
- package/dist/ionic/p-BJ-EYogw.js +0 -4
- package/dist/ionic/p-BK3Vo2GA.js +0 -4
- package/dist/ionic/p-BKDxK6_S.js +0 -4
- package/dist/ionic/p-BMPzyWDm.js +0 -4
- package/dist/ionic/p-BTqHM5hg.js +0 -4
- package/dist/ionic/p-BYSs-jZz.js +0 -4
- package/dist/ionic/p-BZR5I9yn.js +0 -4
- package/dist/ionic/p-BZSKvxFv.js +0 -4
- package/dist/ionic/p-BaAcx1TO.js +0 -4
- package/dist/ionic/p-BeJdFlAB.js +0 -4
- package/dist/ionic/p-BpUl-Ubc.js +0 -4
- package/dist/ionic/p-CnPZjTVf.js +0 -4
- package/dist/ionic/p-D1t981Ih.js +0 -4
- package/dist/ionic/p-D6quDhlh.js +0 -4
- package/dist/ionic/p-DJD59Sq4.js +0 -4
- package/dist/ionic/p-DZmL55Qn.js +0 -4
- package/dist/ionic/p-Dhi5xtNS.js +0 -4
- package/dist/ionic/p-DjxV6ul_.js +0 -4
- package/dist/ionic/p-DkXsr7m2.js +0 -4
- package/dist/ionic/p-Dpa-63kX.js +0 -4
- package/dist/ionic/p-HOJ_eq4V.js +0 -5
- package/dist/ionic/p-MBiM0IFp.js +0 -4
- package/dist/ionic/p-a1af546a.entry.js +0 -4
- package/dist/ionic/p-ae10fb4c.entry.js +0 -4
- package/dist/ionic/p-ae3dad82.entry.js +0 -4
- package/dist/ionic/p-b767c96a.entry.js +0 -4
- package/dist/ionic/p-b8431086.entry.js +0 -4
- package/dist/ionic/p-bb85830d.entry.js +0 -4
- package/dist/ionic/p-c07d16c9.entry.js +0 -4
- package/dist/ionic/p-c565e353.entry.js +0 -4
- package/dist/ionic/p-ccf3b065.entry.js +0 -4
- package/dist/ionic/p-d2ca6a9d.entry.js +0 -4
- package/dist/ionic/p-db6e0330.entry.js +0 -4
- package/dist/ionic/p-dd5e8e7a.entry.js +0 -4
- package/dist/ionic/p-deb1d888.entry.js +0 -4
- package/dist/ionic/p-dec5b3dc.entry.js +0 -4
- package/dist/ionic/p-e4ed2971.entry.js +0 -4
- package/dist/ionic/p-e89e89eb.entry.js +0 -4
- package/dist/ionic/p-eebf0420.entry.js +0 -4
- package/dist/ionic/p-f2cd0d41.entry.js +0 -4
- package/dist/ionic/p-fIOYmaqA.js +0 -4
- package/dist/ionic/p-facf3c23.entry.js +0 -4
- package/dist/ionic/p-fbd73129.entry.js +0 -4
- package/dist/ionic/p-vXpMhGrs.js +0 -4
- package/dist/ionic/svg/arrow-down-left-box-outline.svg +0 -1
- package/dist/ionic/svg/arrow-down-left-box-sharp.svg +0 -1
- package/dist/ionic/svg/arrow-down-left-box.svg +0 -1
- package/dist/ionic/svg/arrow-down-right-box-outline.svg +0 -1
- package/dist/ionic/svg/arrow-down-right-box-sharp.svg +0 -1
- package/dist/ionic/svg/arrow-down-right-box.svg +0 -1
- package/dist/ionic/svg/arrow-up-left-box-outline.svg +0 -1
- package/dist/ionic/svg/arrow-up-left-box-sharp.svg +0 -1
- package/dist/ionic/svg/arrow-up-left-box.svg +0 -1
- package/dist/ionic/svg/arrow-up-right-box-outline.svg +0 -1
- package/dist/ionic/svg/arrow-up-right-box-sharp.svg +0 -1
- package/dist/ionic/svg/arrow-up-right-box.svg +0 -1
- package/dist/ionic/svg/binoculars-outline.svg +0 -1
- package/dist/ionic/svg/binoculars-sharp.svg +0 -1
- package/dist/ionic/svg/binoculars.svg +0 -1
- package/dist/ionic/svg/logo-appflow.svg +0 -1
- package/dist/ionic/svg/logo-trapeze.svg +0 -1
- package/dist/ionic/svg/logo-x.svg +0 -1
- 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
|
*/
|
|
@@ -999,10 +840,6 @@ export namespace Components {
|
|
|
999
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.
|
|
1000
841
|
*/
|
|
1001
842
|
"sizeXs"?: string;
|
|
1002
|
-
/**
|
|
1003
|
-
* The theme determines the visual appearance of the component.
|
|
1004
|
-
*/
|
|
1005
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1006
843
|
}
|
|
1007
844
|
interface IonContent {
|
|
1008
845
|
/**
|
|
@@ -1031,10 +868,6 @@ export namespace Components {
|
|
|
1031
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.
|
|
1032
869
|
*/
|
|
1033
870
|
"getScrollElement": () => Promise<HTMLElement>;
|
|
1034
|
-
/**
|
|
1035
|
-
* The mode determines the platform behaviors of the component.
|
|
1036
|
-
*/
|
|
1037
|
-
"mode"?: "ios" | "md";
|
|
1038
871
|
/**
|
|
1039
872
|
* Scroll by a specified X/Y distance in the component.
|
|
1040
873
|
* @param x The amount to scroll by on the horizontal axis.
|
|
@@ -1074,10 +907,6 @@ export namespace Components {
|
|
|
1074
907
|
* @default true
|
|
1075
908
|
*/
|
|
1076
909
|
"scrollY": boolean;
|
|
1077
|
-
/**
|
|
1078
|
-
* The theme determines the visual appearance of the component.
|
|
1079
|
-
*/
|
|
1080
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1081
910
|
}
|
|
1082
911
|
interface IonDatetime {
|
|
1083
912
|
/**
|
|
@@ -1162,7 +991,7 @@ export namespace Components {
|
|
|
1162
991
|
*/
|
|
1163
992
|
"minuteValues"?: number[] | number | string;
|
|
1164
993
|
/**
|
|
1165
|
-
* The mode determines
|
|
994
|
+
* The mode determines which platform styles to use.
|
|
1166
995
|
*/
|
|
1167
996
|
"mode"?: "ios" | "md";
|
|
1168
997
|
/**
|
|
@@ -1229,10 +1058,6 @@ export namespace Components {
|
|
|
1229
1058
|
* @default 'fixed'
|
|
1230
1059
|
*/
|
|
1231
1060
|
"size": 'cover' | 'fixed';
|
|
1232
|
-
/**
|
|
1233
|
-
* The theme determines the visual appearance of the component.
|
|
1234
|
-
*/
|
|
1235
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1236
1061
|
/**
|
|
1237
1062
|
* 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.
|
|
1238
1063
|
*/
|
|
@@ -1262,25 +1087,9 @@ export namespace Components {
|
|
|
1262
1087
|
*/
|
|
1263
1088
|
"disabled": boolean;
|
|
1264
1089
|
/**
|
|
1265
|
-
* The mode determines
|
|
1090
|
+
* The mode determines which platform styles to use.
|
|
1266
1091
|
*/
|
|
1267
1092
|
"mode"?: "ios" | "md";
|
|
1268
|
-
/**
|
|
1269
|
-
* The theme determines the visual appearance of the component.
|
|
1270
|
-
*/
|
|
1271
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1272
|
-
}
|
|
1273
|
-
interface IonDivider {
|
|
1274
|
-
/**
|
|
1275
|
-
* If `true`, the divider will have horizontal margins By default, it's `false`
|
|
1276
|
-
* @default false
|
|
1277
|
-
*/
|
|
1278
|
-
"inset": boolean;
|
|
1279
|
-
/**
|
|
1280
|
-
* 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"`.
|
|
1281
|
-
* @default 'medium'
|
|
1282
|
-
*/
|
|
1283
|
-
"spacing"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge';
|
|
1284
1093
|
}
|
|
1285
1094
|
interface IonFab {
|
|
1286
1095
|
/**
|
|
@@ -1301,14 +1110,6 @@ export namespace Components {
|
|
|
1301
1110
|
* Where to align the fab horizontally in the viewport.
|
|
1302
1111
|
*/
|
|
1303
1112
|
"horizontal"?: 'start' | 'end' | 'center';
|
|
1304
|
-
/**
|
|
1305
|
-
* The mode determines the platform behaviors of the component.
|
|
1306
|
-
*/
|
|
1307
|
-
"mode"?: "ios" | "md";
|
|
1308
|
-
/**
|
|
1309
|
-
* The theme determines the visual appearance of the component.
|
|
1310
|
-
*/
|
|
1311
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1312
1113
|
/**
|
|
1313
1114
|
* Opens/Closes the FAB list container.
|
|
1314
1115
|
*/
|
|
@@ -1326,8 +1127,9 @@ export namespace Components {
|
|
|
1326
1127
|
"activated": boolean;
|
|
1327
1128
|
/**
|
|
1328
1129
|
* 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.
|
|
1130
|
+
* @default close
|
|
1329
1131
|
*/
|
|
1330
|
-
"closeIcon"
|
|
1132
|
+
"closeIcon": string;
|
|
1331
1133
|
/**
|
|
1332
1134
|
* 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).
|
|
1333
1135
|
*/
|
|
@@ -1346,7 +1148,7 @@ export namespace Components {
|
|
|
1346
1148
|
*/
|
|
1347
1149
|
"href": string | undefined;
|
|
1348
1150
|
/**
|
|
1349
|
-
* The mode determines
|
|
1151
|
+
* The mode determines which platform styles to use.
|
|
1350
1152
|
*/
|
|
1351
1153
|
"mode"?: "ios" | "md";
|
|
1352
1154
|
/**
|
|
@@ -1376,11 +1178,7 @@ export namespace Components {
|
|
|
1376
1178
|
*/
|
|
1377
1179
|
"target": string | undefined;
|
|
1378
1180
|
/**
|
|
1379
|
-
*
|
|
1380
|
-
*/
|
|
1381
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1382
|
-
/**
|
|
1383
|
-
* 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).
|
|
1181
|
+
* 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).
|
|
1384
1182
|
* @default false
|
|
1385
1183
|
*/
|
|
1386
1184
|
"translucent": boolean;
|
|
@@ -1396,35 +1194,23 @@ export namespace Components {
|
|
|
1396
1194
|
* @default false
|
|
1397
1195
|
*/
|
|
1398
1196
|
"activated": boolean;
|
|
1399
|
-
/**
|
|
1400
|
-
* The mode determines the platform behaviors of the component.
|
|
1401
|
-
*/
|
|
1402
|
-
"mode"?: "ios" | "md";
|
|
1403
1197
|
/**
|
|
1404
1198
|
* The side the fab list will show on relative to the main fab button.
|
|
1405
1199
|
* @default 'bottom'
|
|
1406
1200
|
*/
|
|
1407
1201
|
"side": 'start' | 'end' | 'top' | 'bottom';
|
|
1408
|
-
/**
|
|
1409
|
-
* The theme determines the visual appearance of the component.
|
|
1410
|
-
*/
|
|
1411
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1412
1202
|
}
|
|
1413
1203
|
interface IonFooter {
|
|
1414
1204
|
/**
|
|
1415
|
-
* Describes the scroll effect that will be applied to the footer. Only applies
|
|
1205
|
+
* Describes the scroll effect that will be applied to the footer. Only applies in iOS mode.
|
|
1416
1206
|
*/
|
|
1417
1207
|
"collapse"?: 'fade';
|
|
1418
1208
|
/**
|
|
1419
|
-
* The mode determines
|
|
1209
|
+
* The mode determines which platform styles to use.
|
|
1420
1210
|
*/
|
|
1421
1211
|
"mode"?: "ios" | "md";
|
|
1422
1212
|
/**
|
|
1423
|
-
*
|
|
1424
|
-
*/
|
|
1425
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1426
|
-
/**
|
|
1427
|
-
* 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.
|
|
1213
|
+
* 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.
|
|
1428
1214
|
* @default false
|
|
1429
1215
|
*/
|
|
1430
1216
|
"translucent": boolean;
|
|
@@ -1435,35 +1221,18 @@ export namespace Components {
|
|
|
1435
1221
|
* @default false
|
|
1436
1222
|
*/
|
|
1437
1223
|
"fixed": boolean;
|
|
1438
|
-
/**
|
|
1439
|
-
* The mode determines the platform behaviors of the component.
|
|
1440
|
-
*/
|
|
1441
|
-
"mode"?: "ios" | "md";
|
|
1442
|
-
/**
|
|
1443
|
-
* The theme determines the visual appearance of the component.
|
|
1444
|
-
*/
|
|
1445
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1446
1224
|
}
|
|
1447
1225
|
interface IonHeader {
|
|
1448
1226
|
/**
|
|
1449
|
-
* Describes the scroll effect that will be applied to the header. Only applies
|
|
1227
|
+
* 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)
|
|
1450
1228
|
*/
|
|
1451
1229
|
"collapse"?: 'condense' | 'fade';
|
|
1452
1230
|
/**
|
|
1453
|
-
*
|
|
1454
|
-
* @default false
|
|
1455
|
-
*/
|
|
1456
|
-
"divider": boolean;
|
|
1457
|
-
/**
|
|
1458
|
-
* The mode determines the platform behaviors of the component.
|
|
1231
|
+
* The mode determines which platform styles to use.
|
|
1459
1232
|
*/
|
|
1460
1233
|
"mode"?: "ios" | "md";
|
|
1461
1234
|
/**
|
|
1462
|
-
*
|
|
1463
|
-
*/
|
|
1464
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1465
|
-
/**
|
|
1466
|
-
* 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.
|
|
1235
|
+
* 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.
|
|
1467
1236
|
* @default false
|
|
1468
1237
|
*/
|
|
1469
1238
|
"translucent": boolean;
|
|
@@ -1473,18 +1242,10 @@ export namespace Components {
|
|
|
1473
1242
|
* 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.
|
|
1474
1243
|
*/
|
|
1475
1244
|
"alt"?: string;
|
|
1476
|
-
/**
|
|
1477
|
-
* The mode determines the platform behaviors of the component.
|
|
1478
|
-
*/
|
|
1479
|
-
"mode"?: "ios" | "md";
|
|
1480
1245
|
/**
|
|
1481
1246
|
* The image URL. This attribute is mandatory for the `<img>` element.
|
|
1482
1247
|
*/
|
|
1483
1248
|
"src"?: string;
|
|
1484
|
-
/**
|
|
1485
|
-
* The theme determines the visual appearance of the component.
|
|
1486
|
-
*/
|
|
1487
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1488
1249
|
}
|
|
1489
1250
|
interface IonInfiniteScroll {
|
|
1490
1251
|
/**
|
|
@@ -1496,24 +1257,11 @@ export namespace Components {
|
|
|
1496
1257
|
* @default false
|
|
1497
1258
|
*/
|
|
1498
1259
|
"disabled": boolean;
|
|
1499
|
-
/**
|
|
1500
|
-
* The mode determines the platform behaviors of the component.
|
|
1501
|
-
*/
|
|
1502
|
-
"mode"?: "ios" | "md";
|
|
1503
1260
|
/**
|
|
1504
1261
|
* The position of the infinite scroll element. The value can be either `top` or `bottom`.
|
|
1505
1262
|
* @default 'bottom'
|
|
1506
1263
|
*/
|
|
1507
1264
|
"position": 'top' | 'bottom';
|
|
1508
|
-
/**
|
|
1509
|
-
* 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.
|
|
1510
|
-
* @default false
|
|
1511
|
-
*/
|
|
1512
|
-
"preserveRerenderScrollPosition": boolean;
|
|
1513
|
-
/**
|
|
1514
|
-
* The theme determines the visual appearance of the component.
|
|
1515
|
-
*/
|
|
1516
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1517
1265
|
/**
|
|
1518
1266
|
* 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.
|
|
1519
1267
|
* @default '15%'
|
|
@@ -1529,14 +1277,6 @@ export namespace Components {
|
|
|
1529
1277
|
* 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.
|
|
1530
1278
|
*/
|
|
1531
1279
|
"loadingText"?: string | IonicSafeString;
|
|
1532
|
-
/**
|
|
1533
|
-
* The mode determines the platform behaviors of the component.
|
|
1534
|
-
*/
|
|
1535
|
-
"mode"?: "ios" | "md";
|
|
1536
|
-
/**
|
|
1537
|
-
* The theme determines the visual appearance of the component.
|
|
1538
|
-
*/
|
|
1539
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1540
1280
|
}
|
|
1541
1281
|
interface IonInput {
|
|
1542
1282
|
/**
|
|
@@ -1603,7 +1343,7 @@ export namespace Components {
|
|
|
1603
1343
|
*/
|
|
1604
1344
|
"errorText"?: string;
|
|
1605
1345
|
/**
|
|
1606
|
-
* 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
|
|
1346
|
+
* 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.
|
|
1607
1347
|
*/
|
|
1608
1348
|
"fill"?: 'outline' | 'solid';
|
|
1609
1349
|
/**
|
|
@@ -1623,9 +1363,10 @@ export namespace Components {
|
|
|
1623
1363
|
*/
|
|
1624
1364
|
"label"?: string;
|
|
1625
1365
|
/**
|
|
1626
|
-
* 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 ("...").
|
|
1366
|
+
* 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 ("...").
|
|
1367
|
+
* @default 'start'
|
|
1627
1368
|
*/
|
|
1628
|
-
"labelPlacement"
|
|
1369
|
+
"labelPlacement": 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
1629
1370
|
/**
|
|
1630
1371
|
* The maximum value, which must not be less than its minimum (min attribute) value.
|
|
1631
1372
|
*/
|
|
@@ -1643,7 +1384,7 @@ export namespace Components {
|
|
|
1643
1384
|
*/
|
|
1644
1385
|
"minlength"?: number;
|
|
1645
1386
|
/**
|
|
1646
|
-
* The mode determines
|
|
1387
|
+
* The mode determines which platform styles to use.
|
|
1647
1388
|
*/
|
|
1648
1389
|
"mode"?: "ios" | "md";
|
|
1649
1390
|
/**
|
|
@@ -1678,14 +1419,9 @@ export namespace Components {
|
|
|
1678
1419
|
*/
|
|
1679
1420
|
"setFocus": () => Promise<void>;
|
|
1680
1421
|
/**
|
|
1681
|
-
*
|
|
1422
|
+
* The shape of the input. If "round" it will have an increased border radius.
|
|
1682
1423
|
*/
|
|
1683
|
-
"shape"?: '
|
|
1684
|
-
/**
|
|
1685
|
-
* 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.
|
|
1686
|
-
* @default 'medium'
|
|
1687
|
-
*/
|
|
1688
|
-
"size"?: 'medium' | 'large' | 'xlarge';
|
|
1424
|
+
"shape"?: 'round';
|
|
1689
1425
|
/**
|
|
1690
1426
|
* If `true`, the element will have its spelling and grammar checked.
|
|
1691
1427
|
* @default false
|
|
@@ -1695,10 +1431,6 @@ export namespace Components {
|
|
|
1695
1431
|
* 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.
|
|
1696
1432
|
*/
|
|
1697
1433
|
"step"?: string;
|
|
1698
|
-
/**
|
|
1699
|
-
* The theme determines the visual appearance of the component.
|
|
1700
|
-
*/
|
|
1701
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1702
1434
|
/**
|
|
1703
1435
|
* The type of control to display. The default type is text.
|
|
1704
1436
|
* @default 'text'
|
|
@@ -1811,13 +1543,14 @@ export namespace Components {
|
|
|
1811
1543
|
*/
|
|
1812
1544
|
"color"?: Color;
|
|
1813
1545
|
/**
|
|
1814
|
-
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
1546
|
+
* 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.
|
|
1815
1547
|
*/
|
|
1816
1548
|
"detail"?: boolean;
|
|
1817
1549
|
/**
|
|
1818
1550
|
* The icon to use when `detail` is set to `true`.
|
|
1551
|
+
* @default chevronForward
|
|
1819
1552
|
*/
|
|
1820
|
-
"detailIcon"
|
|
1553
|
+
"detailIcon": string;
|
|
1821
1554
|
/**
|
|
1822
1555
|
* If `true`, the user cannot interact with the item.
|
|
1823
1556
|
* @default false
|
|
@@ -1836,7 +1569,7 @@ export namespace Components {
|
|
|
1836
1569
|
*/
|
|
1837
1570
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1838
1571
|
/**
|
|
1839
|
-
* The mode determines
|
|
1572
|
+
* The mode determines which platform styles to use.
|
|
1840
1573
|
*/
|
|
1841
1574
|
"mode"?: "ios" | "md";
|
|
1842
1575
|
/**
|
|
@@ -1856,10 +1589,6 @@ export namespace Components {
|
|
|
1856
1589
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
1857
1590
|
*/
|
|
1858
1591
|
"target": string | undefined;
|
|
1859
|
-
/**
|
|
1860
|
-
* The theme determines the visual appearance of the component.
|
|
1861
|
-
*/
|
|
1862
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1863
1592
|
/**
|
|
1864
1593
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
1865
1594
|
* @default 'button'
|
|
@@ -1872,7 +1601,7 @@ export namespace Components {
|
|
|
1872
1601
|
*/
|
|
1873
1602
|
"color"?: Color;
|
|
1874
1603
|
/**
|
|
1875
|
-
* The mode determines
|
|
1604
|
+
* The mode determines which platform styles to use.
|
|
1876
1605
|
*/
|
|
1877
1606
|
"mode"?: "ios" | "md";
|
|
1878
1607
|
/**
|
|
@@ -1880,20 +1609,8 @@ export namespace Components {
|
|
|
1880
1609
|
* @default false
|
|
1881
1610
|
*/
|
|
1882
1611
|
"sticky": boolean;
|
|
1883
|
-
/**
|
|
1884
|
-
* The theme determines the visual appearance of the component.
|
|
1885
|
-
*/
|
|
1886
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1887
1612
|
}
|
|
1888
1613
|
interface IonItemGroup {
|
|
1889
|
-
/**
|
|
1890
|
-
* The mode determines the platform behaviors of the component.
|
|
1891
|
-
*/
|
|
1892
|
-
"mode"?: "ios" | "md";
|
|
1893
|
-
/**
|
|
1894
|
-
* The theme determines the visual appearance of the component.
|
|
1895
|
-
*/
|
|
1896
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1897
1614
|
}
|
|
1898
1615
|
interface IonItemOption {
|
|
1899
1616
|
/**
|
|
@@ -1919,30 +1636,17 @@ export namespace Components {
|
|
|
1919
1636
|
*/
|
|
1920
1637
|
"href": string | undefined;
|
|
1921
1638
|
/**
|
|
1922
|
-
*
|
|
1923
|
-
* @default 'subtle'
|
|
1924
|
-
*/
|
|
1925
|
-
"hue"?: 'bold' | 'subtle';
|
|
1926
|
-
/**
|
|
1927
|
-
* The mode determines the platform behaviors of the component.
|
|
1639
|
+
* The mode determines which platform styles to use.
|
|
1928
1640
|
*/
|
|
1929
1641
|
"mode"?: "ios" | "md";
|
|
1930
1642
|
/**
|
|
1931
1643
|
* 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).
|
|
1932
1644
|
*/
|
|
1933
1645
|
"rel": string | undefined;
|
|
1934
|
-
/**
|
|
1935
|
-
* 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.
|
|
1936
|
-
*/
|
|
1937
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1938
1646
|
/**
|
|
1939
1647
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
1940
1648
|
*/
|
|
1941
1649
|
"target": string | undefined;
|
|
1942
|
-
/**
|
|
1943
|
-
* The theme determines the visual appearance of the component.
|
|
1944
|
-
*/
|
|
1945
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1946
1650
|
/**
|
|
1947
1651
|
* The type of the button.
|
|
1948
1652
|
* @default 'button'
|
|
@@ -1951,19 +1655,11 @@ export namespace Components {
|
|
|
1951
1655
|
}
|
|
1952
1656
|
interface IonItemOptions {
|
|
1953
1657
|
"fireSwipeEvent": () => Promise<void>;
|
|
1954
|
-
/**
|
|
1955
|
-
* The mode determines the platform behaviors of the component.
|
|
1956
|
-
*/
|
|
1957
|
-
"mode"?: "ios" | "md";
|
|
1958
1658
|
/**
|
|
1959
1659
|
* 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.
|
|
1960
1660
|
* @default 'end'
|
|
1961
1661
|
*/
|
|
1962
1662
|
"side": Side;
|
|
1963
|
-
/**
|
|
1964
|
-
* The theme determines the visual appearance of the component.
|
|
1965
|
-
*/
|
|
1966
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1967
1663
|
}
|
|
1968
1664
|
interface IonItemSliding {
|
|
1969
1665
|
/**
|
|
@@ -1987,19 +1683,11 @@ export namespace Components {
|
|
|
1987
1683
|
* 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.
|
|
1988
1684
|
*/
|
|
1989
1685
|
"getSlidingRatio": () => Promise<number>;
|
|
1990
|
-
/**
|
|
1991
|
-
* The mode determines the platform behaviors of the component.
|
|
1992
|
-
*/
|
|
1993
|
-
"mode"?: "ios" | "md";
|
|
1994
1686
|
/**
|
|
1995
1687
|
* Open the sliding item.
|
|
1996
1688
|
* @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.
|
|
1997
1689
|
*/
|
|
1998
1690
|
"open": (side: Side | undefined) => Promise<void>;
|
|
1999
|
-
/**
|
|
2000
|
-
* The theme determines the visual appearance of the component.
|
|
2001
|
-
*/
|
|
2002
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2003
1691
|
}
|
|
2004
1692
|
interface IonLabel {
|
|
2005
1693
|
/**
|
|
@@ -2007,17 +1695,13 @@ export namespace Components {
|
|
|
2007
1695
|
*/
|
|
2008
1696
|
"color"?: Color;
|
|
2009
1697
|
/**
|
|
2010
|
-
* The mode determines
|
|
1698
|
+
* The mode determines which platform styles to use.
|
|
2011
1699
|
*/
|
|
2012
1700
|
"mode"?: "ios" | "md";
|
|
2013
1701
|
/**
|
|
2014
1702
|
* The position determines where and how the label behaves inside an item.
|
|
2015
1703
|
*/
|
|
2016
1704
|
"position"?: 'fixed' | 'stacked' | 'floating';
|
|
2017
|
-
/**
|
|
2018
|
-
* The theme determines the visual appearance of the component.
|
|
2019
|
-
*/
|
|
2020
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2021
1705
|
}
|
|
2022
1706
|
interface IonList {
|
|
2023
1707
|
/**
|
|
@@ -2034,17 +1718,9 @@ export namespace Components {
|
|
|
2034
1718
|
*/
|
|
2035
1719
|
"lines"?: 'full' | 'inset' | 'none';
|
|
2036
1720
|
/**
|
|
2037
|
-
* The mode determines
|
|
1721
|
+
* The mode determines which platform styles to use.
|
|
2038
1722
|
*/
|
|
2039
1723
|
"mode"?: "ios" | "md";
|
|
2040
|
-
/**
|
|
2041
|
-
* 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.
|
|
2042
|
-
*/
|
|
2043
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
2044
|
-
/**
|
|
2045
|
-
* The theme determines the visual appearance of the component.
|
|
2046
|
-
*/
|
|
2047
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2048
1724
|
}
|
|
2049
1725
|
interface IonListHeader {
|
|
2050
1726
|
/**
|
|
@@ -2056,13 +1732,9 @@ export namespace Components {
|
|
|
2056
1732
|
*/
|
|
2057
1733
|
"lines"?: 'full' | 'inset' | 'none';
|
|
2058
1734
|
/**
|
|
2059
|
-
* The mode determines
|
|
1735
|
+
* The mode determines which platform styles to use.
|
|
2060
1736
|
*/
|
|
2061
1737
|
"mode"?: "ios" | "md";
|
|
2062
|
-
/**
|
|
2063
|
-
* The theme determines the visual appearance of the component.
|
|
2064
|
-
*/
|
|
2065
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2066
1738
|
}
|
|
2067
1739
|
interface IonLoading {
|
|
2068
1740
|
/**
|
|
@@ -2122,7 +1794,7 @@ export namespace Components {
|
|
|
2122
1794
|
*/
|
|
2123
1795
|
"message"?: string | IonicSafeString;
|
|
2124
1796
|
/**
|
|
2125
|
-
* The mode determines
|
|
1797
|
+
* The mode determines which platform styles to use.
|
|
2126
1798
|
*/
|
|
2127
1799
|
"mode"?: "ios" | "md";
|
|
2128
1800
|
/**
|
|
@@ -2148,11 +1820,7 @@ export namespace Components {
|
|
|
2148
1820
|
*/
|
|
2149
1821
|
"spinner"?: SpinnerTypes | null;
|
|
2150
1822
|
/**
|
|
2151
|
-
*
|
|
2152
|
-
*/
|
|
2153
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2154
|
-
/**
|
|
2155
|
-
* 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).
|
|
1823
|
+
* 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).
|
|
2156
1824
|
* @default false
|
|
2157
1825
|
*/
|
|
2158
1826
|
"translucent": boolean;
|
|
@@ -2194,10 +1862,6 @@ export namespace Components {
|
|
|
2194
1862
|
* An id for the menu.
|
|
2195
1863
|
*/
|
|
2196
1864
|
"menuId"?: string;
|
|
2197
|
-
/**
|
|
2198
|
-
* The mode determines the platform behaviors of the component.
|
|
2199
|
-
*/
|
|
2200
|
-
"mode"?: "ios" | "md";
|
|
2201
1865
|
/**
|
|
2202
1866
|
* Opens the menu. If the menu is already open or it can't be opened, it returns `false`.
|
|
2203
1867
|
* @param animated If `true`, the menu will animate when opening. If `false`, the menu will open instantly without animation. Defaults to `true`.
|
|
@@ -2220,10 +1884,6 @@ export namespace Components {
|
|
|
2220
1884
|
* @default true
|
|
2221
1885
|
*/
|
|
2222
1886
|
"swipeGesture": boolean;
|
|
2223
|
-
/**
|
|
2224
|
-
* The theme determines the visual appearance of the component.
|
|
2225
|
-
*/
|
|
2226
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2227
1887
|
/**
|
|
2228
1888
|
* 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`.
|
|
2229
1889
|
* @param animated If `true`, the menu will animate when opening/closing. If `false`, the menu will open/close instantly without animation. Defaults to `true`.
|
|
@@ -2254,13 +1914,9 @@ export namespace Components {
|
|
|
2254
1914
|
*/
|
|
2255
1915
|
"menu"?: string;
|
|
2256
1916
|
/**
|
|
2257
|
-
* The mode determines
|
|
1917
|
+
* The mode determines which platform styles to use.
|
|
2258
1918
|
*/
|
|
2259
1919
|
"mode"?: "ios" | "md";
|
|
2260
|
-
/**
|
|
2261
|
-
* The theme determines the visual appearance of the component.
|
|
2262
|
-
*/
|
|
2263
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2264
1920
|
/**
|
|
2265
1921
|
* The type of the button.
|
|
2266
1922
|
* @default 'button'
|
|
@@ -2277,14 +1933,6 @@ export namespace Components {
|
|
|
2277
1933
|
* 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.
|
|
2278
1934
|
*/
|
|
2279
1935
|
"menu"?: string;
|
|
2280
|
-
/**
|
|
2281
|
-
* The mode determines the platform behaviors of the component.
|
|
2282
|
-
*/
|
|
2283
|
-
"mode"?: "ios" | "md";
|
|
2284
|
-
/**
|
|
2285
|
-
* The theme determines the visual appearance of the component.
|
|
2286
|
-
*/
|
|
2287
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2288
1936
|
}
|
|
2289
1937
|
interface IonModal {
|
|
2290
1938
|
/**
|
|
@@ -2389,7 +2037,7 @@ export namespace Components {
|
|
|
2389
2037
|
*/
|
|
2390
2038
|
"leaveAnimation"?: AnimationBuilder;
|
|
2391
2039
|
/**
|
|
2392
|
-
* The mode determines
|
|
2040
|
+
* The mode determines which platform styles to use.
|
|
2393
2041
|
*/
|
|
2394
2042
|
"mode"?: "ios" | "md";
|
|
2395
2043
|
/**
|
|
@@ -2414,19 +2062,11 @@ export namespace Components {
|
|
|
2414
2062
|
* @param breakpoint The breakpoint value to move the sheet modal to. Must be a value defined in your `breakpoints` array.
|
|
2415
2063
|
*/
|
|
2416
2064
|
"setCurrentBreakpoint": (breakpoint: number) => Promise<void>;
|
|
2417
|
-
/**
|
|
2418
|
-
* 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.
|
|
2419
|
-
*/
|
|
2420
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
2421
2065
|
/**
|
|
2422
2066
|
* 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.
|
|
2423
2067
|
* @default true
|
|
2424
2068
|
*/
|
|
2425
2069
|
"showBackdrop": boolean;
|
|
2426
|
-
/**
|
|
2427
|
-
* The theme determines the visual appearance of the component.
|
|
2428
|
-
*/
|
|
2429
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2430
2070
|
/**
|
|
2431
2071
|
* An ID corresponding to the trigger element that causes the modal to open when clicked.
|
|
2432
2072
|
*/
|
|
@@ -2439,7 +2079,7 @@ export namespace Components {
|
|
|
2439
2079
|
*/
|
|
2440
2080
|
"animated": boolean;
|
|
2441
2081
|
/**
|
|
2442
|
-
* By default `ion-nav` animates transition between pages based
|
|
2082
|
+
* 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.
|
|
2443
2083
|
*/
|
|
2444
2084
|
"animation"?: AnimationBuilder;
|
|
2445
2085
|
/**
|
|
@@ -2487,10 +2127,6 @@ export namespace Components {
|
|
|
2487
2127
|
* @param done The transition complete function.
|
|
2488
2128
|
*/
|
|
2489
2129
|
"insertPages": (insertIndex: number, insertComponents: NavComponent[] | NavComponentWithProps[], opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>;
|
|
2490
|
-
/**
|
|
2491
|
-
* The mode determines the platform behaviors of the component.
|
|
2492
|
-
*/
|
|
2493
|
-
"mode"?: "ios" | "md";
|
|
2494
2130
|
/**
|
|
2495
2131
|
* Pop a component off of the navigation stack. Navigates back from the current component.
|
|
2496
2132
|
* @param opts The navigation options.
|
|
@@ -2562,10 +2198,6 @@ export namespace Components {
|
|
|
2562
2198
|
* If the nav component should allow for swipe-to-go-back.
|
|
2563
2199
|
*/
|
|
2564
2200
|
"swipeGesture"?: boolean;
|
|
2565
|
-
/**
|
|
2566
|
-
* The theme determines the visual appearance of the component.
|
|
2567
|
-
*/
|
|
2568
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2569
2201
|
}
|
|
2570
2202
|
interface IonNavLink {
|
|
2571
2203
|
/**
|
|
@@ -2576,10 +2208,6 @@ export namespace Components {
|
|
|
2576
2208
|
* Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
|
|
2577
2209
|
*/
|
|
2578
2210
|
"componentProps"?: ComponentProps;
|
|
2579
|
-
/**
|
|
2580
|
-
* The mode determines the platform behaviors of the component.
|
|
2581
|
-
*/
|
|
2582
|
-
"mode"?: "ios" | "md";
|
|
2583
2211
|
/**
|
|
2584
2212
|
* The transition animation when navigating to another page.
|
|
2585
2213
|
*/
|
|
@@ -2589,10 +2217,6 @@ export namespace Components {
|
|
|
2589
2217
|
* @default 'forward'
|
|
2590
2218
|
*/
|
|
2591
2219
|
"routerDirection": RouterDirection;
|
|
2592
|
-
/**
|
|
2593
|
-
* The theme determines the visual appearance of the component.
|
|
2594
|
-
*/
|
|
2595
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2596
2220
|
}
|
|
2597
2221
|
interface IonNote {
|
|
2598
2222
|
/**
|
|
@@ -2600,24 +2224,16 @@ export namespace Components {
|
|
|
2600
2224
|
*/
|
|
2601
2225
|
"color"?: Color;
|
|
2602
2226
|
/**
|
|
2603
|
-
* The mode determines
|
|
2227
|
+
* The mode determines which platform styles to use.
|
|
2604
2228
|
*/
|
|
2605
2229
|
"mode"?: "ios" | "md";
|
|
2606
|
-
/**
|
|
2607
|
-
* The theme determines the visual appearance of the component.
|
|
2608
|
-
*/
|
|
2609
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2610
2230
|
}
|
|
2611
2231
|
interface IonPicker {
|
|
2612
2232
|
"exitInputMode": () => Promise<void>;
|
|
2613
2233
|
/**
|
|
2614
|
-
* The mode determines
|
|
2234
|
+
* The mode determines which platform styles to use.
|
|
2615
2235
|
*/
|
|
2616
2236
|
"mode"?: "ios" | "md";
|
|
2617
|
-
/**
|
|
2618
|
-
* The theme determines the visual appearance of the component.
|
|
2619
|
-
*/
|
|
2620
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2621
2237
|
}
|
|
2622
2238
|
interface IonPickerColumn {
|
|
2623
2239
|
/**
|
|
@@ -2631,7 +2247,7 @@ export namespace Components {
|
|
|
2631
2247
|
*/
|
|
2632
2248
|
"disabled": boolean;
|
|
2633
2249
|
/**
|
|
2634
|
-
* The mode determines
|
|
2250
|
+
* The mode determines which platform styles to use.
|
|
2635
2251
|
*/
|
|
2636
2252
|
"mode"?: "ios" | "md";
|
|
2637
2253
|
/**
|
|
@@ -2648,10 +2264,6 @@ export namespace Components {
|
|
|
2648
2264
|
* 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.
|
|
2649
2265
|
*/
|
|
2650
2266
|
"setValue": (value: PickerColumnValue) => Promise<void>;
|
|
2651
|
-
/**
|
|
2652
|
-
* The theme determines the visual appearance of the component.
|
|
2653
|
-
*/
|
|
2654
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2655
2267
|
/**
|
|
2656
2268
|
* The selected option in the picker.
|
|
2657
2269
|
*/
|
|
@@ -2668,14 +2280,6 @@ export namespace Components {
|
|
|
2668
2280
|
* @default false
|
|
2669
2281
|
*/
|
|
2670
2282
|
"disabled": boolean;
|
|
2671
|
-
/**
|
|
2672
|
-
* The mode determines the platform behaviors of the component.
|
|
2673
|
-
*/
|
|
2674
|
-
"mode"?: "ios" | "md";
|
|
2675
|
-
/**
|
|
2676
|
-
* The theme determines the visual appearance of the component.
|
|
2677
|
-
*/
|
|
2678
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2679
2283
|
/**
|
|
2680
2284
|
* The text value of the option.
|
|
2681
2285
|
*/
|
|
@@ -2750,7 +2354,7 @@ export namespace Components {
|
|
|
2750
2354
|
*/
|
|
2751
2355
|
"leaveAnimation"?: AnimationBuilder;
|
|
2752
2356
|
/**
|
|
2753
|
-
* The mode determines
|
|
2357
|
+
* The mode determines which platform styles to use.
|
|
2754
2358
|
*/
|
|
2755
2359
|
"mode"?: "ios" | "md";
|
|
2756
2360
|
/**
|
|
@@ -2771,10 +2375,6 @@ export namespace Components {
|
|
|
2771
2375
|
* @default true
|
|
2772
2376
|
*/
|
|
2773
2377
|
"showBackdrop": boolean;
|
|
2774
|
-
/**
|
|
2775
|
-
* The theme determines the visual appearance of the component.
|
|
2776
|
-
*/
|
|
2777
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2778
2378
|
/**
|
|
2779
2379
|
* An ID corresponding to the trigger element that causes the picker to open when clicked.
|
|
2780
2380
|
*/
|
|
@@ -2788,7 +2388,7 @@ export namespace Components {
|
|
|
2788
2388
|
}
|
|
2789
2389
|
interface IonPopover {
|
|
2790
2390
|
/**
|
|
2791
|
-
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `
|
|
2391
|
+
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios` mode, and `"start"` for `md` mode.
|
|
2792
2392
|
*/
|
|
2793
2393
|
"alignment"?: PositionAlign;
|
|
2794
2394
|
/**
|
|
@@ -2797,7 +2397,7 @@ export namespace Components {
|
|
|
2797
2397
|
*/
|
|
2798
2398
|
"animated": boolean;
|
|
2799
2399
|
/**
|
|
2800
|
-
* If `true`, the popover will display an arrow that points at the `reference`
|
|
2400
|
+
* If `true`, the popover will display an arrow that points at the `reference` when running in `ios` mode. Does not apply in `md` mode.
|
|
2801
2401
|
* @default true
|
|
2802
2402
|
*/
|
|
2803
2403
|
"arrow": boolean;
|
|
@@ -2877,7 +2477,7 @@ export namespace Components {
|
|
|
2877
2477
|
*/
|
|
2878
2478
|
"leaveAnimation"?: AnimationBuilder;
|
|
2879
2479
|
/**
|
|
2880
|
-
* The mode determines
|
|
2480
|
+
* The mode determines which platform styles to use.
|
|
2881
2481
|
*/
|
|
2882
2482
|
"mode"?: "ios" | "md";
|
|
2883
2483
|
/**
|
|
@@ -2919,11 +2519,7 @@ export namespace Components {
|
|
|
2919
2519
|
*/
|
|
2920
2520
|
"size": PopoverSize;
|
|
2921
2521
|
/**
|
|
2922
|
-
*
|
|
2923
|
-
*/
|
|
2924
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2925
|
-
/**
|
|
2926
|
-
* 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).
|
|
2522
|
+
* 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).
|
|
2927
2523
|
* @default false
|
|
2928
2524
|
*/
|
|
2929
2525
|
"translucent": boolean;
|
|
@@ -2948,7 +2544,7 @@ export namespace Components {
|
|
|
2948
2544
|
*/
|
|
2949
2545
|
"color"?: Color;
|
|
2950
2546
|
/**
|
|
2951
|
-
* The mode determines
|
|
2547
|
+
* The mode determines which platform styles to use.
|
|
2952
2548
|
*/
|
|
2953
2549
|
"mode"?: "ios" | "md";
|
|
2954
2550
|
/**
|
|
@@ -2956,14 +2552,6 @@ export namespace Components {
|
|
|
2956
2552
|
* @default false
|
|
2957
2553
|
*/
|
|
2958
2554
|
"reversed": boolean;
|
|
2959
|
-
/**
|
|
2960
|
-
* 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.
|
|
2961
|
-
*/
|
|
2962
|
-
"shape"?: 'round' | 'rectangular';
|
|
2963
|
-
/**
|
|
2964
|
-
* The theme determines the visual appearance of the component.
|
|
2965
|
-
*/
|
|
2966
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2967
2555
|
/**
|
|
2968
2556
|
* 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).
|
|
2969
2557
|
* @default 'determinate'
|
|
@@ -2999,7 +2587,7 @@ export namespace Components {
|
|
|
2999
2587
|
*/
|
|
3000
2588
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
3001
2589
|
/**
|
|
3002
|
-
* The mode determines
|
|
2590
|
+
* The mode determines which platform styles to use.
|
|
3003
2591
|
*/
|
|
3004
2592
|
"mode"?: "ios" | "md";
|
|
3005
2593
|
/**
|
|
@@ -3009,10 +2597,6 @@ export namespace Components {
|
|
|
3009
2597
|
"name": string;
|
|
3010
2598
|
"setButtonTabindex": (value: number) => Promise<void>;
|
|
3011
2599
|
"setFocus": (ev?: globalThis.Event) => Promise<void>;
|
|
3012
|
-
/**
|
|
3013
|
-
* The theme determines the visual appearance of the component.
|
|
3014
|
-
*/
|
|
3015
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3016
2600
|
/**
|
|
3017
2601
|
* the value of the radio.
|
|
3018
2602
|
*/
|
|
@@ -3036,20 +2620,12 @@ export namespace Components {
|
|
|
3036
2620
|
* The helper text to display at the top of the radio group.
|
|
3037
2621
|
*/
|
|
3038
2622
|
"helperText"?: string;
|
|
3039
|
-
/**
|
|
3040
|
-
* The mode determines the platform behaviors of the component.
|
|
3041
|
-
*/
|
|
3042
|
-
"mode"?: "ios" | "md";
|
|
3043
2623
|
/**
|
|
3044
2624
|
* The name of the control, which is submitted with the form data.
|
|
3045
2625
|
* @default this.inputId
|
|
3046
2626
|
*/
|
|
3047
2627
|
"name": string;
|
|
3048
2628
|
"setFocus": () => Promise<void>;
|
|
3049
|
-
/**
|
|
3050
|
-
* The theme determines the visual appearance of the component.
|
|
3051
|
-
*/
|
|
3052
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3053
2629
|
/**
|
|
3054
2630
|
* the value of the radio group.
|
|
3055
2631
|
*/
|
|
@@ -3098,7 +2674,7 @@ export namespace Components {
|
|
|
3098
2674
|
*/
|
|
3099
2675
|
"min": number;
|
|
3100
2676
|
/**
|
|
3101
|
-
* The mode determines
|
|
2677
|
+
* The mode determines which platform styles to use.
|
|
3102
2678
|
*/
|
|
3103
2679
|
"mode"?: "ios" | "md";
|
|
3104
2680
|
/**
|
|
@@ -3126,10 +2702,6 @@ export namespace Components {
|
|
|
3126
2702
|
* @default 1
|
|
3127
2703
|
*/
|
|
3128
2704
|
"step": number;
|
|
3129
|
-
/**
|
|
3130
|
-
* The theme determines the visual appearance of the component.
|
|
3131
|
-
*/
|
|
3132
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3133
2705
|
/**
|
|
3134
2706
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
3135
2707
|
* @default true
|
|
@@ -3165,7 +2737,7 @@ export namespace Components {
|
|
|
3165
2737
|
*/
|
|
3166
2738
|
"getProgress": () => Promise<number>;
|
|
3167
2739
|
/**
|
|
3168
|
-
* The mode determines
|
|
2740
|
+
* The mode determines which platform styles to use.
|
|
3169
2741
|
*/
|
|
3170
2742
|
"mode"?: "ios" | "md";
|
|
3171
2743
|
/**
|
|
@@ -3188,16 +2760,8 @@ export namespace Components {
|
|
|
3188
2760
|
* @default '280ms'
|
|
3189
2761
|
*/
|
|
3190
2762
|
"snapbackDuration": string;
|
|
3191
|
-
/**
|
|
3192
|
-
* The theme determines the visual appearance of the component.
|
|
3193
|
-
*/
|
|
3194
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3195
2763
|
}
|
|
3196
2764
|
interface IonRefresherContent {
|
|
3197
|
-
/**
|
|
3198
|
-
* The mode determines the platform behaviors of the component.
|
|
3199
|
-
*/
|
|
3200
|
-
"mode"?: "ios" | "md";
|
|
3201
2765
|
/**
|
|
3202
2766
|
* 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.
|
|
3203
2767
|
*/
|
|
@@ -3214,20 +2778,8 @@ export namespace Components {
|
|
|
3214
2778
|
* 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.
|
|
3215
2779
|
*/
|
|
3216
2780
|
"refreshingText"?: string | IonicSafeString;
|
|
3217
|
-
/**
|
|
3218
|
-
* The theme determines the visual appearance of the component.
|
|
3219
|
-
*/
|
|
3220
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3221
2781
|
}
|
|
3222
2782
|
interface IonReorder {
|
|
3223
|
-
/**
|
|
3224
|
-
* The mode determines the platform behaviors of the component.
|
|
3225
|
-
*/
|
|
3226
|
-
"mode"?: "ios" | "md";
|
|
3227
|
-
/**
|
|
3228
|
-
* The theme determines the visual appearance of the component.
|
|
3229
|
-
*/
|
|
3230
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3231
2783
|
}
|
|
3232
2784
|
interface IonReorderGroup {
|
|
3233
2785
|
/**
|
|
@@ -3240,14 +2792,6 @@ export namespace Components {
|
|
|
3240
2792
|
* @default true
|
|
3241
2793
|
*/
|
|
3242
2794
|
"disabled": boolean;
|
|
3243
|
-
/**
|
|
3244
|
-
* The mode determines the platform behaviors of the component.
|
|
3245
|
-
*/
|
|
3246
|
-
"mode"?: "ios" | "md";
|
|
3247
|
-
/**
|
|
3248
|
-
* The theme determines the visual appearance of the component.
|
|
3249
|
-
*/
|
|
3250
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3251
2795
|
}
|
|
3252
2796
|
interface IonRippleEffect {
|
|
3253
2797
|
/**
|
|
@@ -3256,14 +2800,6 @@ export namespace Components {
|
|
|
3256
2800
|
* @param y The vertical coordinate of where the ripple should start.
|
|
3257
2801
|
*/
|
|
3258
2802
|
"addRipple": (x: number, y: number) => Promise<() => void>;
|
|
3259
|
-
/**
|
|
3260
|
-
* The mode determines the platform behaviors of the component.
|
|
3261
|
-
*/
|
|
3262
|
-
"mode"?: "ios" | "md";
|
|
3263
|
-
/**
|
|
3264
|
-
* The theme determines the visual appearance of the component.
|
|
3265
|
-
*/
|
|
3266
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3267
2803
|
/**
|
|
3268
2804
|
* 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.
|
|
3269
2805
|
* @default 'bounded'
|
|
@@ -3287,14 +2823,6 @@ export namespace Components {
|
|
|
3287
2823
|
* A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
|
|
3288
2824
|
*/
|
|
3289
2825
|
"componentProps"?: { [key: string]: any };
|
|
3290
|
-
/**
|
|
3291
|
-
* The mode determines the platform behaviors of the component.
|
|
3292
|
-
*/
|
|
3293
|
-
"mode"?: "ios" | "md";
|
|
3294
|
-
/**
|
|
3295
|
-
* The theme determines the visual appearance of the component.
|
|
3296
|
-
*/
|
|
3297
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3298
2826
|
/**
|
|
3299
2827
|
* 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.
|
|
3300
2828
|
* @default ''
|
|
@@ -3317,10 +2845,6 @@ export namespace Components {
|
|
|
3317
2845
|
*/
|
|
3318
2846
|
"back": () => Promise<void>;
|
|
3319
2847
|
"canTransition": () => Promise<string | boolean>;
|
|
3320
|
-
/**
|
|
3321
|
-
* The mode determines the platform behaviors of the component.
|
|
3322
|
-
*/
|
|
3323
|
-
"mode"?: "ios" | "md";
|
|
3324
2848
|
"navChanged": (direction: RouterDirection) => Promise<boolean>;
|
|
3325
2849
|
"printDebug": () => Promise<void>;
|
|
3326
2850
|
/**
|
|
@@ -3335,10 +2859,6 @@ export namespace Components {
|
|
|
3335
2859
|
* @default '/'
|
|
3336
2860
|
*/
|
|
3337
2861
|
"root": string;
|
|
3338
|
-
/**
|
|
3339
|
-
* The theme determines the visual appearance of the component.
|
|
3340
|
-
*/
|
|
3341
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3342
2862
|
/**
|
|
3343
2863
|
* 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.
|
|
3344
2864
|
* @default true
|
|
@@ -3354,10 +2874,6 @@ export namespace Components {
|
|
|
3354
2874
|
* Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
|
|
3355
2875
|
*/
|
|
3356
2876
|
"href": string | undefined;
|
|
3357
|
-
/**
|
|
3358
|
-
* The mode determines the platform behaviors of the component.
|
|
3359
|
-
*/
|
|
3360
|
-
"mode"?: "ios" | "md";
|
|
3361
2877
|
/**
|
|
3362
2878
|
* 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).
|
|
3363
2879
|
*/
|
|
@@ -3375,10 +2891,6 @@ export namespace Components {
|
|
|
3375
2891
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
3376
2892
|
*/
|
|
3377
2893
|
"target": string | undefined;
|
|
3378
|
-
/**
|
|
3379
|
-
* The theme determines the visual appearance of the component.
|
|
3380
|
-
*/
|
|
3381
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3382
2894
|
}
|
|
3383
2895
|
interface IonRouterOutlet {
|
|
3384
2896
|
/**
|
|
@@ -3394,26 +2906,14 @@ export namespace Components {
|
|
|
3394
2906
|
"delegate"?: FrameworkDelegate;
|
|
3395
2907
|
"getRouteId": () => Promise<RouteID | undefined>;
|
|
3396
2908
|
/**
|
|
3397
|
-
* The mode determines
|
|
2909
|
+
* The mode determines which platform styles to use.
|
|
3398
2910
|
* @default getIonMode(this)
|
|
3399
2911
|
*/
|
|
3400
2912
|
"mode": "ios" | "md";
|
|
3401
2913
|
"setRouteId": (id: string, params: ComponentProps | undefined, direction: RouterDirection, animation?: AnimationBuilder) => Promise<RouteWrite>;
|
|
3402
2914
|
"swipeHandler"?: SwipeGestureHandler;
|
|
3403
|
-
/**
|
|
3404
|
-
* The theme determines the visual appearance of the component.
|
|
3405
|
-
*/
|
|
3406
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3407
2915
|
}
|
|
3408
2916
|
interface IonRow {
|
|
3409
|
-
/**
|
|
3410
|
-
* The mode determines the platform behaviors of the component.
|
|
3411
|
-
*/
|
|
3412
|
-
"mode"?: "ios" | "md";
|
|
3413
|
-
/**
|
|
3414
|
-
* The theme determines the visual appearance of the component.
|
|
3415
|
-
*/
|
|
3416
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3417
2917
|
}
|
|
3418
2918
|
interface IonSearchbar {
|
|
3419
2919
|
/**
|
|
@@ -3437,16 +2937,17 @@ export namespace Components {
|
|
|
3437
2937
|
*/
|
|
3438
2938
|
"autocorrect": 'on' | 'off';
|
|
3439
2939
|
/**
|
|
3440
|
-
* Set the cancel button icon. Only
|
|
2940
|
+
* Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
|
|
2941
|
+
* @default config.get('backButtonIcon', arrowBackSharp) as string
|
|
3441
2942
|
*/
|
|
3442
|
-
"cancelButtonIcon"
|
|
2943
|
+
"cancelButtonIcon": string;
|
|
3443
2944
|
/**
|
|
3444
|
-
* Set the cancel button text. Only
|
|
2945
|
+
* Set the cancel button text. Only applies to `ios` mode.
|
|
3445
2946
|
* @default 'Cancel'
|
|
3446
2947
|
*/
|
|
3447
2948
|
"cancelButtonText": string;
|
|
3448
2949
|
/**
|
|
3449
|
-
* Set the clear icon. Defaults to `
|
|
2950
|
+
* Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.
|
|
3450
2951
|
*/
|
|
3451
2952
|
"clearIcon"?: string;
|
|
3452
2953
|
/**
|
|
@@ -3483,7 +2984,7 @@ export namespace Components {
|
|
|
3483
2984
|
*/
|
|
3484
2985
|
"minlength"?: number;
|
|
3485
2986
|
/**
|
|
3486
|
-
* The mode determines
|
|
2987
|
+
* The mode determines which platform styles to use.
|
|
3487
2988
|
*/
|
|
3488
2989
|
"mode"?: "ios" | "md";
|
|
3489
2990
|
/**
|
|
@@ -3497,17 +2998,13 @@ export namespace Components {
|
|
|
3497
2998
|
*/
|
|
3498
2999
|
"placeholder": string;
|
|
3499
3000
|
/**
|
|
3500
|
-
* The icon to use as the search icon. Defaults to `
|
|
3001
|
+
* The icon to use as the search icon. Defaults to `search-outline` in `ios` mode and `search-sharp` in `md` mode.
|
|
3501
3002
|
*/
|
|
3502
|
-
"searchIcon"?: string
|
|
3003
|
+
"searchIcon"?: string;
|
|
3503
3004
|
/**
|
|
3504
3005
|
* 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.
|
|
3505
3006
|
*/
|
|
3506
3007
|
"setFocus": () => Promise<void>;
|
|
3507
|
-
/**
|
|
3508
|
-
* 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.
|
|
3509
|
-
*/
|
|
3510
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3511
3008
|
/**
|
|
3512
3009
|
* 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.
|
|
3513
3010
|
* @default 'never'
|
|
@@ -3518,19 +3015,11 @@ export namespace Components {
|
|
|
3518
3015
|
* @default 'always'
|
|
3519
3016
|
*/
|
|
3520
3017
|
"showClearButton": 'never' | 'focus' | 'always';
|
|
3521
|
-
/**
|
|
3522
|
-
* 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.
|
|
3523
|
-
*/
|
|
3524
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
3525
3018
|
/**
|
|
3526
3019
|
* If `true`, enable spellcheck on the input.
|
|
3527
3020
|
* @default false
|
|
3528
3021
|
*/
|
|
3529
3022
|
"spellcheck": boolean;
|
|
3530
|
-
/**
|
|
3531
|
-
* The theme determines the visual appearance of the component.
|
|
3532
|
-
*/
|
|
3533
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3534
3023
|
/**
|
|
3535
3024
|
* Set the type of the input.
|
|
3536
3025
|
* @default 'search'
|
|
@@ -3553,7 +3042,7 @@ export namespace Components {
|
|
|
3553
3042
|
*/
|
|
3554
3043
|
"disabled": boolean;
|
|
3555
3044
|
/**
|
|
3556
|
-
* The mode determines
|
|
3045
|
+
* The mode determines which platform styles to use.
|
|
3557
3046
|
*/
|
|
3558
3047
|
"mode"?: "ios" | "md";
|
|
3559
3048
|
/**
|
|
@@ -3571,10 +3060,6 @@ export namespace Components {
|
|
|
3571
3060
|
* @default true
|
|
3572
3061
|
*/
|
|
3573
3062
|
"swipeGesture": boolean;
|
|
3574
|
-
/**
|
|
3575
|
-
* The theme determines the visual appearance of the component.
|
|
3576
|
-
*/
|
|
3577
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3578
3063
|
/**
|
|
3579
3064
|
* the value of the segment.
|
|
3580
3065
|
*/
|
|
@@ -3596,14 +3081,10 @@ export namespace Components {
|
|
|
3596
3081
|
*/
|
|
3597
3082
|
"layout"?: SegmentButtonLayout;
|
|
3598
3083
|
/**
|
|
3599
|
-
* The mode determines
|
|
3084
|
+
* The mode determines which platform styles to use.
|
|
3600
3085
|
*/
|
|
3601
3086
|
"mode"?: "ios" | "md";
|
|
3602
3087
|
"setFocus": () => Promise<void>;
|
|
3603
|
-
/**
|
|
3604
|
-
* The theme determines the visual appearance of the component.
|
|
3605
|
-
*/
|
|
3606
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3607
3088
|
/**
|
|
3608
3089
|
* The type of the button.
|
|
3609
3090
|
* @default 'button'
|
|
@@ -3653,11 +3134,11 @@ export namespace Components {
|
|
|
3653
3134
|
*/
|
|
3654
3135
|
"errorText"?: string;
|
|
3655
3136
|
/**
|
|
3656
|
-
* The toggle icon to show when the select is open. If defined, the icon rotation behavior in `
|
|
3137
|
+
* 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.
|
|
3657
3138
|
*/
|
|
3658
3139
|
"expandedIcon"?: string;
|
|
3659
3140
|
/**
|
|
3660
|
-
* 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
|
|
3141
|
+
* 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.
|
|
3661
3142
|
*/
|
|
3662
3143
|
"fill"?: 'outline' | 'solid';
|
|
3663
3144
|
/**
|
|
@@ -3688,7 +3169,7 @@ export namespace Components {
|
|
|
3688
3169
|
*/
|
|
3689
3170
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
3690
3171
|
/**
|
|
3691
|
-
* The mode determines
|
|
3172
|
+
* The mode determines which platform styles to use.
|
|
3692
3173
|
*/
|
|
3693
3174
|
"mode"?: "ios" | "md";
|
|
3694
3175
|
/**
|
|
@@ -3725,19 +3206,11 @@ export namespace Components {
|
|
|
3725
3206
|
*/
|
|
3726
3207
|
"selectedText"?: string | null;
|
|
3727
3208
|
/**
|
|
3728
|
-
*
|
|
3729
|
-
*/
|
|
3730
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3731
|
-
/**
|
|
3732
|
-
* 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.
|
|
3733
|
-
*/
|
|
3734
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
3735
|
-
/**
|
|
3736
|
-
* The theme determines the visual appearance of the component.
|
|
3209
|
+
* The shape of the select. If "round" it will have an increased border radius.
|
|
3737
3210
|
*/
|
|
3738
|
-
"
|
|
3211
|
+
"shape"?: 'round';
|
|
3739
3212
|
/**
|
|
3740
|
-
* The toggle icon to use. Defaults to `
|
|
3213
|
+
* The toggle icon to use. Defaults to `chevronExpand` for `ios` mode, or `caretDownSharp` for `md` mode.
|
|
3741
3214
|
*/
|
|
3742
3215
|
"toggleIcon"?: string;
|
|
3743
3216
|
/**
|
|
@@ -3756,17 +3229,9 @@ export namespace Components {
|
|
|
3756
3229
|
interface IonSelectOption {
|
|
3757
3230
|
/**
|
|
3758
3231
|
* If `true`, the user cannot interact with the select option. This property does not apply when `interface="action-sheet"` as `ion-action-sheet` does not allow for disabled buttons.
|
|
3759
|
-
* @default false
|
|
3760
|
-
*/
|
|
3761
|
-
"disabled": boolean;
|
|
3762
|
-
/**
|
|
3763
|
-
* The mode determines the platform behaviors of the component.
|
|
3764
|
-
*/
|
|
3765
|
-
"mode"?: "ios" | "md";
|
|
3766
|
-
/**
|
|
3767
|
-
* The theme determines the visual appearance of the component.
|
|
3232
|
+
* @default false
|
|
3768
3233
|
*/
|
|
3769
|
-
"
|
|
3234
|
+
"disabled": boolean;
|
|
3770
3235
|
/**
|
|
3771
3236
|
* The text value of the option.
|
|
3772
3237
|
*/
|
|
@@ -3781,10 +3246,6 @@ export namespace Components {
|
|
|
3781
3246
|
* The text content of the popover body
|
|
3782
3247
|
*/
|
|
3783
3248
|
"message"?: string;
|
|
3784
|
-
/**
|
|
3785
|
-
* The mode determines the platform behaviors of the component.
|
|
3786
|
-
*/
|
|
3787
|
-
"mode"?: "ios" | "md";
|
|
3788
3249
|
/**
|
|
3789
3250
|
* If true, the select accepts multiple values
|
|
3790
3251
|
*/
|
|
@@ -3798,10 +3259,6 @@ export namespace Components {
|
|
|
3798
3259
|
* The subheader text of the popover
|
|
3799
3260
|
*/
|
|
3800
3261
|
"subHeader"?: string;
|
|
3801
|
-
/**
|
|
3802
|
-
* The theme determines the visual appearance of the component.
|
|
3803
|
-
*/
|
|
3804
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3805
3262
|
}
|
|
3806
3263
|
interface IonSkeletonText {
|
|
3807
3264
|
/**
|
|
@@ -3809,14 +3266,6 @@ export namespace Components {
|
|
|
3809
3266
|
* @default false
|
|
3810
3267
|
*/
|
|
3811
3268
|
"animated": boolean;
|
|
3812
|
-
/**
|
|
3813
|
-
* The mode determines the platform behaviors of the component.
|
|
3814
|
-
*/
|
|
3815
|
-
"mode"?: "ios" | "md";
|
|
3816
|
-
/**
|
|
3817
|
-
* The theme determines the visual appearance of the component.
|
|
3818
|
-
*/
|
|
3819
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3820
3269
|
}
|
|
3821
3270
|
interface IonSpinner {
|
|
3822
3271
|
/**
|
|
@@ -3827,10 +3276,6 @@ export namespace Components {
|
|
|
3827
3276
|
* Duration of the spinner animation in milliseconds. The default varies based on the spinner.
|
|
3828
3277
|
*/
|
|
3829
3278
|
"duration"?: number;
|
|
3830
|
-
/**
|
|
3831
|
-
* The mode determines the platform behaviors of the component.
|
|
3832
|
-
*/
|
|
3833
|
-
"mode"?: "ios" | "md";
|
|
3834
3279
|
/**
|
|
3835
3280
|
* The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
|
|
3836
3281
|
*/
|
|
@@ -3840,14 +3285,6 @@ export namespace Components {
|
|
|
3840
3285
|
* @default false
|
|
3841
3286
|
*/
|
|
3842
3287
|
"paused": boolean;
|
|
3843
|
-
/**
|
|
3844
|
-
* 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.
|
|
3845
|
-
*/
|
|
3846
|
-
"size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
3847
|
-
/**
|
|
3848
|
-
* The theme determines the visual appearance of the component.
|
|
3849
|
-
*/
|
|
3850
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3851
3288
|
}
|
|
3852
3289
|
interface IonSplitPane {
|
|
3853
3290
|
/**
|
|
@@ -3860,14 +3297,6 @@ export namespace Components {
|
|
|
3860
3297
|
*/
|
|
3861
3298
|
"disabled": boolean;
|
|
3862
3299
|
"isVisible": () => Promise<boolean>;
|
|
3863
|
-
/**
|
|
3864
|
-
* The mode determines the platform behaviors of the component.
|
|
3865
|
-
*/
|
|
3866
|
-
"mode"?: "ios" | "md";
|
|
3867
|
-
/**
|
|
3868
|
-
* The theme determines the visual appearance of the component.
|
|
3869
|
-
*/
|
|
3870
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3871
3300
|
/**
|
|
3872
3301
|
* When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
|
|
3873
3302
|
* @default QUERY['lg']
|
|
@@ -3884,10 +3313,6 @@ export namespace Components {
|
|
|
3884
3313
|
*/
|
|
3885
3314
|
"component"?: ComponentRef;
|
|
3886
3315
|
"delegate"?: FrameworkDelegate;
|
|
3887
|
-
/**
|
|
3888
|
-
* The mode determines the platform behaviors of the component.
|
|
3889
|
-
*/
|
|
3890
|
-
"mode"?: "ios" | "md";
|
|
3891
3316
|
/**
|
|
3892
3317
|
* Set the active component for the tab
|
|
3893
3318
|
*/
|
|
@@ -3896,10 +3321,6 @@ export namespace Components {
|
|
|
3896
3321
|
* 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.
|
|
3897
3322
|
*/
|
|
3898
3323
|
"tab": string;
|
|
3899
|
-
/**
|
|
3900
|
-
* The theme determines the visual appearance of the component.
|
|
3901
|
-
*/
|
|
3902
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3903
3324
|
}
|
|
3904
3325
|
interface IonTabBar {
|
|
3905
3326
|
/**
|
|
@@ -3907,12 +3328,7 @@ export namespace Components {
|
|
|
3907
3328
|
*/
|
|
3908
3329
|
"color"?: Color;
|
|
3909
3330
|
/**
|
|
3910
|
-
*
|
|
3911
|
-
* @default 'full'
|
|
3912
|
-
*/
|
|
3913
|
-
"expand": 'compact' | 'full';
|
|
3914
|
-
/**
|
|
3915
|
-
* The mode determines the platform behaviors of the component.
|
|
3331
|
+
* The mode determines which platform styles to use.
|
|
3916
3332
|
*/
|
|
3917
3333
|
"mode"?: "ios" | "md";
|
|
3918
3334
|
/**
|
|
@@ -3920,15 +3336,7 @@ export namespace Components {
|
|
|
3920
3336
|
*/
|
|
3921
3337
|
"selectedTab"?: string;
|
|
3922
3338
|
/**
|
|
3923
|
-
*
|
|
3924
|
-
*/
|
|
3925
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3926
|
-
/**
|
|
3927
|
-
* The theme determines the visual appearance of the component.
|
|
3928
|
-
*/
|
|
3929
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3930
|
-
/**
|
|
3931
|
-
* 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).
|
|
3339
|
+
* 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).
|
|
3932
3340
|
* @default false
|
|
3933
3341
|
*/
|
|
3934
3342
|
"translucent": boolean;
|
|
@@ -3952,7 +3360,7 @@ export namespace Components {
|
|
|
3952
3360
|
*/
|
|
3953
3361
|
"layout"?: TabButtonLayout;
|
|
3954
3362
|
/**
|
|
3955
|
-
* The mode determines
|
|
3363
|
+
* The mode determines which platform styles to use.
|
|
3956
3364
|
*/
|
|
3957
3365
|
"mode"?: "ios" | "md";
|
|
3958
3366
|
/**
|
|
@@ -3964,10 +3372,6 @@ export namespace Components {
|
|
|
3964
3372
|
* @default false
|
|
3965
3373
|
*/
|
|
3966
3374
|
"selected": boolean;
|
|
3967
|
-
/**
|
|
3968
|
-
* 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.
|
|
3969
|
-
*/
|
|
3970
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3971
3375
|
/**
|
|
3972
3376
|
* 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.
|
|
3973
3377
|
*/
|
|
@@ -3976,10 +3380,6 @@ export namespace Components {
|
|
|
3976
3380
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
3977
3381
|
*/
|
|
3978
3382
|
"target": string | undefined;
|
|
3979
|
-
/**
|
|
3980
|
-
* The theme determines the visual appearance of the component.
|
|
3981
|
-
*/
|
|
3982
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3983
3383
|
}
|
|
3984
3384
|
interface IonTabs {
|
|
3985
3385
|
"getRouteId": () => Promise<RouteID | undefined>;
|
|
@@ -3992,20 +3392,12 @@ export namespace Components {
|
|
|
3992
3392
|
* @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
|
|
3993
3393
|
*/
|
|
3994
3394
|
"getTab": (tab: string | HTMLIonTabElement) => Promise<HTMLIonTabElement | undefined>;
|
|
3995
|
-
/**
|
|
3996
|
-
* The mode determines the platform behaviors of the component.
|
|
3997
|
-
*/
|
|
3998
|
-
"mode"?: "ios" | "md";
|
|
3999
3395
|
/**
|
|
4000
3396
|
* 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.
|
|
4001
3397
|
* @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
|
|
4002
3398
|
*/
|
|
4003
3399
|
"select": (tab: string | HTMLIonTabElement) => Promise<boolean>;
|
|
4004
3400
|
"setRouteId": (id: string) => Promise<RouteWrite>;
|
|
4005
|
-
/**
|
|
4006
|
-
* The theme determines the visual appearance of the component.
|
|
4007
|
-
*/
|
|
4008
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
4009
3401
|
/**
|
|
4010
3402
|
* @default false
|
|
4011
3403
|
*/
|
|
@@ -4017,13 +3409,9 @@ export namespace Components {
|
|
|
4017
3409
|
*/
|
|
4018
3410
|
"color"?: Color;
|
|
4019
3411
|
/**
|
|
4020
|
-
* The mode determines
|
|
3412
|
+
* The mode determines which platform styles to use.
|
|
4021
3413
|
*/
|
|
4022
3414
|
"mode"?: "ios" | "md";
|
|
4023
|
-
/**
|
|
4024
|
-
* The theme determines the visual appearance of the component.
|
|
4025
|
-
*/
|
|
4026
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
4027
3415
|
}
|
|
4028
3416
|
interface IonTextarea {
|
|
4029
3417
|
/**
|
|
@@ -4081,7 +3469,7 @@ export namespace Components {
|
|
|
4081
3469
|
*/
|
|
4082
3470
|
"errorText"?: string;
|
|
4083
3471
|
/**
|
|
4084
|
-
* 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
|
|
3472
|
+
* 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.
|
|
4085
3473
|
*/
|
|
4086
3474
|
"fill"?: 'outline' | 'solid';
|
|
4087
3475
|
/**
|
|
@@ -4114,7 +3502,7 @@ export namespace Components {
|
|
|
4114
3502
|
*/
|
|
4115
3503
|
"minlength"?: number;
|
|
4116
3504
|
/**
|
|
4117
|
-
* The mode determines
|
|
3505
|
+
* The mode determines which platform styles to use.
|
|
4118
3506
|
*/
|
|
4119
3507
|
"mode"?: "ios" | "md";
|
|
4120
3508
|
/**
|
|
@@ -4145,23 +3533,14 @@ export namespace Components {
|
|
|
4145
3533
|
*/
|
|
4146
3534
|
"setFocus": () => Promise<void>;
|
|
4147
3535
|
/**
|
|
4148
|
-
*
|
|
4149
|
-
*/
|
|
4150
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
4151
|
-
/**
|
|
4152
|
-
* 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.
|
|
4153
|
-
* @default 'medium'
|
|
3536
|
+
* The shape of the textarea. If "round" it will have an increased border radius.
|
|
4154
3537
|
*/
|
|
4155
|
-
"
|
|
3538
|
+
"shape"?: 'round';
|
|
4156
3539
|
/**
|
|
4157
3540
|
* If `true`, the element will have its spelling and grammar checked.
|
|
4158
3541
|
* @default false
|
|
4159
3542
|
*/
|
|
4160
3543
|
"spellcheck": boolean;
|
|
4161
|
-
/**
|
|
4162
|
-
* The theme determines the visual appearance of the component.
|
|
4163
|
-
*/
|
|
4164
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
4165
3544
|
/**
|
|
4166
3545
|
* The value of the textarea.
|
|
4167
3546
|
* @default ''
|
|
@@ -4173,32 +3552,16 @@ export namespace Components {
|
|
|
4173
3552
|
"wrap"?: 'hard' | 'soft' | 'off';
|
|
4174
3553
|
}
|
|
4175
3554
|
interface IonThumbnail {
|
|
4176
|
-
/**
|
|
4177
|
-
* The mode determines the platform behaviors of the component.
|
|
4178
|
-
*/
|
|
4179
|
-
"mode"?: "ios" | "md";
|
|
4180
|
-
/**
|
|
4181
|
-
* The theme determines the visual appearance of the component.
|
|
4182
|
-
*/
|
|
4183
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
4184
3555
|
}
|
|
4185
3556
|
interface IonTitle {
|
|
4186
3557
|
/**
|
|
4187
3558
|
* 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).
|
|
4188
3559
|
*/
|
|
4189
3560
|
"color"?: Color;
|
|
4190
|
-
/**
|
|
4191
|
-
* The mode determines the platform behaviors of the component.
|
|
4192
|
-
*/
|
|
4193
|
-
"mode"?: "ios" | "md";
|
|
4194
3561
|
/**
|
|
4195
3562
|
* The size of the toolbar title.
|
|
4196
3563
|
*/
|
|
4197
3564
|
"size"?: 'large' | 'small';
|
|
4198
|
-
/**
|
|
4199
|
-
* The theme determines the visual appearance of the component.
|
|
4200
|
-
*/
|
|
4201
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
4202
3565
|
}
|
|
4203
3566
|
interface IonToast {
|
|
4204
3567
|
/**
|
|
@@ -4246,11 +3609,6 @@ export namespace Components {
|
|
|
4246
3609
|
* Additional attributes to pass to the toast.
|
|
4247
3610
|
*/
|
|
4248
3611
|
"htmlAttributes"?: { [key: string]: any };
|
|
4249
|
-
/**
|
|
4250
|
-
* 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.
|
|
4251
|
-
* @default 'subtle'
|
|
4252
|
-
*/
|
|
4253
|
-
"hue"?: 'bold' | 'subtle';
|
|
4254
3612
|
/**
|
|
4255
3613
|
* The name of the icon to display, or the path to a valid SVG file. See `ion-icon`. https://ionic.io/ionicons
|
|
4256
3614
|
*/
|
|
@@ -4279,7 +3637,7 @@ export namespace Components {
|
|
|
4279
3637
|
*/
|
|
4280
3638
|
"message"?: string | IonicSafeString;
|
|
4281
3639
|
/**
|
|
4282
|
-
* The mode determines
|
|
3640
|
+
* The mode determines which platform styles to use.
|
|
4283
3641
|
*/
|
|
4284
3642
|
"mode"?: "ios" | "md";
|
|
4285
3643
|
/**
|
|
@@ -4304,20 +3662,12 @@ export namespace Components {
|
|
|
4304
3662
|
* Present the toast overlay after it has been created.
|
|
4305
3663
|
*/
|
|
4306
3664
|
"present": () => Promise<void>;
|
|
4307
|
-
/**
|
|
4308
|
-
* 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.
|
|
4309
|
-
*/
|
|
4310
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
4311
3665
|
/**
|
|
4312
3666
|
* 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.
|
|
4313
3667
|
*/
|
|
4314
3668
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
4315
3669
|
/**
|
|
4316
|
-
*
|
|
4317
|
-
*/
|
|
4318
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
4319
|
-
/**
|
|
4320
|
-
* 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).
|
|
3670
|
+
* 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).
|
|
4321
3671
|
* @default false
|
|
4322
3672
|
*/
|
|
4323
3673
|
"translucent": boolean;
|
|
@@ -4368,7 +3718,7 @@ export namespace Components {
|
|
|
4368
3718
|
*/
|
|
4369
3719
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
4370
3720
|
/**
|
|
4371
|
-
* The mode determines
|
|
3721
|
+
* The mode determines which platform styles to use.
|
|
4372
3722
|
*/
|
|
4373
3723
|
"mode"?: "ios" | "md";
|
|
4374
3724
|
/**
|
|
@@ -4381,10 +3731,6 @@ export namespace Components {
|
|
|
4381
3731
|
* @default false
|
|
4382
3732
|
*/
|
|
4383
3733
|
"required": boolean;
|
|
4384
|
-
/**
|
|
4385
|
-
* The theme determines the visual appearance of the component.
|
|
4386
|
-
*/
|
|
4387
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
4388
3734
|
/**
|
|
4389
3735
|
* 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>`.
|
|
4390
3736
|
* @default 'on'
|
|
@@ -4397,13 +3743,9 @@ export namespace Components {
|
|
|
4397
3743
|
*/
|
|
4398
3744
|
"color"?: Color;
|
|
4399
3745
|
/**
|
|
4400
|
-
* The mode determines
|
|
3746
|
+
* The mode determines which platform styles to use.
|
|
4401
3747
|
*/
|
|
4402
3748
|
"mode"?: "ios" | "md";
|
|
4403
|
-
/**
|
|
4404
|
-
* The theme determines the visual appearance of the component.
|
|
4405
|
-
*/
|
|
4406
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
4407
3749
|
}
|
|
4408
3750
|
}
|
|
4409
3751
|
export interface IonAccordionGroupCustomEvent<T> extends CustomEvent<T> {
|
|
@@ -4885,12 +4227,6 @@ declare global {
|
|
|
4885
4227
|
prototype: HTMLIonDatetimeButtonElement;
|
|
4886
4228
|
new (): HTMLIonDatetimeButtonElement;
|
|
4887
4229
|
};
|
|
4888
|
-
interface HTMLIonDividerElement extends Components.IonDivider, HTMLStencilElement {
|
|
4889
|
-
}
|
|
4890
|
-
var HTMLIonDividerElement: {
|
|
4891
|
-
prototype: HTMLIonDividerElement;
|
|
4892
|
-
new (): HTMLIonDividerElement;
|
|
4893
|
-
};
|
|
4894
4230
|
interface HTMLIonFabElement extends Components.IonFab, HTMLStencilElement {
|
|
4895
4231
|
}
|
|
4896
4232
|
var HTMLIonFabElement: {
|
|
@@ -5871,7 +5207,6 @@ declare global {
|
|
|
5871
5207
|
"ion-content": HTMLIonContentElement;
|
|
5872
5208
|
"ion-datetime": HTMLIonDatetimeElement;
|
|
5873
5209
|
"ion-datetime-button": HTMLIonDatetimeButtonElement;
|
|
5874
|
-
"ion-divider": HTMLIonDividerElement;
|
|
5875
5210
|
"ion-fab": HTMLIonFabElement;
|
|
5876
5211
|
"ion-fab-button": HTMLIonFabButtonElement;
|
|
5877
5212
|
"ion-fab-list": HTMLIonFabListElement;
|
|
@@ -5955,7 +5290,7 @@ declare namespace LocalJSX {
|
|
|
5955
5290
|
*/
|
|
5956
5291
|
"disabled"?: boolean;
|
|
5957
5292
|
/**
|
|
5958
|
-
* The mode determines
|
|
5293
|
+
* The mode determines which platform styles to use.
|
|
5959
5294
|
*/
|
|
5960
5295
|
"mode"?: "ios" | "md";
|
|
5961
5296
|
/**
|
|
@@ -5963,12 +5298,9 @@ declare namespace LocalJSX {
|
|
|
5963
5298
|
* @default false
|
|
5964
5299
|
*/
|
|
5965
5300
|
"readonly"?: boolean;
|
|
5966
|
-
/**
|
|
5967
|
-
* The theme determines the visual appearance of the component.
|
|
5968
|
-
*/
|
|
5969
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5970
5301
|
/**
|
|
5971
5302
|
* The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
|
|
5303
|
+
* @default chevronDown
|
|
5972
5304
|
*/
|
|
5973
5305
|
"toggleIcon"?: string;
|
|
5974
5306
|
/**
|
|
@@ -5999,7 +5331,7 @@ declare namespace LocalJSX {
|
|
|
5999
5331
|
*/
|
|
6000
5332
|
"expand"?: 'compact' | 'inset';
|
|
6001
5333
|
/**
|
|
6002
|
-
* The mode determines
|
|
5334
|
+
* The mode determines which platform styles to use.
|
|
6003
5335
|
*/
|
|
6004
5336
|
"mode"?: "ios" | "md";
|
|
6005
5337
|
/**
|
|
@@ -6015,14 +5347,6 @@ declare namespace LocalJSX {
|
|
|
6015
5347
|
* @default false
|
|
6016
5348
|
*/
|
|
6017
5349
|
"readonly"?: boolean;
|
|
6018
|
-
/**
|
|
6019
|
-
* 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"`.
|
|
6020
|
-
*/
|
|
6021
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6022
|
-
/**
|
|
6023
|
-
* The theme determines the visual appearance of the component.
|
|
6024
|
-
*/
|
|
6025
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6026
5350
|
/**
|
|
6027
5351
|
* The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
|
|
6028
5352
|
*/
|
|
@@ -6075,7 +5399,7 @@ declare namespace LocalJSX {
|
|
|
6075
5399
|
*/
|
|
6076
5400
|
"leaveAnimation"?: AnimationBuilder;
|
|
6077
5401
|
/**
|
|
6078
|
-
* The mode determines
|
|
5402
|
+
* The mode determines which platform styles to use.
|
|
6079
5403
|
*/
|
|
6080
5404
|
"mode"?: "ios" | "md";
|
|
6081
5405
|
/**
|
|
@@ -6115,11 +5439,7 @@ declare namespace LocalJSX {
|
|
|
6115
5439
|
*/
|
|
6116
5440
|
"subHeader"?: string;
|
|
6117
5441
|
/**
|
|
6118
|
-
*
|
|
6119
|
-
*/
|
|
6120
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6121
|
-
/**
|
|
6122
|
-
* 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).
|
|
5442
|
+
* 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).
|
|
6123
5443
|
* @default false
|
|
6124
5444
|
*/
|
|
6125
5445
|
"translucent"?: boolean;
|
|
@@ -6184,7 +5504,7 @@ declare namespace LocalJSX {
|
|
|
6184
5504
|
*/
|
|
6185
5505
|
"message"?: string | IonicSafeString;
|
|
6186
5506
|
/**
|
|
6187
|
-
* The mode determines
|
|
5507
|
+
* The mode determines which platform styles to use.
|
|
6188
5508
|
*/
|
|
6189
5509
|
"mode"?: "ios" | "md";
|
|
6190
5510
|
/**
|
|
@@ -6224,11 +5544,7 @@ declare namespace LocalJSX {
|
|
|
6224
5544
|
*/
|
|
6225
5545
|
"subHeader"?: string;
|
|
6226
5546
|
/**
|
|
6227
|
-
*
|
|
6228
|
-
*/
|
|
6229
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6230
|
-
/**
|
|
6231
|
-
* 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).
|
|
5547
|
+
* 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).
|
|
6232
5548
|
* @default false
|
|
6233
5549
|
*/
|
|
6234
5550
|
"translucent"?: boolean;
|
|
@@ -6238,37 +5554,8 @@ declare namespace LocalJSX {
|
|
|
6238
5554
|
"trigger"?: string | undefined;
|
|
6239
5555
|
}
|
|
6240
5556
|
interface IonApp {
|
|
6241
|
-
/**
|
|
6242
|
-
* The mode determines the platform behaviors of the component.
|
|
6243
|
-
*/
|
|
6244
|
-
"mode"?: "ios" | "md";
|
|
6245
|
-
/**
|
|
6246
|
-
* The theme determines the visual appearance of the component.
|
|
6247
|
-
*/
|
|
6248
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6249
5557
|
}
|
|
6250
5558
|
interface IonAvatar {
|
|
6251
|
-
/**
|
|
6252
|
-
* If `true`, the user cannot interact with the avatar.
|
|
6253
|
-
* @default false
|
|
6254
|
-
*/
|
|
6255
|
-
"disabled"?: boolean;
|
|
6256
|
-
/**
|
|
6257
|
-
* The mode determines the platform behaviors of the component.
|
|
6258
|
-
*/
|
|
6259
|
-
"mode"?: "ios" | "md";
|
|
6260
|
-
/**
|
|
6261
|
-
* 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.
|
|
6262
|
-
*/
|
|
6263
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6264
|
-
/**
|
|
6265
|
-
* 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.
|
|
6266
|
-
*/
|
|
6267
|
-
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
6268
|
-
/**
|
|
6269
|
-
* The theme determines the visual appearance of the component.
|
|
6270
|
-
*/
|
|
6271
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6272
5559
|
}
|
|
6273
5560
|
interface IonBackButton {
|
|
6274
5561
|
/**
|
|
@@ -6289,7 +5576,7 @@ declare namespace LocalJSX {
|
|
|
6289
5576
|
*/
|
|
6290
5577
|
"icon"?: string | null;
|
|
6291
5578
|
/**
|
|
6292
|
-
* The mode determines
|
|
5579
|
+
* The mode determines which platform styles to use.
|
|
6293
5580
|
*/
|
|
6294
5581
|
"mode"?: "ios" | "md";
|
|
6295
5582
|
/**
|
|
@@ -6300,10 +5587,6 @@ declare namespace LocalJSX {
|
|
|
6300
5587
|
* The text to display in the back button.
|
|
6301
5588
|
*/
|
|
6302
5589
|
"text"?: string | null;
|
|
6303
|
-
/**
|
|
6304
|
-
* The theme determines the visual appearance of the component.
|
|
6305
|
-
*/
|
|
6306
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6307
5590
|
/**
|
|
6308
5591
|
* The type of the button.
|
|
6309
5592
|
* @default 'button'
|
|
@@ -6311,10 +5594,6 @@ declare namespace LocalJSX {
|
|
|
6311
5594
|
"type"?: 'submit' | 'reset' | 'button';
|
|
6312
5595
|
}
|
|
6313
5596
|
interface IonBackdrop {
|
|
6314
|
-
/**
|
|
6315
|
-
* The mode determines the platform behaviors of the component.
|
|
6316
|
-
*/
|
|
6317
|
-
"mode"?: "ios" | "md";
|
|
6318
5597
|
/**
|
|
6319
5598
|
* Emitted when the backdrop is tapped.
|
|
6320
5599
|
*/
|
|
@@ -6329,10 +5608,6 @@ declare namespace LocalJSX {
|
|
|
6329
5608
|
* @default true
|
|
6330
5609
|
*/
|
|
6331
5610
|
"tappable"?: boolean;
|
|
6332
|
-
/**
|
|
6333
|
-
* The theme determines the visual appearance of the component.
|
|
6334
|
-
*/
|
|
6335
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6336
5611
|
/**
|
|
6337
5612
|
* If `true`, the backdrop will be visible.
|
|
6338
5613
|
* @default true
|
|
@@ -6345,29 +5620,9 @@ declare namespace LocalJSX {
|
|
|
6345
5620
|
*/
|
|
6346
5621
|
"color"?: Color;
|
|
6347
5622
|
/**
|
|
6348
|
-
*
|
|
6349
|
-
*/
|
|
6350
|
-
"hue"?: 'bold' | 'subtle';
|
|
6351
|
-
/**
|
|
6352
|
-
* The mode determines the platform behaviors of the component.
|
|
5623
|
+
* The mode determines which platform styles to use.
|
|
6353
5624
|
*/
|
|
6354
5625
|
"mode"?: "ios" | "md";
|
|
6355
|
-
/**
|
|
6356
|
-
* 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.
|
|
6357
|
-
*/
|
|
6358
|
-
"shape"?: 'soft' | 'round | rectangular';
|
|
6359
|
-
/**
|
|
6360
|
-
* 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.
|
|
6361
|
-
*/
|
|
6362
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
6363
|
-
/**
|
|
6364
|
-
* The theme determines the visual appearance of the component.
|
|
6365
|
-
*/
|
|
6366
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6367
|
-
/**
|
|
6368
|
-
* 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.
|
|
6369
|
-
*/
|
|
6370
|
-
"vertical"?: 'top' | 'bottom';
|
|
6371
5626
|
}
|
|
6372
5627
|
interface IonBreadcrumb {
|
|
6373
5628
|
/**
|
|
@@ -6393,7 +5648,7 @@ declare namespace LocalJSX {
|
|
|
6393
5648
|
*/
|
|
6394
5649
|
"href"?: string | undefined;
|
|
6395
5650
|
/**
|
|
6396
|
-
* The mode determines
|
|
5651
|
+
* The mode determines which platform styles to use.
|
|
6397
5652
|
*/
|
|
6398
5653
|
"mode"?: "ios" | "md";
|
|
6399
5654
|
/**
|
|
@@ -6425,10 +5680,6 @@ declare namespace LocalJSX {
|
|
|
6425
5680
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6426
5681
|
*/
|
|
6427
5682
|
"target"?: string | undefined;
|
|
6428
|
-
/**
|
|
6429
|
-
* The theme determines the visual appearance of the component.
|
|
6430
|
-
*/
|
|
6431
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6432
5683
|
}
|
|
6433
5684
|
interface IonBreadcrumbs {
|
|
6434
5685
|
/**
|
|
@@ -6450,17 +5701,13 @@ declare namespace LocalJSX {
|
|
|
6450
5701
|
*/
|
|
6451
5702
|
"maxItems"?: number;
|
|
6452
5703
|
/**
|
|
6453
|
-
* The mode determines
|
|
5704
|
+
* The mode determines which platform styles to use.
|
|
6454
5705
|
*/
|
|
6455
5706
|
"mode"?: "ios" | "md";
|
|
6456
5707
|
/**
|
|
6457
5708
|
* Emitted when the collapsed indicator is clicked on.
|
|
6458
5709
|
*/
|
|
6459
5710
|
"onIonCollapsedClick"?: (event: IonBreadcrumbsCustomEvent<BreadcrumbCollapsedClickEventDetail>) => void;
|
|
6460
|
-
/**
|
|
6461
|
-
* The theme determines the visual appearance of the component.
|
|
6462
|
-
*/
|
|
6463
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6464
5711
|
}
|
|
6465
5712
|
interface IonButton {
|
|
6466
5713
|
/**
|
|
@@ -6498,7 +5745,7 @@ declare namespace LocalJSX {
|
|
|
6498
5745
|
*/
|
|
6499
5746
|
"href"?: string | undefined;
|
|
6500
5747
|
/**
|
|
6501
|
-
* The mode determines
|
|
5748
|
+
* The mode determines which platform styles to use.
|
|
6502
5749
|
*/
|
|
6503
5750
|
"mode"?: "ios" | "md";
|
|
6504
5751
|
/**
|
|
@@ -6523,13 +5770,13 @@ declare namespace LocalJSX {
|
|
|
6523
5770
|
*/
|
|
6524
5771
|
"routerDirection"?: RouterDirection;
|
|
6525
5772
|
/**
|
|
6526
|
-
* Set to `"
|
|
5773
|
+
* Set to `"round"` for a button with more rounded corners.
|
|
6527
5774
|
*/
|
|
6528
|
-
"shape"?: '
|
|
5775
|
+
"shape"?: 'round';
|
|
6529
5776
|
/**
|
|
6530
|
-
* Set to `"small"` for a button with less height and padding, to `"
|
|
5777
|
+
* 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.
|
|
6531
5778
|
*/
|
|
6532
|
-
"size"?: 'small' | 'default' | '
|
|
5779
|
+
"size"?: 'small' | 'default' | 'large';
|
|
6533
5780
|
/**
|
|
6534
5781
|
* If `true`, activates a button with a heavier font weight.
|
|
6535
5782
|
* @default false
|
|
@@ -6539,10 +5786,6 @@ declare namespace LocalJSX {
|
|
|
6539
5786
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6540
5787
|
*/
|
|
6541
5788
|
"target"?: string | undefined;
|
|
6542
|
-
/**
|
|
6543
|
-
* The theme determines the visual appearance of the component.
|
|
6544
|
-
*/
|
|
6545
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6546
5789
|
/**
|
|
6547
5790
|
* The type of the button.
|
|
6548
5791
|
* @default 'button'
|
|
@@ -6551,18 +5794,10 @@ declare namespace LocalJSX {
|
|
|
6551
5794
|
}
|
|
6552
5795
|
interface IonButtons {
|
|
6553
5796
|
/**
|
|
6554
|
-
* 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
|
|
5797
|
+
* 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)
|
|
6555
5798
|
* @default false
|
|
6556
5799
|
*/
|
|
6557
5800
|
"collapse"?: boolean;
|
|
6558
|
-
/**
|
|
6559
|
-
* The mode determines the platform behaviors of the component.
|
|
6560
|
-
*/
|
|
6561
|
-
"mode"?: "ios" | "md";
|
|
6562
|
-
/**
|
|
6563
|
-
* The theme determines the visual appearance of the component.
|
|
6564
|
-
*/
|
|
6565
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6566
5801
|
}
|
|
6567
5802
|
interface IonCard {
|
|
6568
5803
|
/**
|
|
@@ -6588,7 +5823,7 @@ declare namespace LocalJSX {
|
|
|
6588
5823
|
*/
|
|
6589
5824
|
"href"?: string | undefined;
|
|
6590
5825
|
/**
|
|
6591
|
-
* The mode determines
|
|
5826
|
+
* The mode determines which platform styles to use.
|
|
6592
5827
|
*/
|
|
6593
5828
|
"mode"?: "ios" | "md";
|
|
6594
5829
|
/**
|
|
@@ -6604,19 +5839,10 @@ declare namespace LocalJSX {
|
|
|
6604
5839
|
* @default 'forward'
|
|
6605
5840
|
*/
|
|
6606
5841
|
"routerDirection"?: RouterDirection;
|
|
6607
|
-
/**
|
|
6608
|
-
* 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"`.
|
|
6609
|
-
* @default 'round'
|
|
6610
|
-
*/
|
|
6611
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6612
5842
|
/**
|
|
6613
5843
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6614
5844
|
*/
|
|
6615
5845
|
"target"?: string | undefined;
|
|
6616
|
-
/**
|
|
6617
|
-
* The theme determines the visual appearance of the component.
|
|
6618
|
-
*/
|
|
6619
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6620
5846
|
/**
|
|
6621
5847
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
6622
5848
|
* @default 'button'
|
|
@@ -6625,13 +5851,9 @@ declare namespace LocalJSX {
|
|
|
6625
5851
|
}
|
|
6626
5852
|
interface IonCardContent {
|
|
6627
5853
|
/**
|
|
6628
|
-
* The mode determines
|
|
5854
|
+
* The mode determines which platform styles to use.
|
|
6629
5855
|
*/
|
|
6630
5856
|
"mode"?: "ios" | "md";
|
|
6631
|
-
/**
|
|
6632
|
-
* The theme determines the visual appearance of the component.
|
|
6633
|
-
*/
|
|
6634
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6635
5857
|
}
|
|
6636
5858
|
interface IonCardHeader {
|
|
6637
5859
|
/**
|
|
@@ -6639,15 +5861,11 @@ declare namespace LocalJSX {
|
|
|
6639
5861
|
*/
|
|
6640
5862
|
"color"?: Color;
|
|
6641
5863
|
/**
|
|
6642
|
-
* The mode determines
|
|
5864
|
+
* The mode determines which platform styles to use.
|
|
6643
5865
|
*/
|
|
6644
5866
|
"mode"?: "ios" | "md";
|
|
6645
5867
|
/**
|
|
6646
|
-
*
|
|
6647
|
-
*/
|
|
6648
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6649
|
-
/**
|
|
6650
|
-
* 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).
|
|
5868
|
+
* 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).
|
|
6651
5869
|
* @default false
|
|
6652
5870
|
*/
|
|
6653
5871
|
"translucent"?: boolean;
|
|
@@ -6658,13 +5876,9 @@ declare namespace LocalJSX {
|
|
|
6658
5876
|
*/
|
|
6659
5877
|
"color"?: Color;
|
|
6660
5878
|
/**
|
|
6661
|
-
* The mode determines
|
|
5879
|
+
* The mode determines which platform styles to use.
|
|
6662
5880
|
*/
|
|
6663
5881
|
"mode"?: "ios" | "md";
|
|
6664
|
-
/**
|
|
6665
|
-
* The theme determines the visual appearance of the component.
|
|
6666
|
-
*/
|
|
6667
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6668
5882
|
}
|
|
6669
5883
|
interface IonCardTitle {
|
|
6670
5884
|
/**
|
|
@@ -6672,13 +5886,9 @@ declare namespace LocalJSX {
|
|
|
6672
5886
|
*/
|
|
6673
5887
|
"color"?: Color;
|
|
6674
5888
|
/**
|
|
6675
|
-
* The mode determines
|
|
5889
|
+
* The mode determines which platform styles to use.
|
|
6676
5890
|
*/
|
|
6677
5891
|
"mode"?: "ios" | "md";
|
|
6678
|
-
/**
|
|
6679
|
-
* The theme determines the visual appearance of the component.
|
|
6680
|
-
*/
|
|
6681
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6682
5892
|
}
|
|
6683
5893
|
interface IonCheckbox {
|
|
6684
5894
|
/**
|
|
@@ -6722,7 +5932,7 @@ declare namespace LocalJSX {
|
|
|
6722
5932
|
*/
|
|
6723
5933
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
6724
5934
|
/**
|
|
6725
|
-
* The mode determines
|
|
5935
|
+
* The mode determines which platform styles to use.
|
|
6726
5936
|
*/
|
|
6727
5937
|
"mode"?: "ios" | "md";
|
|
6728
5938
|
/**
|
|
@@ -6735,7 +5945,7 @@ declare namespace LocalJSX {
|
|
|
6735
5945
|
*/
|
|
6736
5946
|
"onIonBlur"?: (event: IonCheckboxCustomEvent<void>) => void;
|
|
6737
5947
|
/**
|
|
6738
|
-
* Emitted when the checked property has changed as a result of a user action such as a click.
|
|
5948
|
+
* 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.
|
|
6739
5949
|
*/
|
|
6740
5950
|
"onIonChange"?: (event: IonCheckboxCustomEvent<CheckboxChangeEventDetail>) => void;
|
|
6741
5951
|
/**
|
|
@@ -6747,19 +5957,6 @@ declare namespace LocalJSX {
|
|
|
6747
5957
|
* @default false
|
|
6748
5958
|
*/
|
|
6749
5959
|
"required"?: boolean;
|
|
6750
|
-
/**
|
|
6751
|
-
* Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
|
|
6752
|
-
* @default 'soft'
|
|
6753
|
-
*/
|
|
6754
|
-
"shape"?: 'soft' | 'rectangular';
|
|
6755
|
-
/**
|
|
6756
|
-
* Set to `"small"` for a checkbox with less height and padding.
|
|
6757
|
-
*/
|
|
6758
|
-
"size"?: 'small';
|
|
6759
|
-
/**
|
|
6760
|
-
* The theme determines the visual appearance of the component.
|
|
6761
|
-
*/
|
|
6762
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6763
5960
|
/**
|
|
6764
5961
|
* 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>`.
|
|
6765
5962
|
* @default 'on'
|
|
@@ -6777,12 +5974,7 @@ declare namespace LocalJSX {
|
|
|
6777
5974
|
*/
|
|
6778
5975
|
"disabled"?: boolean;
|
|
6779
5976
|
/**
|
|
6780
|
-
*
|
|
6781
|
-
* @default 'subtle'
|
|
6782
|
-
*/
|
|
6783
|
-
"hue"?: 'bold' | 'subtle';
|
|
6784
|
-
/**
|
|
6785
|
-
* The mode determines the platform behaviors of the component.
|
|
5977
|
+
* The mode determines which platform styles to use.
|
|
6786
5978
|
*/
|
|
6787
5979
|
"mode"?: "ios" | "md";
|
|
6788
5980
|
/**
|
|
@@ -6790,24 +5982,8 @@ declare namespace LocalJSX {
|
|
|
6790
5982
|
* @default false
|
|
6791
5983
|
*/
|
|
6792
5984
|
"outline"?: boolean;
|
|
6793
|
-
/**
|
|
6794
|
-
* 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.
|
|
6795
|
-
*/
|
|
6796
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6797
|
-
/**
|
|
6798
|
-
* Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
|
|
6799
|
-
*/
|
|
6800
|
-
"size"?: 'small' | 'large';
|
|
6801
|
-
/**
|
|
6802
|
-
* The theme determines the visual appearance of the component.
|
|
6803
|
-
*/
|
|
6804
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6805
5985
|
}
|
|
6806
5986
|
interface IonCol {
|
|
6807
|
-
/**
|
|
6808
|
-
* The mode determines the platform behaviors of the component.
|
|
6809
|
-
*/
|
|
6810
|
-
"mode"?: "ios" | "md";
|
|
6811
5987
|
/**
|
|
6812
5988
|
* The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
|
|
6813
5989
|
*/
|
|
@@ -6904,10 +6080,6 @@ declare namespace LocalJSX {
|
|
|
6904
6080
|
* 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.
|
|
6905
6081
|
*/
|
|
6906
6082
|
"sizeXs"?: string;
|
|
6907
|
-
/**
|
|
6908
|
-
* The theme determines the visual appearance of the component.
|
|
6909
|
-
*/
|
|
6910
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6911
6083
|
}
|
|
6912
6084
|
interface IonContent {
|
|
6913
6085
|
/**
|
|
@@ -6928,10 +6100,6 @@ declare namespace LocalJSX {
|
|
|
6928
6100
|
* @default false
|
|
6929
6101
|
*/
|
|
6930
6102
|
"fullscreen"?: boolean;
|
|
6931
|
-
/**
|
|
6932
|
-
* The mode determines the platform behaviors of the component.
|
|
6933
|
-
*/
|
|
6934
|
-
"mode"?: "ios" | "md";
|
|
6935
6103
|
/**
|
|
6936
6104
|
* Emitted while scrolling. This event is disabled by default. Set `scrollEvents` to `true` to enable.
|
|
6937
6105
|
*/
|
|
@@ -6959,10 +6127,6 @@ declare namespace LocalJSX {
|
|
|
6959
6127
|
* @default true
|
|
6960
6128
|
*/
|
|
6961
6129
|
"scrollY"?: boolean;
|
|
6962
|
-
/**
|
|
6963
|
-
* The theme determines the visual appearance of the component.
|
|
6964
|
-
*/
|
|
6965
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6966
6130
|
}
|
|
6967
6131
|
interface IonDatetime {
|
|
6968
6132
|
/**
|
|
@@ -7037,7 +6201,7 @@ declare namespace LocalJSX {
|
|
|
7037
6201
|
*/
|
|
7038
6202
|
"minuteValues"?: number[] | number | string;
|
|
7039
6203
|
/**
|
|
7040
|
-
* The mode determines
|
|
6204
|
+
* The mode determines which platform styles to use.
|
|
7041
6205
|
*/
|
|
7042
6206
|
"mode"?: "ios" | "md";
|
|
7043
6207
|
/**
|
|
@@ -7115,10 +6279,6 @@ declare namespace LocalJSX {
|
|
|
7115
6279
|
* @default 'fixed'
|
|
7116
6280
|
*/
|
|
7117
6281
|
"size"?: 'cover' | 'fixed';
|
|
7118
|
-
/**
|
|
7119
|
-
* The theme determines the visual appearance of the component.
|
|
7120
|
-
*/
|
|
7121
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7122
6282
|
/**
|
|
7123
6283
|
* 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.
|
|
7124
6284
|
*/
|
|
@@ -7148,25 +6308,9 @@ declare namespace LocalJSX {
|
|
|
7148
6308
|
*/
|
|
7149
6309
|
"disabled"?: boolean;
|
|
7150
6310
|
/**
|
|
7151
|
-
* The mode determines
|
|
6311
|
+
* The mode determines which platform styles to use.
|
|
7152
6312
|
*/
|
|
7153
6313
|
"mode"?: "ios" | "md";
|
|
7154
|
-
/**
|
|
7155
|
-
* The theme determines the visual appearance of the component.
|
|
7156
|
-
*/
|
|
7157
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7158
|
-
}
|
|
7159
|
-
interface IonDivider {
|
|
7160
|
-
/**
|
|
7161
|
-
* If `true`, the divider will have horizontal margins By default, it's `false`
|
|
7162
|
-
* @default false
|
|
7163
|
-
*/
|
|
7164
|
-
"inset"?: boolean;
|
|
7165
|
-
/**
|
|
7166
|
-
* 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"`.
|
|
7167
|
-
* @default 'medium'
|
|
7168
|
-
*/
|
|
7169
|
-
"spacing"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge';
|
|
7170
6314
|
}
|
|
7171
6315
|
interface IonFab {
|
|
7172
6316
|
/**
|
|
@@ -7183,14 +6327,6 @@ declare namespace LocalJSX {
|
|
|
7183
6327
|
* Where to align the fab horizontally in the viewport.
|
|
7184
6328
|
*/
|
|
7185
6329
|
"horizontal"?: 'start' | 'end' | 'center';
|
|
7186
|
-
/**
|
|
7187
|
-
* The mode determines the platform behaviors of the component.
|
|
7188
|
-
*/
|
|
7189
|
-
"mode"?: "ios" | "md";
|
|
7190
|
-
/**
|
|
7191
|
-
* The theme determines the visual appearance of the component.
|
|
7192
|
-
*/
|
|
7193
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7194
6330
|
/**
|
|
7195
6331
|
* Where to align the fab vertically in the viewport.
|
|
7196
6332
|
*/
|
|
@@ -7204,6 +6340,7 @@ declare namespace LocalJSX {
|
|
|
7204
6340
|
"activated"?: boolean;
|
|
7205
6341
|
/**
|
|
7206
6342
|
* 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.
|
|
6343
|
+
* @default close
|
|
7207
6344
|
*/
|
|
7208
6345
|
"closeIcon"?: string;
|
|
7209
6346
|
/**
|
|
@@ -7224,7 +6361,7 @@ declare namespace LocalJSX {
|
|
|
7224
6361
|
*/
|
|
7225
6362
|
"href"?: string | undefined;
|
|
7226
6363
|
/**
|
|
7227
|
-
* The mode determines
|
|
6364
|
+
* The mode determines which platform styles to use.
|
|
7228
6365
|
*/
|
|
7229
6366
|
"mode"?: "ios" | "md";
|
|
7230
6367
|
/**
|
|
@@ -7262,11 +6399,7 @@ declare namespace LocalJSX {
|
|
|
7262
6399
|
*/
|
|
7263
6400
|
"target"?: string | undefined;
|
|
7264
6401
|
/**
|
|
7265
|
-
*
|
|
7266
|
-
*/
|
|
7267
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7268
|
-
/**
|
|
7269
|
-
* 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).
|
|
6402
|
+
* 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).
|
|
7270
6403
|
* @default false
|
|
7271
6404
|
*/
|
|
7272
6405
|
"translucent"?: boolean;
|
|
@@ -7282,35 +6415,23 @@ declare namespace LocalJSX {
|
|
|
7282
6415
|
* @default false
|
|
7283
6416
|
*/
|
|
7284
6417
|
"activated"?: boolean;
|
|
7285
|
-
/**
|
|
7286
|
-
* The mode determines the platform behaviors of the component.
|
|
7287
|
-
*/
|
|
7288
|
-
"mode"?: "ios" | "md";
|
|
7289
6418
|
/**
|
|
7290
6419
|
* The side the fab list will show on relative to the main fab button.
|
|
7291
6420
|
* @default 'bottom'
|
|
7292
6421
|
*/
|
|
7293
6422
|
"side"?: 'start' | 'end' | 'top' | 'bottom';
|
|
7294
|
-
/**
|
|
7295
|
-
* The theme determines the visual appearance of the component.
|
|
7296
|
-
*/
|
|
7297
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7298
6423
|
}
|
|
7299
6424
|
interface IonFooter {
|
|
7300
6425
|
/**
|
|
7301
|
-
* Describes the scroll effect that will be applied to the footer. Only applies
|
|
6426
|
+
* Describes the scroll effect that will be applied to the footer. Only applies in iOS mode.
|
|
7302
6427
|
*/
|
|
7303
6428
|
"collapse"?: 'fade';
|
|
7304
6429
|
/**
|
|
7305
|
-
* The mode determines
|
|
6430
|
+
* The mode determines which platform styles to use.
|
|
7306
6431
|
*/
|
|
7307
6432
|
"mode"?: "ios" | "md";
|
|
7308
6433
|
/**
|
|
7309
|
-
*
|
|
7310
|
-
*/
|
|
7311
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7312
|
-
/**
|
|
7313
|
-
* 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.
|
|
6434
|
+
* 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.
|
|
7314
6435
|
* @default false
|
|
7315
6436
|
*/
|
|
7316
6437
|
"translucent"?: boolean;
|
|
@@ -7321,35 +6442,18 @@ declare namespace LocalJSX {
|
|
|
7321
6442
|
* @default false
|
|
7322
6443
|
*/
|
|
7323
6444
|
"fixed"?: boolean;
|
|
7324
|
-
/**
|
|
7325
|
-
* The mode determines the platform behaviors of the component.
|
|
7326
|
-
*/
|
|
7327
|
-
"mode"?: "ios" | "md";
|
|
7328
|
-
/**
|
|
7329
|
-
* The theme determines the visual appearance of the component.
|
|
7330
|
-
*/
|
|
7331
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7332
6445
|
}
|
|
7333
6446
|
interface IonHeader {
|
|
7334
6447
|
/**
|
|
7335
|
-
* Describes the scroll effect that will be applied to the header. Only applies
|
|
6448
|
+
* 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)
|
|
7336
6449
|
*/
|
|
7337
6450
|
"collapse"?: 'condense' | 'fade';
|
|
7338
6451
|
/**
|
|
7339
|
-
*
|
|
7340
|
-
* @default false
|
|
7341
|
-
*/
|
|
7342
|
-
"divider"?: boolean;
|
|
7343
|
-
/**
|
|
7344
|
-
* The mode determines the platform behaviors of the component.
|
|
6452
|
+
* The mode determines which platform styles to use.
|
|
7345
6453
|
*/
|
|
7346
6454
|
"mode"?: "ios" | "md";
|
|
7347
6455
|
/**
|
|
7348
|
-
*
|
|
7349
|
-
*/
|
|
7350
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7351
|
-
/**
|
|
7352
|
-
* 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.
|
|
6456
|
+
* 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.
|
|
7353
6457
|
* @default false
|
|
7354
6458
|
*/
|
|
7355
6459
|
"translucent"?: boolean;
|
|
@@ -7359,10 +6463,6 @@ declare namespace LocalJSX {
|
|
|
7359
6463
|
* 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.
|
|
7360
6464
|
*/
|
|
7361
6465
|
"alt"?: string;
|
|
7362
|
-
/**
|
|
7363
|
-
* The mode determines the platform behaviors of the component.
|
|
7364
|
-
*/
|
|
7365
|
-
"mode"?: "ios" | "md";
|
|
7366
6466
|
/**
|
|
7367
6467
|
* Emitted when the img fails to load
|
|
7368
6468
|
*/
|
|
@@ -7379,10 +6479,6 @@ declare namespace LocalJSX {
|
|
|
7379
6479
|
* The image URL. This attribute is mandatory for the `<img>` element.
|
|
7380
6480
|
*/
|
|
7381
6481
|
"src"?: string;
|
|
7382
|
-
/**
|
|
7383
|
-
* The theme determines the visual appearance of the component.
|
|
7384
|
-
*/
|
|
7385
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7386
6482
|
}
|
|
7387
6483
|
interface IonInfiniteScroll {
|
|
7388
6484
|
/**
|
|
@@ -7390,10 +6486,6 @@ declare namespace LocalJSX {
|
|
|
7390
6486
|
* @default false
|
|
7391
6487
|
*/
|
|
7392
6488
|
"disabled"?: boolean;
|
|
7393
|
-
/**
|
|
7394
|
-
* The mode determines the platform behaviors of the component.
|
|
7395
|
-
*/
|
|
7396
|
-
"mode"?: "ios" | "md";
|
|
7397
6489
|
/**
|
|
7398
6490
|
* 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.
|
|
7399
6491
|
*/
|
|
@@ -7403,15 +6495,6 @@ declare namespace LocalJSX {
|
|
|
7403
6495
|
* @default 'bottom'
|
|
7404
6496
|
*/
|
|
7405
6497
|
"position"?: 'top' | 'bottom';
|
|
7406
|
-
/**
|
|
7407
|
-
* 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.
|
|
7408
|
-
* @default false
|
|
7409
|
-
*/
|
|
7410
|
-
"preserveRerenderScrollPosition"?: boolean;
|
|
7411
|
-
/**
|
|
7412
|
-
* The theme determines the visual appearance of the component.
|
|
7413
|
-
*/
|
|
7414
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7415
6498
|
/**
|
|
7416
6499
|
* 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.
|
|
7417
6500
|
* @default '15%'
|
|
@@ -7427,14 +6510,6 @@ declare namespace LocalJSX {
|
|
|
7427
6510
|
* 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.
|
|
7428
6511
|
*/
|
|
7429
6512
|
"loadingText"?: string | IonicSafeString;
|
|
7430
|
-
/**
|
|
7431
|
-
* The mode determines the platform behaviors of the component.
|
|
7432
|
-
*/
|
|
7433
|
-
"mode"?: "ios" | "md";
|
|
7434
|
-
/**
|
|
7435
|
-
* The theme determines the visual appearance of the component.
|
|
7436
|
-
*/
|
|
7437
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7438
6513
|
}
|
|
7439
6514
|
interface IonInput {
|
|
7440
6515
|
/**
|
|
@@ -7501,7 +6576,7 @@ declare namespace LocalJSX {
|
|
|
7501
6576
|
*/
|
|
7502
6577
|
"errorText"?: string;
|
|
7503
6578
|
/**
|
|
7504
|
-
* 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
|
|
6579
|
+
* 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.
|
|
7505
6580
|
*/
|
|
7506
6581
|
"fill"?: 'outline' | 'solid';
|
|
7507
6582
|
/**
|
|
@@ -7517,7 +6592,8 @@ declare namespace LocalJSX {
|
|
|
7517
6592
|
*/
|
|
7518
6593
|
"label"?: string;
|
|
7519
6594
|
/**
|
|
7520
|
-
* 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 ("...").
|
|
6595
|
+
* 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 ("...").
|
|
6596
|
+
* @default 'start'
|
|
7521
6597
|
*/
|
|
7522
6598
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
7523
6599
|
/**
|
|
@@ -7537,7 +6613,7 @@ declare namespace LocalJSX {
|
|
|
7537
6613
|
*/
|
|
7538
6614
|
"minlength"?: number;
|
|
7539
6615
|
/**
|
|
7540
|
-
* The mode determines
|
|
6616
|
+
* The mode determines which platform styles to use.
|
|
7541
6617
|
*/
|
|
7542
6618
|
"mode"?: "ios" | "md";
|
|
7543
6619
|
/**
|
|
@@ -7584,14 +6660,9 @@ declare namespace LocalJSX {
|
|
|
7584
6660
|
*/
|
|
7585
6661
|
"required"?: boolean;
|
|
7586
6662
|
/**
|
|
7587
|
-
*
|
|
7588
|
-
*/
|
|
7589
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7590
|
-
/**
|
|
7591
|
-
* 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.
|
|
7592
|
-
* @default 'medium'
|
|
6663
|
+
* The shape of the input. If "round" it will have an increased border radius.
|
|
7593
6664
|
*/
|
|
7594
|
-
"
|
|
6665
|
+
"shape"?: 'round';
|
|
7595
6666
|
/**
|
|
7596
6667
|
* If `true`, the element will have its spelling and grammar checked.
|
|
7597
6668
|
* @default false
|
|
@@ -7601,10 +6672,6 @@ declare namespace LocalJSX {
|
|
|
7601
6672
|
* 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.
|
|
7602
6673
|
*/
|
|
7603
6674
|
"step"?: string;
|
|
7604
|
-
/**
|
|
7605
|
-
* The theme determines the visual appearance of the component.
|
|
7606
|
-
*/
|
|
7607
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7608
6675
|
/**
|
|
7609
6676
|
* The type of control to display. The default type is text.
|
|
7610
6677
|
* @default 'text'
|
|
@@ -7728,11 +6795,12 @@ declare namespace LocalJSX {
|
|
|
7728
6795
|
*/
|
|
7729
6796
|
"color"?: Color;
|
|
7730
6797
|
/**
|
|
7731
|
-
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
6798
|
+
* 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.
|
|
7732
6799
|
*/
|
|
7733
6800
|
"detail"?: boolean;
|
|
7734
6801
|
/**
|
|
7735
6802
|
* The icon to use when `detail` is set to `true`.
|
|
6803
|
+
* @default chevronForward
|
|
7736
6804
|
*/
|
|
7737
6805
|
"detailIcon"?: string;
|
|
7738
6806
|
/**
|
|
@@ -7753,7 +6821,7 @@ declare namespace LocalJSX {
|
|
|
7753
6821
|
*/
|
|
7754
6822
|
"lines"?: 'full' | 'inset' | 'none';
|
|
7755
6823
|
/**
|
|
7756
|
-
* The mode determines
|
|
6824
|
+
* The mode determines which platform styles to use.
|
|
7757
6825
|
*/
|
|
7758
6826
|
"mode"?: "ios" | "md";
|
|
7759
6827
|
/**
|
|
@@ -7773,10 +6841,6 @@ declare namespace LocalJSX {
|
|
|
7773
6841
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
7774
6842
|
*/
|
|
7775
6843
|
"target"?: string | undefined;
|
|
7776
|
-
/**
|
|
7777
|
-
* The theme determines the visual appearance of the component.
|
|
7778
|
-
*/
|
|
7779
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7780
6844
|
/**
|
|
7781
6845
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
7782
6846
|
* @default 'button'
|
|
@@ -7789,7 +6853,7 @@ declare namespace LocalJSX {
|
|
|
7789
6853
|
*/
|
|
7790
6854
|
"color"?: Color;
|
|
7791
6855
|
/**
|
|
7792
|
-
* The mode determines
|
|
6856
|
+
* The mode determines which platform styles to use.
|
|
7793
6857
|
*/
|
|
7794
6858
|
"mode"?: "ios" | "md";
|
|
7795
6859
|
/**
|
|
@@ -7797,20 +6861,8 @@ declare namespace LocalJSX {
|
|
|
7797
6861
|
* @default false
|
|
7798
6862
|
*/
|
|
7799
6863
|
"sticky"?: boolean;
|
|
7800
|
-
/**
|
|
7801
|
-
* The theme determines the visual appearance of the component.
|
|
7802
|
-
*/
|
|
7803
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7804
6864
|
}
|
|
7805
6865
|
interface IonItemGroup {
|
|
7806
|
-
/**
|
|
7807
|
-
* The mode determines the platform behaviors of the component.
|
|
7808
|
-
*/
|
|
7809
|
-
"mode"?: "ios" | "md";
|
|
7810
|
-
/**
|
|
7811
|
-
* The theme determines the visual appearance of the component.
|
|
7812
|
-
*/
|
|
7813
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7814
6866
|
}
|
|
7815
6867
|
interface IonItemOption {
|
|
7816
6868
|
/**
|
|
@@ -7836,30 +6888,17 @@ declare namespace LocalJSX {
|
|
|
7836
6888
|
*/
|
|
7837
6889
|
"href"?: string | undefined;
|
|
7838
6890
|
/**
|
|
7839
|
-
*
|
|
7840
|
-
* @default 'subtle'
|
|
7841
|
-
*/
|
|
7842
|
-
"hue"?: 'bold' | 'subtle';
|
|
7843
|
-
/**
|
|
7844
|
-
* The mode determines the platform behaviors of the component.
|
|
6891
|
+
* The mode determines which platform styles to use.
|
|
7845
6892
|
*/
|
|
7846
6893
|
"mode"?: "ios" | "md";
|
|
7847
6894
|
/**
|
|
7848
6895
|
* 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).
|
|
7849
6896
|
*/
|
|
7850
6897
|
"rel"?: string | undefined;
|
|
7851
|
-
/**
|
|
7852
|
-
* 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.
|
|
7853
|
-
*/
|
|
7854
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7855
6898
|
/**
|
|
7856
6899
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
7857
6900
|
*/
|
|
7858
6901
|
"target"?: string | undefined;
|
|
7859
|
-
/**
|
|
7860
|
-
* The theme determines the visual appearance of the component.
|
|
7861
|
-
*/
|
|
7862
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7863
6902
|
/**
|
|
7864
6903
|
* The type of the button.
|
|
7865
6904
|
* @default 'button'
|
|
@@ -7867,10 +6906,6 @@ declare namespace LocalJSX {
|
|
|
7867
6906
|
"type"?: 'submit' | 'reset' | 'button';
|
|
7868
6907
|
}
|
|
7869
6908
|
interface IonItemOptions {
|
|
7870
|
-
/**
|
|
7871
|
-
* The mode determines the platform behaviors of the component.
|
|
7872
|
-
*/
|
|
7873
|
-
"mode"?: "ios" | "md";
|
|
7874
6909
|
/**
|
|
7875
6910
|
* Emitted when the item has been fully swiped.
|
|
7876
6911
|
*/
|
|
@@ -7880,10 +6915,6 @@ declare namespace LocalJSX {
|
|
|
7880
6915
|
* @default 'end'
|
|
7881
6916
|
*/
|
|
7882
6917
|
"side"?: Side;
|
|
7883
|
-
/**
|
|
7884
|
-
* The theme determines the visual appearance of the component.
|
|
7885
|
-
*/
|
|
7886
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7887
6918
|
}
|
|
7888
6919
|
interface IonItemSliding {
|
|
7889
6920
|
/**
|
|
@@ -7891,18 +6922,10 @@ declare namespace LocalJSX {
|
|
|
7891
6922
|
* @default false
|
|
7892
6923
|
*/
|
|
7893
6924
|
"disabled"?: boolean;
|
|
7894
|
-
/**
|
|
7895
|
-
* The mode determines the platform behaviors of the component.
|
|
7896
|
-
*/
|
|
7897
|
-
"mode"?: "ios" | "md";
|
|
7898
6925
|
/**
|
|
7899
6926
|
* Emitted when the sliding position changes.
|
|
7900
6927
|
*/
|
|
7901
6928
|
"onIonDrag"?: (event: IonItemSlidingCustomEvent<any>) => void;
|
|
7902
|
-
/**
|
|
7903
|
-
* The theme determines the visual appearance of the component.
|
|
7904
|
-
*/
|
|
7905
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7906
6929
|
}
|
|
7907
6930
|
interface IonLabel {
|
|
7908
6931
|
/**
|
|
@@ -7910,17 +6933,13 @@ declare namespace LocalJSX {
|
|
|
7910
6933
|
*/
|
|
7911
6934
|
"color"?: Color;
|
|
7912
6935
|
/**
|
|
7913
|
-
* The mode determines
|
|
6936
|
+
* The mode determines which platform styles to use.
|
|
7914
6937
|
*/
|
|
7915
6938
|
"mode"?: "ios" | "md";
|
|
7916
6939
|
/**
|
|
7917
6940
|
* The position determines where and how the label behaves inside an item.
|
|
7918
6941
|
*/
|
|
7919
6942
|
"position"?: 'fixed' | 'stacked' | 'floating';
|
|
7920
|
-
/**
|
|
7921
|
-
* The theme determines the visual appearance of the component.
|
|
7922
|
-
*/
|
|
7923
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7924
6943
|
}
|
|
7925
6944
|
interface IonList {
|
|
7926
6945
|
/**
|
|
@@ -7933,17 +6952,9 @@ declare namespace LocalJSX {
|
|
|
7933
6952
|
*/
|
|
7934
6953
|
"lines"?: 'full' | 'inset' | 'none';
|
|
7935
6954
|
/**
|
|
7936
|
-
* The mode determines
|
|
6955
|
+
* The mode determines which platform styles to use.
|
|
7937
6956
|
*/
|
|
7938
6957
|
"mode"?: "ios" | "md";
|
|
7939
|
-
/**
|
|
7940
|
-
* 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.
|
|
7941
|
-
*/
|
|
7942
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7943
|
-
/**
|
|
7944
|
-
* The theme determines the visual appearance of the component.
|
|
7945
|
-
*/
|
|
7946
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7947
6958
|
}
|
|
7948
6959
|
interface IonListHeader {
|
|
7949
6960
|
/**
|
|
@@ -7955,13 +6966,9 @@ declare namespace LocalJSX {
|
|
|
7955
6966
|
*/
|
|
7956
6967
|
"lines"?: 'full' | 'inset' | 'none';
|
|
7957
6968
|
/**
|
|
7958
|
-
* The mode determines
|
|
6969
|
+
* The mode determines which platform styles to use.
|
|
7959
6970
|
*/
|
|
7960
6971
|
"mode"?: "ios" | "md";
|
|
7961
|
-
/**
|
|
7962
|
-
* The theme determines the visual appearance of the component.
|
|
7963
|
-
*/
|
|
7964
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7965
6972
|
}
|
|
7966
6973
|
interface IonLoading {
|
|
7967
6974
|
/**
|
|
@@ -8010,7 +7017,7 @@ declare namespace LocalJSX {
|
|
|
8010
7017
|
*/
|
|
8011
7018
|
"message"?: string | IonicSafeString;
|
|
8012
7019
|
/**
|
|
8013
|
-
* The mode determines
|
|
7020
|
+
* The mode determines which platform styles to use.
|
|
8014
7021
|
*/
|
|
8015
7022
|
"mode"?: "ios" | "md";
|
|
8016
7023
|
/**
|
|
@@ -8055,11 +7062,7 @@ declare namespace LocalJSX {
|
|
|
8055
7062
|
*/
|
|
8056
7063
|
"spinner"?: SpinnerTypes | null;
|
|
8057
7064
|
/**
|
|
8058
|
-
*
|
|
8059
|
-
*/
|
|
8060
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8061
|
-
/**
|
|
8062
|
-
* 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).
|
|
7065
|
+
* 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).
|
|
8063
7066
|
* @default false
|
|
8064
7067
|
*/
|
|
8065
7068
|
"translucent"?: boolean;
|
|
@@ -8087,10 +7090,6 @@ declare namespace LocalJSX {
|
|
|
8087
7090
|
* An id for the menu.
|
|
8088
7091
|
*/
|
|
8089
7092
|
"menuId"?: string;
|
|
8090
|
-
/**
|
|
8091
|
-
* The mode determines the platform behaviors of the component.
|
|
8092
|
-
*/
|
|
8093
|
-
"mode"?: "ios" | "md";
|
|
8094
7093
|
/**
|
|
8095
7094
|
* Emitted when the menu is closed.
|
|
8096
7095
|
*/
|
|
@@ -8117,10 +7116,6 @@ declare namespace LocalJSX {
|
|
|
8117
7116
|
* @default true
|
|
8118
7117
|
*/
|
|
8119
7118
|
"swipeGesture"?: boolean;
|
|
8120
|
-
/**
|
|
8121
|
-
* The theme determines the visual appearance of the component.
|
|
8122
|
-
*/
|
|
8123
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8124
7119
|
/**
|
|
8125
7120
|
* The display type of the menu. Available options: `"overlay"`, `"reveal"`, `"push"`.
|
|
8126
7121
|
*/
|
|
@@ -8146,13 +7141,9 @@ declare namespace LocalJSX {
|
|
|
8146
7141
|
*/
|
|
8147
7142
|
"menu"?: string;
|
|
8148
7143
|
/**
|
|
8149
|
-
* The mode determines
|
|
7144
|
+
* The mode determines which platform styles to use.
|
|
8150
7145
|
*/
|
|
8151
7146
|
"mode"?: "ios" | "md";
|
|
8152
|
-
/**
|
|
8153
|
-
* The theme determines the visual appearance of the component.
|
|
8154
|
-
*/
|
|
8155
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8156
7147
|
/**
|
|
8157
7148
|
* The type of the button.
|
|
8158
7149
|
* @default 'button'
|
|
@@ -8169,14 +7160,6 @@ declare namespace LocalJSX {
|
|
|
8169
7160
|
* 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.
|
|
8170
7161
|
*/
|
|
8171
7162
|
"menu"?: string;
|
|
8172
|
-
/**
|
|
8173
|
-
* The mode determines the platform behaviors of the component.
|
|
8174
|
-
*/
|
|
8175
|
-
"mode"?: "ios" | "md";
|
|
8176
|
-
/**
|
|
8177
|
-
* The theme determines the visual appearance of the component.
|
|
8178
|
-
*/
|
|
8179
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8180
7163
|
}
|
|
8181
7164
|
interface IonModal {
|
|
8182
7165
|
/**
|
|
@@ -8254,7 +7237,7 @@ declare namespace LocalJSX {
|
|
|
8254
7237
|
*/
|
|
8255
7238
|
"leaveAnimation"?: AnimationBuilder;
|
|
8256
7239
|
/**
|
|
8257
|
-
* The mode determines
|
|
7240
|
+
* The mode determines which platform styles to use.
|
|
8258
7241
|
*/
|
|
8259
7242
|
"mode"?: "ios" | "md";
|
|
8260
7243
|
/**
|
|
@@ -8297,19 +7280,11 @@ declare namespace LocalJSX {
|
|
|
8297
7280
|
* 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.
|
|
8298
7281
|
*/
|
|
8299
7282
|
"presentingElement"?: HTMLElement;
|
|
8300
|
-
/**
|
|
8301
|
-
* 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.
|
|
8302
|
-
*/
|
|
8303
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
8304
7283
|
/**
|
|
8305
7284
|
* 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.
|
|
8306
7285
|
* @default true
|
|
8307
7286
|
*/
|
|
8308
7287
|
"showBackdrop"?: boolean;
|
|
8309
|
-
/**
|
|
8310
|
-
* The theme determines the visual appearance of the component.
|
|
8311
|
-
*/
|
|
8312
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8313
7288
|
/**
|
|
8314
7289
|
* An ID corresponding to the trigger element that causes the modal to open when clicked.
|
|
8315
7290
|
*/
|
|
@@ -8322,13 +7297,9 @@ declare namespace LocalJSX {
|
|
|
8322
7297
|
*/
|
|
8323
7298
|
"animated"?: boolean;
|
|
8324
7299
|
/**
|
|
8325
|
-
* By default `ion-nav` animates transition between pages based
|
|
7300
|
+
* 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.
|
|
8326
7301
|
*/
|
|
8327
7302
|
"animation"?: AnimationBuilder;
|
|
8328
|
-
/**
|
|
8329
|
-
* The mode determines the platform behaviors of the component.
|
|
8330
|
-
*/
|
|
8331
|
-
"mode"?: "ios" | "md";
|
|
8332
7303
|
/**
|
|
8333
7304
|
* Event fired when the nav has changed components
|
|
8334
7305
|
*/
|
|
@@ -8349,10 +7320,6 @@ declare namespace LocalJSX {
|
|
|
8349
7320
|
* If the nav component should allow for swipe-to-go-back.
|
|
8350
7321
|
*/
|
|
8351
7322
|
"swipeGesture"?: boolean;
|
|
8352
|
-
/**
|
|
8353
|
-
* The theme determines the visual appearance of the component.
|
|
8354
|
-
*/
|
|
8355
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8356
7323
|
}
|
|
8357
7324
|
interface IonNavLink {
|
|
8358
7325
|
/**
|
|
@@ -8363,10 +7330,6 @@ declare namespace LocalJSX {
|
|
|
8363
7330
|
* Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
|
|
8364
7331
|
*/
|
|
8365
7332
|
"componentProps"?: ComponentProps;
|
|
8366
|
-
/**
|
|
8367
|
-
* The mode determines the platform behaviors of the component.
|
|
8368
|
-
*/
|
|
8369
|
-
"mode"?: "ios" | "md";
|
|
8370
7333
|
/**
|
|
8371
7334
|
* The transition animation when navigating to another page.
|
|
8372
7335
|
*/
|
|
@@ -8376,10 +7339,6 @@ declare namespace LocalJSX {
|
|
|
8376
7339
|
* @default 'forward'
|
|
8377
7340
|
*/
|
|
8378
7341
|
"routerDirection"?: RouterDirection;
|
|
8379
|
-
/**
|
|
8380
|
-
* The theme determines the visual appearance of the component.
|
|
8381
|
-
*/
|
|
8382
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8383
7342
|
}
|
|
8384
7343
|
interface IonNote {
|
|
8385
7344
|
/**
|
|
@@ -8387,23 +7346,15 @@ declare namespace LocalJSX {
|
|
|
8387
7346
|
*/
|
|
8388
7347
|
"color"?: Color;
|
|
8389
7348
|
/**
|
|
8390
|
-
* The mode determines
|
|
7349
|
+
* The mode determines which platform styles to use.
|
|
8391
7350
|
*/
|
|
8392
7351
|
"mode"?: "ios" | "md";
|
|
8393
|
-
/**
|
|
8394
|
-
* The theme determines the visual appearance of the component.
|
|
8395
|
-
*/
|
|
8396
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8397
7352
|
}
|
|
8398
7353
|
interface IonPicker {
|
|
8399
7354
|
/**
|
|
8400
|
-
* The mode determines
|
|
7355
|
+
* The mode determines which platform styles to use.
|
|
8401
7356
|
*/
|
|
8402
7357
|
"mode"?: "ios" | "md";
|
|
8403
|
-
/**
|
|
8404
|
-
* The theme determines the visual appearance of the component.
|
|
8405
|
-
*/
|
|
8406
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8407
7358
|
}
|
|
8408
7359
|
interface IonPickerColumn {
|
|
8409
7360
|
/**
|
|
@@ -8417,17 +7368,13 @@ declare namespace LocalJSX {
|
|
|
8417
7368
|
*/
|
|
8418
7369
|
"disabled"?: boolean;
|
|
8419
7370
|
/**
|
|
8420
|
-
* The mode determines
|
|
7371
|
+
* The mode determines which platform styles to use.
|
|
8421
7372
|
*/
|
|
8422
7373
|
"mode"?: "ios" | "md";
|
|
8423
7374
|
/**
|
|
8424
7375
|
* Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
|
|
8425
7376
|
*/
|
|
8426
7377
|
"onIonChange"?: (event: IonPickerColumnCustomEvent<PickerColumnChangeEventDetail>) => void;
|
|
8427
|
-
/**
|
|
8428
|
-
* The theme determines the visual appearance of the component.
|
|
8429
|
-
*/
|
|
8430
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8431
7378
|
/**
|
|
8432
7379
|
* The selected option in the picker.
|
|
8433
7380
|
*/
|
|
@@ -8444,14 +7391,6 @@ declare namespace LocalJSX {
|
|
|
8444
7391
|
* @default false
|
|
8445
7392
|
*/
|
|
8446
7393
|
"disabled"?: boolean;
|
|
8447
|
-
/**
|
|
8448
|
-
* The mode determines the platform behaviors of the component.
|
|
8449
|
-
*/
|
|
8450
|
-
"mode"?: "ios" | "md";
|
|
8451
|
-
/**
|
|
8452
|
-
* The theme determines the visual appearance of the component.
|
|
8453
|
-
*/
|
|
8454
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8455
7394
|
/**
|
|
8456
7395
|
* The text value of the option.
|
|
8457
7396
|
*/
|
|
@@ -8510,7 +7449,7 @@ declare namespace LocalJSX {
|
|
|
8510
7449
|
*/
|
|
8511
7450
|
"leaveAnimation"?: AnimationBuilder;
|
|
8512
7451
|
/**
|
|
8513
|
-
* The mode determines
|
|
7452
|
+
* The mode determines which platform styles to use.
|
|
8514
7453
|
*/
|
|
8515
7454
|
"mode"?: "ios" | "md";
|
|
8516
7455
|
/**
|
|
@@ -8550,10 +7489,6 @@ declare namespace LocalJSX {
|
|
|
8550
7489
|
* @default true
|
|
8551
7490
|
*/
|
|
8552
7491
|
"showBackdrop"?: boolean;
|
|
8553
|
-
/**
|
|
8554
|
-
* The theme determines the visual appearance of the component.
|
|
8555
|
-
*/
|
|
8556
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8557
7492
|
/**
|
|
8558
7493
|
* An ID corresponding to the trigger element that causes the picker to open when clicked.
|
|
8559
7494
|
*/
|
|
@@ -8567,7 +7502,7 @@ declare namespace LocalJSX {
|
|
|
8567
7502
|
}
|
|
8568
7503
|
interface IonPopover {
|
|
8569
7504
|
/**
|
|
8570
|
-
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `
|
|
7505
|
+
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios` mode, and `"start"` for `md` mode.
|
|
8571
7506
|
*/
|
|
8572
7507
|
"alignment"?: PositionAlign;
|
|
8573
7508
|
/**
|
|
@@ -8576,7 +7511,7 @@ declare namespace LocalJSX {
|
|
|
8576
7511
|
*/
|
|
8577
7512
|
"animated"?: boolean;
|
|
8578
7513
|
/**
|
|
8579
|
-
* If `true`, the popover will display an arrow that points at the `reference`
|
|
7514
|
+
* If `true`, the popover will display an arrow that points at the `reference` when running in `ios` mode. Does not apply in `md` mode.
|
|
8580
7515
|
* @default true
|
|
8581
7516
|
*/
|
|
8582
7517
|
"arrow"?: boolean;
|
|
@@ -8635,7 +7570,7 @@ declare namespace LocalJSX {
|
|
|
8635
7570
|
*/
|
|
8636
7571
|
"leaveAnimation"?: AnimationBuilder;
|
|
8637
7572
|
/**
|
|
8638
|
-
* The mode determines
|
|
7573
|
+
* The mode determines which platform styles to use.
|
|
8639
7574
|
*/
|
|
8640
7575
|
"mode"?: "ios" | "md";
|
|
8641
7576
|
/**
|
|
@@ -8691,11 +7626,7 @@ declare namespace LocalJSX {
|
|
|
8691
7626
|
*/
|
|
8692
7627
|
"size"?: PopoverSize;
|
|
8693
7628
|
/**
|
|
8694
|
-
*
|
|
8695
|
-
*/
|
|
8696
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8697
|
-
/**
|
|
8698
|
-
* 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).
|
|
7629
|
+
* 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).
|
|
8699
7630
|
* @default false
|
|
8700
7631
|
*/
|
|
8701
7632
|
"translucent"?: boolean;
|
|
@@ -8720,7 +7651,7 @@ declare namespace LocalJSX {
|
|
|
8720
7651
|
*/
|
|
8721
7652
|
"color"?: Color;
|
|
8722
7653
|
/**
|
|
8723
|
-
* The mode determines
|
|
7654
|
+
* The mode determines which platform styles to use.
|
|
8724
7655
|
*/
|
|
8725
7656
|
"mode"?: "ios" | "md";
|
|
8726
7657
|
/**
|
|
@@ -8728,14 +7659,6 @@ declare namespace LocalJSX {
|
|
|
8728
7659
|
* @default false
|
|
8729
7660
|
*/
|
|
8730
7661
|
"reversed"?: boolean;
|
|
8731
|
-
/**
|
|
8732
|
-
* 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.
|
|
8733
|
-
*/
|
|
8734
|
-
"shape"?: 'round' | 'rectangular';
|
|
8735
|
-
/**
|
|
8736
|
-
* The theme determines the visual appearance of the component.
|
|
8737
|
-
*/
|
|
8738
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8739
7662
|
/**
|
|
8740
7663
|
* 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).
|
|
8741
7664
|
* @default 'determinate'
|
|
@@ -8771,7 +7694,7 @@ declare namespace LocalJSX {
|
|
|
8771
7694
|
*/
|
|
8772
7695
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
8773
7696
|
/**
|
|
8774
|
-
* The mode determines
|
|
7697
|
+
* The mode determines which platform styles to use.
|
|
8775
7698
|
*/
|
|
8776
7699
|
"mode"?: "ios" | "md";
|
|
8777
7700
|
/**
|
|
@@ -8787,10 +7710,6 @@ declare namespace LocalJSX {
|
|
|
8787
7710
|
* Emitted when the radio button has focus.
|
|
8788
7711
|
*/
|
|
8789
7712
|
"onIonFocus"?: (event: IonRadioCustomEvent<void>) => void;
|
|
8790
|
-
/**
|
|
8791
|
-
* The theme determines the visual appearance of the component.
|
|
8792
|
-
*/
|
|
8793
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8794
7713
|
/**
|
|
8795
7714
|
* the value of the radio.
|
|
8796
7715
|
*/
|
|
@@ -8814,10 +7733,6 @@ declare namespace LocalJSX {
|
|
|
8814
7733
|
* The helper text to display at the top of the radio group.
|
|
8815
7734
|
*/
|
|
8816
7735
|
"helperText"?: string;
|
|
8817
|
-
/**
|
|
8818
|
-
* The mode determines the platform behaviors of the component.
|
|
8819
|
-
*/
|
|
8820
|
-
"mode"?: "ios" | "md";
|
|
8821
7736
|
/**
|
|
8822
7737
|
* The name of the control, which is submitted with the form data.
|
|
8823
7738
|
* @default this.inputId
|
|
@@ -8827,10 +7742,6 @@ declare namespace LocalJSX {
|
|
|
8827
7742
|
* Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
|
|
8828
7743
|
*/
|
|
8829
7744
|
"onIonChange"?: (event: IonRadioGroupCustomEvent<RadioGroupChangeEventDetail>) => void;
|
|
8830
|
-
/**
|
|
8831
|
-
* The theme determines the visual appearance of the component.
|
|
8832
|
-
*/
|
|
8833
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8834
7745
|
/**
|
|
8835
7746
|
* the value of the radio group.
|
|
8836
7747
|
*/
|
|
@@ -8879,7 +7790,7 @@ declare namespace LocalJSX {
|
|
|
8879
7790
|
*/
|
|
8880
7791
|
"min"?: number;
|
|
8881
7792
|
/**
|
|
8882
|
-
* The mode determines
|
|
7793
|
+
* The mode determines which platform styles to use.
|
|
8883
7794
|
*/
|
|
8884
7795
|
"mode"?: "ios" | "md";
|
|
8885
7796
|
/**
|
|
@@ -8931,10 +7842,6 @@ declare namespace LocalJSX {
|
|
|
8931
7842
|
* @default 1
|
|
8932
7843
|
*/
|
|
8933
7844
|
"step"?: number;
|
|
8934
|
-
/**
|
|
8935
|
-
* The theme determines the visual appearance of the component.
|
|
8936
|
-
*/
|
|
8937
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8938
7845
|
/**
|
|
8939
7846
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
8940
7847
|
* @default true
|
|
@@ -8958,7 +7865,7 @@ declare namespace LocalJSX {
|
|
|
8958
7865
|
*/
|
|
8959
7866
|
"disabled"?: boolean;
|
|
8960
7867
|
/**
|
|
8961
|
-
* The mode determines
|
|
7868
|
+
* The mode determines which platform styles to use.
|
|
8962
7869
|
*/
|
|
8963
7870
|
"mode"?: "ios" | "md";
|
|
8964
7871
|
/**
|
|
@@ -8993,16 +7900,8 @@ declare namespace LocalJSX {
|
|
|
8993
7900
|
* @default '280ms'
|
|
8994
7901
|
*/
|
|
8995
7902
|
"snapbackDuration"?: string;
|
|
8996
|
-
/**
|
|
8997
|
-
* The theme determines the visual appearance of the component.
|
|
8998
|
-
*/
|
|
8999
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9000
7903
|
}
|
|
9001
7904
|
interface IonRefresherContent {
|
|
9002
|
-
/**
|
|
9003
|
-
* The mode determines the platform behaviors of the component.
|
|
9004
|
-
*/
|
|
9005
|
-
"mode"?: "ios" | "md";
|
|
9006
7905
|
/**
|
|
9007
7906
|
* 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.
|
|
9008
7907
|
*/
|
|
@@ -9019,20 +7918,8 @@ declare namespace LocalJSX {
|
|
|
9019
7918
|
* 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.
|
|
9020
7919
|
*/
|
|
9021
7920
|
"refreshingText"?: string | IonicSafeString;
|
|
9022
|
-
/**
|
|
9023
|
-
* The theme determines the visual appearance of the component.
|
|
9024
|
-
*/
|
|
9025
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9026
7921
|
}
|
|
9027
7922
|
interface IonReorder {
|
|
9028
|
-
/**
|
|
9029
|
-
* The mode determines the platform behaviors of the component.
|
|
9030
|
-
*/
|
|
9031
|
-
"mode"?: "ios" | "md";
|
|
9032
|
-
/**
|
|
9033
|
-
* The theme determines the visual appearance of the component.
|
|
9034
|
-
*/
|
|
9035
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9036
7923
|
}
|
|
9037
7924
|
interface IonReorderGroup {
|
|
9038
7925
|
/**
|
|
@@ -9040,28 +7927,12 @@ declare namespace LocalJSX {
|
|
|
9040
7927
|
* @default true
|
|
9041
7928
|
*/
|
|
9042
7929
|
"disabled"?: boolean;
|
|
9043
|
-
/**
|
|
9044
|
-
* The mode determines the platform behaviors of the component.
|
|
9045
|
-
*/
|
|
9046
|
-
"mode"?: "ios" | "md";
|
|
9047
7930
|
/**
|
|
9048
7931
|
* Event that needs to be listened to in order to complete the reorder action. Once the event has been emitted, the `complete()` method then needs to be called in order to finalize the reorder action.
|
|
9049
7932
|
*/
|
|
9050
7933
|
"onIonItemReorder"?: (event: IonReorderGroupCustomEvent<ItemReorderEventDetail>) => void;
|
|
9051
|
-
/**
|
|
9052
|
-
* The theme determines the visual appearance of the component.
|
|
9053
|
-
*/
|
|
9054
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9055
7934
|
}
|
|
9056
7935
|
interface IonRippleEffect {
|
|
9057
|
-
/**
|
|
9058
|
-
* The mode determines the platform behaviors of the component.
|
|
9059
|
-
*/
|
|
9060
|
-
"mode"?: "ios" | "md";
|
|
9061
|
-
/**
|
|
9062
|
-
* The theme determines the visual appearance of the component.
|
|
9063
|
-
*/
|
|
9064
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9065
7936
|
/**
|
|
9066
7937
|
* 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.
|
|
9067
7938
|
* @default 'bounded'
|
|
@@ -9085,18 +7956,10 @@ declare namespace LocalJSX {
|
|
|
9085
7956
|
* A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
|
|
9086
7957
|
*/
|
|
9087
7958
|
"componentProps"?: { [key: string]: any };
|
|
9088
|
-
/**
|
|
9089
|
-
* The mode determines the platform behaviors of the component.
|
|
9090
|
-
*/
|
|
9091
|
-
"mode"?: "ios" | "md";
|
|
9092
7959
|
/**
|
|
9093
7960
|
* Used internally by `ion-router` to know when this route did change.
|
|
9094
7961
|
*/
|
|
9095
7962
|
"onIonRouteDataChanged"?: (event: IonRouteCustomEvent<any>) => void;
|
|
9096
|
-
/**
|
|
9097
|
-
* The theme determines the visual appearance of the component.
|
|
9098
|
-
*/
|
|
9099
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9100
7963
|
/**
|
|
9101
7964
|
* 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.
|
|
9102
7965
|
* @default ''
|
|
@@ -9118,10 +7981,6 @@ declare namespace LocalJSX {
|
|
|
9118
7981
|
"to": string | undefined | null;
|
|
9119
7982
|
}
|
|
9120
7983
|
interface IonRouter {
|
|
9121
|
-
/**
|
|
9122
|
-
* The mode determines the platform behaviors of the component.
|
|
9123
|
-
*/
|
|
9124
|
-
"mode"?: "ios" | "md";
|
|
9125
7984
|
/**
|
|
9126
7985
|
* Emitted when the route had changed
|
|
9127
7986
|
*/
|
|
@@ -9135,10 +7994,6 @@ declare namespace LocalJSX {
|
|
|
9135
7994
|
* @default '/'
|
|
9136
7995
|
*/
|
|
9137
7996
|
"root"?: string;
|
|
9138
|
-
/**
|
|
9139
|
-
* The theme determines the visual appearance of the component.
|
|
9140
|
-
*/
|
|
9141
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9142
7997
|
/**
|
|
9143
7998
|
* 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.
|
|
9144
7999
|
* @default true
|
|
@@ -9154,10 +8009,6 @@ declare namespace LocalJSX {
|
|
|
9154
8009
|
* Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
|
|
9155
8010
|
*/
|
|
9156
8011
|
"href"?: string | undefined;
|
|
9157
|
-
/**
|
|
9158
|
-
* The mode determines the platform behaviors of the component.
|
|
9159
|
-
*/
|
|
9160
|
-
"mode"?: "ios" | "md";
|
|
9161
8012
|
/**
|
|
9162
8013
|
* 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).
|
|
9163
8014
|
*/
|
|
@@ -9175,10 +8026,6 @@ declare namespace LocalJSX {
|
|
|
9175
8026
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
9176
8027
|
*/
|
|
9177
8028
|
"target"?: string | undefined;
|
|
9178
|
-
/**
|
|
9179
|
-
* The theme determines the visual appearance of the component.
|
|
9180
|
-
*/
|
|
9181
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9182
8029
|
}
|
|
9183
8030
|
interface IonRouterOutlet {
|
|
9184
8031
|
/**
|
|
@@ -9191,24 +8038,12 @@ declare namespace LocalJSX {
|
|
|
9191
8038
|
*/
|
|
9192
8039
|
"animation"?: AnimationBuilder;
|
|
9193
8040
|
/**
|
|
9194
|
-
* The mode determines
|
|
8041
|
+
* The mode determines which platform styles to use.
|
|
9195
8042
|
* @default getIonMode(this)
|
|
9196
8043
|
*/
|
|
9197
8044
|
"mode"?: "ios" | "md";
|
|
9198
|
-
/**
|
|
9199
|
-
* The theme determines the visual appearance of the component.
|
|
9200
|
-
*/
|
|
9201
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9202
8045
|
}
|
|
9203
8046
|
interface IonRow {
|
|
9204
|
-
/**
|
|
9205
|
-
* The mode determines the platform behaviors of the component.
|
|
9206
|
-
*/
|
|
9207
|
-
"mode"?: "ios" | "md";
|
|
9208
|
-
/**
|
|
9209
|
-
* The theme determines the visual appearance of the component.
|
|
9210
|
-
*/
|
|
9211
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9212
8047
|
}
|
|
9213
8048
|
interface IonSearchbar {
|
|
9214
8049
|
/**
|
|
@@ -9232,16 +8067,17 @@ declare namespace LocalJSX {
|
|
|
9232
8067
|
*/
|
|
9233
8068
|
"autocorrect"?: 'on' | 'off';
|
|
9234
8069
|
/**
|
|
9235
|
-
* Set the cancel button icon. Only
|
|
8070
|
+
* Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
|
|
8071
|
+
* @default config.get('backButtonIcon', arrowBackSharp) as string
|
|
9236
8072
|
*/
|
|
9237
8073
|
"cancelButtonIcon"?: string;
|
|
9238
8074
|
/**
|
|
9239
|
-
* Set the cancel button text. Only
|
|
8075
|
+
* Set the cancel button text. Only applies to `ios` mode.
|
|
9240
8076
|
* @default 'Cancel'
|
|
9241
8077
|
*/
|
|
9242
8078
|
"cancelButtonText"?: string;
|
|
9243
8079
|
/**
|
|
9244
|
-
* Set the clear icon. Defaults to `
|
|
8080
|
+
* Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.
|
|
9245
8081
|
*/
|
|
9246
8082
|
"clearIcon"?: string;
|
|
9247
8083
|
/**
|
|
@@ -9274,7 +8110,7 @@ declare namespace LocalJSX {
|
|
|
9274
8110
|
*/
|
|
9275
8111
|
"minlength"?: number;
|
|
9276
8112
|
/**
|
|
9277
|
-
* The mode determines
|
|
8113
|
+
* The mode determines which platform styles to use.
|
|
9278
8114
|
*/
|
|
9279
8115
|
"mode"?: "ios" | "md";
|
|
9280
8116
|
/**
|
|
@@ -9312,13 +8148,9 @@ declare namespace LocalJSX {
|
|
|
9312
8148
|
*/
|
|
9313
8149
|
"placeholder"?: string;
|
|
9314
8150
|
/**
|
|
9315
|
-
* The icon to use as the search icon. Defaults to `
|
|
9316
|
-
*/
|
|
9317
|
-
"searchIcon"?: string | boolean;
|
|
9318
|
-
/**
|
|
9319
|
-
* 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.
|
|
8151
|
+
* The icon to use as the search icon. Defaults to `search-outline` in `ios` mode and `search-sharp` in `md` mode.
|
|
9320
8152
|
*/
|
|
9321
|
-
"
|
|
8153
|
+
"searchIcon"?: string;
|
|
9322
8154
|
/**
|
|
9323
8155
|
* 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.
|
|
9324
8156
|
* @default 'never'
|
|
@@ -9329,19 +8161,11 @@ declare namespace LocalJSX {
|
|
|
9329
8161
|
* @default 'always'
|
|
9330
8162
|
*/
|
|
9331
8163
|
"showClearButton"?: 'never' | 'focus' | 'always';
|
|
9332
|
-
/**
|
|
9333
|
-
* 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.
|
|
9334
|
-
*/
|
|
9335
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
9336
8164
|
/**
|
|
9337
8165
|
* If `true`, enable spellcheck on the input.
|
|
9338
8166
|
* @default false
|
|
9339
8167
|
*/
|
|
9340
8168
|
"spellcheck"?: boolean;
|
|
9341
|
-
/**
|
|
9342
|
-
* The theme determines the visual appearance of the component.
|
|
9343
|
-
*/
|
|
9344
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9345
8169
|
/**
|
|
9346
8170
|
* Set the type of the input.
|
|
9347
8171
|
* @default 'search'
|
|
@@ -9364,7 +8188,7 @@ declare namespace LocalJSX {
|
|
|
9364
8188
|
*/
|
|
9365
8189
|
"disabled"?: boolean;
|
|
9366
8190
|
/**
|
|
9367
|
-
* The mode determines
|
|
8191
|
+
* The mode determines which platform styles to use.
|
|
9368
8192
|
*/
|
|
9369
8193
|
"mode"?: "ios" | "md";
|
|
9370
8194
|
/**
|
|
@@ -9386,10 +8210,6 @@ declare namespace LocalJSX {
|
|
|
9386
8210
|
* @default true
|
|
9387
8211
|
*/
|
|
9388
8212
|
"swipeGesture"?: boolean;
|
|
9389
|
-
/**
|
|
9390
|
-
* The theme determines the visual appearance of the component.
|
|
9391
|
-
*/
|
|
9392
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9393
8213
|
/**
|
|
9394
8214
|
* the value of the segment.
|
|
9395
8215
|
*/
|
|
@@ -9411,13 +8231,9 @@ declare namespace LocalJSX {
|
|
|
9411
8231
|
*/
|
|
9412
8232
|
"layout"?: SegmentButtonLayout;
|
|
9413
8233
|
/**
|
|
9414
|
-
* The mode determines
|
|
8234
|
+
* The mode determines which platform styles to use.
|
|
9415
8235
|
*/
|
|
9416
8236
|
"mode"?: "ios" | "md";
|
|
9417
|
-
/**
|
|
9418
|
-
* The theme determines the visual appearance of the component.
|
|
9419
|
-
*/
|
|
9420
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9421
8237
|
/**
|
|
9422
8238
|
* The type of the button.
|
|
9423
8239
|
* @default 'button'
|
|
@@ -9466,11 +8282,11 @@ declare namespace LocalJSX {
|
|
|
9466
8282
|
*/
|
|
9467
8283
|
"errorText"?: string;
|
|
9468
8284
|
/**
|
|
9469
|
-
* The toggle icon to show when the select is open. If defined, the icon rotation behavior in `
|
|
8285
|
+
* 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.
|
|
9470
8286
|
*/
|
|
9471
8287
|
"expandedIcon"?: string;
|
|
9472
8288
|
/**
|
|
9473
|
-
* 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
|
|
8289
|
+
* 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.
|
|
9474
8290
|
*/
|
|
9475
8291
|
"fill"?: 'outline' | 'solid';
|
|
9476
8292
|
/**
|
|
@@ -9501,7 +8317,7 @@ declare namespace LocalJSX {
|
|
|
9501
8317
|
*/
|
|
9502
8318
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
9503
8319
|
/**
|
|
9504
|
-
* The mode determines
|
|
8320
|
+
* The mode determines which platform styles to use.
|
|
9505
8321
|
*/
|
|
9506
8322
|
"mode"?: "ios" | "md";
|
|
9507
8323
|
/**
|
|
@@ -9553,19 +8369,11 @@ declare namespace LocalJSX {
|
|
|
9553
8369
|
*/
|
|
9554
8370
|
"selectedText"?: string | null;
|
|
9555
8371
|
/**
|
|
9556
|
-
*
|
|
9557
|
-
*/
|
|
9558
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
9559
|
-
/**
|
|
9560
|
-
* 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.
|
|
9561
|
-
*/
|
|
9562
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
9563
|
-
/**
|
|
9564
|
-
* The theme determines the visual appearance of the component.
|
|
8372
|
+
* The shape of the select. If "round" it will have an increased border radius.
|
|
9565
8373
|
*/
|
|
9566
|
-
"
|
|
8374
|
+
"shape"?: 'round';
|
|
9567
8375
|
/**
|
|
9568
|
-
* The toggle icon to use. Defaults to `
|
|
8376
|
+
* The toggle icon to use. Defaults to `chevronExpand` for `ios` mode, or `caretDownSharp` for `md` mode.
|
|
9569
8377
|
*/
|
|
9570
8378
|
"toggleIcon"?: string;
|
|
9571
8379
|
/**
|
|
@@ -9587,14 +8395,6 @@ declare namespace LocalJSX {
|
|
|
9587
8395
|
* @default false
|
|
9588
8396
|
*/
|
|
9589
8397
|
"disabled"?: boolean;
|
|
9590
|
-
/**
|
|
9591
|
-
* The mode determines the platform behaviors of the component.
|
|
9592
|
-
*/
|
|
9593
|
-
"mode"?: "ios" | "md";
|
|
9594
|
-
/**
|
|
9595
|
-
* The theme determines the visual appearance of the component.
|
|
9596
|
-
*/
|
|
9597
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9598
8398
|
/**
|
|
9599
8399
|
* The text value of the option.
|
|
9600
8400
|
*/
|
|
@@ -9609,10 +8409,6 @@ declare namespace LocalJSX {
|
|
|
9609
8409
|
* The text content of the popover body
|
|
9610
8410
|
*/
|
|
9611
8411
|
"message"?: string;
|
|
9612
|
-
/**
|
|
9613
|
-
* The mode determines the platform behaviors of the component.
|
|
9614
|
-
*/
|
|
9615
|
-
"mode"?: "ios" | "md";
|
|
9616
8412
|
/**
|
|
9617
8413
|
* If true, the select accepts multiple values
|
|
9618
8414
|
*/
|
|
@@ -9626,10 +8422,6 @@ declare namespace LocalJSX {
|
|
|
9626
8422
|
* The subheader text of the popover
|
|
9627
8423
|
*/
|
|
9628
8424
|
"subHeader"?: string;
|
|
9629
|
-
/**
|
|
9630
|
-
* The theme determines the visual appearance of the component.
|
|
9631
|
-
*/
|
|
9632
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9633
8425
|
}
|
|
9634
8426
|
interface IonSkeletonText {
|
|
9635
8427
|
/**
|
|
@@ -9637,14 +8429,6 @@ declare namespace LocalJSX {
|
|
|
9637
8429
|
* @default false
|
|
9638
8430
|
*/
|
|
9639
8431
|
"animated"?: boolean;
|
|
9640
|
-
/**
|
|
9641
|
-
* The mode determines the platform behaviors of the component.
|
|
9642
|
-
*/
|
|
9643
|
-
"mode"?: "ios" | "md";
|
|
9644
|
-
/**
|
|
9645
|
-
* The theme determines the visual appearance of the component.
|
|
9646
|
-
*/
|
|
9647
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9648
8432
|
}
|
|
9649
8433
|
interface IonSpinner {
|
|
9650
8434
|
/**
|
|
@@ -9655,10 +8439,6 @@ declare namespace LocalJSX {
|
|
|
9655
8439
|
* Duration of the spinner animation in milliseconds. The default varies based on the spinner.
|
|
9656
8440
|
*/
|
|
9657
8441
|
"duration"?: number;
|
|
9658
|
-
/**
|
|
9659
|
-
* The mode determines the platform behaviors of the component.
|
|
9660
|
-
*/
|
|
9661
|
-
"mode"?: "ios" | "md";
|
|
9662
8442
|
/**
|
|
9663
8443
|
* The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
|
|
9664
8444
|
*/
|
|
@@ -9668,14 +8448,6 @@ declare namespace LocalJSX {
|
|
|
9668
8448
|
* @default false
|
|
9669
8449
|
*/
|
|
9670
8450
|
"paused"?: boolean;
|
|
9671
|
-
/**
|
|
9672
|
-
* 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.
|
|
9673
|
-
*/
|
|
9674
|
-
"size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
9675
|
-
/**
|
|
9676
|
-
* The theme determines the visual appearance of the component.
|
|
9677
|
-
*/
|
|
9678
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9679
8451
|
}
|
|
9680
8452
|
interface IonSplitPane {
|
|
9681
8453
|
/**
|
|
@@ -9687,18 +8459,10 @@ declare namespace LocalJSX {
|
|
|
9687
8459
|
* @default false
|
|
9688
8460
|
*/
|
|
9689
8461
|
"disabled"?: boolean;
|
|
9690
|
-
/**
|
|
9691
|
-
* The mode determines the platform behaviors of the component.
|
|
9692
|
-
*/
|
|
9693
|
-
"mode"?: "ios" | "md";
|
|
9694
8462
|
/**
|
|
9695
8463
|
* Expression to be called when the split-pane visibility has changed
|
|
9696
8464
|
*/
|
|
9697
8465
|
"onIonSplitPaneVisible"?: (event: IonSplitPaneCustomEvent<{ visible: boolean }>) => void;
|
|
9698
|
-
/**
|
|
9699
|
-
* The theme determines the visual appearance of the component.
|
|
9700
|
-
*/
|
|
9701
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9702
8466
|
/**
|
|
9703
8467
|
* When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
|
|
9704
8468
|
* @default QUERY['lg']
|
|
@@ -9710,18 +8474,10 @@ declare namespace LocalJSX {
|
|
|
9710
8474
|
* The component to display inside of the tab.
|
|
9711
8475
|
*/
|
|
9712
8476
|
"component"?: ComponentRef;
|
|
9713
|
-
/**
|
|
9714
|
-
* The mode determines the platform behaviors of the component.
|
|
9715
|
-
*/
|
|
9716
|
-
"mode"?: "ios" | "md";
|
|
9717
8477
|
/**
|
|
9718
8478
|
* 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.
|
|
9719
8479
|
*/
|
|
9720
8480
|
"tab": string;
|
|
9721
|
-
/**
|
|
9722
|
-
* The theme determines the visual appearance of the component.
|
|
9723
|
-
*/
|
|
9724
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9725
8481
|
}
|
|
9726
8482
|
interface IonTabBar {
|
|
9727
8483
|
/**
|
|
@@ -9729,12 +8485,7 @@ declare namespace LocalJSX {
|
|
|
9729
8485
|
*/
|
|
9730
8486
|
"color"?: Color;
|
|
9731
8487
|
/**
|
|
9732
|
-
*
|
|
9733
|
-
* @default 'full'
|
|
9734
|
-
*/
|
|
9735
|
-
"expand"?: 'compact' | 'full';
|
|
9736
|
-
/**
|
|
9737
|
-
* The mode determines the platform behaviors of the component.
|
|
8488
|
+
* The mode determines which platform styles to use.
|
|
9738
8489
|
*/
|
|
9739
8490
|
"mode"?: "ios" | "md";
|
|
9740
8491
|
/**
|
|
@@ -9742,15 +8493,7 @@ declare namespace LocalJSX {
|
|
|
9742
8493
|
*/
|
|
9743
8494
|
"selectedTab"?: string;
|
|
9744
8495
|
/**
|
|
9745
|
-
*
|
|
9746
|
-
*/
|
|
9747
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
9748
|
-
/**
|
|
9749
|
-
* The theme determines the visual appearance of the component.
|
|
9750
|
-
*/
|
|
9751
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9752
|
-
/**
|
|
9753
|
-
* 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).
|
|
8496
|
+
* 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).
|
|
9754
8497
|
* @default false
|
|
9755
8498
|
*/
|
|
9756
8499
|
"translucent"?: boolean;
|
|
@@ -9774,7 +8517,7 @@ declare namespace LocalJSX {
|
|
|
9774
8517
|
*/
|
|
9775
8518
|
"layout"?: TabButtonLayout;
|
|
9776
8519
|
/**
|
|
9777
|
-
* The mode determines
|
|
8520
|
+
* The mode determines which platform styles to use.
|
|
9778
8521
|
*/
|
|
9779
8522
|
"mode"?: "ios" | "md";
|
|
9780
8523
|
/**
|
|
@@ -9786,10 +8529,6 @@ declare namespace LocalJSX {
|
|
|
9786
8529
|
* @default false
|
|
9787
8530
|
*/
|
|
9788
8531
|
"selected"?: boolean;
|
|
9789
|
-
/**
|
|
9790
|
-
* 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.
|
|
9791
|
-
*/
|
|
9792
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
9793
8532
|
/**
|
|
9794
8533
|
* 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.
|
|
9795
8534
|
*/
|
|
@@ -9798,16 +8537,8 @@ declare namespace LocalJSX {
|
|
|
9798
8537
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
9799
8538
|
*/
|
|
9800
8539
|
"target"?: string | undefined;
|
|
9801
|
-
/**
|
|
9802
|
-
* The theme determines the visual appearance of the component.
|
|
9803
|
-
*/
|
|
9804
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9805
8540
|
}
|
|
9806
8541
|
interface IonTabs {
|
|
9807
|
-
/**
|
|
9808
|
-
* The mode determines the platform behaviors of the component.
|
|
9809
|
-
*/
|
|
9810
|
-
"mode"?: "ios" | "md";
|
|
9811
8542
|
/**
|
|
9812
8543
|
* Emitted when the navigation has finished transitioning to a new component.
|
|
9813
8544
|
*/
|
|
@@ -9816,10 +8547,6 @@ declare namespace LocalJSX {
|
|
|
9816
8547
|
* Emitted when the navigation is about to transition to a new component.
|
|
9817
8548
|
*/
|
|
9818
8549
|
"onIonTabsWillChange"?: (event: IonTabsCustomEvent<{ tab: string }>) => void;
|
|
9819
|
-
/**
|
|
9820
|
-
* The theme determines the visual appearance of the component.
|
|
9821
|
-
*/
|
|
9822
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9823
8550
|
}
|
|
9824
8551
|
interface IonText {
|
|
9825
8552
|
/**
|
|
@@ -9827,13 +8554,9 @@ declare namespace LocalJSX {
|
|
|
9827
8554
|
*/
|
|
9828
8555
|
"color"?: Color;
|
|
9829
8556
|
/**
|
|
9830
|
-
* The mode determines
|
|
8557
|
+
* The mode determines which platform styles to use.
|
|
9831
8558
|
*/
|
|
9832
8559
|
"mode"?: "ios" | "md";
|
|
9833
|
-
/**
|
|
9834
|
-
* The theme determines the visual appearance of the component.
|
|
9835
|
-
*/
|
|
9836
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9837
8560
|
}
|
|
9838
8561
|
interface IonTextarea {
|
|
9839
8562
|
/**
|
|
@@ -9891,7 +8614,7 @@ declare namespace LocalJSX {
|
|
|
9891
8614
|
*/
|
|
9892
8615
|
"errorText"?: string;
|
|
9893
8616
|
/**
|
|
9894
|
-
* 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
|
|
8617
|
+
* 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.
|
|
9895
8618
|
*/
|
|
9896
8619
|
"fill"?: 'outline' | 'solid';
|
|
9897
8620
|
/**
|
|
@@ -9920,7 +8643,7 @@ declare namespace LocalJSX {
|
|
|
9920
8643
|
*/
|
|
9921
8644
|
"minlength"?: number;
|
|
9922
8645
|
/**
|
|
9923
|
-
* The mode determines
|
|
8646
|
+
* The mode determines which platform styles to use.
|
|
9924
8647
|
*/
|
|
9925
8648
|
"mode"?: "ios" | "md";
|
|
9926
8649
|
/**
|
|
@@ -9963,23 +8686,14 @@ declare namespace LocalJSX {
|
|
|
9963
8686
|
*/
|
|
9964
8687
|
"rows"?: number;
|
|
9965
8688
|
/**
|
|
9966
|
-
*
|
|
9967
|
-
*/
|
|
9968
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
9969
|
-
/**
|
|
9970
|
-
* 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.
|
|
9971
|
-
* @default 'medium'
|
|
8689
|
+
* The shape of the textarea. If "round" it will have an increased border radius.
|
|
9972
8690
|
*/
|
|
9973
|
-
"
|
|
8691
|
+
"shape"?: 'round';
|
|
9974
8692
|
/**
|
|
9975
8693
|
* If `true`, the element will have its spelling and grammar checked.
|
|
9976
8694
|
* @default false
|
|
9977
8695
|
*/
|
|
9978
8696
|
"spellcheck"?: boolean;
|
|
9979
|
-
/**
|
|
9980
|
-
* The theme determines the visual appearance of the component.
|
|
9981
|
-
*/
|
|
9982
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9983
8697
|
/**
|
|
9984
8698
|
* The value of the textarea.
|
|
9985
8699
|
* @default ''
|
|
@@ -9991,32 +8705,16 @@ declare namespace LocalJSX {
|
|
|
9991
8705
|
"wrap"?: 'hard' | 'soft' | 'off';
|
|
9992
8706
|
}
|
|
9993
8707
|
interface IonThumbnail {
|
|
9994
|
-
/**
|
|
9995
|
-
* The mode determines the platform behaviors of the component.
|
|
9996
|
-
*/
|
|
9997
|
-
"mode"?: "ios" | "md";
|
|
9998
|
-
/**
|
|
9999
|
-
* The theme determines the visual appearance of the component.
|
|
10000
|
-
*/
|
|
10001
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
10002
8708
|
}
|
|
10003
8709
|
interface IonTitle {
|
|
10004
8710
|
/**
|
|
10005
8711
|
* 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).
|
|
10006
8712
|
*/
|
|
10007
8713
|
"color"?: Color;
|
|
10008
|
-
/**
|
|
10009
|
-
* The mode determines the platform behaviors of the component.
|
|
10010
|
-
*/
|
|
10011
|
-
"mode"?: "ios" | "md";
|
|
10012
8714
|
/**
|
|
10013
8715
|
* The size of the toolbar title.
|
|
10014
8716
|
*/
|
|
10015
8717
|
"size"?: 'large' | 'small';
|
|
10016
|
-
/**
|
|
10017
|
-
* The theme determines the visual appearance of the component.
|
|
10018
|
-
*/
|
|
10019
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
10020
8718
|
}
|
|
10021
8719
|
interface IonToast {
|
|
10022
8720
|
/**
|
|
@@ -10053,11 +8751,6 @@ declare namespace LocalJSX {
|
|
|
10053
8751
|
* Additional attributes to pass to the toast.
|
|
10054
8752
|
*/
|
|
10055
8753
|
"htmlAttributes"?: { [key: string]: any };
|
|
10056
|
-
/**
|
|
10057
|
-
* 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.
|
|
10058
|
-
* @default 'subtle'
|
|
10059
|
-
*/
|
|
10060
|
-
"hue"?: 'bold' | 'subtle';
|
|
10061
8754
|
/**
|
|
10062
8755
|
* The name of the icon to display, or the path to a valid SVG file. See `ion-icon`. https://ionic.io/ionicons
|
|
10063
8756
|
*/
|
|
@@ -10086,7 +8779,7 @@ declare namespace LocalJSX {
|
|
|
10086
8779
|
*/
|
|
10087
8780
|
"message"?: string | IonicSafeString;
|
|
10088
8781
|
/**
|
|
10089
|
-
* The mode determines
|
|
8782
|
+
* The mode determines which platform styles to use.
|
|
10090
8783
|
*/
|
|
10091
8784
|
"mode"?: "ios" | "md";
|
|
10092
8785
|
/**
|
|
@@ -10130,20 +8823,12 @@ declare namespace LocalJSX {
|
|
|
10130
8823
|
* 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.
|
|
10131
8824
|
*/
|
|
10132
8825
|
"positionAnchor"?: HTMLElement | string;
|
|
10133
|
-
/**
|
|
10134
|
-
* 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.
|
|
10135
|
-
*/
|
|
10136
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
10137
8826
|
/**
|
|
10138
8827
|
* 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.
|
|
10139
8828
|
*/
|
|
10140
8829
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
10141
8830
|
/**
|
|
10142
|
-
*
|
|
10143
|
-
*/
|
|
10144
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
10145
|
-
/**
|
|
10146
|
-
* 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).
|
|
8831
|
+
* 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).
|
|
10147
8832
|
* @default false
|
|
10148
8833
|
*/
|
|
10149
8834
|
"translucent"?: boolean;
|
|
@@ -10194,7 +8879,7 @@ declare namespace LocalJSX {
|
|
|
10194
8879
|
*/
|
|
10195
8880
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
10196
8881
|
/**
|
|
10197
|
-
* The mode determines
|
|
8882
|
+
* The mode determines which platform styles to use.
|
|
10198
8883
|
*/
|
|
10199
8884
|
"mode"?: "ios" | "md";
|
|
10200
8885
|
/**
|
|
@@ -10219,10 +8904,6 @@ declare namespace LocalJSX {
|
|
|
10219
8904
|
* @default false
|
|
10220
8905
|
*/
|
|
10221
8906
|
"required"?: boolean;
|
|
10222
|
-
/**
|
|
10223
|
-
* The theme determines the visual appearance of the component.
|
|
10224
|
-
*/
|
|
10225
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
10226
8907
|
/**
|
|
10227
8908
|
* 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>`.
|
|
10228
8909
|
* @default 'on'
|
|
@@ -10235,13 +8916,9 @@ declare namespace LocalJSX {
|
|
|
10235
8916
|
*/
|
|
10236
8917
|
"color"?: Color;
|
|
10237
8918
|
/**
|
|
10238
|
-
* The mode determines
|
|
8919
|
+
* The mode determines which platform styles to use.
|
|
10239
8920
|
*/
|
|
10240
8921
|
"mode"?: "ios" | "md";
|
|
10241
|
-
/**
|
|
10242
|
-
* The theme determines the visual appearance of the component.
|
|
10243
|
-
*/
|
|
10244
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
10245
8922
|
}
|
|
10246
8923
|
interface IntrinsicElements {
|
|
10247
8924
|
"ion-accordion": IonAccordion;
|
|
@@ -10268,7 +8945,6 @@ declare namespace LocalJSX {
|
|
|
10268
8945
|
"ion-content": IonContent;
|
|
10269
8946
|
"ion-datetime": IonDatetime;
|
|
10270
8947
|
"ion-datetime-button": IonDatetimeButton;
|
|
10271
|
-
"ion-divider": IonDivider;
|
|
10272
8948
|
"ion-fab": IonFab;
|
|
10273
8949
|
"ion-fab-button": IonFabButton;
|
|
10274
8950
|
"ion-fab-list": IonFabList;
|
|
@@ -10372,7 +9048,6 @@ declare module "@stencil/core" {
|
|
|
10372
9048
|
"ion-content": LocalJSX.IonContent & JSXBase.HTMLAttributes<HTMLIonContentElement>;
|
|
10373
9049
|
"ion-datetime": LocalJSX.IonDatetime & JSXBase.HTMLAttributes<HTMLIonDatetimeElement>;
|
|
10374
9050
|
"ion-datetime-button": LocalJSX.IonDatetimeButton & JSXBase.HTMLAttributes<HTMLIonDatetimeButtonElement>;
|
|
10375
|
-
"ion-divider": LocalJSX.IonDivider & JSXBase.HTMLAttributes<HTMLIonDividerElement>;
|
|
10376
9051
|
"ion-fab": LocalJSX.IonFab & JSXBase.HTMLAttributes<HTMLIonFabElement>;
|
|
10377
9052
|
"ion-fab-button": LocalJSX.IonFabButton & JSXBase.HTMLAttributes<HTMLIonFabButtonElement>;
|
|
10378
9053
|
"ion-fab-list": LocalJSX.IonFabList & JSXBase.HTMLAttributes<HTMLIonFabListElement>;
|